@mjsz-vbr-elements/gamecenter 2.14.0 → 2.14.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +1100 -1075
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @mjsz-vbr-elements/gamecenter
|
|
3
|
-
* version: v2.14.
|
|
3
|
+
* version: v2.14.3 - 30/01/2025, 11:44:40
|
|
4
4
|
* (c) 2025
|
|
5
5
|
* description: Data visualization for MJSZ VBR
|
|
6
6
|
* author: Ákos Stegner <akos.stegner@gmail.com>
|
|
7
7
|
*/
|
|
8
|
-
import { getCurrentScope as wa, onScopeDispose as xa, ref as C, isRef as ka, watch as be, readonly as Mt, toValue as
|
|
8
|
+
import { getCurrentScope as wa, onScopeDispose as xa, ref as C, isRef as ka, watch as be, readonly as Mt, toValue as X, computed as w, reactive as ft, unref as n, getCurrentInstance as Ta, onMounted as Sa, openBlock as m, createElementBlock as b, createElementVNode as l, toDisplayString as g, createBlock as T, Fragment as k, createTextVNode as x, createCommentVNode as y, normalizeStyle as ze, renderList as N, setBlockTracking as B, createVNode as f, normalizeClass as H, renderSlot as W, withCtx as S, mergeProps as ne, toHandlers as oe, resolveDynamicComponent as Lt, TransitionGroup as za, withModifiers as $a, defineCustomElement as Ct } from "vue";
|
|
9
9
|
import { Image as U, FloatingPanel as Q, ResponsiveTable as Pa, DataTable as ja, I18NProvider as Gt, ErrorNotice as Bt } from "@mjsz-vbr-elements/core/components";
|
|
10
|
-
import { useVisibilityChange as Ea, useI18n as D, useColumns as
|
|
10
|
+
import { useVisibilityChange as Ea, useI18n as D, useColumns as se, useSort as Na, useServices as Z } from "@mjsz-vbr-elements/core/composables";
|
|
11
11
|
import { convertSecToMin as R, rawConvert as et, convertTimesSecToMin as Ht, convertMinToSec as Oa, format as $e, offsetName as Pe, playerName as tt, upperCase as Ia, convert as Aa } from "@mjsz-vbr-elements/core/utils";
|
|
12
12
|
import { SORT_STATE_ASCEND as xe, SORT_STATE_DESCEND as q, playerName as at, convertMinToSec as _a } from "@mjsz-vbr-elements/core";
|
|
13
|
-
function
|
|
13
|
+
function ce(e) {
|
|
14
14
|
return wa() ? (xa(e), !0) : !1;
|
|
15
15
|
}
|
|
16
16
|
const ue = typeof window < "u" && typeof document < "u";
|
|
17
17
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
18
|
-
const Da = (e) => e != null, Ma = Object.prototype.toString, La = (e) => Ma.call(e) === "[object Object]",
|
|
18
|
+
const Da = (e) => e != null, Ma = Object.prototype.toString, La = (e) => Ma.call(e) === "[object Object]", Re = () => {
|
|
19
19
|
};
|
|
20
20
|
function Ca(e, t) {
|
|
21
21
|
function a(...r) {
|
|
@@ -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 ke(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: d, isActive:
|
|
63
|
+
} = a, { eventFilter: o, pause: s, resume: d, isActive: c } = 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: d, isActive:
|
|
71
|
+
), pause: s, resume: d, isActive: c };
|
|
72
72
|
}
|
|
73
73
|
function ht(e, t = 1e3, a = {}) {
|
|
74
74
|
const {
|
|
@@ -80,23 +80,23 @@ function ht(e, t = 1e3, a = {}) {
|
|
|
80
80
|
function d() {
|
|
81
81
|
o && (clearInterval(o), o = null);
|
|
82
82
|
}
|
|
83
|
-
function
|
|
83
|
+
function c() {
|
|
84
84
|
s.value = !1, d();
|
|
85
85
|
}
|
|
86
|
-
function
|
|
87
|
-
const p =
|
|
86
|
+
function u() {
|
|
87
|
+
const p = X(t);
|
|
88
88
|
p <= 0 || (s.value = !0, i && e(), d(), s.value && (o = setInterval(e, p)));
|
|
89
89
|
}
|
|
90
|
-
if (r && ue &&
|
|
90
|
+
if (r && ue && u(), ka(t) || typeof t == "function") {
|
|
91
91
|
const p = be(t, () => {
|
|
92
|
-
s.value && ue &&
|
|
92
|
+
s.value && ue && u();
|
|
93
93
|
});
|
|
94
|
-
|
|
94
|
+
ce(p);
|
|
95
95
|
}
|
|
96
|
-
return
|
|
96
|
+
return ce(c), {
|
|
97
97
|
isActive: s,
|
|
98
|
-
pause:
|
|
99
|
-
resume:
|
|
98
|
+
pause: c,
|
|
99
|
+
resume: u
|
|
100
100
|
};
|
|
101
101
|
}
|
|
102
102
|
function Fa(e, t, a = {}) {
|
|
@@ -110,72 +110,94 @@ function Fa(e, t, a = {}) {
|
|
|
110
110
|
function d() {
|
|
111
111
|
i.value = !1, s();
|
|
112
112
|
}
|
|
113
|
-
function
|
|
113
|
+
function c(...u) {
|
|
114
114
|
s(), i.value = !0, o = setTimeout(() => {
|
|
115
|
-
i.value = !1, o = null, e(...
|
|
116
|
-
},
|
|
115
|
+
i.value = !1, o = null, e(...u);
|
|
116
|
+
}, X(t));
|
|
117
117
|
}
|
|
118
|
-
return r && (i.value = !0, ue &&
|
|
118
|
+
return r && (i.value = !0, ue && c()), ce(d), {
|
|
119
119
|
isPending: Mt(i),
|
|
120
|
-
start:
|
|
120
|
+
start: c,
|
|
121
121
|
stop: d
|
|
122
122
|
};
|
|
123
123
|
}
|
|
124
|
+
function Ra(e, t, a) {
|
|
125
|
+
return be(
|
|
126
|
+
e,
|
|
127
|
+
t,
|
|
128
|
+
{
|
|
129
|
+
...a,
|
|
130
|
+
immediate: !0
|
|
131
|
+
}
|
|
132
|
+
);
|
|
133
|
+
}
|
|
124
134
|
const rt = ue ? window : void 0;
|
|
125
135
|
function Te(e) {
|
|
126
136
|
var t;
|
|
127
|
-
const a =
|
|
137
|
+
const a = X(e);
|
|
128
138
|
return (t = a == null ? void 0 : a.$el) != null ? t : a;
|
|
129
139
|
}
|
|
130
140
|
function yt(...e) {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
+
const t = [], a = () => {
|
|
142
|
+
t.forEach((d) => d()), t.length = 0;
|
|
143
|
+
}, r = (d, c, u, p) => (d.addEventListener(c, u, p), () => d.removeEventListener(c, u, p)), i = w(() => {
|
|
144
|
+
const d = ke(X(e[0])).filter((c) => c != null);
|
|
145
|
+
return d.every((c) => typeof c != "string") ? d : void 0;
|
|
146
|
+
}), o = Ra(
|
|
147
|
+
() => {
|
|
148
|
+
var d, c;
|
|
149
|
+
return [
|
|
150
|
+
(c = (d = i.value) == null ? void 0 : d.map((u) => Te(u))) != null ? c : [rt].filter((u) => u != null),
|
|
151
|
+
ke(X(i.value ? e[1] : e[0])),
|
|
152
|
+
ke(n(i.value ? e[2] : e[1])),
|
|
153
|
+
// @ts-expect-error - TypeScript gets the correct types, but somehow still complains
|
|
154
|
+
X(i.value ? e[3] : e[2])
|
|
155
|
+
];
|
|
156
|
+
},
|
|
157
|
+
([d, c, u, p]) => {
|
|
158
|
+
if (a(), !(d != null && d.length) || !(c != null && c.length) || !(u != null && u.length))
|
|
141
159
|
return;
|
|
142
|
-
const
|
|
143
|
-
|
|
144
|
-
...
|
|
160
|
+
const v = La(p) ? { ...p } : p;
|
|
161
|
+
t.push(
|
|
162
|
+
...d.flatMap(
|
|
163
|
+
(h) => c.flatMap(
|
|
164
|
+
(z) => u.map((P) => r(h, z, P, v))
|
|
165
|
+
)
|
|
166
|
+
)
|
|
145
167
|
);
|
|
146
168
|
},
|
|
147
|
-
{
|
|
148
|
-
),
|
|
149
|
-
|
|
169
|
+
{ flush: "post" }
|
|
170
|
+
), s = () => {
|
|
171
|
+
o(), a();
|
|
150
172
|
};
|
|
151
|
-
return
|
|
173
|
+
return ce(a), s;
|
|
152
174
|
}
|
|
153
|
-
function
|
|
175
|
+
function Ka() {
|
|
154
176
|
const e = C(!1), t = Ta();
|
|
155
177
|
return t && Sa(() => {
|
|
156
178
|
e.value = !0;
|
|
157
179
|
}, t), e;
|
|
158
180
|
}
|
|
159
|
-
function
|
|
160
|
-
const t =
|
|
181
|
+
function Ua(e) {
|
|
182
|
+
const t = Ka();
|
|
161
183
|
return w(() => (t.value, !!e()));
|
|
162
184
|
}
|
|
163
|
-
function
|
|
185
|
+
function Va(e, t, a = {}) {
|
|
164
186
|
const {
|
|
165
187
|
root: r,
|
|
166
188
|
rootMargin: i = "0px",
|
|
167
189
|
threshold: o = 0,
|
|
168
190
|
window: s = rt,
|
|
169
191
|
immediate: d = !0
|
|
170
|
-
} = a,
|
|
171
|
-
const P =
|
|
172
|
-
return
|
|
192
|
+
} = a, c = Ua(() => s && "IntersectionObserver" in s), u = w(() => {
|
|
193
|
+
const P = X(e);
|
|
194
|
+
return ke(P).map(Te).filter(Da);
|
|
173
195
|
});
|
|
174
|
-
let p =
|
|
175
|
-
const
|
|
176
|
-
() => [
|
|
196
|
+
let p = Re;
|
|
197
|
+
const v = C(d), h = c.value ? be(
|
|
198
|
+
() => [u.value, Te(r), v.value],
|
|
177
199
|
([P, E]) => {
|
|
178
|
-
if (p(), !
|
|
200
|
+
if (p(), !v.value || !P.length)
|
|
179
201
|
return;
|
|
180
202
|
const j = new IntersectionObserver(
|
|
181
203
|
t,
|
|
@@ -186,26 +208,26 @@ function Ua(e, t, a = {}) {
|
|
|
186
208
|
}
|
|
187
209
|
);
|
|
188
210
|
P.forEach((G) => G && j.observe(G)), p = () => {
|
|
189
|
-
j.disconnect(), p =
|
|
211
|
+
j.disconnect(), p = Re;
|
|
190
212
|
};
|
|
191
213
|
},
|
|
192
214
|
{ immediate: d, flush: "post" }
|
|
193
|
-
) :
|
|
194
|
-
p(),
|
|
215
|
+
) : Re, z = () => {
|
|
216
|
+
p(), h(), v.value = !1;
|
|
195
217
|
};
|
|
196
|
-
return
|
|
197
|
-
isSupported:
|
|
198
|
-
isActive:
|
|
218
|
+
return ce(z), {
|
|
219
|
+
isSupported: c,
|
|
220
|
+
isActive: v,
|
|
199
221
|
pause() {
|
|
200
|
-
p(),
|
|
222
|
+
p(), v.value = !1;
|
|
201
223
|
},
|
|
202
224
|
resume() {
|
|
203
|
-
|
|
225
|
+
v.value = !0;
|
|
204
226
|
},
|
|
205
227
|
stop: z
|
|
206
228
|
};
|
|
207
229
|
}
|
|
208
|
-
function
|
|
230
|
+
function qa(e, t, a = {}) {
|
|
209
231
|
const {
|
|
210
232
|
immediate: r = !0
|
|
211
233
|
} = a, { start: i } = Fa(s, t, { immediate: !1 }), o = C(!1);
|
|
@@ -215,12 +237,12 @@ function Va(e, t, a = {}) {
|
|
|
215
237
|
function d() {
|
|
216
238
|
o.value || (o.value = !0, s());
|
|
217
239
|
}
|
|
218
|
-
function
|
|
240
|
+
function c() {
|
|
219
241
|
o.value = !1;
|
|
220
242
|
}
|
|
221
|
-
return r && ue && d(),
|
|
243
|
+
return r && ue && d(), ce(c), {
|
|
222
244
|
isActive: o,
|
|
223
|
-
pause:
|
|
245
|
+
pause: c,
|
|
224
246
|
resume: d
|
|
225
247
|
};
|
|
226
248
|
}
|
|
@@ -235,8 +257,8 @@ function it(e = "history", t = {}) {
|
|
|
235
257
|
} = t;
|
|
236
258
|
if (!d)
|
|
237
259
|
return ft(a);
|
|
238
|
-
const
|
|
239
|
-
function
|
|
260
|
+
const c = ft({});
|
|
261
|
+
function u() {
|
|
240
262
|
if (e === "history")
|
|
241
263
|
return d.location.search || "";
|
|
242
264
|
if (e === "hash") {
|
|
@@ -254,30 +276,30 @@ function it(e = "history", t = {}) {
|
|
|
254
276
|
const L = d.location.hash || "#", V = L.indexOf("?");
|
|
255
277
|
return V > 0 ? `${d.location.search || ""}${L.slice(0, V)}${$ ? `?${$}` : ""}` : `${d.location.search || ""}${L}${$ ? `?${$}` : ""}`;
|
|
256
278
|
}
|
|
257
|
-
function
|
|
258
|
-
return new URLSearchParams(
|
|
279
|
+
function v() {
|
|
280
|
+
return new URLSearchParams(u());
|
|
259
281
|
}
|
|
260
|
-
function
|
|
261
|
-
const $ = new Set(Object.keys(
|
|
282
|
+
function h(I) {
|
|
283
|
+
const $ = new Set(Object.keys(c));
|
|
262
284
|
for (const L of I.keys()) {
|
|
263
285
|
const V = I.getAll(L);
|
|
264
|
-
|
|
286
|
+
c[L] = V.length > 1 ? V : I.get(L) || "", $.delete(L);
|
|
265
287
|
}
|
|
266
|
-
Array.from($).forEach((L) => delete
|
|
288
|
+
Array.from($).forEach((L) => delete c[L]);
|
|
267
289
|
}
|
|
268
290
|
const { pause: z, resume: P } = Ha(
|
|
269
|
-
|
|
291
|
+
c,
|
|
270
292
|
() => {
|
|
271
293
|
const I = new URLSearchParams("");
|
|
272
|
-
Object.keys(
|
|
273
|
-
const L =
|
|
294
|
+
Object.keys(c).forEach(($) => {
|
|
295
|
+
const L = c[$];
|
|
274
296
|
Array.isArray(L) ? L.forEach((V) => I.append($, V)) : r && L == null || i && !L ? I.delete($) : I.set($, L);
|
|
275
297
|
}), E(I, !1);
|
|
276
298
|
},
|
|
277
299
|
{ deep: !0 }
|
|
278
300
|
);
|
|
279
301
|
function E(I, $) {
|
|
280
|
-
z(), $ &&
|
|
302
|
+
z(), $ && h(I), s === "replace" ? d.history.replaceState(
|
|
281
303
|
d.history.state,
|
|
282
304
|
d.document.title,
|
|
283
305
|
d.location.pathname + p(I)
|
|
@@ -288,12 +310,12 @@ function it(e = "history", t = {}) {
|
|
|
288
310
|
), P();
|
|
289
311
|
}
|
|
290
312
|
function j() {
|
|
291
|
-
o && E(
|
|
313
|
+
o && E(v(), !0);
|
|
292
314
|
}
|
|
293
315
|
const G = { passive: !0 };
|
|
294
316
|
yt(d, "popstate", j, G), e !== "history" && yt(d, "hashchange", j, G);
|
|
295
|
-
const
|
|
296
|
-
return
|
|
317
|
+
const ie = v();
|
|
318
|
+
return ie.keys().next().value ? h(ie) : Object.assign(c, a), c;
|
|
297
319
|
}
|
|
298
320
|
function O(e) {
|
|
299
321
|
return e != null && typeof e == "object" && e["@@functional/placeholder"] === !0;
|
|
@@ -352,19 +374,19 @@ function De(e, t) {
|
|
|
352
374
|
return t.apply(this, arguments);
|
|
353
375
|
};
|
|
354
376
|
case 7:
|
|
355
|
-
return function(a, r, i, o, s, d,
|
|
377
|
+
return function(a, r, i, o, s, d, c) {
|
|
356
378
|
return t.apply(this, arguments);
|
|
357
379
|
};
|
|
358
380
|
case 8:
|
|
359
|
-
return function(a, r, i, o, s, d,
|
|
381
|
+
return function(a, r, i, o, s, d, c, u) {
|
|
360
382
|
return t.apply(this, arguments);
|
|
361
383
|
};
|
|
362
384
|
case 9:
|
|
363
|
-
return function(a, r, i, o, s, d,
|
|
385
|
+
return function(a, r, i, o, s, d, c, u, p) {
|
|
364
386
|
return t.apply(this, arguments);
|
|
365
387
|
};
|
|
366
388
|
case 10:
|
|
367
|
-
return function(a, r, i, o, s, d,
|
|
389
|
+
return function(a, r, i, o, s, d, c, u, p, v) {
|
|
368
390
|
return t.apply(this, arguments);
|
|
369
391
|
};
|
|
370
392
|
default:
|
|
@@ -374,8 +396,8 @@ function De(e, t) {
|
|
|
374
396
|
function nt(e, t, a) {
|
|
375
397
|
return function() {
|
|
376
398
|
for (var r = [], i = 0, o = e, s = 0, d = !1; s < t.length || i < arguments.length; ) {
|
|
377
|
-
var
|
|
378
|
-
s < t.length && (!O(t[s]) || i >= arguments.length) ?
|
|
399
|
+
var c;
|
|
400
|
+
s < t.length && (!O(t[s]) || i >= arguments.length) ? c = t[s] : (c = arguments[i], i += 1), r[s] = c, O(c) ? d = !0 : o -= 1, s += 1;
|
|
379
401
|
}
|
|
380
402
|
return !d && o <= 0 ? a.apply(this, r) : De(Math.max(0, o), nt(e, r, a));
|
|
381
403
|
};
|
|
@@ -383,7 +405,7 @@ function nt(e, t, a) {
|
|
|
383
405
|
var ot = /* @__PURE__ */ _(function(t, a) {
|
|
384
406
|
return t === 1 ? M(a) : De(t, nt(t, [], a));
|
|
385
407
|
});
|
|
386
|
-
function
|
|
408
|
+
function de(e) {
|
|
387
409
|
return function t(a, r, i) {
|
|
388
410
|
switch (arguments.length) {
|
|
389
411
|
case 0:
|
|
@@ -420,7 +442,7 @@ function ge(e) {
|
|
|
420
442
|
const Me = Array.isArray || function(t) {
|
|
421
443
|
return t != null && t.length >= 0 && Object.prototype.toString.call(t) === "[object Array]";
|
|
422
444
|
};
|
|
423
|
-
function
|
|
445
|
+
function Ya(e) {
|
|
424
446
|
return e != null && typeof e["@@transducer/step"] == "function";
|
|
425
447
|
}
|
|
426
448
|
function st(e, t, a) {
|
|
@@ -434,7 +456,7 @@ function st(e, t, a) {
|
|
|
434
456
|
return r[e[i]].apply(r, Array.prototype.slice.call(arguments, 0, -1));
|
|
435
457
|
i += 1;
|
|
436
458
|
}
|
|
437
|
-
if (
|
|
459
|
+
if (Ya(r)) {
|
|
438
460
|
var o = t.apply(null, Array.prototype.slice.call(arguments, 0, -1));
|
|
439
461
|
return o(r);
|
|
440
462
|
}
|
|
@@ -442,7 +464,7 @@ function st(e, t, a) {
|
|
|
442
464
|
return a.apply(this, arguments);
|
|
443
465
|
};
|
|
444
466
|
}
|
|
445
|
-
function
|
|
467
|
+
function Wa(e) {
|
|
446
468
|
return e && e["@@transducer/reduced"] ? e : {
|
|
447
469
|
"@@transducer/value": e,
|
|
448
470
|
"@@transducer/reduced": !0
|
|
@@ -469,60 +491,60 @@ function xt(e, t, a) {
|
|
|
469
491
|
}
|
|
470
492
|
return !1;
|
|
471
493
|
}
|
|
472
|
-
function
|
|
494
|
+
function Qa(e) {
|
|
473
495
|
var t = String(e).match(/^function (\w*)/);
|
|
474
496
|
return t == null ? "" : t[1];
|
|
475
497
|
}
|
|
476
|
-
function
|
|
498
|
+
function le(e, t) {
|
|
477
499
|
return Object.prototype.hasOwnProperty.call(t, e);
|
|
478
500
|
}
|
|
479
|
-
function
|
|
501
|
+
function Ja(e, t) {
|
|
480
502
|
return e === t ? e !== 0 || 1 / e === 1 / t : e !== e && t !== t;
|
|
481
503
|
}
|
|
482
|
-
const
|
|
504
|
+
const Ke = typeof Object.is == "function" ? Object.is : Ja;
|
|
483
505
|
var kt = Object.prototype.toString, Rt = /* @__PURE__ */ function() {
|
|
484
506
|
return kt.call(arguments) === "[object Arguments]" ? function(t) {
|
|
485
507
|
return kt.call(t) === "[object Arguments]";
|
|
486
508
|
} : function(t) {
|
|
487
|
-
return
|
|
509
|
+
return le("callee", t);
|
|
488
510
|
};
|
|
489
|
-
}(),
|
|
511
|
+
}(), Za = !/* @__PURE__ */ {
|
|
490
512
|
toString: null
|
|
491
513
|
}.propertyIsEnumerable("toString"), Tt = ["constructor", "valueOf", "isPrototypeOf", "toString", "propertyIsEnumerable", "hasOwnProperty", "toLocaleString"], St = /* @__PURE__ */ function() {
|
|
492
514
|
return arguments.propertyIsEnumerable("length");
|
|
493
|
-
}(),
|
|
515
|
+
}(), Xa = function(t, a) {
|
|
494
516
|
for (var r = 0; r < t.length; ) {
|
|
495
517
|
if (t[r] === a)
|
|
496
518
|
return !0;
|
|
497
519
|
r += 1;
|
|
498
520
|
}
|
|
499
521
|
return !1;
|
|
500
|
-
},
|
|
522
|
+
}, ee = /* @__PURE__ */ M(typeof Object.keys == "function" && !St ? function(t) {
|
|
501
523
|
return Object(t) !== t ? [] : Object.keys(t);
|
|
502
524
|
} : function(t) {
|
|
503
525
|
if (Object(t) !== t)
|
|
504
526
|
return [];
|
|
505
527
|
var a, r, i = [], o = St && Rt(t);
|
|
506
528
|
for (a in t)
|
|
507
|
-
|
|
508
|
-
if (
|
|
529
|
+
le(a, t) && (!o || a !== "length") && (i[i.length] = a);
|
|
530
|
+
if (Za)
|
|
509
531
|
for (r = Tt.length - 1; r >= 0; )
|
|
510
|
-
a = Tt[r],
|
|
532
|
+
a = Tt[r], le(a, t) && !Xa(i, a) && (i[i.length] = a), r -= 1;
|
|
511
533
|
return i;
|
|
512
534
|
}), qe = /* @__PURE__ */ M(function(t) {
|
|
513
535
|
return t === null ? "Null" : t === void 0 ? "Undefined" : Object.prototype.toString.call(t).slice(8, -1);
|
|
514
536
|
});
|
|
515
537
|
function zt(e, t, a, r) {
|
|
516
538
|
var i = wt(e), o = wt(t);
|
|
517
|
-
function s(d,
|
|
518
|
-
return lt(d,
|
|
539
|
+
function s(d, c) {
|
|
540
|
+
return lt(d, c, a.slice(), r.slice());
|
|
519
541
|
}
|
|
520
|
-
return !xt(function(d,
|
|
521
|
-
return !xt(s,
|
|
542
|
+
return !xt(function(d, c) {
|
|
543
|
+
return !xt(s, c, d);
|
|
522
544
|
}, o, i);
|
|
523
545
|
}
|
|
524
546
|
function lt(e, t, a, r) {
|
|
525
|
-
if (
|
|
547
|
+
if (Ke(e, t))
|
|
526
548
|
return !0;
|
|
527
549
|
var i = qe(e);
|
|
528
550
|
if (i !== qe(t))
|
|
@@ -535,17 +557,17 @@ function lt(e, t, a, r) {
|
|
|
535
557
|
case "Arguments":
|
|
536
558
|
case "Array":
|
|
537
559
|
case "Object":
|
|
538
|
-
if (typeof e.constructor == "function" &&
|
|
560
|
+
if (typeof e.constructor == "function" && Qa(e.constructor) === "Promise")
|
|
539
561
|
return e === t;
|
|
540
562
|
break;
|
|
541
563
|
case "Boolean":
|
|
542
564
|
case "Number":
|
|
543
565
|
case "String":
|
|
544
|
-
if (!(typeof e == typeof t &&
|
|
566
|
+
if (!(typeof e == typeof t && Ke(e.valueOf(), t.valueOf())))
|
|
545
567
|
return !1;
|
|
546
568
|
break;
|
|
547
569
|
case "Date":
|
|
548
|
-
if (!
|
|
570
|
+
if (!Ke(e.valueOf(), t.valueOf()))
|
|
549
571
|
return !1;
|
|
550
572
|
break;
|
|
551
573
|
case "Error":
|
|
@@ -588,13 +610,13 @@ function lt(e, t, a, r) {
|
|
|
588
610
|
default:
|
|
589
611
|
return !1;
|
|
590
612
|
}
|
|
591
|
-
var s =
|
|
592
|
-
if (s.length !==
|
|
613
|
+
var s = ee(e);
|
|
614
|
+
if (s.length !== ee(t).length)
|
|
593
615
|
return !1;
|
|
594
|
-
var d = a.concat([e]),
|
|
616
|
+
var d = a.concat([e]), c = r.concat([t]);
|
|
595
617
|
for (o = s.length - 1; o >= 0; ) {
|
|
596
|
-
var
|
|
597
|
-
if (!(
|
|
618
|
+
var u = s[o];
|
|
619
|
+
if (!(le(u, t) && lt(t[u], e[u], d, c)))
|
|
598
620
|
return !1;
|
|
599
621
|
o -= 1;
|
|
600
622
|
}
|
|
@@ -603,7 +625,7 @@ function lt(e, t, a, r) {
|
|
|
603
625
|
var Le = /* @__PURE__ */ _(function(t, a) {
|
|
604
626
|
return lt(t, a, [], []);
|
|
605
627
|
});
|
|
606
|
-
function
|
|
628
|
+
function er(e, t, a) {
|
|
607
629
|
var r, i;
|
|
608
630
|
if (typeof e.indexOf == "function")
|
|
609
631
|
switch (typeof t) {
|
|
@@ -641,26 +663,26 @@ function Xa(e, t, a) {
|
|
|
641
663
|
}
|
|
642
664
|
return -1;
|
|
643
665
|
}
|
|
644
|
-
function
|
|
645
|
-
return
|
|
666
|
+
function tr(e, t) {
|
|
667
|
+
return er(t, e, 0) >= 0;
|
|
646
668
|
}
|
|
647
669
|
function Se(e, t) {
|
|
648
670
|
for (var a = 0, r = t.length, i = Array(r); a < r; )
|
|
649
671
|
i[a] = e(t[a]), a += 1;
|
|
650
672
|
return i;
|
|
651
673
|
}
|
|
652
|
-
function
|
|
674
|
+
function Ue(e) {
|
|
653
675
|
var t = e.replace(/\\/g, "\\\\").replace(/[\b]/g, "\\b").replace(/\f/g, "\\f").replace(/\n/g, "\\n").replace(/\r/g, "\\r").replace(/\t/g, "\\t").replace(/\v/g, "\\v").replace(/\0/g, "\\0");
|
|
654
676
|
return '"' + t.replace(/"/g, '\\"') + '"';
|
|
655
677
|
}
|
|
656
|
-
var
|
|
678
|
+
var me = function(t) {
|
|
657
679
|
return (t < 10 ? "0" : "") + t;
|
|
658
|
-
},
|
|
680
|
+
}, ar = typeof Date.prototype.toISOString == "function" ? function(t) {
|
|
659
681
|
return t.toISOString();
|
|
660
682
|
} : function(t) {
|
|
661
|
-
return t.getUTCFullYear() + "-" +
|
|
683
|
+
return t.getUTCFullYear() + "-" + me(t.getUTCMonth() + 1) + "-" + me(t.getUTCDate()) + "T" + me(t.getUTCHours()) + ":" + me(t.getUTCMinutes()) + ":" + me(t.getUTCSeconds()) + "." + (t.getUTCMilliseconds() / 1e3).toFixed(3).slice(2, 5) + "Z";
|
|
662
684
|
};
|
|
663
|
-
function
|
|
685
|
+
function rr(e) {
|
|
664
686
|
return function() {
|
|
665
687
|
return !e.apply(this, arguments);
|
|
666
688
|
};
|
|
@@ -670,7 +692,7 @@ function Kt(e, t, a) {
|
|
|
670
692
|
t = e(t, a[r]), r += 1;
|
|
671
693
|
return t;
|
|
672
694
|
}
|
|
673
|
-
function
|
|
695
|
+
function ir(e, t) {
|
|
674
696
|
for (var a = 0, r = t.length, i = []; a < r; )
|
|
675
697
|
e(t[a]) && (i[i.length] = t[a]), a += 1;
|
|
676
698
|
return i;
|
|
@@ -678,7 +700,7 @@ function rr(e, t) {
|
|
|
678
700
|
function Ut(e) {
|
|
679
701
|
return Object.prototype.toString.call(e) === "[object Object]";
|
|
680
702
|
}
|
|
681
|
-
var
|
|
703
|
+
var nr = /* @__PURE__ */ function() {
|
|
682
704
|
function e(t, a) {
|
|
683
705
|
this.xf = a, this.f = t;
|
|
684
706
|
}
|
|
@@ -686,41 +708,41 @@ var ir = /* @__PURE__ */ function() {
|
|
|
686
708
|
return this.f(a) ? this.xf["@@transducer/step"](t, a) : t;
|
|
687
709
|
}, e;
|
|
688
710
|
}();
|
|
689
|
-
function
|
|
711
|
+
function or(e) {
|
|
690
712
|
return function(t) {
|
|
691
|
-
return new
|
|
713
|
+
return new nr(e, t);
|
|
692
714
|
};
|
|
693
715
|
}
|
|
694
|
-
var Vt = /* @__PURE__ */ _(/* @__PURE__ */ st(["fantasy-land/filter", "filter"],
|
|
716
|
+
var Vt = /* @__PURE__ */ _(/* @__PURE__ */ st(["fantasy-land/filter", "filter"], or, function(e, t) {
|
|
695
717
|
return Ut(t) ? Kt(function(a, r) {
|
|
696
718
|
return e(t[r]) && (a[r] = t[r]), a;
|
|
697
|
-
}, {},
|
|
719
|
+
}, {}, ee(t)) : (
|
|
698
720
|
// else
|
|
699
|
-
|
|
721
|
+
ir(e, t)
|
|
700
722
|
);
|
|
701
|
-
})),
|
|
702
|
-
return Vt(
|
|
723
|
+
})), te = /* @__PURE__ */ _(function(t, a) {
|
|
724
|
+
return Vt(rr(t), a);
|
|
703
725
|
});
|
|
704
726
|
function qt(e, t) {
|
|
705
727
|
var a = function(s) {
|
|
706
728
|
var d = t.concat([e]);
|
|
707
|
-
return
|
|
729
|
+
return tr(s, d) ? "<Circular>" : qt(s, d);
|
|
708
730
|
}, r = function(o, s) {
|
|
709
731
|
return Se(function(d) {
|
|
710
|
-
return
|
|
732
|
+
return Ue(d) + ": " + a(o[d]);
|
|
711
733
|
}, s.slice().sort());
|
|
712
734
|
};
|
|
713
735
|
switch (Object.prototype.toString.call(e)) {
|
|
714
736
|
case "[object Arguments]":
|
|
715
737
|
return "(function() { return arguments; }(" + Se(a, e).join(", ") + "))";
|
|
716
738
|
case "[object Array]":
|
|
717
|
-
return "[" + Se(a, e).concat(r(e,
|
|
739
|
+
return "[" + Se(a, e).concat(r(e, te(function(o) {
|
|
718
740
|
return /^\d+$/.test(o);
|
|
719
|
-
},
|
|
741
|
+
}, ee(e)))).join(", ") + "]";
|
|
720
742
|
case "[object Boolean]":
|
|
721
743
|
return typeof e == "object" ? "new Boolean(" + a(e.valueOf()) + ")" : e.toString();
|
|
722
744
|
case "[object Date]":
|
|
723
|
-
return "new Date(" + (isNaN(e.valueOf()) ? a(NaN) :
|
|
745
|
+
return "new Date(" + (isNaN(e.valueOf()) ? a(NaN) : Ue(ar(e))) + ")";
|
|
724
746
|
case "[object Map]":
|
|
725
747
|
return "new Map(" + a(Array.from(e)) + ")";
|
|
726
748
|
case "[object Null]":
|
|
@@ -730,7 +752,7 @@ function qt(e, t) {
|
|
|
730
752
|
case "[object Set]":
|
|
731
753
|
return "new Set(" + a(Array.from(e).sort()) + ")";
|
|
732
754
|
case "[object String]":
|
|
733
|
-
return typeof e == "object" ? "new String(" + a(e.valueOf()) + ")" :
|
|
755
|
+
return typeof e == "object" ? "new String(" + a(e.valueOf()) + ")" : Ue(e);
|
|
734
756
|
case "[object Undefined]":
|
|
735
757
|
return "undefined";
|
|
736
758
|
default:
|
|
@@ -739,17 +761,17 @@ function qt(e, t) {
|
|
|
739
761
|
if (i !== "[object Object]")
|
|
740
762
|
return i;
|
|
741
763
|
}
|
|
742
|
-
return "{" + r(e,
|
|
764
|
+
return "{" + r(e, ee(e)).join(", ") + "}";
|
|
743
765
|
}
|
|
744
766
|
}
|
|
745
767
|
var je = /* @__PURE__ */ M(function(t) {
|
|
746
768
|
return qt(t, []);
|
|
747
|
-
}),
|
|
769
|
+
}), sr = /* @__PURE__ */ _(function(t, a) {
|
|
748
770
|
if (t === a)
|
|
749
771
|
return a;
|
|
750
|
-
function r(
|
|
751
|
-
if (
|
|
752
|
-
return
|
|
772
|
+
function r(c, u) {
|
|
773
|
+
if (c > u != u > c)
|
|
774
|
+
return u > c ? u : c;
|
|
753
775
|
}
|
|
754
776
|
var i = r(t, a);
|
|
755
777
|
if (i !== void 0)
|
|
@@ -759,18 +781,18 @@ var je = /* @__PURE__ */ M(function(t) {
|
|
|
759
781
|
return o === typeof t ? t : a;
|
|
760
782
|
var s = je(t), d = r(s, je(a));
|
|
761
783
|
return d !== void 0 && d === s ? t : a;
|
|
762
|
-
}),
|
|
784
|
+
}), lr = /* @__PURE__ */ function() {
|
|
763
785
|
function e(t, a) {
|
|
764
786
|
this.xf = a, this.f = t;
|
|
765
787
|
}
|
|
766
788
|
return e.prototype["@@transducer/init"] = ve.init, e.prototype["@@transducer/result"] = ve.result, e.prototype["@@transducer/step"] = function(t, a) {
|
|
767
789
|
return this.xf["@@transducer/step"](t, this.f(a));
|
|
768
790
|
}, e;
|
|
769
|
-
}(),
|
|
791
|
+
}(), cr = function(t) {
|
|
770
792
|
return function(a) {
|
|
771
|
-
return new
|
|
793
|
+
return new lr(t, a);
|
|
772
794
|
};
|
|
773
|
-
}, Y = /* @__PURE__ */ _(/* @__PURE__ */ st(["fantasy-land/map", "map"],
|
|
795
|
+
}, Y = /* @__PURE__ */ _(/* @__PURE__ */ st(["fantasy-land/map", "map"], cr, function(t, a) {
|
|
774
796
|
switch (Object.prototype.toString.call(a)) {
|
|
775
797
|
case "[object Function]":
|
|
776
798
|
return ot(a.length, function() {
|
|
@@ -779,7 +801,7 @@ var je = /* @__PURE__ */ M(function(t) {
|
|
|
779
801
|
case "[object Object]":
|
|
780
802
|
return Kt(function(r, i) {
|
|
781
803
|
return r[i] = t(a[i]), r;
|
|
782
|
-
}, {},
|
|
804
|
+
}, {}, ee(a));
|
|
783
805
|
default:
|
|
784
806
|
return Se(t, a);
|
|
785
807
|
}
|
|
@@ -794,17 +816,17 @@ function Wt(e, t) {
|
|
|
794
816
|
var a = e < 0 ? t.length + e : e;
|
|
795
817
|
return Ce(t) ? t.charAt(a) : t[a];
|
|
796
818
|
}
|
|
797
|
-
var
|
|
819
|
+
var re = /* @__PURE__ */ _(function(t, a) {
|
|
798
820
|
if (a != null)
|
|
799
821
|
return Yt(t) ? Wt(t, a) : a[t];
|
|
800
|
-
}),
|
|
801
|
-
return Y(
|
|
802
|
-
}),
|
|
822
|
+
}), dr = /* @__PURE__ */ _(function(t, a) {
|
|
823
|
+
return Y(re(t), a);
|
|
824
|
+
}), mr = /* @__PURE__ */ M(function(t) {
|
|
803
825
|
return Me(t) ? !0 : !t || typeof t != "object" || Ce(t) ? !1 : t.length === 0 ? !0 : t.length > 0 ? t.hasOwnProperty(0) && t.hasOwnProperty(t.length - 1) : !1;
|
|
804
826
|
}), $t = typeof Symbol < "u" ? Symbol.iterator : "@@iterator";
|
|
805
|
-
function
|
|
827
|
+
function gr(e, t, a) {
|
|
806
828
|
return function(i, o, s) {
|
|
807
|
-
if (
|
|
829
|
+
if (mr(s))
|
|
808
830
|
return e(i, o, s);
|
|
809
831
|
if (s == null)
|
|
810
832
|
return o;
|
|
@@ -819,7 +841,7 @@ function dr(e, t, a) {
|
|
|
819
841
|
throw new TypeError("reduce: list must be array or iterable");
|
|
820
842
|
};
|
|
821
843
|
}
|
|
822
|
-
function
|
|
844
|
+
function ur(e, t, a) {
|
|
823
845
|
for (var r = 0, i = a.length; r < i; ) {
|
|
824
846
|
if (t = e["@@transducer/step"](t, a[r]), t && t["@@transducer/reduced"]) {
|
|
825
847
|
t = t["@@transducer/value"];
|
|
@@ -829,12 +851,12 @@ function mr(e, t, a) {
|
|
|
829
851
|
}
|
|
830
852
|
return e["@@transducer/result"](t);
|
|
831
853
|
}
|
|
832
|
-
var
|
|
854
|
+
var vr = /* @__PURE__ */ _(function(t, a) {
|
|
833
855
|
return De(t.length, function() {
|
|
834
856
|
return t.apply(a, arguments);
|
|
835
857
|
});
|
|
836
858
|
});
|
|
837
|
-
function
|
|
859
|
+
function br(e, t, a) {
|
|
838
860
|
for (var r = a.next(); !r.done; ) {
|
|
839
861
|
if (t = e["@@transducer/step"](t, r.value), t && t["@@transducer/reduced"]) {
|
|
840
862
|
t = t["@@transducer/value"];
|
|
@@ -844,10 +866,10 @@ function vr(e, t, a) {
|
|
|
844
866
|
}
|
|
845
867
|
return e["@@transducer/result"](t);
|
|
846
868
|
}
|
|
847
|
-
function
|
|
848
|
-
return e["@@transducer/result"](a[r](
|
|
869
|
+
function pr(e, t, a, r) {
|
|
870
|
+
return e["@@transducer/result"](a[r](vr(e["@@transducer/step"], e), t));
|
|
849
871
|
}
|
|
850
|
-
var Qt = /* @__PURE__ */
|
|
872
|
+
var Qt = /* @__PURE__ */ gr(ur, pr, br), fr = /* @__PURE__ */ function() {
|
|
851
873
|
function e(t) {
|
|
852
874
|
this.f = t;
|
|
853
875
|
}
|
|
@@ -860,12 +882,12 @@ var Qt = /* @__PURE__ */ dr(mr, br, vr), pr = /* @__PURE__ */ function() {
|
|
|
860
882
|
}, e;
|
|
861
883
|
}();
|
|
862
884
|
function Jt(e) {
|
|
863
|
-
return new
|
|
885
|
+
return new fr(e);
|
|
864
886
|
}
|
|
865
|
-
var ct = /* @__PURE__ */
|
|
887
|
+
var ct = /* @__PURE__ */ de(function(e, t, a) {
|
|
866
888
|
return Qt(typeof e == "function" ? Jt(e) : e, t, a);
|
|
867
|
-
}),
|
|
868
|
-
return ot(ct(
|
|
889
|
+
}), hr = /* @__PURE__ */ M(function(t) {
|
|
890
|
+
return ot(ct(sr, 0, dr("length", t)), function() {
|
|
869
891
|
for (var a = 0, r = t.length; a < r; ) {
|
|
870
892
|
if (!t[a].apply(this, arguments))
|
|
871
893
|
return !1;
|
|
@@ -874,11 +896,11 @@ var ct = /* @__PURE__ */ ge(function(e, t, a) {
|
|
|
874
896
|
return !0;
|
|
875
897
|
});
|
|
876
898
|
}), Zt = /* @__PURE__ */ M(function(t) {
|
|
877
|
-
for (var a =
|
|
899
|
+
for (var a = ee(t), r = a.length, i = [], o = 0; o < r; )
|
|
878
900
|
i[o] = t[a[o]], o += 1;
|
|
879
901
|
return i;
|
|
880
902
|
});
|
|
881
|
-
function
|
|
903
|
+
function yr(e) {
|
|
882
904
|
var t = Object.prototype.toString.call(e);
|
|
883
905
|
return t === "[object Function]" || t === "[object AsyncFunction]" || t === "[object GeneratorFunction]" || t === "[object AsyncGeneratorFunction]";
|
|
884
906
|
}
|
|
@@ -886,7 +908,7 @@ function Xt(e) {
|
|
|
886
908
|
return new RegExp(e.source, e.flags ? e.flags : (e.global ? "g" : "") + (e.ignoreCase ? "i" : "") + (e.multiline ? "m" : "") + (e.sticky ? "y" : "") + (e.unicode ? "u" : "") + (e.dotAll ? "s" : ""));
|
|
887
909
|
}
|
|
888
910
|
function ea(e, t, a) {
|
|
889
|
-
if (a || (a = new
|
|
911
|
+
if (a || (a = new xr()), wr(e))
|
|
890
912
|
return e;
|
|
891
913
|
var r = function(o) {
|
|
892
914
|
var s = a.get(e);
|
|
@@ -922,11 +944,11 @@ function ea(e, t, a) {
|
|
|
922
944
|
return e;
|
|
923
945
|
}
|
|
924
946
|
}
|
|
925
|
-
function
|
|
947
|
+
function wr(e) {
|
|
926
948
|
var t = typeof e;
|
|
927
949
|
return e == null || t != "object" && t != "function";
|
|
928
950
|
}
|
|
929
|
-
var
|
|
951
|
+
var xr = /* @__PURE__ */ function() {
|
|
930
952
|
function e() {
|
|
931
953
|
this.map = {}, this.length = 0;
|
|
932
954
|
}
|
|
@@ -957,12 +979,12 @@ var wr = /* @__PURE__ */ function() {
|
|
|
957
979
|
}
|
|
958
980
|
}, e;
|
|
959
981
|
}();
|
|
960
|
-
function
|
|
982
|
+
function kr(e, t) {
|
|
961
983
|
return function() {
|
|
962
984
|
return t.call(this, e.apply(this, arguments));
|
|
963
985
|
};
|
|
964
986
|
}
|
|
965
|
-
function
|
|
987
|
+
function dt(e, t) {
|
|
966
988
|
return function() {
|
|
967
989
|
var a = arguments.length;
|
|
968
990
|
if (a === 0)
|
|
@@ -971,30 +993,30 @@ function gt(e, t) {
|
|
|
971
993
|
return Me(r) || typeof r[e] != "function" ? t.apply(this, arguments) : r[e].apply(r, Array.prototype.slice.call(arguments, 0, a - 1));
|
|
972
994
|
};
|
|
973
995
|
}
|
|
974
|
-
var
|
|
996
|
+
var Tr = /* @__PURE__ */ de(/* @__PURE__ */ dt("slice", function(t, a, r) {
|
|
975
997
|
return Array.prototype.slice.call(r, t, a);
|
|
976
|
-
})),
|
|
977
|
-
function
|
|
998
|
+
})), Sr = /* @__PURE__ */ M(/* @__PURE__ */ dt("tail", /* @__PURE__ */ Tr(1, 1 / 0)));
|
|
999
|
+
function zr() {
|
|
978
1000
|
if (arguments.length === 0)
|
|
979
1001
|
throw new Error("pipe requires at least one argument");
|
|
980
|
-
return De(arguments[0].length, ct(
|
|
1002
|
+
return De(arguments[0].length, ct(kr, arguments[0], Sr(arguments)));
|
|
981
1003
|
}
|
|
982
1004
|
var Ge = /* @__PURE__ */ M(function(t) {
|
|
983
1005
|
return Ce(t) ? t.split("").reverse().join("") : Array.prototype.slice.call(t, 0).reverse();
|
|
984
1006
|
});
|
|
985
|
-
function
|
|
1007
|
+
function ae() {
|
|
986
1008
|
if (arguments.length === 0)
|
|
987
1009
|
throw new Error("compose requires at least one argument");
|
|
988
|
-
return
|
|
1010
|
+
return zr.apply(this, Ge(arguments));
|
|
989
1011
|
}
|
|
990
|
-
var
|
|
1012
|
+
var $r = /* @__PURE__ */ function() {
|
|
991
1013
|
function e(t, a, r, i) {
|
|
992
1014
|
this.valueFn = t, this.valueAcc = a, this.keyFn = r, this.xf = i, this.inputs = {};
|
|
993
1015
|
}
|
|
994
1016
|
return e.prototype["@@transducer/init"] = ve.init, e.prototype["@@transducer/result"] = function(t) {
|
|
995
1017
|
var a;
|
|
996
1018
|
for (a in this.inputs)
|
|
997
|
-
if (
|
|
1019
|
+
if (le(a, this.inputs) && (t = this.xf["@@transducer/step"](t, this.inputs[a]), t["@@transducer/reduced"])) {
|
|
998
1020
|
t = t["@@transducer/value"];
|
|
999
1021
|
break;
|
|
1000
1022
|
}
|
|
@@ -1004,56 +1026,56 @@ var zr = /* @__PURE__ */ function() {
|
|
|
1004
1026
|
return this.inputs[r] = this.inputs[r] || [r, ea(this.valueAcc)], this.inputs[r][1] = this.valueFn(this.inputs[r][1], a), t;
|
|
1005
1027
|
}, e;
|
|
1006
1028
|
}();
|
|
1007
|
-
function
|
|
1029
|
+
function Pr(e, t, a) {
|
|
1008
1030
|
return function(r) {
|
|
1009
|
-
return new
|
|
1031
|
+
return new $r(e, t, a, r);
|
|
1010
1032
|
};
|
|
1011
1033
|
}
|
|
1012
|
-
var
|
|
1034
|
+
var jr = /* @__PURE__ */ nt(4, [], /* @__PURE__ */ st([], Pr, function(t, a, r, i) {
|
|
1013
1035
|
var o = Jt(function(s, d) {
|
|
1014
|
-
var
|
|
1015
|
-
return
|
|
1036
|
+
var c = r(d), u = t(le(c, s) ? s[c] : ea(a), d);
|
|
1037
|
+
return u && u["@@transducer/reduced"] ? Wa(s) : (s[c] = u, s);
|
|
1016
1038
|
});
|
|
1017
1039
|
return Qt(o, {}, i);
|
|
1018
|
-
})), ta = /* @__PURE__ */
|
|
1040
|
+
})), ta = /* @__PURE__ */ de(function(t, a, r) {
|
|
1019
1041
|
var i = t(a), o = t(r);
|
|
1020
1042
|
return i > o ? -1 : i < o ? 1 : 0;
|
|
1021
1043
|
});
|
|
1022
|
-
function
|
|
1044
|
+
function Er(e) {
|
|
1023
1045
|
var t = Object.prototype.toString.call(e);
|
|
1024
1046
|
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
1047
|
}
|
|
1026
|
-
var
|
|
1048
|
+
var Nr = /* @__PURE__ */ M(function(t) {
|
|
1027
1049
|
return t != null && typeof t["fantasy-land/empty"] == "function" ? t["fantasy-land/empty"]() : t != null && t.constructor != null && typeof t.constructor["fantasy-land/empty"] == "function" ? t.constructor["fantasy-land/empty"]() : t != null && typeof t.empty == "function" ? t.empty() : t != null && t.constructor != null && typeof t.constructor.empty == "function" ? t.constructor.empty() : Me(t) ? [] : Ce(t) ? "" : Ut(t) ? {} : Rt(t) ? /* @__PURE__ */ function() {
|
|
1028
1050
|
return arguments;
|
|
1029
|
-
}() :
|
|
1030
|
-
}),
|
|
1051
|
+
}() : Er(t) ? t.constructor.from("") : void 0;
|
|
1052
|
+
}), mt = /* @__PURE__ */ _(/* @__PURE__ */ dt("groupBy", /* @__PURE__ */ jr(function(e, t) {
|
|
1031
1053
|
return e.push(t), e;
|
|
1032
1054
|
}, [])));
|
|
1033
|
-
function
|
|
1055
|
+
function Or(e) {
|
|
1034
1056
|
if (e == null)
|
|
1035
1057
|
throw new TypeError("Cannot convert undefined or null to object");
|
|
1036
1058
|
for (var t = Object(e), a = 1, r = arguments.length; a < r; ) {
|
|
1037
1059
|
var i = arguments[a];
|
|
1038
1060
|
if (i != null)
|
|
1039
1061
|
for (var o in i)
|
|
1040
|
-
|
|
1062
|
+
le(o, i) && (t[o] = i[o]);
|
|
1041
1063
|
a += 1;
|
|
1042
1064
|
}
|
|
1043
1065
|
return t;
|
|
1044
1066
|
}
|
|
1045
|
-
const
|
|
1046
|
-
var
|
|
1067
|
+
const Ir = typeof Object.assign == "function" ? Object.assign : Or;
|
|
1068
|
+
var gt = /* @__PURE__ */ _(function(t, a) {
|
|
1047
1069
|
return ot(t + 1, function() {
|
|
1048
1070
|
var r = arguments[t];
|
|
1049
|
-
if (r != null &&
|
|
1071
|
+
if (r != null && yr(r[a]))
|
|
1050
1072
|
return r[a].apply(r, Array.prototype.slice.call(arguments, 0, t));
|
|
1051
1073
|
throw new TypeError(je(r) + ' does not have a method named "' + a + '"');
|
|
1052
1074
|
});
|
|
1053
1075
|
}), A = /* @__PURE__ */ M(function(t) {
|
|
1054
|
-
return t != null && Le(t,
|
|
1055
|
-
}), Pt = /* @__PURE__ */
|
|
1056
|
-
function
|
|
1076
|
+
return t != null && Le(t, Nr(t));
|
|
1077
|
+
}), Pt = /* @__PURE__ */ gt(1, "join");
|
|
1078
|
+
function Ar(e, t) {
|
|
1057
1079
|
for (var a = t, r = 0; r < e.length; r += 1) {
|
|
1058
1080
|
if (a == null)
|
|
1059
1081
|
return;
|
|
@@ -1062,17 +1084,17 @@ function Ir(e, t) {
|
|
|
1062
1084
|
}
|
|
1063
1085
|
return a;
|
|
1064
1086
|
}
|
|
1065
|
-
var
|
|
1066
|
-
return
|
|
1067
|
-
}),
|
|
1068
|
-
return Le(
|
|
1087
|
+
var _r = /* @__PURE__ */ _(function(t, a) {
|
|
1088
|
+
return Ir({}, a, t);
|
|
1089
|
+
}), Dr = /* @__PURE__ */ de(function(t, a, r) {
|
|
1090
|
+
return Le(Ar(a, r), t);
|
|
1069
1091
|
}), aa = /* @__PURE__ */ _(function(t, a) {
|
|
1070
1092
|
for (var r = {}, i = 0; i < t.length; )
|
|
1071
1093
|
t[i] in a && (r[t[i]] = a[t[i]]), i += 1;
|
|
1072
1094
|
return r;
|
|
1073
|
-
}), ut = /* @__PURE__ */
|
|
1074
|
-
return Le(t,
|
|
1075
|
-
}), vt = /* @__PURE__ */
|
|
1095
|
+
}), ut = /* @__PURE__ */ de(function(t, a, r) {
|
|
1096
|
+
return Le(t, re(a, r));
|
|
1097
|
+
}), vt = /* @__PURE__ */ de(function(t, a, r) {
|
|
1076
1098
|
return r.replace(t, a);
|
|
1077
1099
|
}), ra = /* @__PURE__ */ _(function(t, a) {
|
|
1078
1100
|
return Array.prototype.slice.call(a, 0).sort(function(r, i) {
|
|
@@ -1085,71 +1107,71 @@ var Ar = /* @__PURE__ */ _(function(t, a) {
|
|
|
1085
1107
|
o = t[s](r, i), s += 1;
|
|
1086
1108
|
return o;
|
|
1087
1109
|
});
|
|
1088
|
-
}), Ye = /* @__PURE__ */
|
|
1089
|
-
function
|
|
1110
|
+
}), Ye = /* @__PURE__ */ gt(1, "split");
|
|
1111
|
+
function Mr(e) {
|
|
1090
1112
|
return Object.prototype.toString.call(e) === "[object RegExp]";
|
|
1091
1113
|
}
|
|
1092
|
-
var
|
|
1093
|
-
if (!
|
|
1114
|
+
var Lr = /* @__PURE__ */ _(function(t, a) {
|
|
1115
|
+
if (!Mr(t))
|
|
1094
1116
|
throw new TypeError("‘test’ requires a value of type RegExp as its first argument; received " + je(t));
|
|
1095
1117
|
return Xt(t).test(a);
|
|
1096
|
-
}),
|
|
1097
|
-
\v\f\r \u2028\u2029\uFEFF`,
|
|
1098
|
-
var a = new RegExp("^[" +
|
|
1118
|
+
}), Cr = /* @__PURE__ */ gt(0, "toUpperCase"), ge = `
|
|
1119
|
+
\v\f\r \u2028\u2029\uFEFF`, Gr = "", Br = typeof String.prototype.trim == "function", Hr = /* @__PURE__ */ M(!Br || /* @__PURE__ */ ge.trim() || !/* @__PURE__ */ Gr.trim() ? function(t) {
|
|
1120
|
+
var a = new RegExp("^[" + ge + "][" + ge + "]*"), r = new RegExp("[" + ge + "][" + ge + "]*$");
|
|
1099
1121
|
return t.replace(a, "").replace(r, "");
|
|
1100
1122
|
} : function(t) {
|
|
1101
1123
|
return t.trim();
|
|
1102
1124
|
});
|
|
1103
|
-
const
|
|
1104
|
-
localTime:
|
|
1105
|
-
afterOvertime:
|
|
1106
|
-
afterShootout:
|
|
1107
|
-
sheet:
|
|
1108
|
-
toiSheet:
|
|
1109
|
-
video:
|
|
1110
|
-
gameStatus:
|
|
1111
|
-
bestPlayer:
|
|
1112
|
-
periods:
|
|
1113
|
-
gameStats:
|
|
1114
|
-
events:
|
|
1115
|
-
teamsStats:
|
|
1116
|
-
teamMembers:
|
|
1117
|
-
penalties:
|
|
1118
|
-
},
|
|
1119
|
-
gameData:
|
|
1120
|
-
menu:
|
|
1121
|
-
title:
|
|
1122
|
-
eventType:
|
|
1123
|
-
section:
|
|
1124
|
-
stats:
|
|
1125
|
-
rows:
|
|
1126
|
-
roleType:
|
|
1127
|
-
role:
|
|
1128
|
-
},
|
|
1129
|
-
localTime:
|
|
1130
|
-
afterOvertime:
|
|
1131
|
-
afterShootout:
|
|
1132
|
-
sheet:
|
|
1133
|
-
toiSheet:
|
|
1134
|
-
video:
|
|
1135
|
-
gameStatus:
|
|
1136
|
-
bestPlayer:
|
|
1137
|
-
periods:
|
|
1138
|
-
gameStats:
|
|
1139
|
-
events:
|
|
1140
|
-
teamsStats:
|
|
1141
|
-
teamMembers:
|
|
1142
|
-
penalties:
|
|
1143
|
-
},
|
|
1144
|
-
gameData:
|
|
1145
|
-
menu:
|
|
1146
|
-
title:
|
|
1147
|
-
eventType:
|
|
1148
|
-
section:
|
|
1149
|
-
stats:
|
|
1150
|
-
rows:
|
|
1151
|
-
roleType:
|
|
1152
|
-
role:
|
|
1125
|
+
const Fr = "Local time", Rr = "Overtime", Kr = "Shootout", Ur = "Game sheet", Vr = "TOI sheet", qr = "Video", Yr = { "status-1": "Live", "status-2": "Game Completed", "status-3": "Versenybíróság", "status-4": "Delayed" }, Wr = "Best Player of the Team", Qr = { wu: "Preparation", pre: "Preparation Ended", p1: "First Period", p1_int: "First Period Ended", p2: "Second Period", p2_int: "Second Period Ended", p3: "Third Period", p3_int: "Third Period Ended", p4: "Fourth Period", p4_int: "Fourth Period Ended", p5: "Fifth Period", p5_int: "Fifth Period Ended", p6: "Sixth Period", p6_int: "Sixth Period Ended", ot: "Overtime", ot_int: "Overtime Ended", so: "Shoot Out", so_int: "Shoot Out Ended", end: "Game Ended", "end-event": "Game Ended", "1-harmad": "First Period", "2-harmad": "Second Period", "3-harmad": "Third Period", "4-harmad": "Fourth Period", "5-harmad": "Fifth Period", "6-harmad": "Sixth Period", "7-harmad": "Seventh Period", "8-harmad": "Eighth Period", "9-harmad": "Ninth Period", "1-játékrész": "First Period", "2-játékrész": "Second Period", "3-játékrész": "Third Period", "3-játékrész vége": "Third Period Ended", "4-játékrész vége": "Fourth Period Ended", "5-játékrész vége": "Fifth Period Ended", "6-játékrész vége": "Sixth Period Ended", "7-játékrész vége": "Seventh Period Ended", "8-játékrész vége": "Eighth Period Ended", "9-játékrész vége": "Ninth Period Ended", Hosszabbítás: "Overtime", Büntetők: "Shoot Out" }, Jr = { referees: "Referees", linesmen: "Linesmen", attendance: "Attandance" }, Zr = { timeout: "Timeout", penaltyLength: "{0} m", teamPenalty: "Team Penalty", noEventsInPeriod: "No event in this period", score: "Score", missed: "Missed" }, Xr = { sog: "Shot on Goal", saves: "Saves", pim: "Penalty minutes", advPercent: "Powerplay", penaltyKilling: "Penalty killing", advantageTime: "Advantage Time", advantageTimePP1: "Advantage Time PP1", advantageTimePP2: "Advantage Time PP2" }, ei = { headCoach: "Coach", secondCoach: "Assistant Coach", teamLeader: "Team leader", officialPerson1: "Team Official", officialPerson2: "Team Official", officialPerson3: "Team Official" }, ti = { INTRF: "Interference", "GK-INT": "Interference on a Goaltender", "THR-ST": "Throwing a Stick or Object", "HO-ST": "Holding the Stick", HOOK: "Hooking", CROSS: "Cross-Checking", "BUT-E": "Butt-Ending", INCAC: "Incorrect Access to or from Penalty Box", "L-BCH": "Leaving the Penalty Box Prematurely", "T-BCH": "Team Official Entering the Playing Area", "ENG-S": "Engaging with Spectators", ROUGH: "Roughing", MISC: "Misconduct", "H-BUT": "Head-Butting", "CHE-H": "Checking to the Head or Neck", HOLD: "Holding", TRIP: "Tripping", TAUNT: "Taunting", PULL: "Pulling Hair, Helmet, Cage", BITE: "Biting", "CHE-B": "Checking from Behind", ABUSE: "Abuse of Officials", HELM: "Playing without a Helmet", DELAY: "Delay of the Game", REFUSE: "Refusing to Start Play", CLOS: "Closing hand on puck", ELBOW: "Elbowing", SPIT: "Spitting", SLEW: "Slew-Footing", "HI-ST": "High-Sticking", CHARG: "Charging", CLIPP: "Clipping", BOARD: "Boarding", KICK: "Kicking", INJUR: "Injured Skater Refusing to Leave the Ice", "UN-SP": "Unsportsmanlike Conduct", "ILL-ST": "Illegal Stick- Stick Measurement", "ILL-H": "Illegal Hit (Women)", EMBEL: "Diving or Embellishment", SPEAR: "Spearing", BENCH: "Bench minor", KNEE: "Kneeing", SLASH: "Slashing", "BR-ST": "Broken Stick", "TOO-P": "Too Many Players", "GA-MI": "Game misconduct", MATCH: "Match penalty", FIGHT: "Fighting", DANG: "Dangerous Equipment", "LATE-H": "Late Hit" }, na = {
|
|
1126
|
+
localTime: Fr,
|
|
1127
|
+
afterOvertime: Rr,
|
|
1128
|
+
afterShootout: Kr,
|
|
1129
|
+
sheet: Ur,
|
|
1130
|
+
toiSheet: Vr,
|
|
1131
|
+
video: qr,
|
|
1132
|
+
gameStatus: Yr,
|
|
1133
|
+
bestPlayer: Wr,
|
|
1134
|
+
periods: Qr,
|
|
1135
|
+
gameStats: Jr,
|
|
1136
|
+
events: Zr,
|
|
1137
|
+
teamsStats: Xr,
|
|
1138
|
+
teamMembers: ei,
|
|
1139
|
+
penalties: ti
|
|
1140
|
+
}, ai = { attendance: "{0} attending" }, ri = { events: "Events", lineups: "Lineups", teamStats: "Team stats", playerStats: "Player stats", officials: "Officials" }, ii = { coaches: "Coaches", referees: "Referees", teamOfficials: "Team Officials", gameOfficials: "Game Officials", fieldPlayers: "Field Players", goalies: "Goalies" }, ni = { Gól: "Goal", Kiállítás: "Penalty", Kapus: "Goalie", Idő: "Timeout", Büntető: "Penalty Shoot", goalie: { KI: "Out", BE: "In", CSERE: "Change" } }, oi = { all: "All", ot: "Overtime", so: "Shoot Out", p1: "First period", p2: "Second period", p3: "Third period", p4: "IV. period", p5: "V. period", p6: "VI. period" }, si = { powerPlays: "Power-plays", powerPlaysGoalFor: "Power-plays Gals Fr", powerPlayEfficiency: "Power-plays Efficiency", penaltyKill: "Shorthanded", powerPlaysKilled: "Power-plays Killed", penaltyKillEfficiency: "Penalty-Killing Efficiency" }, li = { "row-1": "Line 1", "row-2": "Line 2", "row-3": "Line 3", "row-4": "Line 4", "row-gk": "Goalkeepers" }, ci = { referee: "Referees", judge: "Judges", medical: "Medical" }, di = { first_referee: "Referee", second_referee: "Referee", first_line_judge: "Linesman", second_line_judge: "Linesman", first_goal_judge: "Goal judge", second_goal_judge: "Goal judge", referee_inspector: "Referee inspector", referee_supporter: "Referee supporter", reserve_referee: "Reserve referee", reserve_linesman: "Reserve linesman", video_inspector: "Video inspector", recorder_ivr: "IVR recorder", timer: "Timer", announcer: "Announcer", penalty_timer_a: "Penalty Timer", penalty_timer_b: "Penalty Timer", music: "Music", sog_statistician_a: "S.O.G. statistician", sog_statistician_b: "S.O.G. statistician", video_recorder: "Video recorder", medical: "Medical", doctor: "Doctor", federal_inspector: "Federal inspector", judge_inspector: "Judge inspector", recorder_e_grep: "Recorder (E-Grep)", recorder_manual: "Recorder (Kézi)", recorder_orion: "Recorder (Orion)", toi_statistician_a: "TOI statistician", toi_statistician_b: "TOI statistician", fos_statistician_a: "F.O.S. statistician", fos_statistician_b: "F.O.S. statistician", led_wall_operator: "LED wall operator", assist_statistician: "Assist statistician", other: "Other" }, mi = {
|
|
1141
|
+
gameData: ai,
|
|
1142
|
+
menu: ri,
|
|
1143
|
+
title: ii,
|
|
1144
|
+
eventType: ni,
|
|
1145
|
+
section: oi,
|
|
1146
|
+
stats: si,
|
|
1147
|
+
rows: li,
|
|
1148
|
+
roleType: ci,
|
|
1149
|
+
role: di
|
|
1150
|
+
}, gi = "Helyszín szerinti idő", ui = "Hosszabbítás után", vi = "Szétlövés után", bi = "Jegyzőkönyv", pi = "TOI statisztika", fi = "Videó", hi = { "status-1": "Élő", "status-2": "Végeredmény", "status-3": "Versenybíróság", "status-4": "Elhalasztva" }, yi = "A csapat legjobb játékosa", wi = { wu: "Bemelegítés", pre: "Bemelegítés vége", p1: "I. játékrész", p1_int: "I. játékrész vége", p2: "II. játékrész", p2_int: "II. játékrész vége", p3: "III. játékrész", p3_int: "III. játékrész vége", p4: "IV. játékrész", p4_int: "IV. játékrész vége", p5: "V. játékrész", p5_int: "V. játékrész vége", p6: "VI. játékrész", p6_int: "VI. játékrész vége", ot: "Hosszabbítás", ot_int: "Hosszabbítás vége", so: "Szétlövés", so_int: "Szétlövés vége", end: "Végeredmény", "end-event": "Mérkőzés vége", "1-harmad": "I. harmad", "2-harmad": "II. harmad", "3-harmad": "III. harmad", "4-harmad": "IV. harmad", "5-harmad": "V. harmad", "6-harmad": "VI. harmad", "7-harmad": "VII. harmad", "8-harmad": "VIII. harmad", "9-harmad": "IX. harmad", "1-játékrész": "1. játékrész", "2-játékrész": "2. játékrész", "3-játékrész": "3. játékrész", "3-játékrész vége": "3. játékrész vége", "4-játékrész vége": "4. játékrész vége", "5-játékrész vége": "5. játékrész vége", "6-játékrész vége": "6. játékrész vége", "7-játékrész vége": "7. játékrész vége", "8-játékrész vége": "8. játékrész vége", "9-játékrész vége": "9. játékrész vége", Hosszabbítás: "Hosszabbítás", Büntetők: "Szétlövés" }, xi = { referees: "Játékvezető", linesmen: "Vonalbíró", attendance: "Nézőszám" }, ki = { timeout: "Időkérés", penaltyLength: "{0} p", teamPenalty: "Csapat Büntetés", noEventsInPeriod: "Nem történt esemény a játékrészben", score: "Gól", missed: "Kimaradt" }, Ti = { sog: "Kapura lövések", saves: "Védések", pim: "Kiállítás percek", advPercent: "Emberelőny kihasználás", penaltyKilling: "Emberhátrányos védekezés", advantageTime: "Emberelőnyben töltött idő", advantageTimePP1: "Szimpla előnyben töltött idő", advantageTimePP2: "Dupla előnyben töltött idő" }, Si = { headCoach: "Vezetőedző", secondCoach: "Másodedző", teamLeader: "Csapatvezető", officialPerson1: "Hivatalos személy", officialPerson2: "Hivatalos személy", officialPerson3: "Hivatalos személy" }, zi = { INTRF: "Akadályozás", "GK-INT": "Akadályozás (kapussal szemben)", "THR-ST": "Bot vagy egyéb tárgy eldobása", "HO-ST": "Botfogás", HOOK: "Bottal akasztás", CROSS: "Bottal lökés", "BUT-E": "Botvéggel ütés", INCAC: "Büntetőpad helytelen megközelítés vagy elhagyása", "L-BCH": "Büntetőpad idő előtti elhagyása", "T-BCH": "Csapat hivatalos személy belépése a játéktérre", "ENG-S": "Dulakodás a nézőkkel", ROUGH: "Durva játék", MISC: "Fegyelmi Büntetés", "H-BUT": "Fejelés", "CHE-H": "Fejre-nyakra irányuló támadás", HOLD: "Fogás", TRIP: "Gáncsolás", TAUNT: "Gúnyolódás", PULL: "Haj, fejvédő, rács meghúzása", BITE: "Harapás", "CHE-B": "Hátulról lökés", ABUSE: "Hivatalos személy sértegetése", HELM: "Játék fejvédő nélkül", DELAY: "Játék késleltetése", REFUSE: "Játékkezdés megtagadása", CLOS: "Korong tenyérbe zárása", ELBOW: "Könyökhasználat", SPIT: "Köpés", SLEW: "Láb kirúgása", "HI-ST": "Magas bottal való játék", CHARG: "Meg nem engedett testjáték", CLIPP: "Nyírás", BOARD: "Palánkra lökés", KICK: "Rúgás", INJUR: "Sérült mezőnyjátékos nem hajlandó lemenni a jégről", "UN-SP": "Sportszerűtlen magatartás", "ILL-ST": "Szabálytalan bot- Botmérés", "ILL-H": "Szabálytalan ütközés (Női)", EMBEL: "Színészkedés", SPEAR: "Szúrás", BENCH: "Technikai kisbüntetés", KNEE: "Térdhasználat", SLASH: "Testre ütés", "BR-ST": "Törött bottal való játék, törött bot cseréje", "TOO-P": "Túl sok játékos a jégen", "GA-MI": "Végleges Fegyelmi Büntetés", MATCH: "Végleges Kiállítás", FIGHT: "Verekedés", DANG: "Veszélyes sportfelszerelés", "LATE-H": "Kései ütközés" }, oa = {
|
|
1151
|
+
localTime: gi,
|
|
1152
|
+
afterOvertime: ui,
|
|
1153
|
+
afterShootout: vi,
|
|
1154
|
+
sheet: bi,
|
|
1155
|
+
toiSheet: pi,
|
|
1156
|
+
video: fi,
|
|
1157
|
+
gameStatus: hi,
|
|
1158
|
+
bestPlayer: yi,
|
|
1159
|
+
periods: wi,
|
|
1160
|
+
gameStats: xi,
|
|
1161
|
+
events: ki,
|
|
1162
|
+
teamsStats: Ti,
|
|
1163
|
+
teamMembers: Si,
|
|
1164
|
+
penalties: zi
|
|
1165
|
+
}, $i = { attendance: "{0} néző" }, Pi = { events: "Események", lineups: "Sorok", teamStats: "Csapat statisztikák", playerStats: "Játékos statisztikák", officials: "Hivatalos személyek" }, ji = { coaches: "Edzők", referees: "Játékvezetők", teamOfficials: "Stábtagok", gameOfficials: "Hivatalos személyek", fieldPlayers: "Mezőnyjátékosok", goalies: "Kapusok" }, Ei = { Gól: "Gól", Kiállítás: "Kiállítás", Kapus: "Kapus", Idő: "Időkérés", Büntető: "Büntető", goalie: { KI: "Ki", BE: "BE", CSERE: "CSERE" } }, Ni = { all: "Összesen", ot: "Hosszabbítás", so: "Szétlövés", p1: "1. harmad", p2: "2. harmad", p3: "3. harmad", p4: "4. harmad", p5: "5. harmad", p6: "6. harmad" }, Oi = { powerPlays: "Emberelőnyök", powerPlaysGoalFor: "Emberelőnyben szerzett gólok", powerPlayEfficiency: "Emberelőny hatékonyság", penaltyKill: "Emberhátrányok", powerPlaysKilled: "Kivédekezett emberhátrányok", penaltyKillEfficiency: "Emberhátrány hatékonyság" }, Ii = { "row-1": "Első sor", "row-2": "Második sor", "row-3": "Harmadik sor", "row-4": "Negyedik sor", "row-gk": "Kapusok" }, Ai = { referee: "Játékvezetők", judge: "Versenybírók", medical: "Egészségügyi személyzet" }, _i = { first_referee: "Játékvezető", second_referee: "Játékvezető", first_line_judge: "Vonalbíró", second_line_judge: "Vonalbíró", first_goal_judge: "Gólbíró", second_goal_judge: "Gólbíró", referee_inspector: "Játékvezető ellenőr", referee_supporter: "Játékvezető támogató", reserve_referee: "Tartalék játékvezető", reserve_linesman: "Tartalék vonalbíró", video_inspector: "Videó ellenőr", recorder_ivr: "Jegyzőkönyvvezető (IVR)", timer: "Időmérő", announcer: "Hangosbemondó", penalty_timer_a: "Büntetés időmérő", penalty_timer_b: "Büntetés időmérő", music: "Zene", sog_statistician_a: "S.O.G. statisztikus", sog_statistician_b: "S.O.G. statisztikus", video_recorder: "Videó-rögzítő", medical: "EÜ személy", doctor: "EÜ személy", federal_inspector: "Szövetségi ellenőr", judge_inspector: "Versenybíró ellenőr", recorder_e_grep: "Jegyzőkönyvvezető (E-Grep)", recorder_manual: "Jegyzőkönyvvezető (Kézi)", recorder_orion: "Jegyzőkönyvvezető (Orion)", toi_statistician_a: "T.O.I. statisztikus", toi_statistician_b: "T.O.I. statisztikus", fos_statistician_a: "F.O.S. statisztikus", fos_statistician_b: "F.O.S. statisztikus", led_wall_operator: "Eredményjelző kezelő", assist_statistician: "Assziszt statisztikus", other: "Egyéb" }, Di = {
|
|
1166
|
+
gameData: $i,
|
|
1167
|
+
menu: Pi,
|
|
1168
|
+
title: ji,
|
|
1169
|
+
eventType: Ei,
|
|
1170
|
+
section: Ni,
|
|
1171
|
+
stats: Oi,
|
|
1172
|
+
rows: Ii,
|
|
1173
|
+
roleType: Ai,
|
|
1174
|
+
role: _i
|
|
1153
1175
|
}, Be = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjxwYXRoIGZpbGw9IiNERDJFNDQiIGQ9Ik0zNiAzMmE0IDQgMCAwIDEtNCA0SDRhNCA0IDAgMCAxLTQtNFY0YTQgNCAwIDAgMSA0LTRoMjhhNCA0IDAgMCAxIDQgNHYyOHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTQuNzQ3IDkuMTI1Yy41MjctMS40MjYgMS43MzYtMi41NzMgMy4zMTctMi41NzNjMS42NDMgMCAyLjc5MiAxLjA4NSAzLjMxOCAyLjU3M2w2LjA3NyAxNi44NjdjLjE4Ni40OTYuMjQ4LjkzMS4yNDggMS4xNDdjMCAxLjIwOS0uOTkyIDIuMDQ2LTIuMTM5IDIuMDQ2Yy0xLjMwMyAwLTEuOTU0LS42ODItMi4yNjQtMS42MTFsLS45MzEtMi45MTVoLTguNjJsLS45MyAyLjg4NGMtLjMxLjk2MS0uOTYxIDEuNjQyLTIuMjMyIDEuNjQyYy0xLjI0IDAtMi4yOTQtLjkzLTIuMjk0LTIuMTdjMC0uNDk2LjE1NS0uODY4LjIxNy0xLjAyM2w2LjIzMy0xNi44Njd6bS4zNCAxMS4yNTZoNS44OTFsLTIuODgzLTguOTkyaC0uMDYybC0yLjk0NiA4Ljk5MnoiLz48L3N2Zz4=", He = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjxwYXRoIGZpbGw9IiNERDJFNDQiIGQ9Ik0zNiAzMmE0IDQgMCAwIDEtNCA0SDRhNCA0IDAgMCAxLTQtNFY0YTQgNCAwIDAgMSA0LTRoMjhhNCA0IDAgMCAxIDQgNHYyOHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTAuNDk4IDkuMjQ5YzAtMS40ODggMS4wMjMtMi4zMjUgMi40NDktMi4zMjVIMTguOWMzLjIyNCAwIDUuODMgMi4xNyA1LjgzIDUuNDU3YzAgMi4xNy0uOSAzLjYyOC0yLjg4NSA0LjU1OHYuMDYyYzIuNjM3LjM3MiA0LjcxMyAyLjU3MyA0LjcxMyA1LjI3MWMwIDQuMzcyLTIuOTE0IDYuNzI5LTcuMTkzIDYuNzI5aC02LjM4NmMtMS40MjcgMC0yLjQ4MS0uODk5LTIuNDgxLTIuMzU2VjkuMjQ5em00LjY1MSA2LjQxOGgyLjQxOWMxLjUxOSAwIDIuNTExLS44OTkgMi41MTEtMi40NWMwLTEuNDU3LTEuMTQ3LTIuMjAxLTIuNTExLTIuMjAxaC0yLjQxOXY0LjY1MXptMCA5LjI0aDMuNjU5YzEuNjc0IDAgMi45MTUtLjk2MSAyLjkxNS0yLjY5N2MwLTEuNDU4LTEuMTE3LTIuNDUtMy4yODctMi40NWgtMy4yODd2NS4xNDd6Ii8+PC9zdmc+", sa = {
|
|
1154
1176
|
row: {
|
|
1155
1177
|
label: "table.row.short",
|
|
@@ -1277,66 +1299,68 @@ function jt(...e) {
|
|
|
1277
1299
|
t == null || t();
|
|
1278
1300
|
}
|
|
1279
1301
|
const Fe = (e) => vt(". ", "-", e || "");
|
|
1280
|
-
function
|
|
1302
|
+
function da(e) {
|
|
1281
1303
|
const t = (e == null ? void 0 : e.periodResults) ?? "";
|
|
1282
|
-
let a = te(
|
|
1304
|
+
let a = ae(te(Lr(/-:-/)), Ye(","))(t).length;
|
|
1283
1305
|
return e.isShootout && (a = a - 2), e.isOvertime && (a = a - 1), a;
|
|
1284
1306
|
}
|
|
1285
|
-
function
|
|
1286
|
-
const a = (e == null ? void 0 : e.actualPeriod) ??
|
|
1307
|
+
function Mi(e, t) {
|
|
1308
|
+
const a = (e == null ? void 0 : e.actualPeriod) ?? da(e), r = {};
|
|
1287
1309
|
e.isShootout && (r.so = [], r.ot = []), e.isOvertime && (r.ot = []);
|
|
1288
1310
|
for (let o = a; o > 0; o--)
|
|
1289
1311
|
r[`p${o}`] = [];
|
|
1290
|
-
return
|
|
1312
|
+
return _r(t, r);
|
|
1291
1313
|
}
|
|
1292
1314
|
function Et(e, t, a, r) {
|
|
1293
|
-
var d,
|
|
1315
|
+
var d, c, u, p;
|
|
1294
1316
|
const i = [];
|
|
1295
1317
|
let o = 0, s = 0;
|
|
1296
|
-
for (let
|
|
1297
|
-
i.push(`${((d = e[
|
|
1318
|
+
for (let v = 0; v < e.length; v++)
|
|
1319
|
+
i.push(`${((d = e[v][t]) == null ? void 0 : d[r]) ?? 0}:${((c = e[v][a]) == null ? void 0 : c[r]) ?? 0}`), o = o + (((u = e[v][t]) == null ? void 0 : u[r]) ?? 0), s = s + (((p = e[v][a]) == null ? void 0 : p[r]) ?? 0);
|
|
1298
1320
|
return `(${i.join(", ")}) ${o}:${s}`;
|
|
1299
1321
|
}
|
|
1300
|
-
function
|
|
1301
|
-
var d,
|
|
1322
|
+
function Li(e, t, a, r) {
|
|
1323
|
+
var d, c, u, p;
|
|
1302
1324
|
const i = [];
|
|
1303
1325
|
let o = 0, s = 0;
|
|
1304
|
-
for (let
|
|
1305
|
-
i.push(`${((d = e[
|
|
1326
|
+
for (let v = 0; v < e.length; v++)
|
|
1327
|
+
i.push(`${((d = e[v][t]) == null ? void 0 : d[r]) ?? 0}:${((c = e[v][a]) == null ? void 0 : c[r]) ?? 0}`), o = o + (((u = e[v][t]) == null ? void 0 : u[r]) ?? 0), s = s + (((p = e[v][a]) == null ? void 0 : p[r]) ?? 0);
|
|
1306
1328
|
return `(${i.join(", ")}) ${o}:${s}`;
|
|
1307
1329
|
}
|
|
1308
|
-
function
|
|
1309
|
-
var d,
|
|
1310
|
-
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.advTime) ?? 0, a = ((
|
|
1330
|
+
function Ci(e) {
|
|
1331
|
+
var d, c, u, p, v, h;
|
|
1332
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.advTime) ?? 0, a = ((c = e == null ? void 0 : e.away) == null ? void 0 : c.advTime) ?? 0, r = ((u = e == null ? void 0 : e.home) == null ? void 0 : u.advTimePP1) ?? 0, i = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.advTimePP1) ?? 0, o = ((v = e == null ? void 0 : e.home) == null ? void 0 : v.advTimePP2) ?? 0, s = ((h = e == null ? void 0 : e.away) == null ? void 0 : h.advTimePP2) ?? 0;
|
|
1311
1333
|
return {
|
|
1312
1334
|
advTime: `${R(t)} / ${R(a)}`,
|
|
1313
1335
|
advTimePP1: `${R(r)} / ${R(i)}`,
|
|
1314
1336
|
advTimePP2: `${R(o)} / ${R(s)}`
|
|
1315
1337
|
};
|
|
1316
1338
|
}
|
|
1317
|
-
function
|
|
1318
|
-
var d,
|
|
1319
|
-
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.adv) ?? 0, a = ((
|
|
1339
|
+
function Gi(e) {
|
|
1340
|
+
var d, c, u, p, v, h;
|
|
1341
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.adv) ?? 0, a = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.ppgf) ?? 0, r = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.adv) ?? 0, i = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.ppgf) ?? 0, o = (((v = e == null ? void 0 : e.home) == null ? void 0 : v.ppPercent) ?? 0).toFixed(2), s = (((h = e == null ? void 0 : e.away) == null ? void 0 : h.ppPercent) ?? 0).toFixed(2);
|
|
1320
1342
|
return `(${t}/${a}) <b>${o}%</b> / (${r}/${i}) <b>${s}%</b>`;
|
|
1321
1343
|
}
|
|
1322
|
-
function
|
|
1323
|
-
var d,
|
|
1324
|
-
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.dvg) ?? 0, a = ((
|
|
1344
|
+
function Bi(e) {
|
|
1345
|
+
var d, c, u, p, v, h;
|
|
1346
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.dvg) ?? 0, a = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.pk) ?? 0, r = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.dvg) ?? 0, i = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.pk) ?? 0, o = (((v = e == null ? void 0 : e.home) == null ? void 0 : v.pkPercent) ?? 0).toFixed(2), s = (((h = e == null ? void 0 : e.away) == null ? void 0 : h.pkPercent) ?? 0).toFixed(2);
|
|
1325
1347
|
return `(${t}/${a}) <b>${o}%</b> / (${r}/${i}) <b>${s}%</b>`;
|
|
1326
1348
|
}
|
|
1327
|
-
function
|
|
1349
|
+
function ma(e) {
|
|
1328
1350
|
return {
|
|
1329
1351
|
...e,
|
|
1330
|
-
penaltyCause:
|
|
1352
|
+
penaltyCause: ae(Cr, vt("_", "-"))(e.penaltyCause)
|
|
1331
1353
|
};
|
|
1332
1354
|
}
|
|
1333
|
-
const Ee = (e) => et(e, Ht(["toi"])),
|
|
1334
|
-
function
|
|
1335
|
-
const { data: t, interval: a, services: r } = e, { getGameData: i, getGameStats: o, getEvents: s, getGameOfficials: d } = r,
|
|
1355
|
+
const Ee = (e) => et(e, Ht(["toi"])), Hi = 20, Nt = 1e3 * 60 * 5;
|
|
1356
|
+
function ga(e = {}) {
|
|
1357
|
+
const { data: t, interval: a, services: r } = e, { getGameData: i, getGameStats: o, getEvents: s, getGameOfficials: d } = r, c = C(!0), { resume: u, pause: p, isActive: v } = qa(
|
|
1336
1358
|
() => jt(i, o, s),
|
|
1337
1359
|
a,
|
|
1338
1360
|
{ immediate: !1 }
|
|
1339
|
-
), { pause:
|
|
1361
|
+
), { pause: h } = ht(() => {
|
|
1362
|
+
i(), d();
|
|
1363
|
+
}, Nt, {
|
|
1340
1364
|
immediate: !0,
|
|
1341
1365
|
immediateCallback: !0
|
|
1342
1366
|
}), { resume: z, pause: P } = ht(
|
|
@@ -1347,21 +1371,21 @@ function ma(e = {}) {
|
|
|
1347
1371
|
immediateCallback: !0
|
|
1348
1372
|
}
|
|
1349
1373
|
);
|
|
1350
|
-
return Ea(
|
|
1351
|
-
E.gameStatus < 1 && (
|
|
1374
|
+
return Ea(c, u, p), be(t, (E) => {
|
|
1375
|
+
E.gameStatus < 1 && (c.value = !1), E.gameStatus === 1 && !v.value && (h(), z(), u(), c.value = !0), E.gameStatus > 1 && (c.value = !1, jt(o, s, d), h(), P(), p());
|
|
1352
1376
|
}), {
|
|
1353
1377
|
pause: p
|
|
1354
1378
|
};
|
|
1355
1379
|
}
|
|
1356
|
-
function
|
|
1357
|
-
const t = (e == null ? void 0 : e.periodLength) ??
|
|
1380
|
+
function Fi(e = {}) {
|
|
1381
|
+
const t = (e == null ? void 0 : e.periodLength) ?? Hi, a = w(() => {
|
|
1358
1382
|
let i = t * 60;
|
|
1359
1383
|
return (n(e).isOvertime || n(e).isShootout) && (i = n(e).overtimeLength * 60), i;
|
|
1360
1384
|
});
|
|
1361
1385
|
return {
|
|
1362
1386
|
value: w(() => {
|
|
1363
1387
|
const i = n(e), o = a.value - Number.parseInt(i.periodTime, 10) * 60;
|
|
1364
|
-
let s =
|
|
1388
|
+
let s = da(n(e)) - 1;
|
|
1365
1389
|
(i.isOvertime || i.isShootout) && s++;
|
|
1366
1390
|
const d = Oa(i.actualTime) - s * t * 60;
|
|
1367
1391
|
return Math.max(o, d);
|
|
@@ -1386,7 +1410,7 @@ function ua() {
|
|
|
1386
1410
|
remove: a
|
|
1387
1411
|
};
|
|
1388
1412
|
}
|
|
1389
|
-
const
|
|
1413
|
+
const Ri = { class: "gamecenter-timeline-score-board" }, Ki = { class: "is-team is-home-team" }, Ui = { class: "is-score" }, Vi = { class: "is-game-status" }, qi = { class: "is-score" }, Yi = { class: "is-team is-away-team" }, Wi = {
|
|
1390
1414
|
__name: "ScoreBoard",
|
|
1391
1415
|
props: {
|
|
1392
1416
|
gameData: {
|
|
@@ -1397,32 +1421,32 @@ const Fi = { class: "gamecenter-timeline-score-board" }, Ri = { class: "is-team
|
|
|
1397
1421
|
setup(e) {
|
|
1398
1422
|
const { t } = D();
|
|
1399
1423
|
return (a, r) => {
|
|
1400
|
-
var i, o, s, d,
|
|
1401
|
-
return
|
|
1402
|
-
l("div",
|
|
1403
|
-
(
|
|
1424
|
+
var i, o, s, d, c, u;
|
|
1425
|
+
return m(), b("div", Ri, [
|
|
1426
|
+
l("div", Ki, g((i = e.gameData.homeTeam) == null ? void 0 : i.longName), 1),
|
|
1427
|
+
(m(), T(n(U), {
|
|
1404
1428
|
key: (o = e.gameData.homeTeam) == null ? void 0 : o.logo,
|
|
1405
1429
|
src: (s = e.gameData.homeTeam) == null ? void 0 : s.logo
|
|
1406
1430
|
}, null, 8, ["src"])),
|
|
1407
|
-
l("div",
|
|
1408
|
-
l("div",
|
|
1409
|
-
e.gameData.gameStatus > 0 ? (
|
|
1410
|
-
x(
|
|
1431
|
+
l("div", Ui, g(e.gameData.homeTeamScore), 1),
|
|
1432
|
+
l("div", Vi, [
|
|
1433
|
+
e.gameData.gameStatus > 0 ? (m(), b(k, { key: 0 }, [
|
|
1434
|
+
x(g(n(t)(`periods.${n(Fe)(e.gameData.period)}`)), 1)
|
|
1411
1435
|
], 64)) : y("", !0)
|
|
1412
1436
|
]),
|
|
1413
|
-
l("div",
|
|
1414
|
-
(
|
|
1437
|
+
l("div", qi, g(e.gameData.awayTeamScore), 1),
|
|
1438
|
+
(m(), T(n(U), {
|
|
1415
1439
|
key: (d = e.gameData.awayTeam) == null ? void 0 : d.logo,
|
|
1416
|
-
src: (
|
|
1440
|
+
src: (c = e.gameData.awayTeam) == null ? void 0 : c.logo
|
|
1417
1441
|
}, null, 8, ["src"])),
|
|
1418
|
-
l("div",
|
|
1442
|
+
l("div", Yi, g((u = e.gameData.awayTeam) == null ? void 0 : u.longName), 1)
|
|
1419
1443
|
]);
|
|
1420
1444
|
};
|
|
1421
1445
|
}
|
|
1422
1446
|
};
|
|
1423
|
-
function
|
|
1447
|
+
function Qi(e) {
|
|
1424
1448
|
return w(() => {
|
|
1425
|
-
const { homeTeam: a, awayTeam: r } =
|
|
1449
|
+
const { homeTeam: a, awayTeam: r } = X(e);
|
|
1426
1450
|
return !(a != null && a.color) || !(r != null && r.color) ? {} : {
|
|
1427
1451
|
"--vbr-widget-gamecenter-home-team-identifier-color": `#${a.color}`,
|
|
1428
1452
|
"--vbr-widget-gamecenter-away-team-identifier-color": `#${r.color}`,
|
|
@@ -1435,7 +1459,7 @@ function Wi(e) {
|
|
|
1435
1459
|
};
|
|
1436
1460
|
});
|
|
1437
1461
|
}
|
|
1438
|
-
const
|
|
1462
|
+
const Ji = "Gól", Zi = "Kiállítás", Xi = "Kapus", en = "Idő", Ot = "Büntető", Ne = "events", We = "lineups", Qe = "team-stats", Je = "player-stats", Ze = "officials", tn = {
|
|
1439
1463
|
role: {
|
|
1440
1464
|
label: "table.role.short",
|
|
1441
1465
|
tooltip: "table.role.tooltip",
|
|
@@ -1446,7 +1470,7 @@ const Qi = "Gól", Ji = "Kiállítás", Zi = "Kapus", Xi = "Idő", Ot = "Büntet
|
|
|
1446
1470
|
tooltip: "table.name.tooltip",
|
|
1447
1471
|
class: "is-text-left is-text-bold"
|
|
1448
1472
|
}
|
|
1449
|
-
},
|
|
1473
|
+
}, an = {
|
|
1450
1474
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1451
1475
|
viewBox: "0 0 24 24",
|
|
1452
1476
|
fill: "none",
|
|
@@ -1455,8 +1479,8 @@ const Qi = "Gól", Ji = "Kiállítás", Zi = "Kapus", Xi = "Idő", Ot = "Büntet
|
|
|
1455
1479
|
"stroke-linecap": "round",
|
|
1456
1480
|
"stroke-linejoin": "round"
|
|
1457
1481
|
};
|
|
1458
|
-
function
|
|
1459
|
-
return
|
|
1482
|
+
function rn(e, t) {
|
|
1483
|
+
return m(), b("svg", an, t[0] || (t[0] = [
|
|
1460
1484
|
l("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }, null, -1),
|
|
1461
1485
|
l("rect", {
|
|
1462
1486
|
x: "8",
|
|
@@ -1468,7 +1492,7 @@ function an(e, t) {
|
|
|
1468
1492
|
}, null, -1)
|
|
1469
1493
|
]));
|
|
1470
1494
|
}
|
|
1471
|
-
const Oe = { render:
|
|
1495
|
+
const Oe = { render: rn }, nn = {
|
|
1472
1496
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1473
1497
|
viewBox: "0 0 24 24",
|
|
1474
1498
|
fill: "none",
|
|
@@ -1477,13 +1501,13 @@ const Oe = { render: an }, rn = {
|
|
|
1477
1501
|
"stroke-linecap": "round",
|
|
1478
1502
|
"stroke-linejoin": "round"
|
|
1479
1503
|
};
|
|
1480
|
-
function
|
|
1481
|
-
return
|
|
1504
|
+
function on(e, t) {
|
|
1505
|
+
return m(), b("svg", nn, t[0] || (t[0] = [
|
|
1482
1506
|
l("path", { d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z" }, null, -1),
|
|
1483
1507
|
l("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1)
|
|
1484
1508
|
]));
|
|
1485
1509
|
}
|
|
1486
|
-
const va = { render:
|
|
1510
|
+
const va = { render: on }, sn = { class: "progress" }, ln = ["aria-valuenow", "aria-valuemax"], ba = {
|
|
1487
1511
|
__name: "GamePeriodProgress",
|
|
1488
1512
|
props: {
|
|
1489
1513
|
gameData: {
|
|
@@ -1492,8 +1516,8 @@ const va = { render: nn }, on = { class: "progress" }, sn = ["aria-valuenow", "a
|
|
|
1492
1516
|
}
|
|
1493
1517
|
},
|
|
1494
1518
|
setup(e) {
|
|
1495
|
-
const t = e, { max: a, value: r } =
|
|
1496
|
-
return (i, o) => (
|
|
1519
|
+
const t = e, { max: a, value: r } = Fi(w(() => t.gameData));
|
|
1520
|
+
return (i, o) => (m(), b("div", sn, [
|
|
1497
1521
|
l("div", {
|
|
1498
1522
|
class: "progress-bar progress-bar-stripped progress-bar-animated",
|
|
1499
1523
|
role: "progressbar",
|
|
@@ -1501,10 +1525,10 @@ const va = { render: nn }, on = { class: "progress" }, sn = ["aria-valuenow", "a
|
|
|
1501
1525
|
"aria-valuenow": n(r),
|
|
1502
1526
|
"aria-valuemin": "0",
|
|
1503
1527
|
"aria-valuemax": n(a)
|
|
1504
|
-
}, null, 12,
|
|
1528
|
+
}, null, 12, ln)
|
|
1505
1529
|
]));
|
|
1506
1530
|
}
|
|
1507
|
-
},
|
|
1531
|
+
}, cn = { class: "period-results" }, dn = {
|
|
1508
1532
|
__name: "PeriodResults",
|
|
1509
1533
|
props: {
|
|
1510
1534
|
results: {
|
|
@@ -1521,40 +1545,40 @@ const va = { render: nn }, on = { class: "progress" }, sn = ["aria-valuenow", "a
|
|
|
1521
1545
|
}
|
|
1522
1546
|
},
|
|
1523
1547
|
setup(e) {
|
|
1524
|
-
return (t, a) => (
|
|
1548
|
+
return (t, a) => (m(), b("table", cn, [
|
|
1525
1549
|
l("tbody", null, [
|
|
1526
1550
|
l("tr", null, [
|
|
1527
1551
|
a[0] || (a[0] = l("td", null, [
|
|
1528
1552
|
l("span", { class: "is-home-team" })
|
|
1529
1553
|
], -1)),
|
|
1530
|
-
l("td", null,
|
|
1531
|
-
(
|
|
1554
|
+
l("td", null, g(e.homeTeamName), 1),
|
|
1555
|
+
(m(!0), b(k, null, N(e.results.home, (r, i) => (m(), b("td", { key: i }, g(r), 1))), 128))
|
|
1532
1556
|
]),
|
|
1533
1557
|
l("tr", null, [
|
|
1534
1558
|
a[1] || (a[1] = l("td", null, [
|
|
1535
1559
|
l("span", { class: "is-away-team" })
|
|
1536
1560
|
], -1)),
|
|
1537
|
-
l("td", null,
|
|
1538
|
-
(
|
|
1561
|
+
l("td", null, g(e.awayTeamName), 1),
|
|
1562
|
+
(m(!0), b(k, null, N(e.results.away, (r, i) => (m(), b("td", { key: i }, g(r), 1))), 128))
|
|
1539
1563
|
])
|
|
1540
1564
|
])
|
|
1541
1565
|
]));
|
|
1542
1566
|
}
|
|
1543
1567
|
};
|
|
1544
|
-
let
|
|
1545
|
-
function
|
|
1546
|
-
return ++
|
|
1568
|
+
let mn = 0;
|
|
1569
|
+
function gn() {
|
|
1570
|
+
return ++mn;
|
|
1547
1571
|
}
|
|
1548
|
-
const
|
|
1549
|
-
function
|
|
1572
|
+
const un = (e) => ae(Ge, Y((t) => ({ ...t, eventId: t.eventId ? t.eventId : gn() })))(e);
|
|
1573
|
+
function vn(e) {
|
|
1550
1574
|
const t = {
|
|
1551
1575
|
home: [],
|
|
1552
1576
|
away: []
|
|
1553
1577
|
};
|
|
1554
|
-
return e ?
|
|
1578
|
+
return e ? ae(Y(Ye(":")), Y(Hr), Ye(","), vt(/^\(|\)$/g, ""))(e).reduce((r, i) => (r.home.push(i[0]), r.away.push(i[1]), r), t) : t;
|
|
1555
1579
|
}
|
|
1556
|
-
const It = (e) =>
|
|
1557
|
-
function
|
|
1580
|
+
const It = (e) => mt(re("row"), e);
|
|
1581
|
+
function bn(e, t, a) {
|
|
1558
1582
|
const r = It((e == null ? void 0 : e[t]) ?? []), i = It((e == null ? void 0 : e[a]) ?? []);
|
|
1559
1583
|
return ["1", "2", "3", "4", "gk"].reduce(
|
|
1560
1584
|
(o, s) => (o[s].home = r[s], o[s].away = i[s], o),
|
|
@@ -1567,15 +1591,15 @@ function vn(e, t, a) {
|
|
|
1567
1591
|
}
|
|
1568
1592
|
);
|
|
1569
1593
|
}
|
|
1570
|
-
function
|
|
1594
|
+
function Ve(e, t, a, r) {
|
|
1571
1595
|
let i = 0, o = 0;
|
|
1572
|
-
const s = e.reduce((d,
|
|
1596
|
+
const s = e.reduce((d, c) => {
|
|
1573
1597
|
var z, P, E;
|
|
1574
|
-
const
|
|
1575
|
-
return i += p, o +=
|
|
1576
|
-
max:
|
|
1598
|
+
const u = ((z = c[t]) == null ? void 0 : z.period) ?? "p1", p = ((P = c[t]) == null ? void 0 : P[r]) ?? 0, v = ((E = c[a]) == null ? void 0 : E[r]) ?? 0, h = p + v;
|
|
1599
|
+
return i += p, o += v, d[u] = {
|
|
1600
|
+
max: h,
|
|
1577
1601
|
valueStart: p,
|
|
1578
|
-
valueEnd:
|
|
1602
|
+
valueEnd: v
|
|
1579
1603
|
}, d;
|
|
1580
1604
|
}, {});
|
|
1581
1605
|
return s.all = {
|
|
@@ -1584,9 +1608,9 @@ function Ue(e, t, a, r) {
|
|
|
1584
1608
|
valueEnd: o
|
|
1585
1609
|
}, s;
|
|
1586
1610
|
}
|
|
1587
|
-
function
|
|
1588
|
-
var d,
|
|
1589
|
-
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.advTime) ?? 0, a = ((
|
|
1611
|
+
function pn(e) {
|
|
1612
|
+
var d, c, u, p, v, h;
|
|
1613
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.advTime) ?? 0, a = ((c = e == null ? void 0 : e.away) == null ? void 0 : c.advTime) ?? 0, r = ((u = e == null ? void 0 : e.home) == null ? void 0 : u.advTimePP1) ?? 0, i = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.advTimePP1) ?? 0, o = ((v = e == null ? void 0 : e.home) == null ? void 0 : v.advTimePP2) ?? 0, s = ((h = e == null ? void 0 : e.away) == null ? void 0 : h.advTimePP2) ?? 0;
|
|
1590
1614
|
return {
|
|
1591
1615
|
advTime: {
|
|
1592
1616
|
max: t + a,
|
|
@@ -1605,9 +1629,9 @@ function bn(e) {
|
|
|
1605
1629
|
}
|
|
1606
1630
|
};
|
|
1607
1631
|
}
|
|
1608
|
-
function
|
|
1609
|
-
var d,
|
|
1610
|
-
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.adv) ?? 0, a = ((
|
|
1632
|
+
function fn(e) {
|
|
1633
|
+
var d, c, u, p, v, h;
|
|
1634
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.adv) ?? 0, a = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.ppgf) ?? 0, r = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.adv) ?? 0, i = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.ppgf) ?? 0, o = (((v = e == null ? void 0 : e.home) == null ? void 0 : v.ppPercent) ?? 0).toFixed(2), s = (((h = e == null ? void 0 : e.away) == null ? void 0 : h.ppPercent) ?? 0).toFixed(2);
|
|
1611
1635
|
return {
|
|
1612
1636
|
powerPlays: {
|
|
1613
1637
|
max: t + r,
|
|
@@ -1629,9 +1653,9 @@ function pn(e) {
|
|
|
1629
1653
|
}
|
|
1630
1654
|
};
|
|
1631
1655
|
}
|
|
1632
|
-
function
|
|
1633
|
-
var d,
|
|
1634
|
-
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.dvg) ?? 0, a = ((
|
|
1656
|
+
function hn(e) {
|
|
1657
|
+
var d, c, u, p, v, h;
|
|
1658
|
+
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.dvg) ?? 0, a = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.pk) ?? 0, r = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.dvg) ?? 0, i = ((p = e == null ? void 0 : e.away) == null ? void 0 : p.pk) ?? 0, o = (((v = e == null ? void 0 : e.home) == null ? void 0 : v.pkPercent) ?? 0).toFixed(2), s = (((h = e == null ? void 0 : e.away) == null ? void 0 : h.pkPercent) ?? 0).toFixed(2);
|
|
1635
1659
|
return {
|
|
1636
1660
|
penaltyKill: {
|
|
1637
1661
|
max: t + r,
|
|
@@ -1653,20 +1677,20 @@ function fn(e) {
|
|
|
1653
1677
|
}
|
|
1654
1678
|
};
|
|
1655
1679
|
}
|
|
1656
|
-
function
|
|
1680
|
+
function yn(e, t) {
|
|
1657
1681
|
const a = (i) => {
|
|
1658
1682
|
const o = ["first_referee", "second_referee", "first_line_judge", "second_line_judge"].indexOf(i.role);
|
|
1659
1683
|
return o > -1 ? o : 4;
|
|
1660
1684
|
}, r = (i) => ({ ...at(i), role: t(`role.${i.role}`) });
|
|
1661
|
-
return
|
|
1685
|
+
return mt(re("type"), Y(r, ra(a, Zt(e))));
|
|
1662
1686
|
}
|
|
1663
|
-
const At = ia([ta(
|
|
1687
|
+
const At = ia([ta(re("startingFive"))]);
|
|
1664
1688
|
function _t(e) {
|
|
1665
|
-
return
|
|
1689
|
+
return ae(Y(at), aa(["headCoach", "secondCoach"]))(e);
|
|
1666
1690
|
}
|
|
1667
1691
|
aa(["first_referee", "second_referee", "first_line_judge", "second_line_judge"]);
|
|
1668
1692
|
function Dt(e, t) {
|
|
1669
|
-
const a = Vt(
|
|
1693
|
+
const a = Vt(hr([Dr(t, ["team", "id"]), ut("Gól", "type")]), Ge(e)), r = Y((s) => ({ ...s, eventTimeSec: _a(s.eventTime) }), a), i = ct(
|
|
1670
1694
|
(s, d) => (s[d.playerId] ? s[d.playerId].eventTime += `, ${d.eventTime}` : s[d.playerId] = {
|
|
1671
1695
|
id: d.playerId,
|
|
1672
1696
|
name: `${d.lastName} ${d.firstName}`,
|
|
@@ -1676,21 +1700,21 @@ function Dt(e, t) {
|
|
|
1676
1700
|
{},
|
|
1677
1701
|
r
|
|
1678
1702
|
);
|
|
1679
|
-
return ra(
|
|
1703
|
+
return ra(re("eventTimeSec"), Zt(i));
|
|
1680
1704
|
}
|
|
1681
|
-
const
|
|
1705
|
+
const wn = { class: "gamecenter-timeline-game-data" }, xn = { class: "is-title-container" }, kn = { class: "is-gamedate" }, Tn = { class: "is-local-gamedate" }, Sn = { class: "is-external-contents" }, zn = ["href"], $n = ["href"], Pn = ["href"], jn = { class: "is-teams-and-results" }, En = { class: "is-team-name" }, Nn = { class: "is-goal-scorers" }, On = {
|
|
1682
1706
|
key: 0,
|
|
1683
1707
|
class: "is-game-status"
|
|
1684
|
-
},
|
|
1708
|
+
}, In = {
|
|
1685
1709
|
key: 1,
|
|
1686
1710
|
class: "is-game-status"
|
|
1687
|
-
},
|
|
1711
|
+
}, An = { key: 0 }, _n = { class: "is-badge is-invert is-large" }, Dn = { key: 1 }, Mn = { class: "is-badge is-invert is-large" }, Ln = {
|
|
1688
1712
|
key: 3,
|
|
1689
1713
|
class: "is-game-status"
|
|
1690
|
-
},
|
|
1714
|
+
}, Cn = { key: 0 }, Gn = { key: 1 }, Bn = { key: 2 }, Hn = { key: 3 }, Fn = {
|
|
1691
1715
|
key: 5,
|
|
1692
1716
|
class: "is-attendance"
|
|
1693
|
-
},
|
|
1717
|
+
}, Rn = { class: "is-team-name" }, Kn = { class: "is-goal-scorers" }, Un = {
|
|
1694
1718
|
__name: "GameData",
|
|
1695
1719
|
props: {
|
|
1696
1720
|
gameData: {
|
|
@@ -1707,83 +1731,83 @@ const yn = { class: "gamecenter-timeline-game-data" }, wn = { class: "is-title-c
|
|
|
1707
1731
|
}
|
|
1708
1732
|
},
|
|
1709
1733
|
setup(e) {
|
|
1710
|
-
const t = e, { t: a } = D(), r = w(() =>
|
|
1711
|
-
return (s, d) => (
|
|
1712
|
-
l("div",
|
|
1734
|
+
const t = e, { t: a } = D(), r = w(() => vn(t.gameData.periodResults)), i = w(() => Dt(t.gameEvents, t.gameData.homeTeam.id)), o = w(() => Dt(t.gameEvents, t.gameData.awayTeam.id));
|
|
1735
|
+
return (s, d) => (m(), b("div", wn, [
|
|
1736
|
+
l("div", xn, [
|
|
1713
1737
|
d[0] || (B(-1, !0), (d[0] = l("div", { class: "is-title" }, [
|
|
1714
|
-
x(
|
|
1738
|
+
x(g(e.gameData.championshipName) + " - " + g(e.gameData.divisionName) + " - " + g(e.gameData.gameName) + " / " + g(e.gameData.location.locationName), 1)
|
|
1715
1739
|
])).cacheIndex = 0, B(1), d[0]),
|
|
1716
|
-
l("div",
|
|
1717
|
-
l("div",
|
|
1718
|
-
l("div",
|
|
1719
|
-
e.gameData.electronicReportUrl ? (
|
|
1740
|
+
l("div", kn, g(n($e)(e.gameData.gameDate, "L dddd - HH:mm", null, e.locale)) + " (" + g(n(Pe)(new Date(e.gameData.gameDate), null, e.locale)) + ") ", 1),
|
|
1741
|
+
l("div", Tn, g(n(a)("localTime")) + " (" + g(e.gameData.location.locationCountryISO || e.gameData.location.locationName) + "): " + g(n($e)(e.gameData.gameDate, "L dddd - HH:mm", e.gameData.location.timezone, e.locale)) + " (" + g(n(Pe)(new Date(e.gameData.gameDate), e.gameData.location.timezone, e.locale)) + ") ", 1),
|
|
1742
|
+
l("div", Sn, [
|
|
1743
|
+
e.gameData.electronicReportUrl ? (m(), b("a", {
|
|
1720
1744
|
key: 0,
|
|
1721
1745
|
href: e.gameData.electronicReportUrl,
|
|
1722
1746
|
target: "_blank"
|
|
1723
1747
|
}, [
|
|
1724
|
-
|
|
1725
|
-
x(" " +
|
|
1726
|
-
], 8,
|
|
1727
|
-
e.gameData.toiReportUrl ? (
|
|
1748
|
+
f(n(Oe), { class: "is-icon" }),
|
|
1749
|
+
x(" " + g(n(a)("sheet")), 1)
|
|
1750
|
+
], 8, zn)) : y("", !0),
|
|
1751
|
+
e.gameData.toiReportUrl ? (m(), b("a", {
|
|
1728
1752
|
key: 1,
|
|
1729
1753
|
href: e.gameData.toiReportUrl,
|
|
1730
1754
|
target: "_blank"
|
|
1731
1755
|
}, [
|
|
1732
|
-
|
|
1733
|
-
x(" " +
|
|
1734
|
-
], 8,
|
|
1735
|
-
e.gameData.video ? (
|
|
1756
|
+
f(n(Oe), { class: "is-icon" }),
|
|
1757
|
+
x(" " + g(n(a)("toiSheet")), 1)
|
|
1758
|
+
], 8, $n)) : y("", !0),
|
|
1759
|
+
e.gameData.video ? (m(), b("a", {
|
|
1736
1760
|
key: 2,
|
|
1737
1761
|
href: e.gameData.video,
|
|
1738
1762
|
target: "_blank"
|
|
1739
1763
|
}, [
|
|
1740
|
-
|
|
1741
|
-
x(" " +
|
|
1742
|
-
], 8,
|
|
1764
|
+
f(n(va), { class: "is-icon" }),
|
|
1765
|
+
x(" " + g(n(a)("video")), 1)
|
|
1766
|
+
], 8, Pn)) : y("", !0)
|
|
1743
1767
|
])
|
|
1744
1768
|
]),
|
|
1745
|
-
l("div",
|
|
1769
|
+
l("div", jn, [
|
|
1746
1770
|
l("div", null, [
|
|
1747
|
-
d[1] || (B(-1, !0), (d[1] =
|
|
1771
|
+
d[1] || (B(-1, !0), (d[1] = f(n(U), {
|
|
1748
1772
|
src: e.gameData.homeTeam.logo,
|
|
1749
1773
|
class: "is-team-logo",
|
|
1750
1774
|
"default-src": n(Be)
|
|
1751
1775
|
}, null, 8, ["src", "default-src"])).cacheIndex = 1, B(1), d[1]),
|
|
1752
|
-
l("h1",
|
|
1753
|
-
l("ul",
|
|
1754
|
-
(
|
|
1755
|
-
key:
|
|
1776
|
+
l("h1", En, g(e.gameData.homeTeam.longName), 1),
|
|
1777
|
+
l("ul", Nn, [
|
|
1778
|
+
(m(!0), b(k, null, N(i.value, (c) => (m(), b("li", {
|
|
1779
|
+
key: c.id
|
|
1756
1780
|
}, [
|
|
1757
|
-
x(
|
|
1758
|
-
l("span", null,
|
|
1781
|
+
x(g(c.name) + " ", 1),
|
|
1782
|
+
l("span", null, g(c.eventTime), 1)
|
|
1759
1783
|
]))), 128))
|
|
1760
1784
|
])
|
|
1761
1785
|
]),
|
|
1762
1786
|
l("div", null, [
|
|
1763
|
-
e.gameData.gameStatus > 1 ? (
|
|
1764
|
-
e.gameData.gameStatus === 1 ? (
|
|
1765
|
-
e.gameData.gameStatus > 1 ? (
|
|
1766
|
-
e.gameData.isOvertime ? (
|
|
1767
|
-
l("span",
|
|
1787
|
+
e.gameData.gameStatus > 1 ? (m(), b("p", On, g(n(a)(`gameStatus.status-${e.gameData.gameStatus}`)), 1)) : y("", !0),
|
|
1788
|
+
e.gameData.gameStatus === 1 ? (m(), b("p", In, g(n(a)(`periods.${n(Fe)(e.gameData.period)}`)), 1)) : y("", !0),
|
|
1789
|
+
e.gameData.gameStatus > 1 ? (m(), b(k, { key: 2 }, [
|
|
1790
|
+
e.gameData.isOvertime ? (m(), b("p", An, [
|
|
1791
|
+
l("span", _n, g(n(a)("afterOvertime")), 1)
|
|
1768
1792
|
])) : y("", !0),
|
|
1769
|
-
e.gameData.isShootout ? (
|
|
1770
|
-
l("span",
|
|
1793
|
+
e.gameData.isShootout ? (m(), b("p", Dn, [
|
|
1794
|
+
l("span", Mn, g(n(a)("afterShootout")), 1)
|
|
1771
1795
|
])) : y("", !0)
|
|
1772
1796
|
], 64)) : y("", !0),
|
|
1773
|
-
e.gameData.gameStatus === 1 ? (
|
|
1774
|
-
e.gameData.gameStatus === 1 ? (
|
|
1797
|
+
e.gameData.gameStatus === 1 ? (m(), b("p", Ln, g(e.gameData.actualTime), 1)) : y("", !0),
|
|
1798
|
+
e.gameData.gameStatus === 1 ? (m(), T(ba, {
|
|
1775
1799
|
key: 4,
|
|
1776
1800
|
"game-data": e.gameData
|
|
1777
1801
|
}, null, 8, ["game-data"])) : y("", !0),
|
|
1778
1802
|
l("div", {
|
|
1779
1803
|
class: H(["is-game-result", [{ "is-game-status-live": e.gameData.gameStatus === 1 }]])
|
|
1780
1804
|
}, [
|
|
1781
|
-
e.gameData.gameStatus === 0 ? (
|
|
1805
|
+
e.gameData.gameStatus === 0 ? (m(), b("span", Cn, "-")) : (m(), b("span", Gn, g(e.gameData.homeTeamScore), 1)),
|
|
1782
1806
|
d[3] || (d[3] = x(":")),
|
|
1783
|
-
e.gameData.gameStatus === 0 ? (
|
|
1807
|
+
e.gameData.gameStatus === 0 ? (m(), b("span", Bn, "-")) : (m(), b("span", Hn, g(e.gameData.awayTeamScore), 1))
|
|
1784
1808
|
], 2),
|
|
1785
|
-
e.gameData.attendance ? (
|
|
1786
|
-
e.gameData.gameStatus > 0 ? (
|
|
1809
|
+
e.gameData.attendance ? (m(), b("p", Fn, g(n(a)("gameData.attendance", [e.gameData.attendance])), 1)) : y("", !0),
|
|
1810
|
+
e.gameData.gameStatus > 0 ? (m(), T(dn, {
|
|
1787
1811
|
key: 6,
|
|
1788
1812
|
results: r.value,
|
|
1789
1813
|
"home-team-name": e.gameData.homeTeam.shortName,
|
|
@@ -1791,38 +1815,38 @@ const yn = { class: "gamecenter-timeline-game-data" }, wn = { class: "is-title-c
|
|
|
1791
1815
|
}, null, 8, ["results", "home-team-name", "away-team-name"])) : y("", !0)
|
|
1792
1816
|
]),
|
|
1793
1817
|
l("div", null, [
|
|
1794
|
-
d[2] || (B(-1, !0), (d[2] =
|
|
1818
|
+
d[2] || (B(-1, !0), (d[2] = f(n(U), {
|
|
1795
1819
|
src: e.gameData.awayTeam.logo,
|
|
1796
1820
|
"default-src": n(He),
|
|
1797
1821
|
class: "is-team-logo"
|
|
1798
1822
|
}, null, 8, ["src", "default-src"])).cacheIndex = 2, B(1), d[2]),
|
|
1799
|
-
l("h1",
|
|
1800
|
-
l("ul",
|
|
1801
|
-
(
|
|
1802
|
-
key:
|
|
1823
|
+
l("h1", Rn, g(e.gameData.awayTeam.longName), 1),
|
|
1824
|
+
l("ul", Kn, [
|
|
1825
|
+
(m(!0), b(k, null, N(o.value, (c) => (m(), b("li", {
|
|
1826
|
+
key: c.id
|
|
1803
1827
|
}, [
|
|
1804
|
-
x(
|
|
1805
|
-
l("span", null,
|
|
1828
|
+
x(g(c.name) + " ", 1),
|
|
1829
|
+
l("span", null, g(c.eventTime), 1)
|
|
1806
1830
|
]))), 128))
|
|
1807
1831
|
])
|
|
1808
1832
|
])
|
|
1809
1833
|
])
|
|
1810
1834
|
]));
|
|
1811
1835
|
}
|
|
1812
|
-
},
|
|
1836
|
+
}, Vn = {
|
|
1813
1837
|
width: "32",
|
|
1814
1838
|
height: "32",
|
|
1815
1839
|
viewBox: "0 0 32 32"
|
|
1816
1840
|
};
|
|
1817
|
-
function
|
|
1818
|
-
return
|
|
1841
|
+
function qn(e, t) {
|
|
1842
|
+
return m(), b("svg", Vn, t[0] || (t[0] = [
|
|
1819
1843
|
l("path", {
|
|
1820
1844
|
fill: "currentColor",
|
|
1821
1845
|
d: "M16 7C9.043 7 2 8.718 2 12v8c0 3.282 7.043 5 14 5s14-1.718 14-5v-8c0-3.282-7.043-5-14-5zm0 2c7.444 0 12 1.942 12 3c0 .926-3.489 2.528-9.348 2.914A40.34 40.34 0 0 1 16 15c-7.444 0-12-1.942-12-3s4.556-3 12-3zM4 14.707c.06.035.134.064.195.098a9.77 9.77 0 0 0 1.014.486c.346.144.706.282 1.094.408c.813.265 1.725.48 2.681.664c.289.055.587.1.885.147c.85.137 1.726.247 2.633.324c1.15.098 2.319.166 3.498.166c1.18 0 2.349-.068 3.498-.166a35.139 35.139 0 0 0 2.633-.324c.298-.047.596-.092.885-.147c.956-.184 1.868-.4 2.681-.664a14.457 14.457 0 0 0 1.395-.539a9.77 9.77 0 0 0 .713-.355c.061-.034.136-.063.195-.098V20c0 1.058-4.556 3-12 3S4 21.058 4 20v-5.293z"
|
|
1822
1846
|
}, null, -1)
|
|
1823
1847
|
]));
|
|
1824
1848
|
}
|
|
1825
|
-
const pe = { render:
|
|
1849
|
+
const pe = { render: qn }, Yn = ["data-team"], Wn = { class: "is-details-title" }, Qn = { class: "is-team-logo" }, Jn = { class: "is-event-type-icon" }, Zn = { class: "is-timestamp" }, fe = {
|
|
1826
1850
|
__name: "GameEventLayout",
|
|
1827
1851
|
props: {
|
|
1828
1852
|
timestamp: {
|
|
@@ -1845,7 +1869,7 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1845
1869
|
}
|
|
1846
1870
|
},
|
|
1847
1871
|
setup(e) {
|
|
1848
|
-
return (t, a) => (
|
|
1872
|
+
return (t, a) => (m(), b("div", {
|
|
1849
1873
|
class: "gamecenter-timeline-game-event",
|
|
1850
1874
|
"data-team": e.isHomeTeam ? "home" : "away"
|
|
1851
1875
|
}, [
|
|
@@ -1853,32 +1877,32 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1853
1877
|
l("div", {
|
|
1854
1878
|
class: H(["is-details-container", [
|
|
1855
1879
|
{
|
|
1856
|
-
"is-goal": e.eventType === n(
|
|
1857
|
-
"is-penalty": e.eventType === n(
|
|
1858
|
-
"is-timeout": e.eventType === n(
|
|
1859
|
-
"is-goalies": e.eventType === n(
|
|
1880
|
+
"is-goal": e.eventType === n(Ji),
|
|
1881
|
+
"is-penalty": e.eventType === n(Zi),
|
|
1882
|
+
"is-timeout": e.eventType === n(en),
|
|
1883
|
+
"is-goalies": e.eventType === n(Xi),
|
|
1860
1884
|
"is-penalty-shot-goal": e.eventType === n(Ot) && e.event.goal,
|
|
1861
1885
|
"is-penalty-shot-no-goal": e.eventType === n(Ot) && !e.event.goal
|
|
1862
1886
|
}
|
|
1863
1887
|
]])
|
|
1864
1888
|
}, [
|
|
1865
|
-
l("div",
|
|
1889
|
+
l("div", Wn, [
|
|
1866
1890
|
W(t.$slots, "title")
|
|
1867
1891
|
]),
|
|
1868
1892
|
W(t.$slots, "details-list"),
|
|
1869
|
-
l("div",
|
|
1893
|
+
l("div", Qn, [
|
|
1870
1894
|
W(t.$slots, "team-logo")
|
|
1871
1895
|
]),
|
|
1872
|
-
l("div",
|
|
1896
|
+
l("div", Jn, [
|
|
1873
1897
|
W(t.$slots, "event-type-icon")
|
|
1874
1898
|
])
|
|
1875
1899
|
], 2),
|
|
1876
|
-
l("div",
|
|
1877
|
-
l("p", null,
|
|
1900
|
+
l("div", Zn, [
|
|
1901
|
+
l("p", null, g(e.timestamp), 1)
|
|
1878
1902
|
])
|
|
1879
|
-
], 8,
|
|
1903
|
+
], 8, Yn));
|
|
1880
1904
|
}
|
|
1881
|
-
},
|
|
1905
|
+
}, Xn = ["aria-label"], he = {
|
|
1882
1906
|
__name: "TeamLogo",
|
|
1883
1907
|
props: {
|
|
1884
1908
|
name: {
|
|
@@ -1895,8 +1919,8 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1895
1919
|
},
|
|
1896
1920
|
setup(e) {
|
|
1897
1921
|
const t = e, a = C(null), r = w(() => t.isHomeTeam ? Be : He);
|
|
1898
|
-
return (i, o) => (
|
|
1899
|
-
|
|
1922
|
+
return (i, o) => (m(), b(k, null, [
|
|
1923
|
+
f(n(Q), {
|
|
1900
1924
|
offset: 2,
|
|
1901
1925
|
placement: "top",
|
|
1902
1926
|
theme: "tooltip",
|
|
@@ -1904,16 +1928,16 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1904
1928
|
"append-to": a.value
|
|
1905
1929
|
}, {
|
|
1906
1930
|
default: S(({ setRef: s, events: d }) => [
|
|
1907
|
-
l("span",
|
|
1931
|
+
l("span", ne({
|
|
1908
1932
|
ref: s,
|
|
1909
1933
|
tabindex: 0,
|
|
1910
1934
|
"aria-label": e.name
|
|
1911
|
-
},
|
|
1912
|
-
|
|
1935
|
+
}, oe(d, !0)), [
|
|
1936
|
+
f(n(U), {
|
|
1913
1937
|
src: e.logo,
|
|
1914
1938
|
"default-src": r.value
|
|
1915
1939
|
}, null, 8, ["src", "default-src"])
|
|
1916
|
-
], 16,
|
|
1940
|
+
], 16, Xn)
|
|
1917
1941
|
]),
|
|
1918
1942
|
_: 1
|
|
1919
1943
|
}, 8, ["content", "append-to"]),
|
|
@@ -1923,10 +1947,10 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1923
1947
|
}, null, 512)
|
|
1924
1948
|
], 64));
|
|
1925
1949
|
}
|
|
1926
|
-
},
|
|
1950
|
+
}, eo = { key: 0 }, to = { key: 1 }, ao = { class: "is-details-list" }, ro = { class: "is-evented-person" }, io = { class: "is-player-number" }, no = { class: "is-assists-list" }, oo = { class: "is-player-number" }, so = {
|
|
1927
1951
|
key: 0,
|
|
1928
1952
|
class: "is-poi-data"
|
|
1929
|
-
},
|
|
1953
|
+
}, lo = ["aria-label"], co = ["aria-label"], mo = {
|
|
1930
1954
|
key: 0,
|
|
1931
1955
|
class: "is-badge is-invert is-large"
|
|
1932
1956
|
}, go = {
|
|
@@ -1942,86 +1966,86 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1942
1966
|
}
|
|
1943
1967
|
},
|
|
1944
1968
|
setup(e) {
|
|
1945
|
-
const t = e, a = C(null), { t: r } = D(), i = w(() =>
|
|
1946
|
-
return (d,
|
|
1969
|
+
const t = e, a = C(null), { t: r } = D(), i = w(() => te((d) => A(d), [t.event.assists1, t.event.assists2])), o = w(() => t.event.homeOnIce), s = w(() => t.event.awayOnIce);
|
|
1970
|
+
return (d, c) => (m(), T(fe, {
|
|
1947
1971
|
timestamp: e.event.eventTime,
|
|
1948
1972
|
"is-home-team": e.isHomeTeam,
|
|
1949
1973
|
"event-type": e.event.type,
|
|
1950
1974
|
event: e.event
|
|
1951
1975
|
}, {
|
|
1952
1976
|
title: S(() => [
|
|
1953
|
-
x(
|
|
1954
|
-
e.event.advantage ? (
|
|
1955
|
-
e.event.en ? (
|
|
1956
|
-
x(" (" +
|
|
1977
|
+
x(g(n(r)("eventType.Gól")) + " ", 1),
|
|
1978
|
+
e.event.advantage ? (m(), b("span", eo, g(e.event.advantage), 1)) : y("", !0),
|
|
1979
|
+
e.event.en ? (m(), b("span", to, " EN ")) : y("", !0),
|
|
1980
|
+
x(" (" + g(e.event.score) + ") ", 1)
|
|
1957
1981
|
]),
|
|
1958
1982
|
"details-list": S(() => [
|
|
1959
|
-
l("ul",
|
|
1960
|
-
l("li",
|
|
1961
|
-
l("span",
|
|
1962
|
-
x(" " +
|
|
1983
|
+
l("ul", ao, [
|
|
1984
|
+
l("li", ro, [
|
|
1985
|
+
l("span", io, g(e.event.jerseyNumber), 1),
|
|
1986
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
1963
1987
|
]),
|
|
1964
|
-
l("li",
|
|
1965
|
-
(
|
|
1966
|
-
key:
|
|
1988
|
+
l("li", no, [
|
|
1989
|
+
(m(!0), b(k, null, N(i.value, (u) => (m(), b("span", {
|
|
1990
|
+
key: u,
|
|
1967
1991
|
class: "is-evented-person"
|
|
1968
1992
|
}, [
|
|
1969
|
-
l("i",
|
|
1970
|
-
x(" " +
|
|
1993
|
+
l("i", oo, g(u.jerseyNumber), 1),
|
|
1994
|
+
x(" " + g(u.lastName) + " " + g(u.firstName), 1)
|
|
1971
1995
|
]))), 128))
|
|
1972
1996
|
]),
|
|
1973
|
-
!n(A)(o.value) || !n(A)(s.value) ? (
|
|
1997
|
+
!n(A)(o.value) || !n(A)(s.value) ? (m(), b("li", so, [
|
|
1974
1998
|
l("ul", null, [
|
|
1975
|
-
(
|
|
1976
|
-
key:
|
|
1999
|
+
(m(!0), b(k, null, N(o.value, (u) => (m(), T(n(Q), {
|
|
2000
|
+
key: u.playerId,
|
|
1977
2001
|
offset: 2,
|
|
1978
2002
|
placement: "top",
|
|
1979
2003
|
theme: "tooltip",
|
|
1980
|
-
content: `${
|
|
2004
|
+
content: `${u.lastName} ${u.firstName}`,
|
|
1981
2005
|
"append-to": a.value
|
|
1982
2006
|
}, {
|
|
1983
|
-
default: S(({ setRef: p, events:
|
|
1984
|
-
l("li",
|
|
2007
|
+
default: S(({ setRef: p, events: v }) => [
|
|
2008
|
+
l("li", ne({
|
|
1985
2009
|
ref_for: !0,
|
|
1986
2010
|
ref: p,
|
|
1987
2011
|
tabindex: 0,
|
|
1988
|
-
"aria-label": `${
|
|
1989
|
-
},
|
|
2012
|
+
"aria-label": `${u.jerseyNumber} ${u.lastName} ${u.firstName}`
|
|
2013
|
+
}, oe(v, !0)), g(u.jerseyNumber), 17, lo)
|
|
1990
2014
|
]),
|
|
1991
2015
|
_: 2
|
|
1992
2016
|
}, 1032, ["content", "append-to"]))), 128))
|
|
1993
2017
|
]),
|
|
1994
|
-
|
|
2018
|
+
c[0] || (c[0] = l("span", null, " / ", -1)),
|
|
1995
2019
|
l("ul", null, [
|
|
1996
|
-
(
|
|
1997
|
-
key:
|
|
2020
|
+
(m(!0), b(k, null, N(s.value, (u) => (m(), T(n(Q), {
|
|
2021
|
+
key: u.playerId,
|
|
1998
2022
|
offset: 2,
|
|
1999
2023
|
placement: "top",
|
|
2000
2024
|
theme: "tooltip",
|
|
2001
|
-
content: `${
|
|
2025
|
+
content: `${u.lastName} ${u.firstName}`,
|
|
2002
2026
|
"append-to": a.value
|
|
2003
2027
|
}, {
|
|
2004
|
-
default: S(({ setRef: p, events:
|
|
2005
|
-
l("li",
|
|
2028
|
+
default: S(({ setRef: p, events: v }) => [
|
|
2029
|
+
l("li", ne({
|
|
2006
2030
|
ref_for: !0,
|
|
2007
2031
|
ref: p,
|
|
2008
2032
|
tabindex: 0,
|
|
2009
|
-
"aria-label": `${
|
|
2010
|
-
},
|
|
2033
|
+
"aria-label": `${u.jerseyNumber} ${u.lastName} ${u.firstName}`
|
|
2034
|
+
}, oe(v, !0)), g(u.jerseyNumber), 17, co)
|
|
2011
2035
|
]),
|
|
2012
2036
|
_: 2
|
|
2013
2037
|
}, 1032, ["content", "append-to"]))), 128))
|
|
2014
2038
|
])
|
|
2015
2039
|
])) : y("", !0),
|
|
2016
2040
|
l("li", null, [
|
|
2017
|
-
e.event.ps || e.event.gws || e.event.gwg ? (
|
|
2018
|
-
e.event.ps ? (
|
|
2041
|
+
e.event.ps || e.event.gws || e.event.gwg ? (m(), b("span", mo, [
|
|
2042
|
+
e.event.ps ? (m(), b(k, { key: 0 }, [
|
|
2019
2043
|
x("PS")
|
|
2020
2044
|
], 64)) : y("", !0),
|
|
2021
|
-
e.event.gws ? (
|
|
2045
|
+
e.event.gws ? (m(), b(k, { key: 1 }, [
|
|
2022
2046
|
x("GWS")
|
|
2023
2047
|
], 64)) : y("", !0),
|
|
2024
|
-
e.event.gwg ? (
|
|
2048
|
+
e.event.gwg ? (m(), b(k, { key: 2 }, [
|
|
2025
2049
|
x("GWG")
|
|
2026
2050
|
], 64)) : y("", !0)
|
|
2027
2051
|
])) : y("", !0)
|
|
@@ -2029,7 +2053,7 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
2029
2053
|
])
|
|
2030
2054
|
]),
|
|
2031
2055
|
"team-logo": S(() => [
|
|
2032
|
-
(
|
|
2056
|
+
(m(), T(he, {
|
|
2033
2057
|
key: e.event.team.id,
|
|
2034
2058
|
name: e.event.team.longName,
|
|
2035
2059
|
logo: e.event.team.logo,
|
|
@@ -2037,49 +2061,49 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
2037
2061
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2038
2062
|
]),
|
|
2039
2063
|
"event-type-icon": S(() => [
|
|
2040
|
-
|
|
2064
|
+
f(n(pe))
|
|
2041
2065
|
]),
|
|
2042
2066
|
_: 1
|
|
2043
2067
|
}, 8, ["timestamp", "is-home-team", "event-type", "event"]));
|
|
2044
2068
|
}
|
|
2045
|
-
},
|
|
2069
|
+
}, uo = {
|
|
2046
2070
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2047
2071
|
viewBox: "0 0 24 24"
|
|
2048
2072
|
};
|
|
2049
|
-
function
|
|
2050
|
-
return
|
|
2073
|
+
function vo(e, t) {
|
|
2074
|
+
return m(), b("svg", uo, t[0] || (t[0] = [
|
|
2051
2075
|
l("path", {
|
|
2052
2076
|
fill: "currentColor",
|
|
2053
2077
|
d: "M8.12 9.29 12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0z"
|
|
2054
2078
|
}, null, -1)
|
|
2055
2079
|
]));
|
|
2056
2080
|
}
|
|
2057
|
-
const pa = { render:
|
|
2081
|
+
const pa = { render: vo }, bo = {
|
|
2058
2082
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2059
2083
|
viewBox: "0 0 24 24"
|
|
2060
2084
|
};
|
|
2061
|
-
function
|
|
2062
|
-
return
|
|
2085
|
+
function po(e, t) {
|
|
2086
|
+
return m(), b("svg", bo, t[0] || (t[0] = [
|
|
2063
2087
|
l("path", {
|
|
2064
2088
|
fill: "currentColor",
|
|
2065
2089
|
d: "M8.12 14.71L12 10.83l3.88 3.88a.996.996 0 1 0 1.41-1.41L12.7 8.71a.996.996 0 0 0-1.41 0L6.7 13.3a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0"
|
|
2066
2090
|
}, null, -1)
|
|
2067
2091
|
]));
|
|
2068
2092
|
}
|
|
2069
|
-
const Xe = { render:
|
|
2093
|
+
const Xe = { render: po }, fo = {
|
|
2070
2094
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2071
2095
|
fill: "none",
|
|
2072
2096
|
viewBox: "0 0 24 24"
|
|
2073
2097
|
};
|
|
2074
|
-
function
|
|
2075
|
-
return
|
|
2098
|
+
function ho(e, t) {
|
|
2099
|
+
return m(), b("svg", fo, t[0] || (t[0] = [
|
|
2076
2100
|
l("path", {
|
|
2077
2101
|
fill: "#000",
|
|
2078
2102
|
d: "m7.712 13.208 3.88 3.88 3.88-3.88a.997.997 0 1 1 1.41 1.41l-4.59 4.59a.997.997 0 0 1-1.41 0l-4.59-4.59a.997.997 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0ZM7.712 10.792l3.88-3.88 3.88 3.88a.997.997 0 1 0 1.41-1.41l-4.59-4.59a.996.996 0 0 0-1.41 0l-4.59 4.59a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0Z"
|
|
2079
2103
|
}, null, -1)
|
|
2080
2104
|
]));
|
|
2081
2105
|
}
|
|
2082
|
-
const
|
|
2106
|
+
const yo = { render: ho }, wo = { class: "is-details-list" }, xo = { class: "is-evented-person" }, ko = { class: "is-player-number" }, To = {
|
|
2083
2107
|
__name: "Goalies",
|
|
2084
2108
|
props: {
|
|
2085
2109
|
event: {
|
|
@@ -2093,25 +2117,25 @@ const ho = { render: fo }, yo = { class: "is-details-list" }, wo = { class: "is-
|
|
|
2093
2117
|
},
|
|
2094
2118
|
setup(e) {
|
|
2095
2119
|
const { t } = D();
|
|
2096
|
-
return (a, r) => (
|
|
2120
|
+
return (a, r) => (m(), T(fe, {
|
|
2097
2121
|
timestamp: e.event.eventTime,
|
|
2098
2122
|
"is-home-team": e.isHomeTeam,
|
|
2099
2123
|
"event-type": e.event.type,
|
|
2100
2124
|
event: e.event
|
|
2101
2125
|
}, {
|
|
2102
2126
|
title: S(() => [
|
|
2103
|
-
x(
|
|
2127
|
+
x(g(n(t)("eventType.Kapus")) + " - " + g(n(t)(`eventType.goalie.${e.event.gkDirection}`)), 1)
|
|
2104
2128
|
]),
|
|
2105
2129
|
"details-list": S(() => [
|
|
2106
|
-
l("ul",
|
|
2107
|
-
l("li",
|
|
2108
|
-
l("span",
|
|
2109
|
-
x(" " +
|
|
2130
|
+
l("ul", wo, [
|
|
2131
|
+
l("li", xo, [
|
|
2132
|
+
l("span", ko, g(e.event.jerseyNumber), 1),
|
|
2133
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
2110
2134
|
])
|
|
2111
2135
|
])
|
|
2112
2136
|
]),
|
|
2113
2137
|
"team-logo": S(() => [
|
|
2114
|
-
(
|
|
2138
|
+
(m(), T(he, {
|
|
2115
2139
|
key: e.event.team.id,
|
|
2116
2140
|
name: e.event.team.longName,
|
|
2117
2141
|
logo: e.event.team.logo,
|
|
@@ -2119,19 +2143,19 @@ const ho = { render: fo }, yo = { class: "is-details-list" }, wo = { class: "is-
|
|
|
2119
2143
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2120
2144
|
]),
|
|
2121
2145
|
"event-type-icon": S(() => [
|
|
2122
|
-
e.event.gkDirection === "CSERE" ? (
|
|
2146
|
+
e.event.gkDirection === "CSERE" ? (m(), T(n(yo), {
|
|
2123
2147
|
key: 0,
|
|
2124
2148
|
width: "24",
|
|
2125
2149
|
height: "24",
|
|
2126
2150
|
class: "is-goalie-in-icon"
|
|
2127
2151
|
})) : y("", !0),
|
|
2128
|
-
e.event.gkDirection === "BE" ? (
|
|
2152
|
+
e.event.gkDirection === "BE" ? (m(), T(n(Xe), {
|
|
2129
2153
|
key: 1,
|
|
2130
2154
|
width: "24",
|
|
2131
2155
|
height: "24",
|
|
2132
2156
|
class: "is-goalie-in-icon"
|
|
2133
2157
|
})) : y("", !0),
|
|
2134
|
-
e.event.gkDirection === "KI" ? (
|
|
2158
|
+
e.event.gkDirection === "KI" ? (m(), T(n(pa), {
|
|
2135
2159
|
key: 2,
|
|
2136
2160
|
width: "24",
|
|
2137
2161
|
height: "24",
|
|
@@ -2141,16 +2165,16 @@ const ho = { render: fo }, yo = { class: "is-details-list" }, wo = { class: "is-
|
|
|
2141
2165
|
_: 1
|
|
2142
2166
|
}, 8, ["timestamp", "is-home-team", "event-type", "event"]));
|
|
2143
2167
|
}
|
|
2144
|
-
},
|
|
2145
|
-
function
|
|
2146
|
-
return
|
|
2168
|
+
}, So = { viewBox: "0 0 24 24" };
|
|
2169
|
+
function zo(e, t) {
|
|
2170
|
+
return m(), b("svg", So, t[0] || (t[0] = [
|
|
2147
2171
|
l("path", {
|
|
2148
2172
|
fill: "currentColor",
|
|
2149
2173
|
d: "M3.76 3.7L2.14 4.88L4.43 8a8.23 8.23 0 0 1 1.92-.72M11 9v2h7v.29l-5 1.42v2.79A4.5 4.5 0 1 1 8.5 11H9V9h-.5a6.5 6.5 0 1 0 6.5 6.5v-1.59L22 12V9m-5.76-5.3L13.85 7h2.47l1.54-2.12M9 2v5h2V2Z"
|
|
2150
2174
|
}, null, -1)
|
|
2151
2175
|
]));
|
|
2152
2176
|
}
|
|
2153
|
-
const fa = { render:
|
|
2177
|
+
const fa = { render: zo }, $o = { class: "is-details-list" }, Po = { class: "is-evented-person" }, jo = { key: 0 }, Eo = { class: "is-player-number" }, No = { class: "is-details-sub-title" }, Oo = {
|
|
2154
2178
|
__name: "Penalty",
|
|
2155
2179
|
props: {
|
|
2156
2180
|
event: {
|
|
@@ -2163,40 +2187,40 @@ const fa = { render: So }, zo = { class: "is-details-list" }, $o = { class: "is-
|
|
|
2163
2187
|
}
|
|
2164
2188
|
},
|
|
2165
2189
|
setup(e) {
|
|
2166
|
-
const t = e, { t: a } = D(), r = w(() =>
|
|
2167
|
-
return (i, o) => (
|
|
2190
|
+
const t = e, { t: a } = D(), r = w(() => ma(t.event));
|
|
2191
|
+
return (i, o) => (m(), T(fe, {
|
|
2168
2192
|
timestamp: e.event.eventTime,
|
|
2169
2193
|
"is-home-team": e.isHomeTeam,
|
|
2170
2194
|
"event-type": e.event.type
|
|
2171
2195
|
}, {
|
|
2172
2196
|
title: S(() => [
|
|
2173
|
-
x(
|
|
2174
|
-
e.event.penaltyLength !== 0 ? (
|
|
2175
|
-
x(
|
|
2176
|
-
e.event.penaltyEnd ? (
|
|
2177
|
-
x(" (" +
|
|
2197
|
+
x(g(n(a)("eventType.Kiállítás")) + " ", 1),
|
|
2198
|
+
e.event.penaltyLength !== 0 ? (m(), b(k, { key: 0 }, [
|
|
2199
|
+
x(g(n(a)("events.penaltyLength", [e.event.penaltyLength])) + " ", 1),
|
|
2200
|
+
e.event.penaltyEnd ? (m(), b(k, { key: 0 }, [
|
|
2201
|
+
x(" (" + g(e.event.penaltyEnd) + ") ", 1)
|
|
2178
2202
|
], 64)) : y("", !0)
|
|
2179
2203
|
], 64)) : y("", !0),
|
|
2180
|
-
e.event.perc === 0 ? (
|
|
2204
|
+
e.event.perc === 0 ? (m(), b(k, { key: 1 }, [
|
|
2181
2205
|
x(" PS ")
|
|
2182
2206
|
], 64)) : y("", !0)
|
|
2183
2207
|
]),
|
|
2184
2208
|
"details-list": S(() => [
|
|
2185
|
-
l("ul",
|
|
2186
|
-
l("li",
|
|
2187
|
-
e.event.jerseyNumber === null ? (
|
|
2188
|
-
l("span",
|
|
2189
|
-
x(" " +
|
|
2209
|
+
l("ul", $o, [
|
|
2210
|
+
l("li", Po, [
|
|
2211
|
+
e.event.jerseyNumber === null ? (m(), b("span", jo, g(n(a)("events.teamPenalty")), 1)) : (m(), b(k, { key: 1 }, [
|
|
2212
|
+
l("span", Eo, g(e.event.jerseyNumber), 1),
|
|
2213
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
2190
2214
|
], 64))
|
|
2191
2215
|
]),
|
|
2192
|
-
l("li",
|
|
2193
|
-
x(
|
|
2194
|
-
l("b", null, "(" +
|
|
2216
|
+
l("li", No, [
|
|
2217
|
+
x(g(n(a)(`penalties.${r.value.penaltyCause}`)) + " ", 1),
|
|
2218
|
+
l("b", null, "(" + g(r.value.penaltyCause) + ")", 1)
|
|
2195
2219
|
])
|
|
2196
2220
|
])
|
|
2197
2221
|
]),
|
|
2198
2222
|
"team-logo": S(() => [
|
|
2199
|
-
(
|
|
2223
|
+
(m(), T(he, {
|
|
2200
2224
|
key: e.event.team.id,
|
|
2201
2225
|
name: e.event.team.longName,
|
|
2202
2226
|
logo: e.event.team.logo,
|
|
@@ -2204,12 +2228,12 @@ const fa = { render: So }, zo = { class: "is-details-list" }, $o = { class: "is-
|
|
|
2204
2228
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2205
2229
|
]),
|
|
2206
2230
|
"event-type-icon": S(() => [
|
|
2207
|
-
|
|
2231
|
+
f(n(fa))
|
|
2208
2232
|
]),
|
|
2209
2233
|
_: 1
|
|
2210
2234
|
}, 8, ["timestamp", "is-home-team", "event-type"]));
|
|
2211
2235
|
}
|
|
2212
|
-
},
|
|
2236
|
+
}, Io = { class: "is-details-list" }, Ao = { class: "is-evented-person" }, _o = { class: "is-player-number" }, Do = {
|
|
2213
2237
|
__name: "PenaltyShot",
|
|
2214
2238
|
props: {
|
|
2215
2239
|
event: {
|
|
@@ -2223,31 +2247,31 @@ const fa = { render: So }, zo = { class: "is-details-list" }, $o = { class: "is-
|
|
|
2223
2247
|
},
|
|
2224
2248
|
setup(e) {
|
|
2225
2249
|
const { t } = D();
|
|
2226
|
-
return (a, r) => (
|
|
2250
|
+
return (a, r) => (m(), T(fe, {
|
|
2227
2251
|
timestamp: e.event.eventTime,
|
|
2228
2252
|
"is-home-team": e.isHomeTeam,
|
|
2229
2253
|
"event-type": e.event.type,
|
|
2230
2254
|
event: e.event
|
|
2231
2255
|
}, {
|
|
2232
2256
|
title: S(() => [
|
|
2233
|
-
x(
|
|
2234
|
-
e.event.goal ? (
|
|
2235
|
-
x(
|
|
2236
|
-
], 64)) : (
|
|
2237
|
-
x(
|
|
2257
|
+
x(g(n(t)("eventType.Büntető")) + " - ", 1),
|
|
2258
|
+
e.event.goal ? (m(), b(k, { key: 0 }, [
|
|
2259
|
+
x(g(n(t)("events.score")), 1)
|
|
2260
|
+
], 64)) : (m(), b(k, { key: 1 }, [
|
|
2261
|
+
x(g(n(t)("events.missed")), 1)
|
|
2238
2262
|
], 64)),
|
|
2239
|
-
x(" - (" +
|
|
2263
|
+
x(" - (" + g(e.event.score) + ") ", 1)
|
|
2240
2264
|
]),
|
|
2241
2265
|
"details-list": S(() => [
|
|
2242
|
-
l("ul",
|
|
2243
|
-
l("li",
|
|
2244
|
-
l("span",
|
|
2245
|
-
x(" " +
|
|
2266
|
+
l("ul", Io, [
|
|
2267
|
+
l("li", Ao, [
|
|
2268
|
+
l("span", _o, g(e.event.jerseyNumber), 1),
|
|
2269
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
2246
2270
|
])
|
|
2247
2271
|
])
|
|
2248
2272
|
]),
|
|
2249
2273
|
"team-logo": S(() => [
|
|
2250
|
-
(
|
|
2274
|
+
(m(), T(he, {
|
|
2251
2275
|
key: e.event.team.id,
|
|
2252
2276
|
name: e.event.team.longName,
|
|
2253
2277
|
logo: e.event.team.logo,
|
|
@@ -2255,25 +2279,25 @@ const fa = { render: So }, zo = { class: "is-details-list" }, $o = { class: "is-
|
|
|
2255
2279
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2256
2280
|
]),
|
|
2257
2281
|
"event-type-icon": S(() => [
|
|
2258
|
-
|
|
2282
|
+
f(n(pe))
|
|
2259
2283
|
]),
|
|
2260
2284
|
_: 1
|
|
2261
2285
|
}, 8, ["timestamp", "is-home-team", "event-type", "event"]));
|
|
2262
2286
|
}
|
|
2263
|
-
},
|
|
2287
|
+
}, Mo = {
|
|
2264
2288
|
width: "32",
|
|
2265
2289
|
height: "32",
|
|
2266
2290
|
viewBox: "0 0 24 24"
|
|
2267
2291
|
};
|
|
2268
|
-
function
|
|
2269
|
-
return
|
|
2292
|
+
function Lo(e, t) {
|
|
2293
|
+
return m(), b("svg", Mo, t[0] || (t[0] = [
|
|
2270
2294
|
l("path", {
|
|
2271
2295
|
fill: "currentColor",
|
|
2272
2296
|
d: "M12 20a7 7 0 0 1-7-7a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7m7.03-12.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0-9 9a9 9 0 0 0 9 9c5 0 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61M11 14h2V8h-2m4-7H9v2h6V1Z"
|
|
2273
2297
|
}, null, -1)
|
|
2274
2298
|
]));
|
|
2275
2299
|
}
|
|
2276
|
-
const bt = { render:
|
|
2300
|
+
const bt = { render: Lo }, Co = { class: "is-period-header" }, Go = {
|
|
2277
2301
|
__name: "Period",
|
|
2278
2302
|
props: {
|
|
2279
2303
|
event: {
|
|
@@ -2283,16 +2307,16 @@ const bt = { render: Mo }, Lo = { class: "is-period-header" }, Co = {
|
|
|
2283
2307
|
},
|
|
2284
2308
|
setup(e) {
|
|
2285
2309
|
const { t } = D();
|
|
2286
|
-
return (a, r) => (
|
|
2310
|
+
return (a, r) => (m(), b("div", Co, [
|
|
2287
2311
|
r[0] || (r[0] = l("div", null, null, -1)),
|
|
2288
|
-
l("p", null,
|
|
2312
|
+
l("p", null, g(e.event.eventPeriod === "pre" ? "-15:00" : e.event.eventTime), 1),
|
|
2289
2313
|
l("span", null, [
|
|
2290
|
-
|
|
2291
|
-
x(" " +
|
|
2314
|
+
f(n(bt)),
|
|
2315
|
+
x(" " + g(n(t)(`periods.${e.event.eventPeriod}`)), 1)
|
|
2292
2316
|
])
|
|
2293
2317
|
]));
|
|
2294
2318
|
}
|
|
2295
|
-
},
|
|
2319
|
+
}, Bo = {
|
|
2296
2320
|
__name: "Timeout",
|
|
2297
2321
|
props: {
|
|
2298
2322
|
event: {
|
|
@@ -2306,16 +2330,16 @@ const bt = { render: Mo }, Lo = { class: "is-period-header" }, Co = {
|
|
|
2306
2330
|
},
|
|
2307
2331
|
setup(e) {
|
|
2308
2332
|
const { t } = D();
|
|
2309
|
-
return (a, r) => (
|
|
2333
|
+
return (a, r) => (m(), T(fe, {
|
|
2310
2334
|
timestamp: e.event.eventTime,
|
|
2311
2335
|
"is-home-team": e.isHomeTeam,
|
|
2312
2336
|
"event-type": e.event.type
|
|
2313
2337
|
}, {
|
|
2314
2338
|
title: S(() => [
|
|
2315
|
-
x(
|
|
2339
|
+
x(g(n(t)("events.timeout")), 1)
|
|
2316
2340
|
]),
|
|
2317
2341
|
"team-logo": S(() => [
|
|
2318
|
-
(
|
|
2342
|
+
(m(), T(he, {
|
|
2319
2343
|
key: e.event.team.id,
|
|
2320
2344
|
name: e.event.team.longName,
|
|
2321
2345
|
logo: e.event.team.logo,
|
|
@@ -2323,12 +2347,12 @@ const bt = { render: Mo }, Lo = { class: "is-period-header" }, Co = {
|
|
|
2323
2347
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2324
2348
|
]),
|
|
2325
2349
|
"event-type-icon": S(() => [
|
|
2326
|
-
|
|
2350
|
+
f(n(bt))
|
|
2327
2351
|
]),
|
|
2328
2352
|
_: 1
|
|
2329
2353
|
}, 8, ["timestamp", "is-home-team", "event-type"]));
|
|
2330
2354
|
}
|
|
2331
|
-
},
|
|
2355
|
+
}, Ho = {
|
|
2332
2356
|
__name: "GameEvent",
|
|
2333
2357
|
props: {
|
|
2334
2358
|
event: {
|
|
@@ -2341,16 +2365,16 @@ const bt = { render: Mo }, Lo = { class: "is-period-header" }, Co = {
|
|
|
2341
2365
|
}
|
|
2342
2366
|
},
|
|
2343
2367
|
setup(e) {
|
|
2344
|
-
const t = e, a = (/* @__PURE__ */ new Map()).set("Gól", go).set("Kiállítás",
|
|
2368
|
+
const t = e, a = (/* @__PURE__ */ new Map()).set("Gól", go).set("Kiállítás", Oo).set("Kapus", To).set("Idő", Bo).set("Büntető", Do).set("Period", Go), r = w(() => a.get(t.event.type)), i = w(() => {
|
|
2345
2369
|
var o, s;
|
|
2346
2370
|
return ((s = (o = t.event) == null ? void 0 : o.team) == null ? void 0 : s.id) === t.homeTeamId;
|
|
2347
2371
|
});
|
|
2348
|
-
return (o, s) => (
|
|
2372
|
+
return (o, s) => (m(), T(Lt(r.value), {
|
|
2349
2373
|
event: e.event,
|
|
2350
2374
|
"is-home-team": i.value
|
|
2351
2375
|
}, null, 8, ["event", "is-home-team"]));
|
|
2352
2376
|
}
|
|
2353
|
-
},
|
|
2377
|
+
}, Fo = { class: "gamecenter-timeline-game-events" }, Ro = {
|
|
2354
2378
|
__name: "GameEvents",
|
|
2355
2379
|
props: {
|
|
2356
2380
|
gameEvents: {
|
|
@@ -2363,10 +2387,10 @@ const bt = { render: Mo }, Lo = { class: "is-period-header" }, Co = {
|
|
|
2363
2387
|
}
|
|
2364
2388
|
},
|
|
2365
2389
|
setup(e) {
|
|
2366
|
-
return (t, a) => (
|
|
2367
|
-
|
|
2390
|
+
return (t, a) => (m(), b("div", Fo, [
|
|
2391
|
+
f(za, { name: "transition-event" }, {
|
|
2368
2392
|
default: S(() => [
|
|
2369
|
-
(
|
|
2393
|
+
(m(!0), b(k, null, N(e.gameEvents, (r) => (m(), T(Ho, {
|
|
2370
2394
|
key: r.eventId,
|
|
2371
2395
|
event: r,
|
|
2372
2396
|
"home-team-id": e.gameData.homeTeam.id
|
|
@@ -2377,7 +2401,7 @@ const bt = { render: Mo }, Lo = { class: "is-period-header" }, Co = {
|
|
|
2377
2401
|
a[0] || (a[0] = l("div", { id: "event-tooltip-container" }, null, -1))
|
|
2378
2402
|
]));
|
|
2379
2403
|
}
|
|
2380
|
-
},
|
|
2404
|
+
}, Ko = { class: "gamecenter-timeline-lineups" }, Uo = { class: "is-heading-2" }, Vo = { class: "is-container" }, qo = { class: "is-heading-2" }, Yo = { class: "is-container" }, Wo = { class: "gamecenter-timeline-lineups-lines-simple" }, Qo = { class: "gamecenter-timeline-lineups-lines-simple" }, Jo = {
|
|
2381
2405
|
__name: "GameLineups",
|
|
2382
2406
|
props: {
|
|
2383
2407
|
data: {
|
|
@@ -2404,76 +2428,76 @@ const bt = { render: Mo }, Lo = { class: "is-period-header" }, Co = {
|
|
|
2404
2428
|
}
|
|
2405
2429
|
},
|
|
2406
2430
|
setup(e) {
|
|
2407
|
-
const t = e, { t: a } = D(), r = w(() =>
|
|
2431
|
+
const t = e, { t: a } = D(), r = w(() => bn(t.data, t.homeTeamId, t.awayTeamId)), i = w(() => {
|
|
2408
2432
|
var s, d;
|
|
2409
2433
|
return _t(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.home) ?? []);
|
|
2410
2434
|
}), o = w(() => {
|
|
2411
2435
|
var s, d;
|
|
2412
2436
|
return _t(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.away) ?? []);
|
|
2413
2437
|
});
|
|
2414
|
-
return (s, d) => (
|
|
2415
|
-
(
|
|
2416
|
-
l("h2",
|
|
2417
|
-
l("div",
|
|
2418
|
-
(
|
|
2419
|
-
key:
|
|
2420
|
-
class: H(["gamecenter-timeline-lineups-lines", [{ "is-away-team":
|
|
2438
|
+
return (s, d) => (m(), b("div", Ko, [
|
|
2439
|
+
(m(!0), b(k, null, N(r.value, (c, u) => (m(), b(k, { key: u }, [
|
|
2440
|
+
l("h2", Uo, g(n(a)(`rows.row-${u}`)), 1),
|
|
2441
|
+
l("div", Vo, [
|
|
2442
|
+
(m(!0), b(k, null, N(c, (p, v) => (m(), b("div", {
|
|
2443
|
+
key: v,
|
|
2444
|
+
class: H(["gamecenter-timeline-lineups-lines", [{ "is-away-team": v === "away" }]])
|
|
2421
2445
|
}, [
|
|
2422
|
-
(
|
|
2446
|
+
(m(!0), b(k, null, N(p, (h) => {
|
|
2423
2447
|
var z;
|
|
2424
|
-
return
|
|
2425
|
-
key:
|
|
2426
|
-
class: H(["is-player-wrapper", [`is-${
|
|
2448
|
+
return m(), b("ul", {
|
|
2449
|
+
key: h.position,
|
|
2450
|
+
class: H(["is-player-wrapper", [`is-${h.position}`]])
|
|
2427
2451
|
}, [
|
|
2428
2452
|
l("li", null, [
|
|
2429
|
-
|
|
2430
|
-
src:
|
|
2453
|
+
f(n(U), {
|
|
2454
|
+
src: h.player.picture
|
|
2431
2455
|
}, null, 8, ["src"])
|
|
2432
2456
|
]),
|
|
2433
|
-
l("li", null,
|
|
2457
|
+
l("li", null, g(h.number), 1),
|
|
2434
2458
|
l("li", null, [
|
|
2435
|
-
x(
|
|
2459
|
+
x(g(((z = n(tt)(h)) == null ? void 0 : z.name) ?? "") + " ", 1),
|
|
2436
2460
|
l("ul", null, [
|
|
2437
|
-
(
|
|
2438
|
-
|
|
2461
|
+
(m(!0), b(k, null, N(h.goal, (P) => (m(), b("li", { key: P }, [
|
|
2462
|
+
f(n(pe))
|
|
2439
2463
|
]))), 128))
|
|
2440
2464
|
])
|
|
2441
2465
|
]),
|
|
2442
|
-
l("li", null,
|
|
2466
|
+
l("li", null, g(h.position), 1)
|
|
2443
2467
|
], 2);
|
|
2444
2468
|
}), 128))
|
|
2445
2469
|
], 2))), 128))
|
|
2446
2470
|
])
|
|
2447
2471
|
], 64))), 128)),
|
|
2448
2472
|
d[0] || (d[0] = l("hr", null, null, -1)),
|
|
2449
|
-
l("h2",
|
|
2450
|
-
l("div",
|
|
2451
|
-
l("div",
|
|
2452
|
-
(
|
|
2453
|
-
key:
|
|
2473
|
+
l("h2", qo, g(n(a)("title.coaches")), 1),
|
|
2474
|
+
l("div", Yo, [
|
|
2475
|
+
l("div", Wo, [
|
|
2476
|
+
(m(!0), b(k, null, N(i.value, (c, u) => (m(), b("ul", {
|
|
2477
|
+
key: c.role,
|
|
2454
2478
|
class: "is-official-person-container is-home-team"
|
|
2455
2479
|
}, [
|
|
2456
2480
|
l("li", null, [
|
|
2457
|
-
|
|
2458
|
-
src:
|
|
2481
|
+
f(n(U), {
|
|
2482
|
+
src: c.picture
|
|
2459
2483
|
}, null, 8, ["src"])
|
|
2460
2484
|
]),
|
|
2461
|
-
l("li", null,
|
|
2462
|
-
l("li", null,
|
|
2485
|
+
l("li", null, g(c.name), 1),
|
|
2486
|
+
l("li", null, g(n(a)(`teamMembers.${u}`)), 1)
|
|
2463
2487
|
]))), 128))
|
|
2464
2488
|
]),
|
|
2465
|
-
l("div",
|
|
2466
|
-
(
|
|
2467
|
-
key:
|
|
2489
|
+
l("div", Qo, [
|
|
2490
|
+
(m(!0), b(k, null, N(o.value, (c, u) => (m(), b("ul", {
|
|
2491
|
+
key: c.role,
|
|
2468
2492
|
class: "is-official-person-container is-away-team"
|
|
2469
2493
|
}, [
|
|
2470
2494
|
l("li", null, [
|
|
2471
|
-
|
|
2472
|
-
src:
|
|
2495
|
+
f(n(U), {
|
|
2496
|
+
src: c.picture
|
|
2473
2497
|
}, null, 8, ["src"])
|
|
2474
2498
|
]),
|
|
2475
|
-
l("li", null,
|
|
2476
|
-
l("li", null,
|
|
2499
|
+
l("li", null, g(c.name), 1),
|
|
2500
|
+
l("li", null, g(n(a)(`teamMembers.${u}`)), 1)
|
|
2477
2501
|
]))), 128))
|
|
2478
2502
|
])
|
|
2479
2503
|
])
|
|
@@ -2484,14 +2508,14 @@ function Ie(e, t) {
|
|
|
2484
2508
|
return Y((r) => ({
|
|
2485
2509
|
...e[r].name ? { name: e[r].name } : e[r].firstName ? at(e[r]) : { name: "" },
|
|
2486
2510
|
role: t(`teamMembers.${r}`)
|
|
2487
|
-
}))(
|
|
2511
|
+
}))(ee(e));
|
|
2488
2512
|
}
|
|
2489
|
-
const
|
|
2513
|
+
const Zo = {
|
|
2490
2514
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2491
2515
|
viewBox: "0 0 24 24"
|
|
2492
2516
|
};
|
|
2493
|
-
function
|
|
2494
|
-
return
|
|
2517
|
+
function Xo(e, t) {
|
|
2518
|
+
return m(), b("svg", Zo, t[0] || (t[0] = [
|
|
2495
2519
|
l("path", {
|
|
2496
2520
|
fill: "currentColor",
|
|
2497
2521
|
d: "m12 15.4-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28z",
|
|
@@ -2503,7 +2527,7 @@ function Zo(e, t) {
|
|
|
2503
2527
|
}, null, -1)
|
|
2504
2528
|
]));
|
|
2505
2529
|
}
|
|
2506
|
-
const
|
|
2530
|
+
const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onBlur"], F = {
|
|
2507
2531
|
__name: "GameDataTable",
|
|
2508
2532
|
props: {
|
|
2509
2533
|
columns: {
|
|
@@ -2526,45 +2550,45 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2526
2550
|
emits: ["sort"],
|
|
2527
2551
|
setup(e, { emit: t }) {
|
|
2528
2552
|
const a = e, r = t, i = C(null), { t: o } = D(), s = (d) => r("sort", d);
|
|
2529
|
-
return (d,
|
|
2530
|
-
l("h2", null,
|
|
2531
|
-
|
|
2532
|
-
default: S(({ el:
|
|
2533
|
-
|
|
2553
|
+
return (d, c) => (m(), b("div", null, [
|
|
2554
|
+
l("h2", null, g(e.title), 1),
|
|
2555
|
+
f(n(Pa), null, {
|
|
2556
|
+
default: S(({ el: u }) => [
|
|
2557
|
+
f(n(ja), {
|
|
2534
2558
|
columns: a.columns,
|
|
2535
2559
|
rows: a.rows,
|
|
2536
|
-
"append-to": i.value ||
|
|
2560
|
+
"append-to": i.value || u,
|
|
2537
2561
|
sort: e.sort,
|
|
2538
2562
|
onSort: s
|
|
2539
2563
|
}, {
|
|
2540
2564
|
"cell-name": S(({ row: p }) => [
|
|
2541
|
-
x(
|
|
2542
|
-
p.isBP ? (
|
|
2565
|
+
x(g(p.name) + " ", 1),
|
|
2566
|
+
p.isBP ? (m(), T(n(Q), {
|
|
2543
2567
|
key: 0,
|
|
2544
2568
|
placement: "top",
|
|
2545
2569
|
content: n(o)("bestPlayer"),
|
|
2546
2570
|
"append-to": i.value
|
|
2547
2571
|
}, {
|
|
2548
|
-
default: S(({ setRef:
|
|
2572
|
+
default: S(({ setRef: v, show: h, hide: z }) => [
|
|
2549
2573
|
l("span", {
|
|
2550
|
-
ref:
|
|
2574
|
+
ref: v,
|
|
2551
2575
|
class: "is-text-dark",
|
|
2552
|
-
onMouseenter:
|
|
2576
|
+
onMouseenter: h,
|
|
2553
2577
|
onMouseleave: z,
|
|
2554
|
-
onFocus:
|
|
2578
|
+
onFocus: h,
|
|
2555
2579
|
onBlur: z
|
|
2556
2580
|
}, [
|
|
2557
|
-
|
|
2558
|
-
], 40,
|
|
2581
|
+
f(n(es))
|
|
2582
|
+
], 40, ts)
|
|
2559
2583
|
]),
|
|
2560
2584
|
_: 1
|
|
2561
2585
|
}, 8, ["content", "append-to"])) : y("", !0)
|
|
2562
2586
|
]),
|
|
2563
2587
|
"cell-cora": S(({ row: p }) => [
|
|
2564
|
-
p.isPlayerC ? (
|
|
2588
|
+
p.isPlayerC ? (m(), b(k, { key: 0 }, [
|
|
2565
2589
|
x(" C ")
|
|
2566
2590
|
], 64)) : y("", !0),
|
|
2567
|
-
p.isPlayerA ? (
|
|
2591
|
+
p.isPlayerA ? (m(), b(k, { key: 1 }, [
|
|
2568
2592
|
x(" A ")
|
|
2569
2593
|
], 64)) : y("", !0)
|
|
2570
2594
|
]),
|
|
@@ -2579,7 +2603,7 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2579
2603
|
}, null, 512)
|
|
2580
2604
|
]));
|
|
2581
2605
|
}
|
|
2582
|
-
},
|
|
2606
|
+
}, as = { class: "gamecenter-timeline-game-officials" }, rs = { class: "is-heading-2" }, is = { class: "is-game-officials-container" }, ns = { class: "is-heading-2" }, os = { class: "is-game-officials-container" }, ss = {
|
|
2583
2607
|
__name: "GameOfficials",
|
|
2584
2608
|
props: {
|
|
2585
2609
|
gameOfficials: {
|
|
@@ -2596,37 +2620,37 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2596
2620
|
}
|
|
2597
2621
|
},
|
|
2598
2622
|
setup(e) {
|
|
2599
|
-
const t = e, { columns: a } =
|
|
2600
|
-
var
|
|
2601
|
-
return Ie(((
|
|
2623
|
+
const t = e, { columns: a } = se(ca), { columns: r } = se(tn), { t: i } = D(), o = w(() => {
|
|
2624
|
+
var c, u;
|
|
2625
|
+
return Ie(((u = (c = t.gameOfficials) == null ? void 0 : c.gameTeamMembers) == null ? void 0 : u.home) ?? [], i);
|
|
2602
2626
|
}), s = w(() => {
|
|
2603
|
-
var
|
|
2604
|
-
return Ie(((
|
|
2605
|
-
}), d = w(() =>
|
|
2606
|
-
return (
|
|
2607
|
-
l("h2",
|
|
2608
|
-
l("div",
|
|
2609
|
-
|
|
2627
|
+
var c, u;
|
|
2628
|
+
return Ie(((u = (c = t.gameOfficials) == null ? void 0 : c.gameTeamMembers) == null ? void 0 : u.away) ?? [], i);
|
|
2629
|
+
}), d = w(() => yn(t.gameOfficials.gameOfficials, i));
|
|
2630
|
+
return (c, u) => (m(), b("div", as, [
|
|
2631
|
+
l("h2", rs, g(n(i)("title.teamOfficials")), 1),
|
|
2632
|
+
l("div", is, [
|
|
2633
|
+
f(F, {
|
|
2610
2634
|
class: "is-home-team gamecenter-timeline-data-table",
|
|
2611
2635
|
columns: n(a),
|
|
2612
2636
|
rows: o.value,
|
|
2613
2637
|
title: e.homeTeamName
|
|
2614
2638
|
}, null, 8, ["columns", "rows", "title"]),
|
|
2615
|
-
|
|
2639
|
+
f(F, {
|
|
2616
2640
|
class: "is-away-team gamecenter-timeline-data-table",
|
|
2617
2641
|
columns: n(a),
|
|
2618
2642
|
rows: s.value,
|
|
2619
2643
|
title: e.awayTeamName
|
|
2620
2644
|
}, null, 8, ["columns", "rows", "title"])
|
|
2621
2645
|
]),
|
|
2622
|
-
l("h2",
|
|
2623
|
-
l("div",
|
|
2624
|
-
(
|
|
2625
|
-
key:
|
|
2646
|
+
l("h2", ns, g(n(i)("title.gameOfficials")), 1),
|
|
2647
|
+
l("div", os, [
|
|
2648
|
+
(m(!0), b(k, null, N(d.value, (p, v) => (m(), T(F, {
|
|
2649
|
+
key: v,
|
|
2626
2650
|
class: "gamecenter-timeline-data-table",
|
|
2627
2651
|
columns: n(r),
|
|
2628
2652
|
rows: p,
|
|
2629
|
-
title: n(i)(`roleType.${
|
|
2653
|
+
title: n(i)(`roleType.${v}`)
|
|
2630
2654
|
}, null, 8, ["columns", "rows", "title"]))), 128))
|
|
2631
2655
|
])
|
|
2632
2656
|
]));
|
|
@@ -2653,7 +2677,7 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2653
2677
|
},
|
|
2654
2678
|
setup(e) {
|
|
2655
2679
|
const t = e, { sort: a, change: r } = Na(), i = w(
|
|
2656
|
-
() => et(
|
|
2680
|
+
() => et(te(ut("gk", "row"), t.rows), Ia("position"), tt)
|
|
2657
2681
|
), o = w(() => Aa(i.value).sorted(a).value());
|
|
2658
2682
|
return (s, d) => W(s.$slots, "default", {
|
|
2659
2683
|
rows: o.value.rows,
|
|
@@ -2661,7 +2685,7 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2661
2685
|
onSort: n(r)
|
|
2662
2686
|
});
|
|
2663
2687
|
}
|
|
2664
|
-
},
|
|
2688
|
+
}, ls = { class: "is-heading-2" }, cs = { class: "gamecenter-data-column" }, ds = { class: "is-heading-2" }, ms = { class: "gamecenter-data-columns" }, gs = {
|
|
2665
2689
|
__name: "GamePlayerStats",
|
|
2666
2690
|
props: {
|
|
2667
2691
|
data: {
|
|
@@ -2684,68 +2708,68 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2684
2708
|
}
|
|
2685
2709
|
},
|
|
2686
2710
|
setup(e) {
|
|
2687
|
-
const t = e, { t: a } = D(), { columns: r } =
|
|
2688
|
-
var
|
|
2689
|
-
return Ee(((p = (
|
|
2711
|
+
const t = e, { t: a } = D(), { columns: r } = se(sa), { columns: i } = se(la), o = w(() => {
|
|
2712
|
+
var u, p;
|
|
2713
|
+
return Ee(((p = (u = t.data) == null ? void 0 : u.players) == null ? void 0 : p[t.homeTeamId]) ?? []);
|
|
2690
2714
|
}), s = w(() => {
|
|
2691
|
-
var
|
|
2692
|
-
return Ee(((p = (
|
|
2715
|
+
var u, p;
|
|
2716
|
+
return Ee(((p = (u = t.data) == null ? void 0 : u.players) == null ? void 0 : p[t.awayTeamId]) ?? []);
|
|
2693
2717
|
}), d = w(() => {
|
|
2694
|
-
var
|
|
2695
|
-
return At(((p = (
|
|
2696
|
-
}),
|
|
2697
|
-
var
|
|
2698
|
-
return At(((p = (
|
|
2718
|
+
var u, p;
|
|
2719
|
+
return At(((p = (u = t.data) == null ? void 0 : u.goalies) == null ? void 0 : p[t.homeTeamId]) ?? []);
|
|
2720
|
+
}), c = w(() => {
|
|
2721
|
+
var u, p;
|
|
2722
|
+
return At(((p = (u = t.data) == null ? void 0 : u.goalies) == null ? void 0 : p[t.awayTeamId]) ?? []);
|
|
2699
2723
|
});
|
|
2700
|
-
return (
|
|
2701
|
-
l("h2",
|
|
2702
|
-
l("div",
|
|
2703
|
-
|
|
2704
|
-
default: S(({ rows:
|
|
2705
|
-
|
|
2724
|
+
return (u, p) => (m(), b(k, null, [
|
|
2725
|
+
l("h2", ls, g(n(a)("title.fieldPlayers")), 1),
|
|
2726
|
+
l("div", cs, [
|
|
2727
|
+
f(_e, { rows: o.value }, {
|
|
2728
|
+
default: S(({ rows: v, sort: h, onSort: z }) => [
|
|
2729
|
+
f(F, {
|
|
2706
2730
|
class: "is-home-team 'gamecenter-timeline-data-table",
|
|
2707
2731
|
columns: n(r),
|
|
2708
|
-
rows:
|
|
2732
|
+
rows: v,
|
|
2709
2733
|
title: e.homeTeamName,
|
|
2710
|
-
sort:
|
|
2734
|
+
sort: h,
|
|
2711
2735
|
onSort: z
|
|
2712
2736
|
}, null, 8, ["columns", "rows", "title", "sort", "onSort"])
|
|
2713
2737
|
]),
|
|
2714
2738
|
_: 1
|
|
2715
2739
|
}, 8, ["rows"]),
|
|
2716
|
-
|
|
2717
|
-
default: S(({ rows:
|
|
2718
|
-
|
|
2740
|
+
f(_e, { rows: s.value }, {
|
|
2741
|
+
default: S(({ rows: v, sort: h, onSort: z }) => [
|
|
2742
|
+
f(F, {
|
|
2719
2743
|
class: "is-away-team gamecenter-timeline-data-table",
|
|
2720
2744
|
columns: n(r),
|
|
2721
|
-
rows:
|
|
2745
|
+
rows: v,
|
|
2722
2746
|
title: e.awayTeamName,
|
|
2723
|
-
sort:
|
|
2747
|
+
sort: h,
|
|
2724
2748
|
onSort: z
|
|
2725
2749
|
}, null, 8, ["columns", "rows", "title", "sort", "onSort"])
|
|
2726
2750
|
]),
|
|
2727
2751
|
_: 1
|
|
2728
2752
|
}, 8, ["rows"])
|
|
2729
2753
|
]),
|
|
2730
|
-
l("h2",
|
|
2731
|
-
l("div",
|
|
2732
|
-
|
|
2733
|
-
default: S(({ rows:
|
|
2734
|
-
|
|
2754
|
+
l("h2", ds, g(n(a)("title.goalies")), 1),
|
|
2755
|
+
l("div", ms, [
|
|
2756
|
+
f(Ae, { rows: d.value }, {
|
|
2757
|
+
default: S(({ rows: v }) => [
|
|
2758
|
+
f(F, {
|
|
2735
2759
|
class: "is-home-team gamecenter-timeline-data-table",
|
|
2736
2760
|
columns: n(i),
|
|
2737
|
-
rows:
|
|
2761
|
+
rows: v,
|
|
2738
2762
|
title: e.homeTeamName
|
|
2739
2763
|
}, null, 8, ["columns", "rows", "title"])
|
|
2740
2764
|
]),
|
|
2741
2765
|
_: 1
|
|
2742
2766
|
}, 8, ["rows"]),
|
|
2743
|
-
|
|
2744
|
-
default: S(({ rows:
|
|
2745
|
-
|
|
2767
|
+
f(Ae, { rows: c.value }, {
|
|
2768
|
+
default: S(({ rows: v }) => [
|
|
2769
|
+
f(F, {
|
|
2746
2770
|
class: "is-away-team gamecenter-timeline-data-table",
|
|
2747
2771
|
columns: n(i),
|
|
2748
|
-
rows:
|
|
2772
|
+
rows: v,
|
|
2749
2773
|
title: e.awayTeamName
|
|
2750
2774
|
}, null, 8, ["columns", "rows", "title"])
|
|
2751
2775
|
]),
|
|
@@ -2754,7 +2778,7 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2754
2778
|
])
|
|
2755
2779
|
], 64));
|
|
2756
2780
|
}
|
|
2757
|
-
},
|
|
2781
|
+
}, us = { class: "gamecenter-timeline-tab-buttons" }, vs = {
|
|
2758
2782
|
__name: "GameTabs",
|
|
2759
2783
|
props: {
|
|
2760
2784
|
activeTab: {
|
|
@@ -2772,30 +2796,30 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2772
2796
|
function s(d) {
|
|
2773
2797
|
r("update:activeTab", d), a.useSearchParams && (i.tab = d);
|
|
2774
2798
|
}
|
|
2775
|
-
return (d,
|
|
2799
|
+
return (d, c) => (m(), b("div", us, [
|
|
2776
2800
|
l("button", {
|
|
2777
2801
|
class: H(["tab-button", { "is-active": e.activeTab === n(Ne) }]),
|
|
2778
|
-
onClick:
|
|
2779
|
-
},
|
|
2802
|
+
onClick: c[0] || (c[0] = (u) => s(n(Ne)))
|
|
2803
|
+
}, g(n(o)("menu.events")), 3),
|
|
2780
2804
|
l("button", {
|
|
2781
2805
|
class: H(["tab-button", { "is-active": e.activeTab === n(We) }]),
|
|
2782
|
-
onClick:
|
|
2783
|
-
},
|
|
2806
|
+
onClick: c[1] || (c[1] = (u) => s(n(We)))
|
|
2807
|
+
}, g(n(o)("menu.lineups")), 3),
|
|
2784
2808
|
l("button", {
|
|
2785
2809
|
class: H(["tab-button", { "is-active": e.activeTab === n(Qe) }]),
|
|
2786
|
-
onClick:
|
|
2787
|
-
},
|
|
2810
|
+
onClick: c[2] || (c[2] = (u) => s(n(Qe)))
|
|
2811
|
+
}, g(n(o)("menu.teamStats")), 3),
|
|
2788
2812
|
l("button", {
|
|
2789
2813
|
class: H(["tab-button", { "is-active": e.activeTab === n(Je) }]),
|
|
2790
|
-
onClick:
|
|
2791
|
-
},
|
|
2814
|
+
onClick: c[3] || (c[3] = (u) => s(n(Je)))
|
|
2815
|
+
}, g(n(o)("menu.playerStats")), 3),
|
|
2792
2816
|
l("button", {
|
|
2793
2817
|
class: H(["tab-button", { "is-active": e.activeTab === n(Ze) }]),
|
|
2794
|
-
onClick:
|
|
2795
|
-
},
|
|
2818
|
+
onClick: c[4] || (c[4] = (u) => s(n(Ze)))
|
|
2819
|
+
}, g(n(o)("menu.officials")), 3)
|
|
2796
2820
|
]));
|
|
2797
2821
|
}
|
|
2798
|
-
},
|
|
2822
|
+
}, bs = { class: "statistics-double-bar" }, ps = { class: "is-value is-value-start" }, fs = { class: "is-bar is-bar-start" }, hs = { class: "is-bar is-bar-end" }, ys = { class: "is-value is-value-end" }, ws = { class: "is-title" }, J = {
|
|
2799
2823
|
__name: "StatisticsDoubleBar",
|
|
2800
2824
|
props: {
|
|
2801
2825
|
max: {
|
|
@@ -2821,39 +2845,39 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2821
2845
|
},
|
|
2822
2846
|
setup(e) {
|
|
2823
2847
|
const t = e, a = w(() => ({ width: `${t.valueStart / t.max * 100 || 0}%` })), r = w(() => ({ width: `${t.valueEnd / t.max * 100 || 0}%` }));
|
|
2824
|
-
return (i, o) => (
|
|
2825
|
-
l("div",
|
|
2848
|
+
return (i, o) => (m(), b("div", bs, [
|
|
2849
|
+
l("div", ps, [
|
|
2826
2850
|
W(i.$slots, "value-start", {}, () => [
|
|
2827
|
-
x(
|
|
2828
|
-
e.valueSuffix ? (
|
|
2829
|
-
x(
|
|
2851
|
+
x(g(e.valueStart) + " ", 1),
|
|
2852
|
+
e.valueSuffix ? (m(), b(k, { key: 0 }, [
|
|
2853
|
+
x(g(e.valueSuffix), 1)
|
|
2830
2854
|
], 64)) : y("", !0)
|
|
2831
2855
|
])
|
|
2832
2856
|
]),
|
|
2833
|
-
l("div",
|
|
2857
|
+
l("div", fs, [
|
|
2834
2858
|
l("div", {
|
|
2835
2859
|
class: "is-bar-start--progress",
|
|
2836
2860
|
style: ze(a.value)
|
|
2837
2861
|
}, null, 4)
|
|
2838
2862
|
]),
|
|
2839
|
-
l("div",
|
|
2863
|
+
l("div", hs, [
|
|
2840
2864
|
l("div", {
|
|
2841
2865
|
class: "is-bar-end--progress",
|
|
2842
2866
|
style: ze(r.value)
|
|
2843
2867
|
}, null, 4)
|
|
2844
2868
|
]),
|
|
2845
|
-
l("div",
|
|
2869
|
+
l("div", ys, [
|
|
2846
2870
|
W(i.$slots, "value-end", {}, () => [
|
|
2847
|
-
x(
|
|
2848
|
-
e.valueSuffix ? (
|
|
2849
|
-
x(
|
|
2871
|
+
x(g(e.valueEnd) + " ", 1),
|
|
2872
|
+
e.valueSuffix ? (m(), b(k, { key: 0 }, [
|
|
2873
|
+
x(g(e.valueSuffix), 1)
|
|
2850
2874
|
], 64)) : y("", !0)
|
|
2851
2875
|
])
|
|
2852
2876
|
]),
|
|
2853
|
-
l("div",
|
|
2877
|
+
l("div", ws, g(e.title), 1)
|
|
2854
2878
|
]));
|
|
2855
2879
|
}
|
|
2856
|
-
},
|
|
2880
|
+
}, xs = { class: "gamecenter-timeline-team-stats" }, ks = { class: "is-heading-2" }, Ts = { class: "is-stat-container" }, Ss = { class: "is-heading-2" }, zs = { class: "is-stat-container" }, $s = { class: "is-heading-2" }, Ps = { class: "is-stat-container" }, js = { class: "is-heading-2" }, Es = { class: "is-stat-container" }, Ns = { class: "is-heading-2" }, Os = { class: "is-stat-container" }, Is = { class: "is-heading-2" }, As = { class: "is-stat-container" }, _s = {
|
|
2857
2881
|
__name: "GameTeamStats",
|
|
2858
2882
|
props: {
|
|
2859
2883
|
gameStats: {
|
|
@@ -2867,36 +2891,36 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2867
2891
|
},
|
|
2868
2892
|
setup(e) {
|
|
2869
2893
|
const t = e, { t: a } = D(), r = w(() => {
|
|
2870
|
-
var
|
|
2871
|
-
return ((
|
|
2894
|
+
var v, h;
|
|
2895
|
+
return ((h = (v = t.gameData) == null ? void 0 : v.homeTeam) == null ? void 0 : h.id) ?? "";
|
|
2872
2896
|
}), i = w(() => {
|
|
2873
|
-
var
|
|
2874
|
-
return ((
|
|
2897
|
+
var v, h;
|
|
2898
|
+
return ((h = (v = t.gameData) == null ? void 0 : v.awayTeam) == null ? void 0 : h.id) ?? "";
|
|
2875
2899
|
}), o = w(() => {
|
|
2876
|
-
var
|
|
2877
|
-
return
|
|
2900
|
+
var v;
|
|
2901
|
+
return Ve(((v = t.gameStats) == null ? void 0 : v.teamSOG) ?? [], i.value, r.value, "shots");
|
|
2878
2902
|
}), s = w(() => {
|
|
2879
|
-
var
|
|
2880
|
-
return
|
|
2903
|
+
var v;
|
|
2904
|
+
return Ve(((v = t.gameStats) == null ? void 0 : v.teamSOG) ?? [], r.value, i.value, "saves");
|
|
2881
2905
|
}), d = w(
|
|
2882
2906
|
() => {
|
|
2883
|
-
var
|
|
2884
|
-
return
|
|
2907
|
+
var v;
|
|
2908
|
+
return Ve(((v = t.gameStats) == null ? void 0 : v.teamPenalties) ?? [], r.value, i.value, "penaltyLength");
|
|
2885
2909
|
}
|
|
2886
|
-
),
|
|
2887
|
-
var
|
|
2888
|
-
return
|
|
2889
|
-
}),
|
|
2890
|
-
var
|
|
2891
|
-
return
|
|
2910
|
+
), c = w(() => {
|
|
2911
|
+
var v;
|
|
2912
|
+
return fn(((v = t.gameStats) == null ? void 0 : v.teamPowerPlay) ?? {});
|
|
2913
|
+
}), u = w(() => {
|
|
2914
|
+
var v;
|
|
2915
|
+
return hn(((v = t.gameStats) == null ? void 0 : v.teamPowerPlay) ?? {});
|
|
2892
2916
|
}), p = w(() => {
|
|
2893
|
-
var
|
|
2894
|
-
return
|
|
2917
|
+
var v;
|
|
2918
|
+
return pn(((v = t.gameStats) == null ? void 0 : v.teamPowerPlay) ?? {});
|
|
2895
2919
|
});
|
|
2896
|
-
return (
|
|
2897
|
-
l("h1",
|
|
2898
|
-
l("div",
|
|
2899
|
-
(
|
|
2920
|
+
return (v, h) => (m(), b("div", xs, [
|
|
2921
|
+
l("h1", ks, g(n(a)("teamsStats.sog")), 1),
|
|
2922
|
+
l("div", Ts, [
|
|
2923
|
+
(m(!0), b(k, null, N(o.value, ({ max: z, valueStart: P, valueEnd: E }, j) => (m(), T(J, {
|
|
2900
2924
|
key: j,
|
|
2901
2925
|
max: z,
|
|
2902
2926
|
"value-start": P,
|
|
@@ -2904,9 +2928,9 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2904
2928
|
title: n(a)(`section.${j}`)
|
|
2905
2929
|
}, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
|
|
2906
2930
|
]),
|
|
2907
|
-
l("h1",
|
|
2908
|
-
l("div",
|
|
2909
|
-
(
|
|
2931
|
+
l("h1", Ss, g(n(a)("teamsStats.saves")), 1),
|
|
2932
|
+
l("div", zs, [
|
|
2933
|
+
(m(!0), b(k, null, N(s.value, ({ max: z, valueStart: P, valueEnd: E }, j) => (m(), T(J, {
|
|
2910
2934
|
key: j,
|
|
2911
2935
|
max: z,
|
|
2912
2936
|
"value-start": P,
|
|
@@ -2914,9 +2938,9 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2914
2938
|
title: n(a)(`section.${j}`)
|
|
2915
2939
|
}, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
|
|
2916
2940
|
]),
|
|
2917
|
-
l("h1",
|
|
2918
|
-
l("div",
|
|
2919
|
-
(
|
|
2941
|
+
l("h1", $s, g(n(a)("teamsStats.pim")), 1),
|
|
2942
|
+
l("div", Ps, [
|
|
2943
|
+
(m(!0), b(k, null, N(d.value, ({ max: z, valueStart: P, valueEnd: E }, j) => (m(), T(J, {
|
|
2920
2944
|
key: j,
|
|
2921
2945
|
max: z,
|
|
2922
2946
|
"value-start": P,
|
|
@@ -2924,9 +2948,9 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2924
2948
|
title: n(a)(`section.${j}`)
|
|
2925
2949
|
}, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
|
|
2926
2950
|
]),
|
|
2927
|
-
l("h1",
|
|
2928
|
-
l("div",
|
|
2929
|
-
(
|
|
2951
|
+
l("h1", js, g(n(a)("teamsStats.advPercent")), 1),
|
|
2952
|
+
l("div", Es, [
|
|
2953
|
+
(m(!0), b(k, null, N(c.value, ({ max: z, valueStart: P, valueEnd: E, suffix: j }, G) => (m(), T(J, {
|
|
2930
2954
|
key: G,
|
|
2931
2955
|
max: z,
|
|
2932
2956
|
"value-start": P,
|
|
@@ -2935,9 +2959,9 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2935
2959
|
"value-suffix": j
|
|
2936
2960
|
}, null, 8, ["max", "value-start", "value-end", "title", "value-suffix"]))), 128))
|
|
2937
2961
|
]),
|
|
2938
|
-
l("h1",
|
|
2939
|
-
l("div",
|
|
2940
|
-
(
|
|
2962
|
+
l("h1", Ns, g(n(a)("teamsStats.penaltyKilling")), 1),
|
|
2963
|
+
l("div", Os, [
|
|
2964
|
+
(m(!0), b(k, null, N(u.value, ({ max: z, valueStart: P, valueEnd: E, suffix: j }, G) => (m(), T(J, {
|
|
2941
2965
|
key: G,
|
|
2942
2966
|
max: z,
|
|
2943
2967
|
"value-start": P,
|
|
@@ -2946,59 +2970,59 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2946
2970
|
"value-suffix": j
|
|
2947
2971
|
}, null, 8, ["max", "value-start", "value-end", "title", "value-suffix"]))), 128))
|
|
2948
2972
|
]),
|
|
2949
|
-
l("h1",
|
|
2950
|
-
l("div",
|
|
2951
|
-
|
|
2973
|
+
l("h1", Is, g(n(a)("teamsStats.advantageTime")), 1),
|
|
2974
|
+
l("div", As, [
|
|
2975
|
+
f(J, {
|
|
2952
2976
|
max: p.value.advTime.max,
|
|
2953
2977
|
"value-start": p.value.advTime.valueStart,
|
|
2954
2978
|
"value-end": p.value.advTime.valueEnd,
|
|
2955
2979
|
title: n(a)("section.all")
|
|
2956
2980
|
}, {
|
|
2957
2981
|
"value-start": S(() => [
|
|
2958
|
-
x(
|
|
2982
|
+
x(g(n(R)(p.value.advTime.valueStart)), 1)
|
|
2959
2983
|
]),
|
|
2960
2984
|
"value-end": S(() => [
|
|
2961
|
-
x(
|
|
2985
|
+
x(g(n(R)(p.value.advTime.valueEnd)), 1)
|
|
2962
2986
|
]),
|
|
2963
2987
|
_: 1
|
|
2964
2988
|
}, 8, ["max", "value-start", "value-end", "title"]),
|
|
2965
|
-
|
|
2989
|
+
f(J, {
|
|
2966
2990
|
max: p.value.advTimePP1.max,
|
|
2967
2991
|
"value-start": p.value.advTimePP1.valueStart,
|
|
2968
2992
|
"value-end": p.value.advTimePP1.valueEnd,
|
|
2969
2993
|
title: n(a)("teamsStats.advantageTimePP1")
|
|
2970
2994
|
}, {
|
|
2971
2995
|
"value-start": S(() => [
|
|
2972
|
-
x(
|
|
2996
|
+
x(g(n(R)(p.value.advTimePP1.valueStart)), 1)
|
|
2973
2997
|
]),
|
|
2974
2998
|
"value-end": S(() => [
|
|
2975
|
-
x(
|
|
2999
|
+
x(g(n(R)(p.value.advTimePP1.valueEnd)), 1)
|
|
2976
3000
|
]),
|
|
2977
3001
|
_: 1
|
|
2978
3002
|
}, 8, ["max", "value-start", "value-end", "title"]),
|
|
2979
|
-
|
|
3003
|
+
f(J, {
|
|
2980
3004
|
max: p.value.advTimePP2.max,
|
|
2981
3005
|
"value-start": p.value.advTimePP2.valueStart,
|
|
2982
3006
|
"value-end": p.value.advTimePP2.valueEnd,
|
|
2983
3007
|
title: n(a)("teamsStats.advantageTimePP2")
|
|
2984
3008
|
}, {
|
|
2985
3009
|
"value-start": S(() => [
|
|
2986
|
-
x(
|
|
3010
|
+
x(g(n(R)(p.value.advTimePP2.valueStart)), 1)
|
|
2987
3011
|
]),
|
|
2988
3012
|
"value-end": S(() => [
|
|
2989
|
-
x(
|
|
3013
|
+
x(g(n(R)(p.value.advTimePP2.valueEnd)), 1)
|
|
2990
3014
|
]),
|
|
2991
3015
|
_: 1
|
|
2992
3016
|
}, 8, ["max", "value-start", "value-end", "title"])
|
|
2993
3017
|
])
|
|
2994
3018
|
]));
|
|
2995
3019
|
}
|
|
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) => {
|
|
3020
|
+
}, ha = "h1,h2,h3,ul,li,p,dl,dt,dd{margin:0;padding:0}button{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0;border-width:0;-webkit-appearance:button;background-color:transparent;background-image:none;cursor:pointer}ol,ul{list-style:none}:root,:host{font-family:Roboto Condensed,Avenir,Helvetica,Arial,sans-serif;--vbr-widget-primary-color-0: #ffffff;--vbr-widget-primary-color-50: #eceff1;--vbr-widget-primary-color-100: #cfd8dc;--vbr-widget-primary-color-200: #b0bec5;--vbr-widget-primary-color-300: #90a4ae;--vbr-widget-primary-color-400: #78909c;--vbr-widget-primary-color-500: #607d8b;--vbr-widget-primary-color-600: #546e7a;--vbr-widget-primary-color-700: #455a64;--vbr-widget-primary-color-800: #37474f;--vbr-widget-primary-color-900: #263238;--vbr-widget-secondary-color-100: #dcedc8;--vbr-widget-secondary-color-200: #badb94;--vbr-widget-secondary-color-300: #aed581;--vbr-widget-secondary-color-400: #9ccc65;--vbr-widget-secondary-color-500: #8bc34a;--vbr-widget-secondary-color-700: #689f38;--vbr-widget-secondary-color-800: #558b2f;--vbr-widget-secondary-color-900: #33691e;--vbr-widget-danger-color-50: #ffebee;--vbr-widget-danger-color-100: #ffcdd2;--vbr-widget-danger-color-200: #ef9a9a;--vbr-widget-danger-color-300: #e57373;--vbr-widget-danger-color-400: #ef5350;--vbr-widget-danger-color-500: #f44336;--vbr-widget-danger-color-700: #d32f2f;--vbr-widget-danger-color-900: #b71c1c;--vbr-widget-danger-color-a400: #ff1744;--vbr-widget-live-game-color: #8bc34a;--vbr-widget-neutral-color: #ffc107;--vbr-widget-typography-font-size-50: .6275rem;--vbr-widget-typography-font-size-100: .6875rem;--vbr-widget-typography-font-size-200: .75rem;--vbr-widget-typography-font-size-300: .8125rem;--vbr-widget-typography-font-size-400: .875rem;--vbr-widget-typography-font-size-500: 1rem;--vbr-widget-typography-font-size-600: 1.125rem;--vbr-widget-typography-font-size-700: 1.25rem;--vbr-widget-typography-font-size-800: 1.5rem;--vbr-widget-typography-font-size-900: 1.75rem;--vbr-widget-typography-font-size-950: 2rem;--vbr-widget-typography-font-lineheight-50: calc(var(--vbr-widget-typography-font-size-50) * 1.628);--vbr-widget-typography-font-lineheight-100: calc(var(--vbr-widget-typography-font-size-100) * 1.628);--vbr-widget-typography-font-lineheight-200: calc(var(--vbr-widget-typography-font-size-200) * 1.628);--vbr-widget-typography-font-lineheight-300: calc(var(--vbr-widget-typography-font-size-300) * 1.628);--vbr-widget-typography-font-lineheight-400: calc(var(--vbr-widget-typography-font-size-400) * 1.628);--vbr-widget-typography-font-lineheight-500: calc(var(--vbr-widget-typography-font-size-500) * 1.628);--vbr-widget-typography-font-lineheight-600: calc(var(--vbr-widget-typography-font-size-600) * 1.628);--vbr-widget-typography-font-lineheight-700: calc(var(--vbr-widget-typography-font-size-700) * 1.628);--vbr-widget-typography-font-lineheight-800: calc(var(--vbr-widget-typography-font-size-800) * 1.628);--vbr-widget-typography-font-lineheight-900: calc(var(--vbr-widget-typography-font-size-900) * 1.628);--vbr-widget-typography-font-lineheight-950: calc(var(--vbr-widget-typography-font-size-950) * 1.628);--vbr-widget-typography-heading-weight: 500;--vbr-widget-typography-heading-1-size: var(--vbr-widget-typography-font-size-800);--vbr-widget-typography-heading-2-size: var(--vbr-widget-typography-font-size-700);--vbr-widget-typography-heading-3-size: var(--vbr-widget-typography-font-size-600);--vbr-widget-typography-heading-4-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-typography-heading-5-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-typography-heading-6-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-table-header-font-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-table-default-column-width: 30px;--vbr-widget-table-default-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-table-color: var(--vbr-widget-primary-color-800);--vbr-widget-table-neutral-color: var(--vbr-widget-primary-color-300);--vbr-widget-table-header-bg-color: var(--vbr-widget-primary-color-800);--vbr-widget-table-header-hover-bg-color: var(--vbr-widget-primary-color-700);--vbr-widget-table-header-color: var(--vbr-widget-primary-color-200);--vbr-widget-table-table-header-active-bg-color: var(--vbr-widget-primary-color-700);--vbr-widget-table-header-active-color: var(--vbr-widget-primary-color-0);--vbr-widget-table-hover-color: var(--vbr-widget-secondary-color-900);--vbr-widget-table-hover-bg-color: var(--vbr-widget-secondary-color-100);--vbr-widget-table-active-color: var(--vbr-widget-secondary-color-900);--vbr-widget-table-active-bg-color: var(--vbr-widget-secondary-color-200);--vbr-widget-table-active-even-bg-color: var(--vbr-widget-secondary-color-300);--vbr-widget-table-active-hover-color: var(--vbr-widget-secondary-color-900);--vbr-widget-table-active-hover-bg-color: var(--vbr-widget-secondary-color-400);--vbr-widget-table-portrait-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-table-portrait-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-table-cell-light-color: var(--vbr-widget-primary-color-400);--vbr-widget-table-cell-dark-color: var(--vbr-widget-primary-color-900);--vbr-widget-table-stripped-bg-color: #f8f9fa;--vbr-widget-table-label-color: var(--vbr-widget-primary-color-500);--vbr-widget-table-label-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-table-cell-logo-size: 20px;--vbr-widget-table-cell-portrait-size: 26px;--vbr-widget-table-zero-color: var(--vbr-widget-primary-color-200);--vbr-widget-paginator-color: var(--vbr-widget-primary-color-500);--vbr-widget-paginator-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-paginator-hover-color: var(--vbr-widget-primary-color-700);--vbr-widget-paginator-hover-bg-color: var(--vbr-widget-primary-color-100);--vbr-widget-paginator-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-paginator-active-color: var(--vbr-widget-primary-color-0);--vbr-widget-paginator-active-bg-color: var(--vbr-widget-primary-color-900);--vbr-widget-paginator-disabled-color: var(--vbr-widget-primary-color-200);--vbr-widget-tooltip-font-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-tooltip-color: #ffffff;--vbr-widget-tooltip-bg-color: #000000;--vbr-widget-popover-trigger-hover-bg-color: var(--vbr-widget-secondary-color-200);--vbr-widget-popover-trigger-focus-bg-color: var(--vbr-widget-secondary-color-300);--vbr-widget-popover-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-dropdown-item-color: var(--vbr-widget-primary-color-500);--vbr-widget-dropdown-item-hover-color: var(--vbr-widget-primary-color-800);--vbr-widget-dropdown-item-hover-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-dropdown-item-selected-color: var(--vbr-widget-secondary-color-700);--vbr-widget-dropdown-item-selected-hover-bg-color: var(--vbr-widget-secondary-color-100);--vbr-widget-error-notice-bg-color: var(--vbr-widget-danger-color-50);--vbr-widget-error-notice-border-color: var(--vbr-widget-danger-color-100);--vbr-widget-error-notice-color: var(--vbr-widget-danger-color-700);--vbr-widget-link-color: var(--vbr-widget-secondary-color-700);--vbr-widget-hover-color: var(--vbr-widget-secondary-color-900);--vbr-widget-base-input-color: var(--vbr-widget-primary-color-800);--vbr-widget-base-input-font-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-base-input-border-color: var(--vbr-widget-primary-color-300);--vbr-widget-base-input-border-radius: 3px;--vbr-widget-form-label-color: var(--vbr-widget-primary-color-500);--vbr-widget-form-label-font-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-timezone-selector-color: var(--vbr-widget-primary-color-500);--vbr-widget-timezone-selector-font-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-badge-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-badge-color: var(--vbr-widget-primary-color-400);--vbr-widget-badge-font-size: var(--vbr-widget-typography-font-size-50);--vbr-widget-badge-large-font-size: var(--vbr-widget-typography-font-size-100);--vbr-widget-badge-extra-large-font-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-tab-btn-padding: .625rem 1rem;--vbr-widget-tab-btn-font-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-tab-btn-font-weight: 500;--vbr-widget-tab-btn-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-tab-btn-color: var(--vbr-widget-primary-color-300);--vbr-widget-tab-btn-border-color: transparent;--vbr-widget-tab-btn-border-style: solid;--vbr-widget-tab-btn-border-width: 0 0 3px 0;--vbr-widget-tab-btn-text-transform: uppercase;--vbr-widget-tab-btn-hover-color: var(--vbr-widget-primary-color-500);--vbr-widget-tab-btn-hover-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-tab-btn-hover-border-color: transparent;--vbr-widget-tab-btn-active-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-tab-btn-active-color: var(--vbr-widget-primary-color-900);--vbr-widget-tab-btn-active-border-color: var(--vbr-widget-secondary-color-500);--vbr-widget-toggle-group-gap: .625rem;--vbr-widget-toggle-group-btn-padding: 3px 10px;--vbr-widget-toggle-group-btn-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-toggle-group-btn-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-toggle-group-btn-active-color: var(--vbr-widget-primary-color-0);--vbr-widget-toggle-group-btn-active-bg-color: var(--vbr-widget-live-game-color);--vbr-widget-toggle-group-btn-radius: 4px;--vbr-widget-progress-height: 10px;--vbr-widget-progress-border-radius: 5px;--vbr-widget-progress-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-progress-bar-color: var(--vbr-widget-live-game-color);--vbr-widget-progress-bar-stripe-color: rgba(255, 255, 255, .2);--vbr-widget-progress-bar-stripe-angle: 45deg;--vbr-widget-gamecenter-result-size: 6rem;--vbr-widget-gamecenter-result-weight: 700;--vbr-widget-gamecenter-result-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-teamname-size: var(--vbr-widget-typography-font-size-700);--vbr-widget-gamecenter-teamname-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-teamname-weight: 700;--vbr-widget-gamecenter-title-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-title-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-gamecenter-title-weight: 700;--vbr-widget-gamecenter-gamedate-color: var(--vbr-widget-primary-color-500);--vbr-widget-gamecenter-gamedate-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-gamecenter-local-gamedate-color: var(--vbr-widget-primary-color-500);--vbr-widget-gamecenter-local-gamedate-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-gamecenter-gamestatus-color: var(--vbr-widget-primary-color-600);--vbr-widget-gamecenter-gamestatus-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-gamecenter-periodresults-color: var(--vbr-widget-primary-color-600);--vbr-widget-gamecenter-periodresults-size: var(--vbr-widget-typography-font-size-700);--vbr-widget-gamecenter-period-header-bg-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-period-header-color: var(--vbr-widget-primary-color-0);--vbr-widget-gamecenter-period-header-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-gamecenter-period-header-weight: 500;--vbr-widget-gamecenter-stats-bg-color: var(--vbr-widget-primary-color-50);--vbr-widget-gamecenter-stats-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-gamecenter-stats-title-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-gamecenter-stats-title-color: var(--vbr-widget-primary-color-400);--vbr-widget-gamecenter-stats-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-gamecenter-stats-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-team-container-title-color: var(--vbr-widget-primary-color-800);--vbr-widget-gamecenter-team-container-title-bg-color: var(--vbr-widget-primary-color-100);--vbr-widget-gamecenter-team-container-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-gamecenter-events-evented-person-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-gamecenter-events-evented-person-weight: 600;--vbr-widget-gamecenter-events-assitst-list-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-gamecenter-events-poi-list-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-gamecenter-events-score-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-gamecenter-events-penalty-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-gamecenter-events-goalie-direction-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-gamecenter-events-timeout-bg-color: #2870ed;--vbr-widget-gamecenter-card-title-color: var(--vbr-widget-primary-color-900);--vbr-widget-gamecenter-card-secondary-color: var(--vbr-widget-primary-color-500);--vbr-widget-gamecenter-card-tertiary-color: var(--vbr-widget-primary-color-300);--vbr-widget-gamecenter-card-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-gamecenter-card-bg-color: var(--vbr-widget-primary-color-0);--vbr-widget-gamecenter-card-event-goal-border-color: var(--vbr-widget-primary-color-700);--vbr-widget-gamecenter-card-event-goal-bg-color: var(--vbr-widget-primary-color-700);--vbr-widget-gamecenter-home-team-identifier-color: #2870ed;--vbr-widget-gamecenter-away-team-identifier-color: #ff6129;--vbr-widget-gamecenter-home-team-identifier-border-color: transparent;--vbr-widget-gamecenter-away-team-identifier-border-color: transparent;--vbr-widget-main-image-wrapper-horizontal-margin: 0;--vbr-widget-sticky-top-offset: 0;--vbr-widget-games-timeline-game-date-size: var(--vbr-widget-typography-font-size-100);--vbr-widget-games-timeline-game-date-color: var(--vbr-widget-primary-color-500);--vbr-widget-games-timeline-game-team-color: var(--vbr-widget-primary-color-700);--vbr-widget-games-timeline-game-team-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-games-timeline-game-status-color: var(--vbr-widget-primary-color-300);--vbr-widget-games-timeline-game-status-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-games-timeline-game-hover-bg-color: linear-gradient(#fff, #f5f6f7 50%, #fff);--vbr-widget-games-timeline-arrow-color: var(--vbr-widget-primary-color-300);--vbr-widget-games-timeline-arrow-hover-color: var(--vbr-widget-primary-color-500);--vbr-widget-games-timeline-arrow-disabled-color: var(--vbr-widget-primary-color-100);--vbr-widget-games-timeline-arrow-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-games-timeline-external-link-color: var(--vbr-widget-primary-color-500);--vbr-widget-games-timeline-external-link-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-standings-selector-title-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-standings-selector-title-color: var(--vbr-widget-primary-color-700);--vbr-widget-standings-selector-title-transform: none;--vbr-widget-standings-selector-title-padding: 0 .625em .5625em;--vbr-widget-standings-selector-title-bg-color: transparent}html,body{-webkit-font-smoothing:antialiased}.transition-fade-enter-active,.transition-fade-leave-active{transition:all .7s linear(0,.009,.035 2.1%,.141,.281 6.7%,.723 12.9%,.938 16.7%,1.017,1.077,1.121,1.149 24.3%,1.159,1.163,1.161,1.154 29.9%,1.129 32.8%,1.051 39.6%,1.017 43.1%,.991,.977 51%,.974 53.8%,.975 57.1%,.997 69.8%,1.003 76.9%,1.004 83.8%,1)}.transition-fade-enter-from,.transition-fade-leave-to{opacity:0;transform:translateY(5px)}.transition-event-move,.transition-event-enter-active,.transition-event-leave-active{transition:all .25s ease}.transition-event-enter-from,.transition-event-leave-to{opacity:0}img{opacity:0;transition:opacity .5s ease-out}img.is-loaded{opacity:1}a{color:var(--vbr-widget-link-color);text-decoration:none}a:hover{color:var(--vbr-widget-hover-color)}.floating-content.is-tooltip{background-color:var(--vbr-widget-tooltip-bg-color);color:var(--vbr-widget-tooltip-color);font-weight:700;padding:5px 10px;border-radius:4px;font-size:var(--vbr-widget-tooltip-font-size);white-space:nowrap;pointer-events:none}.floating-content.is-tooltip .is-arrow{background-color:var(--vbr-widget-tooltip-bg-color)}.floating-content.is-content{border-radius:4px;box-shadow:2px 14px 23px #00000040}.floating-content.is-content .is-arrow{background-color:var(--vbr-widget-primary-color-50)}.floating-content .is-arrow{position:absolute;width:8px;height:8px;transform:rotate(45deg)}[data-placement^=top] .floating-content .is-arrow{bottom:-4px}[data-placement^=bottom] .floating-content .is-arrow{top:-4px}[data-placement^=left] .floating-content .is-arrow{right:-4px}[data-placement^=right] .floating-content .is-arrow{left:-4px}.error-notice{display:flex;align-items:center;justify-items:flex-start;margin:10px 0;padding:10px 20px;background-color:var(--vbr-widget-error-notice-bg-color);color:var(--vbr-widget-error-notice-color);border:1px solid var(--vbr-widget-error-notice-border-color)}.error-notice .icon{margin-right:15px}.timezone-selector{padding:3px 0;color:var(--vbr-widget-timezone-selector-color);font-size:var(--vbr-widget-timezone-selector-font-size);font-weight:500}.timezone-selector .is-active{font-weight:700}.is-badge{display:inline-block;padding:.125em .25em;color:var(--vbr-widget-badge-color);font-size:var(--vbr-widget-badge-font-size);font-weight:700;text-transform:uppercase;background-color:var(--vbr-widget-badge-bg-color);border-radius:3px}.is-badge+.is-badge{margin-inline-start:3px}.is-badge.is-invert{color:var(--vbr-widget-badge-bg-color);background-color:var(--vbr-widget-badge-color)}.is-badge.is-green{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-live-game-color)}.is-badge.is-red{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-danger-color-a400)}.is-badge.is-yellow{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-neutral-color)}.is-badge.is-dark{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-primary-color-700)}.is-badge.is-large{font-size:var(--vbr-widget-badge-large-font-size);padding:.15em .35em}.is-badge.is-extra-large{font-size:var(--vbr-widget-badge-extra-large-font-size);padding:.2695em .5165em}", Ds = ".g-row{display:flex}.g-row-wrap{display:flex;flex-wrap:wrap}.g-col{flex:1 0 0%}.g-gap-normal{gap:16px}[class^=g-col-]{flex:0 0 auto}.g-col-6{width:50%}.g-col-5{width:41.66666667%}.g-col-3{width:25%}.g-col-auto{width:auto}.g-gap-normal{gap:20px}.g-grid{--columns: repeat(2, 1fr);--columns-tablet: repeat(4, 1fr);display:grid;grid-template-columns:var(--columns)}@media all and (min-width: 768px){.g-grid{grid-template-columns:var(--columns-tablet)}}", Ms = `.base-input{padding:.375rem .75rem;font-family:inherit;color:var(--vbr-widget-base-input-color);border:1px solid var(--vbr-widget-base-input-border-color);border-radius:var(--vbr-widget-base-input-border-radius);width:100%;-moz-padding-start:calc(.75rem - 3px);font-size:var(--vbr-widget-base-input-font-size);font-weight:400;line-height:1.5;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.base-input:disabled{opacity:.3}.base-input.is-select{padding-right:2.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px}label{display:block;margin-bottom:3px;color:var(--vbr-widget-form-label-color);font-size:var(--vbr-widget-form-label-font-size);font-weight:700;text-transform:uppercase}.tab-button{padding:var(--vbr-widget-tab-btn-padding);font-family:inherit;font-size:var(--vbr-widget-tab-btn-font-size);font-weight:var(--vbr-widget-tab-btn-font-weight);color:var(--vbr-widget-tab-btn-color);text-transform:var(--vbr-widget-tab-btn-text-transform);background-color:var(--vbr-widget-tab-btn-bg-color);border-color:var(--vbr-widget-tab-btn-border-color);border-width:var(--vbr-widget-tab-btn-border-width);border-style:var(--vbr-widget-tab-btn-border-style);outline:none;box-shadow:none;cursor:pointer}.tab-button:hover{color:var(--vbr-widget-tab-btn-hover-color);border-color:var(--vbr-widget-tab-btn-hover-border-color);background-color:var(--vbr-widget-tab-btn-hover-bg-color)}.tab-button.is-active{color:var(--vbr-widget-tab-btn-active-color);border-color:var(--vbr-widget-tab-btn-active-border-color);background-color:var(--vbr-widget-tab-btn-active-bg-color)}.toggle-group{display:flex;flex-wrap:wrap;gap:var(--vbr-widget-toggle-group-gap);margin-bottom:15px}.toggle-group button{padding:var(--vbr-widget-toggle-group-btn-padding);font-family:inherit;font-size:var(--vbr-widget-toggle-group-btn-size);background-color:var(--vbr-widget-toggle-group-btn-bg-color);border-radius:var(--vbr-widget-toggle-group-btn-radius)}.toggle-group button.is-active{color:var(--vbr-widget-toggle-group-btn-active-color);background-color:var(--vbr-widget-toggle-group-btn-active-bg-color)}`, Ls = '.table{border-collapse:collapse;border-spacing:0;color:var(--vbr-widget-table-color);background-color:var(--vbr-widget-table-default-bg-color)}.table table,.table caption,.table tbody,.table tfoot,.table thead,.table tr,.table th,.table td{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.table :is(th,td){padding:8px;white-space:nowrap;vertical-align:middle;text-align:center}.table :is(th,td).is-text-left{text-align:left}.table :is(th,td).is-text-right{text-align:right}.table th{width:var(--vbr-widget-table-default-column-width);background:var(--vbr-widget-table-header-bg-color);font-size:var(--vbr-widget-table-header-font-size);font-weight:700;color:var(--vbr-widget-table-header-color)}.table th:focus-visible,.table th:hover{background-color:var(--vbr-widget-table-header-hover-bg-color);outline:none}.table th.is-sortable{position:relative;cursor:pointer}.table th.is-sortable .icon-sort{opacity:.5}.table th.is-active{background-color:var(--vbr-widget-table-table-header-active-bg-color);color:var(--vbr-widget-table-header-active-color)}.table th.is-active .icon-sort{opacity:1}.table th.is-asc,.table th.is-desc{position:relative}.table th.is-w-auto{width:auto}.table th .is-icon-sort{width:11px;height:11px;margin-left:5px}.table td.is-active{font-weight:700;color:var(--vbr-widget-table-active-color);background:var(--vbr-widget-table-active-bg-color)}.table td.is-zero{color:var(--vbr-widget-table-zero-color)}.table td.is-possible-empty:empty:before{content:"0";color:var(--vbr-widget-table-zero-color)}.table td .is-text-light,.table td.is-text-light{color:var(--vbr-widget-table-cell-light-color)}.table td .is-text-dark,.table td.is-text-dark{color:var(--vbr-widget-table-cell-dark-color)}.table td .is-logo-image{display:inline-block;vertical-align:middle;width:var(--vbr-widget-table-cell-logo-size);height:var(--vbr-widget-table-cell-logo-size)}.table td .is-portrait-image{display:inline-block;vertical-align:middle;width:var(--vbr-widget-table-cell-portrait-size);height:var(--vbr-widget-table-cell-portrait-size);object-fit:cover;object-position:top;overflow:hidden;border-radius:100%;border:1px solid var(--vbr-widget-primary-color-100)}.table td .is-portrait-image img{width:var(--vbr-widget-table-cell-portrait-size);height:auto}.table td.is-text-bold{font-weight:700}.table td.is-text-italic{font-style:italic}.table td.is-text-xl{font-size:var(--vbr-widget-typography-font-size-700)}.table td .is-text-accent{color:var(--vbr-widget-secondary-color-500)}.table td.is-w-auto{width:auto}.table td.is-horizontal-content{display:inline-flex;align-items:center}.table td.is-text-positive,.table td .is-text-positive{color:var(--vbr-widget-live-game-color)}.table td.is-text-negative,.table td .is-text-negative{color:var(--vbr-widget-danger-color-a400)}.table td.is-has-image{padding:0 2px}.table td .is-duplicated{color:var(--vbr-widget-table-neutral-color)}.table td svg{width:16px;height:16px}.table td button{padding:3px;line-height:0;border:none;outline:none;background-color:transparent}.table td button:hover{background-color:var(--vbr-widget-popover-trigger-hover-bg-color)}.table td button:active,.table td button:focus{background-color:var(--vbr-widget-popover-trigger-focus-bg-color)}.table td a{text-decoration:none}.table td .label{padding:3px 6px;font-size:var(--vbr-widget-typography-font-size-100);font-weight:700;color:var(--vbr-widget-table-label-color);background-color:var(--vbr-widget-table-label-bg-color);border-radius:2px}.table td .label:not(:last-of-type){margin-right:3px}.table td a{color:var(--vbr-widget-link-color)}.table td a:hover{color:var(--vbr-widget-hover-color)}.table td .is-team-name-long{display:block}.table td .is-team-name-short{display:none}@container table-wrapper (max-width: 768px){.table td .is-team-name-long{display:none}.table td .is-team-name-short{display:block}}.table tr.is-highlighted{color:var(--vbr-widget-danger-color-a400)}.table tr.is-optional{opacity:.5}.table tr:nth-child(2n){background:var(--vbr-widget-table-stripped-bg-color)}.table tr:nth-child(2n) td.is-active{background-color:var(--vbr-widget-table-active-even-bg-color)}.table tbody tr:focus-within,.table tbody tr:hover{color:var(--vbr-widget-table-hover-color);background-color:var(--vbr-widget-table-hover-bg-color)}.table tbody tr:focus-within td.is-active,.table tbody tr:hover td.is-active{color:var(--vbr-widget-table-active-hover-color);background-color:var(--vbr-widget-table-active-hover-bg-color)}', Cs = '.progress{display:flex;height:var(--vbr-widget-progress-height);overflow:hidden;font-size:var(--vbr-widget-typography-font-size-50);background-color:var(--vbr-widget-progress-bg-color);border-radius:var(--vbr-widget-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;width:100%;color:var(--vbr-widget-primary-color-0);text-align:center;white-space:nowrap;background-color:var(--vbr-widget-progress-bar-color)}.progress-bar-stripped{--color: var(--vbr-widget-progress-bar-stripe-color);--angle: var(--vbr-widget-progress-bar-stripe-angle);background-image:linear-gradient(var(--angle),var(--color) 25%,transparent 25%,transparent 50%,var(--color) 50%,var(--color) 75%,transparent 75%,transparent);background-size:var(--vbr-widget-progress-height) var(--vbr-widget-progress-height)}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}@keyframes progress-bar-stripes{0%{background-position-x:var(--vbr-widget-progress-height)}}.statistics-double-bar{display:grid;grid-template-columns:.3fr 1fr 1fr .3fr;grid-template-areas:"value-start title title value-end" "bar-start bar-start bar-end bar-end";align-items:center}@media (width > 500px){.statistics-double-bar{grid-template-areas:"title title title title" "value-start bar-start bar-end value-end"}}.statistics-double-bar .is-value{font-weight:700;color:var(--vbr-widget-primary-color-900)}.statistics-double-bar .is-value-start{grid-area:value-start;padding-inline-end:.5rem;justify-self:end}.statistics-double-bar .is-value-end{grid-area:value-end;padding-inline-start:.5rem}.statistics-double-bar .is-bar{background-color:var(--vbr-widget-primary-color-50);height:8px;margin-block:5px}.statistics-double-bar .is-bar-start{grid-area:bar-start;display:flex;justify-content:flex-end}.statistics-double-bar .is-bar-start--progress{background-color:var(--vbr-widget-gamecenter-home-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-home-team-identifier-border-color);outline-offset:-1px;height:100%;transition:width .3s ease-out}.statistics-double-bar .is-bar-end{grid-area:bar-end}.statistics-double-bar .is-bar-end--progress{background-color:var(--vbr-widget-gamecenter-away-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-away-team-identifier-border-color);outline-offset:-1px;height:100%}.statistics-double-bar .is-title{grid-area:title;justify-self:center;font-size:var(--vbr-widget-typography-font-size-400);font-weight:700;line-height:1.5rem;color:var(--vbr-widget-primary-color-500)}', Gs = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", Bs = '.gamecenter-timeline{container-name:rows;container-type:inline-size}.gamecenter-timeline-game-data{margin-bottom:30px;text-align:center}.gamecenter-timeline-game-data .is-teams-and-results{display:grid;grid-template-columns:1fr;justify-items:center;align-items:start;row-gap:1rem;background-color:var(--vbr-widget-primary-color-0)}@media all and (min-width: 576px){.gamecenter-timeline-game-data .is-teams-and-results{grid-template-columns:repeat(3,1fr)}}.gamecenter-timeline-game-data .is-title-container{margin-bottom:30px}.gamecenter-timeline-game-data .is-title-container .is-title{color:var(--vbr-widget-gamecenter-title-color);font-size:var(--vbr-widget-gamecenter-title-size);font-weight:var(--vbr-widget-gamecenter-title-weight);text-transform:uppercase}.gamecenter-timeline-game-data .is-title-container .is-gamedate{color:var(--vbr-widget-gamecenter-gamedate-color);font-size:var(--vbr-widget-gamecenter-gamedate-size);text-transform:uppercase}.gamecenter-timeline-game-data .is-title-container .is-local-gamedate{color:var(--vbr-widget-gamecenter-local-gamedate-color);font-size:var(--vbr-widget-gamecenter-local-gamedate-size);text-transform:uppercase}.gamecenter-timeline-game-data .is-game-result{color:var(--vbr-widget-gamecenter-result-color);font-weight:var(--vbr-widget-gamecenter-result-weight);font-size:var(--vbr-widget-gamecenter-result-size);line-height:var(--vbr-widget-gamecenter-result-size)}.gamecenter-timeline-game-data .is-team-name{display:block;padding:8px 0;color:var(--vbr-widget-gamecenter-teamname-color);font-weight:var(--vbr-widget-gamecenter-teamname-weight);font-size:var(--vbr-widget-gamecenter-teamname-size)}.gamecenter-timeline-game-data .is-game-status{color:var(--vbr-widget-gamecenter-gamestatus-color);font-size:var(--vbr-widget-gamecenter-gamestatus-size);text-transform:uppercase}.gamecenter-timeline-game-data .is-period-results{color:var(--vbr-widget-gamecenter-periodresults-color);font-size:var(--vbr-widget-gamecenter-periodresults-size);font-weight:500}.gamecenter-timeline-game-data .is-team-logo{margin:auto;display:block;width:128px;height:128px}.gamecenter-timeline-game-data .is-game-status-live{color:var(--vbr-widget-live-game-color)}.gamecenter-timeline-game-data .is-external-contents{padding:5px;display:flex;align-items:center;justify-content:center}.gamecenter-timeline-game-data .is-external-contents a{display:flex;align-items:center;font-size:var(--vbr-widget-gamecenter-local-gamedate-size)}.gamecenter-timeline-game-data .is-external-contents a:after{content:"/";margin:0 5px}.gamecenter-timeline-game-data .is-external-contents a:last-of-type:after{content:""}.gamecenter-timeline-game-data .is-external-contents .is-icon{margin-right:5px;display:inline-block;width:15px;height:15px}.gamecenter-timeline-game-data .is-attendance{font-size:var(--vbr-widget-typography-font-size-400);line-height:var(--vbr-widget-typography-font-lineheight-600);color:var(--vbr-widget-primary-color-500)}.gamecenter-timeline-game-data .is-goal-scorers{font-size:var(--vbr-widget-typography-font-size-200);font-weight:700;line-height:var(--vbr-widget-typography-font-lineheight-200);color:var(--vbr-widget-primary-color-500)}.gamecenter-timeline-game-data .is-goal-scorers span{font-weight:400}.gamecenter-timeline-score-board{grid-template-columns:50px auto auto auto 50px;grid-template-rows:50px;align-items:center;justify-items:center;gap:1rem;padding:.5rem;width:100%;color:#fff;background-color:var(--vbr-widget-primary-color-700);position:sticky;top:0;display:none;z-index:100}.gamecenter-timeline-score-board.is-visible{display:grid}.gamecenter-timeline-score-board .is-score{font-size:var(--vbr-widget-typography-font-size-950);font-weight:700}.gamecenter-timeline-score-board .is-team{display:none;font-size:var(--vbr-widget-typography-font-size-500);font-weight:700;color:var(--vbr-widget-primary-color-100)}.gamecenter-timeline-score-board .is-home-team{justify-self:end;text-align:right}.gamecenter-timeline-score-board .is-away-team{justify-self:start}.gamecenter-timeline-score-board .is-game-status{font-size:var(--vbr-widget-typography-font-size-200);font-weight:500;text-transform:uppercase;color:var(--vbr-widget-live-game-color)}.gamecenter-timeline-score-board img{display:block;width:100%;height:100%}@media all and (min-width: 576px){.gamecenter-timeline-score-board{grid-template-columns:1fr 50px auto auto auto 50px 1fr}.gamecenter-timeline-score-board .is-team{display:block}}.gamecenter-timeline .is-heading-1{margin-block-start:3rem;margin-block-end:1rem;font-size:var(--vbr-widget-typography-font-size-700);font-weight:700;color:var(--vbr-widget-primary-color-800);text-align:center;text-transform:uppercase}.gamecenter-timeline .is-heading-2{margin-block-start:3rem;margin-block-end:1rem;font-size:var(--vbr-widget-typography-font-size-500);font-weight:700;color:var(--vbr-widget-primary-color-800);text-align:center;text-transform:uppercase}.gamecenter-timeline-tab-buttons{display:flex;flex-wrap:wrap;justify-content:center;border-bottom:1px solid var(--vbr-widget-primary-color-100);margin-block-end:2rem}.gamecenter-timeline .period-results{width:100%}.gamecenter-timeline .period-results tr:first-of-type{border-bottom:1px solid var(--vbr-widget-primary-color-100)}.gamecenter-timeline .period-results td{font-size:var(--vbr-widget-typography-font-size-500);font-weight:500;color:var(--vbr-widget-primary-color-700)}.gamecenter-timeline .period-results td:nth-child(2){font-size:var(--vbr-widget-typography-font-size-400);text-align:left}.gamecenter-timeline .period-results span{display:inline-block;width:9px;height:9px;border:1px solid #fff;border-radius:50%}.gamecenter-timeline .period-results span.is-home-team{background-color:var(--vbr-widget-gamecenter-home-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-home-team-identifier-border-color);outline-offset:-2px}.gamecenter-timeline .period-results span.is-away-team{background-color:var(--vbr-widget-gamecenter-away-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-away-team-identifier-border-color);outline-offset:-2px}.gamecenter-timeline-game-events .is-no-action{padding-block:.5rem;text-align:center;color:var(--vbr-widget-primary-color-300)}.gamecenter-timeline-game-events .is-period-header{padding-block:1rem;display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:auto 1fr 1px 1fr}.gamecenter-timeline-game-events .is-period-header p{grid-column:2;grid-row:1;justify-self:center;margin-bottom:.25rem;padding-inline:.5rem;width:max-content;color:#fff;font-size:var(--vbr-widget-typography-font-size-500);font-weight:500;line-height:var(--vbr-widget-typography-font-lineheight-500);background-color:var(--vbr-widget-primary-color-900);border-radius:6px}.gamecenter-timeline-game-events .is-period-header span{grid-column:2;grid-row:2/-1;padding-inline:.5rem;padding-block:.25rem;font-size:small;font-weight:500;color:var(--vbr-widget-primary-color-500);background-color:var(--vbr-widget-primary-color-100);border-radius:.5rem}.gamecenter-timeline-game-events .is-period-header span svg{display:inline-block;width:14px;height:14px;vertical-align:sub}.gamecenter-timeline-game-events .is-period-header div{grid-column:1/-1;grid-row:3;background-color:var(--vbr-widget-primary-color-100)}.gamecenter-timeline-game-event{--columns: .15fr 2px .15fr 1fr;--areas: ". . . ." "time time time details" ". . . .";display:grid;grid-template-columns:var(--columns);grid-template-rows:.5rem 1fr .5rem;grid-template-areas:var(--areas);gap:.25rem}.gamecenter-timeline-game-event .is-timeline{grid-column:2/3;grid-row:1/-1;background-color:var(--vbr-widget-primary-color-200)}.gamecenter-timeline-game-event .is-details-container{grid-area:details;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"type-icon detail-title" "type-icon detail-list";column-gap:1rem;padding:1rem;border-inline-end:5px solid var(--vbr-widget-gamecenter-home-team-identifier-color);background-color:var(--vbr-widget-gamecenter-card-bg-color);border-radius:.5rem;align-items:start;outline:1px solid var(--vbr-widget-gamecenter-card-border-color)}.gamecenter-timeline-game-event .is-details-container:not(:has(.is-details-list)){grid-template-areas:"type-icon detail-title";align-items:center}.gamecenter-timeline-game-event .is-details-container .is-details-title{grid-area:detail-title;font-weight:700;text-transform:uppercase;color:var(--vbr-widget-gamecenter-card-title-color)}.gamecenter-timeline-game-event .is-details-container .is-details-list{grid-area:detail-list;margin:0;padding:0;list-style:none}.gamecenter-timeline-game-event .is-details-container .is-details-list .is-details-sub-title{font-size:var(--vbr-widget-typography-font-size-400);color:var(--vbr-widget-gamecenter-card-secondary-color)}.gamecenter-timeline-game-event .is-details-container .is-details-list .is-evented-person{font-weight:var(--vbr-widget-gamecenter-events-evented-person-weight);color:var(--vbr-widget-gamecenter-card-secondary-color)}.gamecenter-timeline-game-event .is-details-container .is-details-list .is-player-number{font-weight:400;font-style:italic}.gamecenter-timeline-game-event .is-details-container .is-team-logo{grid-area:team-logo;display:none;justify-self:center;align-self:center}.gamecenter-timeline-game-event .is-details-container .is-team-logo img{width:40px;height:40px}.gamecenter-timeline-game-event .is-details-container .is-event-type-icon{grid-area:type-icon;padding:.5rem;border-radius:100%}.gamecenter-timeline-game-event .is-details-container .is-event-type-icon svg{display:block;width:14px;height:14px}@container rows (width > 410px){.gamecenter-timeline-game-event .is-details-container .is-event-type-icon svg{width:24px;height:24px}}.gamecenter-timeline-game-event .is-details-container.is-penalty .is-event-type-icon{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-danger-color-a400)}.gamecenter-timeline-game-event .is-details-container.is-timeout .is-event-type-icon{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-gamecenter-events-timeout-bg-color)}.gamecenter-timeline-game-event .is-details-container.is-goalies .is-event-type-icon{color:var(--vbr-widget-primary-color-900);background-color:var(--vbr-widget-neutral-color)}.gamecenter-timeline-game-event .is-details-container.is-penalty-shot-goal .is-event-type-icon{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-live-game-color)}.gamecenter-timeline-game-event .is-details-container.is-penalty-shot-no-goal .is-event-type-icon{color:var(--vbr-widget-primary-color-400);background-color:var(--vbr-widget-primary-color-100)}.gamecenter-timeline-game-event .is-details-container.is-goal{background-color:var(--vbr-widget-gamecenter-card-event-goal-bg-color);outline-color:var(--vbr-widget-gamecenter-card-event-goal-border-color)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-event-type-icon{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-live-game-color)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-details-title{color:var(--vbr-widget-primary-color-0)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-evented-person{color:var(--vbr-widget-primary-color-100)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-assists-list{font-size:var(--vbr-widget-typography-font-size-400)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-assists-list span:not(:last-of-type):after{content:"/";margin-inline:.25rem}.gamecenter-timeline-game-event .is-details-container.is-goal .is-poi-data{display:flex;flex-wrap:wrap;gap:.25rem;font-size:var(--vbr-widget-typography-font-size-200);color:var(--vbr-widget-gamecenter-card-tertiary-color)}.gamecenter-timeline-game-event .is-details-container.is-goal .is-poi-data ul{display:flex;gap:.125rem}.gamecenter-timeline-game-event .is-details-container.is-goal .is-poi-data ul li:not(:last-of-type):after{content:","}.gamecenter-timeline-game-event .is-details-container.is-goal .is-badge.is-invert{color:var(--vbr-widget-danger-color-50);background-color:var(--vbr-widget-danger-color-500)}@container rows (width > 410px){.gamecenter-timeline-game-event .is-details-container{grid-template-columns:auto 1fr auto;grid-template-areas:"type-icon detail-title team-logo" "type-icon detail-list team-logo"}.gamecenter-timeline-game-event .is-details-container:not(:has(.is-details-list)){grid-template-areas:"type-icon detail-title team-logo";align-items:center}.gamecenter-timeline-game-event .is-details-container .is-team-logo{display:block}}.gamecenter-timeline-game-event .is-timestamp{grid-area:time;justify-self:center;align-self:center}.gamecenter-timeline-game-event .is-timestamp p{margin:0;padding-inline:.5rem;width:max-content;color:#fff;font-size:var(--vbr-widget-typography-font-size-500);font-weight:500;line-height:var(--vbr-widget-typography-font-lineheight-500);background-color:var(--vbr-widget-primary-color-900);border-radius:6px}.gamecenter-timeline-game-event[data-team=away] .is-details-container{border-color:var(--vbr-widget-gamecenter-away-team-identifier-color)}@container rows (width > 500px){.gamecenter-timeline-game-event{--columns: 1fr .15fr 2px .15fr 1fr;--areas: ". . . . ." "details time time time ." ". . . . ."}.gamecenter-timeline-game-event .is-timeline{grid-column:3/4;grid-row:1/-1}.gamecenter-timeline-game-event[data-team=away]{--areas: ". . . . ." ". time time time details" ". . . . ."}.gamecenter-timeline-game-event[data-team=home] .is-details-container{grid-template-columns:auto 1fr;grid-template-areas:"team-logo detail-title type-icon" "team-logo detail-list type-icon";border-inline-end:none;border-inline-start:5px solid var(--vbr-widget-gamecenter-home-team-identifier-color)}.gamecenter-timeline-game-event[data-team=home] .is-details-container:not(:has(.is-details-list)){grid-template-areas:"team-logo detail-title type-icon"}.gamecenter-timeline-game-event[data-team=home] .is-details-container .is-details-list,.gamecenter-timeline-game-event[data-team=home] .is-details-container .is-details-title{text-align:right}.gamecenter-timeline-game-event[data-team=home] .is-details-container .is-poi-data{justify-content:flex-end}}.gamecenter-timeline-lineups{margin-block-start:1rem;padding-block-end:2rem}.gamecenter-timeline-lineups hr{margin-block:1.5rem;border-top:1px solid var(--vbr-widget-primary-color-100)}.gamecenter-timeline-lineups .is-container{display:grid;gap:2rem}@container rows (width >= 768px){.gamecenter-timeline-lineups .is-container{grid-template-columns:1fr 1fr}}.gamecenter-timeline-lineups-lines{display:grid;grid-template-columns:1fr;grid-template-areas:"ld" "rd" "lw" "c" "rw";gap:.5rem}.gamecenter-timeline-lineups-lines.is-away-team{grid-template-areas:"ld" "rd" "lw" "c" "rw"}.gamecenter-timeline-lineups-lines .is-ld{grid-area:ld}.gamecenter-timeline-lineups-lines .is-rd{grid-area:rd}.gamecenter-timeline-lineups-lines .is-lw{grid-area:lw}.gamecenter-timeline-lineups-lines .is-c{grid-area:c}.gamecenter-timeline-lineups-lines .is-rw{grid-area:rw}.gamecenter-timeline-lineups-lines .is-gk{width:100%}.gamecenter-timeline-lineups-lines.is-away-team .is-player-wrapper{border-inline-start:none;border-inline-end:3px solid var(--vbr-widget-gamecenter-away-team-identifier-color)}@container rows (width >= 768px){.gamecenter-timeline-lineups-lines{grid-template-columns:1fr 1fr;grid-template-areas:". lw" "ld lw" "ld c" "rd c" "rd rw" ". rw";grid-template-rows:1fr 1fr 1fr 1fr 1fr 1fr}.gamecenter-timeline-lineups-lines.is-away-team{grid-template-areas:"lw ." "lw ld" "c ld" "c rd" "rw rd" "rw ."}.gamecenter-timeline-lineups-lines:has(.is-gk){display:flex;justify-content:center;grid-template-columns:none;grid-template-areas:none}.gamecenter-timeline-lineups-lines .is-gk{width:50%}}.gamecenter-timeline-lineups-lines-simple{display:grid;grid-template-columns:1fr;gap:.5rem}@container rows (width >= 768px){.gamecenter-timeline-lineups-lines-simple{grid-template-columns:1fr 1fr}}.gamecenter-timeline-lineups-lines-referees{display:grid;grid-template-columns:1fr;gap:.5rem}@container rows (width >= 768px){.gamecenter-timeline-lineups-lines-referees{grid-template-columns:1fr 1fr 1fr 1fr}}.gamecenter-timeline-lineups .is-official-person-container{display:grid;grid-template-columns:40px 1fr;grid-template-areas:"img name" "img role";align-content:start;column-gap:.5rem;padding:.75rem;outline:1px solid var(--vbr-widget-gamecenter-card-border-color);background-color:var(--vbr-widget-gamecenter-card-bg-color);border-radius:.5rem}.gamecenter-timeline-lineups .is-official-person-container.is-home-team{border-inline-start:3px solid var(--vbr-widget-gamecenter-home-team-identifier-color)}.gamecenter-timeline-lineups .is-official-person-container.is-away-team{border-inline-end:3px solid var(--vbr-widget-gamecenter-away-team-identifier-color)}.gamecenter-timeline-lineups .is-official-person-container li:nth-child(1){grid-area:img}.gamecenter-timeline-lineups .is-official-person-container li:nth-child(2){grid-area:name;font-weight:600;color:var(--vbr-widget-primary-color-700)}.gamecenter-timeline-lineups .is-official-person-container li:nth-child(3){grid-area:role;align-self:center;font-size:var(--vbr-widget-typography-font-size-200);line-height:1;color:var(--vbr-widget-gamecenter-card-tertiary-color);text-transform:uppercase}.gamecenter-timeline-lineups .is-official-person-container img{display:block;width:40px;height:40px;border-radius:50%}.gamecenter-timeline-lineups .is-player-wrapper{display:grid;grid-template-columns:40px auto 1fr;grid-template-areas:"img number name" "img position name";column-gap:.5rem;padding:.75rem;background-color:var(--vbr-widget-gamecenter-card-bg-color);border-inline-start:3px solid var(--vbr-widget-gamecenter-home-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-card-border-color);border-radius:.5rem;overflow:hidden}.gamecenter-timeline-lineups .is-player-wrapper li{line-height:var(--vbr-widget-typography-font-lineheight-200)}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(1){grid-area:img}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(2){grid-area:number;font-style:italic;color:var(--vbr-widget-primary-color-500)}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(3){grid-area:name;font-weight:600;color:var(--vbr-widget-primary-color-700);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(3) ul{display:inline-flex;gap:.125rem;vertical-align:middle}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(3) svg{display:inline-block;padding:.2rem;width:12px;height:12px;color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-live-game-color);border-radius:100%}.gamecenter-timeline-lineups .is-player-wrapper li:nth-child(4){grid-area:position;align-self:center;font-size:var(--vbr-widget-typography-font-size-200);line-height:1;color:var(--vbr-widget-gamecenter-card-tertiary-color);text-transform:uppercase}.gamecenter-timeline-lineups .is-player-wrapper img{display:block;width:40px;height:40px;border-radius:50%}.gamecenter-timeline-team-stats .is-stat-container{display:grid;gap:1rem;margin-inline:auto;width:min(100%,700px)}.gamecenter-timeline-game-officials .is-game-officials-container{display:flex;flex-direction:column;gap:1rem}.gamecenter-timeline-game-officials .is-game-officials-container>div{flex:1}@container rows (width >= 768px){.gamecenter-timeline-game-officials .is-game-officials-container{flex-direction:row}}.gamecenter-timeline-data-table{margin-block-end:1rem;min-width:0}.gamecenter-timeline-data-table h2{padding:8px;font-size:var(--vbr-widget-gamecenter-team-container-title-size);font-weight:700;color:var(--vbr-widget-gamecenter-team-container-title-color)}.gamecenter-timeline-data-table h2:before{display:inline-block;content:"";width:0;aspect-ratio:1;background-color:transparent;border-radius:100%;margin-inline-end:.25rem;margin-block-end:1px}.gamecenter-timeline-data-table.is-home-team h2:before{width:8px;background-color:var(--vbr-widget-gamecenter-home-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-home-team-identifier-border-color);outline-offset:-1px}.gamecenter-timeline-data-table.is-away-team h2:before{width:8px;background-color:var(--vbr-widget-gamecenter-away-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-away-team-identifier-border-color);outline-offset:-1px}', ya = (e, t) => {
|
|
2997
3021
|
const a = e.__vccOpts || e;
|
|
2998
3022
|
for (const [r, i] of t)
|
|
2999
3023
|
a[r] = i;
|
|
3000
3024
|
return a;
|
|
3001
|
-
},
|
|
3025
|
+
}, Hs = 3e4, Fs = {
|
|
3002
3026
|
__name: "GameTimeline.ce",
|
|
3003
3027
|
props: {
|
|
3004
3028
|
locale: {
|
|
@@ -3015,8 +3039,8 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3015
3039
|
}
|
|
3016
3040
|
},
|
|
3017
3041
|
setup(e) {
|
|
3018
|
-
const t = e, a = { en: { ...na, ...
|
|
3019
|
-
|
|
3042
|
+
const t = e, a = { en: { ...na, ...mi }, hu: { ...oa, ...Di } }, r = C(null), i = C(!1), o = it("history"), s = C(o.tab || Ne);
|
|
3043
|
+
Va(
|
|
3020
3044
|
r,
|
|
3021
3045
|
([{ isIntersecting: $ }]) => {
|
|
3022
3046
|
i.value = !$;
|
|
@@ -3025,111 +3049,111 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3025
3049
|
threshold: 0.25
|
|
3026
3050
|
}
|
|
3027
3051
|
);
|
|
3028
|
-
const { errors: d, add:
|
|
3052
|
+
const { errors: d, add: c, remove: u } = ua(), p = w(() => (o == null ? void 0 : o.gameid) || (o == null ? void 0 : o.gameId) || t.gameId), { state: v, execute: h } = Z({
|
|
3029
3053
|
options: {
|
|
3030
3054
|
path: "/v2/game-data",
|
|
3031
3055
|
apiKey: t.apiKey,
|
|
3032
3056
|
params: { gameId: p.value }
|
|
3033
3057
|
},
|
|
3034
|
-
onError: ($) =>
|
|
3035
|
-
onSuccess: () =>
|
|
3058
|
+
onError: ($) => c("gameData", $),
|
|
3059
|
+
onSuccess: () => u("gameData")
|
|
3036
3060
|
}), { state: z, execute: P } = Z({
|
|
3037
3061
|
options: {
|
|
3038
3062
|
path: "/v2/game-events",
|
|
3039
3063
|
apiKey: t.apiKey,
|
|
3040
3064
|
params: { gameId: p.value }
|
|
3041
3065
|
},
|
|
3042
|
-
transform: ($) =>
|
|
3043
|
-
onError: ($) =>
|
|
3044
|
-
onSuccess: () =>
|
|
3066
|
+
transform: ($) => un($),
|
|
3067
|
+
onError: ($) => c("gameEvents", $),
|
|
3068
|
+
onSuccess: () => u("gameEvents")
|
|
3045
3069
|
}), { state: E, execute: j } = Z({
|
|
3046
3070
|
options: {
|
|
3047
3071
|
path: "/v2/game-stats",
|
|
3048
3072
|
apiKey: t.apiKey,
|
|
3049
3073
|
params: { gameId: p.value }
|
|
3050
3074
|
},
|
|
3051
|
-
onError: ($) =>
|
|
3052
|
-
onSuccess: () =>
|
|
3053
|
-
}), { state: G, execute:
|
|
3075
|
+
onError: ($) => c("gameStats", $),
|
|
3076
|
+
onSuccess: () => u("gameStats")
|
|
3077
|
+
}), { state: G, execute: ie } = Z({
|
|
3054
3078
|
options: {
|
|
3055
3079
|
path: "/v2/game-officials",
|
|
3056
3080
|
apiKey: t.apiKey,
|
|
3057
3081
|
params: { gameId: p.value }
|
|
3058
3082
|
},
|
|
3059
|
-
onError: ($) =>
|
|
3060
|
-
onSuccess: () =>
|
|
3083
|
+
onError: ($) => c("gameOfficials", $),
|
|
3084
|
+
onSuccess: () => u("gameOfficials")
|
|
3061
3085
|
});
|
|
3062
|
-
|
|
3063
|
-
data:
|
|
3064
|
-
services: { getGameData:
|
|
3065
|
-
interval:
|
|
3086
|
+
ga({
|
|
3087
|
+
data: v,
|
|
3088
|
+
services: { getGameData: h, getGameStats: j, getEvents: P, getGameOfficials: ie },
|
|
3089
|
+
interval: Hs
|
|
3066
3090
|
});
|
|
3067
|
-
const I =
|
|
3068
|
-
return ($, L) => (
|
|
3091
|
+
const I = Qi(v);
|
|
3092
|
+
return ($, L) => (m(), b("div", {
|
|
3069
3093
|
class: "gamecenter-timeline",
|
|
3070
3094
|
style: ze(n(I))
|
|
3071
3095
|
}, [
|
|
3072
|
-
|
|
3096
|
+
f(n(Gt), {
|
|
3073
3097
|
locale: t.locale,
|
|
3074
3098
|
messages: a
|
|
3075
3099
|
}, {
|
|
3076
3100
|
default: S(() => {
|
|
3077
3101
|
var V, pt;
|
|
3078
3102
|
return [
|
|
3079
|
-
(
|
|
3103
|
+
(m(!0), b(k, null, N(n(d), (we) => (m(), T(n(Bt), {
|
|
3080
3104
|
key: we.key,
|
|
3081
3105
|
error: we
|
|
3082
3106
|
}, null, 8, ["error"]))), 128)),
|
|
3083
|
-
((V = n(
|
|
3107
|
+
((V = n(v)) == null ? void 0 : V.gameStatus) === 1 ? (m(), T(Wi, {
|
|
3084
3108
|
key: 0,
|
|
3085
3109
|
class: H({ "is-visible": i.value }),
|
|
3086
|
-
"game-data": n(
|
|
3110
|
+
"game-data": n(v)
|
|
3087
3111
|
}, null, 8, ["class", "game-data"])) : y("", !0),
|
|
3088
|
-
n(A)(n(
|
|
3112
|
+
n(A)(n(v)) ? y("", !0) : (m(), T(Un, {
|
|
3089
3113
|
key: 1,
|
|
3090
3114
|
ref_key: "contentElementRef",
|
|
3091
3115
|
ref: r,
|
|
3092
3116
|
"game-events": n(z),
|
|
3093
|
-
"game-data": n(
|
|
3117
|
+
"game-data": n(v),
|
|
3094
3118
|
locale: e.locale
|
|
3095
3119
|
}, null, 8, ["game-events", "game-data", "locale"])),
|
|
3096
|
-
((pt = n(
|
|
3097
|
-
|
|
3120
|
+
((pt = n(v)) == null ? void 0 : pt.gameStatus) > 0 ? (m(), b(k, { key: 2 }, [
|
|
3121
|
+
f(vs, {
|
|
3098
3122
|
"active-tab": s.value,
|
|
3099
3123
|
"onUpdate:activeTab": L[0] || (L[0] = (we) => s.value = we)
|
|
3100
3124
|
}, null, 8, ["active-tab"]),
|
|
3101
|
-
s.value === n(Ne) && !n(A)(n(z)) && !n(A)(n(
|
|
3125
|
+
s.value === n(Ne) && !n(A)(n(z)) && !n(A)(n(v)) ? (m(), T(Ro, {
|
|
3102
3126
|
key: 0,
|
|
3103
3127
|
"game-events": n(z),
|
|
3104
|
-
"game-data": n(
|
|
3128
|
+
"game-data": n(v)
|
|
3105
3129
|
}, null, 8, ["game-events", "game-data"])) : y("", !0),
|
|
3106
|
-
s.value === n(We) ? (
|
|
3130
|
+
s.value === n(We) ? (m(), T(Jo, {
|
|
3107
3131
|
key: 1,
|
|
3108
3132
|
data: n(E).players,
|
|
3109
3133
|
"game-officials": n(G),
|
|
3110
|
-
"home-team-id": n(
|
|
3111
|
-
"home-team-name": n(
|
|
3112
|
-
"away-team-id": n(
|
|
3113
|
-
"away-team-name": n(
|
|
3134
|
+
"home-team-id": n(v).homeTeam.id,
|
|
3135
|
+
"home-team-name": n(v).homeTeam.longName,
|
|
3136
|
+
"away-team-id": n(v).awayTeam.id,
|
|
3137
|
+
"away-team-name": n(v).awayTeam.longName
|
|
3114
3138
|
}, null, 8, ["data", "game-officials", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])) : y("", !0),
|
|
3115
|
-
s.value === n(Qe) ? (
|
|
3139
|
+
s.value === n(Qe) ? (m(), T(_s, {
|
|
3116
3140
|
key: 2,
|
|
3117
|
-
"game-data": n(
|
|
3141
|
+
"game-data": n(v),
|
|
3118
3142
|
"game-stats": n(E)
|
|
3119
3143
|
}, null, 8, ["game-data", "game-stats"])) : y("", !0),
|
|
3120
|
-
s.value === n(Je) && !n(A)(n(E)) ? (
|
|
3144
|
+
s.value === n(Je) && !n(A)(n(E)) ? (m(), T(gs, {
|
|
3121
3145
|
key: 3,
|
|
3122
3146
|
data: n(E),
|
|
3123
|
-
"home-team-id": n(
|
|
3124
|
-
"home-team-name": n(
|
|
3125
|
-
"away-team-id": n(
|
|
3126
|
-
"away-team-name": n(
|
|
3147
|
+
"home-team-id": n(v).homeTeam.id,
|
|
3148
|
+
"home-team-name": n(v).homeTeam.longName,
|
|
3149
|
+
"away-team-id": n(v).awayTeam.id,
|
|
3150
|
+
"away-team-name": n(v).awayTeam.longName
|
|
3127
3151
|
}, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])) : y("", !0),
|
|
3128
|
-
s.value === n(Ze) && !n(A)(n(G)) && !n(A)(n(
|
|
3152
|
+
s.value === n(Ze) && !n(A)(n(G)) && !n(A)(n(v)) ? (m(), T(ss, {
|
|
3129
3153
|
key: 4,
|
|
3130
3154
|
"game-officials": n(G),
|
|
3131
|
-
"home-team-name": n(
|
|
3132
|
-
"away-team-name": n(
|
|
3155
|
+
"home-team-name": n(v).homeTeam.longName,
|
|
3156
|
+
"away-team-name": n(v).awayTeam.longName
|
|
3133
3157
|
}, null, 8, ["game-officials", "home-team-name", "away-team-name"])) : y("", !0)
|
|
3134
3158
|
], 64)) : y("", !0)
|
|
3135
3159
|
];
|
|
@@ -3138,16 +3162,16 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3138
3162
|
}, 8, ["locale"])
|
|
3139
3163
|
], 4));
|
|
3140
3164
|
}
|
|
3141
|
-
},
|
|
3165
|
+
}, Rs = /* @__PURE__ */ ya(Fs, [["styles", [ha, Ds, Ms, Ls, Cs, Gs, Bs]]]), Ks = { class: "gamecenter-game-data" }, Us = { class: "is-title-container" }, Vs = { class: "is-external-contents" }, qs = ["href"], Ys = ["href"], Ws = ["href"], Qs = { class: "is-teams-and-results" }, Js = { class: "is-team-name" }, Zs = {
|
|
3142
3166
|
key: 0,
|
|
3143
3167
|
class: "is-game-status"
|
|
3144
|
-
},
|
|
3168
|
+
}, Xs = {
|
|
3145
3169
|
key: 1,
|
|
3146
3170
|
class: "is-game-status"
|
|
3147
|
-
},
|
|
3171
|
+
}, el = { key: 0 }, tl = { class: "is-badge is-invert is-large" }, al = { key: 1 }, rl = { class: "is-badge is-invert is-large" }, il = {
|
|
3148
3172
|
key: 3,
|
|
3149
3173
|
class: "is-game-status"
|
|
3150
|
-
},
|
|
3174
|
+
}, nl = { key: 0 }, ol = { key: 1 }, sl = { key: 2 }, ll = { key: 3 }, cl = { class: "is-period-results" }, dl = { class: "is-team-name" }, ml = {
|
|
3151
3175
|
__name: "GameData",
|
|
3152
3176
|
props: {
|
|
3153
3177
|
gameData: {
|
|
@@ -3161,90 +3185,90 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3161
3185
|
},
|
|
3162
3186
|
setup(e) {
|
|
3163
3187
|
const { t } = D();
|
|
3164
|
-
return (a, r) => (
|
|
3165
|
-
l("div",
|
|
3188
|
+
return (a, r) => (m(), b("div", Ks, [
|
|
3189
|
+
l("div", Us, [
|
|
3166
3190
|
r[0] || (B(-1, !0), (r[0] = l("div", { class: "is-title" }, [
|
|
3167
|
-
x(
|
|
3191
|
+
x(g(e.gameData.championshipName) + " - " + g(e.gameData.divisionName) + " - " + g(e.gameData.gameName) + " / " + g(e.gameData.location.locationName), 1)
|
|
3168
3192
|
])).cacheIndex = 0, B(1), r[0]),
|
|
3169
3193
|
r[1] || (B(-1, !0), (r[1] = l("div", { class: "is-gamedate" }, [
|
|
3170
|
-
x(
|
|
3194
|
+
x(g(n($e)(e.gameData.gameDate, "L dddd - HH:mm", null, e.locale)) + " (" + g(n(Pe)(new Date(e.gameData.gameDate), null, e.locale)) + ") ", 1)
|
|
3171
3195
|
])).cacheIndex = 1, B(1), r[1]),
|
|
3172
3196
|
r[2] || (B(-1, !0), (r[2] = l("div", { class: "is-local-gamedate" }, [
|
|
3173
|
-
x(
|
|
3197
|
+
x(g(n(t)("localTime")) + " (" + g(e.gameData.location.locationCountryISO || e.gameData.location.locationName) + "): " + g(n($e)(e.gameData.gameDate, "L dddd - HH:mm", e.gameData.location.timezone, e.locale)) + " (" + g(n(Pe)(new Date(e.gameData.gameDate), e.gameData.location.timezone, e.locale)) + ") ", 1)
|
|
3174
3198
|
])).cacheIndex = 2, B(1), r[2]),
|
|
3175
|
-
l("div",
|
|
3176
|
-
e.gameData.electronicReportUrl ? (
|
|
3199
|
+
l("div", Vs, [
|
|
3200
|
+
e.gameData.electronicReportUrl ? (m(), b("a", {
|
|
3177
3201
|
key: 0,
|
|
3178
3202
|
href: e.gameData.electronicReportUrl,
|
|
3179
3203
|
target: "_blank"
|
|
3180
3204
|
}, [
|
|
3181
|
-
|
|
3182
|
-
x(" " +
|
|
3183
|
-
], 8,
|
|
3184
|
-
e.gameData.toiReportUrl ? (
|
|
3205
|
+
f(n(Oe), { class: "is-icon" }),
|
|
3206
|
+
x(" " + g(n(t)("sheet")), 1)
|
|
3207
|
+
], 8, qs)) : y("", !0),
|
|
3208
|
+
e.gameData.toiReportUrl ? (m(), b("a", {
|
|
3185
3209
|
key: 1,
|
|
3186
3210
|
href: e.gameData.toiReportUrl,
|
|
3187
3211
|
target: "_blank"
|
|
3188
3212
|
}, [
|
|
3189
|
-
|
|
3190
|
-
x(" " +
|
|
3191
|
-
], 8,
|
|
3192
|
-
e.gameData.video ? (
|
|
3213
|
+
f(n(Oe), { class: "is-icon" }),
|
|
3214
|
+
x(" " + g(n(t)("toiSheet")), 1)
|
|
3215
|
+
], 8, Ys)) : y("", !0),
|
|
3216
|
+
e.gameData.video ? (m(), b("a", {
|
|
3193
3217
|
key: 2,
|
|
3194
3218
|
href: e.gameData.video,
|
|
3195
3219
|
target: "_blank"
|
|
3196
3220
|
}, [
|
|
3197
|
-
|
|
3198
|
-
x(" " +
|
|
3199
|
-
], 8,
|
|
3221
|
+
f(n(va), { class: "is-icon" }),
|
|
3222
|
+
x(" " + g(n(t)("video")), 1)
|
|
3223
|
+
], 8, Ws)) : y("", !0)
|
|
3200
3224
|
])
|
|
3201
3225
|
]),
|
|
3202
|
-
l("div",
|
|
3226
|
+
l("div", Qs, [
|
|
3203
3227
|
r[3] || (B(-1, !0), (r[3] = l("div", null, [
|
|
3204
|
-
|
|
3228
|
+
f(n(U), {
|
|
3205
3229
|
src: e.gameData.homeTeam.logo,
|
|
3206
3230
|
class: "is-team-logo",
|
|
3207
3231
|
"default-src": n(Be)
|
|
3208
3232
|
}, null, 8, ["src", "default-src"]),
|
|
3209
|
-
l("h1",
|
|
3233
|
+
l("h1", Js, g(e.gameData.homeTeam.longName), 1)
|
|
3210
3234
|
])).cacheIndex = 3, B(1), r[3]),
|
|
3211
3235
|
l("div", null, [
|
|
3212
|
-
e.gameData.gameStatus > 1 ? (
|
|
3213
|
-
e.gameData.gameStatus === 1 ? (
|
|
3214
|
-
e.gameData.gameStatus > 1 ? (
|
|
3215
|
-
e.gameData.isOvertime ? (
|
|
3216
|
-
l("span",
|
|
3236
|
+
e.gameData.gameStatus > 1 ? (m(), b("p", Zs, g(n(t)(`gameStatus.status-${e.gameData.gameStatus}`)), 1)) : y("", !0),
|
|
3237
|
+
e.gameData.gameStatus === 1 ? (m(), b("p", Xs, g(n(t)(`periods.${n(Fe)(e.gameData.period)}`)), 1)) : y("", !0),
|
|
3238
|
+
e.gameData.gameStatus > 1 ? (m(), b(k, { key: 2 }, [
|
|
3239
|
+
e.gameData.isOvertime ? (m(), b("p", el, [
|
|
3240
|
+
l("span", tl, g(n(t)("afterOvertime")), 1)
|
|
3217
3241
|
])) : y("", !0),
|
|
3218
|
-
e.gameData.isShootout ? (
|
|
3219
|
-
l("span",
|
|
3242
|
+
e.gameData.isShootout ? (m(), b("p", al, [
|
|
3243
|
+
l("span", rl, g(n(t)("afterShootout")), 1)
|
|
3220
3244
|
])) : y("", !0)
|
|
3221
3245
|
], 64)) : y("", !0),
|
|
3222
|
-
e.gameData.gameStatus === 1 ? (
|
|
3223
|
-
e.gameData.gameStatus === 1 ? (
|
|
3246
|
+
e.gameData.gameStatus === 1 ? (m(), b("p", il, g(e.gameData.actualTime), 1)) : y("", !0),
|
|
3247
|
+
e.gameData.gameStatus === 1 ? (m(), T(ba, {
|
|
3224
3248
|
key: 4,
|
|
3225
3249
|
"game-data": e.gameData
|
|
3226
3250
|
}, null, 8, ["game-data"])) : y("", !0),
|
|
3227
3251
|
l("div", {
|
|
3228
3252
|
class: H(["is-game-result", [{ "is-game-status-live": e.gameData.gameStatus === 1 }]])
|
|
3229
3253
|
}, [
|
|
3230
|
-
e.gameData.gameStatus === 0 ? (
|
|
3254
|
+
e.gameData.gameStatus === 0 ? (m(), b("span", nl, "-")) : (m(), b("span", ol, g(e.gameData.homeTeamScore), 1)),
|
|
3231
3255
|
r[5] || (r[5] = x(":")),
|
|
3232
|
-
e.gameData.gameStatus === 0 ? (
|
|
3256
|
+
e.gameData.gameStatus === 0 ? (m(), b("span", sl, "-")) : (m(), b("span", ll, g(e.gameData.awayTeamScore), 1))
|
|
3233
3257
|
], 2),
|
|
3234
|
-
l("p",
|
|
3258
|
+
l("p", cl, g(e.gameData.periodResults), 1)
|
|
3235
3259
|
]),
|
|
3236
3260
|
r[4] || (B(-1, !0), (r[4] = l("div", null, [
|
|
3237
|
-
|
|
3261
|
+
f(n(U), {
|
|
3238
3262
|
src: e.gameData.awayTeam.logo,
|
|
3239
3263
|
"default-src": n(He),
|
|
3240
3264
|
class: "is-team-logo"
|
|
3241
3265
|
}, null, 8, ["src", "default-src"]),
|
|
3242
|
-
l("h1",
|
|
3266
|
+
l("h1", dl, g(e.gameData.awayTeam.longName), 1)
|
|
3243
3267
|
])).cacheIndex = 4, B(1), r[4])
|
|
3244
3268
|
])
|
|
3245
3269
|
]));
|
|
3246
3270
|
}
|
|
3247
|
-
},
|
|
3271
|
+
}, gl = ["aria-label"], ye = {
|
|
3248
3272
|
__name: "TeamLogo",
|
|
3249
3273
|
props: {
|
|
3250
3274
|
name: {
|
|
@@ -3261,8 +3285,8 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3261
3285
|
},
|
|
3262
3286
|
setup(e) {
|
|
3263
3287
|
const t = e, a = C(null), r = w(() => t.isHomeTeam ? Be : He);
|
|
3264
|
-
return (i, o) => (
|
|
3265
|
-
|
|
3288
|
+
return (i, o) => (m(), b(k, null, [
|
|
3289
|
+
f(n(Q), {
|
|
3266
3290
|
offset: 2,
|
|
3267
3291
|
placement: "top",
|
|
3268
3292
|
theme: "tooltip",
|
|
@@ -3270,16 +3294,16 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3270
3294
|
"append-to": a.value
|
|
3271
3295
|
}, {
|
|
3272
3296
|
default: S(({ setRef: s, events: d }) => [
|
|
3273
|
-
l("span",
|
|
3297
|
+
l("span", ne({
|
|
3274
3298
|
ref: s,
|
|
3275
3299
|
tabindex: 0,
|
|
3276
3300
|
"aria-label": e.name
|
|
3277
|
-
},
|
|
3278
|
-
|
|
3301
|
+
}, oe(d, !0)), [
|
|
3302
|
+
f(n(U), {
|
|
3279
3303
|
src: e.logo,
|
|
3280
3304
|
"default-src": r.value
|
|
3281
3305
|
}, null, 8, ["src", "default-src"])
|
|
3282
|
-
], 16,
|
|
3306
|
+
], 16, gl)
|
|
3283
3307
|
]),
|
|
3284
3308
|
_: 1
|
|
3285
3309
|
}, 8, ["content", "append-to"]),
|
|
@@ -3289,19 +3313,19 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3289
3313
|
}, null, 512)
|
|
3290
3314
|
], 64));
|
|
3291
3315
|
}
|
|
3292
|
-
},
|
|
3316
|
+
}, ul = { class: "is-time-cell" }, vl = { class: "is-team-logo-cell" }, bl = { class: "is-icon-cell" }, pl = { class: "is-score" }, fl = {
|
|
3293
3317
|
key: 0,
|
|
3294
3318
|
class: "is-badge is-large"
|
|
3295
|
-
},
|
|
3319
|
+
}, hl = {
|
|
3296
3320
|
key: 1,
|
|
3297
3321
|
class: "is-badge is-large"
|
|
3298
|
-
},
|
|
3322
|
+
}, yl = {
|
|
3299
3323
|
key: 0,
|
|
3300
3324
|
class: "is-badge is-invert is-large"
|
|
3301
|
-
},
|
|
3325
|
+
}, wl = { class: "is-evented-person" }, xl = { class: "is-player-number" }, kl = { class: "is-assists-list" }, Tl = {
|
|
3302
3326
|
key: 0,
|
|
3303
3327
|
class: "is-poi-data"
|
|
3304
|
-
},
|
|
3328
|
+
}, Sl = ["aria-label"], zl = ["aria-label"], $l = {
|
|
3305
3329
|
__name: "Goal",
|
|
3306
3330
|
props: {
|
|
3307
3331
|
event: {
|
|
@@ -3314,88 +3338,88 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3314
3338
|
}
|
|
3315
3339
|
},
|
|
3316
3340
|
setup(e) {
|
|
3317
|
-
const t = e, a = C(null), r = w(() =>
|
|
3318
|
-
return (s, d) => (
|
|
3319
|
-
l("div",
|
|
3320
|
-
l("div",
|
|
3321
|
-
(
|
|
3341
|
+
const t = e, a = C(null), r = w(() => te((s) => A(s), [t.event.assists1, t.event.assists2])), i = w(() => t.event.homeOnIce), o = w(() => t.event.awayOnIce);
|
|
3342
|
+
return (s, d) => (m(), b(k, null, [
|
|
3343
|
+
l("div", ul, g(e.event.eventTime), 1),
|
|
3344
|
+
l("div", vl, [
|
|
3345
|
+
(m(), T(ye, {
|
|
3322
3346
|
key: e.event.team.id,
|
|
3323
3347
|
name: e.event.team.longName,
|
|
3324
3348
|
logo: e.event.team.logo,
|
|
3325
3349
|
"is-home-team": e.isHomeTeam
|
|
3326
3350
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3327
3351
|
]),
|
|
3328
|
-
l("div",
|
|
3329
|
-
|
|
3352
|
+
l("div", bl, [
|
|
3353
|
+
f(n(pe), { class: "is-goal-icon" })
|
|
3330
3354
|
]),
|
|
3331
|
-
l("div",
|
|
3355
|
+
l("div", pl, g(e.event.score), 1),
|
|
3332
3356
|
l("div", null, [
|
|
3333
|
-
e.event.advantage ? (
|
|
3334
|
-
e.event.en ? (
|
|
3357
|
+
e.event.advantage ? (m(), b("span", fl, g(e.event.advantage), 1)) : y("", !0),
|
|
3358
|
+
e.event.en ? (m(), b("span", hl, " EN ")) : y("", !0)
|
|
3335
3359
|
]),
|
|
3336
3360
|
l("div", null, [
|
|
3337
|
-
e.event.ps || e.event.gws || e.event.gwg ? (
|
|
3338
|
-
e.event.ps ? (
|
|
3361
|
+
e.event.ps || e.event.gws || e.event.gwg ? (m(), b("span", yl, [
|
|
3362
|
+
e.event.ps ? (m(), b(k, { key: 0 }, [
|
|
3339
3363
|
x("PS")
|
|
3340
3364
|
], 64)) : y("", !0),
|
|
3341
|
-
e.event.gws ? (
|
|
3365
|
+
e.event.gws ? (m(), b(k, { key: 1 }, [
|
|
3342
3366
|
x("GWS")
|
|
3343
3367
|
], 64)) : y("", !0),
|
|
3344
|
-
e.event.gwg ? (
|
|
3368
|
+
e.event.gwg ? (m(), b(k, { key: 2 }, [
|
|
3345
3369
|
x("GWG")
|
|
3346
3370
|
], 64)) : y("", !0)
|
|
3347
3371
|
])) : y("", !0)
|
|
3348
3372
|
]),
|
|
3349
3373
|
l("div", null, [
|
|
3350
3374
|
l("dl", null, [
|
|
3351
|
-
l("dt",
|
|
3352
|
-
l("span",
|
|
3353
|
-
x(" " +
|
|
3375
|
+
l("dt", wl, [
|
|
3376
|
+
l("span", xl, g(e.event.jerseyNumber), 1),
|
|
3377
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
3354
3378
|
]),
|
|
3355
|
-
l("dt",
|
|
3356
|
-
(
|
|
3357
|
-
l("i", null,
|
|
3358
|
-
x(" " +
|
|
3379
|
+
l("dt", kl, [
|
|
3380
|
+
(m(!0), b(k, null, N(r.value, (c) => (m(), b("span", { key: c }, [
|
|
3381
|
+
l("i", null, g(c.jerseyNumber), 1),
|
|
3382
|
+
x(" " + g(c.lastName) + " " + g(c.firstName), 1)
|
|
3359
3383
|
]))), 128))
|
|
3360
3384
|
]),
|
|
3361
|
-
!n(A)(i.value) || !n(A)(o.value) ? (
|
|
3385
|
+
!n(A)(i.value) || !n(A)(o.value) ? (m(), b("dd", Tl, [
|
|
3362
3386
|
l("ul", null, [
|
|
3363
|
-
(
|
|
3364
|
-
key:
|
|
3387
|
+
(m(!0), b(k, null, N(i.value, (c) => (m(), T(n(Q), {
|
|
3388
|
+
key: c.playerId,
|
|
3365
3389
|
offset: 2,
|
|
3366
3390
|
placement: "top",
|
|
3367
3391
|
theme: "tooltip",
|
|
3368
|
-
content: `${
|
|
3392
|
+
content: `${c.lastName} ${c.firstName}`,
|
|
3369
3393
|
"append-to": a.value
|
|
3370
3394
|
}, {
|
|
3371
|
-
default: S(({ setRef:
|
|
3372
|
-
l("li",
|
|
3395
|
+
default: S(({ setRef: u, events: p }) => [
|
|
3396
|
+
l("li", ne({
|
|
3373
3397
|
ref_for: !0,
|
|
3374
|
-
ref:
|
|
3398
|
+
ref: u,
|
|
3375
3399
|
tabindex: 0,
|
|
3376
|
-
"aria-label": `${
|
|
3377
|
-
},
|
|
3400
|
+
"aria-label": `${c.jerseyNumber} ${c.lastName} ${c.firstName}`
|
|
3401
|
+
}, oe(p, !0)), g(c.jerseyNumber), 17, Sl)
|
|
3378
3402
|
]),
|
|
3379
3403
|
_: 2
|
|
3380
3404
|
}, 1032, ["content", "append-to"]))), 128))
|
|
3381
3405
|
]),
|
|
3382
3406
|
d[0] || (d[0] = l("span", null, " / ", -1)),
|
|
3383
3407
|
l("ul", null, [
|
|
3384
|
-
(
|
|
3385
|
-
key:
|
|
3408
|
+
(m(!0), b(k, null, N(o.value, (c) => (m(), T(n(Q), {
|
|
3409
|
+
key: c.playerId,
|
|
3386
3410
|
offset: 2,
|
|
3387
3411
|
placement: "top",
|
|
3388
3412
|
theme: "tooltip",
|
|
3389
|
-
content: `${
|
|
3413
|
+
content: `${c.lastName} ${c.firstName}`,
|
|
3390
3414
|
"append-to": a.value
|
|
3391
3415
|
}, {
|
|
3392
|
-
default: S(({ setRef:
|
|
3393
|
-
l("li",
|
|
3416
|
+
default: S(({ setRef: u, events: p }) => [
|
|
3417
|
+
l("li", ne({
|
|
3394
3418
|
ref_for: !0,
|
|
3395
|
-
ref:
|
|
3419
|
+
ref: u,
|
|
3396
3420
|
tabindex: 0,
|
|
3397
|
-
"aria-label": `${
|
|
3398
|
-
},
|
|
3421
|
+
"aria-label": `${c.jerseyNumber} ${c.lastName} ${c.firstName}`
|
|
3422
|
+
}, oe(p, !0)), g(c.jerseyNumber), 17, zl)
|
|
3399
3423
|
]),
|
|
3400
3424
|
_: 2
|
|
3401
3425
|
}, 1032, ["content", "append-to"]))), 128))
|
|
@@ -3409,7 +3433,7 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3409
3433
|
])
|
|
3410
3434
|
], 64));
|
|
3411
3435
|
}
|
|
3412
|
-
},
|
|
3436
|
+
}, Pl = { class: "is-time-cell" }, jl = { class: "is-team-logo-cell" }, El = { class: "is-icon-cell" }, Nl = { class: "is-goalie-direction" }, Ol = { class: "is-evented-person" }, Il = { class: "is-player-number" }, Al = {
|
|
3413
3437
|
__name: "Goalies",
|
|
3414
3438
|
props: {
|
|
3415
3439
|
event: {
|
|
@@ -3422,45 +3446,45 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3422
3446
|
}
|
|
3423
3447
|
},
|
|
3424
3448
|
setup(e) {
|
|
3425
|
-
return (t, a) => (
|
|
3426
|
-
l("div",
|
|
3427
|
-
l("div",
|
|
3428
|
-
(
|
|
3449
|
+
return (t, a) => (m(), b(k, null, [
|
|
3450
|
+
l("div", Pl, g(e.event.eventTime), 1),
|
|
3451
|
+
l("div", jl, [
|
|
3452
|
+
(m(), T(ye, {
|
|
3429
3453
|
key: e.event.team.id,
|
|
3430
3454
|
name: e.event.team.longName,
|
|
3431
3455
|
logo: e.event.team.logo,
|
|
3432
3456
|
"is-home-team": e.isHomeTeam
|
|
3433
3457
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3434
3458
|
]),
|
|
3435
|
-
l("div",
|
|
3436
|
-
e.event.gkDirection === "CSERE" ? (
|
|
3459
|
+
l("div", El, [
|
|
3460
|
+
e.event.gkDirection === "CSERE" ? (m(), T(n(Xe), {
|
|
3437
3461
|
key: 0,
|
|
3438
3462
|
width: "24",
|
|
3439
3463
|
height: "24",
|
|
3440
3464
|
class: "is-goalie-in-icon"
|
|
3441
3465
|
})) : y("", !0),
|
|
3442
|
-
e.event.gkDirection === "BE" ? (
|
|
3466
|
+
e.event.gkDirection === "BE" ? (m(), T(n(Xe), {
|
|
3443
3467
|
key: 1,
|
|
3444
3468
|
width: "24",
|
|
3445
3469
|
height: "24",
|
|
3446
3470
|
class: "is-goalie-in-icon"
|
|
3447
|
-
})) : (
|
|
3471
|
+
})) : (m(), T(n(pa), {
|
|
3448
3472
|
key: 2,
|
|
3449
3473
|
width: "24",
|
|
3450
3474
|
height: "24",
|
|
3451
3475
|
class: "is-goalie-out-icon"
|
|
3452
3476
|
}))
|
|
3453
3477
|
]),
|
|
3454
|
-
l("div",
|
|
3478
|
+
l("div", Nl, g(e.event.gkDirection), 1),
|
|
3455
3479
|
a[0] || (a[0] = l("div", null, null, -1)),
|
|
3456
3480
|
a[1] || (a[1] = l("div", null, null, -1)),
|
|
3457
|
-
l("div",
|
|
3458
|
-
l("span",
|
|
3459
|
-
x(" " +
|
|
3481
|
+
l("div", Ol, [
|
|
3482
|
+
l("span", Il, g(e.event.jerseyNumber), 1),
|
|
3483
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
3460
3484
|
])
|
|
3461
3485
|
], 64));
|
|
3462
3486
|
}
|
|
3463
|
-
},
|
|
3487
|
+
}, _l = { class: "is-time-cell" }, Dl = { class: "is-team-logo-cell" }, Ml = { class: "is-icon-cell" }, Ll = { class: "is-penalty-cell" }, Cl = ["aria-label"], Gl = { class: "is-light-cell" }, Bl = { class: "is-light-cell" }, Hl = { class: "is-evented-person" }, Fl = { key: 0 }, Rl = { class: "is-player-number" }, Kl = {
|
|
3464
3488
|
__name: "Penalty",
|
|
3465
3489
|
props: {
|
|
3466
3490
|
event: {
|
|
@@ -3473,38 +3497,38 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3473
3497
|
}
|
|
3474
3498
|
},
|
|
3475
3499
|
setup(e) {
|
|
3476
|
-
const t = e, a = C(null), { t: r } = D(), i = w(() =>
|
|
3477
|
-
return (o, s) => (
|
|
3478
|
-
l("div",
|
|
3479
|
-
l("div",
|
|
3480
|
-
(
|
|
3500
|
+
const t = e, a = C(null), { t: r } = D(), i = w(() => ma(t.event));
|
|
3501
|
+
return (o, s) => (m(), b(k, null, [
|
|
3502
|
+
l("div", _l, g(e.event.eventTime), 1),
|
|
3503
|
+
l("div", Dl, [
|
|
3504
|
+
(m(), T(ye, {
|
|
3481
3505
|
key: e.event.team.id,
|
|
3482
3506
|
name: e.event.team.longName,
|
|
3483
3507
|
logo: e.event.team.logo,
|
|
3484
3508
|
"is-home-team": e.isHomeTeam
|
|
3485
3509
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3486
3510
|
]),
|
|
3487
|
-
l("div",
|
|
3488
|
-
|
|
3511
|
+
l("div", Ml, [
|
|
3512
|
+
f(n(fa), {
|
|
3489
3513
|
width: "24",
|
|
3490
3514
|
height: "24",
|
|
3491
3515
|
class: "is-penalty-icon"
|
|
3492
3516
|
})
|
|
3493
3517
|
]),
|
|
3494
|
-
l("div",
|
|
3495
|
-
|
|
3518
|
+
l("div", Ll, [
|
|
3519
|
+
f(n(Q), {
|
|
3496
3520
|
offset: 2,
|
|
3497
3521
|
placement: "top",
|
|
3498
3522
|
theme: "tooltip",
|
|
3499
3523
|
content: n(r)(`penalties.${i.value.penaltyCause}`),
|
|
3500
3524
|
"append-to": a.value
|
|
3501
3525
|
}, {
|
|
3502
|
-
default: S(({ setRef: d, events:
|
|
3503
|
-
l("span",
|
|
3526
|
+
default: S(({ setRef: d, events: c }) => [
|
|
3527
|
+
l("span", ne({
|
|
3504
3528
|
ref: d,
|
|
3505
3529
|
tabindex: 0,
|
|
3506
3530
|
"aria-label": n(r)(`penalties.${i.value.penaltyCause}`)
|
|
3507
|
-
},
|
|
3531
|
+
}, oe(c, !0)), g(i.value.penaltyCause), 17, Cl)
|
|
3508
3532
|
]),
|
|
3509
3533
|
_: 1
|
|
3510
3534
|
}, 8, ["content", "append-to"]),
|
|
@@ -3513,24 +3537,24 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3513
3537
|
ref: a
|
|
3514
3538
|
}, null, 512)
|
|
3515
3539
|
]),
|
|
3516
|
-
l("div",
|
|
3517
|
-
e.event.penaltyLength !== 0 ? (
|
|
3518
|
-
x(
|
|
3540
|
+
l("div", Gl, [
|
|
3541
|
+
e.event.penaltyLength !== 0 ? (m(), b(k, { key: 0 }, [
|
|
3542
|
+
x(g(n(r)("events.penaltyLength", [e.event.penaltyLength])), 1)
|
|
3519
3543
|
], 64)) : y("", !0),
|
|
3520
|
-
e.event.perc === 0 ? (
|
|
3544
|
+
e.event.perc === 0 ? (m(), b(k, { key: 1 }, [
|
|
3521
3545
|
x(" PS ")
|
|
3522
3546
|
], 64)) : y("", !0)
|
|
3523
3547
|
]),
|
|
3524
|
-
l("div",
|
|
3525
|
-
l("div",
|
|
3526
|
-
e.event.jerseyNumber === null ? (
|
|
3527
|
-
l("span",
|
|
3528
|
-
x(" " +
|
|
3548
|
+
l("div", Bl, g(e.event.penaltyEnd), 1),
|
|
3549
|
+
l("div", Hl, [
|
|
3550
|
+
e.event.jerseyNumber === null ? (m(), b("span", Fl, g(n(r)("events.teamPenalty")), 1)) : (m(), b(k, { key: 1 }, [
|
|
3551
|
+
l("span", Rl, g(e.event.jerseyNumber), 1),
|
|
3552
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
3529
3553
|
], 64))
|
|
3530
3554
|
])
|
|
3531
3555
|
], 64));
|
|
3532
3556
|
}
|
|
3533
|
-
},
|
|
3557
|
+
}, Ul = { class: "is-time-cell" }, Vl = { class: "is-team-logo-cell" }, ql = { class: "is-icon-cell" }, Yl = { class: "is-evented-person" }, Wl = { class: "is-player-number" }, Ql = {
|
|
3534
3558
|
__name: "PenaltyShot",
|
|
3535
3559
|
props: {
|
|
3536
3560
|
event: {
|
|
@@ -3544,41 +3568,41 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3544
3568
|
},
|
|
3545
3569
|
setup(e) {
|
|
3546
3570
|
const { t } = D();
|
|
3547
|
-
return (a, r) => (
|
|
3548
|
-
l("div",
|
|
3549
|
-
l("div",
|
|
3550
|
-
(
|
|
3571
|
+
return (a, r) => (m(), b(k, null, [
|
|
3572
|
+
l("div", Ul, g(e.event.eventTime), 1),
|
|
3573
|
+
l("div", Vl, [
|
|
3574
|
+
(m(), T(ye, {
|
|
3551
3575
|
key: e.event.team.id,
|
|
3552
3576
|
name: e.event.team.longName,
|
|
3553
3577
|
logo: e.event.team.logo,
|
|
3554
3578
|
"is-home-team": e.isHomeTeam
|
|
3555
3579
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3556
3580
|
]),
|
|
3557
|
-
l("div",
|
|
3558
|
-
|
|
3581
|
+
l("div", ql, [
|
|
3582
|
+
f(n(pe), { class: "is-goal-so-icon" })
|
|
3559
3583
|
]),
|
|
3560
3584
|
l("div", {
|
|
3561
3585
|
class: H(["is-score-so", [{ "is-score-so-goal": e.event.goal }]])
|
|
3562
|
-
},
|
|
3586
|
+
}, g(e.event.score), 3),
|
|
3563
3587
|
l("div", null, [
|
|
3564
3588
|
l("span", {
|
|
3565
3589
|
class: H(["is-badge is-large", [{ "is-green": e.event.goal }]])
|
|
3566
3590
|
}, [
|
|
3567
|
-
e.event.goal ? (
|
|
3568
|
-
x(
|
|
3569
|
-
], 64)) : (
|
|
3570
|
-
x(
|
|
3591
|
+
e.event.goal ? (m(), b(k, { key: 0 }, [
|
|
3592
|
+
x(g(n(t)("events.score")), 1)
|
|
3593
|
+
], 64)) : (m(), b(k, { key: 1 }, [
|
|
3594
|
+
x(g(n(t)("events.missed")), 1)
|
|
3571
3595
|
], 64))
|
|
3572
3596
|
], 2)
|
|
3573
3597
|
]),
|
|
3574
3598
|
r[0] || (r[0] = l("div", null, null, -1)),
|
|
3575
|
-
l("div",
|
|
3576
|
-
l("span",
|
|
3577
|
-
x(" " +
|
|
3599
|
+
l("div", Yl, [
|
|
3600
|
+
l("span", Wl, g(e.event.jerseyNumber), 1),
|
|
3601
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
3578
3602
|
])
|
|
3579
3603
|
], 64));
|
|
3580
3604
|
}
|
|
3581
|
-
},
|
|
3605
|
+
}, Jl = { class: "is-time-cell" }, Zl = { class: "is-team-logo-cell" }, Xl = { class: "is-icon-cell" }, ec = {
|
|
3582
3606
|
__name: "Timeout",
|
|
3583
3607
|
props: {
|
|
3584
3608
|
event: {
|
|
@@ -3592,26 +3616,26 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3592
3616
|
},
|
|
3593
3617
|
setup(e) {
|
|
3594
3618
|
const { t } = D();
|
|
3595
|
-
return (a, r) => (
|
|
3596
|
-
l("div",
|
|
3597
|
-
l("div",
|
|
3598
|
-
(
|
|
3619
|
+
return (a, r) => (m(), b(k, null, [
|
|
3620
|
+
l("div", Jl, g(e.event.eventTime), 1),
|
|
3621
|
+
l("div", Zl, [
|
|
3622
|
+
(m(), T(ye, {
|
|
3599
3623
|
key: e.event.team.id,
|
|
3600
3624
|
name: e.event.team.longName,
|
|
3601
3625
|
logo: e.event.team.logo,
|
|
3602
3626
|
"is-home-team": e.isHomeTeam
|
|
3603
3627
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3604
3628
|
]),
|
|
3605
|
-
l("div",
|
|
3606
|
-
|
|
3629
|
+
l("div", Xl, [
|
|
3630
|
+
f(n(bt), { class: "is-timer-icon" })
|
|
3607
3631
|
]),
|
|
3608
3632
|
r[0] || (r[0] = l("div", null, null, -1)),
|
|
3609
3633
|
r[1] || (r[1] = l("div", null, null, -1)),
|
|
3610
3634
|
r[2] || (r[2] = l("div", null, null, -1)),
|
|
3611
|
-
l("div", null,
|
|
3635
|
+
l("div", null, g(n(t)("events.timeout")), 1)
|
|
3612
3636
|
], 64));
|
|
3613
3637
|
}
|
|
3614
|
-
},
|
|
3638
|
+
}, tc = {
|
|
3615
3639
|
__name: "GameEvent",
|
|
3616
3640
|
props: {
|
|
3617
3641
|
event: {
|
|
@@ -3624,19 +3648,19 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3624
3648
|
}
|
|
3625
3649
|
},
|
|
3626
3650
|
setup(e) {
|
|
3627
|
-
const t = e, a = (/* @__PURE__ */ new Map()).set("Gól",
|
|
3651
|
+
const t = e, a = (/* @__PURE__ */ new Map()).set("Gól", $l).set("Kiállítás", Kl).set("Kapus", Al).set("Idő", ec).set("Büntető", Ql), r = w(() => a.get(t.event.type)), i = w(() => {
|
|
3628
3652
|
var o;
|
|
3629
3653
|
return ((o = t.event.team) == null ? void 0 : o.id) === t.homeTeamId;
|
|
3630
3654
|
});
|
|
3631
|
-
return (o, s) => (
|
|
3655
|
+
return (o, s) => (m(), T(Lt(r.value), {
|
|
3632
3656
|
event: e.event,
|
|
3633
3657
|
"is-home-team": i.value
|
|
3634
3658
|
}, null, 8, ["event", "is-home-team"]));
|
|
3635
3659
|
}
|
|
3636
|
-
},
|
|
3660
|
+
}, ac = { class: "gamecenter-game-events" }, rc = { class: "is-period-header" }, ic = {
|
|
3637
3661
|
key: 0,
|
|
3638
3662
|
class: "is-no-action"
|
|
3639
|
-
},
|
|
3663
|
+
}, nc = {
|
|
3640
3664
|
__name: "GameEvents",
|
|
3641
3665
|
props: {
|
|
3642
3666
|
gameEvents: {
|
|
@@ -3649,17 +3673,17 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3649
3673
|
}
|
|
3650
3674
|
},
|
|
3651
3675
|
setup(e) {
|
|
3652
|
-
const t = e, { t: a } = D(), r = w(() =>
|
|
3653
|
-
return (i, o) => (
|
|
3654
|
-
(
|
|
3655
|
-
l("div",
|
|
3656
|
-
s.length === 0 ? (
|
|
3657
|
-
(
|
|
3658
|
-
key:
|
|
3676
|
+
const t = e, { t: a } = D(), r = w(() => Mi(t.gameData, t.gameEvents));
|
|
3677
|
+
return (i, o) => (m(), b("div", ac, [
|
|
3678
|
+
(m(!0), b(k, null, N(r.value, (s, d) => (m(), b(k, { key: d }, [
|
|
3679
|
+
l("div", rc, g(n(a)(`periods.${n(Fe)(d)}`)), 1),
|
|
3680
|
+
s.length === 0 ? (m(), b("div", ic, g(n(a)("events.noEventsInPeriod")), 1)) : y("", !0),
|
|
3681
|
+
(m(!0), b(k, null, N(s, (c) => (m(), b("div", {
|
|
3682
|
+
key: c.id,
|
|
3659
3683
|
class: "gamecenter-game-event"
|
|
3660
3684
|
}, [
|
|
3661
|
-
|
|
3662
|
-
event:
|
|
3685
|
+
f(tc, {
|
|
3686
|
+
event: c,
|
|
3663
3687
|
"home-team-id": e.gameData.homeTeam.id
|
|
3664
3688
|
}, null, 8, ["event", "home-team-id"])
|
|
3665
3689
|
]))), 128))
|
|
@@ -3667,7 +3691,7 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3667
3691
|
o[0] || (o[0] = l("div", { id: "event-tooltip-container" }, null, -1))
|
|
3668
3692
|
]));
|
|
3669
3693
|
}
|
|
3670
|
-
},
|
|
3694
|
+
}, oc = { class: "gamecenter-data-columns" }, sc = {
|
|
3671
3695
|
__name: "GameGoaliesStats",
|
|
3672
3696
|
props: {
|
|
3673
3697
|
data: {
|
|
@@ -3690,31 +3714,31 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3690
3714
|
}
|
|
3691
3715
|
},
|
|
3692
3716
|
setup(e) {
|
|
3693
|
-
const t = e, a = ia([ta(
|
|
3717
|
+
const t = e, a = ia([ta(re("startingFive"))]), { columns: r } = se(la), i = w(() => {
|
|
3694
3718
|
var s;
|
|
3695
3719
|
return a(((s = t.data) == null ? void 0 : s[t.homeTeamId]) ?? []);
|
|
3696
3720
|
}), o = w(() => {
|
|
3697
3721
|
var s;
|
|
3698
3722
|
return a(((s = t.data) == null ? void 0 : s[t.awayTeamId]) ?? []);
|
|
3699
3723
|
});
|
|
3700
|
-
return (s, d) => (
|
|
3701
|
-
|
|
3702
|
-
default: S(({ rows:
|
|
3703
|
-
|
|
3724
|
+
return (s, d) => (m(), b("div", oc, [
|
|
3725
|
+
f(Ae, { rows: i.value }, {
|
|
3726
|
+
default: S(({ rows: c }) => [
|
|
3727
|
+
f(F, {
|
|
3704
3728
|
class: "gamecenter-data-table",
|
|
3705
3729
|
columns: n(r),
|
|
3706
|
-
rows:
|
|
3730
|
+
rows: c,
|
|
3707
3731
|
title: e.homeTeamName
|
|
3708
3732
|
}, null, 8, ["columns", "rows", "title"])
|
|
3709
3733
|
]),
|
|
3710
3734
|
_: 1
|
|
3711
3735
|
}, 8, ["rows"]),
|
|
3712
|
-
|
|
3713
|
-
default: S(({ rows:
|
|
3714
|
-
|
|
3736
|
+
f(Ae, { rows: o.value }, {
|
|
3737
|
+
default: S(({ rows: c }) => [
|
|
3738
|
+
f(F, {
|
|
3715
3739
|
class: "gamecenter-data-table",
|
|
3716
3740
|
columns: n(r),
|
|
3717
|
-
rows:
|
|
3741
|
+
rows: c,
|
|
3718
3742
|
title: e.awayTeamName
|
|
3719
3743
|
}, null, 8, ["columns", "rows", "title"])
|
|
3720
3744
|
]),
|
|
@@ -3722,7 +3746,7 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3722
3746
|
}, 8, ["rows"])
|
|
3723
3747
|
]));
|
|
3724
3748
|
}
|
|
3725
|
-
},
|
|
3749
|
+
}, lc = { class: "gamecenter-game-stats-container" }, cc = ["innerHTML"], K = {
|
|
3726
3750
|
__name: "GameStatsContainer",
|
|
3727
3751
|
props: {
|
|
3728
3752
|
title: {
|
|
@@ -3735,16 +3759,16 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3735
3759
|
}
|
|
3736
3760
|
},
|
|
3737
3761
|
setup(e) {
|
|
3738
|
-
return (t, a) => (
|
|
3762
|
+
return (t, a) => (m(), b("dl", lc, [
|
|
3739
3763
|
l("dt", null, [
|
|
3740
3764
|
W(t.$slots, "default", {}, () => [
|
|
3741
|
-
x(
|
|
3765
|
+
x(g(e.title), 1)
|
|
3742
3766
|
])
|
|
3743
3767
|
]),
|
|
3744
|
-
l("dd", { innerHTML: e.data }, null, 8,
|
|
3768
|
+
l("dd", { innerHTML: e.data }, null, 8, cc)
|
|
3745
3769
|
]));
|
|
3746
3770
|
}
|
|
3747
|
-
},
|
|
3771
|
+
}, dc = { class: "gamecenter-game-stats" }, mc = { class: "gamecenter-game-stats-container-wrapper" }, gc = {
|
|
3748
3772
|
__name: "GameOfficials",
|
|
3749
3773
|
props: {
|
|
3750
3774
|
gameOfficials: {
|
|
@@ -3759,47 +3783,48 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3759
3783
|
setup(e) {
|
|
3760
3784
|
const t = e, { t: a } = D(), r = w(
|
|
3761
3785
|
() => {
|
|
3762
|
-
var o, s, d,
|
|
3763
|
-
return
|
|
3786
|
+
var o, s, d, c;
|
|
3787
|
+
return ae(
|
|
3764
3788
|
Pt(", "),
|
|
3765
|
-
Y((
|
|
3766
|
-
|
|
3767
|
-
)([(s = (o = t.gameOfficials) == null ? void 0 : o.gameOfficials) == null ? void 0 : s.first_referee, (
|
|
3789
|
+
Y((u) => `${u.lastName} ${u.firstName}`),
|
|
3790
|
+
te((u) => !u)
|
|
3791
|
+
)([(s = (o = t.gameOfficials) == null ? void 0 : o.gameOfficials) == null ? void 0 : s.first_referee, (c = (d = t.gameOfficials) == null ? void 0 : d.gameOfficials) == null ? void 0 : c.second_referee]);
|
|
3768
3792
|
}
|
|
3769
3793
|
), i = w(
|
|
3770
3794
|
() => {
|
|
3771
|
-
var o, s, d,
|
|
3772
|
-
return
|
|
3795
|
+
var o, s, d, c;
|
|
3796
|
+
return ae(
|
|
3773
3797
|
Pt(", "),
|
|
3774
|
-
Y((
|
|
3775
|
-
|
|
3798
|
+
Y((u) => `${u.lastName} ${u.firstName}`),
|
|
3799
|
+
te((u) => !u)
|
|
3776
3800
|
)([
|
|
3777
3801
|
(s = (o = t.gameOfficials) == null ? void 0 : o.gameOfficials) == null ? void 0 : s.first_line_judge,
|
|
3778
|
-
(
|
|
3802
|
+
(c = (d = t.gameOfficials) == null ? void 0 : d.gameOfficials) == null ? void 0 : c.second_line_judge
|
|
3779
3803
|
]);
|
|
3780
3804
|
}
|
|
3781
3805
|
);
|
|
3782
3806
|
return (o, s) => {
|
|
3783
3807
|
var d;
|
|
3784
|
-
return
|
|
3785
|
-
l("div",
|
|
3786
|
-
|
|
3808
|
+
return m(), b("div", dc, [
|
|
3809
|
+
l("div", mc, [
|
|
3810
|
+
f(K, {
|
|
3787
3811
|
title: n(a)("gameStats.referees"),
|
|
3788
3812
|
data: r.value
|
|
3789
3813
|
}, null, 8, ["title", "data"]),
|
|
3790
|
-
|
|
3814
|
+
f(K, {
|
|
3791
3815
|
title: n(a)("gameStats.linesmen"),
|
|
3792
3816
|
data: i.value
|
|
3793
3817
|
}, null, 8, ["title", "data"]),
|
|
3794
|
-
|
|
3818
|
+
e.gameData.attendance ? (m(), T(K, {
|
|
3819
|
+
key: 0,
|
|
3795
3820
|
title: n(a)("gameStats.attendance"),
|
|
3796
3821
|
data: ((d = e.gameData) == null ? void 0 : d.attendance) ?? 0
|
|
3797
|
-
}, null, 8, ["title", "data"])
|
|
3822
|
+
}, null, 8, ["title", "data"])) : y("", !0)
|
|
3798
3823
|
])
|
|
3799
3824
|
]);
|
|
3800
3825
|
};
|
|
3801
3826
|
}
|
|
3802
|
-
},
|
|
3827
|
+
}, uc = { class: "gamecenter-data-column" }, vc = {
|
|
3803
3828
|
__name: "GamePlayersStats",
|
|
3804
3829
|
props: {
|
|
3805
3830
|
data: {
|
|
@@ -3822,43 +3847,43 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3822
3847
|
}
|
|
3823
3848
|
},
|
|
3824
3849
|
setup(e) {
|
|
3825
|
-
const t = e, { columns: a } =
|
|
3850
|
+
const t = e, { columns: a } = se(sa), r = w(() => {
|
|
3826
3851
|
var o;
|
|
3827
3852
|
return Ee(((o = t.data) == null ? void 0 : o[t.homeTeamId]) ?? []);
|
|
3828
3853
|
}), i = w(() => {
|
|
3829
3854
|
var o;
|
|
3830
3855
|
return Ee(((o = t.data) == null ? void 0 : o[t.awayTeamId]) ?? []);
|
|
3831
3856
|
});
|
|
3832
|
-
return (o, s) => (
|
|
3833
|
-
|
|
3834
|
-
default: S(({ rows: d, sort:
|
|
3835
|
-
|
|
3857
|
+
return (o, s) => (m(), b("div", uc, [
|
|
3858
|
+
f(_e, { rows: r.value }, {
|
|
3859
|
+
default: S(({ rows: d, sort: c, onSort: u }) => [
|
|
3860
|
+
f(F, {
|
|
3836
3861
|
class: "gamecenter-data-table",
|
|
3837
3862
|
columns: n(a),
|
|
3838
3863
|
rows: d,
|
|
3839
3864
|
title: e.homeTeamName,
|
|
3840
|
-
sort:
|
|
3841
|
-
onSort:
|
|
3865
|
+
sort: c,
|
|
3866
|
+
onSort: u
|
|
3842
3867
|
}, null, 8, ["columns", "rows", "title", "sort", "onSort"])
|
|
3843
3868
|
]),
|
|
3844
3869
|
_: 1
|
|
3845
3870
|
}, 8, ["rows"]),
|
|
3846
|
-
|
|
3847
|
-
default: S(({ rows: d, sort:
|
|
3848
|
-
|
|
3871
|
+
f(_e, { rows: i.value }, {
|
|
3872
|
+
default: S(({ rows: d, sort: c, onSort: u }) => [
|
|
3873
|
+
f(F, {
|
|
3849
3874
|
class: "gamecenter-data-table",
|
|
3850
3875
|
columns: n(a),
|
|
3851
3876
|
rows: d,
|
|
3852
3877
|
title: e.awayTeamName,
|
|
3853
|
-
sort:
|
|
3854
|
-
onSort:
|
|
3878
|
+
sort: c,
|
|
3879
|
+
onSort: u
|
|
3855
3880
|
}, null, 8, ["columns", "rows", "title", "sort", "onSort"])
|
|
3856
3881
|
]),
|
|
3857
3882
|
_: 1
|
|
3858
3883
|
}, 8, ["rows"])
|
|
3859
3884
|
]));
|
|
3860
3885
|
}
|
|
3861
|
-
},
|
|
3886
|
+
}, bc = {
|
|
3862
3887
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3863
3888
|
viewBox: "0 0 24 24",
|
|
3864
3889
|
fill: "none",
|
|
@@ -3867,8 +3892,8 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3867
3892
|
"stroke-linecap": "round",
|
|
3868
3893
|
"stroke-linejoin": "round"
|
|
3869
3894
|
};
|
|
3870
|
-
function
|
|
3871
|
-
return
|
|
3895
|
+
function pc(e, t) {
|
|
3896
|
+
return m(), b("svg", bc, t[0] || (t[0] = [
|
|
3872
3897
|
l("circle", {
|
|
3873
3898
|
cx: "12",
|
|
3874
3899
|
cy: "12",
|
|
@@ -3886,7 +3911,7 @@ function bc(e, t) {
|
|
|
3886
3911
|
}, null, -1)
|
|
3887
3912
|
]));
|
|
3888
3913
|
}
|
|
3889
|
-
const
|
|
3914
|
+
const fc = { render: pc }, hc = { class: "gamecenter-game-stats" }, yc = { class: "gamecenter-game-stats-container-wrapper" }, wc = ["onClick", "onFocus", "onBlur"], xc = { class: "is-popover-content" }, kc = {
|
|
3890
3915
|
__name: "GameStats",
|
|
3891
3916
|
props: {
|
|
3892
3917
|
gameStats: {
|
|
@@ -3900,21 +3925,21 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
3900
3925
|
},
|
|
3901
3926
|
setup(e) {
|
|
3902
3927
|
const t = e, { t: a } = D(), r = w(() => {
|
|
3903
|
-
var
|
|
3904
|
-
return ((
|
|
3928
|
+
var v, h;
|
|
3929
|
+
return ((h = (v = t.gameData) == null ? void 0 : v.homeTeam) == null ? void 0 : h.id) ?? "";
|
|
3905
3930
|
}), i = w(() => {
|
|
3906
|
-
var
|
|
3907
|
-
return ((
|
|
3931
|
+
var v, h;
|
|
3932
|
+
return ((h = (v = t.gameData) == null ? void 0 : v.awayTeam) == null ? void 0 : h.id) ?? "";
|
|
3908
3933
|
}), o = w(
|
|
3909
3934
|
() => {
|
|
3910
|
-
var
|
|
3911
|
-
return Et(((
|
|
3935
|
+
var v;
|
|
3936
|
+
return Et(((v = t.gameStats) == null ? void 0 : v.teamSOG) ?? [], i.value, r.value, "shots");
|
|
3912
3937
|
}
|
|
3913
3938
|
), s = w(
|
|
3914
3939
|
() => {
|
|
3915
|
-
var
|
|
3916
|
-
return
|
|
3917
|
-
((
|
|
3940
|
+
var v;
|
|
3941
|
+
return Li(
|
|
3942
|
+
((v = t.gameStats) == null ? void 0 : v.teamSOG) ?? [],
|
|
3918
3943
|
r.value,
|
|
3919
3944
|
i.value,
|
|
3920
3945
|
"saves"
|
|
@@ -3922,52 +3947,52 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
3922
3947
|
}
|
|
3923
3948
|
), d = w(
|
|
3924
3949
|
() => {
|
|
3925
|
-
var
|
|
3950
|
+
var v;
|
|
3926
3951
|
return Et(
|
|
3927
|
-
((
|
|
3952
|
+
((v = t.gameStats) == null ? void 0 : v.teamPenalties) ?? [],
|
|
3928
3953
|
r.value,
|
|
3929
3954
|
i.value,
|
|
3930
3955
|
"penaltyLength"
|
|
3931
3956
|
);
|
|
3932
3957
|
}
|
|
3933
|
-
),
|
|
3934
|
-
var
|
|
3935
|
-
return
|
|
3936
|
-
}),
|
|
3937
|
-
var
|
|
3938
|
-
return
|
|
3958
|
+
), c = w(() => {
|
|
3959
|
+
var v;
|
|
3960
|
+
return Ci(((v = t.gameStats) == null ? void 0 : v.teamPowerPlay) ?? {});
|
|
3961
|
+
}), u = w(() => {
|
|
3962
|
+
var v;
|
|
3963
|
+
return Gi(((v = t.gameStats) == null ? void 0 : v.teamPowerPlay) ?? {});
|
|
3939
3964
|
}), p = w(() => {
|
|
3940
|
-
var
|
|
3941
|
-
return
|
|
3965
|
+
var v;
|
|
3966
|
+
return Bi(((v = t.gameStats) == null ? void 0 : v.teamPowerPlay) ?? {});
|
|
3942
3967
|
});
|
|
3943
|
-
return (
|
|
3944
|
-
l("div",
|
|
3945
|
-
|
|
3968
|
+
return (v, h) => (m(), b("div", hc, [
|
|
3969
|
+
l("div", yc, [
|
|
3970
|
+
f(K, {
|
|
3946
3971
|
title: n(a)("teamsStats.sog"),
|
|
3947
3972
|
data: o.value
|
|
3948
3973
|
}, null, 8, ["title", "data"]),
|
|
3949
|
-
|
|
3974
|
+
f(K, {
|
|
3950
3975
|
title: n(a)("teamsStats.saves"),
|
|
3951
3976
|
data: s.value
|
|
3952
3977
|
}, null, 8, ["title", "data"]),
|
|
3953
|
-
|
|
3978
|
+
f(K, {
|
|
3954
3979
|
title: n(a)("teamsStats.pim"),
|
|
3955
3980
|
data: d.value
|
|
3956
3981
|
}, null, 8, ["title", "data"]),
|
|
3957
|
-
|
|
3982
|
+
f(K, {
|
|
3958
3983
|
title: n(a)("teamsStats.advPercent"),
|
|
3959
|
-
data:
|
|
3984
|
+
data: u.value
|
|
3960
3985
|
}, null, 8, ["title", "data"]),
|
|
3961
|
-
|
|
3986
|
+
f(K, {
|
|
3962
3987
|
title: n(a)("teamsStats.penaltyKilling"),
|
|
3963
3988
|
data: p.value
|
|
3964
3989
|
}, null, 8, ["title", "data"]),
|
|
3965
|
-
|
|
3966
|
-
data:
|
|
3990
|
+
f(K, {
|
|
3991
|
+
data: c.value.advTime
|
|
3967
3992
|
}, {
|
|
3968
3993
|
default: S(() => [
|
|
3969
|
-
x(
|
|
3970
|
-
|
|
3994
|
+
x(g(n(a)("teamsStats.advantageTime")) + " ", 1),
|
|
3995
|
+
f(n(Q), {
|
|
3971
3996
|
offset: 2,
|
|
3972
3997
|
placement: "top",
|
|
3973
3998
|
theme: "content",
|
|
@@ -3980,18 +4005,18 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
3980
4005
|
onFocus: P,
|
|
3981
4006
|
onBlur: E
|
|
3982
4007
|
}, [
|
|
3983
|
-
|
|
3984
|
-
], 40,
|
|
4008
|
+
f(n(fc))
|
|
4009
|
+
], 40, wc)
|
|
3985
4010
|
]),
|
|
3986
4011
|
content: S(() => [
|
|
3987
|
-
l("div",
|
|
3988
|
-
|
|
4012
|
+
l("div", xc, [
|
|
4013
|
+
f(K, {
|
|
3989
4014
|
title: n(a)("teamsStats.advantageTimePP1"),
|
|
3990
|
-
data:
|
|
4015
|
+
data: c.value.advTimePP1
|
|
3991
4016
|
}, null, 8, ["title", "data"]),
|
|
3992
|
-
|
|
4017
|
+
f(K, {
|
|
3993
4018
|
title: n(a)("teamsStats.advantageTimePP2"),
|
|
3994
|
-
data:
|
|
4019
|
+
data: c.value.advTimePP2
|
|
3995
4020
|
}, null, 8, ["title", "data"])
|
|
3996
4021
|
])
|
|
3997
4022
|
]),
|
|
@@ -4001,10 +4026,10 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
4001
4026
|
_: 1
|
|
4002
4027
|
}, 8, ["data"])
|
|
4003
4028
|
]),
|
|
4004
|
-
|
|
4029
|
+
h[0] || (h[0] = l("div", { id: "popover-container" }, null, -1))
|
|
4005
4030
|
]));
|
|
4006
4031
|
}
|
|
4007
|
-
},
|
|
4032
|
+
}, Tc = { class: "gamecenter-data-columns" }, Sc = {
|
|
4008
4033
|
__name: "GameTeamOfficials",
|
|
4009
4034
|
props: {
|
|
4010
4035
|
gameOfficials: {
|
|
@@ -4021,21 +4046,21 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
4021
4046
|
}
|
|
4022
4047
|
},
|
|
4023
4048
|
setup(e) {
|
|
4024
|
-
const t = e, { columns: a } =
|
|
4049
|
+
const t = e, { columns: a } = se(ca), { t: r } = D(), i = w(() => {
|
|
4025
4050
|
var s, d;
|
|
4026
4051
|
return Ie(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.home) ?? [], r);
|
|
4027
4052
|
}), o = w(() => {
|
|
4028
4053
|
var s, d;
|
|
4029
4054
|
return Ie(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.away) ?? [], r);
|
|
4030
4055
|
});
|
|
4031
|
-
return (s, d) => (
|
|
4032
|
-
|
|
4056
|
+
return (s, d) => (m(), b("div", Tc, [
|
|
4057
|
+
f(F, {
|
|
4033
4058
|
class: "gamecenter-data-table",
|
|
4034
4059
|
columns: n(a),
|
|
4035
4060
|
rows: i.value,
|
|
4036
4061
|
title: e.homeTeamName
|
|
4037
4062
|
}, null, 8, ["columns", "rows", "title"]),
|
|
4038
|
-
|
|
4063
|
+
f(F, {
|
|
4039
4064
|
class: "gamecenter-data-table",
|
|
4040
4065
|
columns: n(a),
|
|
4041
4066
|
rows: o.value,
|
|
@@ -4043,7 +4068,7 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
4043
4068
|
}, null, 8, ["columns", "rows", "title"])
|
|
4044
4069
|
]));
|
|
4045
4070
|
}
|
|
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 = {
|
|
4071
|
+
}, zc = '.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}', $c = '.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)}', Pc = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", jc = ".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)}}", Ec = '.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)}', Nc = { class: "gamecenter" }, Oc = 3e4, Ic = {
|
|
4047
4072
|
__name: "Game.ce",
|
|
4048
4073
|
props: {
|
|
4049
4074
|
locale: {
|
|
@@ -4060,7 +4085,7 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
4060
4085
|
}
|
|
4061
4086
|
},
|
|
4062
4087
|
setup(e) {
|
|
4063
|
-
const t = e, a = { en: na, hu: oa }, r = it("history"), { errors: i, add: o, remove: s } = ua(), d = w(() =>
|
|
4088
|
+
const t = e, a = { en: na, hu: oa }, r = it("history"), { errors: i, add: o, remove: s } = ua(), d = w(() => r.gameId || r.gameid || r["game-id"] || t.gameId), { state: c, execute: u } = Z({
|
|
4064
4089
|
options: {
|
|
4065
4090
|
path: "/v2/game-data",
|
|
4066
4091
|
apiKey: t.apiKey,
|
|
@@ -4068,16 +4093,16 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
4068
4093
|
},
|
|
4069
4094
|
onError: (j) => o("gameData", j),
|
|
4070
4095
|
onSuccess: () => s("gameData")
|
|
4071
|
-
}), { state: p, execute:
|
|
4096
|
+
}), { state: p, execute: v } = Z({
|
|
4072
4097
|
options: {
|
|
4073
4098
|
path: "/v2/game-events",
|
|
4074
4099
|
apiKey: t.apiKey,
|
|
4075
4100
|
params: { gameId: d.value }
|
|
4076
4101
|
},
|
|
4077
|
-
transform: (j) =>
|
|
4102
|
+
transform: (j) => ae(mt(re("eventPeriod")), Ge, te(ut("Period", "type")))(j != null && j.isEmpty ? [] : j),
|
|
4078
4103
|
onError: (j) => o("gameEvents", j),
|
|
4079
4104
|
onSuccess: () => s("gameEvents")
|
|
4080
|
-
}), { state:
|
|
4105
|
+
}), { state: h, execute: z } = Z({
|
|
4081
4106
|
options: {
|
|
4082
4107
|
path: "/v2/game-stats",
|
|
4083
4108
|
apiKey: t.apiKey,
|
|
@@ -4094,64 +4119,64 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
4094
4119
|
onError: (j) => o("gameOfficials", j),
|
|
4095
4120
|
onSuccess: () => s("gameOfficials")
|
|
4096
4121
|
});
|
|
4097
|
-
return
|
|
4098
|
-
data:
|
|
4099
|
-
services: { getGameData:
|
|
4100
|
-
interval:
|
|
4101
|
-
}), (j, G) => (
|
|
4102
|
-
|
|
4122
|
+
return ga({
|
|
4123
|
+
data: c,
|
|
4124
|
+
services: { getGameData: u, getGameStats: z, getEvents: v, getGameOfficials: E },
|
|
4125
|
+
interval: Oc
|
|
4126
|
+
}), (j, G) => (m(), b("div", Nc, [
|
|
4127
|
+
f(n(Gt), {
|
|
4103
4128
|
locale: t.locale,
|
|
4104
4129
|
messages: a
|
|
4105
4130
|
}, {
|
|
4106
4131
|
default: S(() => {
|
|
4107
|
-
var
|
|
4132
|
+
var ie;
|
|
4108
4133
|
return [
|
|
4109
|
-
(
|
|
4134
|
+
(m(!0), b(k, null, N(n(i), (I) => (m(), T(n(Bt), {
|
|
4110
4135
|
key: I.key,
|
|
4111
4136
|
error: I
|
|
4112
4137
|
}, null, 8, ["error"]))), 128)),
|
|
4113
|
-
n(A)(n(
|
|
4138
|
+
n(A)(n(c)) ? y("", !0) : (m(), T(ml, {
|
|
4114
4139
|
key: 0,
|
|
4115
|
-
"game-data": n(
|
|
4140
|
+
"game-data": n(c),
|
|
4116
4141
|
locale: t.locale
|
|
4117
4142
|
}, null, 8, ["game-data", "locale"])),
|
|
4118
|
-
((
|
|
4119
|
-
|
|
4143
|
+
n(A)(n(c)) ? y("", !0) : (m(), T(gc, {
|
|
4144
|
+
key: 1,
|
|
4145
|
+
"game-data": n(c),
|
|
4146
|
+
"game-officials": n(P)
|
|
4147
|
+
}, null, 8, ["game-data", "game-officials"])),
|
|
4148
|
+
((ie = n(c)) == null ? void 0 : ie.gameStatus) > 0 ? (m(), b(k, { key: 2 }, [
|
|
4149
|
+
n(A)(n(h)) ? y("", !0) : (m(), T(kc, {
|
|
4120
4150
|
key: 0,
|
|
4121
|
-
"game-data": n(
|
|
4122
|
-
"game-
|
|
4123
|
-
}, null, 8, ["game-data", "game-officials"])),
|
|
4124
|
-
n(A)(n(f)) ? y("", !0) : (c(), T(xc, {
|
|
4125
|
-
key: 1,
|
|
4126
|
-
"game-data": n(g),
|
|
4127
|
-
"game-stats": n(f)
|
|
4151
|
+
"game-data": n(c),
|
|
4152
|
+
"game-stats": n(h)
|
|
4128
4153
|
}, null, 8, ["game-data", "game-stats"])),
|
|
4129
|
-
!n(A)(n(p)) && !n(A)(n(
|
|
4130
|
-
key:
|
|
4154
|
+
!n(A)(n(p)) && !n(A)(n(c)) ? (m(), T(nc, {
|
|
4155
|
+
key: 1,
|
|
4131
4156
|
"game-events": n(p),
|
|
4132
|
-
"game-data": n(
|
|
4157
|
+
"game-data": n(c)
|
|
4133
4158
|
}, null, 8, ["game-events", "game-data"])) : y("", !0),
|
|
4134
|
-
n(A)(n(
|
|
4159
|
+
n(A)(n(h)) ? y("", !0) : (m(), T(vc, {
|
|
4160
|
+
key: 2,
|
|
4161
|
+
data: n(h).players,
|
|
4162
|
+
"home-team-id": n(c).homeTeam.id,
|
|
4163
|
+
"home-team-name": n(c).homeTeam.longName,
|
|
4164
|
+
"away-team-id": n(c).awayTeam.id,
|
|
4165
|
+
"away-team-name": n(c).awayTeam.longName
|
|
4166
|
+
}, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])),
|
|
4167
|
+
n(A)(n(h)) ? y("", !0) : (m(), T(sc, {
|
|
4135
4168
|
key: 3,
|
|
4136
|
-
data: n(
|
|
4137
|
-
"home-team-id": n(
|
|
4138
|
-
"home-team-name": n(
|
|
4139
|
-
"away-team-id": n(
|
|
4140
|
-
"away-team-name": n(
|
|
4169
|
+
data: n(h).goalies,
|
|
4170
|
+
"home-team-id": n(c).homeTeam.id,
|
|
4171
|
+
"home-team-name": n(c).homeTeam.longName,
|
|
4172
|
+
"away-team-id": n(c).awayTeam.id,
|
|
4173
|
+
"away-team-name": n(c).awayTeam.longName
|
|
4141
4174
|
}, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])),
|
|
4142
|
-
n(A)(n(
|
|
4175
|
+
!n(A)(n(P)) && !n(A)(n(c)) ? (m(), T(Sc, {
|
|
4143
4176
|
key: 4,
|
|
4144
|
-
data: n(f).goalies,
|
|
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
|
|
4149
|
-
}, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])),
|
|
4150
|
-
!n(A)(n(P)) && !n(A)(n(g)) ? (c(), T(Tc, {
|
|
4151
|
-
key: 5,
|
|
4152
4177
|
"game-officials": n(P),
|
|
4153
|
-
"home-team-name": n(
|
|
4154
|
-
"away-team-name": n(
|
|
4178
|
+
"home-team-name": n(c).homeTeam.longName,
|
|
4179
|
+
"away-team-name": n(c).awayTeam.longName
|
|
4155
4180
|
}, null, 8, ["game-officials", "home-team-name", "away-team-name"])) : y("", !0)
|
|
4156
4181
|
], 64)) : y("", !0)
|
|
4157
4182
|
];
|
|
@@ -4160,18 +4185,18 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
4160
4185
|
}, 8, ["locale"])
|
|
4161
4186
|
]));
|
|
4162
4187
|
}
|
|
4163
|
-
},
|
|
4164
|
-
function
|
|
4165
|
-
customElements.define("mjsz-vbr-game",
|
|
4188
|
+
}, Ac = /* @__PURE__ */ ya(Ic, [["styles", [ha, zc, $c, Pc, jc, Ec]]]), _c = Ct(Ac), Dc = Ct(Rs);
|
|
4189
|
+
function Mc() {
|
|
4190
|
+
customElements.define("mjsz-vbr-game", _c), customElements.define("mjsz-vbr-game-timeline", Dc);
|
|
4166
4191
|
}
|
|
4167
|
-
const
|
|
4168
|
-
install: () =>
|
|
4192
|
+
const Fc = {
|
|
4193
|
+
install: () => Mc()
|
|
4169
4194
|
};
|
|
4170
4195
|
export {
|
|
4171
|
-
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4196
|
+
Ac as Game,
|
|
4197
|
+
_c as GameCE,
|
|
4198
|
+
Rs as GameTimeline,
|
|
4199
|
+
Dc as GameTimelineCE,
|
|
4200
|
+
Fc as default,
|
|
4201
|
+
Mc as register
|
|
4177
4202
|
};
|