@golstats/gsc-game-data 1.0.50 → 1.0.52
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-game-data.js +331 -321
- package/dist/gsc-game-data.umd.cjs +3 -3
- package/dist/style.css +1 -1
- package/package.json +4 -4
package/dist/gsc-game-data.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var wC = Object.defineProperty;
|
|
2
2
|
var CC = (e, t, a) => t in e ? wC(e, t, { enumerable: !0, configurable: !0, writable: !0, value: a }) : e[t] = a;
|
|
3
3
|
var dt = (e, t, a) => (CC(e, typeof t != "symbol" ? t + "" : t, a), a);
|
|
4
|
-
import { ref as T, computed as me, onMounted as at, openBlock as f, createElementBlock as _, normalizeStyle as L, createVNode as N, unref as ve, mergeProps as va, withCtx as Z, createElementVNode as r, createCommentVNode as w, toDisplayString as C, watch as ge, onBeforeMount as sn, renderSlot as Qe, normalizeClass as u, Transition as Gs, withDirectives as Ma, Fragment as E, renderList as he, vShow as za, useCssVars as Ie, pushScopeId as Se, popScopeId as ke, createBlock as
|
|
4
|
+
import { ref as T, computed as me, onMounted as at, openBlock as f, createElementBlock as _, normalizeStyle as L, createVNode as N, unref as ve, mergeProps as va, withCtx as Z, createElementVNode as r, createCommentVNode as w, toDisplayString as C, watch as ge, onBeforeMount as sn, renderSlot as Qe, normalizeClass as u, Transition as Gs, withDirectives as Ma, Fragment as E, renderList as he, vShow as za, useCssVars as Ie, pushScopeId as Se, popScopeId as ke, createBlock as H, defineComponent as ut, inject as xe, reactive as Fe, h as Oe, provide as Ce, nextTick as vs, onUnmounted as Et, cloneVNode as Gt, createTextVNode as z, resolveComponent as W, resolveDynamicComponent as Cb, toRef as Sb, createStaticVNode as Ha, onBeforeUnmount as SC, TransitionGroup as kC } from "vue";
|
|
5
5
|
const $C = (e, t) => {
|
|
6
6
|
const a = e.__vccOpts || e;
|
|
7
7
|
for (const [s, i] of t)
|
|
@@ -1031,7 +1031,7 @@ const n9 = /* @__PURE__ */ ZC(ip, [["render", o9], ["__scopeId", "data-v-fb269a1
|
|
|
1031
1031
|
function o(n) {
|
|
1032
1032
|
t("input", n);
|
|
1033
1033
|
}
|
|
1034
|
-
return (n, c) => (f(),
|
|
1034
|
+
return (n, c) => (f(), H(ve(h9), {
|
|
1035
1035
|
items: e.seasons,
|
|
1036
1036
|
"model-value": s.value,
|
|
1037
1037
|
height: "40px",
|
|
@@ -2742,15 +2742,15 @@ var US = ut({
|
|
|
2742
2742
|
function k() {
|
|
2743
2743
|
if (!m || !Object.keys(m).length)
|
|
2744
2744
|
return;
|
|
2745
|
-
const A = Object.keys(m).map((
|
|
2745
|
+
const A = Object.keys(m).map((U) => Number(U)).sort((U, be) => +be - +U);
|
|
2746
2746
|
let V = Object.assign({}, l);
|
|
2747
|
-
A.some((
|
|
2748
|
-
const be = window.matchMedia(`(min-width: ${
|
|
2749
|
-
return be && (V = Object.assign(Object.assign({}, V), m[
|
|
2747
|
+
A.some((U) => {
|
|
2748
|
+
const be = window.matchMedia(`(min-width: ${U}px)`).matches;
|
|
2749
|
+
return be && (V = Object.assign(Object.assign({}, V), m[U])), be;
|
|
2750
2750
|
}), O(V);
|
|
2751
2751
|
}
|
|
2752
2752
|
function O(A) {
|
|
2753
|
-
Object.entries(A).forEach(([V,
|
|
2753
|
+
Object.entries(A).forEach(([V, U]) => d[V] = U);
|
|
2754
2754
|
}
|
|
2755
2755
|
const B = zS(() => {
|
|
2756
2756
|
k(), j();
|
|
@@ -2786,18 +2786,18 @@ var US = ut({
|
|
|
2786
2786
|
}
|
|
2787
2787
|
const F = MS((A) => {
|
|
2788
2788
|
ye.value = !0, M.x = R ? A.touches[0].clientX : A.clientX, M.y = R ? A.touches[0].clientY : A.clientY;
|
|
2789
|
-
const V = M.x - G.x,
|
|
2790
|
-
D.y =
|
|
2789
|
+
const V = M.x - G.x, U = M.y - G.y;
|
|
2790
|
+
D.y = U, D.x = V;
|
|
2791
2791
|
}, d.throttle);
|
|
2792
2792
|
function J() {
|
|
2793
|
-
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4,
|
|
2794
|
-
if (
|
|
2793
|
+
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4, U = Math.round(D.x / c.value + V) * A;
|
|
2794
|
+
if (U && !R) {
|
|
2795
2795
|
const be = (st) => {
|
|
2796
2796
|
st.stopPropagation(), window.removeEventListener("click", be, !0);
|
|
2797
2797
|
};
|
|
2798
2798
|
window.addEventListener("click", be, !0);
|
|
2799
2799
|
}
|
|
2800
|
-
ue(h.value -
|
|
2800
|
+
ue(h.value - U), D.x = 0, D.y = 0, ye.value = !1, document.removeEventListener(R ? "touchmove" : "mousemove", F, !0), document.removeEventListener(R ? "touchend" : "mouseup", J, !0);
|
|
2801
2801
|
}
|
|
2802
2802
|
function mt() {
|
|
2803
2803
|
!d.autoplay || d.autoplay <= 0 || (S = setInterval(() => {
|
|
@@ -2821,12 +2821,12 @@ var US = ut({
|
|
|
2821
2821
|
slidesCount: p.value
|
|
2822
2822
|
}), X.value = !0, y.value = h.value, h.value = V, I = setTimeout(() => {
|
|
2823
2823
|
if (d.wrapAround) {
|
|
2824
|
-
const
|
|
2824
|
+
const U = em({
|
|
2825
2825
|
val: V,
|
|
2826
2826
|
max: b.value,
|
|
2827
2827
|
min: 0
|
|
2828
2828
|
});
|
|
2829
|
-
|
|
2829
|
+
U !== h.value && (h.value = U, a("loop", {
|
|
2830
2830
|
currentSlideIndex: h.value,
|
|
2831
2831
|
slidingToIndex: A
|
|
2832
2832
|
}));
|
|
@@ -2897,7 +2897,7 @@ var US = ut({
|
|
|
2897
2897
|
return () => {
|
|
2898
2898
|
const A = Wb(lt == null ? void 0 : lt(ht)), V = (ct == null ? void 0 : ct(ht)) || [];
|
|
2899
2899
|
A.forEach((it, ot) => it.props.index = ot);
|
|
2900
|
-
let
|
|
2900
|
+
let U = A;
|
|
2901
2901
|
if (d.wrapAround) {
|
|
2902
2902
|
const it = A.map((nt, Ee) => Gt(nt, {
|
|
2903
2903
|
index: -A.length + Ee,
|
|
@@ -2908,7 +2908,7 @@ var US = ut({
|
|
|
2908
2908
|
isClone: !0,
|
|
2909
2909
|
key: `clone-after-${Ee}`
|
|
2910
2910
|
}));
|
|
2911
|
-
|
|
2911
|
+
U = [...it, ...A, ...ot];
|
|
2912
2912
|
}
|
|
2913
2913
|
n.value = A, p.value = Math.max(A.length, 1);
|
|
2914
2914
|
const be = Oe("ol", {
|
|
@@ -2916,7 +2916,7 @@ var US = ut({
|
|
|
2916
2916
|
style: Re.value,
|
|
2917
2917
|
onMousedownCapture: d.mouseDrag ? x : null,
|
|
2918
2918
|
onTouchstartPassiveCapture: d.touchDrag ? x : null
|
|
2919
|
-
},
|
|
2919
|
+
}, U), st = Oe("div", { class: "carousel__viewport" }, be);
|
|
2920
2920
|
return Oe("section", {
|
|
2921
2921
|
ref: o,
|
|
2922
2922
|
class: {
|
|
@@ -3183,7 +3183,7 @@ const WS = (e, t) => {
|
|
|
3183
3183
|
onSlideStart: g
|
|
3184
3184
|
}, {
|
|
3185
3185
|
default: Z(() => [
|
|
3186
|
-
(f(!0), _(E, null, he(e.items, (S, I) => (f(),
|
|
3186
|
+
(f(!0), _(E, null, he(e.items, (S, I) => (f(), H(ve(GS), { key: I }, {
|
|
3187
3187
|
default: Z(() => [
|
|
3188
3188
|
Qe(b.$slots, "default", { item: S }, void 0, !0)
|
|
3189
3189
|
]),
|
|
@@ -3535,15 +3535,15 @@ var vk = ut({
|
|
|
3535
3535
|
function k() {
|
|
3536
3536
|
if (!m || !Object.keys(m).length)
|
|
3537
3537
|
return;
|
|
3538
|
-
const A = Object.keys(m).map((
|
|
3538
|
+
const A = Object.keys(m).map((U) => Number(U)).sort((U, be) => +be - +U);
|
|
3539
3539
|
let V = Object.assign({}, l);
|
|
3540
|
-
A.some((
|
|
3541
|
-
const be = window.matchMedia(`(min-width: ${
|
|
3542
|
-
return be && (V = Object.assign(Object.assign({}, V), m[
|
|
3540
|
+
A.some((U) => {
|
|
3541
|
+
const be = window.matchMedia(`(min-width: ${U}px)`).matches;
|
|
3542
|
+
return be && (V = Object.assign(Object.assign({}, V), m[U])), be;
|
|
3543
3543
|
}), O(V);
|
|
3544
3544
|
}
|
|
3545
3545
|
function O(A) {
|
|
3546
|
-
Object.entries(A).forEach(([V,
|
|
3546
|
+
Object.entries(A).forEach(([V, U]) => d[V] = U);
|
|
3547
3547
|
}
|
|
3548
3548
|
const B = _k(() => {
|
|
3549
3549
|
k(), j();
|
|
@@ -3579,18 +3579,18 @@ var vk = ut({
|
|
|
3579
3579
|
}
|
|
3580
3580
|
const F = fk((A) => {
|
|
3581
3581
|
ye.value = !0, M.x = R ? A.touches[0].clientX : A.clientX, M.y = R ? A.touches[0].clientY : A.clientY;
|
|
3582
|
-
const V = M.x - G.x,
|
|
3583
|
-
D.y =
|
|
3582
|
+
const V = M.x - G.x, U = M.y - G.y;
|
|
3583
|
+
D.y = U, D.x = V;
|
|
3584
3584
|
}, d.throttle);
|
|
3585
3585
|
function J() {
|
|
3586
|
-
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4,
|
|
3587
|
-
if (
|
|
3586
|
+
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4, U = Math.round(D.x / c.value + V) * A;
|
|
3587
|
+
if (U && !R) {
|
|
3588
3588
|
const be = (st) => {
|
|
3589
3589
|
st.stopPropagation(), window.removeEventListener("click", be, !0);
|
|
3590
3590
|
};
|
|
3591
3591
|
window.addEventListener("click", be, !0);
|
|
3592
3592
|
}
|
|
3593
|
-
ue(h.value -
|
|
3593
|
+
ue(h.value - U), D.x = 0, D.y = 0, ye.value = !1, document.removeEventListener(R ? "touchmove" : "mousemove", F, !0), document.removeEventListener(R ? "touchend" : "mouseup", J, !0);
|
|
3594
3594
|
}
|
|
3595
3595
|
function mt() {
|
|
3596
3596
|
!d.autoplay || d.autoplay <= 0 || (S = setInterval(() => {
|
|
@@ -3614,12 +3614,12 @@ var vk = ut({
|
|
|
3614
3614
|
slidesCount: p.value
|
|
3615
3615
|
}), X.value = !0, y.value = h.value, h.value = V, I = setTimeout(() => {
|
|
3616
3616
|
if (d.wrapAround) {
|
|
3617
|
-
const
|
|
3617
|
+
const U = am({
|
|
3618
3618
|
val: V,
|
|
3619
3619
|
max: b.value,
|
|
3620
3620
|
min: 0
|
|
3621
3621
|
});
|
|
3622
|
-
|
|
3622
|
+
U !== h.value && (h.value = U, a("loop", {
|
|
3623
3623
|
currentSlideIndex: h.value,
|
|
3624
3624
|
slidingToIndex: A
|
|
3625
3625
|
}));
|
|
@@ -3690,7 +3690,7 @@ var vk = ut({
|
|
|
3690
3690
|
return () => {
|
|
3691
3691
|
const A = Jb(lt == null ? void 0 : lt(ht)), V = (ct == null ? void 0 : ct(ht)) || [];
|
|
3692
3692
|
A.forEach((it, ot) => it.props.index = ot);
|
|
3693
|
-
let
|
|
3693
|
+
let U = A;
|
|
3694
3694
|
if (d.wrapAround) {
|
|
3695
3695
|
const it = A.map((nt, Ee) => Gt(nt, {
|
|
3696
3696
|
index: -A.length + Ee,
|
|
@@ -3701,7 +3701,7 @@ var vk = ut({
|
|
|
3701
3701
|
isClone: !0,
|
|
3702
3702
|
key: `clone-after-${Ee}`
|
|
3703
3703
|
}));
|
|
3704
|
-
|
|
3704
|
+
U = [...it, ...A, ...ot];
|
|
3705
3705
|
}
|
|
3706
3706
|
n.value = A, p.value = Math.max(A.length, 1);
|
|
3707
3707
|
const be = Oe("ol", {
|
|
@@ -3709,7 +3709,7 @@ var vk = ut({
|
|
|
3709
3709
|
style: Re.value,
|
|
3710
3710
|
onMousedownCapture: d.mouseDrag ? x : null,
|
|
3711
3711
|
onTouchstartPassiveCapture: d.touchDrag ? x : null
|
|
3712
|
-
},
|
|
3712
|
+
}, U), st = Oe("div", { class: "carousel__viewport" }, be);
|
|
3713
3713
|
return Oe("section", {
|
|
3714
3714
|
ref: o,
|
|
3715
3715
|
class: {
|
|
@@ -4034,7 +4034,7 @@ const Sa = (e, t) => {
|
|
|
4034
4034
|
N(ve(kk))
|
|
4035
4035
|
]),
|
|
4036
4036
|
default: Z(() => [
|
|
4037
|
-
(f(!0), _(E, null, he(e.matchDays, (m) => (f(),
|
|
4037
|
+
(f(!0), _(E, null, he(e.matchDays, (m) => (f(), H(ve($k), {
|
|
4038
4038
|
key: m.key
|
|
4039
4039
|
}, {
|
|
4040
4040
|
default: Z(() => [
|
|
@@ -4922,7 +4922,7 @@ const Ek = { class: "game-info__teams" }, Fk = { class: "game-info__teams__team_
|
|
|
4922
4922
|
t("action", o);
|
|
4923
4923
|
}
|
|
4924
4924
|
return (o, n) => (f(), _("div", H$, [
|
|
4925
|
-
(f(!0), _(E, null, he(e.gamesPerPage, (c, p) => (f(),
|
|
4925
|
+
(f(!0), _(E, null, he(e.gamesPerPage, (c, p) => (f(), H(Zb, {
|
|
4926
4926
|
key: c.game_id,
|
|
4927
4927
|
game: c,
|
|
4928
4928
|
"is-landing-mode": e.isLandingMode,
|
|
@@ -5067,7 +5067,7 @@ const Ek = { class: "game-info__teams" }, Fk = { class: "game-info__teams__team_
|
|
|
5067
5067
|
class: "calendar-by-team__page__round__round-name",
|
|
5068
5068
|
style: L([{ color: "white" }, e.componentWidth <= 425 ? "padding: 5px 10px" : ""])
|
|
5069
5069
|
}, C(c(m.roundName)), 5),
|
|
5070
|
-
(f(!0), _(E, null, he(m.games, (y) => (f(),
|
|
5070
|
+
(f(!0), _(E, null, he(m.games, (y) => (f(), H(Zb, {
|
|
5071
5071
|
key: y.game_id,
|
|
5072
5072
|
game: y,
|
|
5073
5073
|
"is-landing-mode": e.isLandingMode,
|
|
@@ -5648,7 +5648,7 @@ const Ek = { class: "game-info__teams" }, Fk = { class: "game-info__teams__team_
|
|
|
5648
5648
|
class: "calendar-by-game",
|
|
5649
5649
|
style: L(v.value)
|
|
5650
5650
|
}, [
|
|
5651
|
-
e.teamId && !e.avoidTeamIdFilter ? (f(),
|
|
5651
|
+
e.teamId && !e.avoidTeamIdFilter ? (f(), H(X$, {
|
|
5652
5652
|
key: 0,
|
|
5653
5653
|
"full-tournament-schedule": o.value,
|
|
5654
5654
|
"team-id": e.teamId,
|
|
@@ -5660,7 +5660,7 @@ const Ek = { class: "game-info__teams" }, Fk = { class: "game-info__teams__team_
|
|
|
5660
5660
|
"is-round-mode": e.isRoundMode,
|
|
5661
5661
|
onAction: F
|
|
5662
5662
|
}, null, 8, ["full-tournament-schedule", "team-id", "row-height", "component-width", "games-pages", "is-pagination-visible", "is-round-mode"])) : (f(), _(E, { key: 1 }, [
|
|
5663
|
-
e.areRoundsVisible && k.value ? (f(),
|
|
5663
|
+
e.areRoundsVisible && k.value ? (f(), H(Ok, {
|
|
5664
5664
|
key: 0,
|
|
5665
5665
|
"match-days": k.value,
|
|
5666
5666
|
"is-landing-mode": e.isLandingMode,
|
|
@@ -5673,7 +5673,7 @@ const Ek = { class: "game-info__teams" }, Fk = { class: "game-info__teams__team_
|
|
|
5673
5673
|
onChangeMatchDay: pe
|
|
5674
5674
|
}, null, 8, ["match-days", "is-landing-mode", "items-to-show", "items-to-scroll", "component-width", "default-match-day-key", "closest-match-day"])) : w("", !0),
|
|
5675
5675
|
r("div", Ix, [
|
|
5676
|
-
S.value ? (f(),
|
|
5676
|
+
S.value ? (f(), H(ve(qb), {
|
|
5677
5677
|
key: 0,
|
|
5678
5678
|
"is-pagination-visible": e.isPaginationVisible && !e.areGamesCarouselType,
|
|
5679
5679
|
items: e.areGamesCarouselType ? S.value[0] : S.value,
|
|
@@ -5687,10 +5687,10 @@ const Ek = { class: "game-info__teams" }, Fk = { class: "game-info__teams__team_
|
|
|
5687
5687
|
onInput: x
|
|
5688
5688
|
}, {
|
|
5689
5689
|
default: Z(({ item: ue }) => [
|
|
5690
|
-
e.areGamesCarouselType ? (f(),
|
|
5690
|
+
e.areGamesCarouselType ? (f(), H(xx, {
|
|
5691
5691
|
key: 0,
|
|
5692
5692
|
game: ue
|
|
5693
|
-
}, null, 8, ["game"])) : (f(),
|
|
5693
|
+
}, null, 8, ["game"])) : (f(), H(V$, {
|
|
5694
5694
|
key: 1,
|
|
5695
5695
|
"games-per-page": ue,
|
|
5696
5696
|
"is-landing-mode": e.isLandingMode,
|
|
@@ -7862,7 +7862,7 @@ const sA = {
|
|
|
7862
7862
|
function oA(e, t, a, s, i, o) {
|
|
7863
7863
|
const n = W("apexchart");
|
|
7864
7864
|
return f(), _("div", iA, [
|
|
7865
|
-
(f(),
|
|
7865
|
+
(f(), H(n, {
|
|
7866
7866
|
type: "area",
|
|
7867
7867
|
options: o.chartOptions,
|
|
7868
7868
|
series: o.series,
|
|
@@ -8417,7 +8417,7 @@ const $A = { class: "card-trend-live__dropdown-category" }, xA = { class: "selec
|
|
|
8417
8417
|
]))), 128))
|
|
8418
8418
|
]),
|
|
8419
8419
|
r("div", AA, [
|
|
8420
|
-
(f(),
|
|
8420
|
+
(f(), H(nA, {
|
|
8421
8421
|
typeId: e.trendTypeId,
|
|
8422
8422
|
teamTypeSelected: e.teamTypeSelected,
|
|
8423
8423
|
subcategorySelected: e.data.objectGraphProps.objectSubcategorySelected,
|
|
@@ -10279,19 +10279,19 @@ function DT(e, t, a, s, i, o) {
|
|
|
10279
10279
|
]),
|
|
10280
10280
|
r("div", RT, [
|
|
10281
10281
|
r("div", null, [
|
|
10282
|
-
o.hVal(p) ? (f(),
|
|
10282
|
+
o.hVal(p) ? (f(), H(n, {
|
|
10283
10283
|
key: 0,
|
|
10284
10284
|
postmatch: o.hVal(p).numberBarPercent
|
|
10285
|
-
}, null, 8, ["postmatch"])) : (f(),
|
|
10285
|
+
}, null, 8, ["postmatch"])) : (f(), H(n, {
|
|
10286
10286
|
key: 1,
|
|
10287
10287
|
postmatch: 0
|
|
10288
10288
|
}))
|
|
10289
10289
|
]),
|
|
10290
10290
|
r("div", null, [
|
|
10291
|
-
o.aVal(p) ? (f(),
|
|
10291
|
+
o.aVal(p) ? (f(), H(c, {
|
|
10292
10292
|
key: 0,
|
|
10293
10293
|
postmatch: o.aVal(p).numberBarPercent
|
|
10294
|
-
}, null, 8, ["postmatch"])) : (f(),
|
|
10294
|
+
}, null, 8, ["postmatch"])) : (f(), H(c, {
|
|
10295
10295
|
key: 1,
|
|
10296
10296
|
postmatch: 0
|
|
10297
10297
|
}))
|
|
@@ -11152,7 +11152,7 @@ function NE(e, t, a, s, i, o) {
|
|
|
11152
11152
|
r("div", LE, C(c.name), 1),
|
|
11153
11153
|
jE,
|
|
11154
11154
|
r("div", DE, [
|
|
11155
|
-
(f(),
|
|
11155
|
+
(f(), H(n, {
|
|
11156
11156
|
type: "radar",
|
|
11157
11157
|
height: i.height,
|
|
11158
11158
|
options: i.arrayChartOptions[p],
|
|
@@ -12461,16 +12461,16 @@ function vP(e, t, a, s, i, o) {
|
|
|
12461
12461
|
onChange: o.onChangeTeam
|
|
12462
12462
|
}, null, 8, ["valueDefault", "text-option-left", "text-option-right", "icon-a", "icon-b", "onChange"])
|
|
12463
12463
|
])) : w("", !0),
|
|
12464
|
-
i.gamesContainerWidth >= 655 ? (f(),
|
|
12464
|
+
i.gamesContainerWidth >= 655 ? (f(), H(c, {
|
|
12465
12465
|
key: 1,
|
|
12466
12466
|
class: "local"
|
|
12467
12467
|
})) : w("", !0),
|
|
12468
|
-
i.gamesContainerWidth >= 655 ? (f(),
|
|
12468
|
+
i.gamesContainerWidth >= 655 ? (f(), H(p, {
|
|
12469
12469
|
key: 2,
|
|
12470
12470
|
class: "away"
|
|
12471
12471
|
})) : w("", !0),
|
|
12472
|
-
i.gamesContainerWidth < 655 && i.teamSelect == e.homeTeam.colloquial_name ? (f(),
|
|
12473
|
-
i.gamesContainerWidth < 655 && i.teamSelect == e.visitingTeam.colloquial_name ? (f(),
|
|
12472
|
+
i.gamesContainerWidth < 655 && i.teamSelect == e.homeTeam.colloquial_name ? (f(), H(d, { key: 3 })) : w("", !0),
|
|
12473
|
+
i.gamesContainerWidth < 655 && i.teamSelect == e.visitingTeam.colloquial_name ? (f(), H(l, { key: 4 })) : w("", !0)
|
|
12474
12474
|
], 512);
|
|
12475
12475
|
}
|
|
12476
12476
|
const wP = /* @__PURE__ */ rt(fP, [["render", vP], ["__scopeId", "data-v-20bd873f"]]);
|
|
@@ -12639,7 +12639,7 @@ const CP = { class: "statistics-main" }, SP = { class: "statistics-main__header"
|
|
|
12639
12639
|
class: "statistics-main__body",
|
|
12640
12640
|
key: ve(d)
|
|
12641
12641
|
}, [
|
|
12642
|
-
(f(),
|
|
12642
|
+
(f(), H(Cb(ve(p).componentName), {
|
|
12643
12643
|
seasonSelected: e.seasonSelected,
|
|
12644
12644
|
game: e.game,
|
|
12645
12645
|
onOpenmedia: y
|
|
@@ -17959,15 +17959,15 @@ var zN = ut({
|
|
|
17959
17959
|
function k() {
|
|
17960
17960
|
if (!m || !Object.keys(m).length)
|
|
17961
17961
|
return;
|
|
17962
|
-
const A = Object.keys(m).map((
|
|
17962
|
+
const A = Object.keys(m).map((U) => Number(U)).sort((U, be) => +be - +U);
|
|
17963
17963
|
let V = Object.assign({}, l);
|
|
17964
|
-
A.some((
|
|
17965
|
-
const be = window.matchMedia(`(min-width: ${
|
|
17966
|
-
return be && (V = Object.assign(Object.assign({}, V), m[
|
|
17964
|
+
A.some((U) => {
|
|
17965
|
+
const be = window.matchMedia(`(min-width: ${U}px)`).matches;
|
|
17966
|
+
return be && (V = Object.assign(Object.assign({}, V), m[U])), be;
|
|
17967
17967
|
}), O(V);
|
|
17968
17968
|
}
|
|
17969
17969
|
function O(A) {
|
|
17970
|
-
Object.entries(A).forEach(([V,
|
|
17970
|
+
Object.entries(A).forEach(([V, U]) => d[V] = U);
|
|
17971
17971
|
}
|
|
17972
17972
|
const B = NN(() => {
|
|
17973
17973
|
k(), j();
|
|
@@ -18003,18 +18003,18 @@ var zN = ut({
|
|
|
18003
18003
|
}
|
|
18004
18004
|
const F = DN((A) => {
|
|
18005
18005
|
ye.value = !0, M.x = R ? A.touches[0].clientX : A.clientX, M.y = R ? A.touches[0].clientY : A.clientY;
|
|
18006
|
-
const V = M.x - G.x,
|
|
18007
|
-
D.y =
|
|
18006
|
+
const V = M.x - G.x, U = M.y - G.y;
|
|
18007
|
+
D.y = U, D.x = V;
|
|
18008
18008
|
}, d.throttle);
|
|
18009
18009
|
function J() {
|
|
18010
|
-
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4,
|
|
18011
|
-
if (
|
|
18010
|
+
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4, U = Math.round(D.x / c.value + V) * A;
|
|
18011
|
+
if (U && !R) {
|
|
18012
18012
|
const be = (st) => {
|
|
18013
18013
|
st.stopPropagation(), window.removeEventListener("click", be, !0);
|
|
18014
18014
|
};
|
|
18015
18015
|
window.addEventListener("click", be, !0);
|
|
18016
18016
|
}
|
|
18017
|
-
ue(h.value -
|
|
18017
|
+
ue(h.value - U), D.x = 0, D.y = 0, ye.value = !1, document.removeEventListener(R ? "touchmove" : "mousemove", F, !0), document.removeEventListener(R ? "touchend" : "mouseup", J, !0);
|
|
18018
18018
|
}
|
|
18019
18019
|
function mt() {
|
|
18020
18020
|
!d.autoplay || d.autoplay <= 0 || (S = setInterval(() => {
|
|
@@ -18038,12 +18038,12 @@ var zN = ut({
|
|
|
18038
18038
|
slidesCount: p.value
|
|
18039
18039
|
}), X.value = !0, y.value = h.value, h.value = V, I = setTimeout(() => {
|
|
18040
18040
|
if (d.wrapAround) {
|
|
18041
|
-
const
|
|
18041
|
+
const U = Tm({
|
|
18042
18042
|
val: V,
|
|
18043
18043
|
max: b.value,
|
|
18044
18044
|
min: 0
|
|
18045
18045
|
});
|
|
18046
|
-
|
|
18046
|
+
U !== h.value && (h.value = U, a("loop", {
|
|
18047
18047
|
currentSlideIndex: h.value,
|
|
18048
18048
|
slidingToIndex: A
|
|
18049
18049
|
}));
|
|
@@ -18114,7 +18114,7 @@ var zN = ut({
|
|
|
18114
18114
|
return () => {
|
|
18115
18115
|
const A = M4(lt == null ? void 0 : lt(ht)), V = (ct == null ? void 0 : ct(ht)) || [];
|
|
18116
18116
|
A.forEach((it, ot) => it.props.index = ot);
|
|
18117
|
-
let
|
|
18117
|
+
let U = A;
|
|
18118
18118
|
if (d.wrapAround) {
|
|
18119
18119
|
const it = A.map((nt, Ee) => Gt(nt, {
|
|
18120
18120
|
index: -A.length + Ee,
|
|
@@ -18125,7 +18125,7 @@ var zN = ut({
|
|
|
18125
18125
|
isClone: !0,
|
|
18126
18126
|
key: `clone-after-${Ee}`
|
|
18127
18127
|
}));
|
|
18128
|
-
|
|
18128
|
+
U = [...it, ...A, ...ot];
|
|
18129
18129
|
}
|
|
18130
18130
|
n.value = A, p.value = Math.max(A.length, 1);
|
|
18131
18131
|
const be = Oe("ol", {
|
|
@@ -18133,7 +18133,7 @@ var zN = ut({
|
|
|
18133
18133
|
style: Re.value,
|
|
18134
18134
|
onMousedownCapture: d.mouseDrag ? x : null,
|
|
18135
18135
|
onTouchstartPassiveCapture: d.touchDrag ? x : null
|
|
18136
|
-
},
|
|
18136
|
+
}, U), st = Oe("div", { class: "carousel__viewport" }, be);
|
|
18137
18137
|
return Oe("section", {
|
|
18138
18138
|
ref: o,
|
|
18139
18139
|
class: {
|
|
@@ -18400,7 +18400,7 @@ const VN = (e, t) => {
|
|
|
18400
18400
|
onSlideStart: g
|
|
18401
18401
|
}, {
|
|
18402
18402
|
default: Z(() => [
|
|
18403
|
-
(f(!0), _(E, null, he(e.items, (S, I) => (f(),
|
|
18403
|
+
(f(!0), _(E, null, he(e.items, (S, I) => (f(), H(ve(UN), { key: I }, {
|
|
18404
18404
|
default: Z(() => [
|
|
18405
18405
|
Qe(b.$slots, "default", { item: S }, void 0, !0)
|
|
18406
18406
|
]),
|
|
@@ -20029,7 +20029,7 @@ function iz(e, t, a, s, i, o) {
|
|
|
20029
20029
|
r("div", IM, [
|
|
20030
20030
|
AM,
|
|
20031
20031
|
a.selectedOption !== "Postmatch" ? (f(), _("div", OM, [
|
|
20032
|
-
(i.gameInfoheader.game_status == 0 || i.gameInfoheader.game_status == 4) && o.gameRecientesFilter.length > 0 ? (f(),
|
|
20032
|
+
(i.gameInfoheader.game_status == 0 || i.gameInfoheader.game_status == 4) && o.gameRecientesFilter.length > 0 ? (f(), H(n, {
|
|
20033
20033
|
key: 0,
|
|
20034
20034
|
buttons: ["Historicos", "Recientes", "Probables"],
|
|
20035
20035
|
selectedOption: a.selectedOption,
|
|
@@ -20051,7 +20051,7 @@ function iz(e, t, a, s, i, o) {
|
|
|
20051
20051
|
a.selectedOption === "Probables" ? (f(), _("h3", EM, "Alineación utilizada este torneo en:")) : a.selectedOption === "Recientes" ? (f(), _("h3", FM, "Alineaciones recientes de:")) : (f(), _("h3", RM, "Alineación utilizada en:"))
|
|
20052
20052
|
], 64)) : w("", !0),
|
|
20053
20053
|
a.selectedOption === "Historicos" ? (f(), _(E, { key: 1 }, [
|
|
20054
|
-
Object.keys(i.headerInfoHistoricItemGame).length > 0 ? (f(),
|
|
20054
|
+
Object.keys(i.headerInfoHistoricItemGame).length > 0 ? (f(), H(c, {
|
|
20055
20055
|
key: 0,
|
|
20056
20056
|
localTeam: {
|
|
20057
20057
|
acronym: i.headerInfoHistoricItemGame.home_team_abbreviation,
|
|
@@ -20068,7 +20068,7 @@ function iz(e, t, a, s, i, o) {
|
|
|
20068
20068
|
type: a.selectedOption
|
|
20069
20069
|
}, null, 8, ["localTeam", "visitTeam", "probablyTeamHome", "probablyTeamAway", "score", "onChange", "type"])) : w("", !0)
|
|
20070
20070
|
], 64)) : (f(), _(E, { key: 2 }, [
|
|
20071
|
-
Object.keys(i.gameInfoheader).length > 0 ? (f(),
|
|
20071
|
+
Object.keys(i.gameInfoheader).length > 0 ? (f(), H(c, {
|
|
20072
20072
|
key: 0,
|
|
20073
20073
|
localTeam: {
|
|
20074
20074
|
acronym: i.gameInfoheader.home_team_abbreviation,
|
|
@@ -20087,7 +20087,7 @@ function iz(e, t, a, s, i, o) {
|
|
|
20087
20087
|
], 64)),
|
|
20088
20088
|
a.selectedOption === "Historicos" ? (f(), _("div", PM, [
|
|
20089
20089
|
a.selectedOption !== "Postmatch" ? (f(), _("div", BM, [
|
|
20090
|
-
i.gamesHistoric.length > 0 ? (f(),
|
|
20090
|
+
i.gamesHistoric.length > 0 ? (f(), H(p, {
|
|
20091
20091
|
key: i.updatehistoricos,
|
|
20092
20092
|
onInput: o.changeCarouselItemH,
|
|
20093
20093
|
items: i.gamesHistoric,
|
|
@@ -20115,7 +20115,7 @@ function iz(e, t, a, s, i, o) {
|
|
|
20115
20115
|
ref: "targetElement",
|
|
20116
20116
|
onClick: t[1] || (t[1] = (...g) => o.handleInsideClick && o.handleInsideClick(...g))
|
|
20117
20117
|
}, [
|
|
20118
|
-
(f(),
|
|
20118
|
+
(f(), H(l, {
|
|
20119
20119
|
items: o.matchdaysFinal,
|
|
20120
20120
|
onInput: o.changeDropdown,
|
|
20121
20121
|
backgroundColor: "transparent",
|
|
@@ -20157,7 +20157,7 @@ function iz(e, t, a, s, i, o) {
|
|
|
20157
20157
|
r("div", HM, [
|
|
20158
20158
|
o.mobileClass ? w("", !0) : (f(), _(E, { key: 0 }, [
|
|
20159
20159
|
r("div", UM, [
|
|
20160
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
20160
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(p, {
|
|
20161
20161
|
"current-item-index": i.selectedIndexOption,
|
|
20162
20162
|
width: "600px",
|
|
20163
20163
|
height: "80px",
|
|
@@ -20185,7 +20185,7 @@ function iz(e, t, a, s, i, o) {
|
|
|
20185
20185
|
}, "Eliminar filtros aplicados")
|
|
20186
20186
|
]))
|
|
20187
20187
|
]),
|
|
20188
|
-
i.showDetails ? (f(),
|
|
20188
|
+
i.showDetails ? (f(), H(h, {
|
|
20189
20189
|
key: 0,
|
|
20190
20190
|
localDetails: i.localDetails,
|
|
20191
20191
|
foreignDetails: i.foreignDetails
|
|
@@ -20194,7 +20194,7 @@ function iz(e, t, a, s, i, o) {
|
|
|
20194
20194
|
])
|
|
20195
20195
|
]),
|
|
20196
20196
|
o.mobileClass ? (f(), _("div", WM, [
|
|
20197
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
20197
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(p, {
|
|
20198
20198
|
"current-item-index": i.selectedIndexOption,
|
|
20199
20199
|
width: "600px",
|
|
20200
20200
|
height: "80px",
|
|
@@ -20214,7 +20214,7 @@ function iz(e, t, a, s, i, o) {
|
|
|
20214
20214
|
]),
|
|
20215
20215
|
_: 1
|
|
20216
20216
|
}, 8, ["current-item-index", "onInput", "items"])) : w("", !0),
|
|
20217
|
-
i.showDetails ? (f(),
|
|
20217
|
+
i.showDetails ? (f(), H(h, {
|
|
20218
20218
|
key: 1,
|
|
20219
20219
|
localDetails: i.localDetails,
|
|
20220
20220
|
foreignDetails: i.foreignDetails
|
|
@@ -20641,7 +20641,7 @@ function _U(e, t, a, s, i, o) {
|
|
|
20641
20641
|
class: u(e.$style.switchStatesBig),
|
|
20642
20642
|
id: "switch-lineup"
|
|
20643
20643
|
}, [
|
|
20644
|
-
(a.gameInfo.game_status == 0 || a.gameInfo.game_status == 4) && a.gameRecientes > 0 ? (f(),
|
|
20644
|
+
(a.gameInfo.game_status == 0 || a.gameInfo.game_status == 4) && a.gameRecientes > 0 ? (f(), H(n, {
|
|
20645
20645
|
key: 0,
|
|
20646
20646
|
buttons: ["Historicos", "Recientes", "Probables"],
|
|
20647
20647
|
selectedOption: a.optionSelected,
|
|
@@ -20731,7 +20731,7 @@ function _U(e, t, a, s, i, o) {
|
|
|
20731
20731
|
r("div", {
|
|
20732
20732
|
class: u(e.$style.sliderMatches)
|
|
20733
20733
|
}, [
|
|
20734
|
-
a.gameHistoric.length > 0 ? (f(),
|
|
20734
|
+
a.gameHistoric.length > 0 ? (f(), H(c, {
|
|
20735
20735
|
key: 0,
|
|
20736
20736
|
"current-item-index": i.selectedOption,
|
|
20737
20737
|
onInput: o.changeCarouselItem,
|
|
@@ -20910,7 +20910,7 @@ function _U(e, t, a, s, i, o) {
|
|
|
20910
20910
|
class: u(e.$style.switchStatesBig1),
|
|
20911
20911
|
id: "switch-lineup"
|
|
20912
20912
|
}, [
|
|
20913
|
-
(a.gameInfo.game_status == 0 || a.gameInfo.game_status == 4) && a.gameRecientes > 0 ? (f(),
|
|
20913
|
+
(a.gameInfo.game_status == 0 || a.gameInfo.game_status == 4) && a.gameRecientes > 0 ? (f(), H(n, {
|
|
20914
20914
|
key: 0,
|
|
20915
20915
|
buttons: ["Historicos", "Recientes", "Probables"],
|
|
20916
20916
|
selectedOption: a.optionSelected,
|
|
@@ -21001,7 +21001,7 @@ function _U(e, t, a, s, i, o) {
|
|
|
21001
21001
|
r("div", {
|
|
21002
21002
|
class: u(e.$style.sliderMatches1)
|
|
21003
21003
|
}, [
|
|
21004
|
-
a.gameHistoric.length > 0 ? (f(),
|
|
21004
|
+
a.gameHistoric.length > 0 ? (f(), H(c, {
|
|
21005
21005
|
key: 0,
|
|
21006
21006
|
"current-item-index": i.selectedOption,
|
|
21007
21007
|
onInput: o.changeCarouselItem,
|
|
@@ -21674,7 +21674,7 @@ function sW(e, t, a, s, i, o) {
|
|
|
21674
21674
|
"margin-modal": "-83px"
|
|
21675
21675
|
}, null, 8, ["item-select", "is-open", "onChange", "reset"])
|
|
21676
21676
|
], 2),
|
|
21677
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
21677
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(d, {
|
|
21678
21678
|
key: i.keyUpdate,
|
|
21679
21679
|
"default-item-by-prop": i.defaultDropItem,
|
|
21680
21680
|
class: u(e.$style.btnFilter1),
|
|
@@ -21713,7 +21713,7 @@ function sW(e, t, a, s, i, o) {
|
|
|
21713
21713
|
r("div", {
|
|
21714
21714
|
class: u(e.$style.match)
|
|
21715
21715
|
}, [
|
|
21716
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
21716
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(l, {
|
|
21717
21717
|
"default-item-by-index": 2,
|
|
21718
21718
|
key: i.updateCarouselGames,
|
|
21719
21719
|
items: o.gameRecientesFilter,
|
|
@@ -21832,7 +21832,7 @@ function sW(e, t, a, s, i, o) {
|
|
|
21832
21832
|
}, "Eliminar filtros aplicados", 2)
|
|
21833
21833
|
], 2)
|
|
21834
21834
|
])),
|
|
21835
|
-
i.showDetails ? (f(),
|
|
21835
|
+
i.showDetails ? (f(), H(m, {
|
|
21836
21836
|
key: 2,
|
|
21837
21837
|
style: { "margin-top": "30px" },
|
|
21838
21838
|
localDetails: i.localDetails,
|
|
@@ -21987,7 +21987,7 @@ function sW(e, t, a, s, i, o) {
|
|
|
21987
21987
|
"margin-modal": "-99px"
|
|
21988
21988
|
}, null, 8, ["item-select", "is-open", "onChange"])
|
|
21989
21989
|
], 2),
|
|
21990
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
21990
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(d, {
|
|
21991
21991
|
key: i.keyUpdate,
|
|
21992
21992
|
"default-item-by-prop": i.defaultDropItem,
|
|
21993
21993
|
class: u(e.$style.btnFilter1),
|
|
@@ -22044,7 +22044,7 @@ function sW(e, t, a, s, i, o) {
|
|
|
22044
22044
|
r("div", {
|
|
22045
22045
|
class: u(e.$style.match1)
|
|
22046
22046
|
}, [
|
|
22047
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
22047
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(l, {
|
|
22048
22048
|
key: 0,
|
|
22049
22049
|
items: o.gameRecientesFilter,
|
|
22050
22050
|
"current-item-index": i.selectedIndexOption,
|
|
@@ -22162,7 +22162,7 @@ function sW(e, t, a, s, i, o) {
|
|
|
22162
22162
|
}, "Eliminar filtros aplicados", 2)
|
|
22163
22163
|
], 2)
|
|
22164
22164
|
])),
|
|
22165
|
-
i.showDetails ? (f(),
|
|
22165
|
+
i.showDetails ? (f(), H(m, {
|
|
22166
22166
|
key: 2,
|
|
22167
22167
|
style: { "margin-top": "30px" },
|
|
22168
22168
|
localDetails: i.localDetails,
|
|
@@ -22296,7 +22296,7 @@ function sW(e, t, a, s, i, o) {
|
|
|
22296
22296
|
"margin-modal": "-75px"
|
|
22297
22297
|
}, null, 8, ["item-select", "is-open", "onChange"])
|
|
22298
22298
|
], 2),
|
|
22299
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
22299
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(d, {
|
|
22300
22300
|
key: i.keyUpdate,
|
|
22301
22301
|
"default-item-by-prop": i.defaultDropItem,
|
|
22302
22302
|
class: u(e.$style.filterMatchday),
|
|
@@ -22356,7 +22356,7 @@ function sW(e, t, a, s, i, o) {
|
|
|
22356
22356
|
r("div", {
|
|
22357
22357
|
class: u(e.$style.match)
|
|
22358
22358
|
}, [
|
|
22359
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
22359
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(l, {
|
|
22360
22360
|
key: 0,
|
|
22361
22361
|
items: o.gameRecientesFilter,
|
|
22362
22362
|
"current-item-index": i.selectedIndexOption,
|
|
@@ -22474,7 +22474,7 @@ function sW(e, t, a, s, i, o) {
|
|
|
22474
22474
|
}, "Eliminar filtros aplicados", 2)
|
|
22475
22475
|
], 2)
|
|
22476
22476
|
])),
|
|
22477
|
-
i.showDetails ? (f(),
|
|
22477
|
+
i.showDetails ? (f(), H(m, {
|
|
22478
22478
|
key: 2,
|
|
22479
22479
|
style: { "margin-top": "30px" },
|
|
22480
22480
|
localDetails: i.localDetails,
|
|
@@ -23699,6 +23699,7 @@ const wX = {
|
|
|
23699
23699
|
subsActive: !1,
|
|
23700
23700
|
playersHome: [],
|
|
23701
23701
|
gamesContainerWidth: 0,
|
|
23702
|
+
keyUpdateRecientes: 0,
|
|
23702
23703
|
playersAway: [],
|
|
23703
23704
|
defaultDropItem: {},
|
|
23704
23705
|
subsTitle: !1,
|
|
@@ -23886,8 +23887,8 @@ const wX = {
|
|
|
23886
23887
|
watch: {
|
|
23887
23888
|
selectOptMenuheader: {
|
|
23888
23889
|
immediate: !0,
|
|
23889
|
-
async handler(e) {
|
|
23890
|
-
this.selectedOption !== "Postmatch" && (e === "Historicos" && this.gamesHistoric[0] && await this.getLineUp(this.gamesHistoric[0].game), e === "Recientes" && (await this.getLineUp(this.gamesRecientes[this.gameInfoheader.home_team_abbreviation][0].id)
|
|
23890
|
+
async handler(e, t) {
|
|
23891
|
+
e != t && this.selectedOption !== "Postmatch" && (e === "Historicos" && this.gamesHistoric[0] && await this.getLineUp(this.gamesHistoric[0].game), e === "Recientes" && (this.keyUpdateRecientes += 1, await this.getLineUp(this.gamesRecientes[this.gameInfoheader.home_team_abbreviation][0].id)));
|
|
23891
23892
|
}
|
|
23892
23893
|
},
|
|
23893
23894
|
"$socket.connected": {
|
|
@@ -24516,7 +24517,7 @@ const wX = {
|
|
|
24516
24517
|
}, this.movil = !1;
|
|
24517
24518
|
},
|
|
24518
24519
|
cleaneDataAway() {
|
|
24519
|
-
this.retries = 3, this.teamActive = "home", this.subsActive = !1, this.
|
|
24520
|
+
this.retries = 3, this.teamActive = "home", this.subsActive = !1, this.playersAway = [], this.subsTitle = !1, this.uniformAway = "", this.uniformAwayG = "", this.dataPlayersAway = [], this.awayTeamLogo = "", this.awayTeamName = "", this.updateComponentAway = 0, this.away_team_id = 0, this.substitutionModal = {
|
|
24520
24521
|
min: "",
|
|
24521
24522
|
in: {
|
|
24522
24523
|
playerImg: "",
|
|
@@ -24820,7 +24821,7 @@ const wX = {
|
|
|
24820
24821
|
this.gameForAnalysis = a;
|
|
24821
24822
|
},
|
|
24822
24823
|
cleaneData() {
|
|
24823
|
-
this.retries = 3, this.teamActive = "home", this.subsActive = !1, this.playersHome = [], this.
|
|
24824
|
+
this.retries = 3, this.teamActive = "home", this.subsActive = !1, this.playersHome = [], this.playersAway = [], this.subsTitle = !1, this.uniformHome = "", this.uniformHomeG = "", this.uniformAway = "", this.uniformAwayG = "", this.dataPlayersHome = [], this.dataPlayersAway = [], this.homeTeamLogo = "", this.awayTeamLogo = "", this.homeTeamName = "", this.awayTeamName = "", this.home_team_id = 0, this.updateComponentAway = 0, this.away_team_id = 0, this.substitutionModal = {
|
|
24824
24825
|
min: "",
|
|
24825
24826
|
in: {
|
|
24826
24827
|
playerImg: "",
|
|
@@ -25220,7 +25221,7 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25220
25221
|
r("div", CX, C(o.sizeBrowser), 1),
|
|
25221
25222
|
r("div", SX, [
|
|
25222
25223
|
r("div", kX, [
|
|
25223
|
-
a.selectedOption == "Postmatch" ? (f(),
|
|
25224
|
+
a.selectedOption == "Postmatch" ? (f(), H(n, {
|
|
25224
25225
|
key: 0,
|
|
25225
25226
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
25226
25227
|
"option-selected": i.selectOptMenuheader,
|
|
@@ -25230,7 +25231,7 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25230
25231
|
"matchdays-default": i.matchdaysPerTeam,
|
|
25231
25232
|
"game-historic": i.gamesHistoric
|
|
25232
25233
|
}, null, 8, ["onClickOnSelectOption", "option-selected", "width-size", "game-info", "onInput", "matchdays-default", "game-historic"])) : (f(), _(E, { key: 1 }, [
|
|
25233
|
-
i.selectOptMenuheader == "Historicos" ? (f(),
|
|
25234
|
+
i.selectOptMenuheader == "Historicos" ? (f(), H(c, {
|
|
25234
25235
|
key: 0,
|
|
25235
25236
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
25236
25237
|
"option-selected": i.selectOptMenuheader,
|
|
@@ -25241,10 +25242,10 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25241
25242
|
"game-historic": i.gamesHistoric,
|
|
25242
25243
|
"game-recientes": Object.keys(i.gameInfoheader).length > 0 ? i.gamesRecientes[i.gameInfoheader.home_team_abbreviation].length + i.gamesRecientes[i.gameInfoheader.away_team_abbreviation].length : 0
|
|
25243
25244
|
}, null, 8, ["onClickOnSelectOption", "option-selected", "width-size", "game-info", "onInput", "matchdays-default", "game-historic", "game-recientes"])) : w("", !0),
|
|
25244
|
-
i.selectOptMenuheader == "Recientes" ? (f(),
|
|
25245
|
-
key: 1,
|
|
25245
|
+
i.selectOptMenuheader == "Recientes" ? (f(), H(p, {
|
|
25246
25246
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
25247
25247
|
style: { "margin-bottom": "100px" },
|
|
25248
|
+
key: i.keyUpdateRecientes,
|
|
25248
25249
|
"option-selected": i.selectOptMenuheader,
|
|
25249
25250
|
"width-size": i.gamesContainerWidth,
|
|
25250
25251
|
"game-info": i.gameInfoheader,
|
|
@@ -25254,7 +25255,7 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25254
25255
|
onInput: o.changeCarouselItemRecent,
|
|
25255
25256
|
"game-recientes": i.gamesRecientes
|
|
25256
25257
|
}, null, 8, ["onClickOnSelectOption", "option-selected", "width-size", "game-info", "player-home", "player-away", "matchdays-default", "onInput", "game-recientes"])) : w("", !0),
|
|
25257
|
-
i.selectOptMenuheader == "Probables" ? (f(),
|
|
25258
|
+
i.selectOptMenuheader == "Probables" ? (f(), H(d, {
|
|
25258
25259
|
key: 2,
|
|
25259
25260
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
25260
25261
|
style: { "margin-bottom": "80px" },
|
|
@@ -25519,7 +25520,7 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25519
25520
|
])) : w("", !0),
|
|
25520
25521
|
r("div", kZ, [
|
|
25521
25522
|
(f(!0), _(E, null, he(i.playersHome, (m, h) => (f(), _(E, { key: h }, [
|
|
25522
|
-
m.played ? (f(),
|
|
25523
|
+
m.played ? (f(), H(l, {
|
|
25523
25524
|
key: 0,
|
|
25524
25525
|
type: 1,
|
|
25525
25526
|
position: o.positionClass,
|
|
@@ -25530,7 +25531,7 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25530
25531
|
r("div", $Z, [
|
|
25531
25532
|
xZ,
|
|
25532
25533
|
(f(!0), _(E, null, he(i.playersHome, (m, h) => (f(), _(E, { key: h }, [
|
|
25533
|
-
m.played ? w("", !0) : (f(),
|
|
25534
|
+
m.played ? w("", !0) : (f(), H(l, {
|
|
25534
25535
|
key: 0,
|
|
25535
25536
|
type: 1,
|
|
25536
25537
|
position: o.positionClass,
|
|
@@ -25558,7 +25559,7 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25558
25559
|
(f(!0), _(E, null, he(i.playersAway, (m, h) => (f(), _(E, {
|
|
25559
25560
|
key: h + "line_away"
|
|
25560
25561
|
}, [
|
|
25561
|
-
m.played ? (f(),
|
|
25562
|
+
m.played ? (f(), H(l, {
|
|
25562
25563
|
key: 0,
|
|
25563
25564
|
type: 2,
|
|
25564
25565
|
position: o.positionClass2,
|
|
@@ -25571,7 +25572,7 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25571
25572
|
(f(!0), _(E, null, he(i.playersAway, (m, h) => (f(), _(E, {
|
|
25572
25573
|
key: h + "line_away"
|
|
25573
25574
|
}, [
|
|
25574
|
-
m.played ? w("", !0) : (f(),
|
|
25575
|
+
m.played ? w("", !0) : (f(), H(l, {
|
|
25575
25576
|
key: 0,
|
|
25576
25577
|
type: 2,
|
|
25577
25578
|
position: o.positionClass2,
|
|
@@ -25635,12 +25636,12 @@ const jZ = /* @__PURE__ */ qt(wX, [["render", LZ]]), DZ = {
|
|
|
25635
25636
|
function NZ(e, t, a, s, i, o) {
|
|
25636
25637
|
const n = W("GSCLineups2D"), c = W("GSCLineups3D");
|
|
25637
25638
|
return f(), _("div", null, [
|
|
25638
|
-
a.type == "2D" ? (f(),
|
|
25639
|
+
a.type == "2D" ? (f(), H(n, {
|
|
25639
25640
|
key: 0,
|
|
25640
25641
|
"selected-option": a.selectedOption,
|
|
25641
25642
|
game: a.game
|
|
25642
25643
|
}, null, 8, ["selected-option", "game"])) : w("", !0),
|
|
25643
|
-
a.type == "3D" ? (f(),
|
|
25644
|
+
a.type == "3D" ? (f(), H(c, {
|
|
25644
25645
|
key: 1,
|
|
25645
25646
|
"selected-option": a.selectedOption,
|
|
25646
25647
|
game: a.game
|
|
@@ -25687,14 +25688,14 @@ const MZ = { class: "alineaciones-container" }, zZ = {
|
|
|
25687
25688
|
{ deep: !0, immediate: !0 }
|
|
25688
25689
|
), (s, i) => (f(), _("div", MZ, [
|
|
25689
25690
|
e.game.status == 4 ? (f(), _(E, { key: 0 }, [
|
|
25690
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
25691
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(T1), {
|
|
25691
25692
|
key: a.value,
|
|
25692
25693
|
type: "3D",
|
|
25693
25694
|
"selected-option": "Historicos",
|
|
25694
25695
|
game: { game_id: e.game.gameId, season_id: e.game.seasonId, prematch: !1 }
|
|
25695
25696
|
}, null, 8, ["game"])) : w("", !0)
|
|
25696
25697
|
], 64)) : (f(), _(E, { key: 1 }, [
|
|
25697
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
25698
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(T1), {
|
|
25698
25699
|
key: a.value,
|
|
25699
25700
|
type: "3D",
|
|
25700
25701
|
"selected-option": "Postmatch",
|
|
@@ -29048,15 +29049,15 @@ var cee = ut({
|
|
|
29048
29049
|
function k() {
|
|
29049
29050
|
if (!m || !Object.keys(m).length)
|
|
29050
29051
|
return;
|
|
29051
|
-
const A = Object.keys(m).map((
|
|
29052
|
+
const A = Object.keys(m).map((U) => Number(U)).sort((U, be) => +be - +U);
|
|
29052
29053
|
let V = Object.assign({}, l);
|
|
29053
|
-
A.some((
|
|
29054
|
-
const be = window.matchMedia(`(min-width: ${
|
|
29055
|
-
return be && (V = Object.assign(Object.assign({}, V), m[
|
|
29054
|
+
A.some((U) => {
|
|
29055
|
+
const be = window.matchMedia(`(min-width: ${U}px)`).matches;
|
|
29056
|
+
return be && (V = Object.assign(Object.assign({}, V), m[U])), be;
|
|
29056
29057
|
}), O(V);
|
|
29057
29058
|
}
|
|
29058
29059
|
function O(A) {
|
|
29059
|
-
Object.entries(A).forEach(([V,
|
|
29060
|
+
Object.entries(A).forEach(([V, U]) => d[V] = U);
|
|
29060
29061
|
}
|
|
29061
29062
|
const B = ree(() => {
|
|
29062
29063
|
k(), j();
|
|
@@ -29092,18 +29093,18 @@ var cee = ut({
|
|
|
29092
29093
|
}
|
|
29093
29094
|
const F = nee((A) => {
|
|
29094
29095
|
ye.value = !0, M.x = R ? A.touches[0].clientX : A.clientX, M.y = R ? A.touches[0].clientY : A.clientY;
|
|
29095
|
-
const V = M.x - G.x,
|
|
29096
|
-
D.y =
|
|
29096
|
+
const V = M.x - G.x, U = M.y - G.y;
|
|
29097
|
+
D.y = U, D.x = V;
|
|
29097
29098
|
}, d.throttle);
|
|
29098
29099
|
function J() {
|
|
29099
|
-
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4,
|
|
29100
|
-
if (
|
|
29100
|
+
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4, U = Math.round(D.x / c.value + V) * A;
|
|
29101
|
+
if (U && !R) {
|
|
29101
29102
|
const be = (st) => {
|
|
29102
29103
|
st.stopPropagation(), window.removeEventListener("click", be, !0);
|
|
29103
29104
|
};
|
|
29104
29105
|
window.addEventListener("click", be, !0);
|
|
29105
29106
|
}
|
|
29106
|
-
ue(h.value -
|
|
29107
|
+
ue(h.value - U), D.x = 0, D.y = 0, ye.value = !1, document.removeEventListener(R ? "touchmove" : "mousemove", F, !0), document.removeEventListener(R ? "touchend" : "mouseup", J, !0);
|
|
29107
29108
|
}
|
|
29108
29109
|
function mt() {
|
|
29109
29110
|
!d.autoplay || d.autoplay <= 0 || (S = setInterval(() => {
|
|
@@ -29127,12 +29128,12 @@ var cee = ut({
|
|
|
29127
29128
|
slidesCount: p.value
|
|
29128
29129
|
}), X.value = !0, y.value = h.value, h.value = V, I = setTimeout(() => {
|
|
29129
29130
|
if (d.wrapAround) {
|
|
29130
|
-
const
|
|
29131
|
+
const U = Hm({
|
|
29131
29132
|
val: V,
|
|
29132
29133
|
max: b.value,
|
|
29133
29134
|
min: 0
|
|
29134
29135
|
});
|
|
29135
|
-
|
|
29136
|
+
U !== h.value && (h.value = U, a("loop", {
|
|
29136
29137
|
currentSlideIndex: h.value,
|
|
29137
29138
|
slidingToIndex: A
|
|
29138
29139
|
}));
|
|
@@ -29203,7 +29204,7 @@ var cee = ut({
|
|
|
29203
29204
|
return () => {
|
|
29204
29205
|
const A = Bw(lt == null ? void 0 : lt(ht)), V = (ct == null ? void 0 : ct(ht)) || [];
|
|
29205
29206
|
A.forEach((it, ot) => it.props.index = ot);
|
|
29206
|
-
let
|
|
29207
|
+
let U = A;
|
|
29207
29208
|
if (d.wrapAround) {
|
|
29208
29209
|
const it = A.map((nt, Ee) => Gt(nt, {
|
|
29209
29210
|
index: -A.length + Ee,
|
|
@@ -29214,7 +29215,7 @@ var cee = ut({
|
|
|
29214
29215
|
isClone: !0,
|
|
29215
29216
|
key: `clone-after-${Ee}`
|
|
29216
29217
|
}));
|
|
29217
|
-
|
|
29218
|
+
U = [...it, ...A, ...ot];
|
|
29218
29219
|
}
|
|
29219
29220
|
n.value = A, p.value = Math.max(A.length, 1);
|
|
29220
29221
|
const be = Oe("ol", {
|
|
@@ -29222,7 +29223,7 @@ var cee = ut({
|
|
|
29222
29223
|
style: Re.value,
|
|
29223
29224
|
onMousedownCapture: d.mouseDrag ? x : null,
|
|
29224
29225
|
onTouchstartPassiveCapture: d.touchDrag ? x : null
|
|
29225
|
-
},
|
|
29226
|
+
}, U), st = Oe("div", { class: "carousel__viewport" }, be);
|
|
29226
29227
|
return Oe("section", {
|
|
29227
29228
|
ref: o,
|
|
29228
29229
|
class: {
|
|
@@ -29489,7 +29490,7 @@ const mee = (e, t) => {
|
|
|
29489
29490
|
onSlideStart: g
|
|
29490
29491
|
}, {
|
|
29491
29492
|
default: Z(() => [
|
|
29492
|
-
(f(!0), _(E, null, he(e.items, (S, I) => (f(),
|
|
29493
|
+
(f(!0), _(E, null, he(e.items, (S, I) => (f(), H(ve(uee), { key: I }, {
|
|
29493
29494
|
default: Z(() => [
|
|
29494
29495
|
Qe(b.$slots, "default", { item: S }, void 0, !0)
|
|
29495
29496
|
]),
|
|
@@ -29750,11 +29751,11 @@ const Ree = "_tarjetaDatosGsDesktoptype4_p1q9z_107", Pee = "_tarjetaDatosGsDeskt
|
|
|
29750
29751
|
}
|
|
29751
29752
|
}, tf = () => {
|
|
29752
29753
|
Ie((e) => ({
|
|
29753
|
-
"
|
|
29754
|
-
|
|
29755
|
-
"
|
|
29756
|
-
|
|
29757
|
-
"
|
|
29754
|
+
"143753ee": e.data.background_color_cards != null && e.customizeColors ? e.data.background_color_cards : "#1b3649",
|
|
29755
|
+
daa04990: e.data.background_color_buttons != null && e.customizeColors ? e.data.background_color_buttons : "#293744",
|
|
29756
|
+
"804c39e8": e.customizeColors ? "" : "#cbee6b",
|
|
29757
|
+
dbbdc3f6: e.colorcard,
|
|
29758
|
+
"9fbab386": e.data.font_color != null && e.customizeColors ? e.data.font_color : "#fff"
|
|
29758
29759
|
}));
|
|
29759
29760
|
}, af = ag.setup;
|
|
29760
29761
|
ag.setup = af ? (e, t) => (tf(), af(e, t)) : tf;
|
|
@@ -29875,7 +29876,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
29875
29876
|
}, [
|
|
29876
29877
|
a.data.category_stats_1 !== "" ? (f(), _("div", {
|
|
29877
29878
|
key: 0,
|
|
29878
|
-
style: L("color:" + a.data.font_color_card + "!important"),
|
|
29879
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
29879
29880
|
class: u(o.dataBoxClass),
|
|
29880
29881
|
onClick: t[1] || (t[1] = (n) => o.clickCategory({ category: a.data.category_id_1, season_id: a.data.id_season, player_id: a.data.player_id, game_id: a.data.game_id, type: 2 }))
|
|
29881
29882
|
}, [
|
|
@@ -29892,7 +29893,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
29892
29893
|
}, [
|
|
29893
29894
|
r("path", {
|
|
29894
29895
|
d: "M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",
|
|
29895
|
-
fill: a.data.
|
|
29896
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
29896
29897
|
}, null, 8, Zte)
|
|
29897
29898
|
], 2)),
|
|
29898
29899
|
r("div", {
|
|
@@ -29905,7 +29906,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
29905
29906
|
], 6)) : w("", !0),
|
|
29906
29907
|
a.data.category_stats_2 !== "" ? (f(), _("div", {
|
|
29907
29908
|
key: 1,
|
|
29908
|
-
style: L(
|
|
29909
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
29909
29910
|
class: u(o.dataBoxClass),
|
|
29910
29911
|
onClick: t[2] || (t[2] = (n) => o.clickCategory({ category: a.data.category_id_2, season_id: a.data.id_season, player_id: a.data.player_id, game_id: a.data.game_id, type: 2 }))
|
|
29911
29912
|
}, [
|
|
@@ -29922,7 +29923,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
29922
29923
|
}, [
|
|
29923
29924
|
r("path", {
|
|
29924
29925
|
d: "M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",
|
|
29925
|
-
fill: a.data.
|
|
29926
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
29926
29927
|
}, null, 8, Yte)
|
|
29927
29928
|
], 2)),
|
|
29928
29929
|
r("div", {
|
|
@@ -29935,7 +29936,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
29935
29936
|
], 6)) : w("", !0),
|
|
29936
29937
|
a.data.showlast_category && a.data.category_stats_3 !== "" ? (f(), _("div", {
|
|
29937
29938
|
key: 2,
|
|
29938
|
-
style: L(
|
|
29939
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
29939
29940
|
class: u(o.dataBoxClass),
|
|
29940
29941
|
onClick: t[3] || (t[3] = (n) => o.clickCategory({ category: a.data.category_id_3, season_id: a.data.id_season, player_id: a.data.player_id, game_id: a.data.game_id, type: 2 }))
|
|
29941
29942
|
}, [
|
|
@@ -29952,7 +29953,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
29952
29953
|
}, [
|
|
29953
29954
|
r("path", {
|
|
29954
29955
|
d: "M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",
|
|
29955
|
-
fill: a.data.
|
|
29956
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
29956
29957
|
}, null, 8, Kte)
|
|
29957
29958
|
], 2)),
|
|
29958
29959
|
r("div", {
|
|
@@ -30043,7 +30044,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30043
30044
|
}, [
|
|
30044
30045
|
a.data.category_stats_1 !== "" ? (f(), _("div", {
|
|
30045
30046
|
key: 0,
|
|
30046
|
-
style: L("color:" + a.data.font_color_card + "!important"),
|
|
30047
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
30047
30048
|
class: u(o.dataBox4Class),
|
|
30048
30049
|
onClick: t[4] || (t[4] = (n) => o.clickCategory({ category: a.data.category_id_1, season_id: a.data.id_season, player_id: a.data.player_id, game_id: a.data.game_id, type: 2 }))
|
|
30049
30050
|
}, [
|
|
@@ -30060,7 +30061,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30060
30061
|
}, [
|
|
30061
30062
|
r("path", {
|
|
30062
30063
|
d: "M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",
|
|
30063
|
-
fill: a.data.
|
|
30064
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
30064
30065
|
}, null, 8, iae)
|
|
30065
30066
|
], 2)),
|
|
30066
30067
|
r("div", {
|
|
@@ -30073,7 +30074,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30073
30074
|
], 6)) : w("", !0),
|
|
30074
30075
|
a.data.category_stats_2 !== "" ? (f(), _("div", {
|
|
30075
30076
|
key: 1,
|
|
30076
|
-
style: L("color:" + a.data.font_color_card + "!important"),
|
|
30077
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
30077
30078
|
class: u(o.dataBox4Class),
|
|
30078
30079
|
onClick: t[5] || (t[5] = (n) => o.clickCategory({ category: a.data.category_id_2, season_id: a.data.id_season, player_id: a.data.player_id, game_id: a.data.game_id, type: 2 }))
|
|
30079
30080
|
}, [
|
|
@@ -30090,7 +30091,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30090
30091
|
}, [
|
|
30091
30092
|
r("path", {
|
|
30092
30093
|
d: "M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",
|
|
30093
|
-
fill: a.data.
|
|
30094
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
30094
30095
|
}, null, 8, oae)
|
|
30095
30096
|
], 2)),
|
|
30096
30097
|
r("div", {
|
|
@@ -30103,7 +30104,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30103
30104
|
], 6)) : w("", !0),
|
|
30104
30105
|
a.data.showlast_category && a.data.category_stats_3 !== "" ? (f(), _("div", {
|
|
30105
30106
|
key: 2,
|
|
30106
|
-
style: L("color:" + a.data.font_color_card + "!important"),
|
|
30107
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
30107
30108
|
class: u(o.dataBox6Class),
|
|
30108
30109
|
onClick: t[6] || (t[6] = (n) => o.clickCategory({ category: a.data.category_id_3, season_id: a.data.id_season, player_id: a.data.player_id, game_id: a.data.game_id, type: 2 }))
|
|
30109
30110
|
}, [
|
|
@@ -30120,7 +30121,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30120
30121
|
}, [
|
|
30121
30122
|
r("path", {
|
|
30122
30123
|
d: "M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",
|
|
30123
|
-
fill: a.data.
|
|
30124
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
30124
30125
|
}, null, 8, nae)
|
|
30125
30126
|
], 2)),
|
|
30126
30127
|
r("div", {
|
|
@@ -30210,7 +30211,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30210
30211
|
}, [
|
|
30211
30212
|
a.data.category_stats_1 !== "" ? (f(), _("div", {
|
|
30212
30213
|
key: 0,
|
|
30213
|
-
style: L("color:" + a.data.font_color_card + "!important"),
|
|
30214
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
30214
30215
|
class: u(o.dataBox7Class),
|
|
30215
30216
|
onClick: t[7] || (t[7] = (n) => o.clickCategory({ category: a.data.category_id_1, season_id: a.data.id_season, player_id: a.data.player_id, game_id: a.data.game_id, type: 2 }))
|
|
30216
30217
|
}, [
|
|
@@ -30227,7 +30228,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30227
30228
|
}, [
|
|
30228
30229
|
r("path", {
|
|
30229
30230
|
d: "M0.188777 8.8403C0.131575 8.80242 0.0837648 8.74584 0.0504989 8.67665C0.0172329 8.60746 -0.000226668 8.52828 2.22189e-06 8.44765V1.33719C8.08668e-05 1.25684 0.0176547 1.17801 0.0508556 1.10909C0.0840564 1.04018 0.131643 0.983741 0.188558 0.94579C0.245472 0.907838 0.309587 0.889787 0.374086 0.893556C0.438586 0.897325 0.501059 0.922773 0.554865 0.967195L4.84073 4.52284C4.88968 4.56335 4.92982 4.61829 4.95759 4.68277C4.98536 4.74724 4.99989 4.81926 4.99989 4.89242C4.99989 4.96557 4.98536 5.03759 4.95759 5.10207C4.92982 5.16655 4.88968 5.22149 4.84073 5.26199L0.554865 8.81848C0.501141 8.863 0.438716 8.88854 0.374245 8.89238C0.309774 8.89623 0.245673 8.87822 0.188777 8.8403V8.8403ZM0.357326 8.44849L4.64319 4.89284L0.357326 8.44849Z",
|
|
30230
|
-
fill: a.data.
|
|
30231
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
30231
30232
|
}, null, 8, mae)
|
|
30232
30233
|
], 2)),
|
|
30233
30234
|
r("div", {
|
|
@@ -30240,7 +30241,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30240
30241
|
], 6)) : w("", !0),
|
|
30241
30242
|
a.data.category_stats_2 !== "" ? (f(), _("div", {
|
|
30242
30243
|
key: 1,
|
|
30243
|
-
style: L("color:" + a.data.font_color_card + "!important"),
|
|
30244
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
30244
30245
|
class: u(o.dataBox8Class),
|
|
30245
30246
|
onClick: t[8] || (t[8] = (n) => o.clickCategory({ category: a.data.category_id_2, season_id: a.data.id_season, player_id: a.data.player_id, game_id: a.data.game_id, type: 2 }))
|
|
30246
30247
|
}, [
|
|
@@ -30257,7 +30258,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30257
30258
|
}, [
|
|
30258
30259
|
r("path", {
|
|
30259
30260
|
d: "M0.188777 8.8403C0.131575 8.80242 0.0837648 8.74584 0.0504989 8.67665C0.0172329 8.60746 -0.000226668 8.52828 2.22189e-06 8.44765V1.33719C8.08668e-05 1.25684 0.0176547 1.17801 0.0508556 1.10909C0.0840564 1.04018 0.131643 0.983741 0.188558 0.94579C0.245472 0.907838 0.309587 0.889787 0.374086 0.893556C0.438586 0.897325 0.501059 0.922773 0.554865 0.967195L4.84073 4.52284C4.88968 4.56335 4.92982 4.61829 4.95759 4.68277C4.98536 4.74724 4.99989 4.81926 4.99989 4.89242C4.99989 4.96557 4.98536 5.03759 4.95759 5.10207C4.92982 5.16655 4.88968 5.22149 4.84073 5.26199L0.554865 8.81848C0.501141 8.863 0.438716 8.88854 0.374245 8.89238C0.309774 8.89623 0.245673 8.87822 0.188777 8.8403V8.8403ZM0.357326 8.44849L4.64319 4.89284L0.357326 8.44849Z",
|
|
30260
|
-
fill: a.data.
|
|
30261
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
30261
30262
|
}, null, 8, hae)
|
|
30262
30263
|
], 2)),
|
|
30263
30264
|
r("div", {
|
|
@@ -30270,7 +30271,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30270
30271
|
], 6)) : w("", !0),
|
|
30271
30272
|
a.data.showlast_category && a.data.category_stats_3 !== "" ? (f(), _("div", {
|
|
30272
30273
|
key: 2,
|
|
30273
|
-
style: L("color:" + a.data.font_color_card + "!important"),
|
|
30274
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
30274
30275
|
class: u(o.dataBox8Class),
|
|
30275
30276
|
onClick: t[9] || (t[9] = (n) => o.clickCategory({ category: a.data.category_id_3, season_id: a.data.id_season, player_id: a.data.player_id, game_id: a.data.game_id, type: 2 }))
|
|
30276
30277
|
}, [
|
|
@@ -30287,7 +30288,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30287
30288
|
}, [
|
|
30288
30289
|
r("path", {
|
|
30289
30290
|
d: "M0.474421 8.8403C0.41722 8.80242 0.369409 8.74584 0.336143 8.67665C0.302877 8.60746 0.285418 8.52828 0.285647 8.44765V1.33719C0.285725 1.25684 0.303299 1.17801 0.3365 1.10909C0.369701 1.04018 0.417288 0.983741 0.474202 0.94579C0.531117 0.907838 0.595232 0.889787 0.659731 0.893556C0.72423 0.897325 0.786704 0.922773 0.84051 0.967195L5.12637 4.52284C5.17532 4.56335 5.21547 4.61829 5.24324 4.68277C5.271 4.74724 5.28554 4.81926 5.28554 4.89242C5.28554 4.96557 5.271 5.03759 5.24324 5.10207C5.21547 5.16655 5.17532 5.22149 5.12637 5.26199L0.84051 8.81848C0.786786 8.863 0.724361 8.88854 0.659889 8.89238C0.595418 8.89623 0.531318 8.87822 0.474421 8.8403V8.8403ZM0.64297 8.44849L4.92883 4.89284L0.64297 8.44849Z",
|
|
30290
|
-
fill: a.data.
|
|
30291
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
30291
30292
|
}, null, 8, pae)
|
|
30292
30293
|
], 2)),
|
|
30293
30294
|
r("div", {
|
|
@@ -30763,7 +30764,7 @@ function $ae(e, t, a, s, i, o) {
|
|
|
30763
30764
|
default: Z(({ item: p }) => [
|
|
30764
30765
|
r("div", kae, [
|
|
30765
30766
|
(f(!0), _(E, null, he(p, (d, l) => (f(), _(E, { key: l }, [
|
|
30766
|
-
a.colorCardByTeam ? (f(),
|
|
30767
|
+
a.colorCardByTeam ? (f(), H(n, {
|
|
30767
30768
|
key: 1,
|
|
30768
30769
|
type: 4,
|
|
30769
30770
|
colorcard: d.color,
|
|
@@ -30773,7 +30774,7 @@ function $ae(e, t, a, s, i, o) {
|
|
|
30773
30774
|
data: d,
|
|
30774
30775
|
onOnClickVideos: o.onclickPlayVideos,
|
|
30775
30776
|
onOnClickCategory: o.onclickPlayVideos
|
|
30776
|
-
}, null, 8, ["colorcard", "click-card", "show-share-button", "customize-colors", "data", "onOnClickVideos", "onOnClickCategory"])) : (f(),
|
|
30777
|
+
}, null, 8, ["colorcard", "click-card", "show-share-button", "customize-colors", "data", "onOnClickVideos", "onOnClickCategory"])) : (f(), H(n, {
|
|
30777
30778
|
key: 0,
|
|
30778
30779
|
type: 4,
|
|
30779
30780
|
"click-card": a.clickCard,
|
|
@@ -32286,14 +32287,14 @@ const une = {
|
|
|
32286
32287
|
function pne(e, t, a, s, i, o) {
|
|
32287
32288
|
const n = W("GSCCardFrecuentConnections"), c = W("GSCCardVideosPlayers"), p = W("GSCHighlightsPostmatch"), d = W("GSCPlays"), l = W("GSCDataGS");
|
|
32288
32289
|
return f(), _("div", null, [
|
|
32289
|
-
a.type == 0 ? (f(),
|
|
32290
|
+
a.type == 0 ? (f(), H(n, {
|
|
32290
32291
|
key: 0,
|
|
32291
32292
|
data: a.data,
|
|
32292
32293
|
"click-card": a.clickCard,
|
|
32293
32294
|
onOnClickPlayer: o.onClickPlayer,
|
|
32294
32295
|
onOnClickVideos: o.onClickVideos
|
|
32295
32296
|
}, null, 8, ["data", "click-card", "onOnClickPlayer", "onOnClickVideos"])) : w("", !0),
|
|
32296
|
-
a.type == 1 ? (f(),
|
|
32297
|
+
a.type == 1 ? (f(), H(c, {
|
|
32297
32298
|
key: 1,
|
|
32298
32299
|
data: a.data,
|
|
32299
32300
|
"click-card": a.clickCard,
|
|
@@ -32305,7 +32306,7 @@ function pne(e, t, a, s, i, o) {
|
|
|
32305
32306
|
onOnClickCard: o.onClickPlayer,
|
|
32306
32307
|
onOnClickVideos: o.onClickVideos
|
|
32307
32308
|
}, null, 8, ["data", "click-card", "background-color", "color-title", "border-color", "background-img", "customize-colors", "onOnClickCard", "onOnClickVideos"])) : w("", !0),
|
|
32308
|
-
a.type == 2 ? (f(),
|
|
32309
|
+
a.type == 2 ? (f(), H(p, {
|
|
32309
32310
|
key: 2,
|
|
32310
32311
|
data: a.data,
|
|
32311
32312
|
"click-card": a.clickCard,
|
|
@@ -32313,7 +32314,7 @@ function pne(e, t, a, s, i, o) {
|
|
|
32313
32314
|
onOnClickCard: o.onClickPlayer,
|
|
32314
32315
|
onOnClickVideos: o.onClickVideos
|
|
32315
32316
|
}, null, 8, ["data", "click-card", "background-img", "onOnClickCard", "onOnClickVideos"])) : w("", !0),
|
|
32316
|
-
a.type == 3 ? (f(),
|
|
32317
|
+
a.type == 3 ? (f(), H(d, {
|
|
32317
32318
|
key: 3,
|
|
32318
32319
|
data: a.data,
|
|
32319
32320
|
"click-card": a.clickCard,
|
|
@@ -32323,7 +32324,7 @@ function pne(e, t, a, s, i, o) {
|
|
|
32323
32324
|
onOnClickCard: o.onClickPlayer,
|
|
32324
32325
|
onOnClickVideos: o.onClickVideos
|
|
32325
32326
|
}, null, 8, ["data", "click-card", "player-photo", "category-icon", "background-color", "onOnClickCard", "onOnClickVideos"])) : w("", !0),
|
|
32326
|
-
a.type == 4 ? (f(),
|
|
32327
|
+
a.type == 4 ? (f(), H(l, {
|
|
32327
32328
|
key: 4,
|
|
32328
32329
|
data: a.data,
|
|
32329
32330
|
"show-share-button": a.showShareButton,
|
|
@@ -32967,7 +32968,7 @@ function Nne(e, t, a, s, i, o) {
|
|
|
32967
32968
|
"background-color": "#172531"
|
|
32968
32969
|
}, {
|
|
32969
32970
|
default: Z(() => [
|
|
32970
|
-
(f(!0), _(E, null, he(i.specials, (l, m) => (f(),
|
|
32971
|
+
(f(!0), _(E, null, he(i.specials, (l, m) => (f(), H(c, {
|
|
32971
32972
|
key: m,
|
|
32972
32973
|
data: l,
|
|
32973
32974
|
"is-slider": !0
|
|
@@ -32979,7 +32980,7 @@ function Nne(e, t, a, s, i, o) {
|
|
|
32979
32980
|
r("div", {
|
|
32980
32981
|
class: u([o.gridClass, e.$style.gridClass])
|
|
32981
32982
|
}, [
|
|
32982
|
-
(f(!0), _(E, null, he(i.specials, (l, m) => (f(),
|
|
32983
|
+
(f(!0), _(E, null, he(i.specials, (l, m) => (f(), H(c, {
|
|
32983
32984
|
key: m,
|
|
32984
32985
|
data: l
|
|
32985
32986
|
}, null, 8, ["data"]))), 128))
|
|
@@ -32991,7 +32992,7 @@ function Nne(e, t, a, s, i, o) {
|
|
|
32991
32992
|
r("div", {
|
|
32992
32993
|
style: L(s.elementSize.width > 720 ? "width:" + (s.elementSize.width - 50) / 2 + "px" : "width:" + (s.elementSize.width - 40) + "px")
|
|
32993
32994
|
}, [
|
|
32994
|
-
(f(!0), _(E, null, he(i.homeTeam, (l, m) => (f(),
|
|
32995
|
+
(f(!0), _(E, null, he(i.homeTeam, (l, m) => (f(), H(d, {
|
|
32995
32996
|
key: m,
|
|
32996
32997
|
type: 4,
|
|
32997
32998
|
style: { "margin-top": "30px" },
|
|
@@ -33005,7 +33006,7 @@ function Nne(e, t, a, s, i, o) {
|
|
|
33005
33006
|
r("div", {
|
|
33006
33007
|
style: L(s.elementSize.width > 720 ? "width:" + (s.elementSize.width - 50) / 2 + "px" : "width:" + (s.elementSize.width - 40) + "px")
|
|
33007
33008
|
}, [
|
|
33008
|
-
(f(!0), _(E, null, he(i.awayTeam, (l, m) => (f(),
|
|
33009
|
+
(f(!0), _(E, null, he(i.awayTeam, (l, m) => (f(), H(d, {
|
|
33009
33010
|
key: m,
|
|
33010
33011
|
type: 4,
|
|
33011
33012
|
style: { "margin-top": "30px" },
|
|
@@ -33066,14 +33067,14 @@ const zne = { class: "datagame-container" }, Hne = {
|
|
|
33066
33067
|
}
|
|
33067
33068
|
return (o, n) => (f(), _("div", zne, [
|
|
33068
33069
|
e.game.game_status == 4 ? (f(), _(E, { key: 0 }, [
|
|
33069
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
33070
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(pf), {
|
|
33070
33071
|
onOpenmedia: i,
|
|
33071
33072
|
key: s.value,
|
|
33072
33073
|
type: 0,
|
|
33073
33074
|
data: { season: e.game.seasonId, game: e.game.gameId, home_team_id: e.game.homeTeam.team_id, away_team_id: e.game.awayTeam.team_id, team_view: 1 }
|
|
33074
33075
|
}, null, 8, ["data"])) : w("", !0)
|
|
33075
33076
|
], 64)) : (f(), _(E, { key: 1 }, [
|
|
33076
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
33077
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(pf), {
|
|
33077
33078
|
onOpenmedia: i,
|
|
33078
33079
|
key: s.value,
|
|
33079
33080
|
type: 1,
|
|
@@ -38304,7 +38305,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38304
38305
|
class: u(o.pgtcontainercardClass),
|
|
38305
38306
|
style: L(y == 0 ? "margin-left: 0px !important; color: white;" : "")
|
|
38306
38307
|
}, [
|
|
38307
|
-
a.type == 2 ? (f(),
|
|
38308
|
+
a.type == 2 ? (f(), H(n, {
|
|
38308
38309
|
key: 0,
|
|
38309
38310
|
"color-background-home": h.color,
|
|
38310
38311
|
"name-player": a.data.player_name,
|
|
@@ -38314,7 +38315,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38314
38315
|
"logo-home": h.team_logo,
|
|
38315
38316
|
onOnclickPlayVideos: (g) => o.onclickPlayVideos({ data: h, type: 2 }),
|
|
38316
38317
|
"photo-profile": h.player_action
|
|
38317
|
-
}, null, 8, ["color-background-home", "name-player", "background", "name-category", "logo-home", "onOnclickPlayVideos", "photo-profile"])) : a.type == 1 || a.type == 4 || a.type == 5 ? (f(),
|
|
38318
|
+
}, null, 8, ["color-background-home", "name-player", "background", "name-category", "logo-home", "onOnclickPlayVideos", "photo-profile"])) : a.type == 1 || a.type == 4 || a.type == 5 ? (f(), H(c, {
|
|
38318
38319
|
key: 1,
|
|
38319
38320
|
type: "team",
|
|
38320
38321
|
"name-team": h.team_name != null ? h.team_name : "",
|
|
@@ -38324,7 +38325,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38324
38325
|
onOnclickPlayVideos: (g) => o.onclickPlayVideos({ data: h, type: 3 }),
|
|
38325
38326
|
background: h.player_action,
|
|
38326
38327
|
"name-category": h.player_name
|
|
38327
|
-
}, null, 8, ["name-team", "color-background-home", "logo-home", "onOnclickPlayVideos", "background", "name-category"])) : a.type == 0 ? (f(),
|
|
38328
|
+
}, null, 8, ["name-team", "color-background-home", "logo-home", "onOnclickPlayVideos", "background", "name-category"])) : a.type == 0 ? (f(), H(p, {
|
|
38328
38329
|
key: 2,
|
|
38329
38330
|
items: h,
|
|
38330
38331
|
type: 2,
|
|
@@ -38344,7 +38345,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38344
38345
|
"photo-profile": h.photo_profile,
|
|
38345
38346
|
"score-away": h.scoreaway,
|
|
38346
38347
|
"season-name": h.seasonname
|
|
38347
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "color-font-home", "color-font-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 6 ? (f(),
|
|
38348
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "color-font-home", "color-font-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 6 ? (f(), H(d, {
|
|
38348
38349
|
key: 3,
|
|
38349
38350
|
items: h,
|
|
38350
38351
|
"color-background-home": h.backgroundhome,
|
|
@@ -38357,7 +38358,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38357
38358
|
matchday: h.match,
|
|
38358
38359
|
"season-name": h.seasonname,
|
|
38359
38360
|
score: h.score
|
|
38360
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "onOnclickPlayVideos", "matchday", "season-name", "score"])) : a.type == 7 ? (f(),
|
|
38361
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "onOnclickPlayVideos", "matchday", "season-name", "score"])) : a.type == 7 ? (f(), H(d, {
|
|
38361
38362
|
key: 4,
|
|
38362
38363
|
items: h,
|
|
38363
38364
|
"color-background-home": h.backgroundhome,
|
|
@@ -38370,7 +38371,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38370
38371
|
matchday: h.match,
|
|
38371
38372
|
"season-name": h.seasonname,
|
|
38372
38373
|
score: h.score
|
|
38373
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "onOnclickPlayVideos", "matchday", "season-name", "score"])) : a.type == 8 ? (f(),
|
|
38374
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "onOnclickPlayVideos", "matchday", "season-name", "score"])) : a.type == 8 ? (f(), H(p, {
|
|
38374
38375
|
key: 5,
|
|
38375
38376
|
items: h,
|
|
38376
38377
|
type: 2,
|
|
@@ -38390,7 +38391,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38390
38391
|
"photo-profile": h.photo_profile,
|
|
38391
38392
|
"score-away": h.scoreaway,
|
|
38392
38393
|
"season-name": h.seasonname
|
|
38393
|
-
}, null, 8, ["items", "color-font-home", "color-font-away", "color-background-home", "color-background-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 9 ? (f(),
|
|
38394
|
+
}, null, 8, ["items", "color-font-home", "color-font-away", "color-background-home", "color-background-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 9 ? (f(), H(p, {
|
|
38394
38395
|
key: 6,
|
|
38395
38396
|
items: h,
|
|
38396
38397
|
type: 2,
|
|
@@ -38408,7 +38409,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38408
38409
|
"photo-profile": h.photo_profile,
|
|
38409
38410
|
"score-away": h.scoreaway,
|
|
38410
38411
|
"season-name": h.seasonname
|
|
38411
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "onOnclickPlayVideos", "logo-away", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 10 ? (f(),
|
|
38412
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "onOnclickPlayVideos", "logo-away", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 10 ? (f(), H(d, {
|
|
38412
38413
|
key: 7,
|
|
38413
38414
|
items: h,
|
|
38414
38415
|
"color-background-home": h.backgroundhome,
|
|
@@ -38421,7 +38422,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38421
38422
|
matchday: h.match,
|
|
38422
38423
|
"season-name": h.seasonname,
|
|
38423
38424
|
score: h.score
|
|
38424
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "matchday", "season-name", "score"])) : a.type == 11 ? (f(),
|
|
38425
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "matchday", "season-name", "score"])) : a.type == 11 ? (f(), H(p, {
|
|
38425
38426
|
key: 8,
|
|
38426
38427
|
items: h,
|
|
38427
38428
|
type: 2,
|
|
@@ -38441,7 +38442,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38441
38442
|
"photo-profile": h.photo_profile,
|
|
38442
38443
|
"score-away": h.scoreaway,
|
|
38443
38444
|
"season-name": h.seasonname
|
|
38444
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "name-home-team", "name-away-team", "matchday", "color-font-home", "color-font-away", "onOnclickPlayVideos", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 12 ? (f(),
|
|
38445
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "name-home-team", "name-away-team", "matchday", "color-font-home", "color-font-away", "onOnclickPlayVideos", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 12 ? (f(), H(p, {
|
|
38445
38446
|
key: 9,
|
|
38446
38447
|
items: h,
|
|
38447
38448
|
type: 2,
|
|
@@ -38461,7 +38462,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38461
38462
|
"photo-profile": h.photo_profile,
|
|
38462
38463
|
"score-away": h.scoreaway,
|
|
38463
38464
|
"season-name": h.seasonname
|
|
38464
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "color-font-home", "color-font-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 13 ? (f(),
|
|
38465
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "color-font-home", "color-font-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 13 ? (f(), H(p, {
|
|
38465
38466
|
key: 10,
|
|
38466
38467
|
items: h,
|
|
38467
38468
|
type: 2,
|
|
@@ -38479,7 +38480,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38479
38480
|
"photo-profile": h.photo_profile,
|
|
38480
38481
|
"score-away": h.scoreaway,
|
|
38481
38482
|
"season-name": h.seasonname
|
|
38482
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : (f(),
|
|
38483
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : (f(), H(l, {
|
|
38483
38484
|
key: 11,
|
|
38484
38485
|
type: "player",
|
|
38485
38486
|
"color-background-home": h.colorbackgroundhome,
|
|
@@ -40002,14 +40003,14 @@ const oge = {
|
|
|
40002
40003
|
function lge(e, t, a, s, i, o) {
|
|
40003
40004
|
const n = W("GSCCardFrecuentConnections"), c = W("GSCCardVideosPlayers"), p = W("GSCHighlightsPostmatch"), d = W("GSCPlays"), l = W("GSCDataGS");
|
|
40004
40005
|
return f(), _("div", null, [
|
|
40005
|
-
a.type == 0 ? (f(),
|
|
40006
|
+
a.type == 0 ? (f(), H(n, {
|
|
40006
40007
|
key: 0,
|
|
40007
40008
|
data: a.data,
|
|
40008
40009
|
"click-card": a.clickCard,
|
|
40009
40010
|
onOnClickPlayer: o.onClickPlayer,
|
|
40010
40011
|
onOnClickVideos: o.onClickVideos
|
|
40011
40012
|
}, null, 8, ["data", "click-card", "onOnClickPlayer", "onOnClickVideos"])) : w("", !0),
|
|
40012
|
-
a.type == 1 ? (f(),
|
|
40013
|
+
a.type == 1 ? (f(), H(c, {
|
|
40013
40014
|
key: 1,
|
|
40014
40015
|
data: a.data,
|
|
40015
40016
|
"click-card": a.clickCard,
|
|
@@ -40021,7 +40022,7 @@ function lge(e, t, a, s, i, o) {
|
|
|
40021
40022
|
onOnClickCard: o.onClickPlayer,
|
|
40022
40023
|
onOnClickVideos: o.onClickVideos
|
|
40023
40024
|
}, null, 8, ["data", "click-card", "background-color", "color-title", "border-color", "background-img", "customize-colors", "onOnClickCard", "onOnClickVideos"])) : w("", !0),
|
|
40024
|
-
a.type == 2 ? (f(),
|
|
40025
|
+
a.type == 2 ? (f(), H(p, {
|
|
40025
40026
|
key: 2,
|
|
40026
40027
|
data: a.data,
|
|
40027
40028
|
"click-card": a.clickCard,
|
|
@@ -40029,7 +40030,7 @@ function lge(e, t, a, s, i, o) {
|
|
|
40029
40030
|
onOnClickCard: o.onClickPlayer,
|
|
40030
40031
|
onOnClickVideos: o.onClickVideos
|
|
40031
40032
|
}, null, 8, ["data", "click-card", "background-img", "onOnClickCard", "onOnClickVideos"])) : w("", !0),
|
|
40032
|
-
a.type == 3 ? (f(),
|
|
40033
|
+
a.type == 3 ? (f(), H(d, {
|
|
40033
40034
|
key: 3,
|
|
40034
40035
|
data: a.data,
|
|
40035
40036
|
"click-card": a.clickCard,
|
|
@@ -40039,7 +40040,7 @@ function lge(e, t, a, s, i, o) {
|
|
|
40039
40040
|
onOnClickCard: o.onClickPlayer,
|
|
40040
40041
|
onOnClickVideos: o.onClickVideos
|
|
40041
40042
|
}, null, 8, ["data", "click-card", "player-photo", "category-icon", "background-color", "onOnClickCard", "onOnClickVideos"])) : w("", !0),
|
|
40042
|
-
a.type == 4 ? (f(),
|
|
40043
|
+
a.type == 4 ? (f(), H(l, {
|
|
40043
40044
|
key: 4,
|
|
40044
40045
|
data: a.data,
|
|
40045
40046
|
"show-share-button": a.showShareButton,
|
|
@@ -40275,7 +40276,7 @@ function Sge(e, t, a, s, i, o) {
|
|
|
40275
40276
|
])
|
|
40276
40277
|
]),
|
|
40277
40278
|
r("div", bge, [
|
|
40278
|
-
i.item.background != "" ? (f(),
|
|
40279
|
+
i.item.background != "" ? (f(), H(n, {
|
|
40279
40280
|
key: 0,
|
|
40280
40281
|
"color-background-home": i.item.backgroundhome,
|
|
40281
40282
|
"color-background-away": i.item.backgroundaway,
|
|
@@ -40323,7 +40324,7 @@ function Sge(e, t, a, s, i, o) {
|
|
|
40323
40324
|
r("div", {
|
|
40324
40325
|
class: u(o.gridcarrouselesitemsitemunoClass)
|
|
40325
40326
|
}, [
|
|
40326
|
-
i.printData[0] ? (f(),
|
|
40327
|
+
i.printData[0] ? (f(), H(p, {
|
|
40327
40328
|
key: 0,
|
|
40328
40329
|
type: 1,
|
|
40329
40330
|
onOnClickVideos: t[2] || (t[2] = (d) => o.onclickPlayVideos({ data: i.printData[0], type: 3 })),
|
|
@@ -40347,7 +40348,7 @@ function Sge(e, t, a, s, i, o) {
|
|
|
40347
40348
|
r("div", {
|
|
40348
40349
|
class: u(o.gridcarrouselesitemsitemdosClass)
|
|
40349
40350
|
}, [
|
|
40350
|
-
i.printData[1] ? (f(),
|
|
40351
|
+
i.printData[1] ? (f(), H(p, {
|
|
40351
40352
|
key: 0,
|
|
40352
40353
|
type: 1,
|
|
40353
40354
|
onOnClickVideos: t[4] || (t[4] = (d) => o.onclickPlayVideos({ data: i.printData[1], type: 3 })),
|
|
@@ -42095,15 +42096,15 @@ var Zye = ut({
|
|
|
42095
42096
|
function k() {
|
|
42096
42097
|
if (!m || !Object.keys(m).length)
|
|
42097
42098
|
return;
|
|
42098
|
-
const A = Object.keys(m).map((
|
|
42099
|
+
const A = Object.keys(m).map((U) => Number(U)).sort((U, be) => +be - +U);
|
|
42099
42100
|
let V = Object.assign({}, l);
|
|
42100
|
-
A.some((
|
|
42101
|
-
const be = window.matchMedia(`(min-width: ${
|
|
42102
|
-
return be && (V = Object.assign(Object.assign({}, V), m[
|
|
42101
|
+
A.some((U) => {
|
|
42102
|
+
const be = window.matchMedia(`(min-width: ${U}px)`).matches;
|
|
42103
|
+
return be && (V = Object.assign(Object.assign({}, V), m[U])), be;
|
|
42103
42104
|
}), O(V);
|
|
42104
42105
|
}
|
|
42105
42106
|
function O(A) {
|
|
42106
|
-
Object.entries(A).forEach(([V,
|
|
42107
|
+
Object.entries(A).forEach(([V, U]) => d[V] = U);
|
|
42107
42108
|
}
|
|
42108
42109
|
const B = Jye(() => {
|
|
42109
42110
|
k(), j();
|
|
@@ -42139,18 +42140,18 @@ var Zye = ut({
|
|
|
42139
42140
|
}
|
|
42140
42141
|
const F = qye((A) => {
|
|
42141
42142
|
ye.value = !0, M.x = R ? A.touches[0].clientX : A.clientX, M.y = R ? A.touches[0].clientY : A.clientY;
|
|
42142
|
-
const V = M.x - G.x,
|
|
42143
|
-
D.y =
|
|
42143
|
+
const V = M.x - G.x, U = M.y - G.y;
|
|
42144
|
+
D.y = U, D.x = V;
|
|
42144
42145
|
}, d.throttle);
|
|
42145
42146
|
function J() {
|
|
42146
|
-
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4,
|
|
42147
|
-
if (
|
|
42147
|
+
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4, U = Math.round(D.x / c.value + V) * A;
|
|
42148
|
+
if (U && !R) {
|
|
42148
42149
|
const be = (st) => {
|
|
42149
42150
|
st.stopPropagation(), window.removeEventListener("click", be, !0);
|
|
42150
42151
|
};
|
|
42151
42152
|
window.addEventListener("click", be, !0);
|
|
42152
42153
|
}
|
|
42153
|
-
ue(h.value -
|
|
42154
|
+
ue(h.value - U), D.x = 0, D.y = 0, ye.value = !1, document.removeEventListener(R ? "touchmove" : "mousemove", F, !0), document.removeEventListener(R ? "touchend" : "mouseup", J, !0);
|
|
42154
42155
|
}
|
|
42155
42156
|
function mt() {
|
|
42156
42157
|
!d.autoplay || d.autoplay <= 0 || (S = setInterval(() => {
|
|
@@ -42174,12 +42175,12 @@ var Zye = ut({
|
|
|
42174
42175
|
slidesCount: p.value
|
|
42175
42176
|
}), X.value = !0, y.value = h.value, h.value = V, I = setTimeout(() => {
|
|
42176
42177
|
if (d.wrapAround) {
|
|
42177
|
-
const
|
|
42178
|
+
const U = oh({
|
|
42178
42179
|
val: V,
|
|
42179
42180
|
max: b.value,
|
|
42180
42181
|
min: 0
|
|
42181
42182
|
});
|
|
42182
|
-
|
|
42183
|
+
U !== h.value && (h.value = U, a("loop", {
|
|
42183
42184
|
currentSlideIndex: h.value,
|
|
42184
42185
|
slidingToIndex: A
|
|
42185
42186
|
}));
|
|
@@ -42250,7 +42251,7 @@ var Zye = ut({
|
|
|
42250
42251
|
return () => {
|
|
42251
42252
|
const A = K3(lt == null ? void 0 : lt(ht)), V = (ct == null ? void 0 : ct(ht)) || [];
|
|
42252
42253
|
A.forEach((it, ot) => it.props.index = ot);
|
|
42253
|
-
let
|
|
42254
|
+
let U = A;
|
|
42254
42255
|
if (d.wrapAround) {
|
|
42255
42256
|
const it = A.map((nt, Ee) => Gt(nt, {
|
|
42256
42257
|
index: -A.length + Ee,
|
|
@@ -42261,7 +42262,7 @@ var Zye = ut({
|
|
|
42261
42262
|
isClone: !0,
|
|
42262
42263
|
key: `clone-after-${Ee}`
|
|
42263
42264
|
}));
|
|
42264
|
-
|
|
42265
|
+
U = [...it, ...A, ...ot];
|
|
42265
42266
|
}
|
|
42266
42267
|
n.value = A, p.value = Math.max(A.length, 1);
|
|
42267
42268
|
const be = Oe("ol", {
|
|
@@ -42269,7 +42270,7 @@ var Zye = ut({
|
|
|
42269
42270
|
style: Re.value,
|
|
42270
42271
|
onMousedownCapture: d.mouseDrag ? x : null,
|
|
42271
42272
|
onTouchstartPassiveCapture: d.touchDrag ? x : null
|
|
42272
|
-
},
|
|
42273
|
+
}, U), st = Oe("div", { class: "carousel__viewport" }, be);
|
|
42273
42274
|
return Oe("section", {
|
|
42274
42275
|
ref: o,
|
|
42275
42276
|
class: {
|
|
@@ -42536,7 +42537,7 @@ const Qye = (e, t) => {
|
|
|
42536
42537
|
onSlideStart: g
|
|
42537
42538
|
}, {
|
|
42538
42539
|
default: Z(() => [
|
|
42539
|
-
(f(!0), _(E, null, he(e.items, (S, I) => (f(),
|
|
42540
|
+
(f(!0), _(E, null, he(e.items, (S, I) => (f(), H(ve(Kye), { key: I }, {
|
|
42540
42541
|
default: Z(() => [
|
|
42541
42542
|
Qe(b.$slots, "default", { item: S }, void 0, !0)
|
|
42542
42543
|
]),
|
|
@@ -43340,7 +43341,7 @@ function q0e(e, t, a, s, i, o) {
|
|
|
43340
43341
|
secondarySlidesOpacity: "0.2"
|
|
43341
43342
|
}), {
|
|
43342
43343
|
default: Z(({ item: d }) => [
|
|
43343
|
-
a.data.type == "team" || a.data.type == "historic" ? (f(),
|
|
43344
|
+
a.data.type == "team" || a.data.type == "historic" ? (f(), H(n, {
|
|
43344
43345
|
key: 0,
|
|
43345
43346
|
items: d,
|
|
43346
43347
|
"color-background-home": d.backgroundhome,
|
|
@@ -43352,7 +43353,7 @@ function q0e(e, t, a, s, i, o) {
|
|
|
43352
43353
|
onOnclickPlayVideos: (l) => o.onclickPlayVideos({ data: d, type: 1 }),
|
|
43353
43354
|
"season-name": d.seasonname,
|
|
43354
43355
|
score: d.score
|
|
43355
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "matchday", "onOnclickPlayVideos", "season-name", "score"])) : (f(),
|
|
43356
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "matchday", "onOnclickPlayVideos", "season-name", "score"])) : (f(), H(c, {
|
|
43356
43357
|
key: 1,
|
|
43357
43358
|
type: "player",
|
|
43358
43359
|
"name-player": d.name,
|
|
@@ -43596,7 +43597,7 @@ function s1e(e, t, a, s, i, o) {
|
|
|
43596
43597
|
r("div", {
|
|
43597
43598
|
class: u(o.gridcarrouselesitemsitemunoClass)
|
|
43598
43599
|
}, [
|
|
43599
|
-
i.printData[0] ? (f(),
|
|
43600
|
+
i.printData[0] ? (f(), H(p, {
|
|
43600
43601
|
key: 0,
|
|
43601
43602
|
type: 1,
|
|
43602
43603
|
onOnClickVideos: t[0] || (t[0] = (d) => o.onclickPlayVideos({ data: i.printData[0], type: 3 })),
|
|
@@ -43620,7 +43621,7 @@ function s1e(e, t, a, s, i, o) {
|
|
|
43620
43621
|
r("div", {
|
|
43621
43622
|
class: u(o.gridcarrouselesitemsitemdosClass)
|
|
43622
43623
|
}, [
|
|
43623
|
-
i.printData[1] ? (f(),
|
|
43624
|
+
i.printData[1] ? (f(), H(p, {
|
|
43624
43625
|
key: 0,
|
|
43625
43626
|
type: 1,
|
|
43626
43627
|
onOnClickVideos: t[2] || (t[2] = (d) => o.onclickPlayVideos({ data: i.printData[1], type: 3 })),
|
|
@@ -43719,12 +43720,12 @@ const i1e = /* @__PURE__ */ _c(X0e, [["render", s1e], ["__scopeId", "data-v-d248
|
|
|
43719
43720
|
function r1e(e, t, a, s, i, o) {
|
|
43720
43721
|
const n = W("GSCVideoGamePreMatch"), c = W("GSCVideoGamePostMatch");
|
|
43721
43722
|
return f(), _("div", n1e, [
|
|
43722
|
-
a.type === "Prematch" ? (f(),
|
|
43723
|
+
a.type === "Prematch" ? (f(), H(n, {
|
|
43723
43724
|
key: 0,
|
|
43724
43725
|
config: a.config,
|
|
43725
43726
|
onOpenmedia: o.openmedia
|
|
43726
43727
|
}, null, 8, ["config", "onOpenmedia"])) : w("", !0),
|
|
43727
|
-
a.type === "Postmatch" ? (f(),
|
|
43728
|
+
a.type === "Postmatch" ? (f(), H(c, {
|
|
43728
43729
|
key: 1,
|
|
43729
43730
|
config: a.config,
|
|
43730
43731
|
onOpenmedia: o.openmedia
|
|
@@ -43776,14 +43777,14 @@ const l1e = { class: "datagame-container" }, c1e = {
|
|
|
43776
43777
|
}
|
|
43777
43778
|
return (o, n) => (f(), _("div", l1e, [
|
|
43778
43779
|
e.game.game_status == 4 ? (f(), _(E, { key: 0 }, [
|
|
43779
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
43780
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(B_), {
|
|
43780
43781
|
onOpenmedia: i,
|
|
43781
43782
|
key: s.value,
|
|
43782
43783
|
type: "Prematch",
|
|
43783
43784
|
config: { season_id: e.game.seasonId, game: e.game.gameId }
|
|
43784
43785
|
}, null, 8, ["config"])) : w("", !0)
|
|
43785
43786
|
], 64)) : (f(), _(E, { key: 1 }, [
|
|
43786
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
43787
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(B_), {
|
|
43787
43788
|
onOpenmedia: i,
|
|
43788
43789
|
key: s.value,
|
|
43789
43790
|
type: "Postmatch",
|
|
@@ -45636,15 +45637,15 @@ var qfe = ut({
|
|
|
45636
45637
|
function k() {
|
|
45637
45638
|
if (!m || !Object.keys(m).length)
|
|
45638
45639
|
return;
|
|
45639
|
-
const A = Object.keys(m).map((
|
|
45640
|
+
const A = Object.keys(m).map((U) => Number(U)).sort((U, be) => +be - +U);
|
|
45640
45641
|
let V = Object.assign({}, l);
|
|
45641
|
-
A.some((
|
|
45642
|
-
const be = window.matchMedia(`(min-width: ${
|
|
45643
|
-
return be && (V = Object.assign(Object.assign({}, V), m[
|
|
45642
|
+
A.some((U) => {
|
|
45643
|
+
const be = window.matchMedia(`(min-width: ${U}px)`).matches;
|
|
45644
|
+
return be && (V = Object.assign(Object.assign({}, V), m[U])), be;
|
|
45644
45645
|
}), O(V);
|
|
45645
45646
|
}
|
|
45646
45647
|
function O(A) {
|
|
45647
|
-
Object.entries(A).forEach(([V,
|
|
45648
|
+
Object.entries(A).forEach(([V, U]) => d[V] = U);
|
|
45648
45649
|
}
|
|
45649
45650
|
const B = Gfe(() => {
|
|
45650
45651
|
k(), j();
|
|
@@ -45680,18 +45681,18 @@ var qfe = ut({
|
|
|
45680
45681
|
}
|
|
45681
45682
|
const F = Vfe((A) => {
|
|
45682
45683
|
ye.value = !0, M.x = R ? A.touches[0].clientX : A.clientX, M.y = R ? A.touches[0].clientY : A.clientY;
|
|
45683
|
-
const V = M.x - G.x,
|
|
45684
|
-
D.y =
|
|
45684
|
+
const V = M.x - G.x, U = M.y - G.y;
|
|
45685
|
+
D.y = U, D.x = V;
|
|
45685
45686
|
}, d.throttle);
|
|
45686
45687
|
function J() {
|
|
45687
|
-
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4,
|
|
45688
|
-
if (
|
|
45688
|
+
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4, U = Math.round(D.x / c.value + V) * A;
|
|
45689
|
+
if (U && !R) {
|
|
45689
45690
|
const be = (st) => {
|
|
45690
45691
|
st.stopPropagation(), window.removeEventListener("click", be, !0);
|
|
45691
45692
|
};
|
|
45692
45693
|
window.addEventListener("click", be, !0);
|
|
45693
45694
|
}
|
|
45694
|
-
ue(h.value -
|
|
45695
|
+
ue(h.value - U), D.x = 0, D.y = 0, ye.value = !1, document.removeEventListener(R ? "touchmove" : "mousemove", F, !0), document.removeEventListener(R ? "touchend" : "mouseup", J, !0);
|
|
45695
45696
|
}
|
|
45696
45697
|
function mt() {
|
|
45697
45698
|
!d.autoplay || d.autoplay <= 0 || (S = setInterval(() => {
|
|
@@ -45715,12 +45716,12 @@ var qfe = ut({
|
|
|
45715
45716
|
slidesCount: p.value
|
|
45716
45717
|
}), X.value = !0, y.value = h.value, h.value = V, I = setTimeout(() => {
|
|
45717
45718
|
if (d.wrapAround) {
|
|
45718
|
-
const
|
|
45719
|
+
const U = mh({
|
|
45719
45720
|
val: V,
|
|
45720
45721
|
max: b.value,
|
|
45721
45722
|
min: 0
|
|
45722
45723
|
});
|
|
45723
|
-
|
|
45724
|
+
U !== h.value && (h.value = U, a("loop", {
|
|
45724
45725
|
currentSlideIndex: h.value,
|
|
45725
45726
|
slidingToIndex: A
|
|
45726
45727
|
}));
|
|
@@ -45791,7 +45792,7 @@ var qfe = ut({
|
|
|
45791
45792
|
return () => {
|
|
45792
45793
|
const A = w8(lt == null ? void 0 : lt(ht)), V = (ct == null ? void 0 : ct(ht)) || [];
|
|
45793
45794
|
A.forEach((it, ot) => it.props.index = ot);
|
|
45794
|
-
let
|
|
45795
|
+
let U = A;
|
|
45795
45796
|
if (d.wrapAround) {
|
|
45796
45797
|
const it = A.map((nt, Ee) => Gt(nt, {
|
|
45797
45798
|
index: -A.length + Ee,
|
|
@@ -45802,7 +45803,7 @@ var qfe = ut({
|
|
|
45802
45803
|
isClone: !0,
|
|
45803
45804
|
key: `clone-after-${Ee}`
|
|
45804
45805
|
}));
|
|
45805
|
-
|
|
45806
|
+
U = [...it, ...A, ...ot];
|
|
45806
45807
|
}
|
|
45807
45808
|
n.value = A, p.value = Math.max(A.length, 1);
|
|
45808
45809
|
const be = Oe("ol", {
|
|
@@ -45810,7 +45811,7 @@ var qfe = ut({
|
|
|
45810
45811
|
style: Re.value,
|
|
45811
45812
|
onMousedownCapture: d.mouseDrag ? x : null,
|
|
45812
45813
|
onTouchstartPassiveCapture: d.touchDrag ? x : null
|
|
45813
|
-
},
|
|
45814
|
+
}, U), st = Oe("div", { class: "carousel__viewport" }, be);
|
|
45814
45815
|
return Oe("section", {
|
|
45815
45816
|
ref: o,
|
|
45816
45817
|
class: {
|
|
@@ -46077,7 +46078,7 @@ const Zfe = (e, t) => {
|
|
|
46077
46078
|
onSlideStart: g
|
|
46078
46079
|
}, {
|
|
46079
46080
|
default: Z(() => [
|
|
46080
|
-
(f(!0), _(E, null, he(e.items, (S, I) => (f(),
|
|
46081
|
+
(f(!0), _(E, null, he(e.items, (S, I) => (f(), H(ve(Xfe), { key: I }, {
|
|
46081
46082
|
default: Z(() => [
|
|
46082
46083
|
Qe(b.$slots, "default", { item: S }, void 0, !0)
|
|
46083
46084
|
]),
|
|
@@ -47351,7 +47352,7 @@ function c5e(e, t, a, s, i, o) {
|
|
|
47351
47352
|
default: Z(({ item: p }) => [
|
|
47352
47353
|
r("div", l5e, [
|
|
47353
47354
|
(f(!0), _(E, null, he(p, (d, l) => (f(), _(E, { key: l }, [
|
|
47354
|
-
a.colorCardByTeam ? (f(),
|
|
47355
|
+
a.colorCardByTeam ? (f(), H(n, {
|
|
47355
47356
|
key: 1,
|
|
47356
47357
|
type: 4,
|
|
47357
47358
|
colorcard: d.color,
|
|
@@ -47361,7 +47362,7 @@ function c5e(e, t, a, s, i, o) {
|
|
|
47361
47362
|
data: d,
|
|
47362
47363
|
onOnClickVideos: o.onclickPlayVideos,
|
|
47363
47364
|
onOnClickCategory: o.onclickPlayVideos
|
|
47364
|
-
}, null, 8, ["colorcard", "click-card", "show-share-button", "customize-colors", "data", "onOnClickVideos", "onOnClickCategory"])) : (f(),
|
|
47365
|
+
}, null, 8, ["colorcard", "click-card", "show-share-button", "customize-colors", "data", "onOnClickVideos", "onOnClickCategory"])) : (f(), H(n, {
|
|
47365
47366
|
key: 0,
|
|
47366
47367
|
type: 4,
|
|
47367
47368
|
"click-card": a.clickCard,
|
|
@@ -49057,15 +49058,15 @@ var Lbe = ut({
|
|
|
49057
49058
|
function k() {
|
|
49058
49059
|
if (!m || !Object.keys(m).length)
|
|
49059
49060
|
return;
|
|
49060
|
-
const A = Object.keys(m).map((
|
|
49061
|
+
const A = Object.keys(m).map((U) => Number(U)).sort((U, be) => +be - +U);
|
|
49061
49062
|
let V = Object.assign({}, l);
|
|
49062
|
-
A.some((
|
|
49063
|
-
const be = window.matchMedia(`(min-width: ${
|
|
49064
|
-
return be && (V = Object.assign(Object.assign({}, V), m[
|
|
49063
|
+
A.some((U) => {
|
|
49064
|
+
const be = window.matchMedia(`(min-width: ${U}px)`).matches;
|
|
49065
|
+
return be && (V = Object.assign(Object.assign({}, V), m[U])), be;
|
|
49065
49066
|
}), O(V);
|
|
49066
49067
|
}
|
|
49067
49068
|
function O(A) {
|
|
49068
|
-
Object.entries(A).forEach(([V,
|
|
49069
|
+
Object.entries(A).forEach(([V, U]) => d[V] = U);
|
|
49069
49070
|
}
|
|
49070
49071
|
const B = Pbe(() => {
|
|
49071
49072
|
k(), j();
|
|
@@ -49101,18 +49102,18 @@ var Lbe = ut({
|
|
|
49101
49102
|
}
|
|
49102
49103
|
const F = Rbe((A) => {
|
|
49103
49104
|
ye.value = !0, M.x = R ? A.touches[0].clientX : A.clientX, M.y = R ? A.touches[0].clientY : A.clientY;
|
|
49104
|
-
const V = M.x - G.x,
|
|
49105
|
-
D.y =
|
|
49105
|
+
const V = M.x - G.x, U = M.y - G.y;
|
|
49106
|
+
D.y = U, D.x = V;
|
|
49106
49107
|
}, d.throttle);
|
|
49107
49108
|
function J() {
|
|
49108
|
-
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4,
|
|
49109
|
-
if (
|
|
49109
|
+
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4, U = Math.round(D.x / c.value + V) * A;
|
|
49110
|
+
if (U && !R) {
|
|
49110
49111
|
const be = (st) => {
|
|
49111
49112
|
st.stopPropagation(), window.removeEventListener("click", be, !0);
|
|
49112
49113
|
};
|
|
49113
49114
|
window.addEventListener("click", be, !0);
|
|
49114
49115
|
}
|
|
49115
|
-
ue(h.value -
|
|
49116
|
+
ue(h.value - U), D.x = 0, D.y = 0, ye.value = !1, document.removeEventListener(R ? "touchmove" : "mousemove", F, !0), document.removeEventListener(R ? "touchend" : "mouseup", J, !0);
|
|
49116
49117
|
}
|
|
49117
49118
|
function mt() {
|
|
49118
49119
|
!d.autoplay || d.autoplay <= 0 || (S = setInterval(() => {
|
|
@@ -49136,12 +49137,12 @@ var Lbe = ut({
|
|
|
49136
49137
|
slidesCount: p.value
|
|
49137
49138
|
}), X.value = !0, y.value = h.value, h.value = V, I = setTimeout(() => {
|
|
49138
49139
|
if (d.wrapAround) {
|
|
49139
|
-
const
|
|
49140
|
+
const U = bh({
|
|
49140
49141
|
val: V,
|
|
49141
49142
|
max: b.value,
|
|
49142
49143
|
min: 0
|
|
49143
49144
|
});
|
|
49144
|
-
|
|
49145
|
+
U !== h.value && (h.value = U, a("loop", {
|
|
49145
49146
|
currentSlideIndex: h.value,
|
|
49146
49147
|
slidingToIndex: A
|
|
49147
49148
|
}));
|
|
@@ -49212,7 +49213,7 @@ var Lbe = ut({
|
|
|
49212
49213
|
return () => {
|
|
49213
49214
|
const A = G8(lt == null ? void 0 : lt(ht)), V = (ct == null ? void 0 : ct(ht)) || [];
|
|
49214
49215
|
A.forEach((it, ot) => it.props.index = ot);
|
|
49215
|
-
let
|
|
49216
|
+
let U = A;
|
|
49216
49217
|
if (d.wrapAround) {
|
|
49217
49218
|
const it = A.map((nt, Ee) => Gt(nt, {
|
|
49218
49219
|
index: -A.length + Ee,
|
|
@@ -49223,7 +49224,7 @@ var Lbe = ut({
|
|
|
49223
49224
|
isClone: !0,
|
|
49224
49225
|
key: `clone-after-${Ee}`
|
|
49225
49226
|
}));
|
|
49226
|
-
|
|
49227
|
+
U = [...it, ...A, ...ot];
|
|
49227
49228
|
}
|
|
49228
49229
|
n.value = A, p.value = Math.max(A.length, 1);
|
|
49229
49230
|
const be = Oe("ol", {
|
|
@@ -49231,7 +49232,7 @@ var Lbe = ut({
|
|
|
49231
49232
|
style: Re.value,
|
|
49232
49233
|
onMousedownCapture: d.mouseDrag ? x : null,
|
|
49233
49234
|
onTouchstartPassiveCapture: d.touchDrag ? x : null
|
|
49234
|
-
},
|
|
49235
|
+
}, U), st = Oe("div", { class: "carousel__viewport" }, be);
|
|
49235
49236
|
return Oe("section", {
|
|
49236
49237
|
ref: o,
|
|
49237
49238
|
class: {
|
|
@@ -49498,7 +49499,7 @@ const Nbe = (e, t) => {
|
|
|
49498
49499
|
onSlideStart: g
|
|
49499
49500
|
}, {
|
|
49500
49501
|
default: Z(() => [
|
|
49501
|
-
(f(!0), _(E, null, he(e.items, (S, I) => (f(),
|
|
49502
|
+
(f(!0), _(E, null, he(e.items, (S, I) => (f(), H(ve(Dbe), { key: I }, {
|
|
49502
49503
|
default: Z(() => [
|
|
49503
49504
|
Qe(b.$slots, "default", { item: S }, void 0, !0)
|
|
49504
49505
|
]),
|
|
@@ -50302,7 +50303,7 @@ function Rve(e, t, a, s, i, o) {
|
|
|
50302
50303
|
secondarySlidesOpacity: "0.2"
|
|
50303
50304
|
}), {
|
|
50304
50305
|
default: Z(({ item: d }) => [
|
|
50305
|
-
a.data.type == "team" || a.data.type == "historic" ? (f(),
|
|
50306
|
+
a.data.type == "team" || a.data.type == "historic" ? (f(), H(n, {
|
|
50306
50307
|
key: 0,
|
|
50307
50308
|
items: d,
|
|
50308
50309
|
"color-background-home": d.backgroundhome,
|
|
@@ -50314,7 +50315,7 @@ function Rve(e, t, a, s, i, o) {
|
|
|
50314
50315
|
onOnclickPlayVideos: (l) => o.onclickPlayVideos({ data: d, type: 1 }),
|
|
50315
50316
|
"season-name": d.seasonname,
|
|
50316
50317
|
score: d.score
|
|
50317
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "matchday", "onOnclickPlayVideos", "season-name", "score"])) : (f(),
|
|
50318
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "matchday", "onOnclickPlayVideos", "season-name", "score"])) : (f(), H(c, {
|
|
50318
50319
|
key: 1,
|
|
50319
50320
|
type: "player",
|
|
50320
50321
|
"name-player": d.name,
|
|
@@ -55650,15 +55651,15 @@ var J6e = ut({
|
|
|
55650
55651
|
function k() {
|
|
55651
55652
|
if (!m || !Object.keys(m).length)
|
|
55652
55653
|
return;
|
|
55653
|
-
const A = Object.keys(m).map((
|
|
55654
|
+
const A = Object.keys(m).map((U) => Number(U)).sort((U, be) => +be - +U);
|
|
55654
55655
|
let V = Object.assign({}, l);
|
|
55655
|
-
A.some((
|
|
55656
|
-
const be = window.matchMedia(`(min-width: ${
|
|
55657
|
-
return be && (V = Object.assign(Object.assign({}, V), m[
|
|
55656
|
+
A.some((U) => {
|
|
55657
|
+
const be = window.matchMedia(`(min-width: ${U}px)`).matches;
|
|
55658
|
+
return be && (V = Object.assign(Object.assign({}, V), m[U])), be;
|
|
55658
55659
|
}), O(V);
|
|
55659
55660
|
}
|
|
55660
55661
|
function O(A) {
|
|
55661
|
-
Object.entries(A).forEach(([V,
|
|
55662
|
+
Object.entries(A).forEach(([V, U]) => d[V] = U);
|
|
55662
55663
|
}
|
|
55663
55664
|
const B = W6e(() => {
|
|
55664
55665
|
k(), j();
|
|
@@ -55694,18 +55695,18 @@ var J6e = ut({
|
|
|
55694
55695
|
}
|
|
55695
55696
|
const F = G6e((A) => {
|
|
55696
55697
|
ye.value = !0, M.x = R ? A.touches[0].clientX : A.clientX, M.y = R ? A.touches[0].clientY : A.clientY;
|
|
55697
|
-
const V = M.x - G.x,
|
|
55698
|
-
D.y =
|
|
55698
|
+
const V = M.x - G.x, U = M.y - G.y;
|
|
55699
|
+
D.y = U, D.x = V;
|
|
55699
55700
|
}, d.throttle);
|
|
55700
55701
|
function J() {
|
|
55701
|
-
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4,
|
|
55702
|
-
if (
|
|
55702
|
+
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4, U = Math.round(D.x / c.value + V) * A;
|
|
55703
|
+
if (U && !R) {
|
|
55703
55704
|
const be = (st) => {
|
|
55704
55705
|
st.stopPropagation(), window.removeEventListener("click", be, !0);
|
|
55705
55706
|
};
|
|
55706
55707
|
window.addEventListener("click", be, !0);
|
|
55707
55708
|
}
|
|
55708
|
-
ue(h.value -
|
|
55709
|
+
ue(h.value - U), D.x = 0, D.y = 0, ye.value = !1, document.removeEventListener(R ? "touchmove" : "mousemove", F, !0), document.removeEventListener(R ? "touchend" : "mouseup", J, !0);
|
|
55709
55710
|
}
|
|
55710
55711
|
function mt() {
|
|
55711
55712
|
!d.autoplay || d.autoplay <= 0 || (S = setInterval(() => {
|
|
@@ -55729,12 +55730,12 @@ var J6e = ut({
|
|
|
55729
55730
|
slidesCount: p.value
|
|
55730
55731
|
}), X.value = !0, y.value = h.value, h.value = V, I = setTimeout(() => {
|
|
55731
55732
|
if (d.wrapAround) {
|
|
55732
|
-
const
|
|
55733
|
+
const U = Dh({
|
|
55733
55734
|
val: V,
|
|
55734
55735
|
max: b.value,
|
|
55735
55736
|
min: 0
|
|
55736
55737
|
});
|
|
55737
|
-
|
|
55738
|
+
U !== h.value && (h.value = U, a("loop", {
|
|
55738
55739
|
currentSlideIndex: h.value,
|
|
55739
55740
|
slidingToIndex: A
|
|
55740
55741
|
}));
|
|
@@ -55805,7 +55806,7 @@ var J6e = ut({
|
|
|
55805
55806
|
return () => {
|
|
55806
55807
|
const A = H6(lt == null ? void 0 : lt(ht)), V = (ct == null ? void 0 : ct(ht)) || [];
|
|
55807
55808
|
A.forEach((it, ot) => it.props.index = ot);
|
|
55808
|
-
let
|
|
55809
|
+
let U = A;
|
|
55809
55810
|
if (d.wrapAround) {
|
|
55810
55811
|
const it = A.map((nt, Ee) => Gt(nt, {
|
|
55811
55812
|
index: -A.length + Ee,
|
|
@@ -55816,7 +55817,7 @@ var J6e = ut({
|
|
|
55816
55817
|
isClone: !0,
|
|
55817
55818
|
key: `clone-after-${Ee}`
|
|
55818
55819
|
}));
|
|
55819
|
-
|
|
55820
|
+
U = [...it, ...A, ...ot];
|
|
55820
55821
|
}
|
|
55821
55822
|
n.value = A, p.value = Math.max(A.length, 1);
|
|
55822
55823
|
const be = Oe("ol", {
|
|
@@ -55824,7 +55825,7 @@ var J6e = ut({
|
|
|
55824
55825
|
style: Re.value,
|
|
55825
55826
|
onMousedownCapture: d.mouseDrag ? x : null,
|
|
55826
55827
|
onTouchstartPassiveCapture: d.touchDrag ? x : null
|
|
55827
|
-
},
|
|
55828
|
+
}, U), st = Oe("div", { class: "carousel__viewport" }, be);
|
|
55828
55829
|
return Oe("section", {
|
|
55829
55830
|
ref: o,
|
|
55830
55831
|
class: {
|
|
@@ -56091,7 +56092,7 @@ const Y6e = (e, t) => {
|
|
|
56091
56092
|
onSlideStart: g
|
|
56092
56093
|
}, {
|
|
56093
56094
|
default: Z(() => [
|
|
56094
|
-
(f(!0), _(E, null, he(e.items, (S, I) => (f(),
|
|
56095
|
+
(f(!0), _(E, null, he(e.items, (S, I) => (f(), H(ve(Z6e), { key: I }, {
|
|
56095
56096
|
default: Z(() => [
|
|
56096
56097
|
Qe(b.$slots, "default", { item: S }, void 0, !0)
|
|
56097
56098
|
]),
|
|
@@ -57014,7 +57015,7 @@ const R7e = {
|
|
|
57014
57015
|
});
|
|
57015
57016
|
},
|
|
57016
57017
|
async changeCarouselItem(e) {
|
|
57017
|
-
this.getMinutesData(e.selectedItem.minutes);
|
|
57018
|
+
this.keyUpdate += 1, this.getMinutesData(e.selectedItem.minutes), this.defaultDropItem = { propName: "id", value: e.selectedItem.matchday_id };
|
|
57018
57019
|
var t = { season_id: e.selectedItem.season_id, game_id: e.selectedItem.id };
|
|
57019
57020
|
this.lastGetGame != t.game_id && (this.cleaneData(), this.getLineUp(t.game_id)), this.lastGetGame = t.game_id, this.selectedIndexOption = e.selectedItemIndex;
|
|
57020
57021
|
},
|
|
@@ -57677,7 +57678,7 @@ const R7e = {
|
|
|
57677
57678
|
this.teamActive = e;
|
|
57678
57679
|
}
|
|
57679
57680
|
}
|
|
57680
|
-
}, jn = (e) => (Se("data-v-
|
|
57681
|
+
}, jn = (e) => (Se("data-v-3e8dc5c2"), e = e(), ke(), e), P7e = {
|
|
57681
57682
|
class: "lineup__header",
|
|
57682
57683
|
ref: "gamesContainer"
|
|
57683
57684
|
}, B7e = /* @__PURE__ */ jn(() => /* @__PURE__ */ r("h2", null, "Alineaciones", -1)), L7e = {
|
|
@@ -57720,7 +57721,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57720
57721
|
r("div", P7e, [
|
|
57721
57722
|
B7e,
|
|
57722
57723
|
a.selectedOption !== "Postmatch" ? (f(), _("div", L7e, [
|
|
57723
|
-
(i.gameInfoheader.game_status == 0 || i.gameInfoheader.game_status == 4) && o.gameRecientesFilter.length > 0 ? (f(),
|
|
57724
|
+
(i.gameInfoheader.game_status == 0 || i.gameInfoheader.game_status == 4) && o.gameRecientesFilter.length > 0 ? (f(), H(n, {
|
|
57724
57725
|
key: 0,
|
|
57725
57726
|
buttons: ["Historicos", "Recientes", "Probables"],
|
|
57726
57727
|
selectedOption: a.selectedOption,
|
|
@@ -57742,7 +57743,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57742
57743
|
a.selectedOption === "Probables" ? (f(), _("h3", D7e, "Alineación utilizada este torneo en:")) : a.selectedOption === "Recientes" ? (f(), _("h3", N7e, "Alineaciones recientes de:")) : (f(), _("h3", M7e, "Alineación utilizada en:"))
|
|
57743
57744
|
], 64)) : w("", !0),
|
|
57744
57745
|
a.selectedOption === "Historicos" ? (f(), _(E, { key: 1 }, [
|
|
57745
|
-
Object.keys(i.headerInfoHistoricItemGame).length > 0 ? (f(),
|
|
57746
|
+
Object.keys(i.headerInfoHistoricItemGame).length > 0 ? (f(), H(c, {
|
|
57746
57747
|
key: 0,
|
|
57747
57748
|
localTeam: {
|
|
57748
57749
|
acronym: i.headerInfoHistoricItemGame.home_team_abbreviation,
|
|
@@ -57759,7 +57760,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57759
57760
|
type: a.selectedOption
|
|
57760
57761
|
}, null, 8, ["localTeam", "visitTeam", "probablyTeamHome", "probablyTeamAway", "score", "onChange", "type"])) : w("", !0)
|
|
57761
57762
|
], 64)) : (f(), _(E, { key: 2 }, [
|
|
57762
|
-
Object.keys(i.gameInfoheader).length > 0 ? (f(),
|
|
57763
|
+
Object.keys(i.gameInfoheader).length > 0 ? (f(), H(c, {
|
|
57763
57764
|
key: 0,
|
|
57764
57765
|
localTeam: {
|
|
57765
57766
|
acronym: i.gameInfoheader.home_team_abbreviation,
|
|
@@ -57778,7 +57779,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57778
57779
|
], 64)),
|
|
57779
57780
|
a.selectedOption === "Historicos" ? (f(), _("div", z7e, [
|
|
57780
57781
|
a.selectedOption !== "Postmatch" ? (f(), _("div", H7e, [
|
|
57781
|
-
i.gamesHistoric.length > 0 ? (f(),
|
|
57782
|
+
i.gamesHistoric.length > 0 ? (f(), H(p, {
|
|
57782
57783
|
key: i.updatehistoricos,
|
|
57783
57784
|
onInput: o.changeCarouselItemH,
|
|
57784
57785
|
items: i.gamesHistoric,
|
|
@@ -57806,17 +57807,19 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57806
57807
|
ref: "targetElement",
|
|
57807
57808
|
onClick: t[1] || (t[1] = (...g) => o.handleInsideClick && o.handleInsideClick(...g))
|
|
57808
57809
|
}, [
|
|
57809
|
-
|
|
57810
|
+
(f(), H(l, {
|
|
57810
57811
|
items: o.matchdaysFinal,
|
|
57811
57812
|
onInput: o.changeDropdown,
|
|
57812
57813
|
backgroundColor: "transparent",
|
|
57813
57814
|
height: "25px",
|
|
57815
|
+
key: e.keyUpdate,
|
|
57814
57816
|
color: "rgba(255, 255, 255, 0.7)",
|
|
57815
57817
|
arrowColor: "rgba(255, 255, 255, 0.7)",
|
|
57816
57818
|
borderColor: "rgba(255, 255, 255, 0.3)",
|
|
57817
57819
|
style: { "font-size": "10px" },
|
|
57818
57820
|
arrowHeight: "16",
|
|
57819
57821
|
arrowWidth: 16,
|
|
57822
|
+
"default-item-by-prop": e.defaultDropItem,
|
|
57820
57823
|
listHeight: "300px",
|
|
57821
57824
|
listBackgroundColor: "#243a4c",
|
|
57822
57825
|
hoverBackgroundColor: "#0d1d2a",
|
|
@@ -57834,7 +57837,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57834
57837
|
r("div", null, C(g.name), 1)
|
|
57835
57838
|
]),
|
|
57836
57839
|
_: 1
|
|
57837
|
-
}, 8, ["items", "onInput"])
|
|
57840
|
+
}, 8, ["items", "onInput", "default-item-by-prop"]))
|
|
57838
57841
|
], 512),
|
|
57839
57842
|
r("div", {
|
|
57840
57843
|
class: "lineup__text-btn",
|
|
@@ -57846,7 +57849,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57846
57849
|
r("div", X7e, [
|
|
57847
57850
|
o.mobileClass ? w("", !0) : (f(), _(E, { key: 0 }, [
|
|
57848
57851
|
r("div", Z7e, [
|
|
57849
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
57852
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(p, {
|
|
57850
57853
|
"current-item-index": i.selectedIndexOption,
|
|
57851
57854
|
width: "600px",
|
|
57852
57855
|
height: "80px",
|
|
@@ -57874,7 +57877,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57874
57877
|
}, "Eliminar filtros aplicados")
|
|
57875
57878
|
]))
|
|
57876
57879
|
]),
|
|
57877
|
-
i.showDetails ? (f(),
|
|
57880
|
+
i.showDetails ? (f(), H(h, {
|
|
57878
57881
|
key: 0,
|
|
57879
57882
|
localDetails: i.localDetails,
|
|
57880
57883
|
foreignDetails: i.foreignDetails
|
|
@@ -57883,7 +57886,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57883
57886
|
])
|
|
57884
57887
|
]),
|
|
57885
57888
|
o.mobileClass ? (f(), _("div", Q7e, [
|
|
57886
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
57889
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(p, {
|
|
57887
57890
|
"current-item-index": i.selectedIndexOption,
|
|
57888
57891
|
width: "600px",
|
|
57889
57892
|
height: "80px",
|
|
@@ -57903,7 +57906,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57903
57906
|
]),
|
|
57904
57907
|
_: 1
|
|
57905
57908
|
}, 8, ["current-item-index", "onInput", "items"])) : w("", !0),
|
|
57906
|
-
i.showDetails ? (f(),
|
|
57909
|
+
i.showDetails ? (f(), H(h, {
|
|
57907
57910
|
key: 1,
|
|
57908
57911
|
localDetails: i.localDetails,
|
|
57909
57912
|
foreignDetails: i.foreignDetails
|
|
@@ -57992,7 +57995,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57992
57995
|
])
|
|
57993
57996
|
], 2);
|
|
57994
57997
|
}
|
|
57995
|
-
const mCe = /* @__PURE__ */ Jt(R7e, [["render", uCe], ["__scopeId", "data-v-
|
|
57998
|
+
const mCe = /* @__PURE__ */ Jt(R7e, [["render", uCe], ["__scopeId", "data-v-3e8dc5c2"]]), hCe = {
|
|
57996
57999
|
components: {},
|
|
57997
58000
|
props: {
|
|
57998
58001
|
data: {
|
|
@@ -58330,7 +58333,7 @@ function $Se(e, t, a, s, i, o) {
|
|
|
58330
58333
|
class: u(e.$style.switchStatesBig),
|
|
58331
58334
|
id: "switch-lineup"
|
|
58332
58335
|
}, [
|
|
58333
|
-
(a.gameInfo.game_status == 0 || a.gameInfo.game_status == 4) && a.gameRecientes > 0 ? (f(),
|
|
58336
|
+
(a.gameInfo.game_status == 0 || a.gameInfo.game_status == 4) && a.gameRecientes > 0 ? (f(), H(n, {
|
|
58334
58337
|
key: 0,
|
|
58335
58338
|
buttons: ["Historicos", "Recientes", "Probables"],
|
|
58336
58339
|
selectedOption: a.optionSelected,
|
|
@@ -58420,7 +58423,7 @@ function $Se(e, t, a, s, i, o) {
|
|
|
58420
58423
|
r("div", {
|
|
58421
58424
|
class: u(e.$style.sliderMatches)
|
|
58422
58425
|
}, [
|
|
58423
|
-
a.gameHistoric.length > 0 ? (f(),
|
|
58426
|
+
a.gameHistoric.length > 0 ? (f(), H(c, {
|
|
58424
58427
|
key: 0,
|
|
58425
58428
|
"current-item-index": i.selectedOption,
|
|
58426
58429
|
onInput: o.changeCarouselItem,
|
|
@@ -58599,7 +58602,7 @@ function $Se(e, t, a, s, i, o) {
|
|
|
58599
58602
|
class: u(e.$style.switchStatesBig1),
|
|
58600
58603
|
id: "switch-lineup"
|
|
58601
58604
|
}, [
|
|
58602
|
-
(a.gameInfo.game_status == 0 || a.gameInfo.game_status == 4) && a.gameRecientes > 0 ? (f(),
|
|
58605
|
+
(a.gameInfo.game_status == 0 || a.gameInfo.game_status == 4) && a.gameRecientes > 0 ? (f(), H(n, {
|
|
58603
58606
|
key: 0,
|
|
58604
58607
|
buttons: ["Historicos", "Recientes", "Probables"],
|
|
58605
58608
|
selectedOption: a.optionSelected,
|
|
@@ -58690,7 +58693,7 @@ function $Se(e, t, a, s, i, o) {
|
|
|
58690
58693
|
r("div", {
|
|
58691
58694
|
class: u(e.$style.sliderMatches1)
|
|
58692
58695
|
}, [
|
|
58693
|
-
a.gameHistoric.length > 0 ? (f(),
|
|
58696
|
+
a.gameHistoric.length > 0 ? (f(), H(c, {
|
|
58694
58697
|
key: 0,
|
|
58695
58698
|
"current-item-index": i.selectedOption,
|
|
58696
58699
|
onInput: o.changeCarouselItem,
|
|
@@ -59031,6 +59034,7 @@ const xSe = {
|
|
|
59031
59034
|
playminutes: [],
|
|
59032
59035
|
showDetails: !1,
|
|
59033
59036
|
teamSelect: "",
|
|
59037
|
+
defaultDropItem: {},
|
|
59034
59038
|
updateCarouselGames: 0,
|
|
59035
59039
|
selectedIndexOption: 0,
|
|
59036
59040
|
openfiltervalue: !1,
|
|
@@ -59039,6 +59043,7 @@ const xSe = {
|
|
|
59039
59043
|
matchdaysFiltersUpdate: [],
|
|
59040
59044
|
gamesFiltersUpdate: [],
|
|
59041
59045
|
localDetails: [],
|
|
59046
|
+
keyUpdate: 0,
|
|
59042
59047
|
foreignDetails: []
|
|
59043
59048
|
};
|
|
59044
59049
|
},
|
|
@@ -59209,7 +59214,7 @@ const xSe = {
|
|
|
59209
59214
|
this.foreignDetails.push({ description: e.away_red_cards_minutes[t], icon: "red-card" });
|
|
59210
59215
|
},
|
|
59211
59216
|
changeCarouselItem(e) {
|
|
59212
|
-
this.getMinutesData(e.selectedItem.minutes), this.$emit("input", e), this.selectedIndexOption = e.selectedItemIndex;
|
|
59217
|
+
e.selectedItem && (this.getMinutesData(e.selectedItem.minutes), this.$emit("input", e), this.selectedIndexOption = e.selectedItemIndex, this.defaultDropItem = { propName: "id", value: e.selectedItem.matchday_id }, this.keyUpdate += 1);
|
|
59213
59218
|
},
|
|
59214
59219
|
changeSwitchRadio(e) {
|
|
59215
59220
|
typeof e != "object" && (this.teamSelect = e, this.$emit("changeTeam", this.teamSelect), this.updateCarouselGames += 1, this.matchFilter());
|
|
@@ -59361,8 +59366,9 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59361
59366
|
"margin-modal": "-83px"
|
|
59362
59367
|
}, null, 8, ["item-select", "is-open", "onChange", "reset"])
|
|
59363
59368
|
], 2),
|
|
59364
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
59365
|
-
key:
|
|
59369
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(d, {
|
|
59370
|
+
key: i.keyUpdate,
|
|
59371
|
+
"default-item-by-prop": i.defaultDropItem,
|
|
59366
59372
|
class: u(e.$style.btnFilter1),
|
|
59367
59373
|
id: "btn-filters",
|
|
59368
59374
|
items: o.matchdaysFinal,
|
|
@@ -59394,12 +59400,13 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59394
59400
|
r("div", null, C(h.name), 1)
|
|
59395
59401
|
]),
|
|
59396
59402
|
_: 1
|
|
59397
|
-
}, 8, ["class", "items", "onInput"])) : w("", !0)
|
|
59403
|
+
}, 8, ["default-item-by-prop", "class", "items", "onInput"])) : w("", !0)
|
|
59398
59404
|
], 2),
|
|
59399
59405
|
r("div", {
|
|
59400
59406
|
class: u(e.$style.match)
|
|
59401
59407
|
}, [
|
|
59402
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
59408
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(l, {
|
|
59409
|
+
"default-item-by-index": 2,
|
|
59403
59410
|
key: i.updateCarouselGames,
|
|
59404
59411
|
items: o.gameRecientesFilter,
|
|
59405
59412
|
"current-item-index": i.selectedIndexOption,
|
|
@@ -59517,7 +59524,7 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59517
59524
|
}, "Eliminar filtros aplicados", 2)
|
|
59518
59525
|
], 2)
|
|
59519
59526
|
])),
|
|
59520
|
-
i.showDetails ? (f(),
|
|
59527
|
+
i.showDetails ? (f(), H(m, {
|
|
59521
59528
|
key: 2,
|
|
59522
59529
|
style: { "margin-top": "30px" },
|
|
59523
59530
|
localDetails: i.localDetails,
|
|
@@ -59672,8 +59679,9 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59672
59679
|
"margin-modal": "-99px"
|
|
59673
59680
|
}, null, 8, ["item-select", "is-open", "onChange"])
|
|
59674
59681
|
], 2),
|
|
59675
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
59676
|
-
key:
|
|
59682
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(d, {
|
|
59683
|
+
key: i.keyUpdate,
|
|
59684
|
+
"default-item-by-prop": i.defaultDropItem,
|
|
59677
59685
|
class: u(e.$style.btnFilter1),
|
|
59678
59686
|
id: "btn-filters",
|
|
59679
59687
|
items: o.matchdaysFinal,
|
|
@@ -59705,7 +59713,7 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59705
59713
|
r("div", null, C(h.name), 1)
|
|
59706
59714
|
]),
|
|
59707
59715
|
_: 1
|
|
59708
|
-
}, 8, ["class", "items", "onInput"])) : w("", !0),
|
|
59716
|
+
}, 8, ["default-item-by-prop", "class", "items", "onInput"])) : w("", !0),
|
|
59709
59717
|
r("div", {
|
|
59710
59718
|
class: u(e.$style.btnDetails1)
|
|
59711
59719
|
}, [
|
|
@@ -59728,7 +59736,7 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59728
59736
|
r("div", {
|
|
59729
59737
|
class: u(e.$style.match1)
|
|
59730
59738
|
}, [
|
|
59731
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
59739
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(l, {
|
|
59732
59740
|
key: 0,
|
|
59733
59741
|
items: o.gameRecientesFilter,
|
|
59734
59742
|
"current-item-index": i.selectedIndexOption,
|
|
@@ -59846,7 +59854,7 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59846
59854
|
}, "Eliminar filtros aplicados", 2)
|
|
59847
59855
|
], 2)
|
|
59848
59856
|
])),
|
|
59849
|
-
i.showDetails ? (f(),
|
|
59857
|
+
i.showDetails ? (f(), H(m, {
|
|
59850
59858
|
key: 2,
|
|
59851
59859
|
style: { "margin-top": "30px" },
|
|
59852
59860
|
localDetails: i.localDetails,
|
|
@@ -59980,8 +59988,9 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59980
59988
|
"margin-modal": "-75px"
|
|
59981
59989
|
}, null, 8, ["item-select", "is-open", "onChange"])
|
|
59982
59990
|
], 2),
|
|
59983
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
59984
|
-
key:
|
|
59991
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(d, {
|
|
59992
|
+
key: i.keyUpdate,
|
|
59993
|
+
"default-item-by-prop": i.defaultDropItem,
|
|
59985
59994
|
class: u(e.$style.filterMatchday),
|
|
59986
59995
|
id: "menu-matchday",
|
|
59987
59996
|
items: o.matchdaysFinal,
|
|
@@ -60013,7 +60022,7 @@ function dxe(e, t, a, s, i, o) {
|
|
|
60013
60022
|
r("div", null, C(h.name), 1)
|
|
60014
60023
|
]),
|
|
60015
60024
|
_: 1
|
|
60016
|
-
}, 8, ["class", "items", "onInput"])) : w("", !0),
|
|
60025
|
+
}, 8, ["default-item-by-prop", "class", "items", "onInput"])) : w("", !0),
|
|
60017
60026
|
r("div", {
|
|
60018
60027
|
class: u(e.$style.btnDetails2)
|
|
60019
60028
|
}, [
|
|
@@ -60039,7 +60048,7 @@ function dxe(e, t, a, s, i, o) {
|
|
|
60039
60048
|
r("div", {
|
|
60040
60049
|
class: u(e.$style.match)
|
|
60041
60050
|
}, [
|
|
60042
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
60051
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(l, {
|
|
60043
60052
|
key: 0,
|
|
60044
60053
|
items: o.gameRecientesFilter,
|
|
60045
60054
|
"current-item-index": i.selectedIndexOption,
|
|
@@ -60157,7 +60166,7 @@ function dxe(e, t, a, s, i, o) {
|
|
|
60157
60166
|
}, "Eliminar filtros aplicados", 2)
|
|
60158
60167
|
], 2)
|
|
60159
60168
|
])),
|
|
60160
|
-
i.showDetails ? (f(),
|
|
60169
|
+
i.showDetails ? (f(), H(m, {
|
|
60161
60170
|
key: 2,
|
|
60162
60171
|
style: { "margin-top": "30px" },
|
|
60163
60172
|
localDetails: i.localDetails,
|
|
@@ -61383,6 +61392,7 @@ const AOe = {
|
|
|
61383
61392
|
playersHome: [],
|
|
61384
61393
|
gamesContainerWidth: 0,
|
|
61385
61394
|
playersAway: [],
|
|
61395
|
+
defaultDropItem: {},
|
|
61386
61396
|
subsTitle: !1,
|
|
61387
61397
|
uniformHome: "",
|
|
61388
61398
|
valueUpdateRecientes: 0,
|
|
@@ -61569,7 +61579,7 @@ const AOe = {
|
|
|
61569
61579
|
selectOptMenuheader: {
|
|
61570
61580
|
immediate: !0,
|
|
61571
61581
|
async handler(e) {
|
|
61572
|
-
this.selectedOption !== "Postmatch" && (e === "Historicos" && await this.getLineUp(this.gamesHistoric[0].game), e === "Recientes" && (await this.getLineUp(this.gamesRecientes[this.gameInfoheader.home_team_abbreviation][0].id), this.valueUpdateRecientes += 1));
|
|
61582
|
+
this.selectedOption !== "Postmatch" && (e === "Historicos" && this.gamesHistoric[0] && await this.getLineUp(this.gamesHistoric[0].game), e === "Recientes" && (await this.getLineUp(this.gamesRecientes[this.gameInfoheader.home_team_abbreviation][0].id), this.valueUpdateRecientes += 1));
|
|
61573
61583
|
}
|
|
61574
61584
|
},
|
|
61575
61585
|
"$socket.connected": {
|
|
@@ -62902,7 +62912,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
62902
62912
|
r("div", OOe, C(o.sizeBrowser), 1),
|
|
62903
62913
|
r("div", TOe, [
|
|
62904
62914
|
r("div", EOe, [
|
|
62905
|
-
a.selectedOption == "Postmatch" ? (f(),
|
|
62915
|
+
a.selectedOption == "Postmatch" ? (f(), H(n, {
|
|
62906
62916
|
key: 0,
|
|
62907
62917
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
62908
62918
|
"option-selected": i.selectOptMenuheader,
|
|
@@ -62912,7 +62922,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
62912
62922
|
"matchdays-default": i.matchdaysPerTeam,
|
|
62913
62923
|
"game-historic": i.gamesHistoric
|
|
62914
62924
|
}, null, 8, ["onClickOnSelectOption", "option-selected", "width-size", "game-info", "onInput", "matchdays-default", "game-historic"])) : (f(), _(E, { key: 1 }, [
|
|
62915
|
-
i.selectOptMenuheader == "Historicos" ? (f(),
|
|
62925
|
+
i.selectOptMenuheader == "Historicos" ? (f(), H(c, {
|
|
62916
62926
|
key: 0,
|
|
62917
62927
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
62918
62928
|
"option-selected": i.selectOptMenuheader,
|
|
@@ -62923,7 +62933,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
62923
62933
|
"game-historic": i.gamesHistoric,
|
|
62924
62934
|
"game-recientes": Object.keys(i.gameInfoheader).length > 0 ? i.gamesRecientes[i.gameInfoheader.home_team_abbreviation].length + i.gamesRecientes[i.gameInfoheader.away_team_abbreviation].length : 0
|
|
62925
62935
|
}, null, 8, ["onClickOnSelectOption", "option-selected", "width-size", "game-info", "onInput", "matchdays-default", "game-historic", "game-recientes"])) : w("", !0),
|
|
62926
|
-
i.selectOptMenuheader == "Recientes" ? (f(),
|
|
62936
|
+
i.selectOptMenuheader == "Recientes" ? (f(), H(p, {
|
|
62927
62937
|
key: 1,
|
|
62928
62938
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
62929
62939
|
style: { "margin-bottom": "100px" },
|
|
@@ -62936,7 +62946,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
62936
62946
|
onInput: o.changeCarouselItemRecent,
|
|
62937
62947
|
"game-recientes": i.gamesRecientes
|
|
62938
62948
|
}, null, 8, ["onClickOnSelectOption", "option-selected", "width-size", "game-info", "player-home", "player-away", "matchdays-default", "onInput", "game-recientes"])) : w("", !0),
|
|
62939
|
-
i.selectOptMenuheader == "Probables" ? (f(),
|
|
62949
|
+
i.selectOptMenuheader == "Probables" ? (f(), H(d, {
|
|
62940
62950
|
key: 2,
|
|
62941
62951
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
62942
62952
|
style: { "margin-bottom": "80px" },
|
|
@@ -63201,7 +63211,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
63201
63211
|
])) : w("", !0),
|
|
63202
63212
|
r("div", ETe, [
|
|
63203
63213
|
(f(!0), _(E, null, he(i.playersHome, (m, h) => (f(), _(E, { key: h }, [
|
|
63204
|
-
m.played ? (f(),
|
|
63214
|
+
m.played ? (f(), H(l, {
|
|
63205
63215
|
key: 0,
|
|
63206
63216
|
type: 1,
|
|
63207
63217
|
position: o.positionClass,
|
|
@@ -63212,7 +63222,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
63212
63222
|
r("div", FTe, [
|
|
63213
63223
|
RTe,
|
|
63214
63224
|
(f(!0), _(E, null, he(i.playersHome, (m, h) => (f(), _(E, { key: h }, [
|
|
63215
|
-
m.played ? w("", !0) : (f(),
|
|
63225
|
+
m.played ? w("", !0) : (f(), H(l, {
|
|
63216
63226
|
key: 0,
|
|
63217
63227
|
type: 1,
|
|
63218
63228
|
position: o.positionClass,
|
|
@@ -63240,7 +63250,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
63240
63250
|
(f(!0), _(E, null, he(i.playersAway, (m, h) => (f(), _(E, {
|
|
63241
63251
|
key: h + "line_away"
|
|
63242
63252
|
}, [
|
|
63243
|
-
m.played ? (f(),
|
|
63253
|
+
m.played ? (f(), H(l, {
|
|
63244
63254
|
key: 0,
|
|
63245
63255
|
type: 2,
|
|
63246
63256
|
position: o.positionClass2,
|
|
@@ -63253,7 +63263,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
63253
63263
|
(f(!0), _(E, null, he(i.playersAway, (m, h) => (f(), _(E, {
|
|
63254
63264
|
key: h + "line_away"
|
|
63255
63265
|
}, [
|
|
63256
|
-
m.played ? w("", !0) : (f(),
|
|
63266
|
+
m.played ? w("", !0) : (f(), H(l, {
|
|
63257
63267
|
key: 0,
|
|
63258
63268
|
type: 2,
|
|
63259
63269
|
position: o.positionClass2,
|
|
@@ -63317,12 +63327,12 @@ const VTe = /* @__PURE__ */ Jt(AOe, [["render", UTe]]), GTe = {
|
|
|
63317
63327
|
function WTe(e, t, a, s, i, o) {
|
|
63318
63328
|
const n = W("GSCLineups2D"), c = W("GSCLineups3D");
|
|
63319
63329
|
return f(), _("div", null, [
|
|
63320
|
-
a.type == "2D" ? (f(),
|
|
63330
|
+
a.type == "2D" ? (f(), H(n, {
|
|
63321
63331
|
key: 0,
|
|
63322
63332
|
"selected-option": a.selectedOption,
|
|
63323
63333
|
game: a.game
|
|
63324
63334
|
}, null, 8, ["selected-option", "game"])) : w("", !0),
|
|
63325
|
-
a.type == "3D" ? (f(),
|
|
63335
|
+
a.type == "3D" ? (f(), H(c, {
|
|
63326
63336
|
key: 1,
|
|
63327
63337
|
"selected-option": a.selectedOption,
|
|
63328
63338
|
game: a.game
|
|
@@ -66888,7 +66898,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66888
66898
|
class: u(o.pgtcontainercardClass),
|
|
66889
66899
|
style: L(y == 0 ? "margin-left: 0px !important; color: white;" : "")
|
|
66890
66900
|
}, [
|
|
66891
|
-
a.type == 2 ? (f(),
|
|
66901
|
+
a.type == 2 ? (f(), H(n, {
|
|
66892
66902
|
key: 0,
|
|
66893
66903
|
"color-background-home": h.color,
|
|
66894
66904
|
"name-player": a.data.player_name,
|
|
@@ -66898,7 +66908,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66898
66908
|
"logo-home": h.team_logo,
|
|
66899
66909
|
onOnclickPlayVideos: (g) => o.onclickPlayVideos({ data: h, type: 2 }),
|
|
66900
66910
|
"photo-profile": h.player_action
|
|
66901
|
-
}, null, 8, ["color-background-home", "name-player", "background", "name-category", "logo-home", "onOnclickPlayVideos", "photo-profile"])) : a.type == 1 || a.type == 4 || a.type == 5 ? (f(),
|
|
66911
|
+
}, null, 8, ["color-background-home", "name-player", "background", "name-category", "logo-home", "onOnclickPlayVideos", "photo-profile"])) : a.type == 1 || a.type == 4 || a.type == 5 ? (f(), H(c, {
|
|
66902
66912
|
key: 1,
|
|
66903
66913
|
type: "team",
|
|
66904
66914
|
"name-team": h.team_name != null ? h.team_name : "",
|
|
@@ -66908,7 +66918,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66908
66918
|
onOnclickPlayVideos: (g) => o.onclickPlayVideos({ data: h, type: 3 }),
|
|
66909
66919
|
background: h.player_action,
|
|
66910
66920
|
"name-category": h.player_name
|
|
66911
|
-
}, null, 8, ["name-team", "color-background-home", "logo-home", "onOnclickPlayVideos", "background", "name-category"])) : a.type == 0 ? (f(),
|
|
66921
|
+
}, null, 8, ["name-team", "color-background-home", "logo-home", "onOnclickPlayVideos", "background", "name-category"])) : a.type == 0 ? (f(), H(p, {
|
|
66912
66922
|
key: 2,
|
|
66913
66923
|
items: h,
|
|
66914
66924
|
type: 2,
|
|
@@ -66928,7 +66938,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66928
66938
|
"photo-profile": h.photo_profile,
|
|
66929
66939
|
"score-away": h.scoreaway,
|
|
66930
66940
|
"season-name": h.seasonname
|
|
66931
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "color-font-home", "color-font-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 6 ? (f(),
|
|
66941
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "color-font-home", "color-font-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 6 ? (f(), H(d, {
|
|
66932
66942
|
key: 3,
|
|
66933
66943
|
items: h,
|
|
66934
66944
|
"color-background-home": h.backgroundhome,
|
|
@@ -66941,7 +66951,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66941
66951
|
matchday: h.match,
|
|
66942
66952
|
"season-name": h.seasonname,
|
|
66943
66953
|
score: h.score
|
|
66944
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "onOnclickPlayVideos", "matchday", "season-name", "score"])) : a.type == 7 ? (f(),
|
|
66954
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "onOnclickPlayVideos", "matchday", "season-name", "score"])) : a.type == 7 ? (f(), H(d, {
|
|
66945
66955
|
key: 4,
|
|
66946
66956
|
items: h,
|
|
66947
66957
|
"color-background-home": h.backgroundhome,
|
|
@@ -66954,7 +66964,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66954
66964
|
matchday: h.match,
|
|
66955
66965
|
"season-name": h.seasonname,
|
|
66956
66966
|
score: h.score
|
|
66957
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "onOnclickPlayVideos", "matchday", "season-name", "score"])) : a.type == 8 ? (f(),
|
|
66967
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "onOnclickPlayVideos", "matchday", "season-name", "score"])) : a.type == 8 ? (f(), H(p, {
|
|
66958
66968
|
key: 5,
|
|
66959
66969
|
items: h,
|
|
66960
66970
|
type: 2,
|
|
@@ -66974,7 +66984,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66974
66984
|
"photo-profile": h.photo_profile,
|
|
66975
66985
|
"score-away": h.scoreaway,
|
|
66976
66986
|
"season-name": h.seasonname
|
|
66977
|
-
}, null, 8, ["items", "color-font-home", "color-font-away", "color-background-home", "color-background-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 9 ? (f(),
|
|
66987
|
+
}, null, 8, ["items", "color-font-home", "color-font-away", "color-background-home", "color-background-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 9 ? (f(), H(p, {
|
|
66978
66988
|
key: 6,
|
|
66979
66989
|
items: h,
|
|
66980
66990
|
type: 2,
|
|
@@ -66992,7 +67002,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66992
67002
|
"photo-profile": h.photo_profile,
|
|
66993
67003
|
"score-away": h.scoreaway,
|
|
66994
67004
|
"season-name": h.seasonname
|
|
66995
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "onOnclickPlayVideos", "logo-away", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 10 ? (f(),
|
|
67005
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "onOnclickPlayVideos", "logo-away", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 10 ? (f(), H(d, {
|
|
66996
67006
|
key: 7,
|
|
66997
67007
|
items: h,
|
|
66998
67008
|
"color-background-home": h.backgroundhome,
|
|
@@ -67005,7 +67015,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
67005
67015
|
matchday: h.match,
|
|
67006
67016
|
"season-name": h.seasonname,
|
|
67007
67017
|
score: h.score
|
|
67008
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "matchday", "season-name", "score"])) : a.type == 11 ? (f(),
|
|
67018
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "matchday", "season-name", "score"])) : a.type == 11 ? (f(), H(p, {
|
|
67009
67019
|
key: 8,
|
|
67010
67020
|
items: h,
|
|
67011
67021
|
type: 2,
|
|
@@ -67025,7 +67035,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
67025
67035
|
"photo-profile": h.photo_profile,
|
|
67026
67036
|
"score-away": h.scoreaway,
|
|
67027
67037
|
"season-name": h.seasonname
|
|
67028
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "name-home-team", "name-away-team", "matchday", "color-font-home", "color-font-away", "onOnclickPlayVideos", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 12 ? (f(),
|
|
67038
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "name-home-team", "name-away-team", "matchday", "color-font-home", "color-font-away", "onOnclickPlayVideos", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 12 ? (f(), H(p, {
|
|
67029
67039
|
key: 9,
|
|
67030
67040
|
items: h,
|
|
67031
67041
|
type: 2,
|
|
@@ -67045,7 +67055,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
67045
67055
|
"photo-profile": h.photo_profile,
|
|
67046
67056
|
"score-away": h.scoreaway,
|
|
67047
67057
|
"season-name": h.seasonname
|
|
67048
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "color-font-home", "color-font-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 13 ? (f(),
|
|
67058
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "color-font-home", "color-font-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : a.type == 13 ? (f(), H(p, {
|
|
67049
67059
|
key: 10,
|
|
67050
67060
|
items: h,
|
|
67051
67061
|
type: 2,
|
|
@@ -67063,7 +67073,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
67063
67073
|
"photo-profile": h.photo_profile,
|
|
67064
67074
|
"score-away": h.scoreaway,
|
|
67065
67075
|
"season-name": h.seasonname
|
|
67066
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : (f(),
|
|
67076
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "onOnclickPlayVideos", "background", "name-home-team", "name-away-team", "matchday", "score-home", "photo-profile", "score-away", "season-name"])) : (f(), H(l, {
|
|
67067
67077
|
key: 11,
|
|
67068
67078
|
type: "player",
|
|
67069
67079
|
"color-background-home": h.colorbackgroundhome,
|
|
@@ -69624,7 +69634,7 @@ function SDe(e, t, a, s, i, o) {
|
|
|
69624
69634
|
])) : w("", !0)
|
|
69625
69635
|
], 4),
|
|
69626
69636
|
r("div", rDe, [
|
|
69627
|
-
i.item.background != "" ? (f(),
|
|
69637
|
+
i.item.background != "" ? (f(), H(n, {
|
|
69628
69638
|
key: 0,
|
|
69629
69639
|
"color-background-home": i.item.backgroundhome,
|
|
69630
69640
|
"color-background-away": i.item.backgroundaway,
|
|
@@ -69693,7 +69703,7 @@ function SDe(e, t, a, s, i, o) {
|
|
|
69693
69703
|
class: "gsWidthDataContainer",
|
|
69694
69704
|
key: i.componentKey
|
|
69695
69705
|
}, [
|
|
69696
|
-
a.type == "Postmatch" ? (f(),
|
|
69706
|
+
a.type == "Postmatch" ? (f(), H(d, {
|
|
69697
69707
|
key: 0,
|
|
69698
69708
|
onOpenmedia: o.openmedia,
|
|
69699
69709
|
type: 0,
|
|
@@ -69705,7 +69715,7 @@ function SDe(e, t, a, s, i, o) {
|
|
|
69705
69715
|
onOnClickCard: e.onClickCard,
|
|
69706
69716
|
onOnClickCategory: e.onClickCategory,
|
|
69707
69717
|
onOnViewMore: o.onViewMoreGs
|
|
69708
|
-
}, null, 8, ["onOpenmedia", "data", "onOnClickVideos", "onOnClickCard", "onOnClickCategory", "onOnViewMore"])) : (f(),
|
|
69718
|
+
}, null, 8, ["onOpenmedia", "data", "onOnClickVideos", "onOnClickCard", "onOnClickCategory", "onOnViewMore"])) : (f(), H(d, {
|
|
69709
69719
|
key: 1,
|
|
69710
69720
|
onOpenmedia: o.openmedia,
|
|
69711
69721
|
type: 0,
|
|
@@ -69768,12 +69778,12 @@ function SDe(e, t, a, s, i, o) {
|
|
|
69768
69778
|
})
|
|
69769
69779
|
]),
|
|
69770
69780
|
a.showLineups ? (f(), _("div", _De, [
|
|
69771
|
-
a.type == "Postmatch" ? (f(),
|
|
69781
|
+
a.type == "Postmatch" ? (f(), H(y, {
|
|
69772
69782
|
key: 0,
|
|
69773
69783
|
type: "2D",
|
|
69774
69784
|
"selected-option": "Postmatch",
|
|
69775
69785
|
game: { game_id: a.config.game, season_id: a.config.season_id, prematch: !1 }
|
|
69776
|
-
}, null, 8, ["game"])) : (f(),
|
|
69786
|
+
}, null, 8, ["game"])) : (f(), H(y, {
|
|
69777
69787
|
key: 1,
|
|
69778
69788
|
type: "2D",
|
|
69779
69789
|
"selected-option": "Historicos",
|
|
@@ -69866,7 +69876,7 @@ const kDe = { class: "datagame-container" }, $De = {
|
|
|
69866
69876
|
}
|
|
69867
69877
|
return (n, c) => (f(), _("div", kDe, [
|
|
69868
69878
|
e.game.game_status == 4 ? (f(), _(E, { key: 0 }, [
|
|
69869
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
69879
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(J5), {
|
|
69870
69880
|
onOpenmedia: i,
|
|
69871
69881
|
onChangeToTab: o,
|
|
69872
69882
|
type: "Prematch",
|
|
@@ -69875,7 +69885,7 @@ const kDe = { class: "datagame-container" }, $De = {
|
|
|
69875
69885
|
showLineups: e.showLineups
|
|
69876
69886
|
}, null, 8, ["config", "showLineups"])) : w("", !0)
|
|
69877
69887
|
], 64)) : (f(), _(E, { key: 1 }, [
|
|
69878
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
69888
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(J5), {
|
|
69879
69889
|
onOpenmedia: i,
|
|
69880
69890
|
onChangeToTab: o,
|
|
69881
69891
|
type: "Postmatch",
|
|
@@ -72916,7 +72926,7 @@ function qze(e, t, a, s, i, o) {
|
|
|
72916
72926
|
])
|
|
72917
72927
|
]),
|
|
72918
72928
|
r("div", Nze, [
|
|
72919
|
-
a.gameData.status !== 4 ? (f(),
|
|
72929
|
+
a.gameData.status !== 4 ? (f(), H(kC, {
|
|
72920
72930
|
key: 0,
|
|
72921
72931
|
name: i.transitionName,
|
|
72922
72932
|
tag: "div"
|
|
@@ -73627,7 +73637,7 @@ const xHe = ut({
|
|
|
73627
73637
|
}, null, 8, ["buttons", "width", "selected-option"])
|
|
73628
73638
|
])
|
|
73629
73639
|
]),
|
|
73630
|
-
(f(),
|
|
73640
|
+
(f(), H(Cb(h.value.componentName), {
|
|
73631
73641
|
game: v.value,
|
|
73632
73642
|
subsection: ve(y),
|
|
73633
73643
|
seasonSelected: i.value,
|