@golstats/gsc-table-scrollable 1.0.17 → 1.0.18

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 rt, ref as C, computed as I, watch as F, createElementBlock as a, openBlock as n, normalizeClass as y, createElementVNode as t, createCommentVNode as x, normalizeStyle as B, Fragment as O, toDisplayString as v, pushScopeId as H, popScopeId as N, onMounted as dt, renderList as z, onBeforeUnmount as wt, createVNode as st, createBlock as it, Transition as kt, withCtx as bt, withDirectives as yt, createTextVNode as D, vShow as xt, unref as lt } from "vue";
2
- const St = (s, c) => {
3
- const i = s.__vccOpts || s;
4
- for (const [u, g] of c)
5
- i[u] = g;
6
- return i;
7
- }, Mt = { key: 1 }, Lt = {
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 = {
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
- }, $t = ["fill"], Bt = {
13
+ }, ht = ["fill"], ft = {
14
14
  key: 0,
15
15
  class: "checkbox__teams"
16
- }, Rt = { class: "checkbox__teams__logo" }, Et = ["src"], Pt = { class: "checkbox__teams__logo" }, Tt = ["src"], It = {
16
+ }, vt = { class: "checkbox__teams__logo" }, pt = ["src"], _t = { class: "checkbox__teams__logo" }, gt = ["src"], bt = {
17
17
  __name: "GSC-Checkbox",
18
18
  props: {
19
19
  width: {
@@ -72,8 +72,8 @@ const St = (s, c) => {
72
72
  type: String,
73
73
  default: "left",
74
74
  // values can be 'left', 'right', 'top', 'bottom'
75
- validator(s) {
76
- return ["left", "right", "top", "bottom"].includes(s);
75
+ validator(e) {
76
+ return ["left", "right", "top", "bottom"].includes(e);
77
77
  }
78
78
  },
79
79
  boxMarginTop: {
@@ -122,100 +122,100 @@ const St = (s, c) => {
122
122
  }
123
123
  },
124
124
  emits: ["update:modelValue"],
125
- setup(s, { emit: c }) {
126
- const i = s;
127
- rt((_) => ({
128
- "7bd9d47b": s.width,
129
- "34dc7ddc": s.height
125
+ setup(e, { emit: d }) {
126
+ const o = e;
127
+ J((f) => ({
128
+ "7bd9d47b": e.width,
129
+ "34dc7ddc": e.height
130
130
  }));
131
- const u = C(!1), g = I(() => {
132
- const _ = {
133
- color: i.boxValueColor,
134
- "font-family": i.fontFamily,
135
- height: i.boxWidthAndHeight,
136
- width: i.boxWidthAndHeight,
137
- minWidth: i.boxWidthAndHeight,
138
- "border-radius": i.boxBorderRadius,
139
- "margin-top": i.boxMarginTop
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
140
140
  };
141
- return u.value ? (_["background-color"] = i.boxBackgroundColor, _.border = `solid ${i.boxBorderWidth} ${i.boxBackgroundColor}`) : _.border = `solid ${i.boxBorderWidth} ${i.boxBorderColor}`, _;
142
- }), m = I(() => ({
143
- "font-family": i.boxValueFontFamily,
144
- "font-size": i.boxValueFontSize,
145
- color: i.boxValueColor,
141
+ return u.value ? (f["background-color"] = o.boxBackgroundColor, f.border = `solid ${o.boxBorderWidth} ${o.boxBackgroundColor}`) : f.border = `solid ${o.boxBorderWidth} ${o.boxBorderColor}`, f;
142
+ }), h = V(() => ({
143
+ "font-family": o.boxValueFontFamily,
144
+ "font-size": o.boxValueFontSize,
145
+ color: o.boxValueColor,
146
146
  "line-height": 1
147
- })), S = I(() => {
148
- const _ = {
149
- color: i.labelColor,
150
- "font-family": i.fontFamily,
151
- "font-size": i.labelFontSize,
152
- "white-space": i.labelWhiteSpace,
153
- "text-align": i.boxPosition === "top" || i.boxPosition === "bottom" ? "center" : i.boxPosition
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
154
154
  };
155
- return (i.boxPosition === "left" || i.boxPosition === "right") && (_[`margin-${i.boxPosition}`] = i.isBoxOnly ? "0" : i.teamsIds ? "8px" : "10px"), _;
155
+ return (o.boxPosition === "left" || o.boxPosition === "right") && (f[`margin-${o.boxPosition}`] = o.isBoxOnly ? "0" : o.teamsIds ? "8px" : "10px"), f;
156
156
  });
157
157
  F(
158
- () => i.modelValue,
159
- (_) => {
160
- _ !== u.value && (u.value = _);
158
+ () => o.modelValue,
159
+ (f) => {
160
+ f !== u.value && (u.value = f);
161
161
  },
162
162
  { immediate: !0 }
163
163
  );
164
- function R() {
165
- i.avoidInteraction || !u.value && i.avoidToCheck || (u.value = !u.value, c("update:modelValue", u.value));
164
+ function $() {
165
+ o.avoidInteraction || !u.value && o.avoidToCheck || (u.value = !u.value, d("update:modelValue", u.value));
166
166
  }
167
- function E(_) {
168
- return `${{}.TEAM_LOGOS_URL || "https://golstatsimages.blob.core.windows.net/teams-80/"}${_}.png`;
167
+ function B(f) {
168
+ return `${{}.TEAM_LOGOS_URL || "https://golstatsimages.blob.core.windows.net/teams-80/"}${f}.png`;
169
169
  }
170
- return (_, P) => (n(), a("div", {
171
- class: y(["checkbox", `box-${s.boxPosition}`]),
172
- onClick: R
170
+ return (f, M) => (l(), n("div", {
171
+ class: _(["checkbox", `box-${e.boxPosition}`]),
172
+ onClick: $
173
173
  }, [
174
174
  t("div", {
175
175
  class: "checkbox__box",
176
- style: B(g.value)
176
+ style: L(p.value)
177
177
  }, [
178
- u.value ? (n(), a(O, { key: 0 }, [
179
- i.boxValue ? (n(), a("div", {
178
+ u.value ? (l(), n(I, { key: 0 }, [
179
+ o.boxValue ? (l(), n("div", {
180
180
  key: 0,
181
181
  class: "checkbox__box__value",
182
- style: B(m.value)
183
- }, v(s.boxValue), 5)) : (n(), a("div", Mt, [
184
- (n(), a("svg", Lt, [
182
+ style: L(h.value)
183
+ }, c(e.boxValue), 5)) : (l(), n("div", ct, [
184
+ (l(), n("svg", ut, [
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: s.boxValueColor
188
- }, null, 8, $t)
187
+ fill: e.boxValueColor
188
+ }, null, 8, ht)
189
189
  ]))
190
190
  ]))
191
- ], 64)) : x("", !0)
191
+ ], 64)) : S("", !0)
192
192
  ], 4),
193
- s.teamsIds && s.teamsIds.length ? (n(), a("div", Bt, [
194
- t("div", Rt, [
193
+ e.teamsIds && e.teamsIds.length ? (l(), n("div", ft, [
194
+ t("div", vt, [
195
195
  t("img", {
196
- src: E(s.teamsIds[0]),
196
+ src: B(e.teamsIds[0]),
197
197
  alt: ""
198
- }, null, 8, Et)
198
+ }, null, 8, pt)
199
199
  ]),
200
- t("div", Pt, [
200
+ t("div", _t, [
201
201
  t("img", {
202
- src: E(s.teamsIds[1]),
202
+ src: B(e.teamsIds[1]),
203
203
  alt: ""
204
- }, null, 8, Tt)
204
+ }, null, 8, gt)
205
205
  ])
206
- ])) : x("", !0),
206
+ ])) : S("", !0),
207
207
  t("div", {
208
208
  class: "checkbox__label",
209
- style: B(S.value)
210
- }, v(s.label), 5)
209
+ style: L(y.value)
210
+ }, c(e.label), 5)
211
211
  ], 2));
212
212
  }
213
- }, Ot = /* @__PURE__ */ St(It, [["__scopeId", "data-v-b6f124d8"]]), Vt = (s, c) => {
214
- const i = s.__vccOpts || s;
215
- for (const [u, g] of c)
216
- i[u] = g;
217
- return i;
218
- }, G = {
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 = {
219
219
  props: {
220
220
  type: { type: Number, default: 0 },
221
221
  value: { type: Boolean, default: !1 },
@@ -252,8 +252,8 @@ const St = (s, c) => {
252
252
  value: {
253
253
  deep: !0,
254
254
  immediate: !0,
255
- handler(s) {
256
- this.status = s;
255
+ handler(e) {
256
+ this.status = e;
257
257
  }
258
258
  }
259
259
  },
@@ -285,102 +285,79 @@ const St = (s, c) => {
285
285
  }
286
286
  },
287
287
  methods: {
288
- btnClick(s) {
289
- this.$emit("click", s), this.typeOnOff && (this.status = !this.status, this.$emit("status", this.status));
288
+ btnClick(e) {
289
+ this.$emit("click", e), this.typeOnOff && (this.status = !this.status, this.$emit("status", this.status));
290
290
  }
291
291
  }
292
- }, nt = () => {
293
- rt((s) => ({
294
- "9d01acb4": s.height,
295
- "14e95081": s.borderWidthBtn,
296
- "38fec285": s.borderType,
297
- 34353510: s.borderColor,
298
- "20d20dc6": s.borderRadius,
299
- 17130967: s.width,
300
- "4ccb7d36": s.backgroundColor,
301
- "5d1e86a2": s.cursorType,
302
- ce65d4a2: s.fontSize,
303
- fe4ac47a: s.fontStyle,
304
- f98e44dc: s.fontFamily,
305
- "93b87770": s.marginLeftStat,
306
- c7f7beba: s.fontSizeStat
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
307
307
  }));
308
- }, at = G.setup;
309
- G.setup = at ? (s, c) => (nt(), at(s, c)) : nt;
310
- const Dt = (s) => (H("data-v-f3ee6b2b"), s = s(), N(), s), Ft = ["src"], zt = {
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 = {
311
311
  key: 1,
312
312
  class: "text"
313
- }, At = ["src"], jt = { class: "stats" }, Zt = /* @__PURE__ */ Dt(() => /* @__PURE__ */ t("img", {
313
+ }, xt = ["src"], St = { class: "stats" }, Lt = /* @__PURE__ */ yt(() => /* @__PURE__ */ t("img", {
314
314
  class: "iconstats",
315
315
  src: "https://golstatsimages.blob.core.windows.net/todoelfut/playdes.png"
316
- }, null, -1)), Wt = { class: "numstats" }, Ht = { class: "leyend" };
317
- function Nt(s, c, i, u, g, m) {
318
- return n(), a("div", null, [
319
- i.type == 0 ? (n(), a("div", {
316
+ }, null, -1)), $t = { class: "numstats" }, Bt = { class: "leyend" };
317
+ function Mt(e, d, o, u, p, h) {
318
+ return l(), n("div", null, [
319
+ o.type == 0 ? (l(), n("div", {
320
320
  key: 0,
321
- class: y(["button", g.status && i.typeOnOff && "button-active"]),
322
- style: B([m.customStyle, g.status && i.typeOnOff && m.customActive]),
323
- onClick: c[0] || (c[0] = (...S) => m.btnClick && m.btnClick(...S))
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))
324
324
  }, [
325
- i.icon && i.iconPosition.toLowerCase() === "left" ? (n(), a("img", {
325
+ o.icon && o.iconPosition.toLowerCase() === "left" ? (l(), n("img", {
326
326
  key: 0,
327
327
  class: "icon",
328
- style: B({ width: i.iconSize }),
329
- src: i.icon
330
- }, null, 12, Ft)) : x("", !0),
331
- i.textValue ? (n(), a("div", zt, v(i.textValue), 1)) : x("", !0),
332
- i.icon && i.iconPosition.toLowerCase() === "right" ? (n(), a("img", {
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", {
333
333
  key: 2,
334
334
  class: "icon",
335
- style: B({ width: i.iconSize }),
336
- src: i.icon
337
- }, null, 12, At)) : x("", !0)
338
- ], 6)) : x("", !0),
339
- i.type == 1 ? (n(), a("div", {
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", {
340
340
  key: 1,
341
341
  class: "button-target",
342
- onClick: c[1] || (c[1] = (...S) => m.btnClick && m.btnClick(...S))
342
+ onClick: d[1] || (d[1] = (...y) => h.btnClick && h.btnClick(...y))
343
343
  }, [
344
- t("div", jt, [
345
- Zt,
346
- t("div", Wt, v(i.textStat), 1)
344
+ t("div", St, [
345
+ Lt,
346
+ t("div", $t, c(o.textStat), 1)
347
347
  ]),
348
- t("div", Ht, v(i.textCategory), 1)
349
- ])) : x("", !0)
348
+ t("div", Bt, c(o.textCategory), 1)
349
+ ])) : S("", !0)
350
350
  ]);
351
351
  }
352
- const Gt = /* @__PURE__ */ Vt(G, [["render", Nt], ["__scopeId", "data-v-f3ee6b2b"]]), ct = (s, c) => {
353
- const i = s.__vccOpts || s;
354
- for (const [u, g] of c)
355
- i[u] = g;
356
- return i;
357
- }, U = (s) => (H("data-v-df83603b"), s = s(), N(), s), Ut = {
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 = {
358
358
  key: 0,
359
359
  class: "overlay"
360
- }, qt = ["onClick"], Jt = /* @__PURE__ */ U(() => /* @__PURE__ */ t("svg", {
361
- width: "11",
362
- height: "12",
363
- viewBox: "0 0 11 12",
364
- fill: "none",
365
- xmlns: "http://www.w3.org/2000/svg"
366
- }, [
367
- /* @__PURE__ */ t("path", {
368
- d: "M7.50558 0C6.78112 0 6.10558 0.475441 5.89478 1.14401L1.21987 1.14286C0.904267 1.14286 0.648438 1.39886 0.648438 1.71429C0.648438 2.02972 0.904267 2.28572 1.21987 2.28572L5.89478 2.28516C6.15083 2.98516 6.78112 3.42858 7.50558 3.42858C8.23004 3.42858 8.86678 2.98402 9.1273 2.28059L10.3627 2.28572C10.6783 2.28572 10.9342 2.02972 10.9342 1.71429C10.9342 1.39886 10.6783 1.14286 10.3627 1.14286H9.12244C8.8473 0.446287 8.23004 0 7.50558 0ZM7.50558 1.14286C7.82118 1.14286 8.07701 1.39886 8.07701 1.71429C8.07701 2.02972 7.82118 2.28572 7.50558 2.28572C7.18998 2.28572 6.93415 2.02972 6.93415 1.71429C6.93415 1.39886 7.18998 1.14286 7.50558 1.14286ZM4.07701 4.28572C3.32387 4.28572 2.69347 4.7543 2.4633 5.42971C2.38295 5.43485 1.21987 5.42856 1.21987 5.42856C0.904267 5.42856 0.648438 5.68456 0.648438 5.99999C0.648438 6.31542 0.904267 6.57142 1.21987 6.57142C1.21987 6.57142 2.39267 6.55942 2.46575 6.56685C2.69593 7.24228 3.32387 7.71428 4.07701 7.71428C4.80146 7.71428 5.42226 7.27028 5.69381 6.57314L10.3627 6.57142C10.6783 6.57142 10.9342 6.31542 10.9342 5.99999C10.9342 5.68456 10.6783 5.42856 10.3627 5.42856L5.69083 5.42348C5.44038 4.74174 4.80146 4.28572 4.07701 4.28572ZM4.07701 5.42856C4.39261 5.42856 4.64844 5.68456 4.64844 5.99999C4.64844 6.31542 4.39261 6.57142 4.07701 6.57142C3.76141 6.57142 3.50558 6.31542 3.50558 5.99999C3.50558 5.68456 3.76141 5.42856 4.07701 5.42856ZM7.50558 8.57142C6.78112 8.57142 6.11844 9.04857 5.89438 9.70857L1.21987 9.71428C0.904267 9.71428 0.648438 9.97028 0.648438 10.2857C0.648438 10.6011 0.904267 10.8571 1.21987 10.8571L5.88592 10.8577C6.12301 11.5349 6.78112 12 7.50558 12C8.23004 12 8.85467 11.5469 9.12987 10.8577L10.3627 10.8571C10.6783 10.8571 10.9342 10.6011 10.9342 10.2857C10.9342 9.97028 10.6783 9.71428 10.3627 9.71428L9.12467 9.71091C8.87798 9.03491 8.23004 8.57142 7.50558 8.57142ZM7.50558 9.71428C7.82118 9.71428 8.07701 9.97028 8.07701 10.2857C8.07701 10.6011 7.82118 10.8571 7.50558 10.8571C7.18998 10.8571 6.93415 10.6011 6.93415 10.2857C6.93415 9.97028 7.18998 9.71428 7.50558 9.71428Z",
369
- fill: "white"
370
- })
371
- ], -1)), Xt = [
372
- Jt
373
- ], Kt = { class: "name" }, Qt = ["onClick"], Yt = /* @__PURE__ */ U(() => /* @__PURE__ */ t("g", {
374
- opacity: ".5",
375
- stroke: "#fff",
376
- "stroke-width": "1.677",
377
- "stroke-linecap": "round",
378
- "stroke-linejoin": "round"
379
- }, [
380
- /* @__PURE__ */ t("path", { d: "M4.532 2.13v13.74M8.202 12.2l-3.67 3.669-3.669-3.67M12.919 15.87V2.132M16.589 5.802l-3.67-3.67-3.669 3.67" })
381
- ], -1)), te = [
382
- Yt
383
- ], ee = /* @__PURE__ */ U(() => /* @__PURE__ */ t("div", { class: "column-title-2" }, null, -1)), oe = ["onClick"], se = {
360
+ }, Tt = /* @__PURE__ */ It(() => /* @__PURE__ */ t("div", { class: "column-title-2" }, null, -1)), Ot = ["onClick"], Ft = {
384
361
  __name: "ScrollColumns",
385
362
  props: {
386
363
  availablePlayers: {
@@ -392,119 +369,71 @@ const Gt = /* @__PURE__ */ Vt(G, [["render", Nt], ["__scopeId", "data-v-f3ee6b2b
392
369
  default: !1
393
370
  }
394
371
  },
395
- emits: ["expand", "open-media", "click-parameters", "sort"],
396
- setup(s, { expose: c, emit: i }) {
397
- const u = s, g = C(null), m = C(null), S = C(0);
398
- C(!1);
399
- const R = I(() => {
400
- const f = u.availablePlayers[0];
401
- return f ? f.stats : [];
402
- }), E = I(() => {
403
- const f = `repeat(${R.value.length}, max-content) 36px`;
404
- let h = "";
405
- return S.value > 0 && document.querySelectorAll(".column-title-2").forEach(($) => {
406
- h += `${$.offsetWidth}px `;
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 `;
407
384
  }), {
408
- "--grid-template-columns": f,
409
- "--grid-template-columns-totals": h || f
385
+ "--grid-template-columns": b,
386
+ "--grid-template-columns-totals": v || b
410
387
  };
411
388
  });
412
- function _() {
413
- g.value = new ResizeObserver((f) => {
414
- for (const h of f) {
415
- const { width: p } = h.contentRect;
416
- S.value = p;
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;
417
394
  }
418
- }), g.value.observe(m.value);
419
- }
420
- function P(f, h) {
421
- const $ = document.querySelectorAll(".scrollable-row-totals")[f + 1];
422
- $ && ($.style.marginTop = `${h}px`);
423
- }
424
- function A({ player: f, stat: h }) {
425
- !h.total || h === "0%" || !h.seasons || !h.seasons.length || i("open-media", { ...f, stat: h });
395
+ }), p.value.observe(h.value);
426
396
  }
427
- function V(f) {
428
- !f || f === "no" || i("click-parameters", f);
397
+ function M(b, v) {
398
+ const w = document.querySelectorAll(".scrollable-row-totals")[b + 1];
399
+ w && (w.style.marginTop = `${v}px`);
429
400
  }
430
- function b(f) {
431
- i("sort", f);
401
+ function R({ player: b, stat: v }) {
402
+ !v.total || v === "0%" || !v.seasons || !v.seasons.length || o("open-media", { ...b, stat: v });
432
403
  }
433
- return dt(() => {
434
- _();
435
- }), c({
436
- setMarginTopDetails: P
437
- }), (f, h) => (n(), a("div", {
404
+ return K(() => {
405
+ f();
406
+ }), d({
407
+ setMarginTopDetails: M
408
+ }), (b, v) => (l(), n("div", {
438
409
  class: "scroll-columns",
439
- style: B(E.value)
410
+ style: L(B.value)
440
411
  }, [
441
- s.isEditMode ? (n(), a("div", Ut)) : x("", !0),
412
+ e.isEditMode ? (l(), n("div", Rt)) : S("", !0),
442
413
  t("div", {
443
414
  ref_key: "titlesRow",
444
- ref: m,
415
+ ref: h,
445
416
  class: "scrollable-row-2"
446
417
  }, [
447
- (n(!0), a(O, null, z(R.value, (p, $) => (n(), a("div", {
448
- key: `t-${$}`,
418
+ (l(!0), n(I, null, O($.value, (C) => (l(), n("div", {
419
+ key: `t-${C.category_id}`,
449
420
  class: "column-title-2"
450
- }, [
451
- p.parameters && p.parameters !== "no" ? (n(), a("div", {
452
- key: 0,
453
- class: "parameters",
454
- role: "button",
455
- onClick: (M) => V(p.parameters)
456
- }, Xt, 8, qt)) : x("", !0),
457
- t("div", Kt, v(p.name), 1),
458
- (n(), a("svg", {
459
- width: "18",
460
- height: "18",
461
- viewBox: "0 0 18 18",
462
- fill: "none",
463
- xmlns: "http://www.w3.org/2000/svg",
464
- onClick: (M) => b(p)
465
- }, te, 8, Qt))
466
- ]))), 128)),
467
- ee
421
+ }, c(C.name), 1))), 128)),
422
+ Tt
468
423
  ], 512),
469
- (n(!0), a(O, null, z(s.availablePlayers, (p, $) => (n(), a("div", {
470
- key: `i-${p.id}`,
424
+ (l(!0), n(I, null, O(e.availablePlayers, (C, w) => (l(), n("div", {
425
+ key: `i-${C.id}`,
471
426
  class: "row scrollable-row-totals"
472
427
  }, [
473
- (n(!0), a(O, null, z(p.stats, (M) => (n(), a("div", {
474
- key: M.category_id,
475
- class: y(["row data-info", { odd: $ % 2 !== 0, underline: !!M.total && M.total !== "0%" && M.seasons && M.seasons.length }])
476
- }, [
477
- t("span", {
478
- onClick: (j) => A({ player: p, stat: M })
479
- }, v(M.total), 9, oe)
480
- ], 2))), 128))
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))
481
433
  ]))), 128))
482
434
  ], 4));
483
435
  }
484
- }, ie = /* @__PURE__ */ ct(se, [["__scopeId", "data-v-df83603b"]]), d = (s) => (H("data-v-2fd6c119"), s = s(), N(), s), le = { class: "table__static-column" }, ne = { class: "static-title column-title restore" }, ae = /* @__PURE__ */ d(() => /* @__PURE__ */ t("div", { class: "titles-left" }, [
485
- /* @__PURE__ */ t("div", { class: "title" }, "Ranking"),
486
- /* @__PURE__ */ t("div", { class: "title" }, "Agregar a lista")
487
- ], -1)), re = /* @__PURE__ */ d(() => /* @__PURE__ */ t("svg", {
488
- width: "16",
489
- height: "16",
490
- viewBox: "0 0 16 16",
491
- fill: "none",
492
- xmlns: "http://www.w3.org/2000/svg"
493
- }, [
494
- /* @__PURE__ */ t("g", {
495
- opacity: ".6",
496
- stroke: "#fff",
497
- "stroke-width": "1.333",
498
- "stroke-linecap": "round",
499
- "stroke-linejoin": "round"
500
- }, [
501
- /* @__PURE__ */ t("path", { d: "M15.333 2.667v4h-4M.667 13.333v-4h4" }),
502
- /* @__PURE__ */ t("path", { d: "M2.34 6a6 6 0 0 1 9.9-2.24l3.094 2.906M.667 9.333l3.093 2.906a6 6 0 0 0 9.9-2.24" })
503
- ])
504
- ], -1)), de = /* @__PURE__ */ d(() => /* @__PURE__ */ t("div", null, "Restaurar orden", -1)), ce = [
505
- re,
506
- de
507
- ], ue = ["id"], fe = { class: "container" }, he = { class: "details-row__info" }, ve = { class: "details-row__info__personal" }, pe = { class: "bold" }, _e = { class: "bold" }, ge = { class: "bold" }, me = { class: "bold" }, Ce = { class: "details-row__info__games" }, we = { class: "bold" }, ke = { class: "bold" }, be = ["onClick"], ye = /* @__PURE__ */ d(() => /* @__PURE__ */ t("div", null, "Ver gráfica", -1)), xe = /* @__PURE__ */ d(() => /* @__PURE__ */ t("svg", {
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", {
508
437
  width: "17",
509
438
  height: "16",
510
439
  viewBox: "0 0 17 16",
@@ -527,10 +456,10 @@ const Gt = /* @__PURE__ */ Vt(G, [["render", Nt], ["__scopeId", "data-v-f3ee6b2b
527
456
  })
528
457
  ])
529
458
  ])
530
- ], -1)), Se = [
531
- ye,
532
- xe
533
- ], Me = ["onClick"], Le = /* @__PURE__ */ d(() => /* @__PURE__ */ t("div", null, "Eliminar de lista", -1)), $e = /* @__PURE__ */ d(() => /* @__PURE__ */ t("svg", {
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", {
534
463
  width: "17",
535
464
  height: "15",
536
465
  viewBox: "0 0 20 18",
@@ -561,10 +490,10 @@ const Gt = /* @__PURE__ */ Vt(G, [["render", Nt], ["__scopeId", "data-v-f3ee6b2b
561
490
  "stroke-linecap": "round",
562
491
  "stroke-linejoin": "round"
563
492
  })
564
- ], -1)), Be = [
565
- Le,
566
- $e
567
- ], Re = ["onClick"], Ee = /* @__PURE__ */ d(() => /* @__PURE__ */ t("div", null, "Agregar a lista", -1)), Pe = /* @__PURE__ */ d(() => /* @__PURE__ */ t("svg", {
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", {
568
497
  width: "20",
569
498
  height: "20",
570
499
  viewBox: "0 0 20 20",
@@ -595,132 +524,69 @@ const Gt = /* @__PURE__ */ Vt(G, [["render", Nt], ["__scopeId", "data-v-f3ee6b2b
595
524
  "stroke-linecap": "round",
596
525
  "stroke-linejoin": "round"
597
526
  })
598
- ], -1)), Te = [
599
- Ee,
600
- Pe
601
- ], Ie = ["onClick"], Oe = /* @__PURE__ */ d(() => /* @__PURE__ */ t("div", null, "Ver perfil", -1)), Ve = [
602
- Oe
603
- ], De = { class: "static-row__info-player" }, Fe = { class: "position" }, ze = ["onClick"], Ae = /* @__PURE__ */ d(() => /* @__PURE__ */ t("path", {
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", {
604
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",
605
534
  stroke: "white",
606
535
  "stroke-opacity": "0.5",
607
536
  "stroke-width": "1.5",
608
537
  "stroke-linecap": "round",
609
538
  "stroke-linejoin": "round"
610
- }, null, -1)), je = /* @__PURE__ */ d(() => /* @__PURE__ */ t("path", {
539
+ }, null, -1)), ve = /* @__PURE__ */ g(() => /* @__PURE__ */ t("path", {
611
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",
612
541
  stroke: "white",
613
542
  "stroke-opacity": "0.5",
614
543
  "stroke-width": "1.5",
615
544
  "stroke-linecap": "round",
616
545
  "stroke-linejoin": "round"
617
- }, null, -1)), Ze = /* @__PURE__ */ d(() => /* @__PURE__ */ t("path", {
546
+ }, null, -1)), pe = /* @__PURE__ */ g(() => /* @__PURE__ */ t("path", {
618
547
  d: "M18.332 8.16663H13.332",
619
548
  stroke: "white",
620
549
  "stroke-opacity": "0.5",
621
550
  "stroke-width": "1.5",
622
551
  "stroke-linecap": "round",
623
552
  "stroke-linejoin": "round"
624
- }, null, -1)), We = [
625
- Ae,
626
- je,
627
- Ze
628
- ], He = {
629
- key: 1,
630
- class: "add-to-list"
631
- }, Ne = ["onClick"], Ge = /* @__PURE__ */ d(() => /* @__PURE__ */ t("path", {
553
+ }, null, -1)), _e = [
554
+ fe,
555
+ ve,
556
+ pe
557
+ ], ge = ["onClick"], be = /* @__PURE__ */ g(() => /* @__PURE__ */ t("path", {
632
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",
633
559
  stroke: "white",
634
560
  "stroke-opacity": "1",
635
561
  "stroke-width": "1.44023",
636
562
  "stroke-linecap": "round",
637
563
  "stroke-linejoin": "round"
638
- }, null, -1)), Ue = /* @__PURE__ */ d(() => /* @__PURE__ */ t("path", {
564
+ }, null, -1)), me = /* @__PURE__ */ g(() => /* @__PURE__ */ t("path", {
639
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",
640
566
  stroke: "white",
641
567
  "stroke-opacity": "1",
642
568
  "stroke-width": "1.44023",
643
569
  "stroke-linecap": "round",
644
570
  "stroke-linejoin": "round"
645
- }, null, -1)), qe = /* @__PURE__ */ d(() => /* @__PURE__ */ t("path", {
571
+ }, null, -1)), Ce = /* @__PURE__ */ g(() => /* @__PURE__ */ t("path", {
646
572
  d: "M15.5996 6.79944V11.6001M17.9999 9.19979H13.1992",
647
573
  stroke: "white",
648
574
  "stroke-opacity": "1",
649
575
  "stroke-width": "1.44023",
650
576
  "stroke-linecap": "round",
651
577
  "stroke-linejoin": "round"
652
- }, null, -1)), Je = [
653
- Ge,
654
- Ue,
655
- qe
656
- ], Xe = { class: "player-photo" }, Ke = ["src"], Qe = { class: "player-name" }, Ye = { class: "arrow" }, to = ["onClick"], eo = /* @__PURE__ */ d(() => /* @__PURE__ */ t("path", {
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", {
657
583
  "fill-rule": "evenodd",
658
584
  "clip-rule": "evenodd",
659
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",
660
586
  fill: "#D9D9D9"
661
- }, null, -1)), oo = [
662
- eo
663
- ], so = { class: "titles scrollable-row" }, io = { class: "column-title" }, lo = /* @__PURE__ */ d(() => /* @__PURE__ */ t("div", null, " Equipo ", -1)), no = /* @__PURE__ */ d(() => /* @__PURE__ */ t("g", {
664
- opacity: ".5",
665
- stroke: "#fff",
666
- "stroke-width": "1.677",
667
- "stroke-linecap": "round",
668
- "stroke-linejoin": "round"
669
- }, [
670
- /* @__PURE__ */ t("path", { d: "M4.532 2.13v13.74M8.202 12.2l-3.67 3.669-3.669-3.67M12.919 15.87V2.132M16.589 5.802l-3.67-3.67-3.669 3.67" })
671
- ], -1)), ao = [
672
- no
673
- ], ro = { class: "column-title" }, co = /* @__PURE__ */ d(() => /* @__PURE__ */ t("div", null, " Posición ", -1)), uo = /* @__PURE__ */ d(() => /* @__PURE__ */ t("g", {
674
- opacity: ".5",
675
- stroke: "#fff",
676
- "stroke-width": "1.677",
677
- "stroke-linecap": "round",
678
- "stroke-linejoin": "round"
679
- }, [
680
- /* @__PURE__ */ t("path", { d: "M4.532 2.13v13.74M8.202 12.2l-3.67 3.669-3.669-3.67M12.919 15.87V2.132M16.589 5.802l-3.67-3.67-3.669 3.67" })
681
- ], -1)), fo = [
682
- uo
683
- ], ho = { class: "column-title" }, vo = /* @__PURE__ */ d(() => /* @__PURE__ */ t("div", null, " Edad ", -1)), po = /* @__PURE__ */ d(() => /* @__PURE__ */ t("g", {
684
- opacity: ".5",
685
- stroke: "#fff",
686
- "stroke-width": "1.677",
687
- "stroke-linecap": "round",
688
- "stroke-linejoin": "round"
689
- }, [
690
- /* @__PURE__ */ t("path", { d: "M4.532 2.13v13.74M8.202 12.2l-3.67 3.669-3.669-3.67M12.919 15.87V2.132M16.589 5.802l-3.67-3.67-3.669 3.67" })
691
- ], -1)), _o = [
692
- po
693
- ], go = /* @__PURE__ */ d(() => /* @__PURE__ */ t("div", { class: "column-title" }, "País", -1)), mo = { class: "column-title" }, Co = /* @__PURE__ */ d(() => /* @__PURE__ */ t("div", null, " Partidos Jugados ", -1)), wo = /* @__PURE__ */ d(() => /* @__PURE__ */ t("g", {
694
- opacity: ".5",
695
- stroke: "#fff",
696
- "stroke-width": "1.677",
697
- "stroke-linecap": "round",
698
- "stroke-linejoin": "round"
699
- }, [
700
- /* @__PURE__ */ t("path", { d: "M4.532 2.13v13.74M8.202 12.2l-3.67 3.669-3.669-3.67M12.919 15.87V2.132M16.589 5.802l-3.67-3.67-3.669 3.67" })
701
- ], -1)), ko = [
702
- wo
703
- ], bo = { class: "column-title" }, yo = /* @__PURE__ */ d(() => /* @__PURE__ */ t("div", null, " Minutos Jugados ", -1)), xo = /* @__PURE__ */ d(() => /* @__PURE__ */ t("g", {
704
- opacity: ".5",
705
- stroke: "#fff",
706
- "stroke-width": "1.677",
707
- "stroke-linecap": "round",
708
- "stroke-linejoin": "round"
709
- }, [
710
- /* @__PURE__ */ t("path", { d: "M4.532 2.13v13.74M8.202 12.2l-3.67 3.669-3.669-3.67M12.919 15.87V2.132M16.589 5.802l-3.67-3.67-3.669 3.67" })
711
- ], -1)), So = [
712
- xo
713
- ], Mo = { class: "column-title" }, Lo = /* @__PURE__ */ d(() => /* @__PURE__ */ t("div", null, " Liga ", -1)), $o = /* @__PURE__ */ d(() => /* @__PURE__ */ t("g", {
714
- opacity: ".5",
715
- stroke: "#fff",
716
- "stroke-width": "1.677",
717
- "stroke-linecap": "round",
718
- "stroke-linejoin": "round"
719
- }, [
720
- /* @__PURE__ */ t("path", { d: "M4.532 2.13v13.74M8.202 12.2l-3.67 3.669-3.669-3.67M12.919 15.87V2.132M16.589 5.802l-3.67-3.67-3.669 3.67" })
721
- ], -1)), Bo = [
722
- $o
723
- ], Ro = /* @__PURE__ */ d(() => /* @__PURE__ */ t("div", { class: "column-title" }, "Videos", -1)), Eo = { class: "team-logo" }, Po = ["src"], To = { class: "team-name data-info" }, Io = ["src"], Oo = {
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 = {
724
590
  __name: "GSC-TableScrollable",
725
591
  props: {
726
592
  players: {
@@ -738,14 +604,6 @@ const Gt = /* @__PURE__ */ Vt(G, [["render", Nt], ["__scopeId", "data-v-f3ee6b2b
738
604
  isTableFromList: {
739
605
  type: Boolean,
740
606
  default: !1
741
- },
742
- isGraphButtonVisible: {
743
- type: Boolean,
744
- default: !0
745
- },
746
- isAddToListButtonVisible: {
747
- type: Boolean,
748
- default: !0
749
607
  }
750
608
  },
751
609
  emits: [
@@ -753,122 +611,61 @@ const Gt = /* @__PURE__ */ Vt(G, [["render", Nt], ["__scopeId", "data-v-f3ee6b2b
753
611
  "view-profile",
754
612
  "add-to-list",
755
613
  "view-graph",
756
- "open-media",
757
- "click-parameters"
614
+ "open-media"
758
615
  ],
759
- setup(s, { emit: c }) {
760
- const i = s;
761
- let u = null, g = null;
762
- const m = C([]), S = C(null), R = C(null), E = C(0), _ = C(0), P = C(-1), A = C(!1), V = C(null), b = C(null), f = C(null), h = C([]), p = C([
763
- {
764
- name: "team_abrev",
765
- isDesc: !1,
766
- isRoot: !0
767
- },
768
- {
769
- name: "player_position",
770
- isDesc: !1,
771
- isRoot: !0
772
- },
773
- {
774
- name: "player_age",
775
- isDesc: !1,
776
- isRoot: !0
777
- },
778
- {
779
- name: "player_games",
780
- isDesc: !1,
781
- isRoot: !0
782
- },
783
- {
784
- name: "player_min",
785
- isDesc: !1,
786
- isRoot: !0
787
- },
788
- {
789
- name: "league_name",
790
- isDesc: !1,
791
- isRoot: !0
792
- }
793
- ]), $ = C(0), M = I(() => ({
794
- "--width-details": `${E.value}px`,
795
- "--gap-static-row": `${j.value ? "8px" : "18px"}`,
796
- "--width-static-column": `${j.value ? "50%" : "436px"}`
797
- })), j = I(() => E.value < 600);
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);
798
626
  F(
799
- () => i.players,
800
- (e) => {
801
- e && e.length && (m.value = e.map((l, o) => {
802
- const r = o + 1, w = {
803
- ...l,
627
+ () => o.players,
628
+ (s) => {
629
+ s && s.length && (h.value = s.map((a, i) => {
630
+ const r = i + 1;
631
+ return {
632
+ ...a,
804
633
  position: r < 10 ? `0${r}` : `${r}`,
805
634
  isSelected: !1,
806
635
  isExpanded: !1,
807
- isOdd: o % 2 !== 0,
808
- index: o
636
+ isOdd: i % 2 !== 0,
637
+ index: i
809
638
  };
810
- return l.stats && l.stats.length && (w.stats = l.stats.map((k) => ({
811
- ...k,
812
- isDesc: !1,
813
- isRoot: !1
814
- }))), w.parameters && Object.entries(w.parameters).forEach(([k, L]) => {
815
- const ot = w.stats.find((Ct) => Ct.custom_category_id === Number(k));
816
- ot && (ot.parameters = L);
817
- }), w;
818
- }), h.value = m.value.map((l) => ({
819
- ...l
820
- })));
639
+ }));
821
640
  },
822
- { immediate: !0, deep: !0 }
641
+ { immediate: !0 }
823
642
  ), F(
824
- () => i.isEditMode,
825
- (e) => {
826
- e && m.value.forEach((l) => {
827
- l.isSelected = !1;
643
+ () => o.isEditMode,
644
+ (s) => {
645
+ s && h.value.forEach((a) => {
646
+ a.isSelected = !1;
828
647
  });
829
648
  }
830
649
  ), F(
831
- () => f.value,
832
- (e) => {
833
- if (e) {
834
- let l = [...h.value];
835
- e.isRoot ? l.sort((o, r) => typeof o[e.name] == "string" ? e.isDesc ? o[e.name].localeCompare(r[e.name]) : o[e.name].localeCompare(r[e.name]) * -1 : e.isDesc ? r[e.name] - o[e.name] : o[e.name] - r[e.name]) : l.sort((o, r) => {
836
- const w = o.stats.find((L) => L.name === e.name), k = r.stats.find((L) => L.name === e.name);
837
- return typeof w.value == "string" ? e.isDesc ? w.total.localeCompare(k.total) : w.total.localeCompare(k.total) * -1 : e.isDesc ? k.total - w.total : w.total - k.total;
838
- }), l.forEach((o, r) => {
839
- o.isOdd = r % 2 !== 0;
840
- }), h.value = l;
841
- } else
842
- h.value.sort((l, o) => l.index - o.index).forEach((l, o) => {
843
- l.isOdd = o % 2 !== 0;
844
- });
845
- },
846
- { immediate: !0, deep: !0 }
847
- ), F(
848
- _,
849
- (e) => {
850
- const o = document.querySelectorAll(".static-row")[P.value + 1];
851
- o && (o.style.marginTop = `${e}px`), i.isGeneral ? ut(P.value, e) : R.value && R.value.setMarginTopDetails(P.value, e), e === 0 && V.value && Q(V.value);
650
+ f,
651
+ (s) => {
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);
852
654
  }
853
655
  );
854
- function ut(e, l) {
855
- const r = document.querySelectorAll(".scrollable-row")[e + 2];
856
- r && (r.style.marginTop = `${l}px`);
656
+ function C(s, a) {
657
+ const r = document.querySelectorAll(".scrollable-row")[s + 2];
658
+ r && (r.style.marginTop = `${a}px`);
857
659
  }
858
- function ft(e) {
859
- c("click-parameters", e);
860
- }
861
- function T(e) {
862
- e && (e.isDesc = !e.isDesc), f.value = e;
863
- }
864
- function q(e) {
865
- const l = e.player || e.objeto_player, o = l ? l.player_id || l.id || l.playerId : e.id || e.player_id, r = {
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 = {
866
662
  isFeaturedPlayers: !1,
867
663
  mainSectionType: 1,
868
664
  playListType: 2,
869
665
  gameIds: null,
870
- playerIds: o ? [o] : [],
666
+ playerIds: i ? [i] : [],
871
667
  goalkeeperIds: [],
668
+ teamId: r || 0,
872
669
  matchResult: [1, 2, 3],
873
670
  categorySingleName: "",
874
671
  isRivalSubject: !1,
@@ -881,28 +678,28 @@ const Gt = /* @__PURE__ */ Vt(G, [["render", Nt], ["__scopeId", "data-v-f3ee6b2b
881
678
  playListTitle: "Jugadas Relevantes"
882
679
  }
883
680
  };
884
- if (e.stat && e.stat.parameters && (r.parameters = e.stat.parameters), e.stat && e.stat.seasons && e.stat.seasons.length || e.seasons && e.seasons.length) {
885
- const w = [
886
- ...e.stat && e.stat.seasons && e.stat.seasons.length ? e.stat.seasons : e.seasons
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
887
684
  ];
888
- w.sort((k, L) => k - L), r.seasonId = w.shift(), r.seasonsIds = w;
889
- } else (e.season_id || e.seasonId) && (r.seasonId = e.season_id || e.seasonId);
890
- e.stat ? e.stat.category_id && e.stat.category_id.length ? r.categoryIds = e.stat.category_id : e.stat.custom_category_id && (r.customCategoryIds = [e.stat.custom_category_id]) : r.categoryIds = vt(e.player_position), c("open-media", r);
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);
891
688
  }
892
- function ht() {
893
- u = new ResizeObserver((e) => {
894
- for (const l of e)
895
- E.value = l.contentRect.width;
896
- }), u.observe(S.value);
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);
897
694
  }
898
- function J(e) {
899
- g = new ResizeObserver((l) => {
900
- for (const o of l)
901
- _.value = o.contentRect.height;
902
- }), g.observe(e);
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);
903
700
  }
904
- function vt(e) {
905
- return e === "POR" ? [39, 40, 52, 53, 54, 55, 323, 324, 608, 774, 802] : [
701
+ function X(s) {
702
+ return s === "POR" ? [39, 40, 52, 53, 54, 55, 323, 324, 608, 774, 802] : [
906
703
  10,
907
704
  12,
908
705
  14,
@@ -948,326 +745,214 @@ const Gt = /* @__PURE__ */ Vt(G, [["render", Nt], ["__scopeId", "data-v-f3ee6b2b
948
745
  488
949
746
  ];
950
747
  }
951
- function pt(e, l) {
952
- l.isSelected = e;
953
- const o = m.value.filter((r) => r.isSelected);
954
- c("change-selected-players", o);
748
+ function Y(s, a) {
749
+ a.isSelected = s;
750
+ const i = h.value.filter((r) => r.isSelected);
751
+ d("change-selected-players", i);
955
752
  }
956
- function _t(e) {
957
- c("view-profile", e);
753
+ function tt(s) {
754
+ d("view-profile", s);
958
755
  }
959
- function X(e) {
960
- c("delete-from-list", e);
756
+ function D(s) {
757
+ d("delete-from-list", s);
961
758
  }
962
- function K(e) {
963
- c("add-to-list", e);
759
+ function Z(s) {
760
+ d("add-to-list", s);
964
761
  }
965
- function gt(e) {
966
- c("show-graph", e);
762
+ function et(s) {
763
+ d("show-graph", s);
967
764
  }
968
- function Q(e) {
969
- if (e.isExpanded) {
970
- e.isExpanded = !1, V.value = null;
765
+ function j(s) {
766
+ if (s.isExpanded) {
767
+ s.isExpanded = !1, R.value = null;
971
768
  return;
972
769
  }
973
- const l = m.value.find((k) => k.isExpanded);
974
- if (l && (l.isExpanded = !1), l) {
975
- V.value = e;
770
+ const a = h.value.find((x) => x.isExpanded);
771
+ if (a && (a.isExpanded = !1), a) {
772
+ R.value = s;
976
773
  return;
977
774
  }
978
- const o = document.querySelectorAll(".details-row");
979
- let r = -1;
980
- o.forEach((k, L) => {
981
- k.id === `dr-${e.id}` && (r = L);
982
- });
983
- const w = o[r];
984
- P.value = r, J(w), e.isExpanded = !0, m.value.forEach((k) => {
985
- k.isExpanded = !1;
986
- }), setTimeout(() => {
987
- if (!A.value) {
988
- const L = document.querySelectorAll(".details-row")[e.index];
989
- P.value = e.index, J(L);
990
- }
991
- e.isExpanded = !A.value;
992
- }, 1);
775
+ const r = document.querySelectorAll(".details-row")[s.index];
776
+ M.value = s.index, W(r), s.isExpanded = !0;
993
777
  }
994
- let W = !1, Y, tt, et = function(e) {
995
- W = !0, Y = e.pageX - b.value.offsetLeft, tt = b.value.scrollLeft;
996
- }, Z = function() {
997
- W = !1;
998
- };
999
- function mt() {
1000
- b.value && (b.value.addEventListener("mousemove", (e) => {
1001
- if (!W)
1002
- return;
1003
- const o = e.pageX - b.value.offsetLeft - Y;
1004
- b.value.scrollLeft = tt - o;
1005
- }), b.value.addEventListener("mousedown", et, !1), b.value.addEventListener("mouseup", Z, !1), b.value.addEventListener("mouseleave", Z, !1));
1006
- }
1007
- return dt(() => {
1008
- ht(), mt();
1009
- }), wt(() => {
1010
- u && u.disconnect(), g && g.disconnect(), b.value && (b.value.removeEventListener("mousemove", et, !1), b.value.removeEventListener("mouseup", Z, !1), b.value.removeEventListener("mouseleave", Z, !1));
1011
- }), (e, l) => (n(), a("div", {
778
+ return K(() => {
779
+ k();
780
+ }), (s, a) => (l(), n("div", {
1012
781
  class: "table",
1013
782
  ref_key: "tableSC",
1014
- ref: S,
1015
- style: B(M.value),
1016
- key: $.value
783
+ ref: y,
784
+ style: L(b.value)
1017
785
  }, [
1018
- t("div", le, [
1019
- t("div", ne, [
1020
- ae,
1021
- t("div", {
1022
- role: "button",
1023
- class: "restore-button",
1024
- onClick: l[0] || (l[0] = (o) => T(null))
1025
- }, ce)
1026
- ]),
1027
- (n(!0), a(O, null, z(h.value, (o) => (n(), a("div", {
1028
- key: `s-${o.id}`,
1029
- class: y(["row static-row", { odd: o.isOdd }])
786
+ t("div", zt, [
787
+ Et,
788
+ (l(!0), n(I, null, O(h.value, (i) => (l(), n("div", {
789
+ key: `s-${i.id}`,
790
+ class: _(["row static-row", { odd: i.isOdd }])
1030
791
  }, [
1031
- st(kt, null, {
1032
- default: bt(() => [
1033
- yt(t("div", {
1034
- id: `dr-${o.id}`,
1035
- class: y(["details-row", { odd: o.isOdd }])
792
+ H(it, null, {
793
+ default: lt(() => [
794
+ nt(t("div", {
795
+ class: _(["details-row", { odd: i.isOdd }])
1036
796
  }, [
1037
- t("div", fe, [
1038
- t("div", he, [
1039
- t("div", ve, [
797
+ t("div", At, [
798
+ t("div", Wt, [
799
+ t("div", Dt, [
1040
800
  t("div", null, [
1041
- D("Equipo: "),
1042
- t("span", pe, v(o.team_name), 1)
801
+ T("Equipo: "),
802
+ t("span", Zt, c(i.team_name), 1)
1043
803
  ]),
1044
804
  t("div", null, [
1045
- D("Edad: "),
1046
- t("span", _e, v(o.player_age) + " Años", 1)
805
+ T("Edad: "),
806
+ t("span", jt, c(i.player_age) + " Años", 1)
1047
807
  ]),
1048
808
  t("div", null, [
1049
- D("Nacionalidad: "),
1050
- t("span", ge, v(o.player_country), 1)
809
+ T("Nacionalidad: "),
810
+ t("span", Ht, c(i.player_country), 1)
1051
811
  ]),
1052
812
  t("div", null, [
1053
- D("Posición: "),
1054
- t("span", me, v(o.position_name), 1)
813
+ T("Posición: "),
814
+ t("span", Nt, c(i.position_name), 1)
1055
815
  ])
1056
816
  ]),
1057
- t("div", Ce, [
817
+ t("div", Gt, [
1058
818
  t("div", null, [
1059
- D("Partidos Jugados: "),
1060
- t("span", we, v(o.player_games), 1)
819
+ T("Partidos Jugados: "),
820
+ t("span", qt, c(i.player_games), 1)
1061
821
  ]),
1062
822
  t("div", null, [
1063
- D("Minutos Jugados: "),
1064
- t("span", ke, v(o.player_min), 1)
823
+ T("Minutos Jugados: "),
824
+ t("span", Ut, c(i.player_min), 1)
1065
825
  ])
1066
826
  ])
1067
827
  ]),
1068
828
  t("div", {
1069
829
  class: "details-row__buttons",
1070
- style: B(j.value ? "margin-left: 0; gap: 8px;" : "")
830
+ style: L(v.value ? "margin-left: 0; gap: 8px;" : "")
1071
831
  }, [
1072
- s.isGraphButtonVisible ? (n(), a("div", {
1073
- key: 0,
832
+ t("div", {
1074
833
  role: "button",
1075
834
  class: "button",
1076
- onClick: (r) => gt(o)
1077
- }, Se, 8, be)) : x("", !0),
1078
- s.isTableFromList ? (n(), a("div", {
1079
- key: 1,
835
+ onClick: (r) => et(i)
836
+ }, Xt, 8, Jt),
837
+ e.isTableFromList ? (l(), n("div", {
838
+ key: 0,
1080
839
  role: "button",
1081
840
  class: "button",
1082
- onClick: (r) => X(o)
1083
- }, Be, 8, Me)) : s.isAddToListButtonVisible ? (n(), a("div", {
1084
- key: 2,
841
+ onClick: (r) => D(i)
842
+ }, oe, 8, Yt)) : (l(), n("div", {
843
+ key: 1,
1085
844
  role: "button",
1086
845
  class: "button",
1087
- onClick: (r) => K(o)
1088
- }, Te, 8, Re)) : x("", !0),
846
+ onClick: (r) => Z(i)
847
+ }, ne, 8, se)),
1089
848
  t("div", {
1090
849
  role: "button",
1091
850
  class: "button green",
1092
- onClick: (r) => _t(o)
1093
- }, Ve, 8, Ie)
851
+ onClick: (r) => tt(i)
852
+ }, re, 8, ae)
1094
853
  ], 4)
1095
854
  ])
1096
- ], 10, ue), [
1097
- [xt, o.isExpanded]
855
+ ], 2), [
856
+ [at, i.isExpanded]
1098
857
  ])
1099
858
  ]),
1100
859
  _: 2
1101
860
  }, 1024),
1102
- s.isEditMode ? (n(), it(lt(Ot), {
861
+ e.isEditMode ? (l(), N(G(mt), {
1103
862
  key: 0,
1104
863
  fontFamily: "Poppins-Regular",
1105
864
  labelFontSize: "14px",
1106
- "model-value": o.isSelected,
1107
- "onUpdate:modelValue": (r) => pt(r, o)
1108
- }, null, 8, ["model-value", "onUpdate:modelValue"])) : x("", !0),
1109
- t("div", De, [
1110
- t("div", Fe, v(o.position), 1),
1111
- s.isTableFromList ? (n(), a("svg", {
865
+ "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", {
1112
871
  key: 0,
1113
872
  width: "20",
1114
873
  height: "20",
1115
874
  viewBox: "0 0 20 20",
1116
875
  fill: "none",
1117
876
  xmlns: "http://www.w3.org/2000/svg",
1118
- onClick: (r) => X(o)
1119
- }, We, 8, ze)) : (n(), a("div", He, [
1120
- (n(), a("svg", {
1121
- width: "20",
1122
- height: "20",
1123
- viewBox: "0 0 20 20",
1124
- fill: "none",
1125
- xmlns: "http://www.w3.org/2000/svg",
1126
- onClick: (r) => K(o)
1127
- }, Je, 8, Ne))
1128
- ])),
1129
- t("div", Xe, [
877
+ onClick: (r) => D(i)
878
+ }, _e, 8, he)) : (l(), n("svg", {
879
+ key: 1,
880
+ width: "20",
881
+ height: "20",
882
+ viewBox: "0 0 20 20",
883
+ fill: "none",
884
+ xmlns: "http://www.w3.org/2000/svg",
885
+ onClick: (r) => Z(i)
886
+ }, ye, 8, ge)),
887
+ t("div", we, [
1130
888
  t("div", null, [
1131
889
  t("img", {
1132
- src: o.player_photo,
890
+ src: i.player_photo,
1133
891
  alt: "player photo"
1134
- }, null, 8, Ke)
892
+ }, null, 8, ke)
1135
893
  ])
1136
894
  ]),
1137
- t("div", Qe, v(o.player_name), 1)
895
+ t("div", xe, c(i.player_name), 1)
1138
896
  ]),
1139
- t("div", Ye, [
1140
- (n(), a("svg", {
1141
- class: y(["_arrowExpandIcon_6ak64_1115 _rotate_6ak64_5", { expanded: o.isExpanded }]),
897
+ t("div", Se, [
898
+ (l(), n("svg", {
899
+ class: _(["_arrowExpandIcon_6ak64_1115 _rotate_6ak64_5", { expanded: i.isExpanded }]),
1142
900
  width: "12",
1143
901
  height: "8",
1144
902
  viewBox: "0 0 12 8",
1145
903
  fill: "#D9D9D9",
1146
904
  xmlns: "http://www.w3.org/2000/svg",
1147
- onClick: (r) => Q(o)
1148
- }, oo, 10, to))
905
+ onClick: (r) => j(i)
906
+ }, Be, 10, Le))
1149
907
  ])
1150
908
  ], 2))), 128))
1151
909
  ]),
1152
- t("div", {
1153
- ref_key: "scrollableColumns",
1154
- ref: b,
1155
- class: "table__scrollable-columns"
1156
- }, [
1157
- s.isGeneral ? (n(), a(O, { key: 0 }, [
1158
- t("div", so, [
1159
- t("div", io, [
1160
- lo,
1161
- (n(), a("svg", {
1162
- width: "18",
1163
- height: "18",
1164
- viewBox: "0 0 18 18",
1165
- fill: "none",
1166
- xmlns: "http://www.w3.org/2000/svg",
1167
- onClick: l[1] || (l[1] = (o) => T(p.value[0]))
1168
- }, ao))
1169
- ]),
1170
- t("div", ro, [
1171
- co,
1172
- (n(), a("svg", {
1173
- width: "18",
1174
- height: "18",
1175
- viewBox: "0 0 18 18",
1176
- fill: "none",
1177
- xmlns: "http://www.w3.org/2000/svg",
1178
- onClick: l[2] || (l[2] = (o) => T(p.value[1]))
1179
- }, fo))
1180
- ]),
1181
- t("div", ho, [
1182
- vo,
1183
- (n(), a("svg", {
1184
- width: "18",
1185
- height: "18",
1186
- viewBox: "0 0 18 18",
1187
- fill: "none",
1188
- xmlns: "http://www.w3.org/2000/svg",
1189
- onClick: l[3] || (l[3] = (o) => T(p.value[2]))
1190
- }, _o))
1191
- ]),
1192
- go,
1193
- t("div", mo, [
1194
- Co,
1195
- (n(), a("svg", {
1196
- width: "18",
1197
- height: "18",
1198
- viewBox: "0 0 18 18",
1199
- fill: "none",
1200
- xmlns: "http://www.w3.org/2000/svg",
1201
- onClick: l[4] || (l[4] = (o) => T(p.value[3]))
1202
- }, ko))
1203
- ]),
1204
- t("div", bo, [
1205
- yo,
1206
- (n(), a("svg", {
1207
- width: "18",
1208
- height: "18",
1209
- viewBox: "0 0 18 18",
1210
- fill: "none",
1211
- xmlns: "http://www.w3.org/2000/svg",
1212
- onClick: l[5] || (l[5] = (o) => T(p.value[4]))
1213
- }, So))
1214
- ]),
1215
- t("div", Mo, [
1216
- Lo,
1217
- (n(), a("svg", {
1218
- width: "18",
1219
- height: "18",
1220
- viewBox: "0 0 18 18",
1221
- fill: "none",
1222
- xmlns: "http://www.w3.org/2000/svg",
1223
- onClick: l[6] || (l[6] = (o) => T(p.value[5]))
1224
- }, Bo))
1225
- ]),
1226
- Ro
1227
- ]),
1228
- (n(!0), a(O, null, z(h.value, (o) => (n(), a("div", {
1229
- key: `i-${o.id}`,
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", {
914
+ key: `i-${i.id}`,
1230
915
  class: "row scrollable-row"
1231
916
  }, [
1232
917
  t("div", {
1233
- class: y(["row team-info", { odd: o.isOdd }])
918
+ class: _(["row team-info", { odd: i.isOdd }])
1234
919
  }, [
1235
- t("div", Eo, [
920
+ t("div", Ie, [
1236
921
  t("img", {
1237
- src: o.team_logo,
922
+ src: i.team_logo,
1238
923
  alt: "team logo"
1239
- }, null, 8, Po)
924
+ }, null, 8, Re)
1240
925
  ]),
1241
- t("div", To, v(o.team_abrev), 1)
926
+ t("div", Te, c(i.team_abrev), 1)
1242
927
  ], 2),
1243
928
  t("div", {
1244
- class: y(["row data-info", { odd: o.isOdd }])
1245
- }, v(o.player_position), 3),
929
+ class: _(["row data-info", { odd: i.isOdd }])
930
+ }, c(i.player_position), 3),
1246
931
  t("div", {
1247
- class: y(["row data-info", { odd: o.isOdd }])
1248
- }, v(o.player_age), 3),
932
+ class: _(["row data-info", { odd: i.isOdd }])
933
+ }, c(i.player_age), 3),
1249
934
  t("div", {
1250
- class: y(["row data-info", { odd: o.isOdd }])
935
+ class: _(["row data-info", { odd: i.isOdd }])
1251
936
  }, [
1252
937
  t("img", {
1253
- src: o.player_country_flag,
938
+ src: i.player_country_flag,
1254
939
  alt: "player country flag",
1255
940
  class: "country-flag"
1256
- }, null, 8, Io)
941
+ }, null, 8, Oe)
1257
942
  ], 2),
1258
943
  t("div", {
1259
- class: y(["row data-info", { odd: o.isOdd }])
1260
- }, v(o.player_games), 3),
944
+ class: _(["row data-info", { odd: i.isOdd }])
945
+ }, c(i.player_games), 3),
1261
946
  t("div", {
1262
- class: y(["row data-info", { odd: o.isOdd }])
1263
- }, v(o.player_min), 3),
947
+ class: _(["row data-info", { odd: i.isOdd }])
948
+ }, c(i.player_min), 3),
1264
949
  t("div", {
1265
- class: y(["row data-info", { odd: o.isOdd }])
1266
- }, v(o.league_name), 3),
950
+ class: _(["row data-info", { odd: i.isOdd }])
951
+ }, c(i.league_name), 3),
1267
952
  t("div", {
1268
- class: y(["row data-info", { odd: o.isOdd }])
953
+ class: _(["row data-info", { odd: i.isOdd }])
1269
954
  }, [
1270
- st(lt(Gt), {
955
+ H(G(Vt), {
1271
956
  icon: "https://golstatsimages.blob.core.windows.net/images-library/arrow-btn.png",
1272
957
  "icon-size": "19px",
1273
958
  "icon-position": "left",
@@ -1280,24 +965,25 @@ const Gt = /* @__PURE__ */ Vt(G, [["render", Nt], ["__scopeId", "data-v-f3ee6b2b
1280
965
  "border-color": "#55636e",
1281
966
  "text-value": "Ver videos",
1282
967
  "font-size": "10px",
1283
- onClick: (r) => q(o)
968
+ onClick: (r) => w(i)
1284
969
  }, null, 8, ["onClick"])
1285
- ], 2)
970
+ ], 2),
971
+ t("div", {
972
+ class: _(["row data-info", { odd: i.isOdd }])
973
+ }, null, 2)
1286
974
  ]))), 128))
1287
- ], 64)) : (n(), it(ie, {
975
+ ], 64)) : (l(), N(Pt, {
1288
976
  key: 1,
1289
977
  ref_key: "scrollColumns",
1290
- ref: R,
978
+ ref: $,
1291
979
  "available-players": h.value,
1292
- "is-edit-mode": s.isEditMode,
1293
- onOpenMedia: q,
1294
- onClickParameters: ft,
1295
- onSort: T
980
+ "is-edit-mode": e.isEditMode,
981
+ onOpenMedia: w
1296
982
  }, null, 8, ["available-players", "is-edit-mode"]))
1297
- ], 512)
983
+ ])
1298
984
  ], 4));
1299
985
  }
1300
- }, Do = /* @__PURE__ */ ct(Oo, [["__scopeId", "data-v-2fd6c119"]]);
986
+ }, ze = /* @__PURE__ */ Q(Fe, [["__scopeId", "data-v-378d650a"]]);
1301
987
  export {
1302
- Do as GSCTableScrollable
988
+ ze as GSCTableScrollable
1303
989
  };