@mjsz-vbr-elements/gamecenter 2.26.2 → 2.26.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.iife.js +3 -3
- package/dist/index.iife.js.br +0 -0
- package/dist/index.iife.js.gz +0 -0
- package/dist/index.js +783 -781
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @mjsz-vbr-elements/gamecenter
|
|
3
|
-
* version: v2.26.
|
|
3
|
+
* version: v2.26.3 - 04/09/2025, 11:13:24
|
|
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 { readonly as It, watch as Ye, getCurrentScope as xr, onScopeDispose as kr, shallowRef as At, shallowReadonly as Tr, toRef as zr, ref as V, customRef as Sr, toValue as le, reactive as pt, computed as h, unref as
|
|
8
|
+
import { readonly as It, watch as Ye, getCurrentScope as xr, onScopeDispose as kr, shallowRef as At, shallowReadonly as Tr, toRef as zr, ref as V, customRef as Sr, toValue as le, reactive as pt, computed as h, unref as a, createElementBlock as u, openBlock as c, createElementVNode as s, normalizeStyle as we, toDisplayString as g, Fragment as w, renderList as P, toRefs as We, setBlockTracking as G, createTextVNode as y, createCommentVNode as f, createVNode as b, createBlock as x, normalizeClass as K, renderSlot as W, withCtx as k, mergeProps as ie, toHandlers as oe, resolveDynamicComponent as Mt, TransitionGroup as _r, withModifiers as Pr, defineCustomElement as Lt } from "vue";
|
|
9
9
|
import { Image as Q, FloatingPanel as J, ResponsiveTable as $r, DataTable as jr, I18NProvider as Ct, ErrorNotice as Dt } from "@mjsz-vbr-elements/core/components";
|
|
10
10
|
import { useVisibilityChange as Nr, useI18n as M, useColumns as ne, useSort as Er, useServices as X } from "@mjsz-vbr-elements/core/composables";
|
|
11
11
|
import { rawConvert as Qe, convertSecToMin as F, convertTimesSecToMin as Gt, convertMinToSec as Or, format as xe, offsetName as ke, playerName as Je, upperCase as Ir, convert as Ar, resolveApiKey as Bt, getWebsocketURL as Ht } from "@mjsz-vbr-elements/core/utils";
|
|
@@ -24,9 +24,9 @@ function Gr(...e) {
|
|
|
24
24
|
return typeof t == "function" ? It(Sr(() => ({ get: t, set: Dr }))) : V(t);
|
|
25
25
|
}
|
|
26
26
|
function Br(e, t) {
|
|
27
|
-
function r(...
|
|
27
|
+
function r(...i) {
|
|
28
28
|
return new Promise((o, n) => {
|
|
29
|
-
Promise.resolve(e(() => t.apply(this,
|
|
29
|
+
Promise.resolve(e(() => t.apply(this, i), { fn: t, thisArg: this, args: i })).then(o).catch(n);
|
|
30
30
|
});
|
|
31
31
|
}
|
|
32
32
|
return r;
|
|
@@ -35,30 +35,30 @@ const Rt = (e) => e();
|
|
|
35
35
|
function Hr(e = Rt, t = {}) {
|
|
36
36
|
const {
|
|
37
37
|
initialState: r = "active"
|
|
38
|
-
} = t,
|
|
38
|
+
} = t, i = Gr(r === "active");
|
|
39
39
|
function o() {
|
|
40
|
-
|
|
40
|
+
i.value = !1;
|
|
41
41
|
}
|
|
42
42
|
function n() {
|
|
43
|
-
|
|
43
|
+
i.value = !0;
|
|
44
44
|
}
|
|
45
|
-
const
|
|
46
|
-
|
|
45
|
+
const l = (...d) => {
|
|
46
|
+
i.value && e(...d);
|
|
47
47
|
};
|
|
48
|
-
return { isActive: It(
|
|
48
|
+
return { isActive: It(i), pause: o, resume: n, eventFilter: l };
|
|
49
49
|
}
|
|
50
50
|
function Le(e) {
|
|
51
51
|
return Array.isArray(e) ? e : [e];
|
|
52
52
|
}
|
|
53
53
|
function Rr(e, t, r = {}) {
|
|
54
54
|
const {
|
|
55
|
-
eventFilter:
|
|
55
|
+
eventFilter: i = Rt,
|
|
56
56
|
...o
|
|
57
57
|
} = r;
|
|
58
58
|
return Ye(
|
|
59
59
|
e,
|
|
60
60
|
Br(
|
|
61
|
-
|
|
61
|
+
i,
|
|
62
62
|
t
|
|
63
63
|
),
|
|
64
64
|
o
|
|
@@ -66,37 +66,37 @@ function Rr(e, t, r = {}) {
|
|
|
66
66
|
}
|
|
67
67
|
function Fr(e, t, r = {}) {
|
|
68
68
|
const {
|
|
69
|
-
eventFilter:
|
|
69
|
+
eventFilter: i,
|
|
70
70
|
initialState: o = "active",
|
|
71
71
|
...n
|
|
72
|
-
} = r, { eventFilter:
|
|
72
|
+
} = r, { eventFilter: l, pause: d, resume: m, isActive: v } = Hr(i, { initialState: o });
|
|
73
73
|
return { stop: Rr(
|
|
74
74
|
e,
|
|
75
75
|
t,
|
|
76
76
|
{
|
|
77
77
|
...n,
|
|
78
|
-
eventFilter:
|
|
78
|
+
eventFilter: l
|
|
79
79
|
}
|
|
80
80
|
), pause: d, resume: m, isActive: v };
|
|
81
81
|
}
|
|
82
82
|
function Kr(e, t, r = {}) {
|
|
83
83
|
const {
|
|
84
|
-
immediate:
|
|
84
|
+
immediate: i = !0,
|
|
85
85
|
immediateCallback: o = !1
|
|
86
86
|
} = r, n = At(!1);
|
|
87
|
-
let
|
|
87
|
+
let l;
|
|
88
88
|
function d() {
|
|
89
|
-
|
|
89
|
+
l && (clearTimeout(l), l = void 0);
|
|
90
90
|
}
|
|
91
91
|
function m() {
|
|
92
92
|
n.value = !1, d();
|
|
93
93
|
}
|
|
94
94
|
function v(...p) {
|
|
95
|
-
o && e(), d(), n.value = !0,
|
|
96
|
-
n.value = !1,
|
|
95
|
+
o && e(), d(), n.value = !0, l = setTimeout(() => {
|
|
96
|
+
n.value = !1, l = void 0, e(...p);
|
|
97
97
|
}, le(t));
|
|
98
98
|
}
|
|
99
|
-
return
|
|
99
|
+
return i && (n.value = !0, et && v()), Xe(m), {
|
|
100
100
|
isPending: Tr(n),
|
|
101
101
|
start: v,
|
|
102
102
|
stop: m
|
|
@@ -121,7 +121,7 @@ function Vr(e) {
|
|
|
121
121
|
function bt(...e) {
|
|
122
122
|
const t = [], r = () => {
|
|
123
123
|
t.forEach((d) => d()), t.length = 0;
|
|
124
|
-
},
|
|
124
|
+
}, i = (d, m, v, p) => (d.addEventListener(m, v, p), () => d.removeEventListener(m, v, p)), o = h(() => {
|
|
125
125
|
const d = Le(le(e[0])).filter((m) => m != null);
|
|
126
126
|
return d.every((m) => typeof m != "string") ? d : void 0;
|
|
127
127
|
}), n = Ur(
|
|
@@ -130,7 +130,7 @@ function bt(...e) {
|
|
|
130
130
|
return [
|
|
131
131
|
(m = (d = o.value) == null ? void 0 : d.map((v) => Vr(v))) != null ? m : [Ft].filter((v) => v != null),
|
|
132
132
|
Le(le(o.value ? e[1] : e[0])),
|
|
133
|
-
Le(
|
|
133
|
+
Le(a(o.value ? e[2] : e[1])),
|
|
134
134
|
// @ts-expect-error - TypeScript gets the correct types, but somehow still complains
|
|
135
135
|
le(o.value ? e[3] : e[2])
|
|
136
136
|
];
|
|
@@ -138,37 +138,37 @@ function bt(...e) {
|
|
|
138
138
|
([d, m, v, p]) => {
|
|
139
139
|
if (r(), !d?.length || !m?.length || !v?.length)
|
|
140
140
|
return;
|
|
141
|
-
const
|
|
141
|
+
const T = Cr(p) ? { ...p } : p;
|
|
142
142
|
t.push(
|
|
143
143
|
...d.flatMap(
|
|
144
|
-
(
|
|
145
|
-
(_) => v.map(($) =>
|
|
144
|
+
(z) => m.flatMap(
|
|
145
|
+
(_) => v.map(($) => i(z, _, $, T))
|
|
146
146
|
)
|
|
147
147
|
)
|
|
148
148
|
);
|
|
149
149
|
},
|
|
150
150
|
{ flush: "post" }
|
|
151
|
-
),
|
|
151
|
+
), l = () => {
|
|
152
152
|
n(), r();
|
|
153
153
|
};
|
|
154
|
-
return Xe(r),
|
|
154
|
+
return Xe(r), l;
|
|
155
155
|
}
|
|
156
156
|
function Ce(e, t, r = {}) {
|
|
157
157
|
const {
|
|
158
|
-
immediate:
|
|
158
|
+
immediate: i = !0,
|
|
159
159
|
immediateCallback: o = !1
|
|
160
|
-
} = r, { start: n } = Kr(d, t, { immediate:
|
|
160
|
+
} = r, { start: n } = Kr(d, t, { immediate: i }), l = At(!1);
|
|
161
161
|
async function d() {
|
|
162
|
-
|
|
162
|
+
l.value && (await e(), n());
|
|
163
163
|
}
|
|
164
164
|
function m() {
|
|
165
|
-
|
|
165
|
+
l.value || (l.value = !0, o && e(), n());
|
|
166
166
|
}
|
|
167
167
|
function v() {
|
|
168
|
-
|
|
168
|
+
l.value = !1;
|
|
169
169
|
}
|
|
170
|
-
return
|
|
171
|
-
isActive:
|
|
170
|
+
return i && et && m(), Xe(v), {
|
|
171
|
+
isActive: l,
|
|
172
172
|
pause: v,
|
|
173
173
|
resume: m
|
|
174
174
|
};
|
|
@@ -176,10 +176,10 @@ function Ce(e, t, r = {}) {
|
|
|
176
176
|
function tt(e = "history", t = {}) {
|
|
177
177
|
const {
|
|
178
178
|
initialValue: r = {},
|
|
179
|
-
removeNullishValues:
|
|
179
|
+
removeNullishValues: i = !0,
|
|
180
180
|
removeFalsyValues: o = !1,
|
|
181
181
|
write: n = !0,
|
|
182
|
-
writeMode:
|
|
182
|
+
writeMode: l = "replace",
|
|
183
183
|
window: d = Ft,
|
|
184
184
|
stringify: m = (j) => j.toString()
|
|
185
185
|
} = t;
|
|
@@ -195,7 +195,7 @@ function tt(e = "history", t = {}) {
|
|
|
195
195
|
} else
|
|
196
196
|
return (d.location.hash || "").replace(/^#/, "");
|
|
197
197
|
}
|
|
198
|
-
function
|
|
198
|
+
function T(j) {
|
|
199
199
|
const S = m(j);
|
|
200
200
|
if (e === "history")
|
|
201
201
|
return `${S ? `?${S}` : ""}${d.location.hash || ""}`;
|
|
@@ -204,7 +204,7 @@ function tt(e = "history", t = {}) {
|
|
|
204
204
|
const L = d.location.hash || "#", R = L.indexOf("?");
|
|
205
205
|
return R > 0 ? `${d.location.search || ""}${L.slice(0, R)}${S ? `?${S}` : ""}` : `${d.location.search || ""}${L}${S ? `?${S}` : ""}`;
|
|
206
206
|
}
|
|
207
|
-
function
|
|
207
|
+
function z() {
|
|
208
208
|
return new URLSearchParams(p());
|
|
209
209
|
}
|
|
210
210
|
function _(j) {
|
|
@@ -221,28 +221,28 @@ function tt(e = "history", t = {}) {
|
|
|
221
221
|
const j = new URLSearchParams("");
|
|
222
222
|
Object.keys(v).forEach((S) => {
|
|
223
223
|
const L = v[S];
|
|
224
|
-
Array.isArray(L) ? L.forEach((R) => j.append(S, R)) :
|
|
224
|
+
Array.isArray(L) ? L.forEach((R) => j.append(S, R)) : i && L == null || o && !L ? j.delete(S) : j.set(S, L);
|
|
225
225
|
}), A(j, !1);
|
|
226
226
|
},
|
|
227
227
|
{ deep: !0 }
|
|
228
228
|
);
|
|
229
229
|
function A(j, S) {
|
|
230
|
-
$(), S && _(j),
|
|
230
|
+
$(), S && _(j), l === "replace" ? d.history.replaceState(
|
|
231
231
|
d.history.state,
|
|
232
232
|
d.document.title,
|
|
233
|
-
d.location.pathname +
|
|
233
|
+
d.location.pathname + T(j)
|
|
234
234
|
) : d.history.pushState(
|
|
235
235
|
d.history.state,
|
|
236
236
|
d.document.title,
|
|
237
|
-
d.location.pathname +
|
|
237
|
+
d.location.pathname + T(j)
|
|
238
238
|
), C();
|
|
239
239
|
}
|
|
240
240
|
function H() {
|
|
241
|
-
n && A(
|
|
241
|
+
n && A(z(), !0);
|
|
242
242
|
}
|
|
243
243
|
const D = { passive: !0 };
|
|
244
244
|
bt(d, "popstate", H, D), e !== "history" && bt(d, "hashchange", H, D);
|
|
245
|
-
const de =
|
|
245
|
+
const de = z();
|
|
246
246
|
return de.keys().next().value ? _(de) : Object.assign(v, r), v;
|
|
247
247
|
}
|
|
248
248
|
function N(e) {
|
|
@@ -254,7 +254,7 @@ function I(e) {
|
|
|
254
254
|
};
|
|
255
255
|
}
|
|
256
256
|
function O(e) {
|
|
257
|
-
return function t(r,
|
|
257
|
+
return function t(r, i) {
|
|
258
258
|
switch (arguments.length) {
|
|
259
259
|
case 0:
|
|
260
260
|
return t;
|
|
@@ -263,11 +263,11 @@ function O(e) {
|
|
|
263
263
|
return e(r, o);
|
|
264
264
|
});
|
|
265
265
|
default:
|
|
266
|
-
return N(r) && N(
|
|
267
|
-
return e(o,
|
|
268
|
-
}) : N(
|
|
266
|
+
return N(r) && N(i) ? t : N(r) ? I(function(o) {
|
|
267
|
+
return e(o, i);
|
|
268
|
+
}) : N(i) ? I(function(o) {
|
|
269
269
|
return e(r, o);
|
|
270
|
-
}) : e(r,
|
|
270
|
+
}) : e(r, i);
|
|
271
271
|
}
|
|
272
272
|
};
|
|
273
273
|
}
|
|
@@ -282,39 +282,39 @@ function Ne(e, t) {
|
|
|
282
282
|
return t.apply(this, arguments);
|
|
283
283
|
};
|
|
284
284
|
case 2:
|
|
285
|
-
return function(r,
|
|
285
|
+
return function(r, i) {
|
|
286
286
|
return t.apply(this, arguments);
|
|
287
287
|
};
|
|
288
288
|
case 3:
|
|
289
|
-
return function(r,
|
|
289
|
+
return function(r, i, o) {
|
|
290
290
|
return t.apply(this, arguments);
|
|
291
291
|
};
|
|
292
292
|
case 4:
|
|
293
|
-
return function(r,
|
|
293
|
+
return function(r, i, o, n) {
|
|
294
294
|
return t.apply(this, arguments);
|
|
295
295
|
};
|
|
296
296
|
case 5:
|
|
297
|
-
return function(r,
|
|
297
|
+
return function(r, i, o, n, l) {
|
|
298
298
|
return t.apply(this, arguments);
|
|
299
299
|
};
|
|
300
300
|
case 6:
|
|
301
|
-
return function(r,
|
|
301
|
+
return function(r, i, o, n, l, d) {
|
|
302
302
|
return t.apply(this, arguments);
|
|
303
303
|
};
|
|
304
304
|
case 7:
|
|
305
|
-
return function(r,
|
|
305
|
+
return function(r, i, o, n, l, d, m) {
|
|
306
306
|
return t.apply(this, arguments);
|
|
307
307
|
};
|
|
308
308
|
case 8:
|
|
309
|
-
return function(r,
|
|
309
|
+
return function(r, i, o, n, l, d, m, v) {
|
|
310
310
|
return t.apply(this, arguments);
|
|
311
311
|
};
|
|
312
312
|
case 9:
|
|
313
|
-
return function(r,
|
|
313
|
+
return function(r, i, o, n, l, d, m, v, p) {
|
|
314
314
|
return t.apply(this, arguments);
|
|
315
315
|
};
|
|
316
316
|
case 10:
|
|
317
|
-
return function(r,
|
|
317
|
+
return function(r, i, o, n, l, d, m, v, p, T) {
|
|
318
318
|
return t.apply(this, arguments);
|
|
319
319
|
};
|
|
320
320
|
default:
|
|
@@ -323,47 +323,47 @@ function Ne(e, t) {
|
|
|
323
323
|
}
|
|
324
324
|
function rt(e, t, r) {
|
|
325
325
|
return function() {
|
|
326
|
-
for (var
|
|
326
|
+
for (var i = [], o = 0, n = e, l = 0, d = !1; l < t.length || o < arguments.length; ) {
|
|
327
327
|
var m;
|
|
328
|
-
|
|
328
|
+
l < t.length && (!N(t[l]) || o >= arguments.length) ? m = t[l] : (m = arguments[o], o += 1), i[l] = m, N(m) ? d = !0 : n -= 1, l += 1;
|
|
329
329
|
}
|
|
330
|
-
return !d && n <= 0 ? r.apply(this,
|
|
330
|
+
return !d && n <= 0 ? r.apply(this, i) : Ne(Math.max(0, n), rt(e, i, r));
|
|
331
331
|
};
|
|
332
332
|
}
|
|
333
333
|
var at = /* @__PURE__ */ O(function(t, r) {
|
|
334
334
|
return t === 1 ? I(r) : Ne(t, rt(t, [], r));
|
|
335
335
|
});
|
|
336
336
|
function ce(e) {
|
|
337
|
-
return function t(r,
|
|
337
|
+
return function t(r, i, o) {
|
|
338
338
|
switch (arguments.length) {
|
|
339
339
|
case 0:
|
|
340
340
|
return t;
|
|
341
341
|
case 1:
|
|
342
|
-
return N(r) ? t : O(function(n,
|
|
343
|
-
return e(r, n,
|
|
342
|
+
return N(r) ? t : O(function(n, l) {
|
|
343
|
+
return e(r, n, l);
|
|
344
344
|
});
|
|
345
345
|
case 2:
|
|
346
|
-
return N(r) && N(
|
|
347
|
-
return e(n,
|
|
348
|
-
}) : N(
|
|
349
|
-
return e(r, n,
|
|
346
|
+
return N(r) && N(i) ? t : N(r) ? O(function(n, l) {
|
|
347
|
+
return e(n, i, l);
|
|
348
|
+
}) : N(i) ? O(function(n, l) {
|
|
349
|
+
return e(r, n, l);
|
|
350
350
|
}) : I(function(n) {
|
|
351
|
-
return e(r,
|
|
351
|
+
return e(r, i, n);
|
|
352
352
|
});
|
|
353
353
|
default:
|
|
354
|
-
return N(r) && N(
|
|
355
|
-
return e(n,
|
|
356
|
-
}) : N(r) && N(o) ? O(function(n,
|
|
357
|
-
return e(n,
|
|
358
|
-
}) : N(
|
|
359
|
-
return e(r, n,
|
|
354
|
+
return N(r) && N(i) && N(o) ? t : N(r) && N(i) ? O(function(n, l) {
|
|
355
|
+
return e(n, l, o);
|
|
356
|
+
}) : N(r) && N(o) ? O(function(n, l) {
|
|
357
|
+
return e(n, i, l);
|
|
358
|
+
}) : N(i) && N(o) ? O(function(n, l) {
|
|
359
|
+
return e(r, n, l);
|
|
360
360
|
}) : N(r) ? I(function(n) {
|
|
361
|
-
return e(n,
|
|
362
|
-
}) : N(
|
|
361
|
+
return e(n, i, o);
|
|
362
|
+
}) : N(i) ? I(function(n) {
|
|
363
363
|
return e(r, n, o);
|
|
364
364
|
}) : N(o) ? I(function(n) {
|
|
365
|
-
return e(r,
|
|
366
|
-
}) : e(r,
|
|
365
|
+
return e(r, i, n);
|
|
366
|
+
}) : e(r, i, o);
|
|
367
367
|
}
|
|
368
368
|
};
|
|
369
369
|
}
|
|
@@ -377,16 +377,16 @@ function it(e, t, r) {
|
|
|
377
377
|
return function() {
|
|
378
378
|
if (arguments.length === 0)
|
|
379
379
|
return r();
|
|
380
|
-
var
|
|
381
|
-
if (!Ee(
|
|
380
|
+
var i = arguments[arguments.length - 1];
|
|
381
|
+
if (!Ee(i)) {
|
|
382
382
|
for (var o = 0; o < e.length; ) {
|
|
383
|
-
if (typeof
|
|
384
|
-
return
|
|
383
|
+
if (typeof i[e[o]] == "function")
|
|
384
|
+
return i[e[o]].apply(i, Array.prototype.slice.call(arguments, 0, -1));
|
|
385
385
|
o += 1;
|
|
386
386
|
}
|
|
387
|
-
if (qr(
|
|
387
|
+
if (qr(i)) {
|
|
388
388
|
var n = t.apply(null, Array.prototype.slice.call(arguments, 0, -1));
|
|
389
|
-
return n(
|
|
389
|
+
return n(i);
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
392
|
return r.apply(this, arguments);
|
|
@@ -412,10 +412,10 @@ function ft(e) {
|
|
|
412
412
|
return t;
|
|
413
413
|
}
|
|
414
414
|
function ht(e, t, r) {
|
|
415
|
-
for (var
|
|
416
|
-
if (e(t, r[
|
|
415
|
+
for (var i = 0, o = r.length; i < o; ) {
|
|
416
|
+
if (e(t, r[i]))
|
|
417
417
|
return !0;
|
|
418
|
-
|
|
418
|
+
i += 1;
|
|
419
419
|
}
|
|
420
420
|
return !1;
|
|
421
421
|
}
|
|
@@ -441,10 +441,10 @@ var yt = Object.prototype.toString, Kt = /* @__PURE__ */ function() {
|
|
|
441
441
|
}.propertyIsEnumerable("toString"), wt = ["constructor", "valueOf", "isPrototypeOf", "toString", "propertyIsEnumerable", "hasOwnProperty", "toLocaleString"], xt = /* @__PURE__ */ function() {
|
|
442
442
|
return arguments.propertyIsEnumerable("length");
|
|
443
443
|
}(), Zr = function(t, r) {
|
|
444
|
-
for (var
|
|
445
|
-
if (t[
|
|
444
|
+
for (var i = 0; i < t.length; ) {
|
|
445
|
+
if (t[i] === r)
|
|
446
446
|
return !0;
|
|
447
|
-
|
|
447
|
+
i += 1;
|
|
448
448
|
}
|
|
449
449
|
return !1;
|
|
450
450
|
}, ee = /* @__PURE__ */ I(typeof Object.keys == "function" && !xt ? function(t) {
|
|
@@ -452,26 +452,26 @@ var yt = Object.prototype.toString, Kt = /* @__PURE__ */ function() {
|
|
|
452
452
|
} : function(t) {
|
|
453
453
|
if (Object(t) !== t)
|
|
454
454
|
return [];
|
|
455
|
-
var r,
|
|
455
|
+
var r, i, o = [], n = xt && Kt(t);
|
|
456
456
|
for (r in t)
|
|
457
457
|
se(r, t) && (!n || r !== "length") && (o[o.length] = r);
|
|
458
458
|
if (Jr)
|
|
459
|
-
for (
|
|
460
|
-
r = wt[
|
|
459
|
+
for (i = wt.length - 1; i >= 0; )
|
|
460
|
+
r = wt[i], se(r, t) && !Zr(o, r) && (o[o.length] = r), i -= 1;
|
|
461
461
|
return o;
|
|
462
462
|
}), He = /* @__PURE__ */ I(function(t) {
|
|
463
463
|
return t === null ? "Null" : t === void 0 ? "Undefined" : Object.prototype.toString.call(t).slice(8, -1);
|
|
464
464
|
});
|
|
465
|
-
function kt(e, t, r,
|
|
465
|
+
function kt(e, t, r, i) {
|
|
466
466
|
var o = ft(e), n = ft(t);
|
|
467
|
-
function
|
|
468
|
-
return ot(d, m, r.slice(),
|
|
467
|
+
function l(d, m) {
|
|
468
|
+
return ot(d, m, r.slice(), i.slice());
|
|
469
469
|
}
|
|
470
470
|
return !ht(function(d, m) {
|
|
471
|
-
return !ht(
|
|
471
|
+
return !ht(l, m, d);
|
|
472
472
|
}, n, o);
|
|
473
473
|
}
|
|
474
|
-
function ot(e, t, r,
|
|
474
|
+
function ot(e, t, r, i) {
|
|
475
475
|
if (De(e, t))
|
|
476
476
|
return !0;
|
|
477
477
|
var o = He(e);
|
|
@@ -507,14 +507,14 @@ function ot(e, t, r, a) {
|
|
|
507
507
|
}
|
|
508
508
|
for (var n = r.length - 1; n >= 0; ) {
|
|
509
509
|
if (r[n] === e)
|
|
510
|
-
return
|
|
510
|
+
return i[n] === t;
|
|
511
511
|
n -= 1;
|
|
512
512
|
}
|
|
513
513
|
switch (o) {
|
|
514
514
|
case "Map":
|
|
515
|
-
return e.size !== t.size ? !1 : kt(e.entries(), t.entries(), r.concat([e]),
|
|
515
|
+
return e.size !== t.size ? !1 : kt(e.entries(), t.entries(), r.concat([e]), i.concat([t]));
|
|
516
516
|
case "Set":
|
|
517
|
-
return e.size !== t.size ? !1 : kt(e.values(), t.values(), r.concat([e]),
|
|
517
|
+
return e.size !== t.size ? !1 : kt(e.values(), t.values(), r.concat([e]), i.concat([t]));
|
|
518
518
|
case "Arguments":
|
|
519
519
|
case "Array":
|
|
520
520
|
case "Object":
|
|
@@ -538,12 +538,12 @@ function ot(e, t, r, a) {
|
|
|
538
538
|
default:
|
|
539
539
|
return !1;
|
|
540
540
|
}
|
|
541
|
-
var
|
|
542
|
-
if (
|
|
541
|
+
var l = ee(e);
|
|
542
|
+
if (l.length !== ee(t).length)
|
|
543
543
|
return !1;
|
|
544
|
-
var d = r.concat([e]), m =
|
|
545
|
-
for (n =
|
|
546
|
-
var v =
|
|
544
|
+
var d = r.concat([e]), m = i.concat([t]);
|
|
545
|
+
for (n = l.length - 1; n >= 0; ) {
|
|
546
|
+
var v = l[n];
|
|
547
547
|
if (!(se(v, t) && ot(t[v], e[v], d, m)))
|
|
548
548
|
return !1;
|
|
549
549
|
n -= 1;
|
|
@@ -554,13 +554,13 @@ var Oe = /* @__PURE__ */ O(function(t, r) {
|
|
|
554
554
|
return ot(t, r, [], []);
|
|
555
555
|
});
|
|
556
556
|
function Xr(e, t, r) {
|
|
557
|
-
var
|
|
557
|
+
var i, o;
|
|
558
558
|
if (typeof e.indexOf == "function")
|
|
559
559
|
switch (typeof t) {
|
|
560
560
|
case "number":
|
|
561
561
|
if (t === 0) {
|
|
562
|
-
for (
|
|
563
|
-
if (o = e[r], o === 0 && 1 / o ===
|
|
562
|
+
for (i = 1 / t; r < e.length; ) {
|
|
563
|
+
if (o = e[r], o === 0 && 1 / o === i)
|
|
564
564
|
return r;
|
|
565
565
|
r += 1;
|
|
566
566
|
}
|
|
@@ -595,7 +595,7 @@ function ea(e, t) {
|
|
|
595
595
|
return Xr(t, e, 0) >= 0;
|
|
596
596
|
}
|
|
597
597
|
function ye(e, t) {
|
|
598
|
-
for (var r = 0,
|
|
598
|
+
for (var r = 0, i = t.length, o = Array(i); r < i; )
|
|
599
599
|
o[r] = e(t[r]), r += 1;
|
|
600
600
|
return o;
|
|
601
601
|
}
|
|
@@ -616,18 +616,18 @@ function ra(e) {
|
|
|
616
616
|
};
|
|
617
617
|
}
|
|
618
618
|
function Ut(e, t, r) {
|
|
619
|
-
for (var
|
|
620
|
-
t = e(t, r[
|
|
619
|
+
for (var i = 0, o = r.length; i < o; )
|
|
620
|
+
t = e(t, r[i]), i += 1;
|
|
621
621
|
return t;
|
|
622
622
|
}
|
|
623
623
|
function aa(e, t) {
|
|
624
|
-
for (var r = 0,
|
|
624
|
+
for (var r = 0, i = t.length, o = []; r < i; )
|
|
625
625
|
e(t[r]) && (o[o.length] = t[r]), r += 1;
|
|
626
626
|
return o;
|
|
627
627
|
}
|
|
628
628
|
function ia(e, t) {
|
|
629
|
-
for (var r = /* @__PURE__ */ new Map(),
|
|
630
|
-
e(o.value[1]) && r.set(o.value[0], o.value[1]), o =
|
|
629
|
+
for (var r = /* @__PURE__ */ new Map(), i = t.entries(), o = i.next(); !o.done; )
|
|
630
|
+
e(o.value[1]) && r.set(o.value[0], o.value[1]), o = i.next();
|
|
631
631
|
return r;
|
|
632
632
|
}
|
|
633
633
|
function oa(e) {
|
|
@@ -650,8 +650,8 @@ function sa(e) {
|
|
|
650
650
|
};
|
|
651
651
|
}
|
|
652
652
|
var qt = /* @__PURE__ */ O(/* @__PURE__ */ it(["fantasy-land/filter", "filter"], sa, function(e, t) {
|
|
653
|
-
return Vt(t) ? Ut(function(r,
|
|
654
|
-
return e(t[
|
|
653
|
+
return Vt(t) ? Ut(function(r, i) {
|
|
654
|
+
return e(t[i]) && (r[i] = t[i]), r;
|
|
655
655
|
}, {}, ee(t)) : oa(t) ? ia(e, t) : (
|
|
656
656
|
// else
|
|
657
657
|
aa(e, t)
|
|
@@ -660,19 +660,19 @@ var qt = /* @__PURE__ */ O(/* @__PURE__ */ it(["fantasy-land/filter", "filter"],
|
|
|
660
660
|
return qt(ra(t), r);
|
|
661
661
|
});
|
|
662
662
|
function Yt(e, t) {
|
|
663
|
-
var r = function(
|
|
663
|
+
var r = function(l) {
|
|
664
664
|
var d = t.concat([e]);
|
|
665
|
-
return ea(
|
|
666
|
-
},
|
|
665
|
+
return ea(l, d) ? "<Circular>" : Yt(l, d);
|
|
666
|
+
}, i = function(n, l) {
|
|
667
667
|
return ye(function(d) {
|
|
668
668
|
return Ge(d) + ": " + r(n[d]);
|
|
669
|
-
},
|
|
669
|
+
}, l.slice().sort());
|
|
670
670
|
};
|
|
671
671
|
switch (Object.prototype.toString.call(e)) {
|
|
672
672
|
case "[object Arguments]":
|
|
673
673
|
return "(function() { return arguments; }(" + ye(r, e).join(", ") + "))";
|
|
674
674
|
case "[object Array]":
|
|
675
|
-
return "[" + ye(r, e).concat(
|
|
675
|
+
return "[" + ye(r, e).concat(i(e, te(function(n) {
|
|
676
676
|
return /^\d+$/.test(n);
|
|
677
677
|
}, ee(e)))).join(", ") + "]";
|
|
678
678
|
case "[object Boolean]":
|
|
@@ -697,7 +697,7 @@ function Yt(e, t) {
|
|
|
697
697
|
if (o !== "[object Object]")
|
|
698
698
|
return o;
|
|
699
699
|
}
|
|
700
|
-
return "{" +
|
|
700
|
+
return "{" + i(e, ee(e)).join(", ") + "}";
|
|
701
701
|
}
|
|
702
702
|
}
|
|
703
703
|
var Te = /* @__PURE__ */ I(function(t) {
|
|
@@ -705,18 +705,18 @@ var Te = /* @__PURE__ */ I(function(t) {
|
|
|
705
705
|
}), la = /* @__PURE__ */ O(function(t, r) {
|
|
706
706
|
if (t === r)
|
|
707
707
|
return r;
|
|
708
|
-
function
|
|
708
|
+
function i(m, v) {
|
|
709
709
|
if (m > v != v > m)
|
|
710
710
|
return v > m ? v : m;
|
|
711
711
|
}
|
|
712
|
-
var o =
|
|
712
|
+
var o = i(t, r);
|
|
713
713
|
if (o !== void 0)
|
|
714
714
|
return o;
|
|
715
|
-
var n =
|
|
715
|
+
var n = i(typeof t, typeof r);
|
|
716
716
|
if (n !== void 0)
|
|
717
717
|
return n === typeof t ? t : r;
|
|
718
|
-
var
|
|
719
|
-
return d !== void 0 && d ===
|
|
718
|
+
var l = Te(t), d = i(l, Te(r));
|
|
719
|
+
return d !== void 0 && d === l ? t : r;
|
|
720
720
|
}), ca = /* @__PURE__ */ function() {
|
|
721
721
|
function e(t, r) {
|
|
722
722
|
this.xf = r, this.f = t;
|
|
@@ -735,8 +735,8 @@ var Te = /* @__PURE__ */ I(function(t) {
|
|
|
735
735
|
return t.call(this, r.apply(this, arguments));
|
|
736
736
|
});
|
|
737
737
|
case "[object Object]":
|
|
738
|
-
return Ut(function(
|
|
739
|
-
return
|
|
738
|
+
return Ut(function(i, o) {
|
|
739
|
+
return i[o] = t(r[o]), i;
|
|
740
740
|
}, {}, ee(r));
|
|
741
741
|
default:
|
|
742
742
|
return ye(t, r);
|
|
@@ -763,29 +763,29 @@ var ua = /* @__PURE__ */ I(function(t) {
|
|
|
763
763
|
return Ee(t) ? !0 : !t || typeof t != "object" || nt(t) ? !1 : t.length === 0 ? !0 : t.length > 0 ? t.hasOwnProperty(0) && t.hasOwnProperty(t.length - 1) : !1;
|
|
764
764
|
}), Tt = typeof Symbol < "u" ? Symbol.iterator : "@@iterator";
|
|
765
765
|
function va(e, t, r) {
|
|
766
|
-
return function(o, n,
|
|
767
|
-
if (ua(
|
|
768
|
-
return e(o, n,
|
|
769
|
-
if (
|
|
766
|
+
return function(o, n, l) {
|
|
767
|
+
if (ua(l))
|
|
768
|
+
return e(o, n, l);
|
|
769
|
+
if (l == null)
|
|
770
770
|
return n;
|
|
771
|
-
if (typeof
|
|
772
|
-
return t(o, n,
|
|
773
|
-
if (
|
|
774
|
-
return r(o, n,
|
|
775
|
-
if (typeof
|
|
776
|
-
return r(o, n,
|
|
777
|
-
if (typeof
|
|
778
|
-
return t(o, n,
|
|
771
|
+
if (typeof l["fantasy-land/reduce"] == "function")
|
|
772
|
+
return t(o, n, l, "fantasy-land/reduce");
|
|
773
|
+
if (l[Tt] != null)
|
|
774
|
+
return r(o, n, l[Tt]());
|
|
775
|
+
if (typeof l.next == "function")
|
|
776
|
+
return r(o, n, l);
|
|
777
|
+
if (typeof l.reduce == "function")
|
|
778
|
+
return t(o, n, l, "reduce");
|
|
779
779
|
throw new TypeError("reduce: list must be array or iterable");
|
|
780
780
|
};
|
|
781
781
|
}
|
|
782
782
|
function pa(e, t, r) {
|
|
783
|
-
for (var
|
|
784
|
-
if (t = e["@@transducer/step"](t, r[
|
|
783
|
+
for (var i = 0, o = r.length; i < o; ) {
|
|
784
|
+
if (t = e["@@transducer/step"](t, r[i]), t && t["@@transducer/reduced"]) {
|
|
785
785
|
t = t["@@transducer/value"];
|
|
786
786
|
break;
|
|
787
787
|
}
|
|
788
|
-
|
|
788
|
+
i += 1;
|
|
789
789
|
}
|
|
790
790
|
return e["@@transducer/result"](t);
|
|
791
791
|
}
|
|
@@ -795,17 +795,17 @@ var ba = /* @__PURE__ */ O(function(t, r) {
|
|
|
795
795
|
});
|
|
796
796
|
});
|
|
797
797
|
function fa(e, t, r) {
|
|
798
|
-
for (var
|
|
799
|
-
if (t = e["@@transducer/step"](t,
|
|
798
|
+
for (var i = r.next(); !i.done; ) {
|
|
799
|
+
if (t = e["@@transducer/step"](t, i.value), t && t["@@transducer/reduced"]) {
|
|
800
800
|
t = t["@@transducer/value"];
|
|
801
801
|
break;
|
|
802
802
|
}
|
|
803
|
-
|
|
803
|
+
i = r.next();
|
|
804
804
|
}
|
|
805
805
|
return e["@@transducer/result"](t);
|
|
806
806
|
}
|
|
807
|
-
function ha(e, t, r,
|
|
808
|
-
return e["@@transducer/result"](r[
|
|
807
|
+
function ha(e, t, r, i) {
|
|
808
|
+
return e["@@transducer/result"](r[i](ba(e["@@transducer/step"], e), t));
|
|
809
809
|
}
|
|
810
810
|
var Jt = /* @__PURE__ */ va(pa, ha, fa), ya = /* @__PURE__ */ function() {
|
|
811
811
|
function e(t) {
|
|
@@ -826,7 +826,7 @@ var st = /* @__PURE__ */ ce(function(e, t, r) {
|
|
|
826
826
|
return Jt(typeof e == "function" ? Zt(e) : e, t, r);
|
|
827
827
|
}), wa = /* @__PURE__ */ I(function(t) {
|
|
828
828
|
return at(st(la, 0, ma("length", t)), function() {
|
|
829
|
-
for (var r = 0,
|
|
829
|
+
for (var r = 0, i = t.length; r < i; ) {
|
|
830
830
|
if (!t[r].apply(this, arguments))
|
|
831
831
|
return !1;
|
|
832
832
|
r += 1;
|
|
@@ -834,7 +834,7 @@ var st = /* @__PURE__ */ ce(function(e, t, r) {
|
|
|
834
834
|
return !0;
|
|
835
835
|
});
|
|
836
836
|
}), Xt = /* @__PURE__ */ I(function(t) {
|
|
837
|
-
for (var r = ee(t),
|
|
837
|
+
for (var r = ee(t), i = r.length, o = [], n = 0; n < i; )
|
|
838
838
|
o[n] = t[r[n]], n += 1;
|
|
839
839
|
return o;
|
|
840
840
|
});
|
|
@@ -848,10 +848,10 @@ function er(e) {
|
|
|
848
848
|
function tr(e, t, r) {
|
|
849
849
|
if (r || (r = new Ta()), ka(e))
|
|
850
850
|
return e;
|
|
851
|
-
var
|
|
852
|
-
var
|
|
853
|
-
if (
|
|
854
|
-
return
|
|
851
|
+
var i = function(n) {
|
|
852
|
+
var l = r.get(e);
|
|
853
|
+
if (l)
|
|
854
|
+
return l;
|
|
855
855
|
r.set(e, n);
|
|
856
856
|
for (var d in e)
|
|
857
857
|
Object.prototype.hasOwnProperty.call(e, d) && (n[d] = e[d]);
|
|
@@ -859,9 +859,9 @@ function tr(e, t, r) {
|
|
|
859
859
|
};
|
|
860
860
|
switch (He(e)) {
|
|
861
861
|
case "Object":
|
|
862
|
-
return
|
|
862
|
+
return i(Object.create(Object.getPrototypeOf(e)));
|
|
863
863
|
case "Array":
|
|
864
|
-
return
|
|
864
|
+
return i(Array(e.length));
|
|
865
865
|
case "Date":
|
|
866
866
|
return new Date(e.valueOf());
|
|
867
867
|
case "RegExp":
|
|
@@ -891,27 +891,27 @@ var Ta = /* @__PURE__ */ function() {
|
|
|
891
891
|
this.map = {}, this.length = 0;
|
|
892
892
|
}
|
|
893
893
|
return e.prototype.set = function(t, r) {
|
|
894
|
-
var
|
|
895
|
-
o || (this.map[
|
|
894
|
+
var i = this.hash(t), o = this.map[i];
|
|
895
|
+
o || (this.map[i] = o = []), o.push([t, r]), this.length += 1;
|
|
896
896
|
}, e.prototype.hash = function(t) {
|
|
897
897
|
var r = [];
|
|
898
|
-
for (var
|
|
899
|
-
r.push(Object.prototype.toString.call(t[
|
|
898
|
+
for (var i in t)
|
|
899
|
+
r.push(Object.prototype.toString.call(t[i]));
|
|
900
900
|
return r.join();
|
|
901
901
|
}, e.prototype.get = function(t) {
|
|
902
902
|
if (this.length <= 180) {
|
|
903
903
|
for (var r in this.map)
|
|
904
|
-
for (var
|
|
905
|
-
var o =
|
|
904
|
+
for (var l = this.map[r], i = 0; i < l.length; i += 1) {
|
|
905
|
+
var o = l[i];
|
|
906
906
|
if (o[0] === t)
|
|
907
907
|
return o[1];
|
|
908
908
|
}
|
|
909
909
|
return;
|
|
910
910
|
}
|
|
911
|
-
var n = this.hash(t),
|
|
912
|
-
if (
|
|
913
|
-
for (var
|
|
914
|
-
var o =
|
|
911
|
+
var n = this.hash(t), l = this.map[n];
|
|
912
|
+
if (l)
|
|
913
|
+
for (var i = 0; i < l.length; i += 1) {
|
|
914
|
+
var o = l[i];
|
|
915
915
|
if (o[0] === t)
|
|
916
916
|
return o[1];
|
|
917
917
|
}
|
|
@@ -927,12 +927,12 @@ function lt(e, t) {
|
|
|
927
927
|
var r = arguments.length;
|
|
928
928
|
if (r === 0)
|
|
929
929
|
return t();
|
|
930
|
-
var
|
|
931
|
-
return Ee(
|
|
930
|
+
var i = arguments[r - 1];
|
|
931
|
+
return Ee(i) || typeof i[e] != "function" ? t.apply(this, arguments) : i[e].apply(i, Array.prototype.slice.call(arguments, 0, r - 1));
|
|
932
932
|
};
|
|
933
933
|
}
|
|
934
|
-
var Sa = /* @__PURE__ */ ce(/* @__PURE__ */ lt("slice", function(t, r,
|
|
935
|
-
return Array.prototype.slice.call(
|
|
934
|
+
var Sa = /* @__PURE__ */ ce(/* @__PURE__ */ lt("slice", function(t, r, i) {
|
|
935
|
+
return Array.prototype.slice.call(i, t, r);
|
|
936
936
|
})), _a = /* @__PURE__ */ I(/* @__PURE__ */ lt("tail", /* @__PURE__ */ Sa(1, 1 / 0)));
|
|
937
937
|
function Pa() {
|
|
938
938
|
if (arguments.length === 0)
|
|
@@ -948,8 +948,8 @@ function re() {
|
|
|
948
948
|
return Pa.apply(this, Ie(arguments));
|
|
949
949
|
}
|
|
950
950
|
var $a = /* @__PURE__ */ function() {
|
|
951
|
-
function e(t, r,
|
|
952
|
-
this.valueFn = t, this.valueAcc = r, this.keyFn =
|
|
951
|
+
function e(t, r, i, o) {
|
|
952
|
+
this.valueFn = t, this.valueAcc = r, this.keyFn = i, this.xf = o, this.inputs = {};
|
|
953
953
|
}
|
|
954
954
|
return e.prototype["@@transducer/init"] = ue.init, e.prototype["@@transducer/result"] = function(t) {
|
|
955
955
|
var r;
|
|
@@ -960,23 +960,23 @@ var $a = /* @__PURE__ */ function() {
|
|
|
960
960
|
}
|
|
961
961
|
return this.inputs = null, this.xf["@@transducer/result"](t);
|
|
962
962
|
}, e.prototype["@@transducer/step"] = function(t, r) {
|
|
963
|
-
var
|
|
964
|
-
return this.inputs[
|
|
963
|
+
var i = this.keyFn(r);
|
|
964
|
+
return this.inputs[i] = this.inputs[i] || [i, tr(this.valueAcc)], this.inputs[i][1] = this.valueFn(this.inputs[i][1], r), t;
|
|
965
965
|
}, e;
|
|
966
966
|
}();
|
|
967
967
|
function ja(e, t, r) {
|
|
968
|
-
return function(
|
|
969
|
-
return new $a(e, t, r,
|
|
968
|
+
return function(i) {
|
|
969
|
+
return new $a(e, t, r, i);
|
|
970
970
|
};
|
|
971
971
|
}
|
|
972
|
-
var Na = /* @__PURE__ */ rt(4, [], /* @__PURE__ */ it([], ja, function(t, r,
|
|
973
|
-
var n = Zt(function(
|
|
974
|
-
var m =
|
|
975
|
-
return v && v["@@transducer/reduced"] ? Yr(
|
|
972
|
+
var Na = /* @__PURE__ */ rt(4, [], /* @__PURE__ */ it([], ja, function(t, r, i, o) {
|
|
973
|
+
var n = Zt(function(l, d) {
|
|
974
|
+
var m = i(d), v = t(se(m, l) ? l[m] : tr(r), d);
|
|
975
|
+
return v && v["@@transducer/reduced"] ? Yr(l) : (l[m] = v, l);
|
|
976
976
|
});
|
|
977
977
|
return Jt(n, {}, o);
|
|
978
|
-
})), rr = /* @__PURE__ */ ce(function(t, r,
|
|
979
|
-
var o = t(r), n = t(
|
|
978
|
+
})), rr = /* @__PURE__ */ ce(function(t, r, i) {
|
|
979
|
+
var o = t(r), n = t(i);
|
|
980
980
|
return o > n ? -1 : o < n ? 1 : 0;
|
|
981
981
|
});
|
|
982
982
|
function Ea(e) {
|
|
@@ -993,7 +993,7 @@ var Oa = /* @__PURE__ */ I(function(t) {
|
|
|
993
993
|
function Ia(e) {
|
|
994
994
|
if (e == null)
|
|
995
995
|
throw new TypeError("Cannot convert undefined or null to object");
|
|
996
|
-
for (var t = Object(e), r = 1,
|
|
996
|
+
for (var t = Object(e), r = 1, i = arguments.length; r < i; ) {
|
|
997
997
|
var o = arguments[r];
|
|
998
998
|
if (o != null)
|
|
999
999
|
for (var n in o)
|
|
@@ -1005,10 +1005,10 @@ function Ia(e) {
|
|
|
1005
1005
|
const Aa = typeof Object.assign == "function" ? Object.assign : Ia;
|
|
1006
1006
|
var dt = /* @__PURE__ */ O(function(t, r) {
|
|
1007
1007
|
return at(t + 1, function() {
|
|
1008
|
-
var
|
|
1009
|
-
if (
|
|
1010
|
-
return
|
|
1011
|
-
throw new TypeError(Te(
|
|
1008
|
+
var i = arguments[t];
|
|
1009
|
+
if (i != null && xa(i[r]))
|
|
1010
|
+
return i[r].apply(i, Array.prototype.slice.call(arguments, 0, t));
|
|
1011
|
+
throw new TypeError(Te(i) + ' does not have a method named "' + r + '"');
|
|
1012
1012
|
});
|
|
1013
1013
|
}), E = /* @__PURE__ */ I(function(t) {
|
|
1014
1014
|
return t != null && Oe(t, Oa(t));
|
|
@@ -1016,35 +1016,35 @@ var dt = /* @__PURE__ */ O(function(t, r) {
|
|
|
1016
1016
|
return !E(t);
|
|
1017
1017
|
}), zt = /* @__PURE__ */ dt(1, "join");
|
|
1018
1018
|
function La(e, t) {
|
|
1019
|
-
for (var r = t,
|
|
1019
|
+
for (var r = t, i = 0; i < e.length; i += 1) {
|
|
1020
1020
|
if (r == null)
|
|
1021
1021
|
return;
|
|
1022
|
-
var o = e[
|
|
1022
|
+
var o = e[i];
|
|
1023
1023
|
Wt(o) ? r = Qt(o, r) : r = r[o];
|
|
1024
1024
|
}
|
|
1025
1025
|
return r;
|
|
1026
1026
|
}
|
|
1027
1027
|
var Ca = /* @__PURE__ */ O(function(t, r) {
|
|
1028
1028
|
return Aa({}, r, t);
|
|
1029
|
-
}), Da = /* @__PURE__ */ ce(function(t, r,
|
|
1030
|
-
return Oe(La(r,
|
|
1029
|
+
}), Da = /* @__PURE__ */ ce(function(t, r, i) {
|
|
1030
|
+
return Oe(La(r, i), t);
|
|
1031
1031
|
}), ar = /* @__PURE__ */ O(function(t, r) {
|
|
1032
|
-
for (var
|
|
1033
|
-
t[o] in r && (
|
|
1034
|
-
return
|
|
1035
|
-
}), gt = /* @__PURE__ */ ce(function(t, r,
|
|
1036
|
-
return Oe(t, ae(r,
|
|
1037
|
-
}), mt = /* @__PURE__ */ ce(function(t, r,
|
|
1038
|
-
return
|
|
1032
|
+
for (var i = {}, o = 0; o < t.length; )
|
|
1033
|
+
t[o] in r && (i[t[o]] = r[t[o]]), o += 1;
|
|
1034
|
+
return i;
|
|
1035
|
+
}), gt = /* @__PURE__ */ ce(function(t, r, i) {
|
|
1036
|
+
return Oe(t, ae(r, i));
|
|
1037
|
+
}), mt = /* @__PURE__ */ ce(function(t, r, i) {
|
|
1038
|
+
return i.replace(t, r);
|
|
1039
1039
|
}), ir = /* @__PURE__ */ O(function(t, r) {
|
|
1040
|
-
return Array.prototype.slice.call(r, 0).sort(function(
|
|
1041
|
-
var n = t(
|
|
1042
|
-
return n <
|
|
1040
|
+
return Array.prototype.slice.call(r, 0).sort(function(i, o) {
|
|
1041
|
+
var n = t(i), l = t(o);
|
|
1042
|
+
return n < l ? -1 : n > l ? 1 : 0;
|
|
1043
1043
|
});
|
|
1044
1044
|
}), or = /* @__PURE__ */ O(function(t, r) {
|
|
1045
|
-
return Array.prototype.slice.call(r, 0).sort(function(
|
|
1046
|
-
for (var n = 0,
|
|
1047
|
-
n = t[
|
|
1045
|
+
return Array.prototype.slice.call(r, 0).sort(function(i, o) {
|
|
1046
|
+
for (var n = 0, l = 0; n === 0 && l < t.length; )
|
|
1047
|
+
n = t[l](i, o), l += 1;
|
|
1048
1048
|
return n;
|
|
1049
1049
|
});
|
|
1050
1050
|
}), Re = /* @__PURE__ */ dt(1, "split");
|
|
@@ -1057,8 +1057,8 @@ var Ba = /* @__PURE__ */ O(function(t, r) {
|
|
|
1057
1057
|
return er(t).test(r);
|
|
1058
1058
|
}), Ha = /* @__PURE__ */ dt(0, "toUpperCase"), me = `
|
|
1059
1059
|
\v\f\r \u2028\u2029\uFEFF`, Ra = "", Fa = typeof String.prototype.trim == "function", Ka = /* @__PURE__ */ I(!Fa || /* @__PURE__ */ me.trim() || !/* @__PURE__ */ Ra.trim() ? function(t) {
|
|
1060
|
-
var r = new RegExp("^[" + me + "][" + me + "]*"),
|
|
1061
|
-
return t.replace(r, "").replace(
|
|
1060
|
+
var r = new RegExp("^[" + me + "][" + me + "]*"), i = new RegExp("[" + me + "][" + me + "]*$");
|
|
1061
|
+
return t.replace(r, "").replace(i, "");
|
|
1062
1062
|
} : function(t) {
|
|
1063
1063
|
return t.trim();
|
|
1064
1064
|
});
|
|
@@ -1245,41 +1245,41 @@ function gr(e) {
|
|
|
1245
1245
|
return e.isShootout && (r = r - 2), e.isOvertime && (r = r - 1), r;
|
|
1246
1246
|
}
|
|
1247
1247
|
function Gi(e, t) {
|
|
1248
|
-
const r = e?.actualPeriod ?? gr(e),
|
|
1249
|
-
e.isShootout && (
|
|
1248
|
+
const r = e?.actualPeriod ?? gr(e), i = {};
|
|
1249
|
+
e.isShootout && (i.so = [], i.ot = []), e.isOvertime && (i.ot = []);
|
|
1250
1250
|
for (let n = r; n > 0; n--)
|
|
1251
|
-
|
|
1252
|
-
return Ca(t,
|
|
1251
|
+
i[`p${n}`] = [];
|
|
1252
|
+
return Ca(t, i);
|
|
1253
1253
|
}
|
|
1254
|
-
function _t(e, t, r,
|
|
1254
|
+
function _t(e, t, r, i) {
|
|
1255
1255
|
const o = [];
|
|
1256
|
-
let n = 0,
|
|
1256
|
+
let n = 0, l = 0;
|
|
1257
1257
|
for (let d = 0; d < e.length; d++)
|
|
1258
|
-
o.push(`${e[d][t]?.[
|
|
1259
|
-
return `(${o.join(", ")}) ${n}:${
|
|
1258
|
+
o.push(`${e[d][t]?.[i] ?? 0}:${e[d][r]?.[i] ?? 0}`), n = n + (e[d][t]?.[i] ?? 0), l = l + (e[d][r]?.[i] ?? 0);
|
|
1259
|
+
return `(${o.join(", ")}) ${n}:${l}`;
|
|
1260
1260
|
}
|
|
1261
|
-
function Bi(e, t, r,
|
|
1261
|
+
function Bi(e, t, r, i) {
|
|
1262
1262
|
const o = [];
|
|
1263
|
-
let n = 0,
|
|
1263
|
+
let n = 0, l = 0;
|
|
1264
1264
|
for (let d = 0; d < e.length; d++)
|
|
1265
|
-
o.push(`${e[d][t]?.[
|
|
1266
|
-
return `(${o.join(", ")}) ${n}:${
|
|
1265
|
+
o.push(`${e[d][t]?.[i] ?? 0}:${e[d][r]?.[i] ?? 0}`), n = n + (e[d][t]?.[i] ?? 0), l = l + (e[d][r]?.[i] ?? 0);
|
|
1266
|
+
return `(${o.join(", ")}) ${n}:${l}`;
|
|
1267
1267
|
}
|
|
1268
1268
|
function Hi(e) {
|
|
1269
|
-
const t = e?.home?.advTime ?? 0, r = e?.away?.advTime ?? 0,
|
|
1269
|
+
const t = e?.home?.advTime ?? 0, r = e?.away?.advTime ?? 0, i = e?.home?.advTimePP1 ?? 0, o = e?.away?.advTimePP1 ?? 0, n = e?.home?.advTimePP2 ?? 0, l = e?.away?.advTimePP2 ?? 0;
|
|
1270
1270
|
return {
|
|
1271
1271
|
advTime: `${F(t)} / ${F(r)}`,
|
|
1272
|
-
advTimePP1: `${F(
|
|
1273
|
-
advTimePP2: `${F(n)} / ${F(
|
|
1272
|
+
advTimePP1: `${F(i)} / ${F(o)}`,
|
|
1273
|
+
advTimePP2: `${F(n)} / ${F(l)}`
|
|
1274
1274
|
};
|
|
1275
1275
|
}
|
|
1276
1276
|
function Ri(e) {
|
|
1277
|
-
const t = e?.home?.adv ?? 0, r = e?.home?.ppgf ?? 0,
|
|
1278
|
-
return `(${t}/${r}) <b>${n}%</b> / (${
|
|
1277
|
+
const t = e?.home?.adv ?? 0, r = e?.home?.ppgf ?? 0, i = e?.away?.adv ?? 0, o = e?.away?.ppgf ?? 0, n = (e?.home?.ppPercent ?? 0).toFixed(2), l = (e?.away?.ppPercent ?? 0).toFixed(2);
|
|
1278
|
+
return `(${t}/${r}) <b>${n}%</b> / (${i}/${o}) <b>${l}%</b>`;
|
|
1279
1279
|
}
|
|
1280
1280
|
function Fi(e) {
|
|
1281
|
-
const t = e?.home?.dvg ?? 0, r = e?.home?.pk ?? 0,
|
|
1282
|
-
return `(${t}/${r}) <b>${n}%</b> / (${
|
|
1281
|
+
const t = e?.home?.dvg ?? 0, r = e?.home?.pk ?? 0, i = e?.away?.dvg ?? 0, o = e?.away?.pk ?? 0, n = (e?.home?.pkPercent ?? 0).toFixed(2), l = (e?.away?.pkPercent ?? 0).toFixed(2);
|
|
1282
|
+
return `(${t}/${r}) <b>${n}%</b> / (${i}/${o}) <b>${l}%</b>`;
|
|
1283
1283
|
}
|
|
1284
1284
|
function mr(e) {
|
|
1285
1285
|
return {
|
|
@@ -1289,19 +1289,19 @@ function mr(e) {
|
|
|
1289
1289
|
}
|
|
1290
1290
|
const ze = (e) => Qe(e, Gt(["toi"])), Ki = 20, Ui = 1e3 * 30, Pt = 1e3 * 60 * 5;
|
|
1291
1291
|
function ur(e = {}) {
|
|
1292
|
-
const { data: t, services: r } = e, { getGameData:
|
|
1293
|
-
() => St(
|
|
1292
|
+
const { data: t, services: r } = e, { getGameData: i, getGameStats: o, getEvents: n, getGameOfficials: l } = r, d = V(!1), { resume: m, pause: v, isActive: p } = Ce(
|
|
1293
|
+
() => St(i, o, n),
|
|
1294
1294
|
Ui,
|
|
1295
1295
|
{ immediate: !1, immediateCallback: !1 }
|
|
1296
|
-
), { pause:
|
|
1297
|
-
() =>
|
|
1296
|
+
), { pause: T } = Ce(
|
|
1297
|
+
() => i(),
|
|
1298
1298
|
Pt,
|
|
1299
1299
|
{
|
|
1300
1300
|
immediate: !0,
|
|
1301
1301
|
immediateCallback: !0
|
|
1302
1302
|
}
|
|
1303
|
-
), { pause:
|
|
1304
|
-
() =>
|
|
1303
|
+
), { pause: z } = Ce(
|
|
1304
|
+
() => l(),
|
|
1305
1305
|
Pt,
|
|
1306
1306
|
{
|
|
1307
1307
|
immediate: !0,
|
|
@@ -1309,24 +1309,24 @@ function ur(e = {}) {
|
|
|
1309
1309
|
}
|
|
1310
1310
|
);
|
|
1311
1311
|
Nr(d, () => {
|
|
1312
|
-
m(),
|
|
1312
|
+
m(), i();
|
|
1313
1313
|
}, () => {
|
|
1314
1314
|
v();
|
|
1315
1315
|
}), Ye(t, (_) => {
|
|
1316
|
-
_.gameStatus === 1 && !p.value && (d.value = !0,
|
|
1316
|
+
_.gameStatus === 1 && !p.value && (d.value = !0, T(), z(), m(), o(), n()), _.gameStatus > 1 && (d.value = !1, St(o, n), T(), z());
|
|
1317
1317
|
});
|
|
1318
1318
|
}
|
|
1319
1319
|
function Vi(e = {}) {
|
|
1320
1320
|
const t = e?.periodLength ?? Ki, r = h(() => {
|
|
1321
1321
|
let o = t * 60;
|
|
1322
|
-
return (
|
|
1322
|
+
return (a(e).isOvertime || a(e).isShootout) && (o = a(e).overtimeLength * 60), o;
|
|
1323
1323
|
});
|
|
1324
1324
|
return {
|
|
1325
1325
|
value: h(() => {
|
|
1326
|
-
const o =
|
|
1327
|
-
let
|
|
1328
|
-
(o.isOvertime || o.isShootout) &&
|
|
1329
|
-
const d = Or(o.actualTime) -
|
|
1326
|
+
const o = a(e), n = r.value - Number.parseInt(o.periodTime, 10) * 60;
|
|
1327
|
+
let l = gr(a(e)) - 1;
|
|
1328
|
+
(o.isOvertime || o.isShootout) && l++;
|
|
1329
|
+
const d = Or(o.actualTime) - l * t * 60;
|
|
1330
1330
|
return Math.max(n, d);
|
|
1331
1331
|
}),
|
|
1332
1332
|
max: r
|
|
@@ -1334,13 +1334,13 @@ function Vi(e = {}) {
|
|
|
1334
1334
|
}
|
|
1335
1335
|
function vr() {
|
|
1336
1336
|
const e = V([]);
|
|
1337
|
-
function t(
|
|
1338
|
-
typeof o == "object" && o !== null && (o = o.message), e.value.push({ key:
|
|
1337
|
+
function t(i, o) {
|
|
1338
|
+
typeof o == "object" && o !== null && (o = o.message), e.value.push({ key: i, message: o });
|
|
1339
1339
|
}
|
|
1340
|
-
function r(
|
|
1340
|
+
function r(i) {
|
|
1341
1341
|
if (E(e.value))
|
|
1342
1342
|
return;
|
|
1343
|
-
const o = e.value.findIndex((n) => n.key ===
|
|
1343
|
+
const o = e.value.findIndex((n) => n.key === i);
|
|
1344
1344
|
e.value.splice(o, 1);
|
|
1345
1345
|
}
|
|
1346
1346
|
return {
|
|
@@ -1351,14 +1351,14 @@ function vr() {
|
|
|
1351
1351
|
}
|
|
1352
1352
|
function qi(e) {
|
|
1353
1353
|
return h(() => {
|
|
1354
|
-
const { homeTeam: r, awayTeam:
|
|
1355
|
-
return !r?.color || !
|
|
1354
|
+
const { homeTeam: r, awayTeam: i } = le(e);
|
|
1355
|
+
return !r?.color || !i?.color ? {} : {
|
|
1356
1356
|
"--vbr-widget-gamecenter-home-team-identifier-color": `#${r.color}`,
|
|
1357
|
-
"--vbr-widget-gamecenter-away-team-identifier-color": `#${
|
|
1357
|
+
"--vbr-widget-gamecenter-away-team-identifier-color": `#${i.color}`,
|
|
1358
1358
|
...r.color === "ffffff" && {
|
|
1359
1359
|
"--vbr-widget-gamecenter-home-team-identifie-borderr-color": "#343434"
|
|
1360
1360
|
},
|
|
1361
|
-
...
|
|
1361
|
+
...i.color === "ffffff" && {
|
|
1362
1362
|
"--vbr-widget-gamecenter-away-team-identifier-border-color": "#343434"
|
|
1363
1363
|
}
|
|
1364
1364
|
};
|
|
@@ -1385,7 +1385,7 @@ const Yi = "Gól", Wi = "Kiállítás", Qi = "Kapus", Ji = "Idő", $t = "Büntet
|
|
|
1385
1385
|
"stroke-linejoin": "round"
|
|
1386
1386
|
};
|
|
1387
1387
|
function eo(e, t) {
|
|
1388
|
-
return
|
|
1388
|
+
return c(), u("svg", Xi, t[0] || (t[0] = [
|
|
1389
1389
|
s("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),
|
|
1390
1390
|
s("rect", {
|
|
1391
1391
|
x: "8",
|
|
@@ -1407,7 +1407,7 @@ const _e = { render: eo }, to = {
|
|
|
1407
1407
|
"stroke-linejoin": "round"
|
|
1408
1408
|
};
|
|
1409
1409
|
function ro(e, t) {
|
|
1410
|
-
return
|
|
1410
|
+
return c(), u("svg", to, t[0] || (t[0] = [
|
|
1411
1411
|
s("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),
|
|
1412
1412
|
s("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1)
|
|
1413
1413
|
]));
|
|
@@ -1421,15 +1421,15 @@ const pr = { render: ro }, ao = { class: "progress" }, io = ["aria-valuenow", "a
|
|
|
1421
1421
|
}
|
|
1422
1422
|
},
|
|
1423
1423
|
setup(e) {
|
|
1424
|
-
const t = e, { max: r, value:
|
|
1425
|
-
return (o, n) => (
|
|
1424
|
+
const t = e, { max: r, value: i } = Vi(h(() => t.gameData));
|
|
1425
|
+
return (o, n) => (c(), u("div", ao, [
|
|
1426
1426
|
s("div", {
|
|
1427
1427
|
class: "progress-bar progress-bar-stripped progress-bar-animated",
|
|
1428
1428
|
role: "progressbar",
|
|
1429
|
-
style: we(`width: ${i
|
|
1430
|
-
"aria-valuenow": i
|
|
1429
|
+
style: we(`width: ${a(i) / a(r) * 100}%`),
|
|
1430
|
+
"aria-valuenow": a(i),
|
|
1431
1431
|
"aria-valuemin": "0",
|
|
1432
|
-
"aria-valuemax":
|
|
1432
|
+
"aria-valuemax": a(r)
|
|
1433
1433
|
}, null, 12, io)
|
|
1434
1434
|
]));
|
|
1435
1435
|
}
|
|
@@ -1450,21 +1450,21 @@ const pr = { render: ro }, ao = { class: "progress" }, io = ["aria-valuenow", "a
|
|
|
1450
1450
|
}
|
|
1451
1451
|
},
|
|
1452
1452
|
setup(e) {
|
|
1453
|
-
return (t, r) => (
|
|
1453
|
+
return (t, r) => (c(), u("table", oo, [
|
|
1454
1454
|
s("tbody", null, [
|
|
1455
1455
|
s("tr", null, [
|
|
1456
1456
|
r[0] || (r[0] = s("td", null, [
|
|
1457
1457
|
s("span", { class: "is-home-team" })
|
|
1458
1458
|
], -1)),
|
|
1459
1459
|
s("td", null, g(e.homeTeamName), 1),
|
|
1460
|
-
(
|
|
1460
|
+
(c(!0), u(w, null, P(e.results.home, (i, o) => (c(), u("td", { key: o }, g(i), 1))), 128))
|
|
1461
1461
|
]),
|
|
1462
1462
|
s("tr", null, [
|
|
1463
1463
|
r[1] || (r[1] = s("td", null, [
|
|
1464
1464
|
s("span", { class: "is-away-team" })
|
|
1465
1465
|
], -1)),
|
|
1466
1466
|
s("td", null, g(e.awayTeamName), 1),
|
|
1467
|
-
(
|
|
1467
|
+
(c(!0), u(w, null, P(e.results.away, (i, o) => (c(), u("td", { key: o }, g(i), 1))), 128))
|
|
1468
1468
|
])
|
|
1469
1469
|
])
|
|
1470
1470
|
]));
|
|
@@ -1480,13 +1480,13 @@ function go(e) {
|
|
|
1480
1480
|
home: [],
|
|
1481
1481
|
away: []
|
|
1482
1482
|
};
|
|
1483
|
-
return e ? re(Y(Re(":")), Y(Ka), Re(","), mt(/^\(|\)$/g, ""))(e).reduce((
|
|
1483
|
+
return e ? re(Y(Re(":")), Y(Ka), Re(","), mt(/^\(|\)$/g, ""))(e).reduce((i, o) => (i.home.push(o[0]), i.away.push(o[1]), i), t) : t;
|
|
1484
1484
|
}
|
|
1485
1485
|
const jt = (e) => ct(ae("row"), e);
|
|
1486
1486
|
function mo(e, t, r) {
|
|
1487
|
-
const
|
|
1487
|
+
const i = jt(e?.[t] ?? []), o = jt(e?.[r] ?? []);
|
|
1488
1488
|
return ["1", "2", "3", "4", "gk"].reduce(
|
|
1489
|
-
(n,
|
|
1489
|
+
(n, l) => (n[l].home = i[l], n[l].away = o[l], n),
|
|
1490
1490
|
{
|
|
1491
1491
|
1: { home: [], away: [] },
|
|
1492
1492
|
2: { home: [], away: [] },
|
|
@@ -1496,24 +1496,24 @@ function mo(e, t, r) {
|
|
|
1496
1496
|
}
|
|
1497
1497
|
);
|
|
1498
1498
|
}
|
|
1499
|
-
function Be(e, t, r,
|
|
1499
|
+
function Be(e, t, r, i) {
|
|
1500
1500
|
let o = 0, n = 0;
|
|
1501
|
-
const
|
|
1502
|
-
const v = m[t]?.period ?? "p1", p = m[t]?.[
|
|
1503
|
-
return o += p, n +=
|
|
1504
|
-
max:
|
|
1501
|
+
const l = e.reduce((d, m) => {
|
|
1502
|
+
const v = m[t]?.period ?? "p1", p = m[t]?.[i] ?? 0, T = m[r]?.[i] ?? 0, z = p + T;
|
|
1503
|
+
return o += p, n += T, d[v] = {
|
|
1504
|
+
max: z,
|
|
1505
1505
|
valueStart: p,
|
|
1506
|
-
valueEnd:
|
|
1506
|
+
valueEnd: T
|
|
1507
1507
|
}, d;
|
|
1508
1508
|
}, {});
|
|
1509
|
-
return
|
|
1509
|
+
return l.all = {
|
|
1510
1510
|
max: o + n,
|
|
1511
1511
|
valueStart: o,
|
|
1512
1512
|
valueEnd: n
|
|
1513
|
-
},
|
|
1513
|
+
}, l;
|
|
1514
1514
|
}
|
|
1515
1515
|
function uo(e) {
|
|
1516
|
-
const t = e?.home?.advTime ?? 0, r = e?.away?.advTime ?? 0,
|
|
1516
|
+
const t = e?.home?.advTime ?? 0, r = e?.away?.advTime ?? 0, i = e?.home?.advTimePP1 ?? 0, o = e?.away?.advTimePP1 ?? 0, n = e?.home?.advTimePP2 ?? 0, l = e?.away?.advTimePP2 ?? 0;
|
|
1517
1517
|
return {
|
|
1518
1518
|
advTime: {
|
|
1519
1519
|
max: t + r,
|
|
@@ -1521,24 +1521,24 @@ function uo(e) {
|
|
|
1521
1521
|
valueEnd: r
|
|
1522
1522
|
},
|
|
1523
1523
|
advTimePP1: {
|
|
1524
|
-
max:
|
|
1525
|
-
valueStart:
|
|
1524
|
+
max: i + o,
|
|
1525
|
+
valueStart: i,
|
|
1526
1526
|
valueEnd: o
|
|
1527
1527
|
},
|
|
1528
1528
|
advTimePP2: {
|
|
1529
|
-
max: n +
|
|
1529
|
+
max: n + l,
|
|
1530
1530
|
valueStart: n,
|
|
1531
|
-
valueEnd:
|
|
1531
|
+
valueEnd: l
|
|
1532
1532
|
}
|
|
1533
1533
|
};
|
|
1534
1534
|
}
|
|
1535
1535
|
function vo(e) {
|
|
1536
|
-
const t = e?.home?.adv ?? 0, r = e?.home?.ppgf ?? 0,
|
|
1536
|
+
const t = e?.home?.adv ?? 0, r = e?.home?.ppgf ?? 0, i = e?.away?.adv ?? 0, o = e?.away?.ppgf ?? 0, n = (e?.home?.ppPercent ?? 0).toFixed(2), l = (e?.away?.ppPercent ?? 0).toFixed(2);
|
|
1537
1537
|
return {
|
|
1538
1538
|
powerPlays: {
|
|
1539
|
-
max: t +
|
|
1539
|
+
max: t + i,
|
|
1540
1540
|
valueStart: t,
|
|
1541
|
-
valueEnd:
|
|
1541
|
+
valueEnd: i,
|
|
1542
1542
|
suffix: ""
|
|
1543
1543
|
},
|
|
1544
1544
|
powerPlaysGoalFor: {
|
|
@@ -1550,18 +1550,18 @@ function vo(e) {
|
|
|
1550
1550
|
powerPlayEfficiency: {
|
|
1551
1551
|
max: 100,
|
|
1552
1552
|
valueStart: n,
|
|
1553
|
-
valueEnd:
|
|
1553
|
+
valueEnd: l,
|
|
1554
1554
|
suffix: "%"
|
|
1555
1555
|
}
|
|
1556
1556
|
};
|
|
1557
1557
|
}
|
|
1558
1558
|
function po(e) {
|
|
1559
|
-
const t = e?.home?.dvg ?? 0, r = e?.home?.pk ?? 0,
|
|
1559
|
+
const t = e?.home?.dvg ?? 0, r = e?.home?.pk ?? 0, i = e?.away?.dvg ?? 0, o = e?.away?.pk ?? 0, n = (e?.home?.pkPercent ?? 0).toFixed(2), l = (e?.away?.pkPercent ?? 0).toFixed(2);
|
|
1560
1560
|
return {
|
|
1561
1561
|
penaltyKill: {
|
|
1562
|
-
max: t +
|
|
1562
|
+
max: t + i,
|
|
1563
1563
|
valueStart: t,
|
|
1564
|
-
valueEnd:
|
|
1564
|
+
valueEnd: i,
|
|
1565
1565
|
suffix: ""
|
|
1566
1566
|
},
|
|
1567
1567
|
powerPlaysKilled: {
|
|
@@ -1573,7 +1573,7 @@ function po(e) {
|
|
|
1573
1573
|
penaltyKillEfficiency: {
|
|
1574
1574
|
max: 100,
|
|
1575
1575
|
valueStart: n,
|
|
1576
|
-
valueEnd:
|
|
1576
|
+
valueEnd: l,
|
|
1577
1577
|
suffix: "%"
|
|
1578
1578
|
}
|
|
1579
1579
|
};
|
|
@@ -1582,8 +1582,8 @@ function bo(e, t) {
|
|
|
1582
1582
|
const r = (o) => {
|
|
1583
1583
|
const n = ["first_referee", "second_referee", "first_line_judge", "second_line_judge"].indexOf(o.role);
|
|
1584
1584
|
return n > -1 ? n : 4;
|
|
1585
|
-
},
|
|
1586
|
-
return ct(ae("type"), Y(
|
|
1585
|
+
}, i = (o) => ({ ...Ze(o), role: t(`role.${o.role}`) });
|
|
1586
|
+
return ct(ae("type"), Y(i, ir(r, Xt(e))));
|
|
1587
1587
|
}
|
|
1588
1588
|
const Nt = or([rr(ae("startingFive"))]);
|
|
1589
1589
|
function Et(e) {
|
|
@@ -1591,15 +1591,15 @@ function Et(e) {
|
|
|
1591
1591
|
}
|
|
1592
1592
|
ar(["first_referee", "second_referee", "first_line_judge", "second_line_judge"]);
|
|
1593
1593
|
function Ot(e, t) {
|
|
1594
|
-
const r = qt(wa([Da(t, ["team", "id"]), gt("Gól", "type")]), Ie(e)),
|
|
1595
|
-
(
|
|
1594
|
+
const r = qt(wa([Da(t, ["team", "id"]), gt("Gól", "type")]), Ie(e)), i = Y((l) => ({ ...l, eventTimeSec: Mr(l.eventTime) }), r), o = st(
|
|
1595
|
+
(l, d) => (l[d.playerId] ? l[d.playerId].eventTime += `, ${d.eventTime}` : l[d.playerId] = {
|
|
1596
1596
|
id: d.playerId,
|
|
1597
1597
|
name: `${d.lastName} ${d.firstName}`,
|
|
1598
1598
|
eventTime: d.eventTime,
|
|
1599
1599
|
eventTimeSec: d.eventTimeSec
|
|
1600
|
-
},
|
|
1600
|
+
}, l),
|
|
1601
1601
|
{},
|
|
1602
|
-
|
|
1602
|
+
i
|
|
1603
1603
|
);
|
|
1604
1604
|
return ir(ae("eventTimeSec"), Xt(o));
|
|
1605
1605
|
}
|
|
@@ -1636,102 +1636,104 @@ const fo = { class: "gamecenter-timeline-game-data" }, ho = { class: "is-title-c
|
|
|
1636
1636
|
}
|
|
1637
1637
|
},
|
|
1638
1638
|
setup(e) {
|
|
1639
|
-
const t = e, { gameData: r } = We(t), { t:
|
|
1640
|
-
|
|
1639
|
+
const t = e, { gameData: r, websocketUrl: i } = We(t), { t: o } = M(), n = h(() => go(t.gameData.periodResults)), l = h(() => Ot(t.gameEvents, t.gameData.homeTeam.id)), d = h(() => Ot(t.gameEvents, t.gameData.awayTeam.id));
|
|
1640
|
+
useAttendanceSocket(i, r);
|
|
1641
|
+
const m = h(() => o("gameData.attendance", [r.value?.attendance ?? 0]));
|
|
1642
|
+
return (v, p) => (c(), u("div", fo, [
|
|
1641
1643
|
s("div", ho, [
|
|
1642
|
-
|
|
1643
|
-
y(g(
|
|
1644
|
-
])).cacheIndex = 0, G(1),
|
|
1645
|
-
s("div", yo, g(
|
|
1646
|
-
s("div", wo, g(
|
|
1644
|
+
p[0] || (G(-1, !0), (p[0] = s("div", { class: "is-title" }, [
|
|
1645
|
+
y(g(a(r).championshipName) + " - " + g(a(r).divisionName) + " - " + g(a(r).gameName) + " / " + g(a(r).location.locationName), 1)
|
|
1646
|
+
])).cacheIndex = 0, G(1), p[0]),
|
|
1647
|
+
s("div", yo, g(a(xe)(a(r).gameDate, "L dddd - HH:mm", null, e.locale)) + " (" + g(a(ke)(new Date(a(r).gameDate), null, e.locale)) + ") ", 1),
|
|
1648
|
+
s("div", wo, g(a(o)("localTime")) + " (" + g(a(r).location.locationCountryISO || a(r).location.locationName) + "): " + g(a(xe)(a(r).gameDate, "L dddd - HH:mm", a(r).location.timezone, e.locale)) + " (" + g(a(ke)(new Date(a(r).gameDate), a(r).location.timezone, e.locale)) + ") ", 1),
|
|
1647
1649
|
s("div", xo, [
|
|
1648
|
-
|
|
1650
|
+
a(r).electronicReportUrl ? (c(), u("a", {
|
|
1649
1651
|
key: 0,
|
|
1650
|
-
href:
|
|
1652
|
+
href: a(r).electronicReportUrl,
|
|
1651
1653
|
target: "_blank"
|
|
1652
1654
|
}, [
|
|
1653
|
-
b(
|
|
1654
|
-
y(" " + g(
|
|
1655
|
+
b(a(_e), { class: "is-icon" }),
|
|
1656
|
+
y(" " + g(a(o)("sheet")), 1)
|
|
1655
1657
|
], 8, ko)) : f("", !0),
|
|
1656
|
-
|
|
1658
|
+
a(r).toiReportUrl ? (c(), u("a", {
|
|
1657
1659
|
key: 1,
|
|
1658
|
-
href:
|
|
1660
|
+
href: a(r).toiReportUrl,
|
|
1659
1661
|
target: "_blank"
|
|
1660
1662
|
}, [
|
|
1661
|
-
b(
|
|
1662
|
-
y(" " + g(
|
|
1663
|
+
b(a(_e), { class: "is-icon" }),
|
|
1664
|
+
y(" " + g(a(o)("toiSheet")), 1)
|
|
1663
1665
|
], 8, To)) : f("", !0),
|
|
1664
|
-
|
|
1666
|
+
a(r).video ? (c(), u("a", {
|
|
1665
1667
|
key: 2,
|
|
1666
|
-
href:
|
|
1668
|
+
href: a(r).video,
|
|
1667
1669
|
target: "_blank"
|
|
1668
1670
|
}, [
|
|
1669
|
-
b(
|
|
1670
|
-
y(" " + g(
|
|
1671
|
+
b(a(pr), { class: "is-icon" }),
|
|
1672
|
+
y(" " + g(a(o)("video")), 1)
|
|
1671
1673
|
], 8, zo)) : f("", !0)
|
|
1672
1674
|
])
|
|
1673
1675
|
]),
|
|
1674
1676
|
s("div", So, [
|
|
1675
1677
|
s("div", null, [
|
|
1676
|
-
|
|
1677
|
-
src:
|
|
1678
|
+
p[1] || (G(-1, !0), (p[1] = b(a(Q), {
|
|
1679
|
+
src: a(r).homeTeam.logo,
|
|
1678
1680
|
class: "is-team-logo",
|
|
1679
|
-
"default-src":
|
|
1680
|
-
}, null, 8, ["src", "default-src"])).cacheIndex = 1, G(1),
|
|
1681
|
-
s("h1", _o, g(
|
|
1681
|
+
"default-src": a(Ae)
|
|
1682
|
+
}, null, 8, ["src", "default-src"])).cacheIndex = 1, G(1), p[1]),
|
|
1683
|
+
s("h1", _o, g(a(r).homeTeam.longName), 1),
|
|
1682
1684
|
s("ul", Po, [
|
|
1683
|
-
(
|
|
1684
|
-
key:
|
|
1685
|
+
(c(!0), u(w, null, P(l.value, (T) => (c(), u("li", {
|
|
1686
|
+
key: T.id
|
|
1685
1687
|
}, [
|
|
1686
|
-
y(g(
|
|
1687
|
-
s("span", null, g(
|
|
1688
|
+
y(g(T.name) + " ", 1),
|
|
1689
|
+
s("span", null, g(T.eventTime), 1)
|
|
1688
1690
|
]))), 128))
|
|
1689
1691
|
])
|
|
1690
1692
|
]),
|
|
1691
1693
|
s("div", null, [
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
s("span", Eo, g(
|
|
1694
|
+
a(r).gameStatus > 1 ? (c(), u("p", $o, g(a(o)(`gameStatus.status-${a(r).gameStatus}`)), 1)) : f("", !0),
|
|
1695
|
+
a(r).gameStatus === 1 ? (c(), u("p", jo, g(a(o)(`periods.${a(ut)(a(r).period)}`)), 1)) : f("", !0),
|
|
1696
|
+
a(r).gameStatus > 1 ? (c(), u(w, { key: 2 }, [
|
|
1697
|
+
a(r).isOvertime ? (c(), u("p", No, [
|
|
1698
|
+
s("span", Eo, g(a(o)("afterOvertime")), 1)
|
|
1697
1699
|
])) : f("", !0),
|
|
1698
|
-
|
|
1699
|
-
s("span", Io, g(
|
|
1700
|
+
a(r).isShootout ? (c(), u("p", Oo, [
|
|
1701
|
+
s("span", Io, g(a(o)("afterShootout")), 1)
|
|
1700
1702
|
])) : f("", !0)
|
|
1701
1703
|
], 64)) : f("", !0),
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
+
a(r).gameStatus === 1 ? (c(), u("p", Ao, g(a(r).actualTime), 1)) : f("", !0),
|
|
1705
|
+
a(r).gameStatus === 1 ? (c(), x(br, {
|
|
1704
1706
|
key: 4,
|
|
1705
|
-
"game-data":
|
|
1707
|
+
"game-data": a(r)
|
|
1706
1708
|
}, null, 8, ["game-data"])) : f("", !0),
|
|
1707
1709
|
s("div", {
|
|
1708
|
-
class: K(["is-game-result", [{ "is-game-status-live":
|
|
1710
|
+
class: K(["is-game-result", [{ "is-game-status-live": a(r).gameStatus === 1 }]])
|
|
1709
1711
|
}, [
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1712
|
+
a(r).gameStatus === 0 ? (c(), u("span", Mo, "-")) : (c(), u("span", Lo, g(a(r).homeTeamScore), 1)),
|
|
1713
|
+
p[3] || (p[3] = y(":")),
|
|
1714
|
+
a(r).gameStatus === 0 ? (c(), u("span", Co, "-")) : (c(), u("span", Do, g(a(r).awayTeamScore), 1))
|
|
1713
1715
|
], 2),
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
+
a(r)?.attendance ? (c(), u("p", Go, g(m.value), 1)) : f("", !0),
|
|
1717
|
+
a(r).gameStatus > 0 ? (c(), x(no, {
|
|
1716
1718
|
key: 6,
|
|
1717
|
-
results:
|
|
1718
|
-
"home-team-name":
|
|
1719
|
-
"away-team-name":
|
|
1719
|
+
results: n.value,
|
|
1720
|
+
"home-team-name": a(r).homeTeam.shortName,
|
|
1721
|
+
"away-team-name": a(r).awayTeam.shortName
|
|
1720
1722
|
}, null, 8, ["results", "home-team-name", "away-team-name"])) : f("", !0)
|
|
1721
1723
|
]),
|
|
1722
1724
|
s("div", null, [
|
|
1723
|
-
|
|
1724
|
-
src:
|
|
1725
|
-
"default-src":
|
|
1725
|
+
p[2] || (G(-1, !0), (p[2] = b(a(Q), {
|
|
1726
|
+
src: a(r).awayTeam.logo,
|
|
1727
|
+
"default-src": a(Me),
|
|
1726
1728
|
class: "is-team-logo"
|
|
1727
|
-
}, null, 8, ["src", "default-src"])).cacheIndex = 2, G(1),
|
|
1728
|
-
s("h1", Bo, g(
|
|
1729
|
+
}, null, 8, ["src", "default-src"])).cacheIndex = 2, G(1), p[2]),
|
|
1730
|
+
s("h1", Bo, g(a(r).awayTeam.longName), 1),
|
|
1729
1731
|
s("ul", Ho, [
|
|
1730
|
-
(
|
|
1731
|
-
key:
|
|
1732
|
+
(c(!0), u(w, null, P(d.value, (T) => (c(), u("li", {
|
|
1733
|
+
key: T.id
|
|
1732
1734
|
}, [
|
|
1733
|
-
y(g(
|
|
1734
|
-
s("span", null, g(
|
|
1735
|
+
y(g(T.name) + " ", 1),
|
|
1736
|
+
s("span", null, g(T.eventTime), 1)
|
|
1735
1737
|
]))), 128))
|
|
1736
1738
|
])
|
|
1737
1739
|
])
|
|
@@ -1744,7 +1746,7 @@ const fo = { class: "gamecenter-timeline-game-data" }, ho = { class: "is-title-c
|
|
|
1744
1746
|
viewBox: "0 0 32 32"
|
|
1745
1747
|
};
|
|
1746
1748
|
function Ko(e, t) {
|
|
1747
|
-
return
|
|
1749
|
+
return c(), u("svg", Fo, t[0] || (t[0] = [
|
|
1748
1750
|
s("path", {
|
|
1749
1751
|
fill: "currentColor",
|
|
1750
1752
|
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"
|
|
@@ -1774,7 +1776,7 @@ const ve = { render: Ko }, Uo = ["data-team"], Vo = { class: "is-details-title"
|
|
|
1774
1776
|
}
|
|
1775
1777
|
},
|
|
1776
1778
|
setup(e) {
|
|
1777
|
-
return (t, r) => (
|
|
1779
|
+
return (t, r) => (c(), u("div", {
|
|
1778
1780
|
class: "gamecenter-timeline-game-event",
|
|
1779
1781
|
"data-team": e.isHomeTeam ? "home" : "away"
|
|
1780
1782
|
}, [
|
|
@@ -1782,12 +1784,12 @@ const ve = { render: Ko }, Uo = ["data-team"], Vo = { class: "is-details-title"
|
|
|
1782
1784
|
s("div", {
|
|
1783
1785
|
class: K(["is-details-container", [
|
|
1784
1786
|
{
|
|
1785
|
-
"is-goal": e.eventType ===
|
|
1786
|
-
"is-penalty": e.eventType ===
|
|
1787
|
-
"is-timeout": e.eventType ===
|
|
1788
|
-
"is-goalies": e.eventType ===
|
|
1789
|
-
"is-penalty-shot-goal": e.eventType ===
|
|
1790
|
-
"is-penalty-shot-no-goal": e.eventType ===
|
|
1787
|
+
"is-goal": e.eventType === a(Yi),
|
|
1788
|
+
"is-penalty": e.eventType === a(Wi),
|
|
1789
|
+
"is-timeout": e.eventType === a(Ji),
|
|
1790
|
+
"is-goalies": e.eventType === a(Qi),
|
|
1791
|
+
"is-penalty-shot-goal": e.eventType === a($t) && e.event.goal,
|
|
1792
|
+
"is-penalty-shot-no-goal": e.eventType === a($t) && !e.event.goal
|
|
1791
1793
|
}
|
|
1792
1794
|
]])
|
|
1793
1795
|
}, [
|
|
@@ -1823,24 +1825,24 @@ const ve = { render: Ko }, Uo = ["data-team"], Vo = { class: "is-details-title"
|
|
|
1823
1825
|
}
|
|
1824
1826
|
},
|
|
1825
1827
|
setup(e) {
|
|
1826
|
-
const t = e, r = V(null),
|
|
1827
|
-
return (o, n) => (
|
|
1828
|
-
b(
|
|
1828
|
+
const t = e, r = V(null), i = h(() => t.isHomeTeam ? Ae : Me);
|
|
1829
|
+
return (o, n) => (c(), u(w, null, [
|
|
1830
|
+
b(a(J), {
|
|
1829
1831
|
offset: 2,
|
|
1830
1832
|
placement: "top",
|
|
1831
1833
|
theme: "tooltip",
|
|
1832
1834
|
content: e.name,
|
|
1833
1835
|
"append-to": r.value
|
|
1834
1836
|
}, {
|
|
1835
|
-
default: k(({ setRef:
|
|
1837
|
+
default: k(({ setRef: l, events: d }) => [
|
|
1836
1838
|
s("span", ie({
|
|
1837
|
-
ref:
|
|
1839
|
+
ref: l,
|
|
1838
1840
|
tabindex: 0,
|
|
1839
1841
|
"aria-label": e.name
|
|
1840
1842
|
}, oe(d, !0)), [
|
|
1841
|
-
b(
|
|
1843
|
+
b(a(Q), {
|
|
1842
1844
|
src: e.logo,
|
|
1843
|
-
"default-src":
|
|
1845
|
+
"default-src": i.value
|
|
1844
1846
|
}, null, 8, ["src", "default-src"])
|
|
1845
1847
|
], 16, Qo)
|
|
1846
1848
|
]),
|
|
@@ -1871,17 +1873,17 @@ const ve = { render: Ko }, Uo = ["data-team"], Vo = { class: "is-details-title"
|
|
|
1871
1873
|
}
|
|
1872
1874
|
},
|
|
1873
1875
|
setup(e) {
|
|
1874
|
-
const t = e, r = V(null), { t:
|
|
1875
|
-
return (d, m) => (
|
|
1876
|
+
const t = e, r = V(null), { t: i } = M(), o = h(() => te((d) => E(d), [t.event.assists1, t.event.assists2])), n = h(() => t.event.homeOnIce), l = h(() => t.event.awayOnIce);
|
|
1877
|
+
return (d, m) => (c(), x(pe, {
|
|
1876
1878
|
timestamp: e.event.eventTime,
|
|
1877
1879
|
"is-home-team": e.isHomeTeam,
|
|
1878
1880
|
"event-type": e.event.type,
|
|
1879
1881
|
event: e.event
|
|
1880
1882
|
}, {
|
|
1881
1883
|
title: k(() => [
|
|
1882
|
-
y(g(i
|
|
1883
|
-
e.event.advantage ? (
|
|
1884
|
-
e.event.en ? (
|
|
1884
|
+
y(g(a(i)("eventType.Gól")) + " ", 1),
|
|
1885
|
+
e.event.advantage ? (c(), u("span", Jo, g(e.event.advantage), 1)) : f("", !0),
|
|
1886
|
+
e.event.en ? (c(), u("span", Zo, " EN ")) : f("", !0),
|
|
1885
1887
|
y(" (" + g(e.event.score) + ") ", 1)
|
|
1886
1888
|
]),
|
|
1887
1889
|
"details-list": k(() => [
|
|
@@ -1891,7 +1893,7 @@ const ve = { render: Ko }, Uo = ["data-team"], Vo = { class: "is-details-title"
|
|
|
1891
1893
|
y(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
1892
1894
|
]),
|
|
1893
1895
|
s("li", rn, [
|
|
1894
|
-
(
|
|
1896
|
+
(c(!0), u(w, null, P(o.value, (v) => (c(), u("span", {
|
|
1895
1897
|
key: v,
|
|
1896
1898
|
class: "is-evented-person"
|
|
1897
1899
|
}, [
|
|
@@ -1899,9 +1901,9 @@ const ve = { render: Ko }, Uo = ["data-team"], Vo = { class: "is-details-title"
|
|
|
1899
1901
|
y(" " + g(v.lastName) + " " + g(v.firstName), 1)
|
|
1900
1902
|
]))), 128))
|
|
1901
1903
|
]),
|
|
1902
|
-
!
|
|
1904
|
+
!a(E)(n.value) || !a(E)(l.value) ? (c(), u("li", on, [
|
|
1903
1905
|
s("ul", null, [
|
|
1904
|
-
(
|
|
1906
|
+
(c(!0), u(w, null, P(n.value, (v) => (c(), x(a(J), {
|
|
1905
1907
|
key: v.playerId,
|
|
1906
1908
|
offset: 2,
|
|
1907
1909
|
placement: "top",
|
|
@@ -1909,20 +1911,20 @@ const ve = { render: Ko }, Uo = ["data-team"], Vo = { class: "is-details-title"
|
|
|
1909
1911
|
content: `${v.lastName} ${v.firstName}`,
|
|
1910
1912
|
"append-to": r.value
|
|
1911
1913
|
}, {
|
|
1912
|
-
default: k(({ setRef: p, events:
|
|
1914
|
+
default: k(({ setRef: p, events: T }) => [
|
|
1913
1915
|
s("li", ie({
|
|
1914
1916
|
ref_for: !0,
|
|
1915
1917
|
ref: p,
|
|
1916
1918
|
tabindex: 0,
|
|
1917
1919
|
"aria-label": `${v.jerseyNumber} ${v.lastName} ${v.firstName}`
|
|
1918
|
-
}, oe(
|
|
1920
|
+
}, oe(T, !0)), g(v.jerseyNumber), 17, nn)
|
|
1919
1921
|
]),
|
|
1920
1922
|
_: 2
|
|
1921
1923
|
}, 1032, ["content", "append-to"]))), 128))
|
|
1922
1924
|
]),
|
|
1923
1925
|
m[0] || (m[0] = s("span", null, " / ", -1)),
|
|
1924
1926
|
s("ul", null, [
|
|
1925
|
-
(
|
|
1927
|
+
(c(!0), u(w, null, P(l.value, (v) => (c(), x(a(J), {
|
|
1926
1928
|
key: v.playerId,
|
|
1927
1929
|
offset: 2,
|
|
1928
1930
|
placement: "top",
|
|
@@ -1930,27 +1932,27 @@ const ve = { render: Ko }, Uo = ["data-team"], Vo = { class: "is-details-title"
|
|
|
1930
1932
|
content: `${v.lastName} ${v.firstName}`,
|
|
1931
1933
|
"append-to": r.value
|
|
1932
1934
|
}, {
|
|
1933
|
-
default: k(({ setRef: p, events:
|
|
1935
|
+
default: k(({ setRef: p, events: T }) => [
|
|
1934
1936
|
s("li", ie({
|
|
1935
1937
|
ref_for: !0,
|
|
1936
1938
|
ref: p,
|
|
1937
1939
|
tabindex: 0,
|
|
1938
1940
|
"aria-label": `${v.jerseyNumber} ${v.lastName} ${v.firstName}`
|
|
1939
|
-
}, oe(
|
|
1941
|
+
}, oe(T, !0)), g(v.jerseyNumber), 17, sn)
|
|
1940
1942
|
]),
|
|
1941
1943
|
_: 2
|
|
1942
1944
|
}, 1032, ["content", "append-to"]))), 128))
|
|
1943
1945
|
])
|
|
1944
1946
|
])) : f("", !0),
|
|
1945
1947
|
s("li", null, [
|
|
1946
|
-
e.event.ps || e.event.gws || e.event.gwg ? (
|
|
1947
|
-
e.event.ps ? (
|
|
1948
|
+
e.event.ps || e.event.gws || e.event.gwg ? (c(), u("span", ln, [
|
|
1949
|
+
e.event.ps ? (c(), u(w, { key: 0 }, [
|
|
1948
1950
|
y("PS")
|
|
1949
1951
|
], 64)) : f("", !0),
|
|
1950
|
-
e.event.gws ? (
|
|
1952
|
+
e.event.gws ? (c(), u(w, { key: 1 }, [
|
|
1951
1953
|
y("GWS")
|
|
1952
1954
|
], 64)) : f("", !0),
|
|
1953
|
-
e.event.gwg ? (
|
|
1955
|
+
e.event.gwg ? (c(), u(w, { key: 2 }, [
|
|
1954
1956
|
y("GWG")
|
|
1955
1957
|
], 64)) : f("", !0)
|
|
1956
1958
|
])) : f("", !0)
|
|
@@ -1958,7 +1960,7 @@ const ve = { render: Ko }, Uo = ["data-team"], Vo = { class: "is-details-title"
|
|
|
1958
1960
|
])
|
|
1959
1961
|
]),
|
|
1960
1962
|
"team-logo": k(() => [
|
|
1961
|
-
(
|
|
1963
|
+
(c(), x(be, {
|
|
1962
1964
|
key: e.event.team.id,
|
|
1963
1965
|
name: e.event.team.longName,
|
|
1964
1966
|
logo: e.event.team.logo,
|
|
@@ -1966,7 +1968,7 @@ const ve = { render: Ko }, Uo = ["data-team"], Vo = { class: "is-details-title"
|
|
|
1966
1968
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
1967
1969
|
]),
|
|
1968
1970
|
"event-type-icon": k(() => [
|
|
1969
|
-
b(
|
|
1971
|
+
b(a(ve))
|
|
1970
1972
|
]),
|
|
1971
1973
|
_: 1
|
|
1972
1974
|
}, 8, ["timestamp", "is-home-team", "event-type", "event"]));
|
|
@@ -1976,7 +1978,7 @@ const ve = { render: Ko }, Uo = ["data-team"], Vo = { class: "is-details-title"
|
|
|
1976
1978
|
viewBox: "0 0 24 24"
|
|
1977
1979
|
};
|
|
1978
1980
|
function gn(e, t) {
|
|
1979
|
-
return
|
|
1981
|
+
return c(), u("svg", dn, t[0] || (t[0] = [
|
|
1980
1982
|
s("path", {
|
|
1981
1983
|
fill: "currentColor",
|
|
1982
1984
|
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"
|
|
@@ -1988,7 +1990,7 @@ const fr = { render: gn }, mn = {
|
|
|
1988
1990
|
viewBox: "0 0 24 24"
|
|
1989
1991
|
};
|
|
1990
1992
|
function un(e, t) {
|
|
1991
|
-
return
|
|
1993
|
+
return c(), u("svg", mn, t[0] || (t[0] = [
|
|
1992
1994
|
s("path", {
|
|
1993
1995
|
fill: "currentColor",
|
|
1994
1996
|
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"
|
|
@@ -2001,7 +2003,7 @@ const qe = { render: un }, vn = {
|
|
|
2001
2003
|
viewBox: "0 0 24 24"
|
|
2002
2004
|
};
|
|
2003
2005
|
function pn(e, t) {
|
|
2004
|
-
return
|
|
2006
|
+
return c(), u("svg", vn, t[0] || (t[0] = [
|
|
2005
2007
|
s("path", {
|
|
2006
2008
|
fill: "#000",
|
|
2007
2009
|
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"
|
|
@@ -2022,14 +2024,14 @@ const bn = { render: pn }, fn = { class: "is-details-list" }, hn = { class: "is-
|
|
|
2022
2024
|
},
|
|
2023
2025
|
setup(e) {
|
|
2024
2026
|
const { t } = M();
|
|
2025
|
-
return (r,
|
|
2027
|
+
return (r, i) => (c(), x(pe, {
|
|
2026
2028
|
timestamp: e.event.eventTime,
|
|
2027
2029
|
"is-home-team": e.isHomeTeam,
|
|
2028
2030
|
"event-type": e.event.type,
|
|
2029
2031
|
event: e.event
|
|
2030
2032
|
}, {
|
|
2031
2033
|
title: k(() => [
|
|
2032
|
-
y(g(
|
|
2034
|
+
y(g(a(t)("eventType.Kapus")) + " - " + g(a(t)(`eventType.goalie.${e.event.gkDirection}`)), 1)
|
|
2033
2035
|
]),
|
|
2034
2036
|
"details-list": k(() => [
|
|
2035
2037
|
s("ul", fn, [
|
|
@@ -2040,7 +2042,7 @@ const bn = { render: pn }, fn = { class: "is-details-list" }, hn = { class: "is-
|
|
|
2040
2042
|
])
|
|
2041
2043
|
]),
|
|
2042
2044
|
"team-logo": k(() => [
|
|
2043
|
-
(
|
|
2045
|
+
(c(), x(be, {
|
|
2044
2046
|
key: e.event.team.id,
|
|
2045
2047
|
name: e.event.team.longName,
|
|
2046
2048
|
logo: e.event.team.logo,
|
|
@@ -2048,19 +2050,19 @@ const bn = { render: pn }, fn = { class: "is-details-list" }, hn = { class: "is-
|
|
|
2048
2050
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2049
2051
|
]),
|
|
2050
2052
|
"event-type-icon": k(() => [
|
|
2051
|
-
e.event.gkDirection === "CSERE" ? (
|
|
2053
|
+
e.event.gkDirection === "CSERE" ? (c(), x(a(bn), {
|
|
2052
2054
|
key: 0,
|
|
2053
2055
|
width: "24",
|
|
2054
2056
|
height: "24",
|
|
2055
2057
|
class: "is-goalie-in-icon"
|
|
2056
2058
|
})) : f("", !0),
|
|
2057
|
-
e.event.gkDirection === "BE" ? (
|
|
2059
|
+
e.event.gkDirection === "BE" ? (c(), x(a(qe), {
|
|
2058
2060
|
key: 1,
|
|
2059
2061
|
width: "24",
|
|
2060
2062
|
height: "24",
|
|
2061
2063
|
class: "is-goalie-in-icon"
|
|
2062
2064
|
})) : f("", !0),
|
|
2063
|
-
e.event.gkDirection === "KI" ? (
|
|
2065
|
+
e.event.gkDirection === "KI" ? (c(), x(a(fr), {
|
|
2064
2066
|
key: 2,
|
|
2065
2067
|
width: "24",
|
|
2066
2068
|
height: "24",
|
|
@@ -2072,7 +2074,7 @@ const bn = { render: pn }, fn = { class: "is-details-list" }, hn = { class: "is-
|
|
|
2072
2074
|
}
|
|
2073
2075
|
}, xn = { viewBox: "0 0 24 24" };
|
|
2074
2076
|
function kn(e, t) {
|
|
2075
|
-
return
|
|
2077
|
+
return c(), u("svg", xn, t[0] || (t[0] = [
|
|
2076
2078
|
s("path", {
|
|
2077
2079
|
fill: "currentColor",
|
|
2078
2080
|
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"
|
|
@@ -2092,40 +2094,40 @@ const hr = { render: kn }, Tn = { class: "is-details-list" }, zn = { class: "is-
|
|
|
2092
2094
|
}
|
|
2093
2095
|
},
|
|
2094
2096
|
setup(e) {
|
|
2095
|
-
const t = e, { t: r } = M(),
|
|
2096
|
-
return (o, n) => (
|
|
2097
|
+
const t = e, { t: r } = M(), i = h(() => mr(t.event));
|
|
2098
|
+
return (o, n) => (c(), x(pe, {
|
|
2097
2099
|
timestamp: e.event.eventTime,
|
|
2098
2100
|
"is-home-team": e.isHomeTeam,
|
|
2099
2101
|
"event-type": e.event.type
|
|
2100
2102
|
}, {
|
|
2101
2103
|
title: k(() => [
|
|
2102
|
-
y(g(
|
|
2103
|
-
e.event.penaltyLength !== 0 ? (
|
|
2104
|
-
y(g(
|
|
2105
|
-
e.event.penaltyEnd ? (
|
|
2104
|
+
y(g(a(r)("eventType.Kiállítás")) + " ", 1),
|
|
2105
|
+
e.event.penaltyLength !== 0 ? (c(), u(w, { key: 0 }, [
|
|
2106
|
+
y(g(a(r)("events.penaltyLength", [e.event.penaltyLength])) + " ", 1),
|
|
2107
|
+
e.event.penaltyEnd ? (c(), u(w, { key: 0 }, [
|
|
2106
2108
|
y(" (" + g(e.event.penaltyEnd) + ") ", 1)
|
|
2107
2109
|
], 64)) : f("", !0)
|
|
2108
2110
|
], 64)) : f("", !0),
|
|
2109
|
-
e.event.perc === 0 ? (
|
|
2111
|
+
e.event.perc === 0 ? (c(), u(w, { key: 1 }, [
|
|
2110
2112
|
y(" PS ")
|
|
2111
2113
|
], 64)) : f("", !0)
|
|
2112
2114
|
]),
|
|
2113
2115
|
"details-list": k(() => [
|
|
2114
2116
|
s("ul", Tn, [
|
|
2115
2117
|
s("li", zn, [
|
|
2116
|
-
e.event.jerseyNumber === null ? (
|
|
2118
|
+
e.event.jerseyNumber === null ? (c(), u("span", Sn, g(a(r)("events.teamPenalty")), 1)) : (c(), u(w, { key: 1 }, [
|
|
2117
2119
|
s("span", _n, g(e.event.jerseyNumber), 1),
|
|
2118
2120
|
y(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
2119
2121
|
], 64))
|
|
2120
2122
|
]),
|
|
2121
2123
|
s("li", Pn, [
|
|
2122
|
-
y(g(
|
|
2123
|
-
s("b", null, "(" + g(
|
|
2124
|
+
y(g(a(r)(`penalties.${i.value.penaltyCause}`)) + " ", 1),
|
|
2125
|
+
s("b", null, "(" + g(i.value.penaltyCause) + ")", 1)
|
|
2124
2126
|
])
|
|
2125
2127
|
])
|
|
2126
2128
|
]),
|
|
2127
2129
|
"team-logo": k(() => [
|
|
2128
|
-
(
|
|
2130
|
+
(c(), x(be, {
|
|
2129
2131
|
key: e.event.team.id,
|
|
2130
2132
|
name: e.event.team.longName,
|
|
2131
2133
|
logo: e.event.team.logo,
|
|
@@ -2133,7 +2135,7 @@ const hr = { render: kn }, Tn = { class: "is-details-list" }, zn = { class: "is-
|
|
|
2133
2135
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2134
2136
|
]),
|
|
2135
2137
|
"event-type-icon": k(() => [
|
|
2136
|
-
b(
|
|
2138
|
+
b(a(hr))
|
|
2137
2139
|
]),
|
|
2138
2140
|
_: 1
|
|
2139
2141
|
}, 8, ["timestamp", "is-home-team", "event-type"]));
|
|
@@ -2152,18 +2154,18 @@ const hr = { render: kn }, Tn = { class: "is-details-list" }, zn = { class: "is-
|
|
|
2152
2154
|
},
|
|
2153
2155
|
setup(e) {
|
|
2154
2156
|
const { t } = M();
|
|
2155
|
-
return (r,
|
|
2157
|
+
return (r, i) => (c(), x(pe, {
|
|
2156
2158
|
timestamp: e.event.eventTime,
|
|
2157
2159
|
"is-home-team": e.isHomeTeam,
|
|
2158
2160
|
"event-type": e.event.type,
|
|
2159
2161
|
event: e.event
|
|
2160
2162
|
}, {
|
|
2161
2163
|
title: k(() => [
|
|
2162
|
-
y(g(
|
|
2163
|
-
e.event.goal ? (
|
|
2164
|
-
y(g(
|
|
2165
|
-
], 64)) : (
|
|
2166
|
-
y(g(
|
|
2164
|
+
y(g(a(t)("eventType.Büntető")) + " - ", 1),
|
|
2165
|
+
e.event.goal ? (c(), u(w, { key: 0 }, [
|
|
2166
|
+
y(g(a(t)("events.score")), 1)
|
|
2167
|
+
], 64)) : (c(), u(w, { key: 1 }, [
|
|
2168
|
+
y(g(a(t)("events.missed")), 1)
|
|
2167
2169
|
], 64)),
|
|
2168
2170
|
y(" - (" + g(e.event.score) + ") ", 1)
|
|
2169
2171
|
]),
|
|
@@ -2176,7 +2178,7 @@ const hr = { render: kn }, Tn = { class: "is-details-list" }, zn = { class: "is-
|
|
|
2176
2178
|
])
|
|
2177
2179
|
]),
|
|
2178
2180
|
"team-logo": k(() => [
|
|
2179
|
-
(
|
|
2181
|
+
(c(), x(be, {
|
|
2180
2182
|
key: e.event.team.id,
|
|
2181
2183
|
name: e.event.team.longName,
|
|
2182
2184
|
logo: e.event.team.logo,
|
|
@@ -2184,7 +2186,7 @@ const hr = { render: kn }, Tn = { class: "is-details-list" }, zn = { class: "is-
|
|
|
2184
2186
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2185
2187
|
]),
|
|
2186
2188
|
"event-type-icon": k(() => [
|
|
2187
|
-
b(
|
|
2189
|
+
b(a(ve))
|
|
2188
2190
|
]),
|
|
2189
2191
|
_: 1
|
|
2190
2192
|
}, 8, ["timestamp", "is-home-team", "event-type", "event"]));
|
|
@@ -2195,7 +2197,7 @@ const hr = { render: kn }, Tn = { class: "is-details-list" }, zn = { class: "is-
|
|
|
2195
2197
|
viewBox: "0 0 24 24"
|
|
2196
2198
|
};
|
|
2197
2199
|
function An(e, t) {
|
|
2198
|
-
return
|
|
2200
|
+
return c(), u("svg", In, t[0] || (t[0] = [
|
|
2199
2201
|
s("path", {
|
|
2200
2202
|
fill: "currentColor",
|
|
2201
2203
|
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"
|
|
@@ -2212,12 +2214,12 @@ const vt = { render: An }, Mn = { class: "is-period-header" }, Ln = {
|
|
|
2212
2214
|
},
|
|
2213
2215
|
setup(e) {
|
|
2214
2216
|
const { t } = M();
|
|
2215
|
-
return (r,
|
|
2216
|
-
|
|
2217
|
+
return (r, i) => (c(), u("div", Mn, [
|
|
2218
|
+
i[0] || (i[0] = s("div", null, null, -1)),
|
|
2217
2219
|
s("p", null, g(e.event.eventPeriod === "pre" ? "-15:00" : e.event.eventTime), 1),
|
|
2218
2220
|
s("span", null, [
|
|
2219
|
-
b(
|
|
2220
|
-
y(" " + g(
|
|
2221
|
+
b(a(vt)),
|
|
2222
|
+
y(" " + g(a(t)(`periods.${e.event.eventPeriod}`)), 1)
|
|
2221
2223
|
])
|
|
2222
2224
|
]));
|
|
2223
2225
|
}
|
|
@@ -2235,16 +2237,16 @@ const vt = { render: An }, Mn = { class: "is-period-header" }, Ln = {
|
|
|
2235
2237
|
},
|
|
2236
2238
|
setup(e) {
|
|
2237
2239
|
const { t } = M();
|
|
2238
|
-
return (r,
|
|
2240
|
+
return (r, i) => (c(), x(pe, {
|
|
2239
2241
|
timestamp: e.event.eventTime,
|
|
2240
2242
|
"is-home-team": e.isHomeTeam,
|
|
2241
2243
|
"event-type": e.event.type
|
|
2242
2244
|
}, {
|
|
2243
2245
|
title: k(() => [
|
|
2244
|
-
y(g(
|
|
2246
|
+
y(g(a(t)("events.timeout")), 1)
|
|
2245
2247
|
]),
|
|
2246
2248
|
"team-logo": k(() => [
|
|
2247
|
-
(
|
|
2249
|
+
(c(), x(be, {
|
|
2248
2250
|
key: e.event.team.id,
|
|
2249
2251
|
name: e.event.team.longName,
|
|
2250
2252
|
logo: e.event.team.logo,
|
|
@@ -2252,7 +2254,7 @@ const vt = { render: An }, Mn = { class: "is-period-header" }, Ln = {
|
|
|
2252
2254
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
2253
2255
|
]),
|
|
2254
2256
|
"event-type-icon": k(() => [
|
|
2255
|
-
b(
|
|
2257
|
+
b(a(vt))
|
|
2256
2258
|
]),
|
|
2257
2259
|
_: 1
|
|
2258
2260
|
}, 8, ["timestamp", "is-home-team", "event-type"]));
|
|
@@ -2270,8 +2272,8 @@ const vt = { render: An }, Mn = { class: "is-period-header" }, Ln = {
|
|
|
2270
2272
|
}
|
|
2271
2273
|
},
|
|
2272
2274
|
setup(e) {
|
|
2273
|
-
const t = e, r = (/* @__PURE__ */ new Map()).set("Gól", cn).set("Kiállítás", $n).set("Kapus", wn).set("Idő", Cn).set("Büntető", On).set("Period", Ln),
|
|
2274
|
-
return (n,
|
|
2275
|
+
const t = e, r = (/* @__PURE__ */ new Map()).set("Gól", cn).set("Kiállítás", $n).set("Kapus", wn).set("Idő", Cn).set("Büntető", On).set("Period", Ln), i = h(() => r.get(t.event.type)), o = h(() => t.event?.team?.id === t.homeTeamId);
|
|
2276
|
+
return (n, l) => (c(), x(Mt(i.value), {
|
|
2275
2277
|
event: e.event,
|
|
2276
2278
|
"is-home-team": o.value
|
|
2277
2279
|
}, null, 8, ["event", "is-home-team"]));
|
|
@@ -2289,12 +2291,12 @@ const vt = { render: An }, Mn = { class: "is-period-header" }, Ln = {
|
|
|
2289
2291
|
}
|
|
2290
2292
|
},
|
|
2291
2293
|
setup(e) {
|
|
2292
|
-
return (t, r) => (
|
|
2294
|
+
return (t, r) => (c(), u("div", Gn, [
|
|
2293
2295
|
b(_r, { name: "transition-event" }, {
|
|
2294
2296
|
default: k(() => [
|
|
2295
|
-
(
|
|
2296
|
-
key:
|
|
2297
|
-
event:
|
|
2297
|
+
(c(!0), u(w, null, P(e.gameEvents, (i) => (c(), x(Dn, {
|
|
2298
|
+
key: i.eventId,
|
|
2299
|
+
event: i,
|
|
2298
2300
|
"home-team-id": e.gameData.homeTeam.id
|
|
2299
2301
|
}, null, 8, ["event", "home-team-id"]))), 128))
|
|
2300
2302
|
]),
|
|
@@ -2330,67 +2332,67 @@ const vt = { render: An }, Mn = { class: "is-period-header" }, Ln = {
|
|
|
2330
2332
|
}
|
|
2331
2333
|
},
|
|
2332
2334
|
setup(e) {
|
|
2333
|
-
const t = e, { t: r } = M(),
|
|
2334
|
-
return (
|
|
2335
|
-
(
|
|
2336
|
-
s("h2", Rn, g(
|
|
2335
|
+
const t = e, { t: r } = M(), i = h(() => mo(t.data, t.homeTeamId, t.awayTeamId)), o = h(() => Et(t.gameOfficials?.gameTeamMembers?.home ?? [])), n = h(() => Et(t.gameOfficials?.gameTeamMembers?.away ?? []));
|
|
2336
|
+
return (l, d) => (c(), u("div", Hn, [
|
|
2337
|
+
(c(!0), u(w, null, P(i.value, (m, v) => (c(), u(w, { key: v }, [
|
|
2338
|
+
s("h2", Rn, g(a(r)(`rows.row-${v}`)), 1),
|
|
2337
2339
|
s("div", Fn, [
|
|
2338
|
-
(
|
|
2339
|
-
key:
|
|
2340
|
-
class: K(["gamecenter-timeline-lineups-lines", [{ "is-away-team":
|
|
2340
|
+
(c(!0), u(w, null, P(m, (p, T) => (c(), u("div", {
|
|
2341
|
+
key: T,
|
|
2342
|
+
class: K(["gamecenter-timeline-lineups-lines", [{ "is-away-team": T === "away" }]])
|
|
2341
2343
|
}, [
|
|
2342
|
-
(
|
|
2343
|
-
key:
|
|
2344
|
-
class: K(["is-player-wrapper", [`is-${
|
|
2344
|
+
(c(!0), u(w, null, P(p, (z) => (c(), u("ul", {
|
|
2345
|
+
key: z.position,
|
|
2346
|
+
class: K(["is-player-wrapper", [`is-${z.position}`]])
|
|
2345
2347
|
}, [
|
|
2346
2348
|
s("li", null, [
|
|
2347
|
-
b(
|
|
2348
|
-
src:
|
|
2349
|
+
b(a(Q), {
|
|
2350
|
+
src: z.player.picture
|
|
2349
2351
|
}, null, 8, ["src"])
|
|
2350
2352
|
]),
|
|
2351
|
-
s("li", null, g(
|
|
2353
|
+
s("li", null, g(z.number), 1),
|
|
2352
2354
|
s("li", null, [
|
|
2353
|
-
y(g(
|
|
2355
|
+
y(g(a(Je)(z)?.name ?? "") + " ", 1),
|
|
2354
2356
|
s("ul", null, [
|
|
2355
|
-
(
|
|
2356
|
-
b(
|
|
2357
|
+
(c(!0), u(w, null, P(z.goal, (_) => (c(), u("li", { key: _ }, [
|
|
2358
|
+
b(a(ve))
|
|
2357
2359
|
]))), 128))
|
|
2358
2360
|
])
|
|
2359
2361
|
]),
|
|
2360
|
-
s("li", null, g(
|
|
2362
|
+
s("li", null, g(z.position), 1)
|
|
2361
2363
|
], 2))), 128))
|
|
2362
2364
|
], 2))), 128))
|
|
2363
2365
|
])
|
|
2364
2366
|
], 64))), 128)),
|
|
2365
2367
|
d[0] || (d[0] = s("hr", null, null, -1)),
|
|
2366
|
-
s("h2", Kn, g(
|
|
2368
|
+
s("h2", Kn, g(a(r)("title.coaches")), 1),
|
|
2367
2369
|
s("div", Un, [
|
|
2368
2370
|
s("div", Vn, [
|
|
2369
|
-
(
|
|
2371
|
+
(c(!0), u(w, null, P(o.value, (m, v) => (c(), u("ul", {
|
|
2370
2372
|
key: m.role,
|
|
2371
2373
|
class: "is-official-person-container is-home-team"
|
|
2372
2374
|
}, [
|
|
2373
2375
|
s("li", null, [
|
|
2374
|
-
b(
|
|
2376
|
+
b(a(Q), {
|
|
2375
2377
|
src: m.picture
|
|
2376
2378
|
}, null, 8, ["src"])
|
|
2377
2379
|
]),
|
|
2378
2380
|
s("li", null, g(m.name), 1),
|
|
2379
|
-
s("li", null, g(
|
|
2381
|
+
s("li", null, g(a(r)(`teamMembers.${v}`)), 1)
|
|
2380
2382
|
]))), 128))
|
|
2381
2383
|
]),
|
|
2382
2384
|
s("div", qn, [
|
|
2383
|
-
(
|
|
2385
|
+
(c(!0), u(w, null, P(n.value, (m, v) => (c(), u("ul", {
|
|
2384
2386
|
key: m.role,
|
|
2385
2387
|
class: "is-official-person-container is-away-team"
|
|
2386
2388
|
}, [
|
|
2387
2389
|
s("li", null, [
|
|
2388
|
-
b(
|
|
2390
|
+
b(a(Q), {
|
|
2389
2391
|
src: m.picture
|
|
2390
2392
|
}, null, 8, ["src"])
|
|
2391
2393
|
]),
|
|
2392
2394
|
s("li", null, g(m.name), 1),
|
|
2393
|
-
s("li", null, g(
|
|
2395
|
+
s("li", null, g(a(r)(`teamMembers.${v}`)), 1)
|
|
2394
2396
|
]))), 128))
|
|
2395
2397
|
])
|
|
2396
2398
|
])
|
|
@@ -2398,9 +2400,9 @@ const vt = { render: An }, Mn = { class: "is-period-header" }, Ln = {
|
|
|
2398
2400
|
}
|
|
2399
2401
|
};
|
|
2400
2402
|
function Pe(e, t) {
|
|
2401
|
-
return Y((
|
|
2402
|
-
...e[
|
|
2403
|
-
role: t(`teamMembers.${
|
|
2403
|
+
return Y((i) => ({
|
|
2404
|
+
...e[i].name ? { name: e[i].name } : e[i].firstName ? Ze(e[i]) : { name: "" },
|
|
2405
|
+
role: t(`teamMembers.${i}`)
|
|
2404
2406
|
}))(ee(e));
|
|
2405
2407
|
}
|
|
2406
2408
|
const Wn = {
|
|
@@ -2408,7 +2410,7 @@ const Wn = {
|
|
|
2408
2410
|
viewBox: "0 0 24 24"
|
|
2409
2411
|
};
|
|
2410
2412
|
function Qn(e, t) {
|
|
2411
|
-
return
|
|
2413
|
+
return c(), u("svg", Wn, t[0] || (t[0] = [
|
|
2412
2414
|
s("path", {
|
|
2413
2415
|
fill: "currentColor",
|
|
2414
2416
|
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",
|
|
@@ -2442,46 +2444,46 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2442
2444
|
},
|
|
2443
2445
|
emits: ["sort"],
|
|
2444
2446
|
setup(e, { emit: t }) {
|
|
2445
|
-
const r = e,
|
|
2446
|
-
return (d, m) => (
|
|
2447
|
+
const r = e, i = t, o = V(null), { t: n } = M(), l = (d) => i("sort", d);
|
|
2448
|
+
return (d, m) => (c(), u("div", null, [
|
|
2447
2449
|
s("h2", null, g(e.title), 1),
|
|
2448
|
-
b(
|
|
2450
|
+
b(a($r), null, {
|
|
2449
2451
|
default: k(({ el: v }) => [
|
|
2450
|
-
b(
|
|
2452
|
+
b(a(jr), {
|
|
2451
2453
|
columns: r.columns,
|
|
2452
2454
|
rows: r.rows,
|
|
2453
2455
|
"append-to": o.value || v,
|
|
2454
2456
|
sort: e.sort,
|
|
2455
|
-
onSort:
|
|
2457
|
+
onSort: l
|
|
2456
2458
|
}, {
|
|
2457
2459
|
"cell-name": k(({ row: p }) => [
|
|
2458
2460
|
y(g(p.name) + " ", 1),
|
|
2459
|
-
p.isBP ? (
|
|
2461
|
+
p.isBP ? (c(), x(a(J), {
|
|
2460
2462
|
key: 0,
|
|
2461
2463
|
placement: "top",
|
|
2462
|
-
content:
|
|
2464
|
+
content: a(n)("bestPlayer"),
|
|
2463
2465
|
"append-to": o.value
|
|
2464
2466
|
}, {
|
|
2465
|
-
default: k(({ setRef:
|
|
2467
|
+
default: k(({ setRef: T, show: z, hide: _ }) => [
|
|
2466
2468
|
s("span", {
|
|
2467
|
-
ref:
|
|
2469
|
+
ref: T,
|
|
2468
2470
|
class: "is-text-dark",
|
|
2469
|
-
onMouseenter:
|
|
2471
|
+
onMouseenter: z,
|
|
2470
2472
|
onMouseleave: _,
|
|
2471
|
-
onFocus:
|
|
2473
|
+
onFocus: z,
|
|
2472
2474
|
onBlur: _
|
|
2473
2475
|
}, [
|
|
2474
|
-
b(
|
|
2476
|
+
b(a(Jn))
|
|
2475
2477
|
], 40, Zn)
|
|
2476
2478
|
]),
|
|
2477
2479
|
_: 1
|
|
2478
2480
|
}, 8, ["content", "append-to"])) : f("", !0)
|
|
2479
2481
|
]),
|
|
2480
2482
|
"cell-cora": k(({ row: p }) => [
|
|
2481
|
-
p.isPlayerC ? (
|
|
2483
|
+
p.isPlayerC ? (c(), u(w, { key: 0 }, [
|
|
2482
2484
|
y(" C ")
|
|
2483
2485
|
], 64)) : f("", !0),
|
|
2484
|
-
p.isPlayerA ? (
|
|
2486
|
+
p.isPlayerA ? (c(), u(w, { key: 1 }, [
|
|
2485
2487
|
y(" A ")
|
|
2486
2488
|
], 64)) : f("", !0)
|
|
2487
2489
|
]),
|
|
@@ -2513,31 +2515,31 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2513
2515
|
}
|
|
2514
2516
|
},
|
|
2515
2517
|
setup(e) {
|
|
2516
|
-
const t = e, { columns: r } = ne(dr), { columns:
|
|
2517
|
-
return (m, v) => (
|
|
2518
|
-
s("h2", es, g(
|
|
2518
|
+
const t = e, { columns: r } = ne(dr), { columns: i } = ne(Zi), { t: o } = M(), n = h(() => Pe(t.gameOfficials?.gameTeamMembers?.home ?? [], o)), l = h(() => Pe(t.gameOfficials?.gameTeamMembers?.away ?? [], o)), d = h(() => bo(t.gameOfficials.gameOfficials, o));
|
|
2519
|
+
return (m, v) => (c(), u("div", Xn, [
|
|
2520
|
+
s("h2", es, g(a(o)("title.teamOfficials")), 1),
|
|
2519
2521
|
s("div", ts, [
|
|
2520
2522
|
b(B, {
|
|
2521
2523
|
class: "is-home-team gamecenter-timeline-data-table",
|
|
2522
|
-
columns:
|
|
2524
|
+
columns: a(r),
|
|
2523
2525
|
rows: n.value,
|
|
2524
2526
|
title: e.homeTeamName
|
|
2525
2527
|
}, null, 8, ["columns", "rows", "title"]),
|
|
2526
2528
|
b(B, {
|
|
2527
2529
|
class: "is-away-team gamecenter-timeline-data-table",
|
|
2528
|
-
columns:
|
|
2529
|
-
rows:
|
|
2530
|
+
columns: a(r),
|
|
2531
|
+
rows: l.value,
|
|
2530
2532
|
title: e.awayTeamName
|
|
2531
2533
|
}, null, 8, ["columns", "rows", "title"])
|
|
2532
2534
|
]),
|
|
2533
|
-
s("h2", rs, g(
|
|
2535
|
+
s("h2", rs, g(a(o)("title.gameOfficials")), 1),
|
|
2534
2536
|
s("div", as, [
|
|
2535
|
-
(
|
|
2536
|
-
key:
|
|
2537
|
+
(c(!0), u(w, null, P(d.value, (p, T) => (c(), x(B, {
|
|
2538
|
+
key: T,
|
|
2537
2539
|
class: "gamecenter-timeline-data-table",
|
|
2538
|
-
columns: i
|
|
2540
|
+
columns: a(i),
|
|
2539
2541
|
rows: p,
|
|
2540
|
-
title:
|
|
2542
|
+
title: a(o)(`roleType.${T}`)
|
|
2541
2543
|
}, null, 8, ["columns", "rows", "title"]))), 128))
|
|
2542
2544
|
])
|
|
2543
2545
|
]));
|
|
@@ -2552,7 +2554,7 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2552
2554
|
},
|
|
2553
2555
|
setup(e) {
|
|
2554
2556
|
const t = e, r = h(() => Qe(t.rows, Je, Gt(["mip"])));
|
|
2555
|
-
return (
|
|
2557
|
+
return (i, o) => W(i.$slots, "default", { rows: r.value });
|
|
2556
2558
|
}
|
|
2557
2559
|
}, je = {
|
|
2558
2560
|
__name: "GamePlayerStatsProvider",
|
|
@@ -2563,13 +2565,13 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2563
2565
|
}
|
|
2564
2566
|
},
|
|
2565
2567
|
setup(e) {
|
|
2566
|
-
const t = e, { sort: r, change:
|
|
2568
|
+
const t = e, { sort: r, change: i } = Er(), o = h(
|
|
2567
2569
|
() => Qe(te(gt("gk", "row"), t.rows), Ir("position"), Je)
|
|
2568
2570
|
), n = h(() => Ar(o.value).sorted(r).value());
|
|
2569
|
-
return (
|
|
2571
|
+
return (l, d) => W(l.$slots, "default", {
|
|
2570
2572
|
rows: n.value.rows,
|
|
2571
|
-
sort:
|
|
2572
|
-
onSort: i
|
|
2573
|
+
sort: a(r),
|
|
2574
|
+
onSort: a(i)
|
|
2573
2575
|
});
|
|
2574
2576
|
}
|
|
2575
2577
|
}, os = { class: "is-heading-2" }, ns = { class: "gamecenter-data-column" }, ss = { class: "is-heading-2" }, ls = { class: "gamecenter-data-columns" }, cs = {
|
|
@@ -2595,56 +2597,56 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2595
2597
|
}
|
|
2596
2598
|
},
|
|
2597
2599
|
setup(e) {
|
|
2598
|
-
const t = e, { t: r } = M(), { columns:
|
|
2599
|
-
return (v, p) => (
|
|
2600
|
-
s("h2", os, g(
|
|
2600
|
+
const t = e, { t: r } = M(), { columns: i } = ne(lr), { columns: o } = ne(cr), n = h(() => ze(t.data?.players?.[t.homeTeamId] ?? [])), l = h(() => ze(t.data?.players?.[t.awayTeamId] ?? [])), d = h(() => Nt(t.data?.goalies?.[t.homeTeamId] ?? [])), m = h(() => Nt(t.data?.goalies?.[t.awayTeamId] ?? []));
|
|
2601
|
+
return (v, p) => (c(), u(w, null, [
|
|
2602
|
+
s("h2", os, g(a(r)("title.fieldPlayers")), 1),
|
|
2601
2603
|
s("div", ns, [
|
|
2602
2604
|
b(je, { rows: n.value }, {
|
|
2603
|
-
default: k(({ rows:
|
|
2605
|
+
default: k(({ rows: T, sort: z, onSort: _ }) => [
|
|
2604
2606
|
b(B, {
|
|
2605
2607
|
class: "is-home-team 'gamecenter-timeline-data-table",
|
|
2606
|
-
columns: i
|
|
2607
|
-
rows:
|
|
2608
|
+
columns: a(i),
|
|
2609
|
+
rows: T,
|
|
2608
2610
|
title: e.homeTeamName,
|
|
2609
|
-
sort:
|
|
2611
|
+
sort: z,
|
|
2610
2612
|
onSort: _
|
|
2611
2613
|
}, null, 8, ["columns", "rows", "title", "sort", "onSort"])
|
|
2612
2614
|
]),
|
|
2613
2615
|
_: 1
|
|
2614
2616
|
}, 8, ["rows"]),
|
|
2615
|
-
b(je, { rows:
|
|
2616
|
-
default: k(({ rows:
|
|
2617
|
+
b(je, { rows: l.value }, {
|
|
2618
|
+
default: k(({ rows: T, sort: z, onSort: _ }) => [
|
|
2617
2619
|
b(B, {
|
|
2618
2620
|
class: "is-away-team gamecenter-timeline-data-table",
|
|
2619
|
-
columns: i
|
|
2620
|
-
rows:
|
|
2621
|
+
columns: a(i),
|
|
2622
|
+
rows: T,
|
|
2621
2623
|
title: e.awayTeamName,
|
|
2622
|
-
sort:
|
|
2624
|
+
sort: z,
|
|
2623
2625
|
onSort: _
|
|
2624
2626
|
}, null, 8, ["columns", "rows", "title", "sort", "onSort"])
|
|
2625
2627
|
]),
|
|
2626
2628
|
_: 1
|
|
2627
2629
|
}, 8, ["rows"])
|
|
2628
2630
|
]),
|
|
2629
|
-
s("h2", ss, g(
|
|
2631
|
+
s("h2", ss, g(a(r)("title.goalies")), 1),
|
|
2630
2632
|
s("div", ls, [
|
|
2631
2633
|
b($e, { rows: d.value }, {
|
|
2632
|
-
default: k(({ rows:
|
|
2634
|
+
default: k(({ rows: T }) => [
|
|
2633
2635
|
b(B, {
|
|
2634
2636
|
class: "is-home-team gamecenter-timeline-data-table",
|
|
2635
|
-
columns:
|
|
2636
|
-
rows:
|
|
2637
|
+
columns: a(o),
|
|
2638
|
+
rows: T,
|
|
2637
2639
|
title: e.homeTeamName
|
|
2638
2640
|
}, null, 8, ["columns", "rows", "title"])
|
|
2639
2641
|
]),
|
|
2640
2642
|
_: 1
|
|
2641
2643
|
}, 8, ["rows"]),
|
|
2642
2644
|
b($e, { rows: m.value }, {
|
|
2643
|
-
default: k(({ rows:
|
|
2645
|
+
default: k(({ rows: T }) => [
|
|
2644
2646
|
b(B, {
|
|
2645
2647
|
class: "is-away-team gamecenter-timeline-data-table",
|
|
2646
|
-
columns:
|
|
2647
|
-
rows:
|
|
2648
|
+
columns: a(o),
|
|
2649
|
+
rows: T,
|
|
2648
2650
|
title: e.awayTeamName
|
|
2649
2651
|
}, null, 8, ["columns", "rows", "title"])
|
|
2650
2652
|
]),
|
|
@@ -2667,31 +2669,31 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2667
2669
|
},
|
|
2668
2670
|
emits: ["update:activeTab"],
|
|
2669
2671
|
setup(e, { emit: t }) {
|
|
2670
|
-
const r = e,
|
|
2671
|
-
function
|
|
2672
|
-
|
|
2672
|
+
const r = e, i = t, o = tt("history"), { t: n } = M();
|
|
2673
|
+
function l(d) {
|
|
2674
|
+
i("update:activeTab", d), r.useSearchParams && (o.tab = d);
|
|
2673
2675
|
}
|
|
2674
|
-
return (d, m) => (
|
|
2676
|
+
return (d, m) => (c(), u("div", ds, [
|
|
2675
2677
|
s("button", {
|
|
2676
|
-
class: K(["tab-button", { "is-active": e.activeTab ===
|
|
2677
|
-
onClick: m[0] || (m[0] = (v) =>
|
|
2678
|
-
}, g(
|
|
2678
|
+
class: K(["tab-button", { "is-active": e.activeTab === a(Se) }]),
|
|
2679
|
+
onClick: m[0] || (m[0] = (v) => l(a(Se)))
|
|
2680
|
+
}, g(a(n)("menu.events")), 3),
|
|
2679
2681
|
s("button", {
|
|
2680
|
-
class: K(["tab-button", { "is-active": e.activeTab ===
|
|
2681
|
-
onClick: m[1] || (m[1] = (v) =>
|
|
2682
|
-
}, g(
|
|
2682
|
+
class: K(["tab-button", { "is-active": e.activeTab === a(Fe) }]),
|
|
2683
|
+
onClick: m[1] || (m[1] = (v) => l(a(Fe)))
|
|
2684
|
+
}, g(a(n)("menu.lineups")), 3),
|
|
2683
2685
|
s("button", {
|
|
2684
|
-
class: K(["tab-button", { "is-active": e.activeTab ===
|
|
2685
|
-
onClick: m[2] || (m[2] = (v) =>
|
|
2686
|
-
}, g(
|
|
2686
|
+
class: K(["tab-button", { "is-active": e.activeTab === a(Ke) }]),
|
|
2687
|
+
onClick: m[2] || (m[2] = (v) => l(a(Ke)))
|
|
2688
|
+
}, g(a(n)("menu.teamStats")), 3),
|
|
2687
2689
|
s("button", {
|
|
2688
|
-
class: K(["tab-button", { "is-active": e.activeTab ===
|
|
2689
|
-
onClick: m[3] || (m[3] = (v) =>
|
|
2690
|
-
}, g(
|
|
2690
|
+
class: K(["tab-button", { "is-active": e.activeTab === a(Ue) }]),
|
|
2691
|
+
onClick: m[3] || (m[3] = (v) => l(a(Ue)))
|
|
2692
|
+
}, g(a(n)("menu.playerStats")), 3),
|
|
2691
2693
|
s("button", {
|
|
2692
|
-
class: K(["tab-button", { "is-active": e.activeTab ===
|
|
2693
|
-
onClick: m[4] || (m[4] = (v) =>
|
|
2694
|
-
}, g(
|
|
2694
|
+
class: K(["tab-button", { "is-active": e.activeTab === a(Ve) }]),
|
|
2695
|
+
onClick: m[4] || (m[4] = (v) => l(a(Ve)))
|
|
2696
|
+
}, g(a(n)("menu.officials")), 3)
|
|
2695
2697
|
]));
|
|
2696
2698
|
}
|
|
2697
2699
|
}, ms = { class: "statistics-double-bar" }, us = { class: "is-value is-value-start" }, vs = { class: "is-bar is-bar-start" }, ps = { class: "is-bar is-bar-end" }, bs = { class: "is-value is-value-end" }, fs = { class: "is-title" }, Z = {
|
|
@@ -2719,12 +2721,12 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2719
2721
|
}
|
|
2720
2722
|
},
|
|
2721
2723
|
setup(e) {
|
|
2722
|
-
const t = e, r = h(() => ({ width: `${t.valueStart / t.max * 100 || 0}%` })),
|
|
2723
|
-
return (o, n) => (
|
|
2724
|
+
const t = e, r = h(() => ({ width: `${t.valueStart / t.max * 100 || 0}%` })), i = h(() => ({ width: `${t.valueEnd / t.max * 100 || 0}%` }));
|
|
2725
|
+
return (o, n) => (c(), u("div", ms, [
|
|
2724
2726
|
s("div", us, [
|
|
2725
2727
|
W(o.$slots, "value-start", {}, () => [
|
|
2726
2728
|
y(g(e.valueStart) + " ", 1),
|
|
2727
|
-
e.valueSuffix ? (
|
|
2729
|
+
e.valueSuffix ? (c(), u(w, { key: 0 }, [
|
|
2728
2730
|
y(g(e.valueSuffix), 1)
|
|
2729
2731
|
], 64)) : f("", !0)
|
|
2730
2732
|
])
|
|
@@ -2738,13 +2740,13 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2738
2740
|
s("div", ps, [
|
|
2739
2741
|
s("div", {
|
|
2740
2742
|
class: "is-bar-end--progress",
|
|
2741
|
-
style: we(
|
|
2743
|
+
style: we(i.value)
|
|
2742
2744
|
}, null, 4)
|
|
2743
2745
|
]),
|
|
2744
2746
|
s("div", bs, [
|
|
2745
2747
|
W(o.$slots, "value-end", {}, () => [
|
|
2746
2748
|
y(g(e.valueEnd) + " ", 1),
|
|
2747
|
-
e.valueSuffix ? (
|
|
2749
|
+
e.valueSuffix ? (c(), u(w, { key: 0 }, [
|
|
2748
2750
|
y(g(e.valueSuffix), 1)
|
|
2749
2751
|
], 64)) : f("", !0)
|
|
2750
2752
|
])
|
|
@@ -2765,75 +2767,75 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2765
2767
|
}
|
|
2766
2768
|
},
|
|
2767
2769
|
setup(e) {
|
|
2768
|
-
const t = e, { t: r } = M(),
|
|
2769
|
-
() => Be(t.gameStats?.teamPenalties ?? [],
|
|
2770
|
+
const t = e, { t: r } = M(), i = h(() => t.gameData?.homeTeam?.id ?? ""), o = h(() => t.gameData?.awayTeam?.id ?? ""), n = h(() => Be(t.gameStats?.teamSOG ?? [], o.value, i.value, "shots")), l = h(() => Be(t.gameStats?.teamSOG ?? [], i.value, o.value, "saves")), d = h(
|
|
2771
|
+
() => Be(t.gameStats?.teamPenalties ?? [], i.value, o.value, "penaltyLength")
|
|
2770
2772
|
), m = h(() => vo(t.gameStats?.teamPowerPlay ?? {})), v = h(() => po(t.gameStats?.teamPowerPlay ?? {})), p = h(() => uo(t.gameStats?.teamPowerPlay ?? {}));
|
|
2771
|
-
return (
|
|
2772
|
-
s("h1", ys, g(
|
|
2773
|
+
return (T, z) => (c(), u("div", hs, [
|
|
2774
|
+
s("h1", ys, g(a(r)("teamsStats.sog")), 1),
|
|
2773
2775
|
s("div", ws, [
|
|
2774
|
-
(
|
|
2776
|
+
(c(!0), u(w, null, P(n.value, ({ max: _, valueStart: $, valueEnd: C }, A) => (c(), x(Z, {
|
|
2775
2777
|
key: A,
|
|
2776
2778
|
max: _,
|
|
2777
2779
|
"value-start": $,
|
|
2778
2780
|
"value-end": C,
|
|
2779
|
-
title:
|
|
2781
|
+
title: a(r)(`section.${A}`)
|
|
2780
2782
|
}, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
|
|
2781
2783
|
]),
|
|
2782
|
-
s("h1", xs, g(
|
|
2784
|
+
s("h1", xs, g(a(r)("teamsStats.saves")), 1),
|
|
2783
2785
|
s("div", ks, [
|
|
2784
|
-
(
|
|
2786
|
+
(c(!0), u(w, null, P(l.value, ({ max: _, valueStart: $, valueEnd: C }, A) => (c(), x(Z, {
|
|
2785
2787
|
key: A,
|
|
2786
2788
|
max: _,
|
|
2787
2789
|
"value-start": $,
|
|
2788
2790
|
"value-end": C,
|
|
2789
|
-
title:
|
|
2791
|
+
title: a(r)(`section.${A}`)
|
|
2790
2792
|
}, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
|
|
2791
2793
|
]),
|
|
2792
|
-
s("h1", Ts, g(
|
|
2794
|
+
s("h1", Ts, g(a(r)("teamsStats.pim")), 1),
|
|
2793
2795
|
s("div", zs, [
|
|
2794
|
-
(
|
|
2796
|
+
(c(!0), u(w, null, P(d.value, ({ max: _, valueStart: $, valueEnd: C }, A) => (c(), x(Z, {
|
|
2795
2797
|
key: A,
|
|
2796
2798
|
max: _,
|
|
2797
2799
|
"value-start": $,
|
|
2798
2800
|
"value-end": C,
|
|
2799
|
-
title:
|
|
2801
|
+
title: a(r)(`section.${A}`)
|
|
2800
2802
|
}, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
|
|
2801
2803
|
]),
|
|
2802
|
-
s("h1", Ss, g(
|
|
2804
|
+
s("h1", Ss, g(a(r)("teamsStats.advPercent")), 1),
|
|
2803
2805
|
s("div", _s, [
|
|
2804
|
-
(
|
|
2806
|
+
(c(!0), u(w, null, P(m.value, ({ max: _, valueStart: $, valueEnd: C, suffix: A }, H) => (c(), x(Z, {
|
|
2805
2807
|
key: H,
|
|
2806
2808
|
max: _,
|
|
2807
2809
|
"value-start": $,
|
|
2808
2810
|
"value-end": C,
|
|
2809
|
-
title:
|
|
2811
|
+
title: a(r)(`stats.${H}`),
|
|
2810
2812
|
"value-suffix": A
|
|
2811
2813
|
}, null, 8, ["max", "value-start", "value-end", "title", "value-suffix"]))), 128))
|
|
2812
2814
|
]),
|
|
2813
|
-
s("h1", Ps, g(
|
|
2815
|
+
s("h1", Ps, g(a(r)("teamsStats.penaltyKilling")), 1),
|
|
2814
2816
|
s("div", $s, [
|
|
2815
|
-
(
|
|
2817
|
+
(c(!0), u(w, null, P(v.value, ({ max: _, valueStart: $, valueEnd: C, suffix: A }, H) => (c(), x(Z, {
|
|
2816
2818
|
key: H,
|
|
2817
2819
|
max: _,
|
|
2818
2820
|
"value-start": $,
|
|
2819
2821
|
"value-end": C,
|
|
2820
|
-
title:
|
|
2822
|
+
title: a(r)(`stats.${H}`),
|
|
2821
2823
|
"value-suffix": A
|
|
2822
2824
|
}, null, 8, ["max", "value-start", "value-end", "title", "value-suffix"]))), 128))
|
|
2823
2825
|
]),
|
|
2824
|
-
s("h1", js, g(
|
|
2826
|
+
s("h1", js, g(a(r)("teamsStats.advantageTime")), 1),
|
|
2825
2827
|
s("div", Ns, [
|
|
2826
2828
|
b(Z, {
|
|
2827
2829
|
max: p.value.advTime.max,
|
|
2828
2830
|
"value-start": p.value.advTime.valueStart,
|
|
2829
2831
|
"value-end": p.value.advTime.valueEnd,
|
|
2830
|
-
title:
|
|
2832
|
+
title: a(r)("section.all")
|
|
2831
2833
|
}, {
|
|
2832
2834
|
"value-start": k(() => [
|
|
2833
|
-
y(g(
|
|
2835
|
+
y(g(a(F)(p.value.advTime.valueStart)), 1)
|
|
2834
2836
|
]),
|
|
2835
2837
|
"value-end": k(() => [
|
|
2836
|
-
y(g(
|
|
2838
|
+
y(g(a(F)(p.value.advTime.valueEnd)), 1)
|
|
2837
2839
|
]),
|
|
2838
2840
|
_: 1
|
|
2839
2841
|
}, 8, ["max", "value-start", "value-end", "title"]),
|
|
@@ -2841,13 +2843,13 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2841
2843
|
max: p.value.advTimePP1.max,
|
|
2842
2844
|
"value-start": p.value.advTimePP1.valueStart,
|
|
2843
2845
|
"value-end": p.value.advTimePP1.valueEnd,
|
|
2844
|
-
title:
|
|
2846
|
+
title: a(r)("teamsStats.advantageTimePP1")
|
|
2845
2847
|
}, {
|
|
2846
2848
|
"value-start": k(() => [
|
|
2847
|
-
y(g(
|
|
2849
|
+
y(g(a(F)(p.value.advTimePP1.valueStart)), 1)
|
|
2848
2850
|
]),
|
|
2849
2851
|
"value-end": k(() => [
|
|
2850
|
-
y(g(
|
|
2852
|
+
y(g(a(F)(p.value.advTimePP1.valueEnd)), 1)
|
|
2851
2853
|
]),
|
|
2852
2854
|
_: 1
|
|
2853
2855
|
}, 8, ["max", "value-start", "value-end", "title"]),
|
|
@@ -2855,13 +2857,13 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2855
2857
|
max: p.value.advTimePP2.max,
|
|
2856
2858
|
"value-start": p.value.advTimePP2.valueStart,
|
|
2857
2859
|
"value-end": p.value.advTimePP2.valueEnd,
|
|
2858
|
-
title:
|
|
2860
|
+
title: a(r)("teamsStats.advantageTimePP2")
|
|
2859
2861
|
}, {
|
|
2860
2862
|
"value-start": k(() => [
|
|
2861
|
-
y(g(
|
|
2863
|
+
y(g(a(F)(p.value.advTimePP2.valueStart)), 1)
|
|
2862
2864
|
]),
|
|
2863
2865
|
"value-end": k(() => [
|
|
2864
|
-
y(g(
|
|
2866
|
+
y(g(a(F)(p.value.advTimePP2.valueEnd)), 1)
|
|
2865
2867
|
]),
|
|
2866
2868
|
_: 1
|
|
2867
2869
|
}, 8, ["max", "value-start", "value-end", "title"])
|
|
@@ -2870,8 +2872,8 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2870
2872
|
}
|
|
2871
2873
|
}, yr = "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: .625rem;--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-link-color: var(--vbr-widget-secondary-color-700);--vbr-widget-hover-color: var(--vbr-widget-secondary-color-900);--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-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-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-loading-indicator-text-color: var(--vbr-widget-hover-color);--vbr-widget-games-timeline-game-date-size: var(--vbr-widget-typography-font-size-100);--vbr-widget-games-timeline-game-date-color: var(--vbr-widget-primary-color-500);--vbr-widget-games-timeline-game-team-color: var(--vbr-widget-primary-color-700);--vbr-widget-games-timeline-game-team-size: var(--vbr-widget-typography-font-size-300);--vbr-widget-games-timeline-game-status-color: var(--vbr-widget-primary-color-300);--vbr-widget-games-timeline-game-status-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-games-timeline-game-hover-bg-color: linear-gradient(#fff, #f5f6f7 50%, #fff);--vbr-widget-games-timeline-arrow-color: var(--vbr-widget-primary-color-300);--vbr-widget-games-timeline-arrow-hover-color: var(--vbr-widget-primary-color-500);--vbr-widget-games-timeline-arrow-disabled-color: var(--vbr-widget-primary-color-100);--vbr-widget-games-timeline-arrow-border-color: var(--vbr-widget-primary-color-100);--vbr-widget-games-timeline-external-link-color: var(--vbr-widget-primary-color-500);--vbr-widget-games-timeline-external-link-size: var(--vbr-widget-typography-font-size-200);--vbr-widget-standings-selector-title-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-standings-selector-title-color: var(--vbr-widget-primary-color-700);--vbr-widget-standings-selector-title-transform: none;--vbr-widget-standings-selector-title-padding: 0 .625em .5625em;--vbr-widget-standings-selector-title-bg-color: transparent;--vbr-widget-standings-selector-section-title-bg: var(--vbr-widget-primary-color-50);--vbr-widget-standings-selector-section-title-size: var(--vbr-widget-typography-font-size-400);--vbr-widget-standings-selector-section-title-color: var(--vbr-widget-primary-color-700);--vbr-widget-standings-selector-section-title-padding: .25em 0;--vbr-widget-standings-selector-section-logo-size: 30px;--vbr-widget-standings-selector-section-team-color: var(--vbr-widget-primary-color-900);--vbr-widget-top-list-bg-color: var(--vbr-widget-primary-color-900);--vbr-widget-top-list-title-color: var(--vbr-widget-primary-color-50);--vbr-widget-top-list-title-separator-color: var(--vbr-widget-primary-color-700);--vbr-widget-top-list-value-color: var(--vbr-widget-primary-color-300);--vbr-widget-top-list-player-separator-color: var(--vbr-widget-primary-color-800);--vbr-widget-top-list-image-border-color: var(--vbr-widget-primary-color-600);--vbr-widget-top-list-image-bg-color: var(--vbr-widget-primary-color-800);--vbr-widget-top-list-selector-border-color: var(--vbr-widget-primary-color-400);--vbr-widget-countdown-title-height: 2rem;--vbr-widget-countdown-title-bg: var(--vbr-widget-primary-color-900);--vbr-widget-countdown-gamedata-height: 4rem;--vbr-widget-countdown-gamedata-bg: var(--vbr-widget-primary-color-700);--vbr-widget-countdown-result-bg: var(--vbr-widget-primary-color-800);--vbr-widget-playoffs-header-bg: var(--vbr-widget-primary-color-800);--vbr-widget-playoffs-header-color: var(--vbr-widget-primary-color-100);--vbr-widget-playoffs-header-size: var(--vbr-widget-typography-font-size-500);--vbr-widget-playoffs-details-bg: var(--vbr-widget-primary-color-50);--ease-spring-1: 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 )}html,body{-webkit-font-smoothing:antialiased}.transition-fade-enter-active,.transition-fade-leave-active{transition:all .7s var(--ease-spring-1)}.transition-fade-enter-from,.transition-fade-leave-to{opacity:0;transform:translateY(5px)}.transition-event-move,.transition-event-enter-active,.transition-event-leave-active{transition:all .25s ease}.transition-event-enter-from,.transition-event-leave-to{opacity:0}img{opacity:0;transition:opacity .5s ease-out}img.is-loaded{opacity:1}a{color:var(--vbr-widget-link-color);text-decoration:none}a:hover{color:var(--vbr-widget-hover-color)}.loading-indicator{padding:1em;font-weight:600;color:var(--vbr-widget-loading-indicator-text-color);text-align:center}.floating-content.is-tooltip{background-color:var(--vbr-widget-tooltip-bg-color);color:var(--vbr-widget-tooltip-color);font-weight:700;padding:5px 10px;border-radius:4px;font-size:var(--vbr-widget-tooltip-font-size);white-space:nowrap;pointer-events:none}.floating-content.is-tooltip .is-arrow{background-color:var(--vbr-widget-tooltip-bg-color)}.floating-content.is-content{border-radius:4px;box-shadow:2px 14px 23px #00000040}.floating-content.is-content .is-arrow{background-color:var(--vbr-widget-primary-color-50)}.floating-content .is-arrow{position:absolute;width:8px;height:8px;transform:rotate(45deg)}[data-placement^=top] .floating-content .is-arrow{bottom:-4px}[data-placement^=bottom] .floating-content .is-arrow{top:-4px}[data-placement^=left] .floating-content .is-arrow{right:-4px}[data-placement^=right] .floating-content .is-arrow{left:-4px}.error-notice{display:flex;align-items:center;justify-items:flex-start;gap:15px;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 button{text-decoration:underline}.timezone-selector{padding:3px 0;color:var(--vbr-widget-timezone-selector-color);font-size:var(--vbr-widget-timezone-selector-font-size);font-weight:500}.timezone-selector .is-active{font-weight:700}.is-badge{display:inline-block;padding:.125em .25em;color:var(--vbr-widget-badge-color);font-size:var(--vbr-widget-badge-font-size);font-weight:700;text-transform:uppercase;background-color:var(--vbr-widget-badge-bg-color);border-radius:3px}.is-badge+.is-badge{margin-inline-start:3px}.is-badge.is-invert{color:var(--vbr-widget-badge-bg-color);background-color:var(--vbr-widget-badge-color)}.is-badge.is-green{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-live-game-color)}.is-badge.is-red{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-danger-color-a400)}.is-badge.is-yellow{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-neutral-color)}.is-badge.is-dark{color:var(--vbr-widget-primary-color-0);background-color:var(--vbr-widget-primary-color-700)}.is-badge.is-large{font-size:var(--vbr-widget-badge-large-font-size);padding:.15em .35em}.is-badge.is-extra-large{font-size:var(--vbr-widget-badge-extra-large-font-size);padding:.2695em .5165em}", Os = ".g-row{display:flex}.g-row-wrap{display:flex;flex-wrap:wrap}.g-col{flex:1 0 0%}.g-gap-normal{gap:16px}[class^=g-col-]{flex:0 0 auto}.g-col-6{width:50%}.g-col-5{width:41.66666667%}.g-col-3{width:25%}.g-col-auto{width:auto}.g-gap-normal{gap:20px}.g-grid{--columns: repeat(2, 1fr);--columns-tablet: repeat(4, 1fr);display:grid;grid-template-columns:var(--columns)}@media all and (min-width: 768px){.g-grid{grid-template-columns:var(--columns-tablet)}}", Is = `.base-input{padding:.375rem .75rem;font-family:inherit;color:var(--vbr-widget-base-input-color);border:1px solid var(--vbr-widget-base-input-border-color);border-radius:var(--vbr-widget-base-input-border-radius);width:100%;-moz-padding-start:calc(.75rem - 3px);font-size:var(--vbr-widget-base-input-font-size);font-weight:400;line-height:1.5;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}.base-input:disabled{opacity:.3}.base-input.is-select{padding-right:2.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px}label{display:block;margin-bottom:3px;color:var(--vbr-widget-form-label-color);font-size:var(--vbr-widget-form-label-font-size);font-weight:700;text-transform:uppercase}.tab-button{padding:var(--vbr-widget-tab-btn-padding);font-family:inherit;font-size:var(--vbr-widget-tab-btn-font-size);font-weight:var(--vbr-widget-tab-btn-font-weight);color:var(--vbr-widget-tab-btn-color);text-transform:var(--vbr-widget-tab-btn-text-transform);background-color:var(--vbr-widget-tab-btn-bg-color);border-color:var(--vbr-widget-tab-btn-border-color);border-width:var(--vbr-widget-tab-btn-border-width);border-style:var(--vbr-widget-tab-btn-border-style);outline:none;box-shadow:none;cursor:pointer}.tab-button:hover{color:var(--vbr-widget-tab-btn-hover-color);border-color:var(--vbr-widget-tab-btn-hover-border-color);background-color:var(--vbr-widget-tab-btn-hover-bg-color)}.tab-button.is-active{color:var(--vbr-widget-tab-btn-active-color);border-color:var(--vbr-widget-tab-btn-active-border-color);background-color:var(--vbr-widget-tab-btn-active-bg-color)}.toggle-group{display:flex;flex-wrap:wrap;gap:var(--vbr-widget-toggle-group-gap);margin-bottom:15px}.toggle-group button{padding:var(--vbr-widget-toggle-group-btn-padding);font-family:inherit;font-size:var(--vbr-widget-toggle-group-btn-size);background-color:var(--vbr-widget-toggle-group-btn-bg-color);border-radius:var(--vbr-widget-toggle-group-btn-radius)}.toggle-group button.is-active{color:var(--vbr-widget-toggle-group-btn-active-color);background-color:var(--vbr-widget-toggle-group-btn-active-bg-color)}`, As = '.table{border-collapse:collapse;border-spacing:0;color:var(--vbr-widget-table-color);background-color:var(--vbr-widget-table-default-bg-color)}.table table,.table caption,.table tbody,.table tfoot,.table thead,.table tr,.table th,.table td{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.table :is(th,td){padding:8px;white-space:nowrap;vertical-align:middle;text-align:center}.table :is(th,td).is-text-left{text-align:left}.table :is(th,td).is-text-right{text-align:right}.table th{width:var(--vbr-widget-table-default-column-width);background:var(--vbr-widget-table-header-bg-color);font-size:var(--vbr-widget-table-header-font-size);font-weight:700;color:var(--vbr-widget-table-header-color)}.table th:focus-visible,.table th:hover{background-color:var(--vbr-widget-table-header-hover-bg-color);outline:none}.table th.is-sortable{position:relative;cursor:pointer}.table th.is-sortable .icon-sort{opacity:.5}.table th.is-active{background-color:var(--vbr-widget-table-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)}', Ms = '.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)}', Ls = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", Cs = '.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}', wr = (e, t) => {
|
|
2872
2874
|
const r = e.__vccOpts || e;
|
|
2873
|
-
for (const [
|
|
2874
|
-
r[
|
|
2875
|
+
for (const [i, o] of t)
|
|
2876
|
+
r[i] = o;
|
|
2875
2877
|
return r;
|
|
2876
2878
|
}, Ds = {
|
|
2877
2879
|
__name: "GameTimeline.ce",
|
|
@@ -2890,7 +2892,7 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2890
2892
|
}
|
|
2891
2893
|
},
|
|
2892
2894
|
setup(e) {
|
|
2893
|
-
const t = e, r = { en: { ...nr, ...vi }, hu: { ...sr, ...Di } },
|
|
2895
|
+
const t = e, r = { en: { ...nr, ...vi }, hu: { ...sr, ...Di } }, i = V(null), o = tt("history"), n = V(o.tab || Se), { errors: l, add: d, remove: m } = vr(), v = h(() => o?.gameid || o?.gameId || t.gameId), { state: p, execute: T } = X({
|
|
2894
2896
|
options: {
|
|
2895
2897
|
path: "/v2/game-data",
|
|
2896
2898
|
apiKey: t.apiKey,
|
|
@@ -2898,7 +2900,7 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2898
2900
|
},
|
|
2899
2901
|
onError: (S) => d("gameData", S),
|
|
2900
2902
|
onSuccess: () => m("gameData")
|
|
2901
|
-
}), { state:
|
|
2903
|
+
}), { state: z, execute: _ } = X({
|
|
2902
2904
|
options: {
|
|
2903
2905
|
path: "/v2/game-events",
|
|
2904
2906
|
apiKey: t.apiKey,
|
|
@@ -2926,68 +2928,68 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
2926
2928
|
});
|
|
2927
2929
|
ur({
|
|
2928
2930
|
data: p,
|
|
2929
|
-
services: { getGameData:
|
|
2931
|
+
services: { getGameData: T, getGameStats: C, getEvents: _, getGameOfficials: H }
|
|
2930
2932
|
});
|
|
2931
2933
|
const D = qi(p), de = Bt(t.apiKey), j = h(() => Ht(`/socket/vbr/v2/game-attendance?gameid=${v.value}&apiKey=${de}`));
|
|
2932
|
-
return (S, L) => (
|
|
2934
|
+
return (S, L) => (c(), u("div", {
|
|
2933
2935
|
class: "gamecenter-timeline",
|
|
2934
|
-
style: we(
|
|
2936
|
+
style: we(a(D))
|
|
2935
2937
|
}, [
|
|
2936
|
-
b(
|
|
2938
|
+
b(a(Ct), {
|
|
2937
2939
|
locale: t.locale,
|
|
2938
2940
|
messages: r
|
|
2939
2941
|
}, {
|
|
2940
2942
|
default: k(() => [
|
|
2941
|
-
(
|
|
2943
|
+
(c(!0), u(w, null, P(a(l), (R) => (c(), x(a(Dt), {
|
|
2942
2944
|
key: R.key,
|
|
2943
2945
|
error: R
|
|
2944
2946
|
}, null, 8, ["error"]))), 128)),
|
|
2945
|
-
|
|
2947
|
+
a(E)(a(p)) ? f("", !0) : (c(), x(Ro, {
|
|
2946
2948
|
key: 0,
|
|
2947
2949
|
ref_key: "contentElementRef",
|
|
2948
|
-
ref:
|
|
2949
|
-
"game-events":
|
|
2950
|
-
"game-data":
|
|
2950
|
+
ref: i,
|
|
2951
|
+
"game-events": a(z),
|
|
2952
|
+
"game-data": a(p),
|
|
2951
2953
|
"websocket-url": j.value,
|
|
2952
2954
|
locale: e.locale
|
|
2953
2955
|
}, null, 8, ["game-events", "game-data", "websocket-url", "locale"])),
|
|
2954
|
-
|
|
2956
|
+
a(p)?.gameStatus > 0 ? (c(), u(w, { key: 1 }, [
|
|
2955
2957
|
b(gs, {
|
|
2956
2958
|
"active-tab": n.value,
|
|
2957
2959
|
"onUpdate:activeTab": L[0] || (L[0] = (R) => n.value = R)
|
|
2958
2960
|
}, null, 8, ["active-tab"]),
|
|
2959
|
-
n.value ===
|
|
2961
|
+
n.value === a(Se) && !a(E)(a(z)) && !a(E)(a(p)) ? (c(), x(Bn, {
|
|
2960
2962
|
key: 0,
|
|
2961
|
-
"game-events":
|
|
2962
|
-
"game-data":
|
|
2963
|
+
"game-events": a(z),
|
|
2964
|
+
"game-data": a(p)
|
|
2963
2965
|
}, null, 8, ["game-events", "game-data"])) : f("", !0),
|
|
2964
|
-
n.value ===
|
|
2966
|
+
n.value === a(Fe) ? (c(), x(Yn, {
|
|
2965
2967
|
key: 1,
|
|
2966
|
-
data:
|
|
2967
|
-
"game-officials":
|
|
2968
|
-
"home-team-id":
|
|
2969
|
-
"home-team-name":
|
|
2970
|
-
"away-team-id":
|
|
2971
|
-
"away-team-name":
|
|
2968
|
+
data: a($).players,
|
|
2969
|
+
"game-officials": a(A),
|
|
2970
|
+
"home-team-id": a(p).homeTeam.id,
|
|
2971
|
+
"home-team-name": a(p).homeTeam.longName,
|
|
2972
|
+
"away-team-id": a(p).awayTeam.id,
|
|
2973
|
+
"away-team-name": a(p).awayTeam.longName
|
|
2972
2974
|
}, null, 8, ["data", "game-officials", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])) : f("", !0),
|
|
2973
|
-
n.value ===
|
|
2975
|
+
n.value === a(Ke) ? (c(), x(Es, {
|
|
2974
2976
|
key: 2,
|
|
2975
|
-
"game-data":
|
|
2976
|
-
"game-stats":
|
|
2977
|
+
"game-data": a(p),
|
|
2978
|
+
"game-stats": a($)
|
|
2977
2979
|
}, null, 8, ["game-data", "game-stats"])) : f("", !0),
|
|
2978
|
-
n.value ===
|
|
2980
|
+
n.value === a(Ue) && !a(E)(a($)) ? (c(), x(cs, {
|
|
2979
2981
|
key: 3,
|
|
2980
|
-
data:
|
|
2981
|
-
"home-team-id":
|
|
2982
|
-
"home-team-name":
|
|
2983
|
-
"away-team-id":
|
|
2984
|
-
"away-team-name":
|
|
2982
|
+
data: a($),
|
|
2983
|
+
"home-team-id": a(p).homeTeam.id,
|
|
2984
|
+
"home-team-name": a(p).homeTeam.longName,
|
|
2985
|
+
"away-team-id": a(p).awayTeam.id,
|
|
2986
|
+
"away-team-name": a(p).awayTeam.longName
|
|
2985
2987
|
}, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])) : f("", !0),
|
|
2986
|
-
n.value ===
|
|
2988
|
+
n.value === a(Ve) && !a(E)(a(A)) && !a(E)(a(p)) ? (c(), x(is, {
|
|
2987
2989
|
key: 4,
|
|
2988
|
-
"game-officials":
|
|
2989
|
-
"home-team-name":
|
|
2990
|
-
"away-team-name":
|
|
2990
|
+
"game-officials": a(A),
|
|
2991
|
+
"home-team-name": a(p).homeTeam.longName,
|
|
2992
|
+
"away-team-name": a(p).awayTeam.longName
|
|
2991
2993
|
}, null, 8, ["game-officials", "home-team-name", "away-team-name"])) : f("", !0)
|
|
2992
2994
|
], 64)) : f("", !0)
|
|
2993
2995
|
]),
|
|
@@ -3021,87 +3023,87 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3021
3023
|
}
|
|
3022
3024
|
},
|
|
3023
3025
|
setup(e) {
|
|
3024
|
-
const t = e, { gameData: r } = We(t), { t:
|
|
3025
|
-
return (
|
|
3026
|
+
const t = e, { gameData: r, websocketUrl: i } = We(t), { t: o } = M();
|
|
3027
|
+
return useAttendanceSocket(i, r), (n, l) => (c(), u("div", Bs, [
|
|
3026
3028
|
s("div", Hs, [
|
|
3027
|
-
|
|
3028
|
-
y(g(
|
|
3029
|
-
])).cacheIndex = 0, G(1),
|
|
3030
|
-
|
|
3031
|
-
y(g(
|
|
3032
|
-
])).cacheIndex = 1, G(1),
|
|
3033
|
-
|
|
3034
|
-
y(g(
|
|
3035
|
-
])).cacheIndex = 2, G(1),
|
|
3029
|
+
l[0] || (G(-1, !0), (l[0] = s("div", { class: "is-title" }, [
|
|
3030
|
+
y(g(a(r).championshipName) + " - " + g(a(r).divisionName) + " - " + g(a(r).gameName) + " / " + g(a(r).location.locationName), 1)
|
|
3031
|
+
])).cacheIndex = 0, G(1), l[0]),
|
|
3032
|
+
l[1] || (G(-1, !0), (l[1] = s("div", { class: "is-gamedate" }, [
|
|
3033
|
+
y(g(a(xe)(a(r).gameDate, "L dddd - HH:mm", null, e.locale)) + " (" + g(a(ke)(new Date(a(r).gameDate), null, e.locale)) + ") ", 1)
|
|
3034
|
+
])).cacheIndex = 1, G(1), l[1]),
|
|
3035
|
+
l[2] || (G(-1, !0), (l[2] = s("div", { class: "is-local-gamedate" }, [
|
|
3036
|
+
y(g(a(o)("localTime")) + " (" + g(a(r).location.locationCountryISO || a(r).location.locationName) + "): " + g(a(xe)(a(r).gameDate, "L dddd - HH:mm", a(r).location.timezone, e.locale)) + " (" + g(a(ke)(new Date(a(r).gameDate), a(r).location.timezone, e.locale)) + ") ", 1)
|
|
3037
|
+
])).cacheIndex = 2, G(1), l[2]),
|
|
3036
3038
|
s("div", Rs, [
|
|
3037
|
-
|
|
3039
|
+
a(r).electronicReportUrl ? (c(), u("a", {
|
|
3038
3040
|
key: 0,
|
|
3039
|
-
href:
|
|
3041
|
+
href: a(r).electronicReportUrl,
|
|
3040
3042
|
target: "_blank"
|
|
3041
3043
|
}, [
|
|
3042
|
-
b(
|
|
3043
|
-
y(" " + g(
|
|
3044
|
+
b(a(_e), { class: "is-icon" }),
|
|
3045
|
+
y(" " + g(a(o)("sheet")), 1)
|
|
3044
3046
|
], 8, Fs)) : f("", !0),
|
|
3045
|
-
|
|
3047
|
+
a(r).toiReportUrl ? (c(), u("a", {
|
|
3046
3048
|
key: 1,
|
|
3047
|
-
href:
|
|
3049
|
+
href: a(r).toiReportUrl,
|
|
3048
3050
|
target: "_blank"
|
|
3049
3051
|
}, [
|
|
3050
|
-
b(
|
|
3051
|
-
y(" " + g(
|
|
3052
|
+
b(a(_e), { class: "is-icon" }),
|
|
3053
|
+
y(" " + g(a(o)("toiSheet")), 1)
|
|
3052
3054
|
], 8, Ks)) : f("", !0),
|
|
3053
|
-
|
|
3055
|
+
a(r).video ? (c(), u("a", {
|
|
3054
3056
|
key: 2,
|
|
3055
|
-
href:
|
|
3057
|
+
href: a(r).video,
|
|
3056
3058
|
target: "_blank"
|
|
3057
3059
|
}, [
|
|
3058
|
-
b(
|
|
3059
|
-
y(" " + g(
|
|
3060
|
+
b(a(pr), { class: "is-icon" }),
|
|
3061
|
+
y(" " + g(a(o)("video")), 1)
|
|
3060
3062
|
], 8, Us)) : f("", !0)
|
|
3061
3063
|
])
|
|
3062
3064
|
]),
|
|
3063
3065
|
s("div", Vs, [
|
|
3064
|
-
|
|
3065
|
-
b(
|
|
3066
|
-
src:
|
|
3066
|
+
l[3] || (G(-1, !0), (l[3] = s("div", null, [
|
|
3067
|
+
b(a(Q), {
|
|
3068
|
+
src: a(r).homeTeam.logo,
|
|
3067
3069
|
class: "is-team-logo",
|
|
3068
|
-
"default-src":
|
|
3070
|
+
"default-src": a(Ae)
|
|
3069
3071
|
}, null, 8, ["src", "default-src"]),
|
|
3070
|
-
s("h1", qs, g(
|
|
3071
|
-
])).cacheIndex = 3, G(1),
|
|
3072
|
+
s("h1", qs, g(a(r).homeTeam.longName), 1)
|
|
3073
|
+
])).cacheIndex = 3, G(1), l[3]),
|
|
3072
3074
|
s("div", null, [
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
s("span", Js, g(
|
|
3075
|
+
a(r).gameStatus > 1 ? (c(), u("p", Ys, g(a(o)(`gameStatus.status-${a(r).gameStatus}`)), 1)) : f("", !0),
|
|
3076
|
+
a(r).gameStatus === 1 ? (c(), u("p", Ws, g(a(o)(`periods.${a(ut)(a(r).period)}`)), 1)) : f("", !0),
|
|
3077
|
+
a(r).gameStatus > 1 ? (c(), u(w, { key: 2 }, [
|
|
3078
|
+
a(r).isOvertime ? (c(), u("p", Qs, [
|
|
3079
|
+
s("span", Js, g(a(o)("afterOvertime")), 1)
|
|
3078
3080
|
])) : f("", !0),
|
|
3079
|
-
|
|
3080
|
-
s("span", Xs, g(
|
|
3081
|
+
a(r).isShootout ? (c(), u("p", Zs, [
|
|
3082
|
+
s("span", Xs, g(a(o)("afterShootout")), 1)
|
|
3081
3083
|
])) : f("", !0)
|
|
3082
3084
|
], 64)) : f("", !0),
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
+
a(r).gameStatus === 1 ? (c(), u("p", el, g(a(r).actualTime), 1)) : f("", !0),
|
|
3086
|
+
a(r).gameStatus === 1 ? (c(), x(br, {
|
|
3085
3087
|
key: 4,
|
|
3086
|
-
"game-data":
|
|
3088
|
+
"game-data": a(r)
|
|
3087
3089
|
}, null, 8, ["game-data"])) : f("", !0),
|
|
3088
3090
|
s("div", {
|
|
3089
|
-
class: K(["is-game-result", [{ "is-game-status-live":
|
|
3091
|
+
class: K(["is-game-result", [{ "is-game-status-live": a(r).gameStatus === 1 }]])
|
|
3090
3092
|
}, [
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3093
|
+
a(r).gameStatus === 0 ? (c(), u("span", tl, "-")) : (c(), u("span", rl, g(a(r).homeTeamScore), 1)),
|
|
3094
|
+
l[5] || (l[5] = y(":")),
|
|
3095
|
+
a(r).gameStatus === 0 ? (c(), u("span", al, "-")) : (c(), u("span", il, g(a(r).awayTeamScore), 1))
|
|
3094
3096
|
], 2),
|
|
3095
|
-
s("p", ol, g(
|
|
3097
|
+
s("p", ol, g(a(r).periodResults), 1)
|
|
3096
3098
|
]),
|
|
3097
|
-
|
|
3098
|
-
b(
|
|
3099
|
-
src:
|
|
3100
|
-
"default-src":
|
|
3099
|
+
l[4] || (G(-1, !0), (l[4] = s("div", null, [
|
|
3100
|
+
b(a(Q), {
|
|
3101
|
+
src: a(r).awayTeam.logo,
|
|
3102
|
+
"default-src": a(Me),
|
|
3101
3103
|
class: "is-team-logo"
|
|
3102
3104
|
}, null, 8, ["src", "default-src"]),
|
|
3103
|
-
s("h1", nl, g(
|
|
3104
|
-
])).cacheIndex = 4, G(1),
|
|
3105
|
+
s("h1", nl, g(a(r).awayTeam.longName), 1)
|
|
3106
|
+
])).cacheIndex = 4, G(1), l[4])
|
|
3105
3107
|
])
|
|
3106
3108
|
]));
|
|
3107
3109
|
}
|
|
@@ -3121,24 +3123,24 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3121
3123
|
}
|
|
3122
3124
|
},
|
|
3123
3125
|
setup(e) {
|
|
3124
|
-
const t = e, r = V(null),
|
|
3125
|
-
return (o, n) => (
|
|
3126
|
-
b(
|
|
3126
|
+
const t = e, r = V(null), i = h(() => t.isHomeTeam ? Ae : Me);
|
|
3127
|
+
return (o, n) => (c(), u(w, null, [
|
|
3128
|
+
b(a(J), {
|
|
3127
3129
|
offset: 2,
|
|
3128
3130
|
placement: "top",
|
|
3129
3131
|
theme: "tooltip",
|
|
3130
3132
|
content: e.name,
|
|
3131
3133
|
"append-to": r.value
|
|
3132
3134
|
}, {
|
|
3133
|
-
default: k(({ setRef:
|
|
3135
|
+
default: k(({ setRef: l, events: d }) => [
|
|
3134
3136
|
s("span", ie({
|
|
3135
|
-
ref:
|
|
3137
|
+
ref: l,
|
|
3136
3138
|
tabindex: 0,
|
|
3137
3139
|
"aria-label": e.name
|
|
3138
3140
|
}, oe(d, !0)), [
|
|
3139
|
-
b(
|
|
3141
|
+
b(a(Q), {
|
|
3140
3142
|
src: e.logo,
|
|
3141
|
-
"default-src":
|
|
3143
|
+
"default-src": i.value
|
|
3142
3144
|
}, null, 8, ["src", "default-src"])
|
|
3143
3145
|
], 16, ll)
|
|
3144
3146
|
]),
|
|
@@ -3175,11 +3177,11 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3175
3177
|
}
|
|
3176
3178
|
},
|
|
3177
3179
|
setup(e) {
|
|
3178
|
-
const t = e, r = V(null),
|
|
3179
|
-
return (
|
|
3180
|
+
const t = e, r = V(null), i = h(() => te((l) => E(l), [t.event.assists1, t.event.assists2])), o = h(() => t.event.homeOnIce), n = h(() => t.event.awayOnIce);
|
|
3181
|
+
return (l, d) => (c(), u(w, null, [
|
|
3180
3182
|
s("div", cl, g(e.event.eventTime), 1),
|
|
3181
3183
|
s("div", dl, [
|
|
3182
|
-
(
|
|
3184
|
+
(c(), x(fe, {
|
|
3183
3185
|
key: e.event.team.id,
|
|
3184
3186
|
name: e.event.team.longName,
|
|
3185
3187
|
logo: e.event.team.logo,
|
|
@@ -3187,22 +3189,22 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3187
3189
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3188
3190
|
]),
|
|
3189
3191
|
s("div", gl, [
|
|
3190
|
-
b(
|
|
3192
|
+
b(a(ve), { class: "is-goal-icon" })
|
|
3191
3193
|
]),
|
|
3192
3194
|
s("div", ml, g(e.event.score), 1),
|
|
3193
3195
|
s("div", null, [
|
|
3194
|
-
e.event.advantage ? (
|
|
3195
|
-
e.event.en ? (
|
|
3196
|
+
e.event.advantage ? (c(), u("span", ul, g(e.event.advantage), 1)) : f("", !0),
|
|
3197
|
+
e.event.en ? (c(), u("span", vl, " EN ")) : f("", !0)
|
|
3196
3198
|
]),
|
|
3197
3199
|
s("div", null, [
|
|
3198
|
-
e.event.ps || e.event.gws || e.event.gwg ? (
|
|
3199
|
-
e.event.ps ? (
|
|
3200
|
+
e.event.ps || e.event.gws || e.event.gwg ? (c(), u("span", pl, [
|
|
3201
|
+
e.event.ps ? (c(), u(w, { key: 0 }, [
|
|
3200
3202
|
y("PS")
|
|
3201
3203
|
], 64)) : f("", !0),
|
|
3202
|
-
e.event.gws ? (
|
|
3204
|
+
e.event.gws ? (c(), u(w, { key: 1 }, [
|
|
3203
3205
|
y("GWS")
|
|
3204
3206
|
], 64)) : f("", !0),
|
|
3205
|
-
e.event.gwg ? (
|
|
3207
|
+
e.event.gwg ? (c(), u(w, { key: 2 }, [
|
|
3206
3208
|
y("GWG")
|
|
3207
3209
|
], 64)) : f("", !0)
|
|
3208
3210
|
])) : f("", !0)
|
|
@@ -3214,14 +3216,14 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3214
3216
|
y(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
3215
3217
|
]),
|
|
3216
3218
|
s("dt", hl, [
|
|
3217
|
-
(
|
|
3219
|
+
(c(!0), u(w, null, P(i.value, (m) => (c(), u("span", { key: m }, [
|
|
3218
3220
|
s("i", null, g(m.jerseyNumber), 1),
|
|
3219
3221
|
y(" " + g(m.lastName) + " " + g(m.firstName), 1)
|
|
3220
3222
|
]))), 128))
|
|
3221
3223
|
]),
|
|
3222
|
-
!
|
|
3224
|
+
!a(E)(o.value) || !a(E)(n.value) ? (c(), u("dd", yl, [
|
|
3223
3225
|
s("ul", null, [
|
|
3224
|
-
(
|
|
3226
|
+
(c(!0), u(w, null, P(o.value, (m) => (c(), x(a(J), {
|
|
3225
3227
|
key: m.playerId,
|
|
3226
3228
|
offset: 2,
|
|
3227
3229
|
placement: "top",
|
|
@@ -3242,7 +3244,7 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3242
3244
|
]),
|
|
3243
3245
|
d[0] || (d[0] = s("span", null, " / ", -1)),
|
|
3244
3246
|
s("ul", null, [
|
|
3245
|
-
(
|
|
3247
|
+
(c(!0), u(w, null, P(n.value, (m) => (c(), x(a(J), {
|
|
3246
3248
|
key: m.playerId,
|
|
3247
3249
|
offset: 2,
|
|
3248
3250
|
placement: "top",
|
|
@@ -3283,10 +3285,10 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3283
3285
|
}
|
|
3284
3286
|
},
|
|
3285
3287
|
setup(e) {
|
|
3286
|
-
return (t, r) => (
|
|
3288
|
+
return (t, r) => (c(), u(w, null, [
|
|
3287
3289
|
s("div", Tl, g(e.event.eventTime), 1),
|
|
3288
3290
|
s("div", zl, [
|
|
3289
|
-
(
|
|
3291
|
+
(c(), x(fe, {
|
|
3290
3292
|
key: e.event.team.id,
|
|
3291
3293
|
name: e.event.team.longName,
|
|
3292
3294
|
logo: e.event.team.logo,
|
|
@@ -3294,18 +3296,18 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3294
3296
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3295
3297
|
]),
|
|
3296
3298
|
s("div", Sl, [
|
|
3297
|
-
e.event.gkDirection === "CSERE" ? (
|
|
3299
|
+
e.event.gkDirection === "CSERE" ? (c(), x(a(qe), {
|
|
3298
3300
|
key: 0,
|
|
3299
3301
|
width: "24",
|
|
3300
3302
|
height: "24",
|
|
3301
3303
|
class: "is-goalie-in-icon"
|
|
3302
3304
|
})) : f("", !0),
|
|
3303
|
-
e.event.gkDirection === "BE" ? (
|
|
3305
|
+
e.event.gkDirection === "BE" ? (c(), x(a(qe), {
|
|
3304
3306
|
key: 1,
|
|
3305
3307
|
width: "24",
|
|
3306
3308
|
height: "24",
|
|
3307
3309
|
class: "is-goalie-in-icon"
|
|
3308
|
-
})) : (
|
|
3310
|
+
})) : (c(), x(a(fr), {
|
|
3309
3311
|
key: 2,
|
|
3310
3312
|
width: "24",
|
|
3311
3313
|
height: "24",
|
|
@@ -3334,11 +3336,11 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3334
3336
|
}
|
|
3335
3337
|
},
|
|
3336
3338
|
setup(e) {
|
|
3337
|
-
const t = e, r = V(null), { t:
|
|
3338
|
-
return (n,
|
|
3339
|
+
const t = e, r = V(null), { t: i } = M(), o = h(() => mr(t.event));
|
|
3340
|
+
return (n, l) => (c(), u(w, null, [
|
|
3339
3341
|
s("div", Nl, g(e.event.eventTime), 1),
|
|
3340
3342
|
s("div", El, [
|
|
3341
|
-
(
|
|
3343
|
+
(c(), x(fe, {
|
|
3342
3344
|
key: e.event.team.id,
|
|
3343
3345
|
name: e.event.team.longName,
|
|
3344
3346
|
logo: e.event.team.logo,
|
|
@@ -3346,25 +3348,25 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3346
3348
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3347
3349
|
]),
|
|
3348
3350
|
s("div", Ol, [
|
|
3349
|
-
b(
|
|
3351
|
+
b(a(hr), {
|
|
3350
3352
|
width: "24",
|
|
3351
3353
|
height: "24",
|
|
3352
3354
|
class: "is-penalty-icon"
|
|
3353
3355
|
})
|
|
3354
3356
|
]),
|
|
3355
3357
|
s("div", Il, [
|
|
3356
|
-
b(
|
|
3358
|
+
b(a(J), {
|
|
3357
3359
|
offset: 2,
|
|
3358
3360
|
placement: "top",
|
|
3359
3361
|
theme: "tooltip",
|
|
3360
|
-
content: i
|
|
3362
|
+
content: a(i)(`penalties.${o.value.penaltyCause}`),
|
|
3361
3363
|
"append-to": r.value
|
|
3362
3364
|
}, {
|
|
3363
3365
|
default: k(({ setRef: d, events: m }) => [
|
|
3364
3366
|
s("span", ie({
|
|
3365
3367
|
ref: d,
|
|
3366
3368
|
tabindex: 0,
|
|
3367
|
-
"aria-label": i
|
|
3369
|
+
"aria-label": a(i)(`penalties.${o.value.penaltyCause}`)
|
|
3368
3370
|
}, oe(m, !0)), g(o.value.penaltyCause), 17, Al)
|
|
3369
3371
|
]),
|
|
3370
3372
|
_: 1
|
|
@@ -3375,16 +3377,16 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3375
3377
|
}, null, 512)
|
|
3376
3378
|
]),
|
|
3377
3379
|
s("div", Ml, [
|
|
3378
|
-
e.event.penaltyLength !== 0 ? (
|
|
3379
|
-
y(g(i
|
|
3380
|
+
e.event.penaltyLength !== 0 ? (c(), u(w, { key: 0 }, [
|
|
3381
|
+
y(g(a(i)("events.penaltyLength", [e.event.penaltyLength])), 1)
|
|
3380
3382
|
], 64)) : f("", !0),
|
|
3381
|
-
e.event.perc === 0 ? (
|
|
3383
|
+
e.event.perc === 0 ? (c(), u(w, { key: 1 }, [
|
|
3382
3384
|
y(" PS ")
|
|
3383
3385
|
], 64)) : f("", !0)
|
|
3384
3386
|
]),
|
|
3385
3387
|
s("div", Ll, g(e.event.penaltyEnd), 1),
|
|
3386
3388
|
s("div", Cl, [
|
|
3387
|
-
e.event.jerseyNumber === null ? (
|
|
3389
|
+
e.event.jerseyNumber === null ? (c(), u("span", Dl, g(a(i)("events.teamPenalty")), 1)) : (c(), u(w, { key: 1 }, [
|
|
3388
3390
|
s("span", Gl, g(e.event.jerseyNumber), 1),
|
|
3389
3391
|
y(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
3390
3392
|
], 64))
|
|
@@ -3405,10 +3407,10 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3405
3407
|
},
|
|
3406
3408
|
setup(e) {
|
|
3407
3409
|
const { t } = M();
|
|
3408
|
-
return (r,
|
|
3410
|
+
return (r, i) => (c(), u(w, null, [
|
|
3409
3411
|
s("div", Hl, g(e.event.eventTime), 1),
|
|
3410
3412
|
s("div", Rl, [
|
|
3411
|
-
(
|
|
3413
|
+
(c(), x(fe, {
|
|
3412
3414
|
key: e.event.team.id,
|
|
3413
3415
|
name: e.event.team.longName,
|
|
3414
3416
|
logo: e.event.team.logo,
|
|
@@ -3416,7 +3418,7 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3416
3418
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3417
3419
|
]),
|
|
3418
3420
|
s("div", Fl, [
|
|
3419
|
-
b(
|
|
3421
|
+
b(a(ve), { class: "is-goal-so-icon" })
|
|
3420
3422
|
]),
|
|
3421
3423
|
s("div", {
|
|
3422
3424
|
class: K(["is-score-so", [{ "is-score-so-goal": e.event.goal }]])
|
|
@@ -3425,14 +3427,14 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3425
3427
|
s("span", {
|
|
3426
3428
|
class: K(["is-badge is-large", [{ "is-green": e.event.goal }]])
|
|
3427
3429
|
}, [
|
|
3428
|
-
e.event.goal ? (
|
|
3429
|
-
y(g(
|
|
3430
|
-
], 64)) : (
|
|
3431
|
-
y(g(
|
|
3430
|
+
e.event.goal ? (c(), u(w, { key: 0 }, [
|
|
3431
|
+
y(g(a(t)("events.score")), 1)
|
|
3432
|
+
], 64)) : (c(), u(w, { key: 1 }, [
|
|
3433
|
+
y(g(a(t)("events.missed")), 1)
|
|
3432
3434
|
], 64))
|
|
3433
3435
|
], 2)
|
|
3434
3436
|
]),
|
|
3435
|
-
|
|
3437
|
+
i[0] || (i[0] = s("div", null, null, -1)),
|
|
3436
3438
|
s("div", Kl, [
|
|
3437
3439
|
s("span", Ul, g(e.event.jerseyNumber), 1),
|
|
3438
3440
|
y(" " + g(e.event.lastName) + " " + g(e.event.firstName), 1)
|
|
@@ -3453,10 +3455,10 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3453
3455
|
},
|
|
3454
3456
|
setup(e) {
|
|
3455
3457
|
const { t } = M();
|
|
3456
|
-
return (r,
|
|
3458
|
+
return (r, i) => (c(), u(w, null, [
|
|
3457
3459
|
s("div", ql, g(e.event.eventTime), 1),
|
|
3458
3460
|
s("div", Yl, [
|
|
3459
|
-
(
|
|
3461
|
+
(c(), x(fe, {
|
|
3460
3462
|
key: e.event.team.id,
|
|
3461
3463
|
name: e.event.team.longName,
|
|
3462
3464
|
logo: e.event.team.logo,
|
|
@@ -3464,12 +3466,12 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3464
3466
|
}, null, 8, ["name", "logo", "is-home-team"]))
|
|
3465
3467
|
]),
|
|
3466
3468
|
s("div", Wl, [
|
|
3467
|
-
b(
|
|
3469
|
+
b(a(vt), { class: "is-timer-icon" })
|
|
3468
3470
|
]),
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
s("div", null, g(
|
|
3471
|
+
i[0] || (i[0] = s("div", null, null, -1)),
|
|
3472
|
+
i[1] || (i[1] = s("div", null, null, -1)),
|
|
3473
|
+
i[2] || (i[2] = s("div", null, null, -1)),
|
|
3474
|
+
s("div", null, g(a(t)("events.timeout")), 1)
|
|
3473
3475
|
], 64));
|
|
3474
3476
|
}
|
|
3475
3477
|
}, Jl = {
|
|
@@ -3485,8 +3487,8 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3485
3487
|
}
|
|
3486
3488
|
},
|
|
3487
3489
|
setup(e) {
|
|
3488
|
-
const t = e, r = (/* @__PURE__ */ new Map()).set("Gól", kl).set("Kiállítás", Bl).set("Kapus", jl).set("Idő", Ql).set("Büntető", Vl),
|
|
3489
|
-
return (n,
|
|
3490
|
+
const t = e, r = (/* @__PURE__ */ new Map()).set("Gól", kl).set("Kiállítás", Bl).set("Kapus", jl).set("Idő", Ql).set("Büntető", Vl), i = h(() => r.get(t.event.type)), o = h(() => t.event.team?.id === t.homeTeamId);
|
|
3491
|
+
return (n, l) => (c(), x(Mt(i.value), {
|
|
3490
3492
|
event: e.event,
|
|
3491
3493
|
"is-home-team": o.value
|
|
3492
3494
|
}, null, 8, ["event", "is-home-team"]));
|
|
@@ -3507,12 +3509,12 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3507
3509
|
}
|
|
3508
3510
|
},
|
|
3509
3511
|
setup(e) {
|
|
3510
|
-
const t = e, { t: r } = M(),
|
|
3511
|
-
return (o, n) => (
|
|
3512
|
-
(
|
|
3513
|
-
s("div", Xl, g(
|
|
3514
|
-
|
|
3515
|
-
(
|
|
3512
|
+
const t = e, { t: r } = M(), i = h(() => Gi(t.gameData, t.gameEvents));
|
|
3513
|
+
return (o, n) => (c(), u("div", Zl, [
|
|
3514
|
+
(c(!0), u(w, null, P(i.value, (l, d) => (c(), u(w, { key: d }, [
|
|
3515
|
+
s("div", Xl, g(a(r)(`periods.${a(ut)(d)}`)), 1),
|
|
3516
|
+
l.length === 0 ? (c(), u("div", ec, g(a(r)("events.noEventsInPeriod")), 1)) : f("", !0),
|
|
3517
|
+
(c(!0), u(w, null, P(l, (m) => (c(), u("div", {
|
|
3516
3518
|
key: m.id,
|
|
3517
3519
|
class: "gamecenter-game-event"
|
|
3518
3520
|
}, [
|
|
@@ -3548,13 +3550,13 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3548
3550
|
}
|
|
3549
3551
|
},
|
|
3550
3552
|
setup(e) {
|
|
3551
|
-
const t = e, r = or([rr(ae("startingFive"))]), { columns:
|
|
3552
|
-
return (
|
|
3553
|
+
const t = e, r = or([rr(ae("startingFive"))]), { columns: i } = ne(cr), o = h(() => r(t.data?.[t.homeTeamId] ?? [])), n = h(() => r(t.data?.[t.awayTeamId] ?? []));
|
|
3554
|
+
return (l, d) => (c(), u("div", rc, [
|
|
3553
3555
|
b($e, { rows: o.value }, {
|
|
3554
3556
|
default: k(({ rows: m }) => [
|
|
3555
3557
|
b(B, {
|
|
3556
3558
|
class: "gamecenter-data-table",
|
|
3557
|
-
columns: i
|
|
3559
|
+
columns: a(i),
|
|
3558
3560
|
rows: m,
|
|
3559
3561
|
title: e.homeTeamName
|
|
3560
3562
|
}, null, 8, ["columns", "rows", "title"])
|
|
@@ -3565,7 +3567,7 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3565
3567
|
default: k(({ rows: m }) => [
|
|
3566
3568
|
b(B, {
|
|
3567
3569
|
class: "gamecenter-data-table",
|
|
3568
|
-
columns: i
|
|
3570
|
+
columns: a(i),
|
|
3569
3571
|
rows: m,
|
|
3570
3572
|
title: e.awayTeamName
|
|
3571
3573
|
}, null, 8, ["columns", "rows", "title"])
|
|
@@ -3587,7 +3589,7 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3587
3589
|
}
|
|
3588
3590
|
},
|
|
3589
3591
|
setup(e) {
|
|
3590
|
-
return (t, r) => (
|
|
3592
|
+
return (t, r) => (c(), u("dl", ic, [
|
|
3591
3593
|
s("dt", null, [
|
|
3592
3594
|
W(t.$slots, "default", {}, () => [
|
|
3593
3595
|
y(g(e.title), 1)
|
|
@@ -3616,13 +3618,13 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3616
3618
|
// },
|
|
3617
3619
|
},
|
|
3618
3620
|
setup(e) {
|
|
3619
|
-
const t = e, { gameData: r } = We(t), { t:
|
|
3621
|
+
const t = e, { gameData: r } = We(t), { t: i } = M(), o = h(() => r.value?.attendance ?? 0), n = h(
|
|
3620
3622
|
() => re(
|
|
3621
3623
|
zt(", "),
|
|
3622
3624
|
Y((d) => `${d.lastName} ${d.firstName}`),
|
|
3623
3625
|
te((d) => !d)
|
|
3624
3626
|
)([t.gameOfficials?.gameOfficials?.first_referee, t.gameOfficials?.gameOfficials?.second_referee])
|
|
3625
|
-
),
|
|
3627
|
+
), l = h(
|
|
3626
3628
|
() => re(
|
|
3627
3629
|
zt(", "),
|
|
3628
3630
|
Y((d) => `${d.lastName} ${d.firstName}`),
|
|
@@ -3632,19 +3634,19 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3632
3634
|
t.gameOfficials?.gameOfficials?.second_line_judge
|
|
3633
3635
|
])
|
|
3634
3636
|
);
|
|
3635
|
-
return (d, m) => !
|
|
3637
|
+
return (d, m) => !a(E)(n.value) || !a(E)(l.value) ? (c(), u("div", nc, [
|
|
3636
3638
|
s("div", sc, [
|
|
3637
3639
|
b(U, {
|
|
3638
|
-
title: i
|
|
3640
|
+
title: a(i)("gameStats.referees"),
|
|
3639
3641
|
data: n.value
|
|
3640
3642
|
}, null, 8, ["title", "data"]),
|
|
3641
3643
|
b(U, {
|
|
3642
|
-
title: i
|
|
3643
|
-
data:
|
|
3644
|
+
title: a(i)("gameStats.linesmen"),
|
|
3645
|
+
data: l.value
|
|
3644
3646
|
}, null, 8, ["title", "data"]),
|
|
3645
|
-
|
|
3647
|
+
a(r).attendance ? (c(), x(U, {
|
|
3646
3648
|
key: 0,
|
|
3647
|
-
title: i
|
|
3649
|
+
title: a(i)("gameStats.attendance"),
|
|
3648
3650
|
data: o.value
|
|
3649
3651
|
}, null, 8, ["title", "data"])) : f("", !0)
|
|
3650
3652
|
])
|
|
@@ -3673,13 +3675,13 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3673
3675
|
}
|
|
3674
3676
|
},
|
|
3675
3677
|
setup(e) {
|
|
3676
|
-
const t = e, { columns: r } = ne(lr),
|
|
3677
|
-
return (n,
|
|
3678
|
-
b(je, { rows:
|
|
3678
|
+
const t = e, { columns: r } = ne(lr), i = h(() => ze(t.data?.[t.homeTeamId] ?? [])), o = h(() => ze(t.data?.[t.awayTeamId] ?? []));
|
|
3679
|
+
return (n, l) => (c(), u("div", cc, [
|
|
3680
|
+
b(je, { rows: i.value }, {
|
|
3679
3681
|
default: k(({ rows: d, sort: m, onSort: v }) => [
|
|
3680
3682
|
b(B, {
|
|
3681
3683
|
class: "gamecenter-data-table",
|
|
3682
|
-
columns:
|
|
3684
|
+
columns: a(r),
|
|
3683
3685
|
rows: d,
|
|
3684
3686
|
title: e.homeTeamName,
|
|
3685
3687
|
sort: m,
|
|
@@ -3692,7 +3694,7 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3692
3694
|
default: k(({ rows: d, sort: m, onSort: v }) => [
|
|
3693
3695
|
b(B, {
|
|
3694
3696
|
class: "gamecenter-data-table",
|
|
3695
|
-
columns:
|
|
3697
|
+
columns: a(r),
|
|
3696
3698
|
rows: d,
|
|
3697
3699
|
title: e.awayTeamName,
|
|
3698
3700
|
sort: m,
|
|
@@ -3713,7 +3715,7 @@ const Jn = { render: Qn }, Zn = ["onMouseenter", "onMouseleave", "onFocus", "onB
|
|
|
3713
3715
|
"stroke-linejoin": "round"
|
|
3714
3716
|
};
|
|
3715
3717
|
function mc(e, t) {
|
|
3716
|
-
return
|
|
3718
|
+
return c(), u("svg", gc, t[0] || (t[0] = [
|
|
3717
3719
|
s("circle", {
|
|
3718
3720
|
cx: "12",
|
|
3719
3721
|
cy: "12",
|
|
@@ -3744,51 +3746,51 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, pc = { class
|
|
|
3744
3746
|
}
|
|
3745
3747
|
},
|
|
3746
3748
|
setup(e) {
|
|
3747
|
-
const t = e, { t: r } = M(),
|
|
3748
|
-
() => _t(t.gameStats?.teamSOG ?? [], o.value,
|
|
3749
|
-
),
|
|
3749
|
+
const t = e, { t: r } = M(), i = h(() => t.gameData?.homeTeam?.id ?? ""), o = h(() => t.gameData?.awayTeam?.id ?? ""), n = h(
|
|
3750
|
+
() => _t(t.gameStats?.teamSOG ?? [], o.value, i.value, "shots")
|
|
3751
|
+
), l = h(
|
|
3750
3752
|
() => Bi(
|
|
3751
3753
|
t.gameStats?.teamSOG ?? [],
|
|
3752
|
-
|
|
3754
|
+
i.value,
|
|
3753
3755
|
o.value,
|
|
3754
3756
|
"saves"
|
|
3755
3757
|
)
|
|
3756
3758
|
), d = h(
|
|
3757
3759
|
() => _t(
|
|
3758
3760
|
t.gameStats?.teamPenalties ?? [],
|
|
3759
|
-
|
|
3761
|
+
i.value,
|
|
3760
3762
|
o.value,
|
|
3761
3763
|
"penaltyLength"
|
|
3762
3764
|
)
|
|
3763
3765
|
), m = h(() => Hi(t.gameStats?.teamPowerPlay ?? {})), v = h(() => Ri(t.gameStats?.teamPowerPlay ?? {})), p = h(() => Fi(t.gameStats?.teamPowerPlay ?? {}));
|
|
3764
|
-
return (
|
|
3766
|
+
return (T, z) => (c(), u("div", vc, [
|
|
3765
3767
|
s("div", pc, [
|
|
3766
3768
|
b(U, {
|
|
3767
|
-
title:
|
|
3769
|
+
title: a(r)("teamsStats.sog"),
|
|
3768
3770
|
data: n.value
|
|
3769
3771
|
}, null, 8, ["title", "data"]),
|
|
3770
3772
|
b(U, {
|
|
3771
|
-
title:
|
|
3772
|
-
data:
|
|
3773
|
+
title: a(r)("teamsStats.saves"),
|
|
3774
|
+
data: l.value
|
|
3773
3775
|
}, null, 8, ["title", "data"]),
|
|
3774
3776
|
b(U, {
|
|
3775
|
-
title:
|
|
3777
|
+
title: a(r)("teamsStats.pim"),
|
|
3776
3778
|
data: d.value
|
|
3777
3779
|
}, null, 8, ["title", "data"]),
|
|
3778
3780
|
b(U, {
|
|
3779
|
-
title:
|
|
3781
|
+
title: a(r)("teamsStats.advPercent"),
|
|
3780
3782
|
data: v.value
|
|
3781
3783
|
}, null, 8, ["title", "data"]),
|
|
3782
3784
|
b(U, {
|
|
3783
|
-
title:
|
|
3785
|
+
title: a(r)("teamsStats.penaltyKilling"),
|
|
3784
3786
|
data: p.value
|
|
3785
3787
|
}, null, 8, ["title", "data"]),
|
|
3786
3788
|
b(U, {
|
|
3787
3789
|
data: m.value.advTime
|
|
3788
3790
|
}, {
|
|
3789
3791
|
default: k(() => [
|
|
3790
|
-
y(g(
|
|
3791
|
-
b(
|
|
3792
|
+
y(g(a(r)("teamsStats.advantageTime")) + " ", 1),
|
|
3793
|
+
b(a(J), {
|
|
3792
3794
|
offset: 2,
|
|
3793
3795
|
placement: "top",
|
|
3794
3796
|
theme: "content",
|
|
@@ -3801,17 +3803,17 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, pc = { class
|
|
|
3801
3803
|
onFocus: $,
|
|
3802
3804
|
onBlur: C
|
|
3803
3805
|
}, [
|
|
3804
|
-
b(
|
|
3806
|
+
b(a(uc))
|
|
3805
3807
|
], 40, bc)
|
|
3806
3808
|
]),
|
|
3807
3809
|
content: k(() => [
|
|
3808
3810
|
s("div", fc, [
|
|
3809
3811
|
b(U, {
|
|
3810
|
-
title:
|
|
3812
|
+
title: a(r)("teamsStats.advantageTimePP1"),
|
|
3811
3813
|
data: m.value.advTimePP1
|
|
3812
3814
|
}, null, 8, ["title", "data"]),
|
|
3813
3815
|
b(U, {
|
|
3814
|
-
title:
|
|
3816
|
+
title: a(r)("teamsStats.advantageTimePP2"),
|
|
3815
3817
|
data: m.value.advTimePP2
|
|
3816
3818
|
}, null, 8, ["title", "data"])
|
|
3817
3819
|
])
|
|
@@ -3822,7 +3824,7 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, pc = { class
|
|
|
3822
3824
|
_: 1
|
|
3823
3825
|
}, 8, ["data"])
|
|
3824
3826
|
]),
|
|
3825
|
-
|
|
3827
|
+
z[0] || (z[0] = s("div", { id: "popover-container" }, null, -1))
|
|
3826
3828
|
]));
|
|
3827
3829
|
}
|
|
3828
3830
|
}, yc = { class: "gamecenter-data-columns" }, wc = {
|
|
@@ -3842,17 +3844,17 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, pc = { class
|
|
|
3842
3844
|
}
|
|
3843
3845
|
},
|
|
3844
3846
|
setup(e) {
|
|
3845
|
-
const t = e, { columns: r } = ne(dr), { t:
|
|
3846
|
-
return (
|
|
3847
|
+
const t = e, { columns: r } = ne(dr), { t: i } = M(), o = h(() => Pe(t.gameOfficials?.gameTeamMembers?.home ?? [], i)), n = h(() => Pe(t.gameOfficials?.gameTeamMembers?.away ?? [], i));
|
|
3848
|
+
return (l, d) => (c(), u("div", yc, [
|
|
3847
3849
|
b(B, {
|
|
3848
3850
|
class: "gamecenter-data-table",
|
|
3849
|
-
columns:
|
|
3851
|
+
columns: a(r),
|
|
3850
3852
|
rows: o.value,
|
|
3851
3853
|
title: e.homeTeamName
|
|
3852
3854
|
}, null, 8, ["columns", "rows", "title"]),
|
|
3853
3855
|
b(B, {
|
|
3854
3856
|
class: "gamecenter-data-table",
|
|
3855
|
-
columns:
|
|
3857
|
+
columns: a(r),
|
|
3856
3858
|
rows: n.value,
|
|
3857
3859
|
title: e.awayTeamName
|
|
3858
3860
|
}, null, 8, ["columns", "rows", "title"])
|
|
@@ -3875,15 +3877,15 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, pc = { class
|
|
|
3875
3877
|
}
|
|
3876
3878
|
},
|
|
3877
3879
|
setup(e) {
|
|
3878
|
-
const t = e, r = { en: nr, hu: sr },
|
|
3880
|
+
const t = e, r = { en: nr, hu: sr }, i = tt("history"), { errors: o, add: n, remove: l } = vr(), d = h(() => i.gameId || i.gameid || i["game-id"] || t.gameId), { state: m, execute: v } = X({
|
|
3879
3881
|
options: {
|
|
3880
3882
|
path: "/v2/game-data",
|
|
3881
3883
|
apiKey: t.apiKey,
|
|
3882
3884
|
params: { gameId: d.value }
|
|
3883
3885
|
},
|
|
3884
3886
|
onError: (D) => n("gameData", D),
|
|
3885
|
-
onSuccess: () =>
|
|
3886
|
-
}), { state: p, execute:
|
|
3887
|
+
onSuccess: () => l("gameData")
|
|
3888
|
+
}), { state: p, execute: T } = X({
|
|
3887
3889
|
options: {
|
|
3888
3890
|
path: "/v2/game-events",
|
|
3889
3891
|
apiKey: t.apiKey,
|
|
@@ -3891,15 +3893,15 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, pc = { class
|
|
|
3891
3893
|
},
|
|
3892
3894
|
transform: (D) => re(ct(ae("eventPeriod")), Ie, te(gt("Period", "type")))(D?.isEmpty ? [] : D),
|
|
3893
3895
|
onError: (D) => n("gameEvents", D),
|
|
3894
|
-
onSuccess: () =>
|
|
3895
|
-
}), { state:
|
|
3896
|
+
onSuccess: () => l("gameEvents")
|
|
3897
|
+
}), { state: z, execute: _ } = X({
|
|
3896
3898
|
options: {
|
|
3897
3899
|
path: "/v2/game-stats",
|
|
3898
3900
|
apiKey: t.apiKey,
|
|
3899
3901
|
params: { gameId: d.value }
|
|
3900
3902
|
},
|
|
3901
3903
|
onError: (D) => n("gameStats", D),
|
|
3902
|
-
onSuccess: () =>
|
|
3904
|
+
onSuccess: () => l("gameStats")
|
|
3903
3905
|
}), { state: $, execute: C } = X({
|
|
3904
3906
|
options: {
|
|
3905
3907
|
path: "/v2/game-officials",
|
|
@@ -3907,66 +3909,66 @@ const uc = { render: mc }, vc = { class: "gamecenter-game-stats" }, pc = { class
|
|
|
3907
3909
|
params: { gameId: d.value }
|
|
3908
3910
|
},
|
|
3909
3911
|
onError: (D) => n("gameOfficials", D),
|
|
3910
|
-
onSuccess: () =>
|
|
3912
|
+
onSuccess: () => l("gameOfficials")
|
|
3911
3913
|
});
|
|
3912
3914
|
ur({
|
|
3913
3915
|
data: m,
|
|
3914
|
-
services: { getGameData: v, getGameStats: _, getEvents:
|
|
3916
|
+
services: { getGameData: v, getGameStats: _, getEvents: T, getGameOfficials: C }
|
|
3915
3917
|
});
|
|
3916
3918
|
const A = Bt(t.apiKey), H = h(() => Ht(`/socket/vbr/v2/game-attendance?gameid=${d.value}&apiKey=${A}`));
|
|
3917
|
-
return (D, de) => (
|
|
3918
|
-
b(
|
|
3919
|
+
return (D, de) => (c(), u("div", _c, [
|
|
3920
|
+
b(a(Ct), {
|
|
3919
3921
|
locale: t.locale,
|
|
3920
3922
|
messages: r
|
|
3921
3923
|
}, {
|
|
3922
3924
|
default: k(() => [
|
|
3923
|
-
(
|
|
3925
|
+
(c(!0), u(w, null, P(a(o), (j) => (c(), x(a(Dt), {
|
|
3924
3926
|
key: j.key,
|
|
3925
3927
|
error: j
|
|
3926
3928
|
}, null, 8, ["error"]))), 128)),
|
|
3927
|
-
|
|
3929
|
+
a(E)(a(m)) ? f("", !0) : (c(), x(sl, {
|
|
3928
3930
|
key: 0,
|
|
3929
|
-
"game-data":
|
|
3931
|
+
"game-data": a(m),
|
|
3930
3932
|
locale: t.locale,
|
|
3931
3933
|
"websocket-url": H.value
|
|
3932
3934
|
}, null, 8, ["game-data", "locale", "websocket-url"])),
|
|
3933
|
-
|
|
3935
|
+
a(Ma)(a(m)) ? (c(), x(lc, {
|
|
3934
3936
|
key: 1,
|
|
3935
|
-
"game-data":
|
|
3936
|
-
"game-officials":
|
|
3937
|
+
"game-data": a(m),
|
|
3938
|
+
"game-officials": a($)
|
|
3937
3939
|
}, null, 8, ["game-data", "game-officials"])) : f("", !0),
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
+
a(m)?.gameStatus > 0 ? (c(), u(w, { key: 2 }, [
|
|
3941
|
+
a(E)(a(z)) ? f("", !0) : (c(), x(hc, {
|
|
3940
3942
|
key: 0,
|
|
3941
|
-
"game-data":
|
|
3942
|
-
"game-stats":
|
|
3943
|
+
"game-data": a(m),
|
|
3944
|
+
"game-stats": a(z)
|
|
3943
3945
|
}, null, 8, ["game-data", "game-stats"])),
|
|
3944
|
-
!
|
|
3946
|
+
!a(E)(a(p)) && !a(E)(a(m)) ? (c(), x(tc, {
|
|
3945
3947
|
key: 1,
|
|
3946
|
-
"game-events":
|
|
3947
|
-
"game-data":
|
|
3948
|
+
"game-events": a(p),
|
|
3949
|
+
"game-data": a(m)
|
|
3948
3950
|
}, null, 8, ["game-events", "game-data"])) : f("", !0),
|
|
3949
|
-
|
|
3951
|
+
a(E)(a(z)) ? f("", !0) : (c(), x(dc, {
|
|
3950
3952
|
key: 2,
|
|
3951
|
-
data:
|
|
3952
|
-
"home-team-id":
|
|
3953
|
-
"home-team-name":
|
|
3954
|
-
"away-team-id":
|
|
3955
|
-
"away-team-name":
|
|
3953
|
+
data: a(z).players,
|
|
3954
|
+
"home-team-id": a(m).homeTeam.id,
|
|
3955
|
+
"home-team-name": a(m).homeTeam.longName,
|
|
3956
|
+
"away-team-id": a(m).awayTeam.id,
|
|
3957
|
+
"away-team-name": a(m).awayTeam.longName
|
|
3956
3958
|
}, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])),
|
|
3957
|
-
|
|
3959
|
+
a(E)(a(z)) ? f("", !0) : (c(), x(ac, {
|
|
3958
3960
|
key: 3,
|
|
3959
|
-
data:
|
|
3960
|
-
"home-team-id":
|
|
3961
|
-
"home-team-name":
|
|
3962
|
-
"away-team-id":
|
|
3963
|
-
"away-team-name":
|
|
3961
|
+
data: a(z).goalies,
|
|
3962
|
+
"home-team-id": a(m).homeTeam.id,
|
|
3963
|
+
"home-team-name": a(m).homeTeam.longName,
|
|
3964
|
+
"away-team-id": a(m).awayTeam.id,
|
|
3965
|
+
"away-team-name": a(m).awayTeam.longName
|
|
3964
3966
|
}, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])),
|
|
3965
|
-
!
|
|
3967
|
+
!a(E)(a($)) && !a(E)(a(m)) ? (c(), x(wc, {
|
|
3966
3968
|
key: 4,
|
|
3967
|
-
"game-officials":
|
|
3968
|
-
"home-team-name":
|
|
3969
|
-
"away-team-name":
|
|
3969
|
+
"game-officials": a($),
|
|
3970
|
+
"home-team-name": a(m).homeTeam.longName,
|
|
3971
|
+
"away-team-name": a(m).awayTeam.longName
|
|
3970
3972
|
}, null, 8, ["game-officials", "home-team-name", "away-team-name"])) : f("", !0)
|
|
3971
3973
|
], 64)) : f("", !0)
|
|
3972
3974
|
]),
|