@mjsz-vbr-elements/core 2.3.8 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,17 +1,105 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.3.8 - 21/05/2024, 10:10:53
3
+ * version: v2.4.0 - 06/06/2024, 12:35:57
4
4
  * (c) 2024
5
5
  * description: Data visualization for MJSZ VBR
6
6
  * author: Ákos Stegner <akos.stegner@gmail.com>
7
7
  */
8
- import { computed as C, withDirectives as he, openBlock as v, createElementBlock as b, normalizeClass as z, unref as u, renderSlot as N, vModelSelect as ge, createElementVNode as w, ref as G, watch as Vt, isRef as ye, Fragment as M, normalizeStyle as Dt, createVNode as O, Transition as ve, withCtx as k, createTextVNode as D, toDisplayString as T, createCommentVNode as _, toRefs as Ot, renderList as tt, createBlock as R, withKeys as Mt, withModifiers as it, defineComponent as we, createSlots as be, toRef as xe } from "vue";
9
- import { f as q, o as Te, e as ke, d as Z, a as Pe, c as Se, j as _e, n as Ae, i as ze, b as Jt, u as Xt, w as $e, h as Ce } from "./useAdditionalText-B4_ntvb_.js";
10
- import { x as Zt, z as vt, l as Bt, p as Oe, o as wt, g as Ge } from "./datetime-C3O51pdW.js";
11
- import { LAZY_LOADING_STATE_DELAY as Ee, SORT_STATE_ORIGINAL as At, SORT_STATE_DESCEND as Ht, SORT_STATE_ASCEND as Ft, AVAILABLE_TIMEZONES_BY_COUNTRY as Re, DEFAULT_PORTRAIT_IMAGE_URL as Ne } from "./constants.js";
12
- import { k as Ie, W as Qt, U as xt } from "./convert-BEp1U263.js";
13
- import { COLUMNS_SCHEDULE as Le } from "./columns.js";
14
- const Ve = {
8
+ import { computed as $, ref as C, watch as Ot, getCurrentScope as we, onScopeDispose as be, unref as u, getCurrentInstance as xe, onMounted as Te, defineComponent as Zt, onUnmounted as ke, h as Pe, withDirectives as Se, openBlock as v, createElementBlock as b, normalizeClass as z, renderSlot as R, vModelSelect as _e, createElementVNode as w, isRef as Ae, Fragment as M, normalizeStyle as Bt, createVNode as G, Transition as ze, withCtx as k, createTextVNode as D, toDisplayString as T, createCommentVNode as _, toRefs as It, renderList as tt, createBlock as I, withKeys as Ft, withModifiers as it, createSlots as $e, toRef as Ce } from "vue";
9
+ import { f as q, o as Oe, e as Ge, d as Z, a as Ee, c as Ie, j as Re, n as Ne, i as Le, b as Qt, u as te, w as Ve, h as De } from "./useAdditionalText-Bi2CUi4-.js";
10
+ import { J as ee, K as vt, z as Ht, C as Me, o as wt, g as Be } from "./datetime-Df9jKQTx.js";
11
+ import { LAZY_LOADING_STATE_DELAY as Fe, SORT_STATE_ORIGINAL as At, SORT_STATE_DESCEND as jt, SORT_STATE_ASCEND as Wt, AVAILABLE_TIMEZONES_BY_COUNTRY as He, DEFAULT_PORTRAIT_IMAGE_URL as je } from "./constants.js";
12
+ import { m as We, W as oe, U as xt } from "./convert-BUiKPu9l.js";
13
+ import { COLUMNS_SCHEDULE as Ke } from "./columns.js";
14
+ function Ue(t) {
15
+ return we() ? (be(t), !0) : !1;
16
+ }
17
+ function ne(t) {
18
+ return typeof t == "function" ? t() : u(t);
19
+ }
20
+ const Ye = typeof window < "u" && typeof document < "u";
21
+ typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
22
+ const qe = (t) => t != null, zt = () => {
23
+ };
24
+ function $t(t) {
25
+ var e;
26
+ const o = ne(t);
27
+ return (e = o == null ? void 0 : o.$el) != null ? e : o;
28
+ }
29
+ const Je = Ye ? window : void 0;
30
+ function Xe() {
31
+ const t = C(!1);
32
+ return xe() && Te(() => {
33
+ t.value = !0;
34
+ }), t;
35
+ }
36
+ function Ze(t) {
37
+ const e = Xe();
38
+ return $(() => (e.value, !!t()));
39
+ }
40
+ function Qe(t, e, o = {}) {
41
+ const {
42
+ root: n,
43
+ rootMargin: r = "0px",
44
+ threshold: s = 0.1,
45
+ window: i = Je,
46
+ immediate: c = !0
47
+ } = o, m = Ze(() => i && "IntersectionObserver" in i), d = $(() => {
48
+ const a = ne(t);
49
+ return (Array.isArray(a) ? a : [a]).map($t).filter(qe);
50
+ });
51
+ let l = zt;
52
+ const f = C(c), y = m.value ? Ot(
53
+ () => [d.value, $t(n), f.value],
54
+ ([a, p]) => {
55
+ if (l(), !f.value || !a.length)
56
+ return;
57
+ const h = new IntersectionObserver(
58
+ e,
59
+ {
60
+ root: $t(p),
61
+ rootMargin: r,
62
+ threshold: s
63
+ }
64
+ );
65
+ a.forEach((x) => x && h.observe(x)), l = () => {
66
+ h.disconnect(), l = zt;
67
+ };
68
+ },
69
+ { immediate: c, flush: "post" }
70
+ ) : zt, g = () => {
71
+ l(), y(), f.value = !1;
72
+ };
73
+ return Ue(g), {
74
+ isSupported: m,
75
+ isActive: f,
76
+ pause() {
77
+ l(), f.value = !1;
78
+ },
79
+ resume() {
80
+ f.value = !0;
81
+ },
82
+ stop: g
83
+ };
84
+ }
85
+ const Tr = Zt({
86
+ name: "FetchMoreObserver",
87
+ props: ["as", "options"],
88
+ emits: ["intersect"],
89
+ setup(t, { slots: e, emit: o }) {
90
+ const n = C(null), { stop: r } = Qe(
91
+ n,
92
+ ([{ isIntersecting: s }]) => {
93
+ s && o("intersect");
94
+ },
95
+ t.options
96
+ );
97
+ return ke(r), () => {
98
+ if (e.default)
99
+ return Pe(t.as || "div", { ref: n }, e.default());
100
+ };
101
+ }
102
+ }), to = {
15
103
  __name: "BaseSelect",
16
104
  props: {
17
105
  modelValue: {
@@ -21,18 +109,18 @@ const Ve = {
21
109
  },
22
110
  emits: ["update:modelValue"],
23
111
  setup(t, { emit: e }) {
24
- const o = t, n = e, r = q("base-input"), s = C({ get: () => o.modelValue, set: (i) => n("update:modelValue", i) });
25
- return (i, c) => he((v(), b("select", {
112
+ const o = t, n = e, r = q("base-input"), s = $({ get: () => o.modelValue, set: (i) => n("update:modelValue", i) });
113
+ return (i, c) => Se((v(), b("select", {
26
114
  "onUpdate:modelValue": c[0] || (c[0] = (m) => s.value = m),
27
115
  class: z([u(r), "is-select"])
28
116
  }, [
29
- N(i.$slots, "default")
117
+ R(i.$slots, "default")
30
118
  ], 2)), [
31
- [ge, s.value]
119
+ [_e, s.value]
32
120
  ]);
33
121
  }
34
122
  };
35
- var De = /* @__PURE__ */ Zt(function(e, o, n) {
123
+ var eo = /* @__PURE__ */ ee(function(e, o, n) {
36
124
  var r = {}, s;
37
125
  o = o || {}, n = n || {};
38
126
  for (s in o)
@@ -40,16 +128,16 @@ var De = /* @__PURE__ */ Zt(function(e, o, n) {
40
128
  for (s in n)
41
129
  vt(s, n) && !vt(s, r) && (r[s] = n[s]);
42
130
  return r;
43
- }), Me = /* @__PURE__ */ Zt(function t(e, o, n) {
44
- return De(function(r, s, i) {
45
- return Bt(s) && Bt(i) ? t(e, s, i) : e(r, s, i);
131
+ }), oo = /* @__PURE__ */ ee(function t(e, o, n) {
132
+ return eo(function(r, s, i) {
133
+ return Ht(s) && Ht(i) ? t(e, s, i) : e(r, s, i);
46
134
  }, o, n);
47
- }), Be = /* @__PURE__ */ Oe(function(e, o) {
48
- return Me(function(n, r, s) {
135
+ }), no = /* @__PURE__ */ Me(function(e, o) {
136
+ return oo(function(n, r, s) {
49
137
  return s;
50
138
  }, e, o);
51
139
  });
52
- const He = {
140
+ const so = {
53
141
  "aria-hidden": "true",
54
142
  focusable: "false",
55
143
  "data-prefix": "fas",
@@ -58,16 +146,16 @@ const He = {
58
146
  role: "img",
59
147
  xmlns: "http://www.w3.org/2000/svg",
60
148
  viewBox: "0 0 320 512"
61
- }, Fe = /* @__PURE__ */ w("path", {
149
+ }, ro = /* @__PURE__ */ w("path", {
62
150
  fill: "currentColor",
63
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"
64
- }, null, -1), je = [
65
- Fe
152
+ }, null, -1), io = [
153
+ ro
66
154
  ];
67
- function We(t, e) {
68
- return v(), b("svg", He, [...je]);
155
+ function ao(t, e) {
156
+ return v(), b("svg", so, [...io]);
69
157
  }
70
- const jt = { render: We }, Ke = {
158
+ const Kt = { render: ao }, lo = {
71
159
  "aria-hidden": "true",
72
160
  focusable: "false",
73
161
  "data-prefix": "fas",
@@ -76,16 +164,16 @@ const jt = { render: We }, Ke = {
76
164
  role: "img",
77
165
  xmlns: "http://www.w3.org/2000/svg",
78
166
  viewBox: "0 0 320 512"
79
- }, Ue = /* @__PURE__ */ w("path", {
167
+ }, co = /* @__PURE__ */ w("path", {
80
168
  fill: "currentColor",
81
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"
82
- }, null, -1), Ye = [
83
- Ue
170
+ }, null, -1), uo = [
171
+ co
84
172
  ];
85
- function qe(t, e) {
86
- return v(), b("svg", Ke, [...Ye]);
173
+ function mo(t, e) {
174
+ return v(), b("svg", lo, [...uo]);
87
175
  }
88
- const Je = { render: qe }, Xe = {
176
+ const fo = { render: mo }, po = {
89
177
  "aria-hidden": "true",
90
178
  focusable: "false",
91
179
  "data-prefix": "fas",
@@ -94,28 +182,28 @@ const Je = { render: qe }, Xe = {
94
182
  role: "img",
95
183
  xmlns: "http://www.w3.org/2000/svg",
96
184
  viewBox: "0 0 320 512"
97
- }, Ze = /* @__PURE__ */ w("path", {
185
+ }, ho = /* @__PURE__ */ w("path", {
98
186
  fill: "currentColor",
99
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"
100
- }, null, -1), Qe = [
101
- Ze
188
+ }, null, -1), go = [
189
+ ho
102
190
  ];
103
- function to(t, e) {
104
- return v(), b("svg", Xe, [...Qe]);
191
+ function yo(t, e) {
192
+ return v(), b("svg", po, [...go]);
105
193
  }
106
- const eo = { render: to }, at = Math.min, et = Math.max, Tt = Math.round, bt = Math.floor, J = (t) => ({
194
+ const vo = { render: yo }, at = Math.min, et = Math.max, Tt = Math.round, bt = Math.floor, J = (t) => ({
107
195
  x: t,
108
196
  y: t
109
- }), oo = {
197
+ }), wo = {
110
198
  left: "right",
111
199
  right: "left",
112
200
  bottom: "top",
113
201
  top: "bottom"
114
- }, no = {
202
+ }, bo = {
115
203
  start: "end",
116
204
  end: "start"
117
205
  };
118
- function $t(t, e, o) {
206
+ function Gt(t, e, o) {
119
207
  return et(t, at(e, o));
120
208
  }
121
209
  function ht(t, e) {
@@ -127,32 +215,32 @@ function ot(t) {
127
215
  function gt(t) {
128
216
  return t.split("-")[1];
129
217
  }
130
- function te(t) {
218
+ function se(t) {
131
219
  return t === "x" ? "y" : "x";
132
220
  }
133
- function Gt(t) {
221
+ function Rt(t) {
134
222
  return t === "y" ? "height" : "width";
135
223
  }
136
224
  function St(t) {
137
225
  return ["top", "bottom"].includes(ot(t)) ? "y" : "x";
138
226
  }
139
- function Et(t) {
140
- return te(St(t));
227
+ function Nt(t) {
228
+ return se(St(t));
141
229
  }
142
- function so(t, e, o) {
230
+ function xo(t, e, o) {
143
231
  o === void 0 && (o = !1);
144
- const n = gt(t), r = Et(t), s = Gt(r);
232
+ const n = gt(t), r = Nt(t), s = Rt(r);
145
233
  let i = r === "x" ? n === (o ? "end" : "start") ? "right" : "left" : n === "start" ? "bottom" : "top";
146
234
  return e.reference[s] > e.floating[s] && (i = kt(i)), [i, kt(i)];
147
235
  }
148
- function ro(t) {
236
+ function To(t) {
149
237
  const e = kt(t);
150
- return [Ct(t), e, Ct(e)];
238
+ return [Et(t), e, Et(e)];
151
239
  }
152
- function Ct(t) {
153
- return t.replace(/start|end/g, (e) => no[e]);
240
+ function Et(t) {
241
+ return t.replace(/start|end/g, (e) => bo[e]);
154
242
  }
155
- function io(t, e, o) {
243
+ function ko(t, e, o) {
156
244
  const n = ["left", "right"], r = ["right", "left"], s = ["top", "bottom"], i = ["bottom", "top"];
157
245
  switch (t) {
158
246
  case "top":
@@ -165,15 +253,15 @@ function io(t, e, o) {
165
253
  return [];
166
254
  }
167
255
  }
168
- function ao(t, e, o, n) {
256
+ function Po(t, e, o, n) {
169
257
  const r = gt(t);
170
- let s = io(ot(t), o === "start", n);
171
- return r && (s = s.map((i) => i + "-" + r), e && (s = s.concat(s.map(Ct)))), s;
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;
172
260
  }
173
261
  function kt(t) {
174
- return t.replace(/left|right|bottom|top/g, (e) => oo[e]);
262
+ return t.replace(/left|right|bottom|top/g, (e) => wo[e]);
175
263
  }
176
- function lo(t) {
264
+ function So(t) {
177
265
  return {
178
266
  top: 0,
179
267
  right: 0,
@@ -182,8 +270,8 @@ function lo(t) {
182
270
  ...t
183
271
  };
184
272
  }
185
- function ee(t) {
186
- return typeof t != "number" ? lo(t) : {
273
+ function re(t) {
274
+ return typeof t != "number" ? So(t) : {
187
275
  top: t,
188
276
  right: t,
189
277
  bottom: t,
@@ -199,12 +287,12 @@ function Pt(t) {
199
287
  bottom: t.y + t.height
200
288
  };
201
289
  }
202
- function Wt(t, e, o) {
290
+ function Ut(t, e, o) {
203
291
  let {
204
292
  reference: n,
205
293
  floating: r
206
294
  } = t;
207
- const s = St(e), i = Et(e), c = Gt(i), m = ot(e), d = s === "y", l = n.x + n.width / 2 - r.width / 2, f = n.y + n.height / 2 - r.height / 2, y = n[c] / 2 - r[c] / 2;
295
+ const s = St(e), i = Nt(e), c = Rt(i), m = ot(e), d = s === "y", l = n.x + n.width / 2 - r.width / 2, f = n.y + n.height / 2 - r.height / 2, y = n[c] / 2 - r[c] / 2;
208
296
  let g;
209
297
  switch (m) {
210
298
  case "top":
@@ -247,7 +335,7 @@ function Wt(t, e, o) {
247
335
  }
248
336
  return g;
249
337
  }
250
- const co = async (t, e, o) => {
338
+ const _o = async (t, e, o) => {
251
339
  const {
252
340
  placement: n = "bottom",
253
341
  strategy: r = "absolute",
@@ -261,7 +349,7 @@ const co = async (t, e, o) => {
261
349
  }), {
262
350
  x: l,
263
351
  y: f
264
- } = Wt(d, n, m), y = n, g = {}, a = 0;
352
+ } = Ut(d, n, m), y = n, g = {}, a = 0;
265
353
  for (let p = 0; p < c.length; p++) {
266
354
  const {
267
355
  name: h,
@@ -269,7 +357,7 @@ const co = async (t, e, o) => {
269
357
  } = c[p], {
270
358
  x: P,
271
359
  y: S,
272
- data: $,
360
+ data: O,
273
361
  reset: A
274
362
  } = await x({
275
363
  x: l,
@@ -289,7 +377,7 @@ const co = async (t, e, o) => {
289
377
  ...g,
290
378
  [h]: {
291
379
  ...g[h],
292
- ...$
380
+ ...O
293
381
  }
294
382
  }, A && a <= 50 && (a++, typeof A == "object" && (A.placement && (y = A.placement), A.rects && (d = A.rects === !0 ? await i.getElementRects({
295
383
  reference: t,
@@ -298,7 +386,7 @@ const co = async (t, e, o) => {
298
386
  }) : A.rects), {
299
387
  x: l,
300
388
  y: f
301
- } = Wt(d, y, m)), p = -1);
389
+ } = Ut(d, y, m)), p = -1);
302
390
  }
303
391
  return {
304
392
  x: l,
@@ -308,7 +396,7 @@ const co = async (t, e, o) => {
308
396
  middlewareData: g
309
397
  };
310
398
  };
311
- async function oe(t, e) {
399
+ async function ie(t, e) {
312
400
  var o;
313
401
  e === void 0 && (e = {});
314
402
  const {
@@ -324,7 +412,7 @@ async function oe(t, e) {
324
412
  elementContext: f = "floating",
325
413
  altBoundary: y = !1,
326
414
  padding: g = 0
327
- } = ht(e, t), a = ee(g), h = c[y ? f === "floating" ? "reference" : "floating" : f], x = Pt(await s.getClippingRect({
415
+ } = ht(e, t), a = re(g), h = c[y ? f === "floating" ? "reference" : "floating" : f], x = Pt(await s.getClippingRect({
328
416
  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)),
329
417
  boundary: d,
330
418
  rootBoundary: l,
@@ -333,7 +421,7 @@ async function oe(t, e) {
333
421
  ...i.floating,
334
422
  x: n,
335
423
  y: r
336
- } : i.reference, S = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(c.floating)), $ = await (s.isElement == null ? void 0 : s.isElement(S)) ? await (s.getScale == null ? void 0 : s.getScale(S)) || {
424
+ } : i.reference, S = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(c.floating)), O = await (s.isElement == null ? void 0 : s.isElement(S)) ? await (s.getScale == null ? void 0 : s.getScale(S)) || {
337
425
  x: 1,
338
426
  y: 1
339
427
  } : {
@@ -346,13 +434,13 @@ async function oe(t, e) {
346
434
  strategy: m
347
435
  }) : P);
348
436
  return {
349
- top: (x.top - A.top + a.top) / $.y,
350
- bottom: (A.bottom - x.bottom + a.bottom) / $.y,
351
- left: (x.left - A.left + a.left) / $.x,
352
- right: (A.right - x.right + a.right) / $.x
437
+ top: (x.top - A.top + a.top) / O.y,
438
+ bottom: (A.bottom - x.bottom + a.bottom) / O.y,
439
+ left: (x.left - A.left + a.left) / O.x,
440
+ right: (A.right - x.right + a.right) / O.x
353
441
  };
354
442
  }
355
- const uo = (t) => ({
443
+ const Ao = (t) => ({
356
444
  name: "arrow",
357
445
  options: t,
358
446
  async fn(e) {
@@ -370,18 +458,18 @@ const uo = (t) => ({
370
458
  } = ht(t, e) || {};
371
459
  if (d == null)
372
460
  return {};
373
- const f = ee(l), y = {
461
+ const f = re(l), y = {
374
462
  x: o,
375
463
  y: n
376
- }, g = Et(r), a = Gt(g), p = await i.getDimensions(d), h = g === "y", x = h ? "top" : "left", P = h ? "bottom" : "right", S = h ? "clientHeight" : "clientWidth", $ = s.reference[a] + s.reference[g] - y[g] - s.floating[a], A = y[g] - s.reference[g], V = await (i.getOffsetParent == null ? void 0 : i.getOffsetParent(d));
377
- let H = V ? V[S] : 0;
378
- (!H || !await (i.isElement == null ? void 0 : i.isElement(V))) && (H = c.floating[S] || s.floating[a]);
379
- const Q = $ / 2 - A / 2, dt = H / 2 - p[a] / 2 - 1, ut = at(f[x], dt), mt = at(f[P], dt), L = ut, ft = H - p[a] - mt, E = H / 2 - p[a] / 2 + Q, F = $t(L, E, ft), j = !m.arrow && gt(r) != null && E !== F && s.reference[a] / 2 - (E < L ? ut : mt) - p[a] / 2 < 0, U = j ? E < L ? E - L : E - ft : 0;
464
+ }, g = Nt(r), a = Rt(g), p = await i.getDimensions(d), h = g === "y", x = h ? "top" : "left", P = h ? "bottom" : "right", S = h ? "clientHeight" : "clientWidth", O = s.reference[a] + s.reference[g] - y[g] - s.floating[a], A = y[g] - s.reference[g], V = await (i.getOffsetParent == null ? void 0 : i.getOffsetParent(d));
465
+ let F = V ? V[S] : 0;
466
+ (!F || !await (i.isElement == null ? void 0 : i.isElement(V))) && (F = c.floating[S] || s.floating[a]);
467
+ const Q = O / 2 - A / 2, dt = F / 2 - p[a] / 2 - 1, ut = at(f[x], dt), mt = at(f[P], dt), L = ut, ft = F - p[a] - mt, E = F / 2 - p[a] / 2 + Q, H = Gt(L, E, ft), j = !m.arrow && gt(r) != null && E !== H && s.reference[a] / 2 - (E < L ? ut : mt) - p[a] / 2 < 0, U = j ? E < L ? E - L : E - ft : 0;
380
468
  return {
381
469
  [g]: y[g] + U,
382
470
  data: {
383
- [g]: F,
384
- centerOffset: E - F - U,
471
+ [g]: H,
472
+ centerOffset: E - H - U,
385
473
  ...j && {
386
474
  alignmentOffset: U
387
475
  }
@@ -389,7 +477,7 @@ const uo = (t) => ({
389
477
  reset: j
390
478
  };
391
479
  }
392
- }), mo = function(t) {
480
+ }), zo = function(t) {
393
481
  return t === void 0 && (t = {}), {
394
482
  name: "flip",
395
483
  options: t,
@@ -413,18 +501,18 @@ const uo = (t) => ({
413
501
  } = ht(t, e);
414
502
  if ((o = s.arrow) != null && o.alignmentOffset)
415
503
  return {};
416
- const x = ot(r), P = ot(c) === c, S = await (m.isRTL == null ? void 0 : m.isRTL(d.floating)), $ = y || (P || !p ? [kt(c)] : ro(c));
417
- !y && a !== "none" && $.push(...ao(c, p, a, S));
418
- const A = [c, ...$], V = await oe(e, h), H = [];
504
+ const x = ot(r), P = ot(c) === c, S = await (m.isRTL == null ? void 0 : m.isRTL(d.floating)), O = y || (P || !p ? [kt(c)] : To(c));
505
+ !y && a !== "none" && O.push(...Po(c, p, a, S));
506
+ const A = [c, ...O], V = await ie(e, h), F = [];
419
507
  let Q = ((n = s.flip) == null ? void 0 : n.overflows) || [];
420
- if (l && H.push(V[x]), f) {
421
- const L = so(r, i, S);
422
- H.push(V[L[0]], V[L[1]]);
508
+ if (l && F.push(V[x]), f) {
509
+ const L = xo(r, i, S);
510
+ F.push(V[L[0]], V[L[1]]);
423
511
  }
424
512
  if (Q = [...Q, {
425
513
  placement: r,
426
- overflows: H
427
- }], !H.every((L) => L <= 0)) {
514
+ overflows: F
515
+ }], !F.every((L) => L <= 0)) {
428
516
  var dt, ut;
429
517
  const L = (((dt = s.flip) == null ? void 0 : dt.index) || 0) + 1, ft = A[L];
430
518
  if (ft)
@@ -437,13 +525,13 @@ const uo = (t) => ({
437
525
  placement: ft
438
526
  }
439
527
  };
440
- let E = (ut = Q.filter((F) => F.overflows[0] <= 0).sort((F, j) => F.overflows[1] - j.overflows[1])[0]) == null ? void 0 : ut.placement;
528
+ let E = (ut = Q.filter((H) => H.overflows[0] <= 0).sort((H, j) => H.overflows[1] - j.overflows[1])[0]) == null ? void 0 : ut.placement;
441
529
  if (!E)
442
530
  switch (g) {
443
531
  case "bestFit": {
444
532
  var mt;
445
- const F = (mt = Q.map((j) => [j.placement, j.overflows.filter((U) => U > 0).reduce((U, pe) => U + pe, 0)]).sort((j, U) => j[1] - U[1])[0]) == null ? void 0 : mt[0];
446
- F && (E = F);
533
+ const H = (mt = Q.map((j) => [j.placement, j.overflows.filter((U) => U > 0).reduce((U, ve) => U + ve, 0)]).sort((j, U) => j[1] - U[1])[0]) == null ? void 0 : mt[0];
534
+ H && (E = H);
447
535
  break;
448
536
  }
449
537
  case "initialPlacement":
@@ -461,7 +549,7 @@ const uo = (t) => ({
461
549
  }
462
550
  };
463
551
  };
464
- async function fo(t, e) {
552
+ async function $o(t, e) {
465
553
  const {
466
554
  placement: o,
467
555
  platform: n,
@@ -489,7 +577,7 @@ async function fo(t, e) {
489
577
  y: g * l
490
578
  };
491
579
  }
492
- const po = function(t) {
580
+ const Co = function(t) {
493
581
  return t === void 0 && (t = 0), {
494
582
  name: "offset",
495
583
  options: t,
@@ -500,7 +588,7 @@ const po = function(t) {
500
588
  y: s,
501
589
  placement: i,
502
590
  middlewareData: c
503
- } = e, m = await fo(e, t);
591
+ } = e, m = await $o(e, t);
504
592
  return i === ((o = c.offset) == null ? void 0 : o.placement) && (n = c.arrow) != null && n.alignmentOffset ? {} : {
505
593
  x: r + m.x,
506
594
  y: s + m.y,
@@ -511,7 +599,7 @@ const po = function(t) {
511
599
  };
512
600
  }
513
601
  };
514
- }, ho = function(t) {
602
+ }, Oo = function(t) {
515
603
  return t === void 0 && (t = {}), {
516
604
  name: "shift",
517
605
  options: t,
@@ -539,15 +627,15 @@ const po = function(t) {
539
627
  } = ht(t, e), d = {
540
628
  x: o,
541
629
  y: n
542
- }, l = await oe(e, m), f = St(ot(r)), y = te(f);
630
+ }, l = await ie(e, m), f = St(ot(r)), y = se(f);
543
631
  let g = d[y], a = d[f];
544
632
  if (s) {
545
633
  const h = y === "y" ? "top" : "left", x = y === "y" ? "bottom" : "right", P = g + l[h], S = g - l[x];
546
- g = $t(P, g, S);
634
+ g = Gt(P, g, S);
547
635
  }
548
636
  if (i) {
549
637
  const h = f === "y" ? "top" : "left", x = f === "y" ? "bottom" : "right", P = a + l[h], S = a - l[x];
550
- a = $t(P, a, S);
638
+ a = Gt(P, a, S);
551
639
  }
552
640
  const p = c.fn({
553
641
  ...e,
@@ -565,27 +653,27 @@ const po = function(t) {
565
653
  };
566
654
  };
567
655
  function ct(t) {
568
- return ne(t) ? (t.nodeName || "").toLowerCase() : "#document";
656
+ return ae(t) ? (t.nodeName || "").toLowerCase() : "#document";
569
657
  }
570
- function I(t) {
658
+ function N(t) {
571
659
  var e;
572
660
  return (t == null || (e = t.ownerDocument) == null ? void 0 : e.defaultView) || window;
573
661
  }
574
662
  function Y(t) {
575
663
  var e;
576
- return (e = (ne(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement;
664
+ return (e = (ae(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement;
577
665
  }
578
- function ne(t) {
579
- return t instanceof Node || t instanceof I(t).Node;
666
+ function ae(t) {
667
+ return t instanceof Node || t instanceof N(t).Node;
580
668
  }
581
669
  function W(t) {
582
- return t instanceof Element || t instanceof I(t).Element;
670
+ return t instanceof Element || t instanceof N(t).Element;
583
671
  }
584
672
  function K(t) {
585
- return t instanceof HTMLElement || t instanceof I(t).HTMLElement;
673
+ return t instanceof HTMLElement || t instanceof N(t).HTMLElement;
586
674
  }
587
- function Kt(t) {
588
- return typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof I(t).ShadowRoot;
675
+ function Yt(t) {
676
+ return typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof N(t).ShadowRoot;
589
677
  }
590
678
  function yt(t) {
591
679
  const {
@@ -596,30 +684,30 @@ function yt(t) {
596
684
  } = B(t);
597
685
  return /auto|scroll|overlay|hidden|clip/.test(e + n + o) && !["inline", "contents"].includes(r);
598
686
  }
599
- function go(t) {
687
+ function Go(t) {
600
688
  return ["table", "td", "th"].includes(ct(t));
601
689
  }
602
- function Rt(t) {
603
- const e = Nt(), o = B(t);
690
+ function Lt(t) {
691
+ const e = Vt(), o = B(t);
604
692
  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));
605
693
  }
606
- function yo(t) {
694
+ function Eo(t) {
607
695
  let e = X(t);
608
696
  for (; K(e) && !lt(e); ) {
609
- if (Rt(e))
697
+ if (Lt(e))
610
698
  return e;
611
699
  e = X(e);
612
700
  }
613
701
  return null;
614
702
  }
615
- function Nt() {
703
+ function Vt() {
616
704
  return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
617
705
  }
618
706
  function lt(t) {
619
707
  return ["html", "body", "#document"].includes(ct(t));
620
708
  }
621
709
  function B(t) {
622
- return I(t).getComputedStyle(t);
710
+ return N(t).getComputedStyle(t);
623
711
  }
624
712
  function _t(t) {
625
713
  return W(t) ? {
@@ -637,22 +725,22 @@ function X(t) {
637
725
  // Step into the shadow DOM of the parent of a slotted node.
638
726
  t.assignedSlot || // DOM Element detected.
639
727
  t.parentNode || // ShadowRoot detected.
640
- Kt(t) && t.host || // Fallback.
728
+ Yt(t) && t.host || // Fallback.
641
729
  Y(t)
642
730
  );
643
- return Kt(e) ? e.host : e;
731
+ return Yt(e) ? e.host : e;
644
732
  }
645
- function se(t) {
733
+ function le(t) {
646
734
  const e = X(t);
647
- return lt(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : K(e) && yt(e) ? e : se(e);
735
+ return lt(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : K(e) && yt(e) ? e : le(e);
648
736
  }
649
737
  function pt(t, e, o) {
650
738
  var n;
651
739
  e === void 0 && (e = []), o === void 0 && (o = !0);
652
- const r = se(t), s = r === ((n = t.ownerDocument) == null ? void 0 : n.body), i = I(r);
740
+ const r = le(t), s = r === ((n = t.ownerDocument) == null ? void 0 : n.body), i = N(r);
653
741
  return s ? e.concat(i, i.visualViewport || [], yt(r) ? r : [], i.frameElement && o ? pt(i.frameElement) : []) : e.concat(r, pt(r, [], o));
654
742
  }
655
- function re(t) {
743
+ function ce(t) {
656
744
  const e = B(t);
657
745
  let o = parseFloat(e.width) || 0, n = parseFloat(e.height) || 0;
658
746
  const r = K(t), s = r ? t.offsetWidth : o, i = r ? t.offsetHeight : n, c = Tt(o) !== s || Tt(n) !== i;
@@ -662,48 +750,48 @@ function re(t) {
662
750
  $: c
663
751
  };
664
752
  }
665
- function It(t) {
753
+ function Dt(t) {
666
754
  return W(t) ? t : t.contextElement;
667
755
  }
668
756
  function rt(t) {
669
- const e = It(t);
757
+ const e = Dt(t);
670
758
  if (!K(e))
671
759
  return J(1);
672
760
  const o = e.getBoundingClientRect(), {
673
761
  width: n,
674
762
  height: r,
675
763
  $: s
676
- } = re(e);
764
+ } = ce(e);
677
765
  let i = (s ? Tt(o.width) : o.width) / n, c = (s ? Tt(o.height) : o.height) / r;
678
766
  return (!i || !Number.isFinite(i)) && (i = 1), (!c || !Number.isFinite(c)) && (c = 1), {
679
767
  x: i,
680
768
  y: c
681
769
  };
682
770
  }
683
- const vo = /* @__PURE__ */ J(0);
684
- function ie(t) {
685
- const e = I(t);
686
- return !Nt() || !e.visualViewport ? vo : {
771
+ const Io = /* @__PURE__ */ J(0);
772
+ function de(t) {
773
+ const e = N(t);
774
+ return !Vt() || !e.visualViewport ? Io : {
687
775
  x: e.visualViewport.offsetLeft,
688
776
  y: e.visualViewport.offsetTop
689
777
  };
690
778
  }
691
- function wo(t, e, o) {
692
- return e === void 0 && (e = !1), !o || e && o !== I(t) ? !1 : e;
779
+ function Ro(t, e, o) {
780
+ return e === void 0 && (e = !1), !o || e && o !== N(t) ? !1 : e;
693
781
  }
694
782
  function nt(t, e, o, n) {
695
783
  e === void 0 && (e = !1), o === void 0 && (o = !1);
696
- const r = t.getBoundingClientRect(), s = It(t);
784
+ const r = t.getBoundingClientRect(), s = Dt(t);
697
785
  let i = J(1);
698
786
  e && (n ? W(n) && (i = rt(n)) : i = rt(t));
699
- const c = wo(s, o, n) ? ie(s) : J(0);
787
+ const c = Ro(s, o, n) ? de(s) : J(0);
700
788
  let m = (r.left + c.x) / i.x, d = (r.top + c.y) / i.y, l = r.width / i.x, f = r.height / i.y;
701
789
  if (s) {
702
- const y = I(s), g = n && W(n) ? I(n) : n;
790
+ const y = N(s), g = n && W(n) ? N(n) : n;
703
791
  let a = y, p = a.frameElement;
704
792
  for (; p && n && g !== a; ) {
705
- const h = rt(p), x = p.getBoundingClientRect(), P = B(p), S = x.left + (p.clientLeft + parseFloat(P.paddingLeft)) * h.x, $ = x.top + (p.clientTop + parseFloat(P.paddingTop)) * h.y;
706
- m *= h.x, d *= h.y, l *= h.x, f *= h.y, m += S, d += $, a = I(p), p = a.frameElement;
793
+ const h = rt(p), x = p.getBoundingClientRect(), P = B(p), S = x.left + (p.clientLeft + parseFloat(P.paddingLeft)) * h.x, O = x.top + (p.clientTop + parseFloat(P.paddingTop)) * h.y;
794
+ m *= h.x, d *= h.y, l *= h.x, f *= h.y, m += S, d += O, a = N(p), p = a.frameElement;
707
795
  }
708
796
  }
709
797
  return Pt({
@@ -713,9 +801,9 @@ function nt(t, e, o, n) {
713
801
  y: d
714
802
  });
715
803
  }
716
- const bo = [":popover-open", ":modal"];
717
- function Lt(t) {
718
- return bo.some((e) => {
804
+ const No = [":popover-open", ":modal"];
805
+ function Mt(t) {
806
+ return No.some((e) => {
719
807
  try {
720
808
  return t.matches(e);
721
809
  } catch {
@@ -723,14 +811,14 @@ function Lt(t) {
723
811
  }
724
812
  });
725
813
  }
726
- function xo(t) {
814
+ function Lo(t) {
727
815
  let {
728
816
  elements: e,
729
817
  rect: o,
730
818
  offsetParent: n,
731
819
  strategy: r
732
820
  } = t;
733
- const s = r === "fixed", i = Y(n), c = e ? Lt(e.floating) : !1;
821
+ const s = r === "fixed", i = Y(n), c = e ? Mt(e.floating) : !1;
734
822
  if (n === i || c && s)
735
823
  return o;
736
824
  let m = {
@@ -749,15 +837,15 @@ function xo(t) {
749
837
  y: o.y * d.y - m.scrollTop * d.y + l.y
750
838
  };
751
839
  }
752
- function To(t) {
840
+ function Vo(t) {
753
841
  return Array.from(t.getClientRects());
754
842
  }
755
- function ae(t) {
843
+ function ue(t) {
756
844
  return nt(Y(t)).left + _t(t).scrollLeft;
757
845
  }
758
- function ko(t) {
846
+ function Do(t) {
759
847
  const e = Y(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);
760
- let i = -o.scrollLeft + ae(t);
848
+ let i = -o.scrollLeft + ue(t);
761
849
  const c = -o.scrollTop;
762
850
  return B(n).direction === "rtl" && (i += et(e.clientWidth, n.clientWidth) - r), {
763
851
  width: r,
@@ -766,12 +854,12 @@ function ko(t) {
766
854
  y: c
767
855
  };
768
856
  }
769
- function Po(t, e) {
770
- const o = I(t), n = Y(t), r = o.visualViewport;
857
+ function Mo(t, e) {
858
+ const o = N(t), n = Y(t), r = o.visualViewport;
771
859
  let s = n.clientWidth, i = n.clientHeight, c = 0, m = 0;
772
860
  if (r) {
773
861
  s = r.width, i = r.height;
774
- const d = Nt();
862
+ const d = Vt();
775
863
  (!d || d && e === "fixed") && (c = r.offsetLeft, m = r.offsetTop);
776
864
  }
777
865
  return {
@@ -781,7 +869,7 @@ function Po(t, e) {
781
869
  y: m
782
870
  };
783
871
  }
784
- function So(t, e) {
872
+ function Bo(t, e) {
785
873
  const o = nt(t, !0, e === "fixed"), n = o.top + t.clientTop, r = o.left + t.clientLeft, s = K(t) ? rt(t) : J(1), i = t.clientWidth * s.x, c = t.clientHeight * s.y, m = r * s.x, d = n * s.y;
786
874
  return {
787
875
  width: i,
@@ -790,16 +878,16 @@ function So(t, e) {
790
878
  y: d
791
879
  };
792
880
  }
793
- function Ut(t, e, o) {
881
+ function qt(t, e, o) {
794
882
  let n;
795
883
  if (e === "viewport")
796
- n = Po(t, o);
884
+ n = Mo(t, o);
797
885
  else if (e === "document")
798
- n = ko(Y(t));
886
+ n = Do(Y(t));
799
887
  else if (W(e))
800
- n = So(e, o);
888
+ n = Bo(e, o);
801
889
  else {
802
- const r = ie(t);
890
+ const r = de(t);
803
891
  n = {
804
892
  ...e,
805
893
  x: e.x - r.x,
@@ -808,11 +896,11 @@ function Ut(t, e, o) {
808
896
  }
809
897
  return Pt(n);
810
898
  }
811
- function le(t, e) {
899
+ function me(t, e) {
812
900
  const o = X(t);
813
- return o === e || !W(o) || lt(o) ? !1 : B(o).position === "fixed" || le(o, e);
901
+ return o === e || !W(o) || lt(o) ? !1 : B(o).position === "fixed" || me(o, e);
814
902
  }
815
- function _o(t, e) {
903
+ function Fo(t, e) {
816
904
  const o = e.get(t);
817
905
  if (o)
818
906
  return o;
@@ -820,22 +908,22 @@ function _o(t, e) {
820
908
  const s = B(t).position === "fixed";
821
909
  let i = s ? X(t) : t;
822
910
  for (; W(i) && !lt(i); ) {
823
- const c = B(i), m = Rt(i);
824
- !m && c.position === "fixed" && (r = null), (s ? !m && !r : !m && c.position === "static" && !!r && ["absolute", "fixed"].includes(r.position) || yt(i) && !m && le(t, i)) ? n = n.filter((l) => l !== i) : r = c, i = X(i);
911
+ const c = B(i), m = Lt(i);
912
+ !m && c.position === "fixed" && (r = null), (s ? !m && !r : !m && c.position === "static" && !!r && ["absolute", "fixed"].includes(r.position) || yt(i) && !m && me(t, i)) ? n = n.filter((l) => l !== i) : r = c, i = X(i);
825
913
  }
826
914
  return e.set(t, n), n;
827
915
  }
828
- function Ao(t) {
916
+ function Ho(t) {
829
917
  let {
830
918
  element: e,
831
919
  boundary: o,
832
920
  rootBoundary: n,
833
921
  strategy: r
834
922
  } = t;
835
- const i = [...o === "clippingAncestors" ? Lt(e) ? [] : _o(e, this._c) : [].concat(o), n], c = i[0], m = i.reduce((d, l) => {
836
- const f = Ut(e, l, r);
923
+ const i = [...o === "clippingAncestors" ? Mt(e) ? [] : Fo(e, this._c) : [].concat(o), n], c = i[0], m = i.reduce((d, l) => {
924
+ const f = qt(e, l, r);
837
925
  return d.top = et(f.top, d.top), d.right = at(f.right, d.right), d.bottom = at(f.bottom, d.bottom), d.left = et(f.left, d.left), d;
838
- }, Ut(e, c, r));
926
+ }, qt(e, c, r));
839
927
  return {
840
928
  width: m.right - m.left,
841
929
  height: m.bottom - m.top,
@@ -843,17 +931,17 @@ function Ao(t) {
843
931
  y: m.top
844
932
  };
845
933
  }
846
- function zo(t) {
934
+ function jo(t) {
847
935
  const {
848
936
  width: e,
849
937
  height: o
850
- } = re(t);
938
+ } = ce(t);
851
939
  return {
852
940
  width: e,
853
941
  height: o
854
942
  };
855
943
  }
856
- function $o(t, e, o) {
944
+ function Wo(t, e, o) {
857
945
  const n = K(e), r = Y(e), s = o === "fixed", i = nt(t, !0, s, e);
858
946
  let c = {
859
947
  scrollLeft: 0,
@@ -865,7 +953,7 @@ function $o(t, e, o) {
865
953
  const f = nt(e, !0, s, e);
866
954
  m.x = f.x + e.clientLeft, m.y = f.y + e.clientTop;
867
955
  } else
868
- r && (m.x = ae(r));
956
+ r && (m.x = ue(r));
869
957
  const d = i.left + c.scrollLeft - m.x, l = i.top + c.scrollTop - m.y;
870
958
  return {
871
959
  x: d,
@@ -874,34 +962,34 @@ function $o(t, e, o) {
874
962
  height: i.height
875
963
  };
876
964
  }
877
- function zt(t) {
965
+ function Ct(t) {
878
966
  return B(t).position === "static";
879
967
  }
880
- function Yt(t, e) {
968
+ function Jt(t, e) {
881
969
  return !K(t) || B(t).position === "fixed" ? null : e ? e(t) : t.offsetParent;
882
970
  }
883
- function ce(t, e) {
884
- const o = I(t);
885
- if (Lt(t))
971
+ function fe(t, e) {
972
+ const o = N(t);
973
+ if (Mt(t))
886
974
  return o;
887
975
  if (!K(t)) {
888
976
  let r = X(t);
889
977
  for (; r && !lt(r); ) {
890
- if (W(r) && !zt(r))
978
+ if (W(r) && !Ct(r))
891
979
  return r;
892
980
  r = X(r);
893
981
  }
894
982
  return o;
895
983
  }
896
- let n = Yt(t, e);
897
- for (; n && go(n) && zt(n); )
898
- n = Yt(n, e);
899
- return n && lt(n) && zt(n) && !Rt(n) ? o : n || yo(t) || o;
984
+ let n = Jt(t, e);
985
+ for (; n && Go(n) && Ct(n); )
986
+ n = Jt(n, e);
987
+ return n && lt(n) && Ct(n) && !Lt(n) ? o : n || Eo(t) || o;
900
988
  }
901
- const Co = async function(t) {
902
- const e = this.getOffsetParent || ce, o = this.getDimensions, n = await o(t.floating);
989
+ const Ko = async function(t) {
990
+ const e = this.getOffsetParent || fe, o = this.getDimensions, n = await o(t.floating);
903
991
  return {
904
- reference: $o(t.reference, await e(t.floating), t.strategy),
992
+ reference: Wo(t.reference, await e(t.floating), t.strategy),
905
993
  floating: {
906
994
  x: 0,
907
995
  y: 0,
@@ -910,22 +998,22 @@ const Co = async function(t) {
910
998
  }
911
999
  };
912
1000
  };
913
- function Oo(t) {
1001
+ function Uo(t) {
914
1002
  return B(t).direction === "rtl";
915
1003
  }
916
- const Go = {
917
- convertOffsetParentRelativeRectToViewportRelativeRect: xo,
1004
+ const Yo = {
1005
+ convertOffsetParentRelativeRectToViewportRelativeRect: Lo,
918
1006
  getDocumentElement: Y,
919
- getClippingRect: Ao,
920
- getOffsetParent: ce,
921
- getElementRects: Co,
922
- getClientRects: To,
923
- getDimensions: zo,
1007
+ getClippingRect: Ho,
1008
+ getOffsetParent: fe,
1009
+ getElementRects: Ko,
1010
+ getClientRects: Vo,
1011
+ getDimensions: jo,
924
1012
  getScale: rt,
925
1013
  isElement: W,
926
- isRTL: Oo
1014
+ isRTL: Uo
927
1015
  };
928
- function Eo(t, e) {
1016
+ function qo(t, e) {
929
1017
  let o = null, n;
930
1018
  const r = Y(t);
931
1019
  function s() {
@@ -947,7 +1035,7 @@ function Eo(t, e) {
947
1035
  threshold: et(0, at(1, m)) || 1
948
1036
  };
949
1037
  let S = !0;
950
- function $(A) {
1038
+ function O(A) {
951
1039
  const V = A[0].intersectionRatio;
952
1040
  if (V !== m) {
953
1041
  if (!S)
@@ -959,19 +1047,19 @@ function Eo(t, e) {
959
1047
  S = !1;
960
1048
  }
961
1049
  try {
962
- o = new IntersectionObserver($, {
1050
+ o = new IntersectionObserver(O, {
963
1051
  ...P,
964
1052
  // Handle <iframe>s
965
1053
  root: r.ownerDocument
966
1054
  });
967
1055
  } catch {
968
- o = new IntersectionObserver($, P);
1056
+ o = new IntersectionObserver(O, P);
969
1057
  }
970
1058
  o.observe(t);
971
1059
  }
972
1060
  return i(!0), s;
973
1061
  }
974
- function Ro(t, e, o, n) {
1062
+ function Jo(t, e, o, n) {
975
1063
  n === void 0 && (n = {});
976
1064
  const {
977
1065
  ancestorScroll: r = !0,
@@ -979,13 +1067,13 @@ function Ro(t, e, o, n) {
979
1067
  elementResize: i = typeof ResizeObserver == "function",
980
1068
  layoutShift: c = typeof IntersectionObserver == "function",
981
1069
  animationFrame: m = !1
982
- } = n, d = It(t), l = r || s ? [...d ? pt(d) : [], ...pt(e)] : [];
1070
+ } = n, d = Dt(t), l = r || s ? [...d ? pt(d) : [], ...pt(e)] : [];
983
1071
  l.forEach((x) => {
984
1072
  r && x.addEventListener("scroll", o, {
985
1073
  passive: !0
986
1074
  }), s && x.addEventListener("resize", o);
987
1075
  });
988
- const f = d && c ? Eo(d, o) : null;
1076
+ const f = d && c ? qo(d, o) : null;
989
1077
  let y = -1, g = null;
990
1078
  i && (g = new ResizeObserver((x) => {
991
1079
  let [P] = x;
@@ -1007,22 +1095,22 @@ function Ro(t, e, o, n) {
1007
1095
  }), f == null || f(), (x = g) == null || x.disconnect(), g = null, m && cancelAnimationFrame(a);
1008
1096
  };
1009
1097
  }
1010
- const No = po, Io = ho, Lo = mo, qt = uo, Vo = (t, e, o) => {
1098
+ const Xo = Co, Zo = Oo, Qo = zo, Xt = Ao, tn = (t, e, o) => {
1011
1099
  const n = /* @__PURE__ */ new Map(), r = {
1012
- platform: Go,
1100
+ platform: Yo,
1013
1101
  ...o
1014
1102
  }, s = {
1015
1103
  ...r.platform,
1016
1104
  _c: n
1017
1105
  };
1018
- return co(t, e, {
1106
+ return _o(t, e, {
1019
1107
  ...r,
1020
1108
  platform: s
1021
1109
  });
1022
1110
  };
1023
- function Do({ middleware: t, placement: e = null, strategy: o, append: n, enabled: r }) {
1024
- const s = G(null), i = G(null), c = G(null), m = G(null), d = G(null), l = G(null), f = G(null), y = G(o ?? "absolute"), g = G(null), a = () => {
1025
- !s.value || !i.value || Vo(s.value, i.value, {
1111
+ function en({ middleware: t, placement: e = null, strategy: o, append: n, enabled: r }) {
1112
+ const s = C(null), i = C(null), c = C(null), m = C(null), d = C(null), l = C(null), f = C(null), y = C(o ?? "absolute"), g = C(null), a = () => {
1113
+ !s.value || !i.value || tn(s.value, i.value, {
1026
1114
  middleware: t,
1027
1115
  placement: e,
1028
1116
  strategy: o
@@ -1030,23 +1118,23 @@ function Do({ middleware: t, placement: e = null, strategy: o, append: n, enable
1030
1118
  c.value = h.x, m.value = h.y, y.value = h.strategy, d.value = h.middlewareData.arrow.x, l.value = h.middlewareData.arrow.y, f.value = h.placement;
1031
1119
  });
1032
1120
  };
1033
- Vt(
1121
+ Ot(
1034
1122
  () => ({
1035
1123
  reference: u(s),
1036
1124
  floating: u(i),
1037
1125
  append: u(n)
1038
1126
  }),
1039
1127
  ({ floating: h, append: x }) => {
1040
- x && Ie(h, x), a();
1128
+ x && We(h, x), a();
1041
1129
  },
1042
1130
  { flush: "post" }
1043
- ), Vt(
1131
+ ), Ot(
1044
1132
  r,
1045
1133
  (h) => {
1046
1134
  if (!(!s.value || !i.value)) {
1047
1135
  if (!h)
1048
1136
  return p();
1049
- g.value = Ro(s.value, i.value, a, {});
1137
+ g.value = Jo(s.value, i.value, a, {});
1050
1138
  }
1051
1139
  },
1052
1140
  { flush: "post" }
@@ -1067,16 +1155,16 @@ function Do({ middleware: t, placement: e = null, strategy: o, append: n, enable
1067
1155
  update: a
1068
1156
  };
1069
1157
  }
1070
- const Mo = (t) => {
1158
+ const on = (t) => {
1071
1159
  const { element: e, padding: o } = t;
1072
1160
  return {
1073
1161
  name: "arrow",
1074
1162
  options: t,
1075
1163
  fn(n) {
1076
- return ye(e) ? e.value != null ? qt({ element: e.value, padding: o }).fn(n) : {} : e ? qt({ element: e, padding: o }).fn(n) : {};
1164
+ return Ae(e) ? e.value != null ? Xt({ element: e.value, padding: o }).fn(n) : {} : e ? Xt({ element: e, padding: o }).fn(n) : {};
1077
1165
  }
1078
1166
  };
1079
- }, Bo = ["data-placement"], de = {
1167
+ }, nn = ["data-placement"], pe = {
1080
1168
  __name: "FloatingPanel",
1081
1169
  props: {
1082
1170
  disabled: {
@@ -1105,10 +1193,10 @@ const Mo = (t) => {
1105
1193
  }
1106
1194
  },
1107
1195
  setup(t) {
1108
- const e = t, o = G(!1), n = G(null), { x: r, y: s, arrowX: i, arrowY: c, placement: m, reference: d, floating: l, strategy: f } = Do({
1196
+ const e = t, o = C(!1), n = C(null), { x: r, y: s, arrowX: i, arrowY: c, placement: m, reference: d, floating: l, strategy: f } = en({
1109
1197
  placement: e.placement,
1110
- middleware: [Lo(), Io({ padding: 5 }), No(e.offset), Mo({ element: n, padding: 5 })],
1111
- append: C(() => e.appendTo),
1198
+ middleware: [Qo(), Zo({ padding: 5 }), Xo(e.offset), on({ element: n, padding: 5 })],
1199
+ append: $(() => e.appendTo),
1112
1200
  enabled: o
1113
1201
  }), y = () => {
1114
1202
  e.disabled || o.value || (o.value = !0);
@@ -1122,11 +1210,11 @@ const Mo = (t) => {
1122
1210
  focus: y,
1123
1211
  blur: g
1124
1212
  };
1125
- return Te(l, (h) => {
1213
+ return Oe(l, (h) => {
1126
1214
  var x;
1127
1215
  (x = d.value) != null && x.contains(h.target) || g();
1128
1216
  }), (h, x) => (v(), b(M, null, [
1129
- N(h.$slots, "default", {
1217
+ R(h.$slots, "default", {
1130
1218
  setRef: a,
1131
1219
  show: y,
1132
1220
  hide: g,
@@ -1136,13 +1224,13 @@ const Mo = (t) => {
1136
1224
  ref_key: "floating",
1137
1225
  ref: l,
1138
1226
  "data-placement": u(m),
1139
- style: Dt({
1227
+ style: Bt({
1140
1228
  position: u(f),
1141
1229
  top: u(s) ? `${u(s)}px` : "",
1142
1230
  left: u(r) ? `${u(r)}px` : ""
1143
1231
  })
1144
1232
  }, [
1145
- O(ve, {
1233
+ G(ze, {
1146
1234
  name: "transition-fade",
1147
1235
  mode: "out-in"
1148
1236
  }, {
@@ -1151,14 +1239,14 @@ const Mo = (t) => {
1151
1239
  key: 0,
1152
1240
  class: z(["floating-content", [`is-${e.theme}`]])
1153
1241
  }, [
1154
- N(h.$slots, "content", { close: g }, () => [
1242
+ R(h.$slots, "content", { close: g }, () => [
1155
1243
  D(T(t.content), 1)
1156
1244
  ]),
1157
1245
  w("div", {
1158
1246
  ref_key: "arrowRef",
1159
1247
  ref: n,
1160
1248
  class: "is-arrow",
1161
- style: Dt({
1249
+ style: Bt({
1162
1250
  position: u(f),
1163
1251
  top: u(c) ? `${u(c)}px` : "",
1164
1252
  left: u(i) ? `${u(i)}px` : ""
@@ -1168,10 +1256,10 @@ const Mo = (t) => {
1168
1256
  ]),
1169
1257
  _: 3
1170
1258
  })
1171
- ], 12, Bo)
1259
+ ], 12, nn)
1172
1260
  ], 64));
1173
1261
  }
1174
- }, Ho = ["onMouseenter", "onMouseleave", "onFocus", "onBlur", "onClick", "onKeydown", "tabindex"], Fo = { key: 0 }, jo = ["colspan"], Wo = { key: 1 }, Ko = ["colspan"], ue = {
1262
+ }, sn = ["onMouseenter", "onMouseleave", "onFocus", "onBlur", "onClick", "onKeydown", "tabindex"], rn = { key: 0 }, an = ["colspan"], ln = { key: 1 }, cn = ["colspan"], he = {
1175
1263
  __name: "DataTable",
1176
1264
  props: {
1177
1265
  columns: {
@@ -1197,7 +1285,7 @@ const Mo = (t) => {
1197
1285
  },
1198
1286
  emits: ["sort"],
1199
1287
  setup(t, { emit: e }) {
1200
- const o = t, { isLoading: n, appendTo: r } = Ot(o), s = ke(n, { delay: Ee }), i = e, { t: c } = Z(), m = q("table"), d = C(() => o.columns), l = C(() => Object.keys(o.columns).length), f = (y, g) => {
1288
+ const o = t, { isLoading: n, appendTo: r } = It(o), s = Ge(n, { delay: Fe }), i = e, { t: c } = Z(), m = q("table"), d = $(() => o.columns), l = $(() => Object.keys(o.columns).length), f = (y, g) => {
1201
1289
  y.sortOrders && i("sort", { target: g, orders: y.sortOrders });
1202
1290
  };
1203
1291
  return (y, g) => (v(), b("table", {
@@ -1205,7 +1293,7 @@ const Mo = (t) => {
1205
1293
  }, [
1206
1294
  w("thead", null, [
1207
1295
  w("tr", null, [
1208
- (v(!0), b(M, null, tt(d.value, (a, p) => (v(), R(de, {
1296
+ (v(!0), b(M, null, tt(d.value, (a, p) => (v(), I(pe, {
1209
1297
  key: p,
1210
1298
  placement: "top",
1211
1299
  content: a.tooltip,
@@ -1221,8 +1309,8 @@ const Mo = (t) => {
1221
1309
  {
1222
1310
  "is-active": p === t.sort.sortTarget && t.sort.orders[0].direction !== u(At),
1223
1311
  "is-sortable": a.sortOrders,
1224
- "is-desc": p === t.sort.sortTarget && t.sort.orders[0].direction === u(Ht),
1225
- "is-asc": p === t.sort.sortTarget && t.sort.orders[0].direction === u(Ft)
1312
+ "is-desc": p === t.sort.sortTarget && t.sort.orders[0].direction === u(jt),
1313
+ "is-asc": p === t.sort.sortTarget && t.sort.orders[0].direction === u(Wt)
1226
1314
  }
1227
1315
  ]),
1228
1316
  onMouseenter: x,
@@ -1231,32 +1319,32 @@ const Mo = (t) => {
1231
1319
  onBlur: P,
1232
1320
  onClick: (S) => f(a, p),
1233
1321
  onKeydown: [
1234
- Mt(it((S) => f(a, p), ["prevent"]), ["space"]),
1235
- Mt(it((S) => f(a, p), ["prevent"]), ["enter"])
1322
+ Ft(it((S) => f(a, p), ["prevent"]), ["space"]),
1323
+ Ft(it((S) => f(a, p), ["prevent"]), ["enter"])
1236
1324
  ],
1237
1325
  tabindex: a.sortOrders ? 0 : -1,
1238
1326
  role: "button"
1239
1327
  }, [
1240
- N(y.$slots, `header-${p}`, { column: a }, () => [
1328
+ R(y.$slots, `header-${p}`, { column: a }, () => [
1241
1329
  D(T(a.label), 1)
1242
1330
  ]),
1243
- a.sortOrders && p !== t.sort.sortTarget ? (v(), R(u(jt), {
1331
+ a.sortOrders && p !== t.sort.sortTarget ? (v(), I(u(Kt), {
1244
1332
  key: 0,
1245
1333
  class: "is-icon-sort"
1246
1334
  })) : _("", !0),
1247
- p === t.sort.sortTarget && t.sort.orders[0].direction === u(At) ? (v(), R(u(jt), {
1335
+ p === t.sort.sortTarget && t.sort.orders[0].direction === u(At) ? (v(), I(u(Kt), {
1248
1336
  key: 1,
1249
1337
  class: "is-icon-sort"
1250
1338
  })) : _("", !0),
1251
- p === t.sort.sortTarget && t.sort.orders[0].direction === u(Ht) ? (v(), R(u(Je), {
1339
+ p === t.sort.sortTarget && t.sort.orders[0].direction === u(jt) ? (v(), I(u(fo), {
1252
1340
  key: 2,
1253
1341
  class: "is-icon-sort"
1254
1342
  })) : _("", !0),
1255
- p === t.sort.sortTarget && t.sort.orders[0].direction === u(Ft) ? (v(), R(u(eo), {
1343
+ p === t.sort.sortTarget && t.sort.orders[0].direction === u(Wt) ? (v(), I(u(vo), {
1256
1344
  key: 3,
1257
1345
  class: "is-icon-sort"
1258
1346
  })) : _("", !0)
1259
- ], 42, Ho)
1347
+ ], 42, sn)
1260
1348
  ]),
1261
1349
  _: 2
1262
1350
  }, 1032, ["content", "disabled", "append-to"]))), 128))
@@ -1277,7 +1365,7 @@ const Mo = (t) => {
1277
1365
  }
1278
1366
  ])
1279
1367
  }, [
1280
- N(y.$slots, `cell-${x}`, {
1368
+ R(y.$slots, `cell-${x}`, {
1281
1369
  row: a,
1282
1370
  prop: x
1283
1371
  }, () => [
@@ -1286,27 +1374,27 @@ const Mo = (t) => {
1286
1374
  ], 2))), 128))
1287
1375
  ], 2))), 128))
1288
1376
  ]),
1289
- u(s) && t.rows.length === 0 ? (v(), b("tfoot", Fo, [
1377
+ u(s) && t.rows.length === 0 ? (v(), b("tfoot", rn, [
1290
1378
  w("tr", null, [
1291
1379
  w("td", { colspan: l.value }, [
1292
- N(y.$slots, "loading", {}, () => [
1380
+ R(y.$slots, "loading", {}, () => [
1293
1381
  D(T(u(c)("common.loading")), 1)
1294
1382
  ])
1295
- ], 8, jo)
1383
+ ], 8, an)
1296
1384
  ])
1297
1385
  ])) : _("", !0),
1298
- t.rows.length === 0 && !u(n) && !u(s) ? (v(), b("tfoot", Wo, [
1386
+ t.rows.length === 0 && !u(n) && !u(s) ? (v(), b("tfoot", ln, [
1299
1387
  w("tr", null, [
1300
1388
  w("td", { colspan: l.value }, [
1301
- N(y.$slots, "empty", {}, () => [
1389
+ R(y.$slots, "empty", {}, () => [
1302
1390
  D(T(u(c)("common.noData")), 1)
1303
1391
  ])
1304
- ], 8, Ko)
1392
+ ], 8, cn)
1305
1393
  ])
1306
1394
  ])) : _("", !0)
1307
1395
  ], 2));
1308
1396
  }
1309
- }, Uo = {
1397
+ }, dn = {
1310
1398
  xmlns: "http://www.w3.org/2000/svg",
1311
1399
  viewBox: "0 0 24 24",
1312
1400
  fill: "none",
@@ -1314,25 +1402,25 @@ const Mo = (t) => {
1314
1402
  "stroke-width": "2",
1315
1403
  "stroke-linecap": "round",
1316
1404
  "stroke-linejoin": "round"
1317
- }, Yo = /* @__PURE__ */ w("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), qo = /* @__PURE__ */ w("line", {
1405
+ }, un = /* @__PURE__ */ w("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__ */ w("line", {
1318
1406
  x1: "12",
1319
1407
  y1: "9",
1320
1408
  x2: "12",
1321
1409
  y2: "13"
1322
- }, null, -1), Jo = /* @__PURE__ */ w("line", {
1410
+ }, null, -1), fn = /* @__PURE__ */ w("line", {
1323
1411
  x1: "12",
1324
1412
  y1: "17",
1325
1413
  x2: "12.01",
1326
1414
  y2: "17"
1327
- }, null, -1), Xo = [
1328
- Yo,
1329
- qo,
1330
- Jo
1415
+ }, null, -1), pn = [
1416
+ un,
1417
+ mn,
1418
+ fn
1331
1419
  ];
1332
- function Zo(t, e) {
1333
- return v(), b("svg", Uo, [...Xo]);
1420
+ function hn(t, e) {
1421
+ return v(), b("svg", dn, [...pn]);
1334
1422
  }
1335
- const Qo = { render: Zo }, ir = {
1423
+ const gn = { render: hn }, kr = {
1336
1424
  __name: "ErrorNotice",
1337
1425
  props: {
1338
1426
  error: {
@@ -1341,14 +1429,14 @@ const Qo = { render: Zo }, ir = {
1341
1429
  }
1342
1430
  },
1343
1431
  setup(t) {
1344
- const e = t, { t: o, hasTranslation: n } = Z(), r = q("error-notice"), s = C(() => {
1432
+ const e = t, { t: o, hasTranslation: n } = Z(), r = q("error-notice"), s = $(() => {
1345
1433
  var i;
1346
1434
  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}`;
1347
1435
  });
1348
1436
  return (i, c) => (v(), b("div", {
1349
1437
  class: z(u(r))
1350
1438
  }, [
1351
- O(u(Qo), {
1439
+ G(u(gn), {
1352
1440
  class: "icon",
1353
1441
  width: "20",
1354
1442
  height: "20"
@@ -1356,21 +1444,21 @@ const Qo = { render: Zo }, ir = {
1356
1444
  w("span", null, T(s.value), 1)
1357
1445
  ], 2));
1358
1446
  }
1359
- }, ar = {
1447
+ }, Pr = {
1360
1448
  __name: "ErrorProvider",
1361
1449
  setup(t) {
1362
- const { message: e, hasError: o, error: n } = Pe();
1363
- return (r, s) => N(r.$slots, "default", {
1450
+ const { message: e, hasError: o, error: n } = Ee();
1451
+ return (r, s) => R(r.$slots, "default", {
1364
1452
  message: u(e),
1365
1453
  error: u(n),
1366
1454
  hasError: u(o)
1367
1455
  });
1368
1456
  }
1369
- }, tn = {
1457
+ }, yn = {
1370
1458
  "undefined-column": "A(z) {column} oszlop nem létezik!",
1371
1459
  "invalid-season-name": "Érvénytelen szezon név",
1372
1460
  "api-key-not-found": "API Kulcs nem megfelelő"
1373
- }, en = {
1461
+ }, vn = {
1374
1462
  loading: "Töltődés...",
1375
1463
  noData: "Nincs megjeleníthető adat",
1376
1464
  selectTimezone: "*Minden időpont a számítógép időzónája szerint jelenik meg ({timezone}). Váltás: ",
@@ -1381,7 +1469,7 @@ const Qo = { render: Zo }, ir = {
1381
1469
  all: "Mind",
1382
1470
  report: "Jegyzőkönyv",
1383
1471
  video: "Videó"
1384
- }, on = {
1472
+ }, wn = {
1385
1473
  inheritedPoints: {
1386
1474
  prependix: "A megelőző bajnokság szakaszban elért eredménye alapján",
1387
1475
  content: "{team} csapata {points}",
@@ -1392,7 +1480,7 @@ const Qo = { render: Zo }, ir = {
1392
1480
  content: "{team} csapatától {points} pont",
1393
1481
  appendix: "levonva."
1394
1482
  }
1395
- }, nn = {
1483
+ }, bn = {
1396
1484
  blank: "#",
1397
1485
  team: {
1398
1486
  short: "Csapat",
@@ -1714,7 +1802,7 @@ const Qo = { render: Zo }, ir = {
1714
1802
  short: "#",
1715
1803
  tooltip: "Végeredmény típusa"
1716
1804
  }
1717
- }, sn = {
1805
+ }, xn = {
1718
1806
  data: {
1719
1807
  localTime: "Helyszín szerinti idő"
1720
1808
  },
@@ -1763,17 +1851,17 @@ const Qo = { render: Zo }, ir = {
1763
1851
  Végeredmény: "Végeredmény",
1764
1852
  Szétlövés: "Szétlövés"
1765
1853
  }
1766
- }, rn = {
1767
- errors: tn,
1768
- common: en,
1769
- additionalText: on,
1770
- table: nn,
1771
- game: sn
1772
- }, an = {
1854
+ }, Tn = {
1855
+ errors: yn,
1856
+ common: vn,
1857
+ additionalText: wn,
1858
+ table: bn,
1859
+ game: xn
1860
+ }, kn = {
1773
1861
  "undefined-column": "The {column} column is not exists!",
1774
1862
  "invalid-season-name": "Invalid season name",
1775
1863
  "api-key-not-found": "API Key not found"
1776
- }, ln = {
1864
+ }, Pn = {
1777
1865
  loading: "Loading...",
1778
1866
  noData: "No data to display",
1779
1867
  selectTimezone: "*All times are displayed according to your computer's time zone ({timezone}). Change: ",
@@ -1784,7 +1872,7 @@ const Qo = { render: Zo }, ir = {
1784
1872
  all: "All",
1785
1873
  report: "Report Sheet",
1786
1874
  video: "Video"
1787
- }, cn = {
1875
+ }, Sn = {
1788
1876
  inheritedPoints: {
1789
1877
  prependix: "",
1790
1878
  content: "{team} has {points} extra point(s)",
@@ -1795,7 +1883,7 @@ const Qo = { render: Zo }, ir = {
1795
1883
  content: "{points} point(s) deducted from team {team}",
1796
1884
  appendix: "based on the decision of the Disciplinary Committee."
1797
1885
  }
1798
- }, dn = {
1886
+ }, _n = {
1799
1887
  blank: "#",
1800
1888
  team: {
1801
1889
  short: "Team",
@@ -2117,7 +2205,7 @@ const Qo = { render: Zo }, ir = {
2117
2205
  short: "#",
2118
2206
  tooltip: "Result Type"
2119
2207
  }
2120
- }, un = {
2208
+ }, An = {
2121
2209
  data: {
2122
2210
  localTime: "Game local time"
2123
2211
  },
@@ -2165,18 +2253,18 @@ const Qo = { render: Zo }, ir = {
2165
2253
  Végeredmény: "Game Completed",
2166
2254
  Szétlövés: "Shoot Out"
2167
2255
  }
2168
- }, mn = {
2169
- errors: an,
2170
- common: ln,
2171
- additionalText: cn,
2172
- table: dn,
2173
- game: un
2174
- }, fn = (t, e) => {
2256
+ }, zn = {
2257
+ errors: kn,
2258
+ common: Pn,
2259
+ additionalText: Sn,
2260
+ table: _n,
2261
+ game: An
2262
+ }, $n = (t, e) => {
2175
2263
  const o = t.__vccOpts || t;
2176
2264
  for (const [n, r] of e)
2177
2265
  o[n] = r;
2178
2266
  return o;
2179
- }, pn = we({
2267
+ }, Cn = Zt({
2180
2268
  props: {
2181
2269
  locale: {
2182
2270
  type: String,
@@ -2188,8 +2276,8 @@ const Qo = { render: Zo }, ir = {
2188
2276
  }
2189
2277
  },
2190
2278
  setup(t) {
2191
- const e = Be({ hu: rn, en: mn }, t.messages), { translate: o } = Se({
2192
- locale: C(() => t.locale),
2279
+ const e = no({ hu: Tn, en: zn }, t.messages), { translate: o } = Ie({
2280
+ locale: $(() => t.locale),
2193
2281
  messages: e
2194
2282
  });
2195
2283
  return {
@@ -2197,10 +2285,10 @@ const Qo = { render: Zo }, ir = {
2197
2285
  };
2198
2286
  }
2199
2287
  });
2200
- function hn(t, e, o, n, r, s) {
2201
- return N(t.$slots, "default", { t: t.translate });
2288
+ function On(t, e, o, n, r, s) {
2289
+ return R(t.$slots, "default", { t: t.translate });
2202
2290
  }
2203
- const lr = /* @__PURE__ */ fn(pn, [["render", hn]]), gn = ["src"], yn = ["src", "title"], st = /* @__PURE__ */ Object.assign({
2291
+ const Sr = /* @__PURE__ */ $n(Cn, [["render", On]]), Gn = ["src"], En = ["src", "title"], st = /* @__PURE__ */ Object.assign({
2204
2292
  inheritAttrs: !1
2205
2293
  }, {
2206
2294
  __name: "Image",
@@ -2219,30 +2307,31 @@ const lr = /* @__PURE__ */ fn(pn, [["render", hn]]), gn = ["src"], yn = ["src",
2219
2307
  }
2220
2308
  },
2221
2309
  setup(t) {
2222
- const e = t, { defaultSrc: o } = Ot(e), n = G({ src: e.src }), { error: r, isReady: s } = _e(n, { resetOnExecute: !1, shallow: !1 });
2310
+ const e = t, { defaultSrc: o } = It(e), n = C({ src: e.src }), { error: r, isReady: s } = Re(n, { resetOnExecute: !1, shallow: !1 });
2223
2311
  return (i, c) => (v(), b(M, null, [
2224
2312
  u(r) && u(o) ? (v(), b("img", {
2225
2313
  key: 0,
2226
2314
  src: u(o),
2227
2315
  class: z(["is-loaded is-default", i.$attrs.class])
2228
- }, null, 10, gn)) : _("", !0),
2316
+ }, null, 10, Gn)) : _("", !0),
2229
2317
  u(r) ? _("", !0) : (v(), b("img", {
2230
2318
  key: 1,
2231
2319
  src: n.value.src,
2232
2320
  class: z([i.$attrs.class, { "is-loaded": u(s) }]),
2233
- title: e.title
2234
- }, null, 10, yn))
2321
+ title: e.title,
2322
+ loading: "lazy"
2323
+ }, null, 10, En))
2235
2324
  ], 64));
2236
2325
  }
2237
- }), vn = { style: { "text-align": "center" } }, me = {
2326
+ }), In = { style: { "text-align": "center" } }, ge = {
2238
2327
  __name: "LoadingIndicator",
2239
2328
  setup(t) {
2240
2329
  const { t: e } = Z();
2241
- return (o, n) => (v(), b("div", vn, T(u(e)("common.loading")), 1));
2330
+ return (o, n) => (v(), b("div", In, T(u(e)("common.loading")), 1));
2242
2331
  }
2243
2332
  };
2244
- function wn({ currentPage: t, itemsPerPage: e = 20, totalItems: o, rangeLength: n = 5, update: r = Ae }) {
2245
- const s = C(() => Math.ceil(u(o) / e)), i = C(() => {
2333
+ function Rn({ currentPage: t, itemsPerPage: e = 20, totalItems: o, rangeLength: n = 5, update: r = Ne }) {
2334
+ const s = $(() => Math.ceil(u(o) / e)), i = $(() => {
2246
2335
  const l = u(t) - 1, f = Array.from({ length: s.value }, (a, p) => p + 1), y = Math.floor(n / 2);
2247
2336
  let g = Math.max(l - y, 0);
2248
2337
  return g + n >= s.value && (g = Math.max(s.value - n, 0)), f.slice(g, g + n);
@@ -2260,7 +2349,7 @@ function wn({ currentPage: t, itemsPerPage: e = 20, totalItems: o, rangeLength:
2260
2349
  pageStep: c
2261
2350
  };
2262
2351
  }
2263
- const bn = {
2352
+ const Nn = {
2264
2353
  xmlns: "http://www.w3.org/2000/svg",
2265
2354
  viewBox: "0 0 24 24",
2266
2355
  fill: "none",
@@ -2268,13 +2357,13 @@ const bn = {
2268
2357
  "stroke-width": "2",
2269
2358
  "stroke-linecap": "round",
2270
2359
  "stroke-linejoin": "round"
2271
- }, xn = /* @__PURE__ */ w("polyline", { points: "15 18 9 12 15 6" }, null, -1), Tn = [
2272
- xn
2360
+ }, Ln = /* @__PURE__ */ w("polyline", { points: "15 18 9 12 15 6" }, null, -1), Vn = [
2361
+ Ln
2273
2362
  ];
2274
- function kn(t, e) {
2275
- return v(), b("svg", bn, [...Tn]);
2363
+ function Dn(t, e) {
2364
+ return v(), b("svg", Nn, [...Vn]);
2276
2365
  }
2277
- const Pn = { render: kn }, Sn = {
2366
+ const Mn = { render: Dn }, Bn = {
2278
2367
  xmlns: "http://www.w3.org/2000/svg",
2279
2368
  viewBox: "0 0 24 24",
2280
2369
  fill: "none",
@@ -2282,21 +2371,21 @@ const Pn = { render: kn }, Sn = {
2282
2371
  "stroke-width": "2",
2283
2372
  "stroke-linecap": "round",
2284
2373
  "stroke-linejoin": "round"
2285
- }, _n = /* @__PURE__ */ w("polyline", { points: "9 18 15 12 9 6" }, null, -1), An = [
2286
- _n
2374
+ }, Fn = /* @__PURE__ */ w("polyline", { points: "9 18 15 12 9 6" }, null, -1), Hn = [
2375
+ Fn
2287
2376
  ];
2288
- function zn(t, e) {
2289
- return v(), b("svg", Sn, [...An]);
2377
+ function jn(t, e) {
2378
+ return v(), b("svg", Bn, [...Hn]);
2290
2379
  }
2291
- const $n = { render: zn }, Cn = ["disabled"], On = ["disabled"], Gn = {
2380
+ const Wn = { render: jn }, Kn = ["disabled"], Un = ["disabled"], Yn = {
2292
2381
  key: 1,
2293
2382
  class: "is-disabled"
2294
- }, En = ["disabled", "onClick"], Rn = {
2383
+ }, qn = ["disabled", "onClick"], Jn = {
2295
2384
  key: 2,
2296
2385
  class: "is-disabled"
2297
- }, Nn = /* @__PURE__ */ w("span", null, "...", -1), In = [
2298
- Nn
2299
- ], Ln = ["disabled"], Vn = ["disabled"], cr = {
2386
+ }, Xn = /* @__PURE__ */ w("span", null, "...", -1), Zn = [
2387
+ Xn
2388
+ ], Qn = ["disabled"], ts = ["disabled"], _r = {
2300
2389
  __name: "Paginator",
2301
2390
  props: {
2302
2391
  page: {
@@ -2328,9 +2417,9 @@ const $n = { render: zn }, Cn = ["disabled"], On = ["disabled"], Gn = {
2328
2417
  },
2329
2418
  emits: ["change"],
2330
2419
  setup(t, { emit: e }) {
2331
- const o = t, n = e, r = q("paginator"), { page: s, pageCount: i, range: c, goTo: m, pageStep: d } = wn({
2332
- currentPage: C(() => o.page),
2333
- totalItems: C(() => o.totalItems),
2420
+ const o = t, n = e, r = q("paginator"), { page: s, pageCount: i, range: c, goTo: m, pageStep: d } = Rn({
2421
+ currentPage: $(() => o.page),
2422
+ totalItems: $(() => o.totalItems),
2334
2423
  itemsPerPage: o.itemsPerPage,
2335
2424
  rangeLength: o.rangeLength,
2336
2425
  update: (l) => n("change", l)
@@ -2344,55 +2433,55 @@ const $n = { render: zn }, Cn = ["disabled"], On = ["disabled"], Gn = {
2344
2433
  disabled: u(s) === 1,
2345
2434
  onClick: f[0] || (f[0] = (y) => u(d)(-1))
2346
2435
  }, [
2347
- N(l.$slots, "prev", {}, () => [
2348
- O(u(Pn), { class: "icon paginator-left" })
2436
+ R(l.$slots, "prev", {}, () => [
2437
+ G(u(Mn), { class: "icon paginator-left" })
2349
2438
  ])
2350
- ], 8, Cn),
2439
+ ], 8, Kn),
2351
2440
  t.isCompact ? _("", !0) : (v(), b("button", {
2352
2441
  key: 0,
2353
2442
  type: "button",
2354
2443
  disabled: u(s) === 1,
2355
2444
  onClick: f[1] || (f[1] = (y) => u(m)(1))
2356
- }, "1", 8, On)),
2357
- t.isCompact ? _("", !0) : (v(), b("div", Gn, "...")),
2445
+ }, "1", 8, Un)),
2446
+ t.isCompact ? _("", !0) : (v(), b("div", Yn, "...")),
2358
2447
  (v(!0), b(M, null, tt(u(c), (y) => (v(), b("button", {
2359
2448
  type: "button",
2360
2449
  key: y,
2361
2450
  class: z({ "is-active": y === u(s) }),
2362
2451
  disabled: y === u(s),
2363
2452
  onClick: (g) => u(m)(y)
2364
- }, T(y), 11, En))), 128)),
2365
- t.isCompact ? _("", !0) : (v(), b("div", Rn, In)),
2453
+ }, T(y), 11, qn))), 128)),
2454
+ t.isCompact ? _("", !0) : (v(), b("div", Jn, Zn)),
2366
2455
  t.isCompact ? _("", !0) : (v(), b("button", {
2367
2456
  key: 3,
2368
2457
  type: "button",
2369
2458
  disabled: u(s) === u(i),
2370
2459
  onClick: f[2] || (f[2] = (y) => u(m)(u(i)))
2371
- }, T(u(i)), 9, Ln)),
2460
+ }, T(u(i)), 9, Qn)),
2372
2461
  w("button", {
2373
2462
  type: "button",
2374
2463
  disabled: u(s) === u(i),
2375
2464
  onClick: f[3] || (f[3] = it((y) => u(d)(1), ["prevent"]))
2376
2465
  }, [
2377
- N(l.$slots, "next", {}, () => [
2378
- O(u($n), { class: "icon paginator-left" })
2466
+ R(l.$slots, "next", {}, () => [
2467
+ G(u(Wn), { class: "icon paginator-left" })
2379
2468
  ])
2380
- ], 8, Vn)
2469
+ ], 8, ts)
2381
2470
  ], 2)) : _("", !0);
2382
2471
  }
2383
- }, fe = {
2472
+ }, ye = {
2384
2473
  __name: "ResponsiveTable",
2385
2474
  setup(t) {
2386
- const e = G(null), o = q("table-responsive");
2475
+ const e = C(null), o = q("table-responsive");
2387
2476
  return (n, r) => (v(), b("div", {
2388
2477
  ref_key: "el",
2389
2478
  ref: e,
2390
2479
  class: z(u(o))
2391
2480
  }, [
2392
- N(n.$slots, "default", { el: e.value })
2481
+ R(n.$slots, "default", { el: e.value })
2393
2482
  ], 2));
2394
2483
  }
2395
- }, Dn = ["onClick"], dr = {
2484
+ }, es = ["onClick"], Ar = {
2396
2485
  __name: "TimezoneSelector",
2397
2486
  props: {
2398
2487
  locale: {
@@ -2406,7 +2495,7 @@ const $n = { render: zn }, Cn = ["disabled"], On = ["disabled"], Gn = {
2406
2495
  },
2407
2496
  emits: ["change"],
2408
2497
  setup(t, { emit: e }) {
2409
- const o = t, n = e, { t: r } = Z(), s = q("timezone-selector"), i = C(() => wt(/* @__PURE__ */ new Date(), null, o.locale)), c = Ge(), m = C(() => Array.from(Re.values()).map((l) => ({
2498
+ const o = t, n = e, { t: r } = Z(), s = q("timezone-selector"), i = $(() => wt(/* @__PURE__ */ new Date(), null, o.locale)), c = Be(), m = $(() => Array.from(He.values()).map((l) => ({
2410
2499
  ...l,
2411
2500
  isActive: wt(/* @__PURE__ */ new Date(), o.currentZone, o.locale) === wt(/* @__PURE__ */ new Date(), l.timezone, o.locale),
2412
2501
  zoneOffsetName: wt(/* @__PURE__ */ new Date(), l.timezone, o.locale)
@@ -2414,7 +2503,7 @@ const $n = { render: zn }, Cn = ["disabled"], On = ["disabled"], Gn = {
2414
2503
  return (l, f) => (v(), b("div", {
2415
2504
  class: z(u(s))
2416
2505
  }, [
2417
- O(u(ze), {
2506
+ G(u(Le), {
2418
2507
  path: "common.selectTimezone",
2419
2508
  tag: "span"
2420
2509
  }, {
@@ -2431,26 +2520,26 @@ const $n = { render: zn }, Cn = ["disabled"], On = ["disabled"], Gn = {
2431
2520
  href: "#",
2432
2521
  class: z({ "is-active": y.isActive }),
2433
2522
  onClick: it((g) => d(y.timezone), ["prevent"])
2434
- }, T(u(r)(`common.${y.countryLabelKey}`)) + " (" + T(y.zoneOffsetName) + ") ", 11, Dn))), 128))
2523
+ }, T(u(r)(`common.${y.countryLabelKey}`)) + " (" + T(y.zoneOffsetName) + ") ", 11, es))), 128))
2435
2524
  ], 2));
2436
2525
  }
2437
- }, Mn = { class: "is-portrait-image" }, Bn = { class: "is-team-name-long" }, Hn = { key: 0 }, Fn = /* @__PURE__ */ w("sup", null, "*", -1), jn = [
2438
- Fn
2439
- ], Wn = { class: "is-team-name-short" }, Kn = { key: 0 }, Un = /* @__PURE__ */ w("sup", null, "*", -1), Yn = [
2440
- Un
2441
- ], qn = { class: "is-team-name-long" }, Jn = { class: "is-team-name-short" }, Xn = { class: "is-team-name-long" }, Zn = { class: "is-team-name-short" }, Qn = ["href"], ts = { class: "is-team-name-long" }, es = { class: "is-team-name-short" }, os = ["href"], ns = {
2526
+ }, os = { class: "is-portrait-image" }, ns = { class: "is-team-name-long" }, ss = { key: 0 }, rs = /* @__PURE__ */ w("sup", null, "*", -1), is = [
2527
+ rs
2528
+ ], as = { class: "is-team-name-short" }, ls = { key: 0 }, cs = /* @__PURE__ */ w("sup", null, "*", -1), ds = [
2529
+ cs
2530
+ ], us = { class: "is-team-name-long" }, ms = { class: "is-team-name-short" }, fs = { class: "is-team-name-long" }, ps = { class: "is-team-name-short" }, hs = ["href"], gs = { class: "is-team-name-long" }, ys = { class: "is-team-name-short" }, vs = ["href"], ws = {
2442
2531
  key: 0,
2443
2532
  class: "is-text-dark"
2444
- }, ss = ["href", "target"], rs = {
2533
+ }, bs = ["href", "target"], xs = {
2445
2534
  key: 0,
2446
2535
  class: "label"
2447
- }, is = {
2536
+ }, Ts = {
2448
2537
  key: 1,
2449
2538
  class: "label"
2450
- }, as = {
2539
+ }, ks = {
2451
2540
  key: 2,
2452
2541
  class: "label"
2453
- }, ur = {
2542
+ }, zr = {
2454
2543
  __name: "StatisticsTable",
2455
2544
  props: {
2456
2545
  columns: {
@@ -2510,48 +2599,48 @@ const $n = { render: zn }, Cn = ["disabled"], On = ["disabled"], Gn = {
2510
2599
  },
2511
2600
  emits: ["sort"],
2512
2601
  setup(t, { emit: e }) {
2513
- const o = t, { columns: n, hideColumns: r } = Ot(o), s = e, { onError: i } = Jt(), { t: c } = Z(), { columns: m, error: d } = Xt(
2602
+ const o = t, { columns: n, hideColumns: r } = It(o), s = e, { onError: i } = Qt(), { t: c } = Z(), { columns: m, error: d } = te(
2514
2603
  n,
2515
2604
  r,
2516
- C(() => ({
2605
+ $(() => ({
2517
2606
  offsetName: o.offsetName
2518
2607
  }))
2519
2608
  );
2520
2609
  d.value && i(
2521
- new Qt(xt.message, {
2610
+ new oe(xt.message, {
2522
2611
  ...xt.options,
2523
2612
  cause: { column: d.value }
2524
2613
  })
2525
2614
  );
2526
2615
  const l = (f) => s("sort", f);
2527
- return (f, y) => (v(), R(fe, null, {
2616
+ return (f, y) => (v(), I(ye, null, {
2528
2617
  default: k(({ el: g }) => [
2529
- O(ue, {
2618
+ G(he, {
2530
2619
  columns: u(m),
2531
2620
  sort: o.sort,
2532
2621
  rows: o.rows,
2533
2622
  "is-loading": t.isLoading,
2534
2623
  "append-to": t.appendTo || g,
2535
2624
  onSort: l
2536
- }, be({
2625
+ }, $e({
2537
2626
  "cell-index": k(({ row: a }) => [
2538
2627
  w("span", {
2539
2628
  class: z(a.indexClass)
2540
2629
  }, T(a.index), 3)
2541
2630
  ]),
2542
2631
  "cell-playerPortrait": k(({ row: a }) => [
2543
- w("div", Mn, [
2544
- (v(), R(st, {
2632
+ w("div", os, [
2633
+ (v(), I(st, {
2545
2634
  key: a.player.playerId,
2546
2635
  src: a.player.picture,
2547
- "default-src": u(Ne)
2636
+ "default-src": u(je)
2548
2637
  }, null, 8, ["src", "default-src"]))
2549
2638
  ])
2550
2639
  ]),
2551
2640
  "cell-teamLogo": k(({ row: a }) => {
2552
2641
  var p, h;
2553
2642
  return [
2554
- (v(), R(st, {
2643
+ (v(), I(st, {
2555
2644
  class: "is-logo-image",
2556
2645
  key: ((p = a.team) == null ? void 0 : p.id) ?? a.id,
2557
2646
  src: (h = a.team) == null ? void 0 : h.logo
@@ -2561,7 +2650,7 @@ const $n = { render: zn }, Cn = ["disabled"], On = ["disabled"], Gn = {
2561
2650
  "cell-homeTeamLogo": k(({ row: a }) => {
2562
2651
  var p, h;
2563
2652
  return [
2564
- (v(), R(st, {
2653
+ (v(), I(st, {
2565
2654
  class: "is-logo-image is-right",
2566
2655
  key: (p = a.homeTeam) == null ? void 0 : p.id,
2567
2656
  src: (h = a.homeTeam) == null ? void 0 : h.logo
@@ -2571,7 +2660,7 @@ const $n = { render: zn }, Cn = ["disabled"], On = ["disabled"], Gn = {
2571
2660
  "cell-awayTeamLogo": k(({ row: a }) => {
2572
2661
  var p, h;
2573
2662
  return [
2574
- (v(), R(st, {
2663
+ (v(), I(st, {
2575
2664
  class: "is-logo-image is-right",
2576
2665
  key: (p = a.awayTeam) == null ? void 0 : p.id,
2577
2666
  src: (h = a.awayTeam) == null ? void 0 : h.logo
@@ -2581,28 +2670,28 @@ const $n = { render: zn }, Cn = ["disabled"], On = ["disabled"], Gn = {
2581
2670
  "cell-teamName": k(({ row: a }) => {
2582
2671
  var p, h;
2583
2672
  return [
2584
- w("span", Bn, [
2673
+ w("span", ns, [
2585
2674
  D(T((p = a.team) == null ? void 0 : p.longName) + " ", 1),
2586
- a.penaltyPoints ? (v(), b("span", Hn, jn)) : _("", !0)
2675
+ a.penaltyPoints ? (v(), b("span", ss, is)) : _("", !0)
2587
2676
  ]),
2588
- w("span", Wn, [
2677
+ w("span", as, [
2589
2678
  D(T((h = a.team) == null ? void 0 : h.shortName) + " ", 1),
2590
- a.penaltyPoints ? (v(), b("span", Kn, Yn)) : _("", !0)
2679
+ a.penaltyPoints ? (v(), b("span", ls, ds)) : _("", !0)
2591
2680
  ])
2592
2681
  ];
2593
2682
  }),
2594
2683
  "cell-homeTeamName": k(({ row: a }) => {
2595
2684
  var p, h;
2596
2685
  return [
2597
- w("span", qn, T((p = a.homeTeam) == null ? void 0 : p.longName), 1),
2598
- w("span", Jn, T((h = a.homeTeam) == null ? void 0 : h.shortName), 1)
2686
+ w("span", us, T((p = a.homeTeam) == null ? void 0 : p.longName), 1),
2687
+ w("span", ms, T((h = a.homeTeam) == null ? void 0 : h.shortName), 1)
2599
2688
  ];
2600
2689
  }),
2601
2690
  "cell-awayTeamName": k(({ row: a }) => {
2602
2691
  var p, h;
2603
2692
  return [
2604
- w("span", Xn, T((p = a.awayTeam) == null ? void 0 : p.longName), 1),
2605
- w("span", Zn, T((h = a.awayTeam) == null ? void 0 : h.shortName), 1)
2693
+ w("span", fs, T((p = a.awayTeam) == null ? void 0 : p.longName), 1),
2694
+ w("span", ps, T((h = a.awayTeam) == null ? void 0 : h.shortName), 1)
2606
2695
  ];
2607
2696
  }),
2608
2697
  "cell-location": k(({ row: a }) => {
@@ -2612,20 +2701,20 @@ const $n = { render: zn }, Cn = ["disabled"], On = ["disabled"], Gn = {
2612
2701
  ];
2613
2702
  }),
2614
2703
  "cell-gameResult": k(({ row: a }) => [
2615
- a.gameStatus === 0 ? (v(), b("span", ns, "-:-")) : (v(), b("a", {
2704
+ a.gameStatus === 0 ? (v(), b("span", ws, "-:-")) : (v(), b("a", {
2616
2705
  key: 1,
2617
2706
  href: t.externalGameResolver(a),
2618
2707
  target: t.externalGameResolverTarget,
2619
2708
  class: z({ "is-text-dark": a.gameStatus !== 1, "is-text-accent": a.gameStatus === 1 })
2620
- }, T(a.homeTeamScore) + ":" + T(a.awayTeamScore), 11, ss))
2709
+ }, T(a.homeTeamScore) + ":" + T(a.awayTeamScore), 11, bs))
2621
2710
  ]),
2622
2711
  "cell-gameResultType": k(({ row: a }) => [
2623
- a.isOvertime ? (v(), b("span", rs, T(u(c)("common.overtimeShort")), 1)) : _("", !0),
2624
- a.isShootout ? (v(), b("span", is, T(u(c)("common.shootoutShort")), 1)) : _("", !0),
2625
- a.seriesStandings ? (v(), b("span", as, T(a.seriesStandings), 1)) : _("", !0)
2712
+ a.isOvertime ? (v(), b("span", xs, T(u(c)("common.overtimeShort")), 1)) : _("", !0),
2713
+ a.isShootout ? (v(), b("span", Ts, T(u(c)("common.shootoutShort")), 1)) : _("", !0),
2714
+ a.seriesStandings ? (v(), b("span", ks, T(a.seriesStandings), 1)) : _("", !0)
2626
2715
  ]),
2627
2716
  loading: k(() => [
2628
- O(me)
2717
+ G(ge)
2629
2718
  ]),
2630
2719
  _: 2
2631
2720
  }, [
@@ -2638,9 +2727,9 @@ const $n = { render: zn }, Cn = ["disabled"], On = ["disabled"], Gn = {
2638
2727
  href: t.externalTeamResolver(a),
2639
2728
  target: "_blank"
2640
2729
  }, [
2641
- w("span", ts, T((p = a.team) == null ? void 0 : p.longName), 1),
2642
- w("span", es, T((h = a.team) == null ? void 0 : h.shortName), 1)
2643
- ], 8, Qn)
2730
+ w("span", gs, T((p = a.team) == null ? void 0 : p.longName), 1),
2731
+ w("span", ys, T((h = a.team) == null ? void 0 : h.shortName), 1)
2732
+ ], 8, hs)
2644
2733
  ];
2645
2734
  }),
2646
2735
  key: "0"
@@ -2651,7 +2740,7 @@ const $n = { render: zn }, Cn = ["disabled"], On = ["disabled"], Gn = {
2651
2740
  w("a", {
2652
2741
  href: t.externalPlayerResolver(a),
2653
2742
  target: "_blank"
2654
- }, T(a.name), 9, os)
2743
+ }, T(a.name), 9, vs)
2655
2744
  ]),
2656
2745
  key: "1"
2657
2746
  } : void 0
@@ -2660,7 +2749,7 @@ const $n = { render: zn }, Cn = ["disabled"], On = ["disabled"], Gn = {
2660
2749
  _: 1
2661
2750
  }));
2662
2751
  }
2663
- }, ls = {
2752
+ }, Ps = {
2664
2753
  xmlns: "http://www.w3.org/2000/svg",
2665
2754
  viewBox: "0 0 24 24",
2666
2755
  fill: "none",
@@ -2668,32 +2757,32 @@ const $n = { render: zn }, Cn = ["disabled"], On = ["disabled"], Gn = {
2668
2757
  "stroke-width": "2",
2669
2758
  "stroke-linecap": "round",
2670
2759
  "stroke-linejoin": "round"
2671
- }, cs = /* @__PURE__ */ w("rect", {
2760
+ }, Ss = /* @__PURE__ */ w("rect", {
2672
2761
  x: "2",
2673
2762
  y: "3",
2674
2763
  width: "20",
2675
2764
  height: "14",
2676
2765
  rx: "2",
2677
2766
  ry: "2"
2678
- }, null, -1), ds = /* @__PURE__ */ w("line", {
2767
+ }, null, -1), _s = /* @__PURE__ */ w("line", {
2679
2768
  x1: "8",
2680
2769
  y1: "21",
2681
2770
  x2: "16",
2682
2771
  y2: "21"
2683
- }, null, -1), us = /* @__PURE__ */ w("line", {
2772
+ }, null, -1), As = /* @__PURE__ */ w("line", {
2684
2773
  x1: "12",
2685
2774
  y1: "17",
2686
2775
  x2: "12",
2687
2776
  y2: "21"
2688
- }, null, -1), ms = [
2689
- cs,
2690
- ds,
2691
- us
2777
+ }, null, -1), zs = [
2778
+ Ss,
2779
+ _s,
2780
+ As
2692
2781
  ];
2693
- function fs(t, e) {
2694
- return v(), b("svg", ls, [...ms]);
2782
+ function $s(t, e) {
2783
+ return v(), b("svg", Ps, [...zs]);
2695
2784
  }
2696
- const ps = { render: fs }, hs = {
2785
+ const Cs = { render: $s }, Os = {
2697
2786
  xmlns: "http://www.w3.org/2000/svg",
2698
2787
  viewBox: "0 0 24 24",
2699
2788
  fill: "none",
@@ -2701,27 +2790,27 @@ const ps = { render: fs }, hs = {
2701
2790
  "stroke-width": "2",
2702
2791
  "stroke-linecap": "round",
2703
2792
  "stroke-linejoin": "round"
2704
- }, gs = /* @__PURE__ */ w("circle", {
2793
+ }, Gs = /* @__PURE__ */ w("circle", {
2705
2794
  cx: "12",
2706
2795
  cy: "12",
2707
2796
  r: "1"
2708
- }, null, -1), ys = /* @__PURE__ */ w("circle", {
2797
+ }, null, -1), Es = /* @__PURE__ */ w("circle", {
2709
2798
  cx: "12",
2710
2799
  cy: "5",
2711
2800
  r: "1"
2712
- }, null, -1), vs = /* @__PURE__ */ w("circle", {
2801
+ }, null, -1), Is = /* @__PURE__ */ w("circle", {
2713
2802
  cx: "12",
2714
2803
  cy: "19",
2715
2804
  r: "1"
2716
- }, null, -1), ws = [
2717
- gs,
2718
- ys,
2719
- vs
2805
+ }, null, -1), Rs = [
2806
+ Gs,
2807
+ Es,
2808
+ Is
2720
2809
  ];
2721
- function bs(t, e) {
2722
- return v(), b("svg", hs, [...ws]);
2810
+ function Ns(t, e) {
2811
+ return v(), b("svg", Os, [...Rs]);
2723
2812
  }
2724
- const xs = { render: bs }, Ts = {
2813
+ const Ls = { render: Ns }, Vs = {
2725
2814
  xmlns: "http://www.w3.org/2000/svg",
2726
2815
  viewBox: "0 0 24 24",
2727
2816
  fill: "none",
@@ -2729,21 +2818,21 @@ const xs = { render: bs }, Ts = {
2729
2818
  "stroke-width": "2",
2730
2819
  "stroke-linecap": "round",
2731
2820
  "stroke-linejoin": "round"
2732
- }, ks = /* @__PURE__ */ w("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), Ps = /* @__PURE__ */ w("rect", {
2821
+ }, Ds = /* @__PURE__ */ w("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__ */ w("rect", {
2733
2822
  x: "8",
2734
2823
  y: "2",
2735
2824
  width: "8",
2736
2825
  height: "4",
2737
2826
  rx: "1",
2738
2827
  ry: "1"
2739
- }, null, -1), Ss = [
2740
- ks,
2741
- Ps
2828
+ }, null, -1), Bs = [
2829
+ Ds,
2830
+ Ms
2742
2831
  ];
2743
- function _s(t, e) {
2744
- return v(), b("svg", Ts, [...Ss]);
2832
+ function Fs(t, e) {
2833
+ return v(), b("svg", Vs, [...Bs]);
2745
2834
  }
2746
- const As = { render: _s }, zs = {
2835
+ const Hs = { render: Fs }, js = {
2747
2836
  xmlns: "http://www.w3.org/2000/svg",
2748
2837
  viewBox: "0 0 24 24",
2749
2838
  fill: "none",
@@ -2751,26 +2840,26 @@ const As = { render: _s }, zs = {
2751
2840
  "stroke-width": "2",
2752
2841
  "stroke-linecap": "round",
2753
2842
  "stroke-linejoin": "round"
2754
- }, $s = /* @__PURE__ */ w("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), Cs = /* @__PURE__ */ w("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1), Os = [
2755
- $s,
2756
- Cs
2843
+ }, Ws = /* @__PURE__ */ w("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__ */ w("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1), Us = [
2844
+ Ws,
2845
+ Ks
2757
2846
  ];
2758
- function Gs(t, e) {
2759
- return v(), b("svg", zs, [...Os]);
2847
+ function Ys(t, e) {
2848
+ return v(), b("svg", js, [...Us]);
2760
2849
  }
2761
- const Es = { render: Gs }, Rs = { class: "is-team-name-long" }, Ns = { class: "is-team-name-short" }, Is = { class: "is-team-name-long" }, Ls = { class: "is-team-name-short" }, Vs = {
2850
+ const qs = { render: Ys }, Js = { class: "is-team-name-long" }, Xs = { class: "is-team-name-short" }, Zs = { class: "is-team-name-long" }, Qs = { class: "is-team-name-short" }, tr = {
2762
2851
  key: 0,
2763
2852
  class: "is-text-dark"
2764
- }, Ds = ["href", "target"], Ms = {
2853
+ }, er = ["href", "target"], or = {
2765
2854
  key: 0,
2766
2855
  class: "label"
2767
- }, Bs = {
2856
+ }, nr = {
2768
2857
  key: 1,
2769
2858
  class: "label"
2770
- }, Hs = {
2859
+ }, sr = {
2771
2860
  key: 2,
2772
2861
  class: "label"
2773
- }, Fs = { key: 1 }, js = ["onClick", "onFocus", "onBlur"], Ws = { class: "is-dropdown-menu" }, Ks = ["href", "target"], Us = { key: 0 }, Ys = ["href"], mr = {
2862
+ }, rr = { key: 1 }, ir = ["onClick", "onFocus", "onBlur"], ar = { class: "is-dropdown-menu" }, lr = ["href", "target"], cr = { key: 0 }, dr = ["href"], $r = {
2774
2863
  __name: "ScheduleTable",
2775
2864
  props: {
2776
2865
  rows: {
@@ -2799,17 +2888,17 @@ const Es = { render: Gs }, Rs = { class: "is-team-name-long" }, Ns = { class: "i
2799
2888
  }
2800
2889
  },
2801
2890
  setup(t) {
2802
- const e = t, o = G(null), { onError: n } = Jt(), { columns: r, error: s } = Xt(
2803
- Le,
2804
- C(() => e.hideColumns),
2805
- C(() => ({
2891
+ const e = t, o = C(null), { onError: n } = Qt(), { columns: r, error: s } = te(
2892
+ Ke,
2893
+ $(() => e.hideColumns),
2894
+ $(() => ({
2806
2895
  offsetName: e.offsetName
2807
2896
  }))
2808
2897
  );
2809
- $e(
2898
+ Ve(
2810
2899
  s,
2811
2900
  () => n(
2812
- new Qt(xt.message, {
2901
+ new oe(xt.message, {
2813
2902
  ...xt.options,
2814
2903
  cause: { column: s.value }
2815
2904
  })
@@ -2820,51 +2909,51 @@ const Es = { render: Gs }, Rs = { class: "is-team-name-long" }, Ns = { class: "i
2820
2909
  );
2821
2910
  const { t: i } = Z();
2822
2911
  return (c, m) => (v(), b(M, null, [
2823
- O(fe, null, {
2912
+ G(ye, null, {
2824
2913
  default: k(({ el: d }) => [
2825
- O(ue, {
2914
+ G(he, {
2826
2915
  columns: u(r),
2827
2916
  rows: e.rows,
2828
2917
  "is-loading": t.isLoading,
2829
2918
  "append-to": o.value || d
2830
2919
  }, {
2831
2920
  "cell-homeTeamName": k(({ row: l }) => [
2832
- w("span", Rs, T(l.homeTeam.longName), 1),
2833
- w("span", Ns, T(l.homeTeam.shortName), 1)
2921
+ w("span", Js, T(l.homeTeam.longName), 1),
2922
+ w("span", Xs, T(l.homeTeam.shortName), 1)
2834
2923
  ]),
2835
2924
  "cell-awayTeamName": k(({ row: l }) => [
2836
- w("span", Is, T(l.awayTeam.longName), 1),
2837
- w("span", Ls, T(l.awayTeam.shortName), 1)
2925
+ w("span", Zs, T(l.awayTeam.longName), 1),
2926
+ w("span", Qs, T(l.awayTeam.shortName), 1)
2838
2927
  ]),
2839
2928
  "cell-homeTeamLogo": k(({ row: l }) => [
2840
- (v(), R(st, {
2929
+ (v(), I(st, {
2841
2930
  class: "is-logo-image is-right",
2842
2931
  key: l.homeTeam.id,
2843
2932
  src: l.homeTeam.logo
2844
2933
  }, null, 8, ["src"]))
2845
2934
  ]),
2846
2935
  "cell-awayTeamLogo": k(({ row: l }) => [
2847
- (v(), R(st, {
2936
+ (v(), I(st, {
2848
2937
  class: "is-logo-image is-right",
2849
2938
  key: l.awayTeam.id,
2850
2939
  src: l.awayTeam.logo
2851
2940
  }, null, 8, ["src"]))
2852
2941
  ]),
2853
2942
  "cell-gameResult": k(({ row: l }) => [
2854
- l.gameStatus === 0 ? (v(), b("span", Vs, "-:-")) : (v(), b("a", {
2943
+ l.gameStatus === 0 ? (v(), b("span", tr, "-:-")) : (v(), b("a", {
2855
2944
  key: 1,
2856
2945
  href: t.externalGameResolver(l.gameId),
2857
2946
  target: t.externalGameResolverTarget,
2858
2947
  class: z({ "is-text-dark": l.gameStatus !== 1, "is-text-accent": l.gameStatus === 1 })
2859
- }, T(l.homeTeamScore) + ":" + T(l.awayTeamScore), 11, Ds))
2948
+ }, T(l.homeTeamScore) + ":" + T(l.awayTeamScore), 11, er))
2860
2949
  ]),
2861
2950
  "cell-gameResultType": k(({ row: l }) => [
2862
- l.isOvertime ? (v(), b("span", Ms, T(u(i)("common.overtimeShort")), 1)) : _("", !0),
2863
- l.isShootout ? (v(), b("span", Bs, T(u(i)("common.shootoutShort")), 1)) : _("", !0),
2864
- l.seriesStandings ? (v(), b("span", Hs, T(l.seriesStandings), 1)) : _("", !0)
2951
+ l.isOvertime ? (v(), b("span", or, T(u(i)("common.overtimeShort")), 1)) : _("", !0),
2952
+ l.isShootout ? (v(), b("span", nr, T(u(i)("common.shootoutShort")), 1)) : _("", !0),
2953
+ l.seriesStandings ? (v(), b("span", sr, T(l.seriesStandings), 1)) : _("", !0)
2865
2954
  ]),
2866
2955
  "cell-broadcast": k(({ row: l }) => [
2867
- l.broadcast ? (v(), R(u(ps), { key: 0 })) : (v(), b("span", Fs))
2956
+ l.broadcast ? (v(), I(u(Cs), { key: 0 })) : (v(), b("span", rr))
2868
2957
  ]),
2869
2958
  "cell-location": k(({ row: l }) => {
2870
2959
  var f;
@@ -2873,7 +2962,7 @@ const Es = { render: Gs }, Rs = { class: "is-team-name-long" }, Ns = { class: "i
2873
2962
  ];
2874
2963
  }),
2875
2964
  "cell-more": k(({ row: l }) => [
2876
- O(de, {
2965
+ G(pe, {
2877
2966
  offset: 2,
2878
2967
  placement: "left",
2879
2968
  theme: "content",
@@ -2886,30 +2975,30 @@ const Es = { render: Gs }, Rs = { class: "is-team-name-long" }, Ns = { class: "i
2886
2975
  onFocus: y,
2887
2976
  onBlur: g
2888
2977
  }, [
2889
- O(u(xs))
2890
- ], 40, js)
2978
+ G(u(Ls))
2979
+ ], 40, ir)
2891
2980
  ]),
2892
2981
  content: k(() => [
2893
- w("ul", Ws, [
2982
+ w("ul", ar, [
2894
2983
  w("li", null, [
2895
2984
  w("a", {
2896
2985
  href: t.externalGameResolver(l.gameId),
2897
2986
  class: "is-dropdown-item",
2898
2987
  target: t.externalGameResolverTarget
2899
2988
  }, [
2900
- O(u(As), { width: "14" }),
2989
+ G(u(Hs), { width: "14" }),
2901
2990
  D(" " + T(u(i)("common.report")), 1)
2902
- ], 8, Ks)
2991
+ ], 8, lr)
2903
2992
  ]),
2904
- l.video ? (v(), b("li", Us, [
2993
+ l.video ? (v(), b("li", cr, [
2905
2994
  w("a", {
2906
2995
  href: l.video,
2907
2996
  class: "is-dropdown-item",
2908
2997
  target: "_blank"
2909
2998
  }, [
2910
- O(u(Es), { width: "14" }),
2999
+ G(u(qs), { width: "14" }),
2911
3000
  D(" " + T(u(i)("common.video")), 1)
2912
- ], 8, Ys)
3001
+ ], 8, dr)
2913
3002
  ])) : _("", !0)
2914
3003
  ])
2915
3004
  ]),
@@ -2917,7 +3006,7 @@ const Es = { render: Gs }, Rs = { class: "is-team-name-long" }, Ns = { class: "i
2917
3006
  }, 1032, ["append-to"])
2918
3007
  ]),
2919
3008
  loading: k(() => [
2920
- O(me)
3009
+ G(ge)
2921
3010
  ]),
2922
3011
  _: 2
2923
3012
  }, 1032, ["columns", "rows", "is-loading", "append-to"])
@@ -2930,7 +3019,7 @@ const Es = { render: Gs }, Rs = { class: "is-team-name-long" }, Ns = { class: "i
2930
3019
  }, null, 512)
2931
3020
  ], 64));
2932
3021
  }
2933
- }, qs = { class: "g-row g-gap-normal is-mb-5" }, Js = ["value"], Xs = { key: 0 }, Zs = ["onClick"], fr = {
3022
+ }, ur = { class: "g-row g-gap-normal is-mb-5" }, mr = ["value"], fr = { key: 0 }, pr = ["onClick"], Cr = {
2934
3023
  __name: "SeasonSelector",
2935
3024
  props: {
2936
3025
  seasons: {
@@ -2956,7 +3045,7 @@ const Es = { render: Gs }, Rs = { class: "is-team-name-long" }, Ns = { class: "i
2956
3045
  },
2957
3046
  emits: ["onChangeSeason", "onChangeSection"],
2958
3047
  setup(t, { emit: e }) {
2959
- const o = t, n = e, { t: r } = Z(), s = C({
3048
+ const o = t, n = e, { t: r } = Z(), s = $({
2960
3049
  get() {
2961
3050
  return o.championshipId;
2962
3051
  },
@@ -2968,13 +3057,13 @@ const Es = { render: Gs }, Rs = { class: "is-team-name-long" }, Ns = { class: "i
2968
3057
  n("onChangeSection", c);
2969
3058
  }
2970
3059
  return (c, m) => (v(), b(M, null, [
2971
- w("div", qs, [
3060
+ w("div", ur, [
2972
3061
  w("div", null, [
2973
3062
  w("label", {
2974
3063
  for: "season",
2975
3064
  class: z(u(q)("label"))
2976
3065
  }, T(u(r)("selection.season")), 3),
2977
- O(Ve, {
3066
+ G(to, {
2978
3067
  id: "season",
2979
3068
  modelValue: s.value,
2980
3069
  "onUpdate:modelValue": m[0] || (m[0] = (d) => s.value = d)
@@ -2983,23 +3072,23 @@ const Es = { render: Gs }, Rs = { class: "is-team-name-long" }, Ns = { class: "i
2983
3072
  (v(!0), b(M, null, tt(t.seasons, (d) => (v(), b("option", {
2984
3073
  key: d.championshipId,
2985
3074
  value: d.championshipId
2986
- }, T(d.seasonName), 9, Js))), 128))
3075
+ }, T(d.seasonName), 9, mr))), 128))
2987
3076
  ]),
2988
3077
  _: 1
2989
3078
  }, 8, ["modelValue"])
2990
3079
  ]),
2991
- N(c.$slots, "default")
3080
+ R(c.$slots, "default")
2992
3081
  ]),
2993
- t.isSectionSelectionDisabled ? _("", !0) : (v(), b("div", Xs, [
3082
+ t.isSectionSelectionDisabled ? _("", !0) : (v(), b("div", fr, [
2994
3083
  (v(!0), b(M, null, tt(t.sections, (d) => (v(), b("button", {
2995
3084
  key: d.phaseId,
2996
3085
  onClick: (l) => i(d),
2997
3086
  class: z([u(q)("tab-button"), { "is-active": d.sectionId === t.sectionId }])
2998
- }, T(d.sectionName), 11, Zs))), 128))
3087
+ }, T(d.sectionName), 11, pr))), 128))
2999
3088
  ]))
3000
3089
  ], 64));
3001
3090
  }
3002
- }, Qs = ["textContent"], pr = {
3091
+ }, hr = ["textContent"], Or = {
3003
3092
  __name: "AdditionalStandingsText",
3004
3093
  props: {
3005
3094
  rows: {
@@ -3012,28 +3101,29 @@ const Es = { render: Gs }, Rs = { class: "is-team-name-long" }, Ns = { class: "i
3012
3101
  }
3013
3102
  },
3014
3103
  setup(t) {
3015
- const e = t, o = xe(e, "rows"), { t: n, locale: r } = Z(), { isVisible: s, text: i } = Ce(o, e.additionalKey, n, r);
3104
+ const e = t, o = Ce(e, "rows"), { t: n, locale: r } = Z(), { isVisible: s, text: i } = De(o, e.additionalKey, n, r);
3016
3105
  return (c, m) => u(s) ? (v(), b("div", {
3017
3106
  key: 0,
3018
3107
  class: "is-text-xs is-text-light is-mt-5 is-mb-5",
3019
3108
  textContent: T(u(i))
3020
- }, null, 8, Qs)) : _("", !0);
3109
+ }, null, 8, hr)) : _("", !0);
3021
3110
  }
3022
3111
  };
3023
3112
  export {
3024
- lr as I,
3113
+ Sr as I,
3025
3114
  st as _,
3026
- cr as a,
3027
- ue as b,
3028
- Ve as c,
3029
- ir as d,
3030
- ar as e,
3031
- mr as f,
3032
- de as g,
3033
- fr as h,
3034
- ur as i,
3035
- fe as j,
3036
- me as k,
3037
- dr as l,
3038
- pr as m
3115
+ _r as a,
3116
+ he as b,
3117
+ to as c,
3118
+ kr as d,
3119
+ Pr as e,
3120
+ $r as f,
3121
+ pe as g,
3122
+ Cr as h,
3123
+ zr as i,
3124
+ ye as j,
3125
+ ge as k,
3126
+ Ar as l,
3127
+ Tr as m,
3128
+ Or as n
3039
3129
  };