@mjsz-vbr-elements/gamecenter 2.14.0 → 2.14.1
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 +1090 -1068
- 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.1 - 30/01/2025, 11:11:30
|
|
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,66 @@ 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(() => i(), Nt, {
|
|
1340
1362
|
immediate: !0,
|
|
1341
1363
|
immediateCallback: !0
|
|
1342
1364
|
}), { resume: z, pause: P } = ht(
|
|
@@ -1347,21 +1369,21 @@ function ma(e = {}) {
|
|
|
1347
1369
|
immediateCallback: !0
|
|
1348
1370
|
}
|
|
1349
1371
|
);
|
|
1350
|
-
return Ea(
|
|
1351
|
-
E.gameStatus < 1 && (
|
|
1372
|
+
return Ea(c, u, p), be(t, (E) => {
|
|
1373
|
+
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
1374
|
}), {
|
|
1353
1375
|
pause: p
|
|
1354
1376
|
};
|
|
1355
1377
|
}
|
|
1356
|
-
function
|
|
1357
|
-
const t = (e == null ? void 0 : e.periodLength) ??
|
|
1378
|
+
function Fi(e = {}) {
|
|
1379
|
+
const t = (e == null ? void 0 : e.periodLength) ?? Hi, a = w(() => {
|
|
1358
1380
|
let i = t * 60;
|
|
1359
1381
|
return (n(e).isOvertime || n(e).isShootout) && (i = n(e).overtimeLength * 60), i;
|
|
1360
1382
|
});
|
|
1361
1383
|
return {
|
|
1362
1384
|
value: w(() => {
|
|
1363
1385
|
const i = n(e), o = a.value - Number.parseInt(i.periodTime, 10) * 60;
|
|
1364
|
-
let s =
|
|
1386
|
+
let s = da(n(e)) - 1;
|
|
1365
1387
|
(i.isOvertime || i.isShootout) && s++;
|
|
1366
1388
|
const d = Oa(i.actualTime) - s * t * 60;
|
|
1367
1389
|
return Math.max(o, d);
|
|
@@ -1386,7 +1408,7 @@ function ua() {
|
|
|
1386
1408
|
remove: a
|
|
1387
1409
|
};
|
|
1388
1410
|
}
|
|
1389
|
-
const
|
|
1411
|
+
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
1412
|
__name: "ScoreBoard",
|
|
1391
1413
|
props: {
|
|
1392
1414
|
gameData: {
|
|
@@ -1397,32 +1419,32 @@ const Fi = { class: "gamecenter-timeline-score-board" }, Ri = { class: "is-team
|
|
|
1397
1419
|
setup(e) {
|
|
1398
1420
|
const { t } = D();
|
|
1399
1421
|
return (a, r) => {
|
|
1400
|
-
var i, o, s, d,
|
|
1401
|
-
return
|
|
1402
|
-
l("div",
|
|
1403
|
-
(
|
|
1422
|
+
var i, o, s, d, c, u;
|
|
1423
|
+
return m(), b("div", Ri, [
|
|
1424
|
+
l("div", Ki, g((i = e.gameData.homeTeam) == null ? void 0 : i.longName), 1),
|
|
1425
|
+
(m(), T(n(U), {
|
|
1404
1426
|
key: (o = e.gameData.homeTeam) == null ? void 0 : o.logo,
|
|
1405
1427
|
src: (s = e.gameData.homeTeam) == null ? void 0 : s.logo
|
|
1406
1428
|
}, null, 8, ["src"])),
|
|
1407
|
-
l("div",
|
|
1408
|
-
l("div",
|
|
1409
|
-
e.gameData.gameStatus > 0 ? (
|
|
1410
|
-
x(
|
|
1429
|
+
l("div", Ui, g(e.gameData.homeTeamScore), 1),
|
|
1430
|
+
l("div", Vi, [
|
|
1431
|
+
e.gameData.gameStatus > 0 ? (m(), b(k, { key: 0 }, [
|
|
1432
|
+
x(g(n(t)(`periods.${n(Fe)(e.gameData.period)}`)), 1)
|
|
1411
1433
|
], 64)) : y("", !0)
|
|
1412
1434
|
]),
|
|
1413
|
-
l("div",
|
|
1414
|
-
(
|
|
1435
|
+
l("div", qi, g(e.gameData.awayTeamScore), 1),
|
|
1436
|
+
(m(), T(n(U), {
|
|
1415
1437
|
key: (d = e.gameData.awayTeam) == null ? void 0 : d.logo,
|
|
1416
|
-
src: (
|
|
1438
|
+
src: (c = e.gameData.awayTeam) == null ? void 0 : c.logo
|
|
1417
1439
|
}, null, 8, ["src"])),
|
|
1418
|
-
l("div",
|
|
1440
|
+
l("div", Yi, g((u = e.gameData.awayTeam) == null ? void 0 : u.longName), 1)
|
|
1419
1441
|
]);
|
|
1420
1442
|
};
|
|
1421
1443
|
}
|
|
1422
1444
|
};
|
|
1423
|
-
function
|
|
1445
|
+
function Qi(e) {
|
|
1424
1446
|
return w(() => {
|
|
1425
|
-
const { homeTeam: a, awayTeam: r } =
|
|
1447
|
+
const { homeTeam: a, awayTeam: r } = X(e);
|
|
1426
1448
|
return !(a != null && a.color) || !(r != null && r.color) ? {} : {
|
|
1427
1449
|
"--vbr-widget-gamecenter-home-team-identifier-color": `#${a.color}`,
|
|
1428
1450
|
"--vbr-widget-gamecenter-away-team-identifier-color": `#${r.color}`,
|
|
@@ -1435,7 +1457,7 @@ function Wi(e) {
|
|
|
1435
1457
|
};
|
|
1436
1458
|
});
|
|
1437
1459
|
}
|
|
1438
|
-
const
|
|
1460
|
+
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
1461
|
role: {
|
|
1440
1462
|
label: "table.role.short",
|
|
1441
1463
|
tooltip: "table.role.tooltip",
|
|
@@ -1446,7 +1468,7 @@ const Qi = "Gól", Ji = "Kiállítás", Zi = "Kapus", Xi = "Idő", Ot = "Büntet
|
|
|
1446
1468
|
tooltip: "table.name.tooltip",
|
|
1447
1469
|
class: "is-text-left is-text-bold"
|
|
1448
1470
|
}
|
|
1449
|
-
},
|
|
1471
|
+
}, an = {
|
|
1450
1472
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1451
1473
|
viewBox: "0 0 24 24",
|
|
1452
1474
|
fill: "none",
|
|
@@ -1455,8 +1477,8 @@ const Qi = "Gól", Ji = "Kiállítás", Zi = "Kapus", Xi = "Idő", Ot = "Büntet
|
|
|
1455
1477
|
"stroke-linecap": "round",
|
|
1456
1478
|
"stroke-linejoin": "round"
|
|
1457
1479
|
};
|
|
1458
|
-
function
|
|
1459
|
-
return
|
|
1480
|
+
function rn(e, t) {
|
|
1481
|
+
return m(), b("svg", an, t[0] || (t[0] = [
|
|
1460
1482
|
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
1483
|
l("rect", {
|
|
1462
1484
|
x: "8",
|
|
@@ -1468,7 +1490,7 @@ function an(e, t) {
|
|
|
1468
1490
|
}, null, -1)
|
|
1469
1491
|
]));
|
|
1470
1492
|
}
|
|
1471
|
-
const Oe = { render:
|
|
1493
|
+
const Oe = { render: rn }, nn = {
|
|
1472
1494
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1473
1495
|
viewBox: "0 0 24 24",
|
|
1474
1496
|
fill: "none",
|
|
@@ -1477,13 +1499,13 @@ const Oe = { render: an }, rn = {
|
|
|
1477
1499
|
"stroke-linecap": "round",
|
|
1478
1500
|
"stroke-linejoin": "round"
|
|
1479
1501
|
};
|
|
1480
|
-
function
|
|
1481
|
-
return
|
|
1502
|
+
function on(e, t) {
|
|
1503
|
+
return m(), b("svg", nn, t[0] || (t[0] = [
|
|
1482
1504
|
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
1505
|
l("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1)
|
|
1484
1506
|
]));
|
|
1485
1507
|
}
|
|
1486
|
-
const va = { render:
|
|
1508
|
+
const va = { render: on }, sn = { class: "progress" }, ln = ["aria-valuenow", "aria-valuemax"], ba = {
|
|
1487
1509
|
__name: "GamePeriodProgress",
|
|
1488
1510
|
props: {
|
|
1489
1511
|
gameData: {
|
|
@@ -1492,8 +1514,8 @@ const va = { render: nn }, on = { class: "progress" }, sn = ["aria-valuenow", "a
|
|
|
1492
1514
|
}
|
|
1493
1515
|
},
|
|
1494
1516
|
setup(e) {
|
|
1495
|
-
const t = e, { max: a, value: r } =
|
|
1496
|
-
return (i, o) => (
|
|
1517
|
+
const t = e, { max: a, value: r } = Fi(w(() => t.gameData));
|
|
1518
|
+
return (i, o) => (m(), b("div", sn, [
|
|
1497
1519
|
l("div", {
|
|
1498
1520
|
class: "progress-bar progress-bar-stripped progress-bar-animated",
|
|
1499
1521
|
role: "progressbar",
|
|
@@ -1501,10 +1523,10 @@ const va = { render: nn }, on = { class: "progress" }, sn = ["aria-valuenow", "a
|
|
|
1501
1523
|
"aria-valuenow": n(r),
|
|
1502
1524
|
"aria-valuemin": "0",
|
|
1503
1525
|
"aria-valuemax": n(a)
|
|
1504
|
-
}, null, 12,
|
|
1526
|
+
}, null, 12, ln)
|
|
1505
1527
|
]));
|
|
1506
1528
|
}
|
|
1507
|
-
},
|
|
1529
|
+
}, cn = { class: "period-results" }, dn = {
|
|
1508
1530
|
__name: "PeriodResults",
|
|
1509
1531
|
props: {
|
|
1510
1532
|
results: {
|
|
@@ -1521,40 +1543,40 @@ const va = { render: nn }, on = { class: "progress" }, sn = ["aria-valuenow", "a
|
|
|
1521
1543
|
}
|
|
1522
1544
|
},
|
|
1523
1545
|
setup(e) {
|
|
1524
|
-
return (t, a) => (
|
|
1546
|
+
return (t, a) => (m(), b("table", cn, [
|
|
1525
1547
|
l("tbody", null, [
|
|
1526
1548
|
l("tr", null, [
|
|
1527
1549
|
a[0] || (a[0] = l("td", null, [
|
|
1528
1550
|
l("span", { class: "is-home-team" })
|
|
1529
1551
|
], -1)),
|
|
1530
|
-
l("td", null,
|
|
1531
|
-
(
|
|
1552
|
+
l("td", null, g(e.homeTeamName), 1),
|
|
1553
|
+
(m(!0), b(k, null, N(e.results.home, (r, i) => (m(), b("td", { key: i }, g(r), 1))), 128))
|
|
1532
1554
|
]),
|
|
1533
1555
|
l("tr", null, [
|
|
1534
1556
|
a[1] || (a[1] = l("td", null, [
|
|
1535
1557
|
l("span", { class: "is-away-team" })
|
|
1536
1558
|
], -1)),
|
|
1537
|
-
l("td", null,
|
|
1538
|
-
(
|
|
1559
|
+
l("td", null, g(e.awayTeamName), 1),
|
|
1560
|
+
(m(!0), b(k, null, N(e.results.away, (r, i) => (m(), b("td", { key: i }, g(r), 1))), 128))
|
|
1539
1561
|
])
|
|
1540
1562
|
])
|
|
1541
1563
|
]));
|
|
1542
1564
|
}
|
|
1543
1565
|
};
|
|
1544
|
-
let
|
|
1545
|
-
function
|
|
1546
|
-
return ++
|
|
1566
|
+
let mn = 0;
|
|
1567
|
+
function gn() {
|
|
1568
|
+
return ++mn;
|
|
1547
1569
|
}
|
|
1548
|
-
const
|
|
1549
|
-
function
|
|
1570
|
+
const un = (e) => ae(Ge, Y((t) => ({ ...t, eventId: t.eventId ? t.eventId : gn() })))(e);
|
|
1571
|
+
function vn(e) {
|
|
1550
1572
|
const t = {
|
|
1551
1573
|
home: [],
|
|
1552
1574
|
away: []
|
|
1553
1575
|
};
|
|
1554
|
-
return e ?
|
|
1576
|
+
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
1577
|
}
|
|
1556
|
-
const It = (e) =>
|
|
1557
|
-
function
|
|
1578
|
+
const It = (e) => mt(re("row"), e);
|
|
1579
|
+
function bn(e, t, a) {
|
|
1558
1580
|
const r = It((e == null ? void 0 : e[t]) ?? []), i = It((e == null ? void 0 : e[a]) ?? []);
|
|
1559
1581
|
return ["1", "2", "3", "4", "gk"].reduce(
|
|
1560
1582
|
(o, s) => (o[s].home = r[s], o[s].away = i[s], o),
|
|
@@ -1567,15 +1589,15 @@ function vn(e, t, a) {
|
|
|
1567
1589
|
}
|
|
1568
1590
|
);
|
|
1569
1591
|
}
|
|
1570
|
-
function
|
|
1592
|
+
function Ve(e, t, a, r) {
|
|
1571
1593
|
let i = 0, o = 0;
|
|
1572
|
-
const s = e.reduce((d,
|
|
1594
|
+
const s = e.reduce((d, c) => {
|
|
1573
1595
|
var z, P, E;
|
|
1574
|
-
const
|
|
1575
|
-
return i += p, o +=
|
|
1576
|
-
max:
|
|
1596
|
+
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;
|
|
1597
|
+
return i += p, o += v, d[u] = {
|
|
1598
|
+
max: h,
|
|
1577
1599
|
valueStart: p,
|
|
1578
|
-
valueEnd:
|
|
1600
|
+
valueEnd: v
|
|
1579
1601
|
}, d;
|
|
1580
1602
|
}, {});
|
|
1581
1603
|
return s.all = {
|
|
@@ -1584,9 +1606,9 @@ function Ue(e, t, a, r) {
|
|
|
1584
1606
|
valueEnd: o
|
|
1585
1607
|
}, s;
|
|
1586
1608
|
}
|
|
1587
|
-
function
|
|
1588
|
-
var d,
|
|
1589
|
-
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.advTime) ?? 0, a = ((
|
|
1609
|
+
function pn(e) {
|
|
1610
|
+
var d, c, u, p, v, h;
|
|
1611
|
+
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
1612
|
return {
|
|
1591
1613
|
advTime: {
|
|
1592
1614
|
max: t + a,
|
|
@@ -1605,9 +1627,9 @@ function bn(e) {
|
|
|
1605
1627
|
}
|
|
1606
1628
|
};
|
|
1607
1629
|
}
|
|
1608
|
-
function
|
|
1609
|
-
var d,
|
|
1610
|
-
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.adv) ?? 0, a = ((
|
|
1630
|
+
function fn(e) {
|
|
1631
|
+
var d, c, u, p, v, h;
|
|
1632
|
+
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
1633
|
return {
|
|
1612
1634
|
powerPlays: {
|
|
1613
1635
|
max: t + r,
|
|
@@ -1629,9 +1651,9 @@ function pn(e) {
|
|
|
1629
1651
|
}
|
|
1630
1652
|
};
|
|
1631
1653
|
}
|
|
1632
|
-
function
|
|
1633
|
-
var d,
|
|
1634
|
-
const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.dvg) ?? 0, a = ((
|
|
1654
|
+
function hn(e) {
|
|
1655
|
+
var d, c, u, p, v, h;
|
|
1656
|
+
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
1657
|
return {
|
|
1636
1658
|
penaltyKill: {
|
|
1637
1659
|
max: t + r,
|
|
@@ -1653,20 +1675,20 @@ function fn(e) {
|
|
|
1653
1675
|
}
|
|
1654
1676
|
};
|
|
1655
1677
|
}
|
|
1656
|
-
function
|
|
1678
|
+
function yn(e, t) {
|
|
1657
1679
|
const a = (i) => {
|
|
1658
1680
|
const o = ["first_referee", "second_referee", "first_line_judge", "second_line_judge"].indexOf(i.role);
|
|
1659
1681
|
return o > -1 ? o : 4;
|
|
1660
1682
|
}, r = (i) => ({ ...at(i), role: t(`role.${i.role}`) });
|
|
1661
|
-
return
|
|
1683
|
+
return mt(re("type"), Y(r, ra(a, Zt(e))));
|
|
1662
1684
|
}
|
|
1663
|
-
const At = ia([ta(
|
|
1685
|
+
const At = ia([ta(re("startingFive"))]);
|
|
1664
1686
|
function _t(e) {
|
|
1665
|
-
return
|
|
1687
|
+
return ae(Y(at), aa(["headCoach", "secondCoach"]))(e);
|
|
1666
1688
|
}
|
|
1667
1689
|
aa(["first_referee", "second_referee", "first_line_judge", "second_line_judge"]);
|
|
1668
1690
|
function Dt(e, t) {
|
|
1669
|
-
const a = Vt(
|
|
1691
|
+
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
1692
|
(s, d) => (s[d.playerId] ? s[d.playerId].eventTime += `, ${d.eventTime}` : s[d.playerId] = {
|
|
1671
1693
|
id: d.playerId,
|
|
1672
1694
|
name: `${d.lastName} ${d.firstName}`,
|
|
@@ -1676,21 +1698,21 @@ function Dt(e, t) {
|
|
|
1676
1698
|
{},
|
|
1677
1699
|
r
|
|
1678
1700
|
);
|
|
1679
|
-
return ra(
|
|
1701
|
+
return ra(re("eventTimeSec"), Zt(i));
|
|
1680
1702
|
}
|
|
1681
|
-
const
|
|
1703
|
+
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
1704
|
key: 0,
|
|
1683
1705
|
class: "is-game-status"
|
|
1684
|
-
},
|
|
1706
|
+
}, In = {
|
|
1685
1707
|
key: 1,
|
|
1686
1708
|
class: "is-game-status"
|
|
1687
|
-
},
|
|
1709
|
+
}, An = { key: 0 }, _n = { class: "is-badge is-invert is-large" }, Dn = { key: 1 }, Mn = { class: "is-badge is-invert is-large" }, Ln = {
|
|
1688
1710
|
key: 3,
|
|
1689
1711
|
class: "is-game-status"
|
|
1690
|
-
},
|
|
1712
|
+
}, Cn = { key: 0 }, Gn = { key: 1 }, Bn = { key: 2 }, Hn = { key: 3 }, Fn = {
|
|
1691
1713
|
key: 5,
|
|
1692
1714
|
class: "is-attendance"
|
|
1693
|
-
},
|
|
1715
|
+
}, Rn = { class: "is-team-name" }, Kn = { class: "is-goal-scorers" }, Un = {
|
|
1694
1716
|
__name: "GameData",
|
|
1695
1717
|
props: {
|
|
1696
1718
|
gameData: {
|
|
@@ -1707,83 +1729,83 @@ const yn = { class: "gamecenter-timeline-game-data" }, wn = { class: "is-title-c
|
|
|
1707
1729
|
}
|
|
1708
1730
|
},
|
|
1709
1731
|
setup(e) {
|
|
1710
|
-
const t = e, { t: a } = D(), r = w(() =>
|
|
1711
|
-
return (s, d) => (
|
|
1712
|
-
l("div",
|
|
1732
|
+
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));
|
|
1733
|
+
return (s, d) => (m(), b("div", wn, [
|
|
1734
|
+
l("div", xn, [
|
|
1713
1735
|
d[0] || (B(-1, !0), (d[0] = l("div", { class: "is-title" }, [
|
|
1714
|
-
x(
|
|
1736
|
+
x(g(e.gameData.championshipName) + " - " + g(e.gameData.divisionName) + " - " + g(e.gameData.gameName) + " / " + g(e.gameData.location.locationName), 1)
|
|
1715
1737
|
])).cacheIndex = 0, B(1), d[0]),
|
|
1716
|
-
l("div",
|
|
1717
|
-
l("div",
|
|
1718
|
-
l("div",
|
|
1719
|
-
e.gameData.electronicReportUrl ? (
|
|
1738
|
+
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),
|
|
1739
|
+
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),
|
|
1740
|
+
l("div", Sn, [
|
|
1741
|
+
e.gameData.electronicReportUrl ? (m(), b("a", {
|
|
1720
1742
|
key: 0,
|
|
1721
1743
|
href: e.gameData.electronicReportUrl,
|
|
1722
1744
|
target: "_blank"
|
|
1723
1745
|
}, [
|
|
1724
|
-
|
|
1725
|
-
x(" " +
|
|
1726
|
-
], 8,
|
|
1727
|
-
e.gameData.toiReportUrl ? (
|
|
1746
|
+
f(n(Oe), { class: "is-icon" }),
|
|
1747
|
+
x(" " + g(n(a)("sheet")), 1)
|
|
1748
|
+
], 8, zn)) : y("", !0),
|
|
1749
|
+
e.gameData.toiReportUrl ? (m(), b("a", {
|
|
1728
1750
|
key: 1,
|
|
1729
1751
|
href: e.gameData.toiReportUrl,
|
|
1730
1752
|
target: "_blank"
|
|
1731
1753
|
}, [
|
|
1732
|
-
|
|
1733
|
-
x(" " +
|
|
1734
|
-
], 8,
|
|
1735
|
-
e.gameData.video ? (
|
|
1754
|
+
f(n(Oe), { class: "is-icon" }),
|
|
1755
|
+
x(" " + g(n(a)("toiSheet")), 1)
|
|
1756
|
+
], 8, $n)) : y("", !0),
|
|
1757
|
+
e.gameData.video ? (m(), b("a", {
|
|
1736
1758
|
key: 2,
|
|
1737
1759
|
href: e.gameData.video,
|
|
1738
1760
|
target: "_blank"
|
|
1739
1761
|
}, [
|
|
1740
|
-
|
|
1741
|
-
x(" " +
|
|
1742
|
-
], 8,
|
|
1762
|
+
f(n(va), { class: "is-icon" }),
|
|
1763
|
+
x(" " + g(n(a)("video")), 1)
|
|
1764
|
+
], 8, Pn)) : y("", !0)
|
|
1743
1765
|
])
|
|
1744
1766
|
]),
|
|
1745
|
-
l("div",
|
|
1767
|
+
l("div", jn, [
|
|
1746
1768
|
l("div", null, [
|
|
1747
|
-
d[1] || (B(-1, !0), (d[1] =
|
|
1769
|
+
d[1] || (B(-1, !0), (d[1] = f(n(U), {
|
|
1748
1770
|
src: e.gameData.homeTeam.logo,
|
|
1749
1771
|
class: "is-team-logo",
|
|
1750
1772
|
"default-src": n(Be)
|
|
1751
1773
|
}, null, 8, ["src", "default-src"])).cacheIndex = 1, B(1), d[1]),
|
|
1752
|
-
l("h1",
|
|
1753
|
-
l("ul",
|
|
1754
|
-
(
|
|
1755
|
-
key:
|
|
1774
|
+
l("h1", En, g(e.gameData.homeTeam.longName), 1),
|
|
1775
|
+
l("ul", Nn, [
|
|
1776
|
+
(m(!0), b(k, null, N(i.value, (c) => (m(), b("li", {
|
|
1777
|
+
key: c.id
|
|
1756
1778
|
}, [
|
|
1757
|
-
x(
|
|
1758
|
-
l("span", null,
|
|
1779
|
+
x(g(c.name) + " ", 1),
|
|
1780
|
+
l("span", null, g(c.eventTime), 1)
|
|
1759
1781
|
]))), 128))
|
|
1760
1782
|
])
|
|
1761
1783
|
]),
|
|
1762
1784
|
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",
|
|
1785
|
+
e.gameData.gameStatus > 1 ? (m(), b("p", On, g(n(a)(`gameStatus.status-${e.gameData.gameStatus}`)), 1)) : y("", !0),
|
|
1786
|
+
e.gameData.gameStatus === 1 ? (m(), b("p", In, g(n(a)(`periods.${n(Fe)(e.gameData.period)}`)), 1)) : y("", !0),
|
|
1787
|
+
e.gameData.gameStatus > 1 ? (m(), b(k, { key: 2 }, [
|
|
1788
|
+
e.gameData.isOvertime ? (m(), b("p", An, [
|
|
1789
|
+
l("span", _n, g(n(a)("afterOvertime")), 1)
|
|
1768
1790
|
])) : y("", !0),
|
|
1769
|
-
e.gameData.isShootout ? (
|
|
1770
|
-
l("span",
|
|
1791
|
+
e.gameData.isShootout ? (m(), b("p", Dn, [
|
|
1792
|
+
l("span", Mn, g(n(a)("afterShootout")), 1)
|
|
1771
1793
|
])) : y("", !0)
|
|
1772
1794
|
], 64)) : y("", !0),
|
|
1773
|
-
e.gameData.gameStatus === 1 ? (
|
|
1774
|
-
e.gameData.gameStatus === 1 ? (
|
|
1795
|
+
e.gameData.gameStatus === 1 ? (m(), b("p", Ln, g(e.gameData.actualTime), 1)) : y("", !0),
|
|
1796
|
+
e.gameData.gameStatus === 1 ? (m(), T(ba, {
|
|
1775
1797
|
key: 4,
|
|
1776
1798
|
"game-data": e.gameData
|
|
1777
1799
|
}, null, 8, ["game-data"])) : y("", !0),
|
|
1778
1800
|
l("div", {
|
|
1779
1801
|
class: H(["is-game-result", [{ "is-game-status-live": e.gameData.gameStatus === 1 }]])
|
|
1780
1802
|
}, [
|
|
1781
|
-
e.gameData.gameStatus === 0 ? (
|
|
1803
|
+
e.gameData.gameStatus === 0 ? (m(), b("span", Cn, "-")) : (m(), b("span", Gn, g(e.gameData.homeTeamScore), 1)),
|
|
1782
1804
|
d[3] || (d[3] = x(":")),
|
|
1783
|
-
e.gameData.gameStatus === 0 ? (
|
|
1805
|
+
e.gameData.gameStatus === 0 ? (m(), b("span", Bn, "-")) : (m(), b("span", Hn, g(e.gameData.awayTeamScore), 1))
|
|
1784
1806
|
], 2),
|
|
1785
|
-
e.gameData.attendance ? (
|
|
1786
|
-
e.gameData.gameStatus > 0 ? (
|
|
1807
|
+
e.gameData.attendance ? (m(), b("p", Fn, g(n(a)("gameData.attendance", [e.gameData.attendance])), 1)) : y("", !0),
|
|
1808
|
+
e.gameData.gameStatus > 0 ? (m(), T(dn, {
|
|
1787
1809
|
key: 6,
|
|
1788
1810
|
results: r.value,
|
|
1789
1811
|
"home-team-name": e.gameData.homeTeam.shortName,
|
|
@@ -1791,38 +1813,38 @@ const yn = { class: "gamecenter-timeline-game-data" }, wn = { class: "is-title-c
|
|
|
1791
1813
|
}, null, 8, ["results", "home-team-name", "away-team-name"])) : y("", !0)
|
|
1792
1814
|
]),
|
|
1793
1815
|
l("div", null, [
|
|
1794
|
-
d[2] || (B(-1, !0), (d[2] =
|
|
1816
|
+
d[2] || (B(-1, !0), (d[2] = f(n(U), {
|
|
1795
1817
|
src: e.gameData.awayTeam.logo,
|
|
1796
1818
|
"default-src": n(He),
|
|
1797
1819
|
class: "is-team-logo"
|
|
1798
1820
|
}, null, 8, ["src", "default-src"])).cacheIndex = 2, B(1), d[2]),
|
|
1799
|
-
l("h1",
|
|
1800
|
-
l("ul",
|
|
1801
|
-
(
|
|
1802
|
-
key:
|
|
1821
|
+
l("h1", Rn, g(e.gameData.awayTeam.longName), 1),
|
|
1822
|
+
l("ul", Kn, [
|
|
1823
|
+
(m(!0), b(k, null, N(o.value, (c) => (m(), b("li", {
|
|
1824
|
+
key: c.id
|
|
1803
1825
|
}, [
|
|
1804
|
-
x(
|
|
1805
|
-
l("span", null,
|
|
1826
|
+
x(g(c.name) + " ", 1),
|
|
1827
|
+
l("span", null, g(c.eventTime), 1)
|
|
1806
1828
|
]))), 128))
|
|
1807
1829
|
])
|
|
1808
1830
|
])
|
|
1809
1831
|
])
|
|
1810
1832
|
]));
|
|
1811
1833
|
}
|
|
1812
|
-
},
|
|
1834
|
+
}, Vn = {
|
|
1813
1835
|
width: "32",
|
|
1814
1836
|
height: "32",
|
|
1815
1837
|
viewBox: "0 0 32 32"
|
|
1816
1838
|
};
|
|
1817
|
-
function
|
|
1818
|
-
return
|
|
1839
|
+
function qn(e, t) {
|
|
1840
|
+
return m(), b("svg", Vn, t[0] || (t[0] = [
|
|
1819
1841
|
l("path", {
|
|
1820
1842
|
fill: "currentColor",
|
|
1821
1843
|
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
1844
|
}, null, -1)
|
|
1823
1845
|
]));
|
|
1824
1846
|
}
|
|
1825
|
-
const pe = { render:
|
|
1847
|
+
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
1848
|
__name: "GameEventLayout",
|
|
1827
1849
|
props: {
|
|
1828
1850
|
timestamp: {
|
|
@@ -1845,7 +1867,7 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1845
1867
|
}
|
|
1846
1868
|
},
|
|
1847
1869
|
setup(e) {
|
|
1848
|
-
return (t, a) => (
|
|
1870
|
+
return (t, a) => (m(), b("div", {
|
|
1849
1871
|
class: "gamecenter-timeline-game-event",
|
|
1850
1872
|
"data-team": e.isHomeTeam ? "home" : "away"
|
|
1851
1873
|
}, [
|
|
@@ -1853,32 +1875,32 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1853
1875
|
l("div", {
|
|
1854
1876
|
class: H(["is-details-container", [
|
|
1855
1877
|
{
|
|
1856
|
-
"is-goal": e.eventType === n(
|
|
1857
|
-
"is-penalty": e.eventType === n(
|
|
1858
|
-
"is-timeout": e.eventType === n(
|
|
1859
|
-
"is-goalies": e.eventType === n(
|
|
1878
|
+
"is-goal": e.eventType === n(Ji),
|
|
1879
|
+
"is-penalty": e.eventType === n(Zi),
|
|
1880
|
+
"is-timeout": e.eventType === n(en),
|
|
1881
|
+
"is-goalies": e.eventType === n(Xi),
|
|
1860
1882
|
"is-penalty-shot-goal": e.eventType === n(Ot) && e.event.goal,
|
|
1861
1883
|
"is-penalty-shot-no-goal": e.eventType === n(Ot) && !e.event.goal
|
|
1862
1884
|
}
|
|
1863
1885
|
]])
|
|
1864
1886
|
}, [
|
|
1865
|
-
l("div",
|
|
1887
|
+
l("div", Wn, [
|
|
1866
1888
|
W(t.$slots, "title")
|
|
1867
1889
|
]),
|
|
1868
1890
|
W(t.$slots, "details-list"),
|
|
1869
|
-
l("div",
|
|
1891
|
+
l("div", Qn, [
|
|
1870
1892
|
W(t.$slots, "team-logo")
|
|
1871
1893
|
]),
|
|
1872
|
-
l("div",
|
|
1894
|
+
l("div", Jn, [
|
|
1873
1895
|
W(t.$slots, "event-type-icon")
|
|
1874
1896
|
])
|
|
1875
1897
|
], 2),
|
|
1876
|
-
l("div",
|
|
1877
|
-
l("p", null,
|
|
1898
|
+
l("div", Zn, [
|
|
1899
|
+
l("p", null, g(e.timestamp), 1)
|
|
1878
1900
|
])
|
|
1879
|
-
], 8,
|
|
1901
|
+
], 8, Yn));
|
|
1880
1902
|
}
|
|
1881
|
-
},
|
|
1903
|
+
}, Xn = ["aria-label"], he = {
|
|
1882
1904
|
__name: "TeamLogo",
|
|
1883
1905
|
props: {
|
|
1884
1906
|
name: {
|
|
@@ -1895,8 +1917,8 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1895
1917
|
},
|
|
1896
1918
|
setup(e) {
|
|
1897
1919
|
const t = e, a = C(null), r = w(() => t.isHomeTeam ? Be : He);
|
|
1898
|
-
return (i, o) => (
|
|
1899
|
-
|
|
1920
|
+
return (i, o) => (m(), b(k, null, [
|
|
1921
|
+
f(n(Q), {
|
|
1900
1922
|
offset: 2,
|
|
1901
1923
|
placement: "top",
|
|
1902
1924
|
theme: "tooltip",
|
|
@@ -1904,16 +1926,16 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1904
1926
|
"append-to": a.value
|
|
1905
1927
|
}, {
|
|
1906
1928
|
default: S(({ setRef: s, events: d }) => [
|
|
1907
|
-
l("span",
|
|
1929
|
+
l("span", ne({
|
|
1908
1930
|
ref: s,
|
|
1909
1931
|
tabindex: 0,
|
|
1910
1932
|
"aria-label": e.name
|
|
1911
|
-
},
|
|
1912
|
-
|
|
1933
|
+
}, oe(d, !0)), [
|
|
1934
|
+
f(n(U), {
|
|
1913
1935
|
src: e.logo,
|
|
1914
1936
|
"default-src": r.value
|
|
1915
1937
|
}, null, 8, ["src", "default-src"])
|
|
1916
|
-
], 16,
|
|
1938
|
+
], 16, Xn)
|
|
1917
1939
|
]),
|
|
1918
1940
|
_: 1
|
|
1919
1941
|
}, 8, ["content", "append-to"]),
|
|
@@ -1923,10 +1945,10 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1923
1945
|
}, null, 512)
|
|
1924
1946
|
], 64));
|
|
1925
1947
|
}
|
|
1926
|
-
},
|
|
1948
|
+
}, 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
1949
|
key: 0,
|
|
1928
1950
|
class: "is-poi-data"
|
|
1929
|
-
},
|
|
1951
|
+
}, lo = ["aria-label"], co = ["aria-label"], mo = {
|
|
1930
1952
|
key: 0,
|
|
1931
1953
|
class: "is-badge is-invert is-large"
|
|
1932
1954
|
}, go = {
|
|
@@ -1942,86 +1964,86 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
1942
1964
|
}
|
|
1943
1965
|
},
|
|
1944
1966
|
setup(e) {
|
|
1945
|
-
const t = e, a = C(null), { t: r } = D(), i = w(() =>
|
|
1946
|
-
return (d,
|
|
1967
|
+
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);
|
|
1968
|
+
return (d, c) => (m(), T(fe, {
|
|
1947
1969
|
timestamp: e.event.eventTime,
|
|
1948
1970
|
"is-home-team": e.isHomeTeam,
|
|
1949
1971
|
"event-type": e.event.type,
|
|
1950
1972
|
event: e.event
|
|
1951
1973
|
}, {
|
|
1952
1974
|
title: S(() => [
|
|
1953
|
-
x(
|
|
1954
|
-
e.event.advantage ? (
|
|
1955
|
-
e.event.en ? (
|
|
1956
|
-
x(" (" +
|
|
1975
|
+
x(g(n(r)("eventType.Gól")) + " ", 1),
|
|
1976
|
+
e.event.advantage ? (m(), b("span", eo, g(e.event.advantage), 1)) : y("", !0),
|
|
1977
|
+
e.event.en ? (m(), b("span", to, " EN ")) : y("", !0),
|
|
1978
|
+
x(" (" + g(e.event.score) + ") ", 1)
|
|
1957
1979
|
]),
|
|
1958
1980
|
"details-list": S(() => [
|
|
1959
|
-
l("ul",
|
|
1960
|
-
l("li",
|
|
1961
|
-
l("span",
|
|
1962
|
-
x(" " +
|
|
1981
|
+
l("ul", ao, [
|
|
1982
|
+
l("li", ro, [
|
|
1983
|
+
l("span", io, g(e.event.jerseyNumber), 1),
|
|
1984
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
1963
1985
|
]),
|
|
1964
|
-
l("li",
|
|
1965
|
-
(
|
|
1966
|
-
key:
|
|
1986
|
+
l("li", no, [
|
|
1987
|
+
(m(!0), b(k, null, N(i.value, (u) => (m(), b("span", {
|
|
1988
|
+
key: u,
|
|
1967
1989
|
class: "is-evented-person"
|
|
1968
1990
|
}, [
|
|
1969
|
-
l("i",
|
|
1970
|
-
x(" " +
|
|
1991
|
+
l("i", oo, g(u.jerseyNumber), 1),
|
|
1992
|
+
x(" " + g(u.lastName) + " " + g(u.firstName), 1)
|
|
1971
1993
|
]))), 128))
|
|
1972
1994
|
]),
|
|
1973
|
-
!n(A)(o.value) || !n(A)(s.value) ? (
|
|
1995
|
+
!n(A)(o.value) || !n(A)(s.value) ? (m(), b("li", so, [
|
|
1974
1996
|
l("ul", null, [
|
|
1975
|
-
(
|
|
1976
|
-
key:
|
|
1997
|
+
(m(!0), b(k, null, N(o.value, (u) => (m(), T(n(Q), {
|
|
1998
|
+
key: u.playerId,
|
|
1977
1999
|
offset: 2,
|
|
1978
2000
|
placement: "top",
|
|
1979
2001
|
theme: "tooltip",
|
|
1980
|
-
content: `${
|
|
2002
|
+
content: `${u.lastName} ${u.firstName}`,
|
|
1981
2003
|
"append-to": a.value
|
|
1982
2004
|
}, {
|
|
1983
|
-
default: S(({ setRef: p, events:
|
|
1984
|
-
l("li",
|
|
2005
|
+
default: S(({ setRef: p, events: v }) => [
|
|
2006
|
+
l("li", ne({
|
|
1985
2007
|
ref_for: !0,
|
|
1986
2008
|
ref: p,
|
|
1987
2009
|
tabindex: 0,
|
|
1988
|
-
"aria-label": `${
|
|
1989
|
-
},
|
|
2010
|
+
"aria-label": `${u.jerseyNumber} ${u.lastName} ${u.firstName}`
|
|
2011
|
+
}, oe(v, !0)), g(u.jerseyNumber), 17, lo)
|
|
1990
2012
|
]),
|
|
1991
2013
|
_: 2
|
|
1992
2014
|
}, 1032, ["content", "append-to"]))), 128))
|
|
1993
2015
|
]),
|
|
1994
|
-
|
|
2016
|
+
c[0] || (c[0] = l("span", null, " / ", -1)),
|
|
1995
2017
|
l("ul", null, [
|
|
1996
|
-
(
|
|
1997
|
-
key:
|
|
2018
|
+
(m(!0), b(k, null, N(s.value, (u) => (m(), T(n(Q), {
|
|
2019
|
+
key: u.playerId,
|
|
1998
2020
|
offset: 2,
|
|
1999
2021
|
placement: "top",
|
|
2000
2022
|
theme: "tooltip",
|
|
2001
|
-
content: `${
|
|
2023
|
+
content: `${u.lastName} ${u.firstName}`,
|
|
2002
2024
|
"append-to": a.value
|
|
2003
2025
|
}, {
|
|
2004
|
-
default: S(({ setRef: p, events:
|
|
2005
|
-
l("li",
|
|
2026
|
+
default: S(({ setRef: p, events: v }) => [
|
|
2027
|
+
l("li", ne({
|
|
2006
2028
|
ref_for: !0,
|
|
2007
2029
|
ref: p,
|
|
2008
2030
|
tabindex: 0,
|
|
2009
|
-
"aria-label": `${
|
|
2010
|
-
},
|
|
2031
|
+
"aria-label": `${u.jerseyNumber} ${u.lastName} ${u.firstName}`
|
|
2032
|
+
}, oe(v, !0)), g(u.jerseyNumber), 17, co)
|
|
2011
2033
|
]),
|
|
2012
2034
|
_: 2
|
|
2013
2035
|
}, 1032, ["content", "append-to"]))), 128))
|
|
2014
2036
|
])
|
|
2015
2037
|
])) : y("", !0),
|
|
2016
2038
|
l("li", null, [
|
|
2017
|
-
e.event.ps || e.event.gws || e.event.gwg ? (
|
|
2018
|
-
e.event.ps ? (
|
|
2039
|
+
e.event.ps || e.event.gws || e.event.gwg ? (m(), b("span", mo, [
|
|
2040
|
+
e.event.ps ? (m(), b(k, { key: 0 }, [
|
|
2019
2041
|
x("PS")
|
|
2020
2042
|
], 64)) : y("", !0),
|
|
2021
|
-
e.event.gws ? (
|
|
2043
|
+
e.event.gws ? (m(), b(k, { key: 1 }, [
|
|
2022
2044
|
x("GWS")
|
|
2023
2045
|
], 64)) : y("", !0),
|
|
2024
|
-
e.event.gwg ? (
|
|
2046
|
+
e.event.gwg ? (m(), b(k, { key: 2 }, [
|
|
2025
2047
|
x("GWG")
|
|
2026
2048
|
], 64)) : y("", !0)
|
|
2027
2049
|
])) : y("", !0)
|
|
@@ -2029,7 +2051,7 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
2029
2051
|
])
|
|
2030
2052
|
]),
|
|
2031
2053
|
"team-logo": S(() => [
|
|
2032
|
-
(
|
|
2054
|
+
(m(), T(he, {
|
|
2033
2055
|
key: e.event.team.id,
|
|
2034
2056
|
name: e.event.team.longName,
|
|
2035
2057
|
logo: e.event.team.logo,
|
|
@@ -2037,49 +2059,49 @@ const pe = { render: Vn }, qn = ["data-team"], Yn = { class: "is-details-title"
|
|
|
2037
2059
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2038
2060
|
]),
|
|
2039
2061
|
"event-type-icon": S(() => [
|
|
2040
|
-
|
|
2062
|
+
f(n(pe))
|
|
2041
2063
|
]),
|
|
2042
2064
|
_: 1
|
|
2043
2065
|
}, 8, ["timestamp", "is-home-team", "event-type", "event"]));
|
|
2044
2066
|
}
|
|
2045
|
-
},
|
|
2067
|
+
}, uo = {
|
|
2046
2068
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2047
2069
|
viewBox: "0 0 24 24"
|
|
2048
2070
|
};
|
|
2049
|
-
function
|
|
2050
|
-
return
|
|
2071
|
+
function vo(e, t) {
|
|
2072
|
+
return m(), b("svg", uo, t[0] || (t[0] = [
|
|
2051
2073
|
l("path", {
|
|
2052
2074
|
fill: "currentColor",
|
|
2053
2075
|
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
2076
|
}, null, -1)
|
|
2055
2077
|
]));
|
|
2056
2078
|
}
|
|
2057
|
-
const pa = { render:
|
|
2079
|
+
const pa = { render: vo }, bo = {
|
|
2058
2080
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2059
2081
|
viewBox: "0 0 24 24"
|
|
2060
2082
|
};
|
|
2061
|
-
function
|
|
2062
|
-
return
|
|
2083
|
+
function po(e, t) {
|
|
2084
|
+
return m(), b("svg", bo, t[0] || (t[0] = [
|
|
2063
2085
|
l("path", {
|
|
2064
2086
|
fill: "currentColor",
|
|
2065
2087
|
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
2088
|
}, null, -1)
|
|
2067
2089
|
]));
|
|
2068
2090
|
}
|
|
2069
|
-
const Xe = { render:
|
|
2091
|
+
const Xe = { render: po }, fo = {
|
|
2070
2092
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2071
2093
|
fill: "none",
|
|
2072
2094
|
viewBox: "0 0 24 24"
|
|
2073
2095
|
};
|
|
2074
|
-
function
|
|
2075
|
-
return
|
|
2096
|
+
function ho(e, t) {
|
|
2097
|
+
return m(), b("svg", fo, t[0] || (t[0] = [
|
|
2076
2098
|
l("path", {
|
|
2077
2099
|
fill: "#000",
|
|
2078
2100
|
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
2101
|
}, null, -1)
|
|
2080
2102
|
]));
|
|
2081
2103
|
}
|
|
2082
|
-
const
|
|
2104
|
+
const yo = { render: ho }, wo = { class: "is-details-list" }, xo = { class: "is-evented-person" }, ko = { class: "is-player-number" }, To = {
|
|
2083
2105
|
__name: "Goalies",
|
|
2084
2106
|
props: {
|
|
2085
2107
|
event: {
|
|
@@ -2093,25 +2115,25 @@ const ho = { render: fo }, yo = { class: "is-details-list" }, wo = { class: "is-
|
|
|
2093
2115
|
},
|
|
2094
2116
|
setup(e) {
|
|
2095
2117
|
const { t } = D();
|
|
2096
|
-
return (a, r) => (
|
|
2118
|
+
return (a, r) => (m(), T(fe, {
|
|
2097
2119
|
timestamp: e.event.eventTime,
|
|
2098
2120
|
"is-home-team": e.isHomeTeam,
|
|
2099
2121
|
"event-type": e.event.type,
|
|
2100
2122
|
event: e.event
|
|
2101
2123
|
}, {
|
|
2102
2124
|
title: S(() => [
|
|
2103
|
-
x(
|
|
2125
|
+
x(g(n(t)("eventType.Kapus")) + " - " + g(n(t)(`eventType.goalie.${e.event.gkDirection}`)), 1)
|
|
2104
2126
|
]),
|
|
2105
2127
|
"details-list": S(() => [
|
|
2106
|
-
l("ul",
|
|
2107
|
-
l("li",
|
|
2108
|
-
l("span",
|
|
2109
|
-
x(" " +
|
|
2128
|
+
l("ul", wo, [
|
|
2129
|
+
l("li", xo, [
|
|
2130
|
+
l("span", ko, g(e.event.jerseyNumber), 1),
|
|
2131
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
2110
2132
|
])
|
|
2111
2133
|
])
|
|
2112
2134
|
]),
|
|
2113
2135
|
"team-logo": S(() => [
|
|
2114
|
-
(
|
|
2136
|
+
(m(), T(he, {
|
|
2115
2137
|
key: e.event.team.id,
|
|
2116
2138
|
name: e.event.team.longName,
|
|
2117
2139
|
logo: e.event.team.logo,
|
|
@@ -2119,19 +2141,19 @@ const ho = { render: fo }, yo = { class: "is-details-list" }, wo = { class: "is-
|
|
|
2119
2141
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2120
2142
|
]),
|
|
2121
2143
|
"event-type-icon": S(() => [
|
|
2122
|
-
e.event.gkDirection === "CSERE" ? (
|
|
2144
|
+
e.event.gkDirection === "CSERE" ? (m(), T(n(yo), {
|
|
2123
2145
|
key: 0,
|
|
2124
2146
|
width: "24",
|
|
2125
2147
|
height: "24",
|
|
2126
2148
|
class: "is-goalie-in-icon"
|
|
2127
2149
|
})) : y("", !0),
|
|
2128
|
-
e.event.gkDirection === "BE" ? (
|
|
2150
|
+
e.event.gkDirection === "BE" ? (m(), T(n(Xe), {
|
|
2129
2151
|
key: 1,
|
|
2130
2152
|
width: "24",
|
|
2131
2153
|
height: "24",
|
|
2132
2154
|
class: "is-goalie-in-icon"
|
|
2133
2155
|
})) : y("", !0),
|
|
2134
|
-
e.event.gkDirection === "KI" ? (
|
|
2156
|
+
e.event.gkDirection === "KI" ? (m(), T(n(pa), {
|
|
2135
2157
|
key: 2,
|
|
2136
2158
|
width: "24",
|
|
2137
2159
|
height: "24",
|
|
@@ -2141,16 +2163,16 @@ const ho = { render: fo }, yo = { class: "is-details-list" }, wo = { class: "is-
|
|
|
2141
2163
|
_: 1
|
|
2142
2164
|
}, 8, ["timestamp", "is-home-team", "event-type", "event"]));
|
|
2143
2165
|
}
|
|
2144
|
-
},
|
|
2145
|
-
function
|
|
2146
|
-
return
|
|
2166
|
+
}, So = { viewBox: "0 0 24 24" };
|
|
2167
|
+
function zo(e, t) {
|
|
2168
|
+
return m(), b("svg", So, t[0] || (t[0] = [
|
|
2147
2169
|
l("path", {
|
|
2148
2170
|
fill: "currentColor",
|
|
2149
2171
|
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
2172
|
}, null, -1)
|
|
2151
2173
|
]));
|
|
2152
2174
|
}
|
|
2153
|
-
const fa = { render:
|
|
2175
|
+
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
2176
|
__name: "Penalty",
|
|
2155
2177
|
props: {
|
|
2156
2178
|
event: {
|
|
@@ -2163,40 +2185,40 @@ const fa = { render: So }, zo = { class: "is-details-list" }, $o = { class: "is-
|
|
|
2163
2185
|
}
|
|
2164
2186
|
},
|
|
2165
2187
|
setup(e) {
|
|
2166
|
-
const t = e, { t: a } = D(), r = w(() =>
|
|
2167
|
-
return (i, o) => (
|
|
2188
|
+
const t = e, { t: a } = D(), r = w(() => ma(t.event));
|
|
2189
|
+
return (i, o) => (m(), T(fe, {
|
|
2168
2190
|
timestamp: e.event.eventTime,
|
|
2169
2191
|
"is-home-team": e.isHomeTeam,
|
|
2170
2192
|
"event-type": e.event.type
|
|
2171
2193
|
}, {
|
|
2172
2194
|
title: S(() => [
|
|
2173
|
-
x(
|
|
2174
|
-
e.event.penaltyLength !== 0 ? (
|
|
2175
|
-
x(
|
|
2176
|
-
e.event.penaltyEnd ? (
|
|
2177
|
-
x(" (" +
|
|
2195
|
+
x(g(n(a)("eventType.Kiállítás")) + " ", 1),
|
|
2196
|
+
e.event.penaltyLength !== 0 ? (m(), b(k, { key: 0 }, [
|
|
2197
|
+
x(g(n(a)("events.penaltyLength", [e.event.penaltyLength])) + " ", 1),
|
|
2198
|
+
e.event.penaltyEnd ? (m(), b(k, { key: 0 }, [
|
|
2199
|
+
x(" (" + g(e.event.penaltyEnd) + ") ", 1)
|
|
2178
2200
|
], 64)) : y("", !0)
|
|
2179
2201
|
], 64)) : y("", !0),
|
|
2180
|
-
e.event.perc === 0 ? (
|
|
2202
|
+
e.event.perc === 0 ? (m(), b(k, { key: 1 }, [
|
|
2181
2203
|
x(" PS ")
|
|
2182
2204
|
], 64)) : y("", !0)
|
|
2183
2205
|
]),
|
|
2184
2206
|
"details-list": S(() => [
|
|
2185
|
-
l("ul",
|
|
2186
|
-
l("li",
|
|
2187
|
-
e.event.jerseyNumber === null ? (
|
|
2188
|
-
l("span",
|
|
2189
|
-
x(" " +
|
|
2207
|
+
l("ul", $o, [
|
|
2208
|
+
l("li", Po, [
|
|
2209
|
+
e.event.jerseyNumber === null ? (m(), b("span", jo, g(n(a)("events.teamPenalty")), 1)) : (m(), b(k, { key: 1 }, [
|
|
2210
|
+
l("span", Eo, g(e.event.jerseyNumber), 1),
|
|
2211
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
2190
2212
|
], 64))
|
|
2191
2213
|
]),
|
|
2192
|
-
l("li",
|
|
2193
|
-
x(
|
|
2194
|
-
l("b", null, "(" +
|
|
2214
|
+
l("li", No, [
|
|
2215
|
+
x(g(n(a)(`penalties.${r.value.penaltyCause}`)) + " ", 1),
|
|
2216
|
+
l("b", null, "(" + g(r.value.penaltyCause) + ")", 1)
|
|
2195
2217
|
])
|
|
2196
2218
|
])
|
|
2197
2219
|
]),
|
|
2198
2220
|
"team-logo": S(() => [
|
|
2199
|
-
(
|
|
2221
|
+
(m(), T(he, {
|
|
2200
2222
|
key: e.event.team.id,
|
|
2201
2223
|
name: e.event.team.longName,
|
|
2202
2224
|
logo: e.event.team.logo,
|
|
@@ -2204,12 +2226,12 @@ const fa = { render: So }, zo = { class: "is-details-list" }, $o = { class: "is-
|
|
|
2204
2226
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2205
2227
|
]),
|
|
2206
2228
|
"event-type-icon": S(() => [
|
|
2207
|
-
|
|
2229
|
+
f(n(fa))
|
|
2208
2230
|
]),
|
|
2209
2231
|
_: 1
|
|
2210
2232
|
}, 8, ["timestamp", "is-home-team", "event-type"]));
|
|
2211
2233
|
}
|
|
2212
|
-
},
|
|
2234
|
+
}, Io = { class: "is-details-list" }, Ao = { class: "is-evented-person" }, _o = { class: "is-player-number" }, Do = {
|
|
2213
2235
|
__name: "PenaltyShot",
|
|
2214
2236
|
props: {
|
|
2215
2237
|
event: {
|
|
@@ -2223,31 +2245,31 @@ const fa = { render: So }, zo = { class: "is-details-list" }, $o = { class: "is-
|
|
|
2223
2245
|
},
|
|
2224
2246
|
setup(e) {
|
|
2225
2247
|
const { t } = D();
|
|
2226
|
-
return (a, r) => (
|
|
2248
|
+
return (a, r) => (m(), T(fe, {
|
|
2227
2249
|
timestamp: e.event.eventTime,
|
|
2228
2250
|
"is-home-team": e.isHomeTeam,
|
|
2229
2251
|
"event-type": e.event.type,
|
|
2230
2252
|
event: e.event
|
|
2231
2253
|
}, {
|
|
2232
2254
|
title: S(() => [
|
|
2233
|
-
x(
|
|
2234
|
-
e.event.goal ? (
|
|
2235
|
-
x(
|
|
2236
|
-
], 64)) : (
|
|
2237
|
-
x(
|
|
2255
|
+
x(g(n(t)("eventType.Büntető")) + " - ", 1),
|
|
2256
|
+
e.event.goal ? (m(), b(k, { key: 0 }, [
|
|
2257
|
+
x(g(n(t)("events.score")), 1)
|
|
2258
|
+
], 64)) : (m(), b(k, { key: 1 }, [
|
|
2259
|
+
x(g(n(t)("events.missed")), 1)
|
|
2238
2260
|
], 64)),
|
|
2239
|
-
x(" - (" +
|
|
2261
|
+
x(" - (" + g(e.event.score) + ") ", 1)
|
|
2240
2262
|
]),
|
|
2241
2263
|
"details-list": S(() => [
|
|
2242
|
-
l("ul",
|
|
2243
|
-
l("li",
|
|
2244
|
-
l("span",
|
|
2245
|
-
x(" " +
|
|
2264
|
+
l("ul", Io, [
|
|
2265
|
+
l("li", Ao, [
|
|
2266
|
+
l("span", _o, g(e.event.jerseyNumber), 1),
|
|
2267
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
2246
2268
|
])
|
|
2247
2269
|
])
|
|
2248
2270
|
]),
|
|
2249
2271
|
"team-logo": S(() => [
|
|
2250
|
-
(
|
|
2272
|
+
(m(), T(he, {
|
|
2251
2273
|
key: e.event.team.id,
|
|
2252
2274
|
name: e.event.team.longName,
|
|
2253
2275
|
logo: e.event.team.logo,
|
|
@@ -2255,25 +2277,25 @@ const fa = { render: So }, zo = { class: "is-details-list" }, $o = { class: "is-
|
|
|
2255
2277
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2256
2278
|
]),
|
|
2257
2279
|
"event-type-icon": S(() => [
|
|
2258
|
-
|
|
2280
|
+
f(n(pe))
|
|
2259
2281
|
]),
|
|
2260
2282
|
_: 1
|
|
2261
2283
|
}, 8, ["timestamp", "is-home-team", "event-type", "event"]));
|
|
2262
2284
|
}
|
|
2263
|
-
},
|
|
2285
|
+
}, Mo = {
|
|
2264
2286
|
width: "32",
|
|
2265
2287
|
height: "32",
|
|
2266
2288
|
viewBox: "0 0 24 24"
|
|
2267
2289
|
};
|
|
2268
|
-
function
|
|
2269
|
-
return
|
|
2290
|
+
function Lo(e, t) {
|
|
2291
|
+
return m(), b("svg", Mo, t[0] || (t[0] = [
|
|
2270
2292
|
l("path", {
|
|
2271
2293
|
fill: "currentColor",
|
|
2272
2294
|
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
2295
|
}, null, -1)
|
|
2274
2296
|
]));
|
|
2275
2297
|
}
|
|
2276
|
-
const bt = { render:
|
|
2298
|
+
const bt = { render: Lo }, Co = { class: "is-period-header" }, Go = {
|
|
2277
2299
|
__name: "Period",
|
|
2278
2300
|
props: {
|
|
2279
2301
|
event: {
|
|
@@ -2283,16 +2305,16 @@ const bt = { render: Mo }, Lo = { class: "is-period-header" }, Co = {
|
|
|
2283
2305
|
},
|
|
2284
2306
|
setup(e) {
|
|
2285
2307
|
const { t } = D();
|
|
2286
|
-
return (a, r) => (
|
|
2308
|
+
return (a, r) => (m(), b("div", Co, [
|
|
2287
2309
|
r[0] || (r[0] = l("div", null, null, -1)),
|
|
2288
|
-
l("p", null,
|
|
2310
|
+
l("p", null, g(e.event.eventPeriod === "pre" ? "-15:00" : e.event.eventTime), 1),
|
|
2289
2311
|
l("span", null, [
|
|
2290
|
-
|
|
2291
|
-
x(" " +
|
|
2312
|
+
f(n(bt)),
|
|
2313
|
+
x(" " + g(n(t)(`periods.${e.event.eventPeriod}`)), 1)
|
|
2292
2314
|
])
|
|
2293
2315
|
]));
|
|
2294
2316
|
}
|
|
2295
|
-
},
|
|
2317
|
+
}, Bo = {
|
|
2296
2318
|
__name: "Timeout",
|
|
2297
2319
|
props: {
|
|
2298
2320
|
event: {
|
|
@@ -2306,16 +2328,16 @@ const bt = { render: Mo }, Lo = { class: "is-period-header" }, Co = {
|
|
|
2306
2328
|
},
|
|
2307
2329
|
setup(e) {
|
|
2308
2330
|
const { t } = D();
|
|
2309
|
-
return (a, r) => (
|
|
2331
|
+
return (a, r) => (m(), T(fe, {
|
|
2310
2332
|
timestamp: e.event.eventTime,
|
|
2311
2333
|
"is-home-team": e.isHomeTeam,
|
|
2312
2334
|
"event-type": e.event.type
|
|
2313
2335
|
}, {
|
|
2314
2336
|
title: S(() => [
|
|
2315
|
-
x(
|
|
2337
|
+
x(g(n(t)("events.timeout")), 1)
|
|
2316
2338
|
]),
|
|
2317
2339
|
"team-logo": S(() => [
|
|
2318
|
-
(
|
|
2340
|
+
(m(), T(he, {
|
|
2319
2341
|
key: e.event.team.id,
|
|
2320
2342
|
name: e.event.team.longName,
|
|
2321
2343
|
logo: e.event.team.logo,
|
|
@@ -2323,12 +2345,12 @@ const bt = { render: Mo }, Lo = { class: "is-period-header" }, Co = {
|
|
|
2323
2345
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2324
2346
|
]),
|
|
2325
2347
|
"event-type-icon": S(() => [
|
|
2326
|
-
|
|
2348
|
+
f(n(bt))
|
|
2327
2349
|
]),
|
|
2328
2350
|
_: 1
|
|
2329
2351
|
}, 8, ["timestamp", "is-home-team", "event-type"]));
|
|
2330
2352
|
}
|
|
2331
|
-
},
|
|
2353
|
+
}, Ho = {
|
|
2332
2354
|
__name: "GameEvent",
|
|
2333
2355
|
props: {
|
|
2334
2356
|
event: {
|
|
@@ -2341,16 +2363,16 @@ const bt = { render: Mo }, Lo = { class: "is-period-header" }, Co = {
|
|
|
2341
2363
|
}
|
|
2342
2364
|
},
|
|
2343
2365
|
setup(e) {
|
|
2344
|
-
const t = e, a = (/* @__PURE__ */ new Map()).set("Gól", go).set("Kiállítás",
|
|
2366
|
+
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
2367
|
var o, s;
|
|
2346
2368
|
return ((s = (o = t.event) == null ? void 0 : o.team) == null ? void 0 : s.id) === t.homeTeamId;
|
|
2347
2369
|
});
|
|
2348
|
-
return (o, s) => (
|
|
2370
|
+
return (o, s) => (m(), T(Lt(r.value), {
|
|
2349
2371
|
event: e.event,
|
|
2350
2372
|
"is-home-team": i.value
|
|
2351
2373
|
}, null, 8, ["event", "is-home-team"]));
|
|
2352
2374
|
}
|
|
2353
|
-
},
|
|
2375
|
+
}, Fo = { class: "gamecenter-timeline-game-events" }, Ro = {
|
|
2354
2376
|
__name: "GameEvents",
|
|
2355
2377
|
props: {
|
|
2356
2378
|
gameEvents: {
|
|
@@ -2363,10 +2385,10 @@ const bt = { render: Mo }, Lo = { class: "is-period-header" }, Co = {
|
|
|
2363
2385
|
}
|
|
2364
2386
|
},
|
|
2365
2387
|
setup(e) {
|
|
2366
|
-
return (t, a) => (
|
|
2367
|
-
|
|
2388
|
+
return (t, a) => (m(), b("div", Fo, [
|
|
2389
|
+
f(za, { name: "transition-event" }, {
|
|
2368
2390
|
default: S(() => [
|
|
2369
|
-
(
|
|
2391
|
+
(m(!0), b(k, null, N(e.gameEvents, (r) => (m(), T(Ho, {
|
|
2370
2392
|
key: r.eventId,
|
|
2371
2393
|
event: r,
|
|
2372
2394
|
"home-team-id": e.gameData.homeTeam.id
|
|
@@ -2377,7 +2399,7 @@ const bt = { render: Mo }, Lo = { class: "is-period-header" }, Co = {
|
|
|
2377
2399
|
a[0] || (a[0] = l("div", { id: "event-tooltip-container" }, null, -1))
|
|
2378
2400
|
]));
|
|
2379
2401
|
}
|
|
2380
|
-
},
|
|
2402
|
+
}, 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
2403
|
__name: "GameLineups",
|
|
2382
2404
|
props: {
|
|
2383
2405
|
data: {
|
|
@@ -2404,76 +2426,76 @@ const bt = { render: Mo }, Lo = { class: "is-period-header" }, Co = {
|
|
|
2404
2426
|
}
|
|
2405
2427
|
},
|
|
2406
2428
|
setup(e) {
|
|
2407
|
-
const t = e, { t: a } = D(), r = w(() =>
|
|
2429
|
+
const t = e, { t: a } = D(), r = w(() => bn(t.data, t.homeTeamId, t.awayTeamId)), i = w(() => {
|
|
2408
2430
|
var s, d;
|
|
2409
2431
|
return _t(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.home) ?? []);
|
|
2410
2432
|
}), o = w(() => {
|
|
2411
2433
|
var s, d;
|
|
2412
2434
|
return _t(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.away) ?? []);
|
|
2413
2435
|
});
|
|
2414
|
-
return (s, d) => (
|
|
2415
|
-
(
|
|
2416
|
-
l("h2",
|
|
2417
|
-
l("div",
|
|
2418
|
-
(
|
|
2419
|
-
key:
|
|
2420
|
-
class: H(["gamecenter-timeline-lineups-lines", [{ "is-away-team":
|
|
2436
|
+
return (s, d) => (m(), b("div", Ko, [
|
|
2437
|
+
(m(!0), b(k, null, N(r.value, (c, u) => (m(), b(k, { key: u }, [
|
|
2438
|
+
l("h2", Uo, g(n(a)(`rows.row-${u}`)), 1),
|
|
2439
|
+
l("div", Vo, [
|
|
2440
|
+
(m(!0), b(k, null, N(c, (p, v) => (m(), b("div", {
|
|
2441
|
+
key: v,
|
|
2442
|
+
class: H(["gamecenter-timeline-lineups-lines", [{ "is-away-team": v === "away" }]])
|
|
2421
2443
|
}, [
|
|
2422
|
-
(
|
|
2444
|
+
(m(!0), b(k, null, N(p, (h) => {
|
|
2423
2445
|
var z;
|
|
2424
|
-
return
|
|
2425
|
-
key:
|
|
2426
|
-
class: H(["is-player-wrapper", [`is-${
|
|
2446
|
+
return m(), b("ul", {
|
|
2447
|
+
key: h.position,
|
|
2448
|
+
class: H(["is-player-wrapper", [`is-${h.position}`]])
|
|
2427
2449
|
}, [
|
|
2428
2450
|
l("li", null, [
|
|
2429
|
-
|
|
2430
|
-
src:
|
|
2451
|
+
f(n(U), {
|
|
2452
|
+
src: h.player.picture
|
|
2431
2453
|
}, null, 8, ["src"])
|
|
2432
2454
|
]),
|
|
2433
|
-
l("li", null,
|
|
2455
|
+
l("li", null, g(h.number), 1),
|
|
2434
2456
|
l("li", null, [
|
|
2435
|
-
x(
|
|
2457
|
+
x(g(((z = n(tt)(h)) == null ? void 0 : z.name) ?? "") + " ", 1),
|
|
2436
2458
|
l("ul", null, [
|
|
2437
|
-
(
|
|
2438
|
-
|
|
2459
|
+
(m(!0), b(k, null, N(h.goal, (P) => (m(), b("li", { key: P }, [
|
|
2460
|
+
f(n(pe))
|
|
2439
2461
|
]))), 128))
|
|
2440
2462
|
])
|
|
2441
2463
|
]),
|
|
2442
|
-
l("li", null,
|
|
2464
|
+
l("li", null, g(h.position), 1)
|
|
2443
2465
|
], 2);
|
|
2444
2466
|
}), 128))
|
|
2445
2467
|
], 2))), 128))
|
|
2446
2468
|
])
|
|
2447
2469
|
], 64))), 128)),
|
|
2448
2470
|
d[0] || (d[0] = l("hr", null, null, -1)),
|
|
2449
|
-
l("h2",
|
|
2450
|
-
l("div",
|
|
2451
|
-
l("div",
|
|
2452
|
-
(
|
|
2453
|
-
key:
|
|
2471
|
+
l("h2", qo, g(n(a)("title.coaches")), 1),
|
|
2472
|
+
l("div", Yo, [
|
|
2473
|
+
l("div", Wo, [
|
|
2474
|
+
(m(!0), b(k, null, N(i.value, (c, u) => (m(), b("ul", {
|
|
2475
|
+
key: c.role,
|
|
2454
2476
|
class: "is-official-person-container is-home-team"
|
|
2455
2477
|
}, [
|
|
2456
2478
|
l("li", null, [
|
|
2457
|
-
|
|
2458
|
-
src:
|
|
2479
|
+
f(n(U), {
|
|
2480
|
+
src: c.picture
|
|
2459
2481
|
}, null, 8, ["src"])
|
|
2460
2482
|
]),
|
|
2461
|
-
l("li", null,
|
|
2462
|
-
l("li", null,
|
|
2483
|
+
l("li", null, g(c.name), 1),
|
|
2484
|
+
l("li", null, g(n(a)(`teamMembers.${u}`)), 1)
|
|
2463
2485
|
]))), 128))
|
|
2464
2486
|
]),
|
|
2465
|
-
l("div",
|
|
2466
|
-
(
|
|
2467
|
-
key:
|
|
2487
|
+
l("div", Qo, [
|
|
2488
|
+
(m(!0), b(k, null, N(o.value, (c, u) => (m(), b("ul", {
|
|
2489
|
+
key: c.role,
|
|
2468
2490
|
class: "is-official-person-container is-away-team"
|
|
2469
2491
|
}, [
|
|
2470
2492
|
l("li", null, [
|
|
2471
|
-
|
|
2472
|
-
src:
|
|
2493
|
+
f(n(U), {
|
|
2494
|
+
src: c.picture
|
|
2473
2495
|
}, null, 8, ["src"])
|
|
2474
2496
|
]),
|
|
2475
|
-
l("li", null,
|
|
2476
|
-
l("li", null,
|
|
2497
|
+
l("li", null, g(c.name), 1),
|
|
2498
|
+
l("li", null, g(n(a)(`teamMembers.${u}`)), 1)
|
|
2477
2499
|
]))), 128))
|
|
2478
2500
|
])
|
|
2479
2501
|
])
|
|
@@ -2484,14 +2506,14 @@ function Ie(e, t) {
|
|
|
2484
2506
|
return Y((r) => ({
|
|
2485
2507
|
...e[r].name ? { name: e[r].name } : e[r].firstName ? at(e[r]) : { name: "" },
|
|
2486
2508
|
role: t(`teamMembers.${r}`)
|
|
2487
|
-
}))(
|
|
2509
|
+
}))(ee(e));
|
|
2488
2510
|
}
|
|
2489
|
-
const
|
|
2511
|
+
const Zo = {
|
|
2490
2512
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2491
2513
|
viewBox: "0 0 24 24"
|
|
2492
2514
|
};
|
|
2493
|
-
function
|
|
2494
|
-
return
|
|
2515
|
+
function Xo(e, t) {
|
|
2516
|
+
return m(), b("svg", Zo, t[0] || (t[0] = [
|
|
2495
2517
|
l("path", {
|
|
2496
2518
|
fill: "currentColor",
|
|
2497
2519
|
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 +2525,7 @@ function Zo(e, t) {
|
|
|
2503
2525
|
}, null, -1)
|
|
2504
2526
|
]));
|
|
2505
2527
|
}
|
|
2506
|
-
const
|
|
2528
|
+
const es = { render: Xo }, ts = ["onMouseenter", "onMouseleave", "onFocus", "onBlur"], F = {
|
|
2507
2529
|
__name: "GameDataTable",
|
|
2508
2530
|
props: {
|
|
2509
2531
|
columns: {
|
|
@@ -2526,45 +2548,45 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2526
2548
|
emits: ["sort"],
|
|
2527
2549
|
setup(e, { emit: t }) {
|
|
2528
2550
|
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
|
-
|
|
2551
|
+
return (d, c) => (m(), b("div", null, [
|
|
2552
|
+
l("h2", null, g(e.title), 1),
|
|
2553
|
+
f(n(Pa), null, {
|
|
2554
|
+
default: S(({ el: u }) => [
|
|
2555
|
+
f(n(ja), {
|
|
2534
2556
|
columns: a.columns,
|
|
2535
2557
|
rows: a.rows,
|
|
2536
|
-
"append-to": i.value ||
|
|
2558
|
+
"append-to": i.value || u,
|
|
2537
2559
|
sort: e.sort,
|
|
2538
2560
|
onSort: s
|
|
2539
2561
|
}, {
|
|
2540
2562
|
"cell-name": S(({ row: p }) => [
|
|
2541
|
-
x(
|
|
2542
|
-
p.isBP ? (
|
|
2563
|
+
x(g(p.name) + " ", 1),
|
|
2564
|
+
p.isBP ? (m(), T(n(Q), {
|
|
2543
2565
|
key: 0,
|
|
2544
2566
|
placement: "top",
|
|
2545
2567
|
content: n(o)("bestPlayer"),
|
|
2546
2568
|
"append-to": i.value
|
|
2547
2569
|
}, {
|
|
2548
|
-
default: S(({ setRef:
|
|
2570
|
+
default: S(({ setRef: v, show: h, hide: z }) => [
|
|
2549
2571
|
l("span", {
|
|
2550
|
-
ref:
|
|
2572
|
+
ref: v,
|
|
2551
2573
|
class: "is-text-dark",
|
|
2552
|
-
onMouseenter:
|
|
2574
|
+
onMouseenter: h,
|
|
2553
2575
|
onMouseleave: z,
|
|
2554
|
-
onFocus:
|
|
2576
|
+
onFocus: h,
|
|
2555
2577
|
onBlur: z
|
|
2556
2578
|
}, [
|
|
2557
|
-
|
|
2558
|
-
], 40,
|
|
2579
|
+
f(n(es))
|
|
2580
|
+
], 40, ts)
|
|
2559
2581
|
]),
|
|
2560
2582
|
_: 1
|
|
2561
2583
|
}, 8, ["content", "append-to"])) : y("", !0)
|
|
2562
2584
|
]),
|
|
2563
2585
|
"cell-cora": S(({ row: p }) => [
|
|
2564
|
-
p.isPlayerC ? (
|
|
2586
|
+
p.isPlayerC ? (m(), b(k, { key: 0 }, [
|
|
2565
2587
|
x(" C ")
|
|
2566
2588
|
], 64)) : y("", !0),
|
|
2567
|
-
p.isPlayerA ? (
|
|
2589
|
+
p.isPlayerA ? (m(), b(k, { key: 1 }, [
|
|
2568
2590
|
x(" A ")
|
|
2569
2591
|
], 64)) : y("", !0)
|
|
2570
2592
|
]),
|
|
@@ -2579,7 +2601,7 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2579
2601
|
}, null, 512)
|
|
2580
2602
|
]));
|
|
2581
2603
|
}
|
|
2582
|
-
},
|
|
2604
|
+
}, 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
2605
|
__name: "GameOfficials",
|
|
2584
2606
|
props: {
|
|
2585
2607
|
gameOfficials: {
|
|
@@ -2596,37 +2618,37 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2596
2618
|
}
|
|
2597
2619
|
},
|
|
2598
2620
|
setup(e) {
|
|
2599
|
-
const t = e, { columns: a } =
|
|
2600
|
-
var
|
|
2601
|
-
return Ie(((
|
|
2621
|
+
const t = e, { columns: a } = se(ca), { columns: r } = se(tn), { t: i } = D(), o = w(() => {
|
|
2622
|
+
var c, u;
|
|
2623
|
+
return Ie(((u = (c = t.gameOfficials) == null ? void 0 : c.gameTeamMembers) == null ? void 0 : u.home) ?? [], i);
|
|
2602
2624
|
}), s = w(() => {
|
|
2603
|
-
var
|
|
2604
|
-
return Ie(((
|
|
2605
|
-
}), d = w(() =>
|
|
2606
|
-
return (
|
|
2607
|
-
l("h2",
|
|
2608
|
-
l("div",
|
|
2609
|
-
|
|
2625
|
+
var c, u;
|
|
2626
|
+
return Ie(((u = (c = t.gameOfficials) == null ? void 0 : c.gameTeamMembers) == null ? void 0 : u.away) ?? [], i);
|
|
2627
|
+
}), d = w(() => yn(t.gameOfficials.gameOfficials, i));
|
|
2628
|
+
return (c, u) => (m(), b("div", as, [
|
|
2629
|
+
l("h2", rs, g(n(i)("title.teamOfficials")), 1),
|
|
2630
|
+
l("div", is, [
|
|
2631
|
+
f(F, {
|
|
2610
2632
|
class: "is-home-team gamecenter-timeline-data-table",
|
|
2611
2633
|
columns: n(a),
|
|
2612
2634
|
rows: o.value,
|
|
2613
2635
|
title: e.homeTeamName
|
|
2614
2636
|
}, null, 8, ["columns", "rows", "title"]),
|
|
2615
|
-
|
|
2637
|
+
f(F, {
|
|
2616
2638
|
class: "is-away-team gamecenter-timeline-data-table",
|
|
2617
2639
|
columns: n(a),
|
|
2618
2640
|
rows: s.value,
|
|
2619
2641
|
title: e.awayTeamName
|
|
2620
2642
|
}, null, 8, ["columns", "rows", "title"])
|
|
2621
2643
|
]),
|
|
2622
|
-
l("h2",
|
|
2623
|
-
l("div",
|
|
2624
|
-
(
|
|
2625
|
-
key:
|
|
2644
|
+
l("h2", ns, g(n(i)("title.gameOfficials")), 1),
|
|
2645
|
+
l("div", os, [
|
|
2646
|
+
(m(!0), b(k, null, N(d.value, (p, v) => (m(), T(F, {
|
|
2647
|
+
key: v,
|
|
2626
2648
|
class: "gamecenter-timeline-data-table",
|
|
2627
2649
|
columns: n(r),
|
|
2628
2650
|
rows: p,
|
|
2629
|
-
title: n(i)(`roleType.${
|
|
2651
|
+
title: n(i)(`roleType.${v}`)
|
|
2630
2652
|
}, null, 8, ["columns", "rows", "title"]))), 128))
|
|
2631
2653
|
])
|
|
2632
2654
|
]));
|
|
@@ -2653,7 +2675,7 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2653
2675
|
},
|
|
2654
2676
|
setup(e) {
|
|
2655
2677
|
const t = e, { sort: a, change: r } = Na(), i = w(
|
|
2656
|
-
() => et(
|
|
2678
|
+
() => et(te(ut("gk", "row"), t.rows), Ia("position"), tt)
|
|
2657
2679
|
), o = w(() => Aa(i.value).sorted(a).value());
|
|
2658
2680
|
return (s, d) => W(s.$slots, "default", {
|
|
2659
2681
|
rows: o.value.rows,
|
|
@@ -2661,7 +2683,7 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2661
2683
|
onSort: n(r)
|
|
2662
2684
|
});
|
|
2663
2685
|
}
|
|
2664
|
-
},
|
|
2686
|
+
}, ls = { class: "is-heading-2" }, cs = { class: "gamecenter-data-column" }, ds = { class: "is-heading-2" }, ms = { class: "gamecenter-data-columns" }, gs = {
|
|
2665
2687
|
__name: "GamePlayerStats",
|
|
2666
2688
|
props: {
|
|
2667
2689
|
data: {
|
|
@@ -2684,68 +2706,68 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2684
2706
|
}
|
|
2685
2707
|
},
|
|
2686
2708
|
setup(e) {
|
|
2687
|
-
const t = e, { t: a } = D(), { columns: r } =
|
|
2688
|
-
var
|
|
2689
|
-
return Ee(((p = (
|
|
2709
|
+
const t = e, { t: a } = D(), { columns: r } = se(sa), { columns: i } = se(la), o = w(() => {
|
|
2710
|
+
var u, p;
|
|
2711
|
+
return Ee(((p = (u = t.data) == null ? void 0 : u.players) == null ? void 0 : p[t.homeTeamId]) ?? []);
|
|
2690
2712
|
}), s = w(() => {
|
|
2691
|
-
var
|
|
2692
|
-
return Ee(((p = (
|
|
2713
|
+
var u, p;
|
|
2714
|
+
return Ee(((p = (u = t.data) == null ? void 0 : u.players) == null ? void 0 : p[t.awayTeamId]) ?? []);
|
|
2693
2715
|
}), d = w(() => {
|
|
2694
|
-
var
|
|
2695
|
-
return At(((p = (
|
|
2696
|
-
}),
|
|
2697
|
-
var
|
|
2698
|
-
return At(((p = (
|
|
2716
|
+
var u, p;
|
|
2717
|
+
return At(((p = (u = t.data) == null ? void 0 : u.goalies) == null ? void 0 : p[t.homeTeamId]) ?? []);
|
|
2718
|
+
}), c = w(() => {
|
|
2719
|
+
var u, p;
|
|
2720
|
+
return At(((p = (u = t.data) == null ? void 0 : u.goalies) == null ? void 0 : p[t.awayTeamId]) ?? []);
|
|
2699
2721
|
});
|
|
2700
|
-
return (
|
|
2701
|
-
l("h2",
|
|
2702
|
-
l("div",
|
|
2703
|
-
|
|
2704
|
-
default: S(({ rows:
|
|
2705
|
-
|
|
2722
|
+
return (u, p) => (m(), b(k, null, [
|
|
2723
|
+
l("h2", ls, g(n(a)("title.fieldPlayers")), 1),
|
|
2724
|
+
l("div", cs, [
|
|
2725
|
+
f(_e, { rows: o.value }, {
|
|
2726
|
+
default: S(({ rows: v, sort: h, onSort: z }) => [
|
|
2727
|
+
f(F, {
|
|
2706
2728
|
class: "is-home-team 'gamecenter-timeline-data-table",
|
|
2707
2729
|
columns: n(r),
|
|
2708
|
-
rows:
|
|
2730
|
+
rows: v,
|
|
2709
2731
|
title: e.homeTeamName,
|
|
2710
|
-
sort:
|
|
2732
|
+
sort: h,
|
|
2711
2733
|
onSort: z
|
|
2712
2734
|
}, null, 8, ["columns", "rows", "title", "sort", "onSort"])
|
|
2713
2735
|
]),
|
|
2714
2736
|
_: 1
|
|
2715
2737
|
}, 8, ["rows"]),
|
|
2716
|
-
|
|
2717
|
-
default: S(({ rows:
|
|
2718
|
-
|
|
2738
|
+
f(_e, { rows: s.value }, {
|
|
2739
|
+
default: S(({ rows: v, sort: h, onSort: z }) => [
|
|
2740
|
+
f(F, {
|
|
2719
2741
|
class: "is-away-team gamecenter-timeline-data-table",
|
|
2720
2742
|
columns: n(r),
|
|
2721
|
-
rows:
|
|
2743
|
+
rows: v,
|
|
2722
2744
|
title: e.awayTeamName,
|
|
2723
|
-
sort:
|
|
2745
|
+
sort: h,
|
|
2724
2746
|
onSort: z
|
|
2725
2747
|
}, null, 8, ["columns", "rows", "title", "sort", "onSort"])
|
|
2726
2748
|
]),
|
|
2727
2749
|
_: 1
|
|
2728
2750
|
}, 8, ["rows"])
|
|
2729
2751
|
]),
|
|
2730
|
-
l("h2",
|
|
2731
|
-
l("div",
|
|
2732
|
-
|
|
2733
|
-
default: S(({ rows:
|
|
2734
|
-
|
|
2752
|
+
l("h2", ds, g(n(a)("title.goalies")), 1),
|
|
2753
|
+
l("div", ms, [
|
|
2754
|
+
f(Ae, { rows: d.value }, {
|
|
2755
|
+
default: S(({ rows: v }) => [
|
|
2756
|
+
f(F, {
|
|
2735
2757
|
class: "is-home-team gamecenter-timeline-data-table",
|
|
2736
2758
|
columns: n(i),
|
|
2737
|
-
rows:
|
|
2759
|
+
rows: v,
|
|
2738
2760
|
title: e.homeTeamName
|
|
2739
2761
|
}, null, 8, ["columns", "rows", "title"])
|
|
2740
2762
|
]),
|
|
2741
2763
|
_: 1
|
|
2742
2764
|
}, 8, ["rows"]),
|
|
2743
|
-
|
|
2744
|
-
default: S(({ rows:
|
|
2745
|
-
|
|
2765
|
+
f(Ae, { rows: c.value }, {
|
|
2766
|
+
default: S(({ rows: v }) => [
|
|
2767
|
+
f(F, {
|
|
2746
2768
|
class: "is-away-team gamecenter-timeline-data-table",
|
|
2747
2769
|
columns: n(i),
|
|
2748
|
-
rows:
|
|
2770
|
+
rows: v,
|
|
2749
2771
|
title: e.awayTeamName
|
|
2750
2772
|
}, null, 8, ["columns", "rows", "title"])
|
|
2751
2773
|
]),
|
|
@@ -2754,7 +2776,7 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2754
2776
|
])
|
|
2755
2777
|
], 64));
|
|
2756
2778
|
}
|
|
2757
|
-
},
|
|
2779
|
+
}, us = { class: "gamecenter-timeline-tab-buttons" }, vs = {
|
|
2758
2780
|
__name: "GameTabs",
|
|
2759
2781
|
props: {
|
|
2760
2782
|
activeTab: {
|
|
@@ -2772,30 +2794,30 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2772
2794
|
function s(d) {
|
|
2773
2795
|
r("update:activeTab", d), a.useSearchParams && (i.tab = d);
|
|
2774
2796
|
}
|
|
2775
|
-
return (d,
|
|
2797
|
+
return (d, c) => (m(), b("div", us, [
|
|
2776
2798
|
l("button", {
|
|
2777
2799
|
class: H(["tab-button", { "is-active": e.activeTab === n(Ne) }]),
|
|
2778
|
-
onClick:
|
|
2779
|
-
},
|
|
2800
|
+
onClick: c[0] || (c[0] = (u) => s(n(Ne)))
|
|
2801
|
+
}, g(n(o)("menu.events")), 3),
|
|
2780
2802
|
l("button", {
|
|
2781
2803
|
class: H(["tab-button", { "is-active": e.activeTab === n(We) }]),
|
|
2782
|
-
onClick:
|
|
2783
|
-
},
|
|
2804
|
+
onClick: c[1] || (c[1] = (u) => s(n(We)))
|
|
2805
|
+
}, g(n(o)("menu.lineups")), 3),
|
|
2784
2806
|
l("button", {
|
|
2785
2807
|
class: H(["tab-button", { "is-active": e.activeTab === n(Qe) }]),
|
|
2786
|
-
onClick:
|
|
2787
|
-
},
|
|
2808
|
+
onClick: c[2] || (c[2] = (u) => s(n(Qe)))
|
|
2809
|
+
}, g(n(o)("menu.teamStats")), 3),
|
|
2788
2810
|
l("button", {
|
|
2789
2811
|
class: H(["tab-button", { "is-active": e.activeTab === n(Je) }]),
|
|
2790
|
-
onClick:
|
|
2791
|
-
},
|
|
2812
|
+
onClick: c[3] || (c[3] = (u) => s(n(Je)))
|
|
2813
|
+
}, g(n(o)("menu.playerStats")), 3),
|
|
2792
2814
|
l("button", {
|
|
2793
2815
|
class: H(["tab-button", { "is-active": e.activeTab === n(Ze) }]),
|
|
2794
|
-
onClick:
|
|
2795
|
-
},
|
|
2816
|
+
onClick: c[4] || (c[4] = (u) => s(n(Ze)))
|
|
2817
|
+
}, g(n(o)("menu.officials")), 3)
|
|
2796
2818
|
]));
|
|
2797
2819
|
}
|
|
2798
|
-
},
|
|
2820
|
+
}, 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
2821
|
__name: "StatisticsDoubleBar",
|
|
2800
2822
|
props: {
|
|
2801
2823
|
max: {
|
|
@@ -2821,39 +2843,39 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2821
2843
|
},
|
|
2822
2844
|
setup(e) {
|
|
2823
2845
|
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",
|
|
2846
|
+
return (i, o) => (m(), b("div", bs, [
|
|
2847
|
+
l("div", ps, [
|
|
2826
2848
|
W(i.$slots, "value-start", {}, () => [
|
|
2827
|
-
x(
|
|
2828
|
-
e.valueSuffix ? (
|
|
2829
|
-
x(
|
|
2849
|
+
x(g(e.valueStart) + " ", 1),
|
|
2850
|
+
e.valueSuffix ? (m(), b(k, { key: 0 }, [
|
|
2851
|
+
x(g(e.valueSuffix), 1)
|
|
2830
2852
|
], 64)) : y("", !0)
|
|
2831
2853
|
])
|
|
2832
2854
|
]),
|
|
2833
|
-
l("div",
|
|
2855
|
+
l("div", fs, [
|
|
2834
2856
|
l("div", {
|
|
2835
2857
|
class: "is-bar-start--progress",
|
|
2836
2858
|
style: ze(a.value)
|
|
2837
2859
|
}, null, 4)
|
|
2838
2860
|
]),
|
|
2839
|
-
l("div",
|
|
2861
|
+
l("div", hs, [
|
|
2840
2862
|
l("div", {
|
|
2841
2863
|
class: "is-bar-end--progress",
|
|
2842
2864
|
style: ze(r.value)
|
|
2843
2865
|
}, null, 4)
|
|
2844
2866
|
]),
|
|
2845
|
-
l("div",
|
|
2867
|
+
l("div", ys, [
|
|
2846
2868
|
W(i.$slots, "value-end", {}, () => [
|
|
2847
|
-
x(
|
|
2848
|
-
e.valueSuffix ? (
|
|
2849
|
-
x(
|
|
2869
|
+
x(g(e.valueEnd) + " ", 1),
|
|
2870
|
+
e.valueSuffix ? (m(), b(k, { key: 0 }, [
|
|
2871
|
+
x(g(e.valueSuffix), 1)
|
|
2850
2872
|
], 64)) : y("", !0)
|
|
2851
2873
|
])
|
|
2852
2874
|
]),
|
|
2853
|
-
l("div",
|
|
2875
|
+
l("div", ws, g(e.title), 1)
|
|
2854
2876
|
]));
|
|
2855
2877
|
}
|
|
2856
|
-
},
|
|
2878
|
+
}, 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
2879
|
__name: "GameTeamStats",
|
|
2858
2880
|
props: {
|
|
2859
2881
|
gameStats: {
|
|
@@ -2867,36 +2889,36 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2867
2889
|
},
|
|
2868
2890
|
setup(e) {
|
|
2869
2891
|
const t = e, { t: a } = D(), r = w(() => {
|
|
2870
|
-
var
|
|
2871
|
-
return ((
|
|
2892
|
+
var v, h;
|
|
2893
|
+
return ((h = (v = t.gameData) == null ? void 0 : v.homeTeam) == null ? void 0 : h.id) ?? "";
|
|
2872
2894
|
}), i = w(() => {
|
|
2873
|
-
var
|
|
2874
|
-
return ((
|
|
2895
|
+
var v, h;
|
|
2896
|
+
return ((h = (v = t.gameData) == null ? void 0 : v.awayTeam) == null ? void 0 : h.id) ?? "";
|
|
2875
2897
|
}), o = w(() => {
|
|
2876
|
-
var
|
|
2877
|
-
return
|
|
2898
|
+
var v;
|
|
2899
|
+
return Ve(((v = t.gameStats) == null ? void 0 : v.teamSOG) ?? [], i.value, r.value, "shots");
|
|
2878
2900
|
}), s = w(() => {
|
|
2879
|
-
var
|
|
2880
|
-
return
|
|
2901
|
+
var v;
|
|
2902
|
+
return Ve(((v = t.gameStats) == null ? void 0 : v.teamSOG) ?? [], r.value, i.value, "saves");
|
|
2881
2903
|
}), d = w(
|
|
2882
2904
|
() => {
|
|
2883
|
-
var
|
|
2884
|
-
return
|
|
2905
|
+
var v;
|
|
2906
|
+
return Ve(((v = t.gameStats) == null ? void 0 : v.teamPenalties) ?? [], r.value, i.value, "penaltyLength");
|
|
2885
2907
|
}
|
|
2886
|
-
),
|
|
2887
|
-
var
|
|
2888
|
-
return
|
|
2889
|
-
}),
|
|
2890
|
-
var
|
|
2891
|
-
return
|
|
2908
|
+
), c = w(() => {
|
|
2909
|
+
var v;
|
|
2910
|
+
return fn(((v = t.gameStats) == null ? void 0 : v.teamPowerPlay) ?? {});
|
|
2911
|
+
}), u = w(() => {
|
|
2912
|
+
var v;
|
|
2913
|
+
return hn(((v = t.gameStats) == null ? void 0 : v.teamPowerPlay) ?? {});
|
|
2892
2914
|
}), p = w(() => {
|
|
2893
|
-
var
|
|
2894
|
-
return
|
|
2915
|
+
var v;
|
|
2916
|
+
return pn(((v = t.gameStats) == null ? void 0 : v.teamPowerPlay) ?? {});
|
|
2895
2917
|
});
|
|
2896
|
-
return (
|
|
2897
|
-
l("h1",
|
|
2898
|
-
l("div",
|
|
2899
|
-
(
|
|
2918
|
+
return (v, h) => (m(), b("div", xs, [
|
|
2919
|
+
l("h1", ks, g(n(a)("teamsStats.sog")), 1),
|
|
2920
|
+
l("div", Ts, [
|
|
2921
|
+
(m(!0), b(k, null, N(o.value, ({ max: z, valueStart: P, valueEnd: E }, j) => (m(), T(J, {
|
|
2900
2922
|
key: j,
|
|
2901
2923
|
max: z,
|
|
2902
2924
|
"value-start": P,
|
|
@@ -2904,9 +2926,9 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2904
2926
|
title: n(a)(`section.${j}`)
|
|
2905
2927
|
}, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
|
|
2906
2928
|
]),
|
|
2907
|
-
l("h1",
|
|
2908
|
-
l("div",
|
|
2909
|
-
(
|
|
2929
|
+
l("h1", Ss, g(n(a)("teamsStats.saves")), 1),
|
|
2930
|
+
l("div", zs, [
|
|
2931
|
+
(m(!0), b(k, null, N(s.value, ({ max: z, valueStart: P, valueEnd: E }, j) => (m(), T(J, {
|
|
2910
2932
|
key: j,
|
|
2911
2933
|
max: z,
|
|
2912
2934
|
"value-start": P,
|
|
@@ -2914,9 +2936,9 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2914
2936
|
title: n(a)(`section.${j}`)
|
|
2915
2937
|
}, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
|
|
2916
2938
|
]),
|
|
2917
|
-
l("h1",
|
|
2918
|
-
l("div",
|
|
2919
|
-
(
|
|
2939
|
+
l("h1", $s, g(n(a)("teamsStats.pim")), 1),
|
|
2940
|
+
l("div", Ps, [
|
|
2941
|
+
(m(!0), b(k, null, N(d.value, ({ max: z, valueStart: P, valueEnd: E }, j) => (m(), T(J, {
|
|
2920
2942
|
key: j,
|
|
2921
2943
|
max: z,
|
|
2922
2944
|
"value-start": P,
|
|
@@ -2924,9 +2946,9 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2924
2946
|
title: n(a)(`section.${j}`)
|
|
2925
2947
|
}, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
|
|
2926
2948
|
]),
|
|
2927
|
-
l("h1",
|
|
2928
|
-
l("div",
|
|
2929
|
-
(
|
|
2949
|
+
l("h1", js, g(n(a)("teamsStats.advPercent")), 1),
|
|
2950
|
+
l("div", Es, [
|
|
2951
|
+
(m(!0), b(k, null, N(c.value, ({ max: z, valueStart: P, valueEnd: E, suffix: j }, G) => (m(), T(J, {
|
|
2930
2952
|
key: G,
|
|
2931
2953
|
max: z,
|
|
2932
2954
|
"value-start": P,
|
|
@@ -2935,9 +2957,9 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2935
2957
|
"value-suffix": j
|
|
2936
2958
|
}, null, 8, ["max", "value-start", "value-end", "title", "value-suffix"]))), 128))
|
|
2937
2959
|
]),
|
|
2938
|
-
l("h1",
|
|
2939
|
-
l("div",
|
|
2940
|
-
(
|
|
2960
|
+
l("h1", Ns, g(n(a)("teamsStats.penaltyKilling")), 1),
|
|
2961
|
+
l("div", Os, [
|
|
2962
|
+
(m(!0), b(k, null, N(u.value, ({ max: z, valueStart: P, valueEnd: E, suffix: j }, G) => (m(), T(J, {
|
|
2941
2963
|
key: G,
|
|
2942
2964
|
max: z,
|
|
2943
2965
|
"value-start": P,
|
|
@@ -2946,59 +2968,59 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2946
2968
|
"value-suffix": j
|
|
2947
2969
|
}, null, 8, ["max", "value-start", "value-end", "title", "value-suffix"]))), 128))
|
|
2948
2970
|
]),
|
|
2949
|
-
l("h1",
|
|
2950
|
-
l("div",
|
|
2951
|
-
|
|
2971
|
+
l("h1", Is, g(n(a)("teamsStats.advantageTime")), 1),
|
|
2972
|
+
l("div", As, [
|
|
2973
|
+
f(J, {
|
|
2952
2974
|
max: p.value.advTime.max,
|
|
2953
2975
|
"value-start": p.value.advTime.valueStart,
|
|
2954
2976
|
"value-end": p.value.advTime.valueEnd,
|
|
2955
2977
|
title: n(a)("section.all")
|
|
2956
2978
|
}, {
|
|
2957
2979
|
"value-start": S(() => [
|
|
2958
|
-
x(
|
|
2980
|
+
x(g(n(R)(p.value.advTime.valueStart)), 1)
|
|
2959
2981
|
]),
|
|
2960
2982
|
"value-end": S(() => [
|
|
2961
|
-
x(
|
|
2983
|
+
x(g(n(R)(p.value.advTime.valueEnd)), 1)
|
|
2962
2984
|
]),
|
|
2963
2985
|
_: 1
|
|
2964
2986
|
}, 8, ["max", "value-start", "value-end", "title"]),
|
|
2965
|
-
|
|
2987
|
+
f(J, {
|
|
2966
2988
|
max: p.value.advTimePP1.max,
|
|
2967
2989
|
"value-start": p.value.advTimePP1.valueStart,
|
|
2968
2990
|
"value-end": p.value.advTimePP1.valueEnd,
|
|
2969
2991
|
title: n(a)("teamsStats.advantageTimePP1")
|
|
2970
2992
|
}, {
|
|
2971
2993
|
"value-start": S(() => [
|
|
2972
|
-
x(
|
|
2994
|
+
x(g(n(R)(p.value.advTimePP1.valueStart)), 1)
|
|
2973
2995
|
]),
|
|
2974
2996
|
"value-end": S(() => [
|
|
2975
|
-
x(
|
|
2997
|
+
x(g(n(R)(p.value.advTimePP1.valueEnd)), 1)
|
|
2976
2998
|
]),
|
|
2977
2999
|
_: 1
|
|
2978
3000
|
}, 8, ["max", "value-start", "value-end", "title"]),
|
|
2979
|
-
|
|
3001
|
+
f(J, {
|
|
2980
3002
|
max: p.value.advTimePP2.max,
|
|
2981
3003
|
"value-start": p.value.advTimePP2.valueStart,
|
|
2982
3004
|
"value-end": p.value.advTimePP2.valueEnd,
|
|
2983
3005
|
title: n(a)("teamsStats.advantageTimePP2")
|
|
2984
3006
|
}, {
|
|
2985
3007
|
"value-start": S(() => [
|
|
2986
|
-
x(
|
|
3008
|
+
x(g(n(R)(p.value.advTimePP2.valueStart)), 1)
|
|
2987
3009
|
]),
|
|
2988
3010
|
"value-end": S(() => [
|
|
2989
|
-
x(
|
|
3011
|
+
x(g(n(R)(p.value.advTimePP2.valueEnd)), 1)
|
|
2990
3012
|
]),
|
|
2991
3013
|
_: 1
|
|
2992
3014
|
}, 8, ["max", "value-start", "value-end", "title"])
|
|
2993
3015
|
])
|
|
2994
3016
|
]));
|
|
2995
3017
|
}
|
|
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) => {
|
|
3018
|
+
}, 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
3019
|
const a = e.__vccOpts || e;
|
|
2998
3020
|
for (const [r, i] of t)
|
|
2999
3021
|
a[r] = i;
|
|
3000
3022
|
return a;
|
|
3001
|
-
},
|
|
3023
|
+
}, Hs = 3e4, Fs = {
|
|
3002
3024
|
__name: "GameTimeline.ce",
|
|
3003
3025
|
props: {
|
|
3004
3026
|
locale: {
|
|
@@ -3015,8 +3037,8 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3015
3037
|
}
|
|
3016
3038
|
},
|
|
3017
3039
|
setup(e) {
|
|
3018
|
-
const t = e, a = { en: { ...na, ...
|
|
3019
|
-
|
|
3040
|
+
const t = e, a = { en: { ...na, ...mi }, hu: { ...oa, ...Di } }, r = C(null), i = C(!1), o = it("history"), s = C(o.tab || Ne);
|
|
3041
|
+
Va(
|
|
3020
3042
|
r,
|
|
3021
3043
|
([{ isIntersecting: $ }]) => {
|
|
3022
3044
|
i.value = !$;
|
|
@@ -3025,111 +3047,111 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3025
3047
|
threshold: 0.25
|
|
3026
3048
|
}
|
|
3027
3049
|
);
|
|
3028
|
-
const { errors: d, add:
|
|
3050
|
+
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
3051
|
options: {
|
|
3030
3052
|
path: "/v2/game-data",
|
|
3031
3053
|
apiKey: t.apiKey,
|
|
3032
3054
|
params: { gameId: p.value }
|
|
3033
3055
|
},
|
|
3034
|
-
onError: ($) =>
|
|
3035
|
-
onSuccess: () =>
|
|
3056
|
+
onError: ($) => c("gameData", $),
|
|
3057
|
+
onSuccess: () => u("gameData")
|
|
3036
3058
|
}), { state: z, execute: P } = Z({
|
|
3037
3059
|
options: {
|
|
3038
3060
|
path: "/v2/game-events",
|
|
3039
3061
|
apiKey: t.apiKey,
|
|
3040
3062
|
params: { gameId: p.value }
|
|
3041
3063
|
},
|
|
3042
|
-
transform: ($) =>
|
|
3043
|
-
onError: ($) =>
|
|
3044
|
-
onSuccess: () =>
|
|
3064
|
+
transform: ($) => un($),
|
|
3065
|
+
onError: ($) => c("gameEvents", $),
|
|
3066
|
+
onSuccess: () => u("gameEvents")
|
|
3045
3067
|
}), { state: E, execute: j } = Z({
|
|
3046
3068
|
options: {
|
|
3047
3069
|
path: "/v2/game-stats",
|
|
3048
3070
|
apiKey: t.apiKey,
|
|
3049
3071
|
params: { gameId: p.value }
|
|
3050
3072
|
},
|
|
3051
|
-
onError: ($) =>
|
|
3052
|
-
onSuccess: () =>
|
|
3053
|
-
}), { state: G, execute:
|
|
3073
|
+
onError: ($) => c("gameStats", $),
|
|
3074
|
+
onSuccess: () => u("gameStats")
|
|
3075
|
+
}), { state: G, execute: ie } = Z({
|
|
3054
3076
|
options: {
|
|
3055
3077
|
path: "/v2/game-officials",
|
|
3056
3078
|
apiKey: t.apiKey,
|
|
3057
3079
|
params: { gameId: p.value }
|
|
3058
3080
|
},
|
|
3059
|
-
onError: ($) =>
|
|
3060
|
-
onSuccess: () =>
|
|
3081
|
+
onError: ($) => c("gameOfficials", $),
|
|
3082
|
+
onSuccess: () => u("gameOfficials")
|
|
3061
3083
|
});
|
|
3062
|
-
|
|
3063
|
-
data:
|
|
3064
|
-
services: { getGameData:
|
|
3065
|
-
interval:
|
|
3084
|
+
ga({
|
|
3085
|
+
data: v,
|
|
3086
|
+
services: { getGameData: h, getGameStats: j, getEvents: P, getGameOfficials: ie },
|
|
3087
|
+
interval: Hs
|
|
3066
3088
|
});
|
|
3067
|
-
const I =
|
|
3068
|
-
return ($, L) => (
|
|
3089
|
+
const I = Qi(v);
|
|
3090
|
+
return ($, L) => (m(), b("div", {
|
|
3069
3091
|
class: "gamecenter-timeline",
|
|
3070
3092
|
style: ze(n(I))
|
|
3071
3093
|
}, [
|
|
3072
|
-
|
|
3094
|
+
f(n(Gt), {
|
|
3073
3095
|
locale: t.locale,
|
|
3074
3096
|
messages: a
|
|
3075
3097
|
}, {
|
|
3076
3098
|
default: S(() => {
|
|
3077
3099
|
var V, pt;
|
|
3078
3100
|
return [
|
|
3079
|
-
(
|
|
3101
|
+
(m(!0), b(k, null, N(n(d), (we) => (m(), T(n(Bt), {
|
|
3080
3102
|
key: we.key,
|
|
3081
3103
|
error: we
|
|
3082
3104
|
}, null, 8, ["error"]))), 128)),
|
|
3083
|
-
((V = n(
|
|
3105
|
+
((V = n(v)) == null ? void 0 : V.gameStatus) === 1 ? (m(), T(Wi, {
|
|
3084
3106
|
key: 0,
|
|
3085
3107
|
class: H({ "is-visible": i.value }),
|
|
3086
|
-
"game-data": n(
|
|
3108
|
+
"game-data": n(v)
|
|
3087
3109
|
}, null, 8, ["class", "game-data"])) : y("", !0),
|
|
3088
|
-
n(A)(n(
|
|
3110
|
+
n(A)(n(v)) ? y("", !0) : (m(), T(Un, {
|
|
3089
3111
|
key: 1,
|
|
3090
3112
|
ref_key: "contentElementRef",
|
|
3091
3113
|
ref: r,
|
|
3092
3114
|
"game-events": n(z),
|
|
3093
|
-
"game-data": n(
|
|
3115
|
+
"game-data": n(v),
|
|
3094
3116
|
locale: e.locale
|
|
3095
3117
|
}, null, 8, ["game-events", "game-data", "locale"])),
|
|
3096
|
-
((pt = n(
|
|
3097
|
-
|
|
3118
|
+
((pt = n(v)) == null ? void 0 : pt.gameStatus) > 0 ? (m(), b(k, { key: 2 }, [
|
|
3119
|
+
f(vs, {
|
|
3098
3120
|
"active-tab": s.value,
|
|
3099
3121
|
"onUpdate:activeTab": L[0] || (L[0] = (we) => s.value = we)
|
|
3100
3122
|
}, null, 8, ["active-tab"]),
|
|
3101
|
-
s.value === n(Ne) && !n(A)(n(z)) && !n(A)(n(
|
|
3123
|
+
s.value === n(Ne) && !n(A)(n(z)) && !n(A)(n(v)) ? (m(), T(Ro, {
|
|
3102
3124
|
key: 0,
|
|
3103
3125
|
"game-events": n(z),
|
|
3104
|
-
"game-data": n(
|
|
3126
|
+
"game-data": n(v)
|
|
3105
3127
|
}, null, 8, ["game-events", "game-data"])) : y("", !0),
|
|
3106
|
-
s.value === n(We) ? (
|
|
3128
|
+
s.value === n(We) ? (m(), T(Jo, {
|
|
3107
3129
|
key: 1,
|
|
3108
3130
|
data: n(E).players,
|
|
3109
3131
|
"game-officials": n(G),
|
|
3110
|
-
"home-team-id": n(
|
|
3111
|
-
"home-team-name": n(
|
|
3112
|
-
"away-team-id": n(
|
|
3113
|
-
"away-team-name": n(
|
|
3132
|
+
"home-team-id": n(v).homeTeam.id,
|
|
3133
|
+
"home-team-name": n(v).homeTeam.longName,
|
|
3134
|
+
"away-team-id": n(v).awayTeam.id,
|
|
3135
|
+
"away-team-name": n(v).awayTeam.longName
|
|
3114
3136
|
}, null, 8, ["data", "game-officials", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])) : y("", !0),
|
|
3115
|
-
s.value === n(Qe) ? (
|
|
3137
|
+
s.value === n(Qe) ? (m(), T(_s, {
|
|
3116
3138
|
key: 2,
|
|
3117
|
-
"game-data": n(
|
|
3139
|
+
"game-data": n(v),
|
|
3118
3140
|
"game-stats": n(E)
|
|
3119
3141
|
}, null, 8, ["game-data", "game-stats"])) : y("", !0),
|
|
3120
|
-
s.value === n(Je) && !n(A)(n(E)) ? (
|
|
3142
|
+
s.value === n(Je) && !n(A)(n(E)) ? (m(), T(gs, {
|
|
3121
3143
|
key: 3,
|
|
3122
3144
|
data: n(E),
|
|
3123
|
-
"home-team-id": n(
|
|
3124
|
-
"home-team-name": n(
|
|
3125
|
-
"away-team-id": n(
|
|
3126
|
-
"away-team-name": n(
|
|
3145
|
+
"home-team-id": n(v).homeTeam.id,
|
|
3146
|
+
"home-team-name": n(v).homeTeam.longName,
|
|
3147
|
+
"away-team-id": n(v).awayTeam.id,
|
|
3148
|
+
"away-team-name": n(v).awayTeam.longName
|
|
3127
3149
|
}, 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(
|
|
3150
|
+
s.value === n(Ze) && !n(A)(n(G)) && !n(A)(n(v)) ? (m(), T(ss, {
|
|
3129
3151
|
key: 4,
|
|
3130
3152
|
"game-officials": n(G),
|
|
3131
|
-
"home-team-name": n(
|
|
3132
|
-
"away-team-name": n(
|
|
3153
|
+
"home-team-name": n(v).homeTeam.longName,
|
|
3154
|
+
"away-team-name": n(v).awayTeam.longName
|
|
3133
3155
|
}, null, 8, ["game-officials", "home-team-name", "away-team-name"])) : y("", !0)
|
|
3134
3156
|
], 64)) : y("", !0)
|
|
3135
3157
|
];
|
|
@@ -3138,16 +3160,16 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3138
3160
|
}, 8, ["locale"])
|
|
3139
3161
|
], 4));
|
|
3140
3162
|
}
|
|
3141
|
-
},
|
|
3163
|
+
}, 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
3164
|
key: 0,
|
|
3143
3165
|
class: "is-game-status"
|
|
3144
|
-
},
|
|
3166
|
+
}, Xs = {
|
|
3145
3167
|
key: 1,
|
|
3146
3168
|
class: "is-game-status"
|
|
3147
|
-
},
|
|
3169
|
+
}, el = { key: 0 }, tl = { class: "is-badge is-invert is-large" }, al = { key: 1 }, rl = { class: "is-badge is-invert is-large" }, il = {
|
|
3148
3170
|
key: 3,
|
|
3149
3171
|
class: "is-game-status"
|
|
3150
|
-
},
|
|
3172
|
+
}, nl = { key: 0 }, ol = { key: 1 }, sl = { key: 2 }, ll = { key: 3 }, cl = { class: "is-period-results" }, dl = { class: "is-team-name" }, ml = {
|
|
3151
3173
|
__name: "GameData",
|
|
3152
3174
|
props: {
|
|
3153
3175
|
gameData: {
|
|
@@ -3161,90 +3183,90 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3161
3183
|
},
|
|
3162
3184
|
setup(e) {
|
|
3163
3185
|
const { t } = D();
|
|
3164
|
-
return (a, r) => (
|
|
3165
|
-
l("div",
|
|
3186
|
+
return (a, r) => (m(), b("div", Ks, [
|
|
3187
|
+
l("div", Us, [
|
|
3166
3188
|
r[0] || (B(-1, !0), (r[0] = l("div", { class: "is-title" }, [
|
|
3167
|
-
x(
|
|
3189
|
+
x(g(e.gameData.championshipName) + " - " + g(e.gameData.divisionName) + " - " + g(e.gameData.gameName) + " / " + g(e.gameData.location.locationName), 1)
|
|
3168
3190
|
])).cacheIndex = 0, B(1), r[0]),
|
|
3169
3191
|
r[1] || (B(-1, !0), (r[1] = l("div", { class: "is-gamedate" }, [
|
|
3170
|
-
x(
|
|
3192
|
+
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
3193
|
])).cacheIndex = 1, B(1), r[1]),
|
|
3172
3194
|
r[2] || (B(-1, !0), (r[2] = l("div", { class: "is-local-gamedate" }, [
|
|
3173
|
-
x(
|
|
3195
|
+
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
3196
|
])).cacheIndex = 2, B(1), r[2]),
|
|
3175
|
-
l("div",
|
|
3176
|
-
e.gameData.electronicReportUrl ? (
|
|
3197
|
+
l("div", Vs, [
|
|
3198
|
+
e.gameData.electronicReportUrl ? (m(), b("a", {
|
|
3177
3199
|
key: 0,
|
|
3178
3200
|
href: e.gameData.electronicReportUrl,
|
|
3179
3201
|
target: "_blank"
|
|
3180
3202
|
}, [
|
|
3181
|
-
|
|
3182
|
-
x(" " +
|
|
3183
|
-
], 8,
|
|
3184
|
-
e.gameData.toiReportUrl ? (
|
|
3203
|
+
f(n(Oe), { class: "is-icon" }),
|
|
3204
|
+
x(" " + g(n(t)("sheet")), 1)
|
|
3205
|
+
], 8, qs)) : y("", !0),
|
|
3206
|
+
e.gameData.toiReportUrl ? (m(), b("a", {
|
|
3185
3207
|
key: 1,
|
|
3186
3208
|
href: e.gameData.toiReportUrl,
|
|
3187
3209
|
target: "_blank"
|
|
3188
3210
|
}, [
|
|
3189
|
-
|
|
3190
|
-
x(" " +
|
|
3191
|
-
], 8,
|
|
3192
|
-
e.gameData.video ? (
|
|
3211
|
+
f(n(Oe), { class: "is-icon" }),
|
|
3212
|
+
x(" " + g(n(t)("toiSheet")), 1)
|
|
3213
|
+
], 8, Ys)) : y("", !0),
|
|
3214
|
+
e.gameData.video ? (m(), b("a", {
|
|
3193
3215
|
key: 2,
|
|
3194
3216
|
href: e.gameData.video,
|
|
3195
3217
|
target: "_blank"
|
|
3196
3218
|
}, [
|
|
3197
|
-
|
|
3198
|
-
x(" " +
|
|
3199
|
-
], 8,
|
|
3219
|
+
f(n(va), { class: "is-icon" }),
|
|
3220
|
+
x(" " + g(n(t)("video")), 1)
|
|
3221
|
+
], 8, Ws)) : y("", !0)
|
|
3200
3222
|
])
|
|
3201
3223
|
]),
|
|
3202
|
-
l("div",
|
|
3224
|
+
l("div", Qs, [
|
|
3203
3225
|
r[3] || (B(-1, !0), (r[3] = l("div", null, [
|
|
3204
|
-
|
|
3226
|
+
f(n(U), {
|
|
3205
3227
|
src: e.gameData.homeTeam.logo,
|
|
3206
3228
|
class: "is-team-logo",
|
|
3207
3229
|
"default-src": n(Be)
|
|
3208
3230
|
}, null, 8, ["src", "default-src"]),
|
|
3209
|
-
l("h1",
|
|
3231
|
+
l("h1", Js, g(e.gameData.homeTeam.longName), 1)
|
|
3210
3232
|
])).cacheIndex = 3, B(1), r[3]),
|
|
3211
3233
|
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",
|
|
3234
|
+
e.gameData.gameStatus > 1 ? (m(), b("p", Zs, g(n(t)(`gameStatus.status-${e.gameData.gameStatus}`)), 1)) : y("", !0),
|
|
3235
|
+
e.gameData.gameStatus === 1 ? (m(), b("p", Xs, g(n(t)(`periods.${n(Fe)(e.gameData.period)}`)), 1)) : y("", !0),
|
|
3236
|
+
e.gameData.gameStatus > 1 ? (m(), b(k, { key: 2 }, [
|
|
3237
|
+
e.gameData.isOvertime ? (m(), b("p", el, [
|
|
3238
|
+
l("span", tl, g(n(t)("afterOvertime")), 1)
|
|
3217
3239
|
])) : y("", !0),
|
|
3218
|
-
e.gameData.isShootout ? (
|
|
3219
|
-
l("span",
|
|
3240
|
+
e.gameData.isShootout ? (m(), b("p", al, [
|
|
3241
|
+
l("span", rl, g(n(t)("afterShootout")), 1)
|
|
3220
3242
|
])) : y("", !0)
|
|
3221
3243
|
], 64)) : y("", !0),
|
|
3222
|
-
e.gameData.gameStatus === 1 ? (
|
|
3223
|
-
e.gameData.gameStatus === 1 ? (
|
|
3244
|
+
e.gameData.gameStatus === 1 ? (m(), b("p", il, g(e.gameData.actualTime), 1)) : y("", !0),
|
|
3245
|
+
e.gameData.gameStatus === 1 ? (m(), T(ba, {
|
|
3224
3246
|
key: 4,
|
|
3225
3247
|
"game-data": e.gameData
|
|
3226
3248
|
}, null, 8, ["game-data"])) : y("", !0),
|
|
3227
3249
|
l("div", {
|
|
3228
3250
|
class: H(["is-game-result", [{ "is-game-status-live": e.gameData.gameStatus === 1 }]])
|
|
3229
3251
|
}, [
|
|
3230
|
-
e.gameData.gameStatus === 0 ? (
|
|
3252
|
+
e.gameData.gameStatus === 0 ? (m(), b("span", nl, "-")) : (m(), b("span", ol, g(e.gameData.homeTeamScore), 1)),
|
|
3231
3253
|
r[5] || (r[5] = x(":")),
|
|
3232
|
-
e.gameData.gameStatus === 0 ? (
|
|
3254
|
+
e.gameData.gameStatus === 0 ? (m(), b("span", sl, "-")) : (m(), b("span", ll, g(e.gameData.awayTeamScore), 1))
|
|
3233
3255
|
], 2),
|
|
3234
|
-
l("p",
|
|
3256
|
+
l("p", cl, g(e.gameData.periodResults), 1)
|
|
3235
3257
|
]),
|
|
3236
3258
|
r[4] || (B(-1, !0), (r[4] = l("div", null, [
|
|
3237
|
-
|
|
3259
|
+
f(n(U), {
|
|
3238
3260
|
src: e.gameData.awayTeam.logo,
|
|
3239
3261
|
"default-src": n(He),
|
|
3240
3262
|
class: "is-team-logo"
|
|
3241
3263
|
}, null, 8, ["src", "default-src"]),
|
|
3242
|
-
l("h1",
|
|
3264
|
+
l("h1", dl, g(e.gameData.awayTeam.longName), 1)
|
|
3243
3265
|
])).cacheIndex = 4, B(1), r[4])
|
|
3244
3266
|
])
|
|
3245
3267
|
]));
|
|
3246
3268
|
}
|
|
3247
|
-
},
|
|
3269
|
+
}, gl = ["aria-label"], ye = {
|
|
3248
3270
|
__name: "TeamLogo",
|
|
3249
3271
|
props: {
|
|
3250
3272
|
name: {
|
|
@@ -3261,8 +3283,8 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3261
3283
|
},
|
|
3262
3284
|
setup(e) {
|
|
3263
3285
|
const t = e, a = C(null), r = w(() => t.isHomeTeam ? Be : He);
|
|
3264
|
-
return (i, o) => (
|
|
3265
|
-
|
|
3286
|
+
return (i, o) => (m(), b(k, null, [
|
|
3287
|
+
f(n(Q), {
|
|
3266
3288
|
offset: 2,
|
|
3267
3289
|
placement: "top",
|
|
3268
3290
|
theme: "tooltip",
|
|
@@ -3270,16 +3292,16 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3270
3292
|
"append-to": a.value
|
|
3271
3293
|
}, {
|
|
3272
3294
|
default: S(({ setRef: s, events: d }) => [
|
|
3273
|
-
l("span",
|
|
3295
|
+
l("span", ne({
|
|
3274
3296
|
ref: s,
|
|
3275
3297
|
tabindex: 0,
|
|
3276
3298
|
"aria-label": e.name
|
|
3277
|
-
},
|
|
3278
|
-
|
|
3299
|
+
}, oe(d, !0)), [
|
|
3300
|
+
f(n(U), {
|
|
3279
3301
|
src: e.logo,
|
|
3280
3302
|
"default-src": r.value
|
|
3281
3303
|
}, null, 8, ["src", "default-src"])
|
|
3282
|
-
], 16,
|
|
3304
|
+
], 16, gl)
|
|
3283
3305
|
]),
|
|
3284
3306
|
_: 1
|
|
3285
3307
|
}, 8, ["content", "append-to"]),
|
|
@@ -3289,19 +3311,19 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3289
3311
|
}, null, 512)
|
|
3290
3312
|
], 64));
|
|
3291
3313
|
}
|
|
3292
|
-
},
|
|
3314
|
+
}, ul = { class: "is-time-cell" }, vl = { class: "is-team-logo-cell" }, bl = { class: "is-icon-cell" }, pl = { class: "is-score" }, fl = {
|
|
3293
3315
|
key: 0,
|
|
3294
3316
|
class: "is-badge is-large"
|
|
3295
|
-
},
|
|
3317
|
+
}, hl = {
|
|
3296
3318
|
key: 1,
|
|
3297
3319
|
class: "is-badge is-large"
|
|
3298
|
-
},
|
|
3320
|
+
}, yl = {
|
|
3299
3321
|
key: 0,
|
|
3300
3322
|
class: "is-badge is-invert is-large"
|
|
3301
|
-
},
|
|
3323
|
+
}, wl = { class: "is-evented-person" }, xl = { class: "is-player-number" }, kl = { class: "is-assists-list" }, Tl = {
|
|
3302
3324
|
key: 0,
|
|
3303
3325
|
class: "is-poi-data"
|
|
3304
|
-
},
|
|
3326
|
+
}, Sl = ["aria-label"], zl = ["aria-label"], $l = {
|
|
3305
3327
|
__name: "Goal",
|
|
3306
3328
|
props: {
|
|
3307
3329
|
event: {
|
|
@@ -3314,88 +3336,88 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3314
3336
|
}
|
|
3315
3337
|
},
|
|
3316
3338
|
setup(e) {
|
|
3317
|
-
const t = e, a = C(null), r = w(() =>
|
|
3318
|
-
return (s, d) => (
|
|
3319
|
-
l("div",
|
|
3320
|
-
l("div",
|
|
3321
|
-
(
|
|
3339
|
+
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);
|
|
3340
|
+
return (s, d) => (m(), b(k, null, [
|
|
3341
|
+
l("div", ul, g(e.event.eventTime), 1),
|
|
3342
|
+
l("div", vl, [
|
|
3343
|
+
(m(), T(ye, {
|
|
3322
3344
|
key: e.event.team.id,
|
|
3323
3345
|
name: e.event.team.longName,
|
|
3324
3346
|
logo: e.event.team.logo,
|
|
3325
3347
|
"is-home-team": e.isHomeTeam
|
|
3326
3348
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3327
3349
|
]),
|
|
3328
|
-
l("div",
|
|
3329
|
-
|
|
3350
|
+
l("div", bl, [
|
|
3351
|
+
f(n(pe), { class: "is-goal-icon" })
|
|
3330
3352
|
]),
|
|
3331
|
-
l("div",
|
|
3353
|
+
l("div", pl, g(e.event.score), 1),
|
|
3332
3354
|
l("div", null, [
|
|
3333
|
-
e.event.advantage ? (
|
|
3334
|
-
e.event.en ? (
|
|
3355
|
+
e.event.advantage ? (m(), b("span", fl, g(e.event.advantage), 1)) : y("", !0),
|
|
3356
|
+
e.event.en ? (m(), b("span", hl, " EN ")) : y("", !0)
|
|
3335
3357
|
]),
|
|
3336
3358
|
l("div", null, [
|
|
3337
|
-
e.event.ps || e.event.gws || e.event.gwg ? (
|
|
3338
|
-
e.event.ps ? (
|
|
3359
|
+
e.event.ps || e.event.gws || e.event.gwg ? (m(), b("span", yl, [
|
|
3360
|
+
e.event.ps ? (m(), b(k, { key: 0 }, [
|
|
3339
3361
|
x("PS")
|
|
3340
3362
|
], 64)) : y("", !0),
|
|
3341
|
-
e.event.gws ? (
|
|
3363
|
+
e.event.gws ? (m(), b(k, { key: 1 }, [
|
|
3342
3364
|
x("GWS")
|
|
3343
3365
|
], 64)) : y("", !0),
|
|
3344
|
-
e.event.gwg ? (
|
|
3366
|
+
e.event.gwg ? (m(), b(k, { key: 2 }, [
|
|
3345
3367
|
x("GWG")
|
|
3346
3368
|
], 64)) : y("", !0)
|
|
3347
3369
|
])) : y("", !0)
|
|
3348
3370
|
]),
|
|
3349
3371
|
l("div", null, [
|
|
3350
3372
|
l("dl", null, [
|
|
3351
|
-
l("dt",
|
|
3352
|
-
l("span",
|
|
3353
|
-
x(" " +
|
|
3373
|
+
l("dt", wl, [
|
|
3374
|
+
l("span", xl, g(e.event.jerseyNumber), 1),
|
|
3375
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
3354
3376
|
]),
|
|
3355
|
-
l("dt",
|
|
3356
|
-
(
|
|
3357
|
-
l("i", null,
|
|
3358
|
-
x(" " +
|
|
3377
|
+
l("dt", kl, [
|
|
3378
|
+
(m(!0), b(k, null, N(r.value, (c) => (m(), b("span", { key: c }, [
|
|
3379
|
+
l("i", null, g(c.jerseyNumber), 1),
|
|
3380
|
+
x(" " + g(c.lastName) + " " + g(c.firstName), 1)
|
|
3359
3381
|
]))), 128))
|
|
3360
3382
|
]),
|
|
3361
|
-
!n(A)(i.value) || !n(A)(o.value) ? (
|
|
3383
|
+
!n(A)(i.value) || !n(A)(o.value) ? (m(), b("dd", Tl, [
|
|
3362
3384
|
l("ul", null, [
|
|
3363
|
-
(
|
|
3364
|
-
key:
|
|
3385
|
+
(m(!0), b(k, null, N(i.value, (c) => (m(), T(n(Q), {
|
|
3386
|
+
key: c.playerId,
|
|
3365
3387
|
offset: 2,
|
|
3366
3388
|
placement: "top",
|
|
3367
3389
|
theme: "tooltip",
|
|
3368
|
-
content: `${
|
|
3390
|
+
content: `${c.lastName} ${c.firstName}`,
|
|
3369
3391
|
"append-to": a.value
|
|
3370
3392
|
}, {
|
|
3371
|
-
default: S(({ setRef:
|
|
3372
|
-
l("li",
|
|
3393
|
+
default: S(({ setRef: u, events: p }) => [
|
|
3394
|
+
l("li", ne({
|
|
3373
3395
|
ref_for: !0,
|
|
3374
|
-
ref:
|
|
3396
|
+
ref: u,
|
|
3375
3397
|
tabindex: 0,
|
|
3376
|
-
"aria-label": `${
|
|
3377
|
-
},
|
|
3398
|
+
"aria-label": `${c.jerseyNumber} ${c.lastName} ${c.firstName}`
|
|
3399
|
+
}, oe(p, !0)), g(c.jerseyNumber), 17, Sl)
|
|
3378
3400
|
]),
|
|
3379
3401
|
_: 2
|
|
3380
3402
|
}, 1032, ["content", "append-to"]))), 128))
|
|
3381
3403
|
]),
|
|
3382
3404
|
d[0] || (d[0] = l("span", null, " / ", -1)),
|
|
3383
3405
|
l("ul", null, [
|
|
3384
|
-
(
|
|
3385
|
-
key:
|
|
3406
|
+
(m(!0), b(k, null, N(o.value, (c) => (m(), T(n(Q), {
|
|
3407
|
+
key: c.playerId,
|
|
3386
3408
|
offset: 2,
|
|
3387
3409
|
placement: "top",
|
|
3388
3410
|
theme: "tooltip",
|
|
3389
|
-
content: `${
|
|
3411
|
+
content: `${c.lastName} ${c.firstName}`,
|
|
3390
3412
|
"append-to": a.value
|
|
3391
3413
|
}, {
|
|
3392
|
-
default: S(({ setRef:
|
|
3393
|
-
l("li",
|
|
3414
|
+
default: S(({ setRef: u, events: p }) => [
|
|
3415
|
+
l("li", ne({
|
|
3394
3416
|
ref_for: !0,
|
|
3395
|
-
ref:
|
|
3417
|
+
ref: u,
|
|
3396
3418
|
tabindex: 0,
|
|
3397
|
-
"aria-label": `${
|
|
3398
|
-
},
|
|
3419
|
+
"aria-label": `${c.jerseyNumber} ${c.lastName} ${c.firstName}`
|
|
3420
|
+
}, oe(p, !0)), g(c.jerseyNumber), 17, zl)
|
|
3399
3421
|
]),
|
|
3400
3422
|
_: 2
|
|
3401
3423
|
}, 1032, ["content", "append-to"]))), 128))
|
|
@@ -3409,7 +3431,7 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3409
3431
|
])
|
|
3410
3432
|
], 64));
|
|
3411
3433
|
}
|
|
3412
|
-
},
|
|
3434
|
+
}, 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
3435
|
__name: "Goalies",
|
|
3414
3436
|
props: {
|
|
3415
3437
|
event: {
|
|
@@ -3422,45 +3444,45 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3422
3444
|
}
|
|
3423
3445
|
},
|
|
3424
3446
|
setup(e) {
|
|
3425
|
-
return (t, a) => (
|
|
3426
|
-
l("div",
|
|
3427
|
-
l("div",
|
|
3428
|
-
(
|
|
3447
|
+
return (t, a) => (m(), b(k, null, [
|
|
3448
|
+
l("div", Pl, g(e.event.eventTime), 1),
|
|
3449
|
+
l("div", jl, [
|
|
3450
|
+
(m(), T(ye, {
|
|
3429
3451
|
key: e.event.team.id,
|
|
3430
3452
|
name: e.event.team.longName,
|
|
3431
3453
|
logo: e.event.team.logo,
|
|
3432
3454
|
"is-home-team": e.isHomeTeam
|
|
3433
3455
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3434
3456
|
]),
|
|
3435
|
-
l("div",
|
|
3436
|
-
e.event.gkDirection === "CSERE" ? (
|
|
3457
|
+
l("div", El, [
|
|
3458
|
+
e.event.gkDirection === "CSERE" ? (m(), T(n(Xe), {
|
|
3437
3459
|
key: 0,
|
|
3438
3460
|
width: "24",
|
|
3439
3461
|
height: "24",
|
|
3440
3462
|
class: "is-goalie-in-icon"
|
|
3441
3463
|
})) : y("", !0),
|
|
3442
|
-
e.event.gkDirection === "BE" ? (
|
|
3464
|
+
e.event.gkDirection === "BE" ? (m(), T(n(Xe), {
|
|
3443
3465
|
key: 1,
|
|
3444
3466
|
width: "24",
|
|
3445
3467
|
height: "24",
|
|
3446
3468
|
class: "is-goalie-in-icon"
|
|
3447
|
-
})) : (
|
|
3469
|
+
})) : (m(), T(n(pa), {
|
|
3448
3470
|
key: 2,
|
|
3449
3471
|
width: "24",
|
|
3450
3472
|
height: "24",
|
|
3451
3473
|
class: "is-goalie-out-icon"
|
|
3452
3474
|
}))
|
|
3453
3475
|
]),
|
|
3454
|
-
l("div",
|
|
3476
|
+
l("div", Nl, g(e.event.gkDirection), 1),
|
|
3455
3477
|
a[0] || (a[0] = l("div", null, null, -1)),
|
|
3456
3478
|
a[1] || (a[1] = l("div", null, null, -1)),
|
|
3457
|
-
l("div",
|
|
3458
|
-
l("span",
|
|
3459
|
-
x(" " +
|
|
3479
|
+
l("div", Ol, [
|
|
3480
|
+
l("span", Il, g(e.event.jerseyNumber), 1),
|
|
3481
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
3460
3482
|
])
|
|
3461
3483
|
], 64));
|
|
3462
3484
|
}
|
|
3463
|
-
},
|
|
3485
|
+
}, _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
3486
|
__name: "Penalty",
|
|
3465
3487
|
props: {
|
|
3466
3488
|
event: {
|
|
@@ -3473,38 +3495,38 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3473
3495
|
}
|
|
3474
3496
|
},
|
|
3475
3497
|
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
|
-
(
|
|
3498
|
+
const t = e, a = C(null), { t: r } = D(), i = w(() => ma(t.event));
|
|
3499
|
+
return (o, s) => (m(), b(k, null, [
|
|
3500
|
+
l("div", _l, g(e.event.eventTime), 1),
|
|
3501
|
+
l("div", Dl, [
|
|
3502
|
+
(m(), T(ye, {
|
|
3481
3503
|
key: e.event.team.id,
|
|
3482
3504
|
name: e.event.team.longName,
|
|
3483
3505
|
logo: e.event.team.logo,
|
|
3484
3506
|
"is-home-team": e.isHomeTeam
|
|
3485
3507
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3486
3508
|
]),
|
|
3487
|
-
l("div",
|
|
3488
|
-
|
|
3509
|
+
l("div", Ml, [
|
|
3510
|
+
f(n(fa), {
|
|
3489
3511
|
width: "24",
|
|
3490
3512
|
height: "24",
|
|
3491
3513
|
class: "is-penalty-icon"
|
|
3492
3514
|
})
|
|
3493
3515
|
]),
|
|
3494
|
-
l("div",
|
|
3495
|
-
|
|
3516
|
+
l("div", Ll, [
|
|
3517
|
+
f(n(Q), {
|
|
3496
3518
|
offset: 2,
|
|
3497
3519
|
placement: "top",
|
|
3498
3520
|
theme: "tooltip",
|
|
3499
3521
|
content: n(r)(`penalties.${i.value.penaltyCause}`),
|
|
3500
3522
|
"append-to": a.value
|
|
3501
3523
|
}, {
|
|
3502
|
-
default: S(({ setRef: d, events:
|
|
3503
|
-
l("span",
|
|
3524
|
+
default: S(({ setRef: d, events: c }) => [
|
|
3525
|
+
l("span", ne({
|
|
3504
3526
|
ref: d,
|
|
3505
3527
|
tabindex: 0,
|
|
3506
3528
|
"aria-label": n(r)(`penalties.${i.value.penaltyCause}`)
|
|
3507
|
-
},
|
|
3529
|
+
}, oe(c, !0)), g(i.value.penaltyCause), 17, Cl)
|
|
3508
3530
|
]),
|
|
3509
3531
|
_: 1
|
|
3510
3532
|
}, 8, ["content", "append-to"]),
|
|
@@ -3513,24 +3535,24 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3513
3535
|
ref: a
|
|
3514
3536
|
}, null, 512)
|
|
3515
3537
|
]),
|
|
3516
|
-
l("div",
|
|
3517
|
-
e.event.penaltyLength !== 0 ? (
|
|
3518
|
-
x(
|
|
3538
|
+
l("div", Gl, [
|
|
3539
|
+
e.event.penaltyLength !== 0 ? (m(), b(k, { key: 0 }, [
|
|
3540
|
+
x(g(n(r)("events.penaltyLength", [e.event.penaltyLength])), 1)
|
|
3519
3541
|
], 64)) : y("", !0),
|
|
3520
|
-
e.event.perc === 0 ? (
|
|
3542
|
+
e.event.perc === 0 ? (m(), b(k, { key: 1 }, [
|
|
3521
3543
|
x(" PS ")
|
|
3522
3544
|
], 64)) : y("", !0)
|
|
3523
3545
|
]),
|
|
3524
|
-
l("div",
|
|
3525
|
-
l("div",
|
|
3526
|
-
e.event.jerseyNumber === null ? (
|
|
3527
|
-
l("span",
|
|
3528
|
-
x(" " +
|
|
3546
|
+
l("div", Bl, g(e.event.penaltyEnd), 1),
|
|
3547
|
+
l("div", Hl, [
|
|
3548
|
+
e.event.jerseyNumber === null ? (m(), b("span", Fl, g(n(r)("events.teamPenalty")), 1)) : (m(), b(k, { key: 1 }, [
|
|
3549
|
+
l("span", Rl, g(e.event.jerseyNumber), 1),
|
|
3550
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
3529
3551
|
], 64))
|
|
3530
3552
|
])
|
|
3531
3553
|
], 64));
|
|
3532
3554
|
}
|
|
3533
|
-
},
|
|
3555
|
+
}, 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
3556
|
__name: "PenaltyShot",
|
|
3535
3557
|
props: {
|
|
3536
3558
|
event: {
|
|
@@ -3544,41 +3566,41 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3544
3566
|
},
|
|
3545
3567
|
setup(e) {
|
|
3546
3568
|
const { t } = D();
|
|
3547
|
-
return (a, r) => (
|
|
3548
|
-
l("div",
|
|
3549
|
-
l("div",
|
|
3550
|
-
(
|
|
3569
|
+
return (a, r) => (m(), b(k, null, [
|
|
3570
|
+
l("div", Ul, g(e.event.eventTime), 1),
|
|
3571
|
+
l("div", Vl, [
|
|
3572
|
+
(m(), T(ye, {
|
|
3551
3573
|
key: e.event.team.id,
|
|
3552
3574
|
name: e.event.team.longName,
|
|
3553
3575
|
logo: e.event.team.logo,
|
|
3554
3576
|
"is-home-team": e.isHomeTeam
|
|
3555
3577
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3556
3578
|
]),
|
|
3557
|
-
l("div",
|
|
3558
|
-
|
|
3579
|
+
l("div", ql, [
|
|
3580
|
+
f(n(pe), { class: "is-goal-so-icon" })
|
|
3559
3581
|
]),
|
|
3560
3582
|
l("div", {
|
|
3561
3583
|
class: H(["is-score-so", [{ "is-score-so-goal": e.event.goal }]])
|
|
3562
|
-
},
|
|
3584
|
+
}, g(e.event.score), 3),
|
|
3563
3585
|
l("div", null, [
|
|
3564
3586
|
l("span", {
|
|
3565
3587
|
class: H(["is-badge is-large", [{ "is-green": e.event.goal }]])
|
|
3566
3588
|
}, [
|
|
3567
|
-
e.event.goal ? (
|
|
3568
|
-
x(
|
|
3569
|
-
], 64)) : (
|
|
3570
|
-
x(
|
|
3589
|
+
e.event.goal ? (m(), b(k, { key: 0 }, [
|
|
3590
|
+
x(g(n(t)("events.score")), 1)
|
|
3591
|
+
], 64)) : (m(), b(k, { key: 1 }, [
|
|
3592
|
+
x(g(n(t)("events.missed")), 1)
|
|
3571
3593
|
], 64))
|
|
3572
3594
|
], 2)
|
|
3573
3595
|
]),
|
|
3574
3596
|
r[0] || (r[0] = l("div", null, null, -1)),
|
|
3575
|
-
l("div",
|
|
3576
|
-
l("span",
|
|
3577
|
-
x(" " +
|
|
3597
|
+
l("div", Yl, [
|
|
3598
|
+
l("span", Wl, g(e.event.jerseyNumber), 1),
|
|
3599
|
+
x(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
3578
3600
|
])
|
|
3579
3601
|
], 64));
|
|
3580
3602
|
}
|
|
3581
|
-
},
|
|
3603
|
+
}, Jl = { class: "is-time-cell" }, Zl = { class: "is-team-logo-cell" }, Xl = { class: "is-icon-cell" }, ec = {
|
|
3582
3604
|
__name: "Timeout",
|
|
3583
3605
|
props: {
|
|
3584
3606
|
event: {
|
|
@@ -3592,26 +3614,26 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3592
3614
|
},
|
|
3593
3615
|
setup(e) {
|
|
3594
3616
|
const { t } = D();
|
|
3595
|
-
return (a, r) => (
|
|
3596
|
-
l("div",
|
|
3597
|
-
l("div",
|
|
3598
|
-
(
|
|
3617
|
+
return (a, r) => (m(), b(k, null, [
|
|
3618
|
+
l("div", Jl, g(e.event.eventTime), 1),
|
|
3619
|
+
l("div", Zl, [
|
|
3620
|
+
(m(), T(ye, {
|
|
3599
3621
|
key: e.event.team.id,
|
|
3600
3622
|
name: e.event.team.longName,
|
|
3601
3623
|
logo: e.event.team.logo,
|
|
3602
3624
|
"is-home-team": e.isHomeTeam
|
|
3603
3625
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3604
3626
|
]),
|
|
3605
|
-
l("div",
|
|
3606
|
-
|
|
3627
|
+
l("div", Xl, [
|
|
3628
|
+
f(n(bt), { class: "is-timer-icon" })
|
|
3607
3629
|
]),
|
|
3608
3630
|
r[0] || (r[0] = l("div", null, null, -1)),
|
|
3609
3631
|
r[1] || (r[1] = l("div", null, null, -1)),
|
|
3610
3632
|
r[2] || (r[2] = l("div", null, null, -1)),
|
|
3611
|
-
l("div", null,
|
|
3633
|
+
l("div", null, g(n(t)("events.timeout")), 1)
|
|
3612
3634
|
], 64));
|
|
3613
3635
|
}
|
|
3614
|
-
},
|
|
3636
|
+
}, tc = {
|
|
3615
3637
|
__name: "GameEvent",
|
|
3616
3638
|
props: {
|
|
3617
3639
|
event: {
|
|
@@ -3624,19 +3646,19 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3624
3646
|
}
|
|
3625
3647
|
},
|
|
3626
3648
|
setup(e) {
|
|
3627
|
-
const t = e, a = (/* @__PURE__ */ new Map()).set("Gól",
|
|
3649
|
+
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
3650
|
var o;
|
|
3629
3651
|
return ((o = t.event.team) == null ? void 0 : o.id) === t.homeTeamId;
|
|
3630
3652
|
});
|
|
3631
|
-
return (o, s) => (
|
|
3653
|
+
return (o, s) => (m(), T(Lt(r.value), {
|
|
3632
3654
|
event: e.event,
|
|
3633
3655
|
"is-home-team": i.value
|
|
3634
3656
|
}, null, 8, ["event", "is-home-team"]));
|
|
3635
3657
|
}
|
|
3636
|
-
},
|
|
3658
|
+
}, ac = { class: "gamecenter-game-events" }, rc = { class: "is-period-header" }, ic = {
|
|
3637
3659
|
key: 0,
|
|
3638
3660
|
class: "is-no-action"
|
|
3639
|
-
},
|
|
3661
|
+
}, nc = {
|
|
3640
3662
|
__name: "GameEvents",
|
|
3641
3663
|
props: {
|
|
3642
3664
|
gameEvents: {
|
|
@@ -3649,17 +3671,17 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3649
3671
|
}
|
|
3650
3672
|
},
|
|
3651
3673
|
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:
|
|
3674
|
+
const t = e, { t: a } = D(), r = w(() => Mi(t.gameData, t.gameEvents));
|
|
3675
|
+
return (i, o) => (m(), b("div", ac, [
|
|
3676
|
+
(m(!0), b(k, null, N(r.value, (s, d) => (m(), b(k, { key: d }, [
|
|
3677
|
+
l("div", rc, g(n(a)(`periods.${n(Fe)(d)}`)), 1),
|
|
3678
|
+
s.length === 0 ? (m(), b("div", ic, g(n(a)("events.noEventsInPeriod")), 1)) : y("", !0),
|
|
3679
|
+
(m(!0), b(k, null, N(s, (c) => (m(), b("div", {
|
|
3680
|
+
key: c.id,
|
|
3659
3681
|
class: "gamecenter-game-event"
|
|
3660
3682
|
}, [
|
|
3661
|
-
|
|
3662
|
-
event:
|
|
3683
|
+
f(tc, {
|
|
3684
|
+
event: c,
|
|
3663
3685
|
"home-team-id": e.gameData.homeTeam.id
|
|
3664
3686
|
}, null, 8, ["event", "home-team-id"])
|
|
3665
3687
|
]))), 128))
|
|
@@ -3667,7 +3689,7 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3667
3689
|
o[0] || (o[0] = l("div", { id: "event-tooltip-container" }, null, -1))
|
|
3668
3690
|
]));
|
|
3669
3691
|
}
|
|
3670
|
-
},
|
|
3692
|
+
}, oc = { class: "gamecenter-data-columns" }, sc = {
|
|
3671
3693
|
__name: "GameGoaliesStats",
|
|
3672
3694
|
props: {
|
|
3673
3695
|
data: {
|
|
@@ -3690,31 +3712,31 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3690
3712
|
}
|
|
3691
3713
|
},
|
|
3692
3714
|
setup(e) {
|
|
3693
|
-
const t = e, a = ia([ta(
|
|
3715
|
+
const t = e, a = ia([ta(re("startingFive"))]), { columns: r } = se(la), i = w(() => {
|
|
3694
3716
|
var s;
|
|
3695
3717
|
return a(((s = t.data) == null ? void 0 : s[t.homeTeamId]) ?? []);
|
|
3696
3718
|
}), o = w(() => {
|
|
3697
3719
|
var s;
|
|
3698
3720
|
return a(((s = t.data) == null ? void 0 : s[t.awayTeamId]) ?? []);
|
|
3699
3721
|
});
|
|
3700
|
-
return (s, d) => (
|
|
3701
|
-
|
|
3702
|
-
default: S(({ rows:
|
|
3703
|
-
|
|
3722
|
+
return (s, d) => (m(), b("div", oc, [
|
|
3723
|
+
f(Ae, { rows: i.value }, {
|
|
3724
|
+
default: S(({ rows: c }) => [
|
|
3725
|
+
f(F, {
|
|
3704
3726
|
class: "gamecenter-data-table",
|
|
3705
3727
|
columns: n(r),
|
|
3706
|
-
rows:
|
|
3728
|
+
rows: c,
|
|
3707
3729
|
title: e.homeTeamName
|
|
3708
3730
|
}, null, 8, ["columns", "rows", "title"])
|
|
3709
3731
|
]),
|
|
3710
3732
|
_: 1
|
|
3711
3733
|
}, 8, ["rows"]),
|
|
3712
|
-
|
|
3713
|
-
default: S(({ rows:
|
|
3714
|
-
|
|
3734
|
+
f(Ae, { rows: o.value }, {
|
|
3735
|
+
default: S(({ rows: c }) => [
|
|
3736
|
+
f(F, {
|
|
3715
3737
|
class: "gamecenter-data-table",
|
|
3716
3738
|
columns: n(r),
|
|
3717
|
-
rows:
|
|
3739
|
+
rows: c,
|
|
3718
3740
|
title: e.awayTeamName
|
|
3719
3741
|
}, null, 8, ["columns", "rows", "title"])
|
|
3720
3742
|
]),
|
|
@@ -3722,7 +3744,7 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3722
3744
|
}, 8, ["rows"])
|
|
3723
3745
|
]));
|
|
3724
3746
|
}
|
|
3725
|
-
},
|
|
3747
|
+
}, lc = { class: "gamecenter-game-stats-container" }, cc = ["innerHTML"], K = {
|
|
3726
3748
|
__name: "GameStatsContainer",
|
|
3727
3749
|
props: {
|
|
3728
3750
|
title: {
|
|
@@ -3735,16 +3757,16 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3735
3757
|
}
|
|
3736
3758
|
},
|
|
3737
3759
|
setup(e) {
|
|
3738
|
-
return (t, a) => (
|
|
3760
|
+
return (t, a) => (m(), b("dl", lc, [
|
|
3739
3761
|
l("dt", null, [
|
|
3740
3762
|
W(t.$slots, "default", {}, () => [
|
|
3741
|
-
x(
|
|
3763
|
+
x(g(e.title), 1)
|
|
3742
3764
|
])
|
|
3743
3765
|
]),
|
|
3744
|
-
l("dd", { innerHTML: e.data }, null, 8,
|
|
3766
|
+
l("dd", { innerHTML: e.data }, null, 8, cc)
|
|
3745
3767
|
]));
|
|
3746
3768
|
}
|
|
3747
|
-
},
|
|
3769
|
+
}, dc = { class: "gamecenter-game-stats" }, mc = { class: "gamecenter-game-stats-container-wrapper" }, gc = {
|
|
3748
3770
|
__name: "GameOfficials",
|
|
3749
3771
|
props: {
|
|
3750
3772
|
gameOfficials: {
|
|
@@ -3759,39 +3781,39 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3759
3781
|
setup(e) {
|
|
3760
3782
|
const t = e, { t: a } = D(), r = w(
|
|
3761
3783
|
() => {
|
|
3762
|
-
var o, s, d,
|
|
3763
|
-
return
|
|
3784
|
+
var o, s, d, c;
|
|
3785
|
+
return ae(
|
|
3764
3786
|
Pt(", "),
|
|
3765
|
-
Y((
|
|
3766
|
-
|
|
3767
|
-
)([(s = (o = t.gameOfficials) == null ? void 0 : o.gameOfficials) == null ? void 0 : s.first_referee, (
|
|
3787
|
+
Y((u) => `${u.lastName} ${u.firstName}`),
|
|
3788
|
+
te((u) => !u)
|
|
3789
|
+
)([(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
3790
|
}
|
|
3769
3791
|
), i = w(
|
|
3770
3792
|
() => {
|
|
3771
|
-
var o, s, d,
|
|
3772
|
-
return
|
|
3793
|
+
var o, s, d, c;
|
|
3794
|
+
return ae(
|
|
3773
3795
|
Pt(", "),
|
|
3774
|
-
Y((
|
|
3775
|
-
|
|
3796
|
+
Y((u) => `${u.lastName} ${u.firstName}`),
|
|
3797
|
+
te((u) => !u)
|
|
3776
3798
|
)([
|
|
3777
3799
|
(s = (o = t.gameOfficials) == null ? void 0 : o.gameOfficials) == null ? void 0 : s.first_line_judge,
|
|
3778
|
-
(
|
|
3800
|
+
(c = (d = t.gameOfficials) == null ? void 0 : d.gameOfficials) == null ? void 0 : c.second_line_judge
|
|
3779
3801
|
]);
|
|
3780
3802
|
}
|
|
3781
3803
|
);
|
|
3782
3804
|
return (o, s) => {
|
|
3783
3805
|
var d;
|
|
3784
|
-
return
|
|
3785
|
-
l("div",
|
|
3786
|
-
|
|
3806
|
+
return m(), b("div", dc, [
|
|
3807
|
+
l("div", mc, [
|
|
3808
|
+
f(K, {
|
|
3787
3809
|
title: n(a)("gameStats.referees"),
|
|
3788
3810
|
data: r.value
|
|
3789
3811
|
}, null, 8, ["title", "data"]),
|
|
3790
|
-
|
|
3812
|
+
f(K, {
|
|
3791
3813
|
title: n(a)("gameStats.linesmen"),
|
|
3792
3814
|
data: i.value
|
|
3793
3815
|
}, null, 8, ["title", "data"]),
|
|
3794
|
-
|
|
3816
|
+
f(K, {
|
|
3795
3817
|
title: n(a)("gameStats.attendance"),
|
|
3796
3818
|
data: ((d = e.gameData) == null ? void 0 : d.attendance) ?? 0
|
|
3797
3819
|
}, null, 8, ["title", "data"])
|
|
@@ -3799,7 +3821,7 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3799
3821
|
]);
|
|
3800
3822
|
};
|
|
3801
3823
|
}
|
|
3802
|
-
},
|
|
3824
|
+
}, uc = { class: "gamecenter-data-column" }, vc = {
|
|
3803
3825
|
__name: "GamePlayersStats",
|
|
3804
3826
|
props: {
|
|
3805
3827
|
data: {
|
|
@@ -3822,43 +3844,43 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3822
3844
|
}
|
|
3823
3845
|
},
|
|
3824
3846
|
setup(e) {
|
|
3825
|
-
const t = e, { columns: a } =
|
|
3847
|
+
const t = e, { columns: a } = se(sa), r = w(() => {
|
|
3826
3848
|
var o;
|
|
3827
3849
|
return Ee(((o = t.data) == null ? void 0 : o[t.homeTeamId]) ?? []);
|
|
3828
3850
|
}), i = w(() => {
|
|
3829
3851
|
var o;
|
|
3830
3852
|
return Ee(((o = t.data) == null ? void 0 : o[t.awayTeamId]) ?? []);
|
|
3831
3853
|
});
|
|
3832
|
-
return (o, s) => (
|
|
3833
|
-
|
|
3834
|
-
default: S(({ rows: d, sort:
|
|
3835
|
-
|
|
3854
|
+
return (o, s) => (m(), b("div", uc, [
|
|
3855
|
+
f(_e, { rows: r.value }, {
|
|
3856
|
+
default: S(({ rows: d, sort: c, onSort: u }) => [
|
|
3857
|
+
f(F, {
|
|
3836
3858
|
class: "gamecenter-data-table",
|
|
3837
3859
|
columns: n(a),
|
|
3838
3860
|
rows: d,
|
|
3839
3861
|
title: e.homeTeamName,
|
|
3840
|
-
sort:
|
|
3841
|
-
onSort:
|
|
3862
|
+
sort: c,
|
|
3863
|
+
onSort: u
|
|
3842
3864
|
}, null, 8, ["columns", "rows", "title", "sort", "onSort"])
|
|
3843
3865
|
]),
|
|
3844
3866
|
_: 1
|
|
3845
3867
|
}, 8, ["rows"]),
|
|
3846
|
-
|
|
3847
|
-
default: S(({ rows: d, sort:
|
|
3848
|
-
|
|
3868
|
+
f(_e, { rows: i.value }, {
|
|
3869
|
+
default: S(({ rows: d, sort: c, onSort: u }) => [
|
|
3870
|
+
f(F, {
|
|
3849
3871
|
class: "gamecenter-data-table",
|
|
3850
3872
|
columns: n(a),
|
|
3851
3873
|
rows: d,
|
|
3852
3874
|
title: e.awayTeamName,
|
|
3853
|
-
sort:
|
|
3854
|
-
onSort:
|
|
3875
|
+
sort: c,
|
|
3876
|
+
onSort: u
|
|
3855
3877
|
}, null, 8, ["columns", "rows", "title", "sort", "onSort"])
|
|
3856
3878
|
]),
|
|
3857
3879
|
_: 1
|
|
3858
3880
|
}, 8, ["rows"])
|
|
3859
3881
|
]));
|
|
3860
3882
|
}
|
|
3861
|
-
},
|
|
3883
|
+
}, bc = {
|
|
3862
3884
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3863
3885
|
viewBox: "0 0 24 24",
|
|
3864
3886
|
fill: "none",
|
|
@@ -3867,8 +3889,8 @@ const Xo = { render: Zo }, es = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3867
3889
|
"stroke-linecap": "round",
|
|
3868
3890
|
"stroke-linejoin": "round"
|
|
3869
3891
|
};
|
|
3870
|
-
function
|
|
3871
|
-
return
|
|
3892
|
+
function pc(e, t) {
|
|
3893
|
+
return m(), b("svg", bc, t[0] || (t[0] = [
|
|
3872
3894
|
l("circle", {
|
|
3873
3895
|
cx: "12",
|
|
3874
3896
|
cy: "12",
|
|
@@ -3886,7 +3908,7 @@ function bc(e, t) {
|
|
|
3886
3908
|
}, null, -1)
|
|
3887
3909
|
]));
|
|
3888
3910
|
}
|
|
3889
|
-
const
|
|
3911
|
+
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
3912
|
__name: "GameStats",
|
|
3891
3913
|
props: {
|
|
3892
3914
|
gameStats: {
|
|
@@ -3900,21 +3922,21 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
3900
3922
|
},
|
|
3901
3923
|
setup(e) {
|
|
3902
3924
|
const t = e, { t: a } = D(), r = w(() => {
|
|
3903
|
-
var
|
|
3904
|
-
return ((
|
|
3925
|
+
var v, h;
|
|
3926
|
+
return ((h = (v = t.gameData) == null ? void 0 : v.homeTeam) == null ? void 0 : h.id) ?? "";
|
|
3905
3927
|
}), i = w(() => {
|
|
3906
|
-
var
|
|
3907
|
-
return ((
|
|
3928
|
+
var v, h;
|
|
3929
|
+
return ((h = (v = t.gameData) == null ? void 0 : v.awayTeam) == null ? void 0 : h.id) ?? "";
|
|
3908
3930
|
}), o = w(
|
|
3909
3931
|
() => {
|
|
3910
|
-
var
|
|
3911
|
-
return Et(((
|
|
3932
|
+
var v;
|
|
3933
|
+
return Et(((v = t.gameStats) == null ? void 0 : v.teamSOG) ?? [], i.value, r.value, "shots");
|
|
3912
3934
|
}
|
|
3913
3935
|
), s = w(
|
|
3914
3936
|
() => {
|
|
3915
|
-
var
|
|
3916
|
-
return
|
|
3917
|
-
((
|
|
3937
|
+
var v;
|
|
3938
|
+
return Li(
|
|
3939
|
+
((v = t.gameStats) == null ? void 0 : v.teamSOG) ?? [],
|
|
3918
3940
|
r.value,
|
|
3919
3941
|
i.value,
|
|
3920
3942
|
"saves"
|
|
@@ -3922,52 +3944,52 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
3922
3944
|
}
|
|
3923
3945
|
), d = w(
|
|
3924
3946
|
() => {
|
|
3925
|
-
var
|
|
3947
|
+
var v;
|
|
3926
3948
|
return Et(
|
|
3927
|
-
((
|
|
3949
|
+
((v = t.gameStats) == null ? void 0 : v.teamPenalties) ?? [],
|
|
3928
3950
|
r.value,
|
|
3929
3951
|
i.value,
|
|
3930
3952
|
"penaltyLength"
|
|
3931
3953
|
);
|
|
3932
3954
|
}
|
|
3933
|
-
),
|
|
3934
|
-
var
|
|
3935
|
-
return
|
|
3936
|
-
}),
|
|
3937
|
-
var
|
|
3938
|
-
return
|
|
3955
|
+
), c = w(() => {
|
|
3956
|
+
var v;
|
|
3957
|
+
return Ci(((v = t.gameStats) == null ? void 0 : v.teamPowerPlay) ?? {});
|
|
3958
|
+
}), u = w(() => {
|
|
3959
|
+
var v;
|
|
3960
|
+
return Gi(((v = t.gameStats) == null ? void 0 : v.teamPowerPlay) ?? {});
|
|
3939
3961
|
}), p = w(() => {
|
|
3940
|
-
var
|
|
3941
|
-
return
|
|
3962
|
+
var v;
|
|
3963
|
+
return Bi(((v = t.gameStats) == null ? void 0 : v.teamPowerPlay) ?? {});
|
|
3942
3964
|
});
|
|
3943
|
-
return (
|
|
3944
|
-
l("div",
|
|
3945
|
-
|
|
3965
|
+
return (v, h) => (m(), b("div", hc, [
|
|
3966
|
+
l("div", yc, [
|
|
3967
|
+
f(K, {
|
|
3946
3968
|
title: n(a)("teamsStats.sog"),
|
|
3947
3969
|
data: o.value
|
|
3948
3970
|
}, null, 8, ["title", "data"]),
|
|
3949
|
-
|
|
3971
|
+
f(K, {
|
|
3950
3972
|
title: n(a)("teamsStats.saves"),
|
|
3951
3973
|
data: s.value
|
|
3952
3974
|
}, null, 8, ["title", "data"]),
|
|
3953
|
-
|
|
3975
|
+
f(K, {
|
|
3954
3976
|
title: n(a)("teamsStats.pim"),
|
|
3955
3977
|
data: d.value
|
|
3956
3978
|
}, null, 8, ["title", "data"]),
|
|
3957
|
-
|
|
3979
|
+
f(K, {
|
|
3958
3980
|
title: n(a)("teamsStats.advPercent"),
|
|
3959
|
-
data:
|
|
3981
|
+
data: u.value
|
|
3960
3982
|
}, null, 8, ["title", "data"]),
|
|
3961
|
-
|
|
3983
|
+
f(K, {
|
|
3962
3984
|
title: n(a)("teamsStats.penaltyKilling"),
|
|
3963
3985
|
data: p.value
|
|
3964
3986
|
}, null, 8, ["title", "data"]),
|
|
3965
|
-
|
|
3966
|
-
data:
|
|
3987
|
+
f(K, {
|
|
3988
|
+
data: c.value.advTime
|
|
3967
3989
|
}, {
|
|
3968
3990
|
default: S(() => [
|
|
3969
|
-
x(
|
|
3970
|
-
|
|
3991
|
+
x(g(n(a)("teamsStats.advantageTime")) + " ", 1),
|
|
3992
|
+
f(n(Q), {
|
|
3971
3993
|
offset: 2,
|
|
3972
3994
|
placement: "top",
|
|
3973
3995
|
theme: "content",
|
|
@@ -3980,18 +4002,18 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
3980
4002
|
onFocus: P,
|
|
3981
4003
|
onBlur: E
|
|
3982
4004
|
}, [
|
|
3983
|
-
|
|
3984
|
-
], 40,
|
|
4005
|
+
f(n(fc))
|
|
4006
|
+
], 40, wc)
|
|
3985
4007
|
]),
|
|
3986
4008
|
content: S(() => [
|
|
3987
|
-
l("div",
|
|
3988
|
-
|
|
4009
|
+
l("div", xc, [
|
|
4010
|
+
f(K, {
|
|
3989
4011
|
title: n(a)("teamsStats.advantageTimePP1"),
|
|
3990
|
-
data:
|
|
4012
|
+
data: c.value.advTimePP1
|
|
3991
4013
|
}, null, 8, ["title", "data"]),
|
|
3992
|
-
|
|
4014
|
+
f(K, {
|
|
3993
4015
|
title: n(a)("teamsStats.advantageTimePP2"),
|
|
3994
|
-
data:
|
|
4016
|
+
data: c.value.advTimePP2
|
|
3995
4017
|
}, null, 8, ["title", "data"])
|
|
3996
4018
|
])
|
|
3997
4019
|
]),
|
|
@@ -4001,10 +4023,10 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
4001
4023
|
_: 1
|
|
4002
4024
|
}, 8, ["data"])
|
|
4003
4025
|
]),
|
|
4004
|
-
|
|
4026
|
+
h[0] || (h[0] = l("div", { id: "popover-container" }, null, -1))
|
|
4005
4027
|
]));
|
|
4006
4028
|
}
|
|
4007
|
-
},
|
|
4029
|
+
}, Tc = { class: "gamecenter-data-columns" }, Sc = {
|
|
4008
4030
|
__name: "GameTeamOfficials",
|
|
4009
4031
|
props: {
|
|
4010
4032
|
gameOfficials: {
|
|
@@ -4021,21 +4043,21 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
4021
4043
|
}
|
|
4022
4044
|
},
|
|
4023
4045
|
setup(e) {
|
|
4024
|
-
const t = e, { columns: a } =
|
|
4046
|
+
const t = e, { columns: a } = se(ca), { t: r } = D(), i = w(() => {
|
|
4025
4047
|
var s, d;
|
|
4026
4048
|
return Ie(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.home) ?? [], r);
|
|
4027
4049
|
}), o = w(() => {
|
|
4028
4050
|
var s, d;
|
|
4029
4051
|
return Ie(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.away) ?? [], r);
|
|
4030
4052
|
});
|
|
4031
|
-
return (s, d) => (
|
|
4032
|
-
|
|
4053
|
+
return (s, d) => (m(), b("div", Tc, [
|
|
4054
|
+
f(F, {
|
|
4033
4055
|
class: "gamecenter-data-table",
|
|
4034
4056
|
columns: n(a),
|
|
4035
4057
|
rows: i.value,
|
|
4036
4058
|
title: e.homeTeamName
|
|
4037
4059
|
}, null, 8, ["columns", "rows", "title"]),
|
|
4038
|
-
|
|
4060
|
+
f(F, {
|
|
4039
4061
|
class: "gamecenter-data-table",
|
|
4040
4062
|
columns: n(a),
|
|
4041
4063
|
rows: o.value,
|
|
@@ -4043,7 +4065,7 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
4043
4065
|
}, null, 8, ["columns", "rows", "title"])
|
|
4044
4066
|
]));
|
|
4045
4067
|
}
|
|
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 = {
|
|
4068
|
+
}, 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
4069
|
__name: "Game.ce",
|
|
4048
4070
|
props: {
|
|
4049
4071
|
locale: {
|
|
@@ -4060,7 +4082,7 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
4060
4082
|
}
|
|
4061
4083
|
},
|
|
4062
4084
|
setup(e) {
|
|
4063
|
-
const t = e, a = { en: na, hu: oa }, r = it("history"), { errors: i, add: o, remove: s } = ua(), d = w(() => (r == null ? void 0 : r.gameid) ?? t.gameId), { state:
|
|
4085
|
+
const t = e, a = { en: na, hu: oa }, r = it("history"), { errors: i, add: o, remove: s } = ua(), d = w(() => (r == null ? void 0 : r.gameid) ?? t.gameId), { state: c, execute: u } = Z({
|
|
4064
4086
|
options: {
|
|
4065
4087
|
path: "/v2/game-data",
|
|
4066
4088
|
apiKey: t.apiKey,
|
|
@@ -4068,16 +4090,16 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
4068
4090
|
},
|
|
4069
4091
|
onError: (j) => o("gameData", j),
|
|
4070
4092
|
onSuccess: () => s("gameData")
|
|
4071
|
-
}), { state: p, execute:
|
|
4093
|
+
}), { state: p, execute: v } = Z({
|
|
4072
4094
|
options: {
|
|
4073
4095
|
path: "/v2/game-events",
|
|
4074
4096
|
apiKey: t.apiKey,
|
|
4075
4097
|
params: { gameId: d.value }
|
|
4076
4098
|
},
|
|
4077
|
-
transform: (j) =>
|
|
4099
|
+
transform: (j) => ae(mt(re("eventPeriod")), Ge, te(ut("Period", "type")))(j != null && j.isEmpty ? [] : j),
|
|
4078
4100
|
onError: (j) => o("gameEvents", j),
|
|
4079
4101
|
onSuccess: () => s("gameEvents")
|
|
4080
|
-
}), { state:
|
|
4102
|
+
}), { state: h, execute: z } = Z({
|
|
4081
4103
|
options: {
|
|
4082
4104
|
path: "/v2/game-stats",
|
|
4083
4105
|
apiKey: t.apiKey,
|
|
@@ -4094,64 +4116,64 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
4094
4116
|
onError: (j) => o("gameOfficials", j),
|
|
4095
4117
|
onSuccess: () => s("gameOfficials")
|
|
4096
4118
|
});
|
|
4097
|
-
return
|
|
4098
|
-
data:
|
|
4099
|
-
services: { getGameData:
|
|
4100
|
-
interval:
|
|
4101
|
-
}), (j, G) => (
|
|
4102
|
-
|
|
4119
|
+
return ga({
|
|
4120
|
+
data: c,
|
|
4121
|
+
services: { getGameData: u, getGameStats: z, getEvents: v, getGameOfficials: E },
|
|
4122
|
+
interval: Oc
|
|
4123
|
+
}), (j, G) => (m(), b("div", Nc, [
|
|
4124
|
+
f(n(Gt), {
|
|
4103
4125
|
locale: t.locale,
|
|
4104
4126
|
messages: a
|
|
4105
4127
|
}, {
|
|
4106
4128
|
default: S(() => {
|
|
4107
|
-
var
|
|
4129
|
+
var ie;
|
|
4108
4130
|
return [
|
|
4109
|
-
(
|
|
4131
|
+
(m(!0), b(k, null, N(n(i), (I) => (m(), T(n(Bt), {
|
|
4110
4132
|
key: I.key,
|
|
4111
4133
|
error: I
|
|
4112
4134
|
}, null, 8, ["error"]))), 128)),
|
|
4113
|
-
n(A)(n(
|
|
4135
|
+
n(A)(n(c)) ? y("", !0) : (m(), T(ml, {
|
|
4114
4136
|
key: 0,
|
|
4115
|
-
"game-data": n(
|
|
4137
|
+
"game-data": n(c),
|
|
4116
4138
|
locale: t.locale
|
|
4117
4139
|
}, null, 8, ["game-data", "locale"])),
|
|
4118
|
-
((
|
|
4119
|
-
n(A)(n(
|
|
4140
|
+
((ie = n(c)) == null ? void 0 : ie.gameStatus) > 0 ? (m(), b(k, { key: 1 }, [
|
|
4141
|
+
n(A)(n(c)) ? y("", !0) : (m(), T(gc, {
|
|
4120
4142
|
key: 0,
|
|
4121
|
-
"game-data": n(
|
|
4143
|
+
"game-data": n(c),
|
|
4122
4144
|
"game-officials": n(P)
|
|
4123
4145
|
}, null, 8, ["game-data", "game-officials"])),
|
|
4124
|
-
n(A)(n(
|
|
4146
|
+
n(A)(n(h)) ? y("", !0) : (m(), T(kc, {
|
|
4125
4147
|
key: 1,
|
|
4126
|
-
"game-data": n(
|
|
4127
|
-
"game-stats": n(
|
|
4148
|
+
"game-data": n(c),
|
|
4149
|
+
"game-stats": n(h)
|
|
4128
4150
|
}, null, 8, ["game-data", "game-stats"])),
|
|
4129
|
-
!n(A)(n(p)) && !n(A)(n(
|
|
4151
|
+
!n(A)(n(p)) && !n(A)(n(c)) ? (m(), T(nc, {
|
|
4130
4152
|
key: 2,
|
|
4131
4153
|
"game-events": n(p),
|
|
4132
|
-
"game-data": n(
|
|
4154
|
+
"game-data": n(c)
|
|
4133
4155
|
}, null, 8, ["game-events", "game-data"])) : y("", !0),
|
|
4134
|
-
n(A)(n(
|
|
4156
|
+
n(A)(n(h)) ? y("", !0) : (m(), T(vc, {
|
|
4135
4157
|
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(
|
|
4158
|
+
data: n(h).players,
|
|
4159
|
+
"home-team-id": n(c).homeTeam.id,
|
|
4160
|
+
"home-team-name": n(c).homeTeam.longName,
|
|
4161
|
+
"away-team-id": n(c).awayTeam.id,
|
|
4162
|
+
"away-team-name": n(c).awayTeam.longName
|
|
4141
4163
|
}, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])),
|
|
4142
|
-
n(A)(n(
|
|
4164
|
+
n(A)(n(h)) ? y("", !0) : (m(), T(sc, {
|
|
4143
4165
|
key: 4,
|
|
4144
|
-
data: n(
|
|
4145
|
-
"home-team-id": n(
|
|
4146
|
-
"home-team-name": n(
|
|
4147
|
-
"away-team-id": n(
|
|
4148
|
-
"away-team-name": n(
|
|
4166
|
+
data: n(h).goalies,
|
|
4167
|
+
"home-team-id": n(c).homeTeam.id,
|
|
4168
|
+
"home-team-name": n(c).homeTeam.longName,
|
|
4169
|
+
"away-team-id": n(c).awayTeam.id,
|
|
4170
|
+
"away-team-name": n(c).awayTeam.longName
|
|
4149
4171
|
}, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])),
|
|
4150
|
-
!n(A)(n(P)) && !n(A)(n(
|
|
4172
|
+
!n(A)(n(P)) && !n(A)(n(c)) ? (m(), T(Sc, {
|
|
4151
4173
|
key: 5,
|
|
4152
4174
|
"game-officials": n(P),
|
|
4153
|
-
"home-team-name": n(
|
|
4154
|
-
"away-team-name": n(
|
|
4175
|
+
"home-team-name": n(c).homeTeam.longName,
|
|
4176
|
+
"away-team-name": n(c).awayTeam.longName
|
|
4155
4177
|
}, null, 8, ["game-officials", "home-team-name", "away-team-name"])) : y("", !0)
|
|
4156
4178
|
], 64)) : y("", !0)
|
|
4157
4179
|
];
|
|
@@ -4160,18 +4182,18 @@ const pc = { render: bc }, fc = { class: "gamecenter-game-stats" }, hc = { class
|
|
|
4160
4182
|
}, 8, ["locale"])
|
|
4161
4183
|
]));
|
|
4162
4184
|
}
|
|
4163
|
-
},
|
|
4164
|
-
function
|
|
4165
|
-
customElements.define("mjsz-vbr-game",
|
|
4185
|
+
}, Ac = /* @__PURE__ */ ya(Ic, [["styles", [ha, zc, $c, Pc, jc, Ec]]]), _c = Ct(Ac), Dc = Ct(Rs);
|
|
4186
|
+
function Mc() {
|
|
4187
|
+
customElements.define("mjsz-vbr-game", _c), customElements.define("mjsz-vbr-game-timeline", Dc);
|
|
4166
4188
|
}
|
|
4167
|
-
const
|
|
4168
|
-
install: () =>
|
|
4189
|
+
const Fc = {
|
|
4190
|
+
install: () => Mc()
|
|
4169
4191
|
};
|
|
4170
4192
|
export {
|
|
4171
|
-
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4193
|
+
Ac as Game,
|
|
4194
|
+
_c as GameCE,
|
|
4195
|
+
Rs as GameTimeline,
|
|
4196
|
+
Dc as GameTimelineCE,
|
|
4197
|
+
Fc as default,
|
|
4198
|
+
Mc as register
|
|
4177
4199
|
};
|