@mjsz-vbr-elements/core 2.9.1 → 2.10.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/AdditionalStandingsText-3jExdQ4O.js +2376 -0
- package/dist/columns.js +1 -1
- package/dist/components.js +2 -2
- package/dist/composables.js +27 -35
- package/dist/constants.js +1 -1
- package/dist/{convert-C_k4-oaF.js → convert-HYpfGr9y.js} +2 -2
- package/dist/datetime-P3jKxpvY.js +1297 -0
- package/dist/index.iife.js +4 -4
- package/dist/index.iife.js.br +0 -0
- package/dist/index.iife.js.gz +0 -0
- package/dist/index.js +90 -91
- package/dist/useAdditionalText-DHQEg82L.js +748 -0
- package/dist/utils.js +4 -4
- package/package.json +9 -9
- package/dist/AdditionalStandingsText-BiRMcxjC.js +0 -3256
- package/dist/datetime-BzdN4htO.js +0 -1272
- package/dist/useAdditionalText-BCKSsRDN.js +0 -730
|
@@ -1,3256 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* name: @mjsz-vbr-elements/core
|
|
3
|
-
* version: v2.9.1 - 09/01/2025, 16:02:42
|
|
4
|
-
* (c) 2025
|
|
5
|
-
* description: Data visualization for MJSZ VBR
|
|
6
|
-
* author: Ákos Stegner <akos.stegner@gmail.com>
|
|
7
|
-
*/
|
|
8
|
-
import { computed as $, ref as O, watch as Ct, getCurrentScope as we, onScopeDispose as Te, unref as u, getCurrentInstance as xe, onMounted as Pe, defineComponent as Qt, onUnmounted as ke, h as Se, withDirectives as Ae, openBlock as v, createElementBlock as w, normalizeClass as z, renderSlot as R, vModelSelect as _e, createElementVNode as b, isRef as ze, Fragment as M, normalizeStyle as Bt, createVNode as C, Transition as $e, withCtx as P, createTextVNode as D, toDisplayString as x, createCommentVNode as A, toRefs as Nt, renderList as tt, createBlock as E, withKeys as Ft, withModifiers as it, createSlots as Oe, toRef as Ie } from "vue";
|
|
9
|
-
import { f as U, o as Ce, e as Ge, d as Z, a as Ee, c as Re, j as Ne, n as Ve, i as Le, b as te, u as ee, w as De, h as Me } from "./useAdditionalText-BCKSsRDN.js";
|
|
10
|
-
import { J as oe, K as vt, z as jt, C as He, o as bt, g as Be } from "./datetime-BzdN4htO.js";
|
|
11
|
-
import { LAZY_LOADING_STATE_DELAY as Fe, SORT_STATE_ORIGINAL as zt, SORT_STATE_DESCEND as Wt, SORT_STATE_ASCEND as Kt, AVAILABLE_TIMEZONES_BY_COUNTRY as je, DEFAULT_PORTRAIT_IMAGE_URL as We } from "./constants.js";
|
|
12
|
-
import { m as Ke, W as ne, U as Tt } from "./convert-C_k4-oaF.js";
|
|
13
|
-
import { COLUMNS_SCHEDULE as Je } from "./columns.js";
|
|
14
|
-
function qe(t) {
|
|
15
|
-
return we() ? (Te(t), !0) : !1;
|
|
16
|
-
}
|
|
17
|
-
function se(t) {
|
|
18
|
-
return typeof t == "function" ? t() : u(t);
|
|
19
|
-
}
|
|
20
|
-
const Ue = typeof window < "u" && typeof document < "u";
|
|
21
|
-
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
22
|
-
const Ye = (t) => t != null, $t = () => {
|
|
23
|
-
};
|
|
24
|
-
function Ot(t) {
|
|
25
|
-
var e;
|
|
26
|
-
const o = se(t);
|
|
27
|
-
return (e = o == null ? void 0 : o.$el) != null ? e : o;
|
|
28
|
-
}
|
|
29
|
-
const Xe = Ue ? window : void 0;
|
|
30
|
-
function Ze() {
|
|
31
|
-
const t = O(!1);
|
|
32
|
-
return xe() && Pe(() => {
|
|
33
|
-
t.value = !0;
|
|
34
|
-
}), t;
|
|
35
|
-
}
|
|
36
|
-
function Qe(t) {
|
|
37
|
-
const e = Ze();
|
|
38
|
-
return $(() => (e.value, !!t()));
|
|
39
|
-
}
|
|
40
|
-
function to(t, e, o = {}) {
|
|
41
|
-
const {
|
|
42
|
-
root: n,
|
|
43
|
-
rootMargin: r = "0px",
|
|
44
|
-
threshold: s = 0.1,
|
|
45
|
-
window: i = Xe,
|
|
46
|
-
immediate: c = !0
|
|
47
|
-
} = o, m = Qe(() => i && "IntersectionObserver" in i), d = $(() => {
|
|
48
|
-
const a = se(t);
|
|
49
|
-
return (Array.isArray(a) ? a : [a]).map(Ot).filter(Ye);
|
|
50
|
-
});
|
|
51
|
-
let l = $t;
|
|
52
|
-
const p = O(c), y = m.value ? Ct(
|
|
53
|
-
() => [d.value, Ot(n), p.value],
|
|
54
|
-
([a, f]) => {
|
|
55
|
-
if (l(), !p.value || !a.length)
|
|
56
|
-
return;
|
|
57
|
-
const h = new IntersectionObserver(
|
|
58
|
-
e,
|
|
59
|
-
{
|
|
60
|
-
root: Ot(f),
|
|
61
|
-
rootMargin: r,
|
|
62
|
-
threshold: s
|
|
63
|
-
}
|
|
64
|
-
);
|
|
65
|
-
a.forEach((T) => T && h.observe(T)), l = () => {
|
|
66
|
-
h.disconnect(), l = $t;
|
|
67
|
-
};
|
|
68
|
-
},
|
|
69
|
-
{ immediate: c, flush: "post" }
|
|
70
|
-
) : $t, g = () => {
|
|
71
|
-
l(), y(), p.value = !1;
|
|
72
|
-
};
|
|
73
|
-
return qe(g), {
|
|
74
|
-
isSupported: m,
|
|
75
|
-
isActive: p,
|
|
76
|
-
pause() {
|
|
77
|
-
l(), p.value = !1;
|
|
78
|
-
},
|
|
79
|
-
resume() {
|
|
80
|
-
p.value = !0;
|
|
81
|
-
},
|
|
82
|
-
stop: g
|
|
83
|
-
};
|
|
84
|
-
}
|
|
85
|
-
const xr = Qt({
|
|
86
|
-
name: "FetchMoreObserver",
|
|
87
|
-
props: ["as", "options"],
|
|
88
|
-
emits: ["intersect"],
|
|
89
|
-
setup(t, { slots: e, emit: o }) {
|
|
90
|
-
const n = O(null), { stop: r } = to(
|
|
91
|
-
n,
|
|
92
|
-
([{ isIntersecting: s }]) => {
|
|
93
|
-
s && o("intersect");
|
|
94
|
-
},
|
|
95
|
-
t.options
|
|
96
|
-
);
|
|
97
|
-
return ke(r), () => {
|
|
98
|
-
if (e.default)
|
|
99
|
-
return Se(t.as || "div", { ref: n }, e.default());
|
|
100
|
-
};
|
|
101
|
-
}
|
|
102
|
-
}), eo = {
|
|
103
|
-
__name: "BaseSelect",
|
|
104
|
-
props: {
|
|
105
|
-
modelValue: {
|
|
106
|
-
type: [String, Number],
|
|
107
|
-
default: null
|
|
108
|
-
}
|
|
109
|
-
},
|
|
110
|
-
emits: ["update:modelValue"],
|
|
111
|
-
setup(t, { emit: e }) {
|
|
112
|
-
const o = t, n = e, r = U("base-input"), s = $({ get: () => o.modelValue, set: (i) => n("update:modelValue", i) });
|
|
113
|
-
return (i, c) => Ae((v(), w("select", {
|
|
114
|
-
"onUpdate:modelValue": c[0] || (c[0] = (m) => s.value = m),
|
|
115
|
-
class: z([u(r), "is-select"])
|
|
116
|
-
}, [
|
|
117
|
-
R(i.$slots, "default")
|
|
118
|
-
], 2)), [
|
|
119
|
-
[_e, s.value]
|
|
120
|
-
]);
|
|
121
|
-
}
|
|
122
|
-
};
|
|
123
|
-
var oo = /* @__PURE__ */ oe(function(e, o, n) {
|
|
124
|
-
var r = {}, s;
|
|
125
|
-
o = o || {}, n = n || {};
|
|
126
|
-
for (s in o)
|
|
127
|
-
vt(s, o) && (r[s] = vt(s, n) ? e(s, o[s], n[s]) : o[s]);
|
|
128
|
-
for (s in n)
|
|
129
|
-
vt(s, n) && !vt(s, r) && (r[s] = n[s]);
|
|
130
|
-
return r;
|
|
131
|
-
}), no = /* @__PURE__ */ oe(function t(e, o, n) {
|
|
132
|
-
return oo(function(r, s, i) {
|
|
133
|
-
return jt(s) && jt(i) ? t(e, s, i) : e(r, s, i);
|
|
134
|
-
}, o, n);
|
|
135
|
-
}), so = /* @__PURE__ */ He(function(e, o) {
|
|
136
|
-
return no(function(n, r, s) {
|
|
137
|
-
return s;
|
|
138
|
-
}, e, o);
|
|
139
|
-
});
|
|
140
|
-
const ro = {
|
|
141
|
-
"aria-hidden": "true",
|
|
142
|
-
focusable: "false",
|
|
143
|
-
"data-prefix": "fas",
|
|
144
|
-
"data-icon": "sort",
|
|
145
|
-
class: "svg-inline--fa fa-sort fa-w-10",
|
|
146
|
-
role: "img",
|
|
147
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
148
|
-
viewBox: "0 0 320 512"
|
|
149
|
-
}, io = /* @__PURE__ */ b("path", {
|
|
150
|
-
fill: "currentColor",
|
|
151
|
-
d: "M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z"
|
|
152
|
-
}, null, -1), ao = [
|
|
153
|
-
io
|
|
154
|
-
];
|
|
155
|
-
function lo(t, e) {
|
|
156
|
-
return v(), w("svg", ro, [...ao]);
|
|
157
|
-
}
|
|
158
|
-
const Jt = { render: lo }, co = {
|
|
159
|
-
"aria-hidden": "true",
|
|
160
|
-
focusable: "false",
|
|
161
|
-
"data-prefix": "fas",
|
|
162
|
-
"data-icon": "sort-down",
|
|
163
|
-
class: "svg-inline--fa fa-sort-down fa-w-10",
|
|
164
|
-
role: "img",
|
|
165
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
166
|
-
viewBox: "0 0 320 512"
|
|
167
|
-
}, uo = /* @__PURE__ */ b("path", {
|
|
168
|
-
fill: "currentColor",
|
|
169
|
-
d: "M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z"
|
|
170
|
-
}, null, -1), mo = [
|
|
171
|
-
uo
|
|
172
|
-
];
|
|
173
|
-
function po(t, e) {
|
|
174
|
-
return v(), w("svg", co, [...mo]);
|
|
175
|
-
}
|
|
176
|
-
const fo = { render: po }, ho = {
|
|
177
|
-
"aria-hidden": "true",
|
|
178
|
-
focusable: "false",
|
|
179
|
-
"data-prefix": "fas",
|
|
180
|
-
"data-icon": "sort-up",
|
|
181
|
-
class: "svg-inline--fa fa-sort-up fa-w-10",
|
|
182
|
-
role: "img",
|
|
183
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
184
|
-
viewBox: "0 0 320 512"
|
|
185
|
-
}, go = /* @__PURE__ */ b("path", {
|
|
186
|
-
fill: "currentColor",
|
|
187
|
-
d: "M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z"
|
|
188
|
-
}, null, -1), yo = [
|
|
189
|
-
go
|
|
190
|
-
];
|
|
191
|
-
function vo(t, e) {
|
|
192
|
-
return v(), w("svg", ho, [...yo]);
|
|
193
|
-
}
|
|
194
|
-
const bo = { render: vo }, at = Math.min, et = Math.max, xt = Math.round, wt = Math.floor, Y = (t) => ({
|
|
195
|
-
x: t,
|
|
196
|
-
y: t
|
|
197
|
-
}), wo = {
|
|
198
|
-
left: "right",
|
|
199
|
-
right: "left",
|
|
200
|
-
bottom: "top",
|
|
201
|
-
top: "bottom"
|
|
202
|
-
}, To = {
|
|
203
|
-
start: "end",
|
|
204
|
-
end: "start"
|
|
205
|
-
};
|
|
206
|
-
function Gt(t, e, o) {
|
|
207
|
-
return et(t, at(e, o));
|
|
208
|
-
}
|
|
209
|
-
function ht(t, e) {
|
|
210
|
-
return typeof t == "function" ? t(e) : t;
|
|
211
|
-
}
|
|
212
|
-
function ot(t) {
|
|
213
|
-
return t.split("-")[0];
|
|
214
|
-
}
|
|
215
|
-
function gt(t) {
|
|
216
|
-
return t.split("-")[1];
|
|
217
|
-
}
|
|
218
|
-
function re(t) {
|
|
219
|
-
return t === "x" ? "y" : "x";
|
|
220
|
-
}
|
|
221
|
-
function Vt(t) {
|
|
222
|
-
return t === "y" ? "height" : "width";
|
|
223
|
-
}
|
|
224
|
-
function St(t) {
|
|
225
|
-
return ["top", "bottom"].includes(ot(t)) ? "y" : "x";
|
|
226
|
-
}
|
|
227
|
-
function Lt(t) {
|
|
228
|
-
return re(St(t));
|
|
229
|
-
}
|
|
230
|
-
function xo(t, e, o) {
|
|
231
|
-
o === void 0 && (o = !1);
|
|
232
|
-
const n = gt(t), r = Lt(t), s = Vt(r);
|
|
233
|
-
let i = r === "x" ? n === (o ? "end" : "start") ? "right" : "left" : n === "start" ? "bottom" : "top";
|
|
234
|
-
return e.reference[s] > e.floating[s] && (i = Pt(i)), [i, Pt(i)];
|
|
235
|
-
}
|
|
236
|
-
function Po(t) {
|
|
237
|
-
const e = Pt(t);
|
|
238
|
-
return [Et(t), e, Et(e)];
|
|
239
|
-
}
|
|
240
|
-
function Et(t) {
|
|
241
|
-
return t.replace(/start|end/g, (e) => To[e]);
|
|
242
|
-
}
|
|
243
|
-
function ko(t, e, o) {
|
|
244
|
-
const n = ["left", "right"], r = ["right", "left"], s = ["top", "bottom"], i = ["bottom", "top"];
|
|
245
|
-
switch (t) {
|
|
246
|
-
case "top":
|
|
247
|
-
case "bottom":
|
|
248
|
-
return o ? e ? r : n : e ? n : r;
|
|
249
|
-
case "left":
|
|
250
|
-
case "right":
|
|
251
|
-
return e ? s : i;
|
|
252
|
-
default:
|
|
253
|
-
return [];
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
function So(t, e, o, n) {
|
|
257
|
-
const r = gt(t);
|
|
258
|
-
let s = ko(ot(t), o === "start", n);
|
|
259
|
-
return r && (s = s.map((i) => i + "-" + r), e && (s = s.concat(s.map(Et)))), s;
|
|
260
|
-
}
|
|
261
|
-
function Pt(t) {
|
|
262
|
-
return t.replace(/left|right|bottom|top/g, (e) => wo[e]);
|
|
263
|
-
}
|
|
264
|
-
function Ao(t) {
|
|
265
|
-
return {
|
|
266
|
-
top: 0,
|
|
267
|
-
right: 0,
|
|
268
|
-
bottom: 0,
|
|
269
|
-
left: 0,
|
|
270
|
-
...t
|
|
271
|
-
};
|
|
272
|
-
}
|
|
273
|
-
function ie(t) {
|
|
274
|
-
return typeof t != "number" ? Ao(t) : {
|
|
275
|
-
top: t,
|
|
276
|
-
right: t,
|
|
277
|
-
bottom: t,
|
|
278
|
-
left: t
|
|
279
|
-
};
|
|
280
|
-
}
|
|
281
|
-
function kt(t) {
|
|
282
|
-
const {
|
|
283
|
-
x: e,
|
|
284
|
-
y: o,
|
|
285
|
-
width: n,
|
|
286
|
-
height: r
|
|
287
|
-
} = t;
|
|
288
|
-
return {
|
|
289
|
-
width: n,
|
|
290
|
-
height: r,
|
|
291
|
-
top: o,
|
|
292
|
-
left: e,
|
|
293
|
-
right: e + n,
|
|
294
|
-
bottom: o + r,
|
|
295
|
-
x: e,
|
|
296
|
-
y: o
|
|
297
|
-
};
|
|
298
|
-
}
|
|
299
|
-
function qt(t, e, o) {
|
|
300
|
-
let {
|
|
301
|
-
reference: n,
|
|
302
|
-
floating: r
|
|
303
|
-
} = t;
|
|
304
|
-
const s = St(e), i = Lt(e), c = Vt(i), m = ot(e), d = s === "y", l = n.x + n.width / 2 - r.width / 2, p = n.y + n.height / 2 - r.height / 2, y = n[c] / 2 - r[c] / 2;
|
|
305
|
-
let g;
|
|
306
|
-
switch (m) {
|
|
307
|
-
case "top":
|
|
308
|
-
g = {
|
|
309
|
-
x: l,
|
|
310
|
-
y: n.y - r.height
|
|
311
|
-
};
|
|
312
|
-
break;
|
|
313
|
-
case "bottom":
|
|
314
|
-
g = {
|
|
315
|
-
x: l,
|
|
316
|
-
y: n.y + n.height
|
|
317
|
-
};
|
|
318
|
-
break;
|
|
319
|
-
case "right":
|
|
320
|
-
g = {
|
|
321
|
-
x: n.x + n.width,
|
|
322
|
-
y: p
|
|
323
|
-
};
|
|
324
|
-
break;
|
|
325
|
-
case "left":
|
|
326
|
-
g = {
|
|
327
|
-
x: n.x - r.width,
|
|
328
|
-
y: p
|
|
329
|
-
};
|
|
330
|
-
break;
|
|
331
|
-
default:
|
|
332
|
-
g = {
|
|
333
|
-
x: n.x,
|
|
334
|
-
y: n.y
|
|
335
|
-
};
|
|
336
|
-
}
|
|
337
|
-
switch (gt(e)) {
|
|
338
|
-
case "start":
|
|
339
|
-
g[i] -= y * (o && d ? -1 : 1);
|
|
340
|
-
break;
|
|
341
|
-
case "end":
|
|
342
|
-
g[i] += y * (o && d ? -1 : 1);
|
|
343
|
-
break;
|
|
344
|
-
}
|
|
345
|
-
return g;
|
|
346
|
-
}
|
|
347
|
-
const _o = async (t, e, o) => {
|
|
348
|
-
const {
|
|
349
|
-
placement: n = "bottom",
|
|
350
|
-
strategy: r = "absolute",
|
|
351
|
-
middleware: s = [],
|
|
352
|
-
platform: i
|
|
353
|
-
} = o, c = s.filter(Boolean), m = await (i.isRTL == null ? void 0 : i.isRTL(e));
|
|
354
|
-
let d = await i.getElementRects({
|
|
355
|
-
reference: t,
|
|
356
|
-
floating: e,
|
|
357
|
-
strategy: r
|
|
358
|
-
}), {
|
|
359
|
-
x: l,
|
|
360
|
-
y: p
|
|
361
|
-
} = qt(d, n, m), y = n, g = {}, a = 0;
|
|
362
|
-
for (let f = 0; f < c.length; f++) {
|
|
363
|
-
const {
|
|
364
|
-
name: h,
|
|
365
|
-
fn: T
|
|
366
|
-
} = c[f], {
|
|
367
|
-
x: k,
|
|
368
|
-
y: S,
|
|
369
|
-
data: I,
|
|
370
|
-
reset: _
|
|
371
|
-
} = await T({
|
|
372
|
-
x: l,
|
|
373
|
-
y: p,
|
|
374
|
-
initialPlacement: n,
|
|
375
|
-
placement: y,
|
|
376
|
-
strategy: r,
|
|
377
|
-
middlewareData: g,
|
|
378
|
-
rects: d,
|
|
379
|
-
platform: i,
|
|
380
|
-
elements: {
|
|
381
|
-
reference: t,
|
|
382
|
-
floating: e
|
|
383
|
-
}
|
|
384
|
-
});
|
|
385
|
-
l = k ?? l, p = S ?? p, g = {
|
|
386
|
-
...g,
|
|
387
|
-
[h]: {
|
|
388
|
-
...g[h],
|
|
389
|
-
...I
|
|
390
|
-
}
|
|
391
|
-
}, _ && a <= 50 && (a++, typeof _ == "object" && (_.placement && (y = _.placement), _.rects && (d = _.rects === !0 ? await i.getElementRects({
|
|
392
|
-
reference: t,
|
|
393
|
-
floating: e,
|
|
394
|
-
strategy: r
|
|
395
|
-
}) : _.rects), {
|
|
396
|
-
x: l,
|
|
397
|
-
y: p
|
|
398
|
-
} = qt(d, y, m)), f = -1);
|
|
399
|
-
}
|
|
400
|
-
return {
|
|
401
|
-
x: l,
|
|
402
|
-
y: p,
|
|
403
|
-
placement: y,
|
|
404
|
-
strategy: r,
|
|
405
|
-
middlewareData: g
|
|
406
|
-
};
|
|
407
|
-
};
|
|
408
|
-
async function ae(t, e) {
|
|
409
|
-
var o;
|
|
410
|
-
e === void 0 && (e = {});
|
|
411
|
-
const {
|
|
412
|
-
x: n,
|
|
413
|
-
y: r,
|
|
414
|
-
platform: s,
|
|
415
|
-
rects: i,
|
|
416
|
-
elements: c,
|
|
417
|
-
strategy: m
|
|
418
|
-
} = t, {
|
|
419
|
-
boundary: d = "clippingAncestors",
|
|
420
|
-
rootBoundary: l = "viewport",
|
|
421
|
-
elementContext: p = "floating",
|
|
422
|
-
altBoundary: y = !1,
|
|
423
|
-
padding: g = 0
|
|
424
|
-
} = ht(e, t), a = ie(g), h = c[y ? p === "floating" ? "reference" : "floating" : p], T = kt(await s.getClippingRect({
|
|
425
|
-
element: (o = await (s.isElement == null ? void 0 : s.isElement(h))) == null || o ? h : h.contextElement || await (s.getDocumentElement == null ? void 0 : s.getDocumentElement(c.floating)),
|
|
426
|
-
boundary: d,
|
|
427
|
-
rootBoundary: l,
|
|
428
|
-
strategy: m
|
|
429
|
-
})), k = p === "floating" ? {
|
|
430
|
-
...i.floating,
|
|
431
|
-
x: n,
|
|
432
|
-
y: r
|
|
433
|
-
} : i.reference, S = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(c.floating)), I = await (s.isElement == null ? void 0 : s.isElement(S)) ? await (s.getScale == null ? void 0 : s.getScale(S)) || {
|
|
434
|
-
x: 1,
|
|
435
|
-
y: 1
|
|
436
|
-
} : {
|
|
437
|
-
x: 1,
|
|
438
|
-
y: 1
|
|
439
|
-
}, _ = kt(s.convertOffsetParentRelativeRectToViewportRelativeRect ? await s.convertOffsetParentRelativeRectToViewportRelativeRect({
|
|
440
|
-
elements: c,
|
|
441
|
-
rect: k,
|
|
442
|
-
offsetParent: S,
|
|
443
|
-
strategy: m
|
|
444
|
-
}) : k);
|
|
445
|
-
return {
|
|
446
|
-
top: (T.top - _.top + a.top) / I.y,
|
|
447
|
-
bottom: (_.bottom - T.bottom + a.bottom) / I.y,
|
|
448
|
-
left: (T.left - _.left + a.left) / I.x,
|
|
449
|
-
right: (_.right - T.right + a.right) / I.x
|
|
450
|
-
};
|
|
451
|
-
}
|
|
452
|
-
const zo = (t) => ({
|
|
453
|
-
name: "arrow",
|
|
454
|
-
options: t,
|
|
455
|
-
async fn(e) {
|
|
456
|
-
const {
|
|
457
|
-
x: o,
|
|
458
|
-
y: n,
|
|
459
|
-
placement: r,
|
|
460
|
-
rects: s,
|
|
461
|
-
platform: i,
|
|
462
|
-
elements: c,
|
|
463
|
-
middlewareData: m
|
|
464
|
-
} = e, {
|
|
465
|
-
element: d,
|
|
466
|
-
padding: l = 0
|
|
467
|
-
} = ht(t, e) || {};
|
|
468
|
-
if (d == null)
|
|
469
|
-
return {};
|
|
470
|
-
const p = ie(l), y = {
|
|
471
|
-
x: o,
|
|
472
|
-
y: n
|
|
473
|
-
}, g = Lt(r), a = Vt(g), f = await i.getDimensions(d), h = g === "y", T = h ? "top" : "left", k = h ? "bottom" : "right", S = h ? "clientHeight" : "clientWidth", I = s.reference[a] + s.reference[g] - y[g] - s.floating[a], _ = y[g] - s.reference[g], L = await (i.getOffsetParent == null ? void 0 : i.getOffsetParent(d));
|
|
474
|
-
let F = L ? L[S] : 0;
|
|
475
|
-
(!F || !await (i.isElement == null ? void 0 : i.isElement(L))) && (F = c.floating[S] || s.floating[a]);
|
|
476
|
-
const Q = I / 2 - _ / 2, dt = F / 2 - f[a] / 2 - 1, ut = at(p[T], dt), mt = at(p[k], dt), V = ut, pt = F - f[a] - mt, G = F / 2 - f[a] / 2 + Q, j = Gt(V, G, pt), W = !m.arrow && gt(r) != null && G !== j && s.reference[a] / 2 - (G < V ? ut : mt) - f[a] / 2 < 0, J = W ? G < V ? G - V : G - pt : 0;
|
|
477
|
-
return {
|
|
478
|
-
[g]: y[g] + J,
|
|
479
|
-
data: {
|
|
480
|
-
[g]: j,
|
|
481
|
-
centerOffset: G - j - J,
|
|
482
|
-
...W && {
|
|
483
|
-
alignmentOffset: J
|
|
484
|
-
}
|
|
485
|
-
},
|
|
486
|
-
reset: W
|
|
487
|
-
};
|
|
488
|
-
}
|
|
489
|
-
}), $o = function(t) {
|
|
490
|
-
return t === void 0 && (t = {}), {
|
|
491
|
-
name: "flip",
|
|
492
|
-
options: t,
|
|
493
|
-
async fn(e) {
|
|
494
|
-
var o, n;
|
|
495
|
-
const {
|
|
496
|
-
placement: r,
|
|
497
|
-
middlewareData: s,
|
|
498
|
-
rects: i,
|
|
499
|
-
initialPlacement: c,
|
|
500
|
-
platform: m,
|
|
501
|
-
elements: d
|
|
502
|
-
} = e, {
|
|
503
|
-
mainAxis: l = !0,
|
|
504
|
-
crossAxis: p = !0,
|
|
505
|
-
fallbackPlacements: y,
|
|
506
|
-
fallbackStrategy: g = "bestFit",
|
|
507
|
-
fallbackAxisSideDirection: a = "none",
|
|
508
|
-
flipAlignment: f = !0,
|
|
509
|
-
...h
|
|
510
|
-
} = ht(t, e);
|
|
511
|
-
if ((o = s.arrow) != null && o.alignmentOffset)
|
|
512
|
-
return {};
|
|
513
|
-
const T = ot(r), k = ot(c) === c, S = await (m.isRTL == null ? void 0 : m.isRTL(d.floating)), I = y || (k || !f ? [Pt(c)] : Po(c));
|
|
514
|
-
!y && a !== "none" && I.push(...So(c, f, a, S));
|
|
515
|
-
const _ = [c, ...I], L = await ae(e, h), F = [];
|
|
516
|
-
let Q = ((n = s.flip) == null ? void 0 : n.overflows) || [];
|
|
517
|
-
if (l && F.push(L[T]), p) {
|
|
518
|
-
const V = xo(r, i, S);
|
|
519
|
-
F.push(L[V[0]], L[V[1]]);
|
|
520
|
-
}
|
|
521
|
-
if (Q = [...Q, {
|
|
522
|
-
placement: r,
|
|
523
|
-
overflows: F
|
|
524
|
-
}], !F.every((V) => V <= 0)) {
|
|
525
|
-
var dt, ut;
|
|
526
|
-
const V = (((dt = s.flip) == null ? void 0 : dt.index) || 0) + 1, pt = _[V];
|
|
527
|
-
if (pt)
|
|
528
|
-
return {
|
|
529
|
-
data: {
|
|
530
|
-
index: V,
|
|
531
|
-
overflows: Q
|
|
532
|
-
},
|
|
533
|
-
reset: {
|
|
534
|
-
placement: pt
|
|
535
|
-
}
|
|
536
|
-
};
|
|
537
|
-
let G = (ut = Q.filter((j) => j.overflows[0] <= 0).sort((j, W) => j.overflows[1] - W.overflows[1])[0]) == null ? void 0 : ut.placement;
|
|
538
|
-
if (!G)
|
|
539
|
-
switch (g) {
|
|
540
|
-
case "bestFit": {
|
|
541
|
-
var mt;
|
|
542
|
-
const j = (mt = Q.map((W) => [W.placement, W.overflows.filter((J) => J > 0).reduce((J, be) => J + be, 0)]).sort((W, J) => W[1] - J[1])[0]) == null ? void 0 : mt[0];
|
|
543
|
-
j && (G = j);
|
|
544
|
-
break;
|
|
545
|
-
}
|
|
546
|
-
case "initialPlacement":
|
|
547
|
-
G = c;
|
|
548
|
-
break;
|
|
549
|
-
}
|
|
550
|
-
if (r !== G)
|
|
551
|
-
return {
|
|
552
|
-
reset: {
|
|
553
|
-
placement: G
|
|
554
|
-
}
|
|
555
|
-
};
|
|
556
|
-
}
|
|
557
|
-
return {};
|
|
558
|
-
}
|
|
559
|
-
};
|
|
560
|
-
};
|
|
561
|
-
async function Oo(t, e) {
|
|
562
|
-
const {
|
|
563
|
-
placement: o,
|
|
564
|
-
platform: n,
|
|
565
|
-
elements: r
|
|
566
|
-
} = t, s = await (n.isRTL == null ? void 0 : n.isRTL(r.floating)), i = ot(o), c = gt(o), m = St(o) === "y", d = ["left", "top"].includes(i) ? -1 : 1, l = s && m ? -1 : 1, p = ht(e, t);
|
|
567
|
-
let {
|
|
568
|
-
mainAxis: y,
|
|
569
|
-
crossAxis: g,
|
|
570
|
-
alignmentAxis: a
|
|
571
|
-
} = typeof p == "number" ? {
|
|
572
|
-
mainAxis: p,
|
|
573
|
-
crossAxis: 0,
|
|
574
|
-
alignmentAxis: null
|
|
575
|
-
} : {
|
|
576
|
-
mainAxis: 0,
|
|
577
|
-
crossAxis: 0,
|
|
578
|
-
alignmentAxis: null,
|
|
579
|
-
...p
|
|
580
|
-
};
|
|
581
|
-
return c && typeof a == "number" && (g = c === "end" ? a * -1 : a), m ? {
|
|
582
|
-
x: g * l,
|
|
583
|
-
y: y * d
|
|
584
|
-
} : {
|
|
585
|
-
x: y * d,
|
|
586
|
-
y: g * l
|
|
587
|
-
};
|
|
588
|
-
}
|
|
589
|
-
const Io = function(t) {
|
|
590
|
-
return t === void 0 && (t = 0), {
|
|
591
|
-
name: "offset",
|
|
592
|
-
options: t,
|
|
593
|
-
async fn(e) {
|
|
594
|
-
var o, n;
|
|
595
|
-
const {
|
|
596
|
-
x: r,
|
|
597
|
-
y: s,
|
|
598
|
-
placement: i,
|
|
599
|
-
middlewareData: c
|
|
600
|
-
} = e, m = await Oo(e, t);
|
|
601
|
-
return i === ((o = c.offset) == null ? void 0 : o.placement) && (n = c.arrow) != null && n.alignmentOffset ? {} : {
|
|
602
|
-
x: r + m.x,
|
|
603
|
-
y: s + m.y,
|
|
604
|
-
data: {
|
|
605
|
-
...m,
|
|
606
|
-
placement: i
|
|
607
|
-
}
|
|
608
|
-
};
|
|
609
|
-
}
|
|
610
|
-
};
|
|
611
|
-
}, Co = function(t) {
|
|
612
|
-
return t === void 0 && (t = {}), {
|
|
613
|
-
name: "shift",
|
|
614
|
-
options: t,
|
|
615
|
-
async fn(e) {
|
|
616
|
-
const {
|
|
617
|
-
x: o,
|
|
618
|
-
y: n,
|
|
619
|
-
placement: r
|
|
620
|
-
} = e, {
|
|
621
|
-
mainAxis: s = !0,
|
|
622
|
-
crossAxis: i = !1,
|
|
623
|
-
limiter: c = {
|
|
624
|
-
fn: (h) => {
|
|
625
|
-
let {
|
|
626
|
-
x: T,
|
|
627
|
-
y: k
|
|
628
|
-
} = h;
|
|
629
|
-
return {
|
|
630
|
-
x: T,
|
|
631
|
-
y: k
|
|
632
|
-
};
|
|
633
|
-
}
|
|
634
|
-
},
|
|
635
|
-
...m
|
|
636
|
-
} = ht(t, e), d = {
|
|
637
|
-
x: o,
|
|
638
|
-
y: n
|
|
639
|
-
}, l = await ae(e, m), p = St(ot(r)), y = re(p);
|
|
640
|
-
let g = d[y], a = d[p];
|
|
641
|
-
if (s) {
|
|
642
|
-
const h = y === "y" ? "top" : "left", T = y === "y" ? "bottom" : "right", k = g + l[h], S = g - l[T];
|
|
643
|
-
g = Gt(k, g, S);
|
|
644
|
-
}
|
|
645
|
-
if (i) {
|
|
646
|
-
const h = p === "y" ? "top" : "left", T = p === "y" ? "bottom" : "right", k = a + l[h], S = a - l[T];
|
|
647
|
-
a = Gt(k, a, S);
|
|
648
|
-
}
|
|
649
|
-
const f = c.fn({
|
|
650
|
-
...e,
|
|
651
|
-
[y]: g,
|
|
652
|
-
[p]: a
|
|
653
|
-
});
|
|
654
|
-
return {
|
|
655
|
-
...f,
|
|
656
|
-
data: {
|
|
657
|
-
x: f.x - o,
|
|
658
|
-
y: f.y - n
|
|
659
|
-
}
|
|
660
|
-
};
|
|
661
|
-
}
|
|
662
|
-
};
|
|
663
|
-
};
|
|
664
|
-
function ct(t) {
|
|
665
|
-
return le(t) ? (t.nodeName || "").toLowerCase() : "#document";
|
|
666
|
-
}
|
|
667
|
-
function N(t) {
|
|
668
|
-
var e;
|
|
669
|
-
return (t == null || (e = t.ownerDocument) == null ? void 0 : e.defaultView) || window;
|
|
670
|
-
}
|
|
671
|
-
function q(t) {
|
|
672
|
-
var e;
|
|
673
|
-
return (e = (le(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement;
|
|
674
|
-
}
|
|
675
|
-
function le(t) {
|
|
676
|
-
return t instanceof Node || t instanceof N(t).Node;
|
|
677
|
-
}
|
|
678
|
-
function H(t) {
|
|
679
|
-
return t instanceof Element || t instanceof N(t).Element;
|
|
680
|
-
}
|
|
681
|
-
function K(t) {
|
|
682
|
-
return t instanceof HTMLElement || t instanceof N(t).HTMLElement;
|
|
683
|
-
}
|
|
684
|
-
function Ut(t) {
|
|
685
|
-
return typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof N(t).ShadowRoot;
|
|
686
|
-
}
|
|
687
|
-
function yt(t) {
|
|
688
|
-
const {
|
|
689
|
-
overflow: e,
|
|
690
|
-
overflowX: o,
|
|
691
|
-
overflowY: n,
|
|
692
|
-
display: r
|
|
693
|
-
} = B(t);
|
|
694
|
-
return /auto|scroll|overlay|hidden|clip/.test(e + n + o) && !["inline", "contents"].includes(r);
|
|
695
|
-
}
|
|
696
|
-
function Go(t) {
|
|
697
|
-
return ["table", "td", "th"].includes(ct(t));
|
|
698
|
-
}
|
|
699
|
-
function At(t) {
|
|
700
|
-
return [":popover-open", ":modal"].some((e) => {
|
|
701
|
-
try {
|
|
702
|
-
return t.matches(e);
|
|
703
|
-
} catch {
|
|
704
|
-
return !1;
|
|
705
|
-
}
|
|
706
|
-
});
|
|
707
|
-
}
|
|
708
|
-
function Dt(t) {
|
|
709
|
-
const e = Mt(), o = H(t) ? B(t) : t;
|
|
710
|
-
return o.transform !== "none" || o.perspective !== "none" || (o.containerType ? o.containerType !== "normal" : !1) || !e && (o.backdropFilter ? o.backdropFilter !== "none" : !1) || !e && (o.filter ? o.filter !== "none" : !1) || ["transform", "perspective", "filter"].some((n) => (o.willChange || "").includes(n)) || ["paint", "layout", "strict", "content"].some((n) => (o.contain || "").includes(n));
|
|
711
|
-
}
|
|
712
|
-
function Eo(t) {
|
|
713
|
-
let e = X(t);
|
|
714
|
-
for (; K(e) && !lt(e); ) {
|
|
715
|
-
if (Dt(e))
|
|
716
|
-
return e;
|
|
717
|
-
if (At(e))
|
|
718
|
-
return null;
|
|
719
|
-
e = X(e);
|
|
720
|
-
}
|
|
721
|
-
return null;
|
|
722
|
-
}
|
|
723
|
-
function Mt() {
|
|
724
|
-
return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
|
725
|
-
}
|
|
726
|
-
function lt(t) {
|
|
727
|
-
return ["html", "body", "#document"].includes(ct(t));
|
|
728
|
-
}
|
|
729
|
-
function B(t) {
|
|
730
|
-
return N(t).getComputedStyle(t);
|
|
731
|
-
}
|
|
732
|
-
function _t(t) {
|
|
733
|
-
return H(t) ? {
|
|
734
|
-
scrollLeft: t.scrollLeft,
|
|
735
|
-
scrollTop: t.scrollTop
|
|
736
|
-
} : {
|
|
737
|
-
scrollLeft: t.scrollX,
|
|
738
|
-
scrollTop: t.scrollY
|
|
739
|
-
};
|
|
740
|
-
}
|
|
741
|
-
function X(t) {
|
|
742
|
-
if (ct(t) === "html")
|
|
743
|
-
return t;
|
|
744
|
-
const e = (
|
|
745
|
-
// Step into the shadow DOM of the parent of a slotted node.
|
|
746
|
-
t.assignedSlot || // DOM Element detected.
|
|
747
|
-
t.parentNode || // ShadowRoot detected.
|
|
748
|
-
Ut(t) && t.host || // Fallback.
|
|
749
|
-
q(t)
|
|
750
|
-
);
|
|
751
|
-
return Ut(e) ? e.host : e;
|
|
752
|
-
}
|
|
753
|
-
function ce(t) {
|
|
754
|
-
const e = X(t);
|
|
755
|
-
return lt(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : K(e) && yt(e) ? e : ce(e);
|
|
756
|
-
}
|
|
757
|
-
function ft(t, e, o) {
|
|
758
|
-
var n;
|
|
759
|
-
e === void 0 && (e = []), o === void 0 && (o = !0);
|
|
760
|
-
const r = ce(t), s = r === ((n = t.ownerDocument) == null ? void 0 : n.body), i = N(r);
|
|
761
|
-
if (s) {
|
|
762
|
-
const c = Rt(i);
|
|
763
|
-
return e.concat(i, i.visualViewport || [], yt(r) ? r : [], c && o ? ft(c) : []);
|
|
764
|
-
}
|
|
765
|
-
return e.concat(r, ft(r, [], o));
|
|
766
|
-
}
|
|
767
|
-
function Rt(t) {
|
|
768
|
-
return t.parent && Object.getPrototypeOf(t.parent) ? t.frameElement : null;
|
|
769
|
-
}
|
|
770
|
-
function de(t) {
|
|
771
|
-
const e = B(t);
|
|
772
|
-
let o = parseFloat(e.width) || 0, n = parseFloat(e.height) || 0;
|
|
773
|
-
const r = K(t), s = r ? t.offsetWidth : o, i = r ? t.offsetHeight : n, c = xt(o) !== s || xt(n) !== i;
|
|
774
|
-
return c && (o = s, n = i), {
|
|
775
|
-
width: o,
|
|
776
|
-
height: n,
|
|
777
|
-
$: c
|
|
778
|
-
};
|
|
779
|
-
}
|
|
780
|
-
function Ht(t) {
|
|
781
|
-
return H(t) ? t : t.contextElement;
|
|
782
|
-
}
|
|
783
|
-
function rt(t) {
|
|
784
|
-
const e = Ht(t);
|
|
785
|
-
if (!K(e))
|
|
786
|
-
return Y(1);
|
|
787
|
-
const o = e.getBoundingClientRect(), {
|
|
788
|
-
width: n,
|
|
789
|
-
height: r,
|
|
790
|
-
$: s
|
|
791
|
-
} = de(e);
|
|
792
|
-
let i = (s ? xt(o.width) : o.width) / n, c = (s ? xt(o.height) : o.height) / r;
|
|
793
|
-
return (!i || !Number.isFinite(i)) && (i = 1), (!c || !Number.isFinite(c)) && (c = 1), {
|
|
794
|
-
x: i,
|
|
795
|
-
y: c
|
|
796
|
-
};
|
|
797
|
-
}
|
|
798
|
-
const Ro = /* @__PURE__ */ Y(0);
|
|
799
|
-
function ue(t) {
|
|
800
|
-
const e = N(t);
|
|
801
|
-
return !Mt() || !e.visualViewport ? Ro : {
|
|
802
|
-
x: e.visualViewport.offsetLeft,
|
|
803
|
-
y: e.visualViewport.offsetTop
|
|
804
|
-
};
|
|
805
|
-
}
|
|
806
|
-
function No(t, e, o) {
|
|
807
|
-
return e === void 0 && (e = !1), !o || e && o !== N(t) ? !1 : e;
|
|
808
|
-
}
|
|
809
|
-
function nt(t, e, o, n) {
|
|
810
|
-
e === void 0 && (e = !1), o === void 0 && (o = !1);
|
|
811
|
-
const r = t.getBoundingClientRect(), s = Ht(t);
|
|
812
|
-
let i = Y(1);
|
|
813
|
-
e && (n ? H(n) && (i = rt(n)) : i = rt(t));
|
|
814
|
-
const c = No(s, o, n) ? ue(s) : Y(0);
|
|
815
|
-
let m = (r.left + c.x) / i.x, d = (r.top + c.y) / i.y, l = r.width / i.x, p = r.height / i.y;
|
|
816
|
-
if (s) {
|
|
817
|
-
const y = N(s), g = n && H(n) ? N(n) : n;
|
|
818
|
-
let a = y, f = Rt(a);
|
|
819
|
-
for (; f && n && g !== a; ) {
|
|
820
|
-
const h = rt(f), T = f.getBoundingClientRect(), k = B(f), S = T.left + (f.clientLeft + parseFloat(k.paddingLeft)) * h.x, I = T.top + (f.clientTop + parseFloat(k.paddingTop)) * h.y;
|
|
821
|
-
m *= h.x, d *= h.y, l *= h.x, p *= h.y, m += S, d += I, a = N(f), f = Rt(a);
|
|
822
|
-
}
|
|
823
|
-
}
|
|
824
|
-
return kt({
|
|
825
|
-
width: l,
|
|
826
|
-
height: p,
|
|
827
|
-
x: m,
|
|
828
|
-
y: d
|
|
829
|
-
});
|
|
830
|
-
}
|
|
831
|
-
function Vo(t) {
|
|
832
|
-
let {
|
|
833
|
-
elements: e,
|
|
834
|
-
rect: o,
|
|
835
|
-
offsetParent: n,
|
|
836
|
-
strategy: r
|
|
837
|
-
} = t;
|
|
838
|
-
const s = r === "fixed", i = q(n), c = e ? At(e.floating) : !1;
|
|
839
|
-
if (n === i || c && s)
|
|
840
|
-
return o;
|
|
841
|
-
let m = {
|
|
842
|
-
scrollLeft: 0,
|
|
843
|
-
scrollTop: 0
|
|
844
|
-
}, d = Y(1);
|
|
845
|
-
const l = Y(0), p = K(n);
|
|
846
|
-
if ((p || !p && !s) && ((ct(n) !== "body" || yt(i)) && (m = _t(n)), K(n))) {
|
|
847
|
-
const y = nt(n);
|
|
848
|
-
d = rt(n), l.x = y.x + n.clientLeft, l.y = y.y + n.clientTop;
|
|
849
|
-
}
|
|
850
|
-
return {
|
|
851
|
-
width: o.width * d.x,
|
|
852
|
-
height: o.height * d.y,
|
|
853
|
-
x: o.x * d.x - m.scrollLeft * d.x + l.x,
|
|
854
|
-
y: o.y * d.y - m.scrollTop * d.y + l.y
|
|
855
|
-
};
|
|
856
|
-
}
|
|
857
|
-
function Lo(t) {
|
|
858
|
-
return Array.from(t.getClientRects());
|
|
859
|
-
}
|
|
860
|
-
function me(t) {
|
|
861
|
-
return nt(q(t)).left + _t(t).scrollLeft;
|
|
862
|
-
}
|
|
863
|
-
function Do(t) {
|
|
864
|
-
const e = q(t), o = _t(t), n = t.ownerDocument.body, r = et(e.scrollWidth, e.clientWidth, n.scrollWidth, n.clientWidth), s = et(e.scrollHeight, e.clientHeight, n.scrollHeight, n.clientHeight);
|
|
865
|
-
let i = -o.scrollLeft + me(t);
|
|
866
|
-
const c = -o.scrollTop;
|
|
867
|
-
return B(n).direction === "rtl" && (i += et(e.clientWidth, n.clientWidth) - r), {
|
|
868
|
-
width: r,
|
|
869
|
-
height: s,
|
|
870
|
-
x: i,
|
|
871
|
-
y: c
|
|
872
|
-
};
|
|
873
|
-
}
|
|
874
|
-
function Mo(t, e) {
|
|
875
|
-
const o = N(t), n = q(t), r = o.visualViewport;
|
|
876
|
-
let s = n.clientWidth, i = n.clientHeight, c = 0, m = 0;
|
|
877
|
-
if (r) {
|
|
878
|
-
s = r.width, i = r.height;
|
|
879
|
-
const d = Mt();
|
|
880
|
-
(!d || d && e === "fixed") && (c = r.offsetLeft, m = r.offsetTop);
|
|
881
|
-
}
|
|
882
|
-
return {
|
|
883
|
-
width: s,
|
|
884
|
-
height: i,
|
|
885
|
-
x: c,
|
|
886
|
-
y: m
|
|
887
|
-
};
|
|
888
|
-
}
|
|
889
|
-
function Ho(t, e) {
|
|
890
|
-
const o = nt(t, !0, e === "fixed"), n = o.top + t.clientTop, r = o.left + t.clientLeft, s = K(t) ? rt(t) : Y(1), i = t.clientWidth * s.x, c = t.clientHeight * s.y, m = r * s.x, d = n * s.y;
|
|
891
|
-
return {
|
|
892
|
-
width: i,
|
|
893
|
-
height: c,
|
|
894
|
-
x: m,
|
|
895
|
-
y: d
|
|
896
|
-
};
|
|
897
|
-
}
|
|
898
|
-
function Yt(t, e, o) {
|
|
899
|
-
let n;
|
|
900
|
-
if (e === "viewport")
|
|
901
|
-
n = Mo(t, o);
|
|
902
|
-
else if (e === "document")
|
|
903
|
-
n = Do(q(t));
|
|
904
|
-
else if (H(e))
|
|
905
|
-
n = Ho(e, o);
|
|
906
|
-
else {
|
|
907
|
-
const r = ue(t);
|
|
908
|
-
n = {
|
|
909
|
-
...e,
|
|
910
|
-
x: e.x - r.x,
|
|
911
|
-
y: e.y - r.y
|
|
912
|
-
};
|
|
913
|
-
}
|
|
914
|
-
return kt(n);
|
|
915
|
-
}
|
|
916
|
-
function pe(t, e) {
|
|
917
|
-
const o = X(t);
|
|
918
|
-
return o === e || !H(o) || lt(o) ? !1 : B(o).position === "fixed" || pe(o, e);
|
|
919
|
-
}
|
|
920
|
-
function Bo(t, e) {
|
|
921
|
-
const o = e.get(t);
|
|
922
|
-
if (o)
|
|
923
|
-
return o;
|
|
924
|
-
let n = ft(t, [], !1).filter((c) => H(c) && ct(c) !== "body"), r = null;
|
|
925
|
-
const s = B(t).position === "fixed";
|
|
926
|
-
let i = s ? X(t) : t;
|
|
927
|
-
for (; H(i) && !lt(i); ) {
|
|
928
|
-
const c = B(i), m = Dt(i);
|
|
929
|
-
!m && c.position === "fixed" && (r = null), (s ? !m && !r : !m && c.position === "static" && !!r && ["absolute", "fixed"].includes(r.position) || yt(i) && !m && pe(t, i)) ? n = n.filter((l) => l !== i) : r = c, i = X(i);
|
|
930
|
-
}
|
|
931
|
-
return e.set(t, n), n;
|
|
932
|
-
}
|
|
933
|
-
function Fo(t) {
|
|
934
|
-
let {
|
|
935
|
-
element: e,
|
|
936
|
-
boundary: o,
|
|
937
|
-
rootBoundary: n,
|
|
938
|
-
strategy: r
|
|
939
|
-
} = t;
|
|
940
|
-
const i = [...o === "clippingAncestors" ? At(e) ? [] : Bo(e, this._c) : [].concat(o), n], c = i[0], m = i.reduce((d, l) => {
|
|
941
|
-
const p = Yt(e, l, r);
|
|
942
|
-
return d.top = et(p.top, d.top), d.right = at(p.right, d.right), d.bottom = at(p.bottom, d.bottom), d.left = et(p.left, d.left), d;
|
|
943
|
-
}, Yt(e, c, r));
|
|
944
|
-
return {
|
|
945
|
-
width: m.right - m.left,
|
|
946
|
-
height: m.bottom - m.top,
|
|
947
|
-
x: m.left,
|
|
948
|
-
y: m.top
|
|
949
|
-
};
|
|
950
|
-
}
|
|
951
|
-
function jo(t) {
|
|
952
|
-
const {
|
|
953
|
-
width: e,
|
|
954
|
-
height: o
|
|
955
|
-
} = de(t);
|
|
956
|
-
return {
|
|
957
|
-
width: e,
|
|
958
|
-
height: o
|
|
959
|
-
};
|
|
960
|
-
}
|
|
961
|
-
function Wo(t, e, o) {
|
|
962
|
-
const n = K(e), r = q(e), s = o === "fixed", i = nt(t, !0, s, e);
|
|
963
|
-
let c = {
|
|
964
|
-
scrollLeft: 0,
|
|
965
|
-
scrollTop: 0
|
|
966
|
-
};
|
|
967
|
-
const m = Y(0);
|
|
968
|
-
if (n || !n && !s)
|
|
969
|
-
if ((ct(e) !== "body" || yt(r)) && (c = _t(e)), n) {
|
|
970
|
-
const p = nt(e, !0, s, e);
|
|
971
|
-
m.x = p.x + e.clientLeft, m.y = p.y + e.clientTop;
|
|
972
|
-
} else r && (m.x = me(r));
|
|
973
|
-
const d = i.left + c.scrollLeft - m.x, l = i.top + c.scrollTop - m.y;
|
|
974
|
-
return {
|
|
975
|
-
x: d,
|
|
976
|
-
y: l,
|
|
977
|
-
width: i.width,
|
|
978
|
-
height: i.height
|
|
979
|
-
};
|
|
980
|
-
}
|
|
981
|
-
function It(t) {
|
|
982
|
-
return B(t).position === "static";
|
|
983
|
-
}
|
|
984
|
-
function Xt(t, e) {
|
|
985
|
-
return !K(t) || B(t).position === "fixed" ? null : e ? e(t) : t.offsetParent;
|
|
986
|
-
}
|
|
987
|
-
function fe(t, e) {
|
|
988
|
-
const o = N(t);
|
|
989
|
-
if (At(t))
|
|
990
|
-
return o;
|
|
991
|
-
if (!K(t)) {
|
|
992
|
-
let r = X(t);
|
|
993
|
-
for (; r && !lt(r); ) {
|
|
994
|
-
if (H(r) && !It(r))
|
|
995
|
-
return r;
|
|
996
|
-
r = X(r);
|
|
997
|
-
}
|
|
998
|
-
return o;
|
|
999
|
-
}
|
|
1000
|
-
let n = Xt(t, e);
|
|
1001
|
-
for (; n && Go(n) && It(n); )
|
|
1002
|
-
n = Xt(n, e);
|
|
1003
|
-
return n && lt(n) && It(n) && !Dt(n) ? o : n || Eo(t) || o;
|
|
1004
|
-
}
|
|
1005
|
-
const Ko = async function(t) {
|
|
1006
|
-
const e = this.getOffsetParent || fe, o = this.getDimensions, n = await o(t.floating);
|
|
1007
|
-
return {
|
|
1008
|
-
reference: Wo(t.reference, await e(t.floating), t.strategy),
|
|
1009
|
-
floating: {
|
|
1010
|
-
x: 0,
|
|
1011
|
-
y: 0,
|
|
1012
|
-
width: n.width,
|
|
1013
|
-
height: n.height
|
|
1014
|
-
}
|
|
1015
|
-
};
|
|
1016
|
-
};
|
|
1017
|
-
function Jo(t) {
|
|
1018
|
-
return B(t).direction === "rtl";
|
|
1019
|
-
}
|
|
1020
|
-
const qo = {
|
|
1021
|
-
convertOffsetParentRelativeRectToViewportRelativeRect: Vo,
|
|
1022
|
-
getDocumentElement: q,
|
|
1023
|
-
getClippingRect: Fo,
|
|
1024
|
-
getOffsetParent: fe,
|
|
1025
|
-
getElementRects: Ko,
|
|
1026
|
-
getClientRects: Lo,
|
|
1027
|
-
getDimensions: jo,
|
|
1028
|
-
getScale: rt,
|
|
1029
|
-
isElement: H,
|
|
1030
|
-
isRTL: Jo
|
|
1031
|
-
};
|
|
1032
|
-
function Uo(t, e) {
|
|
1033
|
-
let o = null, n;
|
|
1034
|
-
const r = q(t);
|
|
1035
|
-
function s() {
|
|
1036
|
-
var c;
|
|
1037
|
-
clearTimeout(n), (c = o) == null || c.disconnect(), o = null;
|
|
1038
|
-
}
|
|
1039
|
-
function i(c, m) {
|
|
1040
|
-
c === void 0 && (c = !1), m === void 0 && (m = 1), s();
|
|
1041
|
-
const {
|
|
1042
|
-
left: d,
|
|
1043
|
-
top: l,
|
|
1044
|
-
width: p,
|
|
1045
|
-
height: y
|
|
1046
|
-
} = t.getBoundingClientRect();
|
|
1047
|
-
if (c || e(), !p || !y)
|
|
1048
|
-
return;
|
|
1049
|
-
const g = wt(l), a = wt(r.clientWidth - (d + p)), f = wt(r.clientHeight - (l + y)), h = wt(d), k = {
|
|
1050
|
-
rootMargin: -g + "px " + -a + "px " + -f + "px " + -h + "px",
|
|
1051
|
-
threshold: et(0, at(1, m)) || 1
|
|
1052
|
-
};
|
|
1053
|
-
let S = !0;
|
|
1054
|
-
function I(_) {
|
|
1055
|
-
const L = _[0].intersectionRatio;
|
|
1056
|
-
if (L !== m) {
|
|
1057
|
-
if (!S)
|
|
1058
|
-
return i();
|
|
1059
|
-
L ? i(!1, L) : n = setTimeout(() => {
|
|
1060
|
-
i(!1, 1e-7);
|
|
1061
|
-
}, 1e3);
|
|
1062
|
-
}
|
|
1063
|
-
S = !1;
|
|
1064
|
-
}
|
|
1065
|
-
try {
|
|
1066
|
-
o = new IntersectionObserver(I, {
|
|
1067
|
-
...k,
|
|
1068
|
-
// Handle <iframe>s
|
|
1069
|
-
root: r.ownerDocument
|
|
1070
|
-
});
|
|
1071
|
-
} catch {
|
|
1072
|
-
o = new IntersectionObserver(I, k);
|
|
1073
|
-
}
|
|
1074
|
-
o.observe(t);
|
|
1075
|
-
}
|
|
1076
|
-
return i(!0), s;
|
|
1077
|
-
}
|
|
1078
|
-
function Yo(t, e, o, n) {
|
|
1079
|
-
n === void 0 && (n = {});
|
|
1080
|
-
const {
|
|
1081
|
-
ancestorScroll: r = !0,
|
|
1082
|
-
ancestorResize: s = !0,
|
|
1083
|
-
elementResize: i = typeof ResizeObserver == "function",
|
|
1084
|
-
layoutShift: c = typeof IntersectionObserver == "function",
|
|
1085
|
-
animationFrame: m = !1
|
|
1086
|
-
} = n, d = Ht(t), l = r || s ? [...d ? ft(d) : [], ...ft(e)] : [];
|
|
1087
|
-
l.forEach((T) => {
|
|
1088
|
-
r && T.addEventListener("scroll", o, {
|
|
1089
|
-
passive: !0
|
|
1090
|
-
}), s && T.addEventListener("resize", o);
|
|
1091
|
-
});
|
|
1092
|
-
const p = d && c ? Uo(d, o) : null;
|
|
1093
|
-
let y = -1, g = null;
|
|
1094
|
-
i && (g = new ResizeObserver((T) => {
|
|
1095
|
-
let [k] = T;
|
|
1096
|
-
k && k.target === d && g && (g.unobserve(e), cancelAnimationFrame(y), y = requestAnimationFrame(() => {
|
|
1097
|
-
var S;
|
|
1098
|
-
(S = g) == null || S.observe(e);
|
|
1099
|
-
})), o();
|
|
1100
|
-
}), d && !m && g.observe(d), g.observe(e));
|
|
1101
|
-
let a, f = m ? nt(t) : null;
|
|
1102
|
-
m && h();
|
|
1103
|
-
function h() {
|
|
1104
|
-
const T = nt(t);
|
|
1105
|
-
f && (T.x !== f.x || T.y !== f.y || T.width !== f.width || T.height !== f.height) && o(), f = T, a = requestAnimationFrame(h);
|
|
1106
|
-
}
|
|
1107
|
-
return o(), () => {
|
|
1108
|
-
var T;
|
|
1109
|
-
l.forEach((k) => {
|
|
1110
|
-
r && k.removeEventListener("scroll", o), s && k.removeEventListener("resize", o);
|
|
1111
|
-
}), p == null || p(), (T = g) == null || T.disconnect(), g = null, m && cancelAnimationFrame(a);
|
|
1112
|
-
};
|
|
1113
|
-
}
|
|
1114
|
-
const Xo = Io, Zo = Co, Qo = $o, Zt = zo, tn = (t, e, o) => {
|
|
1115
|
-
const n = /* @__PURE__ */ new Map(), r = {
|
|
1116
|
-
platform: qo,
|
|
1117
|
-
...o
|
|
1118
|
-
}, s = {
|
|
1119
|
-
...r.platform,
|
|
1120
|
-
_c: n
|
|
1121
|
-
};
|
|
1122
|
-
return _o(t, e, {
|
|
1123
|
-
...r,
|
|
1124
|
-
platform: s
|
|
1125
|
-
});
|
|
1126
|
-
};
|
|
1127
|
-
function en({ middleware: t, placement: e = null, strategy: o, append: n, enabled: r }) {
|
|
1128
|
-
const s = O(null), i = O(null), c = O(null), m = O(null), d = O(null), l = O(null), p = O(null), y = O(o ?? "absolute"), g = O(null), a = () => {
|
|
1129
|
-
!s.value || !i.value || tn(s.value, i.value, {
|
|
1130
|
-
middleware: t,
|
|
1131
|
-
placement: e,
|
|
1132
|
-
strategy: o
|
|
1133
|
-
}).then((h) => {
|
|
1134
|
-
c.value = h.x, m.value = h.y, y.value = h.strategy, d.value = h.middlewareData.arrow.x, l.value = h.middlewareData.arrow.y, p.value = h.placement;
|
|
1135
|
-
});
|
|
1136
|
-
};
|
|
1137
|
-
Ct(
|
|
1138
|
-
() => ({
|
|
1139
|
-
reference: u(s),
|
|
1140
|
-
floating: u(i),
|
|
1141
|
-
append: u(n)
|
|
1142
|
-
}),
|
|
1143
|
-
({ floating: h, append: T }) => {
|
|
1144
|
-
T && Ke(h, T), a();
|
|
1145
|
-
},
|
|
1146
|
-
{ flush: "post" }
|
|
1147
|
-
), Ct(
|
|
1148
|
-
r,
|
|
1149
|
-
(h) => {
|
|
1150
|
-
if (!(!s.value || !i.value)) {
|
|
1151
|
-
if (!h) return f();
|
|
1152
|
-
g.value = Yo(s.value, i.value, a, {});
|
|
1153
|
-
}
|
|
1154
|
-
},
|
|
1155
|
-
{ flush: "post" }
|
|
1156
|
-
);
|
|
1157
|
-
const f = () => {
|
|
1158
|
-
var h;
|
|
1159
|
-
(h = g.value) == null || h.call(g), g.value = null;
|
|
1160
|
-
};
|
|
1161
|
-
return {
|
|
1162
|
-
x: c,
|
|
1163
|
-
y: m,
|
|
1164
|
-
arrowX: d,
|
|
1165
|
-
arrowY: l,
|
|
1166
|
-
placement: p,
|
|
1167
|
-
reference: s,
|
|
1168
|
-
floating: i,
|
|
1169
|
-
strategy: y,
|
|
1170
|
-
update: a
|
|
1171
|
-
};
|
|
1172
|
-
}
|
|
1173
|
-
const on = (t) => {
|
|
1174
|
-
const { element: e, padding: o } = t;
|
|
1175
|
-
return {
|
|
1176
|
-
name: "arrow",
|
|
1177
|
-
options: t,
|
|
1178
|
-
fn(n) {
|
|
1179
|
-
return ze(e) ? e.value != null ? Zt({ element: e.value, padding: o }).fn(n) : {} : e ? Zt({ element: e, padding: o }).fn(n) : {};
|
|
1180
|
-
}
|
|
1181
|
-
};
|
|
1182
|
-
}, nn = ["data-placement"], he = {
|
|
1183
|
-
__name: "FloatingPanel",
|
|
1184
|
-
props: {
|
|
1185
|
-
disabled: {
|
|
1186
|
-
type: Boolean,
|
|
1187
|
-
default: !1
|
|
1188
|
-
},
|
|
1189
|
-
placement: {
|
|
1190
|
-
type: String,
|
|
1191
|
-
default: "bottom"
|
|
1192
|
-
},
|
|
1193
|
-
theme: {
|
|
1194
|
-
type: String,
|
|
1195
|
-
default: "tooltip"
|
|
1196
|
-
},
|
|
1197
|
-
content: {
|
|
1198
|
-
type: String,
|
|
1199
|
-
default: ""
|
|
1200
|
-
},
|
|
1201
|
-
appendTo: {
|
|
1202
|
-
type: [Object, String],
|
|
1203
|
-
default: "body"
|
|
1204
|
-
},
|
|
1205
|
-
offset: {
|
|
1206
|
-
type: Number,
|
|
1207
|
-
default: 2
|
|
1208
|
-
}
|
|
1209
|
-
},
|
|
1210
|
-
setup(t) {
|
|
1211
|
-
const e = t, o = O(!1), n = O(null), { x: r, y: s, arrowX: i, arrowY: c, placement: m, reference: d, floating: l, strategy: p } = en({
|
|
1212
|
-
placement: e.placement,
|
|
1213
|
-
middleware: [Qo(), Zo({ padding: 5 }), Xo(e.offset), on({ element: n, padding: 5 })],
|
|
1214
|
-
append: $(() => e.appendTo),
|
|
1215
|
-
enabled: o
|
|
1216
|
-
}), y = () => {
|
|
1217
|
-
e.disabled || o.value || (o.value = !0);
|
|
1218
|
-
}, g = (h) => {
|
|
1219
|
-
o.value && h && (o.value = !1);
|
|
1220
|
-
}, a = (h) => {
|
|
1221
|
-
d.value = h;
|
|
1222
|
-
}, f = {
|
|
1223
|
-
mouseenter: y,
|
|
1224
|
-
mouseleave: g,
|
|
1225
|
-
focus: y,
|
|
1226
|
-
blur: g
|
|
1227
|
-
};
|
|
1228
|
-
return Ce(l, (h) => {
|
|
1229
|
-
var T;
|
|
1230
|
-
(T = d.value) != null && T.contains(h.target) || g();
|
|
1231
|
-
}), (h, T) => (v(), w(M, null, [
|
|
1232
|
-
R(h.$slots, "default", {
|
|
1233
|
-
setRef: a,
|
|
1234
|
-
show: y,
|
|
1235
|
-
hide: g,
|
|
1236
|
-
events: f
|
|
1237
|
-
}),
|
|
1238
|
-
b("div", {
|
|
1239
|
-
ref_key: "floating",
|
|
1240
|
-
ref: l,
|
|
1241
|
-
"data-placement": u(m),
|
|
1242
|
-
style: Bt({
|
|
1243
|
-
position: u(p),
|
|
1244
|
-
top: u(s) ? `${u(s)}px` : "",
|
|
1245
|
-
left: u(r) ? `${u(r)}px` : ""
|
|
1246
|
-
})
|
|
1247
|
-
}, [
|
|
1248
|
-
C($e, {
|
|
1249
|
-
name: "transition-fade",
|
|
1250
|
-
mode: "out-in"
|
|
1251
|
-
}, {
|
|
1252
|
-
default: P(() => [
|
|
1253
|
-
o.value ? (v(), w("div", {
|
|
1254
|
-
key: 0,
|
|
1255
|
-
class: z(["floating-content", [`is-${e.theme}`]])
|
|
1256
|
-
}, [
|
|
1257
|
-
R(h.$slots, "content", { close: g }, () => [
|
|
1258
|
-
D(x(t.content), 1)
|
|
1259
|
-
]),
|
|
1260
|
-
b("div", {
|
|
1261
|
-
ref_key: "arrowRef",
|
|
1262
|
-
ref: n,
|
|
1263
|
-
class: "is-arrow",
|
|
1264
|
-
style: Bt({
|
|
1265
|
-
position: u(p),
|
|
1266
|
-
top: u(c) ? `${u(c)}px` : "",
|
|
1267
|
-
left: u(i) ? `${u(i)}px` : ""
|
|
1268
|
-
})
|
|
1269
|
-
}, null, 4)
|
|
1270
|
-
], 2)) : A("", !0)
|
|
1271
|
-
]),
|
|
1272
|
-
_: 3
|
|
1273
|
-
})
|
|
1274
|
-
], 12, nn)
|
|
1275
|
-
], 64));
|
|
1276
|
-
}
|
|
1277
|
-
}, sn = ["onMouseenter", "onMouseleave", "onFocus", "onBlur", "onClick", "onKeydown", "tabindex"], rn = { key: 0 }, an = ["colspan"], ln = { key: 1 }, cn = ["colspan"], ge = {
|
|
1278
|
-
__name: "DataTable",
|
|
1279
|
-
props: {
|
|
1280
|
-
columns: {
|
|
1281
|
-
type: Object,
|
|
1282
|
-
default: () => ({})
|
|
1283
|
-
},
|
|
1284
|
-
rows: {
|
|
1285
|
-
type: Array,
|
|
1286
|
-
default: () => []
|
|
1287
|
-
},
|
|
1288
|
-
sort: {
|
|
1289
|
-
type: Object,
|
|
1290
|
-
default: () => ({})
|
|
1291
|
-
},
|
|
1292
|
-
isLoading: {
|
|
1293
|
-
type: Boolean,
|
|
1294
|
-
default: !1
|
|
1295
|
-
},
|
|
1296
|
-
appendTo: {
|
|
1297
|
-
type: [Object, String],
|
|
1298
|
-
default: null
|
|
1299
|
-
}
|
|
1300
|
-
},
|
|
1301
|
-
emits: ["sort"],
|
|
1302
|
-
setup(t, { emit: e }) {
|
|
1303
|
-
const o = t, { isLoading: n, appendTo: r } = Nt(o), s = Ge(n, { delay: Fe }), i = e, { t: c } = Z(), m = U("table"), d = $(() => o.columns), l = $(() => Object.keys(o.columns).length), p = (y, g) => {
|
|
1304
|
-
y.sortOrders && i("sort", { target: g, orders: y.sortOrders });
|
|
1305
|
-
};
|
|
1306
|
-
return (y, g) => (v(), w("table", {
|
|
1307
|
-
class: z(u(m))
|
|
1308
|
-
}, [
|
|
1309
|
-
b("thead", null, [
|
|
1310
|
-
b("tr", null, [
|
|
1311
|
-
(v(!0), w(M, null, tt(d.value, (a, f) => (v(), E(he, {
|
|
1312
|
-
key: f,
|
|
1313
|
-
placement: "top",
|
|
1314
|
-
content: a.tooltip,
|
|
1315
|
-
disabled: !a.tooltip,
|
|
1316
|
-
"append-to": u(r)
|
|
1317
|
-
}, {
|
|
1318
|
-
default: P(({ setRef: h, show: T, hide: k }) => [
|
|
1319
|
-
b("th", {
|
|
1320
|
-
ref_for: !0,
|
|
1321
|
-
ref: h,
|
|
1322
|
-
class: z([
|
|
1323
|
-
[a.class],
|
|
1324
|
-
{
|
|
1325
|
-
"is-active": f === t.sort.sortTarget && t.sort.orders[0].direction !== u(zt),
|
|
1326
|
-
"is-sortable": a.sortOrders,
|
|
1327
|
-
"is-desc": f === t.sort.sortTarget && t.sort.orders[0].direction === u(Wt),
|
|
1328
|
-
"is-asc": f === t.sort.sortTarget && t.sort.orders[0].direction === u(Kt)
|
|
1329
|
-
}
|
|
1330
|
-
]),
|
|
1331
|
-
onMouseenter: T,
|
|
1332
|
-
onMouseleave: k,
|
|
1333
|
-
onFocus: T,
|
|
1334
|
-
onBlur: k,
|
|
1335
|
-
onClick: (S) => p(a, f),
|
|
1336
|
-
onKeydown: [
|
|
1337
|
-
Ft(it((S) => p(a, f), ["prevent"]), ["space"]),
|
|
1338
|
-
Ft(it((S) => p(a, f), ["prevent"]), ["enter"])
|
|
1339
|
-
],
|
|
1340
|
-
tabindex: a.sortOrders ? 0 : -1,
|
|
1341
|
-
role: "button"
|
|
1342
|
-
}, [
|
|
1343
|
-
R(y.$slots, `header-${f}`, { column: a }, () => [
|
|
1344
|
-
D(x(a.label), 1)
|
|
1345
|
-
]),
|
|
1346
|
-
a.sortOrders && f !== t.sort.sortTarget ? (v(), E(u(Jt), {
|
|
1347
|
-
key: 0,
|
|
1348
|
-
class: "is-icon-sort"
|
|
1349
|
-
})) : A("", !0),
|
|
1350
|
-
f === t.sort.sortTarget && t.sort.orders[0].direction === u(zt) ? (v(), E(u(Jt), {
|
|
1351
|
-
key: 1,
|
|
1352
|
-
class: "is-icon-sort"
|
|
1353
|
-
})) : A("", !0),
|
|
1354
|
-
f === t.sort.sortTarget && t.sort.orders[0].direction === u(Wt) ? (v(), E(u(fo), {
|
|
1355
|
-
key: 2,
|
|
1356
|
-
class: "is-icon-sort"
|
|
1357
|
-
})) : A("", !0),
|
|
1358
|
-
f === t.sort.sortTarget && t.sort.orders[0].direction === u(Kt) ? (v(), E(u(bo), {
|
|
1359
|
-
key: 3,
|
|
1360
|
-
class: "is-icon-sort"
|
|
1361
|
-
})) : A("", !0)
|
|
1362
|
-
], 42, sn)
|
|
1363
|
-
]),
|
|
1364
|
-
_: 2
|
|
1365
|
-
}, 1032, ["content", "disabled", "append-to"]))), 128))
|
|
1366
|
-
])
|
|
1367
|
-
]),
|
|
1368
|
-
b("tbody", null, [
|
|
1369
|
-
(v(!0), w(M, null, tt(o.rows, (a, f) => (v(), w("tr", {
|
|
1370
|
-
key: f,
|
|
1371
|
-
class: z(a.rowClasses)
|
|
1372
|
-
}, [
|
|
1373
|
-
(v(!0), w(M, null, tt(d.value, (h, T) => (v(), w("td", {
|
|
1374
|
-
key: T,
|
|
1375
|
-
class: z([
|
|
1376
|
-
[h.class],
|
|
1377
|
-
{
|
|
1378
|
-
"is-active": T === t.sort.sortTarget && t.sort.orders[0].direction !== u(zt),
|
|
1379
|
-
"is-zero": a[T] == 0 || a[T] == "00:00"
|
|
1380
|
-
}
|
|
1381
|
-
])
|
|
1382
|
-
}, [
|
|
1383
|
-
R(y.$slots, `cell-${T}`, {
|
|
1384
|
-
row: a,
|
|
1385
|
-
prop: T
|
|
1386
|
-
}, () => [
|
|
1387
|
-
D(x(a[T]), 1)
|
|
1388
|
-
])
|
|
1389
|
-
], 2))), 128))
|
|
1390
|
-
], 2))), 128))
|
|
1391
|
-
]),
|
|
1392
|
-
u(s) && t.rows.length === 0 ? (v(), w("tfoot", rn, [
|
|
1393
|
-
b("tr", null, [
|
|
1394
|
-
b("td", { colspan: l.value }, [
|
|
1395
|
-
R(y.$slots, "loading", {}, () => [
|
|
1396
|
-
D(x(u(c)("common.loading")), 1)
|
|
1397
|
-
])
|
|
1398
|
-
], 8, an)
|
|
1399
|
-
])
|
|
1400
|
-
])) : A("", !0),
|
|
1401
|
-
t.rows.length === 0 && !u(n) && !u(s) ? (v(), w("tfoot", ln, [
|
|
1402
|
-
b("tr", null, [
|
|
1403
|
-
b("td", { colspan: l.value }, [
|
|
1404
|
-
R(y.$slots, "empty", {}, () => [
|
|
1405
|
-
D(x(u(c)("common.noData")), 1)
|
|
1406
|
-
])
|
|
1407
|
-
], 8, cn)
|
|
1408
|
-
])
|
|
1409
|
-
])) : A("", !0)
|
|
1410
|
-
], 2));
|
|
1411
|
-
}
|
|
1412
|
-
}, dn = {
|
|
1413
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1414
|
-
viewBox: "0 0 24 24",
|
|
1415
|
-
fill: "none",
|
|
1416
|
-
stroke: "currentColor",
|
|
1417
|
-
"stroke-width": "2",
|
|
1418
|
-
"stroke-linecap": "round",
|
|
1419
|
-
"stroke-linejoin": "round"
|
|
1420
|
-
}, un = /* @__PURE__ */ b("path", { d: "M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" }, null, -1), mn = /* @__PURE__ */ b("line", {
|
|
1421
|
-
x1: "12",
|
|
1422
|
-
y1: "9",
|
|
1423
|
-
x2: "12",
|
|
1424
|
-
y2: "13"
|
|
1425
|
-
}, null, -1), pn = /* @__PURE__ */ b("line", {
|
|
1426
|
-
x1: "12",
|
|
1427
|
-
y1: "17",
|
|
1428
|
-
x2: "12.01",
|
|
1429
|
-
y2: "17"
|
|
1430
|
-
}, null, -1), fn = [
|
|
1431
|
-
un,
|
|
1432
|
-
mn,
|
|
1433
|
-
pn
|
|
1434
|
-
];
|
|
1435
|
-
function hn(t, e) {
|
|
1436
|
-
return v(), w("svg", dn, [...fn]);
|
|
1437
|
-
}
|
|
1438
|
-
const gn = { render: hn }, Pr = {
|
|
1439
|
-
__name: "ErrorNotice",
|
|
1440
|
-
props: {
|
|
1441
|
-
error: {
|
|
1442
|
-
type: Object,
|
|
1443
|
-
default: () => ({})
|
|
1444
|
-
}
|
|
1445
|
-
},
|
|
1446
|
-
setup(t) {
|
|
1447
|
-
const e = t, { t: o, hasTranslation: n } = Z(), r = U("error-notice"), s = $(() => {
|
|
1448
|
-
var i;
|
|
1449
|
-
return n(`errors.${e.error.key}`) ? o(`errors.${e.error.key}`, e.error.cause) : `${e.error.key}: ${(i = e.error) == null ? void 0 : i.message}`;
|
|
1450
|
-
});
|
|
1451
|
-
return (i, c) => (v(), w("div", {
|
|
1452
|
-
class: z(u(r))
|
|
1453
|
-
}, [
|
|
1454
|
-
C(u(gn), {
|
|
1455
|
-
class: "icon",
|
|
1456
|
-
width: "20",
|
|
1457
|
-
height: "20"
|
|
1458
|
-
}),
|
|
1459
|
-
b("span", null, x(s.value), 1)
|
|
1460
|
-
], 2));
|
|
1461
|
-
}
|
|
1462
|
-
}, kr = {
|
|
1463
|
-
__name: "ErrorProvider",
|
|
1464
|
-
setup(t) {
|
|
1465
|
-
const { message: e, hasError: o, error: n } = Ee();
|
|
1466
|
-
return (r, s) => R(r.$slots, "default", {
|
|
1467
|
-
message: u(e),
|
|
1468
|
-
error: u(n),
|
|
1469
|
-
hasError: u(o)
|
|
1470
|
-
});
|
|
1471
|
-
}
|
|
1472
|
-
}, yn = {
|
|
1473
|
-
"undefined-column": "A(z) {column} oszlop nem létezik!",
|
|
1474
|
-
"invalid-season-name": "Érvénytelen szezon név",
|
|
1475
|
-
"api-key-not-found": "API Kulcs nem megfelelő"
|
|
1476
|
-
}, vn = {
|
|
1477
|
-
loading: "Töltődés...",
|
|
1478
|
-
noData: "Nincs megjeleníthető adat",
|
|
1479
|
-
selectTimezone: "*Minden időpont a számítógép időzónája szerint jelenik meg ({timezone}). Váltás: ",
|
|
1480
|
-
hungary: "Magyarország",
|
|
1481
|
-
romania: "Románia",
|
|
1482
|
-
shootoutShort: "SU.",
|
|
1483
|
-
overtimeShort: "HU.",
|
|
1484
|
-
all: "Mind",
|
|
1485
|
-
report: "Jegyzőkönyv",
|
|
1486
|
-
video: "Videó"
|
|
1487
|
-
}, bn = {
|
|
1488
|
-
inheritedPoints: {
|
|
1489
|
-
prependix: "A megelőző bajnokság szakaszban elért eredménye alapján",
|
|
1490
|
-
content: "{team} csapata {points}",
|
|
1491
|
-
appendix: "többletponttal rendelkezik."
|
|
1492
|
-
},
|
|
1493
|
-
penaltyPoints: {
|
|
1494
|
-
prependix: "* Fegyelmi Bizottság döntése alapján:",
|
|
1495
|
-
content: "{team} csapatától {points} pont",
|
|
1496
|
-
appendix: "levonva."
|
|
1497
|
-
}
|
|
1498
|
-
}, wn = {
|
|
1499
|
-
blank: "#",
|
|
1500
|
-
team: {
|
|
1501
|
-
short: "Csapat",
|
|
1502
|
-
tooltip: "Csapatnév"
|
|
1503
|
-
},
|
|
1504
|
-
game: {
|
|
1505
|
-
short: "GP",
|
|
1506
|
-
tooltip: "Mérkőzésszám"
|
|
1507
|
-
},
|
|
1508
|
-
wins: {
|
|
1509
|
-
short: "W",
|
|
1510
|
-
tooltip: "Győzelem"
|
|
1511
|
-
},
|
|
1512
|
-
draw: {
|
|
1513
|
-
short: "D",
|
|
1514
|
-
tooltip: "Döntetlen"
|
|
1515
|
-
},
|
|
1516
|
-
otw: {
|
|
1517
|
-
short: "OTW",
|
|
1518
|
-
tooltip: "Győzelem Hosszabbításban"
|
|
1519
|
-
},
|
|
1520
|
-
sow: {
|
|
1521
|
-
short: "SOW",
|
|
1522
|
-
tooltip: "Győzelem Szétlövésben"
|
|
1523
|
-
},
|
|
1524
|
-
sol: {
|
|
1525
|
-
short: "SOL",
|
|
1526
|
-
tooltip: "Vereség Szétlövésben"
|
|
1527
|
-
},
|
|
1528
|
-
otl: {
|
|
1529
|
-
short: "OTL",
|
|
1530
|
-
tooltip: "Vereség Hosszabbításban"
|
|
1531
|
-
},
|
|
1532
|
-
losses: {
|
|
1533
|
-
short: "L",
|
|
1534
|
-
tooltip: "Vereség"
|
|
1535
|
-
},
|
|
1536
|
-
goalFor: {
|
|
1537
|
-
short: "GF",
|
|
1538
|
-
tooltip: "Szerzett Gól"
|
|
1539
|
-
},
|
|
1540
|
-
goalAgainst: {
|
|
1541
|
-
short: "GA",
|
|
1542
|
-
tooltip: "Kapott Gól"
|
|
1543
|
-
},
|
|
1544
|
-
goalDiff: {
|
|
1545
|
-
short: "GD",
|
|
1546
|
-
tooltip: "Gólkülönbség"
|
|
1547
|
-
},
|
|
1548
|
-
name: {
|
|
1549
|
-
short: "Név",
|
|
1550
|
-
tooltip: "Játékosnév"
|
|
1551
|
-
},
|
|
1552
|
-
goals: {
|
|
1553
|
-
short: "G",
|
|
1554
|
-
tooltip: "Gólok"
|
|
1555
|
-
},
|
|
1556
|
-
assists: {
|
|
1557
|
-
short: "A",
|
|
1558
|
-
tooltip: "Gólpasszok"
|
|
1559
|
-
},
|
|
1560
|
-
points: {
|
|
1561
|
-
short: "P",
|
|
1562
|
-
tooltip: "Pontok"
|
|
1563
|
-
},
|
|
1564
|
-
plusMinus: {
|
|
1565
|
-
short: "+/-",
|
|
1566
|
-
tooltip: "Plussz/Minusz"
|
|
1567
|
-
},
|
|
1568
|
-
sog: {
|
|
1569
|
-
short: "S",
|
|
1570
|
-
tooltip: "Lövések"
|
|
1571
|
-
},
|
|
1572
|
-
sogPercent: {
|
|
1573
|
-
short: "S%",
|
|
1574
|
-
tooltip: "Lövés Hatékonyság"
|
|
1575
|
-
},
|
|
1576
|
-
gameName: {
|
|
1577
|
-
short: "#",
|
|
1578
|
-
tooltip: "Mérkőzés Sorszáma"
|
|
1579
|
-
},
|
|
1580
|
-
gameDate: {
|
|
1581
|
-
short: "Dátum",
|
|
1582
|
-
tooltip: "Mérkőzés Dátuma"
|
|
1583
|
-
},
|
|
1584
|
-
gameDateTime: {
|
|
1585
|
-
short: "*Idő ({offsetName})",
|
|
1586
|
-
tooltip: "Mérkőzés kezdési ideje (Zóna neve)"
|
|
1587
|
-
},
|
|
1588
|
-
homeTeam: {
|
|
1589
|
-
short: "Hazai",
|
|
1590
|
-
tooltip: "Hazai Csapat"
|
|
1591
|
-
},
|
|
1592
|
-
awayTeam: {
|
|
1593
|
-
short: "Vendég",
|
|
1594
|
-
tooltip: "Vendég Csapat"
|
|
1595
|
-
},
|
|
1596
|
-
location: {
|
|
1597
|
-
short: "Helyszín",
|
|
1598
|
-
tooltip: "Mérkőzés Helyszíne"
|
|
1599
|
-
},
|
|
1600
|
-
broadcast: {
|
|
1601
|
-
short: "TV",
|
|
1602
|
-
tooltip: "TV Közvetítés"
|
|
1603
|
-
},
|
|
1604
|
-
minorPenalties: {
|
|
1605
|
-
short: "MINOR",
|
|
1606
|
-
tooltip: "Kisbüntetés (2p)"
|
|
1607
|
-
},
|
|
1608
|
-
majorPenalties: {
|
|
1609
|
-
short: "MAJOR",
|
|
1610
|
-
tooltip: "Büntetés (5p)"
|
|
1611
|
-
},
|
|
1612
|
-
misconducts: {
|
|
1613
|
-
short: "MISC",
|
|
1614
|
-
tooltip: "Fegyelmi büntetés (10p)"
|
|
1615
|
-
},
|
|
1616
|
-
gameMisconducts: {
|
|
1617
|
-
short: "GA-MI",
|
|
1618
|
-
tooltip: "Fegyelmi büntetés (20p)"
|
|
1619
|
-
},
|
|
1620
|
-
matchPenalties: {
|
|
1621
|
-
short: "MATCH",
|
|
1622
|
-
tooltip: "Végleges kiállítások (25p)"
|
|
1623
|
-
},
|
|
1624
|
-
pim: {
|
|
1625
|
-
short: "BÜP",
|
|
1626
|
-
tooltip: "Büntetés Percek"
|
|
1627
|
-
},
|
|
1628
|
-
pimPerGame: {
|
|
1629
|
-
short: "BÜP/M",
|
|
1630
|
-
tooltip: "Mérkőzésenkénti Büntetés Percek"
|
|
1631
|
-
},
|
|
1632
|
-
gpgk: {
|
|
1633
|
-
short: "GP",
|
|
1634
|
-
tooltip: "Mérkőzésre Nevezve"
|
|
1635
|
-
},
|
|
1636
|
-
gpi: {
|
|
1637
|
-
short: "GPI",
|
|
1638
|
-
tooltip: "Mérkőzésen Játszott"
|
|
1639
|
-
},
|
|
1640
|
-
toi: {
|
|
1641
|
-
short: "TOI",
|
|
1642
|
-
tooltip: "Jégen Töltött Idő"
|
|
1643
|
-
},
|
|
1644
|
-
toiPercent: {
|
|
1645
|
-
short: "TOI%",
|
|
1646
|
-
tooltip: "Jégen Töltött Idő Százalék"
|
|
1647
|
-
},
|
|
1648
|
-
ga: {
|
|
1649
|
-
short: "GA",
|
|
1650
|
-
tooltip: "Kapott Gól"
|
|
1651
|
-
},
|
|
1652
|
-
gaa: {
|
|
1653
|
-
short: "GAA",
|
|
1654
|
-
tooltip: "Kapott Gólátlag"
|
|
1655
|
-
},
|
|
1656
|
-
sa: {
|
|
1657
|
-
short: "SA",
|
|
1658
|
-
tooltip: "Kapott Lövés"
|
|
1659
|
-
},
|
|
1660
|
-
svs: {
|
|
1661
|
-
short: "SVS",
|
|
1662
|
-
tooltip: "Védett Lövés"
|
|
1663
|
-
},
|
|
1664
|
-
svsPercent: {
|
|
1665
|
-
short: "VH%",
|
|
1666
|
-
tooltip: "Védés Hatékonyság"
|
|
1667
|
-
},
|
|
1668
|
-
homeHeader: {
|
|
1669
|
-
short: "Hazai:",
|
|
1670
|
-
tooltip: ""
|
|
1671
|
-
},
|
|
1672
|
-
awayHeader: {
|
|
1673
|
-
short: "Vendég:",
|
|
1674
|
-
tooltip: ""
|
|
1675
|
-
},
|
|
1676
|
-
totalHeader: {
|
|
1677
|
-
short: "Összes:",
|
|
1678
|
-
tooltip: ""
|
|
1679
|
-
},
|
|
1680
|
-
homeGame: {
|
|
1681
|
-
short: "M",
|
|
1682
|
-
tooltip: "Hazai Mérkőzés"
|
|
1683
|
-
},
|
|
1684
|
-
awayGame: {
|
|
1685
|
-
short: "M",
|
|
1686
|
-
tooltip: "Vendég Mérkőzés"
|
|
1687
|
-
},
|
|
1688
|
-
totalGame: {
|
|
1689
|
-
short: "M",
|
|
1690
|
-
tooltip: "Összes Mérkőzés"
|
|
1691
|
-
},
|
|
1692
|
-
homeAttendance: {
|
|
1693
|
-
short: "Nézőszám",
|
|
1694
|
-
tooltip: "Hazai Néző"
|
|
1695
|
-
},
|
|
1696
|
-
awayAttendance: {
|
|
1697
|
-
short: "Nézőszám",
|
|
1698
|
-
tooltip: "Vendég Néző"
|
|
1699
|
-
},
|
|
1700
|
-
totalAttendance: {
|
|
1701
|
-
short: "Nézőszám",
|
|
1702
|
-
tooltip: "Összes Néző"
|
|
1703
|
-
},
|
|
1704
|
-
homeAttendanceAvg: {
|
|
1705
|
-
short: "Átlag",
|
|
1706
|
-
tooltip: "Hazi Néző Átlag"
|
|
1707
|
-
},
|
|
1708
|
-
awayAttendanceAvg: {
|
|
1709
|
-
short: "Átlag",
|
|
1710
|
-
tooltip: "Vendég Néző Átlag"
|
|
1711
|
-
},
|
|
1712
|
-
totalAttendanceAvg: {
|
|
1713
|
-
short: "Átlag",
|
|
1714
|
-
tooltip: "Összes Néző Átlag"
|
|
1715
|
-
},
|
|
1716
|
-
powerplayDisadvantages: {
|
|
1717
|
-
short: "DVG",
|
|
1718
|
-
tooltip: "Emberhátrányok"
|
|
1719
|
-
},
|
|
1720
|
-
dvgTime: {
|
|
1721
|
-
short: "DVG-T",
|
|
1722
|
-
tooltip: "Emberhátrányban Töltött Idő"
|
|
1723
|
-
},
|
|
1724
|
-
dvgTimePP1: {
|
|
1725
|
-
short: "DVG-T PP1",
|
|
1726
|
-
tooltip: "Szimpla emberhátrányban töltött idő"
|
|
1727
|
-
},
|
|
1728
|
-
dvgTimePP2: {
|
|
1729
|
-
short: "DVG-T PP2",
|
|
1730
|
-
tooltip: "Kettős emberhátrányban töltött idő"
|
|
1731
|
-
},
|
|
1732
|
-
ppga: {
|
|
1733
|
-
short: "PPGA",
|
|
1734
|
-
tooltip: "Emberhátrányban kapott gólok"
|
|
1735
|
-
},
|
|
1736
|
-
shgf: {
|
|
1737
|
-
short: "SHGF",
|
|
1738
|
-
tooltip: "Emberhátrányban szerzett gól"
|
|
1739
|
-
},
|
|
1740
|
-
pkPercent: {
|
|
1741
|
-
short: "PK%",
|
|
1742
|
-
tooltip: "Emberhátrány kivédekezés"
|
|
1743
|
-
},
|
|
1744
|
-
adv: {
|
|
1745
|
-
short: "ADV",
|
|
1746
|
-
tooltip: "Emberelőnyök száma"
|
|
1747
|
-
},
|
|
1748
|
-
advTime: {
|
|
1749
|
-
short: "ADV-T",
|
|
1750
|
-
tooltip: "Emberelőnyben töltött idő"
|
|
1751
|
-
},
|
|
1752
|
-
advTimePP1: {
|
|
1753
|
-
short: "ADV-T PP1",
|
|
1754
|
-
tooltip: "Szimpla emberelőnyben töltött idő"
|
|
1755
|
-
},
|
|
1756
|
-
advTimePP2: {
|
|
1757
|
-
short: "ADV-T PP2",
|
|
1758
|
-
tooltip: "Kettős emberelőnyben töltött idő"
|
|
1759
|
-
},
|
|
1760
|
-
ppgf: {
|
|
1761
|
-
short: "PPGF",
|
|
1762
|
-
tooltip: "Emberelőnyben szerzett gólok"
|
|
1763
|
-
},
|
|
1764
|
-
shga: {
|
|
1765
|
-
short: "SHGA",
|
|
1766
|
-
tooltip: "Emberelőnyben kapott gólok"
|
|
1767
|
-
},
|
|
1768
|
-
ppPercent: {
|
|
1769
|
-
short: "PP%",
|
|
1770
|
-
tooltip: "Emberelőny kihasználás"
|
|
1771
|
-
},
|
|
1772
|
-
gfgp: {
|
|
1773
|
-
short: "GF/GP",
|
|
1774
|
-
tooltip: "Szerzett gólátlag"
|
|
1775
|
-
},
|
|
1776
|
-
gagp: {
|
|
1777
|
-
short: "GA/GP",
|
|
1778
|
-
tooltip: "Kapott gólátlag"
|
|
1779
|
-
},
|
|
1780
|
-
sogp: {
|
|
1781
|
-
short: "Shots/GP",
|
|
1782
|
-
tooltip: "Átlagos lövésszám"
|
|
1783
|
-
},
|
|
1784
|
-
sagp: {
|
|
1785
|
-
short: "SA/GP",
|
|
1786
|
-
tooltip: "Átlagos kapott lövésszám"
|
|
1787
|
-
},
|
|
1788
|
-
jerseyNumber: {
|
|
1789
|
-
short: "#",
|
|
1790
|
-
tooltip: "Mezszám"
|
|
1791
|
-
},
|
|
1792
|
-
row: {
|
|
1793
|
-
short: "Sor",
|
|
1794
|
-
tooltip: "Sor"
|
|
1795
|
-
},
|
|
1796
|
-
position: {
|
|
1797
|
-
short: "Po",
|
|
1798
|
-
tooltip: "Poszt"
|
|
1799
|
-
},
|
|
1800
|
-
teamOfficials: {
|
|
1801
|
-
short: "Hivatalos Személyek",
|
|
1802
|
-
tooltip: "Hivatalos Személyek"
|
|
1803
|
-
},
|
|
1804
|
-
score: {
|
|
1805
|
-
short: "Eredmény",
|
|
1806
|
-
tooltip: "Aktuális eredmény"
|
|
1807
|
-
},
|
|
1808
|
-
opponent: {
|
|
1809
|
-
short: "Ellenfél",
|
|
1810
|
-
tooltip: "Ellenfél"
|
|
1811
|
-
},
|
|
1812
|
-
result: {
|
|
1813
|
-
short: "Eredmény",
|
|
1814
|
-
tooltip: "Végeredmény"
|
|
1815
|
-
},
|
|
1816
|
-
resultType: {
|
|
1817
|
-
short: "#",
|
|
1818
|
-
tooltip: "Végeredmény típusa"
|
|
1819
|
-
},
|
|
1820
|
-
atoi: {
|
|
1821
|
-
short: "ATOI",
|
|
1822
|
-
tooltip: "Átlagos jégen töltött idő"
|
|
1823
|
-
},
|
|
1824
|
-
shf: {
|
|
1825
|
-
short: "SHF",
|
|
1826
|
-
tooltip: "Jégre lépések száma"
|
|
1827
|
-
},
|
|
1828
|
-
ashf: {
|
|
1829
|
-
short: "ASHF",
|
|
1830
|
-
tooltip: "Jégre lépések száma átlagosan"
|
|
1831
|
-
},
|
|
1832
|
-
eqToi: {
|
|
1833
|
-
short: "EQ-TOI",
|
|
1834
|
-
tooltip: "Jégen töltött idő azonos létszámban"
|
|
1835
|
-
},
|
|
1836
|
-
pp1Toi: {
|
|
1837
|
-
short: "PP1-TOI",
|
|
1838
|
-
tooltip: "Jégen töltött idő egyszeres emberelőnyben"
|
|
1839
|
-
},
|
|
1840
|
-
pp2Toi: {
|
|
1841
|
-
short: "PP2-TOI",
|
|
1842
|
-
tooltip: "Jégen töltött idő kétszeres emberelőnyben"
|
|
1843
|
-
},
|
|
1844
|
-
sh1Toi: {
|
|
1845
|
-
short: "SH1-TOI",
|
|
1846
|
-
tooltip: "Jégen töltött idő egyszeres emberhátrányban"
|
|
1847
|
-
},
|
|
1848
|
-
sh2Toi: {
|
|
1849
|
-
short: "SH2-TOI",
|
|
1850
|
-
tooltip: "Jégen töltött idő kétszeres emberhátrányban"
|
|
1851
|
-
},
|
|
1852
|
-
eqAToi: {
|
|
1853
|
-
short: "EQ-A-TOI",
|
|
1854
|
-
tooltip: "Átlagos jégen töltött idő azonos létszámban"
|
|
1855
|
-
},
|
|
1856
|
-
pp1AToi: {
|
|
1857
|
-
short: "PP1-A-TOI",
|
|
1858
|
-
tooltip: "Átlagos jégen töltött idő egyszeres emberelőnyben"
|
|
1859
|
-
},
|
|
1860
|
-
pp2AToi: {
|
|
1861
|
-
short: "PP2-A-TOI",
|
|
1862
|
-
tooltip: "Átlagos jégen töltött idő kétszeres emberelőnyben"
|
|
1863
|
-
},
|
|
1864
|
-
sh1AToi: {
|
|
1865
|
-
short: "SH1-A-TOI",
|
|
1866
|
-
tooltip: "Átlagos jégen töltött idő egyszeres emberhátrányban"
|
|
1867
|
-
},
|
|
1868
|
-
sh2AToi: {
|
|
1869
|
-
short: "SH2-A-TOI",
|
|
1870
|
-
tooltip: "Átlagos jégen töltött idő kétszeres emberhátrányban"
|
|
1871
|
-
},
|
|
1872
|
-
role: {
|
|
1873
|
-
short: "Szerep",
|
|
1874
|
-
tooltip: "Szerep"
|
|
1875
|
-
}
|
|
1876
|
-
}, Tn = {
|
|
1877
|
-
data: {
|
|
1878
|
-
localTime: "Helyszín szerinti idő"
|
|
1879
|
-
},
|
|
1880
|
-
status: {
|
|
1881
|
-
jury: "Versenybíróság",
|
|
1882
|
-
delayed: "Elhalasztva"
|
|
1883
|
-
},
|
|
1884
|
-
period: {
|
|
1885
|
-
wu: "Bemelegítés",
|
|
1886
|
-
pre: "Bemelegítés vége",
|
|
1887
|
-
p1: "I. játékrész",
|
|
1888
|
-
p1_int: "I. játékrész vége",
|
|
1889
|
-
p2: "II. játékrész",
|
|
1890
|
-
p2_int: "II. játékrész vége",
|
|
1891
|
-
p3: "III. játékrész",
|
|
1892
|
-
p3_int: "III. játékrész vége",
|
|
1893
|
-
p4: "IV. játékrész",
|
|
1894
|
-
p4_int: "IV. játékrész vége",
|
|
1895
|
-
p5: "V. játékrész",
|
|
1896
|
-
p5_int: "V. játékrész vége",
|
|
1897
|
-
p6: "VI. játékrész",
|
|
1898
|
-
p6_int: "VI. játékrész vége",
|
|
1899
|
-
ot: "Hosszabbítás",
|
|
1900
|
-
ot_int: "Hosszabbítás vége",
|
|
1901
|
-
so: "Szétlövés",
|
|
1902
|
-
so_int: "Szétlövés vége",
|
|
1903
|
-
end: "Végeredmény",
|
|
1904
|
-
Bemelegítés: "Bemelegítés",
|
|
1905
|
-
"Bemelegítés vége": "Bemelegítés Vége",
|
|
1906
|
-
"1. harmad": "I. harmad",
|
|
1907
|
-
"1. harmad vége": "I. harmad Vége",
|
|
1908
|
-
"2. harmad": "II. harmad",
|
|
1909
|
-
"2. harmad vége": "II. harmad Vége",
|
|
1910
|
-
"3. harmad": "III. harmad",
|
|
1911
|
-
"3. harmad vége": "III. harmad Vége",
|
|
1912
|
-
"4. harmad": "IV. harmad",
|
|
1913
|
-
"4. harmad vége": "IV. harmad Vége",
|
|
1914
|
-
"5. harmad": "V. harmad",
|
|
1915
|
-
"5. harmad vége": "V. harmad Vége",
|
|
1916
|
-
"6. harmad": "VI. harmad",
|
|
1917
|
-
"6. harmad vége": "VI. harmad Vége",
|
|
1918
|
-
Hosszabbítás: "Hosszabbítás",
|
|
1919
|
-
"Hosszabbítás vége": "Hosszabbítás vége",
|
|
1920
|
-
Büntetők: "Szétlövés",
|
|
1921
|
-
"Büntetők vége": "Szétlövés vége",
|
|
1922
|
-
Végeredmény: "Végeredmény",
|
|
1923
|
-
Szétlövés: "Szétlövés"
|
|
1924
|
-
}
|
|
1925
|
-
}, xn = {
|
|
1926
|
-
errors: yn,
|
|
1927
|
-
common: vn,
|
|
1928
|
-
additionalText: bn,
|
|
1929
|
-
table: wn,
|
|
1930
|
-
game: Tn
|
|
1931
|
-
}, Pn = {
|
|
1932
|
-
"undefined-column": "The {column} column is not exists!",
|
|
1933
|
-
"invalid-season-name": "Invalid season name",
|
|
1934
|
-
"api-key-not-found": "API Key not found"
|
|
1935
|
-
}, kn = {
|
|
1936
|
-
loading: "Loading...",
|
|
1937
|
-
noData: "No data to display",
|
|
1938
|
-
selectTimezone: "*All times are displayed according to your computer's time zone ({timezone}). Change: ",
|
|
1939
|
-
hungary: "Hungary",
|
|
1940
|
-
romania: "Romania",
|
|
1941
|
-
shootoutShort: "SO",
|
|
1942
|
-
overtimeShort: "OT",
|
|
1943
|
-
all: "All",
|
|
1944
|
-
report: "Report Sheet",
|
|
1945
|
-
video: "Video"
|
|
1946
|
-
}, Sn = {
|
|
1947
|
-
inheritedPoints: {
|
|
1948
|
-
prependix: "",
|
|
1949
|
-
content: "{team} has {points} extra point(s)",
|
|
1950
|
-
appendix: "based on its results in the previous championship phase."
|
|
1951
|
-
},
|
|
1952
|
-
penaltyPoints: {
|
|
1953
|
-
prependix: "* ",
|
|
1954
|
-
content: "{points} point(s) deducted from team {team}",
|
|
1955
|
-
appendix: "based on the decision of the Disciplinary Committee."
|
|
1956
|
-
}
|
|
1957
|
-
}, An = {
|
|
1958
|
-
blank: "#",
|
|
1959
|
-
team: {
|
|
1960
|
-
short: "Team",
|
|
1961
|
-
tooltip: "Team name"
|
|
1962
|
-
},
|
|
1963
|
-
game: {
|
|
1964
|
-
short: "GP",
|
|
1965
|
-
tooltip: "Game Played"
|
|
1966
|
-
},
|
|
1967
|
-
wins: {
|
|
1968
|
-
short: "W",
|
|
1969
|
-
tooltip: "Wins"
|
|
1970
|
-
},
|
|
1971
|
-
draw: {
|
|
1972
|
-
short: "D",
|
|
1973
|
-
tooltip: "Draw"
|
|
1974
|
-
},
|
|
1975
|
-
otw: {
|
|
1976
|
-
short: "OTW",
|
|
1977
|
-
tooltip: "Overtime Wins"
|
|
1978
|
-
},
|
|
1979
|
-
sow: {
|
|
1980
|
-
short: "SOW",
|
|
1981
|
-
tooltip: "Shoot Out Wins"
|
|
1982
|
-
},
|
|
1983
|
-
sol: {
|
|
1984
|
-
short: "SOL",
|
|
1985
|
-
tooltip: "Shoot Out Losses"
|
|
1986
|
-
},
|
|
1987
|
-
otl: {
|
|
1988
|
-
short: "OTL",
|
|
1989
|
-
tooltip: "Overtime Losses"
|
|
1990
|
-
},
|
|
1991
|
-
losses: {
|
|
1992
|
-
short: "L",
|
|
1993
|
-
tooltip: "Losses"
|
|
1994
|
-
},
|
|
1995
|
-
goalFor: {
|
|
1996
|
-
short: "GF",
|
|
1997
|
-
tooltip: "Goals For"
|
|
1998
|
-
},
|
|
1999
|
-
goalAgainst: {
|
|
2000
|
-
short: "GA",
|
|
2001
|
-
tooltip: "Goals Against"
|
|
2002
|
-
},
|
|
2003
|
-
goalDiff: {
|
|
2004
|
-
short: "GD",
|
|
2005
|
-
tooltip: "Goal Differential"
|
|
2006
|
-
},
|
|
2007
|
-
points: {
|
|
2008
|
-
short: "P",
|
|
2009
|
-
tooltip: "Points"
|
|
2010
|
-
},
|
|
2011
|
-
name: {
|
|
2012
|
-
short: "Name",
|
|
2013
|
-
tooltip: "Player name"
|
|
2014
|
-
},
|
|
2015
|
-
goals: {
|
|
2016
|
-
short: "G",
|
|
2017
|
-
tooltip: "Goals"
|
|
2018
|
-
},
|
|
2019
|
-
assists: {
|
|
2020
|
-
short: "A",
|
|
2021
|
-
tooltip: "Assists"
|
|
2022
|
-
},
|
|
2023
|
-
plusMinus: {
|
|
2024
|
-
short: "+/-",
|
|
2025
|
-
tooltip: "Plus/Minus"
|
|
2026
|
-
},
|
|
2027
|
-
sog: {
|
|
2028
|
-
short: "S",
|
|
2029
|
-
tooltip: "Shots on Goal"
|
|
2030
|
-
},
|
|
2031
|
-
sogPercent: {
|
|
2032
|
-
short: "S%",
|
|
2033
|
-
tooltip: "Shooting percentage"
|
|
2034
|
-
},
|
|
2035
|
-
gameName: {
|
|
2036
|
-
short: "#",
|
|
2037
|
-
tooltip: "Game name"
|
|
2038
|
-
},
|
|
2039
|
-
gameDate: {
|
|
2040
|
-
short: "Date",
|
|
2041
|
-
tooltip: "Scheduled Date"
|
|
2042
|
-
},
|
|
2043
|
-
gameDateTime: {
|
|
2044
|
-
short: "*Time ({offsetName})",
|
|
2045
|
-
tooltip: "Scheduled Time (Offset Name)"
|
|
2046
|
-
},
|
|
2047
|
-
homeTeam: {
|
|
2048
|
-
short: "Home",
|
|
2049
|
-
tooltip: "Home Team"
|
|
2050
|
-
},
|
|
2051
|
-
awayTeam: {
|
|
2052
|
-
short: "Away",
|
|
2053
|
-
tooltip: "Away Team"
|
|
2054
|
-
},
|
|
2055
|
-
location: {
|
|
2056
|
-
short: "Location",
|
|
2057
|
-
tooltip: "Game Location"
|
|
2058
|
-
},
|
|
2059
|
-
broadcast: {
|
|
2060
|
-
short: "Broadcast",
|
|
2061
|
-
tooltip: "Television Broadcast"
|
|
2062
|
-
},
|
|
2063
|
-
minorPenalties: {
|
|
2064
|
-
short: "MINOR",
|
|
2065
|
-
tooltip: "Penalties Minor"
|
|
2066
|
-
},
|
|
2067
|
-
majorPenalties: {
|
|
2068
|
-
short: "MAJOR",
|
|
2069
|
-
tooltip: "Penalties Major"
|
|
2070
|
-
},
|
|
2071
|
-
misconducts: {
|
|
2072
|
-
short: "MISC",
|
|
2073
|
-
tooltip: "Penalties Misconduct"
|
|
2074
|
-
},
|
|
2075
|
-
gameMisconducts: {
|
|
2076
|
-
short: "GA-MI",
|
|
2077
|
-
tooltip: "Penalties Game Misconduct"
|
|
2078
|
-
},
|
|
2079
|
-
matchPenalties: {
|
|
2080
|
-
short: "MATCH",
|
|
2081
|
-
tooltip: "Penalties Match"
|
|
2082
|
-
},
|
|
2083
|
-
pim: {
|
|
2084
|
-
short: "PIM",
|
|
2085
|
-
tooltip: "Penalty Minutes"
|
|
2086
|
-
},
|
|
2087
|
-
pimPerGame: {
|
|
2088
|
-
short: "PIM/G",
|
|
2089
|
-
tooltip: "Penalty Minutes per Game"
|
|
2090
|
-
},
|
|
2091
|
-
gpgk: {
|
|
2092
|
-
short: "GP",
|
|
2093
|
-
tooltip: "Games Played"
|
|
2094
|
-
},
|
|
2095
|
-
gpi: {
|
|
2096
|
-
short: "GPI",
|
|
2097
|
-
tooltip: "Games Played In"
|
|
2098
|
-
},
|
|
2099
|
-
toi: {
|
|
2100
|
-
short: "TOI",
|
|
2101
|
-
tooltip: "Time On Ice"
|
|
2102
|
-
},
|
|
2103
|
-
toiPercent: {
|
|
2104
|
-
short: "TOI%",
|
|
2105
|
-
tooltip: "Time On Ice as Percentage"
|
|
2106
|
-
},
|
|
2107
|
-
ga: {
|
|
2108
|
-
short: "GA",
|
|
2109
|
-
tooltip: "Goals Against"
|
|
2110
|
-
},
|
|
2111
|
-
gaa: {
|
|
2112
|
-
short: "GAA",
|
|
2113
|
-
tooltip: "Goals Against Average"
|
|
2114
|
-
},
|
|
2115
|
-
sa: {
|
|
2116
|
-
short: "SA",
|
|
2117
|
-
tooltip: "Shots Against"
|
|
2118
|
-
},
|
|
2119
|
-
svs: {
|
|
2120
|
-
short: "SVS",
|
|
2121
|
-
tooltip: "Saves"
|
|
2122
|
-
},
|
|
2123
|
-
svsPercent: {
|
|
2124
|
-
short: "SV%",
|
|
2125
|
-
tooltip: "Save Percentage"
|
|
2126
|
-
},
|
|
2127
|
-
homeHeader: {
|
|
2128
|
-
short: "Home:",
|
|
2129
|
-
tooltip: ""
|
|
2130
|
-
},
|
|
2131
|
-
awayHeader: {
|
|
2132
|
-
short: "Away:",
|
|
2133
|
-
tooltip: ""
|
|
2134
|
-
},
|
|
2135
|
-
totalHeader: {
|
|
2136
|
-
short: "Total:",
|
|
2137
|
-
tooltip: ""
|
|
2138
|
-
},
|
|
2139
|
-
homeGame: {
|
|
2140
|
-
short: "GP",
|
|
2141
|
-
tooltip: "Home Games Played"
|
|
2142
|
-
},
|
|
2143
|
-
awayGame: {
|
|
2144
|
-
short: "GP",
|
|
2145
|
-
tooltip: "Away Games Played"
|
|
2146
|
-
},
|
|
2147
|
-
totalGame: {
|
|
2148
|
-
short: "GP",
|
|
2149
|
-
tooltip: "Total Games Played"
|
|
2150
|
-
},
|
|
2151
|
-
homeAttendance: {
|
|
2152
|
-
short: "Att",
|
|
2153
|
-
tooltip: "Home Attendance"
|
|
2154
|
-
},
|
|
2155
|
-
awayAttendance: {
|
|
2156
|
-
short: "Att",
|
|
2157
|
-
tooltip: "Away Attendance"
|
|
2158
|
-
},
|
|
2159
|
-
totalAttendance: {
|
|
2160
|
-
short: "Att",
|
|
2161
|
-
tooltip: "Total Attendance"
|
|
2162
|
-
},
|
|
2163
|
-
homeAttendanceAvg: {
|
|
2164
|
-
short: "Avg",
|
|
2165
|
-
tooltip: "Home Average Attendance"
|
|
2166
|
-
},
|
|
2167
|
-
awayAttendanceAvg: {
|
|
2168
|
-
short: "Avg",
|
|
2169
|
-
tooltip: "Away Average Attendance"
|
|
2170
|
-
},
|
|
2171
|
-
totalAttendanceAvg: {
|
|
2172
|
-
short: "Avg",
|
|
2173
|
-
tooltip: "Total Average Attendance"
|
|
2174
|
-
},
|
|
2175
|
-
powerplayDisadvantages: {
|
|
2176
|
-
short: "DVG",
|
|
2177
|
-
tooltip: "Disadvantages (Number of Times Shorthanded)"
|
|
2178
|
-
},
|
|
2179
|
-
dvgTime: {
|
|
2180
|
-
short: "DVG-T",
|
|
2181
|
-
tooltip: "Disadvantages Time"
|
|
2182
|
-
},
|
|
2183
|
-
dvgTimePP1: {
|
|
2184
|
-
short: "DVG-T PP1",
|
|
2185
|
-
tooltip: "Disadvantages Time (Period of PP1)"
|
|
2186
|
-
},
|
|
2187
|
-
dvgTimePP2: {
|
|
2188
|
-
short: "DVG-T PP2",
|
|
2189
|
-
tooltip: "Disadvantages Time (Period of PP2)"
|
|
2190
|
-
},
|
|
2191
|
-
ppga: {
|
|
2192
|
-
short: "PPGA",
|
|
2193
|
-
tooltip: "Powerplay Goals Against"
|
|
2194
|
-
},
|
|
2195
|
-
shgf: {
|
|
2196
|
-
short: "SHGF",
|
|
2197
|
-
tooltip: "Shorthanded Goals For"
|
|
2198
|
-
},
|
|
2199
|
-
pkPercent: {
|
|
2200
|
-
short: "PK%",
|
|
2201
|
-
tooltip: "Penalty Killing Percentage"
|
|
2202
|
-
},
|
|
2203
|
-
adv: {
|
|
2204
|
-
short: "ADV",
|
|
2205
|
-
tooltip: "Advantages (Times on Powerplay)"
|
|
2206
|
-
},
|
|
2207
|
-
advTime: {
|
|
2208
|
-
short: "ADV-T",
|
|
2209
|
-
tooltip: "Advantages Time (Period of Powerplay)"
|
|
2210
|
-
},
|
|
2211
|
-
advTimePP1: {
|
|
2212
|
-
short: "ADV-T PP1",
|
|
2213
|
-
tooltip: "Advantages Time (Period of PP1)"
|
|
2214
|
-
},
|
|
2215
|
-
advTimePP2: {
|
|
2216
|
-
short: "ADV-T PP2",
|
|
2217
|
-
tooltip: "Advantages Time (Period of PP2)"
|
|
2218
|
-
},
|
|
2219
|
-
ppgf: {
|
|
2220
|
-
short: "PPGF",
|
|
2221
|
-
tooltip: "Powerplay Goals For"
|
|
2222
|
-
},
|
|
2223
|
-
shga: {
|
|
2224
|
-
short: "SHGA",
|
|
2225
|
-
tooltip: "Shorthanded Goals Against"
|
|
2226
|
-
},
|
|
2227
|
-
ppPercent: {
|
|
2228
|
-
short: "PP%",
|
|
2229
|
-
tooltip: "Powerplay Percentage"
|
|
2230
|
-
},
|
|
2231
|
-
gfgp: {
|
|
2232
|
-
short: "GF/GP",
|
|
2233
|
-
tooltip: "Szerzett gólátlag"
|
|
2234
|
-
},
|
|
2235
|
-
gagp: {
|
|
2236
|
-
short: "GA/GP",
|
|
2237
|
-
tooltip: "Kapott gólátlag"
|
|
2238
|
-
},
|
|
2239
|
-
sogp: {
|
|
2240
|
-
short: "Shots/GP",
|
|
2241
|
-
tooltip: "Átlagos lövésszám"
|
|
2242
|
-
},
|
|
2243
|
-
sagp: {
|
|
2244
|
-
short: "SA/GP",
|
|
2245
|
-
tooltip: "Shots Against per Game"
|
|
2246
|
-
},
|
|
2247
|
-
jerseyNumber: {
|
|
2248
|
-
short: "#",
|
|
2249
|
-
tooltip: "Jersey Number"
|
|
2250
|
-
},
|
|
2251
|
-
row: {
|
|
2252
|
-
short: "Row",
|
|
2253
|
-
tooltip: "Row"
|
|
2254
|
-
},
|
|
2255
|
-
position: {
|
|
2256
|
-
short: "Position",
|
|
2257
|
-
tooltip: "Position"
|
|
2258
|
-
},
|
|
2259
|
-
teamOfficials: {
|
|
2260
|
-
short: "Team officials",
|
|
2261
|
-
tooltip: "Team officials"
|
|
2262
|
-
},
|
|
2263
|
-
score: {
|
|
2264
|
-
short: "Score",
|
|
2265
|
-
tooltip: "Actual Game Score"
|
|
2266
|
-
},
|
|
2267
|
-
opponent: {
|
|
2268
|
-
short: "Opponent",
|
|
2269
|
-
tooltip: "Opponent"
|
|
2270
|
-
},
|
|
2271
|
-
result: {
|
|
2272
|
-
short: "Result",
|
|
2273
|
-
tooltip: "Result"
|
|
2274
|
-
},
|
|
2275
|
-
resultType: {
|
|
2276
|
-
short: "#",
|
|
2277
|
-
tooltip: "Result Type"
|
|
2278
|
-
},
|
|
2279
|
-
atoi: {
|
|
2280
|
-
short: "ATOI",
|
|
2281
|
-
tooltip: "Average Time On Ice"
|
|
2282
|
-
},
|
|
2283
|
-
shf: {
|
|
2284
|
-
short: "SHF",
|
|
2285
|
-
tooltip: "Shifts"
|
|
2286
|
-
},
|
|
2287
|
-
ashf: {
|
|
2288
|
-
short: "ASHF",
|
|
2289
|
-
tooltip: "Average Shifts"
|
|
2290
|
-
},
|
|
2291
|
-
eqToi: {
|
|
2292
|
-
short: "EQ-TOI",
|
|
2293
|
-
tooltip: "Time On Ice in Equal"
|
|
2294
|
-
},
|
|
2295
|
-
pp1Toi: {
|
|
2296
|
-
short: "PP1-TOI",
|
|
2297
|
-
tooltip: "Time On Ice in PowerPlay 1"
|
|
2298
|
-
},
|
|
2299
|
-
pp2Toi: {
|
|
2300
|
-
short: "PP2-TOI",
|
|
2301
|
-
tooltip: "Time On Ice in PowerPlay 2"
|
|
2302
|
-
},
|
|
2303
|
-
sh1Toi: {
|
|
2304
|
-
short: "SH1-TOI",
|
|
2305
|
-
tooltip: "Time On Ice in Shorthanded 1"
|
|
2306
|
-
},
|
|
2307
|
-
sh2Toi: {
|
|
2308
|
-
short: "SH2-TOI",
|
|
2309
|
-
tooltip: "Time On Ice in Shorthanded 2"
|
|
2310
|
-
},
|
|
2311
|
-
eqAToi: {
|
|
2312
|
-
short: "EQ-A-TOI",
|
|
2313
|
-
tooltip: "Average Time On Ice in Equal"
|
|
2314
|
-
},
|
|
2315
|
-
pp1AToi: {
|
|
2316
|
-
short: "PP1-A-TOI",
|
|
2317
|
-
tooltip: "Average Time On Ice in PowerPlay 1"
|
|
2318
|
-
},
|
|
2319
|
-
pp2AToi: {
|
|
2320
|
-
short: "PP2-A-TOI",
|
|
2321
|
-
tooltip: "Average Time On Ice in PowerPlay 2"
|
|
2322
|
-
},
|
|
2323
|
-
sh1AToi: {
|
|
2324
|
-
short: "SH1-A-TOI",
|
|
2325
|
-
tooltip: "Average Time On Ice in Shorthanded 1"
|
|
2326
|
-
},
|
|
2327
|
-
sh2AToi: {
|
|
2328
|
-
short: "SH2-A-TOI",
|
|
2329
|
-
tooltip: "Average Time On Ice in Shorthanded 2"
|
|
2330
|
-
},
|
|
2331
|
-
role: {
|
|
2332
|
-
short: "Role",
|
|
2333
|
-
tooltip: "Role"
|
|
2334
|
-
}
|
|
2335
|
-
}, _n = {
|
|
2336
|
-
data: {
|
|
2337
|
-
localTime: "Game local time"
|
|
2338
|
-
},
|
|
2339
|
-
status: {
|
|
2340
|
-
jury: "Jury result",
|
|
2341
|
-
delayed: "Game delayed"
|
|
2342
|
-
},
|
|
2343
|
-
period: {
|
|
2344
|
-
wu: "Preparation",
|
|
2345
|
-
pre: "Preparation Ended",
|
|
2346
|
-
p1: "First Period",
|
|
2347
|
-
p1_int: "First Period Ended",
|
|
2348
|
-
p2: "Second Period",
|
|
2349
|
-
p2_int: "Second Period Ended",
|
|
2350
|
-
p3: "Third Period",
|
|
2351
|
-
p3_int: "Third Period Ended",
|
|
2352
|
-
p4: "Fourth Period",
|
|
2353
|
-
p4_int: "Fourth Period Ended",
|
|
2354
|
-
p5: "Fifth Period",
|
|
2355
|
-
p5_int: "Fifth Period Ended",
|
|
2356
|
-
p6: "Sixth Period",
|
|
2357
|
-
p6_int: "Sixth Period Ended",
|
|
2358
|
-
ot: "Overtime",
|
|
2359
|
-
ot_int: "Overtime Ended",
|
|
2360
|
-
so: "Shoot Out",
|
|
2361
|
-
so_int: "Shoot Out Ended",
|
|
2362
|
-
end: "Game Ended",
|
|
2363
|
-
Bemelegítés: "Warm-up",
|
|
2364
|
-
"Bemelegítés vége": "Warm-up End",
|
|
2365
|
-
"1. harmad": "First period",
|
|
2366
|
-
"1. harmad vége": "First period End",
|
|
2367
|
-
"2. harmad": "Second period",
|
|
2368
|
-
"2. harmad vége": "Second period End",
|
|
2369
|
-
"3. harmad": "Third period",
|
|
2370
|
-
"3. harmad vége": "Third period End",
|
|
2371
|
-
"4. harmad": "IV. period",
|
|
2372
|
-
"4. harmad vége": "IV. period End",
|
|
2373
|
-
"5. harmad": "V. period",
|
|
2374
|
-
"5. harmad vége": "V. period End",
|
|
2375
|
-
"6. harmad": "VI. period",
|
|
2376
|
-
"6. harmad vége": "VI. period End",
|
|
2377
|
-
Hosszabbítás: "Overtime",
|
|
2378
|
-
"Hosszabbítás vége": "Overtime End",
|
|
2379
|
-
Büntetőlövések: "Penalty Shot",
|
|
2380
|
-
Végeredmény: "Game Completed",
|
|
2381
|
-
Szétlövés: "Shoot Out"
|
|
2382
|
-
}
|
|
2383
|
-
}, zn = {
|
|
2384
|
-
errors: Pn,
|
|
2385
|
-
common: kn,
|
|
2386
|
-
additionalText: Sn,
|
|
2387
|
-
table: An,
|
|
2388
|
-
game: _n
|
|
2389
|
-
}, $n = (t, e) => {
|
|
2390
|
-
const o = t.__vccOpts || t;
|
|
2391
|
-
for (const [n, r] of e)
|
|
2392
|
-
o[n] = r;
|
|
2393
|
-
return o;
|
|
2394
|
-
}, On = Qt({
|
|
2395
|
-
props: {
|
|
2396
|
-
locale: {
|
|
2397
|
-
type: String,
|
|
2398
|
-
default: "hu"
|
|
2399
|
-
},
|
|
2400
|
-
messages: {
|
|
2401
|
-
type: Object,
|
|
2402
|
-
default: () => ({})
|
|
2403
|
-
}
|
|
2404
|
-
},
|
|
2405
|
-
setup(t) {
|
|
2406
|
-
const e = so({ hu: xn, en: zn }, t.messages), { translate: o } = Re({
|
|
2407
|
-
locale: $(() => t.locale),
|
|
2408
|
-
messages: e
|
|
2409
|
-
});
|
|
2410
|
-
return {
|
|
2411
|
-
translate: o
|
|
2412
|
-
};
|
|
2413
|
-
}
|
|
2414
|
-
});
|
|
2415
|
-
function In(t, e, o, n, r, s) {
|
|
2416
|
-
return R(t.$slots, "default", { t: t.translate });
|
|
2417
|
-
}
|
|
2418
|
-
const Sr = /* @__PURE__ */ $n(On, [["render", In]]), Cn = ["src"], Gn = ["src", "title"], st = /* @__PURE__ */ Object.assign({
|
|
2419
|
-
inheritAttrs: !1
|
|
2420
|
-
}, {
|
|
2421
|
-
__name: "Image",
|
|
2422
|
-
props: {
|
|
2423
|
-
src: {
|
|
2424
|
-
type: String,
|
|
2425
|
-
default: ""
|
|
2426
|
-
},
|
|
2427
|
-
title: {
|
|
2428
|
-
type: String,
|
|
2429
|
-
default: ""
|
|
2430
|
-
},
|
|
2431
|
-
defaultSrc: {
|
|
2432
|
-
type: String,
|
|
2433
|
-
default: ""
|
|
2434
|
-
}
|
|
2435
|
-
},
|
|
2436
|
-
setup(t) {
|
|
2437
|
-
const e = t, { defaultSrc: o } = Nt(e), n = O({ src: e.src }), { error: r, isReady: s } = Ne(n, { resetOnExecute: !1, shallow: !1 });
|
|
2438
|
-
return (i, c) => (v(), w(M, null, [
|
|
2439
|
-
u(r) && u(o) ? (v(), w("img", {
|
|
2440
|
-
key: 0,
|
|
2441
|
-
src: u(o),
|
|
2442
|
-
class: z(["is-loaded is-default", i.$attrs.class])
|
|
2443
|
-
}, null, 10, Cn)) : A("", !0),
|
|
2444
|
-
u(r) ? A("", !0) : (v(), w("img", {
|
|
2445
|
-
key: 1,
|
|
2446
|
-
src: n.value.src,
|
|
2447
|
-
class: z([i.$attrs.class, { "is-loaded": u(s) }]),
|
|
2448
|
-
title: e.title,
|
|
2449
|
-
loading: "lazy"
|
|
2450
|
-
}, null, 10, Gn))
|
|
2451
|
-
], 64));
|
|
2452
|
-
}
|
|
2453
|
-
}), En = { style: { "text-align": "center" } }, ye = {
|
|
2454
|
-
__name: "LoadingIndicator",
|
|
2455
|
-
setup(t) {
|
|
2456
|
-
const { t: e } = Z();
|
|
2457
|
-
return (o, n) => (v(), w("div", En, x(u(e)("common.loading")), 1));
|
|
2458
|
-
}
|
|
2459
|
-
};
|
|
2460
|
-
function Rn({ currentPage: t, itemsPerPage: e = 20, totalItems: o, rangeLength: n = 5, update: r = Ve }) {
|
|
2461
|
-
const s = $(() => Math.ceil(u(o) / e)), i = $(() => {
|
|
2462
|
-
const l = u(t) - 1, p = Array.from({ length: s.value }, (a, f) => f + 1), y = Math.floor(n / 2);
|
|
2463
|
-
let g = Math.max(l - y, 0);
|
|
2464
|
-
return g + n >= s.value && (g = Math.max(s.value - n, 0)), p.slice(g, g + n);
|
|
2465
|
-
}), c = (l) => {
|
|
2466
|
-
const p = u(t) + l;
|
|
2467
|
-
d(p) && r(p);
|
|
2468
|
-
}, m = (l) => {
|
|
2469
|
-
d(l) && r(l);
|
|
2470
|
-
}, d = (l) => l <= s.value && l > 0;
|
|
2471
|
-
return {
|
|
2472
|
-
page: t,
|
|
2473
|
-
range: i,
|
|
2474
|
-
pageCount: s,
|
|
2475
|
-
goTo: m,
|
|
2476
|
-
pageStep: c
|
|
2477
|
-
};
|
|
2478
|
-
}
|
|
2479
|
-
const Nn = {
|
|
2480
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2481
|
-
viewBox: "0 0 24 24",
|
|
2482
|
-
fill: "none",
|
|
2483
|
-
stroke: "currentColor",
|
|
2484
|
-
"stroke-width": "2",
|
|
2485
|
-
"stroke-linecap": "round",
|
|
2486
|
-
"stroke-linejoin": "round"
|
|
2487
|
-
}, Vn = /* @__PURE__ */ b("polyline", { points: "15 18 9 12 15 6" }, null, -1), Ln = [
|
|
2488
|
-
Vn
|
|
2489
|
-
];
|
|
2490
|
-
function Dn(t, e) {
|
|
2491
|
-
return v(), w("svg", Nn, [...Ln]);
|
|
2492
|
-
}
|
|
2493
|
-
const Mn = { render: Dn }, Hn = {
|
|
2494
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2495
|
-
viewBox: "0 0 24 24",
|
|
2496
|
-
fill: "none",
|
|
2497
|
-
stroke: "currentColor",
|
|
2498
|
-
"stroke-width": "2",
|
|
2499
|
-
"stroke-linecap": "round",
|
|
2500
|
-
"stroke-linejoin": "round"
|
|
2501
|
-
}, Bn = /* @__PURE__ */ b("polyline", { points: "9 18 15 12 9 6" }, null, -1), Fn = [
|
|
2502
|
-
Bn
|
|
2503
|
-
];
|
|
2504
|
-
function jn(t, e) {
|
|
2505
|
-
return v(), w("svg", Hn, [...Fn]);
|
|
2506
|
-
}
|
|
2507
|
-
const Wn = { render: jn }, Kn = ["disabled"], Jn = ["disabled"], qn = {
|
|
2508
|
-
key: 1,
|
|
2509
|
-
class: "is-disabled"
|
|
2510
|
-
}, Un = ["disabled", "onClick"], Yn = {
|
|
2511
|
-
key: 2,
|
|
2512
|
-
class: "is-disabled"
|
|
2513
|
-
}, Xn = /* @__PURE__ */ b("span", null, "...", -1), Zn = [
|
|
2514
|
-
Xn
|
|
2515
|
-
], Qn = ["disabled"], ts = ["disabled"], Ar = {
|
|
2516
|
-
__name: "Paginator",
|
|
2517
|
-
props: {
|
|
2518
|
-
page: {
|
|
2519
|
-
type: Number,
|
|
2520
|
-
required: !1,
|
|
2521
|
-
default: 0,
|
|
2522
|
-
validator: (t) => t >= 0
|
|
2523
|
-
},
|
|
2524
|
-
itemsPerPage: {
|
|
2525
|
-
type: Number,
|
|
2526
|
-
required: !1,
|
|
2527
|
-
default: 10,
|
|
2528
|
-
validator: (t) => t > 0
|
|
2529
|
-
},
|
|
2530
|
-
totalItems: {
|
|
2531
|
-
type: Number,
|
|
2532
|
-
required: !0,
|
|
2533
|
-
validator: (t) => t >= 0
|
|
2534
|
-
},
|
|
2535
|
-
rangeLength: {
|
|
2536
|
-
type: Number,
|
|
2537
|
-
default: 3,
|
|
2538
|
-
validator: (t) => t >= 2
|
|
2539
|
-
},
|
|
2540
|
-
isCompact: {
|
|
2541
|
-
type: Boolean,
|
|
2542
|
-
default: !1
|
|
2543
|
-
}
|
|
2544
|
-
},
|
|
2545
|
-
emits: ["change"],
|
|
2546
|
-
setup(t, { emit: e }) {
|
|
2547
|
-
const o = t, n = e, r = U("paginator"), { page: s, pageCount: i, range: c, goTo: m, pageStep: d } = Rn({
|
|
2548
|
-
currentPage: $(() => o.page),
|
|
2549
|
-
totalItems: $(() => o.totalItems),
|
|
2550
|
-
itemsPerPage: o.itemsPerPage,
|
|
2551
|
-
rangeLength: o.rangeLength,
|
|
2552
|
-
update: (l) => n("change", l)
|
|
2553
|
-
});
|
|
2554
|
-
return (l, p) => u(i) > 1 ? (v(), w("div", {
|
|
2555
|
-
key: 0,
|
|
2556
|
-
class: z(u(r))
|
|
2557
|
-
}, [
|
|
2558
|
-
b("button", {
|
|
2559
|
-
type: "button",
|
|
2560
|
-
disabled: u(s) === 1,
|
|
2561
|
-
onClick: p[0] || (p[0] = (y) => u(d)(-1))
|
|
2562
|
-
}, [
|
|
2563
|
-
R(l.$slots, "prev", {}, () => [
|
|
2564
|
-
C(u(Mn), { class: "icon paginator-left" })
|
|
2565
|
-
])
|
|
2566
|
-
], 8, Kn),
|
|
2567
|
-
t.isCompact ? A("", !0) : (v(), w("button", {
|
|
2568
|
-
key: 0,
|
|
2569
|
-
type: "button",
|
|
2570
|
-
disabled: u(s) === 1,
|
|
2571
|
-
onClick: p[1] || (p[1] = (y) => u(m)(1))
|
|
2572
|
-
}, "1", 8, Jn)),
|
|
2573
|
-
t.isCompact ? A("", !0) : (v(), w("div", qn, "...")),
|
|
2574
|
-
(v(!0), w(M, null, tt(u(c), (y) => (v(), w("button", {
|
|
2575
|
-
type: "button",
|
|
2576
|
-
key: y,
|
|
2577
|
-
class: z({ "is-active": y === u(s) }),
|
|
2578
|
-
disabled: y === u(s),
|
|
2579
|
-
onClick: (g) => u(m)(y)
|
|
2580
|
-
}, x(y), 11, Un))), 128)),
|
|
2581
|
-
t.isCompact ? A("", !0) : (v(), w("div", Yn, Zn)),
|
|
2582
|
-
t.isCompact ? A("", !0) : (v(), w("button", {
|
|
2583
|
-
key: 3,
|
|
2584
|
-
type: "button",
|
|
2585
|
-
disabled: u(s) === u(i),
|
|
2586
|
-
onClick: p[2] || (p[2] = (y) => u(m)(u(i)))
|
|
2587
|
-
}, x(u(i)), 9, Qn)),
|
|
2588
|
-
b("button", {
|
|
2589
|
-
type: "button",
|
|
2590
|
-
disabled: u(s) === u(i),
|
|
2591
|
-
onClick: p[3] || (p[3] = it((y) => u(d)(1), ["prevent"]))
|
|
2592
|
-
}, [
|
|
2593
|
-
R(l.$slots, "next", {}, () => [
|
|
2594
|
-
C(u(Wn), { class: "icon paginator-left" })
|
|
2595
|
-
])
|
|
2596
|
-
], 8, ts)
|
|
2597
|
-
], 2)) : A("", !0);
|
|
2598
|
-
}
|
|
2599
|
-
}, ve = {
|
|
2600
|
-
__name: "ResponsiveTable",
|
|
2601
|
-
setup(t) {
|
|
2602
|
-
const e = O(null), o = U("table-responsive");
|
|
2603
|
-
return (n, r) => (v(), w("div", {
|
|
2604
|
-
ref_key: "el",
|
|
2605
|
-
ref: e,
|
|
2606
|
-
class: z(u(o))
|
|
2607
|
-
}, [
|
|
2608
|
-
R(n.$slots, "default", { el: e.value })
|
|
2609
|
-
], 2));
|
|
2610
|
-
}
|
|
2611
|
-
}, es = ["onClick"], _r = {
|
|
2612
|
-
__name: "TimezoneSelector",
|
|
2613
|
-
props: {
|
|
2614
|
-
locale: {
|
|
2615
|
-
type: String,
|
|
2616
|
-
default: "hu"
|
|
2617
|
-
},
|
|
2618
|
-
currentZone: {
|
|
2619
|
-
type: String,
|
|
2620
|
-
required: !0
|
|
2621
|
-
}
|
|
2622
|
-
},
|
|
2623
|
-
emits: ["change"],
|
|
2624
|
-
setup(t, { emit: e }) {
|
|
2625
|
-
const o = t, n = e, { t: r } = Z(), s = U("timezone-selector"), i = $(() => bt(/* @__PURE__ */ new Date(), null, o.locale)), c = Be(), m = $(() => Array.from(je.values()).map((l) => ({
|
|
2626
|
-
...l,
|
|
2627
|
-
isActive: bt(/* @__PURE__ */ new Date(), o.currentZone, o.locale) === bt(/* @__PURE__ */ new Date(), l.timezone, o.locale),
|
|
2628
|
-
zoneOffsetName: bt(/* @__PURE__ */ new Date(), l.timezone, o.locale)
|
|
2629
|
-
}))), d = (l) => n("change", l);
|
|
2630
|
-
return (l, p) => (v(), w("div", {
|
|
2631
|
-
class: z(u(s))
|
|
2632
|
-
}, [
|
|
2633
|
-
C(u(Le), {
|
|
2634
|
-
path: "common.selectTimezone",
|
|
2635
|
-
tag: "span"
|
|
2636
|
-
}, {
|
|
2637
|
-
timezone: P(() => [
|
|
2638
|
-
b("a", {
|
|
2639
|
-
href: "#",
|
|
2640
|
-
onClick: p[0] || (p[0] = it((y) => d(u(c)), ["prevent"]))
|
|
2641
|
-
}, x(i.value), 1)
|
|
2642
|
-
]),
|
|
2643
|
-
_: 1
|
|
2644
|
-
}),
|
|
2645
|
-
(v(!0), w(M, null, tt(m.value, (y) => (v(), w("a", {
|
|
2646
|
-
key: y.countryLabelKey,
|
|
2647
|
-
href: "#",
|
|
2648
|
-
class: z({ "is-active": y.isActive }),
|
|
2649
|
-
onClick: it((g) => d(y.timezone), ["prevent"])
|
|
2650
|
-
}, x(u(r)(`common.${y.countryLabelKey}`)) + " (" + x(y.zoneOffsetName) + ") ", 11, es))), 128))
|
|
2651
|
-
], 2));
|
|
2652
|
-
}
|
|
2653
|
-
}, os = { class: "is-portrait-image" }, ns = { class: "is-team-name-long" }, ss = { key: 0 }, rs = /* @__PURE__ */ b("sup", null, "*", -1), is = [
|
|
2654
|
-
rs
|
|
2655
|
-
], as = { class: "is-team-name-short" }, ls = { key: 0 }, cs = /* @__PURE__ */ b("sup", null, "*", -1), ds = [
|
|
2656
|
-
cs
|
|
2657
|
-
], us = { class: "is-team-name-long" }, ms = { class: "is-team-name-short" }, ps = { class: "is-team-name-long" }, fs = { class: "is-team-name-short" }, hs = ["href"], gs = { class: "is-team-name-long" }, ys = { class: "is-team-name-short" }, vs = ["href"], bs = {
|
|
2658
|
-
key: 0,
|
|
2659
|
-
class: "is-text-dark"
|
|
2660
|
-
}, ws = ["href", "target"], Ts = {
|
|
2661
|
-
key: 0,
|
|
2662
|
-
class: "label"
|
|
2663
|
-
}, xs = {
|
|
2664
|
-
key: 1,
|
|
2665
|
-
class: "label"
|
|
2666
|
-
}, Ps = {
|
|
2667
|
-
key: 2,
|
|
2668
|
-
class: "label"
|
|
2669
|
-
}, zr = {
|
|
2670
|
-
__name: "StatisticsTable",
|
|
2671
|
-
props: {
|
|
2672
|
-
columns: {
|
|
2673
|
-
type: Object,
|
|
2674
|
-
required: !0
|
|
2675
|
-
},
|
|
2676
|
-
rows: {
|
|
2677
|
-
type: Array,
|
|
2678
|
-
default: () => []
|
|
2679
|
-
},
|
|
2680
|
-
isLoading: {
|
|
2681
|
-
type: Boolean,
|
|
2682
|
-
deafult: !1
|
|
2683
|
-
},
|
|
2684
|
-
hideColumns: {
|
|
2685
|
-
type: String,
|
|
2686
|
-
default: ""
|
|
2687
|
-
},
|
|
2688
|
-
sort: {
|
|
2689
|
-
type: Object,
|
|
2690
|
-
default: () => ({})
|
|
2691
|
-
},
|
|
2692
|
-
externalTeamResolver: {
|
|
2693
|
-
type: Function,
|
|
2694
|
-
required: !0
|
|
2695
|
-
},
|
|
2696
|
-
externalPlayerResolver: {
|
|
2697
|
-
type: Function,
|
|
2698
|
-
default: () => {
|
|
2699
|
-
}
|
|
2700
|
-
},
|
|
2701
|
-
externalGameResolver: {
|
|
2702
|
-
type: Function,
|
|
2703
|
-
default: () => {
|
|
2704
|
-
}
|
|
2705
|
-
},
|
|
2706
|
-
externalGameResolverTarget: {
|
|
2707
|
-
type: String,
|
|
2708
|
-
default: "_self"
|
|
2709
|
-
},
|
|
2710
|
-
isTeamLinked: {
|
|
2711
|
-
type: Boolean,
|
|
2712
|
-
default: !1
|
|
2713
|
-
},
|
|
2714
|
-
isPlayerLinked: {
|
|
2715
|
-
type: Boolean,
|
|
2716
|
-
default: !1
|
|
2717
|
-
},
|
|
2718
|
-
appendTo: {
|
|
2719
|
-
type: [Object, String],
|
|
2720
|
-
default: null
|
|
2721
|
-
},
|
|
2722
|
-
offsetName: {
|
|
2723
|
-
type: String,
|
|
2724
|
-
default: ""
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
|
-
emits: ["sort"],
|
|
2728
|
-
setup(t, { emit: e }) {
|
|
2729
|
-
const o = t, { columns: n, hideColumns: r } = Nt(o), s = e, { onError: i } = te(), { t: c } = Z(), { columns: m, error: d } = ee(
|
|
2730
|
-
n,
|
|
2731
|
-
r,
|
|
2732
|
-
$(() => ({
|
|
2733
|
-
offsetName: o.offsetName
|
|
2734
|
-
}))
|
|
2735
|
-
);
|
|
2736
|
-
d.value && i(
|
|
2737
|
-
new ne(Tt.message, {
|
|
2738
|
-
...Tt.options,
|
|
2739
|
-
cause: { column: d.value }
|
|
2740
|
-
})
|
|
2741
|
-
);
|
|
2742
|
-
const l = (p) => s("sort", p);
|
|
2743
|
-
return (p, y) => (v(), E(ve, null, {
|
|
2744
|
-
default: P(({ el: g }) => [
|
|
2745
|
-
C(ge, {
|
|
2746
|
-
columns: u(m),
|
|
2747
|
-
sort: o.sort,
|
|
2748
|
-
rows: o.rows,
|
|
2749
|
-
"is-loading": t.isLoading,
|
|
2750
|
-
"append-to": t.appendTo || g,
|
|
2751
|
-
onSort: l
|
|
2752
|
-
}, Oe({
|
|
2753
|
-
"cell-index": P(({ row: a }) => [
|
|
2754
|
-
b("span", {
|
|
2755
|
-
class: z(a.indexClass)
|
|
2756
|
-
}, x(a.index), 3)
|
|
2757
|
-
]),
|
|
2758
|
-
"cell-playerPortrait": P(({ row: a }) => [
|
|
2759
|
-
b("div", os, [
|
|
2760
|
-
(v(), E(st, {
|
|
2761
|
-
key: a.player.playerId,
|
|
2762
|
-
src: a.player.picture,
|
|
2763
|
-
"default-src": u(We)
|
|
2764
|
-
}, null, 8, ["src", "default-src"]))
|
|
2765
|
-
])
|
|
2766
|
-
]),
|
|
2767
|
-
"cell-teamLogo": P(({ row: a }) => {
|
|
2768
|
-
var f, h;
|
|
2769
|
-
return [
|
|
2770
|
-
(v(), E(st, {
|
|
2771
|
-
class: "is-logo-image",
|
|
2772
|
-
key: ((f = a.team) == null ? void 0 : f.id) ?? a.id,
|
|
2773
|
-
src: (h = a.team) == null ? void 0 : h.logo
|
|
2774
|
-
}, null, 8, ["src"]))
|
|
2775
|
-
];
|
|
2776
|
-
}),
|
|
2777
|
-
"cell-homeTeamLogo": P(({ row: a }) => {
|
|
2778
|
-
var f, h;
|
|
2779
|
-
return [
|
|
2780
|
-
(v(), E(st, {
|
|
2781
|
-
class: "is-logo-image is-right",
|
|
2782
|
-
key: (f = a.homeTeam) == null ? void 0 : f.id,
|
|
2783
|
-
src: (h = a.homeTeam) == null ? void 0 : h.logo
|
|
2784
|
-
}, null, 8, ["src"]))
|
|
2785
|
-
];
|
|
2786
|
-
}),
|
|
2787
|
-
"cell-awayTeamLogo": P(({ row: a }) => {
|
|
2788
|
-
var f, h;
|
|
2789
|
-
return [
|
|
2790
|
-
(v(), E(st, {
|
|
2791
|
-
class: "is-logo-image is-right",
|
|
2792
|
-
key: (f = a.awayTeam) == null ? void 0 : f.id,
|
|
2793
|
-
src: (h = a.awayTeam) == null ? void 0 : h.logo
|
|
2794
|
-
}, null, 8, ["src"]))
|
|
2795
|
-
];
|
|
2796
|
-
}),
|
|
2797
|
-
"cell-teamName": P(({ row: a }) => {
|
|
2798
|
-
var f, h;
|
|
2799
|
-
return [
|
|
2800
|
-
b("span", ns, [
|
|
2801
|
-
D(x((f = a.team) == null ? void 0 : f.longName) + " ", 1),
|
|
2802
|
-
a.penaltyPoints ? (v(), w("span", ss, is)) : A("", !0)
|
|
2803
|
-
]),
|
|
2804
|
-
b("span", as, [
|
|
2805
|
-
D(x((h = a.team) == null ? void 0 : h.shortName) + " ", 1),
|
|
2806
|
-
a.penaltyPoints ? (v(), w("span", ls, ds)) : A("", !0)
|
|
2807
|
-
])
|
|
2808
|
-
];
|
|
2809
|
-
}),
|
|
2810
|
-
"cell-homeTeamName": P(({ row: a }) => {
|
|
2811
|
-
var f, h;
|
|
2812
|
-
return [
|
|
2813
|
-
b("span", us, x((f = a.homeTeam) == null ? void 0 : f.longName), 1),
|
|
2814
|
-
b("span", ms, x((h = a.homeTeam) == null ? void 0 : h.shortName), 1)
|
|
2815
|
-
];
|
|
2816
|
-
}),
|
|
2817
|
-
"cell-awayTeamName": P(({ row: a }) => {
|
|
2818
|
-
var f, h;
|
|
2819
|
-
return [
|
|
2820
|
-
b("span", ps, x((f = a.awayTeam) == null ? void 0 : f.longName), 1),
|
|
2821
|
-
b("span", fs, x((h = a.awayTeam) == null ? void 0 : h.shortName), 1)
|
|
2822
|
-
];
|
|
2823
|
-
}),
|
|
2824
|
-
"cell-location": P(({ row: a }) => {
|
|
2825
|
-
var f;
|
|
2826
|
-
return [
|
|
2827
|
-
D(x(((f = a.location) == null ? void 0 : f.locationName) ?? ""), 1)
|
|
2828
|
-
];
|
|
2829
|
-
}),
|
|
2830
|
-
"cell-gameResult": P(({ row: a }) => [
|
|
2831
|
-
a.gameStatus === 0 ? (v(), w("span", bs, "-:-")) : (v(), w("a", {
|
|
2832
|
-
key: 1,
|
|
2833
|
-
href: t.externalGameResolver(a),
|
|
2834
|
-
target: t.externalGameResolverTarget,
|
|
2835
|
-
class: z({ "is-text-dark": a.gameStatus !== 1, "is-text-accent": a.gameStatus === 1 })
|
|
2836
|
-
}, x(a.homeTeamScore) + ":" + x(a.awayTeamScore), 11, ws))
|
|
2837
|
-
]),
|
|
2838
|
-
"cell-gameResultType": P(({ row: a }) => [
|
|
2839
|
-
a.isOvertime ? (v(), w("span", Ts, x(u(c)("common.overtimeShort")), 1)) : A("", !0),
|
|
2840
|
-
a.isShootout ? (v(), w("span", xs, x(u(c)("common.shootoutShort")), 1)) : A("", !0),
|
|
2841
|
-
a.seriesStandings ? (v(), w("span", Ps, x(a.seriesStandings), 1)) : A("", !0)
|
|
2842
|
-
]),
|
|
2843
|
-
loading: P(() => [
|
|
2844
|
-
C(ye)
|
|
2845
|
-
]),
|
|
2846
|
-
_: 2
|
|
2847
|
-
}, [
|
|
2848
|
-
t.isTeamLinked ? {
|
|
2849
|
-
name: "cell-teamName",
|
|
2850
|
-
fn: P(({ row: a }) => {
|
|
2851
|
-
var f, h;
|
|
2852
|
-
return [
|
|
2853
|
-
b("a", {
|
|
2854
|
-
href: t.externalTeamResolver(a),
|
|
2855
|
-
target: "_blank"
|
|
2856
|
-
}, [
|
|
2857
|
-
b("span", gs, x((f = a.team) == null ? void 0 : f.longName), 1),
|
|
2858
|
-
b("span", ys, x((h = a.team) == null ? void 0 : h.shortName), 1)
|
|
2859
|
-
], 8, hs)
|
|
2860
|
-
];
|
|
2861
|
-
}),
|
|
2862
|
-
key: "0"
|
|
2863
|
-
} : void 0,
|
|
2864
|
-
t.isPlayerLinked ? {
|
|
2865
|
-
name: "cell-name",
|
|
2866
|
-
fn: P(({ row: a }) => [
|
|
2867
|
-
b("a", {
|
|
2868
|
-
href: t.externalPlayerResolver(a),
|
|
2869
|
-
target: "_blank"
|
|
2870
|
-
}, x(a.name), 9, vs)
|
|
2871
|
-
]),
|
|
2872
|
-
key: "1"
|
|
2873
|
-
} : void 0
|
|
2874
|
-
]), 1032, ["columns", "sort", "rows", "is-loading", "append-to"])
|
|
2875
|
-
]),
|
|
2876
|
-
_: 1
|
|
2877
|
-
}));
|
|
2878
|
-
}
|
|
2879
|
-
}, ks = {
|
|
2880
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2881
|
-
viewBox: "0 0 24 24",
|
|
2882
|
-
fill: "none",
|
|
2883
|
-
stroke: "currentColor",
|
|
2884
|
-
"stroke-width": "2",
|
|
2885
|
-
"stroke-linecap": "round",
|
|
2886
|
-
"stroke-linejoin": "round"
|
|
2887
|
-
}, Ss = /* @__PURE__ */ b("rect", {
|
|
2888
|
-
x: "2",
|
|
2889
|
-
y: "3",
|
|
2890
|
-
width: "20",
|
|
2891
|
-
height: "14",
|
|
2892
|
-
rx: "2",
|
|
2893
|
-
ry: "2"
|
|
2894
|
-
}, null, -1), As = /* @__PURE__ */ b("line", {
|
|
2895
|
-
x1: "8",
|
|
2896
|
-
y1: "21",
|
|
2897
|
-
x2: "16",
|
|
2898
|
-
y2: "21"
|
|
2899
|
-
}, null, -1), _s = /* @__PURE__ */ b("line", {
|
|
2900
|
-
x1: "12",
|
|
2901
|
-
y1: "17",
|
|
2902
|
-
x2: "12",
|
|
2903
|
-
y2: "21"
|
|
2904
|
-
}, null, -1), zs = [
|
|
2905
|
-
Ss,
|
|
2906
|
-
As,
|
|
2907
|
-
_s
|
|
2908
|
-
];
|
|
2909
|
-
function $s(t, e) {
|
|
2910
|
-
return v(), w("svg", ks, [...zs]);
|
|
2911
|
-
}
|
|
2912
|
-
const Os = { render: $s }, Is = {
|
|
2913
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2914
|
-
viewBox: "0 0 24 24",
|
|
2915
|
-
fill: "none",
|
|
2916
|
-
stroke: "currentColor",
|
|
2917
|
-
"stroke-width": "2",
|
|
2918
|
-
"stroke-linecap": "round",
|
|
2919
|
-
"stroke-linejoin": "round"
|
|
2920
|
-
}, Cs = /* @__PURE__ */ b("circle", {
|
|
2921
|
-
cx: "12",
|
|
2922
|
-
cy: "12",
|
|
2923
|
-
r: "1"
|
|
2924
|
-
}, null, -1), Gs = /* @__PURE__ */ b("circle", {
|
|
2925
|
-
cx: "12",
|
|
2926
|
-
cy: "5",
|
|
2927
|
-
r: "1"
|
|
2928
|
-
}, null, -1), Es = /* @__PURE__ */ b("circle", {
|
|
2929
|
-
cx: "12",
|
|
2930
|
-
cy: "19",
|
|
2931
|
-
r: "1"
|
|
2932
|
-
}, null, -1), Rs = [
|
|
2933
|
-
Cs,
|
|
2934
|
-
Gs,
|
|
2935
|
-
Es
|
|
2936
|
-
];
|
|
2937
|
-
function Ns(t, e) {
|
|
2938
|
-
return v(), w("svg", Is, [...Rs]);
|
|
2939
|
-
}
|
|
2940
|
-
const Vs = { render: Ns }, Ls = {
|
|
2941
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2942
|
-
viewBox: "0 0 24 24",
|
|
2943
|
-
fill: "none",
|
|
2944
|
-
stroke: "currentColor",
|
|
2945
|
-
"stroke-width": "2",
|
|
2946
|
-
"stroke-linecap": "round",
|
|
2947
|
-
"stroke-linejoin": "round"
|
|
2948
|
-
}, Ds = /* @__PURE__ */ b("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }, null, -1), Ms = /* @__PURE__ */ b("rect", {
|
|
2949
|
-
x: "8",
|
|
2950
|
-
y: "2",
|
|
2951
|
-
width: "8",
|
|
2952
|
-
height: "4",
|
|
2953
|
-
rx: "1",
|
|
2954
|
-
ry: "1"
|
|
2955
|
-
}, null, -1), Hs = [
|
|
2956
|
-
Ds,
|
|
2957
|
-
Ms
|
|
2958
|
-
];
|
|
2959
|
-
function Bs(t, e) {
|
|
2960
|
-
return v(), w("svg", Ls, [...Hs]);
|
|
2961
|
-
}
|
|
2962
|
-
const Fs = { render: Bs }, js = {
|
|
2963
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2964
|
-
viewBox: "0 0 24 24",
|
|
2965
|
-
fill: "none",
|
|
2966
|
-
stroke: "currentColor",
|
|
2967
|
-
"stroke-width": "2",
|
|
2968
|
-
"stroke-linecap": "round",
|
|
2969
|
-
"stroke-linejoin": "round"
|
|
2970
|
-
}, Ws = /* @__PURE__ */ b("path", { d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z" }, null, -1), Ks = /* @__PURE__ */ b("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1), Js = [
|
|
2971
|
-
Ws,
|
|
2972
|
-
Ks
|
|
2973
|
-
];
|
|
2974
|
-
function qs(t, e) {
|
|
2975
|
-
return v(), w("svg", js, [...Js]);
|
|
2976
|
-
}
|
|
2977
|
-
const Us = { render: qs }, Ys = { class: "is-team-name-long" }, Xs = { class: "is-team-name-short" }, Zs = { class: "is-team-name-long" }, Qs = { class: "is-team-name-short" }, tr = {
|
|
2978
|
-
key: 0,
|
|
2979
|
-
class: "is-text-dark"
|
|
2980
|
-
}, er = ["href", "target"], or = {
|
|
2981
|
-
key: 0,
|
|
2982
|
-
class: "label"
|
|
2983
|
-
}, nr = {
|
|
2984
|
-
key: 1,
|
|
2985
|
-
class: "label"
|
|
2986
|
-
}, sr = {
|
|
2987
|
-
key: 2,
|
|
2988
|
-
class: "label"
|
|
2989
|
-
}, rr = { key: 1 }, ir = ["onClick", "onFocus", "onBlur"], ar = { class: "is-dropdown-menu" }, lr = ["href", "target"], cr = { key: 0 }, dr = ["href"], $r = {
|
|
2990
|
-
__name: "ScheduleTable",
|
|
2991
|
-
props: {
|
|
2992
|
-
rows: {
|
|
2993
|
-
type: Array,
|
|
2994
|
-
default: () => []
|
|
2995
|
-
},
|
|
2996
|
-
isLoading: {
|
|
2997
|
-
type: Boolean,
|
|
2998
|
-
deafult: !1
|
|
2999
|
-
},
|
|
3000
|
-
hideColumns: {
|
|
3001
|
-
type: String,
|
|
3002
|
-
default: ""
|
|
3003
|
-
},
|
|
3004
|
-
offsetName: {
|
|
3005
|
-
type: String,
|
|
3006
|
-
default: ""
|
|
3007
|
-
},
|
|
3008
|
-
externalGameResolver: {
|
|
3009
|
-
type: Function,
|
|
3010
|
-
required: !0
|
|
3011
|
-
},
|
|
3012
|
-
externalGameResolverTarget: {
|
|
3013
|
-
type: String,
|
|
3014
|
-
default: "_blank"
|
|
3015
|
-
}
|
|
3016
|
-
},
|
|
3017
|
-
setup(t) {
|
|
3018
|
-
const e = t, o = O(null), { onError: n } = te(), { columns: r, error: s } = ee(
|
|
3019
|
-
Je,
|
|
3020
|
-
$(() => e.hideColumns),
|
|
3021
|
-
$(() => ({
|
|
3022
|
-
offsetName: e.offsetName
|
|
3023
|
-
}))
|
|
3024
|
-
);
|
|
3025
|
-
De(
|
|
3026
|
-
s,
|
|
3027
|
-
() => n(
|
|
3028
|
-
new ne(Tt.message, {
|
|
3029
|
-
...Tt.options,
|
|
3030
|
-
cause: { column: s.value }
|
|
3031
|
-
})
|
|
3032
|
-
),
|
|
3033
|
-
{
|
|
3034
|
-
immediate: !0
|
|
3035
|
-
}
|
|
3036
|
-
);
|
|
3037
|
-
const { t: i } = Z();
|
|
3038
|
-
return (c, m) => (v(), w(M, null, [
|
|
3039
|
-
C(ve, null, {
|
|
3040
|
-
default: P(({ el: d }) => [
|
|
3041
|
-
C(ge, {
|
|
3042
|
-
columns: u(r),
|
|
3043
|
-
rows: e.rows,
|
|
3044
|
-
"is-loading": t.isLoading,
|
|
3045
|
-
"append-to": o.value || d
|
|
3046
|
-
}, {
|
|
3047
|
-
"cell-homeTeamName": P(({ row: l }) => [
|
|
3048
|
-
b("span", Ys, x(l.homeTeam.longName), 1),
|
|
3049
|
-
b("span", Xs, x(l.homeTeam.shortName), 1)
|
|
3050
|
-
]),
|
|
3051
|
-
"cell-awayTeamName": P(({ row: l }) => [
|
|
3052
|
-
b("span", Zs, x(l.awayTeam.longName), 1),
|
|
3053
|
-
b("span", Qs, x(l.awayTeam.shortName), 1)
|
|
3054
|
-
]),
|
|
3055
|
-
"cell-homeTeamLogo": P(({ row: l }) => [
|
|
3056
|
-
(v(), E(st, {
|
|
3057
|
-
class: "is-logo-image is-right",
|
|
3058
|
-
key: l.homeTeam.id,
|
|
3059
|
-
src: l.homeTeam.logo
|
|
3060
|
-
}, null, 8, ["src"]))
|
|
3061
|
-
]),
|
|
3062
|
-
"cell-awayTeamLogo": P(({ row: l }) => [
|
|
3063
|
-
(v(), E(st, {
|
|
3064
|
-
class: "is-logo-image is-right",
|
|
3065
|
-
key: l.awayTeam.id,
|
|
3066
|
-
src: l.awayTeam.logo
|
|
3067
|
-
}, null, 8, ["src"]))
|
|
3068
|
-
]),
|
|
3069
|
-
"cell-gameResult": P(({ row: l }) => [
|
|
3070
|
-
l.gameStatus === 0 ? (v(), w("span", tr, "-:-")) : (v(), w("a", {
|
|
3071
|
-
key: 1,
|
|
3072
|
-
href: t.externalGameResolver(l.gameId),
|
|
3073
|
-
target: t.externalGameResolverTarget,
|
|
3074
|
-
class: z({ "is-text-dark": l.gameStatus !== 1, "is-text-accent": l.gameStatus === 1 })
|
|
3075
|
-
}, x(l.homeTeamScore) + ":" + x(l.awayTeamScore), 11, er))
|
|
3076
|
-
]),
|
|
3077
|
-
"cell-gameResultType": P(({ row: l }) => [
|
|
3078
|
-
l.isOvertime ? (v(), w("span", or, x(u(i)("common.overtimeShort")), 1)) : A("", !0),
|
|
3079
|
-
l.isShootout ? (v(), w("span", nr, x(u(i)("common.shootoutShort")), 1)) : A("", !0),
|
|
3080
|
-
l.seriesStandings ? (v(), w("span", sr, x(l.seriesStandings), 1)) : A("", !0)
|
|
3081
|
-
]),
|
|
3082
|
-
"cell-broadcast": P(({ row: l }) => [
|
|
3083
|
-
l.broadcast ? (v(), E(u(Os), { key: 0 })) : (v(), w("span", rr))
|
|
3084
|
-
]),
|
|
3085
|
-
"cell-location": P(({ row: l }) => {
|
|
3086
|
-
var p;
|
|
3087
|
-
return [
|
|
3088
|
-
D(x(((p = l.location) == null ? void 0 : p.locationName) ?? ""), 1)
|
|
3089
|
-
];
|
|
3090
|
-
}),
|
|
3091
|
-
"cell-more": P(({ row: l }) => [
|
|
3092
|
-
C(he, {
|
|
3093
|
-
offset: 2,
|
|
3094
|
-
placement: "left",
|
|
3095
|
-
theme: "content",
|
|
3096
|
-
"append-to": d
|
|
3097
|
-
}, {
|
|
3098
|
-
default: P(({ setRef: p, show: y, hide: g }) => [
|
|
3099
|
-
b("button", {
|
|
3100
|
-
ref: p,
|
|
3101
|
-
onClick: it(y, ["stop"]),
|
|
3102
|
-
onFocus: y,
|
|
3103
|
-
onBlur: g
|
|
3104
|
-
}, [
|
|
3105
|
-
C(u(Vs))
|
|
3106
|
-
], 40, ir)
|
|
3107
|
-
]),
|
|
3108
|
-
content: P(() => [
|
|
3109
|
-
b("ul", ar, [
|
|
3110
|
-
b("li", null, [
|
|
3111
|
-
b("a", {
|
|
3112
|
-
href: t.externalGameResolver(l.gameId),
|
|
3113
|
-
class: "is-dropdown-item",
|
|
3114
|
-
target: t.externalGameResolverTarget
|
|
3115
|
-
}, [
|
|
3116
|
-
C(u(Fs), { width: "14" }),
|
|
3117
|
-
D(" " + x(u(i)("common.report")), 1)
|
|
3118
|
-
], 8, lr)
|
|
3119
|
-
]),
|
|
3120
|
-
l.video ? (v(), w("li", cr, [
|
|
3121
|
-
b("a", {
|
|
3122
|
-
href: l.video,
|
|
3123
|
-
class: "is-dropdown-item",
|
|
3124
|
-
target: "_blank"
|
|
3125
|
-
}, [
|
|
3126
|
-
C(u(Us), { width: "14" }),
|
|
3127
|
-
D(" " + x(u(i)("common.video")), 1)
|
|
3128
|
-
], 8, dr)
|
|
3129
|
-
])) : A("", !0)
|
|
3130
|
-
])
|
|
3131
|
-
]),
|
|
3132
|
-
_: 2
|
|
3133
|
-
}, 1032, ["append-to"])
|
|
3134
|
-
]),
|
|
3135
|
-
loading: P(() => [
|
|
3136
|
-
C(ye)
|
|
3137
|
-
]),
|
|
3138
|
-
_: 2
|
|
3139
|
-
}, 1032, ["columns", "rows", "is-loading", "append-to"])
|
|
3140
|
-
]),
|
|
3141
|
-
_: 1
|
|
3142
|
-
}),
|
|
3143
|
-
b("div", {
|
|
3144
|
-
ref_key: "tooltipContainer",
|
|
3145
|
-
ref: o
|
|
3146
|
-
}, null, 512)
|
|
3147
|
-
], 64));
|
|
3148
|
-
}
|
|
3149
|
-
}, ur = { class: "g-row g-gap-normal is-mb-5" }, mr = ["value"], pr = { key: 0 }, fr = ["onClick"], Or = {
|
|
3150
|
-
__name: "SeasonSelector",
|
|
3151
|
-
props: {
|
|
3152
|
-
seasons: {
|
|
3153
|
-
type: Array,
|
|
3154
|
-
default: () => []
|
|
3155
|
-
},
|
|
3156
|
-
championshipId: {
|
|
3157
|
-
type: Number,
|
|
3158
|
-
default: 0
|
|
3159
|
-
},
|
|
3160
|
-
sections: {
|
|
3161
|
-
type: Array,
|
|
3162
|
-
default: () => []
|
|
3163
|
-
},
|
|
3164
|
-
sectionId: {
|
|
3165
|
-
type: Number,
|
|
3166
|
-
default: 0
|
|
3167
|
-
},
|
|
3168
|
-
isSectionSelectionDisabled: {
|
|
3169
|
-
type: Boolean,
|
|
3170
|
-
default: !1
|
|
3171
|
-
}
|
|
3172
|
-
},
|
|
3173
|
-
emits: ["onChangeSeason", "onChangeSection"],
|
|
3174
|
-
setup(t, { emit: e }) {
|
|
3175
|
-
const o = t, n = e, { t: r } = Z(), s = $({
|
|
3176
|
-
get() {
|
|
3177
|
-
return o.championshipId;
|
|
3178
|
-
},
|
|
3179
|
-
set(c) {
|
|
3180
|
-
n("onChangeSeason", c);
|
|
3181
|
-
}
|
|
3182
|
-
});
|
|
3183
|
-
function i(c) {
|
|
3184
|
-
n("onChangeSection", c);
|
|
3185
|
-
}
|
|
3186
|
-
return (c, m) => (v(), w(M, null, [
|
|
3187
|
-
b("div", ur, [
|
|
3188
|
-
b("div", null, [
|
|
3189
|
-
b("label", {
|
|
3190
|
-
for: "season",
|
|
3191
|
-
class: z(u(U)("label"))
|
|
3192
|
-
}, x(u(r)("selection.season")), 3),
|
|
3193
|
-
C(eo, {
|
|
3194
|
-
id: "season",
|
|
3195
|
-
modelValue: s.value,
|
|
3196
|
-
"onUpdate:modelValue": m[0] || (m[0] = (d) => s.value = d)
|
|
3197
|
-
}, {
|
|
3198
|
-
default: P(() => [
|
|
3199
|
-
(v(!0), w(M, null, tt(t.seasons, (d) => (v(), w("option", {
|
|
3200
|
-
key: d.championshipId,
|
|
3201
|
-
value: d.championshipId
|
|
3202
|
-
}, x(d.seasonName), 9, mr))), 128))
|
|
3203
|
-
]),
|
|
3204
|
-
_: 1
|
|
3205
|
-
}, 8, ["modelValue"])
|
|
3206
|
-
]),
|
|
3207
|
-
R(c.$slots, "default")
|
|
3208
|
-
]),
|
|
3209
|
-
t.isSectionSelectionDisabled ? A("", !0) : (v(), w("div", pr, [
|
|
3210
|
-
(v(!0), w(M, null, tt(t.sections, (d) => (v(), w("button", {
|
|
3211
|
-
key: d.phaseId,
|
|
3212
|
-
onClick: (l) => i(d),
|
|
3213
|
-
class: z([u(U)("tab-button"), { "is-active": d.sectionId === t.sectionId }])
|
|
3214
|
-
}, x(d.sectionName), 11, fr))), 128))
|
|
3215
|
-
]))
|
|
3216
|
-
], 64));
|
|
3217
|
-
}
|
|
3218
|
-
}, hr = ["textContent"], Ir = {
|
|
3219
|
-
__name: "AdditionalStandingsText",
|
|
3220
|
-
props: {
|
|
3221
|
-
rows: {
|
|
3222
|
-
type: Array,
|
|
3223
|
-
default: () => []
|
|
3224
|
-
},
|
|
3225
|
-
additionalKey: {
|
|
3226
|
-
type: String,
|
|
3227
|
-
required: !0
|
|
3228
|
-
}
|
|
3229
|
-
},
|
|
3230
|
-
setup(t) {
|
|
3231
|
-
const e = t, o = Ie(e, "rows"), { t: n, locale: r } = Z(), { isVisible: s, text: i } = Me(o, e.additionalKey, n, r);
|
|
3232
|
-
return (c, m) => u(s) ? (v(), w("div", {
|
|
3233
|
-
key: 0,
|
|
3234
|
-
class: "is-text-xs is-text-light is-mt-5 is-mb-5",
|
|
3235
|
-
textContent: x(u(i))
|
|
3236
|
-
}, null, 8, hr)) : A("", !0);
|
|
3237
|
-
}
|
|
3238
|
-
};
|
|
3239
|
-
export {
|
|
3240
|
-
Sr as I,
|
|
3241
|
-
st as _,
|
|
3242
|
-
Ar as a,
|
|
3243
|
-
ge as b,
|
|
3244
|
-
eo as c,
|
|
3245
|
-
Pr as d,
|
|
3246
|
-
kr as e,
|
|
3247
|
-
$r as f,
|
|
3248
|
-
he as g,
|
|
3249
|
-
Or as h,
|
|
3250
|
-
zr as i,
|
|
3251
|
-
ve as j,
|
|
3252
|
-
ye as k,
|
|
3253
|
-
_r as l,
|
|
3254
|
-
xr as m,
|
|
3255
|
-
Ir as n
|
|
3256
|
-
};
|