@mjsz-vbr-elements/elements 2.42.0 → 2.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.iife.js +2 -2
- package/dist/index.iife.js.br +0 -0
- package/dist/index.iife.js.gz +0 -0
- package/dist/index.js +1189 -1068
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -1,1088 +1,1209 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @mjsz-vbr-elements/elements
|
|
3
|
-
* version: v2.
|
|
3
|
+
* version: v2.43.0 - 14/03/2026, 12:04:13
|
|
4
4
|
* (c) 2026
|
|
5
5
|
* description: Data visualization for MJSZ VBR
|
|
6
6
|
* author: Ákos Stegner <akos.stegner@gmail.com>
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
9
|
-
import { COLUMNS_FIELD_PLAYERS as
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import { SORT_STATE_DESCEND as
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
8
|
+
import { computed as e, createBlock as t, createCommentVNode as n, createElementBlock as r, createElementVNode as i, createVNode as a, defineCustomElement as o, getCurrentScope as s, isRef as c, nextTick as l, onScopeDispose as u, openBlock as d, ref as f, shallowReadonly as p, shallowRef as m, toValue as h, unref as g, watch as _, withCtx as v } from "vue";
|
|
9
|
+
import { COLUMNS_FIELD_PLAYERS as y, COLUMNS_FIELD_PLAYERS_PENALTY as b, COLUMNS_FIELD_PLAYERS_TOI as x, COLUMNS_PLAYERS_NATIONAL as S } from "@mjsz-vbr-elements/core/columns";
|
|
10
|
+
import { AdditionalStandingsText as C, ErrorNotice as w, I18NProvider as T, Paginator as E, ScheduleTable as D, StatisticsTable as O, TimezoneSelector as k } from "@mjsz-vbr-elements/core/components";
|
|
11
|
+
import { fetchVBRData as A, useErrorProvider as j, usePage as M, useSort as N } from "@mjsz-vbr-elements/core/composables";
|
|
12
|
+
import { SORT_STATE_DESCEND as P } from "@mjsz-vbr-elements/core/constants";
|
|
13
|
+
import { baseProps as F, playerStatsProps as I, teamStatsProps as L } from "@mjsz-vbr-elements/core/props";
|
|
14
|
+
import { convert as R, convertTimesMinToMinSec as z, convertTimesSecToMin as ee, externalGameLinkResolver as te, externalPlayerLinkResolver as B, externalTeamLinkResolver as V, getLocalTimezone as ne, offsetName as re, pick as ie, playerName as ae, rawConvert as H, sortGames as oe, teamName as se } from "@mjsz-vbr-elements/core/utils";
|
|
15
|
+
import { COLUMNS_GOALIES as ce, COLUMNS_SCORING_EFFICIENCY as le, COLUMNS_STANDINGS_P_2 as ue, COLUMNS_STANDINGS_P_3 as de, COLUMNS_TEAMS_FAIRPLAY as fe, COLUMNS_TEAMS_PENALTY_KILLING as pe, COLUMNS_TEAMS_POWERPLAY as me, COLUMNS_TEAM_ATTENDANCE as he, REFRESH_DELAY as ge, SORT_STATE_DESCEND as U, baseProps as W, gameProps as _e, playerStatsProps as ve, teamStatsProps as G } from "@mjsz-vbr-elements/core";
|
|
16
|
+
//#region ../../node_modules/.pnpm/@vueuse+shared@14.2.1_vue@3.5.30_typescript@5.7.3_/node_modules/@vueuse/shared/dist/index.js
|
|
17
|
+
function ye(e, t) {
|
|
18
|
+
return s() ? (u(e, t), !0) : !1;
|
|
18
19
|
}
|
|
19
|
-
|
|
20
|
+
var K = typeof window < "u" && typeof document < "u";
|
|
20
21
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
});
|
|
22
|
+
var be = Object.prototype.toString, xe = (e) => be.call(e) === "[object Object]", Se = () => {};
|
|
23
|
+
function Ce(e, t = !1, n = "Timeout") {
|
|
24
|
+
return new Promise((r, i) => {
|
|
25
|
+
t ? setTimeout(() => i(n), e) : setTimeout(r, e);
|
|
26
|
+
});
|
|
27
27
|
}
|
|
28
|
-
function
|
|
29
|
-
|
|
28
|
+
function we(e) {
|
|
29
|
+
return Array.isArray(e) ? e : [e];
|
|
30
30
|
}
|
|
31
|
-
function
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
get not() {
|
|
104
|
-
return de(o, !e);
|
|
105
|
-
}
|
|
106
|
-
} : {
|
|
107
|
-
toMatch: t,
|
|
108
|
-
toBe: p,
|
|
109
|
-
toBeTruthy: u,
|
|
110
|
-
toBeNull: g,
|
|
111
|
-
toBeNaN: c,
|
|
112
|
-
toBeUndefined: w,
|
|
113
|
-
changed: v,
|
|
114
|
-
changedTimes: a,
|
|
115
|
-
get not() {
|
|
116
|
-
return de(o, !e);
|
|
117
|
-
}
|
|
118
|
-
};
|
|
31
|
+
function Te(e, t = !1) {
|
|
32
|
+
function n(n, { flush: r = "sync", deep: i = !1, timeout: a, throwOnTimeout: o } = {}) {
|
|
33
|
+
let s = null, c = [new Promise((a) => {
|
|
34
|
+
s = _(e, (e) => {
|
|
35
|
+
n(e) !== t && (s ? s() : l(() => s?.()), a(e));
|
|
36
|
+
}, {
|
|
37
|
+
flush: r,
|
|
38
|
+
deep: i,
|
|
39
|
+
immediate: !0
|
|
40
|
+
});
|
|
41
|
+
})];
|
|
42
|
+
return a != null && c.push(Ce(a, o).then(() => h(e)).finally(() => s?.())), Promise.race(c);
|
|
43
|
+
}
|
|
44
|
+
function r(r, i) {
|
|
45
|
+
if (!c(r)) return n((e) => e === r, i);
|
|
46
|
+
let { flush: a = "sync", deep: o = !1, timeout: s, throwOnTimeout: u } = i ?? {}, d = null, f = [new Promise((n) => {
|
|
47
|
+
d = _([e, r], ([e, r]) => {
|
|
48
|
+
t !== (e === r) && (d ? d() : l(() => d?.()), n(e));
|
|
49
|
+
}, {
|
|
50
|
+
flush: a,
|
|
51
|
+
deep: o,
|
|
52
|
+
immediate: !0
|
|
53
|
+
});
|
|
54
|
+
})];
|
|
55
|
+
return s != null && f.push(Ce(s, u).then(() => h(e)).finally(() => (d?.(), h(e)))), Promise.race(f);
|
|
56
|
+
}
|
|
57
|
+
function i(e) {
|
|
58
|
+
return n((e) => !!e, e);
|
|
59
|
+
}
|
|
60
|
+
function a(e) {
|
|
61
|
+
return r(null, e);
|
|
62
|
+
}
|
|
63
|
+
function o(e) {
|
|
64
|
+
return r(void 0, e);
|
|
65
|
+
}
|
|
66
|
+
function s(e) {
|
|
67
|
+
return n(Number.isNaN, e);
|
|
68
|
+
}
|
|
69
|
+
function u(e, t) {
|
|
70
|
+
return n((t) => {
|
|
71
|
+
let n = Array.from(t);
|
|
72
|
+
return n.includes(e) || n.includes(h(e));
|
|
73
|
+
}, t);
|
|
74
|
+
}
|
|
75
|
+
function d(e) {
|
|
76
|
+
return f(1, e);
|
|
77
|
+
}
|
|
78
|
+
function f(e = 1, t) {
|
|
79
|
+
let r = -1;
|
|
80
|
+
return n(() => (r += 1, r >= e), t);
|
|
81
|
+
}
|
|
82
|
+
return Array.isArray(h(e)) ? {
|
|
83
|
+
toMatch: n,
|
|
84
|
+
toContains: u,
|
|
85
|
+
changed: d,
|
|
86
|
+
changedTimes: f,
|
|
87
|
+
get not() {
|
|
88
|
+
return Te(e, !t);
|
|
89
|
+
}
|
|
90
|
+
} : {
|
|
91
|
+
toMatch: n,
|
|
92
|
+
toBe: r,
|
|
93
|
+
toBeTruthy: i,
|
|
94
|
+
toBeNull: a,
|
|
95
|
+
toBeNaN: s,
|
|
96
|
+
toBeUndefined: o,
|
|
97
|
+
changed: d,
|
|
98
|
+
changedTimes: f,
|
|
99
|
+
get not() {
|
|
100
|
+
return Te(e, !t);
|
|
101
|
+
}
|
|
102
|
+
};
|
|
119
103
|
}
|
|
120
|
-
function
|
|
121
|
-
|
|
104
|
+
function Ee(e) {
|
|
105
|
+
return Te(e);
|
|
122
106
|
}
|
|
123
|
-
function
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
isPending: _e(g),
|
|
142
|
-
start: v,
|
|
143
|
-
stop: m
|
|
144
|
-
};
|
|
107
|
+
function De(e, t, n = {}) {
|
|
108
|
+
let { immediate: r = !0, immediateCallback: i = !1 } = n, a = m(!1), o;
|
|
109
|
+
function s() {
|
|
110
|
+
o &&= (clearTimeout(o), void 0);
|
|
111
|
+
}
|
|
112
|
+
function c() {
|
|
113
|
+
a.value = !1, s();
|
|
114
|
+
}
|
|
115
|
+
function l(...n) {
|
|
116
|
+
i && e(), s(), a.value = !0, o = setTimeout(() => {
|
|
117
|
+
a.value = !1, o = void 0, e(...n);
|
|
118
|
+
}, h(t));
|
|
119
|
+
}
|
|
120
|
+
return r && (a.value = !0, K && l()), ye(c), {
|
|
121
|
+
isPending: p(a),
|
|
122
|
+
start: l,
|
|
123
|
+
stop: c
|
|
124
|
+
};
|
|
145
125
|
}
|
|
146
|
-
function
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
...t,
|
|
152
|
-
immediate: !0
|
|
153
|
-
}
|
|
154
|
-
);
|
|
126
|
+
function Oe(e, t, n) {
|
|
127
|
+
return _(e, t, {
|
|
128
|
+
...n,
|
|
129
|
+
immediate: !0
|
|
130
|
+
});
|
|
155
131
|
}
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
132
|
+
//#endregion
|
|
133
|
+
//#region ../../node_modules/.pnpm/@vueuse+core@14.2.1_vue@3.5.30_typescript@5.7.3_/node_modules/@vueuse/core/dist/index.js
|
|
134
|
+
var ke = K ? window : void 0, Ae = K ? window.document : void 0;
|
|
135
|
+
K && window.navigator, K && window.location;
|
|
136
|
+
function je(e) {
|
|
137
|
+
let t = h(e);
|
|
138
|
+
return t?.$el ?? t;
|
|
161
139
|
}
|
|
162
|
-
function
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
([c, m, v, a]) => {
|
|
180
|
-
if (t(), !c?.length || !m?.length || !v?.length)
|
|
181
|
-
return;
|
|
182
|
-
const l = Qe(a) ? { ...a } : a;
|
|
183
|
-
e.push(
|
|
184
|
-
...c.flatMap(
|
|
185
|
-
(i) => m.flatMap(
|
|
186
|
-
(b) => v.map((n) => p(i, b, n, l))
|
|
187
|
-
)
|
|
188
|
-
)
|
|
189
|
-
);
|
|
190
|
-
},
|
|
191
|
-
{ flush: "post" }
|
|
192
|
-
), w = () => {
|
|
193
|
-
g(), t();
|
|
194
|
-
};
|
|
195
|
-
return fe(t), w;
|
|
140
|
+
function Me(...t) {
|
|
141
|
+
let n = (e, t, n, r) => (e.addEventListener(t, n, r), () => e.removeEventListener(t, n, r)), r = e(() => {
|
|
142
|
+
let e = we(h(t[0])).filter((e) => e != null);
|
|
143
|
+
return e.every((e) => typeof e != "string") ? e : void 0;
|
|
144
|
+
});
|
|
145
|
+
return Oe(() => [
|
|
146
|
+
r.value?.map((e) => je(e)) ?? [ke].filter((e) => e != null),
|
|
147
|
+
we(h(r.value ? t[1] : t[0])),
|
|
148
|
+
we(g(r.value ? t[2] : t[1])),
|
|
149
|
+
h(r.value ? t[3] : t[2])
|
|
150
|
+
], ([e, t, r, i], a, o) => {
|
|
151
|
+
if (!e?.length || !t?.length || !r?.length) return;
|
|
152
|
+
let s = xe(i) ? { ...i } : i, c = e.flatMap((e) => t.flatMap((t) => r.map((r) => n(e, t, r, s))));
|
|
153
|
+
o(() => {
|
|
154
|
+
c.forEach((e) => e());
|
|
155
|
+
});
|
|
156
|
+
}, { flush: "post" });
|
|
196
157
|
}
|
|
197
|
-
function
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
Xe(i).toBe(!1).then(() => y(d)).catch(z);
|
|
233
|
-
});
|
|
234
|
-
}
|
|
235
|
-
return {
|
|
236
|
-
...d,
|
|
237
|
-
then(y, z) {
|
|
238
|
-
return k().then(y, z);
|
|
239
|
-
}
|
|
240
|
-
};
|
|
158
|
+
function q(e, t, n) {
|
|
159
|
+
let { immediate: r = !0, delay: i = 0, onError: a = globalThis.reportError ?? Se, onSuccess: o = Se, resetOnExecute: s = !0, shallow: c = !0, throwError: l } = n ?? {}, u = c ? m(t) : f(t), d = m(!1), p = m(!1), g = m(void 0), _ = 0;
|
|
160
|
+
async function v(n = 0, ...r) {
|
|
161
|
+
let i = _ += 1;
|
|
162
|
+
s && (u.value = h(t)), g.value = void 0, d.value = !1, p.value = !0, n > 0 && await Ce(n);
|
|
163
|
+
let c = typeof e == "function" ? e(...r) : e;
|
|
164
|
+
try {
|
|
165
|
+
let e = await c;
|
|
166
|
+
return i === _ && (u.value = e, d.value = !0), o(e), e;
|
|
167
|
+
} catch (e) {
|
|
168
|
+
if (i === _ && (g.value = e), a(e), l) throw e;
|
|
169
|
+
} finally {
|
|
170
|
+
i === _ && (p.value = !1);
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
r && v(i);
|
|
174
|
+
let y = {
|
|
175
|
+
state: u,
|
|
176
|
+
isReady: d,
|
|
177
|
+
isLoading: p,
|
|
178
|
+
error: g,
|
|
179
|
+
execute: v,
|
|
180
|
+
executeImmediate: (...e) => v(0, ...e)
|
|
181
|
+
};
|
|
182
|
+
function b() {
|
|
183
|
+
return new Promise((e, t) => {
|
|
184
|
+
Ee(p).toBe(!1).then(() => e(y)).catch(t);
|
|
185
|
+
});
|
|
186
|
+
}
|
|
187
|
+
return {
|
|
188
|
+
...y,
|
|
189
|
+
then(e, t) {
|
|
190
|
+
return b().then(e, t);
|
|
191
|
+
}
|
|
192
|
+
};
|
|
241
193
|
}
|
|
242
|
-
function
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
}, { passive: !0 }), t;
|
|
194
|
+
function Ne(e = {}) {
|
|
195
|
+
let { document: t = Ae } = e;
|
|
196
|
+
if (!t) return m("visible");
|
|
197
|
+
let n = m(t.visibilityState);
|
|
198
|
+
return Me(t, "visibilitychange", () => {
|
|
199
|
+
n.value = t.visibilityState;
|
|
200
|
+
}, { passive: !0 }), n;
|
|
250
201
|
}
|
|
251
|
-
function
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
pause: v,
|
|
268
|
-
resume: m
|
|
269
|
-
};
|
|
202
|
+
function Pe(e, t, n = {}) {
|
|
203
|
+
let { immediate: r = !0, immediateCallback: i = !1 } = n, { start: a } = De(s, t, { immediate: r }), o = m(!1);
|
|
204
|
+
async function s() {
|
|
205
|
+
o.value && (await e(), a());
|
|
206
|
+
}
|
|
207
|
+
function c() {
|
|
208
|
+
o.value || (o.value = !0, i && e(), a());
|
|
209
|
+
}
|
|
210
|
+
function l() {
|
|
211
|
+
o.value = !1;
|
|
212
|
+
}
|
|
213
|
+
return r && K && c(), ye(l), {
|
|
214
|
+
isActive: o,
|
|
215
|
+
pause: l,
|
|
216
|
+
resume: c
|
|
217
|
+
};
|
|
270
218
|
}
|
|
271
|
-
const F = `@layer normalize,theme,components.variables,components,utils;:where(:host,:root){--mvw-color-white: #fff;--mvw-color-black: #000;--mvw-color-primary-0: #ffffff;--mvw-color-primary-50: #eceff1;--mvw-color-primary-100: #cfd8dc;--mvw-color-primary-200: #b0bec5;--mvw-color-primary-300: #90a4ae;--mvw-color-primary-400: #78909c;--mvw-color-primary-500: #607d8b;--mvw-color-primary-600: #546e7a;--mvw-color-primary-700: #455a64;--mvw-color-primary-800: #37474f;--mvw-color-primary-900: #263238;--mvw-color-primary-950: #182024}:where(:host,:root){--mvw-color-secondary-100: #dcedc8;--mvw-color-secondary-200: #badb94;--mvw-color-secondary-300: #aed581;--mvw-color-secondary-400: #9ccc65;--mvw-color-secondary-500: #8bc34a;--mvw-color-secondary-700: #689f38;--mvw-color-secondary-800: #558b2f;--mvw-color-secondary-900: #33691e;--mvw-color-secondary-950: #14290c}:where(:host){--radius-1: 2px;--radius-2: 5px;--radius-3: 16px;--radius-4: 32px;--radius-5: 64px;--radius-6: 96px}:where(:host){--font-size-50: .625rem;--font-size-100: .6875rem;--font-size-200: .75rem;--font-size-300: .8125rem;--font-size-400: .875rem;--font-size-500: 1rem;--font-size-600: 1.125rem;--font-size-700: 1.25rem;--font-size-800: 1.5rem;--font-size-900: 1.75rem;--font-size-950: 2rem;--font-lineheight-50: .95;--font-lineheight-100: 1;--font-lineheight-200: 1.1;--font-lineheight-300: 1.25;--font-lineheight-400: 1.375;--font-lineheight-500: 1.5;--font-lineheight-600: 1.75;--font-lineheight-700: 2}:where(:host){--size-1: 1px;--size-2: .125rem;--size-4: .25rem;--size-6: .375rem;--size-8: .5rem;--size-10: .625rem;--size-12: .75rem;--size-16: 1rem;--size-24: 1.5rem;--size-32: 2rem}:where(:host){--shadow-color: 220 3% 15%;--shadow-strength: 1%;--inner-shadow-highlight: inset 0 -.5px 0 0 #fff, inset 0 .5px 0 0 #0001;--shadow-3: 0 -1px 3px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%)), 0 1px 2px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 2%)), 0 2px 5px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 4px 12px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 12px 15px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%));--shadow-6: 0 -1px 2px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%)), 0 3px 2px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 7px 5px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 12px 10px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 22px 18px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 41px 33px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 6%)), 0 100px 80px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%))}@media (prefers-color-scheme: dark){:where(:host){--shadow-color: 220 40% 2%;--shadow-strength: 25%;--inner-shadow-highlight: inset 0 -.5px 0 0 #fff1, inset 0 .5px 0 0 #0007}}:where(:host){--ease-spring-1: linear( 0, .009, .035 2.1%, .141, .281 6.7%, .723 12.9%, .938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, .991, .977 51%, .974 53.8%, .975 57.1%, .997 69.8%, 1.003 76.9%, 1.004 83.8%, 1 )}@layer normalize{*,:before,:after{box-sizing:border-box}*{scrollbar-width:thin}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(img){opacity:0;transition:opacity .5s ease-out}:where(img).is-loaded{opacity:1}:where(svg:not([width])){inline-size:var(--size-16)}:where(input,button,textarea),:where(input[type=file])::-webkit-file-upload-button{color:inherit;font-size:inherit;font:inherit;letter-spacing:inherit}:where(a[href],area,button,[role=button],input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){-webkit-tap-highlight-color:transparent;touch-action:manipulation}:where(:not(fieldset,progress,meter)){background-origin:border-box;background-repeat:no-repeat;border-style:solid;border-width:0}:where(button){appearance:button;-webkit-appearance:button;background-color:transparent;background-image:none}:where(dd,pre){margin:0}:where(ul,li){margin:0;padding:0}:where(ol,ul){list-style:none}}@layer theme{[data-theme=light],:host-context(.light){color-scheme:only light}[data-theme=dark],:host-context(.dark){color-scheme:only dark}:root,:host{font-family:var(--mvw-font, inherit);--mvw-color-live: #8bc34a;--mvw-color-error: #fb2c36;--mvw-color-warning: #ffc107;--mvw-color-info: #2870ed;--mvw-color-team: #ff6129;--mvw-link-color: light-dark(var(--mvw-color-secondary-700), var(--mvw-color-secondary-400));--mvw-text-pale: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-700));--mvw-text-faded: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-600));--mvw-text-dimmed: light-dark(var(--mvw-color-primary-400), var(--mvw-color-primary-500));--mvw-text-muted: light-dark(var(--mvw-color-primary-500), var(--mvw-color-primary-400));--mvw-text-toned: light-dark(var(--mvw-color-primary-600), var(--mvw-color-primary-300));--mvw-text-default: light-dark(var(--mvw-color-primary-700), var(--mvw-color-primary-200));--mvw-text-highlighted: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-50));--mvw-text-inverted: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-bg-default: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-bg-muted: light-dark(var(--mvw-color-primary-50), var(--mvw-color-primary-900));--mvw-bg-elevated: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-800));--mvw-bg-accented: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-700));--mvw-bg-highlighted: var(--mvw-color-secondary-500);--mvw-bg-inverted: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-50));--mvw-border-faded: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-800));--mvw-border-muted: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-700));--mvw-border-highlighted: var(--mvw-color-secondary-500)}}@layer components{:where(a[href]){--_lighten: oklch(from var(--mvw-link-color) calc(l*1.15) c h);--_darken: oklch(from var(--mvw-link-color) calc(l*.85) c h);color:var(--mvw-link-color);text-decoration:none}:where(a[href]):hover{color:light-dark(var(--_darken),var(--_lighten))}:where(a[target=_blank]){position:relative}:where(a[target=_blank]):hover:after{transition:all 1s cubic-bezier(.075,.82,.165,1);content:"";display:inline-block;margin-inline-start:var(--size-2);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3C!-- Icon from Lucide by Lucide Contributors - https://github.com/lucide-icons/lucide/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3C!-- Icon from Lucide by Lucide Contributors - https://github.com/lucide-icons/lucide/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;inline-size:.8em;block-size:.8em}}@layer components{:where(.loading-indicator){padding:var(--size-16);font-weight:600;color:var(--mvw-loading-indicator-text-color, var(--mvw-text-toned));text-align:center}}@layer utils{.font-bold{font-weight:700}.italic{font-style:italic}.uppercase{text-transform:uppercase}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-start{text-align:start}.text-end{text-align:end}.text-center{text-align:center}.text-xs{font-size:var(--font-size-200)}.text-sm{font-size:var(--font-size-400)}.text-xl{font-size:var(--font-size-700)}.text-faded{color:var(--mvw-text-faded)}.text-dimmed{color:var(--mvw-text-dimmed)}.text-muted{color:var(--mvw-text-muted)}.text-toned{color:var(--mvw-text-toned)}.text-default{color:var(--mvw-text-default)}.text-highlighted{color:var(--mvw-text-highlighted)}.w-auto{width:auto}.mx-sm{margin-inline:var(--size-8)}.mb-sm{margin-block-end:var(--size-8)}.mb-md{margin-block-end:var(--size-16)}.mb-xl{margin-block-end:calc(var(--size-16) * 2)}.mt-md{margin-block-start:var(--size-16)}.mt-lg{margin-block-start:var(--size-24)}.mt-xl{margin-block-start:calc(var(--size-16) * 2)}.p-sm{padding-block:var(--size-8)}.py-md{padding-block:var(--size-16)}.flex{display:flex}.grid{display:grid}.block{display:block}.rounded{border-radius:1e5px}.sticky{position:sticky;top:var(--mvw-sticky-top-offset, 0);z-index:10}.blured-bg{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.justify-center{justify-items:center}.grid-container{--min-width: 230px;--max-width: 1fr;--gap: var(--size-16);--align-items: center;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(var(--min-width),100%),var(--max-width)));align-items:var(--align-items);gap:var(--gap)}.flex-container{display:flex;flex-wrap:wrap;gap:var(--size-16)}.responsive-team-name{container-type:inline-size;container-name:team-name}.responsive-team-name>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.responsive-team-name>* .team-name-short{display:none}@container team-name (max-width: 200px){.responsive-team-name>* .team-name-long{display:none}.responsive-team-name>* .team-name-short{display:inline-block}}}`, U = "@layer components.variables{:where(:host){--mvw-tooltip-font-size: var(--font-size-200);--mvw-tooltip-color: light-dark(white, black);--mvw-tooltip-bg-color: light-dark(black, white);--mvw-floating-content-bg-color: light-dark(white, var(--mvw-color-primary-800))}}@layer components{:where(.floating-content).is-tooltip{background-color:var(--mvw-tooltip-bg-color);color:var(--mvw-tooltip-color);font-weight:700;padding:var(--size-4) var(--size-8);border-radius:var(--radius-2);font-size:var(--mvw-tooltip-font-size);white-space:nowrap;pointer-events:none}:where(.floating-content).is-tooltip .is-arrow{background-color:var(--mvw-tooltip-bg-color)}:where(.floating-content).is-content{background-color:var(--mvw-floating-content-bg-color);border-radius:var(--radius-2);box-shadow:var(--shadow-6)}:where(.floating-content).is-content .is-arrow{background-color:var(--mvw-floating-content-bg-color)}:where(.floating-content) .is-arrow{width:8px;height:8px;transform:rotate(45deg)}[data-placement^=top] :is(:where(.floating-content) .is-arrow){bottom:-4px;clip-path:polygon(80% 0,100% 0,100% 100%,0 100%,0 80%)}[data-placement^=bottom] :is(:where(.floating-content) .is-arrow){top:-4px;clip-path:polygon(100% 0,0 0,0 100%)}[data-placement^=left] :is(:where(.floating-content) .is-arrow){right:-4px;clip-path:polygon(100% 0,0 0,100% 100%)}[data-placement^=right] :is(:where(.floating-content) .is-arrow){left:-4px;clip-path:polygon(100% 0,0 0,0 100%)}.transition-fade-enter-active,.transition-fade-leave-active{transition:all .7s var(--ease-spring-1)}.transition-fade-enter-from,.transition-fade-leave-to{opacity:0;transform:translateY(5px)}}", Y = "@layer components.variables{:where(:host){--mvw-paginator-color: light-dark(var(--mvw-color-primary-500), var(--mvw-color-primary-400));--mvw-paginator-bg-color: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-paginator-hover-color: light-dark(var(--mvw-color-primary-700), var(--mvw-color-primary-300));--mvw-paginator-hover-bg-color: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-900));--mvw-paginator-border-color: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-700));--mvw-paginator-active-color: light-dark(var(--mvw-color-white), var(--mvw-color-black));--mvw-paginator-active-bg-color: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-50));--mvw-paginator-disabled-color: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-600))}}@layer components{:where(.paginator){display:flex;flex-direction:row;list-style-type:none;margin:10px 0;padding:0}:where(.paginator) button,:where(.paginator) div{display:flex;align-items:center;justify-content:center;padding:var(--size-6) var(--size-12);text-decoration:none;cursor:pointer;color:var(--mvw-paginator-color);border:1px solid var(--mvw-paginator-border-color);background-color:var(--mvw-paginator-bg-color);margin-left:-1px}:is(:where(.paginator) button,:where(.paginator) div) .icon{width:var(--size-16);height:var(--size-16);margin:0 -4px;max-inline-size:var(--size-16)}:is(:where(.paginator) button,:where(.paginator) div):hover:not(:is(:where(.paginator) button,:where(.paginator) div).is-disabled,:is(:where(.paginator) button,:where(.paginator) div).is-active){color:var(--mvw-paginator-hover-color);background-color:var(--mvw-paginator-hover-bg-color)}:is(:where(.paginator) button,:where(.paginator) div):disabled,:is(:where(.paginator) button,:where(.paginator) div).is-disabled{color:var(--mvw-paginator-disabled-color);background-color:var(--mvw-paginator-bg-color);pointer-events:none;cursor:default}:is(:where(.paginator) button,:where(.paginator) div).is-active{color:var(--mvw-paginator-active-color);background-color:var(--mvw-paginator-active-bg-color);border-color:var(--mvw-paginator-active-bg-color);cursor:default}}", V = "@layer components{:where(.table-responsive){container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}:where(.table-responsive) :where(table){width:100%}}", W = '@layer components.variables{:where(:host){--mvw-table-header-font-size: var(--font-size-200);--mvw-table-default-column-width: 40px;--mvw-table-default-bg-color: light-dark(var(--mvw-color-white), var(--mvw-color-primary-900));--mvw-table-color: light-dark(var(--mvw-color-primary-800), var(--mvw-color-primary-200));--mvw-table-neutral-color: light-dark(var(--mvw-color-primary-300), var(--mvw-color-primary-700));--mvw-table-header-bg-color: light-dark(var(--mvw-color-primary-800), var(--mvw-color-primary-200));--mvw-table-header-color: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-800));--mvw-table-header-hover-bg-color: light-dark(var(--mvw-color-primary-700), var(--mvw-color-primary-300));--mvw-table-header-active-bg-color: light-dark(var(--mvw-color-primary-700), var(--mvw-color-primary-300));--mvw-table-header-active-color: light-dark(var(--mvw-color-white), var(--mvw-color-primary-900));--mvw-table-hover-color: light-dark(var(--mvw-color-primary-900), var(--mvw-color-white));--mvw-table-hover-bg-color: light-dark(var(--mvw-color-secondary-100), var(--mvw-color-primary-950));--mvw-table-active-color: light-dark(var(--mvw-color-secondary-900), var(--mvw-color-secondary-100));--mvw-table-active-bg-color: light-dark(var(--mvw-color-secondary-200), var(--mvw-color-secondary-800));--mvw-table-active-even-bg-color: light-dark(var(--mvw-color-secondary-300), var(--mvw-color-secondary-700));--mvw-table-active-hover-color: light-dark(var(--mvw-color-secondary-900), var(--mvw-color-secondary-100));--mvw-table-active-hover-bg-color: light-dark(var(--mvw-color-secondary-400), var(--mvw-color-secondary-500));--mvw-table-portrait-border-color: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-900));--mvw-table-portrait-bg-color: light-dark(var(--mvw-color-primary-50), var(--mvw-color-primary-900));--mvw-table-stripped-bg-color: light-dark( hsl(from var(--mvw-color-primary-50) h s calc(l + 3) ), hsl(from var(--mvw-color-primary-900) h s calc(l + 2) ) );--mvw-table-label-color: light-dark(var(--mvw-color-primary-500), var(--mvw-color-primary-400));--mvw-table-label-bg-color: light-dark(var(--mvw-color-primary-50), var(--mvw-color-primary-900));--mvw-table-cell-logo-size: 20px;--mvw-table-cell-portrait-size: 26px;--mvw-table-caption-color: light-dark(var(--mvw-color-primary-400), var(--mvw-color-primary-600));--mvw-table-caption-font-size: var(--font-size-200)}}@layer components{:where(.table){border-collapse:collapse;max-inline-size:100%;position:relative;color:var(--mvw-table-color);background-color:var(--mvw-table-default-bg-color)}:where(.table) tr{background-color:var(--surface-default);border-top:1px solid var(--border-color)}:where(.table) tr:hover{background-color:oklch(from var(--surface-filled) l c h / 75%)}:where(.table) tr:nth-child(2n){background:var(--mvw-table-stripped-bg-color)}:where(.table) tr:nth-child(2n) td.is-active{background-color:var(--mvw-table-active-even-bg-color)}:where(.table) tr.is-highlighted{color:var(--mvw-color-error)}:where(.table) tr.is-optional{opacity:.5}:where(.table) :is(th,td){padding:var(--size-8);white-space:nowrap;text-align:center}:where(.table) th{background:var(--mvw-table-header-bg-color);color:var(--mvw-table-header-color);font-size:var(--mvw-table-header-font-size);font-weight:700;text-align:center;width:var(--mvw-table-default-column-width)}:where(.table) th:focus-visible,:where(.table) th:hover{background-color:var(--mvw-table-header-hover-bg-color);outline:none}:where(.table) th.is-sortable{position:relative;cursor:pointer}:where(.table) th.is-sortable .is-icon-sort{opacity:.5}:where(.table) th.is-active{background-color:var(--mvw-table-header-active-bg-color);color:var(--mvw-table-header-active-color)}:where(.table) th.is-active .is-icon-sort{opacity:1}:where(.table) th.is-has-image,:where(.table) th.has-avatar{width:0}:where(.table) th .is-icon-sort{display:inline-block;width:var(--size-12);height:var(--size-12);margin-inline-start:var(--size-4)}:where(.table) td.is-active{font-weight:700;color:var(--mvw-table-active-color);background:var(--mvw-table-active-bg-color)}:where(.table) td.has-avatar .avatar{--_width: var(--mvw-table-cell-portrait-size)}:where(.table) td[data-value="0"],:where(.table) td.is-zero{color:var(--mvw-text-faded)}:where(.table) td.is-possible-empty:empty:before{content:"0";color:var(--mvw-text-faded)}:where(.table) td.is-horizontal-content{display:inline-flex;align-items:center}:where(.table) td a[target=_blank]:after{content:"";position:absolute;left:100%;top:calc(50% - .4em)}:where(.table) td .is-logo-image{display:inline-block;vertical-align:middle;width:var(--mvw-table-cell-logo-size);height:var(--mvw-table-cell-logo-size);max-inline-size:fit-content}:where(.table) td .is-duplicated{color:var(--mvw-table-neutral-color)}:where(.table) td .is-team-name-long{display:inline-block}:where(.table) td .is-team-name-short{display:none}@container table-wrapper (max-width: 768px){:where(.table) td .is-team-name-long{display:none}:where(.table) td .is-team-name-short{display:inline-block}}:where(.table) caption{caption-side:bottom;color:var(--mvw-table-caption-color);font-size:var(--mvw-table-caption-font-size, .75rem);padding:var(--size-12) 0;text-align:start}:where(.table) tbody tr:focus-within,:where(.table) tbody tr:hover{color:var(--mvw-table-hover-color);background-color:var(--mvw-table-hover-bg-color)}:is(:where(.table) tbody tr:focus-within,:where(.table) tbody tr:hover) td.is-active{color:var(--mvw-table-active-hover-color);background-color:var(--mvw-table-active-hover-bg-color)}}', ae = "@layer components.variables{:where(:host){--mvw-avatar-border-color: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-700))}}@layer components{:where(.avatar){--_width: 20px;display:inline-flex;vertical-align:middle;aspect-ratio:1;inline-size:var(--_width);justify-content:center;overflow:clip;position:relative;border-radius:100%;border:1px solid var(--mvw-avatar-border-color)}:where(.avatar) img{block-size:100%;inline-size:100%;inset:0;object-fit:cover;position:absolute}}", le = "@layer components.variables{:where(:host){--mvw-color-error-notice-bg-color: color-mix(in oklab, var(--mvw-color-error) 10%, transparent);--mvw-color-error-notice-border-color: color-mix(in oklab, var(--mvw-color-error) 25%, transparent);--mvw-color-error-notice-color: var(--mvw-color-error)}}@layer components{:where(.error-notice){display:flex;align-items:center;justify-items:flex-start;gap:15px;margin:10px 0;padding:10px 20px;background-color:var(--mvw-color-error-notice-bg-color);color:var(--mvw-color-error-notice-color);border:1px solid var(--mvw-color-error-notice-border-color);border-radius:var(--radius-2)}:where(.error-notice) button{text-decoration:underline}}", M = (o, e) => {
|
|
272
|
-
|
|
273
|
-
for (const [p, u] of e)
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
},
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
},
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
},
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
219
|
+
//#endregion
|
|
220
|
+
//#region ../shared/assets/css/core.css?vue&type=style&index=0&src=true&inline&lang.css
|
|
221
|
+
var J = "@layer normalize,theme,components.variables,components,utils;:where(:host,:root){--mvw-color-white: #fff;--mvw-color-black: #000;--mvw-color-primary-0: #ffffff;--mvw-color-primary-50: #eceff1;--mvw-color-primary-100: #cfd8dc;--mvw-color-primary-200: #b0bec5;--mvw-color-primary-300: #90a4ae;--mvw-color-primary-400: #78909c;--mvw-color-primary-500: #607d8b;--mvw-color-primary-600: #546e7a;--mvw-color-primary-700: #455a64;--mvw-color-primary-800: #37474f;--mvw-color-primary-900: #263238;--mvw-color-primary-950: #182024}:where(:host,:root){--mvw-color-secondary-100: #dcedc8;--mvw-color-secondary-200: #badb94;--mvw-color-secondary-300: #aed581;--mvw-color-secondary-400: #9ccc65;--mvw-color-secondary-500: #8bc34a;--mvw-color-secondary-700: #689f38;--mvw-color-secondary-800: #558b2f;--mvw-color-secondary-900: #33691e;--mvw-color-secondary-950: #14290c}:where(:host){--radius-1: 2px;--radius-2: 5px;--radius-3: 16px;--radius-4: 32px;--radius-5: 64px;--radius-6: 96px}:where(:host){--font-size-50: .625rem;--font-size-100: .6875rem;--font-size-200: .75rem;--font-size-300: .8125rem;--font-size-400: .875rem;--font-size-500: 1rem;--font-size-600: 1.125rem;--font-size-700: 1.25rem;--font-size-800: 1.5rem;--font-size-900: 1.75rem;--font-size-950: 2rem;--font-lineheight-50: .95;--font-lineheight-100: 1;--font-lineheight-200: 1.1;--font-lineheight-300: 1.25;--font-lineheight-400: 1.375;--font-lineheight-500: 1.5;--font-lineheight-600: 1.75;--font-lineheight-700: 2}:where(:host){--size-1: 1px;--size-2: .125rem;--size-4: .25rem;--size-6: .375rem;--size-8: .5rem;--size-10: .625rem;--size-12: .75rem;--size-16: 1rem;--size-24: 1.5rem;--size-32: 2rem}:where(:host){--shadow-color: 220 3% 15%;--shadow-strength: 1%;--inner-shadow-highlight: inset 0 -.5px 0 0 #fff, inset 0 .5px 0 0 #0001;--shadow-3: 0 -1px 3px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%)), 0 1px 2px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 2%)), 0 2px 5px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 4px 12px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 12px 15px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%));--shadow-6: 0 -1px 2px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%)), 0 3px 2px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 7px 5px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 12px 10px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 22px 18px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 41px 33px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 6%)), 0 100px 80px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%))}@media(prefers-color-scheme:dark){:where(:host){--shadow-color: 220 40% 2%;--shadow-strength: 25%;--inner-shadow-highlight: inset 0 -.5px 0 0 #fff1, inset 0 .5px 0 0 #0007}}:where(:host){--ease-spring-1: linear( 0, .009, .035 2.1%, .141, .281 6.7%, .723 12.9%, .938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, .991, .977 51%, .974 53.8%, .975 57.1%, .997 69.8%, 1.003 76.9%, 1.004 83.8%, 1 )}@layer normalize{*,:before,:after{box-sizing:border-box}*{scrollbar-width:thin}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(img){opacity:0;transition:opacity .5s ease-out}:where(img).is-loaded{opacity:1}:where(svg:not([width])){inline-size:var(--size-16)}:where(input,button,textarea),:where(input[type=file])::-webkit-file-upload-button{color:inherit;font-size:inherit;font:inherit;letter-spacing:inherit}:where(a[href],area,button,[role=button],input,label[for],select,summary,textarea,[tabindex]:not([tabindex*=\"-\"])){-webkit-tap-highlight-color:transparent;touch-action:manipulation}:where(:not(fieldset,progress,meter)){background-origin:border-box;background-repeat:no-repeat;border-style:solid;border-width:0}:where(button){appearance:button;-webkit-appearance:button;background-color:transparent;background-image:none}:where(dd,pre){margin:0}:where(ul,li){margin:0;padding:0}:where(ol,ul){list-style:none}}@layer theme{[data-theme=light],:host-context(.light){color-scheme:only light}[data-theme=dark],:host-context(.dark){color-scheme:only dark}:root,:host{font-family:var(--mvw-font, inherit);--mvw-color-live: #8bc34a;--mvw-color-error: #fb2c36;--mvw-color-warning: #ffc107;--mvw-color-info: #2870ed;--mvw-color-team: #ff6129;--mvw-link-color: light-dark(var(--mvw-color-secondary-700), var(--mvw-color-secondary-400));--mvw-text-pale: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-700));--mvw-text-faded: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-600));--mvw-text-dimmed: light-dark(var(--mvw-color-primary-400), var(--mvw-color-primary-500));--mvw-text-muted: light-dark(var(--mvw-color-primary-500), var(--mvw-color-primary-400));--mvw-text-toned: light-dark(var(--mvw-color-primary-600), var(--mvw-color-primary-300));--mvw-text-default: light-dark(var(--mvw-color-primary-700), var(--mvw-color-primary-200));--mvw-text-highlighted: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-50));--mvw-text-inverted: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-bg-default: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-bg-muted: light-dark(var(--mvw-color-primary-50), var(--mvw-color-primary-900));--mvw-bg-elevated: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-800));--mvw-bg-accented: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-700));--mvw-bg-highlighted: var(--mvw-color-secondary-500);--mvw-bg-inverted: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-50));--mvw-border-faded: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-800));--mvw-border-muted: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-700));--mvw-border-highlighted: var(--mvw-color-secondary-500)}}@layer components{:where(a[href]){--_lighten: oklch(from var(--mvw-link-color) calc(l*1.15) c h);--_darken: oklch(from var(--mvw-link-color) calc(l*.85) c h);color:var(--mvw-link-color);text-decoration:none}:where(a[href]):hover{color:light-dark(var(--_darken),var(--_lighten))}:where(a[target=_blank]){position:relative}:where(a[target=_blank]):hover:after{transition:all 1s cubic-bezier(.075,.82,.165,1);content:\"\";display:inline-block;margin-inline-start:var(--size-2);background-color:currentColor;-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3C!-- Icon from Lucide by Lucide Contributors - https://github.com/lucide-icons/lucide/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3C!-- Icon from Lucide by Lucide Contributors - https://github.com/lucide-icons/lucide/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E\");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;inline-size:.8em;block-size:.8em}}@layer components{:where(.loading-indicator){padding:var(--size-16);font-weight:600;color:var(--mvw-loading-indicator-text-color, var(--mvw-text-toned));text-align:center}}@layer utils{.font-bold{font-weight:700}.italic{font-style:italic}.uppercase{text-transform:uppercase}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-start{text-align:start}.text-end{text-align:end}.text-center{text-align:center}.text-xs{font-size:var(--font-size-200)}.text-sm{font-size:var(--font-size-400)}.text-xl{font-size:var(--font-size-700)}.text-faded{color:var(--mvw-text-faded)}.text-dimmed{color:var(--mvw-text-dimmed)}.text-muted{color:var(--mvw-text-muted)}.text-toned{color:var(--mvw-text-toned)}.text-default{color:var(--mvw-text-default)}.text-highlighted{color:var(--mvw-text-highlighted)}.w-auto{width:auto}.mx-sm{margin-inline:var(--size-8)}.mb-sm{margin-block-end:var(--size-8)}.mb-md{margin-block-end:var(--size-16)}.mb-xl{margin-block-end:calc(var(--size-16) * 2)}.mt-md{margin-block-start:var(--size-16)}.mt-lg{margin-block-start:var(--size-24)}.mt-xl{margin-block-start:calc(var(--size-16) * 2)}.p-sm{padding-block:var(--size-8)}.py-md{padding-block:var(--size-16)}.flex{display:flex}.grid{display:grid}.block{display:block}.rounded{border-radius:1e5px}.sticky{position:sticky;top:var(--mvw-sticky-top-offset, 0);z-index:10}.blured-bg{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.justify-center{justify-items:center}.grid-container{--min-width: 230px;--max-width: 1fr;--gap: var(--size-16);--align-items: center;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(var(--min-width),100%),var(--max-width)));align-items:var(--align-items);gap:var(--gap)}.flex-container{display:flex;flex-wrap:wrap;gap:var(--size-16)}.responsive-team-name{container-type:inline-size;container-name:team-name}.responsive-team-name>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.responsive-team-name>* .team-name-short{display:none}@container team-name (max-width: 200px){.responsive-team-name>* .team-name-long{display:none}.responsive-team-name>* .team-name-short{display:inline-block}}}", Y = "@layer components.variables{:where(:host){--mvw-tooltip-font-size: var(--font-size-200);--mvw-tooltip-color: light-dark(white, black);--mvw-tooltip-bg-color: light-dark(black, white);--mvw-floating-content-bg-color: light-dark(white, var(--mvw-color-primary-800))}}@layer components{:where(.floating-content).is-tooltip{background-color:var(--mvw-tooltip-bg-color);color:var(--mvw-tooltip-color);font-weight:700;padding:var(--size-4) var(--size-8);border-radius:var(--radius-2);font-size:var(--mvw-tooltip-font-size);white-space:nowrap;pointer-events:none}:where(.floating-content).is-tooltip .is-arrow{background-color:var(--mvw-tooltip-bg-color)}:where(.floating-content).is-content{background-color:var(--mvw-floating-content-bg-color);border-radius:var(--radius-2);box-shadow:var(--shadow-6)}:where(.floating-content).is-content .is-arrow{background-color:var(--mvw-floating-content-bg-color)}:where(.floating-content) .is-arrow{width:8px;height:8px;transform:rotate(45deg)}[data-placement^=top] :is(:where(.floating-content) .is-arrow){bottom:-4px;clip-path:polygon(80% 0,100% 0,100% 100%,0 100%,0 80%)}[data-placement^=bottom] :is(:where(.floating-content) .is-arrow){top:-4px;clip-path:polygon(100% 0,0 0,0 100%)}[data-placement^=left] :is(:where(.floating-content) .is-arrow){right:-4px;clip-path:polygon(100% 0,0 0,100% 100%)}[data-placement^=right] :is(:where(.floating-content) .is-arrow){left:-4px;clip-path:polygon(100% 0,0 0,0 100%)}.transition-fade-enter-active,.transition-fade-leave-active{transition:all .7s var(--ease-spring-1)}.transition-fade-enter-from,.transition-fade-leave-to{opacity:0;transform:translateY(5px)}}", X = "@layer components.variables{:where(:host){--mvw-paginator-color: light-dark(var(--mvw-color-primary-500), var(--mvw-color-primary-400));--mvw-paginator-bg-color: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-paginator-hover-color: light-dark(var(--mvw-color-primary-700), var(--mvw-color-primary-300));--mvw-paginator-hover-bg-color: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-900));--mvw-paginator-border-color: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-700));--mvw-paginator-active-color: light-dark(var(--mvw-color-white), var(--mvw-color-black));--mvw-paginator-active-bg-color: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-50));--mvw-paginator-disabled-color: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-600))}}@layer components{:where(.paginator){display:flex;flex-direction:row;list-style-type:none;margin:10px 0;padding:0}:where(.paginator) button,:where(.paginator) div{display:flex;align-items:center;justify-content:center;padding:var(--size-6) var(--size-12);text-decoration:none;cursor:pointer;color:var(--mvw-paginator-color);border:1px solid var(--mvw-paginator-border-color);background-color:var(--mvw-paginator-bg-color);margin-left:-1px}:is(:where(.paginator) button,:where(.paginator) div) .icon{width:var(--size-16);height:var(--size-16);margin:0 -4px;max-inline-size:var(--size-16)}:is(:where(.paginator) button,:where(.paginator) div):hover:not(:is(:where(.paginator) button,:where(.paginator) div).is-disabled,:is(:where(.paginator) button,:where(.paginator) div).is-active){color:var(--mvw-paginator-hover-color);background-color:var(--mvw-paginator-hover-bg-color)}:is(:where(.paginator) button,:where(.paginator) div):disabled,:is(:where(.paginator) button,:where(.paginator) div).is-disabled{color:var(--mvw-paginator-disabled-color);background-color:var(--mvw-paginator-bg-color);pointer-events:none;cursor:default}:is(:where(.paginator) button,:where(.paginator) div).is-active{color:var(--mvw-paginator-active-color);background-color:var(--mvw-paginator-active-bg-color);border-color:var(--mvw-paginator-active-bg-color);cursor:default}}", Z = "@layer components{:where(.table-responsive){container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}:where(.table-responsive) :where(table){width:100%}}", Q = "@layer components.variables{:where(:host){--mvw-table-header-font-size: var(--font-size-200);--mvw-table-default-column-width: 40px;--mvw-table-default-bg-color: light-dark(var(--mvw-color-white), var(--mvw-color-primary-900));--mvw-table-color: light-dark(var(--mvw-color-primary-800), var(--mvw-color-primary-200));--mvw-table-neutral-color: light-dark(var(--mvw-color-primary-300), var(--mvw-color-primary-700));--mvw-table-header-bg-color: light-dark(var(--mvw-color-primary-800), var(--mvw-color-primary-200));--mvw-table-header-color: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-800));--mvw-table-header-hover-bg-color: light-dark(var(--mvw-color-primary-700), var(--mvw-color-primary-300));--mvw-table-header-active-bg-color: light-dark(var(--mvw-color-primary-700), var(--mvw-color-primary-300));--mvw-table-header-active-color: light-dark(var(--mvw-color-white), var(--mvw-color-primary-900));--mvw-table-hover-color: light-dark(var(--mvw-color-primary-900), var(--mvw-color-white));--mvw-table-hover-bg-color: light-dark(var(--mvw-color-secondary-100), var(--mvw-color-primary-950));--mvw-table-active-color: light-dark(var(--mvw-color-secondary-900), var(--mvw-color-secondary-100));--mvw-table-active-bg-color: light-dark(var(--mvw-color-secondary-200), var(--mvw-color-secondary-800));--mvw-table-active-even-bg-color: light-dark(var(--mvw-color-secondary-300), var(--mvw-color-secondary-700));--mvw-table-active-hover-color: light-dark(var(--mvw-color-secondary-900), var(--mvw-color-secondary-100));--mvw-table-active-hover-bg-color: light-dark(var(--mvw-color-secondary-400), var(--mvw-color-secondary-500));--mvw-table-portrait-border-color: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-900));--mvw-table-portrait-bg-color: light-dark(var(--mvw-color-primary-50), var(--mvw-color-primary-900));--mvw-table-stripped-bg-color: light-dark( hsl(from var(--mvw-color-primary-50) h s calc(l + 3) ), hsl(from var(--mvw-color-primary-900) h s calc(l + 2) ) );--mvw-table-label-color: light-dark(var(--mvw-color-primary-500), var(--mvw-color-primary-400));--mvw-table-label-bg-color: light-dark(var(--mvw-color-primary-50), var(--mvw-color-primary-900));--mvw-table-cell-logo-size: 20px;--mvw-table-cell-portrait-size: 26px;--mvw-table-caption-color: light-dark(var(--mvw-color-primary-400), var(--mvw-color-primary-600));--mvw-table-caption-font-size: var(--font-size-200)}}@layer components{:where(.table){border-collapse:collapse;max-inline-size:100%;position:relative;color:var(--mvw-table-color);background-color:var(--mvw-table-default-bg-color)}:where(.table) tr{background-color:var(--surface-default);border-top:1px solid var(--border-color)}:where(.table) tr:hover{background-color:oklch(from var(--surface-filled) l c h / 75%)}:where(.table) tr:nth-child(2n){background:var(--mvw-table-stripped-bg-color)}:where(.table) tr:nth-child(2n) td.is-active{background-color:var(--mvw-table-active-even-bg-color)}:where(.table) tr.is-highlighted{color:var(--mvw-color-error)}:where(.table) tr.is-optional{opacity:.5}:where(.table) :is(th,td){padding:var(--size-8);white-space:nowrap;text-align:center}:where(.table) th{background:var(--mvw-table-header-bg-color);color:var(--mvw-table-header-color);font-size:var(--mvw-table-header-font-size);font-weight:700;text-align:center;width:var(--mvw-table-default-column-width)}:where(.table) th:focus-visible,:where(.table) th:hover{background-color:var(--mvw-table-header-hover-bg-color);outline:none}:where(.table) th.is-sortable{position:relative;cursor:pointer}:where(.table) th.is-sortable .is-icon-sort{opacity:.5}:where(.table) th.is-active{background-color:var(--mvw-table-header-active-bg-color);color:var(--mvw-table-header-active-color)}:where(.table) th.is-active .is-icon-sort{opacity:1}:where(.table) th.is-has-image,:where(.table) th.has-avatar{width:0}:where(.table) th .is-icon-sort{display:inline-block;width:var(--size-12);height:var(--size-12);margin-inline-start:var(--size-4)}:where(.table) td.is-active{font-weight:700;color:var(--mvw-table-active-color);background:var(--mvw-table-active-bg-color)}:where(.table) td.has-avatar .avatar{--_width: var(--mvw-table-cell-portrait-size)}:where(.table) td[data-value=\"0\"],:where(.table) td.is-zero{color:var(--mvw-text-faded)}:where(.table) td.is-possible-empty:empty:before{content:\"0\";color:var(--mvw-text-faded)}:where(.table) td.is-horizontal-content{display:inline-flex;align-items:center}:where(.table) td a[target=_blank]:after{content:\"\";position:absolute;left:100%;top:calc(50% - .4em)}:where(.table) td .is-logo-image{display:inline-block;vertical-align:middle;width:var(--mvw-table-cell-logo-size);height:var(--mvw-table-cell-logo-size);max-inline-size:fit-content}:where(.table) td .is-duplicated{color:var(--mvw-table-neutral-color)}:where(.table) td .is-team-name-long{display:inline-block}:where(.table) td .is-team-name-short{display:none}@container table-wrapper (max-width: 768px){:where(.table) td .is-team-name-long{display:none}:where(.table) td .is-team-name-short{display:inline-block}}:where(.table) caption{caption-side:bottom;color:var(--mvw-table-caption-color);font-size:var(--mvw-table-caption-font-size, .75rem);padding:var(--size-12) 0;text-align:start}:where(.table) tbody tr:focus-within,:where(.table) tbody tr:hover{color:var(--mvw-table-hover-color);background-color:var(--mvw-table-hover-bg-color)}:is(:where(.table) tbody tr:focus-within,:where(.table) tbody tr:hover) td.is-active{color:var(--mvw-table-active-hover-color);background-color:var(--mvw-table-active-hover-bg-color)}}", Fe = "@layer components.variables{:where(:host){--mvw-avatar-border-color: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-700))}}@layer components{:where(.avatar){--_width: 20px;display:inline-flex;vertical-align:middle;aspect-ratio:1;inline-size:var(--_width);justify-content:center;overflow:clip;position:relative;border-radius:100%;border:1px solid var(--mvw-avatar-border-color)}:where(.avatar) img{block-size:100%;inline-size:100%;inset:0;object-fit:cover;position:absolute}}", Ie = "@layer components.variables{:where(:host){--mvw-color-error-notice-bg-color: color-mix(in oklab, var(--mvw-color-error) 10%, transparent);--mvw-color-error-notice-border-color: color-mix(in oklab, var(--mvw-color-error) 25%, transparent);--mvw-color-error-notice-color: var(--mvw-color-error)}}@layer components{:where(.error-notice){display:flex;align-items:center;justify-items:flex-start;gap:15px;margin:10px 0;padding:10px 20px;background-color:var(--mvw-color-error-notice-bg-color);color:var(--mvw-color-error-notice-color);border:1px solid var(--mvw-color-error-notice-border-color);border-radius:var(--radius-2)}:where(.error-notice) button{text-decoration:underline}}", $ = (e, t) => {
|
|
222
|
+
let n = e.__vccOpts || e;
|
|
223
|
+
for (let [e, r] of t) n[e] = r;
|
|
224
|
+
return n;
|
|
225
|
+
}, Le = /* @__PURE__ */ $({
|
|
226
|
+
__name: "FieldPlayersLeader.ce",
|
|
227
|
+
props: {
|
|
228
|
+
...F,
|
|
229
|
+
...I,
|
|
230
|
+
...L
|
|
231
|
+
},
|
|
232
|
+
setup(o) {
|
|
233
|
+
let s = o, c = f(null), l = y, u = e(() => s.locale), { onError: p, error: m, hasError: h } = j(), { state: _, isLoading: b } = q(() => A("/v2/players-stats", s.apiKey, {
|
|
234
|
+
championshipId: Number(s.championshipId),
|
|
235
|
+
...s.division && { division: s.division },
|
|
236
|
+
...s.phaseId && { phaseId: s.phaseId }
|
|
237
|
+
}), [], { onError: (e) => p(e) }), { page: x, change: S } = M(), { sort: C, change: D } = N({
|
|
238
|
+
sortTarget: "points",
|
|
239
|
+
orders: [{
|
|
240
|
+
target: "points",
|
|
241
|
+
direction: P
|
|
242
|
+
}]
|
|
243
|
+
}), k = e(() => H(g(_), ae, se)), F = e(() => R(g(k)).filter(s.teamFilterByName, ["teamName"]).sorted(C).addIndex(C.sortTarget).pagination(g(x), s.limit).value()), I = e(() => F.value?.totalItems);
|
|
244
|
+
function L(e) {
|
|
245
|
+
return V(s.externalTeamResolver, {
|
|
246
|
+
...e,
|
|
247
|
+
championshipId: s.championshipId
|
|
248
|
+
});
|
|
249
|
+
}
|
|
250
|
+
function z(e) {
|
|
251
|
+
return B(s.externalPlayerResolver, {
|
|
252
|
+
...e,
|
|
253
|
+
championshipId: s.championshipId
|
|
254
|
+
});
|
|
255
|
+
}
|
|
256
|
+
return (e, o) => (d(), r("div", null, [a(g(T), { locale: u.value }, {
|
|
257
|
+
default: v(() => [
|
|
258
|
+
g(h) ? (d(), t(g(w), {
|
|
259
|
+
key: 0,
|
|
260
|
+
error: g(m)
|
|
261
|
+
}, null, 8, ["error"])) : n("", !0),
|
|
262
|
+
a(g(O), {
|
|
263
|
+
columns: g(l),
|
|
264
|
+
rows: F.value.rows,
|
|
265
|
+
"is-loading": g(b),
|
|
266
|
+
"hide-columns": s.hideColumns,
|
|
267
|
+
sort: g(C),
|
|
268
|
+
"external-team-resolver": L,
|
|
269
|
+
"external-player-resolver": z,
|
|
270
|
+
"is-team-linked": e.isTeamLinked,
|
|
271
|
+
"is-player-linked": e.isPlayerLinked,
|
|
272
|
+
"append-to": c.value,
|
|
273
|
+
onSort: g(D)
|
|
274
|
+
}, null, 8, [
|
|
275
|
+
"columns",
|
|
276
|
+
"rows",
|
|
277
|
+
"is-loading",
|
|
278
|
+
"hide-columns",
|
|
279
|
+
"sort",
|
|
280
|
+
"is-team-linked",
|
|
281
|
+
"is-player-linked",
|
|
282
|
+
"append-to",
|
|
283
|
+
"onSort"
|
|
284
|
+
]),
|
|
285
|
+
a(g(E), {
|
|
286
|
+
page: g(x),
|
|
287
|
+
"items-per-page": s.limit,
|
|
288
|
+
"total-items": I.value,
|
|
289
|
+
"range-length": 5,
|
|
290
|
+
onChange: g(S)
|
|
291
|
+
}, null, 8, [
|
|
292
|
+
"page",
|
|
293
|
+
"items-per-page",
|
|
294
|
+
"total-items",
|
|
295
|
+
"onChange"
|
|
296
|
+
]),
|
|
297
|
+
i("div", {
|
|
298
|
+
ref_key: "tooltipContainer",
|
|
299
|
+
ref: c
|
|
300
|
+
}, null, 512)
|
|
301
|
+
]),
|
|
302
|
+
_: 1
|
|
303
|
+
}, 8, ["locale"])]));
|
|
304
|
+
}
|
|
305
|
+
}, [["styles", [
|
|
306
|
+
J,
|
|
307
|
+
Y,
|
|
308
|
+
X,
|
|
309
|
+
Z,
|
|
310
|
+
Q,
|
|
311
|
+
Fe,
|
|
312
|
+
Ie
|
|
313
|
+
]]]), Re = /* @__PURE__ */ $({
|
|
314
|
+
__name: "FieldPlayersPenalties.ce",
|
|
315
|
+
props: {
|
|
316
|
+
...F,
|
|
317
|
+
...I,
|
|
318
|
+
...L
|
|
319
|
+
},
|
|
320
|
+
setup(o) {
|
|
321
|
+
let s = o, c = b, l = f(null), u = e(() => s.locale), { onError: p, error: m, hasError: h } = j(), { state: _, isLoading: y } = q(() => A("/v2/players-penalty", s.apiKey, {
|
|
322
|
+
championshipId: Number(s.championshipId),
|
|
323
|
+
...s.division && { division: s.division },
|
|
324
|
+
...s.phaseId && { phaseId: s.phaseId }
|
|
325
|
+
}), [], { onError: (e) => p(e) }), { page: x, change: S } = M(), { sort: C, change: D } = N({
|
|
326
|
+
sortTarget: "pim",
|
|
327
|
+
orders: [{
|
|
328
|
+
target: "pim",
|
|
329
|
+
direction: P
|
|
330
|
+
}]
|
|
331
|
+
}), k = e(() => H(g(_), ae, se)), F = e(() => R(g(k)).filter(s.teamFilterByName, [["team", "longName"]], !0).sorted(C).addIndex(C.sortTarget).pagination(g(x), s.limit).value()), I = e(() => F.value?.totalItems);
|
|
332
|
+
function L(e) {
|
|
333
|
+
return V(s.externalTeamResolver, {
|
|
334
|
+
...e,
|
|
335
|
+
championshipId: s.championshipId
|
|
336
|
+
});
|
|
337
|
+
}
|
|
338
|
+
function z(e) {
|
|
339
|
+
return B(s.externalPlayerResolver, {
|
|
340
|
+
...e,
|
|
341
|
+
championshipId: s.championshipId
|
|
342
|
+
});
|
|
343
|
+
}
|
|
344
|
+
return (e, o) => (d(), r("div", null, [a(g(T), { locale: u.value }, {
|
|
345
|
+
default: v(() => [
|
|
346
|
+
g(h) ? (d(), t(g(w), {
|
|
347
|
+
key: 0,
|
|
348
|
+
error: g(m)
|
|
349
|
+
}, null, 8, ["error"])) : n("", !0),
|
|
350
|
+
a(g(O), {
|
|
351
|
+
columns: g(c),
|
|
352
|
+
rows: F.value.rows,
|
|
353
|
+
"is-loading": g(y),
|
|
354
|
+
"hide-columns": s.hideColumns,
|
|
355
|
+
sort: g(C),
|
|
356
|
+
"external-team-resolver": L,
|
|
357
|
+
"external-player-resolver": z,
|
|
358
|
+
"is-team-linked": e.isTeamLinked,
|
|
359
|
+
"is-player-linked": e.isPlayerLinked,
|
|
360
|
+
"append-to": l.value,
|
|
361
|
+
onSort: g(D)
|
|
362
|
+
}, null, 8, [
|
|
363
|
+
"columns",
|
|
364
|
+
"rows",
|
|
365
|
+
"is-loading",
|
|
366
|
+
"hide-columns",
|
|
367
|
+
"sort",
|
|
368
|
+
"is-team-linked",
|
|
369
|
+
"is-player-linked",
|
|
370
|
+
"append-to",
|
|
371
|
+
"onSort"
|
|
372
|
+
]),
|
|
373
|
+
a(g(E), {
|
|
374
|
+
page: g(x),
|
|
375
|
+
"items-per-page": s.limit,
|
|
376
|
+
"total-items": I.value,
|
|
377
|
+
"range-length": 5,
|
|
378
|
+
onChange: g(S)
|
|
379
|
+
}, null, 8, [
|
|
380
|
+
"page",
|
|
381
|
+
"items-per-page",
|
|
382
|
+
"total-items",
|
|
383
|
+
"onChange"
|
|
384
|
+
]),
|
|
385
|
+
i("div", {
|
|
386
|
+
ref_key: "tooltipContainer",
|
|
387
|
+
ref: l
|
|
388
|
+
}, null, 512)
|
|
389
|
+
]),
|
|
390
|
+
_: 1
|
|
391
|
+
}, 8, ["locale"])]));
|
|
392
|
+
}
|
|
393
|
+
}, [["styles", [
|
|
394
|
+
J,
|
|
395
|
+
Y,
|
|
396
|
+
X,
|
|
397
|
+
Z,
|
|
398
|
+
Q,
|
|
399
|
+
Fe,
|
|
400
|
+
Ie
|
|
401
|
+
]]]), ze = /* @__PURE__ */ $({
|
|
402
|
+
__name: "FieldPlayersToi.ce",
|
|
403
|
+
props: {
|
|
404
|
+
...F,
|
|
405
|
+
...I,
|
|
406
|
+
...L
|
|
407
|
+
},
|
|
408
|
+
setup(o) {
|
|
409
|
+
let s = o, c = x, l = f(null), u = e(() => s.locale), { onError: p, error: m, hasError: h } = j(), { state: _, isLoading: y } = q(() => A("/v2/players-toi", s.apiKey, {
|
|
410
|
+
championshipId: Number(s.championshipId),
|
|
411
|
+
...s.division && { division: s.division },
|
|
412
|
+
...s.phaseId && { phaseId: s.phaseId }
|
|
413
|
+
}), [], { onError: (e) => p(e) }), { page: b, change: S } = M(), { sort: C, change: D } = N({
|
|
414
|
+
sortTarget: "toi",
|
|
415
|
+
orders: [{
|
|
416
|
+
target: "toi",
|
|
417
|
+
direction: P
|
|
418
|
+
}]
|
|
419
|
+
}), k = e(() => H(g(_), ae, se, ee([
|
|
420
|
+
"toi",
|
|
421
|
+
"atoi",
|
|
422
|
+
"eqToi",
|
|
423
|
+
"pp1Toi",
|
|
424
|
+
"pp2Toi",
|
|
425
|
+
"sh1Toi",
|
|
426
|
+
"sh2Toi",
|
|
427
|
+
"eqAToi",
|
|
428
|
+
"pp1AToi",
|
|
429
|
+
"pp2AToi",
|
|
430
|
+
"sh1AToi",
|
|
431
|
+
"sh2AToi"
|
|
432
|
+
]))), F = e(() => R(g(k)).filter(s.teamFilterByName, ["teamName"]).sorted(C).addIndex(C.sortTarget).pagination(g(b), s.limit).value()), I = e(() => F.value?.totalItems);
|
|
433
|
+
function L(e) {
|
|
434
|
+
return V(s.externalTeamResolver, {
|
|
435
|
+
...e,
|
|
436
|
+
championshipId: s.championshipId
|
|
437
|
+
});
|
|
438
|
+
}
|
|
439
|
+
function z(e) {
|
|
440
|
+
return B(s.externalPlayerResolver, {
|
|
441
|
+
...e,
|
|
442
|
+
championshipId: s.championshipId
|
|
443
|
+
});
|
|
444
|
+
}
|
|
445
|
+
return (e, o) => (d(), r("div", null, [a(g(T), { locale: u.value }, {
|
|
446
|
+
default: v(() => [
|
|
447
|
+
g(h) ? (d(), t(g(w), {
|
|
448
|
+
key: 0,
|
|
449
|
+
error: g(m)
|
|
450
|
+
}, null, 8, ["error"])) : n("", !0),
|
|
451
|
+
a(g(O), {
|
|
452
|
+
columns: g(c),
|
|
453
|
+
rows: F.value.rows,
|
|
454
|
+
"is-loading": g(y),
|
|
455
|
+
"hide-columns": s.hideColumns,
|
|
456
|
+
sort: g(C),
|
|
457
|
+
"external-team-resolver": L,
|
|
458
|
+
"external-player-resolver": z,
|
|
459
|
+
"is-team-linked": e.isTeamLinked,
|
|
460
|
+
"is-player-linked": e.isPlayerLinked,
|
|
461
|
+
"append-to": l.value,
|
|
462
|
+
onSort: g(D)
|
|
463
|
+
}, null, 8, [
|
|
464
|
+
"columns",
|
|
465
|
+
"rows",
|
|
466
|
+
"is-loading",
|
|
467
|
+
"hide-columns",
|
|
468
|
+
"sort",
|
|
469
|
+
"is-team-linked",
|
|
470
|
+
"is-player-linked",
|
|
471
|
+
"append-to",
|
|
472
|
+
"onSort"
|
|
473
|
+
]),
|
|
474
|
+
a(g(E), {
|
|
475
|
+
page: g(b),
|
|
476
|
+
"items-per-page": s.limit,
|
|
477
|
+
"total-items": I.value,
|
|
478
|
+
"range-length": 5,
|
|
479
|
+
onChange: g(S)
|
|
480
|
+
}, null, 8, [
|
|
481
|
+
"page",
|
|
482
|
+
"items-per-page",
|
|
483
|
+
"total-items",
|
|
484
|
+
"onChange"
|
|
485
|
+
]),
|
|
486
|
+
i("div", {
|
|
487
|
+
ref_key: "tooltipContainer",
|
|
488
|
+
ref: l
|
|
489
|
+
}, null, 512)
|
|
490
|
+
]),
|
|
491
|
+
_: 1
|
|
492
|
+
}, 8, ["locale"])]));
|
|
493
|
+
}
|
|
494
|
+
}, [["styles", [
|
|
495
|
+
J,
|
|
496
|
+
Y,
|
|
497
|
+
X,
|
|
498
|
+
Z,
|
|
499
|
+
Q,
|
|
500
|
+
Fe,
|
|
501
|
+
Ie
|
|
502
|
+
]]]), Be = /* @__PURE__ */ $({
|
|
503
|
+
__name: "GoaliesLeader.ce",
|
|
504
|
+
props: {
|
|
505
|
+
...W,
|
|
506
|
+
...ve,
|
|
507
|
+
...G,
|
|
508
|
+
aboveLimit: {
|
|
509
|
+
type: Boolean,
|
|
510
|
+
default: !1
|
|
511
|
+
},
|
|
512
|
+
underLimit: {
|
|
513
|
+
type: Boolean,
|
|
514
|
+
default: !1
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
setup(o) {
|
|
518
|
+
let s = o, c = f(null), { onError: l, error: u, hasError: p } = j(), m = ce, h = e(() => s.locale), { state: _, isLoading: y } = q(() => A("/v2/players-goalie", s.apiKey, {
|
|
519
|
+
championshipId: Number(s.championshipId),
|
|
520
|
+
...s.division && { division: s.division },
|
|
521
|
+
...s.phaseId && { phaseId: s.phaseId },
|
|
522
|
+
...s.aboveLimit && { more: !0 },
|
|
523
|
+
...s.underLimit && { less: !0 }
|
|
524
|
+
}), [], { onError: (e) => l(e) }), { page: b, change: x } = M(), { sort: S, change: C } = N({
|
|
525
|
+
sortTarget: "svsPercent",
|
|
526
|
+
orders: [{
|
|
527
|
+
target: "svsPercent",
|
|
528
|
+
direction: U
|
|
529
|
+
}]
|
|
530
|
+
}), D = e(() => H(g(_), ae, z(["mip"]))), k = e(() => R(g(D)).filter(s.teamFilterByName, [["team", "longName"]], !0).sorted(S).addIndex(S.sortTarget).pagination(g(b), s.limit).value()), P = e(() => k.value?.totalItems);
|
|
531
|
+
function F(e) {
|
|
532
|
+
return V(s.externalTeamResolver, {
|
|
533
|
+
...e,
|
|
534
|
+
championshipId: s.championshipId
|
|
535
|
+
});
|
|
536
|
+
}
|
|
537
|
+
function I(e) {
|
|
538
|
+
return B(s.externalPlayerResolver, {
|
|
539
|
+
...e,
|
|
540
|
+
championshipId: s.championshipId
|
|
541
|
+
});
|
|
542
|
+
}
|
|
543
|
+
return (e, o) => (d(), r("div", null, [a(g(T), { locale: h.value }, {
|
|
544
|
+
default: v(() => [
|
|
545
|
+
g(p) ? (d(), t(g(w), {
|
|
546
|
+
key: 0,
|
|
547
|
+
error: g(u)
|
|
548
|
+
}, null, 8, ["error"])) : n("", !0),
|
|
549
|
+
a(g(O), {
|
|
550
|
+
columns: g(m),
|
|
551
|
+
rows: k.value.rows,
|
|
552
|
+
"is-loading": g(y),
|
|
553
|
+
"hide-columns": s.hideColumns,
|
|
554
|
+
sort: g(S),
|
|
555
|
+
"external-team-resolver": F,
|
|
556
|
+
"external-player-resolver": I,
|
|
557
|
+
"is-team-linked": e.isTeamLinked,
|
|
558
|
+
"is-player-linked": e.isPlayerLinked,
|
|
559
|
+
"append-to": c.value,
|
|
560
|
+
onSort: g(C)
|
|
561
|
+
}, null, 8, [
|
|
562
|
+
"columns",
|
|
563
|
+
"rows",
|
|
564
|
+
"is-loading",
|
|
565
|
+
"hide-columns",
|
|
566
|
+
"sort",
|
|
567
|
+
"is-team-linked",
|
|
568
|
+
"is-player-linked",
|
|
569
|
+
"append-to",
|
|
570
|
+
"onSort"
|
|
571
|
+
]),
|
|
572
|
+
a(g(E), {
|
|
573
|
+
page: g(b),
|
|
574
|
+
"items-per-page": s.limit,
|
|
575
|
+
"total-items": P.value,
|
|
576
|
+
"range-length": 5,
|
|
577
|
+
onChange: g(x)
|
|
578
|
+
}, null, 8, [
|
|
579
|
+
"page",
|
|
580
|
+
"items-per-page",
|
|
581
|
+
"total-items",
|
|
582
|
+
"onChange"
|
|
583
|
+
]),
|
|
584
|
+
i("div", {
|
|
585
|
+
ref_key: "tooltipContainer",
|
|
586
|
+
ref: c
|
|
587
|
+
}, null, 512)
|
|
588
|
+
]),
|
|
589
|
+
_: 1
|
|
590
|
+
}, 8, ["locale"])]));
|
|
591
|
+
}
|
|
592
|
+
}, [["styles", [
|
|
593
|
+
J,
|
|
594
|
+
Y,
|
|
595
|
+
X,
|
|
596
|
+
Z,
|
|
597
|
+
Q,
|
|
598
|
+
Fe,
|
|
599
|
+
Ie
|
|
600
|
+
]]]), Ve = /* @__PURE__ */ $({
|
|
601
|
+
__name: "PlayersNational.ce",
|
|
602
|
+
props: {
|
|
603
|
+
apiKey: {
|
|
604
|
+
type: String,
|
|
605
|
+
default: ""
|
|
606
|
+
},
|
|
607
|
+
locale: {
|
|
608
|
+
type: String,
|
|
609
|
+
default: "hu"
|
|
610
|
+
},
|
|
611
|
+
gender: {
|
|
612
|
+
type: String,
|
|
613
|
+
default: "male"
|
|
614
|
+
},
|
|
615
|
+
limit: {
|
|
616
|
+
type: Number,
|
|
617
|
+
default: 50
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
setup(o) {
|
|
621
|
+
let s = o, c = f(null), l = S, u = e(() => s.locale), { onError: p, error: m, hasError: h } = j(), { state: _, isLoading: y } = q(() => A("/v2/players-stats-national", s.apiKey, { gender: s.gender }), [], { onError: (e) => p(e) }), { page: b, change: x } = M(), { sort: C, change: D } = N({
|
|
622
|
+
sortTarget: "gp",
|
|
623
|
+
orders: [{
|
|
624
|
+
target: "gp",
|
|
625
|
+
direction: U
|
|
626
|
+
}]
|
|
627
|
+
}), k = e(() => H(g(_), ae)), P = e(() => R(k.value).sorted(C).addIndex(C.sortTarget).pagination(g(b), s.limit).value()), F = e(() => P.value?.totalItems);
|
|
628
|
+
function I(e) {
|
|
629
|
+
return V(s.externalTeamResolver, {
|
|
630
|
+
...e,
|
|
631
|
+
championshipId: s.championshipId
|
|
632
|
+
});
|
|
633
|
+
}
|
|
634
|
+
function L(e) {
|
|
635
|
+
return B(s.externalPlayerResolver, {
|
|
636
|
+
...e,
|
|
637
|
+
championshipId: s.championshipId
|
|
638
|
+
});
|
|
639
|
+
}
|
|
640
|
+
return (e, o) => (d(), r("div", null, [a(g(T), { locale: u.value }, {
|
|
641
|
+
default: v(() => [
|
|
642
|
+
g(h) ? (d(), t(g(w), {
|
|
643
|
+
key: 0,
|
|
644
|
+
error: g(m)
|
|
645
|
+
}, null, 8, ["error"])) : n("", !0),
|
|
646
|
+
a(g(O), {
|
|
647
|
+
columns: g(l),
|
|
648
|
+
rows: P.value.rows,
|
|
649
|
+
"is-loading": g(y),
|
|
650
|
+
"hide-columns": s.hideColumns,
|
|
651
|
+
sort: g(C),
|
|
652
|
+
"external-team-resolver": I,
|
|
653
|
+
"external-player-resolver": L,
|
|
654
|
+
"append-to": c.value,
|
|
655
|
+
onSort: g(D)
|
|
656
|
+
}, null, 8, [
|
|
657
|
+
"columns",
|
|
658
|
+
"rows",
|
|
659
|
+
"is-loading",
|
|
660
|
+
"hide-columns",
|
|
661
|
+
"sort",
|
|
662
|
+
"append-to",
|
|
663
|
+
"onSort"
|
|
664
|
+
]),
|
|
665
|
+
a(g(E), {
|
|
666
|
+
page: g(b),
|
|
667
|
+
"items-per-page": s.limit,
|
|
668
|
+
"total-items": F.value,
|
|
669
|
+
"range-length": 5,
|
|
670
|
+
onChange: g(x)
|
|
671
|
+
}, null, 8, [
|
|
672
|
+
"page",
|
|
673
|
+
"items-per-page",
|
|
674
|
+
"total-items",
|
|
675
|
+
"onChange"
|
|
676
|
+
]),
|
|
677
|
+
i("div", {
|
|
678
|
+
ref_key: "tooltipContainer",
|
|
679
|
+
ref: c
|
|
680
|
+
}, null, 512)
|
|
681
|
+
]),
|
|
682
|
+
_: 1
|
|
683
|
+
}, 8, ["locale"])]));
|
|
684
|
+
}
|
|
685
|
+
}, [["styles", [
|
|
686
|
+
J,
|
|
687
|
+
Y,
|
|
688
|
+
X,
|
|
689
|
+
Z,
|
|
690
|
+
Q,
|
|
691
|
+
Fe,
|
|
692
|
+
Ie
|
|
693
|
+
]]]), He = "@layer components.variables{:where(:host){--mvw-timezone-selector-color: light-dark(var(--mvw-color-primary-500), var(--mvw-color-primary-500));--mvw-timezone-selector-font-size: var(--font-size-300)}}@layer components{:where(.timezone-selector){padding:3px 0;color:var(--mvw-timezone-selector-color);font-size:var(--mvw-timezone-selector-font-size);font-weight:500}:where(.timezone-selector) button+button{margin-inline-start:var(--size-4)}}", Ue = "@layer components{:where(button){--_lighten: oklch(from var(--mvw-link-color) calc(l*1.15) c h);--_darken: oklch(from var(--mvw-link-color) calc(l*.85) c h)}:where(button)[data-variant=link]{padding:0;color:var(--mvw-link-color);cursor:pointer}:where(button)[data-variant=link]:hover{color:light-dark(var(--_darken),var(--_lighten))}:where(button)[data-variant=link].is-active{font-weight:700;color:light-dark(var(--_darken),var(--_lighten))}}", We = "@layer components{:where(.icon-button){--_hover-bg-color: color-mix(in oklab, light-dark(var(--mvw-color-black), var(--mvw-color-white)) 10%, transparent);align-items:center;aspect-ratio:1;background-color:transparent;border:0;border-radius:var(--radius-2);display:inline-flex;inline-size:var(--size-24);justify-content:center;padding:0}:where(.icon-button) svg{max-inline-size:var(--size-16);pointer-events:none}:where(.icon-button)[data-state=open],:where(.icon-button):hover{background-color:var(--_hover-bg-color)}:where(.icon-button).xs{border-radius:var(--radius-1)}}", Ge = "@layer components.variables{:where(:host){--mvw-list-item-font-size: var(--font-size-400);--mvw-list-item-color: light-dark(var(--mvw-color-primary-500), var(--mvw-color-primary-200));--mvw-list-item-hover-color: light-dark(var(--mvw-color-primary-800), var(--mvw-color-primary-50));--mvw-list-item-hover-bg-color: light-dark(var(--mvw-color-primary-50), var(--mvw-color-primary-900));--mvw-list-item-selected-color: light-dark(var(--mvw-color-secondary-700), var(--mvw-color-secondary-300))}}@layer components{:where(.list){list-style:none;margin:0;padding:var(--size-4)}@media(pointer:coarse){:where(.list),:where(.list) *{-webkit-user-select:none;user-select:none}}:where(.list) :where(li,option,[role=group]>label){align-items:center;display:flex;gap:var(--size-4);isolation:isolate;min-block-size:40px;position:relative}:where(.list) :where(li,option,[role=group]>label):before{display:none}:where(.list) :where(li,option,[role=group]>label) *{font-size:inherit}:where(.list) :where(li,option,[role=group]>label):has(>a,>button,>label){background:transparent;display:block;min-block-size:auto;padding:0}:where(.list) :where(li,option,[role=group]>label)>a,:where(.list) :where(li,option,[role=group]>label)>button,:where(.list) :where(li,option,[role=group]>label)>label{align-items:center;color:var(--mvw-list-item-color);cursor:pointer;display:flex;gap:var(--size-8);inline-size:100%;margin:0;outline-offset:-1px;font-size:var(--mvw-list-item-font-size);padding:var(--size-4) var(--size-6);text-align:start;text-decoration:none;border-radius:var(--radius-2);z-index:0}:is(:where(.list) :where(li,option,[role=group]>label)>a,:where(.list) :where(li,option,[role=group]>label)>button,:where(.list) :where(li,option,[role=group]>label)>label):focus,:is(:where(.list) :where(li,option,[role=group]>label)>a,:where(.list) :where(li,option,[role=group]>label)>button,:where(.list) :where(li,option,[role=group]>label)>label):focus-visible,:is(:where(.list) :where(li,option,[role=group]>label)>a,:where(.list) :where(li,option,[role=group]>label)>button,:where(.list) :where(li,option,[role=group]>label)>label):hover{color:var(--mvw-list-item-hover-color);background-color:var(--mvw-list-item-hover-bg-color)}:is(:where(.list) :where(li,option,[role=group]>label)>a,:where(.list) :where(li,option,[role=group]>label)>button,:where(.list) :where(li,option,[role=group]>label)>label)[aria-selected=true]{color:var(--mvw-list-item-selected-color)}:is(:where(.list) :where(li,option,[role=group]>label)>a,:where(.list) :where(li,option,[role=group]>label)>button,:where(.list) :where(li,option,[role=group]>label)>label) .text{flex:1;line-height:1.6}:is(:where(.list) :where(li,option,[role=group]>label)>a,:where(.list) :where(li,option,[role=group]>label)>button,:where(.list) :where(li,option,[role=group]>label)>label) .text :where(h1,h2,h3,h4,h5,h6,p,span){color:inherit;font-weight:400}:is(:where(.list) :where(li,option,[role=group]>label)>a,:where(.list) :where(li,option,[role=group]>label)>button,:where(.list) :where(li,option,[role=group]>label)>label) .text p+p{font-size:var(--font-size-100)}:is(:where(.list) :where(li,option,[role=group]>label)>a,:where(.list) :where(li,option,[role=group]>label)>button,:where(.list) :where(li,option,[role=group]>label)>label) .start{align-self:center;align-items:center;display:grid;z-index:1}:is(:where(.list) :where(li,option,[role=group]>label)>a,:where(.list) :where(li,option,[role=group]>label)>button,:where(.list) :where(li,option,[role=group]>label)>label) .start svg{inline-size:var(--mvw-list-item-font-size)}:where(.unordered-list){display:grid;align-items:center}:where(.unordered-list) li{display:flex;align-items:center;gap:var(--size-4);color:var(--mvw-text-default);padding:var(--size-6) var(--size-4)}:where(.unordered-list) li:not(:first-child){border-top:1px solid var(--mvw-border-muted)}:where(.unordered-list).centered li{justify-content:center}@media(width>500px){:where(.unordered-list){display:flex}:where(.unordered-list) li:not(:first-child){border-top:none}:where(.unordered-list) li:not(:first-of-type):before{content:\"/\";margin-inline-end:var(--size-6);color:var(--mvw-border-muted)}}}", Ke = "@layer components{:where(.badge){--_bg-color: var(--mvw-bg-muted);--_color: var(--mvw-text-muted);padding:var(--size-2) var(--size-4);display:inline-flex;gap:var(--size-2);font-size:var(--font-size-100);font-weight:700;line-height:var(--font-lineheight-300);color:var(--_color);background-color:var(--_bg-color);border-radius:var(--radius-2)}:where(.badge) svg{fill:currentColor}:where(.badge).inverted{--_bg-color: var(--mvw-bg-inverted);--_color: var(--mvw-text-inverted)}:where(.badge).live{--_bg-color: var(--mvw-color-live);--_color: var(--mvw-color-white)}:where(.badge).error{--_bg-color: var(--mvw-color-error);--_color: var(--mvw-color-white)}:where(.badge).warning{--_bg-color: var(--mvw-color-warning);--_color: var(--mvw-color-white)}:where(.badge).xs{font-size:var(--font-size-50)}:where(.badge).lg{font-size:var(--font-size-300);padding:var(--size-4) var(--size-6)}:where(.badge)+:where(.badge){margin-inline-start:var(--size-4)}}", qe = "@layer components.variables{:where(:host){--mvw-color-error-notice-bg-color: color-mix(in oklab, var(--mvw-color-error) 10%, transparent);--mvw-color-error-notice-border-color: color-mix(in oklab, var(--mvw-color-error) 25%, transparent);--mvw-color-error-notice-color: var(--mvw-color-error)}}@layer components{:where(.error-notice){display:flex;align-items:center;justify-items:flex-start;gap:15px;margin:10px 0;padding:10px 20px;background-color:var(--mvw-color-error-notice-bg-color);color:var(--mvw-color-error-notice-color);border:1px solid var(--mvw-color-error-notice-border-color);border-radius:var(--radius-2)}:where(.error-notice) button{text-decoration:underline}}", Je = /* @__PURE__ */ $({
|
|
694
|
+
__name: "Schedule.ce",
|
|
695
|
+
props: {
|
|
696
|
+
...W,
|
|
697
|
+
...ie(["limit"], ve),
|
|
698
|
+
...G,
|
|
699
|
+
..._e,
|
|
700
|
+
initialPage: {
|
|
701
|
+
type: Number,
|
|
702
|
+
default: 1,
|
|
703
|
+
validator: (e) => e >= 1
|
|
704
|
+
},
|
|
705
|
+
autoInitialPage: {
|
|
706
|
+
type: Boolean,
|
|
707
|
+
default: !1
|
|
708
|
+
},
|
|
709
|
+
timezoneSelector: {
|
|
710
|
+
type: Boolean,
|
|
711
|
+
default: !1
|
|
712
|
+
},
|
|
713
|
+
autoRefresh: {
|
|
714
|
+
type: Boolean,
|
|
715
|
+
default: !1
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
setup(i) {
|
|
719
|
+
let o = i, { onError: s, error: c, hasError: l } = j(), u = e(() => o.locale), { state: p, isLoading: m, execute: h } = q(() => A("/v2/games-list", o.apiKey, {
|
|
720
|
+
championshipId: o.championshipId,
|
|
721
|
+
...o.division && { division: o.division },
|
|
722
|
+
...o.phaseId && { phaseId: o.phaseId }
|
|
723
|
+
}), [], {
|
|
724
|
+
resetOnExecute: !1,
|
|
725
|
+
immediate: !o.autoRefresh,
|
|
726
|
+
onError: (e) => {
|
|
727
|
+
s(e), b?.();
|
|
728
|
+
}
|
|
729
|
+
}), y = e(() => oe(p.value)), { pause: b, resume: x } = Pe(h, ge, { immediate: !1 }), { page: S, change: C } = M({
|
|
730
|
+
initial: e(() => o.initialPage),
|
|
731
|
+
items: y,
|
|
732
|
+
limit: o.limit,
|
|
733
|
+
auto: o.autoInitialPage
|
|
734
|
+
}), O = f(ne()), N = e(() => re(/* @__PURE__ */ new Date(), g(O), o.locale)), P = e(() => R(g(y)).filter(o.teamFilterByName, ["homeTeamName", "awayTeamName"]).schedule(g(O), g(u)).pagination(g(S), o.limit).value());
|
|
735
|
+
o.autoRefresh && (x(), _(Ne(), (e) => {
|
|
736
|
+
if (e === "visible") return x();
|
|
737
|
+
b();
|
|
738
|
+
}));
|
|
739
|
+
let F = e(() => P.value?.totalItems);
|
|
740
|
+
function I(e) {
|
|
741
|
+
O.value = e;
|
|
742
|
+
}
|
|
743
|
+
let L = (e) => te(o.externalGameResolver, { gameId: e }), z = e(() => o.isGameTargetExternal ? "_blank" : "_self");
|
|
744
|
+
return (e, i) => (d(), r("div", null, [a(g(T), { locale: o.locale }, {
|
|
745
|
+
default: v(() => [
|
|
746
|
+
g(l) ? (d(), t(g(w), {
|
|
747
|
+
key: 0,
|
|
748
|
+
error: g(c)
|
|
749
|
+
}, null, 8, ["error"])) : n("", !0),
|
|
750
|
+
o.timezoneSelector ? (d(), t(g(k), {
|
|
751
|
+
key: o.locale,
|
|
752
|
+
locale: o.locale,
|
|
753
|
+
"current-zone": O.value,
|
|
754
|
+
onChange: I
|
|
755
|
+
}, null, 8, ["locale", "current-zone"])) : n("", !0),
|
|
756
|
+
a(g(D), {
|
|
757
|
+
rows: P.value.rows,
|
|
758
|
+
"is-loading": g(m),
|
|
759
|
+
"offset-name": N.value,
|
|
760
|
+
"hide-columns": o.hideColumns,
|
|
761
|
+
"external-game-resolver-target": z.value,
|
|
762
|
+
"external-game-resolver": L
|
|
763
|
+
}, null, 8, [
|
|
764
|
+
"rows",
|
|
765
|
+
"is-loading",
|
|
766
|
+
"offset-name",
|
|
767
|
+
"hide-columns",
|
|
768
|
+
"external-game-resolver-target"
|
|
769
|
+
]),
|
|
770
|
+
o.limit > 0 ? (d(), t(g(E), {
|
|
771
|
+
key: 2,
|
|
772
|
+
page: g(S),
|
|
773
|
+
"items-per-page": o.limit,
|
|
774
|
+
"total-items": F.value,
|
|
775
|
+
"range-length": 5,
|
|
776
|
+
onChange: g(C)
|
|
777
|
+
}, null, 8, [
|
|
778
|
+
"page",
|
|
779
|
+
"items-per-page",
|
|
780
|
+
"total-items",
|
|
781
|
+
"onChange"
|
|
782
|
+
])) : n("", !0)
|
|
783
|
+
]),
|
|
784
|
+
_: 1
|
|
785
|
+
}, 8, ["locale"])]));
|
|
786
|
+
}
|
|
787
|
+
}, [["styles", [
|
|
788
|
+
J,
|
|
789
|
+
Y,
|
|
790
|
+
X,
|
|
791
|
+
Z,
|
|
792
|
+
Q,
|
|
793
|
+
He,
|
|
794
|
+
Ue,
|
|
795
|
+
We,
|
|
796
|
+
Ge,
|
|
797
|
+
Ke,
|
|
798
|
+
qe
|
|
799
|
+
]]]), Ye = "@layer components{:where(.table-responsive){container-name:table-wrapper;container-type:inline-size;width:100%;overflow-x:auto}:where(.table-responsive) :where(table){width:100%}}", Xe = "@layer components.variables{:where(:host){--mvw-table-header-font-size: var(--font-size-200);--mvw-table-default-column-width: 40px;--mvw-table-default-bg-color: light-dark(var(--mvw-color-white), var(--mvw-color-primary-900));--mvw-table-color: light-dark(var(--mvw-color-primary-800), var(--mvw-color-primary-200));--mvw-table-neutral-color: light-dark(var(--mvw-color-primary-300), var(--mvw-color-primary-700));--mvw-table-header-bg-color: light-dark(var(--mvw-color-primary-800), var(--mvw-color-primary-200));--mvw-table-header-color: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-800));--mvw-table-header-hover-bg-color: light-dark(var(--mvw-color-primary-700), var(--mvw-color-primary-300));--mvw-table-header-active-bg-color: light-dark(var(--mvw-color-primary-700), var(--mvw-color-primary-300));--mvw-table-header-active-color: light-dark(var(--mvw-color-white), var(--mvw-color-primary-900));--mvw-table-hover-color: light-dark(var(--mvw-color-primary-900), var(--mvw-color-white));--mvw-table-hover-bg-color: light-dark(var(--mvw-color-secondary-100), var(--mvw-color-primary-950));--mvw-table-active-color: light-dark(var(--mvw-color-secondary-900), var(--mvw-color-secondary-100));--mvw-table-active-bg-color: light-dark(var(--mvw-color-secondary-200), var(--mvw-color-secondary-800));--mvw-table-active-even-bg-color: light-dark(var(--mvw-color-secondary-300), var(--mvw-color-secondary-700));--mvw-table-active-hover-color: light-dark(var(--mvw-color-secondary-900), var(--mvw-color-secondary-100));--mvw-table-active-hover-bg-color: light-dark(var(--mvw-color-secondary-400), var(--mvw-color-secondary-500));--mvw-table-portrait-border-color: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-900));--mvw-table-portrait-bg-color: light-dark(var(--mvw-color-primary-50), var(--mvw-color-primary-900));--mvw-table-stripped-bg-color: light-dark( hsl(from var(--mvw-color-primary-50) h s calc(l + 3) ), hsl(from var(--mvw-color-primary-900) h s calc(l + 2) ) );--mvw-table-label-color: light-dark(var(--mvw-color-primary-500), var(--mvw-color-primary-400));--mvw-table-label-bg-color: light-dark(var(--mvw-color-primary-50), var(--mvw-color-primary-900));--mvw-table-cell-logo-size: 20px;--mvw-table-cell-portrait-size: 26px;--mvw-table-caption-color: light-dark(var(--mvw-color-primary-400), var(--mvw-color-primary-600));--mvw-table-caption-font-size: var(--font-size-200)}}@layer components{:where(.table){border-collapse:collapse;max-inline-size:100%;position:relative;color:var(--mvw-table-color);background-color:var(--mvw-table-default-bg-color)}:where(.table) tr{background-color:var(--surface-default);border-top:1px solid var(--border-color)}:where(.table) tr:hover{background-color:oklch(from var(--surface-filled) l c h / 75%)}:where(.table) tr:nth-child(2n){background:var(--mvw-table-stripped-bg-color)}:where(.table) tr:nth-child(2n) td.is-active{background-color:var(--mvw-table-active-even-bg-color)}:where(.table) tr.is-highlighted{color:var(--mvw-color-error)}:where(.table) tr.is-optional{opacity:.5}:where(.table) :is(th,td){padding:var(--size-8);white-space:nowrap;text-align:center}:where(.table) th{background:var(--mvw-table-header-bg-color);color:var(--mvw-table-header-color);font-size:var(--mvw-table-header-font-size);font-weight:700;text-align:center;width:var(--mvw-table-default-column-width)}:where(.table) th:focus-visible,:where(.table) th:hover{background-color:var(--mvw-table-header-hover-bg-color);outline:none}:where(.table) th.is-sortable{position:relative;cursor:pointer}:where(.table) th.is-sortable .is-icon-sort{opacity:.5}:where(.table) th.is-active{background-color:var(--mvw-table-header-active-bg-color);color:var(--mvw-table-header-active-color)}:where(.table) th.is-active .is-icon-sort{opacity:1}:where(.table) th.is-has-image,:where(.table) th.has-avatar{width:0}:where(.table) th .is-icon-sort{display:inline-block;width:var(--size-12);height:var(--size-12);margin-inline-start:var(--size-4)}:where(.table) td.is-active{font-weight:700;color:var(--mvw-table-active-color);background:var(--mvw-table-active-bg-color)}:where(.table) td.has-avatar .avatar{--_width: var(--mvw-table-cell-portrait-size)}:where(.table) td[data-value=\"0\"],:where(.table) td.is-zero{color:var(--mvw-text-faded)}:where(.table) td.is-possible-empty:empty:before{content:\"0\";color:var(--mvw-text-faded)}:where(.table) td.is-horizontal-content{display:inline-flex;align-items:center}:where(.table) td a[target=_blank]:after{content:\"\";position:absolute;left:100%;top:calc(50% - .4em)}:where(.table) td .is-logo-image{display:inline-block;vertical-align:middle;width:var(--mvw-table-cell-logo-size);height:var(--mvw-table-cell-logo-size);max-inline-size:fit-content}:where(.table) td .is-duplicated{color:var(--mvw-table-neutral-color)}:where(.table) td .is-team-name-long{display:inline-block}:where(.table) td .is-team-name-short{display:none}@container table-wrapper (max-width: 768px){:where(.table) td .is-team-name-long{display:none}:where(.table) td .is-team-name-short{display:inline-block}}:where(.table) caption{caption-side:bottom;color:var(--mvw-table-caption-color);font-size:var(--mvw-table-caption-font-size, .75rem);padding:var(--size-12) 0;text-align:start}:where(.table) tbody tr:focus-within,:where(.table) tbody tr:hover{color:var(--mvw-table-hover-color);background-color:var(--mvw-table-hover-bg-color)}:is(:where(.table) tbody tr:focus-within,:where(.table) tbody tr:hover) td.is-active{color:var(--mvw-table-active-hover-color);background-color:var(--mvw-table-active-hover-bg-color)}}", Ze = "@layer components.variables{:where(:host){--mvw-tooltip-font-size: var(--font-size-200);--mvw-tooltip-color: light-dark(white, black);--mvw-tooltip-bg-color: light-dark(black, white);--mvw-floating-content-bg-color: light-dark(white, var(--mvw-color-primary-800))}}@layer components{:where(.floating-content).is-tooltip{background-color:var(--mvw-tooltip-bg-color);color:var(--mvw-tooltip-color);font-weight:700;padding:var(--size-4) var(--size-8);border-radius:var(--radius-2);font-size:var(--mvw-tooltip-font-size);white-space:nowrap;pointer-events:none}:where(.floating-content).is-tooltip .is-arrow{background-color:var(--mvw-tooltip-bg-color)}:where(.floating-content).is-content{background-color:var(--mvw-floating-content-bg-color);border-radius:var(--radius-2);box-shadow:var(--shadow-6)}:where(.floating-content).is-content .is-arrow{background-color:var(--mvw-floating-content-bg-color)}:where(.floating-content) .is-arrow{width:8px;height:8px;transform:rotate(45deg)}[data-placement^=top] :is(:where(.floating-content) .is-arrow){bottom:-4px;clip-path:polygon(80% 0,100% 0,100% 100%,0 100%,0 80%)}[data-placement^=bottom] :is(:where(.floating-content) .is-arrow){top:-4px;clip-path:polygon(100% 0,0 0,0 100%)}[data-placement^=left] :is(:where(.floating-content) .is-arrow){right:-4px;clip-path:polygon(100% 0,0 0,100% 100%)}[data-placement^=right] :is(:where(.floating-content) .is-arrow){left:-4px;clip-path:polygon(100% 0,0 0,0 100%)}.transition-fade-enter-active,.transition-fade-leave-active{transition:all .7s var(--ease-spring-1)}.transition-fade-enter-from,.transition-fade-leave-to{opacity:0;transform:translateY(5px)}}", Qe = "@layer components.variables{:where(:host){--mvw-color-error-notice-bg-color: color-mix(in oklab, var(--mvw-color-error) 10%, transparent);--mvw-color-error-notice-border-color: color-mix(in oklab, var(--mvw-color-error) 25%, transparent);--mvw-color-error-notice-color: var(--mvw-color-error)}}@layer components{:where(.error-notice){display:flex;align-items:center;justify-items:flex-start;gap:15px;margin:10px 0;padding:10px 20px;background-color:var(--mvw-color-error-notice-bg-color);color:var(--mvw-color-error-notice-color);border:1px solid var(--mvw-color-error-notice-border-color);border-radius:var(--radius-2)}:where(.error-notice) button{text-decoration:underline}}", $e = /* @__PURE__ */ $({
|
|
800
|
+
__name: "Standings.ce",
|
|
801
|
+
props: {
|
|
802
|
+
...W,
|
|
803
|
+
...G,
|
|
804
|
+
type: {
|
|
805
|
+
type: String,
|
|
806
|
+
default: "3",
|
|
807
|
+
validator: (e) => ["2", "3"].includes(e)
|
|
808
|
+
}
|
|
809
|
+
},
|
|
810
|
+
setup(o) {
|
|
811
|
+
let s = o, c = f(null), { onError: l, error: u, hasError: p } = j(), m = e(() => s.locale), { state: h, isLoading: _ } = q(() => A("/v2/standings", s.apiKey, {
|
|
812
|
+
championshipId: Number(s.championshipId),
|
|
813
|
+
...s.division && { division: s.division },
|
|
814
|
+
...s.phaseId && { phaseId: s.phaseId }
|
|
815
|
+
}), [], { onError: (e) => l(e) }), { sort: y, change: b } = N(), x = e(() => R(g(h)).teamName().sorted(y).addContinuousIndex().value()), S = e(() => s.type === "3" ? de : ue), E = (e) => b(e);
|
|
816
|
+
function D(e) {
|
|
817
|
+
return V(s.externalTeamResolver, {
|
|
818
|
+
...e,
|
|
819
|
+
championshipId: s.championshipId
|
|
820
|
+
});
|
|
821
|
+
}
|
|
822
|
+
return (e, o) => (d(), r("div", null, [a(g(T), { locale: m.value }, {
|
|
823
|
+
default: v(() => [
|
|
824
|
+
g(p) ? (d(), t(g(w), {
|
|
825
|
+
key: 0,
|
|
826
|
+
error: g(u)
|
|
827
|
+
}, null, 8, ["error"])) : n("", !0),
|
|
828
|
+
a(g(O), {
|
|
829
|
+
columns: S.value,
|
|
830
|
+
rows: x.value.rows,
|
|
831
|
+
"is-loading": g(_),
|
|
832
|
+
"hide-columns": s.hideColumns,
|
|
833
|
+
sort: g(y),
|
|
834
|
+
"external-team-resolver": D,
|
|
835
|
+
"is-team-linked": e.isTeamLinked,
|
|
836
|
+
"append-to": c.value,
|
|
837
|
+
onSort: E
|
|
838
|
+
}, {
|
|
839
|
+
caption: v(() => [a(g(C), {
|
|
840
|
+
rows: x.value.rows,
|
|
841
|
+
"additional-key": "inheritedPoints"
|
|
842
|
+
}, null, 8, ["rows"]), a(g(C), {
|
|
843
|
+
rows: x.value.rows,
|
|
844
|
+
"additional-key": "penaltyPoints"
|
|
845
|
+
}, null, 8, ["rows"])]),
|
|
846
|
+
_: 1
|
|
847
|
+
}, 8, [
|
|
848
|
+
"columns",
|
|
849
|
+
"rows",
|
|
850
|
+
"is-loading",
|
|
851
|
+
"hide-columns",
|
|
852
|
+
"sort",
|
|
853
|
+
"is-team-linked",
|
|
854
|
+
"append-to"
|
|
855
|
+
]),
|
|
856
|
+
i("div", {
|
|
857
|
+
ref_key: "tooltipContainer",
|
|
858
|
+
ref: c
|
|
859
|
+
}, null, 512)
|
|
860
|
+
]),
|
|
861
|
+
_: 1
|
|
862
|
+
}, 8, ["locale"])]));
|
|
863
|
+
}
|
|
864
|
+
}, [["styles", [
|
|
865
|
+
J,
|
|
866
|
+
Ye,
|
|
867
|
+
Xe,
|
|
868
|
+
Ze,
|
|
869
|
+
Qe
|
|
870
|
+
]]]), et = "@layer components.variables{:where(:host){--mvw-color-error-notice-bg-color: color-mix(in oklab, var(--mvw-color-error) 10%, transparent);--mvw-color-error-notice-border-color: color-mix(in oklab, var(--mvw-color-error) 25%, transparent);--mvw-color-error-notice-color: var(--mvw-color-error)}}@layer components{:where(.error-notice){display:flex;align-items:center;justify-items:flex-start;gap:15px;margin:10px 0;padding:10px 20px;background-color:var(--mvw-color-error-notice-bg-color);color:var(--mvw-color-error-notice-color);border:1px solid var(--mvw-color-error-notice-border-color);border-radius:var(--radius-2)}:where(.error-notice) button{text-decoration:underline}}", tt = /* @__PURE__ */ $({
|
|
871
|
+
__name: "TeamAttendance.ce",
|
|
872
|
+
props: {
|
|
873
|
+
...W,
|
|
874
|
+
...G
|
|
875
|
+
},
|
|
876
|
+
setup(o) {
|
|
877
|
+
let s = o, c = he, l = f(null), { onError: u, error: p, hasError: m } = j(), h = e(() => s.locale), { state: _, isLoading: y } = q(() => A("/v2/team-attendance", s.apiKey, {
|
|
878
|
+
championshipId: Number(s.championshipId),
|
|
879
|
+
...s.division && { division: s.division },
|
|
880
|
+
...s.phaseId && { phaseId: s.phaseId }
|
|
881
|
+
}), [], { onError: (e) => u(e) }), { sort: b, change: x } = N({
|
|
882
|
+
sortTarget: "totalAttendanceAvg",
|
|
883
|
+
orders: [{
|
|
884
|
+
target: "totalAttendanceAvg",
|
|
885
|
+
direction: U
|
|
886
|
+
}]
|
|
887
|
+
}), S = e(() => R(g(_)).teamName().sorted(b).addIndex(b.sortTarget).value());
|
|
888
|
+
function C(e) {
|
|
889
|
+
return V(s.externalTeamResolver, {
|
|
890
|
+
...e,
|
|
891
|
+
championshipId: s.championshipId
|
|
892
|
+
});
|
|
893
|
+
}
|
|
894
|
+
return (e, o) => (d(), r("div", null, [a(g(T), { locale: h.value }, {
|
|
895
|
+
default: v(() => [
|
|
896
|
+
g(m) ? (d(), t(g(w), {
|
|
897
|
+
key: 0,
|
|
898
|
+
error: g(p)
|
|
899
|
+
}, null, 8, ["error"])) : n("", !0),
|
|
900
|
+
a(g(O), {
|
|
901
|
+
columns: g(c),
|
|
902
|
+
rows: S.value.rows,
|
|
903
|
+
"is-loading": g(y),
|
|
904
|
+
"hide-columns": s.hideColumns,
|
|
905
|
+
sort: g(b),
|
|
906
|
+
"external-team-resolver": C,
|
|
907
|
+
"is-team-linked": e.isTeamLinked,
|
|
908
|
+
"append-to": l.value,
|
|
909
|
+
onSort: g(x)
|
|
910
|
+
}, null, 8, [
|
|
911
|
+
"columns",
|
|
912
|
+
"rows",
|
|
913
|
+
"is-loading",
|
|
914
|
+
"hide-columns",
|
|
915
|
+
"sort",
|
|
916
|
+
"is-team-linked",
|
|
917
|
+
"append-to",
|
|
918
|
+
"onSort"
|
|
919
|
+
]),
|
|
920
|
+
i("div", {
|
|
921
|
+
ref_key: "tooltipContainer",
|
|
922
|
+
ref: l
|
|
923
|
+
}, null, 512)
|
|
924
|
+
]),
|
|
925
|
+
_: 1
|
|
926
|
+
}, 8, ["locale"])]));
|
|
927
|
+
}
|
|
928
|
+
}, [["styles", [
|
|
929
|
+
J,
|
|
930
|
+
Y,
|
|
931
|
+
X,
|
|
932
|
+
Z,
|
|
933
|
+
Q,
|
|
934
|
+
et
|
|
935
|
+
]]]), nt = /* @__PURE__ */ $({
|
|
936
|
+
__name: "TeamFairplay.ce",
|
|
937
|
+
props: {
|
|
938
|
+
...W,
|
|
939
|
+
...G
|
|
940
|
+
},
|
|
941
|
+
setup(o) {
|
|
942
|
+
let s = o, c = fe, l = f(null), { onError: u, error: p, hasError: m } = j(), h = e(() => s.locale), { state: _, isLoading: y } = q(() => A("/v2/team-fairplay", s.apiKey, {
|
|
943
|
+
championshipId: Number(s.championshipId),
|
|
944
|
+
...s.division && { division: s.division },
|
|
945
|
+
...s.phaseId && { phaseId: s.phaseId }
|
|
946
|
+
}), [], { onError: (e) => u(e) }), { sort: b, change: x } = N({
|
|
947
|
+
sortTarget: "pim",
|
|
948
|
+
orders: [{
|
|
949
|
+
target: "pim",
|
|
950
|
+
direction: U
|
|
951
|
+
}]
|
|
952
|
+
}), S = e(() => R(g(_)).teamName().sorted(b).addIndex(b.sortTarget).value());
|
|
953
|
+
function C(e) {
|
|
954
|
+
return V(s.externalTeamResolver, {
|
|
955
|
+
...e,
|
|
956
|
+
championshipId: s.championshipId
|
|
957
|
+
});
|
|
958
|
+
}
|
|
959
|
+
return (e, o) => (d(), r("div", null, [a(g(T), { locale: h.value }, {
|
|
960
|
+
default: v(() => [
|
|
961
|
+
g(m) ? (d(), t(g(w), {
|
|
962
|
+
key: 0,
|
|
963
|
+
error: g(p)
|
|
964
|
+
}, null, 8, ["error"])) : n("", !0),
|
|
965
|
+
a(g(O), {
|
|
966
|
+
columns: g(c),
|
|
967
|
+
rows: S.value.rows,
|
|
968
|
+
"is-loading": g(y),
|
|
969
|
+
"hide-columns": s.hideColumns,
|
|
970
|
+
sort: g(b),
|
|
971
|
+
"external-team-resolver": C,
|
|
972
|
+
"is-team-linked": e.isTeamLinked,
|
|
973
|
+
"append-to": l.value,
|
|
974
|
+
onSort: g(x)
|
|
975
|
+
}, null, 8, [
|
|
976
|
+
"columns",
|
|
977
|
+
"rows",
|
|
978
|
+
"is-loading",
|
|
979
|
+
"hide-columns",
|
|
980
|
+
"sort",
|
|
981
|
+
"is-team-linked",
|
|
982
|
+
"append-to",
|
|
983
|
+
"onSort"
|
|
984
|
+
]),
|
|
985
|
+
i("div", {
|
|
986
|
+
ref_key: "tooltipContainer",
|
|
987
|
+
ref: l
|
|
988
|
+
}, null, 512)
|
|
989
|
+
]),
|
|
990
|
+
_: 1
|
|
991
|
+
}, 8, ["locale"])]));
|
|
992
|
+
}
|
|
993
|
+
}, [["styles", [
|
|
994
|
+
J,
|
|
995
|
+
Y,
|
|
996
|
+
X,
|
|
997
|
+
Z,
|
|
998
|
+
Q,
|
|
999
|
+
et
|
|
1000
|
+
]]]), rt = /* @__PURE__ */ $({
|
|
1001
|
+
__name: "TeamPenaltyKilling.ce",
|
|
1002
|
+
props: {
|
|
1003
|
+
...W,
|
|
1004
|
+
...G
|
|
1005
|
+
},
|
|
1006
|
+
setup(o) {
|
|
1007
|
+
let s = o, c = f(null), { onError: l, error: u, hasError: p } = j(), m = pe, h = e(() => s.locale), { state: _, isLoading: y } = q(() => A("/v2/team-powerplay", s.apiKey, {
|
|
1008
|
+
championshipId: Number(s.championshipId),
|
|
1009
|
+
...s.division && { division: s.division },
|
|
1010
|
+
...s.phaseId && { phaseId: s.phaseId }
|
|
1011
|
+
}), [], { onError: (e) => l(e) }), { sort: b, change: x } = N({
|
|
1012
|
+
sortTarget: "pkPercent",
|
|
1013
|
+
orders: [{
|
|
1014
|
+
target: "pkPercent",
|
|
1015
|
+
direction: U
|
|
1016
|
+
}]
|
|
1017
|
+
}), S = e(() => H(g(_), ee([
|
|
1018
|
+
"dvgTime",
|
|
1019
|
+
"dvgTimePP1",
|
|
1020
|
+
"dvgTimePP2"
|
|
1021
|
+
]))), C = e(() => R(g(S)).teamName().sorted(b).addIndex(b.sortTarget).value());
|
|
1022
|
+
function E(e) {
|
|
1023
|
+
return V(s.externalTeamResolver, {
|
|
1024
|
+
...e,
|
|
1025
|
+
championshipId: s.championshipId
|
|
1026
|
+
});
|
|
1027
|
+
}
|
|
1028
|
+
return (e, o) => (d(), r("div", null, [a(g(T), { locale: h.value }, {
|
|
1029
|
+
default: v(() => [
|
|
1030
|
+
g(p) ? (d(), t(g(w), {
|
|
1031
|
+
key: 0,
|
|
1032
|
+
error: g(u)
|
|
1033
|
+
}, null, 8, ["error"])) : n("", !0),
|
|
1034
|
+
a(g(O), {
|
|
1035
|
+
columns: g(m),
|
|
1036
|
+
rows: C.value.rows,
|
|
1037
|
+
"is-loading": g(y),
|
|
1038
|
+
"hide-columns": s.hideColumns,
|
|
1039
|
+
sort: g(b),
|
|
1040
|
+
"external-team-resolver": E,
|
|
1041
|
+
"is-team-linked": e.isTeamLinked,
|
|
1042
|
+
"append-to": c.value,
|
|
1043
|
+
onSort: g(x)
|
|
1044
|
+
}, null, 8, [
|
|
1045
|
+
"columns",
|
|
1046
|
+
"rows",
|
|
1047
|
+
"is-loading",
|
|
1048
|
+
"hide-columns",
|
|
1049
|
+
"sort",
|
|
1050
|
+
"is-team-linked",
|
|
1051
|
+
"append-to",
|
|
1052
|
+
"onSort"
|
|
1053
|
+
]),
|
|
1054
|
+
i("div", {
|
|
1055
|
+
ref_key: "tooltipContainer",
|
|
1056
|
+
ref: c
|
|
1057
|
+
}, null, 512)
|
|
1058
|
+
]),
|
|
1059
|
+
_: 1
|
|
1060
|
+
}, 8, ["locale"])]));
|
|
1061
|
+
}
|
|
1062
|
+
}, [["styles", [
|
|
1063
|
+
J,
|
|
1064
|
+
Y,
|
|
1065
|
+
X,
|
|
1066
|
+
Z,
|
|
1067
|
+
Q,
|
|
1068
|
+
et
|
|
1069
|
+
]]]), it = /* @__PURE__ */ $({
|
|
1070
|
+
__name: "TeamPowerplay.ce",
|
|
1071
|
+
props: {
|
|
1072
|
+
...W,
|
|
1073
|
+
...G
|
|
1074
|
+
},
|
|
1075
|
+
setup(o) {
|
|
1076
|
+
let s = o, c = f(null), { onError: l, error: u, hasError: p } = j(), m = me, h = e(() => s.locale), { state: _, isLoading: y } = q(() => A("/v2/team-powerplay", s.apiKey, {
|
|
1077
|
+
championshipId: Number(s.championshipId),
|
|
1078
|
+
...s.division && { division: s.division },
|
|
1079
|
+
...s.phaseId && { phaseId: s.phaseId }
|
|
1080
|
+
}), [], { onError: (e) => l(e) }), { sort: b, change: x } = N({
|
|
1081
|
+
sortTarget: "ppPercent",
|
|
1082
|
+
orders: [{
|
|
1083
|
+
target: "ppPercent",
|
|
1084
|
+
direction: U
|
|
1085
|
+
}]
|
|
1086
|
+
}), S = e(() => H(g(_), ee([
|
|
1087
|
+
"advTime",
|
|
1088
|
+
"advTimePP1",
|
|
1089
|
+
"advTimePP2"
|
|
1090
|
+
]))), C = e(() => R(g(S)).teamName().sorted(b).addIndex(b.sortTarget).value());
|
|
1091
|
+
function E(e) {
|
|
1092
|
+
return V(s.externalTeamResolver, {
|
|
1093
|
+
...e,
|
|
1094
|
+
championshipId: s.championshipId
|
|
1095
|
+
});
|
|
1096
|
+
}
|
|
1097
|
+
return (e, o) => (d(), r("div", null, [a(g(T), { locale: h.value }, {
|
|
1098
|
+
default: v(() => [
|
|
1099
|
+
g(p) ? (d(), t(g(w), {
|
|
1100
|
+
key: 0,
|
|
1101
|
+
error: g(u)
|
|
1102
|
+
}, null, 8, ["error"])) : n("", !0),
|
|
1103
|
+
a(g(O), {
|
|
1104
|
+
columns: g(m),
|
|
1105
|
+
rows: C.value.rows,
|
|
1106
|
+
"is-loading": g(y),
|
|
1107
|
+
"hide-columns": s.hideColumns,
|
|
1108
|
+
sort: g(b),
|
|
1109
|
+
"external-team-resolver": E,
|
|
1110
|
+
"is-team-linked": e.isTeamLinked,
|
|
1111
|
+
"append-to": c.value,
|
|
1112
|
+
onSort: g(x)
|
|
1113
|
+
}, null, 8, [
|
|
1114
|
+
"columns",
|
|
1115
|
+
"rows",
|
|
1116
|
+
"is-loading",
|
|
1117
|
+
"hide-columns",
|
|
1118
|
+
"sort",
|
|
1119
|
+
"is-team-linked",
|
|
1120
|
+
"append-to",
|
|
1121
|
+
"onSort"
|
|
1122
|
+
]),
|
|
1123
|
+
i("div", {
|
|
1124
|
+
ref_key: "tooltipContainer",
|
|
1125
|
+
ref: c
|
|
1126
|
+
}, null, 512)
|
|
1127
|
+
]),
|
|
1128
|
+
_: 1
|
|
1129
|
+
}, 8, ["locale"])]));
|
|
1130
|
+
}
|
|
1131
|
+
}, [["styles", [
|
|
1132
|
+
J,
|
|
1133
|
+
Y,
|
|
1134
|
+
X,
|
|
1135
|
+
Z,
|
|
1136
|
+
Q,
|
|
1137
|
+
et
|
|
1138
|
+
]]]), at = /* @__PURE__ */ $({
|
|
1139
|
+
__name: "TeamScoringEfficiency.ce",
|
|
1140
|
+
props: {
|
|
1141
|
+
...W,
|
|
1142
|
+
...G
|
|
1143
|
+
},
|
|
1144
|
+
setup(o) {
|
|
1145
|
+
let s = o, c = le, l = f(null), { onError: u, error: p, hasError: m } = j(), h = e(() => s.locale), { state: _, isLoading: y } = q(() => A("/v2/team-scoring-efficiency", s.apiKey, {
|
|
1146
|
+
championshipId: Number(s.championshipId),
|
|
1147
|
+
...s.division && { division: s.division },
|
|
1148
|
+
...s.phaseId && { phaseId: s.phaseId }
|
|
1149
|
+
}), [], { onError: (e) => u(e) }), { sort: b, change: x } = N({
|
|
1150
|
+
sortTarget: "sp",
|
|
1151
|
+
orders: [{
|
|
1152
|
+
target: "sp",
|
|
1153
|
+
direction: U
|
|
1154
|
+
}]
|
|
1155
|
+
}), S = e(() => R(g(_)).teamName().sorted(b).addIndex(b.sortTarget).value());
|
|
1156
|
+
function C(e) {
|
|
1157
|
+
return V(s.externalTeamResolver, {
|
|
1158
|
+
...e,
|
|
1159
|
+
championshipId: s.championshipId
|
|
1160
|
+
});
|
|
1161
|
+
}
|
|
1162
|
+
return (e, o) => (d(), r("div", null, [a(g(T), { locale: h.value }, {
|
|
1163
|
+
default: v(() => [
|
|
1164
|
+
g(m) ? (d(), t(g(w), {
|
|
1165
|
+
key: 0,
|
|
1166
|
+
error: g(p)
|
|
1167
|
+
}, null, 8, ["error"])) : n("", !0),
|
|
1168
|
+
a(g(O), {
|
|
1169
|
+
columns: g(c),
|
|
1170
|
+
rows: S.value.rows,
|
|
1171
|
+
"is-loading": g(y),
|
|
1172
|
+
"hide-columns": s.hideColumns,
|
|
1173
|
+
sort: g(b),
|
|
1174
|
+
"external-team-resolver": C,
|
|
1175
|
+
"is-team-linked": e.isTeamLinked,
|
|
1176
|
+
"append-to": l.value,
|
|
1177
|
+
onSort: g(x)
|
|
1178
|
+
}, null, 8, [
|
|
1179
|
+
"columns",
|
|
1180
|
+
"rows",
|
|
1181
|
+
"is-loading",
|
|
1182
|
+
"hide-columns",
|
|
1183
|
+
"sort",
|
|
1184
|
+
"is-team-linked",
|
|
1185
|
+
"append-to",
|
|
1186
|
+
"onSort"
|
|
1187
|
+
]),
|
|
1188
|
+
i("div", {
|
|
1189
|
+
ref_key: "tooltipContainer",
|
|
1190
|
+
ref: l
|
|
1191
|
+
}, null, 512)
|
|
1192
|
+
]),
|
|
1193
|
+
_: 1
|
|
1194
|
+
}, 8, ["locale"])]));
|
|
1195
|
+
}
|
|
1196
|
+
}, [["styles", [
|
|
1197
|
+
J,
|
|
1198
|
+
Y,
|
|
1199
|
+
X,
|
|
1200
|
+
Z,
|
|
1201
|
+
Q,
|
|
1202
|
+
et
|
|
1203
|
+
]]]), ot = o($e), st = o(Je), ct = o(Le), lt = o(Re), ut = o(Be), dt = o(tt), ft = o(nt), pt = o(rt), mt = o(it), ht = o(at), gt = o(Ve), _t = o(ze);
|
|
1204
|
+
function vt() {
|
|
1205
|
+
customElements.define("mjsz-vbr-standings", ot), customElements.define("mjsz-vbr-schedule", st), customElements.define("mjsz-vbr-players-leader", ct), customElements.define("mjsz-vbr-players-penalties", lt), customElements.define("mjsz-vbr-goalies", ut), customElements.define("mjsz-vbr-team-attendance", dt), customElements.define("mjsz-vbr-team-fairplay", ft), customElements.define("mjsz-vbr-team-penalty-killing", pt), customElements.define("mjsz-vbr-team-powerplay", mt), customElements.define("mjsz-vbr-team-scoring", ht), customElements.define("mjsz-vbr-players-national", gt), customElements.define("mjsz-vbr-players-toi", _t);
|
|
1058
1206
|
}
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
};
|
|
1062
|
-
export {
|
|
1063
|
-
sr as FieldPlayersLeader,
|
|
1064
|
-
Gr as FieldPlayersLeaderCE,
|
|
1065
|
-
mr as FieldPlayersPenalties,
|
|
1066
|
-
Ur as FieldPlayersPenaltiesCE,
|
|
1067
|
-
Xr as FieldPlayersToiCE,
|
|
1068
|
-
hr as GoaliesLeader,
|
|
1069
|
-
Yr as GoaliesLeaderCE,
|
|
1070
|
-
ur as PlayersNational,
|
|
1071
|
-
Qr as PlayersNationalCE,
|
|
1072
|
-
_r as Schedule,
|
|
1073
|
-
Kr as ScheduleCE,
|
|
1074
|
-
Lr as Standings,
|
|
1075
|
-
Dr as StandingsCE,
|
|
1076
|
-
Nr as TeamAttendance,
|
|
1077
|
-
Vr as TeamAttendanceCE,
|
|
1078
|
-
Ar as TeamFairplay,
|
|
1079
|
-
Wr as TeamFairplayCE,
|
|
1080
|
-
Or as TeamPenaltyKilling,
|
|
1081
|
-
Hr as TeamPenaltyKillingCE,
|
|
1082
|
-
Mr as TeamPowerplay,
|
|
1083
|
-
qr as TeamPowerplayCE,
|
|
1084
|
-
$r as TeamScoringEfficiency,
|
|
1085
|
-
Jr as TeamScoringEfficiencyCE,
|
|
1086
|
-
so as default,
|
|
1087
|
-
Zr as register
|
|
1088
|
-
};
|
|
1207
|
+
var yt = { install: () => vt() };
|
|
1208
|
+
//#endregion
|
|
1209
|
+
export { Le as FieldPlayersLeader, ct as FieldPlayersLeaderCE, Re as FieldPlayersPenalties, lt as FieldPlayersPenaltiesCE, _t as FieldPlayersToiCE, Be as GoaliesLeader, ut as GoaliesLeaderCE, Ve as PlayersNational, gt as PlayersNationalCE, Je as Schedule, st as ScheduleCE, $e as Standings, ot as StandingsCE, tt as TeamAttendance, dt as TeamAttendanceCE, nt as TeamFairplay, ft as TeamFairplayCE, rt as TeamPenaltyKilling, pt as TeamPenaltyKillingCE, it as TeamPowerplay, mt as TeamPowerplayCE, at as TeamScoringEfficiency, ht as TeamScoringEfficiencyCE, yt as default, vt as register };
|