@golstats/gsc-table-scrollable 1.0.8 → 1.0.9

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,19 +1,19 @@
1
- import { useCssVars as J, ref as m, computed as V, watch as F, createElementBlock as n, openBlock as l, normalizeClass as _, createElementVNode as t, createCommentVNode as S, normalizeStyle as L, Fragment as I, toDisplayString as c, pushScopeId as z, popScopeId as E, onMounted as K, renderList as O, createVNode as H, createBlock as N, Transition as it, withCtx as lt, withDirectives as nt, createTextVNode as T, vShow as at, unref as G, createStaticVNode as dt } from "vue";
2
- const rt = (e, d) => {
3
- const o = e.__vccOpts || e;
4
- for (const [u, p] of d)
5
- o[u] = p;
6
- return o;
7
- }, ct = { key: 1 }, ut = {
1
+ import { useCssVars as tt, ref as C, computed as V, watch as F, createElementBlock as n, openBlock as l, normalizeClass as _, createElementVNode as t, createCommentVNode as x, normalizeStyle as S, Fragment as I, toDisplayString as f, pushScopeId as D, popScopeId as A, onMounted as et, renderList as E, onBeforeUnmount as ut, createVNode as J, createBlock as X, Transition as ft, withCtx as ht, withDirectives as vt, createTextVNode as T, vShow as pt, unref as K, createStaticVNode as gt } from "vue";
2
+ const _t = (o, r) => {
3
+ const s = o.__vccOpts || o;
4
+ for (const [c, p] of r)
5
+ s[c] = p;
6
+ return s;
7
+ }, mt = { key: 1 }, bt = {
8
8
  width: "10",
9
9
  height: "8",
10
10
  viewBox: "0 0 10 8",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
- }, ht = ["fill"], ft = {
13
+ }, Ct = ["fill"], yt = {
14
14
  key: 0,
15
15
  class: "checkbox__teams"
16
- }, vt = { class: "checkbox__teams__logo" }, pt = ["src"], _t = { class: "checkbox__teams__logo" }, gt = ["src"], bt = {
16
+ }, wt = { class: "checkbox__teams__logo" }, kt = ["src"], xt = { class: "checkbox__teams__logo" }, St = ["src"], Lt = {
17
17
  __name: "GSC-Checkbox",
18
18
  props: {
19
19
  width: {
@@ -72,8 +72,8 @@ const rt = (e, d) => {
72
72
  type: String,
73
73
  default: "left",
74
74
  // values can be 'left', 'right', 'top', 'bottom'
75
- validator(e) {
76
- return ["left", "right", "top", "bottom"].includes(e);
75
+ validator(o) {
76
+ return ["left", "right", "top", "bottom"].includes(o);
77
77
  }
78
78
  },
79
79
  boxMarginTop: {
@@ -122,100 +122,100 @@ const rt = (e, d) => {
122
122
  }
123
123
  },
124
124
  emits: ["update:modelValue"],
125
- setup(e, { emit: d }) {
126
- const o = e;
127
- J((f) => ({
128
- "7bd9d47b": e.width,
129
- "34dc7ddc": e.height
125
+ setup(o, { emit: r }) {
126
+ const s = o;
127
+ tt((v) => ({
128
+ "7bd9d47b": o.width,
129
+ "34dc7ddc": o.height
130
130
  }));
131
- const u = m(!1), p = V(() => {
132
- const f = {
133
- color: o.boxValueColor,
134
- "font-family": o.fontFamily,
135
- height: o.boxWidthAndHeight,
136
- width: o.boxWidthAndHeight,
137
- minWidth: o.boxWidthAndHeight,
138
- "border-radius": o.boxBorderRadius,
139
- "margin-top": o.boxMarginTop
131
+ const c = C(!1), p = V(() => {
132
+ const v = {
133
+ color: s.boxValueColor,
134
+ "font-family": s.fontFamily,
135
+ height: s.boxWidthAndHeight,
136
+ width: s.boxWidthAndHeight,
137
+ minWidth: s.boxWidthAndHeight,
138
+ "border-radius": s.boxBorderRadius,
139
+ "margin-top": s.boxMarginTop
140
140
  };
141
- return u.value ? (f["background-color"] = o.boxBackgroundColor, f.border = `solid ${o.boxBorderWidth} ${o.boxBackgroundColor}`) : f.border = `solid ${o.boxBorderWidth} ${o.boxBorderColor}`, f;
141
+ return c.value ? (v["background-color"] = s.boxBackgroundColor, v.border = `solid ${s.boxBorderWidth} ${s.boxBackgroundColor}`) : v.border = `solid ${s.boxBorderWidth} ${s.boxBorderColor}`, v;
142
142
  }), h = V(() => ({
143
- "font-family": o.boxValueFontFamily,
144
- "font-size": o.boxValueFontSize,
145
- color: o.boxValueColor,
143
+ "font-family": s.boxValueFontFamily,
144
+ "font-size": s.boxValueFontSize,
145
+ color: s.boxValueColor,
146
146
  "line-height": 1
147
147
  })), y = V(() => {
148
- const f = {
149
- color: o.labelColor,
150
- "font-family": o.fontFamily,
151
- "font-size": o.labelFontSize,
152
- "white-space": o.labelWhiteSpace,
153
- "text-align": o.boxPosition === "top" || o.boxPosition === "bottom" ? "center" : o.boxPosition
148
+ const v = {
149
+ color: s.labelColor,
150
+ "font-family": s.fontFamily,
151
+ "font-size": s.labelFontSize,
152
+ "white-space": s.labelWhiteSpace,
153
+ "text-align": s.boxPosition === "top" || s.boxPosition === "bottom" ? "center" : s.boxPosition
154
154
  };
155
- return (o.boxPosition === "left" || o.boxPosition === "right") && (f[`margin-${o.boxPosition}`] = o.isBoxOnly ? "0" : o.teamsIds ? "8px" : "10px"), f;
155
+ return (s.boxPosition === "left" || s.boxPosition === "right") && (v[`margin-${s.boxPosition}`] = s.isBoxOnly ? "0" : s.teamsIds ? "8px" : "10px"), v;
156
156
  });
157
157
  F(
158
- () => o.modelValue,
159
- (f) => {
160
- f !== u.value && (u.value = f);
158
+ () => s.modelValue,
159
+ (v) => {
160
+ v !== c.value && (c.value = v);
161
161
  },
162
162
  { immediate: !0 }
163
163
  );
164
- function $() {
165
- o.avoidInteraction || !u.value && o.avoidToCheck || (u.value = !u.value, d("update:modelValue", u.value));
164
+ function L() {
165
+ s.avoidInteraction || !c.value && s.avoidToCheck || (c.value = !c.value, r("update:modelValue", c.value));
166
166
  }
167
- function B(f) {
168
- return `${{}.TEAM_LOGOS_URL || "https://golstatsimages.blob.core.windows.net/teams-80/"}${f}.png`;
167
+ function $(v) {
168
+ return `${{}.TEAM_LOGOS_URL || "https://golstatsimages.blob.core.windows.net/teams-80/"}${v}.png`;
169
169
  }
170
- return (f, M) => (l(), n("div", {
171
- class: _(["checkbox", `box-${e.boxPosition}`]),
172
- onClick: $
170
+ return (v, M) => (l(), n("div", {
171
+ class: _(["checkbox", `box-${o.boxPosition}`]),
172
+ onClick: L
173
173
  }, [
174
174
  t("div", {
175
175
  class: "checkbox__box",
176
- style: L(p.value)
176
+ style: S(p.value)
177
177
  }, [
178
- u.value ? (l(), n(I, { key: 0 }, [
179
- o.boxValue ? (l(), n("div", {
178
+ c.value ? (l(), n(I, { key: 0 }, [
179
+ s.boxValue ? (l(), n("div", {
180
180
  key: 0,
181
181
  class: "checkbox__box__value",
182
- style: L(h.value)
183
- }, c(e.boxValue), 5)) : (l(), n("div", ct, [
184
- (l(), n("svg", ut, [
182
+ style: S(h.value)
183
+ }, f(o.boxValue), 5)) : (l(), n("div", mt, [
184
+ (l(), n("svg", bt, [
185
185
  t("path", {
186
186
  d: "M9.77994 1.70133L4.10994 7.37133C3.96994 7.51133 3.77994 7.59133 3.57994 7.59133C3.37994 7.59133 3.18994 7.51133 3.04994 7.37133L0.219941 4.54133C-0.0700586 4.25133 -0.0700586 3.77133 0.219941 3.48133C0.509941 3.19133 0.989941 3.19133 1.27994 3.48133L3.57994 5.78133L8.71994 0.641328C9.00994 0.351328 9.48994 0.351328 9.77994 0.641328C10.0699 0.931328 10.0699 1.40133 9.77994 1.70133Z",
187
- fill: e.boxValueColor
188
- }, null, 8, ht)
187
+ fill: o.boxValueColor
188
+ }, null, 8, Ct)
189
189
  ]))
190
190
  ]))
191
- ], 64)) : S("", !0)
191
+ ], 64)) : x("", !0)
192
192
  ], 4),
193
- e.teamsIds && e.teamsIds.length ? (l(), n("div", ft, [
194
- t("div", vt, [
193
+ o.teamsIds && o.teamsIds.length ? (l(), n("div", yt, [
194
+ t("div", wt, [
195
195
  t("img", {
196
- src: B(e.teamsIds[0]),
196
+ src: $(o.teamsIds[0]),
197
197
  alt: ""
198
- }, null, 8, pt)
198
+ }, null, 8, kt)
199
199
  ]),
200
- t("div", _t, [
200
+ t("div", xt, [
201
201
  t("img", {
202
- src: B(e.teamsIds[1]),
202
+ src: $(o.teamsIds[1]),
203
203
  alt: ""
204
- }, null, 8, gt)
204
+ }, null, 8, St)
205
205
  ])
206
- ])) : S("", !0),
206
+ ])) : x("", !0),
207
207
  t("div", {
208
208
  class: "checkbox__label",
209
- style: L(y.value)
210
- }, c(e.label), 5)
209
+ style: S(y.value)
210
+ }, f(o.label), 5)
211
211
  ], 2));
212
212
  }
213
- }, mt = /* @__PURE__ */ rt(bt, [["__scopeId", "data-v-b6f124d8"]]), Ct = (e, d) => {
214
- const o = e.__vccOpts || e;
215
- for (const [u, p] of d)
216
- o[u] = p;
217
- return o;
218
- }, A = {
213
+ }, $t = /* @__PURE__ */ _t(Lt, [["__scopeId", "data-v-b6f124d8"]]), Bt = (o, r) => {
214
+ const s = o.__vccOpts || o;
215
+ for (const [c, p] of r)
216
+ s[c] = p;
217
+ return s;
218
+ }, W = {
219
219
  props: {
220
220
  type: { type: Number, default: 0 },
221
221
  value: { type: Boolean, default: !1 },
@@ -252,8 +252,8 @@ const rt = (e, d) => {
252
252
  value: {
253
253
  deep: !0,
254
254
  immediate: !0,
255
- handler(e) {
256
- this.status = e;
255
+ handler(o) {
256
+ this.status = o;
257
257
  }
258
258
  }
259
259
  },
@@ -285,79 +285,79 @@ const rt = (e, d) => {
285
285
  }
286
286
  },
287
287
  methods: {
288
- btnClick(e) {
289
- this.$emit("click", e), this.typeOnOff && (this.status = !this.status, this.$emit("status", this.status));
288
+ btnClick(o) {
289
+ this.$emit("click", o), this.typeOnOff && (this.status = !this.status, this.$emit("status", this.status));
290
290
  }
291
291
  }
292
- }, q = () => {
293
- J((e) => ({
294
- "9d01acb4": e.height,
295
- "14e95081": e.borderWidthBtn,
296
- "38fec285": e.borderType,
297
- 34353510: e.borderColor,
298
- "20d20dc6": e.borderRadius,
299
- 17130967: e.width,
300
- "4ccb7d36": e.backgroundColor,
301
- "5d1e86a2": e.cursorType,
302
- ce65d4a2: e.fontSize,
303
- fe4ac47a: e.fontStyle,
304
- f98e44dc: e.fontFamily,
305
- "93b87770": e.marginLeftStat,
306
- c7f7beba: e.fontSizeStat
292
+ }, Q = () => {
293
+ tt((o) => ({
294
+ "9d01acb4": o.height,
295
+ "14e95081": o.borderWidthBtn,
296
+ "38fec285": o.borderType,
297
+ 34353510: o.borderColor,
298
+ "20d20dc6": o.borderRadius,
299
+ 17130967: o.width,
300
+ "4ccb7d36": o.backgroundColor,
301
+ "5d1e86a2": o.cursorType,
302
+ ce65d4a2: o.fontSize,
303
+ fe4ac47a: o.fontStyle,
304
+ f98e44dc: o.fontFamily,
305
+ "93b87770": o.marginLeftStat,
306
+ c7f7beba: o.fontSizeStat
307
307
  }));
308
- }, U = A.setup;
309
- A.setup = U ? (e, d) => (q(), U(e, d)) : q;
310
- const yt = (e) => (z("data-v-f3ee6b2b"), e = e(), E(), e), wt = ["src"], kt = {
308
+ }, Y = W.setup;
309
+ W.setup = Y ? (o, r) => (Q(), Y(o, r)) : Q;
310
+ const Mt = (o) => (D("data-v-f3ee6b2b"), o = o(), A(), o), Vt = ["src"], It = {
311
311
  key: 1,
312
312
  class: "text"
313
- }, xt = ["src"], St = { class: "stats" }, Lt = /* @__PURE__ */ yt(() => /* @__PURE__ */ t("img", {
313
+ }, Rt = ["src"], Tt = { class: "stats" }, Et = /* @__PURE__ */ Mt(() => /* @__PURE__ */ t("img", {
314
314
  class: "iconstats",
315
315
  src: "https://golstatsimages.blob.core.windows.net/todoelfut/playdes.png"
316
- }, null, -1)), $t = { class: "numstats" }, Bt = { class: "leyend" };
317
- function Mt(e, d, o, u, p, h) {
316
+ }, null, -1)), Ot = { class: "numstats" }, Ft = { class: "leyend" };
317
+ function Pt(o, r, s, c, p, h) {
318
318
  return l(), n("div", null, [
319
- o.type == 0 ? (l(), n("div", {
319
+ s.type == 0 ? (l(), n("div", {
320
320
  key: 0,
321
- class: _(["button", p.status && o.typeOnOff && "button-active"]),
322
- style: L([h.customStyle, p.status && o.typeOnOff && h.customActive]),
323
- onClick: d[0] || (d[0] = (...y) => h.btnClick && h.btnClick(...y))
321
+ class: _(["button", p.status && s.typeOnOff && "button-active"]),
322
+ style: S([h.customStyle, p.status && s.typeOnOff && h.customActive]),
323
+ onClick: r[0] || (r[0] = (...y) => h.btnClick && h.btnClick(...y))
324
324
  }, [
325
- o.icon && o.iconPosition.toLowerCase() === "left" ? (l(), n("img", {
325
+ s.icon && s.iconPosition.toLowerCase() === "left" ? (l(), n("img", {
326
326
  key: 0,
327
327
  class: "icon",
328
- style: L({ width: o.iconSize }),
329
- src: o.icon
330
- }, null, 12, wt)) : S("", !0),
331
- o.textValue ? (l(), n("div", kt, c(o.textValue), 1)) : S("", !0),
332
- o.icon && o.iconPosition.toLowerCase() === "right" ? (l(), n("img", {
328
+ style: S({ width: s.iconSize }),
329
+ src: s.icon
330
+ }, null, 12, Vt)) : x("", !0),
331
+ s.textValue ? (l(), n("div", It, f(s.textValue), 1)) : x("", !0),
332
+ s.icon && s.iconPosition.toLowerCase() === "right" ? (l(), n("img", {
333
333
  key: 2,
334
334
  class: "icon",
335
- style: L({ width: o.iconSize }),
336
- src: o.icon
337
- }, null, 12, xt)) : S("", !0)
338
- ], 6)) : S("", !0),
339
- o.type == 1 ? (l(), n("div", {
335
+ style: S({ width: s.iconSize }),
336
+ src: s.icon
337
+ }, null, 12, Rt)) : x("", !0)
338
+ ], 6)) : x("", !0),
339
+ s.type == 1 ? (l(), n("div", {
340
340
  key: 1,
341
341
  class: "button-target",
342
- onClick: d[1] || (d[1] = (...y) => h.btnClick && h.btnClick(...y))
342
+ onClick: r[1] || (r[1] = (...y) => h.btnClick && h.btnClick(...y))
343
343
  }, [
344
- t("div", St, [
345
- Lt,
346
- t("div", $t, c(o.textStat), 1)
344
+ t("div", Tt, [
345
+ Et,
346
+ t("div", Ot, f(s.textStat), 1)
347
347
  ]),
348
- t("div", Bt, c(o.textCategory), 1)
349
- ])) : S("", !0)
348
+ t("div", Ft, f(s.textCategory), 1)
349
+ ])) : x("", !0)
350
350
  ]);
351
351
  }
352
- const Vt = /* @__PURE__ */ Ct(A, [["render", Mt], ["__scopeId", "data-v-f3ee6b2b"]]), Q = (e, d) => {
353
- const o = e.__vccOpts || e;
354
- for (const [u, p] of d)
355
- o[u] = p;
356
- return o;
357
- }, It = (e) => (z("data-v-d03b93c8"), e = e(), E(), e), Rt = {
352
+ const zt = /* @__PURE__ */ Bt(W, [["render", Pt], ["__scopeId", "data-v-f3ee6b2b"]]), ot = (o, r) => {
353
+ const s = o.__vccOpts || o;
354
+ for (const [c, p] of r)
355
+ s[c] = p;
356
+ return s;
357
+ }, Dt = (o) => (D("data-v-d03b93c8"), o = o(), A(), o), At = {
358
358
  key: 0,
359
359
  class: "overlay"
360
- }, Tt = /* @__PURE__ */ It(() => /* @__PURE__ */ t("div", { class: "column-title-2" }, null, -1)), Ot = ["onClick"], Ft = {
360
+ }, Wt = /* @__PURE__ */ Dt(() => /* @__PURE__ */ t("div", { class: "column-title-2" }, null, -1)), Zt = ["onClick"], jt = {
361
361
  __name: "ScrollColumns",
362
362
  props: {
363
363
  availablePlayers: {
@@ -370,70 +370,70 @@ const Vt = /* @__PURE__ */ Ct(A, [["render", Mt], ["__scopeId", "data-v-f3ee6b2b
370
370
  }
371
371
  },
372
372
  emits: ["expand", "open-media"],
373
- setup(e, { expose: d, emit: o }) {
374
- const u = e, p = m(null), h = m(null), y = m(0);
375
- m(!1);
376
- const $ = V(() => {
377
- const b = u.availablePlayers[0];
378
- return b ? b.stats : [];
379
- }), B = V(() => {
380
- const b = `repeat(${$.value.length}, max-content) 36px`;
381
- let v = "";
382
- return y.value > 0 && document.querySelectorAll(".column-title-2").forEach((w) => {
383
- v += `${w.offsetWidth}px `;
373
+ setup(o, { expose: r, emit: s }) {
374
+ const c = o, p = C(null), h = C(null), y = C(0);
375
+ C(!1);
376
+ const L = V(() => {
377
+ const a = c.availablePlayers[0];
378
+ return a ? a.stats : [];
379
+ }), $ = V(() => {
380
+ const a = `repeat(${L.value.length}, max-content) 36px`;
381
+ let g = "";
382
+ return y.value > 0 && document.querySelectorAll(".column-title-2").forEach((B) => {
383
+ g += `${B.offsetWidth}px `;
384
384
  }), {
385
- "--grid-template-columns": b,
386
- "--grid-template-columns-totals": v || b
385
+ "--grid-template-columns": a,
386
+ "--grid-template-columns-totals": g || a
387
387
  };
388
388
  });
389
- function f() {
390
- p.value = new ResizeObserver((b) => {
391
- for (const v of b) {
392
- const { width: C } = v.contentRect;
393
- y.value = C;
389
+ function v() {
390
+ p.value = new ResizeObserver((a) => {
391
+ for (const g of a) {
392
+ const { width: b } = g.contentRect;
393
+ y.value = b;
394
394
  }
395
395
  }), p.value.observe(h.value);
396
396
  }
397
- function M(b, v) {
398
- const w = document.querySelectorAll(".scrollable-row-totals")[b + 1];
399
- w && (w.style.marginTop = `${v}px`);
397
+ function M(a, g) {
398
+ const B = document.querySelectorAll(".scrollable-row-totals")[a + 1];
399
+ B && (B.style.marginTop = `${g}px`);
400
400
  }
401
- function R({ player: b, stat: v }) {
402
- !v.total || v === "0%" || !v.seasons || !v.seasons.length || o("open-media", { ...b, stat: v });
401
+ function R({ player: a, stat: g }) {
402
+ !g.total || g === "0%" || !g.seasons || !g.seasons.length || s("open-media", { ...a, stat: g });
403
403
  }
404
- return K(() => {
405
- f();
406
- }), d({
404
+ return et(() => {
405
+ v();
406
+ }), r({
407
407
  setMarginTopDetails: M
408
- }), (b, v) => (l(), n("div", {
408
+ }), (a, g) => (l(), n("div", {
409
409
  class: "scroll-columns",
410
- style: L(B.value)
410
+ style: S($.value)
411
411
  }, [
412
- e.isEditMode ? (l(), n("div", Rt)) : S("", !0),
412
+ o.isEditMode ? (l(), n("div", At)) : x("", !0),
413
413
  t("div", {
414
414
  ref_key: "titlesRow",
415
415
  ref: h,
416
416
  class: "scrollable-row-2"
417
417
  }, [
418
- (l(!0), n(I, null, O($.value, (C) => (l(), n("div", {
419
- key: `t-${C.category_id}`,
418
+ (l(!0), n(I, null, E(L.value, (b) => (l(), n("div", {
419
+ key: `t-${b.category_id}`,
420
420
  class: "column-title-2"
421
- }, c(C.name), 1))), 128)),
422
- Tt
421
+ }, f(b.name), 1))), 128)),
422
+ Wt
423
423
  ], 512),
424
- (l(!0), n(I, null, O(e.availablePlayers, (C, w) => (l(), n("div", {
425
- key: `i-${C.id}`,
424
+ (l(!0), n(I, null, E(o.availablePlayers, (b, B) => (l(), n("div", {
425
+ key: `i-${b.id}`,
426
426
  class: "row scrollable-row-totals"
427
427
  }, [
428
- (l(!0), n(I, null, O(C.stats, (k) => (l(), n("div", {
429
- key: k.category_id,
430
- class: _(["row data-info", { odd: w % 2 !== 0, underline: !!k.total && k.total !== "0%" && k.seasons && k.seasons.length }]),
431
- onClick: (W) => R({ player: C, stat: k })
432
- }, c(k.total), 11, Ot))), 128))
428
+ (l(!0), n(I, null, E(b.stats, (w) => (l(), n("div", {
429
+ key: w.category_id,
430
+ class: _(["row data-info", { odd: B % 2 !== 0, underline: !!w.total && w.total !== "0%" && w.seasons && w.seasons.length }]),
431
+ onClick: (Z) => R({ player: b, stat: w })
432
+ }, f(w.total), 11, Zt))), 128))
433
433
  ]))), 128))
434
434
  ], 4));
435
435
  }
436
- }, Pt = /* @__PURE__ */ Q(Ft, [["__scopeId", "data-v-d03b93c8"]]), g = (e) => (z("data-v-378d650a"), e = e(), E(), e), zt = { class: "table__static-column" }, Et = /* @__PURE__ */ g(() => /* @__PURE__ */ t("div", { class: "static-title column-title" }, null, -1)), At = { class: "container" }, Wt = { class: "details-row__info" }, Dt = { class: "details-row__info__personal" }, Zt = { class: "bold" }, jt = { class: "bold" }, Ht = { class: "bold" }, Nt = { class: "bold" }, Gt = { class: "details-row__info__games" }, qt = { class: "bold" }, Ut = { class: "bold" }, Jt = ["onClick"], Kt = /* @__PURE__ */ g(() => /* @__PURE__ */ t("div", null, "Ver gráfica", -1)), Qt = /* @__PURE__ */ g(() => /* @__PURE__ */ t("svg", {
436
+ }, Ht = /* @__PURE__ */ ot(jt, [["__scopeId", "data-v-d03b93c8"]]), m = (o) => (D("data-v-ef3c543d"), o = o(), A(), o), Nt = { class: "table__static-column" }, Gt = /* @__PURE__ */ m(() => /* @__PURE__ */ t("div", { class: "static-title column-title" }, null, -1)), Ut = { class: "container" }, qt = { class: "details-row__info" }, Jt = { class: "details-row__info__personal" }, Xt = { class: "bold" }, Kt = { class: "bold" }, Qt = { class: "bold" }, Yt = { class: "bold" }, te = { class: "details-row__info__games" }, ee = { class: "bold" }, oe = { class: "bold" }, se = ["onClick"], ie = /* @__PURE__ */ m(() => /* @__PURE__ */ t("div", null, "Ver gráfica", -1)), le = /* @__PURE__ */ m(() => /* @__PURE__ */ t("svg", {
437
437
  width: "17",
438
438
  height: "16",
439
439
  viewBox: "0 0 17 16",
@@ -456,10 +456,10 @@ const Vt = /* @__PURE__ */ Ct(A, [["render", Mt], ["__scopeId", "data-v-f3ee6b2b
456
456
  })
457
457
  ])
458
458
  ])
459
- ], -1)), Xt = [
460
- Kt,
461
- Qt
462
- ], Yt = ["onClick"], te = /* @__PURE__ */ g(() => /* @__PURE__ */ t("div", null, "Eliminar de lista", -1)), ee = /* @__PURE__ */ g(() => /* @__PURE__ */ t("svg", {
459
+ ], -1)), ne = [
460
+ ie,
461
+ le
462
+ ], ae = ["onClick"], de = /* @__PURE__ */ m(() => /* @__PURE__ */ t("div", null, "Eliminar de lista", -1)), re = /* @__PURE__ */ m(() => /* @__PURE__ */ t("svg", {
463
463
  width: "17",
464
464
  height: "15",
465
465
  viewBox: "0 0 20 18",
@@ -490,10 +490,10 @@ const Vt = /* @__PURE__ */ Ct(A, [["render", Mt], ["__scopeId", "data-v-f3ee6b2b
490
490
  "stroke-linecap": "round",
491
491
  "stroke-linejoin": "round"
492
492
  })
493
- ], -1)), oe = [
494
- te,
495
- ee
496
- ], se = ["onClick"], ie = /* @__PURE__ */ g(() => /* @__PURE__ */ t("div", null, "Agregar a lista", -1)), le = /* @__PURE__ */ g(() => /* @__PURE__ */ t("svg", {
493
+ ], -1)), ce = [
494
+ de,
495
+ re
496
+ ], ue = ["onClick"], fe = /* @__PURE__ */ m(() => /* @__PURE__ */ t("div", null, "Agregar a lista", -1)), he = /* @__PURE__ */ m(() => /* @__PURE__ */ t("svg", {
497
497
  width: "20",
498
498
  height: "20",
499
499
  viewBox: "0 0 20 20",
@@ -524,69 +524,69 @@ const Vt = /* @__PURE__ */ Ct(A, [["render", Mt], ["__scopeId", "data-v-f3ee6b2b
524
524
  "stroke-linecap": "round",
525
525
  "stroke-linejoin": "round"
526
526
  })
527
- ], -1)), ne = [
528
- ie,
529
- le
530
- ], ae = ["onClick"], de = /* @__PURE__ */ g(() => /* @__PURE__ */ t("div", null, "Ver perfil", -1)), re = [
531
- de
532
- ], ce = { class: "static-row__info-player" }, ue = { class: "position" }, he = ["onClick"], fe = /* @__PURE__ */ g(() => /* @__PURE__ */ t("path", {
527
+ ], -1)), ve = [
528
+ fe,
529
+ he
530
+ ], pe = ["onClick"], ge = /* @__PURE__ */ m(() => /* @__PURE__ */ t("div", null, "Ver perfil", -1)), _e = [
531
+ ge
532
+ ], me = { class: "static-row__info-player" }, be = { class: "position" }, Ce = ["onClick"], ye = /* @__PURE__ */ m(() => /* @__PURE__ */ t("path", {
533
533
  d: "M13.3345 16.5001V14.8334C13.3345 13.9494 12.9833 13.1015 12.3582 12.4764C11.7331 11.8513 10.8852 11.5001 10.0012 11.5001H5.00126C4.11722 11.5001 3.26938 11.8513 2.64427 12.4764C2.01915 13.1015 1.66797 13.9494 1.66797 14.8334V16.5001",
534
534
  stroke: "white",
535
535
  "stroke-opacity": "0.5",
536
536
  "stroke-width": "1.5",
537
537
  "stroke-linecap": "round",
538
538
  "stroke-linejoin": "round"
539
- }, null, -1)), ve = /* @__PURE__ */ g(() => /* @__PURE__ */ t("path", {
539
+ }, null, -1)), we = /* @__PURE__ */ m(() => /* @__PURE__ */ t("path", {
540
540
  d: "M7.50126 8.16658C9.34219 8.16658 10.8346 6.67422 10.8346 4.83329C10.8346 2.99237 9.34219 1.5 7.50126 1.5C5.66033 1.5 4.16797 2.99237 4.16797 4.83329C4.16797 6.67422 5.66033 8.16658 7.50126 8.16658Z",
541
541
  stroke: "white",
542
542
  "stroke-opacity": "0.5",
543
543
  "stroke-width": "1.5",
544
544
  "stroke-linecap": "round",
545
545
  "stroke-linejoin": "round"
546
- }, null, -1)), pe = /* @__PURE__ */ g(() => /* @__PURE__ */ t("path", {
546
+ }, null, -1)), ke = /* @__PURE__ */ m(() => /* @__PURE__ */ t("path", {
547
547
  d: "M18.332 8.16663H13.332",
548
548
  stroke: "white",
549
549
  "stroke-opacity": "0.5",
550
550
  "stroke-width": "1.5",
551
551
  "stroke-linecap": "round",
552
552
  "stroke-linejoin": "round"
553
- }, null, -1)), _e = [
554
- fe,
555
- ve,
556
- pe
557
- ], ge = ["onClick"], be = /* @__PURE__ */ g(() => /* @__PURE__ */ t("path", {
553
+ }, null, -1)), xe = [
554
+ ye,
555
+ we,
556
+ ke
557
+ ], Se = ["onClick"], Le = /* @__PURE__ */ m(() => /* @__PURE__ */ t("path", {
558
558
  d: "M13.2016 17.2012V15.601C13.2016 14.7522 12.8645 13.9381 12.2643 13.3379C11.664 12.7377 10.85 12.4005 10.0012 12.4005H5.20047C4.35165 12.4005 3.5376 12.7377 2.9374 13.3379C2.33719 13.9381 2 14.7522 2 15.601V17.2012",
559
559
  stroke: "white",
560
560
  "stroke-opacity": "1",
561
561
  "stroke-width": "1.44023",
562
562
  "stroke-linecap": "round",
563
563
  "stroke-linejoin": "round"
564
- }, null, -1)), me = /* @__PURE__ */ g(() => /* @__PURE__ */ t("path", {
564
+ }, null, -1)), $e = /* @__PURE__ */ m(() => /* @__PURE__ */ t("path", {
565
565
  d: "M7.60086 9.19977C9.36843 9.19977 10.8013 7.76687 10.8013 5.9993C10.8013 4.23173 9.36843 2.79883 7.60086 2.79883C5.83329 2.79883 4.40039 4.23173 4.40039 5.9993C4.40039 7.76687 5.83329 9.19977 7.60086 9.19977Z",
566
566
  stroke: "white",
567
567
  "stroke-opacity": "1",
568
568
  "stroke-width": "1.44023",
569
569
  "stroke-linecap": "round",
570
570
  "stroke-linejoin": "round"
571
- }, null, -1)), Ce = /* @__PURE__ */ g(() => /* @__PURE__ */ t("path", {
571
+ }, null, -1)), Be = /* @__PURE__ */ m(() => /* @__PURE__ */ t("path", {
572
572
  d: "M15.5996 6.79944V11.6001M17.9999 9.19979H13.1992",
573
573
  stroke: "white",
574
574
  "stroke-opacity": "1",
575
575
  "stroke-width": "1.44023",
576
576
  "stroke-linecap": "round",
577
577
  "stroke-linejoin": "round"
578
- }, null, -1)), ye = [
579
- be,
580
- me,
581
- Ce
582
- ], we = { class: "player-photo" }, ke = ["src"], xe = { class: "player-name" }, Se = { class: "arrow" }, Le = ["onClick"], $e = /* @__PURE__ */ g(() => /* @__PURE__ */ t("path", {
578
+ }, null, -1)), Me = [
579
+ Le,
580
+ $e,
581
+ Be
582
+ ], Ve = { class: "player-photo" }, Ie = ["src"], Re = { class: "player-name" }, Te = { class: "arrow" }, Ee = ["onClick"], Oe = /* @__PURE__ */ m(() => /* @__PURE__ */ t("path", {
583
583
  "fill-rule": "evenodd",
584
584
  "clip-rule": "evenodd",
585
585
  d: "M6 4.93631L10.2929 1.23496C10.6834 0.898244 11.3166 0.898244 11.7071 1.23496C12.0976 1.57167 12.0976 2.11759 11.7071 2.4543L6.70711 6.76532C6.31658 7.10203 5.68342 7.10203 5.29289 6.76532L0.292893 2.4543C-0.0976311 2.11759 -0.0976311 1.57167 0.292893 1.23496C0.683418 0.898244 1.31658 0.898244 1.70711 1.23496L6 4.93631Z",
586
586
  fill: "#D9D9D9"
587
- }, null, -1)), Be = [
588
- $e
589
- ], Me = { class: "table__scrollable-columns" }, Ve = /* @__PURE__ */ dt('<div class="titles scrollable-row" data-v-378d650a><div class="column-title" data-v-378d650a>Equipo</div><div class="column-title" data-v-378d650a>Posición</div><div class="column-title" data-v-378d650a>Edad</div><div class="column-title" data-v-378d650a>País</div><div class="column-title" data-v-378d650a>Partidos Jugados</div><div class="column-title" data-v-378d650a>Minutos Jugados</div><div class="column-title" data-v-378d650a>Liga</div><div class="column-title" data-v-378d650a>Videos</div><div class="column-title" data-v-378d650a></div></div>', 1), Ie = { class: "team-logo" }, Re = ["src"], Te = { class: "team-name data-info" }, Oe = ["src"], Fe = {
587
+ }, null, -1)), Fe = [
588
+ Oe
589
+ ], Pe = /* @__PURE__ */ gt('<div class="titles scrollable-row" data-v-ef3c543d><div class="column-title" data-v-ef3c543d>Equipo</div><div class="column-title" data-v-ef3c543d>Posición</div><div class="column-title" data-v-ef3c543d>Edad</div><div class="column-title" data-v-ef3c543d>País</div><div class="column-title" data-v-ef3c543d>Partidos Jugados</div><div class="column-title" data-v-ef3c543d>Minutos Jugados</div><div class="column-title" data-v-ef3c543d>Liga</div><div class="column-title" data-v-ef3c543d>Videos</div><div class="column-title" data-v-ef3c543d></div></div>', 1), ze = { class: "team-logo" }, De = ["src"], Ae = { class: "team-name data-info" }, We = ["src"], Ze = {
590
590
  __name: "GSC-TableScrollable",
591
591
  props: {
592
592
  players: {
@@ -613,24 +613,24 @@ const Vt = /* @__PURE__ */ Ct(A, [["render", Mt], ["__scopeId", "data-v-f3ee6b2b
613
613
  "view-graph",
614
614
  "open-media"
615
615
  ],
616
- setup(e, { emit: d }) {
617
- const o = e;
618
- let u = null, p = null;
619
- const h = m([]), y = m(null), $ = m(null), B = m(0), f = m(0), M = m(-1);
620
- m(!1);
621
- const R = m(null), b = V(() => ({
622
- "--width-details": `${B.value}px`,
623
- "--gap-static-row": `${v.value ? "8px" : "18px"}`,
624
- "--width-static-column": `${v.value ? "50%" : "256px"}`
625
- })), v = V(() => B.value < 600);
616
+ setup(o, { emit: r }) {
617
+ const s = o;
618
+ let c = null, p = null;
619
+ const h = C([]), y = C(null), L = C(null), $ = C(0), v = C(0), M = C(-1);
620
+ C(!1);
621
+ const R = C(null), a = C(null), g = V(() => ({
622
+ "--width-details": `${$.value}px`,
623
+ "--gap-static-row": `${b.value ? "8px" : "18px"}`,
624
+ "--width-static-column": `${b.value ? "50%" : "256px"}`
625
+ })), b = V(() => $.value < 600);
626
626
  F(
627
- () => o.players,
628
- (s) => {
629
- s && s.length && (h.value = s.map((a, i) => {
630
- const r = i + 1;
627
+ () => s.players,
628
+ (e) => {
629
+ e && e.length && (h.value = e.map((d, i) => {
630
+ const u = i + 1;
631
631
  return {
632
- ...a,
633
- position: r < 10 ? `0${r}` : `${r}`,
632
+ ...d,
633
+ position: u < 10 ? `0${u}` : `${u}`,
634
634
  isSelected: !1,
635
635
  isExpanded: !1,
636
636
  isOdd: i % 2 !== 0,
@@ -640,32 +640,32 @@ const Vt = /* @__PURE__ */ Ct(A, [["render", Mt], ["__scopeId", "data-v-f3ee6b2b
640
640
  },
641
641
  { immediate: !0 }
642
642
  ), F(
643
- () => o.isEditMode,
644
- (s) => {
645
- s && h.value.forEach((a) => {
646
- a.isSelected = !1;
643
+ () => s.isEditMode,
644
+ (e) => {
645
+ e && h.value.forEach((d) => {
646
+ d.isSelected = !1;
647
647
  });
648
648
  }
649
649
  ), F(
650
- f,
651
- (s) => {
650
+ v,
651
+ (e) => {
652
652
  const i = document.querySelectorAll(".static-row")[M.value + 1];
653
- i && (i.style.marginTop = `${s}px`), o.isGeneral ? C(M.value, s) : $.value && $.value.setMarginTopDetails(M.value, s), s === 0 && R.value && j(R.value);
653
+ i && (i.style.marginTop = `${e}px`), s.isGeneral ? B(M.value, e) : L.value && L.value.setMarginTopDetails(M.value, e), e === 0 && R.value && N(R.value);
654
654
  }
655
655
  );
656
- function C(s, a) {
657
- const r = document.querySelectorAll(".scrollable-row")[s + 2];
658
- r && (r.style.marginTop = `${a}px`);
656
+ function B(e, d) {
657
+ const u = document.querySelectorAll(".scrollable-row")[e + 2];
658
+ u && (u.style.marginTop = `${d}px`);
659
659
  }
660
- function w(s) {
661
- const a = s.player || s.objeto_player, i = a ? a.player_id || a.id || a.playerId : s.id || s.player_id, r = a ? a.team_id || a.teamId : s.team_id || s.teamId, x = {
660
+ function w(e) {
661
+ const d = e.player || e.objeto_player, i = d ? d.player_id || d.id || d.playerId : e.id || e.player_id, u = d ? d.team_id || d.teamId : e.team_id || e.teamId, k = {
662
662
  isFeaturedPlayers: !1,
663
663
  mainSectionType: 1,
664
664
  playListType: 2,
665
665
  gameIds: null,
666
666
  playerIds: i ? [i] : [],
667
667
  goalkeeperIds: [],
668
- teamId: r || 0,
668
+ teamId: u || 0,
669
669
  matchResult: [1, 2, 3],
670
670
  categorySingleName: "",
671
671
  isRivalSubject: !1,
@@ -678,28 +678,28 @@ const Vt = /* @__PURE__ */ Ct(A, [["render", Mt], ["__scopeId", "data-v-f3ee6b2b
678
678
  playListTitle: "Jugadas Relevantes"
679
679
  }
680
680
  };
681
- if (s.stat && s.stat.seasons && s.stat.seasons.length || s.seasons && s.seasons.length) {
682
- const P = [
683
- ...s.stat && s.stat.seasons && s.stat.seasons.length ? s.stat.seasons : s.seasons
681
+ if (e.stat && e.stat.seasons && e.stat.seasons.length || e.seasons && e.seasons.length) {
682
+ const z = [
683
+ ...e.stat && e.stat.seasons && e.stat.seasons.length ? e.stat.seasons : e.seasons
684
684
  ];
685
- P.sort((ot, st) => ot - st), x.seasonId = P.shift(), x.seasonsIds = P;
686
- } else (s.season_id || s.seasonId) && (x.seasonId = s.season_id || s.seasonId);
687
- s.stat ? s.stat.category_id ? x.categoryIds = s.stat.category_id : s.stat.custom_category_id && (x.customCategoryIds = [s.stat.custom_category_id]) : x.categoryIds = X(s.player_position), d("open-media", x);
685
+ z.sort((rt, ct) => rt - ct), k.seasonId = z.shift(), k.seasonsIds = z;
686
+ } else (e.season_id || e.seasonId) && (k.seasonId = e.season_id || e.seasonId);
687
+ e.stat ? e.stat.category_id ? k.categoryIds = e.stat.category_id : e.stat.custom_category_id && (k.customCategoryIds = [e.stat.custom_category_id]) : k.categoryIds = it(e.player_position), r("open-media", k);
688
688
  }
689
- function k() {
690
- u = new ResizeObserver((s) => {
691
- for (const a of s)
692
- B.value = a.contentRect.width;
693
- }), u.observe(y.value);
689
+ function Z() {
690
+ c = new ResizeObserver((e) => {
691
+ for (const d of e)
692
+ $.value = d.contentRect.width;
693
+ }), c.observe(y.value);
694
694
  }
695
- function W(s) {
696
- p = new ResizeObserver((a) => {
697
- for (const i of a)
698
- f.value = i.contentRect.height;
699
- }), p.observe(s);
695
+ function st(e) {
696
+ p = new ResizeObserver((d) => {
697
+ for (const i of d)
698
+ v.value = i.contentRect.height;
699
+ }), p.observe(e);
700
700
  }
701
- function X(s) {
702
- return s === "POR" ? [39, 40, 52, 53, 54, 55, 323, 324, 608, 774, 802] : [
701
+ function it(e) {
702
+ return e === "POR" ? [39, 40, 52, 53, 54, 55, 323, 324, 608, 774, 802] : [
703
703
  10,
704
704
  12,
705
705
  14,
@@ -745,156 +745,171 @@ const Vt = /* @__PURE__ */ Ct(A, [["render", Mt], ["__scopeId", "data-v-f3ee6b2b
745
745
  488
746
746
  ];
747
747
  }
748
- function Y(s, a) {
749
- a.isSelected = s;
750
- const i = h.value.filter((r) => r.isSelected);
751
- d("change-selected-players", i);
748
+ function lt(e, d) {
749
+ d.isSelected = e;
750
+ const i = h.value.filter((u) => u.isSelected);
751
+ r("change-selected-players", i);
752
752
  }
753
- function tt(s) {
754
- d("view-profile", s);
753
+ function nt(e) {
754
+ r("view-profile", e);
755
755
  }
756
- function D(s) {
757
- d("delete-from-list", s);
756
+ function j(e) {
757
+ r("delete-from-list", e);
758
758
  }
759
- function Z(s) {
760
- d("add-to-list", s);
759
+ function H(e) {
760
+ r("add-to-list", e);
761
761
  }
762
- function et(s) {
763
- d("show-graph", s);
762
+ function at(e) {
763
+ r("show-graph", e);
764
764
  }
765
- function j(s) {
766
- if (s.isExpanded) {
767
- s.isExpanded = !1, R.value = null;
765
+ function N(e) {
766
+ if (e.isExpanded) {
767
+ e.isExpanded = !1, R.value = null;
768
768
  return;
769
769
  }
770
- const a = h.value.find((x) => x.isExpanded);
771
- if (a && (a.isExpanded = !1), a) {
772
- R.value = s;
770
+ const d = h.value.find((k) => k.isExpanded);
771
+ if (d && (d.isExpanded = !1), d) {
772
+ R.value = e;
773
773
  return;
774
774
  }
775
- const r = document.querySelectorAll(".details-row")[s.index];
776
- M.value = s.index, W(r), s.isExpanded = !0;
775
+ const u = document.querySelectorAll(".details-row")[e.index];
776
+ M.value = e.index, st(u), e.isExpanded = !0;
777
+ }
778
+ let P = !1, G, U, q = function(e) {
779
+ P = !0, G = e.pageX - a.value.offsetLeft, U = a.value.scrollLeft;
780
+ }, O = function() {
781
+ P = !1;
782
+ };
783
+ function dt() {
784
+ a.value && (a.value.addEventListener("mousemove", (e) => {
785
+ if (!P)
786
+ return;
787
+ const i = e.pageX - a.value.offsetLeft - G;
788
+ a.value.scrollLeft = U - i;
789
+ }), a.value.addEventListener("mousedown", q, !1), a.value.addEventListener("mouseup", O, !1), a.value.addEventListener("mouseleave", O, !1));
777
790
  }
778
- return K(() => {
779
- k();
780
- }), (s, a) => (l(), n("div", {
791
+ return et(() => {
792
+ Z(), dt();
793
+ }), ut(() => {
794
+ c && c.disconnect(), p && p.disconnect(), a.value && (a.value.removeEventListener("mousemove", q, !1), a.value.removeEventListener("mouseup", O, !1), a.value.removeEventListener("mouseleave", O, !1));
795
+ }), (e, d) => (l(), n("div", {
781
796
  class: "table",
782
797
  ref_key: "tableSC",
783
798
  ref: y,
784
- style: L(b.value)
799
+ style: S(g.value)
785
800
  }, [
786
- t("div", zt, [
787
- Et,
788
- (l(!0), n(I, null, O(h.value, (i) => (l(), n("div", {
801
+ t("div", Nt, [
802
+ Gt,
803
+ (l(!0), n(I, null, E(h.value, (i) => (l(), n("div", {
789
804
  key: `s-${i.id}`,
790
805
  class: _(["row static-row", { odd: i.isOdd }])
791
806
  }, [
792
- H(it, null, {
793
- default: lt(() => [
794
- nt(t("div", {
807
+ J(ft, null, {
808
+ default: ht(() => [
809
+ vt(t("div", {
795
810
  class: _(["details-row", { odd: i.isOdd }])
796
811
  }, [
797
- t("div", At, [
798
- t("div", Wt, [
799
- t("div", Dt, [
812
+ t("div", Ut, [
813
+ t("div", qt, [
814
+ t("div", Jt, [
800
815
  t("div", null, [
801
816
  T("Equipo: "),
802
- t("span", Zt, c(i.team_name), 1)
817
+ t("span", Xt, f(i.team_name), 1)
803
818
  ]),
804
819
  t("div", null, [
805
820
  T("Edad: "),
806
- t("span", jt, c(i.player_age) + " Años", 1)
821
+ t("span", Kt, f(i.player_age) + " Años", 1)
807
822
  ]),
808
823
  t("div", null, [
809
824
  T("Nacionalidad: "),
810
- t("span", Ht, c(i.player_country), 1)
825
+ t("span", Qt, f(i.player_country), 1)
811
826
  ]),
812
827
  t("div", null, [
813
828
  T("Posición: "),
814
- t("span", Nt, c(i.position_name), 1)
829
+ t("span", Yt, f(i.position_name), 1)
815
830
  ])
816
831
  ]),
817
- t("div", Gt, [
832
+ t("div", te, [
818
833
  t("div", null, [
819
834
  T("Partidos Jugados: "),
820
- t("span", qt, c(i.player_games), 1)
835
+ t("span", ee, f(i.player_games), 1)
821
836
  ]),
822
837
  t("div", null, [
823
838
  T("Minutos Jugados: "),
824
- t("span", Ut, c(i.player_min), 1)
839
+ t("span", oe, f(i.player_min), 1)
825
840
  ])
826
841
  ])
827
842
  ]),
828
843
  t("div", {
829
844
  class: "details-row__buttons",
830
- style: L(v.value ? "margin-left: 0; gap: 8px;" : "")
845
+ style: S(b.value ? "margin-left: 0; gap: 8px;" : "")
831
846
  }, [
832
847
  t("div", {
833
848
  role: "button",
834
849
  class: "button",
835
- onClick: (r) => et(i)
836
- }, Xt, 8, Jt),
837
- e.isTableFromList ? (l(), n("div", {
850
+ onClick: (u) => at(i)
851
+ }, ne, 8, se),
852
+ o.isTableFromList ? (l(), n("div", {
838
853
  key: 0,
839
854
  role: "button",
840
855
  class: "button",
841
- onClick: (r) => D(i)
842
- }, oe, 8, Yt)) : (l(), n("div", {
856
+ onClick: (u) => j(i)
857
+ }, ce, 8, ae)) : (l(), n("div", {
843
858
  key: 1,
844
859
  role: "button",
845
860
  class: "button",
846
- onClick: (r) => Z(i)
847
- }, ne, 8, se)),
861
+ onClick: (u) => H(i)
862
+ }, ve, 8, ue)),
848
863
  t("div", {
849
864
  role: "button",
850
865
  class: "button green",
851
- onClick: (r) => tt(i)
852
- }, re, 8, ae)
866
+ onClick: (u) => nt(i)
867
+ }, _e, 8, pe)
853
868
  ], 4)
854
869
  ])
855
870
  ], 2), [
856
- [at, i.isExpanded]
871
+ [pt, i.isExpanded]
857
872
  ])
858
873
  ]),
859
874
  _: 2
860
875
  }, 1024),
861
- e.isEditMode ? (l(), N(G(mt), {
876
+ o.isEditMode ? (l(), X(K($t), {
862
877
  key: 0,
863
878
  fontFamily: "Poppins-Regular",
864
879
  labelFontSize: "14px",
865
880
  "model-value": i.isSelected,
866
- "onUpdate:modelValue": (r) => Y(r, i)
867
- }, null, 8, ["model-value", "onUpdate:modelValue"])) : S("", !0),
868
- t("div", ce, [
869
- t("div", ue, c(i.position), 1),
870
- e.isTableFromList ? (l(), n("svg", {
881
+ "onUpdate:modelValue": (u) => lt(u, i)
882
+ }, null, 8, ["model-value", "onUpdate:modelValue"])) : x("", !0),
883
+ t("div", me, [
884
+ t("div", be, f(i.position), 1),
885
+ o.isTableFromList ? (l(), n("svg", {
871
886
  key: 0,
872
887
  width: "20",
873
888
  height: "20",
874
889
  viewBox: "0 0 20 20",
875
890
  fill: "none",
876
891
  xmlns: "http://www.w3.org/2000/svg",
877
- onClick: (r) => D(i)
878
- }, _e, 8, he)) : (l(), n("svg", {
892
+ onClick: (u) => j(i)
893
+ }, xe, 8, Ce)) : (l(), n("svg", {
879
894
  key: 1,
880
895
  width: "20",
881
896
  height: "20",
882
897
  viewBox: "0 0 20 20",
883
898
  fill: "none",
884
899
  xmlns: "http://www.w3.org/2000/svg",
885
- onClick: (r) => Z(i)
886
- }, ye, 8, ge)),
887
- t("div", we, [
900
+ onClick: (u) => H(i)
901
+ }, Me, 8, Se)),
902
+ t("div", Ve, [
888
903
  t("div", null, [
889
904
  t("img", {
890
905
  src: i.player_photo,
891
906
  alt: "player photo"
892
- }, null, 8, ke)
907
+ }, null, 8, Ie)
893
908
  ])
894
909
  ]),
895
- t("div", xe, c(i.player_name), 1)
910
+ t("div", Re, f(i.player_name), 1)
896
911
  ]),
897
- t("div", Se, [
912
+ t("div", Te, [
898
913
  (l(), n("svg", {
899
914
  class: _(["_arrowExpandIcon_6ak64_1115 _rotate_6ak64_5", { expanded: i.isExpanded }]),
900
915
  width: "12",
@@ -902,35 +917,39 @@ const Vt = /* @__PURE__ */ Ct(A, [["render", Mt], ["__scopeId", "data-v-f3ee6b2b
902
917
  viewBox: "0 0 12 8",
903
918
  fill: "#D9D9D9",
904
919
  xmlns: "http://www.w3.org/2000/svg",
905
- onClick: (r) => j(i)
906
- }, Be, 10, Le))
920
+ onClick: (u) => N(i)
921
+ }, Fe, 10, Ee))
907
922
  ])
908
923
  ], 2))), 128))
909
924
  ]),
910
- t("div", Me, [
911
- e.isGeneral ? (l(), n(I, { key: 0 }, [
912
- Ve,
913
- (l(!0), n(I, null, O(h.value, (i) => (l(), n("div", {
925
+ t("div", {
926
+ ref_key: "scrollableColumns",
927
+ ref: a,
928
+ class: "table__scrollable-columns"
929
+ }, [
930
+ o.isGeneral ? (l(), n(I, { key: 0 }, [
931
+ Pe,
932
+ (l(!0), n(I, null, E(h.value, (i) => (l(), n("div", {
914
933
  key: `i-${i.id}`,
915
934
  class: "row scrollable-row"
916
935
  }, [
917
936
  t("div", {
918
937
  class: _(["row team-info", { odd: i.isOdd }])
919
938
  }, [
920
- t("div", Ie, [
939
+ t("div", ze, [
921
940
  t("img", {
922
941
  src: i.team_logo,
923
942
  alt: "team logo"
924
- }, null, 8, Re)
943
+ }, null, 8, De)
925
944
  ]),
926
- t("div", Te, c(i.team_abrev), 1)
945
+ t("div", Ae, f(i.team_abrev), 1)
927
946
  ], 2),
928
947
  t("div", {
929
948
  class: _(["row data-info", { odd: i.isOdd }])
930
- }, c(i.player_position), 3),
949
+ }, f(i.player_position), 3),
931
950
  t("div", {
932
951
  class: _(["row data-info", { odd: i.isOdd }])
933
- }, c(i.player_age), 3),
952
+ }, f(i.player_age), 3),
934
953
  t("div", {
935
954
  class: _(["row data-info", { odd: i.isOdd }])
936
955
  }, [
@@ -938,21 +957,21 @@ const Vt = /* @__PURE__ */ Ct(A, [["render", Mt], ["__scopeId", "data-v-f3ee6b2b
938
957
  src: i.player_country_flag,
939
958
  alt: "player country flag",
940
959
  class: "country-flag"
941
- }, null, 8, Oe)
960
+ }, null, 8, We)
942
961
  ], 2),
943
962
  t("div", {
944
963
  class: _(["row data-info", { odd: i.isOdd }])
945
- }, c(i.player_games), 3),
964
+ }, f(i.player_games), 3),
946
965
  t("div", {
947
966
  class: _(["row data-info", { odd: i.isOdd }])
948
- }, c(i.player_min), 3),
967
+ }, f(i.player_min), 3),
949
968
  t("div", {
950
969
  class: _(["row data-info", { odd: i.isOdd }])
951
- }, c(i.league_name), 3),
970
+ }, f(i.league_name), 3),
952
971
  t("div", {
953
972
  class: _(["row data-info", { odd: i.isOdd }])
954
973
  }, [
955
- H(G(Vt), {
974
+ J(K(zt), {
956
975
  icon: "https://golstatsimages.blob.core.windows.net/images-library/arrow-btn.png",
957
976
  "icon-size": "19px",
958
977
  "icon-position": "left",
@@ -965,25 +984,25 @@ const Vt = /* @__PURE__ */ Ct(A, [["render", Mt], ["__scopeId", "data-v-f3ee6b2b
965
984
  "border-color": "#55636e",
966
985
  "text-value": "Ver videos",
967
986
  "font-size": "10px",
968
- onClick: (r) => w(i)
987
+ onClick: (u) => w(i)
969
988
  }, null, 8, ["onClick"])
970
989
  ], 2),
971
990
  t("div", {
972
991
  class: _(["row data-info", { odd: i.isOdd }])
973
992
  }, null, 2)
974
993
  ]))), 128))
975
- ], 64)) : (l(), N(Pt, {
994
+ ], 64)) : (l(), X(Ht, {
976
995
  key: 1,
977
996
  ref_key: "scrollColumns",
978
- ref: $,
997
+ ref: L,
979
998
  "available-players": h.value,
980
- "is-edit-mode": e.isEditMode,
999
+ "is-edit-mode": o.isEditMode,
981
1000
  onOpenMedia: w
982
1001
  }, null, 8, ["available-players", "is-edit-mode"]))
983
- ])
1002
+ ], 512)
984
1003
  ], 4));
985
1004
  }
986
- }, ze = /* @__PURE__ */ Q(Fe, [["__scopeId", "data-v-378d650a"]]);
1005
+ }, He = /* @__PURE__ */ ot(Ze, [["__scopeId", "data-v-ef3c543d"]]);
987
1006
  export {
988
- ze as GSCTableScrollable
1007
+ He as GSCTableScrollable
989
1008
  };