@mjsz-vbr-elements/core 2.4.2 → 2.5.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,35 +1,35 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.4.2 - 04/09/2024, 16:18:51
3
+ * version: v2.5.0 - 12/09/2024, 10:12:25
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 $, ref as C, watch as Gt, getCurrentScope as be, onScopeDispose as xe, unref as u, getCurrentInstance as Te, onMounted as ke, defineComponent as Qt, onUnmounted as Pe, h as Se, withDirectives as _e, openBlock as v, createElementBlock as b, normalizeClass as z, renderSlot as R, vModelSelect as Ae, createElementVNode as w, isRef as ze, Fragment as M, normalizeStyle as Ft, createVNode as G, Transition as $e, withCtx as k, createTextVNode as D, toDisplayString as T, createCommentVNode as _, toRefs as Nt, renderList as tt, createBlock as I, withKeys as Ht, withModifiers as it, createSlots as Ce, toRef as Oe } from "vue";
9
- import { f as q, o as Ge, e as Ee, d as Z, a as Ie, c as Re, j as Ne, n as Ve, i as Le, b as te, u as ee, w as De, h as Me } from "./useAdditionalText-D1LaWU-i.js";
10
- import { J as oe, K as vt, z as jt, C as Be, o as wt, g as Fe } from "./datetime-BzdN4htO.js";
11
- import { LAZY_LOADING_STATE_DELAY as He, SORT_STATE_ORIGINAL as zt, SORT_STATE_DESCEND as Wt, SORT_STATE_ASCEND as Kt, AVAILABLE_TIMEZONES_BY_COUNTRY as je, DEFAULT_PORTRAIT_IMAGE_URL as We } from "./constants.js";
12
- import { m as Ke, W as ne, U as xt } from "./convert-PUna7fen.js";
13
- import { COLUMNS_SCHEDULE as Ue } from "./columns.js";
14
- function Ye(t) {
15
- return be() ? (xe(t), !0) : !1;
8
+ import { computed as $, ref as O, watch as Ct, getCurrentScope as we, onScopeDispose as Te, unref as u, getCurrentInstance as xe, onMounted as Pe, defineComponent as Qt, onUnmounted as ke, h as Ae, withDirectives as Se, openBlock as v, createElementBlock as w, normalizeClass as z, renderSlot as R, vModelSelect as _e, createElementVNode as b, isRef as ze, Fragment as M, normalizeStyle as Bt, createVNode as C, Transition as $e, withCtx as P, createTextVNode as D, toDisplayString as x, createCommentVNode as S, toRefs as Nt, renderList as tt, createBlock as E, withKeys as Ft, withModifiers as it, createSlots as Oe, toRef as Ie } from "vue";
9
+ import { f as U, o as Ce, e as Ge, d as Z, a as Ee, c as Re, j as Ne, n as Ve, i as Le, b as te, u as ee, w as De, h as Me } from "./useAdditionalText-D1LaWU-i.js";
10
+ import { J as oe, K as vt, z as jt, C as He, o as bt, g as Be } from "./datetime-BzdN4htO.js";
11
+ import { LAZY_LOADING_STATE_DELAY as Fe, SORT_STATE_ORIGINAL as zt, SORT_STATE_DESCEND as Wt, SORT_STATE_ASCEND as Kt, AVAILABLE_TIMEZONES_BY_COUNTRY as je, DEFAULT_PORTRAIT_IMAGE_URL as We } from "./constants.js";
12
+ import { m as Ke, W as ne, U as Tt } from "./convert-PUna7fen.js";
13
+ import { COLUMNS_SCHEDULE as Je } from "./columns.js";
14
+ function qe(t) {
15
+ return we() ? (Te(t), !0) : !1;
16
16
  }
17
17
  function se(t) {
18
18
  return typeof t == "function" ? t() : u(t);
19
19
  }
20
- const qe = typeof window < "u" && typeof document < "u";
20
+ const Ue = typeof window < "u" && typeof document < "u";
21
21
  typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
22
- const Je = (t) => t != null, $t = () => {
22
+ const Ye = (t) => t != null, $t = () => {
23
23
  };
24
- function Ct(t) {
24
+ function Ot(t) {
25
25
  var e;
26
26
  const o = se(t);
27
27
  return (e = o == null ? void 0 : o.$el) != null ? e : o;
28
28
  }
29
- const Xe = qe ? window : void 0;
29
+ const Xe = Ue ? window : void 0;
30
30
  function Ze() {
31
- const t = C(!1);
32
- return Te() && ke(() => {
31
+ const t = O(!1);
32
+ return xe() && Pe(() => {
33
33
  t.value = !0;
34
34
  }), t;
35
35
  }
@@ -46,57 +46,57 @@ function to(t, e, o = {}) {
46
46
  immediate: c = !0
47
47
  } = o, m = Qe(() => i && "IntersectionObserver" in i), d = $(() => {
48
48
  const a = se(t);
49
- return (Array.isArray(a) ? a : [a]).map(Ct).filter(Je);
49
+ return (Array.isArray(a) ? a : [a]).map(Ot).filter(Ye);
50
50
  });
51
51
  let l = $t;
52
- const f = C(c), y = m.value ? Gt(
53
- () => [d.value, Ct(n), f.value],
54
- ([a, p]) => {
55
- if (l(), !f.value || !a.length)
52
+ const p = O(c), y = m.value ? Ct(
53
+ () => [d.value, Ot(n), p.value],
54
+ ([a, f]) => {
55
+ if (l(), !p.value || !a.length)
56
56
  return;
57
57
  const h = new IntersectionObserver(
58
58
  e,
59
59
  {
60
- root: Ct(p),
60
+ root: Ot(f),
61
61
  rootMargin: r,
62
62
  threshold: s
63
63
  }
64
64
  );
65
- a.forEach((x) => x && h.observe(x)), l = () => {
65
+ a.forEach((T) => T && h.observe(T)), l = () => {
66
66
  h.disconnect(), l = $t;
67
67
  };
68
68
  },
69
69
  { immediate: c, flush: "post" }
70
70
  ) : $t, g = () => {
71
- l(), y(), f.value = !1;
71
+ l(), y(), p.value = !1;
72
72
  };
73
- return Ye(g), {
73
+ return qe(g), {
74
74
  isSupported: m,
75
- isActive: f,
75
+ isActive: p,
76
76
  pause() {
77
- l(), f.value = !1;
77
+ l(), p.value = !1;
78
78
  },
79
79
  resume() {
80
- f.value = !0;
80
+ p.value = !0;
81
81
  },
82
82
  stop: g
83
83
  };
84
84
  }
85
- const Tr = Qt({
85
+ const xr = Qt({
86
86
  name: "FetchMoreObserver",
87
87
  props: ["as", "options"],
88
88
  emits: ["intersect"],
89
89
  setup(t, { slots: e, emit: o }) {
90
- const n = C(null), { stop: r } = to(
90
+ const n = O(null), { stop: r } = to(
91
91
  n,
92
92
  ([{ isIntersecting: s }]) => {
93
93
  s && o("intersect");
94
94
  },
95
95
  t.options
96
96
  );
97
- return Pe(r), () => {
97
+ return ke(r), () => {
98
98
  if (e.default)
99
- return Se(t.as || "div", { ref: n }, e.default());
99
+ return Ae(t.as || "div", { ref: n }, e.default());
100
100
  };
101
101
  }
102
102
  }), eo = {
@@ -109,14 +109,14 @@ const Tr = Qt({
109
109
  },
110
110
  emits: ["update:modelValue"],
111
111
  setup(t, { emit: e }) {
112
- const o = t, n = e, r = q("base-input"), s = $({ get: () => o.modelValue, set: (i) => n("update:modelValue", i) });
113
- return (i, c) => _e((v(), b("select", {
112
+ const o = t, n = e, r = U("base-input"), s = $({ get: () => o.modelValue, set: (i) => n("update:modelValue", i) });
113
+ return (i, c) => Se((v(), w("select", {
114
114
  "onUpdate:modelValue": c[0] || (c[0] = (m) => s.value = m),
115
115
  class: z([u(r), "is-select"])
116
116
  }, [
117
117
  R(i.$slots, "default")
118
118
  ], 2)), [
119
- [Ae, s.value]
119
+ [_e, s.value]
120
120
  ]);
121
121
  }
122
122
  };
@@ -132,7 +132,7 @@ var oo = /* @__PURE__ */ oe(function(e, o, n) {
132
132
  return oo(function(r, s, i) {
133
133
  return jt(s) && jt(i) ? t(e, s, i) : e(r, s, i);
134
134
  }, o, n);
135
- }), so = /* @__PURE__ */ Be(function(e, o) {
135
+ }), so = /* @__PURE__ */ He(function(e, o) {
136
136
  return no(function(n, r, s) {
137
137
  return s;
138
138
  }, e, o);
@@ -146,16 +146,16 @@ const ro = {
146
146
  role: "img",
147
147
  xmlns: "http://www.w3.org/2000/svg",
148
148
  viewBox: "0 0 320 512"
149
- }, io = /* @__PURE__ */ w("path", {
149
+ }, io = /* @__PURE__ */ b("path", {
150
150
  fill: "currentColor",
151
151
  d: "M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z"
152
152
  }, null, -1), ao = [
153
153
  io
154
154
  ];
155
155
  function lo(t, e) {
156
- return v(), b("svg", ro, [...ao]);
156
+ return v(), w("svg", ro, [...ao]);
157
157
  }
158
- const Ut = { render: lo }, co = {
158
+ const Jt = { render: lo }, co = {
159
159
  "aria-hidden": "true",
160
160
  focusable: "false",
161
161
  "data-prefix": "fas",
@@ -164,16 +164,16 @@ const Ut = { render: lo }, co = {
164
164
  role: "img",
165
165
  xmlns: "http://www.w3.org/2000/svg",
166
166
  viewBox: "0 0 320 512"
167
- }, uo = /* @__PURE__ */ w("path", {
167
+ }, uo = /* @__PURE__ */ b("path", {
168
168
  fill: "currentColor",
169
169
  d: "M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z"
170
170
  }, null, -1), mo = [
171
171
  uo
172
172
  ];
173
- function fo(t, e) {
174
- return v(), b("svg", co, [...mo]);
173
+ function po(t, e) {
174
+ return v(), w("svg", co, [...mo]);
175
175
  }
176
- const po = { render: fo }, ho = {
176
+ const fo = { render: po }, ho = {
177
177
  "aria-hidden": "true",
178
178
  focusable: "false",
179
179
  "data-prefix": "fas",
@@ -182,28 +182,28 @@ const po = { render: fo }, ho = {
182
182
  role: "img",
183
183
  xmlns: "http://www.w3.org/2000/svg",
184
184
  viewBox: "0 0 320 512"
185
- }, go = /* @__PURE__ */ w("path", {
185
+ }, go = /* @__PURE__ */ b("path", {
186
186
  fill: "currentColor",
187
187
  d: "M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z"
188
188
  }, null, -1), yo = [
189
189
  go
190
190
  ];
191
191
  function vo(t, e) {
192
- return v(), b("svg", ho, [...yo]);
192
+ return v(), w("svg", ho, [...yo]);
193
193
  }
194
- const wo = { render: vo }, at = Math.min, et = Math.max, Tt = Math.round, bt = Math.floor, J = (t) => ({
194
+ const bo = { render: vo }, at = Math.min, et = Math.max, xt = Math.round, wt = Math.floor, Y = (t) => ({
195
195
  x: t,
196
196
  y: t
197
- }), bo = {
197
+ }), wo = {
198
198
  left: "right",
199
199
  right: "left",
200
200
  bottom: "top",
201
201
  top: "bottom"
202
- }, xo = {
202
+ }, To = {
203
203
  start: "end",
204
204
  end: "start"
205
205
  };
206
- function Et(t, e, o) {
206
+ function Gt(t, e, o) {
207
207
  return et(t, at(e, o));
208
208
  }
209
209
  function ht(t, e) {
@@ -221,26 +221,26 @@ function re(t) {
221
221
  function Vt(t) {
222
222
  return t === "y" ? "height" : "width";
223
223
  }
224
- function St(t) {
224
+ function At(t) {
225
225
  return ["top", "bottom"].includes(ot(t)) ? "y" : "x";
226
226
  }
227
227
  function Lt(t) {
228
- return re(St(t));
228
+ return re(At(t));
229
229
  }
230
- function To(t, e, o) {
230
+ function xo(t, e, o) {
231
231
  o === void 0 && (o = !1);
232
232
  const n = gt(t), r = Lt(t), s = Vt(r);
233
233
  let i = r === "x" ? n === (o ? "end" : "start") ? "right" : "left" : n === "start" ? "bottom" : "top";
234
- return e.reference[s] > e.floating[s] && (i = kt(i)), [i, kt(i)];
234
+ return e.reference[s] > e.floating[s] && (i = Pt(i)), [i, Pt(i)];
235
235
  }
236
- function ko(t) {
237
- const e = kt(t);
238
- return [It(t), e, It(e)];
236
+ function Po(t) {
237
+ const e = Pt(t);
238
+ return [Et(t), e, Et(e)];
239
239
  }
240
- function It(t) {
241
- return t.replace(/start|end/g, (e) => xo[e]);
240
+ function Et(t) {
241
+ return t.replace(/start|end/g, (e) => To[e]);
242
242
  }
243
- function Po(t, e, o) {
243
+ function ko(t, e, o) {
244
244
  const n = ["left", "right"], r = ["right", "left"], s = ["top", "bottom"], i = ["bottom", "top"];
245
245
  switch (t) {
246
246
  case "top":
@@ -253,15 +253,15 @@ function Po(t, e, o) {
253
253
  return [];
254
254
  }
255
255
  }
256
- function So(t, e, o, n) {
256
+ function Ao(t, e, o, n) {
257
257
  const r = gt(t);
258
- let s = Po(ot(t), o === "start", n);
259
- return r && (s = s.map((i) => i + "-" + r), e && (s = s.concat(s.map(It)))), 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;
260
260
  }
261
- function kt(t) {
262
- return t.replace(/left|right|bottom|top/g, (e) => bo[e]);
261
+ function Pt(t) {
262
+ return t.replace(/left|right|bottom|top/g, (e) => wo[e]);
263
263
  }
264
- function _o(t) {
264
+ function So(t) {
265
265
  return {
266
266
  top: 0,
267
267
  right: 0,
@@ -271,14 +271,14 @@ function _o(t) {
271
271
  };
272
272
  }
273
273
  function ie(t) {
274
- return typeof t != "number" ? _o(t) : {
274
+ return typeof t != "number" ? So(t) : {
275
275
  top: t,
276
276
  right: t,
277
277
  bottom: t,
278
278
  left: t
279
279
  };
280
280
  }
281
- function Pt(t) {
281
+ function kt(t) {
282
282
  const {
283
283
  x: e,
284
284
  y: o,
@@ -296,12 +296,12 @@ function Pt(t) {
296
296
  y: o
297
297
  };
298
298
  }
299
- function Yt(t, e, o) {
299
+ function qt(t, e, o) {
300
300
  let {
301
301
  reference: n,
302
302
  floating: r
303
303
  } = t;
304
- const s = St(e), i = Lt(e), c = Vt(i), m = ot(e), d = s === "y", l = n.x + n.width / 2 - r.width / 2, f = n.y + n.height / 2 - r.height / 2, y = n[c] / 2 - r[c] / 2;
304
+ const s = At(e), i = Lt(e), c = Vt(i), m = ot(e), d = s === "y", l = n.x + n.width / 2 - r.width / 2, p = n.y + n.height / 2 - r.height / 2, y = n[c] / 2 - r[c] / 2;
305
305
  let g;
306
306
  switch (m) {
307
307
  case "top":
@@ -319,13 +319,13 @@ function Yt(t, e, o) {
319
319
  case "right":
320
320
  g = {
321
321
  x: n.x + n.width,
322
- y: f
322
+ y: p
323
323
  };
324
324
  break;
325
325
  case "left":
326
326
  g = {
327
327
  x: n.x - r.width,
328
- y: f
328
+ y: p
329
329
  };
330
330
  break;
331
331
  default:
@@ -344,7 +344,7 @@ function Yt(t, e, o) {
344
344
  }
345
345
  return g;
346
346
  }
347
- const Ao = async (t, e, o) => {
347
+ const _o = async (t, e, o) => {
348
348
  const {
349
349
  placement: n = "bottom",
350
350
  strategy: r = "absolute",
@@ -357,20 +357,20 @@ const Ao = async (t, e, o) => {
357
357
  strategy: r
358
358
  }), {
359
359
  x: l,
360
- y: f
361
- } = Yt(d, n, m), y = n, g = {}, a = 0;
362
- for (let p = 0; p < c.length; p++) {
360
+ y: p
361
+ } = qt(d, n, m), y = n, g = {}, a = 0;
362
+ for (let f = 0; f < c.length; f++) {
363
363
  const {
364
364
  name: h,
365
- fn: x
366
- } = c[p], {
367
- x: P,
368
- y: S,
369
- data: O,
370
- reset: A
371
- } = await x({
365
+ fn: T
366
+ } = c[f], {
367
+ x: k,
368
+ y: A,
369
+ data: I,
370
+ reset: _
371
+ } = await T({
372
372
  x: l,
373
- y: f,
373
+ y: p,
374
374
  initialPlacement: n,
375
375
  placement: y,
376
376
  strategy: r,
@@ -382,24 +382,24 @@ const Ao = async (t, e, o) => {
382
382
  floating: e
383
383
  }
384
384
  });
385
- l = P ?? l, f = S ?? f, g = {
385
+ l = k ?? l, p = A ?? p, g = {
386
386
  ...g,
387
387
  [h]: {
388
388
  ...g[h],
389
- ...O
389
+ ...I
390
390
  }
391
- }, A && a <= 50 && (a++, typeof A == "object" && (A.placement && (y = A.placement), A.rects && (d = A.rects === !0 ? await i.getElementRects({
391
+ }, _ && a <= 50 && (a++, typeof _ == "object" && (_.placement && (y = _.placement), _.rects && (d = _.rects === !0 ? await i.getElementRects({
392
392
  reference: t,
393
393
  floating: e,
394
394
  strategy: r
395
- }) : A.rects), {
395
+ }) : _.rects), {
396
396
  x: l,
397
- y: f
398
- } = Yt(d, y, m)), p = -1);
397
+ y: p
398
+ } = qt(d, y, m)), f = -1);
399
399
  }
400
400
  return {
401
401
  x: l,
402
- y: f,
402
+ y: p,
403
403
  placement: y,
404
404
  strategy: r,
405
405
  middlewareData: g
@@ -418,35 +418,35 @@ async function ae(t, e) {
418
418
  } = t, {
419
419
  boundary: d = "clippingAncestors",
420
420
  rootBoundary: l = "viewport",
421
- elementContext: f = "floating",
421
+ elementContext: p = "floating",
422
422
  altBoundary: y = !1,
423
423
  padding: g = 0
424
- } = ht(e, t), a = ie(g), h = c[y ? f === "floating" ? "reference" : "floating" : f], x = Pt(await s.getClippingRect({
424
+ } = ht(e, t), a = ie(g), h = c[y ? p === "floating" ? "reference" : "floating" : p], T = kt(await s.getClippingRect({
425
425
  element: (o = await (s.isElement == null ? void 0 : s.isElement(h))) == null || o ? h : h.contextElement || await (s.getDocumentElement == null ? void 0 : s.getDocumentElement(c.floating)),
426
426
  boundary: d,
427
427
  rootBoundary: l,
428
428
  strategy: m
429
- })), P = f === "floating" ? {
429
+ })), k = p === "floating" ? {
430
430
  ...i.floating,
431
431
  x: n,
432
432
  y: r
433
- } : 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)) || {
433
+ } : i.reference, A = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(c.floating)), I = await (s.isElement == null ? void 0 : s.isElement(A)) ? await (s.getScale == null ? void 0 : s.getScale(A)) || {
434
434
  x: 1,
435
435
  y: 1
436
436
  } : {
437
437
  x: 1,
438
438
  y: 1
439
- }, A = Pt(s.convertOffsetParentRelativeRectToViewportRelativeRect ? await s.convertOffsetParentRelativeRectToViewportRelativeRect({
439
+ }, _ = kt(s.convertOffsetParentRelativeRectToViewportRelativeRect ? await s.convertOffsetParentRelativeRectToViewportRelativeRect({
440
440
  elements: c,
441
- rect: P,
442
- offsetParent: S,
441
+ rect: k,
442
+ offsetParent: A,
443
443
  strategy: m
444
- }) : P);
444
+ }) : k);
445
445
  return {
446
- top: (x.top - A.top + a.top) / O.y,
447
- bottom: (A.bottom - x.bottom + a.bottom) / O.y,
448
- left: (x.left - A.left + a.left) / O.x,
449
- right: (A.right - x.right + a.right) / O.x
446
+ top: (T.top - _.top + a.top) / I.y,
447
+ bottom: (_.bottom - T.bottom + a.bottom) / I.y,
448
+ left: (T.left - _.left + a.left) / I.x,
449
+ right: (_.right - T.right + a.right) / I.x
450
450
  };
451
451
  }
452
452
  const zo = (t) => ({
@@ -467,20 +467,20 @@ const zo = (t) => ({
467
467
  } = ht(t, e) || {};
468
468
  if (d == null)
469
469
  return {};
470
- const f = ie(l), y = {
470
+ const p = ie(l), y = {
471
471
  x: o,
472
472
  y: n
473
- }, g = Lt(r), a = Vt(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], L = await (i.getOffsetParent == null ? void 0 : i.getOffsetParent(d));
474
- let H = L ? L[S] : 0;
475
- (!H || !await (i.isElement == null ? void 0 : i.isElement(L))) && (H = c.floating[S] || s.floating[a]);
476
- const Q = O / 2 - A / 2, dt = H / 2 - p[a] / 2 - 1, ut = at(f[x], dt), mt = at(f[P], dt), V = ut, ft = H - p[a] - mt, E = H / 2 - p[a] / 2 + Q, j = Et(V, E, ft), W = !m.arrow && gt(r) != null && E !== j && s.reference[a] / 2 - (E < V ? ut : mt) - p[a] / 2 < 0, U = W ? E < V ? E - V : E - ft : 0;
473
+ }, g = Lt(r), a = Vt(g), f = await i.getDimensions(d), h = g === "y", T = h ? "top" : "left", k = h ? "bottom" : "right", A = h ? "clientHeight" : "clientWidth", I = s.reference[a] + s.reference[g] - y[g] - s.floating[a], _ = y[g] - s.reference[g], L = await (i.getOffsetParent == null ? void 0 : i.getOffsetParent(d));
474
+ let F = L ? L[A] : 0;
475
+ (!F || !await (i.isElement == null ? void 0 : i.isElement(L))) && (F = c.floating[A] || s.floating[a]);
476
+ const Q = I / 2 - _ / 2, dt = F / 2 - f[a] / 2 - 1, ut = at(p[T], dt), mt = at(p[k], dt), V = ut, pt = F - f[a] - mt, G = F / 2 - f[a] / 2 + Q, j = Gt(V, G, pt), W = !m.arrow && gt(r) != null && G !== j && s.reference[a] / 2 - (G < V ? ut : mt) - f[a] / 2 < 0, J = W ? G < V ? G - V : G - pt : 0;
477
477
  return {
478
- [g]: y[g] + U,
478
+ [g]: y[g] + J,
479
479
  data: {
480
480
  [g]: j,
481
- centerOffset: E - j - U,
481
+ centerOffset: G - j - J,
482
482
  ...W && {
483
- alignmentOffset: U
483
+ alignmentOffset: J
484
484
  }
485
485
  },
486
486
  reset: W
@@ -501,56 +501,56 @@ const zo = (t) => ({
501
501
  elements: d
502
502
  } = e, {
503
503
  mainAxis: l = !0,
504
- crossAxis: f = !0,
504
+ crossAxis: p = !0,
505
505
  fallbackPlacements: y,
506
506
  fallbackStrategy: g = "bestFit",
507
507
  fallbackAxisSideDirection: a = "none",
508
- flipAlignment: p = !0,
508
+ flipAlignment: f = !0,
509
509
  ...h
510
510
  } = ht(t, e);
511
511
  if ((o = s.arrow) != null && o.alignmentOffset)
512
512
  return {};
513
- 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)] : ko(c));
514
- !y && a !== "none" && O.push(...So(c, p, a, S));
515
- const A = [c, ...O], L = await ae(e, h), H = [];
513
+ const T = ot(r), k = ot(c) === c, A = await (m.isRTL == null ? void 0 : m.isRTL(d.floating)), I = y || (k || !f ? [Pt(c)] : Po(c));
514
+ !y && a !== "none" && I.push(...Ao(c, f, a, A));
515
+ const _ = [c, ...I], L = await ae(e, h), F = [];
516
516
  let Q = ((n = s.flip) == null ? void 0 : n.overflows) || [];
517
- if (l && H.push(L[x]), f) {
518
- const V = To(r, i, S);
519
- H.push(L[V[0]], L[V[1]]);
517
+ if (l && F.push(L[T]), p) {
518
+ const V = xo(r, i, A);
519
+ F.push(L[V[0]], L[V[1]]);
520
520
  }
521
521
  if (Q = [...Q, {
522
522
  placement: r,
523
- overflows: H
524
- }], !H.every((V) => V <= 0)) {
523
+ overflows: F
524
+ }], !F.every((V) => V <= 0)) {
525
525
  var dt, ut;
526
- const V = (((dt = s.flip) == null ? void 0 : dt.index) || 0) + 1, ft = A[V];
527
- if (ft)
526
+ const V = (((dt = s.flip) == null ? void 0 : dt.index) || 0) + 1, pt = _[V];
527
+ if (pt)
528
528
  return {
529
529
  data: {
530
530
  index: V,
531
531
  overflows: Q
532
532
  },
533
533
  reset: {
534
- placement: ft
534
+ placement: pt
535
535
  }
536
536
  };
537
- let E = (ut = Q.filter((j) => j.overflows[0] <= 0).sort((j, W) => j.overflows[1] - W.overflows[1])[0]) == null ? void 0 : ut.placement;
538
- if (!E)
537
+ let G = (ut = Q.filter((j) => j.overflows[0] <= 0).sort((j, W) => j.overflows[1] - W.overflows[1])[0]) == null ? void 0 : ut.placement;
538
+ if (!G)
539
539
  switch (g) {
540
540
  case "bestFit": {
541
541
  var mt;
542
- const j = (mt = Q.map((W) => [W.placement, W.overflows.filter((U) => U > 0).reduce((U, we) => U + we, 0)]).sort((W, U) => W[1] - U[1])[0]) == null ? void 0 : mt[0];
543
- j && (E = j);
542
+ const j = (mt = Q.map((W) => [W.placement, W.overflows.filter((J) => J > 0).reduce((J, be) => J + be, 0)]).sort((W, J) => W[1] - J[1])[0]) == null ? void 0 : mt[0];
543
+ j && (G = j);
544
544
  break;
545
545
  }
546
546
  case "initialPlacement":
547
- E = c;
547
+ G = c;
548
548
  break;
549
549
  }
550
- if (r !== E)
550
+ if (r !== G)
551
551
  return {
552
552
  reset: {
553
- placement: E
553
+ placement: G
554
554
  }
555
555
  };
556
556
  }
@@ -558,25 +558,25 @@ const zo = (t) => ({
558
558
  }
559
559
  };
560
560
  };
561
- async function Co(t, e) {
561
+ async function Oo(t, e) {
562
562
  const {
563
563
  placement: o,
564
564
  platform: n,
565
565
  elements: r
566
- } = t, s = await (n.isRTL == null ? void 0 : n.isRTL(r.floating)), i = ot(o), c = gt(o), m = St(o) === "y", d = ["left", "top"].includes(i) ? -1 : 1, l = s && m ? -1 : 1, f = ht(e, t);
566
+ } = t, s = await (n.isRTL == null ? void 0 : n.isRTL(r.floating)), i = ot(o), c = gt(o), m = At(o) === "y", d = ["left", "top"].includes(i) ? -1 : 1, l = s && m ? -1 : 1, p = ht(e, t);
567
567
  let {
568
568
  mainAxis: y,
569
569
  crossAxis: g,
570
570
  alignmentAxis: a
571
- } = typeof f == "number" ? {
572
- mainAxis: f,
571
+ } = typeof p == "number" ? {
572
+ mainAxis: p,
573
573
  crossAxis: 0,
574
574
  alignmentAxis: null
575
575
  } : {
576
576
  mainAxis: 0,
577
577
  crossAxis: 0,
578
578
  alignmentAxis: null,
579
- ...f
579
+ ...p
580
580
  };
581
581
  return c && typeof a == "number" && (g = c === "end" ? a * -1 : a), m ? {
582
582
  x: g * l,
@@ -586,7 +586,7 @@ async function Co(t, e) {
586
586
  y: g * l
587
587
  };
588
588
  }
589
- const Oo = function(t) {
589
+ const Io = function(t) {
590
590
  return t === void 0 && (t = 0), {
591
591
  name: "offset",
592
592
  options: t,
@@ -597,7 +597,7 @@ const Oo = function(t) {
597
597
  y: s,
598
598
  placement: i,
599
599
  middlewareData: c
600
- } = e, m = await Co(e, t);
600
+ } = e, m = await Oo(e, t);
601
601
  return i === ((o = c.offset) == null ? void 0 : o.placement) && (n = c.arrow) != null && n.alignmentOffset ? {} : {
602
602
  x: r + m.x,
603
603
  y: s + m.y,
@@ -608,7 +608,7 @@ const Oo = function(t) {
608
608
  };
609
609
  }
610
610
  };
611
- }, Go = function(t) {
611
+ }, Co = function(t) {
612
612
  return t === void 0 && (t = {}), {
613
613
  name: "shift",
614
614
  options: t,
@@ -623,12 +623,12 @@ const Oo = function(t) {
623
623
  limiter: c = {
624
624
  fn: (h) => {
625
625
  let {
626
- x,
627
- y: P
626
+ x: T,
627
+ y: k
628
628
  } = h;
629
629
  return {
630
- x,
631
- y: P
630
+ x: T,
631
+ y: k
632
632
  };
633
633
  }
634
634
  },
@@ -636,26 +636,26 @@ const Oo = function(t) {
636
636
  } = ht(t, e), d = {
637
637
  x: o,
638
638
  y: n
639
- }, l = await ae(e, m), f = St(ot(r)), y = re(f);
640
- let g = d[y], a = d[f];
639
+ }, l = await ae(e, m), p = At(ot(r)), y = re(p);
640
+ let g = d[y], a = d[p];
641
641
  if (s) {
642
- const h = y === "y" ? "top" : "left", x = y === "y" ? "bottom" : "right", P = g + l[h], S = g - l[x];
643
- g = Et(P, g, S);
642
+ const h = y === "y" ? "top" : "left", T = y === "y" ? "bottom" : "right", k = g + l[h], A = g - l[T];
643
+ g = Gt(k, g, A);
644
644
  }
645
645
  if (i) {
646
- const h = f === "y" ? "top" : "left", x = f === "y" ? "bottom" : "right", P = a + l[h], S = a - l[x];
647
- a = Et(P, a, S);
646
+ const h = p === "y" ? "top" : "left", T = p === "y" ? "bottom" : "right", k = a + l[h], A = a - l[T];
647
+ a = Gt(k, a, A);
648
648
  }
649
- const p = c.fn({
649
+ const f = c.fn({
650
650
  ...e,
651
651
  [y]: g,
652
- [f]: a
652
+ [p]: a
653
653
  });
654
654
  return {
655
- ...p,
655
+ ...f,
656
656
  data: {
657
- x: p.x - o,
658
- y: p.y - n
657
+ x: f.x - o,
658
+ y: f.y - n
659
659
  }
660
660
  };
661
661
  }
@@ -668,20 +668,20 @@ function N(t) {
668
668
  var e;
669
669
  return (t == null || (e = t.ownerDocument) == null ? void 0 : e.defaultView) || window;
670
670
  }
671
- function Y(t) {
671
+ function q(t) {
672
672
  var e;
673
673
  return (e = (le(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement;
674
674
  }
675
675
  function le(t) {
676
676
  return t instanceof Node || t instanceof N(t).Node;
677
677
  }
678
- function B(t) {
678
+ function H(t) {
679
679
  return t instanceof Element || t instanceof N(t).Element;
680
680
  }
681
681
  function K(t) {
682
682
  return t instanceof HTMLElement || t instanceof N(t).HTMLElement;
683
683
  }
684
- function qt(t) {
684
+ function Ut(t) {
685
685
  return typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof N(t).ShadowRoot;
686
686
  }
687
687
  function yt(t) {
@@ -690,13 +690,13 @@ function yt(t) {
690
690
  overflowX: o,
691
691
  overflowY: n,
692
692
  display: r
693
- } = F(t);
693
+ } = B(t);
694
694
  return /auto|scroll|overlay|hidden|clip/.test(e + n + o) && !["inline", "contents"].includes(r);
695
695
  }
696
- function Eo(t) {
696
+ function Go(t) {
697
697
  return ["table", "td", "th"].includes(ct(t));
698
698
  }
699
- function _t(t) {
699
+ function St(t) {
700
700
  return [":popover-open", ":modal"].some((e) => {
701
701
  try {
702
702
  return t.matches(e);
@@ -706,15 +706,15 @@ function _t(t) {
706
706
  });
707
707
  }
708
708
  function Dt(t) {
709
- const e = Mt(), o = B(t) ? F(t) : t;
709
+ const e = Mt(), o = H(t) ? B(t) : t;
710
710
  return o.transform !== "none" || o.perspective !== "none" || (o.containerType ? o.containerType !== "normal" : !1) || !e && (o.backdropFilter ? o.backdropFilter !== "none" : !1) || !e && (o.filter ? o.filter !== "none" : !1) || ["transform", "perspective", "filter"].some((n) => (o.willChange || "").includes(n)) || ["paint", "layout", "strict", "content"].some((n) => (o.contain || "").includes(n));
711
711
  }
712
- function Io(t) {
712
+ function Eo(t) {
713
713
  let e = X(t);
714
714
  for (; K(e) && !lt(e); ) {
715
715
  if (Dt(e))
716
716
  return e;
717
- if (_t(e))
717
+ if (St(e))
718
718
  return null;
719
719
  e = X(e);
720
720
  }
@@ -726,11 +726,11 @@ function Mt() {
726
726
  function lt(t) {
727
727
  return ["html", "body", "#document"].includes(ct(t));
728
728
  }
729
- function F(t) {
729
+ function B(t) {
730
730
  return N(t).getComputedStyle(t);
731
731
  }
732
- function At(t) {
733
- return B(t) ? {
732
+ function _t(t) {
733
+ return H(t) ? {
734
734
  scrollLeft: t.scrollLeft,
735
735
  scrollTop: t.scrollTop
736
736
  } : {
@@ -745,57 +745,57 @@ function X(t) {
745
745
  // Step into the shadow DOM of the parent of a slotted node.
746
746
  t.assignedSlot || // DOM Element detected.
747
747
  t.parentNode || // ShadowRoot detected.
748
- qt(t) && t.host || // Fallback.
749
- Y(t)
748
+ Ut(t) && t.host || // Fallback.
749
+ q(t)
750
750
  );
751
- return qt(e) ? e.host : e;
751
+ return Ut(e) ? e.host : e;
752
752
  }
753
753
  function ce(t) {
754
754
  const e = X(t);
755
755
  return lt(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : K(e) && yt(e) ? e : ce(e);
756
756
  }
757
- function pt(t, e, o) {
757
+ function ft(t, e, o) {
758
758
  var n;
759
759
  e === void 0 && (e = []), o === void 0 && (o = !0);
760
760
  const r = ce(t), s = r === ((n = t.ownerDocument) == null ? void 0 : n.body), i = N(r);
761
761
  if (s) {
762
762
  const c = Rt(i);
763
- return e.concat(i, i.visualViewport || [], yt(r) ? r : [], c && o ? pt(c) : []);
763
+ return e.concat(i, i.visualViewport || [], yt(r) ? r : [], c && o ? ft(c) : []);
764
764
  }
765
- return e.concat(r, pt(r, [], o));
765
+ return e.concat(r, ft(r, [], o));
766
766
  }
767
767
  function Rt(t) {
768
768
  return t.parent && Object.getPrototypeOf(t.parent) ? t.frameElement : null;
769
769
  }
770
770
  function de(t) {
771
- const e = F(t);
771
+ const e = B(t);
772
772
  let o = parseFloat(e.width) || 0, n = parseFloat(e.height) || 0;
773
- const r = K(t), s = r ? t.offsetWidth : o, i = r ? t.offsetHeight : n, c = Tt(o) !== s || Tt(n) !== i;
773
+ const r = K(t), s = r ? t.offsetWidth : o, i = r ? t.offsetHeight : n, c = xt(o) !== s || xt(n) !== i;
774
774
  return c && (o = s, n = i), {
775
775
  width: o,
776
776
  height: n,
777
777
  $: c
778
778
  };
779
779
  }
780
- function Bt(t) {
781
- return B(t) ? t : t.contextElement;
780
+ function Ht(t) {
781
+ return H(t) ? t : t.contextElement;
782
782
  }
783
783
  function rt(t) {
784
- const e = Bt(t);
784
+ const e = Ht(t);
785
785
  if (!K(e))
786
- return J(1);
786
+ return Y(1);
787
787
  const o = e.getBoundingClientRect(), {
788
788
  width: n,
789
789
  height: r,
790
790
  $: s
791
791
  } = de(e);
792
- let i = (s ? Tt(o.width) : o.width) / n, c = (s ? Tt(o.height) : o.height) / r;
792
+ let i = (s ? xt(o.width) : o.width) / n, c = (s ? xt(o.height) : o.height) / r;
793
793
  return (!i || !Number.isFinite(i)) && (i = 1), (!c || !Number.isFinite(c)) && (c = 1), {
794
794
  x: i,
795
795
  y: c
796
796
  };
797
797
  }
798
- const Ro = /* @__PURE__ */ J(0);
798
+ const Ro = /* @__PURE__ */ Y(0);
799
799
  function ue(t) {
800
800
  const e = N(t);
801
801
  return !Mt() || !e.visualViewport ? Ro : {
@@ -808,22 +808,22 @@ function No(t, e, o) {
808
808
  }
809
809
  function nt(t, e, o, n) {
810
810
  e === void 0 && (e = !1), o === void 0 && (o = !1);
811
- const r = t.getBoundingClientRect(), s = Bt(t);
812
- let i = J(1);
813
- e && (n ? B(n) && (i = rt(n)) : i = rt(t));
814
- const c = No(s, o, n) ? ue(s) : J(0);
815
- 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;
811
+ const r = t.getBoundingClientRect(), s = Ht(t);
812
+ let i = Y(1);
813
+ e && (n ? H(n) && (i = rt(n)) : i = rt(t));
814
+ const c = No(s, o, n) ? ue(s) : Y(0);
815
+ let m = (r.left + c.x) / i.x, d = (r.top + c.y) / i.y, l = r.width / i.x, p = r.height / i.y;
816
816
  if (s) {
817
- const y = N(s), g = n && B(n) ? N(n) : n;
818
- let a = y, p = Rt(a);
819
- for (; p && n && g !== a; ) {
820
- const h = rt(p), x = p.getBoundingClientRect(), P = F(p), S = x.left + (p.clientLeft + parseFloat(P.paddingLeft)) * h.x, O = x.top + (p.clientTop + parseFloat(P.paddingTop)) * h.y;
821
- m *= h.x, d *= h.y, l *= h.x, f *= h.y, m += S, d += O, a = N(p), p = Rt(a);
817
+ const y = N(s), g = n && H(n) ? N(n) : n;
818
+ let a = y, f = Rt(a);
819
+ for (; f && n && g !== a; ) {
820
+ const h = rt(f), T = f.getBoundingClientRect(), k = B(f), A = T.left + (f.clientLeft + parseFloat(k.paddingLeft)) * h.x, I = T.top + (f.clientTop + parseFloat(k.paddingTop)) * h.y;
821
+ m *= h.x, d *= h.y, l *= h.x, p *= h.y, m += A, d += I, a = N(f), f = Rt(a);
822
822
  }
823
823
  }
824
- return Pt({
824
+ return kt({
825
825
  width: l,
826
- height: f,
826
+ height: p,
827
827
  x: m,
828
828
  y: d
829
829
  });
@@ -835,15 +835,15 @@ function Vo(t) {
835
835
  offsetParent: n,
836
836
  strategy: r
837
837
  } = t;
838
- const s = r === "fixed", i = Y(n), c = e ? _t(e.floating) : !1;
838
+ const s = r === "fixed", i = q(n), c = e ? St(e.floating) : !1;
839
839
  if (n === i || c && s)
840
840
  return o;
841
841
  let m = {
842
842
  scrollLeft: 0,
843
843
  scrollTop: 0
844
- }, d = J(1);
845
- const l = J(0), f = K(n);
846
- if ((f || !f && !s) && ((ct(n) !== "body" || yt(i)) && (m = At(n)), K(n))) {
844
+ }, d = Y(1);
845
+ const l = Y(0), p = K(n);
846
+ if ((p || !p && !s) && ((ct(n) !== "body" || yt(i)) && (m = _t(n)), K(n))) {
847
847
  const y = nt(n);
848
848
  d = rt(n), l.x = y.x + n.clientLeft, l.y = y.y + n.clientTop;
849
849
  }
@@ -858,13 +858,13 @@ function Lo(t) {
858
858
  return Array.from(t.getClientRects());
859
859
  }
860
860
  function me(t) {
861
- return nt(Y(t)).left + At(t).scrollLeft;
861
+ return nt(q(t)).left + _t(t).scrollLeft;
862
862
  }
863
863
  function Do(t) {
864
- const e = Y(t), o = At(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);
864
+ const e = q(t), o = _t(t), n = t.ownerDocument.body, r = et(e.scrollWidth, e.clientWidth, n.scrollWidth, n.clientWidth), s = et(e.scrollHeight, e.clientHeight, n.scrollHeight, n.clientHeight);
865
865
  let i = -o.scrollLeft + me(t);
866
866
  const c = -o.scrollTop;
867
- return F(n).direction === "rtl" && (i += et(e.clientWidth, n.clientWidth) - r), {
867
+ return B(n).direction === "rtl" && (i += et(e.clientWidth, n.clientWidth) - r), {
868
868
  width: r,
869
869
  height: s,
870
870
  x: i,
@@ -872,7 +872,7 @@ function Do(t) {
872
872
  };
873
873
  }
874
874
  function Mo(t, e) {
875
- const o = N(t), n = Y(t), r = o.visualViewport;
875
+ const o = N(t), n = q(t), r = o.visualViewport;
876
876
  let s = n.clientWidth, i = n.clientHeight, c = 0, m = 0;
877
877
  if (r) {
878
878
  s = r.width, i = r.height;
@@ -886,8 +886,8 @@ function Mo(t, e) {
886
886
  y: m
887
887
  };
888
888
  }
889
- function Bo(t, e) {
890
- const o = nt(t, !0, e === "fixed"), n = o.top + t.clientTop, r = o.left + t.clientLeft, s = K(t) ? rt(t) : J(1), i = t.clientWidth * s.x, c = t.clientHeight * s.y, m = r * s.x, d = n * s.y;
889
+ function Ho(t, e) {
890
+ const o = nt(t, !0, e === "fixed"), n = o.top + t.clientTop, r = o.left + t.clientLeft, s = K(t) ? rt(t) : Y(1), i = t.clientWidth * s.x, c = t.clientHeight * s.y, m = r * s.x, d = n * s.y;
891
891
  return {
892
892
  width: i,
893
893
  height: c,
@@ -895,14 +895,14 @@ function Bo(t, e) {
895
895
  y: d
896
896
  };
897
897
  }
898
- function Jt(t, e, o) {
898
+ function Yt(t, e, o) {
899
899
  let n;
900
900
  if (e === "viewport")
901
901
  n = Mo(t, o);
902
902
  else if (e === "document")
903
- n = Do(Y(t));
904
- else if (B(e))
905
- n = Bo(e, o);
903
+ n = Do(q(t));
904
+ else if (H(e))
905
+ n = Ho(e, o);
906
906
  else {
907
907
  const r = ue(t);
908
908
  n = {
@@ -911,36 +911,36 @@ function Jt(t, e, o) {
911
911
  y: e.y - r.y
912
912
  };
913
913
  }
914
- return Pt(n);
914
+ return kt(n);
915
915
  }
916
- function fe(t, e) {
916
+ function pe(t, e) {
917
917
  const o = X(t);
918
- return o === e || !B(o) || lt(o) ? !1 : F(o).position === "fixed" || fe(o, e);
918
+ return o === e || !H(o) || lt(o) ? !1 : B(o).position === "fixed" || pe(o, e);
919
919
  }
920
- function Fo(t, e) {
920
+ function Bo(t, e) {
921
921
  const o = e.get(t);
922
922
  if (o)
923
923
  return o;
924
- let n = pt(t, [], !1).filter((c) => B(c) && ct(c) !== "body"), r = null;
925
- const s = F(t).position === "fixed";
924
+ let n = ft(t, [], !1).filter((c) => H(c) && ct(c) !== "body"), r = null;
925
+ const s = B(t).position === "fixed";
926
926
  let i = s ? X(t) : t;
927
- for (; B(i) && !lt(i); ) {
928
- const c = F(i), m = Dt(i);
929
- !m && c.position === "fixed" && (r = null), (s ? !m && !r : !m && c.position === "static" && !!r && ["absolute", "fixed"].includes(r.position) || yt(i) && !m && fe(t, i)) ? n = n.filter((l) => l !== i) : r = c, i = X(i);
927
+ for (; H(i) && !lt(i); ) {
928
+ const c = B(i), m = Dt(i);
929
+ !m && c.position === "fixed" && (r = null), (s ? !m && !r : !m && c.position === "static" && !!r && ["absolute", "fixed"].includes(r.position) || yt(i) && !m && pe(t, i)) ? n = n.filter((l) => l !== i) : r = c, i = X(i);
930
930
  }
931
931
  return e.set(t, n), n;
932
932
  }
933
- function Ho(t) {
933
+ function Fo(t) {
934
934
  let {
935
935
  element: e,
936
936
  boundary: o,
937
937
  rootBoundary: n,
938
938
  strategy: r
939
939
  } = t;
940
- const i = [...o === "clippingAncestors" ? _t(e) ? [] : Fo(e, this._c) : [].concat(o), n], c = i[0], m = i.reduce((d, l) => {
941
- const f = Jt(e, l, r);
942
- 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;
943
- }, Jt(e, c, r));
940
+ const i = [...o === "clippingAncestors" ? St(e) ? [] : Bo(e, this._c) : [].concat(o), n], c = i[0], m = i.reduce((d, l) => {
941
+ const p = Yt(e, l, r);
942
+ return d.top = et(p.top, d.top), d.right = at(p.right, d.right), d.bottom = at(p.bottom, d.bottom), d.left = et(p.left, d.left), d;
943
+ }, Yt(e, c, r));
944
944
  return {
945
945
  width: m.right - m.left,
946
946
  height: m.bottom - m.top,
@@ -959,16 +959,16 @@ function jo(t) {
959
959
  };
960
960
  }
961
961
  function Wo(t, e, o) {
962
- const n = K(e), r = Y(e), s = o === "fixed", i = nt(t, !0, s, e);
962
+ const n = K(e), r = q(e), s = o === "fixed", i = nt(t, !0, s, e);
963
963
  let c = {
964
964
  scrollLeft: 0,
965
965
  scrollTop: 0
966
966
  };
967
- const m = J(0);
967
+ const m = Y(0);
968
968
  if (n || !n && !s)
969
- if ((ct(e) !== "body" || yt(r)) && (c = At(e)), n) {
970
- const f = nt(e, !0, s, e);
971
- m.x = f.x + e.clientLeft, m.y = f.y + e.clientTop;
969
+ if ((ct(e) !== "body" || yt(r)) && (c = _t(e)), n) {
970
+ const p = nt(e, !0, s, e);
971
+ m.x = p.x + e.clientLeft, m.y = p.y + e.clientTop;
972
972
  } else r && (m.x = me(r));
973
973
  const d = i.left + c.scrollLeft - m.x, l = i.top + c.scrollTop - m.y;
974
974
  return {
@@ -978,32 +978,32 @@ function Wo(t, e, o) {
978
978
  height: i.height
979
979
  };
980
980
  }
981
- function Ot(t) {
982
- return F(t).position === "static";
981
+ function It(t) {
982
+ return B(t).position === "static";
983
983
  }
984
984
  function Xt(t, e) {
985
- return !K(t) || F(t).position === "fixed" ? null : e ? e(t) : t.offsetParent;
985
+ return !K(t) || B(t).position === "fixed" ? null : e ? e(t) : t.offsetParent;
986
986
  }
987
- function pe(t, e) {
987
+ function fe(t, e) {
988
988
  const o = N(t);
989
- if (_t(t))
989
+ if (St(t))
990
990
  return o;
991
991
  if (!K(t)) {
992
992
  let r = X(t);
993
993
  for (; r && !lt(r); ) {
994
- if (B(r) && !Ot(r))
994
+ if (H(r) && !It(r))
995
995
  return r;
996
996
  r = X(r);
997
997
  }
998
998
  return o;
999
999
  }
1000
1000
  let n = Xt(t, e);
1001
- for (; n && Eo(n) && Ot(n); )
1001
+ for (; n && Go(n) && It(n); )
1002
1002
  n = Xt(n, e);
1003
- return n && lt(n) && Ot(n) && !Dt(n) ? o : n || Io(t) || o;
1003
+ return n && lt(n) && It(n) && !Dt(n) ? o : n || Eo(t) || o;
1004
1004
  }
1005
1005
  const Ko = async function(t) {
1006
- const e = this.getOffsetParent || pe, o = this.getDimensions, n = await o(t.floating);
1006
+ const e = this.getOffsetParent || fe, o = this.getDimensions, n = await o(t.floating);
1007
1007
  return {
1008
1008
  reference: Wo(t.reference, await e(t.floating), t.strategy),
1009
1009
  floating: {
@@ -1014,24 +1014,24 @@ const Ko = async function(t) {
1014
1014
  }
1015
1015
  };
1016
1016
  };
1017
- function Uo(t) {
1018
- return F(t).direction === "rtl";
1017
+ function Jo(t) {
1018
+ return B(t).direction === "rtl";
1019
1019
  }
1020
- const Yo = {
1020
+ const qo = {
1021
1021
  convertOffsetParentRelativeRectToViewportRelativeRect: Vo,
1022
- getDocumentElement: Y,
1023
- getClippingRect: Ho,
1024
- getOffsetParent: pe,
1022
+ getDocumentElement: q,
1023
+ getClippingRect: Fo,
1024
+ getOffsetParent: fe,
1025
1025
  getElementRects: Ko,
1026
1026
  getClientRects: Lo,
1027
1027
  getDimensions: jo,
1028
1028
  getScale: rt,
1029
- isElement: B,
1030
- isRTL: Uo
1029
+ isElement: H,
1030
+ isRTL: Jo
1031
1031
  };
1032
- function qo(t, e) {
1032
+ function Uo(t, e) {
1033
1033
  let o = null, n;
1034
- const r = Y(t);
1034
+ const r = q(t);
1035
1035
  function s() {
1036
1036
  var c;
1037
1037
  clearTimeout(n), (c = o) == null || c.disconnect(), o = null;
@@ -1041,41 +1041,41 @@ function qo(t, e) {
1041
1041
  const {
1042
1042
  left: d,
1043
1043
  top: l,
1044
- width: f,
1044
+ width: p,
1045
1045
  height: y
1046
1046
  } = t.getBoundingClientRect();
1047
- if (c || e(), !f || !y)
1047
+ if (c || e(), !p || !y)
1048
1048
  return;
1049
- const g = bt(l), a = bt(r.clientWidth - (d + f)), p = bt(r.clientHeight - (l + y)), h = bt(d), P = {
1050
- rootMargin: -g + "px " + -a + "px " + -p + "px " + -h + "px",
1049
+ const g = wt(l), a = wt(r.clientWidth - (d + p)), f = wt(r.clientHeight - (l + y)), h = wt(d), k = {
1050
+ rootMargin: -g + "px " + -a + "px " + -f + "px " + -h + "px",
1051
1051
  threshold: et(0, at(1, m)) || 1
1052
1052
  };
1053
- let S = !0;
1054
- function O(A) {
1055
- const L = A[0].intersectionRatio;
1053
+ let A = !0;
1054
+ function I(_) {
1055
+ const L = _[0].intersectionRatio;
1056
1056
  if (L !== m) {
1057
- if (!S)
1057
+ if (!A)
1058
1058
  return i();
1059
1059
  L ? i(!1, L) : n = setTimeout(() => {
1060
1060
  i(!1, 1e-7);
1061
1061
  }, 1e3);
1062
1062
  }
1063
- S = !1;
1063
+ A = !1;
1064
1064
  }
1065
1065
  try {
1066
- o = new IntersectionObserver(O, {
1067
- ...P,
1066
+ o = new IntersectionObserver(I, {
1067
+ ...k,
1068
1068
  // Handle <iframe>s
1069
1069
  root: r.ownerDocument
1070
1070
  });
1071
1071
  } catch {
1072
- o = new IntersectionObserver(O, P);
1072
+ o = new IntersectionObserver(I, k);
1073
1073
  }
1074
1074
  o.observe(t);
1075
1075
  }
1076
1076
  return i(!0), s;
1077
1077
  }
1078
- function Jo(t, e, o, n) {
1078
+ function Yo(t, e, o, n) {
1079
1079
  n === void 0 && (n = {});
1080
1080
  const {
1081
1081
  ancestorScroll: r = !0,
@@ -1083,78 +1083,78 @@ function Jo(t, e, o, n) {
1083
1083
  elementResize: i = typeof ResizeObserver == "function",
1084
1084
  layoutShift: c = typeof IntersectionObserver == "function",
1085
1085
  animationFrame: m = !1
1086
- } = n, d = Bt(t), l = r || s ? [...d ? pt(d) : [], ...pt(e)] : [];
1087
- l.forEach((x) => {
1088
- r && x.addEventListener("scroll", o, {
1086
+ } = n, d = Ht(t), l = r || s ? [...d ? ft(d) : [], ...ft(e)] : [];
1087
+ l.forEach((T) => {
1088
+ r && T.addEventListener("scroll", o, {
1089
1089
  passive: !0
1090
- }), s && x.addEventListener("resize", o);
1090
+ }), s && T.addEventListener("resize", o);
1091
1091
  });
1092
- const f = d && c ? qo(d, o) : null;
1092
+ const p = d && c ? Uo(d, o) : null;
1093
1093
  let y = -1, g = null;
1094
- i && (g = new ResizeObserver((x) => {
1095
- let [P] = x;
1096
- P && P.target === d && g && (g.unobserve(e), cancelAnimationFrame(y), y = requestAnimationFrame(() => {
1097
- var S;
1098
- (S = g) == null || S.observe(e);
1094
+ i && (g = new ResizeObserver((T) => {
1095
+ let [k] = T;
1096
+ k && k.target === d && g && (g.unobserve(e), cancelAnimationFrame(y), y = requestAnimationFrame(() => {
1097
+ var A;
1098
+ (A = g) == null || A.observe(e);
1099
1099
  })), o();
1100
1100
  }), d && !m && g.observe(d), g.observe(e));
1101
- let a, p = m ? nt(t) : null;
1101
+ let a, f = m ? nt(t) : null;
1102
1102
  m && h();
1103
1103
  function h() {
1104
- const x = nt(t);
1105
- p && (x.x !== p.x || x.y !== p.y || x.width !== p.width || x.height !== p.height) && o(), p = x, a = requestAnimationFrame(h);
1104
+ const T = nt(t);
1105
+ f && (T.x !== f.x || T.y !== f.y || T.width !== f.width || T.height !== f.height) && o(), f = T, a = requestAnimationFrame(h);
1106
1106
  }
1107
1107
  return o(), () => {
1108
- var x;
1109
- l.forEach((P) => {
1110
- r && P.removeEventListener("scroll", o), s && P.removeEventListener("resize", o);
1111
- }), f == null || f(), (x = g) == null || x.disconnect(), g = null, m && cancelAnimationFrame(a);
1108
+ var T;
1109
+ l.forEach((k) => {
1110
+ r && k.removeEventListener("scroll", o), s && k.removeEventListener("resize", o);
1111
+ }), p == null || p(), (T = g) == null || T.disconnect(), g = null, m && cancelAnimationFrame(a);
1112
1112
  };
1113
1113
  }
1114
- const Xo = Oo, Zo = Go, Qo = $o, Zt = zo, tn = (t, e, o) => {
1114
+ const Xo = Io, Zo = Co, Qo = $o, Zt = zo, tn = (t, e, o) => {
1115
1115
  const n = /* @__PURE__ */ new Map(), r = {
1116
- platform: Yo,
1116
+ platform: qo,
1117
1117
  ...o
1118
1118
  }, s = {
1119
1119
  ...r.platform,
1120
1120
  _c: n
1121
1121
  };
1122
- return Ao(t, e, {
1122
+ return _o(t, e, {
1123
1123
  ...r,
1124
1124
  platform: s
1125
1125
  });
1126
1126
  };
1127
1127
  function en({ middleware: t, placement: e = null, strategy: o, append: n, enabled: r }) {
1128
- 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 = () => {
1128
+ const s = O(null), i = O(null), c = O(null), m = O(null), d = O(null), l = O(null), p = O(null), y = O(o ?? "absolute"), g = O(null), a = () => {
1129
1129
  !s.value || !i.value || tn(s.value, i.value, {
1130
1130
  middleware: t,
1131
1131
  placement: e,
1132
1132
  strategy: o
1133
1133
  }).then((h) => {
1134
- c.value = h.x, m.value = h.y, y.value = h.strategy, d.value = h.middlewareData.arrow.x, l.value = h.middlewareData.arrow.y, f.value = h.placement;
1134
+ c.value = h.x, m.value = h.y, y.value = h.strategy, d.value = h.middlewareData.arrow.x, l.value = h.middlewareData.arrow.y, p.value = h.placement;
1135
1135
  });
1136
1136
  };
1137
- Gt(
1137
+ Ct(
1138
1138
  () => ({
1139
1139
  reference: u(s),
1140
1140
  floating: u(i),
1141
1141
  append: u(n)
1142
1142
  }),
1143
- ({ floating: h, append: x }) => {
1144
- x && Ke(h, x), a();
1143
+ ({ floating: h, append: T }) => {
1144
+ T && Ke(h, T), a();
1145
1145
  },
1146
1146
  { flush: "post" }
1147
- ), Gt(
1147
+ ), Ct(
1148
1148
  r,
1149
1149
  (h) => {
1150
1150
  if (!(!s.value || !i.value)) {
1151
- if (!h) return p();
1152
- g.value = Jo(s.value, i.value, a, {});
1151
+ if (!h) return f();
1152
+ g.value = Yo(s.value, i.value, a, {});
1153
1153
  }
1154
1154
  },
1155
1155
  { flush: "post" }
1156
1156
  );
1157
- const p = () => {
1157
+ const f = () => {
1158
1158
  var h;
1159
1159
  (h = g.value) == null || h.call(g), g.value = null;
1160
1160
  };
@@ -1163,7 +1163,7 @@ function en({ middleware: t, placement: e = null, strategy: o, append: n, enable
1163
1163
  y: m,
1164
1164
  arrowX: d,
1165
1165
  arrowY: l,
1166
- placement: f,
1166
+ placement: p,
1167
1167
  reference: s,
1168
1168
  floating: i,
1169
1169
  strategy: y,
@@ -1208,7 +1208,7 @@ const on = (t) => {
1208
1208
  }
1209
1209
  },
1210
1210
  setup(t) {
1211
- 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({
1211
+ const e = t, o = O(!1), n = O(null), { x: r, y: s, arrowX: i, arrowY: c, placement: m, reference: d, floating: l, strategy: p } = en({
1212
1212
  placement: e.placement,
1213
1213
  middleware: [Qo(), Zo({ padding: 5 }), Xo(e.offset), on({ element: n, padding: 5 })],
1214
1214
  append: $(() => e.appendTo),
@@ -1219,55 +1219,55 @@ const on = (t) => {
1219
1219
  o.value && h && (o.value = !1);
1220
1220
  }, a = (h) => {
1221
1221
  d.value = h;
1222
- }, p = {
1222
+ }, f = {
1223
1223
  mouseenter: y,
1224
1224
  mouseleave: g,
1225
1225
  focus: y,
1226
1226
  blur: g
1227
1227
  };
1228
- return Ge(l, (h) => {
1229
- var x;
1230
- (x = d.value) != null && x.contains(h.target) || g();
1231
- }), (h, x) => (v(), b(M, null, [
1228
+ return Ce(l, (h) => {
1229
+ var T;
1230
+ (T = d.value) != null && T.contains(h.target) || g();
1231
+ }), (h, T) => (v(), w(M, null, [
1232
1232
  R(h.$slots, "default", {
1233
1233
  setRef: a,
1234
1234
  show: y,
1235
1235
  hide: g,
1236
- events: p
1236
+ events: f
1237
1237
  }),
1238
- w("div", {
1238
+ b("div", {
1239
1239
  ref_key: "floating",
1240
1240
  ref: l,
1241
1241
  "data-placement": u(m),
1242
- style: Ft({
1243
- position: u(f),
1242
+ style: Bt({
1243
+ position: u(p),
1244
1244
  top: u(s) ? `${u(s)}px` : "",
1245
1245
  left: u(r) ? `${u(r)}px` : ""
1246
1246
  })
1247
1247
  }, [
1248
- G($e, {
1248
+ C($e, {
1249
1249
  name: "transition-fade",
1250
1250
  mode: "out-in"
1251
1251
  }, {
1252
- default: k(() => [
1253
- o.value ? (v(), b("div", {
1252
+ default: P(() => [
1253
+ o.value ? (v(), w("div", {
1254
1254
  key: 0,
1255
1255
  class: z(["floating-content", [`is-${e.theme}`]])
1256
1256
  }, [
1257
1257
  R(h.$slots, "content", { close: g }, () => [
1258
- D(T(t.content), 1)
1258
+ D(x(t.content), 1)
1259
1259
  ]),
1260
- w("div", {
1260
+ b("div", {
1261
1261
  ref_key: "arrowRef",
1262
1262
  ref: n,
1263
1263
  class: "is-arrow",
1264
- style: Ft({
1265
- position: u(f),
1264
+ style: Bt({
1265
+ position: u(p),
1266
1266
  top: u(c) ? `${u(c)}px` : "",
1267
1267
  left: u(i) ? `${u(i)}px` : ""
1268
1268
  })
1269
1269
  }, null, 4)
1270
- ], 2)) : _("", !0)
1270
+ ], 2)) : S("", !0)
1271
1271
  ]),
1272
1272
  _: 3
1273
1273
  })
@@ -1300,113 +1300,113 @@ const on = (t) => {
1300
1300
  },
1301
1301
  emits: ["sort"],
1302
1302
  setup(t, { emit: e }) {
1303
- const o = t, { isLoading: n, appendTo: r } = Nt(o), s = Ee(n, { delay: He }), i = e, { t: c } = Z(), m = q("table"), d = $(() => o.columns), l = $(() => Object.keys(o.columns).length), f = (y, g) => {
1303
+ const o = t, { isLoading: n, appendTo: r } = Nt(o), s = Ge(n, { delay: Fe }), i = e, { t: c } = Z(), m = U("table"), d = $(() => o.columns), l = $(() => Object.keys(o.columns).length), p = (y, g) => {
1304
1304
  y.sortOrders && i("sort", { target: g, orders: y.sortOrders });
1305
1305
  };
1306
- return (y, g) => (v(), b("table", {
1306
+ return (y, g) => (v(), w("table", {
1307
1307
  class: z(u(m))
1308
1308
  }, [
1309
- w("thead", null, [
1310
- w("tr", null, [
1311
- (v(!0), b(M, null, tt(d.value, (a, p) => (v(), I(he, {
1312
- key: p,
1309
+ b("thead", null, [
1310
+ b("tr", null, [
1311
+ (v(!0), w(M, null, tt(d.value, (a, f) => (v(), E(he, {
1312
+ key: f,
1313
1313
  placement: "top",
1314
1314
  content: a.tooltip,
1315
1315
  disabled: !a.tooltip,
1316
1316
  "append-to": u(r)
1317
1317
  }, {
1318
- default: k(({ setRef: h, show: x, hide: P }) => [
1319
- w("th", {
1318
+ default: P(({ setRef: h, show: T, hide: k }) => [
1319
+ b("th", {
1320
1320
  ref_for: !0,
1321
1321
  ref: h,
1322
1322
  class: z([
1323
1323
  [a.class],
1324
1324
  {
1325
- "is-active": p === t.sort.sortTarget && t.sort.orders[0].direction !== u(zt),
1325
+ "is-active": f === t.sort.sortTarget && t.sort.orders[0].direction !== u(zt),
1326
1326
  "is-sortable": a.sortOrders,
1327
- "is-desc": p === t.sort.sortTarget && t.sort.orders[0].direction === u(Wt),
1328
- "is-asc": p === t.sort.sortTarget && t.sort.orders[0].direction === u(Kt)
1327
+ "is-desc": f === t.sort.sortTarget && t.sort.orders[0].direction === u(Wt),
1328
+ "is-asc": f === t.sort.sortTarget && t.sort.orders[0].direction === u(Kt)
1329
1329
  }
1330
1330
  ]),
1331
- onMouseenter: x,
1332
- onMouseleave: P,
1333
- onFocus: x,
1334
- onBlur: P,
1335
- onClick: (S) => f(a, p),
1331
+ onMouseenter: T,
1332
+ onMouseleave: k,
1333
+ onFocus: T,
1334
+ onBlur: k,
1335
+ onClick: (A) => p(a, f),
1336
1336
  onKeydown: [
1337
- Ht(it((S) => f(a, p), ["prevent"]), ["space"]),
1338
- Ht(it((S) => f(a, p), ["prevent"]), ["enter"])
1337
+ Ft(it((A) => p(a, f), ["prevent"]), ["space"]),
1338
+ Ft(it((A) => p(a, f), ["prevent"]), ["enter"])
1339
1339
  ],
1340
1340
  tabindex: a.sortOrders ? 0 : -1,
1341
1341
  role: "button"
1342
1342
  }, [
1343
- R(y.$slots, `header-${p}`, { column: a }, () => [
1344
- D(T(a.label), 1)
1343
+ R(y.$slots, `header-${f}`, { column: a }, () => [
1344
+ D(x(a.label), 1)
1345
1345
  ]),
1346
- a.sortOrders && p !== t.sort.sortTarget ? (v(), I(u(Ut), {
1346
+ a.sortOrders && f !== t.sort.sortTarget ? (v(), E(u(Jt), {
1347
1347
  key: 0,
1348
1348
  class: "is-icon-sort"
1349
- })) : _("", !0),
1350
- p === t.sort.sortTarget && t.sort.orders[0].direction === u(zt) ? (v(), I(u(Ut), {
1349
+ })) : S("", !0),
1350
+ f === t.sort.sortTarget && t.sort.orders[0].direction === u(zt) ? (v(), E(u(Jt), {
1351
1351
  key: 1,
1352
1352
  class: "is-icon-sort"
1353
- })) : _("", !0),
1354
- p === t.sort.sortTarget && t.sort.orders[0].direction === u(Wt) ? (v(), I(u(po), {
1353
+ })) : S("", !0),
1354
+ f === t.sort.sortTarget && t.sort.orders[0].direction === u(Wt) ? (v(), E(u(fo), {
1355
1355
  key: 2,
1356
1356
  class: "is-icon-sort"
1357
- })) : _("", !0),
1358
- p === t.sort.sortTarget && t.sort.orders[0].direction === u(Kt) ? (v(), I(u(wo), {
1357
+ })) : S("", !0),
1358
+ f === t.sort.sortTarget && t.sort.orders[0].direction === u(Kt) ? (v(), E(u(bo), {
1359
1359
  key: 3,
1360
1360
  class: "is-icon-sort"
1361
- })) : _("", !0)
1361
+ })) : S("", !0)
1362
1362
  ], 42, sn)
1363
1363
  ]),
1364
1364
  _: 2
1365
1365
  }, 1032, ["content", "disabled", "append-to"]))), 128))
1366
1366
  ])
1367
1367
  ]),
1368
- w("tbody", null, [
1369
- (v(!0), b(M, null, tt(o.rows, (a, p) => (v(), b("tr", {
1370
- key: p,
1368
+ b("tbody", null, [
1369
+ (v(!0), w(M, null, tt(o.rows, (a, f) => (v(), w("tr", {
1370
+ key: f,
1371
1371
  class: z(a.rowClasses)
1372
1372
  }, [
1373
- (v(!0), b(M, null, tt(d.value, (h, x) => (v(), b("td", {
1374
- key: x,
1373
+ (v(!0), w(M, null, tt(d.value, (h, T) => (v(), w("td", {
1374
+ key: T,
1375
1375
  class: z([
1376
1376
  [h.class],
1377
1377
  {
1378
- "is-active": x === t.sort.sortTarget && t.sort.orders[0].direction !== u(zt),
1379
- "is-zero": a[x] == 0
1378
+ "is-active": T === t.sort.sortTarget && t.sort.orders[0].direction !== u(zt),
1379
+ "is-zero": a[T] == 0 || a[T] == "00:00"
1380
1380
  }
1381
1381
  ])
1382
1382
  }, [
1383
- R(y.$slots, `cell-${x}`, {
1383
+ R(y.$slots, `cell-${T}`, {
1384
1384
  row: a,
1385
- prop: x
1385
+ prop: T
1386
1386
  }, () => [
1387
- D(T(a[x]), 1)
1387
+ D(x(a[T]), 1)
1388
1388
  ])
1389
1389
  ], 2))), 128))
1390
1390
  ], 2))), 128))
1391
1391
  ]),
1392
- u(s) && t.rows.length === 0 ? (v(), b("tfoot", rn, [
1393
- w("tr", null, [
1394
- w("td", { colspan: l.value }, [
1392
+ u(s) && t.rows.length === 0 ? (v(), w("tfoot", rn, [
1393
+ b("tr", null, [
1394
+ b("td", { colspan: l.value }, [
1395
1395
  R(y.$slots, "loading", {}, () => [
1396
- D(T(u(c)("common.loading")), 1)
1396
+ D(x(u(c)("common.loading")), 1)
1397
1397
  ])
1398
1398
  ], 8, an)
1399
1399
  ])
1400
- ])) : _("", !0),
1401
- t.rows.length === 0 && !u(n) && !u(s) ? (v(), b("tfoot", ln, [
1402
- w("tr", null, [
1403
- w("td", { colspan: l.value }, [
1400
+ ])) : S("", !0),
1401
+ t.rows.length === 0 && !u(n) && !u(s) ? (v(), w("tfoot", ln, [
1402
+ b("tr", null, [
1403
+ b("td", { colspan: l.value }, [
1404
1404
  R(y.$slots, "empty", {}, () => [
1405
- D(T(u(c)("common.noData")), 1)
1405
+ D(x(u(c)("common.noData")), 1)
1406
1406
  ])
1407
1407
  ], 8, cn)
1408
1408
  ])
1409
- ])) : _("", !0)
1409
+ ])) : S("", !0)
1410
1410
  ], 2));
1411
1411
  }
1412
1412
  }, dn = {
@@ -1417,25 +1417,25 @@ const on = (t) => {
1417
1417
  "stroke-width": "2",
1418
1418
  "stroke-linecap": "round",
1419
1419
  "stroke-linejoin": "round"
1420
- }, 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", {
1420
+ }, un = /* @__PURE__ */ b("path", { d: "M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" }, null, -1), mn = /* @__PURE__ */ b("line", {
1421
1421
  x1: "12",
1422
1422
  y1: "9",
1423
1423
  x2: "12",
1424
1424
  y2: "13"
1425
- }, null, -1), fn = /* @__PURE__ */ w("line", {
1425
+ }, null, -1), pn = /* @__PURE__ */ b("line", {
1426
1426
  x1: "12",
1427
1427
  y1: "17",
1428
1428
  x2: "12.01",
1429
1429
  y2: "17"
1430
- }, null, -1), pn = [
1430
+ }, null, -1), fn = [
1431
1431
  un,
1432
1432
  mn,
1433
- fn
1433
+ pn
1434
1434
  ];
1435
1435
  function hn(t, e) {
1436
- return v(), b("svg", dn, [...pn]);
1436
+ return v(), w("svg", dn, [...fn]);
1437
1437
  }
1438
- const gn = { render: hn }, kr = {
1438
+ const gn = { render: hn }, Pr = {
1439
1439
  __name: "ErrorNotice",
1440
1440
  props: {
1441
1441
  error: {
@@ -1444,25 +1444,25 @@ const gn = { render: hn }, kr = {
1444
1444
  }
1445
1445
  },
1446
1446
  setup(t) {
1447
- const e = t, { t: o, hasTranslation: n } = Z(), r = q("error-notice"), s = $(() => {
1447
+ const e = t, { t: o, hasTranslation: n } = Z(), r = U("error-notice"), s = $(() => {
1448
1448
  var i;
1449
1449
  return n(`errors.${e.error.key}`) ? o(`errors.${e.error.key}`, e.error.cause) : `${e.error.key}: ${(i = e.error) == null ? void 0 : i.message}`;
1450
1450
  });
1451
- return (i, c) => (v(), b("div", {
1451
+ return (i, c) => (v(), w("div", {
1452
1452
  class: z(u(r))
1453
1453
  }, [
1454
- G(u(gn), {
1454
+ C(u(gn), {
1455
1455
  class: "icon",
1456
1456
  width: "20",
1457
1457
  height: "20"
1458
1458
  }),
1459
- w("span", null, T(s.value), 1)
1459
+ b("span", null, x(s.value), 1)
1460
1460
  ], 2));
1461
1461
  }
1462
- }, Pr = {
1462
+ }, kr = {
1463
1463
  __name: "ErrorProvider",
1464
1464
  setup(t) {
1465
- const { message: e, hasError: o, error: n } = Ie();
1465
+ const { message: e, hasError: o, error: n } = Ee();
1466
1466
  return (r, s) => R(r.$slots, "default", {
1467
1467
  message: u(e),
1468
1468
  error: u(n),
@@ -1484,7 +1484,7 @@ const gn = { render: hn }, kr = {
1484
1484
  all: "Mind",
1485
1485
  report: "Jegyzőkönyv",
1486
1486
  video: "Videó"
1487
- }, wn = {
1487
+ }, bn = {
1488
1488
  inheritedPoints: {
1489
1489
  prependix: "A megelőző bajnokság szakaszban elért eredménye alapján",
1490
1490
  content: "{team} csapata {points}",
@@ -1495,7 +1495,7 @@ const gn = { render: hn }, kr = {
1495
1495
  content: "{team} csapatától {points} pont",
1496
1496
  appendix: "levonva."
1497
1497
  }
1498
- }, bn = {
1498
+ }, wn = {
1499
1499
  blank: "#",
1500
1500
  team: {
1501
1501
  short: "Csapat",
@@ -1816,8 +1816,60 @@ const gn = { render: hn }, kr = {
1816
1816
  resultType: {
1817
1817
  short: "#",
1818
1818
  tooltip: "Végeredmény típusa"
1819
+ },
1820
+ atoi: {
1821
+ short: "ATOI",
1822
+ tooltip: "Átlagos jégen töltött idő"
1823
+ },
1824
+ shf: {
1825
+ short: "SHF",
1826
+ tooltip: "Jégre lépések száma"
1827
+ },
1828
+ ashf: {
1829
+ short: "ASHF",
1830
+ tooltip: "Jégre lépések száma átlagosan"
1831
+ },
1832
+ eqToi: {
1833
+ short: "EQ-TOI",
1834
+ tooltip: "Jégen töltött idő azonos létszámban"
1835
+ },
1836
+ pp1Toi: {
1837
+ short: "PP1-TOI",
1838
+ tooltip: "Jégen töltött idő egyszeres emberelőnyben"
1839
+ },
1840
+ pp2Toi: {
1841
+ short: "PP2-TOI",
1842
+ tooltip: "Jégen töltött idő kétszeres emberelőnyben"
1843
+ },
1844
+ sh1Toi: {
1845
+ short: "SH1-TOI",
1846
+ tooltip: "Jégen töltött idő egyszeres emberhátrányban"
1847
+ },
1848
+ sh2Toi: {
1849
+ short: "SH2-TOI",
1850
+ tooltip: "Jégen töltött idő kétszeres emberhátrányban"
1851
+ },
1852
+ eqAToi: {
1853
+ short: "EQ-A-TOI",
1854
+ tooltip: "Átlagos jégen töltött idő azonos létszámban"
1855
+ },
1856
+ pp1AToi: {
1857
+ short: "PP1-A-TOI",
1858
+ tooltip: "Átlagos jégen töltött idő egyszeres emberelőnyben"
1859
+ },
1860
+ pp2AToi: {
1861
+ short: "PP2-A-TOI",
1862
+ tooltip: "Átlagos jégen töltött idő kétszeres emberelőnyben"
1863
+ },
1864
+ sh1AToi: {
1865
+ short: "SH1-A-TOI",
1866
+ tooltip: "Átlagos jégen töltött idő egyszeres emberhátrányban"
1867
+ },
1868
+ sh2AToi: {
1869
+ short: "SH2-A-TOI",
1870
+ tooltip: "Átlagos jégen töltött idő kétszeres emberhátrányban"
1819
1871
  }
1820
- }, xn = {
1872
+ }, Tn = {
1821
1873
  data: {
1822
1874
  localTime: "Helyszín szerinti idő"
1823
1875
  },
@@ -1866,17 +1918,17 @@ const gn = { render: hn }, kr = {
1866
1918
  Végeredmény: "Végeredmény",
1867
1919
  Szétlövés: "Szétlövés"
1868
1920
  }
1869
- }, Tn = {
1921
+ }, xn = {
1870
1922
  errors: yn,
1871
1923
  common: vn,
1872
- additionalText: wn,
1873
- table: bn,
1874
- game: xn
1875
- }, kn = {
1924
+ additionalText: bn,
1925
+ table: wn,
1926
+ game: Tn
1927
+ }, Pn = {
1876
1928
  "undefined-column": "The {column} column is not exists!",
1877
1929
  "invalid-season-name": "Invalid season name",
1878
1930
  "api-key-not-found": "API Key not found"
1879
- }, Pn = {
1931
+ }, kn = {
1880
1932
  loading: "Loading...",
1881
1933
  noData: "No data to display",
1882
1934
  selectTimezone: "*All times are displayed according to your computer's time zone ({timezone}). Change: ",
@@ -1887,7 +1939,7 @@ const gn = { render: hn }, kr = {
1887
1939
  all: "All",
1888
1940
  report: "Report Sheet",
1889
1941
  video: "Video"
1890
- }, Sn = {
1942
+ }, An = {
1891
1943
  inheritedPoints: {
1892
1944
  prependix: "",
1893
1945
  content: "{team} has {points} extra point(s)",
@@ -1898,7 +1950,7 @@ const gn = { render: hn }, kr = {
1898
1950
  content: "{points} point(s) deducted from team {team}",
1899
1951
  appendix: "based on the decision of the Disciplinary Committee."
1900
1952
  }
1901
- }, _n = {
1953
+ }, Sn = {
1902
1954
  blank: "#",
1903
1955
  team: {
1904
1956
  short: "Team",
@@ -2219,8 +2271,60 @@ const gn = { render: hn }, kr = {
2219
2271
  resultType: {
2220
2272
  short: "#",
2221
2273
  tooltip: "Result Type"
2274
+ },
2275
+ atoi: {
2276
+ short: "ATOI",
2277
+ tooltip: "Average Time On Ice"
2278
+ },
2279
+ shf: {
2280
+ short: "SHF",
2281
+ tooltip: "Shifts"
2282
+ },
2283
+ ashf: {
2284
+ short: "ASHF",
2285
+ tooltip: "Average Shifts"
2286
+ },
2287
+ eqToi: {
2288
+ short: "EQ-TOI",
2289
+ tooltip: "Time On Ice in Equal"
2290
+ },
2291
+ pp1Toi: {
2292
+ short: "PP1-TOI",
2293
+ tooltip: "Time On Ice in PowerPlay 1"
2294
+ },
2295
+ pp2Toi: {
2296
+ short: "PP2-TOI",
2297
+ tooltip: "Time On Ice in PowerPlay 2"
2298
+ },
2299
+ sh1Toi: {
2300
+ short: "SH1-TOI",
2301
+ tooltip: "Time On Ice in Shorthanded 1"
2302
+ },
2303
+ sh2Toi: {
2304
+ short: "SH2-TOI",
2305
+ tooltip: "Time On Ice in Shorthanded 2"
2306
+ },
2307
+ eqAToi: {
2308
+ short: "EQ-A-TOI",
2309
+ tooltip: "Average Time On Ice in Equal"
2310
+ },
2311
+ pp1AToi: {
2312
+ short: "PP1-A-TOI",
2313
+ tooltip: "Average Time On Ice in PowerPlay 1"
2314
+ },
2315
+ pp2AToi: {
2316
+ short: "PP2-A-TOI",
2317
+ tooltip: "Average Time On Ice in PowerPlay 2"
2318
+ },
2319
+ sh1AToi: {
2320
+ short: "SH1-A-TOI",
2321
+ tooltip: "Average Time On Ice in Shorthanded 1"
2322
+ },
2323
+ sh2AToi: {
2324
+ short: "SH2-A-TOI",
2325
+ tooltip: "Average Time On Ice in Shorthanded 2"
2222
2326
  }
2223
- }, An = {
2327
+ }, _n = {
2224
2328
  data: {
2225
2329
  localTime: "Game local time"
2226
2330
  },
@@ -2269,17 +2373,17 @@ const gn = { render: hn }, kr = {
2269
2373
  Szétlövés: "Shoot Out"
2270
2374
  }
2271
2375
  }, zn = {
2272
- errors: kn,
2273
- common: Pn,
2274
- additionalText: Sn,
2275
- table: _n,
2276
- game: An
2376
+ errors: Pn,
2377
+ common: kn,
2378
+ additionalText: An,
2379
+ table: Sn,
2380
+ game: _n
2277
2381
  }, $n = (t, e) => {
2278
2382
  const o = t.__vccOpts || t;
2279
2383
  for (const [n, r] of e)
2280
2384
  o[n] = r;
2281
2385
  return o;
2282
- }, Cn = Qt({
2386
+ }, On = Qt({
2283
2387
  props: {
2284
2388
  locale: {
2285
2389
  type: String,
@@ -2291,7 +2395,7 @@ const gn = { render: hn }, kr = {
2291
2395
  }
2292
2396
  },
2293
2397
  setup(t) {
2294
- const e = so({ hu: Tn, en: zn }, t.messages), { translate: o } = Re({
2398
+ const e = so({ hu: xn, en: zn }, t.messages), { translate: o } = Re({
2295
2399
  locale: $(() => t.locale),
2296
2400
  messages: e
2297
2401
  });
@@ -2300,10 +2404,10 @@ const gn = { render: hn }, kr = {
2300
2404
  };
2301
2405
  }
2302
2406
  });
2303
- function On(t, e, o, n, r, s) {
2407
+ function In(t, e, o, n, r, s) {
2304
2408
  return R(t.$slots, "default", { t: t.translate });
2305
2409
  }
2306
- const Sr = /* @__PURE__ */ $n(Cn, [["render", On]]), Gn = ["src"], En = ["src", "title"], st = /* @__PURE__ */ Object.assign({
2410
+ const Ar = /* @__PURE__ */ $n(On, [["render", In]]), Cn = ["src"], Gn = ["src", "title"], st = /* @__PURE__ */ Object.assign({
2307
2411
  inheritAttrs: !1
2308
2412
  }, {
2309
2413
  __name: "Image",
@@ -2322,37 +2426,37 @@ const Sr = /* @__PURE__ */ $n(Cn, [["render", On]]), Gn = ["src"], En = ["src",
2322
2426
  }
2323
2427
  },
2324
2428
  setup(t) {
2325
- const e = t, { defaultSrc: o } = Nt(e), n = C({ src: e.src }), { error: r, isReady: s } = Ne(n, { resetOnExecute: !1, shallow: !1 });
2326
- return (i, c) => (v(), b(M, null, [
2327
- u(r) && u(o) ? (v(), b("img", {
2429
+ const e = t, { defaultSrc: o } = Nt(e), n = O({ src: e.src }), { error: r, isReady: s } = Ne(n, { resetOnExecute: !1, shallow: !1 });
2430
+ return (i, c) => (v(), w(M, null, [
2431
+ u(r) && u(o) ? (v(), w("img", {
2328
2432
  key: 0,
2329
2433
  src: u(o),
2330
2434
  class: z(["is-loaded is-default", i.$attrs.class])
2331
- }, null, 10, Gn)) : _("", !0),
2332
- u(r) ? _("", !0) : (v(), b("img", {
2435
+ }, null, 10, Cn)) : S("", !0),
2436
+ u(r) ? S("", !0) : (v(), w("img", {
2333
2437
  key: 1,
2334
2438
  src: n.value.src,
2335
2439
  class: z([i.$attrs.class, { "is-loaded": u(s) }]),
2336
2440
  title: e.title,
2337
2441
  loading: "lazy"
2338
- }, null, 10, En))
2442
+ }, null, 10, Gn))
2339
2443
  ], 64));
2340
2444
  }
2341
- }), In = { style: { "text-align": "center" } }, ye = {
2445
+ }), En = { style: { "text-align": "center" } }, ye = {
2342
2446
  __name: "LoadingIndicator",
2343
2447
  setup(t) {
2344
2448
  const { t: e } = Z();
2345
- return (o, n) => (v(), b("div", In, T(u(e)("common.loading")), 1));
2449
+ return (o, n) => (v(), w("div", En, x(u(e)("common.loading")), 1));
2346
2450
  }
2347
2451
  };
2348
2452
  function Rn({ currentPage: t, itemsPerPage: e = 20, totalItems: o, rangeLength: n = 5, update: r = Ve }) {
2349
2453
  const s = $(() => Math.ceil(u(o) / e)), i = $(() => {
2350
- const l = u(t) - 1, f = Array.from({ length: s.value }, (a, p) => p + 1), y = Math.floor(n / 2);
2454
+ const l = u(t) - 1, p = Array.from({ length: s.value }, (a, f) => f + 1), y = Math.floor(n / 2);
2351
2455
  let g = Math.max(l - y, 0);
2352
- return g + n >= s.value && (g = Math.max(s.value - n, 0)), f.slice(g, g + n);
2456
+ return g + n >= s.value && (g = Math.max(s.value - n, 0)), p.slice(g, g + n);
2353
2457
  }), c = (l) => {
2354
- const f = u(t) + l;
2355
- d(f) && r(f);
2458
+ const p = u(t) + l;
2459
+ d(p) && r(p);
2356
2460
  }, m = (l) => {
2357
2461
  d(l) && r(l);
2358
2462
  }, d = (l) => l <= s.value && l > 0;
@@ -2372,13 +2476,13 @@ const Nn = {
2372
2476
  "stroke-width": "2",
2373
2477
  "stroke-linecap": "round",
2374
2478
  "stroke-linejoin": "round"
2375
- }, Vn = /* @__PURE__ */ w("polyline", { points: "15 18 9 12 15 6" }, null, -1), Ln = [
2479
+ }, Vn = /* @__PURE__ */ b("polyline", { points: "15 18 9 12 15 6" }, null, -1), Ln = [
2376
2480
  Vn
2377
2481
  ];
2378
2482
  function Dn(t, e) {
2379
- return v(), b("svg", Nn, [...Ln]);
2483
+ return v(), w("svg", Nn, [...Ln]);
2380
2484
  }
2381
- const Mn = { render: Dn }, Bn = {
2485
+ const Mn = { render: Dn }, Hn = {
2382
2486
  xmlns: "http://www.w3.org/2000/svg",
2383
2487
  viewBox: "0 0 24 24",
2384
2488
  fill: "none",
@@ -2386,21 +2490,21 @@ const Mn = { render: Dn }, Bn = {
2386
2490
  "stroke-width": "2",
2387
2491
  "stroke-linecap": "round",
2388
2492
  "stroke-linejoin": "round"
2389
- }, Fn = /* @__PURE__ */ w("polyline", { points: "9 18 15 12 9 6" }, null, -1), Hn = [
2390
- Fn
2493
+ }, Bn = /* @__PURE__ */ b("polyline", { points: "9 18 15 12 9 6" }, null, -1), Fn = [
2494
+ Bn
2391
2495
  ];
2392
2496
  function jn(t, e) {
2393
- return v(), b("svg", Bn, [...Hn]);
2497
+ return v(), w("svg", Hn, [...Fn]);
2394
2498
  }
2395
- const Wn = { render: jn }, Kn = ["disabled"], Un = ["disabled"], Yn = {
2499
+ const Wn = { render: jn }, Kn = ["disabled"], Jn = ["disabled"], qn = {
2396
2500
  key: 1,
2397
2501
  class: "is-disabled"
2398
- }, qn = ["disabled", "onClick"], Jn = {
2502
+ }, Un = ["disabled", "onClick"], Yn = {
2399
2503
  key: 2,
2400
2504
  class: "is-disabled"
2401
- }, Xn = /* @__PURE__ */ w("span", null, "...", -1), Zn = [
2505
+ }, Xn = /* @__PURE__ */ b("span", null, "...", -1), Zn = [
2402
2506
  Xn
2403
- ], Qn = ["disabled"], ts = ["disabled"], _r = {
2507
+ ], Qn = ["disabled"], ts = ["disabled"], Sr = {
2404
2508
  __name: "Paginator",
2405
2509
  props: {
2406
2510
  page: {
@@ -2432,63 +2536,63 @@ const Wn = { render: jn }, Kn = ["disabled"], Un = ["disabled"], Yn = {
2432
2536
  },
2433
2537
  emits: ["change"],
2434
2538
  setup(t, { emit: e }) {
2435
- const o = t, n = e, r = q("paginator"), { page: s, pageCount: i, range: c, goTo: m, pageStep: d } = Rn({
2539
+ const o = t, n = e, r = U("paginator"), { page: s, pageCount: i, range: c, goTo: m, pageStep: d } = Rn({
2436
2540
  currentPage: $(() => o.page),
2437
2541
  totalItems: $(() => o.totalItems),
2438
2542
  itemsPerPage: o.itemsPerPage,
2439
2543
  rangeLength: o.rangeLength,
2440
2544
  update: (l) => n("change", l)
2441
2545
  });
2442
- return (l, f) => u(i) > 1 ? (v(), b("div", {
2546
+ return (l, p) => u(i) > 1 ? (v(), w("div", {
2443
2547
  key: 0,
2444
2548
  class: z(u(r))
2445
2549
  }, [
2446
- w("button", {
2550
+ b("button", {
2447
2551
  type: "button",
2448
2552
  disabled: u(s) === 1,
2449
- onClick: f[0] || (f[0] = (y) => u(d)(-1))
2553
+ onClick: p[0] || (p[0] = (y) => u(d)(-1))
2450
2554
  }, [
2451
2555
  R(l.$slots, "prev", {}, () => [
2452
- G(u(Mn), { class: "icon paginator-left" })
2556
+ C(u(Mn), { class: "icon paginator-left" })
2453
2557
  ])
2454
2558
  ], 8, Kn),
2455
- t.isCompact ? _("", !0) : (v(), b("button", {
2559
+ t.isCompact ? S("", !0) : (v(), w("button", {
2456
2560
  key: 0,
2457
2561
  type: "button",
2458
2562
  disabled: u(s) === 1,
2459
- onClick: f[1] || (f[1] = (y) => u(m)(1))
2460
- }, "1", 8, Un)),
2461
- t.isCompact ? _("", !0) : (v(), b("div", Yn, "...")),
2462
- (v(!0), b(M, null, tt(u(c), (y) => (v(), b("button", {
2563
+ onClick: p[1] || (p[1] = (y) => u(m)(1))
2564
+ }, "1", 8, Jn)),
2565
+ t.isCompact ? S("", !0) : (v(), w("div", qn, "...")),
2566
+ (v(!0), w(M, null, tt(u(c), (y) => (v(), w("button", {
2463
2567
  type: "button",
2464
2568
  key: y,
2465
2569
  class: z({ "is-active": y === u(s) }),
2466
2570
  disabled: y === u(s),
2467
2571
  onClick: (g) => u(m)(y)
2468
- }, T(y), 11, qn))), 128)),
2469
- t.isCompact ? _("", !0) : (v(), b("div", Jn, Zn)),
2470
- t.isCompact ? _("", !0) : (v(), b("button", {
2572
+ }, x(y), 11, Un))), 128)),
2573
+ t.isCompact ? S("", !0) : (v(), w("div", Yn, Zn)),
2574
+ t.isCompact ? S("", !0) : (v(), w("button", {
2471
2575
  key: 3,
2472
2576
  type: "button",
2473
2577
  disabled: u(s) === u(i),
2474
- onClick: f[2] || (f[2] = (y) => u(m)(u(i)))
2475
- }, T(u(i)), 9, Qn)),
2476
- w("button", {
2578
+ onClick: p[2] || (p[2] = (y) => u(m)(u(i)))
2579
+ }, x(u(i)), 9, Qn)),
2580
+ b("button", {
2477
2581
  type: "button",
2478
2582
  disabled: u(s) === u(i),
2479
- onClick: f[3] || (f[3] = it((y) => u(d)(1), ["prevent"]))
2583
+ onClick: p[3] || (p[3] = it((y) => u(d)(1), ["prevent"]))
2480
2584
  }, [
2481
2585
  R(l.$slots, "next", {}, () => [
2482
- G(u(Wn), { class: "icon paginator-left" })
2586
+ C(u(Wn), { class: "icon paginator-left" })
2483
2587
  ])
2484
2588
  ], 8, ts)
2485
- ], 2)) : _("", !0);
2589
+ ], 2)) : S("", !0);
2486
2590
  }
2487
2591
  }, ve = {
2488
2592
  __name: "ResponsiveTable",
2489
2593
  setup(t) {
2490
- const e = C(null), o = q("table-responsive");
2491
- return (n, r) => (v(), b("div", {
2594
+ const e = O(null), o = U("table-responsive");
2595
+ return (n, r) => (v(), w("div", {
2492
2596
  ref_key: "el",
2493
2597
  ref: e,
2494
2598
  class: z(u(o))
@@ -2496,7 +2600,7 @@ const Wn = { render: jn }, Kn = ["disabled"], Un = ["disabled"], Yn = {
2496
2600
  R(n.$slots, "default", { el: e.value })
2497
2601
  ], 2));
2498
2602
  }
2499
- }, es = ["onClick"], Ar = {
2603
+ }, es = ["onClick"], _r = {
2500
2604
  __name: "TimezoneSelector",
2501
2605
  props: {
2502
2606
  locale: {
@@ -2510,48 +2614,48 @@ const Wn = { render: jn }, Kn = ["disabled"], Un = ["disabled"], Yn = {
2510
2614
  },
2511
2615
  emits: ["change"],
2512
2616
  setup(t, { emit: e }) {
2513
- const o = t, n = e, { t: r } = Z(), s = q("timezone-selector"), i = $(() => wt(/* @__PURE__ */ new Date(), null, o.locale)), c = Fe(), m = $(() => Array.from(je.values()).map((l) => ({
2617
+ const o = t, n = e, { t: r } = Z(), s = U("timezone-selector"), i = $(() => bt(/* @__PURE__ */ new Date(), null, o.locale)), c = Be(), m = $(() => Array.from(je.values()).map((l) => ({
2514
2618
  ...l,
2515
- isActive: wt(/* @__PURE__ */ new Date(), o.currentZone, o.locale) === wt(/* @__PURE__ */ new Date(), l.timezone, o.locale),
2516
- zoneOffsetName: wt(/* @__PURE__ */ new Date(), l.timezone, o.locale)
2619
+ isActive: bt(/* @__PURE__ */ new Date(), o.currentZone, o.locale) === bt(/* @__PURE__ */ new Date(), l.timezone, o.locale),
2620
+ zoneOffsetName: bt(/* @__PURE__ */ new Date(), l.timezone, o.locale)
2517
2621
  }))), d = (l) => n("change", l);
2518
- return (l, f) => (v(), b("div", {
2622
+ return (l, p) => (v(), w("div", {
2519
2623
  class: z(u(s))
2520
2624
  }, [
2521
- G(u(Le), {
2625
+ C(u(Le), {
2522
2626
  path: "common.selectTimezone",
2523
2627
  tag: "span"
2524
2628
  }, {
2525
- timezone: k(() => [
2526
- w("a", {
2629
+ timezone: P(() => [
2630
+ b("a", {
2527
2631
  href: "#",
2528
- onClick: f[0] || (f[0] = it((y) => d(u(c)), ["prevent"]))
2529
- }, T(i.value), 1)
2632
+ onClick: p[0] || (p[0] = it((y) => d(u(c)), ["prevent"]))
2633
+ }, x(i.value), 1)
2530
2634
  ]),
2531
2635
  _: 1
2532
2636
  }),
2533
- (v(!0), b(M, null, tt(m.value, (y) => (v(), b("a", {
2637
+ (v(!0), w(M, null, tt(m.value, (y) => (v(), w("a", {
2534
2638
  key: y.countryLabelKey,
2535
2639
  href: "#",
2536
2640
  class: z({ "is-active": y.isActive }),
2537
2641
  onClick: it((g) => d(y.timezone), ["prevent"])
2538
- }, T(u(r)(`common.${y.countryLabelKey}`)) + " (" + T(y.zoneOffsetName) + ") ", 11, es))), 128))
2642
+ }, x(u(r)(`common.${y.countryLabelKey}`)) + " (" + x(y.zoneOffsetName) + ") ", 11, es))), 128))
2539
2643
  ], 2));
2540
2644
  }
2541
- }, os = { class: "is-portrait-image" }, ns = { class: "is-team-name-long" }, ss = { key: 0 }, rs = /* @__PURE__ */ w("sup", null, "*", -1), is = [
2645
+ }, os = { class: "is-portrait-image" }, ns = { class: "is-team-name-long" }, ss = { key: 0 }, rs = /* @__PURE__ */ b("sup", null, "*", -1), is = [
2542
2646
  rs
2543
- ], as = { class: "is-team-name-short" }, ls = { key: 0 }, cs = /* @__PURE__ */ w("sup", null, "*", -1), ds = [
2647
+ ], as = { class: "is-team-name-short" }, ls = { key: 0 }, cs = /* @__PURE__ */ b("sup", null, "*", -1), ds = [
2544
2648
  cs
2545
- ], 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 = {
2649
+ ], us = { class: "is-team-name-long" }, ms = { class: "is-team-name-short" }, ps = { class: "is-team-name-long" }, fs = { class: "is-team-name-short" }, hs = ["href"], gs = { class: "is-team-name-long" }, ys = { class: "is-team-name-short" }, vs = ["href"], bs = {
2546
2650
  key: 0,
2547
2651
  class: "is-text-dark"
2548
- }, bs = ["href", "target"], xs = {
2652
+ }, ws = ["href", "target"], Ts = {
2549
2653
  key: 0,
2550
2654
  class: "label"
2551
- }, Ts = {
2655
+ }, xs = {
2552
2656
  key: 1,
2553
2657
  class: "label"
2554
- }, ks = {
2658
+ }, Ps = {
2555
2659
  key: 2,
2556
2660
  class: "label"
2557
2661
  }, zr = {
@@ -2622,128 +2726,128 @@ const Wn = { render: jn }, Kn = ["disabled"], Un = ["disabled"], Yn = {
2622
2726
  }))
2623
2727
  );
2624
2728
  d.value && i(
2625
- new ne(xt.message, {
2626
- ...xt.options,
2729
+ new ne(Tt.message, {
2730
+ ...Tt.options,
2627
2731
  cause: { column: d.value }
2628
2732
  })
2629
2733
  );
2630
- const l = (f) => s("sort", f);
2631
- return (f, y) => (v(), I(ve, null, {
2632
- default: k(({ el: g }) => [
2633
- G(ge, {
2734
+ const l = (p) => s("sort", p);
2735
+ return (p, y) => (v(), E(ve, null, {
2736
+ default: P(({ el: g }) => [
2737
+ C(ge, {
2634
2738
  columns: u(m),
2635
2739
  sort: o.sort,
2636
2740
  rows: o.rows,
2637
2741
  "is-loading": t.isLoading,
2638
2742
  "append-to": t.appendTo || g,
2639
2743
  onSort: l
2640
- }, Ce({
2641
- "cell-index": k(({ row: a }) => [
2642
- w("span", {
2744
+ }, Oe({
2745
+ "cell-index": P(({ row: a }) => [
2746
+ b("span", {
2643
2747
  class: z(a.indexClass)
2644
- }, T(a.index), 3)
2748
+ }, x(a.index), 3)
2645
2749
  ]),
2646
- "cell-playerPortrait": k(({ row: a }) => [
2647
- w("div", os, [
2648
- (v(), I(st, {
2750
+ "cell-playerPortrait": P(({ row: a }) => [
2751
+ b("div", os, [
2752
+ (v(), E(st, {
2649
2753
  key: a.player.playerId,
2650
2754
  src: a.player.picture,
2651
2755
  "default-src": u(We)
2652
2756
  }, null, 8, ["src", "default-src"]))
2653
2757
  ])
2654
2758
  ]),
2655
- "cell-teamLogo": k(({ row: a }) => {
2656
- var p, h;
2759
+ "cell-teamLogo": P(({ row: a }) => {
2760
+ var f, h;
2657
2761
  return [
2658
- (v(), I(st, {
2762
+ (v(), E(st, {
2659
2763
  class: "is-logo-image",
2660
- key: ((p = a.team) == null ? void 0 : p.id) ?? a.id,
2764
+ key: ((f = a.team) == null ? void 0 : f.id) ?? a.id,
2661
2765
  src: (h = a.team) == null ? void 0 : h.logo
2662
2766
  }, null, 8, ["src"]))
2663
2767
  ];
2664
2768
  }),
2665
- "cell-homeTeamLogo": k(({ row: a }) => {
2666
- var p, h;
2769
+ "cell-homeTeamLogo": P(({ row: a }) => {
2770
+ var f, h;
2667
2771
  return [
2668
- (v(), I(st, {
2772
+ (v(), E(st, {
2669
2773
  class: "is-logo-image is-right",
2670
- key: (p = a.homeTeam) == null ? void 0 : p.id,
2774
+ key: (f = a.homeTeam) == null ? void 0 : f.id,
2671
2775
  src: (h = a.homeTeam) == null ? void 0 : h.logo
2672
2776
  }, null, 8, ["src"]))
2673
2777
  ];
2674
2778
  }),
2675
- "cell-awayTeamLogo": k(({ row: a }) => {
2676
- var p, h;
2779
+ "cell-awayTeamLogo": P(({ row: a }) => {
2780
+ var f, h;
2677
2781
  return [
2678
- (v(), I(st, {
2782
+ (v(), E(st, {
2679
2783
  class: "is-logo-image is-right",
2680
- key: (p = a.awayTeam) == null ? void 0 : p.id,
2784
+ key: (f = a.awayTeam) == null ? void 0 : f.id,
2681
2785
  src: (h = a.awayTeam) == null ? void 0 : h.logo
2682
2786
  }, null, 8, ["src"]))
2683
2787
  ];
2684
2788
  }),
2685
- "cell-teamName": k(({ row: a }) => {
2686
- var p, h;
2789
+ "cell-teamName": P(({ row: a }) => {
2790
+ var f, h;
2687
2791
  return [
2688
- w("span", ns, [
2689
- D(T((p = a.team) == null ? void 0 : p.longName) + " ", 1),
2690
- a.penaltyPoints ? (v(), b("span", ss, is)) : _("", !0)
2792
+ b("span", ns, [
2793
+ D(x((f = a.team) == null ? void 0 : f.longName) + " ", 1),
2794
+ a.penaltyPoints ? (v(), w("span", ss, is)) : S("", !0)
2691
2795
  ]),
2692
- w("span", as, [
2693
- D(T((h = a.team) == null ? void 0 : h.shortName) + " ", 1),
2694
- a.penaltyPoints ? (v(), b("span", ls, ds)) : _("", !0)
2796
+ b("span", as, [
2797
+ D(x((h = a.team) == null ? void 0 : h.shortName) + " ", 1),
2798
+ a.penaltyPoints ? (v(), w("span", ls, ds)) : S("", !0)
2695
2799
  ])
2696
2800
  ];
2697
2801
  }),
2698
- "cell-homeTeamName": k(({ row: a }) => {
2699
- var p, h;
2802
+ "cell-homeTeamName": P(({ row: a }) => {
2803
+ var f, h;
2700
2804
  return [
2701
- w("span", us, T((p = a.homeTeam) == null ? void 0 : p.longName), 1),
2702
- w("span", ms, T((h = a.homeTeam) == null ? void 0 : h.shortName), 1)
2805
+ b("span", us, x((f = a.homeTeam) == null ? void 0 : f.longName), 1),
2806
+ b("span", ms, x((h = a.homeTeam) == null ? void 0 : h.shortName), 1)
2703
2807
  ];
2704
2808
  }),
2705
- "cell-awayTeamName": k(({ row: a }) => {
2706
- var p, h;
2809
+ "cell-awayTeamName": P(({ row: a }) => {
2810
+ var f, h;
2707
2811
  return [
2708
- w("span", fs, T((p = a.awayTeam) == null ? void 0 : p.longName), 1),
2709
- w("span", ps, T((h = a.awayTeam) == null ? void 0 : h.shortName), 1)
2812
+ b("span", ps, x((f = a.awayTeam) == null ? void 0 : f.longName), 1),
2813
+ b("span", fs, x((h = a.awayTeam) == null ? void 0 : h.shortName), 1)
2710
2814
  ];
2711
2815
  }),
2712
- "cell-location": k(({ row: a }) => {
2713
- var p;
2816
+ "cell-location": P(({ row: a }) => {
2817
+ var f;
2714
2818
  return [
2715
- D(T(((p = a.location) == null ? void 0 : p.locationName) ?? ""), 1)
2819
+ D(x(((f = a.location) == null ? void 0 : f.locationName) ?? ""), 1)
2716
2820
  ];
2717
2821
  }),
2718
- "cell-gameResult": k(({ row: a }) => [
2719
- a.gameStatus === 0 ? (v(), b("span", ws, "-:-")) : (v(), b("a", {
2822
+ "cell-gameResult": P(({ row: a }) => [
2823
+ a.gameStatus === 0 ? (v(), w("span", bs, "-:-")) : (v(), w("a", {
2720
2824
  key: 1,
2721
2825
  href: t.externalGameResolver(a),
2722
2826
  target: t.externalGameResolverTarget,
2723
2827
  class: z({ "is-text-dark": a.gameStatus !== 1, "is-text-accent": a.gameStatus === 1 })
2724
- }, T(a.homeTeamScore) + ":" + T(a.awayTeamScore), 11, bs))
2828
+ }, x(a.homeTeamScore) + ":" + x(a.awayTeamScore), 11, ws))
2725
2829
  ]),
2726
- "cell-gameResultType": k(({ row: a }) => [
2727
- a.isOvertime ? (v(), b("span", xs, T(u(c)("common.overtimeShort")), 1)) : _("", !0),
2728
- a.isShootout ? (v(), b("span", Ts, T(u(c)("common.shootoutShort")), 1)) : _("", !0),
2729
- a.seriesStandings ? (v(), b("span", ks, T(a.seriesStandings), 1)) : _("", !0)
2830
+ "cell-gameResultType": P(({ row: a }) => [
2831
+ a.isOvertime ? (v(), w("span", Ts, x(u(c)("common.overtimeShort")), 1)) : S("", !0),
2832
+ a.isShootout ? (v(), w("span", xs, x(u(c)("common.shootoutShort")), 1)) : S("", !0),
2833
+ a.seriesStandings ? (v(), w("span", Ps, x(a.seriesStandings), 1)) : S("", !0)
2730
2834
  ]),
2731
- loading: k(() => [
2732
- G(ye)
2835
+ loading: P(() => [
2836
+ C(ye)
2733
2837
  ]),
2734
2838
  _: 2
2735
2839
  }, [
2736
2840
  t.isTeamLinked ? {
2737
2841
  name: "cell-teamName",
2738
- fn: k(({ row: a }) => {
2739
- var p, h;
2842
+ fn: P(({ row: a }) => {
2843
+ var f, h;
2740
2844
  return [
2741
- w("a", {
2845
+ b("a", {
2742
2846
  href: t.externalTeamResolver(a),
2743
2847
  target: "_blank"
2744
2848
  }, [
2745
- w("span", gs, T((p = a.team) == null ? void 0 : p.longName), 1),
2746
- w("span", ys, T((h = a.team) == null ? void 0 : h.shortName), 1)
2849
+ b("span", gs, x((f = a.team) == null ? void 0 : f.longName), 1),
2850
+ b("span", ys, x((h = a.team) == null ? void 0 : h.shortName), 1)
2747
2851
  ], 8, hs)
2748
2852
  ];
2749
2853
  }),
@@ -2751,11 +2855,11 @@ const Wn = { render: jn }, Kn = ["disabled"], Un = ["disabled"], Yn = {
2751
2855
  } : void 0,
2752
2856
  t.isPlayerLinked ? {
2753
2857
  name: "cell-name",
2754
- fn: k(({ row: a }) => [
2755
- w("a", {
2858
+ fn: P(({ row: a }) => [
2859
+ b("a", {
2756
2860
  href: t.externalPlayerResolver(a),
2757
2861
  target: "_blank"
2758
- }, T(a.name), 9, vs)
2862
+ }, x(a.name), 9, vs)
2759
2863
  ]),
2760
2864
  key: "1"
2761
2865
  } : void 0
@@ -2764,7 +2868,7 @@ const Wn = { render: jn }, Kn = ["disabled"], Un = ["disabled"], Yn = {
2764
2868
  _: 1
2765
2869
  }));
2766
2870
  }
2767
- }, Ps = {
2871
+ }, ks = {
2768
2872
  xmlns: "http://www.w3.org/2000/svg",
2769
2873
  viewBox: "0 0 24 24",
2770
2874
  fill: "none",
@@ -2772,32 +2876,32 @@ const Wn = { render: jn }, Kn = ["disabled"], Un = ["disabled"], Yn = {
2772
2876
  "stroke-width": "2",
2773
2877
  "stroke-linecap": "round",
2774
2878
  "stroke-linejoin": "round"
2775
- }, Ss = /* @__PURE__ */ w("rect", {
2879
+ }, As = /* @__PURE__ */ b("rect", {
2776
2880
  x: "2",
2777
2881
  y: "3",
2778
2882
  width: "20",
2779
2883
  height: "14",
2780
2884
  rx: "2",
2781
2885
  ry: "2"
2782
- }, null, -1), _s = /* @__PURE__ */ w("line", {
2886
+ }, null, -1), Ss = /* @__PURE__ */ b("line", {
2783
2887
  x1: "8",
2784
2888
  y1: "21",
2785
2889
  x2: "16",
2786
2890
  y2: "21"
2787
- }, null, -1), As = /* @__PURE__ */ w("line", {
2891
+ }, null, -1), _s = /* @__PURE__ */ b("line", {
2788
2892
  x1: "12",
2789
2893
  y1: "17",
2790
2894
  x2: "12",
2791
2895
  y2: "21"
2792
2896
  }, null, -1), zs = [
2897
+ As,
2793
2898
  Ss,
2794
- _s,
2795
- As
2899
+ _s
2796
2900
  ];
2797
2901
  function $s(t, e) {
2798
- return v(), b("svg", Ps, [...zs]);
2902
+ return v(), w("svg", ks, [...zs]);
2799
2903
  }
2800
- const Cs = { render: $s }, Os = {
2904
+ const Os = { render: $s }, Is = {
2801
2905
  xmlns: "http://www.w3.org/2000/svg",
2802
2906
  viewBox: "0 0 24 24",
2803
2907
  fill: "none",
@@ -2805,25 +2909,25 @@ const Cs = { render: $s }, Os = {
2805
2909
  "stroke-width": "2",
2806
2910
  "stroke-linecap": "round",
2807
2911
  "stroke-linejoin": "round"
2808
- }, Gs = /* @__PURE__ */ w("circle", {
2912
+ }, Cs = /* @__PURE__ */ b("circle", {
2809
2913
  cx: "12",
2810
2914
  cy: "12",
2811
2915
  r: "1"
2812
- }, null, -1), Es = /* @__PURE__ */ w("circle", {
2916
+ }, null, -1), Gs = /* @__PURE__ */ b("circle", {
2813
2917
  cx: "12",
2814
2918
  cy: "5",
2815
2919
  r: "1"
2816
- }, null, -1), Is = /* @__PURE__ */ w("circle", {
2920
+ }, null, -1), Es = /* @__PURE__ */ b("circle", {
2817
2921
  cx: "12",
2818
2922
  cy: "19",
2819
2923
  r: "1"
2820
2924
  }, null, -1), Rs = [
2925
+ Cs,
2821
2926
  Gs,
2822
- Es,
2823
- Is
2927
+ Es
2824
2928
  ];
2825
2929
  function Ns(t, e) {
2826
- return v(), b("svg", Os, [...Rs]);
2930
+ return v(), w("svg", Is, [...Rs]);
2827
2931
  }
2828
2932
  const Vs = { render: Ns }, Ls = {
2829
2933
  xmlns: "http://www.w3.org/2000/svg",
@@ -2833,21 +2937,21 @@ const Vs = { render: Ns }, Ls = {
2833
2937
  "stroke-width": "2",
2834
2938
  "stroke-linecap": "round",
2835
2939
  "stroke-linejoin": "round"
2836
- }, 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", {
2940
+ }, Ds = /* @__PURE__ */ b("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }, null, -1), Ms = /* @__PURE__ */ b("rect", {
2837
2941
  x: "8",
2838
2942
  y: "2",
2839
2943
  width: "8",
2840
2944
  height: "4",
2841
2945
  rx: "1",
2842
2946
  ry: "1"
2843
- }, null, -1), Bs = [
2947
+ }, null, -1), Hs = [
2844
2948
  Ds,
2845
2949
  Ms
2846
2950
  ];
2847
- function Fs(t, e) {
2848
- return v(), b("svg", Ls, [...Bs]);
2951
+ function Bs(t, e) {
2952
+ return v(), w("svg", Ls, [...Hs]);
2849
2953
  }
2850
- const Hs = { render: Fs }, js = {
2954
+ const Fs = { render: Bs }, js = {
2851
2955
  xmlns: "http://www.w3.org/2000/svg",
2852
2956
  viewBox: "0 0 24 24",
2853
2957
  fill: "none",
@@ -2855,14 +2959,14 @@ const Hs = { render: Fs }, js = {
2855
2959
  "stroke-width": "2",
2856
2960
  "stroke-linecap": "round",
2857
2961
  "stroke-linejoin": "round"
2858
- }, 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 = [
2962
+ }, Ws = /* @__PURE__ */ b("path", { d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z" }, null, -1), Ks = /* @__PURE__ */ b("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1), Js = [
2859
2963
  Ws,
2860
2964
  Ks
2861
2965
  ];
2862
- function Ys(t, e) {
2863
- return v(), b("svg", js, [...Us]);
2966
+ function qs(t, e) {
2967
+ return v(), w("svg", js, [...Js]);
2864
2968
  }
2865
- 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 = {
2969
+ const Us = { render: qs }, Ys = { class: "is-team-name-long" }, Xs = { class: "is-team-name-short" }, Zs = { class: "is-team-name-long" }, Qs = { class: "is-team-name-short" }, tr = {
2866
2970
  key: 0,
2867
2971
  class: "is-text-dark"
2868
2972
  }, er = ["href", "target"], or = {
@@ -2903,8 +3007,8 @@ const qs = { render: Ys }, Js = { class: "is-team-name-long" }, Xs = { class: "i
2903
3007
  }
2904
3008
  },
2905
3009
  setup(t) {
2906
- const e = t, o = C(null), { onError: n } = te(), { columns: r, error: s } = ee(
2907
- Ue,
3010
+ const e = t, o = O(null), { onError: n } = te(), { columns: r, error: s } = ee(
3011
+ Je,
2908
3012
  $(() => e.hideColumns),
2909
3013
  $(() => ({
2910
3014
  offsetName: e.offsetName
@@ -2913,8 +3017,8 @@ const qs = { render: Ys }, Js = { class: "is-team-name-long" }, Xs = { class: "i
2913
3017
  De(
2914
3018
  s,
2915
3019
  () => n(
2916
- new ne(xt.message, {
2917
- ...xt.options,
3020
+ new ne(Tt.message, {
3021
+ ...Tt.options,
2918
3022
  cause: { column: s.value }
2919
3023
  })
2920
3024
  ),
@@ -2923,118 +3027,118 @@ const qs = { render: Ys }, Js = { class: "is-team-name-long" }, Xs = { class: "i
2923
3027
  }
2924
3028
  );
2925
3029
  const { t: i } = Z();
2926
- return (c, m) => (v(), b(M, null, [
2927
- G(ve, null, {
2928
- default: k(({ el: d }) => [
2929
- G(ge, {
3030
+ return (c, m) => (v(), w(M, null, [
3031
+ C(ve, null, {
3032
+ default: P(({ el: d }) => [
3033
+ C(ge, {
2930
3034
  columns: u(r),
2931
3035
  rows: e.rows,
2932
3036
  "is-loading": t.isLoading,
2933
3037
  "append-to": o.value || d
2934
3038
  }, {
2935
- "cell-homeTeamName": k(({ row: l }) => [
2936
- w("span", Js, T(l.homeTeam.longName), 1),
2937
- w("span", Xs, T(l.homeTeam.shortName), 1)
3039
+ "cell-homeTeamName": P(({ row: l }) => [
3040
+ b("span", Ys, x(l.homeTeam.longName), 1),
3041
+ b("span", Xs, x(l.homeTeam.shortName), 1)
2938
3042
  ]),
2939
- "cell-awayTeamName": k(({ row: l }) => [
2940
- w("span", Zs, T(l.awayTeam.longName), 1),
2941
- w("span", Qs, T(l.awayTeam.shortName), 1)
3043
+ "cell-awayTeamName": P(({ row: l }) => [
3044
+ b("span", Zs, x(l.awayTeam.longName), 1),
3045
+ b("span", Qs, x(l.awayTeam.shortName), 1)
2942
3046
  ]),
2943
- "cell-homeTeamLogo": k(({ row: l }) => [
2944
- (v(), I(st, {
3047
+ "cell-homeTeamLogo": P(({ row: l }) => [
3048
+ (v(), E(st, {
2945
3049
  class: "is-logo-image is-right",
2946
3050
  key: l.homeTeam.id,
2947
3051
  src: l.homeTeam.logo
2948
3052
  }, null, 8, ["src"]))
2949
3053
  ]),
2950
- "cell-awayTeamLogo": k(({ row: l }) => [
2951
- (v(), I(st, {
3054
+ "cell-awayTeamLogo": P(({ row: l }) => [
3055
+ (v(), E(st, {
2952
3056
  class: "is-logo-image is-right",
2953
3057
  key: l.awayTeam.id,
2954
3058
  src: l.awayTeam.logo
2955
3059
  }, null, 8, ["src"]))
2956
3060
  ]),
2957
- "cell-gameResult": k(({ row: l }) => [
2958
- l.gameStatus === 0 ? (v(), b("span", tr, "-:-")) : (v(), b("a", {
3061
+ "cell-gameResult": P(({ row: l }) => [
3062
+ l.gameStatus === 0 ? (v(), w("span", tr, "-:-")) : (v(), w("a", {
2959
3063
  key: 1,
2960
3064
  href: t.externalGameResolver(l.gameId),
2961
3065
  target: t.externalGameResolverTarget,
2962
3066
  class: z({ "is-text-dark": l.gameStatus !== 1, "is-text-accent": l.gameStatus === 1 })
2963
- }, T(l.homeTeamScore) + ":" + T(l.awayTeamScore), 11, er))
3067
+ }, x(l.homeTeamScore) + ":" + x(l.awayTeamScore), 11, er))
2964
3068
  ]),
2965
- "cell-gameResultType": k(({ row: l }) => [
2966
- l.isOvertime ? (v(), b("span", or, T(u(i)("common.overtimeShort")), 1)) : _("", !0),
2967
- l.isShootout ? (v(), b("span", nr, T(u(i)("common.shootoutShort")), 1)) : _("", !0),
2968
- l.seriesStandings ? (v(), b("span", sr, T(l.seriesStandings), 1)) : _("", !0)
3069
+ "cell-gameResultType": P(({ row: l }) => [
3070
+ l.isOvertime ? (v(), w("span", or, x(u(i)("common.overtimeShort")), 1)) : S("", !0),
3071
+ l.isShootout ? (v(), w("span", nr, x(u(i)("common.shootoutShort")), 1)) : S("", !0),
3072
+ l.seriesStandings ? (v(), w("span", sr, x(l.seriesStandings), 1)) : S("", !0)
2969
3073
  ]),
2970
- "cell-broadcast": k(({ row: l }) => [
2971
- l.broadcast ? (v(), I(u(Cs), { key: 0 })) : (v(), b("span", rr))
3074
+ "cell-broadcast": P(({ row: l }) => [
3075
+ l.broadcast ? (v(), E(u(Os), { key: 0 })) : (v(), w("span", rr))
2972
3076
  ]),
2973
- "cell-location": k(({ row: l }) => {
2974
- var f;
3077
+ "cell-location": P(({ row: l }) => {
3078
+ var p;
2975
3079
  return [
2976
- D(T(((f = l.location) == null ? void 0 : f.locationName) ?? ""), 1)
3080
+ D(x(((p = l.location) == null ? void 0 : p.locationName) ?? ""), 1)
2977
3081
  ];
2978
3082
  }),
2979
- "cell-more": k(({ row: l }) => [
2980
- G(he, {
3083
+ "cell-more": P(({ row: l }) => [
3084
+ C(he, {
2981
3085
  offset: 2,
2982
3086
  placement: "left",
2983
3087
  theme: "content",
2984
3088
  "append-to": d
2985
3089
  }, {
2986
- default: k(({ setRef: f, show: y, hide: g }) => [
2987
- w("button", {
2988
- ref: f,
3090
+ default: P(({ setRef: p, show: y, hide: g }) => [
3091
+ b("button", {
3092
+ ref: p,
2989
3093
  onClick: it(y, ["stop"]),
2990
3094
  onFocus: y,
2991
3095
  onBlur: g
2992
3096
  }, [
2993
- G(u(Vs))
3097
+ C(u(Vs))
2994
3098
  ], 40, ir)
2995
3099
  ]),
2996
- content: k(() => [
2997
- w("ul", ar, [
2998
- w("li", null, [
2999
- w("a", {
3100
+ content: P(() => [
3101
+ b("ul", ar, [
3102
+ b("li", null, [
3103
+ b("a", {
3000
3104
  href: t.externalGameResolver(l.gameId),
3001
3105
  class: "is-dropdown-item",
3002
3106
  target: t.externalGameResolverTarget
3003
3107
  }, [
3004
- G(u(Hs), { width: "14" }),
3005
- D(" " + T(u(i)("common.report")), 1)
3108
+ C(u(Fs), { width: "14" }),
3109
+ D(" " + x(u(i)("common.report")), 1)
3006
3110
  ], 8, lr)
3007
3111
  ]),
3008
- l.video ? (v(), b("li", cr, [
3009
- w("a", {
3112
+ l.video ? (v(), w("li", cr, [
3113
+ b("a", {
3010
3114
  href: l.video,
3011
3115
  class: "is-dropdown-item",
3012
3116
  target: "_blank"
3013
3117
  }, [
3014
- G(u(qs), { width: "14" }),
3015
- D(" " + T(u(i)("common.video")), 1)
3118
+ C(u(Us), { width: "14" }),
3119
+ D(" " + x(u(i)("common.video")), 1)
3016
3120
  ], 8, dr)
3017
- ])) : _("", !0)
3121
+ ])) : S("", !0)
3018
3122
  ])
3019
3123
  ]),
3020
3124
  _: 2
3021
3125
  }, 1032, ["append-to"])
3022
3126
  ]),
3023
- loading: k(() => [
3024
- G(ye)
3127
+ loading: P(() => [
3128
+ C(ye)
3025
3129
  ]),
3026
3130
  _: 2
3027
3131
  }, 1032, ["columns", "rows", "is-loading", "append-to"])
3028
3132
  ]),
3029
3133
  _: 1
3030
3134
  }),
3031
- w("div", {
3135
+ b("div", {
3032
3136
  ref_key: "tooltipContainer",
3033
3137
  ref: o
3034
3138
  }, null, 512)
3035
3139
  ], 64));
3036
3140
  }
3037
- }, ur = { class: "g-row g-gap-normal is-mb-5" }, mr = ["value"], fr = { key: 0 }, pr = ["onClick"], Cr = {
3141
+ }, ur = { class: "g-row g-gap-normal is-mb-5" }, mr = ["value"], pr = { key: 0 }, fr = ["onClick"], Or = {
3038
3142
  __name: "SeasonSelector",
3039
3143
  props: {
3040
3144
  seasons: {
@@ -3071,39 +3175,39 @@ const qs = { render: Ys }, Js = { class: "is-team-name-long" }, Xs = { class: "i
3071
3175
  function i(c) {
3072
3176
  n("onChangeSection", c);
3073
3177
  }
3074
- return (c, m) => (v(), b(M, null, [
3075
- w("div", ur, [
3076
- w("div", null, [
3077
- w("label", {
3178
+ return (c, m) => (v(), w(M, null, [
3179
+ b("div", ur, [
3180
+ b("div", null, [
3181
+ b("label", {
3078
3182
  for: "season",
3079
- class: z(u(q)("label"))
3080
- }, T(u(r)("selection.season")), 3),
3081
- G(eo, {
3183
+ class: z(u(U)("label"))
3184
+ }, x(u(r)("selection.season")), 3),
3185
+ C(eo, {
3082
3186
  id: "season",
3083
3187
  modelValue: s.value,
3084
3188
  "onUpdate:modelValue": m[0] || (m[0] = (d) => s.value = d)
3085
3189
  }, {
3086
- default: k(() => [
3087
- (v(!0), b(M, null, tt(t.seasons, (d) => (v(), b("option", {
3190
+ default: P(() => [
3191
+ (v(!0), w(M, null, tt(t.seasons, (d) => (v(), w("option", {
3088
3192
  key: d.championshipId,
3089
3193
  value: d.championshipId
3090
- }, T(d.seasonName), 9, mr))), 128))
3194
+ }, x(d.seasonName), 9, mr))), 128))
3091
3195
  ]),
3092
3196
  _: 1
3093
3197
  }, 8, ["modelValue"])
3094
3198
  ]),
3095
3199
  R(c.$slots, "default")
3096
3200
  ]),
3097
- t.isSectionSelectionDisabled ? _("", !0) : (v(), b("div", fr, [
3098
- (v(!0), b(M, null, tt(t.sections, (d) => (v(), b("button", {
3201
+ t.isSectionSelectionDisabled ? S("", !0) : (v(), w("div", pr, [
3202
+ (v(!0), w(M, null, tt(t.sections, (d) => (v(), w("button", {
3099
3203
  key: d.phaseId,
3100
3204
  onClick: (l) => i(d),
3101
- class: z([u(q)("tab-button"), { "is-active": d.sectionId === t.sectionId }])
3102
- }, T(d.sectionName), 11, pr))), 128))
3205
+ class: z([u(U)("tab-button"), { "is-active": d.sectionId === t.sectionId }])
3206
+ }, x(d.sectionName), 11, fr))), 128))
3103
3207
  ]))
3104
3208
  ], 64));
3105
3209
  }
3106
- }, hr = ["textContent"], Or = {
3210
+ }, hr = ["textContent"], Ir = {
3107
3211
  __name: "AdditionalStandingsText",
3108
3212
  props: {
3109
3213
  rows: {
@@ -3116,29 +3220,29 @@ const qs = { render: Ys }, Js = { class: "is-team-name-long" }, Xs = { class: "i
3116
3220
  }
3117
3221
  },
3118
3222
  setup(t) {
3119
- const e = t, o = Oe(e, "rows"), { t: n, locale: r } = Z(), { isVisible: s, text: i } = Me(o, e.additionalKey, n, r);
3120
- return (c, m) => u(s) ? (v(), b("div", {
3223
+ const e = t, o = Ie(e, "rows"), { t: n, locale: r } = Z(), { isVisible: s, text: i } = Me(o, e.additionalKey, n, r);
3224
+ return (c, m) => u(s) ? (v(), w("div", {
3121
3225
  key: 0,
3122
3226
  class: "is-text-xs is-text-light is-mt-5 is-mb-5",
3123
- textContent: T(u(i))
3124
- }, null, 8, hr)) : _("", !0);
3227
+ textContent: x(u(i))
3228
+ }, null, 8, hr)) : S("", !0);
3125
3229
  }
3126
3230
  };
3127
3231
  export {
3128
- Sr as I,
3232
+ Ar as I,
3129
3233
  st as _,
3130
- _r as a,
3234
+ Sr as a,
3131
3235
  ge as b,
3132
3236
  eo as c,
3133
- kr as d,
3134
- Pr as e,
3237
+ Pr as d,
3238
+ kr as e,
3135
3239
  $r as f,
3136
3240
  he as g,
3137
- Cr as h,
3241
+ Or as h,
3138
3242
  zr as i,
3139
3243
  ve as j,
3140
3244
  ye as k,
3141
- Ar as l,
3142
- Tr as m,
3143
- Or as n
3245
+ _r as l,
3246
+ xr as m,
3247
+ Ir as n
3144
3248
  };