@golstats/gsc-landing 1.0.173 → 1.0.174
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.
- package/dist/gsc-landing.js +312 -308
- package/dist/gsc-landing.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/gsc-landing.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useCssVars as et, openBlock as y, createElementBlock as b, normalizeClass as A, createElementVNode as v, createCommentVNode as x, renderSlot as Dt, ref as D, onMounted as nt, onUnmounted as Yt, toDisplayString as P, unref as Ie, watch as _e, Fragment as
|
|
1
|
+
import { useCssVars as et, openBlock as y, createElementBlock as b, normalizeClass as A, createElementVNode as v, createCommentVNode as x, renderSlot as Dt, ref as D, onMounted as nt, onUnmounted as Yt, toDisplayString as P, unref as Ie, watch as _e, Fragment as N, createTextVNode as de, createBlock as ee, withCtx as Ve, renderList as be, mergeProps as Es, pushScopeId as Ye, popScopeId as Je, computed as Z, normalizeStyle as B, defineComponent as Mt, inject as Re, reactive as Qe, h as Fe, provide as Pe, nextTick as Zi, cloneVNode as _s, resolveComponent as Ge, createVNode as ye, withModifiers as Jp, createStaticVNode as Xp, onBeforeMount as Sn, Transition as Qi, withDirectives as As, vShow as Ls, toRef as Zp, onBeforeUnmount as om } from "vue";
|
|
2
2
|
function lm(s, e) {
|
|
3
3
|
return function() {
|
|
4
4
|
return s.apply(e, arguments);
|
|
@@ -2026,9 +2026,9 @@ const Ja = /* @__PURE__ */ new Map([
|
|
|
2026
2026
|
onClick: c[0] || (c[0] = (l) => e("viewAll"))
|
|
2027
2027
|
}, [
|
|
2028
2028
|
v("span", Qy, [
|
|
2029
|
-
s.tournamentSelected.is_female == 1 ? (y(), b(
|
|
2029
|
+
s.tournamentSelected.is_female == 1 ? (y(), b(N, { key: 0 }, [
|
|
2030
2030
|
de("Ver todas")
|
|
2031
|
-
], 64)) : (y(), b(
|
|
2031
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
2032
2032
|
de("Ver todos")
|
|
2033
2033
|
], 64))
|
|
2034
2034
|
]),
|
|
@@ -2050,7 +2050,7 @@ const Ja = /* @__PURE__ */ new Map([
|
|
|
2050
2050
|
}, {
|
|
2051
2051
|
default: Ve(() => [
|
|
2052
2052
|
v("div", t1, [
|
|
2053
|
-
(y(!0), b(
|
|
2053
|
+
(y(!0), b(N, null, be(i.value, (l) => (y(), ee(qy, Es(l, {
|
|
2054
2054
|
"tournament-selected": s.tournamentSelected,
|
|
2055
2055
|
isImgFullWidth: s.isImgFullWidth,
|
|
2056
2056
|
onClickProfileBtn: (d) => e("clickProfileBtn", l),
|
|
@@ -2212,21 +2212,21 @@ const Ja = /* @__PURE__ */ new Map([
|
|
|
2212
2212
|
});
|
|
2213
2213
|
return (r, o) => (y(), b("section", {
|
|
2214
2214
|
class: A(["grid-section", { mobile: a.value }]),
|
|
2215
|
-
style:
|
|
2215
|
+
style: B(
|
|
2216
2216
|
s.isPlayer || s.hasTeam ? a.value ? "" : s.componentWidth > 1e3 ? "margin-top: 55px; height: 79% !important;" : "margin-top: 37px; height: 37% !important; display: inline-block !important;" : ""
|
|
2217
2217
|
)
|
|
2218
2218
|
}, [
|
|
2219
|
-
(y(!0), b(
|
|
2219
|
+
(y(!0), b(N, null, be(n.value, (c, l) => (y(), b("div", {
|
|
2220
2220
|
key: l,
|
|
2221
2221
|
class: "grid-section__card",
|
|
2222
|
-
style:
|
|
2222
|
+
style: B(
|
|
2223
2223
|
s.isPlayer || s.hasTeam ? a.value ? "" : s.componentWidth > 1e3 ? "height: 100% !important; " : "height: 100% !important; margin-top: 20px; display: inline-flex; width: 100%" : ""
|
|
2224
2224
|
),
|
|
2225
2225
|
onClick: (d) => i(c)
|
|
2226
2226
|
}, [
|
|
2227
2227
|
v("figure", {
|
|
2228
2228
|
class: "grid-section__image",
|
|
2229
|
-
style:
|
|
2229
|
+
style: B(
|
|
2230
2230
|
s.isPlayer || s.hasTeam ? a.value ? "" : s.componentWidth > 1e3 ? "height: 294px;" : "height: 162px; width: 50%;" : ""
|
|
2231
2231
|
)
|
|
2232
2232
|
}, [
|
|
@@ -2235,14 +2235,14 @@ const Ja = /* @__PURE__ */ new Map([
|
|
|
2235
2235
|
src: c.image,
|
|
2236
2236
|
alt: "",
|
|
2237
2237
|
class: A(c.imgType),
|
|
2238
|
-
style:
|
|
2238
|
+
style: B(
|
|
2239
2239
|
s.isPlayer || s.hasTeam ? a.value ? "" : c.imgType == "player" ? s.componentWidth > 1e3 ? "width: 210px; height: 290px" : "width: 210px; height: 160px" : s.componentWidth > 1e3 ? "width: 180px; height: 180px" : "width: 120px; height: 120px" : ""
|
|
2240
2240
|
)
|
|
2241
2241
|
}, null, 14, r1)) : x("", !0)
|
|
2242
2242
|
], 4),
|
|
2243
2243
|
v("p", {
|
|
2244
2244
|
class: "grid-section__label",
|
|
2245
|
-
style:
|
|
2245
|
+
style: B(
|
|
2246
2246
|
s.isPlayer || s.hasTeam ? a.value || s.componentWidth > 1e3 ? "" : "height: 162px; width: 50%; border-radius: 0px; font-size: 12px; border-top-right-radius: 10px; border-bottom-right-radius: 10px;" : ""
|
|
2247
2247
|
)
|
|
2248
2248
|
}, P(c.label), 5)
|
|
@@ -4017,20 +4017,20 @@ function Yv(s, e, t, i, a, n) {
|
|
|
4017
4017
|
t.type == 0 ? (y(), b("div", {
|
|
4018
4018
|
key: 0,
|
|
4019
4019
|
class: A(["button", a.status && t.typeOnOff && "button-active"]),
|
|
4020
|
-
style:
|
|
4020
|
+
style: B([n.customStyle, a.status && t.typeOnOff && n.customActive]),
|
|
4021
4021
|
onClick: e[0] || (e[0] = (...r) => n.btnClick && n.btnClick(...r))
|
|
4022
4022
|
}, [
|
|
4023
4023
|
t.icon && t.iconPosition.toLowerCase() === "left" ? (y(), b("img", {
|
|
4024
4024
|
key: 0,
|
|
4025
4025
|
class: "icon",
|
|
4026
|
-
style:
|
|
4026
|
+
style: B({ width: t.iconSize }),
|
|
4027
4027
|
src: t.icon
|
|
4028
4028
|
}, null, 12, Vv)) : x("", !0),
|
|
4029
4029
|
t.textValue ? (y(), b("div", zv, P(t.textValue), 1)) : x("", !0),
|
|
4030
4030
|
t.icon && t.iconPosition.toLowerCase() === "right" ? (y(), b("img", {
|
|
4031
4031
|
key: 2,
|
|
4032
4032
|
class: "icon",
|
|
4033
|
-
style:
|
|
4033
|
+
style: B({ width: t.iconSize }),
|
|
4034
4034
|
src: t.icon
|
|
4035
4035
|
}, null, 12, jv)) : x("", !0)
|
|
4036
4036
|
], 6)) : x("", !0),
|
|
@@ -4196,13 +4196,13 @@ function sb(s, e, t, i, a, n) {
|
|
|
4196
4196
|
return y(), b("div", {
|
|
4197
4197
|
class: "gsc-filterperteam",
|
|
4198
4198
|
ref: "container",
|
|
4199
|
-
style:
|
|
4199
|
+
style: B(n.customStyleContain)
|
|
4200
4200
|
}, [
|
|
4201
4201
|
v("div", Zv, [
|
|
4202
4202
|
v("div", Qv, [
|
|
4203
4203
|
t.hiddenButtonAll ? x("", !0) : (y(), b("div", {
|
|
4204
4204
|
key: 0,
|
|
4205
|
-
style:
|
|
4205
|
+
style: B(n.customStyleTeam),
|
|
4206
4206
|
class: A(["gsc-filterperteam__panel-teams__cont-teams__button-all", this.teamselect !== 0 ? "--disabled" : ""])
|
|
4207
4207
|
}, [
|
|
4208
4208
|
ye(r, {
|
|
@@ -4219,9 +4219,9 @@ function sb(s, e, t, i, a, n) {
|
|
|
4219
4219
|
onClick: n.click
|
|
4220
4220
|
}, null, 8, ["onClick"])
|
|
4221
4221
|
], 6)),
|
|
4222
|
-
(y(!0), b(
|
|
4222
|
+
(y(!0), b(N, null, be(t.data, (o, c) => (y(), b("div", {
|
|
4223
4223
|
key: c,
|
|
4224
|
-
style:
|
|
4224
|
+
style: B(n.customStyleTeam),
|
|
4225
4225
|
class: A([o.id == a.teamselect ? "colorselect" : "", "gsc-filterperteam__panel-teams__cont-teams__btn-team hover-team"]),
|
|
4226
4226
|
onClick: (l) => n.btnTeamClick(o.id)
|
|
4227
4227
|
}, [
|
|
@@ -4344,20 +4344,20 @@ function mb(s, e, t, i, a, n) {
|
|
|
4344
4344
|
t.type == 0 ? (y(), b("div", {
|
|
4345
4345
|
key: 0,
|
|
4346
4346
|
class: A(["button", a.status && t.typeOnOff && "button-active"]),
|
|
4347
|
-
style:
|
|
4347
|
+
style: B([n.customStyle, a.status && t.typeOnOff && n.customActive]),
|
|
4348
4348
|
onClick: e[0] || (e[0] = (...r) => n.btnClick && n.btnClick(...r))
|
|
4349
4349
|
}, [
|
|
4350
4350
|
t.icon && t.iconPosition.toLowerCase() === "left" ? (y(), b("img", {
|
|
4351
4351
|
key: 0,
|
|
4352
4352
|
class: "icon",
|
|
4353
|
-
style:
|
|
4353
|
+
style: B({ width: t.iconSize }),
|
|
4354
4354
|
src: t.icon
|
|
4355
4355
|
}, null, 12, rb)) : x("", !0),
|
|
4356
4356
|
t.textValue ? (y(), b("div", ob, P(t.textValue), 1)) : x("", !0),
|
|
4357
4357
|
t.icon && t.iconPosition.toLowerCase() === "right" ? (y(), b("img", {
|
|
4358
4358
|
key: 2,
|
|
4359
4359
|
class: "icon",
|
|
4360
|
-
style:
|
|
4360
|
+
style: B({ width: t.iconSize }),
|
|
4361
4361
|
src: t.icon
|
|
4362
4362
|
}, null, 12, lb)) : x("", !0)
|
|
4363
4363
|
], 6)) : x("", !0),
|
|
@@ -4520,7 +4520,7 @@ function Pb(s, e, t, i, a, n) {
|
|
|
4520
4520
|
return y(), b("div", vb, [
|
|
4521
4521
|
t.isheader ? (y(), b("div", {
|
|
4522
4522
|
key: 0,
|
|
4523
|
-
style:
|
|
4523
|
+
style: B([t.isGames ? n.customStyle : n.customStyleLanding, n.customGridM(i.elementSize)]),
|
|
4524
4524
|
class: A(["head", [i.elementSize.width > 768 ? "fontSizeTextPC" : i.elementSize.width > 480 ? "fontSizeTextTablet" : i.elementSize.width > 360 ? "fontSizeTextMV" : "fontSizeTextSM"]])
|
|
4525
4525
|
}, [
|
|
4526
4526
|
bb,
|
|
@@ -4530,7 +4530,7 @@ function Pb(s, e, t, i, a, n) {
|
|
|
4530
4530
|
t.isVideos ? (y(), b("div", _b, " ")) : x("", !0),
|
|
4531
4531
|
Sb,
|
|
4532
4532
|
t.isGames ? (y(), b("div", wb, [
|
|
4533
|
-
i.elementSize.width > 580 ? (y(), b(
|
|
4533
|
+
i.elementSize.width > 580 ? (y(), b(N, { key: 0 }, [
|
|
4534
4534
|
de("Últimos juegos")
|
|
4535
4535
|
], 64)) : (y(), b("span", Tb, [
|
|
4536
4536
|
de("Últimos "),
|
|
@@ -4544,11 +4544,11 @@ function Pb(s, e, t, i, a, n) {
|
|
|
4544
4544
|
ref: "myDivRef",
|
|
4545
4545
|
onClick: e[11] || (e[11] = (o) => n.btnAllOneClick(t.data.team_id)),
|
|
4546
4546
|
class: A(["tdrow", [i.elementSize.width > 768 ? "fontSizeTextPCTD" : i.elementSize.width > 480 ? "fontSizeTextTabletTD" : i.elementSize.width > 360 ? "fontSizeTextMVTD" : "fontSizeTextSMTD"]]),
|
|
4547
|
-
style:
|
|
4547
|
+
style: B([t.isGames ? n.customStyleItem : n.customStyleItemLanding, n.customBg(t.isGames, t.data.team_id, t.teamSelected), n.customGridM(i.elementSize)])
|
|
4548
4548
|
}, [
|
|
4549
4549
|
v("div", {
|
|
4550
4550
|
class: "tdrow__itemtd",
|
|
4551
|
-
style:
|
|
4551
|
+
style: B(t.isGames ? "" : "font-size:14px; font-family: Montserrat-Regular")
|
|
4552
4552
|
}, P(t.data.table_position > 9 ? t.data.table_position : "0" + t.data.table_position), 5),
|
|
4553
4553
|
v("div", {
|
|
4554
4554
|
onClick: e[0] || (e[0] = (o) => n.goToTeamProfile(t.data.team_id)),
|
|
@@ -4579,7 +4579,7 @@ function Pb(s, e, t, i, a, n) {
|
|
|
4579
4579
|
t.isVideos ? (y(), b("div", Eb, [
|
|
4580
4580
|
i.elementSize.width > 768 ? (y(), ee(r, {
|
|
4581
4581
|
key: 0,
|
|
4582
|
-
style:
|
|
4582
|
+
style: B(t.teamsVideos.length == 0 || t.teamsVideos.includes(t.data.team_id) ? "" : "visibility: hidden;"),
|
|
4583
4583
|
icon: t.data.games_played > 0 ? "https://golstatsimages.blob.core.windows.net/todoelfut/botonplay.png" : "/botonplaydisabled.png",
|
|
4584
4584
|
"icon-position": "left",
|
|
4585
4585
|
"icon-size": "18px",
|
|
@@ -4596,10 +4596,10 @@ function Pb(s, e, t, i, a, n) {
|
|
|
4596
4596
|
"background-color": t.data.games_played > 0 ? "#2A3641" : "rgba(42, 54, 65, .6)",
|
|
4597
4597
|
onClick: e[1] || (e[1] = Jp((o) => t.data.games_played > 0 ? n.setOpenMedia(t.data.team_id, 2, 3, 0, [607, 608, 12, 55, 54, 35, 14, 52, 15, 53, 466, 477], "Juegos jugados", !1, t.data.games_played) : void 0, ["stop"])),
|
|
4598
4598
|
"border-radius": "64px"
|
|
4599
|
-
}, null, 8, ["style", "icon", "font-color", "border-color", "background-color"])) : (y(), b(
|
|
4599
|
+
}, null, 8, ["style", "icon", "font-color", "border-color", "background-color"])) : (y(), b(N, { key: 1 }, [
|
|
4600
4600
|
i.elementSize.width > 560 ? (y(), ee(r, {
|
|
4601
4601
|
key: 0,
|
|
4602
|
-
style:
|
|
4602
|
+
style: B(t.teamsVideos.length == 0 || t.teamsVideos.includes(t.data.team_id) ? "" : "visibility: hidden;"),
|
|
4603
4603
|
icon: t.data.games_played > 0 ? "https://golstatsimages.blob.core.windows.net/todoelfut/botonplay.png" : "/botonplaydisabled.png",
|
|
4604
4604
|
"icon-position": "left",
|
|
4605
4605
|
"icon-size": "18px",
|
|
@@ -4615,10 +4615,10 @@ function Pb(s, e, t, i, a, n) {
|
|
|
4615
4615
|
"background-color": t.data.games_played > 0 ? "#2A3641" : "rgba(42, 54, 65, .6)",
|
|
4616
4616
|
onClick: e[2] || (e[2] = (o) => t.data.games_played > 0 ? n.setOpenMedia(t.data.team_id, 2, 3, 0, [607, 608, 12, 55, 54, 35, 14, 52, 15, 53, 466, 477], "Juegos jugados", !1, t.data.games_played) : void 0),
|
|
4617
4617
|
"border-radius": "64px"
|
|
4618
|
-
}, null, 8, ["style", "icon", "font-color", "border-color", "background-color"])) : (y(), b(
|
|
4618
|
+
}, null, 8, ["style", "icon", "font-color", "border-color", "background-color"])) : (y(), b(N, { key: 1 }, [
|
|
4619
4619
|
i.elementSize.width > 400 ? (y(), ee(r, {
|
|
4620
4620
|
key: 0,
|
|
4621
|
-
style:
|
|
4621
|
+
style: B(t.teamsVideos.length == 0 || t.teamsVideos.includes(t.data.team_id) ? "" : "visibility: hidden;"),
|
|
4622
4622
|
icon: t.data.games_played > 0 ? "https://golstatsimages.blob.core.windows.net/todoelfut/botonplay.png" : "/botonplaydisabled.png",
|
|
4623
4623
|
"icon-position": "left",
|
|
4624
4624
|
"icon-size": "18px",
|
|
@@ -4636,7 +4636,7 @@ function Pb(s, e, t, i, a, n) {
|
|
|
4636
4636
|
"border-radius": "64px"
|
|
4637
4637
|
}, null, 8, ["style", "icon", "font-color", "border-color", "background-color"])) : (y(), ee(r, {
|
|
4638
4638
|
key: 1,
|
|
4639
|
-
style:
|
|
4639
|
+
style: B(t.teamsVideos.length == 0 || t.teamsVideos.includes(t.data.team_id) ? "" : "visibility: hidden;"),
|
|
4640
4640
|
icon: t.data.games_played > 0 ? "https://golstatsimages.blob.core.windows.net/todoelfut/botonplay.png" : "/botonplaydisabled.png",
|
|
4641
4641
|
"icon-position": "left",
|
|
4642
4642
|
"icon-size": "18px",
|
|
@@ -4709,8 +4709,8 @@ function Pb(s, e, t, i, a, n) {
|
|
|
4709
4709
|
class: A(["tdrow__itemtd", i.elementSize.width > 768 ? "itemtd-penaltypc" : i.elementSize.width > 600 ? "itemtd-penaltytablet" : i.elementSize.width > 480 ? "itemtd-penaltymv" : "itemtd-penaltysm"])
|
|
4710
4710
|
}, P(t.data.points), 3),
|
|
4711
4711
|
t.isGames ? (y(), b("div", Lb, [
|
|
4712
|
-
t.data.last_five_games ? (y(), b(
|
|
4713
|
-
t.data.last_five_games.length > 0 ? (y(!0), b(
|
|
4712
|
+
t.data.last_five_games ? (y(), b(N, { key: 0 }, [
|
|
4713
|
+
t.data.last_five_games.length > 0 ? (y(!0), b(N, { key: 0 }, be(t.data.last_five_games, (o, c) => (y(), b("div", {
|
|
4714
4714
|
key: c,
|
|
4715
4715
|
class: A([i.elementSize.width > 768 ? "circlepc" : i.elementSize.width > 600 ? "circletablet" : i.elementSize.width > 480 ? "circlemv" : "circlesm", o == "G" ? "green" : o == "E" ? "gray" : "red"])
|
|
4716
4716
|
}, P(o), 3))), 128)) : (y(), b("div", Ib, "-"))
|
|
@@ -4719,7 +4719,7 @@ function Pb(s, e, t, i, a, n) {
|
|
|
4719
4719
|
v("div", {
|
|
4720
4720
|
class: A(["tdrow__itemtd", i.elementSize.width > 768 ? "itemtd-nextpc" : i.elementSize.width > 600 ? "itemtd-nexttablet" : i.elementSize.width > 480 ? "itemtd-nextmv" : "itemtd-nextsm"])
|
|
4721
4721
|
}, [
|
|
4722
|
-
t.data.next_rival_logo == "-" ? (y(), b(
|
|
4722
|
+
t.data.next_rival_logo == "-" ? (y(), b(N, { key: 0 }, [
|
|
4723
4723
|
de(P(t.data.next_rival_logo), 1)
|
|
4724
4724
|
], 64)) : (y(), b("img", {
|
|
4725
4725
|
key: 1,
|
|
@@ -4921,7 +4921,7 @@ function Nb({ config: s, currentSlide: e, slidesCount: t }) {
|
|
|
4921
4921
|
function sf(s) {
|
|
4922
4922
|
return s ? s.reduce((e, t) => {
|
|
4923
4923
|
var i;
|
|
4924
|
-
return t.type ===
|
|
4924
|
+
return t.type === N ? [...e, ...sf(t.children)] : ((i = t.type) === null || i === void 0 ? void 0 : i.name) === "CarouselSlide" ? [...e, t] : e;
|
|
4925
4925
|
}, []) : [];
|
|
4926
4926
|
}
|
|
4927
4927
|
function uo({ val: s, max: e, min: t = 0 }) {
|
|
@@ -5421,7 +5421,7 @@ const jb = (s, e) => {
|
|
|
5421
5421
|
onSlideStart: h
|
|
5422
5422
|
}, {
|
|
5423
5423
|
default: Ve(() => [
|
|
5424
|
-
(y(!0), b(
|
|
5424
|
+
(y(!0), b(N, null, be(s.items, (_, S) => (y(), ee(Ie(zb), { key: S }, {
|
|
5425
5425
|
default: Ve(() => [
|
|
5426
5426
|
Dt(g.$slots, "default", { item: _ }, void 0, !0)
|
|
5427
5427
|
]),
|
|
@@ -5434,7 +5434,7 @@ const jb = (s, e) => {
|
|
|
5434
5434
|
s.areSlidesArrowsVisible && s.items.length > 1 ? (y(), b("div", {
|
|
5435
5435
|
key: 0,
|
|
5436
5436
|
class: "gsc-carousel__2d__arrow-left",
|
|
5437
|
-
style:
|
|
5437
|
+
style: B("max-width:" + s.arrowsMaxWidth + "!important"),
|
|
5438
5438
|
onClick: p[0] || (p[0] = (_) => a.value.prev())
|
|
5439
5439
|
}, [
|
|
5440
5440
|
v("div", {
|
|
@@ -5453,7 +5453,7 @@ const jb = (s, e) => {
|
|
|
5453
5453
|
s.areSlidesArrowsVisible && s.items.length > 1 ? (y(), b("div", {
|
|
5454
5454
|
key: 1,
|
|
5455
5455
|
class: "gsc-carousel__2d__arrow-right",
|
|
5456
|
-
style:
|
|
5456
|
+
style: B("max-width:" + s.arrowsMaxWidth + "!important"),
|
|
5457
5457
|
onClick: p[1] || (p[1] = (_) => l())
|
|
5458
5458
|
}, [
|
|
5459
5459
|
v("div", {
|
|
@@ -5483,10 +5483,10 @@ const jb = (s, e) => {
|
|
|
5483
5483
|
]))
|
|
5484
5484
|
])) : x("", !0),
|
|
5485
5485
|
s.isPaginationVisible ? (y(), b("div", a_, [
|
|
5486
|
-
(y(!0), b(
|
|
5486
|
+
(y(!0), b(N, null, be(s.items, (_, S) => (y(), b("div", {
|
|
5487
5487
|
key: `i-${S}`,
|
|
5488
5488
|
class: "gsc-carousel__2d__navigation__pagination__item",
|
|
5489
|
-
style:
|
|
5489
|
+
style: B({
|
|
5490
5490
|
height: `${i.navigationHeight}px`,
|
|
5491
5491
|
width: `${r.value === S ? i.navigationActiveWidth : i.navigationActiveWidth / 2}px`,
|
|
5492
5492
|
borderRadius: `${i.navigationBorderRadius}px`,
|
|
@@ -5621,20 +5621,20 @@ function b_(s, e, t, i, a, n) {
|
|
|
5621
5621
|
t.type == 0 ? (y(), b("div", {
|
|
5622
5622
|
key: 0,
|
|
5623
5623
|
class: A(["button", a.status && t.typeOnOff && "button-active"]),
|
|
5624
|
-
style:
|
|
5624
|
+
style: B([n.customStyle, a.status && t.typeOnOff && n.customActive]),
|
|
5625
5625
|
onClick: e[0] || (e[0] = (...r) => n.btnClick && n.btnClick(...r))
|
|
5626
5626
|
}, [
|
|
5627
5627
|
t.icon && t.iconPosition.toLowerCase() === "left" ? (y(), b("img", {
|
|
5628
5628
|
key: 0,
|
|
5629
5629
|
class: "icon",
|
|
5630
|
-
style:
|
|
5630
|
+
style: B({ width: t.iconSize }),
|
|
5631
5631
|
src: t.icon
|
|
5632
5632
|
}, null, 12, h_)) : x("", !0),
|
|
5633
5633
|
t.textValue ? (y(), b("div", m_, P(t.textValue), 1)) : x("", !0),
|
|
5634
5634
|
t.icon && t.iconPosition.toLowerCase() === "right" ? (y(), b("img", {
|
|
5635
5635
|
key: 2,
|
|
5636
5636
|
class: "icon",
|
|
5637
|
-
style:
|
|
5637
|
+
style: B({ width: t.iconSize }),
|
|
5638
5638
|
src: t.icon
|
|
5639
5639
|
}, null, 12, f_)) : x("", !0)
|
|
5640
5640
|
], 6)) : x("", !0),
|
|
@@ -5868,11 +5868,11 @@ const __ = /* @__PURE__ */ d_(Tl, [["render", b_], ["__scopeId", "data-v-fb269a1
|
|
|
5868
5868
|
ref_key: "dropDown",
|
|
5869
5869
|
ref: a,
|
|
5870
5870
|
class: "gsc-dropdown",
|
|
5871
|
-
style:
|
|
5871
|
+
style: B(o.value)
|
|
5872
5872
|
}, [
|
|
5873
5873
|
v("div", {
|
|
5874
5874
|
class: "gsc-dropdown__main-container",
|
|
5875
|
-
style:
|
|
5875
|
+
style: B({ "padding-right": `${s.arrowWidth + 8}px` }),
|
|
5876
5876
|
onClick: l
|
|
5877
5877
|
}, [
|
|
5878
5878
|
v("div", S_, [
|
|
@@ -5880,7 +5880,7 @@ const __ = /* @__PURE__ */ d_(Tl, [["render", b_], ["__scopeId", "data-v-fb269a1
|
|
|
5880
5880
|
]),
|
|
5881
5881
|
v("div", {
|
|
5882
5882
|
class: A(["gsc-dropdown__main-container__icon", { "rotated-180": r.value }]),
|
|
5883
|
-
style:
|
|
5883
|
+
style: B(c.value)
|
|
5884
5884
|
}, [
|
|
5885
5885
|
(y(), b("svg", {
|
|
5886
5886
|
height: s.arrowHeight,
|
|
@@ -5902,9 +5902,9 @@ const __ = /* @__PURE__ */ d_(Tl, [["render", b_], ["__scopeId", "data-v-fb269a1
|
|
|
5902
5902
|
v("div", null, [
|
|
5903
5903
|
v("div", {
|
|
5904
5904
|
class: "gsc-dropdown__items",
|
|
5905
|
-
style:
|
|
5905
|
+
style: B({ "margin-top": `${t.borderWidth}px` })
|
|
5906
5906
|
}, [
|
|
5907
|
-
(y(!0), b(
|
|
5907
|
+
(y(!0), b(N, null, be(s.items, (g, p) => (y(), b("div", {
|
|
5908
5908
|
class: A(["gsc-dropdown__items__item", { selected: p === n.value }]),
|
|
5909
5909
|
key: p,
|
|
5910
5910
|
onClick: (_) => u(g, p)
|
|
@@ -6074,7 +6074,7 @@ const __ = /* @__PURE__ */ d_(Tl, [["render", b_], ["__scopeId", "data-v-fb269a1
|
|
|
6074
6074
|
o();
|
|
6075
6075
|
}), (f, h) => (y(), b("div", {
|
|
6076
6076
|
class: "tournament-select",
|
|
6077
|
-
style:
|
|
6077
|
+
style: B(a.value)
|
|
6078
6078
|
}, [
|
|
6079
6079
|
ye(Ie(E_), Es(t, {
|
|
6080
6080
|
"model-value": r.value,
|
|
@@ -6210,20 +6210,20 @@ function H_(s, e, t, i, a, n) {
|
|
|
6210
6210
|
t.type == 0 ? (y(), b("div", {
|
|
6211
6211
|
key: 0,
|
|
6212
6212
|
class: A(["button", a.status && t.typeOnOff && "button-active"]),
|
|
6213
|
-
style:
|
|
6213
|
+
style: B([n.customStyle, a.status && t.typeOnOff && n.customActive]),
|
|
6214
6214
|
onClick: e[0] || (e[0] = (...r) => n.btnClick && n.btnClick(...r))
|
|
6215
6215
|
}, [
|
|
6216
6216
|
t.icon && t.iconPosition.toLowerCase() === "left" ? (y(), b("img", {
|
|
6217
6217
|
key: 0,
|
|
6218
6218
|
class: "icon",
|
|
6219
|
-
style:
|
|
6219
|
+
style: B({ width: t.iconSize }),
|
|
6220
6220
|
src: t.icon
|
|
6221
6221
|
}, null, 12, B_)) : x("", !0),
|
|
6222
6222
|
t.textValue ? (y(), b("div", $_, P(t.textValue), 1)) : x("", !0),
|
|
6223
6223
|
t.icon && t.iconPosition.toLowerCase() === "right" ? (y(), b("img", {
|
|
6224
6224
|
key: 2,
|
|
6225
6225
|
class: "icon",
|
|
6226
|
-
style:
|
|
6226
|
+
style: B({ width: t.iconSize }),
|
|
6227
6227
|
src: t.icon
|
|
6228
6228
|
}, null, 12, U_)) : x("", !0)
|
|
6229
6229
|
], 6)) : x("", !0),
|
|
@@ -6457,11 +6457,11 @@ const W_ = /* @__PURE__ */ M_(xl, [["render", H_], ["__scopeId", "data-v-fb269a1
|
|
|
6457
6457
|
ref_key: "dropDown",
|
|
6458
6458
|
ref: a,
|
|
6459
6459
|
class: "gsc-dropdown",
|
|
6460
|
-
style:
|
|
6460
|
+
style: B(o.value)
|
|
6461
6461
|
}, [
|
|
6462
6462
|
v("div", {
|
|
6463
6463
|
class: "gsc-dropdown__main-container",
|
|
6464
|
-
style:
|
|
6464
|
+
style: B({ "padding-right": `${s.arrowWidth + 8}px` }),
|
|
6465
6465
|
onClick: l
|
|
6466
6466
|
}, [
|
|
6467
6467
|
v("div", K_, [
|
|
@@ -6469,7 +6469,7 @@ const W_ = /* @__PURE__ */ M_(xl, [["render", H_], ["__scopeId", "data-v-fb269a1
|
|
|
6469
6469
|
]),
|
|
6470
6470
|
v("div", {
|
|
6471
6471
|
class: A(["gsc-dropdown__main-container__icon", { "rotated-180": r.value }]),
|
|
6472
|
-
style:
|
|
6472
|
+
style: B(c.value)
|
|
6473
6473
|
}, [
|
|
6474
6474
|
(y(), b("svg", {
|
|
6475
6475
|
height: s.arrowHeight,
|
|
@@ -6491,9 +6491,9 @@ const W_ = /* @__PURE__ */ M_(xl, [["render", H_], ["__scopeId", "data-v-fb269a1
|
|
|
6491
6491
|
v("div", null, [
|
|
6492
6492
|
v("div", {
|
|
6493
6493
|
class: "gsc-dropdown__items",
|
|
6494
|
-
style:
|
|
6494
|
+
style: B({ "margin-top": `${t.borderWidth}px` })
|
|
6495
6495
|
}, [
|
|
6496
|
-
(y(!0), b(
|
|
6496
|
+
(y(!0), b(N, null, be(s.items, (g, p) => (y(), b("div", {
|
|
6497
6497
|
class: A(["gsc-dropdown__items__item", { selected: p === n.value }]),
|
|
6498
6498
|
key: p,
|
|
6499
6499
|
onClick: (_) => u(g, p)
|
|
@@ -6884,11 +6884,11 @@ function CS(s, e, t, i, a, n) {
|
|
|
6884
6884
|
t.type == 0 ? (y(), b("div", bS, [
|
|
6885
6885
|
v("div", {
|
|
6886
6886
|
class: "gs-switch-container__control",
|
|
6887
|
-
style:
|
|
6887
|
+
style: B([n.customGrid(i.elementSize)])
|
|
6888
6888
|
}, [
|
|
6889
|
-
(y(!0), b(
|
|
6889
|
+
(y(!0), b(N, null, be(t.buttons, (o, c) => (y(), b("div", {
|
|
6890
6890
|
class: "gs-switch-container__control__button-option",
|
|
6891
|
-
style:
|
|
6891
|
+
style: B([{ height: t.height }, t.selectedOption == o ? { borderColor: t.colorOptionActive, color: t.colorFont + "!important", background: t.backgroundOptionActive } : { borderColor: t.colorOptionDisable, color: "grey !important" }]),
|
|
6892
6892
|
key: c,
|
|
6893
6893
|
onClick: (l) => (t.selectedOption = o, n.clickEmitEvent(o))
|
|
6894
6894
|
}, P(o), 13, _S))), 128))
|
|
@@ -6898,11 +6898,11 @@ function CS(s, e, t, i, a, n) {
|
|
|
6898
6898
|
t.type == 1 ? (y(), b("div", SS, [
|
|
6899
6899
|
v("div", {
|
|
6900
6900
|
class: "gs-switch-container-type__control",
|
|
6901
|
-
style:
|
|
6901
|
+
style: B([n.customGrid(i.elementSize)])
|
|
6902
6902
|
}, [
|
|
6903
|
-
(y(!0), b(
|
|
6903
|
+
(y(!0), b(N, null, be(t.buttons, (o, c) => (y(), b("div", {
|
|
6904
6904
|
class: "gs-switch-container-type__control__button-option-type",
|
|
6905
|
-
style:
|
|
6905
|
+
style: B([{ height: t.height }, t.selectedOption == o ? { borderColor: t.colorOptionActive, color: t.colorFont + "!important", background: t.backgroundOptionActive } : { borderColor: t.colorOptionDisable, borderWidth: "0px", borderWidth: "0px !important", color: "grey !important", background: t.backgroundOptionDisable }]),
|
|
6906
6906
|
key: c,
|
|
6907
6907
|
onClick: (l) => (t.selectedOption = o, n.clickEmitEvent(o))
|
|
6908
6908
|
}, P(o), 13, wS))), 128))
|
|
@@ -6924,9 +6924,9 @@ function CS(s, e, t, i, a, n) {
|
|
|
6924
6924
|
"arrows-border": t.arrowsBorder
|
|
6925
6925
|
}, {
|
|
6926
6926
|
default: Ve(() => [
|
|
6927
|
-
(y(!0), b(
|
|
6927
|
+
(y(!0), b(N, null, be(t.buttons, (o, c) => (y(), b("div", {
|
|
6928
6928
|
class: "button-option-multi",
|
|
6929
|
-
style:
|
|
6929
|
+
style: B([{ height: t.height }, t.selectedOption == o ? { borderColor: t.colorOptionActive, color: t.colorFont + "!important", background: t.backgroundOptionActive } : { borderColor: t.colorOptionDisable, color: "grey !important" }]),
|
|
6930
6930
|
key: c,
|
|
6931
6931
|
onClick: (l) => (t.selectedOption = o, n.clickEmitEvent(o))
|
|
6932
6932
|
}, P(o), 13, xS))), 128))
|
|
@@ -6968,55 +6968,55 @@ function RS(s, e, t, i, a, n) {
|
|
|
6968
6968
|
t.widthComponent >= 1100 ? (y(), b("div", {
|
|
6969
6969
|
key: 0,
|
|
6970
6970
|
class: "img-container-playoff-home",
|
|
6971
|
-
style:
|
|
6971
|
+
style: B(`background-image: url('https://golstatsimages.blob.core.windows.net/todoelfut/brackets_1010_${t.seasonId}.png?r=${Math.floor(Math.random() * 1e4 + 1)}'); width: calc(100% - 65px); height: calc(850px - 50px);`)
|
|
6972
6972
|
}, null, 4)) : t.widthComponent >= 985 && t.widthComponent < 1100 ? (y(), b("div", {
|
|
6973
6973
|
key: 1,
|
|
6974
6974
|
class: "img-container-playoff-home",
|
|
6975
|
-
style:
|
|
6975
|
+
style: B(`background-image: url('https://golstatsimages.blob.core.windows.net/todoelfut/brackets_429_${t.seasonId}.png?r=${Math.floor(Math.random() * 1e4 + 1)}'); width: calc(100% - 80px); height: calc(760px - 50px);`)
|
|
6976
6976
|
}, null, 4)) : t.widthComponent >= 915 && t.widthComponent < 985 ? (y(), b("div", {
|
|
6977
6977
|
key: 2,
|
|
6978
6978
|
class: "img-container-playoff-home",
|
|
6979
|
-
style:
|
|
6979
|
+
style: B(`background-image: url('https://golstatsimages.blob.core.windows.net/todoelfut/brackets_1010_${t.seasonId}.png?r=${Math.floor(Math.random() * 1e4 + 1)}'); width: calc(100% - 80px); height: calc(740px - 90px);`)
|
|
6980
6980
|
}, null, 4)) : t.widthComponent >= 855 && t.widthComponent < 915 ? (y(), b("div", {
|
|
6981
6981
|
key: 3,
|
|
6982
6982
|
class: "img-container-playoff-home",
|
|
6983
|
-
style:
|
|
6983
|
+
style: B(`background-image: url('https://golstatsimages.blob.core.windows.net/todoelfut/brackets_429_${t.seasonId}.png?r=${Math.floor(Math.random() * 1e4 + 1)}'); width: calc(100% - 80px); height: calc(720px - 110px);`)
|
|
6984
6984
|
}, null, 4)) : t.widthComponent >= 740 && t.widthComponent < 855 ? (y(), b("div", {
|
|
6985
6985
|
key: 4,
|
|
6986
6986
|
class: "img-container-playoff-home",
|
|
6987
|
-
style:
|
|
6987
|
+
style: B(`background-image: url('https://golstatsimages.blob.core.windows.net/todoelfut/brackets_429_${t.seasonId}.png?r=${Math.floor(Math.random() * 1e4 + 1)}'); width: calc(100% - 80px); height: calc(700px - 180px);`)
|
|
6988
6988
|
}, null, 4)) : t.widthComponent >= 670 && t.widthComponent < 740 ? (y(), b("div", {
|
|
6989
6989
|
key: 5,
|
|
6990
6990
|
class: "img-container-playoff-home",
|
|
6991
|
-
style:
|
|
6991
|
+
style: B(`background-image: url('https://golstatsimages.blob.core.windows.net/todoelfut/brackets_400_${t.seasonId}.png?r=${Math.floor(Math.random() * 1e4 + 1)}'); width: calc(100% - 80px); height: calc(700px - 200px);`)
|
|
6992
6992
|
}, null, 4)) : t.widthComponent >= 595 && t.widthComponent < 670 ? (y(), b("div", {
|
|
6993
6993
|
key: 6,
|
|
6994
6994
|
class: "img-container-playoff-home",
|
|
6995
|
-
style:
|
|
6995
|
+
style: B(`background-image: url('https://golstatsimages.blob.core.windows.net/todoelfut/brackets_400_${t.seasonId}.png?r=${Math.floor(Math.random() * 1e4 + 1)}'); width: calc(100% - 50px); height: calc(700px - 240px);`)
|
|
6996
6996
|
}, null, 4)) : t.widthComponent >= 545 && t.widthComponent < 595 ? (y(), b("div", {
|
|
6997
6997
|
key: 7,
|
|
6998
6998
|
class: "img-container-playoff-home",
|
|
6999
|
-
style:
|
|
6999
|
+
style: B(`background-image: url('https://golstatsimages.blob.core.windows.net/todoelfut/brackets_400_${t.seasonId}.png?r=${Math.floor(Math.random() * 1e4 + 1)}'); width: calc(100% - 50px); height: calc(700px - 280px);`)
|
|
7000
7000
|
}, null, 4)) : t.widthComponent >= 485 && t.widthComponent < 545 ? (y(), b("div", {
|
|
7001
7001
|
key: 8,
|
|
7002
7002
|
class: "img-container-playoff-home",
|
|
7003
|
-
style:
|
|
7003
|
+
style: B(`background-image: url('https://golstatsimages.blob.core.windows.net/todoelfut/brackets_400_${t.seasonId}.png?r=${Math.floor(Math.random() * 1e4 + 1)}'); width: calc(100% - 40px); height: calc(700px - 320px);`)
|
|
7004
7004
|
}, null, 4)) : t.widthComponent >= 445 && t.widthComponent < 485 ? (y(), b("div", {
|
|
7005
7005
|
key: 9,
|
|
7006
7006
|
class: "img-container-playoff-home",
|
|
7007
|
-
style:
|
|
7007
|
+
style: B(`background-image: url('https://golstatsimages.blob.core.windows.net/todoelfut/brackets_400_${t.seasonId}.png?r=${Math.floor(Math.random() * 1e4 + 1)}'); width: calc(100% - 40px); height: calc(700px - 360px);`)
|
|
7008
7008
|
}, null, 4)) : t.widthComponent >= 385 && t.widthComponent < 445 ? (y(), b("div", {
|
|
7009
7009
|
key: 10,
|
|
7010
7010
|
class: "img-container-playoff-home",
|
|
7011
|
-
style:
|
|
7011
|
+
style: B(`background-image: url('https://golstatsimages.blob.core.windows.net/todoelfut/brackets_400_${t.seasonId}.png?r=${Math.floor(Math.random() * 1e4 + 1)}'); width: calc(100% - 40px); height: calc(700px - 410px);`)
|
|
7012
7012
|
}, null, 4)) : t.widthComponent >= 350 && t.widthComponent < 385 ? (y(), b("div", {
|
|
7013
7013
|
key: 11,
|
|
7014
7014
|
class: "img-container-playoff-home",
|
|
7015
|
-
style:
|
|
7015
|
+
style: B(`background-image: url('https://golstatsimages.blob.core.windows.net/todoelfut/brackets_400_${t.seasonId}.png?r=${Math.floor(Math.random() * 1e4 + 1)}'); width: calc(100% - 20px); height: calc(700px - 420px);`)
|
|
7016
7016
|
}, null, 4)) : t.widthComponent < 350 ? (y(), b("div", {
|
|
7017
7017
|
key: 12,
|
|
7018
7018
|
class: "img-container-playoff-home",
|
|
7019
|
-
style:
|
|
7019
|
+
style: B(`background-image: url('https://golstatsimages.blob.core.windows.net/todoelfut/brackets_400_${t.seasonId}.png?r=${Math.floor(Math.random() * 1e4 + 1)}'); width: calc(100% - 20px); height: calc(700px - 440px);`)
|
|
7020
7020
|
}, null, 4)) : x("", !0),
|
|
7021
7021
|
IS
|
|
7022
7022
|
]);
|
|
@@ -7424,16 +7424,16 @@ function ew(s, e, t, i, a, n) {
|
|
|
7424
7424
|
const r = Ge("GSCTournamentSelect"), o = Ge("GSCSeasonSelect"), c = Ge("GSCFilterperteam"), l = Ge("GSCTableperteam"), d = Ge("GscSwitchComponent"), u = Ge("GSCCarousel"), m = Ge("PlayOffIMG");
|
|
7425
7425
|
return y(), b("div", {
|
|
7426
7426
|
class: "gsc-generaltable",
|
|
7427
|
-
style:
|
|
7427
|
+
style: B(t.type == 0 ? n.customStyle : n.customStyleLanding),
|
|
7428
7428
|
ref: "myDivRef"
|
|
7429
7429
|
}, [
|
|
7430
|
-
t.type == 0 ? (y(), b(
|
|
7430
|
+
t.type == 0 ? (y(), b(N, { key: 0 }, [
|
|
7431
7431
|
v("div", {
|
|
7432
7432
|
class: A(["gsc-generaltable__row-toolbar", i.elementSize.width < 590 ? "style-display" : ""])
|
|
7433
7433
|
}, [
|
|
7434
7434
|
v("div", {
|
|
7435
7435
|
class: A(["gsc-generaltable__row-toolbar__title", i.elementSize.width < 768 ? "style-auto" : ""]),
|
|
7436
|
-
style:
|
|
7436
|
+
style: B(n.customStyleTitle)
|
|
7437
7437
|
}, P(n.tableOfPhases), 7),
|
|
7438
7438
|
v("div", {
|
|
7439
7439
|
class: A([
|
|
@@ -7478,7 +7478,7 @@ function ew(s, e, t, i, a, n) {
|
|
|
7478
7478
|
onClickAll: n.clickAll
|
|
7479
7479
|
}, null, 8, ["data", "onClickTeam", "onClickAll"])) : x("", !0),
|
|
7480
7480
|
t.filtersTeams ? (y(), b("div", MS, BS)) : x("", !0),
|
|
7481
|
-
a.tableData ? (y(!0), b(
|
|
7481
|
+
a.tableData ? (y(!0), b(N, { key: 2 }, be(a.tableData, (f, h) => (y(), ee(l, {
|
|
7482
7482
|
key: h,
|
|
7483
7483
|
onOpenmedia: n.setOpenMedia,
|
|
7484
7484
|
onOpenTableProfile: n.openTableProfile,
|
|
@@ -7513,7 +7513,7 @@ function ew(s, e, t, i, a, n) {
|
|
|
7513
7513
|
}, null, 8, ["selected-option", "onInput"])
|
|
7514
7514
|
], 2)
|
|
7515
7515
|
]),
|
|
7516
|
-
a.optionSelectedGroup == "Grupos" ? (y(), b(
|
|
7516
|
+
a.optionSelectedGroup == "Grupos" ? (y(), b(N, { key: 0 }, [
|
|
7517
7517
|
t.filtersTeams ? (y(), ee(c, {
|
|
7518
7518
|
key: 0,
|
|
7519
7519
|
data: a.teams,
|
|
@@ -7523,12 +7523,12 @@ function ew(s, e, t, i, a, n) {
|
|
|
7523
7523
|
onClickAll: n.clickAll
|
|
7524
7524
|
}, null, 8, ["data", "onClickTeam", "onClickAll"])) : x("", !0),
|
|
7525
7525
|
t.filtersTeams ? (y(), b("div", GS, zS)) : x("", !0),
|
|
7526
|
-
i.elementSize.width > 600 ? (y(!0), b(
|
|
7526
|
+
i.elementSize.width > 600 ? (y(!0), b(N, { key: 2 }, be(a.tableData, (f, h) => (y(), b("div", {
|
|
7527
7527
|
key: h,
|
|
7528
7528
|
class: "group-table"
|
|
7529
7529
|
}, [
|
|
7530
7530
|
v("div", jS, P(f.name), 1),
|
|
7531
|
-
(y(!0), b(
|
|
7531
|
+
(y(!0), b(N, null, be(f.data, (g, p) => (y(), ee(l, {
|
|
7532
7532
|
key: p,
|
|
7533
7533
|
onOpenmedia: n.setOpenMedia,
|
|
7534
7534
|
onOpenTableProfile: n.openTableProfile,
|
|
@@ -7547,7 +7547,7 @@ function ew(s, e, t, i, a, n) {
|
|
|
7547
7547
|
v("div", HS, [
|
|
7548
7548
|
v("div", WS, [
|
|
7549
7549
|
v("div", KS, P(f.name), 1),
|
|
7550
|
-
(y(!0), b(
|
|
7550
|
+
(y(!0), b(N, null, be(f.data, (h, g) => (y(), ee(l, {
|
|
7551
7551
|
key: g,
|
|
7552
7552
|
onOpenmedia: n.setOpenMedia,
|
|
7553
7553
|
onOpenTableProfile: n.openTableProfile,
|
|
@@ -7583,7 +7583,7 @@ function ew(s, e, t, i, a, n) {
|
|
|
7583
7583
|
}, {
|
|
7584
7584
|
default: Ve(({ item: f }) => [
|
|
7585
7585
|
v("div", YS, [
|
|
7586
|
-
(y(!0), b(
|
|
7586
|
+
(y(!0), b(N, null, be(f, (h, g) => (y(), ee(l, {
|
|
7587
7587
|
key: g,
|
|
7588
7588
|
onOpenmedia: n.setOpenMedia,
|
|
7589
7589
|
onOpenTableProfile: n.openTableProfile,
|
|
@@ -7600,7 +7600,7 @@ function ew(s, e, t, i, a, n) {
|
|
|
7600
7600
|
]),
|
|
7601
7601
|
_: 1
|
|
7602
7602
|
}, 8, ["isPaginationVisible", "items"])) : x("", !0),
|
|
7603
|
-
t.typeView == 1 ? (y(), b(
|
|
7603
|
+
t.typeView == 1 ? (y(), b(N, { key: 1 }, [
|
|
7604
7604
|
v("div", JS, [
|
|
7605
7605
|
v("div", {
|
|
7606
7606
|
class: A(i.elementSize.width > 880 ? "switch-size-group" : "switch-size-group-movil")
|
|
@@ -7633,7 +7633,7 @@ function ew(s, e, t, i, a, n) {
|
|
|
7633
7633
|
v("div", XS, [
|
|
7634
7634
|
v("div", ZS, [
|
|
7635
7635
|
v("div", QS, P(f.name), 1),
|
|
7636
|
-
(y(!0), b(
|
|
7636
|
+
(y(!0), b(N, null, be(f.data, (h, g) => (y(), ee(l, {
|
|
7637
7637
|
key: g,
|
|
7638
7638
|
onOpenmedia: n.setOpenMedia,
|
|
7639
7639
|
onOpenTableProfile: n.openTableProfile,
|
|
@@ -7647,7 +7647,7 @@ function ew(s, e, t, i, a, n) {
|
|
|
7647
7647
|
])
|
|
7648
7648
|
]),
|
|
7649
7649
|
_: 1
|
|
7650
|
-
}, 8, ["isPaginationVisible", "items"])) : (y(), b(
|
|
7650
|
+
}, 8, ["isPaginationVisible", "items"])) : (y(), b(N, { key: 1 }, [
|
|
7651
7651
|
a.tournamentSelected.id ? (y(), ee(m, {
|
|
7652
7652
|
key: 0,
|
|
7653
7653
|
"tournament-id": a.tournamentSelected.id,
|
|
@@ -7661,7 +7661,7 @@ function ew(s, e, t, i, a, n) {
|
|
|
7661
7661
|
}, null, 8, ["tournament-id", "season-id", "width-component"]))
|
|
7662
7662
|
], 64))
|
|
7663
7663
|
], 64)) : x("", !0),
|
|
7664
|
-
t.typeView == 2 ? (y(), b(
|
|
7664
|
+
t.typeView == 2 ? (y(), b(N, { key: 2 }, [
|
|
7665
7665
|
a.tournamentSelected.id ? (y(), ee(m, {
|
|
7666
7666
|
key: 0,
|
|
7667
7667
|
"tournament-id": a.tournamentSelected.id,
|
|
@@ -7989,11 +7989,11 @@ function ww(s, e, t, i, a, n) {
|
|
|
7989
7989
|
t.type == 0 ? (y(), b("div", pw, [
|
|
7990
7990
|
v("div", {
|
|
7991
7991
|
class: "gs-switch-container__control",
|
|
7992
|
-
style:
|
|
7992
|
+
style: B([n.customGrid(i.elementSize)])
|
|
7993
7993
|
}, [
|
|
7994
|
-
(y(!0), b(
|
|
7994
|
+
(y(!0), b(N, null, be(t.buttons, (o, c) => (y(), b("div", {
|
|
7995
7995
|
class: "gs-switch-container__control__button-option",
|
|
7996
|
-
style:
|
|
7996
|
+
style: B([{ height: t.height }, t.selectedOption == o ? { borderColor: t.colorOptionActive, color: t.colorFont + "!important", background: t.backgroundOptionActive } : { borderColor: t.colorOptionDisable, color: "grey !important" }]),
|
|
7997
7997
|
key: c,
|
|
7998
7998
|
onClick: (l) => (t.selectedOption = o, n.clickEmitEvent(o))
|
|
7999
7999
|
}, P(o), 13, yw))), 128))
|
|
@@ -8003,11 +8003,11 @@ function ww(s, e, t, i, a, n) {
|
|
|
8003
8003
|
t.type == 1 ? (y(), b("div", vw, [
|
|
8004
8004
|
v("div", {
|
|
8005
8005
|
class: "gs-switch-container-type__control",
|
|
8006
|
-
style:
|
|
8006
|
+
style: B([n.customGrid(i.elementSize)])
|
|
8007
8007
|
}, [
|
|
8008
|
-
(y(!0), b(
|
|
8008
|
+
(y(!0), b(N, null, be(t.buttons, (o, c) => (y(), b("div", {
|
|
8009
8009
|
class: "gs-switch-container-type__control__button-option-type",
|
|
8010
|
-
style:
|
|
8010
|
+
style: B([{ height: t.height }, t.selectedOption == o ? { borderColor: t.colorOptionActive, color: t.colorFont + "!important", background: t.backgroundOptionActive } : { borderColor: t.colorOptionDisable, borderWidth: "0px", borderWidth: "0px !important", color: "grey !important", background: t.backgroundOptionDisable }]),
|
|
8011
8011
|
key: c,
|
|
8012
8012
|
onClick: (l) => (t.selectedOption = o, n.clickEmitEvent(o))
|
|
8013
8013
|
}, P(o), 13, bw))), 128))
|
|
@@ -8029,9 +8029,9 @@ function ww(s, e, t, i, a, n) {
|
|
|
8029
8029
|
"arrows-border": t.arrowsBorder
|
|
8030
8030
|
}, {
|
|
8031
8031
|
default: Ve(() => [
|
|
8032
|
-
(y(!0), b(
|
|
8032
|
+
(y(!0), b(N, null, be(t.buttons, (o, c) => (y(), b("div", {
|
|
8033
8033
|
class: "button-option-multi",
|
|
8034
|
-
style:
|
|
8034
|
+
style: B([{ height: t.height }, t.selectedOption == o ? { borderColor: t.colorOptionActive, color: t.colorFont + "!important", background: t.backgroundOptionActive } : { borderColor: t.colorOptionDisable, color: "grey !important" }]),
|
|
8035
8035
|
key: c,
|
|
8036
8036
|
onClick: (l) => (t.selectedOption = o, n.clickEmitEvent(o))
|
|
8037
8037
|
}, P(o), 13, Sw))), 128))
|
|
@@ -9891,7 +9891,7 @@ function sT({ config: s, currentSlide: e, slidesCount: t }) {
|
|
|
9891
9891
|
function Rf(s) {
|
|
9892
9892
|
return s ? s.reduce((e, t) => {
|
|
9893
9893
|
var i;
|
|
9894
|
-
return t.type ===
|
|
9894
|
+
return t.type === N ? [...e, ...Rf(t.children)] : ((i = t.type) === null || i === void 0 ? void 0 : i.name) === "CarouselSlide" ? [...e, t] : e;
|
|
9895
9895
|
}, []) : [];
|
|
9896
9896
|
}
|
|
9897
9897
|
function _o({ val: s, max: e, min: t = 0 }) {
|
|
@@ -10391,7 +10391,7 @@ const cT = (s, e) => {
|
|
|
10391
10391
|
onSlideStart: h
|
|
10392
10392
|
}, {
|
|
10393
10393
|
default: Ve(() => [
|
|
10394
|
-
(y(!0), b(
|
|
10394
|
+
(y(!0), b(N, null, be(s.items, (_, S) => (y(), ee(Ie(lT), { key: S }, {
|
|
10395
10395
|
default: Ve(() => [
|
|
10396
10396
|
Dt(g.$slots, "default", { item: _ }, void 0, !0)
|
|
10397
10397
|
]),
|
|
@@ -10404,7 +10404,7 @@ const cT = (s, e) => {
|
|
|
10404
10404
|
s.areSlidesArrowsVisible && s.items.length > 1 ? (y(), b("div", {
|
|
10405
10405
|
key: 0,
|
|
10406
10406
|
class: "gsc-carousel__2d__arrow-left",
|
|
10407
|
-
style:
|
|
10407
|
+
style: B("max-width:" + s.arrowsMaxWidth + "!important"),
|
|
10408
10408
|
onClick: p[0] || (p[0] = (_) => a.value.prev())
|
|
10409
10409
|
}, [
|
|
10410
10410
|
v("div", {
|
|
@@ -10423,7 +10423,7 @@ const cT = (s, e) => {
|
|
|
10423
10423
|
s.areSlidesArrowsVisible && s.items.length > 1 ? (y(), b("div", {
|
|
10424
10424
|
key: 1,
|
|
10425
10425
|
class: "gsc-carousel__2d__arrow-right",
|
|
10426
|
-
style:
|
|
10426
|
+
style: B("max-width:" + s.arrowsMaxWidth + "!important"),
|
|
10427
10427
|
onClick: p[1] || (p[1] = (_) => l())
|
|
10428
10428
|
}, [
|
|
10429
10429
|
v("div", {
|
|
@@ -10453,10 +10453,10 @@ const cT = (s, e) => {
|
|
|
10453
10453
|
]))
|
|
10454
10454
|
])) : x("", !0),
|
|
10455
10455
|
s.isPaginationVisible ? (y(), b("div", TT, [
|
|
10456
|
-
(y(!0), b(
|
|
10456
|
+
(y(!0), b(N, null, be(s.items, (_, S) => (y(), b("div", {
|
|
10457
10457
|
key: `i-${S}`,
|
|
10458
10458
|
class: "gsc-carousel__2d__navigation__pagination__item",
|
|
10459
|
-
style:
|
|
10459
|
+
style: B({
|
|
10460
10460
|
height: `${i.navigationHeight}px`,
|
|
10461
10461
|
width: `${r.value === S ? i.navigationActiveWidth : i.navigationActiveWidth / 2}px`,
|
|
10462
10462
|
borderRadius: `${i.navigationBorderRadius}px`,
|
|
@@ -10718,7 +10718,7 @@ function MT({ config: s, currentSlide: e, slidesCount: t }) {
|
|
|
10718
10718
|
function Pf(s) {
|
|
10719
10719
|
return s ? s.reduce((e, t) => {
|
|
10720
10720
|
var i;
|
|
10721
|
-
return t.type ===
|
|
10721
|
+
return t.type === N ? [...e, ...Pf(t.children)] : ((i = t.type) === null || i === void 0 ? void 0 : i.name) === "CarouselSlide" ? [...e, t] : e;
|
|
10722
10722
|
}, []) : [];
|
|
10723
10723
|
}
|
|
10724
10724
|
function wo({ val: s, max: e, min: t = 0 }) {
|
|
@@ -11148,17 +11148,17 @@ const ds = (s, e) => {
|
|
|
11148
11148
|
}
|
|
11149
11149
|
return (o, c) => (y(), b("div", {
|
|
11150
11150
|
class: "match-day",
|
|
11151
|
-
style:
|
|
11151
|
+
style: B({ ...i.value }),
|
|
11152
11152
|
onClick: c[0] || (c[0] = (l) => r(s.matchDay))
|
|
11153
11153
|
}, [
|
|
11154
11154
|
v("div", {
|
|
11155
11155
|
class: "match-day__value",
|
|
11156
|
-
style:
|
|
11156
|
+
style: B(a.value)
|
|
11157
11157
|
}, P(s.matchDay.valueText), 5),
|
|
11158
11158
|
!Number.isNaN(s.matchDay.value) && !s.matchDay.liveGamesIds.size ? (y(), b("div", {
|
|
11159
11159
|
key: 0,
|
|
11160
11160
|
class: "match-day__text",
|
|
11161
|
-
style:
|
|
11161
|
+
style: B([s.isLandingMode ? "margin-top:3px" : "margin-top:4px", n.value])
|
|
11162
11162
|
}, P(s.isLandingMode || s.componentWidth <= 425 ? "JOR" : "JORNADA"), 5)) : s.matchDay.liveGamesIds.size ? (y(), b("div", WT, YT)) : x("", !0)
|
|
11163
11163
|
], 4));
|
|
11164
11164
|
}
|
|
@@ -11272,7 +11272,7 @@ const ds = (s, e) => {
|
|
|
11272
11272
|
}
|
|
11273
11273
|
return (l, d) => (y(), b("div", {
|
|
11274
11274
|
class: "match-day-picker",
|
|
11275
|
-
style:
|
|
11275
|
+
style: B(
|
|
11276
11276
|
s.isLandingMode ? "border-top-left-radius: 9px; border-top-right-radius: 9px;" : "margin-bottom:12px"
|
|
11277
11277
|
)
|
|
11278
11278
|
}, [
|
|
@@ -11284,7 +11284,7 @@ const ds = (s, e) => {
|
|
|
11284
11284
|
ye(Ie(jT))
|
|
11285
11285
|
]),
|
|
11286
11286
|
default: Ve(() => [
|
|
11287
|
-
(y(!0), b(
|
|
11287
|
+
(y(!0), b(N, null, be(s.matchDays, (u) => (y(), ee(Ie(HT), {
|
|
11288
11288
|
key: u.key
|
|
11289
11289
|
}, {
|
|
11290
11290
|
default: Ve(() => [
|
|
@@ -11412,16 +11412,16 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
11412
11412
|
}));
|
|
11413
11413
|
return (l, d) => (y(), b("div", {
|
|
11414
11414
|
class: "game-info",
|
|
11415
|
-
style:
|
|
11415
|
+
style: B(s.isLandingMode ? "gap:5px" : "")
|
|
11416
11416
|
}, [
|
|
11417
11417
|
v("div", tx, [
|
|
11418
11418
|
v("div", {
|
|
11419
11419
|
class: "game-info__teams__team",
|
|
11420
|
-
style:
|
|
11420
|
+
style: B(i.value)
|
|
11421
11421
|
}, [
|
|
11422
11422
|
v("div", {
|
|
11423
11423
|
class: "game-info__teams__team__name",
|
|
11424
|
-
style:
|
|
11424
|
+
style: B(a.value)
|
|
11425
11425
|
}, P(s.isLandingMode || s.isAcronymVisible ? s.game.home_team.acronym : s.game.home_team.colloquial_name), 5),
|
|
11426
11426
|
v("div", sx, [
|
|
11427
11427
|
v("img", {
|
|
@@ -11434,24 +11434,24 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
11434
11434
|
s.game.game_status === 4 && !s.game.is_live ? (y(), b("div", nx, [
|
|
11435
11435
|
v("div", null, [
|
|
11436
11436
|
v("span", {
|
|
11437
|
-
style:
|
|
11437
|
+
style: B(c.value)
|
|
11438
11438
|
}, P(t.value), 5),
|
|
11439
11439
|
de(),
|
|
11440
11440
|
v("span", {
|
|
11441
|
-
style:
|
|
11441
|
+
style: B(o.value)
|
|
11442
11442
|
}, "CST", 4)
|
|
11443
11443
|
])
|
|
11444
11444
|
])) : (y(), b("div", {
|
|
11445
11445
|
key: 1,
|
|
11446
11446
|
class: "game-info__teams__detail__score",
|
|
11447
|
-
style:
|
|
11447
|
+
style: B(r.value)
|
|
11448
11448
|
}, [
|
|
11449
11449
|
v("span", null, P(s.game.score[0]) + " - " + P(s.game.score[1]), 1)
|
|
11450
11450
|
], 4))
|
|
11451
11451
|
]),
|
|
11452
11452
|
v("div", {
|
|
11453
11453
|
class: "game-info__teams__team away",
|
|
11454
|
-
style:
|
|
11454
|
+
style: B(i.value)
|
|
11455
11455
|
}, [
|
|
11456
11456
|
v("div", rx, [
|
|
11457
11457
|
v("img", {
|
|
@@ -11461,13 +11461,13 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
11461
11461
|
]),
|
|
11462
11462
|
v("div", {
|
|
11463
11463
|
class: "game-info__teams__team__name",
|
|
11464
|
-
style:
|
|
11464
|
+
style: B(a.value)
|
|
11465
11465
|
}, P(s.isLandingMode || s.isAcronymVisible ? s.game.visiting_team.acronym : s.game.visiting_team.colloquial_name), 5)
|
|
11466
11466
|
], 4)
|
|
11467
11467
|
]),
|
|
11468
11468
|
v("div", {
|
|
11469
11469
|
class: "game-info__status",
|
|
11470
|
-
style:
|
|
11470
|
+
style: B([n.value, s.isLandingMode ? "line-height: normal" : ""])
|
|
11471
11471
|
}, [
|
|
11472
11472
|
s.game.game_status === 4 && !s.game.is_live ? (y(), b("span", lx, [
|
|
11473
11473
|
s.isTelevisionVisible ? (y(), b("span", cx, P(s.game.tv_stations.join(", ")), 1)) : x("", !0)
|
|
@@ -11533,9 +11533,9 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
11533
11533
|
return (r, o) => (y(), b("div", hx, [
|
|
11534
11534
|
v("div", {
|
|
11535
11535
|
class: A(["game-status__day", n.value]),
|
|
11536
|
-
style:
|
|
11536
|
+
style: B(a.value)
|
|
11537
11537
|
}, [
|
|
11538
|
-
s.isLive ? (y(), b("div", mx, px)) : (y(), b(
|
|
11538
|
+
s.isLive ? (y(), b("div", mx, px)) : (y(), b(N, { key: 1 }, [
|
|
11539
11539
|
de(P(i.value), 1)
|
|
11540
11540
|
], 64))
|
|
11541
11541
|
], 6),
|
|
@@ -11632,13 +11632,13 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
11632
11632
|
v("div", Sx, [
|
|
11633
11633
|
v("div", {
|
|
11634
11634
|
class: "actions__button rounded",
|
|
11635
|
-
style:
|
|
11635
|
+
style: B(i.value),
|
|
11636
11636
|
onClick: r[0] || (r[0] = (o) => a(Ie(es).STATISTICS))
|
|
11637
11637
|
}, Tx, 4),
|
|
11638
11638
|
s.showPlayButton && s.hasVideo ? (y(), b("div", {
|
|
11639
11639
|
key: 0,
|
|
11640
11640
|
class: "actions__button rounded",
|
|
11641
|
-
style:
|
|
11641
|
+
style: B(i.value),
|
|
11642
11642
|
onClick: r[1] || (r[1] = (o) => a(Ie(es).PLAY_RESUME))
|
|
11643
11643
|
}, [
|
|
11644
11644
|
(y(), b("svg", xx, [
|
|
@@ -11822,7 +11822,7 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
11822
11822
|
s.showPlayButton && s.hasVideo && !n.value ? (y(), b("div", {
|
|
11823
11823
|
key: 1,
|
|
11824
11824
|
class: "actions__button rounded",
|
|
11825
|
-
style:
|
|
11825
|
+
style: B(i.value),
|
|
11826
11826
|
onClick: l[1] || (l[1] = (d) => o(Ie(es).PLAY_RESUME))
|
|
11827
11827
|
}, [
|
|
11828
11828
|
(y(), b("svg", Px, [
|
|
@@ -11834,7 +11834,7 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
11834
11834
|
], 4)) : x("", !0),
|
|
11835
11835
|
v("div", {
|
|
11836
11836
|
class: "actions__button rounded",
|
|
11837
|
-
style:
|
|
11837
|
+
style: B(i.value),
|
|
11838
11838
|
onClick: l[2] || (l[2] = (d) => o(Ie(es).STATISTICS))
|
|
11839
11839
|
}, Mx, 4)
|
|
11840
11840
|
], 2),
|
|
@@ -11860,7 +11860,7 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
11860
11860
|
Gx,
|
|
11861
11861
|
v("div", {
|
|
11862
11862
|
class: "actions__videos__thumbnails__thumbnail__text",
|
|
11863
|
-
style:
|
|
11863
|
+
style: B(r.value)
|
|
11864
11864
|
}, " Goles ", 4)
|
|
11865
11865
|
])) : x("", !0),
|
|
11866
11866
|
v("div", {
|
|
@@ -11870,7 +11870,7 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
11870
11870
|
Vx,
|
|
11871
11871
|
v("div", {
|
|
11872
11872
|
class: "actions__videos__thumbnails__thumbnail__text",
|
|
11873
|
-
style:
|
|
11873
|
+
style: B(r.value)
|
|
11874
11874
|
}, " Resumen ", 4)
|
|
11875
11875
|
])
|
|
11876
11876
|
])) : x("", !0)
|
|
@@ -12026,7 +12026,7 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12026
12026
|
return (p, _) => s.isLandingMode ? (y(), b("div", {
|
|
12027
12027
|
key: 0,
|
|
12028
12028
|
class: "row-landing",
|
|
12029
|
-
style:
|
|
12029
|
+
style: B(l.value)
|
|
12030
12030
|
}, [
|
|
12031
12031
|
ye(jd, {
|
|
12032
12032
|
game: s.game,
|
|
@@ -12056,11 +12056,11 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12056
12056
|
], 4)) : (y(), b("div", {
|
|
12057
12057
|
key: 1,
|
|
12058
12058
|
class: "row-full-container",
|
|
12059
|
-
style:
|
|
12059
|
+
style: B(l.value)
|
|
12060
12060
|
}, [
|
|
12061
12061
|
v("div", {
|
|
12062
12062
|
class: A(["row-full", u.value.game]),
|
|
12063
|
-
style:
|
|
12063
|
+
style: B(d.value)
|
|
12064
12064
|
}, [
|
|
12065
12065
|
v("div", Yx, [
|
|
12066
12066
|
ye(Hd, {
|
|
@@ -12084,7 +12084,7 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12084
12084
|
s.componentWidth >= 910 ? (y(), b("div", {
|
|
12085
12085
|
key: 0,
|
|
12086
12086
|
class: "row-full__television",
|
|
12087
|
-
style:
|
|
12087
|
+
style: B(f.value)
|
|
12088
12088
|
}, [
|
|
12089
12089
|
!n.value && (s.game.game_status === 4 || s.game.is_live) ? (y(), b("span", Xx, P(s.game.tv_stations.join(", ")), 1)) : x("", !0)
|
|
12090
12090
|
], 4)) : x("", !0),
|
|
@@ -12113,7 +12113,7 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12113
12113
|
tC,
|
|
12114
12114
|
v("div", sC, [
|
|
12115
12115
|
v("div", iC, [
|
|
12116
|
-
(y(!0), b(
|
|
12116
|
+
(y(!0), b(N, null, be(r.value.homeTeam, (S, T) => (y(), b("div", {
|
|
12117
12117
|
key: `h${T}`,
|
|
12118
12118
|
class: "game-events__data__team__event"
|
|
12119
12119
|
}, [
|
|
@@ -12124,7 +12124,7 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12124
12124
|
]))), 128))
|
|
12125
12125
|
]),
|
|
12126
12126
|
v("div", rC, [
|
|
12127
|
-
(y(!0), b(
|
|
12127
|
+
(y(!0), b(N, null, be(r.value.awayTeam, (S, T) => (y(), b("div", {
|
|
12128
12128
|
key: `a${T}`,
|
|
12129
12129
|
class: "game-events__data__team__event"
|
|
12130
12130
|
}, [
|
|
@@ -12199,7 +12199,7 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12199
12199
|
e("action", n);
|
|
12200
12200
|
}
|
|
12201
12201
|
return (n, r) => (y(), b("div", hC, [
|
|
12202
|
-
(y(!0), b(
|
|
12202
|
+
(y(!0), b(N, null, be(s.gamesPerPage, (o, c) => (y(), ee(Mf, {
|
|
12203
12203
|
key: o.game_id,
|
|
12204
12204
|
game: o,
|
|
12205
12205
|
"team-id": s.teamId,
|
|
@@ -12342,15 +12342,15 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12342
12342
|
}, {
|
|
12343
12343
|
default: Ve(({ item: d }) => [
|
|
12344
12344
|
v("div", yC, [
|
|
12345
|
-
(y(!0), b(
|
|
12345
|
+
(y(!0), b(N, null, be(d, (u, m) => (y(), b("div", {
|
|
12346
12346
|
key: m,
|
|
12347
12347
|
class: "calendar-by-team__page__round"
|
|
12348
12348
|
}, [
|
|
12349
12349
|
v("div", {
|
|
12350
12350
|
class: "calendar-by-team__page__round__round-name",
|
|
12351
|
-
style:
|
|
12351
|
+
style: B([{ color: "white" }, s.componentWidth <= 425 ? "padding: 5px 10px" : ""])
|
|
12352
12352
|
}, P(o(u.roundName)), 5),
|
|
12353
|
-
(y(!0), b(
|
|
12353
|
+
(y(!0), b(N, null, be(u.games, (f) => (y(), ee(Mf, {
|
|
12354
12354
|
key: f.game_id,
|
|
12355
12355
|
game: f,
|
|
12356
12356
|
"team-id": s.teamId,
|
|
@@ -12538,7 +12538,7 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12538
12538
|
class: A(d.$style.nameMobile),
|
|
12539
12539
|
id: "team-name"
|
|
12540
12540
|
}, P(r.value.home_team.acronym), 3),
|
|
12541
|
-
r.value.game_status == 1 ? (y(), b(
|
|
12541
|
+
r.value.game_status == 1 ? (y(), b(N, { key: 0 }, [
|
|
12542
12542
|
r.value.is_live == 0 && r.value.game_status == 1 || Object.keys(r.value.minutes).length > 0 ? (y(), b("div", {
|
|
12543
12543
|
key: 0,
|
|
12544
12544
|
class: A(d.$style.containerEventsGameHometeam)
|
|
@@ -12551,9 +12551,9 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12551
12551
|
class: A(d.$style.goalsContainer)
|
|
12552
12552
|
}, [
|
|
12553
12553
|
ek,
|
|
12554
|
-
(y(!0), b(
|
|
12554
|
+
(y(!0), b(N, null, be(r.value.minutes.home_goals_minutes, (m, f) => (y(), b("div", { key: f }, [
|
|
12555
12555
|
de(P(o(m).replace("(AG)", "")), 1),
|
|
12556
|
-
f != r.value.minutes.home_goals_minutes.length - 1 ? (y(), b(
|
|
12556
|
+
f != r.value.minutes.home_goals_minutes.length - 1 ? (y(), b(N, { key: 0 }, [
|
|
12557
12557
|
de(", ")
|
|
12558
12558
|
], 64)) : x("", !0)
|
|
12559
12559
|
]))), 128))
|
|
@@ -12567,9 +12567,9 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12567
12567
|
class: A(d.$style.yellowContainer)
|
|
12568
12568
|
}, [
|
|
12569
12569
|
tk,
|
|
12570
|
-
(y(!0), b(
|
|
12570
|
+
(y(!0), b(N, null, be(r.value.minutes.home_red_cards_minutes, (m, f) => (y(), b("div", { key: f }, [
|
|
12571
12571
|
de(P(o(m)), 1),
|
|
12572
|
-
f != r.value.minutes.home_red_cards_minutes.length - 1 ? (y(), b(
|
|
12572
|
+
f != r.value.minutes.home_red_cards_minutes.length - 1 ? (y(), b(N, { key: 0 }, [
|
|
12573
12573
|
de(", ")
|
|
12574
12574
|
], 64)) : x("", !0)
|
|
12575
12575
|
]))), 128))
|
|
@@ -12583,16 +12583,16 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12583
12583
|
class: A(d.$style.redContainer)
|
|
12584
12584
|
}, [
|
|
12585
12585
|
sk,
|
|
12586
|
-
(y(!0), b(
|
|
12586
|
+
(y(!0), b(N, null, be(r.value.minutes.home_yellow_cards_minutes, (m, f) => (y(), b("div", { key: f }, [
|
|
12587
12587
|
de(P(o(m)), 1),
|
|
12588
|
-
f != r.value.minutes.home_yellow_cards_minutes.length - 1 ? (y(), b(
|
|
12588
|
+
f != r.value.minutes.home_yellow_cards_minutes.length - 1 ? (y(), b(N, { key: 0 }, [
|
|
12589
12589
|
de(", ")
|
|
12590
12590
|
], 64)) : x("", !0)
|
|
12591
12591
|
]))), 128))
|
|
12592
12592
|
], 2)) : x("", !0)
|
|
12593
12593
|
], 2)
|
|
12594
12594
|
], 2)) : x("", !0)
|
|
12595
|
-
], 64)) : (y(), b(
|
|
12595
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
12596
12596
|
r.value.is_live == 1 && r.value.game_status != 1 || r.value.game_status == 0 ? (y(), b("div", {
|
|
12597
12597
|
key: 0,
|
|
12598
12598
|
class: A(d.$style.containerEventsGameHometeam)
|
|
@@ -12600,22 +12600,22 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12600
12600
|
v("div", {
|
|
12601
12601
|
class: A(d.$style.containerEvents)
|
|
12602
12602
|
}, [
|
|
12603
|
-
Object.keys(s.playsLive).length > 0 ? (y(), b(
|
|
12604
|
-
s.playsLive[s.game.home_team.team_id] && "goals" in s.playsLive[s.game.home_team.team_id] ? (y(), b(
|
|
12603
|
+
Object.keys(s.playsLive).length > 0 ? (y(), b(N, { key: 0 }, [
|
|
12604
|
+
s.playsLive[s.game.home_team.team_id] && "goals" in s.playsLive[s.game.home_team.team_id] ? (y(), b(N, { key: 0 }, [
|
|
12605
12605
|
Object.keys(s.playsLive[s.game.home_team.team_id].goals).length > 0 ? (y(), b("div", {
|
|
12606
12606
|
key: 0,
|
|
12607
12607
|
class: A(d.$style.goalsContainer)
|
|
12608
12608
|
}, [
|
|
12609
12609
|
ik,
|
|
12610
|
-
(y(!0), b(
|
|
12610
|
+
(y(!0), b(N, null, be(Object.keys(s.playsLive[s.game.home_team.team_id].goals), (m, f) => (y(), b("div", { key: f }, [
|
|
12611
12611
|
de(P(s.playsLive[s.game.home_team.team_id].goals[m].event.map((h) => `${h}'`).join(", ").replace("(AG)", "")), 1),
|
|
12612
|
-
f != Object.keys(s.playsLive[s.game.home_team.team_id].goals).length - 1 ? (y(), b(
|
|
12612
|
+
f != Object.keys(s.playsLive[s.game.home_team.team_id].goals).length - 1 ? (y(), b(N, { key: 0 }, [
|
|
12613
12613
|
de(", ")
|
|
12614
12614
|
], 64)) : x("", !0)
|
|
12615
12615
|
]))), 128))
|
|
12616
12616
|
], 2)) : x("", !0)
|
|
12617
12617
|
], 64)) : x("", !0),
|
|
12618
|
-
s.playsLive[s.game.home_team.team_id] && "red" in s.playsLive[s.game.home_team.team_id] ? (y(), b(
|
|
12618
|
+
s.playsLive[s.game.home_team.team_id] && "red" in s.playsLive[s.game.home_team.team_id] ? (y(), b(N, { key: 1 }, [
|
|
12619
12619
|
Object.keys(s.playsLive[s.game.home_team.team_id].red).length > 0 && Object.keys(s.playsLive[s.game.home_team.team_id].goals).length > 0 ? (y(), b("div", {
|
|
12620
12620
|
key: 0,
|
|
12621
12621
|
class: A(d.$style.sepEvents)
|
|
@@ -12625,15 +12625,15 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12625
12625
|
class: A(d.$style.yellowContainer)
|
|
12626
12626
|
}, [
|
|
12627
12627
|
ak,
|
|
12628
|
-
(y(!0), b(
|
|
12628
|
+
(y(!0), b(N, null, be(Object.keys(s.playsLive[s.game.home_team.team_id].red), (m, f) => (y(), b("div", { key: f }, [
|
|
12629
12629
|
de(P(s.playsLive[s.game.home_team.team_id].red[m].event.map((h) => `${h}'`).join(", ")), 1),
|
|
12630
|
-
f != Object.keys(s.playsLive[s.game.home_team.team_id].red).length - 1 ? (y(), b(
|
|
12630
|
+
f != Object.keys(s.playsLive[s.game.home_team.team_id].red).length - 1 ? (y(), b(N, { key: 0 }, [
|
|
12631
12631
|
de(", ")
|
|
12632
12632
|
], 64)) : x("", !0)
|
|
12633
12633
|
]))), 128))
|
|
12634
12634
|
], 2)) : x("", !0)
|
|
12635
12635
|
], 64)) : x("", !0),
|
|
12636
|
-
s.playsLive[s.game.home_team.team_id] && "yellow" in s.playsLive[s.game.home_team.team_id] ? (y(), b(
|
|
12636
|
+
s.playsLive[s.game.home_team.team_id] && "yellow" in s.playsLive[s.game.home_team.team_id] ? (y(), b(N, { key: 2 }, [
|
|
12637
12637
|
Object.keys(s.playsLive[s.game.home_team.team_id].red).length > 0 || Object.keys(s.playsLive[s.game.home_team.team_id].goals).length > 0 ? (y(), b("div", {
|
|
12638
12638
|
key: 0,
|
|
12639
12639
|
class: A(d.$style.sepEvents)
|
|
@@ -12643,9 +12643,9 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12643
12643
|
class: A(d.$style.redContainer)
|
|
12644
12644
|
}, [
|
|
12645
12645
|
nk,
|
|
12646
|
-
(y(!0), b(
|
|
12646
|
+
(y(!0), b(N, null, be(Object.keys(s.playsLive[s.game.home_team.team_id].yellow), (m, f) => (y(), b("div", { key: f }, [
|
|
12647
12647
|
de(P(s.playsLive[s.game.home_team.team_id].yellow[m].event.map((h) => `${h}'`).join(", ")), 1),
|
|
12648
|
-
f != Object.keys(s.playsLive[s.game.home_team.team_id].yellow).length - 1 ? (y(), b(
|
|
12648
|
+
f != Object.keys(s.playsLive[s.game.home_team.team_id].yellow).length - 1 ? (y(), b(N, { key: 0 }, [
|
|
12649
12649
|
de(", ")
|
|
12650
12650
|
], 64)) : x("", !0)
|
|
12651
12651
|
]))), 128))
|
|
@@ -12685,9 +12685,9 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12685
12685
|
class: A(d.$style.matchInfo),
|
|
12686
12686
|
id: "container-match-info"
|
|
12687
12687
|
}, [
|
|
12688
|
-
r.value.is_live ? (y(), b(
|
|
12688
|
+
r.value.is_live ? (y(), b(N, { key: 0 }, [
|
|
12689
12689
|
de(P(l(r.value.date_time_utc, 1)), 1)
|
|
12690
|
-
], 64)) : (y(), b(
|
|
12690
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
12691
12691
|
v("div", {
|
|
12692
12692
|
class: A([d.$style.sbado16De, d.$style.gameDate])
|
|
12693
12693
|
}, P(l(r.value.date_time_utc, 1)), 3),
|
|
@@ -12719,12 +12719,12 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12719
12719
|
}, [
|
|
12720
12720
|
rk,
|
|
12721
12721
|
de(" LIVE - " + P(a.value) + "' ", 1)
|
|
12722
|
-
], 2)) : (y(), b(
|
|
12722
|
+
], 2)) : (y(), b(N, { key: 1 }, [
|
|
12723
12723
|
de(" Finalizado "),
|
|
12724
12724
|
r.value.penalties_score_home_team != 0 || r.value.penalties_score_visiting_team != 0 ? (y(), b("span", ok, " - Penales " + P(r.value.penalties_score_home_team) + " - " + P(r.value.penalties_score_visiting_team), 1)) : x("", !0)
|
|
12725
12725
|
], 64))
|
|
12726
12726
|
], 2),
|
|
12727
|
-
s.is_captured == 1 ? (y(), b(
|
|
12727
|
+
s.is_captured == 1 ? (y(), b(N, { key: 4 }, [
|
|
12728
12728
|
r.value.is_live == 1 || r.value.game_status == 1 || Object.keys(r.value.minutes).length > 0 ? (y(), b("div", {
|
|
12729
12729
|
key: 0,
|
|
12730
12730
|
class: A(d.$style.viewButtomEvent),
|
|
@@ -12758,7 +12758,7 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12758
12758
|
class: A(d.$style.name1),
|
|
12759
12759
|
id: "team-name"
|
|
12760
12760
|
}, P(r.value.visiting_team.acronym), 3),
|
|
12761
|
-
r.value.game_status == 1 ? (y(), b(
|
|
12761
|
+
r.value.game_status == 1 ? (y(), b(N, { key: 0 }, [
|
|
12762
12762
|
r.value.is_live == 0 && r.value.game_status == 1 || Object.keys(r.value.minutes).length > 0 ? (y(), b("div", {
|
|
12763
12763
|
key: 0,
|
|
12764
12764
|
class: A(d.$style.containerEventsGameAwayteam)
|
|
@@ -12771,9 +12771,9 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12771
12771
|
class: A(d.$style.goalsContainer)
|
|
12772
12772
|
}, [
|
|
12773
12773
|
r.value.minutes.visiting_goals_minutes.length > 0 ? (y(), b("img", hk)) : x("", !0),
|
|
12774
|
-
(y(!0), b(
|
|
12774
|
+
(y(!0), b(N, null, be(r.value.minutes.visiting_goals_minutes, (m, f) => (y(), b("div", { key: f }, [
|
|
12775
12775
|
de(P(o(m).replace("(AG)", "")), 1),
|
|
12776
|
-
f != r.value.minutes.visiting_goals_minutes.length - 1 ? (y(), b(
|
|
12776
|
+
f != r.value.minutes.visiting_goals_minutes.length - 1 ? (y(), b(N, { key: 0 }, [
|
|
12777
12777
|
de(", ")
|
|
12778
12778
|
], 64)) : x("", !0)
|
|
12779
12779
|
]))), 128))
|
|
@@ -12787,9 +12787,9 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12787
12787
|
class: A(d.$style.yellowContainer)
|
|
12788
12788
|
}, [
|
|
12789
12789
|
r.value.minutes.away_red_cards_minutes.length > 0 ? (y(), b("img", mk)) : x("", !0),
|
|
12790
|
-
(y(!0), b(
|
|
12790
|
+
(y(!0), b(N, null, be(r.value.minutes.away_red_cards_minutes, (m, f) => (y(), b("div", { key: f }, [
|
|
12791
12791
|
de(P(o(m)), 1),
|
|
12792
|
-
f != r.value.minutes.away_red_cards_minutes.length - 1 ? (y(), b(
|
|
12792
|
+
f != r.value.minutes.away_red_cards_minutes.length - 1 ? (y(), b(N, { key: 0 }, [
|
|
12793
12793
|
de(", ")
|
|
12794
12794
|
], 64)) : x("", !0)
|
|
12795
12795
|
]))), 128))
|
|
@@ -12803,16 +12803,16 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12803
12803
|
class: A(d.$style.redContainer)
|
|
12804
12804
|
}, [
|
|
12805
12805
|
r.value.minutes.away_yellow_cards_minutes.length > 0 ? (y(), b("img", fk)) : x("", !0),
|
|
12806
|
-
(y(!0), b(
|
|
12806
|
+
(y(!0), b(N, null, be(r.value.minutes.away_yellow_cards_minutes, (m, f) => (y(), b("div", { key: f }, [
|
|
12807
12807
|
de(P(o(m)) + "'", 1),
|
|
12808
|
-
f != r.value.minutes.away_yellow_cards_minutes.length - 1 ? (y(), b(
|
|
12808
|
+
f != r.value.minutes.away_yellow_cards_minutes.length - 1 ? (y(), b(N, { key: 0 }, [
|
|
12809
12809
|
de(", ")
|
|
12810
12810
|
], 64)) : x("", !0)
|
|
12811
12811
|
]))), 128))
|
|
12812
12812
|
], 2)) : x("", !0)
|
|
12813
12813
|
], 2)
|
|
12814
12814
|
], 2)) : x("", !0)
|
|
12815
|
-
], 64)) : (y(), b(
|
|
12815
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
12816
12816
|
r.value.is_live == 1 && r.value.game_status != 1 || r.value.game_status == 0 ? (y(), b("div", {
|
|
12817
12817
|
key: 0,
|
|
12818
12818
|
class: A(d.$style.containerEventsGameAwayteam)
|
|
@@ -12820,24 +12820,24 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12820
12820
|
v("div", {
|
|
12821
12821
|
class: A(d.$style.containerEvents)
|
|
12822
12822
|
}, [
|
|
12823
|
-
Object.keys(s.playsLive).length > 0 ? (y(), b(
|
|
12824
|
-
s.playsLive[s.game.visiting_team.team_id] && "goals" in s.playsLive[s.game.visiting_team.team_id] ? (y(), b(
|
|
12823
|
+
Object.keys(s.playsLive).length > 0 ? (y(), b(N, { key: 0 }, [
|
|
12824
|
+
s.playsLive[s.game.visiting_team.team_id] && "goals" in s.playsLive[s.game.visiting_team.team_id] ? (y(), b(N, { key: 0 }, [
|
|
12825
12825
|
Object.keys(s.playsLive[s.game.visiting_team.team_id].goals).length ? (y(), b("div", {
|
|
12826
12826
|
key: 0,
|
|
12827
12827
|
class: A(d.$style.goalsContainer)
|
|
12828
12828
|
}, [
|
|
12829
12829
|
gk,
|
|
12830
|
-
(y(!0), b(
|
|
12830
|
+
(y(!0), b(N, null, be(Object.keys(
|
|
12831
12831
|
s.playsLive[s.game.visiting_team.team_id].goals
|
|
12832
12832
|
), (m, f) => (y(), b("div", { key: f }, [
|
|
12833
12833
|
de(P(s.playsLive[s.game.visiting_team.team_id].goals[m].event.map((h) => `${h}'`).join(", ").replace("(AG)", "")), 1),
|
|
12834
|
-
f != Object.keys(s.playsLive[s.game.visiting_team.team_id].goals).length - 1 ? (y(), b(
|
|
12834
|
+
f != Object.keys(s.playsLive[s.game.visiting_team.team_id].goals).length - 1 ? (y(), b(N, { key: 0 }, [
|
|
12835
12835
|
de(", ")
|
|
12836
12836
|
], 64)) : x("", !0)
|
|
12837
12837
|
]))), 128))
|
|
12838
12838
|
], 2)) : x("", !0)
|
|
12839
12839
|
], 64)) : x("", !0),
|
|
12840
|
-
s.playsLive[s.game.visiting_team.team_id] && "red" in s.playsLive[s.game.visiting_team.team_id] ? (y(), b(
|
|
12840
|
+
s.playsLive[s.game.visiting_team.team_id] && "red" in s.playsLive[s.game.visiting_team.team_id] ? (y(), b(N, { key: 1 }, [
|
|
12841
12841
|
Object.keys(s.playsLive[s.game.visiting_team.team_id].red).length > 0 && Object.keys(s.playsLive[s.game.visiting_team.team_id].goals).length > 0 ? (y(), b("div", {
|
|
12842
12842
|
key: 0,
|
|
12843
12843
|
class: A(d.$style.sepEvents)
|
|
@@ -12847,17 +12847,17 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12847
12847
|
class: A(d.$style.yellowContainer)
|
|
12848
12848
|
}, [
|
|
12849
12849
|
pk,
|
|
12850
|
-
(y(!0), b(
|
|
12850
|
+
(y(!0), b(N, null, be(Object.keys(
|
|
12851
12851
|
s.playsLive[s.game.visiting_team.team_id].red
|
|
12852
12852
|
), (m, f) => (y(), b("div", { key: f }, [
|
|
12853
12853
|
de(P(s.playsLive[s.game.visiting_team.team_id].red[m].event.map((h) => `${h}'`).join(", ")), 1),
|
|
12854
|
-
f != Object.keys(s.playsLive[s.game.visiting_team.team_id].red).length - 1 ? (y(), b(
|
|
12854
|
+
f != Object.keys(s.playsLive[s.game.visiting_team.team_id].red).length - 1 ? (y(), b(N, { key: 0 }, [
|
|
12855
12855
|
de(", ")
|
|
12856
12856
|
], 64)) : x("", !0)
|
|
12857
12857
|
]))), 128))
|
|
12858
12858
|
], 2)) : x("", !0)
|
|
12859
12859
|
], 64)) : x("", !0),
|
|
12860
|
-
s.playsLive[s.game.visiting_team.team_id] && "yellow" in s.playsLive[s.game.visiting_team.team_id] ? (y(), b(
|
|
12860
|
+
s.playsLive[s.game.visiting_team.team_id] && "yellow" in s.playsLive[s.game.visiting_team.team_id] ? (y(), b(N, { key: 2 }, [
|
|
12861
12861
|
Object.keys(s.playsLive[s.game.visiting_team.team_id].red).length > 0 || Object.keys(s.playsLive[s.game.visiting_team.team_id].goals).length > 0 ? (y(), b("div", {
|
|
12862
12862
|
key: 0,
|
|
12863
12863
|
class: A(d.$style.sepEvents)
|
|
@@ -12867,11 +12867,11 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
12867
12867
|
class: A(d.$style.redContainer)
|
|
12868
12868
|
}, [
|
|
12869
12869
|
yk,
|
|
12870
|
-
(y(!0), b(
|
|
12870
|
+
(y(!0), b(N, null, be(Object.keys(
|
|
12871
12871
|
s.playsLive[s.game.visiting_team.team_id].yellow
|
|
12872
12872
|
), (m, f) => (y(), b("div", { key: f }, [
|
|
12873
12873
|
de(P(s.playsLive[s.game.visiting_team.team_id].yellow[m].event.map((h) => `${h}'`).join(", ")), 1),
|
|
12874
|
-
f != Object.keys(s.playsLive[s.game.visiting_team.team_id].yellow).length - 1 ? (y(), b(
|
|
12874
|
+
f != Object.keys(s.playsLive[s.game.visiting_team.team_id].yellow).length - 1 ? (y(), b(N, { key: 0 }, [
|
|
12875
12875
|
de(", ")
|
|
12876
12876
|
], 64)) : x("", !0)
|
|
12877
12877
|
]))), 128))
|
|
@@ -13495,7 +13495,7 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
13495
13495
|
ref_key: "calendarByGame",
|
|
13496
13496
|
ref: l,
|
|
13497
13497
|
class: "calendar-by-game",
|
|
13498
|
-
style:
|
|
13498
|
+
style: B(k.value)
|
|
13499
13499
|
}, [
|
|
13500
13500
|
s.teamId && !s.avoidTeamIdFilter ? (y(), ee(bC, {
|
|
13501
13501
|
key: 0,
|
|
@@ -13509,7 +13509,7 @@ const tx = { class: "game-info__teams" }, sx = { class: "game-info__teams__team_
|
|
|
13509
13509
|
"is-pagination-visible": s.isPaginationVisible,
|
|
13510
13510
|
"is-round-mode": s.isRoundMode,
|
|
13511
13511
|
onAction: Et
|
|
13512
|
-
}, null, 8, ["full-tournament-schedule", "team-id", "show-videos", "row-height", "component-width", "games-pages", "is-pagination-visible", "is-round-mode"])) : (y(), b(
|
|
13512
|
+
}, null, 8, ["full-tournament-schedule", "team-id", "show-videos", "row-height", "component-width", "games-pages", "is-pagination-visible", "is-round-mode"])) : (y(), b(N, { key: 1 }, [
|
|
13513
13513
|
s.areRoundsVisible && U.value ? (y(), ee(QT, {
|
|
13514
13514
|
key: 0,
|
|
13515
13515
|
"match-days": U.value,
|
|
@@ -13676,9 +13676,13 @@ function Ik(s, e, t, i, a, n) {
|
|
|
13676
13676
|
key: 1,
|
|
13677
13677
|
class: A(["gsc-switch-container", t.isPlayer && t.isPlayerTournament || !t.isGeneric ? "gsc-switch-container-player" : ""])
|
|
13678
13678
|
}, [
|
|
13679
|
-
t.
|
|
13680
|
-
|
|
13681
|
-
|
|
13679
|
+
t.isPlayerTournament ? (y(), b(N, { key: 0 }, [
|
|
13680
|
+
t.isPublic ? (y(), b(N, { key: 0 }, [
|
|
13681
|
+
de("Tabla General")
|
|
13682
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
13683
|
+
de("Mi posición")
|
|
13684
|
+
], 64))
|
|
13685
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
13682
13686
|
de("Tabla General")
|
|
13683
13687
|
], 64))
|
|
13684
13688
|
], 2)) : (y(), b("div", Ek, [
|
|
@@ -13695,7 +13699,7 @@ function Ik(s, e, t, i, a, n) {
|
|
|
13695
13699
|
}, null, 8, ["buttons", "selected-option", "font-size", "onInput"])
|
|
13696
13700
|
])),
|
|
13697
13701
|
v("div", Ak, [
|
|
13698
|
-
n.isGeneralTableVisible ? (y(), b(
|
|
13702
|
+
n.isGeneralTableVisible ? (y(), b(N, { key: 0 }, [
|
|
13699
13703
|
ye(o, {
|
|
13700
13704
|
isPaginationVisible: !0,
|
|
13701
13705
|
"current-season-id": t.season.id,
|
|
@@ -13715,7 +13719,7 @@ function Ik(s, e, t, i, a, n) {
|
|
|
13715
13719
|
onClick: e[0] || (e[0] = (l) => s.$router.push({ name: "table" })),
|
|
13716
13720
|
class: "gsc-app-component-view-all"
|
|
13717
13721
|
}, " Ver todo ")
|
|
13718
|
-
], 64)) : (y(), b(
|
|
13722
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
13719
13723
|
t.onlyTable ? x("", !0) : (y(), b("div", Lk, [
|
|
13720
13724
|
ye(c, {
|
|
13721
13725
|
width: "100%",
|
|
@@ -13744,7 +13748,7 @@ function Ik(s, e, t, i, a, n) {
|
|
|
13744
13748
|
])
|
|
13745
13749
|
], 2);
|
|
13746
13750
|
}
|
|
13747
|
-
const Rk = /* @__PURE__ */ Ct(kk, [["render", Ik], ["__scopeId", "data-v-
|
|
13751
|
+
const Rk = /* @__PURE__ */ Ct(kk, [["render", Ik], ["__scopeId", "data-v-c551289b"]]), Nf = ["Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb"], Bf = [
|
|
13748
13752
|
"Enero",
|
|
13749
13753
|
"Febrero",
|
|
13750
13754
|
"Marzo",
|
|
@@ -13833,9 +13837,9 @@ const Rk = /* @__PURE__ */ Ct(kk, [["render", Ik], ["__scopeId", "data-v-066fce5
|
|
|
13833
13837
|
alt: "team-img"
|
|
13834
13838
|
}, null, 8, Gk),
|
|
13835
13839
|
v("div", Vk, [
|
|
13836
|
-
s.infoType == "postmatch" ? (y(), b(
|
|
13840
|
+
s.infoType == "postmatch" ? (y(), b(N, { key: 0 }, [
|
|
13837
13841
|
de(P(s.data.score[0]) + " - " + P(s.data.score[1]), 1)
|
|
13838
|
-
], 64)) : (y(), b(
|
|
13842
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
13839
13843
|
de(P((r = s.data) == null ? void 0 : r.schedule.replace(":00", "")), 1)
|
|
13840
13844
|
], 64))
|
|
13841
13845
|
]),
|
|
@@ -13847,9 +13851,9 @@ const Rk = /* @__PURE__ */ Ct(kk, [["render", Ik], ["__scopeId", "data-v-066fce5
|
|
|
13847
13851
|
v("div", jk, P((o = s.data) == null ? void 0 : o.visiting_team_acronym), 1)
|
|
13848
13852
|
]),
|
|
13849
13853
|
v("div", Hk, [
|
|
13850
|
-
s.infoType == "postmatch" ? (y(), b(
|
|
13854
|
+
s.infoType == "postmatch" ? (y(), b(N, { key: 0 }, [
|
|
13851
13855
|
de("Finalizado" + P(s.penalScore ? ` - Penales ${s.penalScore}` : ""), 1)
|
|
13852
|
-
], 64)) : (y(), b(
|
|
13856
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
13853
13857
|
de("CST")
|
|
13854
13858
|
], 64))
|
|
13855
13859
|
])
|
|
@@ -13945,9 +13949,9 @@ const Rk = /* @__PURE__ */ Ct(kk, [["render", Ik], ["__scopeId", "data-v-066fce5
|
|
|
13945
13949
|
])
|
|
13946
13950
|
])) : (y(), b("div", aE, [
|
|
13947
13951
|
v("div", nE, [
|
|
13948
|
-
s.data.game_status !== 4 ? (y(), b(
|
|
13952
|
+
s.data.game_status !== 4 ? (y(), b(N, { key: 0 }, [
|
|
13949
13953
|
de(P((g = s.data) == null ? void 0 : g.score[0]) + " - " + P((p = s.data) == null ? void 0 : p.score[1]), 1)
|
|
13950
|
-
], 64)) : (y(), b(
|
|
13954
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
13951
13955
|
de(P((_ = s.data) == null ? void 0 : _.schedule.replace(":00", "")), 1)
|
|
13952
13956
|
], 64))
|
|
13953
13957
|
]),
|
|
@@ -13973,9 +13977,9 @@ const Rk = /* @__PURE__ */ Ct(kk, [["render", Ik], ["__scopeId", "data-v-066fce5
|
|
|
13973
13977
|
class: A(["coming-match__button", { small: s.small }]),
|
|
13974
13978
|
onClick: n[0] || (n[0] = (k) => a.$emit("clickMatch"))
|
|
13975
13979
|
}, [
|
|
13976
|
-
s.data.game_status === 4 && !s.data.is_live ? (y(), b(
|
|
13980
|
+
s.data.game_status === 4 && !s.data.is_live ? (y(), b(N, { key: 0 }, [
|
|
13977
13981
|
de("Ver →")
|
|
13978
|
-
], 64)) : (y(), b(
|
|
13982
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
13979
13983
|
de("Ver →")
|
|
13980
13984
|
], 64))
|
|
13981
13985
|
], 2)
|
|
@@ -14051,7 +14055,7 @@ const Rk = /* @__PURE__ */ Ct(kk, [["render", Ik], ["__scopeId", "data-v-066fce5
|
|
|
14051
14055
|
])) : (y(), b("div", yE, bE))
|
|
14052
14056
|
]),
|
|
14053
14057
|
v("div", _E, [
|
|
14054
|
-
(y(!0), b(
|
|
14058
|
+
(y(!0), b(N, null, be(n.value, (l) => (y(), b("div", {
|
|
14055
14059
|
key: l.id,
|
|
14056
14060
|
class: "game-item__body__team"
|
|
14057
14061
|
}, [
|
|
@@ -14303,7 +14307,7 @@ function PE({ config: s, currentSlide: e, slidesCount: t }) {
|
|
|
14303
14307
|
function Gf(s) {
|
|
14304
14308
|
return s ? s.reduce((e, t) => {
|
|
14305
14309
|
var i;
|
|
14306
|
-
return t.type ===
|
|
14310
|
+
return t.type === N ? [...e, ...Gf(t.children)] : ((i = t.type) === null || i === void 0 ? void 0 : i.name) === "CarouselSlide" ? [...e, t] : e;
|
|
14307
14311
|
}, []) : [];
|
|
14308
14312
|
}
|
|
14309
14313
|
function ko({ val: s, max: e, min: t = 0 }) {
|
|
@@ -14728,17 +14732,17 @@ const Vf = (s) => (Ye("data-v-b3e14252"), s = s(), Je(), s), zE = {
|
|
|
14728
14732
|
}
|
|
14729
14733
|
return (o, c) => (y(), b("div", {
|
|
14730
14734
|
class: "match-day",
|
|
14731
|
-
style:
|
|
14735
|
+
style: B({ ...i.value }),
|
|
14732
14736
|
onClick: c[0] || (c[0] = (l) => r(s.matchDay))
|
|
14733
14737
|
}, [
|
|
14734
14738
|
v("div", {
|
|
14735
14739
|
class: "match-day__value",
|
|
14736
|
-
style:
|
|
14740
|
+
style: B(a.value)
|
|
14737
14741
|
}, P(s.matchDay.valueText), 5),
|
|
14738
14742
|
!Number.isNaN(s.matchDay.value) && !s.matchDay.liveGamesIds.size ? (y(), b("div", {
|
|
14739
14743
|
key: 0,
|
|
14740
14744
|
class: "match-day__text",
|
|
14741
|
-
style:
|
|
14745
|
+
style: B([s.isLandingMode ? "margin-top:3px" : "margin-top:4px", n.value])
|
|
14742
14746
|
}, P(s.isLandingMode || s.componentWidth <= 425 ? "JOR" : "JORNADA"), 5)) : s.matchDay.liveGamesIds.size ? (y(), b("div", zE, WE)) : x("", !0)
|
|
14743
14747
|
], 4));
|
|
14744
14748
|
}
|
|
@@ -14866,7 +14870,7 @@ const Vf = (s) => (Ye("data-v-b3e14252"), s = s(), Je(), s), zE = {
|
|
|
14866
14870
|
}
|
|
14867
14871
|
return (d, u) => (y(), b("div", {
|
|
14868
14872
|
class: "match-day-picker",
|
|
14869
|
-
style:
|
|
14873
|
+
style: B(
|
|
14870
14874
|
s.isLandingMode ? "border-top-left-radius: 9px; border-top-right-radius: 9px;" : "margin-bottom:12px"
|
|
14871
14875
|
)
|
|
14872
14876
|
}, [
|
|
@@ -14880,7 +14884,7 @@ const Vf = (s) => (Ye("data-v-b3e14252"), s = s(), Je(), s), zE = {
|
|
|
14880
14884
|
ye(Ie(GE))
|
|
14881
14885
|
]),
|
|
14882
14886
|
default: Ve(() => [
|
|
14883
|
-
(y(!0), b(
|
|
14887
|
+
(y(!0), b(N, null, be(s.matchDays, (m) => (y(), ee(Ie(VE), {
|
|
14884
14888
|
key: m.key
|
|
14885
14889
|
}, {
|
|
14886
14890
|
default: Ve(() => [
|
|
@@ -15115,8 +15119,8 @@ const si = (s) => (Ye("data-v-f6084f57"), s = s(), Je(), s), eA = { class: "quad
|
|
|
15115
15119
|
"default-match-day-key": s.defaultMatchDayKey,
|
|
15116
15120
|
onChangeMatchDay: r
|
|
15117
15121
|
}, null, 8, ["match-days", "is-landing-mode", "default-match-day-key"])) : x("", !0),
|
|
15118
|
-
!s.isFull && !i.value ? (y(), b(
|
|
15119
|
-
n.value ? (y(), b(
|
|
15122
|
+
!s.isFull && !i.value ? (y(), b(N, { key: 1 }, [
|
|
15123
|
+
n.value ? (y(), b(N, { key: 1 }, [
|
|
15120
15124
|
Object.keys(s.data).length > 0 ? (y(), ee(Ie(Vi), {
|
|
15121
15125
|
key: 0,
|
|
15122
15126
|
pxScroll: 348,
|
|
@@ -15152,7 +15156,7 @@ const si = (s) => (Ye("data-v-f6084f57"), s = s(), Je(), s), eA = { class: "quad
|
|
|
15152
15156
|
]),
|
|
15153
15157
|
_: 1
|
|
15154
15158
|
})) : x("", !0)
|
|
15155
|
-
], 64)) : (y(), b(
|
|
15159
|
+
], 64)) : (y(), b(N, { key: 0 }, [
|
|
15156
15160
|
Object.keys(s.data).length > 0 ? (y(), b("div", xA, [
|
|
15157
15161
|
ye(ai, {
|
|
15158
15162
|
data: s.data.data.prematch,
|
|
@@ -15170,7 +15174,7 @@ const si = (s) => (Ye("data-v-f6084f57"), s = s(), Je(), s), eA = { class: "quad
|
|
|
15170
15174
|
}, null, 8, ["data"]))
|
|
15171
15175
|
])) : x("", !0)
|
|
15172
15176
|
], 64))
|
|
15173
|
-
], 64)) : s.data ? (y(), b(
|
|
15177
|
+
], 64)) : s.data ? (y(), b(N, { key: 2 }, [
|
|
15174
15178
|
s.data.length > 1 ? (y(), ee(Ie(Vi), {
|
|
15175
15179
|
key: 0,
|
|
15176
15180
|
pxScroll: 348,
|
|
@@ -15187,7 +15191,7 @@ const si = (s) => (Ye("data-v-f6084f57"), s = s(), Je(), s), eA = { class: "quad
|
|
|
15187
15191
|
}, {
|
|
15188
15192
|
default: Ve(() => [
|
|
15189
15193
|
v("div", kA, [
|
|
15190
|
-
(y(!0), b(
|
|
15194
|
+
(y(!0), b(N, null, be(s.data, (u, m) => (y(), ee(AE, {
|
|
15191
15195
|
key: m,
|
|
15192
15196
|
game: u,
|
|
15193
15197
|
onClickMatch: (f) => l.$emit("clickMatch", u)
|
|
@@ -15195,8 +15199,8 @@ const si = (s) => (Ye("data-v-f6084f57"), s = s(), Je(), s), eA = { class: "quad
|
|
|
15195
15199
|
])
|
|
15196
15200
|
]),
|
|
15197
15201
|
_: 1
|
|
15198
|
-
})) : (y(), b(
|
|
15199
|
-
n.value ? (y(), b(
|
|
15202
|
+
})) : (y(), b(N, { key: 1 }, [
|
|
15203
|
+
n.value ? (y(), b(N, { key: 1 }, [
|
|
15200
15204
|
Object.keys(s.data).length > 0 ? (y(), b("div", AA, [
|
|
15201
15205
|
s.data[0].game_status == 4 ? (y(), ee(ai, {
|
|
15202
15206
|
key: 0,
|
|
@@ -15211,7 +15215,7 @@ const si = (s) => (Ye("data-v-f6084f57"), s = s(), Je(), s), eA = { class: "quad
|
|
|
15211
15215
|
onClickMatch: d[9] || (d[9] = (u) => l.$emit("clickMatch", s.data[0]))
|
|
15212
15216
|
}, null, 8, ["data"])) : x("", !0)
|
|
15213
15217
|
])) : x("", !0)
|
|
15214
|
-
], 64)) : (y(), b(
|
|
15218
|
+
], 64)) : (y(), b(N, { key: 0 }, [
|
|
15215
15219
|
Object.keys(s.data).length > 0 ? (y(), b("div", EA, [
|
|
15216
15220
|
s.data[0].game_status == 4 ? (y(), ee(ai, {
|
|
15217
15221
|
key: 0,
|
|
@@ -15560,7 +15564,7 @@ const si = (s) => (Ye("data-v-f6084f57"), s = s(), Je(), s), eA = { class: "quad
|
|
|
15560
15564
|
function JA(s, e, t, i, a, n) {
|
|
15561
15565
|
return y(), b("section", {
|
|
15562
15566
|
class: A(s.$style.playerTops),
|
|
15563
|
-
style:
|
|
15567
|
+
style: B(n.customMosaic),
|
|
15564
15568
|
id: "player-mosaico",
|
|
15565
15569
|
onClick: e[1] || (e[1] = (r) => n.onPlayerTopsClick(t.data.player_id))
|
|
15566
15570
|
}, [
|
|
@@ -15569,16 +15573,16 @@ function JA(s, e, t, i, a, n) {
|
|
|
15569
15573
|
}, [
|
|
15570
15574
|
v("h3", {
|
|
15571
15575
|
class: A(s.$style.toniKroos),
|
|
15572
|
-
style:
|
|
15576
|
+
style: B(n.customNamePlayer)
|
|
15573
15577
|
}, P(t.data.player_name), 7),
|
|
15574
15578
|
t.showPositionPlayer ? (y(), b("div", {
|
|
15575
15579
|
key: 0,
|
|
15576
15580
|
class: A(s.$style.centralMidfielder),
|
|
15577
|
-
style:
|
|
15581
|
+
style: B(n.customNamePosition)
|
|
15578
15582
|
}, P(t.data.player_position), 7)) : x("", !0),
|
|
15579
15583
|
v("button", {
|
|
15580
15584
|
class: A(this.isPlayer ? s.$style.btnVideosOptions : s.$style.btnVideosOptionsTeams),
|
|
15581
|
-
style:
|
|
15585
|
+
style: B(n.customTotalCont),
|
|
15582
15586
|
id: "button-actions",
|
|
15583
15587
|
onClick: e[0] || (e[0] = (r) => n.onButtonVideos(t.data))
|
|
15584
15588
|
}, [
|
|
@@ -15589,23 +15593,23 @@ function JA(s, e, t, i, a, n) {
|
|
|
15589
15593
|
}, null, 10, KA)) : x("", !0),
|
|
15590
15594
|
v("div", {
|
|
15591
15595
|
class: A(s.$style.verVideos),
|
|
15592
|
-
style:
|
|
15596
|
+
style: B(n.customTotal)
|
|
15593
15597
|
}, P(t.data.player_stat) + " " + P(t.data.category), 7)
|
|
15594
15598
|
], 6)
|
|
15595
15599
|
], 2),
|
|
15596
15600
|
v("b", {
|
|
15597
|
-
style:
|
|
15601
|
+
style: B(n.customNumberTop),
|
|
15598
15602
|
class: A(s.$style.goalUnlock)
|
|
15599
15603
|
}, P(t.data.top), 7),
|
|
15600
15604
|
t.showShieldTeam ? (y(), b("img", {
|
|
15601
15605
|
key: 0,
|
|
15602
15606
|
class: A(s.$style.teamsAmerica),
|
|
15603
|
-
style:
|
|
15607
|
+
style: B(n.customShieldTeam),
|
|
15604
15608
|
loading: "lazy",
|
|
15605
15609
|
src: t.data.team_logo
|
|
15606
15610
|
}, null, 14, qA)) : x("", !0),
|
|
15607
15611
|
v("img", {
|
|
15608
|
-
style:
|
|
15612
|
+
style: B(n.customPhotoPlayerOrTeam),
|
|
15609
15613
|
class: A(this.isPlayer ? s.$style.imageIcon : s.$style.imageIconTeam),
|
|
15610
15614
|
loading: "lazy",
|
|
15611
15615
|
src: t.data.player_photo
|
|
@@ -15723,20 +15727,20 @@ function l5(s, e, t, i, a, n) {
|
|
|
15723
15727
|
t.type == 0 ? (y(), b("div", {
|
|
15724
15728
|
key: 0,
|
|
15725
15729
|
class: A(["button", a.status && t.typeOnOff && "button-active"]),
|
|
15726
|
-
style:
|
|
15730
|
+
style: B([n.customStyle, a.status && t.typeOnOff && n.customActive]),
|
|
15727
15731
|
onClick: e[0] || (e[0] = (...r) => n.btnClick && n.btnClick(...r))
|
|
15728
15732
|
}, [
|
|
15729
15733
|
t.icon && t.iconPosition.toLowerCase() === "left" ? (y(), b("img", {
|
|
15730
15734
|
key: 0,
|
|
15731
15735
|
class: "icon",
|
|
15732
|
-
style:
|
|
15736
|
+
style: B({ width: t.iconSize }),
|
|
15733
15737
|
src: t.icon
|
|
15734
15738
|
}, null, 12, t5)) : x("", !0),
|
|
15735
15739
|
t.textValue ? (y(), b("div", s5, P(t.textValue), 1)) : x("", !0),
|
|
15736
15740
|
t.icon && t.iconPosition.toLowerCase() === "right" ? (y(), b("img", {
|
|
15737
15741
|
key: 2,
|
|
15738
15742
|
class: "icon",
|
|
15739
|
-
style:
|
|
15743
|
+
style: B({ width: t.iconSize }),
|
|
15740
15744
|
src: t.icon
|
|
15741
15745
|
}, null, 12, i5)) : x("", !0)
|
|
15742
15746
|
], 6)) : x("", !0),
|
|
@@ -15848,7 +15852,7 @@ const u5 = {
|
|
|
15848
15852
|
function p5(s, e, t, i, a, n) {
|
|
15849
15853
|
return y(), b("div", {
|
|
15850
15854
|
class: "gsc-switch-radio",
|
|
15851
|
-
style:
|
|
15855
|
+
style: B(n.customText)
|
|
15852
15856
|
}, [
|
|
15853
15857
|
t.textOptionLeft != "" && !t.hiddenLabels ? (y(), b("span", u5, P(t.textOptionLeft), 1)) : x("", !0),
|
|
15854
15858
|
t.iconA != "" ? (y(), b("img", {
|
|
@@ -15864,7 +15868,7 @@ function p5(s, e, t, i, a, n) {
|
|
|
15864
15868
|
}, null, 40, m5),
|
|
15865
15869
|
v("label", {
|
|
15866
15870
|
for: "toggle-btn",
|
|
15867
|
-
style:
|
|
15871
|
+
style: B([n.customStyle, { "--circle-color": t.circleColorSwitch }])
|
|
15868
15872
|
}, null, 4),
|
|
15869
15873
|
t.iconB != "" ? (y(), b("img", {
|
|
15870
15874
|
key: 2,
|
|
@@ -16319,9 +16323,9 @@ function I5(s, e, t, i, a, n) {
|
|
|
16319
16323
|
v("div", b5, [
|
|
16320
16324
|
i.elementSize.width > 900 ? (y(), b("div", _5, [
|
|
16321
16325
|
v("span", null, [
|
|
16322
|
-
t.tournamentSelected.is_female == 1 ? (y(), b(
|
|
16326
|
+
t.tournamentSelected.is_female == 1 ? (y(), b(N, { key: 0 }, [
|
|
16323
16327
|
de("Las mejores")
|
|
16324
|
-
], 64)) : (y(), b(
|
|
16328
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
16325
16329
|
de("Los mejores")
|
|
16326
16330
|
], 64))
|
|
16327
16331
|
]),
|
|
@@ -16344,11 +16348,11 @@ function I5(s, e, t, i, a, n) {
|
|
|
16344
16348
|
])) : x("", !0),
|
|
16345
16349
|
i.elementSize.width <= 900 ? (y(), b("div", S5, [
|
|
16346
16350
|
v("span", {
|
|
16347
|
-
style:
|
|
16351
|
+
style: B(i.elementSize.width <= 380 ? "font-size: 15px; margin-top:0px; width:60px;" : "")
|
|
16348
16352
|
}, [
|
|
16349
|
-
t.tournamentSelected.is_female == 1 ? (y(), b(
|
|
16353
|
+
t.tournamentSelected.is_female == 1 ? (y(), b(N, { key: 0 }, [
|
|
16350
16354
|
de("Las mejores")
|
|
16351
|
-
], 64)) : (y(), b(
|
|
16355
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
16352
16356
|
de("Los mejores")
|
|
16353
16357
|
], 64))
|
|
16354
16358
|
], 4),
|
|
@@ -16479,7 +16483,7 @@ function I5(s, e, t, i, a, n) {
|
|
|
16479
16483
|
arrowsBorder: "#ddd"
|
|
16480
16484
|
}, {
|
|
16481
16485
|
default: Ve(() => [
|
|
16482
|
-
(y(!0), b(
|
|
16486
|
+
(y(!0), b(N, null, be(n.topData, (u, m) => (y(), b("div", {
|
|
16483
16487
|
key: m,
|
|
16484
16488
|
class: A(["gsc-best__players__item", m == 0 ? "margin-none" : ""])
|
|
16485
16489
|
}, [
|
|
@@ -16706,7 +16710,7 @@ function O5({ config: s, currentSlide: e, slidesCount: t }) {
|
|
|
16706
16710
|
function Hf(s) {
|
|
16707
16711
|
return s ? s.reduce((e, t) => {
|
|
16708
16712
|
var i;
|
|
16709
|
-
return t.type ===
|
|
16713
|
+
return t.type === N ? [...e, ...Hf(t.children)] : ((i = t.type) === null || i === void 0 ? void 0 : i.name) === "CarouselSlide" ? [...e, t] : e;
|
|
16710
16714
|
}, []) : [];
|
|
16711
16715
|
}
|
|
16712
16716
|
function Io({ val: s, max: e, min: t = 0 }) {
|
|
@@ -17206,7 +17210,7 @@ const G5 = (s, e) => {
|
|
|
17206
17210
|
onSlideStart: h
|
|
17207
17211
|
}, {
|
|
17208
17212
|
default: Ve(() => [
|
|
17209
|
-
(y(!0), b(
|
|
17213
|
+
(y(!0), b(N, null, be(s.items, (_, S) => (y(), ee(Ie(U5), { key: S }, {
|
|
17210
17214
|
default: Ve(() => [
|
|
17211
17215
|
Dt(g.$slots, "default", { item: _ }, void 0, !0)
|
|
17212
17216
|
]),
|
|
@@ -17219,7 +17223,7 @@ const G5 = (s, e) => {
|
|
|
17219
17223
|
s.areSlidesArrowsVisible && s.items.length > 1 ? (y(), b("div", {
|
|
17220
17224
|
key: 0,
|
|
17221
17225
|
class: "gsc-carousel__2d__arrow-left",
|
|
17222
|
-
style:
|
|
17226
|
+
style: B("max-width:" + s.arrowsMaxWidth + "!important"),
|
|
17223
17227
|
onClick: p[0] || (p[0] = (_) => a.value.prev())
|
|
17224
17228
|
}, [
|
|
17225
17229
|
v("div", {
|
|
@@ -17238,7 +17242,7 @@ const G5 = (s, e) => {
|
|
|
17238
17242
|
s.areSlidesArrowsVisible && s.items.length > 1 ? (y(), b("div", {
|
|
17239
17243
|
key: 1,
|
|
17240
17244
|
class: "gsc-carousel__2d__arrow-right",
|
|
17241
|
-
style:
|
|
17245
|
+
style: B("max-width:" + s.arrowsMaxWidth + "!important"),
|
|
17242
17246
|
onClick: p[1] || (p[1] = (_) => l())
|
|
17243
17247
|
}, [
|
|
17244
17248
|
v("div", {
|
|
@@ -17268,10 +17272,10 @@ const G5 = (s, e) => {
|
|
|
17268
17272
|
]))
|
|
17269
17273
|
])) : x("", !0),
|
|
17270
17274
|
s.isPaginationVisible ? (y(), b("div", tL, [
|
|
17271
|
-
(y(!0), b(
|
|
17275
|
+
(y(!0), b(N, null, be(s.items, (_, S) => (y(), b("div", {
|
|
17272
17276
|
key: `i-${S}`,
|
|
17273
17277
|
class: "gsc-carousel__2d__navigation__pagination__item",
|
|
17274
|
-
style:
|
|
17278
|
+
style: B({
|
|
17275
17279
|
height: `${i.navigationHeight}px`,
|
|
17276
17280
|
width: `${r.value === S ? i.navigationActiveWidth : i.navigationActiveWidth / 2}px`,
|
|
17277
17281
|
borderRadius: `${i.navigationBorderRadius}px`,
|
|
@@ -19815,7 +19819,7 @@ const hI = {
|
|
|
19815
19819
|
}, [
|
|
19816
19820
|
v("div", {
|
|
19817
19821
|
class: "carousel-full-screen__close",
|
|
19818
|
-
style:
|
|
19822
|
+
style: B(l() && h.value ? "padding-top:30px" : ""),
|
|
19819
19823
|
onClick: m
|
|
19820
19824
|
}, SI, 4),
|
|
19821
19825
|
v("div", wI, [
|
|
@@ -19998,20 +20002,20 @@ function GI(s, e, t, i, a, n) {
|
|
|
19998
20002
|
t.type == 0 ? (y(), b("div", {
|
|
19999
20003
|
key: 0,
|
|
20000
20004
|
class: A(["button", a.status && t.typeOnOff && "button-active"]),
|
|
20001
|
-
style:
|
|
20005
|
+
style: B([n.customStyle, a.status && t.typeOnOff && n.customActive]),
|
|
20002
20006
|
onClick: e[0] || (e[0] = (...r) => n.btnClick && n.btnClick(...r))
|
|
20003
20007
|
}, [
|
|
20004
20008
|
t.icon && t.iconPosition.toLowerCase() === "left" ? (y(), b("img", {
|
|
20005
20009
|
key: 0,
|
|
20006
20010
|
class: "icon",
|
|
20007
|
-
style:
|
|
20011
|
+
style: B({ width: t.iconSize }),
|
|
20008
20012
|
src: t.icon
|
|
20009
20013
|
}, null, 12, OI)) : x("", !0),
|
|
20010
20014
|
t.textValue ? (y(), b("div", FI, P(t.textValue), 1)) : x("", !0),
|
|
20011
20015
|
t.icon && t.iconPosition.toLowerCase() === "right" ? (y(), b("img", {
|
|
20012
20016
|
key: 2,
|
|
20013
20017
|
class: "icon",
|
|
20014
|
-
style:
|
|
20018
|
+
style: B({ width: t.iconSize }),
|
|
20015
20019
|
src: t.icon
|
|
20016
20020
|
}, null, 12, MI)) : x("", !0)
|
|
20017
20021
|
], 6)) : x("", !0),
|
|
@@ -20245,11 +20249,11 @@ const VI = /* @__PURE__ */ DI(Wl, [["render", GI], ["__scopeId", "data-v-fb269a1
|
|
|
20245
20249
|
ref_key: "dropDown",
|
|
20246
20250
|
ref: a,
|
|
20247
20251
|
class: "gsc-dropdown",
|
|
20248
|
-
style:
|
|
20252
|
+
style: B(o.value)
|
|
20249
20253
|
}, [
|
|
20250
20254
|
v("div", {
|
|
20251
20255
|
class: "gsc-dropdown__main-container",
|
|
20252
|
-
style:
|
|
20256
|
+
style: B({ "padding-right": `${s.arrowWidth + 8}px` }),
|
|
20253
20257
|
onClick: l
|
|
20254
20258
|
}, [
|
|
20255
20259
|
v("div", zI, [
|
|
@@ -20257,7 +20261,7 @@ const VI = /* @__PURE__ */ DI(Wl, [["render", GI], ["__scopeId", "data-v-fb269a1
|
|
|
20257
20261
|
]),
|
|
20258
20262
|
v("div", {
|
|
20259
20263
|
class: A(["gsc-dropdown__main-container__icon", { "rotated-180": r.value }]),
|
|
20260
|
-
style:
|
|
20264
|
+
style: B(c.value)
|
|
20261
20265
|
}, [
|
|
20262
20266
|
(y(), b("svg", {
|
|
20263
20267
|
height: s.arrowHeight,
|
|
@@ -20279,9 +20283,9 @@ const VI = /* @__PURE__ */ DI(Wl, [["render", GI], ["__scopeId", "data-v-fb269a1
|
|
|
20279
20283
|
v("div", null, [
|
|
20280
20284
|
v("div", {
|
|
20281
20285
|
class: "gsc-dropdown__items",
|
|
20282
|
-
style:
|
|
20286
|
+
style: B({ "margin-top": `${t.borderWidth}px` })
|
|
20283
20287
|
}, [
|
|
20284
|
-
(y(!0), b(
|
|
20288
|
+
(y(!0), b(N, null, be(s.items, (g, p) => (y(), b("div", {
|
|
20285
20289
|
class: A(["gsc-dropdown__items__item", { selected: p === n.value }]),
|
|
20286
20290
|
key: p,
|
|
20287
20291
|
onClick: (_) => u(g, p)
|
|
@@ -20449,7 +20453,7 @@ const VI = /* @__PURE__ */ DI(Wl, [["render", GI], ["__scopeId", "data-v-fb269a1
|
|
|
20449
20453
|
o();
|
|
20450
20454
|
}), (f, h) => (y(), b("div", {
|
|
20451
20455
|
class: "tournament-select",
|
|
20452
|
-
style:
|
|
20456
|
+
style: B(a.value)
|
|
20453
20457
|
}, [
|
|
20454
20458
|
ye(Ie(YI), Es(t, {
|
|
20455
20459
|
"model-value": r.value,
|
|
@@ -20585,20 +20589,20 @@ function m4(s, e, t, i, a, n) {
|
|
|
20585
20589
|
t.type == 0 ? (y(), b("div", {
|
|
20586
20590
|
key: 0,
|
|
20587
20591
|
class: A(["button", a.status && t.typeOnOff && "button-active"]),
|
|
20588
|
-
style:
|
|
20592
|
+
style: B([n.customStyle, a.status && t.typeOnOff && n.customActive]),
|
|
20589
20593
|
onClick: e[0] || (e[0] = (...r) => n.btnClick && n.btnClick(...r))
|
|
20590
20594
|
}, [
|
|
20591
20595
|
t.icon && t.iconPosition.toLowerCase() === "left" ? (y(), b("img", {
|
|
20592
20596
|
key: 0,
|
|
20593
20597
|
class: "icon",
|
|
20594
|
-
style:
|
|
20598
|
+
style: B({ width: t.iconSize }),
|
|
20595
20599
|
src: t.icon
|
|
20596
20600
|
}, null, 12, r4)) : x("", !0),
|
|
20597
20601
|
t.textValue ? (y(), b("div", o4, P(t.textValue), 1)) : x("", !0),
|
|
20598
20602
|
t.icon && t.iconPosition.toLowerCase() === "right" ? (y(), b("img", {
|
|
20599
20603
|
key: 2,
|
|
20600
20604
|
class: "icon",
|
|
20601
|
-
style:
|
|
20605
|
+
style: B({ width: t.iconSize }),
|
|
20602
20606
|
src: t.icon
|
|
20603
20607
|
}, null, 12, l4)) : x("", !0)
|
|
20604
20608
|
], 6)) : x("", !0),
|
|
@@ -20832,11 +20836,11 @@ const f4 = /* @__PURE__ */ a4(Kl, [["render", m4], ["__scopeId", "data-v-fb269a1
|
|
|
20832
20836
|
ref_key: "dropDown",
|
|
20833
20837
|
ref: a,
|
|
20834
20838
|
class: "gsc-dropdown",
|
|
20835
|
-
style:
|
|
20839
|
+
style: B(o.value)
|
|
20836
20840
|
}, [
|
|
20837
20841
|
v("div", {
|
|
20838
20842
|
class: "gsc-dropdown__main-container",
|
|
20839
|
-
style:
|
|
20843
|
+
style: B({ "padding-right": `${s.arrowWidth + 8}px` }),
|
|
20840
20844
|
onClick: l
|
|
20841
20845
|
}, [
|
|
20842
20846
|
v("div", g4, [
|
|
@@ -20844,7 +20848,7 @@ const f4 = /* @__PURE__ */ a4(Kl, [["render", m4], ["__scopeId", "data-v-fb269a1
|
|
|
20844
20848
|
]),
|
|
20845
20849
|
v("div", {
|
|
20846
20850
|
class: A(["gsc-dropdown__main-container__icon", { "rotated-180": r.value }]),
|
|
20847
|
-
style:
|
|
20851
|
+
style: B(c.value)
|
|
20848
20852
|
}, [
|
|
20849
20853
|
(y(), b("svg", {
|
|
20850
20854
|
height: s.arrowHeight,
|
|
@@ -20866,9 +20870,9 @@ const f4 = /* @__PURE__ */ a4(Kl, [["render", m4], ["__scopeId", "data-v-fb269a1
|
|
|
20866
20870
|
v("div", null, [
|
|
20867
20871
|
v("div", {
|
|
20868
20872
|
class: "gsc-dropdown__items",
|
|
20869
|
-
style:
|
|
20873
|
+
style: B({ "margin-top": `${t.borderWidth}px` })
|
|
20870
20874
|
}, [
|
|
20871
|
-
(y(!0), b(
|
|
20875
|
+
(y(!0), b(N, null, be(s.items, (g, p) => (y(), b("div", {
|
|
20872
20876
|
class: A(["gsc-dropdown__items__item", { selected: p === n.value }]),
|
|
20873
20877
|
key: p,
|
|
20874
20878
|
onClick: (_) => u(g, p)
|
|
@@ -23171,7 +23175,7 @@ function $3(s, e, t, i, a, n) {
|
|
|
23171
23175
|
}, P(t.namePlayer), 3),
|
|
23172
23176
|
v("span", {
|
|
23173
23177
|
class: A(n.secondline),
|
|
23174
|
-
style:
|
|
23178
|
+
style: B(t.nameCategory == "Balones recuperados en disputa " ? "font-size: 25px" : "")
|
|
23175
23179
|
}, P(t.nameCategory), 7)
|
|
23176
23180
|
]),
|
|
23177
23181
|
v("div", O3, [
|
|
@@ -23365,7 +23369,7 @@ function e6(s, e, t, i, a, n) {
|
|
|
23365
23369
|
v("span", {
|
|
23366
23370
|
class: A(n.firstline)
|
|
23367
23371
|
}, [
|
|
23368
|
-
t.nameTeam != "Local" ? (y(), b(
|
|
23372
|
+
t.nameTeam != "Local" ? (y(), b(N, { key: 0 }, [
|
|
23369
23373
|
de(P(t.nameTeam), 1)
|
|
23370
23374
|
], 64)) : x("", !0)
|
|
23371
23375
|
], 2),
|
|
@@ -23542,7 +23546,7 @@ function g6(s, e, t, i, a, n) {
|
|
|
23542
23546
|
v("span", {
|
|
23543
23547
|
class: A(n.firstline)
|
|
23544
23548
|
}, [
|
|
23545
|
-
t.nameTeam != "Away" ? (y(), b(
|
|
23549
|
+
t.nameTeam != "Away" ? (y(), b(N, { key: 0 }, [
|
|
23546
23550
|
de(P(t.nameTeam), 1)
|
|
23547
23551
|
], 64)) : x("", !0)
|
|
23548
23552
|
], 2),
|
|
@@ -23719,7 +23723,7 @@ function I6(s, e, t, i, a, n) {
|
|
|
23719
23723
|
v("span", {
|
|
23720
23724
|
class: A(n.firstline)
|
|
23721
23725
|
}, [
|
|
23722
|
-
t.nameTeam != "Away" ? (y(), b(
|
|
23726
|
+
t.nameTeam != "Away" ? (y(), b(N, { key: 0 }, [
|
|
23723
23727
|
de(P(t.nameTeam), 1)
|
|
23724
23728
|
], 64)) : x("", !0)
|
|
23725
23729
|
], 2),
|
|
@@ -23992,7 +23996,7 @@ function W6(s, e, t, i, a, n) {
|
|
|
23992
23996
|
key: 1,
|
|
23993
23997
|
class: A(n.texttitle2)
|
|
23994
23998
|
}, P(t.nameCategory), 3)),
|
|
23995
|
-
t.showimg ? (y(), b(
|
|
23999
|
+
t.showimg ? (y(), b(N, { key: 2 }, [
|
|
23996
24000
|
t.typeImg == 0 ? (y(), b("img", {
|
|
23997
24001
|
key: 0,
|
|
23998
24002
|
src: t.photoProfile,
|
|
@@ -24015,7 +24019,7 @@ function W6(s, e, t, i, a, n) {
|
|
|
24015
24019
|
}, [
|
|
24016
24020
|
v("span", {
|
|
24017
24021
|
class: A(n.teamname),
|
|
24018
|
-
style:
|
|
24022
|
+
style: B({ color: t.colorFontAway })
|
|
24019
24023
|
}, P(t.nameHomeTeam), 7),
|
|
24020
24024
|
v("img", {
|
|
24021
24025
|
src: t.logoHome,
|
|
@@ -24042,7 +24046,7 @@ function W6(s, e, t, i, a, n) {
|
|
|
24042
24046
|
}, null, 10, V6),
|
|
24043
24047
|
v("span", {
|
|
24044
24048
|
class: A(n.teamname),
|
|
24045
|
-
style:
|
|
24049
|
+
style: B({ color: t.colorFontAway })
|
|
24046
24050
|
}, P(t.nameAwayTeam), 7)
|
|
24047
24051
|
], 2)
|
|
24048
24052
|
])
|
|
@@ -24255,7 +24259,7 @@ function lD(s, e, t, i, a, n) {
|
|
|
24255
24259
|
}, P(t.nameCategory), 3),
|
|
24256
24260
|
v("div", {
|
|
24257
24261
|
class: A(n.playername),
|
|
24258
|
-
style:
|
|
24262
|
+
style: B({ color: t.colorFont })
|
|
24259
24263
|
}, P(t.namePlayer), 7)
|
|
24260
24264
|
]),
|
|
24261
24265
|
nD,
|
|
@@ -25721,7 +25725,7 @@ function yD(s, e, t, i, a, n) {
|
|
|
25721
25725
|
v("div", {
|
|
25722
25726
|
class: A(n.ptgtitleClass)
|
|
25723
25727
|
}, P(t.title), 3),
|
|
25724
|
-
t.receiveData ? (y(), b(
|
|
25728
|
+
t.receiveData ? (y(), b(N, { key: 0 }, [
|
|
25725
25729
|
t.information.length > 0 ? (y(), ee(l, {
|
|
25726
25730
|
key: 0,
|
|
25727
25731
|
backgroundColor: t.backgroundColor,
|
|
@@ -25744,10 +25748,10 @@ function yD(s, e, t, i, a, n) {
|
|
|
25744
25748
|
height: t.height
|
|
25745
25749
|
}, {
|
|
25746
25750
|
default: Ve(() => [
|
|
25747
|
-
(y(!0), b(
|
|
25751
|
+
(y(!0), b(N, null, be(t.information, (h, g) => (y(), b("div", {
|
|
25748
25752
|
key: g,
|
|
25749
25753
|
class: A(n.pgtcontainercardClass),
|
|
25750
|
-
style:
|
|
25754
|
+
style: B(g == 0 ? "margin-left: 0px !important; color: white;" : "")
|
|
25751
25755
|
}, [
|
|
25752
25756
|
t.type == 3e3 ? (y(), ee(r, {
|
|
25753
25757
|
key: 0,
|
|
@@ -25796,7 +25800,7 @@ function yD(s, e, t, i, a, n) {
|
|
|
25796
25800
|
]),
|
|
25797
25801
|
_: 1
|
|
25798
25802
|
}, 8, ["backgroundColor", "pxScroll", "arrows", "arrowsScrollHide", "arrowsHideOnNoScroll", "arrowsColor", "arrowsHeight", "arrowsWidth", "arrowsPadding", "arrowsMargin", "arrowsRadius", "arrowsBorder", "arrowsBackground", "arrowsContainerBgL", "arrowsContainerBgR", "scrollColor", "arrowsPosition", "height"])) : x("", !0)
|
|
25799
|
-
], 64)) : (y(), b(
|
|
25803
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
25800
25804
|
a.printData.length > 0 ? (y(), ee(l, {
|
|
25801
25805
|
key: 0,
|
|
25802
25806
|
backgroundColor: t.backgroundColor,
|
|
@@ -25819,10 +25823,10 @@ function yD(s, e, t, i, a, n) {
|
|
|
25819
25823
|
height: t.height
|
|
25820
25824
|
}, {
|
|
25821
25825
|
default: Ve(() => [
|
|
25822
|
-
(y(!0), b(
|
|
25826
|
+
(y(!0), b(N, null, be(a.printData, (h, g) => (y(), b("div", {
|
|
25823
25827
|
key: g,
|
|
25824
25828
|
class: A(n.pgtcontainercardClass),
|
|
25825
|
-
style:
|
|
25829
|
+
style: B(g == 0 ? "margin-left: 0px !important; color: white;" : "")
|
|
25826
25830
|
}, [
|
|
25827
25831
|
t.type == 2 ? (y(), ee(d, {
|
|
25828
25832
|
key: 0,
|
|
@@ -25834,7 +25838,7 @@ function yD(s, e, t, i, a, n) {
|
|
|
25834
25838
|
"logo-home": h.team_logo,
|
|
25835
25839
|
onOnclickPlayVideos: (p) => n.onclickPlayVideos({ data: h, type: 2 }),
|
|
25836
25840
|
"photo-profile": h.player_action
|
|
25837
|
-
}, null, 8, ["color-background-home", "name-player", "background", "name-category", "logo-home", "onOnclickPlayVideos", "photo-profile"])) : t.type == 1 ? (y(), b(
|
|
25841
|
+
}, null, 8, ["color-background-home", "name-player", "background", "name-category", "logo-home", "onOnclickPlayVideos", "photo-profile"])) : t.type == 1 ? (y(), b(N, { key: 1 }, [
|
|
25838
25842
|
h.total > 0 ? (y(), ee(o, {
|
|
25839
25843
|
key: 0,
|
|
25840
25844
|
type: "team",
|
|
@@ -26338,7 +26342,7 @@ function xD(s, e, t, i, a, n) {
|
|
|
26338
26342
|
onOpenmedia: n.onOpenMedia
|
|
26339
26343
|
}, null, 8, ["width", "font-size", "selectedOption", "onOpenmedia"])) : x("", !0)
|
|
26340
26344
|
]),
|
|
26341
|
-
a.currentTabMoreVideos == "Goles" ? (y(), b(
|
|
26345
|
+
a.currentTabMoreVideos == "Goles" ? (y(), b(N, { key: 0 }, [
|
|
26342
26346
|
v("div", TD, [
|
|
26343
26347
|
x("", !0),
|
|
26344
26348
|
(y(), ee(o, {
|
|
@@ -26365,7 +26369,7 @@ function xD(s, e, t, i, a, n) {
|
|
|
26365
26369
|
onOpenmedia: n.onOpenMedia
|
|
26366
26370
|
}, null, 8, ["data", "matchday-view", "onOpenmedia"])
|
|
26367
26371
|
], 64)) : x("", !0),
|
|
26368
|
-
a.currentTabMoreVideos == "Resumen" ? (y(), b(
|
|
26372
|
+
a.currentTabMoreVideos == "Resumen" ? (y(), b(N, { key: 1 }, [
|
|
26369
26373
|
t.isplayer ? (y(), ee(c, {
|
|
26370
26374
|
key: 1,
|
|
26371
26375
|
type: 8,
|
|
@@ -43541,7 +43545,7 @@ const YF = (s) => (Ye("data-v-bf69d301"), s = s(), Je(), s), JF = /* @__PURE__ *
|
|
|
43541
43545
|
id: "stories",
|
|
43542
43546
|
ref_key: "eStories",
|
|
43543
43547
|
ref: I,
|
|
43544
|
-
style:
|
|
43548
|
+
style: B(U.value)
|
|
43545
43549
|
}, [
|
|
43546
43550
|
v("div", {
|
|
43547
43551
|
class: A(["stories__close", le() ? "stories-safe-areas-iphone" : ""]),
|
|
@@ -43552,11 +43556,11 @@ const YF = (s) => (Ye("data-v-bf69d301"), s = s(), Je(), s), JF = /* @__PURE__ *
|
|
|
43552
43556
|
v("div", e7, [
|
|
43553
43557
|
v("div", {
|
|
43554
43558
|
class: "circle-item-home",
|
|
43555
|
-
style:
|
|
43559
|
+
style: B(`background-image: url(${E.value.thumbnail.logoHomeTeam})`)
|
|
43556
43560
|
}, null, 4),
|
|
43557
43561
|
v("div", {
|
|
43558
43562
|
class: "circle-item-away",
|
|
43559
|
-
style:
|
|
43563
|
+
style: B(`background-image: url(${E.value.thumbnail.logoAwayTeam})`)
|
|
43560
43564
|
}, null, 4)
|
|
43561
43565
|
]),
|
|
43562
43566
|
v("div", t7, P(E.value.header.label), 1)
|
|
@@ -43567,13 +43571,13 @@ const YF = (s) => (Ye("data-v-bf69d301"), s = s(), Je(), s), JF = /* @__PURE__ *
|
|
|
43567
43571
|
class: "stories__content__overlay"
|
|
43568
43572
|
}, null, 512),
|
|
43569
43573
|
v("div", s7, [
|
|
43570
|
-
(y(!0), b(
|
|
43574
|
+
(y(!0), b(N, null, be(c.value, (je, rt) => (y(), b("div", {
|
|
43571
43575
|
key: rt,
|
|
43572
43576
|
class: "stories__content__stories-bar__item"
|
|
43573
43577
|
}, [
|
|
43574
43578
|
v("div", {
|
|
43575
43579
|
class: "stories__content__stories-bar__item__progress",
|
|
43576
|
-
style:
|
|
43580
|
+
style: B({ width: `${je.progress}%` })
|
|
43577
43581
|
}, null, 4)
|
|
43578
43582
|
]))), 128))
|
|
43579
43583
|
]),
|
|
@@ -43600,7 +43604,7 @@ const YF = (s) => (Ye("data-v-bf69d301"), s = s(), Je(), s), JF = /* @__PURE__ *
|
|
|
43600
43604
|
$.value ? (y(), b("button", {
|
|
43601
43605
|
key: 0,
|
|
43602
43606
|
id: "btn_play_ios",
|
|
43603
|
-
style:
|
|
43607
|
+
style: B(h.value ? "display:block" : "display:none"),
|
|
43604
43608
|
onClick: F
|
|
43605
43609
|
}, null, 4)) : x("", !0)
|
|
43606
43610
|
], 6));
|
|
@@ -46173,7 +46177,7 @@ function bM(s, e, t, i, a, n) {
|
|
|
46173
46177
|
Ge("DiscoverVideos");
|
|
46174
46178
|
const f = Ge("GSCPlayersLanding"), h = Ge("GSCTops"), g = Ge("GSCSlider");
|
|
46175
46179
|
return y(), b("div", h7, [
|
|
46176
|
-
t.isplayer ? (y(), b(
|
|
46180
|
+
t.isplayer ? (y(), b(N, { key: 0 }, [
|
|
46177
46181
|
a.isStoriesVisible && t.showStories ? (y(), ee(r, {
|
|
46178
46182
|
key: 0,
|
|
46179
46183
|
stories: a.currentStories,
|
|
@@ -46248,14 +46252,14 @@ function bM(s, e, t, i, a, n) {
|
|
|
46248
46252
|
i.elementSize.width <= 680 ? (y(), b("div", k7, [
|
|
46249
46253
|
E7,
|
|
46250
46254
|
v("div", A7, [
|
|
46251
|
-
t.isFemale ? (y(), b(
|
|
46255
|
+
t.isFemale ? (y(), b(N, { key: 0 }, [
|
|
46252
46256
|
de("Bienvenida ")
|
|
46253
|
-
], 64)) : (y(), b(
|
|
46257
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
46254
46258
|
de("Bienvenido ")
|
|
46255
46259
|
], 64)),
|
|
46256
|
-
a.is_public ? (y(), b(
|
|
46260
|
+
a.is_public ? (y(), b(N, { key: 2 }, [
|
|
46257
46261
|
de("a GolStats ")
|
|
46258
|
-
], 64)) : (y(), b(
|
|
46262
|
+
], 64)) : (y(), b(N, { key: 3 }, [
|
|
46259
46263
|
de(P(n.formatUsername(t.user.name)), 1)
|
|
46260
46264
|
], 64))
|
|
46261
46265
|
])
|
|
@@ -46263,14 +46267,14 @@ function bM(s, e, t, i, a, n) {
|
|
|
46263
46267
|
i.elementSize.width > 680 ? (y(), b("div", L7, "Inicio")) : x("", !0),
|
|
46264
46268
|
i.elementSize.width > 680 ? (y(), b("div", I7, [
|
|
46265
46269
|
v("div", R7, [
|
|
46266
|
-
t.isFemale ? (y(), b(
|
|
46270
|
+
t.isFemale ? (y(), b(N, { key: 0 }, [
|
|
46267
46271
|
de("Bienvenida ")
|
|
46268
|
-
], 64)) : (y(), b(
|
|
46272
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
46269
46273
|
de("Bienvenido ")
|
|
46270
46274
|
], 64)),
|
|
46271
|
-
a.is_public ? (y(), b(
|
|
46275
|
+
a.is_public ? (y(), b(N, { key: 2 }, [
|
|
46272
46276
|
de("a GolStats ")
|
|
46273
|
-
], 64)) : (y(), b(
|
|
46277
|
+
], 64)) : (y(), b(N, { key: 3 }, [
|
|
46274
46278
|
de(P(n.formatUsername(t.user.name)), 1)
|
|
46275
46279
|
], 64))
|
|
46276
46280
|
]),
|
|
@@ -46292,13 +46296,13 @@ function bM(s, e, t, i, a, n) {
|
|
|
46292
46296
|
])
|
|
46293
46297
|
])
|
|
46294
46298
|
])) : x("", !0),
|
|
46295
|
-
t.user.tournament === a.tournamentSelected.id ? (y(), b(
|
|
46299
|
+
t.user.tournament === a.tournamentSelected.id ? (y(), b(N, { key: 3 }, [
|
|
46296
46300
|
v("div", {
|
|
46297
46301
|
class: A(n.containerGridCalendarTable)
|
|
46298
46302
|
}, [
|
|
46299
46303
|
v("div", {
|
|
46300
46304
|
class: "container-grid",
|
|
46301
|
-
style:
|
|
46305
|
+
style: B(i.elementSize.width < 748 ? "width: 100%" : "")
|
|
46302
46306
|
}, [
|
|
46303
46307
|
ye(d, {
|
|
46304
46308
|
isPlayer: t.isplayer && !n.isGenericLike,
|
|
@@ -46318,7 +46322,7 @@ function bM(s, e, t, i, a, n) {
|
|
|
46318
46322
|
], 4),
|
|
46319
46323
|
v("div", {
|
|
46320
46324
|
class: "container-calendar-table",
|
|
46321
|
-
style:
|
|
46325
|
+
style: B(i.elementSize.width < 1e3 ? "width: 100%; margin-top: 30px;" : "")
|
|
46322
46326
|
}, [
|
|
46323
46327
|
a.isPreviousDataLoaded ? (y(), ee(u, {
|
|
46324
46328
|
season: a.seasonSelected,
|
|
@@ -46358,7 +46362,7 @@ function bM(s, e, t, i, a, n) {
|
|
|
46358
46362
|
onClickLive: n.onClickLive
|
|
46359
46363
|
}, null, 8, ["component-width", "isplayer", "is-full", "data", "tournament-schedule-keys", "default-match-day-key", "user", "current-tournament", "is-live-button-visible", "onClickCalendar", "onClickMatch", "onChangeMatchDay", "onChangeIsLeagueSelected", "onClickLive"])
|
|
46360
46364
|
])) : x("", !0)
|
|
46361
|
-
], 64)) : (y(), b(
|
|
46365
|
+
], 64)) : (y(), b(N, { key: 4 }, [
|
|
46362
46366
|
Object.keys(a.tournamentSelected).length > 0 ? (y(), b("div", M7, [
|
|
46363
46367
|
ye(m, {
|
|
46364
46368
|
"component-width": i.elementSize.width,
|
|
@@ -46382,7 +46386,7 @@ function bM(s, e, t, i, a, n) {
|
|
|
46382
46386
|
}, [
|
|
46383
46387
|
v("div", {
|
|
46384
46388
|
class: "container-grid",
|
|
46385
|
-
style:
|
|
46389
|
+
style: B(i.elementSize.width < 748 ? "width: 100%" : "")
|
|
46386
46390
|
}, [
|
|
46387
46391
|
ye(d, {
|
|
46388
46392
|
isPlayer: t.isplayer && !n.isGenericLike,
|
|
@@ -46402,7 +46406,7 @@ function bM(s, e, t, i, a, n) {
|
|
|
46402
46406
|
], 4),
|
|
46403
46407
|
v("div", {
|
|
46404
46408
|
class: "container-calendar-table",
|
|
46405
|
-
style:
|
|
46409
|
+
style: B(i.elementSize.width < 1e3 ? "width: 100%; margin-top: 30px;" : "")
|
|
46406
46410
|
}, [
|
|
46407
46411
|
a.isPreviousDataLoaded ? (y(), ee(u, {
|
|
46408
46412
|
season: a.seasonSelected,
|
|
@@ -46477,26 +46481,26 @@ function bM(s, e, t, i, a, n) {
|
|
|
46477
46481
|
}, {
|
|
46478
46482
|
default: Ve(() => [
|
|
46479
46483
|
x("", !0),
|
|
46480
|
-
(y(!0), b(
|
|
46484
|
+
(y(!0), b(N, null, be(a.gamesAllStories, (p, _) => (y(), b("div", {
|
|
46481
46485
|
key: _,
|
|
46482
46486
|
class: "story-container-game",
|
|
46483
46487
|
onClick: (S) => n.onClickStory({ item: p, index: _ })
|
|
46484
46488
|
}, [
|
|
46485
46489
|
v("div", {
|
|
46486
46490
|
class: "story-circle",
|
|
46487
|
-
style:
|
|
46491
|
+
style: B(
|
|
46488
46492
|
p.is_live == 1 ? (p.status_storie == 1, "border: 2px solid #cbee6b !important;") : p.status_storie == 1 ? "border: 2px solid #2248a2 !important;" : "border: 2px solid #41485B !important;"
|
|
46489
46493
|
)
|
|
46490
46494
|
}, [
|
|
46491
46495
|
v("div", {
|
|
46492
46496
|
class: "circle-item-home",
|
|
46493
|
-
style:
|
|
46497
|
+
style: B(
|
|
46494
46498
|
"background-image: url(https://az755631.vo.msecnd.net/teams-80/" + p.home_team + ".png)"
|
|
46495
46499
|
)
|
|
46496
46500
|
}, null, 4),
|
|
46497
46501
|
v("div", {
|
|
46498
46502
|
class: "circle-item-away",
|
|
46499
|
-
style:
|
|
46503
|
+
style: B(
|
|
46500
46504
|
"background-image: url(https://az755631.vo.msecnd.net/teams-80/" + p.visiting_team + ".png)"
|
|
46501
46505
|
)
|
|
46502
46506
|
}, null, 4)
|
|
@@ -46521,7 +46525,7 @@ function bM(s, e, t, i, a, n) {
|
|
|
46521
46525
|
})) : x("", !0)
|
|
46522
46526
|
], 2)
|
|
46523
46527
|
], 2)
|
|
46524
|
-
], 64)) : (y(), b(
|
|
46528
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
46525
46529
|
a.isStoriesVisible && t.showStories ? (y(), ee(r, {
|
|
46526
46530
|
key: 0,
|
|
46527
46531
|
stories: a.currentStories,
|
|
@@ -46596,14 +46600,14 @@ function bM(s, e, t, i, a, n) {
|
|
|
46596
46600
|
i.elementSize.width <= 680 ? (y(), b("div", sM, [
|
|
46597
46601
|
iM,
|
|
46598
46602
|
v("div", aM, [
|
|
46599
|
-
t.isFemale ? (y(), b(
|
|
46603
|
+
t.isFemale ? (y(), b(N, { key: 0 }, [
|
|
46600
46604
|
de("Bienvenida ")
|
|
46601
|
-
], 64)) : (y(), b(
|
|
46605
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
46602
46606
|
de("Bienvenido ")
|
|
46603
46607
|
], 64)),
|
|
46604
|
-
a.is_public ? (y(), b(
|
|
46608
|
+
a.is_public ? (y(), b(N, { key: 2 }, [
|
|
46605
46609
|
de("a GolStats ")
|
|
46606
|
-
], 64)) : (y(), b(
|
|
46610
|
+
], 64)) : (y(), b(N, { key: 3 }, [
|
|
46607
46611
|
de(P(n.formatUsername(t.user.name)), 1)
|
|
46608
46612
|
], 64))
|
|
46609
46613
|
])
|
|
@@ -46611,14 +46615,14 @@ function bM(s, e, t, i, a, n) {
|
|
|
46611
46615
|
i.elementSize.width > 680 ? (y(), b("div", nM, "Inicio")) : x("", !0),
|
|
46612
46616
|
i.elementSize.width > 680 ? (y(), b("div", rM, [
|
|
46613
46617
|
v("div", oM, [
|
|
46614
|
-
t.isFemale ? (y(), b(
|
|
46618
|
+
t.isFemale ? (y(), b(N, { key: 0 }, [
|
|
46615
46619
|
de("Bienvenida ")
|
|
46616
|
-
], 64)) : (y(), b(
|
|
46620
|
+
], 64)) : (y(), b(N, { key: 1 }, [
|
|
46617
46621
|
de("Bienvenido ")
|
|
46618
46622
|
], 64)),
|
|
46619
|
-
a.is_public ? (y(), b(
|
|
46623
|
+
a.is_public ? (y(), b(N, { key: 2 }, [
|
|
46620
46624
|
de("a GolStats ")
|
|
46621
|
-
], 64)) : (y(), b(
|
|
46625
|
+
], 64)) : (y(), b(N, { key: 3 }, [
|
|
46622
46626
|
de(P(n.formatUsername(t.user.name)), 1)
|
|
46623
46627
|
], 64))
|
|
46624
46628
|
]),
|
|
@@ -46664,7 +46668,7 @@ function bM(s, e, t, i, a, n) {
|
|
|
46664
46668
|
}, [
|
|
46665
46669
|
v("div", {
|
|
46666
46670
|
class: "container-grid",
|
|
46667
|
-
style:
|
|
46671
|
+
style: B(i.elementSize.width < 748 ? "width: 100%" : "")
|
|
46668
46672
|
}, [
|
|
46669
46673
|
ye(d, {
|
|
46670
46674
|
isPlayer: t.isplayer && !n.isGenericLike,
|
|
@@ -46684,7 +46688,7 @@ function bM(s, e, t, i, a, n) {
|
|
|
46684
46688
|
], 4),
|
|
46685
46689
|
v("div", {
|
|
46686
46690
|
class: "container-calendar-table",
|
|
46687
|
-
style:
|
|
46691
|
+
style: B(i.elementSize.width < 1e3 ? "width: 100%; margin-top: 30px;" : "")
|
|
46688
46692
|
}, [
|
|
46689
46693
|
a.isPreviousDataLoaded ? (y(), ee(u, {
|
|
46690
46694
|
season: a.seasonSelected,
|
|
@@ -46754,26 +46758,26 @@ function bM(s, e, t, i, a, n) {
|
|
|
46754
46758
|
}, {
|
|
46755
46759
|
default: Ve(() => [
|
|
46756
46760
|
x("", !0),
|
|
46757
|
-
(y(!0), b(
|
|
46761
|
+
(y(!0), b(N, null, be(a.gamesAllStories, (p, _) => (y(), b("div", {
|
|
46758
46762
|
key: _,
|
|
46759
46763
|
class: "story-container-game",
|
|
46760
46764
|
onClick: (S) => n.onClickStory({ item: p, index: _ })
|
|
46761
46765
|
}, [
|
|
46762
46766
|
v("div", {
|
|
46763
46767
|
class: "story-circle",
|
|
46764
|
-
style:
|
|
46768
|
+
style: B(
|
|
46765
46769
|
p.is_live == 1 ? (p.status_storie == 1, "border: 2px solid #cbee6b !important;") : p.status_storie == 1 ? "border: 2px solid #2248a2 !important;" : "border: 2px solid #41485B !important;"
|
|
46766
46770
|
)
|
|
46767
46771
|
}, [
|
|
46768
46772
|
v("div", {
|
|
46769
46773
|
class: "circle-item-home",
|
|
46770
|
-
style:
|
|
46774
|
+
style: B(
|
|
46771
46775
|
"background-image: url(https://az755631.vo.msecnd.net/teams-80/" + p.home_team + ".png)"
|
|
46772
46776
|
)
|
|
46773
46777
|
}, null, 4),
|
|
46774
46778
|
v("div", {
|
|
46775
46779
|
class: "circle-item-away",
|
|
46776
|
-
style:
|
|
46780
|
+
style: B(
|
|
46777
46781
|
"background-image: url(https://az755631.vo.msecnd.net/teams-80/" + p.visiting_team + ".png)"
|
|
46778
46782
|
)
|
|
46779
46783
|
}, null, 4)
|