@mjsz-vbr-elements/core 2.26.6 → 2.28.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.26.6 - 04/09/2025, 12:27:31
3
+ * version: v2.28.0 - 16/09/2025, 20:36:58
4
4
  * (c) 2025
5
5
  * description: Data visualization for MJSZ VBR
6
6
  * author: Ákos Stegner <akos.stegner@gmail.com>
@@ -10,11 +10,11 @@ import { n as Re, e as Q, u as Ve, o as Le, f as De, b as Ne, m as Me, d as He,
10
10
  import { SORT_STATE_ASCEND as Kt, SORT_STATE_DESCEND as qt, SORT_STATE_ORIGINAL as _t, LAZY_LOADING_STATE_DELAY as We, DEFAULT_PORTRAIT_IMAGE_URL as Ke, AVAILABLE_TIMEZONES_BY_COUNTRY as qe } from "./constants.js";
11
11
  import { o as bt, g as Je } from "./datetime-D600LvsU.js";
12
12
  import { COLUMNS_SCHEDULE as Ue } from "./columns.js";
13
- import { m as Ye, W as ie, U as xt } from "./errors-B6O6sS7H.js";
13
+ import { m as Ye, W as re, U as xt } from "./errors-B6O6sS7H.js";
14
14
  function Ze(t) {
15
15
  return Pe() ? (Se(t), !0) : !1;
16
16
  }
17
- function re(t) {
17
+ function ie(t) {
18
18
  return typeof t == "function" ? t() : p(t);
19
19
  }
20
20
  const Xe = typeof window < "u" && typeof document < "u";
@@ -23,7 +23,7 @@ const Qe = (t) => t != null, $t = () => {
23
23
  };
24
24
  function It(t) {
25
25
  var e;
26
- const o = re(t);
26
+ const o = ie(t);
27
27
  return (e = o?.$el) != null ? e : o;
28
28
  }
29
29
  const to = Xe ? window : void 0;
@@ -41,11 +41,11 @@ function no(t, e, o = {}) {
41
41
  const {
42
42
  root: n,
43
43
  rootMargin: s = "0px",
44
- threshold: i = 0.1,
45
- window: r = to,
44
+ threshold: r = 0.1,
45
+ window: i = to,
46
46
  immediate: c = !0
47
- } = o, f = oo(() => r && "IntersectionObserver" in r), d = O(() => {
48
- const l = re(t);
47
+ } = o, f = oo(() => i && "IntersectionObserver" in i), d = O(() => {
48
+ const l = ie(t);
49
49
  return (Array.isArray(l) ? l : [l]).map(It).filter(Qe);
50
50
  });
51
51
  let a = $t;
@@ -59,7 +59,7 @@ function no(t, e, o = {}) {
59
59
  {
60
60
  root: It(T),
61
61
  rootMargin: s,
62
- threshold: i
62
+ threshold: r
63
63
  }
64
64
  );
65
65
  l.forEach((x) => x && y.observe(x)), a = () => {
@@ -82,15 +82,15 @@ function no(t, e, o = {}) {
82
82
  stop: m
83
83
  };
84
84
  }
85
- const ri = oe({
85
+ const ir = oe({
86
86
  name: "FetchMoreObserver",
87
87
  props: ["as", "options"],
88
88
  emits: ["intersect"],
89
89
  setup(t, { slots: e, emit: o }) {
90
90
  const n = _(null), { stop: s } = no(
91
91
  n,
92
- ([{ isIntersecting: i }]) => {
93
- i && o("intersect");
92
+ ([{ isIntersecting: r }]) => {
93
+ r && o("intersect");
94
94
  },
95
95
  t.options
96
96
  );
@@ -101,10 +101,10 @@ const ri = oe({
101
101
  }
102
102
  });
103
103
  function so({ currentPage: t, itemsPerPage: e = 20, totalItems: o, rangeLength: n = 5, update: s = Re }) {
104
- const i = O(() => Math.ceil(p(o) / e)), r = O(() => {
105
- const a = p(t) - 1, u = Array.from({ length: i.value }, (l, T) => T + 1), v = Math.floor(n / 2);
104
+ const r = O(() => Math.ceil(p(o) / e)), i = O(() => {
105
+ const a = p(t) - 1, u = Array.from({ length: r.value }, (l, T) => T + 1), v = Math.floor(n / 2);
106
106
  let m = Math.max(a - v, 0);
107
- return m + n >= i.value && (m = Math.max(i.value - n, 0)), u.slice(m, m + n);
107
+ return m + n >= r.value && (m = Math.max(r.value - n, 0)), u.slice(m, m + n);
108
108
  }), c = (a) => {
109
109
  const u = p(t) + a;
110
110
  d(u) && s(u);
@@ -112,17 +112,17 @@ function so({ currentPage: t, itemsPerPage: e = 20, totalItems: o, rangeLength:
112
112
  d(a) && s(a);
113
113
  };
114
114
  function d(a) {
115
- return a <= i.value && a > 0;
115
+ return a <= r.value && a > 0;
116
116
  }
117
117
  return {
118
118
  page: t,
119
- range: r,
120
- pageCount: i,
119
+ range: i,
120
+ pageCount: r,
121
121
  goTo: f,
122
122
  pageStep: c
123
123
  };
124
124
  }
125
- const io = ["textContent"], ai = {
125
+ const ro = ["textContent"], ar = {
126
126
  __name: "AdditionalStandingsText",
127
127
  props: {
128
128
  rows: {
@@ -135,14 +135,14 @@ const io = ["textContent"], ai = {
135
135
  }
136
136
  },
137
137
  setup(t) {
138
- const e = t, o = _e(e, "rows"), { t: n, locale: s } = Q(), { isVisible: i, text: r } = Ve(o, e.additionalKey, n, s);
139
- return (c, f) => p(i) ? (h(), g("div", {
138
+ const e = t, o = _e(e, "rows"), { t: n, locale: s } = Q(), { isVisible: r, text: i } = Ve(o, e.additionalKey, n, s);
139
+ return (c, f) => p(r) ? (h(), g("div", {
140
140
  key: 0,
141
141
  class: "is-text-xs is-text-light is-mt-5 is-mb-5",
142
- textContent: b(p(r))
143
- }, null, 8, io)) : S("", !0);
142
+ textContent: b(p(i))
143
+ }, null, 8, ro)) : S("", !0);
144
144
  }
145
- }, ro = {
145
+ }, io = {
146
146
  __name: "BaseSelect",
147
147
  props: {
148
148
  modelValue: {
@@ -152,12 +152,12 @@ const io = ["textContent"], ai = {
152
152
  },
153
153
  emits: ["update:modelValue"],
154
154
  setup(t, { emit: e }) {
155
- const o = t, n = e, s = O({ get: () => o.modelValue, set: (i) => n("update:modelValue", i) });
156
- return (i, r) => $e((h(), g("select", {
157
- "onUpdate:modelValue": r[0] || (r[0] = (c) => s.value = c),
155
+ const o = t, n = e, s = O({ get: () => o.modelValue, set: (r) => n("update:modelValue", r) });
156
+ return (r, i) => $e((h(), g("select", {
157
+ "onUpdate:modelValue": i[0] || (i[0] = (c) => s.value = c),
158
158
  class: "base-input is-select"
159
159
  }, [
160
- R(i.$slots, "default")
160
+ R(r.$slots, "default")
161
161
  ], 512)), [
162
162
  [Ie, s.value]
163
163
  ]);
@@ -234,7 +234,7 @@ function Et(t, e, o) {
234
234
  function yt(t, e) {
235
235
  return typeof t == "function" ? t(e) : t;
236
236
  }
237
- function it(t) {
237
+ function rt(t) {
238
238
  return t.split("-")[0];
239
239
  }
240
240
  function vt(t) {
@@ -248,16 +248,16 @@ function Dt(t) {
248
248
  }
249
249
  const vo = /* @__PURE__ */ new Set(["top", "bottom"]);
250
250
  function Z(t) {
251
- return vo.has(it(t)) ? "y" : "x";
251
+ return vo.has(rt(t)) ? "y" : "x";
252
252
  }
253
253
  function Nt(t) {
254
254
  return ae(Z(t));
255
255
  }
256
256
  function wo(t, e, o) {
257
257
  o === void 0 && (o = !1);
258
- const n = vt(t), s = Nt(t), i = Dt(s);
259
- let r = s === "x" ? n === (o ? "end" : "start") ? "right" : "left" : n === "start" ? "bottom" : "top";
260
- return e.reference[i] > e.floating[i] && (r = St(r)), [r, St(r)];
258
+ const n = vt(t), s = Nt(t), r = Dt(s);
259
+ let i = s === "x" ? n === (o ? "end" : "start") ? "right" : "left" : n === "start" ? "bottom" : "top";
260
+ return e.reference[r] > e.floating[r] && (i = St(i)), [i, St(i)];
261
261
  }
262
262
  function bo(t) {
263
263
  const e = St(t);
@@ -281,8 +281,8 @@ function Po(t, e, o) {
281
281
  }
282
282
  function So(t, e, o, n) {
283
283
  const s = vt(t);
284
- let i = Po(it(t), o === "start", n);
285
- return s && (i = i.map((r) => r + "-" + s), e && (i = i.concat(i.map(Rt)))), i;
284
+ let r = Po(rt(t), o === "start", n);
285
+ return s && (r = r.map((i) => i + "-" + s), e && (r = r.concat(r.map(Rt)))), r;
286
286
  }
287
287
  function St(t) {
288
288
  return t.replace(/left|right|bottom|top/g, (e) => go[e]);
@@ -327,7 +327,7 @@ function Zt(t, e, o) {
327
327
  reference: n,
328
328
  floating: s
329
329
  } = t;
330
- const i = Z(e), r = Nt(e), c = Dt(r), f = it(e), d = i === "y", a = n.x + n.width / 2 - s.width / 2, u = n.y + n.height / 2 - s.height / 2, v = n[c] / 2 - s[c] / 2;
330
+ const r = Z(e), i = Nt(e), c = Dt(i), f = rt(e), d = r === "y", a = n.x + n.width / 2 - s.width / 2, u = n.y + n.height / 2 - s.height / 2, v = n[c] / 2 - s[c] / 2;
331
331
  let m;
332
332
  switch (f) {
333
333
  case "top":
@@ -362,10 +362,10 @@ function Zt(t, e, o) {
362
362
  }
363
363
  switch (vt(e)) {
364
364
  case "start":
365
- m[r] -= v * (o && d ? -1 : 1);
365
+ m[i] -= v * (o && d ? -1 : 1);
366
366
  break;
367
367
  case "end":
368
- m[r] += v * (o && d ? -1 : 1);
368
+ m[i] += v * (o && d ? -1 : 1);
369
369
  break;
370
370
  }
371
371
  return m;
@@ -374,10 +374,10 @@ const ko = async (t, e, o) => {
374
374
  const {
375
375
  placement: n = "bottom",
376
376
  strategy: s = "absolute",
377
- middleware: i = [],
378
- platform: r
379
- } = o, c = i.filter(Boolean), f = await (r.isRTL == null ? void 0 : r.isRTL(e));
380
- let d = await r.getElementRects({
377
+ middleware: r = [],
378
+ platform: i
379
+ } = o, c = r.filter(Boolean), f = await (i.isRTL == null ? void 0 : i.isRTL(e));
380
+ let d = await i.getElementRects({
381
381
  reference: t,
382
382
  floating: e,
383
383
  strategy: s
@@ -402,7 +402,7 @@ const ko = async (t, e, o) => {
402
402
  strategy: s,
403
403
  middlewareData: m,
404
404
  rects: d,
405
- platform: r,
405
+ platform: i,
406
406
  elements: {
407
407
  reference: t,
408
408
  floating: e
@@ -414,7 +414,7 @@ const ko = async (t, e, o) => {
414
414
  ...m[y],
415
415
  ...$
416
416
  }
417
- }, z && l <= 50 && (l++, typeof z == "object" && (z.placement && (v = z.placement), z.rects && (d = z.rects === !0 ? await r.getElementRects({
417
+ }, z && l <= 50 && (l++, typeof z == "object" && (z.placement && (v = z.placement), z.rects && (d = z.rects === !0 ? await i.getElementRects({
418
418
  reference: t,
419
419
  floating: e,
420
420
  strategy: s
@@ -437,8 +437,8 @@ async function ce(t, e) {
437
437
  const {
438
438
  x: n,
439
439
  y: s,
440
- platform: i,
441
- rects: r,
440
+ platform: r,
441
+ rects: i,
442
442
  elements: c,
443
443
  strategy: f
444
444
  } = t, {
@@ -447,23 +447,23 @@ async function ce(t, e) {
447
447
  elementContext: u = "floating",
448
448
  altBoundary: v = !1,
449
449
  padding: m = 0
450
- } = yt(e, t), l = le(m), y = c[v ? u === "floating" ? "reference" : "floating" : u], x = At(await i.getClippingRect({
451
- element: (o = await (i.isElement == null ? void 0 : i.isElement(y))) == null || o ? y : y.contextElement || await (i.getDocumentElement == null ? void 0 : i.getDocumentElement(c.floating)),
450
+ } = yt(e, t), l = le(m), y = c[v ? u === "floating" ? "reference" : "floating" : u], x = At(await r.getClippingRect({
451
+ element: (o = await (r.isElement == null ? void 0 : r.isElement(y))) == null || o ? y : y.contextElement || await (r.getDocumentElement == null ? void 0 : r.getDocumentElement(c.floating)),
452
452
  boundary: d,
453
453
  rootBoundary: a,
454
454
  strategy: f
455
455
  })), A = u === "floating" ? {
456
456
  x: n,
457
457
  y: s,
458
- width: r.floating.width,
459
- height: r.floating.height
460
- } : r.reference, k = await (i.getOffsetParent == null ? void 0 : i.getOffsetParent(c.floating)), $ = await (i.isElement == null ? void 0 : i.isElement(k)) ? await (i.getScale == null ? void 0 : i.getScale(k)) || {
458
+ width: i.floating.width,
459
+ height: i.floating.height
460
+ } : i.reference, k = await (r.getOffsetParent == null ? void 0 : r.getOffsetParent(c.floating)), $ = await (r.isElement == null ? void 0 : r.isElement(k)) ? await (r.getScale == null ? void 0 : r.getScale(k)) || {
461
461
  x: 1,
462
462
  y: 1
463
463
  } : {
464
464
  x: 1,
465
465
  y: 1
466
- }, z = At(i.convertOffsetParentRelativeRectToViewportRelativeRect ? await i.convertOffsetParentRelativeRectToViewportRelativeRect({
466
+ }, z = At(r.convertOffsetParentRelativeRectToViewportRelativeRect ? await r.convertOffsetParentRelativeRectToViewportRelativeRect({
467
467
  elements: c,
468
468
  rect: A,
469
469
  offsetParent: k,
@@ -484,8 +484,8 @@ const zo = (t) => ({
484
484
  x: o,
485
485
  y: n,
486
486
  placement: s,
487
- rects: i,
488
- platform: r,
487
+ rects: r,
488
+ platform: i,
489
489
  elements: c,
490
490
  middlewareData: f
491
491
  } = e, {
@@ -497,10 +497,10 @@ const zo = (t) => ({
497
497
  const u = le(a), v = {
498
498
  x: o,
499
499
  y: n
500
- }, m = Nt(s), l = Dt(m), T = await r.getDimensions(d), y = m === "y", x = y ? "top" : "left", A = y ? "bottom" : "right", k = y ? "clientHeight" : "clientWidth", $ = i.reference[l] + i.reference[m] - v[m] - i.floating[l], z = v[m] - i.reference[m], q = await (r.getOffsetParent == null ? void 0 : r.getOffsetParent(d));
500
+ }, m = Nt(s), l = Dt(m), T = await i.getDimensions(d), y = m === "y", x = y ? "top" : "left", A = y ? "bottom" : "right", k = y ? "clientHeight" : "clientWidth", $ = r.reference[l] + r.reference[m] - v[m] - r.floating[l], z = v[m] - r.reference[m], q = await (i.getOffsetParent == null ? void 0 : i.getOffsetParent(d));
501
501
  let L = q ? q[k] : 0;
502
- (!L || !await (r.isElement == null ? void 0 : r.isElement(q))) && (L = c.floating[k] || i.floating[l]);
503
- const ft = $ / 2 - z / 2, tt = L / 2 - T[l] / 2 - 1, J = dt(u[x], tt), pt = dt(u[A], tt), et = J, ht = L - T[l] - pt, I = L / 2 - T[l] / 2 + ft, ot = Et(et, I, ht), U = !f.arrow && vt(s) != null && I !== ot && i.reference[l] / 2 - (I < et ? J : pt) - T[l] / 2 < 0, N = U ? I < et ? I - et : I - ht : 0;
502
+ (!L || !await (i.isElement == null ? void 0 : i.isElement(q))) && (L = c.floating[k] || r.floating[l]);
503
+ const ft = $ / 2 - z / 2, tt = L / 2 - T[l] / 2 - 1, J = dt(u[x], tt), pt = dt(u[A], tt), et = J, ht = L - T[l] - pt, I = L / 2 - T[l] / 2 + ft, ot = Et(et, I, ht), U = !f.arrow && vt(s) != null && I !== ot && r.reference[l] / 2 - (I < et ? J : pt) - T[l] / 2 < 0, N = U ? I < et ? I - et : I - ht : 0;
504
504
  return {
505
505
  [m]: v[m] + N,
506
506
  data: {
@@ -521,8 +521,8 @@ const zo = (t) => ({
521
521
  var o, n;
522
522
  const {
523
523
  placement: s,
524
- middlewareData: i,
525
- rects: r,
524
+ middlewareData: r,
525
+ rects: i,
526
526
  initialPlacement: c,
527
527
  platform: f,
528
528
  elements: d
@@ -535,14 +535,14 @@ const zo = (t) => ({
535
535
  flipAlignment: T = !0,
536
536
  ...y
537
537
  } = yt(t, e);
538
- if ((o = i.arrow) != null && o.alignmentOffset)
538
+ if ((o = r.arrow) != null && o.alignmentOffset)
539
539
  return {};
540
- const x = it(s), A = Z(c), k = it(c) === c, $ = await (f.isRTL == null ? void 0 : f.isRTL(d.floating)), z = v || (k || !T ? [St(c)] : bo(c)), q = l !== "none";
540
+ const x = rt(s), A = Z(c), k = rt(c) === c, $ = await (f.isRTL == null ? void 0 : f.isRTL(d.floating)), z = v || (k || !T ? [St(c)] : bo(c)), q = l !== "none";
541
541
  !v && q && z.push(...So(c, T, l, $));
542
542
  const L = [c, ...z], ft = await ce(e, y), tt = [];
543
- let J = ((n = i.flip) == null ? void 0 : n.overflows) || [];
543
+ let J = ((n = r.flip) == null ? void 0 : n.overflows) || [];
544
544
  if (a && tt.push(ft[x]), u) {
545
- const I = wo(s, r, $);
545
+ const I = wo(s, i, $);
546
546
  tt.push(ft[I[0]], ft[I[1]]);
547
547
  }
548
548
  if (J = [...J, {
@@ -550,7 +550,7 @@ const zo = (t) => ({
550
550
  overflows: tt
551
551
  }], !tt.every((I) => I <= 0)) {
552
552
  var pt, et;
553
- const I = (((pt = i.flip) == null ? void 0 : pt.index) || 0) + 1, ot = L[I];
553
+ const I = (((pt = r.flip) == null ? void 0 : pt.index) || 0) + 1, ot = L[I];
554
554
  if (ot && (!(u === "alignment" ? A !== Z(ot) : !1) || // We leave the current main axis only if every placement on that axis
555
555
  // overflows the main axis.
556
556
  J.every((M) => M.overflows[0] > 0 && Z(M.placement) === A)))
@@ -600,7 +600,7 @@ async function $o(t, e) {
600
600
  placement: o,
601
601
  platform: n,
602
602
  elements: s
603
- } = t, i = await (n.isRTL == null ? void 0 : n.isRTL(s.floating)), r = it(o), c = vt(o), f = Z(o) === "y", d = _o.has(r) ? -1 : 1, a = i && f ? -1 : 1, u = yt(e, t);
603
+ } = t, r = await (n.isRTL == null ? void 0 : n.isRTL(s.floating)), i = rt(o), c = vt(o), f = Z(o) === "y", d = _o.has(i) ? -1 : 1, a = r && f ? -1 : 1, u = yt(e, t);
604
604
  let {
605
605
  mainAxis: v,
606
606
  crossAxis: m,
@@ -630,16 +630,16 @@ const Io = function(t) {
630
630
  var o, n;
631
631
  const {
632
632
  x: s,
633
- y: i,
634
- placement: r,
633
+ y: r,
634
+ placement: i,
635
635
  middlewareData: c
636
636
  } = e, f = await $o(e, t);
637
- return r === ((o = c.offset) == null ? void 0 : o.placement) && (n = c.arrow) != null && n.alignmentOffset ? {} : {
637
+ return i === ((o = c.offset) == null ? void 0 : o.placement) && (n = c.arrow) != null && n.alignmentOffset ? {} : {
638
638
  x: s + f.x,
639
- y: i + f.y,
639
+ y: r + f.y,
640
640
  data: {
641
641
  ...f,
642
- placement: r
642
+ placement: i
643
643
  }
644
644
  };
645
645
  }
@@ -654,8 +654,8 @@ const Io = function(t) {
654
654
  y: n,
655
655
  placement: s
656
656
  } = e, {
657
- mainAxis: i = !0,
658
- crossAxis: r = !1,
657
+ mainAxis: r = !0,
658
+ crossAxis: i = !1,
659
659
  limiter: c = {
660
660
  fn: (y) => {
661
661
  let {
@@ -672,13 +672,13 @@ const Io = function(t) {
672
672
  } = yt(t, e), d = {
673
673
  x: o,
674
674
  y: n
675
- }, a = await ce(e, f), u = Z(it(s)), v = ae(u);
675
+ }, a = await ce(e, f), u = Z(rt(s)), v = ae(u);
676
676
  let m = d[v], l = d[u];
677
- if (i) {
677
+ if (r) {
678
678
  const y = v === "y" ? "top" : "left", x = v === "y" ? "bottom" : "right", A = m + a[y], k = m - a[x];
679
679
  m = Et(A, m, k);
680
680
  }
681
- if (r) {
681
+ if (i) {
682
682
  const y = u === "y" ? "top" : "left", x = u === "y" ? "bottom" : "right", A = l + a[y], k = l - a[x];
683
683
  l = Et(A, l, k);
684
684
  }
@@ -693,8 +693,8 @@ const Io = function(t) {
693
693
  x: T.x - o,
694
694
  y: T.y - n,
695
695
  enabled: {
696
- [v]: i,
697
- [u]: r
696
+ [v]: r,
697
+ [u]: i
698
698
  }
699
699
  }
700
700
  };
@@ -805,10 +805,10 @@ function ue(t) {
805
805
  function gt(t, e, o) {
806
806
  var n;
807
807
  e === void 0 && (e = []), o === void 0 && (o = !0);
808
- const s = ue(t), i = s === ((n = t.ownerDocument) == null ? void 0 : n.body), r = V(s);
809
- if (i) {
810
- const c = Vt(r);
811
- return e.concat(r, r.visualViewport || [], wt(s) ? s : [], c && o ? gt(c) : []);
808
+ const s = ue(t), r = s === ((n = t.ownerDocument) == null ? void 0 : n.body), i = V(s);
809
+ if (r) {
810
+ const c = Vt(i);
811
+ return e.concat(i, i.visualViewport || [], wt(s) ? s : [], c && o ? gt(c) : []);
812
812
  }
813
813
  return e.concat(s, gt(s, [], o));
814
814
  }
@@ -818,8 +818,8 @@ function Vt(t) {
818
818
  function me(t) {
819
819
  const e = F(t);
820
820
  let o = parseFloat(e.width) || 0, n = parseFloat(e.height) || 0;
821
- const s = W(t), i = s ? t.offsetWidth : o, r = s ? t.offsetHeight : n, c = Pt(o) !== i || Pt(n) !== r;
822
- return c && (o = i, n = r), {
821
+ const s = W(t), r = s ? t.offsetWidth : o, i = s ? t.offsetHeight : n, c = Pt(o) !== r || Pt(n) !== i;
822
+ return c && (o = r, n = i), {
823
823
  width: o,
824
824
  height: n,
825
825
  $: c
@@ -835,11 +835,11 @@ function lt(t) {
835
835
  const o = e.getBoundingClientRect(), {
836
836
  width: n,
837
837
  height: s,
838
- $: i
838
+ $: r
839
839
  } = me(e);
840
- let r = (i ? Pt(o.width) : o.width) / n, c = (i ? Pt(o.height) : o.height) / s;
841
- return (!r || !Number.isFinite(r)) && (r = 1), (!c || !Number.isFinite(c)) && (c = 1), {
842
- x: r,
840
+ let i = (r ? Pt(o.width) : o.width) / n, c = (r ? Pt(o.height) : o.height) / s;
841
+ return (!i || !Number.isFinite(i)) && (i = 1), (!c || !Number.isFinite(c)) && (c = 1), {
842
+ x: i,
843
843
  y: c
844
844
  };
845
845
  }
@@ -854,15 +854,15 @@ function fe(t) {
854
854
  function Fo(t, e, o) {
855
855
  return e === void 0 && (e = !1), !o || e && o !== V(t) ? !1 : e;
856
856
  }
857
- function rt(t, e, o, n) {
857
+ function it(t, e, o, n) {
858
858
  e === void 0 && (e = !1), o === void 0 && (o = !1);
859
- const s = t.getBoundingClientRect(), i = Bt(t);
860
- let r = j(1);
861
- e && (n ? B(n) && (r = lt(n)) : r = lt(t));
862
- const c = Fo(i, o, n) ? fe(i) : j(0);
863
- let f = (s.left + c.x) / r.x, d = (s.top + c.y) / r.y, a = s.width / r.x, u = s.height / r.y;
864
- if (i) {
865
- const v = V(i), m = n && B(n) ? V(n) : n;
859
+ const s = t.getBoundingClientRect(), r = Bt(t);
860
+ let i = j(1);
861
+ e && (n ? B(n) && (i = lt(n)) : i = lt(t));
862
+ const c = Fo(r, o, n) ? fe(r) : j(0);
863
+ let f = (s.left + c.x) / i.x, d = (s.top + c.y) / i.y, a = s.width / i.x, u = s.height / i.y;
864
+ if (r) {
865
+ const v = V(r), m = n && B(n) ? V(n) : n;
866
866
  let l = v, T = Vt(l);
867
867
  for (; T && n && m !== l; ) {
868
868
  const y = lt(T), x = T.getBoundingClientRect(), A = F(T), k = x.left + (T.clientLeft + parseFloat(A.paddingLeft)) * y.x, $ = x.top + (T.clientTop + parseFloat(A.paddingTop)) * y.y;
@@ -878,17 +878,17 @@ function rt(t, e, o, n) {
878
878
  }
879
879
  function Ft(t, e) {
880
880
  const o = Ot(t).scrollLeft;
881
- return e ? e.left + o : rt(K(t)).left + o;
881
+ return e ? e.left + o : it(K(t)).left + o;
882
882
  }
883
883
  function pe(t, e, o) {
884
884
  o === void 0 && (o = !1);
885
885
  const n = t.getBoundingClientRect(), s = n.left + e.scrollLeft - (o ? 0 : (
886
886
  // RTL <body> scrollbar.
887
887
  Ft(t, n)
888
- )), i = n.top + e.scrollTop;
888
+ )), r = n.top + e.scrollTop;
889
889
  return {
890
890
  x: s,
891
- y: i
891
+ y: r
892
892
  };
893
893
  }
894
894
  function jo(t) {
@@ -898,19 +898,19 @@ function jo(t) {
898
898
  offsetParent: n,
899
899
  strategy: s
900
900
  } = t;
901
- const i = s === "fixed", r = K(n), c = e ? zt(e.floating) : !1;
902
- if (n === r || c && i)
901
+ const r = s === "fixed", i = K(n), c = e ? zt(e.floating) : !1;
902
+ if (n === i || c && r)
903
903
  return o;
904
904
  let f = {
905
905
  scrollLeft: 0,
906
906
  scrollTop: 0
907
907
  }, d = j(1);
908
908
  const a = j(0), u = W(n);
909
- if ((u || !u && !i) && ((mt(n) !== "body" || wt(r)) && (f = Ot(n)), W(n))) {
910
- const m = rt(n);
909
+ if ((u || !u && !r) && ((mt(n) !== "body" || wt(i)) && (f = Ot(n)), W(n))) {
910
+ const m = it(n);
911
911
  d = lt(n), a.x = m.x + n.clientLeft, a.y = m.y + n.clientTop;
912
912
  }
913
- const v = r && !u && !i ? pe(r, f, !0) : j(0);
913
+ const v = i && !u && !r ? pe(i, f, !0) : j(0);
914
914
  return {
915
915
  width: o.width * d.x,
916
916
  height: o.height * d.y,
@@ -922,36 +922,36 @@ function Wo(t) {
922
922
  return Array.from(t.getClientRects());
923
923
  }
924
924
  function Ko(t) {
925
- const e = K(t), o = Ot(t), n = t.ownerDocument.body, s = st(e.scrollWidth, e.clientWidth, n.scrollWidth, n.clientWidth), i = st(e.scrollHeight, e.clientHeight, n.scrollHeight, n.clientHeight);
926
- let r = -o.scrollLeft + Ft(t);
925
+ const e = K(t), o = Ot(t), n = t.ownerDocument.body, s = st(e.scrollWidth, e.clientWidth, n.scrollWidth, n.clientWidth), r = st(e.scrollHeight, e.clientHeight, n.scrollHeight, n.clientHeight);
926
+ let i = -o.scrollLeft + Ft(t);
927
927
  const c = -o.scrollTop;
928
- return F(n).direction === "rtl" && (r += st(e.clientWidth, n.clientWidth) - s), {
928
+ return F(n).direction === "rtl" && (i += st(e.clientWidth, n.clientWidth) - s), {
929
929
  width: s,
930
- height: i,
931
- x: r,
930
+ height: r,
931
+ x: i,
932
932
  y: c
933
933
  };
934
934
  }
935
935
  function qo(t, e) {
936
936
  const o = V(t), n = K(t), s = o.visualViewport;
937
- let i = n.clientWidth, r = n.clientHeight, c = 0, f = 0;
937
+ let r = n.clientWidth, i = n.clientHeight, c = 0, f = 0;
938
938
  if (s) {
939
- i = s.width, r = s.height;
939
+ r = s.width, i = s.height;
940
940
  const d = Ht();
941
941
  (!d || d && e === "fixed") && (c = s.offsetLeft, f = s.offsetTop);
942
942
  }
943
943
  return {
944
- width: i,
945
- height: r,
944
+ width: r,
945
+ height: i,
946
946
  x: c,
947
947
  y: f
948
948
  };
949
949
  }
950
950
  const Jo = /* @__PURE__ */ new Set(["absolute", "fixed"]);
951
951
  function Uo(t, e) {
952
- const o = rt(t, !0, e === "fixed"), n = o.top + t.clientTop, s = o.left + t.clientLeft, i = W(t) ? lt(t) : j(1), r = t.clientWidth * i.x, c = t.clientHeight * i.y, f = s * i.x, d = n * i.y;
952
+ const o = it(t, !0, e === "fixed"), n = o.top + t.clientTop, s = o.left + t.clientLeft, r = W(t) ? lt(t) : j(1), i = t.clientWidth * r.x, c = t.clientHeight * r.y, f = s * r.x, d = n * r.y;
953
953
  return {
954
- width: r,
954
+ width: i,
955
955
  height: c,
956
956
  x: f,
957
957
  y: d
@@ -985,11 +985,11 @@ function Yo(t, e) {
985
985
  if (o)
986
986
  return o;
987
987
  let n = gt(t, [], !1).filter((c) => B(c) && mt(c) !== "body"), s = null;
988
- const i = F(t).position === "fixed";
989
- let r = i ? X(t) : t;
990
- for (; B(r) && !ut(r); ) {
991
- const c = F(r), f = Mt(r);
992
- !f && c.position === "fixed" && (s = null), (i ? !f && !s : !f && c.position === "static" && !!s && Jo.has(s.position) || wt(r) && !f && he(t, r)) ? n = n.filter((a) => a !== r) : s = c, r = X(r);
988
+ const r = F(t).position === "fixed";
989
+ let i = r ? X(t) : t;
990
+ for (; B(i) && !ut(i); ) {
991
+ const c = F(i), f = Mt(i);
992
+ !f && c.position === "fixed" && (s = null), (r ? !f && !s : !f && c.position === "static" && !!s && Jo.has(s.position) || wt(i) && !f && he(t, i)) ? n = n.filter((a) => a !== i) : s = c, i = X(i);
993
993
  }
994
994
  return e.set(t, n), n;
995
995
  }
@@ -1000,7 +1000,7 @@ function Zo(t) {
1000
1000
  rootBoundary: n,
1001
1001
  strategy: s
1002
1002
  } = t;
1003
- const r = [...o === "clippingAncestors" ? zt(e) ? [] : Yo(e, this._c) : [].concat(o), n], c = r[0], f = r.reduce((d, a) => {
1003
+ const i = [...o === "clippingAncestors" ? zt(e) ? [] : Yo(e, this._c) : [].concat(o), n], c = i[0], f = i.reduce((d, a) => {
1004
1004
  const u = Qt(e, a, s);
1005
1005
  return d.top = st(u.top, d.top), d.right = dt(u.right, d.right), d.bottom = dt(u.bottom, d.bottom), d.left = st(u.left, d.left), d;
1006
1006
  }, Qt(e, c, s));
@@ -1022,7 +1022,7 @@ function Xo(t) {
1022
1022
  };
1023
1023
  }
1024
1024
  function Qo(t, e, o) {
1025
- const n = W(e), s = K(e), i = o === "fixed", r = rt(t, !0, i, e);
1025
+ const n = W(e), s = K(e), r = o === "fixed", i = it(t, !0, r, e);
1026
1026
  let c = {
1027
1027
  scrollLeft: 0,
1028
1028
  scrollTop: 0
@@ -1031,18 +1031,18 @@ function Qo(t, e, o) {
1031
1031
  function d() {
1032
1032
  f.x = Ft(s);
1033
1033
  }
1034
- if (n || !n && !i)
1034
+ if (n || !n && !r)
1035
1035
  if ((mt(e) !== "body" || wt(s)) && (c = Ot(e)), n) {
1036
- const m = rt(e, !0, i, e);
1036
+ const m = it(e, !0, r, e);
1037
1037
  f.x = m.x + e.clientLeft, f.y = m.y + e.clientTop;
1038
1038
  } else s && d();
1039
- i && !n && s && d();
1040
- const a = s && !n && !i ? pe(s, c) : j(0), u = r.left + c.scrollLeft - f.x - a.x, v = r.top + c.scrollTop - f.y - a.y;
1039
+ r && !n && s && d();
1040
+ const a = s && !n && !r ? pe(s, c) : j(0), u = i.left + c.scrollLeft - f.x - a.x, v = i.top + c.scrollTop - f.y - a.y;
1041
1041
  return {
1042
1042
  x: u,
1043
1043
  y: v,
1044
- width: r.width,
1045
- height: r.height
1044
+ width: i.width,
1045
+ height: i.height
1046
1046
  };
1047
1047
  }
1048
1048
  function Ct(t) {
@@ -1107,12 +1107,12 @@ function ye(t, e) {
1107
1107
  function nn(t, e) {
1108
1108
  let o = null, n;
1109
1109
  const s = K(t);
1110
- function i() {
1110
+ function r() {
1111
1111
  var c;
1112
1112
  clearTimeout(n), (c = o) == null || c.disconnect(), o = null;
1113
1113
  }
1114
- function r(c, f) {
1115
- c === void 0 && (c = !1), f === void 0 && (f = 1), i();
1114
+ function i(c, f) {
1115
+ c === void 0 && (c = !1), f === void 0 && (f = 1), r();
1116
1116
  const d = t.getBoundingClientRect(), {
1117
1117
  left: a,
1118
1118
  top: u,
@@ -1130,12 +1130,12 @@ function nn(t, e) {
1130
1130
  const L = q[0].intersectionRatio;
1131
1131
  if (L !== f) {
1132
1132
  if (!$)
1133
- return r();
1134
- L ? r(!1, L) : n = setTimeout(() => {
1135
- r(!1, 1e-7);
1133
+ return i();
1134
+ L ? i(!1, L) : n = setTimeout(() => {
1135
+ i(!1, 1e-7);
1136
1136
  }, 1e3);
1137
1137
  }
1138
- L === 1 && !ye(d, t.getBoundingClientRect()) && r(), $ = !1;
1138
+ L === 1 && !ye(d, t.getBoundingClientRect()) && i(), $ = !1;
1139
1139
  }
1140
1140
  try {
1141
1141
  o = new IntersectionObserver(z, {
@@ -1148,41 +1148,41 @@ function nn(t, e) {
1148
1148
  }
1149
1149
  o.observe(t);
1150
1150
  }
1151
- return r(!0), i;
1151
+ return i(!0), r;
1152
1152
  }
1153
1153
  function sn(t, e, o, n) {
1154
1154
  n === void 0 && (n = {});
1155
1155
  const {
1156
1156
  ancestorScroll: s = !0,
1157
- ancestorResize: i = !0,
1158
- elementResize: r = typeof ResizeObserver == "function",
1157
+ ancestorResize: r = !0,
1158
+ elementResize: i = typeof ResizeObserver == "function",
1159
1159
  layoutShift: c = typeof IntersectionObserver == "function",
1160
1160
  animationFrame: f = !1
1161
- } = n, d = Bt(t), a = s || i ? [...d ? gt(d) : [], ...gt(e)] : [];
1161
+ } = n, d = Bt(t), a = s || r ? [...d ? gt(d) : [], ...gt(e)] : [];
1162
1162
  a.forEach((x) => {
1163
1163
  s && x.addEventListener("scroll", o, {
1164
1164
  passive: !0
1165
- }), i && x.addEventListener("resize", o);
1165
+ }), r && x.addEventListener("resize", o);
1166
1166
  });
1167
1167
  const u = d && c ? nn(d, o) : null;
1168
1168
  let v = -1, m = null;
1169
- r && (m = new ResizeObserver((x) => {
1169
+ i && (m = new ResizeObserver((x) => {
1170
1170
  let [A] = x;
1171
1171
  A && A.target === d && m && (m.unobserve(e), cancelAnimationFrame(v), v = requestAnimationFrame(() => {
1172
1172
  var k;
1173
1173
  (k = m) == null || k.observe(e);
1174
1174
  })), o();
1175
1175
  }), d && !f && m.observe(d), m.observe(e));
1176
- let l, T = f ? rt(t) : null;
1176
+ let l, T = f ? it(t) : null;
1177
1177
  f && y();
1178
1178
  function y() {
1179
- const x = rt(t);
1179
+ const x = it(t);
1180
1180
  T && !ye(T, x) && o(), T = x, l = requestAnimationFrame(y);
1181
1181
  }
1182
1182
  return o(), () => {
1183
1183
  var x;
1184
1184
  a.forEach((A) => {
1185
- s && A.removeEventListener("scroll", o), i && A.removeEventListener("resize", o);
1185
+ s && A.removeEventListener("scroll", o), r && A.removeEventListener("resize", o);
1186
1186
  }), u?.(), (x = m) == null || x.disconnect(), m = null, f && cancelAnimationFrame(l);
1187
1187
  };
1188
1188
  }
@@ -1190,18 +1190,18 @@ const rn = Io, an = Co, ln = Oo, ee = zo, cn = (t, e, o) => {
1190
1190
  const n = /* @__PURE__ */ new Map(), s = {
1191
1191
  platform: on,
1192
1192
  ...o
1193
- }, i = {
1193
+ }, r = {
1194
1194
  ...s.platform,
1195
1195
  _c: n
1196
1196
  };
1197
1197
  return ko(t, e, {
1198
1198
  ...s,
1199
- platform: i
1199
+ platform: r
1200
1200
  });
1201
1201
  };
1202
1202
  function dn({ middleware: t, placement: e = null, strategy: o, append: n, enabled: s }) {
1203
- const i = _(null), r = _(null), c = _(null), f = _(null), d = _(null), a = _(null), u = _(null), v = _(o ?? "absolute"), m = _(null), l = () => {
1204
- !i.value || !r.value || cn(i.value, r.value, {
1203
+ const r = _(null), i = _(null), c = _(null), f = _(null), d = _(null), a = _(null), u = _(null), v = _(o ?? "absolute"), m = _(null), l = () => {
1204
+ !r.value || !i.value || cn(r.value, i.value, {
1205
1205
  middleware: t,
1206
1206
  placement: e,
1207
1207
  strategy: o
@@ -1211,8 +1211,8 @@ function dn({ middleware: t, placement: e = null, strategy: o, append: n, enable
1211
1211
  };
1212
1212
  Gt(
1213
1213
  () => ({
1214
- reference: p(i),
1215
- floating: p(r),
1214
+ reference: p(r),
1215
+ floating: p(i),
1216
1216
  append: p(n)
1217
1217
  }),
1218
1218
  ({ floating: y, append: x }) => {
@@ -1222,10 +1222,10 @@ function dn({ middleware: t, placement: e = null, strategy: o, append: n, enable
1222
1222
  ), Gt(
1223
1223
  s,
1224
1224
  (y) => {
1225
- if (!(!i.value || !r.value)) {
1225
+ if (!(!r.value || !i.value)) {
1226
1226
  if (!y)
1227
1227
  return T();
1228
- m.value = sn(i.value, r.value, l, {});
1228
+ m.value = sn(r.value, i.value, l, {});
1229
1229
  }
1230
1230
  },
1231
1231
  { flush: "post" }
@@ -1239,8 +1239,8 @@ function dn({ middleware: t, placement: e = null, strategy: o, append: n, enable
1239
1239
  arrowX: d,
1240
1240
  arrowY: a,
1241
1241
  placement: u,
1242
- reference: i,
1243
- floating: r,
1242
+ reference: r,
1243
+ floating: i,
1244
1244
  strategy: v,
1245
1245
  update: l
1246
1246
  };
@@ -1288,7 +1288,7 @@ const mn = ["data-placement"], ve = {
1288
1288
  }
1289
1289
  },
1290
1290
  setup(t) {
1291
- const e = t, o = _(!1), n = _(null), { x: s, y: i, arrowX: r, arrowY: c, placement: f, reference: d, floating: a, strategy: u } = dn({
1291
+ const e = t, o = _(!1), n = _(null), { x: s, y: r, arrowX: i, arrowY: c, placement: f, reference: d, floating: a, strategy: u } = dn({
1292
1292
  placement: e.placement,
1293
1293
  middleware: [ln(), an({ padding: 5 }), rn(e.offset), un({ element: n, padding: 5 })],
1294
1294
  append: O(() => e.appendTo),
@@ -1324,7 +1324,7 @@ const mn = ["data-placement"], ve = {
1324
1324
  "data-placement": p(f),
1325
1325
  style: jt({
1326
1326
  position: p(u),
1327
- top: p(i) ? `${p(i)}px` : "",
1327
+ top: p(r) ? `${p(r)}px` : "",
1328
1328
  left: p(s) ? `${p(s)}px` : ""
1329
1329
  })
1330
1330
  }, [
@@ -1348,7 +1348,7 @@ const mn = ["data-placement"], ve = {
1348
1348
  style: jt({
1349
1349
  position: p(u),
1350
1350
  top: p(c) ? `${p(c)}px` : "",
1351
- left: p(r) ? `${p(r)}px` : ""
1351
+ left: p(i) ? `${p(i)}px` : ""
1352
1352
  })
1353
1353
  }, null, 4)) : S("", !0)
1354
1354
  ], 2)) : S("", !0)
@@ -1384,7 +1384,7 @@ const mn = ["data-placement"], ve = {
1384
1384
  },
1385
1385
  emits: ["sort"],
1386
1386
  setup(t, { emit: e }) {
1387
- const o = t, n = e, { isLoading: s, appendTo: i } = Lt(o), r = De(s, { delay: We }), { t: c } = Q(), f = O(() => o.columns), d = O(() => Object.keys(o.columns).length);
1387
+ const o = t, n = e, { isLoading: s, appendTo: r } = Lt(o), i = De(s, { delay: We }), { t: c } = Q(), f = O(() => o.columns), d = O(() => Object.keys(o.columns).length);
1388
1388
  function a(u, v) {
1389
1389
  u.sortOrders && n("sort", { target: v, orders: u.sortOrders });
1390
1390
  }
@@ -1396,7 +1396,7 @@ const mn = ["data-placement"], ve = {
1396
1396
  placement: "top",
1397
1397
  content: m.tooltip,
1398
1398
  disabled: !m.tooltip,
1399
- "append-to": p(i)
1399
+ "append-to": p(r)
1400
1400
  }, {
1401
1401
  default: P(({ setRef: T, show: y, hide: x }) => [
1402
1402
  w("th", {
@@ -1472,7 +1472,7 @@ const mn = ["data-placement"], ve = {
1472
1472
  ], 2))), 128))
1473
1473
  ], 2))), 128))
1474
1474
  ]),
1475
- p(r) && t.rows.length === 0 ? (h(), g("tfoot", hn, [
1475
+ p(i) && t.rows.length === 0 ? (h(), g("tfoot", hn, [
1476
1476
  w("tr", null, [
1477
1477
  w("td", { colspan: d.value }, [
1478
1478
  R(u.$slots, "loading", {}, () => [
@@ -1481,7 +1481,7 @@ const mn = ["data-placement"], ve = {
1481
1481
  ], 8, gn)
1482
1482
  ])
1483
1483
  ])) : S("", !0),
1484
- t.rows.length === 0 && !p(s) && !p(r) ? (h(), g("tfoot", yn, [
1484
+ t.rows.length === 0 && !p(s) && !p(i) ? (h(), g("tfoot", yn, [
1485
1485
  w("tr", null, [
1486
1486
  w("td", { colspan: d.value }, [
1487
1487
  R(u.$slots, "empty", {}, () => [
@@ -1518,7 +1518,7 @@ function bn(t, e) {
1518
1518
  }, null, -1)
1519
1519
  ]));
1520
1520
  }
1521
- const Tn = { render: bn }, xn = { class: "error-notice" }, Pn = ["textContent"], li = {
1521
+ const Tn = { render: bn }, xn = { class: "error-notice" }, Pn = ["textContent"], lr = {
1522
1522
  __name: "ErrorNotice",
1523
1523
  props: {
1524
1524
  error: {
@@ -1533,7 +1533,7 @@ const Tn = { render: bn }, xn = { class: "error-notice" }, Pn = ["textContent"],
1533
1533
  emits: ["retry"],
1534
1534
  setup(t) {
1535
1535
  const e = t, { t: o, hasTranslation: n } = Q(), s = O(() => n(`errors.${e.error.key}`) ? o(`errors.${e.error.key}`, e.error.cause || [e.error?.message]) : e.error?.message);
1536
- return (i, r) => (h(), g("div", xn, [
1536
+ return (r, i) => (h(), g("div", xn, [
1537
1537
  C(p(Tn), {
1538
1538
  class: "icon",
1539
1539
  width: "20",
@@ -1543,28 +1543,28 @@ const Tn = { render: bn }, xn = { class: "error-notice" }, Pn = ["textContent"],
1543
1543
  t.useRetry ? (h(), g("button", {
1544
1544
  key: 0,
1545
1545
  type: "button",
1546
- onClick: r[0] || (r[0] = (c) => i.$emit("retry")),
1546
+ onClick: i[0] || (i[0] = (c) => r.$emit("retry")),
1547
1547
  textContent: b(p(o)("common.retry"))
1548
1548
  }, null, 8, Pn)) : S("", !0)
1549
1549
  ]));
1550
1550
  }
1551
- }, ci = {
1551
+ }, cr = {
1552
1552
  __name: "ErrorProvider",
1553
1553
  setup(t) {
1554
1554
  const { message: e, hasError: o, error: n } = Ne();
1555
- return (s, i) => R(s.$slots, "default", {
1555
+ return (s, r) => R(s.$slots, "default", {
1556
1556
  message: p(e),
1557
1557
  error: p(n),
1558
1558
  hasError: p(o)
1559
1559
  });
1560
1560
  }
1561
- }, Sn = { "undefined-column": "The {column} column is not exists!", "invalid-season-name": "Invalid season name", "api-key-not-found": "API Key not found", gameData: "Game Data: {0}", gameStats: "Game Stats: {0}", gameEvents: "Game Events: {0}", gameOfficials: "Game Officials : {0}" }, An = { loading: "Loading...", noData: "No data to display", selectTimezone: "*All times are displayed according to your computer's time zone ({timezone}). Change: ", hungary: "Hungary", romania: "Romania", shootoutShort: "SO", overtimeShort: "OT", all: "All", report: "Report Sheet", video: "Video", retry: "Try Again" }, kn = { inheritedPoints: { prependix: "", content: "{team} has {points} extra point(s)", appendix: "based on its results in the previous championship phase." }, penaltyPoints: { prependix: "* ", content: "{points} point(s) deducted from team {team}", appendix: "based on the decision of the Disciplinary Committee." } }, zn = { blank: "#", info: "{min} to {max} of {total} entries", team: { short: "Team", tooltip: "Team name" }, game: { short: "GP", tooltip: "Game Played" }, wins: { short: "W", tooltip: "Wins" }, draw: { short: "D", tooltip: "Draw" }, otw: { short: "OTW", tooltip: "Overtime Wins" }, sow: { short: "SOW", tooltip: "Shoot Out Wins" }, sol: { short: "SOL", tooltip: "Shoot Out Losses" }, otl: { short: "OTL", tooltip: "Overtime Losses" }, losses: { short: "L", tooltip: "Losses" }, goalFor: { short: "GF", tooltip: "Goals For" }, goalAgainst: { short: "GA", tooltip: "Goals Against" }, goalDiff: { short: "GD", tooltip: "Goal Differential" }, points: { short: "P", tooltip: "Points" }, name: { short: "Name", tooltip: "Player name" }, goals: { short: "G", tooltip: "Goals" }, assists: { short: "A", tooltip: "Assists" }, plusMinus: { short: "+/-", tooltip: "Plus/Minus" }, sog: { short: "S", tooltip: "Shots on Goal" }, so: { short: "SO", tooltip: "Shutouts" }, sogPercent: { short: "S%", tooltip: "Shooting percentage" }, gameName: { short: "#", tooltip: "Game name" }, gameDate: { short: "Date", tooltip: "Scheduled Date" }, gameDateTime: { short: "*Time ({offsetName})", tooltip: "Scheduled Time (Offset Name)" }, homeTeam: { short: "Home", tooltip: "Home Team" }, awayTeam: { short: "Away", tooltip: "Away Team" }, location: { short: "Location", tooltip: "Game Location" }, broadcast: { short: "Broadcast", tooltip: "Television Broadcast" }, minorPenalties: { short: "MINOR", tooltip: "Penalties Minor" }, majorPenalties: { short: "MAJOR", tooltip: "Penalties Major" }, misconducts: { short: "MISC", tooltip: "Penalties Misconduct" }, gameMisconducts: { short: "GA-MI", tooltip: "Penalties Game Misconduct" }, matchPenalties: { short: "MATCH", tooltip: "Penalties Match" }, pim: { short: "PIM", tooltip: "Penalty Minutes" }, pimPerGame: { short: "PIM/G", tooltip: "Penalty Minutes per Game" }, gpgk: { short: "GP", tooltip: "Games Played" }, gpi: { short: "GPI", tooltip: "Games Played In" }, toi: { short: "TOI", tooltip: "Time On Ice" }, toiPercent: { short: "TOI%", tooltip: "Time On Ice as Percentage" }, ga: { short: "GA", tooltip: "Goals Against" }, gaa: { short: "GAA", tooltip: "Goals Against Average" }, sa: { short: "SA", tooltip: "Shots Against" }, svs: { short: "SVS", tooltip: "Saves" }, svsPercent: { short: "SV%", tooltip: "Save Percentage" }, homeHeader: { short: "Home:", tooltip: "" }, awayHeader: { short: "Away:", tooltip: "" }, totalHeader: { short: "Total:", tooltip: "" }, homeGame: { short: "GP", tooltip: "Home Games Played" }, awayGame: { short: "GP", tooltip: "Away Games Played" }, totalGame: { short: "GP", tooltip: "Total Games Played" }, homeAttendance: { short: "Att", tooltip: "Home Attendance" }, awayAttendance: { short: "Att", tooltip: "Away Attendance" }, totalAttendance: { short: "Att", tooltip: "Total Attendance" }, homeAttendanceAvg: { short: "Avg", tooltip: "Home Average Attendance" }, awayAttendanceAvg: { short: "Avg", tooltip: "Away Average Attendance" }, totalAttendanceAvg: { short: "Avg", tooltip: "Total Average Attendance" }, powerplayDisadvantages: { short: "DVG", tooltip: "Disadvantages (Number of Times Shorthanded)" }, dvgTime: { short: "DVG-T", tooltip: "Disadvantages Time" }, dvgTimePP1: { short: "DVG-T PP1", tooltip: "Disadvantages Time (Period of PP1)" }, dvgTimePP2: { short: "DVG-T PP2", tooltip: "Disadvantages Time (Period of PP2)" }, ppga: { short: "PPGA", tooltip: "Powerplay Goals Against" }, shgf: { short: "SHGF", tooltip: "Shorthanded Goals For" }, pkPercent: { short: "PK%", tooltip: "Penalty Killing Percentage" }, adv: { short: "ADV", tooltip: "Advantages (Times on Powerplay)" }, advTime: { short: "ADV-T", tooltip: "Advantages Time (Period of Powerplay)" }, advTimePP1: { short: "ADV-T PP1", tooltip: "Advantages Time (Period of PP1)" }, advTimePP2: { short: "ADV-T PP2", tooltip: "Advantages Time (Period of PP2)" }, ppgf: { short: "PPGF", tooltip: "Powerplay Goals For" }, shga: { short: "SHGA", tooltip: "Shorthanded Goals Against" }, ppPercent: { short: "PP%", tooltip: "Powerplay Percentage" }, gfgp: { short: "GF/GP", tooltip: "Szerzett gólátlag" }, gagp: { short: "GA/GP", tooltip: "Kapott gólátlag" }, sogp: { short: "Shots/GP", tooltip: "Átlagos lövésszám" }, sagp: { short: "SA/GP", tooltip: "Shots Against per Game" }, jerseyNumber: { short: "#", tooltip: "Jersey Number" }, row: { short: "Row", tooltip: "Row" }, position: { short: "Position", tooltip: "Position" }, teamOfficials: { short: "Team officials", tooltip: "Team officials" }, score: { short: "Score", tooltip: "Actual Game Score" }, opponent: { short: "Opponent", tooltip: "Opponent" }, result: { short: "Result", tooltip: "Result" }, resultType: { short: "#", tooltip: "Result Type" }, atoi: { short: "ATOI", tooltip: "Average Time On Ice" }, shf: { short: "SHF", tooltip: "Shifts" }, ashf: { short: "ASHF", tooltip: "Average Shifts" }, eqToi: { short: "EQ-TOI", tooltip: "Time On Ice in Equal" }, pp1Toi: { short: "PP1-TOI", tooltip: "Time On Ice in PowerPlay 1" }, pp2Toi: { short: "PP2-TOI", tooltip: "Time On Ice in PowerPlay 2" }, sh1Toi: { short: "SH1-TOI", tooltip: "Time On Ice in Shorthanded 1" }, sh2Toi: { short: "SH2-TOI", tooltip: "Time On Ice in Shorthanded 2" }, eqAToi: { short: "EQ-A-TOI", tooltip: "Average Time On Ice in Equal" }, pp1AToi: { short: "PP1-A-TOI", tooltip: "Average Time On Ice in PowerPlay 1" }, pp2AToi: { short: "PP2-A-TOI", tooltip: "Average Time On Ice in PowerPlay 2" }, sh1AToi: { short: "SH1-A-TOI", tooltip: "Average Time On Ice in Shorthanded 1" }, sh2AToi: { short: "SH2-A-TOI", tooltip: "Average Time On Ice in Shorthanded 2" }, role: { short: "Role", tooltip: "Role" } }, On = { data: { localTime: "Game local time" }, status: { jury: "Jury result", delayed: "Game delayed" }, period: { 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", Bemelegítés: "Warm-up", "Bemelegítés vége": "Warm-up End", "1. harmad": "First period", "1. harmad vége": "First period End", "2. harmad": "Second period", "2. harmad vége": "Second period End", "3. harmad": "Third period", "3. harmad vége": "Third period End", "4. harmad": "IV. period", "4. harmad vége": "IV. period End", "5. harmad": "V. period", "5. harmad vége": "V. period End", "6. harmad": "VI. period", "6. harmad vége": "VI. period End", Hosszabbítás: "Overtime", "Hosszabbítás vége": "Overtime End", Büntetőlövések: "Penalty Shot", Végeredmény: "Game Completed", Szétlövés: "Shoot Out" } }, _n = {
1561
+ }, Sn = { "undefined-column": "The {column} column is not exists!", "invalid-season-name": "Invalid season name", "api-key-not-found": "API Key not found", gameData: "Game Data: {0}", gameStats: "Game Stats: {0}", gameEvents: "Game Events: {0}", gameOfficials: "Game Officials : {0}" }, An = { loading: "Loading...", noData: "No data to display", selectTimezone: "*All times are displayed according to your computer's time zone ({timezone}). Change: ", hungary: "Hungary", romania: "Romania", shootoutShort: "SO", overtimeShort: "OT", all: "All", report: "Report Sheet", video: "Video", retry: "Try Again" }, kn = { inheritedPoints: { prependix: "", content: "{team} has {points} extra point(s)", appendix: "based on its results in the previous championship phase." }, penaltyPoints: { prependix: "* ", content: "{points} point(s) deducted from team {team}", appendix: "based on the decision of the Disciplinary Committee." } }, zn = { blank: "#", info: "{min} to {max} of {total} entries", team: { short: "Team", tooltip: "Team name" }, game: { short: "GP", tooltip: "Game Played" }, pper: { short: "PPer", tooltip: "Total periods played" }, wins: { short: "W", tooltip: "Wins" }, draw: { short: "D", tooltip: "Draw" }, otw: { short: "OTW", tooltip: "Overtime Wins" }, sow: { short: "SOW", tooltip: "Shoot Out Wins" }, sol: { short: "SOL", tooltip: "Shoot Out Losses" }, otl: { short: "OTL", tooltip: "Overtime Losses" }, losses: { short: "L", tooltip: "Losses" }, goalFor: { short: "GF", tooltip: "Goals For" }, goalAgainst: { short: "GA", tooltip: "Goals Against" }, goalDiff: { short: "GD", tooltip: "Goal Differential" }, points: { short: "P", tooltip: "Points" }, name: { short: "Name", tooltip: "Player name" }, goals: { short: "G", tooltip: "Goals" }, assists: { short: "A", tooltip: "Assists" }, plusMinus: { short: "+/-", tooltip: "Plus/Minus" }, sog: { short: "S", tooltip: "Shots on Goal" }, so: { short: "SO", tooltip: "Shutouts" }, sogPercent: { short: "S%", tooltip: "Shooting percentage" }, gameName: { short: "#", tooltip: "Game name" }, gameDate: { short: "Date", tooltip: "Scheduled Date" }, gameDateTime: { short: "*Time ({offsetName})", tooltip: "Scheduled Time (Offset Name)" }, homeTeam: { short: "Home", tooltip: "Home Team" }, awayTeam: { short: "Away", tooltip: "Away Team" }, location: { short: "Location", tooltip: "Game Location" }, broadcast: { short: "Broadcast", tooltip: "Television Broadcast" }, minorPenalties: { short: "MINOR", tooltip: "Penalties Minor" }, majorPenalties: { short: "MAJOR", tooltip: "Penalties Major" }, misconducts: { short: "MISC", tooltip: "Penalties Misconduct" }, gameMisconducts: { short: "GA-MI", tooltip: "Penalties Game Misconduct" }, matchPenalties: { short: "MATCH", tooltip: "Penalties Match" }, pim: { short: "PIM", tooltip: "Penalty Minutes" }, pimPerGame: { short: "PIM/G", tooltip: "Penalty Minutes per Game" }, gpgk: { short: "GP", tooltip: "Games Played" }, gpi: { short: "GPI", tooltip: "Games Played In" }, toi: { short: "TOI", tooltip: "Time On Ice" }, toiPercent: { short: "TOI%", tooltip: "Time On Ice as Percentage" }, ga: { short: "GA", tooltip: "Goals Against" }, gaa: { short: "GAA", tooltip: "Goals Against Average" }, sa: { short: "SA", tooltip: "Shots Against" }, svs: { short: "SVS", tooltip: "Saves" }, svsPercent: { short: "SV%", tooltip: "Save Percentage" }, homeHeader: { short: "Home:", tooltip: "" }, awayHeader: { short: "Away:", tooltip: "" }, totalHeader: { short: "Total:", tooltip: "" }, homeGame: { short: "GP", tooltip: "Home Games Played" }, awayGame: { short: "GP", tooltip: "Away Games Played" }, totalGame: { short: "GP", tooltip: "Total Games Played" }, homeAttendance: { short: "Att", tooltip: "Home Attendance" }, awayAttendance: { short: "Att", tooltip: "Away Attendance" }, totalAttendance: { short: "Att", tooltip: "Total Attendance" }, homeAttendanceAvg: { short: "Avg", tooltip: "Home Average Attendance" }, awayAttendanceAvg: { short: "Avg", tooltip: "Away Average Attendance" }, totalAttendanceAvg: { short: "Avg", tooltip: "Total Average Attendance" }, powerplayDisadvantages: { short: "DVG", tooltip: "Disadvantages (Number of Times Shorthanded)" }, dvgTime: { short: "DVG-T", tooltip: "Disadvantages Time" }, dvgTimePP1: { short: "DVG-T PP1", tooltip: "Disadvantages Time (Period of PP1)" }, dvgTimePP2: { short: "DVG-T PP2", tooltip: "Disadvantages Time (Period of PP2)" }, ppga: { short: "PPGA", tooltip: "Powerplay Goals Against" }, shgf: { short: "SHGF", tooltip: "Shorthanded Goals For" }, pkPercent: { short: "PK%", tooltip: "Penalty Killing Percentage" }, adv: { short: "ADV", tooltip: "Advantages (Times on Powerplay)" }, advTime: { short: "ADV-T", tooltip: "Advantages Time (Period of Powerplay)" }, advTimePP1: { short: "ADV-T PP1", tooltip: "Advantages Time (Period of PP1)" }, advTimePP2: { short: "ADV-T PP2", tooltip: "Advantages Time (Period of PP2)" }, ppgf: { short: "PPGF", tooltip: "Powerplay Goals For" }, shga: { short: "SHGA", tooltip: "Shorthanded Goals Against" }, ppPercent: { short: "PP%", tooltip: "Powerplay Percentage" }, gfgp: { short: "GF/GP", tooltip: "Szerzett gólátlag" }, gagp: { short: "GA/GP", tooltip: "Kapott gólátlag" }, sogp: { short: "Shots/GP", tooltip: "Átlagos lövésszám" }, sagp: { short: "SA/GP", tooltip: "Shots Against per Game" }, jerseyNumber: { short: "#", tooltip: "Jersey Number" }, row: { short: "Row", tooltip: "Row" }, position: { short: "Position", tooltip: "Position" }, teamOfficials: { short: "Team officials", tooltip: "Team officials" }, score: { short: "Score", tooltip: "Actual Game Score" }, opponent: { short: "Opponent", tooltip: "Opponent" }, result: { short: "Result", tooltip: "Result" }, resultType: { short: "#", tooltip: "Result Type" }, atoi: { short: "ATOI", tooltip: "Average Time On Ice" }, shf: { short: "SHF", tooltip: "Shifts" }, ashf: { short: "ASHF", tooltip: "Average Shifts" }, eqToi: { short: "EQ-TOI", tooltip: "Time On Ice in Equal" }, pp1Toi: { short: "PP1-TOI", tooltip: "Time On Ice in PowerPlay 1" }, pp2Toi: { short: "PP2-TOI", tooltip: "Time On Ice in PowerPlay 2" }, sh1Toi: { short: "SH1-TOI", tooltip: "Time On Ice in Shorthanded 1" }, sh2Toi: { short: "SH2-TOI", tooltip: "Time On Ice in Shorthanded 2" }, eqAToi: { short: "EQ-A-TOI", tooltip: "Average Time On Ice in Equal" }, pp1AToi: { short: "PP1-A-TOI", tooltip: "Average Time On Ice in PowerPlay 1" }, pp2AToi: { short: "PP2-A-TOI", tooltip: "Average Time On Ice in PowerPlay 2" }, sh1AToi: { short: "SH1-A-TOI", tooltip: "Average Time On Ice in Shorthanded 1" }, sh2AToi: { short: "SH2-A-TOI", tooltip: "Average Time On Ice in Shorthanded 2" }, role: { short: "Role", tooltip: "Role" } }, On = { data: { localTime: "Game local time" }, status: { jury: "Jury result", delayed: "Game delayed" }, period: { 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", Bemelegítés: "Warm-up", "Bemelegítés vége": "Warm-up End", "1. harmad": "First period", "1. harmad vége": "First period End", "2. harmad": "Second period", "2. harmad vége": "Second period End", "3. harmad": "Third period", "3. harmad vége": "Third period End", "4. harmad": "IV. period", "4. harmad vége": "IV. period End", "5. harmad": "V. period", "5. harmad vége": "V. period End", "6. harmad": "VI. period", "6. harmad vége": "VI. period End", Hosszabbítás: "Overtime", "Hosszabbítás vége": "Overtime End", Büntetőlövések: "Penalty Shot", Végeredmény: "Game Completed", Szétlövés: "Shoot Out" } }, _n = {
1562
1562
  errors: Sn,
1563
1563
  common: An,
1564
1564
  additionalText: kn,
1565
1565
  table: zn,
1566
1566
  game: On
1567
- }, $n = { "undefined-column": "A(z) {column} oszlop nem létezik!", "invalid-season-name": "Érvénytelen szezon név", "api-key-not-found": "API Kulcs nem megfelelő", gameData: "Game Data: {0}", gameStats: "Game Stats: {0}", gameEvents: "Game Events: {0}", gameOfficials: "Game Officials: {0}" }, In = { loading: "Töltődés...", noData: "Nincs megjeleníthető adat", selectTimezone: "*Minden időpont a számítógép időzónája szerint jelenik meg ({timezone}). Váltás: ", hungary: "Magyarország", romania: "Románia", shootoutShort: "SO", overtimeShort: "OT", all: "Mind", report: "Jegyzőkönyv", video: "Videó", retry: "Újra" }, Cn = { inheritedPoints: { prependix: "A megelőző bajnokság szakaszban elért eredménye alapján", content: "{team} csapata {points}", appendix: "többletponttal rendelkezik." }, penaltyPoints: { prependix: "* Fegyelmi Bizottság döntése alapján:", content: "{team} csapatától {points} pont", appendix: "levonva." } }, Gn = { blank: "#", info: "{min} - {max} / {total} db", team: { short: "Csapat", tooltip: "Csapatnév" }, game: { short: "GP", tooltip: "Mérkőzésszám" }, wins: { short: "W", tooltip: "Győzelem" }, draw: { short: "D", tooltip: "Döntetlen" }, otw: { short: "OTW", tooltip: "Győzelem Hosszabbításban" }, sow: { short: "SOW", tooltip: "Győzelem Szétlövésben" }, sol: { short: "SOL", tooltip: "Vereség Szétlövésben" }, otl: { short: "OTL", tooltip: "Vereség Hosszabbításban" }, losses: { short: "L", tooltip: "Vereség" }, goalFor: { short: "GF", tooltip: "Szerzett Gól" }, goalAgainst: { short: "GA", tooltip: "Kapott Gól" }, goalDiff: { short: "GD", tooltip: "Gólkülönbség" }, name: { short: "Név", tooltip: "Játékosnév" }, goals: { short: "G", tooltip: "Gólok" }, assists: { short: "A", tooltip: "Gólpasszok" }, points: { short: "P", tooltip: "Pontok" }, plusMinus: { short: "+/-", tooltip: "Plussz/Minusz" }, sog: { short: "S", tooltip: "Lövések" }, so: { short: "SO", tooltip: "Kapott gól nélküli mérkőzések" }, sogPercent: { short: "S%", tooltip: "Lövés Hatékonyság" }, gameName: { short: "#", tooltip: "Mérkőzés Sorszáma" }, gameDate: { short: "Dátum", tooltip: "Mérkőzés Dátuma" }, gameDateTime: { short: "*Idő ({offsetName})", tooltip: "Mérkőzés kezdési ideje (Zóna neve)" }, homeTeam: { short: "Hazai", tooltip: "Hazai Csapat" }, awayTeam: { short: "Vendég", tooltip: "Vendég Csapat" }, location: { short: "Helyszín", tooltip: "Mérkőzés Helyszíne" }, broadcast: { short: "TV", tooltip: "TV Közvetítés" }, minorPenalties: { short: "MINOR", tooltip: "Kisbüntetés (2p)" }, majorPenalties: { short: "MAJOR", tooltip: "Büntetés (5p)" }, misconducts: { short: "MISC", tooltip: "Fegyelmi büntetés (10p)" }, gameMisconducts: { short: "GA-MI", tooltip: "Fegyelmi büntetés (20p)" }, matchPenalties: { short: "MATCH", tooltip: "Végleges kiállítások (25p)" }, pim: { short: "BÜP", tooltip: "Büntetés Percek" }, pimPerGame: { short: "BÜP/M", tooltip: "Mérkőzésenkénti Büntetés Percek" }, gpgk: { short: "GP", tooltip: "Mérkőzésre Nevezve" }, gpi: { short: "GPI", tooltip: "Mérkőzésen Játszott" }, toi: { short: "TOI", tooltip: "Jégen Töltött Idő" }, toiPercent: { short: "TOI%", tooltip: "Jégen Töltött Idő Százalék" }, ga: { short: "GA", tooltip: "Kapott Gól" }, gaa: { short: "GAA", tooltip: "Kapott Gólátlag" }, sa: { short: "SA", tooltip: "Kapott Lövés" }, svs: { short: "SVS", tooltip: "Védett Lövés" }, svsPercent: { short: "VH%", tooltip: "Védés Hatékonyság" }, homeHeader: { short: "Hazai:", tooltip: "" }, awayHeader: { short: "Vendég:", tooltip: "" }, totalHeader: { short: "Összes:", tooltip: "" }, homeGame: { short: "M", tooltip: "Hazai Mérkőzés" }, awayGame: { short: "M", tooltip: "Vendég Mérkőzés" }, totalGame: { short: "M", tooltip: "Összes Mérkőzés" }, homeAttendance: { short: "Nézőszám", tooltip: "Hazai Néző" }, awayAttendance: { short: "Nézőszám", tooltip: "Vendég Néző" }, totalAttendance: { short: "Nézőszám", tooltip: "Összes Néző" }, homeAttendanceAvg: { short: "Átlag", tooltip: "Hazi Néző Átlag" }, awayAttendanceAvg: { short: "Átlag", tooltip: "Vendég Néző Átlag" }, totalAttendanceAvg: { short: "Átlag", tooltip: "Összes Néző Átlag" }, powerplayDisadvantages: { short: "DVG", tooltip: "Emberhátrányok" }, dvgTime: { short: "DVG-T", tooltip: "Emberhátrányban Töltött Idő" }, dvgTimePP1: { short: "DVG-T PP1", tooltip: "Szimpla emberhátrányban töltött idő" }, dvgTimePP2: { short: "DVG-T PP2", tooltip: "Kettős emberhátrányban töltött idő" }, ppga: { short: "PPGA", tooltip: "Emberhátrányban kapott gólok" }, shgf: { short: "SHGF", tooltip: "Emberhátrányban szerzett gól" }, pkPercent: { short: "PK%", tooltip: "Emberhátrány kivédekezés" }, adv: { short: "ADV", tooltip: "Emberelőnyök száma" }, advTime: { short: "ADV-T", tooltip: "Emberelőnyben töltött idő" }, advTimePP1: { short: "ADV-T PP1", tooltip: "Szimpla emberelőnyben töltött idő" }, advTimePP2: { short: "ADV-T PP2", tooltip: "Kettős emberelőnyben töltött idő" }, ppgf: { short: "PPGF", tooltip: "Emberelőnyben szerzett gólok" }, shga: { short: "SHGA", tooltip: "Emberelőnyben kapott gólok" }, ppPercent: { short: "PP%", tooltip: "Emberelőny kihasználás" }, gfgp: { short: "GF/GP", tooltip: "Szerzett gólátlag" }, gagp: { short: "GA/GP", tooltip: "Kapott gólátlag" }, sogp: { short: "Shots/GP", tooltip: "Átlagos lövésszám" }, sagp: { short: "SA/GP", tooltip: "Átlagos kapott lövésszám" }, jerseyNumber: { short: "#", tooltip: "Mezszám" }, row: { short: "Sor", tooltip: "Sor" }, position: { short: "Po", tooltip: "Poszt" }, teamOfficials: { short: "Hivatalos Személyek", tooltip: "Hivatalos Személyek" }, score: { short: "Eredmény", tooltip: "Aktuális eredmény" }, opponent: { short: "Ellenfél", tooltip: "Ellenfél" }, result: { short: "Eredmény", tooltip: "Végeredmény" }, resultType: { short: "#", tooltip: "Végeredmény típusa" }, atoi: { short: "ATOI", tooltip: "Átlagos jégen töltött idő" }, shf: { short: "SHF", tooltip: "Jégre lépések száma" }, ashf: { short: "ASHF", tooltip: "Jégre lépések száma átlagosan" }, eqToi: { short: "EQ-TOI", tooltip: "Jégen töltött idő azonos létszámban" }, pp1Toi: { short: "PP1-TOI", tooltip: "Jégen töltött idő egyszeres emberelőnyben" }, pp2Toi: { short: "PP2-TOI", tooltip: "Jégen töltött idő kétszeres emberelőnyben" }, sh1Toi: { short: "SH1-TOI", tooltip: "Jégen töltött idő egyszeres emberhátrányban" }, sh2Toi: { short: "SH2-TOI", tooltip: "Jégen töltött idő kétszeres emberhátrányban" }, eqAToi: { short: "EQ-A-TOI", tooltip: "Átlagos jégen töltött idő azonos létszámban" }, pp1AToi: { short: "PP1-A-TOI", tooltip: "Átlagos jégen töltött idő egyszeres emberelőnyben" }, pp2AToi: { short: "PP2-A-TOI", tooltip: "Átlagos jégen töltött idő kétszeres emberelőnyben" }, sh1AToi: { short: "SH1-A-TOI", tooltip: "Átlagos jégen töltött idő egyszeres emberhátrányban" }, sh2AToi: { short: "SH2-A-TOI", tooltip: "Átlagos jégen töltött idő kétszeres emberhátrányban" }, role: { short: "Szerep", tooltip: "Szerep" } }, En = { data: { localTime: "Helyszín szerinti idő" }, status: { jury: "Versenybíróság", delayed: "Elhalasztva" }, period: { 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", Bemelegítés: "Bemelegítés", "Bemelegítés vége": "Bemelegítés Vége", "1. harmad": "I. harmad", "1. harmad vége": "I. harmad Vége", "2. harmad": "II. harmad", "2. harmad vége": "II. harmad Vége", "3. harmad": "III. harmad", "3. harmad vége": "III. harmad Vége", "4. harmad": "IV. harmad", "4. harmad vége": "IV. harmad Vége", "5. harmad": "V. harmad", "5. harmad vége": "V. harmad Vége", "6. harmad": "VI. harmad", "6. harmad vége": "VI. harmad Vége", Hosszabbítás: "Hosszabbítás", "Hosszabbítás vége": "Hosszabbítás vége", Büntetők: "Szétlövés", "Büntetők vége": "Szétlövés vége", Végeredmény: "Végeredmény", Szétlövés: "Szétlövés" } }, Rn = {
1567
+ }, $n = { "undefined-column": "A(z) {column} oszlop nem létezik!", "invalid-season-name": "Érvénytelen szezon név", "api-key-not-found": "API Kulcs nem megfelelő", gameData: "Game Data: {0}", gameStats: "Game Stats: {0}", gameEvents: "Game Events: {0}", gameOfficials: "Game Officials: {0}" }, In = { loading: "Töltődés...", noData: "Nincs megjeleníthető adat", selectTimezone: "*Minden időpont a számítógép időzónája szerint jelenik meg ({timezone}). Váltás: ", hungary: "Magyarország", romania: "Románia", shootoutShort: "SO", overtimeShort: "OT", all: "Mind", report: "Jegyzőkönyv", video: "Videó", retry: "Újra" }, Cn = { inheritedPoints: { prependix: "A megelőző bajnokság szakaszban elért eredménye alapján", content: "{team} csapata {points}", appendix: "többletponttal rendelkezik." }, penaltyPoints: { prependix: "* Fegyelmi Bizottság döntése alapján:", content: "{team} csapatától {points} pont", appendix: "levonva." } }, Gn = { blank: "#", info: "{min} - {max} / {total} db", team: { short: "Csapat", tooltip: "Csapatnév" }, game: { short: "GP", tooltip: "Mérkőzésszám" }, pper: { short: "PPer", tooltip: "Összes lejátszott játékrész" }, wins: { short: "W", tooltip: "Győzelem" }, draw: { short: "D", tooltip: "Döntetlen" }, otw: { short: "OTW", tooltip: "Győzelem Hosszabbításban" }, sow: { short: "SOW", tooltip: "Győzelem Szétlövésben" }, sol: { short: "SOL", tooltip: "Vereség Szétlövésben" }, otl: { short: "OTL", tooltip: "Vereség Hosszabbításban" }, losses: { short: "L", tooltip: "Vereség" }, goalFor: { short: "GF", tooltip: "Szerzett Gól" }, goalAgainst: { short: "GA", tooltip: "Kapott Gól" }, goalDiff: { short: "GD", tooltip: "Gólkülönbség" }, name: { short: "Név", tooltip: "Játékosnév" }, goals: { short: "G", tooltip: "Gólok" }, assists: { short: "A", tooltip: "Gólpasszok" }, points: { short: "P", tooltip: "Pontok" }, plusMinus: { short: "+/-", tooltip: "Plussz/Minusz" }, sog: { short: "S", tooltip: "Lövések" }, so: { short: "SO", tooltip: "Kapott gól nélküli mérkőzések" }, sogPercent: { short: "S%", tooltip: "Lövés Hatékonyság" }, gameName: { short: "#", tooltip: "Mérkőzés Sorszáma" }, gameDate: { short: "Dátum", tooltip: "Mérkőzés Dátuma" }, gameDateTime: { short: "*Idő ({offsetName})", tooltip: "Mérkőzés kezdési ideje (Zóna neve)" }, homeTeam: { short: "Hazai", tooltip: "Hazai Csapat" }, awayTeam: { short: "Vendég", tooltip: "Vendég Csapat" }, location: { short: "Helyszín", tooltip: "Mérkőzés Helyszíne" }, broadcast: { short: "TV", tooltip: "TV Közvetítés" }, minorPenalties: { short: "MINOR", tooltip: "Kisbüntetés (2p)" }, majorPenalties: { short: "MAJOR", tooltip: "Büntetés (5p)" }, misconducts: { short: "MISC", tooltip: "Fegyelmi büntetés (10p)" }, gameMisconducts: { short: "GA-MI", tooltip: "Fegyelmi büntetés (20p)" }, matchPenalties: { short: "MATCH", tooltip: "Végleges kiállítások (25p)" }, pim: { short: "BÜP", tooltip: "Büntetés Percek" }, pimPerGame: { short: "BÜP/M", tooltip: "Mérkőzésenkénti Büntetés Percek" }, gpgk: { short: "GP", tooltip: "Mérkőzésre Nevezve" }, gpi: { short: "GPI", tooltip: "Mérkőzésen Játszott" }, toi: { short: "TOI", tooltip: "Jégen Töltött Idő" }, toiPercent: { short: "TOI%", tooltip: "Jégen Töltött Idő Százalék" }, ga: { short: "GA", tooltip: "Kapott Gól" }, gaa: { short: "GAA", tooltip: "Kapott Gólátlag" }, sa: { short: "SA", tooltip: "Kapott Lövés" }, svs: { short: "SVS", tooltip: "Védett Lövés" }, svsPercent: { short: "VH%", tooltip: "Védés Hatékonyság" }, homeHeader: { short: "Hazai:", tooltip: "" }, awayHeader: { short: "Vendég:", tooltip: "" }, totalHeader: { short: "Összes:", tooltip: "" }, homeGame: { short: "M", tooltip: "Hazai Mérkőzés" }, awayGame: { short: "M", tooltip: "Vendég Mérkőzés" }, totalGame: { short: "M", tooltip: "Összes Mérkőzés" }, homeAttendance: { short: "Nézőszám", tooltip: "Hazai Néző" }, awayAttendance: { short: "Nézőszám", tooltip: "Vendég Néző" }, totalAttendance: { short: "Nézőszám", tooltip: "Összes Néző" }, homeAttendanceAvg: { short: "Átlag", tooltip: "Hazi Néző Átlag" }, awayAttendanceAvg: { short: "Átlag", tooltip: "Vendég Néző Átlag" }, totalAttendanceAvg: { short: "Átlag", tooltip: "Összes Néző Átlag" }, powerplayDisadvantages: { short: "DVG", tooltip: "Emberhátrányok" }, dvgTime: { short: "DVG-T", tooltip: "Emberhátrányban Töltött Idő" }, dvgTimePP1: { short: "DVG-T PP1", tooltip: "Szimpla emberhátrányban töltött idő" }, dvgTimePP2: { short: "DVG-T PP2", tooltip: "Kettős emberhátrányban töltött idő" }, ppga: { short: "PPGA", tooltip: "Emberhátrányban kapott gólok" }, shgf: { short: "SHGF", tooltip: "Emberhátrányban szerzett gól" }, pkPercent: { short: "PK%", tooltip: "Emberhátrány kivédekezés" }, adv: { short: "ADV", tooltip: "Emberelőnyök száma" }, advTime: { short: "ADV-T", tooltip: "Emberelőnyben töltött idő" }, advTimePP1: { short: "ADV-T PP1", tooltip: "Szimpla emberelőnyben töltött idő" }, advTimePP2: { short: "ADV-T PP2", tooltip: "Kettős emberelőnyben töltött idő" }, ppgf: { short: "PPGF", tooltip: "Emberelőnyben szerzett gólok" }, shga: { short: "SHGA", tooltip: "Emberelőnyben kapott gólok" }, ppPercent: { short: "PP%", tooltip: "Emberelőny kihasználás" }, gfgp: { short: "GF/GP", tooltip: "Szerzett gólátlag" }, gagp: { short: "GA/GP", tooltip: "Kapott gólátlag" }, sogp: { short: "Shots/GP", tooltip: "Átlagos lövésszám" }, sagp: { short: "SA/GP", tooltip: "Átlagos kapott lövésszám" }, jerseyNumber: { short: "#", tooltip: "Mezszám" }, row: { short: "Sor", tooltip: "Sor" }, position: { short: "Po", tooltip: "Poszt" }, teamOfficials: { short: "Hivatalos Személyek", tooltip: "Hivatalos Személyek" }, score: { short: "Eredmény", tooltip: "Aktuális eredmény" }, opponent: { short: "Ellenfél", tooltip: "Ellenfél" }, result: { short: "Eredmény", tooltip: "Végeredmény" }, resultType: { short: "#", tooltip: "Végeredmény típusa" }, atoi: { short: "ATOI", tooltip: "Átlagos jégen töltött idő" }, shf: { short: "SHF", tooltip: "Jégre lépések száma" }, ashf: { short: "ASHF", tooltip: "Jégre lépések száma átlagosan" }, eqToi: { short: "EQ-TOI", tooltip: "Jégen töltött idő azonos létszámban" }, pp1Toi: { short: "PP1-TOI", tooltip: "Jégen töltött idő egyszeres emberelőnyben" }, pp2Toi: { short: "PP2-TOI", tooltip: "Jégen töltött idő kétszeres emberelőnyben" }, sh1Toi: { short: "SH1-TOI", tooltip: "Jégen töltött idő egyszeres emberhátrányban" }, sh2Toi: { short: "SH2-TOI", tooltip: "Jégen töltött idő kétszeres emberhátrányban" }, eqAToi: { short: "EQ-A-TOI", tooltip: "Átlagos jégen töltött idő azonos létszámban" }, pp1AToi: { short: "PP1-A-TOI", tooltip: "Átlagos jégen töltött idő egyszeres emberelőnyben" }, pp2AToi: { short: "PP2-A-TOI", tooltip: "Átlagos jégen töltött idő kétszeres emberelőnyben" }, sh1AToi: { short: "SH1-A-TOI", tooltip: "Átlagos jégen töltött idő egyszeres emberhátrányban" }, sh2AToi: { short: "SH2-A-TOI", tooltip: "Átlagos jégen töltött idő kétszeres emberhátrányban" }, role: { short: "Szerep", tooltip: "Szerep" } }, En = { data: { localTime: "Helyszín szerinti idő" }, status: { jury: "Versenybíróság", delayed: "Elhalasztva" }, period: { 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", Bemelegítés: "Bemelegítés", "Bemelegítés vége": "Bemelegítés Vége", "1. harmad": "I. harmad", "1. harmad vége": "I. harmad Vége", "2. harmad": "II. harmad", "2. harmad vége": "II. harmad Vége", "3. harmad": "III. harmad", "3. harmad vége": "III. harmad Vége", "4. harmad": "IV. harmad", "4. harmad vége": "IV. harmad Vége", "5. harmad": "V. harmad", "5. harmad vége": "V. harmad Vége", "6. harmad": "VI. harmad", "6. harmad vége": "VI. harmad Vége", Hosszabbítás: "Hosszabbítás", "Hosszabbítás vége": "Hosszabbítás vége", Büntetők: "Szétlövés", "Büntetők vége": "Szétlövés vége", Végeredmény: "Végeredmény", Szétlövés: "Szétlövés" } }, Rn = {
1568
1568
  errors: $n,
1569
1569
  common: In,
1570
1570
  additionalText: Cn,
@@ -1596,10 +1596,10 @@ const Tn = { render: bn }, xn = { class: "error-notice" }, Pn = ["textContent"],
1596
1596
  };
1597
1597
  }
1598
1598
  });
1599
- function Dn(t, e, o, n, s, i) {
1599
+ function Dn(t, e, o, n, s, r) {
1600
1600
  return R(t.$slots, "default", { t: t.translate });
1601
1601
  }
1602
- const di = /* @__PURE__ */ Vn(Ln, [["render", Dn]]), Nn = ["src"], Mn = ["src", "title"], at = /* @__PURE__ */ Object.assign({
1602
+ const dr = /* @__PURE__ */ Vn(Ln, [["render", Dn]]), Nn = ["src"], Mn = ["src", "title"], at = /* @__PURE__ */ Object.assign({
1603
1603
  inheritAttrs: !1
1604
1604
  }, {
1605
1605
  __name: "Image",
@@ -1618,17 +1618,17 @@ const di = /* @__PURE__ */ Vn(Ln, [["render", Dn]]), Nn = ["src"], Mn = ["src",
1618
1618
  }
1619
1619
  },
1620
1620
  setup(t) {
1621
- const e = t, { defaultSrc: o } = Lt(e), n = _({ src: e.src }), { error: s, isReady: i } = Be(n, { resetOnExecute: !1, shallow: !1 });
1622
- return (r, c) => (h(), g(G, null, [
1621
+ const e = t, { defaultSrc: o } = Lt(e), n = _({ src: e.src }), { error: s, isReady: r } = Be(n, { resetOnExecute: !1, shallow: !1 });
1622
+ return (i, c) => (h(), g(G, null, [
1623
1623
  p(s) && p(o) ? (h(), g("img", {
1624
1624
  key: 0,
1625
1625
  src: p(o),
1626
- class: D(["is-loaded is-default", [r.$attrs.class]])
1626
+ class: D(["is-loaded is-default", [i.$attrs.class]])
1627
1627
  }, null, 10, Nn)) : S("", !0),
1628
1628
  p(s) ? S("", !0) : (h(), g("img", {
1629
1629
  key: 1,
1630
1630
  src: n.value.src,
1631
- class: D([r.$attrs.class, { "is-loaded": p(i) }]),
1631
+ class: D([i.$attrs.class, { "is-loaded": p(r) }]),
1632
1632
  title: e.title,
1633
1633
  loading: "lazy"
1634
1634
  }, null, 10, Mn))
@@ -1677,7 +1677,7 @@ const qn = { render: Kn }, Jn = {
1677
1677
  }, Xn = ["disabled", "onClick"], Qn = {
1678
1678
  key: 2,
1679
1679
  class: "is-disabled"
1680
- }, ts = ["disabled"], es = ["disabled"], ui = {
1680
+ }, ts = ["disabled"], es = ["disabled"], ur = {
1681
1681
  __name: "Paginator",
1682
1682
  props: {
1683
1683
  page: {
@@ -1709,14 +1709,14 @@ const qn = { render: Kn }, Jn = {
1709
1709
  },
1710
1710
  emits: ["change"],
1711
1711
  setup(t, { emit: e }) {
1712
- const o = t, n = e, { page: s, pageCount: i, range: r, goTo: c, pageStep: f } = so({
1712
+ const o = t, n = e, { page: s, pageCount: r, range: i, goTo: c, pageStep: f } = so({
1713
1713
  currentPage: O(() => o.page),
1714
1714
  totalItems: O(() => o.totalItems),
1715
1715
  itemsPerPage: o.itemsPerPage,
1716
1716
  rangeLength: o.rangeLength,
1717
1717
  update: (d) => n("change", d)
1718
1718
  });
1719
- return (d, a) => p(i) > 1 ? (h(), g("div", Jn, [
1719
+ return (d, a) => p(r) > 1 ? (h(), g("div", Jn, [
1720
1720
  w("button", {
1721
1721
  type: "button",
1722
1722
  disabled: p(s) === 1,
@@ -1733,7 +1733,7 @@ const qn = { render: Kn }, Jn = {
1733
1733
  onClick: a[1] || (a[1] = (u) => p(c)(1))
1734
1734
  }, " 1 ", 8, Yn)),
1735
1735
  t.isCompact ? S("", !0) : (h(), g("div", Zn, " ... ")),
1736
- (h(!0), g(G, null, nt(p(r), (u) => (h(), g("button", {
1736
+ (h(!0), g(G, null, nt(p(i), (u) => (h(), g("button", {
1737
1737
  key: u,
1738
1738
  type: "button",
1739
1739
  class: D({ "is-active": u === p(s) }),
@@ -1746,12 +1746,12 @@ const qn = { render: Kn }, Jn = {
1746
1746
  t.isCompact ? S("", !0) : (h(), g("button", {
1747
1747
  key: 3,
1748
1748
  type: "button",
1749
- disabled: p(s) === p(i),
1750
- onClick: a[2] || (a[2] = (u) => p(c)(p(i)))
1751
- }, b(p(i)), 9, ts)),
1749
+ disabled: p(s) === p(r),
1750
+ onClick: a[2] || (a[2] = (u) => p(c)(p(r)))
1751
+ }, b(p(r)), 9, ts)),
1752
1752
  w("button", {
1753
1753
  type: "button",
1754
- disabled: p(s) === p(i),
1754
+ disabled: p(s) === p(r),
1755
1755
  onClick: a[3] || (a[3] = ct((u) => p(f)(1), ["prevent"]))
1756
1756
  }, [
1757
1757
  R(d.$slots, "next", {}, () => [
@@ -1805,7 +1805,7 @@ function ns(t, e) {
1805
1805
  }, null, -1)
1806
1806
  ]));
1807
1807
  }
1808
- const ss = { render: ns }, is = {
1808
+ const ss = { render: ns }, rs = {
1809
1809
  xmlns: "http://www.w3.org/2000/svg",
1810
1810
  viewBox: "0 0 24 24",
1811
1811
  fill: "none",
@@ -1814,8 +1814,8 @@ const ss = { render: ns }, is = {
1814
1814
  "stroke-linecap": "round",
1815
1815
  "stroke-linejoin": "round"
1816
1816
  };
1817
- function rs(t, e) {
1818
- return h(), g("svg", is, e[0] || (e[0] = [
1817
+ function is(t, e) {
1818
+ return h(), g("svg", rs, e[0] || (e[0] = [
1819
1819
  w("circle", {
1820
1820
  cx: "12",
1821
1821
  cy: "12",
@@ -1833,7 +1833,7 @@ function rs(t, e) {
1833
1833
  }, null, -1)
1834
1834
  ]));
1835
1835
  }
1836
- const as = { render: rs }, ls = {
1836
+ const as = { render: is }, ls = {
1837
1837
  xmlns: "http://www.w3.org/2000/svg",
1838
1838
  viewBox: "0 0 24 24",
1839
1839
  fill: "none",
@@ -1882,7 +1882,7 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
1882
1882
  }, xs = {
1883
1883
  key: 2,
1884
1884
  class: "label"
1885
- }, Ps = { key: 1 }, Ss = ["onClick", "onFocus", "onBlur"], As = { class: "is-dropdown-menu" }, ks = ["href", "target"], zs = { key: 0 }, Os = ["href"], mi = {
1885
+ }, Ps = { key: 1 }, Ss = ["onClick", "onFocus", "onBlur"], As = { class: "is-dropdown-menu" }, ks = ["href", "target"], zs = { key: 0 }, Os = ["href"], mr = {
1886
1886
  __name: "ScheduleTable",
1887
1887
  props: {
1888
1888
  rows: {
@@ -1911,7 +1911,7 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
1911
1911
  }
1912
1912
  },
1913
1913
  setup(t) {
1914
- const e = t, o = _(null), { onError: n } = ne(), { columns: s, error: i } = se(
1914
+ const e = t, o = _(null), { onError: n } = ne(), { columns: s, error: r } = se(
1915
1915
  Ue,
1916
1916
  O(() => e.hideColumns),
1917
1917
  O(() => ({
@@ -1919,18 +1919,18 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
1919
1919
  }))
1920
1920
  );
1921
1921
  Fe(
1922
- i,
1922
+ r,
1923
1923
  () => n(
1924
- new ie(xt.message, {
1924
+ new re(xt.message, {
1925
1925
  ...xt.options,
1926
- cause: { column: i.value }
1926
+ cause: { column: r.value }
1927
1927
  })
1928
1928
  ),
1929
1929
  {
1930
1930
  immediate: !0
1931
1931
  }
1932
1932
  );
1933
- const { t: r } = Q();
1933
+ const { t: i } = Q();
1934
1934
  return (c, f) => (h(), g(G, null, [
1935
1935
  C(Te, null, {
1936
1936
  default: P(({ el: d }) => [
@@ -1975,8 +1975,8 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
1975
1975
  }, b(a.homeTeamScore) + ":" + b(a.awayTeamScore), 11, ws))
1976
1976
  ]),
1977
1977
  "cell-gameResultType": P(({ row: a }) => [
1978
- a.isOvertime ? (h(), g("span", bs, b(p(r)("common.overtimeShort")), 1)) : S("", !0),
1979
- a.isShootout ? (h(), g("span", Ts, b(p(r)("common.shootoutShort")), 1)) : S("", !0),
1978
+ a.isOvertime ? (h(), g("span", bs, b(p(i)("common.overtimeShort")), 1)) : S("", !0),
1979
+ a.isShootout ? (h(), g("span", Ts, b(p(i)("common.shootoutShort")), 1)) : S("", !0),
1980
1980
  a.seriesStandings ? (h(), g("span", xs, b(a.seriesStandings), 1)) : S("", !0)
1981
1981
  ]),
1982
1982
  "cell-broadcast": P(({ row: a }) => [
@@ -2011,7 +2011,7 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
2011
2011
  target: t.externalGameResolverTarget
2012
2012
  }, [
2013
2013
  C(p(ds), { width: "14" }),
2014
- H(" " + b(p(r)("common.report")), 1)
2014
+ H(" " + b(p(i)("common.report")), 1)
2015
2015
  ], 8, ks)
2016
2016
  ]),
2017
2017
  a.video ? (h(), g("li", zs, [
@@ -2021,7 +2021,7 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
2021
2021
  target: "_blank"
2022
2022
  }, [
2023
2023
  C(p(fs), { width: "14" }),
2024
- H(" " + b(p(r)("common.video")), 1)
2024
+ H(" " + b(p(i)("common.video")), 1)
2025
2025
  ], 8, Os)
2026
2026
  ])) : S("", !0)
2027
2027
  ])
@@ -2046,7 +2046,7 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
2046
2046
  }, _s = { class: "g-row g-gap-normal is-mb-5" }, $s = {
2047
2047
  for: "season",
2048
2048
  class: "label"
2049
- }, Is = ["value"], Cs = { key: 0 }, Gs = ["onClick"], fi = {
2049
+ }, Is = ["value"], Cs = { key: 0 }, Gs = ["onClick"], fr = {
2050
2050
  __name: "SeasonSelector",
2051
2051
  props: {
2052
2052
  seasons: {
@@ -2072,7 +2072,7 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
2072
2072
  },
2073
2073
  emits: ["onChangeSeason", "onChangeSection"],
2074
2074
  setup(t, { emit: e }) {
2075
- const o = t, n = e, { t: s } = Q(), i = O({
2075
+ const o = t, n = e, { t: s } = Q(), r = O({
2076
2076
  get() {
2077
2077
  return o.championshipId;
2078
2078
  },
@@ -2080,17 +2080,17 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
2080
2080
  n("onChangeSeason", c);
2081
2081
  }
2082
2082
  });
2083
- function r(c) {
2083
+ function i(c) {
2084
2084
  n("onChangeSection", c);
2085
2085
  }
2086
2086
  return (c, f) => (h(), g(G, null, [
2087
2087
  w("div", _s, [
2088
2088
  w("div", null, [
2089
2089
  w("label", $s, b(p(s)("selection.season")), 1),
2090
- C(ro, {
2090
+ C(io, {
2091
2091
  id: "season",
2092
- modelValue: i.value,
2093
- "onUpdate:modelValue": f[0] || (f[0] = (d) => i.value = d)
2092
+ modelValue: r.value,
2093
+ "onUpdate:modelValue": f[0] || (f[0] = (d) => r.value = d)
2094
2094
  }, {
2095
2095
  default: P(() => [
2096
2096
  (h(!0), g(G, null, nt(t.seasons, (d) => (h(), g("option", {
@@ -2107,7 +2107,7 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
2107
2107
  (h(!0), g(G, null, nt(t.sections, (d) => (h(), g("button", {
2108
2108
  key: d.phaseId,
2109
2109
  class: D(["tab-button", { "is-active": d.sectionId === t.sectionId }]),
2110
- onClick: (a) => r(d)
2110
+ onClick: (a) => i(d)
2111
2111
  }, b(d.sectionName), 11, Gs))), 128))
2112
2112
  ]))
2113
2113
  ], 64));
@@ -2124,7 +2124,7 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
2124
2124
  }, Zs = {
2125
2125
  key: 2,
2126
2126
  class: "label"
2127
- }, pi = {
2127
+ }, pr = {
2128
2128
  __name: "StatisticsTable",
2129
2129
  props: {
2130
2130
  columns: {
@@ -2184,15 +2184,15 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
2184
2184
  },
2185
2185
  emits: ["sort"],
2186
2186
  setup(t, { emit: e }) {
2187
- const o = t, n = e, { columns: s, hideColumns: i } = Lt(o), { onError: r } = ne(), { t: c } = Q(), { columns: f, error: d } = se(
2187
+ const o = t, n = e, { columns: s, hideColumns: r } = Lt(o), { onError: i } = ne(), { t: c } = Q(), { columns: f, error: d } = se(
2188
2188
  s,
2189
- i,
2189
+ r,
2190
2190
  O(() => ({
2191
2191
  offsetName: o.offsetName
2192
2192
  }))
2193
2193
  );
2194
- d.value && r(
2195
- new ie(xt.message, {
2194
+ d.value && i(
2195
+ new re(xt.message, {
2196
2196
  ...xt.options,
2197
2197
  cause: { column: d.value }
2198
2198
  })
@@ -2310,7 +2310,7 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
2310
2310
  _: 1
2311
2311
  }));
2312
2312
  }
2313
- }, Xs = { class: "timezone-selector" }, Qs = ["onClick"], hi = {
2313
+ }, Xs = { class: "timezone-selector" }, Qs = ["onClick"], hr = {
2314
2314
  __name: "TimezoneSelector",
2315
2315
  props: {
2316
2316
  locale: {
@@ -2324,7 +2324,7 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
2324
2324
  },
2325
2325
  emits: ["change"],
2326
2326
  setup(t, { emit: e }) {
2327
- const o = t, n = e, { t: s } = Q(), i = O(() => bt(/* @__PURE__ */ new Date(), null, o.locale)), r = Je(), c = O(() => Array.from(qe.values()).map((d) => ({
2327
+ const o = t, n = e, { t: s } = Q(), r = O(() => bt(/* @__PURE__ */ new Date(), null, o.locale)), i = Je(), c = O(() => Array.from(qe.values()).map((d) => ({
2328
2328
  ...d,
2329
2329
  isActive: bt(/* @__PURE__ */ new Date(), o.currentZone, o.locale) === bt(/* @__PURE__ */ new Date(), d.timezone, o.locale),
2330
2330
  zoneOffsetName: bt(/* @__PURE__ */ new Date(), d.timezone, o.locale)
@@ -2337,8 +2337,8 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
2337
2337
  timezone: P(() => [
2338
2338
  w("a", {
2339
2339
  href: "#",
2340
- onClick: a[0] || (a[0] = ct((u) => f(p(r)), ["prevent"]))
2341
- }, b(i.value), 1)
2340
+ onClick: a[0] || (a[0] = ct((u) => f(p(i)), ["prevent"]))
2341
+ }, b(r.value), 1)
2342
2342
  ]),
2343
2343
  _: 1
2344
2344
  }),
@@ -2352,20 +2352,20 @@ const fs = { render: ms }, ps = { class: "is-team-name-long" }, hs = { class: "i
2352
2352
  }
2353
2353
  };
2354
2354
  export {
2355
- di as I,
2356
- ai as _,
2357
- ro as a,
2355
+ dr as I,
2356
+ ar as _,
2357
+ io as a,
2358
2358
  we as b,
2359
- li as c,
2360
- ci as d,
2361
- ri as e,
2359
+ lr as c,
2360
+ cr as d,
2361
+ ir as e,
2362
2362
  ve as f,
2363
2363
  at as g,
2364
2364
  be as h,
2365
- ui as i,
2365
+ ur as i,
2366
2366
  Te as j,
2367
- mi as k,
2368
- fi as l,
2369
- pi as m,
2370
- hi as n
2367
+ mr as k,
2368
+ fr as l,
2369
+ pr as m,
2370
+ hr as n
2371
2371
  };