@mjsz-vbr-elements/gamecenter 2.14.4 → 2.15.0
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/dist/index.iife.js +3 -3
- package/dist/index.iife.js.br +0 -0
- package/dist/index.iife.js.gz +0 -0
- package/dist/index.js +706 -706
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @mjsz-vbr-elements/gamecenter
|
|
3
|
-
* version: v2.
|
|
3
|
+
* version: v2.15.0 - 03/02/2025, 15:40:07
|
|
4
4
|
* (c) 2025
|
|
5
5
|
* description: Data visualization for MJSZ VBR
|
|
6
6
|
* author: Ákos Stegner <akos.stegner@gmail.com>
|
|
7
7
|
*/
|
|
8
|
-
import { getCurrentScope as wa, onScopeDispose as xa, ref as C, isRef as ka, watch as be, readonly as Mt, toValue as X, computed as w, reactive as ft, unref as
|
|
8
|
+
import { getCurrentScope as wa, onScopeDispose as xa, ref as C, isRef as ka, watch as be, readonly as Mt, toValue as X, computed as w, reactive as ft, unref as i, getCurrentInstance as Ta, onMounted as Sa, openBlock as g, createElementBlock as b, createElementVNode as l, toDisplayString as m, createBlock as T, Fragment as k, createTextVNode as x, createCommentVNode as h, normalizeStyle as ze, renderList as N, setBlockTracking as B, createVNode as f, normalizeClass as H, renderSlot as W, withCtx as S, mergeProps as ne, toHandlers as oe, resolveDynamicComponent as Lt, TransitionGroup as za, withModifiers as $a, defineCustomElement as Ct } from "vue";
|
|
9
9
|
import { Image as U, FloatingPanel as Q, ResponsiveTable as Pa, DataTable as ja, I18NProvider as Gt, ErrorNotice as Bt } from "@mjsz-vbr-elements/core/components";
|
|
10
10
|
import { useVisibilityChange as Ea, useI18n as D, useColumns as se, useSort as Na, useServices as Z } from "@mjsz-vbr-elements/core/composables";
|
|
11
11
|
import { convertSecToMin as R, rawConvert as et, convertTimesSecToMin as Ht, convertMinToSec as Oa, format as $e, offsetName as Pe, playerName as tt, upperCase as Ia, convert as Aa } from "@mjsz-vbr-elements/core/utils";
|
|
@@ -19,8 +19,8 @@ const Da = (e) => e != null, Ma = Object.prototype.toString, La = (e) => Ma.call
|
|
|
19
19
|
};
|
|
20
20
|
function Ca(e, t) {
|
|
21
21
|
function a(...r) {
|
|
22
|
-
return new Promise((
|
|
23
|
-
Promise.resolve(e(() => t.apply(this, r), { fn: t, thisArg: this, args: r })).then(
|
|
22
|
+
return new Promise((n, o) => {
|
|
23
|
+
Promise.resolve(e(() => t.apply(this, r), { fn: t, thisArg: this, args: r })).then(n).catch(o);
|
|
24
24
|
});
|
|
25
25
|
}
|
|
26
26
|
return a;
|
|
@@ -34,10 +34,10 @@ function Ga(e = Ft) {
|
|
|
34
34
|
function r() {
|
|
35
35
|
t.value = !0;
|
|
36
36
|
}
|
|
37
|
-
const
|
|
37
|
+
const n = (...o) => {
|
|
38
38
|
t.value && e(...o);
|
|
39
39
|
};
|
|
40
|
-
return { isActive: Mt(t), pause: a, resume: r, eventFilter:
|
|
40
|
+
return { isActive: Mt(t), pause: a, resume: r, eventFilter: n };
|
|
41
41
|
}
|
|
42
42
|
function ke(e) {
|
|
43
43
|
return Array.isArray(e) ? e : [e];
|
|
@@ -45,7 +45,7 @@ function ke(e) {
|
|
|
45
45
|
function Ba(e, t, a = {}) {
|
|
46
46
|
const {
|
|
47
47
|
eventFilter: r = Ft,
|
|
48
|
-
...
|
|
48
|
+
...n
|
|
49
49
|
} = a;
|
|
50
50
|
return be(
|
|
51
51
|
e,
|
|
@@ -53,19 +53,19 @@ function Ba(e, t, a = {}) {
|
|
|
53
53
|
r,
|
|
54
54
|
t
|
|
55
55
|
),
|
|
56
|
-
|
|
56
|
+
n
|
|
57
57
|
);
|
|
58
58
|
}
|
|
59
59
|
function Ha(e, t, a = {}) {
|
|
60
60
|
const {
|
|
61
61
|
eventFilter: r,
|
|
62
|
-
...
|
|
62
|
+
...n
|
|
63
63
|
} = a, { eventFilter: o, pause: s, resume: d, isActive: c } = Ga(r);
|
|
64
64
|
return { stop: Ba(
|
|
65
65
|
e,
|
|
66
66
|
t,
|
|
67
67
|
{
|
|
68
|
-
...
|
|
68
|
+
...n,
|
|
69
69
|
eventFilter: o
|
|
70
70
|
}
|
|
71
71
|
), pause: s, resume: d, isActive: c };
|
|
@@ -73,7 +73,7 @@ function Ha(e, t, a = {}) {
|
|
|
73
73
|
function ht(e, t = 1e3, a = {}) {
|
|
74
74
|
const {
|
|
75
75
|
immediate: r = !0,
|
|
76
|
-
immediateCallback:
|
|
76
|
+
immediateCallback: n = !1
|
|
77
77
|
} = a;
|
|
78
78
|
let o = null;
|
|
79
79
|
const s = C(!1);
|
|
@@ -85,7 +85,7 @@ function ht(e, t = 1e3, a = {}) {
|
|
|
85
85
|
}
|
|
86
86
|
function u() {
|
|
87
87
|
const p = X(t);
|
|
88
|
-
p <= 0 || (s.value = !0,
|
|
88
|
+
p <= 0 || (s.value = !0, n && e(), d(), s.value && (o = setInterval(e, p)));
|
|
89
89
|
}
|
|
90
90
|
if (r && ue && u(), ka(t) || typeof t == "function") {
|
|
91
91
|
const p = be(t, () => {
|
|
@@ -102,21 +102,21 @@ function ht(e, t = 1e3, a = {}) {
|
|
|
102
102
|
function Fa(e, t, a = {}) {
|
|
103
103
|
const {
|
|
104
104
|
immediate: r = !0
|
|
105
|
-
} = a,
|
|
105
|
+
} = a, n = C(!1);
|
|
106
106
|
let o = null;
|
|
107
107
|
function s() {
|
|
108
108
|
o && (clearTimeout(o), o = null);
|
|
109
109
|
}
|
|
110
110
|
function d() {
|
|
111
|
-
|
|
111
|
+
n.value = !1, s();
|
|
112
112
|
}
|
|
113
113
|
function c(...u) {
|
|
114
|
-
s(),
|
|
115
|
-
|
|
114
|
+
s(), n.value = !0, o = setTimeout(() => {
|
|
115
|
+
n.value = !1, o = null, e(...u);
|
|
116
116
|
}, X(t));
|
|
117
117
|
}
|
|
118
|
-
return r && (
|
|
119
|
-
isPending: Mt(
|
|
118
|
+
return r && (n.value = !0, ue && c()), ce(d), {
|
|
119
|
+
isPending: Mt(n),
|
|
120
120
|
start: c,
|
|
121
121
|
stop: d
|
|
122
122
|
};
|
|
@@ -140,18 +140,18 @@ function Te(e) {
|
|
|
140
140
|
function yt(...e) {
|
|
141
141
|
const t = [], a = () => {
|
|
142
142
|
t.forEach((d) => d()), t.length = 0;
|
|
143
|
-
}, r = (d, c, u, p) => (d.addEventListener(c, u, p), () => d.removeEventListener(c, u, p)),
|
|
143
|
+
}, r = (d, c, u, p) => (d.addEventListener(c, u, p), () => d.removeEventListener(c, u, p)), n = w(() => {
|
|
144
144
|
const d = ke(X(e[0])).filter((c) => c != null);
|
|
145
145
|
return d.every((c) => typeof c != "string") ? d : void 0;
|
|
146
146
|
}), o = Ra(
|
|
147
147
|
() => {
|
|
148
148
|
var d, c;
|
|
149
149
|
return [
|
|
150
|
-
(c = (d =
|
|
151
|
-
ke(X(
|
|
152
|
-
ke(n
|
|
150
|
+
(c = (d = n.value) == null ? void 0 : d.map((u) => Te(u))) != null ? c : [rt].filter((u) => u != null),
|
|
151
|
+
ke(X(n.value ? e[1] : e[0])),
|
|
152
|
+
ke(i(n.value ? e[2] : e[1])),
|
|
153
153
|
// @ts-expect-error - TypeScript gets the correct types, but somehow still complains
|
|
154
|
-
X(
|
|
154
|
+
X(n.value ? e[3] : e[2])
|
|
155
155
|
];
|
|
156
156
|
},
|
|
157
157
|
([d, c, u, p]) => {
|
|
@@ -185,7 +185,7 @@ function Ua(e) {
|
|
|
185
185
|
function Va(e, t, a = {}) {
|
|
186
186
|
const {
|
|
187
187
|
root: r,
|
|
188
|
-
rootMargin:
|
|
188
|
+
rootMargin: n = "0px",
|
|
189
189
|
threshold: o = 0,
|
|
190
190
|
window: s = rt,
|
|
191
191
|
immediate: d = !0
|
|
@@ -203,7 +203,7 @@ function Va(e, t, a = {}) {
|
|
|
203
203
|
t,
|
|
204
204
|
{
|
|
205
205
|
root: Te(E),
|
|
206
|
-
rootMargin:
|
|
206
|
+
rootMargin: n,
|
|
207
207
|
threshold: o
|
|
208
208
|
}
|
|
209
209
|
);
|
|
@@ -230,9 +230,9 @@ function Va(e, t, a = {}) {
|
|
|
230
230
|
function qa(e, t, a = {}) {
|
|
231
231
|
const {
|
|
232
232
|
immediate: r = !0
|
|
233
|
-
} = a, { start:
|
|
233
|
+
} = a, { start: n } = Fa(s, t, { immediate: !1 }), o = C(!1);
|
|
234
234
|
async function s() {
|
|
235
|
-
o.value && (await e(),
|
|
235
|
+
o.value && (await e(), n());
|
|
236
236
|
}
|
|
237
237
|
function d() {
|
|
238
238
|
o.value || (o.value = !0, s());
|
|
@@ -250,7 +250,7 @@ function it(e = "history", t = {}) {
|
|
|
250
250
|
const {
|
|
251
251
|
initialValue: a = {},
|
|
252
252
|
removeNullishValues: r = !0,
|
|
253
|
-
removeFalsyValues:
|
|
253
|
+
removeFalsyValues: n = !1,
|
|
254
254
|
write: o = !0,
|
|
255
255
|
writeMode: s = "replace",
|
|
256
256
|
window: d = rt
|
|
@@ -262,13 +262,13 @@ function it(e = "history", t = {}) {
|
|
|
262
262
|
if (e === "history")
|
|
263
263
|
return d.location.search || "";
|
|
264
264
|
if (e === "hash") {
|
|
265
|
-
const
|
|
266
|
-
return $ > 0 ?
|
|
265
|
+
const A = d.location.hash || "", $ = A.indexOf("?");
|
|
266
|
+
return $ > 0 ? A.slice($) : "";
|
|
267
267
|
} else
|
|
268
268
|
return (d.location.hash || "").replace(/^#/, "");
|
|
269
269
|
}
|
|
270
|
-
function p(
|
|
271
|
-
const $ =
|
|
270
|
+
function p(A) {
|
|
271
|
+
const $ = A.toString();
|
|
272
272
|
if (e === "history")
|
|
273
273
|
return `${$ ? `?${$}` : ""}${d.location.hash || ""}`;
|
|
274
274
|
if (e === "hash-params")
|
|
@@ -279,34 +279,34 @@ function it(e = "history", t = {}) {
|
|
|
279
279
|
function v() {
|
|
280
280
|
return new URLSearchParams(u());
|
|
281
281
|
}
|
|
282
|
-
function y(
|
|
282
|
+
function y(A) {
|
|
283
283
|
const $ = new Set(Object.keys(c));
|
|
284
|
-
for (const L of
|
|
285
|
-
const V =
|
|
286
|
-
c[L] = V.length > 1 ? V :
|
|
284
|
+
for (const L of A.keys()) {
|
|
285
|
+
const V = A.getAll(L);
|
|
286
|
+
c[L] = V.length > 1 ? V : A.get(L) || "", $.delete(L);
|
|
287
287
|
}
|
|
288
288
|
Array.from($).forEach((L) => delete c[L]);
|
|
289
289
|
}
|
|
290
290
|
const { pause: z, resume: P } = Ha(
|
|
291
291
|
c,
|
|
292
292
|
() => {
|
|
293
|
-
const
|
|
293
|
+
const A = new URLSearchParams("");
|
|
294
294
|
Object.keys(c).forEach(($) => {
|
|
295
295
|
const L = c[$];
|
|
296
|
-
Array.isArray(L) ? L.forEach((V) =>
|
|
297
|
-
}), E(
|
|
296
|
+
Array.isArray(L) ? L.forEach((V) => A.append($, V)) : r && L == null || n && !L ? A.delete($) : A.set($, L);
|
|
297
|
+
}), E(A, !1);
|
|
298
298
|
},
|
|
299
299
|
{ deep: !0 }
|
|
300
300
|
);
|
|
301
|
-
function E(
|
|
302
|
-
z(), $ && y(
|
|
301
|
+
function E(A, $) {
|
|
302
|
+
z(), $ && y(A), s === "replace" ? d.history.replaceState(
|
|
303
303
|
d.history.state,
|
|
304
304
|
d.document.title,
|
|
305
|
-
d.location.pathname + p(
|
|
305
|
+
d.location.pathname + p(A)
|
|
306
306
|
) : d.history.pushState(
|
|
307
307
|
d.history.state,
|
|
308
308
|
d.document.title,
|
|
309
|
-
d.location.pathname + p(
|
|
309
|
+
d.location.pathname + p(A)
|
|
310
310
|
), P();
|
|
311
311
|
}
|
|
312
312
|
function j() {
|
|
@@ -331,14 +331,14 @@ function _(e) {
|
|
|
331
331
|
case 0:
|
|
332
332
|
return t;
|
|
333
333
|
case 1:
|
|
334
|
-
return O(a) ? t : M(function(
|
|
335
|
-
return e(a,
|
|
334
|
+
return O(a) ? t : M(function(n) {
|
|
335
|
+
return e(a, n);
|
|
336
336
|
});
|
|
337
337
|
default:
|
|
338
|
-
return O(a) && O(r) ? t : O(a) ? M(function(
|
|
339
|
-
return e(
|
|
340
|
-
}) : O(r) ? M(function(
|
|
341
|
-
return e(a,
|
|
338
|
+
return O(a) && O(r) ? t : O(a) ? M(function(n) {
|
|
339
|
+
return e(n, r);
|
|
340
|
+
}) : O(r) ? M(function(n) {
|
|
341
|
+
return e(a, n);
|
|
342
342
|
}) : e(a, r);
|
|
343
343
|
}
|
|
344
344
|
};
|
|
@@ -358,35 +358,35 @@ function De(e, t) {
|
|
|
358
358
|
return t.apply(this, arguments);
|
|
359
359
|
};
|
|
360
360
|
case 3:
|
|
361
|
-
return function(a, r,
|
|
361
|
+
return function(a, r, n) {
|
|
362
362
|
return t.apply(this, arguments);
|
|
363
363
|
};
|
|
364
364
|
case 4:
|
|
365
|
-
return function(a, r,
|
|
365
|
+
return function(a, r, n, o) {
|
|
366
366
|
return t.apply(this, arguments);
|
|
367
367
|
};
|
|
368
368
|
case 5:
|
|
369
|
-
return function(a, r,
|
|
369
|
+
return function(a, r, n, o, s) {
|
|
370
370
|
return t.apply(this, arguments);
|
|
371
371
|
};
|
|
372
372
|
case 6:
|
|
373
|
-
return function(a, r,
|
|
373
|
+
return function(a, r, n, o, s, d) {
|
|
374
374
|
return t.apply(this, arguments);
|
|
375
375
|
};
|
|
376
376
|
case 7:
|
|
377
|
-
return function(a, r,
|
|
377
|
+
return function(a, r, n, o, s, d, c) {
|
|
378
378
|
return t.apply(this, arguments);
|
|
379
379
|
};
|
|
380
380
|
case 8:
|
|
381
|
-
return function(a, r,
|
|
381
|
+
return function(a, r, n, o, s, d, c, u) {
|
|
382
382
|
return t.apply(this, arguments);
|
|
383
383
|
};
|
|
384
384
|
case 9:
|
|
385
|
-
return function(a, r,
|
|
385
|
+
return function(a, r, n, o, s, d, c, u, p) {
|
|
386
386
|
return t.apply(this, arguments);
|
|
387
387
|
};
|
|
388
388
|
case 10:
|
|
389
|
-
return function(a, r,
|
|
389
|
+
return function(a, r, n, o, s, d, c, u, p, v) {
|
|
390
390
|
return t.apply(this, arguments);
|
|
391
391
|
};
|
|
392
392
|
default:
|
|
@@ -395,9 +395,9 @@ function De(e, t) {
|
|
|
395
395
|
}
|
|
396
396
|
function nt(e, t, a) {
|
|
397
397
|
return function() {
|
|
398
|
-
for (var r = [],
|
|
398
|
+
for (var r = [], n = 0, o = e, s = 0, d = !1; s < t.length || n < arguments.length; ) {
|
|
399
399
|
var c;
|
|
400
|
-
s < t.length && (!O(t[s]) ||
|
|
400
|
+
s < t.length && (!O(t[s]) || n >= arguments.length) ? c = t[s] : (c = arguments[n], n += 1), r[s] = c, O(c) ? d = !0 : o -= 1, s += 1;
|
|
401
401
|
}
|
|
402
402
|
return !d && o <= 0 ? a.apply(this, r) : De(Math.max(0, o), nt(e, r, a));
|
|
403
403
|
};
|
|
@@ -406,7 +406,7 @@ var ot = /* @__PURE__ */ _(function(t, a) {
|
|
|
406
406
|
return t === 1 ? M(a) : De(t, nt(t, [], a));
|
|
407
407
|
});
|
|
408
408
|
function de(e) {
|
|
409
|
-
return function t(a, r,
|
|
409
|
+
return function t(a, r, n) {
|
|
410
410
|
switch (arguments.length) {
|
|
411
411
|
case 0:
|
|
412
412
|
return t;
|
|
@@ -423,19 +423,19 @@ function de(e) {
|
|
|
423
423
|
return e(a, r, o);
|
|
424
424
|
});
|
|
425
425
|
default:
|
|
426
|
-
return O(a) && O(r) && O(
|
|
427
|
-
return e(o, s,
|
|
428
|
-
}) : O(a) && O(
|
|
426
|
+
return O(a) && O(r) && O(n) ? t : O(a) && O(r) ? _(function(o, s) {
|
|
427
|
+
return e(o, s, n);
|
|
428
|
+
}) : O(a) && O(n) ? _(function(o, s) {
|
|
429
429
|
return e(o, r, s);
|
|
430
|
-
}) : O(r) && O(
|
|
430
|
+
}) : O(r) && O(n) ? _(function(o, s) {
|
|
431
431
|
return e(a, o, s);
|
|
432
432
|
}) : O(a) ? M(function(o) {
|
|
433
|
-
return e(o, r,
|
|
433
|
+
return e(o, r, n);
|
|
434
434
|
}) : O(r) ? M(function(o) {
|
|
435
|
-
return e(a, o,
|
|
436
|
-
}) : O(
|
|
435
|
+
return e(a, o, n);
|
|
436
|
+
}) : O(n) ? M(function(o) {
|
|
437
437
|
return e(a, r, o);
|
|
438
|
-
}) : e(a, r,
|
|
438
|
+
}) : e(a, r, n);
|
|
439
439
|
}
|
|
440
440
|
};
|
|
441
441
|
}
|
|
@@ -451,10 +451,10 @@ function st(e, t, a) {
|
|
|
451
451
|
return a();
|
|
452
452
|
var r = arguments[arguments.length - 1];
|
|
453
453
|
if (!Me(r)) {
|
|
454
|
-
for (var
|
|
455
|
-
if (typeof r[e[
|
|
456
|
-
return r[e[
|
|
457
|
-
|
|
454
|
+
for (var n = 0; n < e.length; ) {
|
|
455
|
+
if (typeof r[e[n]] == "function")
|
|
456
|
+
return r[e[n]].apply(r, Array.prototype.slice.call(arguments, 0, -1));
|
|
457
|
+
n += 1;
|
|
458
458
|
}
|
|
459
459
|
if (Ya(r)) {
|
|
460
460
|
var o = t.apply(null, Array.prototype.slice.call(arguments, 0, -1));
|
|
@@ -484,7 +484,7 @@ function wt(e) {
|
|
|
484
484
|
return t;
|
|
485
485
|
}
|
|
486
486
|
function xt(e, t, a) {
|
|
487
|
-
for (var r = 0,
|
|
487
|
+
for (var r = 0, n = a.length; r < n; ) {
|
|
488
488
|
if (e(t, a[r]))
|
|
489
489
|
return !0;
|
|
490
490
|
r += 1;
|
|
@@ -524,36 +524,36 @@ var kt = Object.prototype.toString, Rt = /* @__PURE__ */ function() {
|
|
|
524
524
|
} : function(t) {
|
|
525
525
|
if (Object(t) !== t)
|
|
526
526
|
return [];
|
|
527
|
-
var a, r,
|
|
527
|
+
var a, r, n = [], o = St && Rt(t);
|
|
528
528
|
for (a in t)
|
|
529
|
-
le(a, t) && (!o || a !== "length") && (
|
|
529
|
+
le(a, t) && (!o || a !== "length") && (n[n.length] = a);
|
|
530
530
|
if (Za)
|
|
531
531
|
for (r = Tt.length - 1; r >= 0; )
|
|
532
|
-
a = Tt[r], le(a, t) && !Xa(
|
|
533
|
-
return
|
|
532
|
+
a = Tt[r], le(a, t) && !Xa(n, a) && (n[n.length] = a), r -= 1;
|
|
533
|
+
return n;
|
|
534
534
|
}), qe = /* @__PURE__ */ M(function(t) {
|
|
535
535
|
return t === null ? "Null" : t === void 0 ? "Undefined" : Object.prototype.toString.call(t).slice(8, -1);
|
|
536
536
|
});
|
|
537
537
|
function zt(e, t, a, r) {
|
|
538
|
-
var
|
|
538
|
+
var n = wt(e), o = wt(t);
|
|
539
539
|
function s(d, c) {
|
|
540
540
|
return lt(d, c, a.slice(), r.slice());
|
|
541
541
|
}
|
|
542
542
|
return !xt(function(d, c) {
|
|
543
543
|
return !xt(s, c, d);
|
|
544
|
-
}, o,
|
|
544
|
+
}, o, n);
|
|
545
545
|
}
|
|
546
546
|
function lt(e, t, a, r) {
|
|
547
547
|
if (Ke(e, t))
|
|
548
548
|
return !0;
|
|
549
|
-
var
|
|
550
|
-
if (
|
|
549
|
+
var n = qe(e);
|
|
550
|
+
if (n !== qe(t))
|
|
551
551
|
return !1;
|
|
552
552
|
if (typeof e["fantasy-land/equals"] == "function" || typeof t["fantasy-land/equals"] == "function")
|
|
553
553
|
return typeof e["fantasy-land/equals"] == "function" && e["fantasy-land/equals"](t) && typeof t["fantasy-land/equals"] == "function" && t["fantasy-land/equals"](e);
|
|
554
554
|
if (typeof e.equals == "function" || typeof t.equals == "function")
|
|
555
555
|
return typeof e.equals == "function" && e.equals(t) && typeof t.equals == "function" && t.equals(e);
|
|
556
|
-
switch (
|
|
556
|
+
switch (n) {
|
|
557
557
|
case "Arguments":
|
|
558
558
|
case "Array":
|
|
559
559
|
case "Object":
|
|
@@ -582,7 +582,7 @@ function lt(e, t, a, r) {
|
|
|
582
582
|
return r[o] === t;
|
|
583
583
|
o -= 1;
|
|
584
584
|
}
|
|
585
|
-
switch (
|
|
585
|
+
switch (n) {
|
|
586
586
|
case "Map":
|
|
587
587
|
return e.size !== t.size ? !1 : zt(e.entries(), t.entries(), a.concat([e]), r.concat([t]));
|
|
588
588
|
case "Set":
|
|
@@ -626,20 +626,20 @@ var Le = /* @__PURE__ */ _(function(t, a) {
|
|
|
626
626
|
return lt(t, a, [], []);
|
|
627
627
|
});
|
|
628
628
|
function er(e, t, a) {
|
|
629
|
-
var r,
|
|
629
|
+
var r, n;
|
|
630
630
|
if (typeof e.indexOf == "function")
|
|
631
631
|
switch (typeof t) {
|
|
632
632
|
case "number":
|
|
633
633
|
if (t === 0) {
|
|
634
634
|
for (r = 1 / t; a < e.length; ) {
|
|
635
|
-
if (
|
|
635
|
+
if (n = e[a], n === 0 && 1 / n === r)
|
|
636
636
|
return a;
|
|
637
637
|
a += 1;
|
|
638
638
|
}
|
|
639
639
|
return -1;
|
|
640
640
|
} else if (t !== t) {
|
|
641
641
|
for (; a < e.length; ) {
|
|
642
|
-
if (
|
|
642
|
+
if (n = e[a], typeof n == "number" && n !== n)
|
|
643
643
|
return a;
|
|
644
644
|
a += 1;
|
|
645
645
|
}
|
|
@@ -667,20 +667,20 @@ function tr(e, t) {
|
|
|
667
667
|
return er(t, e, 0) >= 0;
|
|
668
668
|
}
|
|
669
669
|
function Se(e, t) {
|
|
670
|
-
for (var a = 0, r = t.length,
|
|
671
|
-
|
|
672
|
-
return
|
|
670
|
+
for (var a = 0, r = t.length, n = Array(r); a < r; )
|
|
671
|
+
n[a] = e(t[a]), a += 1;
|
|
672
|
+
return n;
|
|
673
673
|
}
|
|
674
674
|
function Ue(e) {
|
|
675
675
|
var t = e.replace(/\\/g, "\\\\").replace(/[\b]/g, "\\b").replace(/\f/g, "\\f").replace(/\n/g, "\\n").replace(/\r/g, "\\r").replace(/\t/g, "\\t").replace(/\v/g, "\\v").replace(/\0/g, "\\0");
|
|
676
676
|
return '"' + t.replace(/"/g, '\\"') + '"';
|
|
677
677
|
}
|
|
678
|
-
var
|
|
678
|
+
var ge = function(t) {
|
|
679
679
|
return (t < 10 ? "0" : "") + t;
|
|
680
680
|
}, ar = typeof Date.prototype.toISOString == "function" ? function(t) {
|
|
681
681
|
return t.toISOString();
|
|
682
682
|
} : function(t) {
|
|
683
|
-
return t.getUTCFullYear() + "-" +
|
|
683
|
+
return t.getUTCFullYear() + "-" + ge(t.getUTCMonth() + 1) + "-" + ge(t.getUTCDate()) + "T" + ge(t.getUTCHours()) + ":" + ge(t.getUTCMinutes()) + ":" + ge(t.getUTCSeconds()) + "." + (t.getUTCMilliseconds() / 1e3).toFixed(3).slice(2, 5) + "Z";
|
|
684
684
|
};
|
|
685
685
|
function rr(e) {
|
|
686
686
|
return function() {
|
|
@@ -688,14 +688,14 @@ function rr(e) {
|
|
|
688
688
|
};
|
|
689
689
|
}
|
|
690
690
|
function Kt(e, t, a) {
|
|
691
|
-
for (var r = 0,
|
|
691
|
+
for (var r = 0, n = a.length; r < n; )
|
|
692
692
|
t = e(t, a[r]), r += 1;
|
|
693
693
|
return t;
|
|
694
694
|
}
|
|
695
695
|
function ir(e, t) {
|
|
696
|
-
for (var a = 0, r = t.length,
|
|
697
|
-
e(t[a]) && (
|
|
698
|
-
return
|
|
696
|
+
for (var a = 0, r = t.length, n = []; a < r; )
|
|
697
|
+
e(t[a]) && (n[n.length] = t[a]), a += 1;
|
|
698
|
+
return n;
|
|
699
699
|
}
|
|
700
700
|
function Ut(e) {
|
|
701
701
|
return Object.prototype.toString.call(e) === "[object Object]";
|
|
@@ -757,9 +757,9 @@ function qt(e, t) {
|
|
|
757
757
|
return "undefined";
|
|
758
758
|
default:
|
|
759
759
|
if (typeof e.toString == "function") {
|
|
760
|
-
var
|
|
761
|
-
if (
|
|
762
|
-
return
|
|
760
|
+
var n = e.toString();
|
|
761
|
+
if (n !== "[object Object]")
|
|
762
|
+
return n;
|
|
763
763
|
}
|
|
764
764
|
return "{" + r(e, ee(e)).join(", ") + "}";
|
|
765
765
|
}
|
|
@@ -773,9 +773,9 @@ var je = /* @__PURE__ */ M(function(t) {
|
|
|
773
773
|
if (c > u != u > c)
|
|
774
774
|
return u > c ? u : c;
|
|
775
775
|
}
|
|
776
|
-
var
|
|
777
|
-
if (
|
|
778
|
-
return
|
|
776
|
+
var n = r(t, a);
|
|
777
|
+
if (n !== void 0)
|
|
778
|
+
return n;
|
|
779
779
|
var o = r(typeof t, typeof a);
|
|
780
780
|
if (o !== void 0)
|
|
781
781
|
return o === typeof t ? t : a;
|
|
@@ -799,8 +799,8 @@ var je = /* @__PURE__ */ M(function(t) {
|
|
|
799
799
|
return t.call(this, a.apply(this, arguments));
|
|
800
800
|
});
|
|
801
801
|
case "[object Object]":
|
|
802
|
-
return Kt(function(r,
|
|
803
|
-
return r[
|
|
802
|
+
return Kt(function(r, n) {
|
|
803
|
+
return r[n] = t(a[n]), r;
|
|
804
804
|
}, {}, ee(a));
|
|
805
805
|
default:
|
|
806
806
|
return Se(t, a);
|
|
@@ -821,28 +821,28 @@ var re = /* @__PURE__ */ _(function(t, a) {
|
|
|
821
821
|
return Yt(t) ? Wt(t, a) : a[t];
|
|
822
822
|
}), dr = /* @__PURE__ */ _(function(t, a) {
|
|
823
823
|
return Y(re(t), a);
|
|
824
|
-
}),
|
|
824
|
+
}), gr = /* @__PURE__ */ M(function(t) {
|
|
825
825
|
return Me(t) ? !0 : !t || typeof t != "object" || Ce(t) ? !1 : t.length === 0 ? !0 : t.length > 0 ? t.hasOwnProperty(0) && t.hasOwnProperty(t.length - 1) : !1;
|
|
826
826
|
}), $t = typeof Symbol < "u" ? Symbol.iterator : "@@iterator";
|
|
827
|
-
function
|
|
828
|
-
return function(
|
|
829
|
-
if (
|
|
830
|
-
return e(
|
|
827
|
+
function mr(e, t, a) {
|
|
828
|
+
return function(n, o, s) {
|
|
829
|
+
if (gr(s))
|
|
830
|
+
return e(n, o, s);
|
|
831
831
|
if (s == null)
|
|
832
832
|
return o;
|
|
833
833
|
if (typeof s["fantasy-land/reduce"] == "function")
|
|
834
|
-
return t(
|
|
834
|
+
return t(n, o, s, "fantasy-land/reduce");
|
|
835
835
|
if (s[$t] != null)
|
|
836
|
-
return a(
|
|
836
|
+
return a(n, o, s[$t]());
|
|
837
837
|
if (typeof s.next == "function")
|
|
838
|
-
return a(
|
|
838
|
+
return a(n, o, s);
|
|
839
839
|
if (typeof s.reduce == "function")
|
|
840
|
-
return t(
|
|
840
|
+
return t(n, o, s, "reduce");
|
|
841
841
|
throw new TypeError("reduce: list must be array or iterable");
|
|
842
842
|
};
|
|
843
843
|
}
|
|
844
844
|
function ur(e, t, a) {
|
|
845
|
-
for (var r = 0,
|
|
845
|
+
for (var r = 0, n = a.length; r < n; ) {
|
|
846
846
|
if (t = e["@@transducer/step"](t, a[r]), t && t["@@transducer/reduced"]) {
|
|
847
847
|
t = t["@@transducer/value"];
|
|
848
848
|
break;
|
|
@@ -869,7 +869,7 @@ function br(e, t, a) {
|
|
|
869
869
|
function pr(e, t, a, r) {
|
|
870
870
|
return e["@@transducer/result"](a[r](vr(e["@@transducer/step"], e), t));
|
|
871
871
|
}
|
|
872
|
-
var Qt = /* @__PURE__ */
|
|
872
|
+
var Qt = /* @__PURE__ */ mr(ur, pr, br), fr = /* @__PURE__ */ function() {
|
|
873
873
|
function e(t) {
|
|
874
874
|
this.f = t;
|
|
875
875
|
}
|
|
@@ -896,9 +896,9 @@ var ct = /* @__PURE__ */ de(function(e, t, a) {
|
|
|
896
896
|
return !0;
|
|
897
897
|
});
|
|
898
898
|
}), Zt = /* @__PURE__ */ M(function(t) {
|
|
899
|
-
for (var a = ee(t), r = a.length,
|
|
900
|
-
|
|
901
|
-
return
|
|
899
|
+
for (var a = ee(t), r = a.length, n = [], o = 0; o < r; )
|
|
900
|
+
n[o] = t[a[o]], o += 1;
|
|
901
|
+
return n;
|
|
902
902
|
});
|
|
903
903
|
function yr(e) {
|
|
904
904
|
var t = Object.prototype.toString.call(e);
|
|
@@ -953,8 +953,8 @@ var xr = /* @__PURE__ */ function() {
|
|
|
953
953
|
this.map = {}, this.length = 0;
|
|
954
954
|
}
|
|
955
955
|
return e.prototype.set = function(t, a) {
|
|
956
|
-
var r = this.hash(t),
|
|
957
|
-
|
|
956
|
+
var r = this.hash(t), n = this.map[r];
|
|
957
|
+
n || (this.map[r] = n = []), n.push([t, a]), this.length += 1;
|
|
958
958
|
}, e.prototype.hash = function(t) {
|
|
959
959
|
var a = [];
|
|
960
960
|
for (var r in t)
|
|
@@ -964,18 +964,18 @@ var xr = /* @__PURE__ */ function() {
|
|
|
964
964
|
if (this.length <= 180) {
|
|
965
965
|
for (var a in this.map)
|
|
966
966
|
for (var s = this.map[a], r = 0; r < s.length; r += 1) {
|
|
967
|
-
var
|
|
968
|
-
if (
|
|
969
|
-
return
|
|
967
|
+
var n = s[r];
|
|
968
|
+
if (n[0] === t)
|
|
969
|
+
return n[1];
|
|
970
970
|
}
|
|
971
971
|
return;
|
|
972
972
|
}
|
|
973
973
|
var o = this.hash(t), s = this.map[o];
|
|
974
974
|
if (s)
|
|
975
975
|
for (var r = 0; r < s.length; r += 1) {
|
|
976
|
-
var
|
|
977
|
-
if (
|
|
978
|
-
return
|
|
976
|
+
var n = s[r];
|
|
977
|
+
if (n[0] === t)
|
|
978
|
+
return n[1];
|
|
979
979
|
}
|
|
980
980
|
}, e;
|
|
981
981
|
}();
|
|
@@ -1010,8 +1010,8 @@ function ae() {
|
|
|
1010
1010
|
return zr.apply(this, Ge(arguments));
|
|
1011
1011
|
}
|
|
1012
1012
|
var $r = /* @__PURE__ */ function() {
|
|
1013
|
-
function e(t, a, r,
|
|
1014
|
-
this.valueFn = t, this.valueAcc = a, this.keyFn = r, this.xf =
|
|
1013
|
+
function e(t, a, r, n) {
|
|
1014
|
+
this.valueFn = t, this.valueAcc = a, this.keyFn = r, this.xf = n, this.inputs = {};
|
|
1015
1015
|
}
|
|
1016
1016
|
return e.prototype["@@transducer/init"] = ve.init, e.prototype["@@transducer/result"] = function(t) {
|
|
1017
1017
|
var a;
|
|
@@ -1031,15 +1031,15 @@ function Pr(e, t, a) {
|
|
|
1031
1031
|
return new $r(e, t, a, r);
|
|
1032
1032
|
};
|
|
1033
1033
|
}
|
|
1034
|
-
var jr = /* @__PURE__ */ nt(4, [], /* @__PURE__ */ st([], Pr, function(t, a, r,
|
|
1034
|
+
var jr = /* @__PURE__ */ nt(4, [], /* @__PURE__ */ st([], Pr, function(t, a, r, n) {
|
|
1035
1035
|
var o = Jt(function(s, d) {
|
|
1036
1036
|
var c = r(d), u = t(le(c, s) ? s[c] : ea(a), d);
|
|
1037
1037
|
return u && u["@@transducer/reduced"] ? Wa(s) : (s[c] = u, s);
|
|
1038
1038
|
});
|
|
1039
|
-
return Qt(o, {},
|
|
1039
|
+
return Qt(o, {}, n);
|
|
1040
1040
|
})), ta = /* @__PURE__ */ de(function(t, a, r) {
|
|
1041
|
-
var
|
|
1042
|
-
return
|
|
1041
|
+
var n = t(a), o = t(r);
|
|
1042
|
+
return n > o ? -1 : n < o ? 1 : 0;
|
|
1043
1043
|
});
|
|
1044
1044
|
function Er(e) {
|
|
1045
1045
|
var t = Object.prototype.toString.call(e);
|
|
@@ -1049,38 +1049,38 @@ var Nr = /* @__PURE__ */ M(function(t) {
|
|
|
1049
1049
|
return t != null && typeof t["fantasy-land/empty"] == "function" ? t["fantasy-land/empty"]() : t != null && t.constructor != null && typeof t.constructor["fantasy-land/empty"] == "function" ? t.constructor["fantasy-land/empty"]() : t != null && typeof t.empty == "function" ? t.empty() : t != null && t.constructor != null && typeof t.constructor.empty == "function" ? t.constructor.empty() : Me(t) ? [] : Ce(t) ? "" : Ut(t) ? {} : Rt(t) ? /* @__PURE__ */ function() {
|
|
1050
1050
|
return arguments;
|
|
1051
1051
|
}() : Er(t) ? t.constructor.from("") : void 0;
|
|
1052
|
-
}),
|
|
1052
|
+
}), gt = /* @__PURE__ */ _(/* @__PURE__ */ dt("groupBy", /* @__PURE__ */ jr(function(e, t) {
|
|
1053
1053
|
return e.push(t), e;
|
|
1054
1054
|
}, [])));
|
|
1055
1055
|
function Or(e) {
|
|
1056
1056
|
if (e == null)
|
|
1057
1057
|
throw new TypeError("Cannot convert undefined or null to object");
|
|
1058
1058
|
for (var t = Object(e), a = 1, r = arguments.length; a < r; ) {
|
|
1059
|
-
var
|
|
1060
|
-
if (
|
|
1061
|
-
for (var o in
|
|
1062
|
-
le(o,
|
|
1059
|
+
var n = arguments[a];
|
|
1060
|
+
if (n != null)
|
|
1061
|
+
for (var o in n)
|
|
1062
|
+
le(o, n) && (t[o] = n[o]);
|
|
1063
1063
|
a += 1;
|
|
1064
1064
|
}
|
|
1065
1065
|
return t;
|
|
1066
1066
|
}
|
|
1067
1067
|
const Ir = typeof Object.assign == "function" ? Object.assign : Or;
|
|
1068
|
-
var
|
|
1068
|
+
var mt = /* @__PURE__ */ _(function(t, a) {
|
|
1069
1069
|
return ot(t + 1, function() {
|
|
1070
1070
|
var r = arguments[t];
|
|
1071
1071
|
if (r != null && yr(r[a]))
|
|
1072
1072
|
return r[a].apply(r, Array.prototype.slice.call(arguments, 0, t));
|
|
1073
1073
|
throw new TypeError(je(r) + ' does not have a method named "' + a + '"');
|
|
1074
1074
|
});
|
|
1075
|
-
}),
|
|
1075
|
+
}), I = /* @__PURE__ */ M(function(t) {
|
|
1076
1076
|
return t != null && Le(t, Nr(t));
|
|
1077
|
-
}), Pt = /* @__PURE__ */
|
|
1077
|
+
}), Pt = /* @__PURE__ */ mt(1, "join");
|
|
1078
1078
|
function Ar(e, t) {
|
|
1079
1079
|
for (var a = t, r = 0; r < e.length; r += 1) {
|
|
1080
1080
|
if (a == null)
|
|
1081
1081
|
return;
|
|
1082
|
-
var
|
|
1083
|
-
Yt(
|
|
1082
|
+
var n = e[r];
|
|
1083
|
+
Yt(n) ? a = Wt(n, a) : a = a[n];
|
|
1084
1084
|
}
|
|
1085
1085
|
return a;
|
|
1086
1086
|
}
|
|
@@ -1089,25 +1089,25 @@ var _r = /* @__PURE__ */ _(function(t, a) {
|
|
|
1089
1089
|
}), Dr = /* @__PURE__ */ de(function(t, a, r) {
|
|
1090
1090
|
return Le(Ar(a, r), t);
|
|
1091
1091
|
}), aa = /* @__PURE__ */ _(function(t, a) {
|
|
1092
|
-
for (var r = {},
|
|
1093
|
-
t[
|
|
1092
|
+
for (var r = {}, n = 0; n < t.length; )
|
|
1093
|
+
t[n] in a && (r[t[n]] = a[t[n]]), n += 1;
|
|
1094
1094
|
return r;
|
|
1095
1095
|
}), ut = /* @__PURE__ */ de(function(t, a, r) {
|
|
1096
1096
|
return Le(t, re(a, r));
|
|
1097
1097
|
}), vt = /* @__PURE__ */ de(function(t, a, r) {
|
|
1098
1098
|
return r.replace(t, a);
|
|
1099
1099
|
}), ra = /* @__PURE__ */ _(function(t, a) {
|
|
1100
|
-
return Array.prototype.slice.call(a, 0).sort(function(r,
|
|
1101
|
-
var o = t(r), s = t(
|
|
1100
|
+
return Array.prototype.slice.call(a, 0).sort(function(r, n) {
|
|
1101
|
+
var o = t(r), s = t(n);
|
|
1102
1102
|
return o < s ? -1 : o > s ? 1 : 0;
|
|
1103
1103
|
});
|
|
1104
1104
|
}), ia = /* @__PURE__ */ _(function(t, a) {
|
|
1105
|
-
return Array.prototype.slice.call(a, 0).sort(function(r,
|
|
1105
|
+
return Array.prototype.slice.call(a, 0).sort(function(r, n) {
|
|
1106
1106
|
for (var o = 0, s = 0; o === 0 && s < t.length; )
|
|
1107
|
-
o = t[s](r,
|
|
1107
|
+
o = t[s](r, n), s += 1;
|
|
1108
1108
|
return o;
|
|
1109
1109
|
});
|
|
1110
|
-
}), Ye = /* @__PURE__ */
|
|
1110
|
+
}), Ye = /* @__PURE__ */ mt(1, "split");
|
|
1111
1111
|
function Mr(e) {
|
|
1112
1112
|
return Object.prototype.toString.call(e) === "[object RegExp]";
|
|
1113
1113
|
}
|
|
@@ -1115,9 +1115,9 @@ var Lr = /* @__PURE__ */ _(function(t, a) {
|
|
|
1115
1115
|
if (!Mr(t))
|
|
1116
1116
|
throw new TypeError("‘test’ requires a value of type RegExp as its first argument; received " + je(t));
|
|
1117
1117
|
return Xt(t).test(a);
|
|
1118
|
-
}), Cr = /* @__PURE__ */
|
|
1119
|
-
\v\f\r \u2028\u2029\uFEFF`, Gr = "", Br = typeof String.prototype.trim == "function", Hr = /* @__PURE__ */ M(!Br || /* @__PURE__ */
|
|
1120
|
-
var a = new RegExp("^[" +
|
|
1118
|
+
}), Cr = /* @__PURE__ */ mt(0, "toUpperCase"), me = `
|
|
1119
|
+
\v\f\r \u2028\u2029\uFEFF`, Gr = "", Br = typeof String.prototype.trim == "function", Hr = /* @__PURE__ */ M(!Br || /* @__PURE__ */ me.trim() || !/* @__PURE__ */ Gr.trim() ? function(t) {
|
|
1120
|
+
var a = new RegExp("^[" + me + "][" + me + "]*"), r = new RegExp("[" + me + "][" + me + "]*$");
|
|
1121
1121
|
return t.replace(a, "").replace(r, "");
|
|
1122
1122
|
} : function(t) {
|
|
1123
1123
|
return t.trim();
|
|
@@ -1137,7 +1137,7 @@ const Fr = "Local time", Rr = "Overtime", Kr = "Shootout", Ur = "Game sheet", Vr
|
|
|
1137
1137
|
teamsStats: Xr,
|
|
1138
1138
|
teamMembers: ei,
|
|
1139
1139
|
penalties: ti
|
|
1140
|
-
}, ai = { attendance: "{0} attending" }, ri = { events: "Events", lineups: "Lineups", teamStats: "Team stats", playerStats: "Player stats", officials: "Officials" }, ii = { coaches: "Coaches", referees: "Referees", teamOfficials: "Team Officials", gameOfficials: "Game Officials", fieldPlayers: "Field Players", goalies: "Goalies" }, ni = { Gól: "Goal", Kiállítás: "Penalty", Kapus: "Goalie", Idő: "Timeout", Büntető: "Penalty Shoot", goalie: { KI: "Out", BE: "In", CSERE: "Change" } }, oi = { all: "All", ot: "Overtime", so: "Shoot Out", p1: "First period", p2: "Second period", p3: "Third period", p4: "IV. period", p5: "V. period", p6: "VI. period" }, si = { powerPlays: "Power-plays", powerPlaysGoalFor: "Power-plays Gals Fr", powerPlayEfficiency: "Power-plays Efficiency", penaltyKill: "Shorthanded", powerPlaysKilled: "Power-plays Killed", penaltyKillEfficiency: "Penalty-Killing Efficiency" }, li = { "row-1": "Line 1", "row-2": "Line 2", "row-3": "Line 3", "row-4": "Line 4", "row-gk": "Goalkeepers" }, ci = { referee: "Referees", judge: "Judges", medical: "Medical" }, di = { first_referee: "Referee", second_referee: "Referee", first_line_judge: "Linesman", second_line_judge: "Linesman", first_goal_judge: "Goal judge", second_goal_judge: "Goal judge", referee_inspector: "Referee inspector", referee_supporter: "Referee supporter", reserve_referee: "Reserve referee", reserve_linesman: "Reserve linesman", video_inspector: "Video inspector", recorder_ivr: "IVR recorder", timer: "Timer", announcer: "Announcer", penalty_timer_a: "Penalty Timer", penalty_timer_b: "Penalty Timer", music: "Music", sog_statistician_a: "S.O.G. statistician", sog_statistician_b: "S.O.G. statistician", video_recorder: "Video recorder", medical: "Medical", doctor: "Doctor", federal_inspector: "Federal inspector", judge_inspector: "Judge inspector", recorder_e_grep: "Recorder (E-Grep)", recorder_manual: "Recorder (Kézi)", recorder_orion: "Recorder (Orion)", toi_statistician_a: "TOI statistician", toi_statistician_b: "TOI statistician", fos_statistician_a: "F.O.S. statistician", fos_statistician_b: "F.O.S. statistician", led_wall_operator: "LED wall operator", assist_statistician: "Assist statistician", other: "Other" },
|
|
1140
|
+
}, ai = { attendance: "{0} attending" }, ri = { events: "Events", lineups: "Lineups", teamStats: "Team stats", playerStats: "Player stats", officials: "Officials" }, ii = { coaches: "Coaches", referees: "Referees", teamOfficials: "Team Officials", gameOfficials: "Game Officials", fieldPlayers: "Field Players", goalies: "Goalies" }, ni = { Gól: "Goal", Kiállítás: "Penalty", Kapus: "Goalie", Idő: "Timeout", Büntető: "Penalty Shoot", goalie: { KI: "Out", BE: "In", CSERE: "Change" } }, oi = { all: "All", ot: "Overtime", so: "Shoot Out", p1: "First period", p2: "Second period", p3: "Third period", p4: "IV. period", p5: "V. period", p6: "VI. period" }, si = { powerPlays: "Power-plays", powerPlaysGoalFor: "Power-plays Gals Fr", powerPlayEfficiency: "Power-plays Efficiency", penaltyKill: "Shorthanded", powerPlaysKilled: "Power-plays Killed", penaltyKillEfficiency: "Penalty-Killing Efficiency" }, li = { "row-1": "Line 1", "row-2": "Line 2", "row-3": "Line 3", "row-4": "Line 4", "row-gk": "Goalkeepers" }, ci = { referee: "Referees", judge: "Judges", medical: "Medical" }, di = { first_referee: "Referee", second_referee: "Referee", first_line_judge: "Linesman", second_line_judge: "Linesman", first_goal_judge: "Goal judge", second_goal_judge: "Goal judge", referee_inspector: "Referee inspector", referee_supporter: "Referee supporter", reserve_referee: "Reserve referee", reserve_linesman: "Reserve linesman", video_inspector: "Video inspector", recorder_ivr: "IVR recorder", timer: "Timer", announcer: "Announcer", penalty_timer_a: "Penalty Timer", penalty_timer_b: "Penalty Timer", music: "Music", sog_statistician_a: "S.O.G. statistician", sog_statistician_b: "S.O.G. statistician", video_recorder: "Video recorder", medical: "Medical", doctor: "Doctor", federal_inspector: "Federal inspector", judge_inspector: "Judge inspector", recorder_e_grep: "Recorder (E-Grep)", recorder_manual: "Recorder (Kézi)", recorder_orion: "Recorder (Orion)", toi_statistician_a: "TOI statistician", toi_statistician_b: "TOI statistician", fos_statistician_a: "F.O.S. statistician", fos_statistician_b: "F.O.S. statistician", led_wall_operator: "LED wall operator", assist_statistician: "Assist statistician", other: "Other" }, gi = {
|
|
1141
1141
|
gameData: ai,
|
|
1142
1142
|
menu: ri,
|
|
1143
1143
|
title: ii,
|
|
@@ -1147,8 +1147,8 @@ const Fr = "Local time", Rr = "Overtime", Kr = "Shootout", Ur = "Game sheet", Vr
|
|
|
1147
1147
|
rows: li,
|
|
1148
1148
|
roleType: ci,
|
|
1149
1149
|
role: di
|
|
1150
|
-
},
|
|
1151
|
-
localTime:
|
|
1150
|
+
}, mi = "Helyszín szerinti idő", ui = "Hosszabbítás után", vi = "Szétlövés után", bi = "Jegyzőkönyv", pi = "TOI statisztika", fi = "Videó", hi = { "status-1": "Élő", "status-2": "Végeredmény", "status-3": "Versenybíróság", "status-4": "Elhalasztva" }, yi = "A csapat legjobb játékosa", wi = { wu: "Bemelegítés", pre: "Bemelegítés vége", p1: "I. játékrész", p1_int: "I. játékrész vége", p2: "II. játékrész", p2_int: "II. játékrész vége", p3: "III. játékrész", p3_int: "III. játékrész vége", p4: "IV. játékrész", p4_int: "IV. játékrész vége", p5: "V. játékrész", p5_int: "V. játékrész vége", p6: "VI. játékrész", p6_int: "VI. játékrész vége", ot: "Hosszabbítás", ot_int: "Hosszabbítás vége", so: "Szétlövés", so_int: "Szétlövés vége", end: "Végeredmény", "end-event": "Mérkőzés vége", "1-harmad": "I. harmad", "2-harmad": "II. harmad", "3-harmad": "III. harmad", "4-harmad": "IV. harmad", "5-harmad": "V. harmad", "6-harmad": "VI. harmad", "7-harmad": "VII. harmad", "8-harmad": "VIII. harmad", "9-harmad": "IX. harmad", "1-játékrész": "1. játékrész", "2-játékrész": "2. játékrész", "3-játékrész": "3. játékrész", "3-játékrész vége": "3. játékrész vége", "4-játékrész vége": "4. játékrész vége", "5-játékrész vége": "5. játékrész vége", "6-játékrész vége": "6. játékrész vége", "7-játékrész vége": "7. játékrész vége", "8-játékrész vége": "8. játékrész vége", "9-játékrész vége": "9. játékrész vége", Hosszabbítás: "Hosszabbítás", Büntetők: "Szétlövés" }, xi = { referees: "Játékvezető", linesmen: "Vonalbíró", attendance: "Nézőszám" }, ki = { timeout: "Időkérés", penaltyLength: "{0} p", teamPenalty: "Csapat Büntetés", noEventsInPeriod: "Nem történt esemény a játékrészben", score: "Gól", missed: "Kimaradt" }, Ti = { sog: "Kapura lövések", saves: "Védések", pim: "Kiállítás percek", advPercent: "Emberelőny kihasználás", penaltyKilling: "Emberhátrányos védekezés", advantageTime: "Emberelőnyben töltött idő", advantageTimePP1: "Szimpla előnyben töltött idő", advantageTimePP2: "Dupla előnyben töltött idő" }, Si = { headCoach: "Vezetőedző", secondCoach: "Másodedző", teamLeader: "Csapatvezető", officialPerson1: "Hivatalos személy", officialPerson2: "Hivatalos személy", officialPerson3: "Hivatalos személy" }, zi = { INTRF: "Akadályozás", "GK-INT": "Akadályozás (kapussal szemben)", "THR-ST": "Bot vagy egyéb tárgy eldobása", "HO-ST": "Botfogás", HOOK: "Bottal akasztás", CROSS: "Bottal lökés", "BUT-E": "Botvéggel ütés", INCAC: "Büntetőpad helytelen megközelítés vagy elhagyása", "L-BCH": "Büntetőpad idő előtti elhagyása", "T-BCH": "Csapat hivatalos személy belépése a játéktérre", "ENG-S": "Dulakodás a nézőkkel", ROUGH: "Durva játék", MISC: "Fegyelmi Büntetés", "H-BUT": "Fejelés", "CHE-H": "Fejre-nyakra irányuló támadás", HOLD: "Fogás", TRIP: "Gáncsolás", TAUNT: "Gúnyolódás", PULL: "Haj, fejvédő, rács meghúzása", BITE: "Harapás", "CHE-B": "Hátulról lökés", ABUSE: "Hivatalos személy sértegetése", HELM: "Játék fejvédő nélkül", DELAY: "Játék késleltetése", REFUSE: "Játékkezdés megtagadása", CLOS: "Korong tenyérbe zárása", ELBOW: "Könyökhasználat", SPIT: "Köpés", SLEW: "Láb kirúgása", "HI-ST": "Magas bottal való játék", CHARG: "Meg nem engedett testjáték", CLIPP: "Nyírás", BOARD: "Palánkra lökés", KICK: "Rúgás", INJUR: "Sérült mezőnyjátékos nem hajlandó lemenni a jégről", "UN-SP": "Sportszerűtlen magatartás", "ILL-ST": "Szabálytalan bot- Botmérés", "ILL-H": "Szabálytalan ütközés (Női)", EMBEL: "Színészkedés", SPEAR: "Szúrás", BENCH: "Technikai kisbüntetés", KNEE: "Térdhasználat", SLASH: "Testre ütés", "BR-ST": "Törött bottal való játék, törött bot cseréje", "TOO-P": "Túl sok játékos a jégen", "GA-MI": "Végleges Fegyelmi Büntetés", MATCH: "Végleges Kiállítás", FIGHT: "Verekedés", DANG: "Veszélyes sportfelszerelés", "LATE-H": "Kései ütközés" }, oa = {
|
|
1151
|
+
localTime: mi,
|
|
1152
1152
|
afterOvertime: ui,
|
|
1153
1153
|
afterShootout: vi,
|
|
1154
1154
|
sheet: bi,
|
|
@@ -1313,53 +1313,53 @@ function Mi(e, t) {
|
|
|
1313
1313
|
}
|
|
1314
1314
|
function Et(e, t, a, r) {
|
|
1315
1315
|
var d, c, u, p;
|
|
1316
|
-
const
|
|
1316
|
+
const n = [];
|
|
1317
1317
|
let o = 0, s = 0;
|
|
1318
1318
|
for (let v = 0; v < e.length; v++)
|
|
1319
|
-
|
|
1320
|
-
return `(${
|
|
1319
|
+
n.push(`${((d = e[v][t]) == null ? void 0 : d[r]) ?? 0}:${((c = e[v][a]) == null ? void 0 : c[r]) ?? 0}`), o = o + (((u = e[v][t]) == null ? void 0 : u[r]) ?? 0), s = s + (((p = e[v][a]) == null ? void 0 : p[r]) ?? 0);
|
|
1320
|
+
return `(${n.join(", ")}) ${o}:${s}`;
|
|
1321
1321
|
}
|
|
1322
1322
|
function Li(e, t, a, r) {
|
|
1323
1323
|
var d, c, u, p;
|
|
1324
|
-
const
|
|
1324
|
+
const n = [];
|
|
1325
1325
|
let o = 0, s = 0;
|
|
1326
1326
|
for (let v = 0; v < e.length; v++)
|
|
1327
|
-
|
|
1328
|
-
return `(${
|
|
1327
|
+
n.push(`${((d = e[v][t]) == null ? void 0 : d[r]) ?? 0}:${((c = e[v][a]) == null ? void 0 : c[r]) ?? 0}`), o = o + (((u = e[v][t]) == null ? void 0 : u[r]) ?? 0), s = s + (((p = e[v][a]) == null ? void 0 : p[r]) ?? 0);
|
|
1328
|
+
return `(${n.join(", ")}) ${o}:${s}`;
|
|
1329
1329
|
}
|
|
1330
1330
|
function Ci(e) {
|
|
1331
1331
|
var d, c, u, p, v, y;
|
|
1332
|
-
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.advTime) ?? 0, a = ((c = e == null ? void 0 : e.away) == null ? void 0 : c.advTime) ?? 0, r = ((u = e == null ? void 0 : e.home) == null ? void 0 : u.advTimePP1) ?? 0,
|
|
1332
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.advTime) ?? 0, a = ((c = e == null ? void 0 : e.away) == null ? void 0 : c.advTime) ?? 0, r = ((u = e == null ? void 0 : e.home) == null ? void 0 : u.advTimePP1) ?? 0, n = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.advTimePP1) ?? 0, o = ((v = e == null ? void 0 : e.home) == null ? void 0 : v.advTimePP2) ?? 0, s = ((y = e == null ? void 0 : e.away) == null ? void 0 : y.advTimePP2) ?? 0;
|
|
1333
1333
|
return {
|
|
1334
1334
|
advTime: `${R(t)} / ${R(a)}`,
|
|
1335
|
-
advTimePP1: `${R(r)} / ${R(
|
|
1335
|
+
advTimePP1: `${R(r)} / ${R(n)}`,
|
|
1336
1336
|
advTimePP2: `${R(o)} / ${R(s)}`
|
|
1337
1337
|
};
|
|
1338
1338
|
}
|
|
1339
1339
|
function Gi(e) {
|
|
1340
1340
|
var d, c, u, p, v, y;
|
|
1341
|
-
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.adv) ?? 0, a = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.ppgf) ?? 0, r = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.adv) ?? 0,
|
|
1342
|
-
return `(${t}/${a}) <b>${o}%</b> / (${r}/${
|
|
1341
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.adv) ?? 0, a = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.ppgf) ?? 0, r = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.adv) ?? 0, n = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.ppgf) ?? 0, o = (((v = e == null ? void 0 : e.home) == null ? void 0 : v.ppPercent) ?? 0).toFixed(2), s = (((y = e == null ? void 0 : e.away) == null ? void 0 : y.ppPercent) ?? 0).toFixed(2);
|
|
1342
|
+
return `(${t}/${a}) <b>${o}%</b> / (${r}/${n}) <b>${s}%</b>`;
|
|
1343
1343
|
}
|
|
1344
1344
|
function Bi(e) {
|
|
1345
1345
|
var d, c, u, p, v, y;
|
|
1346
|
-
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.dvg) ?? 0, a = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.pk) ?? 0, r = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.dvg) ?? 0,
|
|
1347
|
-
return `(${t}/${a}) <b>${o}%</b> / (${r}/${
|
|
1346
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.dvg) ?? 0, a = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.pk) ?? 0, r = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.dvg) ?? 0, n = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.pk) ?? 0, o = (((v = e == null ? void 0 : e.home) == null ? void 0 : v.pkPercent) ?? 0).toFixed(2), s = (((y = e == null ? void 0 : e.away) == null ? void 0 : y.pkPercent) ?? 0).toFixed(2);
|
|
1347
|
+
return `(${t}/${a}) <b>${o}%</b> / (${r}/${n}) <b>${s}%</b>`;
|
|
1348
1348
|
}
|
|
1349
|
-
function
|
|
1349
|
+
function ga(e) {
|
|
1350
1350
|
return {
|
|
1351
1351
|
...e,
|
|
1352
1352
|
penaltyCause: ae(Cr, vt("_", "-"))(e.penaltyCause)
|
|
1353
1353
|
};
|
|
1354
1354
|
}
|
|
1355
1355
|
const Ee = (e) => et(e, Ht(["toi"])), Hi = 20, Nt = 1e3 * 60 * 5;
|
|
1356
|
-
function
|
|
1357
|
-
const { data: t, interval: a, services: r } = e, { getGameData:
|
|
1358
|
-
() => jt(
|
|
1356
|
+
function ma(e = {}) {
|
|
1357
|
+
const { data: t, interval: a, services: r } = e, { getGameData: n, getGameStats: o, getEvents: s, getGameOfficials: d } = r, c = C(!0), { resume: u, pause: p, isActive: v } = qa(
|
|
1358
|
+
() => jt(n, o, s),
|
|
1359
1359
|
a,
|
|
1360
1360
|
{ immediate: !1 }
|
|
1361
1361
|
), { pause: y } = ht(() => {
|
|
1362
|
-
|
|
1362
|
+
n(), d();
|
|
1363
1363
|
}, Nt, {
|
|
1364
1364
|
immediate: !0,
|
|
1365
1365
|
immediateCallback: !0
|
|
@@ -1379,15 +1379,15 @@ function ga(e = {}) {
|
|
|
1379
1379
|
}
|
|
1380
1380
|
function Fi(e = {}) {
|
|
1381
1381
|
const t = (e == null ? void 0 : e.periodLength) ?? Hi, a = w(() => {
|
|
1382
|
-
let
|
|
1383
|
-
return (
|
|
1382
|
+
let n = t * 60;
|
|
1383
|
+
return (i(e).isOvertime || i(e).isShootout) && (n = i(e).overtimeLength * 60), n;
|
|
1384
1384
|
});
|
|
1385
1385
|
return {
|
|
1386
1386
|
value: w(() => {
|
|
1387
|
-
const
|
|
1388
|
-
let s = da(
|
|
1389
|
-
(
|
|
1390
|
-
const d = Oa(
|
|
1387
|
+
const n = i(e), o = a.value - Number.parseInt(n.periodTime, 10) * 60;
|
|
1388
|
+
let s = da(i(e)) - 1;
|
|
1389
|
+
(n.isOvertime || n.isShootout) && s++;
|
|
1390
|
+
const d = Oa(n.actualTime) - s * t * 60;
|
|
1391
1391
|
return Math.max(o, d);
|
|
1392
1392
|
}),
|
|
1393
1393
|
max: a
|
|
@@ -1395,14 +1395,14 @@ function Fi(e = {}) {
|
|
|
1395
1395
|
}
|
|
1396
1396
|
function ua() {
|
|
1397
1397
|
const e = C([]);
|
|
1398
|
-
function t(r,
|
|
1399
|
-
typeof
|
|
1398
|
+
function t(r, n) {
|
|
1399
|
+
typeof n == "object" && n !== null && (n = n.message), e.value.push({ key: r, message: n });
|
|
1400
1400
|
}
|
|
1401
1401
|
function a(r) {
|
|
1402
|
-
if (
|
|
1402
|
+
if (I(e.value))
|
|
1403
1403
|
return;
|
|
1404
|
-
const
|
|
1405
|
-
e.value.splice(
|
|
1404
|
+
const n = e.value.findIndex((o) => o.key === r);
|
|
1405
|
+
e.value.splice(n, 1);
|
|
1406
1406
|
}
|
|
1407
1407
|
return {
|
|
1408
1408
|
errors: e,
|
|
@@ -1421,25 +1421,25 @@ const Ri = { class: "gamecenter-timeline-score-board" }, Ki = { class: "is-team
|
|
|
1421
1421
|
setup(e) {
|
|
1422
1422
|
const { t } = D();
|
|
1423
1423
|
return (a, r) => {
|
|
1424
|
-
var
|
|
1425
|
-
return
|
|
1426
|
-
l("div", Ki,
|
|
1427
|
-
(
|
|
1424
|
+
var n, o, s, d, c, u;
|
|
1425
|
+
return g(), b("div", Ri, [
|
|
1426
|
+
l("div", Ki, m((n = e.gameData.homeTeam) == null ? void 0 : n.longName), 1),
|
|
1427
|
+
(g(), T(i(U), {
|
|
1428
1428
|
key: (o = e.gameData.homeTeam) == null ? void 0 : o.logo,
|
|
1429
1429
|
src: (s = e.gameData.homeTeam) == null ? void 0 : s.logo
|
|
1430
1430
|
}, null, 8, ["src"])),
|
|
1431
|
-
l("div", Ui,
|
|
1431
|
+
l("div", Ui, m(e.gameData.homeTeamScore), 1),
|
|
1432
1432
|
l("div", Vi, [
|
|
1433
|
-
e.gameData.gameStatus > 0 ? (
|
|
1434
|
-
x(
|
|
1433
|
+
e.gameData.gameStatus > 0 ? (g(), b(k, { key: 0 }, [
|
|
1434
|
+
x(m(i(t)(`periods.${i(Fe)(e.gameData.period)}`)), 1)
|
|
1435
1435
|
], 64)) : h("", !0)
|
|
1436
1436
|
]),
|
|
1437
|
-
l("div", qi,
|
|
1438
|
-
(
|
|
1437
|
+
l("div", qi, m(e.gameData.awayTeamScore), 1),
|
|
1438
|
+
(g(), T(i(U), {
|
|
1439
1439
|
key: (d = e.gameData.awayTeam) == null ? void 0 : d.logo,
|
|
1440
1440
|
src: (c = e.gameData.awayTeam) == null ? void 0 : c.logo
|
|
1441
1441
|
}, null, 8, ["src"])),
|
|
1442
|
-
l("div", Yi,
|
|
1442
|
+
l("div", Yi, m((u = e.gameData.awayTeam) == null ? void 0 : u.longName), 1)
|
|
1443
1443
|
]);
|
|
1444
1444
|
};
|
|
1445
1445
|
}
|
|
@@ -1480,7 +1480,7 @@ const Ji = "Gól", Zi = "Kiállítás", Xi = "Kapus", en = "Idő", Ot = "Büntet
|
|
|
1480
1480
|
"stroke-linejoin": "round"
|
|
1481
1481
|
};
|
|
1482
1482
|
function rn(e, t) {
|
|
1483
|
-
return
|
|
1483
|
+
return g(), b("svg", an, t[0] || (t[0] = [
|
|
1484
1484
|
l("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }, null, -1),
|
|
1485
1485
|
l("rect", {
|
|
1486
1486
|
x: "8",
|
|
@@ -1502,7 +1502,7 @@ const Oe = { render: rn }, nn = {
|
|
|
1502
1502
|
"stroke-linejoin": "round"
|
|
1503
1503
|
};
|
|
1504
1504
|
function on(e, t) {
|
|
1505
|
-
return
|
|
1505
|
+
return g(), b("svg", nn, t[0] || (t[0] = [
|
|
1506
1506
|
l("path", { d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z" }, null, -1),
|
|
1507
1507
|
l("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1)
|
|
1508
1508
|
]));
|
|
@@ -1517,14 +1517,14 @@ const va = { render: on }, sn = { class: "progress" }, ln = ["aria-valuenow", "a
|
|
|
1517
1517
|
},
|
|
1518
1518
|
setup(e) {
|
|
1519
1519
|
const t = e, { max: a, value: r } = Fi(w(() => t.gameData));
|
|
1520
|
-
return (
|
|
1520
|
+
return (n, o) => (g(), b("div", sn, [
|
|
1521
1521
|
l("div", {
|
|
1522
1522
|
class: "progress-bar progress-bar-stripped progress-bar-animated",
|
|
1523
1523
|
role: "progressbar",
|
|
1524
|
-
style: ze(`width: ${
|
|
1525
|
-
"aria-valuenow":
|
|
1524
|
+
style: ze(`width: ${i(r) / i(a) * 100}%`),
|
|
1525
|
+
"aria-valuenow": i(r),
|
|
1526
1526
|
"aria-valuemin": "0",
|
|
1527
|
-
"aria-valuemax":
|
|
1527
|
+
"aria-valuemax": i(a)
|
|
1528
1528
|
}, null, 12, ln)
|
|
1529
1529
|
]));
|
|
1530
1530
|
}
|
|
@@ -1545,43 +1545,43 @@ const va = { render: on }, sn = { class: "progress" }, ln = ["aria-valuenow", "a
|
|
|
1545
1545
|
}
|
|
1546
1546
|
},
|
|
1547
1547
|
setup(e) {
|
|
1548
|
-
return (t, a) => (
|
|
1548
|
+
return (t, a) => (g(), b("table", cn, [
|
|
1549
1549
|
l("tbody", null, [
|
|
1550
1550
|
l("tr", null, [
|
|
1551
1551
|
a[0] || (a[0] = l("td", null, [
|
|
1552
1552
|
l("span", { class: "is-home-team" })
|
|
1553
1553
|
], -1)),
|
|
1554
|
-
l("td", null,
|
|
1555
|
-
(
|
|
1554
|
+
l("td", null, m(e.homeTeamName), 1),
|
|
1555
|
+
(g(!0), b(k, null, N(e.results.home, (r, n) => (g(), b("td", { key: n }, m(r), 1))), 128))
|
|
1556
1556
|
]),
|
|
1557
1557
|
l("tr", null, [
|
|
1558
1558
|
a[1] || (a[1] = l("td", null, [
|
|
1559
1559
|
l("span", { class: "is-away-team" })
|
|
1560
1560
|
], -1)),
|
|
1561
|
-
l("td", null,
|
|
1562
|
-
(
|
|
1561
|
+
l("td", null, m(e.awayTeamName), 1),
|
|
1562
|
+
(g(!0), b(k, null, N(e.results.away, (r, n) => (g(), b("td", { key: n }, m(r), 1))), 128))
|
|
1563
1563
|
])
|
|
1564
1564
|
])
|
|
1565
1565
|
]));
|
|
1566
1566
|
}
|
|
1567
1567
|
};
|
|
1568
|
-
let
|
|
1569
|
-
function
|
|
1570
|
-
return ++
|
|
1568
|
+
let gn = 0;
|
|
1569
|
+
function mn() {
|
|
1570
|
+
return ++gn;
|
|
1571
1571
|
}
|
|
1572
|
-
const un = (e) => ae(Ge, Y((t) => ({ ...t, eventId: t.eventId ? t.eventId :
|
|
1572
|
+
const un = (e) => ae(Ge, Y((t) => ({ ...t, eventId: t.eventId ? t.eventId : mn() })))(e);
|
|
1573
1573
|
function vn(e) {
|
|
1574
1574
|
const t = {
|
|
1575
1575
|
home: [],
|
|
1576
1576
|
away: []
|
|
1577
1577
|
};
|
|
1578
|
-
return e ? ae(Y(Ye(":")), Y(Hr), Ye(","), vt(/^\(|\)$/g, ""))(e).reduce((r,
|
|
1578
|
+
return e ? ae(Y(Ye(":")), Y(Hr), Ye(","), vt(/^\(|\)$/g, ""))(e).reduce((r, n) => (r.home.push(n[0]), r.away.push(n[1]), r), t) : t;
|
|
1579
1579
|
}
|
|
1580
|
-
const It = (e) =>
|
|
1580
|
+
const It = (e) => gt(re("row"), e);
|
|
1581
1581
|
function bn(e, t, a) {
|
|
1582
|
-
const r = It((e == null ? void 0 : e[t]) ?? []),
|
|
1582
|
+
const r = It((e == null ? void 0 : e[t]) ?? []), n = It((e == null ? void 0 : e[a]) ?? []);
|
|
1583
1583
|
return ["1", "2", "3", "4", "gk"].reduce(
|
|
1584
|
-
(o, s) => (o[s].home = r[s], o[s].away =
|
|
1584
|
+
(o, s) => (o[s].home = r[s], o[s].away = n[s], o),
|
|
1585
1585
|
{
|
|
1586
1586
|
1: { home: [], away: [] },
|
|
1587
1587
|
2: { home: [], away: [] },
|
|
@@ -1592,25 +1592,25 @@ function bn(e, t, a) {
|
|
|
1592
1592
|
);
|
|
1593
1593
|
}
|
|
1594
1594
|
function Ve(e, t, a, r) {
|
|
1595
|
-
let
|
|
1595
|
+
let n = 0, o = 0;
|
|
1596
1596
|
const s = e.reduce((d, c) => {
|
|
1597
1597
|
var z, P, E;
|
|
1598
1598
|
const u = ((z = c[t]) == null ? void 0 : z.period) ?? "p1", p = ((P = c[t]) == null ? void 0 : P[r]) ?? 0, v = ((E = c[a]) == null ? void 0 : E[r]) ?? 0, y = p + v;
|
|
1599
|
-
return
|
|
1599
|
+
return n += p, o += v, d[u] = {
|
|
1600
1600
|
max: y,
|
|
1601
1601
|
valueStart: p,
|
|
1602
1602
|
valueEnd: v
|
|
1603
1603
|
}, d;
|
|
1604
1604
|
}, {});
|
|
1605
1605
|
return s.all = {
|
|
1606
|
-
max:
|
|
1607
|
-
valueStart:
|
|
1606
|
+
max: n + o,
|
|
1607
|
+
valueStart: n,
|
|
1608
1608
|
valueEnd: o
|
|
1609
1609
|
}, s;
|
|
1610
1610
|
}
|
|
1611
1611
|
function pn(e) {
|
|
1612
1612
|
var d, c, u, p, v, y;
|
|
1613
|
-
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.advTime) ?? 0, a = ((c = e == null ? void 0 : e.away) == null ? void 0 : c.advTime) ?? 0, r = ((u = e == null ? void 0 : e.home) == null ? void 0 : u.advTimePP1) ?? 0,
|
|
1613
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.advTime) ?? 0, a = ((c = e == null ? void 0 : e.away) == null ? void 0 : c.advTime) ?? 0, r = ((u = e == null ? void 0 : e.home) == null ? void 0 : u.advTimePP1) ?? 0, n = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.advTimePP1) ?? 0, o = ((v = e == null ? void 0 : e.home) == null ? void 0 : v.advTimePP2) ?? 0, s = ((y = e == null ? void 0 : e.away) == null ? void 0 : y.advTimePP2) ?? 0;
|
|
1614
1614
|
return {
|
|
1615
1615
|
advTime: {
|
|
1616
1616
|
max: t + a,
|
|
@@ -1618,9 +1618,9 @@ function pn(e) {
|
|
|
1618
1618
|
valueEnd: a
|
|
1619
1619
|
},
|
|
1620
1620
|
advTimePP1: {
|
|
1621
|
-
max: r +
|
|
1621
|
+
max: r + n,
|
|
1622
1622
|
valueStart: r,
|
|
1623
|
-
valueEnd:
|
|
1623
|
+
valueEnd: n
|
|
1624
1624
|
},
|
|
1625
1625
|
advTimePP2: {
|
|
1626
1626
|
max: o + s,
|
|
@@ -1631,7 +1631,7 @@ function pn(e) {
|
|
|
1631
1631
|
}
|
|
1632
1632
|
function fn(e) {
|
|
1633
1633
|
var d, c, u, p, v, y;
|
|
1634
|
-
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.adv) ?? 0, a = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.ppgf) ?? 0, r = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.adv) ?? 0,
|
|
1634
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.adv) ?? 0, a = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.ppgf) ?? 0, r = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.adv) ?? 0, n = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.ppgf) ?? 0, o = (((v = e == null ? void 0 : e.home) == null ? void 0 : v.ppPercent) ?? 0).toFixed(2), s = (((y = e == null ? void 0 : e.away) == null ? void 0 : y.ppPercent) ?? 0).toFixed(2);
|
|
1635
1635
|
return {
|
|
1636
1636
|
powerPlays: {
|
|
1637
1637
|
max: t + r,
|
|
@@ -1640,9 +1640,9 @@ function fn(e) {
|
|
|
1640
1640
|
suffix: ""
|
|
1641
1641
|
},
|
|
1642
1642
|
powerPlaysGoalFor: {
|
|
1643
|
-
max: a +
|
|
1643
|
+
max: a + n,
|
|
1644
1644
|
valueStart: a,
|
|
1645
|
-
valueEnd:
|
|
1645
|
+
valueEnd: n,
|
|
1646
1646
|
suffix: ""
|
|
1647
1647
|
},
|
|
1648
1648
|
powerPlayEfficiency: {
|
|
@@ -1655,7 +1655,7 @@ function fn(e) {
|
|
|
1655
1655
|
}
|
|
1656
1656
|
function hn(e) {
|
|
1657
1657
|
var d, c, u, p, v, y;
|
|
1658
|
-
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.dvg) ?? 0, a = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.pk) ?? 0, r = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.dvg) ?? 0,
|
|
1658
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.dvg) ?? 0, a = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.pk) ?? 0, r = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.dvg) ?? 0, n = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.pk) ?? 0, o = (((v = e == null ? void 0 : e.home) == null ? void 0 : v.pkPercent) ?? 0).toFixed(2), s = (((y = e == null ? void 0 : e.away) == null ? void 0 : y.pkPercent) ?? 0).toFixed(2);
|
|
1659
1659
|
return {
|
|
1660
1660
|
penaltyKill: {
|
|
1661
1661
|
max: t + r,
|
|
@@ -1664,9 +1664,9 @@ function hn(e) {
|
|
|
1664
1664
|
suffix: ""
|
|
1665
1665
|
},
|
|
1666
1666
|
powerPlaysKilled: {
|
|
1667
|
-
max: a +
|
|
1667
|
+
max: a + n,
|
|
1668
1668
|
valueStart: a,
|
|
1669
|
-
valueEnd:
|
|
1669
|
+
valueEnd: n,
|
|
1670
1670
|
suffix: ""
|
|
1671
1671
|
},
|
|
1672
1672
|
penaltyKillEfficiency: {
|
|
@@ -1678,11 +1678,11 @@ function hn(e) {
|
|
|
1678
1678
|
};
|
|
1679
1679
|
}
|
|
1680
1680
|
function yn(e, t) {
|
|
1681
|
-
const a = (
|
|
1682
|
-
const o = ["first_referee", "second_referee", "first_line_judge", "second_line_judge"].indexOf(
|
|
1681
|
+
const a = (n) => {
|
|
1682
|
+
const o = ["first_referee", "second_referee", "first_line_judge", "second_line_judge"].indexOf(n.role);
|
|
1683
1683
|
return o > -1 ? o : 4;
|
|
1684
|
-
}, r = (
|
|
1685
|
-
return
|
|
1684
|
+
}, r = (n) => ({ ...at(n), role: t(`role.${n.role}`) });
|
|
1685
|
+
return gt(re("type"), Y(r, ra(a, Zt(e))));
|
|
1686
1686
|
}
|
|
1687
1687
|
const At = ia([ta(re("startingFive"))]);
|
|
1688
1688
|
function _t(e) {
|
|
@@ -1690,7 +1690,7 @@ function _t(e) {
|
|
|
1690
1690
|
}
|
|
1691
1691
|
aa(["first_referee", "second_referee", "first_line_judge", "second_line_judge"]);
|
|
1692
1692
|
function Dt(e, t) {
|
|
1693
|
-
const a = Vt(hr([Dr(t, ["team", "id"]), ut("Gól", "type")]), Ge(e)), r = Y((s) => ({ ...s, eventTimeSec: _a(s.eventTime) }), a),
|
|
1693
|
+
const a = Vt(hr([Dr(t, ["team", "id"]), ut("Gól", "type")]), Ge(e)), r = Y((s) => ({ ...s, eventTimeSec: _a(s.eventTime) }), a), n = ct(
|
|
1694
1694
|
(s, d) => (s[d.playerId] ? s[d.playerId].eventTime += `, ${d.eventTime}` : s[d.playerId] = {
|
|
1695
1695
|
id: d.playerId,
|
|
1696
1696
|
name: `${d.lastName} ${d.firstName}`,
|
|
@@ -1700,7 +1700,7 @@ function Dt(e, t) {
|
|
|
1700
1700
|
{},
|
|
1701
1701
|
r
|
|
1702
1702
|
);
|
|
1703
|
-
return ra(re("eventTimeSec"), Zt(
|
|
1703
|
+
return ra(re("eventTimeSec"), Zt(n));
|
|
1704
1704
|
}
|
|
1705
1705
|
const wn = { class: "gamecenter-timeline-game-data" }, xn = { class: "is-title-container" }, kn = { class: "is-gamedate" }, Tn = { class: "is-local-gamedate" }, Sn = { class: "is-external-contents" }, zn = ["href"], $n = ["href"], Pn = ["href"], jn = { class: "is-teams-and-results" }, En = { class: "is-team-name" }, Nn = { class: "is-goal-scorers" }, On = {
|
|
1706
1706
|
key: 0,
|
|
@@ -1731,83 +1731,83 @@ const wn = { class: "gamecenter-timeline-game-data" }, xn = { class: "is-title-c
|
|
|
1731
1731
|
}
|
|
1732
1732
|
},
|
|
1733
1733
|
setup(e) {
|
|
1734
|
-
const t = e, { t: a } = D(), r = w(() => vn(t.gameData.periodResults)),
|
|
1735
|
-
return (s, d) => (
|
|
1734
|
+
const t = e, { t: a } = D(), r = w(() => vn(t.gameData.periodResults)), n = w(() => Dt(t.gameEvents, t.gameData.homeTeam.id)), o = w(() => Dt(t.gameEvents, t.gameData.awayTeam.id));
|
|
1735
|
+
return (s, d) => (g(), b("div", wn, [
|
|
1736
1736
|
l("div", xn, [
|
|
1737
1737
|
d[0] || (B(-1, !0), (d[0] = l("div", { class: "is-title" }, [
|
|
1738
|
-
x(
|
|
1738
|
+
x(m(e.gameData.championshipName) + " - " + m(e.gameData.divisionName) + " - " + m(e.gameData.gameName) + " / " + m(e.gameData.location.locationName), 1)
|
|
1739
1739
|
])).cacheIndex = 0, B(1), d[0]),
|
|
1740
|
-
l("div", kn,
|
|
1741
|
-
l("div", Tn,
|
|
1740
|
+
l("div", kn, m(i($e)(e.gameData.gameDate, "L dddd - HH:mm", null, e.locale)) + " (" + m(i(Pe)(new Date(e.gameData.gameDate), null, e.locale)) + ") ", 1),
|
|
1741
|
+
l("div", Tn, m(i(a)("localTime")) + " (" + m(e.gameData.location.locationCountryISO || e.gameData.location.locationName) + "): " + m(i($e)(e.gameData.gameDate, "L dddd - HH:mm", e.gameData.location.timezone, e.locale)) + " (" + m(i(Pe)(new Date(e.gameData.gameDate), e.gameData.location.timezone, e.locale)) + ") ", 1),
|
|
1742
1742
|
l("div", Sn, [
|
|
1743
|
-
e.gameData.electronicReportUrl ? (
|
|
1743
|
+
e.gameData.electronicReportUrl ? (g(), b("a", {
|
|
1744
1744
|
key: 0,
|
|
1745
1745
|
href: e.gameData.electronicReportUrl,
|
|
1746
1746
|
target: "_blank"
|
|
1747
1747
|
}, [
|
|
1748
|
-
f(
|
|
1749
|
-
x(" " +
|
|
1748
|
+
f(i(Oe), { class: "is-icon" }),
|
|
1749
|
+
x(" " + m(i(a)("sheet")), 1)
|
|
1750
1750
|
], 8, zn)) : h("", !0),
|
|
1751
|
-
e.gameData.toiReportUrl ? (
|
|
1751
|
+
e.gameData.toiReportUrl ? (g(), b("a", {
|
|
1752
1752
|
key: 1,
|
|
1753
1753
|
href: e.gameData.toiReportUrl,
|
|
1754
1754
|
target: "_blank"
|
|
1755
1755
|
}, [
|
|
1756
|
-
f(
|
|
1757
|
-
x(" " +
|
|
1756
|
+
f(i(Oe), { class: "is-icon" }),
|
|
1757
|
+
x(" " + m(i(a)("toiSheet")), 1)
|
|
1758
1758
|
], 8, $n)) : h("", !0),
|
|
1759
|
-
e.gameData.video ? (
|
|
1759
|
+
e.gameData.video ? (g(), b("a", {
|
|
1760
1760
|
key: 2,
|
|
1761
1761
|
href: e.gameData.video,
|
|
1762
1762
|
target: "_blank"
|
|
1763
1763
|
}, [
|
|
1764
|
-
f(
|
|
1765
|
-
x(" " +
|
|
1764
|
+
f(i(va), { class: "is-icon" }),
|
|
1765
|
+
x(" " + m(i(a)("video")), 1)
|
|
1766
1766
|
], 8, Pn)) : h("", !0)
|
|
1767
1767
|
])
|
|
1768
1768
|
]),
|
|
1769
1769
|
l("div", jn, [
|
|
1770
1770
|
l("div", null, [
|
|
1771
|
-
d[1] || (B(-1, !0), (d[1] = f(
|
|
1771
|
+
d[1] || (B(-1, !0), (d[1] = f(i(U), {
|
|
1772
1772
|
src: e.gameData.homeTeam.logo,
|
|
1773
1773
|
class: "is-team-logo",
|
|
1774
|
-
"default-src":
|
|
1774
|
+
"default-src": i(Be)
|
|
1775
1775
|
}, null, 8, ["src", "default-src"])).cacheIndex = 1, B(1), d[1]),
|
|
1776
|
-
l("h1", En,
|
|
1776
|
+
l("h1", En, m(e.gameData.homeTeam.longName), 1),
|
|
1777
1777
|
l("ul", Nn, [
|
|
1778
|
-
(
|
|
1778
|
+
(g(!0), b(k, null, N(n.value, (c) => (g(), b("li", {
|
|
1779
1779
|
key: c.id
|
|
1780
1780
|
}, [
|
|
1781
|
-
x(
|
|
1782
|
-
l("span", null,
|
|
1781
|
+
x(m(c.name) + " ", 1),
|
|
1782
|
+
l("span", null, m(c.eventTime), 1)
|
|
1783
1783
|
]))), 128))
|
|
1784
1784
|
])
|
|
1785
1785
|
]),
|
|
1786
1786
|
l("div", null, [
|
|
1787
|
-
e.gameData.gameStatus > 1 ? (
|
|
1788
|
-
e.gameData.gameStatus === 1 ? (
|
|
1789
|
-
e.gameData.gameStatus > 1 ? (
|
|
1790
|
-
e.gameData.isOvertime ? (
|
|
1791
|
-
l("span", _n,
|
|
1787
|
+
e.gameData.gameStatus > 1 ? (g(), b("p", On, m(i(a)(`gameStatus.status-${e.gameData.gameStatus}`)), 1)) : h("", !0),
|
|
1788
|
+
e.gameData.gameStatus === 1 ? (g(), b("p", In, m(i(a)(`periods.${i(Fe)(e.gameData.period)}`)), 1)) : h("", !0),
|
|
1789
|
+
e.gameData.gameStatus > 1 ? (g(), b(k, { key: 2 }, [
|
|
1790
|
+
e.gameData.isOvertime ? (g(), b("p", An, [
|
|
1791
|
+
l("span", _n, m(i(a)("afterOvertime")), 1)
|
|
1792
1792
|
])) : h("", !0),
|
|
1793
|
-
e.gameData.isShootout ? (
|
|
1794
|
-
l("span", Mn,
|
|
1793
|
+
e.gameData.isShootout ? (g(), b("p", Dn, [
|
|
1794
|
+
l("span", Mn, m(i(a)("afterShootout")), 1)
|
|
1795
1795
|
])) : h("", !0)
|
|
1796
1796
|
], 64)) : h("", !0),
|
|
1797
|
-
e.gameData.gameStatus === 1 ? (
|
|
1798
|
-
e.gameData.gameStatus === 1 ? (
|
|
1797
|
+
e.gameData.gameStatus === 1 ? (g(), b("p", Ln, m(e.gameData.actualTime), 1)) : h("", !0),
|
|
1798
|
+
e.gameData.gameStatus === 1 ? (g(), T(ba, {
|
|
1799
1799
|
key: 4,
|
|
1800
1800
|
"game-data": e.gameData
|
|
1801
1801
|
}, null, 8, ["game-data"])) : h("", !0),
|
|
1802
1802
|
l("div", {
|
|
1803
1803
|
class: H(["is-game-result", [{ "is-game-status-live": e.gameData.gameStatus === 1 }]])
|
|
1804
1804
|
}, [
|
|
1805
|
-
e.gameData.gameStatus === 0 ? (
|
|
1805
|
+
e.gameData.gameStatus === 0 ? (g(), b("span", Cn, "-")) : (g(), b("span", Gn, m(e.gameData.homeTeamScore), 1)),
|
|
1806
1806
|
d[3] || (d[3] = x(":")),
|
|
1807
|
-
e.gameData.gameStatus === 0 ? (
|
|
1807
|
+
e.gameData.gameStatus === 0 ? (g(), b("span", Bn, "-")) : (g(), b("span", Hn, m(e.gameData.awayTeamScore), 1))
|
|
1808
1808
|
], 2),
|
|
1809
|
-
e.gameData.attendance ? (
|
|
1810
|
-
e.gameData.gameStatus > 0 ? (
|
|
1809
|
+
e.gameData.attendance ? (g(), b("p", Fn, m(i(a)("gameData.attendance", [e.gameData.attendance])), 1)) : h("", !0),
|
|
1810
|
+
e.gameData.gameStatus > 0 ? (g(), T(dn, {
|
|
1811
1811
|
key: 6,
|
|
1812
1812
|
results: r.value,
|
|
1813
1813
|
"home-team-name": e.gameData.homeTeam.shortName,
|
|
@@ -1815,18 +1815,18 @@ const wn = { class: "gamecenter-timeline-game-data" }, xn = { class: "is-title-c
|
|
|
1815
1815
|
}, null, 8, ["results", "home-team-name", "away-team-name"])) : h("", !0)
|
|
1816
1816
|
]),
|
|
1817
1817
|
l("div", null, [
|
|
1818
|
-
d[2] || (B(-1, !0), (d[2] = f(
|
|
1818
|
+
d[2] || (B(-1, !0), (d[2] = f(i(U), {
|
|
1819
1819
|
src: e.gameData.awayTeam.logo,
|
|
1820
|
-
"default-src":
|
|
1820
|
+
"default-src": i(He),
|
|
1821
1821
|
class: "is-team-logo"
|
|
1822
1822
|
}, null, 8, ["src", "default-src"])).cacheIndex = 2, B(1), d[2]),
|
|
1823
|
-
l("h1", Rn,
|
|
1823
|
+
l("h1", Rn, m(e.gameData.awayTeam.longName), 1),
|
|
1824
1824
|
l("ul", Kn, [
|
|
1825
|
-
(
|
|
1825
|
+
(g(!0), b(k, null, N(o.value, (c) => (g(), b("li", {
|
|
1826
1826
|
key: c.id
|
|
1827
1827
|
}, [
|
|
1828
|
-
x(
|
|
1829
|
-
l("span", null,
|
|
1828
|
+
x(m(c.name) + " ", 1),
|
|
1829
|
+
l("span", null, m(c.eventTime), 1)
|
|
1830
1830
|
]))), 128))
|
|
1831
1831
|
])
|
|
1832
1832
|
])
|
|
@@ -1839,7 +1839,7 @@ const wn = { class: "gamecenter-timeline-game-data" }, xn = { class: "is-title-c
|
|
|
1839
1839
|
viewBox: "0 0 32 32"
|
|
1840
1840
|
};
|
|
1841
1841
|
function qn(e, t) {
|
|
1842
|
-
return
|
|
1842
|
+
return g(), b("svg", Vn, t[0] || (t[0] = [
|
|
1843
1843
|
l("path", {
|
|
1844
1844
|
fill: "currentColor",
|
|
1845
1845
|
d: "M16 7C9.043 7 2 8.718 2 12v8c0 3.282 7.043 5 14 5s14-1.718 14-5v-8c0-3.282-7.043-5-14-5zm0 2c7.444 0 12 1.942 12 3c0 .926-3.489 2.528-9.348 2.914A40.34 40.34 0 0 1 16 15c-7.444 0-12-1.942-12-3s4.556-3 12-3zM4 14.707c.06.035.134.064.195.098a9.77 9.77 0 0 0 1.014.486c.346.144.706.282 1.094.408c.813.265 1.725.48 2.681.664c.289.055.587.1.885.147c.85.137 1.726.247 2.633.324c1.15.098 2.319.166 3.498.166c1.18 0 2.349-.068 3.498-.166a35.139 35.139 0 0 0 2.633-.324c.298-.047.596-.092.885-.147c.956-.184 1.868-.4 2.681-.664a14.457 14.457 0 0 0 1.395-.539a9.77 9.77 0 0 0 .713-.355c.061-.034.136-.063.195-.098V20c0 1.058-4.556 3-12 3S4 21.058 4 20v-5.293z"
|
|
@@ -1869,7 +1869,7 @@ const pe = { render: qn }, Yn = ["data-team"], Wn = { class: "is-details-title"
|
|
|
1869
1869
|
}
|
|
1870
1870
|
},
|
|
1871
1871
|
setup(e) {
|
|
1872
|
-
return (t, a) => (
|
|
1872
|
+
return (t, a) => (g(), b("div", {
|
|
1873
1873
|
class: "gamecenter-timeline-game-event",
|
|
1874
1874
|
"data-team": e.isHomeTeam ? "home" : "away"
|
|
1875
1875
|
}, [
|
|
@@ -1877,12 +1877,12 @@ const pe = { render: qn }, Yn = ["data-team"], Wn = { class: "is-details-title"
|
|
|
1877
1877
|
l("div", {
|
|
1878
1878
|
class: H(["is-details-container", [
|
|
1879
1879
|
{
|
|
1880
|
-
"is-goal": e.eventType ===
|
|
1881
|
-
"is-penalty": e.eventType ===
|
|
1882
|
-
"is-timeout": e.eventType ===
|
|
1883
|
-
"is-goalies": e.eventType ===
|
|
1884
|
-
"is-penalty-shot-goal": e.eventType ===
|
|
1885
|
-
"is-penalty-shot-no-goal": e.eventType ===
|
|
1880
|
+
"is-goal": e.eventType === i(Ji),
|
|
1881
|
+
"is-penalty": e.eventType === i(Zi),
|
|
1882
|
+
"is-timeout": e.eventType === i(en),
|
|
1883
|
+
"is-goalies": e.eventType === i(Xi),
|
|
1884
|
+
"is-penalty-shot-goal": e.eventType === i(Ot) && e.event.goal,
|
|
1885
|
+
"is-penalty-shot-no-goal": e.eventType === i(Ot) && !e.event.goal
|
|
1886
1886
|
}
|
|
1887
1887
|
]])
|
|
1888
1888
|
}, [
|
|
@@ -1898,7 +1898,7 @@ const pe = { render: qn }, Yn = ["data-team"], Wn = { class: "is-details-title"
|
|
|
1898
1898
|
])
|
|
1899
1899
|
], 2),
|
|
1900
1900
|
l("div", Zn, [
|
|
1901
|
-
l("p", null,
|
|
1901
|
+
l("p", null, m(e.timestamp), 1)
|
|
1902
1902
|
])
|
|
1903
1903
|
], 8, Yn));
|
|
1904
1904
|
}
|
|
@@ -1919,8 +1919,8 @@ const pe = { render: qn }, Yn = ["data-team"], Wn = { class: "is-details-title"
|
|
|
1919
1919
|
},
|
|
1920
1920
|
setup(e) {
|
|
1921
1921
|
const t = e, a = C(null), r = w(() => t.isHomeTeam ? Be : He);
|
|
1922
|
-
return (
|
|
1923
|
-
f(
|
|
1922
|
+
return (n, o) => (g(), b(k, null, [
|
|
1923
|
+
f(i(Q), {
|
|
1924
1924
|
offset: 2,
|
|
1925
1925
|
placement: "top",
|
|
1926
1926
|
theme: "tooltip",
|
|
@@ -1933,7 +1933,7 @@ const pe = { render: qn }, Yn = ["data-team"], Wn = { class: "is-details-title"
|
|
|
1933
1933
|
tabindex: 0,
|
|
1934
1934
|
"aria-label": e.name
|
|
1935
1935
|
}, oe(d, !0)), [
|
|
1936
|
-
f(
|
|
1936
|
+
f(i(U), {
|
|
1937
1937
|
src: e.logo,
|
|
1938
1938
|
"default-src": r.value
|
|
1939
1939
|
}, null, 8, ["src", "default-src"])
|
|
@@ -1950,10 +1950,10 @@ const pe = { render: qn }, Yn = ["data-team"], Wn = { class: "is-details-title"
|
|
|
1950
1950
|
}, eo = { key: 0 }, to = { key: 1 }, ao = { class: "is-details-list" }, ro = { class: "is-evented-person" }, io = { class: "is-player-number" }, no = { class: "is-assists-list" }, oo = { class: "is-player-number" }, so = {
|
|
1951
1951
|
key: 0,
|
|
1952
1952
|
class: "is-poi-data"
|
|
1953
|
-
}, lo = ["aria-label"], co = ["aria-label"],
|
|
1953
|
+
}, lo = ["aria-label"], co = ["aria-label"], go = {
|
|
1954
1954
|
key: 0,
|
|
1955
1955
|
class: "is-badge is-invert is-large"
|
|
1956
|
-
},
|
|
1956
|
+
}, mo = {
|
|
1957
1957
|
__name: "Goal",
|
|
1958
1958
|
props: {
|
|
1959
1959
|
event: {
|
|
@@ -1966,37 +1966,37 @@ const pe = { render: qn }, Yn = ["data-team"], Wn = { class: "is-details-title"
|
|
|
1966
1966
|
}
|
|
1967
1967
|
},
|
|
1968
1968
|
setup(e) {
|
|
1969
|
-
const t = e, a = C(null), { t: r } = D(),
|
|
1970
|
-
return (d, c) => (
|
|
1969
|
+
const t = e, a = C(null), { t: r } = D(), n = w(() => te((d) => I(d), [t.event.assists1, t.event.assists2])), o = w(() => t.event.homeOnIce), s = w(() => t.event.awayOnIce);
|
|
1970
|
+
return (d, c) => (g(), T(fe, {
|
|
1971
1971
|
timestamp: e.event.eventTime,
|
|
1972
1972
|
"is-home-team": e.isHomeTeam,
|
|
1973
1973
|
"event-type": e.event.type,
|
|
1974
1974
|
event: e.event
|
|
1975
1975
|
}, {
|
|
1976
1976
|
title: S(() => [
|
|
1977
|
-
x(
|
|
1978
|
-
e.event.advantage ? (
|
|
1979
|
-
e.event.en ? (
|
|
1980
|
-
x(" (" +
|
|
1977
|
+
x(m(i(r)("eventType.Gól")) + " ", 1),
|
|
1978
|
+
e.event.advantage ? (g(), b("span", eo, m(e.event.advantage), 1)) : h("", !0),
|
|
1979
|
+
e.event.en ? (g(), b("span", to, " EN ")) : h("", !0),
|
|
1980
|
+
x(" (" + m(e.event.score) + ") ", 1)
|
|
1981
1981
|
]),
|
|
1982
1982
|
"details-list": S(() => [
|
|
1983
1983
|
l("ul", ao, [
|
|
1984
1984
|
l("li", ro, [
|
|
1985
|
-
l("span", io,
|
|
1986
|
-
x(" " +
|
|
1985
|
+
l("span", io, m(e.event.jerseyNumber), 1),
|
|
1986
|
+
x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
|
|
1987
1987
|
]),
|
|
1988
1988
|
l("li", no, [
|
|
1989
|
-
(
|
|
1989
|
+
(g(!0), b(k, null, N(n.value, (u) => (g(), b("span", {
|
|
1990
1990
|
key: u,
|
|
1991
1991
|
class: "is-evented-person"
|
|
1992
1992
|
}, [
|
|
1993
|
-
l("i", oo,
|
|
1994
|
-
x(" " +
|
|
1993
|
+
l("i", oo, m(u.jerseyNumber), 1),
|
|
1994
|
+
x(" " + m(u.lastName) + " " + m(u.firstName), 1)
|
|
1995
1995
|
]))), 128))
|
|
1996
1996
|
]),
|
|
1997
|
-
!
|
|
1997
|
+
!i(I)(o.value) || !i(I)(s.value) ? (g(), b("li", so, [
|
|
1998
1998
|
l("ul", null, [
|
|
1999
|
-
(
|
|
1999
|
+
(g(!0), b(k, null, N(o.value, (u) => (g(), T(i(Q), {
|
|
2000
2000
|
key: u.playerId,
|
|
2001
2001
|
offset: 2,
|
|
2002
2002
|
placement: "top",
|
|
@@ -2010,14 +2010,14 @@ const pe = { render: qn }, Yn = ["data-team"], Wn = { class: "is-details-title"
|
|
|
2010
2010
|
ref: p,
|
|
2011
2011
|
tabindex: 0,
|
|
2012
2012
|
"aria-label": `${u.jerseyNumber} ${u.lastName} ${u.firstName}`
|
|
2013
|
-
}, oe(v, !0)),
|
|
2013
|
+
}, oe(v, !0)), m(u.jerseyNumber), 17, lo)
|
|
2014
2014
|
]),
|
|
2015
2015
|
_: 2
|
|
2016
2016
|
}, 1032, ["content", "append-to"]))), 128))
|
|
2017
2017
|
]),
|
|
2018
2018
|
c[0] || (c[0] = l("span", null, " / ", -1)),
|
|
2019
2019
|
l("ul", null, [
|
|
2020
|
-
(
|
|
2020
|
+
(g(!0), b(k, null, N(s.value, (u) => (g(), T(i(Q), {
|
|
2021
2021
|
key: u.playerId,
|
|
2022
2022
|
offset: 2,
|
|
2023
2023
|
placement: "top",
|
|
@@ -2031,21 +2031,21 @@ const pe = { render: qn }, Yn = ["data-team"], Wn = { class: "is-details-title"
|
|
|
2031
2031
|
ref: p,
|
|
2032
2032
|
tabindex: 0,
|
|
2033
2033
|
"aria-label": `${u.jerseyNumber} ${u.lastName} ${u.firstName}`
|
|
2034
|
-
}, oe(v, !0)),
|
|
2034
|
+
}, oe(v, !0)), m(u.jerseyNumber), 17, co)
|
|
2035
2035
|
]),
|
|
2036
2036
|
_: 2
|
|
2037
2037
|
}, 1032, ["content", "append-to"]))), 128))
|
|
2038
2038
|
])
|
|
2039
2039
|
])) : h("", !0),
|
|
2040
2040
|
l("li", null, [
|
|
2041
|
-
e.event.ps || e.event.gws || e.event.gwg ? (
|
|
2042
|
-
e.event.ps ? (
|
|
2041
|
+
e.event.ps || e.event.gws || e.event.gwg ? (g(), b("span", go, [
|
|
2042
|
+
e.event.ps ? (g(), b(k, { key: 0 }, [
|
|
2043
2043
|
x("PS")
|
|
2044
2044
|
], 64)) : h("", !0),
|
|
2045
|
-
e.event.gws ? (
|
|
2045
|
+
e.event.gws ? (g(), b(k, { key: 1 }, [
|
|
2046
2046
|
x("GWS")
|
|
2047
2047
|
], 64)) : h("", !0),
|
|
2048
|
-
e.event.gwg ? (
|
|
2048
|
+
e.event.gwg ? (g(), b(k, { key: 2 }, [
|
|
2049
2049
|
x("GWG")
|
|
2050
2050
|
], 64)) : h("", !0)
|
|
2051
2051
|
])) : h("", !0)
|
|
@@ -2053,7 +2053,7 @@ const pe = { render: qn }, Yn = ["data-team"], Wn = { class: "is-details-title"
|
|
|
2053
2053
|
])
|
|
2054
2054
|
]),
|
|
2055
2055
|
"team-logo": S(() => [
|
|
2056
|
-
(
|
|
2056
|
+
(g(), T(he, {
|
|
2057
2057
|
key: e.event.team.id,
|
|
2058
2058
|
name: e.event.team.longName,
|
|
2059
2059
|
logo: e.event.team.logo,
|
|
@@ -2061,7 +2061,7 @@ const pe = { render: qn }, Yn = ["data-team"], Wn = { class: "is-details-title"
|
|
|
2061
2061
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2062
2062
|
]),
|
|
2063
2063
|
"event-type-icon": S(() => [
|
|
2064
|
-
f(
|
|
2064
|
+
f(i(pe))
|
|
2065
2065
|
]),
|
|
2066
2066
|
_: 1
|
|
2067
2067
|
}, 8, ["timestamp", "is-home-team", "event-type", "event"]));
|
|
@@ -2071,7 +2071,7 @@ const pe = { render: qn }, Yn = ["data-team"], Wn = { class: "is-details-title"
|
|
|
2071
2071
|
viewBox: "0 0 24 24"
|
|
2072
2072
|
};
|
|
2073
2073
|
function vo(e, t) {
|
|
2074
|
-
return
|
|
2074
|
+
return g(), b("svg", uo, t[0] || (t[0] = [
|
|
2075
2075
|
l("path", {
|
|
2076
2076
|
fill: "currentColor",
|
|
2077
2077
|
d: "M8.12 9.29 12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0z"
|
|
@@ -2083,7 +2083,7 @@ const pa = { render: vo }, bo = {
|
|
|
2083
2083
|
viewBox: "0 0 24 24"
|
|
2084
2084
|
};
|
|
2085
2085
|
function po(e, t) {
|
|
2086
|
-
return
|
|
2086
|
+
return g(), b("svg", bo, t[0] || (t[0] = [
|
|
2087
2087
|
l("path", {
|
|
2088
2088
|
fill: "currentColor",
|
|
2089
2089
|
d: "M8.12 14.71L12 10.83l3.88 3.88a.996.996 0 1 0 1.41-1.41L12.7 8.71a.996.996 0 0 0-1.41 0L6.7 13.3a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0"
|
|
@@ -2096,7 +2096,7 @@ const Xe = { render: po }, fo = {
|
|
|
2096
2096
|
viewBox: "0 0 24 24"
|
|
2097
2097
|
};
|
|
2098
2098
|
function ho(e, t) {
|
|
2099
|
-
return
|
|
2099
|
+
return g(), b("svg", fo, t[0] || (t[0] = [
|
|
2100
2100
|
l("path", {
|
|
2101
2101
|
fill: "#000",
|
|
2102
2102
|
d: "m7.712 13.208 3.88 3.88 3.88-3.88a.997.997 0 1 1 1.41 1.41l-4.59 4.59a.997.997 0 0 1-1.41 0l-4.59-4.59a.997.997 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0ZM7.712 10.792l3.88-3.88 3.88 3.88a.997.997 0 1 0 1.41-1.41l-4.59-4.59a.996.996 0 0 0-1.41 0l-4.59 4.59a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0Z"
|
|
@@ -2117,25 +2117,25 @@ const yo = { render: ho }, wo = { class: "is-details-list" }, xo = { class: "is-
|
|
|
2117
2117
|
},
|
|
2118
2118
|
setup(e) {
|
|
2119
2119
|
const { t } = D();
|
|
2120
|
-
return (a, r) => (
|
|
2120
|
+
return (a, r) => (g(), T(fe, {
|
|
2121
2121
|
timestamp: e.event.eventTime,
|
|
2122
2122
|
"is-home-team": e.isHomeTeam,
|
|
2123
2123
|
"event-type": e.event.type,
|
|
2124
2124
|
event: e.event
|
|
2125
2125
|
}, {
|
|
2126
2126
|
title: S(() => [
|
|
2127
|
-
x(
|
|
2127
|
+
x(m(i(t)("eventType.Kapus")) + " - " + m(i(t)(`eventType.goalie.${e.event.gkDirection}`)), 1)
|
|
2128
2128
|
]),
|
|
2129
2129
|
"details-list": S(() => [
|
|
2130
2130
|
l("ul", wo, [
|
|
2131
2131
|
l("li", xo, [
|
|
2132
|
-
l("span", ko,
|
|
2133
|
-
x(" " +
|
|
2132
|
+
l("span", ko, m(e.event.jerseyNumber), 1),
|
|
2133
|
+
x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
|
|
2134
2134
|
])
|
|
2135
2135
|
])
|
|
2136
2136
|
]),
|
|
2137
2137
|
"team-logo": S(() => [
|
|
2138
|
-
(
|
|
2138
|
+
(g(), T(he, {
|
|
2139
2139
|
key: e.event.team.id,
|
|
2140
2140
|
name: e.event.team.longName,
|
|
2141
2141
|
logo: e.event.team.logo,
|
|
@@ -2143,19 +2143,19 @@ const yo = { render: ho }, wo = { class: "is-details-list" }, xo = { class: "is-
|
|
|
2143
2143
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2144
2144
|
]),
|
|
2145
2145
|
"event-type-icon": S(() => [
|
|
2146
|
-
e.event.gkDirection === "CSERE" ? (
|
|
2146
|
+
e.event.gkDirection === "CSERE" ? (g(), T(i(yo), {
|
|
2147
2147
|
key: 0,
|
|
2148
2148
|
width: "24",
|
|
2149
2149
|
height: "24",
|
|
2150
2150
|
class: "is-goalie-in-icon"
|
|
2151
2151
|
})) : h("", !0),
|
|
2152
|
-
e.event.gkDirection === "BE" ? (
|
|
2152
|
+
e.event.gkDirection === "BE" ? (g(), T(i(Xe), {
|
|
2153
2153
|
key: 1,
|
|
2154
2154
|
width: "24",
|
|
2155
2155
|
height: "24",
|
|
2156
2156
|
class: "is-goalie-in-icon"
|
|
2157
2157
|
})) : h("", !0),
|
|
2158
|
-
e.event.gkDirection === "KI" ? (
|
|
2158
|
+
e.event.gkDirection === "KI" ? (g(), T(i(pa), {
|
|
2159
2159
|
key: 2,
|
|
2160
2160
|
width: "24",
|
|
2161
2161
|
height: "24",
|
|
@@ -2167,7 +2167,7 @@ const yo = { render: ho }, wo = { class: "is-details-list" }, xo = { class: "is-
|
|
|
2167
2167
|
}
|
|
2168
2168
|
}, So = { viewBox: "0 0 24 24" };
|
|
2169
2169
|
function zo(e, t) {
|
|
2170
|
-
return
|
|
2170
|
+
return g(), b("svg", So, t[0] || (t[0] = [
|
|
2171
2171
|
l("path", {
|
|
2172
2172
|
fill: "currentColor",
|
|
2173
2173
|
d: "M3.76 3.7L2.14 4.88L4.43 8a8.23 8.23 0 0 1 1.92-.72M11 9v2h7v.29l-5 1.42v2.79A4.5 4.5 0 1 1 8.5 11H9V9h-.5a6.5 6.5 0 1 0 6.5 6.5v-1.59L22 12V9m-5.76-5.3L13.85 7h2.47l1.54-2.12M9 2v5h2V2Z"
|
|
@@ -2187,40 +2187,40 @@ const fa = { render: zo }, $o = { class: "is-details-list" }, Po = { class: "is-
|
|
|
2187
2187
|
}
|
|
2188
2188
|
},
|
|
2189
2189
|
setup(e) {
|
|
2190
|
-
const t = e, { t: a } = D(), r = w(() =>
|
|
2191
|
-
return (
|
|
2190
|
+
const t = e, { t: a } = D(), r = w(() => ga(t.event));
|
|
2191
|
+
return (n, o) => (g(), T(fe, {
|
|
2192
2192
|
timestamp: e.event.eventTime,
|
|
2193
2193
|
"is-home-team": e.isHomeTeam,
|
|
2194
2194
|
"event-type": e.event.type
|
|
2195
2195
|
}, {
|
|
2196
2196
|
title: S(() => [
|
|
2197
|
-
x(
|
|
2198
|
-
e.event.penaltyLength !== 0 ? (
|
|
2199
|
-
x(
|
|
2200
|
-
e.event.penaltyEnd ? (
|
|
2201
|
-
x(" (" +
|
|
2197
|
+
x(m(i(a)("eventType.Kiállítás")) + " ", 1),
|
|
2198
|
+
e.event.penaltyLength !== 0 ? (g(), b(k, { key: 0 }, [
|
|
2199
|
+
x(m(i(a)("events.penaltyLength", [e.event.penaltyLength])) + " ", 1),
|
|
2200
|
+
e.event.penaltyEnd ? (g(), b(k, { key: 0 }, [
|
|
2201
|
+
x(" (" + m(e.event.penaltyEnd) + ") ", 1)
|
|
2202
2202
|
], 64)) : h("", !0)
|
|
2203
2203
|
], 64)) : h("", !0),
|
|
2204
|
-
e.event.perc === 0 ? (
|
|
2204
|
+
e.event.perc === 0 ? (g(), b(k, { key: 1 }, [
|
|
2205
2205
|
x(" PS ")
|
|
2206
2206
|
], 64)) : h("", !0)
|
|
2207
2207
|
]),
|
|
2208
2208
|
"details-list": S(() => [
|
|
2209
2209
|
l("ul", $o, [
|
|
2210
2210
|
l("li", Po, [
|
|
2211
|
-
e.event.jerseyNumber === null ? (
|
|
2212
|
-
l("span", Eo,
|
|
2213
|
-
x(" " +
|
|
2211
|
+
e.event.jerseyNumber === null ? (g(), b("span", jo, m(i(a)("events.teamPenalty")), 1)) : (g(), b(k, { key: 1 }, [
|
|
2212
|
+
l("span", Eo, m(e.event.jerseyNumber), 1),
|
|
2213
|
+
x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
|
|
2214
2214
|
], 64))
|
|
2215
2215
|
]),
|
|
2216
2216
|
l("li", No, [
|
|
2217
|
-
x(
|
|
2218
|
-
l("b", null, "(" +
|
|
2217
|
+
x(m(i(a)(`penalties.${r.value.penaltyCause}`)) + " ", 1),
|
|
2218
|
+
l("b", null, "(" + m(r.value.penaltyCause) + ")", 1)
|
|
2219
2219
|
])
|
|
2220
2220
|
])
|
|
2221
2221
|
]),
|
|
2222
2222
|
"team-logo": S(() => [
|
|
2223
|
-
(
|
|
2223
|
+
(g(), T(he, {
|
|
2224
2224
|
key: e.event.team.id,
|
|
2225
2225
|
name: e.event.team.longName,
|
|
2226
2226
|
logo: e.event.team.logo,
|
|
@@ -2228,7 +2228,7 @@ const fa = { render: zo }, $o = { class: "is-details-list" }, Po = { class: "is-
|
|
|
2228
2228
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2229
2229
|
]),
|
|
2230
2230
|
"event-type-icon": S(() => [
|
|
2231
|
-
f(
|
|
2231
|
+
f(i(fa))
|
|
2232
2232
|
]),
|
|
2233
2233
|
_: 1
|
|
2234
2234
|
}, 8, ["timestamp", "is-home-team", "event-type"]));
|
|
@@ -2247,31 +2247,31 @@ const fa = { render: zo }, $o = { class: "is-details-list" }, Po = { class: "is-
|
|
|
2247
2247
|
},
|
|
2248
2248
|
setup(e) {
|
|
2249
2249
|
const { t } = D();
|
|
2250
|
-
return (a, r) => (
|
|
2250
|
+
return (a, r) => (g(), T(fe, {
|
|
2251
2251
|
timestamp: e.event.eventTime,
|
|
2252
2252
|
"is-home-team": e.isHomeTeam,
|
|
2253
2253
|
"event-type": e.event.type,
|
|
2254
2254
|
event: e.event
|
|
2255
2255
|
}, {
|
|
2256
2256
|
title: S(() => [
|
|
2257
|
-
x(
|
|
2258
|
-
e.event.goal ? (
|
|
2259
|
-
x(
|
|
2260
|
-
], 64)) : (
|
|
2261
|
-
x(
|
|
2257
|
+
x(m(i(t)("eventType.Büntető")) + " - ", 1),
|
|
2258
|
+
e.event.goal ? (g(), b(k, { key: 0 }, [
|
|
2259
|
+
x(m(i(t)("events.score")), 1)
|
|
2260
|
+
], 64)) : (g(), b(k, { key: 1 }, [
|
|
2261
|
+
x(m(i(t)("events.missed")), 1)
|
|
2262
2262
|
], 64)),
|
|
2263
|
-
x(" - (" +
|
|
2263
|
+
x(" - (" + m(e.event.score) + ") ", 1)
|
|
2264
2264
|
]),
|
|
2265
2265
|
"details-list": S(() => [
|
|
2266
2266
|
l("ul", Io, [
|
|
2267
2267
|
l("li", Ao, [
|
|
2268
|
-
l("span", _o,
|
|
2269
|
-
x(" " +
|
|
2268
|
+
l("span", _o, m(e.event.jerseyNumber), 1),
|
|
2269
|
+
x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
|
|
2270
2270
|
])
|
|
2271
2271
|
])
|
|
2272
2272
|
]),
|
|
2273
2273
|
"team-logo": S(() => [
|
|
2274
|
-
(
|
|
2274
|
+
(g(), T(he, {
|
|
2275
2275
|
key: e.event.team.id,
|
|
2276
2276
|
name: e.event.team.longName,
|
|
2277
2277
|
logo: e.event.team.logo,
|
|
@@ -2279,7 +2279,7 @@ const fa = { render: zo }, $o = { class: "is-details-list" }, Po = { class: "is-
|
|
|
2279
2279
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2280
2280
|
]),
|
|
2281
2281
|
"event-type-icon": S(() => [
|
|
2282
|
-
f(
|
|
2282
|
+
f(i(pe))
|
|
2283
2283
|
]),
|
|
2284
2284
|
_: 1
|
|
2285
2285
|
}, 8, ["timestamp", "is-home-team", "event-type", "event"]));
|
|
@@ -2290,7 +2290,7 @@ const fa = { render: zo }, $o = { class: "is-details-list" }, Po = { class: "is-
|
|
|
2290
2290
|
viewBox: "0 0 24 24"
|
|
2291
2291
|
};
|
|
2292
2292
|
function Lo(e, t) {
|
|
2293
|
-
return
|
|
2293
|
+
return g(), b("svg", Mo, t[0] || (t[0] = [
|
|
2294
2294
|
l("path", {
|
|
2295
2295
|
fill: "currentColor",
|
|
2296
2296
|
d: "M12 20a7 7 0 0 1-7-7a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7m7.03-12.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0-9 9a9 9 0 0 0 9 9c5 0 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61M11 14h2V8h-2m4-7H9v2h6V1Z"
|
|
@@ -2307,12 +2307,12 @@ const bt = { render: Lo }, Co = { class: "is-period-header" }, Go = {
|
|
|
2307
2307
|
},
|
|
2308
2308
|
setup(e) {
|
|
2309
2309
|
const { t } = D();
|
|
2310
|
-
return (a, r) => (
|
|
2310
|
+
return (a, r) => (g(), b("div", Co, [
|
|
2311
2311
|
r[0] || (r[0] = l("div", null, null, -1)),
|
|
2312
|
-
l("p", null,
|
|
2312
|
+
l("p", null, m(e.event.eventPeriod === "pre" ? "-15:00" : e.event.eventTime), 1),
|
|
2313
2313
|
l("span", null, [
|
|
2314
|
-
f(
|
|
2315
|
-
x(" " +
|
|
2314
|
+
f(i(bt)),
|
|
2315
|
+
x(" " + m(i(t)(`periods.${e.event.eventPeriod}`)), 1)
|
|
2316
2316
|
])
|
|
2317
2317
|
]));
|
|
2318
2318
|
}
|
|
@@ -2330,16 +2330,16 @@ const bt = { render: Lo }, Co = { class: "is-period-header" }, Go = {
|
|
|
2330
2330
|
},
|
|
2331
2331
|
setup(e) {
|
|
2332
2332
|
const { t } = D();
|
|
2333
|
-
return (a, r) => (
|
|
2333
|
+
return (a, r) => (g(), T(fe, {
|
|
2334
2334
|
timestamp: e.event.eventTime,
|
|
2335
2335
|
"is-home-team": e.isHomeTeam,
|
|
2336
2336
|
"event-type": e.event.type
|
|
2337
2337
|
}, {
|
|
2338
2338
|
title: S(() => [
|
|
2339
|
-
x(
|
|
2339
|
+
x(m(i(t)("events.timeout")), 1)
|
|
2340
2340
|
]),
|
|
2341
2341
|
"team-logo": S(() => [
|
|
2342
|
-
(
|
|
2342
|
+
(g(), T(he, {
|
|
2343
2343
|
key: e.event.team.id,
|
|
2344
2344
|
name: e.event.team.longName,
|
|
2345
2345
|
logo: e.event.team.logo,
|
|
@@ -2347,7 +2347,7 @@ const bt = { render: Lo }, Co = { class: "is-period-header" }, Go = {
|
|
|
2347
2347
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2348
2348
|
]),
|
|
2349
2349
|
"event-type-icon": S(() => [
|
|
2350
|
-
f(
|
|
2350
|
+
f(i(bt))
|
|
2351
2351
|
]),
|
|
2352
2352
|
_: 1
|
|
2353
2353
|
}, 8, ["timestamp", "is-home-team", "event-type"]));
|
|
@@ -2365,13 +2365,13 @@ const bt = { render: Lo }, Co = { class: "is-period-header" }, Go = {
|
|
|
2365
2365
|
}
|
|
2366
2366
|
},
|
|
2367
2367
|
setup(e) {
|
|
2368
|
-
const t = e, a = (/* @__PURE__ */ new Map()).set("Gól",
|
|
2368
|
+
const t = e, a = (/* @__PURE__ */ new Map()).set("Gól", mo).set("Kiállítás", Oo).set("Kapus", To).set("Idő", Bo).set("Büntető", Do).set("Period", Go), r = w(() => a.get(t.event.type)), n = w(() => {
|
|
2369
2369
|
var o, s;
|
|
2370
2370
|
return ((s = (o = t.event) == null ? void 0 : o.team) == null ? void 0 : s.id) === t.homeTeamId;
|
|
2371
2371
|
});
|
|
2372
|
-
return (o, s) => (
|
|
2372
|
+
return (o, s) => (g(), T(Lt(r.value), {
|
|
2373
2373
|
event: e.event,
|
|
2374
|
-
"is-home-team":
|
|
2374
|
+
"is-home-team": n.value
|
|
2375
2375
|
}, null, 8, ["event", "is-home-team"]));
|
|
2376
2376
|
}
|
|
2377
2377
|
}, Fo = { class: "gamecenter-timeline-game-events" }, Ro = {
|
|
@@ -2387,10 +2387,10 @@ const bt = { render: Lo }, Co = { class: "is-period-header" }, Go = {
|
|
|
2387
2387
|
}
|
|
2388
2388
|
},
|
|
2389
2389
|
setup(e) {
|
|
2390
|
-
return (t, a) => (
|
|
2390
|
+
return (t, a) => (g(), b("div", Fo, [
|
|
2391
2391
|
f(za, { name: "transition-event" }, {
|
|
2392
2392
|
default: S(() => [
|
|
2393
|
-
(
|
|
2393
|
+
(g(!0), b(k, null, N(e.gameEvents, (r) => (g(), T(Ho, {
|
|
2394
2394
|
key: r.eventId,
|
|
2395
2395
|
event: r,
|
|
2396
2396
|
"home-team-id": e.gameData.homeTeam.id
|
|
@@ -2428,76 +2428,76 @@ const bt = { render: Lo }, Co = { class: "is-period-header" }, Go = {
|
|
|
2428
2428
|
}
|
|
2429
2429
|
},
|
|
2430
2430
|
setup(e) {
|
|
2431
|
-
const t = e, { t: a } = D(), r = w(() => bn(t.data, t.homeTeamId, t.awayTeamId)),
|
|
2431
|
+
const t = e, { t: a } = D(), r = w(() => bn(t.data, t.homeTeamId, t.awayTeamId)), n = w(() => {
|
|
2432
2432
|
var s, d;
|
|
2433
2433
|
return _t(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.home) ?? []);
|
|
2434
2434
|
}), o = w(() => {
|
|
2435
2435
|
var s, d;
|
|
2436
2436
|
return _t(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.away) ?? []);
|
|
2437
2437
|
});
|
|
2438
|
-
return (s, d) => (
|
|
2439
|
-
(
|
|
2440
|
-
l("h2", Uo,
|
|
2438
|
+
return (s, d) => (g(), b("div", Ko, [
|
|
2439
|
+
(g(!0), b(k, null, N(r.value, (c, u) => (g(), b(k, { key: u }, [
|
|
2440
|
+
l("h2", Uo, m(i(a)(`rows.row-${u}`)), 1),
|
|
2441
2441
|
l("div", Vo, [
|
|
2442
|
-
(
|
|
2442
|
+
(g(!0), b(k, null, N(c, (p, v) => (g(), b("div", {
|
|
2443
2443
|
key: v,
|
|
2444
2444
|
class: H(["gamecenter-timeline-lineups-lines", [{ "is-away-team": v === "away" }]])
|
|
2445
2445
|
}, [
|
|
2446
|
-
(
|
|
2446
|
+
(g(!0), b(k, null, N(p, (y) => {
|
|
2447
2447
|
var z;
|
|
2448
|
-
return
|
|
2448
|
+
return g(), b("ul", {
|
|
2449
2449
|
key: y.position,
|
|
2450
2450
|
class: H(["is-player-wrapper", [`is-${y.position}`]])
|
|
2451
2451
|
}, [
|
|
2452
2452
|
l("li", null, [
|
|
2453
|
-
f(
|
|
2453
|
+
f(i(U), {
|
|
2454
2454
|
src: y.player.picture
|
|
2455
2455
|
}, null, 8, ["src"])
|
|
2456
2456
|
]),
|
|
2457
|
-
l("li", null,
|
|
2457
|
+
l("li", null, m(y.number), 1),
|
|
2458
2458
|
l("li", null, [
|
|
2459
|
-
x(
|
|
2459
|
+
x(m(((z = i(tt)(y)) == null ? void 0 : z.name) ?? "") + " ", 1),
|
|
2460
2460
|
l("ul", null, [
|
|
2461
|
-
(
|
|
2462
|
-
f(
|
|
2461
|
+
(g(!0), b(k, null, N(y.goal, (P) => (g(), b("li", { key: P }, [
|
|
2462
|
+
f(i(pe))
|
|
2463
2463
|
]))), 128))
|
|
2464
2464
|
])
|
|
2465
2465
|
]),
|
|
2466
|
-
l("li", null,
|
|
2466
|
+
l("li", null, m(y.position), 1)
|
|
2467
2467
|
], 2);
|
|
2468
2468
|
}), 128))
|
|
2469
2469
|
], 2))), 128))
|
|
2470
2470
|
])
|
|
2471
2471
|
], 64))), 128)),
|
|
2472
2472
|
d[0] || (d[0] = l("hr", null, null, -1)),
|
|
2473
|
-
l("h2", qo,
|
|
2473
|
+
l("h2", qo, m(i(a)("title.coaches")), 1),
|
|
2474
2474
|
l("div", Yo, [
|
|
2475
2475
|
l("div", Wo, [
|
|
2476
|
-
(
|
|
2476
|
+
(g(!0), b(k, null, N(n.value, (c, u) => (g(), b("ul", {
|
|
2477
2477
|
key: c.role,
|
|
2478
2478
|
class: "is-official-person-container is-home-team"
|
|
2479
2479
|
}, [
|
|
2480
2480
|
l("li", null, [
|
|
2481
|
-
f(
|
|
2481
|
+
f(i(U), {
|
|
2482
2482
|
src: c.picture
|
|
2483
2483
|
}, null, 8, ["src"])
|
|
2484
2484
|
]),
|
|
2485
|
-
l("li", null,
|
|
2486
|
-
l("li", null,
|
|
2485
|
+
l("li", null, m(c.name), 1),
|
|
2486
|
+
l("li", null, m(i(a)(`teamMembers.${u}`)), 1)
|
|
2487
2487
|
]))), 128))
|
|
2488
2488
|
]),
|
|
2489
2489
|
l("div", Qo, [
|
|
2490
|
-
(
|
|
2490
|
+
(g(!0), b(k, null, N(o.value, (c, u) => (g(), b("ul", {
|
|
2491
2491
|
key: c.role,
|
|
2492
2492
|
class: "is-official-person-container is-away-team"
|
|
2493
2493
|
}, [
|
|
2494
2494
|
l("li", null, [
|
|
2495
|
-
f(
|
|
2495
|
+
f(i(U), {
|
|
2496
2496
|
src: c.picture
|
|
2497
2497
|
}, null, 8, ["src"])
|
|
2498
2498
|
]),
|
|
2499
|
-
l("li", null,
|
|
2500
|
-
l("li", null,
|
|
2499
|
+
l("li", null, m(c.name), 1),
|
|
2500
|
+
l("li", null, m(i(a)(`teamMembers.${u}`)), 1)
|
|
2501
2501
|
]))), 128))
|
|
2502
2502
|
])
|
|
2503
2503
|
])
|
|
@@ -2515,7 +2515,7 @@ const Zo = {
|
|
|
2515
2515
|
viewBox: "0 0 24 24"
|
|
2516
2516
|
};
|
|
2517
2517
|
function Xo(e, t) {
|
|
2518
|
-
return
|
|
2518
|
+
return g(), b("svg", Zo, t[0] || (t[0] = [
|
|
2519
2519
|
l("path", {
|
|
2520
2520
|
fill: "currentColor",
|
|
2521
2521
|
d: "m12 15.4-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28z",
|
|
@@ -2549,25 +2549,25 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2549
2549
|
},
|
|
2550
2550
|
emits: ["sort"],
|
|
2551
2551
|
setup(e, { emit: t }) {
|
|
2552
|
-
const a = e, r = t,
|
|
2553
|
-
return (d, c) => (
|
|
2554
|
-
l("h2", null,
|
|
2555
|
-
f(
|
|
2552
|
+
const a = e, r = t, n = C(null), { t: o } = D(), s = (d) => r("sort", d);
|
|
2553
|
+
return (d, c) => (g(), b("div", null, [
|
|
2554
|
+
l("h2", null, m(e.title), 1),
|
|
2555
|
+
f(i(Pa), null, {
|
|
2556
2556
|
default: S(({ el: u }) => [
|
|
2557
|
-
f(
|
|
2557
|
+
f(i(ja), {
|
|
2558
2558
|
columns: a.columns,
|
|
2559
2559
|
rows: a.rows,
|
|
2560
|
-
"append-to":
|
|
2560
|
+
"append-to": n.value || u,
|
|
2561
2561
|
sort: e.sort,
|
|
2562
2562
|
onSort: s
|
|
2563
2563
|
}, {
|
|
2564
2564
|
"cell-name": S(({ row: p }) => [
|
|
2565
|
-
x(
|
|
2566
|
-
p.isBP ? (
|
|
2565
|
+
x(m(p.name) + " ", 1),
|
|
2566
|
+
p.isBP ? (g(), T(i(Q), {
|
|
2567
2567
|
key: 0,
|
|
2568
2568
|
placement: "top",
|
|
2569
|
-
content:
|
|
2570
|
-
"append-to":
|
|
2569
|
+
content: i(o)("bestPlayer"),
|
|
2570
|
+
"append-to": n.value
|
|
2571
2571
|
}, {
|
|
2572
2572
|
default: S(({ setRef: v, show: y, hide: z }) => [
|
|
2573
2573
|
l("span", {
|
|
@@ -2578,17 +2578,17 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2578
2578
|
onFocus: y,
|
|
2579
2579
|
onBlur: z
|
|
2580
2580
|
}, [
|
|
2581
|
-
f(
|
|
2581
|
+
f(i(es))
|
|
2582
2582
|
], 40, ts)
|
|
2583
2583
|
]),
|
|
2584
2584
|
_: 1
|
|
2585
2585
|
}, 8, ["content", "append-to"])) : h("", !0)
|
|
2586
2586
|
]),
|
|
2587
2587
|
"cell-cora": S(({ row: p }) => [
|
|
2588
|
-
p.isPlayerC ? (
|
|
2588
|
+
p.isPlayerC ? (g(), b(k, { key: 0 }, [
|
|
2589
2589
|
x(" C ")
|
|
2590
2590
|
], 64)) : h("", !0),
|
|
2591
|
-
p.isPlayerA ? (
|
|
2591
|
+
p.isPlayerA ? (g(), b(k, { key: 1 }, [
|
|
2592
2592
|
x(" A ")
|
|
2593
2593
|
], 64)) : h("", !0)
|
|
2594
2594
|
]),
|
|
@@ -2599,7 +2599,7 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2599
2599
|
}),
|
|
2600
2600
|
l("div", {
|
|
2601
2601
|
ref_key: "tooltipContainer",
|
|
2602
|
-
ref:
|
|
2602
|
+
ref: n
|
|
2603
2603
|
}, null, 512)
|
|
2604
2604
|
]));
|
|
2605
2605
|
}
|
|
@@ -2620,37 +2620,37 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2620
2620
|
}
|
|
2621
2621
|
},
|
|
2622
2622
|
setup(e) {
|
|
2623
|
-
const t = e, { columns: a } = se(ca), { columns: r } = se(tn), { t:
|
|
2623
|
+
const t = e, { columns: a } = se(ca), { columns: r } = se(tn), { t: n } = D(), o = w(() => {
|
|
2624
2624
|
var c, u;
|
|
2625
|
-
return Ie(((u = (c = t.gameOfficials) == null ? void 0 : c.gameTeamMembers) == null ? void 0 : u.home) ?? [],
|
|
2625
|
+
return Ie(((u = (c = t.gameOfficials) == null ? void 0 : c.gameTeamMembers) == null ? void 0 : u.home) ?? [], n);
|
|
2626
2626
|
}), s = w(() => {
|
|
2627
2627
|
var c, u;
|
|
2628
|
-
return Ie(((u = (c = t.gameOfficials) == null ? void 0 : c.gameTeamMembers) == null ? void 0 : u.away) ?? [],
|
|
2629
|
-
}), d = w(() => yn(t.gameOfficials.gameOfficials,
|
|
2630
|
-
return (c, u) => (
|
|
2631
|
-
l("h2", rs,
|
|
2628
|
+
return Ie(((u = (c = t.gameOfficials) == null ? void 0 : c.gameTeamMembers) == null ? void 0 : u.away) ?? [], n);
|
|
2629
|
+
}), d = w(() => yn(t.gameOfficials.gameOfficials, n));
|
|
2630
|
+
return (c, u) => (g(), b("div", as, [
|
|
2631
|
+
l("h2", rs, m(i(n)("title.teamOfficials")), 1),
|
|
2632
2632
|
l("div", is, [
|
|
2633
2633
|
f(F, {
|
|
2634
2634
|
class: "is-home-team gamecenter-timeline-data-table",
|
|
2635
|
-
columns:
|
|
2635
|
+
columns: i(a),
|
|
2636
2636
|
rows: o.value,
|
|
2637
2637
|
title: e.homeTeamName
|
|
2638
2638
|
}, null, 8, ["columns", "rows", "title"]),
|
|
2639
2639
|
f(F, {
|
|
2640
2640
|
class: "is-away-team gamecenter-timeline-data-table",
|
|
2641
|
-
columns:
|
|
2641
|
+
columns: i(a),
|
|
2642
2642
|
rows: s.value,
|
|
2643
2643
|
title: e.awayTeamName
|
|
2644
2644
|
}, null, 8, ["columns", "rows", "title"])
|
|
2645
2645
|
]),
|
|
2646
|
-
l("h2", ns,
|
|
2646
|
+
l("h2", ns, m(i(n)("title.gameOfficials")), 1),
|
|
2647
2647
|
l("div", os, [
|
|
2648
|
-
(
|
|
2648
|
+
(g(!0), b(k, null, N(d.value, (p, v) => (g(), T(F, {
|
|
2649
2649
|
key: v,
|
|
2650
2650
|
class: "gamecenter-timeline-data-table",
|
|
2651
|
-
columns:
|
|
2651
|
+
columns: i(r),
|
|
2652
2652
|
rows: p,
|
|
2653
|
-
title: n
|
|
2653
|
+
title: i(n)(`roleType.${v}`)
|
|
2654
2654
|
}, null, 8, ["columns", "rows", "title"]))), 128))
|
|
2655
2655
|
])
|
|
2656
2656
|
]));
|
|
@@ -2665,7 +2665,7 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2665
2665
|
},
|
|
2666
2666
|
setup(e) {
|
|
2667
2667
|
const t = e, a = w(() => et(t.rows, tt, Ht(["mip"])));
|
|
2668
|
-
return (r,
|
|
2668
|
+
return (r, n) => W(r.$slots, "default", { rows: a.value });
|
|
2669
2669
|
}
|
|
2670
2670
|
}, _e = {
|
|
2671
2671
|
__name: "GamePlayerStatsProvider",
|
|
@@ -2676,16 +2676,16 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2676
2676
|
}
|
|
2677
2677
|
},
|
|
2678
2678
|
setup(e) {
|
|
2679
|
-
const t = e, { sort: a, change: r } = Na(),
|
|
2679
|
+
const t = e, { sort: a, change: r } = Na(), n = w(
|
|
2680
2680
|
() => et(te(ut("gk", "row"), t.rows), Ia("position"), tt)
|
|
2681
|
-
), o = w(() => Aa(
|
|
2681
|
+
), o = w(() => Aa(n.value).sorted(a).value());
|
|
2682
2682
|
return (s, d) => W(s.$slots, "default", {
|
|
2683
2683
|
rows: o.value.rows,
|
|
2684
|
-
sort:
|
|
2685
|
-
onSort:
|
|
2684
|
+
sort: i(a),
|
|
2685
|
+
onSort: i(r)
|
|
2686
2686
|
});
|
|
2687
2687
|
}
|
|
2688
|
-
}, ls = { class: "is-heading-2" }, cs = { class: "gamecenter-data-column" }, ds = { class: "is-heading-2" },
|
|
2688
|
+
}, ls = { class: "is-heading-2" }, cs = { class: "gamecenter-data-column" }, ds = { class: "is-heading-2" }, gs = { class: "gamecenter-data-columns" }, ms = {
|
|
2689
2689
|
__name: "GamePlayerStats",
|
|
2690
2690
|
props: {
|
|
2691
2691
|
data: {
|
|
@@ -2708,7 +2708,7 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2708
2708
|
}
|
|
2709
2709
|
},
|
|
2710
2710
|
setup(e) {
|
|
2711
|
-
const t = e, { t: a } = D(), { columns: r } = se(sa), { columns:
|
|
2711
|
+
const t = e, { t: a } = D(), { columns: r } = se(sa), { columns: n } = se(la), o = w(() => {
|
|
2712
2712
|
var u, p;
|
|
2713
2713
|
return Ee(((p = (u = t.data) == null ? void 0 : u.players) == null ? void 0 : p[t.homeTeamId]) ?? []);
|
|
2714
2714
|
}), s = w(() => {
|
|
@@ -2721,14 +2721,14 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2721
2721
|
var u, p;
|
|
2722
2722
|
return At(((p = (u = t.data) == null ? void 0 : u.goalies) == null ? void 0 : p[t.awayTeamId]) ?? []);
|
|
2723
2723
|
});
|
|
2724
|
-
return (u, p) => (
|
|
2725
|
-
l("h2", ls,
|
|
2724
|
+
return (u, p) => (g(), b(k, null, [
|
|
2725
|
+
l("h2", ls, m(i(a)("title.fieldPlayers")), 1),
|
|
2726
2726
|
l("div", cs, [
|
|
2727
2727
|
f(_e, { rows: o.value }, {
|
|
2728
2728
|
default: S(({ rows: v, sort: y, onSort: z }) => [
|
|
2729
2729
|
f(F, {
|
|
2730
2730
|
class: "is-home-team 'gamecenter-timeline-data-table",
|
|
2731
|
-
columns:
|
|
2731
|
+
columns: i(r),
|
|
2732
2732
|
rows: v,
|
|
2733
2733
|
title: e.homeTeamName,
|
|
2734
2734
|
sort: y,
|
|
@@ -2741,7 +2741,7 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2741
2741
|
default: S(({ rows: v, sort: y, onSort: z }) => [
|
|
2742
2742
|
f(F, {
|
|
2743
2743
|
class: "is-away-team gamecenter-timeline-data-table",
|
|
2744
|
-
columns:
|
|
2744
|
+
columns: i(r),
|
|
2745
2745
|
rows: v,
|
|
2746
2746
|
title: e.awayTeamName,
|
|
2747
2747
|
sort: y,
|
|
@@ -2751,13 +2751,13 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2751
2751
|
_: 1
|
|
2752
2752
|
}, 8, ["rows"])
|
|
2753
2753
|
]),
|
|
2754
|
-
l("h2", ds,
|
|
2755
|
-
l("div",
|
|
2754
|
+
l("h2", ds, m(i(a)("title.goalies")), 1),
|
|
2755
|
+
l("div", gs, [
|
|
2756
2756
|
f(Ae, { rows: d.value }, {
|
|
2757
2757
|
default: S(({ rows: v }) => [
|
|
2758
2758
|
f(F, {
|
|
2759
2759
|
class: "is-home-team gamecenter-timeline-data-table",
|
|
2760
|
-
columns: n
|
|
2760
|
+
columns: i(n),
|
|
2761
2761
|
rows: v,
|
|
2762
2762
|
title: e.homeTeamName
|
|
2763
2763
|
}, null, 8, ["columns", "rows", "title"])
|
|
@@ -2768,7 +2768,7 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2768
2768
|
default: S(({ rows: v }) => [
|
|
2769
2769
|
f(F, {
|
|
2770
2770
|
class: "is-away-team gamecenter-timeline-data-table",
|
|
2771
|
-
columns: n
|
|
2771
|
+
columns: i(n),
|
|
2772
2772
|
rows: v,
|
|
2773
2773
|
title: e.awayTeamName
|
|
2774
2774
|
}, null, 8, ["columns", "rows", "title"])
|
|
@@ -2792,31 +2792,31 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2792
2792
|
},
|
|
2793
2793
|
emits: ["update:activeTab"],
|
|
2794
2794
|
setup(e, { emit: t }) {
|
|
2795
|
-
const a = e, r = t,
|
|
2795
|
+
const a = e, r = t, n = it("history"), { t: o } = D();
|
|
2796
2796
|
function s(d) {
|
|
2797
|
-
r("update:activeTab", d), a.useSearchParams && (
|
|
2797
|
+
r("update:activeTab", d), a.useSearchParams && (n.tab = d);
|
|
2798
2798
|
}
|
|
2799
|
-
return (d, c) => (
|
|
2799
|
+
return (d, c) => (g(), b("div", us, [
|
|
2800
2800
|
l("button", {
|
|
2801
|
-
class: H(["tab-button", { "is-active": e.activeTab ===
|
|
2802
|
-
onClick: c[0] || (c[0] = (u) => s(
|
|
2803
|
-
},
|
|
2801
|
+
class: H(["tab-button", { "is-active": e.activeTab === i(Ne) }]),
|
|
2802
|
+
onClick: c[0] || (c[0] = (u) => s(i(Ne)))
|
|
2803
|
+
}, m(i(o)("menu.events")), 3),
|
|
2804
2804
|
l("button", {
|
|
2805
|
-
class: H(["tab-button", { "is-active": e.activeTab ===
|
|
2806
|
-
onClick: c[1] || (c[1] = (u) => s(
|
|
2807
|
-
},
|
|
2805
|
+
class: H(["tab-button", { "is-active": e.activeTab === i(We) }]),
|
|
2806
|
+
onClick: c[1] || (c[1] = (u) => s(i(We)))
|
|
2807
|
+
}, m(i(o)("menu.lineups")), 3),
|
|
2808
2808
|
l("button", {
|
|
2809
|
-
class: H(["tab-button", { "is-active": e.activeTab ===
|
|
2810
|
-
onClick: c[2] || (c[2] = (u) => s(
|
|
2811
|
-
},
|
|
2809
|
+
class: H(["tab-button", { "is-active": e.activeTab === i(Qe) }]),
|
|
2810
|
+
onClick: c[2] || (c[2] = (u) => s(i(Qe)))
|
|
2811
|
+
}, m(i(o)("menu.teamStats")), 3),
|
|
2812
2812
|
l("button", {
|
|
2813
|
-
class: H(["tab-button", { "is-active": e.activeTab ===
|
|
2814
|
-
onClick: c[3] || (c[3] = (u) => s(
|
|
2815
|
-
},
|
|
2813
|
+
class: H(["tab-button", { "is-active": e.activeTab === i(Je) }]),
|
|
2814
|
+
onClick: c[3] || (c[3] = (u) => s(i(Je)))
|
|
2815
|
+
}, m(i(o)("menu.playerStats")), 3),
|
|
2816
2816
|
l("button", {
|
|
2817
|
-
class: H(["tab-button", { "is-active": e.activeTab ===
|
|
2818
|
-
onClick: c[4] || (c[4] = (u) => s(
|
|
2819
|
-
},
|
|
2817
|
+
class: H(["tab-button", { "is-active": e.activeTab === i(Ze) }]),
|
|
2818
|
+
onClick: c[4] || (c[4] = (u) => s(i(Ze)))
|
|
2819
|
+
}, m(i(o)("menu.officials")), 3)
|
|
2820
2820
|
]));
|
|
2821
2821
|
}
|
|
2822
2822
|
}, bs = { class: "statistics-double-bar" }, ps = { class: "is-value is-value-start" }, fs = { class: "is-bar is-bar-start" }, hs = { class: "is-bar is-bar-end" }, ys = { class: "is-value is-value-end" }, ws = { class: "is-title" }, J = {
|
|
@@ -2845,12 +2845,12 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2845
2845
|
},
|
|
2846
2846
|
setup(e) {
|
|
2847
2847
|
const t = e, a = w(() => ({ width: `${t.valueStart / t.max * 100 || 0}%` })), r = w(() => ({ width: `${t.valueEnd / t.max * 100 || 0}%` }));
|
|
2848
|
-
return (
|
|
2848
|
+
return (n, o) => (g(), b("div", bs, [
|
|
2849
2849
|
l("div", ps, [
|
|
2850
|
-
W(
|
|
2851
|
-
x(
|
|
2852
|
-
e.valueSuffix ? (
|
|
2853
|
-
x(
|
|
2850
|
+
W(n.$slots, "value-start", {}, () => [
|
|
2851
|
+
x(m(e.valueStart) + " ", 1),
|
|
2852
|
+
e.valueSuffix ? (g(), b(k, { key: 0 }, [
|
|
2853
|
+
x(m(e.valueSuffix), 1)
|
|
2854
2854
|
], 64)) : h("", !0)
|
|
2855
2855
|
])
|
|
2856
2856
|
]),
|
|
@@ -2867,14 +2867,14 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2867
2867
|
}, null, 4)
|
|
2868
2868
|
]),
|
|
2869
2869
|
l("div", ys, [
|
|
2870
|
-
W(
|
|
2871
|
-
x(
|
|
2872
|
-
e.valueSuffix ? (
|
|
2873
|
-
x(
|
|
2870
|
+
W(n.$slots, "value-end", {}, () => [
|
|
2871
|
+
x(m(e.valueEnd) + " ", 1),
|
|
2872
|
+
e.valueSuffix ? (g(), b(k, { key: 0 }, [
|
|
2873
|
+
x(m(e.valueSuffix), 1)
|
|
2874
2874
|
], 64)) : h("", !0)
|
|
2875
2875
|
])
|
|
2876
2876
|
]),
|
|
2877
|
-
l("div", ws,
|
|
2877
|
+
l("div", ws, m(e.title), 1)
|
|
2878
2878
|
]));
|
|
2879
2879
|
}
|
|
2880
2880
|
}, xs = { class: "gamecenter-timeline-team-stats" }, ks = { class: "is-heading-2" }, Ts = { class: "is-stat-container" }, Ss = { class: "is-heading-2" }, zs = { class: "is-stat-container" }, $s = { class: "is-heading-2" }, Ps = { class: "is-stat-container" }, js = { class: "is-heading-2" }, Es = { class: "is-stat-container" }, Ns = { class: "is-heading-2" }, Os = { class: "is-stat-container" }, Is = { class: "is-heading-2" }, As = { class: "is-stat-container" }, _s = {
|
|
@@ -2893,19 +2893,19 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2893
2893
|
const t = e, { t: a } = D(), r = w(() => {
|
|
2894
2894
|
var v, y;
|
|
2895
2895
|
return ((y = (v = t.gameData) == null ? void 0 : v.homeTeam) == null ? void 0 : y.id) ?? "";
|
|
2896
|
-
}),
|
|
2896
|
+
}), n = w(() => {
|
|
2897
2897
|
var v, y;
|
|
2898
2898
|
return ((y = (v = t.gameData) == null ? void 0 : v.awayTeam) == null ? void 0 : y.id) ?? "";
|
|
2899
2899
|
}), o = w(() => {
|
|
2900
2900
|
var v;
|
|
2901
|
-
return Ve(((v = t.gameStats) == null ? void 0 : v.teamSOG) ?? [],
|
|
2901
|
+
return Ve(((v = t.gameStats) == null ? void 0 : v.teamSOG) ?? [], n.value, r.value, "shots");
|
|
2902
2902
|
}), s = w(() => {
|
|
2903
2903
|
var v;
|
|
2904
|
-
return Ve(((v = t.gameStats) == null ? void 0 : v.teamSOG) ?? [], r.value,
|
|
2904
|
+
return Ve(((v = t.gameStats) == null ? void 0 : v.teamSOG) ?? [], r.value, n.value, "saves");
|
|
2905
2905
|
}), d = w(
|
|
2906
2906
|
() => {
|
|
2907
2907
|
var v;
|
|
2908
|
-
return Ve(((v = t.gameStats) == null ? void 0 : v.teamPenalties) ?? [], r.value,
|
|
2908
|
+
return Ve(((v = t.gameStats) == null ? void 0 : v.teamPenalties) ?? [], r.value, n.value, "penaltyLength");
|
|
2909
2909
|
}
|
|
2910
2910
|
), c = w(() => {
|
|
2911
2911
|
var v;
|
|
@@ -2917,72 +2917,72 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2917
2917
|
var v;
|
|
2918
2918
|
return pn(((v = t.gameStats) == null ? void 0 : v.teamPowerPlay) ?? {});
|
|
2919
2919
|
});
|
|
2920
|
-
return (v, y) => (
|
|
2921
|
-
l("h1", ks,
|
|
2920
|
+
return (v, y) => (g(), b("div", xs, [
|
|
2921
|
+
l("h1", ks, m(i(a)("teamsStats.sog")), 1),
|
|
2922
2922
|
l("div", Ts, [
|
|
2923
|
-
(
|
|
2923
|
+
(g(!0), b(k, null, N(o.value, ({ max: z, valueStart: P, valueEnd: E }, j) => (g(), T(J, {
|
|
2924
2924
|
key: j,
|
|
2925
2925
|
max: z,
|
|
2926
2926
|
"value-start": P,
|
|
2927
2927
|
"value-end": E,
|
|
2928
|
-
title:
|
|
2928
|
+
title: i(a)(`section.${j}`)
|
|
2929
2929
|
}, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
|
|
2930
2930
|
]),
|
|
2931
|
-
l("h1", Ss,
|
|
2931
|
+
l("h1", Ss, m(i(a)("teamsStats.saves")), 1),
|
|
2932
2932
|
l("div", zs, [
|
|
2933
|
-
(
|
|
2933
|
+
(g(!0), b(k, null, N(s.value, ({ max: z, valueStart: P, valueEnd: E }, j) => (g(), T(J, {
|
|
2934
2934
|
key: j,
|
|
2935
2935
|
max: z,
|
|
2936
2936
|
"value-start": P,
|
|
2937
2937
|
"value-end": E,
|
|
2938
|
-
title:
|
|
2938
|
+
title: i(a)(`section.${j}`)
|
|
2939
2939
|
}, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
|
|
2940
2940
|
]),
|
|
2941
|
-
l("h1", $s,
|
|
2941
|
+
l("h1", $s, m(i(a)("teamsStats.pim")), 1),
|
|
2942
2942
|
l("div", Ps, [
|
|
2943
|
-
(
|
|
2943
|
+
(g(!0), b(k, null, N(d.value, ({ max: z, valueStart: P, valueEnd: E }, j) => (g(), T(J, {
|
|
2944
2944
|
key: j,
|
|
2945
2945
|
max: z,
|
|
2946
2946
|
"value-start": P,
|
|
2947
2947
|
"value-end": E,
|
|
2948
|
-
title:
|
|
2948
|
+
title: i(a)(`section.${j}`)
|
|
2949
2949
|
}, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
|
|
2950
2950
|
]),
|
|
2951
|
-
l("h1", js,
|
|
2951
|
+
l("h1", js, m(i(a)("teamsStats.advPercent")), 1),
|
|
2952
2952
|
l("div", Es, [
|
|
2953
|
-
(
|
|
2953
|
+
(g(!0), b(k, null, N(c.value, ({ max: z, valueStart: P, valueEnd: E, suffix: j }, G) => (g(), T(J, {
|
|
2954
2954
|
key: G,
|
|
2955
2955
|
max: z,
|
|
2956
2956
|
"value-start": P,
|
|
2957
2957
|
"value-end": E,
|
|
2958
|
-
title:
|
|
2958
|
+
title: i(a)(`stats.${G}`),
|
|
2959
2959
|
"value-suffix": j
|
|
2960
2960
|
}, null, 8, ["max", "value-start", "value-end", "title", "value-suffix"]))), 128))
|
|
2961
2961
|
]),
|
|
2962
|
-
l("h1", Ns,
|
|
2962
|
+
l("h1", Ns, m(i(a)("teamsStats.penaltyKilling")), 1),
|
|
2963
2963
|
l("div", Os, [
|
|
2964
|
-
(
|
|
2964
|
+
(g(!0), b(k, null, N(u.value, ({ max: z, valueStart: P, valueEnd: E, suffix: j }, G) => (g(), T(J, {
|
|
2965
2965
|
key: G,
|
|
2966
2966
|
max: z,
|
|
2967
2967
|
"value-start": P,
|
|
2968
2968
|
"value-end": E,
|
|
2969
|
-
title:
|
|
2969
|
+
title: i(a)(`stats.${G}`),
|
|
2970
2970
|
"value-suffix": j
|
|
2971
2971
|
}, null, 8, ["max", "value-start", "value-end", "title", "value-suffix"]))), 128))
|
|
2972
2972
|
]),
|
|
2973
|
-
l("h1", Is,
|
|
2973
|
+
l("h1", Is, m(i(a)("teamsStats.advantageTime")), 1),
|
|
2974
2974
|
l("div", As, [
|
|
2975
2975
|
f(J, {
|
|
2976
2976
|
max: p.value.advTime.max,
|
|
2977
2977
|
"value-start": p.value.advTime.valueStart,
|
|
2978
2978
|
"value-end": p.value.advTime.valueEnd,
|
|
2979
|
-
title:
|
|
2979
|
+
title: i(a)("section.all")
|
|
2980
2980
|
}, {
|
|
2981
2981
|
"value-start": S(() => [
|
|
2982
|
-
x(
|
|
2982
|
+
x(m(i(R)(p.value.advTime.valueStart)), 1)
|
|
2983
2983
|
]),
|
|
2984
2984
|
"value-end": S(() => [
|
|
2985
|
-
x(
|
|
2985
|
+
x(m(i(R)(p.value.advTime.valueEnd)), 1)
|
|
2986
2986
|
]),
|
|
2987
2987
|
_: 1
|
|
2988
2988
|
}, 8, ["max", "value-start", "value-end", "title"]),
|
|
@@ -2990,13 +2990,13 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2990
2990
|
max: p.value.advTimePP1.max,
|
|
2991
2991
|
"value-start": p.value.advTimePP1.valueStart,
|
|
2992
2992
|
"value-end": p.value.advTimePP1.valueEnd,
|
|
2993
|
-
title:
|
|
2993
|
+
title: i(a)("teamsStats.advantageTimePP1")
|
|
2994
2994
|
}, {
|
|
2995
2995
|
"value-start": S(() => [
|
|
2996
|
-
x(
|
|
2996
|
+
x(m(i(R)(p.value.advTimePP1.valueStart)), 1)
|
|
2997
2997
|
]),
|
|
2998
2998
|
"value-end": S(() => [
|
|
2999
|
-
x(
|
|
2999
|
+
x(m(i(R)(p.value.advTimePP1.valueEnd)), 1)
|
|
3000
3000
|
]),
|
|
3001
3001
|
_: 1
|
|
3002
3002
|
}, 8, ["max", "value-start", "value-end", "title"]),
|
|
@@ -3004,23 +3004,23 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3004
3004
|
max: p.value.advTimePP2.max,
|
|
3005
3005
|
"value-start": p.value.advTimePP2.valueStart,
|
|
3006
3006
|
"value-end": p.value.advTimePP2.valueEnd,
|
|
3007
|
-
title:
|
|
3007
|
+
title: i(a)("teamsStats.advantageTimePP2")
|
|
3008
3008
|
}, {
|
|
3009
3009
|
"value-start": S(() => [
|
|
3010
|
-
x(
|
|
3010
|
+
x(m(i(R)(p.value.advTimePP2.valueStart)), 1)
|
|
3011
3011
|
]),
|
|
3012
3012
|
"value-end": S(() => [
|
|
3013
|
-
x(
|
|
3013
|
+
x(m(i(R)(p.value.advTimePP2.valueEnd)), 1)
|
|
3014
3014
|
]),
|
|
3015
3015
|
_: 1
|
|
3016
3016
|
}, 8, ["max", "value-start", "value-end", "title"])
|
|
3017
3017
|
])
|
|
3018
3018
|
]));
|
|
3019
3019
|
}
|
|
3020
|
-
}, ha = "h1,h2,h3,ul,li,p,dl,dt,dd{margin:0;padding:0}button{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0;border-width:0;-webkit-appearance:button;background-color:transparent;background-image:none;cursor:pointer}ol,ul{list-style:none}:root,:host{font-family:Roboto Condensed,Avenir,Helvetica,Arial,sans-serif;--vbr-widget-primary-color-0: #ffffff;--vbr-widget-primary-color-50: #eceff1;--vbr-widget-primary-color-100: #cfd8dc;--vbr-widget-primary-color-200: #b0bec5;--vbr-widget-primary-color-300: #90a4ae;--vbr-widget-primary-color-400: #78909c;--vbr-widget-primary-color-500: #607d8b;--vbr-widget-primary-color-600: #546e7a;--vbr-widget-primary-color-700: #455a64;--vbr-widget-primary-color-800: #37474f;--vbr-widget-primary-color-900: #263238;--vbr-widget-secondary-color-100: #dcedc8;--vbr-widget-secondary-color-200: #badb94;--vbr-widget-secondary-color-300: #aed581;--vbr-widget-secondary-color-400: #9ccc65;--vbr-widget-secondary-color-500: #8bc34a;--vbr-widget-secondary-color-700: #689f38;--vbr-widget-secondary-color-800: #558b2f;--vbr-widget-secondary-color-900: #33691e;--vbr-widget-danger-color-50: #ffebee;--vbr-widget-danger-color-100: #ffcdd2;--vbr-widget-danger-color-200: #ef9a9a;--vbr-widget-danger-color-300: #e57373;--vbr-widget-danger-color-400: #ef5350;--vbr-widget-danger-color-500: #f44336;--vbr-widget-danger-color-700: #d32f2f;--vbr-widget-danger-color-900: #b71c1c;--vbr-widget-danger-color-a400: #ff1744;--vbr-widget-live-game-color: #8bc34a;--vbr-widget-neutral-color: #ffc107;--vbr-widget-typography-font-size-50: .6275rem;--vbr-widget-typography-font-size-100: .6875rem;--vbr-widget-typography-font-size-200: .75rem;--vbr-widget-typography-font-size-300: .8125rem;--vbr-widget-typography-font-size-400: .875rem;--vbr-widget-typography-font-size-500: 1rem;--vbr-widget-typography-font-size-600: 1.125rem;--vbr-widget-typography-font-size-700: 1.25rem;--vbr-widget-typography-font-size-800: 1.5rem;--vbr-widget-typography-font-size-900: 1.75rem;--vbr-widget-typography-font-size-950: 2rem;--vbr-widget-typography-font-lineheight-50: calc(var(--vbr-widget-typography-font-size-50) * 1.628);--vbr-widget-typography-font-lineheight-100: calc(var(--vbr-widget-typography-font-size-100) * 1.628);--vbr-widget-typography-font-lineheight-200: calc(var(--vbr-widget-typography-font-size-200) * 1.628);--vbr-widget-typography-font-lineheight-300: calc(var(--vbr-widget-typography-font-size-300) * 1.628);--vbr-widget-typography-font-lineheight-400: calc(var(--vbr-widget-typography-font-size-400) * 1.628);--vbr-widget-typography-font-lineheight-500: calc(var(--vbr-widget-typography-font-size-500) * 1.628);--vbr-widget-typography-font-lineheight-600: calc(var(--vbr-widget-typography-font-size-600) * 1.628);--vbr-widget-typography-font-lineheight-700: calc(var(--vbr-widget-typography-font-size-700) * 1.628);--vbr-widget-typography-font-lineheight-800: calc(var(--vbr-widget-typography-font-size-800) * 1.628);--vbr-widget-typography-font-lineheight-900: calc(var(--vbr-widget-typography-font-size-900) * 1.628);--vbr-widget-typography-font-lineheight-950: calc(var(--vbr-widget-typography-font-size-950) * 1.628);--vbr-widget-typography-heading-weight: 500;--vbr-widget-typography-heading-1-size: var(--vbr-widget-typography-font-size-800);--vbr-widget-typography-heading-2-size: var(--vbr-widget-typography-font-size-700);--vbr-widget-typography-heading-3-size: var(--vbr-widget-typography-font-size-600);--vbr-widget-typography-heading-4-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-typography-heading-5-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-typography-heading-6-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-table-header-font-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-table-default-column-width: 30px;--vbr-widget-table-default-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-table-color: var(--vbr-widget-primary-color-800);--vbr-widget-table-neutral-color: var(--vbr-widget-primary-color-300);--vbr-widget-table-header-bg-color: var(--vbr-widget-primary-color-800);--vbr-widget-table-header-hover-bg-color: var(--vbr-widget-primary-color-700);--vbr-widget-table-header-color: var(--vbr-widget-primary-color-200);--vbr-widget-table-table-header-active-bg-color: var(--vbr-widget-primary-color-700);--vbr-widget-table-header-active-color: var(--vbr-widget-primary-color-0);--vbr-widget-table-hover-color: var(--vbr-widget-secondary-color-900);--vbr-widget-table-hover-bg-color: var(--vbr-widget-secondary-color-100);--vbr-widget-table-active-color: var(--vbr-widget-secondary-color-900);--vbr-widget-table-active-bg-color: var(--vbr-widget-secondary-color-200);--vbr-widget-table-active-even-bg-color: var(--vbr-widget-secondary-color-300);--vbr-widget-table-active-hover-color: var(--vbr-widget-secondary-color-900);--vbr-widget-table-active-hover-bg-color: var(--vbr-widget-secondary-color-400);--vbr-widget-table-portrait-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-table-portrait-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-table-cell-light-color: var(--vbr-widget-primary-color-400);--vbr-widget-table-cell-dark-color: var(--vbr-widget-primary-color-900);--vbr-widget-table-stripped-bg-color: #f8f9fa;--vbr-widget-table-label-color: var(--vbr-widget-primary-color-500);--vbr-widget-table-label-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-table-cell-logo-size: 20px;--vbr-widget-table-cell-portrait-size: 26px;--vbr-widget-table-zero-color: var(--vbr-widget-primary-color-200);--vbr-widget-paginator-color: var(--vbr-widget-primary-color-500);--vbr-widget-paginator-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-paginator-hover-color: var(--vbr-widget-primary-color-700);--vbr-widget-paginator-hover-bg-color: var(--vbr-widget-primary-color-100);--vbr-widget-paginator-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-paginator-active-color: var(--vbr-widget-primary-color-0);--vbr-widget-paginator-active-bg-color: var(--vbr-widget-primary-color-900);--vbr-widget-paginator-disabled-color: var(--vbr-widget-primary-color-200);--vbr-widget-tooltip-font-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-tooltip-color: #ffffff;--vbr-widget-tooltip-bg-color: #000000;--vbr-widget-popover-trigger-hover-bg-color: var(--vbr-widget-secondary-color-200);--vbr-widget-popover-trigger-focus-bg-color: var(--vbr-widget-secondary-color-300);--vbr-widget-popover-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-dropdown-item-color: var(--vbr-widget-primary-color-500);--vbr-widget-dropdown-item-hover-color: var(--vbr-widget-primary-color-800);--vbr-widget-dropdown-item-hover-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-dropdown-item-selected-color: var(--vbr-widget-secondary-color-700);--vbr-widget-dropdown-item-selected-hover-bg-color: var(--vbr-widget-secondary-color-100);--vbr-widget-error-notice-bg-color: var(--vbr-widget-danger-color-50);--vbr-widget-error-notice-border-color: var(--vbr-widget-danger-color-100);--vbr-widget-error-notice-color: var(--vbr-widget-danger-color-700);--vbr-widget-link-color: var(--vbr-widget-secondary-color-700);--vbr-widget-hover-color: var(--vbr-widget-secondary-color-900);--vbr-widget-base-input-color: var(--vbr-widget-primary-color-800);--vbr-widget-base-input-font-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-base-input-border-color: var(--vbr-widget-primary-color-300);--vbr-widget-base-input-border-radius: 3px;--vbr-widget-form-label-color: var(--vbr-widget-primary-color-500);--vbr-widget-form-label-font-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-timezone-selector-color: var(--vbr-widget-primary-color-500);--vbr-widget-timezone-selector-font-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-badge-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-badge-color: var(--vbr-widget-primary-color-400);--vbr-widget-badge-font-size: var(--vbr-widget-typography-font-size-50);--vbr-widget-badge-large-font-size: var(--vbr-widget-typography-font-size-100);--vbr-widget-badge-extra-large-font-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-tab-btn-padding: .625rem 1rem;--vbr-widget-tab-btn-font-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-tab-btn-font-weight: 500;--vbr-widget-tab-btn-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-tab-btn-color: var(--vbr-widget-primary-color-300);--vbr-widget-tab-btn-border-color: transparent;--vbr-widget-tab-btn-border-style: solid;--vbr-widget-tab-btn-border-width: 0 0 3px 0;--vbr-widget-tab-btn-text-transform: uppercase;--vbr-widget-tab-btn-hover-color: var(--vbr-widget-primary-color-500);--vbr-widget-tab-btn-hover-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-tab-btn-hover-border-color: transparent;--vbr-widget-tab-btn-active-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-tab-btn-active-color: var(--vbr-widget-primary-color-900);--vbr-widget-tab-btn-active-border-color: var(--vbr-widget-secondary-color-500);--vbr-widget-toggle-group-gap: .625rem;--vbr-widget-toggle-group-btn-padding: 3px 10px;--vbr-widget-toggle-group-btn-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-toggle-group-btn-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-toggle-group-btn-active-color: var(--vbr-widget-primary-color-0);--vbr-widget-toggle-group-btn-active-bg-color: var(--vbr-widget-live-game-color);--vbr-widget-toggle-group-btn-radius: 4px;--vbr-widget-progress-height: 10px;--vbr-widget-progress-border-radius: 5px;--vbr-widget-progress-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-progress-bar-color: var(--vbr-widget-live-game-color);--vbr-widget-progress-bar-stripe-color: rgba(255, 255, 255, .2);--vbr-widget-progress-bar-stripe-angle: 45deg;--vbr-widget-gamecenter-result-size: 6rem;--vbr-widget-gamecenter-result-weight: 700;--vbr-widget-gamecenter-result-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-teamname-size: var(--vbr-widget-typography-font-size-700);--vbr-widget-gamecenter-teamname-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-teamname-weight: 700;--vbr-widget-gamecenter-title-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-title-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-gamecenter-title-weight: 700;--vbr-widget-gamecenter-gamedate-color: var(--vbr-widget-primary-color-500);--vbr-widget-gamecenter-gamedate-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-gamecenter-local-gamedate-color: var(--vbr-widget-primary-color-500);--vbr-widget-gamecenter-local-gamedate-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-gamecenter-gamestatus-color: var(--vbr-widget-primary-color-600);--vbr-widget-gamecenter-gamestatus-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-gamecenter-periodresults-color: var(--vbr-widget-primary-color-600);--vbr-widget-gamecenter-periodresults-size: var(--vbr-widget-typography-font-size-700);--vbr-widget-gamecenter-period-header-bg-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-period-header-color: var(--vbr-widget-primary-color-0);--vbr-widget-gamecenter-period-header-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-gamecenter-period-header-weight: 500;--vbr-widget-gamecenter-stats-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-gamecenter-stats-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-gamecenter-stats-title-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-gamecenter-stats-title-color: var(--vbr-widget-primary-color-400);--vbr-widget-gamecenter-stats-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-gamecenter-stats-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-team-container-title-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-team-container-title-bg-color: var(--vbr-widget-primary-color-100);--vbr-widget-gamecenter-team-container-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-gamecenter-events-evented-person-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-gamecenter-events-evented-person-weight: 600;--vbr-widget-gamecenter-events-assitst-list-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-gamecenter-events-poi-list-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-gamecenter-events-score-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-gamecenter-events-penalty-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-gamecenter-events-goalie-direction-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-gamecenter-events-timeout-bg-color: #2870ed;--vbr-widget-gamecenter-card-title-color: var(--vbr-widget-primary-color-900);--vbr-widget-gamecenter-card-secondary-color: var(--vbr-widget-primary-color-500);--vbr-widget-gamecenter-card-tertiary-color: var(--vbr-widget-primary-color-300);--vbr-widget-gamecenter-card-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-gamecenter-card-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-gamecenter-card-event-goal-border-color: var(--vbr-widget-primary-color-700);--vbr-widget-gamecenter-card-event-goal-bg-color: var(--vbr-widget-primary-color-700);--vbr-widget-gamecenter-home-team-identifier-color: #2870ed;--vbr-widget-gamecenter-away-team-identifier-color: #ff6129;--vbr-widget-gamecenter-home-team-identifier-border-color: transparent;--vbr-widget-gamecenter-away-team-identifier-border-color: transparent;--vbr-widget-main-image-wrapper-horizontal-margin: 0;--vbr-widget-sticky-top-offset: 0;--vbr-widget-games-timeline-game-date-size: var(--vbr-widget-typography-font-size-100);--vbr-widget-games-timeline-game-date-color: var(--vbr-widget-primary-color-500);--vbr-widget-games-timeline-game-team-color: var(--vbr-widget-primary-color-700);--vbr-widget-games-timeline-game-team-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-games-timeline-game-status-color: var(--vbr-widget-primary-color-300);--vbr-widget-games-timeline-game-status-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-games-timeline-game-hover-bg-color: linear-gradient(#fff, #f5f6f7 50%, #fff);--vbr-widget-games-timeline-arrow-color: var(--vbr-widget-primary-color-300);--vbr-widget-games-timeline-arrow-hover-color: var(--vbr-widget-primary-color-500);--vbr-widget-games-timeline-arrow-disabled-color: var(--vbr-widget-primary-color-100);--vbr-widget-games-timeline-arrow-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-games-timeline-external-link-color: var(--vbr-widget-primary-color-500);--vbr-widget-games-timeline-external-link-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-standings-selector-title-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-standings-selector-title-color: var(--vbr-widget-primary-color-700);--vbr-widget-standings-selector-title-transform: none;--vbr-widget-standings-selector-title-padding: 0 .625em .5625em;--vbr-widget-standings-selector-title-bg-color: transparent}html,body{-webkit-font-smoothing:antialiased}.transition-fade-enter-active,.transition-fade-leave-active{transition:all .7s linear(0,.009,.035 2.1%,.141,.281 6.7%,.723 12.9%,.938 16.7%,1.017,1.077,1.121,1.149 24.3%,1.159,1.163,1.161,1.154 29.9%,1.129 32.8%,1.051 39.6%,1.017 43.1%,.991,.977 51%,.974 53.8%,.975 57.1%,.997 69.8%,1.003 76.9%,1.004 83.8%,1)}.transition-fade-enter-from,.transition-fade-leave-to{opacity:0;transform:translateY(5px)}.transition-event-move,.transition-event-enter-active,.transition-event-leave-active{transition:all .25s ease}.transition-event-enter-from,.transition-event-leave-to{opacity:0}img{opacity:0;transition:opacity .5s ease-out}img.is-loaded{opacity:1}a{color:var(--vbr-widget-link-color);text-decoration:none}a:hover{color:var(--vbr-widget-hover-color)}.floating-content.is-tooltip{background-color:var(--vbr-widget-tooltip-bg-color);color:var(--vbr-widget-tooltip-color);font-weight:700;padding:5px 10px;border-radius:4px;font-size:var(--vbr-widget-tooltip-font-size);white-space:nowrap;pointer-events:none}.floating-content.is-tooltip .is-arrow{background-color:var(--vbr-widget-tooltip-bg-color)}.floating-content.is-content{border-radius:4px;box-shadow:2px 14px 23px #00000040}.floating-content.is-content .is-arrow{background-color:var(--vbr-widget-primary-color-50)}.floating-content .is-arrow{position:absolute;width:8px;height:8px;transform:rotate(45deg)}[data-placement^=top] .floating-content .is-arrow{bottom:-4px}[data-placement^=bottom] .floating-content .is-arrow{top:-4px}[data-placement^=left] .floating-content .is-arrow{right:-4px}[data-placement^=right] .floating-content .is-arrow{left:-4px}.error-notice{display:flex;align-items:center;justify-items:flex-start;margin:10px 0;padding:10px 20px;background-color:var(--vbr-widget-error-notice-bg-color);color:var(--vbr-widget-error-notice-color);border:1px solid var(--vbr-widget-error-notice-border-color)}.error-notice .icon{margin-right:15px}.timezone-selector{padding:3px 0;color:var(--vbr-widget-timezone-selector-color);font-size:var(--vbr-widget-timezone-selector-font-size);font-weight:500}.timezone-selector .is-active{font-weight:700}.is-badge{display:inline-block;padding:.125em .25em;color:var(--vbr-widget-badge-color);font-size:var(--vbr-widget-badge-font-size);font-weight:700;text-transform:uppercase;background-color:var(--vbr-widget-badge-bg-color);border-radius:3px}.is-badge+.is-badge{margin-inline-start:3px}.is-badge.is-invert{color:var(--vbr-widget-badge-bg-color);background-color:var(--vbr-widget-badge-color)}.is-badge.is-green{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-live-game-color)}.is-badge.is-red{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-danger-color-a400)}.is-badge.is-yellow{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-neutral-color)}.is-badge.is-dark{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-primary-color-700)}.is-badge.is-large{font-size:var(--vbr-widget-badge-large-font-size);padding:.15em .35em}.is-badge.is-extra-large{font-size:var(--vbr-widget-badge-extra-large-font-size);padding:.2695em .5165em}", Ds = ".g-row{display:flex}.g-row-wrap{display:flex;flex-wrap:wrap}.g-col{flex:1 0 0%}.g-gap-normal{gap:16px}[class^=g-col-]{flex:0 0 auto}.g-col-6{width:50%}.g-col-5{width:41.66666667%}.g-col-3{width:25%}.g-col-auto{width:auto}.g-gap-normal{gap:20px}.g-grid{--columns: repeat(2, 1fr);--columns-tablet: repeat(4, 1fr);display:grid;grid-template-columns:var(--columns)}@media all and (min-width: 768px){.g-grid{grid-template-columns:var(--columns-tablet)}}", Ms = `.base-input{padding:.375rem .75rem;font-family:inherit;color:var(--vbr-widget-base-input-color);border:1px solid var(--vbr-widget-base-input-border-color);border-radius:var(--vbr-widget-base-input-border-radius);width:100%;-moz-padding-start:calc(.75rem - 3px);font-size:var(--vbr-widget-base-input-font-size);font-weight:400;line-height:1.5;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.base-input:disabled{opacity:.3}.base-input.is-select{padding-right:2.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px}label{display:block;margin-bottom:3px;color:var(--vbr-widget-form-label-color);font-size:var(--vbr-widget-form-label-font-size);font-weight:700;text-transform:uppercase}.tab-button{padding:var(--vbr-widget-tab-btn-padding);font-family:inherit;font-size:var(--vbr-widget-tab-btn-font-size);font-weight:var(--vbr-widget-tab-btn-font-weight);color:var(--vbr-widget-tab-btn-color);text-transform:var(--vbr-widget-tab-btn-text-transform);background-color:var(--vbr-widget-tab-btn-bg-color);border-color:var(--vbr-widget-tab-btn-border-color);border-width:var(--vbr-widget-tab-btn-border-width);border-style:var(--vbr-widget-tab-btn-border-style);outline:none;box-shadow:none;cursor:pointer}.tab-button:hover{color:var(--vbr-widget-tab-btn-hover-color);border-color:var(--vbr-widget-tab-btn-hover-border-color);background-color:var(--vbr-widget-tab-btn-hover-bg-color)}.tab-button.is-active{color:var(--vbr-widget-tab-btn-active-color);border-color:var(--vbr-widget-tab-btn-active-border-color);background-color:var(--vbr-widget-tab-btn-active-bg-color)}.toggle-group{display:flex;flex-wrap:wrap;gap:var(--vbr-widget-toggle-group-gap);margin-bottom:15px}.toggle-group button{padding:var(--vbr-widget-toggle-group-btn-padding);font-family:inherit;font-size:var(--vbr-widget-toggle-group-btn-size);background-color:var(--vbr-widget-toggle-group-btn-bg-color);border-radius:var(--vbr-widget-toggle-group-btn-radius)}.toggle-group button.is-active{color:var(--vbr-widget-toggle-group-btn-active-color);background-color:var(--vbr-widget-toggle-group-btn-active-bg-color)}`, Ls = '.table{border-collapse:collapse;border-spacing:0;color:var(--vbr-widget-table-color);background-color:var(--vbr-widget-table-default-bg-color)}.table table,.table caption,.table tbody,.table tfoot,.table thead,.table tr,.table th,.table td{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.table :is(th,td){padding:8px;white-space:nowrap;vertical-align:middle;text-align:center}.table :is(th,td).is-text-left{text-align:left}.table :is(th,td).is-text-right{text-align:right}.table th{width:var(--vbr-widget-table-default-column-width);background:var(--vbr-widget-table-header-bg-color);font-size:var(--vbr-widget-table-header-font-size);font-weight:700;color:var(--vbr-widget-table-header-color)}.table th:focus-visible,.table th:hover{background-color:var(--vbr-widget-table-header-hover-bg-color);outline:none}.table th.is-sortable{position:relative;cursor:pointer}.table th.is-sortable .icon-sort{opacity:.5}.table th.is-active{background-color:var(--vbr-widget-table-table-header-active-bg-color);color:var(--vbr-widget-table-header-active-color)}.table th.is-active .icon-sort{opacity:1}.table th.is-asc,.table th.is-desc{position:relative}.table th.is-w-auto{width:auto}.table th .is-icon-sort{width:11px;height:11px;margin-left:5px}.table td.is-active{font-weight:700;color:var(--vbr-widget-table-active-color);background:var(--vbr-widget-table-active-bg-color)}.table td.is-zero{color:var(--vbr-widget-table-zero-color)}.table td.is-possible-empty:empty:before{content:"0";color:var(--vbr-widget-table-zero-color)}.table td .is-text-light,.table td.is-text-light{color:var(--vbr-widget-table-cell-light-color)}.table td .is-text-dark,.table td.is-text-dark{color:var(--vbr-widget-table-cell-dark-color)}.table td .is-logo-image{display:inline-block;vertical-align:middle;width:var(--vbr-widget-table-cell-logo-size);height:var(--vbr-widget-table-cell-logo-size)}.table td .is-portrait-image{display:inline-block;vertical-align:middle;width:var(--vbr-widget-table-cell-portrait-size);height:var(--vbr-widget-table-cell-portrait-size);object-fit:cover;object-position:top;overflow:hidden;border-radius:100%;border:1px solid var(--vbr-widget-primary-color-100)}.table td .is-portrait-image img{width:var(--vbr-widget-table-cell-portrait-size);height:auto}.table td.is-text-bold{font-weight:700}.table td.is-text-italic{font-style:italic}.table td.is-text-xl{font-size:var(--vbr-widget-typography-font-size-700)}.table td .is-text-accent{color:var(--vbr-widget-secondary-color-500)}.table td.is-w-auto{width:auto}.table td.is-horizontal-content{display:inline-flex;align-items:center}.table td.is-text-positive,.table td .is-text-positive{color:var(--vbr-widget-live-game-color)}.table td.is-text-negative,.table td .is-text-negative{color:var(--vbr-widget-danger-color-a400)}.table td.is-has-image{padding:0 2px}.table td .is-duplicated{color:var(--vbr-widget-table-neutral-color)}.table td svg{width:16px;height:16px}.table td button{padding:3px;line-height:0;border:none;outline:none;background-color:transparent}.table td button:hover{background-color:var(--vbr-widget-popover-trigger-hover-bg-color)}.table td button:active,.table td button:focus{background-color:var(--vbr-widget-popover-trigger-focus-bg-color)}.table td a{text-decoration:none}.table td .label{padding:3px 6px;font-size:var(--vbr-widget-typography-font-size-100);font-weight:700;color:var(--vbr-widget-table-label-color);background-color:var(--vbr-widget-table-label-bg-color);border-radius:2px}.table td .label:not(:last-of-type){margin-right:3px}.table td a{color:var(--vbr-widget-link-color)}.table td a:hover{color:var(--vbr-widget-hover-color)}.table td .is-team-name-long{display:block}.table td .is-team-name-short{display:none}@container table-wrapper (max-width: 768px){.table td .is-team-name-long{display:none}.table td .is-team-name-short{display:block}}.table tr.is-highlighted{color:var(--vbr-widget-danger-color-a400)}.table tr.is-optional{opacity:.5}.table tr:nth-child(2n){background:var(--vbr-widget-table-stripped-bg-color)}.table tr:nth-child(2n) td.is-active{background-color:var(--vbr-widget-table-active-even-bg-color)}.table tbody tr:focus-within,.table tbody tr:hover{color:var(--vbr-widget-table-hover-color);background-color:var(--vbr-widget-table-hover-bg-color)}.table tbody tr:focus-within td.is-active,.table tbody tr:hover td.is-active{color:var(--vbr-widget-table-active-hover-color);background-color:var(--vbr-widget-table-active-hover-bg-color)}', Cs = '.progress{display:flex;height:var(--vbr-widget-progress-height);overflow:hidden;font-size:var(--vbr-widget-typography-font-size-50);background-color:var(--vbr-widget-progress-bg-color);border-radius:var(--vbr-widget-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;width:100%;color:var(--vbr-widget-primary-color-0);text-align:center;white-space:nowrap;background-color:var(--vbr-widget-progress-bar-color)}.progress-bar-stripped{--color: var(--vbr-widget-progress-bar-stripe-color);--angle: var(--vbr-widget-progress-bar-stripe-angle);background-image:linear-gradient(var(--angle),var(--color) 25%,transparent 25%,transparent 50%,var(--color) 50%,var(--color) 75%,transparent 75%,transparent);background-size:var(--vbr-widget-progress-height) var(--vbr-widget-progress-height)}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}@keyframes progress-bar-stripes{0%{background-position-x:var(--vbr-widget-progress-height)}}.statistics-double-bar{display:grid;grid-template-columns:.3fr 1fr 1fr .3fr;grid-template-areas:"value-start title title value-end" "bar-start bar-start bar-end bar-end";align-items:center}@media (width > 500px){.statistics-double-bar{grid-template-areas:"title title title title" "value-start bar-start bar-end value-end"}}.statistics-double-bar .is-value{font-weight:700;color:var(--vbr-widget-primary-color-900)}.statistics-double-bar .is-value-start{grid-area:value-start;padding-inline-end:.5rem;justify-self:end}.statistics-double-bar .is-value-end{grid-area:value-end;padding-inline-start:.5rem}.statistics-double-bar .is-bar{background-color:var(--vbr-widget-primary-color-50);height:8px;margin-block:5px}.statistics-double-bar .is-bar-start{grid-area:bar-start;display:flex;justify-content:flex-end}.statistics-double-bar .is-bar-start--progress{background-color:var(--vbr-widget-gamecenter-home-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-home-team-identifier-border-color);outline-offset:-1px;height:100%;transition:width .3s ease-out}.statistics-double-bar .is-bar-end{grid-area:bar-end}.statistics-double-bar .is-bar-end--progress{background-color:var(--vbr-widget-gamecenter-away-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-away-team-identifier-border-color);outline-offset:-1px;height:100%}.statistics-double-bar .is-title{grid-area:title;justify-self:center;font-size:var(--vbr-widget-typography-font-size-400);font-weight:700;line-height:1.5rem;color:var(--vbr-widget-primary-color-500)}', Gs = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", Bs = '.gamecenter-timeline{container-name:rows;container-type:inline-size}.gamecenter-timeline-game-data{margin-bottom:30px;text-align:center}.gamecenter-timeline-game-data .is-teams-and-results{display:grid;grid-template-columns:1fr;justify-items:center;align-items:start;row-gap:1rem;background-color:var(--vbr-widget-primary-color-0)}@media all and (min-width: 576px){.gamecenter-timeline-game-data .is-teams-and-results{grid-template-columns:repeat(3,1fr)}}.gamecenter-timeline-game-data .is-title-container{margin-bottom:30px}.gamecenter-timeline-game-data .is-title-container .is-title{color:var(--vbr-widget-gamecenter-title-color);font-size:var(--vbr-widget-gamecenter-title-size);font-weight:var(--vbr-widget-gamecenter-title-weight);text-transform:uppercase}.gamecenter-timeline-game-data .is-title-container .is-gamedate{color:var(--vbr-widget-gamecenter-gamedate-color);font-size:var(--vbr-widget-gamecenter-gamedate-size);text-transform:uppercase}.gamecenter-timeline-game-data .is-title-container .is-local-gamedate{color:var(--vbr-widget-gamecenter-local-gamedate-color);font-size:var(--vbr-widget-gamecenter-local-gamedate-size);text-transform:uppercase}.gamecenter-timeline-game-data .is-game-result{color:var(--vbr-widget-gamecenter-result-color);font-weight:var(--vbr-widget-gamecenter-result-weight);font-size:var(--vbr-widget-gamecenter-result-size);line-height:var(--vbr-widget-gamecenter-result-size)}.gamecenter-timeline-game-data .is-team-name{display:block;padding:8px 0;color:var(--vbr-widget-gamecenter-teamname-color);font-weight:var(--vbr-widget-gamecenter-teamname-weight);font-size:var(--vbr-widget-gamecenter-teamname-size)}.gamecenter-timeline-game-data .is-game-status{color:var(--vbr-widget-gamecenter-gamestatus-color);font-size:var(--vbr-widget-gamecenter-gamestatus-size);text-transform:uppercase}.gamecenter-timeline-game-data .is-period-results{color:var(--vbr-widget-gamecenter-periodresults-color);font-size:var(--vbr-widget-gamecenter-periodresults-size);font-weight:500}.gamecenter-timeline-game-data .is-team-logo{margin:auto;display:block;width:128px;height:128px}.gamecenter-timeline-game-data .is-game-status-live{color:var(--vbr-widget-live-game-color)}.gamecenter-timeline-game-data .is-external-contents{padding:5px;display:flex;align-items:center;justify-content:center}.gamecenter-timeline-game-data .is-external-contents a{display:flex;align-items:center;font-size:var(--vbr-widget-gamecenter-local-gamedate-size)}.gamecenter-timeline-game-data .is-external-contents a:after{content:"/";margin:0 5px}.gamecenter-timeline-game-data .is-external-contents a:last-of-type:after{content:""}.gamecenter-timeline-game-data .is-external-contents .is-icon{margin-right:5px;display:inline-block;width:15px;height:15px}.gamecenter-timeline-game-data .is-attendance{font-size:var(--vbr-widget-typography-font-size-400);line-height:var(--vbr-widget-typography-font-lineheight-600);color:var(--vbr-widget-primary-color-500)}.gamecenter-timeline-game-data .is-goal-scorers{font-size:var(--vbr-widget-typography-font-size-200);font-weight:700;line-height:var(--vbr-widget-typography-font-lineheight-200);color:var(--vbr-widget-primary-color-500)}.gamecenter-timeline-game-data .is-goal-scorers span{font-weight:400}.gamecenter-timeline-score-board{grid-template-columns:50px auto auto auto 50px;grid-template-rows:50px;align-items:center;justify-items:center;gap:1rem;padding:.5rem;width:100%;color:#fff;background-color:var(--vbr-widget-primary-color-700);position:sticky;top:0;display:none;z-index:100}.gamecenter-timeline-score-board.is-visible{display:grid}.gamecenter-timeline-score-board .is-score{font-size:var(--vbr-widget-typography-font-size-950);font-weight:700}.gamecenter-timeline-score-board .is-team{display:none;font-size:var(--vbr-widget-typography-font-size-500);font-weight:700;color:var(--vbr-widget-primary-color-100)}.gamecenter-timeline-score-board .is-home-team{justify-self:end;text-align:right}.gamecenter-timeline-score-board .is-away-team{justify-self:start}.gamecenter-timeline-score-board .is-game-status{font-size:var(--vbr-widget-typography-font-size-200);font-weight:500;text-transform:uppercase;color:var(--vbr-widget-live-game-color)}.gamecenter-timeline-score-board img{display:block;width:100%;height:100%}@media all and (min-width: 576px){.gamecenter-timeline-score-board{grid-template-columns:1fr 50px auto auto auto 50px 1fr}.gamecenter-timeline-score-board .is-team{display:block}}.gamecenter-timeline .is-heading-1{margin-block-start:3rem;margin-block-end:1rem;font-size:var(--vbr-widget-typography-font-size-700);font-weight:700;color:var(--vbr-widget-primary-color-800);text-align:center;text-transform:uppercase}.gamecenter-timeline .is-heading-2{margin-block-start:3rem;margin-block-end:1rem;font-size:var(--vbr-widget-typography-font-size-500);font-weight:700;color:var(--vbr-widget-primary-color-800);text-align:center;text-transform:uppercase}.gamecenter-timeline-tab-buttons{display:flex;flex-wrap:wrap;justify-content:center;border-bottom:1px solid var(--vbr-widget-primary-color-100);margin-block-end:2rem}.gamecenter-timeline .period-results{width:100%}.gamecenter-timeline .period-results tr:first-of-type{border-bottom:1px solid var(--vbr-widget-primary-color-100)}.gamecenter-timeline .period-results td{font-size:var(--vbr-widget-typography-font-size-500);font-weight:500;color:var(--vbr-widget-primary-color-700)}.gamecenter-timeline .period-results td:nth-child(2){font-size:var(--vbr-widget-typography-font-size-400);text-align:left}.gamecenter-timeline .period-results span{display:inline-block;width:9px;height:9px;border:1px solid #fff;border-radius:50%}.gamecenter-timeline .period-results span.is-home-team{background-color:var(--vbr-widget-gamecenter-home-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-home-team-identifier-border-color);outline-offset:-2px}.gamecenter-timeline .period-results span.is-away-team{background-color:var(--vbr-widget-gamecenter-away-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-away-team-identifier-border-color);outline-offset:-2px}.gamecenter-timeline-game-events .is-no-action{padding-block:.5rem;text-align:center;color:var(--vbr-widget-primary-color-300)}.gamecenter-timeline-game-events .is-period-header{padding-block:1rem;display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:auto 1fr 1px 1fr}.gamecenter-timeline-game-events .is-period-header p{grid-column:2;grid-row:1;justify-self:center;margin-bottom:.25rem;padding-inline:.5rem;width:max-content;color:#fff;font-size:var(--vbr-widget-typography-font-size-500);font-weight:500;line-height:var(--vbr-widget-typography-font-lineheight-500);background-color:var(--vbr-widget-primary-color-900);border-radius:6px}.gamecenter-timeline-game-events .is-period-header span{grid-column:2;grid-row:2/-1;padding-inline:.5rem;padding-block:.25rem;font-size:small;font-weight:500;color:var(--vbr-widget-primary-color-500);background-color:var(--vbr-widget-primary-color-100);border-radius:.5rem}.gamecenter-timeline-game-events .is-period-header span svg{display:inline-block;width:14px;height:14px;vertical-align:sub}.gamecenter-timeline-game-events .is-period-header div{grid-column:1/-1;grid-row:3;background-color:var(--vbr-widget-primary-color-100)}.gamecenter-timeline-game-event{--columns: .15fr 2px .15fr 1fr;--areas: ". . . ." "time time time details" ". . . .";display:grid;grid-template-columns:var(--columns);grid-template-rows:.5rem 1fr .5rem;grid-template-areas:var(--areas);gap:.25rem}.gamecenter-timeline-game-event .is-timeline{grid-column:2/3;grid-row:1/-1;background-color:var(--vbr-widget-primary-color-200)}.gamecenter-timeline-game-event .is-details-container{grid-area:details;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"type-icon detail-title" "type-icon detail-list";column-gap:1rem;padding:1rem;border-inline-end:5px solid var(--vbr-widget-gamecenter-home-team-identifier-color);background-color:var(--vbr-widget-gamecenter-card-bg-color);border-radius:.5rem;align-items:start;outline:1px solid var(--vbr-widget-gamecenter-card-border-color)}.gamecenter-timeline-game-event .is-details-container:not(:has(.is-details-list)){grid-template-areas:"type-icon detail-title";align-items:center}.gamecenter-timeline-game-event .is-details-container .is-details-title{grid-area:detail-title;font-weight:700;text-transform:uppercase;color:var(--vbr-widget-gamecenter-card-title-color)}.gamecenter-timeline-game-event .is-details-container .is-details-list{grid-area:detail-list;margin:0;padding:0;list-style:none}.gamecenter-timeline-game-event .is-details-container .is-details-list .is-details-sub-title{font-size:var(--vbr-widget-typography-font-size-400);color:var(--vbr-widget-gamecenter-card-secondary-color)}.gamecenter-timeline-game-event .is-details-container .is-details-list .is-evented-person{font-weight:var(--vbr-widget-gamecenter-events-evented-person-weight);color:var(--vbr-widget-gamecenter-card-secondary-color)}.gamecenter-timeline-game-event .is-details-container .is-details-list .is-player-number{font-weight:400;font-style:italic}.gamecenter-timeline-game-event .is-details-container .is-team-logo{grid-area:team-logo;display:none;justify-self:center;align-self:center}.gamecenter-timeline-game-event .is-details-container .is-team-logo img{width:40px;height:40px}.gamecenter-timeline-game-event .is-details-container .is-event-type-icon{grid-area:type-icon;padding:.5rem;border-radius:100%}.gamecenter-timeline-game-event .is-details-container .is-event-type-icon svg{display:block;width:14px;height:14px}@container rows (width > 410px){.gamecenter-timeline-game-event .is-details-container .is-event-type-icon svg{width:24px;height:24px}}.gamecenter-timeline-game-event .is-details-container.is-penalty .is-event-type-icon{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-danger-color-a400)}.gamecenter-timeline-game-event .is-details-container.is-timeout .is-event-type-icon{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-gamecenter-events-timeout-bg-color)}.gamecenter-timeline-game-event .is-details-container.is-goalies .is-event-type-icon{color:var(--vbr-widget-primary-color-900);background-color:var(--vbr-widget-neutral-color)}.gamecenter-timeline-game-event .is-details-container.is-penalty-shot-goal .is-event-type-icon{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-live-game-color)}.gamecenter-timeline-game-event .is-details-container.is-penalty-shot-no-goal .is-event-type-icon{color:var(--vbr-widget-primary-color-400);background-color:var(--vbr-widget-primary-color-100)}.gamecenter-timeline-game-event .is-details-container.is-goal{background-color:var(--vbr-widget-gamecenter-card-event-goal-bg-color);outline-color:var(--vbr-widget-gamecenter-card-event-goal-border-color)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-event-type-icon{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-live-game-color)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-details-title{color:var(--vbr-widget-primary-color-0)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-evented-person{color:var(--vbr-widget-primary-color-100)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-assists-list{font-size:var(--vbr-widget-typography-font-size-400)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-assists-list span:not(:last-of-type):after{content:"/";margin-inline:.25rem}.gamecenter-timeline-game-event .is-details-container.is-goal .is-poi-data{display:flex;flex-wrap:wrap;gap:.25rem;font-size:var(--vbr-widget-typography-font-size-200);color:var(--vbr-widget-gamecenter-card-tertiary-color)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-poi-data ul{display:flex;gap:.125rem}.gamecenter-timeline-game-event .is-details-container.is-goal .is-poi-data ul li:not(:last-of-type):after{content:","}.gamecenter-timeline-game-event .is-details-container.is-goal .is-badge.is-invert{color:var(--vbr-widget-danger-color-50);background-color:var(--vbr-widget-danger-color-500)}@container rows (width > 410px){.gamecenter-timeline-game-event .is-details-container{grid-template-columns:auto 1fr auto;grid-template-areas:"type-icon detail-title team-logo" "type-icon detail-list team-logo"}.gamecenter-timeline-game-event .is-details-container:not(:has(.is-details-list)){grid-template-areas:"type-icon detail-title team-logo";align-items:center}.gamecenter-timeline-game-event .is-details-container .is-team-logo{display:block}}.gamecenter-timeline-game-event .is-timestamp{grid-area:time;justify-self:center;align-self:center}.gamecenter-timeline-game-event .is-timestamp p{margin:0;padding-inline:.5rem;width:max-content;color:#fff;font-size:var(--vbr-widget-typography-font-size-500);font-weight:500;line-height:var(--vbr-widget-typography-font-lineheight-500);background-color:var(--vbr-widget-primary-color-900);border-radius:6px}.gamecenter-timeline-game-event[data-team=away] .is-details-container{border-color:var(--vbr-widget-gamecenter-away-team-identifier-color)}@container rows (width > 500px){.gamecenter-timeline-game-event{--columns: 1fr .15fr 2px .15fr 1fr;--areas: ". . . . ." "details time time time ." ". . . . ."}.gamecenter-timeline-game-event .is-timeline{grid-column:3/4;grid-row:1/-1}.gamecenter-timeline-game-event[data-team=away]{--areas: ". . . . ." ". time time time details" ". . . . ."}.gamecenter-timeline-game-event[data-team=home] .is-details-container{grid-template-columns:auto 1fr;grid-template-areas:"team-logo detail-title type-icon" "team-logo detail-list type-icon";border-inline-end:none;border-inline-start:5px solid var(--vbr-widget-gamecenter-home-team-identifier-color)}.gamecenter-timeline-game-event[data-team=home] .is-details-container:not(:has(.is-details-list)){grid-template-areas:"team-logo detail-title type-icon"}.gamecenter-timeline-game-event[data-team=home] .is-details-container .is-details-list,.gamecenter-timeline-game-event[data-team=home] .is-details-container .is-details-title{text-align:right}.gamecenter-timeline-game-event[data-team=home] .is-details-container .is-poi-data{justify-content:flex-end}}.gamecenter-timeline-lineups{margin-block-start:1rem;padding-block-end:2rem}.gamecenter-timeline-lineups hr{margin-block:1.5rem;border-top:1px solid var(--vbr-widget-primary-color-100)}.gamecenter-timeline-lineups .is-container{display:grid;gap:2rem}@container rows (width >= 768px){.gamecenter-timeline-lineups .is-container{grid-template-columns:1fr 1fr}}.gamecenter-timeline-lineups-lines{display:grid;grid-template-columns:1fr;grid-template-areas:"ld" "rd" "lw" "c" "rw";gap:.5rem}.gamecenter-timeline-lineups-lines.is-away-team{grid-template-areas:"ld" "rd" "lw" "c" "rw"}.gamecenter-timeline-lineups-lines .is-ld{grid-area:ld}.gamecenter-timeline-lineups-lines .is-rd{grid-area:rd}.gamecenter-timeline-lineups-lines .is-lw{grid-area:lw}.gamecenter-timeline-lineups-lines .is-c{grid-area:c}.gamecenter-timeline-lineups-lines .is-rw{grid-area:rw}.gamecenter-timeline-lineups-lines .is-gk{width:100%}.gamecenter-timeline-lineups-lines.is-away-team .is-player-wrapper{border-inline-start:none;border-inline-end:3px solid var(--vbr-widget-gamecenter-away-team-identifier-color)}@container rows (width >= 768px){.gamecenter-timeline-lineups-lines{grid-template-columns:1fr 1fr;grid-template-areas:". lw" "ld lw" "ld c" "rd c" "rd rw" ". rw";grid-template-rows:1fr 1fr 1fr 1fr 1fr 1fr}.gamecenter-timeline-lineups-lines.is-away-team{grid-template-areas:"lw ." "lw ld" "c ld" "c rd" "rw rd" "rw ."}.gamecenter-timeline-lineups-lines:has(.is-gk){display:flex;justify-content:center;grid-template-columns:none;grid-template-areas:none}.gamecenter-timeline-lineups-lines .is-gk{width:50%}}.gamecenter-timeline-lineups-lines-simple{display:grid;grid-template-columns:1fr;gap:.5rem}@container rows (width >= 768px){.gamecenter-timeline-lineups-lines-simple{grid-template-columns:1fr 1fr}}.gamecenter-timeline-lineups-lines-referees{display:grid;grid-template-columns:1fr;gap:.5rem}@container rows (width >= 768px){.gamecenter-timeline-lineups-lines-referees{grid-template-columns:1fr 1fr 1fr 1fr}}.gamecenter-timeline-lineups .is-official-person-container{display:grid;grid-template-columns:40px 1fr;grid-template-areas:"img name" "img role";align-content:start;column-gap:.5rem;padding:.75rem;outline:1px solid var(--vbr-widget-gamecenter-card-border-color);background-color:var(--vbr-widget-gamecenter-card-bg-color);border-radius:.5rem}.gamecenter-timeline-lineups .is-official-person-container.is-home-team{border-inline-start:3px solid var(--vbr-widget-gamecenter-home-team-identifier-color)}.gamecenter-timeline-lineups .is-official-person-container.is-away-team{border-inline-end:3px solid var(--vbr-widget-gamecenter-away-team-identifier-color)}.gamecenter-timeline-lineups .is-official-person-container li:nth-child(1){grid-area:img}.gamecenter-timeline-lineups .is-official-person-container li:nth-child(2){grid-area:name;font-weight:600;color:var(--vbr-widget-primary-color-700)}.gamecenter-timeline-lineups .is-official-person-container li:nth-child(3){grid-area:role;align-self:center;font-size:var(--vbr-widget-typography-font-size-200);line-height:1;color:var(--vbr-widget-gamecenter-card-tertiary-color);text-transform:uppercase}.gamecenter-timeline-lineups .is-official-person-container img{display:block;width:40px;height:40px;border-radius:50%}.gamecenter-timeline-lineups .is-player-wrapper{display:grid;grid-template-columns:40px auto 1fr;grid-template-areas:"img number name" "img position name";column-gap:.5rem;padding:.75rem;background-color:var(--vbr-widget-gamecenter-card-bg-color);border-inline-start:3px solid var(--vbr-widget-gamecenter-home-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-card-border-color);border-radius:.5rem;overflow:hidden}.gamecenter-timeline-lineups .is-player-wrapper li{line-height:var(--vbr-widget-typography-font-lineheight-200)}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(1){grid-area:img}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(2){grid-area:number;font-style:italic;color:var(--vbr-widget-primary-color-500)}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(3){grid-area:name;font-weight:600;color:var(--vbr-widget-primary-color-700);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(3) ul{display:inline-flex;gap:.125rem;vertical-align:middle}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(3) svg{display:inline-block;padding:.2rem;width:12px;height:12px;color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-live-game-color);border-radius:100%}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(4){grid-area:position;align-self:center;font-size:var(--vbr-widget-typography-font-size-200);line-height:1;color:var(--vbr-widget-gamecenter-card-tertiary-color);text-transform:uppercase}.gamecenter-timeline-lineups .is-player-wrapper img{display:block;width:40px;height:40px;border-radius:50%}.gamecenter-timeline-team-stats .is-stat-container{display:grid;gap:1rem;margin-inline:auto;width:min(100%,700px)}.gamecenter-timeline-game-officials .is-game-officials-container{display:flex;flex-direction:column;gap:1rem}.gamecenter-timeline-game-officials .is-game-officials-container>div{flex:1}@container rows (width >= 768px){.gamecenter-timeline-game-officials .is-game-officials-container{flex-direction:row}}.gamecenter-timeline-data-table{margin-block-end:1rem;min-width:0}.gamecenter-timeline-data-table h2{padding:8px;font-size:var(--vbr-widget-gamecenter-team-container-title-size);font-weight:700;color:var(--vbr-widget-gamecenter-team-container-title-color)}.gamecenter-timeline-data-table h2:before{display:inline-block;content:"";width:0;aspect-ratio:1;background-color:transparent;border-radius:100%;margin-inline-end:.25rem;margin-block-end:1px}.gamecenter-timeline-data-table.is-home-team h2:before{width:8px;background-color:var(--vbr-widget-gamecenter-home-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-home-team-identifier-border-color);outline-offset:-1px}.gamecenter-timeline-data-table.is-away-team h2:before{width:8px;background-color:var(--vbr-widget-gamecenter-away-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-away-team-identifier-border-color);outline-offset:-1px}', ya = (e, t) => {
|
|
3020
|
+
}, ha = "h1,h2,h3,ul,li,p,dl,dt,dd{margin:0;padding:0}button{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0;border-width:0;-webkit-appearance:button;background-color:transparent;background-image:none;cursor:pointer}ol,ul{list-style:none}:root,:host{font-family:Roboto Condensed,Avenir,Helvetica,Arial,sans-serif;--vbr-widget-primary-color-0: #ffffff;--vbr-widget-primary-color-50: #eceff1;--vbr-widget-primary-color-100: #cfd8dc;--vbr-widget-primary-color-200: #b0bec5;--vbr-widget-primary-color-300: #90a4ae;--vbr-widget-primary-color-400: #78909c;--vbr-widget-primary-color-500: #607d8b;--vbr-widget-primary-color-600: #546e7a;--vbr-widget-primary-color-700: #455a64;--vbr-widget-primary-color-800: #37474f;--vbr-widget-primary-color-900: #263238;--vbr-widget-secondary-color-100: #dcedc8;--vbr-widget-secondary-color-200: #badb94;--vbr-widget-secondary-color-300: #aed581;--vbr-widget-secondary-color-400: #9ccc65;--vbr-widget-secondary-color-500: #8bc34a;--vbr-widget-secondary-color-700: #689f38;--vbr-widget-secondary-color-800: #558b2f;--vbr-widget-secondary-color-900: #33691e;--vbr-widget-danger-color-50: #ffebee;--vbr-widget-danger-color-100: #ffcdd2;--vbr-widget-danger-color-200: #ef9a9a;--vbr-widget-danger-color-300: #e57373;--vbr-widget-danger-color-400: #ef5350;--vbr-widget-danger-color-500: #f44336;--vbr-widget-danger-color-700: #d32f2f;--vbr-widget-danger-color-900: #b71c1c;--vbr-widget-danger-color-a400: #ff1744;--vbr-widget-live-game-color: #8bc34a;--vbr-widget-neutral-color: #ffc107;--vbr-widget-typography-font-size-50: .6275rem;--vbr-widget-typography-font-size-100: .6875rem;--vbr-widget-typography-font-size-200: .75rem;--vbr-widget-typography-font-size-300: .8125rem;--vbr-widget-typography-font-size-400: .875rem;--vbr-widget-typography-font-size-500: 1rem;--vbr-widget-typography-font-size-600: 1.125rem;--vbr-widget-typography-font-size-700: 1.25rem;--vbr-widget-typography-font-size-800: 1.5rem;--vbr-widget-typography-font-size-900: 1.75rem;--vbr-widget-typography-font-size-950: 2rem;--vbr-widget-typography-font-lineheight-50: calc(var(--vbr-widget-typography-font-size-50) * 1.628);--vbr-widget-typography-font-lineheight-100: calc(var(--vbr-widget-typography-font-size-100) * 1.628);--vbr-widget-typography-font-lineheight-200: calc(var(--vbr-widget-typography-font-size-200) * 1.628);--vbr-widget-typography-font-lineheight-300: calc(var(--vbr-widget-typography-font-size-300) * 1.628);--vbr-widget-typography-font-lineheight-400: calc(var(--vbr-widget-typography-font-size-400) * 1.628);--vbr-widget-typography-font-lineheight-500: calc(var(--vbr-widget-typography-font-size-500) * 1.628);--vbr-widget-typography-font-lineheight-600: calc(var(--vbr-widget-typography-font-size-600) * 1.628);--vbr-widget-typography-font-lineheight-700: calc(var(--vbr-widget-typography-font-size-700) * 1.628);--vbr-widget-typography-font-lineheight-800: calc(var(--vbr-widget-typography-font-size-800) * 1.628);--vbr-widget-typography-font-lineheight-900: calc(var(--vbr-widget-typography-font-size-900) * 1.628);--vbr-widget-typography-font-lineheight-950: calc(var(--vbr-widget-typography-font-size-950) * 1.628);--vbr-widget-typography-heading-weight: 500;--vbr-widget-typography-heading-1-size: var(--vbr-widget-typography-font-size-800);--vbr-widget-typography-heading-2-size: var(--vbr-widget-typography-font-size-700);--vbr-widget-typography-heading-3-size: var(--vbr-widget-typography-font-size-600);--vbr-widget-typography-heading-4-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-typography-heading-5-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-typography-heading-6-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-table-header-font-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-table-default-column-width: 30px;--vbr-widget-table-default-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-table-color: var(--vbr-widget-primary-color-800);--vbr-widget-table-neutral-color: var(--vbr-widget-primary-color-300);--vbr-widget-table-header-bg-color: var(--vbr-widget-primary-color-800);--vbr-widget-table-header-hover-bg-color: var(--vbr-widget-primary-color-700);--vbr-widget-table-header-color: var(--vbr-widget-primary-color-200);--vbr-widget-table-table-header-active-bg-color: var(--vbr-widget-primary-color-700);--vbr-widget-table-header-active-color: var(--vbr-widget-primary-color-0);--vbr-widget-table-hover-color: var(--vbr-widget-secondary-color-900);--vbr-widget-table-hover-bg-color: var(--vbr-widget-secondary-color-100);--vbr-widget-table-active-color: var(--vbr-widget-secondary-color-900);--vbr-widget-table-active-bg-color: var(--vbr-widget-secondary-color-200);--vbr-widget-table-active-even-bg-color: var(--vbr-widget-secondary-color-300);--vbr-widget-table-active-hover-color: var(--vbr-widget-secondary-color-900);--vbr-widget-table-active-hover-bg-color: var(--vbr-widget-secondary-color-400);--vbr-widget-table-portrait-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-table-portrait-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-table-cell-light-color: var(--vbr-widget-primary-color-400);--vbr-widget-table-cell-dark-color: var(--vbr-widget-primary-color-900);--vbr-widget-table-stripped-bg-color: #f8f9fa;--vbr-widget-table-label-color: var(--vbr-widget-primary-color-500);--vbr-widget-table-label-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-table-cell-logo-size: 20px;--vbr-widget-table-cell-portrait-size: 26px;--vbr-widget-table-zero-color: var(--vbr-widget-primary-color-200);--vbr-widget-paginator-color: var(--vbr-widget-primary-color-500);--vbr-widget-paginator-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-paginator-hover-color: var(--vbr-widget-primary-color-700);--vbr-widget-paginator-hover-bg-color: var(--vbr-widget-primary-color-100);--vbr-widget-paginator-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-paginator-active-color: var(--vbr-widget-primary-color-0);--vbr-widget-paginator-active-bg-color: var(--vbr-widget-primary-color-900);--vbr-widget-paginator-disabled-color: var(--vbr-widget-primary-color-200);--vbr-widget-tooltip-font-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-tooltip-color: #ffffff;--vbr-widget-tooltip-bg-color: #000000;--vbr-widget-popover-trigger-hover-bg-color: var(--vbr-widget-secondary-color-200);--vbr-widget-popover-trigger-focus-bg-color: var(--vbr-widget-secondary-color-300);--vbr-widget-popover-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-dropdown-item-color: var(--vbr-widget-primary-color-500);--vbr-widget-dropdown-item-hover-color: var(--vbr-widget-primary-color-800);--vbr-widget-dropdown-item-hover-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-dropdown-item-selected-color: var(--vbr-widget-secondary-color-700);--vbr-widget-dropdown-item-selected-hover-bg-color: var(--vbr-widget-secondary-color-100);--vbr-widget-error-notice-bg-color: var(--vbr-widget-danger-color-50);--vbr-widget-error-notice-border-color: var(--vbr-widget-danger-color-100);--vbr-widget-error-notice-color: var(--vbr-widget-danger-color-700);--vbr-widget-link-color: var(--vbr-widget-secondary-color-700);--vbr-widget-hover-color: var(--vbr-widget-secondary-color-900);--vbr-widget-base-input-color: var(--vbr-widget-primary-color-800);--vbr-widget-base-input-font-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-base-input-border-color: var(--vbr-widget-primary-color-300);--vbr-widget-base-input-border-radius: 3px;--vbr-widget-form-label-color: var(--vbr-widget-primary-color-500);--vbr-widget-form-label-font-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-timezone-selector-color: var(--vbr-widget-primary-color-500);--vbr-widget-timezone-selector-font-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-badge-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-badge-color: var(--vbr-widget-primary-color-400);--vbr-widget-badge-font-size: var(--vbr-widget-typography-font-size-50);--vbr-widget-badge-large-font-size: var(--vbr-widget-typography-font-size-100);--vbr-widget-badge-extra-large-font-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-tab-btn-padding: .625rem 1rem;--vbr-widget-tab-btn-font-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-tab-btn-font-weight: 500;--vbr-widget-tab-btn-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-tab-btn-color: var(--vbr-widget-primary-color-300);--vbr-widget-tab-btn-border-color: transparent;--vbr-widget-tab-btn-border-style: solid;--vbr-widget-tab-btn-border-width: 0 0 3px 0;--vbr-widget-tab-btn-text-transform: uppercase;--vbr-widget-tab-btn-hover-color: var(--vbr-widget-primary-color-500);--vbr-widget-tab-btn-hover-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-tab-btn-hover-border-color: transparent;--vbr-widget-tab-btn-active-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-tab-btn-active-color: var(--vbr-widget-primary-color-900);--vbr-widget-tab-btn-active-border-color: var(--vbr-widget-secondary-color-500);--vbr-widget-toggle-group-gap: .625rem;--vbr-widget-toggle-group-btn-padding: 3px 10px;--vbr-widget-toggle-group-btn-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-toggle-group-btn-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-toggle-group-btn-active-color: var(--vbr-widget-primary-color-0);--vbr-widget-toggle-group-btn-active-bg-color: var(--vbr-widget-live-game-color);--vbr-widget-toggle-group-btn-radius: 4px;--vbr-widget-progress-height: 10px;--vbr-widget-progress-border-radius: 5px;--vbr-widget-progress-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-progress-bar-color: var(--vbr-widget-live-game-color);--vbr-widget-progress-bar-stripe-color: rgba(255, 255, 255, .2);--vbr-widget-progress-bar-stripe-angle: 45deg;--vbr-widget-gamecenter-result-size: 6rem;--vbr-widget-gamecenter-result-weight: 700;--vbr-widget-gamecenter-result-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-teamname-size: var(--vbr-widget-typography-font-size-700);--vbr-widget-gamecenter-teamname-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-teamname-weight: 700;--vbr-widget-gamecenter-title-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-title-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-gamecenter-title-weight: 700;--vbr-widget-gamecenter-gamedate-color: var(--vbr-widget-primary-color-500);--vbr-widget-gamecenter-gamedate-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-gamecenter-local-gamedate-color: var(--vbr-widget-primary-color-500);--vbr-widget-gamecenter-local-gamedate-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-gamecenter-gamestatus-color: var(--vbr-widget-primary-color-600);--vbr-widget-gamecenter-gamestatus-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-gamecenter-periodresults-color: var(--vbr-widget-primary-color-600);--vbr-widget-gamecenter-periodresults-size: var(--vbr-widget-typography-font-size-700);--vbr-widget-gamecenter-period-header-bg-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-period-header-color: var(--vbr-widget-primary-color-0);--vbr-widget-gamecenter-period-header-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-gamecenter-period-header-weight: 500;--vbr-widget-gamecenter-stats-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-gamecenter-stats-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-gamecenter-stats-title-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-gamecenter-stats-title-color: var(--vbr-widget-primary-color-400);--vbr-widget-gamecenter-stats-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-gamecenter-stats-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-team-container-title-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-team-container-title-bg-color: var(--vbr-widget-primary-color-100);--vbr-widget-gamecenter-team-container-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-gamecenter-events-evented-person-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-gamecenter-events-evented-person-weight: 600;--vbr-widget-gamecenter-events-assitst-list-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-gamecenter-events-poi-list-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-gamecenter-events-score-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-gamecenter-events-penalty-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-gamecenter-events-goalie-direction-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-gamecenter-events-timeout-bg-color: #2870ed;--vbr-widget-gamecenter-card-title-color: var(--vbr-widget-primary-color-900);--vbr-widget-gamecenter-card-secondary-color: var(--vbr-widget-primary-color-500);--vbr-widget-gamecenter-card-tertiary-color: var(--vbr-widget-primary-color-300);--vbr-widget-gamecenter-card-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-gamecenter-card-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-gamecenter-card-event-goal-border-color: var(--vbr-widget-primary-color-700);--vbr-widget-gamecenter-card-event-goal-bg-color: var(--vbr-widget-primary-color-700);--vbr-widget-gamecenter-home-team-identifier-color: #2870ed;--vbr-widget-gamecenter-away-team-identifier-color: #ff6129;--vbr-widget-gamecenter-home-team-identifier-border-color: transparent;--vbr-widget-gamecenter-away-team-identifier-border-color: transparent;--vbr-widget-main-image-wrapper-horizontal-margin: 0;--vbr-widget-sticky-top-offset: 0;--vbr-widget-games-timeline-game-date-size: var(--vbr-widget-typography-font-size-100);--vbr-widget-games-timeline-game-date-color: var(--vbr-widget-primary-color-500);--vbr-widget-games-timeline-game-team-color: var(--vbr-widget-primary-color-700);--vbr-widget-games-timeline-game-team-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-games-timeline-game-status-color: var(--vbr-widget-primary-color-300);--vbr-widget-games-timeline-game-status-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-games-timeline-game-hover-bg-color: linear-gradient(#fff, #f5f6f7 50%, #fff);--vbr-widget-games-timeline-arrow-color: var(--vbr-widget-primary-color-300);--vbr-widget-games-timeline-arrow-hover-color: var(--vbr-widget-primary-color-500);--vbr-widget-games-timeline-arrow-disabled-color: var(--vbr-widget-primary-color-100);--vbr-widget-games-timeline-arrow-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-games-timeline-external-link-color: var(--vbr-widget-primary-color-500);--vbr-widget-games-timeline-external-link-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-standings-selector-title-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-standings-selector-title-color: var(--vbr-widget-primary-color-700);--vbr-widget-standings-selector-title-transform: none;--vbr-widget-standings-selector-title-padding: 0 .625em .5625em;--vbr-widget-standings-selector-title-bg-color: transparent;--vbr-widget-standings-selector-section-title-bg: var(--vbr-widget-primary-color-50);--vbr-widget-standings-selector-section-title-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-standings-selector-section-title-color: var(--vbr-widget-primary-color-700);--vbr-widget-standings-selector-section-title-padding: .25em 0;--vbr-widget-standings-selector-section-logo-size: 30px;--vbr-widget-standings-selector-section-team-color: var(--vbr-widget-primary-color-900)}html,body{-webkit-font-smoothing:antialiased}.transition-fade-enter-active,.transition-fade-leave-active{transition:all .7s linear(0,.009,.035 2.1%,.141,.281 6.7%,.723 12.9%,.938 16.7%,1.017,1.077,1.121,1.149 24.3%,1.159,1.163,1.161,1.154 29.9%,1.129 32.8%,1.051 39.6%,1.017 43.1%,.991,.977 51%,.974 53.8%,.975 57.1%,.997 69.8%,1.003 76.9%,1.004 83.8%,1)}.transition-fade-enter-from,.transition-fade-leave-to{opacity:0;transform:translateY(5px)}.transition-event-move,.transition-event-enter-active,.transition-event-leave-active{transition:all .25s ease}.transition-event-enter-from,.transition-event-leave-to{opacity:0}img{opacity:0;transition:opacity .5s ease-out}img.is-loaded{opacity:1}a{color:var(--vbr-widget-link-color);text-decoration:none}a:hover{color:var(--vbr-widget-hover-color)}.loading-indicator{padding:1em;font-weight:600;color:var(--vbr-widget-primary-color-400);text-align:center}.floating-content.is-tooltip{background-color:var(--vbr-widget-tooltip-bg-color);color:var(--vbr-widget-tooltip-color);font-weight:700;padding:5px 10px;border-radius:4px;font-size:var(--vbr-widget-tooltip-font-size);white-space:nowrap;pointer-events:none}.floating-content.is-tooltip .is-arrow{background-color:var(--vbr-widget-tooltip-bg-color)}.floating-content.is-content{border-radius:4px;box-shadow:2px 14px 23px #00000040}.floating-content.is-content .is-arrow{background-color:var(--vbr-widget-primary-color-50)}.floating-content .is-arrow{position:absolute;width:8px;height:8px;transform:rotate(45deg)}[data-placement^=top] .floating-content .is-arrow{bottom:-4px}[data-placement^=bottom] .floating-content .is-arrow{top:-4px}[data-placement^=left] .floating-content .is-arrow{right:-4px}[data-placement^=right] .floating-content .is-arrow{left:-4px}.error-notice{display:flex;align-items:center;justify-items:flex-start;margin:10px 0;padding:10px 20px;background-color:var(--vbr-widget-error-notice-bg-color);color:var(--vbr-widget-error-notice-color);border:1px solid var(--vbr-widget-error-notice-border-color)}.error-notice .icon{margin-right:15px}.timezone-selector{padding:3px 0;color:var(--vbr-widget-timezone-selector-color);font-size:var(--vbr-widget-timezone-selector-font-size);font-weight:500}.timezone-selector .is-active{font-weight:700}.is-badge{display:inline-block;padding:.125em .25em;color:var(--vbr-widget-badge-color);font-size:var(--vbr-widget-badge-font-size);font-weight:700;text-transform:uppercase;background-color:var(--vbr-widget-badge-bg-color);border-radius:3px}.is-badge+.is-badge{margin-inline-start:3px}.is-badge.is-invert{color:var(--vbr-widget-badge-bg-color);background-color:var(--vbr-widget-badge-color)}.is-badge.is-green{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-live-game-color)}.is-badge.is-red{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-danger-color-a400)}.is-badge.is-yellow{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-neutral-color)}.is-badge.is-dark{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-primary-color-700)}.is-badge.is-large{font-size:var(--vbr-widget-badge-large-font-size);padding:.15em .35em}.is-badge.is-extra-large{font-size:var(--vbr-widget-badge-extra-large-font-size);padding:.2695em .5165em}", Ds = ".g-row{display:flex}.g-row-wrap{display:flex;flex-wrap:wrap}.g-col{flex:1 0 0%}.g-gap-normal{gap:16px}[class^=g-col-]{flex:0 0 auto}.g-col-6{width:50%}.g-col-5{width:41.66666667%}.g-col-3{width:25%}.g-col-auto{width:auto}.g-gap-normal{gap:20px}.g-grid{--columns: repeat(2, 1fr);--columns-tablet: repeat(4, 1fr);display:grid;grid-template-columns:var(--columns)}@media all and (min-width: 768px){.g-grid{grid-template-columns:var(--columns-tablet)}}", Ms = `.base-input{padding:.375rem .75rem;font-family:inherit;color:var(--vbr-widget-base-input-color);border:1px solid var(--vbr-widget-base-input-border-color);border-radius:var(--vbr-widget-base-input-border-radius);width:100%;-moz-padding-start:calc(.75rem - 3px);font-size:var(--vbr-widget-base-input-font-size);font-weight:400;line-height:1.5;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.base-input:disabled{opacity:.3}.base-input.is-select{padding-right:2.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px}label{display:block;margin-bottom:3px;color:var(--vbr-widget-form-label-color);font-size:var(--vbr-widget-form-label-font-size);font-weight:700;text-transform:uppercase}.tab-button{padding:var(--vbr-widget-tab-btn-padding);font-family:inherit;font-size:var(--vbr-widget-tab-btn-font-size);font-weight:var(--vbr-widget-tab-btn-font-weight);color:var(--vbr-widget-tab-btn-color);text-transform:var(--vbr-widget-tab-btn-text-transform);background-color:var(--vbr-widget-tab-btn-bg-color);border-color:var(--vbr-widget-tab-btn-border-color);border-width:var(--vbr-widget-tab-btn-border-width);border-style:var(--vbr-widget-tab-btn-border-style);outline:none;box-shadow:none;cursor:pointer}.tab-button:hover{color:var(--vbr-widget-tab-btn-hover-color);border-color:var(--vbr-widget-tab-btn-hover-border-color);background-color:var(--vbr-widget-tab-btn-hover-bg-color)}.tab-button.is-active{color:var(--vbr-widget-tab-btn-active-color);border-color:var(--vbr-widget-tab-btn-active-border-color);background-color:var(--vbr-widget-tab-btn-active-bg-color)}.toggle-group{display:flex;flex-wrap:wrap;gap:var(--vbr-widget-toggle-group-gap);margin-bottom:15px}.toggle-group button{padding:var(--vbr-widget-toggle-group-btn-padding);font-family:inherit;font-size:var(--vbr-widget-toggle-group-btn-size);background-color:var(--vbr-widget-toggle-group-btn-bg-color);border-radius:var(--vbr-widget-toggle-group-btn-radius)}.toggle-group button.is-active{color:var(--vbr-widget-toggle-group-btn-active-color);background-color:var(--vbr-widget-toggle-group-btn-active-bg-color)}`, Ls = '.table{border-collapse:collapse;border-spacing:0;color:var(--vbr-widget-table-color);background-color:var(--vbr-widget-table-default-bg-color)}.table table,.table caption,.table tbody,.table tfoot,.table thead,.table tr,.table th,.table td{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.table :is(th,td){padding:8px;white-space:nowrap;vertical-align:middle;text-align:center}.table :is(th,td).is-text-left{text-align:left}.table :is(th,td).is-text-right{text-align:right}.table th{width:var(--vbr-widget-table-default-column-width);background:var(--vbr-widget-table-header-bg-color);font-size:var(--vbr-widget-table-header-font-size);font-weight:700;color:var(--vbr-widget-table-header-color)}.table th:focus-visible,.table th:hover{background-color:var(--vbr-widget-table-header-hover-bg-color);outline:none}.table th.is-sortable{position:relative;cursor:pointer}.table th.is-sortable .icon-sort{opacity:.5}.table th.is-active{background-color:var(--vbr-widget-table-table-header-active-bg-color);color:var(--vbr-widget-table-header-active-color)}.table th.is-active .icon-sort{opacity:1}.table th.is-asc,.table th.is-desc{position:relative}.table th.is-w-auto{width:auto}.table th .is-icon-sort{width:11px;height:11px;margin-left:5px}.table td.is-active{font-weight:700;color:var(--vbr-widget-table-active-color);background:var(--vbr-widget-table-active-bg-color)}.table td.is-zero{color:var(--vbr-widget-table-zero-color)}.table td.is-possible-empty:empty:before{content:"0";color:var(--vbr-widget-table-zero-color)}.table td .is-text-light,.table td.is-text-light{color:var(--vbr-widget-table-cell-light-color)}.table td .is-text-dark,.table td.is-text-dark{color:var(--vbr-widget-table-cell-dark-color)}.table td .is-logo-image{display:inline-block;vertical-align:middle;width:var(--vbr-widget-table-cell-logo-size);height:var(--vbr-widget-table-cell-logo-size)}.table td .is-portrait-image{display:inline-block;vertical-align:middle;width:var(--vbr-widget-table-cell-portrait-size);height:var(--vbr-widget-table-cell-portrait-size);object-fit:cover;object-position:top;overflow:hidden;border-radius:100%;border:1px solid var(--vbr-widget-primary-color-100)}.table td .is-portrait-image img{width:var(--vbr-widget-table-cell-portrait-size);height:auto}.table td.is-text-bold{font-weight:700}.table td.is-text-italic{font-style:italic}.table td.is-text-xl{font-size:var(--vbr-widget-typography-font-size-700)}.table td .is-text-accent{color:var(--vbr-widget-secondary-color-500)}.table td.is-w-auto{width:auto}.table td.is-horizontal-content{display:inline-flex;align-items:center}.table td.is-text-positive,.table td .is-text-positive{color:var(--vbr-widget-live-game-color)}.table td.is-text-negative,.table td .is-text-negative{color:var(--vbr-widget-danger-color-a400)}.table td.is-has-image{padding:0 2px}.table td .is-duplicated{color:var(--vbr-widget-table-neutral-color)}.table td svg{width:16px;height:16px}.table td button{padding:3px;line-height:0;border:none;outline:none;background-color:transparent}.table td button:hover{background-color:var(--vbr-widget-popover-trigger-hover-bg-color)}.table td button:active,.table td button:focus{background-color:var(--vbr-widget-popover-trigger-focus-bg-color)}.table td a{text-decoration:none}.table td .label{padding:3px 6px;font-size:var(--vbr-widget-typography-font-size-100);font-weight:700;color:var(--vbr-widget-table-label-color);background-color:var(--vbr-widget-table-label-bg-color);border-radius:2px}.table td .label:not(:last-of-type){margin-right:3px}.table td a{color:var(--vbr-widget-link-color)}.table td a:hover{color:var(--vbr-widget-hover-color)}.table td .is-team-name-long{display:block}.table td .is-team-name-short{display:none}@container table-wrapper (max-width: 768px){.table td .is-team-name-long{display:none}.table td .is-team-name-short{display:block}}.table tr.is-highlighted{color:var(--vbr-widget-danger-color-a400)}.table tr.is-optional{opacity:.5}.table tr:nth-child(2n){background:var(--vbr-widget-table-stripped-bg-color)}.table tr:nth-child(2n) td.is-active{background-color:var(--vbr-widget-table-active-even-bg-color)}.table tbody tr:focus-within,.table tbody tr:hover{color:var(--vbr-widget-table-hover-color);background-color:var(--vbr-widget-table-hover-bg-color)}.table tbody tr:focus-within td.is-active,.table tbody tr:hover td.is-active{color:var(--vbr-widget-table-active-hover-color);background-color:var(--vbr-widget-table-active-hover-bg-color)}', Cs = '.progress{display:flex;height:var(--vbr-widget-progress-height);overflow:hidden;font-size:var(--vbr-widget-typography-font-size-50);background-color:var(--vbr-widget-progress-bg-color);border-radius:var(--vbr-widget-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;width:100%;color:var(--vbr-widget-primary-color-0);text-align:center;white-space:nowrap;background-color:var(--vbr-widget-progress-bar-color)}.progress-bar-stripped{--color: var(--vbr-widget-progress-bar-stripe-color);--angle: var(--vbr-widget-progress-bar-stripe-angle);background-image:linear-gradient(var(--angle),var(--color) 25%,transparent 25%,transparent 50%,var(--color) 50%,var(--color) 75%,transparent 75%,transparent);background-size:var(--vbr-widget-progress-height) var(--vbr-widget-progress-height)}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}@keyframes progress-bar-stripes{0%{background-position-x:var(--vbr-widget-progress-height)}}.statistics-double-bar{display:grid;grid-template-columns:.3fr 1fr 1fr .3fr;grid-template-areas:"value-start title title value-end" "bar-start bar-start bar-end bar-end";align-items:center}@media (width > 500px){.statistics-double-bar{grid-template-areas:"title title title title" "value-start bar-start bar-end value-end"}}.statistics-double-bar .is-value{font-weight:700;color:var(--vbr-widget-primary-color-900)}.statistics-double-bar .is-value-start{grid-area:value-start;padding-inline-end:.5rem;justify-self:end}.statistics-double-bar .is-value-end{grid-area:value-end;padding-inline-start:.5rem}.statistics-double-bar .is-bar{background-color:var(--vbr-widget-primary-color-50);height:8px;margin-block:5px}.statistics-double-bar .is-bar-start{grid-area:bar-start;display:flex;justify-content:flex-end}.statistics-double-bar .is-bar-start--progress{background-color:var(--vbr-widget-gamecenter-home-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-home-team-identifier-border-color);outline-offset:-1px;height:100%;transition:width .3s ease-out}.statistics-double-bar .is-bar-end{grid-area:bar-end}.statistics-double-bar .is-bar-end--progress{background-color:var(--vbr-widget-gamecenter-away-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-away-team-identifier-border-color);outline-offset:-1px;height:100%}.statistics-double-bar .is-title{grid-area:title;justify-self:center;font-size:var(--vbr-widget-typography-font-size-400);font-weight:700;line-height:1.5rem;color:var(--vbr-widget-primary-color-500)}', Gs = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", Bs = '.gamecenter-timeline{container-name:rows;container-type:inline-size}.gamecenter-timeline-game-data{margin-bottom:30px;text-align:center}.gamecenter-timeline-game-data .is-teams-and-results{display:grid;grid-template-columns:1fr;justify-items:center;align-items:start;row-gap:1rem;background-color:var(--vbr-widget-primary-color-0)}@media all and (min-width: 576px){.gamecenter-timeline-game-data .is-teams-and-results{grid-template-columns:repeat(3,1fr)}}.gamecenter-timeline-game-data .is-title-container{margin-bottom:30px}.gamecenter-timeline-game-data .is-title-container .is-title{color:var(--vbr-widget-gamecenter-title-color);font-size:var(--vbr-widget-gamecenter-title-size);font-weight:var(--vbr-widget-gamecenter-title-weight);text-transform:uppercase}.gamecenter-timeline-game-data .is-title-container .is-gamedate{color:var(--vbr-widget-gamecenter-gamedate-color);font-size:var(--vbr-widget-gamecenter-gamedate-size);text-transform:uppercase}.gamecenter-timeline-game-data .is-title-container .is-local-gamedate{color:var(--vbr-widget-gamecenter-local-gamedate-color);font-size:var(--vbr-widget-gamecenter-local-gamedate-size);text-transform:uppercase}.gamecenter-timeline-game-data .is-game-result{color:var(--vbr-widget-gamecenter-result-color);font-weight:var(--vbr-widget-gamecenter-result-weight);font-size:var(--vbr-widget-gamecenter-result-size);line-height:var(--vbr-widget-gamecenter-result-size)}.gamecenter-timeline-game-data .is-team-name{display:block;padding:8px 0;color:var(--vbr-widget-gamecenter-teamname-color);font-weight:var(--vbr-widget-gamecenter-teamname-weight);font-size:var(--vbr-widget-gamecenter-teamname-size)}.gamecenter-timeline-game-data .is-game-status{color:var(--vbr-widget-gamecenter-gamestatus-color);font-size:var(--vbr-widget-gamecenter-gamestatus-size);text-transform:uppercase}.gamecenter-timeline-game-data .is-period-results{color:var(--vbr-widget-gamecenter-periodresults-color);font-size:var(--vbr-widget-gamecenter-periodresults-size);font-weight:500}.gamecenter-timeline-game-data .is-team-logo{margin:auto;display:block;width:128px;height:128px}.gamecenter-timeline-game-data .is-game-status-live{color:var(--vbr-widget-live-game-color)}.gamecenter-timeline-game-data .is-external-contents{padding:5px;display:flex;align-items:center;justify-content:center}.gamecenter-timeline-game-data .is-external-contents a{display:flex;align-items:center;font-size:var(--vbr-widget-gamecenter-local-gamedate-size)}.gamecenter-timeline-game-data .is-external-contents a:after{content:"/";margin:0 5px}.gamecenter-timeline-game-data .is-external-contents a:last-of-type:after{content:""}.gamecenter-timeline-game-data .is-external-contents .is-icon{margin-right:5px;display:inline-block;width:15px;height:15px}.gamecenter-timeline-game-data .is-attendance{font-size:var(--vbr-widget-typography-font-size-400);line-height:var(--vbr-widget-typography-font-lineheight-600);color:var(--vbr-widget-primary-color-500)}.gamecenter-timeline-game-data .is-goal-scorers{font-size:var(--vbr-widget-typography-font-size-200);font-weight:700;line-height:var(--vbr-widget-typography-font-lineheight-200);color:var(--vbr-widget-primary-color-500)}.gamecenter-timeline-game-data .is-goal-scorers span{font-weight:400}.gamecenter-timeline-score-board{grid-template-columns:50px auto auto auto 50px;grid-template-rows:50px;align-items:center;justify-items:center;gap:1rem;padding:.5rem;width:100%;color:#fff;background-color:var(--vbr-widget-primary-color-700);position:sticky;top:0;display:none;z-index:100}.gamecenter-timeline-score-board.is-visible{display:grid}.gamecenter-timeline-score-board .is-score{font-size:var(--vbr-widget-typography-font-size-950);font-weight:700}.gamecenter-timeline-score-board .is-team{display:none;font-size:var(--vbr-widget-typography-font-size-500);font-weight:700;color:var(--vbr-widget-primary-color-100)}.gamecenter-timeline-score-board .is-home-team{justify-self:end;text-align:right}.gamecenter-timeline-score-board .is-away-team{justify-self:start}.gamecenter-timeline-score-board .is-game-status{font-size:var(--vbr-widget-typography-font-size-200);font-weight:500;text-transform:uppercase;color:var(--vbr-widget-live-game-color)}.gamecenter-timeline-score-board img{display:block;width:100%;height:100%}@media all and (min-width: 576px){.gamecenter-timeline-score-board{grid-template-columns:1fr 50px auto auto auto 50px 1fr}.gamecenter-timeline-score-board .is-team{display:block}}.gamecenter-timeline .is-heading-1{margin-block-start:3rem;margin-block-end:1rem;font-size:var(--vbr-widget-typography-font-size-700);font-weight:700;color:var(--vbr-widget-primary-color-800);text-align:center;text-transform:uppercase}.gamecenter-timeline .is-heading-2{margin-block-start:3rem;margin-block-end:1rem;font-size:var(--vbr-widget-typography-font-size-500);font-weight:700;color:var(--vbr-widget-primary-color-800);text-align:center;text-transform:uppercase}.gamecenter-timeline-tab-buttons{display:flex;flex-wrap:wrap;justify-content:center;border-bottom:1px solid var(--vbr-widget-primary-color-100);margin-block-end:2rem}.gamecenter-timeline .period-results{width:100%}.gamecenter-timeline .period-results tr:first-of-type{border-bottom:1px solid var(--vbr-widget-primary-color-100)}.gamecenter-timeline .period-results td{font-size:var(--vbr-widget-typography-font-size-500);font-weight:500;color:var(--vbr-widget-primary-color-700)}.gamecenter-timeline .period-results td:nth-child(2){font-size:var(--vbr-widget-typography-font-size-400);text-align:left}.gamecenter-timeline .period-results span{display:inline-block;width:9px;height:9px;border:1px solid #fff;border-radius:50%}.gamecenter-timeline .period-results span.is-home-team{background-color:var(--vbr-widget-gamecenter-home-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-home-team-identifier-border-color);outline-offset:-2px}.gamecenter-timeline .period-results span.is-away-team{background-color:var(--vbr-widget-gamecenter-away-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-away-team-identifier-border-color);outline-offset:-2px}.gamecenter-timeline-game-events .is-no-action{padding-block:.5rem;text-align:center;color:var(--vbr-widget-primary-color-300)}.gamecenter-timeline-game-events .is-period-header{padding-block:1rem;display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:auto 1fr 1px 1fr}.gamecenter-timeline-game-events .is-period-header p{grid-column:2;grid-row:1;justify-self:center;margin-bottom:.25rem;padding-inline:.5rem;width:max-content;color:#fff;font-size:var(--vbr-widget-typography-font-size-500);font-weight:500;line-height:var(--vbr-widget-typography-font-lineheight-500);background-color:var(--vbr-widget-primary-color-900);border-radius:6px}.gamecenter-timeline-game-events .is-period-header span{grid-column:2;grid-row:2/-1;padding-inline:.5rem;padding-block:.25rem;font-size:small;font-weight:500;color:var(--vbr-widget-primary-color-500);background-color:var(--vbr-widget-primary-color-100);border-radius:.5rem}.gamecenter-timeline-game-events .is-period-header span svg{display:inline-block;width:14px;height:14px;vertical-align:sub}.gamecenter-timeline-game-events .is-period-header div{grid-column:1/-1;grid-row:3;background-color:var(--vbr-widget-primary-color-100)}.gamecenter-timeline-game-event{--columns: .15fr 2px .15fr 1fr;--areas: ". . . ." "time time time details" ". . . .";display:grid;grid-template-columns:var(--columns);grid-template-rows:.5rem 1fr .5rem;grid-template-areas:var(--areas);gap:.25rem}.gamecenter-timeline-game-event .is-timeline{grid-column:2/3;grid-row:1/-1;background-color:var(--vbr-widget-primary-color-200)}.gamecenter-timeline-game-event .is-details-container{grid-area:details;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"type-icon detail-title" "type-icon detail-list";column-gap:1rem;padding:1rem;border-inline-end:5px solid var(--vbr-widget-gamecenter-home-team-identifier-color);background-color:var(--vbr-widget-gamecenter-card-bg-color);border-radius:.5rem;align-items:start;outline:1px solid var(--vbr-widget-gamecenter-card-border-color)}.gamecenter-timeline-game-event .is-details-container:not(:has(.is-details-list)){grid-template-areas:"type-icon detail-title";align-items:center}.gamecenter-timeline-game-event .is-details-container .is-details-title{grid-area:detail-title;font-weight:700;text-transform:uppercase;color:var(--vbr-widget-gamecenter-card-title-color)}.gamecenter-timeline-game-event .is-details-container .is-details-list{grid-area:detail-list;margin:0;padding:0;list-style:none}.gamecenter-timeline-game-event .is-details-container .is-details-list .is-details-sub-title{font-size:var(--vbr-widget-typography-font-size-400);color:var(--vbr-widget-gamecenter-card-secondary-color)}.gamecenter-timeline-game-event .is-details-container .is-details-list .is-evented-person{font-weight:var(--vbr-widget-gamecenter-events-evented-person-weight);color:var(--vbr-widget-gamecenter-card-secondary-color)}.gamecenter-timeline-game-event .is-details-container .is-details-list .is-player-number{font-weight:400;font-style:italic}.gamecenter-timeline-game-event .is-details-container .is-team-logo{grid-area:team-logo;display:none;justify-self:center;align-self:center}.gamecenter-timeline-game-event .is-details-container .is-team-logo img{width:40px;height:40px}.gamecenter-timeline-game-event .is-details-container .is-event-type-icon{grid-area:type-icon;padding:.5rem;border-radius:100%}.gamecenter-timeline-game-event .is-details-container .is-event-type-icon svg{display:block;width:14px;height:14px}@container rows (width > 410px){.gamecenter-timeline-game-event .is-details-container .is-event-type-icon svg{width:24px;height:24px}}.gamecenter-timeline-game-event .is-details-container.is-penalty .is-event-type-icon{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-danger-color-a400)}.gamecenter-timeline-game-event .is-details-container.is-timeout .is-event-type-icon{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-gamecenter-events-timeout-bg-color)}.gamecenter-timeline-game-event .is-details-container.is-goalies .is-event-type-icon{color:var(--vbr-widget-primary-color-900);background-color:var(--vbr-widget-neutral-color)}.gamecenter-timeline-game-event .is-details-container.is-penalty-shot-goal .is-event-type-icon{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-live-game-color)}.gamecenter-timeline-game-event .is-details-container.is-penalty-shot-no-goal .is-event-type-icon{color:var(--vbr-widget-primary-color-400);background-color:var(--vbr-widget-primary-color-100)}.gamecenter-timeline-game-event .is-details-container.is-goal{background-color:var(--vbr-widget-gamecenter-card-event-goal-bg-color);outline-color:var(--vbr-widget-gamecenter-card-event-goal-border-color)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-event-type-icon{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-live-game-color)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-details-title{color:var(--vbr-widget-primary-color-0)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-evented-person{color:var(--vbr-widget-primary-color-100)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-assists-list{font-size:var(--vbr-widget-typography-font-size-400)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-assists-list span:not(:last-of-type):after{content:"/";margin-inline:.25rem}.gamecenter-timeline-game-event .is-details-container.is-goal .is-poi-data{display:flex;flex-wrap:wrap;gap:.25rem;font-size:var(--vbr-widget-typography-font-size-200);color:var(--vbr-widget-gamecenter-card-tertiary-color)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-poi-data ul{display:flex;gap:.125rem}.gamecenter-timeline-game-event .is-details-container.is-goal .is-poi-data ul li:not(:last-of-type):after{content:","}.gamecenter-timeline-game-event .is-details-container.is-goal .is-badge.is-invert{color:var(--vbr-widget-danger-color-50);background-color:var(--vbr-widget-danger-color-500)}@container rows (width > 410px){.gamecenter-timeline-game-event .is-details-container{grid-template-columns:auto 1fr auto;grid-template-areas:"type-icon detail-title team-logo" "type-icon detail-list team-logo"}.gamecenter-timeline-game-event .is-details-container:not(:has(.is-details-list)){grid-template-areas:"type-icon detail-title team-logo";align-items:center}.gamecenter-timeline-game-event .is-details-container .is-team-logo{display:block}}.gamecenter-timeline-game-event .is-timestamp{grid-area:time;justify-self:center;align-self:center}.gamecenter-timeline-game-event .is-timestamp p{margin:0;padding-inline:.5rem;width:max-content;color:#fff;font-size:var(--vbr-widget-typography-font-size-500);font-weight:500;line-height:var(--vbr-widget-typography-font-lineheight-500);background-color:var(--vbr-widget-primary-color-900);border-radius:6px}.gamecenter-timeline-game-event[data-team=away] .is-details-container{border-color:var(--vbr-widget-gamecenter-away-team-identifier-color)}@container rows (width > 500px){.gamecenter-timeline-game-event{--columns: 1fr .15fr 2px .15fr 1fr;--areas: ". . . . ." "details time time time ." ". . . . ."}.gamecenter-timeline-game-event .is-timeline{grid-column:3/4;grid-row:1/-1}.gamecenter-timeline-game-event[data-team=away]{--areas: ". . . . ." ". time time time details" ". . . . ."}.gamecenter-timeline-game-event[data-team=home] .is-details-container{grid-template-columns:auto 1fr;grid-template-areas:"team-logo detail-title type-icon" "team-logo detail-list type-icon";border-inline-end:none;border-inline-start:5px solid var(--vbr-widget-gamecenter-home-team-identifier-color)}.gamecenter-timeline-game-event[data-team=home] .is-details-container:not(:has(.is-details-list)){grid-template-areas:"team-logo detail-title type-icon"}.gamecenter-timeline-game-event[data-team=home] .is-details-container .is-details-list,.gamecenter-timeline-game-event[data-team=home] .is-details-container .is-details-title{text-align:right}.gamecenter-timeline-game-event[data-team=home] .is-details-container .is-poi-data{justify-content:flex-end}}.gamecenter-timeline-lineups{margin-block-start:1rem;padding-block-end:2rem}.gamecenter-timeline-lineups hr{margin-block:1.5rem;border-top:1px solid var(--vbr-widget-primary-color-100)}.gamecenter-timeline-lineups .is-container{display:grid;gap:2rem}@container rows (width >= 768px){.gamecenter-timeline-lineups .is-container{grid-template-columns:1fr 1fr}}.gamecenter-timeline-lineups-lines{display:grid;grid-template-columns:1fr;grid-template-areas:"ld" "rd" "lw" "c" "rw";gap:.5rem}.gamecenter-timeline-lineups-lines.is-away-team{grid-template-areas:"ld" "rd" "lw" "c" "rw"}.gamecenter-timeline-lineups-lines .is-ld{grid-area:ld}.gamecenter-timeline-lineups-lines .is-rd{grid-area:rd}.gamecenter-timeline-lineups-lines .is-lw{grid-area:lw}.gamecenter-timeline-lineups-lines .is-c{grid-area:c}.gamecenter-timeline-lineups-lines .is-rw{grid-area:rw}.gamecenter-timeline-lineups-lines .is-gk{width:100%}.gamecenter-timeline-lineups-lines.is-away-team .is-player-wrapper{border-inline-start:none;border-inline-end:3px solid var(--vbr-widget-gamecenter-away-team-identifier-color)}@container rows (width >= 768px){.gamecenter-timeline-lineups-lines{grid-template-columns:1fr 1fr;grid-template-areas:". lw" "ld lw" "ld c" "rd c" "rd rw" ". rw";grid-template-rows:1fr 1fr 1fr 1fr 1fr 1fr}.gamecenter-timeline-lineups-lines.is-away-team{grid-template-areas:"lw ." "lw ld" "c ld" "c rd" "rw rd" "rw ."}.gamecenter-timeline-lineups-lines:has(.is-gk){display:flex;justify-content:center;grid-template-columns:none;grid-template-areas:none}.gamecenter-timeline-lineups-lines .is-gk{width:50%}}.gamecenter-timeline-lineups-lines-simple{display:grid;grid-template-columns:1fr;gap:.5rem}@container rows (width >= 768px){.gamecenter-timeline-lineups-lines-simple{grid-template-columns:1fr 1fr}}.gamecenter-timeline-lineups-lines-referees{display:grid;grid-template-columns:1fr;gap:.5rem}@container rows (width >= 768px){.gamecenter-timeline-lineups-lines-referees{grid-template-columns:1fr 1fr 1fr 1fr}}.gamecenter-timeline-lineups .is-official-person-container{display:grid;grid-template-columns:40px 1fr;grid-template-areas:"img name" "img role";align-content:start;column-gap:.5rem;padding:.75rem;outline:1px solid var(--vbr-widget-gamecenter-card-border-color);background-color:var(--vbr-widget-gamecenter-card-bg-color);border-radius:.5rem}.gamecenter-timeline-lineups .is-official-person-container.is-home-team{border-inline-start:3px solid var(--vbr-widget-gamecenter-home-team-identifier-color)}.gamecenter-timeline-lineups .is-official-person-container.is-away-team{border-inline-end:3px solid var(--vbr-widget-gamecenter-away-team-identifier-color)}.gamecenter-timeline-lineups .is-official-person-container li:nth-child(1){grid-area:img}.gamecenter-timeline-lineups .is-official-person-container li:nth-child(2){grid-area:name;font-weight:600;color:var(--vbr-widget-primary-color-700)}.gamecenter-timeline-lineups .is-official-person-container li:nth-child(3){grid-area:role;align-self:center;font-size:var(--vbr-widget-typography-font-size-200);line-height:1;color:var(--vbr-widget-gamecenter-card-tertiary-color);text-transform:uppercase}.gamecenter-timeline-lineups .is-official-person-container img{display:block;width:40px;height:40px;border-radius:50%}.gamecenter-timeline-lineups .is-player-wrapper{display:grid;grid-template-columns:40px auto 1fr;grid-template-areas:"img number name" "img position name";column-gap:.5rem;padding:.75rem;background-color:var(--vbr-widget-gamecenter-card-bg-color);border-inline-start:3px solid var(--vbr-widget-gamecenter-home-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-card-border-color);border-radius:.5rem;overflow:hidden}.gamecenter-timeline-lineups .is-player-wrapper li{line-height:var(--vbr-widget-typography-font-lineheight-200)}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(1){grid-area:img}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(2){grid-area:number;font-style:italic;color:var(--vbr-widget-primary-color-500)}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(3){grid-area:name;font-weight:600;color:var(--vbr-widget-primary-color-700);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(3) ul{display:inline-flex;gap:.125rem;vertical-align:middle}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(3) svg{display:inline-block;padding:.2rem;width:12px;height:12px;color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-live-game-color);border-radius:100%}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(4){grid-area:position;align-self:center;font-size:var(--vbr-widget-typography-font-size-200);line-height:1;color:var(--vbr-widget-gamecenter-card-tertiary-color);text-transform:uppercase}.gamecenter-timeline-lineups .is-player-wrapper img{display:block;width:40px;height:40px;border-radius:50%}.gamecenter-timeline-team-stats .is-stat-container{display:grid;gap:1rem;margin-inline:auto;width:min(100%,700px)}.gamecenter-timeline-game-officials .is-game-officials-container{display:flex;flex-direction:column;gap:1rem}.gamecenter-timeline-game-officials .is-game-officials-container>div{flex:1}@container rows (width >= 768px){.gamecenter-timeline-game-officials .is-game-officials-container{flex-direction:row}}.gamecenter-timeline-data-table{margin-block-end:1rem;min-width:0}.gamecenter-timeline-data-table h2{padding:8px;font-size:var(--vbr-widget-gamecenter-team-container-title-size);font-weight:700;color:var(--vbr-widget-gamecenter-team-container-title-color)}.gamecenter-timeline-data-table h2:before{display:inline-block;content:"";width:0;aspect-ratio:1;background-color:transparent;border-radius:100%;margin-inline-end:.25rem;margin-block-end:1px}.gamecenter-timeline-data-table.is-home-team h2:before{width:8px;background-color:var(--vbr-widget-gamecenter-home-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-home-team-identifier-border-color);outline-offset:-1px}.gamecenter-timeline-data-table.is-away-team h2:before{width:8px;background-color:var(--vbr-widget-gamecenter-away-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-away-team-identifier-border-color);outline-offset:-1px}', ya = (e, t) => {
|
|
3021
3021
|
const a = e.__vccOpts || e;
|
|
3022
|
-
for (const [r,
|
|
3023
|
-
a[r] =
|
|
3022
|
+
for (const [r, n] of t)
|
|
3023
|
+
a[r] = n;
|
|
3024
3024
|
return a;
|
|
3025
3025
|
}, Hs = 3e4, Fs = {
|
|
3026
3026
|
__name: "GameTimeline.ce",
|
|
@@ -3039,11 +3039,11 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3039
3039
|
}
|
|
3040
3040
|
},
|
|
3041
3041
|
setup(e) {
|
|
3042
|
-
const t = e, a = { en: { ...na, ...
|
|
3042
|
+
const t = e, a = { en: { ...na, ...gi }, hu: { ...oa, ...Di } }, r = C(null), n = C(!1), o = it("history"), s = C(o.tab || Ne);
|
|
3043
3043
|
Va(
|
|
3044
3044
|
r,
|
|
3045
3045
|
([{ isIntersecting: $ }]) => {
|
|
3046
|
-
|
|
3046
|
+
n.value = !$;
|
|
3047
3047
|
},
|
|
3048
3048
|
{
|
|
3049
3049
|
threshold: 0.25
|
|
@@ -3083,77 +3083,77 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3083
3083
|
onError: ($) => c("gameOfficials", $),
|
|
3084
3084
|
onSuccess: () => u("gameOfficials")
|
|
3085
3085
|
});
|
|
3086
|
-
|
|
3086
|
+
ma({
|
|
3087
3087
|
data: v,
|
|
3088
3088
|
services: { getGameData: y, getGameStats: j, getEvents: P, getGameOfficials: ie },
|
|
3089
3089
|
interval: Hs
|
|
3090
3090
|
});
|
|
3091
|
-
const
|
|
3092
|
-
return ($, L) => (
|
|
3091
|
+
const A = Qi(v);
|
|
3092
|
+
return ($, L) => (g(), b("div", {
|
|
3093
3093
|
class: "gamecenter-timeline",
|
|
3094
|
-
style: ze(
|
|
3094
|
+
style: ze(i(A))
|
|
3095
3095
|
}, [
|
|
3096
|
-
f(
|
|
3096
|
+
f(i(Gt), {
|
|
3097
3097
|
locale: t.locale,
|
|
3098
3098
|
messages: a
|
|
3099
3099
|
}, {
|
|
3100
3100
|
default: S(() => {
|
|
3101
3101
|
var V, pt;
|
|
3102
3102
|
return [
|
|
3103
|
-
(
|
|
3103
|
+
(g(!0), b(k, null, N(i(d), (we) => (g(), T(i(Bt), {
|
|
3104
3104
|
key: we.key,
|
|
3105
3105
|
error: we
|
|
3106
3106
|
}, null, 8, ["error"]))), 128)),
|
|
3107
|
-
((V =
|
|
3107
|
+
((V = i(v)) == null ? void 0 : V.gameStatus) === 1 ? (g(), T(Wi, {
|
|
3108
3108
|
key: 0,
|
|
3109
|
-
class: H({ "is-visible":
|
|
3110
|
-
"game-data":
|
|
3109
|
+
class: H({ "is-visible": n.value }),
|
|
3110
|
+
"game-data": i(v)
|
|
3111
3111
|
}, null, 8, ["class", "game-data"])) : h("", !0),
|
|
3112
|
-
|
|
3112
|
+
i(I)(i(v)) ? h("", !0) : (g(), T(Un, {
|
|
3113
3113
|
key: 1,
|
|
3114
3114
|
ref_key: "contentElementRef",
|
|
3115
3115
|
ref: r,
|
|
3116
|
-
"game-events":
|
|
3117
|
-
"game-data":
|
|
3116
|
+
"game-events": i(z),
|
|
3117
|
+
"game-data": i(v),
|
|
3118
3118
|
locale: e.locale
|
|
3119
3119
|
}, null, 8, ["game-events", "game-data", "locale"])),
|
|
3120
|
-
((pt =
|
|
3120
|
+
((pt = i(v)) == null ? void 0 : pt.gameStatus) > 0 ? (g(), b(k, { key: 2 }, [
|
|
3121
3121
|
f(vs, {
|
|
3122
3122
|
"active-tab": s.value,
|
|
3123
3123
|
"onUpdate:activeTab": L[0] || (L[0] = (we) => s.value = we)
|
|
3124
3124
|
}, null, 8, ["active-tab"]),
|
|
3125
|
-
s.value ===
|
|
3125
|
+
s.value === i(Ne) && !i(I)(i(z)) && !i(I)(i(v)) ? (g(), T(Ro, {
|
|
3126
3126
|
key: 0,
|
|
3127
|
-
"game-events":
|
|
3128
|
-
"game-data":
|
|
3127
|
+
"game-events": i(z),
|
|
3128
|
+
"game-data": i(v)
|
|
3129
3129
|
}, null, 8, ["game-events", "game-data"])) : h("", !0),
|
|
3130
|
-
s.value ===
|
|
3130
|
+
s.value === i(We) ? (g(), T(Jo, {
|
|
3131
3131
|
key: 1,
|
|
3132
|
-
data:
|
|
3133
|
-
"game-officials":
|
|
3134
|
-
"home-team-id":
|
|
3135
|
-
"home-team-name":
|
|
3136
|
-
"away-team-id":
|
|
3137
|
-
"away-team-name":
|
|
3132
|
+
data: i(E).players,
|
|
3133
|
+
"game-officials": i(G),
|
|
3134
|
+
"home-team-id": i(v).homeTeam.id,
|
|
3135
|
+
"home-team-name": i(v).homeTeam.longName,
|
|
3136
|
+
"away-team-id": i(v).awayTeam.id,
|
|
3137
|
+
"away-team-name": i(v).awayTeam.longName
|
|
3138
3138
|
}, null, 8, ["data", "game-officials", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])) : h("", !0),
|
|
3139
|
-
s.value ===
|
|
3139
|
+
s.value === i(Qe) ? (g(), T(_s, {
|
|
3140
3140
|
key: 2,
|
|
3141
|
-
"game-data":
|
|
3142
|
-
"game-stats":
|
|
3141
|
+
"game-data": i(v),
|
|
3142
|
+
"game-stats": i(E)
|
|
3143
3143
|
}, null, 8, ["game-data", "game-stats"])) : h("", !0),
|
|
3144
|
-
s.value ===
|
|
3144
|
+
s.value === i(Je) && !i(I)(i(E)) ? (g(), T(ms, {
|
|
3145
3145
|
key: 3,
|
|
3146
|
-
data:
|
|
3147
|
-
"home-team-id":
|
|
3148
|
-
"home-team-name":
|
|
3149
|
-
"away-team-id":
|
|
3150
|
-
"away-team-name":
|
|
3146
|
+
data: i(E),
|
|
3147
|
+
"home-team-id": i(v).homeTeam.id,
|
|
3148
|
+
"home-team-name": i(v).homeTeam.longName,
|
|
3149
|
+
"away-team-id": i(v).awayTeam.id,
|
|
3150
|
+
"away-team-name": i(v).awayTeam.longName
|
|
3151
3151
|
}, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])) : h("", !0),
|
|
3152
|
-
s.value ===
|
|
3152
|
+
s.value === i(Ze) && !i(I)(i(G)) && !i(I)(i(v)) ? (g(), T(ss, {
|
|
3153
3153
|
key: 4,
|
|
3154
|
-
"game-officials":
|
|
3155
|
-
"home-team-name":
|
|
3156
|
-
"away-team-name":
|
|
3154
|
+
"game-officials": i(G),
|
|
3155
|
+
"home-team-name": i(v).homeTeam.longName,
|
|
3156
|
+
"away-team-name": i(v).awayTeam.longName
|
|
3157
3157
|
}, null, 8, ["game-officials", "home-team-name", "away-team-name"])) : h("", !0)
|
|
3158
3158
|
], 64)) : h("", !0)
|
|
3159
3159
|
];
|
|
@@ -3171,7 +3171,7 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3171
3171
|
}, el = { key: 0 }, tl = { class: "is-badge is-invert is-large" }, al = { key: 1 }, rl = { class: "is-badge is-invert is-large" }, il = {
|
|
3172
3172
|
key: 3,
|
|
3173
3173
|
class: "is-game-status"
|
|
3174
|
-
}, nl = { key: 0 }, ol = { key: 1 }, sl = { key: 2 }, ll = { key: 3 }, cl = { class: "is-period-results" }, dl = { class: "is-team-name" },
|
|
3174
|
+
}, nl = { key: 0 }, ol = { key: 1 }, sl = { key: 2 }, ll = { key: 3 }, cl = { class: "is-period-results" }, dl = { class: "is-team-name" }, gl = {
|
|
3175
3175
|
__name: "GameData",
|
|
3176
3176
|
props: {
|
|
3177
3177
|
gameData: {
|
|
@@ -3185,90 +3185,90 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3185
3185
|
},
|
|
3186
3186
|
setup(e) {
|
|
3187
3187
|
const { t } = D();
|
|
3188
|
-
return (a, r) => (
|
|
3188
|
+
return (a, r) => (g(), b("div", Ks, [
|
|
3189
3189
|
l("div", Us, [
|
|
3190
3190
|
r[0] || (B(-1, !0), (r[0] = l("div", { class: "is-title" }, [
|
|
3191
|
-
x(
|
|
3191
|
+
x(m(e.gameData.championshipName) + " - " + m(e.gameData.divisionName) + " - " + m(e.gameData.gameName) + " / " + m(e.gameData.location.locationName), 1)
|
|
3192
3192
|
])).cacheIndex = 0, B(1), r[0]),
|
|
3193
3193
|
r[1] || (B(-1, !0), (r[1] = l("div", { class: "is-gamedate" }, [
|
|
3194
|
-
x(
|
|
3194
|
+
x(m(i($e)(e.gameData.gameDate, "L dddd - HH:mm", null, e.locale)) + " (" + m(i(Pe)(new Date(e.gameData.gameDate), null, e.locale)) + ") ", 1)
|
|
3195
3195
|
])).cacheIndex = 1, B(1), r[1]),
|
|
3196
3196
|
r[2] || (B(-1, !0), (r[2] = l("div", { class: "is-local-gamedate" }, [
|
|
3197
|
-
x(
|
|
3197
|
+
x(m(i(t)("localTime")) + " (" + m(e.gameData.location.locationCountryISO || e.gameData.location.locationName) + "): " + m(i($e)(e.gameData.gameDate, "L dddd - HH:mm", e.gameData.location.timezone, e.locale)) + " (" + m(i(Pe)(new Date(e.gameData.gameDate), e.gameData.location.timezone, e.locale)) + ") ", 1)
|
|
3198
3198
|
])).cacheIndex = 2, B(1), r[2]),
|
|
3199
3199
|
l("div", Vs, [
|
|
3200
|
-
e.gameData.electronicReportUrl ? (
|
|
3200
|
+
e.gameData.electronicReportUrl ? (g(), b("a", {
|
|
3201
3201
|
key: 0,
|
|
3202
3202
|
href: e.gameData.electronicReportUrl,
|
|
3203
3203
|
target: "_blank"
|
|
3204
3204
|
}, [
|
|
3205
|
-
f(
|
|
3206
|
-
x(" " +
|
|
3205
|
+
f(i(Oe), { class: "is-icon" }),
|
|
3206
|
+
x(" " + m(i(t)("sheet")), 1)
|
|
3207
3207
|
], 8, qs)) : h("", !0),
|
|
3208
|
-
e.gameData.toiReportUrl ? (
|
|
3208
|
+
e.gameData.toiReportUrl ? (g(), b("a", {
|
|
3209
3209
|
key: 1,
|
|
3210
3210
|
href: e.gameData.toiReportUrl,
|
|
3211
3211
|
target: "_blank"
|
|
3212
3212
|
}, [
|
|
3213
|
-
f(
|
|
3214
|
-
x(" " +
|
|
3213
|
+
f(i(Oe), { class: "is-icon" }),
|
|
3214
|
+
x(" " + m(i(t)("toiSheet")), 1)
|
|
3215
3215
|
], 8, Ys)) : h("", !0),
|
|
3216
|
-
e.gameData.video ? (
|
|
3216
|
+
e.gameData.video ? (g(), b("a", {
|
|
3217
3217
|
key: 2,
|
|
3218
3218
|
href: e.gameData.video,
|
|
3219
3219
|
target: "_blank"
|
|
3220
3220
|
}, [
|
|
3221
|
-
f(
|
|
3222
|
-
x(" " +
|
|
3221
|
+
f(i(va), { class: "is-icon" }),
|
|
3222
|
+
x(" " + m(i(t)("video")), 1)
|
|
3223
3223
|
], 8, Ws)) : h("", !0)
|
|
3224
3224
|
])
|
|
3225
3225
|
]),
|
|
3226
3226
|
l("div", Qs, [
|
|
3227
3227
|
r[3] || (B(-1, !0), (r[3] = l("div", null, [
|
|
3228
|
-
f(
|
|
3228
|
+
f(i(U), {
|
|
3229
3229
|
src: e.gameData.homeTeam.logo,
|
|
3230
3230
|
class: "is-team-logo",
|
|
3231
|
-
"default-src":
|
|
3231
|
+
"default-src": i(Be)
|
|
3232
3232
|
}, null, 8, ["src", "default-src"]),
|
|
3233
|
-
l("h1", Js,
|
|
3233
|
+
l("h1", Js, m(e.gameData.homeTeam.longName), 1)
|
|
3234
3234
|
])).cacheIndex = 3, B(1), r[3]),
|
|
3235
3235
|
l("div", null, [
|
|
3236
|
-
e.gameData.gameStatus > 1 ? (
|
|
3237
|
-
e.gameData.gameStatus === 1 ? (
|
|
3238
|
-
e.gameData.gameStatus > 1 ? (
|
|
3239
|
-
e.gameData.isOvertime ? (
|
|
3240
|
-
l("span", tl,
|
|
3236
|
+
e.gameData.gameStatus > 1 ? (g(), b("p", Zs, m(i(t)(`gameStatus.status-${e.gameData.gameStatus}`)), 1)) : h("", !0),
|
|
3237
|
+
e.gameData.gameStatus === 1 ? (g(), b("p", Xs, m(i(t)(`periods.${i(Fe)(e.gameData.period)}`)), 1)) : h("", !0),
|
|
3238
|
+
e.gameData.gameStatus > 1 ? (g(), b(k, { key: 2 }, [
|
|
3239
|
+
e.gameData.isOvertime ? (g(), b("p", el, [
|
|
3240
|
+
l("span", tl, m(i(t)("afterOvertime")), 1)
|
|
3241
3241
|
])) : h("", !0),
|
|
3242
|
-
e.gameData.isShootout ? (
|
|
3243
|
-
l("span", rl,
|
|
3242
|
+
e.gameData.isShootout ? (g(), b("p", al, [
|
|
3243
|
+
l("span", rl, m(i(t)("afterShootout")), 1)
|
|
3244
3244
|
])) : h("", !0)
|
|
3245
3245
|
], 64)) : h("", !0),
|
|
3246
|
-
e.gameData.gameStatus === 1 ? (
|
|
3247
|
-
e.gameData.gameStatus === 1 ? (
|
|
3246
|
+
e.gameData.gameStatus === 1 ? (g(), b("p", il, m(e.gameData.actualTime), 1)) : h("", !0),
|
|
3247
|
+
e.gameData.gameStatus === 1 ? (g(), T(ba, {
|
|
3248
3248
|
key: 4,
|
|
3249
3249
|
"game-data": e.gameData
|
|
3250
3250
|
}, null, 8, ["game-data"])) : h("", !0),
|
|
3251
3251
|
l("div", {
|
|
3252
3252
|
class: H(["is-game-result", [{ "is-game-status-live": e.gameData.gameStatus === 1 }]])
|
|
3253
3253
|
}, [
|
|
3254
|
-
e.gameData.gameStatus === 0 ? (
|
|
3254
|
+
e.gameData.gameStatus === 0 ? (g(), b("span", nl, "-")) : (g(), b("span", ol, m(e.gameData.homeTeamScore), 1)),
|
|
3255
3255
|
r[5] || (r[5] = x(":")),
|
|
3256
|
-
e.gameData.gameStatus === 0 ? (
|
|
3256
|
+
e.gameData.gameStatus === 0 ? (g(), b("span", sl, "-")) : (g(), b("span", ll, m(e.gameData.awayTeamScore), 1))
|
|
3257
3257
|
], 2),
|
|
3258
|
-
l("p", cl,
|
|
3258
|
+
l("p", cl, m(e.gameData.periodResults), 1)
|
|
3259
3259
|
]),
|
|
3260
3260
|
r[4] || (B(-1, !0), (r[4] = l("div", null, [
|
|
3261
|
-
f(
|
|
3261
|
+
f(i(U), {
|
|
3262
3262
|
src: e.gameData.awayTeam.logo,
|
|
3263
|
-
"default-src":
|
|
3263
|
+
"default-src": i(He),
|
|
3264
3264
|
class: "is-team-logo"
|
|
3265
3265
|
}, null, 8, ["src", "default-src"]),
|
|
3266
|
-
l("h1", dl,
|
|
3266
|
+
l("h1", dl, m(e.gameData.awayTeam.longName), 1)
|
|
3267
3267
|
])).cacheIndex = 4, B(1), r[4])
|
|
3268
3268
|
])
|
|
3269
3269
|
]));
|
|
3270
3270
|
}
|
|
3271
|
-
},
|
|
3271
|
+
}, ml = ["aria-label"], ye = {
|
|
3272
3272
|
__name: "TeamLogo",
|
|
3273
3273
|
props: {
|
|
3274
3274
|
name: {
|
|
@@ -3285,8 +3285,8 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3285
3285
|
},
|
|
3286
3286
|
setup(e) {
|
|
3287
3287
|
const t = e, a = C(null), r = w(() => t.isHomeTeam ? Be : He);
|
|
3288
|
-
return (
|
|
3289
|
-
f(
|
|
3288
|
+
return (n, o) => (g(), b(k, null, [
|
|
3289
|
+
f(i(Q), {
|
|
3290
3290
|
offset: 2,
|
|
3291
3291
|
placement: "top",
|
|
3292
3292
|
theme: "tooltip",
|
|
@@ -3299,11 +3299,11 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3299
3299
|
tabindex: 0,
|
|
3300
3300
|
"aria-label": e.name
|
|
3301
3301
|
}, oe(d, !0)), [
|
|
3302
|
-
f(
|
|
3302
|
+
f(i(U), {
|
|
3303
3303
|
src: e.logo,
|
|
3304
3304
|
"default-src": r.value
|
|
3305
3305
|
}, null, 8, ["src", "default-src"])
|
|
3306
|
-
], 16,
|
|
3306
|
+
], 16, ml)
|
|
3307
3307
|
]),
|
|
3308
3308
|
_: 1
|
|
3309
3309
|
}, 8, ["content", "append-to"]),
|
|
@@ -3338,11 +3338,11 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3338
3338
|
}
|
|
3339
3339
|
},
|
|
3340
3340
|
setup(e) {
|
|
3341
|
-
const t = e, a = C(null), r = w(() => te((s) =>
|
|
3342
|
-
return (s, d) => (
|
|
3343
|
-
l("div", ul,
|
|
3341
|
+
const t = e, a = C(null), r = w(() => te((s) => I(s), [t.event.assists1, t.event.assists2])), n = w(() => t.event.homeOnIce), o = w(() => t.event.awayOnIce);
|
|
3342
|
+
return (s, d) => (g(), b(k, null, [
|
|
3343
|
+
l("div", ul, m(e.event.eventTime), 1),
|
|
3344
3344
|
l("div", vl, [
|
|
3345
|
-
(
|
|
3345
|
+
(g(), T(ye, {
|
|
3346
3346
|
key: e.event.team.id,
|
|
3347
3347
|
name: e.event.team.longName,
|
|
3348
3348
|
logo: e.event.team.logo,
|
|
@@ -3350,22 +3350,22 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3350
3350
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3351
3351
|
]),
|
|
3352
3352
|
l("div", bl, [
|
|
3353
|
-
f(
|
|
3353
|
+
f(i(pe), { class: "is-goal-icon" })
|
|
3354
3354
|
]),
|
|
3355
|
-
l("div", pl,
|
|
3355
|
+
l("div", pl, m(e.event.score), 1),
|
|
3356
3356
|
l("div", null, [
|
|
3357
|
-
e.event.advantage ? (
|
|
3358
|
-
e.event.en ? (
|
|
3357
|
+
e.event.advantage ? (g(), b("span", fl, m(e.event.advantage), 1)) : h("", !0),
|
|
3358
|
+
e.event.en ? (g(), b("span", hl, " EN ")) : h("", !0)
|
|
3359
3359
|
]),
|
|
3360
3360
|
l("div", null, [
|
|
3361
|
-
e.event.ps || e.event.gws || e.event.gwg ? (
|
|
3362
|
-
e.event.ps ? (
|
|
3361
|
+
e.event.ps || e.event.gws || e.event.gwg ? (g(), b("span", yl, [
|
|
3362
|
+
e.event.ps ? (g(), b(k, { key: 0 }, [
|
|
3363
3363
|
x("PS")
|
|
3364
3364
|
], 64)) : h("", !0),
|
|
3365
|
-
e.event.gws ? (
|
|
3365
|
+
e.event.gws ? (g(), b(k, { key: 1 }, [
|
|
3366
3366
|
x("GWS")
|
|
3367
3367
|
], 64)) : h("", !0),
|
|
3368
|
-
e.event.gwg ? (
|
|
3368
|
+
e.event.gwg ? (g(), b(k, { key: 2 }, [
|
|
3369
3369
|
x("GWG")
|
|
3370
3370
|
], 64)) : h("", !0)
|
|
3371
3371
|
])) : h("", !0)
|
|
@@ -3373,18 +3373,18 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3373
3373
|
l("div", null, [
|
|
3374
3374
|
l("dl", null, [
|
|
3375
3375
|
l("dt", wl, [
|
|
3376
|
-
l("span", xl,
|
|
3377
|
-
x(" " +
|
|
3376
|
+
l("span", xl, m(e.event.jerseyNumber), 1),
|
|
3377
|
+
x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
|
|
3378
3378
|
]),
|
|
3379
3379
|
l("dt", kl, [
|
|
3380
|
-
(
|
|
3381
|
-
l("i", null,
|
|
3382
|
-
x(" " +
|
|
3380
|
+
(g(!0), b(k, null, N(r.value, (c) => (g(), b("span", { key: c }, [
|
|
3381
|
+
l("i", null, m(c.jerseyNumber), 1),
|
|
3382
|
+
x(" " + m(c.lastName) + " " + m(c.firstName), 1)
|
|
3383
3383
|
]))), 128))
|
|
3384
3384
|
]),
|
|
3385
|
-
!
|
|
3385
|
+
!i(I)(n.value) || !i(I)(o.value) ? (g(), b("dd", Tl, [
|
|
3386
3386
|
l("ul", null, [
|
|
3387
|
-
(
|
|
3387
|
+
(g(!0), b(k, null, N(n.value, (c) => (g(), T(i(Q), {
|
|
3388
3388
|
key: c.playerId,
|
|
3389
3389
|
offset: 2,
|
|
3390
3390
|
placement: "top",
|
|
@@ -3398,14 +3398,14 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3398
3398
|
ref: u,
|
|
3399
3399
|
tabindex: 0,
|
|
3400
3400
|
"aria-label": `${c.jerseyNumber} ${c.lastName} ${c.firstName}`
|
|
3401
|
-
}, oe(p, !0)),
|
|
3401
|
+
}, oe(p, !0)), m(c.jerseyNumber), 17, Sl)
|
|
3402
3402
|
]),
|
|
3403
3403
|
_: 2
|
|
3404
3404
|
}, 1032, ["content", "append-to"]))), 128))
|
|
3405
3405
|
]),
|
|
3406
3406
|
d[0] || (d[0] = l("span", null, " / ", -1)),
|
|
3407
3407
|
l("ul", null, [
|
|
3408
|
-
(
|
|
3408
|
+
(g(!0), b(k, null, N(o.value, (c) => (g(), T(i(Q), {
|
|
3409
3409
|
key: c.playerId,
|
|
3410
3410
|
offset: 2,
|
|
3411
3411
|
placement: "top",
|
|
@@ -3419,7 +3419,7 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3419
3419
|
ref: u,
|
|
3420
3420
|
tabindex: 0,
|
|
3421
3421
|
"aria-label": `${c.jerseyNumber} ${c.lastName} ${c.firstName}`
|
|
3422
|
-
}, oe(p, !0)),
|
|
3422
|
+
}, oe(p, !0)), m(c.jerseyNumber), 17, zl)
|
|
3423
3423
|
]),
|
|
3424
3424
|
_: 2
|
|
3425
3425
|
}, 1032, ["content", "append-to"]))), 128))
|
|
@@ -3446,10 +3446,10 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3446
3446
|
}
|
|
3447
3447
|
},
|
|
3448
3448
|
setup(e) {
|
|
3449
|
-
return (t, a) => (
|
|
3450
|
-
l("div", Pl,
|
|
3449
|
+
return (t, a) => (g(), b(k, null, [
|
|
3450
|
+
l("div", Pl, m(e.event.eventTime), 1),
|
|
3451
3451
|
l("div", jl, [
|
|
3452
|
-
(
|
|
3452
|
+
(g(), T(ye, {
|
|
3453
3453
|
key: e.event.team.id,
|
|
3454
3454
|
name: e.event.team.longName,
|
|
3455
3455
|
logo: e.event.team.logo,
|
|
@@ -3457,30 +3457,30 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3457
3457
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3458
3458
|
]),
|
|
3459
3459
|
l("div", El, [
|
|
3460
|
-
e.event.gkDirection === "CSERE" ? (
|
|
3460
|
+
e.event.gkDirection === "CSERE" ? (g(), T(i(Xe), {
|
|
3461
3461
|
key: 0,
|
|
3462
3462
|
width: "24",
|
|
3463
3463
|
height: "24",
|
|
3464
3464
|
class: "is-goalie-in-icon"
|
|
3465
3465
|
})) : h("", !0),
|
|
3466
|
-
e.event.gkDirection === "BE" ? (
|
|
3466
|
+
e.event.gkDirection === "BE" ? (g(), T(i(Xe), {
|
|
3467
3467
|
key: 1,
|
|
3468
3468
|
width: "24",
|
|
3469
3469
|
height: "24",
|
|
3470
3470
|
class: "is-goalie-in-icon"
|
|
3471
|
-
})) : (
|
|
3471
|
+
})) : (g(), T(i(pa), {
|
|
3472
3472
|
key: 2,
|
|
3473
3473
|
width: "24",
|
|
3474
3474
|
height: "24",
|
|
3475
3475
|
class: "is-goalie-out-icon"
|
|
3476
3476
|
}))
|
|
3477
3477
|
]),
|
|
3478
|
-
l("div", Nl,
|
|
3478
|
+
l("div", Nl, m(e.event.gkDirection), 1),
|
|
3479
3479
|
a[0] || (a[0] = l("div", null, null, -1)),
|
|
3480
3480
|
a[1] || (a[1] = l("div", null, null, -1)),
|
|
3481
3481
|
l("div", Ol, [
|
|
3482
|
-
l("span", Il,
|
|
3483
|
-
x(" " +
|
|
3482
|
+
l("span", Il, m(e.event.jerseyNumber), 1),
|
|
3483
|
+
x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
|
|
3484
3484
|
])
|
|
3485
3485
|
], 64));
|
|
3486
3486
|
}
|
|
@@ -3497,11 +3497,11 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3497
3497
|
}
|
|
3498
3498
|
},
|
|
3499
3499
|
setup(e) {
|
|
3500
|
-
const t = e, a = C(null), { t: r } = D(),
|
|
3501
|
-
return (o, s) => (
|
|
3502
|
-
l("div", _l,
|
|
3500
|
+
const t = e, a = C(null), { t: r } = D(), n = w(() => ga(t.event));
|
|
3501
|
+
return (o, s) => (g(), b(k, null, [
|
|
3502
|
+
l("div", _l, m(e.event.eventTime), 1),
|
|
3503
3503
|
l("div", Dl, [
|
|
3504
|
-
(
|
|
3504
|
+
(g(), T(ye, {
|
|
3505
3505
|
key: e.event.team.id,
|
|
3506
3506
|
name: e.event.team.longName,
|
|
3507
3507
|
logo: e.event.team.logo,
|
|
@@ -3509,26 +3509,26 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3509
3509
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3510
3510
|
]),
|
|
3511
3511
|
l("div", Ml, [
|
|
3512
|
-
f(
|
|
3512
|
+
f(i(fa), {
|
|
3513
3513
|
width: "24",
|
|
3514
3514
|
height: "24",
|
|
3515
3515
|
class: "is-penalty-icon"
|
|
3516
3516
|
})
|
|
3517
3517
|
]),
|
|
3518
3518
|
l("div", Ll, [
|
|
3519
|
-
f(
|
|
3519
|
+
f(i(Q), {
|
|
3520
3520
|
offset: 2,
|
|
3521
3521
|
placement: "top",
|
|
3522
3522
|
theme: "tooltip",
|
|
3523
|
-
content:
|
|
3523
|
+
content: i(r)(`penalties.${n.value.penaltyCause}`),
|
|
3524
3524
|
"append-to": a.value
|
|
3525
3525
|
}, {
|
|
3526
3526
|
default: S(({ setRef: d, events: c }) => [
|
|
3527
3527
|
l("span", ne({
|
|
3528
3528
|
ref: d,
|
|
3529
3529
|
tabindex: 0,
|
|
3530
|
-
"aria-label":
|
|
3531
|
-
}, oe(c, !0)),
|
|
3530
|
+
"aria-label": i(r)(`penalties.${n.value.penaltyCause}`)
|
|
3531
|
+
}, oe(c, !0)), m(n.value.penaltyCause), 17, Cl)
|
|
3532
3532
|
]),
|
|
3533
3533
|
_: 1
|
|
3534
3534
|
}, 8, ["content", "append-to"]),
|
|
@@ -3538,18 +3538,18 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3538
3538
|
}, null, 512)
|
|
3539
3539
|
]),
|
|
3540
3540
|
l("div", Gl, [
|
|
3541
|
-
e.event.penaltyLength !== 0 ? (
|
|
3542
|
-
x(
|
|
3541
|
+
e.event.penaltyLength !== 0 ? (g(), b(k, { key: 0 }, [
|
|
3542
|
+
x(m(i(r)("events.penaltyLength", [e.event.penaltyLength])), 1)
|
|
3543
3543
|
], 64)) : h("", !0),
|
|
3544
|
-
e.event.perc === 0 ? (
|
|
3544
|
+
e.event.perc === 0 ? (g(), b(k, { key: 1 }, [
|
|
3545
3545
|
x(" PS ")
|
|
3546
3546
|
], 64)) : h("", !0)
|
|
3547
3547
|
]),
|
|
3548
|
-
l("div", Bl,
|
|
3548
|
+
l("div", Bl, m(e.event.penaltyEnd), 1),
|
|
3549
3549
|
l("div", Hl, [
|
|
3550
|
-
e.event.jerseyNumber === null ? (
|
|
3551
|
-
l("span", Rl,
|
|
3552
|
-
x(" " +
|
|
3550
|
+
e.event.jerseyNumber === null ? (g(), b("span", Fl, m(i(r)("events.teamPenalty")), 1)) : (g(), b(k, { key: 1 }, [
|
|
3551
|
+
l("span", Rl, m(e.event.jerseyNumber), 1),
|
|
3552
|
+
x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
|
|
3553
3553
|
], 64))
|
|
3554
3554
|
])
|
|
3555
3555
|
], 64));
|
|
@@ -3568,10 +3568,10 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3568
3568
|
},
|
|
3569
3569
|
setup(e) {
|
|
3570
3570
|
const { t } = D();
|
|
3571
|
-
return (a, r) => (
|
|
3572
|
-
l("div", Ul,
|
|
3571
|
+
return (a, r) => (g(), b(k, null, [
|
|
3572
|
+
l("div", Ul, m(e.event.eventTime), 1),
|
|
3573
3573
|
l("div", Vl, [
|
|
3574
|
-
(
|
|
3574
|
+
(g(), T(ye, {
|
|
3575
3575
|
key: e.event.team.id,
|
|
3576
3576
|
name: e.event.team.longName,
|
|
3577
3577
|
logo: e.event.team.logo,
|
|
@@ -3579,26 +3579,26 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3579
3579
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3580
3580
|
]),
|
|
3581
3581
|
l("div", ql, [
|
|
3582
|
-
f(
|
|
3582
|
+
f(i(pe), { class: "is-goal-so-icon" })
|
|
3583
3583
|
]),
|
|
3584
3584
|
l("div", {
|
|
3585
3585
|
class: H(["is-score-so", [{ "is-score-so-goal": e.event.goal }]])
|
|
3586
|
-
},
|
|
3586
|
+
}, m(e.event.score), 3),
|
|
3587
3587
|
l("div", null, [
|
|
3588
3588
|
l("span", {
|
|
3589
3589
|
class: H(["is-badge is-large", [{ "is-green": e.event.goal }]])
|
|
3590
3590
|
}, [
|
|
3591
|
-
e.event.goal ? (
|
|
3592
|
-
x(
|
|
3593
|
-
], 64)) : (
|
|
3594
|
-
x(
|
|
3591
|
+
e.event.goal ? (g(), b(k, { key: 0 }, [
|
|
3592
|
+
x(m(i(t)("events.score")), 1)
|
|
3593
|
+
], 64)) : (g(), b(k, { key: 1 }, [
|
|
3594
|
+
x(m(i(t)("events.missed")), 1)
|
|
3595
3595
|
], 64))
|
|
3596
3596
|
], 2)
|
|
3597
3597
|
]),
|
|
3598
3598
|
r[0] || (r[0] = l("div", null, null, -1)),
|
|
3599
3599
|
l("div", Yl, [
|
|
3600
|
-
l("span", Wl,
|
|
3601
|
-
x(" " +
|
|
3600
|
+
l("span", Wl, m(e.event.jerseyNumber), 1),
|
|
3601
|
+
x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
|
|
3602
3602
|
])
|
|
3603
3603
|
], 64));
|
|
3604
3604
|
}
|
|
@@ -3616,10 +3616,10 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3616
3616
|
},
|
|
3617
3617
|
setup(e) {
|
|
3618
3618
|
const { t } = D();
|
|
3619
|
-
return (a, r) => (
|
|
3620
|
-
l("div", Jl,
|
|
3619
|
+
return (a, r) => (g(), b(k, null, [
|
|
3620
|
+
l("div", Jl, m(e.event.eventTime), 1),
|
|
3621
3621
|
l("div", Zl, [
|
|
3622
|
-
(
|
|
3622
|
+
(g(), T(ye, {
|
|
3623
3623
|
key: e.event.team.id,
|
|
3624
3624
|
name: e.event.team.longName,
|
|
3625
3625
|
logo: e.event.team.logo,
|
|
@@ -3627,12 +3627,12 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3627
3627
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3628
3628
|
]),
|
|
3629
3629
|
l("div", Xl, [
|
|
3630
|
-
f(
|
|
3630
|
+
f(i(bt), { class: "is-timer-icon" })
|
|
3631
3631
|
]),
|
|
3632
3632
|
r[0] || (r[0] = l("div", null, null, -1)),
|
|
3633
3633
|
r[1] || (r[1] = l("div", null, null, -1)),
|
|
3634
3634
|
r[2] || (r[2] = l("div", null, null, -1)),
|
|
3635
|
-
l("div", null,
|
|
3635
|
+
l("div", null, m(i(t)("events.timeout")), 1)
|
|
3636
3636
|
], 64));
|
|
3637
3637
|
}
|
|
3638
3638
|
}, tc = {
|
|
@@ -3648,13 +3648,13 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3648
3648
|
}
|
|
3649
3649
|
},
|
|
3650
3650
|
setup(e) {
|
|
3651
|
-
const t = e, a = (/* @__PURE__ */ new Map()).set("Gól", $l).set("Kiállítás", Kl).set("Kapus", Al).set("Idő", ec).set("Büntető", Ql), r = w(() => a.get(t.event.type)),
|
|
3651
|
+
const t = e, a = (/* @__PURE__ */ new Map()).set("Gól", $l).set("Kiállítás", Kl).set("Kapus", Al).set("Idő", ec).set("Büntető", Ql), r = w(() => a.get(t.event.type)), n = w(() => {
|
|
3652
3652
|
var o;
|
|
3653
3653
|
return ((o = t.event.team) == null ? void 0 : o.id) === t.homeTeamId;
|
|
3654
3654
|
});
|
|
3655
|
-
return (o, s) => (
|
|
3655
|
+
return (o, s) => (g(), T(Lt(r.value), {
|
|
3656
3656
|
event: e.event,
|
|
3657
|
-
"is-home-team":
|
|
3657
|
+
"is-home-team": n.value
|
|
3658
3658
|
}, null, 8, ["event", "is-home-team"]));
|
|
3659
3659
|
}
|
|
3660
3660
|
}, ac = { class: "gamecenter-game-events" }, rc = { class: "is-period-header" }, ic = {
|
|
@@ -3674,11 +3674,11 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3674
3674
|
},
|
|
3675
3675
|
setup(e) {
|
|
3676
3676
|
const t = e, { t: a } = D(), r = w(() => Mi(t.gameData, t.gameEvents));
|
|
3677
|
-
return (
|
|
3678
|
-
(
|
|
3679
|
-
l("div", rc,
|
|
3680
|
-
s.length === 0 ? (
|
|
3681
|
-
(
|
|
3677
|
+
return (n, o) => (g(), b("div", ac, [
|
|
3678
|
+
(g(!0), b(k, null, N(r.value, (s, d) => (g(), b(k, { key: d }, [
|
|
3679
|
+
l("div", rc, m(i(a)(`periods.${i(Fe)(d)}`)), 1),
|
|
3680
|
+
s.length === 0 ? (g(), b("div", ic, m(i(a)("events.noEventsInPeriod")), 1)) : h("", !0),
|
|
3681
|
+
(g(!0), b(k, null, N(s, (c) => (g(), b("div", {
|
|
3682
3682
|
key: c.id,
|
|
3683
3683
|
class: "gamecenter-game-event"
|
|
3684
3684
|
}, [
|
|
@@ -3714,19 +3714,19 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3714
3714
|
}
|
|
3715
3715
|
},
|
|
3716
3716
|
setup(e) {
|
|
3717
|
-
const t = e, a = ia([ta(re("startingFive"))]), { columns: r } = se(la),
|
|
3717
|
+
const t = e, a = ia([ta(re("startingFive"))]), { columns: r } = se(la), n = w(() => {
|
|
3718
3718
|
var s;
|
|
3719
3719
|
return a(((s = t.data) == null ? void 0 : s[t.homeTeamId]) ?? []);
|
|
3720
3720
|
}), o = w(() => {
|
|
3721
3721
|
var s;
|
|
3722
3722
|
return a(((s = t.data) == null ? void 0 : s[t.awayTeamId]) ?? []);
|
|
3723
3723
|
});
|
|
3724
|
-
return (s, d) => (
|
|
3725
|
-
f(Ae, { rows:
|
|
3724
|
+
return (s, d) => (g(), b("div", oc, [
|
|
3725
|
+
f(Ae, { rows: n.value }, {
|
|
3726
3726
|
default: S(({ rows: c }) => [
|
|
3727
3727
|
f(F, {
|
|
3728
3728
|
class: "gamecenter-data-table",
|
|
3729
|
-
columns:
|
|
3729
|
+
columns: i(r),
|
|
3730
3730
|
rows: c,
|
|
3731
3731
|
title: e.homeTeamName
|
|
3732
3732
|
}, null, 8, ["columns", "rows", "title"])
|
|
@@ -3737,7 +3737,7 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3737
3737
|
default: S(({ rows: c }) => [
|
|
3738
3738
|
f(F, {
|
|
3739
3739
|
class: "gamecenter-data-table",
|
|
3740
|
-
columns:
|
|
3740
|
+
columns: i(r),
|
|
3741
3741
|
rows: c,
|
|
3742
3742
|
title: e.awayTeamName
|
|
3743
3743
|
}, null, 8, ["columns", "rows", "title"])
|
|
@@ -3759,10 +3759,10 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3759
3759
|
}
|
|
3760
3760
|
},
|
|
3761
3761
|
setup(e) {
|
|
3762
|
-
return (t, a) => (
|
|
3762
|
+
return (t, a) => (g(), b("dl", lc, [
|
|
3763
3763
|
l("dt", null, [
|
|
3764
3764
|
W(t.$slots, "default", {}, () => [
|
|
3765
|
-
x(
|
|
3765
|
+
x(m(e.title), 1)
|
|
3766
3766
|
])
|
|
3767
3767
|
]),
|
|
3768
3768
|
l("dd", { innerHTML: e.data }, null, 8, cc)
|
|
@@ -3771,7 +3771,7 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3771
3771
|
}, dc = {
|
|
3772
3772
|
key: 0,
|
|
3773
3773
|
class: "gamecenter-game-stats"
|
|
3774
|
-
},
|
|
3774
|
+
}, gc = { class: "gamecenter-game-stats-container-wrapper" }, mc = {
|
|
3775
3775
|
__name: "GameOfficials",
|
|
3776
3776
|
props: {
|
|
3777
3777
|
gameOfficials: {
|
|
@@ -3793,7 +3793,7 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3793
3793
|
te((u) => !u)
|
|
3794
3794
|
)([(s = (o = t.gameOfficials) == null ? void 0 : o.gameOfficials) == null ? void 0 : s.first_referee, (c = (d = t.gameOfficials) == null ? void 0 : d.gameOfficials) == null ? void 0 : c.second_referee]);
|
|
3795
3795
|
}
|
|
3796
|
-
),
|
|
3796
|
+
), n = w(
|
|
3797
3797
|
() => {
|
|
3798
3798
|
var o, s, d, c;
|
|
3799
3799
|
return ae(
|
|
@@ -3808,19 +3808,19 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3808
3808
|
);
|
|
3809
3809
|
return (o, s) => {
|
|
3810
3810
|
var d;
|
|
3811
|
-
return !
|
|
3812
|
-
l("div",
|
|
3811
|
+
return !i(I)(r.value) || !i(I)(n.value) ? (g(), b("div", dc, [
|
|
3812
|
+
l("div", gc, [
|
|
3813
3813
|
f(K, {
|
|
3814
|
-
title:
|
|
3814
|
+
title: i(a)("gameStats.referees"),
|
|
3815
3815
|
data: r.value
|
|
3816
3816
|
}, null, 8, ["title", "data"]),
|
|
3817
3817
|
f(K, {
|
|
3818
|
-
title:
|
|
3819
|
-
data:
|
|
3818
|
+
title: i(a)("gameStats.linesmen"),
|
|
3819
|
+
data: n.value
|
|
3820
3820
|
}, null, 8, ["title", "data"]),
|
|
3821
|
-
e.gameData.attendance ? (
|
|
3821
|
+
e.gameData.attendance ? (g(), T(K, {
|
|
3822
3822
|
key: 0,
|
|
3823
|
-
title:
|
|
3823
|
+
title: i(a)("gameStats.attendance"),
|
|
3824
3824
|
data: ((d = e.gameData) == null ? void 0 : d.attendance) ?? 0
|
|
3825
3825
|
}, null, 8, ["title", "data"])) : h("", !0)
|
|
3826
3826
|
])
|
|
@@ -3853,16 +3853,16 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3853
3853
|
const t = e, { columns: a } = se(sa), r = w(() => {
|
|
3854
3854
|
var o;
|
|
3855
3855
|
return Ee(((o = t.data) == null ? void 0 : o[t.homeTeamId]) ?? []);
|
|
3856
|
-
}),
|
|
3856
|
+
}), n = w(() => {
|
|
3857
3857
|
var o;
|
|
3858
3858
|
return Ee(((o = t.data) == null ? void 0 : o[t.awayTeamId]) ?? []);
|
|
3859
3859
|
});
|
|
3860
|
-
return (o, s) => (
|
|
3860
|
+
return (o, s) => (g(), b("div", uc, [
|
|
3861
3861
|
f(_e, { rows: r.value }, {
|
|
3862
3862
|
default: S(({ rows: d, sort: c, onSort: u }) => [
|
|
3863
3863
|
f(F, {
|
|
3864
3864
|
class: "gamecenter-data-table",
|
|
3865
|
-
columns:
|
|
3865
|
+
columns: i(a),
|
|
3866
3866
|
rows: d,
|
|
3867
3867
|
title: e.homeTeamName,
|
|
3868
3868
|
sort: c,
|
|
@@ -3871,11 +3871,11 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3871
3871
|
]),
|
|
3872
3872
|
_: 1
|
|
3873
3873
|
}, 8, ["rows"]),
|
|
3874
|
-
f(_e, { rows:
|
|
3874
|
+
f(_e, { rows: n.value }, {
|
|
3875
3875
|
default: S(({ rows: d, sort: c, onSort: u }) => [
|
|
3876
3876
|
f(F, {
|
|
3877
3877
|
class: "gamecenter-data-table",
|
|
3878
|
-
columns:
|
|
3878
|
+
columns: i(a),
|
|
3879
3879
|
rows: d,
|
|
3880
3880
|
title: e.awayTeamName,
|
|
3881
3881
|
sort: c,
|
|
@@ -3896,7 +3896,7 @@ const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3896
3896
|
"stroke-linejoin": "round"
|
|
3897
3897
|
};
|
|
3898
3898
|
function pc(e, t) {
|
|
3899
|
-
return
|
|
3899
|
+
return g(), b("svg", bc, t[0] || (t[0] = [
|
|
3900
3900
|
l("circle", {
|
|
3901
3901
|
cx: "12",
|
|
3902
3902
|
cy: "12",
|
|
@@ -3930,13 +3930,13 @@ const fc = { render: pc }, hc = { class: "gamecenter-game-stats" }, yc = { class
|
|
|
3930
3930
|
const t = e, { t: a } = D(), r = w(() => {
|
|
3931
3931
|
var v, y;
|
|
3932
3932
|
return ((y = (v = t.gameData) == null ? void 0 : v.homeTeam) == null ? void 0 : y.id) ?? "";
|
|
3933
|
-
}),
|
|
3933
|
+
}), n = w(() => {
|
|
3934
3934
|
var v, y;
|
|
3935
3935
|
return ((y = (v = t.gameData) == null ? void 0 : v.awayTeam) == null ? void 0 : y.id) ?? "";
|
|
3936
3936
|
}), o = w(
|
|
3937
3937
|
() => {
|
|
3938
3938
|
var v;
|
|
3939
|
-
return Et(((v = t.gameStats) == null ? void 0 : v.teamSOG) ?? [],
|
|
3939
|
+
return Et(((v = t.gameStats) == null ? void 0 : v.teamSOG) ?? [], n.value, r.value, "shots");
|
|
3940
3940
|
}
|
|
3941
3941
|
), s = w(
|
|
3942
3942
|
() => {
|
|
@@ -3944,7 +3944,7 @@ const fc = { render: pc }, hc = { class: "gamecenter-game-stats" }, yc = { class
|
|
|
3944
3944
|
return Li(
|
|
3945
3945
|
((v = t.gameStats) == null ? void 0 : v.teamSOG) ?? [],
|
|
3946
3946
|
r.value,
|
|
3947
|
-
|
|
3947
|
+
n.value,
|
|
3948
3948
|
"saves"
|
|
3949
3949
|
);
|
|
3950
3950
|
}
|
|
@@ -3954,7 +3954,7 @@ const fc = { render: pc }, hc = { class: "gamecenter-game-stats" }, yc = { class
|
|
|
3954
3954
|
return Et(
|
|
3955
3955
|
((v = t.gameStats) == null ? void 0 : v.teamPenalties) ?? [],
|
|
3956
3956
|
r.value,
|
|
3957
|
-
|
|
3957
|
+
n.value,
|
|
3958
3958
|
"penaltyLength"
|
|
3959
3959
|
);
|
|
3960
3960
|
}
|
|
@@ -3968,34 +3968,34 @@ const fc = { render: pc }, hc = { class: "gamecenter-game-stats" }, yc = { class
|
|
|
3968
3968
|
var v;
|
|
3969
3969
|
return Bi(((v = t.gameStats) == null ? void 0 : v.teamPowerPlay) ?? {});
|
|
3970
3970
|
});
|
|
3971
|
-
return (v, y) => (
|
|
3971
|
+
return (v, y) => (g(), b("div", hc, [
|
|
3972
3972
|
l("div", yc, [
|
|
3973
3973
|
f(K, {
|
|
3974
|
-
title:
|
|
3974
|
+
title: i(a)("teamsStats.sog"),
|
|
3975
3975
|
data: o.value
|
|
3976
3976
|
}, null, 8, ["title", "data"]),
|
|
3977
3977
|
f(K, {
|
|
3978
|
-
title:
|
|
3978
|
+
title: i(a)("teamsStats.saves"),
|
|
3979
3979
|
data: s.value
|
|
3980
3980
|
}, null, 8, ["title", "data"]),
|
|
3981
3981
|
f(K, {
|
|
3982
|
-
title:
|
|
3982
|
+
title: i(a)("teamsStats.pim"),
|
|
3983
3983
|
data: d.value
|
|
3984
3984
|
}, null, 8, ["title", "data"]),
|
|
3985
3985
|
f(K, {
|
|
3986
|
-
title:
|
|
3986
|
+
title: i(a)("teamsStats.advPercent"),
|
|
3987
3987
|
data: u.value
|
|
3988
3988
|
}, null, 8, ["title", "data"]),
|
|
3989
3989
|
f(K, {
|
|
3990
|
-
title:
|
|
3990
|
+
title: i(a)("teamsStats.penaltyKilling"),
|
|
3991
3991
|
data: p.value
|
|
3992
3992
|
}, null, 8, ["title", "data"]),
|
|
3993
3993
|
f(K, {
|
|
3994
3994
|
data: c.value.advTime
|
|
3995
3995
|
}, {
|
|
3996
3996
|
default: S(() => [
|
|
3997
|
-
x(
|
|
3998
|
-
f(
|
|
3997
|
+
x(m(i(a)("teamsStats.advantageTime")) + " ", 1),
|
|
3998
|
+
f(i(Q), {
|
|
3999
3999
|
offset: 2,
|
|
4000
4000
|
placement: "top",
|
|
4001
4001
|
theme: "content",
|
|
@@ -4008,17 +4008,17 @@ const fc = { render: pc }, hc = { class: "gamecenter-game-stats" }, yc = { class
|
|
|
4008
4008
|
onFocus: P,
|
|
4009
4009
|
onBlur: E
|
|
4010
4010
|
}, [
|
|
4011
|
-
f(
|
|
4011
|
+
f(i(fc))
|
|
4012
4012
|
], 40, wc)
|
|
4013
4013
|
]),
|
|
4014
4014
|
content: S(() => [
|
|
4015
4015
|
l("div", xc, [
|
|
4016
4016
|
f(K, {
|
|
4017
|
-
title:
|
|
4017
|
+
title: i(a)("teamsStats.advantageTimePP1"),
|
|
4018
4018
|
data: c.value.advTimePP1
|
|
4019
4019
|
}, null, 8, ["title", "data"]),
|
|
4020
4020
|
f(K, {
|
|
4021
|
-
title:
|
|
4021
|
+
title: i(a)("teamsStats.advantageTimePP2"),
|
|
4022
4022
|
data: c.value.advTimePP2
|
|
4023
4023
|
}, null, 8, ["title", "data"])
|
|
4024
4024
|
])
|
|
@@ -4049,23 +4049,23 @@ const fc = { render: pc }, hc = { class: "gamecenter-game-stats" }, yc = { class
|
|
|
4049
4049
|
}
|
|
4050
4050
|
},
|
|
4051
4051
|
setup(e) {
|
|
4052
|
-
const t = e, { columns: a } = se(ca), { t: r } = D(),
|
|
4052
|
+
const t = e, { columns: a } = se(ca), { t: r } = D(), n = w(() => {
|
|
4053
4053
|
var s, d;
|
|
4054
4054
|
return Ie(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.home) ?? [], r);
|
|
4055
4055
|
}), o = w(() => {
|
|
4056
4056
|
var s, d;
|
|
4057
4057
|
return Ie(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.away) ?? [], r);
|
|
4058
4058
|
});
|
|
4059
|
-
return (s, d) => (
|
|
4059
|
+
return (s, d) => (g(), b("div", Tc, [
|
|
4060
4060
|
f(F, {
|
|
4061
4061
|
class: "gamecenter-data-table",
|
|
4062
|
-
columns:
|
|
4063
|
-
rows:
|
|
4062
|
+
columns: i(a),
|
|
4063
|
+
rows: n.value,
|
|
4064
4064
|
title: e.homeTeamName
|
|
4065
4065
|
}, null, 8, ["columns", "rows", "title"]),
|
|
4066
4066
|
f(F, {
|
|
4067
4067
|
class: "gamecenter-data-table",
|
|
4068
|
-
columns:
|
|
4068
|
+
columns: i(a),
|
|
4069
4069
|
rows: o.value,
|
|
4070
4070
|
title: e.awayTeamName
|
|
4071
4071
|
}, null, 8, ["columns", "rows", "title"])
|
|
@@ -4088,7 +4088,7 @@ const fc = { render: pc }, hc = { class: "gamecenter-game-stats" }, yc = { class
|
|
|
4088
4088
|
}
|
|
4089
4089
|
},
|
|
4090
4090
|
setup(e) {
|
|
4091
|
-
const t = e, a = { en: na, hu: oa }, r = it("history"), { errors:
|
|
4091
|
+
const t = e, a = { en: na, hu: oa }, r = it("history"), { errors: n, add: o, remove: s } = ua(), d = w(() => r.gameId || r.gameid || r["game-id"] || t.gameId), { state: c, execute: u } = Z({
|
|
4092
4092
|
options: {
|
|
4093
4093
|
path: "/v2/game-data",
|
|
4094
4094
|
apiKey: t.apiKey,
|
|
@@ -4102,7 +4102,7 @@ const fc = { render: pc }, hc = { class: "gamecenter-game-stats" }, yc = { class
|
|
|
4102
4102
|
apiKey: t.apiKey,
|
|
4103
4103
|
params: { gameId: d.value }
|
|
4104
4104
|
},
|
|
4105
|
-
transform: (j) => ae(
|
|
4105
|
+
transform: (j) => ae(gt(re("eventPeriod")), Ge, te(ut("Period", "type")))(j != null && j.isEmpty ? [] : j),
|
|
4106
4106
|
onError: (j) => o("gameEvents", j),
|
|
4107
4107
|
onSuccess: () => s("gameEvents")
|
|
4108
4108
|
}), { state: y, execute: z } = Z({
|
|
@@ -4122,64 +4122,64 @@ const fc = { render: pc }, hc = { class: "gamecenter-game-stats" }, yc = { class
|
|
|
4122
4122
|
onError: (j) => o("gameOfficials", j),
|
|
4123
4123
|
onSuccess: () => s("gameOfficials")
|
|
4124
4124
|
});
|
|
4125
|
-
return
|
|
4125
|
+
return ma({
|
|
4126
4126
|
data: c,
|
|
4127
4127
|
services: { getGameData: u, getGameStats: z, getEvents: v, getGameOfficials: E },
|
|
4128
4128
|
interval: Oc
|
|
4129
|
-
}), (j, G) => (
|
|
4130
|
-
f(
|
|
4129
|
+
}), (j, G) => (g(), b("div", Nc, [
|
|
4130
|
+
f(i(Gt), {
|
|
4131
4131
|
locale: t.locale,
|
|
4132
4132
|
messages: a
|
|
4133
4133
|
}, {
|
|
4134
4134
|
default: S(() => {
|
|
4135
4135
|
var ie;
|
|
4136
4136
|
return [
|
|
4137
|
-
(
|
|
4138
|
-
key:
|
|
4139
|
-
error:
|
|
4137
|
+
(g(!0), b(k, null, N(i(n), (A) => (g(), T(i(Bt), {
|
|
4138
|
+
key: A.key,
|
|
4139
|
+
error: A
|
|
4140
4140
|
}, null, 8, ["error"]))), 128)),
|
|
4141
|
-
|
|
4141
|
+
i(I)(i(c)) ? h("", !0) : (g(), T(gl, {
|
|
4142
4142
|
key: 0,
|
|
4143
|
-
"game-data":
|
|
4143
|
+
"game-data": i(c),
|
|
4144
4144
|
locale: t.locale
|
|
4145
4145
|
}, null, 8, ["game-data", "locale"])),
|
|
4146
|
-
|
|
4146
|
+
i(I)(i(c)) ? h("", !0) : (g(), T(mc, {
|
|
4147
4147
|
key: 1,
|
|
4148
|
-
"game-data":
|
|
4149
|
-
"game-officials":
|
|
4148
|
+
"game-data": i(c),
|
|
4149
|
+
"game-officials": i(P)
|
|
4150
4150
|
}, null, 8, ["game-data", "game-officials"])),
|
|
4151
|
-
((ie =
|
|
4152
|
-
|
|
4151
|
+
((ie = i(c)) == null ? void 0 : ie.gameStatus) > 0 ? (g(), b(k, { key: 2 }, [
|
|
4152
|
+
i(I)(i(y)) ? h("", !0) : (g(), T(kc, {
|
|
4153
4153
|
key: 0,
|
|
4154
|
-
"game-data":
|
|
4155
|
-
"game-stats":
|
|
4154
|
+
"game-data": i(c),
|
|
4155
|
+
"game-stats": i(y)
|
|
4156
4156
|
}, null, 8, ["game-data", "game-stats"])),
|
|
4157
|
-
!
|
|
4157
|
+
!i(I)(i(p)) && !i(I)(i(c)) ? (g(), T(nc, {
|
|
4158
4158
|
key: 1,
|
|
4159
|
-
"game-events":
|
|
4160
|
-
"game-data":
|
|
4159
|
+
"game-events": i(p),
|
|
4160
|
+
"game-data": i(c)
|
|
4161
4161
|
}, null, 8, ["game-events", "game-data"])) : h("", !0),
|
|
4162
|
-
|
|
4162
|
+
i(I)(i(y)) ? h("", !0) : (g(), T(vc, {
|
|
4163
4163
|
key: 2,
|
|
4164
|
-
data:
|
|
4165
|
-
"home-team-id":
|
|
4166
|
-
"home-team-name":
|
|
4167
|
-
"away-team-id":
|
|
4168
|
-
"away-team-name":
|
|
4164
|
+
data: i(y).players,
|
|
4165
|
+
"home-team-id": i(c).homeTeam.id,
|
|
4166
|
+
"home-team-name": i(c).homeTeam.longName,
|
|
4167
|
+
"away-team-id": i(c).awayTeam.id,
|
|
4168
|
+
"away-team-name": i(c).awayTeam.longName
|
|
4169
4169
|
}, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])),
|
|
4170
|
-
|
|
4170
|
+
i(I)(i(y)) ? h("", !0) : (g(), T(sc, {
|
|
4171
4171
|
key: 3,
|
|
4172
|
-
data:
|
|
4173
|
-
"home-team-id":
|
|
4174
|
-
"home-team-name":
|
|
4175
|
-
"away-team-id":
|
|
4176
|
-
"away-team-name":
|
|
4172
|
+
data: i(y).goalies,
|
|
4173
|
+
"home-team-id": i(c).homeTeam.id,
|
|
4174
|
+
"home-team-name": i(c).homeTeam.longName,
|
|
4175
|
+
"away-team-id": i(c).awayTeam.id,
|
|
4176
|
+
"away-team-name": i(c).awayTeam.longName
|
|
4177
4177
|
}, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])),
|
|
4178
|
-
!
|
|
4178
|
+
!i(I)(i(P)) && !i(I)(i(c)) ? (g(), T(Sc, {
|
|
4179
4179
|
key: 4,
|
|
4180
|
-
"game-officials":
|
|
4181
|
-
"home-team-name":
|
|
4182
|
-
"away-team-name":
|
|
4180
|
+
"game-officials": i(P),
|
|
4181
|
+
"home-team-name": i(c).homeTeam.longName,
|
|
4182
|
+
"away-team-name": i(c).awayTeam.longName
|
|
4183
4183
|
}, null, 8, ["game-officials", "home-team-name", "away-team-name"])) : h("", !0)
|
|
4184
4184
|
], 64)) : h("", !0)
|
|
4185
4185
|
];
|