@mjsz-vbr-elements/core 2.14.5 → 2.15.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,12 +1,12 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.14.5 - 30/01/2025, 12:25:05
3
+ * version: v2.15.0 - 03/02/2025, 15:40:06
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 { computed as _, ref as O, watch as It, getCurrentScope as we, onScopeDispose as be, unref as h, getCurrentInstance as Te, onMounted as xe, defineComponent as Xt, onUnmounted as Pe, h as ke, toRef as Ae, openBlock as g, createElementBlock as w, toDisplayString as x, createCommentVNode as A, withDirectives as Se, renderSlot as R, vModelSelect as ze, createElementVNode as b, isRef as _e, Fragment as N, normalizeStyle as Bt, createVNode as C, Transition as Oe, withCtx as k, normalizeClass as D, createTextVNode as M, toRefs as Rt, renderList as Q, createBlock as E, withKeys as Ft, withModifiers as rt, createSlots as $e } from "vue";
9
- import { n as Ie, e as Z, u as Ce, o as Ge, f as Ee, b as Re, m as Ve, d as Le, h as Ne, c as Qt, a as te, w as De, i as Me } from "./useSort-C4-l1qY2.js";
8
+ import { computed as _, ref as O, watch as It, getCurrentScope as we, onScopeDispose as be, unref as h, getCurrentInstance as Te, onMounted as xe, defineComponent as Xt, onUnmounted as Pe, h as Se, toRef as ke, openBlock as g, createElementBlock as w, toDisplayString as x, createCommentVNode as k, withDirectives as Ae, renderSlot as R, vModelSelect as ze, createElementVNode as b, isRef as _e, Fragment as D, normalizeStyle as Bt, createVNode as C, Transition as Oe, withCtx as S, normalizeClass as N, createTextVNode as M, toRefs as Rt, renderList as Q, createBlock as E, withKeys as Ft, withModifiers as it, createSlots as $e } from "vue";
9
+ import { n as Ie, e as Z, u as Ce, o as Ge, f as Ee, b as Re, m as Ve, d as Le, h as De, c as Qt, a as te, w as Ne, i as Me } from "./useSort-C4-l1qY2.js";
10
10
  import { LAZY_LOADING_STATE_DELAY as He, SORT_STATE_ORIGINAL as zt, SORT_STATE_DESCEND as jt, SORT_STATE_ASCEND as Wt, DEFAULT_PORTRAIT_IMAGE_URL as Be, AVAILABLE_TIMEZONES_BY_COUNTRY as Fe } from "./constants.js";
11
11
  import { o as yt, g as je } from "./datetime-K_d-hEsO.js";
12
12
  import { COLUMNS_SCHEDULE as We } from "./columns.js";
@@ -41,10 +41,10 @@ function Qe(t, e, o = {}) {
41
41
  const {
42
42
  root: n,
43
43
  rootMargin: s = "0px",
44
- threshold: r = 0.1,
45
- window: i = Ye,
44
+ threshold: i = 0.1,
45
+ window: r = Ye,
46
46
  immediate: c = !0
47
- } = o, f = Xe(() => i && "IntersectionObserver" in i), d = _(() => {
47
+ } = o, f = Xe(() => r && "IntersectionObserver" in r), d = _(() => {
48
48
  const l = oe(t);
49
49
  return (Array.isArray(l) ? l : [l]).map(Ot).filter(Ue);
50
50
  });
@@ -59,7 +59,7 @@ function Qe(t, e, o = {}) {
59
59
  {
60
60
  root: Ot(y),
61
61
  rootMargin: s,
62
- threshold: r
62
+ threshold: i
63
63
  }
64
64
  );
65
65
  l.forEach((T) => T && p.observe(T)), a = () => {
@@ -89,22 +89,22 @@ const Fs = Xt({
89
89
  setup(t, { slots: e, emit: o }) {
90
90
  const n = O(null), { stop: s } = Qe(
91
91
  n,
92
- ([{ isIntersecting: r }]) => {
93
- r && o("intersect");
92
+ ([{ isIntersecting: i }]) => {
93
+ i && o("intersect");
94
94
  },
95
95
  t.options
96
96
  );
97
97
  return Pe(s), () => {
98
98
  if (e.default)
99
- return ke(t.as || "div", { ref: n }, e.default());
99
+ return Se(t.as || "div", { ref: n }, e.default());
100
100
  };
101
101
  }
102
102
  });
103
103
  function to({ currentPage: t, itemsPerPage: e = 20, totalItems: o, rangeLength: n = 5, update: s = Ie }) {
104
- const r = _(() => Math.ceil(h(o) / e)), i = _(() => {
105
- const a = h(t) - 1, u = Array.from({ length: r.value }, (l, y) => y + 1), v = Math.floor(n / 2);
104
+ const i = _(() => Math.ceil(h(o) / e)), r = _(() => {
105
+ const a = h(t) - 1, u = Array.from({ length: i.value }, (l, y) => y + 1), v = Math.floor(n / 2);
106
106
  let m = Math.max(a - v, 0);
107
- return m + n >= r.value && (m = Math.max(r.value - n, 0)), u.slice(m, m + n);
107
+ return m + n >= i.value && (m = Math.max(i.value - n, 0)), u.slice(m, m + n);
108
108
  }), c = (a) => {
109
109
  const u = h(t) + a;
110
110
  d(u) && s(u);
@@ -112,12 +112,12 @@ function to({ currentPage: t, itemsPerPage: e = 20, totalItems: o, rangeLength:
112
112
  d(a) && s(a);
113
113
  };
114
114
  function d(a) {
115
- return a <= r.value && a > 0;
115
+ return a <= i.value && a > 0;
116
116
  }
117
117
  return {
118
118
  page: t,
119
- range: i,
120
- pageCount: r,
119
+ range: r,
120
+ pageCount: i,
121
121
  goTo: f,
122
122
  pageStep: c
123
123
  };
@@ -135,12 +135,12 @@ const eo = ["textContent"], js = {
135
135
  }
136
136
  },
137
137
  setup(t) {
138
- const e = t, o = Ae(e, "rows"), { t: n, locale: s } = Z(), { isVisible: r, text: i } = Ce(o, e.additionalKey, n, s);
139
- return (c, f) => h(r) ? (g(), w("div", {
138
+ const e = t, o = ke(e, "rows"), { t: n, locale: s } = Z(), { isVisible: i, text: r } = Ce(o, e.additionalKey, n, s);
139
+ return (c, f) => h(i) ? (g(), w("div", {
140
140
  key: 0,
141
141
  class: "is-text-xs is-text-light is-mt-5 is-mb-5",
142
- textContent: x(h(i))
143
- }, null, 8, eo)) : A("", !0);
142
+ textContent: x(h(r))
143
+ }, null, 8, eo)) : k("", !0);
144
144
  }
145
145
  }, oo = {
146
146
  __name: "BaseSelect",
@@ -152,12 +152,12 @@ const eo = ["textContent"], js = {
152
152
  },
153
153
  emits: ["update:modelValue"],
154
154
  setup(t, { emit: e }) {
155
- const o = t, n = e, s = _({ get: () => o.modelValue, set: (r) => n("update:modelValue", r) });
156
- return (r, i) => Se((g(), w("select", {
157
- "onUpdate:modelValue": i[0] || (i[0] = (c) => s.value = c),
155
+ const o = t, n = e, s = _({ get: () => o.modelValue, set: (i) => n("update:modelValue", i) });
156
+ return (i, r) => Ae((g(), w("select", {
157
+ "onUpdate:modelValue": r[0] || (r[0] = (c) => s.value = c),
158
158
  class: "base-input is-select"
159
159
  }, [
160
- R(r.$slots, "default")
160
+ R(i.$slots, "default")
161
161
  ], 512)), [
162
162
  [ze, s.value]
163
163
  ]);
@@ -180,7 +180,7 @@ function so(t, e) {
180
180
  }, null, -1)
181
181
  ]));
182
182
  }
183
- const Kt = { render: so }, ro = {
183
+ const Kt = { render: so }, io = {
184
184
  "aria-hidden": "true",
185
185
  focusable: "false",
186
186
  "data-prefix": "fas",
@@ -190,15 +190,15 @@ const Kt = { render: so }, ro = {
190
190
  xmlns: "http://www.w3.org/2000/svg",
191
191
  viewBox: "0 0 320 512"
192
192
  };
193
- function io(t, e) {
194
- return g(), w("svg", ro, e[0] || (e[0] = [
193
+ function ro(t, e) {
194
+ return g(), w("svg", io, e[0] || (e[0] = [
195
195
  b("path", {
196
196
  fill: "currentColor",
197
197
  d: "M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z"
198
198
  }, null, -1)
199
199
  ]));
200
200
  }
201
- const ao = { render: io }, lo = {
201
+ const ao = { render: ro }, lo = {
202
202
  "aria-hidden": "true",
203
203
  focusable: "false",
204
204
  "data-prefix": "fas",
@@ -216,7 +216,7 @@ function co(t, e) {
216
216
  }, null, -1)
217
217
  ]));
218
218
  }
219
- const uo = { render: co }, it = Math.min, tt = Math.max, bt = Math.round, vt = Math.floor, K = (t) => ({
219
+ const uo = { render: co }, rt = Math.min, tt = Math.max, bt = Math.round, vt = Math.floor, K = (t) => ({
220
220
  x: t,
221
221
  y: t
222
222
  }), mo = {
@@ -229,7 +229,7 @@ const uo = { render: co }, it = Math.min, tt = Math.max, bt = Math.round, vt = M
229
229
  end: "start"
230
230
  };
231
231
  function Ct(t, e, o) {
232
- return tt(t, it(e, o));
232
+ return tt(t, rt(e, o));
233
233
  }
234
234
  function pt(t, e) {
235
235
  return typeof t == "function" ? t(e) : t;
@@ -254,9 +254,9 @@ function Lt(t) {
254
254
  }
255
255
  function po(t, e, o) {
256
256
  o === void 0 && (o = !1);
257
- const n = ht(t), s = Lt(t), r = Vt(s);
258
- let i = s === "x" ? n === (o ? "end" : "start") ? "right" : "left" : n === "start" ? "bottom" : "top";
259
- return e.reference[r] > e.floating[r] && (i = Tt(i)), [i, Tt(i)];
257
+ const n = ht(t), s = Lt(t), i = Vt(s);
258
+ let r = s === "x" ? n === (o ? "end" : "start") ? "right" : "left" : n === "start" ? "bottom" : "top";
259
+ return e.reference[i] > e.floating[i] && (r = Tt(r)), [r, Tt(r)];
260
260
  }
261
261
  function ho(t) {
262
262
  const e = Tt(t);
@@ -266,22 +266,22 @@ function Gt(t) {
266
266
  return t.replace(/start|end/g, (e) => fo[e]);
267
267
  }
268
268
  function go(t, e, o) {
269
- const n = ["left", "right"], s = ["right", "left"], r = ["top", "bottom"], i = ["bottom", "top"];
269
+ const n = ["left", "right"], s = ["right", "left"], i = ["top", "bottom"], r = ["bottom", "top"];
270
270
  switch (t) {
271
271
  case "top":
272
272
  case "bottom":
273
273
  return o ? e ? s : n : e ? n : s;
274
274
  case "left":
275
275
  case "right":
276
- return e ? r : i;
276
+ return e ? i : r;
277
277
  default:
278
278
  return [];
279
279
  }
280
280
  }
281
281
  function yo(t, e, o, n) {
282
282
  const s = ht(t);
283
- let r = go(et(t), o === "start", n);
284
- return s && (r = r.map((i) => i + "-" + s), e && (r = r.concat(r.map(Gt)))), r;
283
+ let i = go(et(t), o === "start", n);
284
+ return s && (i = i.map((r) => r + "-" + s), e && (i = i.concat(i.map(Gt)))), i;
285
285
  }
286
286
  function Tt(t) {
287
287
  return t.replace(/left|right|bottom|top/g, (e) => mo[e]);
@@ -326,7 +326,7 @@ function qt(t, e, o) {
326
326
  reference: n,
327
327
  floating: s
328
328
  } = t;
329
- const r = Pt(e), i = Lt(e), c = Vt(i), f = et(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;
329
+ const i = Pt(e), r = Lt(e), c = Vt(r), f = et(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
330
  let m;
331
331
  switch (f) {
332
332
  case "top":
@@ -361,10 +361,10 @@ function qt(t, e, o) {
361
361
  }
362
362
  switch (ht(e)) {
363
363
  case "start":
364
- m[i] -= v * (o && d ? -1 : 1);
364
+ m[r] -= v * (o && d ? -1 : 1);
365
365
  break;
366
366
  case "end":
367
- m[i] += v * (o && d ? -1 : 1);
367
+ m[r] += v * (o && d ? -1 : 1);
368
368
  break;
369
369
  }
370
370
  return m;
@@ -373,10 +373,10 @@ const wo = async (t, e, o) => {
373
373
  const {
374
374
  placement: n = "bottom",
375
375
  strategy: s = "absolute",
376
- middleware: r = [],
377
- platform: i
378
- } = o, c = r.filter(Boolean), f = await (i.isRTL == null ? void 0 : i.isRTL(e));
379
- let d = await i.getElementRects({
376
+ middleware: i = [],
377
+ platform: r
378
+ } = o, c = i.filter(Boolean), f = await (r.isRTL == null ? void 0 : r.isRTL(e));
379
+ let d = await r.getElementRects({
380
380
  reference: t,
381
381
  floating: e,
382
382
  strategy: s
@@ -390,7 +390,7 @@ const wo = async (t, e, o) => {
390
390
  fn: T
391
391
  } = c[y], {
392
392
  x: P,
393
- y: S,
393
+ y: A,
394
394
  data: $,
395
395
  reset: z
396
396
  } = await T({
@@ -401,19 +401,19 @@ const wo = async (t, e, o) => {
401
401
  strategy: s,
402
402
  middlewareData: m,
403
403
  rects: d,
404
- platform: i,
404
+ platform: r,
405
405
  elements: {
406
406
  reference: t,
407
407
  floating: e
408
408
  }
409
409
  });
410
- a = P ?? a, u = S ?? u, m = {
410
+ a = P ?? a, u = A ?? u, m = {
411
411
  ...m,
412
412
  [p]: {
413
413
  ...m[p],
414
414
  ...$
415
415
  }
416
- }, z && l <= 50 && (l++, typeof z == "object" && (z.placement && (v = z.placement), z.rects && (d = z.rects === !0 ? await i.getElementRects({
416
+ }, z && l <= 50 && (l++, typeof z == "object" && (z.placement && (v = z.placement), z.rects && (d = z.rects === !0 ? await r.getElementRects({
417
417
  reference: t,
418
418
  floating: e,
419
419
  strategy: s
@@ -430,14 +430,14 @@ const wo = async (t, e, o) => {
430
430
  middlewareData: m
431
431
  };
432
432
  };
433
- async function re(t, e) {
433
+ async function ie(t, e) {
434
434
  var o;
435
435
  e === void 0 && (e = {});
436
436
  const {
437
437
  x: n,
438
438
  y: s,
439
- platform: r,
440
- rects: i,
439
+ platform: i,
440
+ rects: r,
441
441
  elements: c,
442
442
  strategy: f
443
443
  } = t, {
@@ -446,25 +446,25 @@ async function re(t, e) {
446
446
  elementContext: u = "floating",
447
447
  altBoundary: v = !1,
448
448
  padding: m = 0
449
- } = pt(e, t), l = se(m), p = c[v ? u === "floating" ? "reference" : "floating" : u], T = xt(await r.getClippingRect({
450
- element: (o = await (r.isElement == null ? void 0 : r.isElement(p))) == null || o ? p : p.contextElement || await (r.getDocumentElement == null ? void 0 : r.getDocumentElement(c.floating)),
449
+ } = pt(e, t), l = se(m), p = c[v ? u === "floating" ? "reference" : "floating" : u], T = xt(await i.getClippingRect({
450
+ element: (o = await (i.isElement == null ? void 0 : i.isElement(p))) == null || o ? p : p.contextElement || await (i.getDocumentElement == null ? void 0 : i.getDocumentElement(c.floating)),
451
451
  boundary: d,
452
452
  rootBoundary: a,
453
453
  strategy: f
454
454
  })), P = u === "floating" ? {
455
- ...i.floating,
455
+ ...r.floating,
456
456
  x: n,
457
457
  y: s
458
- } : i.reference, S = await (r.getOffsetParent == null ? void 0 : r.getOffsetParent(c.floating)), $ = await (r.isElement == null ? void 0 : r.isElement(S)) ? await (r.getScale == null ? void 0 : r.getScale(S)) || {
458
+ } : r.reference, A = await (i.getOffsetParent == null ? void 0 : i.getOffsetParent(c.floating)), $ = await (i.isElement == null ? void 0 : i.isElement(A)) ? await (i.getScale == null ? void 0 : i.getScale(A)) || {
459
459
  x: 1,
460
460
  y: 1
461
461
  } : {
462
462
  x: 1,
463
463
  y: 1
464
- }, z = xt(r.convertOffsetParentRelativeRectToViewportRelativeRect ? await r.convertOffsetParentRelativeRectToViewportRelativeRect({
464
+ }, z = xt(i.convertOffsetParentRelativeRectToViewportRelativeRect ? await i.convertOffsetParentRelativeRectToViewportRelativeRect({
465
465
  elements: c,
466
466
  rect: P,
467
- offsetParent: S,
467
+ offsetParent: A,
468
468
  strategy: f
469
469
  }) : P);
470
470
  return {
@@ -482,8 +482,8 @@ const bo = (t) => ({
482
482
  x: o,
483
483
  y: n,
484
484
  placement: s,
485
- rects: r,
486
- platform: i,
485
+ rects: i,
486
+ platform: r,
487
487
  elements: c,
488
488
  middlewareData: f
489
489
  } = e, {
@@ -495,10 +495,10 @@ const bo = (t) => ({
495
495
  const u = se(a), v = {
496
496
  x: o,
497
497
  y: n
498
- }, m = Lt(s), l = Vt(m), y = await i.getDimensions(d), p = m === "y", T = p ? "top" : "left", P = p ? "bottom" : "right", S = p ? "clientHeight" : "clientWidth", $ = r.reference[l] + r.reference[m] - v[m] - r.floating[l], z = v[m] - r.reference[m], F = await (i.getOffsetParent == null ? void 0 : i.getOffsetParent(d));
499
- let I = F ? F[S] : 0;
500
- (!I || !await (i.isElement == null ? void 0 : i.isElement(F))) && (I = c.floating[S] || r.floating[l]);
501
- const X = $ / 2 - z / 2, ct = I / 2 - y[l] / 2 - 1, dt = it(u[T], ct), ut = it(u[P], ct), L = dt, mt = I - y[l] - ut, G = I / 2 - y[l] / 2 + X, j = Ct(L, G, mt), W = !f.arrow && ht(s) != null && G !== j && r.reference[l] / 2 - (G < L ? dt : ut) - y[l] / 2 < 0, U = W ? G < L ? G - L : G - mt : 0;
498
+ }, m = Lt(s), l = Vt(m), y = await r.getDimensions(d), p = m === "y", T = p ? "top" : "left", P = p ? "bottom" : "right", A = p ? "clientHeight" : "clientWidth", $ = i.reference[l] + i.reference[m] - v[m] - i.floating[l], z = v[m] - i.reference[m], F = await (r.getOffsetParent == null ? void 0 : r.getOffsetParent(d));
499
+ let I = F ? F[A] : 0;
500
+ (!I || !await (r.isElement == null ? void 0 : r.isElement(F))) && (I = c.floating[A] || i.floating[l]);
501
+ const X = $ / 2 - z / 2, ct = I / 2 - y[l] / 2 - 1, dt = rt(u[T], ct), ut = rt(u[P], ct), L = dt, mt = I - y[l] - ut, G = I / 2 - y[l] / 2 + X, j = Ct(L, G, mt), W = !f.arrow && ht(s) != null && G !== j && i.reference[l] / 2 - (G < L ? dt : ut) - y[l] / 2 < 0, U = W ? G < L ? G - L : G - mt : 0;
502
502
  return {
503
503
  [m]: v[m] + U,
504
504
  data: {
@@ -519,8 +519,8 @@ const bo = (t) => ({
519
519
  var o, n;
520
520
  const {
521
521
  placement: s,
522
- middlewareData: r,
523
- rects: i,
522
+ middlewareData: i,
523
+ rects: r,
524
524
  initialPlacement: c,
525
525
  platform: f,
526
526
  elements: d
@@ -533,14 +533,14 @@ const bo = (t) => ({
533
533
  flipAlignment: y = !0,
534
534
  ...p
535
535
  } = pt(t, e);
536
- if ((o = r.arrow) != null && o.alignmentOffset)
536
+ if ((o = i.arrow) != null && o.alignmentOffset)
537
537
  return {};
538
- const T = et(s), P = et(c) === c, S = await (f.isRTL == null ? void 0 : f.isRTL(d.floating)), $ = v || (P || !y ? [Tt(c)] : ho(c));
539
- !v && l !== "none" && $.push(...yo(c, y, l, S));
540
- const z = [c, ...$], F = await re(e, p), I = [];
541
- let X = ((n = r.flip) == null ? void 0 : n.overflows) || [];
538
+ const T = et(s), P = et(c) === c, A = await (f.isRTL == null ? void 0 : f.isRTL(d.floating)), $ = v || (P || !y ? [Tt(c)] : ho(c));
539
+ !v && l !== "none" && $.push(...yo(c, y, l, A));
540
+ const z = [c, ...$], F = await ie(e, p), I = [];
541
+ let X = ((n = i.flip) == null ? void 0 : n.overflows) || [];
542
542
  if (a && I.push(F[T]), u) {
543
- const L = po(s, i, S);
543
+ const L = po(s, r, A);
544
544
  I.push(F[L[0]], F[L[1]]);
545
545
  }
546
546
  if (X = [...X, {
@@ -548,7 +548,7 @@ const bo = (t) => ({
548
548
  overflows: I
549
549
  }], !I.every((L) => L <= 0)) {
550
550
  var ct, dt;
551
- const L = (((ct = r.flip) == null ? void 0 : ct.index) || 0) + 1, mt = z[L];
551
+ const L = (((ct = i.flip) == null ? void 0 : ct.index) || 0) + 1, mt = z[L];
552
552
  if (mt)
553
553
  return {
554
554
  data: {
@@ -588,7 +588,7 @@ async function xo(t, e) {
588
588
  placement: o,
589
589
  platform: n,
590
590
  elements: s
591
- } = t, r = await (n.isRTL == null ? void 0 : n.isRTL(s.floating)), i = et(o), c = ht(o), f = Pt(o) === "y", d = ["left", "top"].includes(i) ? -1 : 1, a = r && f ? -1 : 1, u = pt(e, t);
591
+ } = t, i = await (n.isRTL == null ? void 0 : n.isRTL(s.floating)), r = et(o), c = ht(o), f = Pt(o) === "y", d = ["left", "top"].includes(r) ? -1 : 1, a = i && f ? -1 : 1, u = pt(e, t);
592
592
  let {
593
593
  mainAxis: v,
594
594
  crossAxis: m,
@@ -619,21 +619,21 @@ const Po = function(t) {
619
619
  var o, n;
620
620
  const {
621
621
  x: s,
622
- y: r,
623
- placement: i,
622
+ y: i,
623
+ placement: r,
624
624
  middlewareData: c
625
625
  } = e, f = await xo(e, t);
626
- return i === ((o = c.offset) == null ? void 0 : o.placement) && (n = c.arrow) != null && n.alignmentOffset ? {} : {
626
+ return r === ((o = c.offset) == null ? void 0 : o.placement) && (n = c.arrow) != null && n.alignmentOffset ? {} : {
627
627
  x: s + f.x,
628
- y: r + f.y,
628
+ y: i + f.y,
629
629
  data: {
630
630
  ...f,
631
- placement: i
631
+ placement: r
632
632
  }
633
633
  };
634
634
  }
635
635
  };
636
- }, ko = function(t) {
636
+ }, So = function(t) {
637
637
  return t === void 0 && (t = {}), {
638
638
  name: "shift",
639
639
  options: t,
@@ -643,8 +643,8 @@ const Po = function(t) {
643
643
  y: n,
644
644
  placement: s
645
645
  } = e, {
646
- mainAxis: r = !0,
647
- crossAxis: i = !1,
646
+ mainAxis: i = !0,
647
+ crossAxis: r = !1,
648
648
  limiter: c = {
649
649
  fn: (p) => {
650
650
  let {
@@ -661,15 +661,15 @@ const Po = function(t) {
661
661
  } = pt(t, e), d = {
662
662
  x: o,
663
663
  y: n
664
- }, a = await re(e, f), u = Pt(et(s)), v = ne(u);
664
+ }, a = await ie(e, f), u = Pt(et(s)), v = ne(u);
665
665
  let m = d[v], l = d[u];
666
- if (r) {
667
- const p = v === "y" ? "top" : "left", T = v === "y" ? "bottom" : "right", P = m + a[p], S = m - a[T];
668
- m = Ct(P, m, S);
669
- }
670
666
  if (i) {
671
- const p = u === "y" ? "top" : "left", T = u === "y" ? "bottom" : "right", P = l + a[p], S = l - a[T];
672
- l = Ct(P, l, S);
667
+ const p = v === "y" ? "top" : "left", T = v === "y" ? "bottom" : "right", P = m + a[p], A = m - a[T];
668
+ m = Ct(P, m, A);
669
+ }
670
+ if (r) {
671
+ const p = u === "y" ? "top" : "left", T = u === "y" ? "bottom" : "right", P = l + a[p], A = l - a[T];
672
+ l = Ct(P, l, A);
673
673
  }
674
674
  const y = c.fn({
675
675
  ...e,
@@ -686,11 +686,11 @@ const Po = function(t) {
686
686
  }
687
687
  };
688
688
  };
689
- function kt() {
689
+ function St() {
690
690
  return typeof window < "u";
691
691
  }
692
692
  function lt(t) {
693
- return ie(t) ? (t.nodeName || "").toLowerCase() : "#document";
693
+ return re(t) ? (t.nodeName || "").toLowerCase() : "#document";
694
694
  }
695
695
  function V(t) {
696
696
  var e;
@@ -698,19 +698,19 @@ function V(t) {
698
698
  }
699
699
  function J(t) {
700
700
  var e;
701
- return (e = (ie(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement;
701
+ return (e = (re(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement;
702
702
  }
703
- function ie(t) {
704
- return kt() ? t instanceof Node || t instanceof V(t).Node : !1;
703
+ function re(t) {
704
+ return St() ? t instanceof Node || t instanceof V(t).Node : !1;
705
705
  }
706
706
  function H(t) {
707
- return kt() ? t instanceof Element || t instanceof V(t).Element : !1;
707
+ return St() ? t instanceof Element || t instanceof V(t).Element : !1;
708
708
  }
709
709
  function q(t) {
710
- return kt() ? t instanceof HTMLElement || t instanceof V(t).HTMLElement : !1;
710
+ return St() ? t instanceof HTMLElement || t instanceof V(t).HTMLElement : !1;
711
711
  }
712
712
  function Jt(t) {
713
- return !kt() || typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof V(t).ShadowRoot;
713
+ return !St() || typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof V(t).ShadowRoot;
714
714
  }
715
715
  function gt(t) {
716
716
  const {
@@ -721,10 +721,10 @@ function gt(t) {
721
721
  } = B(t);
722
722
  return /auto|scroll|overlay|hidden|clip/.test(e + n + o) && !["inline", "contents"].includes(s);
723
723
  }
724
- function Ao(t) {
724
+ function ko(t) {
725
725
  return ["table", "td", "th"].includes(lt(t));
726
726
  }
727
- function At(t) {
727
+ function kt(t) {
728
728
  return [":popover-open", ":modal"].some((e) => {
729
729
  try {
730
730
  return t.matches(e);
@@ -733,22 +733,22 @@ function At(t) {
733
733
  }
734
734
  });
735
735
  }
736
- function Nt(t) {
737
- const e = Dt(), o = H(t) ? B(t) : t;
736
+ function Dt(t) {
737
+ const e = Nt(), o = H(t) ? B(t) : t;
738
738
  return ["transform", "translate", "scale", "rotate", "perspective"].some((n) => o[n] ? o[n] !== "none" : !1) || (o.containerType ? o.containerType !== "normal" : !1) || !e && (o.backdropFilter ? o.backdropFilter !== "none" : !1) || !e && (o.filter ? o.filter !== "none" : !1) || ["transform", "translate", "scale", "rotate", "perspective", "filter"].some((n) => (o.willChange || "").includes(n)) || ["paint", "layout", "strict", "content"].some((n) => (o.contain || "").includes(n));
739
739
  }
740
- function So(t) {
740
+ function Ao(t) {
741
741
  let e = Y(t);
742
742
  for (; q(e) && !at(e); ) {
743
- if (Nt(e))
743
+ if (Dt(e))
744
744
  return e;
745
- if (At(e))
745
+ if (kt(e))
746
746
  return null;
747
747
  e = Y(e);
748
748
  }
749
749
  return null;
750
750
  }
751
- function Dt() {
751
+ function Nt() {
752
752
  return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
753
753
  }
754
754
  function at(t) {
@@ -757,7 +757,7 @@ function at(t) {
757
757
  function B(t) {
758
758
  return V(t).getComputedStyle(t);
759
759
  }
760
- function St(t) {
760
+ function At(t) {
761
761
  return H(t) ? {
762
762
  scrollLeft: t.scrollLeft,
763
763
  scrollTop: t.scrollTop
@@ -785,10 +785,10 @@ function ae(t) {
785
785
  function ft(t, e, o) {
786
786
  var n;
787
787
  e === void 0 && (e = []), o === void 0 && (o = !0);
788
- const s = ae(t), r = s === ((n = t.ownerDocument) == null ? void 0 : n.body), i = V(s);
789
- if (r) {
790
- const c = Et(i);
791
- return e.concat(i, i.visualViewport || [], gt(s) ? s : [], c && o ? ft(c) : []);
788
+ const s = ae(t), i = s === ((n = t.ownerDocument) == null ? void 0 : n.body), r = V(s);
789
+ if (i) {
790
+ const c = Et(r);
791
+ return e.concat(r, r.visualViewport || [], gt(s) ? s : [], c && o ? ft(c) : []);
792
792
  }
793
793
  return e.concat(s, ft(s, [], o));
794
794
  }
@@ -798,8 +798,8 @@ function Et(t) {
798
798
  function le(t) {
799
799
  const e = B(t);
800
800
  let o = parseFloat(e.width) || 0, n = parseFloat(e.height) || 0;
801
- const s = q(t), r = s ? t.offsetWidth : o, i = s ? t.offsetHeight : n, c = bt(o) !== r || bt(n) !== i;
802
- return c && (o = r, n = i), {
801
+ const s = q(t), i = s ? t.offsetWidth : o, r = s ? t.offsetHeight : n, c = bt(o) !== i || bt(n) !== r;
802
+ return c && (o = i, n = r), {
803
803
  width: o,
804
804
  height: n,
805
805
  $: c
@@ -815,18 +815,18 @@ function st(t) {
815
815
  const o = e.getBoundingClientRect(), {
816
816
  width: n,
817
817
  height: s,
818
- $: r
818
+ $: i
819
819
  } = le(e);
820
- let i = (r ? bt(o.width) : o.width) / n, c = (r ? bt(o.height) : o.height) / s;
821
- return (!i || !Number.isFinite(i)) && (i = 1), (!c || !Number.isFinite(c)) && (c = 1), {
822
- x: i,
820
+ let r = (i ? bt(o.width) : o.width) / n, c = (i ? bt(o.height) : o.height) / s;
821
+ return (!r || !Number.isFinite(r)) && (r = 1), (!c || !Number.isFinite(c)) && (c = 1), {
822
+ x: r,
823
823
  y: c
824
824
  };
825
825
  }
826
826
  const zo = /* @__PURE__ */ K(0);
827
827
  function ce(t) {
828
828
  const e = V(t);
829
- return !Dt() || !e.visualViewport ? zo : {
829
+ return !Nt() || !e.visualViewport ? zo : {
830
830
  x: e.visualViewport.offsetLeft,
831
831
  y: e.visualViewport.offsetTop
832
832
  };
@@ -836,17 +836,17 @@ function _o(t, e, o) {
836
836
  }
837
837
  function ot(t, e, o, n) {
838
838
  e === void 0 && (e = !1), o === void 0 && (o = !1);
839
- const s = t.getBoundingClientRect(), r = Mt(t);
840
- let i = K(1);
841
- e && (n ? H(n) && (i = st(n)) : i = st(t));
842
- const c = _o(r, o, n) ? ce(r) : K(0);
843
- 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;
844
- if (r) {
845
- const v = V(r), m = n && H(n) ? V(n) : n;
839
+ const s = t.getBoundingClientRect(), i = Mt(t);
840
+ let r = K(1);
841
+ e && (n ? H(n) && (r = st(n)) : r = st(t));
842
+ const c = _o(i, o, n) ? ce(i) : K(0);
843
+ 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;
844
+ if (i) {
845
+ const v = V(i), m = n && H(n) ? V(n) : n;
846
846
  let l = v, y = Et(l);
847
847
  for (; y && n && m !== l; ) {
848
- const p = st(y), T = y.getBoundingClientRect(), P = B(y), S = T.left + (y.clientLeft + parseFloat(P.paddingLeft)) * p.x, $ = T.top + (y.clientTop + parseFloat(P.paddingTop)) * p.y;
849
- f *= p.x, d *= p.y, a *= p.x, u *= p.y, f += S, d += $, l = V(y), y = Et(l);
848
+ const p = st(y), T = y.getBoundingClientRect(), P = B(y), A = T.left + (y.clientLeft + parseFloat(P.paddingLeft)) * p.x, $ = T.top + (y.clientTop + parseFloat(P.paddingTop)) * p.y;
849
+ f *= p.x, d *= p.y, a *= p.x, u *= p.y, f += A, d += $, l = V(y), y = Et(l);
850
850
  }
851
851
  }
852
852
  return xt({
@@ -857,7 +857,7 @@ function ot(t, e, o, n) {
857
857
  });
858
858
  }
859
859
  function Ht(t, e) {
860
- const o = St(t).scrollLeft;
860
+ const o = At(t).scrollLeft;
861
861
  return e ? e.left + o : ot(J(t)).left + o;
862
862
  }
863
863
  function de(t, e, o) {
@@ -865,10 +865,10 @@ function de(t, e, o) {
865
865
  const n = t.getBoundingClientRect(), s = n.left + e.scrollLeft - (o ? 0 : (
866
866
  // RTL <body> scrollbar.
867
867
  Ht(t, n)
868
- )), r = n.top + e.scrollTop;
868
+ )), i = n.top + e.scrollTop;
869
869
  return {
870
870
  x: s,
871
- y: r
871
+ y: i
872
872
  };
873
873
  }
874
874
  function Oo(t) {
@@ -878,19 +878,19 @@ function Oo(t) {
878
878
  offsetParent: n,
879
879
  strategy: s
880
880
  } = t;
881
- const r = s === "fixed", i = J(n), c = e ? At(e.floating) : !1;
882
- if (n === i || c && r)
881
+ const i = s === "fixed", r = J(n), c = e ? kt(e.floating) : !1;
882
+ if (n === r || c && i)
883
883
  return o;
884
884
  let f = {
885
885
  scrollLeft: 0,
886
886
  scrollTop: 0
887
887
  }, d = K(1);
888
888
  const a = K(0), u = q(n);
889
- if ((u || !u && !r) && ((lt(n) !== "body" || gt(i)) && (f = St(n)), q(n))) {
889
+ if ((u || !u && !i) && ((lt(n) !== "body" || gt(r)) && (f = At(n)), q(n))) {
890
890
  const m = ot(n);
891
891
  d = st(n), a.x = m.x + n.clientLeft, a.y = m.y + n.clientTop;
892
892
  }
893
- const v = i && !u && !r ? de(i, f, !0) : K(0);
893
+ const v = r && !u && !i ? de(r, f, !0) : K(0);
894
894
  return {
895
895
  width: o.width * d.x,
896
896
  height: o.height * d.y,
@@ -902,35 +902,35 @@ function $o(t) {
902
902
  return Array.from(t.getClientRects());
903
903
  }
904
904
  function Io(t) {
905
- const e = J(t), o = St(t), n = t.ownerDocument.body, s = tt(e.scrollWidth, e.clientWidth, n.scrollWidth, n.clientWidth), r = tt(e.scrollHeight, e.clientHeight, n.scrollHeight, n.clientHeight);
906
- let i = -o.scrollLeft + Ht(t);
905
+ const e = J(t), o = At(t), n = t.ownerDocument.body, s = tt(e.scrollWidth, e.clientWidth, n.scrollWidth, n.clientWidth), i = tt(e.scrollHeight, e.clientHeight, n.scrollHeight, n.clientHeight);
906
+ let r = -o.scrollLeft + Ht(t);
907
907
  const c = -o.scrollTop;
908
- return B(n).direction === "rtl" && (i += tt(e.clientWidth, n.clientWidth) - s), {
908
+ return B(n).direction === "rtl" && (r += tt(e.clientWidth, n.clientWidth) - s), {
909
909
  width: s,
910
- height: r,
911
- x: i,
910
+ height: i,
911
+ x: r,
912
912
  y: c
913
913
  };
914
914
  }
915
915
  function Co(t, e) {
916
916
  const o = V(t), n = J(t), s = o.visualViewport;
917
- let r = n.clientWidth, i = n.clientHeight, c = 0, f = 0;
917
+ let i = n.clientWidth, r = n.clientHeight, c = 0, f = 0;
918
918
  if (s) {
919
- r = s.width, i = s.height;
920
- const d = Dt();
919
+ i = s.width, r = s.height;
920
+ const d = Nt();
921
921
  (!d || d && e === "fixed") && (c = s.offsetLeft, f = s.offsetTop);
922
922
  }
923
923
  return {
924
- width: r,
925
- height: i,
924
+ width: i,
925
+ height: r,
926
926
  x: c,
927
927
  y: f
928
928
  };
929
929
  }
930
930
  function Go(t, e) {
931
- const o = ot(t, !0, e === "fixed"), n = o.top + t.clientTop, s = o.left + t.clientLeft, r = q(t) ? st(t) : K(1), i = t.clientWidth * r.x, c = t.clientHeight * r.y, f = s * r.x, d = n * r.y;
931
+ const o = ot(t, !0, e === "fixed"), n = o.top + t.clientTop, s = o.left + t.clientLeft, i = q(t) ? st(t) : K(1), r = t.clientWidth * i.x, c = t.clientHeight * i.y, f = s * i.x, d = n * i.y;
932
932
  return {
933
- width: i,
933
+ width: r,
934
934
  height: c,
935
935
  x: f,
936
936
  y: d
@@ -964,11 +964,11 @@ function Eo(t, e) {
964
964
  if (o)
965
965
  return o;
966
966
  let n = ft(t, [], !1).filter((c) => H(c) && lt(c) !== "body"), s = null;
967
- const r = B(t).position === "fixed";
968
- let i = r ? Y(t) : t;
969
- for (; H(i) && !at(i); ) {
970
- const c = B(i), f = Nt(i);
971
- !f && c.position === "fixed" && (s = null), (r ? !f && !s : !f && c.position === "static" && !!s && ["absolute", "fixed"].includes(s.position) || gt(i) && !f && ue(t, i)) ? n = n.filter((a) => a !== i) : s = c, i = Y(i);
967
+ const i = B(t).position === "fixed";
968
+ let r = i ? Y(t) : t;
969
+ for (; H(r) && !at(r); ) {
970
+ const c = B(r), f = Dt(r);
971
+ !f && c.position === "fixed" && (s = null), (i ? !f && !s : !f && c.position === "static" && !!s && ["absolute", "fixed"].includes(s.position) || gt(r) && !f && ue(t, r)) ? n = n.filter((a) => a !== r) : s = c, r = Y(r);
972
972
  }
973
973
  return e.set(t, n), n;
974
974
  }
@@ -979,9 +979,9 @@ function Ro(t) {
979
979
  rootBoundary: n,
980
980
  strategy: s
981
981
  } = t;
982
- const i = [...o === "clippingAncestors" ? At(e) ? [] : Eo(e, this._c) : [].concat(o), n], c = i[0], f = i.reduce((d, a) => {
982
+ const r = [...o === "clippingAncestors" ? kt(e) ? [] : Eo(e, this._c) : [].concat(o), n], c = r[0], f = r.reduce((d, a) => {
983
983
  const u = Ut(e, a, s);
984
- return d.top = tt(u.top, d.top), d.right = it(u.right, d.right), d.bottom = it(u.bottom, d.bottom), d.left = tt(u.left, d.left), d;
984
+ return d.top = tt(u.top, d.top), d.right = rt(u.right, d.right), d.bottom = rt(u.bottom, d.bottom), d.left = tt(u.left, d.left), d;
985
985
  }, Ut(e, c, s));
986
986
  return {
987
987
  width: f.right - f.left,
@@ -1001,23 +1001,23 @@ function Vo(t) {
1001
1001
  };
1002
1002
  }
1003
1003
  function Lo(t, e, o) {
1004
- const n = q(e), s = J(e), r = o === "fixed", i = ot(t, !0, r, e);
1004
+ const n = q(e), s = J(e), i = o === "fixed", r = ot(t, !0, i, e);
1005
1005
  let c = {
1006
1006
  scrollLeft: 0,
1007
1007
  scrollTop: 0
1008
1008
  };
1009
1009
  const f = K(0);
1010
- if (n || !n && !r)
1011
- if ((lt(e) !== "body" || gt(s)) && (c = St(e)), n) {
1012
- const v = ot(e, !0, r, e);
1010
+ if (n || !n && !i)
1011
+ if ((lt(e) !== "body" || gt(s)) && (c = At(e)), n) {
1012
+ const v = ot(e, !0, i, e);
1013
1013
  f.x = v.x + e.clientLeft, f.y = v.y + e.clientTop;
1014
1014
  } else s && (f.x = Ht(s));
1015
- const d = s && !n && !r ? de(s, c) : K(0), a = i.left + c.scrollLeft - f.x - d.x, u = i.top + c.scrollTop - f.y - d.y;
1015
+ const d = s && !n && !i ? de(s, c) : K(0), a = r.left + c.scrollLeft - f.x - d.x, u = r.top + c.scrollTop - f.y - d.y;
1016
1016
  return {
1017
1017
  x: a,
1018
1018
  y: u,
1019
- width: i.width,
1020
- height: i.height
1019
+ width: r.width,
1020
+ height: r.height
1021
1021
  };
1022
1022
  }
1023
1023
  function $t(t) {
@@ -1033,7 +1033,7 @@ function Yt(t, e) {
1033
1033
  }
1034
1034
  function me(t, e) {
1035
1035
  const o = V(t);
1036
- if (At(t))
1036
+ if (kt(t))
1037
1037
  return o;
1038
1038
  if (!q(t)) {
1039
1039
  let s = Y(t);
@@ -1045,11 +1045,11 @@ function me(t, e) {
1045
1045
  return o;
1046
1046
  }
1047
1047
  let n = Yt(t, e);
1048
- for (; n && Ao(n) && $t(n); )
1048
+ for (; n && ko(n) && $t(n); )
1049
1049
  n = Yt(n, e);
1050
- return n && at(n) && $t(n) && !Nt(n) ? o : n || So(t) || o;
1050
+ return n && at(n) && $t(n) && !Dt(n) ? o : n || Ao(t) || o;
1051
1051
  }
1052
- const No = async function(t) {
1052
+ const Do = async function(t) {
1053
1053
  const e = this.getOffsetParent || me, o = this.getDimensions, n = await o(t.floating);
1054
1054
  return {
1055
1055
  reference: Lo(t.reference, await e(t.floating), t.strategy),
@@ -1061,7 +1061,7 @@ const No = async function(t) {
1061
1061
  }
1062
1062
  };
1063
1063
  };
1064
- function Do(t) {
1064
+ function No(t) {
1065
1065
  return B(t).direction === "rtl";
1066
1066
  }
1067
1067
  const Mo = {
@@ -1069,12 +1069,12 @@ const Mo = {
1069
1069
  getDocumentElement: J,
1070
1070
  getClippingRect: Ro,
1071
1071
  getOffsetParent: me,
1072
- getElementRects: No,
1072
+ getElementRects: Do,
1073
1073
  getClientRects: $o,
1074
1074
  getDimensions: Vo,
1075
1075
  getScale: st,
1076
1076
  isElement: H,
1077
- isRTL: Do
1077
+ isRTL: No
1078
1078
  };
1079
1079
  function fe(t, e) {
1080
1080
  return t.x === e.x && t.y === e.y && t.width === e.width && t.height === e.height;
@@ -1082,12 +1082,12 @@ function fe(t, e) {
1082
1082
  function Ho(t, e) {
1083
1083
  let o = null, n;
1084
1084
  const s = J(t);
1085
- function r() {
1085
+ function i() {
1086
1086
  var c;
1087
1087
  clearTimeout(n), (c = o) == null || c.disconnect(), o = null;
1088
1088
  }
1089
- function i(c, f) {
1090
- c === void 0 && (c = !1), f === void 0 && (f = 1), r();
1089
+ function r(c, f) {
1090
+ c === void 0 && (c = !1), f === void 0 && (f = 1), i();
1091
1091
  const d = t.getBoundingClientRect(), {
1092
1092
  left: a,
1093
1093
  top: u,
@@ -1096,56 +1096,56 @@ function Ho(t, e) {
1096
1096
  } = d;
1097
1097
  if (c || e(), !v || !m)
1098
1098
  return;
1099
- const l = vt(u), y = vt(s.clientWidth - (a + v)), p = vt(s.clientHeight - (u + m)), T = vt(a), S = {
1099
+ const l = vt(u), y = vt(s.clientWidth - (a + v)), p = vt(s.clientHeight - (u + m)), T = vt(a), A = {
1100
1100
  rootMargin: -l + "px " + -y + "px " + -p + "px " + -T + "px",
1101
- threshold: tt(0, it(1, f)) || 1
1101
+ threshold: tt(0, rt(1, f)) || 1
1102
1102
  };
1103
1103
  let $ = !0;
1104
1104
  function z(F) {
1105
1105
  const I = F[0].intersectionRatio;
1106
1106
  if (I !== f) {
1107
1107
  if (!$)
1108
- return i();
1109
- I ? i(!1, I) : n = setTimeout(() => {
1110
- i(!1, 1e-7);
1108
+ return r();
1109
+ I ? r(!1, I) : n = setTimeout(() => {
1110
+ r(!1, 1e-7);
1111
1111
  }, 1e3);
1112
1112
  }
1113
- I === 1 && !fe(d, t.getBoundingClientRect()) && i(), $ = !1;
1113
+ I === 1 && !fe(d, t.getBoundingClientRect()) && r(), $ = !1;
1114
1114
  }
1115
1115
  try {
1116
1116
  o = new IntersectionObserver(z, {
1117
- ...S,
1117
+ ...A,
1118
1118
  // Handle <iframe>s
1119
1119
  root: s.ownerDocument
1120
1120
  });
1121
1121
  } catch {
1122
- o = new IntersectionObserver(z, S);
1122
+ o = new IntersectionObserver(z, A);
1123
1123
  }
1124
1124
  o.observe(t);
1125
1125
  }
1126
- return i(!0), r;
1126
+ return r(!0), i;
1127
1127
  }
1128
1128
  function Bo(t, e, o, n) {
1129
1129
  n === void 0 && (n = {});
1130
1130
  const {
1131
1131
  ancestorScroll: s = !0,
1132
- ancestorResize: r = !0,
1133
- elementResize: i = typeof ResizeObserver == "function",
1132
+ ancestorResize: i = !0,
1133
+ elementResize: r = typeof ResizeObserver == "function",
1134
1134
  layoutShift: c = typeof IntersectionObserver == "function",
1135
1135
  animationFrame: f = !1
1136
- } = n, d = Mt(t), a = s || r ? [...d ? ft(d) : [], ...ft(e)] : [];
1136
+ } = n, d = Mt(t), a = s || i ? [...d ? ft(d) : [], ...ft(e)] : [];
1137
1137
  a.forEach((T) => {
1138
1138
  s && T.addEventListener("scroll", o, {
1139
1139
  passive: !0
1140
- }), r && T.addEventListener("resize", o);
1140
+ }), i && T.addEventListener("resize", o);
1141
1141
  });
1142
1142
  const u = d && c ? Ho(d, o) : null;
1143
1143
  let v = -1, m = null;
1144
- i && (m = new ResizeObserver((T) => {
1144
+ r && (m = new ResizeObserver((T) => {
1145
1145
  let [P] = T;
1146
1146
  P && P.target === d && m && (m.unobserve(e), cancelAnimationFrame(v), v = requestAnimationFrame(() => {
1147
- var S;
1148
- (S = m) == null || S.observe(e);
1147
+ var A;
1148
+ (A = m) == null || A.observe(e);
1149
1149
  })), o();
1150
1150
  }), d && !f && m.observe(d), m.observe(e));
1151
1151
  let l, y = f ? ot(t) : null;
@@ -1157,26 +1157,26 @@ function Bo(t, e, o, n) {
1157
1157
  return o(), () => {
1158
1158
  var T;
1159
1159
  a.forEach((P) => {
1160
- s && P.removeEventListener("scroll", o), r && P.removeEventListener("resize", o);
1160
+ s && P.removeEventListener("scroll", o), i && P.removeEventListener("resize", o);
1161
1161
  }), u == null || u(), (T = m) == null || T.disconnect(), m = null, f && cancelAnimationFrame(l);
1162
1162
  };
1163
1163
  }
1164
- const Fo = Po, jo = ko, Wo = To, Zt = bo, Ko = (t, e, o) => {
1164
+ const Fo = Po, jo = So, Wo = To, Zt = bo, Ko = (t, e, o) => {
1165
1165
  const n = /* @__PURE__ */ new Map(), s = {
1166
1166
  platform: Mo,
1167
1167
  ...o
1168
- }, r = {
1168
+ }, i = {
1169
1169
  ...s.platform,
1170
1170
  _c: n
1171
1171
  };
1172
1172
  return wo(t, e, {
1173
1173
  ...s,
1174
- platform: r
1174
+ platform: i
1175
1175
  });
1176
1176
  };
1177
1177
  function qo({ middleware: t, placement: e = null, strategy: o, append: n, enabled: s }) {
1178
- const r = O(null), i = O(null), c = O(null), f = O(null), d = O(null), a = O(null), u = O(null), v = O(o ?? "absolute"), m = O(null), l = () => {
1179
- !r.value || !i.value || Ko(r.value, i.value, {
1178
+ const i = O(null), r = O(null), c = O(null), f = O(null), d = O(null), a = O(null), u = O(null), v = O(o ?? "absolute"), m = O(null), l = () => {
1179
+ !i.value || !r.value || Ko(i.value, r.value, {
1180
1180
  middleware: t,
1181
1181
  placement: e,
1182
1182
  strategy: o
@@ -1186,8 +1186,8 @@ function qo({ middleware: t, placement: e = null, strategy: o, append: n, enable
1186
1186
  };
1187
1187
  It(
1188
1188
  () => ({
1189
- reference: h(r),
1190
- floating: h(i),
1189
+ reference: h(i),
1190
+ floating: h(r),
1191
1191
  append: h(n)
1192
1192
  }),
1193
1193
  ({ floating: p, append: T }) => {
@@ -1197,10 +1197,10 @@ function qo({ middleware: t, placement: e = null, strategy: o, append: n, enable
1197
1197
  ), It(
1198
1198
  s,
1199
1199
  (p) => {
1200
- if (!(!r.value || !i.value)) {
1200
+ if (!(!i.value || !r.value)) {
1201
1201
  if (!p)
1202
1202
  return y();
1203
- m.value = Bo(r.value, i.value, l, {});
1203
+ m.value = Bo(i.value, r.value, l, {});
1204
1204
  }
1205
1205
  },
1206
1206
  { flush: "post" }
@@ -1215,8 +1215,8 @@ function qo({ middleware: t, placement: e = null, strategy: o, append: n, enable
1215
1215
  arrowX: d,
1216
1216
  arrowY: a,
1217
1217
  placement: u,
1218
- reference: r,
1219
- floating: i,
1218
+ reference: i,
1219
+ floating: r,
1220
1220
  strategy: v,
1221
1221
  update: l
1222
1222
  };
@@ -1264,7 +1264,7 @@ const Uo = ["data-placement"], pe = {
1264
1264
  }
1265
1265
  },
1266
1266
  setup(t) {
1267
- const e = t, o = O(!1), n = O(null), { x: s, y: r, arrowX: i, arrowY: c, placement: f, reference: d, floating: a, strategy: u } = qo({
1267
+ const e = t, o = O(!1), n = O(null), { x: s, y: i, arrowX: r, arrowY: c, placement: f, reference: d, floating: a, strategy: u } = qo({
1268
1268
  placement: e.placement,
1269
1269
  middleware: [Wo(), jo({ padding: 5 }), Fo(e.offset), Jo({ element: n, padding: 5 })],
1270
1270
  append: _(() => e.appendTo),
@@ -1288,7 +1288,7 @@ const Uo = ["data-placement"], pe = {
1288
1288
  return Ge(a, (p) => {
1289
1289
  var T;
1290
1290
  (T = d.value) != null && T.contains(p.target) || m();
1291
- }), (p, T) => (g(), w(N, null, [
1291
+ }), (p, T) => (g(), w(D, null, [
1292
1292
  R(p.$slots, "default", {
1293
1293
  setRef: l,
1294
1294
  show: v,
@@ -1301,7 +1301,7 @@ const Uo = ["data-placement"], pe = {
1301
1301
  "data-placement": h(f),
1302
1302
  style: Bt({
1303
1303
  position: h(u),
1304
- top: h(r) ? `${h(r)}px` : "",
1304
+ top: h(i) ? `${h(i)}px` : "",
1305
1305
  left: h(s) ? `${h(s)}px` : ""
1306
1306
  })
1307
1307
  }, [
@@ -1309,10 +1309,10 @@ const Uo = ["data-placement"], pe = {
1309
1309
  name: "transition-fade",
1310
1310
  mode: "out-in"
1311
1311
  }, {
1312
- default: k(() => [
1312
+ default: S(() => [
1313
1313
  o.value ? (g(), w("div", {
1314
1314
  key: 0,
1315
- class: D(["floating-content", [[`is-${e.theme}`]]])
1315
+ class: N(["floating-content", [[`is-${e.theme}`]]])
1316
1316
  }, [
1317
1317
  R(p.$slots, "content", { close: m }, () => [
1318
1318
  M(x(t.content), 1)
@@ -1325,10 +1325,10 @@ const Uo = ["data-placement"], pe = {
1325
1325
  style: Bt({
1326
1326
  position: h(u),
1327
1327
  top: h(c) ? `${h(c)}px` : "",
1328
- left: h(i) ? `${h(i)}px` : ""
1328
+ left: h(r) ? `${h(r)}px` : ""
1329
1329
  })
1330
- }, null, 4)) : A("", !0)
1331
- ], 2)) : A("", !0)
1330
+ }, null, 4)) : k("", !0)
1331
+ ], 2)) : k("", !0)
1332
1332
  ]),
1333
1333
  _: 3
1334
1334
  })
@@ -1361,25 +1361,25 @@ const Uo = ["data-placement"], pe = {
1361
1361
  },
1362
1362
  emits: ["sort"],
1363
1363
  setup(t, { emit: e }) {
1364
- const o = t, n = e, { isLoading: s, appendTo: r } = Rt(o), i = Ee(s, { delay: He }), { t: c } = Z(), f = _(() => o.columns), d = _(() => Object.keys(o.columns).length);
1364
+ const o = t, n = e, { isLoading: s, appendTo: i } = Rt(o), r = Ee(s, { delay: He }), { t: c } = Z(), f = _(() => o.columns), d = _(() => Object.keys(o.columns).length);
1365
1365
  function a(u, v) {
1366
1366
  u.sortOrders && n("sort", { target: v, orders: u.sortOrders });
1367
1367
  }
1368
1368
  return (u, v) => (g(), w("table", Yo, [
1369
1369
  b("thead", null, [
1370
1370
  b("tr", null, [
1371
- (g(!0), w(N, null, Q(f.value, (m, l) => (g(), E(pe, {
1371
+ (g(!0), w(D, null, Q(f.value, (m, l) => (g(), E(pe, {
1372
1372
  key: l,
1373
1373
  placement: "top",
1374
1374
  content: m.tooltip,
1375
1375
  disabled: !m.tooltip,
1376
- "append-to": h(r)
1376
+ "append-to": h(i)
1377
1377
  }, {
1378
- default: k(({ setRef: y, show: p, hide: T }) => [
1378
+ default: S(({ setRef: y, show: p, hide: T }) => [
1379
1379
  b("th", {
1380
1380
  ref_for: !0,
1381
1381
  ref: y,
1382
- class: D([
1382
+ class: N([
1383
1383
  [m.class],
1384
1384
  {
1385
1385
  "is-active": l === t.sort.sortTarget && t.sort.orders[0].direction !== h(zt),
@@ -1396,8 +1396,8 @@ const Uo = ["data-placement"], pe = {
1396
1396
  onBlur: T,
1397
1397
  onClick: (P) => a(m, l),
1398
1398
  onKeydown: [
1399
- Ft(rt((P) => a(m, l), ["prevent"]), ["space"]),
1400
- Ft(rt((P) => a(m, l), ["prevent"]), ["enter"])
1399
+ Ft(it((P) => a(m, l), ["prevent"]), ["space"]),
1400
+ Ft(it((P) => a(m, l), ["prevent"]), ["enter"])
1401
1401
  ]
1402
1402
  }, [
1403
1403
  R(u.$slots, `header-${l}`, { column: m }, () => [
@@ -1406,19 +1406,19 @@ const Uo = ["data-placement"], pe = {
1406
1406
  m.sortOrders && l !== t.sort.sortTarget ? (g(), E(h(Kt), {
1407
1407
  key: 0,
1408
1408
  class: "is-icon-sort"
1409
- })) : A("", !0),
1409
+ })) : k("", !0),
1410
1410
  l === t.sort.sortTarget && t.sort.orders[0].direction === h(zt) ? (g(), E(h(Kt), {
1411
1411
  key: 1,
1412
1412
  class: "is-icon-sort"
1413
- })) : A("", !0),
1413
+ })) : k("", !0),
1414
1414
  l === t.sort.sortTarget && t.sort.orders[0].direction === h(jt) ? (g(), E(h(ao), {
1415
1415
  key: 2,
1416
1416
  class: "is-icon-sort"
1417
- })) : A("", !0),
1417
+ })) : k("", !0),
1418
1418
  l === t.sort.sortTarget && t.sort.orders[0].direction === h(Wt) ? (g(), E(h(uo), {
1419
1419
  key: 3,
1420
1420
  class: "is-icon-sort"
1421
- })) : A("", !0)
1421
+ })) : k("", !0)
1422
1422
  ], 42, Zo)
1423
1423
  ]),
1424
1424
  _: 2
@@ -1426,13 +1426,13 @@ const Uo = ["data-placement"], pe = {
1426
1426
  ])
1427
1427
  ]),
1428
1428
  b("tbody", null, [
1429
- (g(!0), w(N, null, Q(o.rows, (m, l) => (g(), w("tr", {
1429
+ (g(!0), w(D, null, Q(o.rows, (m, l) => (g(), w("tr", {
1430
1430
  key: l,
1431
- class: D(m.rowClasses)
1431
+ class: N(m.rowClasses)
1432
1432
  }, [
1433
- (g(!0), w(N, null, Q(f.value, (y, p) => (g(), w("td", {
1433
+ (g(!0), w(D, null, Q(f.value, (y, p) => (g(), w("td", {
1434
1434
  key: p,
1435
- class: D([
1435
+ class: N([
1436
1436
  [y.class],
1437
1437
  {
1438
1438
  "is-active": p === t.sort.sortTarget && t.sort.orders[0].direction !== h(zt),
@@ -1449,7 +1449,7 @@ const Uo = ["data-placement"], pe = {
1449
1449
  ], 2))), 128))
1450
1450
  ], 2))), 128))
1451
1451
  ]),
1452
- h(i) && t.rows.length === 0 ? (g(), w("tfoot", Xo, [
1452
+ h(r) && t.rows.length === 0 ? (g(), w("tfoot", Xo, [
1453
1453
  b("tr", null, [
1454
1454
  b("td", { colspan: d.value }, [
1455
1455
  R(u.$slots, "loading", {}, () => [
@@ -1457,8 +1457,8 @@ const Uo = ["data-placement"], pe = {
1457
1457
  ])
1458
1458
  ], 8, Qo)
1459
1459
  ])
1460
- ])) : A("", !0),
1461
- t.rows.length === 0 && !h(s) && !h(i) ? (g(), w("tfoot", tn, [
1460
+ ])) : k("", !0),
1461
+ t.rows.length === 0 && !h(s) && !h(r) ? (g(), w("tfoot", tn, [
1462
1462
  b("tr", null, [
1463
1463
  b("td", { colspan: d.value }, [
1464
1464
  R(u.$slots, "empty", {}, () => [
@@ -1466,7 +1466,7 @@ const Uo = ["data-placement"], pe = {
1466
1466
  ])
1467
1467
  ], 8, en)
1468
1468
  ])
1469
- ])) : A("", !0)
1469
+ ])) : k("", !0)
1470
1470
  ]));
1471
1471
  }
1472
1472
  }, on = {
@@ -1505,10 +1505,10 @@ const sn = { render: nn }, rn = { class: "error-notice" }, Ws = {
1505
1505
  },
1506
1506
  setup(t) {
1507
1507
  const e = t, { t: o, hasTranslation: n } = Z(), s = _(() => {
1508
- var r;
1509
- return n(`errors.${e.error.key}`) ? o(`errors.${e.error.key}`, e.error.cause) : `${e.error.key}: ${(r = e.error) == null ? void 0 : r.message}`;
1508
+ var i, r;
1509
+ return n(`errors.${e.error.key}`) ? o(`errors.${e.error.key}`, e.error.cause || [(i = e.error) == null ? void 0 : i.message]) : (r = e.error) == null ? void 0 : r.message;
1510
1510
  });
1511
- return (r, i) => (g(), w("div", rn, [
1511
+ return (i, r) => (g(), w("div", rn, [
1512
1512
  C(h(sn), {
1513
1513
  class: "icon",
1514
1514
  width: "20",
@@ -1521,19 +1521,19 @@ const sn = { render: nn }, rn = { class: "error-notice" }, Ws = {
1521
1521
  __name: "ErrorProvider",
1522
1522
  setup(t) {
1523
1523
  const { message: e, hasError: o, error: n } = Re();
1524
- return (s, r) => R(s.$slots, "default", {
1524
+ return (s, i) => R(s.$slots, "default", {
1525
1525
  message: h(e),
1526
1526
  error: h(n),
1527
1527
  hasError: h(o)
1528
1528
  });
1529
1529
  }
1530
- }, an = { "undefined-column": "The {column} column is not exists!", "invalid-season-name": "Invalid season name", "api-key-not-found": "API Key not found" }, ln = { 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" }, cn = { 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." } }, dn = { blank: "#", 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" }, 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" } }, un = { 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" } }, mn = {
1530
+ }, an = { "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}" }, ln = { 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" }, cn = { 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." } }, dn = { blank: "#", 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" }, 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" } }, un = { 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" } }, mn = {
1531
1531
  errors: an,
1532
1532
  common: ln,
1533
1533
  additionalText: cn,
1534
1534
  table: dn,
1535
1535
  game: un
1536
- }, fn = { "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ő" }, pn = { 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ó" }, hn = { 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: "#", 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" }, 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" } }, yn = { 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" } }, vn = {
1536
+ }, fn = { "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}" }, pn = { 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ó" }, hn = { 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: "#", 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" }, 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" } }, yn = { 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" } }, vn = {
1537
1537
  errors: fn,
1538
1538
  common: pn,
1539
1539
  additionalText: hn,
@@ -1565,7 +1565,7 @@ const sn = { render: nn }, rn = { class: "error-notice" }, Ws = {
1565
1565
  };
1566
1566
  }
1567
1567
  });
1568
- function Tn(t, e, o, n, s, r) {
1568
+ function Tn(t, e, o, n, s, i) {
1569
1569
  return R(t.$slots, "default", { t: t.translate });
1570
1570
  }
1571
1571
  const qs = /* @__PURE__ */ wn(bn, [["render", Tn]]), xn = ["src"], Pn = ["src", "title"], nt = /* @__PURE__ */ Object.assign({
@@ -1587,29 +1587,29 @@ const qs = /* @__PURE__ */ wn(bn, [["render", Tn]]), xn = ["src"], Pn = ["src",
1587
1587
  }
1588
1588
  },
1589
1589
  setup(t) {
1590
- const e = t, { defaultSrc: o } = Rt(e), n = O({ src: e.src }), { error: s, isReady: r } = Ne(n, { resetOnExecute: !1, shallow: !1 });
1591
- return (i, c) => (g(), w(N, null, [
1590
+ const e = t, { defaultSrc: o } = Rt(e), n = O({ src: e.src }), { error: s, isReady: i } = De(n, { resetOnExecute: !1, shallow: !1 });
1591
+ return (r, c) => (g(), w(D, null, [
1592
1592
  h(s) && h(o) ? (g(), w("img", {
1593
1593
  key: 0,
1594
1594
  src: h(o),
1595
- class: D(["is-loaded is-default", [i.$attrs.class]])
1596
- }, null, 10, xn)) : A("", !0),
1597
- h(s) ? A("", !0) : (g(), w("img", {
1595
+ class: N(["is-loaded is-default", [r.$attrs.class]])
1596
+ }, null, 10, xn)) : k("", !0),
1597
+ h(s) ? k("", !0) : (g(), w("img", {
1598
1598
  key: 1,
1599
1599
  src: n.value.src,
1600
- class: D([i.$attrs.class, { "is-loaded": h(r) }]),
1600
+ class: N([r.$attrs.class, { "is-loaded": h(i) }]),
1601
1601
  title: e.title,
1602
1602
  loading: "lazy"
1603
1603
  }, null, 10, Pn))
1604
1604
  ], 64));
1605
1605
  }
1606
- }), kn = { style: { "text-align": "center" } }, ge = {
1606
+ }), Sn = { class: "loading-indicator" }, ge = {
1607
1607
  __name: "LoadingIndicator",
1608
1608
  setup(t) {
1609
1609
  const { t: e } = Z();
1610
- return (o, n) => (g(), w("div", kn, x(h(e)("common.loading")), 1));
1610
+ return (o, n) => (g(), w("div", Sn, x(h(e)("common.loading")), 1));
1611
1611
  }
1612
- }, An = {
1612
+ }, kn = {
1613
1613
  xmlns: "http://www.w3.org/2000/svg",
1614
1614
  viewBox: "0 0 24 24",
1615
1615
  fill: "none",
@@ -1618,12 +1618,12 @@ const qs = /* @__PURE__ */ wn(bn, [["render", Tn]]), xn = ["src"], Pn = ["src",
1618
1618
  "stroke-linecap": "round",
1619
1619
  "stroke-linejoin": "round"
1620
1620
  };
1621
- function Sn(t, e) {
1622
- return g(), w("svg", An, e[0] || (e[0] = [
1621
+ function An(t, e) {
1622
+ return g(), w("svg", kn, e[0] || (e[0] = [
1623
1623
  b("polyline", { points: "15 18 9 12 15 6" }, null, -1)
1624
1624
  ]));
1625
1625
  }
1626
- const zn = { render: Sn }, _n = {
1626
+ const zn = { render: An }, _n = {
1627
1627
  xmlns: "http://www.w3.org/2000/svg",
1628
1628
  viewBox: "0 0 24 24",
1629
1629
  fill: "none",
@@ -1646,7 +1646,7 @@ const $n = { render: On }, In = {
1646
1646
  }, Rn = ["disabled", "onClick"], Vn = {
1647
1647
  key: 2,
1648
1648
  class: "is-disabled"
1649
- }, Ln = ["disabled"], Nn = ["disabled"], Js = {
1649
+ }, Ln = ["disabled"], Dn = ["disabled"], Js = {
1650
1650
  __name: "Paginator",
1651
1651
  props: {
1652
1652
  page: {
@@ -1678,14 +1678,14 @@ const $n = { render: On }, In = {
1678
1678
  },
1679
1679
  emits: ["change"],
1680
1680
  setup(t, { emit: e }) {
1681
- const o = t, n = e, { page: s, pageCount: r, range: i, goTo: c, pageStep: f } = to({
1681
+ const o = t, n = e, { page: s, pageCount: i, range: r, goTo: c, pageStep: f } = to({
1682
1682
  currentPage: _(() => o.page),
1683
1683
  totalItems: _(() => o.totalItems),
1684
1684
  itemsPerPage: o.itemsPerPage,
1685
1685
  rangeLength: o.rangeLength,
1686
1686
  update: (d) => n("change", d)
1687
1687
  });
1688
- return (d, a) => h(r) > 1 ? (g(), w("div", In, [
1688
+ return (d, a) => h(i) > 1 ? (g(), w("div", In, [
1689
1689
  b("button", {
1690
1690
  type: "button",
1691
1691
  disabled: h(s) === 1,
@@ -1695,39 +1695,39 @@ const $n = { render: On }, In = {
1695
1695
  C(h(zn), { class: "icon paginator-left" })
1696
1696
  ])
1697
1697
  ], 8, Cn),
1698
- t.isCompact ? A("", !0) : (g(), w("button", {
1698
+ t.isCompact ? k("", !0) : (g(), w("button", {
1699
1699
  key: 0,
1700
1700
  type: "button",
1701
1701
  disabled: h(s) === 1,
1702
1702
  onClick: a[1] || (a[1] = (u) => h(c)(1))
1703
1703
  }, " 1 ", 8, Gn)),
1704
- t.isCompact ? A("", !0) : (g(), w("div", En, " ... ")),
1705
- (g(!0), w(N, null, Q(h(i), (u) => (g(), w("button", {
1704
+ t.isCompact ? k("", !0) : (g(), w("div", En, " ... ")),
1705
+ (g(!0), w(D, null, Q(h(r), (u) => (g(), w("button", {
1706
1706
  key: u,
1707
1707
  type: "button",
1708
- class: D({ "is-active": u === h(s) }),
1708
+ class: N({ "is-active": u === h(s) }),
1709
1709
  disabled: u === h(s),
1710
1710
  onClick: (v) => h(c)(u)
1711
1711
  }, x(u), 11, Rn))), 128)),
1712
- t.isCompact ? A("", !0) : (g(), w("div", Vn, a[4] || (a[4] = [
1712
+ t.isCompact ? k("", !0) : (g(), w("div", Vn, a[4] || (a[4] = [
1713
1713
  b("span", null, "...", -1)
1714
1714
  ]))),
1715
- t.isCompact ? A("", !0) : (g(), w("button", {
1715
+ t.isCompact ? k("", !0) : (g(), w("button", {
1716
1716
  key: 3,
1717
1717
  type: "button",
1718
- disabled: h(s) === h(r),
1719
- onClick: a[2] || (a[2] = (u) => h(c)(h(r)))
1720
- }, x(h(r)), 9, Ln)),
1718
+ disabled: h(s) === h(i),
1719
+ onClick: a[2] || (a[2] = (u) => h(c)(h(i)))
1720
+ }, x(h(i)), 9, Ln)),
1721
1721
  b("button", {
1722
1722
  type: "button",
1723
- disabled: h(s) === h(r),
1724
- onClick: a[3] || (a[3] = rt((u) => h(f)(1), ["prevent"]))
1723
+ disabled: h(s) === h(i),
1724
+ onClick: a[3] || (a[3] = it((u) => h(f)(1), ["prevent"]))
1725
1725
  }, [
1726
1726
  R(d.$slots, "next", {}, () => [
1727
1727
  C(h($n), { class: "icon paginator-left" })
1728
1728
  ])
1729
- ], 8, Nn)
1730
- ])) : A("", !0);
1729
+ ], 8, Dn)
1730
+ ])) : k("", !0);
1731
1731
  }
1732
1732
  }, ye = {
1733
1733
  __name: "ResponsiveTable",
@@ -1741,7 +1741,7 @@ const $n = { render: On }, In = {
1741
1741
  R(o.$slots, "default", { el: e.value })
1742
1742
  ], 512));
1743
1743
  }
1744
- }, Dn = {
1744
+ }, Nn = {
1745
1745
  xmlns: "http://www.w3.org/2000/svg",
1746
1746
  viewBox: "0 0 24 24",
1747
1747
  fill: "none",
@@ -1751,7 +1751,7 @@ const $n = { render: On }, In = {
1751
1751
  "stroke-linejoin": "round"
1752
1752
  };
1753
1753
  function Mn(t, e) {
1754
- return g(), w("svg", Dn, e[0] || (e[0] = [
1754
+ return g(), w("svg", Nn, e[0] || (e[0] = [
1755
1755
  b("rect", {
1756
1756
  x: "2",
1757
1757
  y: "3",
@@ -1848,10 +1848,10 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
1848
1848
  }, ss = {
1849
1849
  key: 1,
1850
1850
  class: "label"
1851
- }, rs = {
1851
+ }, is = {
1852
1852
  key: 2,
1853
1853
  class: "label"
1854
- }, is = { key: 1 }, as = ["onClick", "onFocus", "onBlur"], ls = { class: "is-dropdown-menu" }, cs = ["href", "target"], ds = { key: 0 }, us = ["href"], Us = {
1854
+ }, rs = { key: 1 }, as = ["onClick", "onFocus", "onBlur"], ls = { class: "is-dropdown-menu" }, cs = ["href", "target"], ds = { key: 0 }, us = ["href"], Us = {
1855
1855
  __name: "ScheduleTable",
1856
1856
  props: {
1857
1857
  rows: {
@@ -1880,97 +1880,97 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
1880
1880
  }
1881
1881
  },
1882
1882
  setup(t) {
1883
- const e = t, o = O(null), { onError: n } = Qt(), { columns: s, error: r } = te(
1883
+ const e = t, o = O(null), { onError: n } = Qt(), { columns: s, error: i } = te(
1884
1884
  We,
1885
1885
  _(() => e.hideColumns),
1886
1886
  _(() => ({
1887
1887
  offsetName: e.offsetName
1888
1888
  }))
1889
1889
  );
1890
- De(
1891
- r,
1890
+ Ne(
1891
+ i,
1892
1892
  () => n(
1893
1893
  new ee(wt.message, {
1894
1894
  ...wt.options,
1895
- cause: { column: r.value }
1895
+ cause: { column: i.value }
1896
1896
  })
1897
1897
  ),
1898
1898
  {
1899
1899
  immediate: !0
1900
1900
  }
1901
1901
  );
1902
- const { t: i } = Z();
1903
- return (c, f) => (g(), w(N, null, [
1902
+ const { t: r } = Z();
1903
+ return (c, f) => (g(), w(D, null, [
1904
1904
  C(ye, null, {
1905
- default: k(({ el: d }) => [
1905
+ default: S(({ el: d }) => [
1906
1906
  C(he, {
1907
1907
  columns: h(s),
1908
1908
  rows: e.rows,
1909
1909
  "is-loading": t.isLoading,
1910
1910
  "append-to": o.value || d
1911
1911
  }, {
1912
- "cell-homeTeamName": k(({ row: a }) => [
1912
+ "cell-homeTeamName": S(({ row: a }) => [
1913
1913
  b("span", Zn, x(a.homeTeam.longName), 1),
1914
1914
  b("span", Xn, x(a.homeTeam.shortName), 1)
1915
1915
  ]),
1916
- "cell-awayTeamName": k(({ row: a }) => [
1916
+ "cell-awayTeamName": S(({ row: a }) => [
1917
1917
  b("span", Qn, x(a.awayTeam.longName), 1),
1918
1918
  b("span", ts, x(a.awayTeam.shortName), 1)
1919
1919
  ]),
1920
- "cell-homeTeamLogo": k(({ row: a }) => [
1920
+ "cell-homeTeamLogo": S(({ row: a }) => [
1921
1921
  (g(), E(nt, {
1922
1922
  key: a.homeTeam.id,
1923
1923
  class: "is-logo-image is-right",
1924
1924
  src: a.homeTeam.logo
1925
1925
  }, null, 8, ["src"]))
1926
1926
  ]),
1927
- "cell-awayTeamLogo": k(({ row: a }) => [
1927
+ "cell-awayTeamLogo": S(({ row: a }) => [
1928
1928
  (g(), E(nt, {
1929
1929
  key: a.awayTeam.id,
1930
1930
  class: "is-logo-image is-right",
1931
1931
  src: a.awayTeam.logo
1932
1932
  }, null, 8, ["src"]))
1933
1933
  ]),
1934
- "cell-gameResult": k(({ row: a }) => [
1934
+ "cell-gameResult": S(({ row: a }) => [
1935
1935
  a.gameStatus === 0 ? (g(), w("span", es, "-:-")) : (g(), w("a", {
1936
1936
  key: 1,
1937
1937
  href: t.externalGameResolver(a.gameId),
1938
1938
  target: t.externalGameResolverTarget,
1939
- class: D({ "is-text-dark": a.gameStatus !== 1, "is-text-accent": a.gameStatus === 1 })
1939
+ class: N({ "is-text-dark": a.gameStatus !== 1, "is-text-accent": a.gameStatus === 1 })
1940
1940
  }, x(a.homeTeamScore) + ":" + x(a.awayTeamScore), 11, os))
1941
1941
  ]),
1942
- "cell-gameResultType": k(({ row: a }) => [
1943
- a.isOvertime ? (g(), w("span", ns, x(h(i)("common.overtimeShort")), 1)) : A("", !0),
1944
- a.isShootout ? (g(), w("span", ss, x(h(i)("common.shootoutShort")), 1)) : A("", !0),
1945
- a.seriesStandings ? (g(), w("span", rs, x(a.seriesStandings), 1)) : A("", !0)
1942
+ "cell-gameResultType": S(({ row: a }) => [
1943
+ a.isOvertime ? (g(), w("span", ns, x(h(r)("common.overtimeShort")), 1)) : k("", !0),
1944
+ a.isShootout ? (g(), w("span", ss, x(h(r)("common.shootoutShort")), 1)) : k("", !0),
1945
+ a.seriesStandings ? (g(), w("span", is, x(a.seriesStandings), 1)) : k("", !0)
1946
1946
  ]),
1947
- "cell-broadcast": k(({ row: a }) => [
1948
- a.broadcast ? (g(), E(h(Hn), { key: 0 })) : (g(), w("span", is))
1947
+ "cell-broadcast": S(({ row: a }) => [
1948
+ a.broadcast ? (g(), E(h(Hn), { key: 0 })) : (g(), w("span", rs))
1949
1949
  ]),
1950
- "cell-location": k(({ row: a }) => {
1950
+ "cell-location": S(({ row: a }) => {
1951
1951
  var u;
1952
1952
  return [
1953
1953
  M(x(((u = a.location) == null ? void 0 : u.locationName) ?? ""), 1)
1954
1954
  ];
1955
1955
  }),
1956
- "cell-more": k(({ row: a }) => [
1956
+ "cell-more": S(({ row: a }) => [
1957
1957
  C(pe, {
1958
1958
  offset: 2,
1959
1959
  placement: "left",
1960
1960
  theme: "content",
1961
1961
  "append-to": d
1962
1962
  }, {
1963
- default: k(({ setRef: u, show: v, hide: m }) => [
1963
+ default: S(({ setRef: u, show: v, hide: m }) => [
1964
1964
  b("button", {
1965
1965
  ref: u,
1966
- onClick: rt(v, ["stop"]),
1966
+ onClick: it(v, ["stop"]),
1967
1967
  onFocus: v,
1968
1968
  onBlur: m
1969
1969
  }, [
1970
1970
  C(h(jn))
1971
1971
  ], 40, as)
1972
1972
  ]),
1973
- content: k(() => [
1973
+ content: S(() => [
1974
1974
  b("ul", ls, [
1975
1975
  b("li", null, [
1976
1976
  b("a", {
@@ -1979,7 +1979,7 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
1979
1979
  target: t.externalGameResolverTarget
1980
1980
  }, [
1981
1981
  C(h(qn), { width: "14" }),
1982
- M(" " + x(h(i)("common.report")), 1)
1982
+ M(" " + x(h(r)("common.report")), 1)
1983
1983
  ], 8, cs)
1984
1984
  ]),
1985
1985
  a.video ? (g(), w("li", ds, [
@@ -1989,15 +1989,15 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
1989
1989
  target: "_blank"
1990
1990
  }, [
1991
1991
  C(h(Yn), { width: "14" }),
1992
- M(" " + x(h(i)("common.video")), 1)
1992
+ M(" " + x(h(r)("common.video")), 1)
1993
1993
  ], 8, us)
1994
- ])) : A("", !0)
1994
+ ])) : k("", !0)
1995
1995
  ])
1996
1996
  ]),
1997
1997
  _: 2
1998
1998
  }, 1032, ["append-to"])
1999
1999
  ]),
2000
- loading: k(() => [
2000
+ loading: S(() => [
2001
2001
  C(ge)
2002
2002
  ]),
2003
2003
  _: 2
@@ -2040,7 +2040,7 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
2040
2040
  },
2041
2041
  emits: ["onChangeSeason", "onChangeSection"],
2042
2042
  setup(t, { emit: e }) {
2043
- const o = t, n = e, { t: s } = Z(), r = _({
2043
+ const o = t, n = e, { t: s } = Z(), i = _({
2044
2044
  get() {
2045
2045
  return o.championshipId;
2046
2046
  },
@@ -2048,20 +2048,20 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
2048
2048
  n("onChangeSeason", c);
2049
2049
  }
2050
2050
  });
2051
- function i(c) {
2051
+ function r(c) {
2052
2052
  n("onChangeSection", c);
2053
2053
  }
2054
- return (c, f) => (g(), w(N, null, [
2054
+ return (c, f) => (g(), w(D, null, [
2055
2055
  b("div", ms, [
2056
2056
  b("div", null, [
2057
2057
  b("label", fs, x(h(s)("selection.season")), 1),
2058
2058
  C(oo, {
2059
2059
  id: "season",
2060
- modelValue: r.value,
2061
- "onUpdate:modelValue": f[0] || (f[0] = (d) => r.value = d)
2060
+ modelValue: i.value,
2061
+ "onUpdate:modelValue": f[0] || (f[0] = (d) => i.value = d)
2062
2062
  }, {
2063
- default: k(() => [
2064
- (g(!0), w(N, null, Q(t.seasons, (d) => (g(), w("option", {
2063
+ default: S(() => [
2064
+ (g(!0), w(D, null, Q(t.seasons, (d) => (g(), w("option", {
2065
2065
  key: d.championshipId,
2066
2066
  value: d.championshipId
2067
2067
  }, x(d.seasonName), 9, ps))), 128))
@@ -2071,16 +2071,16 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
2071
2071
  ]),
2072
2072
  R(c.$slots, "default")
2073
2073
  ]),
2074
- t.isSectionSelectionDisabled ? A("", !0) : (g(), w("div", hs, [
2075
- (g(!0), w(N, null, Q(t.sections, (d) => (g(), w("button", {
2074
+ t.isSectionSelectionDisabled ? k("", !0) : (g(), w("div", hs, [
2075
+ (g(!0), w(D, null, Q(t.sections, (d) => (g(), w("button", {
2076
2076
  key: d.phaseId,
2077
- class: D(["tab-button", { "is-active": d.sectionId === t.sectionId }]),
2078
- onClick: (a) => i(d)
2077
+ class: N(["tab-button", { "is-active": d.sectionId === t.sectionId }]),
2078
+ onClick: (a) => r(d)
2079
2079
  }, x(d.sectionName), 11, gs))), 128))
2080
2080
  ]))
2081
2081
  ], 64));
2082
2082
  }
2083
- }, ys = { class: "is-portrait-image" }, vs = ["href"], ws = { class: "is-team-name-long" }, bs = { class: "is-team-name-short" }, Ts = { class: "is-team-name-long" }, xs = { key: 0 }, Ps = { class: "is-team-name-short" }, ks = { key: 0 }, As = { class: "is-team-name-long" }, Ss = { class: "is-team-name-short" }, zs = { class: "is-team-name-long" }, _s = { class: "is-team-name-short" }, Os = ["href"], $s = {
2083
+ }, ys = { class: "is-portrait-image" }, vs = ["href"], ws = { class: "is-team-name-long" }, bs = { class: "is-team-name-short" }, Ts = { class: "is-team-name-long" }, xs = { key: 0 }, Ps = { class: "is-team-name-short" }, Ss = { key: 0 }, ks = { class: "is-team-name-long" }, As = { class: "is-team-name-short" }, zs = { class: "is-team-name-long" }, _s = { class: "is-team-name-short" }, Os = ["href"], $s = {
2084
2084
  key: 0,
2085
2085
  class: "is-text-dark"
2086
2086
  }, Is = ["href", "target"], Cs = {
@@ -2152,14 +2152,14 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
2152
2152
  },
2153
2153
  emits: ["sort"],
2154
2154
  setup(t, { emit: e }) {
2155
- const o = t, n = e, { columns: s, hideColumns: r } = Rt(o), { onError: i } = Qt(), { t: c } = Z(), { columns: f, error: d } = te(
2155
+ const o = t, n = e, { columns: s, hideColumns: i } = Rt(o), { onError: r } = Qt(), { t: c } = Z(), { columns: f, error: d } = te(
2156
2156
  s,
2157
- r,
2157
+ i,
2158
2158
  _(() => ({
2159
2159
  offsetName: o.offsetName
2160
2160
  }))
2161
2161
  );
2162
- d.value && i(
2162
+ d.value && r(
2163
2163
  new ee(wt.message, {
2164
2164
  ...wt.options,
2165
2165
  cause: { column: d.value }
@@ -2167,7 +2167,7 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
2167
2167
  );
2168
2168
  const a = (u) => n("sort", u);
2169
2169
  return (u, v) => (g(), E(ye, null, {
2170
- default: k(({ el: m }) => [
2170
+ default: S(({ el: m }) => [
2171
2171
  C(he, {
2172
2172
  columns: h(f),
2173
2173
  sort: o.sort,
@@ -2176,12 +2176,12 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
2176
2176
  "append-to": t.appendTo || m,
2177
2177
  onSort: a
2178
2178
  }, $e({
2179
- "cell-index": k(({ row: l }) => [
2179
+ "cell-index": S(({ row: l }) => [
2180
2180
  b("span", {
2181
- class: D(l.indexClass)
2181
+ class: N(l.indexClass)
2182
2182
  }, x(l.index), 3)
2183
2183
  ]),
2184
- "cell-playerPortrait": k(({ row: l }) => [
2184
+ "cell-playerPortrait": S(({ row: l }) => [
2185
2185
  b("div", ys, [
2186
2186
  (g(), E(nt, {
2187
2187
  key: l.player.playerId,
@@ -2190,7 +2190,7 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
2190
2190
  }, null, 8, ["src", "default-src"]))
2191
2191
  ])
2192
2192
  ]),
2193
- "cell-teamLogo": k(({ row: l }) => {
2193
+ "cell-teamLogo": S(({ row: l }) => {
2194
2194
  var y, p;
2195
2195
  return [
2196
2196
  (g(), E(nt, {
@@ -2200,7 +2200,7 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
2200
2200
  }, null, 8, ["src"]))
2201
2201
  ];
2202
2202
  }),
2203
- "cell-homeTeamLogo": k(({ row: l }) => {
2203
+ "cell-homeTeamLogo": S(({ row: l }) => {
2204
2204
  var y, p;
2205
2205
  return [
2206
2206
  (g(), E(nt, {
@@ -2210,7 +2210,7 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
2210
2210
  }, null, 8, ["src"]))
2211
2211
  ];
2212
2212
  }),
2213
- "cell-awayTeamLogo": k(({ row: l }) => {
2213
+ "cell-awayTeamLogo": S(({ row: l }) => {
2214
2214
  var y, p;
2215
2215
  return [
2216
2216
  (g(), E(nt, {
@@ -2220,7 +2220,7 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
2220
2220
  }, null, 8, ["src"]))
2221
2221
  ];
2222
2222
  }),
2223
- "cell-teamName": k(({ row: l }) => {
2223
+ "cell-teamName": S(({ row: l }) => {
2224
2224
  var y, p, T, P;
2225
2225
  return [
2226
2226
  t.isTeamLinked ? (g(), w("a", {
@@ -2230,63 +2230,63 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
2230
2230
  }, [
2231
2231
  b("span", ws, x((y = l.team) == null ? void 0 : y.longName), 1),
2232
2232
  b("span", bs, x((p = l.team) == null ? void 0 : p.shortName), 1)
2233
- ], 8, vs)) : (g(), w(N, { key: 1 }, [
2233
+ ], 8, vs)) : (g(), w(D, { key: 1 }, [
2234
2234
  b("span", Ts, [
2235
2235
  M(x((T = l.team) == null ? void 0 : T.longName) + " ", 1),
2236
2236
  l.penaltyPoints ? (g(), w("span", xs, v[0] || (v[0] = [
2237
2237
  b("sup", null, "*", -1)
2238
- ]))) : A("", !0)
2238
+ ]))) : k("", !0)
2239
2239
  ]),
2240
2240
  b("span", Ps, [
2241
2241
  M(x((P = l.team) == null ? void 0 : P.shortName) + " ", 1),
2242
- l.penaltyPoints ? (g(), w("span", ks, v[1] || (v[1] = [
2242
+ l.penaltyPoints ? (g(), w("span", Ss, v[1] || (v[1] = [
2243
2243
  b("sup", null, "*", -1)
2244
- ]))) : A("", !0)
2244
+ ]))) : k("", !0)
2245
2245
  ])
2246
2246
  ], 64))
2247
2247
  ];
2248
2248
  }),
2249
- "cell-homeTeamName": k(({ row: l }) => {
2249
+ "cell-homeTeamName": S(({ row: l }) => {
2250
2250
  var y, p;
2251
2251
  return [
2252
- b("span", As, x((y = l.homeTeam) == null ? void 0 : y.longName), 1),
2253
- b("span", Ss, x((p = l.homeTeam) == null ? void 0 : p.shortName), 1)
2252
+ b("span", ks, x((y = l.homeTeam) == null ? void 0 : y.longName), 1),
2253
+ b("span", As, x((p = l.homeTeam) == null ? void 0 : p.shortName), 1)
2254
2254
  ];
2255
2255
  }),
2256
- "cell-awayTeamName": k(({ row: l }) => {
2256
+ "cell-awayTeamName": S(({ row: l }) => {
2257
2257
  var y, p;
2258
2258
  return [
2259
2259
  b("span", zs, x((y = l.awayTeam) == null ? void 0 : y.longName), 1),
2260
2260
  b("span", _s, x((p = l.awayTeam) == null ? void 0 : p.shortName), 1)
2261
2261
  ];
2262
2262
  }),
2263
- "cell-location": k(({ row: l }) => {
2263
+ "cell-location": S(({ row: l }) => {
2264
2264
  var y;
2265
2265
  return [
2266
2266
  M(x(((y = l.location) == null ? void 0 : y.locationName) ?? ""), 1)
2267
2267
  ];
2268
2268
  }),
2269
- "cell-gameResult": k(({ row: l }) => [
2269
+ "cell-gameResult": S(({ row: l }) => [
2270
2270
  l.gameStatus === 0 ? (g(), w("span", $s, "-:-")) : (g(), w("a", {
2271
2271
  key: 1,
2272
2272
  href: t.externalGameResolver(l),
2273
2273
  target: t.externalGameResolverTarget,
2274
- class: D({ "is-text-dark": l.gameStatus !== 1, "is-text-accent": l.gameStatus === 1 })
2274
+ class: N({ "is-text-dark": l.gameStatus !== 1, "is-text-accent": l.gameStatus === 1 })
2275
2275
  }, x(l.homeTeamScore) + ":" + x(l.awayTeamScore), 11, Is))
2276
2276
  ]),
2277
- "cell-gameResultType": k(({ row: l }) => [
2278
- l.isOvertime ? (g(), w("span", Cs, x(h(c)("common.overtimeShort")), 1)) : A("", !0),
2279
- l.isShootout ? (g(), w("span", Gs, x(h(c)("common.shootoutShort")), 1)) : A("", !0),
2280
- l.seriesStandings ? (g(), w("span", Es, x(l.seriesStandings), 1)) : A("", !0)
2277
+ "cell-gameResultType": S(({ row: l }) => [
2278
+ l.isOvertime ? (g(), w("span", Cs, x(h(c)("common.overtimeShort")), 1)) : k("", !0),
2279
+ l.isShootout ? (g(), w("span", Gs, x(h(c)("common.shootoutShort")), 1)) : k("", !0),
2280
+ l.seriesStandings ? (g(), w("span", Es, x(l.seriesStandings), 1)) : k("", !0)
2281
2281
  ]),
2282
- loading: k(() => [
2282
+ loading: S(() => [
2283
2283
  C(ge)
2284
2284
  ]),
2285
2285
  _: 2
2286
2286
  }, [
2287
2287
  t.isPlayerLinked ? {
2288
2288
  name: "cell-name",
2289
- fn: k(({ row: l }) => [
2289
+ fn: S(({ row: l }) => [
2290
2290
  b("a", {
2291
2291
  href: t.externalPlayerResolver(l),
2292
2292
  target: "_blank"
@@ -2313,7 +2313,7 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
2313
2313
  },
2314
2314
  emits: ["change"],
2315
2315
  setup(t, { emit: e }) {
2316
- const o = t, n = e, { t: s } = Z(), r = _(() => yt(/* @__PURE__ */ new Date(), null, o.locale)), i = je(), c = _(() => Array.from(Fe.values()).map((d) => ({
2316
+ const o = t, n = e, { t: s } = Z(), i = _(() => yt(/* @__PURE__ */ new Date(), null, o.locale)), r = je(), c = _(() => Array.from(Fe.values()).map((d) => ({
2317
2317
  ...d,
2318
2318
  isActive: yt(/* @__PURE__ */ new Date(), o.currentZone, o.locale) === yt(/* @__PURE__ */ new Date(), d.timezone, o.locale),
2319
2319
  zoneOffsetName: yt(/* @__PURE__ */ new Date(), d.timezone, o.locale)
@@ -2323,19 +2323,19 @@ const Yn = { render: Un }, Zn = { class: "is-team-name-long" }, Xn = { class: "i
2323
2323
  path: "common.selectTimezone",
2324
2324
  tag: "span"
2325
2325
  }, {
2326
- timezone: k(() => [
2326
+ timezone: S(() => [
2327
2327
  b("a", {
2328
2328
  href: "#",
2329
- onClick: a[0] || (a[0] = rt((u) => f(h(i)), ["prevent"]))
2330
- }, x(r.value), 1)
2329
+ onClick: a[0] || (a[0] = it((u) => f(h(r)), ["prevent"]))
2330
+ }, x(i.value), 1)
2331
2331
  ]),
2332
2332
  _: 1
2333
2333
  }),
2334
- (g(!0), w(N, null, Q(c.value, (u) => (g(), w("a", {
2334
+ (g(!0), w(D, null, Q(c.value, (u) => (g(), w("a", {
2335
2335
  key: u.countryLabelKey,
2336
2336
  href: "#",
2337
- class: D({ "is-active": u.isActive }),
2338
- onClick: rt((v) => f(u.timezone), ["prevent"])
2337
+ class: N({ "is-active": u.isActive }),
2338
+ onClick: it((v) => f(u.timezone), ["prevent"])
2339
2339
  }, x(h(s)(`common.${u.countryLabelKey}`)) + " (" + x(u.zoneOffsetName) + ") ", 11, Vs))), 128))
2340
2340
  ]));
2341
2341
  }