@mjsz-vbr-elements/gamecenter 2.13.0 → 2.14.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 +575 -561
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @mjsz-vbr-elements/gamecenter
|
|
3
|
-
* version: v2.
|
|
3
|
+
* version: v2.14.0 - 22/01/2025, 12:41:41
|
|
4
4
|
* (c) 2025
|
|
5
5
|
* description: Data visualization for MJSZ VBR
|
|
6
6
|
* author: Ákos Stegner <akos.stegner@gmail.com>
|
|
@@ -39,7 +39,7 @@ function Ga(e = Ft) {
|
|
|
39
39
|
};
|
|
40
40
|
return { isActive: Mt(t), pause: a, resume: r, eventFilter: i };
|
|
41
41
|
}
|
|
42
|
-
function
|
|
42
|
+
function Ve(e) {
|
|
43
43
|
return Array.isArray(e) ? e : [e];
|
|
44
44
|
}
|
|
45
45
|
function Ba(e, t, a = {}) {
|
|
@@ -60,7 +60,7 @@ function Ha(e, t, a = {}) {
|
|
|
60
60
|
const {
|
|
61
61
|
eventFilter: r,
|
|
62
62
|
...i
|
|
63
|
-
} = a, { eventFilter: o, pause: s, resume:
|
|
63
|
+
} = a, { eventFilter: o, pause: s, resume: d, isActive: g } = Ga(r);
|
|
64
64
|
return { stop: Ba(
|
|
65
65
|
e,
|
|
66
66
|
t,
|
|
@@ -68,7 +68,7 @@ function Ha(e, t, a = {}) {
|
|
|
68
68
|
...i,
|
|
69
69
|
eventFilter: o
|
|
70
70
|
}
|
|
71
|
-
), pause: s, resume:
|
|
71
|
+
), pause: s, resume: d, isActive: g };
|
|
72
72
|
}
|
|
73
73
|
function ht(e, t = 1e3, a = {}) {
|
|
74
74
|
const {
|
|
@@ -77,15 +77,15 @@ function ht(e, t = 1e3, a = {}) {
|
|
|
77
77
|
} = a;
|
|
78
78
|
let o = null;
|
|
79
79
|
const s = C(!1);
|
|
80
|
-
function
|
|
80
|
+
function d() {
|
|
81
81
|
o && (clearInterval(o), o = null);
|
|
82
82
|
}
|
|
83
|
-
function
|
|
84
|
-
s.value = !1,
|
|
83
|
+
function g() {
|
|
84
|
+
s.value = !1, d();
|
|
85
85
|
}
|
|
86
86
|
function v() {
|
|
87
87
|
const p = ce(t);
|
|
88
|
-
p <= 0 || (s.value = !0, i && e(),
|
|
88
|
+
p <= 0 || (s.value = !0, i && e(), d(), s.value && (o = setInterval(e, p)));
|
|
89
89
|
}
|
|
90
90
|
if (r && ue && v(), ka(t) || typeof t == "function") {
|
|
91
91
|
const p = be(t, () => {
|
|
@@ -93,9 +93,9 @@ function ht(e, t = 1e3, a = {}) {
|
|
|
93
93
|
});
|
|
94
94
|
le(p);
|
|
95
95
|
}
|
|
96
|
-
return le(
|
|
96
|
+
return le(g), {
|
|
97
97
|
isActive: s,
|
|
98
|
-
pause:
|
|
98
|
+
pause: g,
|
|
99
99
|
resume: v
|
|
100
100
|
};
|
|
101
101
|
}
|
|
@@ -107,18 +107,18 @@ function Fa(e, t, a = {}) {
|
|
|
107
107
|
function s() {
|
|
108
108
|
o && (clearTimeout(o), o = null);
|
|
109
109
|
}
|
|
110
|
-
function
|
|
110
|
+
function d() {
|
|
111
111
|
i.value = !1, s();
|
|
112
112
|
}
|
|
113
|
-
function
|
|
113
|
+
function g(...v) {
|
|
114
114
|
s(), i.value = !0, o = setTimeout(() => {
|
|
115
115
|
i.value = !1, o = null, e(...v);
|
|
116
116
|
}, ce(t));
|
|
117
117
|
}
|
|
118
|
-
return r && (i.value = !0, ue &&
|
|
118
|
+
return r && (i.value = !0, ue && g()), le(d), {
|
|
119
119
|
isPending: Mt(i),
|
|
120
|
-
start:
|
|
121
|
-
stop:
|
|
120
|
+
start: g,
|
|
121
|
+
stop: d
|
|
122
122
|
};
|
|
123
123
|
}
|
|
124
124
|
const rt = ue ? window : void 0;
|
|
@@ -131,22 +131,22 @@ function yt(...e) {
|
|
|
131
131
|
let t, a, r, i;
|
|
132
132
|
if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([a, r, i] = e, t = rt) : [t, a, r, i] = e, !t)
|
|
133
133
|
return ke;
|
|
134
|
-
a =
|
|
134
|
+
a = Ve(a), r = Ve(r);
|
|
135
135
|
const o = [], s = () => {
|
|
136
136
|
o.forEach((p) => p()), o.length = 0;
|
|
137
|
-
},
|
|
137
|
+
}, d = (p, u, f, z) => (p.addEventListener(u, f, z), () => p.removeEventListener(u, f, z)), g = be(
|
|
138
138
|
() => [Te(t), ce(i)],
|
|
139
139
|
([p, u]) => {
|
|
140
140
|
if (s(), !p)
|
|
141
141
|
return;
|
|
142
142
|
const f = La(u) ? { ...u } : u;
|
|
143
143
|
o.push(
|
|
144
|
-
...a.flatMap((z) => r.map((P) =>
|
|
144
|
+
...a.flatMap((z) => r.map((P) => d(p, z, P, f)))
|
|
145
145
|
);
|
|
146
146
|
},
|
|
147
147
|
{ immediate: !0, flush: "post" }
|
|
148
148
|
), v = () => {
|
|
149
|
-
|
|
149
|
+
g(), s();
|
|
150
150
|
};
|
|
151
151
|
return le(v), v;
|
|
152
152
|
}
|
|
@@ -166,13 +166,13 @@ function Ua(e, t, a = {}) {
|
|
|
166
166
|
rootMargin: i = "0px",
|
|
167
167
|
threshold: o = 0,
|
|
168
168
|
window: s = rt,
|
|
169
|
-
immediate:
|
|
170
|
-
} = a,
|
|
169
|
+
immediate: d = !0
|
|
170
|
+
} = a, g = Ka(() => s && "IntersectionObserver" in s), v = w(() => {
|
|
171
171
|
const P = ce(e);
|
|
172
|
-
return
|
|
172
|
+
return Ve(P).map(Te).filter(Da);
|
|
173
173
|
});
|
|
174
174
|
let p = ke;
|
|
175
|
-
const u = C(
|
|
175
|
+
const u = C(d), f = g.value ? be(
|
|
176
176
|
() => [v.value, Te(r), u.value],
|
|
177
177
|
([P, E]) => {
|
|
178
178
|
if (p(), !u.value || !P.length)
|
|
@@ -189,12 +189,12 @@ function Ua(e, t, a = {}) {
|
|
|
189
189
|
j.disconnect(), p = ke;
|
|
190
190
|
};
|
|
191
191
|
},
|
|
192
|
-
{ immediate:
|
|
192
|
+
{ immediate: d, flush: "post" }
|
|
193
193
|
) : ke, z = () => {
|
|
194
194
|
p(), f(), u.value = !1;
|
|
195
195
|
};
|
|
196
196
|
return le(z), {
|
|
197
|
-
isSupported:
|
|
197
|
+
isSupported: g,
|
|
198
198
|
isActive: u,
|
|
199
199
|
pause() {
|
|
200
200
|
p(), u.value = !1;
|
|
@@ -212,16 +212,16 @@ function Va(e, t, a = {}) {
|
|
|
212
212
|
async function s() {
|
|
213
213
|
o.value && (await e(), i());
|
|
214
214
|
}
|
|
215
|
-
function
|
|
215
|
+
function d() {
|
|
216
216
|
o.value || (o.value = !0, s());
|
|
217
217
|
}
|
|
218
|
-
function
|
|
218
|
+
function g() {
|
|
219
219
|
o.value = !1;
|
|
220
220
|
}
|
|
221
|
-
return r && ue &&
|
|
221
|
+
return r && ue && d(), le(g), {
|
|
222
222
|
isActive: o,
|
|
223
|
-
pause:
|
|
224
|
-
resume:
|
|
223
|
+
pause: g,
|
|
224
|
+
resume: d
|
|
225
225
|
};
|
|
226
226
|
}
|
|
227
227
|
function it(e = "history", t = {}) {
|
|
@@ -231,69 +231,69 @@ function it(e = "history", t = {}) {
|
|
|
231
231
|
removeFalsyValues: i = !1,
|
|
232
232
|
write: o = !0,
|
|
233
233
|
writeMode: s = "replace",
|
|
234
|
-
window:
|
|
234
|
+
window: d = rt
|
|
235
235
|
} = t;
|
|
236
|
-
if (!
|
|
236
|
+
if (!d)
|
|
237
237
|
return ft(a);
|
|
238
|
-
const
|
|
238
|
+
const g = ft({});
|
|
239
239
|
function v() {
|
|
240
240
|
if (e === "history")
|
|
241
|
-
return
|
|
241
|
+
return d.location.search || "";
|
|
242
242
|
if (e === "hash") {
|
|
243
|
-
const I =
|
|
243
|
+
const I = d.location.hash || "", $ = I.indexOf("?");
|
|
244
244
|
return $ > 0 ? I.slice($) : "";
|
|
245
245
|
} else
|
|
246
|
-
return (
|
|
246
|
+
return (d.location.hash || "").replace(/^#/, "");
|
|
247
247
|
}
|
|
248
248
|
function p(I) {
|
|
249
249
|
const $ = I.toString();
|
|
250
250
|
if (e === "history")
|
|
251
|
-
return `${$ ? `?${$}` : ""}${
|
|
251
|
+
return `${$ ? `?${$}` : ""}${d.location.hash || ""}`;
|
|
252
252
|
if (e === "hash-params")
|
|
253
|
-
return `${
|
|
254
|
-
const L =
|
|
255
|
-
return V > 0 ? `${
|
|
253
|
+
return `${d.location.search || ""}${$ ? `#${$}` : ""}`;
|
|
254
|
+
const L = d.location.hash || "#", V = L.indexOf("?");
|
|
255
|
+
return V > 0 ? `${d.location.search || ""}${L.slice(0, V)}${$ ? `?${$}` : ""}` : `${d.location.search || ""}${L}${$ ? `?${$}` : ""}`;
|
|
256
256
|
}
|
|
257
257
|
function u() {
|
|
258
258
|
return new URLSearchParams(v());
|
|
259
259
|
}
|
|
260
260
|
function f(I) {
|
|
261
|
-
const $ = new Set(Object.keys(
|
|
261
|
+
const $ = new Set(Object.keys(g));
|
|
262
262
|
for (const L of I.keys()) {
|
|
263
263
|
const V = I.getAll(L);
|
|
264
|
-
|
|
264
|
+
g[L] = V.length > 1 ? V : I.get(L) || "", $.delete(L);
|
|
265
265
|
}
|
|
266
|
-
Array.from($).forEach((L) => delete
|
|
266
|
+
Array.from($).forEach((L) => delete g[L]);
|
|
267
267
|
}
|
|
268
268
|
const { pause: z, resume: P } = Ha(
|
|
269
|
-
|
|
269
|
+
g,
|
|
270
270
|
() => {
|
|
271
271
|
const I = new URLSearchParams("");
|
|
272
|
-
Object.keys(
|
|
273
|
-
const L =
|
|
272
|
+
Object.keys(g).forEach(($) => {
|
|
273
|
+
const L = g[$];
|
|
274
274
|
Array.isArray(L) ? L.forEach((V) => I.append($, V)) : r && L == null || i && !L ? I.delete($) : I.set($, L);
|
|
275
275
|
}), E(I, !1);
|
|
276
276
|
},
|
|
277
277
|
{ deep: !0 }
|
|
278
278
|
);
|
|
279
279
|
function E(I, $) {
|
|
280
|
-
z(), $ && f(I), s === "replace" ?
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
) :
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
280
|
+
z(), $ && f(I), s === "replace" ? d.history.replaceState(
|
|
281
|
+
d.history.state,
|
|
282
|
+
d.document.title,
|
|
283
|
+
d.location.pathname + p(I)
|
|
284
|
+
) : d.history.pushState(
|
|
285
|
+
d.history.state,
|
|
286
|
+
d.document.title,
|
|
287
|
+
d.location.pathname + p(I)
|
|
288
288
|
), P();
|
|
289
289
|
}
|
|
290
290
|
function j() {
|
|
291
291
|
o && E(u(), !0);
|
|
292
292
|
}
|
|
293
293
|
const G = { passive: !0 };
|
|
294
|
-
yt(
|
|
294
|
+
yt(d, "popstate", j, G), e !== "history" && yt(d, "hashchange", j, G);
|
|
295
295
|
const re = u();
|
|
296
|
-
return re.keys().next().value ? f(re) : Object.assign(
|
|
296
|
+
return re.keys().next().value ? f(re) : Object.assign(g, a), g;
|
|
297
297
|
}
|
|
298
298
|
function O(e) {
|
|
299
299
|
return e != null && typeof e == "object" && e["@@functional/placeholder"] === !0;
|
|
@@ -321,7 +321,7 @@ function _(e) {
|
|
|
321
321
|
}
|
|
322
322
|
};
|
|
323
323
|
}
|
|
324
|
-
function
|
|
324
|
+
function De(e, t) {
|
|
325
325
|
switch (e) {
|
|
326
326
|
case 0:
|
|
327
327
|
return function() {
|
|
@@ -348,23 +348,23 @@ function Me(e, t) {
|
|
|
348
348
|
return t.apply(this, arguments);
|
|
349
349
|
};
|
|
350
350
|
case 6:
|
|
351
|
-
return function(a, r, i, o, s,
|
|
351
|
+
return function(a, r, i, o, s, d) {
|
|
352
352
|
return t.apply(this, arguments);
|
|
353
353
|
};
|
|
354
354
|
case 7:
|
|
355
|
-
return function(a, r, i, o, s,
|
|
355
|
+
return function(a, r, i, o, s, d, g) {
|
|
356
356
|
return t.apply(this, arguments);
|
|
357
357
|
};
|
|
358
358
|
case 8:
|
|
359
|
-
return function(a, r, i, o, s,
|
|
359
|
+
return function(a, r, i, o, s, d, g, v) {
|
|
360
360
|
return t.apply(this, arguments);
|
|
361
361
|
};
|
|
362
362
|
case 9:
|
|
363
|
-
return function(a, r, i, o, s,
|
|
363
|
+
return function(a, r, i, o, s, d, g, v, p) {
|
|
364
364
|
return t.apply(this, arguments);
|
|
365
365
|
};
|
|
366
366
|
case 10:
|
|
367
|
-
return function(a, r, i, o, s,
|
|
367
|
+
return function(a, r, i, o, s, d, g, v, p, u) {
|
|
368
368
|
return t.apply(this, arguments);
|
|
369
369
|
};
|
|
370
370
|
default:
|
|
@@ -373,17 +373,17 @@ function Me(e, t) {
|
|
|
373
373
|
}
|
|
374
374
|
function nt(e, t, a) {
|
|
375
375
|
return function() {
|
|
376
|
-
for (var r = [], i = 0, o = e, s = 0,
|
|
377
|
-
var
|
|
378
|
-
s < t.length && (!O(t[s]) || i >= arguments.length) ?
|
|
376
|
+
for (var r = [], i = 0, o = e, s = 0, d = !1; s < t.length || i < arguments.length; ) {
|
|
377
|
+
var g;
|
|
378
|
+
s < t.length && (!O(t[s]) || i >= arguments.length) ? g = t[s] : (g = arguments[i], i += 1), r[s] = g, O(g) ? d = !0 : o -= 1, s += 1;
|
|
379
379
|
}
|
|
380
|
-
return !
|
|
380
|
+
return !d && o <= 0 ? a.apply(this, r) : De(Math.max(0, o), nt(e, r, a));
|
|
381
381
|
};
|
|
382
382
|
}
|
|
383
383
|
var ot = /* @__PURE__ */ _(function(t, a) {
|
|
384
|
-
return t === 1 ? M(a) :
|
|
384
|
+
return t === 1 ? M(a) : De(t, nt(t, [], a));
|
|
385
385
|
});
|
|
386
|
-
function
|
|
386
|
+
function ge(e) {
|
|
387
387
|
return function t(a, r, i) {
|
|
388
388
|
switch (arguments.length) {
|
|
389
389
|
case 0:
|
|
@@ -417,7 +417,7 @@ function de(e) {
|
|
|
417
417
|
}
|
|
418
418
|
};
|
|
419
419
|
}
|
|
420
|
-
const
|
|
420
|
+
const Me = Array.isArray || function(t) {
|
|
421
421
|
return t != null && t.length >= 0 && Object.prototype.toString.call(t) === "[object Array]";
|
|
422
422
|
};
|
|
423
423
|
function qa(e) {
|
|
@@ -428,7 +428,7 @@ function st(e, t, a) {
|
|
|
428
428
|
if (arguments.length === 0)
|
|
429
429
|
return a();
|
|
430
430
|
var r = arguments[arguments.length - 1];
|
|
431
|
-
if (!
|
|
431
|
+
if (!Me(r)) {
|
|
432
432
|
for (var i = 0; i < e.length; ) {
|
|
433
433
|
if (typeof r[e[i]] == "function")
|
|
434
434
|
return r[e[i]].apply(r, Array.prototype.slice.call(arguments, 0, -1));
|
|
@@ -479,7 +479,7 @@ function se(e, t) {
|
|
|
479
479
|
function Qa(e, t) {
|
|
480
480
|
return e === t ? e !== 0 || 1 / e === 1 / t : e !== e && t !== t;
|
|
481
481
|
}
|
|
482
|
-
const
|
|
482
|
+
const Re = typeof Object.is == "function" ? Object.is : Qa;
|
|
483
483
|
var kt = Object.prototype.toString, Rt = /* @__PURE__ */ function() {
|
|
484
484
|
return kt.call(arguments) === "[object Arguments]" ? function(t) {
|
|
485
485
|
return kt.call(t) === "[object Arguments]";
|
|
@@ -509,23 +509,23 @@ var kt = Object.prototype.toString, Rt = /* @__PURE__ */ function() {
|
|
|
509
509
|
for (r = Tt.length - 1; r >= 0; )
|
|
510
510
|
a = Tt[r], se(a, t) && !Za(i, a) && (i[i.length] = a), r -= 1;
|
|
511
511
|
return i;
|
|
512
|
-
}),
|
|
512
|
+
}), qe = /* @__PURE__ */ M(function(t) {
|
|
513
513
|
return t === null ? "Null" : t === void 0 ? "Undefined" : Object.prototype.toString.call(t).slice(8, -1);
|
|
514
514
|
});
|
|
515
515
|
function zt(e, t, a, r) {
|
|
516
516
|
var i = wt(e), o = wt(t);
|
|
517
|
-
function s(
|
|
518
|
-
return lt(
|
|
517
|
+
function s(d, g) {
|
|
518
|
+
return lt(d, g, a.slice(), r.slice());
|
|
519
519
|
}
|
|
520
|
-
return !xt(function(
|
|
521
|
-
return !xt(s,
|
|
520
|
+
return !xt(function(d, g) {
|
|
521
|
+
return !xt(s, g, d);
|
|
522
522
|
}, o, i);
|
|
523
523
|
}
|
|
524
524
|
function lt(e, t, a, r) {
|
|
525
|
-
if (
|
|
525
|
+
if (Re(e, t))
|
|
526
526
|
return !0;
|
|
527
|
-
var i =
|
|
528
|
-
if (i !==
|
|
527
|
+
var i = qe(e);
|
|
528
|
+
if (i !== qe(t))
|
|
529
529
|
return !1;
|
|
530
530
|
if (typeof e["fantasy-land/equals"] == "function" || typeof t["fantasy-land/equals"] == "function")
|
|
531
531
|
return typeof e["fantasy-land/equals"] == "function" && e["fantasy-land/equals"](t) && typeof t["fantasy-land/equals"] == "function" && t["fantasy-land/equals"](e);
|
|
@@ -541,11 +541,11 @@ function lt(e, t, a, r) {
|
|
|
541
541
|
case "Boolean":
|
|
542
542
|
case "Number":
|
|
543
543
|
case "String":
|
|
544
|
-
if (!(typeof e == typeof t &&
|
|
544
|
+
if (!(typeof e == typeof t && Re(e.valueOf(), t.valueOf())))
|
|
545
545
|
return !1;
|
|
546
546
|
break;
|
|
547
547
|
case "Date":
|
|
548
|
-
if (!
|
|
548
|
+
if (!Re(e.valueOf(), t.valueOf()))
|
|
549
549
|
return !1;
|
|
550
550
|
break;
|
|
551
551
|
case "Error":
|
|
@@ -591,16 +591,16 @@ function lt(e, t, a, r) {
|
|
|
591
591
|
var s = X(e);
|
|
592
592
|
if (s.length !== X(t).length)
|
|
593
593
|
return !1;
|
|
594
|
-
var
|
|
594
|
+
var d = a.concat([e]), g = r.concat([t]);
|
|
595
595
|
for (o = s.length - 1; o >= 0; ) {
|
|
596
596
|
var v = s[o];
|
|
597
|
-
if (!(se(v, t) && lt(t[v], e[v],
|
|
597
|
+
if (!(se(v, t) && lt(t[v], e[v], d, g)))
|
|
598
598
|
return !1;
|
|
599
599
|
o -= 1;
|
|
600
600
|
}
|
|
601
601
|
return !0;
|
|
602
602
|
}
|
|
603
|
-
var
|
|
603
|
+
var Le = /* @__PURE__ */ _(function(t, a) {
|
|
604
604
|
return lt(t, a, [], []);
|
|
605
605
|
});
|
|
606
606
|
function Xa(e, t, a) {
|
|
@@ -635,7 +635,7 @@ function Xa(e, t, a) {
|
|
|
635
635
|
return e.indexOf(t, a);
|
|
636
636
|
}
|
|
637
637
|
for (; a < e.length; ) {
|
|
638
|
-
if (
|
|
638
|
+
if (Le(e[a], t))
|
|
639
639
|
return a;
|
|
640
640
|
a += 1;
|
|
641
641
|
}
|
|
@@ -649,16 +649,16 @@ function Se(e, t) {
|
|
|
649
649
|
i[a] = e(t[a]), a += 1;
|
|
650
650
|
return i;
|
|
651
651
|
}
|
|
652
|
-
function
|
|
652
|
+
function Ke(e) {
|
|
653
653
|
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");
|
|
654
654
|
return '"' + t.replace(/"/g, '\\"') + '"';
|
|
655
655
|
}
|
|
656
|
-
var
|
|
656
|
+
var de = function(t) {
|
|
657
657
|
return (t < 10 ? "0" : "") + t;
|
|
658
658
|
}, tr = typeof Date.prototype.toISOString == "function" ? function(t) {
|
|
659
659
|
return t.toISOString();
|
|
660
660
|
} : function(t) {
|
|
661
|
-
return t.getUTCFullYear() + "-" +
|
|
661
|
+
return t.getUTCFullYear() + "-" + de(t.getUTCMonth() + 1) + "-" + de(t.getUTCDate()) + "T" + de(t.getUTCHours()) + ":" + de(t.getUTCMinutes()) + ":" + de(t.getUTCSeconds()) + "." + (t.getUTCMilliseconds() / 1e3).toFixed(3).slice(2, 5) + "Z";
|
|
662
662
|
};
|
|
663
663
|
function ar(e) {
|
|
664
664
|
return function() {
|
|
@@ -703,11 +703,11 @@ var Vt = /* @__PURE__ */ _(/* @__PURE__ */ st(["fantasy-land/filter", "filter"],
|
|
|
703
703
|
});
|
|
704
704
|
function qt(e, t) {
|
|
705
705
|
var a = function(s) {
|
|
706
|
-
var
|
|
707
|
-
return er(s,
|
|
706
|
+
var d = t.concat([e]);
|
|
707
|
+
return er(s, d) ? "<Circular>" : qt(s, d);
|
|
708
708
|
}, r = function(o, s) {
|
|
709
|
-
return Se(function(
|
|
710
|
-
return
|
|
709
|
+
return Se(function(d) {
|
|
710
|
+
return Ke(d) + ": " + a(o[d]);
|
|
711
711
|
}, s.slice().sort());
|
|
712
712
|
};
|
|
713
713
|
switch (Object.prototype.toString.call(e)) {
|
|
@@ -720,7 +720,7 @@ function qt(e, t) {
|
|
|
720
720
|
case "[object Boolean]":
|
|
721
721
|
return typeof e == "object" ? "new Boolean(" + a(e.valueOf()) + ")" : e.toString();
|
|
722
722
|
case "[object Date]":
|
|
723
|
-
return "new Date(" + (isNaN(e.valueOf()) ? a(NaN) :
|
|
723
|
+
return "new Date(" + (isNaN(e.valueOf()) ? a(NaN) : Ke(tr(e))) + ")";
|
|
724
724
|
case "[object Map]":
|
|
725
725
|
return "new Map(" + a(Array.from(e)) + ")";
|
|
726
726
|
case "[object Null]":
|
|
@@ -730,7 +730,7 @@ function qt(e, t) {
|
|
|
730
730
|
case "[object Set]":
|
|
731
731
|
return "new Set(" + a(Array.from(e).sort()) + ")";
|
|
732
732
|
case "[object String]":
|
|
733
|
-
return typeof e == "object" ? "new String(" + a(e.valueOf()) + ")" :
|
|
733
|
+
return typeof e == "object" ? "new String(" + a(e.valueOf()) + ")" : Ke(e);
|
|
734
734
|
case "[object Undefined]":
|
|
735
735
|
return "undefined";
|
|
736
736
|
default:
|
|
@@ -747,9 +747,9 @@ var je = /* @__PURE__ */ M(function(t) {
|
|
|
747
747
|
}), or = /* @__PURE__ */ _(function(t, a) {
|
|
748
748
|
if (t === a)
|
|
749
749
|
return a;
|
|
750
|
-
function r(
|
|
751
|
-
if (
|
|
752
|
-
return v >
|
|
750
|
+
function r(g, v) {
|
|
751
|
+
if (g > v != v > g)
|
|
752
|
+
return v > g ? v : g;
|
|
753
753
|
}
|
|
754
754
|
var i = r(t, a);
|
|
755
755
|
if (i !== void 0)
|
|
@@ -757,8 +757,8 @@ var je = /* @__PURE__ */ M(function(t) {
|
|
|
757
757
|
var o = r(typeof t, typeof a);
|
|
758
758
|
if (o !== void 0)
|
|
759
759
|
return o === typeof t ? t : a;
|
|
760
|
-
var s = je(t),
|
|
761
|
-
return
|
|
760
|
+
var s = je(t), d = r(s, je(a));
|
|
761
|
+
return d !== void 0 && d === s ? t : a;
|
|
762
762
|
}), sr = /* @__PURE__ */ function() {
|
|
763
763
|
function e(t, a) {
|
|
764
764
|
this.xf = a, this.f = t;
|
|
@@ -787,24 +787,24 @@ var je = /* @__PURE__ */ M(function(t) {
|
|
|
787
787
|
const Yt = Number.isInteger || function(t) {
|
|
788
788
|
return t << 0 === t;
|
|
789
789
|
};
|
|
790
|
-
function
|
|
790
|
+
function Ce(e) {
|
|
791
791
|
return Object.prototype.toString.call(e) === "[object String]";
|
|
792
792
|
}
|
|
793
793
|
function Wt(e, t) {
|
|
794
794
|
var a = e < 0 ? t.length + e : e;
|
|
795
|
-
return
|
|
795
|
+
return Ce(t) ? t.charAt(a) : t[a];
|
|
796
796
|
}
|
|
797
797
|
var ae = /* @__PURE__ */ _(function(t, a) {
|
|
798
798
|
if (a != null)
|
|
799
799
|
return Yt(t) ? Wt(t, a) : a[t];
|
|
800
800
|
}), cr = /* @__PURE__ */ _(function(t, a) {
|
|
801
801
|
return Y(ae(t), a);
|
|
802
|
-
}),
|
|
803
|
-
return
|
|
802
|
+
}), gr = /* @__PURE__ */ M(function(t) {
|
|
803
|
+
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;
|
|
804
804
|
}), $t = typeof Symbol < "u" ? Symbol.iterator : "@@iterator";
|
|
805
|
-
function
|
|
805
|
+
function dr(e, t, a) {
|
|
806
806
|
return function(i, o, s) {
|
|
807
|
-
if (
|
|
807
|
+
if (gr(s))
|
|
808
808
|
return e(i, o, s);
|
|
809
809
|
if (s == null)
|
|
810
810
|
return o;
|
|
@@ -830,7 +830,7 @@ function mr(e, t, a) {
|
|
|
830
830
|
return e["@@transducer/result"](t);
|
|
831
831
|
}
|
|
832
832
|
var ur = /* @__PURE__ */ _(function(t, a) {
|
|
833
|
-
return
|
|
833
|
+
return De(t.length, function() {
|
|
834
834
|
return t.apply(a, arguments);
|
|
835
835
|
});
|
|
836
836
|
});
|
|
@@ -847,7 +847,7 @@ function vr(e, t, a) {
|
|
|
847
847
|
function br(e, t, a, r) {
|
|
848
848
|
return e["@@transducer/result"](a[r](ur(e["@@transducer/step"], e), t));
|
|
849
849
|
}
|
|
850
|
-
var Qt = /* @__PURE__ */
|
|
850
|
+
var Qt = /* @__PURE__ */ dr(mr, br, vr), pr = /* @__PURE__ */ function() {
|
|
851
851
|
function e(t) {
|
|
852
852
|
this.f = t;
|
|
853
853
|
}
|
|
@@ -862,7 +862,7 @@ var Qt = /* @__PURE__ */ gr(mr, br, vr), pr = /* @__PURE__ */ function() {
|
|
|
862
862
|
function Jt(e) {
|
|
863
863
|
return new pr(e);
|
|
864
864
|
}
|
|
865
|
-
var ct = /* @__PURE__ */
|
|
865
|
+
var ct = /* @__PURE__ */ ge(function(e, t, a) {
|
|
866
866
|
return Qt(typeof e == "function" ? Jt(e) : e, t, a);
|
|
867
867
|
}), fr = /* @__PURE__ */ M(function(t) {
|
|
868
868
|
return ot(ct(or, 0, cr("length", t)), function() {
|
|
@@ -893,11 +893,11 @@ function ea(e, t, a) {
|
|
|
893
893
|
if (s)
|
|
894
894
|
return s;
|
|
895
895
|
a.set(e, o);
|
|
896
|
-
for (var
|
|
897
|
-
Object.prototype.hasOwnProperty.call(e,
|
|
896
|
+
for (var d in e)
|
|
897
|
+
Object.prototype.hasOwnProperty.call(e, d) && (o[d] = e[d]);
|
|
898
898
|
return o;
|
|
899
899
|
};
|
|
900
|
-
switch (
|
|
900
|
+
switch (qe(e)) {
|
|
901
901
|
case "Object":
|
|
902
902
|
return r(Object.create(Object.getPrototypeOf(e)));
|
|
903
903
|
case "Array":
|
|
@@ -962,30 +962,30 @@ function xr(e, t) {
|
|
|
962
962
|
return t.call(this, e.apply(this, arguments));
|
|
963
963
|
};
|
|
964
964
|
}
|
|
965
|
-
function
|
|
965
|
+
function gt(e, t) {
|
|
966
966
|
return function() {
|
|
967
967
|
var a = arguments.length;
|
|
968
968
|
if (a === 0)
|
|
969
969
|
return t();
|
|
970
970
|
var r = arguments[a - 1];
|
|
971
|
-
return
|
|
971
|
+
return Me(r) || typeof r[e] != "function" ? t.apply(this, arguments) : r[e].apply(r, Array.prototype.slice.call(arguments, 0, a - 1));
|
|
972
972
|
};
|
|
973
973
|
}
|
|
974
|
-
var kr = /* @__PURE__ */
|
|
974
|
+
var kr = /* @__PURE__ */ ge(/* @__PURE__ */ gt("slice", function(t, a, r) {
|
|
975
975
|
return Array.prototype.slice.call(r, t, a);
|
|
976
|
-
})), Tr = /* @__PURE__ */ M(/* @__PURE__ */
|
|
976
|
+
})), Tr = /* @__PURE__ */ M(/* @__PURE__ */ gt("tail", /* @__PURE__ */ kr(1, 1 / 0)));
|
|
977
977
|
function Sr() {
|
|
978
978
|
if (arguments.length === 0)
|
|
979
979
|
throw new Error("pipe requires at least one argument");
|
|
980
|
-
return
|
|
980
|
+
return De(arguments[0].length, ct(xr, arguments[0], Tr(arguments)));
|
|
981
981
|
}
|
|
982
|
-
var
|
|
983
|
-
return
|
|
982
|
+
var Ge = /* @__PURE__ */ M(function(t) {
|
|
983
|
+
return Ce(t) ? t.split("").reverse().join("") : Array.prototype.slice.call(t, 0).reverse();
|
|
984
984
|
});
|
|
985
985
|
function te() {
|
|
986
986
|
if (arguments.length === 0)
|
|
987
987
|
throw new Error("compose requires at least one argument");
|
|
988
|
-
return Sr.apply(this,
|
|
988
|
+
return Sr.apply(this, Ge(arguments));
|
|
989
989
|
}
|
|
990
990
|
var zr = /* @__PURE__ */ function() {
|
|
991
991
|
function e(t, a, r, i) {
|
|
@@ -1010,12 +1010,12 @@ function $r(e, t, a) {
|
|
|
1010
1010
|
};
|
|
1011
1011
|
}
|
|
1012
1012
|
var Pr = /* @__PURE__ */ nt(4, [], /* @__PURE__ */ st([], $r, function(t, a, r, i) {
|
|
1013
|
-
var o = Jt(function(s,
|
|
1014
|
-
var
|
|
1015
|
-
return v && v["@@transducer/reduced"] ? Ya(s) : (s[
|
|
1013
|
+
var o = Jt(function(s, d) {
|
|
1014
|
+
var g = r(d), v = t(se(g, s) ? s[g] : ea(a), d);
|
|
1015
|
+
return v && v["@@transducer/reduced"] ? Ya(s) : (s[g] = v, s);
|
|
1016
1016
|
});
|
|
1017
1017
|
return Qt(o, {}, i);
|
|
1018
|
-
})), ta = /* @__PURE__ */
|
|
1018
|
+
})), ta = /* @__PURE__ */ ge(function(t, a, r) {
|
|
1019
1019
|
var i = t(a), o = t(r);
|
|
1020
1020
|
return i > o ? -1 : i < o ? 1 : 0;
|
|
1021
1021
|
});
|
|
@@ -1024,10 +1024,10 @@ function jr(e) {
|
|
|
1024
1024
|
return t === "[object Uint8ClampedArray]" || t === "[object Int8Array]" || t === "[object Uint8Array]" || t === "[object Int16Array]" || t === "[object Uint16Array]" || t === "[object Int32Array]" || t === "[object Uint32Array]" || t === "[object Float32Array]" || t === "[object Float64Array]" || t === "[object BigInt64Array]" || t === "[object BigUint64Array]";
|
|
1025
1025
|
}
|
|
1026
1026
|
var Er = /* @__PURE__ */ M(function(t) {
|
|
1027
|
-
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() :
|
|
1027
|
+
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() {
|
|
1028
1028
|
return arguments;
|
|
1029
1029
|
}() : jr(t) ? t.constructor.from("") : void 0;
|
|
1030
|
-
}),
|
|
1030
|
+
}), dt = /* @__PURE__ */ _(/* @__PURE__ */ gt("groupBy", /* @__PURE__ */ Pr(function(e, t) {
|
|
1031
1031
|
return e.push(t), e;
|
|
1032
1032
|
}, [])));
|
|
1033
1033
|
function Nr(e) {
|
|
@@ -1051,7 +1051,7 @@ var mt = /* @__PURE__ */ _(function(t, a) {
|
|
|
1051
1051
|
throw new TypeError(je(r) + ' does not have a method named "' + a + '"');
|
|
1052
1052
|
});
|
|
1053
1053
|
}), A = /* @__PURE__ */ M(function(t) {
|
|
1054
|
-
return t != null &&
|
|
1054
|
+
return t != null && Le(t, Er(t));
|
|
1055
1055
|
}), Pt = /* @__PURE__ */ mt(1, "join");
|
|
1056
1056
|
function Ir(e, t) {
|
|
1057
1057
|
for (var a = t, r = 0; r < e.length; r += 1) {
|
|
@@ -1064,15 +1064,15 @@ function Ir(e, t) {
|
|
|
1064
1064
|
}
|
|
1065
1065
|
var Ar = /* @__PURE__ */ _(function(t, a) {
|
|
1066
1066
|
return Or({}, a, t);
|
|
1067
|
-
}), _r = /* @__PURE__ */
|
|
1068
|
-
return
|
|
1067
|
+
}), _r = /* @__PURE__ */ ge(function(t, a, r) {
|
|
1068
|
+
return Le(Ir(a, r), t);
|
|
1069
1069
|
}), aa = /* @__PURE__ */ _(function(t, a) {
|
|
1070
1070
|
for (var r = {}, i = 0; i < t.length; )
|
|
1071
1071
|
t[i] in a && (r[t[i]] = a[t[i]]), i += 1;
|
|
1072
1072
|
return r;
|
|
1073
|
-
}), ut = /* @__PURE__ */
|
|
1074
|
-
return
|
|
1075
|
-
}), vt = /* @__PURE__ */
|
|
1073
|
+
}), ut = /* @__PURE__ */ ge(function(t, a, r) {
|
|
1074
|
+
return Le(t, ae(a, r));
|
|
1075
|
+
}), vt = /* @__PURE__ */ ge(function(t, a, r) {
|
|
1076
1076
|
return r.replace(t, a);
|
|
1077
1077
|
}), ra = /* @__PURE__ */ _(function(t, a) {
|
|
1078
1078
|
return Array.prototype.slice.call(a, 0).sort(function(r, i) {
|
|
@@ -1085,7 +1085,7 @@ var Ar = /* @__PURE__ */ _(function(t, a) {
|
|
|
1085
1085
|
o = t[s](r, i), s += 1;
|
|
1086
1086
|
return o;
|
|
1087
1087
|
});
|
|
1088
|
-
}),
|
|
1088
|
+
}), Ye = /* @__PURE__ */ mt(1, "split");
|
|
1089
1089
|
function Dr(e) {
|
|
1090
1090
|
return Object.prototype.toString.call(e) === "[object RegExp]";
|
|
1091
1091
|
}
|
|
@@ -1115,7 +1115,7 @@ const Hr = "Local time", Fr = "Overtime", Rr = "Shootout", Kr = "Game sheet", Ur
|
|
|
1115
1115
|
teamsStats: Zr,
|
|
1116
1116
|
teamMembers: Xr,
|
|
1117
1117
|
penalties: ei
|
|
1118
|
-
}, ti = { attendance: "{0} attending" }, ai = { events: "Events", lineups: "Lineups", teamStats: "Team stats", playerStats: "Player stats", officials: "Officials" }, ri = { coaches: "Coaches", referees: "Referees", teamOfficials: "Team Officials", gameOfficials: "Game Officials", fieldPlayers: "Field Players", goalies: "Goalies" }, ii = { Gól: "Goal", Kiállítás: "Penalty", Kapus: "Goalie", Idő: "Timeout", Büntető: "Penalty Shoot", goalie: { KI: "Out", BE: "In", CSERE: "Change" } }, ni = { 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" }, oi = { powerPlays: "Power-plays", powerPlaysGoalFor: "Power-plays Gals Fr", powerPlayEfficiency: "Power-plays Efficiency", penaltyKill: "Shorthanded", powerPlaysKilled: "Power-plays Killed", penaltyKillEfficiency: "Penalty-Killing Efficiency" }, si = { "row-1": "Line 1", "row-2": "Line 2", "row-3": "Line 3", "row-4": "Line 4", "row-gk": "Goalkeepers" }, li = { referee: "Referees", judge: "Judges", medical: "Medical" }, ci = { 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" },
|
|
1118
|
+
}, ti = { attendance: "{0} attending" }, ai = { events: "Events", lineups: "Lineups", teamStats: "Team stats", playerStats: "Player stats", officials: "Officials" }, ri = { coaches: "Coaches", referees: "Referees", teamOfficials: "Team Officials", gameOfficials: "Game Officials", fieldPlayers: "Field Players", goalies: "Goalies" }, ii = { Gól: "Goal", Kiállítás: "Penalty", Kapus: "Goalie", Idő: "Timeout", Büntető: "Penalty Shoot", goalie: { KI: "Out", BE: "In", CSERE: "Change" } }, ni = { 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" }, oi = { powerPlays: "Power-plays", powerPlaysGoalFor: "Power-plays Gals Fr", powerPlayEfficiency: "Power-plays Efficiency", penaltyKill: "Shorthanded", powerPlaysKilled: "Power-plays Killed", penaltyKillEfficiency: "Penalty-Killing Efficiency" }, si = { "row-1": "Line 1", "row-2": "Line 2", "row-3": "Line 3", "row-4": "Line 4", "row-gk": "Goalkeepers" }, li = { referee: "Referees", judge: "Judges", medical: "Medical" }, ci = { 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 = {
|
|
1119
1119
|
gameData: ti,
|
|
1120
1120
|
menu: ai,
|
|
1121
1121
|
title: ri,
|
|
@@ -1125,8 +1125,8 @@ const Hr = "Local time", Fr = "Overtime", Rr = "Shootout", Kr = "Game sheet", Ur
|
|
|
1125
1125
|
rows: si,
|
|
1126
1126
|
roleType: li,
|
|
1127
1127
|
role: ci
|
|
1128
|
-
},
|
|
1129
|
-
localTime:
|
|
1128
|
+
}, di = "Helyszín szerinti idő", mi = "Hosszabbítás után", ui = "Szétlövés után", vi = "Jegyzőkönyv", bi = "TOI statisztika", pi = "Videó", fi = { "status-1": "Élő", "status-2": "Végeredmény", "status-3": "Versenybíróság", "status-4": "Elhalasztva" }, hi = "A csapat legjobb játékosa", yi = { 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" }, wi = { referees: "Játékvezető", linesmen: "Vonalbíró", attendance: "Nézőszám" }, xi = { 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" }, ki = { 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ő" }, Ti = { headCoach: "Vezetőedző", secondCoach: "Másodedző", teamLeader: "Csapatvezető", officialPerson1: "Hivatalos személy", officialPerson2: "Hivatalos személy", officialPerson3: "Hivatalos személy" }, Si = { 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 = {
|
|
1129
|
+
localTime: di,
|
|
1130
1130
|
afterOvertime: mi,
|
|
1131
1131
|
afterShootout: ui,
|
|
1132
1132
|
sheet: vi,
|
|
@@ -1150,7 +1150,7 @@ const Hr = "Local time", Fr = "Overtime", Rr = "Shootout", Kr = "Game sheet", Ur
|
|
|
1150
1150
|
rows: Oi,
|
|
1151
1151
|
roleType: Ii,
|
|
1152
1152
|
role: Ai
|
|
1153
|
-
},
|
|
1153
|
+
}, Be = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjxwYXRoIGZpbGw9IiNERDJFNDQiIGQ9Ik0zNiAzMmE0IDQgMCAwIDEtNCA0SDRhNCA0IDAgMCAxLTQtNFY0YTQgNCAwIDAgMSA0LTRoMjhhNCA0IDAgMCAxIDQgNHYyOHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTQuNzQ3IDkuMTI1Yy41MjctMS40MjYgMS43MzYtMi41NzMgMy4zMTctMi41NzNjMS42NDMgMCAyLjc5MiAxLjA4NSAzLjMxOCAyLjU3M2w2LjA3NyAxNi44NjdjLjE4Ni40OTYuMjQ4LjkzMS4yNDggMS4xNDdjMCAxLjIwOS0uOTkyIDIuMDQ2LTIuMTM5IDIuMDQ2Yy0xLjMwMyAwLTEuOTU0LS42ODItMi4yNjQtMS42MTFsLS45MzEtMi45MTVoLTguNjJsLS45MyAyLjg4NGMtLjMxLjk2MS0uOTYxIDEuNjQyLTIuMjMyIDEuNjQyYy0xLjI0IDAtMi4yOTQtLjkzLTIuMjk0LTIuMTdjMC0uNDk2LjE1NS0uODY4LjIxNy0xLjAyM2w2LjIzMy0xNi44Njd6bS4zNCAxMS4yNTZoNS44OTFsLTIuODgzLTguOTkyaC0uMDYybC0yLjk0NiA4Ljk5MnoiLz48L3N2Zz4=", He = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjxwYXRoIGZpbGw9IiNERDJFNDQiIGQ9Ik0zNiAzMmE0IDQgMCAwIDEtNCA0SDRhNCA0IDAgMCAxLTQtNFY0YTQgNCAwIDAgMSA0LTRoMjhhNCA0IDAgMCAxIDQgNHYyOHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTAuNDk4IDkuMjQ5YzAtMS40ODggMS4wMjMtMi4zMjUgMi40NDktMi4zMjVIMTguOWMzLjIyNCAwIDUuODMgMi4xNyA1LjgzIDUuNDU3YzAgMi4xNy0uOSAzLjYyOC0yLjg4NSA0LjU1OHYuMDYyYzIuNjM3LjM3MiA0LjcxMyAyLjU3MyA0LjcxMyA1LjI3MWMwIDQuMzcyLTIuOTE0IDYuNzI5LTcuMTkzIDYuNzI5aC02LjM4NmMtMS40MjcgMC0yLjQ4MS0uODk5LTIuNDgxLTIuMzU2VjkuMjQ5em00LjY1MSA2LjQxOGgyLjQxOWMxLjUxOSAwIDIuNTExLS44OTkgMi41MTEtMi40NWMwLTEuNDU3LTEuMTQ3LTIuMjAxLTIuNTExLTIuMjAxaC0yLjQxOXY0LjY1MXptMCA5LjI0aDMuNjU5YzEuNjc0IDAgMi45MTUtLjk2MSAyLjkxNS0yLjY5N2MwLTEuNDU4LTEuMTE3LTIuNDUtMy4yODctMi40NWgtMy4yODd2NS4xNDd6Ii8+PC9zdmc+", sa = {
|
|
1154
1154
|
row: {
|
|
1155
1155
|
label: "table.row.short",
|
|
1156
1156
|
tooltip: "table.row.tooltip",
|
|
@@ -1276,38 +1276,38 @@ function jt(...e) {
|
|
|
1276
1276
|
for (const t of e)
|
|
1277
1277
|
t == null || t();
|
|
1278
1278
|
}
|
|
1279
|
-
const
|
|
1280
|
-
function
|
|
1279
|
+
const Fe = (e) => vt(". ", "-", e || "");
|
|
1280
|
+
function ga(e) {
|
|
1281
1281
|
const t = (e == null ? void 0 : e.periodResults) ?? "";
|
|
1282
|
-
let a = te(ee(Mr(/-:-/)),
|
|
1282
|
+
let a = te(ee(Mr(/-:-/)), Ye(","))(t).length;
|
|
1283
1283
|
return e.isShootout && (a = a - 2), e.isOvertime && (a = a - 1), a;
|
|
1284
1284
|
}
|
|
1285
1285
|
function Di(e, t) {
|
|
1286
|
-
const a = (e == null ? void 0 : e.actualPeriod) ??
|
|
1286
|
+
const a = (e == null ? void 0 : e.actualPeriod) ?? ga(e), r = {};
|
|
1287
1287
|
e.isShootout && (r.so = [], r.ot = []), e.isOvertime && (r.ot = []);
|
|
1288
1288
|
for (let o = a; o > 0; o--)
|
|
1289
1289
|
r[`p${o}`] = [];
|
|
1290
1290
|
return Ar(t, r);
|
|
1291
1291
|
}
|
|
1292
1292
|
function Et(e, t, a, r) {
|
|
1293
|
-
var
|
|
1293
|
+
var d, g, v, p;
|
|
1294
1294
|
const i = [];
|
|
1295
1295
|
let o = 0, s = 0;
|
|
1296
1296
|
for (let u = 0; u < e.length; u++)
|
|
1297
|
-
i.push(`${((
|
|
1297
|
+
i.push(`${((d = e[u][t]) == null ? void 0 : d[r]) ?? 0}:${((g = e[u][a]) == null ? void 0 : g[r]) ?? 0}`), o = o + (((v = e[u][t]) == null ? void 0 : v[r]) ?? 0), s = s + (((p = e[u][a]) == null ? void 0 : p[r]) ?? 0);
|
|
1298
1298
|
return `(${i.join(", ")}) ${o}:${s}`;
|
|
1299
1299
|
}
|
|
1300
1300
|
function Mi(e, t, a, r) {
|
|
1301
|
-
var
|
|
1301
|
+
var d, g, v, p;
|
|
1302
1302
|
const i = [];
|
|
1303
1303
|
let o = 0, s = 0;
|
|
1304
1304
|
for (let u = 0; u < e.length; u++)
|
|
1305
|
-
i.push(`${((
|
|
1305
|
+
i.push(`${((d = e[u][t]) == null ? void 0 : d[r]) ?? 0}:${((g = e[u][a]) == null ? void 0 : g[r]) ?? 0}`), o = o + (((v = e[u][t]) == null ? void 0 : v[r]) ?? 0), s = s + (((p = e[u][a]) == null ? void 0 : p[r]) ?? 0);
|
|
1306
1306
|
return `(${i.join(", ")}) ${o}:${s}`;
|
|
1307
1307
|
}
|
|
1308
1308
|
function Li(e) {
|
|
1309
|
-
var
|
|
1310
|
-
const t = ((
|
|
1309
|
+
var d, g, v, p, u, f;
|
|
1310
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.advTime) ?? 0, a = ((g = e == null ? void 0 : e.away) == null ? void 0 : g.advTime) ?? 0, r = ((v = e == null ? void 0 : e.home) == null ? void 0 : v.advTimePP1) ?? 0, i = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.advTimePP1) ?? 0, o = ((u = e == null ? void 0 : e.home) == null ? void 0 : u.advTimePP2) ?? 0, s = ((f = e == null ? void 0 : e.away) == null ? void 0 : f.advTimePP2) ?? 0;
|
|
1311
1311
|
return {
|
|
1312
1312
|
advTime: `${R(t)} / ${R(a)}`,
|
|
1313
1313
|
advTimePP1: `${R(r)} / ${R(i)}`,
|
|
@@ -1315,16 +1315,16 @@ function Li(e) {
|
|
|
1315
1315
|
};
|
|
1316
1316
|
}
|
|
1317
1317
|
function Ci(e) {
|
|
1318
|
-
var
|
|
1319
|
-
const t = ((
|
|
1318
|
+
var d, g, v, p, u, f;
|
|
1319
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.adv) ?? 0, a = ((g = e == null ? void 0 : e.home) == null ? void 0 : g.ppgf) ?? 0, r = ((v = e == null ? void 0 : e.away) == null ? void 0 : v.adv) ?? 0, i = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.ppgf) ?? 0, o = (((u = e == null ? void 0 : e.home) == null ? void 0 : u.ppPercent) ?? 0).toFixed(2), s = (((f = e == null ? void 0 : e.away) == null ? void 0 : f.ppPercent) ?? 0).toFixed(2);
|
|
1320
1320
|
return `(${t}/${a}) <b>${o}%</b> / (${r}/${i}) <b>${s}%</b>`;
|
|
1321
1321
|
}
|
|
1322
1322
|
function Gi(e) {
|
|
1323
|
-
var
|
|
1324
|
-
const t = ((
|
|
1323
|
+
var d, g, v, p, u, f;
|
|
1324
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.dvg) ?? 0, a = ((g = e == null ? void 0 : e.home) == null ? void 0 : g.pk) ?? 0, r = ((v = e == null ? void 0 : e.away) == null ? void 0 : v.dvg) ?? 0, i = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.pk) ?? 0, o = (((u = e == null ? void 0 : e.home) == null ? void 0 : u.pkPercent) ?? 0).toFixed(2), s = (((f = e == null ? void 0 : e.away) == null ? void 0 : f.pkPercent) ?? 0).toFixed(2);
|
|
1325
1325
|
return `(${t}/${a}) <b>${o}%</b> / (${r}/${i}) <b>${s}%</b>`;
|
|
1326
1326
|
}
|
|
1327
|
-
function
|
|
1327
|
+
function da(e) {
|
|
1328
1328
|
return {
|
|
1329
1329
|
...e,
|
|
1330
1330
|
penaltyCause: te(Lr, vt("_", "-"))(e.penaltyCause)
|
|
@@ -1332,7 +1332,7 @@ function ga(e) {
|
|
|
1332
1332
|
}
|
|
1333
1333
|
const Ee = (e) => et(e, Ht(["toi"])), Bi = 20, Nt = 1e3 * 60 * 5;
|
|
1334
1334
|
function ma(e = {}) {
|
|
1335
|
-
const { data: t, interval: a, services: r } = e, { getGameData: i, getGameStats: o, getEvents: s, getGameOfficials:
|
|
1335
|
+
const { data: t, interval: a, services: r } = e, { getGameData: i, getGameStats: o, getEvents: s, getGameOfficials: d } = r, g = C(!0), { resume: v, pause: p, isActive: u } = Va(
|
|
1336
1336
|
() => jt(i, o, s),
|
|
1337
1337
|
a,
|
|
1338
1338
|
{ immediate: !1 }
|
|
@@ -1340,15 +1340,15 @@ function ma(e = {}) {
|
|
|
1340
1340
|
immediate: !0,
|
|
1341
1341
|
immediateCallback: !0
|
|
1342
1342
|
}), { resume: z, pause: P } = ht(
|
|
1343
|
-
() =>
|
|
1343
|
+
() => d(),
|
|
1344
1344
|
Nt,
|
|
1345
1345
|
{
|
|
1346
1346
|
immediate: !1,
|
|
1347
1347
|
immediateCallback: !0
|
|
1348
1348
|
}
|
|
1349
1349
|
);
|
|
1350
|
-
return Ea(
|
|
1351
|
-
E.gameStatus < 1 && (
|
|
1350
|
+
return Ea(g, v, p), be(t, (E) => {
|
|
1351
|
+
E.gameStatus < 1 && (g.value = !1), E.gameStatus === 1 && !u.value && (f(), z(), v(), g.value = !0), E.gameStatus > 1 && (g.value = !1, jt(o, s, d), f(), P(), p());
|
|
1352
1352
|
}), {
|
|
1353
1353
|
pause: p
|
|
1354
1354
|
};
|
|
@@ -1361,10 +1361,10 @@ function Hi(e = {}) {
|
|
|
1361
1361
|
return {
|
|
1362
1362
|
value: w(() => {
|
|
1363
1363
|
const i = n(e), o = a.value - Number.parseInt(i.periodTime, 10) * 60;
|
|
1364
|
-
let s =
|
|
1364
|
+
let s = ga(n(e)) - 1;
|
|
1365
1365
|
(i.isOvertime || i.isShootout) && s++;
|
|
1366
|
-
const
|
|
1367
|
-
return Math.max(o,
|
|
1366
|
+
const d = Oa(i.actualTime) - s * t * 60;
|
|
1367
|
+
return Math.max(o, d);
|
|
1368
1368
|
}),
|
|
1369
1369
|
max: a
|
|
1370
1370
|
};
|
|
@@ -1397,7 +1397,7 @@ const Fi = { class: "gamecenter-timeline-score-board" }, Ri = { class: "is-team
|
|
|
1397
1397
|
setup(e) {
|
|
1398
1398
|
const { t } = D();
|
|
1399
1399
|
return (a, r) => {
|
|
1400
|
-
var i, o, s,
|
|
1400
|
+
var i, o, s, d, g, v;
|
|
1401
1401
|
return c(), b("div", Fi, [
|
|
1402
1402
|
l("div", Ri, m((i = e.gameData.homeTeam) == null ? void 0 : i.longName), 1),
|
|
1403
1403
|
(c(), T(n(U), {
|
|
@@ -1407,13 +1407,13 @@ const Fi = { class: "gamecenter-timeline-score-board" }, Ri = { class: "is-team
|
|
|
1407
1407
|
l("div", Ki, m(e.gameData.homeTeamScore), 1),
|
|
1408
1408
|
l("div", Ui, [
|
|
1409
1409
|
e.gameData.gameStatus > 0 ? (c(), b(k, { key: 0 }, [
|
|
1410
|
-
x(m(n(t)(`periods.${n(
|
|
1410
|
+
x(m(n(t)(`periods.${n(Fe)(e.gameData.period)}`)), 1)
|
|
1411
1411
|
], 64)) : y("", !0)
|
|
1412
1412
|
]),
|
|
1413
1413
|
l("div", Vi, m(e.gameData.awayTeamScore), 1),
|
|
1414
1414
|
(c(), T(n(U), {
|
|
1415
|
-
key: (
|
|
1416
|
-
src: (
|
|
1415
|
+
key: (d = e.gameData.awayTeam) == null ? void 0 : d.logo,
|
|
1416
|
+
src: (g = e.gameData.awayTeam) == null ? void 0 : g.logo
|
|
1417
1417
|
}, null, 8, ["src"])),
|
|
1418
1418
|
l("div", qi, m((v = e.gameData.awayTeam) == null ? void 0 : v.longName), 1)
|
|
1419
1419
|
]);
|
|
@@ -1435,7 +1435,7 @@ function Wi(e) {
|
|
|
1435
1435
|
};
|
|
1436
1436
|
});
|
|
1437
1437
|
}
|
|
1438
|
-
const Qi = "Gól", Ji = "Kiállítás", Zi = "Kapus", Xi = "Idő", Ot = "Büntető", Ne = "events",
|
|
1438
|
+
const Qi = "Gól", Ji = "Kiállítás", Zi = "Kapus", Xi = "Idő", Ot = "Büntető", Ne = "events", We = "lineups", Qe = "team-stats", Je = "player-stats", Ze = "officials", en = {
|
|
1439
1439
|
role: {
|
|
1440
1440
|
label: "table.role.short",
|
|
1441
1441
|
tooltip: "table.role.tooltip",
|
|
@@ -1541,19 +1541,19 @@ const va = { render: nn }, on = { class: "progress" }, sn = ["aria-valuenow", "a
|
|
|
1541
1541
|
]));
|
|
1542
1542
|
}
|
|
1543
1543
|
};
|
|
1544
|
-
let
|
|
1545
|
-
function
|
|
1546
|
-
return ++
|
|
1544
|
+
let gn = 0;
|
|
1545
|
+
function dn() {
|
|
1546
|
+
return ++gn;
|
|
1547
1547
|
}
|
|
1548
|
-
const mn = (e) => te(
|
|
1548
|
+
const mn = (e) => te(Ge, Y((t) => ({ ...t, eventId: t.eventId ? t.eventId : dn() })))(e);
|
|
1549
1549
|
function un(e) {
|
|
1550
1550
|
const t = {
|
|
1551
1551
|
home: [],
|
|
1552
1552
|
away: []
|
|
1553
1553
|
};
|
|
1554
|
-
return e ? te(Y(
|
|
1554
|
+
return e ? te(Y(Ye(":")), Y(Br), Ye(","), vt(/^\(|\)$/g, ""))(e).reduce((r, i) => (r.home.push(i[0]), r.away.push(i[1]), r), t) : t;
|
|
1555
1555
|
}
|
|
1556
|
-
const It = (e) =>
|
|
1556
|
+
const It = (e) => dt(ae("row"), e);
|
|
1557
1557
|
function vn(e, t, a) {
|
|
1558
1558
|
const r = It((e == null ? void 0 : e[t]) ?? []), i = It((e == null ? void 0 : e[a]) ?? []);
|
|
1559
1559
|
return ["1", "2", "3", "4", "gk"].reduce(
|
|
@@ -1567,16 +1567,16 @@ function vn(e, t, a) {
|
|
|
1567
1567
|
}
|
|
1568
1568
|
);
|
|
1569
1569
|
}
|
|
1570
|
-
function
|
|
1570
|
+
function Ue(e, t, a, r) {
|
|
1571
1571
|
let i = 0, o = 0;
|
|
1572
|
-
const s = e.reduce((
|
|
1572
|
+
const s = e.reduce((d, g) => {
|
|
1573
1573
|
var z, P, E;
|
|
1574
|
-
const v = ((z =
|
|
1575
|
-
return i += p, o += u,
|
|
1574
|
+
const v = ((z = g[t]) == null ? void 0 : z.period) ?? "p1", p = ((P = g[t]) == null ? void 0 : P[r]) ?? 0, u = ((E = g[a]) == null ? void 0 : E[r]) ?? 0, f = p + u;
|
|
1575
|
+
return i += p, o += u, d[v] = {
|
|
1576
1576
|
max: f,
|
|
1577
1577
|
valueStart: p,
|
|
1578
1578
|
valueEnd: u
|
|
1579
|
-
},
|
|
1579
|
+
}, d;
|
|
1580
1580
|
}, {});
|
|
1581
1581
|
return s.all = {
|
|
1582
1582
|
max: i + o,
|
|
@@ -1585,8 +1585,8 @@ function Ve(e, t, a, r) {
|
|
|
1585
1585
|
}, s;
|
|
1586
1586
|
}
|
|
1587
1587
|
function bn(e) {
|
|
1588
|
-
var
|
|
1589
|
-
const t = ((
|
|
1588
|
+
var d, g, v, p, u, f;
|
|
1589
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.advTime) ?? 0, a = ((g = e == null ? void 0 : e.away) == null ? void 0 : g.advTime) ?? 0, r = ((v = e == null ? void 0 : e.home) == null ? void 0 : v.advTimePP1) ?? 0, i = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.advTimePP1) ?? 0, o = ((u = e == null ? void 0 : e.home) == null ? void 0 : u.advTimePP2) ?? 0, s = ((f = e == null ? void 0 : e.away) == null ? void 0 : f.advTimePP2) ?? 0;
|
|
1590
1590
|
return {
|
|
1591
1591
|
advTime: {
|
|
1592
1592
|
max: t + a,
|
|
@@ -1606,8 +1606,8 @@ function bn(e) {
|
|
|
1606
1606
|
};
|
|
1607
1607
|
}
|
|
1608
1608
|
function pn(e) {
|
|
1609
|
-
var
|
|
1610
|
-
const t = ((
|
|
1609
|
+
var d, g, v, p, u, f;
|
|
1610
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.adv) ?? 0, a = ((g = e == null ? void 0 : e.home) == null ? void 0 : g.ppgf) ?? 0, r = ((v = e == null ? void 0 : e.away) == null ? void 0 : v.adv) ?? 0, i = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.ppgf) ?? 0, o = (((u = e == null ? void 0 : e.home) == null ? void 0 : u.ppPercent) ?? 0).toFixed(2), s = (((f = e == null ? void 0 : e.away) == null ? void 0 : f.ppPercent) ?? 0).toFixed(2);
|
|
1611
1611
|
return {
|
|
1612
1612
|
powerPlays: {
|
|
1613
1613
|
max: t + r,
|
|
@@ -1630,8 +1630,8 @@ function pn(e) {
|
|
|
1630
1630
|
};
|
|
1631
1631
|
}
|
|
1632
1632
|
function fn(e) {
|
|
1633
|
-
var
|
|
1634
|
-
const t = ((
|
|
1633
|
+
var d, g, v, p, u, f;
|
|
1634
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.dvg) ?? 0, a = ((g = e == null ? void 0 : e.home) == null ? void 0 : g.pk) ?? 0, r = ((v = e == null ? void 0 : e.away) == null ? void 0 : v.dvg) ?? 0, i = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.pk) ?? 0, o = (((u = e == null ? void 0 : e.home) == null ? void 0 : u.pkPercent) ?? 0).toFixed(2), s = (((f = e == null ? void 0 : e.away) == null ? void 0 : f.pkPercent) ?? 0).toFixed(2);
|
|
1635
1635
|
return {
|
|
1636
1636
|
penaltyKill: {
|
|
1637
1637
|
max: t + r,
|
|
@@ -1658,7 +1658,7 @@ function hn(e, t) {
|
|
|
1658
1658
|
const o = ["first_referee", "second_referee", "first_line_judge", "second_line_judge"].indexOf(i.role);
|
|
1659
1659
|
return o > -1 ? o : 4;
|
|
1660
1660
|
}, r = (i) => ({ ...at(i), role: t(`role.${i.role}`) });
|
|
1661
|
-
return
|
|
1661
|
+
return dt(ae("type"), Y(r, ra(a, Zt(e))));
|
|
1662
1662
|
}
|
|
1663
1663
|
const At = ia([ta(ae("startingFive"))]);
|
|
1664
1664
|
function _t(e) {
|
|
@@ -1666,12 +1666,12 @@ function _t(e) {
|
|
|
1666
1666
|
}
|
|
1667
1667
|
aa(["first_referee", "second_referee", "first_line_judge", "second_line_judge"]);
|
|
1668
1668
|
function Dt(e, t) {
|
|
1669
|
-
const a = Vt(fr([_r(t, ["team", "id"]), ut("Gól", "type")]),
|
|
1670
|
-
(s,
|
|
1671
|
-
id:
|
|
1672
|
-
name: `${
|
|
1673
|
-
eventTime:
|
|
1674
|
-
eventTimeSec:
|
|
1669
|
+
const a = Vt(fr([_r(t, ["team", "id"]), ut("Gól", "type")]), Ge(e)), r = Y((s) => ({ ...s, eventTimeSec: _a(s.eventTime) }), a), i = ct(
|
|
1670
|
+
(s, d) => (s[d.playerId] ? s[d.playerId].eventTime += `, ${d.eventTime}` : s[d.playerId] = {
|
|
1671
|
+
id: d.playerId,
|
|
1672
|
+
name: `${d.lastName} ${d.firstName}`,
|
|
1673
|
+
eventTime: d.eventTime,
|
|
1674
|
+
eventTimeSec: d.eventTimeSec
|
|
1675
1675
|
}, s),
|
|
1676
1676
|
{},
|
|
1677
1677
|
r
|
|
@@ -1708,11 +1708,11 @@ const yn = { class: "gamecenter-timeline-game-data" }, wn = { class: "is-title-c
|
|
|
1708
1708
|
},
|
|
1709
1709
|
setup(e) {
|
|
1710
1710
|
const t = e, { t: a } = D(), r = w(() => un(t.gameData.periodResults)), i = w(() => Dt(t.gameEvents, t.gameData.homeTeam.id)), o = w(() => Dt(t.gameEvents, t.gameData.awayTeam.id));
|
|
1711
|
-
return (s,
|
|
1711
|
+
return (s, d) => (c(), b("div", yn, [
|
|
1712
1712
|
l("div", wn, [
|
|
1713
|
-
|
|
1713
|
+
d[0] || (B(-1, !0), (d[0] = l("div", { class: "is-title" }, [
|
|
1714
1714
|
x(m(e.gameData.championshipName) + " - " + m(e.gameData.divisionName) + " - " + m(e.gameData.gameName) + " / " + m(e.gameData.location.locationName), 1)
|
|
1715
|
-
])).cacheIndex = 0, B(1),
|
|
1715
|
+
])).cacheIndex = 0, B(1), d[0]),
|
|
1716
1716
|
l("div", xn, m(n($e)(e.gameData.gameDate, "L dddd - HH:mm", null, e.locale)) + " (" + m(n(Pe)(new Date(e.gameData.gameDate), null, e.locale)) + ") ", 1),
|
|
1717
1717
|
l("div", kn, m(n(a)("localTime")) + " (" + m(e.gameData.location.locationCountryISO || e.gameData.location.locationName) + "): " + m(n($e)(e.gameData.gameDate, "L dddd - HH:mm", e.gameData.location.timezone, e.locale)) + " (" + m(n(Pe)(new Date(e.gameData.gameDate), e.gameData.location.timezone, e.locale)) + ") ", 1),
|
|
1718
1718
|
l("div", Tn, [
|
|
@@ -1744,24 +1744,24 @@ const yn = { class: "gamecenter-timeline-game-data" }, wn = { class: "is-title-c
|
|
|
1744
1744
|
]),
|
|
1745
1745
|
l("div", Pn, [
|
|
1746
1746
|
l("div", null, [
|
|
1747
|
-
|
|
1747
|
+
d[1] || (B(-1, !0), (d[1] = h(n(U), {
|
|
1748
1748
|
src: e.gameData.homeTeam.logo,
|
|
1749
1749
|
class: "is-team-logo",
|
|
1750
|
-
"default-src": n(
|
|
1751
|
-
}, null, 8, ["src", "default-src"])).cacheIndex = 1, B(1),
|
|
1750
|
+
"default-src": n(Be)
|
|
1751
|
+
}, null, 8, ["src", "default-src"])).cacheIndex = 1, B(1), d[1]),
|
|
1752
1752
|
l("h1", jn, m(e.gameData.homeTeam.longName), 1),
|
|
1753
1753
|
l("ul", En, [
|
|
1754
|
-
(c(!0), b(k, null, N(i.value, (
|
|
1755
|
-
key:
|
|
1754
|
+
(c(!0), b(k, null, N(i.value, (g) => (c(), b("li", {
|
|
1755
|
+
key: g.id
|
|
1756
1756
|
}, [
|
|
1757
|
-
x(m(
|
|
1758
|
-
l("span", null, m(
|
|
1757
|
+
x(m(g.name) + " ", 1),
|
|
1758
|
+
l("span", null, m(g.eventTime), 1)
|
|
1759
1759
|
]))), 128))
|
|
1760
1760
|
])
|
|
1761
1761
|
]),
|
|
1762
1762
|
l("div", null, [
|
|
1763
1763
|
e.gameData.gameStatus > 1 ? (c(), b("p", Nn, m(n(a)(`gameStatus.status-${e.gameData.gameStatus}`)), 1)) : y("", !0),
|
|
1764
|
-
e.gameData.gameStatus === 1 ? (c(), b("p", On, m(n(a)(`periods.${n(
|
|
1764
|
+
e.gameData.gameStatus === 1 ? (c(), b("p", On, m(n(a)(`periods.${n(Fe)(e.gameData.period)}`)), 1)) : y("", !0),
|
|
1765
1765
|
e.gameData.gameStatus > 1 ? (c(), b(k, { key: 2 }, [
|
|
1766
1766
|
e.gameData.isOvertime ? (c(), b("p", In, [
|
|
1767
1767
|
l("span", An, m(n(a)("afterOvertime")), 1)
|
|
@@ -1779,7 +1779,7 @@ const yn = { class: "gamecenter-timeline-game-data" }, wn = { class: "is-title-c
|
|
|
1779
1779
|
class: H(["is-game-result", [{ "is-game-status-live": e.gameData.gameStatus === 1 }]])
|
|
1780
1780
|
}, [
|
|
1781
1781
|
e.gameData.gameStatus === 0 ? (c(), b("span", Ln, "-")) : (c(), b("span", Cn, m(e.gameData.homeTeamScore), 1)),
|
|
1782
|
-
|
|
1782
|
+
d[3] || (d[3] = x(":")),
|
|
1783
1783
|
e.gameData.gameStatus === 0 ? (c(), b("span", Gn, "-")) : (c(), b("span", Bn, m(e.gameData.awayTeamScore), 1))
|
|
1784
1784
|
], 2),
|
|
1785
1785
|
e.gameData.attendance ? (c(), b("p", Hn, m(n(a)("gameData.attendance", [e.gameData.attendance])), 1)) : y("", !0),
|
|
@@ -1791,18 +1791,18 @@ const yn = { class: "gamecenter-timeline-game-data" }, wn = { class: "is-title-c
|
|
|
1791
1791
|
}, null, 8, ["results", "home-team-name", "away-team-name"])) : y("", !0)
|
|
1792
1792
|
]),
|
|
1793
1793
|
l("div", null, [
|
|
1794
|
-
|
|
1794
|
+
d[2] || (B(-1, !0), (d[2] = h(n(U), {
|
|
1795
1795
|
src: e.gameData.awayTeam.logo,
|
|
1796
|
-
"default-src": n(
|
|
1796
|
+
"default-src": n(He),
|
|
1797
1797
|
class: "is-team-logo"
|
|
1798
|
-
}, null, 8, ["src", "default-src"])).cacheIndex = 2, B(1),
|
|
1798
|
+
}, null, 8, ["src", "default-src"])).cacheIndex = 2, B(1), d[2]),
|
|
1799
1799
|
l("h1", Fn, m(e.gameData.awayTeam.longName), 1),
|
|
1800
1800
|
l("ul", Rn, [
|
|
1801
|
-
(c(!0), b(k, null, N(o.value, (
|
|
1802
|
-
key:
|
|
1801
|
+
(c(!0), b(k, null, N(o.value, (g) => (c(), b("li", {
|
|
1802
|
+
key: g.id
|
|
1803
1803
|
}, [
|
|
1804
|
-
x(m(
|
|
1805
|
-
l("span", null, m(
|
|
1804
|
+
x(m(g.name) + " ", 1),
|
|
1805
|
+
l("span", null, m(g.eventTime), 1)
|
|
1806
1806
|
]))), 128))
|
|
1807
1807
|
])
|
|
1808
1808
|
])
|
|
@@ -1894,7 +1894,7 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1894
1894
|
}
|
|
1895
1895
|
},
|
|
1896
1896
|
setup(e) {
|
|
1897
|
-
const t = e, a = C(null), r = w(() => t.isHomeTeam ?
|
|
1897
|
+
const t = e, a = C(null), r = w(() => t.isHomeTeam ? Be : He);
|
|
1898
1898
|
return (i, o) => (c(), b(k, null, [
|
|
1899
1899
|
h(n(Q), {
|
|
1900
1900
|
offset: 2,
|
|
@@ -1903,12 +1903,12 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1903
1903
|
content: e.name,
|
|
1904
1904
|
"append-to": a.value
|
|
1905
1905
|
}, {
|
|
1906
|
-
default: S(({ setRef: s, events:
|
|
1906
|
+
default: S(({ setRef: s, events: d }) => [
|
|
1907
1907
|
l("span", ie({
|
|
1908
1908
|
ref: s,
|
|
1909
1909
|
tabindex: 0,
|
|
1910
1910
|
"aria-label": e.name
|
|
1911
|
-
}, ne(
|
|
1911
|
+
}, ne(d, !0)), [
|
|
1912
1912
|
h(n(U), {
|
|
1913
1913
|
src: e.logo,
|
|
1914
1914
|
"default-src": r.value
|
|
@@ -1942,8 +1942,8 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1942
1942
|
}
|
|
1943
1943
|
},
|
|
1944
1944
|
setup(e) {
|
|
1945
|
-
const t = e, a = C(null), { t: r } = D(), i = w(() => ee((
|
|
1946
|
-
return (
|
|
1945
|
+
const t = e, a = C(null), { t: r } = D(), i = w(() => ee((d) => A(d), [t.event.assists1, t.event.assists2])), o = w(() => t.event.homeOnIce), s = w(() => t.event.awayOnIce);
|
|
1946
|
+
return (d, g) => (c(), T(fe, {
|
|
1947
1947
|
timestamp: e.event.eventTime,
|
|
1948
1948
|
"is-home-team": e.isHomeTeam,
|
|
1949
1949
|
"event-type": e.event.type,
|
|
@@ -1991,7 +1991,7 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1991
1991
|
_: 2
|
|
1992
1992
|
}, 1032, ["content", "append-to"]))), 128))
|
|
1993
1993
|
]),
|
|
1994
|
-
|
|
1994
|
+
g[0] || (g[0] = l("span", null, " / ", -1)),
|
|
1995
1995
|
l("ul", null, [
|
|
1996
1996
|
(c(!0), b(k, null, N(s.value, (v) => (c(), T(n(Q), {
|
|
1997
1997
|
key: v.playerId,
|
|
@@ -2062,11 +2062,24 @@ function bo(e, t) {
|
|
|
2062
2062
|
return c(), b("svg", vo, t[0] || (t[0] = [
|
|
2063
2063
|
l("path", {
|
|
2064
2064
|
fill: "currentColor",
|
|
2065
|
-
d: "
|
|
2065
|
+
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"
|
|
2066
2066
|
}, null, -1)
|
|
2067
2067
|
]));
|
|
2068
2068
|
}
|
|
2069
|
-
const
|
|
2069
|
+
const Xe = { render: bo }, po = {
|
|
2070
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2071
|
+
fill: "none",
|
|
2072
|
+
viewBox: "0 0 24 24"
|
|
2073
|
+
};
|
|
2074
|
+
function fo(e, t) {
|
|
2075
|
+
return c(), b("svg", po, t[0] || (t[0] = [
|
|
2076
|
+
l("path", {
|
|
2077
|
+
fill: "#000",
|
|
2078
|
+
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"
|
|
2079
|
+
}, null, -1)
|
|
2080
|
+
]));
|
|
2081
|
+
}
|
|
2082
|
+
const ho = { render: fo }, yo = { class: "is-details-list" }, wo = { class: "is-evented-person" }, xo = { class: "is-player-number" }, ko = {
|
|
2070
2083
|
__name: "Goalies",
|
|
2071
2084
|
props: {
|
|
2072
2085
|
event: {
|
|
@@ -2090,9 +2103,9 @@ const Ie = { render: bo }, po = { class: "is-details-list" }, fo = { class: "is-
|
|
|
2090
2103
|
x(m(n(t)("eventType.Kapus")) + " - " + m(n(t)(`eventType.goalie.${e.event.gkDirection}`)), 1)
|
|
2091
2104
|
]),
|
|
2092
2105
|
"details-list": S(() => [
|
|
2093
|
-
l("ul",
|
|
2094
|
-
l("li",
|
|
2095
|
-
l("span",
|
|
2106
|
+
l("ul", yo, [
|
|
2107
|
+
l("li", wo, [
|
|
2108
|
+
l("span", xo, m(e.event.jerseyNumber), 1),
|
|
2096
2109
|
x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
|
|
2097
2110
|
])
|
|
2098
2111
|
])
|
|
@@ -2106,37 +2119,38 @@ const Ie = { render: bo }, po = { class: "is-details-list" }, fo = { class: "is-
|
|
|
2106
2119
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2107
2120
|
]),
|
|
2108
2121
|
"event-type-icon": S(() => [
|
|
2109
|
-
e.event.gkDirection === "CSERE" ? (c(), T(n(
|
|
2122
|
+
e.event.gkDirection === "CSERE" ? (c(), T(n(ho), {
|
|
2110
2123
|
key: 0,
|
|
2111
2124
|
width: "24",
|
|
2112
2125
|
height: "24",
|
|
2113
2126
|
class: "is-goalie-in-icon"
|
|
2114
2127
|
})) : y("", !0),
|
|
2115
|
-
e.event.gkDirection === "BE" ? (c(), T(n(
|
|
2128
|
+
e.event.gkDirection === "BE" ? (c(), T(n(Xe), {
|
|
2116
2129
|
key: 1,
|
|
2117
2130
|
width: "24",
|
|
2118
2131
|
height: "24",
|
|
2119
2132
|
class: "is-goalie-in-icon"
|
|
2120
|
-
})) : (
|
|
2133
|
+
})) : y("", !0),
|
|
2134
|
+
e.event.gkDirection === "KI" ? (c(), T(n(pa), {
|
|
2121
2135
|
key: 2,
|
|
2122
2136
|
width: "24",
|
|
2123
2137
|
height: "24",
|
|
2124
2138
|
class: "is-goalie-out-icon"
|
|
2125
|
-
}))
|
|
2139
|
+
})) : y("", !0)
|
|
2126
2140
|
]),
|
|
2127
2141
|
_: 1
|
|
2128
2142
|
}, 8, ["timestamp", "is-home-team", "event-type", "event"]));
|
|
2129
2143
|
}
|
|
2130
|
-
},
|
|
2131
|
-
function
|
|
2132
|
-
return c(), b("svg",
|
|
2144
|
+
}, To = { viewBox: "0 0 24 24" };
|
|
2145
|
+
function So(e, t) {
|
|
2146
|
+
return c(), b("svg", To, t[0] || (t[0] = [
|
|
2133
2147
|
l("path", {
|
|
2134
2148
|
fill: "currentColor",
|
|
2135
2149
|
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"
|
|
2136
2150
|
}, null, -1)
|
|
2137
2151
|
]));
|
|
2138
2152
|
}
|
|
2139
|
-
const fa = { render:
|
|
2153
|
+
const fa = { render: So }, zo = { class: "is-details-list" }, $o = { class: "is-evented-person" }, Po = { key: 0 }, jo = { class: "is-player-number" }, Eo = { class: "is-details-sub-title" }, No = {
|
|
2140
2154
|
__name: "Penalty",
|
|
2141
2155
|
props: {
|
|
2142
2156
|
event: {
|
|
@@ -2149,7 +2163,7 @@ const fa = { render: xo }, ko = { class: "is-details-list" }, To = { class: "is-
|
|
|
2149
2163
|
}
|
|
2150
2164
|
},
|
|
2151
2165
|
setup(e) {
|
|
2152
|
-
const t = e, { t: a } = D(), r = w(() =>
|
|
2166
|
+
const t = e, { t: a } = D(), r = w(() => da(t.event));
|
|
2153
2167
|
return (i, o) => (c(), T(fe, {
|
|
2154
2168
|
timestamp: e.event.eventTime,
|
|
2155
2169
|
"is-home-team": e.isHomeTeam,
|
|
@@ -2168,14 +2182,14 @@ const fa = { render: xo }, ko = { class: "is-details-list" }, To = { class: "is-
|
|
|
2168
2182
|
], 64)) : y("", !0)
|
|
2169
2183
|
]),
|
|
2170
2184
|
"details-list": S(() => [
|
|
2171
|
-
l("ul",
|
|
2172
|
-
l("li",
|
|
2173
|
-
e.event.jerseyNumber === null ? (c(), b("span",
|
|
2174
|
-
l("span",
|
|
2185
|
+
l("ul", zo, [
|
|
2186
|
+
l("li", $o, [
|
|
2187
|
+
e.event.jerseyNumber === null ? (c(), b("span", Po, m(n(a)("events.teamPenalty")), 1)) : (c(), b(k, { key: 1 }, [
|
|
2188
|
+
l("span", jo, m(e.event.jerseyNumber), 1),
|
|
2175
2189
|
x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
|
|
2176
2190
|
], 64))
|
|
2177
2191
|
]),
|
|
2178
|
-
l("li",
|
|
2192
|
+
l("li", Eo, [
|
|
2179
2193
|
x(m(n(a)(`penalties.${r.value.penaltyCause}`)) + " ", 1),
|
|
2180
2194
|
l("b", null, "(" + m(r.value.penaltyCause) + ")", 1)
|
|
2181
2195
|
])
|
|
@@ -2195,7 +2209,7 @@ const fa = { render: xo }, ko = { class: "is-details-list" }, To = { class: "is-
|
|
|
2195
2209
|
_: 1
|
|
2196
2210
|
}, 8, ["timestamp", "is-home-team", "event-type"]));
|
|
2197
2211
|
}
|
|
2198
|
-
},
|
|
2212
|
+
}, Oo = { class: "is-details-list" }, Io = { class: "is-evented-person" }, Ao = { class: "is-player-number" }, _o = {
|
|
2199
2213
|
__name: "PenaltyShot",
|
|
2200
2214
|
props: {
|
|
2201
2215
|
event: {
|
|
@@ -2225,9 +2239,9 @@ const fa = { render: xo }, ko = { class: "is-details-list" }, To = { class: "is-
|
|
|
2225
2239
|
x(" - (" + m(e.event.score) + ") ", 1)
|
|
2226
2240
|
]),
|
|
2227
2241
|
"details-list": S(() => [
|
|
2228
|
-
l("ul",
|
|
2229
|
-
l("li",
|
|
2230
|
-
l("span",
|
|
2242
|
+
l("ul", Oo, [
|
|
2243
|
+
l("li", Io, [
|
|
2244
|
+
l("span", Ao, m(e.event.jerseyNumber), 1),
|
|
2231
2245
|
x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
|
|
2232
2246
|
])
|
|
2233
2247
|
])
|
|
@@ -2246,20 +2260,20 @@ const fa = { render: xo }, ko = { class: "is-details-list" }, To = { class: "is-
|
|
|
2246
2260
|
_: 1
|
|
2247
2261
|
}, 8, ["timestamp", "is-home-team", "event-type", "event"]));
|
|
2248
2262
|
}
|
|
2249
|
-
},
|
|
2263
|
+
}, Do = {
|
|
2250
2264
|
width: "32",
|
|
2251
2265
|
height: "32",
|
|
2252
2266
|
viewBox: "0 0 24 24"
|
|
2253
2267
|
};
|
|
2254
|
-
function
|
|
2255
|
-
return c(), b("svg",
|
|
2268
|
+
function Mo(e, t) {
|
|
2269
|
+
return c(), b("svg", Do, t[0] || (t[0] = [
|
|
2256
2270
|
l("path", {
|
|
2257
2271
|
fill: "currentColor",
|
|
2258
2272
|
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"
|
|
2259
2273
|
}, null, -1)
|
|
2260
2274
|
]));
|
|
2261
2275
|
}
|
|
2262
|
-
const bt = { render:
|
|
2276
|
+
const bt = { render: Mo }, Lo = { class: "is-period-header" }, Co = {
|
|
2263
2277
|
__name: "Period",
|
|
2264
2278
|
props: {
|
|
2265
2279
|
event: {
|
|
@@ -2269,7 +2283,7 @@ const bt = { render: Ao }, _o = { class: "is-period-header" }, Do = {
|
|
|
2269
2283
|
},
|
|
2270
2284
|
setup(e) {
|
|
2271
2285
|
const { t } = D();
|
|
2272
|
-
return (a, r) => (c(), b("div",
|
|
2286
|
+
return (a, r) => (c(), b("div", Lo, [
|
|
2273
2287
|
r[0] || (r[0] = l("div", null, null, -1)),
|
|
2274
2288
|
l("p", null, m(e.event.eventPeriod === "pre" ? "-15:00" : e.event.eventTime), 1),
|
|
2275
2289
|
l("span", null, [
|
|
@@ -2278,7 +2292,7 @@ const bt = { render: Ao }, _o = { class: "is-period-header" }, Do = {
|
|
|
2278
2292
|
])
|
|
2279
2293
|
]));
|
|
2280
2294
|
}
|
|
2281
|
-
},
|
|
2295
|
+
}, Go = {
|
|
2282
2296
|
__name: "Timeout",
|
|
2283
2297
|
props: {
|
|
2284
2298
|
event: {
|
|
@@ -2314,7 +2328,7 @@ const bt = { render: Ao }, _o = { class: "is-period-header" }, Do = {
|
|
|
2314
2328
|
_: 1
|
|
2315
2329
|
}, 8, ["timestamp", "is-home-team", "event-type"]));
|
|
2316
2330
|
}
|
|
2317
|
-
},
|
|
2331
|
+
}, Bo = {
|
|
2318
2332
|
__name: "GameEvent",
|
|
2319
2333
|
props: {
|
|
2320
2334
|
event: {
|
|
@@ -2327,7 +2341,7 @@ const bt = { render: Ao }, _o = { class: "is-period-header" }, Do = {
|
|
|
2327
2341
|
}
|
|
2328
2342
|
},
|
|
2329
2343
|
setup(e) {
|
|
2330
|
-
const t = e, a = (/* @__PURE__ */ new Map()).set("Gól", go).set("Kiállítás",
|
|
2344
|
+
const t = e, a = (/* @__PURE__ */ new Map()).set("Gól", go).set("Kiállítás", No).set("Kapus", ko).set("Idő", Go).set("Büntető", _o).set("Period", Co), r = w(() => a.get(t.event.type)), i = w(() => {
|
|
2331
2345
|
var o, s;
|
|
2332
2346
|
return ((s = (o = t.event) == null ? void 0 : o.team) == null ? void 0 : s.id) === t.homeTeamId;
|
|
2333
2347
|
});
|
|
@@ -2336,7 +2350,7 @@ const bt = { render: Ao }, _o = { class: "is-period-header" }, Do = {
|
|
|
2336
2350
|
"is-home-team": i.value
|
|
2337
2351
|
}, null, 8, ["event", "is-home-team"]));
|
|
2338
2352
|
}
|
|
2339
|
-
},
|
|
2353
|
+
}, Ho = { class: "gamecenter-timeline-game-events" }, Fo = {
|
|
2340
2354
|
__name: "GameEvents",
|
|
2341
2355
|
props: {
|
|
2342
2356
|
gameEvents: {
|
|
@@ -2349,10 +2363,10 @@ const bt = { render: Ao }, _o = { class: "is-period-header" }, Do = {
|
|
|
2349
2363
|
}
|
|
2350
2364
|
},
|
|
2351
2365
|
setup(e) {
|
|
2352
|
-
return (t, a) => (c(), b("div",
|
|
2366
|
+
return (t, a) => (c(), b("div", Ho, [
|
|
2353
2367
|
h(za, { name: "transition-event" }, {
|
|
2354
2368
|
default: S(() => [
|
|
2355
|
-
(c(!0), b(k, null, N(e.gameEvents, (r) => (c(), T(
|
|
2369
|
+
(c(!0), b(k, null, N(e.gameEvents, (r) => (c(), T(Bo, {
|
|
2356
2370
|
key: r.eventId,
|
|
2357
2371
|
event: r,
|
|
2358
2372
|
"home-team-id": e.gameData.homeTeam.id
|
|
@@ -2363,7 +2377,7 @@ const bt = { render: Ao }, _o = { class: "is-period-header" }, Do = {
|
|
|
2363
2377
|
a[0] || (a[0] = l("div", { id: "event-tooltip-container" }, null, -1))
|
|
2364
2378
|
]));
|
|
2365
2379
|
}
|
|
2366
|
-
},
|
|
2380
|
+
}, Ro = { class: "gamecenter-timeline-lineups" }, Ko = { class: "is-heading-2" }, Uo = { class: "is-container" }, Vo = { class: "is-heading-2" }, qo = { class: "is-container" }, Yo = { class: "gamecenter-timeline-lineups-lines-simple" }, Wo = { class: "gamecenter-timeline-lineups-lines-simple" }, Qo = {
|
|
2367
2381
|
__name: "GameLineups",
|
|
2368
2382
|
props: {
|
|
2369
2383
|
data: {
|
|
@@ -2391,17 +2405,17 @@ const bt = { render: Ao }, _o = { class: "is-period-header" }, Do = {
|
|
|
2391
2405
|
},
|
|
2392
2406
|
setup(e) {
|
|
2393
2407
|
const t = e, { t: a } = D(), r = w(() => vn(t.data, t.homeTeamId, t.awayTeamId)), i = w(() => {
|
|
2394
|
-
var s,
|
|
2395
|
-
return _t(((
|
|
2408
|
+
var s, d;
|
|
2409
|
+
return _t(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.home) ?? []);
|
|
2396
2410
|
}), o = w(() => {
|
|
2397
|
-
var s,
|
|
2398
|
-
return _t(((
|
|
2411
|
+
var s, d;
|
|
2412
|
+
return _t(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.away) ?? []);
|
|
2399
2413
|
});
|
|
2400
|
-
return (s,
|
|
2401
|
-
(c(!0), b(k, null, N(r.value, (
|
|
2402
|
-
l("h2",
|
|
2403
|
-
l("div",
|
|
2404
|
-
(c(!0), b(k, null, N(
|
|
2414
|
+
return (s, d) => (c(), b("div", Ro, [
|
|
2415
|
+
(c(!0), b(k, null, N(r.value, (g, v) => (c(), b(k, { key: v }, [
|
|
2416
|
+
l("h2", Ko, m(n(a)(`rows.row-${v}`)), 1),
|
|
2417
|
+
l("div", Uo, [
|
|
2418
|
+
(c(!0), b(k, null, N(g, (p, u) => (c(), b("div", {
|
|
2405
2419
|
key: u,
|
|
2406
2420
|
class: H(["gamecenter-timeline-lineups-lines", [{ "is-away-team": u === "away" }]])
|
|
2407
2421
|
}, [
|
|
@@ -2431,34 +2445,34 @@ const bt = { render: Ao }, _o = { class: "is-period-header" }, Do = {
|
|
|
2431
2445
|
], 2))), 128))
|
|
2432
2446
|
])
|
|
2433
2447
|
], 64))), 128)),
|
|
2434
|
-
|
|
2435
|
-
l("h2",
|
|
2436
|
-
l("div",
|
|
2437
|
-
l("div",
|
|
2438
|
-
(c(!0), b(k, null, N(i.value, (
|
|
2439
|
-
key:
|
|
2448
|
+
d[0] || (d[0] = l("hr", null, null, -1)),
|
|
2449
|
+
l("h2", Vo, m(n(a)("title.coaches")), 1),
|
|
2450
|
+
l("div", qo, [
|
|
2451
|
+
l("div", Yo, [
|
|
2452
|
+
(c(!0), b(k, null, N(i.value, (g, v) => (c(), b("ul", {
|
|
2453
|
+
key: g.role,
|
|
2440
2454
|
class: "is-official-person-container is-home-team"
|
|
2441
2455
|
}, [
|
|
2442
2456
|
l("li", null, [
|
|
2443
2457
|
h(n(U), {
|
|
2444
|
-
src:
|
|
2458
|
+
src: g.picture
|
|
2445
2459
|
}, null, 8, ["src"])
|
|
2446
2460
|
]),
|
|
2447
|
-
l("li", null, m(
|
|
2461
|
+
l("li", null, m(g.name), 1),
|
|
2448
2462
|
l("li", null, m(n(a)(`teamMembers.${v}`)), 1)
|
|
2449
2463
|
]))), 128))
|
|
2450
2464
|
]),
|
|
2451
|
-
l("div",
|
|
2452
|
-
(c(!0), b(k, null, N(o.value, (
|
|
2453
|
-
key:
|
|
2465
|
+
l("div", Wo, [
|
|
2466
|
+
(c(!0), b(k, null, N(o.value, (g, v) => (c(), b("ul", {
|
|
2467
|
+
key: g.role,
|
|
2454
2468
|
class: "is-official-person-container is-away-team"
|
|
2455
2469
|
}, [
|
|
2456
2470
|
l("li", null, [
|
|
2457
2471
|
h(n(U), {
|
|
2458
|
-
src:
|
|
2472
|
+
src: g.picture
|
|
2459
2473
|
}, null, 8, ["src"])
|
|
2460
2474
|
]),
|
|
2461
|
-
l("li", null, m(
|
|
2475
|
+
l("li", null, m(g.name), 1),
|
|
2462
2476
|
l("li", null, m(n(a)(`teamMembers.${v}`)), 1)
|
|
2463
2477
|
]))), 128))
|
|
2464
2478
|
])
|
|
@@ -2466,18 +2480,18 @@ const bt = { render: Ao }, _o = { class: "is-period-header" }, Do = {
|
|
|
2466
2480
|
]));
|
|
2467
2481
|
}
|
|
2468
2482
|
};
|
|
2469
|
-
function
|
|
2483
|
+
function Ie(e, t) {
|
|
2470
2484
|
return Y((r) => ({
|
|
2471
2485
|
...e[r].name ? { name: e[r].name } : e[r].firstName ? at(e[r]) : { name: "" },
|
|
2472
2486
|
role: t(`teamMembers.${r}`)
|
|
2473
2487
|
}))(X(e));
|
|
2474
2488
|
}
|
|
2475
|
-
const
|
|
2489
|
+
const Jo = {
|
|
2476
2490
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2477
2491
|
viewBox: "0 0 24 24"
|
|
2478
2492
|
};
|
|
2479
|
-
function
|
|
2480
|
-
return c(), b("svg",
|
|
2493
|
+
function Zo(e, t) {
|
|
2494
|
+
return c(), b("svg", Jo, t[0] || (t[0] = [
|
|
2481
2495
|
l("path", {
|
|
2482
2496
|
fill: "currentColor",
|
|
2483
2497
|
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",
|
|
@@ -2489,7 +2503,7 @@ function Wo(e, t) {
|
|
|
2489
2503
|
}, null, -1)
|
|
2490
2504
|
]));
|
|
2491
2505
|
}
|
|
2492
|
-
const
|
|
2506
|
+
const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onBlur"], F = {
|
|
2493
2507
|
__name: "GameDataTable",
|
|
2494
2508
|
props: {
|
|
2495
2509
|
columns: {
|
|
@@ -2511,8 +2525,8 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2511
2525
|
},
|
|
2512
2526
|
emits: ["sort"],
|
|
2513
2527
|
setup(e, { emit: t }) {
|
|
2514
|
-
const a = e, r = t, i = C(null), { t: o } = D(), s = (
|
|
2515
|
-
return (
|
|
2528
|
+
const a = e, r = t, i = C(null), { t: o } = D(), s = (d) => r("sort", d);
|
|
2529
|
+
return (d, g) => (c(), b("div", null, [
|
|
2516
2530
|
l("h2", null, m(e.title), 1),
|
|
2517
2531
|
h(n(Pa), null, {
|
|
2518
2532
|
default: S(({ el: v }) => [
|
|
@@ -2540,8 +2554,8 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2540
2554
|
onFocus: f,
|
|
2541
2555
|
onBlur: z
|
|
2542
2556
|
}, [
|
|
2543
|
-
h(n(
|
|
2544
|
-
], 40,
|
|
2557
|
+
h(n(Xo))
|
|
2558
|
+
], 40, es)
|
|
2545
2559
|
]),
|
|
2546
2560
|
_: 1
|
|
2547
2561
|
}, 8, ["content", "append-to"])) : y("", !0)
|
|
@@ -2565,7 +2579,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2565
2579
|
}, null, 512)
|
|
2566
2580
|
]));
|
|
2567
2581
|
}
|
|
2568
|
-
},
|
|
2582
|
+
}, ts = { class: "gamecenter-timeline-game-officials" }, as = { class: "is-heading-2" }, rs = { class: "is-game-officials-container" }, is = { class: "is-heading-2" }, ns = { class: "is-game-officials-container" }, os = {
|
|
2569
2583
|
__name: "GameOfficials",
|
|
2570
2584
|
props: {
|
|
2571
2585
|
gameOfficials: {
|
|
@@ -2583,15 +2597,15 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2583
2597
|
},
|
|
2584
2598
|
setup(e) {
|
|
2585
2599
|
const t = e, { columns: a } = oe(ca), { columns: r } = oe(en), { t: i } = D(), o = w(() => {
|
|
2586
|
-
var
|
|
2587
|
-
return
|
|
2600
|
+
var g, v;
|
|
2601
|
+
return Ie(((v = (g = t.gameOfficials) == null ? void 0 : g.gameTeamMembers) == null ? void 0 : v.home) ?? [], i);
|
|
2588
2602
|
}), s = w(() => {
|
|
2589
|
-
var
|
|
2590
|
-
return
|
|
2591
|
-
}),
|
|
2592
|
-
return (
|
|
2593
|
-
l("h2",
|
|
2594
|
-
l("div",
|
|
2603
|
+
var g, v;
|
|
2604
|
+
return Ie(((v = (g = t.gameOfficials) == null ? void 0 : g.gameTeamMembers) == null ? void 0 : v.away) ?? [], i);
|
|
2605
|
+
}), d = w(() => hn(t.gameOfficials.gameOfficials, i));
|
|
2606
|
+
return (g, v) => (c(), b("div", ts, [
|
|
2607
|
+
l("h2", as, m(n(i)("title.teamOfficials")), 1),
|
|
2608
|
+
l("div", rs, [
|
|
2595
2609
|
h(F, {
|
|
2596
2610
|
class: "is-home-team gamecenter-timeline-data-table",
|
|
2597
2611
|
columns: n(a),
|
|
@@ -2605,9 +2619,9 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2605
2619
|
title: e.awayTeamName
|
|
2606
2620
|
}, null, 8, ["columns", "rows", "title"])
|
|
2607
2621
|
]),
|
|
2608
|
-
l("h2",
|
|
2609
|
-
l("div",
|
|
2610
|
-
(c(!0), b(k, null, N(
|
|
2622
|
+
l("h2", is, m(n(i)("title.gameOfficials")), 1),
|
|
2623
|
+
l("div", ns, [
|
|
2624
|
+
(c(!0), b(k, null, N(d.value, (p, u) => (c(), T(F, {
|
|
2611
2625
|
key: u,
|
|
2612
2626
|
class: "gamecenter-timeline-data-table",
|
|
2613
2627
|
columns: n(r),
|
|
@@ -2617,7 +2631,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2617
2631
|
])
|
|
2618
2632
|
]));
|
|
2619
2633
|
}
|
|
2620
|
-
},
|
|
2634
|
+
}, Ae = {
|
|
2621
2635
|
__name: "GameGoaliesStatsProvider",
|
|
2622
2636
|
props: {
|
|
2623
2637
|
rows: {
|
|
@@ -2629,7 +2643,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2629
2643
|
const t = e, a = w(() => et(t.rows, tt, Ht(["mip"])));
|
|
2630
2644
|
return (r, i) => W(r.$slots, "default", { rows: a.value });
|
|
2631
2645
|
}
|
|
2632
|
-
},
|
|
2646
|
+
}, _e = {
|
|
2633
2647
|
__name: "GamePlayerStatsProvider",
|
|
2634
2648
|
props: {
|
|
2635
2649
|
rows: {
|
|
@@ -2641,13 +2655,13 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2641
2655
|
const t = e, { sort: a, change: r } = Na(), i = w(
|
|
2642
2656
|
() => et(ee(ut("gk", "row"), t.rows), Ia("position"), tt)
|
|
2643
2657
|
), o = w(() => Aa(i.value).sorted(a).value());
|
|
2644
|
-
return (s,
|
|
2658
|
+
return (s, d) => W(s.$slots, "default", {
|
|
2645
2659
|
rows: o.value.rows,
|
|
2646
2660
|
sort: n(a),
|
|
2647
2661
|
onSort: n(r)
|
|
2648
2662
|
});
|
|
2649
2663
|
}
|
|
2650
|
-
},
|
|
2664
|
+
}, ss = { class: "is-heading-2" }, ls = { class: "gamecenter-data-column" }, cs = { class: "is-heading-2" }, gs = { class: "gamecenter-data-columns" }, ds = {
|
|
2651
2665
|
__name: "GamePlayerStats",
|
|
2652
2666
|
props: {
|
|
2653
2667
|
data: {
|
|
@@ -2676,17 +2690,17 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2676
2690
|
}), s = w(() => {
|
|
2677
2691
|
var v, p;
|
|
2678
2692
|
return Ee(((p = (v = t.data) == null ? void 0 : v.players) == null ? void 0 : p[t.awayTeamId]) ?? []);
|
|
2679
|
-
}),
|
|
2693
|
+
}), d = w(() => {
|
|
2680
2694
|
var v, p;
|
|
2681
2695
|
return At(((p = (v = t.data) == null ? void 0 : v.goalies) == null ? void 0 : p[t.homeTeamId]) ?? []);
|
|
2682
|
-
}),
|
|
2696
|
+
}), g = w(() => {
|
|
2683
2697
|
var v, p;
|
|
2684
2698
|
return At(((p = (v = t.data) == null ? void 0 : v.goalies) == null ? void 0 : p[t.awayTeamId]) ?? []);
|
|
2685
2699
|
});
|
|
2686
2700
|
return (v, p) => (c(), b(k, null, [
|
|
2687
|
-
l("h2",
|
|
2688
|
-
l("div",
|
|
2689
|
-
h(
|
|
2701
|
+
l("h2", ss, m(n(a)("title.fieldPlayers")), 1),
|
|
2702
|
+
l("div", ls, [
|
|
2703
|
+
h(_e, { rows: o.value }, {
|
|
2690
2704
|
default: S(({ rows: u, sort: f, onSort: z }) => [
|
|
2691
2705
|
h(F, {
|
|
2692
2706
|
class: "is-home-team 'gamecenter-timeline-data-table",
|
|
@@ -2699,7 +2713,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2699
2713
|
]),
|
|
2700
2714
|
_: 1
|
|
2701
2715
|
}, 8, ["rows"]),
|
|
2702
|
-
h(
|
|
2716
|
+
h(_e, { rows: s.value }, {
|
|
2703
2717
|
default: S(({ rows: u, sort: f, onSort: z }) => [
|
|
2704
2718
|
h(F, {
|
|
2705
2719
|
class: "is-away-team gamecenter-timeline-data-table",
|
|
@@ -2713,9 +2727,9 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2713
2727
|
_: 1
|
|
2714
2728
|
}, 8, ["rows"])
|
|
2715
2729
|
]),
|
|
2716
|
-
l("h2",
|
|
2717
|
-
l("div",
|
|
2718
|
-
h(
|
|
2730
|
+
l("h2", cs, m(n(a)("title.goalies")), 1),
|
|
2731
|
+
l("div", gs, [
|
|
2732
|
+
h(Ae, { rows: d.value }, {
|
|
2719
2733
|
default: S(({ rows: u }) => [
|
|
2720
2734
|
h(F, {
|
|
2721
2735
|
class: "is-home-team gamecenter-timeline-data-table",
|
|
@@ -2726,7 +2740,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2726
2740
|
]),
|
|
2727
2741
|
_: 1
|
|
2728
2742
|
}, 8, ["rows"]),
|
|
2729
|
-
h(
|
|
2743
|
+
h(Ae, { rows: g.value }, {
|
|
2730
2744
|
default: S(({ rows: u }) => [
|
|
2731
2745
|
h(F, {
|
|
2732
2746
|
class: "is-away-team gamecenter-timeline-data-table",
|
|
@@ -2740,7 +2754,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2740
2754
|
])
|
|
2741
2755
|
], 64));
|
|
2742
2756
|
}
|
|
2743
|
-
},
|
|
2757
|
+
}, ms = { class: "gamecenter-timeline-tab-buttons" }, us = {
|
|
2744
2758
|
__name: "GameTabs",
|
|
2745
2759
|
props: {
|
|
2746
2760
|
activeTab: {
|
|
@@ -2755,33 +2769,33 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2755
2769
|
emits: ["update:activeTab"],
|
|
2756
2770
|
setup(e, { emit: t }) {
|
|
2757
2771
|
const a = e, r = t, i = it("history"), { t: o } = D();
|
|
2758
|
-
function s(
|
|
2759
|
-
r("update:activeTab",
|
|
2772
|
+
function s(d) {
|
|
2773
|
+
r("update:activeTab", d), a.useSearchParams && (i.tab = d);
|
|
2760
2774
|
}
|
|
2761
|
-
return (
|
|
2775
|
+
return (d, g) => (c(), b("div", ms, [
|
|
2762
2776
|
l("button", {
|
|
2763
2777
|
class: H(["tab-button", { "is-active": e.activeTab === n(Ne) }]),
|
|
2764
|
-
onClick:
|
|
2778
|
+
onClick: g[0] || (g[0] = (v) => s(n(Ne)))
|
|
2765
2779
|
}, m(n(o)("menu.events")), 3),
|
|
2766
2780
|
l("button", {
|
|
2767
|
-
class: H(["tab-button", { "is-active": e.activeTab === n(
|
|
2768
|
-
onClick:
|
|
2781
|
+
class: H(["tab-button", { "is-active": e.activeTab === n(We) }]),
|
|
2782
|
+
onClick: g[1] || (g[1] = (v) => s(n(We)))
|
|
2769
2783
|
}, m(n(o)("menu.lineups")), 3),
|
|
2770
2784
|
l("button", {
|
|
2771
|
-
class: H(["tab-button", { "is-active": e.activeTab === n(
|
|
2772
|
-
onClick:
|
|
2785
|
+
class: H(["tab-button", { "is-active": e.activeTab === n(Qe) }]),
|
|
2786
|
+
onClick: g[2] || (g[2] = (v) => s(n(Qe)))
|
|
2773
2787
|
}, m(n(o)("menu.teamStats")), 3),
|
|
2774
2788
|
l("button", {
|
|
2775
|
-
class: H(["tab-button", { "is-active": e.activeTab === n(
|
|
2776
|
-
onClick:
|
|
2789
|
+
class: H(["tab-button", { "is-active": e.activeTab === n(Je) }]),
|
|
2790
|
+
onClick: g[3] || (g[3] = (v) => s(n(Je)))
|
|
2777
2791
|
}, m(n(o)("menu.playerStats")), 3),
|
|
2778
2792
|
l("button", {
|
|
2779
|
-
class: H(["tab-button", { "is-active": e.activeTab === n(
|
|
2780
|
-
onClick:
|
|
2793
|
+
class: H(["tab-button", { "is-active": e.activeTab === n(Ze) }]),
|
|
2794
|
+
onClick: g[4] || (g[4] = (v) => s(n(Ze)))
|
|
2781
2795
|
}, m(n(o)("menu.officials")), 3)
|
|
2782
2796
|
]));
|
|
2783
2797
|
}
|
|
2784
|
-
},
|
|
2798
|
+
}, vs = { class: "statistics-double-bar" }, bs = { class: "is-value is-value-start" }, ps = { class: "is-bar is-bar-start" }, fs = { class: "is-bar is-bar-end" }, hs = { class: "is-value is-value-end" }, ys = { class: "is-title" }, J = {
|
|
2785
2799
|
__name: "StatisticsDoubleBar",
|
|
2786
2800
|
props: {
|
|
2787
2801
|
max: {
|
|
@@ -2807,8 +2821,8 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2807
2821
|
},
|
|
2808
2822
|
setup(e) {
|
|
2809
2823
|
const t = e, a = w(() => ({ width: `${t.valueStart / t.max * 100 || 0}%` })), r = w(() => ({ width: `${t.valueEnd / t.max * 100 || 0}%` }));
|
|
2810
|
-
return (i, o) => (c(), b("div",
|
|
2811
|
-
l("div",
|
|
2824
|
+
return (i, o) => (c(), b("div", vs, [
|
|
2825
|
+
l("div", bs, [
|
|
2812
2826
|
W(i.$slots, "value-start", {}, () => [
|
|
2813
2827
|
x(m(e.valueStart) + " ", 1),
|
|
2814
2828
|
e.valueSuffix ? (c(), b(k, { key: 0 }, [
|
|
@@ -2816,19 +2830,19 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2816
2830
|
], 64)) : y("", !0)
|
|
2817
2831
|
])
|
|
2818
2832
|
]),
|
|
2819
|
-
l("div",
|
|
2833
|
+
l("div", ps, [
|
|
2820
2834
|
l("div", {
|
|
2821
2835
|
class: "is-bar-start--progress",
|
|
2822
2836
|
style: ze(a.value)
|
|
2823
2837
|
}, null, 4)
|
|
2824
2838
|
]),
|
|
2825
|
-
l("div",
|
|
2839
|
+
l("div", fs, [
|
|
2826
2840
|
l("div", {
|
|
2827
2841
|
class: "is-bar-end--progress",
|
|
2828
2842
|
style: ze(r.value)
|
|
2829
2843
|
}, null, 4)
|
|
2830
2844
|
]),
|
|
2831
|
-
l("div",
|
|
2845
|
+
l("div", hs, [
|
|
2832
2846
|
W(i.$slots, "value-end", {}, () => [
|
|
2833
2847
|
x(m(e.valueEnd) + " ", 1),
|
|
2834
2848
|
e.valueSuffix ? (c(), b(k, { key: 0 }, [
|
|
@@ -2836,10 +2850,10 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2836
2850
|
], 64)) : y("", !0)
|
|
2837
2851
|
])
|
|
2838
2852
|
]),
|
|
2839
|
-
l("div",
|
|
2853
|
+
l("div", ys, m(e.title), 1)
|
|
2840
2854
|
]));
|
|
2841
2855
|
}
|
|
2842
|
-
},
|
|
2856
|
+
}, ws = { class: "gamecenter-timeline-team-stats" }, xs = { class: "is-heading-2" }, ks = { class: "is-stat-container" }, Ts = { class: "is-heading-2" }, Ss = { class: "is-stat-container" }, zs = { class: "is-heading-2" }, $s = { class: "is-stat-container" }, Ps = { class: "is-heading-2" }, js = { class: "is-stat-container" }, Es = { class: "is-heading-2" }, Ns = { class: "is-stat-container" }, Os = { class: "is-heading-2" }, Is = { class: "is-stat-container" }, As = {
|
|
2843
2857
|
__name: "GameTeamStats",
|
|
2844
2858
|
props: {
|
|
2845
2859
|
gameStats: {
|
|
@@ -2860,16 +2874,16 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2860
2874
|
return ((f = (u = t.gameData) == null ? void 0 : u.awayTeam) == null ? void 0 : f.id) ?? "";
|
|
2861
2875
|
}), o = w(() => {
|
|
2862
2876
|
var u;
|
|
2863
|
-
return
|
|
2877
|
+
return Ue(((u = t.gameStats) == null ? void 0 : u.teamSOG) ?? [], i.value, r.value, "shots");
|
|
2864
2878
|
}), s = w(() => {
|
|
2865
2879
|
var u;
|
|
2866
|
-
return
|
|
2867
|
-
}),
|
|
2880
|
+
return Ue(((u = t.gameStats) == null ? void 0 : u.teamSOG) ?? [], r.value, i.value, "saves");
|
|
2881
|
+
}), d = w(
|
|
2868
2882
|
() => {
|
|
2869
2883
|
var u;
|
|
2870
|
-
return
|
|
2884
|
+
return Ue(((u = t.gameStats) == null ? void 0 : u.teamPenalties) ?? [], r.value, i.value, "penaltyLength");
|
|
2871
2885
|
}
|
|
2872
|
-
),
|
|
2886
|
+
), g = w(() => {
|
|
2873
2887
|
var u;
|
|
2874
2888
|
return pn(((u = t.gameStats) == null ? void 0 : u.teamPowerPlay) ?? {});
|
|
2875
2889
|
}), v = w(() => {
|
|
@@ -2879,9 +2893,9 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2879
2893
|
var u;
|
|
2880
2894
|
return bn(((u = t.gameStats) == null ? void 0 : u.teamPowerPlay) ?? {});
|
|
2881
2895
|
});
|
|
2882
|
-
return (u, f) => (c(), b("div",
|
|
2883
|
-
l("h1",
|
|
2884
|
-
l("div",
|
|
2896
|
+
return (u, f) => (c(), b("div", ws, [
|
|
2897
|
+
l("h1", xs, m(n(a)("teamsStats.sog")), 1),
|
|
2898
|
+
l("div", ks, [
|
|
2885
2899
|
(c(!0), b(k, null, N(o.value, ({ max: z, valueStart: P, valueEnd: E }, j) => (c(), T(J, {
|
|
2886
2900
|
key: j,
|
|
2887
2901
|
max: z,
|
|
@@ -2890,8 +2904,8 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2890
2904
|
title: n(a)(`section.${j}`)
|
|
2891
2905
|
}, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
|
|
2892
2906
|
]),
|
|
2893
|
-
l("h1",
|
|
2894
|
-
l("div",
|
|
2907
|
+
l("h1", Ts, m(n(a)("teamsStats.saves")), 1),
|
|
2908
|
+
l("div", Ss, [
|
|
2895
2909
|
(c(!0), b(k, null, N(s.value, ({ max: z, valueStart: P, valueEnd: E }, j) => (c(), T(J, {
|
|
2896
2910
|
key: j,
|
|
2897
2911
|
max: z,
|
|
@@ -2900,9 +2914,9 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2900
2914
|
title: n(a)(`section.${j}`)
|
|
2901
2915
|
}, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
|
|
2902
2916
|
]),
|
|
2903
|
-
l("h1",
|
|
2904
|
-
l("div",
|
|
2905
|
-
(c(!0), b(k, null, N(
|
|
2917
|
+
l("h1", zs, m(n(a)("teamsStats.pim")), 1),
|
|
2918
|
+
l("div", $s, [
|
|
2919
|
+
(c(!0), b(k, null, N(d.value, ({ max: z, valueStart: P, valueEnd: E }, j) => (c(), T(J, {
|
|
2906
2920
|
key: j,
|
|
2907
2921
|
max: z,
|
|
2908
2922
|
"value-start": P,
|
|
@@ -2910,9 +2924,9 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2910
2924
|
title: n(a)(`section.${j}`)
|
|
2911
2925
|
}, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
|
|
2912
2926
|
]),
|
|
2913
|
-
l("h1",
|
|
2914
|
-
l("div",
|
|
2915
|
-
(c(!0), b(k, null, N(
|
|
2927
|
+
l("h1", Ps, m(n(a)("teamsStats.advPercent")), 1),
|
|
2928
|
+
l("div", js, [
|
|
2929
|
+
(c(!0), b(k, null, N(g.value, ({ max: z, valueStart: P, valueEnd: E, suffix: j }, G) => (c(), T(J, {
|
|
2916
2930
|
key: G,
|
|
2917
2931
|
max: z,
|
|
2918
2932
|
"value-start": P,
|
|
@@ -2921,8 +2935,8 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2921
2935
|
"value-suffix": j
|
|
2922
2936
|
}, null, 8, ["max", "value-start", "value-end", "title", "value-suffix"]))), 128))
|
|
2923
2937
|
]),
|
|
2924
|
-
l("h1",
|
|
2925
|
-
l("div",
|
|
2938
|
+
l("h1", Es, m(n(a)("teamsStats.penaltyKilling")), 1),
|
|
2939
|
+
l("div", Ns, [
|
|
2926
2940
|
(c(!0), b(k, null, N(v.value, ({ max: z, valueStart: P, valueEnd: E, suffix: j }, G) => (c(), T(J, {
|
|
2927
2941
|
key: G,
|
|
2928
2942
|
max: z,
|
|
@@ -2932,8 +2946,8 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2932
2946
|
"value-suffix": j
|
|
2933
2947
|
}, null, 8, ["max", "value-start", "value-end", "title", "value-suffix"]))), 128))
|
|
2934
2948
|
]),
|
|
2935
|
-
l("h1",
|
|
2936
|
-
l("div",
|
|
2949
|
+
l("h1", Os, m(n(a)("teamsStats.advantageTime")), 1),
|
|
2950
|
+
l("div", Is, [
|
|
2937
2951
|
h(J, {
|
|
2938
2952
|
max: p.value.advTime.max,
|
|
2939
2953
|
"value-start": p.value.advTime.valueStart,
|
|
@@ -2979,12 +2993,12 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2979
2993
|
])
|
|
2980
2994
|
]));
|
|
2981
2995
|
}
|
|
2982
|
-
}, 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-700);--vbr-widget-standings-selector-title-color: var(--vbr-widget-primary-color-900);--vbr-widget-standings-selector-title-weight: 700;--vbr-widget-standings-selector-title-transform: uppercase;--vbr-widget-standings-selector-title-padding: 0 .625em .5625em;--vbr-widget-standings-selector-subtitle-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-standings-selector-subtitle-padding: .25em .625em;--vbr-widget-standings-selector-subtitle-color: var(--vbr-widget-primary-color-500);--vbr-widget-standings-selector-subtitle-border-color: var(--vbr-widget-primary-color-200)}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}", Os = ".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)}}", Is = `.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)}`, As = '.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-color: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)}', _s = '.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)}', Ds = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", Ms = '.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) => {
|
|
2996
|
+
}, 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}", _s = ".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)}}", Ds = `.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)}`, Ms = '.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)}', Ls = '.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)}', Cs = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", Gs = '.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) => {
|
|
2983
2997
|
const a = e.__vccOpts || e;
|
|
2984
2998
|
for (const [r, i] of t)
|
|
2985
2999
|
a[r] = i;
|
|
2986
3000
|
return a;
|
|
2987
|
-
},
|
|
3001
|
+
}, Bs = 3e4, Hs = {
|
|
2988
3002
|
__name: "GameTimeline.ce",
|
|
2989
3003
|
props: {
|
|
2990
3004
|
locale: {
|
|
@@ -3001,7 +3015,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3001
3015
|
}
|
|
3002
3016
|
},
|
|
3003
3017
|
setup(e) {
|
|
3004
|
-
const t = e, a = { en: { ...na, ...
|
|
3018
|
+
const t = e, a = { en: { ...na, ...gi }, hu: { ...oa, ..._i } }, r = C(null), i = C(!1), o = it("history"), s = C(o.tab || Ne);
|
|
3005
3019
|
Ua(
|
|
3006
3020
|
r,
|
|
3007
3021
|
([{ isIntersecting: $ }]) => {
|
|
@@ -3011,13 +3025,13 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3011
3025
|
threshold: 0.25
|
|
3012
3026
|
}
|
|
3013
3027
|
);
|
|
3014
|
-
const { errors:
|
|
3028
|
+
const { errors: d, add: g, remove: v } = ua(), p = w(() => (o == null ? void 0 : o.gameid) || (o == null ? void 0 : o.gameId) || t.gameId), { state: u, execute: f } = Z({
|
|
3015
3029
|
options: {
|
|
3016
3030
|
path: "/v2/game-data",
|
|
3017
3031
|
apiKey: t.apiKey,
|
|
3018
3032
|
params: { gameId: p.value }
|
|
3019
3033
|
},
|
|
3020
|
-
onError: ($) =>
|
|
3034
|
+
onError: ($) => g("gameData", $),
|
|
3021
3035
|
onSuccess: () => v("gameData")
|
|
3022
3036
|
}), { state: z, execute: P } = Z({
|
|
3023
3037
|
options: {
|
|
@@ -3026,7 +3040,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3026
3040
|
params: { gameId: p.value }
|
|
3027
3041
|
},
|
|
3028
3042
|
transform: ($) => mn($),
|
|
3029
|
-
onError: ($) =>
|
|
3043
|
+
onError: ($) => g("gameEvents", $),
|
|
3030
3044
|
onSuccess: () => v("gameEvents")
|
|
3031
3045
|
}), { state: E, execute: j } = Z({
|
|
3032
3046
|
options: {
|
|
@@ -3034,7 +3048,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3034
3048
|
apiKey: t.apiKey,
|
|
3035
3049
|
params: { gameId: p.value }
|
|
3036
3050
|
},
|
|
3037
|
-
onError: ($) =>
|
|
3051
|
+
onError: ($) => g("gameStats", $),
|
|
3038
3052
|
onSuccess: () => v("gameStats")
|
|
3039
3053
|
}), { state: G, execute: re } = Z({
|
|
3040
3054
|
options: {
|
|
@@ -3042,13 +3056,13 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3042
3056
|
apiKey: t.apiKey,
|
|
3043
3057
|
params: { gameId: p.value }
|
|
3044
3058
|
},
|
|
3045
|
-
onError: ($) =>
|
|
3059
|
+
onError: ($) => g("gameOfficials", $),
|
|
3046
3060
|
onSuccess: () => v("gameOfficials")
|
|
3047
3061
|
});
|
|
3048
3062
|
ma({
|
|
3049
3063
|
data: u,
|
|
3050
3064
|
services: { getGameData: f, getGameStats: j, getEvents: P, getGameOfficials: re },
|
|
3051
|
-
interval:
|
|
3065
|
+
interval: Bs
|
|
3052
3066
|
});
|
|
3053
3067
|
const I = Wi(u);
|
|
3054
3068
|
return ($, L) => (c(), b("div", {
|
|
@@ -3062,7 +3076,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3062
3076
|
default: S(() => {
|
|
3063
3077
|
var V, pt;
|
|
3064
3078
|
return [
|
|
3065
|
-
(c(!0), b(k, null, N(n(
|
|
3079
|
+
(c(!0), b(k, null, N(n(d), (we) => (c(), T(n(Bt), {
|
|
3066
3080
|
key: we.key,
|
|
3067
3081
|
error: we
|
|
3068
3082
|
}, null, 8, ["error"]))), 128)),
|
|
@@ -3080,16 +3094,16 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3080
3094
|
locale: e.locale
|
|
3081
3095
|
}, null, 8, ["game-events", "game-data", "locale"])),
|
|
3082
3096
|
((pt = n(u)) == null ? void 0 : pt.gameStatus) > 0 ? (c(), b(k, { key: 2 }, [
|
|
3083
|
-
h(
|
|
3097
|
+
h(us, {
|
|
3084
3098
|
"active-tab": s.value,
|
|
3085
3099
|
"onUpdate:activeTab": L[0] || (L[0] = (we) => s.value = we)
|
|
3086
3100
|
}, null, 8, ["active-tab"]),
|
|
3087
|
-
s.value === n(Ne) && !n(A)(n(z)) && !n(A)(n(u)) ? (c(), T(
|
|
3101
|
+
s.value === n(Ne) && !n(A)(n(z)) && !n(A)(n(u)) ? (c(), T(Fo, {
|
|
3088
3102
|
key: 0,
|
|
3089
3103
|
"game-events": n(z),
|
|
3090
3104
|
"game-data": n(u)
|
|
3091
3105
|
}, null, 8, ["game-events", "game-data"])) : y("", !0),
|
|
3092
|
-
s.value === n(
|
|
3106
|
+
s.value === n(We) ? (c(), T(Qo, {
|
|
3093
3107
|
key: 1,
|
|
3094
3108
|
data: n(E).players,
|
|
3095
3109
|
"game-officials": n(G),
|
|
@@ -3098,12 +3112,12 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3098
3112
|
"away-team-id": n(u).awayTeam.id,
|
|
3099
3113
|
"away-team-name": n(u).awayTeam.longName
|
|
3100
3114
|
}, null, 8, ["data", "game-officials", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])) : y("", !0),
|
|
3101
|
-
s.value === n(
|
|
3115
|
+
s.value === n(Qe) ? (c(), T(As, {
|
|
3102
3116
|
key: 2,
|
|
3103
3117
|
"game-data": n(u),
|
|
3104
3118
|
"game-stats": n(E)
|
|
3105
3119
|
}, null, 8, ["game-data", "game-stats"])) : y("", !0),
|
|
3106
|
-
s.value === n(
|
|
3120
|
+
s.value === n(Je) && !n(A)(n(E)) ? (c(), T(ds, {
|
|
3107
3121
|
key: 3,
|
|
3108
3122
|
data: n(E),
|
|
3109
3123
|
"home-team-id": n(u).homeTeam.id,
|
|
@@ -3111,7 +3125,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3111
3125
|
"away-team-id": n(u).awayTeam.id,
|
|
3112
3126
|
"away-team-name": n(u).awayTeam.longName
|
|
3113
3127
|
}, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])) : y("", !0),
|
|
3114
|
-
s.value === n(
|
|
3128
|
+
s.value === n(Ze) && !n(A)(n(G)) && !n(A)(n(u)) ? (c(), T(os, {
|
|
3115
3129
|
key: 4,
|
|
3116
3130
|
"game-officials": n(G),
|
|
3117
3131
|
"home-team-name": n(u).homeTeam.longName,
|
|
@@ -3124,16 +3138,16 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3124
3138
|
}, 8, ["locale"])
|
|
3125
3139
|
], 4));
|
|
3126
3140
|
}
|
|
3127
|
-
},
|
|
3141
|
+
}, Fs = /* @__PURE__ */ ya(Hs, [["styles", [ha, _s, Ds, Ms, Ls, Cs, Gs]]]), Rs = { class: "gamecenter-game-data" }, Ks = { class: "is-title-container" }, Us = { class: "is-external-contents" }, Vs = ["href"], qs = ["href"], Ys = ["href"], Ws = { class: "is-teams-and-results" }, Qs = { class: "is-team-name" }, Js = {
|
|
3128
3142
|
key: 0,
|
|
3129
3143
|
class: "is-game-status"
|
|
3130
|
-
},
|
|
3144
|
+
}, Zs = {
|
|
3131
3145
|
key: 1,
|
|
3132
3146
|
class: "is-game-status"
|
|
3133
|
-
},
|
|
3147
|
+
}, Xs = { key: 0 }, el = { class: "is-badge is-invert is-large" }, tl = { key: 1 }, al = { class: "is-badge is-invert is-large" }, rl = {
|
|
3134
3148
|
key: 3,
|
|
3135
3149
|
class: "is-game-status"
|
|
3136
|
-
},
|
|
3150
|
+
}, il = { key: 0 }, nl = { key: 1 }, ol = { key: 2 }, sl = { key: 3 }, ll = { class: "is-period-results" }, cl = { class: "is-team-name" }, gl = {
|
|
3137
3151
|
__name: "GameData",
|
|
3138
3152
|
props: {
|
|
3139
3153
|
gameData: {
|
|
@@ -3147,8 +3161,8 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3147
3161
|
},
|
|
3148
3162
|
setup(e) {
|
|
3149
3163
|
const { t } = D();
|
|
3150
|
-
return (a, r) => (c(), b("div",
|
|
3151
|
-
l("div",
|
|
3164
|
+
return (a, r) => (c(), b("div", Rs, [
|
|
3165
|
+
l("div", Ks, [
|
|
3152
3166
|
r[0] || (B(-1, !0), (r[0] = l("div", { class: "is-title" }, [
|
|
3153
3167
|
x(m(e.gameData.championshipName) + " - " + m(e.gameData.divisionName) + " - " + m(e.gameData.gameName) + " / " + m(e.gameData.location.locationName), 1)
|
|
3154
3168
|
])).cacheIndex = 0, B(1), r[0]),
|
|
@@ -3158,7 +3172,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3158
3172
|
r[2] || (B(-1, !0), (r[2] = l("div", { class: "is-local-gamedate" }, [
|
|
3159
3173
|
x(m(n(t)("localTime")) + " (" + m(e.gameData.location.locationCountryISO || e.gameData.location.locationName) + "): " + m(n($e)(e.gameData.gameDate, "L dddd - HH:mm", e.gameData.location.timezone, e.locale)) + " (" + m(n(Pe)(new Date(e.gameData.gameDate), e.gameData.location.timezone, e.locale)) + ") ", 1)
|
|
3160
3174
|
])).cacheIndex = 2, B(1), r[2]),
|
|
3161
|
-
l("div",
|
|
3175
|
+
l("div", Us, [
|
|
3162
3176
|
e.gameData.electronicReportUrl ? (c(), b("a", {
|
|
3163
3177
|
key: 0,
|
|
3164
3178
|
href: e.gameData.electronicReportUrl,
|
|
@@ -3166,7 +3180,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3166
3180
|
}, [
|
|
3167
3181
|
h(n(Oe), { class: "is-icon" }),
|
|
3168
3182
|
x(" " + m(n(t)("sheet")), 1)
|
|
3169
|
-
], 8,
|
|
3183
|
+
], 8, Vs)) : y("", !0),
|
|
3170
3184
|
e.gameData.toiReportUrl ? (c(), b("a", {
|
|
3171
3185
|
key: 1,
|
|
3172
3186
|
href: e.gameData.toiReportUrl,
|
|
@@ -3174,7 +3188,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3174
3188
|
}, [
|
|
3175
3189
|
h(n(Oe), { class: "is-icon" }),
|
|
3176
3190
|
x(" " + m(n(t)("toiSheet")), 1)
|
|
3177
|
-
], 8,
|
|
3191
|
+
], 8, qs)) : y("", !0),
|
|
3178
3192
|
e.gameData.video ? (c(), b("a", {
|
|
3179
3193
|
key: 2,
|
|
3180
3194
|
href: e.gameData.video,
|
|
@@ -3182,30 +3196,30 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3182
3196
|
}, [
|
|
3183
3197
|
h(n(va), { class: "is-icon" }),
|
|
3184
3198
|
x(" " + m(n(t)("video")), 1)
|
|
3185
|
-
], 8,
|
|
3199
|
+
], 8, Ys)) : y("", !0)
|
|
3186
3200
|
])
|
|
3187
3201
|
]),
|
|
3188
|
-
l("div",
|
|
3202
|
+
l("div", Ws, [
|
|
3189
3203
|
r[3] || (B(-1, !0), (r[3] = l("div", null, [
|
|
3190
3204
|
h(n(U), {
|
|
3191
3205
|
src: e.gameData.homeTeam.logo,
|
|
3192
3206
|
class: "is-team-logo",
|
|
3193
|
-
"default-src": n(
|
|
3207
|
+
"default-src": n(Be)
|
|
3194
3208
|
}, null, 8, ["src", "default-src"]),
|
|
3195
|
-
l("h1",
|
|
3209
|
+
l("h1", Qs, m(e.gameData.homeTeam.longName), 1)
|
|
3196
3210
|
])).cacheIndex = 3, B(1), r[3]),
|
|
3197
3211
|
l("div", null, [
|
|
3198
|
-
e.gameData.gameStatus > 1 ? (c(), b("p",
|
|
3199
|
-
e.gameData.gameStatus === 1 ? (c(), b("p",
|
|
3212
|
+
e.gameData.gameStatus > 1 ? (c(), b("p", Js, m(n(t)(`gameStatus.status-${e.gameData.gameStatus}`)), 1)) : y("", !0),
|
|
3213
|
+
e.gameData.gameStatus === 1 ? (c(), b("p", Zs, m(n(t)(`periods.${n(Fe)(e.gameData.period)}`)), 1)) : y("", !0),
|
|
3200
3214
|
e.gameData.gameStatus > 1 ? (c(), b(k, { key: 2 }, [
|
|
3201
|
-
e.gameData.isOvertime ? (c(), b("p",
|
|
3202
|
-
l("span",
|
|
3215
|
+
e.gameData.isOvertime ? (c(), b("p", Xs, [
|
|
3216
|
+
l("span", el, m(n(t)("afterOvertime")), 1)
|
|
3203
3217
|
])) : y("", !0),
|
|
3204
|
-
e.gameData.isShootout ? (c(), b("p",
|
|
3205
|
-
l("span",
|
|
3218
|
+
e.gameData.isShootout ? (c(), b("p", tl, [
|
|
3219
|
+
l("span", al, m(n(t)("afterShootout")), 1)
|
|
3206
3220
|
])) : y("", !0)
|
|
3207
3221
|
], 64)) : y("", !0),
|
|
3208
|
-
e.gameData.gameStatus === 1 ? (c(), b("p",
|
|
3222
|
+
e.gameData.gameStatus === 1 ? (c(), b("p", rl, m(e.gameData.actualTime), 1)) : y("", !0),
|
|
3209
3223
|
e.gameData.gameStatus === 1 ? (c(), T(ba, {
|
|
3210
3224
|
key: 4,
|
|
3211
3225
|
"game-data": e.gameData
|
|
@@ -3213,24 +3227,24 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3213
3227
|
l("div", {
|
|
3214
3228
|
class: H(["is-game-result", [{ "is-game-status-live": e.gameData.gameStatus === 1 }]])
|
|
3215
3229
|
}, [
|
|
3216
|
-
e.gameData.gameStatus === 0 ? (c(), b("span",
|
|
3230
|
+
e.gameData.gameStatus === 0 ? (c(), b("span", il, "-")) : (c(), b("span", nl, m(e.gameData.homeTeamScore), 1)),
|
|
3217
3231
|
r[5] || (r[5] = x(":")),
|
|
3218
|
-
e.gameData.gameStatus === 0 ? (c(), b("span",
|
|
3232
|
+
e.gameData.gameStatus === 0 ? (c(), b("span", ol, "-")) : (c(), b("span", sl, m(e.gameData.awayTeamScore), 1))
|
|
3219
3233
|
], 2),
|
|
3220
|
-
l("p",
|
|
3234
|
+
l("p", ll, m(e.gameData.periodResults), 1)
|
|
3221
3235
|
]),
|
|
3222
3236
|
r[4] || (B(-1, !0), (r[4] = l("div", null, [
|
|
3223
3237
|
h(n(U), {
|
|
3224
3238
|
src: e.gameData.awayTeam.logo,
|
|
3225
|
-
"default-src": n(
|
|
3239
|
+
"default-src": n(He),
|
|
3226
3240
|
class: "is-team-logo"
|
|
3227
3241
|
}, null, 8, ["src", "default-src"]),
|
|
3228
|
-
l("h1",
|
|
3242
|
+
l("h1", cl, m(e.gameData.awayTeam.longName), 1)
|
|
3229
3243
|
])).cacheIndex = 4, B(1), r[4])
|
|
3230
3244
|
])
|
|
3231
3245
|
]));
|
|
3232
3246
|
}
|
|
3233
|
-
},
|
|
3247
|
+
}, dl = ["aria-label"], ye = {
|
|
3234
3248
|
__name: "TeamLogo",
|
|
3235
3249
|
props: {
|
|
3236
3250
|
name: {
|
|
@@ -3246,7 +3260,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3246
3260
|
}
|
|
3247
3261
|
},
|
|
3248
3262
|
setup(e) {
|
|
3249
|
-
const t = e, a = C(null), r = w(() => t.isHomeTeam ?
|
|
3263
|
+
const t = e, a = C(null), r = w(() => t.isHomeTeam ? Be : He);
|
|
3250
3264
|
return (i, o) => (c(), b(k, null, [
|
|
3251
3265
|
h(n(Q), {
|
|
3252
3266
|
offset: 2,
|
|
@@ -3255,17 +3269,17 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3255
3269
|
content: e.name,
|
|
3256
3270
|
"append-to": a.value
|
|
3257
3271
|
}, {
|
|
3258
|
-
default: S(({ setRef: s, events:
|
|
3272
|
+
default: S(({ setRef: s, events: d }) => [
|
|
3259
3273
|
l("span", ie({
|
|
3260
3274
|
ref: s,
|
|
3261
3275
|
tabindex: 0,
|
|
3262
3276
|
"aria-label": e.name
|
|
3263
|
-
}, ne(
|
|
3277
|
+
}, ne(d, !0)), [
|
|
3264
3278
|
h(n(U), {
|
|
3265
3279
|
src: e.logo,
|
|
3266
3280
|
"default-src": r.value
|
|
3267
3281
|
}, null, 8, ["src", "default-src"])
|
|
3268
|
-
], 16,
|
|
3282
|
+
], 16, dl)
|
|
3269
3283
|
]),
|
|
3270
3284
|
_: 1
|
|
3271
3285
|
}, 8, ["content", "append-to"]),
|
|
@@ -3275,19 +3289,19 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3275
3289
|
}, null, 512)
|
|
3276
3290
|
], 64));
|
|
3277
3291
|
}
|
|
3278
|
-
},
|
|
3292
|
+
}, ml = { class: "is-time-cell" }, ul = { class: "is-team-logo-cell" }, vl = { class: "is-icon-cell" }, bl = { class: "is-score" }, pl = {
|
|
3279
3293
|
key: 0,
|
|
3280
3294
|
class: "is-badge is-large"
|
|
3281
|
-
},
|
|
3295
|
+
}, fl = {
|
|
3282
3296
|
key: 1,
|
|
3283
3297
|
class: "is-badge is-large"
|
|
3284
|
-
},
|
|
3298
|
+
}, hl = {
|
|
3285
3299
|
key: 0,
|
|
3286
3300
|
class: "is-badge is-invert is-large"
|
|
3287
|
-
},
|
|
3301
|
+
}, yl = { class: "is-evented-person" }, wl = { class: "is-player-number" }, xl = { class: "is-assists-list" }, kl = {
|
|
3288
3302
|
key: 0,
|
|
3289
3303
|
class: "is-poi-data"
|
|
3290
|
-
},
|
|
3304
|
+
}, Tl = ["aria-label"], Sl = ["aria-label"], zl = {
|
|
3291
3305
|
__name: "Goal",
|
|
3292
3306
|
props: {
|
|
3293
3307
|
event: {
|
|
@@ -3301,9 +3315,9 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3301
3315
|
},
|
|
3302
3316
|
setup(e) {
|
|
3303
3317
|
const t = e, a = C(null), r = w(() => ee((s) => A(s), [t.event.assists1, t.event.assists2])), i = w(() => t.event.homeOnIce), o = w(() => t.event.awayOnIce);
|
|
3304
|
-
return (s,
|
|
3305
|
-
l("div",
|
|
3306
|
-
l("div",
|
|
3318
|
+
return (s, d) => (c(), b(k, null, [
|
|
3319
|
+
l("div", ml, m(e.event.eventTime), 1),
|
|
3320
|
+
l("div", ul, [
|
|
3307
3321
|
(c(), T(ye, {
|
|
3308
3322
|
key: e.event.team.id,
|
|
3309
3323
|
name: e.event.team.longName,
|
|
@@ -3311,16 +3325,16 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3311
3325
|
"is-home-team": e.isHomeTeam
|
|
3312
3326
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3313
3327
|
]),
|
|
3314
|
-
l("div",
|
|
3328
|
+
l("div", vl, [
|
|
3315
3329
|
h(n(pe), { class: "is-goal-icon" })
|
|
3316
3330
|
]),
|
|
3317
|
-
l("div",
|
|
3331
|
+
l("div", bl, m(e.event.score), 1),
|
|
3318
3332
|
l("div", null, [
|
|
3319
|
-
e.event.advantage ? (c(), b("span",
|
|
3320
|
-
e.event.en ? (c(), b("span",
|
|
3333
|
+
e.event.advantage ? (c(), b("span", pl, m(e.event.advantage), 1)) : y("", !0),
|
|
3334
|
+
e.event.en ? (c(), b("span", fl, " EN ")) : y("", !0)
|
|
3321
3335
|
]),
|
|
3322
3336
|
l("div", null, [
|
|
3323
|
-
e.event.ps || e.event.gws || e.event.gwg ? (c(), b("span",
|
|
3337
|
+
e.event.ps || e.event.gws || e.event.gwg ? (c(), b("span", hl, [
|
|
3324
3338
|
e.event.ps ? (c(), b(k, { key: 0 }, [
|
|
3325
3339
|
x("PS")
|
|
3326
3340
|
], 64)) : y("", !0),
|
|
@@ -3334,24 +3348,24 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3334
3348
|
]),
|
|
3335
3349
|
l("div", null, [
|
|
3336
3350
|
l("dl", null, [
|
|
3337
|
-
l("dt",
|
|
3338
|
-
l("span",
|
|
3351
|
+
l("dt", yl, [
|
|
3352
|
+
l("span", wl, m(e.event.jerseyNumber), 1),
|
|
3339
3353
|
x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
|
|
3340
3354
|
]),
|
|
3341
|
-
l("dt",
|
|
3342
|
-
(c(!0), b(k, null, N(r.value, (
|
|
3343
|
-
l("i", null, m(
|
|
3344
|
-
x(" " + m(
|
|
3355
|
+
l("dt", xl, [
|
|
3356
|
+
(c(!0), b(k, null, N(r.value, (g) => (c(), b("span", { key: g }, [
|
|
3357
|
+
l("i", null, m(g.jerseyNumber), 1),
|
|
3358
|
+
x(" " + m(g.lastName) + " " + m(g.firstName), 1)
|
|
3345
3359
|
]))), 128))
|
|
3346
3360
|
]),
|
|
3347
|
-
!n(A)(i.value) || !n(A)(o.value) ? (c(), b("dd",
|
|
3361
|
+
!n(A)(i.value) || !n(A)(o.value) ? (c(), b("dd", kl, [
|
|
3348
3362
|
l("ul", null, [
|
|
3349
|
-
(c(!0), b(k, null, N(i.value, (
|
|
3350
|
-
key:
|
|
3363
|
+
(c(!0), b(k, null, N(i.value, (g) => (c(), T(n(Q), {
|
|
3364
|
+
key: g.playerId,
|
|
3351
3365
|
offset: 2,
|
|
3352
3366
|
placement: "top",
|
|
3353
3367
|
theme: "tooltip",
|
|
3354
|
-
content: `${
|
|
3368
|
+
content: `${g.lastName} ${g.firstName}`,
|
|
3355
3369
|
"append-to": a.value
|
|
3356
3370
|
}, {
|
|
3357
3371
|
default: S(({ setRef: v, events: p }) => [
|
|
@@ -3359,20 +3373,20 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3359
3373
|
ref_for: !0,
|
|
3360
3374
|
ref: v,
|
|
3361
3375
|
tabindex: 0,
|
|
3362
|
-
"aria-label": `${
|
|
3363
|
-
}, ne(p, !0)), m(
|
|
3376
|
+
"aria-label": `${g.jerseyNumber} ${g.lastName} ${g.firstName}`
|
|
3377
|
+
}, ne(p, !0)), m(g.jerseyNumber), 17, Tl)
|
|
3364
3378
|
]),
|
|
3365
3379
|
_: 2
|
|
3366
3380
|
}, 1032, ["content", "append-to"]))), 128))
|
|
3367
3381
|
]),
|
|
3368
|
-
|
|
3382
|
+
d[0] || (d[0] = l("span", null, " / ", -1)),
|
|
3369
3383
|
l("ul", null, [
|
|
3370
|
-
(c(!0), b(k, null, N(o.value, (
|
|
3371
|
-
key:
|
|
3384
|
+
(c(!0), b(k, null, N(o.value, (g) => (c(), T(n(Q), {
|
|
3385
|
+
key: g.playerId,
|
|
3372
3386
|
offset: 2,
|
|
3373
3387
|
placement: "top",
|
|
3374
3388
|
theme: "tooltip",
|
|
3375
|
-
content: `${
|
|
3389
|
+
content: `${g.lastName} ${g.firstName}`,
|
|
3376
3390
|
"append-to": a.value
|
|
3377
3391
|
}, {
|
|
3378
3392
|
default: S(({ setRef: v, events: p }) => [
|
|
@@ -3380,8 +3394,8 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3380
3394
|
ref_for: !0,
|
|
3381
3395
|
ref: v,
|
|
3382
3396
|
tabindex: 0,
|
|
3383
|
-
"aria-label": `${
|
|
3384
|
-
}, ne(p, !0)), m(
|
|
3397
|
+
"aria-label": `${g.jerseyNumber} ${g.lastName} ${g.firstName}`
|
|
3398
|
+
}, ne(p, !0)), m(g.jerseyNumber), 17, Sl)
|
|
3385
3399
|
]),
|
|
3386
3400
|
_: 2
|
|
3387
3401
|
}, 1032, ["content", "append-to"]))), 128))
|
|
@@ -3395,7 +3409,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3395
3409
|
])
|
|
3396
3410
|
], 64));
|
|
3397
3411
|
}
|
|
3398
|
-
},
|
|
3412
|
+
}, $l = { class: "is-time-cell" }, Pl = { class: "is-team-logo-cell" }, jl = { class: "is-icon-cell" }, El = { class: "is-goalie-direction" }, Nl = { class: "is-evented-person" }, Ol = { class: "is-player-number" }, Il = {
|
|
3399
3413
|
__name: "Goalies",
|
|
3400
3414
|
props: {
|
|
3401
3415
|
event: {
|
|
@@ -3409,8 +3423,8 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3409
3423
|
},
|
|
3410
3424
|
setup(e) {
|
|
3411
3425
|
return (t, a) => (c(), b(k, null, [
|
|
3412
|
-
l("div",
|
|
3413
|
-
l("div",
|
|
3426
|
+
l("div", $l, m(e.event.eventTime), 1),
|
|
3427
|
+
l("div", Pl, [
|
|
3414
3428
|
(c(), T(ye, {
|
|
3415
3429
|
key: e.event.team.id,
|
|
3416
3430
|
name: e.event.team.longName,
|
|
@@ -3418,14 +3432,14 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3418
3432
|
"is-home-team": e.isHomeTeam
|
|
3419
3433
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3420
3434
|
]),
|
|
3421
|
-
l("div",
|
|
3422
|
-
e.event.gkDirection === "CSERE" ? (c(), T(n(
|
|
3435
|
+
l("div", jl, [
|
|
3436
|
+
e.event.gkDirection === "CSERE" ? (c(), T(n(Xe), {
|
|
3423
3437
|
key: 0,
|
|
3424
3438
|
width: "24",
|
|
3425
3439
|
height: "24",
|
|
3426
3440
|
class: "is-goalie-in-icon"
|
|
3427
3441
|
})) : y("", !0),
|
|
3428
|
-
e.event.gkDirection === "BE" ? (c(), T(n(
|
|
3442
|
+
e.event.gkDirection === "BE" ? (c(), T(n(Xe), {
|
|
3429
3443
|
key: 1,
|
|
3430
3444
|
width: "24",
|
|
3431
3445
|
height: "24",
|
|
@@ -3437,16 +3451,16 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3437
3451
|
class: "is-goalie-out-icon"
|
|
3438
3452
|
}))
|
|
3439
3453
|
]),
|
|
3440
|
-
l("div",
|
|
3454
|
+
l("div", El, m(e.event.gkDirection), 1),
|
|
3441
3455
|
a[0] || (a[0] = l("div", null, null, -1)),
|
|
3442
3456
|
a[1] || (a[1] = l("div", null, null, -1)),
|
|
3443
|
-
l("div",
|
|
3444
|
-
l("span",
|
|
3457
|
+
l("div", Nl, [
|
|
3458
|
+
l("span", Ol, m(e.event.jerseyNumber), 1),
|
|
3445
3459
|
x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
|
|
3446
3460
|
])
|
|
3447
3461
|
], 64));
|
|
3448
3462
|
}
|
|
3449
|
-
},
|
|
3463
|
+
}, Al = { class: "is-time-cell" }, _l = { class: "is-team-logo-cell" }, Dl = { class: "is-icon-cell" }, Ml = { class: "is-penalty-cell" }, Ll = ["aria-label"], Cl = { class: "is-light-cell" }, Gl = { class: "is-light-cell" }, Bl = { class: "is-evented-person" }, Hl = { key: 0 }, Fl = { class: "is-player-number" }, Rl = {
|
|
3450
3464
|
__name: "Penalty",
|
|
3451
3465
|
props: {
|
|
3452
3466
|
event: {
|
|
@@ -3459,10 +3473,10 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3459
3473
|
}
|
|
3460
3474
|
},
|
|
3461
3475
|
setup(e) {
|
|
3462
|
-
const t = e, a = C(null), { t: r } = D(), i = w(() =>
|
|
3476
|
+
const t = e, a = C(null), { t: r } = D(), i = w(() => da(t.event));
|
|
3463
3477
|
return (o, s) => (c(), b(k, null, [
|
|
3464
|
-
l("div",
|
|
3465
|
-
l("div",
|
|
3478
|
+
l("div", Al, m(e.event.eventTime), 1),
|
|
3479
|
+
l("div", _l, [
|
|
3466
3480
|
(c(), T(ye, {
|
|
3467
3481
|
key: e.event.team.id,
|
|
3468
3482
|
name: e.event.team.longName,
|
|
@@ -3470,14 +3484,14 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3470
3484
|
"is-home-team": e.isHomeTeam
|
|
3471
3485
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3472
3486
|
]),
|
|
3473
|
-
l("div",
|
|
3487
|
+
l("div", Dl, [
|
|
3474
3488
|
h(n(fa), {
|
|
3475
3489
|
width: "24",
|
|
3476
3490
|
height: "24",
|
|
3477
3491
|
class: "is-penalty-icon"
|
|
3478
3492
|
})
|
|
3479
3493
|
]),
|
|
3480
|
-
l("div",
|
|
3494
|
+
l("div", Ml, [
|
|
3481
3495
|
h(n(Q), {
|
|
3482
3496
|
offset: 2,
|
|
3483
3497
|
placement: "top",
|
|
@@ -3485,12 +3499,12 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3485
3499
|
content: n(r)(`penalties.${i.value.penaltyCause}`),
|
|
3486
3500
|
"append-to": a.value
|
|
3487
3501
|
}, {
|
|
3488
|
-
default: S(({ setRef:
|
|
3502
|
+
default: S(({ setRef: d, events: g }) => [
|
|
3489
3503
|
l("span", ie({
|
|
3490
|
-
ref:
|
|
3504
|
+
ref: d,
|
|
3491
3505
|
tabindex: 0,
|
|
3492
3506
|
"aria-label": n(r)(`penalties.${i.value.penaltyCause}`)
|
|
3493
|
-
}, ne(
|
|
3507
|
+
}, ne(g, !0)), m(i.value.penaltyCause), 17, Ll)
|
|
3494
3508
|
]),
|
|
3495
3509
|
_: 1
|
|
3496
3510
|
}, 8, ["content", "append-to"]),
|
|
@@ -3499,7 +3513,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3499
3513
|
ref: a
|
|
3500
3514
|
}, null, 512)
|
|
3501
3515
|
]),
|
|
3502
|
-
l("div",
|
|
3516
|
+
l("div", Cl, [
|
|
3503
3517
|
e.event.penaltyLength !== 0 ? (c(), b(k, { key: 0 }, [
|
|
3504
3518
|
x(m(n(r)("events.penaltyLength", [e.event.penaltyLength])), 1)
|
|
3505
3519
|
], 64)) : y("", !0),
|
|
@@ -3507,16 +3521,16 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3507
3521
|
x(" PS ")
|
|
3508
3522
|
], 64)) : y("", !0)
|
|
3509
3523
|
]),
|
|
3510
|
-
l("div",
|
|
3511
|
-
l("div",
|
|
3512
|
-
e.event.jerseyNumber === null ? (c(), b("span",
|
|
3513
|
-
l("span",
|
|
3524
|
+
l("div", Gl, m(e.event.penaltyEnd), 1),
|
|
3525
|
+
l("div", Bl, [
|
|
3526
|
+
e.event.jerseyNumber === null ? (c(), b("span", Hl, m(n(r)("events.teamPenalty")), 1)) : (c(), b(k, { key: 1 }, [
|
|
3527
|
+
l("span", Fl, m(e.event.jerseyNumber), 1),
|
|
3514
3528
|
x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
|
|
3515
3529
|
], 64))
|
|
3516
3530
|
])
|
|
3517
3531
|
], 64));
|
|
3518
3532
|
}
|
|
3519
|
-
},
|
|
3533
|
+
}, Kl = { class: "is-time-cell" }, Ul = { class: "is-team-logo-cell" }, Vl = { class: "is-icon-cell" }, ql = { class: "is-evented-person" }, Yl = { class: "is-player-number" }, Wl = {
|
|
3520
3534
|
__name: "PenaltyShot",
|
|
3521
3535
|
props: {
|
|
3522
3536
|
event: {
|
|
@@ -3531,8 +3545,8 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3531
3545
|
setup(e) {
|
|
3532
3546
|
const { t } = D();
|
|
3533
3547
|
return (a, r) => (c(), b(k, null, [
|
|
3534
|
-
l("div",
|
|
3535
|
-
l("div",
|
|
3548
|
+
l("div", Kl, m(e.event.eventTime), 1),
|
|
3549
|
+
l("div", Ul, [
|
|
3536
3550
|
(c(), T(ye, {
|
|
3537
3551
|
key: e.event.team.id,
|
|
3538
3552
|
name: e.event.team.longName,
|
|
@@ -3540,7 +3554,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3540
3554
|
"is-home-team": e.isHomeTeam
|
|
3541
3555
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3542
3556
|
]),
|
|
3543
|
-
l("div",
|
|
3557
|
+
l("div", Vl, [
|
|
3544
3558
|
h(n(pe), { class: "is-goal-so-icon" })
|
|
3545
3559
|
]),
|
|
3546
3560
|
l("div", {
|
|
@@ -3558,13 +3572,13 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3558
3572
|
], 2)
|
|
3559
3573
|
]),
|
|
3560
3574
|
r[0] || (r[0] = l("div", null, null, -1)),
|
|
3561
|
-
l("div",
|
|
3562
|
-
l("span",
|
|
3575
|
+
l("div", ql, [
|
|
3576
|
+
l("span", Yl, m(e.event.jerseyNumber), 1),
|
|
3563
3577
|
x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
|
|
3564
3578
|
])
|
|
3565
3579
|
], 64));
|
|
3566
3580
|
}
|
|
3567
|
-
},
|
|
3581
|
+
}, Ql = { class: "is-time-cell" }, Jl = { class: "is-team-logo-cell" }, Zl = { class: "is-icon-cell" }, Xl = {
|
|
3568
3582
|
__name: "Timeout",
|
|
3569
3583
|
props: {
|
|
3570
3584
|
event: {
|
|
@@ -3579,8 +3593,8 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3579
3593
|
setup(e) {
|
|
3580
3594
|
const { t } = D();
|
|
3581
3595
|
return (a, r) => (c(), b(k, null, [
|
|
3582
|
-
l("div",
|
|
3583
|
-
l("div",
|
|
3596
|
+
l("div", Ql, m(e.event.eventTime), 1),
|
|
3597
|
+
l("div", Jl, [
|
|
3584
3598
|
(c(), T(ye, {
|
|
3585
3599
|
key: e.event.team.id,
|
|
3586
3600
|
name: e.event.team.longName,
|
|
@@ -3588,7 +3602,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3588
3602
|
"is-home-team": e.isHomeTeam
|
|
3589
3603
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3590
3604
|
]),
|
|
3591
|
-
l("div",
|
|
3605
|
+
l("div", Zl, [
|
|
3592
3606
|
h(n(bt), { class: "is-timer-icon" })
|
|
3593
3607
|
]),
|
|
3594
3608
|
r[0] || (r[0] = l("div", null, null, -1)),
|
|
@@ -3597,7 +3611,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3597
3611
|
l("div", null, m(n(t)("events.timeout")), 1)
|
|
3598
3612
|
], 64));
|
|
3599
3613
|
}
|
|
3600
|
-
},
|
|
3614
|
+
}, ec = {
|
|
3601
3615
|
__name: "GameEvent",
|
|
3602
3616
|
props: {
|
|
3603
3617
|
event: {
|
|
@@ -3610,7 +3624,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3610
3624
|
}
|
|
3611
3625
|
},
|
|
3612
3626
|
setup(e) {
|
|
3613
|
-
const t = e, a = (/* @__PURE__ */ new Map()).set("Gól",
|
|
3627
|
+
const t = e, a = (/* @__PURE__ */ new Map()).set("Gól", zl).set("Kiállítás", Rl).set("Kapus", Il).set("Idő", Xl).set("Büntető", Wl), r = w(() => a.get(t.event.type)), i = w(() => {
|
|
3614
3628
|
var o;
|
|
3615
3629
|
return ((o = t.event.team) == null ? void 0 : o.id) === t.homeTeamId;
|
|
3616
3630
|
});
|
|
@@ -3619,10 +3633,10 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3619
3633
|
"is-home-team": i.value
|
|
3620
3634
|
}, null, 8, ["event", "is-home-team"]));
|
|
3621
3635
|
}
|
|
3622
|
-
},
|
|
3636
|
+
}, tc = { class: "gamecenter-game-events" }, ac = { class: "is-period-header" }, rc = {
|
|
3623
3637
|
key: 0,
|
|
3624
3638
|
class: "is-no-action"
|
|
3625
|
-
},
|
|
3639
|
+
}, ic = {
|
|
3626
3640
|
__name: "GameEvents",
|
|
3627
3641
|
props: {
|
|
3628
3642
|
gameEvents: {
|
|
@@ -3636,16 +3650,16 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3636
3650
|
},
|
|
3637
3651
|
setup(e) {
|
|
3638
3652
|
const t = e, { t: a } = D(), r = w(() => Di(t.gameData, t.gameEvents));
|
|
3639
|
-
return (i, o) => (c(), b("div",
|
|
3640
|
-
(c(!0), b(k, null, N(r.value, (s,
|
|
3641
|
-
l("div",
|
|
3642
|
-
s.length === 0 ? (c(), b("div",
|
|
3643
|
-
(c(!0), b(k, null, N(s, (
|
|
3644
|
-
key:
|
|
3653
|
+
return (i, o) => (c(), b("div", tc, [
|
|
3654
|
+
(c(!0), b(k, null, N(r.value, (s, d) => (c(), b(k, { key: d }, [
|
|
3655
|
+
l("div", ac, m(n(a)(`periods.${n(Fe)(d)}`)), 1),
|
|
3656
|
+
s.length === 0 ? (c(), b("div", rc, m(n(a)("events.noEventsInPeriod")), 1)) : y("", !0),
|
|
3657
|
+
(c(!0), b(k, null, N(s, (g) => (c(), b("div", {
|
|
3658
|
+
key: g.id,
|
|
3645
3659
|
class: "gamecenter-game-event"
|
|
3646
3660
|
}, [
|
|
3647
|
-
h(
|
|
3648
|
-
event:
|
|
3661
|
+
h(ec, {
|
|
3662
|
+
event: g,
|
|
3649
3663
|
"home-team-id": e.gameData.homeTeam.id
|
|
3650
3664
|
}, null, 8, ["event", "home-team-id"])
|
|
3651
3665
|
]))), 128))
|
|
@@ -3653,7 +3667,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3653
3667
|
o[0] || (o[0] = l("div", { id: "event-tooltip-container" }, null, -1))
|
|
3654
3668
|
]));
|
|
3655
3669
|
}
|
|
3656
|
-
},
|
|
3670
|
+
}, nc = { class: "gamecenter-data-columns" }, oc = {
|
|
3657
3671
|
__name: "GameGoaliesStats",
|
|
3658
3672
|
props: {
|
|
3659
3673
|
data: {
|
|
@@ -3683,24 +3697,24 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3683
3697
|
var s;
|
|
3684
3698
|
return a(((s = t.data) == null ? void 0 : s[t.awayTeamId]) ?? []);
|
|
3685
3699
|
});
|
|
3686
|
-
return (s,
|
|
3687
|
-
h(
|
|
3688
|
-
default: S(({ rows:
|
|
3700
|
+
return (s, d) => (c(), b("div", nc, [
|
|
3701
|
+
h(Ae, { rows: i.value }, {
|
|
3702
|
+
default: S(({ rows: g }) => [
|
|
3689
3703
|
h(F, {
|
|
3690
3704
|
class: "gamecenter-data-table",
|
|
3691
3705
|
columns: n(r),
|
|
3692
|
-
rows:
|
|
3706
|
+
rows: g,
|
|
3693
3707
|
title: e.homeTeamName
|
|
3694
3708
|
}, null, 8, ["columns", "rows", "title"])
|
|
3695
3709
|
]),
|
|
3696
3710
|
_: 1
|
|
3697
3711
|
}, 8, ["rows"]),
|
|
3698
|
-
h(
|
|
3699
|
-
default: S(({ rows:
|
|
3712
|
+
h(Ae, { rows: o.value }, {
|
|
3713
|
+
default: S(({ rows: g }) => [
|
|
3700
3714
|
h(F, {
|
|
3701
3715
|
class: "gamecenter-data-table",
|
|
3702
3716
|
columns: n(r),
|
|
3703
|
-
rows:
|
|
3717
|
+
rows: g,
|
|
3704
3718
|
title: e.awayTeamName
|
|
3705
3719
|
}, null, 8, ["columns", "rows", "title"])
|
|
3706
3720
|
]),
|
|
@@ -3708,7 +3722,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3708
3722
|
}, 8, ["rows"])
|
|
3709
3723
|
]));
|
|
3710
3724
|
}
|
|
3711
|
-
},
|
|
3725
|
+
}, sc = { class: "gamecenter-game-stats-container" }, lc = ["innerHTML"], K = {
|
|
3712
3726
|
__name: "GameStatsContainer",
|
|
3713
3727
|
props: {
|
|
3714
3728
|
title: {
|
|
@@ -3721,16 +3735,16 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3721
3735
|
}
|
|
3722
3736
|
},
|
|
3723
3737
|
setup(e) {
|
|
3724
|
-
return (t, a) => (c(), b("dl",
|
|
3738
|
+
return (t, a) => (c(), b("dl", sc, [
|
|
3725
3739
|
l("dt", null, [
|
|
3726
3740
|
W(t.$slots, "default", {}, () => [
|
|
3727
3741
|
x(m(e.title), 1)
|
|
3728
3742
|
])
|
|
3729
3743
|
]),
|
|
3730
|
-
l("dd", { innerHTML: e.data }, null, 8,
|
|
3744
|
+
l("dd", { innerHTML: e.data }, null, 8, lc)
|
|
3731
3745
|
]));
|
|
3732
3746
|
}
|
|
3733
|
-
},
|
|
3747
|
+
}, cc = { class: "gamecenter-game-stats" }, gc = { class: "gamecenter-game-stats-container-wrapper" }, dc = {
|
|
3734
3748
|
__name: "GameOfficials",
|
|
3735
3749
|
props: {
|
|
3736
3750
|
gameOfficials: {
|
|
@@ -3745,30 +3759,30 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3745
3759
|
setup(e) {
|
|
3746
3760
|
const t = e, { t: a } = D(), r = w(
|
|
3747
3761
|
() => {
|
|
3748
|
-
var o, s,
|
|
3762
|
+
var o, s, d, g;
|
|
3749
3763
|
return te(
|
|
3750
3764
|
Pt(", "),
|
|
3751
3765
|
Y((v) => `${v.lastName} ${v.firstName}`),
|
|
3752
3766
|
ee((v) => !v)
|
|
3753
|
-
)([(s = (o = t.gameOfficials) == null ? void 0 : o.gameOfficials) == null ? void 0 : s.first_referee, (
|
|
3767
|
+
)([(s = (o = t.gameOfficials) == null ? void 0 : o.gameOfficials) == null ? void 0 : s.first_referee, (g = (d = t.gameOfficials) == null ? void 0 : d.gameOfficials) == null ? void 0 : g.second_referee]);
|
|
3754
3768
|
}
|
|
3755
3769
|
), i = w(
|
|
3756
3770
|
() => {
|
|
3757
|
-
var o, s,
|
|
3771
|
+
var o, s, d, g;
|
|
3758
3772
|
return te(
|
|
3759
3773
|
Pt(", "),
|
|
3760
3774
|
Y((v) => `${v.lastName} ${v.firstName}`),
|
|
3761
3775
|
ee((v) => !v)
|
|
3762
3776
|
)([
|
|
3763
3777
|
(s = (o = t.gameOfficials) == null ? void 0 : o.gameOfficials) == null ? void 0 : s.first_line_judge,
|
|
3764
|
-
(
|
|
3778
|
+
(g = (d = t.gameOfficials) == null ? void 0 : d.gameOfficials) == null ? void 0 : g.second_line_judge
|
|
3765
3779
|
]);
|
|
3766
3780
|
}
|
|
3767
3781
|
);
|
|
3768
3782
|
return (o, s) => {
|
|
3769
|
-
var
|
|
3770
|
-
return c(), b("div",
|
|
3771
|
-
l("div",
|
|
3783
|
+
var d;
|
|
3784
|
+
return c(), b("div", cc, [
|
|
3785
|
+
l("div", gc, [
|
|
3772
3786
|
h(K, {
|
|
3773
3787
|
title: n(a)("gameStats.referees"),
|
|
3774
3788
|
data: r.value
|
|
@@ -3779,13 +3793,13 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3779
3793
|
}, null, 8, ["title", "data"]),
|
|
3780
3794
|
h(K, {
|
|
3781
3795
|
title: n(a)("gameStats.attendance"),
|
|
3782
|
-
data: ((
|
|
3796
|
+
data: ((d = e.gameData) == null ? void 0 : d.attendance) ?? 0
|
|
3783
3797
|
}, null, 8, ["title", "data"])
|
|
3784
3798
|
])
|
|
3785
3799
|
]);
|
|
3786
3800
|
};
|
|
3787
3801
|
}
|
|
3788
|
-
},
|
|
3802
|
+
}, mc = { class: "gamecenter-data-column" }, uc = {
|
|
3789
3803
|
__name: "GamePlayersStats",
|
|
3790
3804
|
props: {
|
|
3791
3805
|
data: {
|
|
@@ -3815,28 +3829,28 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3815
3829
|
var o;
|
|
3816
3830
|
return Ee(((o = t.data) == null ? void 0 : o[t.awayTeamId]) ?? []);
|
|
3817
3831
|
});
|
|
3818
|
-
return (o, s) => (c(), b("div",
|
|
3819
|
-
h(
|
|
3820
|
-
default: S(({ rows:
|
|
3832
|
+
return (o, s) => (c(), b("div", mc, [
|
|
3833
|
+
h(_e, { rows: r.value }, {
|
|
3834
|
+
default: S(({ rows: d, sort: g, onSort: v }) => [
|
|
3821
3835
|
h(F, {
|
|
3822
3836
|
class: "gamecenter-data-table",
|
|
3823
3837
|
columns: n(a),
|
|
3824
|
-
rows:
|
|
3838
|
+
rows: d,
|
|
3825
3839
|
title: e.homeTeamName,
|
|
3826
|
-
sort:
|
|
3840
|
+
sort: g,
|
|
3827
3841
|
onSort: v
|
|
3828
3842
|
}, null, 8, ["columns", "rows", "title", "sort", "onSort"])
|
|
3829
3843
|
]),
|
|
3830
3844
|
_: 1
|
|
3831
3845
|
}, 8, ["rows"]),
|
|
3832
|
-
h(
|
|
3833
|
-
default: S(({ rows:
|
|
3846
|
+
h(_e, { rows: i.value }, {
|
|
3847
|
+
default: S(({ rows: d, sort: g, onSort: v }) => [
|
|
3834
3848
|
h(F, {
|
|
3835
3849
|
class: "gamecenter-data-table",
|
|
3836
3850
|
columns: n(a),
|
|
3837
|
-
rows:
|
|
3851
|
+
rows: d,
|
|
3838
3852
|
title: e.awayTeamName,
|
|
3839
|
-
sort:
|
|
3853
|
+
sort: g,
|
|
3840
3854
|
onSort: v
|
|
3841
3855
|
}, null, 8, ["columns", "rows", "title", "sort", "onSort"])
|
|
3842
3856
|
]),
|
|
@@ -3844,7 +3858,7 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3844
3858
|
}, 8, ["rows"])
|
|
3845
3859
|
]));
|
|
3846
3860
|
}
|
|
3847
|
-
},
|
|
3861
|
+
}, vc = {
|
|
3848
3862
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3849
3863
|
viewBox: "0 0 24 24",
|
|
3850
3864
|
fill: "none",
|
|
@@ -3853,8 +3867,8 @@ const Qo = { render: Wo }, Jo = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3853
3867
|
"stroke-linecap": "round",
|
|
3854
3868
|
"stroke-linejoin": "round"
|
|
3855
3869
|
};
|
|
3856
|
-
function
|
|
3857
|
-
return c(), b("svg",
|
|
3870
|
+
function bc(e, t) {
|
|
3871
|
+
return c(), b("svg", vc, t[0] || (t[0] = [
|
|
3858
3872
|
l("circle", {
|
|
3859
3873
|
cx: "12",
|
|
3860
3874
|
cy: "12",
|
|
@@ -3872,7 +3886,7 @@ function mc(e, t) {
|
|
|
3872
3886
|
}, null, -1)
|
|
3873
3887
|
]));
|
|
3874
3888
|
}
|
|
3875
|
-
const
|
|
3889
|
+
const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class: "gamecenter-game-stats-container-wrapper" }, yc = ["onClick", "onFocus", "onBlur"], wc = { class: "is-popover-content" }, xc = {
|
|
3876
3890
|
__name: "GameStats",
|
|
3877
3891
|
props: {
|
|
3878
3892
|
gameStats: {
|
|
@@ -3906,7 +3920,7 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, bc = { class
|
|
|
3906
3920
|
"saves"
|
|
3907
3921
|
);
|
|
3908
3922
|
}
|
|
3909
|
-
),
|
|
3923
|
+
), d = w(
|
|
3910
3924
|
() => {
|
|
3911
3925
|
var u;
|
|
3912
3926
|
return Et(
|
|
@@ -3916,7 +3930,7 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, bc = { class
|
|
|
3916
3930
|
"penaltyLength"
|
|
3917
3931
|
);
|
|
3918
3932
|
}
|
|
3919
|
-
),
|
|
3933
|
+
), g = w(() => {
|
|
3920
3934
|
var u;
|
|
3921
3935
|
return Li(((u = t.gameStats) == null ? void 0 : u.teamPowerPlay) ?? {});
|
|
3922
3936
|
}), v = w(() => {
|
|
@@ -3926,8 +3940,8 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, bc = { class
|
|
|
3926
3940
|
var u;
|
|
3927
3941
|
return Gi(((u = t.gameStats) == null ? void 0 : u.teamPowerPlay) ?? {});
|
|
3928
3942
|
});
|
|
3929
|
-
return (u, f) => (c(), b("div",
|
|
3930
|
-
l("div",
|
|
3943
|
+
return (u, f) => (c(), b("div", fc, [
|
|
3944
|
+
l("div", hc, [
|
|
3931
3945
|
h(K, {
|
|
3932
3946
|
title: n(a)("teamsStats.sog"),
|
|
3933
3947
|
data: o.value
|
|
@@ -3938,7 +3952,7 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, bc = { class
|
|
|
3938
3952
|
}, null, 8, ["title", "data"]),
|
|
3939
3953
|
h(K, {
|
|
3940
3954
|
title: n(a)("teamsStats.pim"),
|
|
3941
|
-
data:
|
|
3955
|
+
data: d.value
|
|
3942
3956
|
}, null, 8, ["title", "data"]),
|
|
3943
3957
|
h(K, {
|
|
3944
3958
|
title: n(a)("teamsStats.advPercent"),
|
|
@@ -3949,7 +3963,7 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, bc = { class
|
|
|
3949
3963
|
data: p.value
|
|
3950
3964
|
}, null, 8, ["title", "data"]),
|
|
3951
3965
|
h(K, {
|
|
3952
|
-
data:
|
|
3966
|
+
data: g.value.advTime
|
|
3953
3967
|
}, {
|
|
3954
3968
|
default: S(() => [
|
|
3955
3969
|
x(m(n(a)("teamsStats.advantageTime")) + " ", 1),
|
|
@@ -3966,18 +3980,18 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, bc = { class
|
|
|
3966
3980
|
onFocus: P,
|
|
3967
3981
|
onBlur: E
|
|
3968
3982
|
}, [
|
|
3969
|
-
h(n(
|
|
3970
|
-
], 40,
|
|
3983
|
+
h(n(pc))
|
|
3984
|
+
], 40, yc)
|
|
3971
3985
|
]),
|
|
3972
3986
|
content: S(() => [
|
|
3973
|
-
l("div",
|
|
3987
|
+
l("div", wc, [
|
|
3974
3988
|
h(K, {
|
|
3975
3989
|
title: n(a)("teamsStats.advantageTimePP1"),
|
|
3976
|
-
data:
|
|
3990
|
+
data: g.value.advTimePP1
|
|
3977
3991
|
}, null, 8, ["title", "data"]),
|
|
3978
3992
|
h(K, {
|
|
3979
3993
|
title: n(a)("teamsStats.advantageTimePP2"),
|
|
3980
|
-
data:
|
|
3994
|
+
data: g.value.advTimePP2
|
|
3981
3995
|
}, null, 8, ["title", "data"])
|
|
3982
3996
|
])
|
|
3983
3997
|
]),
|
|
@@ -3990,7 +4004,7 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, bc = { class
|
|
|
3990
4004
|
f[0] || (f[0] = l("div", { id: "popover-container" }, null, -1))
|
|
3991
4005
|
]));
|
|
3992
4006
|
}
|
|
3993
|
-
},
|
|
4007
|
+
}, kc = { class: "gamecenter-data-columns" }, Tc = {
|
|
3994
4008
|
__name: "GameTeamOfficials",
|
|
3995
4009
|
props: {
|
|
3996
4010
|
gameOfficials: {
|
|
@@ -4008,13 +4022,13 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, bc = { class
|
|
|
4008
4022
|
},
|
|
4009
4023
|
setup(e) {
|
|
4010
4024
|
const t = e, { columns: a } = oe(ca), { t: r } = D(), i = w(() => {
|
|
4011
|
-
var s,
|
|
4012
|
-
return
|
|
4025
|
+
var s, d;
|
|
4026
|
+
return Ie(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.home) ?? [], r);
|
|
4013
4027
|
}), o = w(() => {
|
|
4014
|
-
var s,
|
|
4015
|
-
return
|
|
4028
|
+
var s, d;
|
|
4029
|
+
return Ie(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.away) ?? [], r);
|
|
4016
4030
|
});
|
|
4017
|
-
return (s,
|
|
4031
|
+
return (s, d) => (c(), b("div", kc, [
|
|
4018
4032
|
h(F, {
|
|
4019
4033
|
class: "gamecenter-data-table",
|
|
4020
4034
|
columns: n(a),
|
|
@@ -4029,7 +4043,7 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, bc = { class
|
|
|
4029
4043
|
}, null, 8, ["columns", "rows", "title"])
|
|
4030
4044
|
]));
|
|
4031
4045
|
}
|
|
4032
|
-
}, xc = '.gamecenter-game-data{margin-bottom:30px;text-align:center}.gamecenter-game-data .is-teams-and-results{display:grid;grid-template-columns:1fr;justify-items:center;align-items:flex-end}@media all and (min-width: 576px){.gamecenter-game-data .is-teams-and-results{grid-template-columns:repeat(3,1fr)}}.gamecenter-game-data .is-title-container{margin-bottom:30px}.gamecenter-game-data .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-game-data .is-gamedate{color:var(--vbr-widget-gamecenter-gamedate-color);font-size:var(--vbr-widget-gamecenter-gamedate-size);text-transform:uppercase}.gamecenter-game-data .is-local-gamedate{color:var(--vbr-widget-gamecenter-local-gamedate-color);font-size:var(--vbr-widget-gamecenter-local-gamedate-size);text-transform:uppercase}.gamecenter-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-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-game-data .is-game-status{color:var(--vbr-widget-gamecenter-gamestatus-color);font-size:var(--vbr-widget-gamecenter-gamestatus-size);text-transform:uppercase}.gamecenter-game-data .is-period-results{color:var(--vbr-widget-gamecenter-periodresults-color);font-size:var(--vbr-widget-gamecenter-periodresults-size);font-weight:500}.gamecenter-game-data .is-team-logo{margin:auto;display:block;width:128px;height:128px}.gamecenter-game-data .is-game-status-live{color:var(--vbr-widget-live-game-color)}.gamecenter-game-data .is-external-contents{padding:5px;display:flex;align-items:center;justify-content:center}.gamecenter-game-data .is-external-contents a{display:flex;align-items:center;font-size:var(--vbr-widget-gamecenter-local-gamedate-size)}.gamecenter-game-data .is-external-contents a:after{content:"/";margin:0 5px}.gamecenter-game-data .is-external-contents a:last-of-type:after{content:""}.gamecenter-game-data .is-external-contents .is-icon{margin-right:5px;display:inline-block;width:15px;height:15px}.gamecenter-game-stats{margin-bottom:20px}.gamecenter-game-stats [data-placement]{z-index:1000}.gamecenter-game-stats .is-popover-content{display:flex;flex-direction:column;gap:20px;padding:16px;background-color:var(--vbr-widget-primary-color-50)}.gamecenter-game-stats-container-wrapper{--columns: 1fr;display:grid;grid-template-columns:var(--columns);gap:20px;justify-items:center;padding:20px;background-color:var(--vbr-widget-gamecenter-stats-bg-color);border:1px solid var(--vbr-widget-gamecenter-stats-border-color)}@media all and (min-width: 768px){.gamecenter-game-stats-container-wrapper{--columns: repeat(2, 1fr)}}@media all and (min-width: 992px){.gamecenter-game-stats-container-wrapper{--columns: repeat(3, 1fr)}}.gamecenter-game-stats-container{text-align:center}.gamecenter-game-stats-container dt{font-size:var(--vbr-widget-gamecenter-stats-title-size);color:var(--vbr-widget-gamecenter-stats-title-color);text-transform:uppercase}.gamecenter-game-stats-container dt button{width:var(--vbr-widget-gamecenter-stats-title-size)}.gamecenter-game-stats-container dd{font-size:var(--vbr-widget-gamecenter-stats-size);color:var(--vbr-widget-gamecenter-stats-color)}.gamecenter-game-events{container-name:rows;container-type:inline-size;margin-bottom:20px;border:1px solid var(--vbr-widget-gamecenter-stats-border-color)}.gamecenter-game-events .is-period-header{padding:10px 20px;font-size:var(--vbr-widget-gamecenter-period-header-size);font-weight:var(--vbr-widget-gamecenter-period-header-weight);text-align:center;text-transform:uppercase;color:var(--vbr-widget-gamecenter-period-header-color);background-color:var(--vbr-widget-gamecenter-period-header-bg-color)}.gamecenter-game-events .is-no-action{padding:10px;text-align:center}.gamecenter-game-event{--cols: 1fr 1fr 1fr 1fr 1fr 1fr 6fr;display:grid;grid-template-columns:var(--cols);align-items:center}@container rows (max-width: 500px){.gamecenter-game-event{--cols: 1fr 1fr 1fr 1fr 1fr 1fr}.gamecenter-game-event>*:last-of-type{grid-column:2/7}}.gamecenter-game-event:nth-child(odd){background-color:var(--vbr-widget-table-stripped-bg-color)}.gamecenter-game-event>*{padding:10px}.gamecenter-game-event .is-team-logo-cell span{display:inline-block}.gamecenter-game-event .is-team-logo-cell img{display:block;width:40px;height:40px}.gamecenter-game-event .is-icon-cell svg{width:25px;height:25px}.gamecenter-game-event .is-penalty-icon{color:var(--vbr-widget-primary-color-300)}.gamecenter-game-event .is-goal-so-icon{color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-goal-icon{color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-timer-icon,.gamecenter-game-event .is-goalie-in-icon{color:var(--vbr-widget-secondary-color-500)}.gamecenter-game-event .is-goalie-out-icon{color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-time-cell{font-weight:700}.gamecenter-game-event .is-penalty-cell{font-size:var(--vbr-widget-gamecenter-events-penalty-size);text-align:center}.gamecenter-game-event .is-score{font-size:var(--vbr-widget-gamecenter-events-score-size);font-weight:700;text-align:center;color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-score-so{font-size:var(--vbr-widget-gamecenter-events-score-size);font-weight:700;text-align:center;color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-score-so-goal{color:var(--vbr-widget-live-game-color)}.gamecenter-game-event .is-goalie-direction{font-size:var(--vbr-widget-gamecenter-events-goalie-direction-size);text-align:center;color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-evented-person{font-size:var(--vbr-widget-gamecenter-events-evented-person-size);font-weight:var(--vbr-widget-gamecenter-events-evented-person-weight)}.gamecenter-game-event .is-assists-list{font-size:var(--vbr-widget-gamecenter-events-assitst-list-size);color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-assists-list span:after{content:" / "}.gamecenter-game-event .is-assists-list span:last-child:after{content:""}.gamecenter-game-event .is-poi-data{font-size:var(--vbr-widget-gamecenter-events-poi-list-size);color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-poi-data ul{display:inline-flex}.gamecenter-game-event .is-poi-data ul li:after{content:",";margin-right:2px}.gamecenter-game-event .is-poi-data ul li:last-child:after{content:""}.gamecenter-game-event .is-player-number{font-weight:400;font-style:italic;color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-light-cell{color:var(--vbr-widget-primary-color-400)}.gamecenter-data-table{border:1px solid var(--vbr-widget-gamecenter-team-container-border-color);min-width:0}.gamecenter-data-table h2{padding:8px;font-size:var(--vbr-widget-gamecenter-team-container-title-size);font-weight:500;color:var(--vbr-widget-gamecenter-team-container-title-color);background-color:var(--vbr-widget-gamecenter-team-container-title-bg-color)}.gamecenter-data-columns{--columns: 1fr;display:grid;grid-template-columns:var(--columns);gap:20px;margin-bottom:20px}@media all and (min-width: 576px){.gamecenter-data-columns{--columns: repeat(2, 1fr)}}.gamecenter-data-column{display:grid;gap:20px;margin-bottom:20px}', kc = '.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-color: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)}', Tc = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", Sc = ".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)}}", zc = '.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)}', $c = { class: "gamecenter" }, Pc = 3e4, jc = {
|
|
4046
|
+
}, Sc = '.gamecenter-game-data{margin-bottom:30px;text-align:center}.gamecenter-game-data .is-teams-and-results{display:grid;grid-template-columns:1fr;justify-items:center;align-items:flex-end}@media all and (min-width: 576px){.gamecenter-game-data .is-teams-and-results{grid-template-columns:repeat(3,1fr)}}.gamecenter-game-data .is-title-container{margin-bottom:30px}.gamecenter-game-data .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-game-data .is-gamedate{color:var(--vbr-widget-gamecenter-gamedate-color);font-size:var(--vbr-widget-gamecenter-gamedate-size);text-transform:uppercase}.gamecenter-game-data .is-local-gamedate{color:var(--vbr-widget-gamecenter-local-gamedate-color);font-size:var(--vbr-widget-gamecenter-local-gamedate-size);text-transform:uppercase}.gamecenter-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-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-game-data .is-game-status{color:var(--vbr-widget-gamecenter-gamestatus-color);font-size:var(--vbr-widget-gamecenter-gamestatus-size);text-transform:uppercase}.gamecenter-game-data .is-period-results{color:var(--vbr-widget-gamecenter-periodresults-color);font-size:var(--vbr-widget-gamecenter-periodresults-size);font-weight:500}.gamecenter-game-data .is-team-logo{margin:auto;display:block;width:128px;height:128px}.gamecenter-game-data .is-game-status-live{color:var(--vbr-widget-live-game-color)}.gamecenter-game-data .is-external-contents{padding:5px;display:flex;align-items:center;justify-content:center}.gamecenter-game-data .is-external-contents a{display:flex;align-items:center;font-size:var(--vbr-widget-gamecenter-local-gamedate-size)}.gamecenter-game-data .is-external-contents a:after{content:"/";margin:0 5px}.gamecenter-game-data .is-external-contents a:last-of-type:after{content:""}.gamecenter-game-data .is-external-contents .is-icon{margin-right:5px;display:inline-block;width:15px;height:15px}.gamecenter-game-stats{margin-bottom:20px}.gamecenter-game-stats [data-placement]{z-index:1000}.gamecenter-game-stats .is-popover-content{display:flex;flex-direction:column;gap:20px;padding:16px;background-color:var(--vbr-widget-primary-color-50)}.gamecenter-game-stats-container-wrapper{--columns: 1fr;display:grid;grid-template-columns:var(--columns);gap:20px;justify-items:center;padding:20px;background-color:var(--vbr-widget-gamecenter-stats-bg-color);border:1px solid var(--vbr-widget-gamecenter-stats-border-color)}@media all and (min-width: 768px){.gamecenter-game-stats-container-wrapper{--columns: repeat(2, 1fr)}}@media all and (min-width: 992px){.gamecenter-game-stats-container-wrapper{--columns: repeat(3, 1fr)}}.gamecenter-game-stats-container{text-align:center}.gamecenter-game-stats-container dt{font-size:var(--vbr-widget-gamecenter-stats-title-size);color:var(--vbr-widget-gamecenter-stats-title-color);text-transform:uppercase}.gamecenter-game-stats-container dt button{width:var(--vbr-widget-gamecenter-stats-title-size)}.gamecenter-game-stats-container dd{font-size:var(--vbr-widget-gamecenter-stats-size);color:var(--vbr-widget-gamecenter-stats-color)}.gamecenter-game-events{container-name:rows;container-type:inline-size;margin-bottom:20px;border:1px solid var(--vbr-widget-gamecenter-stats-border-color)}.gamecenter-game-events .is-period-header{padding:10px 20px;font-size:var(--vbr-widget-gamecenter-period-header-size);font-weight:var(--vbr-widget-gamecenter-period-header-weight);text-align:center;text-transform:uppercase;color:var(--vbr-widget-gamecenter-period-header-color);background-color:var(--vbr-widget-gamecenter-period-header-bg-color)}.gamecenter-game-events .is-no-action{padding:10px;text-align:center}.gamecenter-game-event{--cols: 1fr 1fr 1fr 1fr 1fr 1fr 6fr;display:grid;grid-template-columns:var(--cols);align-items:center}@container rows (max-width: 500px){.gamecenter-game-event{--cols: 1fr 1fr 1fr 1fr 1fr 1fr}.gamecenter-game-event>*:last-of-type{grid-column:2/7}}.gamecenter-game-event:nth-child(odd){background-color:var(--vbr-widget-table-stripped-bg-color)}.gamecenter-game-event>*{padding:10px}.gamecenter-game-event .is-team-logo-cell span{display:inline-block}.gamecenter-game-event .is-team-logo-cell img{display:block;width:40px;height:40px}.gamecenter-game-event .is-icon-cell svg{width:25px;height:25px}.gamecenter-game-event .is-penalty-icon{color:var(--vbr-widget-primary-color-300)}.gamecenter-game-event .is-goal-so-icon{color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-goal-icon{color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-timer-icon,.gamecenter-game-event .is-goalie-in-icon{color:var(--vbr-widget-secondary-color-500)}.gamecenter-game-event .is-goalie-out-icon{color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-time-cell{font-weight:700}.gamecenter-game-event .is-penalty-cell{font-size:var(--vbr-widget-gamecenter-events-penalty-size);text-align:center}.gamecenter-game-event .is-score{font-size:var(--vbr-widget-gamecenter-events-score-size);font-weight:700;text-align:center;color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-score-so{font-size:var(--vbr-widget-gamecenter-events-score-size);font-weight:700;text-align:center;color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-score-so-goal{color:var(--vbr-widget-live-game-color)}.gamecenter-game-event .is-goalie-direction{font-size:var(--vbr-widget-gamecenter-events-goalie-direction-size);text-align:center;color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-evented-person{font-size:var(--vbr-widget-gamecenter-events-evented-person-size);font-weight:var(--vbr-widget-gamecenter-events-evented-person-weight)}.gamecenter-game-event .is-assists-list{font-size:var(--vbr-widget-gamecenter-events-assitst-list-size);color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-assists-list span:after{content:" / "}.gamecenter-game-event .is-assists-list span:last-child:after{content:""}.gamecenter-game-event .is-poi-data{font-size:var(--vbr-widget-gamecenter-events-poi-list-size);color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-poi-data ul{display:inline-flex}.gamecenter-game-event .is-poi-data ul li:after{content:",";margin-right:2px}.gamecenter-game-event .is-poi-data ul li:last-child:after{content:""}.gamecenter-game-event .is-player-number{font-weight:400;font-style:italic;color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-light-cell{color:var(--vbr-widget-primary-color-400)}.gamecenter-data-table{border:1px solid var(--vbr-widget-gamecenter-team-container-border-color);min-width:0}.gamecenter-data-table h2{padding:8px;font-size:var(--vbr-widget-gamecenter-team-container-title-size);font-weight:500;color:var(--vbr-widget-gamecenter-team-container-title-color);background-color:var(--vbr-widget-gamecenter-team-container-title-bg-color)}.gamecenter-data-columns{--columns: 1fr;display:grid;grid-template-columns:var(--columns);gap:20px;margin-bottom:20px}@media all and (min-width: 576px){.gamecenter-data-columns{--columns: repeat(2, 1fr)}}.gamecenter-data-column{display:grid;gap:20px;margin-bottom:20px}', zc = '.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)}', $c = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", Pc = ".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)}}", jc = '.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)}', Ec = { class: "gamecenter" }, Nc = 3e4, Oc = {
|
|
4033
4047
|
__name: "Game.ce",
|
|
4034
4048
|
props: {
|
|
4035
4049
|
locale: {
|
|
@@ -4046,11 +4060,11 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, bc = { class
|
|
|
4046
4060
|
}
|
|
4047
4061
|
},
|
|
4048
4062
|
setup(e) {
|
|
4049
|
-
const t = e, a = { en: na, hu: oa }, r = it("history"), { errors: i, add: o, remove: s } = ua(),
|
|
4063
|
+
const t = e, a = { en: na, hu: oa }, r = it("history"), { errors: i, add: o, remove: s } = ua(), d = w(() => (r == null ? void 0 : r.gameid) ?? t.gameId), { state: g, execute: v } = Z({
|
|
4050
4064
|
options: {
|
|
4051
4065
|
path: "/v2/game-data",
|
|
4052
4066
|
apiKey: t.apiKey,
|
|
4053
|
-
params: { gameId:
|
|
4067
|
+
params: { gameId: d.value }
|
|
4054
4068
|
},
|
|
4055
4069
|
onError: (j) => o("gameData", j),
|
|
4056
4070
|
onSuccess: () => s("gameData")
|
|
@@ -4058,16 +4072,16 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, bc = { class
|
|
|
4058
4072
|
options: {
|
|
4059
4073
|
path: "/v2/game-events",
|
|
4060
4074
|
apiKey: t.apiKey,
|
|
4061
|
-
params: { gameId:
|
|
4075
|
+
params: { gameId: d.value }
|
|
4062
4076
|
},
|
|
4063
|
-
transform: (j) => te(
|
|
4077
|
+
transform: (j) => te(dt(ae("eventPeriod")), Ge, ee(ut("Period", "type")))(j != null && j.isEmpty ? [] : j),
|
|
4064
4078
|
onError: (j) => o("gameEvents", j),
|
|
4065
4079
|
onSuccess: () => s("gameEvents")
|
|
4066
4080
|
}), { state: f, execute: z } = Z({
|
|
4067
4081
|
options: {
|
|
4068
4082
|
path: "/v2/game-stats",
|
|
4069
4083
|
apiKey: t.apiKey,
|
|
4070
|
-
params: { gameId:
|
|
4084
|
+
params: { gameId: d.value }
|
|
4071
4085
|
},
|
|
4072
4086
|
onError: (j) => o("gameStats", j),
|
|
4073
4087
|
onSuccess: () => s("gameStats")
|
|
@@ -4075,16 +4089,16 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, bc = { class
|
|
|
4075
4089
|
options: {
|
|
4076
4090
|
path: "/v2/game-officials",
|
|
4077
4091
|
apiKey: t.apiKey,
|
|
4078
|
-
params: { gameId:
|
|
4092
|
+
params: { gameId: d.value }
|
|
4079
4093
|
},
|
|
4080
4094
|
onError: (j) => o("gameOfficials", j),
|
|
4081
4095
|
onSuccess: () => s("gameOfficials")
|
|
4082
4096
|
});
|
|
4083
4097
|
return ma({
|
|
4084
|
-
data:
|
|
4098
|
+
data: g,
|
|
4085
4099
|
services: { getGameData: v, getGameStats: z, getEvents: u, getGameOfficials: E },
|
|
4086
|
-
interval:
|
|
4087
|
-
}), (j, G) => (c(), b("div",
|
|
4100
|
+
interval: Nc
|
|
4101
|
+
}), (j, G) => (c(), b("div", Ec, [
|
|
4088
4102
|
h(n(Gt), {
|
|
4089
4103
|
locale: t.locale,
|
|
4090
4104
|
messages: a
|
|
@@ -4096,48 +4110,48 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, bc = { class
|
|
|
4096
4110
|
key: I.key,
|
|
4097
4111
|
error: I
|
|
4098
4112
|
}, null, 8, ["error"]))), 128)),
|
|
4099
|
-
n(A)(n(
|
|
4113
|
+
n(A)(n(g)) ? y("", !0) : (c(), T(gl, {
|
|
4100
4114
|
key: 0,
|
|
4101
|
-
"game-data": n(
|
|
4115
|
+
"game-data": n(g),
|
|
4102
4116
|
locale: t.locale
|
|
4103
4117
|
}, null, 8, ["game-data", "locale"])),
|
|
4104
|
-
((re = n(
|
|
4105
|
-
n(A)(n(
|
|
4118
|
+
((re = n(g)) == null ? void 0 : re.gameStatus) > 0 ? (c(), b(k, { key: 1 }, [
|
|
4119
|
+
n(A)(n(g)) ? y("", !0) : (c(), T(dc, {
|
|
4106
4120
|
key: 0,
|
|
4107
|
-
"game-data": n(
|
|
4121
|
+
"game-data": n(g),
|
|
4108
4122
|
"game-officials": n(P)
|
|
4109
4123
|
}, null, 8, ["game-data", "game-officials"])),
|
|
4110
|
-
n(A)(n(f)) ? y("", !0) : (c(), T(
|
|
4124
|
+
n(A)(n(f)) ? y("", !0) : (c(), T(xc, {
|
|
4111
4125
|
key: 1,
|
|
4112
|
-
"game-data": n(
|
|
4126
|
+
"game-data": n(g),
|
|
4113
4127
|
"game-stats": n(f)
|
|
4114
4128
|
}, null, 8, ["game-data", "game-stats"])),
|
|
4115
|
-
!n(A)(n(p)) && !n(A)(n(
|
|
4129
|
+
!n(A)(n(p)) && !n(A)(n(g)) ? (c(), T(ic, {
|
|
4116
4130
|
key: 2,
|
|
4117
4131
|
"game-events": n(p),
|
|
4118
|
-
"game-data": n(
|
|
4132
|
+
"game-data": n(g)
|
|
4119
4133
|
}, null, 8, ["game-events", "game-data"])) : y("", !0),
|
|
4120
|
-
n(A)(n(f)) ? y("", !0) : (c(), T(
|
|
4134
|
+
n(A)(n(f)) ? y("", !0) : (c(), T(uc, {
|
|
4121
4135
|
key: 3,
|
|
4122
4136
|
data: n(f).players,
|
|
4123
|
-
"home-team-id": n(
|
|
4124
|
-
"home-team-name": n(
|
|
4125
|
-
"away-team-id": n(
|
|
4126
|
-
"away-team-name": n(
|
|
4137
|
+
"home-team-id": n(g).homeTeam.id,
|
|
4138
|
+
"home-team-name": n(g).homeTeam.longName,
|
|
4139
|
+
"away-team-id": n(g).awayTeam.id,
|
|
4140
|
+
"away-team-name": n(g).awayTeam.longName
|
|
4127
4141
|
}, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])),
|
|
4128
|
-
n(A)(n(f)) ? y("", !0) : (c(), T(
|
|
4142
|
+
n(A)(n(f)) ? y("", !0) : (c(), T(oc, {
|
|
4129
4143
|
key: 4,
|
|
4130
4144
|
data: n(f).goalies,
|
|
4131
|
-
"home-team-id": n(
|
|
4132
|
-
"home-team-name": n(
|
|
4133
|
-
"away-team-id": n(
|
|
4134
|
-
"away-team-name": n(
|
|
4145
|
+
"home-team-id": n(g).homeTeam.id,
|
|
4146
|
+
"home-team-name": n(g).homeTeam.longName,
|
|
4147
|
+
"away-team-id": n(g).awayTeam.id,
|
|
4148
|
+
"away-team-name": n(g).awayTeam.longName
|
|
4135
4149
|
}, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])),
|
|
4136
|
-
!n(A)(n(P)) && !n(A)(n(
|
|
4150
|
+
!n(A)(n(P)) && !n(A)(n(g)) ? (c(), T(Tc, {
|
|
4137
4151
|
key: 5,
|
|
4138
4152
|
"game-officials": n(P),
|
|
4139
|
-
"home-team-name": n(
|
|
4140
|
-
"away-team-name": n(
|
|
4153
|
+
"home-team-name": n(g).homeTeam.longName,
|
|
4154
|
+
"away-team-name": n(g).awayTeam.longName
|
|
4141
4155
|
}, null, 8, ["game-officials", "home-team-name", "away-team-name"])) : y("", !0)
|
|
4142
4156
|
], 64)) : y("", !0)
|
|
4143
4157
|
];
|
|
@@ -4146,18 +4160,18 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, bc = { class
|
|
|
4146
4160
|
}, 8, ["locale"])
|
|
4147
4161
|
]));
|
|
4148
4162
|
}
|
|
4149
|
-
},
|
|
4150
|
-
function
|
|
4151
|
-
customElements.define("mjsz-vbr-game",
|
|
4163
|
+
}, Ic = /* @__PURE__ */ ya(Oc, [["styles", [ha, Sc, zc, $c, Pc, jc]]]), Ac = Ct(Ic), _c = Ct(Fs);
|
|
4164
|
+
function Dc() {
|
|
4165
|
+
customElements.define("mjsz-vbr-game", Ac), customElements.define("mjsz-vbr-game-timeline", _c);
|
|
4152
4166
|
}
|
|
4153
|
-
const
|
|
4154
|
-
install: () =>
|
|
4167
|
+
const Hc = {
|
|
4168
|
+
install: () => Dc()
|
|
4155
4169
|
};
|
|
4156
4170
|
export {
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4171
|
+
Ic as Game,
|
|
4172
|
+
Ac as GameCE,
|
|
4173
|
+
Fs as GameTimeline,
|
|
4174
|
+
_c as GameTimelineCE,
|
|
4175
|
+
Hc as default,
|
|
4176
|
+
Dc as register
|
|
4163
4177
|
};
|