@mjsz-vbr-elements/extended 2.4.1 → 2.4.3
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.iife.js +2 -2
- package/dist/index.iife.js.br +0 -0
- package/dist/index.iife.js.gz +0 -0
- package/dist/index.js +156 -156
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @mjsz-vbr-elements/extended
|
|
3
|
-
* version: v2.4.
|
|
3
|
+
* version: v2.4.3 - 04/09/2024, 16:41:10
|
|
4
4
|
* (c) 2024
|
|
5
5
|
* description: Data visualization for MJSZ VBR
|
|
6
6
|
* author: Ákos Stegner <akos.stegner@gmail.com>
|
|
7
7
|
*/
|
|
8
|
-
import { getCurrentScope as
|
|
9
|
-
import { useError as Ie, useServices as J, useI18n as
|
|
10
|
-
import { Image as rt, I18NProvider as Ne, ErrorProvider as Ce, ErrorNotice as $e, LoadingIndicator as
|
|
11
|
-
import { format as V, convert as Ke, isBefore as
|
|
12
|
-
import { currentWeekStartEnd as ot, subtractDays as xt, addDays as zt, isBefore as Ue, isAfter as Be, startOfMonth as Oe, endOfMonth as Ge, rawConvert as
|
|
13
|
-
import { COLUMNS_SCHEDULE as kt, COLUMNS_STANDINGS_P_3 as
|
|
8
|
+
import { getCurrentScope as Kt, onScopeDispose as Ft, unref as s, ref as H, readonly as Vt, watch as me, reactive as se, getCurrentInstance as Ut, nextTick as Bt, computed as I, toRefs as Wt, shallowRef as tt, renderSlot as ke, normalizeProps as _e, guardReactiveProps as je, openBlock as m, createElementBlock as u, createElementVNode as d, normalizeClass as E, createTextVNode as ie, toDisplayString as v, Fragment as T, createVNode as S, createCommentVNode as P, createBlock as F, withCtx as L, renderList as U, toRef as Ht, isRef as ve, mergeProps as Jt, toHandlers as qt, defineCustomElement as Se } from "vue";
|
|
9
|
+
import { useError as Ie, useServices as J, useI18n as oe, useMainClass as B, useSort as Qt, usePage as Xt, useLazyLoadingState as Zt, useColumns as er } from "@mjsz-vbr-elements/core/composables";
|
|
10
|
+
import { Image as rt, I18NProvider as Ne, ErrorProvider as Ce, ErrorNotice as $e, LoadingIndicator as tr, FetchMoreObserver as rr, BaseSelect as le, StatisticsTable as ar, Paginator as or, AdditionalStandingsText as at, ResponsiveTable as ir, DataTable as nr } from "@mjsz-vbr-elements/core/components";
|
|
11
|
+
import { format as V, convert as Ke, isBefore as sr, isAfter as lr, offsetName as Fe, getLocalTimezone as Ve, externalGameLinkResolver as ft, WidgetError as yt, InvalidSeasonName as xe, sortGames as wt, convertPhaseName as cr, rawConvert as dr, playerName as gr, teamName as pr, scheduleOptionalRowClass as mr, convertTimesMinToMinSec as vr, convertTimesSecToMin as br, externalTeamLinkResolver as ur } from "@mjsz-vbr-elements/core/utils";
|
|
12
|
+
import { currentWeekStartEnd as ot, subtractDays as xt, addDays as zt, isBefore as Ue, isAfter as Be, startOfMonth as Oe, endOfMonth as Ge, rawConvert as hr, convertGamePeriodResults as fr, gameProps as yr } from "@mjsz-vbr-elements/core";
|
|
13
|
+
import { COLUMNS_SCHEDULE as kt, COLUMNS_STANDINGS_P_3 as wr, COLUMNS_FIELD_PLAYERS as fe, COLUMNS_FIELD_PLAYERS_PENALTY as xr, COLUMNS_GOALIES as it, COLUMNS_TEAMS_FAIRPLAY as zr, COLUMNS_TEAMS_PENALTY_KILLING as kr, COLUMNS_TEAMS_POWERPLAY as _r, COLUMNS_SCORING_EFFICIENCY as jr } from "@mjsz-vbr-elements/core/columns";
|
|
14
14
|
import { SORT_STATE_DESCEND as K } from "@mjsz-vbr-elements/core/constants";
|
|
15
|
-
function
|
|
16
|
-
return
|
|
15
|
+
function Sr(e) {
|
|
16
|
+
return Kt() ? (Ft(e), !0) : !1;
|
|
17
17
|
}
|
|
18
18
|
function _t(e) {
|
|
19
19
|
return typeof e == "function" ? e() : s(e);
|
|
20
20
|
}
|
|
21
|
-
const
|
|
21
|
+
const Ir = typeof window < "u" && typeof document < "u";
|
|
22
22
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
23
|
-
const
|
|
23
|
+
const Nr = (e) => typeof e < "u", Cr = Object.prototype.toString, $r = (e) => Cr.call(e) === "[object Object]", ce = () => {
|
|
24
24
|
};
|
|
25
|
-
function
|
|
25
|
+
function Er(e, t) {
|
|
26
26
|
function r(...a) {
|
|
27
27
|
return new Promise((o, i) => {
|
|
28
28
|
Promise.resolve(e(() => t.apply(this, a), { fn: t, thisArg: this, args: a })).then(o).catch(i);
|
|
@@ -31,7 +31,7 @@ function $r(e, t) {
|
|
|
31
31
|
return r;
|
|
32
32
|
}
|
|
33
33
|
const jt = (e) => e();
|
|
34
|
-
function
|
|
34
|
+
function Lr(e = jt) {
|
|
35
35
|
const t = H(!0);
|
|
36
36
|
function r() {
|
|
37
37
|
t.value = !1;
|
|
@@ -42,28 +42,28 @@ function Er(e = jt) {
|
|
|
42
42
|
const o = (...i) => {
|
|
43
43
|
t.value && e(...i);
|
|
44
44
|
};
|
|
45
|
-
return { isActive:
|
|
45
|
+
return { isActive: Vt(t), pause: r, resume: a, eventFilter: o };
|
|
46
46
|
}
|
|
47
|
-
function
|
|
47
|
+
function Ar(e, t, r = {}) {
|
|
48
48
|
const {
|
|
49
49
|
eventFilter: a = jt,
|
|
50
50
|
...o
|
|
51
51
|
} = r;
|
|
52
52
|
return me(
|
|
53
53
|
e,
|
|
54
|
-
|
|
54
|
+
Er(
|
|
55
55
|
a,
|
|
56
56
|
t
|
|
57
57
|
),
|
|
58
58
|
o
|
|
59
59
|
);
|
|
60
60
|
}
|
|
61
|
-
function
|
|
61
|
+
function Pr(e, t, r = {}) {
|
|
62
62
|
const {
|
|
63
63
|
eventFilter: a,
|
|
64
64
|
...o
|
|
65
|
-
} = r, { eventFilter: i, pause: n, resume: c, isActive: p } =
|
|
66
|
-
return { stop:
|
|
65
|
+
} = r, { eventFilter: i, pause: n, resume: c, isActive: p } = Lr(a);
|
|
66
|
+
return { stop: Ar(
|
|
67
67
|
e,
|
|
68
68
|
t,
|
|
69
69
|
{
|
|
@@ -72,12 +72,12 @@ function Ar(e, t, r = {}) {
|
|
|
72
72
|
}
|
|
73
73
|
), pause: n, resume: c, isActive: p };
|
|
74
74
|
}
|
|
75
|
-
function
|
|
75
|
+
function Mr(e) {
|
|
76
76
|
var t;
|
|
77
77
|
const r = _t(e);
|
|
78
78
|
return (t = r == null ? void 0 : r.$el) != null ? t : r;
|
|
79
79
|
}
|
|
80
|
-
const St =
|
|
80
|
+
const St = Ir ? window : void 0;
|
|
81
81
|
function nt(...e) {
|
|
82
82
|
let t, r, a, o;
|
|
83
83
|
if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([r, a, o] = e, t = St) : [t, r, a, o] = e, !t)
|
|
@@ -86,11 +86,11 @@ function nt(...e) {
|
|
|
86
86
|
const i = [], n = () => {
|
|
87
87
|
i.forEach((g) => g()), i.length = 0;
|
|
88
88
|
}, c = (g, z, x, f) => (g.addEventListener(z, x, f), () => g.removeEventListener(z, x, f)), p = me(
|
|
89
|
-
() => [
|
|
89
|
+
() => [Mr(t), _t(o)],
|
|
90
90
|
([g, z]) => {
|
|
91
91
|
if (n(), !g)
|
|
92
92
|
return;
|
|
93
|
-
const x =
|
|
93
|
+
const x = $r(z) ? { ...z } : z;
|
|
94
94
|
i.push(
|
|
95
95
|
...r.flatMap((f) => a.map((j) => c(g, f, j, x)))
|
|
96
96
|
);
|
|
@@ -99,7 +99,7 @@ function nt(...e) {
|
|
|
99
99
|
), l = () => {
|
|
100
100
|
p(), n();
|
|
101
101
|
};
|
|
102
|
-
return
|
|
102
|
+
return Sr(l), l;
|
|
103
103
|
}
|
|
104
104
|
function de(e, t) {
|
|
105
105
|
const {
|
|
@@ -132,19 +132,19 @@ function de(e, t) {
|
|
|
132
132
|
return;
|
|
133
133
|
}
|
|
134
134
|
const b = x(f).then((N) => (g(n.fulfilled, N), l.value === e.length - 1 && o(), N));
|
|
135
|
-
return i ? Promise.race([b,
|
|
135
|
+
return i ? Promise.race([b, Tr(i)]) : b;
|
|
136
136
|
}).catch((f) => i != null && i.aborted ? (g(n.aborted, f), f) : (g(n.rejected, f), a(), f)), Promise.resolve()), {
|
|
137
137
|
activeIndex: l,
|
|
138
138
|
result: p
|
|
139
139
|
};
|
|
140
140
|
}
|
|
141
|
-
function
|
|
141
|
+
function Tr(e) {
|
|
142
142
|
return new Promise((t, r) => {
|
|
143
143
|
const a = new Error("aborted");
|
|
144
144
|
e.aborted ? r(a) : e.addEventListener("abort", () => r(a), { once: !0 });
|
|
145
145
|
});
|
|
146
146
|
}
|
|
147
|
-
function
|
|
147
|
+
function Dr(e) {
|
|
148
148
|
return JSON.parse(JSON.stringify(e));
|
|
149
149
|
}
|
|
150
150
|
function It(e = "history", t = {}) {
|
|
@@ -187,7 +187,7 @@ function It(e = "history", t = {}) {
|
|
|
187
187
|
}
|
|
188
188
|
Array.from(w).forEach((h) => delete c[h]);
|
|
189
189
|
}
|
|
190
|
-
const { pause: x, resume: f } =
|
|
190
|
+
const { pause: x, resume: f } = Pr(
|
|
191
191
|
c,
|
|
192
192
|
() => {
|
|
193
193
|
const y = new URLSearchParams("");
|
|
@@ -212,7 +212,7 @@ function It(e = "history", t = {}) {
|
|
|
212
212
|
const N = g();
|
|
213
213
|
return N.keys().next().value ? z(N) : Object.assign(c, r), c;
|
|
214
214
|
}
|
|
215
|
-
function
|
|
215
|
+
function Or(e, t, r, a = {}) {
|
|
216
216
|
var o, i, n;
|
|
217
217
|
const {
|
|
218
218
|
clone: c = !1,
|
|
@@ -221,10 +221,10 @@ function Dr(e, t, r, a = {}) {
|
|
|
221
221
|
deep: g = !1,
|
|
222
222
|
defaultValue: z,
|
|
223
223
|
shouldEmit: x
|
|
224
|
-
} = a, f =
|
|
224
|
+
} = a, f = Ut(), j = r || (f == null ? void 0 : f.emit) || ((o = f == null ? void 0 : f.$emit) == null ? void 0 : o.bind(f)) || ((n = (i = f == null ? void 0 : f.proxy) == null ? void 0 : i.$emit) == null ? void 0 : n.bind(f == null ? void 0 : f.proxy));
|
|
225
225
|
let b = l;
|
|
226
226
|
t || (t = "modelValue"), b = b || `update:${t.toString()}`;
|
|
227
|
-
const N = (h) => c ? typeof c == "function" ? c(h) :
|
|
227
|
+
const N = (h) => c ? typeof c == "function" ? c(h) : Dr(h) : h, y = () => Nr(e[t]) ? N(e[t]) : z, w = (h) => {
|
|
228
228
|
x ? x(h) && j(b, h) : j(b, h);
|
|
229
229
|
};
|
|
230
230
|
if (p) {
|
|
@@ -233,7 +233,7 @@ function Dr(e, t, r, a = {}) {
|
|
|
233
233
|
return me(
|
|
234
234
|
() => e[t],
|
|
235
235
|
(A) => {
|
|
236
|
-
k || (k = !0, $.value = N(A),
|
|
236
|
+
k || (k = !0, $.value = N(A), Bt(() => k = !1));
|
|
237
237
|
}
|
|
238
238
|
), me(
|
|
239
239
|
$,
|
|
@@ -255,7 +255,7 @@ function Dr(e, t, r, a = {}) {
|
|
|
255
255
|
function We(e, t, r = {}) {
|
|
256
256
|
const a = {};
|
|
257
257
|
for (const o in e)
|
|
258
|
-
a[o] =
|
|
258
|
+
a[o] = Or(
|
|
259
259
|
e,
|
|
260
260
|
o,
|
|
261
261
|
t,
|
|
@@ -348,7 +348,7 @@ function Nt(e, t, r) {
|
|
|
348
348
|
return !c && i <= 0 ? r.apply(this, a) : Ee(Math.max(0, i), Nt(e, a, r));
|
|
349
349
|
};
|
|
350
350
|
}
|
|
351
|
-
var
|
|
351
|
+
var Gr = /* @__PURE__ */ G(function(t, r) {
|
|
352
352
|
return t === 1 ? R(r) : Ee(t, Nt(t, [], r));
|
|
353
353
|
});
|
|
354
354
|
function He(e) {
|
|
@@ -388,10 +388,10 @@ function He(e) {
|
|
|
388
388
|
const Je = Array.isArray || function(t) {
|
|
389
389
|
return t != null && t.length >= 0 && Object.prototype.toString.call(t) === "[object Array]";
|
|
390
390
|
};
|
|
391
|
-
function
|
|
391
|
+
function Rr(e) {
|
|
392
392
|
return e != null && typeof e["@@transducer/step"] == "function";
|
|
393
393
|
}
|
|
394
|
-
function
|
|
394
|
+
function Yr(e, t, r) {
|
|
395
395
|
return function() {
|
|
396
396
|
if (arguments.length === 0)
|
|
397
397
|
return r();
|
|
@@ -402,7 +402,7 @@ function Rr(e, t, r) {
|
|
|
402
402
|
return a[e[o]].apply(a, Array.prototype.slice.call(arguments, 0, -1));
|
|
403
403
|
o += 1;
|
|
404
404
|
}
|
|
405
|
-
if (
|
|
405
|
+
if (Rr(a)) {
|
|
406
406
|
var i = t.apply(null, Array.prototype.slice.call(arguments, 0, -1));
|
|
407
407
|
return i(a);
|
|
408
408
|
}
|
|
@@ -421,69 +421,69 @@ const st = {
|
|
|
421
421
|
function Ye(e, t) {
|
|
422
422
|
return Object.prototype.hasOwnProperty.call(t, e);
|
|
423
423
|
}
|
|
424
|
-
var lt = Object.prototype.toString,
|
|
424
|
+
var lt = Object.prototype.toString, Kr = /* @__PURE__ */ function() {
|
|
425
425
|
return lt.call(arguments) === "[object Arguments]" ? function(t) {
|
|
426
426
|
return lt.call(t) === "[object Arguments]";
|
|
427
427
|
} : function(t) {
|
|
428
428
|
return Ye("callee", t);
|
|
429
429
|
};
|
|
430
|
-
}(),
|
|
430
|
+
}(), Fr = !/* @__PURE__ */ {
|
|
431
431
|
toString: null
|
|
432
432
|
}.propertyIsEnumerable("toString"), ct = ["constructor", "valueOf", "isPrototypeOf", "toString", "propertyIsEnumerable", "hasOwnProperty", "toLocaleString"], dt = /* @__PURE__ */ function() {
|
|
433
433
|
return arguments.propertyIsEnumerable("length");
|
|
434
|
-
}(),
|
|
434
|
+
}(), Vr = function(t, r) {
|
|
435
435
|
for (var a = 0; a < t.length; ) {
|
|
436
436
|
if (t[a] === r)
|
|
437
437
|
return !0;
|
|
438
438
|
a += 1;
|
|
439
439
|
}
|
|
440
440
|
return !1;
|
|
441
|
-
},
|
|
441
|
+
}, Ur = /* @__PURE__ */ R(typeof Object.keys == "function" && !dt ? function(t) {
|
|
442
442
|
return Object(t) !== t ? [] : Object.keys(t);
|
|
443
443
|
} : function(t) {
|
|
444
444
|
if (Object(t) !== t)
|
|
445
445
|
return [];
|
|
446
|
-
var r, a, o = [], i = dt &&
|
|
446
|
+
var r, a, o = [], i = dt && Kr(t);
|
|
447
447
|
for (r in t)
|
|
448
448
|
Ye(r, t) && (!i || r !== "length") && (o[o.length] = r);
|
|
449
|
-
if (
|
|
449
|
+
if (Fr)
|
|
450
450
|
for (a = ct.length - 1; a >= 0; )
|
|
451
|
-
r = ct[a], Ye(r, t) && !
|
|
451
|
+
r = ct[a], Ye(r, t) && !Vr(o, r) && (o[o.length] = r), a -= 1;
|
|
452
452
|
return o;
|
|
453
453
|
});
|
|
454
|
-
function
|
|
454
|
+
function Br(e, t) {
|
|
455
455
|
for (var r = 0, a = t.length, o = Array(a); r < a; )
|
|
456
456
|
o[r] = e(t[r]), r += 1;
|
|
457
457
|
return o;
|
|
458
458
|
}
|
|
459
|
-
function
|
|
459
|
+
function Wr(e, t, r) {
|
|
460
460
|
for (var a = 0, o = r.length; a < o; )
|
|
461
461
|
t = e(t, r[a]), a += 1;
|
|
462
462
|
return t;
|
|
463
463
|
}
|
|
464
|
-
var
|
|
464
|
+
var Hr = /* @__PURE__ */ function() {
|
|
465
465
|
function e(t, r) {
|
|
466
466
|
this.xf = r, this.f = t;
|
|
467
467
|
}
|
|
468
468
|
return e.prototype["@@transducer/init"] = st.init, e.prototype["@@transducer/result"] = st.result, e.prototype["@@transducer/step"] = function(t, r) {
|
|
469
469
|
return this.xf["@@transducer/step"](t, this.f(r));
|
|
470
470
|
}, e;
|
|
471
|
-
}(),
|
|
471
|
+
}(), Jr = function(t) {
|
|
472
472
|
return function(r) {
|
|
473
|
-
return new
|
|
473
|
+
return new Hr(t, r);
|
|
474
474
|
};
|
|
475
|
-
}, qe = /* @__PURE__ */ G(/* @__PURE__ */
|
|
475
|
+
}, qe = /* @__PURE__ */ G(/* @__PURE__ */ Yr(["fantasy-land/map", "map"], Jr, function(t, r) {
|
|
476
476
|
switch (Object.prototype.toString.call(r)) {
|
|
477
477
|
case "[object Function]":
|
|
478
|
-
return
|
|
478
|
+
return Gr(r.length, function() {
|
|
479
479
|
return t.call(this, r.apply(this, arguments));
|
|
480
480
|
});
|
|
481
481
|
case "[object Object]":
|
|
482
|
-
return
|
|
482
|
+
return Wr(function(a, o) {
|
|
483
483
|
return a[o] = t(r[o]), a;
|
|
484
|
-
}, {},
|
|
484
|
+
}, {}, Ur(r));
|
|
485
485
|
default:
|
|
486
|
-
return
|
|
486
|
+
return Br(t, r);
|
|
487
487
|
}
|
|
488
488
|
}));
|
|
489
489
|
const Ct = Number.isInteger || function(t) {
|
|
@@ -496,15 +496,15 @@ function Le(e, t) {
|
|
|
496
496
|
var r = e < 0 ? t.length + e : e;
|
|
497
497
|
return Qe(t) ? t.charAt(r) : t[r];
|
|
498
498
|
}
|
|
499
|
-
var
|
|
499
|
+
var X = /* @__PURE__ */ G(function(t, r) {
|
|
500
500
|
if (r != null)
|
|
501
501
|
return Ct(t) ? Le(t, r) : r[t];
|
|
502
|
-
}),
|
|
502
|
+
}), qr = /* @__PURE__ */ R(function(t) {
|
|
503
503
|
return Je(t) ? !0 : !t || typeof t != "object" || Qe(t) ? !1 : t.length === 0 ? !0 : t.length > 0 ? t.hasOwnProperty(0) && t.hasOwnProperty(t.length - 1) : !1;
|
|
504
504
|
}), gt = typeof Symbol < "u" ? Symbol.iterator : "@@iterator";
|
|
505
|
-
function
|
|
505
|
+
function Qr(e, t, r) {
|
|
506
506
|
return function(o, i, n) {
|
|
507
|
-
if (
|
|
507
|
+
if (qr(n))
|
|
508
508
|
return e(o, i, n);
|
|
509
509
|
if (n == null)
|
|
510
510
|
return i;
|
|
@@ -519,7 +519,7 @@ function qr(e, t, r) {
|
|
|
519
519
|
throw new TypeError("reduce: list must be array or iterable");
|
|
520
520
|
};
|
|
521
521
|
}
|
|
522
|
-
function
|
|
522
|
+
function Xr(e, t, r) {
|
|
523
523
|
for (var a = 0, o = r.length; a < o; ) {
|
|
524
524
|
if (t = e["@@transducer/step"](t, r[a]), t && t["@@transducer/reduced"]) {
|
|
525
525
|
t = t["@@transducer/value"];
|
|
@@ -529,12 +529,12 @@ function Qr(e, t, r) {
|
|
|
529
529
|
}
|
|
530
530
|
return e["@@transducer/result"](t);
|
|
531
531
|
}
|
|
532
|
-
var
|
|
532
|
+
var Zr = /* @__PURE__ */ G(function(t, r) {
|
|
533
533
|
return Ee(t.length, function() {
|
|
534
534
|
return t.apply(r, arguments);
|
|
535
535
|
});
|
|
536
536
|
});
|
|
537
|
-
function
|
|
537
|
+
function ea(e, t, r) {
|
|
538
538
|
for (var a = r.next(); !a.done; ) {
|
|
539
539
|
if (t = e["@@transducer/step"](t, a.value), t && t["@@transducer/reduced"]) {
|
|
540
540
|
t = t["@@transducer/value"];
|
|
@@ -544,10 +544,10 @@ function Zr(e, t, r) {
|
|
|
544
544
|
}
|
|
545
545
|
return e["@@transducer/result"](t);
|
|
546
546
|
}
|
|
547
|
-
function
|
|
548
|
-
return e["@@transducer/result"](r[a](
|
|
547
|
+
function ta(e, t, r, a) {
|
|
548
|
+
return e["@@transducer/result"](r[a](Zr(e["@@transducer/step"], e), t));
|
|
549
549
|
}
|
|
550
|
-
var
|
|
550
|
+
var ra = /* @__PURE__ */ Qr(Xr, ta, ea), aa = /* @__PURE__ */ function() {
|
|
551
551
|
function e(t) {
|
|
552
552
|
this.f = t;
|
|
553
553
|
}
|
|
@@ -559,13 +559,13 @@ var ta = /* @__PURE__ */ qr(Qr, ea, Zr), ra = /* @__PURE__ */ function() {
|
|
|
559
559
|
return this.f(t, r);
|
|
560
560
|
}, e;
|
|
561
561
|
}();
|
|
562
|
-
function
|
|
563
|
-
return new
|
|
562
|
+
function oa(e) {
|
|
563
|
+
return new aa(e);
|
|
564
564
|
}
|
|
565
|
-
var
|
|
566
|
-
return
|
|
565
|
+
var ia = /* @__PURE__ */ He(function(e, t, r) {
|
|
566
|
+
return ra(typeof e == "function" ? oa(e) : e, t, r);
|
|
567
567
|
});
|
|
568
|
-
function
|
|
568
|
+
function na(e, t) {
|
|
569
569
|
return function() {
|
|
570
570
|
return t.call(this, e.apply(this, arguments));
|
|
571
571
|
};
|
|
@@ -579,31 +579,31 @@ function $t(e, t) {
|
|
|
579
579
|
return Je(a) || typeof a[e] != "function" ? t.apply(this, arguments) : a[e].apply(a, Array.prototype.slice.call(arguments, 0, r - 1));
|
|
580
580
|
};
|
|
581
581
|
}
|
|
582
|
-
var
|
|
582
|
+
var sa = /* @__PURE__ */ He(/* @__PURE__ */ $t("slice", function(t, r, a) {
|
|
583
583
|
return Array.prototype.slice.call(a, t, r);
|
|
584
|
-
})),
|
|
584
|
+
})), la = /* @__PURE__ */ R(/* @__PURE__ */ $t("tail", /* @__PURE__ */ sa(1, 1 / 0)));
|
|
585
585
|
function ue() {
|
|
586
586
|
if (arguments.length === 0)
|
|
587
587
|
throw new Error("pipe requires at least one argument");
|
|
588
|
-
return Ee(arguments[0].length,
|
|
588
|
+
return Ee(arguments[0].length, ia(na, arguments[0], la(arguments)));
|
|
589
589
|
}
|
|
590
|
-
var
|
|
590
|
+
var ca = /* @__PURE__ */ R(function(t) {
|
|
591
591
|
return Qe(t) ? t.split("").reverse().join("") : Array.prototype.slice.call(t, 0).reverse();
|
|
592
592
|
});
|
|
593
593
|
function Xe() {
|
|
594
594
|
if (arguments.length === 0)
|
|
595
595
|
throw new Error("compose requires at least one argument");
|
|
596
|
-
return ue.apply(this,
|
|
596
|
+
return ue.apply(this, ca(arguments));
|
|
597
597
|
}
|
|
598
598
|
var q = /* @__PURE__ */ R(function(e) {
|
|
599
599
|
return Le(0, e);
|
|
600
600
|
}), Et = /* @__PURE__ */ He(function(t, r, a) {
|
|
601
601
|
var o = t(r), i = t(a);
|
|
602
602
|
return o > i ? -1 : o < i ? 1 : 0;
|
|
603
|
-
}),
|
|
603
|
+
}), da = /* @__PURE__ */ R(function(e) {
|
|
604
604
|
return Le(-1, e);
|
|
605
605
|
});
|
|
606
|
-
function
|
|
606
|
+
function ga(e, t) {
|
|
607
607
|
for (var r = t, a = 0; a < e.length; a += 1) {
|
|
608
608
|
if (r == null)
|
|
609
609
|
return;
|
|
@@ -612,30 +612,30 @@ function da(e, t) {
|
|
|
612
612
|
}
|
|
613
613
|
return r;
|
|
614
614
|
}
|
|
615
|
-
var
|
|
615
|
+
var pa = /* @__PURE__ */ G(function(t, r) {
|
|
616
616
|
for (var a = {}, o = {}, i = 0, n = t.length; i < n; )
|
|
617
617
|
o[t[i]] = 1, i += 1;
|
|
618
618
|
for (var c in r)
|
|
619
619
|
o.hasOwnProperty(c) || (a[c] = r[c]);
|
|
620
620
|
return a;
|
|
621
|
-
}), Lt = /* @__PURE__ */ G(
|
|
621
|
+
}), Lt = /* @__PURE__ */ G(ga), At = /* @__PURE__ */ G(function(t, r) {
|
|
622
622
|
for (var a = {}, o = 0; o < t.length; )
|
|
623
623
|
t[o] in r && (a[t[o]] = r[t[o]]), o += 1;
|
|
624
624
|
return a;
|
|
625
625
|
}), Pt = /* @__PURE__ */ G(function(t, r) {
|
|
626
626
|
return Array.prototype.slice.call(r, 0).sort(t);
|
|
627
|
-
}),
|
|
627
|
+
}), Mt = /* @__PURE__ */ G(function(t, r) {
|
|
628
628
|
return Array.prototype.slice.call(r, 0).sort(function(a, o) {
|
|
629
629
|
var i = t(a), n = t(o);
|
|
630
630
|
return i < n ? -1 : i > n ? 1 : 0;
|
|
631
631
|
});
|
|
632
632
|
});
|
|
633
|
-
const
|
|
633
|
+
const ae = "gamesPlayed", be = "todaysGames", ge = "nextGames", ze = "weekGames", ma = (e, t) => (t.value = { firstGame: e.firstGame, lastGame: e.lastGame }, hr(e.games, fr)), O = /* @__PURE__ */ new Date(), ye = (/* @__PURE__ */ new Map()).set(be, () => ({ min: O, max: O, month: null, id: null })).set(ze, () => ({
|
|
634
634
|
min: ot().startDate,
|
|
635
635
|
max: ot().endDate,
|
|
636
636
|
month: null,
|
|
637
637
|
id: null
|
|
638
|
-
})).set(
|
|
638
|
+
})).set(ae, (e = null) => {
|
|
639
639
|
const { year: t, month: r } = pt(e);
|
|
640
640
|
return {
|
|
641
641
|
min: mt(new Date(t, r, 1), !0),
|
|
@@ -649,7 +649,7 @@ const re = "gamesPlayed", be = "todaysGames", ge = "nextGames", ze = "weekGames"
|
|
|
649
649
|
max: vt(new Date(t, r, 1)),
|
|
650
650
|
id: `${t}-${r}`
|
|
651
651
|
};
|
|
652
|
-
}), va = (/* @__PURE__ */ new Map()).set(be, () => []).set(
|
|
652
|
+
}), va = (/* @__PURE__ */ new Map()).set(be, () => []).set(ae, (e, t) => ba(xt(O, 1), e, t)).set(ge, (e, t) => ua(zt(O, 1), e, t)).set(ze, () => []);
|
|
653
653
|
function ba(e, t, r) {
|
|
654
654
|
return Ue(e, t) ? [] : Be(e, r) ? [t, r] : [t, e];
|
|
655
655
|
}
|
|
@@ -714,7 +714,7 @@ const bt = 20, fa = {
|
|
|
714
714
|
}
|
|
715
715
|
},
|
|
716
716
|
setup(e) {
|
|
717
|
-
const t = e, { timezone: r, locale: a } =
|
|
717
|
+
const t = e, { timezone: r, locale: a } = Wt(t), { onError: o } = Ie(), i = It("history"), n = H(i.panel || be), c = H(null), p = H(0), l = tt({
|
|
718
718
|
firstGame: O,
|
|
719
719
|
lastGame: O
|
|
720
720
|
}), g = tt({
|
|
@@ -739,10 +739,10 @@ const bt = 20, fa = {
|
|
|
739
739
|
onError: o
|
|
740
740
|
}), j = I(
|
|
741
741
|
() => Ke(z.value).schedule(r.value, a.value).more(0, p.value * bt + bt).groupByDays().value()
|
|
742
|
-
), b = I(() => [
|
|
742
|
+
), b = I(() => [ae, ge].includes(n.value)), N = I(
|
|
743
743
|
() => ha(
|
|
744
744
|
...va.get(n.value)(l.value.firstGame, l.value.lastGame),
|
|
745
|
-
n.value ===
|
|
745
|
+
n.value === ae,
|
|
746
746
|
a.value
|
|
747
747
|
)
|
|
748
748
|
);
|
|
@@ -771,15 +771,15 @@ const bt = 20, fa = {
|
|
|
771
771
|
}
|
|
772
772
|
function $() {
|
|
773
773
|
var Y, W;
|
|
774
|
-
if (![
|
|
774
|
+
if (![ae, ge].includes(n.value)) return;
|
|
775
775
|
const { firstGame: k, lastGame: A } = l.value;
|
|
776
|
-
if (
|
|
777
|
-
const { min: D, max:
|
|
778
|
-
return g.value = { min: V(D, "YYYY-MM-DD"), max: V(
|
|
776
|
+
if (sr(O, k)) {
|
|
777
|
+
const { min: D, max: Z, id: ee } = ye.get(n.value)((Y = q(N.value)) == null ? void 0 : Y.id);
|
|
778
|
+
return g.value = { min: V(D, "YYYY-MM-DD"), max: V(Z, "YYYY-MM-DD") }, c.value = ee, f();
|
|
779
779
|
}
|
|
780
|
-
if (
|
|
781
|
-
const { min: D, max:
|
|
782
|
-
g.value = { min: V(D, "YYYY-MM-DD"), max: V(
|
|
780
|
+
if (lr(O, A)) {
|
|
781
|
+
const { min: D, max: Z, id: ee } = ye.get(n.value)((W = da(N.value)) == null ? void 0 : W.id);
|
|
782
|
+
g.value = { min: V(D, "YYYY-MM-DD"), max: V(Z, "YYYY-MM-DD") }, c.value = ee, f();
|
|
783
783
|
}
|
|
784
784
|
}
|
|
785
785
|
return (k, A) => ke(k.$slots, "default", _e(je({
|
|
@@ -881,7 +881,7 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
881
881
|
}
|
|
882
882
|
},
|
|
883
883
|
setup(e) {
|
|
884
|
-
const { t } =
|
|
884
|
+
const { t } = oe();
|
|
885
885
|
return (r, a) => (m(), u("div", {
|
|
886
886
|
class: E([s(B)("card-item"), { "is-optional": e.game.optional }])
|
|
887
887
|
}, [
|
|
@@ -1109,7 +1109,7 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1109
1109
|
type: String,
|
|
1110
1110
|
default: ""
|
|
1111
1111
|
},
|
|
1112
|
-
...
|
|
1112
|
+
...yr
|
|
1113
1113
|
},
|
|
1114
1114
|
setup(e) {
|
|
1115
1115
|
const t = { en: Pe, hu: Ae }, r = e, a = H(Ve()), o = B("tab-button"), i = I(() => r.isGameTargetExternal ? "_blank" : "_self"), n = (c) => ft(r.externalGameResolver || "/game/id/{id}", c);
|
|
@@ -1146,9 +1146,9 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1146
1146
|
class: E([
|
|
1147
1147
|
s(o),
|
|
1148
1148
|
"basis-[fit-content] shrink-0",
|
|
1149
|
-
{ "is-active": b === s(
|
|
1149
|
+
{ "is-active": b === s(ae) }
|
|
1150
1150
|
]),
|
|
1151
|
-
onClick: (k) => $(s(
|
|
1151
|
+
onClick: (k) => $(s(ae))
|
|
1152
1152
|
}, v(l("calendar.gamesPlayed")), 11, mo),
|
|
1153
1153
|
d("button", {
|
|
1154
1154
|
class: E([
|
|
@@ -1188,7 +1188,7 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1188
1188
|
], 2),
|
|
1189
1189
|
x.totalItems === 0 && !j ? (m(), u("div", fo, v(l("calendar.noGame")), 1)) : P("", !0),
|
|
1190
1190
|
d("div", null, [
|
|
1191
|
-
j ? (m(), F(s(
|
|
1191
|
+
j ? (m(), F(s(tr), { key: 0 })) : P("", !0),
|
|
1192
1192
|
(m(!0), u(T, null, U(x.rows, (k, A) => (m(), u("div", {
|
|
1193
1193
|
key: A,
|
|
1194
1194
|
"data-gamedate": A
|
|
@@ -1206,7 +1206,7 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1206
1206
|
])
|
|
1207
1207
|
], 8, yo))), 128))
|
|
1208
1208
|
]),
|
|
1209
|
-
!j && x.currentItems < x.totalItems && y ? (m(), F(s(
|
|
1209
|
+
!j && x.currentItems < x.totalItems && y ? (m(), F(s(rr), {
|
|
1210
1210
|
key: 1,
|
|
1211
1211
|
options: { rootMargin: "400px" },
|
|
1212
1212
|
onIntersect: w
|
|
@@ -1229,16 +1229,16 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1229
1229
|
}, _o = /* @__PURE__ */ Te(ko, [["styles", [Me, lo, co, go]]]), jo = (e, t) => {
|
|
1230
1230
|
if (e.length === 0) throw new yt(xe.message, xe.options);
|
|
1231
1231
|
t.seasons = So(e), t.championshipId || (t.championshipId = q(t.seasons).championshipId);
|
|
1232
|
-
}, So = (e) => Xe(Pt(Et(
|
|
1233
|
-
var r, a, o;
|
|
1234
|
-
t.championships =
|
|
1232
|
+
}, So = (e) => Xe(Pt(Et(X("seasonName"))), qe(At(["championshipId", "seasonName"])))(e), pe = "schedule", Re = "standings", ne = "players", we = "teams", Io = (e, t) => {
|
|
1233
|
+
var r, a, o, i;
|
|
1234
|
+
t.championships = Mt(X("sectionId"))(e), t.selectedChampionshipId = (a = (r = t.championships) == null ? void 0 : r[0]) == null ? void 0 : a.sectionId, t.phaseId = (i = (o = e == null ? void 0 : e[0]) == null ? void 0 : o.phases[0]) == null ? void 0 : i.phaseId;
|
|
1235
1235
|
}, No = (/* @__PURE__ */ new Map()).set("schedule", {
|
|
1236
1236
|
api: "/v2/games-list",
|
|
1237
1237
|
columns: kt,
|
|
1238
1238
|
sort: {}
|
|
1239
1239
|
}).set("standings", {
|
|
1240
1240
|
api: "/v2/standings",
|
|
1241
|
-
columns:
|
|
1241
|
+
columns: wr,
|
|
1242
1242
|
sort: {}
|
|
1243
1243
|
}).set("points", {
|
|
1244
1244
|
api: "/v2/players-stats",
|
|
@@ -1276,7 +1276,7 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1276
1276
|
}
|
|
1277
1277
|
}).set("playerspenalties", {
|
|
1278
1278
|
api: "/v2/players-penalty",
|
|
1279
|
-
columns:
|
|
1279
|
+
columns: xr,
|
|
1280
1280
|
sort: {
|
|
1281
1281
|
sortTarget: "pim",
|
|
1282
1282
|
orders: [{ target: "pim", direction: K }]
|
|
@@ -1299,28 +1299,28 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1299
1299
|
}
|
|
1300
1300
|
}).set("teamFairplay", {
|
|
1301
1301
|
api: "/v2/team-fairplay",
|
|
1302
|
-
columns:
|
|
1302
|
+
columns: zr,
|
|
1303
1303
|
sort: {
|
|
1304
1304
|
sortTarget: "pim",
|
|
1305
1305
|
orders: [{ target: "pim", direction: K }]
|
|
1306
1306
|
}
|
|
1307
1307
|
}).set("teamPenaltiKilling", {
|
|
1308
1308
|
api: "/v2/team-powerplay",
|
|
1309
|
-
columns:
|
|
1309
|
+
columns: kr,
|
|
1310
1310
|
sort: {
|
|
1311
1311
|
sortTarget: "pkPercent",
|
|
1312
1312
|
orders: [{ target: "pkPercent", direction: K }]
|
|
1313
1313
|
}
|
|
1314
1314
|
}).set("teamPowerplay", {
|
|
1315
1315
|
api: "/v2/team-powerplay",
|
|
1316
|
-
columns:
|
|
1316
|
+
columns: _r,
|
|
1317
1317
|
sort: {
|
|
1318
1318
|
sortTarget: "ppPercent",
|
|
1319
1319
|
orders: [{ target: "ppPercent", direction: K }]
|
|
1320
1320
|
}
|
|
1321
1321
|
}).set("teamScoringEfficiency", {
|
|
1322
1322
|
api: "/v2/team-scoring-efficiency",
|
|
1323
|
-
columns:
|
|
1323
|
+
columns: jr,
|
|
1324
1324
|
sort: {
|
|
1325
1325
|
sortTarget: "sp",
|
|
1326
1326
|
orders: [{ target: "sp", direction: K }]
|
|
@@ -1423,10 +1423,10 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1423
1423
|
columns: kt,
|
|
1424
1424
|
sort: null,
|
|
1425
1425
|
report: "points"
|
|
1426
|
-
}), o =
|
|
1426
|
+
}), o = Ht(t, "timezone"), { onError: i } = Ie(), { sort: n, change: c } = Qt({
|
|
1427
1427
|
sortTarget: "",
|
|
1428
1428
|
orders: []
|
|
1429
|
-
}), { page: p, change: l } =
|
|
1429
|
+
}), { page: p, change: l } = Xt(), { t: g } = oe(), { isLoading: z, execute: x } = J({
|
|
1430
1430
|
options: {
|
|
1431
1431
|
path: "/v2/championship-seasons",
|
|
1432
1432
|
apiKey: t.apiKey,
|
|
@@ -1455,42 +1455,42 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1455
1455
|
},
|
|
1456
1456
|
transform: (_) => wt(_),
|
|
1457
1457
|
onError: i
|
|
1458
|
-
}), w =
|
|
1458
|
+
}), w = Zt([f, z, b], { delay: 1e3 });
|
|
1459
1459
|
de([x, j, y]);
|
|
1460
1460
|
const h = I(
|
|
1461
1461
|
() => a.selectedPanel === ne ? ut(g) : ht(g)
|
|
1462
1462
|
), $ = I(() => {
|
|
1463
1463
|
const _ = a.championships.find((M) => M.sectionId === a.selectedChampionshipId);
|
|
1464
|
-
return
|
|
1464
|
+
return cr((_ == null ? void 0 : _.phases) ?? []);
|
|
1465
1465
|
}), k = I(() => a.selectedPanel === pe ? 0 : t.limit), A = I(
|
|
1466
|
-
() =>
|
|
1466
|
+
() => dr(
|
|
1467
1467
|
N.value,
|
|
1468
|
-
dr,
|
|
1469
1468
|
gr,
|
|
1470
1469
|
pr,
|
|
1471
|
-
mr
|
|
1472
|
-
vr(["
|
|
1470
|
+
mr,
|
|
1471
|
+
vr(["mip"]),
|
|
1472
|
+
br(["dvgTime", "dvgTimePP1", "dvgTimePP2", "advTime", "advTimePP1", "advTimePP2"])
|
|
1473
1473
|
)
|
|
1474
1474
|
), Y = I(() => Ke(s(A)).sorted(n).addContinuousIndex().schedule(s(o), s(t.locale)).pagination(s(p), k.value).value()), W = (_) => {
|
|
1475
1475
|
a.championshipId = _, r.championshipId = _, de([j, y]);
|
|
1476
1476
|
}, D = (_) => {
|
|
1477
1477
|
var M;
|
|
1478
1478
|
a.selectedChampionshipId = _, a.phaseId = ((M = $.value[0]) == null ? void 0 : M.phaseId) ?? null, y();
|
|
1479
|
-
}, X = (_) => {
|
|
1480
|
-
a.phaseId = _, y();
|
|
1481
1479
|
}, Z = (_) => {
|
|
1482
|
-
|
|
1480
|
+
a.phaseId = _, y();
|
|
1481
|
+
}, ee = (_) => {
|
|
1482
|
+
var te, re;
|
|
1483
1483
|
a.selectedPanel = _;
|
|
1484
1484
|
let M = _;
|
|
1485
|
-
_ === ne && (M = (
|
|
1485
|
+
_ === ne && (M = (te = q(ut(ce))) == null ? void 0 : te.value), _ === we && (M = (re = q(ht(ce))) == null ? void 0 : re.value), a.report = M, he(M);
|
|
1486
1486
|
};
|
|
1487
1487
|
function De(_) {
|
|
1488
1488
|
he(_);
|
|
1489
1489
|
}
|
|
1490
1490
|
function he(_) {
|
|
1491
|
-
var
|
|
1491
|
+
var te, re;
|
|
1492
1492
|
const M = No.get(_);
|
|
1493
|
-
a.api = M.api, a.apiParams = M.params, a.columns = M.columns, n.sortTarget = ((
|
|
1493
|
+
a.api = M.api, a.apiParams = M.params, a.columns = M.columns, n.sortTarget = ((te = M.sort) == null ? void 0 : te.sortTarget) ?? "", n.orders = ((re = M.sort) == null ? void 0 : re.orders) ?? [], y(), l(1);
|
|
1494
1494
|
}
|
|
1495
1495
|
return (_, M) => ke(_.$slots, "default", _e(je({
|
|
1496
1496
|
...a,
|
|
@@ -1501,8 +1501,8 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1501
1501
|
games: Y.value,
|
|
1502
1502
|
reports: h.value,
|
|
1503
1503
|
onSort: s(c),
|
|
1504
|
-
changePanel:
|
|
1505
|
-
changePhase:
|
|
1504
|
+
changePanel: ee,
|
|
1505
|
+
changePhase: Z,
|
|
1506
1506
|
changeSeason: W,
|
|
1507
1507
|
onChangeReport: De,
|
|
1508
1508
|
onPaginatorChange: s(l),
|
|
@@ -1523,7 +1523,7 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1523
1523
|
},
|
|
1524
1524
|
emits: ["update:championshipId"],
|
|
1525
1525
|
setup(e, { emit: t }) {
|
|
1526
|
-
const r = e, a = t, { t: o } =
|
|
1526
|
+
const r = e, a = t, { t: o } = oe(), { championshipId: i } = We(r, a), n = B("label");
|
|
1527
1527
|
return (c, p) => (m(), u("div", $o, [
|
|
1528
1528
|
d("div", null, [
|
|
1529
1529
|
d("label", {
|
|
@@ -1578,7 +1578,7 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1578
1578
|
},
|
|
1579
1579
|
emits: ["update:phaseId", "update:report"],
|
|
1580
1580
|
setup(e, { emit: t }) {
|
|
1581
|
-
const r = e, a = t, { t: o } =
|
|
1581
|
+
const r = e, a = t, { t: o } = oe(), { phaseId: i, report: n } = We(r, a), c = B("label");
|
|
1582
1582
|
return (p, l) => (m(), u("div", Ao, [
|
|
1583
1583
|
d("div", null, [
|
|
1584
1584
|
d("label", {
|
|
@@ -1622,7 +1622,7 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1622
1622
|
])) : P("", !0)
|
|
1623
1623
|
]));
|
|
1624
1624
|
}
|
|
1625
|
-
}, Ze = ".is-text-right{text-align:right}.is-text-center{text-align:center}.is-text-bold{font-weight:700}.is-text-italic{font-style:italic}.is-text-xs{font-size:var(--vbr-widget-typography-text-xs-size);line-height:var(--vbr-widget-typography-text-xs-lineheight)}.is-text-sm{font-size:var(--vbr-widget-typography-text-sm-size);line-height:var(--vbr-widget-typography-text-xs-lineheight)}.is-text-base{font-size:var(--vbr-widget-typography-text-base-size);line-height:var(--vbr-widget-typography-text-base-lineheight)}.is-text-lg{font-size:var(--vbr-widget-typography-text-lg-size);line-height:var(--vbr-widget-typography-text-lg-lineheight)}.is-text-xl{font-size:var(--vbr-widget-typography-text-xl-size);line-height:var(--vbr-widget-typography-text-xl-lineheight)}.is-text-4xl{font-size:var(--vbr-widget-typography-text-4xl-size);line-height:var(--vbr-widget-typography-text-4xl-lineheight)}.is-uppercase{text-transform:uppercase}.is-opacity-20{opacity:.2}.is-opacity-30{opacity:.3}.is-opacity-40{opacity:.4}.is-opacity-50{opacity:.5}.is-mt-5{margin-top:1rem}.is-mb-5{margin-bottom:1rem}.is-whitespace-nowrap{white-space:nowrap}.is-heading-1{font-size:var(--vbr-widget-typography-heading-1-size);line-height:var(--vbr-widget-typography-text-xl-lineheight);margin-block-start:var(--vbr-widget-typography-text-xl-size);margin-block-end:calc(var(--vbr-widget-typography-text-xl-size) / 2);font-weight:var(--vbr-widget-typography-heading-weight)}.is-heading-2{font-size:var(--vbr-widget-typography-heading-2-size);line-height:var(--vbr-widget-typography-text-lg-lineheight);font-weight:var(--vbr-widget-typography-heading-weight);margin-block-start:var(--vbr-widget-typography-text-lg-size);margin-block-end:calc(var(--vbr-widget-typography-text-lg-size) / 2)}.is-heading-3{font-size:var(--vbr-widget-typography-heading-3-size);line-height:var(--vbr-widget-typography-text-base-lineheight);font-weight:var(--vbr-widget-typography-heading-weight);margin-block-start:var(--vbr-widget-typography-text-base-size);margin-block-end:calc(var(--vbr-widget-typography-text-base-size) / 2)}.is-rounded{overflow:hidden;border-radius:100%}.is-rounded+.is-rounded{margin-left:3px}.is-rounded img{display:block}.is-w-5{width:16px}.is-w-7{width:24px}.is-w-10{width:32px}", et = `.mjsz-vbr-base-input{padding:.375rem .75rem;font-family:inherit;color:var(--vbr-widget-base-input-color);border:1px solid var(--vbr-widget-base-input-border-color);border-radius:var(--vbr-widget-base-input-border-radius);width:100%;-moz-padding-start:calc(.75rem - 3px);font-size:var(--vbr-widget-base-input-font-size);font-weight:400;line-height:1.5;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mjsz-vbr-base-input:disabled{opacity:.3}.mjsz-vbr-base-input.is-select{padding-right:2.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px}label{display:block;margin-bottom:3px;color:var(--vbr-widget-form-label-color);font-size:var(--vbr-widget-form-label-font-size);font-weight:700;text-transform:uppercase}.mjsz-vbr-tab-button{padding:var(--vbr-widget-tab-btn-padding);font-family:inherit;font-size:var(--vbr-widget-tab-btn-font-size);font-weight:var(--vbr-widget-tab-btn-font-weight);color:var(--vbr-widget-tab-btn-color);text-transform:var(--vbr-widget-tab-btn-text-transform);background-color:var(--vbr-widget-tab-btn-bg-color);border-color:var(--vbr-widget-tab-btn-border-color);border-width:var(--vbr-widget-tab-btn-border-width);border-style:var(--vbr-widget-tab-btn-border-style);outline:none;box-shadow:none;cursor:pointer}.mjsz-vbr-tab-button:hover{color:var(--vbr-widget-tab-btn-hover-color);border-color:var(--vbr-widget-tab-btn-hover-border-color);background-color:var(--vbr-widget-tab-btn-hover-bg-color)}.mjsz-vbr-tab-button.is-active{color:var(--vbr-widget-tab-btn-active-color);border-color:var(--vbr-widget-tab-btn-active-border-color);background-color:var(--vbr-widget-tab-btn-active-bg-color)}.mjsz-vbr-toggle-group{display:flex;flex-wrap:wrap;gap:var(--vbr-widget-toggle-group-gap);margin-bottom:15px}.mjsz-vbr-toggle-group button{padding:var(--vbr-widget-toggle-group-btn-padding);font-family:inherit;font-size:var(--vbr-widget-toggle-group-btn-size);background-color:var(--vbr-widget-toggle-group-btn-bg-color);border-radius:var(--vbr-widget-toggle-group-btn-radius)}.mjsz-vbr-toggle-group button.is-active{color:var(--vbr-widget-toggle-group-btn-active-color);background-color:var(--vbr-widget-toggle-group-btn-active-bg-color)}`, Mt = ".g-row{display:flex}.g-row-wrap{display:flex;flex-wrap:wrap}.g-col{flex:1 0 0%}.g-gap-normal{gap:16px}[class^=g-col-]{flex:0 0 auto}.g-col-6{width:50%}.g-col-5{width:41.66666667%}.g-col-3{width:25%}.g-col-auto{width:auto}.g-gap-normal{gap:20px}.g-grid{--columns: repeat(2, 1fr);--columns-tablet: repeat(4, 1fr);display:grid;grid-template-columns:var(--columns)}@media all and (min-width: 768px){.g-grid{grid-template-columns:var(--columns-tablet)}}", Tt = ".mjsz-vbr-table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.mjsz-vbr-table-responsive table{width:100%}", Dt = '.mjsz-vbr-table{border-collapse:collapse;border-spacing:0}.mjsz-vbr-table table,.mjsz-vbr-table caption,.mjsz-vbr-table tbody,.mjsz-vbr-table tfoot,.mjsz-vbr-table thead,.mjsz-vbr-table tr,.mjsz-vbr-table th,.mjsz-vbr-table td{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.mjsz-vbr-table{color:var(--vbr-widget-table-color);background-color:var(--vbr-widget-table-default-bg-color)}.mjsz-vbr-table th{width:var(--vbr-widget-table-default-column-width);background-color:var(--vbr-widget-table-header-bg-color);font-size:var(--vbr-widget-table-header-font-size);font-weight:700;color:var(--vbr-widget-table-header-color);text-align:center}.mjsz-vbr-table th:focus-visible,.mjsz-vbr-table th:hover{background-color:var(--vbr-widget-table-header-hover-bg-color);outline:none}.mjsz-vbr-table th.is-sortable{position:relative;cursor:pointer}.mjsz-vbr-table th.is-sortable .icon-sort{opacity:.5}.mjsz-vbr-table th.is-active{background-color:var(--vbr-widget-table-table-header-active-bg-color);color:var(--vbr-widget-table-header-active-color)}.mjsz-vbr-table th.is-active .icon-sort{opacity:1}.mjsz-vbr-table th.is-asc,.mjsz-vbr-table th.is-desc{position:relative}.mjsz-vbr-table th.is-w-auto{width:auto}.mjsz-vbr-table th .is-icon-sort{width:11px;height:11px;margin-left:5px}.mjsz-vbr-table td{text-align:center}.mjsz-vbr-table td.is-active{font-weight:700;color:var(--vbr-widget-table-active-color);background-color:var(--vbr-widget-table-active-bg-color)}.mjsz-vbr-table td.is-zero{color:var(--vbr-widget-table-zero-color)}.mjsz-vbr-table td.is-possible-empty:empty:before{content:"0";color:var(--vbr-widget-table-zero-color)}.mjsz-vbr-table td .is-text-light,.mjsz-vbr-table td.is-text-light{color:var(--vbr-widget-table-cell-light-color)}.mjsz-vbr-table td .is-text-dark,.mjsz-vbr-table td.is-text-dark{color:var(--vbr-widget-table-cell-dark-color)}.mjsz-vbr-table td .is-logo-image{display:inline-block;vertical-align:middle;width:var(--vbr-widget-table-cell-logo-size);height:var(--vbr-widget-table-cell-logo-size)}.mjsz-vbr-table td .is-portrait-image{display:inline-block;vertical-align:middle;width:var(--vbr-widget-table-cell-portrait-size);height:var(--vbr-widget-table-cell-portrait-size);object-fit:cover;object-position:top;overflow:hidden;border-radius:100%;border:1px solid var(--vbr-widget-primary-color-100)}.mjsz-vbr-table td .is-portrait-image img{width:var(--vbr-widget-table-cell-portrait-size);height:auto}.mjsz-vbr-table td.is-text-bold{font-weight:700}.mjsz-vbr-table td.is-text-italic{font-style:italic}.mjsz-vbr-table td.is-text-xl{font-size:var(--vbr-widget-typography-text-xl-size)}.mjsz-vbr-table td .is-text-accent{color:var(--vbr-widget-secondary-color-500)}.mjsz-vbr-table td.is-w-auto{width:auto}.mjsz-vbr-table td.is-horizontal-content{display:inline-flex;align-items:center}.mjsz-vbr-table td.is-text-positive,.mjsz-vbr-table td .is-text-positive{color:var(--vbr-widget-live-game-color)}.mjsz-vbr-table td.is-text-negative,.mjsz-vbr-table td .is-text-negative{color:var(--vbr-widget-danger-color-a400)}.mjsz-vbr-table td svg{width:16px;height:16px}.mjsz-vbr-table td button{padding:3px;line-height:0;border:none;outline:none;background-color:transparent}.mjsz-vbr-table td button:hover{background-color:var(--vbr-widget-popover-trigger-hover-bg-color)}.mjsz-vbr-table td button:active,.mjsz-vbr-table td button:focus{background-color:var(--vbr-widget-popover-trigger-focus-bg-color)}.mjsz-vbr-table td a{text-decoration:none}.mjsz-vbr-table td .label{padding:3px 6px;font-size:11px;font-weight:700;color:var(--vbr-widget-table-label-color);background-color:var(--vbr-widget-table-label-bg-color);border-radius:2px}.mjsz-vbr-table td .label:not(:last-of-type){margin-right:3px}.mjsz-vbr-table td a{color:var(--vbr-widget-link-color)}.mjsz-vbr-table td a:hover{color:var(--vbr-widget-hover-color)}.mjsz-vbr-table td .is-team-name-long{display:block}.mjsz-vbr-table td .is-team-name-short{display:none}@container table-wrapper (max-width: 768px){.mjsz-vbr-table td .is-team-name-long{display:none}.mjsz-vbr-table td .is-team-name-short{display:block}}.mjsz-vbr-table th,.mjsz-vbr-table td{padding:8px;white-space:nowrap;vertical-align:middle}.mjsz-vbr-table th.is-text-left,.mjsz-vbr-table td.is-text-left{text-align:left}.mjsz-vbr-table th.is-text-right,.mjsz-vbr-table td.is-text-right{text-align:right}.mjsz-vbr-table th.is-has-image,.mjsz-vbr-table td.is-has-image{padding:0 2px}.mjsz-vbr-table th .is-duplicated,.mjsz-vbr-table td .is-duplicated{color:var(--vbr-widget-table-neutral-color)}.mjsz-vbr-table tr.is-highlighted{color:var(--vbr-widget-danger-color-a400)}.mjsz-vbr-table tr.is-optional{opacity:.5}.mjsz-vbr-table tr:nth-child(2n){background-color:var(--vbr-widget-table-stripped-bg-color)}.mjsz-vbr-table tr:nth-child(2n) td.is-active{background-color:var(--vbr-widget-table-active-even-bg-color)}.mjsz-vbr-table tr:focus-within,.mjsz-vbr-table tr:hover{color:var(--vbr-widget-table-hover-color);background-color:var(--vbr-widget-table-hover-bg-color)}.mjsz-vbr-table tr:focus-within td.is-active,.mjsz-vbr-table tr:hover td.is-active{color:var(--vbr-widget-table-active-hover-color);background-color:var(--vbr-widget-table-active-hover-bg-color)}', Ot = ".is-dropdown-menu{padding:8px 0;margin:0;min-width:160px;color:#000;list-style:none;background:var(--vbr-widget-popover-bg-color);border-radius:3px;box-shadow:0 5px 30px rgba(black,.3)}.is-dropdown-menu .is-dropdown-item{display:flex;align-items:center;padding:.25rem 1rem;font-family:var(--vbr-widget-font-family);line-height:24px;color:var(--vbr-widget-dropdown-item-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.is-dropdown-menu .is-dropdown-item:hover{color:var(--vbr-widget-dropdown-item-hover-color);background-color:var(--vbr-widget-dropdown-item-hover-bg-color)}.is-dropdown-menu .is-dropdown-item svg{margin-right:8px}", Go = ".is-card{container-name:card-row;container-type:inline-size;background-color:#fff;padding:15px;margin-bottom:20px;box-shadow:0 2px 4px #0000001a,0 2px 2px #0000001a}.is-card>div{border-bottom:1px solid var(--vbr-widget-primary-color-100)}.is-card>div:last-of-type{border:none}.is-sticky{position:sticky;top:var(--vbr-widget-sticky-top-offset);z-index:10}.is-blured-bg{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mjsz-vbr-card-item{display:grid;grid-gap:1rem;grid-template-columns:2fr 1fr 2fr;padding:2rem 0;border-bottom:1px solid var(--vbr-widget-primary-color-100)}.mjsz-vbr-card-item.is-optional{opacity:.4;transition:opacity .3s ease-out}.mjsz-vbr-card-item.is-optional:hover{opacity:1}.mjsz-vbr-card-item svg{display:block}.mjsz-vbr-card-item .is-team-name-short{display:none}@container card-row (max-width: 640px){.mjsz-vbr-card-item .is-team-name-long{display:none}.mjsz-vbr-card-item .is-team-name-short{display:block}}.mjsz-vbr-card-item .is-info{grid-column:1/4;display:flex;justify-content:center;align-items:center;color:var(--vbr-widget-primary-color-500)}.mjsz-vbr-card-item .is-home-team{display:flex;gap:8px;align-items:center;justify-content:flex-end;font-weight:700}.mjsz-vbr-card-item .is-away-team{display:flex;gap:8px;align-items:center;justify-content:flex-start;font-weight:700}.mjsz-vbr-card-item .is-logo-image{width:40px}.mjsz-vbr-card-item .is-game-data{display:flex;flex-direction:column;align-items:center;justify-content:center}.mjsz-vbr-card-item .is-game-data a{display:flex;flex-direction:column;align-items:center;color:var(--vbr-widget-primary-color-900)}.mjsz-vbr-card-item .is-game-data a:hover{color:var(--vbr-widget-primary-color-600)}.mjsz-vbr-card-item .is-game-data.is-live,.mjsz-vbr-card-item .is-game-data.is-live a{color:var(--vbr-widget-live-game-color)}.mjsz-vbr-section-selector{margin:20px 0;border-bottom:1px solid var(--vbr-widget-primary-color-200)}.mjsz-vbr-main-image-wrapper{--overlay-size: 160px;--overlay-radius: 50%;display:grid;grid-template-columns:1fr var(--overlay-size) 1fr;grid-template-rows:1fr 1fr 1fr calc(var(--overlay-size) / 2) calc(var(--overlay-size) / 2);margin-left:var(--vbr-widget-main-image-wrapper-horizontal-margin);margin-right:var(--vbr-widget-main-image-wrapper-horizontal-margin)}.mjsz-vbr-main-image-wrapper:has(img.is-default){min-height:470px}.mjsz-vbr-main-image-wrapper .is-main-image{grid-column:1/4;grid-row:1/5;display:flex;justify-content:center;align-items:center;background-color:var(--vbr-widget-primary-color-50);box-shadow:0 2px 4px #0003}.mjsz-vbr-main-image-wrapper .is-main-image .is-default{filter:grayscale(1);opacity:.3;mix-blend-mode:multiply}.mjsz-vbr-main-image-wrapper .is-main-image img:not(.is-default){width:100%}.mjsz-vbr-main-image-wrapper .is-ovarlay-image{grid-row:4/-1;grid-column:2;justify-self:center;overflow:hidden;border-radius:var(--overlay-radius);z-index:1}.mjsz-vbr-main-image-wrapper .is-ovarlay-image img{width:100%;aspect-ratio:1}", Ro = ".mjsz-vbr-paginator{display:flex;flex-direction:row;list-style-type:none;margin:10px 0;padding:0}.mjsz-vbr-paginator button,.mjsz-vbr-paginator div{display:flex;align-items:center;justify-content:center;padding:6px 12px;text-decoration:none;cursor:pointer;color:var(--vbr-widget-paginator-color);border:1px solid var(--vbr-widget-paginator-border-color);background-color:var(--vbr-widget-paginator-bg-color);margin-left:-1px}.mjsz-vbr-paginator button .icon,.mjsz-vbr-paginator div .icon{width:16px;height:16px;margin:0 -4px}.mjsz-vbr-paginator button:hover:not(.mjsz-vbr-paginator button.is-disabled,.mjsz-vbr-paginator button.is-active),.mjsz-vbr-paginator div:hover:not(.mjsz-vbr-paginator div.is-disabled,.mjsz-vbr-paginator div.is-active){color:var(--vbr-widget-paginator-hover-color);background-color:var(--vbr-widget-paginator-hover-bg-color)}.mjsz-vbr-paginator button:disabled,.mjsz-vbr-paginator button.is-disabled,.mjsz-vbr-paginator div:disabled,.mjsz-vbr-paginator div.is-disabled{color:var(--vbr-widget-paginator-disabled-color);background-color:var(--vbr-widget-paginator-bg-color);pointer-events:none;cursor:default}.mjsz-vbr-paginator button.is-active,.mjsz-vbr-paginator div.is-active{color:var(--vbr-widget-paginator-active-color);background-color:var(--vbr-widget-paginator-active-bg-color);border-color:var(--vbr-widget-paginator-active-bg-color);cursor:default}", Yo = ["onClick"], Ko = ["onClick"], Fo = ["onClick"], Vo = ["onClick"], Uo = ["onClick"], Bo = {
|
|
1625
|
+
}, Ze = ".is-text-right{text-align:right}.is-text-center{text-align:center}.is-text-bold{font-weight:700}.is-text-italic{font-style:italic}.is-text-xs{font-size:var(--vbr-widget-typography-text-xs-size);line-height:var(--vbr-widget-typography-text-xs-lineheight)}.is-text-sm{font-size:var(--vbr-widget-typography-text-sm-size);line-height:var(--vbr-widget-typography-text-xs-lineheight)}.is-text-base{font-size:var(--vbr-widget-typography-text-base-size);line-height:var(--vbr-widget-typography-text-base-lineheight)}.is-text-lg{font-size:var(--vbr-widget-typography-text-lg-size);line-height:var(--vbr-widget-typography-text-lg-lineheight)}.is-text-xl{font-size:var(--vbr-widget-typography-text-xl-size);line-height:var(--vbr-widget-typography-text-xl-lineheight)}.is-text-4xl{font-size:var(--vbr-widget-typography-text-4xl-size);line-height:var(--vbr-widget-typography-text-4xl-lineheight)}.is-uppercase{text-transform:uppercase}.is-opacity-20{opacity:.2}.is-opacity-30{opacity:.3}.is-opacity-40{opacity:.4}.is-opacity-50{opacity:.5}.is-mt-5{margin-top:1rem}.is-mb-5{margin-bottom:1rem}.is-whitespace-nowrap{white-space:nowrap}.is-heading-1{font-size:var(--vbr-widget-typography-heading-1-size);line-height:var(--vbr-widget-typography-text-xl-lineheight);margin-block-start:var(--vbr-widget-typography-text-xl-size);margin-block-end:calc(var(--vbr-widget-typography-text-xl-size) / 2);font-weight:var(--vbr-widget-typography-heading-weight)}.is-heading-2{font-size:var(--vbr-widget-typography-heading-2-size);line-height:var(--vbr-widget-typography-text-lg-lineheight);font-weight:var(--vbr-widget-typography-heading-weight);margin-block-start:var(--vbr-widget-typography-text-lg-size);margin-block-end:calc(var(--vbr-widget-typography-text-lg-size) / 2)}.is-heading-3{font-size:var(--vbr-widget-typography-heading-3-size);line-height:var(--vbr-widget-typography-text-base-lineheight);font-weight:var(--vbr-widget-typography-heading-weight);margin-block-start:var(--vbr-widget-typography-text-base-size);margin-block-end:calc(var(--vbr-widget-typography-text-base-size) / 2)}.is-rounded{overflow:hidden;border-radius:100%}.is-rounded+.is-rounded{margin-left:3px}.is-rounded img{display:block}.is-w-5{width:16px}.is-w-7{width:24px}.is-w-10{width:32px}", et = `.mjsz-vbr-base-input{padding:.375rem .75rem;font-family:inherit;color:var(--vbr-widget-base-input-color);border:1px solid var(--vbr-widget-base-input-border-color);border-radius:var(--vbr-widget-base-input-border-radius);width:100%;-moz-padding-start:calc(.75rem - 3px);font-size:var(--vbr-widget-base-input-font-size);font-weight:400;line-height:1.5;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mjsz-vbr-base-input:disabled{opacity:.3}.mjsz-vbr-base-input.is-select{padding-right:2.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px}label{display:block;margin-bottom:3px;color:var(--vbr-widget-form-label-color);font-size:var(--vbr-widget-form-label-font-size);font-weight:700;text-transform:uppercase}.mjsz-vbr-tab-button{padding:var(--vbr-widget-tab-btn-padding);font-family:inherit;font-size:var(--vbr-widget-tab-btn-font-size);font-weight:var(--vbr-widget-tab-btn-font-weight);color:var(--vbr-widget-tab-btn-color);text-transform:var(--vbr-widget-tab-btn-text-transform);background-color:var(--vbr-widget-tab-btn-bg-color);border-color:var(--vbr-widget-tab-btn-border-color);border-width:var(--vbr-widget-tab-btn-border-width);border-style:var(--vbr-widget-tab-btn-border-style);outline:none;box-shadow:none;cursor:pointer}.mjsz-vbr-tab-button:hover{color:var(--vbr-widget-tab-btn-hover-color);border-color:var(--vbr-widget-tab-btn-hover-border-color);background-color:var(--vbr-widget-tab-btn-hover-bg-color)}.mjsz-vbr-tab-button.is-active{color:var(--vbr-widget-tab-btn-active-color);border-color:var(--vbr-widget-tab-btn-active-border-color);background-color:var(--vbr-widget-tab-btn-active-bg-color)}.mjsz-vbr-toggle-group{display:flex;flex-wrap:wrap;gap:var(--vbr-widget-toggle-group-gap);margin-bottom:15px}.mjsz-vbr-toggle-group button{padding:var(--vbr-widget-toggle-group-btn-padding);font-family:inherit;font-size:var(--vbr-widget-toggle-group-btn-size);background-color:var(--vbr-widget-toggle-group-btn-bg-color);border-radius:var(--vbr-widget-toggle-group-btn-radius)}.mjsz-vbr-toggle-group button.is-active{color:var(--vbr-widget-toggle-group-btn-active-color);background-color:var(--vbr-widget-toggle-group-btn-active-bg-color)}`, Tt = ".g-row{display:flex}.g-row-wrap{display:flex;flex-wrap:wrap}.g-col{flex:1 0 0%}.g-gap-normal{gap:16px}[class^=g-col-]{flex:0 0 auto}.g-col-6{width:50%}.g-col-5{width:41.66666667%}.g-col-3{width:25%}.g-col-auto{width:auto}.g-gap-normal{gap:20px}.g-grid{--columns: repeat(2, 1fr);--columns-tablet: repeat(4, 1fr);display:grid;grid-template-columns:var(--columns)}@media all and (min-width: 768px){.g-grid{grid-template-columns:var(--columns-tablet)}}", Dt = ".mjsz-vbr-table-responsive{container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}.mjsz-vbr-table-responsive table{width:100%}", Ot = '.mjsz-vbr-table{border-collapse:collapse;border-spacing:0}.mjsz-vbr-table table,.mjsz-vbr-table caption,.mjsz-vbr-table tbody,.mjsz-vbr-table tfoot,.mjsz-vbr-table thead,.mjsz-vbr-table tr,.mjsz-vbr-table th,.mjsz-vbr-table td{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.mjsz-vbr-table{color:var(--vbr-widget-table-color);background-color:var(--vbr-widget-table-default-bg-color)}.mjsz-vbr-table th{width:var(--vbr-widget-table-default-column-width);background-color:var(--vbr-widget-table-header-bg-color);font-size:var(--vbr-widget-table-header-font-size);font-weight:700;color:var(--vbr-widget-table-header-color);text-align:center}.mjsz-vbr-table th:focus-visible,.mjsz-vbr-table th:hover{background-color:var(--vbr-widget-table-header-hover-bg-color);outline:none}.mjsz-vbr-table th.is-sortable{position:relative;cursor:pointer}.mjsz-vbr-table th.is-sortable .icon-sort{opacity:.5}.mjsz-vbr-table th.is-active{background-color:var(--vbr-widget-table-table-header-active-bg-color);color:var(--vbr-widget-table-header-active-color)}.mjsz-vbr-table th.is-active .icon-sort{opacity:1}.mjsz-vbr-table th.is-asc,.mjsz-vbr-table th.is-desc{position:relative}.mjsz-vbr-table th.is-w-auto{width:auto}.mjsz-vbr-table th .is-icon-sort{width:11px;height:11px;margin-left:5px}.mjsz-vbr-table td{text-align:center}.mjsz-vbr-table td.is-active{font-weight:700;color:var(--vbr-widget-table-active-color);background-color:var(--vbr-widget-table-active-bg-color)}.mjsz-vbr-table td.is-zero{color:var(--vbr-widget-table-zero-color)}.mjsz-vbr-table td.is-possible-empty:empty:before{content:"0";color:var(--vbr-widget-table-zero-color)}.mjsz-vbr-table td .is-text-light,.mjsz-vbr-table td.is-text-light{color:var(--vbr-widget-table-cell-light-color)}.mjsz-vbr-table td .is-text-dark,.mjsz-vbr-table td.is-text-dark{color:var(--vbr-widget-table-cell-dark-color)}.mjsz-vbr-table td .is-logo-image{display:inline-block;vertical-align:middle;width:var(--vbr-widget-table-cell-logo-size);height:var(--vbr-widget-table-cell-logo-size)}.mjsz-vbr-table td .is-portrait-image{display:inline-block;vertical-align:middle;width:var(--vbr-widget-table-cell-portrait-size);height:var(--vbr-widget-table-cell-portrait-size);object-fit:cover;object-position:top;overflow:hidden;border-radius:100%;border:1px solid var(--vbr-widget-primary-color-100)}.mjsz-vbr-table td .is-portrait-image img{width:var(--vbr-widget-table-cell-portrait-size);height:auto}.mjsz-vbr-table td.is-text-bold{font-weight:700}.mjsz-vbr-table td.is-text-italic{font-style:italic}.mjsz-vbr-table td.is-text-xl{font-size:var(--vbr-widget-typography-text-xl-size)}.mjsz-vbr-table td .is-text-accent{color:var(--vbr-widget-secondary-color-500)}.mjsz-vbr-table td.is-w-auto{width:auto}.mjsz-vbr-table td.is-horizontal-content{display:inline-flex;align-items:center}.mjsz-vbr-table td.is-text-positive,.mjsz-vbr-table td .is-text-positive{color:var(--vbr-widget-live-game-color)}.mjsz-vbr-table td.is-text-negative,.mjsz-vbr-table td .is-text-negative{color:var(--vbr-widget-danger-color-a400)}.mjsz-vbr-table td svg{width:16px;height:16px}.mjsz-vbr-table td button{padding:3px;line-height:0;border:none;outline:none;background-color:transparent}.mjsz-vbr-table td button:hover{background-color:var(--vbr-widget-popover-trigger-hover-bg-color)}.mjsz-vbr-table td button:active,.mjsz-vbr-table td button:focus{background-color:var(--vbr-widget-popover-trigger-focus-bg-color)}.mjsz-vbr-table td a{text-decoration:none}.mjsz-vbr-table td .label{padding:3px 6px;font-size:11px;font-weight:700;color:var(--vbr-widget-table-label-color);background-color:var(--vbr-widget-table-label-bg-color);border-radius:2px}.mjsz-vbr-table td .label:not(:last-of-type){margin-right:3px}.mjsz-vbr-table td a{color:var(--vbr-widget-link-color)}.mjsz-vbr-table td a:hover{color:var(--vbr-widget-hover-color)}.mjsz-vbr-table td .is-team-name-long{display:block}.mjsz-vbr-table td .is-team-name-short{display:none}@container table-wrapper (max-width: 768px){.mjsz-vbr-table td .is-team-name-long{display:none}.mjsz-vbr-table td .is-team-name-short{display:block}}.mjsz-vbr-table th,.mjsz-vbr-table td{padding:8px;white-space:nowrap;vertical-align:middle}.mjsz-vbr-table th.is-text-left,.mjsz-vbr-table td.is-text-left{text-align:left}.mjsz-vbr-table th.is-text-right,.mjsz-vbr-table td.is-text-right{text-align:right}.mjsz-vbr-table th.is-has-image,.mjsz-vbr-table td.is-has-image{padding:0 2px}.mjsz-vbr-table th .is-duplicated,.mjsz-vbr-table td .is-duplicated{color:var(--vbr-widget-table-neutral-color)}.mjsz-vbr-table tr.is-highlighted{color:var(--vbr-widget-danger-color-a400)}.mjsz-vbr-table tr.is-optional{opacity:.5}.mjsz-vbr-table tr:nth-child(2n){background-color:var(--vbr-widget-table-stripped-bg-color)}.mjsz-vbr-table tr:nth-child(2n) td.is-active{background-color:var(--vbr-widget-table-active-even-bg-color)}.mjsz-vbr-table tr:focus-within,.mjsz-vbr-table tr:hover{color:var(--vbr-widget-table-hover-color);background-color:var(--vbr-widget-table-hover-bg-color)}.mjsz-vbr-table tr:focus-within td.is-active,.mjsz-vbr-table tr:hover td.is-active{color:var(--vbr-widget-table-active-hover-color);background-color:var(--vbr-widget-table-active-hover-bg-color)}', Gt = ".is-dropdown-menu{padding:8px 0;margin:0;min-width:160px;color:#000;list-style:none;background:var(--vbr-widget-popover-bg-color);border-radius:3px;box-shadow:0 5px 30px rgba(black,.3)}.is-dropdown-menu .is-dropdown-item{display:flex;align-items:center;padding:.25rem 1rem;font-family:var(--vbr-widget-font-family);line-height:24px;color:var(--vbr-widget-dropdown-item-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.is-dropdown-menu .is-dropdown-item:hover{color:var(--vbr-widget-dropdown-item-hover-color);background-color:var(--vbr-widget-dropdown-item-hover-bg-color)}.is-dropdown-menu .is-dropdown-item svg{margin-right:8px}", Go = ".is-card{container-name:card-row;container-type:inline-size;background-color:#fff;padding:15px;margin-bottom:20px;box-shadow:0 2px 4px #0000001a,0 2px 2px #0000001a}.is-card>div{border-bottom:1px solid var(--vbr-widget-primary-color-100)}.is-card>div:last-of-type{border:none}.is-sticky{position:sticky;top:var(--vbr-widget-sticky-top-offset);z-index:10}.is-blured-bg{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mjsz-vbr-card-item{display:grid;grid-gap:1rem;grid-template-columns:2fr 1fr 2fr;padding:2rem 0;border-bottom:1px solid var(--vbr-widget-primary-color-100)}.mjsz-vbr-card-item.is-optional{opacity:.4;transition:opacity .3s ease-out}.mjsz-vbr-card-item.is-optional:hover{opacity:1}.mjsz-vbr-card-item svg{display:block}.mjsz-vbr-card-item .is-team-name-short{display:none}@container card-row (max-width: 640px){.mjsz-vbr-card-item .is-team-name-long{display:none}.mjsz-vbr-card-item .is-team-name-short{display:block}}.mjsz-vbr-card-item .is-info{grid-column:1/4;display:flex;justify-content:center;align-items:center;color:var(--vbr-widget-primary-color-500)}.mjsz-vbr-card-item .is-home-team{display:flex;gap:8px;align-items:center;justify-content:flex-end;font-weight:700}.mjsz-vbr-card-item .is-away-team{display:flex;gap:8px;align-items:center;justify-content:flex-start;font-weight:700}.mjsz-vbr-card-item .is-logo-image{width:40px}.mjsz-vbr-card-item .is-game-data{display:flex;flex-direction:column;align-items:center;justify-content:center}.mjsz-vbr-card-item .is-game-data a{display:flex;flex-direction:column;align-items:center;color:var(--vbr-widget-primary-color-900)}.mjsz-vbr-card-item .is-game-data a:hover{color:var(--vbr-widget-primary-color-600)}.mjsz-vbr-card-item .is-game-data.is-live,.mjsz-vbr-card-item .is-game-data.is-live a{color:var(--vbr-widget-live-game-color)}.mjsz-vbr-section-selector{margin:20px 0;border-bottom:1px solid var(--vbr-widget-primary-color-200)}.mjsz-vbr-main-image-wrapper{--overlay-size: 160px;--overlay-radius: 50%;display:grid;grid-template-columns:1fr var(--overlay-size) 1fr;grid-template-rows:1fr 1fr 1fr calc(var(--overlay-size) / 2) calc(var(--overlay-size) / 2);margin-left:var(--vbr-widget-main-image-wrapper-horizontal-margin);margin-right:var(--vbr-widget-main-image-wrapper-horizontal-margin)}.mjsz-vbr-main-image-wrapper:has(img.is-default){min-height:470px}.mjsz-vbr-main-image-wrapper .is-main-image{grid-column:1/4;grid-row:1/5;display:flex;justify-content:center;align-items:center;background-color:var(--vbr-widget-primary-color-50);box-shadow:0 2px 4px #0003}.mjsz-vbr-main-image-wrapper .is-main-image .is-default{filter:grayscale(1);opacity:.3;mix-blend-mode:multiply}.mjsz-vbr-main-image-wrapper .is-main-image img:not(.is-default){width:100%}.mjsz-vbr-main-image-wrapper .is-ovarlay-image{grid-row:4/-1;grid-column:2;justify-self:center;overflow:hidden;border-radius:var(--overlay-radius);z-index:1}.mjsz-vbr-main-image-wrapper .is-ovarlay-image img{width:100%;aspect-ratio:1}", Ro = ".mjsz-vbr-paginator{display:flex;flex-direction:row;list-style-type:none;margin:10px 0;padding:0}.mjsz-vbr-paginator button,.mjsz-vbr-paginator div{display:flex;align-items:center;justify-content:center;padding:6px 12px;text-decoration:none;cursor:pointer;color:var(--vbr-widget-paginator-color);border:1px solid var(--vbr-widget-paginator-border-color);background-color:var(--vbr-widget-paginator-bg-color);margin-left:-1px}.mjsz-vbr-paginator button .icon,.mjsz-vbr-paginator div .icon{width:16px;height:16px;margin:0 -4px}.mjsz-vbr-paginator button:hover:not(.mjsz-vbr-paginator button.is-disabled,.mjsz-vbr-paginator button.is-active),.mjsz-vbr-paginator div:hover:not(.mjsz-vbr-paginator div.is-disabled,.mjsz-vbr-paginator div.is-active){color:var(--vbr-widget-paginator-hover-color);background-color:var(--vbr-widget-paginator-hover-bg-color)}.mjsz-vbr-paginator button:disabled,.mjsz-vbr-paginator button.is-disabled,.mjsz-vbr-paginator div:disabled,.mjsz-vbr-paginator div.is-disabled{color:var(--vbr-widget-paginator-disabled-color);background-color:var(--vbr-widget-paginator-bg-color);pointer-events:none;cursor:default}.mjsz-vbr-paginator button.is-active,.mjsz-vbr-paginator div.is-active{color:var(--vbr-widget-paginator-active-color);background-color:var(--vbr-widget-paginator-active-bg-color);border-color:var(--vbr-widget-paginator-active-bg-color);cursor:default}", Yo = ["onClick"], Ko = ["onClick"], Fo = ["onClick"], Vo = ["onClick"], Uo = ["onClick"], Bo = {
|
|
1626
1626
|
__name: "Championship.ce",
|
|
1627
1627
|
props: {
|
|
1628
1628
|
locale: {
|
|
@@ -1651,7 +1651,7 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1651
1651
|
}
|
|
1652
1652
|
},
|
|
1653
1653
|
setup(e) {
|
|
1654
|
-
const t = e, r = H(null), a = H(Ve()), o = I(() => Fe(/* @__PURE__ */ new Date(), s(a), t.locale)), i = B("tab-button"), n = B("section-selector"), c = { en: Pe, hu: Ae }, p = (g) => ft(t.externalGameResolver, g), l = (g) =>
|
|
1654
|
+
const t = e, r = H(null), a = H(Ve()), o = I(() => Fe(/* @__PURE__ */ new Date(), s(a), t.locale)), i = B("tab-button"), n = B("section-selector"), c = { en: Pe, hu: Ae }, p = (g) => ft(t.externalGameResolver, g), l = (g) => ur(t.externalTeamResolver, g);
|
|
1655
1655
|
return (g, z) => (m(), u("div", null, [
|
|
1656
1656
|
S(s(Ne), {
|
|
1657
1657
|
locale: t.locale,
|
|
@@ -1682,28 +1682,28 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1682
1682
|
reports: Y,
|
|
1683
1683
|
isLoading: W,
|
|
1684
1684
|
selectedPanel: D,
|
|
1685
|
-
championships:
|
|
1686
|
-
championshipId:
|
|
1685
|
+
championships: Z,
|
|
1686
|
+
championshipId: ee,
|
|
1687
1687
|
selectedChampionshipId: De,
|
|
1688
1688
|
onSort: he,
|
|
1689
1689
|
changePanel: _,
|
|
1690
1690
|
changePhase: M,
|
|
1691
|
-
changeSeason:
|
|
1692
|
-
onChangeReport:
|
|
1693
|
-
onPaginatorChange:
|
|
1694
|
-
changeChampionship:
|
|
1691
|
+
changeSeason: te,
|
|
1692
|
+
onChangeReport: re,
|
|
1693
|
+
onPaginatorChange: Rt,
|
|
1694
|
+
changeChampionship: Yt
|
|
1695
1695
|
}) => [
|
|
1696
1696
|
S(Lo, {
|
|
1697
1697
|
seasons: A,
|
|
1698
|
-
"championship-id":
|
|
1699
|
-
"onUpdate:championshipId":
|
|
1698
|
+
"championship-id": ee,
|
|
1699
|
+
"onUpdate:championshipId": te
|
|
1700
1700
|
}, null, 8, ["seasons", "championship-id", "onUpdate:championshipId"]),
|
|
1701
1701
|
d("div", {
|
|
1702
1702
|
class: E(s(n))
|
|
1703
1703
|
}, [
|
|
1704
|
-
(m(!0), u(T, null, U(
|
|
1704
|
+
(m(!0), u(T, null, U(Z, (Q) => (m(), u("button", {
|
|
1705
1705
|
key: Q.phaseId,
|
|
1706
|
-
onClick: (Yi) =>
|
|
1706
|
+
onClick: (Yi) => Yt(Q.sectionId),
|
|
1707
1707
|
class: E([s(i), { "is-active": Q.sectionId === De }])
|
|
1708
1708
|
}, v(Q.sectionName), 11, Yo))), 128))
|
|
1709
1709
|
], 2),
|
|
@@ -1714,7 +1714,7 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1714
1714
|
report: h,
|
|
1715
1715
|
"is-reports-visible": D === s(ne) || D === s(we),
|
|
1716
1716
|
"onUpdate:phaseId": M,
|
|
1717
|
-
"onUpdate:report":
|
|
1717
|
+
"onUpdate:report": re
|
|
1718
1718
|
}, null, 8, ["phases", "phase-id", "reports", "report", "is-reports-visible", "onUpdate:phaseId", "onUpdate:report"]),
|
|
1719
1719
|
d("div", {
|
|
1720
1720
|
class: E(s(n))
|
|
@@ -1736,7 +1736,7 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1736
1736
|
onClick: (Q) => _(s(we))
|
|
1737
1737
|
}, v(x("selection.teamStats")), 11, Uo)
|
|
1738
1738
|
], 2),
|
|
1739
|
-
S(s(
|
|
1739
|
+
S(s(ar), {
|
|
1740
1740
|
columns: k,
|
|
1741
1741
|
rows: y.rows,
|
|
1742
1742
|
sort: b,
|
|
@@ -1748,13 +1748,13 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1748
1748
|
"hide-columns": D === s(pe) ? "broadcast" : "",
|
|
1749
1749
|
onSort: he
|
|
1750
1750
|
}, null, 8, ["columns", "rows", "sort", "is-loading", "offset-name", "append-to", "hide-columns", "onSort"]),
|
|
1751
|
-
D === s(ne) ? (m(), F(s(
|
|
1751
|
+
D === s(ne) ? (m(), F(s(or), {
|
|
1752
1752
|
key: 0,
|
|
1753
1753
|
page: N,
|
|
1754
1754
|
"items-per-page": t.limit,
|
|
1755
1755
|
"total-items": y.totalItems,
|
|
1756
1756
|
"range-length": 5,
|
|
1757
|
-
onChange:
|
|
1757
|
+
onChange: Rt
|
|
1758
1758
|
}, null, 8, ["page", "items-per-page", "total-items", "onChange"])) : P("", !0),
|
|
1759
1759
|
D === s(Re) ? (m(), u(T, { key: 1 }, [
|
|
1760
1760
|
S(s(at), {
|
|
@@ -1781,7 +1781,7 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1781
1781
|
}, 8, ["locale"])
|
|
1782
1782
|
]));
|
|
1783
1783
|
}
|
|
1784
|
-
}, Wo = /* @__PURE__ */ Te(Bo, [["styles", [Me, Ze, et,
|
|
1784
|
+
}, Wo = /* @__PURE__ */ Te(Bo, [["styles", [Me, Ze, et, Tt, Dt, Ot, Gt, Go, Ro]]]), Ho = { class: "g-row" }, Jo = ["value"], qo = ["onClick"], Qo = {
|
|
1785
1785
|
__name: "SeasonSelector",
|
|
1786
1786
|
props: {
|
|
1787
1787
|
seasons: {
|
|
@@ -1803,7 +1803,7 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1803
1803
|
},
|
|
1804
1804
|
emits: ["onChangeSeason", "onChangeSection"],
|
|
1805
1805
|
setup(e, { emit: t }) {
|
|
1806
|
-
const r = e, a = t, { t: o } =
|
|
1806
|
+
const r = e, a = t, { t: o } = oe(), i = I({
|
|
1807
1807
|
get() {
|
|
1808
1808
|
return r.championshipId;
|
|
1809
1809
|
},
|
|
@@ -1850,8 +1850,8 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1850
1850
|
t.seasons = ei(e), t.championshipId || (t.championshipId = q(t.seasons).championshipId);
|
|
1851
1851
|
}, Zo = (e, t) => {
|
|
1852
1852
|
var r;
|
|
1853
|
-
t.sections = e, t.sectionId = Xe(
|
|
1854
|
-
}, ei = (e) => Xe(Pt(Et(
|
|
1853
|
+
t.sections = Mt(X("sectionId"))(e), t.sectionId = Xe(X("sectionId"), q)(t.sections), t.phaseId = ((r = Lt([0, "phases", 0], e)) == null ? void 0 : r.phaseId) ?? null;
|
|
1854
|
+
}, ei = (e) => Xe(Pt(Et(X("seasonName"))), qe(At(["championshipId", "seasonName"])))(e), ti = {
|
|
1855
1855
|
gameName: {
|
|
1856
1856
|
label: "table.gameName.short",
|
|
1857
1857
|
tooltip: "table.gameName.tooltip",
|
|
@@ -1965,7 +1965,7 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1965
1965
|
return (b, N) => ke(b.$slots, "default", _e(je({
|
|
1966
1966
|
rows: z.value,
|
|
1967
1967
|
isLoading: x.value,
|
|
1968
|
-
values: s(
|
|
1968
|
+
values: s(pa)(["phaseId"], r),
|
|
1969
1969
|
listeners: { onChangeSection: j, onChangeSeason: f }
|
|
1970
1970
|
})));
|
|
1971
1971
|
}
|
|
@@ -1990,20 +1990,20 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
1990
1990
|
}
|
|
1991
1991
|
},
|
|
1992
1992
|
setup(e) {
|
|
1993
|
-
const t = e, r = H(null), { columns: a } =
|
|
1993
|
+
const t = e, r = H(null), { columns: a } = er(
|
|
1994
1994
|
t.columns,
|
|
1995
1995
|
null,
|
|
1996
1996
|
I(() => ({
|
|
1997
1997
|
offsetName: t.offsetName
|
|
1998
1998
|
}))
|
|
1999
|
-
), { t: o } =
|
|
1999
|
+
), { t: o } = oe();
|
|
2000
2000
|
return (i, n) => (m(), u("div", {
|
|
2001
2001
|
ref_key: "tooltipContainer",
|
|
2002
2002
|
ref: r
|
|
2003
2003
|
}, [
|
|
2004
|
-
S(s(
|
|
2004
|
+
S(s(ir), null, {
|
|
2005
2005
|
default: L(() => [
|
|
2006
|
-
S(s(
|
|
2006
|
+
S(s(nr), {
|
|
2007
2007
|
columns: s(a),
|
|
2008
2008
|
rows: e.rows,
|
|
2009
2009
|
"is-loading": e.isLoading,
|
|
@@ -2078,7 +2078,7 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
2078
2078
|
timezone: a.value
|
|
2079
2079
|
}, {
|
|
2080
2080
|
default: L(({ rows: l, isLoading: g, values: z, listeners: x }) => [
|
|
2081
|
-
S(Qo,
|
|
2081
|
+
S(Qo, Jt(z, qt(x)), null, 16),
|
|
2082
2082
|
S(ni, {
|
|
2083
2083
|
columns: s(ti),
|
|
2084
2084
|
rows: l.rows,
|
|
@@ -2095,15 +2095,15 @@ const Ea = { render: $a }, La = { class: "is-info is-text-sm" }, Aa = ["href"],
|
|
|
2095
2095
|
_: 1
|
|
2096
2096
|
}, 8, ["locale"]));
|
|
2097
2097
|
}
|
|
2098
|
-
}, li = /* @__PURE__ */ Te(si, [["styles", [Me, Ze, et,
|
|
2098
|
+
}, li = /* @__PURE__ */ Te(si, [["styles", [Me, Ze, et, Tt, Dt, Ot, Gt]]]);
|
|
2099
2099
|
function ci(e, t) {
|
|
2100
|
-
t.seasonsList = e, t.seasonId = ue(q,
|
|
2100
|
+
t.seasonsList = e, t.seasonId = ue(q, X("id"))(e);
|
|
2101
2101
|
}
|
|
2102
2102
|
function di(e, t) {
|
|
2103
|
-
t.championshipList = e, t.championshipId = ue(q,
|
|
2103
|
+
t.championshipList = e, t.championshipId = ue(q, X("championshipId"))(e);
|
|
2104
2104
|
}
|
|
2105
2105
|
function gi(e, t) {
|
|
2106
|
-
t.sections = e, t.sectionId = ue(q,
|
|
2106
|
+
t.sections = e, t.sectionId = ue(q, X("sectionId"))(e);
|
|
2107
2107
|
}
|
|
2108
2108
|
const pi = {
|
|
2109
2109
|
__name: "DataProvider",
|
|
@@ -2198,7 +2198,7 @@ const pi = {
|
|
|
2198
2198
|
},
|
|
2199
2199
|
emits: ["update:seasonId", "update:championshipId"],
|
|
2200
2200
|
setup(e, { emit: t }) {
|
|
2201
|
-
const r = e, a = t, { t: o } =
|
|
2201
|
+
const r = e, a = t, { t: o } = oe(), { seasonId: i, championshipId: n } = We(r, a);
|
|
2202
2202
|
return (c, p) => (m(), u(T, null, [
|
|
2203
2203
|
d("div", mi, [
|
|
2204
2204
|
d("label", {
|