@mjsz-vbr-elements/core 2.1.0-beta.43 → 2.1.0-beta.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.1.0-beta.43 - 03/11/2023, 23:21:00
3
+ * version: v2.1.0-beta.45 - 06/11/2023, 14:57:52
4
4
  * (c) 2023
5
5
  * description: Data visualization for MJSZ VBR
6
6
  * author: Ákos Stegner <akos.stegner@gmail.com>
7
7
  */
8
- import { computed as q, withDirectives as yn, openBlock as S, createElementBlock as O, normalizeClass as J, unref as v, renderSlot as it, vModelSelect as vn, ref as H, readonly as bn, watch as mt, nextTick as wn, getCurrentScope as $n, onScopeDispose as _n, isRef as yr, shallowRef as je, reactive as vr, defineComponent as br, h as Sn, provide as wr, inject as $r, createElementVNode as P, Fragment as ct, normalizeStyle as Fe, createVNode as nt, Transition as xn, withCtx as G, createTextVNode as gt, toDisplayString as z, createCommentVNode as X, toRefs as Le, renderList as Pt, createBlock as at, withKeys as Be, withModifiers as Nt, onErrorCaptured as Tn, createSlots as Pn } from "vue";
9
- const _t = (t) => ({}.VITE_CSS_CLASS_PREFIX || "mjsz-vbr-") + t, On = {
8
+ import { computed as q, withDirectives as gn, openBlock as S, createElementBlock as O, normalizeClass as J, unref as v, renderSlot as it, vModelSelect as yn, ref as H, readonly as vn, watch as mt, nextTick as bn, getCurrentScope as wn, onScopeDispose as $n, isRef as gr, shallowRef as je, reactive as yr, defineComponent as vr, h as _n, provide as br, inject as wr, createElementVNode as P, Fragment as ct, normalizeStyle as Fe, createVNode as nt, Transition as Sn, withCtx as G, createTextVNode as gt, toDisplayString as z, createCommentVNode as X, toRefs as Le, renderList as Pt, createBlock as at, withKeys as Be, withModifiers as Nt, onErrorCaptured as xn, createSlots as Tn } from "vue";
9
+ const _t = (t) => ({}.VITE_CSS_CLASS_PREFIX || "mjsz-vbr-") + t, Pn = {
10
10
  __name: "BaseSelect",
11
11
  props: {
12
12
  modelValue: {
@@ -17,25 +17,25 @@ const _t = (t) => ({}.VITE_CSS_CLASS_PREFIX || "mjsz-vbr-") + t, On = {
17
17
  emits: ["update:modelValue"],
18
18
  setup(t, { emit: e }) {
19
19
  const r = t, n = _t("base-input"), a = q({ get: () => r.modelValue, set: (o) => e("update:modelValue", o) });
20
- return (o, s) => yn((S(), O("select", {
20
+ return (o, s) => gn((S(), O("select", {
21
21
  "onUpdate:modelValue": s[0] || (s[0] = (i) => a.value = i),
22
22
  class: J([v(n), "is-select"])
23
23
  }, [
24
24
  it(o.$slots, "default")
25
25
  ], 2)), [
26
- [vn, a.value]
26
+ [yn, a.value]
27
27
  ]);
28
28
  }
29
29
  };
30
- function _r(t) {
31
- return $n() ? (_n(t), !0) : !1;
30
+ function $r(t) {
31
+ return wn() ? ($n(t), !0) : !1;
32
32
  }
33
33
  function ft(t) {
34
34
  return typeof t == "function" ? t() : v(t);
35
35
  }
36
36
  const le = typeof window < "u", yt = () => {
37
- }, An = /* @__PURE__ */ kn();
38
- function kn() {
37
+ }, On = /* @__PURE__ */ An();
38
+ function An() {
39
39
  var t;
40
40
  return le && ((t = window == null ? void 0 : window.navigator) == null ? void 0 : t.userAgent) && /* @__PURE__ */ /iP(ad|hone|od)/.test(window.navigator.userAgent);
41
41
  }
@@ -65,7 +65,7 @@ function Se(t, e = !1) {
65
65
  ), Promise.race(x);
66
66
  }
67
67
  function n(f, u) {
68
- if (!yr(f))
68
+ if (!gr(f))
69
69
  return r((E) => E === f, u);
70
70
  const { flush: d = "sync", deep: m = !1, timeout: h, throwOnTimeout: g } = u ?? {};
71
71
  let _ = null;
@@ -133,10 +133,10 @@ function Se(t, e = !1) {
133
133
  }
134
134
  };
135
135
  }
136
- function Mn(t) {
136
+ function kn(t) {
137
137
  return Se(t);
138
138
  }
139
- function Dn(t, e, r = {}) {
139
+ function Mn(t, e, r = {}) {
140
140
  const {
141
141
  immediate: n = !0
142
142
  } = r, a = H(!1);
@@ -152,16 +152,16 @@ function Dn(t, e, r = {}) {
152
152
  a.value = !1, o = null, t(...c);
153
153
  }, ft(e));
154
154
  }
155
- return n && (a.value = !0, le && l()), _r(i), {
156
- isPending: bn(a),
155
+ return n && (a.value = !0, le && l()), $r(i), {
156
+ isPending: vn(a),
157
157
  start: l,
158
158
  stop: i
159
159
  };
160
160
  }
161
- function Ln(t, e, r) {
162
- const n = mt(t, (...a) => (wn(() => n()), e(...a)), r);
161
+ function Dn(t, e, r) {
162
+ const n = mt(t, (...a) => (bn(() => n()), e(...a)), r);
163
163
  }
164
- function En(t, e, r) {
164
+ function Ln(t, e, r) {
165
165
  return mt(
166
166
  t,
167
167
  (n, a, o) => {
@@ -175,10 +175,10 @@ function Ht(t) {
175
175
  const r = ft(t);
176
176
  return (e = r == null ? void 0 : r.$el) != null ? e : r;
177
177
  }
178
- const Sr = le ? window : void 0, In = le ? window.document : void 0;
178
+ const _r = le ? window : void 0, En = le ? window.document : void 0;
179
179
  function Qt(...t) {
180
180
  let e, r, n, a;
181
- if (typeof t[0] == "string" || Array.isArray(t[0]) ? ([r, n, a] = t, e = Sr) : [e, r, n, a] = t, !e)
181
+ if (typeof t[0] == "string" || Array.isArray(t[0]) ? ([r, n, a] = t, e = _r) : [e, r, n, a] = t, !e)
182
182
  return yt;
183
183
  Array.isArray(r) || (r = [r]), Array.isArray(n) || (n = [n]);
184
184
  const o = [], s = () => {
@@ -194,14 +194,14 @@ function Qt(...t) {
194
194
  ), c = () => {
195
195
  l(), s();
196
196
  };
197
- return _r(c), c;
197
+ return $r(c), c;
198
198
  }
199
199
  let Ve = !1;
200
- function zn(t, e, r = {}) {
201
- const { window: n = Sr, ignore: a = [], capture: o = !0, detectIframe: s = !1 } = r;
200
+ function In(t, e, r = {}) {
201
+ const { window: n = _r, ignore: a = [], capture: o = !0, detectIframe: s = !1 } = r;
202
202
  if (!n)
203
203
  return;
204
- An && !Ve && (Ve = !0, Array.from(n.document.body.children).forEach((u) => u.addEventListener("click", yt)));
204
+ On && !Ve && (Ve = !0, Array.from(n.document.body.children).forEach((u) => u.addEventListener("click", yt)));
205
205
  let i = !0;
206
206
  const l = (u) => a.some((d) => {
207
207
  if (typeof d == "string")
@@ -233,15 +233,15 @@ function zn(t, e, r = {}) {
233
233
  ].filter(Boolean);
234
234
  return () => p.forEach((u) => u());
235
235
  }
236
- var Nn = Object.defineProperty, Cn = Object.defineProperties, Gn = Object.getOwnPropertyDescriptors, He = Object.getOwnPropertySymbols, Rn = Object.prototype.hasOwnProperty, jn = Object.prototype.propertyIsEnumerable, Ye = (t, e, r) => e in t ? Nn(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r, Fn = (t, e) => {
236
+ var zn = Object.defineProperty, Nn = Object.defineProperties, Cn = Object.getOwnPropertyDescriptors, He = Object.getOwnPropertySymbols, Gn = Object.prototype.hasOwnProperty, Rn = Object.prototype.propertyIsEnumerable, Ye = (t, e, r) => e in t ? zn(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r, jn = (t, e) => {
237
237
  for (var r in e || (e = {}))
238
- Rn.call(e, r) && Ye(t, r, e[r]);
238
+ Gn.call(e, r) && Ye(t, r, e[r]);
239
239
  if (He)
240
240
  for (var r of He(e))
241
- jn.call(e, r) && Ye(t, r, e[r]);
241
+ Rn.call(e, r) && Ye(t, r, e[r]);
242
242
  return t;
243
- }, Bn = (t, e) => Cn(t, Gn(e));
244
- function xr(t, e, r) {
243
+ }, Fn = (t, e) => Nn(t, Cn(e));
244
+ function Sr(t, e, r) {
245
245
  const {
246
246
  immediate: n = !0,
247
247
  delay: a = 0,
@@ -275,16 +275,16 @@ function xr(t, e, r) {
275
275
  };
276
276
  function g() {
277
277
  return new Promise((_, x) => {
278
- Mn(u).toBe(!1).then(() => _(h)).catch(x);
278
+ kn(u).toBe(!1).then(() => _(h)).catch(x);
279
279
  });
280
280
  }
281
- return Bn(Fn({}, h), {
281
+ return Fn(jn({}, h), {
282
282
  then(_, x) {
283
283
  return g().then(_, x);
284
284
  }
285
285
  });
286
286
  }
287
- function Vn({ document: t = In } = {}) {
287
+ function Bn({ document: t = En } = {}) {
288
288
  if (!t)
289
289
  return H("visible");
290
290
  const e = H(t.visibilityState);
@@ -292,25 +292,25 @@ function Vn({ document: t = In } = {}) {
292
292
  e.value = t.visibilityState;
293
293
  }), e;
294
294
  }
295
- var Hn = Object.defineProperty, Ue = Object.getOwnPropertySymbols, Yn = Object.prototype.hasOwnProperty, Un = Object.prototype.propertyIsEnumerable, We = (t, e, r) => e in t ? Hn(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r, Wn = (t, e) => {
295
+ var Vn = Object.defineProperty, Ue = Object.getOwnPropertySymbols, Hn = Object.prototype.hasOwnProperty, Yn = Object.prototype.propertyIsEnumerable, We = (t, e, r) => e in t ? Vn(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r, Un = (t, e) => {
296
296
  for (var r in e || (e = {}))
297
- Yn.call(e, r) && We(t, r, e[r]);
297
+ Hn.call(e, r) && We(t, r, e[r]);
298
298
  if (Ue)
299
299
  for (var r of Ue(e))
300
- Un.call(e, r) && We(t, r, e[r]);
300
+ Yn.call(e, r) && We(t, r, e[r]);
301
301
  return t;
302
302
  };
303
- async function Kn(t) {
303
+ async function Wn(t) {
304
304
  return new Promise((e, r) => {
305
305
  const n = new Image(), { src: a, srcset: o, sizes: s, class: i, loading: l, crossorigin: c } = t;
306
306
  n.src = a, o && (n.srcset = o), s && (n.sizes = s), i && (n.className = i), l && (n.loading = l), c && (n.crossOrigin = c), n.onload = () => e(n), n.onerror = r;
307
307
  });
308
308
  }
309
- function qn(t, e = {}) {
310
- const r = xr(
311
- () => Kn(ft(t)),
309
+ function Kn(t, e = {}) {
310
+ const r = Sr(
311
+ () => Wn(ft(t)),
312
312
  void 0,
313
- Wn({
313
+ Un({
314
314
  resetOnExecute: !0
315
315
  }, e)
316
316
  );
@@ -320,11 +320,11 @@ function qn(t, e = {}) {
320
320
  { deep: !0 }
321
321
  ), r;
322
322
  }
323
- function Zn(t = [], e = {}) {
323
+ function qn(t = [], e = {}) {
324
324
  const { delay: r = 0 } = e, n = H(!1), a = q(() => {
325
325
  const i = v(t);
326
326
  return Array.isArray(i) ? i.map((l) => v(l)).some(Boolean) : i;
327
- }), { start: o, stop: s } = Dn(() => {
327
+ }), { start: o, stop: s } = Mn(() => {
328
328
  n.value = !0;
329
329
  }, r);
330
330
  return mt(
@@ -462,7 +462,7 @@ function xt(t) {
462
462
  const de = Array.isArray || function(e) {
463
463
  return e != null && e.length >= 0 && Object.prototype.toString.call(e) === "[object Array]";
464
464
  };
465
- function Xn(t) {
465
+ function Zn(t) {
466
466
  return t != null && typeof t["@@transducer/step"] == "function";
467
467
  }
468
468
  function fe(t, e, r) {
@@ -476,7 +476,7 @@ function fe(t, e, r) {
476
476
  return n[t[a]].apply(n, Array.prototype.slice.call(arguments, 0, -1));
477
477
  a += 1;
478
478
  }
479
- if (Xn(n)) {
479
+ if (Zn(n)) {
480
480
  var o = e.apply(null, Array.prototype.slice.call(arguments, 0, -1));
481
481
  return o(n);
482
482
  }
@@ -484,7 +484,7 @@ function fe(t, e, r) {
484
484
  return r.apply(this, arguments);
485
485
  };
486
486
  }
487
- function Tr(t) {
487
+ function xr(t) {
488
488
  return t && t["@@transducer/reduced"] ? t : {
489
489
  "@@transducer/value": t,
490
490
  "@@transducer/reduced": !0
@@ -511,28 +511,28 @@ function qe(t, e, r) {
511
511
  }
512
512
  return !1;
513
513
  }
514
- function Jn(t) {
514
+ function Xn(t) {
515
515
  var e = String(t).match(/^function (\w*)/);
516
516
  return e == null ? "" : e[1];
517
517
  }
518
518
  function pt(t, e) {
519
519
  return Object.prototype.hasOwnProperty.call(e, t);
520
520
  }
521
- function Qn(t, e) {
521
+ function Jn(t, e) {
522
522
  return t === e ? t !== 0 || 1 / t === 1 / e : t !== t && e !== e;
523
523
  }
524
- const ye = typeof Object.is == "function" ? Object.is : Qn;
525
- var Ze = Object.prototype.toString, Pr = /* @__PURE__ */ function() {
524
+ const ye = typeof Object.is == "function" ? Object.is : Jn;
525
+ var Ze = Object.prototype.toString, Tr = /* @__PURE__ */ function() {
526
526
  return Ze.call(arguments) === "[object Arguments]" ? function(e) {
527
527
  return Ze.call(e) === "[object Arguments]";
528
528
  } : function(e) {
529
529
  return pt("callee", e);
530
530
  };
531
- }(), to = !/* @__PURE__ */ {
531
+ }(), Qn = !/* @__PURE__ */ {
532
532
  toString: null
533
533
  }.propertyIsEnumerable("toString"), Xe = ["constructor", "valueOf", "isPrototypeOf", "toString", "propertyIsEnumerable", "hasOwnProperty", "toLocaleString"], Je = /* @__PURE__ */ function() {
534
534
  return arguments.propertyIsEnumerable("length");
535
- }(), eo = function(e, r) {
535
+ }(), to = function(e, r) {
536
536
  for (var n = 0; n < e.length; ) {
537
537
  if (e[n] === r)
538
538
  return !0;
@@ -544,12 +544,12 @@ var Ze = Object.prototype.toString, Pr = /* @__PURE__ */ function() {
544
544
  } : function(e) {
545
545
  if (Object(e) !== e)
546
546
  return [];
547
- var r, n, a = [], o = Je && Pr(e);
547
+ var r, n, a = [], o = Je && Tr(e);
548
548
  for (r in e)
549
549
  pt(r, e) && (!o || r !== "length") && (a[a.length] = r);
550
- if (to)
550
+ if (Qn)
551
551
  for (n = Xe.length - 1; n >= 0; )
552
- r = Xe[n], pt(r, e) && !eo(a, r) && (a[a.length] = r), n -= 1;
552
+ r = Xe[n], pt(r, e) && !to(a, r) && (a[a.length] = r), n -= 1;
553
553
  return a;
554
554
  }), xe = /* @__PURE__ */ Z(function(e) {
555
555
  return e === null ? "Null" : e === void 0 ? "Undefined" : Object.prototype.toString.call(e).slice(8, -1);
@@ -577,7 +577,7 @@ function Ie(t, e, r, n) {
577
577
  case "Arguments":
578
578
  case "Array":
579
579
  case "Object":
580
- if (typeof t.constructor == "function" && Jn(t.constructor) === "Promise")
580
+ if (typeof t.constructor == "function" && Xn(t.constructor) === "Promise")
581
581
  return t === e;
582
582
  break;
583
583
  case "Boolean":
@@ -645,7 +645,7 @@ function Ie(t, e, r, n) {
645
645
  var ee = /* @__PURE__ */ Y(function(e, r) {
646
646
  return Ie(e, r, [], []);
647
647
  });
648
- function ro(t, e, r) {
648
+ function eo(t, e, r) {
649
649
  var n, a;
650
650
  if (typeof t.indexOf == "function")
651
651
  switch (typeof e) {
@@ -682,8 +682,8 @@ function ro(t, e, r) {
682
682
  }
683
683
  return -1;
684
684
  }
685
- function Or(t, e) {
686
- return ro(e, t, 0) >= 0;
685
+ function Pr(t, e) {
686
+ return eo(e, t, 0) >= 0;
687
687
  }
688
688
  function te(t, e) {
689
689
  for (var r = 0, n = e.length, a = Array(n); r < n; )
@@ -696,22 +696,22 @@ function ve(t) {
696
696
  }
697
697
  var Bt = function(e) {
698
698
  return (e < 10 ? "0" : "") + e;
699
- }, no = typeof Date.prototype.toISOString == "function" ? function(e) {
699
+ }, ro = typeof Date.prototype.toISOString == "function" ? function(e) {
700
700
  return e.toISOString();
701
701
  } : function(e) {
702
702
  return e.getUTCFullYear() + "-" + Bt(e.getUTCMonth() + 1) + "-" + Bt(e.getUTCDate()) + "T" + Bt(e.getUTCHours()) + ":" + Bt(e.getUTCMinutes()) + ":" + Bt(e.getUTCSeconds()) + "." + (e.getUTCMilliseconds() / 1e3).toFixed(3).slice(2, 5) + "Z";
703
703
  };
704
- function oo(t) {
704
+ function no(t) {
705
705
  return function() {
706
706
  return !t.apply(this, arguments);
707
707
  };
708
708
  }
709
- function Ar(t, e, r) {
709
+ function Or(t, e, r) {
710
710
  for (var n = 0, a = r.length; n < a; )
711
711
  e = t(e, r[n]), n += 1;
712
712
  return e;
713
713
  }
714
- function ao(t, e) {
714
+ function oo(t, e) {
715
715
  for (var r = 0, n = e.length, a = []; r < n; )
716
716
  t(e[r]) && (a[a.length] = e[r]), r += 1;
717
717
  return a;
@@ -719,7 +719,7 @@ function ao(t, e) {
719
719
  function re(t) {
720
720
  return Object.prototype.toString.call(t) === "[object Object]";
721
721
  }
722
- var so = /* @__PURE__ */ function() {
722
+ var ao = /* @__PURE__ */ function() {
723
723
  function t(e, r) {
724
724
  this.xf = r, this.f = e;
725
725
  }
@@ -727,27 +727,27 @@ var so = /* @__PURE__ */ function() {
727
727
  return this.f(r) ? this.xf["@@transducer/step"](e, r) : e;
728
728
  }, t;
729
729
  }();
730
- function io(t) {
730
+ function so(t) {
731
731
  return function(e) {
732
- return new so(t, e);
732
+ return new ao(t, e);
733
733
  };
734
734
  }
735
- var kr = /* @__PURE__ */ Y(
736
- /* @__PURE__ */ fe(["fantasy-land/filter", "filter"], io, function(t, e) {
737
- return re(e) ? Ar(function(r, n) {
735
+ var Ar = /* @__PURE__ */ Y(
736
+ /* @__PURE__ */ fe(["fantasy-land/filter", "filter"], so, function(t, e) {
737
+ return re(e) ? Or(function(r, n) {
738
738
  return t(e[n]) && (r[n] = e[n]), r;
739
739
  }, {}, At(e)) : (
740
740
  // else
741
- ao(t, e)
741
+ oo(t, e)
742
742
  );
743
743
  })
744
- ), lo = /* @__PURE__ */ Y(function(e, r) {
745
- return kr(oo(e), r);
744
+ ), io = /* @__PURE__ */ Y(function(e, r) {
745
+ return Ar(no(e), r);
746
746
  });
747
- function Mr(t, e) {
747
+ function kr(t, e) {
748
748
  var r = function(s) {
749
749
  var i = e.concat([t]);
750
- return Or(s, i) ? "<Circular>" : Mr(s, i);
750
+ return Pr(s, i) ? "<Circular>" : kr(s, i);
751
751
  }, n = function(o, s) {
752
752
  return te(function(i) {
753
753
  return ve(i) + ": " + r(o[i]);
@@ -757,13 +757,13 @@ function Mr(t, e) {
757
757
  case "[object Arguments]":
758
758
  return "(function() { return arguments; }(" + te(r, t).join(", ") + "))";
759
759
  case "[object Array]":
760
- return "[" + te(r, t).concat(n(t, lo(function(o) {
760
+ return "[" + te(r, t).concat(n(t, io(function(o) {
761
761
  return /^\d+$/.test(o);
762
762
  }, At(t)))).join(", ") + "]";
763
763
  case "[object Boolean]":
764
764
  return typeof t == "object" ? "new Boolean(" + r(t.valueOf()) + ")" : t.toString();
765
765
  case "[object Date]":
766
- return "new Date(" + (isNaN(t.valueOf()) ? r(NaN) : ve(no(t))) + ")";
766
+ return "new Date(" + (isNaN(t.valueOf()) ? r(NaN) : ve(ro(t))) + ")";
767
767
  case "[object Map]":
768
768
  return "new Map(" + r(Array.from(t)) + ")";
769
769
  case "[object Null]":
@@ -786,8 +786,8 @@ function Mr(t, e) {
786
786
  }
787
787
  }
788
788
  var Te = /* @__PURE__ */ Z(function(e) {
789
- return Mr(e, []);
790
- }), co = /* @__PURE__ */ Y(function(e, r) {
789
+ return kr(e, []);
790
+ }), lo = /* @__PURE__ */ Y(function(e, r) {
791
791
  if (e === r)
792
792
  return r;
793
793
  function n(l, c) {
@@ -802,26 +802,26 @@ var Te = /* @__PURE__ */ Z(function(e) {
802
802
  return o === typeof e ? e : r;
803
803
  var s = Te(e), i = n(s, Te(r));
804
804
  return i !== void 0 && i === s ? e : r;
805
- }), uo = /* @__PURE__ */ function() {
805
+ }), co = /* @__PURE__ */ function() {
806
806
  function t(e, r) {
807
807
  this.xf = r, this.f = e;
808
808
  }
809
809
  return t.prototype["@@transducer/init"] = Ct.init, t.prototype["@@transducer/result"] = Ct.result, t.prototype["@@transducer/step"] = function(e, r) {
810
810
  return this.xf["@@transducer/step"](e, this.f(r));
811
811
  }, t;
812
- }(), fo = function(e) {
812
+ }(), uo = function(e) {
813
813
  return function(r) {
814
- return new uo(e, r);
814
+ return new co(e, r);
815
815
  };
816
- }, po = /* @__PURE__ */ Y(
817
- /* @__PURE__ */ fe(["fantasy-land/map", "map"], fo, function(e, r) {
816
+ }, fo = /* @__PURE__ */ Y(
817
+ /* @__PURE__ */ fe(["fantasy-land/map", "map"], uo, function(e, r) {
818
818
  switch (Object.prototype.toString.call(r)) {
819
819
  case "[object Function]":
820
820
  return ue(r.length, function() {
821
821
  return e.call(this, r.apply(this, arguments));
822
822
  });
823
823
  case "[object Object]":
824
- return Ar(function(n, a) {
824
+ return Or(function(n, a) {
825
825
  return n[a] = e(r[a]), n;
826
826
  }, {}, At(r));
827
827
  default:
@@ -829,28 +829,28 @@ var Te = /* @__PURE__ */ Z(function(e) {
829
829
  }
830
830
  })
831
831
  );
832
- const kt = po, Dr = Number.isInteger || function(e) {
832
+ const kt = fo, Mr = Number.isInteger || function(e) {
833
833
  return e << 0 === e;
834
834
  };
835
835
  function pe(t) {
836
836
  return Object.prototype.toString.call(t) === "[object String]";
837
837
  }
838
- var Lr = /* @__PURE__ */ Y(function(e, r) {
838
+ var Dr = /* @__PURE__ */ Y(function(e, r) {
839
839
  var n = e < 0 ? r.length + e : e;
840
840
  return pe(r) ? r.charAt(n) : r[n];
841
- }), mo = /* @__PURE__ */ Y(function(e, r) {
841
+ }), po = /* @__PURE__ */ Y(function(e, r) {
842
842
  if (r != null)
843
- return Dr(e) ? Lr(e, r) : r[e];
843
+ return Mr(e) ? Dr(e, r) : r[e];
844
844
  });
845
- const Gt = mo;
846
- var ho = /* @__PURE__ */ Y(function(e, r) {
845
+ const Gt = po;
846
+ var mo = /* @__PURE__ */ Y(function(e, r) {
847
847
  return kt(Gt(e), r);
848
- }), go = /* @__PURE__ */ Z(function(e) {
848
+ }), ho = /* @__PURE__ */ Z(function(e) {
849
849
  return de(e) ? !0 : !e || typeof e != "object" || pe(e) ? !1 : e.length === 0 ? !0 : e.length > 0 ? e.hasOwnProperty(0) && e.hasOwnProperty(e.length - 1) : !1;
850
850
  }), tr = typeof Symbol < "u" ? Symbol.iterator : "@@iterator";
851
- function yo(t, e, r) {
851
+ function go(t, e, r) {
852
852
  return function(a, o, s) {
853
- if (go(s))
853
+ if (ho(s))
854
854
  return t(a, o, s);
855
855
  if (s == null)
856
856
  return o;
@@ -865,7 +865,7 @@ function yo(t, e, r) {
865
865
  throw new TypeError("reduce: list must be array or iterable");
866
866
  };
867
867
  }
868
- function vo(t, e, r) {
868
+ function yo(t, e, r) {
869
869
  for (var n = 0, a = r.length; n < a; ) {
870
870
  if (e = t["@@transducer/step"](e, r[n]), e && e["@@transducer/reduced"]) {
871
871
  e = e["@@transducer/value"];
@@ -875,12 +875,12 @@ function vo(t, e, r) {
875
875
  }
876
876
  return t["@@transducer/result"](e);
877
877
  }
878
- var bo = /* @__PURE__ */ Y(function(e, r) {
878
+ var vo = /* @__PURE__ */ Y(function(e, r) {
879
879
  return ce(e.length, function() {
880
880
  return e.apply(r, arguments);
881
881
  });
882
882
  });
883
- function wo(t, e, r) {
883
+ function bo(t, e, r) {
884
884
  for (var n = r.next(); !n.done; ) {
885
885
  if (e = t["@@transducer/step"](e, n.value), e && e["@@transducer/reduced"]) {
886
886
  e = e["@@transducer/value"];
@@ -890,10 +890,10 @@ function wo(t, e, r) {
890
890
  }
891
891
  return t["@@transducer/result"](e);
892
892
  }
893
- function $o(t, e, r, n) {
894
- return t["@@transducer/result"](r[n](bo(t["@@transducer/step"], t), e));
893
+ function wo(t, e, r, n) {
894
+ return t["@@transducer/result"](r[n](vo(t["@@transducer/step"], t), e));
895
895
  }
896
- var Er = /* @__PURE__ */ yo(vo, $o, wo), _o = /* @__PURE__ */ function() {
896
+ var Lr = /* @__PURE__ */ go(yo, wo, bo), $o = /* @__PURE__ */ function() {
897
897
  function t(e) {
898
898
  this.f = e;
899
899
  }
@@ -905,21 +905,21 @@ var Er = /* @__PURE__ */ yo(vo, $o, wo), _o = /* @__PURE__ */ function() {
905
905
  return this.f(e, r);
906
906
  }, t;
907
907
  }();
908
- function Ir(t) {
909
- return new _o(t);
908
+ function Er(t) {
909
+ return new $o(t);
910
910
  }
911
- var So = /* @__PURE__ */ xt(function(t, e, r) {
912
- return Er(typeof t == "function" ? Ir(t) : t, e, r);
911
+ var _o = /* @__PURE__ */ xt(function(t, e, r) {
912
+ return Lr(typeof t == "function" ? Er(t) : t, e, r);
913
913
  });
914
- const zr = So;
915
- var xo = /* @__PURE__ */ Z(function(e) {
914
+ const Ir = _o;
915
+ var So = /* @__PURE__ */ Z(function(e) {
916
916
  return function() {
917
917
  return e;
918
918
  };
919
919
  });
920
- const er = xo;
921
- var To = /* @__PURE__ */ Z(function(e) {
922
- return ue(zr(co, 0, ho("length", e)), function() {
920
+ const er = So;
921
+ var xo = /* @__PURE__ */ Z(function(e) {
922
+ return ue(Ir(lo, 0, mo("length", e)), function() {
923
923
  for (var r = 0, n = e.length; r < n; ) {
924
924
  if (e[r].apply(this, arguments))
925
925
  return !0;
@@ -928,21 +928,21 @@ var To = /* @__PURE__ */ Z(function(e) {
928
928
  return !1;
929
929
  });
930
930
  });
931
- const Po = To;
932
- var Oo = /* @__PURE__ */ xt(function(e, r, n) {
931
+ const To = xo;
932
+ var Po = /* @__PURE__ */ xt(function(e, r, n) {
933
933
  var a = e(r), o = e(n);
934
934
  return a < o ? -1 : a > o ? 1 : 0;
935
935
  });
936
- const Pe = Oo;
937
- function Ao(t) {
936
+ const Pe = Po;
937
+ function Oo(t) {
938
938
  var e = Object.prototype.toString.call(t);
939
939
  return e === "[object Function]" || e === "[object AsyncFunction]" || e === "[object GeneratorFunction]" || e === "[object AsyncGeneratorFunction]";
940
940
  }
941
- function ko(t) {
941
+ function Ao(t) {
942
942
  return new RegExp(t.source, t.flags ? t.flags : (t.global ? "g" : "") + (t.ignoreCase ? "i" : "") + (t.multiline ? "m" : "") + (t.sticky ? "y" : "") + (t.unicode ? "u" : "") + (t.dotAll ? "s" : ""));
943
943
  }
944
944
  function ze(t, e, r) {
945
- if (r || (r = new Do()), Mo(t))
945
+ if (r || (r = new Mo()), ko(t))
946
946
  return t;
947
947
  var n = function(o) {
948
948
  var s = r.get(t);
@@ -961,7 +961,7 @@ function ze(t, e, r) {
961
961
  case "Date":
962
962
  return new Date(t.valueOf());
963
963
  case "RegExp":
964
- return ko(t);
964
+ return Ao(t);
965
965
  case "Int8Array":
966
966
  case "Uint8Array":
967
967
  case "Uint8ClampedArray":
@@ -978,11 +978,11 @@ function ze(t, e, r) {
978
978
  return t;
979
979
  }
980
980
  }
981
- function Mo(t) {
981
+ function ko(t) {
982
982
  var e = typeof t;
983
983
  return t == null || e != "object" && e != "function";
984
984
  }
985
- var Do = /* @__PURE__ */ function() {
985
+ var Mo = /* @__PURE__ */ function() {
986
986
  function t() {
987
987
  this.map = {}, this.length = 0;
988
988
  }
@@ -1016,7 +1016,7 @@ var Do = /* @__PURE__ */ function() {
1016
1016
  }
1017
1017
  }, t;
1018
1018
  }();
1019
- function Lo(t, e) {
1019
+ function Do(t, e) {
1020
1020
  return function() {
1021
1021
  return e.call(this, t.apply(this, arguments));
1022
1022
  };
@@ -1030,32 +1030,32 @@ function Ne(t, e) {
1030
1030
  return de(n) || typeof n[t] != "function" ? e.apply(this, arguments) : n[t].apply(n, Array.prototype.slice.call(arguments, 0, r - 1));
1031
1031
  };
1032
1032
  }
1033
- var Eo = /* @__PURE__ */ xt(
1033
+ var Lo = /* @__PURE__ */ xt(
1034
1034
  /* @__PURE__ */ Ne("slice", function(e, r, n) {
1035
1035
  return Array.prototype.slice.call(n, e, r);
1036
1036
  })
1037
- ), Io = /* @__PURE__ */ Z(
1037
+ ), Eo = /* @__PURE__ */ Z(
1038
1038
  /* @__PURE__ */ Ne(
1039
1039
  "tail",
1040
- /* @__PURE__ */ Eo(1, 1 / 0)
1040
+ /* @__PURE__ */ Lo(1, 1 / 0)
1041
1041
  )
1042
1042
  );
1043
- const zo = Io;
1043
+ const Io = Eo;
1044
1044
  function Oe() {
1045
1045
  if (arguments.length === 0)
1046
1046
  throw new Error("pipe requires at least one argument");
1047
- return ce(arguments[0].length, zr(Lo, arguments[0], zo(arguments)));
1047
+ return ce(arguments[0].length, Ir(Do, arguments[0], Io(arguments)));
1048
1048
  }
1049
- var No = /* @__PURE__ */ Z(function(e) {
1049
+ var zo = /* @__PURE__ */ Z(function(e) {
1050
1050
  return pe(e) ? e.split("").reverse().join("") : Array.prototype.slice.call(e, 0).reverse();
1051
1051
  });
1052
- const Co = No;
1053
- function Nr() {
1052
+ const No = zo;
1053
+ function zr() {
1054
1054
  if (arguments.length === 0)
1055
1055
  throw new Error("compose requires at least one argument");
1056
- return Oe.apply(this, Co(arguments));
1056
+ return Oe.apply(this, No(arguments));
1057
1057
  }
1058
- var Go = /* @__PURE__ */ function() {
1058
+ var Co = /* @__PURE__ */ function() {
1059
1059
  function t(e, r, n, a) {
1060
1060
  this.valueFn = e, this.valueAcc = r, this.keyFn = n, this.xf = a, this.inputs = {};
1061
1061
  }
@@ -1072,51 +1072,51 @@ var Go = /* @__PURE__ */ function() {
1072
1072
  return this.inputs[n] = this.inputs[n] || [n, ze(this.valueAcc, !1)], this.inputs[n][1] = this.valueFn(this.inputs[n][1], r), e;
1073
1073
  }, t;
1074
1074
  }();
1075
- function Ro(t, e, r) {
1075
+ function Go(t, e, r) {
1076
1076
  return function(n) {
1077
- return new Go(t, e, r, n);
1077
+ return new Co(t, e, r, n);
1078
1078
  };
1079
1079
  }
1080
- var jo = /* @__PURE__ */ Ee(
1080
+ var Ro = /* @__PURE__ */ Ee(
1081
1081
  4,
1082
1082
  [],
1083
- /* @__PURE__ */ fe([], Ro, function(e, r, n, a) {
1084
- var o = Ir(function(s, i) {
1083
+ /* @__PURE__ */ fe([], Go, function(e, r, n, a) {
1084
+ var o = Er(function(s, i) {
1085
1085
  var l = n(i), c = e(pt(l, s) ? s[l] : ze(r, !1), i);
1086
- return c && c["@@transducer/reduced"] ? Tr(s) : (s[l] = c, s);
1086
+ return c && c["@@transducer/reduced"] ? xr(s) : (s[l] = c, s);
1087
1087
  });
1088
- return Er(o, {}, a);
1088
+ return Lr(o, {}, a);
1089
1089
  })
1090
- ), Fo = /* @__PURE__ */ xt(function(e, r, n) {
1090
+ ), jo = /* @__PURE__ */ xt(function(e, r, n) {
1091
1091
  var a = e(r), o = e(n);
1092
1092
  return a > o ? -1 : a < o ? 1 : 0;
1093
1093
  });
1094
- const Bo = Fo;
1095
- function Vo(t) {
1094
+ const Fo = jo;
1095
+ function Bo(t) {
1096
1096
  var e = Object.prototype.toString.call(t);
1097
1097
  return e === "[object Uint8ClampedArray]" || e === "[object Int8Array]" || e === "[object Uint8Array]" || e === "[object Int16Array]" || e === "[object Uint16Array]" || e === "[object Int32Array]" || e === "[object Uint32Array]" || e === "[object Float32Array]" || e === "[object Float64Array]" || e === "[object BigInt64Array]" || e === "[object BigUint64Array]";
1098
1098
  }
1099
- var Ho = /* @__PURE__ */ Z(function(e) {
1100
- return e != null && typeof e["fantasy-land/empty"] == "function" ? e["fantasy-land/empty"]() : e != null && e.constructor != null && typeof e.constructor["fantasy-land/empty"] == "function" ? e.constructor["fantasy-land/empty"]() : e != null && typeof e.empty == "function" ? e.empty() : e != null && e.constructor != null && typeof e.constructor.empty == "function" ? e.constructor.empty() : de(e) ? [] : pe(e) ? "" : re(e) ? {} : Pr(e) ? function() {
1099
+ var Vo = /* @__PURE__ */ Z(function(e) {
1100
+ return e != null && typeof e["fantasy-land/empty"] == "function" ? e["fantasy-land/empty"]() : e != null && e.constructor != null && typeof e.constructor["fantasy-land/empty"] == "function" ? e.constructor["fantasy-land/empty"]() : e != null && typeof e.empty == "function" ? e.empty() : e != null && e.constructor != null && typeof e.constructor.empty == "function" ? e.constructor.empty() : de(e) ? [] : pe(e) ? "" : re(e) ? {} : Tr(e) ? function() {
1101
1101
  return arguments;
1102
- }() : Vo(e) ? e.constructor.from("") : void 0;
1103
- }), Yo = /* @__PURE__ */ function() {
1102
+ }() : Bo(e) ? e.constructor.from("") : void 0;
1103
+ }), Ho = /* @__PURE__ */ function() {
1104
1104
  function t(e, r) {
1105
1105
  this.xf = r, this.f = e, this.idx = -1, this.found = !1;
1106
1106
  }
1107
1107
  return t.prototype["@@transducer/init"] = Ct.init, t.prototype["@@transducer/result"] = function(e) {
1108
1108
  return this.found || (e = this.xf["@@transducer/step"](e, -1)), this.xf["@@transducer/result"](e);
1109
1109
  }, t.prototype["@@transducer/step"] = function(e, r) {
1110
- return this.idx += 1, this.f(r) && (this.found = !0, e = Tr(this.xf["@@transducer/step"](e, this.idx))), e;
1110
+ return this.idx += 1, this.f(r) && (this.found = !0, e = xr(this.xf["@@transducer/step"](e, this.idx))), e;
1111
1111
  }, t;
1112
1112
  }();
1113
- function Uo(t) {
1113
+ function Yo(t) {
1114
1114
  return function(e) {
1115
- return new Yo(t, e);
1115
+ return new Ho(t, e);
1116
1116
  };
1117
1117
  }
1118
- var Wo = /* @__PURE__ */ Y(
1119
- /* @__PURE__ */ fe([], Uo, function(e, r) {
1118
+ var Uo = /* @__PURE__ */ Y(
1119
+ /* @__PURE__ */ fe([], Yo, function(e, r) {
1120
1120
  for (var n = 0, a = r.length; n < a; ) {
1121
1121
  if (e(r[n]))
1122
1122
  return n;
@@ -1125,51 +1125,51 @@ var Wo = /* @__PURE__ */ Y(
1125
1125
  return -1;
1126
1126
  })
1127
1127
  );
1128
- const Ko = Wo;
1129
- var qo = /* @__PURE__ */ Y(
1128
+ const Wo = Uo;
1129
+ var Ko = /* @__PURE__ */ Y(
1130
1130
  /* @__PURE__ */ Ne(
1131
1131
  "groupBy",
1132
- /* @__PURE__ */ jo(function(t, e) {
1132
+ /* @__PURE__ */ Ro(function(t, e) {
1133
1133
  return t.push(e), t;
1134
1134
  }, [])
1135
1135
  )
1136
1136
  );
1137
- const Zo = qo;
1138
- var Xo = /* @__PURE__ */ xt(function(e, r, n) {
1137
+ const qo = Ko;
1138
+ var Zo = /* @__PURE__ */ xt(function(e, r, n) {
1139
1139
  return ue(Math.max(e.length, r.length, n.length), function() {
1140
1140
  return e.apply(this, arguments) ? r.apply(this, arguments) : n.apply(this, arguments);
1141
1141
  });
1142
1142
  });
1143
- const Jo = Xo;
1144
- var Qo = /* @__PURE__ */ Y(Or);
1145
- const ta = Qo;
1146
- var ea = /* @__PURE__ */ Y(function(e, r) {
1143
+ const Xo = Zo;
1144
+ var Jo = /* @__PURE__ */ Y(Pr);
1145
+ const Qo = Jo;
1146
+ var ta = /* @__PURE__ */ Y(function(e, r) {
1147
1147
  return ue(e + 1, function() {
1148
1148
  var n = arguments[e];
1149
- if (n != null && Ao(n[r]))
1149
+ if (n != null && Oo(n[r]))
1150
1150
  return n[r].apply(n, Array.prototype.slice.call(arguments, 0, e));
1151
1151
  throw new TypeError(Te(n) + ' does not have a method named "' + r + '"');
1152
1152
  });
1153
1153
  });
1154
- const Cr = ea;
1155
- var ra = /* @__PURE__ */ Z(function(e) {
1156
- return e != null && ee(e, Ho(e));
1154
+ const Nr = ta;
1155
+ var ea = /* @__PURE__ */ Z(function(e) {
1156
+ return e != null && ee(e, Vo(e));
1157
1157
  });
1158
- const na = ra;
1159
- var oa = /* @__PURE__ */ Y(function(e, r) {
1158
+ const ra = ea;
1159
+ var na = /* @__PURE__ */ Y(function(e, r) {
1160
1160
  return e.map(function(n) {
1161
1161
  for (var a = r, o = 0, s; o < n.length; ) {
1162
1162
  if (a == null)
1163
1163
  return;
1164
- s = n[o], a = Dr(s) ? Lr(s, a) : a[s], o += 1;
1164
+ s = n[o], a = Mr(s) ? Dr(s, a) : a[s], o += 1;
1165
1165
  }
1166
1166
  return a;
1167
1167
  });
1168
- }), aa = /* @__PURE__ */ Y(function(e, r) {
1169
- return oa([e], r)[0];
1168
+ }), oa = /* @__PURE__ */ Y(function(e, r) {
1169
+ return na([e], r)[0];
1170
1170
  });
1171
- const Gr = aa;
1172
- var sa = /* @__PURE__ */ xt(function(e, r, n) {
1171
+ const Cr = oa;
1172
+ var aa = /* @__PURE__ */ xt(function(e, r, n) {
1173
1173
  var a = {}, o;
1174
1174
  r = r || {}, n = n || {};
1175
1175
  for (o in r)
@@ -1177,58 +1177,58 @@ var sa = /* @__PURE__ */ xt(function(e, r, n) {
1177
1177
  for (o in n)
1178
1178
  pt(o, n) && !pt(o, a) && (a[o] = n[o]);
1179
1179
  return a;
1180
- }), ia = /* @__PURE__ */ xt(function t(e, r, n) {
1181
- return sa(function(a, o, s) {
1180
+ }), sa = /* @__PURE__ */ xt(function t(e, r, n) {
1181
+ return aa(function(a, o, s) {
1182
1182
  return re(o) && re(s) ? t(e, o, s) : e(a, o, s);
1183
1183
  }, r, n);
1184
- }), la = /* @__PURE__ */ Y(function(e, r) {
1185
- return ia(function(n, a, o) {
1184
+ }), ia = /* @__PURE__ */ Y(function(e, r) {
1185
+ return sa(function(n, a, o) {
1186
1186
  return o;
1187
1187
  }, e, r);
1188
1188
  });
1189
- const ca = la;
1190
- var ua = /* @__PURE__ */ Y(function(e, r) {
1189
+ const la = ia;
1190
+ var ca = /* @__PURE__ */ Y(function(e, r) {
1191
1191
  for (var n = {}, a = {}, o = 0, s = e.length; o < s; )
1192
1192
  a[e[o]] = 1, o += 1;
1193
1193
  for (var i in r)
1194
1194
  a.hasOwnProperty(i) || (n[i] = r[i]);
1195
1195
  return n;
1196
1196
  });
1197
- const da = ua;
1198
- var fa = /* @__PURE__ */ xt(function(e, r, n) {
1197
+ const ua = ca;
1198
+ var da = /* @__PURE__ */ xt(function(e, r, n) {
1199
1199
  return e(Gt(r, n));
1200
1200
  });
1201
- const pa = fa;
1202
- var ma = /* @__PURE__ */ Y(function(e, r) {
1201
+ const fa = da;
1202
+ var pa = /* @__PURE__ */ Y(function(e, r) {
1203
1203
  return Array.prototype.slice.call(r, 0).sort(function(n, a) {
1204
1204
  for (var o = 0, s = 0; o === 0 && s < e.length; )
1205
1205
  o = e[s](n, a), s += 1;
1206
1206
  return o;
1207
1207
  });
1208
1208
  });
1209
- const Rr = ma;
1210
- var ha = /* @__PURE__ */ Cr(1, "split");
1211
- const Wt = ha;
1212
- var ga = /* @__PURE__ */ Cr(0, "toLowerCase");
1213
- const ya = ga;
1209
+ const Gr = pa;
1210
+ var ma = /* @__PURE__ */ Nr(1, "split");
1211
+ const Wt = ma;
1212
+ var ha = /* @__PURE__ */ Nr(0, "toLowerCase");
1213
+ const ga = ha;
1214
1214
  var Vt = `
1215
- \v\f\r                 \u2028\u2029\uFEFF`, va = "​", ba = typeof String.prototype.trim == "function", wa = /* @__PURE__ */ Z(!ba || /* @__PURE__ */ Vt.trim() || !/* @__PURE__ */ va.trim() ? function(e) {
1215
+ \v\f\r                 \u2028\u2029\uFEFF`, ya = "​", va = typeof String.prototype.trim == "function", ba = /* @__PURE__ */ Z(!va || /* @__PURE__ */ Vt.trim() || !/* @__PURE__ */ ya.trim() ? function(e) {
1216
1216
  var r = new RegExp("^[" + Vt + "][" + Vt + "]*"), n = new RegExp("[" + Vt + "][" + Vt + "]*$");
1217
1217
  return e.replace(r, "").replace(n, "");
1218
1218
  } : function(e) {
1219
1219
  return e.trim();
1220
1220
  });
1221
- const ne = wa, jr = Symbol("I18nContext"), rt = vr({
1221
+ const ne = ba, Rr = Symbol("I18nContext"), rt = yr({
1222
1222
  messages: {},
1223
1223
  locale: "",
1224
1224
  fallbackLocale: ""
1225
- }), $a = ({ messages: t = {}, locale: e = "", fallbackLocale: r = "" }) => {
1225
+ }), wa = ({ messages: t = {}, locale: e = "", fallbackLocale: r = "" }) => {
1226
1226
  rt.messages = t, rt.locale = e, rt.fallbackLocale = r;
1227
1227
  const n = (l, c = {}) => {
1228
- const p = !na(c), f = kt(ne, Wt(".", l));
1228
+ const p = !ra(c), f = kt(ne, Wt(".", l));
1229
1229
  return q(() => {
1230
- const d = Fr(f);
1231
- return p ? Sa(d, c) : d;
1230
+ const d = jr(f);
1231
+ return p ? _a(d, c) : d;
1232
1232
  }).value;
1233
1233
  }, a = (l) => {
1234
1234
  const c = kt(ne, Wt(".", l));
@@ -1248,35 +1248,35 @@ const ne = wa, jr = Symbol("I18nContext"), rt = vr({
1248
1248
  translate: n,
1249
1249
  hasTranlation: a
1250
1250
  };
1251
- return wr(jr, i), {
1251
+ return br(Rr, i), {
1252
1252
  translate: n
1253
1253
  };
1254
1254
  }, Dt = (t) => {
1255
1255
  t && (rt.messages = t.messages, rt.locale = t.locale, rt.fallbackLocale = t.fallbackLocale);
1256
- const e = _a();
1256
+ const e = $a();
1257
1257
  return {
1258
1258
  locale: e.locale,
1259
1259
  t: e.translate,
1260
1260
  setLocale: e.setLocale,
1261
1261
  hasTranlation: e.hasTranlation
1262
1262
  };
1263
- }, _a = () => {
1264
- const t = $r(jr, null);
1263
+ }, $a = () => {
1264
+ const t = wr(Rr, null);
1265
1265
  if (t === null)
1266
1266
  throw new Error("Privider is missing a parent component.");
1267
1267
  return t;
1268
- }, Fr = (t = []) => {
1268
+ }, jr = (t = []) => {
1269
1269
  let e = Ae(rt.locale, t, rt.messages);
1270
1270
  return !e && rt.fallbackLocale && (e = Ae(rt.fallbackLocale, t, rt.messages)), e || t.join(".");
1271
1271
  };
1272
1272
  function Ae(t, e, r) {
1273
- return Gr([t, ...e], r);
1273
+ return Cr([t, ...e], r);
1274
1274
  }
1275
- const Sa = function(t, e) {
1275
+ const _a = function(t, e) {
1276
1276
  return t.replace(/\{(\w+)\}/g, function(r, n) {
1277
1277
  return e[n];
1278
1278
  });
1279
- }, xa = br({
1279
+ }, Sa = vr({
1280
1280
  props: {
1281
1281
  tag: {
1282
1282
  type: String,
@@ -1288,13 +1288,13 @@ const Sa = function(t, e) {
1288
1288
  }
1289
1289
  },
1290
1290
  setup(t, { slots: e }) {
1291
- const r = kt(ne, Wt(".", t.path)), n = Fr(r), a = Wt(/{|}/, n), o = Object.keys(e).map((s) => {
1291
+ const r = kt(ne, Wt(".", t.path)), n = jr(r), a = Wt(/{|}/, n), o = Object.keys(e).map((s) => {
1292
1292
  const i = a.indexOf(s);
1293
1293
  return i > -1 && (a[i] = e[s]()[0]), a;
1294
1294
  });
1295
- return () => Sn(t.tag, o);
1295
+ return () => _n(t.tag, o);
1296
1296
  }
1297
- }), Ta = "https://api.icehockey.hu/vbr", Pa = "https://www.jegkorongszovetseg.hu/event/game/", Oa = "https://jegkorongszovetseg.hu/assets/images/player_blank.png", Aa = "https://www.ersteliga.hu/stats/player/", ka = "https://www.ersteliga.hu/stats/team/", wt = "original", y = "descend", j = "ascend", Ma = (/* @__PURE__ */ new Map()).set("hu", "hu-hu").set("en", "hu-gb"), Da = (/* @__PURE__ */ new Map()).set("Europe/Budapest", { countryLabelKey: "hungary", timezone: "Europe/Budapest" }).set("Europe/Bucharest", { countryLabelKey: "romania", timezone: "Europe/Bucharest" }), Wl = 1e3 * 60 * 5, La = 1e3, Ea = {
1297
+ }), xa = "https://api.icehockey.hu/vbr", Ta = "https://www.jegkorongszovetseg.hu/event/game/", Pa = "https://jegkorongszovetseg.hu/assets/images/player_blank.png", Oa = "https://www.ersteliga.hu/stats/player/", Aa = "https://www.ersteliga.hu/stats/team/", wt = "original", y = "descend", j = "ascend", ka = (/* @__PURE__ */ new Map()).set("hu", "hu-hu").set("en", "hu-gb"), Ma = (/* @__PURE__ */ new Map()).set("Europe/Budapest", { countryLabelKey: "hungary", timezone: "Europe/Budapest" }).set("Europe/Bucharest", { countryLabelKey: "romania", timezone: "Europe/Bucharest" }), Ul = 1e3 * 60 * 5, Da = 1e3, La = {
1298
1298
  "aria-hidden": "true",
1299
1299
  focusable: "false",
1300
1300
  "data-prefix": "fas",
@@ -1303,16 +1303,16 @@ const Sa = function(t, e) {
1303
1303
  role: "img",
1304
1304
  xmlns: "http://www.w3.org/2000/svg",
1305
1305
  viewBox: "0 0 320 512"
1306
- }, Ia = /* @__PURE__ */ P("path", {
1306
+ }, Ea = /* @__PURE__ */ P("path", {
1307
1307
  fill: "currentColor",
1308
1308
  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-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z"
1309
- }, null, -1), za = [
1310
- Ia
1309
+ }, null, -1), Ia = [
1310
+ Ea
1311
1311
  ];
1312
- function Na(t, e) {
1313
- return S(), O("svg", Ea, za);
1312
+ function za(t, e) {
1313
+ return S(), O("svg", La, Ia);
1314
1314
  }
1315
- const rr = { render: Na }, Ca = {
1315
+ const rr = { render: za }, Na = {
1316
1316
  "aria-hidden": "true",
1317
1317
  focusable: "false",
1318
1318
  "data-prefix": "fas",
@@ -1321,16 +1321,16 @@ const rr = { render: Na }, Ca = {
1321
1321
  role: "img",
1322
1322
  xmlns: "http://www.w3.org/2000/svg",
1323
1323
  viewBox: "0 0 320 512"
1324
- }, Ga = /* @__PURE__ */ P("path", {
1324
+ }, Ca = /* @__PURE__ */ P("path", {
1325
1325
  fill: "currentColor",
1326
1326
  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"
1327
- }, null, -1), Ra = [
1328
- Ga
1327
+ }, null, -1), Ga = [
1328
+ Ca
1329
1329
  ];
1330
- function ja(t, e) {
1331
- return S(), O("svg", Ca, Ra);
1330
+ function Ra(t, e) {
1331
+ return S(), O("svg", Na, Ga);
1332
1332
  }
1333
- const Fa = { render: ja }, Ba = {
1333
+ const ja = { render: Ra }, Fa = {
1334
1334
  "aria-hidden": "true",
1335
1335
  focusable: "false",
1336
1336
  "data-prefix": "fas",
@@ -1339,16 +1339,16 @@ const Fa = { render: ja }, Ba = {
1339
1339
  role: "img",
1340
1340
  xmlns: "http://www.w3.org/2000/svg",
1341
1341
  viewBox: "0 0 320 512"
1342
- }, Va = /* @__PURE__ */ P("path", {
1342
+ }, Ba = /* @__PURE__ */ P("path", {
1343
1343
  fill: "currentColor",
1344
1344
  d: "M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z"
1345
- }, null, -1), Ha = [
1346
- Va
1345
+ }, null, -1), Va = [
1346
+ Ba
1347
1347
  ];
1348
- function Ya(t, e) {
1349
- return S(), O("svg", Ba, Ha);
1348
+ function Ha(t, e) {
1349
+ return S(), O("svg", Fa, Va);
1350
1350
  }
1351
- const Ua = { render: Ya };
1351
+ const Ya = { render: Ha };
1352
1352
  function qt(t) {
1353
1353
  return t.split("-")[1];
1354
1354
  }
@@ -1390,7 +1390,7 @@ function nr(t, e, r) {
1390
1390
  }
1391
1391
  return f;
1392
1392
  }
1393
- const Wa = async (t, e, r) => {
1393
+ const Ua = async (t, e, r) => {
1394
1394
  const { placement: n = "bottom", strategy: a = "absolute", middleware: o = [], platform: s } = r, i = o.filter(Boolean), l = await (s.isRTL == null ? void 0 : s.isRTL(e));
1395
1395
  let c = await s.getElementRects({ reference: t, floating: e, strategy: a }), { x: p, y: f } = nr(c, n, l), u = n, d = {}, m = 0;
1396
1396
  for (let h = 0; h < i.length; h++) {
@@ -1399,7 +1399,7 @@ const Wa = async (t, e, r) => {
1399
1399
  }
1400
1400
  return { x: p, y: f, placement: u, strategy: a, middlewareData: d };
1401
1401
  };
1402
- function Br(t) {
1402
+ function Fr(t) {
1403
1403
  return typeof t != "number" ? function(e) {
1404
1404
  return { top: 0, right: 0, bottom: 0, left: 0, ...e };
1405
1405
  }(t) : { top: t, right: t, bottom: t, left: t };
@@ -1407,42 +1407,42 @@ function Br(t) {
1407
1407
  function oe(t) {
1408
1408
  return { ...t, top: t.y, left: t.x, right: t.x + t.width, bottom: t.y + t.height };
1409
1409
  }
1410
- async function Vr(t, e) {
1410
+ async function Br(t, e) {
1411
1411
  var r;
1412
1412
  e === void 0 && (e = {});
1413
- const { x: n, y: a, platform: o, rects: s, elements: i, strategy: l } = t, { boundary: c = "clippingAncestors", rootBoundary: p = "viewport", elementContext: f = "floating", altBoundary: u = !1, padding: d = 0 } = e, m = Br(d), h = i[u ? f === "floating" ? "reference" : "floating" : f], g = oe(await o.getClippingRect({ element: (r = await (o.isElement == null ? void 0 : o.isElement(h))) == null || r ? h : h.contextElement || await (o.getDocumentElement == null ? void 0 : o.getDocumentElement(i.floating)), boundary: c, rootBoundary: p, strategy: l })), _ = f === "floating" ? { ...s.floating, x: n, y: a } : s.reference, x = await (o.getOffsetParent == null ? void 0 : o.getOffsetParent(i.floating)), k = await (o.isElement == null ? void 0 : o.isElement(x)) && await (o.getScale == null ? void 0 : o.getScale(x)) || { x: 1, y: 1 }, E = oe(o.convertOffsetParentRelativeRectToViewportRelativeRect ? await o.convertOffsetParentRelativeRectToViewportRelativeRect({ rect: _, offsetParent: x, strategy: l }) : _);
1413
+ const { x: n, y: a, platform: o, rects: s, elements: i, strategy: l } = t, { boundary: c = "clippingAncestors", rootBoundary: p = "viewport", elementContext: f = "floating", altBoundary: u = !1, padding: d = 0 } = e, m = Fr(d), h = i[u ? f === "floating" ? "reference" : "floating" : f], g = oe(await o.getClippingRect({ element: (r = await (o.isElement == null ? void 0 : o.isElement(h))) == null || r ? h : h.contextElement || await (o.getDocumentElement == null ? void 0 : o.getDocumentElement(i.floating)), boundary: c, rootBoundary: p, strategy: l })), _ = f === "floating" ? { ...s.floating, x: n, y: a } : s.reference, x = await (o.getOffsetParent == null ? void 0 : o.getOffsetParent(i.floating)), k = await (o.isElement == null ? void 0 : o.isElement(x)) && await (o.getScale == null ? void 0 : o.getScale(x)) || { x: 1, y: 1 }, E = oe(o.convertOffsetParentRelativeRectToViewportRelativeRect ? await o.convertOffsetParentRelativeRectToViewportRelativeRect({ rect: _, offsetParent: x, strategy: l }) : _);
1414
1414
  return { top: (g.top - E.top + m.top) / k.y, bottom: (E.bottom - g.bottom + m.bottom) / k.y, left: (g.left - E.left + m.left) / k.x, right: (E.right - g.right + m.right) / k.x };
1415
1415
  }
1416
- const Ka = Math.min, qa = Math.max;
1416
+ const Wa = Math.min, Ka = Math.max;
1417
1417
  function ke(t, e, r) {
1418
- return qa(t, Ka(e, r));
1418
+ return Ka(t, Wa(e, r));
1419
1419
  }
1420
1420
  const or = (t) => ({ name: "arrow", options: t, async fn(e) {
1421
1421
  const { element: r, padding: n = 0 } = t || {}, { x: a, y: o, placement: s, rects: i, platform: l, elements: c } = e;
1422
1422
  if (r == null)
1423
1423
  return {};
1424
- const p = Br(n), f = { x: a, y: o }, u = Zt(s), d = Ce(u), m = await l.getDimensions(r), h = u === "y", g = h ? "top" : "left", _ = h ? "bottom" : "right", x = h ? "clientHeight" : "clientWidth", k = i.reference[d] + i.reference[u] - f[u] - i.floating[d], E = f[u] - i.reference[u], I = await (l.getOffsetParent == null ? void 0 : l.getOffsetParent(r));
1424
+ const p = Fr(n), f = { x: a, y: o }, u = Zt(s), d = Ce(u), m = await l.getDimensions(r), h = u === "y", g = h ? "top" : "left", _ = h ? "bottom" : "right", x = h ? "clientHeight" : "clientWidth", k = i.reference[d] + i.reference[u] - f[u] - i.floating[d], E = f[u] - i.reference[u], I = await (l.getOffsetParent == null ? void 0 : l.getOffsetParent(r));
1425
1425
  let R = I ? I[x] : 0;
1426
1426
  R && await (l.isElement == null ? void 0 : l.isElement(I)) || (R = c.floating[x] || i.floating[d]);
1427
1427
  const B = k / 2 - E / 2, K = p[g], N = R - m[d] - p[_], D = R / 2 - m[d] / 2 + B, F = ke(K, D, N), Q = qt(s) != null && D != F && i.reference[d] / 2 - (D < K ? p[g] : p[_]) - m[d] / 2 < 0;
1428
1428
  return { [u]: f[u] - (Q ? D < K ? K - D : N - D : 0), data: { [u]: F, centerOffset: D - F } };
1429
- } }), Za = ["top", "right", "bottom", "left"];
1430
- Za.reduce((t, e) => t.concat(e, e + "-start", e + "-end"), []);
1431
- const Xa = { left: "right", right: "left", bottom: "top", top: "bottom" };
1429
+ } }), qa = ["top", "right", "bottom", "left"];
1430
+ qa.reduce((t, e) => t.concat(e, e + "-start", e + "-end"), []);
1431
+ const Za = { left: "right", right: "left", bottom: "top", top: "bottom" };
1432
1432
  function ae(t) {
1433
- return t.replace(/left|right|bottom|top/g, (e) => Xa[e]);
1433
+ return t.replace(/left|right|bottom|top/g, (e) => Za[e]);
1434
1434
  }
1435
- function Ja(t, e, r) {
1435
+ function Xa(t, e, r) {
1436
1436
  r === void 0 && (r = !1);
1437
1437
  const n = qt(t), a = Zt(t), o = Ce(a);
1438
1438
  let s = a === "x" ? n === (r ? "end" : "start") ? "right" : "left" : n === "start" ? "bottom" : "top";
1439
1439
  return e.reference[o] > e.floating[o] && (s = ae(s)), { main: s, cross: ae(s) };
1440
1440
  }
1441
- const Qa = { start: "end", end: "start" };
1441
+ const Ja = { start: "end", end: "start" };
1442
1442
  function be(t) {
1443
- return t.replace(/start|end/g, (e) => Qa[e]);
1443
+ return t.replace(/start|end/g, (e) => Ja[e]);
1444
1444
  }
1445
- const ts = function(t) {
1445
+ const Qa = function(t) {
1446
1446
  return t === void 0 && (t = {}), { name: "flip", options: t, async fn(e) {
1447
1447
  var r;
1448
1448
  const { placement: n, middlewareData: a, rects: o, initialPlacement: s, platform: i, elements: l } = e, { mainAxis: c = !0, crossAxis: p = !0, fallbackPlacements: f, fallbackStrategy: u = "bestFit", fallbackAxisSideDirection: d = "none", flipAlignment: m = !0, ...h } = t, g = Ot(n), _ = Ot(s) === s, x = await (i.isRTL == null ? void 0 : i.isRTL(l.floating)), k = f || (_ || !m ? [ae(s)] : function(F) {
@@ -1466,10 +1466,10 @@ const ts = function(t) {
1466
1466
  }(Ot(F), A === "start", $);
1467
1467
  return w && (T = T.map((b) => b + "-" + w), Q && (T = T.concat(T.map(be)))), T;
1468
1468
  }(s, m, d, x));
1469
- const E = [s, ...k], I = await Vr(e, h), R = [];
1469
+ const E = [s, ...k], I = await Br(e, h), R = [];
1470
1470
  let B = ((r = a.flip) == null ? void 0 : r.overflows) || [];
1471
1471
  if (c && R.push(I[g]), p) {
1472
- const { main: F, cross: Q } = Ja(n, o, x);
1472
+ const { main: F, cross: Q } = Xa(n, o, x);
1473
1473
  R.push(I[F], I[Q]);
1474
1474
  }
1475
1475
  if (B = [...B, { placement: n, overflows: R }], !R.every((F) => F <= 0)) {
@@ -1494,7 +1494,7 @@ const ts = function(t) {
1494
1494
  }
1495
1495
  return {};
1496
1496
  } };
1497
- }, es = function(t) {
1497
+ }, ts = function(t) {
1498
1498
  return t === void 0 && (t = 0), { name: "offset", options: t, async fn(e) {
1499
1499
  const { x: r, y: n } = e, a = await async function(o, s) {
1500
1500
  const { placement: i, platform: l, elements: c } = o, p = await (l.isRTL == null ? void 0 : l.isRTL(c.floating)), f = Ot(i), u = qt(i), d = Zt(i) === "x", m = ["left", "top"].includes(f) ? -1 : 1, h = p && d ? -1 : 1, g = typeof s == "function" ? s(o) : s;
@@ -1504,15 +1504,15 @@ const ts = function(t) {
1504
1504
  return { x: r + a.x, y: n + a.y, data: a };
1505
1505
  } };
1506
1506
  };
1507
- function rs(t) {
1507
+ function es(t) {
1508
1508
  return t === "x" ? "y" : "x";
1509
1509
  }
1510
- const ns = function(t) {
1510
+ const rs = function(t) {
1511
1511
  return t === void 0 && (t = {}), { name: "shift", options: t, async fn(e) {
1512
1512
  const { x: r, y: n, placement: a } = e, { mainAxis: o = !0, crossAxis: s = !1, limiter: i = { fn: (g) => {
1513
1513
  let { x: _, y: x } = g;
1514
1514
  return { x: _, y: x };
1515
- } }, ...l } = t, c = { x: r, y: n }, p = await Vr(e, l), f = Zt(Ot(a)), u = rs(f);
1515
+ } }, ...l } = t, c = { x: r, y: n }, p = await Br(e, l), f = Zt(Ot(a)), u = es(f);
1516
1516
  let d = c[f], m = c[u];
1517
1517
  if (o) {
1518
1518
  const g = f === "y" ? "bottom" : "right";
@@ -1533,11 +1533,11 @@ function lt(t) {
1533
1533
  function ut(t) {
1534
1534
  return lt(t).getComputedStyle(t);
1535
1535
  }
1536
- function Hr(t) {
1536
+ function Vr(t) {
1537
1537
  return t instanceof lt(t).Node;
1538
1538
  }
1539
1539
  function St(t) {
1540
- return Hr(t) ? (t.nodeName || "").toLowerCase() : "";
1540
+ return Vr(t) ? (t.nodeName || "").toLowerCase() : "";
1541
1541
  }
1542
1542
  function dt(t) {
1543
1543
  return t instanceof lt(t).HTMLElement;
@@ -1552,7 +1552,7 @@ function Kt(t) {
1552
1552
  const { overflow: e, overflowX: r, overflowY: n, display: a } = ut(t);
1553
1553
  return /auto|scroll|overlay|hidden|clip/.test(e + n + r) && !["inline", "contents"].includes(a);
1554
1554
  }
1555
- function os(t) {
1555
+ function ns(t) {
1556
1556
  return ["table", "td", "th"].includes(St(t));
1557
1557
  }
1558
1558
  function Me(t) {
@@ -1566,26 +1566,26 @@ function me(t) {
1566
1566
  return ["html", "body", "#document"].includes(St(t));
1567
1567
  }
1568
1568
  const sr = Math.min, Yt = Math.max, se = Math.round;
1569
- function Yr(t) {
1569
+ function Hr(t) {
1570
1570
  const e = ut(t);
1571
1571
  let r = parseFloat(e.width) || 0, n = parseFloat(e.height) || 0;
1572
1572
  const a = dt(t), o = a ? t.offsetWidth : r, s = a ? t.offsetHeight : n, i = se(r) !== o || se(n) !== s;
1573
1573
  return i && (r = o, n = s), { width: r, height: n, fallback: i };
1574
1574
  }
1575
- function Ur(t) {
1575
+ function Yr(t) {
1576
1576
  return st(t) ? t : t.contextElement;
1577
1577
  }
1578
- const Wr = { x: 1, y: 1 };
1578
+ const Ur = { x: 1, y: 1 };
1579
1579
  function zt(t) {
1580
- const e = Ur(t);
1580
+ const e = Yr(t);
1581
1581
  if (!dt(e))
1582
- return Wr;
1583
- const r = e.getBoundingClientRect(), { width: n, height: a, fallback: o } = Yr(e);
1582
+ return Ur;
1583
+ const r = e.getBoundingClientRect(), { width: n, height: a, fallback: o } = Hr(e);
1584
1584
  let s = (o ? se(r.width) : r.width) / n, i = (o ? se(r.height) : r.height) / a;
1585
1585
  return s && Number.isFinite(s) || (s = 1), i && Number.isFinite(i) || (i = 1), { x: s, y: i };
1586
1586
  }
1587
1587
  const ir = { x: 0, y: 0 };
1588
- function Kr(t, e, r) {
1588
+ function Wr(t, e, r) {
1589
1589
  var n, a;
1590
1590
  if (e === void 0 && (e = !0), !Ge())
1591
1591
  return ir;
@@ -1594,10 +1594,10 @@ function Kr(t, e, r) {
1594
1594
  }
1595
1595
  function Mt(t, e, r, n) {
1596
1596
  e === void 0 && (e = !1), r === void 0 && (r = !1);
1597
- const a = t.getBoundingClientRect(), o = Ur(t);
1598
- let s = Wr;
1597
+ const a = t.getBoundingClientRect(), o = Yr(t);
1598
+ let s = Ur;
1599
1599
  e && (n ? st(n) && (s = zt(n)) : s = zt(t));
1600
- const i = Kr(o, r, n);
1600
+ const i = Wr(o, r, n);
1601
1601
  let l = (a.left + i.x) / s.x, c = (a.top + i.y) / s.y, p = a.width / s.x, f = a.height / s.y;
1602
1602
  if (o) {
1603
1603
  const u = lt(o), d = n && st(n) ? lt(n) : n;
@@ -1610,12 +1610,12 @@ function Mt(t, e, r, n) {
1610
1610
  return oe({ width: p, height: f, x: l, y: c });
1611
1611
  }
1612
1612
  function $t(t) {
1613
- return ((Hr(t) ? t.ownerDocument : t.document) || window.document).documentElement;
1613
+ return ((Vr(t) ? t.ownerDocument : t.document) || window.document).documentElement;
1614
1614
  }
1615
1615
  function he(t) {
1616
1616
  return st(t) ? { scrollLeft: t.scrollLeft, scrollTop: t.scrollTop } : { scrollLeft: t.pageXOffset, scrollTop: t.pageYOffset };
1617
1617
  }
1618
- function qr(t) {
1618
+ function Kr(t) {
1619
1619
  return Mt($t(t)).left + he(t).scrollLeft;
1620
1620
  }
1621
1621
  function Rt(t) {
@@ -1624,14 +1624,14 @@ function Rt(t) {
1624
1624
  const e = t.assignedSlot || t.parentNode || ar(t) && t.host || $t(t);
1625
1625
  return ar(e) ? e.host : e;
1626
1626
  }
1627
- function Zr(t) {
1627
+ function qr(t) {
1628
1628
  const e = Rt(t);
1629
- return me(e) ? e.ownerDocument.body : dt(e) && Kt(e) ? e : Zr(e);
1629
+ return me(e) ? e.ownerDocument.body : dt(e) && Kt(e) ? e : qr(e);
1630
1630
  }
1631
1631
  function Ut(t, e) {
1632
1632
  var r;
1633
1633
  e === void 0 && (e = []);
1634
- const n = Zr(t), a = n === ((r = t.ownerDocument) == null ? void 0 : r.body), o = lt(n);
1634
+ const n = qr(t), a = n === ((r = t.ownerDocument) == null ? void 0 : r.body), o = lt(n);
1635
1635
  return a ? e.concat(o, o.visualViewport || [], Kt(n) ? n : []) : e.concat(n, Ut(n));
1636
1636
  }
1637
1637
  function lr(t, e, r) {
@@ -1650,7 +1650,7 @@ function lr(t, e, r) {
1650
1650
  else if (e === "document")
1651
1651
  n = function(a) {
1652
1652
  const o = $t(a), s = he(a), i = a.ownerDocument.body, l = Yt(o.scrollWidth, o.clientWidth, i.scrollWidth, i.clientWidth), c = Yt(o.scrollHeight, o.clientHeight, i.scrollHeight, i.clientHeight);
1653
- let p = -s.scrollLeft + qr(a);
1653
+ let p = -s.scrollLeft + Kr(a);
1654
1654
  const f = -s.scrollTop;
1655
1655
  return ut(i).direction === "rtl" && (p += Yt(o.clientWidth, i.clientWidth) - l), { width: l, height: c, x: p, y: f };
1656
1656
  }($t(t));
@@ -1660,14 +1660,14 @@ function lr(t, e, r) {
1660
1660
  return { width: a.clientWidth * c.x, height: a.clientHeight * c.y, x: l * c.x, y: i * c.y };
1661
1661
  }(e, r);
1662
1662
  else {
1663
- const a = Kr(t);
1663
+ const a = Wr(t);
1664
1664
  n = { ...e, x: e.x - a.x, y: e.y - a.y };
1665
1665
  }
1666
1666
  return oe(n);
1667
1667
  }
1668
- function Xr(t, e) {
1668
+ function Zr(t, e) {
1669
1669
  const r = Rt(t);
1670
- return !(r === e || !st(r) || me(r)) && (ut(r).position === "fixed" || Xr(r, e));
1670
+ return !(r === e || !st(r) || me(r)) && (ut(r).position === "fixed" || Zr(r, e));
1671
1671
  }
1672
1672
  function cr(t, e) {
1673
1673
  return dt(t) && ut(t).position !== "fixed" ? e ? e(t) : t.offsetParent : null;
@@ -1677,7 +1677,7 @@ function ur(t, e) {
1677
1677
  if (!dt(t))
1678
1678
  return r;
1679
1679
  let n = cr(t, e);
1680
- for (; n && os(n) && ut(n).position === "static"; )
1680
+ for (; n && ns(n) && ut(n).position === "static"; )
1681
1681
  n = cr(n, e);
1682
1682
  return n && (St(n) === "html" || St(n) === "body" && ut(n).position === "static" && !Me(n)) ? r : n || function(a) {
1683
1683
  let o = Rt(a);
@@ -1689,7 +1689,7 @@ function ur(t, e) {
1689
1689
  return null;
1690
1690
  }(t) || r;
1691
1691
  }
1692
- function as(t, e, r) {
1692
+ function os(t, e, r) {
1693
1693
  const n = dt(e), a = $t(e), o = r === "fixed", s = Mt(t, !0, o, e);
1694
1694
  let i = { scrollLeft: 0, scrollTop: 0 };
1695
1695
  const l = { x: 0, y: 0 };
@@ -1698,10 +1698,10 @@ function as(t, e, r) {
1698
1698
  const c = Mt(e, !0, o, e);
1699
1699
  l.x = c.x + e.clientLeft, l.y = c.y + e.clientTop;
1700
1700
  } else
1701
- a && (l.x = qr(a));
1701
+ a && (l.x = Kr(a));
1702
1702
  return { x: s.left + i.scrollLeft - l.x, y: s.top + i.scrollTop - l.y, width: s.width, height: s.height };
1703
1703
  }
1704
- const ss = { getClippingRect: function(t) {
1704
+ const as = { getClippingRect: function(t) {
1705
1705
  let { element: e, boundary: r, rootBoundary: n, strategy: a } = t;
1706
1706
  const o = r === "clippingAncestors" ? function(c, p) {
1707
1707
  const f = p.get(c);
@@ -1712,7 +1712,7 @@ const ss = { getClippingRect: function(t) {
1712
1712
  let h = m ? Rt(c) : c;
1713
1713
  for (; st(h) && !me(h); ) {
1714
1714
  const g = ut(h), _ = Me(h);
1715
- _ || g.position !== "fixed" || (d = null), (m ? !_ && !d : !_ && g.position === "static" && d && ["absolute", "fixed"].includes(d.position) || Kt(h) && !_ && Xr(c, h)) ? u = u.filter((x) => x !== h) : d = g, h = Rt(h);
1715
+ _ || g.position !== "fixed" || (d = null), (m ? !_ && !d : !_ && g.position === "static" && d && ["absolute", "fixed"].includes(d.position) || Kt(h) && !_ && Zr(c, h)) ? u = u.filter((x) => x !== h) : d = g, h = Rt(h);
1716
1716
  }
1717
1717
  return p.set(c, u), u;
1718
1718
  }(e, this._c) : [].concat(r), s = [...o, n], i = s[0], l = s.reduce((c, p) => {
@@ -1733,13 +1733,13 @@ const ss = { getClippingRect: function(t) {
1733
1733
  }
1734
1734
  return { width: e.width * i.x, height: e.height * i.y, x: e.x * i.x - s.scrollLeft * i.x + l.x, y: e.y * i.y - s.scrollTop * i.y + l.y };
1735
1735
  }, isElement: st, getDimensions: function(t) {
1736
- return Yr(t);
1736
+ return Hr(t);
1737
1737
  }, getOffsetParent: ur, getDocumentElement: $t, getScale: zt, async getElementRects(t) {
1738
1738
  let { reference: e, floating: r, strategy: n } = t;
1739
1739
  const a = this.getOffsetParent || ur, o = this.getDimensions;
1740
- return { reference: as(e, await a(r), n), floating: { x: 0, y: 0, ...await o(r) } };
1740
+ return { reference: os(e, await a(r), n), floating: { x: 0, y: 0, ...await o(r) } };
1741
1741
  }, getClientRects: (t) => Array.from(t.getClientRects()), isRTL: (t) => ut(t).direction === "rtl" };
1742
- function is(t, e, r, n) {
1742
+ function ss(t, e, r, n) {
1743
1743
  n === void 0 && (n = {});
1744
1744
  const { ancestorScroll: a = !0, ancestorResize: o = !0, elementResize: s = !0, animationFrame: i = !1 } = n, l = a || o ? [...st(t) ? Ut(t) : t.contextElement ? Ut(t.contextElement) : [], ...Ut(e)] : [];
1745
1745
  l.forEach((u) => {
@@ -1761,10 +1761,10 @@ function is(t, e, r, n) {
1761
1761
  }), (u = p) == null || u.disconnect(), p = null, i && cancelAnimationFrame(c);
1762
1762
  };
1763
1763
  }
1764
- const ls = (t, e, r) => {
1765
- const n = /* @__PURE__ */ new Map(), a = { platform: ss, ...r }, o = { ...a.platform, _c: n };
1766
- return Wa(t, e, { ...a, platform: o });
1767
- }, cs = (t, e = "body") => {
1764
+ const is = (t, e, r) => {
1765
+ const n = /* @__PURE__ */ new Map(), a = { platform: as, ...r }, o = { ...a.platform, _c: n };
1766
+ return Ua(t, e, { ...a, platform: o });
1767
+ }, ls = (t, e = "body") => {
1768
1768
  if (!t)
1769
1769
  return;
1770
1770
  if (typeof e != "string") {
@@ -1774,9 +1774,9 @@ const ls = (t, e, r) => {
1774
1774
  const r = document.querySelector(e);
1775
1775
  r == null || r.append(t);
1776
1776
  };
1777
- function us({ middleware: t, placement: e = null, strategy: r, append: n, enabled: a }) {
1777
+ function cs({ middleware: t, placement: e = null, strategy: r, append: n, enabled: a }) {
1778
1778
  const o = H(null), s = H(null), i = H(null), l = H(null), c = H(null), p = H(null), f = H(null), u = H(r ?? "absolute"), d = H(null), m = () => {
1779
- !o.value || !s.value || ls(o.value, s.value, {
1779
+ !o.value || !s.value || is(o.value, s.value, {
1780
1780
  middleware: t,
1781
1781
  placement: e,
1782
1782
  strategy: r
@@ -1791,7 +1791,7 @@ function us({ middleware: t, placement: e = null, strategy: r, append: n, enable
1791
1791
  append: v(n)
1792
1792
  }),
1793
1793
  ({ floating: g, append: _ }) => {
1794
- _ && cs(g, _), m();
1794
+ _ && ls(g, _), m();
1795
1795
  },
1796
1796
  { flush: "post" }
1797
1797
  ), mt(
@@ -1800,7 +1800,7 @@ function us({ middleware: t, placement: e = null, strategy: r, append: n, enable
1800
1800
  if (!(!o.value || !s.value)) {
1801
1801
  if (!g)
1802
1802
  return h();
1803
- d.value = is(o.value, s.value, m, {});
1803
+ d.value = ss(o.value, s.value, m, {});
1804
1804
  }
1805
1805
  },
1806
1806
  { flush: "post" }
@@ -1821,16 +1821,16 @@ function us({ middleware: t, placement: e = null, strategy: r, append: n, enable
1821
1821
  update: m
1822
1822
  };
1823
1823
  }
1824
- const ds = (t) => {
1824
+ const us = (t) => {
1825
1825
  const { element: e, padding: r } = t;
1826
1826
  return {
1827
1827
  name: "arrow",
1828
1828
  options: t,
1829
1829
  fn(n) {
1830
- return yr(e) ? e.value != null ? or({ element: e.value, padding: r }).fn(n) : {} : e ? or({ element: e, padding: r }).fn(n) : {};
1830
+ return gr(e) ? e.value != null ? or({ element: e.value, padding: r }).fn(n) : {} : e ? or({ element: e, padding: r }).fn(n) : {};
1831
1831
  }
1832
1832
  };
1833
- }, fs = ["data-placement"], Jr = {
1833
+ }, ds = ["data-placement"], Xr = {
1834
1834
  __name: "FloatingPanel",
1835
1835
  props: {
1836
1836
  disabled: {
@@ -1859,9 +1859,9 @@ const ds = (t) => {
1859
1859
  }
1860
1860
  },
1861
1861
  setup(t) {
1862
- const e = t, r = H(!1), n = H(null), { x: a, y: o, arrowX: s, arrowY: i, placement: l, reference: c, floating: p, strategy: f } = us({
1862
+ const e = t, r = H(!1), n = H(null), { x: a, y: o, arrowX: s, arrowY: i, placement: l, reference: c, floating: p, strategy: f } = cs({
1863
1863
  placement: e.placement,
1864
- middleware: [ts(), ns({ padding: 5 }), es(e.offset), ds({ element: n, padding: 5 })],
1864
+ middleware: [Qa(), rs({ padding: 5 }), ts(e.offset), us({ element: n, padding: 5 })],
1865
1865
  append: q(() => e.appendTo),
1866
1866
  enabled: r
1867
1867
  }), u = () => {
@@ -1876,7 +1876,7 @@ const ds = (t) => {
1876
1876
  focus: u,
1877
1877
  blur: d
1878
1878
  };
1879
- return zn(p, (g) => {
1879
+ return In(p, (g) => {
1880
1880
  var _;
1881
1881
  (_ = c.value) != null && _.contains(g.target) || d();
1882
1882
  }), (g, _) => (S(), O(ct, null, [
@@ -1896,7 +1896,7 @@ const ds = (t) => {
1896
1896
  left: v(a) ? `${v(a)}px` : ""
1897
1897
  })
1898
1898
  }, [
1899
- nt(xn, {
1899
+ nt(Sn, {
1900
1900
  name: "transition-fade",
1901
1901
  mode: "out-in"
1902
1902
  }, {
@@ -1922,10 +1922,10 @@ const ds = (t) => {
1922
1922
  ]),
1923
1923
  _: 3
1924
1924
  })
1925
- ], 12, fs)
1925
+ ], 12, ds)
1926
1926
  ], 64));
1927
1927
  }
1928
- }, ps = ["onMouseenter", "onMouseleave", "onFocus", "onBlur", "onClick", "onKeydown", "tabindex"], ms = { key: 0 }, hs = ["colspan"], gs = { key: 1 }, ys = ["colspan"], Qr = {
1928
+ }, fs = ["onMouseenter", "onMouseleave", "onFocus", "onBlur", "onClick", "onKeydown", "tabindex"], ps = { key: 0 }, ms = ["colspan"], hs = { key: 1 }, gs = ["colspan"], Jr = {
1929
1929
  __name: "DataTable",
1930
1930
  props: {
1931
1931
  columns: {
@@ -1951,7 +1951,7 @@ const ds = (t) => {
1951
1951
  },
1952
1952
  emits: ["sort"],
1953
1953
  setup(t, { emit: e }) {
1954
- const r = t, { isLoading: n, appendTo: a } = Le(r), o = Zn(n, { delay: La }), { t: s } = Dt(), i = _t("table"), l = q(() => r.columns), c = q(() => Object.keys(r.columns).length), p = (f, u) => {
1954
+ const r = t, { isLoading: n, appendTo: a } = Le(r), o = qn(n, { delay: Da }), { t: s } = Dt(), i = _t("table"), l = q(() => r.columns), c = q(() => Object.keys(r.columns).length), p = (f, u) => {
1955
1955
  f.sortOrders && e("sort", { target: u, orders: f.sortOrders });
1956
1956
  };
1957
1957
  return (f, u) => (S(), O("table", {
@@ -1959,7 +1959,7 @@ const ds = (t) => {
1959
1959
  }, [
1960
1960
  P("thead", null, [
1961
1961
  P("tr", null, [
1962
- (S(!0), O(ct, null, Pt(l.value, (d, m) => (S(), at(Jr, {
1962
+ (S(!0), O(ct, null, Pt(l.value, (d, m) => (S(), at(Xr, {
1963
1963
  key: m,
1964
1964
  placement: "top",
1965
1965
  content: d.tooltip,
@@ -2002,15 +2002,15 @@ const ds = (t) => {
2002
2002
  key: 1,
2003
2003
  class: "is-icon-sort"
2004
2004
  })) : X("", !0),
2005
- m === t.sort.sortTarget && t.sort.orders[0].direction === v(y) ? (S(), at(v(Fa), {
2005
+ m === t.sort.sortTarget && t.sort.orders[0].direction === v(y) ? (S(), at(v(ja), {
2006
2006
  key: 2,
2007
2007
  class: "is-icon-sort"
2008
2008
  })) : X("", !0),
2009
- m === t.sort.sortTarget && t.sort.orders[0].direction === v(j) ? (S(), at(v(Ua), {
2009
+ m === t.sort.sortTarget && t.sort.orders[0].direction === v(j) ? (S(), at(v(Ya), {
2010
2010
  key: 3,
2011
2011
  class: "is-icon-sort"
2012
2012
  })) : X("", !0)
2013
- ], 42, ps)
2013
+ ], 42, fs)
2014
2014
  ]),
2015
2015
  _: 2
2016
2016
  }, 1032, ["content", "disabled", "append-to"]))), 128))
@@ -2039,27 +2039,27 @@ const ds = (t) => {
2039
2039
  ], 2))), 128))
2040
2040
  ], 2))), 128))
2041
2041
  ]),
2042
- v(o) && t.rows.length === 0 ? (S(), O("tfoot", ms, [
2042
+ v(o) && t.rows.length === 0 ? (S(), O("tfoot", ps, [
2043
2043
  P("tr", null, [
2044
2044
  P("td", { colspan: c.value }, [
2045
2045
  it(f.$slots, "loading", {}, () => [
2046
2046
  gt(z(v(s)("common.loading")), 1)
2047
2047
  ])
2048
- ], 8, hs)
2048
+ ], 8, ms)
2049
2049
  ])
2050
2050
  ])) : X("", !0),
2051
- t.rows.length === 0 && !v(n) && !v(o) ? (S(), O("tfoot", gs, [
2051
+ t.rows.length === 0 && !v(n) && !v(o) ? (S(), O("tfoot", hs, [
2052
2052
  P("tr", null, [
2053
2053
  P("td", { colspan: c.value }, [
2054
2054
  it(f.$slots, "empty", {}, () => [
2055
2055
  gt(z(v(s)("common.noData")), 1)
2056
2056
  ])
2057
- ], 8, ys)
2057
+ ], 8, gs)
2058
2058
  ])
2059
2059
  ])) : X("", !0)
2060
2060
  ], 2));
2061
2061
  }
2062
- }, vs = {
2062
+ }, ys = {
2063
2063
  xmlns: "http://www.w3.org/2000/svg",
2064
2064
  viewBox: "0 0 24 24",
2065
2065
  fill: "none",
@@ -2067,25 +2067,25 @@ const ds = (t) => {
2067
2067
  "stroke-width": "2",
2068
2068
  "stroke-linecap": "round",
2069
2069
  "stroke-linejoin": "round"
2070
- }, bs = /* @__PURE__ */ P("path", { d: "M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" }, null, -1), ws = /* @__PURE__ */ P("line", {
2070
+ }, vs = /* @__PURE__ */ P("path", { d: "M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" }, null, -1), bs = /* @__PURE__ */ P("line", {
2071
2071
  x1: "12",
2072
2072
  y1: "9",
2073
2073
  x2: "12",
2074
2074
  y2: "13"
2075
- }, null, -1), $s = /* @__PURE__ */ P("line", {
2075
+ }, null, -1), ws = /* @__PURE__ */ P("line", {
2076
2076
  x1: "12",
2077
2077
  y1: "17",
2078
2078
  x2: "12.01",
2079
2079
  y2: "17"
2080
- }, null, -1), _s = [
2080
+ }, null, -1), $s = [
2081
+ vs,
2081
2082
  bs,
2082
- ws,
2083
- $s
2083
+ ws
2084
2084
  ];
2085
- function Ss(t, e) {
2086
- return S(), O("svg", vs, _s);
2085
+ function _s(t, e) {
2086
+ return S(), O("svg", ys, $s);
2087
2087
  }
2088
- const xs = { render: Ss }, Kl = {
2088
+ const Ss = { render: _s }, Wl = {
2089
2089
  __name: "ErrorNotice",
2090
2090
  props: {
2091
2091
  error: {
@@ -2101,7 +2101,7 @@ const xs = { render: Ss }, Kl = {
2101
2101
  return (s, i) => (S(), O("div", {
2102
2102
  class: J(v(a))
2103
2103
  }, [
2104
- nt(v(xs), {
2104
+ nt(v(Ss), {
2105
2105
  class: "icon",
2106
2106
  width: "20",
2107
2107
  height: "20"
@@ -2110,28 +2110,25 @@ const xs = { render: Ss }, Kl = {
2110
2110
  ], 2));
2111
2111
  }
2112
2112
  };
2113
- function Ts(t) {
2113
+ function xs(t) {
2114
2114
  return t && t.match(/[A-Z]{2,}(?=[A-Z][a-z]+[0-9]*|\b)|[A-Z]?[a-z]+[0-9]*|[A-Z]|[0-9]+/g).map((e) => e.toLowerCase()).join("-");
2115
2115
  }
2116
- function dr(t, e, r) {
2117
- return (new Array(r + 1).join(e) + t).slice(-r);
2118
- }
2119
- const tn = Symbol("ErrorProviderContext"), Ps = () => {
2116
+ const Qr = Symbol("ErrorProviderContext"), Ts = () => {
2120
2117
  const t = H(""), e = H({}), r = (o) => {
2121
2118
  console.error({ error: o }), t.value = o.message || o.error.message, e.value = {
2122
2119
  message: o.message,
2123
- key: o.key || Ts(o.message),
2120
+ key: o.key || xs(o.message),
2124
2121
  cause: o.cause
2125
2122
  };
2126
2123
  };
2127
- return wr(tn, {
2124
+ return br(Qr, {
2128
2125
  onError: r,
2129
2126
  reset: () => {
2130
2127
  t.value = "", e.value = {};
2131
2128
  }
2132
2129
  }), window.onerror = (o) => {
2133
2130
  console.error("WINDOW_ONERROR:", o);
2134
- }, Tn((o, s, i) => {
2131
+ }, xn((o, s, i) => {
2135
2132
  console.error("onErrorCaptured:", o, s, i);
2136
2133
  }), {
2137
2134
  hasError: q(() => t.value.length > 0),
@@ -2139,32 +2136,32 @@ const tn = Symbol("ErrorProviderContext"), Ps = () => {
2139
2136
  error: e,
2140
2137
  onError: r
2141
2138
  };
2142
- }, en = () => {
2143
- const t = Os();
2139
+ }, tn = () => {
2140
+ const t = Ps();
2144
2141
  return {
2145
2142
  onError: t.onError,
2146
2143
  reset: t.reset
2147
2144
  };
2148
- }, Os = () => {
2149
- const t = $r(tn, null);
2145
+ }, Ps = () => {
2146
+ const t = wr(Qr, null);
2150
2147
  if (t === null)
2151
2148
  throw new Error("Privider is missing a parent component.");
2152
2149
  return t;
2153
- }, ql = {
2150
+ }, Kl = {
2154
2151
  __name: "ErrorProvider",
2155
2152
  setup(t) {
2156
- const { message: e, hasError: r, error: n } = Ps();
2153
+ const { message: e, hasError: r, error: n } = Ts();
2157
2154
  return (a, o) => it(a.$slots, "default", {
2158
2155
  message: v(e),
2159
2156
  error: v(n),
2160
2157
  hasError: v(r)
2161
2158
  });
2162
2159
  }
2163
- }, As = {
2160
+ }, Os = {
2164
2161
  "undefined-column": "A(z) {column} oszlop nem létezik!",
2165
2162
  "invalid-season-name": "Érvénytelen szezon név",
2166
2163
  "api-key-not-found": "API Kulcs nem megfelelő"
2167
- }, ks = {
2164
+ }, As = {
2168
2165
  loading: "Töltődés...",
2169
2166
  noData: "Nincs megjeleníthető adat",
2170
2167
  selectTimezone: "*Minden időpont a számítógép időzónája szerint jelenik meg ({timezone}). Váltás: ",
@@ -2175,7 +2172,7 @@ const tn = Symbol("ErrorProviderContext"), Ps = () => {
2175
2172
  all: "Mind",
2176
2173
  report: "Jegyzőkönyv",
2177
2174
  video: "Videó"
2178
- }, Ms = {
2175
+ }, ks = {
2179
2176
  blank: "#",
2180
2177
  team: {
2181
2178
  short: "Csapat",
@@ -2485,7 +2482,7 @@ const tn = Symbol("ErrorProviderContext"), Ps = () => {
2485
2482
  short: "Eredmény",
2486
2483
  tooltip: "Aktuális eredmény"
2487
2484
  }
2488
- }, Ds = {
2485
+ }, Ms = {
2489
2486
  data: {
2490
2487
  localTime: "Helyszín szerinti idő"
2491
2488
  },
@@ -2534,16 +2531,16 @@ const tn = Symbol("ErrorProviderContext"), Ps = () => {
2534
2531
  Végeredmény: "Végeredmény",
2535
2532
  Szétlövés: "Szétlövés"
2536
2533
  }
2534
+ }, Ds = {
2535
+ errors: Os,
2536
+ common: As,
2537
+ table: ks,
2538
+ game: Ms
2537
2539
  }, Ls = {
2538
- errors: As,
2539
- common: ks,
2540
- table: Ms,
2541
- game: Ds
2542
- }, Es = {
2543
2540
  "undefined-column": "The {column} column is not exists!",
2544
2541
  "invalid-season-name": "Invalid season name",
2545
2542
  "api-key-not-found": "API Key not found"
2546
- }, Is = {
2543
+ }, Es = {
2547
2544
  loading: "Loading...",
2548
2545
  noData: "No data to display",
2549
2546
  selectTimezone: "*All times are displayed according to your computer's time zone ({timezone}). Change: ",
@@ -2554,7 +2551,7 @@ const tn = Symbol("ErrorProviderContext"), Ps = () => {
2554
2551
  all: "All",
2555
2552
  report: "Report Sheet",
2556
2553
  video: "Video"
2557
- }, zs = {
2554
+ }, Is = {
2558
2555
  blank: "#",
2559
2556
  team: {
2560
2557
  short: "Team",
@@ -2864,7 +2861,7 @@ const tn = Symbol("ErrorProviderContext"), Ps = () => {
2864
2861
  short: "Score",
2865
2862
  tooltip: "Actual Game Score"
2866
2863
  }
2867
- }, Ns = {
2864
+ }, zs = {
2868
2865
  data: {
2869
2866
  localTime: "Game local time"
2870
2867
  },
@@ -2912,17 +2909,17 @@ const tn = Symbol("ErrorProviderContext"), Ps = () => {
2912
2909
  Végeredmény: "Game Completed",
2913
2910
  Szétlövés: "Shoot Out"
2914
2911
  }
2915
- }, Cs = {
2916
- errors: Es,
2917
- common: Is,
2918
- table: zs,
2919
- game: Ns
2920
- }, rn = (t, e) => {
2912
+ }, Ns = {
2913
+ errors: Ls,
2914
+ common: Es,
2915
+ table: Is,
2916
+ game: zs
2917
+ }, en = (t, e) => {
2921
2918
  const r = t.__vccOpts || t;
2922
2919
  for (const [n, a] of e)
2923
2920
  r[n] = a;
2924
2921
  return r;
2925
- }, Gs = br({
2922
+ }, Cs = vr({
2926
2923
  props: {
2927
2924
  locale: {
2928
2925
  type: String,
@@ -2934,7 +2931,7 @@ const tn = Symbol("ErrorProviderContext"), Ps = () => {
2934
2931
  }
2935
2932
  },
2936
2933
  setup(t) {
2937
- const e = ca({ hu: Ls, en: Cs }, t.messages), { translate: r } = $a({
2934
+ const e = la({ hu: Ds, en: Ns }, t.messages), { translate: r } = wa({
2938
2935
  locale: q(() => t.locale),
2939
2936
  messages: e
2940
2937
  });
@@ -2943,10 +2940,10 @@ const tn = Symbol("ErrorProviderContext"), Ps = () => {
2943
2940
  };
2944
2941
  }
2945
2942
  });
2946
- function Rs(t, e, r, n, a, o) {
2943
+ function Gs(t, e, r, n, a, o) {
2947
2944
  return it(t.$slots, "default", { t: t.translate });
2948
2945
  }
2949
- const Zl = /* @__PURE__ */ rn(Gs, [["render", Rs]]), js = ["src"], Fs = ["src", "title"], It = /* @__PURE__ */ Object.assign({
2946
+ const ql = /* @__PURE__ */ en(Cs, [["render", Gs]]), Rs = ["src"], js = ["src", "title"], It = /* @__PURE__ */ Object.assign({
2950
2947
  inheritAttrs: !1
2951
2948
  }, {
2952
2949
  __name: "Image",
@@ -2965,29 +2962,29 @@ const Zl = /* @__PURE__ */ rn(Gs, [["render", Rs]]), js = ["src"], Fs = ["src",
2965
2962
  }
2966
2963
  },
2967
2964
  setup(t) {
2968
- const e = t, { defaultSrc: r } = Le(e), n = H({ src: e.src }), { error: a, isReady: o } = qn(n, { resetOnExecute: !1, shallow: !1 });
2965
+ const e = t, { defaultSrc: r } = Le(e), n = H({ src: e.src }), { error: a, isReady: o } = Kn(n, { resetOnExecute: !1, shallow: !1 });
2969
2966
  return (s, i) => (S(), O(ct, null, [
2970
2967
  v(a) && v(r) ? (S(), O("img", {
2971
2968
  key: 0,
2972
2969
  src: v(r),
2973
2970
  class: J(["is-loaded", s.$attrs.class])
2974
- }, null, 10, js)) : X("", !0),
2971
+ }, null, 10, Rs)) : X("", !0),
2975
2972
  v(a) ? X("", !0) : (S(), O("img", {
2976
2973
  key: 1,
2977
2974
  src: n.value.src,
2978
2975
  class: J([s.$attrs.class, { "is-loaded": v(o) }]),
2979
2976
  title: e.title
2980
- }, null, 10, Fs))
2977
+ }, null, 10, js))
2981
2978
  ], 64));
2982
2979
  }
2983
- }), Bs = { style: { "text-align": "center" } }, nn = {
2980
+ }), Fs = { style: { "text-align": "center" } }, rn = {
2984
2981
  __name: "LoadingIndicator",
2985
2982
  setup(t) {
2986
2983
  const { t: e } = Dt();
2987
- return (r, n) => (S(), O("div", Bs, z(v(e)("common.loading")), 1));
2984
+ return (r, n) => (S(), O("div", Fs, z(v(e)("common.loading")), 1));
2988
2985
  }
2989
2986
  };
2990
- function Vs({ currentPage: t, itemsPerPage: e = 20, totalItems: r, rangeLength: n = 5, update: a = yt }) {
2987
+ function Bs({ currentPage: t, itemsPerPage: e = 20, totalItems: r, rangeLength: n = 5, update: a = yt }) {
2991
2988
  const o = q(() => Math.ceil(v(r) / e)), s = q(() => {
2992
2989
  const p = v(t) - 1, f = Array.from({ length: o.value }, (m, h) => h + 1), u = Math.floor(n / 2);
2993
2990
  let d = Math.max(p - u, 0);
@@ -3006,7 +3003,7 @@ function Vs({ currentPage: t, itemsPerPage: e = 20, totalItems: r, rangeLength:
3006
3003
  pageStep: i
3007
3004
  };
3008
3005
  }
3009
- const Hs = {
3006
+ const Vs = {
3010
3007
  xmlns: "http://www.w3.org/2000/svg",
3011
3008
  viewBox: "0 0 24 24",
3012
3009
  fill: "none",
@@ -3014,13 +3011,13 @@ const Hs = {
3014
3011
  "stroke-width": "2",
3015
3012
  "stroke-linecap": "round",
3016
3013
  "stroke-linejoin": "round"
3017
- }, Ys = /* @__PURE__ */ P("polyline", { points: "15 18 9 12 15 6" }, null, -1), Us = [
3018
- Ys
3014
+ }, Hs = /* @__PURE__ */ P("polyline", { points: "15 18 9 12 15 6" }, null, -1), Ys = [
3015
+ Hs
3019
3016
  ];
3020
- function Ws(t, e) {
3021
- return S(), O("svg", Hs, Us);
3017
+ function Us(t, e) {
3018
+ return S(), O("svg", Vs, Ys);
3022
3019
  }
3023
- const Ks = { render: Ws }, qs = {
3020
+ const Ws = { render: Us }, Ks = {
3024
3021
  xmlns: "http://www.w3.org/2000/svg",
3025
3022
  viewBox: "0 0 24 24",
3026
3023
  fill: "none",
@@ -3028,21 +3025,21 @@ const Ks = { render: Ws }, qs = {
3028
3025
  "stroke-width": "2",
3029
3026
  "stroke-linecap": "round",
3030
3027
  "stroke-linejoin": "round"
3031
- }, Zs = /* @__PURE__ */ P("polyline", { points: "9 18 15 12 9 6" }, null, -1), Xs = [
3032
- Zs
3028
+ }, qs = /* @__PURE__ */ P("polyline", { points: "9 18 15 12 9 6" }, null, -1), Zs = [
3029
+ qs
3033
3030
  ];
3034
- function Js(t, e) {
3035
- return S(), O("svg", qs, Xs);
3031
+ function Xs(t, e) {
3032
+ return S(), O("svg", Ks, Zs);
3036
3033
  }
3037
- const Qs = { render: Js }, ti = ["disabled"], ei = ["disabled"], ri = {
3034
+ const Js = { render: Xs }, Qs = ["disabled"], ti = ["disabled"], ei = {
3038
3035
  key: 1,
3039
3036
  class: "is-disabled"
3040
- }, ni = ["disabled", "onClick"], oi = {
3037
+ }, ri = ["disabled", "onClick"], ni = {
3041
3038
  key: 2,
3042
3039
  class: "is-disabled"
3043
- }, ai = /* @__PURE__ */ P("span", null, "...", -1), si = [
3044
- ai
3045
- ], ii = ["disabled"], li = ["disabled"], Xl = {
3040
+ }, oi = /* @__PURE__ */ P("span", null, "...", -1), ai = [
3041
+ oi
3042
+ ], si = ["disabled"], ii = ["disabled"], Zl = {
3046
3043
  __name: "Paginator",
3047
3044
  props: {
3048
3045
  page: {
@@ -3074,7 +3071,7 @@ const Qs = { render: Js }, ti = ["disabled"], ei = ["disabled"], ri = {
3074
3071
  },
3075
3072
  emits: ["change"],
3076
3073
  setup(t, { emit: e }) {
3077
- const r = t, n = _t("paginator"), { page: a, pageCount: o, range: s, goTo: i, pageStep: l } = Vs({
3074
+ const r = t, n = _t("paginator"), { page: a, pageCount: o, range: s, goTo: i, pageStep: l } = Bs({
3078
3075
  currentPage: q(() => r.page),
3079
3076
  totalItems: q(() => r.totalItems),
3080
3077
  itemsPerPage: r.itemsPerPage,
@@ -3091,42 +3088,42 @@ const Qs = { render: Js }, ti = ["disabled"], ei = ["disabled"], ri = {
3091
3088
  onClick: p[0] || (p[0] = (f) => v(l)(-1))
3092
3089
  }, [
3093
3090
  it(c.$slots, "prev", {}, () => [
3094
- nt(v(Ks), { class: "icon paginator-left" })
3091
+ nt(v(Ws), { class: "icon paginator-left" })
3095
3092
  ])
3096
- ], 8, ti),
3093
+ ], 8, Qs),
3097
3094
  t.isCompact ? X("", !0) : (S(), O("button", {
3098
3095
  key: 0,
3099
3096
  type: "button",
3100
3097
  disabled: v(a) === 1,
3101
3098
  onClick: p[1] || (p[1] = (f) => v(i)(1))
3102
- }, "1", 8, ei)),
3103
- t.isCompact ? X("", !0) : (S(), O("div", ri, "...")),
3099
+ }, "1", 8, ti)),
3100
+ t.isCompact ? X("", !0) : (S(), O("div", ei, "...")),
3104
3101
  (S(!0), O(ct, null, Pt(v(s), (f) => (S(), O("button", {
3105
3102
  type: "button",
3106
3103
  key: f,
3107
3104
  class: J({ "is-active": f === v(a) }),
3108
3105
  disabled: f === v(a),
3109
3106
  onClick: (u) => v(i)(f)
3110
- }, z(f), 11, ni))), 128)),
3111
- t.isCompact ? X("", !0) : (S(), O("div", oi, si)),
3107
+ }, z(f), 11, ri))), 128)),
3108
+ t.isCompact ? X("", !0) : (S(), O("div", ni, ai)),
3112
3109
  t.isCompact ? X("", !0) : (S(), O("button", {
3113
3110
  key: 3,
3114
3111
  type: "button",
3115
3112
  disabled: v(a) === v(o),
3116
3113
  onClick: p[2] || (p[2] = (f) => v(i)(v(o)))
3117
- }, z(v(o)), 9, ii)),
3114
+ }, z(v(o)), 9, si)),
3118
3115
  P("button", {
3119
3116
  type: "button",
3120
3117
  disabled: v(a) === v(o),
3121
3118
  onClick: p[3] || (p[3] = Nt((f) => v(l)(1), ["prevent"]))
3122
3119
  }, [
3123
3120
  it(c.$slots, "next", {}, () => [
3124
- nt(v(Qs), { class: "icon paginator-left" })
3121
+ nt(v(Js), { class: "icon paginator-left" })
3125
3122
  ])
3126
- ], 8, li)
3123
+ ], 8, ii)
3127
3124
  ], 2)) : X("", !0);
3128
3125
  }
3129
- }, on = {
3126
+ }, nn = {
3130
3127
  __name: "ResponsiveTable",
3131
3128
  setup(t) {
3132
3129
  const e = H(null), r = _t("table-responsive");
@@ -3143,7 +3140,7 @@ var Tt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
3143
3140
  function Lt(t) {
3144
3141
  return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
3145
3142
  }
3146
- var an = { exports: {} };
3143
+ var on = { exports: {} };
3147
3144
  (function(t, e) {
3148
3145
  (function(r, n) {
3149
3146
  t.exports = n();
@@ -3350,10 +3347,10 @@ var an = { exports: {} };
3350
3347
  return N(1e3 * A);
3351
3348
  }, N.en = R[I], N.Ls = R, N.p = {}, N;
3352
3349
  });
3353
- })(an);
3354
- var sn = an.exports;
3355
- const et = /* @__PURE__ */ Lt(sn);
3356
- var ln = { exports: {} };
3350
+ })(on);
3351
+ var an = on.exports;
3352
+ const et = /* @__PURE__ */ Lt(an);
3353
+ var sn = { exports: {} };
3357
3354
  (function(t, e) {
3358
3355
  (function(r, n) {
3359
3356
  t.exports = n();
@@ -3433,10 +3430,10 @@ var ln = { exports: {} };
3433
3430
  };
3434
3431
  };
3435
3432
  });
3436
- })(ln);
3437
- var ci = ln.exports;
3438
- const ui = /* @__PURE__ */ Lt(ci);
3439
- var cn = { exports: {} };
3433
+ })(sn);
3434
+ var li = sn.exports;
3435
+ const ci = /* @__PURE__ */ Lt(li);
3436
+ var ln = { exports: {} };
3440
3437
  (function(t, e) {
3441
3438
  (function(r, n) {
3442
3439
  t.exports = n();
@@ -3498,10 +3495,10 @@ var cn = { exports: {} };
3498
3495
  };
3499
3496
  };
3500
3497
  });
3501
- })(cn);
3502
- var di = cn.exports;
3503
- const fi = /* @__PURE__ */ Lt(di);
3504
- var un = { exports: {} };
3498
+ })(ln);
3499
+ var ui = ln.exports;
3500
+ const di = /* @__PURE__ */ Lt(ui);
3501
+ var cn = { exports: {} };
3505
3502
  (function(t, e) {
3506
3503
  (function(r, n) {
3507
3504
  t.exports = n();
@@ -3549,10 +3546,10 @@ var un = { exports: {} };
3549
3546
  };
3550
3547
  };
3551
3548
  });
3552
- })(un);
3553
- var pi = un.exports;
3554
- const mi = /* @__PURE__ */ Lt(pi);
3555
- var dn = { exports: {} };
3549
+ })(cn);
3550
+ var fi = cn.exports;
3551
+ const pi = /* @__PURE__ */ Lt(fi);
3552
+ var un = { exports: {} };
3556
3553
  (function(t, e) {
3557
3554
  (function(r, n) {
3558
3555
  t.exports = n();
@@ -3563,10 +3560,10 @@ var dn = { exports: {} };
3563
3560
  };
3564
3561
  };
3565
3562
  });
3566
- })(dn);
3567
- var hi = dn.exports;
3568
- const gi = /* @__PURE__ */ Lt(hi);
3569
- var fn = { exports: {} };
3563
+ })(un);
3564
+ var mi = un.exports;
3565
+ const hi = /* @__PURE__ */ Lt(mi);
3566
+ var dn = { exports: {} };
3570
3567
  (function(t, e) {
3571
3568
  (function(r, n) {
3572
3569
  t.exports = n();
@@ -3578,10 +3575,10 @@ var fn = { exports: {} };
3578
3575
  };
3579
3576
  };
3580
3577
  });
3581
- })(fn);
3582
- var yi = fn.exports;
3583
- const vi = /* @__PURE__ */ Lt(yi);
3584
- var pn = { exports: {} };
3578
+ })(dn);
3579
+ var gi = dn.exports;
3580
+ const yi = /* @__PURE__ */ Lt(gi);
3581
+ var fn = { exports: {} };
3585
3582
  (function(t, e) {
3586
3583
  (function(r, n) {
3587
3584
  t.exports = n();
@@ -3603,13 +3600,13 @@ var pn = { exports: {} };
3603
3600
  };
3604
3601
  };
3605
3602
  });
3606
- })(pn);
3607
- var bi = pn.exports;
3608
- const wi = /* @__PURE__ */ Lt(bi);
3609
- var $i = { exports: {} };
3603
+ })(fn);
3604
+ var vi = fn.exports;
3605
+ const bi = /* @__PURE__ */ Lt(vi);
3606
+ var wi = { exports: {} };
3610
3607
  (function(t, e) {
3611
3608
  (function(r, n) {
3612
- t.exports = n(sn);
3609
+ t.exports = n(an);
3613
3610
  })(Tt, function(r) {
3614
3611
  function n(s) {
3615
3612
  return s && typeof s == "object" && "default" in s ? s : { default: s };
@@ -3641,32 +3638,32 @@ var $i = { exports: {} };
3641
3638
  } }, formats: { LT: "H:mm", LTS: "H:mm:ss", L: "YYYY.MM.DD.", LL: "YYYY. MMMM D.", LLL: "YYYY. MMMM D. H:mm", LLLL: "YYYY. MMMM D., dddd H:mm" } };
3642
3639
  return a.default.locale(o, null, !0), o;
3643
3640
  });
3644
- })($i);
3645
- et.extend(ui);
3646
- et.extend(fi);
3647
- et.extend(mi);
3648
- et.extend(wi);
3649
- et.extend(gi);
3650
- et.extend(vi);
3651
- const _i = () => et.tz.guess(), we = (t = "", e = "", r = "", n = "hu") => (r = r || et.tz.guess(), et(t).isValid() ? et(t).tz(r).locale(n).format(e) : ""), Jt = (t = "", e = "", r = "hu") => {
3641
+ })(wi);
3642
+ et.extend(ci);
3643
+ et.extend(di);
3644
+ et.extend(pi);
3645
+ et.extend(bi);
3646
+ et.extend(hi);
3647
+ et.extend(yi);
3648
+ const $i = () => et.tz.guess(), we = (t = "", e = "", r = "", n = "hu") => (r = r || et.tz.guess(), et(t).isValid() ? et(t).tz(r).locale(n).format(e) : ""), Jt = (t = "", e = "", r = "hu") => {
3652
3649
  if (!et(t).isValid())
3653
3650
  return "";
3654
3651
  e = e || et.tz.guess();
3655
- const a = new Intl.DateTimeFormat(Si(r), {
3652
+ const a = new Intl.DateTimeFormat(_i(r), {
3656
3653
  timeZone: e,
3657
3654
  timeZoneName: "short"
3658
3655
  }).formatToParts(new Date(t)).find((o) => o.type === "timeZoneName");
3659
3656
  return a && a.value;
3660
- }, Si = (t) => Ma.get(t), mn = (t) => {
3657
+ }, _i = (t) => ka.get(t), pn = (t) => {
3661
3658
  const e = t.split(":");
3662
3659
  return parseInt(e[0], 10) * 60 + parseInt(e[1], 10);
3663
- }, xi = (t) => {
3660
+ }, Si = (t) => {
3664
3661
  const e = ~~(t / 60), r = ~~t % 60;
3665
- return dr(e, "0", 2) + ":" + dr(r, "0", 2);
3666
- }, Ti = (t) => {
3662
+ return [e.toString().padStart(2, "0"), r.toString().padStart(2, "0")].join(":");
3663
+ }, xi = (t) => {
3667
3664
  const e = Math.trunc(t), r = Math.round((t - e) / 10 * 60 * 10);
3668
3665
  return [e.toString().padStart(2, "0"), r.toString().padStart(2, "0")].join(":");
3669
- }, Pi = (t, e = "day") => et().isSameOrBefore(et(t), e), Jl = (t, e, r) => et(t).isBetween(e, et(r)), Ql = (t, e, r = "month") => et(t).isSame(e, r), Oi = ["onClick"], tc = {
3666
+ }, Ti = (t, e = "day") => et().isSameOrBefore(et(t), e), Xl = (t, e, r) => et(t).isBetween(e, et(r)), Jl = (t, e, r = "month") => et(t).isSame(e, r), Pi = ["onClick"], Ql = {
3670
3667
  __name: "TimezoneSelector",
3671
3668
  props: {
3672
3669
  locale: {
@@ -3680,7 +3677,7 @@ const _i = () => et.tz.guess(), we = (t = "", e = "", r = "", n = "hu") => (r =
3680
3677
  },
3681
3678
  emits: ["change"],
3682
3679
  setup(t, { emit: e }) {
3683
- const r = t, { t: n } = Dt(), a = _t("timezone-selector"), o = q(() => Jt(/* @__PURE__ */ new Date(), null, r.locale)), s = _i(), i = q(() => Array.from(Da.values()).map((c) => ({
3680
+ const r = t, { t: n } = Dt(), a = _t("timezone-selector"), o = q(() => Jt(/* @__PURE__ */ new Date(), null, r.locale)), s = $i(), i = q(() => Array.from(Ma.values()).map((c) => ({
3684
3681
  ...c,
3685
3682
  isActive: Jt(/* @__PURE__ */ new Date(), r.currentZone, r.locale) === Jt(/* @__PURE__ */ new Date(), c.timezone, r.locale),
3686
3683
  zoneOffsetName: Jt(/* @__PURE__ */ new Date(), c.timezone, r.locale)
@@ -3688,7 +3685,7 @@ const _i = () => et.tz.guess(), we = (t = "", e = "", r = "", n = "hu") => (r =
3688
3685
  return (c, p) => (S(), O("div", {
3689
3686
  class: J(v(a))
3690
3687
  }, [
3691
- nt(v(xa), {
3688
+ nt(v(Sa), {
3692
3689
  path: "common.selectTimezone",
3693
3690
  tag: "span"
3694
3691
  }, {
@@ -3705,15 +3702,15 @@ const _i = () => et.tz.guess(), we = (t = "", e = "", r = "", n = "hu") => (r =
3705
3702
  href: "#",
3706
3703
  class: J({ "is-active": f.isActive }),
3707
3704
  onClick: Nt((u) => l(f.timezone), ["prevent"])
3708
- }, z(v(n)(`common.${f.countryLabelKey}`)) + " (" + z(f.zoneOffsetName) + ") ", 11, Oi))), 128))
3705
+ }, z(v(n)(`common.${f.countryLabelKey}`)) + " (" + z(f.zoneOffsetName) + ") ", 11, Pi))), 128))
3709
3706
  ], 2));
3710
3707
  }
3711
- }, hn = (t, e = "", r = {}) => {
3708
+ }, mn = (t, e = "", r = {}) => {
3712
3709
  const n = H(""), { t: a } = Dt(), o = q(() => {
3713
3710
  if (v(e))
3714
3711
  try {
3715
- const l = Ai(v(t), v(e));
3716
- return da(l, v(t));
3712
+ const l = Oi(v(t), v(e));
3713
+ return ua(l, v(t));
3717
3714
  } catch (l) {
3718
3715
  n.value = l;
3719
3716
  }
@@ -3727,7 +3724,7 @@ const _i = () => et.tz.guess(), we = (t = "", e = "", r = "", n = "hu") => (r =
3727
3724
  columns: q(() => kt(s, o.value)),
3728
3725
  error: n
3729
3726
  };
3730
- }, Ai = (t, e = "") => {
3727
+ }, Oi = (t, e = "") => {
3731
3728
  const r = kt(ne, Wt(",", e)), n = At(t);
3732
3729
  if (r[0] === "")
3733
3730
  return resolve([]);
@@ -3736,7 +3733,7 @@ const _i = () => et.tz.guess(), we = (t = "", e = "", r = "", n = "hu") => (r =
3736
3733
  throw r[a];
3737
3734
  return r;
3738
3735
  };
3739
- class gn extends Error {
3736
+ class hn extends Error {
3740
3737
  constructor(e, r = {}) {
3741
3738
  const { key: n, cause: a } = r;
3742
3739
  super(e), this.name = "WidgetError", this.key = n, this.cause = a;
@@ -3748,16 +3745,16 @@ const ie = {
3748
3745
  key: "undefined-column",
3749
3746
  cause: {}
3750
3747
  }
3751
- }, ec = {
3748
+ }, tc = {
3752
3749
  message: "Invalid season name",
3753
3750
  options: {
3754
3751
  key: "invalid-season-name",
3755
3752
  cause: {}
3756
3753
  }
3757
- }, ki = { class: "is-portrait-image" }, Mi = { class: "is-team-name-long" }, Di = { class: "is-team-name-short" }, Li = { class: "is-team-name-long" }, Ei = { class: "is-team-name-short" }, Ii = { class: "is-team-name-long" }, zi = { class: "is-team-name-short" }, Ni = ["href"], Ci = { class: "is-team-name-long" }, Gi = { class: "is-team-name-short" }, Ri = ["href"], ji = {
3754
+ }, Ai = { class: "is-portrait-image" }, ki = { class: "is-team-name-long" }, Mi = { class: "is-team-name-short" }, Di = { class: "is-team-name-long" }, Li = { class: "is-team-name-short" }, Ei = { class: "is-team-name-long" }, Ii = { class: "is-team-name-short" }, zi = ["href"], Ni = { class: "is-team-name-long" }, Ci = { class: "is-team-name-short" }, Gi = ["href"], Ri = {
3758
3755
  key: 0,
3759
3756
  class: "is-text-dark"
3760
- }, Fi = ["href", "target"], rc = {
3757
+ }, ji = ["href", "target"], ec = {
3761
3758
  __name: "StatisticsTable",
3762
3759
  props: {
3763
3760
  columns: {
@@ -3817,7 +3814,7 @@ const ie = {
3817
3814
  },
3818
3815
  emits: ["sort"],
3819
3816
  setup(t, { emit: e }) {
3820
- const r = t, { columns: n, hideColumns: a } = Le(r), { onError: o } = en(), { columns: s, error: i } = hn(
3817
+ const r = t, { columns: n, hideColumns: a } = Le(r), { onError: o } = tn(), { columns: s, error: i } = mn(
3821
3818
  n,
3822
3819
  a,
3823
3820
  q(() => ({
@@ -3825,33 +3822,33 @@ const ie = {
3825
3822
  }))
3826
3823
  );
3827
3824
  i.value && o(
3828
- new gn(ie.message, {
3825
+ new hn(ie.message, {
3829
3826
  ...ie.options,
3830
3827
  cause: { column: i.value }
3831
3828
  })
3832
3829
  );
3833
3830
  const l = (c) => e("sort", c);
3834
- return (c, p) => (S(), at(on, null, {
3831
+ return (c, p) => (S(), at(nn, null, {
3835
3832
  default: G(({ el: f }) => [
3836
- nt(Qr, {
3833
+ nt(Jr, {
3837
3834
  columns: v(s),
3838
3835
  sort: r.sort,
3839
3836
  rows: r.rows,
3840
3837
  "is-loading": t.isLoading,
3841
3838
  "append-to": t.appendTo || f,
3842
3839
  onSort: l
3843
- }, Pn({
3840
+ }, Tn({
3844
3841
  "cell-index": G(({ row: u }) => [
3845
3842
  P("span", {
3846
3843
  class: J(u.indexClass)
3847
3844
  }, z(u.index), 3)
3848
3845
  ]),
3849
3846
  "cell-playerPortrait": G(({ row: u }) => [
3850
- P("div", ki, [
3847
+ P("div", Ai, [
3851
3848
  (S(), at(It, {
3852
3849
  key: u.player.playerId,
3853
3850
  src: u.player.picture,
3854
- "default-src": v(Oa)
3851
+ "default-src": v(Pa)
3855
3852
  }, null, 8, ["src", "default-src"]))
3856
3853
  ])
3857
3854
  ]),
@@ -3888,22 +3885,22 @@ const ie = {
3888
3885
  "cell-teamName": G(({ row: u }) => {
3889
3886
  var d, m;
3890
3887
  return [
3891
- P("span", Mi, z((d = u.team) == null ? void 0 : d.longName), 1),
3892
- P("span", Di, z((m = u.team) == null ? void 0 : m.shortName), 1)
3888
+ P("span", ki, z((d = u.team) == null ? void 0 : d.longName), 1),
3889
+ P("span", Mi, z((m = u.team) == null ? void 0 : m.shortName), 1)
3893
3890
  ];
3894
3891
  }),
3895
3892
  "cell-homeTeamName": G(({ row: u }) => {
3896
3893
  var d, m;
3897
3894
  return [
3898
- P("span", Li, z((d = u.homeTeam) == null ? void 0 : d.longName), 1),
3899
- P("span", Ei, z((m = u.homeTeam) == null ? void 0 : m.shortName), 1)
3895
+ P("span", Di, z((d = u.homeTeam) == null ? void 0 : d.longName), 1),
3896
+ P("span", Li, z((m = u.homeTeam) == null ? void 0 : m.shortName), 1)
3900
3897
  ];
3901
3898
  }),
3902
3899
  "cell-awayTeamName": G(({ row: u }) => {
3903
3900
  var d, m;
3904
3901
  return [
3905
- P("span", Ii, z((d = u.awayTeam) == null ? void 0 : d.longName), 1),
3906
- P("span", zi, z((m = u.awayTeam) == null ? void 0 : m.shortName), 1)
3902
+ P("span", Ei, z((d = u.awayTeam) == null ? void 0 : d.longName), 1),
3903
+ P("span", Ii, z((m = u.awayTeam) == null ? void 0 : m.shortName), 1)
3907
3904
  ];
3908
3905
  }),
3909
3906
  "cell-location": G(({ row: u }) => {
@@ -3913,15 +3910,15 @@ const ie = {
3913
3910
  ];
3914
3911
  }),
3915
3912
  "cell-gameResult": G(({ row: u }) => [
3916
- u.gameStatus === 0 ? (S(), O("span", ji, "-:-")) : (S(), O("a", {
3913
+ u.gameStatus === 0 ? (S(), O("span", Ri, "-:-")) : (S(), O("a", {
3917
3914
  key: 1,
3918
3915
  href: t.externalGameResolver(u.gameId),
3919
3916
  target: t.externalGameResolverTarget,
3920
3917
  class: J({ "is-text-dark": u.gameStatus !== 1, "is-text-accent": u.gameStatus === 1 })
3921
- }, z(u.homeTeamScore) + ":" + z(u.awayTeamScore), 11, Fi))
3918
+ }, z(u.homeTeamScore) + ":" + z(u.awayTeamScore), 11, ji))
3922
3919
  ]),
3923
3920
  loading: G(() => [
3924
- nt(nn)
3921
+ nt(rn)
3925
3922
  ]),
3926
3923
  _: 2
3927
3924
  }, [
@@ -3934,9 +3931,9 @@ const ie = {
3934
3931
  href: t.externalTeamResolver((d = u.team) == null ? void 0 : d.longName),
3935
3932
  target: "_blank"
3936
3933
  }, [
3937
- P("span", Ci, z((m = u.team) == null ? void 0 : m.longName), 1),
3938
- P("span", Gi, z((h = u.team) == null ? void 0 : h.shortName), 1)
3939
- ], 8, Ni)
3934
+ P("span", Ni, z((m = u.team) == null ? void 0 : m.longName), 1),
3935
+ P("span", Ci, z((h = u.team) == null ? void 0 : h.shortName), 1)
3936
+ ], 8, zi)
3940
3937
  ];
3941
3938
  }),
3942
3939
  key: "0"
@@ -3947,7 +3944,7 @@ const ie = {
3947
3944
  P("a", {
3948
3945
  href: t.externalPlayerResolver(u.id),
3949
3946
  target: "_blank"
3950
- }, z(u.name), 9, Ri)
3947
+ }, z(u.name), 9, Gi)
3951
3948
  ]),
3952
3949
  key: "1"
3953
3950
  } : void 0
@@ -3956,7 +3953,7 @@ const ie = {
3956
3953
  _: 1
3957
3954
  }));
3958
3955
  }
3959
- }, Bi = {
3956
+ }, Fi = {
3960
3957
  gameName: {
3961
3958
  label: "table.gameName.short",
3962
3959
  tooltip: "table.gameName.tooltip",
@@ -4010,7 +4007,7 @@ const ie = {
4010
4007
  more: {
4011
4008
  label: ""
4012
4009
  }
4013
- }, nc = {
4010
+ }, rc = {
4014
4011
  index: {
4015
4012
  label: "table.blank",
4016
4013
  class: "is-text-left"
@@ -4090,7 +4087,7 @@ const ie = {
4090
4087
  { target: "gf", direction: y }
4091
4088
  ]
4092
4089
  }
4093
- }, oc = {
4090
+ }, nc = {
4094
4091
  index: {
4095
4092
  label: "#",
4096
4093
  class: "is-text-left"
@@ -4152,7 +4149,7 @@ const ie = {
4152
4149
  class: "is-text-bold",
4153
4150
  sortOrders: [{ target: "points", direction: y }]
4154
4151
  }
4155
- }, ac = {
4152
+ }, oc = {
4156
4153
  index: {
4157
4154
  label: "#",
4158
4155
  class: "is-text-left"
@@ -4218,7 +4215,7 @@ const ie = {
4218
4215
  tooltip: "table.sogPercent.tooltip",
4219
4216
  sortOrders: [{ target: "shootPercent", direction: y }]
4220
4217
  }
4221
- }, sc = {
4218
+ }, ac = {
4222
4219
  index: {
4223
4220
  label: "table.blank",
4224
4221
  class: "is-text-left"
@@ -4293,7 +4290,7 @@ const ie = {
4293
4290
  tooltip: "table.pim.tooltip",
4294
4291
  sortOrders: [{ target: "pim", direction: y }]
4295
4292
  }
4296
- }, ic = {
4293
+ }, sc = {
4297
4294
  index: {
4298
4295
  label: "table.blank",
4299
4296
  class: "is-text-left"
@@ -4363,7 +4360,7 @@ const ie = {
4363
4360
  tooltip: "table.svsPercent.tooltip",
4364
4361
  sortOrders: [{ target: "svsPercent", direction: y }]
4365
4362
  }
4366
- }, lc = {
4363
+ }, ic = {
4367
4364
  index: {
4368
4365
  label: "table.blank",
4369
4366
  class: "is-text-left"
@@ -4432,7 +4429,7 @@ const ie = {
4432
4429
  tooltip: "table.totalAttendanceAvg.tooltip",
4433
4430
  sortOrders: [{ target: "totalAttendanceAvg", direction: y }]
4434
4431
  }
4435
- }, cc = {
4432
+ }, lc = {
4436
4433
  index: {
4437
4434
  label: "table.blank",
4438
4435
  class: "is-text-left"
@@ -4502,7 +4499,7 @@ const ie = {
4502
4499
  tooltip: "table.pim.tooltip",
4503
4500
  sortOrders: [{ target: "pim", direction: y }]
4504
4501
  }
4505
- }, uc = {
4502
+ }, cc = {
4506
4503
  index: {
4507
4504
  label: "table.blank",
4508
4505
  class: "is-text-left"
@@ -4557,7 +4554,7 @@ const ie = {
4557
4554
  tooltip: "table.pkPercent.tooltip",
4558
4555
  sortOrders: [{ target: "pkPercent", direction: y }]
4559
4556
  }
4560
- }, dc = {
4557
+ }, uc = {
4561
4558
  index: {
4562
4559
  label: "table.blank",
4563
4560
  class: "is-text-left"
@@ -4612,7 +4609,7 @@ const ie = {
4612
4609
  tooltip: "table.ppPercent.tooltip",
4613
4610
  sortOrders: [{ target: "ppPercent", direction: y }]
4614
4611
  }
4615
- }, fc = {
4612
+ }, dc = {
4616
4613
  index: {
4617
4614
  label: "table.blank",
4618
4615
  class: "is-text-left"
@@ -4682,15 +4679,15 @@ const ie = {
4682
4679
  tooltip: "table.sogPercent.tooltip",
4683
4680
  sortOrders: [{ target: "GFShots", direction: y }]
4684
4681
  }
4685
- }, Vi = async (t, e, r) => {
4686
- const n = `${Ta}${v(t)}?${Hi(r)}`;
4682
+ }, Bi = async (t, e, r) => {
4683
+ const n = `${xa}${v(t)}?${Vi(r)}`;
4687
4684
  return new Promise((a, o) => {
4688
4685
  fetch(n, {
4689
4686
  method: "GET",
4690
4687
  cache: "no-cache",
4691
4688
  headers: {
4692
4689
  "Content-Type": "application/json",
4693
- "X-API-KEY": Yi(e)
4690
+ "X-API-KEY": Hi(e)
4694
4691
  }
4695
4692
  }).then((s) => s.json()).then((s) => {
4696
4693
  if (s.error)
@@ -4700,15 +4697,15 @@ const ie = {
4700
4697
  o(s);
4701
4698
  });
4702
4699
  });
4703
- }, Hi = (t) => Object.keys(t).map((e) => e + "=" + t[e]).join("&"), Yi = (t) => {
4700
+ }, Vi = (t) => Object.keys(t).map((e) => e + "=" + t[e]).join("&"), Hi = (t) => {
4704
4701
  var e;
4705
4702
  return t || ((e = window.__MJSZ_VBR_WIDGET__) != null && e.apiKey ? window.__MJSZ_VBR_WIDGET__.apiKey : {}.NODE_ENV !== "production" ? "dd8adf5fdb738b3741fa579b5ede5ce69b681f62" : "");
4706
- }, pc = (t = {}) => {
4707
- const { initial: e = 1, items: r = [], limit: n, auto: a = !1 } = t, o = H(e), s = (c) => Pi(c, "day");
4708
- return Ln(r, () => {
4703
+ }, fc = (t = {}) => {
4704
+ const { initial: e = 1, items: r = [], limit: n, auto: a = !1 } = t, o = H(e), s = (c) => Ti(c, "day");
4705
+ return Dn(r, () => {
4709
4706
  if (!a)
4710
4707
  return;
4711
- const c = Ko(pa(s, "gameDate"))(v(r));
4708
+ const c = Wo(fa(s, "gameDate"))(v(r));
4712
4709
  o.value = c === -1 ? 1 : Math.floor(c / n) + 1;
4713
4710
  }), {
4714
4711
  page: o,
@@ -4716,13 +4713,13 @@ const ie = {
4716
4713
  o.value = c;
4717
4714
  }
4718
4715
  };
4719
- }, mc = ({ options: t = {}, transform: e = (a) => a, onError: r = yt, onSuccess: n = yt }) => {
4716
+ }, pc = ({ options: t = {}, transform: e = (a) => a, onError: r = yt, onSuccess: n = yt }) => {
4720
4717
  const { path: a, apiKey: o, params: s, resetOnExecute: i = !1, immediate: l = !1 } = t, {
4721
4718
  state: c,
4722
4719
  error: p,
4723
4720
  isLoading: f,
4724
4721
  execute: u
4725
- } = xr(() => Vi(a, o, v(s)).then((d) => e(d)), [], {
4722
+ } = Sr(() => Bi(a, o, v(s)).then((d) => e(d)), [], {
4726
4723
  immediate: l,
4727
4724
  resetOnExecute: i,
4728
4725
  onError: r,
@@ -4749,7 +4746,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
4749
4746
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4750
4747
  PERFORMANCE OF THIS SOFTWARE.
4751
4748
  ***************************************************************************** */
4752
- function fr(t, e) {
4749
+ function dr(t, e) {
4753
4750
  var r = typeof Symbol == "function" && t[Symbol.iterator];
4754
4751
  if (!r)
4755
4752
  return t;
@@ -4769,15 +4766,15 @@ function fr(t, e) {
4769
4766
  }
4770
4767
  return s;
4771
4768
  }
4772
- var pr;
4769
+ var fr;
4773
4770
  (function(t) {
4774
4771
  t[t.NotStarted = 0] = "NotStarted", t[t.Running = 1] = "Running", t[t.Stopped = 2] = "Stopped";
4775
- })(pr || (pr = {}));
4776
- var Ui = { type: "xstate.init" };
4772
+ })(fr || (fr = {}));
4773
+ var Yi = { type: "xstate.init" };
4777
4774
  function $e(t) {
4778
4775
  return t === void 0 ? [] : [].concat(t);
4779
4776
  }
4780
- function mr(t, e) {
4777
+ function pr(t, e) {
4781
4778
  return typeof (t = typeof t == "string" && e && e[t] ? e[t] : t) == "string" ? { type: t } : typeof t == "function" ? { type: t.name, exec: t } : t;
4782
4779
  }
4783
4780
  function De(t) {
@@ -4785,13 +4782,13 @@ function De(t) {
4785
4782
  return t === e;
4786
4783
  };
4787
4784
  }
4788
- function Wi(t) {
4785
+ function Ui(t) {
4789
4786
  return typeof t == "string" ? { type: t } : t;
4790
4787
  }
4791
- function hr(t, e) {
4788
+ function mr(t, e) {
4792
4789
  return { value: t, context: e, actions: [], changed: !1, matches: De(t) };
4793
4790
  }
4794
- function gr(t, e, r) {
4791
+ function hr(t, e, r) {
4795
4792
  var n = e, a = !1;
4796
4793
  return [t.filter(function(o) {
4797
4794
  if (o.type === "xstate.assign") {
@@ -4804,12 +4801,12 @@ function gr(t, e, r) {
4804
4801
  return !0;
4805
4802
  }), n, a];
4806
4803
  }
4807
- function Ki(t, e) {
4804
+ function Wi(t, e) {
4808
4805
  e === void 0 && (e = {});
4809
- var r = fr(gr($e(t.states[t.initial].entry).map(function(s) {
4810
- return mr(s, e.actions);
4811
- }), t.context, Ui), 2), n = r[0], a = r[1], o = { config: t, _options: e, initialState: { value: t.initial, actions: n, context: a, matches: De(t.initial) }, transition: function(s, i) {
4812
- var l, c, p = typeof s == "string" ? { value: s, context: t.context } : s, f = p.value, u = p.context, d = Wi(i), m = t.states[f];
4806
+ var r = dr(hr($e(t.states[t.initial].entry).map(function(s) {
4807
+ return pr(s, e.actions);
4808
+ }), t.context, Yi), 2), n = r[0], a = r[1], o = { config: t, _options: e, initialState: { value: t.initial, actions: n, context: a, matches: De(t.initial) }, transition: function(s, i) {
4809
+ var l, c, p = typeof s == "string" ? { value: s, context: t.context } : s, f = p.value, u = p.context, d = Ui(i), m = t.states[f];
4813
4810
  if (m.on) {
4814
4811
  var h = $e(m.on[d.type]);
4815
4812
  try {
@@ -4825,15 +4822,15 @@ function Ki(t, e) {
4825
4822
  }(h), _ = g.next(); !_.done; _ = g.next()) {
4826
4823
  var x = _.value;
4827
4824
  if (x === void 0)
4828
- return hr(f, u);
4825
+ return mr(f, u);
4829
4826
  var k = typeof x == "string" ? { target: x } : x, E = k.target, I = k.actions, R = I === void 0 ? [] : I, B = k.cond, K = B === void 0 ? function() {
4830
4827
  return !0;
4831
4828
  } : B, N = E === void 0, D = E ?? f, F = t.states[D];
4832
4829
  if (K(u, d)) {
4833
- var Q = fr(gr((N ? $e(R) : [].concat(m.exit, R, F.entry).filter(function(b) {
4830
+ var Q = dr(hr((N ? $e(R) : [].concat(m.exit, R, F.entry).filter(function(b) {
4834
4831
  return b;
4835
4832
  })).map(function(b) {
4836
- return mr(b, o._options.actions);
4833
+ return pr(b, o._options.actions);
4837
4834
  }), u, d), 3), A = Q[0], $ = Q[1], w = Q[2], T = E ?? f;
4838
4835
  return { value: T, context: $, actions: A, changed: E !== f || A.length > 0 || w, matches: De(T) };
4839
4836
  }
@@ -4849,11 +4846,11 @@ function Ki(t, e) {
4849
4846
  }
4850
4847
  }
4851
4848
  }
4852
- return hr(f, u);
4849
+ return mr(f, u);
4853
4850
  } };
4854
4851
  return o;
4855
4852
  }
4856
- const qi = Ki({
4853
+ const Ki = Wi({
4857
4854
  id: "sort",
4858
4855
  initial: wt,
4859
4856
  states: {
@@ -4876,12 +4873,12 @@ const qi = Ki({
4876
4873
  }
4877
4874
  }
4878
4875
  }
4879
- }), Zi = (t, e) => {
4876
+ }), qi = (t, e) => {
4880
4877
  const r = e === j ? "DIRECTION2" : "DIRECTION1";
4881
- return qi.transition(t, r).value;
4878
+ return Ki.transition(t, r).value;
4882
4879
  };
4883
- function hc(t = {}) {
4884
- const { sortTarget: e = null, orders: r = [] } = t, n = vr({ sortTarget: e, orders: r });
4880
+ function mc(t = {}) {
4881
+ const { sortTarget: e = null, orders: r = [] } = t, n = yr({ sortTarget: e, orders: r });
4885
4882
  return {
4886
4883
  sort: n,
4887
4884
  change: ({ target: o, orders: s }) => {
@@ -4891,14 +4888,14 @@ function hc(t = {}) {
4891
4888
  }
4892
4889
  const i = s.map((l, c) => ({
4893
4890
  ...l,
4894
- direction: Zi(n.orders[c].direction, l.direction)
4891
+ direction: qi(n.orders[c].direction, l.direction)
4895
4892
  }));
4896
4893
  n.sortTarget = o, n.orders = i;
4897
4894
  }
4898
4895
  };
4899
4896
  }
4900
- function gc(t = !1, e = yt, r = yt) {
4901
- const n = Vn();
4897
+ function hc(t = !1, e = yt, r = yt) {
4898
+ const n = Bn();
4902
4899
  mt(n, (a) => {
4903
4900
  if (v(t)) {
4904
4901
  if (a === "visible")
@@ -4907,7 +4904,7 @@ function gc(t = !1, e = yt, r = yt) {
4907
4904
  }
4908
4905
  });
4909
4906
  }
4910
- const yc = (t = []) => ({
4907
+ const gc = (t = []) => ({
4911
4908
  result: [...t],
4912
4909
  filteredRowsLength: 0,
4913
4910
  isFiltered: !1,
@@ -4921,8 +4918,8 @@ const yc = (t = []) => ({
4921
4918
  filter(e, r = [], n = !1) {
4922
4919
  if (e) {
4923
4920
  const a = r.map(
4924
- (s) => n ? Oe(Gr(s), ee(e)) : Oe(Gt(s), ya, ta(e))
4925
- ), o = kr(Po([...a]), this.result);
4921
+ (s) => n ? Oe(Cr(s), ee(e)) : Oe(Gt(s), ga, Qo(e))
4922
+ ), o = Ar(To([...a]), this.result);
4926
4923
  this.isFiltered = !0, this.filteredRowsLength = o.length, this.result = o;
4927
4924
  }
4928
4925
  return this;
@@ -4932,8 +4929,8 @@ const yc = (t = []) => ({
4932
4929
  return this;
4933
4930
  if (e.orders[0].direction === wt)
4934
4931
  return this;
4935
- const r = Jo(ee(j), er(Pe), er(Bo));
4936
- return this.result = Rr(e.orders.map((n) => Nr(r(n.direction), Gt)(n.target)))(this.result), this;
4932
+ const r = Xo(ee(j), er(Pe), er(Fo));
4933
+ return this.result = Gr(e.orders.map((n) => zr(r(n.direction), Gt)(n.target)))(this.result), this;
4937
4934
  },
4938
4935
  addIndex(e = null) {
4939
4936
  return this.result.reduce((r, n, a) => {
@@ -4948,6 +4945,8 @@ const yc = (t = []) => ({
4948
4945
  })), this;
4949
4946
  },
4950
4947
  pagination(e, r) {
4948
+ if (!r)
4949
+ return this;
4951
4950
  e = Number(e), r = Number(r);
4952
4951
  const n = (e - 1) * r, a = n + r;
4953
4952
  return this.result = this.result.slice(n, a), this;
@@ -4976,43 +4975,43 @@ const yc = (t = []) => ({
4976
4975
  return e === null ? this : (this.result = this.result.filter((r) => new Date(r.gameDate).getMonth() == e), this);
4977
4976
  },
4978
4977
  convertTimes(e = []) {
4979
- return this.result = this.result.map((r) => (e.map((n) => r[n] ? r[`${n}Sec`] = mn(r[n]) : r), r)), this;
4978
+ return this.result = this.result.map((r) => (e.map((n) => r[n] ? r[`${n}Sec`] = pn(r[n]) : r), r)), this;
4980
4979
  },
4981
4980
  groupByDays() {
4982
- return this.result = Zo((e) => we(e.gameDate, "YYYY-MM-DD"))(this.result), this;
4981
+ return this.result = qo((e) => we(e.gameDate, "YYYY-MM-DD"))(this.result), this;
4983
4982
  }
4984
- }), vc = (t, ...e) => kt(Nr(...e))(t), bc = (t) => {
4983
+ }), yc = (t, ...e) => kt(zr(...e))(t), vc = (t) => {
4985
4984
  var e;
4986
4985
  return {
4987
4986
  ...t,
4988
4987
  ...t.lastName && t.firstName && { name: `${t.lastName} ${t.firstName}` },
4989
4988
  ...((e = t.player) == null ? void 0 : e.playerId) && { name: `${t.player.lastName} ${t.player.firstName}` }
4990
4989
  };
4991
- }, wc = (t) => {
4990
+ }, bc = (t) => {
4992
4991
  var e;
4993
4992
  return {
4994
4993
  ...t,
4995
4994
  ...((e = t == null ? void 0 : t.team) == null ? void 0 : e.id) && { teamName: t.team.longName }
4996
4995
  };
4997
- }, $c = (t = []) => (e) => {
4996
+ }, wc = (t = []) => (e) => {
4998
4997
  var r;
4999
4998
  return {
5000
4999
  ...e,
5001
5000
  [t]: (r = e[t]) == null ? void 0 : r.toUpperCase()
5002
5001
  };
5003
- }, _c = (t = []) => (e) => (t.map((r) => e[r] ? e[`${r}Sec`] = mn(e[r]) : e), e), Sc = (t = []) => (e) => (t.map((r) => e[r] ? e[`${r}Min`] = Ti(e[r]) : e), e), xc = (t = []) => (e) => (t.map((r) => e[`${r}Min`] = xi(e[r])), e), Xi = (t, e) => new Date(t.gameDate).getTime() - new Date(e.gameDate).getTime(), Tc = Rr([Xi, Pe(Gt("id")), Pe(Gt("gameId"))]), Pc = (t, e) => {
5002
+ }, $c = (t = []) => (e) => (t.map((r) => e[r] ? e[`${r}Sec`] = pn(e[r]) : e), e), _c = (t = []) => (e) => (t.map((r) => e[r] ? e[`${r}Min`] = xi(e[r]) : e), e), Sc = (t = []) => (e) => (t.map((r) => e[`${r}Min`] = Si(e[r])), e), Zi = (t, e) => new Date(t.gameDate).getTime() - new Date(e.gameDate).getTime(), xc = Gr([Zi, Pe(Gt("id")), Pe(Gt("gameId"))]), Tc = (t, e) => {
5004
5003
  const r = Re("gameResolver") || t;
5005
- return typeof r == "function" ? r(e) : r ? r + e : Pa + e;
5006
- }, Oc = (t, e) => {
5004
+ return typeof r == "function" ? r(e) : r ? r + e : Ta + e;
5005
+ }, Pc = (t, e) => {
5007
5006
  const r = Re("teamResolver") || t;
5008
- return typeof r == "function" ? r(e) : encodeURI(r ? r + e : ka + e);
5009
- }, Ac = (t, e) => {
5010
- const r = Re("playerResolver") || t;
5011
5007
  return typeof r == "function" ? r(e) : encodeURI(r ? r + e : Aa + e);
5008
+ }, Oc = (t, e) => {
5009
+ const r = Re("playerResolver") || t;
5010
+ return typeof r == "function" ? r(e) : encodeURI(r ? r + e : Oa + e);
5012
5011
  }, Re = (t = "") => {
5013
5012
  var e;
5014
5013
  return (e = window == null ? void 0 : window.__MJSZ_VBR_WIDGET__) == null ? void 0 : e[t];
5015
- }, Ji = {
5014
+ }, Xi = {
5016
5015
  xmlns: "http://www.w3.org/2000/svg",
5017
5016
  viewBox: "0 0 24 24",
5018
5017
  fill: "none",
@@ -5020,32 +5019,32 @@ const yc = (t = []) => ({
5020
5019
  "stroke-width": "2",
5021
5020
  "stroke-linecap": "round",
5022
5021
  "stroke-linejoin": "round"
5023
- }, Qi = /* @__PURE__ */ P("rect", {
5022
+ }, Ji = /* @__PURE__ */ P("rect", {
5024
5023
  x: "2",
5025
5024
  y: "3",
5026
5025
  width: "20",
5027
5026
  height: "14",
5028
5027
  rx: "2",
5029
5028
  ry: "2"
5030
- }, null, -1), tl = /* @__PURE__ */ P("line", {
5029
+ }, null, -1), Qi = /* @__PURE__ */ P("line", {
5031
5030
  x1: "8",
5032
5031
  y1: "21",
5033
5032
  x2: "16",
5034
5033
  y2: "21"
5035
- }, null, -1), el = /* @__PURE__ */ P("line", {
5034
+ }, null, -1), tl = /* @__PURE__ */ P("line", {
5036
5035
  x1: "12",
5037
5036
  y1: "17",
5038
5037
  x2: "12",
5039
5038
  y2: "21"
5040
- }, null, -1), rl = [
5039
+ }, null, -1), el = [
5040
+ Ji,
5041
5041
  Qi,
5042
- tl,
5043
- el
5042
+ tl
5044
5043
  ];
5045
- function nl(t, e) {
5046
- return S(), O("svg", Ji, rl);
5044
+ function rl(t, e) {
5045
+ return S(), O("svg", Xi, el);
5047
5046
  }
5048
- const ol = { render: nl }, al = {
5047
+ const nl = { render: rl }, ol = {
5049
5048
  xmlns: "http://www.w3.org/2000/svg",
5050
5049
  viewBox: "0 0 24 24",
5051
5050
  fill: "none",
@@ -5053,27 +5052,27 @@ const ol = { render: nl }, al = {
5053
5052
  "stroke-width": "2",
5054
5053
  "stroke-linecap": "round",
5055
5054
  "stroke-linejoin": "round"
5056
- }, sl = /* @__PURE__ */ P("circle", {
5055
+ }, al = /* @__PURE__ */ P("circle", {
5057
5056
  cx: "12",
5058
5057
  cy: "12",
5059
5058
  r: "1"
5060
- }, null, -1), il = /* @__PURE__ */ P("circle", {
5059
+ }, null, -1), sl = /* @__PURE__ */ P("circle", {
5061
5060
  cx: "12",
5062
5061
  cy: "5",
5063
5062
  r: "1"
5064
- }, null, -1), ll = /* @__PURE__ */ P("circle", {
5063
+ }, null, -1), il = /* @__PURE__ */ P("circle", {
5065
5064
  cx: "12",
5066
5065
  cy: "19",
5067
5066
  r: "1"
5068
- }, null, -1), cl = [
5067
+ }, null, -1), ll = [
5068
+ al,
5069
5069
  sl,
5070
- il,
5071
- ll
5070
+ il
5072
5071
  ];
5073
- function ul(t, e) {
5074
- return S(), O("svg", al, cl);
5072
+ function cl(t, e) {
5073
+ return S(), O("svg", ol, ll);
5075
5074
  }
5076
- const dl = { render: ul }, fl = {
5075
+ const ul = { render: cl }, dl = {
5077
5076
  xmlns: "http://www.w3.org/2000/svg",
5078
5077
  viewBox: "0 0 24 24",
5079
5078
  fill: "none",
@@ -5081,21 +5080,21 @@ const dl = { render: ul }, fl = {
5081
5080
  "stroke-width": "2",
5082
5081
  "stroke-linecap": "round",
5083
5082
  "stroke-linejoin": "round"
5084
- }, pl = /* @__PURE__ */ P("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }, null, -1), ml = /* @__PURE__ */ P("rect", {
5083
+ }, fl = /* @__PURE__ */ P("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }, null, -1), pl = /* @__PURE__ */ P("rect", {
5085
5084
  x: "8",
5086
5085
  y: "2",
5087
5086
  width: "8",
5088
5087
  height: "4",
5089
5088
  rx: "1",
5090
5089
  ry: "1"
5091
- }, null, -1), hl = [
5092
- pl,
5093
- ml
5090
+ }, null, -1), ml = [
5091
+ fl,
5092
+ pl
5094
5093
  ];
5095
- function gl(t, e) {
5096
- return S(), O("svg", fl, hl);
5094
+ function hl(t, e) {
5095
+ return S(), O("svg", dl, ml);
5097
5096
  }
5098
- const yl = { render: gl }, vl = {
5097
+ const gl = { render: hl }, yl = {
5099
5098
  xmlns: "http://www.w3.org/2000/svg",
5100
5099
  viewBox: "0 0 24 24",
5101
5100
  fill: "none",
@@ -5103,26 +5102,26 @@ const yl = { render: gl }, vl = {
5103
5102
  "stroke-width": "2",
5104
5103
  "stroke-linecap": "round",
5105
5104
  "stroke-linejoin": "round"
5106
- }, bl = /* @__PURE__ */ P("path", { d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z" }, null, -1), wl = /* @__PURE__ */ P("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1), $l = [
5107
- bl,
5108
- wl
5105
+ }, vl = /* @__PURE__ */ P("path", { d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z" }, null, -1), bl = /* @__PURE__ */ P("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1), wl = [
5106
+ vl,
5107
+ bl
5109
5108
  ];
5110
- function _l(t, e) {
5111
- return S(), O("svg", vl, $l);
5109
+ function $l(t, e) {
5110
+ return S(), O("svg", yl, wl);
5112
5111
  }
5113
- const Sl = { render: _l }, xl = { class: "is-team-name-long" }, Tl = { class: "is-team-name-short" }, Pl = { class: "is-team-name-long" }, Ol = { class: "is-team-name-short" }, Al = {
5112
+ const _l = { render: $l }, Sl = { class: "is-team-name-long" }, xl = { class: "is-team-name-short" }, Tl = { class: "is-team-name-long" }, Pl = { class: "is-team-name-short" }, Ol = {
5114
5113
  key: 0,
5115
5114
  class: "is-text-dark"
5116
- }, kl = ["href", "target"], Ml = {
5115
+ }, Al = ["href", "target"], kl = {
5117
5116
  key: 0,
5118
5117
  class: "label"
5119
- }, Dl = {
5118
+ }, Ml = {
5120
5119
  key: 1,
5121
5120
  class: "label"
5122
- }, Ll = {
5121
+ }, Dl = {
5123
5122
  key: 2,
5124
5123
  class: "label"
5125
- }, El = { key: 1 }, Il = ["onClick", "onFocus", "onBlur"], zl = { class: "is-dropdown-menu" }, Nl = ["href", "target"], Cl = { key: 0 }, Gl = ["href"], kc = {
5124
+ }, Ll = { key: 1 }, El = ["onClick", "onFocus", "onBlur"], Il = { class: "is-dropdown-menu" }, zl = ["href", "target"], Nl = { key: 0 }, Cl = ["href"], Ac = {
5126
5125
  __name: "ScheduleTable",
5127
5126
  props: {
5128
5127
  rows: {
@@ -5151,17 +5150,17 @@ const Sl = { render: _l }, xl = { class: "is-team-name-long" }, Tl = { class: "i
5151
5150
  }
5152
5151
  },
5153
5152
  setup(t) {
5154
- const e = t, r = H(null), { onError: n } = en(), { columns: a, error: o } = hn(
5155
- Bi,
5153
+ const e = t, r = H(null), { onError: n } = tn(), { columns: a, error: o } = mn(
5154
+ Fi,
5156
5155
  q(() => e.hideColumns),
5157
5156
  q(() => ({
5158
5157
  offsetName: e.offsetName
5159
5158
  }))
5160
5159
  );
5161
- En(
5160
+ Ln(
5162
5161
  o,
5163
5162
  () => n(
5164
- new gn(ie.message, {
5163
+ new hn(ie.message, {
5165
5164
  ...ie.options,
5166
5165
  cause: { column: o.value }
5167
5166
  })
@@ -5172,21 +5171,21 @@ const Sl = { render: _l }, xl = { class: "is-team-name-long" }, Tl = { class: "i
5172
5171
  );
5173
5172
  const { t: s } = Dt();
5174
5173
  return (i, l) => (S(), O(ct, null, [
5175
- nt(on, null, {
5174
+ nt(nn, null, {
5176
5175
  default: G(({ el: c }) => [
5177
- nt(Qr, {
5176
+ nt(Jr, {
5178
5177
  columns: v(a),
5179
5178
  rows: e.rows,
5180
5179
  "is-loading": t.isLoading,
5181
5180
  "append-to": r.value || c
5182
5181
  }, {
5183
5182
  "cell-homeTeamName": G(({ row: p }) => [
5184
- P("span", xl, z(p.homeTeam.longName), 1),
5185
- P("span", Tl, z(p.homeTeam.shortName), 1)
5183
+ P("span", Sl, z(p.homeTeam.longName), 1),
5184
+ P("span", xl, z(p.homeTeam.shortName), 1)
5186
5185
  ]),
5187
5186
  "cell-awayTeamName": G(({ row: p }) => [
5188
- P("span", Pl, z(p.awayTeam.longName), 1),
5189
- P("span", Ol, z(p.awayTeam.shortName), 1)
5187
+ P("span", Tl, z(p.awayTeam.longName), 1),
5188
+ P("span", Pl, z(p.awayTeam.shortName), 1)
5190
5189
  ]),
5191
5190
  "cell-homeTeamLogo": G(({ row: p }) => [
5192
5191
  (S(), at(It, {
@@ -5203,20 +5202,20 @@ const Sl = { render: _l }, xl = { class: "is-team-name-long" }, Tl = { class: "i
5203
5202
  }, null, 8, ["src"]))
5204
5203
  ]),
5205
5204
  "cell-gameResult": G(({ row: p }) => [
5206
- p.gameStatus === 0 ? (S(), O("span", Al, "-:-")) : (S(), O("a", {
5205
+ p.gameStatus === 0 ? (S(), O("span", Ol, "-:-")) : (S(), O("a", {
5207
5206
  key: 1,
5208
5207
  href: t.externalGameResolver(p.gameId),
5209
5208
  target: t.externalGameResolverTarget,
5210
5209
  class: J({ "is-text-dark": p.gameStatus !== 1, "is-text-accent": p.gameStatus === 1 })
5211
- }, z(p.homeTeamScore) + ":" + z(p.awayTeamScore), 11, kl))
5210
+ }, z(p.homeTeamScore) + ":" + z(p.awayTeamScore), 11, Al))
5212
5211
  ]),
5213
5212
  "cell-gameResultType": G(({ row: p }) => [
5214
- p.isOvertime ? (S(), O("span", Ml, z(v(s)("common.overtimeShort")), 1)) : X("", !0),
5215
- p.isShootout ? (S(), O("span", Dl, z(v(s)("common.shootoutShort")), 1)) : X("", !0),
5216
- p.seriesStandings ? (S(), O("span", Ll, z(p.seriesStandings), 1)) : X("", !0)
5213
+ p.isOvertime ? (S(), O("span", kl, z(v(s)("common.overtimeShort")), 1)) : X("", !0),
5214
+ p.isShootout ? (S(), O("span", Ml, z(v(s)("common.shootoutShort")), 1)) : X("", !0),
5215
+ p.seriesStandings ? (S(), O("span", Dl, z(p.seriesStandings), 1)) : X("", !0)
5217
5216
  ]),
5218
5217
  "cell-broadcast": G(({ row: p }) => [
5219
- p.broadcast ? (S(), at(v(ol), { key: 0 })) : (S(), O("span", El))
5218
+ p.broadcast ? (S(), at(v(nl), { key: 0 })) : (S(), O("span", Ll))
5220
5219
  ]),
5221
5220
  "cell-location": G(({ row: p }) => {
5222
5221
  var f;
@@ -5225,7 +5224,7 @@ const Sl = { render: _l }, xl = { class: "is-team-name-long" }, Tl = { class: "i
5225
5224
  ];
5226
5225
  }),
5227
5226
  "cell-more": G(({ row: p }) => [
5228
- nt(Jr, {
5227
+ nt(Xr, {
5229
5228
  offset: 2,
5230
5229
  placement: "left",
5231
5230
  theme: "content",
@@ -5238,30 +5237,30 @@ const Sl = { render: _l }, xl = { class: "is-team-name-long" }, Tl = { class: "i
5238
5237
  onFocus: u,
5239
5238
  onBlur: d
5240
5239
  }, [
5241
- nt(v(dl))
5242
- ], 40, Il)
5240
+ nt(v(ul))
5241
+ ], 40, El)
5243
5242
  ]),
5244
5243
  content: G(() => [
5245
- P("ul", zl, [
5244
+ P("ul", Il, [
5246
5245
  P("li", null, [
5247
5246
  P("a", {
5248
5247
  href: t.externalGameResolver(p.gameId),
5249
5248
  class: "is-dropdown-item",
5250
5249
  target: t.externalGameResolverTarget
5251
5250
  }, [
5252
- nt(v(yl), { width: "14" }),
5251
+ nt(v(gl), { width: "14" }),
5253
5252
  gt(" " + z(v(s)("common.report")), 1)
5254
- ], 8, Nl)
5253
+ ], 8, zl)
5255
5254
  ]),
5256
- p.video ? (S(), O("li", Cl, [
5255
+ p.video ? (S(), O("li", Nl, [
5257
5256
  P("a", {
5258
5257
  href: p.video,
5259
5258
  class: "is-dropdown-item",
5260
5259
  target: "_blank"
5261
5260
  }, [
5262
- nt(v(Sl), { width: "14" }),
5261
+ nt(v(_l), { width: "14" }),
5263
5262
  gt(" " + z(v(s)("common.video")), 1)
5264
- ], 8, Gl)
5263
+ ], 8, Cl)
5265
5264
  ])) : X("", !0)
5266
5265
  ])
5267
5266
  ]),
@@ -5269,7 +5268,7 @@ const Sl = { render: _l }, xl = { class: "is-team-name-long" }, Tl = { class: "i
5269
5268
  }, 1032, ["append-to"])
5270
5269
  ]),
5271
5270
  loading: G(() => [
5272
- nt(nn)
5271
+ nt(rn)
5273
5272
  ]),
5274
5273
  _: 2
5275
5274
  }, 1032, ["columns", "rows", "is-loading", "append-to"])
@@ -5282,7 +5281,7 @@ const Sl = { render: _l }, xl = { class: "is-team-name-long" }, Tl = { class: "i
5282
5281
  }, null, 512)
5283
5282
  ], 64));
5284
5283
  }
5285
- }, Rl = { class: "g-row" }, jl = ["value"], Fl = { key: 0 }, Bl = ["onClick"], Mc = {
5284
+ }, Gl = { class: "g-row" }, Rl = ["value"], jl = { key: 0 }, Fl = ["onClick"], kc = {
5286
5285
  __name: "SeasonSelector",
5287
5286
  props: {
5288
5287
  seasons: {
@@ -5320,13 +5319,13 @@ const Sl = { render: _l }, xl = { class: "is-team-name-long" }, Tl = { class: "i
5320
5319
  e("onChangeSection", s);
5321
5320
  }
5322
5321
  return (s, i) => (S(), O(ct, null, [
5323
- P("div", Rl, [
5322
+ P("div", Gl, [
5324
5323
  P("div", null, [
5325
5324
  P("label", {
5326
5325
  for: "season",
5327
5326
  class: J(v(_t)("label"))
5328
5327
  }, z(v(n)("selection.season")), 3),
5329
- nt(On, {
5328
+ nt(Pn, {
5330
5329
  id: "season",
5331
5330
  modelValue: a.value,
5332
5331
  "onUpdate:modelValue": i[0] || (i[0] = (l) => a.value = l)
@@ -5335,26 +5334,26 @@ const Sl = { render: _l }, xl = { class: "is-team-name-long" }, Tl = { class: "i
5335
5334
  (S(!0), O(ct, null, Pt(t.seasons, (l) => (S(), O("option", {
5336
5335
  key: l.championshipId,
5337
5336
  value: l.championshipId
5338
- }, z(l.seasonName), 9, jl))), 128))
5337
+ }, z(l.seasonName), 9, Rl))), 128))
5339
5338
  ]),
5340
5339
  _: 1
5341
5340
  }, 8, ["modelValue"])
5342
5341
  ])
5343
5342
  ]),
5344
- t.isSectionSelectionDisabled ? X("", !0) : (S(), O("div", Fl, [
5343
+ t.isSectionSelectionDisabled ? X("", !0) : (S(), O("div", jl, [
5345
5344
  (S(!0), O(ct, null, Pt(t.sections, (l) => (S(), O("button", {
5346
5345
  key: l.phaseId,
5347
5346
  onClick: (c) => o(l),
5348
5347
  class: J([v(_t)("tab-button"), { "is-active": l.sectionId === t.sectionId }])
5349
- }, z(l.sectionName), 11, Bl))), 128))
5348
+ }, z(l.sectionName), 11, Fl))), 128))
5350
5349
  ]))
5351
5350
  ], 64));
5352
5351
  }
5353
- }, Vl = {};
5354
- function Hl(t, e) {
5352
+ }, Bl = {};
5353
+ function Vl(t, e) {
5355
5354
  return S(), O("div", null, " Test-8 ");
5356
5355
  }
5357
- const Dc = /* @__PURE__ */ rn(Vl, [["render", Hl]]), Lc = {
5356
+ const Mc = /* @__PURE__ */ en(Bl, [["render", Vl]]), Dc = {
5358
5357
  locale: {
5359
5358
  type: String,
5360
5359
  default: "hu"
@@ -5375,7 +5374,7 @@ const Dc = /* @__PURE__ */ rn(Vl, [["render", Hl]]), Lc = {
5375
5374
  type: String,
5376
5375
  default: ""
5377
5376
  }
5378
- }, Yl = {
5377
+ }, Hl = {
5379
5378
  externalTeamLink: {
5380
5379
  type: [String, Function],
5381
5380
  default: ""
@@ -5384,7 +5383,7 @@ const Dc = /* @__PURE__ */ rn(Vl, [["render", Hl]]), Lc = {
5384
5383
  type: Boolean,
5385
5384
  default: !1
5386
5385
  }
5387
- }, Ec = {
5386
+ }, Lc = {
5388
5387
  limit: {
5389
5388
  type: Number,
5390
5389
  default: 20
@@ -5401,8 +5400,8 @@ const Dc = /* @__PURE__ */ rn(Vl, [["render", Hl]]), Lc = {
5401
5400
  type: Boolean,
5402
5401
  default: !1
5403
5402
  },
5404
- ...Yl
5405
- }, Ic = ({ modules: t = [], apiKey: e, gameResolver: r, teamResolver: n, playerResolver: a }) => {
5403
+ ...Hl
5404
+ }, Ec = ({ modules: t = [], apiKey: e, gameResolver: r, teamResolver: n, playerResolver: a }) => {
5406
5405
  if (window.__MJSZ_VBR_WIDGET__ = { apiKey: e, gameResolver: r, teamResolver: n, playerResolver: a }, t.length === 0)
5407
5406
  throw new Error("At least one module must be set");
5408
5407
  t.forEach((o) => {
@@ -5412,87 +5411,86 @@ const Dc = /* @__PURE__ */ rn(Vl, [["render", Hl]]), Lc = {
5412
5411
  });
5413
5412
  };
5414
5413
  export {
5415
- Da as AVAILABLE_TIMEZONES_BY_COUNTRY,
5416
- On as BaseSelect,
5417
- ac as COLUMNS_FIELD_PLAYERS,
5418
- sc as COLUMNS_FIELD_PLAYERS_PENALTY,
5419
- ic as COLUMNS_GOALIES,
5420
- Bi as COLUMNS_SCHEDULE,
5421
- fc as COLUMNS_SCORING_EFFICIENCY,
5422
- oc as COLUMNS_STANDINGS_P_2,
5423
- nc as COLUMNS_STANDINGS_P_3,
5424
- cc as COLUMNS_TEAMS_FAIRPLAY,
5425
- uc as COLUMNS_TEAMS_PENALTY_KILLING,
5426
- dc as COLUMNS_TEAMS_POWERPLAY,
5427
- lc as COLUMNS_TEAM_ATTENDANCE,
5428
- Pa as DEFAULT_EXTERNAL_BASE_URL,
5429
- Aa as DEFAULT_EXTERNAL_PLAYER_URL,
5430
- ka as DEFAULT_EXTERNAL_TEAM_URL,
5431
- Oa as DEFAULT_PORTRAIT_IMAGE_URL,
5432
- Qr as DataTable,
5433
- Kl as ErrorNotice,
5434
- ql as ErrorProvider,
5435
- Jr as FloatingPanel,
5436
- Zl as I18NProvider,
5414
+ Ma as AVAILABLE_TIMEZONES_BY_COUNTRY,
5415
+ Pn as BaseSelect,
5416
+ oc as COLUMNS_FIELD_PLAYERS,
5417
+ ac as COLUMNS_FIELD_PLAYERS_PENALTY,
5418
+ sc as COLUMNS_GOALIES,
5419
+ Fi as COLUMNS_SCHEDULE,
5420
+ dc as COLUMNS_SCORING_EFFICIENCY,
5421
+ nc as COLUMNS_STANDINGS_P_2,
5422
+ rc as COLUMNS_STANDINGS_P_3,
5423
+ lc as COLUMNS_TEAMS_FAIRPLAY,
5424
+ cc as COLUMNS_TEAMS_PENALTY_KILLING,
5425
+ uc as COLUMNS_TEAMS_POWERPLAY,
5426
+ ic as COLUMNS_TEAM_ATTENDANCE,
5427
+ Ta as DEFAULT_EXTERNAL_BASE_URL,
5428
+ Oa as DEFAULT_EXTERNAL_PLAYER_URL,
5429
+ Aa as DEFAULT_EXTERNAL_TEAM_URL,
5430
+ Pa as DEFAULT_PORTRAIT_IMAGE_URL,
5431
+ Jr as DataTable,
5432
+ Wl as ErrorNotice,
5433
+ Kl as ErrorProvider,
5434
+ Xr as FloatingPanel,
5435
+ ql as I18NProvider,
5437
5436
  It as Image,
5438
- ec as InvalidSeasonName,
5439
- La as LAZY_LOADING_STATE_DELAY,
5440
- Ma as LOCALE_FOR_LANG,
5441
- nn as LoadingIndicator,
5442
- Xl as Paginator,
5443
- Wl as REFRESH_DELAY,
5444
- on as ResponsiveTable,
5437
+ tc as InvalidSeasonName,
5438
+ Da as LAZY_LOADING_STATE_DELAY,
5439
+ ka as LOCALE_FOR_LANG,
5440
+ rn as LoadingIndicator,
5441
+ Zl as Paginator,
5442
+ Ul as REFRESH_DELAY,
5443
+ nn as ResponsiveTable,
5445
5444
  j as SORT_STATE_ASCEND,
5446
5445
  y as SORT_STATE_DESCEND,
5447
5446
  wt as SORT_STATE_ORIGINAL,
5448
- kc as ScheduleTable,
5449
- Mc as SeasonSelector,
5450
- rc as StatisticsTable,
5451
- Dc as Test,
5452
- tc as TimezoneSelector,
5447
+ Ac as ScheduleTable,
5448
+ kc as SeasonSelector,
5449
+ ec as StatisticsTable,
5450
+ Mc as Test,
5451
+ Ql as TimezoneSelector,
5453
5452
  ie as UndefinedColumn,
5454
- Ta as VBR_API_BASE_URL,
5455
- gn as WidgetError,
5456
- cs as appendTo,
5457
- Lc as baseProps,
5458
- yc as convert,
5459
- Ti as convertMinToMinSec,
5460
- mn as convertMinToSec,
5461
- xi as convertSecToMin,
5462
- _c as convertTimes,
5463
- Sc as convertTimesMinToMinSec,
5464
- xc as convertTimesSecToMin,
5465
- Ic as createConfig,
5466
- $a as createI18n,
5467
- Pc as externalGameLinkResolver,
5468
- Ac as externalPlayerLinkResolver,
5469
- Oc as externalTeamLinkResolver,
5470
- Vi as fetchVBRData,
5453
+ xa as VBR_API_BASE_URL,
5454
+ hn as WidgetError,
5455
+ ls as appendTo,
5456
+ Dc as baseProps,
5457
+ gc as convert,
5458
+ xi as convertMinToMinSec,
5459
+ pn as convertMinToSec,
5460
+ Si as convertSecToMin,
5461
+ $c as convertTimes,
5462
+ _c as convertTimesMinToMinSec,
5463
+ Sc as convertTimesSecToMin,
5464
+ Ec as createConfig,
5465
+ wa as createI18n,
5466
+ Tc as externalGameLinkResolver,
5467
+ Oc as externalPlayerLinkResolver,
5468
+ Pc as externalTeamLinkResolver,
5469
+ Bi as fetchVBRData,
5471
5470
  we as format,
5472
- _i as getLocalTimezone,
5473
- xa as i18n,
5474
- Jl as isBetween,
5475
- Ql as isSame,
5476
- Pi as isSameOrBefore,
5471
+ $i as getLocalTimezone,
5472
+ Sa as i18n,
5473
+ Xl as isBetween,
5474
+ Jl as isSame,
5475
+ Ti as isSameOrBefore,
5477
5476
  Jt as offsetName,
5478
- bc as playerName,
5479
- Ec as playerStatsProps,
5480
- vc as rawConvert,
5481
- Tc as sortGames,
5482
- dr as stringPadLeft,
5483
- wc as teamName,
5484
- Yl as teamStatsProps,
5485
- Ts as toKebabCase,
5486
- $c as upperCase,
5487
- hn as useColumns,
5488
- en as useError,
5489
- Ps as useErrorProvider,
5477
+ vc as playerName,
5478
+ Lc as playerStatsProps,
5479
+ yc as rawConvert,
5480
+ xc as sortGames,
5481
+ bc as teamName,
5482
+ Hl as teamStatsProps,
5483
+ xs as toKebabCase,
5484
+ wc as upperCase,
5485
+ mn as useColumns,
5486
+ tn as useError,
5487
+ Ts as useErrorProvider,
5490
5488
  Dt as useI18n,
5491
- Zn as useLazyLoadingState,
5489
+ qn as useLazyLoadingState,
5492
5490
  _t as useMainClass,
5493
- pc as usePage,
5494
- mc as useServices,
5495
- hc as useSort,
5496
- gc as useVisibilityChange,
5497
- Ai as validateColumnsName
5491
+ fc as usePage,
5492
+ pc as useServices,
5493
+ mc as useSort,
5494
+ hc as useVisibilityChange,
5495
+ Oi as validateColumnsName
5498
5496
  };