@mjsz-vbr-elements/core 2.2.5 → 2.2.7

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,15 +1,15 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.2.5 - 08/02/2024, 23:07:02
3
+ * version: v2.2.7 - 25/02/2024, 10:36:15
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 A, withDirectives as fe, openBlock as y, createElementBlock as w, normalizeClass as _, unref as m, renderSlot as I, vModelSelect as ge, createElementVNode as b, ref as E, watch as Lt, isRef as ye, Fragment as M, normalizeStyle as It, createVNode as C, Transition as ve, withCtx as T, createTextVNode as O, toDisplayString as x, createCommentVNode as $, toRefs as zt, renderList as tt, createBlock as L, withKeys as Vt, withModifiers as rt, defineComponent as be, createSlots as we, toRef as xe } from "vue";
9
- import { f as J, o as ke, e as Te, d as nt, a as Pe, c as $e, j as Se, n as _e, i as ze, b as qt, u as Jt, w as Ae, h as Ge } from "./useAdditionalText-EldMke4U.js";
8
+ import { computed as A, withDirectives as fe, openBlock as v, createElementBlock as w, normalizeClass as $, unref as m, renderSlot as I, vModelSelect as ge, createElementVNode as b, ref as E, watch as Lt, isRef as ye, Fragment as M, normalizeStyle as It, createVNode as C, Transition as ve, withCtx as T, createTextVNode as O, toDisplayString as x, createCommentVNode as P, toRefs as zt, renderList as et, createBlock as L, withKeys as Vt, withModifiers as rt, defineComponent as be, createSlots as we, toRef as xe } from "vue";
9
+ import { f as J, o as ke, e as Te, d as Z, a as Pe, c as Se, j as _e, n as $e, i as ze, b as qt, u as Jt, w as Ae, h as Ge } from "./useAdditionalText-EldMke4U.js";
10
10
  import { x as Yt, z as ft, l as Rt, p as Ce, o as gt, g as Ee } from "./datetime--bMmvxSM.js";
11
11
  import { LAZY_LOADING_STATE_DELAY as Le, SORT_STATE_ORIGINAL as Pt, SORT_STATE_DESCEND as Nt, SORT_STATE_ASCEND as Dt, AVAILABLE_TIMEZONES_BY_COUNTRY as Ie, DEFAULT_PORTRAIT_IMAGE_URL as Ve } from "./constants.js";
12
- import { i as Re, W as Zt, U as yt } from "./convert-rWfB71vI.js";
12
+ import { j as Re, W as Zt, U as yt } from "./convert-E2kZRWM3.js";
13
13
  import { COLUMNS_SCHEDULE as Ne } from "./columns.js";
14
14
  const De = {
15
15
  __name: "BaseSelect",
@@ -22,9 +22,9 @@ const De = {
22
22
  emits: ["update:modelValue"],
23
23
  setup(t, { emit: e }) {
24
24
  const o = t, n = e, a = J("base-input"), s = A({ get: () => o.modelValue, set: (r) => n("update:modelValue", r) });
25
- return (r, c) => fe((y(), w("select", {
26
- "onUpdate:modelValue": c[0] || (c[0] = (f) => s.value = f),
27
- class: _([m(a), "is-select"])
25
+ return (r, c) => fe((v(), w("select", {
26
+ "onUpdate:modelValue": c[0] || (c[0] = (g) => s.value = g),
27
+ class: $([m(a), "is-select"])
28
28
  }, [
29
29
  I(r.$slots, "default")
30
30
  ], 2)), [
@@ -65,7 +65,7 @@ const Be = He, Fe = {
65
65
  je
66
66
  ];
67
67
  function Ke(t, e) {
68
- return y(), w("svg", Fe, We);
68
+ return v(), w("svg", Fe, We);
69
69
  }
70
70
  const Ot = { render: Ke }, Ue = {
71
71
  "aria-hidden": "true",
@@ -83,7 +83,7 @@ const Ot = { render: Ke }, Ue = {
83
83
  qe
84
84
  ];
85
85
  function Ye(t, e) {
86
- return y(), w("svg", Ue, Je);
86
+ return v(), w("svg", Ue, Je);
87
87
  }
88
88
  const Ze = { render: Ye }, Xe = {
89
89
  "aria-hidden": "true",
@@ -101,7 +101,7 @@ const Ze = { render: Ye }, Xe = {
101
101
  Qe
102
102
  ];
103
103
  function eo(t, e) {
104
- return y(), w("svg", Xe, to);
104
+ return v(), w("svg", Xe, to);
105
105
  }
106
106
  const oo = { render: eo };
107
107
  function pt(t) {
@@ -110,17 +110,17 @@ function pt(t) {
110
110
  function At(t) {
111
111
  return t === "y" ? "height" : "width";
112
112
  }
113
- function et(t) {
113
+ function ot(t) {
114
114
  return t.split("-")[0];
115
115
  }
116
116
  function ht(t) {
117
- return ["top", "bottom"].includes(et(t)) ? "x" : "y";
117
+ return ["top", "bottom"].includes(ot(t)) ? "x" : "y";
118
118
  }
119
119
  function Mt(t, e, o) {
120
120
  let { reference: n, floating: a } = t;
121
- const s = n.x + n.width / 2 - a.width / 2, r = n.y + n.height / 2 - a.height / 2, c = ht(e), f = At(c), d = n[f] / 2 - a[f] / 2, i = c === "x";
121
+ const s = n.x + n.width / 2 - a.width / 2, r = n.y + n.height / 2 - a.height / 2, c = ht(e), g = At(c), d = n[g] / 2 - a[g] / 2, l = c === "x";
122
122
  let u;
123
- switch (et(e)) {
123
+ switch (ot(e)) {
124
124
  case "top":
125
125
  u = { x: s, y: n.y - a.height };
126
126
  break;
@@ -138,21 +138,21 @@ function Mt(t, e, o) {
138
138
  }
139
139
  switch (pt(e)) {
140
140
  case "start":
141
- u[c] -= d * (o && i ? -1 : 1);
141
+ u[c] -= d * (o && l ? -1 : 1);
142
142
  break;
143
143
  case "end":
144
- u[c] += d * (o && i ? -1 : 1);
144
+ u[c] += d * (o && l ? -1 : 1);
145
145
  }
146
146
  return u;
147
147
  }
148
148
  const no = async (t, e, o) => {
149
- const { placement: n = "bottom", strategy: a = "absolute", middleware: s = [], platform: r } = o, c = s.filter(Boolean), f = await (r.isRTL == null ? void 0 : r.isRTL(e));
150
- let d = await r.getElementRects({ reference: t, floating: e, strategy: a }), { x: i, y: u } = Mt(d, n, f), p = n, l = {}, h = 0;
151
- for (let g = 0; g < c.length; g++) {
152
- const { name: v, fn: k } = c[g], { x: P, y: S, data: F, reset: G } = await k({ x: i, y: u, initialPlacement: n, placement: p, strategy: a, middlewareData: l, rects: d, platform: r, elements: { reference: t, floating: e } });
153
- i = P ?? i, u = S ?? u, l = { ...l, [v]: { ...l[v], ...F } }, G && h <= 50 && (h++, typeof G == "object" && (G.placement && (p = G.placement), G.rects && (d = G.rects === !0 ? await r.getElementRects({ reference: t, floating: e, strategy: a }) : G.rects), { x: i, y: u } = Mt(d, p, f)), g = -1);
149
+ const { placement: n = "bottom", strategy: a = "absolute", middleware: s = [], platform: r } = o, c = s.filter(Boolean), g = await (r.isRTL == null ? void 0 : r.isRTL(e));
150
+ let d = await r.getElementRects({ reference: t, floating: e, strategy: a }), { x: l, y: u } = Mt(d, n, g), p = n, y = {}, i = 0;
151
+ for (let h = 0; h < c.length; h++) {
152
+ const { name: f, fn: k } = c[h], { x: S, y: _, data: F, reset: G } = await k({ x: l, y: u, initialPlacement: n, placement: p, strategy: a, middlewareData: y, rects: d, platform: r, elements: { reference: t, floating: e } });
153
+ l = S ?? l, u = _ ?? u, y = { ...y, [f]: { ...y[f], ...F } }, G && i <= 50 && (i++, typeof G == "object" && (G.placement && (p = G.placement), G.rects && (d = G.rects === !0 ? await r.getElementRects({ reference: t, floating: e, strategy: a }) : G.rects), { x: l, y: u } = Mt(d, p, g)), h = -1);
154
154
  }
155
- return { x: i, y: u, placement: p, strategy: a, middlewareData: l };
155
+ return { x: l, y: u, placement: p, strategy: a, middlewareData: y };
156
156
  };
157
157
  function Xt(t) {
158
158
  return typeof t != "number" ? function(e) {
@@ -165,22 +165,22 @@ function vt(t) {
165
165
  async function Qt(t, e) {
166
166
  var o;
167
167
  e === void 0 && (e = {});
168
- const { x: n, y: a, platform: s, rects: r, elements: c, strategy: f } = t, { boundary: d = "clippingAncestors", rootBoundary: i = "viewport", elementContext: u = "floating", altBoundary: p = !1, padding: l = 0 } = e, h = Xt(l), g = c[p ? u === "floating" ? "reference" : "floating" : u], v = vt(await s.getClippingRect({ element: (o = await (s.isElement == null ? void 0 : s.isElement(g))) == null || o ? g : g.contextElement || await (s.getDocumentElement == null ? void 0 : s.getDocumentElement(c.floating)), boundary: d, rootBoundary: i, strategy: f })), k = u === "floating" ? { ...r.floating, x: n, y: a } : r.reference, P = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(c.floating)), S = await (s.isElement == null ? void 0 : s.isElement(P)) && await (s.getScale == null ? void 0 : s.getScale(P)) || { x: 1, y: 1 }, F = vt(s.convertOffsetParentRelativeRectToViewportRelativeRect ? await s.convertOffsetParentRelativeRectToViewportRelativeRect({ rect: k, offsetParent: P, strategy: f }) : k);
169
- return { top: (v.top - F.top + h.top) / S.y, bottom: (F.bottom - v.bottom + h.bottom) / S.y, left: (v.left - F.left + h.left) / S.x, right: (F.right - v.right + h.right) / S.x };
168
+ const { x: n, y: a, platform: s, rects: r, elements: c, strategy: g } = t, { boundary: d = "clippingAncestors", rootBoundary: l = "viewport", elementContext: u = "floating", altBoundary: p = !1, padding: y = 0 } = e, i = Xt(y), h = c[p ? u === "floating" ? "reference" : "floating" : u], f = vt(await s.getClippingRect({ 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)), boundary: d, rootBoundary: l, strategy: g })), k = u === "floating" ? { ...r.floating, x: n, y: a } : r.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)) || { x: 1, y: 1 }, F = vt(s.convertOffsetParentRelativeRectToViewportRelativeRect ? await s.convertOffsetParentRelativeRectToViewportRelativeRect({ rect: k, offsetParent: S, strategy: g }) : k);
169
+ return { top: (f.top - F.top + i.top) / _.y, bottom: (F.bottom - f.bottom + i.bottom) / _.y, left: (f.left - F.left + i.left) / _.x, right: (F.right - f.right + i.right) / _.x };
170
170
  }
171
171
  const so = Math.min, ao = Math.max;
172
- function St(t, e, o) {
172
+ function _t(t, e, o) {
173
173
  return ao(t, so(e, o));
174
174
  }
175
175
  const Ht = (t) => ({ name: "arrow", options: t, async fn(e) {
176
- const { element: o, padding: n = 0 } = t || {}, { x: a, y: s, placement: r, rects: c, platform: f, elements: d } = e;
176
+ const { element: o, padding: n = 0 } = t || {}, { x: a, y: s, placement: r, rects: c, platform: g, elements: d } = e;
177
177
  if (o == null)
178
178
  return {};
179
- const i = Xt(n), u = { x: a, y: s }, p = ht(r), l = At(p), h = await f.getDimensions(o), g = p === "y", v = g ? "top" : "left", k = g ? "bottom" : "right", P = g ? "clientHeight" : "clientWidth", S = c.reference[l] + c.reference[p] - u[p] - c.floating[l], F = u[p] - c.reference[p], G = await (f.getOffsetParent == null ? void 0 : f.getOffsetParent(o));
180
- let W = G ? G[P] : 0;
181
- W && await (f.isElement == null ? void 0 : f.isElement(G)) || (W = d.floating[P] || c.floating[l]);
182
- const Z = S / 2 - F / 2, X = i[v], it = W - h[l] - i[k], j = W / 2 - h[l] / 2 + Z, z = St(X, j, it), D = pt(r) != null && j != z && c.reference[l] / 2 - (j < X ? i[v] : i[k]) - h[l] / 2 < 0;
183
- return { [p]: u[p] - (D ? j < X ? X - j : it - j : 0), data: { [p]: z, centerOffset: j - z } };
179
+ const l = Xt(n), u = { x: a, y: s }, p = ht(r), y = At(p), i = await g.getDimensions(o), h = p === "y", f = h ? "top" : "left", k = h ? "bottom" : "right", S = h ? "clientHeight" : "clientWidth", _ = c.reference[y] + c.reference[p] - u[p] - c.floating[y], F = u[p] - c.reference[p], G = await (g.getOffsetParent == null ? void 0 : g.getOffsetParent(o));
180
+ let W = G ? G[S] : 0;
181
+ W && await (g.isElement == null ? void 0 : g.isElement(G)) || (W = d.floating[S] || c.floating[y]);
182
+ const X = _ / 2 - F / 2, Q = l[f], it = W - i[y] - l[k], j = W / 2 - i[y] / 2 + X, z = _t(Q, j, it), D = pt(r) != null && j != z && c.reference[y] / 2 - (j < Q ? l[f] : l[k]) - i[y] / 2 < 0;
183
+ return { [p]: u[p] - (D ? j < Q ? Q - j : it - j : 0), data: { [p]: z, centerOffset: j - z } };
184
184
  } }), ro = ["top", "right", "bottom", "left"];
185
185
  ro.reduce((t, e) => t.concat(e, e + "-start", e + "-end"), []);
186
186
  const lo = { left: "right", right: "left", bottom: "top", top: "bottom" };
@@ -194,17 +194,17 @@ function io(t, e, o) {
194
194
  return e.reference[s] > e.floating[s] && (r = bt(r)), { main: r, cross: bt(r) };
195
195
  }
196
196
  const co = { start: "end", end: "start" };
197
- function $t(t) {
197
+ function St(t) {
198
198
  return t.replace(/start|end/g, (e) => co[e]);
199
199
  }
200
200
  const uo = function(t) {
201
201
  return t === void 0 && (t = {}), { name: "flip", options: t, async fn(e) {
202
202
  var o;
203
- const { placement: n, middlewareData: a, rects: s, initialPlacement: r, platform: c, elements: f } = e, { mainAxis: d = !0, crossAxis: i = !0, fallbackPlacements: u, fallbackStrategy: p = "bestFit", fallbackAxisSideDirection: l = "none", flipAlignment: h = !0, ...g } = t, v = et(n), k = et(r) === r, P = await (c.isRTL == null ? void 0 : c.isRTL(f.floating)), S = u || (k || !h ? [bt(r)] : function(z) {
203
+ const { placement: n, middlewareData: a, rects: s, initialPlacement: r, platform: c, elements: g } = e, { mainAxis: d = !0, crossAxis: l = !0, fallbackPlacements: u, fallbackStrategy: p = "bestFit", fallbackAxisSideDirection: y = "none", flipAlignment: i = !0, ...h } = t, f = ot(n), k = ot(r) === r, S = await (c.isRTL == null ? void 0 : c.isRTL(g.floating)), _ = u || (k || !i ? [bt(r)] : function(z) {
204
204
  const D = bt(z);
205
- return [$t(z), D, $t(D)];
205
+ return [St(z), D, St(D)];
206
206
  }(r));
207
- u || l === "none" || S.push(...function(z, D, Q, U) {
207
+ u || y === "none" || _.push(...function(z, D, tt, U) {
208
208
  const K = pt(z);
209
209
  let R = function(ct, Tt, me) {
210
210
  const Ct = ["left", "right"], Et = ["right", "left"], pe = ["top", "bottom"], he = ["bottom", "top"];
@@ -218,43 +218,43 @@ const uo = function(t) {
218
218
  default:
219
219
  return [];
220
220
  }
221
- }(et(z), Q === "start", U);
222
- return K && (R = R.map((ct) => ct + "-" + K), D && (R = R.concat(R.map($t)))), R;
223
- }(r, h, l, P));
224
- const F = [r, ...S], G = await Qt(e, g), W = [];
225
- let Z = ((o = a.flip) == null ? void 0 : o.overflows) || [];
226
- if (d && W.push(G[v]), i) {
227
- const { main: z, cross: D } = io(n, s, P);
221
+ }(ot(z), tt === "start", U);
222
+ return K && (R = R.map((ct) => ct + "-" + K), D && (R = R.concat(R.map(St)))), R;
223
+ }(r, i, y, S));
224
+ const F = [r, ..._], G = await Qt(e, h), W = [];
225
+ let X = ((o = a.flip) == null ? void 0 : o.overflows) || [];
226
+ if (d && W.push(G[f]), l) {
227
+ const { main: z, cross: D } = io(n, s, S);
228
228
  W.push(G[z], G[D]);
229
229
  }
230
- if (Z = [...Z, { placement: n, overflows: W }], !W.every((z) => z <= 0)) {
231
- var X, it;
232
- const z = (((X = a.flip) == null ? void 0 : X.index) || 0) + 1, D = F[z];
230
+ if (X = [...X, { placement: n, overflows: W }], !W.every((z) => z <= 0)) {
231
+ var Q, it;
232
+ const z = (((Q = a.flip) == null ? void 0 : Q.index) || 0) + 1, D = F[z];
233
233
  if (D)
234
- return { data: { index: z, overflows: Z }, reset: { placement: D } };
235
- let Q = (it = Z.filter((U) => U.overflows[0] <= 0).sort((U, K) => U.overflows[1] - K.overflows[1])[0]) == null ? void 0 : it.placement;
236
- if (!Q)
234
+ return { data: { index: z, overflows: X }, reset: { placement: D } };
235
+ let tt = (it = X.filter((U) => U.overflows[0] <= 0).sort((U, K) => U.overflows[1] - K.overflows[1])[0]) == null ? void 0 : it.placement;
236
+ if (!tt)
237
237
  switch (p) {
238
238
  case "bestFit": {
239
239
  var j;
240
- const U = (j = Z.map((K) => [K.placement, K.overflows.filter((R) => R > 0).reduce((R, ct) => R + ct, 0)]).sort((K, R) => K[1] - R[1])[0]) == null ? void 0 : j[0];
241
- U && (Q = U);
240
+ const U = (j = X.map((K) => [K.placement, K.overflows.filter((R) => R > 0).reduce((R, ct) => R + ct, 0)]).sort((K, R) => K[1] - R[1])[0]) == null ? void 0 : j[0];
241
+ U && (tt = U);
242
242
  break;
243
243
  }
244
244
  case "initialPlacement":
245
- Q = r;
245
+ tt = r;
246
246
  }
247
- if (n !== Q)
248
- return { reset: { placement: Q } };
247
+ if (n !== tt)
248
+ return { reset: { placement: tt } };
249
249
  }
250
250
  return {};
251
251
  } };
252
252
  }, mo = function(t) {
253
253
  return t === void 0 && (t = 0), { name: "offset", options: t, async fn(e) {
254
254
  const { x: o, y: n } = e, a = await async function(s, r) {
255
- const { placement: c, platform: f, elements: d } = s, i = await (f.isRTL == null ? void 0 : f.isRTL(d.floating)), u = et(c), p = pt(c), l = ht(c) === "x", h = ["left", "top"].includes(u) ? -1 : 1, g = i && l ? -1 : 1, v = typeof r == "function" ? r(s) : r;
256
- let { mainAxis: k, crossAxis: P, alignmentAxis: S } = typeof v == "number" ? { mainAxis: v, crossAxis: 0, alignmentAxis: null } : { mainAxis: 0, crossAxis: 0, alignmentAxis: null, ...v };
257
- return p && typeof S == "number" && (P = p === "end" ? -1 * S : S), l ? { x: P * g, y: k * h } : { x: k * h, y: P * g };
255
+ const { placement: c, platform: g, elements: d } = s, l = await (g.isRTL == null ? void 0 : g.isRTL(d.floating)), u = ot(c), p = pt(c), y = ht(c) === "x", i = ["left", "top"].includes(u) ? -1 : 1, h = l && y ? -1 : 1, f = typeof r == "function" ? r(s) : r;
256
+ let { mainAxis: k, crossAxis: S, alignmentAxis: _ } = typeof f == "number" ? { mainAxis: f, crossAxis: 0, alignmentAxis: null } : { mainAxis: 0, crossAxis: 0, alignmentAxis: null, ...f };
257
+ return p && typeof _ == "number" && (S = p === "end" ? -1 * _ : _), y ? { x: S * h, y: k * i } : { x: k * i, y: S * h };
258
258
  }(e, t);
259
259
  return { x: o + a.x, y: n + a.y, data: a };
260
260
  } };
@@ -264,21 +264,21 @@ function po(t) {
264
264
  }
265
265
  const ho = function(t) {
266
266
  return t === void 0 && (t = {}), { name: "shift", options: t, async fn(e) {
267
- const { x: o, y: n, placement: a } = e, { mainAxis: s = !0, crossAxis: r = !1, limiter: c = { fn: (v) => {
268
- let { x: k, y: P } = v;
269
- return { x: k, y: P };
270
- } }, ...f } = t, d = { x: o, y: n }, i = await Qt(e, f), u = ht(et(a)), p = po(u);
271
- let l = d[u], h = d[p];
267
+ const { x: o, y: n, placement: a } = e, { mainAxis: s = !0, crossAxis: r = !1, limiter: c = { fn: (f) => {
268
+ let { x: k, y: S } = f;
269
+ return { x: k, y: S };
270
+ } }, ...g } = t, d = { x: o, y: n }, l = await Qt(e, g), u = ht(ot(a)), p = po(u);
271
+ let y = d[u], i = d[p];
272
272
  if (s) {
273
- const v = u === "y" ? "bottom" : "right";
274
- l = St(l + i[u === "y" ? "top" : "left"], l, l - i[v]);
273
+ const f = u === "y" ? "bottom" : "right";
274
+ y = _t(y + l[u === "y" ? "top" : "left"], y, y - l[f]);
275
275
  }
276
276
  if (r) {
277
- const v = p === "y" ? "bottom" : "right";
278
- h = St(h + i[p === "y" ? "top" : "left"], h, h - i[v]);
277
+ const f = p === "y" ? "bottom" : "right";
278
+ i = _t(i + l[p === "y" ? "top" : "left"], i, i - l[f]);
279
279
  }
280
- const g = c.fn({ ...e, [u]: l, [p]: h });
281
- return { ...g, data: { x: g.x - o, y: g.y - n } };
280
+ const h = c.fn({ ...e, [u]: y, [p]: i });
281
+ return { ...h, data: { x: h.x - o, y: h.y - n } };
282
282
  } };
283
283
  };
284
284
  function N(t) {
@@ -310,7 +310,7 @@ function mt(t) {
310
310
  function fo(t) {
311
311
  return ["table", "td", "th"].includes(Y(t));
312
312
  }
313
- function _t(t) {
313
+ function $t(t) {
314
314
  const e = Gt(), o = H(t);
315
315
  return o.transform !== "none" || o.perspective !== "none" || !e && !!o.backdropFilter && o.backdropFilter !== "none" || !e && !!o.filter && o.filter !== "none" || ["transform", "perspective", "filter"].some((n) => (o.willChange || "").includes(n)) || ["paint", "layout", "strict", "content"].some((n) => (o.contain || "").includes(n));
316
316
  }
@@ -347,22 +347,22 @@ function se(t, e, o) {
347
347
  const s = t ? N(t) : window;
348
348
  return !o || e && o !== s ? jt : { x: ((n = s.visualViewport) == null ? void 0 : n.offsetLeft) || 0, y: ((a = s.visualViewport) == null ? void 0 : a.offsetTop) || 0 };
349
349
  }
350
- function ot(t, e, o, n) {
350
+ function nt(t, e, o, n) {
351
351
  e === void 0 && (e = !1), o === void 0 && (o = !1);
352
352
  const a = t.getBoundingClientRect(), s = oe(t);
353
353
  let r = ne;
354
354
  e && (n ? V(n) && (r = at(n)) : r = at(t));
355
355
  const c = se(s, o, n);
356
- let f = (a.left + c.x) / r.x, d = (a.top + c.y) / r.y, i = a.width / r.x, u = a.height / r.y;
356
+ let g = (a.left + c.x) / r.x, d = (a.top + c.y) / r.y, l = a.width / r.x, u = a.height / r.y;
357
357
  if (s) {
358
- const p = N(s), l = n && V(n) ? N(n) : n;
359
- let h = p.frameElement;
360
- for (; h && n && l !== p; ) {
361
- const g = at(h), v = h.getBoundingClientRect(), k = getComputedStyle(h);
362
- v.x += (h.clientLeft + parseFloat(k.paddingLeft)) * g.x, v.y += (h.clientTop + parseFloat(k.paddingTop)) * g.y, f *= g.x, d *= g.y, i *= g.x, u *= g.y, f += v.x, d += v.y, h = N(h).frameElement;
358
+ const p = N(s), y = n && V(n) ? N(n) : n;
359
+ let i = p.frameElement;
360
+ for (; i && n && y !== p; ) {
361
+ const h = at(i), f = i.getBoundingClientRect(), k = getComputedStyle(i);
362
+ f.x += (i.clientLeft + parseFloat(k.paddingLeft)) * h.x, f.y += (i.clientTop + parseFloat(k.paddingTop)) * h.y, g *= h.x, d *= h.y, l *= h.x, u *= h.y, g += f.x, d += f.y, i = N(i).frameElement;
363
363
  }
364
364
  }
365
- return vt({ width: i, height: u, x: f, y: d });
365
+ return vt({ width: l, height: u, x: g, y: d });
366
366
  }
367
367
  function q(t) {
368
368
  return ((te(t) ? t.ownerDocument : t.document) || window.document).documentElement;
@@ -371,7 +371,7 @@ function kt(t) {
371
371
  return V(t) ? { scrollLeft: t.scrollLeft, scrollTop: t.scrollTop } : { scrollLeft: t.pageXOffset, scrollTop: t.pageYOffset };
372
372
  }
373
373
  function ae(t) {
374
- return ot(q(t)).left + kt(t).scrollLeft;
374
+ return nt(q(t)).left + kt(t).scrollLeft;
375
375
  }
376
376
  function lt(t) {
377
377
  if (Y(t) === "html")
@@ -393,26 +393,26 @@ function Wt(t, e, o) {
393
393
  let n;
394
394
  if (e === "viewport")
395
395
  n = function(a, s) {
396
- const r = N(a), c = q(a), f = r.visualViewport;
397
- let d = c.clientWidth, i = c.clientHeight, u = 0, p = 0;
398
- if (f) {
399
- d = f.width, i = f.height;
400
- const l = Gt();
401
- (!l || l && s === "fixed") && (u = f.offsetLeft, p = f.offsetTop);
396
+ const r = N(a), c = q(a), g = r.visualViewport;
397
+ let d = c.clientWidth, l = c.clientHeight, u = 0, p = 0;
398
+ if (g) {
399
+ d = g.width, l = g.height;
400
+ const y = Gt();
401
+ (!y || y && s === "fixed") && (u = g.offsetLeft, p = g.offsetTop);
402
402
  }
403
- return { width: d, height: i, x: u, y: p };
403
+ return { width: d, height: l, x: u, y: p };
404
404
  }(t, o);
405
405
  else if (e === "document")
406
406
  n = function(a) {
407
- const s = q(a), r = kt(a), c = a.ownerDocument.body, f = dt(s.scrollWidth, s.clientWidth, c.scrollWidth, c.clientWidth), d = dt(s.scrollHeight, s.clientHeight, c.scrollHeight, c.clientHeight);
408
- let i = -r.scrollLeft + ae(a);
407
+ const s = q(a), r = kt(a), c = a.ownerDocument.body, g = dt(s.scrollWidth, s.clientWidth, c.scrollWidth, c.clientWidth), d = dt(s.scrollHeight, s.clientHeight, c.scrollHeight, c.clientHeight);
408
+ let l = -r.scrollLeft + ae(a);
409
409
  const u = -r.scrollTop;
410
- return H(c).direction === "rtl" && (i += dt(s.clientWidth, c.clientWidth) - f), { width: f, height: d, x: i, y: u };
410
+ return H(c).direction === "rtl" && (l += dt(s.clientWidth, c.clientWidth) - g), { width: g, height: d, x: l, y: u };
411
411
  }(q(t));
412
412
  else if (V(e))
413
413
  n = function(a, s) {
414
- const r = ot(a, !0, s === "fixed"), c = r.top + a.clientTop, f = r.left + a.clientLeft, d = B(a) ? at(a) : { x: 1, y: 1 };
415
- return { width: a.clientWidth * d.x, height: a.clientHeight * d.y, x: f * d.x, y: c * d.y };
414
+ const r = nt(a, !0, s === "fixed"), c = r.top + a.clientTop, g = r.left + a.clientLeft, d = B(a) ? at(a) : { x: 1, y: 1 };
415
+ return { width: a.clientWidth * d.x, height: a.clientHeight * d.y, x: g * d.x, y: c * d.y };
416
416
  }(e, o);
417
417
  else {
418
418
  const a = se(t);
@@ -434,10 +434,10 @@ function Ut(t, e) {
434
434
  let n = Kt(t, e);
435
435
  for (; n && fo(n) && H(n).position === "static"; )
436
436
  n = Kt(n, e);
437
- return n && (Y(n) === "html" || Y(n) === "body" && H(n).position === "static" && !_t(n)) ? o : n || function(a) {
437
+ return n && (Y(n) === "html" || Y(n) === "body" && H(n).position === "static" && !$t(n)) ? o : n || function(a) {
438
438
  let s = lt(a);
439
439
  for (; B(s) && !xt(s); ) {
440
- if (_t(s))
440
+ if ($t(s))
441
441
  return s;
442
442
  s = lt(s);
443
443
  }
@@ -445,48 +445,48 @@ function Ut(t, e) {
445
445
  }(t) || o;
446
446
  }
447
447
  function go(t, e, o) {
448
- const n = B(e), a = q(e), s = o === "fixed", r = ot(t, !0, s, e);
448
+ const n = B(e), a = q(e), s = o === "fixed", r = nt(t, !0, s, e);
449
449
  let c = { scrollLeft: 0, scrollTop: 0 };
450
- const f = { x: 0, y: 0 };
450
+ const g = { x: 0, y: 0 };
451
451
  if (n || !n && !s)
452
452
  if ((Y(e) !== "body" || mt(a)) && (c = kt(e)), B(e)) {
453
- const d = ot(e, !0, s, e);
454
- f.x = d.x + e.clientLeft, f.y = d.y + e.clientTop;
453
+ const d = nt(e, !0, s, e);
454
+ g.x = d.x + e.clientLeft, g.y = d.y + e.clientTop;
455
455
  } else
456
- a && (f.x = ae(a));
457
- return { x: r.left + c.scrollLeft - f.x, y: r.top + c.scrollTop - f.y, width: r.width, height: r.height };
456
+ a && (g.x = ae(a));
457
+ return { x: r.left + c.scrollLeft - g.x, y: r.top + c.scrollTop - g.y, width: r.width, height: r.height };
458
458
  }
459
459
  const yo = { getClippingRect: function(t) {
460
460
  let { element: e, boundary: o, rootBoundary: n, strategy: a } = t;
461
- const s = o === "clippingAncestors" ? function(d, i) {
462
- const u = i.get(d);
461
+ const s = o === "clippingAncestors" ? function(d, l) {
462
+ const u = l.get(d);
463
463
  if (u)
464
464
  return u;
465
- let p = ut(d).filter((v) => V(v) && Y(v) !== "body"), l = null;
466
- const h = H(d).position === "fixed";
467
- let g = h ? lt(d) : d;
468
- for (; V(g) && !xt(g); ) {
469
- const v = H(g), k = _t(g);
470
- k || v.position !== "fixed" || (l = null), (h ? !k && !l : !k && v.position === "static" && l && ["absolute", "fixed"].includes(l.position) || mt(g) && !k && le(d, g)) ? p = p.filter((P) => P !== g) : l = v, g = lt(g);
465
+ let p = ut(d).filter((f) => V(f) && Y(f) !== "body"), y = null;
466
+ const i = H(d).position === "fixed";
467
+ let h = i ? lt(d) : d;
468
+ for (; V(h) && !xt(h); ) {
469
+ const f = H(h), k = $t(h);
470
+ k || f.position !== "fixed" || (y = null), (i ? !k && !y : !k && f.position === "static" && y && ["absolute", "fixed"].includes(y.position) || mt(h) && !k && le(d, h)) ? p = p.filter((S) => S !== h) : y = f, h = lt(h);
471
471
  }
472
- return i.set(d, p), p;
473
- }(e, this._c) : [].concat(o), r = [...s, n], c = r[0], f = r.reduce((d, i) => {
474
- const u = Wt(e, i, a);
472
+ return l.set(d, p), p;
473
+ }(e, this._c) : [].concat(o), r = [...s, n], c = r[0], g = r.reduce((d, l) => {
474
+ const u = Wt(e, l, a);
475
475
  return d.top = dt(u.top, d.top), d.right = Ft(u.right, d.right), d.bottom = Ft(u.bottom, d.bottom), d.left = dt(u.left, d.left), d;
476
476
  }, Wt(e, c, a));
477
- return { width: f.right - f.left, height: f.bottom - f.top, x: f.left, y: f.top };
477
+ return { width: g.right - g.left, height: g.bottom - g.top, x: g.left, y: g.top };
478
478
  }, convertOffsetParentRelativeRectToViewportRelativeRect: function(t) {
479
479
  let { rect: e, offsetParent: o, strategy: n } = t;
480
480
  const a = B(o), s = q(o);
481
481
  if (o === s)
482
482
  return e;
483
483
  let r = { scrollLeft: 0, scrollTop: 0 }, c = { x: 1, y: 1 };
484
- const f = { x: 0, y: 0 };
484
+ const g = { x: 0, y: 0 };
485
485
  if ((a || !a && n !== "fixed") && ((Y(o) !== "body" || mt(s)) && (r = kt(o)), B(o))) {
486
- const d = ot(o);
487
- c = at(o), f.x = d.x + o.clientLeft, f.y = d.y + o.clientTop;
486
+ const d = nt(o);
487
+ c = at(o), g.x = d.x + o.clientLeft, g.y = d.y + o.clientTop;
488
488
  }
489
- return { width: e.width * c.x, height: e.height * c.y, x: e.x * c.x - r.scrollLeft * c.x + f.x, y: e.y * c.y - r.scrollTop * c.y + f.y };
489
+ return { width: e.width * c.x, height: e.height * c.y, x: e.x * c.x - r.scrollLeft * c.x + g.x, y: e.y * c.y - r.scrollTop * c.y + g.y };
490
490
  }, isElement: V, getDimensions: function(t) {
491
491
  return ee(t);
492
492
  }, getOffsetParent: Ut, getDocumentElement: q, getScale: at, async getElementRects(t) {
@@ -496,24 +496,24 @@ const yo = { getClippingRect: function(t) {
496
496
  }, getClientRects: (t) => Array.from(t.getClientRects()), isRTL: (t) => H(t).direction === "rtl" };
497
497
  function vo(t, e, o, n) {
498
498
  n === void 0 && (n = {});
499
- const { ancestorScroll: a = !0, ancestorResize: s = !0, elementResize: r = !0, animationFrame: c = !1 } = n, f = a || s ? [...V(t) ? ut(t) : t.contextElement ? ut(t.contextElement) : [], ...ut(e)] : [];
500
- f.forEach((p) => {
501
- const l = !V(p) && p.toString().includes("V");
502
- !a || c && !l || p.addEventListener("scroll", o, { passive: !0 }), s && p.addEventListener("resize", o);
499
+ const { ancestorScroll: a = !0, ancestorResize: s = !0, elementResize: r = !0, animationFrame: c = !1 } = n, g = a || s ? [...V(t) ? ut(t) : t.contextElement ? ut(t.contextElement) : [], ...ut(e)] : [];
500
+ g.forEach((p) => {
501
+ const y = !V(p) && p.toString().includes("V");
502
+ !a || c && !y || p.addEventListener("scroll", o, { passive: !0 }), s && p.addEventListener("resize", o);
503
503
  });
504
- let d, i = null;
505
- r && (i = new ResizeObserver(() => {
504
+ let d, l = null;
505
+ r && (l = new ResizeObserver(() => {
506
506
  o();
507
- }), V(t) && !c && i.observe(t), V(t) || !t.contextElement || c || i.observe(t.contextElement), i.observe(e));
508
- let u = c ? ot(t) : null;
507
+ }), V(t) && !c && l.observe(t), V(t) || !t.contextElement || c || l.observe(t.contextElement), l.observe(e));
508
+ let u = c ? nt(t) : null;
509
509
  return c && function p() {
510
- const l = ot(t);
511
- !u || l.x === u.x && l.y === u.y && l.width === u.width && l.height === u.height || o(), u = l, d = requestAnimationFrame(p);
510
+ const y = nt(t);
511
+ !u || y.x === u.x && y.y === u.y && y.width === u.width && y.height === u.height || o(), u = y, d = requestAnimationFrame(p);
512
512
  }(), o(), () => {
513
513
  var p;
514
- f.forEach((l) => {
515
- a && l.removeEventListener("scroll", o), s && l.removeEventListener("resize", o);
516
- }), (p = i) == null || p.disconnect(), i = null, c && cancelAnimationFrame(d);
514
+ g.forEach((y) => {
515
+ a && y.removeEventListener("scroll", o), s && y.removeEventListener("resize", o);
516
+ }), (p = l) == null || p.disconnect(), l = null, c && cancelAnimationFrame(d);
517
517
  };
518
518
  }
519
519
  const bo = (t, e, o) => {
@@ -521,13 +521,13 @@ const bo = (t, e, o) => {
521
521
  return no(t, e, { ...a, platform: s });
522
522
  };
523
523
  function wo({ middleware: t, placement: e = null, strategy: o, append: n, enabled: a }) {
524
- const s = E(null), r = E(null), c = E(null), f = E(null), d = E(null), i = E(null), u = E(null), p = E(o ?? "absolute"), l = E(null), h = () => {
524
+ const s = E(null), r = E(null), c = E(null), g = E(null), d = E(null), l = E(null), u = E(null), p = E(o ?? "absolute"), y = E(null), i = () => {
525
525
  !s.value || !r.value || bo(s.value, r.value, {
526
526
  middleware: t,
527
527
  placement: e,
528
528
  strategy: o
529
- }).then((v) => {
530
- c.value = v.x, f.value = v.y, p.value = v.strategy, d.value = v.middlewareData.arrow.x, i.value = v.middlewareData.arrow.y, u.value = v.placement;
529
+ }).then((f) => {
530
+ c.value = f.x, g.value = f.y, p.value = f.strategy, d.value = f.middlewareData.arrow.x, l.value = f.middlewareData.arrow.y, u.value = f.placement;
531
531
  });
532
532
  };
533
533
  Lt(
@@ -536,35 +536,35 @@ function wo({ middleware: t, placement: e = null, strategy: o, append: n, enable
536
536
  floating: m(r),
537
537
  append: m(n)
538
538
  }),
539
- ({ floating: v, append: k }) => {
540
- k && Re(v, k), h();
539
+ ({ floating: f, append: k }) => {
540
+ k && Re(f, k), i();
541
541
  },
542
542
  { flush: "post" }
543
543
  ), Lt(
544
544
  a,
545
- (v) => {
545
+ (f) => {
546
546
  if (!(!s.value || !r.value)) {
547
- if (!v)
548
- return g();
549
- l.value = vo(s.value, r.value, h, {});
547
+ if (!f)
548
+ return h();
549
+ y.value = vo(s.value, r.value, i, {});
550
550
  }
551
551
  },
552
552
  { flush: "post" }
553
553
  );
554
- const g = () => {
555
- var v;
556
- (v = l.value) == null || v.call(l), l.value = null;
554
+ const h = () => {
555
+ var f;
556
+ (f = y.value) == null || f.call(y), y.value = null;
557
557
  };
558
558
  return {
559
559
  x: c,
560
- y: f,
560
+ y: g,
561
561
  arrowX: d,
562
- arrowY: i,
562
+ arrowY: l,
563
563
  placement: u,
564
564
  reference: s,
565
565
  floating: r,
566
566
  strategy: p,
567
- update: h
567
+ update: i
568
568
  };
569
569
  }
570
570
  const xo = (t) => {
@@ -605,37 +605,37 @@ const xo = (t) => {
605
605
  }
606
606
  },
607
607
  setup(t) {
608
- const e = t, o = E(!1), n = E(null), { x: a, y: s, arrowX: r, arrowY: c, placement: f, reference: d, floating: i, strategy: u } = wo({
608
+ const e = t, o = E(!1), n = E(null), { x: a, y: s, arrowX: r, arrowY: c, placement: g, reference: d, floating: l, strategy: u } = wo({
609
609
  placement: e.placement,
610
610
  middleware: [uo(), ho({ padding: 5 }), mo(e.offset), xo({ element: n, padding: 5 })],
611
611
  append: A(() => e.appendTo),
612
612
  enabled: o
613
613
  }), p = () => {
614
614
  e.disabled || o.value || (o.value = !0);
615
- }, l = (v) => {
616
- o.value && v && (o.value = !1);
617
- }, h = (v) => {
618
- d.value = v;
619
- }, g = {
615
+ }, y = (f) => {
616
+ o.value && f && (o.value = !1);
617
+ }, i = (f) => {
618
+ d.value = f;
619
+ }, h = {
620
620
  mouseenter: p,
621
- mouseleave: l,
621
+ mouseleave: y,
622
622
  focus: p,
623
- blur: l
623
+ blur: y
624
624
  };
625
- return ke(i, (v) => {
625
+ return ke(l, (f) => {
626
626
  var k;
627
- (k = d.value) != null && k.contains(v.target) || l();
628
- }), (v, k) => (y(), w(M, null, [
629
- I(v.$slots, "default", {
630
- setRef: h,
627
+ (k = d.value) != null && k.contains(f.target) || y();
628
+ }), (f, k) => (v(), w(M, null, [
629
+ I(f.$slots, "default", {
630
+ setRef: i,
631
631
  show: p,
632
- hide: l,
633
- events: g
632
+ hide: y,
633
+ events: h
634
634
  }),
635
635
  b("div", {
636
636
  ref_key: "floating",
637
- ref: i,
638
- "data-placement": m(f),
637
+ ref: l,
638
+ "data-placement": m(g),
639
639
  style: It({
640
640
  position: m(u),
641
641
  top: m(s) ? `${m(s)}px` : "",
@@ -647,11 +647,11 @@ const xo = (t) => {
647
647
  mode: "out-in"
648
648
  }, {
649
649
  default: T(() => [
650
- o.value ? (y(), w("div", {
650
+ o.value ? (v(), w("div", {
651
651
  key: 0,
652
- class: _(["floating-content", [`is-${e.theme}`]])
652
+ class: $(["floating-content", [`is-${e.theme}`]])
653
653
  }, [
654
- I(v.$slots, "content", { close: l }, () => [
654
+ I(f.$slots, "content", { close: y }, () => [
655
655
  O(x(t.content), 1)
656
656
  ]),
657
657
  b("div", {
@@ -664,14 +664,14 @@ const xo = (t) => {
664
664
  left: m(r) ? `${m(r)}px` : ""
665
665
  })
666
666
  }, null, 4)
667
- ], 2)) : $("", !0)
667
+ ], 2)) : P("", !0)
668
668
  ]),
669
669
  _: 3
670
670
  })
671
671
  ], 12, ko)
672
672
  ], 64));
673
673
  }
674
- }, To = ["onMouseenter", "onMouseleave", "onFocus", "onBlur", "onClick", "onKeydown", "tabindex"], Po = { key: 0 }, $o = ["colspan"], So = { key: 1 }, _o = ["colspan"], ce = {
674
+ }, To = ["onMouseenter", "onMouseleave", "onFocus", "onBlur", "onClick", "onKeydown", "tabindex"], Po = { key: 0 }, So = ["colspan"], _o = { key: 1 }, $o = ["colspan"], ce = {
675
675
  __name: "DataTable",
676
676
  props: {
677
677
  columns: {
@@ -697,65 +697,65 @@ const xo = (t) => {
697
697
  },
698
698
  emits: ["sort"],
699
699
  setup(t, { emit: e }) {
700
- const o = t, { isLoading: n, appendTo: a } = zt(o), s = Te(n, { delay: Le }), r = e, { t: c } = nt(), f = J("table"), d = A(() => o.columns), i = A(() => Object.keys(o.columns).length), u = (p, l) => {
701
- p.sortOrders && r("sort", { target: l, orders: p.sortOrders });
700
+ const o = t, { isLoading: n, appendTo: a } = zt(o), s = Te(n, { delay: Le }), r = e, { t: c } = Z(), g = J("table"), d = A(() => o.columns), l = A(() => Object.keys(o.columns).length), u = (p, y) => {
701
+ p.sortOrders && r("sort", { target: y, orders: p.sortOrders });
702
702
  };
703
- return (p, l) => (y(), w("table", {
704
- class: _(m(f))
703
+ return (p, y) => (v(), w("table", {
704
+ class: $(m(g))
705
705
  }, [
706
706
  b("thead", null, [
707
707
  b("tr", null, [
708
- (y(!0), w(M, null, tt(d.value, (h, g) => (y(), L(ie, {
709
- key: g,
708
+ (v(!0), w(M, null, et(d.value, (i, h) => (v(), L(ie, {
709
+ key: h,
710
710
  placement: "top",
711
- content: h.tooltip,
712
- disabled: !h.tooltip,
711
+ content: i.tooltip,
712
+ disabled: !i.tooltip,
713
713
  "append-to": m(a)
714
714
  }, {
715
- default: T(({ setRef: v, show: k, hide: P }) => [
715
+ default: T(({ setRef: f, show: k, hide: S }) => [
716
716
  b("th", {
717
717
  ref_for: !0,
718
- ref: v,
719
- class: _([
720
- [h.class],
718
+ ref: f,
719
+ class: $([
720
+ [i.class],
721
721
  {
722
- "is-active": g === t.sort.sortTarget && t.sort.orders[0].direction !== m(Pt),
723
- "is-sortable": h.sortOrders,
724
- "is-desc": g === t.sort.sortTarget && t.sort.orders[0].direction === m(Nt),
725
- "is-asc": g === t.sort.sortTarget && t.sort.orders[0].direction === m(Dt)
722
+ "is-active": h === t.sort.sortTarget && t.sort.orders[0].direction !== m(Pt),
723
+ "is-sortable": i.sortOrders,
724
+ "is-desc": h === t.sort.sortTarget && t.sort.orders[0].direction === m(Nt),
725
+ "is-asc": h === t.sort.sortTarget && t.sort.orders[0].direction === m(Dt)
726
726
  }
727
727
  ]),
728
728
  onMouseenter: k,
729
- onMouseleave: P,
729
+ onMouseleave: S,
730
730
  onFocus: k,
731
- onBlur: P,
732
- onClick: (S) => u(h, g),
731
+ onBlur: S,
732
+ onClick: (_) => u(i, h),
733
733
  onKeydown: [
734
- Vt(rt((S) => u(h, g), ["prevent"]), ["space"]),
735
- Vt(rt((S) => u(h, g), ["prevent"]), ["enter"])
734
+ Vt(rt((_) => u(i, h), ["prevent"]), ["space"]),
735
+ Vt(rt((_) => u(i, h), ["prevent"]), ["enter"])
736
736
  ],
737
- tabindex: h.sortOrders ? 0 : -1,
737
+ tabindex: i.sortOrders ? 0 : -1,
738
738
  role: "button"
739
739
  }, [
740
- I(p.$slots, `header-${g}`, { column: h }, () => [
741
- O(x(h.label), 1)
740
+ I(p.$slots, `header-${h}`, { column: i }, () => [
741
+ O(x(i.label), 1)
742
742
  ]),
743
- h.sortOrders && g !== t.sort.sortTarget ? (y(), L(m(Ot), {
743
+ i.sortOrders && h !== t.sort.sortTarget ? (v(), L(m(Ot), {
744
744
  key: 0,
745
745
  class: "is-icon-sort"
746
- })) : $("", !0),
747
- g === t.sort.sortTarget && t.sort.orders[0].direction === m(Pt) ? (y(), L(m(Ot), {
746
+ })) : P("", !0),
747
+ h === t.sort.sortTarget && t.sort.orders[0].direction === m(Pt) ? (v(), L(m(Ot), {
748
748
  key: 1,
749
749
  class: "is-icon-sort"
750
- })) : $("", !0),
751
- g === t.sort.sortTarget && t.sort.orders[0].direction === m(Nt) ? (y(), L(m(Ze), {
750
+ })) : P("", !0),
751
+ h === t.sort.sortTarget && t.sort.orders[0].direction === m(Nt) ? (v(), L(m(Ze), {
752
752
  key: 2,
753
753
  class: "is-icon-sort"
754
- })) : $("", !0),
755
- g === t.sort.sortTarget && t.sort.orders[0].direction === m(Dt) ? (y(), L(m(oo), {
754
+ })) : P("", !0),
755
+ h === t.sort.sortTarget && t.sort.orders[0].direction === m(Dt) ? (v(), L(m(oo), {
756
756
  key: 3,
757
757
  class: "is-icon-sort"
758
- })) : $("", !0)
758
+ })) : P("", !0)
759
759
  ], 42, To)
760
760
  ]),
761
761
  _: 2
@@ -763,47 +763,47 @@ const xo = (t) => {
763
763
  ])
764
764
  ]),
765
765
  b("tbody", null, [
766
- (y(!0), w(M, null, tt(o.rows, (h, g) => (y(), w("tr", {
767
- key: g,
768
- class: _(h.rowClasses)
766
+ (v(!0), w(M, null, et(o.rows, (i, h) => (v(), w("tr", {
767
+ key: h,
768
+ class: $(i.rowClasses)
769
769
  }, [
770
- (y(!0), w(M, null, tt(d.value, (v, k) => (y(), w("td", {
770
+ (v(!0), w(M, null, et(d.value, (f, k) => (v(), w("td", {
771
771
  key: k,
772
- class: _([
773
- [v.class],
772
+ class: $([
773
+ [f.class],
774
774
  {
775
775
  "is-active": k === t.sort.sortTarget && t.sort.orders[0].direction !== m(Pt),
776
- "is-zero": h[k] == 0
776
+ "is-zero": i[k] == 0
777
777
  }
778
778
  ])
779
779
  }, [
780
780
  I(p.$slots, `cell-${k}`, {
781
- row: h,
781
+ row: i,
782
782
  prop: k
783
783
  }, () => [
784
- O(x(h[k]), 1)
784
+ O(x(i[k]), 1)
785
785
  ])
786
786
  ], 2))), 128))
787
787
  ], 2))), 128))
788
788
  ]),
789
- m(s) && t.rows.length === 0 ? (y(), w("tfoot", Po, [
789
+ m(s) && t.rows.length === 0 ? (v(), w("tfoot", Po, [
790
790
  b("tr", null, [
791
- b("td", { colspan: i.value }, [
791
+ b("td", { colspan: l.value }, [
792
792
  I(p.$slots, "loading", {}, () => [
793
793
  O(x(m(c)("common.loading")), 1)
794
794
  ])
795
- ], 8, $o)
795
+ ], 8, So)
796
796
  ])
797
- ])) : $("", !0),
798
- t.rows.length === 0 && !m(n) && !m(s) ? (y(), w("tfoot", So, [
797
+ ])) : P("", !0),
798
+ t.rows.length === 0 && !m(n) && !m(s) ? (v(), w("tfoot", _o, [
799
799
  b("tr", null, [
800
- b("td", { colspan: i.value }, [
800
+ b("td", { colspan: l.value }, [
801
801
  I(p.$slots, "empty", {}, () => [
802
802
  O(x(m(c)("common.noData")), 1)
803
803
  ])
804
- ], 8, _o)
804
+ ], 8, $o)
805
805
  ])
806
- ])) : $("", !0)
806
+ ])) : P("", !0)
807
807
  ], 2));
808
808
  }
809
809
  }, zo = {
@@ -830,9 +830,9 @@ const xo = (t) => {
830
830
  Co
831
831
  ];
832
832
  function Lo(t, e) {
833
- return y(), w("svg", zo, Eo);
833
+ return v(), w("svg", zo, Eo);
834
834
  }
835
- const Io = { render: Lo }, Ds = {
835
+ const Io = { render: Lo }, Hs = {
836
836
  __name: "ErrorNotice",
837
837
  props: {
838
838
  error: {
@@ -841,12 +841,12 @@ const Io = { render: Lo }, Ds = {
841
841
  }
842
842
  },
843
843
  setup(t) {
844
- const e = t, { t: o, hasTranslation: n } = nt(), a = J("error-notice"), s = A(() => {
844
+ const e = t, { t: o, hasTranslation: n } = Z(), a = J("error-notice"), s = A(() => {
845
845
  var r;
846
846
  return n(`errors.${e.error.key}`) ? o(`errors.${e.error.key}`, e.error.cause) : `${e.error.key}: ${(r = e.error) == null ? void 0 : r.message}`;
847
847
  });
848
- return (r, c) => (y(), w("div", {
849
- class: _(m(a))
848
+ return (r, c) => (v(), w("div", {
849
+ class: $(m(a))
850
850
  }, [
851
851
  C(m(Io), {
852
852
  class: "icon",
@@ -856,7 +856,7 @@ const Io = { render: Lo }, Ds = {
856
856
  b("span", null, x(s.value), 1)
857
857
  ], 2));
858
858
  }
859
- }, Os = {
859
+ }, Bs = {
860
860
  __name: "ErrorProvider",
861
861
  setup(t) {
862
862
  const { message: e, hasError: o, error: n } = Pe();
@@ -1688,7 +1688,7 @@ const Io = { render: Lo }, Ds = {
1688
1688
  }
1689
1689
  },
1690
1690
  setup(t) {
1691
- const e = Be({ hu: Mo, en: Ko }, t.messages), { translate: o } = $e({
1691
+ const e = Be({ hu: Mo, en: Ko }, t.messages), { translate: o } = Se({
1692
1692
  locale: A(() => t.locale),
1693
1693
  messages: e
1694
1694
  });
@@ -1700,7 +1700,7 @@ const Io = { render: Lo }, Ds = {
1700
1700
  function Jo(t, e, o, n, a, s) {
1701
1701
  return I(t.$slots, "default", { t: t.translate });
1702
1702
  }
1703
- const Ms = /* @__PURE__ */ Uo(qo, [["render", Jo]]), Yo = ["src"], Zo = ["src", "title"], st = /* @__PURE__ */ Object.assign({
1703
+ const Fs = /* @__PURE__ */ Uo(qo, [["render", Jo]]), Yo = ["src"], Zo = ["src", "title"], st = /* @__PURE__ */ Object.assign({
1704
1704
  inheritAttrs: !1
1705
1705
  }, {
1706
1706
  __name: "Image",
@@ -1719,17 +1719,17 @@ const Ms = /* @__PURE__ */ Uo(qo, [["render", Jo]]), Yo = ["src"], Zo = ["src",
1719
1719
  }
1720
1720
  },
1721
1721
  setup(t) {
1722
- const e = t, { defaultSrc: o } = zt(e), n = E({ src: e.src }), { error: a, isReady: s } = Se(n, { resetOnExecute: !1, shallow: !1 });
1723
- return (r, c) => (y(), w(M, null, [
1724
- m(a) && m(o) ? (y(), w("img", {
1722
+ const e = t, { defaultSrc: o } = zt(e), n = E({ src: e.src }), { error: a, isReady: s } = _e(n, { resetOnExecute: !1, shallow: !1 });
1723
+ return (r, c) => (v(), w(M, null, [
1724
+ m(a) && m(o) ? (v(), w("img", {
1725
1725
  key: 0,
1726
1726
  src: m(o),
1727
- class: _(["is-loaded is-default", r.$attrs.class])
1728
- }, null, 10, Yo)) : $("", !0),
1729
- m(a) ? $("", !0) : (y(), w("img", {
1727
+ class: $(["is-loaded is-default", r.$attrs.class])
1728
+ }, null, 10, Yo)) : P("", !0),
1729
+ m(a) ? P("", !0) : (v(), w("img", {
1730
1730
  key: 1,
1731
1731
  src: n.value.src,
1732
- class: _([r.$attrs.class, { "is-loaded": m(s) }]),
1732
+ class: $([r.$attrs.class, { "is-loaded": m(s) }]),
1733
1733
  title: e.title
1734
1734
  }, null, 10, Zo))
1735
1735
  ], 64));
@@ -1737,26 +1737,26 @@ const Ms = /* @__PURE__ */ Uo(qo, [["render", Jo]]), Yo = ["src"], Zo = ["src",
1737
1737
  }), Xo = { style: { "text-align": "center" } }, de = {
1738
1738
  __name: "LoadingIndicator",
1739
1739
  setup(t) {
1740
- const { t: e } = nt();
1741
- return (o, n) => (y(), w("div", Xo, x(m(e)("common.loading")), 1));
1740
+ const { t: e } = Z();
1741
+ return (o, n) => (v(), w("div", Xo, x(m(e)("common.loading")), 1));
1742
1742
  }
1743
1743
  };
1744
- function Qo({ currentPage: t, itemsPerPage: e = 20, totalItems: o, rangeLength: n = 5, update: a = _e }) {
1744
+ function Qo({ currentPage: t, itemsPerPage: e = 20, totalItems: o, rangeLength: n = 5, update: a = $e }) {
1745
1745
  const s = A(() => Math.ceil(m(o) / e)), r = A(() => {
1746
- const i = m(t) - 1, u = Array.from({ length: s.value }, (h, g) => g + 1), p = Math.floor(n / 2);
1747
- let l = Math.max(i - p, 0);
1748
- return l + n >= s.value && (l = Math.max(s.value - n, 0)), u.slice(l, l + n);
1749
- }), c = (i) => {
1750
- const u = m(t) + i;
1746
+ const l = m(t) - 1, u = Array.from({ length: s.value }, (i, h) => h + 1), p = Math.floor(n / 2);
1747
+ let y = Math.max(l - p, 0);
1748
+ return y + n >= s.value && (y = Math.max(s.value - n, 0)), u.slice(y, y + n);
1749
+ }), c = (l) => {
1750
+ const u = m(t) + l;
1751
1751
  d(u) && a(u);
1752
- }, f = (i) => {
1753
- d(i) && a(i);
1754
- }, d = (i) => i <= s.value && i > 0;
1752
+ }, g = (l) => {
1753
+ d(l) && a(l);
1754
+ }, d = (l) => l <= s.value && l > 0;
1755
1755
  return {
1756
1756
  page: t,
1757
1757
  range: r,
1758
1758
  pageCount: s,
1759
- goTo: f,
1759
+ goTo: g,
1760
1760
  pageStep: c
1761
1761
  };
1762
1762
  }
@@ -1772,7 +1772,7 @@ const tn = {
1772
1772
  en
1773
1773
  ];
1774
1774
  function nn(t, e) {
1775
- return y(), w("svg", tn, on);
1775
+ return v(), w("svg", tn, on);
1776
1776
  }
1777
1777
  const sn = { render: nn }, an = {
1778
1778
  xmlns: "http://www.w3.org/2000/svg",
@@ -1786,7 +1786,7 @@ const sn = { render: nn }, an = {
1786
1786
  rn
1787
1787
  ];
1788
1788
  function cn(t, e) {
1789
- return y(), w("svg", an, ln);
1789
+ return v(), w("svg", an, ln);
1790
1790
  }
1791
1791
  const dn = { render: cn }, un = ["disabled"], mn = ["disabled"], pn = {
1792
1792
  key: 1,
@@ -1796,7 +1796,7 @@ const dn = { render: cn }, un = ["disabled"], mn = ["disabled"], pn = {
1796
1796
  class: "is-disabled"
1797
1797
  }, gn = /* @__PURE__ */ b("span", null, "...", -1), yn = [
1798
1798
  gn
1799
- ], vn = ["disabled"], bn = ["disabled"], Hs = {
1799
+ ], vn = ["disabled"], bn = ["disabled"], js = {
1800
1800
  __name: "Paginator",
1801
1801
  props: {
1802
1802
  page: {
@@ -1828,71 +1828,71 @@ const dn = { render: cn }, un = ["disabled"], mn = ["disabled"], pn = {
1828
1828
  },
1829
1829
  emits: ["change"],
1830
1830
  setup(t, { emit: e }) {
1831
- const o = t, n = e, a = J("paginator"), { page: s, pageCount: r, range: c, goTo: f, pageStep: d } = Qo({
1831
+ const o = t, n = e, a = J("paginator"), { page: s, pageCount: r, range: c, goTo: g, pageStep: d } = Qo({
1832
1832
  currentPage: A(() => o.page),
1833
1833
  totalItems: A(() => o.totalItems),
1834
1834
  itemsPerPage: o.itemsPerPage,
1835
1835
  rangeLength: o.rangeLength,
1836
- update: (i) => n("change", i)
1836
+ update: (l) => n("change", l)
1837
1837
  });
1838
- return (i, u) => m(r) > 1 ? (y(), w("div", {
1838
+ return (l, u) => m(r) > 1 ? (v(), w("div", {
1839
1839
  key: 0,
1840
- class: _(m(a))
1840
+ class: $(m(a))
1841
1841
  }, [
1842
1842
  b("button", {
1843
1843
  type: "button",
1844
1844
  disabled: m(s) === 1,
1845
1845
  onClick: u[0] || (u[0] = (p) => m(d)(-1))
1846
1846
  }, [
1847
- I(i.$slots, "prev", {}, () => [
1847
+ I(l.$slots, "prev", {}, () => [
1848
1848
  C(m(sn), { class: "icon paginator-left" })
1849
1849
  ])
1850
1850
  ], 8, un),
1851
- t.isCompact ? $("", !0) : (y(), w("button", {
1851
+ t.isCompact ? P("", !0) : (v(), w("button", {
1852
1852
  key: 0,
1853
1853
  type: "button",
1854
1854
  disabled: m(s) === 1,
1855
- onClick: u[1] || (u[1] = (p) => m(f)(1))
1855
+ onClick: u[1] || (u[1] = (p) => m(g)(1))
1856
1856
  }, "1", 8, mn)),
1857
- t.isCompact ? $("", !0) : (y(), w("div", pn, "...")),
1858
- (y(!0), w(M, null, tt(m(c), (p) => (y(), w("button", {
1857
+ t.isCompact ? P("", !0) : (v(), w("div", pn, "...")),
1858
+ (v(!0), w(M, null, et(m(c), (p) => (v(), w("button", {
1859
1859
  type: "button",
1860
1860
  key: p,
1861
- class: _({ "is-active": p === m(s) }),
1861
+ class: $({ "is-active": p === m(s) }),
1862
1862
  disabled: p === m(s),
1863
- onClick: (l) => m(f)(p)
1863
+ onClick: (y) => m(g)(p)
1864
1864
  }, x(p), 11, hn))), 128)),
1865
- t.isCompact ? $("", !0) : (y(), w("div", fn, yn)),
1866
- t.isCompact ? $("", !0) : (y(), w("button", {
1865
+ t.isCompact ? P("", !0) : (v(), w("div", fn, yn)),
1866
+ t.isCompact ? P("", !0) : (v(), w("button", {
1867
1867
  key: 3,
1868
1868
  type: "button",
1869
1869
  disabled: m(s) === m(r),
1870
- onClick: u[2] || (u[2] = (p) => m(f)(m(r)))
1870
+ onClick: u[2] || (u[2] = (p) => m(g)(m(r)))
1871
1871
  }, x(m(r)), 9, vn)),
1872
1872
  b("button", {
1873
1873
  type: "button",
1874
1874
  disabled: m(s) === m(r),
1875
1875
  onClick: u[3] || (u[3] = rt((p) => m(d)(1), ["prevent"]))
1876
1876
  }, [
1877
- I(i.$slots, "next", {}, () => [
1877
+ I(l.$slots, "next", {}, () => [
1878
1878
  C(m(dn), { class: "icon paginator-left" })
1879
1879
  ])
1880
1880
  ], 8, bn)
1881
- ], 2)) : $("", !0);
1881
+ ], 2)) : P("", !0);
1882
1882
  }
1883
1883
  }, ue = {
1884
1884
  __name: "ResponsiveTable",
1885
1885
  setup(t) {
1886
1886
  const e = E(null), o = J("table-responsive");
1887
- return (n, a) => (y(), w("div", {
1887
+ return (n, a) => (v(), w("div", {
1888
1888
  ref_key: "el",
1889
1889
  ref: e,
1890
- class: _(m(o))
1890
+ class: $(m(o))
1891
1891
  }, [
1892
1892
  I(n.$slots, "default", { el: e.value })
1893
1893
  ], 2));
1894
1894
  }
1895
- }, wn = ["onClick"], Bs = {
1895
+ }, wn = ["onClick"], Ws = {
1896
1896
  __name: "TimezoneSelector",
1897
1897
  props: {
1898
1898
  locale: {
@@ -1906,13 +1906,13 @@ const dn = { render: cn }, un = ["disabled"], mn = ["disabled"], pn = {
1906
1906
  },
1907
1907
  emits: ["change"],
1908
1908
  setup(t, { emit: e }) {
1909
- const o = t, n = e, { t: a } = nt(), s = J("timezone-selector"), r = A(() => gt(/* @__PURE__ */ new Date(), null, o.locale)), c = Ee(), f = A(() => Array.from(Ie.values()).map((i) => ({
1910
- ...i,
1911
- isActive: gt(/* @__PURE__ */ new Date(), o.currentZone, o.locale) === gt(/* @__PURE__ */ new Date(), i.timezone, o.locale),
1912
- zoneOffsetName: gt(/* @__PURE__ */ new Date(), i.timezone, o.locale)
1913
- }))), d = (i) => n("change", i);
1914
- return (i, u) => (y(), w("div", {
1915
- class: _(m(s))
1909
+ const o = t, n = e, { t: a } = Z(), s = J("timezone-selector"), r = A(() => gt(/* @__PURE__ */ new Date(), null, o.locale)), c = Ee(), g = A(() => Array.from(Ie.values()).map((l) => ({
1910
+ ...l,
1911
+ isActive: gt(/* @__PURE__ */ new Date(), o.currentZone, o.locale) === gt(/* @__PURE__ */ new Date(), l.timezone, o.locale),
1912
+ zoneOffsetName: gt(/* @__PURE__ */ new Date(), l.timezone, o.locale)
1913
+ }))), d = (l) => n("change", l);
1914
+ return (l, u) => (v(), w("div", {
1915
+ class: $(m(s))
1916
1916
  }, [
1917
1917
  C(m(ze), {
1918
1918
  path: "common.selectTimezone",
@@ -1926,22 +1926,31 @@ const dn = { render: cn }, un = ["disabled"], mn = ["disabled"], pn = {
1926
1926
  ]),
1927
1927
  _: 1
1928
1928
  }),
1929
- (y(!0), w(M, null, tt(f.value, (p) => (y(), w("a", {
1929
+ (v(!0), w(M, null, et(g.value, (p) => (v(), w("a", {
1930
1930
  key: p.countryLabelKey,
1931
1931
  href: "#",
1932
- class: _({ "is-active": p.isActive }),
1933
- onClick: rt((l) => d(p.timezone), ["prevent"])
1932
+ class: $({ "is-active": p.isActive }),
1933
+ onClick: rt((y) => d(p.timezone), ["prevent"])
1934
1934
  }, x(m(a)(`common.${p.countryLabelKey}`)) + " (" + x(p.zoneOffsetName) + ") ", 11, wn))), 128))
1935
1935
  ], 2));
1936
1936
  }
1937
- }, xn = { class: "is-portrait-image" }, kn = { class: "is-team-name-long" }, Tn = { key: 0 }, Pn = /* @__PURE__ */ b("sup", null, "*", -1), $n = [
1937
+ }, xn = { class: "is-portrait-image" }, kn = { class: "is-team-name-long" }, Tn = { key: 0 }, Pn = /* @__PURE__ */ b("sup", null, "*", -1), Sn = [
1938
1938
  Pn
1939
- ], Sn = { class: "is-team-name-short" }, _n = { key: 0 }, zn = /* @__PURE__ */ b("sup", null, "*", -1), An = [
1939
+ ], _n = { class: "is-team-name-short" }, $n = { key: 0 }, zn = /* @__PURE__ */ b("sup", null, "*", -1), An = [
1940
1940
  zn
1941
1941
  ], Gn = { class: "is-team-name-long" }, Cn = { class: "is-team-name-short" }, En = { class: "is-team-name-long" }, Ln = { class: "is-team-name-short" }, In = ["href"], Vn = { class: "is-team-name-long" }, Rn = { class: "is-team-name-short" }, Nn = ["href"], Dn = {
1942
1942
  key: 0,
1943
1943
  class: "is-text-dark"
1944
- }, On = ["href", "target"], Fs = {
1944
+ }, On = ["href", "target"], Mn = {
1945
+ key: 0,
1946
+ class: "label"
1947
+ }, Hn = {
1948
+ key: 1,
1949
+ class: "label"
1950
+ }, Bn = {
1951
+ key: 2,
1952
+ class: "label"
1953
+ }, Ks = {
1945
1954
  __name: "StatisticsTable",
1946
1955
  props: {
1947
1956
  columns: {
@@ -2001,114 +2010,119 @@ const dn = { render: cn }, un = ["disabled"], mn = ["disabled"], pn = {
2001
2010
  },
2002
2011
  emits: ["sort"],
2003
2012
  setup(t, { emit: e }) {
2004
- const o = t, { columns: n, hideColumns: a } = zt(o), s = e, { onError: r } = qt(), { columns: c, error: f } = Jt(
2013
+ const o = t, { columns: n, hideColumns: a } = zt(o), s = e, { onError: r } = qt(), { t: c } = Z(), { columns: g, error: d } = Jt(
2005
2014
  n,
2006
2015
  a,
2007
2016
  A(() => ({
2008
2017
  offsetName: o.offsetName
2009
2018
  }))
2010
2019
  );
2011
- f.value && r(
2020
+ d.value && r(
2012
2021
  new Zt(yt.message, {
2013
2022
  ...yt.options,
2014
- cause: { column: f.value }
2023
+ cause: { column: d.value }
2015
2024
  })
2016
2025
  );
2017
- const d = (i) => s("sort", i);
2018
- return (i, u) => (y(), L(ue, null, {
2019
- default: T(({ el: p }) => [
2026
+ const l = (u) => s("sort", u);
2027
+ return (u, p) => (v(), L(ue, null, {
2028
+ default: T(({ el: y }) => [
2020
2029
  C(ce, {
2021
- columns: m(c),
2030
+ columns: m(g),
2022
2031
  sort: o.sort,
2023
2032
  rows: o.rows,
2024
2033
  "is-loading": t.isLoading,
2025
- "append-to": t.appendTo || p,
2026
- onSort: d
2034
+ "append-to": t.appendTo || y,
2035
+ onSort: l
2027
2036
  }, we({
2028
- "cell-index": T(({ row: l }) => [
2037
+ "cell-index": T(({ row: i }) => [
2029
2038
  b("span", {
2030
- class: _(l.indexClass)
2031
- }, x(l.index), 3)
2039
+ class: $(i.indexClass)
2040
+ }, x(i.index), 3)
2032
2041
  ]),
2033
- "cell-playerPortrait": T(({ row: l }) => [
2042
+ "cell-playerPortrait": T(({ row: i }) => [
2034
2043
  b("div", xn, [
2035
- (y(), L(st, {
2036
- key: l.player.playerId,
2037
- src: l.player.picture,
2044
+ (v(), L(st, {
2045
+ key: i.player.playerId,
2046
+ src: i.player.picture,
2038
2047
  "default-src": m(Ve)
2039
2048
  }, null, 8, ["src", "default-src"]))
2040
2049
  ])
2041
2050
  ]),
2042
- "cell-teamLogo": T(({ row: l }) => {
2043
- var h, g;
2051
+ "cell-teamLogo": T(({ row: i }) => {
2052
+ var h, f;
2044
2053
  return [
2045
- (y(), L(st, {
2054
+ (v(), L(st, {
2046
2055
  class: "is-logo-image",
2047
- key: ((h = l.team) == null ? void 0 : h.id) ?? l.id,
2048
- src: (g = l.team) == null ? void 0 : g.logo
2056
+ key: ((h = i.team) == null ? void 0 : h.id) ?? i.id,
2057
+ src: (f = i.team) == null ? void 0 : f.logo
2049
2058
  }, null, 8, ["src"]))
2050
2059
  ];
2051
2060
  }),
2052
- "cell-homeTeamLogo": T(({ row: l }) => {
2053
- var h, g;
2061
+ "cell-homeTeamLogo": T(({ row: i }) => {
2062
+ var h, f;
2054
2063
  return [
2055
- (y(), L(st, {
2064
+ (v(), L(st, {
2056
2065
  class: "is-logo-image is-right",
2057
- key: (h = l.homeTeam) == null ? void 0 : h.id,
2058
- src: (g = l.homeTeam) == null ? void 0 : g.logo
2066
+ key: (h = i.homeTeam) == null ? void 0 : h.id,
2067
+ src: (f = i.homeTeam) == null ? void 0 : f.logo
2059
2068
  }, null, 8, ["src"]))
2060
2069
  ];
2061
2070
  }),
2062
- "cell-awayTeamLogo": T(({ row: l }) => {
2063
- var h, g;
2071
+ "cell-awayTeamLogo": T(({ row: i }) => {
2072
+ var h, f;
2064
2073
  return [
2065
- (y(), L(st, {
2074
+ (v(), L(st, {
2066
2075
  class: "is-logo-image is-right",
2067
- key: (h = l.awayTeam) == null ? void 0 : h.id,
2068
- src: (g = l.awayTeam) == null ? void 0 : g.logo
2076
+ key: (h = i.awayTeam) == null ? void 0 : h.id,
2077
+ src: (f = i.awayTeam) == null ? void 0 : f.logo
2069
2078
  }, null, 8, ["src"]))
2070
2079
  ];
2071
2080
  }),
2072
- "cell-teamName": T(({ row: l }) => {
2073
- var h, g;
2081
+ "cell-teamName": T(({ row: i }) => {
2082
+ var h, f;
2074
2083
  return [
2075
2084
  b("span", kn, [
2076
- O(x((h = l.team) == null ? void 0 : h.longName) + " ", 1),
2077
- l.penaltyPoints ? (y(), w("span", Tn, $n)) : $("", !0)
2085
+ O(x((h = i.team) == null ? void 0 : h.longName) + " ", 1),
2086
+ i.penaltyPoints ? (v(), w("span", Tn, Sn)) : P("", !0)
2078
2087
  ]),
2079
- b("span", Sn, [
2080
- O(x((g = l.team) == null ? void 0 : g.shortName) + " ", 1),
2081
- l.penaltyPoints ? (y(), w("span", _n, An)) : $("", !0)
2088
+ b("span", _n, [
2089
+ O(x((f = i.team) == null ? void 0 : f.shortName) + " ", 1),
2090
+ i.penaltyPoints ? (v(), w("span", $n, An)) : P("", !0)
2082
2091
  ])
2083
2092
  ];
2084
2093
  }),
2085
- "cell-homeTeamName": T(({ row: l }) => {
2086
- var h, g;
2094
+ "cell-homeTeamName": T(({ row: i }) => {
2095
+ var h, f;
2087
2096
  return [
2088
- b("span", Gn, x((h = l.homeTeam) == null ? void 0 : h.longName), 1),
2089
- b("span", Cn, x((g = l.homeTeam) == null ? void 0 : g.shortName), 1)
2097
+ b("span", Gn, x((h = i.homeTeam) == null ? void 0 : h.longName), 1),
2098
+ b("span", Cn, x((f = i.homeTeam) == null ? void 0 : f.shortName), 1)
2090
2099
  ];
2091
2100
  }),
2092
- "cell-awayTeamName": T(({ row: l }) => {
2093
- var h, g;
2101
+ "cell-awayTeamName": T(({ row: i }) => {
2102
+ var h, f;
2094
2103
  return [
2095
- b("span", En, x((h = l.awayTeam) == null ? void 0 : h.longName), 1),
2096
- b("span", Ln, x((g = l.awayTeam) == null ? void 0 : g.shortName), 1)
2104
+ b("span", En, x((h = i.awayTeam) == null ? void 0 : h.longName), 1),
2105
+ b("span", Ln, x((f = i.awayTeam) == null ? void 0 : f.shortName), 1)
2097
2106
  ];
2098
2107
  }),
2099
- "cell-location": T(({ row: l }) => {
2108
+ "cell-location": T(({ row: i }) => {
2100
2109
  var h;
2101
2110
  return [
2102
- O(x(((h = l.location) == null ? void 0 : h.locationName) ?? ""), 1)
2111
+ O(x(((h = i.location) == null ? void 0 : h.locationName) ?? ""), 1)
2103
2112
  ];
2104
2113
  }),
2105
- "cell-gameResult": T(({ row: l }) => [
2106
- l.gameStatus === 0 ? (y(), w("span", Dn, "-:-")) : (y(), w("a", {
2114
+ "cell-gameResult": T(({ row: i }) => [
2115
+ i.gameStatus === 0 ? (v(), w("span", Dn, "-:-")) : (v(), w("a", {
2107
2116
  key: 1,
2108
- href: t.externalGameResolver(l),
2117
+ href: t.externalGameResolver(i),
2109
2118
  target: t.externalGameResolverTarget,
2110
- class: _({ "is-text-dark": l.gameStatus !== 1, "is-text-accent": l.gameStatus === 1 })
2111
- }, x(l.homeTeamScore) + ":" + x(l.awayTeamScore), 11, On))
2119
+ class: $({ "is-text-dark": i.gameStatus !== 1, "is-text-accent": i.gameStatus === 1 })
2120
+ }, x(i.homeTeamScore) + ":" + x(i.awayTeamScore), 11, On))
2121
+ ]),
2122
+ "cell-gameResultType": T(({ row: i }) => [
2123
+ i.isOvertime ? (v(), w("span", Mn, x(m(c)("common.overtimeShort")), 1)) : P("", !0),
2124
+ i.isShootout ? (v(), w("span", Hn, x(m(c)("common.shootoutShort")), 1)) : P("", !0),
2125
+ i.seriesStandings ? (v(), w("span", Bn, x(i.seriesStandings), 1)) : P("", !0)
2112
2126
  ]),
2113
2127
  loading: T(() => [
2114
2128
  C(de)
@@ -2117,15 +2131,15 @@ const dn = { render: cn }, un = ["disabled"], mn = ["disabled"], pn = {
2117
2131
  }, [
2118
2132
  t.isTeamLinked ? {
2119
2133
  name: "cell-teamName",
2120
- fn: T(({ row: l }) => {
2121
- var h, g;
2134
+ fn: T(({ row: i }) => {
2135
+ var h, f;
2122
2136
  return [
2123
2137
  b("a", {
2124
- href: t.externalTeamResolver(l),
2138
+ href: t.externalTeamResolver(i),
2125
2139
  target: "_blank"
2126
2140
  }, [
2127
- b("span", Vn, x((h = l.team) == null ? void 0 : h.longName), 1),
2128
- b("span", Rn, x((g = l.team) == null ? void 0 : g.shortName), 1)
2141
+ b("span", Vn, x((h = i.team) == null ? void 0 : h.longName), 1),
2142
+ b("span", Rn, x((f = i.team) == null ? void 0 : f.shortName), 1)
2129
2143
  ], 8, In)
2130
2144
  ];
2131
2145
  }),
@@ -2133,11 +2147,11 @@ const dn = { render: cn }, un = ["disabled"], mn = ["disabled"], pn = {
2133
2147
  } : void 0,
2134
2148
  t.isPlayerLinked ? {
2135
2149
  name: "cell-name",
2136
- fn: T(({ row: l }) => [
2150
+ fn: T(({ row: i }) => [
2137
2151
  b("a", {
2138
- href: t.externalPlayerResolver(l),
2152
+ href: t.externalPlayerResolver(i),
2139
2153
  target: "_blank"
2140
- }, x(l.name), 9, Nn)
2154
+ }, x(i.name), 9, Nn)
2141
2155
  ]),
2142
2156
  key: "1"
2143
2157
  } : void 0
@@ -2146,7 +2160,7 @@ const dn = { render: cn }, un = ["disabled"], mn = ["disabled"], pn = {
2146
2160
  _: 1
2147
2161
  }));
2148
2162
  }
2149
- }, Mn = {
2163
+ }, Fn = {
2150
2164
  xmlns: "http://www.w3.org/2000/svg",
2151
2165
  viewBox: "0 0 24 24",
2152
2166
  fill: "none",
@@ -2154,32 +2168,32 @@ const dn = { render: cn }, un = ["disabled"], mn = ["disabled"], pn = {
2154
2168
  "stroke-width": "2",
2155
2169
  "stroke-linecap": "round",
2156
2170
  "stroke-linejoin": "round"
2157
- }, Hn = /* @__PURE__ */ b("rect", {
2171
+ }, jn = /* @__PURE__ */ b("rect", {
2158
2172
  x: "2",
2159
2173
  y: "3",
2160
2174
  width: "20",
2161
2175
  height: "14",
2162
2176
  rx: "2",
2163
2177
  ry: "2"
2164
- }, null, -1), Bn = /* @__PURE__ */ b("line", {
2178
+ }, null, -1), Wn = /* @__PURE__ */ b("line", {
2165
2179
  x1: "8",
2166
2180
  y1: "21",
2167
2181
  x2: "16",
2168
2182
  y2: "21"
2169
- }, null, -1), Fn = /* @__PURE__ */ b("line", {
2183
+ }, null, -1), Kn = /* @__PURE__ */ b("line", {
2170
2184
  x1: "12",
2171
2185
  y1: "17",
2172
2186
  x2: "12",
2173
2187
  y2: "21"
2174
- }, null, -1), jn = [
2175
- Hn,
2176
- Bn,
2177
- Fn
2188
+ }, null, -1), Un = [
2189
+ jn,
2190
+ Wn,
2191
+ Kn
2178
2192
  ];
2179
- function Wn(t, e) {
2180
- return y(), w("svg", Mn, jn);
2193
+ function qn(t, e) {
2194
+ return v(), w("svg", Fn, Un);
2181
2195
  }
2182
- const Kn = { render: Wn }, Un = {
2196
+ const Jn = { render: qn }, Yn = {
2183
2197
  xmlns: "http://www.w3.org/2000/svg",
2184
2198
  viewBox: "0 0 24 24",
2185
2199
  fill: "none",
@@ -2187,27 +2201,27 @@ const Kn = { render: Wn }, Un = {
2187
2201
  "stroke-width": "2",
2188
2202
  "stroke-linecap": "round",
2189
2203
  "stroke-linejoin": "round"
2190
- }, qn = /* @__PURE__ */ b("circle", {
2204
+ }, Zn = /* @__PURE__ */ b("circle", {
2191
2205
  cx: "12",
2192
2206
  cy: "12",
2193
2207
  r: "1"
2194
- }, null, -1), Jn = /* @__PURE__ */ b("circle", {
2208
+ }, null, -1), Xn = /* @__PURE__ */ b("circle", {
2195
2209
  cx: "12",
2196
2210
  cy: "5",
2197
2211
  r: "1"
2198
- }, null, -1), Yn = /* @__PURE__ */ b("circle", {
2212
+ }, null, -1), Qn = /* @__PURE__ */ b("circle", {
2199
2213
  cx: "12",
2200
2214
  cy: "19",
2201
2215
  r: "1"
2202
- }, null, -1), Zn = [
2203
- qn,
2204
- Jn,
2205
- Yn
2216
+ }, null, -1), ts = [
2217
+ Zn,
2218
+ Xn,
2219
+ Qn
2206
2220
  ];
2207
- function Xn(t, e) {
2208
- return y(), w("svg", Un, Zn);
2221
+ function es(t, e) {
2222
+ return v(), w("svg", Yn, ts);
2209
2223
  }
2210
- const Qn = { render: Xn }, ts = {
2224
+ const os = { render: es }, ns = {
2211
2225
  xmlns: "http://www.w3.org/2000/svg",
2212
2226
  viewBox: "0 0 24 24",
2213
2227
  fill: "none",
@@ -2215,21 +2229,21 @@ const Qn = { render: Xn }, ts = {
2215
2229
  "stroke-width": "2",
2216
2230
  "stroke-linecap": "round",
2217
2231
  "stroke-linejoin": "round"
2218
- }, es = /* @__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), os = /* @__PURE__ */ b("rect", {
2232
+ }, ss = /* @__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), as = /* @__PURE__ */ b("rect", {
2219
2233
  x: "8",
2220
2234
  y: "2",
2221
2235
  width: "8",
2222
2236
  height: "4",
2223
2237
  rx: "1",
2224
2238
  ry: "1"
2225
- }, null, -1), ns = [
2226
- es,
2227
- os
2239
+ }, null, -1), rs = [
2240
+ ss,
2241
+ as
2228
2242
  ];
2229
- function ss(t, e) {
2230
- return y(), w("svg", ts, ns);
2243
+ function ls(t, e) {
2244
+ return v(), w("svg", ns, rs);
2231
2245
  }
2232
- const as = { render: ss }, rs = {
2246
+ const is = { render: ls }, cs = {
2233
2247
  xmlns: "http://www.w3.org/2000/svg",
2234
2248
  viewBox: "0 0 24 24",
2235
2249
  fill: "none",
@@ -2237,26 +2251,26 @@ const as = { render: ss }, rs = {
2237
2251
  "stroke-width": "2",
2238
2252
  "stroke-linecap": "round",
2239
2253
  "stroke-linejoin": "round"
2240
- }, ls = /* @__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), is = /* @__PURE__ */ b("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1), cs = [
2241
- ls,
2242
- is
2254
+ }, ds = /* @__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), us = /* @__PURE__ */ b("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1), ms = [
2255
+ ds,
2256
+ us
2243
2257
  ];
2244
- function ds(t, e) {
2245
- return y(), w("svg", rs, cs);
2258
+ function ps(t, e) {
2259
+ return v(), w("svg", cs, ms);
2246
2260
  }
2247
- const us = { render: ds }, ms = { class: "is-team-name-long" }, ps = { class: "is-team-name-short" }, hs = { class: "is-team-name-long" }, fs = { class: "is-team-name-short" }, gs = {
2261
+ const hs = { render: ps }, fs = { class: "is-team-name-long" }, gs = { class: "is-team-name-short" }, ys = { class: "is-team-name-long" }, vs = { class: "is-team-name-short" }, bs = {
2248
2262
  key: 0,
2249
2263
  class: "is-text-dark"
2250
- }, ys = ["href", "target"], vs = {
2264
+ }, ws = ["href", "target"], xs = {
2251
2265
  key: 0,
2252
2266
  class: "label"
2253
- }, bs = {
2267
+ }, ks = {
2254
2268
  key: 1,
2255
2269
  class: "label"
2256
- }, ws = {
2270
+ }, Ts = {
2257
2271
  key: 2,
2258
2272
  class: "label"
2259
- }, xs = { key: 1 }, ks = ["onClick", "onFocus", "onBlur"], Ts = { class: "is-dropdown-menu" }, Ps = ["href", "target"], $s = { key: 0 }, Ss = ["href"], js = {
2273
+ }, Ps = { key: 1 }, Ss = ["onClick", "onFocus", "onBlur"], _s = { class: "is-dropdown-menu" }, $s = ["href", "target"], zs = { key: 0 }, As = ["href"], Us = {
2260
2274
  __name: "ScheduleTable",
2261
2275
  props: {
2262
2276
  rows: {
@@ -2304,8 +2318,8 @@ const us = { render: ds }, ms = { class: "is-team-name-long" }, ps = { class: "i
2304
2318
  immediate: !0
2305
2319
  }
2306
2320
  );
2307
- const { t: r } = nt();
2308
- return (c, f) => (y(), w(M, null, [
2321
+ const { t: r } = Z();
2322
+ return (c, g) => (v(), w(M, null, [
2309
2323
  C(ue, null, {
2310
2324
  default: T(({ el: d }) => [
2311
2325
  C(ce, {
@@ -2314,89 +2328,89 @@ const us = { render: ds }, ms = { class: "is-team-name-long" }, ps = { class: "i
2314
2328
  "is-loading": t.isLoading,
2315
2329
  "append-to": o.value || d
2316
2330
  }, {
2317
- "cell-homeTeamName": T(({ row: i }) => [
2318
- b("span", ms, x(i.homeTeam.longName), 1),
2319
- b("span", ps, x(i.homeTeam.shortName), 1)
2331
+ "cell-homeTeamName": T(({ row: l }) => [
2332
+ b("span", fs, x(l.homeTeam.longName), 1),
2333
+ b("span", gs, x(l.homeTeam.shortName), 1)
2320
2334
  ]),
2321
- "cell-awayTeamName": T(({ row: i }) => [
2322
- b("span", hs, x(i.awayTeam.longName), 1),
2323
- b("span", fs, x(i.awayTeam.shortName), 1)
2335
+ "cell-awayTeamName": T(({ row: l }) => [
2336
+ b("span", ys, x(l.awayTeam.longName), 1),
2337
+ b("span", vs, x(l.awayTeam.shortName), 1)
2324
2338
  ]),
2325
- "cell-homeTeamLogo": T(({ row: i }) => [
2326
- (y(), L(st, {
2339
+ "cell-homeTeamLogo": T(({ row: l }) => [
2340
+ (v(), L(st, {
2327
2341
  class: "is-logo-image is-right",
2328
- key: i.homeTeam.id,
2329
- src: i.homeTeam.logo
2342
+ key: l.homeTeam.id,
2343
+ src: l.homeTeam.logo
2330
2344
  }, null, 8, ["src"]))
2331
2345
  ]),
2332
- "cell-awayTeamLogo": T(({ row: i }) => [
2333
- (y(), L(st, {
2346
+ "cell-awayTeamLogo": T(({ row: l }) => [
2347
+ (v(), L(st, {
2334
2348
  class: "is-logo-image is-right",
2335
- key: i.awayTeam.id,
2336
- src: i.awayTeam.logo
2349
+ key: l.awayTeam.id,
2350
+ src: l.awayTeam.logo
2337
2351
  }, null, 8, ["src"]))
2338
2352
  ]),
2339
- "cell-gameResult": T(({ row: i }) => [
2340
- i.gameStatus === 0 ? (y(), w("span", gs, "-:-")) : (y(), w("a", {
2353
+ "cell-gameResult": T(({ row: l }) => [
2354
+ l.gameStatus === 0 ? (v(), w("span", bs, "-:-")) : (v(), w("a", {
2341
2355
  key: 1,
2342
- href: t.externalGameResolver(i.gameId),
2356
+ href: t.externalGameResolver(l.gameId),
2343
2357
  target: t.externalGameResolverTarget,
2344
- class: _({ "is-text-dark": i.gameStatus !== 1, "is-text-accent": i.gameStatus === 1 })
2345
- }, x(i.homeTeamScore) + ":" + x(i.awayTeamScore), 11, ys))
2358
+ class: $({ "is-text-dark": l.gameStatus !== 1, "is-text-accent": l.gameStatus === 1 })
2359
+ }, x(l.homeTeamScore) + ":" + x(l.awayTeamScore), 11, ws))
2346
2360
  ]),
2347
- "cell-gameResultType": T(({ row: i }) => [
2348
- i.isOvertime ? (y(), w("span", vs, x(m(r)("common.overtimeShort")), 1)) : $("", !0),
2349
- i.isShootout ? (y(), w("span", bs, x(m(r)("common.shootoutShort")), 1)) : $("", !0),
2350
- i.seriesStandings ? (y(), w("span", ws, x(i.seriesStandings), 1)) : $("", !0)
2361
+ "cell-gameResultType": T(({ row: l }) => [
2362
+ l.isOvertime ? (v(), w("span", xs, x(m(r)("common.overtimeShort")), 1)) : P("", !0),
2363
+ l.isShootout ? (v(), w("span", ks, x(m(r)("common.shootoutShort")), 1)) : P("", !0),
2364
+ l.seriesStandings ? (v(), w("span", Ts, x(l.seriesStandings), 1)) : P("", !0)
2351
2365
  ]),
2352
- "cell-broadcast": T(({ row: i }) => [
2353
- i.broadcast ? (y(), L(m(Kn), { key: 0 })) : (y(), w("span", xs))
2366
+ "cell-broadcast": T(({ row: l }) => [
2367
+ l.broadcast ? (v(), L(m(Jn), { key: 0 })) : (v(), w("span", Ps))
2354
2368
  ]),
2355
- "cell-location": T(({ row: i }) => {
2369
+ "cell-location": T(({ row: l }) => {
2356
2370
  var u;
2357
2371
  return [
2358
- O(x(((u = i.location) == null ? void 0 : u.locationName) ?? ""), 1)
2372
+ O(x(((u = l.location) == null ? void 0 : u.locationName) ?? ""), 1)
2359
2373
  ];
2360
2374
  }),
2361
- "cell-more": T(({ row: i }) => [
2375
+ "cell-more": T(({ row: l }) => [
2362
2376
  C(ie, {
2363
2377
  offset: 2,
2364
2378
  placement: "left",
2365
2379
  theme: "content",
2366
2380
  "append-to": d
2367
2381
  }, {
2368
- default: T(({ setRef: u, show: p, hide: l }) => [
2382
+ default: T(({ setRef: u, show: p, hide: y }) => [
2369
2383
  b("button", {
2370
2384
  ref: u,
2371
2385
  onClick: rt(p, ["stop"]),
2372
2386
  onFocus: p,
2373
- onBlur: l
2387
+ onBlur: y
2374
2388
  }, [
2375
- C(m(Qn))
2376
- ], 40, ks)
2389
+ C(m(os))
2390
+ ], 40, Ss)
2377
2391
  ]),
2378
2392
  content: T(() => [
2379
- b("ul", Ts, [
2393
+ b("ul", _s, [
2380
2394
  b("li", null, [
2381
2395
  b("a", {
2382
- href: t.externalGameResolver(i.gameId),
2396
+ href: t.externalGameResolver(l.gameId),
2383
2397
  class: "is-dropdown-item",
2384
2398
  target: t.externalGameResolverTarget
2385
2399
  }, [
2386
- C(m(as), { width: "14" }),
2400
+ C(m(is), { width: "14" }),
2387
2401
  O(" " + x(m(r)("common.report")), 1)
2388
- ], 8, Ps)
2402
+ ], 8, $s)
2389
2403
  ]),
2390
- i.video ? (y(), w("li", $s, [
2404
+ l.video ? (v(), w("li", zs, [
2391
2405
  b("a", {
2392
- href: i.video,
2406
+ href: l.video,
2393
2407
  class: "is-dropdown-item",
2394
2408
  target: "_blank"
2395
2409
  }, [
2396
- C(m(us), { width: "14" }),
2410
+ C(m(hs), { width: "14" }),
2397
2411
  O(" " + x(m(r)("common.video")), 1)
2398
- ], 8, Ss)
2399
- ])) : $("", !0)
2412
+ ], 8, As)
2413
+ ])) : P("", !0)
2400
2414
  ])
2401
2415
  ]),
2402
2416
  _: 2
@@ -2416,7 +2430,7 @@ const us = { render: ds }, ms = { class: "is-team-name-long" }, ps = { class: "i
2416
2430
  }, null, 512)
2417
2431
  ], 64));
2418
2432
  }
2419
- }, _s = { class: "g-row g-gap-normal is-mb-5" }, zs = ["value"], As = { key: 0 }, Gs = ["onClick"], Ws = {
2433
+ }, Gs = { class: "g-row g-gap-normal is-mb-5" }, Cs = ["value"], Es = { key: 0 }, Ls = ["onClick"], qs = {
2420
2434
  __name: "SeasonSelector",
2421
2435
  props: {
2422
2436
  seasons: {
@@ -2442,7 +2456,7 @@ const us = { render: ds }, ms = { class: "is-team-name-long" }, ps = { class: "i
2442
2456
  },
2443
2457
  emits: ["onChangeSeason", "onChangeSection"],
2444
2458
  setup(t, { emit: e }) {
2445
- const o = t, n = e, { t: a } = nt(), s = A({
2459
+ const o = t, n = e, { t: a } = Z(), s = A({
2446
2460
  get() {
2447
2461
  return o.championshipId;
2448
2462
  },
@@ -2453,39 +2467,39 @@ const us = { render: ds }, ms = { class: "is-team-name-long" }, ps = { class: "i
2453
2467
  function r(c) {
2454
2468
  n("onChangeSection", c);
2455
2469
  }
2456
- return (c, f) => (y(), w(M, null, [
2457
- b("div", _s, [
2470
+ return (c, g) => (v(), w(M, null, [
2471
+ b("div", Gs, [
2458
2472
  b("div", null, [
2459
2473
  b("label", {
2460
2474
  for: "season",
2461
- class: _(m(J)("label"))
2475
+ class: $(m(J)("label"))
2462
2476
  }, x(m(a)("selection.season")), 3),
2463
2477
  C(De, {
2464
2478
  id: "season",
2465
2479
  modelValue: s.value,
2466
- "onUpdate:modelValue": f[0] || (f[0] = (d) => s.value = d)
2480
+ "onUpdate:modelValue": g[0] || (g[0] = (d) => s.value = d)
2467
2481
  }, {
2468
2482
  default: T(() => [
2469
- (y(!0), w(M, null, tt(t.seasons, (d) => (y(), w("option", {
2483
+ (v(!0), w(M, null, et(t.seasons, (d) => (v(), w("option", {
2470
2484
  key: d.championshipId,
2471
2485
  value: d.championshipId
2472
- }, x(d.seasonName), 9, zs))), 128))
2486
+ }, x(d.seasonName), 9, Cs))), 128))
2473
2487
  ]),
2474
2488
  _: 1
2475
2489
  }, 8, ["modelValue"])
2476
2490
  ]),
2477
2491
  I(c.$slots, "default")
2478
2492
  ]),
2479
- t.isSectionSelectionDisabled ? $("", !0) : (y(), w("div", As, [
2480
- (y(!0), w(M, null, tt(t.sections, (d) => (y(), w("button", {
2493
+ t.isSectionSelectionDisabled ? P("", !0) : (v(), w("div", Es, [
2494
+ (v(!0), w(M, null, et(t.sections, (d) => (v(), w("button", {
2481
2495
  key: d.phaseId,
2482
- onClick: (i) => r(d),
2483
- class: _([m(J)("tab-button"), { "is-active": d.sectionId === t.sectionId }])
2484
- }, x(d.sectionName), 11, Gs))), 128))
2496
+ onClick: (l) => r(d),
2497
+ class: $([m(J)("tab-button"), { "is-active": d.sectionId === t.sectionId }])
2498
+ }, x(d.sectionName), 11, Ls))), 128))
2485
2499
  ]))
2486
2500
  ], 64));
2487
2501
  }
2488
- }, Cs = ["textContent"], Ks = {
2502
+ }, Is = ["textContent"], Js = {
2489
2503
  __name: "AdditionalStandingsText",
2490
2504
  props: {
2491
2505
  rows: {
@@ -2498,28 +2512,28 @@ const us = { render: ds }, ms = { class: "is-team-name-long" }, ps = { class: "i
2498
2512
  }
2499
2513
  },
2500
2514
  setup(t) {
2501
- const e = t, o = xe(e, "rows"), { t: n, locale: a } = nt(), { isVisible: s, text: r } = Ge(o, e.additionalKey, n, a);
2502
- return (c, f) => m(s) ? (y(), w("div", {
2515
+ const e = t, o = xe(e, "rows"), { t: n, locale: a } = Z(), { isVisible: s, text: r } = Ge(o, e.additionalKey, n, a);
2516
+ return (c, g) => m(s) ? (v(), w("div", {
2503
2517
  key: 0,
2504
2518
  class: "is-text-xs is-text-light is-mt-5 is-mb-5",
2505
2519
  textContent: x(m(r))
2506
- }, null, 8, Cs)) : $("", !0);
2520
+ }, null, 8, Is)) : P("", !0);
2507
2521
  }
2508
2522
  };
2509
2523
  export {
2510
- Ms as I,
2524
+ Fs as I,
2511
2525
  st as _,
2512
- Hs as a,
2526
+ js as a,
2513
2527
  ce as b,
2514
2528
  De as c,
2515
- Ds as d,
2516
- Os as e,
2517
- js as f,
2529
+ Hs as d,
2530
+ Bs as e,
2531
+ Us as f,
2518
2532
  ie as g,
2519
- Ws as h,
2520
- Fs as i,
2533
+ qs as h,
2534
+ Ks as i,
2521
2535
  ue as j,
2522
2536
  de as k,
2523
- Bs as l,
2524
- Ks as m
2537
+ Ws as l,
2538
+ Js as m
2525
2539
  };