@mjsz-vbr-elements/gamecenter 2.28.0 → 2.29.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,27 +1,27 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/gamecenter
3
- * version: v2.28.0 - 16/09/2025, 20:37:00
3
+ * version: v2.29.1 - 23/09/2025, 08:19:29
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 Vt, watch as pe, getCurrentScope as La, onScopeDispose as Ca, shallowRef as Ge, shallowReadonly as qt, toRef as Da, ref as U, customRef as Ga, toValue as ee, isRef as Ba, reactive as Pt, computed as f, unref as r, createElementBlock as u, openBlock as c, createElementVNode as s, normalizeStyle as je, toDisplayString as m, Fragment as k, renderList as N, toRefs as st, setBlockTracking as R, createTextVNode as y, createCommentVNode as h, createVNode as b, createBlock as x, normalizeClass as q, renderSlot as X, withCtx as T, mergeProps as de, toHandlers as ge, resolveDynamicComponent as Wt, TransitionGroup as Ha, withModifiers as Ra, defineCustomElement as Yt } from "vue";
9
- import { Image as te, FloatingPanel as ae, ResponsiveTable as Fa, DataTable as Ka, I18NProvider as Qt, ErrorNotice as Jt } from "@mjsz-vbr-elements/core/components";
10
- import { useVisibilityChange as Ua, useI18n as M, useColumns as me, useSort as Va, useServices as ie } from "@mjsz-vbr-elements/core/composables";
11
- import { rawConvert as lt, convertSecToMin as V, convertTimesSecToMin as Zt, convertMinToSec as qa, format as Ne, offsetName as Ee, playerName as ct, upperCase as Wa, convert as Ya, resolveApiKey as Xt, getWebsocketURL as ea } from "@mjsz-vbr-elements/core/utils";
12
- import { SORT_STATE_DESCEND as Q, SORT_STATE_ASCEND as Pe, convertMinToSec as Qa, playerName as dt } from "@mjsz-vbr-elements/core";
13
- function ve(e) {
8
+ import { readonly as Wt, watch as ve, getCurrentScope as La, onScopeDispose as Ca, shallowRef as He, shallowReadonly as Yt, toRef as Da, ref as F, customRef as Ga, toValue as ee, isRef as Ba, reactive as jt, computed as f, unref as r, createElementBlock as u, openBlock as c, createElementVNode as s, normalizeStyle as Ne, toDisplayString as m, Fragment as k, renderList as N, toRefs as ct, setBlockTracking as R, createTextVNode as w, createCommentVNode as h, createVNode as b, createBlock as x, normalizeClass as q, renderSlot as X, withCtx as T, mergeProps as de, toHandlers as ge, resolveDynamicComponent as Qt, TransitionGroup as Ha, withModifiers as Ra, defineCustomElement as Jt } from "vue";
9
+ import { Image as te, FloatingPanel as ae, ResponsiveTable as Fa, DataTable as Ka, I18NProvider as Zt, ErrorNotice as Xt } from "@mjsz-vbr-elements/core/components";
10
+ import { useVisibilityChange as Va, useI18n as M, useColumns as me, useSort as Ua, useServices as ie, useGameDataSocket as qa } from "@mjsz-vbr-elements/core/composables";
11
+ import { rawConvert as dt, convertSecToMin as U, convertTimesSecToMin as ea, convertMinToSec as Wa, format as Ee, offsetName as Oe, playerName as gt, upperCase as Ya, convert as Qa, resolveApiKey as ta, getWebsocketURL as et } from "@mjsz-vbr-elements/core/utils";
12
+ import { SORT_STATE_DESCEND as Q, SORT_STATE_ASCEND as $e, useVisibilityChange as Ja, convertMinToSec as Za, playerName as mt } from "@mjsz-vbr-elements/core";
13
+ function be(e) {
14
14
  return La() ? (Ca(e), !0) : !1;
15
15
  }
16
- const ne = typeof window < "u" && typeof document < "u", $t = typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope, Ja = Object.prototype.toString, Za = (e) => Ja.call(e) === "[object Object]", Xa = () => {
16
+ const ne = typeof window < "u" && typeof document < "u", Nt = typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope, Xa = Object.prototype.toString, er = (e) => Xa.call(e) === "[object Object]", tr = () => {
17
17
  };
18
- function ta(...e) {
18
+ function aa(...e) {
19
19
  if (e.length !== 1)
20
20
  return Da(...e);
21
21
  const t = e[0];
22
- return typeof t == "function" ? Vt(Ga(() => ({ get: t, set: Xa }))) : U(t);
22
+ return typeof t == "function" ? Wt(Ga(() => ({ get: t, set: tr }))) : F(t);
23
23
  }
24
- function er(e, t) {
24
+ function ar(e, t) {
25
25
  function a(...i) {
26
26
  return new Promise((n, o) => {
27
27
  Promise.resolve(e(() => t.apply(this, i), { fn: t, thisArg: this, args: i })).then(n).catch(o);
@@ -29,11 +29,11 @@ function er(e, t) {
29
29
  }
30
30
  return a;
31
31
  }
32
- const aa = (e) => e();
33
- function tr(e = aa, t = {}) {
32
+ const ra = (e) => e();
33
+ function rr(e = ra, t = {}) {
34
34
  const {
35
35
  initialState: a = "active"
36
- } = t, i = ta(a === "active");
36
+ } = t, i = aa(a === "active");
37
37
  function n() {
38
38
  i.value = !1;
39
39
  }
@@ -43,32 +43,32 @@ function tr(e = aa, t = {}) {
43
43
  const l = (...d) => {
44
44
  i.value && e(...d);
45
45
  };
46
- return { isActive: Vt(i), pause: n, resume: o, eventFilter: l };
46
+ return { isActive: Wt(i), pause: n, resume: o, eventFilter: l };
47
47
  }
48
- function qe(e) {
48
+ function Ye(e) {
49
49
  return Array.isArray(e) ? e : [e];
50
50
  }
51
- function ar(e, t, a = {}) {
51
+ function ir(e, t, a = {}) {
52
52
  const {
53
- eventFilter: i = aa,
53
+ eventFilter: i = ra,
54
54
  ...n
55
55
  } = a;
56
- return pe(
56
+ return ve(
57
57
  e,
58
- er(
58
+ ar(
59
59
  i,
60
60
  t
61
61
  ),
62
62
  n
63
63
  );
64
64
  }
65
- function rr(e, t, a = {}) {
65
+ function nr(e, t, a = {}) {
66
66
  const {
67
67
  eventFilter: i,
68
68
  initialState: n = "active",
69
69
  ...o
70
- } = a, { eventFilter: l, pause: d, resume: g, isActive: v } = tr(i, { initialState: n });
71
- return { stop: ar(
70
+ } = a, { eventFilter: l, pause: d, resume: g, isActive: v } = rr(i, { initialState: n });
71
+ return { stop: ir(
72
72
  e,
73
73
  t,
74
74
  {
@@ -77,13 +77,13 @@ function rr(e, t, a = {}) {
77
77
  }
78
78
  ), pause: d, resume: g, isActive: v };
79
79
  }
80
- function ir(e, t = 1e3, a = {}) {
80
+ function or(e, t = 1e3, a = {}) {
81
81
  const {
82
82
  immediate: i = !0,
83
83
  immediateCallback: n = !1
84
84
  } = a;
85
85
  let o = null;
86
- const l = Ge(!1);
86
+ const l = He(!1);
87
87
  function d() {
88
88
  o && (clearInterval(o), o = null);
89
89
  }
@@ -95,22 +95,22 @@ function ir(e, t = 1e3, a = {}) {
95
95
  p <= 0 || (l.value = !0, n && e(), d(), l.value && (o = setInterval(e, p)));
96
96
  }
97
97
  if (i && ne && v(), Ba(t) || typeof t == "function") {
98
- const p = pe(t, () => {
98
+ const p = ve(t, () => {
99
99
  l.value && ne && v();
100
100
  });
101
- ve(p);
101
+ be(p);
102
102
  }
103
- return ve(g), {
104
- isActive: qt(l),
103
+ return be(g), {
104
+ isActive: Yt(l),
105
105
  pause: g,
106
106
  resume: v
107
107
  };
108
108
  }
109
- function nr(e, t, a = {}) {
109
+ function sr(e, t, a = {}) {
110
110
  const {
111
111
  immediate: i = !0,
112
112
  immediateCallback: n = !1
113
- } = a, o = Ge(!1);
113
+ } = a, o = He(!1);
114
114
  let l;
115
115
  function d() {
116
116
  l && (clearTimeout(l), l = void 0);
@@ -123,14 +123,14 @@ function nr(e, t, a = {}) {
123
123
  o.value = !1, l = void 0, e(...p);
124
124
  }, ee(t));
125
125
  }
126
- return i && (o.value = !0, ne && v()), ve(g), {
127
- isPending: qt(o),
126
+ return i && (o.value = !0, ne && v()), be(g), {
127
+ isPending: Yt(o),
128
128
  start: v,
129
129
  stop: g
130
130
  };
131
131
  }
132
- function or(e, t, a) {
133
- return pe(
132
+ function lr(e, t, a) {
133
+ return ve(
134
134
  e,
135
135
  t,
136
136
  {
@@ -139,25 +139,25 @@ function or(e, t, a) {
139
139
  }
140
140
  );
141
141
  }
142
- const ra = ne ? window : void 0;
143
- function sr(e) {
142
+ const ia = ne ? window : void 0;
143
+ function cr(e) {
144
144
  var t;
145
145
  const a = ee(e);
146
146
  return (t = a?.$el) != null ? t : a;
147
147
  }
148
- function Xe(...e) {
148
+ function tt(...e) {
149
149
  const t = [], a = () => {
150
150
  t.forEach((d) => d()), t.length = 0;
151
151
  }, i = (d, g, v, p) => (d.addEventListener(g, v, p), () => d.removeEventListener(g, v, p)), n = f(() => {
152
- const d = qe(ee(e[0])).filter((g) => g != null);
152
+ const d = Ye(ee(e[0])).filter((g) => g != null);
153
153
  return d.every((g) => typeof g != "string") ? d : void 0;
154
- }), o = or(
154
+ }), o = lr(
155
155
  () => {
156
156
  var d, g;
157
157
  return [
158
- (g = (d = n.value) == null ? void 0 : d.map((v) => sr(v))) != null ? g : [ra].filter((v) => v != null),
159
- qe(ee(n.value ? e[1] : e[0])),
160
- qe(r(n.value ? e[2] : e[1])),
158
+ (g = (d = n.value) == null ? void 0 : d.map((v) => cr(v))) != null ? g : [ia].filter((v) => v != null),
159
+ Ye(ee(n.value ? e[1] : e[0])),
160
+ Ye(r(n.value ? e[2] : e[1])),
161
161
  // @ts-expect-error - TypeScript gets the correct types, but somehow still complains
162
162
  ee(n.value ? e[3] : e[2])
163
163
  ];
@@ -165,11 +165,11 @@ function Xe(...e) {
165
165
  ([d, g, v, p]) => {
166
166
  if (a(), !d?.length || !g?.length || !v?.length)
167
167
  return;
168
- const S = Za(p) ? { ...p } : p;
168
+ const S = er(p) ? { ...p } : p;
169
169
  t.push(
170
170
  ...d.flatMap(
171
- (w) => g.flatMap(
172
- (z) => v.map((P) => i(w, z, P, S))
171
+ (y) => g.flatMap(
172
+ (z) => v.map((P) => i(y, z, P, S))
173
173
  )
174
174
  )
175
175
  );
@@ -178,13 +178,13 @@ function Xe(...e) {
178
178
  ), l = () => {
179
179
  o(), a();
180
180
  };
181
- return ve(a), l;
181
+ return be(a), l;
182
182
  }
183
- function We(e, t, a = {}) {
183
+ function pe(e, t, a = {}) {
184
184
  const {
185
185
  immediate: i = !0,
186
186
  immediateCallback: n = !1
187
- } = a, { start: o } = nr(d, t, { immediate: i }), l = Ge(!1);
187
+ } = a, { start: o } = sr(d, t, { immediate: i }), l = He(!1);
188
188
  async function d() {
189
189
  l.value && (await e(), o());
190
190
  }
@@ -194,25 +194,25 @@ function We(e, t, a = {}) {
194
194
  function v() {
195
195
  l.value = !1;
196
196
  }
197
- return i && ne && g(), ve(v), {
197
+ return i && ne && g(), be(v), {
198
198
  isActive: l,
199
199
  pause: v,
200
200
  resume: g
201
201
  };
202
202
  }
203
- function gt(e = "history", t = {}) {
203
+ function ut(e = "history", t = {}) {
204
204
  const {
205
205
  initialValue: a = {},
206
206
  removeNullishValues: i = !0,
207
207
  removeFalsyValues: n = !1,
208
208
  write: o = !0,
209
209
  writeMode: l = "replace",
210
- window: d = ra,
210
+ window: d = ia,
211
211
  stringify: g = ($) => $.toString()
212
212
  } = t;
213
213
  if (!d)
214
- return Pt(a);
215
- const v = Pt({});
214
+ return jt(a);
215
+ const v = jt({});
216
216
  function p() {
217
217
  if (e === "history")
218
218
  return d.location.search || "";
@@ -231,7 +231,7 @@ function gt(e = "history", t = {}) {
231
231
  const D = d.location.hash || "#", H = D.indexOf("?");
232
232
  return H > 0 ? `${d.location.search || ""}${D.slice(0, H)}${_ ? `?${_}` : ""}` : `${d.location.search || ""}${D}${_ ? `?${_}` : ""}`;
233
233
  }
234
- function w() {
234
+ function y() {
235
235
  return new URLSearchParams(p());
236
236
  }
237
237
  function z($) {
@@ -242,7 +242,7 @@ function gt(e = "history", t = {}) {
242
242
  }
243
243
  Array.from(_).forEach((D) => delete v[D]);
244
244
  }
245
- const { pause: P, resume: L } = rr(
245
+ const { pause: P, resume: L } = nr(
246
246
  v,
247
247
  () => {
248
248
  const $ = new URLSearchParams("");
@@ -265,18 +265,18 @@ function gt(e = "history", t = {}) {
265
265
  ), L();
266
266
  }
267
267
  function B() {
268
- o && j(w(), !0);
268
+ o && j(y(), !0);
269
269
  }
270
270
  const C = { passive: !0 };
271
- Xe(d, "popstate", B, C), e !== "history" && Xe(d, "hashchange", B, C);
272
- const Y = w();
273
- return Y.keys().next().value ? z(Y) : Object.assign(v, a), v;
271
+ tt(d, "popstate", B, C), e !== "history" && tt(d, "hashchange", B, C);
272
+ const W = y();
273
+ return W.keys().next().value ? z(W) : Object.assign(v, a), v;
274
274
  }
275
- const jt = "ping";
276
- function Ye(e) {
275
+ const Et = "ping";
276
+ function Qe(e) {
277
277
  return e === !0 ? {} : e;
278
278
  }
279
- function lr(e, t = {}) {
279
+ function dr(e, t = {}) {
280
280
  const {
281
281
  onConnected: a,
282
282
  onDisconnected: i,
@@ -286,77 +286,77 @@ function lr(e, t = {}) {
286
286
  autoConnect: d = !0,
287
287
  autoClose: g = !0,
288
288
  protocols: v = []
289
- } = t, p = U(null), S = Ge("CLOSED"), w = U(), z = ta(e);
290
- let P, L, j = !1, B = 0, C = [], Y, $;
289
+ } = t, p = F(null), S = He("CLOSED"), y = F(), z = aa(e);
290
+ let P, L, j = !1, B = 0, C = [], W, $;
291
291
  const _ = () => {
292
- if (C.length && w.value && S.value === "OPEN") {
292
+ if (C.length && y.value && S.value === "OPEN") {
293
293
  for (const G of C)
294
- w.value.send(G);
294
+ y.value.send(G);
295
295
  C = [];
296
296
  }
297
297
  }, D = () => {
298
- Y != null && (clearTimeout(Y), Y = void 0);
298
+ W != null && (clearTimeout(W), W = void 0);
299
299
  }, H = () => {
300
300
  clearTimeout($), $ = void 0;
301
- }, fe = (G = 1e3, F) => {
302
- D(), !(!ne && !$t || !w.value) && (j = !0, H(), P?.(), w.value.close(G, F), w.value = void 0);
303
- }, zt = (G, F = !0) => !w.value || S.value !== "OPEN" ? (F && C.push(G), !1) : (_(), w.value.send(G), !0), _t = () => {
301
+ }, he = (G = 1e3, K) => {
302
+ D(), !(!ne && !Nt || !y.value) && (j = !0, H(), P?.(), y.value.close(G, K), y.value = void 0);
303
+ }, Pt = (G, K = !0) => !y.value || S.value !== "OPEN" ? (K && C.push(G), !1) : (_(), y.value.send(G), !0), $t = () => {
304
304
  if (j || typeof z.value > "u")
305
305
  return;
306
306
  const G = new WebSocket(z.value, v);
307
- w.value = G, S.value = "CONNECTING", G.onopen = () => {
307
+ y.value = G, S.value = "CONNECTING", G.onopen = () => {
308
308
  S.value = "OPEN", B = 0, a?.(G), L?.(), _();
309
- }, G.onclose = (F) => {
310
- if (S.value = "CLOSED", H(), P?.(), i?.(G, F), !j && t.autoReconnect && (w.value == null || G === w.value)) {
309
+ }, G.onclose = (K) => {
310
+ if (S.value = "CLOSED", H(), P?.(), i?.(G, K), !j && t.autoReconnect && (y.value == null || G === y.value)) {
311
311
  const {
312
312
  retries: Z = -1,
313
- delay: he = 1e3,
314
- onFailed: _e
315
- } = Ye(t.autoReconnect);
316
- (typeof Z == "function" ? Z : () => typeof Z == "number" && (Z < 0 || B < Z))(B) ? (B += 1, Y = setTimeout(_t, he)) : _e?.();
313
+ delay: ye = 1e3,
314
+ onFailed: Pe
315
+ } = Qe(t.autoReconnect);
316
+ (typeof Z == "function" ? Z : () => typeof Z == "number" && (Z < 0 || B < Z))(B) ? (B += 1, W = setTimeout($t, ye)) : Pe?.();
317
317
  }
318
- }, G.onerror = (F) => {
319
- n?.(G, F);
320
- }, G.onmessage = (F) => {
318
+ }, G.onerror = (K) => {
319
+ n?.(G, K);
320
+ }, G.onmessage = (K) => {
321
321
  if (t.heartbeat) {
322
322
  H();
323
323
  const {
324
- message: Z = jt,
325
- responseMessage: he = Z
326
- } = Ye(t.heartbeat);
327
- if (F.data === ee(he))
324
+ message: Z = Et,
325
+ responseMessage: ye = Z
326
+ } = Qe(t.heartbeat);
327
+ if (K.data === ee(ye))
328
328
  return;
329
329
  }
330
- p.value = F.data, o?.(G, F);
330
+ p.value = K.data, o?.(G, K);
331
331
  };
332
332
  };
333
333
  if (t.heartbeat) {
334
334
  const {
335
- message: G = jt,
336
- interval: F = 1e3,
335
+ message: G = Et,
336
+ interval: K = 1e3,
337
337
  pongTimeout: Z = 1e3
338
- } = Ye(t.heartbeat), { pause: he, resume: _e } = ir(
338
+ } = Qe(t.heartbeat), { pause: ye, resume: Pe } = or(
339
339
  () => {
340
- zt(ee(G), !1), $ == null && ($ = setTimeout(() => {
341
- fe(), j = !1;
340
+ Pt(ee(G), !1), $ == null && ($ = setTimeout(() => {
341
+ he(), j = !1;
342
342
  }, Z));
343
343
  },
344
- F,
344
+ K,
345
345
  { immediate: !1 }
346
346
  );
347
- P = he, L = _e;
347
+ P = ye, L = Pe;
348
348
  }
349
- g && (ne && Xe("beforeunload", () => fe(), { passive: !0 }), ve(fe));
350
- const Ve = () => {
351
- !ne && !$t || (fe(), j = !1, B = 0, _t());
349
+ g && (ne && tt("beforeunload", () => he(), { passive: !0 }), be(he));
350
+ const We = () => {
351
+ !ne && !Nt || (he(), j = !1, B = 0, $t());
352
352
  };
353
- return l && Ve(), d && pe(z, Ve), {
353
+ return l && We(), d && ve(z, We), {
354
354
  data: p,
355
355
  status: S,
356
- close: fe,
357
- send: zt,
358
- open: Ve,
359
- ws: w
356
+ close: he,
357
+ send: Pt,
358
+ open: We,
359
+ ws: y
360
360
  };
361
361
  }
362
362
  function E(e) {
@@ -385,7 +385,7 @@ function I(e) {
385
385
  }
386
386
  };
387
387
  }
388
- function Be(e, t) {
388
+ function Re(e, t) {
389
389
  switch (e) {
390
390
  case 0:
391
391
  return function() {
@@ -435,19 +435,19 @@ function Be(e, t) {
435
435
  throw new Error("First argument to _arity must be a non-negative integer no greater than ten");
436
436
  }
437
437
  }
438
- function mt(e, t, a) {
438
+ function vt(e, t, a) {
439
439
  return function() {
440
440
  for (var i = [], n = 0, o = e, l = 0, d = !1; l < t.length || n < arguments.length; ) {
441
441
  var g;
442
442
  l < t.length && (!E(t[l]) || n >= arguments.length) ? g = t[l] : (g = arguments[n], n += 1), i[l] = g, E(g) ? d = !0 : o -= 1, l += 1;
443
443
  }
444
- return !d && o <= 0 ? a.apply(this, i) : Be(Math.max(0, o), mt(e, i, a));
444
+ return !d && o <= 0 ? a.apply(this, i) : Re(Math.max(0, o), vt(e, i, a));
445
445
  };
446
446
  }
447
- var ut = /* @__PURE__ */ I(function(t, a) {
448
- return t === 1 ? A(a) : Be(t, mt(t, [], a));
447
+ var pt = /* @__PURE__ */ I(function(t, a) {
448
+ return t === 1 ? A(a) : Re(t, vt(t, [], a));
449
449
  });
450
- function be(e) {
450
+ function fe(e) {
451
451
  return function t(a, i, n) {
452
452
  switch (arguments.length) {
453
453
  case 0:
@@ -481,24 +481,24 @@ function be(e) {
481
481
  }
482
482
  };
483
483
  }
484
- const He = Array.isArray || function(t) {
484
+ const Fe = Array.isArray || function(t) {
485
485
  return t != null && t.length >= 0 && Object.prototype.toString.call(t) === "[object Array]";
486
486
  };
487
- function cr(e) {
487
+ function gr(e) {
488
488
  return e != null && typeof e["@@transducer/step"] == "function";
489
489
  }
490
- function vt(e, t, a) {
490
+ function bt(e, t, a) {
491
491
  return function() {
492
492
  if (arguments.length === 0)
493
493
  return a();
494
494
  var i = arguments[arguments.length - 1];
495
- if (!He(i)) {
495
+ if (!Fe(i)) {
496
496
  for (var n = 0; n < e.length; ) {
497
497
  if (typeof i[e[n]] == "function")
498
498
  return i[e[n]].apply(i, Array.prototype.slice.call(arguments, 0, -1));
499
499
  n += 1;
500
500
  }
501
- if (cr(i)) {
501
+ if (gr(i)) {
502
502
  var o = t.apply(null, Array.prototype.slice.call(arguments, 0, -1));
503
503
  return o(i);
504
504
  }
@@ -506,13 +506,13 @@ function vt(e, t, a) {
506
506
  return a.apply(this, arguments);
507
507
  };
508
508
  }
509
- function dr(e) {
509
+ function mr(e) {
510
510
  return e && e["@@transducer/reduced"] ? e : {
511
511
  "@@transducer/value": e,
512
512
  "@@transducer/reduced": !0
513
513
  };
514
514
  }
515
- const ke = {
515
+ const xe = {
516
516
  init: function() {
517
517
  return this.xf["@@transducer/init"]();
518
518
  },
@@ -520,12 +520,12 @@ const ke = {
520
520
  return this.xf["@@transducer/result"](e);
521
521
  }
522
522
  };
523
- function Nt(e) {
523
+ function Ot(e) {
524
524
  for (var t = [], a; !(a = e.next()).done; )
525
525
  t.push(a.value);
526
526
  return t;
527
527
  }
528
- function Et(e, t, a) {
528
+ function It(e, t, a) {
529
529
  for (var i = 0, n = a.length; i < n; ) {
530
530
  if (e(t, a[i]))
531
531
  return !0;
@@ -533,63 +533,63 @@ function Et(e, t, a) {
533
533
  }
534
534
  return !1;
535
535
  }
536
- function gr(e) {
536
+ function ur(e) {
537
537
  var t = String(e).match(/^function (\w*)/);
538
538
  return t == null ? "" : t[1];
539
539
  }
540
540
  function ue(e, t) {
541
541
  return Object.prototype.hasOwnProperty.call(t, e);
542
542
  }
543
- function mr(e, t) {
543
+ function vr(e, t) {
544
544
  return e === t ? e !== 0 || 1 / e === 1 / t : e !== e && t !== t;
545
545
  }
546
- const Qe = typeof Object.is == "function" ? Object.is : mr;
547
- var Ot = Object.prototype.toString, ia = /* @__PURE__ */ function() {
548
- return Ot.call(arguments) === "[object Arguments]" ? function(t) {
549
- return Ot.call(t) === "[object Arguments]";
546
+ const Je = typeof Object.is == "function" ? Object.is : vr;
547
+ var At = Object.prototype.toString, na = /* @__PURE__ */ function() {
548
+ return At.call(arguments) === "[object Arguments]" ? function(t) {
549
+ return At.call(t) === "[object Arguments]";
550
550
  } : function(t) {
551
551
  return ue("callee", t);
552
552
  };
553
- }(), ur = !/* @__PURE__ */ {
553
+ }(), pr = !/* @__PURE__ */ {
554
554
  toString: null
555
- }.propertyIsEnumerable("toString"), It = ["constructor", "valueOf", "isPrototypeOf", "toString", "propertyIsEnumerable", "hasOwnProperty", "toLocaleString"], At = /* @__PURE__ */ function() {
555
+ }.propertyIsEnumerable("toString"), Mt = ["constructor", "valueOf", "isPrototypeOf", "toString", "propertyIsEnumerable", "hasOwnProperty", "toLocaleString"], Lt = /* @__PURE__ */ function() {
556
556
  return arguments.propertyIsEnumerable("length");
557
- }(), vr = function(t, a) {
557
+ }(), br = function(t, a) {
558
558
  for (var i = 0; i < t.length; ) {
559
559
  if (t[i] === a)
560
560
  return !0;
561
561
  i += 1;
562
562
  }
563
563
  return !1;
564
- }, oe = /* @__PURE__ */ A(typeof Object.keys == "function" && !At ? function(t) {
564
+ }, oe = /* @__PURE__ */ A(typeof Object.keys == "function" && !Lt ? function(t) {
565
565
  return Object(t) !== t ? [] : Object.keys(t);
566
566
  } : function(t) {
567
567
  if (Object(t) !== t)
568
568
  return [];
569
- var a, i, n = [], o = At && ia(t);
569
+ var a, i, n = [], o = Lt && na(t);
570
570
  for (a in t)
571
571
  ue(a, t) && (!o || a !== "length") && (n[n.length] = a);
572
- if (ur)
573
- for (i = It.length - 1; i >= 0; )
574
- a = It[i], ue(a, t) && !vr(n, a) && (n[n.length] = a), i -= 1;
572
+ if (pr)
573
+ for (i = Mt.length - 1; i >= 0; )
574
+ a = Mt[i], ue(a, t) && !br(n, a) && (n[n.length] = a), i -= 1;
575
575
  return n;
576
- }), et = /* @__PURE__ */ A(function(t) {
576
+ }), at = /* @__PURE__ */ A(function(t) {
577
577
  return t === null ? "Null" : t === void 0 ? "Undefined" : Object.prototype.toString.call(t).slice(8, -1);
578
578
  });
579
- function Mt(e, t, a, i) {
580
- var n = Nt(e), o = Nt(t);
579
+ function Ct(e, t, a, i) {
580
+ var n = Ot(e), o = Ot(t);
581
581
  function l(d, g) {
582
- return pt(d, g, a.slice(), i.slice());
582
+ return ft(d, g, a.slice(), i.slice());
583
583
  }
584
- return !Et(function(d, g) {
585
- return !Et(l, g, d);
584
+ return !It(function(d, g) {
585
+ return !It(l, g, d);
586
586
  }, o, n);
587
587
  }
588
- function pt(e, t, a, i) {
589
- if (Qe(e, t))
588
+ function ft(e, t, a, i) {
589
+ if (Je(e, t))
590
590
  return !0;
591
- var n = et(e);
592
- if (n !== et(t))
591
+ var n = at(e);
592
+ if (n !== at(t))
593
593
  return !1;
594
594
  if (typeof e["fantasy-land/equals"] == "function" || typeof t["fantasy-land/equals"] == "function")
595
595
  return typeof e["fantasy-land/equals"] == "function" && e["fantasy-land/equals"](t) && typeof t["fantasy-land/equals"] == "function" && t["fantasy-land/equals"](e);
@@ -599,17 +599,17 @@ function pt(e, t, a, i) {
599
599
  case "Arguments":
600
600
  case "Array":
601
601
  case "Object":
602
- if (typeof e.constructor == "function" && gr(e.constructor) === "Promise")
602
+ if (typeof e.constructor == "function" && ur(e.constructor) === "Promise")
603
603
  return e === t;
604
604
  break;
605
605
  case "Boolean":
606
606
  case "Number":
607
607
  case "String":
608
- if (!(typeof e == typeof t && Qe(e.valueOf(), t.valueOf())))
608
+ if (!(typeof e == typeof t && Je(e.valueOf(), t.valueOf())))
609
609
  return !1;
610
610
  break;
611
611
  case "Date":
612
- if (!Qe(e.valueOf(), t.valueOf()))
612
+ if (!Je(e.valueOf(), t.valueOf()))
613
613
  return !1;
614
614
  break;
615
615
  case "Error":
@@ -626,9 +626,9 @@ function pt(e, t, a, i) {
626
626
  }
627
627
  switch (n) {
628
628
  case "Map":
629
- return e.size !== t.size ? !1 : Mt(e.entries(), t.entries(), a.concat([e]), i.concat([t]));
629
+ return e.size !== t.size ? !1 : Ct(e.entries(), t.entries(), a.concat([e]), i.concat([t]));
630
630
  case "Set":
631
- return e.size !== t.size ? !1 : Mt(e.values(), t.values(), a.concat([e]), i.concat([t]));
631
+ return e.size !== t.size ? !1 : Ct(e.values(), t.values(), a.concat([e]), i.concat([t]));
632
632
  case "Arguments":
633
633
  case "Array":
634
634
  case "Object":
@@ -658,16 +658,16 @@ function pt(e, t, a, i) {
658
658
  var d = a.concat([e]), g = i.concat([t]);
659
659
  for (o = l.length - 1; o >= 0; ) {
660
660
  var v = l[o];
661
- if (!(ue(v, t) && pt(t[v], e[v], d, g)))
661
+ if (!(ue(v, t) && ft(t[v], e[v], d, g)))
662
662
  return !1;
663
663
  o -= 1;
664
664
  }
665
665
  return !0;
666
666
  }
667
- var Re = /* @__PURE__ */ I(function(t, a) {
668
- return pt(t, a, [], []);
667
+ var Ke = /* @__PURE__ */ I(function(t, a) {
668
+ return ft(t, a, [], []);
669
669
  });
670
- function pr(e, t, a) {
670
+ function fr(e, t, a) {
671
671
  var i, n;
672
672
  if (typeof e.indexOf == "function")
673
673
  switch (typeof t) {
@@ -699,100 +699,100 @@ function pr(e, t, a) {
699
699
  return e.indexOf(t, a);
700
700
  }
701
701
  for (; a < e.length; ) {
702
- if (Re(e[a], t))
702
+ if (Ke(e[a], t))
703
703
  return a;
704
704
  a += 1;
705
705
  }
706
706
  return -1;
707
707
  }
708
- function br(e, t) {
709
- return pr(t, e, 0) >= 0;
708
+ function hr(e, t) {
709
+ return fr(t, e, 0) >= 0;
710
710
  }
711
- function $e(e, t) {
711
+ function je(e, t) {
712
712
  for (var a = 0, i = t.length, n = Array(i); a < i; )
713
713
  n[a] = e(t[a]), a += 1;
714
714
  return n;
715
715
  }
716
- function Je(e) {
716
+ function Ze(e) {
717
717
  var t = e.replace(/\\/g, "\\\\").replace(/[\b]/g, "\\b").replace(/\f/g, "\\f").replace(/\n/g, "\\n").replace(/\r/g, "\\r").replace(/\t/g, "\\t").replace(/\v/g, "\\v").replace(/\0/g, "\\0");
718
718
  return '"' + t.replace(/"/g, '\\"') + '"';
719
719
  }
720
- var ye = function(t) {
720
+ var we = function(t) {
721
721
  return (t < 10 ? "0" : "") + t;
722
- }, fr = typeof Date.prototype.toISOString == "function" ? function(t) {
722
+ }, yr = typeof Date.prototype.toISOString == "function" ? function(t) {
723
723
  return t.toISOString();
724
724
  } : function(t) {
725
- return t.getUTCFullYear() + "-" + ye(t.getUTCMonth() + 1) + "-" + ye(t.getUTCDate()) + "T" + ye(t.getUTCHours()) + ":" + ye(t.getUTCMinutes()) + ":" + ye(t.getUTCSeconds()) + "." + (t.getUTCMilliseconds() / 1e3).toFixed(3).slice(2, 5) + "Z";
725
+ return t.getUTCFullYear() + "-" + we(t.getUTCMonth() + 1) + "-" + we(t.getUTCDate()) + "T" + we(t.getUTCHours()) + ":" + we(t.getUTCMinutes()) + ":" + we(t.getUTCSeconds()) + "." + (t.getUTCMilliseconds() / 1e3).toFixed(3).slice(2, 5) + "Z";
726
726
  };
727
- function hr(e) {
727
+ function wr(e) {
728
728
  return function() {
729
729
  return !e.apply(this, arguments);
730
730
  };
731
731
  }
732
- function na(e, t, a) {
732
+ function oa(e, t, a) {
733
733
  for (var i = 0, n = a.length; i < n; )
734
734
  t = e(t, a[i]), i += 1;
735
735
  return t;
736
736
  }
737
- function yr(e, t) {
737
+ function kr(e, t) {
738
738
  for (var a = 0, i = t.length, n = []; a < i; )
739
739
  e(t[a]) && (n[n.length] = t[a]), a += 1;
740
740
  return n;
741
741
  }
742
- function wr(e, t) {
742
+ function xr(e, t) {
743
743
  for (var a = /* @__PURE__ */ new Map(), i = t.entries(), n = i.next(); !n.done; )
744
744
  e(n.value[1]) && a.set(n.value[0], n.value[1]), n = i.next();
745
745
  return a;
746
746
  }
747
- function kr(e) {
747
+ function Tr(e) {
748
748
  return Object.prototype.toString.call(e) === "[object Map]";
749
749
  }
750
- function oa(e) {
750
+ function sa(e) {
751
751
  return Object.prototype.toString.call(e) === "[object Object]";
752
752
  }
753
- var xr = /* @__PURE__ */ function() {
753
+ var Sr = /* @__PURE__ */ function() {
754
754
  function e(t, a) {
755
755
  this.xf = a, this.f = t;
756
756
  }
757
- return e.prototype["@@transducer/init"] = ke.init, e.prototype["@@transducer/result"] = ke.result, e.prototype["@@transducer/step"] = function(t, a) {
757
+ return e.prototype["@@transducer/init"] = xe.init, e.prototype["@@transducer/result"] = xe.result, e.prototype["@@transducer/step"] = function(t, a) {
758
758
  return this.f(a) ? this.xf["@@transducer/step"](t, a) : t;
759
759
  }, e;
760
760
  }();
761
- function Tr(e) {
761
+ function zr(e) {
762
762
  return function(t) {
763
- return new xr(e, t);
763
+ return new Sr(e, t);
764
764
  };
765
765
  }
766
- var sa = /* @__PURE__ */ I(/* @__PURE__ */ vt(["fantasy-land/filter", "filter"], Tr, function(e, t) {
767
- return oa(t) ? na(function(a, i) {
766
+ var la = /* @__PURE__ */ I(/* @__PURE__ */ bt(["fantasy-land/filter", "filter"], zr, function(e, t) {
767
+ return sa(t) ? oa(function(a, i) {
768
768
  return e(t[i]) && (a[i] = t[i]), a;
769
- }, {}, oe(t)) : kr(t) ? wr(e, t) : (
769
+ }, {}, oe(t)) : Tr(t) ? xr(e, t) : (
770
770
  // else
771
- yr(e, t)
771
+ kr(e, t)
772
772
  );
773
773
  })), se = /* @__PURE__ */ I(function(t, a) {
774
- return sa(hr(t), a);
774
+ return la(wr(t), a);
775
775
  });
776
- function la(e, t) {
776
+ function ca(e, t) {
777
777
  var a = function(l) {
778
778
  var d = t.concat([e]);
779
- return br(l, d) ? "<Circular>" : la(l, d);
779
+ return hr(l, d) ? "<Circular>" : ca(l, d);
780
780
  }, i = function(o, l) {
781
- return $e(function(d) {
782
- return Je(d) + ": " + a(o[d]);
781
+ return je(function(d) {
782
+ return Ze(d) + ": " + a(o[d]);
783
783
  }, l.slice().sort());
784
784
  };
785
785
  switch (Object.prototype.toString.call(e)) {
786
786
  case "[object Arguments]":
787
- return "(function() { return arguments; }(" + $e(a, e).join(", ") + "))";
787
+ return "(function() { return arguments; }(" + je(a, e).join(", ") + "))";
788
788
  case "[object Array]":
789
- return "[" + $e(a, e).concat(i(e, se(function(o) {
789
+ return "[" + je(a, e).concat(i(e, se(function(o) {
790
790
  return /^\d+$/.test(o);
791
791
  }, oe(e)))).join(", ") + "]";
792
792
  case "[object Boolean]":
793
793
  return typeof e == "object" ? "new Boolean(" + a(e.valueOf()) + ")" : e.toString();
794
794
  case "[object Date]":
795
- return "new Date(" + (isNaN(e.valueOf()) ? a(NaN) : Je(fr(e))) + ")";
795
+ return "new Date(" + (isNaN(e.valueOf()) ? a(NaN) : Ze(yr(e))) + ")";
796
796
  case "[object Map]":
797
797
  return "new Map(" + a(Array.from(e)) + ")";
798
798
  case "[object Null]":
@@ -802,7 +802,7 @@ function la(e, t) {
802
802
  case "[object Set]":
803
803
  return "new Set(" + a(Array.from(e).sort()) + ")";
804
804
  case "[object String]":
805
- return typeof e == "object" ? "new String(" + a(e.valueOf()) + ")" : Je(e);
805
+ return typeof e == "object" ? "new String(" + a(e.valueOf()) + ")" : Ze(e);
806
806
  case "[object Undefined]":
807
807
  return "undefined";
808
808
  default:
@@ -814,9 +814,9 @@ function la(e, t) {
814
814
  return "{" + i(e, oe(e)).join(", ") + "}";
815
815
  }
816
816
  }
817
- var Oe = /* @__PURE__ */ A(function(t) {
818
- return la(t, []);
819
- }), Sr = /* @__PURE__ */ I(function(t, a) {
817
+ var Ie = /* @__PURE__ */ A(function(t) {
818
+ return ca(t, []);
819
+ }), _r = /* @__PURE__ */ I(function(t, a) {
820
820
  if (t === a)
821
821
  return a;
822
822
  function i(g, v) {
@@ -829,63 +829,63 @@ var Oe = /* @__PURE__ */ A(function(t) {
829
829
  var o = i(typeof t, typeof a);
830
830
  if (o !== void 0)
831
831
  return o === typeof t ? t : a;
832
- var l = Oe(t), d = i(l, Oe(a));
832
+ var l = Ie(t), d = i(l, Ie(a));
833
833
  return d !== void 0 && d === l ? t : a;
834
- }), zr = /* @__PURE__ */ function() {
834
+ }), Pr = /* @__PURE__ */ function() {
835
835
  function e(t, a) {
836
836
  this.xf = a, this.f = t;
837
837
  }
838
- return e.prototype["@@transducer/init"] = ke.init, e.prototype["@@transducer/result"] = ke.result, e.prototype["@@transducer/step"] = function(t, a) {
838
+ return e.prototype["@@transducer/init"] = xe.init, e.prototype["@@transducer/result"] = xe.result, e.prototype["@@transducer/step"] = function(t, a) {
839
839
  return this.xf["@@transducer/step"](t, this.f(a));
840
840
  }, e;
841
- }(), _r = function(t) {
841
+ }(), $r = function(t) {
842
842
  return function(a) {
843
- return new zr(t, a);
843
+ return new Pr(t, a);
844
844
  };
845
- }, J = /* @__PURE__ */ I(/* @__PURE__ */ vt(["fantasy-land/map", "map"], _r, function(t, a) {
845
+ }, J = /* @__PURE__ */ I(/* @__PURE__ */ bt(["fantasy-land/map", "map"], $r, function(t, a) {
846
846
  switch (Object.prototype.toString.call(a)) {
847
847
  case "[object Function]":
848
- return ut(a.length, function() {
848
+ return pt(a.length, function() {
849
849
  return t.call(this, a.apply(this, arguments));
850
850
  });
851
851
  case "[object Object]":
852
- return na(function(i, n) {
852
+ return oa(function(i, n) {
853
853
  return i[n] = t(a[n]), i;
854
854
  }, {}, oe(a));
855
855
  default:
856
- return $e(t, a);
856
+ return je(t, a);
857
857
  }
858
858
  }));
859
- const ca = Number.isInteger || function(t) {
859
+ const da = Number.isInteger || function(t) {
860
860
  return t << 0 === t;
861
861
  };
862
- function da(e, t) {
862
+ function ga(e, t) {
863
863
  var a = e < 0 ? t.length + e : e;
864
864
  return t[a];
865
865
  }
866
- function Pr(e, t) {
866
+ function jr(e, t) {
867
867
  if (t != null)
868
- return ca(e) ? da(e, t) : t[e];
868
+ return da(e) ? ga(e, t) : t[e];
869
869
  }
870
- var ce = /* @__PURE__ */ I(Pr), $r = /* @__PURE__ */ I(function(t, a) {
870
+ var ce = /* @__PURE__ */ I(jr), Nr = /* @__PURE__ */ I(function(t, a) {
871
871
  return J(ce(t), a);
872
872
  });
873
- function bt(e) {
873
+ function ht(e) {
874
874
  return Object.prototype.toString.call(e) === "[object String]";
875
875
  }
876
- var jr = /* @__PURE__ */ A(function(t) {
877
- return He(t) ? !0 : !t || typeof t != "object" || bt(t) ? !1 : t.length === 0 ? !0 : t.length > 0 ? t.hasOwnProperty(0) && t.hasOwnProperty(t.length - 1) : !1;
878
- }), Lt = typeof Symbol < "u" ? Symbol.iterator : "@@iterator";
879
- function Nr(e, t, a) {
876
+ var Er = /* @__PURE__ */ A(function(t) {
877
+ return Fe(t) ? !0 : !t || typeof t != "object" || ht(t) ? !1 : t.length === 0 ? !0 : t.length > 0 ? t.hasOwnProperty(0) && t.hasOwnProperty(t.length - 1) : !1;
878
+ }), Dt = typeof Symbol < "u" ? Symbol.iterator : "@@iterator";
879
+ function Or(e, t, a) {
880
880
  return function(n, o, l) {
881
- if (jr(l))
881
+ if (Er(l))
882
882
  return e(n, o, l);
883
883
  if (l == null)
884
884
  return o;
885
885
  if (typeof l["fantasy-land/reduce"] == "function")
886
886
  return t(n, o, l, "fantasy-land/reduce");
887
- if (l[Lt] != null)
888
- return a(n, o, l[Lt]());
887
+ if (l[Dt] != null)
888
+ return a(n, o, l[Dt]());
889
889
  if (typeof l.next == "function")
890
890
  return a(n, o, l);
891
891
  if (typeof l.reduce == "function")
@@ -893,7 +893,7 @@ function Nr(e, t, a) {
893
893
  throw new TypeError("reduce: list must be array or iterable");
894
894
  };
895
895
  }
896
- function Er(e, t, a) {
896
+ function Ir(e, t, a) {
897
897
  for (var i = 0, n = a.length; i < n; ) {
898
898
  if (t = e["@@transducer/step"](t, a[i]), t && t["@@transducer/reduced"]) {
899
899
  t = t["@@transducer/value"];
@@ -903,12 +903,12 @@ function Er(e, t, a) {
903
903
  }
904
904
  return e["@@transducer/result"](t);
905
905
  }
906
- var Or = /* @__PURE__ */ I(function(t, a) {
907
- return Be(t.length, function() {
906
+ var Ar = /* @__PURE__ */ I(function(t, a) {
907
+ return Re(t.length, function() {
908
908
  return t.apply(a, arguments);
909
909
  });
910
910
  });
911
- function Ir(e, t, a) {
911
+ function Mr(e, t, a) {
912
912
  for (var i = a.next(); !i.done; ) {
913
913
  if (t = e["@@transducer/step"](t, i.value), t && t["@@transducer/reduced"]) {
914
914
  t = t["@@transducer/value"];
@@ -918,10 +918,10 @@ function Ir(e, t, a) {
918
918
  }
919
919
  return e["@@transducer/result"](t);
920
920
  }
921
- function Ar(e, t, a, i) {
922
- return e["@@transducer/result"](a[i](Or(e["@@transducer/step"], e), t));
921
+ function Lr(e, t, a, i) {
922
+ return e["@@transducer/result"](a[i](Ar(e["@@transducer/step"], e), t));
923
923
  }
924
- var ga = /* @__PURE__ */ Nr(Er, Ar, Ir), Mr = /* @__PURE__ */ function() {
924
+ var ma = /* @__PURE__ */ Or(Ir, Lr, Mr), Cr = /* @__PURE__ */ function() {
925
925
  function e(t) {
926
926
  this.f = t;
927
927
  }
@@ -933,13 +933,13 @@ var ga = /* @__PURE__ */ Nr(Er, Ar, Ir), Mr = /* @__PURE__ */ function() {
933
933
  return this.f(t, a);
934
934
  }, e;
935
935
  }();
936
- function ma(e) {
937
- return new Mr(e);
936
+ function ua(e) {
937
+ return new Cr(e);
938
938
  }
939
- var ft = /* @__PURE__ */ be(function(e, t, a) {
940
- return ga(typeof e == "function" ? ma(e) : e, t, a);
941
- }), Lr = /* @__PURE__ */ A(function(t) {
942
- return ut(ft(Sr, 0, $r("length", t)), function() {
939
+ var yt = /* @__PURE__ */ fe(function(e, t, a) {
940
+ return ma(typeof e == "function" ? ua(e) : e, t, a);
941
+ }), Dr = /* @__PURE__ */ A(function(t) {
942
+ return pt(yt(_r, 0, Nr("length", t)), function() {
943
943
  for (var a = 0, i = t.length; a < i; ) {
944
944
  if (!t[a].apply(this, arguments))
945
945
  return !1;
@@ -947,20 +947,20 @@ var ft = /* @__PURE__ */ be(function(e, t, a) {
947
947
  }
948
948
  return !0;
949
949
  });
950
- }), ua = /* @__PURE__ */ A(function(t) {
950
+ }), va = /* @__PURE__ */ A(function(t) {
951
951
  for (var a = oe(t), i = a.length, n = [], o = 0; o < i; )
952
952
  n[o] = t[a[o]], o += 1;
953
953
  return n;
954
954
  });
955
- function Cr(e) {
955
+ function Gr(e) {
956
956
  var t = Object.prototype.toString.call(e);
957
957
  return t === "[object Function]" || t === "[object AsyncFunction]" || t === "[object GeneratorFunction]" || t === "[object AsyncGeneratorFunction]";
958
958
  }
959
- function va(e) {
959
+ function pa(e) {
960
960
  return new RegExp(e.source, e.flags ? e.flags : (e.global ? "g" : "") + (e.ignoreCase ? "i" : "") + (e.multiline ? "m" : "") + (e.sticky ? "y" : "") + (e.unicode ? "u" : "") + (e.dotAll ? "s" : ""));
961
961
  }
962
- function pa(e, t, a) {
963
- if (a || (a = new Gr()), Dr(e))
962
+ function ba(e, t, a) {
963
+ if (a || (a = new Hr()), Br(e))
964
964
  return e;
965
965
  var i = function(o) {
966
966
  var l = a.get(e);
@@ -971,7 +971,7 @@ function pa(e, t, a) {
971
971
  Object.prototype.hasOwnProperty.call(e, d) && (o[d] = e[d]);
972
972
  return o;
973
973
  };
974
- switch (et(e)) {
974
+ switch (at(e)) {
975
975
  case "Object":
976
976
  return i(Object.create(Object.getPrototypeOf(e)));
977
977
  case "Array":
@@ -979,7 +979,7 @@ function pa(e, t, a) {
979
979
  case "Date":
980
980
  return new Date(e.valueOf());
981
981
  case "RegExp":
982
- return va(e);
982
+ return pa(e);
983
983
  case "Int8Array":
984
984
  case "Uint8Array":
985
985
  case "Uint8ClampedArray":
@@ -996,11 +996,11 @@ function pa(e, t, a) {
996
996
  return e;
997
997
  }
998
998
  }
999
- function Dr(e) {
999
+ function Br(e) {
1000
1000
  var t = typeof e;
1001
1001
  return e == null || t != "object" && t != "function";
1002
1002
  }
1003
- var Gr = /* @__PURE__ */ function() {
1003
+ var Hr = /* @__PURE__ */ function() {
1004
1004
  function e() {
1005
1005
  this.map = {}, this.length = 0;
1006
1006
  }
@@ -1031,41 +1031,41 @@ var Gr = /* @__PURE__ */ function() {
1031
1031
  }
1032
1032
  }, e;
1033
1033
  }();
1034
- function Br(e, t) {
1034
+ function Rr(e, t) {
1035
1035
  return function() {
1036
1036
  return t.call(this, e.apply(this, arguments));
1037
1037
  };
1038
1038
  }
1039
- function ht(e, t) {
1039
+ function wt(e, t) {
1040
1040
  return function() {
1041
1041
  var a = arguments.length;
1042
1042
  if (a === 0)
1043
1043
  return t();
1044
1044
  var i = arguments[a - 1];
1045
- return He(i) || typeof i[e] != "function" ? t.apply(this, arguments) : i[e].apply(i, Array.prototype.slice.call(arguments, 0, a - 1));
1045
+ return Fe(i) || typeof i[e] != "function" ? t.apply(this, arguments) : i[e].apply(i, Array.prototype.slice.call(arguments, 0, a - 1));
1046
1046
  };
1047
1047
  }
1048
- var Hr = /* @__PURE__ */ be(/* @__PURE__ */ ht("slice", function(t, a, i) {
1048
+ var Fr = /* @__PURE__ */ fe(/* @__PURE__ */ wt("slice", function(t, a, i) {
1049
1049
  return Array.prototype.slice.call(i, t, a);
1050
- })), Rr = /* @__PURE__ */ A(/* @__PURE__ */ ht("tail", /* @__PURE__ */ Hr(1, 1 / 0)));
1051
- function Fr() {
1050
+ })), Kr = /* @__PURE__ */ A(/* @__PURE__ */ wt("tail", /* @__PURE__ */ Fr(1, 1 / 0)));
1051
+ function Vr() {
1052
1052
  if (arguments.length === 0)
1053
1053
  throw new Error("pipe requires at least one argument");
1054
- return Be(arguments[0].length, ft(Br, arguments[0], Rr(arguments)));
1054
+ return Re(arguments[0].length, yt(Rr, arguments[0], Kr(arguments)));
1055
1055
  }
1056
- var Fe = /* @__PURE__ */ A(function(t) {
1057
- return bt(t) ? t.split("").reverse().join("") : Array.prototype.slice.call(t, 0).reverse();
1056
+ var Ve = /* @__PURE__ */ A(function(t) {
1057
+ return ht(t) ? t.split("").reverse().join("") : Array.prototype.slice.call(t, 0).reverse();
1058
1058
  });
1059
1059
  function le() {
1060
1060
  if (arguments.length === 0)
1061
1061
  throw new Error("compose requires at least one argument");
1062
- return Fr.apply(this, Fe(arguments));
1062
+ return Vr.apply(this, Ve(arguments));
1063
1063
  }
1064
- var Kr = /* @__PURE__ */ function() {
1064
+ var Ur = /* @__PURE__ */ function() {
1065
1065
  function e(t, a, i, n) {
1066
1066
  this.valueFn = t, this.valueAcc = a, this.keyFn = i, this.xf = n, this.inputs = {};
1067
1067
  }
1068
- return e.prototype["@@transducer/init"] = ke.init, e.prototype["@@transducer/result"] = function(t) {
1068
+ return e.prototype["@@transducer/init"] = xe.init, e.prototype["@@transducer/result"] = function(t) {
1069
1069
  var a;
1070
1070
  for (a in this.inputs)
1071
1071
  if (ue(a, this.inputs) && (t = this.xf["@@transducer/step"](t, this.inputs[a]), t["@@transducer/reduced"])) {
@@ -1075,36 +1075,36 @@ var Kr = /* @__PURE__ */ function() {
1075
1075
  return this.inputs = null, this.xf["@@transducer/result"](t);
1076
1076
  }, e.prototype["@@transducer/step"] = function(t, a) {
1077
1077
  var i = this.keyFn(a);
1078
- return this.inputs[i] = this.inputs[i] || [i, pa(this.valueAcc)], this.inputs[i][1] = this.valueFn(this.inputs[i][1], a), t;
1078
+ return this.inputs[i] = this.inputs[i] || [i, ba(this.valueAcc)], this.inputs[i][1] = this.valueFn(this.inputs[i][1], a), t;
1079
1079
  }, e;
1080
1080
  }();
1081
- function Ur(e, t, a) {
1081
+ function qr(e, t, a) {
1082
1082
  return function(i) {
1083
- return new Kr(e, t, a, i);
1083
+ return new Ur(e, t, a, i);
1084
1084
  };
1085
1085
  }
1086
- var Vr = /* @__PURE__ */ mt(4, [], /* @__PURE__ */ vt([], Ur, function(t, a, i, n) {
1087
- var o = ma(function(l, d) {
1088
- var g = i(d), v = t(ue(g, l) ? l[g] : pa(a), d);
1089
- return v && v["@@transducer/reduced"] ? dr(l) : (l[g] = v, l);
1086
+ var Wr = /* @__PURE__ */ vt(4, [], /* @__PURE__ */ bt([], qr, function(t, a, i, n) {
1087
+ var o = ua(function(l, d) {
1088
+ var g = i(d), v = t(ue(g, l) ? l[g] : ba(a), d);
1089
+ return v && v["@@transducer/reduced"] ? mr(l) : (l[g] = v, l);
1090
1090
  });
1091
- return ga(o, {}, n);
1092
- })), ba = /* @__PURE__ */ be(function(t, a, i) {
1091
+ return ma(o, {}, n);
1092
+ })), fa = /* @__PURE__ */ fe(function(t, a, i) {
1093
1093
  var n = t(a), o = t(i);
1094
1094
  return n > o ? -1 : n < o ? 1 : 0;
1095
1095
  });
1096
- function qr(e) {
1096
+ function Yr(e) {
1097
1097
  var t = Object.prototype.toString.call(e);
1098
1098
  return t === "[object Uint8ClampedArray]" || t === "[object Int8Array]" || t === "[object Uint8Array]" || t === "[object Int16Array]" || t === "[object Uint16Array]" || t === "[object Int32Array]" || t === "[object Uint32Array]" || t === "[object Float32Array]" || t === "[object Float64Array]" || t === "[object BigInt64Array]" || t === "[object BigUint64Array]";
1099
1099
  }
1100
- var Wr = /* @__PURE__ */ A(function(t) {
1101
- return t != null && typeof t["fantasy-land/empty"] == "function" ? t["fantasy-land/empty"]() : t != null && t.constructor != null && typeof t.constructor["fantasy-land/empty"] == "function" ? t.constructor["fantasy-land/empty"]() : t != null && typeof t.empty == "function" ? t.empty() : t != null && t.constructor != null && typeof t.constructor.empty == "function" ? t.constructor.empty() : t == Set || t instanceof Set ? /* @__PURE__ */ new Set() : t == Map || t instanceof Map ? /* @__PURE__ */ new Map() : He(t) ? [] : bt(t) ? "" : oa(t) ? {} : ia(t) ? /* @__PURE__ */ function() {
1100
+ var Qr = /* @__PURE__ */ A(function(t) {
1101
+ return t != null && typeof t["fantasy-land/empty"] == "function" ? t["fantasy-land/empty"]() : t != null && t.constructor != null && typeof t.constructor["fantasy-land/empty"] == "function" ? t.constructor["fantasy-land/empty"]() : t != null && typeof t.empty == "function" ? t.empty() : t != null && t.constructor != null && typeof t.constructor.empty == "function" ? t.constructor.empty() : t == Set || t instanceof Set ? /* @__PURE__ */ new Set() : t == Map || t instanceof Map ? /* @__PURE__ */ new Map() : Fe(t) ? [] : ht(t) ? "" : sa(t) ? {} : na(t) ? /* @__PURE__ */ function() {
1102
1102
  return arguments;
1103
- }() : qr(t) ? t.constructor.from("") : void 0;
1104
- }), yt = /* @__PURE__ */ I(/* @__PURE__ */ ht("groupBy", /* @__PURE__ */ Vr(function(e, t) {
1103
+ }() : Yr(t) ? t.constructor.from("") : void 0;
1104
+ }), kt = /* @__PURE__ */ I(/* @__PURE__ */ wt("groupBy", /* @__PURE__ */ Wr(function(e, t) {
1105
1105
  return e.push(t), e;
1106
1106
  }, [])));
1107
- function Yr(e) {
1107
+ function Jr(e) {
1108
1108
  if (e == null)
1109
1109
  throw new TypeError("Cannot convert undefined or null to object");
1110
1110
  for (var t = Object(e), a = 1, i = arguments.length; a < i; ) {
@@ -1116,133 +1116,133 @@ function Yr(e) {
1116
1116
  }
1117
1117
  return t;
1118
1118
  }
1119
- const Qr = typeof Object.assign == "function" ? Object.assign : Yr;
1120
- var wt = /* @__PURE__ */ I(function(t, a) {
1121
- return ut(t + 1, function() {
1119
+ const Zr = typeof Object.assign == "function" ? Object.assign : Jr;
1120
+ var xt = /* @__PURE__ */ I(function(t, a) {
1121
+ return pt(t + 1, function() {
1122
1122
  var i = arguments[t];
1123
- if (i != null && Cr(i[a]))
1123
+ if (i != null && Gr(i[a]))
1124
1124
  return i[a].apply(i, Array.prototype.slice.call(arguments, 0, t));
1125
- throw new TypeError(Oe(i) + ' does not have a method named "' + a + '"');
1125
+ throw new TypeError(Ie(i) + ' does not have a method named "' + a + '"');
1126
1126
  });
1127
1127
  }), O = /* @__PURE__ */ A(function(t) {
1128
- return t != null && Re(t, Wr(t));
1129
- }), Jr = /* @__PURE__ */ A(function(t) {
1128
+ return t != null && Ke(t, Qr(t));
1129
+ }), Xr = /* @__PURE__ */ A(function(t) {
1130
1130
  return !O(t);
1131
- }), Ct = /* @__PURE__ */ wt(1, "join");
1132
- function Zr(e, t) {
1131
+ }), Gt = /* @__PURE__ */ xt(1, "join");
1132
+ function ei(e, t) {
1133
1133
  for (var a = t, i = 0; i < e.length; i += 1) {
1134
1134
  if (a == null)
1135
1135
  return;
1136
1136
  var n = e[i];
1137
- ca(n) ? a = da(n, a) : a = a[n];
1137
+ da(n) ? a = ga(n, a) : a = a[n];
1138
1138
  }
1139
1139
  return a;
1140
1140
  }
1141
- var Xr = /* @__PURE__ */ I(function(t, a) {
1142
- return Qr({}, a, t);
1143
- }), ei = /* @__PURE__ */ be(function(t, a, i) {
1144
- return Re(Zr(a, i), t);
1145
- }), fa = /* @__PURE__ */ I(function(t, a) {
1141
+ var ti = /* @__PURE__ */ I(function(t, a) {
1142
+ return Zr({}, a, t);
1143
+ }), ai = /* @__PURE__ */ fe(function(t, a, i) {
1144
+ return Ke(ei(a, i), t);
1145
+ }), ha = /* @__PURE__ */ I(function(t, a) {
1146
1146
  for (var i = {}, n = 0; n < t.length; )
1147
1147
  t[n] in a && (i[t[n]] = a[t[n]]), n += 1;
1148
1148
  return i;
1149
- }), kt = /* @__PURE__ */ be(function(t, a, i) {
1150
- return Re(t, ce(a, i));
1151
- }), xt = /* @__PURE__ */ be(function(t, a, i) {
1149
+ }), Tt = /* @__PURE__ */ fe(function(t, a, i) {
1150
+ return Ke(t, ce(a, i));
1151
+ }), St = /* @__PURE__ */ fe(function(t, a, i) {
1152
1152
  return i.replace(t, a);
1153
- }), ha = /* @__PURE__ */ I(function(t, a) {
1153
+ }), ya = /* @__PURE__ */ I(function(t, a) {
1154
1154
  return Array.prototype.slice.call(a, 0).sort(function(i, n) {
1155
1155
  var o = t(i), l = t(n);
1156
1156
  return o < l ? -1 : o > l ? 1 : 0;
1157
1157
  });
1158
- }), ya = /* @__PURE__ */ I(function(t, a) {
1158
+ }), wa = /* @__PURE__ */ I(function(t, a) {
1159
1159
  return Array.prototype.slice.call(a, 0).sort(function(i, n) {
1160
1160
  for (var o = 0, l = 0; o === 0 && l < t.length; )
1161
1161
  o = t[l](i, n), l += 1;
1162
1162
  return o;
1163
1163
  });
1164
- }), tt = /* @__PURE__ */ wt(1, "split");
1165
- function ti(e) {
1164
+ }), rt = /* @__PURE__ */ xt(1, "split");
1165
+ function ri(e) {
1166
1166
  return Object.prototype.toString.call(e) === "[object RegExp]";
1167
1167
  }
1168
- var ai = /* @__PURE__ */ I(function(t, a) {
1169
- if (!ti(t))
1170
- throw new TypeError("‘test’ requires a value of type RegExp as its first argument; received " + Oe(t));
1171
- return va(t).test(a);
1172
- }), ri = /* @__PURE__ */ wt(0, "toUpperCase"), we = `
1173
- \v\f\r                 \u2028\u2029\uFEFF`, ii = "​", ni = typeof String.prototype.trim == "function", oi = /* @__PURE__ */ A(!ni || /* @__PURE__ */ we.trim() || !/* @__PURE__ */ ii.trim() ? function(t) {
1174
- var a = new RegExp("^[" + we + "][" + we + "]*"), i = new RegExp("[" + we + "][" + we + "]*$");
1168
+ var ii = /* @__PURE__ */ I(function(t, a) {
1169
+ if (!ri(t))
1170
+ throw new TypeError("‘test’ requires a value of type RegExp as its first argument; received " + Ie(t));
1171
+ return pa(t).test(a);
1172
+ }), ni = /* @__PURE__ */ xt(0, "toUpperCase"), ke = `
1173
+ \v\f\r                 \u2028\u2029\uFEFF`, oi = "​", si = typeof String.prototype.trim == "function", li = /* @__PURE__ */ A(!si || /* @__PURE__ */ ke.trim() || !/* @__PURE__ */ oi.trim() ? function(t) {
1174
+ var a = new RegExp("^[" + ke + "][" + ke + "]*"), i = new RegExp("[" + ke + "][" + ke + "]*$");
1175
1175
  return t.replace(a, "").replace(i, "");
1176
1176
  } : function(t) {
1177
1177
  return t.trim();
1178
1178
  });
1179
- const si = "Local time", li = "Overtime", ci = "Shootout", di = "Game sheet", gi = "TOI sheet", mi = "Video", ui = { "status-1": "Live", "status-2": "Game Completed", "status-3": "Versenybíróság", "status-4": "Delayed" }, vi = "Best Player of the Team", pi = { wu: "Preparation", pre: "Preparation Ended", p1: "First Period", p1_int: "First Period Ended", p2: "Second Period", p2_int: "Second Period Ended", p3: "Third Period", p3_int: "Third Period Ended", p4: "Fourth Period", p4_int: "Fourth Period Ended", p5: "Fifth Period", p5_int: "Fifth Period Ended", p6: "Sixth Period", p6_int: "Sixth Period Ended", ot: "Overtime", ot_int: "Overtime Ended", so: "Shoot Out", so_int: "Shoot Out Ended", end: "Game Ended", "end-event": "Game Ended", "1-harmad": "First Period", "2-harmad": "Second Period", "3-harmad": "Third Period", "4-harmad": "Fourth Period", "5-harmad": "Fifth Period", "6-harmad": "Sixth Period", "7-harmad": "Seventh Period", "8-harmad": "Eighth Period", "9-harmad": "Ninth Period", "1-játékrész": "First Period", "2-játékrész": "Second Period", "3-játékrész": "Third Period", "3-játékrész vége": "Third Period Ended", "4-játékrész vége": "Fourth Period Ended", "5-játékrész vége": "Fifth Period Ended", "6-játékrész vége": "Sixth Period Ended", "7-játékrész vége": "Seventh Period Ended", "8-játékrész vége": "Eighth Period Ended", "9-játékrész vége": "Ninth Period Ended", Hosszabbítás: "Overtime", Büntetők: "Shoot Out" }, bi = { attendance: "{0} attending", visitorsWaiting: "{0} waiting", visitors: "{0} watching now" }, fi = { referees: "Referees", linesmen: "Linesmen", attendance: "Attandance" }, hi = { timeout: "Timeout", penaltyLength: "{0} m", teamPenalty: "Team Penalty", noEventsInPeriod: "No event in this period", score: "Score", missed: "Missed" }, yi = { sog: "Shot on Goal", saves: "Saves", pim: "Penalty minutes", advPercent: "Powerplay", penaltyKilling: "Penalty killing", advantageTime: "Advantage Time", advantageTimePP1: "Advantage Time PP1", advantageTimePP2: "Advantage Time PP2" }, wi = { headCoach: "Coach", secondCoach: "Assistant Coach", teamLeader: "Team leader", officialPerson1: "Team Official", officialPerson2: "Team Official", officialPerson3: "Team Official" }, ki = { INTRF: "Interference", "GK-INT": "Interference on a Goaltender", "THR-ST": "Throwing a Stick or Object", "HO-ST": "Holding the Stick", HOOK: "Hooking", CROSS: "Cross-Checking", "BUT-E": "Butt-Ending", INCAC: "Incorrect Access to or from Penalty Box", "L-BCH": "Leaving the Penalty Box Prematurely", "T-BCH": "Team Official Entering the Playing Area", "ENG-S": "Engaging with Spectators", ROUGH: "Roughing", MISC: "Misconduct", "H-BUT": "Head-Butting", "CHE-H": "Checking to the Head or Neck", HOLD: "Holding", TRIP: "Tripping", TAUNT: "Taunting", PULL: "Pulling Hair, Helmet, Cage", BITE: "Biting", "CHE-B": "Checking from Behind", ABUSE: "Abuse of Officials", HELM: "Playing without a Helmet", DELAY: "Delay of the Game", REFUSE: "Refusing to Start Play", CLOS: "Closing hand on puck", ELBOW: "Elbowing", SPIT: "Spitting", SLEW: "Slew-Footing", "HI-ST": "High-Sticking", CHARG: "Charging", CLIPP: "Clipping", BOARD: "Boarding", KICK: "Kicking", INJUR: "Injured Skater Refusing to Leave the Ice", "UN-SP": "Unsportsmanlike Conduct", "ILL-ST": "Illegal Stick- Stick Measurement", "ILL-H": "Illegal Hit (Women)", EMBEL: "Diving or Embellishment", SPEAR: "Spearing", BENCH: "Bench minor", KNEE: "Kneeing", SLASH: "Slashing", "BR-ST": "Broken Stick", "TOO-P": "Too Many Players", "GA-MI": "Game misconduct", MATCH: "Match penalty", FIGHT: "Fighting", DANG: "Dangerous Equipment", "LATE-H": "Late Hit" }, wa = {
1180
- localTime: si,
1181
- afterOvertime: li,
1182
- afterShootout: ci,
1183
- sheet: di,
1184
- toiSheet: gi,
1185
- video: mi,
1186
- gameStatus: ui,
1187
- bestPlayer: vi,
1188
- periods: pi,
1189
- gameData: bi,
1190
- gameStats: fi,
1191
- events: hi,
1192
- teamsStats: yi,
1193
- teamMembers: wi,
1194
- penalties: ki
1195
- }, xi = { events: "Events", lineups: "Lineups", teamStats: "Team stats", playerStats: "Player stats", officials: "Officials" }, Ti = { coaches: "Coaches", referees: "Referees", teamOfficials: "Team Officials", gameOfficials: "Game Officials", fieldPlayers: "Field Players", goalies: "Goalies" }, Si = { Gól: "Goal", Kiállítás: "Penalty", Kapus: "Goalie", Idő: "Timeout", Büntető: "Penalty Shoot", goalie: { KI: "Out", BE: "In", CSERE: "Change" } }, zi = { all: "All", ot: "Overtime", so: "Shoot Out", p1: "First period", p2: "Second period", p3: "Third period", p4: "IV. period", p5: "V. period", p6: "VI. period" }, _i = { powerPlays: "Power-plays", powerPlaysGoalFor: "Power-plays Gals Fr", powerPlayEfficiency: "Power-plays Efficiency", penaltyKill: "Shorthanded", powerPlaysKilled: "Power-plays Killed", penaltyKillEfficiency: "Penalty-Killing Efficiency" }, Pi = { "row-1": "Line 1", "row-2": "Line 2", "row-3": "Line 3", "row-4": "Line 4", "row-gk": "Goalkeepers" }, $i = { referee: "Referees", judge: "Judges", medical: "Medical" }, ji = { first_referee: "Referee", second_referee: "Referee", first_line_judge: "Linesman", second_line_judge: "Linesman", first_goal_judge: "Goal judge", second_goal_judge: "Goal judge", referee_inspector: "Referee inspector", referee_supporter: "Referee supporter", reserve_referee: "Reserve referee", reserve_linesman: "Reserve linesman", video_inspector: "Video inspector", recorder_ivr: "IVR recorder", timer: "Timer", announcer: "Announcer", penalty_timer_a: "Penalty Timer", penalty_timer_b: "Penalty Timer", music: "Music", sog_statistician_a: "S.O.G. statistician", sog_statistician_b: "S.O.G. statistician", video_recorder: "Video recorder", medical: "Medical", doctor: "Doctor", federal_inspector: "Federal inspector", judge_inspector: "Judge inspector", recorder_e_grep: "Recorder (E-Grep)", recorder_manual: "Recorder (Kézi)", recorder_orion: "Recorder (Orion)", toi_statistician_a: "TOI statistician", toi_statistician_b: "TOI statistician", fos_statistician_a: "F.O.S. statistician", fos_statistician_b: "F.O.S. statistician", led_wall_operator: "LED wall operator", assist_statistician: "Assist statistician", other: "Other" }, Ni = {
1196
- menu: xi,
1197
- title: Ti,
1198
- eventType: Si,
1199
- section: zi,
1200
- stats: _i,
1201
- rows: Pi,
1202
- roleType: $i,
1203
- role: ji
1204
- }, Ei = "Helyszín szerinti idő", Oi = "Hosszabbítás után", Ii = "Szétlövés után", Ai = "Jegyzőkönyv", Mi = "TOI statisztika", Li = "Videó", Ci = { "status-1": "Élő", "status-2": "Végeredmény", "status-3": "Versenybíróság", "status-4": "Elhalasztva" }, Di = "A csapat legjobb játékosa", Gi = { wu: "Bemelegítés", pre: "Bemelegítés vége", p1: "I. játékrész", p1_int: "I. játékrész vége", p2: "II. játékrész", p2_int: "II. játékrész vége", p3: "III. játékrész", p3_int: "III. játékrész vége", p4: "IV. játékrész", p4_int: "IV. játékrész vége", p5: "V. játékrész", p5_int: "V. játékrész vége", p6: "VI. játékrész", p6_int: "VI. játékrész vége", ot: "Hosszabbítás", ot_int: "Hosszabbítás vége", so: "Szétlövés", so_int: "Szétlövés vége", end: "Végeredmény", "end-event": "Mérkőzés vége", "1-harmad": "I. harmad", "2-harmad": "II. harmad", "3-harmad": "III. harmad", "4-harmad": "IV. harmad", "5-harmad": "V. harmad", "6-harmad": "VI. harmad", "7-harmad": "VII. harmad", "8-harmad": "VIII. harmad", "9-harmad": "IX. harmad", "1-játékrész": "1. játékrész", "2-játékrész": "2. játékrész", "3-játékrész": "3. játékrész", "3-játékrész vége": "3. játékrész vége", "4-játékrész vége": "4. játékrész vége", "5-játékrész vége": "5. játékrész vége", "6-játékrész vége": "6. játékrész vége", "7-játékrész vége": "7. játékrész vége", "8-játékrész vége": "8. játékrész vége", "9-játékrész vége": "9. játékrész vége", Hosszabbítás: "Hosszabbítás", Büntetők: "Szétlövés" }, Bi = { attendance: "{0} néző", visitorsWaiting: "{0} néző várakozik", visitors: "{0} néző jelenleg" }, Hi = { referees: "Játékvezető", linesmen: "Vonalbíró", attendance: "Nézőszám" }, Ri = { timeout: "Időkérés", penaltyLength: "{0} p", teamPenalty: "Csapat Büntetés", noEventsInPeriod: "Nem történt esemény a játékrészben", score: "Gól", missed: "Kimaradt" }, Fi = { sog: "Kapura lövések", saves: "Védések", pim: "Kiállítás percek", advPercent: "Emberelőny kihasználás", penaltyKilling: "Emberhátrányos védekezés", advantageTime: "Emberelőnyben töltött idő", advantageTimePP1: "Szimpla előnyben töltött idő", advantageTimePP2: "Dupla előnyben töltött idő" }, Ki = { headCoach: "Vezetőedző", secondCoach: "Másodedző", teamLeader: "Csapatvezető", officialPerson1: "Hivatalos személy", officialPerson2: "Hivatalos személy", officialPerson3: "Hivatalos személy" }, Ui = { INTRF: "Akadályozás", "GK-INT": "Akadályozás (kapussal szemben)", "THR-ST": "Bot vagy egyéb tárgy eldobása", "HO-ST": "Botfogás", HOOK: "Bottal akasztás", CROSS: "Bottal lökés", "BUT-E": "Botvéggel ütés", INCAC: "Büntetőpad helytelen megközelítés vagy elhagyása", "L-BCH": "Büntetőpad idő előtti elhagyása", "T-BCH": "Csapat hivatalos személy belépése a játéktérre", "ENG-S": "Dulakodás a nézőkkel", ROUGH: "Durva játék", MISC: "Fegyelmi Büntetés", "H-BUT": "Fejelés", "CHE-H": "Fejre-nyakra irányuló támadás", HOLD: "Fogás", TRIP: "Gáncsolás", TAUNT: "Gúnyolódás", PULL: "Haj, fejvédő, rács meghúzása", BITE: "Harapás", "CHE-B": "Hátulról lökés", ABUSE: "Hivatalos személy sértegetése", HELM: "Játék fejvédő nélkül", DELAY: "Játék késleltetése", REFUSE: "Játékkezdés megtagadása", CLOS: "Korong tenyérbe zárása", ELBOW: "Könyökhasználat", SPIT: "Köpés", SLEW: "Láb kirúgása", "HI-ST": "Magas bottal való játék", CHARG: "Meg nem engedett testjáték", CLIPP: "Nyírás", BOARD: "Palánkra lökés", KICK: "Rúgás", INJUR: "Sérült mezőnyjátékos nem hajlandó lemenni a jégről", "UN-SP": "Sportszerűtlen magatartás", "ILL-ST": "Szabálytalan bot- Botmérés", "ILL-H": "Szabálytalan ütközés (Női)", EMBEL: "Színészkedés", SPEAR: "Szúrás", BENCH: "Technikai kisbüntetés", KNEE: "Térdhasználat", SLASH: "Testre ütés", "BR-ST": "Törött bottal való játék, törött bot cseréje", "TOO-P": "Túl sok játékos a jégen", "GA-MI": "Végleges Fegyelmi Büntetés", MATCH: "Végleges Kiállítás", FIGHT: "Verekedés", DANG: "Veszélyes sportfelszerelés", "LATE-H": "Kései ütközés" }, ka = {
1205
- localTime: Ei,
1206
- afterOvertime: Oi,
1207
- afterShootout: Ii,
1208
- sheet: Ai,
1209
- toiSheet: Mi,
1210
- video: Li,
1211
- gameStatus: Ci,
1212
- bestPlayer: Di,
1213
- periods: Gi,
1214
- gameData: Bi,
1215
- gameStats: Hi,
1216
- events: Ri,
1217
- teamsStats: Fi,
1218
- teamMembers: Ki,
1219
- penalties: Ui
1220
- }, Vi = { events: "Események", lineups: "Sorok", teamStats: "Csapat statisztikák", playerStats: "Játékos statisztikák", officials: "Hivatalos személyek" }, qi = { coaches: "Edzők", referees: "Játékvezetők", teamOfficials: "Stábtagok", gameOfficials: "Hivatalos személyek", fieldPlayers: "Mezőnyjátékosok", goalies: "Kapusok" }, Wi = { Gól: "Gól", Kiállítás: "Kiállítás", Kapus: "Kapus", Idő: "Időkérés", Büntető: "Büntető", goalie: { KI: "Ki", BE: "BE", CSERE: "CSERE" } }, Yi = { all: "Összesen", ot: "Hosszabbítás", so: "Szétlövés", p1: "1. harmad", p2: "2. harmad", p3: "3. harmad", p4: "4. harmad", p5: "5. harmad", p6: "6. harmad" }, Qi = { powerPlays: "Emberelőnyök", powerPlaysGoalFor: "Emberelőnyben szerzett gólok", powerPlayEfficiency: "Emberelőny hatékonyság", penaltyKill: "Emberhátrányok", powerPlaysKilled: "Kivédekezett emberhátrányok", penaltyKillEfficiency: "Emberhátrány hatékonyság" }, Ji = { "row-1": "Első sor", "row-2": "Második sor", "row-3": "Harmadik sor", "row-4": "Negyedik sor", "row-gk": "Kapusok" }, Zi = { referee: "Játékvezetők", judge: "Versenybírók", medical: "Egészségügyi személyzet" }, Xi = { first_referee: "Játékvezető", second_referee: "Játékvezető", first_line_judge: "Vonalbíró", second_line_judge: "Vonalbíró", first_goal_judge: "Gólbíró", second_goal_judge: "Gólbíró", referee_inspector: "Játékvezető ellenőr", referee_supporter: "Játékvezető támogató", reserve_referee: "Tartalék játékvezető", reserve_linesman: "Tartalék vonalbíró", video_inspector: "Videó ellenőr", recorder_ivr: "Jegyzőkönyvvezető (IVR)", timer: "Időmérő", announcer: "Hangosbemondó", penalty_timer_a: "Büntetés időmérő", penalty_timer_b: "Büntetés időmérő", music: "Zene", sog_statistician_a: "S.O.G. statisztikus", sog_statistician_b: "S.O.G. statisztikus", video_recorder: "Videó-rögzítő", medical: "EÜ személy", doctor: "EÜ személy", federal_inspector: "Szövetségi ellenőr", judge_inspector: "Versenybíró ellenőr", recorder_e_grep: "Jegyzőkönyvvezető (E-Grep)", recorder_manual: "Jegyzőkönyvvezető (Kézi)", recorder_orion: "Jegyzőkönyvvezető (Orion)", toi_statistician_a: "T.O.I. statisztikus", toi_statistician_b: "T.O.I. statisztikus", fos_statistician_a: "F.O.S. statisztikus", fos_statistician_b: "F.O.S. statisztikus", led_wall_operator: "Eredményjelző kezelő", assist_statistician: "Assziszt statisztikus", other: "Egyéb" }, en = {
1221
- menu: Vi,
1222
- title: qi,
1223
- eventType: Wi,
1224
- section: Yi,
1225
- stats: Qi,
1226
- rows: Ji,
1227
- roleType: Zi,
1228
- role: Xi
1229
- }, Ke = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjxwYXRoIGZpbGw9IiNERDJFNDQiIGQ9Ik0zNiAzMmE0IDQgMCAwIDEtNCA0SDRhNCA0IDAgMCAxLTQtNFY0YTQgNCAwIDAgMSA0LTRoMjhhNCA0IDAgMCAxIDQgNHYyOHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTQuNzQ3IDkuMTI1Yy41MjctMS40MjYgMS43MzYtMi41NzMgMy4zMTctMi41NzNjMS42NDMgMCAyLjc5MiAxLjA4NSAzLjMxOCAyLjU3M2w2LjA3NyAxNi44NjdjLjE4Ni40OTYuMjQ4LjkzMS4yNDggMS4xNDdjMCAxLjIwOS0uOTkyIDIuMDQ2LTIuMTM5IDIuMDQ2Yy0xLjMwMyAwLTEuOTU0LS42ODItMi4yNjQtMS42MTFsLS45MzEtMi45MTVoLTguNjJsLS45MyAyLjg4NGMtLjMxLjk2MS0uOTYxIDEuNjQyLTIuMjMyIDEuNjQyYy0xLjI0IDAtMi4yOTQtLjkzLTIuMjk0LTIuMTdjMC0uNDk2LjE1NS0uODY4LjIxNy0xLjAyM2w2LjIzMy0xNi44Njd6bS4zNCAxMS4yNTZoNS44OTFsLTIuODgzLTguOTkyaC0uMDYybC0yLjk0NiA4Ljk5MnoiLz48L3N2Zz4=", Ue = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjxwYXRoIGZpbGw9IiNERDJFNDQiIGQ9Ik0zNiAzMmE0IDQgMCAwIDEtNCA0SDRhNCA0IDAgMCAxLTQtNFY0YTQgNCAwIDAgMSA0LTRoMjhhNCA0IDAgMCAxIDQgNHYyOHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTAuNDk4IDkuMjQ5YzAtMS40ODggMS4wMjMtMi4zMjUgMi40NDktMi4zMjVIMTguOWMzLjIyNCAwIDUuODMgMi4xNyA1LjgzIDUuNDU3YzAgMi4xNy0uOSAzLjYyOC0yLjg4NSA0LjU1OHYuMDYyYzIuNjM3LjM3MiA0LjcxMyAyLjU3MyA0LjcxMyA1LjI3MWMwIDQuMzcyLTIuOTE0IDYuNzI5LTcuMTkzIDYuNzI5aC02LjM4NmMtMS40MjcgMC0yLjQ4MS0uODk5LTIuNDgxLTIuMzU2VjkuMjQ5em00LjY1MSA2LjQxOGgyLjQxOWMxLjUxOSAwIDIuNTExLS44OTkgMi41MTEtMi40NWMwLTEuNDU3LTEuMTQ3LTIuMjAxLTIuNTExLTIuMjAxaC0yLjQxOXY0LjY1MXptMCA5LjI0aDMuNjU5YzEuNjc0IDAgMi45MTUtLjk2MSAyLjkxNS0yLjY5N2MwLTEuNDU4LTEuMTE3LTIuNDUtMy4yODctMi40NWgtMy4yODd2NS4xNDd6Ii8+PC9zdmc+", xa = {
1179
+ const ci = "Local time", di = "Overtime", gi = "Shootout", mi = "Game sheet", ui = "TOI sheet", vi = "Video", pi = { "status-1": "Live", "status-2": "Game Completed", "status-3": "Versenybíróság", "status-4": "Delayed" }, bi = "Best Player of the Team", fi = { wu: "Preparation", pre: "Preparation Ended", p1: "First Period", p1_int: "First Period Ended", p2: "Second Period", p2_int: "Second Period Ended", p3: "Third Period", p3_int: "Third Period Ended", p4: "Fourth Period", p4_int: "Fourth Period Ended", p5: "Fifth Period", p5_int: "Fifth Period Ended", p6: "Sixth Period", p6_int: "Sixth Period Ended", ot: "Overtime", ot_int: "Overtime Ended", so: "Shoot Out", so_int: "Shoot Out Ended", end: "Game Ended", "end-event": "Game Ended", "1-harmad": "First Period", "2-harmad": "Second Period", "3-harmad": "Third Period", "4-harmad": "Fourth Period", "5-harmad": "Fifth Period", "6-harmad": "Sixth Period", "7-harmad": "Seventh Period", "8-harmad": "Eighth Period", "9-harmad": "Ninth Period", "1-játékrész": "First Period", "2-játékrész": "Second Period", "3-játékrész": "Third Period", "3-játékrész vége": "Third Period Ended", "4-játékrész vége": "Fourth Period Ended", "5-játékrész vége": "Fifth Period Ended", "6-játékrész vége": "Sixth Period Ended", "7-játékrész vége": "Seventh Period Ended", "8-játékrész vége": "Eighth Period Ended", "9-játékrész vége": "Ninth Period Ended", Hosszabbítás: "Overtime", Büntetők: "Shoot Out" }, hi = { attendance: "{0} attending", visitorsWaiting: "{0} waiting", visitors: "{0} watching now" }, yi = { referees: "Referees", linesmen: "Linesmen", attendance: "Attandance" }, wi = { timeout: "Timeout", penaltyLength: "{0} m", teamPenalty: "Team Penalty", noEventsInPeriod: "No event in this period", score: "Score", missed: "Missed" }, ki = { sog: "Shot on Goal", saves: "Saves", pim: "Penalty minutes", advPercent: "Powerplay", penaltyKilling: "Penalty killing", advantageTime: "Advantage Time", advantageTimePP1: "Advantage Time PP1", advantageTimePP2: "Advantage Time PP2" }, xi = { headCoach: "Coach", secondCoach: "Assistant Coach", teamLeader: "Team leader", officialPerson1: "Team Official", officialPerson2: "Team Official", officialPerson3: "Team Official" }, Ti = { INTRF: "Interference", "GK-INT": "Interference on a Goaltender", "THR-ST": "Throwing a Stick or Object", "HO-ST": "Holding the Stick", HOOK: "Hooking", CROSS: "Cross-Checking", "BUT-E": "Butt-Ending", INCAC: "Incorrect Access to or from Penalty Box", "L-BCH": "Leaving the Penalty Box Prematurely", "T-BCH": "Team Official Entering the Playing Area", "ENG-S": "Engaging with Spectators", ROUGH: "Roughing", MISC: "Misconduct", "H-BUT": "Head-Butting", "CHE-H": "Checking to the Head or Neck", HOLD: "Holding", TRIP: "Tripping", TAUNT: "Taunting", PULL: "Pulling Hair, Helmet, Cage", BITE: "Biting", "CHE-B": "Checking from Behind", ABUSE: "Abuse of Officials", HELM: "Playing without a Helmet", DELAY: "Delay of the Game", REFUSE: "Refusing to Start Play", CLOS: "Closing hand on puck", ELBOW: "Elbowing", SPIT: "Spitting", SLEW: "Slew-Footing", "HI-ST": "High-Sticking", CHARG: "Charging", CLIPP: "Clipping", BOARD: "Boarding", KICK: "Kicking", INJUR: "Injured Skater Refusing to Leave the Ice", "UN-SP": "Unsportsmanlike Conduct", "ILL-ST": "Illegal Stick- Stick Measurement", "ILL-H": "Illegal Hit (Women)", EMBEL: "Diving or Embellishment", SPEAR: "Spearing", BENCH: "Bench minor", KNEE: "Kneeing", SLASH: "Slashing", "BR-ST": "Broken Stick", "TOO-P": "Too Many Players", "GA-MI": "Game misconduct", MATCH: "Match penalty", FIGHT: "Fighting", DANG: "Dangerous Equipment", "LATE-H": "Late Hit" }, ka = {
1180
+ localTime: ci,
1181
+ afterOvertime: di,
1182
+ afterShootout: gi,
1183
+ sheet: mi,
1184
+ toiSheet: ui,
1185
+ video: vi,
1186
+ gameStatus: pi,
1187
+ bestPlayer: bi,
1188
+ periods: fi,
1189
+ gameData: hi,
1190
+ gameStats: yi,
1191
+ events: wi,
1192
+ teamsStats: ki,
1193
+ teamMembers: xi,
1194
+ penalties: Ti
1195
+ }, Si = { events: "Events", lineups: "Lineups", teamStats: "Team stats", playerStats: "Player stats", officials: "Officials" }, zi = { coaches: "Coaches", referees: "Referees", teamOfficials: "Team Officials", gameOfficials: "Game Officials", fieldPlayers: "Field Players", goalies: "Goalies" }, _i = { Gól: "Goal", Kiállítás: "Penalty", Kapus: "Goalie", Idő: "Timeout", Büntető: "Penalty Shoot", goalie: { KI: "Out", BE: "In", CSERE: "Change" } }, Pi = { all: "All", ot: "Overtime", so: "Shoot Out", p1: "First period", p2: "Second period", p3: "Third period", p4: "IV. period", p5: "V. period", p6: "VI. period" }, $i = { powerPlays: "Power-plays", powerPlaysGoalFor: "Power-plays Gals Fr", powerPlayEfficiency: "Power-plays Efficiency", penaltyKill: "Shorthanded", powerPlaysKilled: "Power-plays Killed", penaltyKillEfficiency: "Penalty-Killing Efficiency" }, ji = { "row-1": "Line 1", "row-2": "Line 2", "row-3": "Line 3", "row-4": "Line 4", "row-gk": "Goalkeepers" }, Ni = { referee: "Referees", judge: "Judges", medical: "Medical" }, Ei = { first_referee: "Referee", second_referee: "Referee", first_line_judge: "Linesman", second_line_judge: "Linesman", first_goal_judge: "Goal judge", second_goal_judge: "Goal judge", referee_inspector: "Referee inspector", referee_supporter: "Referee supporter", reserve_referee: "Reserve referee", reserve_linesman: "Reserve linesman", video_inspector: "Video inspector", recorder_ivr: "IVR recorder", timer: "Timer", announcer: "Announcer", penalty_timer_a: "Penalty Timer", penalty_timer_b: "Penalty Timer", music: "Music", sog_statistician_a: "S.O.G. statistician", sog_statistician_b: "S.O.G. statistician", video_recorder: "Video recorder", medical: "Medical", doctor: "Doctor", federal_inspector: "Federal inspector", judge_inspector: "Judge inspector", recorder_e_grep: "Recorder (E-Grep)", recorder_manual: "Recorder (Kézi)", recorder_orion: "Recorder (Orion)", toi_statistician_a: "TOI statistician", toi_statistician_b: "TOI statistician", fos_statistician_a: "F.O.S. statistician", fos_statistician_b: "F.O.S. statistician", led_wall_operator: "LED wall operator", assist_statistician: "Assist statistician", other: "Other" }, Oi = {
1196
+ menu: Si,
1197
+ title: zi,
1198
+ eventType: _i,
1199
+ section: Pi,
1200
+ stats: $i,
1201
+ rows: ji,
1202
+ roleType: Ni,
1203
+ role: Ei
1204
+ }, Ii = "Helyszín szerinti idő", Ai = "Hosszabbítás után", Mi = "Szétlövés után", Li = "Jegyzőkönyv", Ci = "TOI statisztika", Di = "Videó", Gi = { "status-1": "Élő", "status-2": "Végeredmény", "status-3": "Versenybíróság", "status-4": "Elhalasztva" }, Bi = "A csapat legjobb játékosa", Hi = { wu: "Bemelegítés", pre: "Bemelegítés vége", p1: "I. játékrész", p1_int: "I. játékrész vége", p2: "II. játékrész", p2_int: "II. játékrész vége", p3: "III. játékrész", p3_int: "III. játékrész vége", p4: "IV. játékrész", p4_int: "IV. játékrész vége", p5: "V. játékrész", p5_int: "V. játékrész vége", p6: "VI. játékrész", p6_int: "VI. játékrész vége", ot: "Hosszabbítás", ot_int: "Hosszabbítás vége", so: "Szétlövés", so_int: "Szétlövés vége", end: "Végeredmény", "end-event": "Mérkőzés vége", "1-harmad": "I. harmad", "2-harmad": "II. harmad", "3-harmad": "III. harmad", "4-harmad": "IV. harmad", "5-harmad": "V. harmad", "6-harmad": "VI. harmad", "7-harmad": "VII. harmad", "8-harmad": "VIII. harmad", "9-harmad": "IX. harmad", "1-játékrész": "1. játékrész", "2-játékrész": "2. játékrész", "3-játékrész": "3. játékrész", "3-játékrész vége": "3. játékrész vége", "4-játékrész vége": "4. játékrész vége", "5-játékrész vége": "5. játékrész vége", "6-játékrész vége": "6. játékrész vége", "7-játékrész vége": "7. játékrész vége", "8-játékrész vége": "8. játékrész vége", "9-játékrész vége": "9. játékrész vége", Hosszabbítás: "Hosszabbítás", Büntetők: "Szétlövés" }, Ri = { attendance: "{0} néző", visitorsWaiting: "{0} néző várakozik", visitors: "{0} néző jelenleg" }, Fi = { referees: "Játékvezető", linesmen: "Vonalbíró", attendance: "Nézőszám" }, Ki = { timeout: "Időkérés", penaltyLength: "{0} p", teamPenalty: "Csapat Büntetés", noEventsInPeriod: "Nem történt esemény a játékrészben", score: "Gól", missed: "Kimaradt" }, Vi = { sog: "Kapura lövések", saves: "Védések", pim: "Kiállítás percek", advPercent: "Emberelőny kihasználás", penaltyKilling: "Emberhátrányos védekezés", advantageTime: "Emberelőnyben töltött idő", advantageTimePP1: "Szimpla előnyben töltött idő", advantageTimePP2: "Dupla előnyben töltött idő" }, Ui = { headCoach: "Vezetőedző", secondCoach: "Másodedző", teamLeader: "Csapatvezető", officialPerson1: "Hivatalos személy", officialPerson2: "Hivatalos személy", officialPerson3: "Hivatalos személy" }, qi = { INTRF: "Akadályozás", "GK-INT": "Akadályozás (kapussal szemben)", "THR-ST": "Bot vagy egyéb tárgy eldobása", "HO-ST": "Botfogás", HOOK: "Bottal akasztás", CROSS: "Bottal lökés", "BUT-E": "Botvéggel ütés", INCAC: "Büntetőpad helytelen megközelítés vagy elhagyása", "L-BCH": "Büntetőpad idő előtti elhagyása", "T-BCH": "Csapat hivatalos személy belépése a játéktérre", "ENG-S": "Dulakodás a nézőkkel", ROUGH: "Durva játék", MISC: "Fegyelmi Büntetés", "H-BUT": "Fejelés", "CHE-H": "Fejre-nyakra irányuló támadás", HOLD: "Fogás", TRIP: "Gáncsolás", TAUNT: "Gúnyolódás", PULL: "Haj, fejvédő, rács meghúzása", BITE: "Harapás", "CHE-B": "Hátulról lökés", ABUSE: "Hivatalos személy sértegetése", HELM: "Játék fejvédő nélkül", DELAY: "Játék késleltetése", REFUSE: "Játékkezdés megtagadása", CLOS: "Korong tenyérbe zárása", ELBOW: "Könyökhasználat", SPIT: "Köpés", SLEW: "Láb kirúgása", "HI-ST": "Magas bottal való játék", CHARG: "Meg nem engedett testjáték", CLIPP: "Nyírás", BOARD: "Palánkra lökés", KICK: "Rúgás", INJUR: "Sérült mezőnyjátékos nem hajlandó lemenni a jégről", "UN-SP": "Sportszerűtlen magatartás", "ILL-ST": "Szabálytalan bot- Botmérés", "ILL-H": "Szabálytalan ütközés (Női)", EMBEL: "Színészkedés", SPEAR: "Szúrás", BENCH: "Technikai kisbüntetés", KNEE: "Térdhasználat", SLASH: "Testre ütés", "BR-ST": "Törött bottal való játék, törött bot cseréje", "TOO-P": "Túl sok játékos a jégen", "GA-MI": "Végleges Fegyelmi Büntetés", MATCH: "Végleges Kiállítás", FIGHT: "Verekedés", DANG: "Veszélyes sportfelszerelés", "LATE-H": "Kései ütközés" }, xa = {
1205
+ localTime: Ii,
1206
+ afterOvertime: Ai,
1207
+ afterShootout: Mi,
1208
+ sheet: Li,
1209
+ toiSheet: Ci,
1210
+ video: Di,
1211
+ gameStatus: Gi,
1212
+ bestPlayer: Bi,
1213
+ periods: Hi,
1214
+ gameData: Ri,
1215
+ gameStats: Fi,
1216
+ events: Ki,
1217
+ teamsStats: Vi,
1218
+ teamMembers: Ui,
1219
+ penalties: qi
1220
+ }, Wi = { events: "Események", lineups: "Sorok", teamStats: "Csapat statisztikák", playerStats: "Játékos statisztikák", officials: "Hivatalos személyek" }, Yi = { coaches: "Edzők", referees: "Játékvezetők", teamOfficials: "Stábtagok", gameOfficials: "Hivatalos személyek", fieldPlayers: "Mezőnyjátékosok", goalies: "Kapusok" }, Qi = { Gól: "Gól", Kiállítás: "Kiállítás", Kapus: "Kapus", Idő: "Időkérés", Büntető: "Büntető", goalie: { KI: "Ki", BE: "BE", CSERE: "CSERE" } }, Ji = { all: "Összesen", ot: "Hosszabbítás", so: "Szétlövés", p1: "1. harmad", p2: "2. harmad", p3: "3. harmad", p4: "4. harmad", p5: "5. harmad", p6: "6. harmad" }, Zi = { powerPlays: "Emberelőnyök", powerPlaysGoalFor: "Emberelőnyben szerzett gólok", powerPlayEfficiency: "Emberelőny hatékonyság", penaltyKill: "Emberhátrányok", powerPlaysKilled: "Kivédekezett emberhátrányok", penaltyKillEfficiency: "Emberhátrány hatékonyság" }, Xi = { "row-1": "Első sor", "row-2": "Második sor", "row-3": "Harmadik sor", "row-4": "Negyedik sor", "row-gk": "Kapusok" }, en = { referee: "Játékvezetők", judge: "Versenybírók", medical: "Egészségügyi személyzet" }, tn = { first_referee: "Játékvezető", second_referee: "Játékvezető", first_line_judge: "Vonalbíró", second_line_judge: "Vonalbíró", first_goal_judge: "Gólbíró", second_goal_judge: "Gólbíró", referee_inspector: "Játékvezető ellenőr", referee_supporter: "Játékvezető támogató", reserve_referee: "Tartalék játékvezető", reserve_linesman: "Tartalék vonalbíró", video_inspector: "Videó ellenőr", recorder_ivr: "Jegyzőkönyvvezető (IVR)", timer: "Időmérő", announcer: "Hangosbemondó", penalty_timer_a: "Büntetés időmérő", penalty_timer_b: "Büntetés időmérő", music: "Zene", sog_statistician_a: "S.O.G. statisztikus", sog_statistician_b: "S.O.G. statisztikus", video_recorder: "Videó-rögzítő", medical: "EÜ személy", doctor: "EÜ személy", federal_inspector: "Szövetségi ellenőr", judge_inspector: "Versenybíró ellenőr", recorder_e_grep: "Jegyzőkönyvvezető (E-Grep)", recorder_manual: "Jegyzőkönyvvezető (Kézi)", recorder_orion: "Jegyzőkönyvvezető (Orion)", toi_statistician_a: "T.O.I. statisztikus", toi_statistician_b: "T.O.I. statisztikus", fos_statistician_a: "F.O.S. statisztikus", fos_statistician_b: "F.O.S. statisztikus", led_wall_operator: "Eredményjelző kezelő", assist_statistician: "Assziszt statisztikus", other: "Egyéb" }, an = {
1221
+ menu: Wi,
1222
+ title: Yi,
1223
+ eventType: Qi,
1224
+ section: Ji,
1225
+ stats: Zi,
1226
+ rows: Xi,
1227
+ roleType: en,
1228
+ role: tn
1229
+ }, Ue = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjxwYXRoIGZpbGw9IiNERDJFNDQiIGQ9Ik0zNiAzMmE0IDQgMCAwIDEtNCA0SDRhNCA0IDAgMCAxLTQtNFY0YTQgNCAwIDAgMSA0LTRoMjhhNCA0IDAgMCAxIDQgNHYyOHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTQuNzQ3IDkuMTI1Yy41MjctMS40MjYgMS43MzYtMi41NzMgMy4zMTctMi41NzNjMS42NDMgMCAyLjc5MiAxLjA4NSAzLjMxOCAyLjU3M2w2LjA3NyAxNi44NjdjLjE4Ni40OTYuMjQ4LjkzMS4yNDggMS4xNDdjMCAxLjIwOS0uOTkyIDIuMDQ2LTIuMTM5IDIuMDQ2Yy0xLjMwMyAwLTEuOTU0LS42ODItMi4yNjQtMS42MTFsLS45MzEtMi45MTVoLTguNjJsLS45MyAyLjg4NGMtLjMxLjk2MS0uOTYxIDEuNjQyLTIuMjMyIDEuNjQyYy0xLjI0IDAtMi4yOTQtLjkzLTIuMjk0LTIuMTdjMC0uNDk2LjE1NS0uODY4LjIxNy0xLjAyM2w2LjIzMy0xNi44Njd6bS4zNCAxMS4yNTZoNS44OTFsLTIuODgzLTguOTkyaC0uMDYybC0yLjk0NiA4Ljk5MnoiLz48L3N2Zz4=", qe = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjxwYXRoIGZpbGw9IiNERDJFNDQiIGQ9Ik0zNiAzMmE0IDQgMCAwIDEtNCA0SDRhNCA0IDAgMCAxLTQtNFY0YTQgNCAwIDAgMSA0LTRoMjhhNCA0IDAgMCAxIDQgNHYyOHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTAuNDk4IDkuMjQ5YzAtMS40ODggMS4wMjMtMi4zMjUgMi40NDktMi4zMjVIMTguOWMzLjIyNCAwIDUuODMgMi4xNyA1LjgzIDUuNDU3YzAgMi4xNy0uOSAzLjYyOC0yLjg4NSA0LjU1OHYuMDYyYzIuNjM3LjM3MiA0LjcxMyAyLjU3MyA0LjcxMyA1LjI3MWMwIDQuMzcyLTIuOTE0IDYuNzI5LTcuMTkzIDYuNzI5aC02LjM4NmMtMS40MjcgMC0yLjQ4MS0uODk5LTIuNDgxLTIuMzU2VjkuMjQ5em00LjY1MSA2LjQxOGgyLjQxOWMxLjUxOSAwIDIuNTExLS44OTkgMi41MTEtMi40NWMwLTEuNDU3LTEuMTQ3LTIuMjAxLTIuNTExLTIuMjAxaC0yLjQxOXY0LjY1MXptMCA5LjI0aDMuNjU5YzEuNjc0IDAgMi45MTUtLjk2MSAyLjkxNS0yLjY5N2MwLTEuNDU4LTEuMTE3LTIuNDUtMy4yODctMi40NWgtMy4yODd2NS4xNDd6Ii8+PC9zdmc+", Ta = {
1230
1230
  row: {
1231
1231
  label: "table.row.short",
1232
1232
  tooltip: "table.row.tooltip",
1233
- sortOrders: [{ target: "row", direction: Pe }]
1233
+ sortOrders: [{ target: "row", direction: $e }]
1234
1234
  },
1235
1235
  number: {
1236
1236
  label: "table.jerseyNumber.short",
1237
1237
  tooltip: "table.jerseyNumber.tooltip",
1238
1238
  class: "is-text-italic",
1239
- sortOrders: [{ target: "number", direction: Pe }]
1239
+ sortOrders: [{ target: "number", direction: $e }]
1240
1240
  },
1241
1241
  name: {
1242
1242
  label: "table.name.short",
1243
1243
  tooltip: "table.name.tooltip",
1244
1244
  class: "is-text-left is-text-bold",
1245
- sortOrders: [{ target: "name", direction: Pe }]
1245
+ sortOrders: [{ target: "name", direction: $e }]
1246
1246
  },
1247
1247
  cora: {
1248
1248
  label: "",
@@ -1253,7 +1253,7 @@ const si = "Local time", li = "Overtime", ci = "Shootout", di = "Game sheet", gi
1253
1253
  label: "table.position.short",
1254
1254
  tooltip: "table.position.tooltip",
1255
1255
  class: "",
1256
- sortOrders: [{ target: "position", direction: Pe }]
1256
+ sortOrders: [{ target: "position", direction: $e }]
1257
1257
  },
1258
1258
  goal: {
1259
1259
  label: "table.goals.short",
@@ -1301,7 +1301,7 @@ const si = "Local time", li = "Overtime", ci = "Shootout", di = "Game sheet", gi
1301
1301
  tooltip: "table.toi.tooltip",
1302
1302
  sortOrders: [{ target: "toi", direction: Q }]
1303
1303
  }
1304
- }, Ta = {
1304
+ }, Sa = {
1305
1305
  jerseyNumber: {
1306
1306
  label: "table.jerseyNumber.short",
1307
1307
  tooltip: "table.jerseyNumber.tooltip",
@@ -1336,7 +1336,7 @@ const si = "Local time", li = "Overtime", ci = "Shootout", di = "Game sheet", gi
1336
1336
  label: "table.svsPercent.short",
1337
1337
  tooltip: "table.svsPercent.tooltip"
1338
1338
  }
1339
- }, Sa = {
1339
+ }, za = {
1340
1340
  role: {
1341
1341
  label: "table.role.short",
1342
1342
  tooltip: "table.role.tooltip",
@@ -1348,106 +1348,106 @@ const si = "Local time", li = "Overtime", ci = "Shootout", di = "Game sheet", gi
1348
1348
  class: "is-text-left is-text-bold"
1349
1349
  }
1350
1350
  };
1351
- function Dt(...e) {
1351
+ function Ae(...e) {
1352
1352
  for (const t of e)
1353
1353
  t?.();
1354
1354
  }
1355
- const Tt = (e) => xt(". ", "-", e || "");
1356
- function za(e) {
1355
+ const zt = (e) => St(". ", "-", e || "");
1356
+ function _a(e) {
1357
1357
  const t = e?.periodResults ?? "";
1358
- let a = le(se(ai(/-:-/)), tt(","))(t).length;
1358
+ let a = le(se(ii(/-:-/)), rt(","))(t).length;
1359
1359
  return e.isShootout && (a = a - 2), e.isOvertime && (a = a - 1), a;
1360
1360
  }
1361
- function tn(e, t) {
1362
- const a = e?.actualPeriod ?? za(e), i = {};
1361
+ function rn(e, t) {
1362
+ const a = e?.actualPeriod ?? _a(e), i = {};
1363
1363
  e.isShootout && (i.so = [], i.ot = []), e.isOvertime && (i.ot = []);
1364
1364
  for (let o = a; o > 0; o--)
1365
1365
  i[`p${o}`] = [];
1366
- return Xr(t, i);
1366
+ return ti(t, i);
1367
1367
  }
1368
- function Gt(e, t, a, i) {
1368
+ function Bt(e, t, a, i) {
1369
1369
  const n = [];
1370
1370
  let o = 0, l = 0;
1371
1371
  for (let d = 0; d < e.length; d++)
1372
1372
  n.push(`${e[d][t]?.[i] ?? 0}:${e[d][a]?.[i] ?? 0}`), o = o + (e[d][t]?.[i] ?? 0), l = l + (e[d][a]?.[i] ?? 0);
1373
1373
  return `(${n.join(", ")}) ${o}:${l}`;
1374
1374
  }
1375
- function an(e, t, a, i) {
1375
+ function nn(e, t, a, i) {
1376
1376
  const n = [];
1377
1377
  let o = 0, l = 0;
1378
1378
  for (let d = 0; d < e.length; d++)
1379
1379
  n.push(`${e[d][t]?.[i] ?? 0}:${e[d][a]?.[i] ?? 0}`), o = o + (e[d][t]?.[i] ?? 0), l = l + (e[d][a]?.[i] ?? 0);
1380
1380
  return `(${n.join(", ")}) ${o}:${l}`;
1381
1381
  }
1382
- function rn(e) {
1382
+ function on(e) {
1383
1383
  const t = e?.home?.advTime ?? 0, a = e?.away?.advTime ?? 0, i = e?.home?.advTimePP1 ?? 0, n = e?.away?.advTimePP1 ?? 0, o = e?.home?.advTimePP2 ?? 0, l = e?.away?.advTimePP2 ?? 0;
1384
1384
  return {
1385
- advTime: `${V(t)} / ${V(a)}`,
1386
- advTimePP1: `${V(i)} / ${V(n)}`,
1387
- advTimePP2: `${V(o)} / ${V(l)}`
1385
+ advTime: `${U(t)} / ${U(a)}`,
1386
+ advTimePP1: `${U(i)} / ${U(n)}`,
1387
+ advTimePP2: `${U(o)} / ${U(l)}`
1388
1388
  };
1389
1389
  }
1390
- function nn(e) {
1390
+ function sn(e) {
1391
1391
  const t = e?.home?.adv ?? 0, a = e?.home?.ppgf ?? 0, i = e?.away?.adv ?? 0, n = e?.away?.ppgf ?? 0, o = (e?.home?.ppPercent ?? 0).toFixed(2), l = (e?.away?.ppPercent ?? 0).toFixed(2);
1392
1392
  return `(${t}/${a}) <b>${o}%</b> / (${i}/${n}) <b>${l}%</b>`;
1393
1393
  }
1394
- function on(e) {
1394
+ function ln(e) {
1395
1395
  const t = e?.home?.dvg ?? 0, a = e?.home?.pk ?? 0, i = e?.away?.dvg ?? 0, n = e?.away?.pk ?? 0, o = (e?.home?.pkPercent ?? 0).toFixed(2), l = (e?.away?.pkPercent ?? 0).toFixed(2);
1396
1396
  return `(${t}/${a}) <b>${o}%</b> / (${i}/${n}) <b>${l}%</b>`;
1397
1397
  }
1398
- function _a(e) {
1398
+ function Pa(e) {
1399
1399
  return {
1400
1400
  ...e,
1401
- penaltyCause: le(ri, xt("_", "-"))(e.penaltyCause)
1401
+ penaltyCause: le(ni, St("_", "-"))(e.penaltyCause)
1402
1402
  };
1403
1403
  }
1404
- const Ie = (e) => lt(e, Zt(["toi"])), sn = 20, ln = 1e3 * 30, Bt = 1e3 * 60 * 5;
1405
- function Pa(e = {}) {
1406
- const { data: t, services: a } = e, { getGameData: i, getGameStats: n, getEvents: o, getGameOfficials: l } = a, d = U(!1), { resume: g, pause: v, isActive: p } = We(
1407
- () => Dt(i, n, o),
1408
- ln,
1404
+ const Me = (e) => dt(e, ea(["toi"])), cn = 20, dn = 1e3 * 30, Ht = 1e3 * 60 * 5;
1405
+ function gn(e = {}) {
1406
+ const { data: t, services: a } = e, { getGameData: i, getGameStats: n, getEvents: o, getGameOfficials: l } = a, d = F(!1), { resume: g, pause: v, isActive: p } = pe(
1407
+ () => Ae(n, o),
1408
+ dn,
1409
1409
  { immediate: !1, immediateCallback: !1 }
1410
- ), { pause: S } = We(
1410
+ ), { pause: S } = pe(
1411
1411
  () => i(),
1412
- Bt,
1412
+ Ht,
1413
1413
  {
1414
1414
  immediate: !0,
1415
1415
  immediateCallback: !0
1416
1416
  }
1417
- ), { pause: w } = We(
1417
+ ), { pause: y } = pe(
1418
1418
  () => l(),
1419
- Bt,
1419
+ Ht,
1420
1420
  {
1421
1421
  immediate: !0,
1422
1422
  immediateCallback: !0
1423
1423
  }
1424
1424
  );
1425
- Ua(d, () => {
1425
+ Va(d, () => {
1426
1426
  g(), i();
1427
1427
  }, () => {
1428
1428
  v();
1429
- }), pe(t, (z) => {
1430
- z.gameStatus === 1 && !p.value && (d.value = !0, S(), w(), g(), n(), o()), z.gameStatus > 1 && (d.value = !1, Dt(n, o), S(), w());
1429
+ }), ve(t, (z) => {
1430
+ z.gameStatus === 1 && !p.value && (d.value = !0, S(), y(), g(), n(), o()), z.gameStatus > 1 && (d.value = !1, Ae(n, o), S(), y());
1431
1431
  });
1432
1432
  }
1433
- function cn(e = {}) {
1434
- const t = e?.periodLength ?? sn, a = f(() => {
1433
+ function mn(e = {}) {
1434
+ const t = e?.periodLength ?? cn, a = f(() => {
1435
1435
  let n = t * 60;
1436
1436
  return (r(e).isOvertime || r(e).isShootout) && (n = r(e).overtimeLength * 60), n;
1437
1437
  });
1438
1438
  return {
1439
1439
  value: f(() => {
1440
1440
  const n = r(e), o = a.value - Number.parseInt(n.periodTime, 10) * 60;
1441
- let l = za(r(e)) - 1;
1441
+ let l = _a(r(e)) - 1;
1442
1442
  (n.isOvertime || n.isShootout) && l++;
1443
- const d = qa(n.actualTime) - l * t * 60;
1443
+ const d = Wa(n.actualTime) - l * t * 60;
1444
1444
  return Math.max(o, d);
1445
1445
  }),
1446
1446
  max: a
1447
1447
  };
1448
1448
  }
1449
1449
  function $a() {
1450
- const e = U([]);
1450
+ const e = F([]);
1451
1451
  function t(i, n) {
1452
1452
  typeof n == "object" && n !== null && (n = n.message), e.value.push({ key: i, message: n });
1453
1453
  }
@@ -1463,7 +1463,7 @@ function $a() {
1463
1463
  remove: a
1464
1464
  };
1465
1465
  }
1466
- function dn(e) {
1466
+ function un(e) {
1467
1467
  return f(() => {
1468
1468
  const { homeTeam: a, awayTeam: i } = ee(e);
1469
1469
  return !a?.color || !i?.color ? {} : {
@@ -1478,7 +1478,7 @@ function dn(e) {
1478
1478
  };
1479
1479
  });
1480
1480
  }
1481
- const gn = "Gól", mn = "Kiállítás", un = "Kapus", vn = "Idő", Ht = "Büntető", Ae = "events", at = "lineups", rt = "team-stats", it = "player-stats", nt = "officials", pn = {
1481
+ const vn = "Gól", pn = "Kiállítás", bn = "Kapus", fn = "Idő", Rt = "Büntető", Le = "events", it = "lineups", nt = "team-stats", ot = "player-stats", st = "officials", hn = {
1482
1482
  role: {
1483
1483
  label: "table.role.short",
1484
1484
  tooltip: "table.role.tooltip",
@@ -1489,7 +1489,7 @@ const gn = "Gól", mn = "Kiállítás", un = "Kapus", vn = "Idő", Ht = "Büntet
1489
1489
  tooltip: "table.name.tooltip",
1490
1490
  class: "is-text-left is-text-bold"
1491
1491
  }
1492
- }, bn = {
1492
+ }, yn = {
1493
1493
  xmlns: "http://www.w3.org/2000/svg",
1494
1494
  viewBox: "0 0 24 24",
1495
1495
  fill: "none",
@@ -1498,8 +1498,8 @@ const gn = "Gól", mn = "Kiállítás", un = "Kapus", vn = "Idő", Ht = "Büntet
1498
1498
  "stroke-linecap": "round",
1499
1499
  "stroke-linejoin": "round"
1500
1500
  };
1501
- function fn(e, t) {
1502
- return c(), u("svg", bn, t[0] || (t[0] = [
1501
+ function wn(e, t) {
1502
+ return c(), u("svg", yn, t[0] || (t[0] = [
1503
1503
  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),
1504
1504
  s("rect", {
1505
1505
  x: "8",
@@ -1511,7 +1511,7 @@ function fn(e, t) {
1511
1511
  }, null, -1)
1512
1512
  ]));
1513
1513
  }
1514
- const Me = { render: fn }, hn = {
1514
+ const Ce = { render: wn }, kn = {
1515
1515
  xmlns: "http://www.w3.org/2000/svg",
1516
1516
  viewBox: "0 0 24 24",
1517
1517
  fill: "none",
@@ -1520,21 +1520,21 @@ const Me = { render: fn }, hn = {
1520
1520
  "stroke-linecap": "round",
1521
1521
  "stroke-linejoin": "round"
1522
1522
  };
1523
- function yn(e, t) {
1524
- return c(), u("svg", hn, t[0] || (t[0] = [
1523
+ function xn(e, t) {
1524
+ return c(), u("svg", kn, t[0] || (t[0] = [
1525
1525
  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),
1526
1526
  s("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1)
1527
1527
  ]));
1528
1528
  }
1529
- const ja = { render: yn };
1529
+ const ja = { render: xn };
1530
1530
  function Na(e, t) {
1531
- const { t: a } = M(), { data: i, open: n, close: o } = lr(r(e), {
1531
+ const { t: a } = M(), { data: i, open: n, close: o } = dr(r(e), {
1532
1532
  autoReconnect: {
1533
1533
  retries: 3
1534
1534
  },
1535
1535
  immediate: !1
1536
1536
  }), l = f(() => JSON.parse(i.value)?.visitor ?? 0), d = f(() => l.value > 0), g = f(() => r(t).gameStatus === 0 ? a("gameData.visitorsWaiting", [l.value]) : a("gameData.visitors", [l.value]));
1537
- return pe(() => r(t).gameStatus, (v) => {
1537
+ return ve(() => r(t).gameStatus, (v) => {
1538
1538
  if (v <= 1)
1539
1539
  return n();
1540
1540
  o();
@@ -1546,7 +1546,7 @@ function Na(e, t) {
1546
1546
  visitorsLabel: g
1547
1547
  };
1548
1548
  }
1549
- const wn = { class: "progress" }, kn = ["aria-valuenow", "aria-valuemax"], Ea = {
1549
+ const Tn = { class: "progress" }, Sn = ["aria-valuenow", "aria-valuemax"], Ea = {
1550
1550
  __name: "GamePeriodProgress",
1551
1551
  props: {
1552
1552
  gameData: {
@@ -1555,19 +1555,19 @@ const wn = { class: "progress" }, kn = ["aria-valuenow", "aria-valuemax"], Ea =
1555
1555
  }
1556
1556
  },
1557
1557
  setup(e) {
1558
- const t = e, { max: a, value: i } = cn(f(() => t.gameData));
1559
- return (n, o) => (c(), u("div", wn, [
1558
+ const t = e, { max: a, value: i } = mn(f(() => t.gameData));
1559
+ return (n, o) => (c(), u("div", Tn, [
1560
1560
  s("div", {
1561
1561
  class: "progress-bar progress-bar-stripped progress-bar-animated",
1562
1562
  role: "progressbar",
1563
- style: je(`width: ${r(i) / r(a) * 100}%`),
1563
+ style: Ne(`width: ${r(i) / r(a) * 100}%`),
1564
1564
  "aria-valuenow": r(i),
1565
1565
  "aria-valuemin": "0",
1566
1566
  "aria-valuemax": r(a)
1567
- }, null, 12, kn)
1567
+ }, null, 12, Sn)
1568
1568
  ]));
1569
1569
  }
1570
- }, xn = { class: "period-results" }, Tn = {
1570
+ }, zn = { class: "period-results" }, _n = {
1571
1571
  __name: "PeriodResults",
1572
1572
  props: {
1573
1573
  results: {
@@ -1584,7 +1584,7 @@ const wn = { class: "progress" }, kn = ["aria-valuenow", "aria-valuemax"], Ea =
1584
1584
  }
1585
1585
  },
1586
1586
  setup(e) {
1587
- return (t, a) => (c(), u("table", xn, [
1587
+ return (t, a) => (c(), u("table", zn, [
1588
1588
  s("tbody", null, [
1589
1589
  s("tr", null, [
1590
1590
  a[0] || (a[0] = s("td", null, [
@@ -1603,22 +1603,22 @@ const wn = { class: "progress" }, kn = ["aria-valuenow", "aria-valuemax"], Ea =
1603
1603
  ])
1604
1604
  ]));
1605
1605
  }
1606
- };
1607
- let Sn = 0;
1608
- function zn() {
1609
- return ++Sn;
1606
+ }, Pn = 1e3 * 30, Ft = 1e3 * 60 * 5;
1607
+ let $n = 0;
1608
+ function jn() {
1609
+ return ++$n;
1610
1610
  }
1611
- const _n = (e) => le(Fe, J((t) => ({ ...t, eventId: t.eventId ? t.eventId : zn() })))(e);
1612
- function Pn(e) {
1611
+ const Nn = (e) => le(Ve, J((t) => ({ ...t, eventId: t.eventId ? t.eventId : jn() })))(e);
1612
+ function En(e) {
1613
1613
  const t = {
1614
1614
  home: [],
1615
1615
  away: []
1616
1616
  };
1617
- return e ? le(J(tt(":")), J(oi), tt(","), xt(/^\(|\)$/g, ""))(e).reduce((i, n) => (i.home.push(n[0]), i.away.push(n[1]), i), t) : t;
1617
+ return e ? le(J(rt(":")), J(li), rt(","), St(/^\(|\)$/g, ""))(e).reduce((i, n) => (i.home.push(n[0]), i.away.push(n[1]), i), t) : t;
1618
1618
  }
1619
- const Rt = (e) => yt(ce("row"), e);
1620
- function $n(e, t, a) {
1621
- const i = Rt(e?.[t] ?? []), n = Rt(e?.[a] ?? []);
1619
+ const Kt = (e) => kt(ce("row"), e);
1620
+ function On(e, t, a) {
1621
+ const i = Kt(e?.[t] ?? []), n = Kt(e?.[a] ?? []);
1622
1622
  return ["1", "2", "3", "4", "gk"].reduce(
1623
1623
  (o, l) => (o[l].home = i[l], o[l].away = n[l], o),
1624
1624
  {
@@ -1630,12 +1630,12 @@ function $n(e, t, a) {
1630
1630
  }
1631
1631
  );
1632
1632
  }
1633
- function Ze(e, t, a, i) {
1633
+ function Xe(e, t, a, i) {
1634
1634
  let n = 0, o = 0;
1635
1635
  const l = e.reduce((d, g) => {
1636
- const v = g[t]?.period ?? "p1", p = g[t]?.[i] ?? 0, S = g[a]?.[i] ?? 0, w = p + S;
1636
+ const v = g[t]?.period ?? "p1", p = g[t]?.[i] ?? 0, S = g[a]?.[i] ?? 0, y = p + S;
1637
1637
  return n += p, o += S, d[v] = {
1638
- max: w,
1638
+ max: y,
1639
1639
  valueStart: p,
1640
1640
  valueEnd: S
1641
1641
  }, d;
@@ -1646,7 +1646,7 @@ function Ze(e, t, a, i) {
1646
1646
  valueEnd: o
1647
1647
  }, l;
1648
1648
  }
1649
- function jn(e) {
1649
+ function In(e) {
1650
1650
  const t = e?.home?.advTime ?? 0, a = e?.away?.advTime ?? 0, i = e?.home?.advTimePP1 ?? 0, n = e?.away?.advTimePP1 ?? 0, o = e?.home?.advTimePP2 ?? 0, l = e?.away?.advTimePP2 ?? 0;
1651
1651
  return {
1652
1652
  advTime: {
@@ -1666,7 +1666,7 @@ function jn(e) {
1666
1666
  }
1667
1667
  };
1668
1668
  }
1669
- function Nn(e) {
1669
+ function An(e) {
1670
1670
  const t = e?.home?.adv ?? 0, a = e?.home?.ppgf ?? 0, i = e?.away?.adv ?? 0, n = e?.away?.ppgf ?? 0, o = (e?.home?.ppPercent ?? 0).toFixed(2), l = (e?.away?.ppPercent ?? 0).toFixed(2);
1671
1671
  return {
1672
1672
  powerPlays: {
@@ -1689,7 +1689,7 @@ function Nn(e) {
1689
1689
  }
1690
1690
  };
1691
1691
  }
1692
- function En(e) {
1692
+ function Mn(e) {
1693
1693
  const t = e?.home?.dvg ?? 0, a = e?.home?.pk ?? 0, i = e?.away?.dvg ?? 0, n = e?.away?.pk ?? 0, o = (e?.home?.pkPercent ?? 0).toFixed(2), l = (e?.away?.pkPercent ?? 0).toFixed(2);
1694
1694
  return {
1695
1695
  penaltyKill: {
@@ -1712,20 +1712,20 @@ function En(e) {
1712
1712
  }
1713
1713
  };
1714
1714
  }
1715
- function On(e, t) {
1715
+ function Ln(e, t) {
1716
1716
  const a = (n) => {
1717
1717
  const o = ["first_referee", "second_referee", "first_line_judge", "second_line_judge"].indexOf(n.role);
1718
1718
  return o > -1 ? o : 4;
1719
- }, i = (n) => ({ ...dt(n), role: t(`role.${n.role}`) });
1720
- return yt(ce("type"), J(i, ha(a, ua(e))));
1719
+ }, i = (n) => ({ ...mt(n), role: t(`role.${n.role}`) });
1720
+ return kt(ce("type"), J(i, ya(a, va(e))));
1721
1721
  }
1722
- const Ft = ya([ba(ce("startingFive"))]);
1723
- function Kt(e) {
1724
- return le(J(dt), fa(["headCoach", "secondCoach"]))(e);
1722
+ const Vt = wa([fa(ce("startingFive"))]);
1723
+ function Ut(e) {
1724
+ return le(J(mt), ha(["headCoach", "secondCoach"]))(e);
1725
1725
  }
1726
- fa(["first_referee", "second_referee", "first_line_judge", "second_line_judge"]);
1727
- function Ut(e, t) {
1728
- const a = sa(Lr([ei(t, ["team", "id"]), kt("Gól", "type")]), Fe(e)), i = J((l) => ({ ...l, eventTimeSec: Qa(l.eventTime) }), a), n = ft(
1726
+ ha(["first_referee", "second_referee", "first_line_judge", "second_line_judge"]);
1727
+ function qt(e, t) {
1728
+ const a = la(Dr([ai(t, ["team", "id"]), Tt("Gól", "type")]), Ve(e)), i = J((l) => ({ ...l, eventTimeSec: Za(l.eventTime) }), a), n = yt(
1729
1729
  (l, d) => (l[d.playerId] ? l[d.playerId].eventTime += `, ${d.eventTime}` : l[d.playerId] = {
1730
1730
  id: d.playerId,
1731
1731
  name: `${d.lastName} ${d.firstName}`,
@@ -1735,21 +1735,51 @@ function Ut(e, t) {
1735
1735
  {},
1736
1736
  i
1737
1737
  );
1738
- return ha(ce("eventTimeSec"), ua(n));
1738
+ return ya(ce("eventTimeSec"), va(n));
1739
+ }
1740
+ function Cn(e = {}) {
1741
+ const { data: t, services: a } = e, { getGameData: i, getGameStats: n, getEvents: o, getGameOfficials: l } = a, d = F(!1), { resume: g, pause: v, isActive: p } = pe(
1742
+ () => Ae(n, o),
1743
+ Pn,
1744
+ { immediate: !1, immediateCallback: !1 }
1745
+ );
1746
+ pe(
1747
+ () => i(),
1748
+ Ft,
1749
+ {
1750
+ immediate: !0,
1751
+ immediateCallback: !0
1752
+ }
1753
+ );
1754
+ const { pause: S } = pe(
1755
+ () => l(),
1756
+ Ft,
1757
+ {
1758
+ immediate: !0,
1759
+ immediateCallback: !0
1760
+ }
1761
+ );
1762
+ Ja(d, () => {
1763
+ g(), i();
1764
+ }, () => {
1765
+ v();
1766
+ }), ve(t, (y) => {
1767
+ y.gameStatus === 1 && !p.value && (d.value = !0, S(), g(), n(), o()), y.gameStatus > 1 && (d.value = !1, Ae(n, o), S());
1768
+ });
1739
1769
  }
1740
- const In = { class: "gamecenter-timeline-game-data" }, An = { class: "is-title-container" }, Mn = { class: "is-gamedate" }, Ln = { class: "is-local-gamedate" }, Cn = { class: "is-external-contents" }, Dn = ["href"], Gn = ["href"], Bn = ["href"], Hn = { class: "is-teams-and-results" }, Rn = { class: "is-team-name" }, Fn = { class: "is-goal-scorers" }, Kn = {
1770
+ const Dn = { class: "gamecenter-timeline-game-data" }, Gn = { class: "is-title-container" }, Bn = { class: "is-gamedate" }, Hn = { class: "is-local-gamedate" }, Rn = { class: "is-external-contents" }, Fn = ["href"], Kn = ["href"], Vn = ["href"], Un = { class: "is-teams-and-results" }, qn = { class: "is-team-name" }, Wn = { class: "is-goal-scorers" }, Yn = {
1741
1771
  key: 0,
1742
1772
  class: "is-game-status"
1743
- }, Un = {
1773
+ }, Qn = {
1744
1774
  key: 1,
1745
1775
  class: "is-game-status"
1746
- }, Vn = { key: 0 }, qn = { class: "is-badge is-invert is-large" }, Wn = { key: 1 }, Yn = { class: "is-badge is-invert is-large" }, Qn = {
1776
+ }, Jn = { key: 0 }, Zn = { class: "is-badge is-invert is-large" }, Xn = { key: 1 }, eo = { class: "is-badge is-invert is-large" }, to = {
1747
1777
  key: 3,
1748
1778
  class: "is-game-status"
1749
- }, Jn = { key: 0 }, Zn = { key: 1 }, Xn = { key: 2 }, eo = { key: 3 }, to = {
1779
+ }, ao = { key: 0 }, ro = { key: 1 }, io = { key: 2 }, no = { key: 3 }, oo = {
1750
1780
  key: 5,
1751
1781
  class: "is-attendance"
1752
- }, ao = { class: "is-team-name" }, ro = { class: "is-goal-scorers" }, io = {
1782
+ }, so = { class: "is-team-name" }, lo = { class: "is-goal-scorers" }, co = {
1753
1783
  __name: "GameData",
1754
1784
  props: {
1755
1785
  gameData: {
@@ -1770,70 +1800,70 @@ const In = { class: "gamecenter-timeline-game-data" }, An = { class: "is-title-c
1770
1800
  }
1771
1801
  },
1772
1802
  setup(e) {
1773
- const t = e, { gameData: a, websocketUrl: i } = st(t), { t: n } = M(), o = f(() => Pn(t.gameData.periodResults)), l = f(() => Ut(t.gameEvents, t.gameData.homeTeam.id)), d = f(() => Ut(t.gameEvents, t.gameData.awayTeam.id)), { visitorsLabel: g, isVisible: v } = Na(i, a), p = f(() => a.value.gameStatus <= 1 ? g.value : n("gameData.attendance", [a.value?.attendance ?? 0]));
1774
- return (S, w) => (c(), u("div", In, [
1775
- s("div", An, [
1776
- w[0] || (R(-1, !0), (w[0] = s("div", { class: "is-title" }, [
1777
- y(m(r(a).championshipName) + " - " + m(r(a).divisionName) + " - " + m(r(a).gameName) + " / " + m(r(a).location.locationName), 1)
1778
- ])).cacheIndex = 0, R(1), w[0]),
1779
- s("div", Mn, m(r(Ne)(r(a).gameDate, "L dddd - HH:mm", null, e.locale)) + " (" + m(r(Ee)(new Date(r(a).gameDate), null, e.locale)) + ") ", 1),
1780
- s("div", Ln, m(r(n)("localTime")) + " (" + m(r(a).location.locationCountryISO || r(a).location.locationName) + "): " + m(r(Ne)(r(a).gameDate, "L dddd - HH:mm", r(a).location.timezone, e.locale)) + " (" + m(r(Ee)(new Date(r(a).gameDate), r(a).location.timezone, e.locale)) + ") ", 1),
1781
- s("div", Cn, [
1803
+ const t = e, { gameData: a, websocketUrl: i } = ct(t), { t: n } = M(), o = f(() => En(t.gameData.periodResults)), l = f(() => qt(t.gameEvents, t.gameData.homeTeam.id)), d = f(() => qt(t.gameEvents, t.gameData.awayTeam.id)), { visitorsLabel: g, isVisible: v } = Na(i, a), p = f(() => a.value.gameStatus <= 1 ? g.value : n("gameData.attendance", [a.value?.attendance ?? 0]));
1804
+ return (S, y) => (c(), u("div", Dn, [
1805
+ s("div", Gn, [
1806
+ y[0] || (R(-1, !0), (y[0] = s("div", { class: "is-title" }, [
1807
+ w(m(r(a).championshipName) + " - " + m(r(a).divisionName) + " - " + m(r(a).gameName) + " / " + m(r(a).location.locationName), 1)
1808
+ ])).cacheIndex = 0, R(1), y[0]),
1809
+ s("div", Bn, m(r(Ee)(r(a).gameDate, "L dddd - HH:mm", null, e.locale)) + " (" + m(r(Oe)(new Date(r(a).gameDate), null, e.locale)) + ") ", 1),
1810
+ s("div", Hn, m(r(n)("localTime")) + " (" + m(r(a).location.locationCountryISO || r(a).location.locationName) + "): " + m(r(Ee)(r(a).gameDate, "L dddd - HH:mm", r(a).location.timezone, e.locale)) + " (" + m(r(Oe)(new Date(r(a).gameDate), r(a).location.timezone, e.locale)) + ") ", 1),
1811
+ s("div", Rn, [
1782
1812
  r(a).electronicReportUrl ? (c(), u("a", {
1783
1813
  key: 0,
1784
1814
  href: r(a).electronicReportUrl,
1785
1815
  target: "_blank"
1786
1816
  }, [
1787
- b(r(Me), { class: "is-icon" }),
1788
- y(" " + m(r(n)("sheet")), 1)
1789
- ], 8, Dn)) : h("", !0),
1817
+ b(r(Ce), { class: "is-icon" }),
1818
+ w(" " + m(r(n)("sheet")), 1)
1819
+ ], 8, Fn)) : h("", !0),
1790
1820
  r(a).toiReportUrl ? (c(), u("a", {
1791
1821
  key: 1,
1792
1822
  href: r(a).toiReportUrl,
1793
1823
  target: "_blank"
1794
1824
  }, [
1795
- b(r(Me), { class: "is-icon" }),
1796
- y(" " + m(r(n)("toiSheet")), 1)
1797
- ], 8, Gn)) : h("", !0),
1825
+ b(r(Ce), { class: "is-icon" }),
1826
+ w(" " + m(r(n)("toiSheet")), 1)
1827
+ ], 8, Kn)) : h("", !0),
1798
1828
  r(a).video ? (c(), u("a", {
1799
1829
  key: 2,
1800
1830
  href: r(a).video,
1801
1831
  target: "_blank"
1802
1832
  }, [
1803
1833
  b(r(ja), { class: "is-icon" }),
1804
- y(" " + m(r(n)("video")), 1)
1805
- ], 8, Bn)) : h("", !0)
1834
+ w(" " + m(r(n)("video")), 1)
1835
+ ], 8, Vn)) : h("", !0)
1806
1836
  ])
1807
1837
  ]),
1808
- s("div", Hn, [
1838
+ s("div", Un, [
1809
1839
  s("div", null, [
1810
- w[1] || (R(-1, !0), (w[1] = b(r(te), {
1840
+ y[1] || (R(-1, !0), (y[1] = b(r(te), {
1811
1841
  src: r(a).homeTeam.logo,
1812
1842
  class: "is-team-logo",
1813
- "default-src": r(Ke)
1814
- }, null, 8, ["src", "default-src"])).cacheIndex = 1, R(1), w[1]),
1815
- s("h1", Rn, m(r(a).homeTeam.longName), 1),
1816
- s("ul", Fn, [
1843
+ "default-src": r(Ue)
1844
+ }, null, 8, ["src", "default-src"])).cacheIndex = 1, R(1), y[1]),
1845
+ s("h1", qn, m(r(a).homeTeam.longName), 1),
1846
+ s("ul", Wn, [
1817
1847
  (c(!0), u(k, null, N(l.value, (z) => (c(), u("li", {
1818
1848
  key: z.id
1819
1849
  }, [
1820
- y(m(z.name) + " ", 1),
1850
+ w(m(z.name) + " ", 1),
1821
1851
  s("span", null, m(z.eventTime), 1)
1822
1852
  ]))), 128))
1823
1853
  ])
1824
1854
  ]),
1825
1855
  s("div", null, [
1826
- r(a).gameStatus > 1 ? (c(), u("p", Kn, m(r(n)(`gameStatus.status-${r(a).gameStatus}`)), 1)) : h("", !0),
1827
- r(a).gameStatus === 1 ? (c(), u("p", Un, m(r(n)(`periods.${r(Tt)(r(a).period)}`)), 1)) : h("", !0),
1856
+ r(a).gameStatus > 1 ? (c(), u("p", Yn, m(r(n)(`gameStatus.status-${r(a).gameStatus}`)), 1)) : h("", !0),
1857
+ r(a).gameStatus === 1 ? (c(), u("p", Qn, m(r(n)(`periods.${r(zt)(r(a).period)}`)), 1)) : h("", !0),
1828
1858
  r(a).gameStatus > 1 ? (c(), u(k, { key: 2 }, [
1829
- r(a).isOvertime ? (c(), u("p", Vn, [
1830
- s("span", qn, m(r(n)("afterOvertime")), 1)
1859
+ r(a).isOvertime ? (c(), u("p", Jn, [
1860
+ s("span", Zn, m(r(n)("afterOvertime")), 1)
1831
1861
  ])) : h("", !0),
1832
- r(a).isShootout ? (c(), u("p", Wn, [
1833
- s("span", Yn, m(r(n)("afterShootout")), 1)
1862
+ r(a).isShootout ? (c(), u("p", Xn, [
1863
+ s("span", eo, m(r(n)("afterShootout")), 1)
1834
1864
  ])) : h("", !0)
1835
1865
  ], 64)) : h("", !0),
1836
- r(a).gameStatus === 1 ? (c(), u("p", Qn, m(r(a).actualTime), 1)) : h("", !0),
1866
+ r(a).gameStatus === 1 ? (c(), u("p", to, m(r(a).actualTime), 1)) : h("", !0),
1837
1867
  r(a).gameStatus === 1 ? (c(), x(Ea, {
1838
1868
  key: 4,
1839
1869
  "game-data": r(a)
@@ -1841,12 +1871,12 @@ const In = { class: "gamecenter-timeline-game-data" }, An = { class: "is-title-c
1841
1871
  s("div", {
1842
1872
  class: q(["is-game-result", [{ "is-game-status-live": r(a).gameStatus === 1 }]])
1843
1873
  }, [
1844
- r(a).gameStatus === 0 ? (c(), u("span", Jn, "-")) : (c(), u("span", Zn, m(r(a).homeTeamScore), 1)),
1845
- w[3] || (w[3] = y(":")),
1846
- r(a).gameStatus === 0 ? (c(), u("span", Xn, "-")) : (c(), u("span", eo, m(r(a).awayTeamScore), 1))
1874
+ r(a).gameStatus === 0 ? (c(), u("span", ao, "-")) : (c(), u("span", ro, m(r(a).homeTeamScore), 1)),
1875
+ y[3] || (y[3] = w(":")),
1876
+ r(a).gameStatus === 0 ? (c(), u("span", io, "-")) : (c(), u("span", no, m(r(a).awayTeamScore), 1))
1847
1877
  ], 2),
1848
- r(v) || r(a)?.attendance ? (c(), u("p", to, m(p.value), 1)) : h("", !0),
1849
- r(a).gameStatus > 0 ? (c(), x(Tn, {
1878
+ r(v) || r(a)?.attendance ? (c(), u("p", oo, m(p.value), 1)) : h("", !0),
1879
+ r(a).gameStatus > 0 ? (c(), x(_n, {
1850
1880
  key: 6,
1851
1881
  results: o.value,
1852
1882
  "home-team-name": r(a).homeTeam.shortName,
@@ -1854,17 +1884,17 @@ const In = { class: "gamecenter-timeline-game-data" }, An = { class: "is-title-c
1854
1884
  }, null, 8, ["results", "home-team-name", "away-team-name"])) : h("", !0)
1855
1885
  ]),
1856
1886
  s("div", null, [
1857
- w[2] || (R(-1, !0), (w[2] = b(r(te), {
1887
+ y[2] || (R(-1, !0), (y[2] = b(r(te), {
1858
1888
  src: r(a).awayTeam.logo,
1859
- "default-src": r(Ue),
1889
+ "default-src": r(qe),
1860
1890
  class: "is-team-logo"
1861
- }, null, 8, ["src", "default-src"])).cacheIndex = 2, R(1), w[2]),
1862
- s("h1", ao, m(r(a).awayTeam.longName), 1),
1863
- s("ul", ro, [
1891
+ }, null, 8, ["src", "default-src"])).cacheIndex = 2, R(1), y[2]),
1892
+ s("h1", so, m(r(a).awayTeam.longName), 1),
1893
+ s("ul", lo, [
1864
1894
  (c(!0), u(k, null, N(d.value, (z) => (c(), u("li", {
1865
1895
  key: z.id
1866
1896
  }, [
1867
- y(m(z.name) + " ", 1),
1897
+ w(m(z.name) + " ", 1),
1868
1898
  s("span", null, m(z.eventTime), 1)
1869
1899
  ]))), 128))
1870
1900
  ])
@@ -1872,20 +1902,20 @@ const In = { class: "gamecenter-timeline-game-data" }, An = { class: "is-title-c
1872
1902
  ])
1873
1903
  ]));
1874
1904
  }
1875
- }, no = {
1905
+ }, go = {
1876
1906
  width: "32",
1877
1907
  height: "32",
1878
1908
  viewBox: "0 0 32 32"
1879
1909
  };
1880
- function oo(e, t) {
1881
- return c(), u("svg", no, t[0] || (t[0] = [
1910
+ function mo(e, t) {
1911
+ return c(), u("svg", go, t[0] || (t[0] = [
1882
1912
  s("path", {
1883
1913
  fill: "currentColor",
1884
1914
  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"
1885
1915
  }, null, -1)
1886
1916
  ]));
1887
1917
  }
1888
- const xe = { render: oo }, so = ["data-team"], lo = { class: "is-details-title" }, co = { class: "is-team-logo" }, go = { class: "is-event-type-icon" }, mo = { class: "is-timestamp" }, Te = {
1918
+ const Te = { render: mo }, uo = ["data-team"], vo = { class: "is-details-title" }, po = { class: "is-team-logo" }, bo = { class: "is-event-type-icon" }, fo = { class: "is-timestamp" }, Se = {
1889
1919
  __name: "GameEventLayout",
1890
1920
  props: {
1891
1921
  timestamp: {
@@ -1916,32 +1946,32 @@ const xe = { render: oo }, so = ["data-team"], lo = { class: "is-details-title"
1916
1946
  s("div", {
1917
1947
  class: q(["is-details-container", [
1918
1948
  {
1919
- "is-goal": e.eventType === r(gn),
1920
- "is-penalty": e.eventType === r(mn),
1921
- "is-timeout": e.eventType === r(vn),
1922
- "is-goalies": e.eventType === r(un),
1923
- "is-penalty-shot-goal": e.eventType === r(Ht) && e.event.goal,
1924
- "is-penalty-shot-no-goal": e.eventType === r(Ht) && !e.event.goal
1949
+ "is-goal": e.eventType === r(vn),
1950
+ "is-penalty": e.eventType === r(pn),
1951
+ "is-timeout": e.eventType === r(fn),
1952
+ "is-goalies": e.eventType === r(bn),
1953
+ "is-penalty-shot-goal": e.eventType === r(Rt) && e.event.goal,
1954
+ "is-penalty-shot-no-goal": e.eventType === r(Rt) && !e.event.goal
1925
1955
  }
1926
1956
  ]])
1927
1957
  }, [
1928
- s("div", lo, [
1958
+ s("div", vo, [
1929
1959
  X(t.$slots, "title")
1930
1960
  ]),
1931
1961
  X(t.$slots, "details-list"),
1932
- s("div", co, [
1962
+ s("div", po, [
1933
1963
  X(t.$slots, "team-logo")
1934
1964
  ]),
1935
- s("div", go, [
1965
+ s("div", bo, [
1936
1966
  X(t.$slots, "event-type-icon")
1937
1967
  ])
1938
1968
  ], 2),
1939
- s("div", mo, [
1969
+ s("div", fo, [
1940
1970
  s("p", null, m(e.timestamp), 1)
1941
1971
  ])
1942
- ], 8, so));
1972
+ ], 8, uo));
1943
1973
  }
1944
- }, uo = ["aria-label"], Se = {
1974
+ }, ho = ["aria-label"], ze = {
1945
1975
  __name: "TeamLogo",
1946
1976
  props: {
1947
1977
  name: {
@@ -1957,7 +1987,7 @@ const xe = { render: oo }, so = ["data-team"], lo = { class: "is-details-title"
1957
1987
  }
1958
1988
  },
1959
1989
  setup(e) {
1960
- const t = e, a = U(null), i = f(() => t.isHomeTeam ? Ke : Ue);
1990
+ const t = e, a = F(null), i = f(() => t.isHomeTeam ? Ue : qe);
1961
1991
  return (n, o) => (c(), u(k, null, [
1962
1992
  b(r(ae), {
1963
1993
  offset: 2,
@@ -1976,7 +2006,7 @@ const xe = { render: oo }, so = ["data-team"], lo = { class: "is-details-title"
1976
2006
  src: e.logo,
1977
2007
  "default-src": i.value
1978
2008
  }, null, 8, ["src", "default-src"])
1979
- ], 16, uo)
2009
+ ], 16, ho)
1980
2010
  ]),
1981
2011
  _: 1
1982
2012
  }, 8, ["content", "append-to"]),
@@ -1986,13 +2016,13 @@ const xe = { render: oo }, so = ["data-team"], lo = { class: "is-details-title"
1986
2016
  }, null, 512)
1987
2017
  ], 64));
1988
2018
  }
1989
- }, vo = { key: 0 }, po = { key: 1 }, bo = { class: "is-details-list" }, fo = { class: "is-evented-person" }, ho = { class: "is-player-number" }, yo = { class: "is-assists-list" }, wo = { class: "is-player-number" }, ko = {
2019
+ }, yo = { key: 0 }, wo = { key: 1 }, ko = { class: "is-details-list" }, xo = { class: "is-evented-person" }, To = { class: "is-player-number" }, So = { class: "is-assists-list" }, zo = { class: "is-player-number" }, _o = {
1990
2020
  key: 0,
1991
2021
  class: "is-poi-data"
1992
- }, xo = ["aria-label"], To = ["aria-label"], So = {
2022
+ }, Po = ["aria-label"], $o = ["aria-label"], jo = {
1993
2023
  key: 0,
1994
2024
  class: "is-badge is-invert is-large"
1995
- }, zo = {
2025
+ }, No = {
1996
2026
  __name: "Goal",
1997
2027
  props: {
1998
2028
  event: {
@@ -2005,35 +2035,35 @@ const xe = { render: oo }, so = ["data-team"], lo = { class: "is-details-title"
2005
2035
  }
2006
2036
  },
2007
2037
  setup(e) {
2008
- const t = e, a = U(null), { t: i } = M(), n = f(() => se((d) => O(d), [t.event.assists1, t.event.assists2])), o = f(() => t.event.homeOnIce), l = f(() => t.event.awayOnIce);
2009
- return (d, g) => (c(), x(Te, {
2038
+ const t = e, a = F(null), { t: i } = M(), n = f(() => se((d) => O(d), [t.event.assists1, t.event.assists2])), o = f(() => t.event.homeOnIce), l = f(() => t.event.awayOnIce);
2039
+ return (d, g) => (c(), x(Se, {
2010
2040
  timestamp: e.event.eventTime,
2011
2041
  "is-home-team": e.isHomeTeam,
2012
2042
  "event-type": e.event.type,
2013
2043
  event: e.event
2014
2044
  }, {
2015
2045
  title: T(() => [
2016
- y(m(r(i)("eventType.Gól")) + " ", 1),
2017
- e.event.advantage ? (c(), u("span", vo, m(e.event.advantage), 1)) : h("", !0),
2018
- e.event.en ? (c(), u("span", po, " EN ")) : h("", !0),
2019
- y(" (" + m(e.event.score) + ") ", 1)
2046
+ w(m(r(i)("eventType.Gól")) + " ", 1),
2047
+ e.event.advantage ? (c(), u("span", yo, m(e.event.advantage), 1)) : h("", !0),
2048
+ e.event.en ? (c(), u("span", wo, " EN ")) : h("", !0),
2049
+ w(" (" + m(e.event.score) + ") ", 1)
2020
2050
  ]),
2021
2051
  "details-list": T(() => [
2022
- s("ul", bo, [
2023
- s("li", fo, [
2024
- s("span", ho, m(e.event.jerseyNumber), 1),
2025
- y(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
2052
+ s("ul", ko, [
2053
+ s("li", xo, [
2054
+ s("span", To, m(e.event.jerseyNumber), 1),
2055
+ w(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
2026
2056
  ]),
2027
- s("li", yo, [
2057
+ s("li", So, [
2028
2058
  (c(!0), u(k, null, N(n.value, (v) => (c(), u("span", {
2029
2059
  key: v,
2030
2060
  class: "is-evented-person"
2031
2061
  }, [
2032
- s("i", wo, m(v.jerseyNumber), 1),
2033
- y(" " + m(v.lastName) + " " + m(v.firstName), 1)
2062
+ s("i", zo, m(v.jerseyNumber), 1),
2063
+ w(" " + m(v.lastName) + " " + m(v.firstName), 1)
2034
2064
  ]))), 128))
2035
2065
  ]),
2036
- !r(O)(o.value) || !r(O)(l.value) ? (c(), u("li", ko, [
2066
+ !r(O)(o.value) || !r(O)(l.value) ? (c(), u("li", _o, [
2037
2067
  s("ul", null, [
2038
2068
  (c(!0), u(k, null, N(o.value, (v) => (c(), x(r(ae), {
2039
2069
  key: v.playerId,
@@ -2049,7 +2079,7 @@ const xe = { render: oo }, so = ["data-team"], lo = { class: "is-details-title"
2049
2079
  ref: p,
2050
2080
  tabindex: 0,
2051
2081
  "aria-label": `${v.jerseyNumber} ${v.lastName} ${v.firstName}`
2052
- }, ge(S, !0)), m(v.jerseyNumber), 17, xo)
2082
+ }, ge(S, !0)), m(v.jerseyNumber), 17, Po)
2053
2083
  ]),
2054
2084
  _: 2
2055
2085
  }, 1032, ["content", "append-to"]))), 128))
@@ -2070,29 +2100,29 @@ const xe = { render: oo }, so = ["data-team"], lo = { class: "is-details-title"
2070
2100
  ref: p,
2071
2101
  tabindex: 0,
2072
2102
  "aria-label": `${v.jerseyNumber} ${v.lastName} ${v.firstName}`
2073
- }, ge(S, !0)), m(v.jerseyNumber), 17, To)
2103
+ }, ge(S, !0)), m(v.jerseyNumber), 17, $o)
2074
2104
  ]),
2075
2105
  _: 2
2076
2106
  }, 1032, ["content", "append-to"]))), 128))
2077
2107
  ])
2078
2108
  ])) : h("", !0),
2079
2109
  s("li", null, [
2080
- e.event.ps || e.event.gws || e.event.gwg ? (c(), u("span", So, [
2110
+ e.event.ps || e.event.gws || e.event.gwg ? (c(), u("span", jo, [
2081
2111
  e.event.ps ? (c(), u(k, { key: 0 }, [
2082
- y("PS")
2112
+ w("PS")
2083
2113
  ], 64)) : h("", !0),
2084
2114
  e.event.gws ? (c(), u(k, { key: 1 }, [
2085
- y("GWS")
2115
+ w("GWS")
2086
2116
  ], 64)) : h("", !0),
2087
2117
  e.event.gwg ? (c(), u(k, { key: 2 }, [
2088
- y("GWG")
2118
+ w("GWG")
2089
2119
  ], 64)) : h("", !0)
2090
2120
  ])) : h("", !0)
2091
2121
  ])
2092
2122
  ])
2093
2123
  ]),
2094
2124
  "team-logo": T(() => [
2095
- (c(), x(Se, {
2125
+ (c(), x(ze, {
2096
2126
  key: e.event.team.id,
2097
2127
  name: e.event.team.longName,
2098
2128
  logo: e.event.team.logo,
@@ -2100,49 +2130,49 @@ const xe = { render: oo }, so = ["data-team"], lo = { class: "is-details-title"
2100
2130
  }, null, 8, ["name", "logo", "is-home-team"]))
2101
2131
  ]),
2102
2132
  "event-type-icon": T(() => [
2103
- b(r(xe))
2133
+ b(r(Te))
2104
2134
  ]),
2105
2135
  _: 1
2106
2136
  }, 8, ["timestamp", "is-home-team", "event-type", "event"]));
2107
2137
  }
2108
- }, _o = {
2138
+ }, Eo = {
2109
2139
  xmlns: "http://www.w3.org/2000/svg",
2110
2140
  viewBox: "0 0 24 24"
2111
2141
  };
2112
- function Po(e, t) {
2113
- return c(), u("svg", _o, t[0] || (t[0] = [
2142
+ function Oo(e, t) {
2143
+ return c(), u("svg", Eo, t[0] || (t[0] = [
2114
2144
  s("path", {
2115
2145
  fill: "currentColor",
2116
2146
  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"
2117
2147
  }, null, -1)
2118
2148
  ]));
2119
2149
  }
2120
- const Oa = { render: Po }, $o = {
2150
+ const Oa = { render: Oo }, Io = {
2121
2151
  xmlns: "http://www.w3.org/2000/svg",
2122
2152
  viewBox: "0 0 24 24"
2123
2153
  };
2124
- function jo(e, t) {
2125
- return c(), u("svg", $o, t[0] || (t[0] = [
2154
+ function Ao(e, t) {
2155
+ return c(), u("svg", Io, t[0] || (t[0] = [
2126
2156
  s("path", {
2127
2157
  fill: "currentColor",
2128
2158
  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"
2129
2159
  }, null, -1)
2130
2160
  ]));
2131
2161
  }
2132
- const ot = { render: jo }, No = {
2162
+ const lt = { render: Ao }, Mo = {
2133
2163
  xmlns: "http://www.w3.org/2000/svg",
2134
2164
  fill: "none",
2135
2165
  viewBox: "0 0 24 24"
2136
2166
  };
2137
- function Eo(e, t) {
2138
- return c(), u("svg", No, t[0] || (t[0] = [
2167
+ function Lo(e, t) {
2168
+ return c(), u("svg", Mo, t[0] || (t[0] = [
2139
2169
  s("path", {
2140
2170
  fill: "#000",
2141
2171
  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"
2142
2172
  }, null, -1)
2143
2173
  ]));
2144
2174
  }
2145
- const Oo = { render: Eo }, Io = { class: "is-details-list" }, Ao = { class: "is-evented-person" }, Mo = { class: "is-player-number" }, Lo = {
2175
+ const Co = { render: Lo }, Do = { class: "is-details-list" }, Go = { class: "is-evented-person" }, Bo = { class: "is-player-number" }, Ho = {
2146
2176
  __name: "Goalies",
2147
2177
  props: {
2148
2178
  event: {
@@ -2156,25 +2186,25 @@ const Oo = { render: Eo }, Io = { class: "is-details-list" }, Ao = { class: "is-
2156
2186
  },
2157
2187
  setup(e) {
2158
2188
  const { t } = M();
2159
- return (a, i) => (c(), x(Te, {
2189
+ return (a, i) => (c(), x(Se, {
2160
2190
  timestamp: e.event.eventTime,
2161
2191
  "is-home-team": e.isHomeTeam,
2162
2192
  "event-type": e.event.type,
2163
2193
  event: e.event
2164
2194
  }, {
2165
2195
  title: T(() => [
2166
- y(m(r(t)("eventType.Kapus")) + " - " + m(r(t)(`eventType.goalie.${e.event.gkDirection}`)), 1)
2196
+ w(m(r(t)("eventType.Kapus")) + " - " + m(r(t)(`eventType.goalie.${e.event.gkDirection}`)), 1)
2167
2197
  ]),
2168
2198
  "details-list": T(() => [
2169
- s("ul", Io, [
2170
- s("li", Ao, [
2171
- s("span", Mo, m(e.event.jerseyNumber), 1),
2172
- y(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
2199
+ s("ul", Do, [
2200
+ s("li", Go, [
2201
+ s("span", Bo, m(e.event.jerseyNumber), 1),
2202
+ w(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
2173
2203
  ])
2174
2204
  ])
2175
2205
  ]),
2176
2206
  "team-logo": T(() => [
2177
- (c(), x(Se, {
2207
+ (c(), x(ze, {
2178
2208
  key: e.event.team.id,
2179
2209
  name: e.event.team.longName,
2180
2210
  logo: e.event.team.logo,
@@ -2182,13 +2212,13 @@ const Oo = { render: Eo }, Io = { class: "is-details-list" }, Ao = { class: "is-
2182
2212
  }, null, 8, ["name", "logo", "is-home-team"]))
2183
2213
  ]),
2184
2214
  "event-type-icon": T(() => [
2185
- e.event.gkDirection === "CSERE" ? (c(), x(r(Oo), {
2215
+ e.event.gkDirection === "CSERE" ? (c(), x(r(Co), {
2186
2216
  key: 0,
2187
2217
  width: "24",
2188
2218
  height: "24",
2189
2219
  class: "is-goalie-in-icon"
2190
2220
  })) : h("", !0),
2191
- e.event.gkDirection === "BE" ? (c(), x(r(ot), {
2221
+ e.event.gkDirection === "BE" ? (c(), x(r(lt), {
2192
2222
  key: 1,
2193
2223
  width: "24",
2194
2224
  height: "24",
@@ -2204,16 +2234,16 @@ const Oo = { render: Eo }, Io = { class: "is-details-list" }, Ao = { class: "is-
2204
2234
  _: 1
2205
2235
  }, 8, ["timestamp", "is-home-team", "event-type", "event"]));
2206
2236
  }
2207
- }, Co = { viewBox: "0 0 24 24" };
2208
- function Do(e, t) {
2209
- return c(), u("svg", Co, t[0] || (t[0] = [
2237
+ }, Ro = { viewBox: "0 0 24 24" };
2238
+ function Fo(e, t) {
2239
+ return c(), u("svg", Ro, t[0] || (t[0] = [
2210
2240
  s("path", {
2211
2241
  fill: "currentColor",
2212
2242
  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"
2213
2243
  }, null, -1)
2214
2244
  ]));
2215
2245
  }
2216
- const Ia = { render: Do }, Go = { class: "is-details-list" }, Bo = { class: "is-evented-person" }, Ho = { key: 0 }, Ro = { class: "is-player-number" }, Fo = { class: "is-details-sub-title" }, Ko = {
2246
+ const Ia = { render: Fo }, Ko = { class: "is-details-list" }, Vo = { class: "is-evented-person" }, Uo = { key: 0 }, qo = { class: "is-player-number" }, Wo = { class: "is-details-sub-title" }, Yo = {
2217
2247
  __name: "Penalty",
2218
2248
  props: {
2219
2249
  event: {
@@ -2226,40 +2256,40 @@ const Ia = { render: Do }, Go = { class: "is-details-list" }, Bo = { class: "is-
2226
2256
  }
2227
2257
  },
2228
2258
  setup(e) {
2229
- const t = e, { t: a } = M(), i = f(() => _a(t.event));
2230
- return (n, o) => (c(), x(Te, {
2259
+ const t = e, { t: a } = M(), i = f(() => Pa(t.event));
2260
+ return (n, o) => (c(), x(Se, {
2231
2261
  timestamp: e.event.eventTime,
2232
2262
  "is-home-team": e.isHomeTeam,
2233
2263
  "event-type": e.event.type
2234
2264
  }, {
2235
2265
  title: T(() => [
2236
- y(m(r(a)("eventType.Kiállítás")) + " ", 1),
2266
+ w(m(r(a)("eventType.Kiállítás")) + " ", 1),
2237
2267
  e.event.penaltyLength !== 0 ? (c(), u(k, { key: 0 }, [
2238
- y(m(r(a)("events.penaltyLength", [e.event.penaltyLength])) + " ", 1),
2268
+ w(m(r(a)("events.penaltyLength", [e.event.penaltyLength])) + " ", 1),
2239
2269
  e.event.penaltyEnd ? (c(), u(k, { key: 0 }, [
2240
- y(" (" + m(e.event.penaltyEnd) + ") ", 1)
2270
+ w(" (" + m(e.event.penaltyEnd) + ") ", 1)
2241
2271
  ], 64)) : h("", !0)
2242
2272
  ], 64)) : h("", !0),
2243
2273
  e.event.perc === 0 ? (c(), u(k, { key: 1 }, [
2244
- y(" PS ")
2274
+ w(" PS ")
2245
2275
  ], 64)) : h("", !0)
2246
2276
  ]),
2247
2277
  "details-list": T(() => [
2248
- s("ul", Go, [
2249
- s("li", Bo, [
2250
- e.event.jerseyNumber === null ? (c(), u("span", Ho, m(r(a)("events.teamPenalty")), 1)) : (c(), u(k, { key: 1 }, [
2251
- s("span", Ro, m(e.event.jerseyNumber), 1),
2252
- y(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
2278
+ s("ul", Ko, [
2279
+ s("li", Vo, [
2280
+ e.event.jerseyNumber === null ? (c(), u("span", Uo, m(r(a)("events.teamPenalty")), 1)) : (c(), u(k, { key: 1 }, [
2281
+ s("span", qo, m(e.event.jerseyNumber), 1),
2282
+ w(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
2253
2283
  ], 64))
2254
2284
  ]),
2255
- s("li", Fo, [
2256
- y(m(r(a)(`penalties.${i.value.penaltyCause}`)) + " ", 1),
2285
+ s("li", Wo, [
2286
+ w(m(r(a)(`penalties.${i.value.penaltyCause}`)) + " ", 1),
2257
2287
  s("b", null, "(" + m(i.value.penaltyCause) + ")", 1)
2258
2288
  ])
2259
2289
  ])
2260
2290
  ]),
2261
2291
  "team-logo": T(() => [
2262
- (c(), x(Se, {
2292
+ (c(), x(ze, {
2263
2293
  key: e.event.team.id,
2264
2294
  name: e.event.team.longName,
2265
2295
  logo: e.event.team.logo,
@@ -2272,7 +2302,7 @@ const Ia = { render: Do }, Go = { class: "is-details-list" }, Bo = { class: "is-
2272
2302
  _: 1
2273
2303
  }, 8, ["timestamp", "is-home-team", "event-type"]));
2274
2304
  }
2275
- }, Uo = { class: "is-details-list" }, Vo = { class: "is-evented-person" }, qo = { class: "is-player-number" }, Wo = {
2305
+ }, Qo = { class: "is-details-list" }, Jo = { class: "is-evented-person" }, Zo = { class: "is-player-number" }, Xo = {
2276
2306
  __name: "PenaltyShot",
2277
2307
  props: {
2278
2308
  event: {
@@ -2286,31 +2316,31 @@ const Ia = { render: Do }, Go = { class: "is-details-list" }, Bo = { class: "is-
2286
2316
  },
2287
2317
  setup(e) {
2288
2318
  const { t } = M();
2289
- return (a, i) => (c(), x(Te, {
2319
+ return (a, i) => (c(), x(Se, {
2290
2320
  timestamp: e.event.eventTime,
2291
2321
  "is-home-team": e.isHomeTeam,
2292
2322
  "event-type": e.event.type,
2293
2323
  event: e.event
2294
2324
  }, {
2295
2325
  title: T(() => [
2296
- y(m(r(t)("eventType.Büntető")) + " - ", 1),
2326
+ w(m(r(t)("eventType.Büntető")) + " - ", 1),
2297
2327
  e.event.goal ? (c(), u(k, { key: 0 }, [
2298
- y(m(r(t)("events.score")), 1)
2328
+ w(m(r(t)("events.score")), 1)
2299
2329
  ], 64)) : (c(), u(k, { key: 1 }, [
2300
- y(m(r(t)("events.missed")), 1)
2330
+ w(m(r(t)("events.missed")), 1)
2301
2331
  ], 64)),
2302
- y(" - (" + m(e.event.score) + ") ", 1)
2332
+ w(" - (" + m(e.event.score) + ") ", 1)
2303
2333
  ]),
2304
2334
  "details-list": T(() => [
2305
- s("ul", Uo, [
2306
- s("li", Vo, [
2307
- s("span", qo, m(e.event.jerseyNumber), 1),
2308
- y(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
2335
+ s("ul", Qo, [
2336
+ s("li", Jo, [
2337
+ s("span", Zo, m(e.event.jerseyNumber), 1),
2338
+ w(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
2309
2339
  ])
2310
2340
  ])
2311
2341
  ]),
2312
2342
  "team-logo": T(() => [
2313
- (c(), x(Se, {
2343
+ (c(), x(ze, {
2314
2344
  key: e.event.team.id,
2315
2345
  name: e.event.team.longName,
2316
2346
  logo: e.event.team.logo,
@@ -2318,25 +2348,25 @@ const Ia = { render: Do }, Go = { class: "is-details-list" }, Bo = { class: "is-
2318
2348
  }, null, 8, ["name", "logo", "is-home-team"]))
2319
2349
  ]),
2320
2350
  "event-type-icon": T(() => [
2321
- b(r(xe))
2351
+ b(r(Te))
2322
2352
  ]),
2323
2353
  _: 1
2324
2354
  }, 8, ["timestamp", "is-home-team", "event-type", "event"]));
2325
2355
  }
2326
- }, Yo = {
2356
+ }, es = {
2327
2357
  width: "32",
2328
2358
  height: "32",
2329
2359
  viewBox: "0 0 24 24"
2330
2360
  };
2331
- function Qo(e, t) {
2332
- return c(), u("svg", Yo, t[0] || (t[0] = [
2361
+ function ts(e, t) {
2362
+ return c(), u("svg", es, t[0] || (t[0] = [
2333
2363
  s("path", {
2334
2364
  fill: "currentColor",
2335
2365
  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"
2336
2366
  }, null, -1)
2337
2367
  ]));
2338
2368
  }
2339
- const St = { render: Qo }, Jo = { class: "is-period-header" }, Zo = {
2369
+ const _t = { render: ts }, as = { class: "is-period-header" }, rs = {
2340
2370
  __name: "Period",
2341
2371
  props: {
2342
2372
  event: {
@@ -2346,16 +2376,16 @@ const St = { render: Qo }, Jo = { class: "is-period-header" }, Zo = {
2346
2376
  },
2347
2377
  setup(e) {
2348
2378
  const { t } = M();
2349
- return (a, i) => (c(), u("div", Jo, [
2379
+ return (a, i) => (c(), u("div", as, [
2350
2380
  i[0] || (i[0] = s("div", null, null, -1)),
2351
2381
  s("p", null, m(e.event.eventPeriod === "pre" ? "-15:00" : e.event.eventTime), 1),
2352
2382
  s("span", null, [
2353
- b(r(St)),
2354
- y(" " + m(r(t)(`periods.${e.event.eventPeriod}`)), 1)
2383
+ b(r(_t)),
2384
+ w(" " + m(r(t)(`periods.${e.event.eventPeriod}`)), 1)
2355
2385
  ])
2356
2386
  ]));
2357
2387
  }
2358
- }, Xo = {
2388
+ }, is = {
2359
2389
  __name: "Timeout",
2360
2390
  props: {
2361
2391
  event: {
@@ -2369,16 +2399,16 @@ const St = { render: Qo }, Jo = { class: "is-period-header" }, Zo = {
2369
2399
  },
2370
2400
  setup(e) {
2371
2401
  const { t } = M();
2372
- return (a, i) => (c(), x(Te, {
2402
+ return (a, i) => (c(), x(Se, {
2373
2403
  timestamp: e.event.eventTime,
2374
2404
  "is-home-team": e.isHomeTeam,
2375
2405
  "event-type": e.event.type
2376
2406
  }, {
2377
2407
  title: T(() => [
2378
- y(m(r(t)("events.timeout")), 1)
2408
+ w(m(r(t)("events.timeout")), 1)
2379
2409
  ]),
2380
2410
  "team-logo": T(() => [
2381
- (c(), x(Se, {
2411
+ (c(), x(ze, {
2382
2412
  key: e.event.team.id,
2383
2413
  name: e.event.team.longName,
2384
2414
  logo: e.event.team.logo,
@@ -2386,12 +2416,12 @@ const St = { render: Qo }, Jo = { class: "is-period-header" }, Zo = {
2386
2416
  }, null, 8, ["name", "logo", "is-home-team"]))
2387
2417
  ]),
2388
2418
  "event-type-icon": T(() => [
2389
- b(r(St))
2419
+ b(r(_t))
2390
2420
  ]),
2391
2421
  _: 1
2392
2422
  }, 8, ["timestamp", "is-home-team", "event-type"]));
2393
2423
  }
2394
- }, es = {
2424
+ }, ns = {
2395
2425
  __name: "GameEvent",
2396
2426
  props: {
2397
2427
  event: {
@@ -2404,13 +2434,13 @@ const St = { render: Qo }, Jo = { class: "is-period-header" }, Zo = {
2404
2434
  }
2405
2435
  },
2406
2436
  setup(e) {
2407
- const t = e, a = (/* @__PURE__ */ new Map()).set("Gól", zo).set("Kiállítás", Ko).set("Kapus", Lo).set("Idő", Xo).set("Büntető", Wo).set("Period", Zo), i = f(() => a.get(t.event.type)), n = f(() => t.event?.team?.id === t.homeTeamId);
2408
- return (o, l) => (c(), x(Wt(i.value), {
2437
+ const t = e, a = (/* @__PURE__ */ new Map()).set("Gól", No).set("Kiállítás", Yo).set("Kapus", Ho).set("Idő", is).set("Büntető", Xo).set("Period", rs), i = f(() => a.get(t.event.type)), n = f(() => t.event?.team?.id === t.homeTeamId);
2438
+ return (o, l) => (c(), x(Qt(i.value), {
2409
2439
  event: e.event,
2410
2440
  "is-home-team": n.value
2411
2441
  }, null, 8, ["event", "is-home-team"]));
2412
2442
  }
2413
- }, ts = { class: "gamecenter-timeline-game-events" }, as = {
2443
+ }, os = { class: "gamecenter-timeline-game-events" }, ss = {
2414
2444
  __name: "GameEvents",
2415
2445
  props: {
2416
2446
  gameEvents: {
@@ -2423,10 +2453,10 @@ const St = { render: Qo }, Jo = { class: "is-period-header" }, Zo = {
2423
2453
  }
2424
2454
  },
2425
2455
  setup(e) {
2426
- return (t, a) => (c(), u("div", ts, [
2456
+ return (t, a) => (c(), u("div", os, [
2427
2457
  b(Ha, { name: "transition-event" }, {
2428
2458
  default: T(() => [
2429
- (c(!0), u(k, null, N(e.gameEvents, (i) => (c(), x(es, {
2459
+ (c(!0), u(k, null, N(e.gameEvents, (i) => (c(), x(ns, {
2430
2460
  key: i.eventId,
2431
2461
  event: i,
2432
2462
  "home-team-id": e.gameData.homeTeam.id
@@ -2437,7 +2467,7 @@ const St = { render: Qo }, Jo = { class: "is-period-header" }, Zo = {
2437
2467
  a[0] || (a[0] = s("div", { id: "event-tooltip-container" }, null, -1))
2438
2468
  ]));
2439
2469
  }
2440
- }, rs = { class: "gamecenter-timeline-lineups" }, is = { class: "is-heading-2" }, ns = { class: "is-container" }, os = { class: "is-heading-2" }, ss = { class: "is-container" }, ls = { class: "gamecenter-timeline-lineups-lines-simple" }, cs = { class: "gamecenter-timeline-lineups-lines-simple" }, ds = {
2470
+ }, ls = { class: "gamecenter-timeline-lineups" }, cs = { class: "is-heading-2" }, ds = { class: "is-container" }, gs = { class: "is-heading-2" }, ms = { class: "is-container" }, us = { class: "gamecenter-timeline-lineups-lines-simple" }, vs = { class: "gamecenter-timeline-lineups-lines-simple" }, ps = {
2441
2471
  __name: "GameLineups",
2442
2472
  props: {
2443
2473
  data: {
@@ -2464,42 +2494,42 @@ const St = { render: Qo }, Jo = { class: "is-period-header" }, Zo = {
2464
2494
  }
2465
2495
  },
2466
2496
  setup(e) {
2467
- const t = e, { t: a } = M(), i = f(() => $n(t.data, t.homeTeamId, t.awayTeamId)), n = f(() => Kt(t.gameOfficials?.gameTeamMembers?.home ?? [])), o = f(() => Kt(t.gameOfficials?.gameTeamMembers?.away ?? []));
2468
- return (l, d) => (c(), u("div", rs, [
2497
+ const t = e, { t: a } = M(), i = f(() => On(t.data, t.homeTeamId, t.awayTeamId)), n = f(() => Ut(t.gameOfficials?.gameTeamMembers?.home ?? [])), o = f(() => Ut(t.gameOfficials?.gameTeamMembers?.away ?? []));
2498
+ return (l, d) => (c(), u("div", ls, [
2469
2499
  (c(!0), u(k, null, N(i.value, (g, v) => (c(), u(k, { key: v }, [
2470
- s("h2", is, m(r(a)(`rows.row-${v}`)), 1),
2471
- s("div", ns, [
2500
+ s("h2", cs, m(r(a)(`rows.row-${v}`)), 1),
2501
+ s("div", ds, [
2472
2502
  (c(!0), u(k, null, N(g, (p, S) => (c(), u("div", {
2473
2503
  key: S,
2474
2504
  class: q(["gamecenter-timeline-lineups-lines", [{ "is-away-team": S === "away" }]])
2475
2505
  }, [
2476
- (c(!0), u(k, null, N(p, (w) => (c(), u("ul", {
2477
- key: w.position,
2478
- class: q(["is-player-wrapper", [`is-${w.position}`]])
2506
+ (c(!0), u(k, null, N(p, (y) => (c(), u("ul", {
2507
+ key: y.position,
2508
+ class: q(["is-player-wrapper", [`is-${y.position}`]])
2479
2509
  }, [
2480
2510
  s("li", null, [
2481
2511
  b(r(te), {
2482
- src: w.player.picture
2512
+ src: y.player.picture
2483
2513
  }, null, 8, ["src"])
2484
2514
  ]),
2485
- s("li", null, m(w.number), 1),
2515
+ s("li", null, m(y.number), 1),
2486
2516
  s("li", null, [
2487
- y(m(r(ct)(w)?.name ?? "") + " ", 1),
2517
+ w(m(r(gt)(y)?.name ?? "") + " ", 1),
2488
2518
  s("ul", null, [
2489
- (c(!0), u(k, null, N(w.goal, (z) => (c(), u("li", { key: z }, [
2490
- b(r(xe))
2519
+ (c(!0), u(k, null, N(y.goal, (z) => (c(), u("li", { key: z }, [
2520
+ b(r(Te))
2491
2521
  ]))), 128))
2492
2522
  ])
2493
2523
  ]),
2494
- s("li", null, m(w.position), 1)
2524
+ s("li", null, m(y.position), 1)
2495
2525
  ], 2))), 128))
2496
2526
  ], 2))), 128))
2497
2527
  ])
2498
2528
  ], 64))), 128)),
2499
2529
  d[0] || (d[0] = s("hr", null, null, -1)),
2500
- s("h2", os, m(r(a)("title.coaches")), 1),
2501
- s("div", ss, [
2502
- s("div", ls, [
2530
+ s("h2", gs, m(r(a)("title.coaches")), 1),
2531
+ s("div", ms, [
2532
+ s("div", us, [
2503
2533
  (c(!0), u(k, null, N(n.value, (g, v) => (c(), u("ul", {
2504
2534
  key: g.role,
2505
2535
  class: "is-official-person-container is-home-team"
@@ -2513,7 +2543,7 @@ const St = { render: Qo }, Jo = { class: "is-period-header" }, Zo = {
2513
2543
  s("li", null, m(r(a)(`teamMembers.${v}`)), 1)
2514
2544
  ]))), 128))
2515
2545
  ]),
2516
- s("div", cs, [
2546
+ s("div", vs, [
2517
2547
  (c(!0), u(k, null, N(o.value, (g, v) => (c(), u("ul", {
2518
2548
  key: g.role,
2519
2549
  class: "is-official-person-container is-away-team"
@@ -2531,18 +2561,18 @@ const St = { render: Qo }, Jo = { class: "is-period-header" }, Zo = {
2531
2561
  ]));
2532
2562
  }
2533
2563
  };
2534
- function Le(e, t) {
2564
+ function De(e, t) {
2535
2565
  return J((i) => ({
2536
- ...e[i].name ? { name: e[i].name } : e[i].firstName ? dt(e[i]) : { name: "" },
2566
+ ...e[i].name ? { name: e[i].name } : e[i].firstName ? mt(e[i]) : { name: "" },
2537
2567
  role: t(`teamMembers.${i}`)
2538
2568
  }))(oe(e));
2539
2569
  }
2540
- const gs = {
2570
+ const bs = {
2541
2571
  xmlns: "http://www.w3.org/2000/svg",
2542
2572
  viewBox: "0 0 24 24"
2543
2573
  };
2544
- function ms(e, t) {
2545
- return c(), u("svg", gs, t[0] || (t[0] = [
2574
+ function fs(e, t) {
2575
+ return c(), u("svg", bs, t[0] || (t[0] = [
2546
2576
  s("path", {
2547
2577
  fill: "currentColor",
2548
2578
  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",
@@ -2554,7 +2584,7 @@ function ms(e, t) {
2554
2584
  }, null, -1)
2555
2585
  ]));
2556
2586
  }
2557
- const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onBlur"], K = {
2587
+ const hs = { render: fs }, ys = ["onMouseenter", "onMouseleave", "onFocus", "onBlur"], V = {
2558
2588
  __name: "GameDataTable",
2559
2589
  props: {
2560
2590
  columns: {
@@ -2576,7 +2606,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2576
2606
  },
2577
2607
  emits: ["sort"],
2578
2608
  setup(e, { emit: t }) {
2579
- const a = e, i = t, n = U(null), { t: o } = M(), l = (d) => i("sort", d);
2609
+ const a = e, i = t, n = F(null), { t: o } = M(), l = (d) => i("sort", d);
2580
2610
  return (d, g) => (c(), u("div", null, [
2581
2611
  s("h2", null, m(e.title), 1),
2582
2612
  b(r(Fa), null, {
@@ -2589,34 +2619,34 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2589
2619
  onSort: l
2590
2620
  }, {
2591
2621
  "cell-name": T(({ row: p }) => [
2592
- y(m(p.name) + " ", 1),
2622
+ w(m(p.name) + " ", 1),
2593
2623
  p.isBP ? (c(), x(r(ae), {
2594
2624
  key: 0,
2595
2625
  placement: "top",
2596
2626
  content: r(o)("bestPlayer"),
2597
2627
  "append-to": n.value
2598
2628
  }, {
2599
- default: T(({ setRef: S, show: w, hide: z }) => [
2629
+ default: T(({ setRef: S, show: y, hide: z }) => [
2600
2630
  s("span", {
2601
2631
  ref: S,
2602
2632
  class: "is-text-dark",
2603
- onMouseenter: w,
2633
+ onMouseenter: y,
2604
2634
  onMouseleave: z,
2605
- onFocus: w,
2635
+ onFocus: y,
2606
2636
  onBlur: z
2607
2637
  }, [
2608
- b(r(us))
2609
- ], 40, vs)
2638
+ b(r(hs))
2639
+ ], 40, ys)
2610
2640
  ]),
2611
2641
  _: 1
2612
2642
  }, 8, ["content", "append-to"])) : h("", !0)
2613
2643
  ]),
2614
2644
  "cell-cora": T(({ row: p }) => [
2615
2645
  p.isPlayerC ? (c(), u(k, { key: 0 }, [
2616
- y(" C ")
2646
+ w(" C ")
2617
2647
  ], 64)) : h("", !0),
2618
2648
  p.isPlayerA ? (c(), u(k, { key: 1 }, [
2619
- y(" A ")
2649
+ w(" A ")
2620
2650
  ], 64)) : h("", !0)
2621
2651
  ]),
2622
2652
  _: 2
@@ -2630,7 +2660,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2630
2660
  }, null, 512)
2631
2661
  ]));
2632
2662
  }
2633
- }, ps = { class: "gamecenter-timeline-game-officials" }, bs = { class: "is-heading-2" }, fs = { class: "is-game-officials-container" }, hs = { class: "is-heading-2" }, ys = { class: "is-game-officials-container" }, ws = {
2663
+ }, ws = { class: "gamecenter-timeline-game-officials" }, ks = { class: "is-heading-2" }, xs = { class: "is-game-officials-container" }, Ts = { class: "is-heading-2" }, Ss = { class: "is-game-officials-container" }, zs = {
2634
2664
  __name: "GameOfficials",
2635
2665
  props: {
2636
2666
  gameOfficials: {
@@ -2647,26 +2677,26 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2647
2677
  }
2648
2678
  },
2649
2679
  setup(e) {
2650
- const t = e, { columns: a } = me(Sa), { columns: i } = me(pn), { t: n } = M(), o = f(() => Le(t.gameOfficials?.gameTeamMembers?.home ?? [], n)), l = f(() => Le(t.gameOfficials?.gameTeamMembers?.away ?? [], n)), d = f(() => On(t.gameOfficials.gameOfficials, n));
2651
- return (g, v) => (c(), u("div", ps, [
2652
- s("h2", bs, m(r(n)("title.teamOfficials")), 1),
2653
- s("div", fs, [
2654
- b(K, {
2680
+ const t = e, { columns: a } = me(za), { columns: i } = me(hn), { t: n } = M(), o = f(() => De(t.gameOfficials?.gameTeamMembers?.home ?? [], n)), l = f(() => De(t.gameOfficials?.gameTeamMembers?.away ?? [], n)), d = f(() => Ln(t.gameOfficials.gameOfficials, n));
2681
+ return (g, v) => (c(), u("div", ws, [
2682
+ s("h2", ks, m(r(n)("title.teamOfficials")), 1),
2683
+ s("div", xs, [
2684
+ b(V, {
2655
2685
  class: "is-home-team gamecenter-timeline-data-table",
2656
2686
  columns: r(a),
2657
2687
  rows: o.value,
2658
2688
  title: e.homeTeamName
2659
2689
  }, null, 8, ["columns", "rows", "title"]),
2660
- b(K, {
2690
+ b(V, {
2661
2691
  class: "is-away-team gamecenter-timeline-data-table",
2662
2692
  columns: r(a),
2663
2693
  rows: l.value,
2664
2694
  title: e.awayTeamName
2665
2695
  }, null, 8, ["columns", "rows", "title"])
2666
2696
  ]),
2667
- s("h2", hs, m(r(n)("title.gameOfficials")), 1),
2668
- s("div", ys, [
2669
- (c(!0), u(k, null, N(d.value, (p, S) => (c(), x(K, {
2697
+ s("h2", Ts, m(r(n)("title.gameOfficials")), 1),
2698
+ s("div", Ss, [
2699
+ (c(!0), u(k, null, N(d.value, (p, S) => (c(), x(V, {
2670
2700
  key: S,
2671
2701
  class: "gamecenter-timeline-data-table",
2672
2702
  columns: r(i),
@@ -2676,7 +2706,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2676
2706
  ])
2677
2707
  ]));
2678
2708
  }
2679
- }, Ce = {
2709
+ }, Ge = {
2680
2710
  __name: "GameGoaliesStatsProvider",
2681
2711
  props: {
2682
2712
  rows: {
@@ -2685,10 +2715,10 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2685
2715
  }
2686
2716
  },
2687
2717
  setup(e) {
2688
- const t = e, a = f(() => lt(t.rows, ct, Zt(["mip"])));
2718
+ const t = e, a = f(() => dt(t.rows, gt, ea(["mip"])));
2689
2719
  return (i, n) => X(i.$slots, "default", { rows: a.value });
2690
2720
  }
2691
- }, De = {
2721
+ }, Be = {
2692
2722
  __name: "GamePlayerStatsProvider",
2693
2723
  props: {
2694
2724
  rows: {
@@ -2697,16 +2727,16 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2697
2727
  }
2698
2728
  },
2699
2729
  setup(e) {
2700
- const t = e, { sort: a, change: i } = Va(), n = f(
2701
- () => lt(se(kt("gk", "row"), t.rows), Wa("position"), ct)
2702
- ), o = f(() => Ya(n.value).sorted(a).value());
2730
+ const t = e, { sort: a, change: i } = Ua(), n = f(
2731
+ () => dt(se(Tt("gk", "row"), t.rows), Ya("position"), gt)
2732
+ ), o = f(() => Qa(n.value).sorted(a).value());
2703
2733
  return (l, d) => X(l.$slots, "default", {
2704
2734
  rows: o.value.rows,
2705
2735
  sort: r(a),
2706
2736
  onSort: r(i)
2707
2737
  });
2708
2738
  }
2709
- }, ks = { class: "is-heading-2" }, xs = { class: "gamecenter-data-column" }, Ts = { class: "is-heading-2" }, Ss = { class: "gamecenter-data-columns" }, zs = {
2739
+ }, _s = { class: "is-heading-2" }, Ps = { class: "gamecenter-data-column" }, $s = { class: "is-heading-2" }, js = { class: "gamecenter-data-columns" }, Ns = {
2710
2740
  __name: "GamePlayerStats",
2711
2741
  props: {
2712
2742
  data: {
@@ -2729,42 +2759,42 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2729
2759
  }
2730
2760
  },
2731
2761
  setup(e) {
2732
- const t = e, { t: a } = M(), { columns: i } = me(xa), { columns: n } = me(Ta), o = f(() => Ie(t.data?.players?.[t.homeTeamId] ?? [])), l = f(() => Ie(t.data?.players?.[t.awayTeamId] ?? [])), d = f(() => Ft(t.data?.goalies?.[t.homeTeamId] ?? [])), g = f(() => Ft(t.data?.goalies?.[t.awayTeamId] ?? []));
2762
+ const t = e, { t: a } = M(), { columns: i } = me(Ta), { columns: n } = me(Sa), o = f(() => Me(t.data?.players?.[t.homeTeamId] ?? [])), l = f(() => Me(t.data?.players?.[t.awayTeamId] ?? [])), d = f(() => Vt(t.data?.goalies?.[t.homeTeamId] ?? [])), g = f(() => Vt(t.data?.goalies?.[t.awayTeamId] ?? []));
2733
2763
  return (v, p) => (c(), u(k, null, [
2734
- s("h2", ks, m(r(a)("title.fieldPlayers")), 1),
2735
- s("div", xs, [
2736
- b(De, { rows: o.value }, {
2737
- default: T(({ rows: S, sort: w, onSort: z }) => [
2738
- b(K, {
2764
+ s("h2", _s, m(r(a)("title.fieldPlayers")), 1),
2765
+ s("div", Ps, [
2766
+ b(Be, { rows: o.value }, {
2767
+ default: T(({ rows: S, sort: y, onSort: z }) => [
2768
+ b(V, {
2739
2769
  class: "is-home-team 'gamecenter-timeline-data-table",
2740
2770
  columns: r(i),
2741
2771
  rows: S,
2742
2772
  title: e.homeTeamName,
2743
- sort: w,
2773
+ sort: y,
2744
2774
  onSort: z
2745
2775
  }, null, 8, ["columns", "rows", "title", "sort", "onSort"])
2746
2776
  ]),
2747
2777
  _: 1
2748
2778
  }, 8, ["rows"]),
2749
- b(De, { rows: l.value }, {
2750
- default: T(({ rows: S, sort: w, onSort: z }) => [
2751
- b(K, {
2779
+ b(Be, { rows: l.value }, {
2780
+ default: T(({ rows: S, sort: y, onSort: z }) => [
2781
+ b(V, {
2752
2782
  class: "is-away-team gamecenter-timeline-data-table",
2753
2783
  columns: r(i),
2754
2784
  rows: S,
2755
2785
  title: e.awayTeamName,
2756
- sort: w,
2786
+ sort: y,
2757
2787
  onSort: z
2758
2788
  }, null, 8, ["columns", "rows", "title", "sort", "onSort"])
2759
2789
  ]),
2760
2790
  _: 1
2761
2791
  }, 8, ["rows"])
2762
2792
  ]),
2763
- s("h2", Ts, m(r(a)("title.goalies")), 1),
2764
- s("div", Ss, [
2765
- b(Ce, { rows: d.value }, {
2793
+ s("h2", $s, m(r(a)("title.goalies")), 1),
2794
+ s("div", js, [
2795
+ b(Ge, { rows: d.value }, {
2766
2796
  default: T(({ rows: S }) => [
2767
- b(K, {
2797
+ b(V, {
2768
2798
  class: "is-home-team gamecenter-timeline-data-table",
2769
2799
  columns: r(n),
2770
2800
  rows: S,
@@ -2773,9 +2803,9 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2773
2803
  ]),
2774
2804
  _: 1
2775
2805
  }, 8, ["rows"]),
2776
- b(Ce, { rows: g.value }, {
2806
+ b(Ge, { rows: g.value }, {
2777
2807
  default: T(({ rows: S }) => [
2778
- b(K, {
2808
+ b(V, {
2779
2809
  class: "is-away-team gamecenter-timeline-data-table",
2780
2810
  columns: r(n),
2781
2811
  rows: S,
@@ -2787,7 +2817,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2787
2817
  ])
2788
2818
  ], 64));
2789
2819
  }
2790
- }, _s = { class: "gamecenter-timeline-tab-buttons" }, Ps = {
2820
+ }, Es = { class: "gamecenter-timeline-tab-buttons" }, Os = {
2791
2821
  __name: "GameTabs",
2792
2822
  props: {
2793
2823
  activeTab: {
@@ -2801,34 +2831,34 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2801
2831
  },
2802
2832
  emits: ["update:activeTab"],
2803
2833
  setup(e, { emit: t }) {
2804
- const a = e, i = t, n = gt("history"), { t: o } = M();
2834
+ const a = e, i = t, n = ut("history"), { t: o } = M();
2805
2835
  function l(d) {
2806
2836
  i("update:activeTab", d), a.useSearchParams && (n.tab = d);
2807
2837
  }
2808
- return (d, g) => (c(), u("div", _s, [
2838
+ return (d, g) => (c(), u("div", Es, [
2809
2839
  s("button", {
2810
- class: q(["tab-button", { "is-active": e.activeTab === r(Ae) }]),
2811
- onClick: g[0] || (g[0] = (v) => l(r(Ae)))
2840
+ class: q(["tab-button", { "is-active": e.activeTab === r(Le) }]),
2841
+ onClick: g[0] || (g[0] = (v) => l(r(Le)))
2812
2842
  }, m(r(o)("menu.events")), 3),
2813
2843
  s("button", {
2814
- class: q(["tab-button", { "is-active": e.activeTab === r(at) }]),
2815
- onClick: g[1] || (g[1] = (v) => l(r(at)))
2844
+ class: q(["tab-button", { "is-active": e.activeTab === r(it) }]),
2845
+ onClick: g[1] || (g[1] = (v) => l(r(it)))
2816
2846
  }, m(r(o)("menu.lineups")), 3),
2817
2847
  s("button", {
2818
- class: q(["tab-button", { "is-active": e.activeTab === r(rt) }]),
2819
- onClick: g[2] || (g[2] = (v) => l(r(rt)))
2848
+ class: q(["tab-button", { "is-active": e.activeTab === r(nt) }]),
2849
+ onClick: g[2] || (g[2] = (v) => l(r(nt)))
2820
2850
  }, m(r(o)("menu.teamStats")), 3),
2821
2851
  s("button", {
2822
- class: q(["tab-button", { "is-active": e.activeTab === r(it) }]),
2823
- onClick: g[3] || (g[3] = (v) => l(r(it)))
2852
+ class: q(["tab-button", { "is-active": e.activeTab === r(ot) }]),
2853
+ onClick: g[3] || (g[3] = (v) => l(r(ot)))
2824
2854
  }, m(r(o)("menu.playerStats")), 3),
2825
2855
  s("button", {
2826
- class: q(["tab-button", { "is-active": e.activeTab === r(nt) }]),
2827
- onClick: g[4] || (g[4] = (v) => l(r(nt)))
2856
+ class: q(["tab-button", { "is-active": e.activeTab === r(st) }]),
2857
+ onClick: g[4] || (g[4] = (v) => l(r(st)))
2828
2858
  }, m(r(o)("menu.officials")), 3)
2829
2859
  ]));
2830
2860
  }
2831
- }, $s = { class: "statistics-double-bar" }, js = { class: "is-value is-value-start" }, Ns = { class: "is-bar is-bar-start" }, Es = { class: "is-bar is-bar-end" }, Os = { class: "is-value is-value-end" }, Is = { class: "is-title" }, re = {
2861
+ }, Is = { class: "statistics-double-bar" }, As = { class: "is-value is-value-start" }, Ms = { class: "is-bar is-bar-start" }, Ls = { class: "is-bar is-bar-end" }, Cs = { class: "is-value is-value-end" }, Ds = { class: "is-title" }, re = {
2832
2862
  __name: "StatisticsDoubleBar",
2833
2863
  props: {
2834
2864
  max: {
@@ -2854,39 +2884,39 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2854
2884
  },
2855
2885
  setup(e) {
2856
2886
  const t = e, a = f(() => ({ width: `${t.valueStart / t.max * 100 || 0}%` })), i = f(() => ({ width: `${t.valueEnd / t.max * 100 || 0}%` }));
2857
- return (n, o) => (c(), u("div", $s, [
2858
- s("div", js, [
2887
+ return (n, o) => (c(), u("div", Is, [
2888
+ s("div", As, [
2859
2889
  X(n.$slots, "value-start", {}, () => [
2860
- y(m(e.valueStart) + " ", 1),
2890
+ w(m(e.valueStart) + " ", 1),
2861
2891
  e.valueSuffix ? (c(), u(k, { key: 0 }, [
2862
- y(m(e.valueSuffix), 1)
2892
+ w(m(e.valueSuffix), 1)
2863
2893
  ], 64)) : h("", !0)
2864
2894
  ])
2865
2895
  ]),
2866
- s("div", Ns, [
2896
+ s("div", Ms, [
2867
2897
  s("div", {
2868
2898
  class: "is-bar-start--progress",
2869
- style: je(a.value)
2899
+ style: Ne(a.value)
2870
2900
  }, null, 4)
2871
2901
  ]),
2872
- s("div", Es, [
2902
+ s("div", Ls, [
2873
2903
  s("div", {
2874
2904
  class: "is-bar-end--progress",
2875
- style: je(i.value)
2905
+ style: Ne(i.value)
2876
2906
  }, null, 4)
2877
2907
  ]),
2878
- s("div", Os, [
2908
+ s("div", Cs, [
2879
2909
  X(n.$slots, "value-end", {}, () => [
2880
- y(m(e.valueEnd) + " ", 1),
2910
+ w(m(e.valueEnd) + " ", 1),
2881
2911
  e.valueSuffix ? (c(), u(k, { key: 0 }, [
2882
- y(m(e.valueSuffix), 1)
2912
+ w(m(e.valueSuffix), 1)
2883
2913
  ], 64)) : h("", !0)
2884
2914
  ])
2885
2915
  ]),
2886
- s("div", Is, m(e.title), 1)
2916
+ s("div", Ds, m(e.title), 1)
2887
2917
  ]));
2888
2918
  }
2889
- }, As = { class: "gamecenter-timeline-team-stats" }, Ms = { class: "is-heading-2" }, Ls = { class: "is-stat-container" }, Cs = { class: "is-heading-2" }, Ds = { class: "is-stat-container" }, Gs = { class: "is-heading-2" }, Bs = { class: "is-stat-container" }, Hs = { class: "is-heading-2" }, Rs = { class: "is-stat-container" }, Fs = { class: "is-heading-2" }, Ks = { class: "is-stat-container" }, Us = { class: "is-heading-2" }, Vs = { class: "is-stat-container" }, qs = {
2919
+ }, Gs = { class: "gamecenter-timeline-team-stats" }, Bs = { class: "is-heading-2" }, Hs = { class: "is-stat-container" }, Rs = { class: "is-heading-2" }, Fs = { class: "is-stat-container" }, Ks = { class: "is-heading-2" }, Vs = { class: "is-stat-container" }, Us = { class: "is-heading-2" }, qs = { class: "is-stat-container" }, Ws = { class: "is-heading-2" }, Ys = { class: "is-stat-container" }, Qs = { class: "is-heading-2" }, Js = { class: "is-stat-container" }, Zs = {
2890
2920
  __name: "GameTeamStats",
2891
2921
  props: {
2892
2922
  gameStats: {
@@ -2899,12 +2929,12 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2899
2929
  }
2900
2930
  },
2901
2931
  setup(e) {
2902
- const t = e, { t: a } = M(), i = f(() => t.gameData?.homeTeam?.id ?? ""), n = f(() => t.gameData?.awayTeam?.id ?? ""), o = f(() => Ze(t.gameStats?.teamSOG ?? [], n.value, i.value, "shots")), l = f(() => Ze(t.gameStats?.teamSOG ?? [], i.value, n.value, "saves")), d = f(
2903
- () => Ze(t.gameStats?.teamPenalties ?? [], i.value, n.value, "penaltyLength")
2904
- ), g = f(() => Nn(t.gameStats?.teamPowerPlay ?? {})), v = f(() => En(t.gameStats?.teamPowerPlay ?? {})), p = f(() => jn(t.gameStats?.teamPowerPlay ?? {}));
2905
- return (S, w) => (c(), u("div", As, [
2906
- s("h1", Ms, m(r(a)("teamsStats.sog")), 1),
2907
- s("div", Ls, [
2932
+ const t = e, { t: a } = M(), i = f(() => t.gameData?.homeTeam?.id ?? ""), n = f(() => t.gameData?.awayTeam?.id ?? ""), o = f(() => Xe(t.gameStats?.teamSOG ?? [], n.value, i.value, "shots")), l = f(() => Xe(t.gameStats?.teamSOG ?? [], i.value, n.value, "saves")), d = f(
2933
+ () => Xe(t.gameStats?.teamPenalties ?? [], i.value, n.value, "penaltyLength")
2934
+ ), g = f(() => An(t.gameStats?.teamPowerPlay ?? {})), v = f(() => Mn(t.gameStats?.teamPowerPlay ?? {})), p = f(() => In(t.gameStats?.teamPowerPlay ?? {}));
2935
+ return (S, y) => (c(), u("div", Gs, [
2936
+ s("h1", Bs, m(r(a)("teamsStats.sog")), 1),
2937
+ s("div", Hs, [
2908
2938
  (c(!0), u(k, null, N(o.value, ({ max: z, valueStart: P, valueEnd: L }, j) => (c(), x(re, {
2909
2939
  key: j,
2910
2940
  max: z,
@@ -2913,8 +2943,8 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2913
2943
  title: r(a)(`section.${j}`)
2914
2944
  }, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
2915
2945
  ]),
2916
- s("h1", Cs, m(r(a)("teamsStats.saves")), 1),
2917
- s("div", Ds, [
2946
+ s("h1", Rs, m(r(a)("teamsStats.saves")), 1),
2947
+ s("div", Fs, [
2918
2948
  (c(!0), u(k, null, N(l.value, ({ max: z, valueStart: P, valueEnd: L }, j) => (c(), x(re, {
2919
2949
  key: j,
2920
2950
  max: z,
@@ -2923,8 +2953,8 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2923
2953
  title: r(a)(`section.${j}`)
2924
2954
  }, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
2925
2955
  ]),
2926
- s("h1", Gs, m(r(a)("teamsStats.pim")), 1),
2927
- s("div", Bs, [
2956
+ s("h1", Ks, m(r(a)("teamsStats.pim")), 1),
2957
+ s("div", Vs, [
2928
2958
  (c(!0), u(k, null, N(d.value, ({ max: z, valueStart: P, valueEnd: L }, j) => (c(), x(re, {
2929
2959
  key: j,
2930
2960
  max: z,
@@ -2933,8 +2963,8 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2933
2963
  title: r(a)(`section.${j}`)
2934
2964
  }, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
2935
2965
  ]),
2936
- s("h1", Hs, m(r(a)("teamsStats.advPercent")), 1),
2937
- s("div", Rs, [
2966
+ s("h1", Us, m(r(a)("teamsStats.advPercent")), 1),
2967
+ s("div", qs, [
2938
2968
  (c(!0), u(k, null, N(g.value, ({ max: z, valueStart: P, valueEnd: L, suffix: j }, B) => (c(), x(re, {
2939
2969
  key: B,
2940
2970
  max: z,
@@ -2944,8 +2974,8 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2944
2974
  "value-suffix": j
2945
2975
  }, null, 8, ["max", "value-start", "value-end", "title", "value-suffix"]))), 128))
2946
2976
  ]),
2947
- s("h1", Fs, m(r(a)("teamsStats.penaltyKilling")), 1),
2948
- s("div", Ks, [
2977
+ s("h1", Ws, m(r(a)("teamsStats.penaltyKilling")), 1),
2978
+ s("div", Ys, [
2949
2979
  (c(!0), u(k, null, N(v.value, ({ max: z, valueStart: P, valueEnd: L, suffix: j }, B) => (c(), x(re, {
2950
2980
  key: B,
2951
2981
  max: z,
@@ -2955,8 +2985,8 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2955
2985
  "value-suffix": j
2956
2986
  }, null, 8, ["max", "value-start", "value-end", "title", "value-suffix"]))), 128))
2957
2987
  ]),
2958
- s("h1", Us, m(r(a)("teamsStats.advantageTime")), 1),
2959
- s("div", Vs, [
2988
+ s("h1", Qs, m(r(a)("teamsStats.advantageTime")), 1),
2989
+ s("div", Js, [
2960
2990
  b(re, {
2961
2991
  max: p.value.advTime.max,
2962
2992
  "value-start": p.value.advTime.valueStart,
@@ -2964,10 +2994,10 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2964
2994
  title: r(a)("section.all")
2965
2995
  }, {
2966
2996
  "value-start": T(() => [
2967
- y(m(r(V)(p.value.advTime.valueStart)), 1)
2997
+ w(m(r(U)(p.value.advTime.valueStart)), 1)
2968
2998
  ]),
2969
2999
  "value-end": T(() => [
2970
- y(m(r(V)(p.value.advTime.valueEnd)), 1)
3000
+ w(m(r(U)(p.value.advTime.valueEnd)), 1)
2971
3001
  ]),
2972
3002
  _: 1
2973
3003
  }, 8, ["max", "value-start", "value-end", "title"]),
@@ -2978,10 +3008,10 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2978
3008
  title: r(a)("teamsStats.advantageTimePP1")
2979
3009
  }, {
2980
3010
  "value-start": T(() => [
2981
- y(m(r(V)(p.value.advTimePP1.valueStart)), 1)
3011
+ w(m(r(U)(p.value.advTimePP1.valueStart)), 1)
2982
3012
  ]),
2983
3013
  "value-end": T(() => [
2984
- y(m(r(V)(p.value.advTimePP1.valueEnd)), 1)
3014
+ w(m(r(U)(p.value.advTimePP1.valueEnd)), 1)
2985
3015
  ]),
2986
3016
  _: 1
2987
3017
  }, 8, ["max", "value-start", "value-end", "title"]),
@@ -2992,22 +3022,22 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
2992
3022
  title: r(a)("teamsStats.advantageTimePP2")
2993
3023
  }, {
2994
3024
  "value-start": T(() => [
2995
- y(m(r(V)(p.value.advTimePP2.valueStart)), 1)
3025
+ w(m(r(U)(p.value.advTimePP2.valueStart)), 1)
2996
3026
  ]),
2997
3027
  "value-end": T(() => [
2998
- y(m(r(V)(p.value.advTimePP2.valueEnd)), 1)
3028
+ w(m(r(U)(p.value.advTimePP2.valueEnd)), 1)
2999
3029
  ]),
3000
3030
  _: 1
3001
3031
  }, 8, ["max", "value-start", "value-end", "title"])
3002
3032
  ])
3003
3033
  ]));
3004
3034
  }
3005
- }, Aa = "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}", Ws = ".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)}}", Ys = `.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)}`, Qs = '.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)}', Js = '.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)}', Zs = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", Xs = '.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}', Ma = (e, t) => {
3035
+ }, Aa = "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}", Xs = ".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)}}", el = `.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)}`, tl = '.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)}', al = '.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)}', rl = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", il = '.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}', Ma = (e, t) => {
3006
3036
  const a = e.__vccOpts || e;
3007
3037
  for (const [i, n] of t)
3008
3038
  a[i] = n;
3009
3039
  return a;
3010
- }, el = {
3040
+ }, nl = {
3011
3041
  __name: "GameTimeline.ce",
3012
3042
  props: {
3013
3043
  locale: {
@@ -3024,7 +3054,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3024
3054
  }
3025
3055
  },
3026
3056
  setup(e) {
3027
- const t = e, a = { en: { ...wa, ...Ni }, hu: { ...ka, ...en } }, i = U(null), n = gt("history"), o = U(n.tab || Ae), { errors: l, add: d, remove: g } = $a(), v = f(() => n?.gameid || n?.gameId || t.gameId), { state: p, execute: S } = ie({
3057
+ const t = e, a = { en: { ...ka, ...Oi }, hu: { ...xa, ...an } }, i = F(null), n = ut("history"), o = F(n.tab || Le), { errors: l, add: d, remove: g } = $a(), v = f(() => n?.gameid || n?.gameId || t.gameId), { state: p, execute: S } = ie({
3028
3058
  options: {
3029
3059
  path: "/v2/game-data",
3030
3060
  apiKey: t.apiKey,
@@ -3032,13 +3062,13 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3032
3062
  },
3033
3063
  onError: (_) => d("gameData", _),
3034
3064
  onSuccess: () => g("gameData")
3035
- }), { state: w, execute: z } = ie({
3065
+ }), { state: y, execute: z } = ie({
3036
3066
  options: {
3037
3067
  path: "/v2/game-events",
3038
3068
  apiKey: t.apiKey,
3039
3069
  params: { gameId: v.value }
3040
3070
  },
3041
- transform: (_) => _n(_),
3071
+ transform: (_) => Nn(_),
3042
3072
  onError: (_) => d("gameEvents", _),
3043
3073
  onSuccess: () => g("gameEvents")
3044
3074
  }), { state: P, execute: L } = ie({
@@ -3058,44 +3088,44 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3058
3088
  onError: (_) => d("gameOfficials", _),
3059
3089
  onSuccess: () => g("gameOfficials")
3060
3090
  });
3061
- Pa({
3091
+ Cn({
3062
3092
  data: p,
3063
3093
  services: { getGameData: S, getGameStats: L, getEvents: z, getGameOfficials: B }
3064
3094
  });
3065
- const C = dn(p), Y = Xt(t.apiKey), $ = f(() => ea(`/v2/game-attendance?gameid=${v.value}&apiKey=${Y}`));
3066
- return (_, D) => (c(), u("div", {
3095
+ const C = un(p), W = ta(t.apiKey), $ = f(() => et(`/v2/game-attendance?gameid=${v.value}&apiKey=${W}`));
3096
+ return qa(et(`/v2/game-data?gameid=${v.value}&apiKey=${W}`), p), (_, D) => (c(), u("div", {
3067
3097
  class: "gamecenter-timeline",
3068
- style: je(r(C))
3098
+ style: Ne(r(C))
3069
3099
  }, [
3070
- b(r(Qt), {
3100
+ b(r(Zt), {
3071
3101
  locale: t.locale,
3072
3102
  messages: a
3073
3103
  }, {
3074
3104
  default: T(() => [
3075
- (c(!0), u(k, null, N(r(l), (H) => (c(), x(r(Jt), {
3105
+ (c(!0), u(k, null, N(r(l), (H) => (c(), x(r(Xt), {
3076
3106
  key: H.key,
3077
3107
  error: H
3078
3108
  }, null, 8, ["error"]))), 128)),
3079
- r(O)(r(p)) ? h("", !0) : (c(), x(io, {
3109
+ r(O)(r(p)) ? h("", !0) : (c(), x(co, {
3080
3110
  key: 0,
3081
3111
  ref_key: "contentElementRef",
3082
3112
  ref: i,
3083
- "game-events": r(w),
3113
+ "game-events": r(y),
3084
3114
  "game-data": r(p),
3085
3115
  "websocket-url": $.value,
3086
3116
  locale: e.locale
3087
3117
  }, null, 8, ["game-events", "game-data", "websocket-url", "locale"])),
3088
3118
  r(p)?.gameStatus > 0 ? (c(), u(k, { key: 1 }, [
3089
- b(Ps, {
3119
+ b(Os, {
3090
3120
  "active-tab": o.value,
3091
3121
  "onUpdate:activeTab": D[0] || (D[0] = (H) => o.value = H)
3092
3122
  }, null, 8, ["active-tab"]),
3093
- o.value === r(Ae) && !r(O)(r(w)) && !r(O)(r(p)) ? (c(), x(as, {
3123
+ o.value === r(Le) && !r(O)(r(y)) && !r(O)(r(p)) ? (c(), x(ss, {
3094
3124
  key: 0,
3095
- "game-events": r(w),
3125
+ "game-events": r(y),
3096
3126
  "game-data": r(p)
3097
3127
  }, null, 8, ["game-events", "game-data"])) : h("", !0),
3098
- o.value === r(at) ? (c(), x(ds, {
3128
+ o.value === r(it) ? (c(), x(ps, {
3099
3129
  key: 1,
3100
3130
  data: r(P).players,
3101
3131
  "game-officials": r(j),
@@ -3104,12 +3134,12 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3104
3134
  "away-team-id": r(p).awayTeam.id,
3105
3135
  "away-team-name": r(p).awayTeam.longName
3106
3136
  }, null, 8, ["data", "game-officials", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])) : h("", !0),
3107
- o.value === r(rt) ? (c(), x(qs, {
3137
+ o.value === r(nt) ? (c(), x(Zs, {
3108
3138
  key: 2,
3109
3139
  "game-data": r(p),
3110
3140
  "game-stats": r(P)
3111
3141
  }, null, 8, ["game-data", "game-stats"])) : h("", !0),
3112
- o.value === r(it) && !r(O)(r(P)) ? (c(), x(zs, {
3142
+ o.value === r(ot) && !r(O)(r(P)) ? (c(), x(Ns, {
3113
3143
  key: 3,
3114
3144
  data: r(P),
3115
3145
  "home-team-id": r(p).homeTeam.id,
@@ -3117,7 +3147,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3117
3147
  "away-team-id": r(p).awayTeam.id,
3118
3148
  "away-team-name": r(p).awayTeam.longName
3119
3149
  }, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])) : h("", !0),
3120
- o.value === r(nt) && !r(O)(r(j)) && !r(O)(r(p)) ? (c(), x(ws, {
3150
+ o.value === r(st) && !r(O)(r(j)) && !r(O)(r(p)) ? (c(), x(zs, {
3121
3151
  key: 4,
3122
3152
  "game-officials": r(j),
3123
3153
  "home-team-name": r(p).homeTeam.longName,
@@ -3129,19 +3159,19 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3129
3159
  }, 8, ["locale"])
3130
3160
  ], 4));
3131
3161
  }
3132
- }, tl = /* @__PURE__ */ Ma(el, [["styles", [Aa, Ws, Ys, Qs, Js, Zs, Xs]]]), al = { class: "gamecenter-game-data" }, rl = { class: "is-title-container" }, il = { class: "is-external-contents" }, nl = ["href"], ol = ["href"], sl = ["href"], ll = {
3162
+ }, ol = /* @__PURE__ */ Ma(nl, [["styles", [Aa, Xs, el, tl, al, rl, il]]]), sl = { class: "gamecenter-game-data" }, ll = { class: "is-title-container" }, cl = { class: "is-external-contents" }, dl = ["href"], gl = ["href"], ml = ["href"], ul = {
3133
3163
  key: 0,
3134
3164
  class: "is-live-vistors"
3135
- }, cl = { class: "is-teams-and-results" }, dl = { class: "is-team-name" }, gl = {
3165
+ }, vl = { class: "is-teams-and-results" }, pl = { class: "is-team-name" }, bl = {
3136
3166
  key: 0,
3137
3167
  class: "is-game-status"
3138
- }, ml = {
3168
+ }, fl = {
3139
3169
  key: 1,
3140
3170
  class: "is-game-status"
3141
- }, ul = { key: 0 }, vl = { class: "is-badge is-invert is-large" }, pl = { key: 1 }, bl = { class: "is-badge is-invert is-large" }, fl = {
3171
+ }, hl = { key: 0 }, yl = { class: "is-badge is-invert is-large" }, wl = { key: 1 }, kl = { class: "is-badge is-invert is-large" }, xl = {
3142
3172
  key: 3,
3143
3173
  class: "is-game-status"
3144
- }, hl = { key: 0 }, yl = { key: 1 }, wl = { key: 2 }, kl = { key: 3 }, xl = { class: "is-period-results" }, Tl = { class: "is-team-name" }, Sl = {
3174
+ }, Tl = { key: 0 }, Sl = { key: 1 }, zl = { key: 2 }, _l = { key: 3 }, Pl = { class: "is-period-results" }, $l = { class: "is-team-name" }, jl = {
3145
3175
  __name: "GameData",
3146
3176
  props: {
3147
3177
  gameData: {
@@ -3158,67 +3188,67 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3158
3188
  }
3159
3189
  },
3160
3190
  setup(e) {
3161
- const t = e, { gameData: a, websocketUrl: i } = st(t), { t: n } = M(), { visitorsLabel: o, isVisible: l } = Na(i, a);
3162
- return (d, g) => (c(), u("div", al, [
3163
- s("div", rl, [
3191
+ const t = e, { gameData: a, websocketUrl: i } = ct(t), { t: n } = M(), { visitorsLabel: o, isVisible: l } = Na(i, a);
3192
+ return (d, g) => (c(), u("div", sl, [
3193
+ s("div", ll, [
3164
3194
  g[0] || (R(-1, !0), (g[0] = s("div", { class: "is-title" }, [
3165
- y(m(r(a).championshipName) + " - " + m(r(a).divisionName) + " - " + m(r(a).gameName) + " / " + m(r(a).location.locationName), 1)
3195
+ w(m(r(a).championshipName) + " - " + m(r(a).divisionName) + " - " + m(r(a).gameName) + " / " + m(r(a).location.locationName), 1)
3166
3196
  ])).cacheIndex = 0, R(1), g[0]),
3167
3197
  g[1] || (R(-1, !0), (g[1] = s("div", { class: "is-gamedate" }, [
3168
- y(m(r(Ne)(r(a).gameDate, "L dddd - HH:mm", null, e.locale)) + " (" + m(r(Ee)(new Date(r(a).gameDate), null, e.locale)) + ") ", 1)
3198
+ w(m(r(Ee)(r(a).gameDate, "L dddd - HH:mm", null, e.locale)) + " (" + m(r(Oe)(new Date(r(a).gameDate), null, e.locale)) + ") ", 1)
3169
3199
  ])).cacheIndex = 1, R(1), g[1]),
3170
3200
  g[2] || (R(-1, !0), (g[2] = s("div", { class: "is-local-gamedate" }, [
3171
- y(m(r(n)("localTime")) + " (" + m(r(a).location.locationCountryISO || r(a).location.locationName) + "): " + m(r(Ne)(r(a).gameDate, "L dddd - HH:mm", r(a).location.timezone, e.locale)) + " (" + m(r(Ee)(new Date(r(a).gameDate), r(a).location.timezone, e.locale)) + ") ", 1)
3201
+ w(m(r(n)("localTime")) + " (" + m(r(a).location.locationCountryISO || r(a).location.locationName) + "): " + m(r(Ee)(r(a).gameDate, "L dddd - HH:mm", r(a).location.timezone, e.locale)) + " (" + m(r(Oe)(new Date(r(a).gameDate), r(a).location.timezone, e.locale)) + ") ", 1)
3172
3202
  ])).cacheIndex = 2, R(1), g[2]),
3173
- s("div", il, [
3203
+ s("div", cl, [
3174
3204
  r(a).electronicReportUrl ? (c(), u("a", {
3175
3205
  key: 0,
3176
3206
  href: r(a).electronicReportUrl,
3177
3207
  target: "_blank"
3178
3208
  }, [
3179
- b(r(Me), { class: "is-icon" }),
3180
- y(" " + m(r(n)("sheet")), 1)
3181
- ], 8, nl)) : h("", !0),
3209
+ b(r(Ce), { class: "is-icon" }),
3210
+ w(" " + m(r(n)("sheet")), 1)
3211
+ ], 8, dl)) : h("", !0),
3182
3212
  r(a).toiReportUrl ? (c(), u("a", {
3183
3213
  key: 1,
3184
3214
  href: r(a).toiReportUrl,
3185
3215
  target: "_blank"
3186
3216
  }, [
3187
- b(r(Me), { class: "is-icon" }),
3188
- y(" " + m(r(n)("toiSheet")), 1)
3189
- ], 8, ol)) : h("", !0),
3217
+ b(r(Ce), { class: "is-icon" }),
3218
+ w(" " + m(r(n)("toiSheet")), 1)
3219
+ ], 8, gl)) : h("", !0),
3190
3220
  r(a).video ? (c(), u("a", {
3191
3221
  key: 2,
3192
3222
  href: r(a).video,
3193
3223
  target: "_blank"
3194
3224
  }, [
3195
3225
  b(r(ja), { class: "is-icon" }),
3196
- y(" " + m(r(n)("video")), 1)
3197
- ], 8, sl)) : h("", !0)
3226
+ w(" " + m(r(n)("video")), 1)
3227
+ ], 8, ml)) : h("", !0)
3198
3228
  ]),
3199
- r(a).gameStatus <= 1 && r(l) ? (c(), u("p", ll, m(r(o)), 1)) : h("", !0)
3229
+ r(a).gameStatus <= 1 && r(l) ? (c(), u("p", ul, m(r(o)), 1)) : h("", !0)
3200
3230
  ]),
3201
- s("div", cl, [
3231
+ s("div", vl, [
3202
3232
  g[3] || (R(-1, !0), (g[3] = s("div", null, [
3203
3233
  b(r(te), {
3204
3234
  src: r(a).homeTeam.logo,
3205
3235
  class: "is-team-logo",
3206
- "default-src": r(Ke)
3236
+ "default-src": r(Ue)
3207
3237
  }, null, 8, ["src", "default-src"]),
3208
- s("h1", dl, m(r(a).homeTeam.longName), 1)
3238
+ s("h1", pl, m(r(a).homeTeam.longName), 1)
3209
3239
  ])).cacheIndex = 3, R(1), g[3]),
3210
3240
  s("div", null, [
3211
- r(a).gameStatus > 1 ? (c(), u("p", gl, m(r(n)(`gameStatus.status-${r(a).gameStatus}`)), 1)) : h("", !0),
3212
- r(a).gameStatus === 1 ? (c(), u("p", ml, m(r(n)(`periods.${r(Tt)(r(a).period)}`)), 1)) : h("", !0),
3241
+ r(a).gameStatus > 1 ? (c(), u("p", bl, m(r(n)(`gameStatus.status-${r(a).gameStatus}`)), 1)) : h("", !0),
3242
+ r(a).gameStatus === 1 ? (c(), u("p", fl, m(r(n)(`periods.${r(zt)(r(a).period)}`)), 1)) : h("", !0),
3213
3243
  r(a).gameStatus > 1 ? (c(), u(k, { key: 2 }, [
3214
- r(a).isOvertime ? (c(), u("p", ul, [
3215
- s("span", vl, m(r(n)("afterOvertime")), 1)
3244
+ r(a).isOvertime ? (c(), u("p", hl, [
3245
+ s("span", yl, m(r(n)("afterOvertime")), 1)
3216
3246
  ])) : h("", !0),
3217
- r(a).isShootout ? (c(), u("p", pl, [
3218
- s("span", bl, m(r(n)("afterShootout")), 1)
3247
+ r(a).isShootout ? (c(), u("p", wl, [
3248
+ s("span", kl, m(r(n)("afterShootout")), 1)
3219
3249
  ])) : h("", !0)
3220
3250
  ], 64)) : h("", !0),
3221
- r(a).gameStatus === 1 ? (c(), u("p", fl, m(r(a).actualTime), 1)) : h("", !0),
3251
+ r(a).gameStatus === 1 ? (c(), u("p", xl, m(r(a).actualTime), 1)) : h("", !0),
3222
3252
  r(a).gameStatus === 1 ? (c(), x(Ea, {
3223
3253
  key: 4,
3224
3254
  "game-data": r(a)
@@ -3226,24 +3256,24 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3226
3256
  s("div", {
3227
3257
  class: q(["is-game-result", [{ "is-game-status-live": r(a).gameStatus === 1 }]])
3228
3258
  }, [
3229
- r(a).gameStatus === 0 ? (c(), u("span", hl, "-")) : (c(), u("span", yl, m(r(a).homeTeamScore), 1)),
3230
- g[5] || (g[5] = y(":")),
3231
- r(a).gameStatus === 0 ? (c(), u("span", wl, "-")) : (c(), u("span", kl, m(r(a).awayTeamScore), 1))
3259
+ r(a).gameStatus === 0 ? (c(), u("span", Tl, "-")) : (c(), u("span", Sl, m(r(a).homeTeamScore), 1)),
3260
+ g[5] || (g[5] = w(":")),
3261
+ r(a).gameStatus === 0 ? (c(), u("span", zl, "-")) : (c(), u("span", _l, m(r(a).awayTeamScore), 1))
3232
3262
  ], 2),
3233
- s("p", xl, m(r(a).periodResults), 1)
3263
+ s("p", Pl, m(r(a).periodResults), 1)
3234
3264
  ]),
3235
3265
  g[4] || (R(-1, !0), (g[4] = s("div", null, [
3236
3266
  b(r(te), {
3237
3267
  src: r(a).awayTeam.logo,
3238
- "default-src": r(Ue),
3268
+ "default-src": r(qe),
3239
3269
  class: "is-team-logo"
3240
3270
  }, null, 8, ["src", "default-src"]),
3241
- s("h1", Tl, m(r(a).awayTeam.longName), 1)
3271
+ s("h1", $l, m(r(a).awayTeam.longName), 1)
3242
3272
  ])).cacheIndex = 4, R(1), g[4])
3243
3273
  ])
3244
3274
  ]));
3245
3275
  }
3246
- }, zl = ["aria-label"], ze = {
3276
+ }, Nl = ["aria-label"], _e = {
3247
3277
  __name: "TeamLogo",
3248
3278
  props: {
3249
3279
  name: {
@@ -3259,7 +3289,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3259
3289
  }
3260
3290
  },
3261
3291
  setup(e) {
3262
- const t = e, a = U(null), i = f(() => t.isHomeTeam ? Ke : Ue);
3292
+ const t = e, a = F(null), i = f(() => t.isHomeTeam ? Ue : qe);
3263
3293
  return (n, o) => (c(), u(k, null, [
3264
3294
  b(r(ae), {
3265
3295
  offset: 2,
@@ -3278,7 +3308,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3278
3308
  src: e.logo,
3279
3309
  "default-src": i.value
3280
3310
  }, null, 8, ["src", "default-src"])
3281
- ], 16, zl)
3311
+ ], 16, Nl)
3282
3312
  ]),
3283
3313
  _: 1
3284
3314
  }, 8, ["content", "append-to"]),
@@ -3288,19 +3318,19 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3288
3318
  }, null, 512)
3289
3319
  ], 64));
3290
3320
  }
3291
- }, _l = { class: "is-time-cell" }, Pl = { class: "is-team-logo-cell" }, $l = { class: "is-icon-cell" }, jl = { class: "is-score" }, Nl = {
3321
+ }, El = { class: "is-time-cell" }, Ol = { class: "is-team-logo-cell" }, Il = { class: "is-icon-cell" }, Al = { class: "is-score" }, Ml = {
3292
3322
  key: 0,
3293
3323
  class: "is-badge is-large"
3294
- }, El = {
3324
+ }, Ll = {
3295
3325
  key: 1,
3296
3326
  class: "is-badge is-large"
3297
- }, Ol = {
3327
+ }, Cl = {
3298
3328
  key: 0,
3299
3329
  class: "is-badge is-invert is-large"
3300
- }, Il = { class: "is-evented-person" }, Al = { class: "is-player-number" }, Ml = { class: "is-assists-list" }, Ll = {
3330
+ }, Dl = { class: "is-evented-person" }, Gl = { class: "is-player-number" }, Bl = { class: "is-assists-list" }, Hl = {
3301
3331
  key: 0,
3302
3332
  class: "is-poi-data"
3303
- }, Cl = ["aria-label"], Dl = ["aria-label"], Gl = {
3333
+ }, Rl = ["aria-label"], Fl = ["aria-label"], Kl = {
3304
3334
  __name: "Goal",
3305
3335
  props: {
3306
3336
  event: {
@@ -3313,51 +3343,51 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3313
3343
  }
3314
3344
  },
3315
3345
  setup(e) {
3316
- const t = e, a = U(null), i = f(() => se((l) => O(l), [t.event.assists1, t.event.assists2])), n = f(() => t.event.homeOnIce), o = f(() => t.event.awayOnIce);
3346
+ const t = e, a = F(null), i = f(() => se((l) => O(l), [t.event.assists1, t.event.assists2])), n = f(() => t.event.homeOnIce), o = f(() => t.event.awayOnIce);
3317
3347
  return (l, d) => (c(), u(k, null, [
3318
- s("div", _l, m(e.event.eventTime), 1),
3319
- s("div", Pl, [
3320
- (c(), x(ze, {
3348
+ s("div", El, m(e.event.eventTime), 1),
3349
+ s("div", Ol, [
3350
+ (c(), x(_e, {
3321
3351
  key: e.event.team.id,
3322
3352
  name: e.event.team.longName,
3323
3353
  logo: e.event.team.logo,
3324
3354
  "is-home-team": e.isHomeTeam
3325
3355
  }, null, 8, ["name", "logo", "is-home-team"]))
3326
3356
  ]),
3327
- s("div", $l, [
3328
- b(r(xe), { class: "is-goal-icon" })
3357
+ s("div", Il, [
3358
+ b(r(Te), { class: "is-goal-icon" })
3329
3359
  ]),
3330
- s("div", jl, m(e.event.score), 1),
3360
+ s("div", Al, m(e.event.score), 1),
3331
3361
  s("div", null, [
3332
- e.event.advantage ? (c(), u("span", Nl, m(e.event.advantage), 1)) : h("", !0),
3333
- e.event.en ? (c(), u("span", El, " EN ")) : h("", !0)
3362
+ e.event.advantage ? (c(), u("span", Ml, m(e.event.advantage), 1)) : h("", !0),
3363
+ e.event.en ? (c(), u("span", Ll, " EN ")) : h("", !0)
3334
3364
  ]),
3335
3365
  s("div", null, [
3336
- e.event.ps || e.event.gws || e.event.gwg ? (c(), u("span", Ol, [
3366
+ e.event.ps || e.event.gws || e.event.gwg ? (c(), u("span", Cl, [
3337
3367
  e.event.ps ? (c(), u(k, { key: 0 }, [
3338
- y("PS")
3368
+ w("PS")
3339
3369
  ], 64)) : h("", !0),
3340
3370
  e.event.gws ? (c(), u(k, { key: 1 }, [
3341
- y("GWS")
3371
+ w("GWS")
3342
3372
  ], 64)) : h("", !0),
3343
3373
  e.event.gwg ? (c(), u(k, { key: 2 }, [
3344
- y("GWG")
3374
+ w("GWG")
3345
3375
  ], 64)) : h("", !0)
3346
3376
  ])) : h("", !0)
3347
3377
  ]),
3348
3378
  s("div", null, [
3349
3379
  s("dl", null, [
3350
- s("dt", Il, [
3351
- s("span", Al, m(e.event.jerseyNumber), 1),
3352
- y(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
3380
+ s("dt", Dl, [
3381
+ s("span", Gl, m(e.event.jerseyNumber), 1),
3382
+ w(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
3353
3383
  ]),
3354
- s("dt", Ml, [
3384
+ s("dt", Bl, [
3355
3385
  (c(!0), u(k, null, N(i.value, (g) => (c(), u("span", { key: g }, [
3356
3386
  s("i", null, m(g.jerseyNumber), 1),
3357
- y(" " + m(g.lastName) + " " + m(g.firstName), 1)
3387
+ w(" " + m(g.lastName) + " " + m(g.firstName), 1)
3358
3388
  ]))), 128))
3359
3389
  ]),
3360
- !r(O)(n.value) || !r(O)(o.value) ? (c(), u("dd", Ll, [
3390
+ !r(O)(n.value) || !r(O)(o.value) ? (c(), u("dd", Hl, [
3361
3391
  s("ul", null, [
3362
3392
  (c(!0), u(k, null, N(n.value, (g) => (c(), x(r(ae), {
3363
3393
  key: g.playerId,
@@ -3373,7 +3403,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3373
3403
  ref: v,
3374
3404
  tabindex: 0,
3375
3405
  "aria-label": `${g.jerseyNumber} ${g.lastName} ${g.firstName}`
3376
- }, ge(p, !0)), m(g.jerseyNumber), 17, Cl)
3406
+ }, ge(p, !0)), m(g.jerseyNumber), 17, Rl)
3377
3407
  ]),
3378
3408
  _: 2
3379
3409
  }, 1032, ["content", "append-to"]))), 128))
@@ -3394,7 +3424,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3394
3424
  ref: v,
3395
3425
  tabindex: 0,
3396
3426
  "aria-label": `${g.jerseyNumber} ${g.lastName} ${g.firstName}`
3397
- }, ge(p, !0)), m(g.jerseyNumber), 17, Dl)
3427
+ }, ge(p, !0)), m(g.jerseyNumber), 17, Fl)
3398
3428
  ]),
3399
3429
  _: 2
3400
3430
  }, 1032, ["content", "append-to"]))), 128))
@@ -3408,7 +3438,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3408
3438
  ])
3409
3439
  ], 64));
3410
3440
  }
3411
- }, Bl = { class: "is-time-cell" }, Hl = { class: "is-team-logo-cell" }, Rl = { class: "is-icon-cell" }, Fl = { class: "is-goalie-direction" }, Kl = { class: "is-evented-person" }, Ul = { class: "is-player-number" }, Vl = {
3441
+ }, Vl = { class: "is-time-cell" }, Ul = { class: "is-team-logo-cell" }, ql = { class: "is-icon-cell" }, Wl = { class: "is-goalie-direction" }, Yl = { class: "is-evented-person" }, Ql = { class: "is-player-number" }, Jl = {
3412
3442
  __name: "Goalies",
3413
3443
  props: {
3414
3444
  event: {
@@ -3422,23 +3452,23 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3422
3452
  },
3423
3453
  setup(e) {
3424
3454
  return (t, a) => (c(), u(k, null, [
3425
- s("div", Bl, m(e.event.eventTime), 1),
3426
- s("div", Hl, [
3427
- (c(), x(ze, {
3455
+ s("div", Vl, m(e.event.eventTime), 1),
3456
+ s("div", Ul, [
3457
+ (c(), x(_e, {
3428
3458
  key: e.event.team.id,
3429
3459
  name: e.event.team.longName,
3430
3460
  logo: e.event.team.logo,
3431
3461
  "is-home-team": e.isHomeTeam
3432
3462
  }, null, 8, ["name", "logo", "is-home-team"]))
3433
3463
  ]),
3434
- s("div", Rl, [
3435
- e.event.gkDirection === "CSERE" ? (c(), x(r(ot), {
3464
+ s("div", ql, [
3465
+ e.event.gkDirection === "CSERE" ? (c(), x(r(lt), {
3436
3466
  key: 0,
3437
3467
  width: "24",
3438
3468
  height: "24",
3439
3469
  class: "is-goalie-in-icon"
3440
3470
  })) : h("", !0),
3441
- e.event.gkDirection === "BE" ? (c(), x(r(ot), {
3471
+ e.event.gkDirection === "BE" ? (c(), x(r(lt), {
3442
3472
  key: 1,
3443
3473
  width: "24",
3444
3474
  height: "24",
@@ -3450,16 +3480,16 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3450
3480
  class: "is-goalie-out-icon"
3451
3481
  }))
3452
3482
  ]),
3453
- s("div", Fl, m(e.event.gkDirection), 1),
3483
+ s("div", Wl, m(e.event.gkDirection), 1),
3454
3484
  a[0] || (a[0] = s("div", null, null, -1)),
3455
3485
  a[1] || (a[1] = s("div", null, null, -1)),
3456
- s("div", Kl, [
3457
- s("span", Ul, m(e.event.jerseyNumber), 1),
3458
- y(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
3486
+ s("div", Yl, [
3487
+ s("span", Ql, m(e.event.jerseyNumber), 1),
3488
+ w(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
3459
3489
  ])
3460
3490
  ], 64));
3461
3491
  }
3462
- }, ql = { class: "is-time-cell" }, Wl = { class: "is-team-logo-cell" }, Yl = { class: "is-icon-cell" }, Ql = { class: "is-penalty-cell" }, Jl = ["aria-label"], Zl = { class: "is-light-cell" }, Xl = { class: "is-light-cell" }, ec = { class: "is-evented-person" }, tc = { key: 0 }, ac = { class: "is-player-number" }, rc = {
3492
+ }, Zl = { class: "is-time-cell" }, Xl = { class: "is-team-logo-cell" }, ec = { class: "is-icon-cell" }, tc = { class: "is-penalty-cell" }, ac = ["aria-label"], rc = { class: "is-light-cell" }, ic = { class: "is-light-cell" }, nc = { class: "is-evented-person" }, oc = { key: 0 }, sc = { class: "is-player-number" }, lc = {
3463
3493
  __name: "Penalty",
3464
3494
  props: {
3465
3495
  event: {
@@ -3472,25 +3502,25 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3472
3502
  }
3473
3503
  },
3474
3504
  setup(e) {
3475
- const t = e, a = U(null), { t: i } = M(), n = f(() => _a(t.event));
3505
+ const t = e, a = F(null), { t: i } = M(), n = f(() => Pa(t.event));
3476
3506
  return (o, l) => (c(), u(k, null, [
3477
- s("div", ql, m(e.event.eventTime), 1),
3478
- s("div", Wl, [
3479
- (c(), x(ze, {
3507
+ s("div", Zl, m(e.event.eventTime), 1),
3508
+ s("div", Xl, [
3509
+ (c(), x(_e, {
3480
3510
  key: e.event.team.id,
3481
3511
  name: e.event.team.longName,
3482
3512
  logo: e.event.team.logo,
3483
3513
  "is-home-team": e.isHomeTeam
3484
3514
  }, null, 8, ["name", "logo", "is-home-team"]))
3485
3515
  ]),
3486
- s("div", Yl, [
3516
+ s("div", ec, [
3487
3517
  b(r(Ia), {
3488
3518
  width: "24",
3489
3519
  height: "24",
3490
3520
  class: "is-penalty-icon"
3491
3521
  })
3492
3522
  ]),
3493
- s("div", Ql, [
3523
+ s("div", tc, [
3494
3524
  b(r(ae), {
3495
3525
  offset: 2,
3496
3526
  placement: "top",
@@ -3503,7 +3533,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3503
3533
  ref: d,
3504
3534
  tabindex: 0,
3505
3535
  "aria-label": r(i)(`penalties.${n.value.penaltyCause}`)
3506
- }, ge(g, !0)), m(n.value.penaltyCause), 17, Jl)
3536
+ }, ge(g, !0)), m(n.value.penaltyCause), 17, ac)
3507
3537
  ]),
3508
3538
  _: 1
3509
3539
  }, 8, ["content", "append-to"]),
@@ -3512,24 +3542,24 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3512
3542
  ref: a
3513
3543
  }, null, 512)
3514
3544
  ]),
3515
- s("div", Zl, [
3545
+ s("div", rc, [
3516
3546
  e.event.penaltyLength !== 0 ? (c(), u(k, { key: 0 }, [
3517
- y(m(r(i)("events.penaltyLength", [e.event.penaltyLength])), 1)
3547
+ w(m(r(i)("events.penaltyLength", [e.event.penaltyLength])), 1)
3518
3548
  ], 64)) : h("", !0),
3519
3549
  e.event.perc === 0 ? (c(), u(k, { key: 1 }, [
3520
- y(" PS ")
3550
+ w(" PS ")
3521
3551
  ], 64)) : h("", !0)
3522
3552
  ]),
3523
- s("div", Xl, m(e.event.penaltyEnd), 1),
3524
- s("div", ec, [
3525
- e.event.jerseyNumber === null ? (c(), u("span", tc, m(r(i)("events.teamPenalty")), 1)) : (c(), u(k, { key: 1 }, [
3526
- s("span", ac, m(e.event.jerseyNumber), 1),
3527
- y(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
3553
+ s("div", ic, m(e.event.penaltyEnd), 1),
3554
+ s("div", nc, [
3555
+ e.event.jerseyNumber === null ? (c(), u("span", oc, m(r(i)("events.teamPenalty")), 1)) : (c(), u(k, { key: 1 }, [
3556
+ s("span", sc, m(e.event.jerseyNumber), 1),
3557
+ w(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
3528
3558
  ], 64))
3529
3559
  ])
3530
3560
  ], 64));
3531
3561
  }
3532
- }, ic = { class: "is-time-cell" }, nc = { class: "is-team-logo-cell" }, oc = { class: "is-icon-cell" }, sc = { class: "is-evented-person" }, lc = { class: "is-player-number" }, cc = {
3562
+ }, cc = { class: "is-time-cell" }, dc = { class: "is-team-logo-cell" }, gc = { class: "is-icon-cell" }, mc = { class: "is-evented-person" }, uc = { class: "is-player-number" }, vc = {
3533
3563
  __name: "PenaltyShot",
3534
3564
  props: {
3535
3565
  event: {
@@ -3544,17 +3574,17 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3544
3574
  setup(e) {
3545
3575
  const { t } = M();
3546
3576
  return (a, i) => (c(), u(k, null, [
3547
- s("div", ic, m(e.event.eventTime), 1),
3548
- s("div", nc, [
3549
- (c(), x(ze, {
3577
+ s("div", cc, m(e.event.eventTime), 1),
3578
+ s("div", dc, [
3579
+ (c(), x(_e, {
3550
3580
  key: e.event.team.id,
3551
3581
  name: e.event.team.longName,
3552
3582
  logo: e.event.team.logo,
3553
3583
  "is-home-team": e.isHomeTeam
3554
3584
  }, null, 8, ["name", "logo", "is-home-team"]))
3555
3585
  ]),
3556
- s("div", oc, [
3557
- b(r(xe), { class: "is-goal-so-icon" })
3586
+ s("div", gc, [
3587
+ b(r(Te), { class: "is-goal-so-icon" })
3558
3588
  ]),
3559
3589
  s("div", {
3560
3590
  class: q(["is-score-so", [{ "is-score-so-goal": e.event.goal }]])
@@ -3564,20 +3594,20 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3564
3594
  class: q(["is-badge is-large", [{ "is-green": e.event.goal }]])
3565
3595
  }, [
3566
3596
  e.event.goal ? (c(), u(k, { key: 0 }, [
3567
- y(m(r(t)("events.score")), 1)
3597
+ w(m(r(t)("events.score")), 1)
3568
3598
  ], 64)) : (c(), u(k, { key: 1 }, [
3569
- y(m(r(t)("events.missed")), 1)
3599
+ w(m(r(t)("events.missed")), 1)
3570
3600
  ], 64))
3571
3601
  ], 2)
3572
3602
  ]),
3573
3603
  i[0] || (i[0] = s("div", null, null, -1)),
3574
- s("div", sc, [
3575
- s("span", lc, m(e.event.jerseyNumber), 1),
3576
- y(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
3604
+ s("div", mc, [
3605
+ s("span", uc, m(e.event.jerseyNumber), 1),
3606
+ w(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
3577
3607
  ])
3578
3608
  ], 64));
3579
3609
  }
3580
- }, dc = { class: "is-time-cell" }, gc = { class: "is-team-logo-cell" }, mc = { class: "is-icon-cell" }, uc = {
3610
+ }, pc = { class: "is-time-cell" }, bc = { class: "is-team-logo-cell" }, fc = { class: "is-icon-cell" }, hc = {
3581
3611
  __name: "Timeout",
3582
3612
  props: {
3583
3613
  event: {
@@ -3592,17 +3622,17 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3592
3622
  setup(e) {
3593
3623
  const { t } = M();
3594
3624
  return (a, i) => (c(), u(k, null, [
3595
- s("div", dc, m(e.event.eventTime), 1),
3596
- s("div", gc, [
3597
- (c(), x(ze, {
3625
+ s("div", pc, m(e.event.eventTime), 1),
3626
+ s("div", bc, [
3627
+ (c(), x(_e, {
3598
3628
  key: e.event.team.id,
3599
3629
  name: e.event.team.longName,
3600
3630
  logo: e.event.team.logo,
3601
3631
  "is-home-team": e.isHomeTeam
3602
3632
  }, null, 8, ["name", "logo", "is-home-team"]))
3603
3633
  ]),
3604
- s("div", mc, [
3605
- b(r(St), { class: "is-timer-icon" })
3634
+ s("div", fc, [
3635
+ b(r(_t), { class: "is-timer-icon" })
3606
3636
  ]),
3607
3637
  i[0] || (i[0] = s("div", null, null, -1)),
3608
3638
  i[1] || (i[1] = s("div", null, null, -1)),
@@ -3610,7 +3640,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3610
3640
  s("div", null, m(r(t)("events.timeout")), 1)
3611
3641
  ], 64));
3612
3642
  }
3613
- }, vc = {
3643
+ }, yc = {
3614
3644
  __name: "GameEvent",
3615
3645
  props: {
3616
3646
  event: {
@@ -3623,16 +3653,16 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3623
3653
  }
3624
3654
  },
3625
3655
  setup(e) {
3626
- const t = e, a = (/* @__PURE__ */ new Map()).set("Gól", Gl).set("Kiállítás", rc).set("Kapus", Vl).set("Idő", uc).set("Büntető", cc), i = f(() => a.get(t.event.type)), n = f(() => t.event.team?.id === t.homeTeamId);
3627
- return (o, l) => (c(), x(Wt(i.value), {
3656
+ const t = e, a = (/* @__PURE__ */ new Map()).set("Gól", Kl).set("Kiállítás", lc).set("Kapus", Jl).set("Idő", hc).set("Büntető", vc), i = f(() => a.get(t.event.type)), n = f(() => t.event.team?.id === t.homeTeamId);
3657
+ return (o, l) => (c(), x(Qt(i.value), {
3628
3658
  event: e.event,
3629
3659
  "is-home-team": n.value
3630
3660
  }, null, 8, ["event", "is-home-team"]));
3631
3661
  }
3632
- }, pc = { class: "gamecenter-game-events" }, bc = { class: "is-period-header" }, fc = {
3662
+ }, wc = { class: "gamecenter-game-events" }, kc = { class: "is-period-header" }, xc = {
3633
3663
  key: 0,
3634
3664
  class: "is-no-action"
3635
- }, hc = {
3665
+ }, Tc = {
3636
3666
  __name: "GameEvents",
3637
3667
  props: {
3638
3668
  gameEvents: {
@@ -3645,16 +3675,16 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3645
3675
  }
3646
3676
  },
3647
3677
  setup(e) {
3648
- const t = e, { t: a } = M(), i = f(() => tn(t.gameData, t.gameEvents));
3649
- return (n, o) => (c(), u("div", pc, [
3678
+ const t = e, { t: a } = M(), i = f(() => rn(t.gameData, t.gameEvents));
3679
+ return (n, o) => (c(), u("div", wc, [
3650
3680
  (c(!0), u(k, null, N(i.value, (l, d) => (c(), u(k, { key: d }, [
3651
- s("div", bc, m(r(a)(`periods.${r(Tt)(d)}`)), 1),
3652
- l.length === 0 ? (c(), u("div", fc, m(r(a)("events.noEventsInPeriod")), 1)) : h("", !0),
3681
+ s("div", kc, m(r(a)(`periods.${r(zt)(d)}`)), 1),
3682
+ l.length === 0 ? (c(), u("div", xc, m(r(a)("events.noEventsInPeriod")), 1)) : h("", !0),
3653
3683
  (c(!0), u(k, null, N(l, (g) => (c(), u("div", {
3654
3684
  key: g.id,
3655
3685
  class: "gamecenter-game-event"
3656
3686
  }, [
3657
- b(vc, {
3687
+ b(yc, {
3658
3688
  event: g,
3659
3689
  "home-team-id": e.gameData.homeTeam.id
3660
3690
  }, null, 8, ["event", "home-team-id"])
@@ -3663,7 +3693,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3663
3693
  o[0] || (o[0] = s("div", { id: "event-tooltip-container" }, null, -1))
3664
3694
  ]));
3665
3695
  }
3666
- }, yc = { class: "gamecenter-data-columns" }, wc = {
3696
+ }, Sc = { class: "gamecenter-data-columns" }, zc = {
3667
3697
  __name: "GameGoaliesStats",
3668
3698
  props: {
3669
3699
  data: {
@@ -3686,11 +3716,11 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3686
3716
  }
3687
3717
  },
3688
3718
  setup(e) {
3689
- const t = e, a = ya([ba(ce("startingFive"))]), { columns: i } = me(Ta), n = f(() => a(t.data?.[t.homeTeamId] ?? [])), o = f(() => a(t.data?.[t.awayTeamId] ?? []));
3690
- return (l, d) => (c(), u("div", yc, [
3691
- b(Ce, { rows: n.value }, {
3719
+ const t = e, a = wa([fa(ce("startingFive"))]), { columns: i } = me(Sa), n = f(() => a(t.data?.[t.homeTeamId] ?? [])), o = f(() => a(t.data?.[t.awayTeamId] ?? []));
3720
+ return (l, d) => (c(), u("div", Sc, [
3721
+ b(Ge, { rows: n.value }, {
3692
3722
  default: T(({ rows: g }) => [
3693
- b(K, {
3723
+ b(V, {
3694
3724
  class: "gamecenter-data-table",
3695
3725
  columns: r(i),
3696
3726
  rows: g,
@@ -3699,9 +3729,9 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3699
3729
  ]),
3700
3730
  _: 1
3701
3731
  }, 8, ["rows"]),
3702
- b(Ce, { rows: o.value }, {
3732
+ b(Ge, { rows: o.value }, {
3703
3733
  default: T(({ rows: g }) => [
3704
- b(K, {
3734
+ b(V, {
3705
3735
  class: "gamecenter-data-table",
3706
3736
  columns: r(i),
3707
3737
  rows: g,
@@ -3712,7 +3742,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3712
3742
  }, 8, ["rows"])
3713
3743
  ]));
3714
3744
  }
3715
- }, kc = { class: "gamecenter-game-stats-container" }, xc = ["innerHTML"], W = {
3745
+ }, _c = { class: "gamecenter-game-stats-container" }, Pc = ["innerHTML"], Y = {
3716
3746
  __name: "GameStatsContainer",
3717
3747
  props: {
3718
3748
  title: {
@@ -3725,19 +3755,19 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3725
3755
  }
3726
3756
  },
3727
3757
  setup(e) {
3728
- return (t, a) => (c(), u("dl", kc, [
3758
+ return (t, a) => (c(), u("dl", _c, [
3729
3759
  s("dt", null, [
3730
3760
  X(t.$slots, "default", {}, () => [
3731
- y(m(e.title), 1)
3761
+ w(m(e.title), 1)
3732
3762
  ])
3733
3763
  ]),
3734
- s("dd", { innerHTML: e.data }, null, 8, xc)
3764
+ s("dd", { innerHTML: e.data }, null, 8, Pc)
3735
3765
  ]));
3736
3766
  }
3737
- }, Tc = {
3767
+ }, $c = {
3738
3768
  key: 0,
3739
3769
  class: "gamecenter-game-stats"
3740
- }, Sc = { class: "gamecenter-game-stats-container-wrapper" }, zc = {
3770
+ }, jc = { class: "gamecenter-game-stats-container-wrapper" }, Nc = {
3741
3771
  __name: "GameOfficials",
3742
3772
  props: {
3743
3773
  gameOfficials: {
@@ -3750,15 +3780,15 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3750
3780
  }
3751
3781
  },
3752
3782
  setup(e) {
3753
- const t = e, { gameData: a } = st(t), { t: i } = M(), n = f(() => a.value?.attendance ?? 0), o = f(
3783
+ const t = e, { gameData: a } = ct(t), { t: i } = M(), n = f(() => a.value?.attendance ?? 0), o = f(
3754
3784
  () => le(
3755
- Ct(", "),
3785
+ Gt(", "),
3756
3786
  J((d) => `${d.lastName} ${d.firstName}`),
3757
3787
  se((d) => !d)
3758
3788
  )([t.gameOfficials?.gameOfficials?.first_referee, t.gameOfficials?.gameOfficials?.second_referee])
3759
3789
  ), l = f(
3760
3790
  () => le(
3761
- Ct(", "),
3791
+ Gt(", "),
3762
3792
  J((d) => `${d.lastName} ${d.firstName}`),
3763
3793
  se((d) => !d)
3764
3794
  )([
@@ -3766,17 +3796,17 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3766
3796
  t.gameOfficials?.gameOfficials?.second_line_judge
3767
3797
  ])
3768
3798
  );
3769
- return (d, g) => !r(O)(o.value) || !r(O)(l.value) ? (c(), u("div", Tc, [
3770
- s("div", Sc, [
3771
- b(W, {
3799
+ return (d, g) => !r(O)(o.value) || !r(O)(l.value) ? (c(), u("div", $c, [
3800
+ s("div", jc, [
3801
+ b(Y, {
3772
3802
  title: r(i)("gameStats.referees"),
3773
3803
  data: o.value
3774
3804
  }, null, 8, ["title", "data"]),
3775
- b(W, {
3805
+ b(Y, {
3776
3806
  title: r(i)("gameStats.linesmen"),
3777
3807
  data: l.value
3778
3808
  }, null, 8, ["title", "data"]),
3779
- r(a).attendance ? (c(), x(W, {
3809
+ r(a).attendance ? (c(), x(Y, {
3780
3810
  key: 0,
3781
3811
  title: r(i)("gameStats.attendance"),
3782
3812
  data: n.value
@@ -3784,7 +3814,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3784
3814
  ])
3785
3815
  ])) : h("", !0);
3786
3816
  }
3787
- }, _c = { class: "gamecenter-data-column" }, Pc = {
3817
+ }, Ec = { class: "gamecenter-data-column" }, Oc = {
3788
3818
  __name: "GamePlayersStats",
3789
3819
  props: {
3790
3820
  data: {
@@ -3807,11 +3837,11 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3807
3837
  }
3808
3838
  },
3809
3839
  setup(e) {
3810
- const t = e, { columns: a } = me(xa), i = f(() => Ie(t.data?.[t.homeTeamId] ?? [])), n = f(() => Ie(t.data?.[t.awayTeamId] ?? []));
3811
- return (o, l) => (c(), u("div", _c, [
3812
- b(De, { rows: i.value }, {
3840
+ const t = e, { columns: a } = me(Ta), i = f(() => Me(t.data?.[t.homeTeamId] ?? [])), n = f(() => Me(t.data?.[t.awayTeamId] ?? []));
3841
+ return (o, l) => (c(), u("div", Ec, [
3842
+ b(Be, { rows: i.value }, {
3813
3843
  default: T(({ rows: d, sort: g, onSort: v }) => [
3814
- b(K, {
3844
+ b(V, {
3815
3845
  class: "gamecenter-data-table",
3816
3846
  columns: r(a),
3817
3847
  rows: d,
@@ -3822,9 +3852,9 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3822
3852
  ]),
3823
3853
  _: 1
3824
3854
  }, 8, ["rows"]),
3825
- b(De, { rows: n.value }, {
3855
+ b(Be, { rows: n.value }, {
3826
3856
  default: T(({ rows: d, sort: g, onSort: v }) => [
3827
- b(K, {
3857
+ b(V, {
3828
3858
  class: "gamecenter-data-table",
3829
3859
  columns: r(a),
3830
3860
  rows: d,
@@ -3837,7 +3867,7 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3837
3867
  }, 8, ["rows"])
3838
3868
  ]));
3839
3869
  }
3840
- }, $c = {
3870
+ }, Ic = {
3841
3871
  xmlns: "http://www.w3.org/2000/svg",
3842
3872
  viewBox: "0 0 24 24",
3843
3873
  fill: "none",
@@ -3846,8 +3876,8 @@ const us = { render: ms }, vs = ["onMouseenter", "onMouseleave", "onFocus", "onB
3846
3876
  "stroke-linecap": "round",
3847
3877
  "stroke-linejoin": "round"
3848
3878
  };
3849
- function jc(e, t) {
3850
- return c(), u("svg", $c, t[0] || (t[0] = [
3879
+ function Ac(e, t) {
3880
+ return c(), u("svg", Ic, t[0] || (t[0] = [
3851
3881
  s("circle", {
3852
3882
  cx: "12",
3853
3883
  cy: "12",
@@ -3865,7 +3895,7 @@ function jc(e, t) {
3865
3895
  }, null, -1)
3866
3896
  ]));
3867
3897
  }
3868
- const Nc = { render: jc }, Ec = { class: "gamecenter-game-stats" }, Oc = { class: "gamecenter-game-stats-container-wrapper" }, Ic = ["onClick", "onFocus", "onBlur"], Ac = { class: "is-popover-content" }, Mc = {
3898
+ const Mc = { render: Ac }, Lc = { class: "gamecenter-game-stats" }, Cc = { class: "gamecenter-game-stats-container-wrapper" }, Dc = ["onClick", "onFocus", "onBlur"], Gc = { class: "is-popover-content" }, Bc = {
3869
3899
  __name: "GameStats",
3870
3900
  props: {
3871
3901
  gameStats: {
@@ -3879,49 +3909,49 @@ const Nc = { render: jc }, Ec = { class: "gamecenter-game-stats" }, Oc = { class
3879
3909
  },
3880
3910
  setup(e) {
3881
3911
  const t = e, { t: a } = M(), i = f(() => t.gameData?.homeTeam?.id ?? ""), n = f(() => t.gameData?.awayTeam?.id ?? ""), o = f(
3882
- () => Gt(t.gameStats?.teamSOG ?? [], n.value, i.value, "shots")
3912
+ () => Bt(t.gameStats?.teamSOG ?? [], n.value, i.value, "shots")
3883
3913
  ), l = f(
3884
- () => an(
3914
+ () => nn(
3885
3915
  t.gameStats?.teamSOG ?? [],
3886
3916
  i.value,
3887
3917
  n.value,
3888
3918
  "saves"
3889
3919
  )
3890
3920
  ), d = f(
3891
- () => Gt(
3921
+ () => Bt(
3892
3922
  t.gameStats?.teamPenalties ?? [],
3893
3923
  i.value,
3894
3924
  n.value,
3895
3925
  "penaltyLength"
3896
3926
  )
3897
- ), g = f(() => rn(t.gameStats?.teamPowerPlay ?? {})), v = f(() => nn(t.gameStats?.teamPowerPlay ?? {})), p = f(() => on(t.gameStats?.teamPowerPlay ?? {}));
3898
- return (S, w) => (c(), u("div", Ec, [
3899
- s("div", Oc, [
3900
- b(W, {
3927
+ ), g = f(() => on(t.gameStats?.teamPowerPlay ?? {})), v = f(() => sn(t.gameStats?.teamPowerPlay ?? {})), p = f(() => ln(t.gameStats?.teamPowerPlay ?? {}));
3928
+ return (S, y) => (c(), u("div", Lc, [
3929
+ s("div", Cc, [
3930
+ b(Y, {
3901
3931
  title: r(a)("teamsStats.sog"),
3902
3932
  data: o.value
3903
3933
  }, null, 8, ["title", "data"]),
3904
- b(W, {
3934
+ b(Y, {
3905
3935
  title: r(a)("teamsStats.saves"),
3906
3936
  data: l.value
3907
3937
  }, null, 8, ["title", "data"]),
3908
- b(W, {
3938
+ b(Y, {
3909
3939
  title: r(a)("teamsStats.pim"),
3910
3940
  data: d.value
3911
3941
  }, null, 8, ["title", "data"]),
3912
- b(W, {
3942
+ b(Y, {
3913
3943
  title: r(a)("teamsStats.advPercent"),
3914
3944
  data: v.value
3915
3945
  }, null, 8, ["title", "data"]),
3916
- b(W, {
3946
+ b(Y, {
3917
3947
  title: r(a)("teamsStats.penaltyKilling"),
3918
3948
  data: p.value
3919
3949
  }, null, 8, ["title", "data"]),
3920
- b(W, {
3950
+ b(Y, {
3921
3951
  data: g.value.advTime
3922
3952
  }, {
3923
3953
  default: T(() => [
3924
- y(m(r(a)("teamsStats.advantageTime")) + " ", 1),
3954
+ w(m(r(a)("teamsStats.advantageTime")) + " ", 1),
3925
3955
  b(r(ae), {
3926
3956
  offset: 2,
3927
3957
  placement: "top",
@@ -3935,16 +3965,16 @@ const Nc = { render: jc }, Ec = { class: "gamecenter-game-stats" }, Oc = { class
3935
3965
  onFocus: P,
3936
3966
  onBlur: L
3937
3967
  }, [
3938
- b(r(Nc))
3939
- ], 40, Ic)
3968
+ b(r(Mc))
3969
+ ], 40, Dc)
3940
3970
  ]),
3941
3971
  content: T(() => [
3942
- s("div", Ac, [
3943
- b(W, {
3972
+ s("div", Gc, [
3973
+ b(Y, {
3944
3974
  title: r(a)("teamsStats.advantageTimePP1"),
3945
3975
  data: g.value.advTimePP1
3946
3976
  }, null, 8, ["title", "data"]),
3947
- b(W, {
3977
+ b(Y, {
3948
3978
  title: r(a)("teamsStats.advantageTimePP2"),
3949
3979
  data: g.value.advTimePP2
3950
3980
  }, null, 8, ["title", "data"])
@@ -3956,10 +3986,10 @@ const Nc = { render: jc }, Ec = { class: "gamecenter-game-stats" }, Oc = { class
3956
3986
  _: 1
3957
3987
  }, 8, ["data"])
3958
3988
  ]),
3959
- w[0] || (w[0] = s("div", { id: "popover-container" }, null, -1))
3989
+ y[0] || (y[0] = s("div", { id: "popover-container" }, null, -1))
3960
3990
  ]));
3961
3991
  }
3962
- }, Lc = { class: "gamecenter-data-columns" }, Cc = {
3992
+ }, Hc = { class: "gamecenter-data-columns" }, Rc = {
3963
3993
  __name: "GameTeamOfficials",
3964
3994
  props: {
3965
3995
  gameOfficials: {
@@ -3976,15 +4006,15 @@ const Nc = { render: jc }, Ec = { class: "gamecenter-game-stats" }, Oc = { class
3976
4006
  }
3977
4007
  },
3978
4008
  setup(e) {
3979
- const t = e, { columns: a } = me(Sa), { t: i } = M(), n = f(() => Le(t.gameOfficials?.gameTeamMembers?.home ?? [], i)), o = f(() => Le(t.gameOfficials?.gameTeamMembers?.away ?? [], i));
3980
- return (l, d) => (c(), u("div", Lc, [
3981
- b(K, {
4009
+ const t = e, { columns: a } = me(za), { t: i } = M(), n = f(() => De(t.gameOfficials?.gameTeamMembers?.home ?? [], i)), o = f(() => De(t.gameOfficials?.gameTeamMembers?.away ?? [], i));
4010
+ return (l, d) => (c(), u("div", Hc, [
4011
+ b(V, {
3982
4012
  class: "gamecenter-data-table",
3983
4013
  columns: r(a),
3984
4014
  rows: n.value,
3985
4015
  title: e.homeTeamName
3986
4016
  }, null, 8, ["columns", "rows", "title"]),
3987
- b(K, {
4017
+ b(V, {
3988
4018
  class: "gamecenter-data-table",
3989
4019
  columns: r(a),
3990
4020
  rows: o.value,
@@ -3992,7 +4022,7 @@ const Nc = { render: jc }, Ec = { class: "gamecenter-game-stats" }, Oc = { class
3992
4022
  }, null, 8, ["columns", "rows", "title"])
3993
4023
  ]));
3994
4024
  }
3995
- }, Dc = '.gamecenter-game-data{margin-bottom:30px;text-align:center}.gamecenter-game-data .is-teams-and-results{display:grid;grid-template-columns:1fr;justify-items:center;align-items:flex-end}@media all and (min-width: 576px){.gamecenter-game-data .is-teams-and-results{grid-template-columns:repeat(3,1fr)}}.gamecenter-game-data .is-title-container{margin-bottom:30px}.gamecenter-game-data .is-title{color:var(--vbr-widget-gamecenter-title-color);font-size:var(--vbr-widget-gamecenter-title-size);font-weight:var(--vbr-widget-gamecenter-title-weight);text-transform:uppercase}.gamecenter-game-data .is-gamedate{color:var(--vbr-widget-gamecenter-gamedate-color);font-size:var(--vbr-widget-gamecenter-gamedate-size);text-transform:uppercase}.gamecenter-game-data .is-local-gamedate{color:var(--vbr-widget-gamecenter-local-gamedate-color);font-size:var(--vbr-widget-gamecenter-local-gamedate-size);text-transform:uppercase}.gamecenter-game-data .is-game-result{color:var(--vbr-widget-gamecenter-result-color);font-weight:var(--vbr-widget-gamecenter-result-weight);font-size:var(--vbr-widget-gamecenter-result-size);line-height:var(--vbr-widget-gamecenter-result-size)}.gamecenter-game-data .is-team-name{display:block;padding:8px 0;color:var(--vbr-widget-gamecenter-teamname-color);font-weight:var(--vbr-widget-gamecenter-teamname-weight);font-size:var(--vbr-widget-gamecenter-teamname-size)}.gamecenter-game-data .is-game-status{color:var(--vbr-widget-gamecenter-gamestatus-color);font-size:var(--vbr-widget-gamecenter-gamestatus-size);text-transform:uppercase}.gamecenter-game-data .is-period-results{color:var(--vbr-widget-gamecenter-periodresults-color);font-size:var(--vbr-widget-gamecenter-periodresults-size);font-weight:500}.gamecenter-game-data .is-team-logo{margin:auto;display:block;width:128px;height:128px}.gamecenter-game-data .is-game-status-live{color:var(--vbr-widget-live-game-color)}.gamecenter-game-data .is-live-vistors{padding-block:8px;font-size:var(--vbr-widget-gamecenter-local-gamedate-size);color:var(--vbr-widget-gamecenter-local-gamedate-color)}.gamecenter-game-data .is-external-contents{padding:5px;display:flex;align-items:center;justify-content:center}.gamecenter-game-data .is-external-contents a{display:flex;align-items:center;font-size:var(--vbr-widget-gamecenter-local-gamedate-size)}.gamecenter-game-data .is-external-contents a:after{content:"/";margin:0 5px}.gamecenter-game-data .is-external-contents a:last-of-type:after{content:""}.gamecenter-game-data .is-external-contents .is-icon{margin-right:5px;display:inline-block;width:15px;height:15px}.gamecenter-game-stats{margin-bottom:20px}.gamecenter-game-stats [data-placement]{z-index:1000}.gamecenter-game-stats .is-popover-content{display:flex;flex-direction:column;gap:20px;padding:16px;background-color:var(--vbr-widget-primary-color-50)}.gamecenter-game-stats-container-wrapper{--columns: 1fr;display:grid;grid-template-columns:var(--columns);gap:20px;justify-items:center;padding:20px;background-color:var(--vbr-widget-gamecenter-stats-bg-color);border:1px solid var(--vbr-widget-gamecenter-stats-border-color)}@media all and (min-width: 768px){.gamecenter-game-stats-container-wrapper{--columns: repeat(2, 1fr)}}@media all and (min-width: 992px){.gamecenter-game-stats-container-wrapper{--columns: repeat(3, 1fr)}}.gamecenter-game-stats-container{text-align:center}.gamecenter-game-stats-container dt{font-size:var(--vbr-widget-gamecenter-stats-title-size);color:var(--vbr-widget-gamecenter-stats-title-color);text-transform:uppercase}.gamecenter-game-stats-container dt button{width:var(--vbr-widget-gamecenter-stats-title-size)}.gamecenter-game-stats-container dd{font-size:var(--vbr-widget-gamecenter-stats-size);color:var(--vbr-widget-gamecenter-stats-color)}.gamecenter-game-events{container-name:rows;container-type:inline-size;margin-bottom:20px;border:1px solid var(--vbr-widget-gamecenter-stats-border-color)}.gamecenter-game-events .is-period-header{padding:10px 20px;font-size:var(--vbr-widget-gamecenter-period-header-size);font-weight:var(--vbr-widget-gamecenter-period-header-weight);text-align:center;text-transform:uppercase;color:var(--vbr-widget-gamecenter-period-header-color);background-color:var(--vbr-widget-gamecenter-period-header-bg-color)}.gamecenter-game-events .is-no-action{padding:10px;text-align:center}.gamecenter-game-event{--cols: 1fr 1fr 1fr 1fr 1fr 1fr 6fr;display:grid;grid-template-columns:var(--cols);align-items:center}@container rows (max-width: 500px){.gamecenter-game-event{--cols: 1fr 1fr 1fr 1fr 1fr 1fr}.gamecenter-game-event>*:last-of-type{grid-column:2/7}}.gamecenter-game-event:nth-child(odd){background-color:var(--vbr-widget-table-stripped-bg-color)}.gamecenter-game-event>*{padding:10px}.gamecenter-game-event .is-team-logo-cell span{display:inline-block}.gamecenter-game-event .is-team-logo-cell img{display:block;width:40px;height:40px}.gamecenter-game-event .is-icon-cell svg{width:25px;height:25px}.gamecenter-game-event .is-penalty-icon{color:var(--vbr-widget-primary-color-300)}.gamecenter-game-event .is-goal-so-icon{color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-goal-icon{color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-timer-icon,.gamecenter-game-event .is-goalie-in-icon{color:var(--vbr-widget-secondary-color-500)}.gamecenter-game-event .is-goalie-out-icon{color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-time-cell{font-weight:700}.gamecenter-game-event .is-penalty-cell{font-size:var(--vbr-widget-gamecenter-events-penalty-size);text-align:center}.gamecenter-game-event .is-score{font-size:var(--vbr-widget-gamecenter-events-score-size);font-weight:700;text-align:center;color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-score-so{font-size:var(--vbr-widget-gamecenter-events-score-size);font-weight:700;text-align:center;color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-score-so-goal{color:var(--vbr-widget-live-game-color)}.gamecenter-game-event .is-goalie-direction{font-size:var(--vbr-widget-gamecenter-events-goalie-direction-size);text-align:center;color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-evented-person{font-size:var(--vbr-widget-gamecenter-events-evented-person-size);font-weight:var(--vbr-widget-gamecenter-events-evented-person-weight)}.gamecenter-game-event .is-assists-list{font-size:var(--vbr-widget-gamecenter-events-assitst-list-size);color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-assists-list span:after{content:" / "}.gamecenter-game-event .is-assists-list span:last-child:after{content:""}.gamecenter-game-event .is-poi-data{font-size:var(--vbr-widget-gamecenter-events-poi-list-size);color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-poi-data ul{display:inline-flex}.gamecenter-game-event .is-poi-data ul li:after{content:",";margin-right:2px}.gamecenter-game-event .is-poi-data ul li:last-child:after{content:""}.gamecenter-game-event .is-player-number{font-weight:400;font-style:italic;color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-light-cell{color:var(--vbr-widget-primary-color-400)}.gamecenter-data-table{border:1px solid var(--vbr-widget-gamecenter-team-container-border-color);min-width:0}.gamecenter-data-table h2{padding:8px;font-size:var(--vbr-widget-gamecenter-team-container-title-size);font-weight:500;color:var(--vbr-widget-gamecenter-team-container-title-color);background-color:var(--vbr-widget-gamecenter-team-container-title-bg-color)}.gamecenter-data-columns{--columns: 1fr;display:grid;grid-template-columns:var(--columns);gap:20px;margin-bottom:20px}@media all and (min-width: 576px){.gamecenter-data-columns{--columns: repeat(2, 1fr)}}.gamecenter-data-column{display:grid;gap:20px;margin-bottom:20px}', Gc = '.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)}', Bc = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", Hc = ".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)}}", Rc = '.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)}', Fc = { class: "gamecenter" }, Kc = {
4025
+ }, Fc = '.gamecenter-game-data{margin-bottom:30px;text-align:center}.gamecenter-game-data .is-teams-and-results{display:grid;grid-template-columns:1fr;justify-items:center;align-items:flex-end}@media all and (min-width: 576px){.gamecenter-game-data .is-teams-and-results{grid-template-columns:repeat(3,1fr)}}.gamecenter-game-data .is-title-container{margin-bottom:30px}.gamecenter-game-data .is-title{color:var(--vbr-widget-gamecenter-title-color);font-size:var(--vbr-widget-gamecenter-title-size);font-weight:var(--vbr-widget-gamecenter-title-weight);text-transform:uppercase}.gamecenter-game-data .is-gamedate{color:var(--vbr-widget-gamecenter-gamedate-color);font-size:var(--vbr-widget-gamecenter-gamedate-size);text-transform:uppercase}.gamecenter-game-data .is-local-gamedate{color:var(--vbr-widget-gamecenter-local-gamedate-color);font-size:var(--vbr-widget-gamecenter-local-gamedate-size);text-transform:uppercase}.gamecenter-game-data .is-game-result{color:var(--vbr-widget-gamecenter-result-color);font-weight:var(--vbr-widget-gamecenter-result-weight);font-size:var(--vbr-widget-gamecenter-result-size);line-height:var(--vbr-widget-gamecenter-result-size)}.gamecenter-game-data .is-team-name{display:block;padding:8px 0;color:var(--vbr-widget-gamecenter-teamname-color);font-weight:var(--vbr-widget-gamecenter-teamname-weight);font-size:var(--vbr-widget-gamecenter-teamname-size)}.gamecenter-game-data .is-game-status{color:var(--vbr-widget-gamecenter-gamestatus-color);font-size:var(--vbr-widget-gamecenter-gamestatus-size);text-transform:uppercase}.gamecenter-game-data .is-period-results{color:var(--vbr-widget-gamecenter-periodresults-color);font-size:var(--vbr-widget-gamecenter-periodresults-size);font-weight:500}.gamecenter-game-data .is-team-logo{margin:auto;display:block;width:128px;height:128px}.gamecenter-game-data .is-game-status-live{color:var(--vbr-widget-live-game-color)}.gamecenter-game-data .is-live-vistors{padding-block:8px;font-size:var(--vbr-widget-gamecenter-local-gamedate-size);color:var(--vbr-widget-gamecenter-local-gamedate-color)}.gamecenter-game-data .is-external-contents{padding:5px;display:flex;align-items:center;justify-content:center}.gamecenter-game-data .is-external-contents a{display:flex;align-items:center;font-size:var(--vbr-widget-gamecenter-local-gamedate-size)}.gamecenter-game-data .is-external-contents a:after{content:"/";margin:0 5px}.gamecenter-game-data .is-external-contents a:last-of-type:after{content:""}.gamecenter-game-data .is-external-contents .is-icon{margin-right:5px;display:inline-block;width:15px;height:15px}.gamecenter-game-stats{margin-bottom:20px}.gamecenter-game-stats [data-placement]{z-index:1000}.gamecenter-game-stats .is-popover-content{display:flex;flex-direction:column;gap:20px;padding:16px;background-color:var(--vbr-widget-primary-color-50)}.gamecenter-game-stats-container-wrapper{--columns: 1fr;display:grid;grid-template-columns:var(--columns);gap:20px;justify-items:center;padding:20px;background-color:var(--vbr-widget-gamecenter-stats-bg-color);border:1px solid var(--vbr-widget-gamecenter-stats-border-color)}@media all and (min-width: 768px){.gamecenter-game-stats-container-wrapper{--columns: repeat(2, 1fr)}}@media all and (min-width: 992px){.gamecenter-game-stats-container-wrapper{--columns: repeat(3, 1fr)}}.gamecenter-game-stats-container{text-align:center}.gamecenter-game-stats-container dt{font-size:var(--vbr-widget-gamecenter-stats-title-size);color:var(--vbr-widget-gamecenter-stats-title-color);text-transform:uppercase}.gamecenter-game-stats-container dt button{width:var(--vbr-widget-gamecenter-stats-title-size)}.gamecenter-game-stats-container dd{font-size:var(--vbr-widget-gamecenter-stats-size);color:var(--vbr-widget-gamecenter-stats-color)}.gamecenter-game-events{container-name:rows;container-type:inline-size;margin-bottom:20px;border:1px solid var(--vbr-widget-gamecenter-stats-border-color)}.gamecenter-game-events .is-period-header{padding:10px 20px;font-size:var(--vbr-widget-gamecenter-period-header-size);font-weight:var(--vbr-widget-gamecenter-period-header-weight);text-align:center;text-transform:uppercase;color:var(--vbr-widget-gamecenter-period-header-color);background-color:var(--vbr-widget-gamecenter-period-header-bg-color)}.gamecenter-game-events .is-no-action{padding:10px;text-align:center}.gamecenter-game-event{--cols: 1fr 1fr 1fr 1fr 1fr 1fr 6fr;display:grid;grid-template-columns:var(--cols);align-items:center}@container rows (max-width: 500px){.gamecenter-game-event{--cols: 1fr 1fr 1fr 1fr 1fr 1fr}.gamecenter-game-event>*:last-of-type{grid-column:2/7}}.gamecenter-game-event:nth-child(odd){background-color:var(--vbr-widget-table-stripped-bg-color)}.gamecenter-game-event>*{padding:10px}.gamecenter-game-event .is-team-logo-cell span{display:inline-block}.gamecenter-game-event .is-team-logo-cell img{display:block;width:40px;height:40px}.gamecenter-game-event .is-icon-cell svg{width:25px;height:25px}.gamecenter-game-event .is-penalty-icon{color:var(--vbr-widget-primary-color-300)}.gamecenter-game-event .is-goal-so-icon{color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-goal-icon{color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-timer-icon,.gamecenter-game-event .is-goalie-in-icon{color:var(--vbr-widget-secondary-color-500)}.gamecenter-game-event .is-goalie-out-icon{color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-time-cell{font-weight:700}.gamecenter-game-event .is-penalty-cell{font-size:var(--vbr-widget-gamecenter-events-penalty-size);text-align:center}.gamecenter-game-event .is-score{font-size:var(--vbr-widget-gamecenter-events-score-size);font-weight:700;text-align:center;color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-score-so{font-size:var(--vbr-widget-gamecenter-events-score-size);font-weight:700;text-align:center;color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-score-so-goal{color:var(--vbr-widget-live-game-color)}.gamecenter-game-event .is-goalie-direction{font-size:var(--vbr-widget-gamecenter-events-goalie-direction-size);text-align:center;color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-evented-person{font-size:var(--vbr-widget-gamecenter-events-evented-person-size);font-weight:var(--vbr-widget-gamecenter-events-evented-person-weight)}.gamecenter-game-event .is-assists-list{font-size:var(--vbr-widget-gamecenter-events-assitst-list-size);color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-assists-list span:after{content:" / "}.gamecenter-game-event .is-assists-list span:last-child:after{content:""}.gamecenter-game-event .is-poi-data{font-size:var(--vbr-widget-gamecenter-events-poi-list-size);color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-poi-data ul{display:inline-flex}.gamecenter-game-event .is-poi-data ul li:after{content:",";margin-right:2px}.gamecenter-game-event .is-poi-data ul li:last-child:after{content:""}.gamecenter-game-event .is-player-number{font-weight:400;font-style:italic;color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-light-cell{color:var(--vbr-widget-primary-color-400)}.gamecenter-data-table{border:1px solid var(--vbr-widget-gamecenter-team-container-border-color);min-width:0}.gamecenter-data-table h2{padding:8px;font-size:var(--vbr-widget-gamecenter-team-container-title-size);font-weight:500;color:var(--vbr-widget-gamecenter-team-container-title-color);background-color:var(--vbr-widget-gamecenter-team-container-title-bg-color)}.gamecenter-data-columns{--columns: 1fr;display:grid;grid-template-columns:var(--columns);gap:20px;margin-bottom:20px}@media all and (min-width: 576px){.gamecenter-data-columns{--columns: repeat(2, 1fr)}}.gamecenter-data-column{display:grid;gap:20px;margin-bottom:20px}', Kc = '.table{border-collapse:collapse;border-spacing:0;color:var(--vbr-widget-table-color);background-color:var(--vbr-widget-table-default-bg-color)}.table table,.table caption,.table tbody,.table tfoot,.table thead,.table tr,.table th,.table td{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.table :is(th,td){padding:8px;white-space:nowrap;vertical-align:middle;text-align:center}.table :is(th,td).is-text-left{text-align:left}.table :is(th,td).is-text-right{text-align:right}.table th{width:var(--vbr-widget-table-default-column-width);background:var(--vbr-widget-table-header-bg-color);font-size:var(--vbr-widget-table-header-font-size);font-weight:700;color:var(--vbr-widget-table-header-color)}.table th:focus-visible,.table th:hover{background-color:var(--vbr-widget-table-header-hover-bg-color);outline:none}.table th.is-sortable{position:relative;cursor:pointer}.table th.is-sortable .icon-sort{opacity:.5}.table th.is-active{background-color:var(--vbr-widget-table-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)}', Vc = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", Uc = ".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)}}", qc = '.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)}', Wc = { class: "gamecenter" }, Yc = {
3996
4026
  __name: "Game.ce",
3997
4027
  props: {
3998
4028
  locale: {
@@ -4009,7 +4039,7 @@ const Nc = { render: jc }, Ec = { class: "gamecenter-game-stats" }, Oc = { class
4009
4039
  }
4010
4040
  },
4011
4041
  setup(e) {
4012
- const t = e, a = { en: wa, hu: ka }, i = gt("history"), { errors: n, add: o, remove: l } = $a(), d = f(() => i.gameId || i.gameid || i["game-id"] || t.gameId), { state: g, execute: v } = ie({
4042
+ const t = e, a = { en: ka, hu: xa }, i = ut("history"), { errors: n, add: o, remove: l } = $a(), d = f(() => i.gameId || i.gameid || i["game-id"] || t.gameId), { state: g, execute: v } = ie({
4013
4043
  options: {
4014
4044
  path: "/v2/game-data",
4015
4045
  apiKey: t.apiKey,
@@ -4023,10 +4053,10 @@ const Nc = { render: jc }, Ec = { class: "gamecenter-game-stats" }, Oc = { class
4023
4053
  apiKey: t.apiKey,
4024
4054
  params: { gameId: d.value }
4025
4055
  },
4026
- transform: (C) => le(yt(ce("eventPeriod")), Fe, se(kt("Period", "type")))(C?.isEmpty ? [] : C),
4056
+ transform: (C) => le(kt(ce("eventPeriod")), Ve, se(Tt("Period", "type")))(C?.isEmpty ? [] : C),
4027
4057
  onError: (C) => o("gameEvents", C),
4028
4058
  onSuccess: () => l("gameEvents")
4029
- }), { state: w, execute: z } = ie({
4059
+ }), { state: y, execute: z } = ie({
4030
4060
  options: {
4031
4061
  path: "/v2/game-stats",
4032
4062
  apiKey: t.apiKey,
@@ -4043,60 +4073,60 @@ const Nc = { render: jc }, Ec = { class: "gamecenter-game-stats" }, Oc = { class
4043
4073
  onError: (C) => o("gameOfficials", C),
4044
4074
  onSuccess: () => l("gameOfficials")
4045
4075
  });
4046
- Pa({
4076
+ gn({
4047
4077
  data: g,
4048
4078
  services: { getGameData: v, getGameStats: z, getEvents: S, getGameOfficials: L }
4049
4079
  });
4050
- const j = Xt(t.apiKey), B = f(() => ea(`/v2/game-attendance?gameid=${d.value}&apiKey=${j}`));
4051
- return (C, Y) => (c(), u("div", Fc, [
4052
- b(r(Qt), {
4080
+ const j = ta(t.apiKey), B = f(() => et(`/v2/game-attendance?gameid=${d.value}&apiKey=${j}`));
4081
+ return (C, W) => (c(), u("div", Wc, [
4082
+ b(r(Zt), {
4053
4083
  locale: t.locale,
4054
4084
  messages: a
4055
4085
  }, {
4056
4086
  default: T(() => [
4057
- (c(!0), u(k, null, N(r(n), ($) => (c(), x(r(Jt), {
4087
+ (c(!0), u(k, null, N(r(n), ($) => (c(), x(r(Xt), {
4058
4088
  key: $.key,
4059
4089
  error: $
4060
4090
  }, null, 8, ["error"]))), 128)),
4061
- r(O)(r(g)) ? h("", !0) : (c(), x(Sl, {
4091
+ r(O)(r(g)) ? h("", !0) : (c(), x(jl, {
4062
4092
  key: 0,
4063
4093
  "game-data": r(g),
4064
4094
  locale: t.locale,
4065
4095
  "websocket-url": B.value
4066
4096
  }, null, 8, ["game-data", "locale", "websocket-url"])),
4067
- r(Jr)(r(g)) ? (c(), x(zc, {
4097
+ r(Xr)(r(g)) ? (c(), x(Nc, {
4068
4098
  key: 1,
4069
4099
  "game-data": r(g),
4070
4100
  "game-officials": r(P)
4071
4101
  }, null, 8, ["game-data", "game-officials"])) : h("", !0),
4072
4102
  r(g)?.gameStatus > 0 ? (c(), u(k, { key: 2 }, [
4073
- r(O)(r(w)) ? h("", !0) : (c(), x(Mc, {
4103
+ r(O)(r(y)) ? h("", !0) : (c(), x(Bc, {
4074
4104
  key: 0,
4075
4105
  "game-data": r(g),
4076
- "game-stats": r(w)
4106
+ "game-stats": r(y)
4077
4107
  }, null, 8, ["game-data", "game-stats"])),
4078
- !r(O)(r(p)) && !r(O)(r(g)) ? (c(), x(hc, {
4108
+ !r(O)(r(p)) && !r(O)(r(g)) ? (c(), x(Tc, {
4079
4109
  key: 1,
4080
4110
  "game-events": r(p),
4081
4111
  "game-data": r(g)
4082
4112
  }, null, 8, ["game-events", "game-data"])) : h("", !0),
4083
- r(O)(r(w)) ? h("", !0) : (c(), x(Pc, {
4113
+ r(O)(r(y)) ? h("", !0) : (c(), x(Oc, {
4084
4114
  key: 2,
4085
- data: r(w).players,
4115
+ data: r(y).players,
4086
4116
  "home-team-id": r(g).homeTeam.id,
4087
4117
  "home-team-name": r(g).homeTeam.longName,
4088
4118
  "away-team-id": r(g).awayTeam.id,
4089
4119
  "away-team-name": r(g).awayTeam.longName
4090
4120
  }, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])),
4091
- r(O)(r(w)) ? h("", !0) : (c(), x(wc, {
4121
+ r(O)(r(y)) ? h("", !0) : (c(), x(zc, {
4092
4122
  key: 3,
4093
- data: r(w).goalies,
4123
+ data: r(y).goalies,
4094
4124
  "home-team-id": r(g).homeTeam.id,
4095
4125
  "home-team-name": r(g).homeTeam.longName,
4096
4126
  "away-team-id": r(g).awayTeam.id,
4097
4127
  "away-team-name": r(g).awayTeam.longName
4098
4128
  }, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])),
4099
- !r(O)(r(P)) && !r(O)(r(g)) ? (c(), x(Cc, {
4129
+ !r(O)(r(P)) && !r(O)(r(g)) ? (c(), x(Rc, {
4100
4130
  key: 4,
4101
4131
  "game-officials": r(P),
4102
4132
  "home-team-name": r(g).homeTeam.longName,
@@ -4108,18 +4138,18 @@ const Nc = { render: jc }, Ec = { class: "gamecenter-game-stats" }, Oc = { class
4108
4138
  }, 8, ["locale"])
4109
4139
  ]));
4110
4140
  }
4111
- }, Uc = /* @__PURE__ */ Ma(Kc, [["styles", [Aa, Dc, Gc, Bc, Hc, Rc]]]), Vc = Yt(Uc), qc = Yt(tl);
4112
- function Wc() {
4113
- customElements.define("mjsz-vbr-game", Vc), customElements.define("mjsz-vbr-game-timeline", qc);
4141
+ }, Qc = /* @__PURE__ */ Ma(Yc, [["styles", [Aa, Fc, Kc, Vc, Uc, qc]]]), Jc = Jt(Qc), Zc = Jt(ol);
4142
+ function Xc() {
4143
+ customElements.define("mjsz-vbr-game", Jc), customElements.define("mjsz-vbr-game-timeline", Zc);
4114
4144
  }
4115
- const td = {
4116
- install: () => Wc()
4145
+ const od = {
4146
+ install: () => Xc()
4117
4147
  };
4118
4148
  export {
4119
- Uc as Game,
4120
- Vc as GameCE,
4121
- tl as GameTimeline,
4122
- qc as GameTimelineCE,
4123
- td as default,
4124
- Wc as register
4149
+ Qc as Game,
4150
+ Jc as GameCE,
4151
+ ol as GameTimeline,
4152
+ Zc as GameTimelineCE,
4153
+ od as default,
4154
+ Xc as register
4125
4155
  };