@mjsz-vbr-elements/gamecenter 2.21.1 → 2.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,22 +1,29 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/gamecenter
3
- * version: v2.21.1 - 12/03/2025, 07:49:09
3
+ * version: v2.22.0 - 12/03/2025, 15:38:01
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 { ref as G, isRef as pr, watch as Oe, getCurrentScope as fr, onScopeDispose as hr, readonly as Ot, toValue as ie, reactive as mt, computed as w, unref as n, openBlock as g, createElementBlock as v, createElementVNode as s, normalizeStyle as xe, toDisplayString as m, Fragment as k, renderList as E, setBlockTracking as C, createTextVNode as x, createVNode as f, createCommentVNode as y, createBlock as T, normalizeClass as R, renderSlot as Y, withCtx as z, mergeProps as ne, toHandlers as oe, resolveDynamicComponent as It, TransitionGroup as yr, withModifiers as wr, defineCustomElement as At } from "vue";
9
- import { Image as W, FloatingPanel as Q, ResponsiveTable as xr, DataTable as kr, I18NProvider as _t, ErrorNotice as Mt } from "@mjsz-vbr-elements/core/components";
10
- import { useVisibilityChange as Tr, useI18n as D, useColumns as se, useSort as zr, useServices as Z } from "@mjsz-vbr-elements/core/composables";
11
- import { convertSecToMin as F, rawConvert as Qe, convertTimesSecToMin as Dt, convertMinToSec as Sr, format as ke, offsetName as Te, playerName as Je, upperCase as Pr, convert as $r } from "@mjsz-vbr-elements/core/utils";
12
- import { SORT_STATE_ASCEND as ye, SORT_STATE_DESCEND as V, playerName as Ze, convertMinToSec as jr } from "@mjsz-vbr-elements/core";
8
+ import { shallowRef as Qe, isRef as fr, watch as Oe, getCurrentScope as hr, onScopeDispose as yr, readonly as Je, toValue as ie, toRef as wr, customRef as xr, ref as U, reactive as vt, computed as w, unref as n, openBlock as g, createElementBlock as v, createElementVNode as l, normalizeStyle as xe, toDisplayString as m, Fragment as k, renderList as E, setBlockTracking as C, createTextVNode as x, createVNode as f, createCommentVNode as y, createBlock as T, normalizeClass as R, renderSlot as Y, withCtx as z, mergeProps as ne, toHandlers as oe, resolveDynamicComponent as At, TransitionGroup as kr, withModifiers as Tr, defineCustomElement as _t } from "vue";
9
+ import { Image as W, FloatingPanel as Q, ResponsiveTable as zr, DataTable as Sr, I18NProvider as Mt, ErrorNotice as Dt } from "@mjsz-vbr-elements/core/components";
10
+ import { useVisibilityChange as Pr, useI18n as D, useColumns as se, useSort as $r, useServices as Z } from "@mjsz-vbr-elements/core/composables";
11
+ import { convertSecToMin as H, rawConvert as Ze, convertTimesSecToMin as Lt, convertMinToSec as jr, format as ke, offsetName as Te, playerName as Xe, upperCase as Er, convert as Nr } from "@mjsz-vbr-elements/core/utils";
12
+ import { SORT_STATE_ASCEND as ye, SORT_STATE_DESCEND as V, playerName as et, convertMinToSec as Or } from "@mjsz-vbr-elements/core";
13
13
  function me(e) {
14
- return fr() ? (hr(e), !0) : !1;
14
+ return hr() ? (yr(e), !0) : !1;
15
15
  }
16
16
  const ue = typeof window < "u" && typeof document < "u";
17
17
  typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
18
- const Er = Object.prototype.toString, Nr = (e) => Er.call(e) === "[object Object]";
19
- function Or(e, t) {
18
+ const Ir = Object.prototype.toString, Ar = (e) => Ir.call(e) === "[object Object]", _r = () => {
19
+ };
20
+ function Mr(...e) {
21
+ if (e.length !== 1)
22
+ return wr(...e);
23
+ const t = e[0];
24
+ return typeof t == "function" ? Je(xr(() => ({ get: t, set: _r }))) : U(t);
25
+ }
26
+ function Dr(e, t) {
20
27
  function r(...a) {
21
28
  return new Promise((i, o) => {
22
29
  Promise.resolve(e(() => t.apply(this, a), { fn: t, thisArg: this, args: a })).then(i).catch(o);
@@ -24,103 +31,107 @@ function Or(e, t) {
24
31
  }
25
32
  return r;
26
33
  }
27
- const Lt = (e) => e();
28
- function Ir(e = Lt) {
29
- const t = G(!0);
30
- function r() {
31
- t.value = !1;
34
+ const Ct = (e) => e();
35
+ function Lr(e = Ct, t = {}) {
36
+ const {
37
+ initialState: r = "active"
38
+ } = t, a = Mr(r === "active");
39
+ function i() {
40
+ a.value = !1;
32
41
  }
33
- function a() {
34
- t.value = !0;
42
+ function o() {
43
+ a.value = !0;
35
44
  }
36
- const i = (...o) => {
37
- t.value && e(...o);
45
+ const s = (...d) => {
46
+ a.value && e(...d);
38
47
  };
39
- return { isActive: Ot(t), pause: r, resume: a, eventFilter: i };
48
+ return { isActive: Je(a), pause: i, resume: o, eventFilter: s };
40
49
  }
41
50
  function Ge(e) {
42
51
  return Array.isArray(e) ? e : [e];
43
52
  }
44
- function Ar(e, t, r = {}) {
53
+ function Cr(e, t, r = {}) {
45
54
  const {
46
- eventFilter: a = Lt,
55
+ eventFilter: a = Ct,
47
56
  ...i
48
57
  } = r;
49
58
  return Oe(
50
59
  e,
51
- Or(
60
+ Dr(
52
61
  a,
53
62
  t
54
63
  ),
55
64
  i
56
65
  );
57
66
  }
58
- function _r(e, t, r = {}) {
67
+ function Gr(e, t, r = {}) {
59
68
  const {
60
69
  eventFilter: a,
61
- ...i
62
- } = r, { eventFilter: o, pause: l, resume: d, isActive: c } = Ir(a);
63
- return { stop: Ar(
70
+ initialState: i = "active",
71
+ ...o
72
+ } = r, { eventFilter: s, pause: d, resume: c, isActive: u } = Lr(a, { initialState: i });
73
+ return { stop: Cr(
64
74
  e,
65
75
  t,
66
76
  {
67
- ...i,
68
- eventFilter: o
77
+ ...o,
78
+ eventFilter: s
69
79
  }
70
- ), pause: l, resume: d, isActive: c };
80
+ ), pause: d, resume: c, isActive: u };
71
81
  }
72
- function ut(e, t = 1e3, r = {}) {
82
+ function bt(e, t = 1e3, r = {}) {
73
83
  const {
74
84
  immediate: a = !0,
75
85
  immediateCallback: i = !1
76
86
  } = r;
77
87
  let o = null;
78
- const l = G(!1);
88
+ const s = Qe(!1);
79
89
  function d() {
80
90
  o && (clearInterval(o), o = null);
81
91
  }
82
92
  function c() {
83
- l.value = !1, d();
93
+ s.value = !1, d();
84
94
  }
85
95
  function u() {
86
96
  const b = ie(t);
87
- b <= 0 || (l.value = !0, i && e(), d(), l.value && (o = setInterval(e, b)));
97
+ b <= 0 || (s.value = !0, i && e(), d(), s.value && (o = setInterval(e, b)));
88
98
  }
89
- if (a && ue && u(), pr(t) || typeof t == "function") {
99
+ if (a && ue && u(), fr(t) || typeof t == "function") {
90
100
  const b = Oe(t, () => {
91
- l.value && ue && u();
101
+ s.value && ue && u();
92
102
  });
93
103
  me(b);
94
104
  }
95
105
  return me(c), {
96
- isActive: l,
106
+ isActive: s,
97
107
  pause: c,
98
108
  resume: u
99
109
  };
100
110
  }
101
- function Mr(e, t, r = {}) {
111
+ function Br(e, t, r = {}) {
102
112
  const {
103
- immediate: a = !0
104
- } = r, i = G(!1);
105
- let o = null;
106
- function l() {
107
- o && (clearTimeout(o), o = null);
108
- }
113
+ immediate: a = !0,
114
+ immediateCallback: i = !1
115
+ } = r, o = Qe(!1);
116
+ let s = null;
109
117
  function d() {
110
- i.value = !1, l();
118
+ s && (clearTimeout(s), s = null);
119
+ }
120
+ function c() {
121
+ o.value = !1, d();
111
122
  }
112
- function c(...u) {
113
- l(), i.value = !0, o = setTimeout(() => {
114
- i.value = !1, o = null, e(...u);
123
+ function u(...b) {
124
+ i && e(), d(), o.value = !0, s = setTimeout(() => {
125
+ o.value = !1, s = null, e(...b);
115
126
  }, ie(t));
116
127
  }
117
- return a && (i.value = !0, ue && c()), me(d), {
118
- isPending: Ot(i),
119
- start: c,
120
- stop: d
128
+ return a && (o.value = !0, ue && u()), me(c), {
129
+ isPending: Je(o),
130
+ start: u,
131
+ stop: c
121
132
  };
122
133
  }
123
- function Dr(e, t, r) {
134
+ function Hr(e, t, r) {
124
135
  return Oe(
125
136
  e,
126
137
  t,
@@ -130,23 +141,23 @@ function Dr(e, t, r) {
130
141
  }
131
142
  );
132
143
  }
133
- const Ct = ue ? window : void 0;
134
- function Lr(e) {
144
+ const Gt = ue ? window : void 0;
145
+ function Rr(e) {
135
146
  var t;
136
147
  const r = ie(e);
137
148
  return (t = r == null ? void 0 : r.$el) != null ? t : r;
138
149
  }
139
- function vt(...e) {
150
+ function pt(...e) {
140
151
  const t = [], r = () => {
141
152
  t.forEach((d) => d()), t.length = 0;
142
153
  }, a = (d, c, u, b) => (d.addEventListener(c, u, b), () => d.removeEventListener(c, u, b)), i = w(() => {
143
154
  const d = Ge(ie(e[0])).filter((c) => c != null);
144
155
  return d.every((c) => typeof c != "string") ? d : void 0;
145
- }), o = Dr(
156
+ }), o = Hr(
146
157
  () => {
147
158
  var d, c;
148
159
  return [
149
- (c = (d = i.value) == null ? void 0 : d.map((u) => Lr(u))) != null ? c : [Ct].filter((u) => u != null),
160
+ (c = (d = i.value) == null ? void 0 : d.map((u) => Rr(u))) != null ? c : [Gt].filter((u) => u != null),
150
161
  Ge(ie(i.value ? e[1] : e[0])),
151
162
  Ge(n(i.value ? e[2] : e[1])),
152
163
  // @ts-expect-error - TypeScript gets the correct types, but somehow still complains
@@ -156,7 +167,7 @@ function vt(...e) {
156
167
  ([d, c, u, b]) => {
157
168
  if (r(), !(d != null && d.length) || !(c != null && c.length) || !(u != null && u.length))
158
169
  return;
159
- const p = Nr(b) ? { ...b } : b;
170
+ const p = Ar(b) ? { ...b } : b;
160
171
  t.push(
161
172
  ...d.flatMap(
162
173
  (h) => c.flatMap(
@@ -166,42 +177,43 @@ function vt(...e) {
166
177
  );
167
178
  },
168
179
  { flush: "post" }
169
- ), l = () => {
180
+ ), s = () => {
170
181
  o(), r();
171
182
  };
172
- return me(r), l;
183
+ return me(r), s;
173
184
  }
174
- function Cr(e, t, r = {}) {
185
+ function Fr(e, t, r = {}) {
175
186
  const {
176
- immediate: a = !0
177
- } = r, { start: i } = Mr(l, t, { immediate: !1 }), o = G(!1);
178
- async function l() {
179
- o.value && (await e(), i());
180
- }
181
- function d() {
182
- o.value || (o.value = !0, l());
187
+ immediate: a = !0,
188
+ immediateCallback: i = !1
189
+ } = r, { start: o } = Br(d, t, { immediate: a }), s = Qe(!1);
190
+ async function d() {
191
+ s.value && (await e(), o());
183
192
  }
184
193
  function c() {
185
- o.value = !1;
194
+ s.value || (s.value = !0, i && e(), o());
186
195
  }
187
- return a && ue && d(), me(c), {
188
- isActive: o,
189
- pause: c,
190
- resume: d
196
+ function u() {
197
+ s.value = !1;
198
+ }
199
+ return a && ue && c(), me(u), {
200
+ isActive: s,
201
+ pause: u,
202
+ resume: c
191
203
  };
192
204
  }
193
- function Xe(e = "history", t = {}) {
205
+ function tt(e = "history", t = {}) {
194
206
  const {
195
207
  initialValue: r = {},
196
208
  removeNullishValues: a = !0,
197
209
  removeFalsyValues: i = !1,
198
210
  write: o = !0,
199
- writeMode: l = "replace",
200
- window: d = Ct
211
+ writeMode: s = "replace",
212
+ window: d = Gt
201
213
  } = t;
202
214
  if (!d)
203
- return mt(r);
204
- const c = mt({});
215
+ return vt(r);
216
+ const c = vt({});
205
217
  function u() {
206
218
  if (e === "history")
207
219
  return d.location.search || "";
@@ -217,8 +229,8 @@ function Xe(e = "history", t = {}) {
217
229
  return `${O ? `?${O}` : ""}${d.location.hash || ""}`;
218
230
  if (e === "hash-params")
219
231
  return `${d.location.search || ""}${O ? `#${O}` : ""}`;
220
- const L = d.location.hash || "#", H = L.indexOf("?");
221
- return H > 0 ? `${d.location.search || ""}${L.slice(0, H)}${O ? `?${O}` : ""}` : `${d.location.search || ""}${L}${O ? `?${O}` : ""}`;
232
+ const L = d.location.hash || "#", B = L.indexOf("?");
233
+ return B > 0 ? `${d.location.search || ""}${L.slice(0, B)}${O ? `?${O}` : ""}` : `${d.location.search || ""}${L}${O ? `?${O}` : ""}`;
222
234
  }
223
235
  function p() {
224
236
  return new URLSearchParams(u());
@@ -226,24 +238,24 @@ function Xe(e = "history", t = {}) {
226
238
  function h(j) {
227
239
  const O = new Set(Object.keys(c));
228
240
  for (const L of j.keys()) {
229
- const H = j.getAll(L);
230
- c[L] = H.length > 1 ? H : j.get(L) || "", O.delete(L);
241
+ const B = j.getAll(L);
242
+ c[L] = B.length > 1 ? B : j.get(L) || "", O.delete(L);
231
243
  }
232
244
  Array.from(O).forEach((L) => delete c[L]);
233
245
  }
234
- const { pause: S, resume: $ } = _r(
246
+ const { pause: S, resume: $ } = Gr(
235
247
  c,
236
248
  () => {
237
249
  const j = new URLSearchParams("");
238
250
  Object.keys(c).forEach((O) => {
239
251
  const L = c[O];
240
- Array.isArray(L) ? L.forEach((H) => j.append(O, H)) : a && L == null || i && !L ? j.delete(O) : j.set(O, L);
252
+ Array.isArray(L) ? L.forEach((B) => j.append(O, B)) : a && L == null || i && !L ? j.delete(O) : j.set(O, L);
241
253
  }), N(j, !1);
242
254
  },
243
255
  { deep: !0 }
244
256
  );
245
257
  function N(j, O) {
246
- S(), O && h(j), l === "replace" ? d.history.replaceState(
258
+ S(), O && h(j), s === "replace" ? d.history.replaceState(
247
259
  d.history.state,
248
260
  d.document.title,
249
261
  d.location.pathname + b(j)
@@ -256,8 +268,8 @@ function Xe(e = "history", t = {}) {
256
268
  function P() {
257
269
  o && N(p(), !0);
258
270
  }
259
- const K = { passive: !0 };
260
- vt(d, "popstate", P, K), e !== "history" && vt(d, "hashchange", P, K);
271
+ const F = { passive: !0 };
272
+ pt(d, "popstate", P, F), e !== "history" && pt(d, "hashchange", P, F);
261
273
  const ae = p();
262
274
  return ae.keys().next().value ? h(ae) : Object.assign(c, r), c;
263
275
  }
@@ -310,44 +322,44 @@ function Ie(e, t) {
310
322
  return t.apply(this, arguments);
311
323
  };
312
324
  case 5:
313
- return function(r, a, i, o, l) {
325
+ return function(r, a, i, o, s) {
314
326
  return t.apply(this, arguments);
315
327
  };
316
328
  case 6:
317
- return function(r, a, i, o, l, d) {
329
+ return function(r, a, i, o, s, d) {
318
330
  return t.apply(this, arguments);
319
331
  };
320
332
  case 7:
321
- return function(r, a, i, o, l, d, c) {
333
+ return function(r, a, i, o, s, d, c) {
322
334
  return t.apply(this, arguments);
323
335
  };
324
336
  case 8:
325
- return function(r, a, i, o, l, d, c, u) {
337
+ return function(r, a, i, o, s, d, c, u) {
326
338
  return t.apply(this, arguments);
327
339
  };
328
340
  case 9:
329
- return function(r, a, i, o, l, d, c, u, b) {
341
+ return function(r, a, i, o, s, d, c, u, b) {
330
342
  return t.apply(this, arguments);
331
343
  };
332
344
  case 10:
333
- return function(r, a, i, o, l, d, c, u, b, p) {
345
+ return function(r, a, i, o, s, d, c, u, b, p) {
334
346
  return t.apply(this, arguments);
335
347
  };
336
348
  default:
337
349
  throw new Error("First argument to _arity must be a non-negative integer no greater than ten");
338
350
  }
339
351
  }
340
- function et(e, t, r) {
352
+ function rt(e, t, r) {
341
353
  return function() {
342
- for (var a = [], i = 0, o = e, l = 0, d = !1; l < t.length || i < arguments.length; ) {
354
+ for (var a = [], i = 0, o = e, s = 0, d = !1; s < t.length || i < arguments.length; ) {
343
355
  var c;
344
- l < t.length && (!I(t[l]) || i >= arguments.length) ? c = t[l] : (c = arguments[i], i += 1), a[l] = c, I(c) ? d = !0 : o -= 1, l += 1;
356
+ s < t.length && (!I(t[s]) || i >= arguments.length) ? c = t[s] : (c = arguments[i], i += 1), a[s] = c, I(c) ? d = !0 : o -= 1, s += 1;
345
357
  }
346
- return !d && o <= 0 ? r.apply(this, a) : Ie(Math.max(0, o), et(e, a, r));
358
+ return !d && o <= 0 ? r.apply(this, a) : Ie(Math.max(0, o), rt(e, a, r));
347
359
  };
348
360
  }
349
- var tt = /* @__PURE__ */ _(function(t, r) {
350
- return t === 1 ? M(r) : Ie(t, et(t, [], r));
361
+ var at = /* @__PURE__ */ _(function(t, r) {
362
+ return t === 1 ? M(r) : Ie(t, rt(t, [], r));
351
363
  });
352
364
  function ce(e) {
353
365
  return function t(r, a, i) {
@@ -355,24 +367,24 @@ function ce(e) {
355
367
  case 0:
356
368
  return t;
357
369
  case 1:
358
- return I(r) ? t : _(function(o, l) {
359
- return e(r, o, l);
370
+ return I(r) ? t : _(function(o, s) {
371
+ return e(r, o, s);
360
372
  });
361
373
  case 2:
362
- return I(r) && I(a) ? t : I(r) ? _(function(o, l) {
363
- return e(o, a, l);
364
- }) : I(a) ? _(function(o, l) {
365
- return e(r, o, l);
374
+ return I(r) && I(a) ? t : I(r) ? _(function(o, s) {
375
+ return e(o, a, s);
376
+ }) : I(a) ? _(function(o, s) {
377
+ return e(r, o, s);
366
378
  }) : M(function(o) {
367
379
  return e(r, a, o);
368
380
  });
369
381
  default:
370
- return I(r) && I(a) && I(i) ? t : I(r) && I(a) ? _(function(o, l) {
371
- return e(o, l, i);
372
- }) : I(r) && I(i) ? _(function(o, l) {
373
- return e(o, a, l);
374
- }) : I(a) && I(i) ? _(function(o, l) {
375
- return e(r, o, l);
382
+ return I(r) && I(a) && I(i) ? t : I(r) && I(a) ? _(function(o, s) {
383
+ return e(o, s, i);
384
+ }) : I(r) && I(i) ? _(function(o, s) {
385
+ return e(o, a, s);
386
+ }) : I(a) && I(i) ? _(function(o, s) {
387
+ return e(r, o, s);
376
388
  }) : I(r) ? M(function(o) {
377
389
  return e(o, a, i);
378
390
  }) : I(a) ? M(function(o) {
@@ -386,10 +398,10 @@ function ce(e) {
386
398
  const Ae = Array.isArray || function(t) {
387
399
  return t != null && t.length >= 0 && Object.prototype.toString.call(t) === "[object Array]";
388
400
  };
389
- function Gr(e) {
401
+ function Kr(e) {
390
402
  return e != null && typeof e["@@transducer/step"] == "function";
391
403
  }
392
- function rt(e, t, r) {
404
+ function it(e, t, r) {
393
405
  return function() {
394
406
  if (arguments.length === 0)
395
407
  return r();
@@ -400,7 +412,7 @@ function rt(e, t, r) {
400
412
  return a[e[i]].apply(a, Array.prototype.slice.call(arguments, 0, -1));
401
413
  i += 1;
402
414
  }
403
- if (Gr(a)) {
415
+ if (Kr(a)) {
404
416
  var o = t.apply(null, Array.prototype.slice.call(arguments, 0, -1));
405
417
  return o(a);
406
418
  }
@@ -408,7 +420,7 @@ function rt(e, t, r) {
408
420
  return r.apply(this, arguments);
409
421
  };
410
422
  }
411
- function Br(e) {
423
+ function Ur(e) {
412
424
  return e && e["@@transducer/reduced"] ? e : {
413
425
  "@@transducer/value": e,
414
426
  "@@transducer/reduced": !0
@@ -422,12 +434,12 @@ const ve = {
422
434
  return this.xf["@@transducer/result"](e);
423
435
  }
424
436
  };
425
- function bt(e) {
437
+ function ft(e) {
426
438
  for (var t = [], r; !(r = e.next()).done; )
427
439
  t.push(r.value);
428
440
  return t;
429
441
  }
430
- function pt(e, t, r) {
442
+ function ht(e, t, r) {
431
443
  for (var a = 0, i = r.length; a < i; ) {
432
444
  if (e(t, r[a]))
433
445
  return !0;
@@ -435,63 +447,63 @@ function pt(e, t, r) {
435
447
  }
436
448
  return !1;
437
449
  }
438
- function Hr(e) {
450
+ function Vr(e) {
439
451
  var t = String(e).match(/^function (\w*)/);
440
452
  return t == null ? "" : t[1];
441
453
  }
442
454
  function le(e, t) {
443
455
  return Object.prototype.hasOwnProperty.call(t, e);
444
456
  }
445
- function Fr(e, t) {
457
+ function qr(e, t) {
446
458
  return e === t ? e !== 0 || 1 / e === 1 / t : e !== e && t !== t;
447
459
  }
448
- const Be = typeof Object.is == "function" ? Object.is : Fr;
449
- var ft = Object.prototype.toString, Gt = /* @__PURE__ */ function() {
450
- return ft.call(arguments) === "[object Arguments]" ? function(t) {
451
- return ft.call(t) === "[object Arguments]";
460
+ const Be = typeof Object.is == "function" ? Object.is : qr;
461
+ var yt = Object.prototype.toString, Bt = /* @__PURE__ */ function() {
462
+ return yt.call(arguments) === "[object Arguments]" ? function(t) {
463
+ return yt.call(t) === "[object Arguments]";
452
464
  } : function(t) {
453
465
  return le("callee", t);
454
466
  };
455
- }(), Rr = !/* @__PURE__ */ {
467
+ }(), Yr = !/* @__PURE__ */ {
456
468
  toString: null
457
- }.propertyIsEnumerable("toString"), ht = ["constructor", "valueOf", "isPrototypeOf", "toString", "propertyIsEnumerable", "hasOwnProperty", "toLocaleString"], yt = /* @__PURE__ */ function() {
469
+ }.propertyIsEnumerable("toString"), wt = ["constructor", "valueOf", "isPrototypeOf", "toString", "propertyIsEnumerable", "hasOwnProperty", "toLocaleString"], xt = /* @__PURE__ */ function() {
458
470
  return arguments.propertyIsEnumerable("length");
459
- }(), Kr = function(t, r) {
471
+ }(), Wr = function(t, r) {
460
472
  for (var a = 0; a < t.length; ) {
461
473
  if (t[a] === r)
462
474
  return !0;
463
475
  a += 1;
464
476
  }
465
477
  return !1;
466
- }, X = /* @__PURE__ */ M(typeof Object.keys == "function" && !yt ? function(t) {
478
+ }, X = /* @__PURE__ */ M(typeof Object.keys == "function" && !xt ? function(t) {
467
479
  return Object(t) !== t ? [] : Object.keys(t);
468
480
  } : function(t) {
469
481
  if (Object(t) !== t)
470
482
  return [];
471
- var r, a, i = [], o = yt && Gt(t);
483
+ var r, a, i = [], o = xt && Bt(t);
472
484
  for (r in t)
473
485
  le(r, t) && (!o || r !== "length") && (i[i.length] = r);
474
- if (Rr)
475
- for (a = ht.length - 1; a >= 0; )
476
- r = ht[a], le(r, t) && !Kr(i, r) && (i[i.length] = r), a -= 1;
486
+ if (Yr)
487
+ for (a = wt.length - 1; a >= 0; )
488
+ r = wt[a], le(r, t) && !Wr(i, r) && (i[i.length] = r), a -= 1;
477
489
  return i;
478
- }), Re = /* @__PURE__ */ M(function(t) {
490
+ }), Fe = /* @__PURE__ */ M(function(t) {
479
491
  return t === null ? "Null" : t === void 0 ? "Undefined" : Object.prototype.toString.call(t).slice(8, -1);
480
492
  });
481
- function wt(e, t, r, a) {
482
- var i = bt(e), o = bt(t);
483
- function l(d, c) {
484
- return at(d, c, r.slice(), a.slice());
493
+ function kt(e, t, r, a) {
494
+ var i = ft(e), o = ft(t);
495
+ function s(d, c) {
496
+ return nt(d, c, r.slice(), a.slice());
485
497
  }
486
- return !pt(function(d, c) {
487
- return !pt(l, c, d);
498
+ return !ht(function(d, c) {
499
+ return !ht(s, c, d);
488
500
  }, o, i);
489
501
  }
490
- function at(e, t, r, a) {
502
+ function nt(e, t, r, a) {
491
503
  if (Be(e, t))
492
504
  return !0;
493
- var i = Re(e);
494
- if (i !== Re(t))
505
+ var i = Fe(e);
506
+ if (i !== Fe(t))
495
507
  return !1;
496
508
  if (typeof e["fantasy-land/equals"] == "function" || typeof t["fantasy-land/equals"] == "function")
497
509
  return typeof e["fantasy-land/equals"] == "function" && e["fantasy-land/equals"](t) && typeof t["fantasy-land/equals"] == "function" && t["fantasy-land/equals"](e);
@@ -501,7 +513,7 @@ function at(e, t, r, a) {
501
513
  case "Arguments":
502
514
  case "Array":
503
515
  case "Object":
504
- if (typeof e.constructor == "function" && Hr(e.constructor) === "Promise")
516
+ if (typeof e.constructor == "function" && Vr(e.constructor) === "Promise")
505
517
  return e === t;
506
518
  break;
507
519
  case "Boolean":
@@ -528,9 +540,9 @@ function at(e, t, r, a) {
528
540
  }
529
541
  switch (i) {
530
542
  case "Map":
531
- return e.size !== t.size ? !1 : wt(e.entries(), t.entries(), r.concat([e]), a.concat([t]));
543
+ return e.size !== t.size ? !1 : kt(e.entries(), t.entries(), r.concat([e]), a.concat([t]));
532
544
  case "Set":
533
- return e.size !== t.size ? !1 : wt(e.values(), t.values(), r.concat([e]), a.concat([t]));
545
+ return e.size !== t.size ? !1 : kt(e.values(), t.values(), r.concat([e]), a.concat([t]));
534
546
  case "Arguments":
535
547
  case "Array":
536
548
  case "Object":
@@ -554,22 +566,22 @@ function at(e, t, r, a) {
554
566
  default:
555
567
  return !1;
556
568
  }
557
- var l = X(e);
558
- if (l.length !== X(t).length)
569
+ var s = X(e);
570
+ if (s.length !== X(t).length)
559
571
  return !1;
560
572
  var d = r.concat([e]), c = a.concat([t]);
561
- for (o = l.length - 1; o >= 0; ) {
562
- var u = l[o];
563
- if (!(le(u, t) && at(t[u], e[u], d, c)))
573
+ for (o = s.length - 1; o >= 0; ) {
574
+ var u = s[o];
575
+ if (!(le(u, t) && nt(t[u], e[u], d, c)))
564
576
  return !1;
565
577
  o -= 1;
566
578
  }
567
579
  return !0;
568
580
  }
569
581
  var _e = /* @__PURE__ */ _(function(t, r) {
570
- return at(t, r, [], []);
582
+ return nt(t, r, [], []);
571
583
  });
572
- function Ur(e, t, r) {
584
+ function Qr(e, t, r) {
573
585
  var a, i;
574
586
  if (typeof e.indexOf == "function")
575
587
  switch (typeof t) {
@@ -607,8 +619,8 @@ function Ur(e, t, r) {
607
619
  }
608
620
  return -1;
609
621
  }
610
- function Vr(e, t) {
611
- return Ur(t, e, 0) >= 0;
622
+ function Jr(e, t) {
623
+ return Qr(t, e, 0) >= 0;
612
624
  }
613
625
  function we(e, t) {
614
626
  for (var r = 0, a = t.length, i = Array(a); r < a; )
@@ -621,30 +633,30 @@ function He(e) {
621
633
  }
622
634
  var de = function(t) {
623
635
  return (t < 10 ? "0" : "") + t;
624
- }, qr = typeof Date.prototype.toISOString == "function" ? function(t) {
636
+ }, Zr = typeof Date.prototype.toISOString == "function" ? function(t) {
625
637
  return t.toISOString();
626
638
  } : function(t) {
627
639
  return t.getUTCFullYear() + "-" + de(t.getUTCMonth() + 1) + "-" + de(t.getUTCDate()) + "T" + de(t.getUTCHours()) + ":" + de(t.getUTCMinutes()) + ":" + de(t.getUTCSeconds()) + "." + (t.getUTCMilliseconds() / 1e3).toFixed(3).slice(2, 5) + "Z";
628
640
  };
629
- function Yr(e) {
641
+ function Xr(e) {
630
642
  return function() {
631
643
  return !e.apply(this, arguments);
632
644
  };
633
645
  }
634
- function Bt(e, t, r) {
646
+ function Ht(e, t, r) {
635
647
  for (var a = 0, i = r.length; a < i; )
636
648
  t = e(t, r[a]), a += 1;
637
649
  return t;
638
650
  }
639
- function Wr(e, t) {
651
+ function ea(e, t) {
640
652
  for (var r = 0, a = t.length, i = []; r < a; )
641
653
  e(t[r]) && (i[i.length] = t[r]), r += 1;
642
654
  return i;
643
655
  }
644
- function Ht(e) {
656
+ function Rt(e) {
645
657
  return Object.prototype.toString.call(e) === "[object Object]";
646
658
  }
647
- var Qr = /* @__PURE__ */ function() {
659
+ var ta = /* @__PURE__ */ function() {
648
660
  function e(t, r) {
649
661
  this.xf = r, this.f = t;
650
662
  }
@@ -652,29 +664,29 @@ var Qr = /* @__PURE__ */ function() {
652
664
  return this.f(r) ? this.xf["@@transducer/step"](t, r) : t;
653
665
  }, e;
654
666
  }();
655
- function Jr(e) {
667
+ function ra(e) {
656
668
  return function(t) {
657
- return new Qr(e, t);
669
+ return new ta(e, t);
658
670
  };
659
671
  }
660
- var Ft = /* @__PURE__ */ _(/* @__PURE__ */ rt(["fantasy-land/filter", "filter"], Jr, function(e, t) {
661
- return Ht(t) ? Bt(function(r, a) {
672
+ var Ft = /* @__PURE__ */ _(/* @__PURE__ */ it(["fantasy-land/filter", "filter"], ra, function(e, t) {
673
+ return Rt(t) ? Ht(function(r, a) {
662
674
  return e(t[a]) && (r[a] = t[a]), r;
663
675
  }, {}, X(t)) : (
664
676
  // else
665
- Wr(e, t)
677
+ ea(e, t)
666
678
  );
667
679
  })), ee = /* @__PURE__ */ _(function(t, r) {
668
- return Ft(Yr(t), r);
680
+ return Ft(Xr(t), r);
669
681
  });
670
- function Rt(e, t) {
671
- var r = function(l) {
682
+ function Kt(e, t) {
683
+ var r = function(s) {
672
684
  var d = t.concat([e]);
673
- return Vr(l, d) ? "<Circular>" : Rt(l, d);
674
- }, a = function(o, l) {
685
+ return Jr(s, d) ? "<Circular>" : Kt(s, d);
686
+ }, a = function(o, s) {
675
687
  return we(function(d) {
676
688
  return He(d) + ": " + r(o[d]);
677
- }, l.slice().sort());
689
+ }, s.slice().sort());
678
690
  };
679
691
  switch (Object.prototype.toString.call(e)) {
680
692
  case "[object Arguments]":
@@ -686,7 +698,7 @@ function Rt(e, t) {
686
698
  case "[object Boolean]":
687
699
  return typeof e == "object" ? "new Boolean(" + r(e.valueOf()) + ")" : e.toString();
688
700
  case "[object Date]":
689
- return "new Date(" + (isNaN(e.valueOf()) ? r(NaN) : He(qr(e))) + ")";
701
+ return "new Date(" + (isNaN(e.valueOf()) ? r(NaN) : He(Zr(e))) + ")";
690
702
  case "[object Map]":
691
703
  return "new Map(" + r(Array.from(e)) + ")";
692
704
  case "[object Null]":
@@ -709,8 +721,8 @@ function Rt(e, t) {
709
721
  }
710
722
  }
711
723
  var ze = /* @__PURE__ */ M(function(t) {
712
- return Rt(t, []);
713
- }), Zr = /* @__PURE__ */ _(function(t, r) {
724
+ return Kt(t, []);
725
+ }), aa = /* @__PURE__ */ _(function(t, r) {
714
726
  if (t === r)
715
727
  return r;
716
728
  function a(c, u) {
@@ -723,69 +735,69 @@ var ze = /* @__PURE__ */ M(function(t) {
723
735
  var o = a(typeof t, typeof r);
724
736
  if (o !== void 0)
725
737
  return o === typeof t ? t : r;
726
- var l = ze(t), d = a(l, ze(r));
727
- return d !== void 0 && d === l ? t : r;
728
- }), Xr = /* @__PURE__ */ function() {
738
+ var s = ze(t), d = a(s, ze(r));
739
+ return d !== void 0 && d === s ? t : r;
740
+ }), ia = /* @__PURE__ */ function() {
729
741
  function e(t, r) {
730
742
  this.xf = r, this.f = t;
731
743
  }
732
744
  return e.prototype["@@transducer/init"] = ve.init, e.prototype["@@transducer/result"] = ve.result, e.prototype["@@transducer/step"] = function(t, r) {
733
745
  return this.xf["@@transducer/step"](t, this.f(r));
734
746
  }, e;
735
- }(), ea = function(t) {
747
+ }(), na = function(t) {
736
748
  return function(r) {
737
- return new Xr(t, r);
749
+ return new ia(t, r);
738
750
  };
739
- }, q = /* @__PURE__ */ _(/* @__PURE__ */ rt(["fantasy-land/map", "map"], ea, function(t, r) {
751
+ }, q = /* @__PURE__ */ _(/* @__PURE__ */ it(["fantasy-land/map", "map"], na, function(t, r) {
740
752
  switch (Object.prototype.toString.call(r)) {
741
753
  case "[object Function]":
742
- return tt(r.length, function() {
754
+ return at(r.length, function() {
743
755
  return t.call(this, r.apply(this, arguments));
744
756
  });
745
757
  case "[object Object]":
746
- return Bt(function(a, i) {
758
+ return Ht(function(a, i) {
747
759
  return a[i] = t(r[i]), a;
748
760
  }, {}, X(r));
749
761
  default:
750
762
  return we(t, r);
751
763
  }
752
764
  }));
753
- const Kt = Number.isInteger || function(t) {
765
+ const Ut = Number.isInteger || function(t) {
754
766
  return t << 0 === t;
755
767
  };
756
768
  function Me(e) {
757
769
  return Object.prototype.toString.call(e) === "[object String]";
758
770
  }
759
- function Ut(e, t) {
771
+ function Vt(e, t) {
760
772
  var r = e < 0 ? t.length + e : e;
761
773
  return Me(t) ? t.charAt(r) : t[r];
762
774
  }
763
775
  var re = /* @__PURE__ */ _(function(t, r) {
764
776
  if (r != null)
765
- return Kt(t) ? Ut(t, r) : r[t];
766
- }), ta = /* @__PURE__ */ _(function(t, r) {
777
+ return Ut(t) ? Vt(t, r) : r[t];
778
+ }), oa = /* @__PURE__ */ _(function(t, r) {
767
779
  return q(re(t), r);
768
- }), ra = /* @__PURE__ */ M(function(t) {
780
+ }), sa = /* @__PURE__ */ M(function(t) {
769
781
  return Ae(t) ? !0 : !t || typeof t != "object" || Me(t) ? !1 : t.length === 0 ? !0 : t.length > 0 ? t.hasOwnProperty(0) && t.hasOwnProperty(t.length - 1) : !1;
770
- }), xt = typeof Symbol < "u" ? Symbol.iterator : "@@iterator";
771
- function aa(e, t, r) {
772
- return function(i, o, l) {
773
- if (ra(l))
774
- return e(i, o, l);
775
- if (l == null)
782
+ }), Tt = typeof Symbol < "u" ? Symbol.iterator : "@@iterator";
783
+ function la(e, t, r) {
784
+ return function(i, o, s) {
785
+ if (sa(s))
786
+ return e(i, o, s);
787
+ if (s == null)
776
788
  return o;
777
- if (typeof l["fantasy-land/reduce"] == "function")
778
- return t(i, o, l, "fantasy-land/reduce");
779
- if (l[xt] != null)
780
- return r(i, o, l[xt]());
781
- if (typeof l.next == "function")
782
- return r(i, o, l);
783
- if (typeof l.reduce == "function")
784
- return t(i, o, l, "reduce");
789
+ if (typeof s["fantasy-land/reduce"] == "function")
790
+ return t(i, o, s, "fantasy-land/reduce");
791
+ if (s[Tt] != null)
792
+ return r(i, o, s[Tt]());
793
+ if (typeof s.next == "function")
794
+ return r(i, o, s);
795
+ if (typeof s.reduce == "function")
796
+ return t(i, o, s, "reduce");
785
797
  throw new TypeError("reduce: list must be array or iterable");
786
798
  };
787
799
  }
788
- function ia(e, t, r) {
800
+ function ca(e, t, r) {
789
801
  for (var a = 0, i = r.length; a < i; ) {
790
802
  if (t = e["@@transducer/step"](t, r[a]), t && t["@@transducer/reduced"]) {
791
803
  t = t["@@transducer/value"];
@@ -795,12 +807,12 @@ function ia(e, t, r) {
795
807
  }
796
808
  return e["@@transducer/result"](t);
797
809
  }
798
- var na = /* @__PURE__ */ _(function(t, r) {
810
+ var da = /* @__PURE__ */ _(function(t, r) {
799
811
  return Ie(t.length, function() {
800
812
  return t.apply(r, arguments);
801
813
  });
802
814
  });
803
- function oa(e, t, r) {
815
+ function ga(e, t, r) {
804
816
  for (var a = r.next(); !a.done; ) {
805
817
  if (t = e["@@transducer/step"](t, a.value), t && t["@@transducer/reduced"]) {
806
818
  t = t["@@transducer/value"];
@@ -810,10 +822,10 @@ function oa(e, t, r) {
810
822
  }
811
823
  return e["@@transducer/result"](t);
812
824
  }
813
- function sa(e, t, r, a) {
814
- return e["@@transducer/result"](r[a](na(e["@@transducer/step"], e), t));
825
+ function ma(e, t, r, a) {
826
+ return e["@@transducer/result"](r[a](da(e["@@transducer/step"], e), t));
815
827
  }
816
- var Vt = /* @__PURE__ */ aa(ia, sa, oa), la = /* @__PURE__ */ function() {
828
+ var qt = /* @__PURE__ */ la(ca, ma, ga), ua = /* @__PURE__ */ function() {
817
829
  function e(t) {
818
830
  this.f = t;
819
831
  }
@@ -825,13 +837,13 @@ var Vt = /* @__PURE__ */ aa(ia, sa, oa), la = /* @__PURE__ */ function() {
825
837
  return this.f(t, r);
826
838
  }, e;
827
839
  }();
828
- function qt(e) {
829
- return new la(e);
840
+ function Yt(e) {
841
+ return new ua(e);
830
842
  }
831
- var it = /* @__PURE__ */ ce(function(e, t, r) {
832
- return Vt(typeof e == "function" ? qt(e) : e, t, r);
833
- }), ca = /* @__PURE__ */ M(function(t) {
834
- return tt(it(Zr, 0, ta("length", t)), function() {
843
+ var ot = /* @__PURE__ */ ce(function(e, t, r) {
844
+ return qt(typeof e == "function" ? Yt(e) : e, t, r);
845
+ }), va = /* @__PURE__ */ M(function(t) {
846
+ return at(ot(aa, 0, oa("length", t)), function() {
835
847
  for (var r = 0, a = t.length; r < a; ) {
836
848
  if (!t[r].apply(this, arguments))
837
849
  return !1;
@@ -839,31 +851,31 @@ var it = /* @__PURE__ */ ce(function(e, t, r) {
839
851
  }
840
852
  return !0;
841
853
  });
842
- }), Yt = /* @__PURE__ */ M(function(t) {
854
+ }), Wt = /* @__PURE__ */ M(function(t) {
843
855
  for (var r = X(t), a = r.length, i = [], o = 0; o < a; )
844
856
  i[o] = t[r[o]], o += 1;
845
857
  return i;
846
858
  });
847
- function da(e) {
859
+ function ba(e) {
848
860
  var t = Object.prototype.toString.call(e);
849
861
  return t === "[object Function]" || t === "[object AsyncFunction]" || t === "[object GeneratorFunction]" || t === "[object AsyncGeneratorFunction]";
850
862
  }
851
- function Wt(e) {
863
+ function Qt(e) {
852
864
  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" : ""));
853
865
  }
854
- function Qt(e, t, r) {
855
- if (r || (r = new ma()), ga(e))
866
+ function Jt(e, t, r) {
867
+ if (r || (r = new fa()), pa(e))
856
868
  return e;
857
869
  var a = function(o) {
858
- var l = r.get(e);
859
- if (l)
860
- return l;
870
+ var s = r.get(e);
871
+ if (s)
872
+ return s;
861
873
  r.set(e, o);
862
874
  for (var d in e)
863
875
  Object.prototype.hasOwnProperty.call(e, d) && (o[d] = e[d]);
864
876
  return o;
865
877
  };
866
- switch (Re(e)) {
878
+ switch (Fe(e)) {
867
879
  case "Object":
868
880
  return a(Object.create(Object.getPrototypeOf(e)));
869
881
  case "Array":
@@ -871,7 +883,7 @@ function Qt(e, t, r) {
871
883
  case "Date":
872
884
  return new Date(e.valueOf());
873
885
  case "RegExp":
874
- return Wt(e);
886
+ return Qt(e);
875
887
  case "Int8Array":
876
888
  case "Uint8Array":
877
889
  case "Uint8ClampedArray":
@@ -888,11 +900,11 @@ function Qt(e, t, r) {
888
900
  return e;
889
901
  }
890
902
  }
891
- function ga(e) {
903
+ function pa(e) {
892
904
  var t = typeof e;
893
905
  return e == null || t != "object" && t != "function";
894
906
  }
895
- var ma = /* @__PURE__ */ function() {
907
+ var fa = /* @__PURE__ */ function() {
896
908
  function e() {
897
909
  this.map = {}, this.length = 0;
898
910
  }
@@ -907,28 +919,28 @@ var ma = /* @__PURE__ */ function() {
907
919
  }, e.prototype.get = function(t) {
908
920
  if (this.length <= 180) {
909
921
  for (var r in this.map)
910
- for (var l = this.map[r], a = 0; a < l.length; a += 1) {
911
- var i = l[a];
922
+ for (var s = this.map[r], a = 0; a < s.length; a += 1) {
923
+ var i = s[a];
912
924
  if (i[0] === t)
913
925
  return i[1];
914
926
  }
915
927
  return;
916
928
  }
917
- var o = this.hash(t), l = this.map[o];
918
- if (l)
919
- for (var a = 0; a < l.length; a += 1) {
920
- var i = l[a];
929
+ var o = this.hash(t), s = this.map[o];
930
+ if (s)
931
+ for (var a = 0; a < s.length; a += 1) {
932
+ var i = s[a];
921
933
  if (i[0] === t)
922
934
  return i[1];
923
935
  }
924
936
  }, e;
925
937
  }();
926
- function ua(e, t) {
938
+ function ha(e, t) {
927
939
  return function() {
928
940
  return t.call(this, e.apply(this, arguments));
929
941
  };
930
942
  }
931
- function nt(e, t) {
943
+ function st(e, t) {
932
944
  return function() {
933
945
  var r = arguments.length;
934
946
  if (r === 0)
@@ -937,13 +949,13 @@ function nt(e, t) {
937
949
  return Ae(a) || typeof a[e] != "function" ? t.apply(this, arguments) : a[e].apply(a, Array.prototype.slice.call(arguments, 0, r - 1));
938
950
  };
939
951
  }
940
- var va = /* @__PURE__ */ ce(/* @__PURE__ */ nt("slice", function(t, r, a) {
952
+ var ya = /* @__PURE__ */ ce(/* @__PURE__ */ st("slice", function(t, r, a) {
941
953
  return Array.prototype.slice.call(a, t, r);
942
- })), ba = /* @__PURE__ */ M(/* @__PURE__ */ nt("tail", /* @__PURE__ */ va(1, 1 / 0)));
943
- function pa() {
954
+ })), wa = /* @__PURE__ */ M(/* @__PURE__ */ st("tail", /* @__PURE__ */ ya(1, 1 / 0)));
955
+ function xa() {
944
956
  if (arguments.length === 0)
945
957
  throw new Error("pipe requires at least one argument");
946
- return Ie(arguments[0].length, it(ua, arguments[0], ba(arguments)));
958
+ return Ie(arguments[0].length, ot(ha, arguments[0], wa(arguments)));
947
959
  }
948
960
  var De = /* @__PURE__ */ M(function(t) {
949
961
  return Me(t) ? t.split("").reverse().join("") : Array.prototype.slice.call(t, 0).reverse();
@@ -951,9 +963,9 @@ var De = /* @__PURE__ */ M(function(t) {
951
963
  function te() {
952
964
  if (arguments.length === 0)
953
965
  throw new Error("compose requires at least one argument");
954
- return pa.apply(this, De(arguments));
966
+ return xa.apply(this, De(arguments));
955
967
  }
956
- var fa = /* @__PURE__ */ function() {
968
+ var ka = /* @__PURE__ */ function() {
957
969
  function e(t, r, a, i) {
958
970
  this.valueFn = t, this.valueAcc = r, this.keyFn = a, this.xf = i, this.inputs = {};
959
971
  }
@@ -967,36 +979,36 @@ var fa = /* @__PURE__ */ function() {
967
979
  return this.inputs = null, this.xf["@@transducer/result"](t);
968
980
  }, e.prototype["@@transducer/step"] = function(t, r) {
969
981
  var a = this.keyFn(r);
970
- return this.inputs[a] = this.inputs[a] || [a, Qt(this.valueAcc)], this.inputs[a][1] = this.valueFn(this.inputs[a][1], r), t;
982
+ return this.inputs[a] = this.inputs[a] || [a, Jt(this.valueAcc)], this.inputs[a][1] = this.valueFn(this.inputs[a][1], r), t;
971
983
  }, e;
972
984
  }();
973
- function ha(e, t, r) {
985
+ function Ta(e, t, r) {
974
986
  return function(a) {
975
- return new fa(e, t, r, a);
987
+ return new ka(e, t, r, a);
976
988
  };
977
989
  }
978
- var ya = /* @__PURE__ */ et(4, [], /* @__PURE__ */ rt([], ha, function(t, r, a, i) {
979
- var o = qt(function(l, d) {
980
- var c = a(d), u = t(le(c, l) ? l[c] : Qt(r), d);
981
- return u && u["@@transducer/reduced"] ? Br(l) : (l[c] = u, l);
990
+ var za = /* @__PURE__ */ rt(4, [], /* @__PURE__ */ it([], Ta, function(t, r, a, i) {
991
+ var o = Yt(function(s, d) {
992
+ var c = a(d), u = t(le(c, s) ? s[c] : Jt(r), d);
993
+ return u && u["@@transducer/reduced"] ? Ur(s) : (s[c] = u, s);
982
994
  });
983
- return Vt(o, {}, i);
984
- })), Jt = /* @__PURE__ */ ce(function(t, r, a) {
995
+ return qt(o, {}, i);
996
+ })), Zt = /* @__PURE__ */ ce(function(t, r, a) {
985
997
  var i = t(r), o = t(a);
986
998
  return i > o ? -1 : i < o ? 1 : 0;
987
999
  });
988
- function wa(e) {
1000
+ function Sa(e) {
989
1001
  var t = Object.prototype.toString.call(e);
990
1002
  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]";
991
1003
  }
992
- var xa = /* @__PURE__ */ M(function(t) {
993
- 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() : Ae(t) ? [] : Me(t) ? "" : Ht(t) ? {} : Gt(t) ? /* @__PURE__ */ function() {
1004
+ var Pa = /* @__PURE__ */ M(function(t) {
1005
+ 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() : Ae(t) ? [] : Me(t) ? "" : Rt(t) ? {} : Bt(t) ? /* @__PURE__ */ function() {
994
1006
  return arguments;
995
- }() : wa(t) ? t.constructor.from("") : void 0;
996
- }), ot = /* @__PURE__ */ _(/* @__PURE__ */ nt("groupBy", /* @__PURE__ */ ya(function(e, t) {
1007
+ }() : Sa(t) ? t.constructor.from("") : void 0;
1008
+ }), lt = /* @__PURE__ */ _(/* @__PURE__ */ st("groupBy", /* @__PURE__ */ za(function(e, t) {
997
1009
  return e.push(t), e;
998
1010
  }, [])));
999
- function ka(e) {
1011
+ function $a(e) {
1000
1012
  if (e == null)
1001
1013
  throw new TypeError("Cannot convert undefined or null to object");
1002
1014
  for (var t = Object(e), r = 1, a = arguments.length; r < a; ) {
@@ -1008,115 +1020,115 @@ function ka(e) {
1008
1020
  }
1009
1021
  return t;
1010
1022
  }
1011
- const Ta = typeof Object.assign == "function" ? Object.assign : ka;
1012
- var st = /* @__PURE__ */ _(function(t, r) {
1013
- return tt(t + 1, function() {
1023
+ const ja = typeof Object.assign == "function" ? Object.assign : $a;
1024
+ var ct = /* @__PURE__ */ _(function(t, r) {
1025
+ return at(t + 1, function() {
1014
1026
  var a = arguments[t];
1015
- if (a != null && da(a[r]))
1027
+ if (a != null && ba(a[r]))
1016
1028
  return a[r].apply(a, Array.prototype.slice.call(arguments, 0, t));
1017
1029
  throw new TypeError(ze(a) + ' does not have a method named "' + r + '"');
1018
1030
  });
1019
1031
  }), A = /* @__PURE__ */ M(function(t) {
1020
- return t != null && _e(t, xa(t));
1021
- }), kt = /* @__PURE__ */ st(1, "join");
1022
- function za(e, t) {
1032
+ return t != null && _e(t, Pa(t));
1033
+ }), zt = /* @__PURE__ */ ct(1, "join");
1034
+ function Ea(e, t) {
1023
1035
  for (var r = t, a = 0; a < e.length; a += 1) {
1024
1036
  if (r == null)
1025
1037
  return;
1026
1038
  var i = e[a];
1027
- Kt(i) ? r = Ut(i, r) : r = r[i];
1039
+ Ut(i) ? r = Vt(i, r) : r = r[i];
1028
1040
  }
1029
1041
  return r;
1030
1042
  }
1031
- var Sa = /* @__PURE__ */ _(function(t, r) {
1032
- return Ta({}, r, t);
1033
- }), Pa = /* @__PURE__ */ ce(function(t, r, a) {
1034
- return _e(za(r, a), t);
1035
- }), Zt = /* @__PURE__ */ _(function(t, r) {
1043
+ var Na = /* @__PURE__ */ _(function(t, r) {
1044
+ return ja({}, r, t);
1045
+ }), Oa = /* @__PURE__ */ ce(function(t, r, a) {
1046
+ return _e(Ea(r, a), t);
1047
+ }), Xt = /* @__PURE__ */ _(function(t, r) {
1036
1048
  for (var a = {}, i = 0; i < t.length; )
1037
1049
  t[i] in r && (a[t[i]] = r[t[i]]), i += 1;
1038
1050
  return a;
1039
- }), lt = /* @__PURE__ */ ce(function(t, r, a) {
1051
+ }), dt = /* @__PURE__ */ ce(function(t, r, a) {
1040
1052
  return _e(t, re(r, a));
1041
- }), ct = /* @__PURE__ */ ce(function(t, r, a) {
1053
+ }), gt = /* @__PURE__ */ ce(function(t, r, a) {
1042
1054
  return a.replace(t, r);
1043
- }), Xt = /* @__PURE__ */ _(function(t, r) {
1055
+ }), er = /* @__PURE__ */ _(function(t, r) {
1044
1056
  return Array.prototype.slice.call(r, 0).sort(function(a, i) {
1045
- var o = t(a), l = t(i);
1046
- return o < l ? -1 : o > l ? 1 : 0;
1057
+ var o = t(a), s = t(i);
1058
+ return o < s ? -1 : o > s ? 1 : 0;
1047
1059
  });
1048
- }), er = /* @__PURE__ */ _(function(t, r) {
1060
+ }), tr = /* @__PURE__ */ _(function(t, r) {
1049
1061
  return Array.prototype.slice.call(r, 0).sort(function(a, i) {
1050
- for (var o = 0, l = 0; o === 0 && l < t.length; )
1051
- o = t[l](a, i), l += 1;
1062
+ for (var o = 0, s = 0; o === 0 && s < t.length; )
1063
+ o = t[s](a, i), s += 1;
1052
1064
  return o;
1053
1065
  });
1054
- }), Ke = /* @__PURE__ */ st(1, "split");
1055
- function $a(e) {
1066
+ }), Ke = /* @__PURE__ */ ct(1, "split");
1067
+ function Ia(e) {
1056
1068
  return Object.prototype.toString.call(e) === "[object RegExp]";
1057
1069
  }
1058
- var ja = /* @__PURE__ */ _(function(t, r) {
1059
- if (!$a(t))
1070
+ var Aa = /* @__PURE__ */ _(function(t, r) {
1071
+ if (!Ia(t))
1060
1072
  throw new TypeError("‘test’ requires a value of type RegExp as its first argument; received " + ze(t));
1061
- return Wt(t).test(r);
1062
- }), Ea = /* @__PURE__ */ st(0, "toUpperCase"), ge = `
1063
- \v\f\r                 \u2028\u2029\uFEFF`, Na = "​", Oa = typeof String.prototype.trim == "function", Ia = /* @__PURE__ */ M(!Oa || /* @__PURE__ */ ge.trim() || !/* @__PURE__ */ Na.trim() ? function(t) {
1073
+ return Qt(t).test(r);
1074
+ }), _a = /* @__PURE__ */ ct(0, "toUpperCase"), ge = `
1075
+ \v\f\r                 \u2028\u2029\uFEFF`, Ma = "​", Da = typeof String.prototype.trim == "function", La = /* @__PURE__ */ M(!Da || /* @__PURE__ */ ge.trim() || !/* @__PURE__ */ Ma.trim() ? function(t) {
1064
1076
  var r = new RegExp("^[" + ge + "][" + ge + "]*"), a = new RegExp("[" + ge + "][" + ge + "]*$");
1065
1077
  return t.replace(r, "").replace(a, "");
1066
1078
  } : function(t) {
1067
1079
  return t.trim();
1068
1080
  });
1069
- const Aa = "Local time", _a = "Overtime", Ma = "Shootout", Da = "Game sheet", La = "TOI sheet", Ca = "Video", Ga = { "status-1": "Live", "status-2": "Game Completed", "status-3": "Versenybíróság", "status-4": "Delayed" }, Ba = "Best Player of the Team", Ha = { 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" }, Fa = { referees: "Referees", linesmen: "Linesmen", attendance: "Attandance" }, Ra = { timeout: "Timeout", penaltyLength: "{0} m", teamPenalty: "Team Penalty", noEventsInPeriod: "No event in this period", score: "Score", missed: "Missed" }, Ka = { 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" }, Ua = { headCoach: "Coach", secondCoach: "Assistant Coach", teamLeader: "Team leader", officialPerson1: "Team Official", officialPerson2: "Team Official", officialPerson3: "Team Official" }, Va = { 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" }, tr = {
1070
- localTime: Aa,
1071
- afterOvertime: _a,
1072
- afterShootout: Ma,
1073
- sheet: Da,
1074
- toiSheet: La,
1075
- video: Ca,
1076
- gameStatus: Ga,
1077
- bestPlayer: Ba,
1078
- periods: Ha,
1079
- gameStats: Fa,
1080
- events: Ra,
1081
- teamsStats: Ka,
1082
- teamMembers: Ua,
1083
- penalties: Va
1084
- }, qa = { attendance: "{0} attending" }, Ya = { events: "Events", lineups: "Lineups", teamStats: "Team stats", playerStats: "Player stats", officials: "Officials" }, Wa = { coaches: "Coaches", referees: "Referees", teamOfficials: "Team Officials", gameOfficials: "Game Officials", fieldPlayers: "Field Players", goalies: "Goalies" }, Qa = { Gól: "Goal", Kiállítás: "Penalty", Kapus: "Goalie", Idő: "Timeout", Büntető: "Penalty Shoot", goalie: { KI: "Out", BE: "In", CSERE: "Change" } }, Ja = { 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" }, Za = { powerPlays: "Power-plays", powerPlaysGoalFor: "Power-plays Gals Fr", powerPlayEfficiency: "Power-plays Efficiency", penaltyKill: "Shorthanded", powerPlaysKilled: "Power-plays Killed", penaltyKillEfficiency: "Penalty-Killing Efficiency" }, Xa = { "row-1": "Line 1", "row-2": "Line 2", "row-3": "Line 3", "row-4": "Line 4", "row-gk": "Goalkeepers" }, ei = { referee: "Referees", judge: "Judges", medical: "Medical" }, ti = { 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" }, ri = {
1085
- gameData: qa,
1086
- menu: Ya,
1087
- title: Wa,
1088
- eventType: Qa,
1089
- section: Ja,
1090
- stats: Za,
1091
- rows: Xa,
1092
- roleType: ei,
1093
- role: ti
1094
- }, ai = "Helyszín szerinti idő", ii = "Hosszabbítás után", ni = "Szétlövés után", oi = "Jegyzőkönyv", si = "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" }, mi = { referees: "Játékvezető", linesmen: "Vonalbíró", attendance: "Nézőszám" }, ui = { 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ő" }, bi = { headCoach: "Vezetőedző", secondCoach: "Másodedző", teamLeader: "Csapatvezető", officialPerson1: "Hivatalos személy", officialPerson2: "Hivatalos személy", officialPerson3: "Hivatalos személy" }, pi = { 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" }, rr = {
1095
- localTime: ai,
1096
- afterOvertime: ii,
1097
- afterShootout: ni,
1098
- sheet: oi,
1099
- toiSheet: si,
1100
- video: li,
1101
- gameStatus: ci,
1102
- bestPlayer: di,
1103
- periods: gi,
1104
- gameStats: mi,
1105
- events: ui,
1106
- teamsStats: vi,
1107
- teamMembers: bi,
1108
- penalties: pi
1109
- }, fi = { attendance: "{0} néző" }, hi = { 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" }, 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" } }, xi = { 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" }, ki = { 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" }, Ti = { "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" }, Si = { 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" }, Pi = {
1110
- gameData: fi,
1111
- menu: hi,
1112
- title: yi,
1113
- eventType: wi,
1114
- section: xi,
1115
- stats: ki,
1116
- rows: Ti,
1117
- roleType: zi,
1118
- role: Si
1119
- }, Le = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjxwYXRoIGZpbGw9IiNERDJFNDQiIGQ9Ik0zNiAzMmE0IDQgMCAwIDEtNCA0SDRhNCA0IDAgMCAxLTQtNFY0YTQgNCAwIDAgMSA0LTRoMjhhNCA0IDAgMCAxIDQgNHYyOHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTQuNzQ3IDkuMTI1Yy41MjctMS40MjYgMS43MzYtMi41NzMgMy4zMTctMi41NzNjMS42NDMgMCAyLjc5MiAxLjA4NSAzLjMxOCAyLjU3M2w2LjA3NyAxNi44NjdjLjE4Ni40OTYuMjQ4LjkzMS4yNDggMS4xNDdjMCAxLjIwOS0uOTkyIDIuMDQ2LTIuMTM5IDIuMDQ2Yy0xLjMwMyAwLTEuOTU0LS42ODItMi4yNjQtMS42MTFsLS45MzEtMi45MTVoLTguNjJsLS45MyAyLjg4NGMtLjMxLjk2MS0uOTYxIDEuNjQyLTIuMjMyIDEuNjQyYy0xLjI0IDAtMi4yOTQtLjkzLTIuMjk0LTIuMTdjMC0uNDk2LjE1NS0uODY4LjIxNy0xLjAyM2w2LjIzMy0xNi44Njd6bS4zNCAxMS4yNTZoNS44OTFsLTIuODgzLTguOTkyaC0uMDYybC0yLjk0NiA4Ljk5MnoiLz48L3N2Zz4=", Ce = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjxwYXRoIGZpbGw9IiNERDJFNDQiIGQ9Ik0zNiAzMmE0IDQgMCAwIDEtNCA0SDRhNCA0IDAgMCAxLTQtNFY0YTQgNCAwIDAgMSA0LTRoMjhhNCA0IDAgMCAxIDQgNHYyOHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTAuNDk4IDkuMjQ5YzAtMS40ODggMS4wMjMtMi4zMjUgMi40NDktMi4zMjVIMTguOWMzLjIyNCAwIDUuODMgMi4xNyA1LjgzIDUuNDU3YzAgMi4xNy0uOSAzLjYyOC0yLjg4NSA0LjU1OHYuMDYyYzIuNjM3LjM3MiA0LjcxMyAyLjU3MyA0LjcxMyA1LjI3MWMwIDQuMzcyLTIuOTE0IDYuNzI5LTcuMTkzIDYuNzI5aC02LjM4NmMtMS40MjcgMC0yLjQ4MS0uODk5LTIuNDgxLTIuMzU2VjkuMjQ5em00LjY1MSA2LjQxOGgyLjQxOWMxLjUxOSAwIDIuNTExLS44OTkgMi41MTEtMi40NWMwLTEuNDU3LTEuMTQ3LTIuMjAxLTIuNTExLTIuMjAxaC0yLjQxOXY0LjY1MXptMCA5LjI0aDMuNjU5YzEuNjc0IDAgMi45MTUtLjk2MSAyLjkxNS0yLjY5N2MwLTEuNDU4LTEuMTE3LTIuNDUtMy4yODctMi40NWgtMy4yODd2NS4xNDd6Ii8+PC9zdmc+", ar = {
1081
+ const Ca = "Local time", Ga = "Overtime", Ba = "Shootout", Ha = "Game sheet", Ra = "TOI sheet", Fa = "Video", Ka = { "status-1": "Live", "status-2": "Game Completed", "status-3": "Versenybíróság", "status-4": "Delayed" }, Ua = "Best Player of the Team", Va = { 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" }, qa = { referees: "Referees", linesmen: "Linesmen", attendance: "Attandance" }, Ya = { timeout: "Timeout", penaltyLength: "{0} m", teamPenalty: "Team Penalty", noEventsInPeriod: "No event in this period", score: "Score", missed: "Missed" }, Wa = { 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" }, Qa = { headCoach: "Coach", secondCoach: "Assistant Coach", teamLeader: "Team leader", officialPerson1: "Team Official", officialPerson2: "Team Official", officialPerson3: "Team Official" }, Ja = { 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" }, rr = {
1082
+ localTime: Ca,
1083
+ afterOvertime: Ga,
1084
+ afterShootout: Ba,
1085
+ sheet: Ha,
1086
+ toiSheet: Ra,
1087
+ video: Fa,
1088
+ gameStatus: Ka,
1089
+ bestPlayer: Ua,
1090
+ periods: Va,
1091
+ gameStats: qa,
1092
+ events: Ya,
1093
+ teamsStats: Wa,
1094
+ teamMembers: Qa,
1095
+ penalties: Ja
1096
+ }, Za = { attendance: "{0} attending" }, Xa = { events: "Events", lineups: "Lineups", teamStats: "Team stats", playerStats: "Player stats", officials: "Officials" }, ei = { coaches: "Coaches", referees: "Referees", teamOfficials: "Team Officials", gameOfficials: "Game Officials", fieldPlayers: "Field Players", goalies: "Goalies" }, ti = { Gól: "Goal", Kiállítás: "Penalty", Kapus: "Goalie", Idő: "Timeout", Büntető: "Penalty Shoot", goalie: { KI: "Out", BE: "In", CSERE: "Change" } }, ri = { 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" }, ai = { powerPlays: "Power-plays", powerPlaysGoalFor: "Power-plays Gals Fr", powerPlayEfficiency: "Power-plays Efficiency", penaltyKill: "Shorthanded", powerPlaysKilled: "Power-plays Killed", penaltyKillEfficiency: "Penalty-Killing Efficiency" }, ii = { "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" }, oi = { 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" }, si = {
1097
+ gameData: Za,
1098
+ menu: Xa,
1099
+ title: ei,
1100
+ eventType: ti,
1101
+ section: ri,
1102
+ stats: ai,
1103
+ rows: ii,
1104
+ roleType: ni,
1105
+ role: oi
1106
+ }, li = "Helyszín szerinti idő", ci = "Hosszabbítás után", di = "Szétlövés után", gi = "Jegyzőkönyv", mi = "TOI statisztika", ui = "Videó", vi = { "status-1": "Élő", "status-2": "Végeredmény", "status-3": "Versenybíróság", "status-4": "Elhalasztva" }, bi = "A csapat legjobb játékosa", pi = { 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" }, fi = { referees: "Játékvezető", linesmen: "Vonalbíró", attendance: "Nézőszám" }, hi = { 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" }, yi = { 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ő" }, wi = { headCoach: "Vezetőedző", secondCoach: "Másodedző", teamLeader: "Csapatvezető", officialPerson1: "Hivatalos személy", officialPerson2: "Hivatalos személy", officialPerson3: "Hivatalos személy" }, xi = { 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" }, ar = {
1107
+ localTime: li,
1108
+ afterOvertime: ci,
1109
+ afterShootout: di,
1110
+ sheet: gi,
1111
+ toiSheet: mi,
1112
+ video: ui,
1113
+ gameStatus: vi,
1114
+ bestPlayer: bi,
1115
+ periods: pi,
1116
+ gameStats: fi,
1117
+ events: hi,
1118
+ teamsStats: yi,
1119
+ teamMembers: wi,
1120
+ penalties: xi
1121
+ }, ki = { attendance: "{0} néző" }, Ti = { events: "Események", lineups: "Sorok", teamStats: "Csapat statisztikák", playerStats: "Játékos statisztikák", officials: "Hivatalos személyek" }, zi = { coaches: "Edzők", referees: "Játékvezetők", teamOfficials: "Stábtagok", gameOfficials: "Hivatalos személyek", fieldPlayers: "Mezőnyjátékosok", goalies: "Kapusok" }, Si = { 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" } }, Pi = { 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" }, $i = { 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" }, Ei = { referee: "Játékvezetők", judge: "Versenybírók", medical: "Egészségügyi személyzet" }, Ni = { 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" }, Oi = {
1122
+ gameData: ki,
1123
+ menu: Ti,
1124
+ title: zi,
1125
+ eventType: Si,
1126
+ section: Pi,
1127
+ stats: $i,
1128
+ rows: ji,
1129
+ roleType: Ei,
1130
+ role: Ni
1131
+ }, Le = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjxwYXRoIGZpbGw9IiNERDJFNDQiIGQ9Ik0zNiAzMmE0IDQgMCAwIDEtNCA0SDRhNCA0IDAgMCAxLTQtNFY0YTQgNCAwIDAgMSA0LTRoMjhhNCA0IDAgMCAxIDQgNHYyOHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTQuNzQ3IDkuMTI1Yy41MjctMS40MjYgMS43MzYtMi41NzMgMy4zMTctMi41NzNjMS42NDMgMCAyLjc5MiAxLjA4NSAzLjMxOCAyLjU3M2w2LjA3NyAxNi44NjdjLjE4Ni40OTYuMjQ4LjkzMS4yNDggMS4xNDdjMCAxLjIwOS0uOTkyIDIuMDQ2LTIuMTM5IDIuMDQ2Yy0xLjMwMyAwLTEuOTU0LS42ODItMi4yNjQtMS42MTFsLS45MzEtMi45MTVoLTguNjJsLS45MyAyLjg4NGMtLjMxLjk2MS0uOTYxIDEuNjQyLTIuMjMyIDEuNjQyYy0xLjI0IDAtMi4yOTQtLjkzLTIuMjk0LTIuMTdjMC0uNDk2LjE1NS0uODY4LjIxNy0xLjAyM2w2LjIzMy0xNi44Njd6bS4zNCAxMS4yNTZoNS44OTFsLTIuODgzLTguOTkyaC0uMDYybC0yLjk0NiA4Ljk5MnoiLz48L3N2Zz4=", Ce = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjxwYXRoIGZpbGw9IiNERDJFNDQiIGQ9Ik0zNiAzMmE0IDQgMCAwIDEtNCA0SDRhNCA0IDAgMCAxLTQtNFY0YTQgNCAwIDAgMSA0LTRoMjhhNCA0IDAgMCAxIDQgNHYyOHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTAuNDk4IDkuMjQ5YzAtMS40ODggMS4wMjMtMi4zMjUgMi40NDktMi4zMjVIMTguOWMzLjIyNCAwIDUuODMgMi4xNyA1LjgzIDUuNDU3YzAgMi4xNy0uOSAzLjYyOC0yLjg4NSA0LjU1OHYuMDYyYzIuNjM3LjM3MiA0LjcxMyAyLjU3MyA0LjcxMyA1LjI3MWMwIDQuMzcyLTIuOTE0IDYuNzI5LTcuMTkzIDYuNzI5aC02LjM4NmMtMS40MjcgMC0yLjQ4MS0uODk5LTIuNDgxLTIuMzU2VjkuMjQ5em00LjY1MSA2LjQxOGgyLjQxOWMxLjUxOSAwIDIuNTExLS44OTkgMi41MTEtMi40NWMwLTEuNDU3LTEuMTQ3LTIuMjAxLTIuNTExLTIuMjAxaC0yLjQxOXY0LjY1MXptMCA5LjI0aDMuNjU5YzEuNjc0IDAgMi45MTUtLjk2MSAyLjkxNS0yLjY5N2MwLTEuNDU4LTEuMTE3LTIuNDUtMy4yODctMi40NWgtMy4yODd2NS4xNDd6Ii8+PC9zdmc+", ir = {
1120
1132
  row: {
1121
1133
  label: "table.row.short",
1122
1134
  tooltip: "table.row.tooltip",
@@ -1191,7 +1203,7 @@ const Aa = "Local time", _a = "Overtime", Ma = "Shootout", Da = "Game sheet", La
1191
1203
  tooltip: "table.toi.tooltip",
1192
1204
  sortOrders: [{ target: "toi", direction: V }]
1193
1205
  }
1194
- }, ir = {
1206
+ }, nr = {
1195
1207
  jerseyNumber: {
1196
1208
  label: "table.jerseyNumber.short",
1197
1209
  tooltip: "table.jerseyNumber.tooltip",
@@ -1226,7 +1238,7 @@ const Aa = "Local time", _a = "Overtime", Ma = "Shootout", Da = "Game sheet", La
1226
1238
  label: "table.svsPercent.short",
1227
1239
  tooltip: "table.svsPercent.tooltip"
1228
1240
  }
1229
- }, nr = {
1241
+ }, or = {
1230
1242
  role: {
1231
1243
  label: "table.role.short",
1232
1244
  tooltip: "table.role.tooltip",
@@ -1238,107 +1250,107 @@ const Aa = "Local time", _a = "Overtime", Ma = "Shootout", Da = "Game sheet", La
1238
1250
  class: "is-text-left is-text-bold"
1239
1251
  }
1240
1252
  };
1241
- function Tt(...e) {
1253
+ function St(...e) {
1242
1254
  for (const t of e)
1243
1255
  t == null || t();
1244
1256
  }
1245
- const dt = (e) => ct(". ", "-", e || "");
1246
- function or(e) {
1257
+ const mt = (e) => gt(". ", "-", e || "");
1258
+ function sr(e) {
1247
1259
  const t = (e == null ? void 0 : e.periodResults) ?? "";
1248
- let r = te(ee(ja(/-:-/)), Ke(","))(t).length;
1260
+ let r = te(ee(Aa(/-:-/)), Ke(","))(t).length;
1249
1261
  return e.isShootout && (r = r - 2), e.isOvertime && (r = r - 1), r;
1250
1262
  }
1251
- function $i(e, t) {
1252
- const r = (e == null ? void 0 : e.actualPeriod) ?? or(e), a = {};
1263
+ function Ii(e, t) {
1264
+ const r = (e == null ? void 0 : e.actualPeriod) ?? sr(e), a = {};
1253
1265
  e.isShootout && (a.so = [], a.ot = []), e.isOvertime && (a.ot = []);
1254
1266
  for (let o = r; o > 0; o--)
1255
1267
  a[`p${o}`] = [];
1256
- return Sa(t, a);
1268
+ return Na(t, a);
1257
1269
  }
1258
- function zt(e, t, r, a) {
1270
+ function Pt(e, t, r, a) {
1259
1271
  var d, c, u, b;
1260
1272
  const i = [];
1261
- let o = 0, l = 0;
1273
+ let o = 0, s = 0;
1262
1274
  for (let p = 0; p < e.length; p++)
1263
- i.push(`${((d = e[p][t]) == null ? void 0 : d[a]) ?? 0}:${((c = e[p][r]) == null ? void 0 : c[a]) ?? 0}`), o = o + (((u = e[p][t]) == null ? void 0 : u[a]) ?? 0), l = l + (((b = e[p][r]) == null ? void 0 : b[a]) ?? 0);
1264
- return `(${i.join(", ")}) ${o}:${l}`;
1275
+ i.push(`${((d = e[p][t]) == null ? void 0 : d[a]) ?? 0}:${((c = e[p][r]) == null ? void 0 : c[a]) ?? 0}`), o = o + (((u = e[p][t]) == null ? void 0 : u[a]) ?? 0), s = s + (((b = e[p][r]) == null ? void 0 : b[a]) ?? 0);
1276
+ return `(${i.join(", ")}) ${o}:${s}`;
1265
1277
  }
1266
- function ji(e, t, r, a) {
1278
+ function Ai(e, t, r, a) {
1267
1279
  var d, c, u, b;
1268
1280
  const i = [];
1269
- let o = 0, l = 0;
1281
+ let o = 0, s = 0;
1270
1282
  for (let p = 0; p < e.length; p++)
1271
- i.push(`${((d = e[p][t]) == null ? void 0 : d[a]) ?? 0}:${((c = e[p][r]) == null ? void 0 : c[a]) ?? 0}`), o = o + (((u = e[p][t]) == null ? void 0 : u[a]) ?? 0), l = l + (((b = e[p][r]) == null ? void 0 : b[a]) ?? 0);
1272
- return `(${i.join(", ")}) ${o}:${l}`;
1283
+ i.push(`${((d = e[p][t]) == null ? void 0 : d[a]) ?? 0}:${((c = e[p][r]) == null ? void 0 : c[a]) ?? 0}`), o = o + (((u = e[p][t]) == null ? void 0 : u[a]) ?? 0), s = s + (((b = e[p][r]) == null ? void 0 : b[a]) ?? 0);
1284
+ return `(${i.join(", ")}) ${o}:${s}`;
1273
1285
  }
1274
- function Ei(e) {
1286
+ function _i(e) {
1275
1287
  var d, c, u, b, p, h;
1276
- const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.advTime) ?? 0, r = ((c = e == null ? void 0 : e.away) == null ? void 0 : c.advTime) ?? 0, a = ((u = e == null ? void 0 : e.home) == null ? void 0 : u.advTimePP1) ?? 0, i = ((b = e == null ? void 0 : e.away) == null ? void 0 : b.advTimePP1) ?? 0, o = ((p = e == null ? void 0 : e.home) == null ? void 0 : p.advTimePP2) ?? 0, l = ((h = e == null ? void 0 : e.away) == null ? void 0 : h.advTimePP2) ?? 0;
1288
+ const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.advTime) ?? 0, r = ((c = e == null ? void 0 : e.away) == null ? void 0 : c.advTime) ?? 0, a = ((u = e == null ? void 0 : e.home) == null ? void 0 : u.advTimePP1) ?? 0, i = ((b = e == null ? void 0 : e.away) == null ? void 0 : b.advTimePP1) ?? 0, o = ((p = e == null ? void 0 : e.home) == null ? void 0 : p.advTimePP2) ?? 0, s = ((h = e == null ? void 0 : e.away) == null ? void 0 : h.advTimePP2) ?? 0;
1277
1289
  return {
1278
- advTime: `${F(t)} / ${F(r)}`,
1279
- advTimePP1: `${F(a)} / ${F(i)}`,
1280
- advTimePP2: `${F(o)} / ${F(l)}`
1290
+ advTime: `${H(t)} / ${H(r)}`,
1291
+ advTimePP1: `${H(a)} / ${H(i)}`,
1292
+ advTimePP2: `${H(o)} / ${H(s)}`
1281
1293
  };
1282
1294
  }
1283
- function Ni(e) {
1295
+ function Mi(e) {
1284
1296
  var d, c, u, b, p, h;
1285
- const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.adv) ?? 0, r = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.ppgf) ?? 0, a = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.adv) ?? 0, i = ((b = e == null ? void 0 : e.away) == null ? void 0 : b.ppgf) ?? 0, o = (((p = e == null ? void 0 : e.home) == null ? void 0 : p.ppPercent) ?? 0).toFixed(2), l = (((h = e == null ? void 0 : e.away) == null ? void 0 : h.ppPercent) ?? 0).toFixed(2);
1286
- return `(${t}/${r}) <b>${o}%</b> / (${a}/${i}) <b>${l}%</b>`;
1297
+ const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.adv) ?? 0, r = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.ppgf) ?? 0, a = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.adv) ?? 0, i = ((b = e == null ? void 0 : e.away) == null ? void 0 : b.ppgf) ?? 0, o = (((p = e == null ? void 0 : e.home) == null ? void 0 : p.ppPercent) ?? 0).toFixed(2), s = (((h = e == null ? void 0 : e.away) == null ? void 0 : h.ppPercent) ?? 0).toFixed(2);
1298
+ return `(${t}/${r}) <b>${o}%</b> / (${a}/${i}) <b>${s}%</b>`;
1287
1299
  }
1288
- function Oi(e) {
1300
+ function Di(e) {
1289
1301
  var d, c, u, b, p, h;
1290
- const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.dvg) ?? 0, r = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.pk) ?? 0, a = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.dvg) ?? 0, i = ((b = e == null ? void 0 : e.away) == null ? void 0 : b.pk) ?? 0, o = (((p = e == null ? void 0 : e.home) == null ? void 0 : p.pkPercent) ?? 0).toFixed(2), l = (((h = e == null ? void 0 : e.away) == null ? void 0 : h.pkPercent) ?? 0).toFixed(2);
1291
- return `(${t}/${r}) <b>${o}%</b> / (${a}/${i}) <b>${l}%</b>`;
1302
+ const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.dvg) ?? 0, r = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.pk) ?? 0, a = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.dvg) ?? 0, i = ((b = e == null ? void 0 : e.away) == null ? void 0 : b.pk) ?? 0, o = (((p = e == null ? void 0 : e.home) == null ? void 0 : p.pkPercent) ?? 0).toFixed(2), s = (((h = e == null ? void 0 : e.away) == null ? void 0 : h.pkPercent) ?? 0).toFixed(2);
1303
+ return `(${t}/${r}) <b>${o}%</b> / (${a}/${i}) <b>${s}%</b>`;
1292
1304
  }
1293
- function sr(e) {
1305
+ function lr(e) {
1294
1306
  return {
1295
1307
  ...e,
1296
- penaltyCause: te(Ea, ct("_", "-"))(e.penaltyCause)
1308
+ penaltyCause: te(_a, gt("_", "-"))(e.penaltyCause)
1297
1309
  };
1298
1310
  }
1299
- const Se = (e) => Qe(e, Dt(["toi"])), Ii = 20, St = 1e3 * 60 * 5;
1300
- function lr(e = {}) {
1301
- const { data: t, interval: r, services: a } = e, { getGameData: i, getGameStats: o, getEvents: l, getGameOfficials: d } = a, c = G(!0), { resume: u, pause: b, isActive: p } = Cr(
1302
- () => Tt(i, o, l),
1311
+ const Se = (e) => Ze(e, Lt(["toi"])), Li = 20, $t = 1e3 * 60 * 5;
1312
+ function cr(e = {}) {
1313
+ const { data: t, interval: r, services: a } = e, { getGameData: i, getGameStats: o, getEvents: s, getGameOfficials: d } = a, c = U(!0), { resume: u, pause: b, isActive: p } = Fr(
1314
+ () => St(i, o, s),
1303
1315
  r,
1304
1316
  { immediate: !1 }
1305
- ), { pause: h } = ut(() => {
1317
+ ), { pause: h } = bt(() => {
1306
1318
  i(), d();
1307
- }, St, {
1319
+ }, $t, {
1308
1320
  immediate: !0,
1309
1321
  immediateCallback: !0
1310
- }), { resume: S, pause: $ } = ut(
1322
+ }), { resume: S, pause: $ } = bt(
1311
1323
  () => d(),
1312
- St,
1324
+ $t,
1313
1325
  {
1314
1326
  immediate: !1,
1315
1327
  immediateCallback: !0
1316
1328
  }
1317
1329
  );
1318
- return Tr(c, u, b), Oe(t, (N) => {
1319
- N.gameStatus < 1 && (c.value = !1), N.gameStatus === 1 && !p.value && (h(), S(), u(), c.value = !0), N.gameStatus > 1 && (c.value = !1, Tt(o, l, d), h(), $(), b());
1330
+ return Pr(c, u, b), Oe(t, (N) => {
1331
+ N.gameStatus < 1 && (c.value = !1), N.gameStatus === 1 && !p.value && (h(), S(), u(), c.value = !0), N.gameStatus > 1 && (c.value = !1, St(o, s, d), h(), $(), b());
1320
1332
  }), {
1321
1333
  pause: b
1322
1334
  };
1323
1335
  }
1324
- function Ai(e = {}) {
1325
- const t = (e == null ? void 0 : e.periodLength) ?? Ii, r = w(() => {
1336
+ function Ci(e = {}) {
1337
+ const t = (e == null ? void 0 : e.periodLength) ?? Li, r = w(() => {
1326
1338
  let i = t * 60;
1327
1339
  return (n(e).isOvertime || n(e).isShootout) && (i = n(e).overtimeLength * 60), i;
1328
1340
  });
1329
1341
  return {
1330
1342
  value: w(() => {
1331
1343
  const i = n(e), o = r.value - Number.parseInt(i.periodTime, 10) * 60;
1332
- let l = or(n(e)) - 1;
1333
- (i.isOvertime || i.isShootout) && l++;
1334
- const d = Sr(i.actualTime) - l * t * 60;
1344
+ let s = sr(n(e)) - 1;
1345
+ (i.isOvertime || i.isShootout) && s++;
1346
+ const d = jr(i.actualTime) - s * t * 60;
1335
1347
  return Math.max(o, d);
1336
1348
  }),
1337
1349
  max: r
1338
1350
  };
1339
1351
  }
1340
- function cr() {
1341
- const e = G([]);
1352
+ function dr() {
1353
+ const e = U([]);
1342
1354
  function t(a, i) {
1343
1355
  typeof i == "object" && i !== null && (i = i.message), e.value.push({ key: a, message: i });
1344
1356
  }
@@ -1354,7 +1366,7 @@ function cr() {
1354
1366
  remove: r
1355
1367
  };
1356
1368
  }
1357
- function _i(e) {
1369
+ function Gi(e) {
1358
1370
  return w(() => {
1359
1371
  const { homeTeam: r, awayTeam: a } = ie(e);
1360
1372
  return !(r != null && r.color) || !(a != null && a.color) ? {} : {
@@ -1369,7 +1381,7 @@ function _i(e) {
1369
1381
  };
1370
1382
  });
1371
1383
  }
1372
- const Mi = "Gól", Di = "Kiállítás", Li = "Kapus", Ci = "Idő", Pt = "Büntető", Pe = "events", Ue = "lineups", Ve = "team-stats", qe = "player-stats", Ye = "officials", Gi = {
1384
+ const Bi = "Gól", Hi = "Kiállítás", Ri = "Kapus", Fi = "Idő", jt = "Büntető", Pe = "events", Ue = "lineups", Ve = "team-stats", qe = "player-stats", Ye = "officials", Ki = {
1373
1385
  role: {
1374
1386
  label: "table.role.short",
1375
1387
  tooltip: "table.role.tooltip",
@@ -1380,7 +1392,7 @@ const Mi = "Gól", Di = "Kiállítás", Li = "Kapus", Ci = "Idő", Pt = "Büntet
1380
1392
  tooltip: "table.name.tooltip",
1381
1393
  class: "is-text-left is-text-bold"
1382
1394
  }
1383
- }, Bi = {
1395
+ }, Ui = {
1384
1396
  xmlns: "http://www.w3.org/2000/svg",
1385
1397
  viewBox: "0 0 24 24",
1386
1398
  fill: "none",
@@ -1389,10 +1401,10 @@ const Mi = "Gól", Di = "Kiállítás", Li = "Kapus", Ci = "Idő", Pt = "Büntet
1389
1401
  "stroke-linecap": "round",
1390
1402
  "stroke-linejoin": "round"
1391
1403
  };
1392
- function Hi(e, t) {
1393
- return g(), v("svg", Bi, t[0] || (t[0] = [
1394
- 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),
1395
- s("rect", {
1404
+ function Vi(e, t) {
1405
+ return g(), v("svg", Ui, t[0] || (t[0] = [
1406
+ l("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }, null, -1),
1407
+ l("rect", {
1396
1408
  x: "8",
1397
1409
  y: "2",
1398
1410
  width: "8",
@@ -1402,7 +1414,7 @@ function Hi(e, t) {
1402
1414
  }, null, -1)
1403
1415
  ]));
1404
1416
  }
1405
- const $e = { render: Hi }, Fi = {
1417
+ const $e = { render: Vi }, qi = {
1406
1418
  xmlns: "http://www.w3.org/2000/svg",
1407
1419
  viewBox: "0 0 24 24",
1408
1420
  fill: "none",
@@ -1411,13 +1423,13 @@ const $e = { render: Hi }, Fi = {
1411
1423
  "stroke-linecap": "round",
1412
1424
  "stroke-linejoin": "round"
1413
1425
  };
1414
- function Ri(e, t) {
1415
- return g(), v("svg", Fi, t[0] || (t[0] = [
1416
- 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),
1417
- s("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1)
1426
+ function Yi(e, t) {
1427
+ return g(), v("svg", qi, t[0] || (t[0] = [
1428
+ l("path", { d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z" }, null, -1),
1429
+ l("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1)
1418
1430
  ]));
1419
1431
  }
1420
- const dr = { render: Ri }, Ki = { class: "progress" }, Ui = ["aria-valuenow", "aria-valuemax"], gr = {
1432
+ const gr = { render: Yi }, Wi = { class: "progress" }, Qi = ["aria-valuenow", "aria-valuemax"], mr = {
1421
1433
  __name: "GamePeriodProgress",
1422
1434
  props: {
1423
1435
  gameData: {
@@ -1426,19 +1438,19 @@ const dr = { render: Ri }, Ki = { class: "progress" }, Ui = ["aria-valuenow", "a
1426
1438
  }
1427
1439
  },
1428
1440
  setup(e) {
1429
- const t = e, { max: r, value: a } = Ai(w(() => t.gameData));
1430
- return (i, o) => (g(), v("div", Ki, [
1431
- s("div", {
1441
+ const t = e, { max: r, value: a } = Ci(w(() => t.gameData));
1442
+ return (i, o) => (g(), v("div", Wi, [
1443
+ l("div", {
1432
1444
  class: "progress-bar progress-bar-stripped progress-bar-animated",
1433
1445
  role: "progressbar",
1434
1446
  style: xe(`width: ${n(a) / n(r) * 100}%`),
1435
1447
  "aria-valuenow": n(a),
1436
1448
  "aria-valuemin": "0",
1437
1449
  "aria-valuemax": n(r)
1438
- }, null, 12, Ui)
1450
+ }, null, 12, Qi)
1439
1451
  ]));
1440
1452
  }
1441
- }, Vi = { class: "period-results" }, qi = {
1453
+ }, Ji = { class: "period-results" }, Zi = {
1442
1454
  __name: "PeriodResults",
1443
1455
  props: {
1444
1456
  results: {
@@ -1455,43 +1467,43 @@ const dr = { render: Ri }, Ki = { class: "progress" }, Ui = ["aria-valuenow", "a
1455
1467
  }
1456
1468
  },
1457
1469
  setup(e) {
1458
- return (t, r) => (g(), v("table", Vi, [
1459
- s("tbody", null, [
1460
- s("tr", null, [
1461
- r[0] || (r[0] = s("td", null, [
1462
- s("span", { class: "is-home-team" })
1470
+ return (t, r) => (g(), v("table", Ji, [
1471
+ l("tbody", null, [
1472
+ l("tr", null, [
1473
+ r[0] || (r[0] = l("td", null, [
1474
+ l("span", { class: "is-home-team" })
1463
1475
  ], -1)),
1464
- s("td", null, m(e.homeTeamName), 1),
1476
+ l("td", null, m(e.homeTeamName), 1),
1465
1477
  (g(!0), v(k, null, E(e.results.home, (a, i) => (g(), v("td", { key: i }, m(a), 1))), 128))
1466
1478
  ]),
1467
- s("tr", null, [
1468
- r[1] || (r[1] = s("td", null, [
1469
- s("span", { class: "is-away-team" })
1479
+ l("tr", null, [
1480
+ r[1] || (r[1] = l("td", null, [
1481
+ l("span", { class: "is-away-team" })
1470
1482
  ], -1)),
1471
- s("td", null, m(e.awayTeamName), 1),
1483
+ l("td", null, m(e.awayTeamName), 1),
1472
1484
  (g(!0), v(k, null, E(e.results.away, (a, i) => (g(), v("td", { key: i }, m(a), 1))), 128))
1473
1485
  ])
1474
1486
  ])
1475
1487
  ]));
1476
1488
  }
1477
1489
  };
1478
- let Yi = 0;
1479
- function Wi() {
1480
- return ++Yi;
1490
+ let Xi = 0;
1491
+ function en() {
1492
+ return ++Xi;
1481
1493
  }
1482
- const Qi = (e) => te(De, q((t) => ({ ...t, eventId: t.eventId ? t.eventId : Wi() })))(e);
1483
- function Ji(e) {
1494
+ const tn = (e) => te(De, q((t) => ({ ...t, eventId: t.eventId ? t.eventId : en() })))(e);
1495
+ function rn(e) {
1484
1496
  const t = {
1485
1497
  home: [],
1486
1498
  away: []
1487
1499
  };
1488
- return e ? te(q(Ke(":")), q(Ia), Ke(","), ct(/^\(|\)$/g, ""))(e).reduce((a, i) => (a.home.push(i[0]), a.away.push(i[1]), a), t) : t;
1500
+ return e ? te(q(Ke(":")), q(La), Ke(","), gt(/^\(|\)$/g, ""))(e).reduce((a, i) => (a.home.push(i[0]), a.away.push(i[1]), a), t) : t;
1489
1501
  }
1490
- const $t = (e) => ot(re("row"), e);
1491
- function Zi(e, t, r) {
1492
- const a = $t((e == null ? void 0 : e[t]) ?? []), i = $t((e == null ? void 0 : e[r]) ?? []);
1502
+ const Et = (e) => lt(re("row"), e);
1503
+ function an(e, t, r) {
1504
+ const a = Et((e == null ? void 0 : e[t]) ?? []), i = Et((e == null ? void 0 : e[r]) ?? []);
1493
1505
  return ["1", "2", "3", "4", "gk"].reduce(
1494
- (o, l) => (o[l].home = a[l], o[l].away = i[l], o),
1506
+ (o, s) => (o[s].home = a[s], o[s].away = i[s], o),
1495
1507
  {
1496
1508
  1: { home: [], away: [] },
1497
1509
  2: { home: [], away: [] },
@@ -1501,9 +1513,9 @@ function Zi(e, t, r) {
1501
1513
  }
1502
1514
  );
1503
1515
  }
1504
- function Fe(e, t, r, a) {
1516
+ function Re(e, t, r, a) {
1505
1517
  let i = 0, o = 0;
1506
- const l = e.reduce((d, c) => {
1518
+ const s = e.reduce((d, c) => {
1507
1519
  var S, $, N;
1508
1520
  const u = ((S = c[t]) == null ? void 0 : S.period) ?? "p1", b = (($ = c[t]) == null ? void 0 : $[a]) ?? 0, p = ((N = c[r]) == null ? void 0 : N[a]) ?? 0, h = b + p;
1509
1521
  return i += b, o += p, d[u] = {
@@ -1512,15 +1524,15 @@ function Fe(e, t, r, a) {
1512
1524
  valueEnd: p
1513
1525
  }, d;
1514
1526
  }, {});
1515
- return l.all = {
1527
+ return s.all = {
1516
1528
  max: i + o,
1517
1529
  valueStart: i,
1518
1530
  valueEnd: o
1519
- }, l;
1531
+ }, s;
1520
1532
  }
1521
- function Xi(e) {
1533
+ function nn(e) {
1522
1534
  var d, c, u, b, p, h;
1523
- const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.advTime) ?? 0, r = ((c = e == null ? void 0 : e.away) == null ? void 0 : c.advTime) ?? 0, a = ((u = e == null ? void 0 : e.home) == null ? void 0 : u.advTimePP1) ?? 0, i = ((b = e == null ? void 0 : e.away) == null ? void 0 : b.advTimePP1) ?? 0, o = ((p = e == null ? void 0 : e.home) == null ? void 0 : p.advTimePP2) ?? 0, l = ((h = e == null ? void 0 : e.away) == null ? void 0 : h.advTimePP2) ?? 0;
1535
+ const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.advTime) ?? 0, r = ((c = e == null ? void 0 : e.away) == null ? void 0 : c.advTime) ?? 0, a = ((u = e == null ? void 0 : e.home) == null ? void 0 : u.advTimePP1) ?? 0, i = ((b = e == null ? void 0 : e.away) == null ? void 0 : b.advTimePP1) ?? 0, o = ((p = e == null ? void 0 : e.home) == null ? void 0 : p.advTimePP2) ?? 0, s = ((h = e == null ? void 0 : e.away) == null ? void 0 : h.advTimePP2) ?? 0;
1524
1536
  return {
1525
1537
  advTime: {
1526
1538
  max: t + r,
@@ -1533,15 +1545,15 @@ function Xi(e) {
1533
1545
  valueEnd: i
1534
1546
  },
1535
1547
  advTimePP2: {
1536
- max: o + l,
1548
+ max: o + s,
1537
1549
  valueStart: o,
1538
- valueEnd: l
1550
+ valueEnd: s
1539
1551
  }
1540
1552
  };
1541
1553
  }
1542
- function en(e) {
1554
+ function on(e) {
1543
1555
  var d, c, u, b, p, h;
1544
- const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.adv) ?? 0, r = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.ppgf) ?? 0, a = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.adv) ?? 0, i = ((b = e == null ? void 0 : e.away) == null ? void 0 : b.ppgf) ?? 0, o = (((p = e == null ? void 0 : e.home) == null ? void 0 : p.ppPercent) ?? 0).toFixed(2), l = (((h = e == null ? void 0 : e.away) == null ? void 0 : h.ppPercent) ?? 0).toFixed(2);
1556
+ const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.adv) ?? 0, r = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.ppgf) ?? 0, a = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.adv) ?? 0, i = ((b = e == null ? void 0 : e.away) == null ? void 0 : b.ppgf) ?? 0, o = (((p = e == null ? void 0 : e.home) == null ? void 0 : p.ppPercent) ?? 0).toFixed(2), s = (((h = e == null ? void 0 : e.away) == null ? void 0 : h.ppPercent) ?? 0).toFixed(2);
1545
1557
  return {
1546
1558
  powerPlays: {
1547
1559
  max: t + a,
@@ -1558,14 +1570,14 @@ function en(e) {
1558
1570
  powerPlayEfficiency: {
1559
1571
  max: 100,
1560
1572
  valueStart: o,
1561
- valueEnd: l,
1573
+ valueEnd: s,
1562
1574
  suffix: "%"
1563
1575
  }
1564
1576
  };
1565
1577
  }
1566
- function tn(e) {
1578
+ function sn(e) {
1567
1579
  var d, c, u, b, p, h;
1568
- const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.dvg) ?? 0, r = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.pk) ?? 0, a = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.dvg) ?? 0, i = ((b = e == null ? void 0 : e.away) == null ? void 0 : b.pk) ?? 0, o = (((p = e == null ? void 0 : e.home) == null ? void 0 : p.pkPercent) ?? 0).toFixed(2), l = (((h = e == null ? void 0 : e.away) == null ? void 0 : h.pkPercent) ?? 0).toFixed(2);
1580
+ const t = ((d = e == null ? void 0 : e.home) == null ? void 0 : d.dvg) ?? 0, r = ((c = e == null ? void 0 : e.home) == null ? void 0 : c.pk) ?? 0, a = ((u = e == null ? void 0 : e.away) == null ? void 0 : u.dvg) ?? 0, i = ((b = e == null ? void 0 : e.away) == null ? void 0 : b.pk) ?? 0, o = (((p = e == null ? void 0 : e.home) == null ? void 0 : p.pkPercent) ?? 0).toFixed(2), s = (((h = e == null ? void 0 : e.away) == null ? void 0 : h.pkPercent) ?? 0).toFixed(2);
1569
1581
  return {
1570
1582
  penaltyKill: {
1571
1583
  max: t + a,
@@ -1582,49 +1594,49 @@ function tn(e) {
1582
1594
  penaltyKillEfficiency: {
1583
1595
  max: 100,
1584
1596
  valueStart: o,
1585
- valueEnd: l,
1597
+ valueEnd: s,
1586
1598
  suffix: "%"
1587
1599
  }
1588
1600
  };
1589
1601
  }
1590
- function rn(e, t) {
1602
+ function ln(e, t) {
1591
1603
  const r = (i) => {
1592
1604
  const o = ["first_referee", "second_referee", "first_line_judge", "second_line_judge"].indexOf(i.role);
1593
1605
  return o > -1 ? o : 4;
1594
- }, a = (i) => ({ ...Ze(i), role: t(`role.${i.role}`) });
1595
- return ot(re("type"), q(a, Xt(r, Yt(e))));
1606
+ }, a = (i) => ({ ...et(i), role: t(`role.${i.role}`) });
1607
+ return lt(re("type"), q(a, er(r, Wt(e))));
1596
1608
  }
1597
- const jt = er([Jt(re("startingFive"))]);
1598
- function Et(e) {
1599
- return te(q(Ze), Zt(["headCoach", "secondCoach"]))(e);
1609
+ const Nt = tr([Zt(re("startingFive"))]);
1610
+ function Ot(e) {
1611
+ return te(q(et), Xt(["headCoach", "secondCoach"]))(e);
1600
1612
  }
1601
- Zt(["first_referee", "second_referee", "first_line_judge", "second_line_judge"]);
1602
- function Nt(e, t) {
1603
- const r = Ft(ca([Pa(t, ["team", "id"]), lt("Gól", "type")]), De(e)), a = q((l) => ({ ...l, eventTimeSec: jr(l.eventTime) }), r), i = it(
1604
- (l, d) => (l[d.playerId] ? l[d.playerId].eventTime += `, ${d.eventTime}` : l[d.playerId] = {
1613
+ Xt(["first_referee", "second_referee", "first_line_judge", "second_line_judge"]);
1614
+ function It(e, t) {
1615
+ const r = Ft(va([Oa(t, ["team", "id"]), dt("Gól", "type")]), De(e)), a = q((s) => ({ ...s, eventTimeSec: Or(s.eventTime) }), r), i = ot(
1616
+ (s, d) => (s[d.playerId] ? s[d.playerId].eventTime += `, ${d.eventTime}` : s[d.playerId] = {
1605
1617
  id: d.playerId,
1606
1618
  name: `${d.lastName} ${d.firstName}`,
1607
1619
  eventTime: d.eventTime,
1608
1620
  eventTimeSec: d.eventTimeSec
1609
- }, l),
1621
+ }, s),
1610
1622
  {},
1611
1623
  a
1612
1624
  );
1613
- return Xt(re("eventTimeSec"), Yt(i));
1625
+ return er(re("eventTimeSec"), Wt(i));
1614
1626
  }
1615
- const an = { class: "gamecenter-timeline-game-data" }, nn = { class: "is-title-container" }, on = { class: "is-gamedate" }, sn = { class: "is-local-gamedate" }, ln = { class: "is-external-contents" }, cn = ["href"], dn = ["href"], gn = ["href"], mn = { class: "is-teams-and-results" }, un = { class: "is-team-name" }, vn = { class: "is-goal-scorers" }, bn = {
1627
+ const cn = { class: "gamecenter-timeline-game-data" }, dn = { class: "is-title-container" }, gn = { class: "is-gamedate" }, mn = { class: "is-local-gamedate" }, un = { class: "is-external-contents" }, vn = ["href"], bn = ["href"], pn = ["href"], fn = { class: "is-teams-and-results" }, hn = { class: "is-team-name" }, yn = { class: "is-goal-scorers" }, wn = {
1616
1628
  key: 0,
1617
1629
  class: "is-game-status"
1618
- }, pn = {
1630
+ }, xn = {
1619
1631
  key: 1,
1620
1632
  class: "is-game-status"
1621
- }, fn = { key: 0 }, hn = { class: "is-badge is-invert is-large" }, yn = { key: 1 }, wn = { class: "is-badge is-invert is-large" }, xn = {
1633
+ }, kn = { key: 0 }, Tn = { class: "is-badge is-invert is-large" }, zn = { key: 1 }, Sn = { class: "is-badge is-invert is-large" }, Pn = {
1622
1634
  key: 3,
1623
1635
  class: "is-game-status"
1624
- }, kn = { key: 0 }, Tn = { key: 1 }, zn = { key: 2 }, Sn = { key: 3 }, Pn = {
1636
+ }, $n = { key: 0 }, jn = { key: 1 }, En = { key: 2 }, Nn = { key: 3 }, On = {
1625
1637
  key: 5,
1626
1638
  class: "is-attendance"
1627
- }, $n = { class: "is-team-name" }, jn = { class: "is-goal-scorers" }, En = {
1639
+ }, In = { class: "is-team-name" }, An = { class: "is-goal-scorers" }, _n = {
1628
1640
  __name: "GameData",
1629
1641
  props: {
1630
1642
  gameData: {
@@ -1641,15 +1653,15 @@ const an = { class: "gamecenter-timeline-game-data" }, nn = { class: "is-title-c
1641
1653
  }
1642
1654
  },
1643
1655
  setup(e) {
1644
- const t = e, { t: r } = D(), a = w(() => Ji(t.gameData.periodResults)), i = w(() => Nt(t.gameEvents, t.gameData.homeTeam.id)), o = w(() => Nt(t.gameEvents, t.gameData.awayTeam.id));
1645
- return (l, d) => (g(), v("div", an, [
1646
- s("div", nn, [
1647
- d[0] || (C(-1, !0), (d[0] = s("div", { class: "is-title" }, [
1656
+ const t = e, { t: r } = D(), a = w(() => rn(t.gameData.periodResults)), i = w(() => It(t.gameEvents, t.gameData.homeTeam.id)), o = w(() => It(t.gameEvents, t.gameData.awayTeam.id));
1657
+ return (s, d) => (g(), v("div", cn, [
1658
+ l("div", dn, [
1659
+ d[0] || (C(-1, !0), (d[0] = l("div", { class: "is-title" }, [
1648
1660
  x(m(e.gameData.championshipName) + " - " + m(e.gameData.divisionName) + " - " + m(e.gameData.gameName) + " / " + m(e.gameData.location.locationName), 1)
1649
1661
  ])).cacheIndex = 0, C(1), d[0]),
1650
- s("div", on, m(n(ke)(e.gameData.gameDate, "L dddd - HH:mm", null, e.locale)) + " (" + m(n(Te)(new Date(e.gameData.gameDate), null, e.locale)) + ") ", 1),
1651
- s("div", sn, m(n(r)("localTime")) + " (" + m(e.gameData.location.locationCountryISO || e.gameData.location.locationName) + "): " + m(n(ke)(e.gameData.gameDate, "L dddd - HH:mm", e.gameData.location.timezone, e.locale)) + " (" + m(n(Te)(new Date(e.gameData.gameDate), e.gameData.location.timezone, e.locale)) + ") ", 1),
1652
- s("div", ln, [
1662
+ l("div", gn, m(n(ke)(e.gameData.gameDate, "L dddd - HH:mm", null, e.locale)) + " (" + m(n(Te)(new Date(e.gameData.gameDate), null, e.locale)) + ") ", 1),
1663
+ l("div", mn, m(n(r)("localTime")) + " (" + m(e.gameData.location.locationCountryISO || e.gameData.location.locationName) + "): " + m(n(ke)(e.gameData.gameDate, "L dddd - HH:mm", e.gameData.location.timezone, e.locale)) + " (" + m(n(Te)(new Date(e.gameData.gameDate), e.gameData.location.timezone, e.locale)) + ") ", 1),
1664
+ l("div", un, [
1653
1665
  e.gameData.electronicReportUrl ? (g(), v("a", {
1654
1666
  key: 0,
1655
1667
  href: e.gameData.electronicReportUrl,
@@ -1657,7 +1669,7 @@ const an = { class: "gamecenter-timeline-game-data" }, nn = { class: "is-title-c
1657
1669
  }, [
1658
1670
  f(n($e), { class: "is-icon" }),
1659
1671
  x(" " + m(n(r)("sheet")), 1)
1660
- ], 8, cn)) : y("", !0),
1672
+ ], 8, vn)) : y("", !0),
1661
1673
  e.gameData.toiReportUrl ? (g(), v("a", {
1662
1674
  key: 1,
1663
1675
  href: e.gameData.toiReportUrl,
@@ -1665,98 +1677,98 @@ const an = { class: "gamecenter-timeline-game-data" }, nn = { class: "is-title-c
1665
1677
  }, [
1666
1678
  f(n($e), { class: "is-icon" }),
1667
1679
  x(" " + m(n(r)("toiSheet")), 1)
1668
- ], 8, dn)) : y("", !0),
1680
+ ], 8, bn)) : y("", !0),
1669
1681
  e.gameData.video ? (g(), v("a", {
1670
1682
  key: 2,
1671
1683
  href: e.gameData.video,
1672
1684
  target: "_blank"
1673
1685
  }, [
1674
- f(n(dr), { class: "is-icon" }),
1686
+ f(n(gr), { class: "is-icon" }),
1675
1687
  x(" " + m(n(r)("video")), 1)
1676
- ], 8, gn)) : y("", !0)
1688
+ ], 8, pn)) : y("", !0)
1677
1689
  ])
1678
1690
  ]),
1679
- s("div", mn, [
1680
- s("div", null, [
1691
+ l("div", fn, [
1692
+ l("div", null, [
1681
1693
  d[1] || (C(-1, !0), (d[1] = f(n(W), {
1682
1694
  src: e.gameData.homeTeam.logo,
1683
1695
  class: "is-team-logo",
1684
1696
  "default-src": n(Le)
1685
1697
  }, null, 8, ["src", "default-src"])).cacheIndex = 1, C(1), d[1]),
1686
- s("h1", un, m(e.gameData.homeTeam.longName), 1),
1687
- s("ul", vn, [
1698
+ l("h1", hn, m(e.gameData.homeTeam.longName), 1),
1699
+ l("ul", yn, [
1688
1700
  (g(!0), v(k, null, E(i.value, (c) => (g(), v("li", {
1689
1701
  key: c.id
1690
1702
  }, [
1691
1703
  x(m(c.name) + " ", 1),
1692
- s("span", null, m(c.eventTime), 1)
1704
+ l("span", null, m(c.eventTime), 1)
1693
1705
  ]))), 128))
1694
1706
  ])
1695
1707
  ]),
1696
- s("div", null, [
1697
- e.gameData.gameStatus > 1 ? (g(), v("p", bn, m(n(r)(`gameStatus.status-${e.gameData.gameStatus}`)), 1)) : y("", !0),
1698
- e.gameData.gameStatus === 1 ? (g(), v("p", pn, m(n(r)(`periods.${n(dt)(e.gameData.period)}`)), 1)) : y("", !0),
1708
+ l("div", null, [
1709
+ e.gameData.gameStatus > 1 ? (g(), v("p", wn, m(n(r)(`gameStatus.status-${e.gameData.gameStatus}`)), 1)) : y("", !0),
1710
+ e.gameData.gameStatus === 1 ? (g(), v("p", xn, m(n(r)(`periods.${n(mt)(e.gameData.period)}`)), 1)) : y("", !0),
1699
1711
  e.gameData.gameStatus > 1 ? (g(), v(k, { key: 2 }, [
1700
- e.gameData.isOvertime ? (g(), v("p", fn, [
1701
- s("span", hn, m(n(r)("afterOvertime")), 1)
1712
+ e.gameData.isOvertime ? (g(), v("p", kn, [
1713
+ l("span", Tn, m(n(r)("afterOvertime")), 1)
1702
1714
  ])) : y("", !0),
1703
- e.gameData.isShootout ? (g(), v("p", yn, [
1704
- s("span", wn, m(n(r)("afterShootout")), 1)
1715
+ e.gameData.isShootout ? (g(), v("p", zn, [
1716
+ l("span", Sn, m(n(r)("afterShootout")), 1)
1705
1717
  ])) : y("", !0)
1706
1718
  ], 64)) : y("", !0),
1707
- e.gameData.gameStatus === 1 ? (g(), v("p", xn, m(e.gameData.actualTime), 1)) : y("", !0),
1708
- e.gameData.gameStatus === 1 ? (g(), T(gr, {
1719
+ e.gameData.gameStatus === 1 ? (g(), v("p", Pn, m(e.gameData.actualTime), 1)) : y("", !0),
1720
+ e.gameData.gameStatus === 1 ? (g(), T(mr, {
1709
1721
  key: 4,
1710
1722
  "game-data": e.gameData
1711
1723
  }, null, 8, ["game-data"])) : y("", !0),
1712
- s("div", {
1724
+ l("div", {
1713
1725
  class: R(["is-game-result", [{ "is-game-status-live": e.gameData.gameStatus === 1 }]])
1714
1726
  }, [
1715
- e.gameData.gameStatus === 0 ? (g(), v("span", kn, "-")) : (g(), v("span", Tn, m(e.gameData.homeTeamScore), 1)),
1727
+ e.gameData.gameStatus === 0 ? (g(), v("span", $n, "-")) : (g(), v("span", jn, m(e.gameData.homeTeamScore), 1)),
1716
1728
  d[3] || (d[3] = x(":")),
1717
- e.gameData.gameStatus === 0 ? (g(), v("span", zn, "-")) : (g(), v("span", Sn, m(e.gameData.awayTeamScore), 1))
1729
+ e.gameData.gameStatus === 0 ? (g(), v("span", En, "-")) : (g(), v("span", Nn, m(e.gameData.awayTeamScore), 1))
1718
1730
  ], 2),
1719
- e.gameData.attendance ? (g(), v("p", Pn, m(n(r)("gameData.attendance", [e.gameData.attendance])), 1)) : y("", !0),
1720
- e.gameData.gameStatus > 0 ? (g(), T(qi, {
1731
+ e.gameData.attendance ? (g(), v("p", On, m(n(r)("gameData.attendance", [e.gameData.attendance])), 1)) : y("", !0),
1732
+ e.gameData.gameStatus > 0 ? (g(), T(Zi, {
1721
1733
  key: 6,
1722
1734
  results: a.value,
1723
1735
  "home-team-name": e.gameData.homeTeam.shortName,
1724
1736
  "away-team-name": e.gameData.awayTeam.shortName
1725
1737
  }, null, 8, ["results", "home-team-name", "away-team-name"])) : y("", !0)
1726
1738
  ]),
1727
- s("div", null, [
1739
+ l("div", null, [
1728
1740
  d[2] || (C(-1, !0), (d[2] = f(n(W), {
1729
1741
  src: e.gameData.awayTeam.logo,
1730
1742
  "default-src": n(Ce),
1731
1743
  class: "is-team-logo"
1732
1744
  }, null, 8, ["src", "default-src"])).cacheIndex = 2, C(1), d[2]),
1733
- s("h1", $n, m(e.gameData.awayTeam.longName), 1),
1734
- s("ul", jn, [
1745
+ l("h1", In, m(e.gameData.awayTeam.longName), 1),
1746
+ l("ul", An, [
1735
1747
  (g(!0), v(k, null, E(o.value, (c) => (g(), v("li", {
1736
1748
  key: c.id
1737
1749
  }, [
1738
1750
  x(m(c.name) + " ", 1),
1739
- s("span", null, m(c.eventTime), 1)
1751
+ l("span", null, m(c.eventTime), 1)
1740
1752
  ]))), 128))
1741
1753
  ])
1742
1754
  ])
1743
1755
  ])
1744
1756
  ]));
1745
1757
  }
1746
- }, Nn = {
1758
+ }, Mn = {
1747
1759
  width: "32",
1748
1760
  height: "32",
1749
1761
  viewBox: "0 0 32 32"
1750
1762
  };
1751
- function On(e, t) {
1752
- return g(), v("svg", Nn, t[0] || (t[0] = [
1753
- s("path", {
1763
+ function Dn(e, t) {
1764
+ return g(), v("svg", Mn, t[0] || (t[0] = [
1765
+ l("path", {
1754
1766
  fill: "currentColor",
1755
1767
  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"
1756
1768
  }, null, -1)
1757
1769
  ]));
1758
1770
  }
1759
- const be = { render: On }, In = ["data-team"], An = { class: "is-details-title" }, _n = { class: "is-team-logo" }, Mn = { class: "is-event-type-icon" }, Dn = { class: "is-timestamp" }, pe = {
1771
+ const be = { render: Dn }, Ln = ["data-team"], Cn = { class: "is-details-title" }, Gn = { class: "is-team-logo" }, Bn = { class: "is-event-type-icon" }, Hn = { class: "is-timestamp" }, pe = {
1760
1772
  __name: "GameEventLayout",
1761
1773
  props: {
1762
1774
  timestamp: {
@@ -1783,36 +1795,36 @@ const be = { render: On }, In = ["data-team"], An = { class: "is-details-title"
1783
1795
  class: "gamecenter-timeline-game-event",
1784
1796
  "data-team": e.isHomeTeam ? "home" : "away"
1785
1797
  }, [
1786
- r[0] || (r[0] = s("div", { class: "is-timeline" }, null, -1)),
1787
- s("div", {
1798
+ r[0] || (r[0] = l("div", { class: "is-timeline" }, null, -1)),
1799
+ l("div", {
1788
1800
  class: R(["is-details-container", [
1789
1801
  {
1790
- "is-goal": e.eventType === n(Mi),
1791
- "is-penalty": e.eventType === n(Di),
1792
- "is-timeout": e.eventType === n(Ci),
1793
- "is-goalies": e.eventType === n(Li),
1794
- "is-penalty-shot-goal": e.eventType === n(Pt) && e.event.goal,
1795
- "is-penalty-shot-no-goal": e.eventType === n(Pt) && !e.event.goal
1802
+ "is-goal": e.eventType === n(Bi),
1803
+ "is-penalty": e.eventType === n(Hi),
1804
+ "is-timeout": e.eventType === n(Fi),
1805
+ "is-goalies": e.eventType === n(Ri),
1806
+ "is-penalty-shot-goal": e.eventType === n(jt) && e.event.goal,
1807
+ "is-penalty-shot-no-goal": e.eventType === n(jt) && !e.event.goal
1796
1808
  }
1797
1809
  ]])
1798
1810
  }, [
1799
- s("div", An, [
1811
+ l("div", Cn, [
1800
1812
  Y(t.$slots, "title")
1801
1813
  ]),
1802
1814
  Y(t.$slots, "details-list"),
1803
- s("div", _n, [
1815
+ l("div", Gn, [
1804
1816
  Y(t.$slots, "team-logo")
1805
1817
  ]),
1806
- s("div", Mn, [
1818
+ l("div", Bn, [
1807
1819
  Y(t.$slots, "event-type-icon")
1808
1820
  ])
1809
1821
  ], 2),
1810
- s("div", Dn, [
1811
- s("p", null, m(e.timestamp), 1)
1822
+ l("div", Hn, [
1823
+ l("p", null, m(e.timestamp), 1)
1812
1824
  ])
1813
- ], 8, In));
1825
+ ], 8, Ln));
1814
1826
  }
1815
- }, Ln = ["aria-label"], fe = {
1827
+ }, Rn = ["aria-label"], fe = {
1816
1828
  __name: "TeamLogo",
1817
1829
  props: {
1818
1830
  name: {
@@ -1828,7 +1840,7 @@ const be = { render: On }, In = ["data-team"], An = { class: "is-details-title"
1828
1840
  }
1829
1841
  },
1830
1842
  setup(e) {
1831
- const t = e, r = G(null), a = w(() => t.isHomeTeam ? Le : Ce);
1843
+ const t = e, r = U(null), a = w(() => t.isHomeTeam ? Le : Ce);
1832
1844
  return (i, o) => (g(), v(k, null, [
1833
1845
  f(n(Q), {
1834
1846
  offset: 2,
@@ -1837,9 +1849,9 @@ const be = { render: On }, In = ["data-team"], An = { class: "is-details-title"
1837
1849
  content: e.name,
1838
1850
  "append-to": r.value
1839
1851
  }, {
1840
- default: z(({ setRef: l, events: d }) => [
1841
- s("span", ne({
1842
- ref: l,
1852
+ default: z(({ setRef: s, events: d }) => [
1853
+ l("span", ne({
1854
+ ref: s,
1843
1855
  tabindex: 0,
1844
1856
  "aria-label": e.name
1845
1857
  }, oe(d, !0)), [
@@ -1847,23 +1859,23 @@ const be = { render: On }, In = ["data-team"], An = { class: "is-details-title"
1847
1859
  src: e.logo,
1848
1860
  "default-src": a.value
1849
1861
  }, null, 8, ["src", "default-src"])
1850
- ], 16, Ln)
1862
+ ], 16, Rn)
1851
1863
  ]),
1852
1864
  _: 1
1853
1865
  }, 8, ["content", "append-to"]),
1854
- s("div", {
1866
+ l("div", {
1855
1867
  ref_key: "tooltipContainer",
1856
1868
  ref: r
1857
1869
  }, null, 512)
1858
1870
  ], 64));
1859
1871
  }
1860
- }, Cn = { key: 0 }, Gn = { key: 1 }, Bn = { class: "is-details-list" }, Hn = { class: "is-evented-person" }, Fn = { class: "is-player-number" }, Rn = { class: "is-assists-list" }, Kn = { class: "is-player-number" }, Un = {
1872
+ }, Fn = { key: 0 }, Kn = { key: 1 }, Un = { class: "is-details-list" }, Vn = { class: "is-evented-person" }, qn = { class: "is-player-number" }, Yn = { class: "is-assists-list" }, Wn = { class: "is-player-number" }, Qn = {
1861
1873
  key: 0,
1862
1874
  class: "is-poi-data"
1863
- }, Vn = ["aria-label"], qn = ["aria-label"], Yn = {
1875
+ }, Jn = ["aria-label"], Zn = ["aria-label"], Xn = {
1864
1876
  key: 0,
1865
1877
  class: "is-badge is-invert is-large"
1866
- }, Wn = {
1878
+ }, eo = {
1867
1879
  __name: "Goal",
1868
1880
  props: {
1869
1881
  event: {
@@ -1876,7 +1888,7 @@ const be = { render: On }, In = ["data-team"], An = { class: "is-details-title"
1876
1888
  }
1877
1889
  },
1878
1890
  setup(e) {
1879
- const t = e, r = G(null), { t: a } = D(), i = w(() => ee((d) => A(d), [t.event.assists1, t.event.assists2])), o = w(() => t.event.homeOnIce), l = w(() => t.event.awayOnIce);
1891
+ const t = e, r = U(null), { t: a } = D(), i = w(() => ee((d) => A(d), [t.event.assists1, t.event.assists2])), o = w(() => t.event.homeOnIce), s = w(() => t.event.awayOnIce);
1880
1892
  return (d, c) => (g(), T(pe, {
1881
1893
  timestamp: e.event.eventTime,
1882
1894
  "is-home-team": e.isHomeTeam,
@@ -1885,27 +1897,27 @@ const be = { render: On }, In = ["data-team"], An = { class: "is-details-title"
1885
1897
  }, {
1886
1898
  title: z(() => [
1887
1899
  x(m(n(a)("eventType.Gól")) + " ", 1),
1888
- e.event.advantage ? (g(), v("span", Cn, m(e.event.advantage), 1)) : y("", !0),
1889
- e.event.en ? (g(), v("span", Gn, " EN ")) : y("", !0),
1900
+ e.event.advantage ? (g(), v("span", Fn, m(e.event.advantage), 1)) : y("", !0),
1901
+ e.event.en ? (g(), v("span", Kn, " EN ")) : y("", !0),
1890
1902
  x(" (" + m(e.event.score) + ") ", 1)
1891
1903
  ]),
1892
1904
  "details-list": z(() => [
1893
- s("ul", Bn, [
1894
- s("li", Hn, [
1895
- s("span", Fn, m(e.event.jerseyNumber), 1),
1905
+ l("ul", Un, [
1906
+ l("li", Vn, [
1907
+ l("span", qn, m(e.event.jerseyNumber), 1),
1896
1908
  x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
1897
1909
  ]),
1898
- s("li", Rn, [
1910
+ l("li", Yn, [
1899
1911
  (g(!0), v(k, null, E(i.value, (u) => (g(), v("span", {
1900
1912
  key: u,
1901
1913
  class: "is-evented-person"
1902
1914
  }, [
1903
- s("i", Kn, m(u.jerseyNumber), 1),
1915
+ l("i", Wn, m(u.jerseyNumber), 1),
1904
1916
  x(" " + m(u.lastName) + " " + m(u.firstName), 1)
1905
1917
  ]))), 128))
1906
1918
  ]),
1907
- !n(A)(o.value) || !n(A)(l.value) ? (g(), v("li", Un, [
1908
- s("ul", null, [
1919
+ !n(A)(o.value) || !n(A)(s.value) ? (g(), v("li", Qn, [
1920
+ l("ul", null, [
1909
1921
  (g(!0), v(k, null, E(o.value, (u) => (g(), T(n(Q), {
1910
1922
  key: u.playerId,
1911
1923
  offset: 2,
@@ -1915,19 +1927,19 @@ const be = { render: On }, In = ["data-team"], An = { class: "is-details-title"
1915
1927
  "append-to": r.value
1916
1928
  }, {
1917
1929
  default: z(({ setRef: b, events: p }) => [
1918
- s("li", ne({
1930
+ l("li", ne({
1919
1931
  ref_for: !0,
1920
1932
  ref: b,
1921
1933
  tabindex: 0,
1922
1934
  "aria-label": `${u.jerseyNumber} ${u.lastName} ${u.firstName}`
1923
- }, oe(p, !0)), m(u.jerseyNumber), 17, Vn)
1935
+ }, oe(p, !0)), m(u.jerseyNumber), 17, Jn)
1924
1936
  ]),
1925
1937
  _: 2
1926
1938
  }, 1032, ["content", "append-to"]))), 128))
1927
1939
  ]),
1928
- c[0] || (c[0] = s("span", null, " / ", -1)),
1929
- s("ul", null, [
1930
- (g(!0), v(k, null, E(l.value, (u) => (g(), T(n(Q), {
1940
+ c[0] || (c[0] = l("span", null, " / ", -1)),
1941
+ l("ul", null, [
1942
+ (g(!0), v(k, null, E(s.value, (u) => (g(), T(n(Q), {
1931
1943
  key: u.playerId,
1932
1944
  offset: 2,
1933
1945
  placement: "top",
@@ -1936,19 +1948,19 @@ const be = { render: On }, In = ["data-team"], An = { class: "is-details-title"
1936
1948
  "append-to": r.value
1937
1949
  }, {
1938
1950
  default: z(({ setRef: b, events: p }) => [
1939
- s("li", ne({
1951
+ l("li", ne({
1940
1952
  ref_for: !0,
1941
1953
  ref: b,
1942
1954
  tabindex: 0,
1943
1955
  "aria-label": `${u.jerseyNumber} ${u.lastName} ${u.firstName}`
1944
- }, oe(p, !0)), m(u.jerseyNumber), 17, qn)
1956
+ }, oe(p, !0)), m(u.jerseyNumber), 17, Zn)
1945
1957
  ]),
1946
1958
  _: 2
1947
1959
  }, 1032, ["content", "append-to"]))), 128))
1948
1960
  ])
1949
1961
  ])) : y("", !0),
1950
- s("li", null, [
1951
- e.event.ps || e.event.gws || e.event.gwg ? (g(), v("span", Yn, [
1962
+ l("li", null, [
1963
+ e.event.ps || e.event.gws || e.event.gwg ? (g(), v("span", Xn, [
1952
1964
  e.event.ps ? (g(), v(k, { key: 0 }, [
1953
1965
  x("PS")
1954
1966
  ], 64)) : y("", !0),
@@ -1976,44 +1988,44 @@ const be = { render: On }, In = ["data-team"], An = { class: "is-details-title"
1976
1988
  _: 1
1977
1989
  }, 8, ["timestamp", "is-home-team", "event-type", "event"]));
1978
1990
  }
1979
- }, Qn = {
1991
+ }, to = {
1980
1992
  xmlns: "http://www.w3.org/2000/svg",
1981
1993
  viewBox: "0 0 24 24"
1982
1994
  };
1983
- function Jn(e, t) {
1984
- return g(), v("svg", Qn, t[0] || (t[0] = [
1985
- s("path", {
1995
+ function ro(e, t) {
1996
+ return g(), v("svg", to, t[0] || (t[0] = [
1997
+ l("path", {
1986
1998
  fill: "currentColor",
1987
1999
  d: "M8.12 9.29 12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0z"
1988
2000
  }, null, -1)
1989
2001
  ]));
1990
2002
  }
1991
- const mr = { render: Jn }, Zn = {
2003
+ const ur = { render: ro }, ao = {
1992
2004
  xmlns: "http://www.w3.org/2000/svg",
1993
2005
  viewBox: "0 0 24 24"
1994
2006
  };
1995
- function Xn(e, t) {
1996
- return g(), v("svg", Zn, t[0] || (t[0] = [
1997
- s("path", {
2007
+ function io(e, t) {
2008
+ return g(), v("svg", ao, t[0] || (t[0] = [
2009
+ l("path", {
1998
2010
  fill: "currentColor",
1999
2011
  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"
2000
2012
  }, null, -1)
2001
2013
  ]));
2002
2014
  }
2003
- const We = { render: Xn }, eo = {
2015
+ const We = { render: io }, no = {
2004
2016
  xmlns: "http://www.w3.org/2000/svg",
2005
2017
  fill: "none",
2006
2018
  viewBox: "0 0 24 24"
2007
2019
  };
2008
- function to(e, t) {
2009
- return g(), v("svg", eo, t[0] || (t[0] = [
2010
- s("path", {
2020
+ function oo(e, t) {
2021
+ return g(), v("svg", no, t[0] || (t[0] = [
2022
+ l("path", {
2011
2023
  fill: "#000",
2012
2024
  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"
2013
2025
  }, null, -1)
2014
2026
  ]));
2015
2027
  }
2016
- const ro = { render: to }, ao = { class: "is-details-list" }, io = { class: "is-evented-person" }, no = { class: "is-player-number" }, oo = {
2028
+ const so = { render: oo }, lo = { class: "is-details-list" }, co = { class: "is-evented-person" }, go = { class: "is-player-number" }, mo = {
2017
2029
  __name: "Goalies",
2018
2030
  props: {
2019
2031
  event: {
@@ -2037,9 +2049,9 @@ const ro = { render: to }, ao = { class: "is-details-list" }, io = { class: "is-
2037
2049
  x(m(n(t)("eventType.Kapus")) + " - " + m(n(t)(`eventType.goalie.${e.event.gkDirection}`)), 1)
2038
2050
  ]),
2039
2051
  "details-list": z(() => [
2040
- s("ul", ao, [
2041
- s("li", io, [
2042
- s("span", no, m(e.event.jerseyNumber), 1),
2052
+ l("ul", lo, [
2053
+ l("li", co, [
2054
+ l("span", go, m(e.event.jerseyNumber), 1),
2043
2055
  x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
2044
2056
  ])
2045
2057
  ])
@@ -2053,7 +2065,7 @@ const ro = { render: to }, ao = { class: "is-details-list" }, io = { class: "is-
2053
2065
  }, null, 8, ["name", "logo", "is-home-team"]))
2054
2066
  ]),
2055
2067
  "event-type-icon": z(() => [
2056
- e.event.gkDirection === "CSERE" ? (g(), T(n(ro), {
2068
+ e.event.gkDirection === "CSERE" ? (g(), T(n(so), {
2057
2069
  key: 0,
2058
2070
  width: "24",
2059
2071
  height: "24",
@@ -2065,7 +2077,7 @@ const ro = { render: to }, ao = { class: "is-details-list" }, io = { class: "is-
2065
2077
  height: "24",
2066
2078
  class: "is-goalie-in-icon"
2067
2079
  })) : y("", !0),
2068
- e.event.gkDirection === "KI" ? (g(), T(n(mr), {
2080
+ e.event.gkDirection === "KI" ? (g(), T(n(ur), {
2069
2081
  key: 2,
2070
2082
  width: "24",
2071
2083
  height: "24",
@@ -2075,16 +2087,16 @@ const ro = { render: to }, ao = { class: "is-details-list" }, io = { class: "is-
2075
2087
  _: 1
2076
2088
  }, 8, ["timestamp", "is-home-team", "event-type", "event"]));
2077
2089
  }
2078
- }, so = { viewBox: "0 0 24 24" };
2079
- function lo(e, t) {
2080
- return g(), v("svg", so, t[0] || (t[0] = [
2081
- s("path", {
2090
+ }, uo = { viewBox: "0 0 24 24" };
2091
+ function vo(e, t) {
2092
+ return g(), v("svg", uo, t[0] || (t[0] = [
2093
+ l("path", {
2082
2094
  fill: "currentColor",
2083
2095
  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"
2084
2096
  }, null, -1)
2085
2097
  ]));
2086
2098
  }
2087
- const ur = { render: lo }, co = { class: "is-details-list" }, go = { class: "is-evented-person" }, mo = { key: 0 }, uo = { class: "is-player-number" }, vo = { class: "is-details-sub-title" }, bo = {
2099
+ const vr = { render: vo }, bo = { class: "is-details-list" }, po = { class: "is-evented-person" }, fo = { key: 0 }, ho = { class: "is-player-number" }, yo = { class: "is-details-sub-title" }, wo = {
2088
2100
  __name: "Penalty",
2089
2101
  props: {
2090
2102
  event: {
@@ -2097,7 +2109,7 @@ const ur = { render: lo }, co = { class: "is-details-list" }, go = { class: "is-
2097
2109
  }
2098
2110
  },
2099
2111
  setup(e) {
2100
- const t = e, { t: r } = D(), a = w(() => sr(t.event));
2112
+ const t = e, { t: r } = D(), a = w(() => lr(t.event));
2101
2113
  return (i, o) => (g(), T(pe, {
2102
2114
  timestamp: e.event.eventTime,
2103
2115
  "is-home-team": e.isHomeTeam,
@@ -2116,16 +2128,16 @@ const ur = { render: lo }, co = { class: "is-details-list" }, go = { class: "is-
2116
2128
  ], 64)) : y("", !0)
2117
2129
  ]),
2118
2130
  "details-list": z(() => [
2119
- s("ul", co, [
2120
- s("li", go, [
2121
- e.event.jerseyNumber === null ? (g(), v("span", mo, m(n(r)("events.teamPenalty")), 1)) : (g(), v(k, { key: 1 }, [
2122
- s("span", uo, m(e.event.jerseyNumber), 1),
2131
+ l("ul", bo, [
2132
+ l("li", po, [
2133
+ e.event.jerseyNumber === null ? (g(), v("span", fo, m(n(r)("events.teamPenalty")), 1)) : (g(), v(k, { key: 1 }, [
2134
+ l("span", ho, m(e.event.jerseyNumber), 1),
2123
2135
  x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
2124
2136
  ], 64))
2125
2137
  ]),
2126
- s("li", vo, [
2138
+ l("li", yo, [
2127
2139
  x(m(n(r)(`penalties.${a.value.penaltyCause}`)) + " ", 1),
2128
- s("b", null, "(" + m(a.value.penaltyCause) + ")", 1)
2140
+ l("b", null, "(" + m(a.value.penaltyCause) + ")", 1)
2129
2141
  ])
2130
2142
  ])
2131
2143
  ]),
@@ -2138,12 +2150,12 @@ const ur = { render: lo }, co = { class: "is-details-list" }, go = { class: "is-
2138
2150
  }, null, 8, ["name", "logo", "is-home-team"]))
2139
2151
  ]),
2140
2152
  "event-type-icon": z(() => [
2141
- f(n(ur))
2153
+ f(n(vr))
2142
2154
  ]),
2143
2155
  _: 1
2144
2156
  }, 8, ["timestamp", "is-home-team", "event-type"]));
2145
2157
  }
2146
- }, po = { class: "is-details-list" }, fo = { class: "is-evented-person" }, ho = { class: "is-player-number" }, yo = {
2158
+ }, xo = { class: "is-details-list" }, ko = { class: "is-evented-person" }, To = { class: "is-player-number" }, zo = {
2147
2159
  __name: "PenaltyShot",
2148
2160
  props: {
2149
2161
  event: {
@@ -2173,9 +2185,9 @@ const ur = { render: lo }, co = { class: "is-details-list" }, go = { class: "is-
2173
2185
  x(" - (" + m(e.event.score) + ") ", 1)
2174
2186
  ]),
2175
2187
  "details-list": z(() => [
2176
- s("ul", po, [
2177
- s("li", fo, [
2178
- s("span", ho, m(e.event.jerseyNumber), 1),
2188
+ l("ul", xo, [
2189
+ l("li", ko, [
2190
+ l("span", To, m(e.event.jerseyNumber), 1),
2179
2191
  x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
2180
2192
  ])
2181
2193
  ])
@@ -2194,20 +2206,20 @@ const ur = { render: lo }, co = { class: "is-details-list" }, go = { class: "is-
2194
2206
  _: 1
2195
2207
  }, 8, ["timestamp", "is-home-team", "event-type", "event"]));
2196
2208
  }
2197
- }, wo = {
2209
+ }, So = {
2198
2210
  width: "32",
2199
2211
  height: "32",
2200
2212
  viewBox: "0 0 24 24"
2201
2213
  };
2202
- function xo(e, t) {
2203
- return g(), v("svg", wo, t[0] || (t[0] = [
2204
- s("path", {
2214
+ function Po(e, t) {
2215
+ return g(), v("svg", So, t[0] || (t[0] = [
2216
+ l("path", {
2205
2217
  fill: "currentColor",
2206
2218
  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"
2207
2219
  }, null, -1)
2208
2220
  ]));
2209
2221
  }
2210
- const gt = { render: xo }, ko = { class: "is-period-header" }, To = {
2222
+ const ut = { render: Po }, $o = { class: "is-period-header" }, jo = {
2211
2223
  __name: "Period",
2212
2224
  props: {
2213
2225
  event: {
@@ -2217,16 +2229,16 @@ const gt = { render: xo }, ko = { class: "is-period-header" }, To = {
2217
2229
  },
2218
2230
  setup(e) {
2219
2231
  const { t } = D();
2220
- return (r, a) => (g(), v("div", ko, [
2221
- a[0] || (a[0] = s("div", null, null, -1)),
2222
- s("p", null, m(e.event.eventPeriod === "pre" ? "-15:00" : e.event.eventTime), 1),
2223
- s("span", null, [
2224
- f(n(gt)),
2232
+ return (r, a) => (g(), v("div", $o, [
2233
+ a[0] || (a[0] = l("div", null, null, -1)),
2234
+ l("p", null, m(e.event.eventPeriod === "pre" ? "-15:00" : e.event.eventTime), 1),
2235
+ l("span", null, [
2236
+ f(n(ut)),
2225
2237
  x(" " + m(n(t)(`periods.${e.event.eventPeriod}`)), 1)
2226
2238
  ])
2227
2239
  ]));
2228
2240
  }
2229
- }, zo = {
2241
+ }, Eo = {
2230
2242
  __name: "Timeout",
2231
2243
  props: {
2232
2244
  event: {
@@ -2257,12 +2269,12 @@ const gt = { render: xo }, ko = { class: "is-period-header" }, To = {
2257
2269
  }, null, 8, ["name", "logo", "is-home-team"]))
2258
2270
  ]),
2259
2271
  "event-type-icon": z(() => [
2260
- f(n(gt))
2272
+ f(n(ut))
2261
2273
  ]),
2262
2274
  _: 1
2263
2275
  }, 8, ["timestamp", "is-home-team", "event-type"]));
2264
2276
  }
2265
- }, So = {
2277
+ }, No = {
2266
2278
  __name: "GameEvent",
2267
2279
  props: {
2268
2280
  event: {
@@ -2275,16 +2287,16 @@ const gt = { render: xo }, ko = { class: "is-period-header" }, To = {
2275
2287
  }
2276
2288
  },
2277
2289
  setup(e) {
2278
- const t = e, r = (/* @__PURE__ */ new Map()).set("Gól", Wn).set("Kiállítás", bo).set("Kapus", oo).set("Idő", zo).set("Büntető", yo).set("Period", To), a = w(() => r.get(t.event.type)), i = w(() => {
2279
- var o, l;
2280
- return ((l = (o = t.event) == null ? void 0 : o.team) == null ? void 0 : l.id) === t.homeTeamId;
2290
+ const t = e, r = (/* @__PURE__ */ new Map()).set("Gól", eo).set("Kiállítás", wo).set("Kapus", mo).set("Idő", Eo).set("Büntető", zo).set("Period", jo), a = w(() => r.get(t.event.type)), i = w(() => {
2291
+ var o, s;
2292
+ return ((s = (o = t.event) == null ? void 0 : o.team) == null ? void 0 : s.id) === t.homeTeamId;
2281
2293
  });
2282
- return (o, l) => (g(), T(It(a.value), {
2294
+ return (o, s) => (g(), T(At(a.value), {
2283
2295
  event: e.event,
2284
2296
  "is-home-team": i.value
2285
2297
  }, null, 8, ["event", "is-home-team"]));
2286
2298
  }
2287
- }, Po = { class: "gamecenter-timeline-game-events" }, $o = {
2299
+ }, Oo = { class: "gamecenter-timeline-game-events" }, Io = {
2288
2300
  __name: "GameEvents",
2289
2301
  props: {
2290
2302
  gameEvents: {
@@ -2297,10 +2309,10 @@ const gt = { render: xo }, ko = { class: "is-period-header" }, To = {
2297
2309
  }
2298
2310
  },
2299
2311
  setup(e) {
2300
- return (t, r) => (g(), v("div", Po, [
2301
- f(yr, { name: "transition-event" }, {
2312
+ return (t, r) => (g(), v("div", Oo, [
2313
+ f(kr, { name: "transition-event" }, {
2302
2314
  default: z(() => [
2303
- (g(!0), v(k, null, E(e.gameEvents, (a) => (g(), T(So, {
2315
+ (g(!0), v(k, null, E(e.gameEvents, (a) => (g(), T(No, {
2304
2316
  key: a.eventId,
2305
2317
  event: a,
2306
2318
  "home-team-id": e.gameData.homeTeam.id
@@ -2308,10 +2320,10 @@ const gt = { render: xo }, ko = { class: "is-period-header" }, To = {
2308
2320
  ]),
2309
2321
  _: 1
2310
2322
  }),
2311
- r[0] || (r[0] = s("div", { id: "event-tooltip-container" }, null, -1))
2323
+ r[0] || (r[0] = l("div", { id: "event-tooltip-container" }, null, -1))
2312
2324
  ]));
2313
2325
  }
2314
- }, jo = { class: "gamecenter-timeline-lineups" }, Eo = { class: "is-heading-2" }, No = { class: "is-container" }, Oo = { class: "is-heading-2" }, Io = { class: "is-container" }, Ao = { class: "gamecenter-timeline-lineups-lines-simple" }, _o = { class: "gamecenter-timeline-lineups-lines-simple" }, Mo = {
2326
+ }, Ao = { class: "gamecenter-timeline-lineups" }, _o = { class: "is-heading-2" }, Mo = { class: "is-container" }, Do = { class: "is-heading-2" }, Lo = { class: "is-container" }, Co = { class: "gamecenter-timeline-lineups-lines-simple" }, Go = { class: "gamecenter-timeline-lineups-lines-simple" }, Bo = {
2315
2327
  __name: "GameLineups",
2316
2328
  props: {
2317
2329
  data: {
@@ -2338,17 +2350,17 @@ const gt = { render: xo }, ko = { class: "is-period-header" }, To = {
2338
2350
  }
2339
2351
  },
2340
2352
  setup(e) {
2341
- const t = e, { t: r } = D(), a = w(() => Zi(t.data, t.homeTeamId, t.awayTeamId)), i = w(() => {
2342
- var l, d;
2343
- return Et(((d = (l = t.gameOfficials) == null ? void 0 : l.gameTeamMembers) == null ? void 0 : d.home) ?? []);
2353
+ const t = e, { t: r } = D(), a = w(() => an(t.data, t.homeTeamId, t.awayTeamId)), i = w(() => {
2354
+ var s, d;
2355
+ return Ot(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.home) ?? []);
2344
2356
  }), o = w(() => {
2345
- var l, d;
2346
- return Et(((d = (l = t.gameOfficials) == null ? void 0 : l.gameTeamMembers) == null ? void 0 : d.away) ?? []);
2357
+ var s, d;
2358
+ return Ot(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.away) ?? []);
2347
2359
  });
2348
- return (l, d) => (g(), v("div", jo, [
2360
+ return (s, d) => (g(), v("div", Ao, [
2349
2361
  (g(!0), v(k, null, E(a.value, (c, u) => (g(), v(k, { key: u }, [
2350
- s("h2", Eo, m(n(r)(`rows.row-${u}`)), 1),
2351
- s("div", No, [
2362
+ l("h2", _o, m(n(r)(`rows.row-${u}`)), 1),
2363
+ l("div", Mo, [
2352
2364
  (g(!0), v(k, null, E(c, (b, p) => (g(), v("div", {
2353
2365
  key: p,
2354
2366
  class: R(["gamecenter-timeline-lineups-lines", [{ "is-away-team": p === "away" }]])
@@ -2359,55 +2371,55 @@ const gt = { render: xo }, ko = { class: "is-period-header" }, To = {
2359
2371
  key: h.position,
2360
2372
  class: R(["is-player-wrapper", [`is-${h.position}`]])
2361
2373
  }, [
2362
- s("li", null, [
2374
+ l("li", null, [
2363
2375
  f(n(W), {
2364
2376
  src: h.player.picture
2365
2377
  }, null, 8, ["src"])
2366
2378
  ]),
2367
- s("li", null, m(h.number), 1),
2368
- s("li", null, [
2369
- x(m(((S = n(Je)(h)) == null ? void 0 : S.name) ?? "") + " ", 1),
2370
- s("ul", null, [
2379
+ l("li", null, m(h.number), 1),
2380
+ l("li", null, [
2381
+ x(m(((S = n(Xe)(h)) == null ? void 0 : S.name) ?? "") + " ", 1),
2382
+ l("ul", null, [
2371
2383
  (g(!0), v(k, null, E(h.goal, ($) => (g(), v("li", { key: $ }, [
2372
2384
  f(n(be))
2373
2385
  ]))), 128))
2374
2386
  ])
2375
2387
  ]),
2376
- s("li", null, m(h.position), 1)
2388
+ l("li", null, m(h.position), 1)
2377
2389
  ], 2);
2378
2390
  }), 128))
2379
2391
  ], 2))), 128))
2380
2392
  ])
2381
2393
  ], 64))), 128)),
2382
- d[0] || (d[0] = s("hr", null, null, -1)),
2383
- s("h2", Oo, m(n(r)("title.coaches")), 1),
2384
- s("div", Io, [
2385
- s("div", Ao, [
2394
+ d[0] || (d[0] = l("hr", null, null, -1)),
2395
+ l("h2", Do, m(n(r)("title.coaches")), 1),
2396
+ l("div", Lo, [
2397
+ l("div", Co, [
2386
2398
  (g(!0), v(k, null, E(i.value, (c, u) => (g(), v("ul", {
2387
2399
  key: c.role,
2388
2400
  class: "is-official-person-container is-home-team"
2389
2401
  }, [
2390
- s("li", null, [
2402
+ l("li", null, [
2391
2403
  f(n(W), {
2392
2404
  src: c.picture
2393
2405
  }, null, 8, ["src"])
2394
2406
  ]),
2395
- s("li", null, m(c.name), 1),
2396
- s("li", null, m(n(r)(`teamMembers.${u}`)), 1)
2407
+ l("li", null, m(c.name), 1),
2408
+ l("li", null, m(n(r)(`teamMembers.${u}`)), 1)
2397
2409
  ]))), 128))
2398
2410
  ]),
2399
- s("div", _o, [
2411
+ l("div", Go, [
2400
2412
  (g(!0), v(k, null, E(o.value, (c, u) => (g(), v("ul", {
2401
2413
  key: c.role,
2402
2414
  class: "is-official-person-container is-away-team"
2403
2415
  }, [
2404
- s("li", null, [
2416
+ l("li", null, [
2405
2417
  f(n(W), {
2406
2418
  src: c.picture
2407
2419
  }, null, 8, ["src"])
2408
2420
  ]),
2409
- s("li", null, m(c.name), 1),
2410
- s("li", null, m(n(r)(`teamMembers.${u}`)), 1)
2421
+ l("li", null, m(c.name), 1),
2422
+ l("li", null, m(n(r)(`teamMembers.${u}`)), 1)
2411
2423
  ]))), 128))
2412
2424
  ])
2413
2425
  ])
@@ -2416,28 +2428,28 @@ const gt = { render: xo }, ko = { class: "is-period-header" }, To = {
2416
2428
  };
2417
2429
  function je(e, t) {
2418
2430
  return q((a) => ({
2419
- ...e[a].name ? { name: e[a].name } : e[a].firstName ? Ze(e[a]) : { name: "" },
2431
+ ...e[a].name ? { name: e[a].name } : e[a].firstName ? et(e[a]) : { name: "" },
2420
2432
  role: t(`teamMembers.${a}`)
2421
2433
  }))(X(e));
2422
2434
  }
2423
- const Do = {
2435
+ const Ho = {
2424
2436
  xmlns: "http://www.w3.org/2000/svg",
2425
2437
  viewBox: "0 0 24 24"
2426
2438
  };
2427
- function Lo(e, t) {
2428
- return g(), v("svg", Do, t[0] || (t[0] = [
2429
- s("path", {
2439
+ function Ro(e, t) {
2440
+ return g(), v("svg", Ho, t[0] || (t[0] = [
2441
+ l("path", {
2430
2442
  fill: "currentColor",
2431
2443
  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",
2432
2444
  opacity: ".3"
2433
2445
  }, null, -1),
2434
- s("path", {
2446
+ l("path", {
2435
2447
  fill: "currentColor",
2436
2448
  d: "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03zM12 15.4l-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"
2437
2449
  }, null, -1)
2438
2450
  ]));
2439
2451
  }
2440
- const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onBlur"], B = {
2452
+ const Fo = { render: Ro }, Ko = ["onMouseenter", "onMouseleave", "onFocus", "onBlur"], G = {
2441
2453
  __name: "GameDataTable",
2442
2454
  props: {
2443
2455
  columns: {
@@ -2459,17 +2471,17 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2459
2471
  },
2460
2472
  emits: ["sort"],
2461
2473
  setup(e, { emit: t }) {
2462
- const r = e, a = t, i = G(null), { t: o } = D(), l = (d) => a("sort", d);
2474
+ const r = e, a = t, i = U(null), { t: o } = D(), s = (d) => a("sort", d);
2463
2475
  return (d, c) => (g(), v("div", null, [
2464
- s("h2", null, m(e.title), 1),
2465
- f(n(xr), null, {
2476
+ l("h2", null, m(e.title), 1),
2477
+ f(n(zr), null, {
2466
2478
  default: z(({ el: u }) => [
2467
- f(n(kr), {
2479
+ f(n(Sr), {
2468
2480
  columns: r.columns,
2469
2481
  rows: r.rows,
2470
2482
  "append-to": i.value || u,
2471
2483
  sort: e.sort,
2472
- onSort: l
2484
+ onSort: s
2473
2485
  }, {
2474
2486
  "cell-name": z(({ row: b }) => [
2475
2487
  x(m(b.name) + " ", 1),
@@ -2480,7 +2492,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2480
2492
  "append-to": i.value
2481
2493
  }, {
2482
2494
  default: z(({ setRef: p, show: h, hide: S }) => [
2483
- s("span", {
2495
+ l("span", {
2484
2496
  ref: p,
2485
2497
  class: "is-text-dark",
2486
2498
  onMouseenter: h,
@@ -2488,8 +2500,8 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2488
2500
  onFocus: h,
2489
2501
  onBlur: S
2490
2502
  }, [
2491
- f(n(Co))
2492
- ], 40, Go)
2503
+ f(n(Fo))
2504
+ ], 40, Ko)
2493
2505
  ]),
2494
2506
  _: 1
2495
2507
  }, 8, ["content", "append-to"])) : y("", !0)
@@ -2507,13 +2519,13 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2507
2519
  ]),
2508
2520
  _: 1
2509
2521
  }),
2510
- s("div", {
2522
+ l("div", {
2511
2523
  ref_key: "tooltipContainer",
2512
2524
  ref: i
2513
2525
  }, null, 512)
2514
2526
  ]));
2515
2527
  }
2516
- }, Bo = { class: "gamecenter-timeline-game-officials" }, Ho = { class: "is-heading-2" }, Fo = { class: "is-game-officials-container" }, Ro = { class: "is-heading-2" }, Ko = { class: "is-game-officials-container" }, Uo = {
2528
+ }, Uo = { class: "gamecenter-timeline-game-officials" }, Vo = { class: "is-heading-2" }, qo = { class: "is-game-officials-container" }, Yo = { class: "is-heading-2" }, Wo = { class: "is-game-officials-container" }, Qo = {
2517
2529
  __name: "GameOfficials",
2518
2530
  props: {
2519
2531
  gameOfficials: {
@@ -2530,32 +2542,32 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2530
2542
  }
2531
2543
  },
2532
2544
  setup(e) {
2533
- const t = e, { columns: r } = se(nr), { columns: a } = se(Gi), { t: i } = D(), o = w(() => {
2545
+ const t = e, { columns: r } = se(or), { columns: a } = se(Ki), { t: i } = D(), o = w(() => {
2534
2546
  var c, u;
2535
2547
  return je(((u = (c = t.gameOfficials) == null ? void 0 : c.gameTeamMembers) == null ? void 0 : u.home) ?? [], i);
2536
- }), l = w(() => {
2548
+ }), s = w(() => {
2537
2549
  var c, u;
2538
2550
  return je(((u = (c = t.gameOfficials) == null ? void 0 : c.gameTeamMembers) == null ? void 0 : u.away) ?? [], i);
2539
- }), d = w(() => rn(t.gameOfficials.gameOfficials, i));
2540
- return (c, u) => (g(), v("div", Bo, [
2541
- s("h2", Ho, m(n(i)("title.teamOfficials")), 1),
2542
- s("div", Fo, [
2543
- f(B, {
2551
+ }), d = w(() => ln(t.gameOfficials.gameOfficials, i));
2552
+ return (c, u) => (g(), v("div", Uo, [
2553
+ l("h2", Vo, m(n(i)("title.teamOfficials")), 1),
2554
+ l("div", qo, [
2555
+ f(G, {
2544
2556
  class: "is-home-team gamecenter-timeline-data-table",
2545
2557
  columns: n(r),
2546
2558
  rows: o.value,
2547
2559
  title: e.homeTeamName
2548
2560
  }, null, 8, ["columns", "rows", "title"]),
2549
- f(B, {
2561
+ f(G, {
2550
2562
  class: "is-away-team gamecenter-timeline-data-table",
2551
2563
  columns: n(r),
2552
- rows: l.value,
2564
+ rows: s.value,
2553
2565
  title: e.awayTeamName
2554
2566
  }, null, 8, ["columns", "rows", "title"])
2555
2567
  ]),
2556
- s("h2", Ro, m(n(i)("title.gameOfficials")), 1),
2557
- s("div", Ko, [
2558
- (g(!0), v(k, null, E(d.value, (b, p) => (g(), T(B, {
2568
+ l("h2", Yo, m(n(i)("title.gameOfficials")), 1),
2569
+ l("div", Wo, [
2570
+ (g(!0), v(k, null, E(d.value, (b, p) => (g(), T(G, {
2559
2571
  key: p,
2560
2572
  class: "gamecenter-timeline-data-table",
2561
2573
  columns: n(a),
@@ -2574,7 +2586,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2574
2586
  }
2575
2587
  },
2576
2588
  setup(e) {
2577
- const t = e, r = w(() => Qe(t.rows, Je, Dt(["mip"])));
2589
+ const t = e, r = w(() => Ze(t.rows, Xe, Lt(["mip"])));
2578
2590
  return (a, i) => Y(a.$slots, "default", { rows: r.value });
2579
2591
  }
2580
2592
  }, Ne = {
@@ -2586,16 +2598,16 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2586
2598
  }
2587
2599
  },
2588
2600
  setup(e) {
2589
- const t = e, { sort: r, change: a } = zr(), i = w(
2590
- () => Qe(ee(lt("gk", "row"), t.rows), Pr("position"), Je)
2591
- ), o = w(() => $r(i.value).sorted(r).value());
2592
- return (l, d) => Y(l.$slots, "default", {
2601
+ const t = e, { sort: r, change: a } = $r(), i = w(
2602
+ () => Ze(ee(dt("gk", "row"), t.rows), Er("position"), Xe)
2603
+ ), o = w(() => Nr(i.value).sorted(r).value());
2604
+ return (s, d) => Y(s.$slots, "default", {
2593
2605
  rows: o.value.rows,
2594
2606
  sort: n(r),
2595
2607
  onSort: n(a)
2596
2608
  });
2597
2609
  }
2598
- }, Vo = { class: "is-heading-2" }, qo = { class: "gamecenter-data-column" }, Yo = { class: "is-heading-2" }, Wo = { class: "gamecenter-data-columns" }, Qo = {
2610
+ }, Jo = { class: "is-heading-2" }, Zo = { class: "gamecenter-data-column" }, Xo = { class: "is-heading-2" }, es = { class: "gamecenter-data-columns" }, ts = {
2599
2611
  __name: "GamePlayerStats",
2600
2612
  props: {
2601
2613
  data: {
@@ -2618,25 +2630,25 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2618
2630
  }
2619
2631
  },
2620
2632
  setup(e) {
2621
- const t = e, { t: r } = D(), { columns: a } = se(ar), { columns: i } = se(ir), o = w(() => {
2633
+ const t = e, { t: r } = D(), { columns: a } = se(ir), { columns: i } = se(nr), o = w(() => {
2622
2634
  var u, b;
2623
2635
  return Se(((b = (u = t.data) == null ? void 0 : u.players) == null ? void 0 : b[t.homeTeamId]) ?? []);
2624
- }), l = w(() => {
2636
+ }), s = w(() => {
2625
2637
  var u, b;
2626
2638
  return Se(((b = (u = t.data) == null ? void 0 : u.players) == null ? void 0 : b[t.awayTeamId]) ?? []);
2627
2639
  }), d = w(() => {
2628
2640
  var u, b;
2629
- return jt(((b = (u = t.data) == null ? void 0 : u.goalies) == null ? void 0 : b[t.homeTeamId]) ?? []);
2641
+ return Nt(((b = (u = t.data) == null ? void 0 : u.goalies) == null ? void 0 : b[t.homeTeamId]) ?? []);
2630
2642
  }), c = w(() => {
2631
2643
  var u, b;
2632
- return jt(((b = (u = t.data) == null ? void 0 : u.goalies) == null ? void 0 : b[t.awayTeamId]) ?? []);
2644
+ return Nt(((b = (u = t.data) == null ? void 0 : u.goalies) == null ? void 0 : b[t.awayTeamId]) ?? []);
2633
2645
  });
2634
2646
  return (u, b) => (g(), v(k, null, [
2635
- s("h2", Vo, m(n(r)("title.fieldPlayers")), 1),
2636
- s("div", qo, [
2647
+ l("h2", Jo, m(n(r)("title.fieldPlayers")), 1),
2648
+ l("div", Zo, [
2637
2649
  f(Ne, { rows: o.value }, {
2638
2650
  default: z(({ rows: p, sort: h, onSort: S }) => [
2639
- f(B, {
2651
+ f(G, {
2640
2652
  class: "is-home-team 'gamecenter-timeline-data-table",
2641
2653
  columns: n(a),
2642
2654
  rows: p,
@@ -2647,9 +2659,9 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2647
2659
  ]),
2648
2660
  _: 1
2649
2661
  }, 8, ["rows"]),
2650
- f(Ne, { rows: l.value }, {
2662
+ f(Ne, { rows: s.value }, {
2651
2663
  default: z(({ rows: p, sort: h, onSort: S }) => [
2652
- f(B, {
2664
+ f(G, {
2653
2665
  class: "is-away-team gamecenter-timeline-data-table",
2654
2666
  columns: n(a),
2655
2667
  rows: p,
@@ -2661,11 +2673,11 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2661
2673
  _: 1
2662
2674
  }, 8, ["rows"])
2663
2675
  ]),
2664
- s("h2", Yo, m(n(r)("title.goalies")), 1),
2665
- s("div", Wo, [
2676
+ l("h2", Xo, m(n(r)("title.goalies")), 1),
2677
+ l("div", es, [
2666
2678
  f(Ee, { rows: d.value }, {
2667
2679
  default: z(({ rows: p }) => [
2668
- f(B, {
2680
+ f(G, {
2669
2681
  class: "is-home-team gamecenter-timeline-data-table",
2670
2682
  columns: n(i),
2671
2683
  rows: p,
@@ -2676,7 +2688,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2676
2688
  }, 8, ["rows"]),
2677
2689
  f(Ee, { rows: c.value }, {
2678
2690
  default: z(({ rows: p }) => [
2679
- f(B, {
2691
+ f(G, {
2680
2692
  class: "is-away-team gamecenter-timeline-data-table",
2681
2693
  columns: n(i),
2682
2694
  rows: p,
@@ -2688,7 +2700,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2688
2700
  ])
2689
2701
  ], 64));
2690
2702
  }
2691
- }, Jo = { class: "gamecenter-timeline-tab-buttons" }, Zo = {
2703
+ }, rs = { class: "gamecenter-timeline-tab-buttons" }, as = {
2692
2704
  __name: "GameTabs",
2693
2705
  props: {
2694
2706
  activeTab: {
@@ -2702,34 +2714,34 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2702
2714
  },
2703
2715
  emits: ["update:activeTab"],
2704
2716
  setup(e, { emit: t }) {
2705
- const r = e, a = t, i = Xe("history"), { t: o } = D();
2706
- function l(d) {
2717
+ const r = e, a = t, i = tt("history"), { t: o } = D();
2718
+ function s(d) {
2707
2719
  a("update:activeTab", d), r.useSearchParams && (i.tab = d);
2708
2720
  }
2709
- return (d, c) => (g(), v("div", Jo, [
2710
- s("button", {
2721
+ return (d, c) => (g(), v("div", rs, [
2722
+ l("button", {
2711
2723
  class: R(["tab-button", { "is-active": e.activeTab === n(Pe) }]),
2712
- onClick: c[0] || (c[0] = (u) => l(n(Pe)))
2724
+ onClick: c[0] || (c[0] = (u) => s(n(Pe)))
2713
2725
  }, m(n(o)("menu.events")), 3),
2714
- s("button", {
2726
+ l("button", {
2715
2727
  class: R(["tab-button", { "is-active": e.activeTab === n(Ue) }]),
2716
- onClick: c[1] || (c[1] = (u) => l(n(Ue)))
2728
+ onClick: c[1] || (c[1] = (u) => s(n(Ue)))
2717
2729
  }, m(n(o)("menu.lineups")), 3),
2718
- s("button", {
2730
+ l("button", {
2719
2731
  class: R(["tab-button", { "is-active": e.activeTab === n(Ve) }]),
2720
- onClick: c[2] || (c[2] = (u) => l(n(Ve)))
2732
+ onClick: c[2] || (c[2] = (u) => s(n(Ve)))
2721
2733
  }, m(n(o)("menu.teamStats")), 3),
2722
- s("button", {
2734
+ l("button", {
2723
2735
  class: R(["tab-button", { "is-active": e.activeTab === n(qe) }]),
2724
- onClick: c[3] || (c[3] = (u) => l(n(qe)))
2736
+ onClick: c[3] || (c[3] = (u) => s(n(qe)))
2725
2737
  }, m(n(o)("menu.playerStats")), 3),
2726
- s("button", {
2738
+ l("button", {
2727
2739
  class: R(["tab-button", { "is-active": e.activeTab === n(Ye) }]),
2728
- onClick: c[4] || (c[4] = (u) => l(n(Ye)))
2740
+ onClick: c[4] || (c[4] = (u) => s(n(Ye)))
2729
2741
  }, m(n(o)("menu.officials")), 3)
2730
2742
  ]));
2731
2743
  }
2732
- }, Xo = { class: "statistics-double-bar" }, es = { class: "is-value is-value-start" }, ts = { class: "is-bar is-bar-start" }, rs = { class: "is-bar is-bar-end" }, as = { class: "is-value is-value-end" }, is = { class: "is-title" }, J = {
2744
+ }, is = { class: "statistics-double-bar" }, ns = { class: "is-value is-value-start" }, os = { class: "is-bar is-bar-start" }, ss = { class: "is-bar is-bar-end" }, ls = { class: "is-value is-value-end" }, cs = { class: "is-title" }, J = {
2733
2745
  __name: "StatisticsDoubleBar",
2734
2746
  props: {
2735
2747
  max: {
@@ -2755,8 +2767,8 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2755
2767
  },
2756
2768
  setup(e) {
2757
2769
  const t = e, r = w(() => ({ width: `${t.valueStart / t.max * 100 || 0}%` })), a = w(() => ({ width: `${t.valueEnd / t.max * 100 || 0}%` }));
2758
- return (i, o) => (g(), v("div", Xo, [
2759
- s("div", es, [
2770
+ return (i, o) => (g(), v("div", is, [
2771
+ l("div", ns, [
2760
2772
  Y(i.$slots, "value-start", {}, () => [
2761
2773
  x(m(e.valueStart) + " ", 1),
2762
2774
  e.valueSuffix ? (g(), v(k, { key: 0 }, [
@@ -2764,19 +2776,19 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2764
2776
  ], 64)) : y("", !0)
2765
2777
  ])
2766
2778
  ]),
2767
- s("div", ts, [
2768
- s("div", {
2779
+ l("div", os, [
2780
+ l("div", {
2769
2781
  class: "is-bar-start--progress",
2770
2782
  style: xe(r.value)
2771
2783
  }, null, 4)
2772
2784
  ]),
2773
- s("div", rs, [
2774
- s("div", {
2785
+ l("div", ss, [
2786
+ l("div", {
2775
2787
  class: "is-bar-end--progress",
2776
2788
  style: xe(a.value)
2777
2789
  }, null, 4)
2778
2790
  ]),
2779
- s("div", as, [
2791
+ l("div", ls, [
2780
2792
  Y(i.$slots, "value-end", {}, () => [
2781
2793
  x(m(e.valueEnd) + " ", 1),
2782
2794
  e.valueSuffix ? (g(), v(k, { key: 0 }, [
@@ -2784,10 +2796,10 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2784
2796
  ], 64)) : y("", !0)
2785
2797
  ])
2786
2798
  ]),
2787
- s("div", is, m(e.title), 1)
2799
+ l("div", cs, m(e.title), 1)
2788
2800
  ]));
2789
2801
  }
2790
- }, ns = { class: "gamecenter-timeline-team-stats" }, os = { class: "is-heading-2" }, ss = { class: "is-stat-container" }, ls = { class: "is-heading-2" }, cs = { class: "is-stat-container" }, ds = { class: "is-heading-2" }, gs = { class: "is-stat-container" }, ms = { class: "is-heading-2" }, us = { class: "is-stat-container" }, vs = { class: "is-heading-2" }, bs = { class: "is-stat-container" }, ps = { class: "is-heading-2" }, fs = { class: "is-stat-container" }, hs = {
2802
+ }, ds = { class: "gamecenter-timeline-team-stats" }, gs = { class: "is-heading-2" }, ms = { class: "is-stat-container" }, us = { class: "is-heading-2" }, vs = { class: "is-stat-container" }, bs = { class: "is-heading-2" }, ps = { class: "is-stat-container" }, fs = { class: "is-heading-2" }, hs = { class: "is-stat-container" }, ys = { class: "is-heading-2" }, ws = { class: "is-stat-container" }, xs = { class: "is-heading-2" }, ks = { class: "is-stat-container" }, Ts = {
2791
2803
  __name: "GameTeamStats",
2792
2804
  props: {
2793
2805
  gameStats: {
@@ -2808,28 +2820,28 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2808
2820
  return ((h = (p = t.gameData) == null ? void 0 : p.awayTeam) == null ? void 0 : h.id) ?? "";
2809
2821
  }), o = w(() => {
2810
2822
  var p;
2811
- return Fe(((p = t.gameStats) == null ? void 0 : p.teamSOG) ?? [], i.value, a.value, "shots");
2812
- }), l = w(() => {
2823
+ return Re(((p = t.gameStats) == null ? void 0 : p.teamSOG) ?? [], i.value, a.value, "shots");
2824
+ }), s = w(() => {
2813
2825
  var p;
2814
- return Fe(((p = t.gameStats) == null ? void 0 : p.teamSOG) ?? [], a.value, i.value, "saves");
2826
+ return Re(((p = t.gameStats) == null ? void 0 : p.teamSOG) ?? [], a.value, i.value, "saves");
2815
2827
  }), d = w(
2816
2828
  () => {
2817
2829
  var p;
2818
- return Fe(((p = t.gameStats) == null ? void 0 : p.teamPenalties) ?? [], a.value, i.value, "penaltyLength");
2830
+ return Re(((p = t.gameStats) == null ? void 0 : p.teamPenalties) ?? [], a.value, i.value, "penaltyLength");
2819
2831
  }
2820
2832
  ), c = w(() => {
2821
2833
  var p;
2822
- return en(((p = t.gameStats) == null ? void 0 : p.teamPowerPlay) ?? {});
2834
+ return on(((p = t.gameStats) == null ? void 0 : p.teamPowerPlay) ?? {});
2823
2835
  }), u = w(() => {
2824
2836
  var p;
2825
- return tn(((p = t.gameStats) == null ? void 0 : p.teamPowerPlay) ?? {});
2837
+ return sn(((p = t.gameStats) == null ? void 0 : p.teamPowerPlay) ?? {});
2826
2838
  }), b = w(() => {
2827
2839
  var p;
2828
- return Xi(((p = t.gameStats) == null ? void 0 : p.teamPowerPlay) ?? {});
2840
+ return nn(((p = t.gameStats) == null ? void 0 : p.teamPowerPlay) ?? {});
2829
2841
  });
2830
- return (p, h) => (g(), v("div", ns, [
2831
- s("h1", os, m(n(r)("teamsStats.sog")), 1),
2832
- s("div", ss, [
2842
+ return (p, h) => (g(), v("div", ds, [
2843
+ l("h1", gs, m(n(r)("teamsStats.sog")), 1),
2844
+ l("div", ms, [
2833
2845
  (g(!0), v(k, null, E(o.value, ({ max: S, valueStart: $, valueEnd: N }, P) => (g(), T(J, {
2834
2846
  key: P,
2835
2847
  max: S,
@@ -2838,9 +2850,9 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2838
2850
  title: n(r)(`section.${P}`)
2839
2851
  }, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
2840
2852
  ]),
2841
- s("h1", ls, m(n(r)("teamsStats.saves")), 1),
2842
- s("div", cs, [
2843
- (g(!0), v(k, null, E(l.value, ({ max: S, valueStart: $, valueEnd: N }, P) => (g(), T(J, {
2853
+ l("h1", us, m(n(r)("teamsStats.saves")), 1),
2854
+ l("div", vs, [
2855
+ (g(!0), v(k, null, E(s.value, ({ max: S, valueStart: $, valueEnd: N }, P) => (g(), T(J, {
2844
2856
  key: P,
2845
2857
  max: S,
2846
2858
  "value-start": $,
@@ -2848,8 +2860,8 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2848
2860
  title: n(r)(`section.${P}`)
2849
2861
  }, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
2850
2862
  ]),
2851
- s("h1", ds, m(n(r)("teamsStats.pim")), 1),
2852
- s("div", gs, [
2863
+ l("h1", bs, m(n(r)("teamsStats.pim")), 1),
2864
+ l("div", ps, [
2853
2865
  (g(!0), v(k, null, E(d.value, ({ max: S, valueStart: $, valueEnd: N }, P) => (g(), T(J, {
2854
2866
  key: P,
2855
2867
  max: S,
@@ -2858,30 +2870,30 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2858
2870
  title: n(r)(`section.${P}`)
2859
2871
  }, null, 8, ["max", "value-start", "value-end", "title"]))), 128))
2860
2872
  ]),
2861
- s("h1", ms, m(n(r)("teamsStats.advPercent")), 1),
2862
- s("div", us, [
2863
- (g(!0), v(k, null, E(c.value, ({ max: S, valueStart: $, valueEnd: N, suffix: P }, K) => (g(), T(J, {
2864
- key: K,
2873
+ l("h1", fs, m(n(r)("teamsStats.advPercent")), 1),
2874
+ l("div", hs, [
2875
+ (g(!0), v(k, null, E(c.value, ({ max: S, valueStart: $, valueEnd: N, suffix: P }, F) => (g(), T(J, {
2876
+ key: F,
2865
2877
  max: S,
2866
2878
  "value-start": $,
2867
2879
  "value-end": N,
2868
- title: n(r)(`stats.${K}`),
2880
+ title: n(r)(`stats.${F}`),
2869
2881
  "value-suffix": P
2870
2882
  }, null, 8, ["max", "value-start", "value-end", "title", "value-suffix"]))), 128))
2871
2883
  ]),
2872
- s("h1", vs, m(n(r)("teamsStats.penaltyKilling")), 1),
2873
- s("div", bs, [
2874
- (g(!0), v(k, null, E(u.value, ({ max: S, valueStart: $, valueEnd: N, suffix: P }, K) => (g(), T(J, {
2875
- key: K,
2884
+ l("h1", ys, m(n(r)("teamsStats.penaltyKilling")), 1),
2885
+ l("div", ws, [
2886
+ (g(!0), v(k, null, E(u.value, ({ max: S, valueStart: $, valueEnd: N, suffix: P }, F) => (g(), T(J, {
2887
+ key: F,
2876
2888
  max: S,
2877
2889
  "value-start": $,
2878
2890
  "value-end": N,
2879
- title: n(r)(`stats.${K}`),
2891
+ title: n(r)(`stats.${F}`),
2880
2892
  "value-suffix": P
2881
2893
  }, null, 8, ["max", "value-start", "value-end", "title", "value-suffix"]))), 128))
2882
2894
  ]),
2883
- s("h1", ps, m(n(r)("teamsStats.advantageTime")), 1),
2884
- s("div", fs, [
2895
+ l("h1", xs, m(n(r)("teamsStats.advantageTime")), 1),
2896
+ l("div", ks, [
2885
2897
  f(J, {
2886
2898
  max: b.value.advTime.max,
2887
2899
  "value-start": b.value.advTime.valueStart,
@@ -2889,10 +2901,10 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2889
2901
  title: n(r)("section.all")
2890
2902
  }, {
2891
2903
  "value-start": z(() => [
2892
- x(m(n(F)(b.value.advTime.valueStart)), 1)
2904
+ x(m(n(H)(b.value.advTime.valueStart)), 1)
2893
2905
  ]),
2894
2906
  "value-end": z(() => [
2895
- x(m(n(F)(b.value.advTime.valueEnd)), 1)
2907
+ x(m(n(H)(b.value.advTime.valueEnd)), 1)
2896
2908
  ]),
2897
2909
  _: 1
2898
2910
  }, 8, ["max", "value-start", "value-end", "title"]),
@@ -2903,10 +2915,10 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2903
2915
  title: n(r)("teamsStats.advantageTimePP1")
2904
2916
  }, {
2905
2917
  "value-start": z(() => [
2906
- x(m(n(F)(b.value.advTimePP1.valueStart)), 1)
2918
+ x(m(n(H)(b.value.advTimePP1.valueStart)), 1)
2907
2919
  ]),
2908
2920
  "value-end": z(() => [
2909
- x(m(n(F)(b.value.advTimePP1.valueEnd)), 1)
2921
+ x(m(n(H)(b.value.advTimePP1.valueEnd)), 1)
2910
2922
  ]),
2911
2923
  _: 1
2912
2924
  }, 8, ["max", "value-start", "value-end", "title"]),
@@ -2917,22 +2929,22 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2917
2929
  title: n(r)("teamsStats.advantageTimePP2")
2918
2930
  }, {
2919
2931
  "value-start": z(() => [
2920
- x(m(n(F)(b.value.advTimePP2.valueStart)), 1)
2932
+ x(m(n(H)(b.value.advTimePP2.valueStart)), 1)
2921
2933
  ]),
2922
2934
  "value-end": z(() => [
2923
- x(m(n(F)(b.value.advTimePP2.valueEnd)), 1)
2935
+ x(m(n(H)(b.value.advTimePP2.valueEnd)), 1)
2924
2936
  ]),
2925
2937
  _: 1
2926
2938
  }, 8, ["max", "value-start", "value-end", "title"])
2927
2939
  ])
2928
2940
  ]));
2929
2941
  }
2930
- }, vr = "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-800);--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}", ys = ".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)}}", ws = `.base-input{padding:.375rem .75rem;font-family:inherit;color:var(--vbr-widget-base-input-color);border:1px solid var(--vbr-widget-base-input-border-color);border-radius:var(--vbr-widget-base-input-border-radius);width:100%;-moz-padding-start:calc(.75rem - 3px);font-size:var(--vbr-widget-base-input-font-size);font-weight:400;line-height:1.5;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.base-input:disabled{opacity:.3}.base-input.is-select{padding-right:2.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px}label{display:block;margin-bottom:3px;color:var(--vbr-widget-form-label-color);font-size:var(--vbr-widget-form-label-font-size);font-weight:700;text-transform:uppercase}.tab-button{padding:var(--vbr-widget-tab-btn-padding);font-family:inherit;font-size:var(--vbr-widget-tab-btn-font-size);font-weight:var(--vbr-widget-tab-btn-font-weight);color:var(--vbr-widget-tab-btn-color);text-transform:var(--vbr-widget-tab-btn-text-transform);background-color:var(--vbr-widget-tab-btn-bg-color);border-color:var(--vbr-widget-tab-btn-border-color);border-width:var(--vbr-widget-tab-btn-border-width);border-style:var(--vbr-widget-tab-btn-border-style);outline:none;box-shadow:none;cursor:pointer}.tab-button:hover{color:var(--vbr-widget-tab-btn-hover-color);border-color:var(--vbr-widget-tab-btn-hover-border-color);background-color:var(--vbr-widget-tab-btn-hover-bg-color)}.tab-button.is-active{color:var(--vbr-widget-tab-btn-active-color);border-color:var(--vbr-widget-tab-btn-active-border-color);background-color:var(--vbr-widget-tab-btn-active-bg-color)}.toggle-group{display:flex;flex-wrap:wrap;gap:var(--vbr-widget-toggle-group-gap);margin-bottom:15px}.toggle-group button{padding:var(--vbr-widget-toggle-group-btn-padding);font-family:inherit;font-size:var(--vbr-widget-toggle-group-btn-size);background-color:var(--vbr-widget-toggle-group-btn-bg-color);border-radius:var(--vbr-widget-toggle-group-btn-radius)}.toggle-group button.is-active{color:var(--vbr-widget-toggle-group-btn-active-color);background-color:var(--vbr-widget-toggle-group-btn-active-bg-color)}`, xs = '.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)}', ks = '.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)}', Ts = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", zs = '.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}', br = (e, t) => {
2942
+ }, br = "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-800);--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}", zs = ".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)}}", Ss = `.base-input{padding:.375rem .75rem;font-family:inherit;color:var(--vbr-widget-base-input-color);border:1px solid var(--vbr-widget-base-input-border-color);border-radius:var(--vbr-widget-base-input-border-radius);width:100%;-moz-padding-start:calc(.75rem - 3px);font-size:var(--vbr-widget-base-input-font-size);font-weight:400;line-height:1.5;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.base-input:disabled{opacity:.3}.base-input.is-select{padding-right:2.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px}label{display:block;margin-bottom:3px;color:var(--vbr-widget-form-label-color);font-size:var(--vbr-widget-form-label-font-size);font-weight:700;text-transform:uppercase}.tab-button{padding:var(--vbr-widget-tab-btn-padding);font-family:inherit;font-size:var(--vbr-widget-tab-btn-font-size);font-weight:var(--vbr-widget-tab-btn-font-weight);color:var(--vbr-widget-tab-btn-color);text-transform:var(--vbr-widget-tab-btn-text-transform);background-color:var(--vbr-widget-tab-btn-bg-color);border-color:var(--vbr-widget-tab-btn-border-color);border-width:var(--vbr-widget-tab-btn-border-width);border-style:var(--vbr-widget-tab-btn-border-style);outline:none;box-shadow:none;cursor:pointer}.tab-button:hover{color:var(--vbr-widget-tab-btn-hover-color);border-color:var(--vbr-widget-tab-btn-hover-border-color);background-color:var(--vbr-widget-tab-btn-hover-bg-color)}.tab-button.is-active{color:var(--vbr-widget-tab-btn-active-color);border-color:var(--vbr-widget-tab-btn-active-border-color);background-color:var(--vbr-widget-tab-btn-active-bg-color)}.toggle-group{display:flex;flex-wrap:wrap;gap:var(--vbr-widget-toggle-group-gap);margin-bottom:15px}.toggle-group button{padding:var(--vbr-widget-toggle-group-btn-padding);font-family:inherit;font-size:var(--vbr-widget-toggle-group-btn-size);background-color:var(--vbr-widget-toggle-group-btn-bg-color);border-radius:var(--vbr-widget-toggle-group-btn-radius)}.toggle-group button.is-active{color:var(--vbr-widget-toggle-group-btn-active-color);background-color:var(--vbr-widget-toggle-group-btn-active-bg-color)}`, Ps = '.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)}', $s = '.progress{display:flex;height:var(--vbr-widget-progress-height);overflow:hidden;font-size:var(--vbr-widget-typography-font-size-50);background-color:var(--vbr-widget-progress-bg-color);border-radius:var(--vbr-widget-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;width:100%;color:var(--vbr-widget-primary-color-0);text-align:center;white-space:nowrap;background-color:var(--vbr-widget-progress-bar-color)}.progress-bar-stripped{--color: var(--vbr-widget-progress-bar-stripe-color);--angle: var(--vbr-widget-progress-bar-stripe-angle);background-image:linear-gradient(var(--angle),var(--color) 25%,transparent 25%,transparent 50%,var(--color) 50%,var(--color) 75%,transparent 75%,transparent);background-size:var(--vbr-widget-progress-height) var(--vbr-widget-progress-height)}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}@keyframes progress-bar-stripes{0%{background-position-x:var(--vbr-widget-progress-height)}}.statistics-double-bar{display:grid;grid-template-columns:.3fr 1fr 1fr .3fr;grid-template-areas:"value-start title title value-end" "bar-start bar-start bar-end bar-end";align-items:center}@media (width > 500px){.statistics-double-bar{grid-template-areas:"title title title title" "value-start bar-start bar-end value-end"}}.statistics-double-bar .is-value{font-weight:700;color:var(--vbr-widget-primary-color-900)}.statistics-double-bar .is-value-start{grid-area:value-start;padding-inline-end:.5rem;justify-self:end}.statistics-double-bar .is-value-end{grid-area:value-end;padding-inline-start:.5rem}.statistics-double-bar .is-bar{background-color:var(--vbr-widget-primary-color-50);height:8px;margin-block:5px}.statistics-double-bar .is-bar-start{grid-area:bar-start;display:flex;justify-content:flex-end}.statistics-double-bar .is-bar-start--progress{background-color:var(--vbr-widget-gamecenter-home-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-home-team-identifier-border-color);outline-offset:-1px;height:100%;transition:width .3s ease-out}.statistics-double-bar .is-bar-end{grid-area:bar-end}.statistics-double-bar .is-bar-end--progress{background-color:var(--vbr-widget-gamecenter-away-team-identifier-color);outline:1px solid var(--vbr-widget-gamecenter-away-team-identifier-border-color);outline-offset:-1px;height:100%}.statistics-double-bar .is-title{grid-area:title;justify-self:center;font-size:var(--vbr-widget-typography-font-size-400);font-weight:700;line-height:1.5rem;color:var(--vbr-widget-primary-color-500)}', js = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", Es = '.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}', pr = (e, t) => {
2931
2943
  const r = e.__vccOpts || e;
2932
2944
  for (const [a, i] of t)
2933
2945
  r[a] = i;
2934
2946
  return r;
2935
- }, Ss = 3e4, Ps = {
2947
+ }, Ns = 3e4, Os = {
2936
2948
  __name: "GameTimeline.ce",
2937
2949
  props: {
2938
2950
  locale: {
@@ -2949,7 +2961,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2949
2961
  }
2950
2962
  },
2951
2963
  setup(e) {
2952
- const t = e, r = { en: { ...tr, ...ri }, hu: { ...rr, ...Pi } }, a = G(null), i = Xe("history"), o = G(i.tab || Pe), { errors: l, add: d, remove: c } = cr(), u = w(() => (i == null ? void 0 : i.gameid) || (i == null ? void 0 : i.gameId) || t.gameId), { state: b, execute: p } = Z({
2964
+ const t = e, r = { en: { ...rr, ...si }, hu: { ...ar, ...Oi } }, a = U(null), i = tt("history"), o = U(i.tab || Pe), { errors: s, add: d, remove: c } = dr(), u = w(() => (i == null ? void 0 : i.gameid) || (i == null ? void 0 : i.gameId) || t.gameId), { state: b, execute: p } = Z({
2953
2965
  options: {
2954
2966
  path: "/v2/game-data",
2955
2967
  apiKey: t.apiKey,
@@ -2963,7 +2975,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2963
2975
  apiKey: t.apiKey,
2964
2976
  params: { gameId: u.value }
2965
2977
  },
2966
- transform: (j) => Qi(j),
2978
+ transform: (j) => tn(j),
2967
2979
  onError: (j) => d("gameEvents", j),
2968
2980
  onSuccess: () => c("gameEvents")
2969
2981
  }), { state: $, execute: N } = Z({
@@ -2974,7 +2986,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2974
2986
  },
2975
2987
  onError: (j) => d("gameStats", j),
2976
2988
  onSuccess: () => c("gameStats")
2977
- }), { state: P, execute: K } = Z({
2989
+ }), { state: P, execute: F } = Z({
2978
2990
  options: {
2979
2991
  path: "/v2/game-officials",
2980
2992
  apiKey: t.apiKey,
@@ -2983,28 +2995,28 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
2983
2995
  onError: (j) => d("gameOfficials", j),
2984
2996
  onSuccess: () => c("gameOfficials")
2985
2997
  });
2986
- lr({
2998
+ cr({
2987
2999
  data: b,
2988
- services: { getGameData: p, getGameStats: N, getEvents: S, getGameOfficials: K },
2989
- interval: Ss
3000
+ services: { getGameData: p, getGameStats: N, getEvents: S, getGameOfficials: F },
3001
+ interval: Ns
2990
3002
  });
2991
- const ae = _i(b);
3003
+ const ae = Gi(b);
2992
3004
  return (j, O) => (g(), v("div", {
2993
3005
  class: "gamecenter-timeline",
2994
3006
  style: xe(n(ae))
2995
3007
  }, [
2996
- f(n(_t), {
3008
+ f(n(Mt), {
2997
3009
  locale: t.locale,
2998
3010
  messages: r
2999
3011
  }, {
3000
3012
  default: z(() => {
3001
3013
  var L;
3002
3014
  return [
3003
- (g(!0), v(k, null, E(n(l), (H) => (g(), T(n(Mt), {
3004
- key: H.key,
3005
- error: H
3015
+ (g(!0), v(k, null, E(n(s), (B) => (g(), T(n(Dt), {
3016
+ key: B.key,
3017
+ error: B
3006
3018
  }, null, 8, ["error"]))), 128)),
3007
- n(A)(n(b)) ? y("", !0) : (g(), T(En, {
3019
+ n(A)(n(b)) ? y("", !0) : (g(), T(_n, {
3008
3020
  key: 0,
3009
3021
  ref_key: "contentElementRef",
3010
3022
  ref: a,
@@ -3013,16 +3025,16 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3013
3025
  locale: e.locale
3014
3026
  }, null, 8, ["game-events", "game-data", "locale"])),
3015
3027
  ((L = n(b)) == null ? void 0 : L.gameStatus) > 0 ? (g(), v(k, { key: 1 }, [
3016
- f(Zo, {
3028
+ f(as, {
3017
3029
  "active-tab": o.value,
3018
- "onUpdate:activeTab": O[0] || (O[0] = (H) => o.value = H)
3030
+ "onUpdate:activeTab": O[0] || (O[0] = (B) => o.value = B)
3019
3031
  }, null, 8, ["active-tab"]),
3020
- o.value === n(Pe) && !n(A)(n(h)) && !n(A)(n(b)) ? (g(), T($o, {
3032
+ o.value === n(Pe) && !n(A)(n(h)) && !n(A)(n(b)) ? (g(), T(Io, {
3021
3033
  key: 0,
3022
3034
  "game-events": n(h),
3023
3035
  "game-data": n(b)
3024
3036
  }, null, 8, ["game-events", "game-data"])) : y("", !0),
3025
- o.value === n(Ue) ? (g(), T(Mo, {
3037
+ o.value === n(Ue) ? (g(), T(Bo, {
3026
3038
  key: 1,
3027
3039
  data: n($).players,
3028
3040
  "game-officials": n(P),
@@ -3031,12 +3043,12 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3031
3043
  "away-team-id": n(b).awayTeam.id,
3032
3044
  "away-team-name": n(b).awayTeam.longName
3033
3045
  }, null, 8, ["data", "game-officials", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])) : y("", !0),
3034
- o.value === n(Ve) ? (g(), T(hs, {
3046
+ o.value === n(Ve) ? (g(), T(Ts, {
3035
3047
  key: 2,
3036
3048
  "game-data": n(b),
3037
3049
  "game-stats": n($)
3038
3050
  }, null, 8, ["game-data", "game-stats"])) : y("", !0),
3039
- o.value === n(qe) && !n(A)(n($)) ? (g(), T(Qo, {
3051
+ o.value === n(qe) && !n(A)(n($)) ? (g(), T(ts, {
3040
3052
  key: 3,
3041
3053
  data: n($),
3042
3054
  "home-team-id": n(b).homeTeam.id,
@@ -3044,7 +3056,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3044
3056
  "away-team-id": n(b).awayTeam.id,
3045
3057
  "away-team-name": n(b).awayTeam.longName
3046
3058
  }, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])) : y("", !0),
3047
- o.value === n(Ye) && !n(A)(n(P)) && !n(A)(n(b)) ? (g(), T(Uo, {
3059
+ o.value === n(Ye) && !n(A)(n(P)) && !n(A)(n(b)) ? (g(), T(Qo, {
3048
3060
  key: 4,
3049
3061
  "game-officials": n(P),
3050
3062
  "home-team-name": n(b).homeTeam.longName,
@@ -3057,16 +3069,16 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3057
3069
  }, 8, ["locale"])
3058
3070
  ], 4));
3059
3071
  }
3060
- }, $s = /* @__PURE__ */ br(Ps, [["styles", [vr, ys, ws, xs, ks, Ts, zs]]]), js = { class: "gamecenter-game-data" }, Es = { class: "is-title-container" }, Ns = { class: "is-external-contents" }, Os = ["href"], Is = ["href"], As = ["href"], _s = { class: "is-teams-and-results" }, Ms = { class: "is-team-name" }, Ds = {
3072
+ }, Is = /* @__PURE__ */ pr(Os, [["styles", [br, zs, Ss, Ps, $s, js, Es]]]), As = { class: "gamecenter-game-data" }, _s = { class: "is-title-container" }, Ms = { class: "is-external-contents" }, Ds = ["href"], Ls = ["href"], Cs = ["href"], Gs = { class: "is-teams-and-results" }, Bs = { class: "is-team-name" }, Hs = {
3061
3073
  key: 0,
3062
3074
  class: "is-game-status"
3063
- }, Ls = {
3075
+ }, Rs = {
3064
3076
  key: 1,
3065
3077
  class: "is-game-status"
3066
- }, Cs = { key: 0 }, Gs = { class: "is-badge is-invert is-large" }, Bs = { key: 1 }, Hs = { class: "is-badge is-invert is-large" }, Fs = {
3078
+ }, Fs = { key: 0 }, Ks = { class: "is-badge is-invert is-large" }, Us = { key: 1 }, Vs = { class: "is-badge is-invert is-large" }, qs = {
3067
3079
  key: 3,
3068
3080
  class: "is-game-status"
3069
- }, Rs = { key: 0 }, Ks = { key: 1 }, Us = { key: 2 }, Vs = { key: 3 }, qs = { class: "is-period-results" }, Ys = { class: "is-team-name" }, Ws = {
3081
+ }, Ys = { key: 0 }, Ws = { key: 1 }, Qs = { key: 2 }, Js = { key: 3 }, Zs = { class: "is-period-results" }, Xs = { class: "is-team-name" }, el = {
3070
3082
  __name: "GameData",
3071
3083
  props: {
3072
3084
  gameData: {
@@ -3080,18 +3092,18 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3080
3092
  },
3081
3093
  setup(e) {
3082
3094
  const { t } = D();
3083
- return (r, a) => (g(), v("div", js, [
3084
- s("div", Es, [
3085
- a[0] || (C(-1, !0), (a[0] = s("div", { class: "is-title" }, [
3095
+ return (r, a) => (g(), v("div", As, [
3096
+ l("div", _s, [
3097
+ a[0] || (C(-1, !0), (a[0] = l("div", { class: "is-title" }, [
3086
3098
  x(m(e.gameData.championshipName) + " - " + m(e.gameData.divisionName) + " - " + m(e.gameData.gameName) + " / " + m(e.gameData.location.locationName), 1)
3087
3099
  ])).cacheIndex = 0, C(1), a[0]),
3088
- a[1] || (C(-1, !0), (a[1] = s("div", { class: "is-gamedate" }, [
3100
+ a[1] || (C(-1, !0), (a[1] = l("div", { class: "is-gamedate" }, [
3089
3101
  x(m(n(ke)(e.gameData.gameDate, "L dddd - HH:mm", null, e.locale)) + " (" + m(n(Te)(new Date(e.gameData.gameDate), null, e.locale)) + ") ", 1)
3090
3102
  ])).cacheIndex = 1, C(1), a[1]),
3091
- a[2] || (C(-1, !0), (a[2] = s("div", { class: "is-local-gamedate" }, [
3103
+ a[2] || (C(-1, !0), (a[2] = l("div", { class: "is-local-gamedate" }, [
3092
3104
  x(m(n(t)("localTime")) + " (" + m(e.gameData.location.locationCountryISO || e.gameData.location.locationName) + "): " + m(n(ke)(e.gameData.gameDate, "L dddd - HH:mm", e.gameData.location.timezone, e.locale)) + " (" + m(n(Te)(new Date(e.gameData.gameDate), e.gameData.location.timezone, e.locale)) + ") ", 1)
3093
3105
  ])).cacheIndex = 2, C(1), a[2]),
3094
- s("div", Ns, [
3106
+ l("div", Ms, [
3095
3107
  e.gameData.electronicReportUrl ? (g(), v("a", {
3096
3108
  key: 0,
3097
3109
  href: e.gameData.electronicReportUrl,
@@ -3099,7 +3111,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3099
3111
  }, [
3100
3112
  f(n($e), { class: "is-icon" }),
3101
3113
  x(" " + m(n(t)("sheet")), 1)
3102
- ], 8, Os)) : y("", !0),
3114
+ ], 8, Ds)) : y("", !0),
3103
3115
  e.gameData.toiReportUrl ? (g(), v("a", {
3104
3116
  key: 1,
3105
3117
  href: e.gameData.toiReportUrl,
@@ -3107,63 +3119,63 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3107
3119
  }, [
3108
3120
  f(n($e), { class: "is-icon" }),
3109
3121
  x(" " + m(n(t)("toiSheet")), 1)
3110
- ], 8, Is)) : y("", !0),
3122
+ ], 8, Ls)) : y("", !0),
3111
3123
  e.gameData.video ? (g(), v("a", {
3112
3124
  key: 2,
3113
3125
  href: e.gameData.video,
3114
3126
  target: "_blank"
3115
3127
  }, [
3116
- f(n(dr), { class: "is-icon" }),
3128
+ f(n(gr), { class: "is-icon" }),
3117
3129
  x(" " + m(n(t)("video")), 1)
3118
- ], 8, As)) : y("", !0)
3130
+ ], 8, Cs)) : y("", !0)
3119
3131
  ])
3120
3132
  ]),
3121
- s("div", _s, [
3122
- a[3] || (C(-1, !0), (a[3] = s("div", null, [
3133
+ l("div", Gs, [
3134
+ a[3] || (C(-1, !0), (a[3] = l("div", null, [
3123
3135
  f(n(W), {
3124
3136
  src: e.gameData.homeTeam.logo,
3125
3137
  class: "is-team-logo",
3126
3138
  "default-src": n(Le)
3127
3139
  }, null, 8, ["src", "default-src"]),
3128
- s("h1", Ms, m(e.gameData.homeTeam.longName), 1)
3140
+ l("h1", Bs, m(e.gameData.homeTeam.longName), 1)
3129
3141
  ])).cacheIndex = 3, C(1), a[3]),
3130
- s("div", null, [
3131
- e.gameData.gameStatus > 1 ? (g(), v("p", Ds, m(n(t)(`gameStatus.status-${e.gameData.gameStatus}`)), 1)) : y("", !0),
3132
- e.gameData.gameStatus === 1 ? (g(), v("p", Ls, m(n(t)(`periods.${n(dt)(e.gameData.period)}`)), 1)) : y("", !0),
3142
+ l("div", null, [
3143
+ e.gameData.gameStatus > 1 ? (g(), v("p", Hs, m(n(t)(`gameStatus.status-${e.gameData.gameStatus}`)), 1)) : y("", !0),
3144
+ e.gameData.gameStatus === 1 ? (g(), v("p", Rs, m(n(t)(`periods.${n(mt)(e.gameData.period)}`)), 1)) : y("", !0),
3133
3145
  e.gameData.gameStatus > 1 ? (g(), v(k, { key: 2 }, [
3134
- e.gameData.isOvertime ? (g(), v("p", Cs, [
3135
- s("span", Gs, m(n(t)("afterOvertime")), 1)
3146
+ e.gameData.isOvertime ? (g(), v("p", Fs, [
3147
+ l("span", Ks, m(n(t)("afterOvertime")), 1)
3136
3148
  ])) : y("", !0),
3137
- e.gameData.isShootout ? (g(), v("p", Bs, [
3138
- s("span", Hs, m(n(t)("afterShootout")), 1)
3149
+ e.gameData.isShootout ? (g(), v("p", Us, [
3150
+ l("span", Vs, m(n(t)("afterShootout")), 1)
3139
3151
  ])) : y("", !0)
3140
3152
  ], 64)) : y("", !0),
3141
- e.gameData.gameStatus === 1 ? (g(), v("p", Fs, m(e.gameData.actualTime), 1)) : y("", !0),
3142
- e.gameData.gameStatus === 1 ? (g(), T(gr, {
3153
+ e.gameData.gameStatus === 1 ? (g(), v("p", qs, m(e.gameData.actualTime), 1)) : y("", !0),
3154
+ e.gameData.gameStatus === 1 ? (g(), T(mr, {
3143
3155
  key: 4,
3144
3156
  "game-data": e.gameData
3145
3157
  }, null, 8, ["game-data"])) : y("", !0),
3146
- s("div", {
3158
+ l("div", {
3147
3159
  class: R(["is-game-result", [{ "is-game-status-live": e.gameData.gameStatus === 1 }]])
3148
3160
  }, [
3149
- e.gameData.gameStatus === 0 ? (g(), v("span", Rs, "-")) : (g(), v("span", Ks, m(e.gameData.homeTeamScore), 1)),
3161
+ e.gameData.gameStatus === 0 ? (g(), v("span", Ys, "-")) : (g(), v("span", Ws, m(e.gameData.homeTeamScore), 1)),
3150
3162
  a[5] || (a[5] = x(":")),
3151
- e.gameData.gameStatus === 0 ? (g(), v("span", Us, "-")) : (g(), v("span", Vs, m(e.gameData.awayTeamScore), 1))
3163
+ e.gameData.gameStatus === 0 ? (g(), v("span", Qs, "-")) : (g(), v("span", Js, m(e.gameData.awayTeamScore), 1))
3152
3164
  ], 2),
3153
- s("p", qs, m(e.gameData.periodResults), 1)
3165
+ l("p", Zs, m(e.gameData.periodResults), 1)
3154
3166
  ]),
3155
- a[4] || (C(-1, !0), (a[4] = s("div", null, [
3167
+ a[4] || (C(-1, !0), (a[4] = l("div", null, [
3156
3168
  f(n(W), {
3157
3169
  src: e.gameData.awayTeam.logo,
3158
3170
  "default-src": n(Ce),
3159
3171
  class: "is-team-logo"
3160
3172
  }, null, 8, ["src", "default-src"]),
3161
- s("h1", Ys, m(e.gameData.awayTeam.longName), 1)
3173
+ l("h1", Xs, m(e.gameData.awayTeam.longName), 1)
3162
3174
  ])).cacheIndex = 4, C(1), a[4])
3163
3175
  ])
3164
3176
  ]));
3165
3177
  }
3166
- }, Qs = ["aria-label"], he = {
3178
+ }, tl = ["aria-label"], he = {
3167
3179
  __name: "TeamLogo",
3168
3180
  props: {
3169
3181
  name: {
@@ -3179,7 +3191,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3179
3191
  }
3180
3192
  },
3181
3193
  setup(e) {
3182
- const t = e, r = G(null), a = w(() => t.isHomeTeam ? Le : Ce);
3194
+ const t = e, r = U(null), a = w(() => t.isHomeTeam ? Le : Ce);
3183
3195
  return (i, o) => (g(), v(k, null, [
3184
3196
  f(n(Q), {
3185
3197
  offset: 2,
@@ -3188,9 +3200,9 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3188
3200
  content: e.name,
3189
3201
  "append-to": r.value
3190
3202
  }, {
3191
- default: z(({ setRef: l, events: d }) => [
3192
- s("span", ne({
3193
- ref: l,
3203
+ default: z(({ setRef: s, events: d }) => [
3204
+ l("span", ne({
3205
+ ref: s,
3194
3206
  tabindex: 0,
3195
3207
  "aria-label": e.name
3196
3208
  }, oe(d, !0)), [
@@ -3198,29 +3210,29 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3198
3210
  src: e.logo,
3199
3211
  "default-src": a.value
3200
3212
  }, null, 8, ["src", "default-src"])
3201
- ], 16, Qs)
3213
+ ], 16, tl)
3202
3214
  ]),
3203
3215
  _: 1
3204
3216
  }, 8, ["content", "append-to"]),
3205
- s("div", {
3217
+ l("div", {
3206
3218
  ref_key: "tooltipContainer",
3207
3219
  ref: r
3208
3220
  }, null, 512)
3209
3221
  ], 64));
3210
3222
  }
3211
- }, Js = { class: "is-time-cell" }, Zs = { class: "is-team-logo-cell" }, Xs = { class: "is-icon-cell" }, el = { class: "is-score" }, tl = {
3223
+ }, rl = { class: "is-time-cell" }, al = { class: "is-team-logo-cell" }, il = { class: "is-icon-cell" }, nl = { class: "is-score" }, ol = {
3212
3224
  key: 0,
3213
3225
  class: "is-badge is-large"
3214
- }, rl = {
3226
+ }, sl = {
3215
3227
  key: 1,
3216
3228
  class: "is-badge is-large"
3217
- }, al = {
3229
+ }, ll = {
3218
3230
  key: 0,
3219
3231
  class: "is-badge is-invert is-large"
3220
- }, il = { class: "is-evented-person" }, nl = { class: "is-player-number" }, ol = { class: "is-assists-list" }, sl = {
3232
+ }, cl = { class: "is-evented-person" }, dl = { class: "is-player-number" }, gl = { class: "is-assists-list" }, ml = {
3221
3233
  key: 0,
3222
3234
  class: "is-poi-data"
3223
- }, ll = ["aria-label"], cl = ["aria-label"], dl = {
3235
+ }, ul = ["aria-label"], vl = ["aria-label"], bl = {
3224
3236
  __name: "Goal",
3225
3237
  props: {
3226
3238
  event: {
@@ -3233,10 +3245,10 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3233
3245
  }
3234
3246
  },
3235
3247
  setup(e) {
3236
- const t = e, r = G(null), a = w(() => ee((l) => A(l), [t.event.assists1, t.event.assists2])), i = w(() => t.event.homeOnIce), o = w(() => t.event.awayOnIce);
3237
- return (l, d) => (g(), v(k, null, [
3238
- s("div", Js, m(e.event.eventTime), 1),
3239
- s("div", Zs, [
3248
+ const t = e, r = U(null), a = w(() => ee((s) => A(s), [t.event.assists1, t.event.assists2])), i = w(() => t.event.homeOnIce), o = w(() => t.event.awayOnIce);
3249
+ return (s, d) => (g(), v(k, null, [
3250
+ l("div", rl, m(e.event.eventTime), 1),
3251
+ l("div", al, [
3240
3252
  (g(), T(he, {
3241
3253
  key: e.event.team.id,
3242
3254
  name: e.event.team.longName,
@@ -3244,16 +3256,16 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3244
3256
  "is-home-team": e.isHomeTeam
3245
3257
  }, null, 8, ["name", "logo", "is-home-team"]))
3246
3258
  ]),
3247
- s("div", Xs, [
3259
+ l("div", il, [
3248
3260
  f(n(be), { class: "is-goal-icon" })
3249
3261
  ]),
3250
- s("div", el, m(e.event.score), 1),
3251
- s("div", null, [
3252
- e.event.advantage ? (g(), v("span", tl, m(e.event.advantage), 1)) : y("", !0),
3253
- e.event.en ? (g(), v("span", rl, " EN ")) : y("", !0)
3262
+ l("div", nl, m(e.event.score), 1),
3263
+ l("div", null, [
3264
+ e.event.advantage ? (g(), v("span", ol, m(e.event.advantage), 1)) : y("", !0),
3265
+ e.event.en ? (g(), v("span", sl, " EN ")) : y("", !0)
3254
3266
  ]),
3255
- s("div", null, [
3256
- e.event.ps || e.event.gws || e.event.gwg ? (g(), v("span", al, [
3267
+ l("div", null, [
3268
+ e.event.ps || e.event.gws || e.event.gwg ? (g(), v("span", ll, [
3257
3269
  e.event.ps ? (g(), v(k, { key: 0 }, [
3258
3270
  x("PS")
3259
3271
  ], 64)) : y("", !0),
@@ -3265,20 +3277,20 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3265
3277
  ], 64)) : y("", !0)
3266
3278
  ])) : y("", !0)
3267
3279
  ]),
3268
- s("div", null, [
3269
- s("dl", null, [
3270
- s("dt", il, [
3271
- s("span", nl, m(e.event.jerseyNumber), 1),
3280
+ l("div", null, [
3281
+ l("dl", null, [
3282
+ l("dt", cl, [
3283
+ l("span", dl, m(e.event.jerseyNumber), 1),
3272
3284
  x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
3273
3285
  ]),
3274
- s("dt", ol, [
3286
+ l("dt", gl, [
3275
3287
  (g(!0), v(k, null, E(a.value, (c) => (g(), v("span", { key: c }, [
3276
- s("i", null, m(c.jerseyNumber), 1),
3288
+ l("i", null, m(c.jerseyNumber), 1),
3277
3289
  x(" " + m(c.lastName) + " " + m(c.firstName), 1)
3278
3290
  ]))), 128))
3279
3291
  ]),
3280
- !n(A)(i.value) || !n(A)(o.value) ? (g(), v("dd", sl, [
3281
- s("ul", null, [
3292
+ !n(A)(i.value) || !n(A)(o.value) ? (g(), v("dd", ml, [
3293
+ l("ul", null, [
3282
3294
  (g(!0), v(k, null, E(i.value, (c) => (g(), T(n(Q), {
3283
3295
  key: c.playerId,
3284
3296
  offset: 2,
@@ -3288,18 +3300,18 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3288
3300
  "append-to": r.value
3289
3301
  }, {
3290
3302
  default: z(({ setRef: u, events: b }) => [
3291
- s("li", ne({
3303
+ l("li", ne({
3292
3304
  ref_for: !0,
3293
3305
  ref: u,
3294
3306
  tabindex: 0,
3295
3307
  "aria-label": `${c.jerseyNumber} ${c.lastName} ${c.firstName}`
3296
- }, oe(b, !0)), m(c.jerseyNumber), 17, ll)
3308
+ }, oe(b, !0)), m(c.jerseyNumber), 17, ul)
3297
3309
  ]),
3298
3310
  _: 2
3299
3311
  }, 1032, ["content", "append-to"]))), 128))
3300
3312
  ]),
3301
- d[0] || (d[0] = s("span", null, " / ", -1)),
3302
- s("ul", null, [
3313
+ d[0] || (d[0] = l("span", null, " / ", -1)),
3314
+ l("ul", null, [
3303
3315
  (g(!0), v(k, null, E(o.value, (c) => (g(), T(n(Q), {
3304
3316
  key: c.playerId,
3305
3317
  offset: 2,
@@ -3309,26 +3321,26 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3309
3321
  "append-to": r.value
3310
3322
  }, {
3311
3323
  default: z(({ setRef: u, events: b }) => [
3312
- s("li", ne({
3324
+ l("li", ne({
3313
3325
  ref_for: !0,
3314
3326
  ref: u,
3315
3327
  tabindex: 0,
3316
3328
  "aria-label": `${c.jerseyNumber} ${c.lastName} ${c.firstName}`
3317
- }, oe(b, !0)), m(c.jerseyNumber), 17, cl)
3329
+ }, oe(b, !0)), m(c.jerseyNumber), 17, vl)
3318
3330
  ]),
3319
3331
  _: 2
3320
3332
  }, 1032, ["content", "append-to"]))), 128))
3321
3333
  ])
3322
3334
  ])) : y("", !0)
3323
3335
  ]),
3324
- s("div", {
3336
+ l("div", {
3325
3337
  ref_key: "tooltipContainer",
3326
3338
  ref: r
3327
3339
  }, null, 512)
3328
3340
  ])
3329
3341
  ], 64));
3330
3342
  }
3331
- }, gl = { class: "is-time-cell" }, ml = { class: "is-team-logo-cell" }, ul = { class: "is-icon-cell" }, vl = { class: "is-goalie-direction" }, bl = { class: "is-evented-person" }, pl = { class: "is-player-number" }, fl = {
3343
+ }, pl = { class: "is-time-cell" }, fl = { class: "is-team-logo-cell" }, hl = { class: "is-icon-cell" }, yl = { class: "is-goalie-direction" }, wl = { class: "is-evented-person" }, xl = { class: "is-player-number" }, kl = {
3332
3344
  __name: "Goalies",
3333
3345
  props: {
3334
3346
  event: {
@@ -3342,8 +3354,8 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3342
3354
  },
3343
3355
  setup(e) {
3344
3356
  return (t, r) => (g(), v(k, null, [
3345
- s("div", gl, m(e.event.eventTime), 1),
3346
- s("div", ml, [
3357
+ l("div", pl, m(e.event.eventTime), 1),
3358
+ l("div", fl, [
3347
3359
  (g(), T(he, {
3348
3360
  key: e.event.team.id,
3349
3361
  name: e.event.team.longName,
@@ -3351,7 +3363,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3351
3363
  "is-home-team": e.isHomeTeam
3352
3364
  }, null, 8, ["name", "logo", "is-home-team"]))
3353
3365
  ]),
3354
- s("div", ul, [
3366
+ l("div", hl, [
3355
3367
  e.event.gkDirection === "CSERE" ? (g(), T(n(We), {
3356
3368
  key: 0,
3357
3369
  width: "24",
@@ -3363,23 +3375,23 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3363
3375
  width: "24",
3364
3376
  height: "24",
3365
3377
  class: "is-goalie-in-icon"
3366
- })) : (g(), T(n(mr), {
3378
+ })) : (g(), T(n(ur), {
3367
3379
  key: 2,
3368
3380
  width: "24",
3369
3381
  height: "24",
3370
3382
  class: "is-goalie-out-icon"
3371
3383
  }))
3372
3384
  ]),
3373
- s("div", vl, m(e.event.gkDirection), 1),
3374
- r[0] || (r[0] = s("div", null, null, -1)),
3375
- r[1] || (r[1] = s("div", null, null, -1)),
3376
- s("div", bl, [
3377
- s("span", pl, m(e.event.jerseyNumber), 1),
3385
+ l("div", yl, m(e.event.gkDirection), 1),
3386
+ r[0] || (r[0] = l("div", null, null, -1)),
3387
+ r[1] || (r[1] = l("div", null, null, -1)),
3388
+ l("div", wl, [
3389
+ l("span", xl, m(e.event.jerseyNumber), 1),
3378
3390
  x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
3379
3391
  ])
3380
3392
  ], 64));
3381
3393
  }
3382
- }, hl = { class: "is-time-cell" }, yl = { class: "is-team-logo-cell" }, wl = { class: "is-icon-cell" }, xl = { class: "is-penalty-cell" }, kl = ["aria-label"], Tl = { class: "is-light-cell" }, zl = { class: "is-light-cell" }, Sl = { class: "is-evented-person" }, Pl = { key: 0 }, $l = { class: "is-player-number" }, jl = {
3394
+ }, Tl = { class: "is-time-cell" }, zl = { class: "is-team-logo-cell" }, Sl = { class: "is-icon-cell" }, Pl = { class: "is-penalty-cell" }, $l = ["aria-label"], jl = { class: "is-light-cell" }, El = { class: "is-light-cell" }, Nl = { class: "is-evented-person" }, Ol = { key: 0 }, Il = { class: "is-player-number" }, Al = {
3383
3395
  __name: "Penalty",
3384
3396
  props: {
3385
3397
  event: {
@@ -3392,10 +3404,10 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3392
3404
  }
3393
3405
  },
3394
3406
  setup(e) {
3395
- const t = e, r = G(null), { t: a } = D(), i = w(() => sr(t.event));
3396
- return (o, l) => (g(), v(k, null, [
3397
- s("div", hl, m(e.event.eventTime), 1),
3398
- s("div", yl, [
3407
+ const t = e, r = U(null), { t: a } = D(), i = w(() => lr(t.event));
3408
+ return (o, s) => (g(), v(k, null, [
3409
+ l("div", Tl, m(e.event.eventTime), 1),
3410
+ l("div", zl, [
3399
3411
  (g(), T(he, {
3400
3412
  key: e.event.team.id,
3401
3413
  name: e.event.team.longName,
@@ -3403,14 +3415,14 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3403
3415
  "is-home-team": e.isHomeTeam
3404
3416
  }, null, 8, ["name", "logo", "is-home-team"]))
3405
3417
  ]),
3406
- s("div", wl, [
3407
- f(n(ur), {
3418
+ l("div", Sl, [
3419
+ f(n(vr), {
3408
3420
  width: "24",
3409
3421
  height: "24",
3410
3422
  class: "is-penalty-icon"
3411
3423
  })
3412
3424
  ]),
3413
- s("div", xl, [
3425
+ l("div", Pl, [
3414
3426
  f(n(Q), {
3415
3427
  offset: 2,
3416
3428
  placement: "top",
@@ -3419,20 +3431,20 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3419
3431
  "append-to": r.value
3420
3432
  }, {
3421
3433
  default: z(({ setRef: d, events: c }) => [
3422
- s("span", ne({
3434
+ l("span", ne({
3423
3435
  ref: d,
3424
3436
  tabindex: 0,
3425
3437
  "aria-label": n(a)(`penalties.${i.value.penaltyCause}`)
3426
- }, oe(c, !0)), m(i.value.penaltyCause), 17, kl)
3438
+ }, oe(c, !0)), m(i.value.penaltyCause), 17, $l)
3427
3439
  ]),
3428
3440
  _: 1
3429
3441
  }, 8, ["content", "append-to"]),
3430
- s("div", {
3442
+ l("div", {
3431
3443
  ref_key: "tooltipContainer",
3432
3444
  ref: r
3433
3445
  }, null, 512)
3434
3446
  ]),
3435
- s("div", Tl, [
3447
+ l("div", jl, [
3436
3448
  e.event.penaltyLength !== 0 ? (g(), v(k, { key: 0 }, [
3437
3449
  x(m(n(a)("events.penaltyLength", [e.event.penaltyLength])), 1)
3438
3450
  ], 64)) : y("", !0),
@@ -3440,16 +3452,16 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3440
3452
  x(" PS ")
3441
3453
  ], 64)) : y("", !0)
3442
3454
  ]),
3443
- s("div", zl, m(e.event.penaltyEnd), 1),
3444
- s("div", Sl, [
3445
- e.event.jerseyNumber === null ? (g(), v("span", Pl, m(n(a)("events.teamPenalty")), 1)) : (g(), v(k, { key: 1 }, [
3446
- s("span", $l, m(e.event.jerseyNumber), 1),
3455
+ l("div", El, m(e.event.penaltyEnd), 1),
3456
+ l("div", Nl, [
3457
+ e.event.jerseyNumber === null ? (g(), v("span", Ol, m(n(a)("events.teamPenalty")), 1)) : (g(), v(k, { key: 1 }, [
3458
+ l("span", Il, m(e.event.jerseyNumber), 1),
3447
3459
  x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
3448
3460
  ], 64))
3449
3461
  ])
3450
3462
  ], 64));
3451
3463
  }
3452
- }, El = { class: "is-time-cell" }, Nl = { class: "is-team-logo-cell" }, Ol = { class: "is-icon-cell" }, Il = { class: "is-evented-person" }, Al = { class: "is-player-number" }, _l = {
3464
+ }, _l = { class: "is-time-cell" }, Ml = { class: "is-team-logo-cell" }, Dl = { class: "is-icon-cell" }, Ll = { class: "is-evented-person" }, Cl = { class: "is-player-number" }, Gl = {
3453
3465
  __name: "PenaltyShot",
3454
3466
  props: {
3455
3467
  event: {
@@ -3464,8 +3476,8 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3464
3476
  setup(e) {
3465
3477
  const { t } = D();
3466
3478
  return (r, a) => (g(), v(k, null, [
3467
- s("div", El, m(e.event.eventTime), 1),
3468
- s("div", Nl, [
3479
+ l("div", _l, m(e.event.eventTime), 1),
3480
+ l("div", Ml, [
3469
3481
  (g(), T(he, {
3470
3482
  key: e.event.team.id,
3471
3483
  name: e.event.team.longName,
@@ -3473,14 +3485,14 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3473
3485
  "is-home-team": e.isHomeTeam
3474
3486
  }, null, 8, ["name", "logo", "is-home-team"]))
3475
3487
  ]),
3476
- s("div", Ol, [
3488
+ l("div", Dl, [
3477
3489
  f(n(be), { class: "is-goal-so-icon" })
3478
3490
  ]),
3479
- s("div", {
3491
+ l("div", {
3480
3492
  class: R(["is-score-so", [{ "is-score-so-goal": e.event.goal }]])
3481
3493
  }, m(e.event.score), 3),
3482
- s("div", null, [
3483
- s("span", {
3494
+ l("div", null, [
3495
+ l("span", {
3484
3496
  class: R(["is-badge is-large", [{ "is-green": e.event.goal }]])
3485
3497
  }, [
3486
3498
  e.event.goal ? (g(), v(k, { key: 0 }, [
@@ -3490,14 +3502,14 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3490
3502
  ], 64))
3491
3503
  ], 2)
3492
3504
  ]),
3493
- a[0] || (a[0] = s("div", null, null, -1)),
3494
- s("div", Il, [
3495
- s("span", Al, m(e.event.jerseyNumber), 1),
3505
+ a[0] || (a[0] = l("div", null, null, -1)),
3506
+ l("div", Ll, [
3507
+ l("span", Cl, m(e.event.jerseyNumber), 1),
3496
3508
  x(" " + m(e.event.lastName) + " " + m(e.event.firstName), 1)
3497
3509
  ])
3498
3510
  ], 64));
3499
3511
  }
3500
- }, Ml = { class: "is-time-cell" }, Dl = { class: "is-team-logo-cell" }, Ll = { class: "is-icon-cell" }, Cl = {
3512
+ }, Bl = { class: "is-time-cell" }, Hl = { class: "is-team-logo-cell" }, Rl = { class: "is-icon-cell" }, Fl = {
3501
3513
  __name: "Timeout",
3502
3514
  props: {
3503
3515
  event: {
@@ -3512,8 +3524,8 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3512
3524
  setup(e) {
3513
3525
  const { t } = D();
3514
3526
  return (r, a) => (g(), v(k, null, [
3515
- s("div", Ml, m(e.event.eventTime), 1),
3516
- s("div", Dl, [
3527
+ l("div", Bl, m(e.event.eventTime), 1),
3528
+ l("div", Hl, [
3517
3529
  (g(), T(he, {
3518
3530
  key: e.event.team.id,
3519
3531
  name: e.event.team.longName,
@@ -3521,16 +3533,16 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3521
3533
  "is-home-team": e.isHomeTeam
3522
3534
  }, null, 8, ["name", "logo", "is-home-team"]))
3523
3535
  ]),
3524
- s("div", Ll, [
3525
- f(n(gt), { class: "is-timer-icon" })
3536
+ l("div", Rl, [
3537
+ f(n(ut), { class: "is-timer-icon" })
3526
3538
  ]),
3527
- a[0] || (a[0] = s("div", null, null, -1)),
3528
- a[1] || (a[1] = s("div", null, null, -1)),
3529
- a[2] || (a[2] = s("div", null, null, -1)),
3530
- s("div", null, m(n(t)("events.timeout")), 1)
3539
+ a[0] || (a[0] = l("div", null, null, -1)),
3540
+ a[1] || (a[1] = l("div", null, null, -1)),
3541
+ a[2] || (a[2] = l("div", null, null, -1)),
3542
+ l("div", null, m(n(t)("events.timeout")), 1)
3531
3543
  ], 64));
3532
3544
  }
3533
- }, Gl = {
3545
+ }, Kl = {
3534
3546
  __name: "GameEvent",
3535
3547
  props: {
3536
3548
  event: {
@@ -3543,19 +3555,19 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3543
3555
  }
3544
3556
  },
3545
3557
  setup(e) {
3546
- const t = e, r = (/* @__PURE__ */ new Map()).set("Gól", dl).set("Kiállítás", jl).set("Kapus", fl).set("Idő", Cl).set("Büntető", _l), a = w(() => r.get(t.event.type)), i = w(() => {
3558
+ const t = e, r = (/* @__PURE__ */ new Map()).set("Gól", bl).set("Kiállítás", Al).set("Kapus", kl).set("Idő", Fl).set("Büntető", Gl), a = w(() => r.get(t.event.type)), i = w(() => {
3547
3559
  var o;
3548
3560
  return ((o = t.event.team) == null ? void 0 : o.id) === t.homeTeamId;
3549
3561
  });
3550
- return (o, l) => (g(), T(It(a.value), {
3562
+ return (o, s) => (g(), T(At(a.value), {
3551
3563
  event: e.event,
3552
3564
  "is-home-team": i.value
3553
3565
  }, null, 8, ["event", "is-home-team"]));
3554
3566
  }
3555
- }, Bl = { class: "gamecenter-game-events" }, Hl = { class: "is-period-header" }, Fl = {
3567
+ }, Ul = { class: "gamecenter-game-events" }, Vl = { class: "is-period-header" }, ql = {
3556
3568
  key: 0,
3557
3569
  class: "is-no-action"
3558
- }, Rl = {
3570
+ }, Yl = {
3559
3571
  __name: "GameEvents",
3560
3572
  props: {
3561
3573
  gameEvents: {
@@ -3568,25 +3580,25 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3568
3580
  }
3569
3581
  },
3570
3582
  setup(e) {
3571
- const t = e, { t: r } = D(), a = w(() => $i(t.gameData, t.gameEvents));
3572
- return (i, o) => (g(), v("div", Bl, [
3573
- (g(!0), v(k, null, E(a.value, (l, d) => (g(), v(k, { key: d }, [
3574
- s("div", Hl, m(n(r)(`periods.${n(dt)(d)}`)), 1),
3575
- l.length === 0 ? (g(), v("div", Fl, m(n(r)("events.noEventsInPeriod")), 1)) : y("", !0),
3576
- (g(!0), v(k, null, E(l, (c) => (g(), v("div", {
3583
+ const t = e, { t: r } = D(), a = w(() => Ii(t.gameData, t.gameEvents));
3584
+ return (i, o) => (g(), v("div", Ul, [
3585
+ (g(!0), v(k, null, E(a.value, (s, d) => (g(), v(k, { key: d }, [
3586
+ l("div", Vl, m(n(r)(`periods.${n(mt)(d)}`)), 1),
3587
+ s.length === 0 ? (g(), v("div", ql, m(n(r)("events.noEventsInPeriod")), 1)) : y("", !0),
3588
+ (g(!0), v(k, null, E(s, (c) => (g(), v("div", {
3577
3589
  key: c.id,
3578
3590
  class: "gamecenter-game-event"
3579
3591
  }, [
3580
- f(Gl, {
3592
+ f(Kl, {
3581
3593
  event: c,
3582
3594
  "home-team-id": e.gameData.homeTeam.id
3583
3595
  }, null, 8, ["event", "home-team-id"])
3584
3596
  ]))), 128))
3585
3597
  ], 64))), 128)),
3586
- o[0] || (o[0] = s("div", { id: "event-tooltip-container" }, null, -1))
3598
+ o[0] || (o[0] = l("div", { id: "event-tooltip-container" }, null, -1))
3587
3599
  ]));
3588
3600
  }
3589
- }, Kl = { class: "gamecenter-data-columns" }, Ul = {
3601
+ }, Wl = { class: "gamecenter-data-columns" }, Ql = {
3590
3602
  __name: "GameGoaliesStats",
3591
3603
  props: {
3592
3604
  data: {
@@ -3609,17 +3621,17 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3609
3621
  }
3610
3622
  },
3611
3623
  setup(e) {
3612
- const t = e, r = er([Jt(re("startingFive"))]), { columns: a } = se(ir), i = w(() => {
3613
- var l;
3614
- return r(((l = t.data) == null ? void 0 : l[t.homeTeamId]) ?? []);
3624
+ const t = e, r = tr([Zt(re("startingFive"))]), { columns: a } = se(nr), i = w(() => {
3625
+ var s;
3626
+ return r(((s = t.data) == null ? void 0 : s[t.homeTeamId]) ?? []);
3615
3627
  }), o = w(() => {
3616
- var l;
3617
- return r(((l = t.data) == null ? void 0 : l[t.awayTeamId]) ?? []);
3628
+ var s;
3629
+ return r(((s = t.data) == null ? void 0 : s[t.awayTeamId]) ?? []);
3618
3630
  });
3619
- return (l, d) => (g(), v("div", Kl, [
3631
+ return (s, d) => (g(), v("div", Wl, [
3620
3632
  f(Ee, { rows: i.value }, {
3621
3633
  default: z(({ rows: c }) => [
3622
- f(B, {
3634
+ f(G, {
3623
3635
  class: "gamecenter-data-table",
3624
3636
  columns: n(a),
3625
3637
  rows: c,
@@ -3630,7 +3642,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3630
3642
  }, 8, ["rows"]),
3631
3643
  f(Ee, { rows: o.value }, {
3632
3644
  default: z(({ rows: c }) => [
3633
- f(B, {
3645
+ f(G, {
3634
3646
  class: "gamecenter-data-table",
3635
3647
  columns: n(a),
3636
3648
  rows: c,
@@ -3641,7 +3653,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3641
3653
  }, 8, ["rows"])
3642
3654
  ]));
3643
3655
  }
3644
- }, Vl = { class: "gamecenter-game-stats-container" }, ql = ["innerHTML"], U = {
3656
+ }, Jl = { class: "gamecenter-game-stats-container" }, Zl = ["innerHTML"], K = {
3645
3657
  __name: "GameStatsContainer",
3646
3658
  props: {
3647
3659
  title: {
@@ -3654,19 +3666,19 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3654
3666
  }
3655
3667
  },
3656
3668
  setup(e) {
3657
- return (t, r) => (g(), v("dl", Vl, [
3658
- s("dt", null, [
3669
+ return (t, r) => (g(), v("dl", Jl, [
3670
+ l("dt", null, [
3659
3671
  Y(t.$slots, "default", {}, () => [
3660
3672
  x(m(e.title), 1)
3661
3673
  ])
3662
3674
  ]),
3663
- s("dd", { innerHTML: e.data }, null, 8, ql)
3675
+ l("dd", { innerHTML: e.data }, null, 8, Zl)
3664
3676
  ]));
3665
3677
  }
3666
- }, Yl = {
3678
+ }, Xl = {
3667
3679
  key: 0,
3668
3680
  class: "gamecenter-game-stats"
3669
- }, Wl = { class: "gamecenter-game-stats-container-wrapper" }, Ql = {
3681
+ }, ec = { class: "gamecenter-game-stats-container-wrapper" }, tc = {
3670
3682
  __name: "GameOfficials",
3671
3683
  props: {
3672
3684
  gameOfficials: {
@@ -3681,39 +3693,39 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3681
3693
  setup(e) {
3682
3694
  const t = e, { t: r } = D(), a = w(
3683
3695
  () => {
3684
- var o, l, d, c;
3696
+ var o, s, d, c;
3685
3697
  return te(
3686
- kt(", "),
3698
+ zt(", "),
3687
3699
  q((u) => `${u.lastName} ${u.firstName}`),
3688
3700
  ee((u) => !u)
3689
- )([(l = (o = t.gameOfficials) == null ? void 0 : o.gameOfficials) == null ? void 0 : l.first_referee, (c = (d = t.gameOfficials) == null ? void 0 : d.gameOfficials) == null ? void 0 : c.second_referee]);
3701
+ )([(s = (o = t.gameOfficials) == null ? void 0 : o.gameOfficials) == null ? void 0 : s.first_referee, (c = (d = t.gameOfficials) == null ? void 0 : d.gameOfficials) == null ? void 0 : c.second_referee]);
3690
3702
  }
3691
3703
  ), i = w(
3692
3704
  () => {
3693
- var o, l, d, c;
3705
+ var o, s, d, c;
3694
3706
  return te(
3695
- kt(", "),
3707
+ zt(", "),
3696
3708
  q((u) => `${u.lastName} ${u.firstName}`),
3697
3709
  ee((u) => !u)
3698
3710
  )([
3699
- (l = (o = t.gameOfficials) == null ? void 0 : o.gameOfficials) == null ? void 0 : l.first_line_judge,
3711
+ (s = (o = t.gameOfficials) == null ? void 0 : o.gameOfficials) == null ? void 0 : s.first_line_judge,
3700
3712
  (c = (d = t.gameOfficials) == null ? void 0 : d.gameOfficials) == null ? void 0 : c.second_line_judge
3701
3713
  ]);
3702
3714
  }
3703
3715
  );
3704
- return (o, l) => {
3716
+ return (o, s) => {
3705
3717
  var d;
3706
- return !n(A)(a.value) || !n(A)(i.value) ? (g(), v("div", Yl, [
3707
- s("div", Wl, [
3708
- f(U, {
3718
+ return !n(A)(a.value) || !n(A)(i.value) ? (g(), v("div", Xl, [
3719
+ l("div", ec, [
3720
+ f(K, {
3709
3721
  title: n(r)("gameStats.referees"),
3710
3722
  data: a.value
3711
3723
  }, null, 8, ["title", "data"]),
3712
- f(U, {
3724
+ f(K, {
3713
3725
  title: n(r)("gameStats.linesmen"),
3714
3726
  data: i.value
3715
3727
  }, null, 8, ["title", "data"]),
3716
- e.gameData.attendance ? (g(), T(U, {
3728
+ e.gameData.attendance ? (g(), T(K, {
3717
3729
  key: 0,
3718
3730
  title: n(r)("gameStats.attendance"),
3719
3731
  data: ((d = e.gameData) == null ? void 0 : d.attendance) ?? 0
@@ -3722,7 +3734,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3722
3734
  ])) : y("", !0);
3723
3735
  };
3724
3736
  }
3725
- }, Jl = { class: "gamecenter-data-column" }, Zl = {
3737
+ }, rc = { class: "gamecenter-data-column" }, ac = {
3726
3738
  __name: "GamePlayersStats",
3727
3739
  props: {
3728
3740
  data: {
@@ -3745,17 +3757,17 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3745
3757
  }
3746
3758
  },
3747
3759
  setup(e) {
3748
- const t = e, { columns: r } = se(ar), a = w(() => {
3760
+ const t = e, { columns: r } = se(ir), a = w(() => {
3749
3761
  var o;
3750
3762
  return Se(((o = t.data) == null ? void 0 : o[t.homeTeamId]) ?? []);
3751
3763
  }), i = w(() => {
3752
3764
  var o;
3753
3765
  return Se(((o = t.data) == null ? void 0 : o[t.awayTeamId]) ?? []);
3754
3766
  });
3755
- return (o, l) => (g(), v("div", Jl, [
3767
+ return (o, s) => (g(), v("div", rc, [
3756
3768
  f(Ne, { rows: a.value }, {
3757
3769
  default: z(({ rows: d, sort: c, onSort: u }) => [
3758
- f(B, {
3770
+ f(G, {
3759
3771
  class: "gamecenter-data-table",
3760
3772
  columns: n(r),
3761
3773
  rows: d,
@@ -3768,7 +3780,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3768
3780
  }, 8, ["rows"]),
3769
3781
  f(Ne, { rows: i.value }, {
3770
3782
  default: z(({ rows: d, sort: c, onSort: u }) => [
3771
- f(B, {
3783
+ f(G, {
3772
3784
  class: "gamecenter-data-table",
3773
3785
  columns: n(r),
3774
3786
  rows: d,
@@ -3781,7 +3793,7 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3781
3793
  }, 8, ["rows"])
3782
3794
  ]));
3783
3795
  }
3784
- }, Xl = {
3796
+ }, ic = {
3785
3797
  xmlns: "http://www.w3.org/2000/svg",
3786
3798
  viewBox: "0 0 24 24",
3787
3799
  fill: "none",
@@ -3790,26 +3802,26 @@ const Co = { render: Lo }, Go = ["onMouseenter", "onMouseleave", "onFocus", "onB
3790
3802
  "stroke-linecap": "round",
3791
3803
  "stroke-linejoin": "round"
3792
3804
  };
3793
- function ec(e, t) {
3794
- return g(), v("svg", Xl, t[0] || (t[0] = [
3795
- s("circle", {
3805
+ function nc(e, t) {
3806
+ return g(), v("svg", ic, t[0] || (t[0] = [
3807
+ l("circle", {
3796
3808
  cx: "12",
3797
3809
  cy: "12",
3798
3810
  r: "1"
3799
3811
  }, null, -1),
3800
- s("circle", {
3812
+ l("circle", {
3801
3813
  cx: "12",
3802
3814
  cy: "5",
3803
3815
  r: "1"
3804
3816
  }, null, -1),
3805
- s("circle", {
3817
+ l("circle", {
3806
3818
  cx: "12",
3807
3819
  cy: "19",
3808
3820
  r: "1"
3809
3821
  }, null, -1)
3810
3822
  ]));
3811
3823
  }
3812
- const tc = { render: ec }, rc = { class: "gamecenter-game-stats" }, ac = { class: "gamecenter-game-stats-container-wrapper" }, ic = ["onClick", "onFocus", "onBlur"], nc = { class: "is-popover-content" }, oc = {
3824
+ const oc = { render: nc }, sc = { class: "gamecenter-game-stats" }, lc = { class: "gamecenter-game-stats-container-wrapper" }, cc = ["onClick", "onFocus", "onBlur"], dc = { class: "is-popover-content" }, gc = {
3813
3825
  __name: "GameStats",
3814
3826
  props: {
3815
3827
  gameStats: {
@@ -3831,12 +3843,12 @@ const tc = { render: ec }, rc = { class: "gamecenter-game-stats" }, ac = { class
3831
3843
  }), o = w(
3832
3844
  () => {
3833
3845
  var p;
3834
- return zt(((p = t.gameStats) == null ? void 0 : p.teamSOG) ?? [], i.value, a.value, "shots");
3846
+ return Pt(((p = t.gameStats) == null ? void 0 : p.teamSOG) ?? [], i.value, a.value, "shots");
3835
3847
  }
3836
- ), l = w(
3848
+ ), s = w(
3837
3849
  () => {
3838
3850
  var p;
3839
- return ji(
3851
+ return Ai(
3840
3852
  ((p = t.gameStats) == null ? void 0 : p.teamSOG) ?? [],
3841
3853
  a.value,
3842
3854
  i.value,
@@ -3846,7 +3858,7 @@ const tc = { render: ec }, rc = { class: "gamecenter-game-stats" }, ac = { class
3846
3858
  ), d = w(
3847
3859
  () => {
3848
3860
  var p;
3849
- return zt(
3861
+ return Pt(
3850
3862
  ((p = t.gameStats) == null ? void 0 : p.teamPenalties) ?? [],
3851
3863
  a.value,
3852
3864
  i.value,
@@ -3855,37 +3867,37 @@ const tc = { render: ec }, rc = { class: "gamecenter-game-stats" }, ac = { class
3855
3867
  }
3856
3868
  ), c = w(() => {
3857
3869
  var p;
3858
- return Ei(((p = t.gameStats) == null ? void 0 : p.teamPowerPlay) ?? {});
3870
+ return _i(((p = t.gameStats) == null ? void 0 : p.teamPowerPlay) ?? {});
3859
3871
  }), u = w(() => {
3860
3872
  var p;
3861
- return Ni(((p = t.gameStats) == null ? void 0 : p.teamPowerPlay) ?? {});
3873
+ return Mi(((p = t.gameStats) == null ? void 0 : p.teamPowerPlay) ?? {});
3862
3874
  }), b = w(() => {
3863
3875
  var p;
3864
- return Oi(((p = t.gameStats) == null ? void 0 : p.teamPowerPlay) ?? {});
3876
+ return Di(((p = t.gameStats) == null ? void 0 : p.teamPowerPlay) ?? {});
3865
3877
  });
3866
- return (p, h) => (g(), v("div", rc, [
3867
- s("div", ac, [
3868
- f(U, {
3878
+ return (p, h) => (g(), v("div", sc, [
3879
+ l("div", lc, [
3880
+ f(K, {
3869
3881
  title: n(r)("teamsStats.sog"),
3870
3882
  data: o.value
3871
3883
  }, null, 8, ["title", "data"]),
3872
- f(U, {
3884
+ f(K, {
3873
3885
  title: n(r)("teamsStats.saves"),
3874
- data: l.value
3886
+ data: s.value
3875
3887
  }, null, 8, ["title", "data"]),
3876
- f(U, {
3888
+ f(K, {
3877
3889
  title: n(r)("teamsStats.pim"),
3878
3890
  data: d.value
3879
3891
  }, null, 8, ["title", "data"]),
3880
- f(U, {
3892
+ f(K, {
3881
3893
  title: n(r)("teamsStats.advPercent"),
3882
3894
  data: u.value
3883
3895
  }, null, 8, ["title", "data"]),
3884
- f(U, {
3896
+ f(K, {
3885
3897
  title: n(r)("teamsStats.penaltyKilling"),
3886
3898
  data: b.value
3887
3899
  }, null, 8, ["title", "data"]),
3888
- f(U, {
3900
+ f(K, {
3889
3901
  data: c.value.advTime
3890
3902
  }, {
3891
3903
  default: z(() => [
@@ -3897,22 +3909,22 @@ const tc = { render: ec }, rc = { class: "gamecenter-game-stats" }, ac = { class
3897
3909
  "append-to": "#popover-container"
3898
3910
  }, {
3899
3911
  default: z(({ setRef: S, show: $, hide: N }) => [
3900
- s("button", {
3912
+ l("button", {
3901
3913
  ref: S,
3902
- onClick: wr($, ["stop"]),
3914
+ onClick: Tr($, ["stop"]),
3903
3915
  onFocus: $,
3904
3916
  onBlur: N
3905
3917
  }, [
3906
- f(n(tc))
3907
- ], 40, ic)
3918
+ f(n(oc))
3919
+ ], 40, cc)
3908
3920
  ]),
3909
3921
  content: z(() => [
3910
- s("div", nc, [
3911
- f(U, {
3922
+ l("div", dc, [
3923
+ f(K, {
3912
3924
  title: n(r)("teamsStats.advantageTimePP1"),
3913
3925
  data: c.value.advTimePP1
3914
3926
  }, null, 8, ["title", "data"]),
3915
- f(U, {
3927
+ f(K, {
3916
3928
  title: n(r)("teamsStats.advantageTimePP2"),
3917
3929
  data: c.value.advTimePP2
3918
3930
  }, null, 8, ["title", "data"])
@@ -3924,10 +3936,10 @@ const tc = { render: ec }, rc = { class: "gamecenter-game-stats" }, ac = { class
3924
3936
  _: 1
3925
3937
  }, 8, ["data"])
3926
3938
  ]),
3927
- h[0] || (h[0] = s("div", { id: "popover-container" }, null, -1))
3939
+ h[0] || (h[0] = l("div", { id: "popover-container" }, null, -1))
3928
3940
  ]));
3929
3941
  }
3930
- }, sc = { class: "gamecenter-data-columns" }, lc = {
3942
+ }, mc = { class: "gamecenter-data-columns" }, uc = {
3931
3943
  __name: "GameTeamOfficials",
3932
3944
  props: {
3933
3945
  gameOfficials: {
@@ -3944,21 +3956,21 @@ const tc = { render: ec }, rc = { class: "gamecenter-game-stats" }, ac = { class
3944
3956
  }
3945
3957
  },
3946
3958
  setup(e) {
3947
- const t = e, { columns: r } = se(nr), { t: a } = D(), i = w(() => {
3948
- var l, d;
3949
- return je(((d = (l = t.gameOfficials) == null ? void 0 : l.gameTeamMembers) == null ? void 0 : d.home) ?? [], a);
3959
+ const t = e, { columns: r } = se(or), { t: a } = D(), i = w(() => {
3960
+ var s, d;
3961
+ return je(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.home) ?? [], a);
3950
3962
  }), o = w(() => {
3951
- var l, d;
3952
- return je(((d = (l = t.gameOfficials) == null ? void 0 : l.gameTeamMembers) == null ? void 0 : d.away) ?? [], a);
3963
+ var s, d;
3964
+ return je(((d = (s = t.gameOfficials) == null ? void 0 : s.gameTeamMembers) == null ? void 0 : d.away) ?? [], a);
3953
3965
  });
3954
- return (l, d) => (g(), v("div", sc, [
3955
- f(B, {
3966
+ return (s, d) => (g(), v("div", mc, [
3967
+ f(G, {
3956
3968
  class: "gamecenter-data-table",
3957
3969
  columns: n(r),
3958
3970
  rows: i.value,
3959
3971
  title: e.homeTeamName
3960
3972
  }, null, 8, ["columns", "rows", "title"]),
3961
- f(B, {
3973
+ f(G, {
3962
3974
  class: "gamecenter-data-table",
3963
3975
  columns: n(r),
3964
3976
  rows: o.value,
@@ -3966,7 +3978,7 @@ const tc = { render: ec }, rc = { class: "gamecenter-game-stats" }, ac = { class
3966
3978
  }, null, 8, ["columns", "rows", "title"])
3967
3979
  ]));
3968
3980
  }
3969
- }, cc = '.gamecenter-game-data{margin-bottom:30px;text-align:center}.gamecenter-game-data .is-teams-and-results{display:grid;grid-template-columns:1fr;justify-items:center;align-items:flex-end}@media all and (min-width: 576px){.gamecenter-game-data .is-teams-and-results{grid-template-columns:repeat(3,1fr)}}.gamecenter-game-data .is-title-container{margin-bottom:30px}.gamecenter-game-data .is-title{color:var(--vbr-widget-gamecenter-title-color);font-size:var(--vbr-widget-gamecenter-title-size);font-weight:var(--vbr-widget-gamecenter-title-weight);text-transform:uppercase}.gamecenter-game-data .is-gamedate{color:var(--vbr-widget-gamecenter-gamedate-color);font-size:var(--vbr-widget-gamecenter-gamedate-size);text-transform:uppercase}.gamecenter-game-data .is-local-gamedate{color:var(--vbr-widget-gamecenter-local-gamedate-color);font-size:var(--vbr-widget-gamecenter-local-gamedate-size);text-transform:uppercase}.gamecenter-game-data .is-game-result{color:var(--vbr-widget-gamecenter-result-color);font-weight:var(--vbr-widget-gamecenter-result-weight);font-size:var(--vbr-widget-gamecenter-result-size);line-height:var(--vbr-widget-gamecenter-result-size)}.gamecenter-game-data .is-team-name{display:block;padding:8px 0;color:var(--vbr-widget-gamecenter-teamname-color);font-weight:var(--vbr-widget-gamecenter-teamname-weight);font-size:var(--vbr-widget-gamecenter-teamname-size)}.gamecenter-game-data .is-game-status{color:var(--vbr-widget-gamecenter-gamestatus-color);font-size:var(--vbr-widget-gamecenter-gamestatus-size);text-transform:uppercase}.gamecenter-game-data .is-period-results{color:var(--vbr-widget-gamecenter-periodresults-color);font-size:var(--vbr-widget-gamecenter-periodresults-size);font-weight:500}.gamecenter-game-data .is-team-logo{margin:auto;display:block;width:128px;height:128px}.gamecenter-game-data .is-game-status-live{color:var(--vbr-widget-live-game-color)}.gamecenter-game-data .is-external-contents{padding:5px;display:flex;align-items:center;justify-content:center}.gamecenter-game-data .is-external-contents a{display:flex;align-items:center;font-size:var(--vbr-widget-gamecenter-local-gamedate-size)}.gamecenter-game-data .is-external-contents a:after{content:"/";margin:0 5px}.gamecenter-game-data .is-external-contents a:last-of-type:after{content:""}.gamecenter-game-data .is-external-contents .is-icon{margin-right:5px;display:inline-block;width:15px;height:15px}.gamecenter-game-stats{margin-bottom:20px}.gamecenter-game-stats [data-placement]{z-index:1000}.gamecenter-game-stats .is-popover-content{display:flex;flex-direction:column;gap:20px;padding:16px;background-color:var(--vbr-widget-primary-color-50)}.gamecenter-game-stats-container-wrapper{--columns: 1fr;display:grid;grid-template-columns:var(--columns);gap:20px;justify-items:center;padding:20px;background-color:var(--vbr-widget-gamecenter-stats-bg-color);border:1px solid var(--vbr-widget-gamecenter-stats-border-color)}@media all and (min-width: 768px){.gamecenter-game-stats-container-wrapper{--columns: repeat(2, 1fr)}}@media all and (min-width: 992px){.gamecenter-game-stats-container-wrapper{--columns: repeat(3, 1fr)}}.gamecenter-game-stats-container{text-align:center}.gamecenter-game-stats-container dt{font-size:var(--vbr-widget-gamecenter-stats-title-size);color:var(--vbr-widget-gamecenter-stats-title-color);text-transform:uppercase}.gamecenter-game-stats-container dt button{width:var(--vbr-widget-gamecenter-stats-title-size)}.gamecenter-game-stats-container dd{font-size:var(--vbr-widget-gamecenter-stats-size);color:var(--vbr-widget-gamecenter-stats-color)}.gamecenter-game-events{container-name:rows;container-type:inline-size;margin-bottom:20px;border:1px solid var(--vbr-widget-gamecenter-stats-border-color)}.gamecenter-game-events .is-period-header{padding:10px 20px;font-size:var(--vbr-widget-gamecenter-period-header-size);font-weight:var(--vbr-widget-gamecenter-period-header-weight);text-align:center;text-transform:uppercase;color:var(--vbr-widget-gamecenter-period-header-color);background-color:var(--vbr-widget-gamecenter-period-header-bg-color)}.gamecenter-game-events .is-no-action{padding:10px;text-align:center}.gamecenter-game-event{--cols: 1fr 1fr 1fr 1fr 1fr 1fr 6fr;display:grid;grid-template-columns:var(--cols);align-items:center}@container rows (max-width: 500px){.gamecenter-game-event{--cols: 1fr 1fr 1fr 1fr 1fr 1fr}.gamecenter-game-event>*:last-of-type{grid-column:2/7}}.gamecenter-game-event:nth-child(odd){background-color:var(--vbr-widget-table-stripped-bg-color)}.gamecenter-game-event>*{padding:10px}.gamecenter-game-event .is-team-logo-cell span{display:inline-block}.gamecenter-game-event .is-team-logo-cell img{display:block;width:40px;height:40px}.gamecenter-game-event .is-icon-cell svg{width:25px;height:25px}.gamecenter-game-event .is-penalty-icon{color:var(--vbr-widget-primary-color-300)}.gamecenter-game-event .is-goal-so-icon{color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-goal-icon{color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-timer-icon,.gamecenter-game-event .is-goalie-in-icon{color:var(--vbr-widget-secondary-color-500)}.gamecenter-game-event .is-goalie-out-icon{color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-time-cell{font-weight:700}.gamecenter-game-event .is-penalty-cell{font-size:var(--vbr-widget-gamecenter-events-penalty-size);text-align:center}.gamecenter-game-event .is-score{font-size:var(--vbr-widget-gamecenter-events-score-size);font-weight:700;text-align:center;color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-score-so{font-size:var(--vbr-widget-gamecenter-events-score-size);font-weight:700;text-align:center;color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-score-so-goal{color:var(--vbr-widget-live-game-color)}.gamecenter-game-event .is-goalie-direction{font-size:var(--vbr-widget-gamecenter-events-goalie-direction-size);text-align:center;color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-evented-person{font-size:var(--vbr-widget-gamecenter-events-evented-person-size);font-weight:var(--vbr-widget-gamecenter-events-evented-person-weight)}.gamecenter-game-event .is-assists-list{font-size:var(--vbr-widget-gamecenter-events-assitst-list-size);color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-assists-list span:after{content:" / "}.gamecenter-game-event .is-assists-list span:last-child:after{content:""}.gamecenter-game-event .is-poi-data{font-size:var(--vbr-widget-gamecenter-events-poi-list-size);color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-poi-data ul{display:inline-flex}.gamecenter-game-event .is-poi-data ul li:after{content:",";margin-right:2px}.gamecenter-game-event .is-poi-data ul li:last-child:after{content:""}.gamecenter-game-event .is-player-number{font-weight:400;font-style:italic;color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-light-cell{color:var(--vbr-widget-primary-color-400)}.gamecenter-data-table{border:1px solid var(--vbr-widget-gamecenter-team-container-border-color);min-width:0}.gamecenter-data-table h2{padding:8px;font-size:var(--vbr-widget-gamecenter-team-container-title-size);font-weight:500;color:var(--vbr-widget-gamecenter-team-container-title-color);background-color:var(--vbr-widget-gamecenter-team-container-title-bg-color)}.gamecenter-data-columns{--columns: 1fr;display:grid;grid-template-columns:var(--columns);gap:20px;margin-bottom:20px}@media all and (min-width: 576px){.gamecenter-data-columns{--columns: repeat(2, 1fr)}}.gamecenter-data-column{display:grid;gap:20px;margin-bottom:20px}', dc = '.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)}', gc = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", mc = ".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)}}", uc = '.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)}', vc = { class: "gamecenter" }, bc = 3e4, pc = {
3981
+ }, vc = '.gamecenter-game-data{margin-bottom:30px;text-align:center}.gamecenter-game-data .is-teams-and-results{display:grid;grid-template-columns:1fr;justify-items:center;align-items:flex-end}@media all and (min-width: 576px){.gamecenter-game-data .is-teams-and-results{grid-template-columns:repeat(3,1fr)}}.gamecenter-game-data .is-title-container{margin-bottom:30px}.gamecenter-game-data .is-title{color:var(--vbr-widget-gamecenter-title-color);font-size:var(--vbr-widget-gamecenter-title-size);font-weight:var(--vbr-widget-gamecenter-title-weight);text-transform:uppercase}.gamecenter-game-data .is-gamedate{color:var(--vbr-widget-gamecenter-gamedate-color);font-size:var(--vbr-widget-gamecenter-gamedate-size);text-transform:uppercase}.gamecenter-game-data .is-local-gamedate{color:var(--vbr-widget-gamecenter-local-gamedate-color);font-size:var(--vbr-widget-gamecenter-local-gamedate-size);text-transform:uppercase}.gamecenter-game-data .is-game-result{color:var(--vbr-widget-gamecenter-result-color);font-weight:var(--vbr-widget-gamecenter-result-weight);font-size:var(--vbr-widget-gamecenter-result-size);line-height:var(--vbr-widget-gamecenter-result-size)}.gamecenter-game-data .is-team-name{display:block;padding:8px 0;color:var(--vbr-widget-gamecenter-teamname-color);font-weight:var(--vbr-widget-gamecenter-teamname-weight);font-size:var(--vbr-widget-gamecenter-teamname-size)}.gamecenter-game-data .is-game-status{color:var(--vbr-widget-gamecenter-gamestatus-color);font-size:var(--vbr-widget-gamecenter-gamestatus-size);text-transform:uppercase}.gamecenter-game-data .is-period-results{color:var(--vbr-widget-gamecenter-periodresults-color);font-size:var(--vbr-widget-gamecenter-periodresults-size);font-weight:500}.gamecenter-game-data .is-team-logo{margin:auto;display:block;width:128px;height:128px}.gamecenter-game-data .is-game-status-live{color:var(--vbr-widget-live-game-color)}.gamecenter-game-data .is-external-contents{padding:5px;display:flex;align-items:center;justify-content:center}.gamecenter-game-data .is-external-contents a{display:flex;align-items:center;font-size:var(--vbr-widget-gamecenter-local-gamedate-size)}.gamecenter-game-data .is-external-contents a:after{content:"/";margin:0 5px}.gamecenter-game-data .is-external-contents a:last-of-type:after{content:""}.gamecenter-game-data .is-external-contents .is-icon{margin-right:5px;display:inline-block;width:15px;height:15px}.gamecenter-game-stats{margin-bottom:20px}.gamecenter-game-stats [data-placement]{z-index:1000}.gamecenter-game-stats .is-popover-content{display:flex;flex-direction:column;gap:20px;padding:16px;background-color:var(--vbr-widget-primary-color-50)}.gamecenter-game-stats-container-wrapper{--columns: 1fr;display:grid;grid-template-columns:var(--columns);gap:20px;justify-items:center;padding:20px;background-color:var(--vbr-widget-gamecenter-stats-bg-color);border:1px solid var(--vbr-widget-gamecenter-stats-border-color)}@media all and (min-width: 768px){.gamecenter-game-stats-container-wrapper{--columns: repeat(2, 1fr)}}@media all and (min-width: 992px){.gamecenter-game-stats-container-wrapper{--columns: repeat(3, 1fr)}}.gamecenter-game-stats-container{text-align:center}.gamecenter-game-stats-container dt{font-size:var(--vbr-widget-gamecenter-stats-title-size);color:var(--vbr-widget-gamecenter-stats-title-color);text-transform:uppercase}.gamecenter-game-stats-container dt button{width:var(--vbr-widget-gamecenter-stats-title-size)}.gamecenter-game-stats-container dd{font-size:var(--vbr-widget-gamecenter-stats-size);color:var(--vbr-widget-gamecenter-stats-color)}.gamecenter-game-events{container-name:rows;container-type:inline-size;margin-bottom:20px;border:1px solid var(--vbr-widget-gamecenter-stats-border-color)}.gamecenter-game-events .is-period-header{padding:10px 20px;font-size:var(--vbr-widget-gamecenter-period-header-size);font-weight:var(--vbr-widget-gamecenter-period-header-weight);text-align:center;text-transform:uppercase;color:var(--vbr-widget-gamecenter-period-header-color);background-color:var(--vbr-widget-gamecenter-period-header-bg-color)}.gamecenter-game-events .is-no-action{padding:10px;text-align:center}.gamecenter-game-event{--cols: 1fr 1fr 1fr 1fr 1fr 1fr 6fr;display:grid;grid-template-columns:var(--cols);align-items:center}@container rows (max-width: 500px){.gamecenter-game-event{--cols: 1fr 1fr 1fr 1fr 1fr 1fr}.gamecenter-game-event>*:last-of-type{grid-column:2/7}}.gamecenter-game-event:nth-child(odd){background-color:var(--vbr-widget-table-stripped-bg-color)}.gamecenter-game-event>*{padding:10px}.gamecenter-game-event .is-team-logo-cell span{display:inline-block}.gamecenter-game-event .is-team-logo-cell img{display:block;width:40px;height:40px}.gamecenter-game-event .is-icon-cell svg{width:25px;height:25px}.gamecenter-game-event .is-penalty-icon{color:var(--vbr-widget-primary-color-300)}.gamecenter-game-event .is-goal-so-icon{color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-goal-icon{color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-timer-icon,.gamecenter-game-event .is-goalie-in-icon{color:var(--vbr-widget-secondary-color-500)}.gamecenter-game-event .is-goalie-out-icon{color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-time-cell{font-weight:700}.gamecenter-game-event .is-penalty-cell{font-size:var(--vbr-widget-gamecenter-events-penalty-size);text-align:center}.gamecenter-game-event .is-score{font-size:var(--vbr-widget-gamecenter-events-score-size);font-weight:700;text-align:center;color:var(--vbr-widget-danger-color-a400)}.gamecenter-game-event .is-score-so{font-size:var(--vbr-widget-gamecenter-events-score-size);font-weight:700;text-align:center;color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-score-so-goal{color:var(--vbr-widget-live-game-color)}.gamecenter-game-event .is-goalie-direction{font-size:var(--vbr-widget-gamecenter-events-goalie-direction-size);text-align:center;color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-evented-person{font-size:var(--vbr-widget-gamecenter-events-evented-person-size);font-weight:var(--vbr-widget-gamecenter-events-evented-person-weight)}.gamecenter-game-event .is-assists-list{font-size:var(--vbr-widget-gamecenter-events-assitst-list-size);color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-assists-list span:after{content:" / "}.gamecenter-game-event .is-assists-list span:last-child:after{content:""}.gamecenter-game-event .is-poi-data{font-size:var(--vbr-widget-gamecenter-events-poi-list-size);color:var(--vbr-widget-primary-color-400)}.gamecenter-game-event .is-poi-data ul{display:inline-flex}.gamecenter-game-event .is-poi-data ul li:after{content:",";margin-right:2px}.gamecenter-game-event .is-poi-data ul li:last-child:after{content:""}.gamecenter-game-event .is-player-number{font-weight:400;font-style:italic;color:var(--vbr-widget-primary-color-500)}.gamecenter-game-event .is-light-cell{color:var(--vbr-widget-primary-color-400)}.gamecenter-data-table{border:1px solid var(--vbr-widget-gamecenter-team-container-border-color);min-width:0}.gamecenter-data-table h2{padding:8px;font-size:var(--vbr-widget-gamecenter-team-container-title-size);font-weight:500;color:var(--vbr-widget-gamecenter-team-container-title-color);background-color:var(--vbr-widget-gamecenter-team-container-title-bg-color)}.gamecenter-data-columns{--columns: 1fr;display:grid;grid-template-columns:var(--columns);gap:20px;margin-bottom:20px}@media all and (min-width: 576px){.gamecenter-data-columns{--columns: repeat(2, 1fr)}}.gamecenter-data-column{display:grid;gap:20px;margin-bottom:20px}', bc = '.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)}', pc = ".table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.table-responsive table{width:100%}", fc = ".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)}}", hc = '.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)}', yc = { class: "gamecenter" }, wc = 3e4, xc = {
3970
3982
  __name: "Game.ce",
3971
3983
  props: {
3972
3984
  locale: {
@@ -3983,23 +3995,23 @@ const tc = { render: ec }, rc = { class: "gamecenter-game-stats" }, ac = { class
3983
3995
  }
3984
3996
  },
3985
3997
  setup(e) {
3986
- const t = e, r = { en: tr, hu: rr }, a = Xe("history"), { errors: i, add: o, remove: l } = cr(), d = w(() => a.gameId || a.gameid || a["game-id"] || t.gameId), { state: c, execute: u } = Z({
3998
+ const t = e, r = { en: rr, hu: ar }, a = tt("history"), { errors: i, add: o, remove: s } = dr(), d = w(() => a.gameId || a.gameid || a["game-id"] || t.gameId), { state: c, execute: u } = Z({
3987
3999
  options: {
3988
4000
  path: "/v2/game-data",
3989
4001
  apiKey: t.apiKey,
3990
4002
  params: { gameId: d.value }
3991
4003
  },
3992
4004
  onError: (P) => o("gameData", P),
3993
- onSuccess: () => l("gameData")
4005
+ onSuccess: () => s("gameData")
3994
4006
  }), { state: b, execute: p } = Z({
3995
4007
  options: {
3996
4008
  path: "/v2/game-events",
3997
4009
  apiKey: t.apiKey,
3998
4010
  params: { gameId: d.value }
3999
4011
  },
4000
- transform: (P) => te(ot(re("eventPeriod")), De, ee(lt("Period", "type")))(P != null && P.isEmpty ? [] : P),
4012
+ transform: (P) => te(lt(re("eventPeriod")), De, ee(dt("Period", "type")))(P != null && P.isEmpty ? [] : P),
4001
4013
  onError: (P) => o("gameEvents", P),
4002
- onSuccess: () => l("gameEvents")
4014
+ onSuccess: () => s("gameEvents")
4003
4015
  }), { state: h, execute: S } = Z({
4004
4016
  options: {
4005
4017
  path: "/v2/game-stats",
@@ -4007,7 +4019,7 @@ const tc = { render: ec }, rc = { class: "gamecenter-game-stats" }, ac = { class
4007
4019
  params: { gameId: d.value }
4008
4020
  },
4009
4021
  onError: (P) => o("gameStats", P),
4010
- onSuccess: () => l("gameStats")
4022
+ onSuccess: () => s("gameStats")
4011
4023
  }), { state: $, execute: N } = Z({
4012
4024
  options: {
4013
4025
  path: "/v2/game-officials",
@@ -4015,46 +4027,46 @@ const tc = { render: ec }, rc = { class: "gamecenter-game-stats" }, ac = { class
4015
4027
  params: { gameId: d.value }
4016
4028
  },
4017
4029
  onError: (P) => o("gameOfficials", P),
4018
- onSuccess: () => l("gameOfficials")
4030
+ onSuccess: () => s("gameOfficials")
4019
4031
  });
4020
- return lr({
4032
+ return cr({
4021
4033
  data: c,
4022
4034
  services: { getGameData: u, getGameStats: S, getEvents: p, getGameOfficials: N },
4023
- interval: bc
4024
- }), (P, K) => (g(), v("div", vc, [
4025
- f(n(_t), {
4035
+ interval: wc
4036
+ }), (P, F) => (g(), v("div", yc, [
4037
+ f(n(Mt), {
4026
4038
  locale: t.locale,
4027
4039
  messages: r
4028
4040
  }, {
4029
4041
  default: z(() => {
4030
4042
  var ae;
4031
4043
  return [
4032
- (g(!0), v(k, null, E(n(i), (j) => (g(), T(n(Mt), {
4044
+ (g(!0), v(k, null, E(n(i), (j) => (g(), T(n(Dt), {
4033
4045
  key: j.key,
4034
4046
  error: j
4035
4047
  }, null, 8, ["error"]))), 128)),
4036
- n(A)(n(c)) ? y("", !0) : (g(), T(Ws, {
4048
+ n(A)(n(c)) ? y("", !0) : (g(), T(el, {
4037
4049
  key: 0,
4038
4050
  "game-data": n(c),
4039
4051
  locale: t.locale
4040
4052
  }, null, 8, ["game-data", "locale"])),
4041
- n(A)(n(c)) ? y("", !0) : (g(), T(Ql, {
4053
+ n(A)(n(c)) ? y("", !0) : (g(), T(tc, {
4042
4054
  key: 1,
4043
4055
  "game-data": n(c),
4044
4056
  "game-officials": n($)
4045
4057
  }, null, 8, ["game-data", "game-officials"])),
4046
4058
  ((ae = n(c)) == null ? void 0 : ae.gameStatus) > 0 ? (g(), v(k, { key: 2 }, [
4047
- n(A)(n(h)) ? y("", !0) : (g(), T(oc, {
4059
+ n(A)(n(h)) ? y("", !0) : (g(), T(gc, {
4048
4060
  key: 0,
4049
4061
  "game-data": n(c),
4050
4062
  "game-stats": n(h)
4051
4063
  }, null, 8, ["game-data", "game-stats"])),
4052
- !n(A)(n(b)) && !n(A)(n(c)) ? (g(), T(Rl, {
4064
+ !n(A)(n(b)) && !n(A)(n(c)) ? (g(), T(Yl, {
4053
4065
  key: 1,
4054
4066
  "game-events": n(b),
4055
4067
  "game-data": n(c)
4056
4068
  }, null, 8, ["game-events", "game-data"])) : y("", !0),
4057
- n(A)(n(h)) ? y("", !0) : (g(), T(Zl, {
4069
+ n(A)(n(h)) ? y("", !0) : (g(), T(ac, {
4058
4070
  key: 2,
4059
4071
  data: n(h).players,
4060
4072
  "home-team-id": n(c).homeTeam.id,
@@ -4062,7 +4074,7 @@ const tc = { render: ec }, rc = { class: "gamecenter-game-stats" }, ac = { class
4062
4074
  "away-team-id": n(c).awayTeam.id,
4063
4075
  "away-team-name": n(c).awayTeam.longName
4064
4076
  }, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])),
4065
- n(A)(n(h)) ? y("", !0) : (g(), T(Ul, {
4077
+ n(A)(n(h)) ? y("", !0) : (g(), T(Ql, {
4066
4078
  key: 3,
4067
4079
  data: n(h).goalies,
4068
4080
  "home-team-id": n(c).homeTeam.id,
@@ -4070,7 +4082,7 @@ const tc = { render: ec }, rc = { class: "gamecenter-game-stats" }, ac = { class
4070
4082
  "away-team-id": n(c).awayTeam.id,
4071
4083
  "away-team-name": n(c).awayTeam.longName
4072
4084
  }, null, 8, ["data", "home-team-id", "home-team-name", "away-team-id", "away-team-name"])),
4073
- !n(A)(n($)) && !n(A)(n(c)) ? (g(), T(lc, {
4085
+ !n(A)(n($)) && !n(A)(n(c)) ? (g(), T(uc, {
4074
4086
  key: 4,
4075
4087
  "game-officials": n($),
4076
4088
  "home-team-name": n(c).homeTeam.longName,
@@ -4083,18 +4095,18 @@ const tc = { render: ec }, rc = { class: "gamecenter-game-stats" }, ac = { class
4083
4095
  }, 8, ["locale"])
4084
4096
  ]));
4085
4097
  }
4086
- }, fc = /* @__PURE__ */ br(pc, [["styles", [vr, cc, dc, gc, mc, uc]]]), hc = At(fc), yc = At($s);
4087
- function wc() {
4088
- customElements.define("mjsz-vbr-game", hc), customElements.define("mjsz-vbr-game-timeline", yc);
4098
+ }, kc = /* @__PURE__ */ pr(xc, [["styles", [br, vc, bc, pc, fc, hc]]]), Tc = _t(kc), zc = _t(Is);
4099
+ function Sc() {
4100
+ customElements.define("mjsz-vbr-game", Tc), customElements.define("mjsz-vbr-game-timeline", zc);
4089
4101
  }
4090
- const Pc = {
4091
- install: () => wc()
4102
+ const Oc = {
4103
+ install: () => Sc()
4092
4104
  };
4093
4105
  export {
4094
- fc as Game,
4095
- hc as GameCE,
4096
- $s as GameTimeline,
4097
- yc as GameTimelineCE,
4098
- Pc as default,
4099
- wc as register
4106
+ kc as Game,
4107
+ Tc as GameCE,
4108
+ Is as GameTimeline,
4109
+ zc as GameTimelineCE,
4110
+ Oc as default,
4111
+ Sc as register
4100
4112
  };