@golstats/gsc-game-data 1.0.50 → 1.0.51
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 +325 -316
- package/dist/gsc-game-data.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +3 -3
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,
|
|
@@ -25220,7 +25220,7 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25220
25220
|
r("div", CX, C(o.sizeBrowser), 1),
|
|
25221
25221
|
r("div", SX, [
|
|
25222
25222
|
r("div", kX, [
|
|
25223
|
-
a.selectedOption == "Postmatch" ? (f(),
|
|
25223
|
+
a.selectedOption == "Postmatch" ? (f(), H(n, {
|
|
25224
25224
|
key: 0,
|
|
25225
25225
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
25226
25226
|
"option-selected": i.selectOptMenuheader,
|
|
@@ -25230,7 +25230,7 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25230
25230
|
"matchdays-default": i.matchdaysPerTeam,
|
|
25231
25231
|
"game-historic": i.gamesHistoric
|
|
25232
25232
|
}, null, 8, ["onClickOnSelectOption", "option-selected", "width-size", "game-info", "onInput", "matchdays-default", "game-historic"])) : (f(), _(E, { key: 1 }, [
|
|
25233
|
-
i.selectOptMenuheader == "Historicos" ? (f(),
|
|
25233
|
+
i.selectOptMenuheader == "Historicos" ? (f(), H(c, {
|
|
25234
25234
|
key: 0,
|
|
25235
25235
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
25236
25236
|
"option-selected": i.selectOptMenuheader,
|
|
@@ -25241,7 +25241,7 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25241
25241
|
"game-historic": i.gamesHistoric,
|
|
25242
25242
|
"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
25243
|
}, null, 8, ["onClickOnSelectOption", "option-selected", "width-size", "game-info", "onInput", "matchdays-default", "game-historic", "game-recientes"])) : w("", !0),
|
|
25244
|
-
i.selectOptMenuheader == "Recientes" ? (f(),
|
|
25244
|
+
i.selectOptMenuheader == "Recientes" ? (f(), H(p, {
|
|
25245
25245
|
key: 1,
|
|
25246
25246
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
25247
25247
|
style: { "margin-bottom": "100px" },
|
|
@@ -25254,7 +25254,7 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25254
25254
|
onInput: o.changeCarouselItemRecent,
|
|
25255
25255
|
"game-recientes": i.gamesRecientes
|
|
25256
25256
|
}, 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(),
|
|
25257
|
+
i.selectOptMenuheader == "Probables" ? (f(), H(d, {
|
|
25258
25258
|
key: 2,
|
|
25259
25259
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
25260
25260
|
style: { "margin-bottom": "80px" },
|
|
@@ -25519,7 +25519,7 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25519
25519
|
])) : w("", !0),
|
|
25520
25520
|
r("div", kZ, [
|
|
25521
25521
|
(f(!0), _(E, null, he(i.playersHome, (m, h) => (f(), _(E, { key: h }, [
|
|
25522
|
-
m.played ? (f(),
|
|
25522
|
+
m.played ? (f(), H(l, {
|
|
25523
25523
|
key: 0,
|
|
25524
25524
|
type: 1,
|
|
25525
25525
|
position: o.positionClass,
|
|
@@ -25530,7 +25530,7 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25530
25530
|
r("div", $Z, [
|
|
25531
25531
|
xZ,
|
|
25532
25532
|
(f(!0), _(E, null, he(i.playersHome, (m, h) => (f(), _(E, { key: h }, [
|
|
25533
|
-
m.played ? w("", !0) : (f(),
|
|
25533
|
+
m.played ? w("", !0) : (f(), H(l, {
|
|
25534
25534
|
key: 0,
|
|
25535
25535
|
type: 1,
|
|
25536
25536
|
position: o.positionClass,
|
|
@@ -25558,7 +25558,7 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25558
25558
|
(f(!0), _(E, null, he(i.playersAway, (m, h) => (f(), _(E, {
|
|
25559
25559
|
key: h + "line_away"
|
|
25560
25560
|
}, [
|
|
25561
|
-
m.played ? (f(),
|
|
25561
|
+
m.played ? (f(), H(l, {
|
|
25562
25562
|
key: 0,
|
|
25563
25563
|
type: 2,
|
|
25564
25564
|
position: o.positionClass2,
|
|
@@ -25571,7 +25571,7 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25571
25571
|
(f(!0), _(E, null, he(i.playersAway, (m, h) => (f(), _(E, {
|
|
25572
25572
|
key: h + "line_away"
|
|
25573
25573
|
}, [
|
|
25574
|
-
m.played ? w("", !0) : (f(),
|
|
25574
|
+
m.played ? w("", !0) : (f(), H(l, {
|
|
25575
25575
|
key: 0,
|
|
25576
25576
|
type: 2,
|
|
25577
25577
|
position: o.positionClass2,
|
|
@@ -25635,12 +25635,12 @@ const jZ = /* @__PURE__ */ qt(wX, [["render", LZ]]), DZ = {
|
|
|
25635
25635
|
function NZ(e, t, a, s, i, o) {
|
|
25636
25636
|
const n = W("GSCLineups2D"), c = W("GSCLineups3D");
|
|
25637
25637
|
return f(), _("div", null, [
|
|
25638
|
-
a.type == "2D" ? (f(),
|
|
25638
|
+
a.type == "2D" ? (f(), H(n, {
|
|
25639
25639
|
key: 0,
|
|
25640
25640
|
"selected-option": a.selectedOption,
|
|
25641
25641
|
game: a.game
|
|
25642
25642
|
}, null, 8, ["selected-option", "game"])) : w("", !0),
|
|
25643
|
-
a.type == "3D" ? (f(),
|
|
25643
|
+
a.type == "3D" ? (f(), H(c, {
|
|
25644
25644
|
key: 1,
|
|
25645
25645
|
"selected-option": a.selectedOption,
|
|
25646
25646
|
game: a.game
|
|
@@ -25687,14 +25687,14 @@ const MZ = { class: "alineaciones-container" }, zZ = {
|
|
|
25687
25687
|
{ deep: !0, immediate: !0 }
|
|
25688
25688
|
), (s, i) => (f(), _("div", MZ, [
|
|
25689
25689
|
e.game.status == 4 ? (f(), _(E, { key: 0 }, [
|
|
25690
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
25690
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(T1), {
|
|
25691
25691
|
key: a.value,
|
|
25692
25692
|
type: "3D",
|
|
25693
25693
|
"selected-option": "Historicos",
|
|
25694
25694
|
game: { game_id: e.game.gameId, season_id: e.game.seasonId, prematch: !1 }
|
|
25695
25695
|
}, null, 8, ["game"])) : w("", !0)
|
|
25696
25696
|
], 64)) : (f(), _(E, { key: 1 }, [
|
|
25697
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
25697
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(T1), {
|
|
25698
25698
|
key: a.value,
|
|
25699
25699
|
type: "3D",
|
|
25700
25700
|
"selected-option": "Postmatch",
|
|
@@ -29048,15 +29048,15 @@ var cee = ut({
|
|
|
29048
29048
|
function k() {
|
|
29049
29049
|
if (!m || !Object.keys(m).length)
|
|
29050
29050
|
return;
|
|
29051
|
-
const A = Object.keys(m).map((
|
|
29051
|
+
const A = Object.keys(m).map((U) => Number(U)).sort((U, be) => +be - +U);
|
|
29052
29052
|
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[
|
|
29053
|
+
A.some((U) => {
|
|
29054
|
+
const be = window.matchMedia(`(min-width: ${U}px)`).matches;
|
|
29055
|
+
return be && (V = Object.assign(Object.assign({}, V), m[U])), be;
|
|
29056
29056
|
}), O(V);
|
|
29057
29057
|
}
|
|
29058
29058
|
function O(A) {
|
|
29059
|
-
Object.entries(A).forEach(([V,
|
|
29059
|
+
Object.entries(A).forEach(([V, U]) => d[V] = U);
|
|
29060
29060
|
}
|
|
29061
29061
|
const B = ree(() => {
|
|
29062
29062
|
k(), j();
|
|
@@ -29092,18 +29092,18 @@ var cee = ut({
|
|
|
29092
29092
|
}
|
|
29093
29093
|
const F = nee((A) => {
|
|
29094
29094
|
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 =
|
|
29095
|
+
const V = M.x - G.x, U = M.y - G.y;
|
|
29096
|
+
D.y = U, D.x = V;
|
|
29097
29097
|
}, d.throttle);
|
|
29098
29098
|
function J() {
|
|
29099
|
-
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4,
|
|
29100
|
-
if (
|
|
29099
|
+
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4, U = Math.round(D.x / c.value + V) * A;
|
|
29100
|
+
if (U && !R) {
|
|
29101
29101
|
const be = (st) => {
|
|
29102
29102
|
st.stopPropagation(), window.removeEventListener("click", be, !0);
|
|
29103
29103
|
};
|
|
29104
29104
|
window.addEventListener("click", be, !0);
|
|
29105
29105
|
}
|
|
29106
|
-
ue(h.value -
|
|
29106
|
+
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
29107
|
}
|
|
29108
29108
|
function mt() {
|
|
29109
29109
|
!d.autoplay || d.autoplay <= 0 || (S = setInterval(() => {
|
|
@@ -29127,12 +29127,12 @@ var cee = ut({
|
|
|
29127
29127
|
slidesCount: p.value
|
|
29128
29128
|
}), X.value = !0, y.value = h.value, h.value = V, I = setTimeout(() => {
|
|
29129
29129
|
if (d.wrapAround) {
|
|
29130
|
-
const
|
|
29130
|
+
const U = Hm({
|
|
29131
29131
|
val: V,
|
|
29132
29132
|
max: b.value,
|
|
29133
29133
|
min: 0
|
|
29134
29134
|
});
|
|
29135
|
-
|
|
29135
|
+
U !== h.value && (h.value = U, a("loop", {
|
|
29136
29136
|
currentSlideIndex: h.value,
|
|
29137
29137
|
slidingToIndex: A
|
|
29138
29138
|
}));
|
|
@@ -29203,7 +29203,7 @@ var cee = ut({
|
|
|
29203
29203
|
return () => {
|
|
29204
29204
|
const A = Bw(lt == null ? void 0 : lt(ht)), V = (ct == null ? void 0 : ct(ht)) || [];
|
|
29205
29205
|
A.forEach((it, ot) => it.props.index = ot);
|
|
29206
|
-
let
|
|
29206
|
+
let U = A;
|
|
29207
29207
|
if (d.wrapAround) {
|
|
29208
29208
|
const it = A.map((nt, Ee) => Gt(nt, {
|
|
29209
29209
|
index: -A.length + Ee,
|
|
@@ -29214,7 +29214,7 @@ var cee = ut({
|
|
|
29214
29214
|
isClone: !0,
|
|
29215
29215
|
key: `clone-after-${Ee}`
|
|
29216
29216
|
}));
|
|
29217
|
-
|
|
29217
|
+
U = [...it, ...A, ...ot];
|
|
29218
29218
|
}
|
|
29219
29219
|
n.value = A, p.value = Math.max(A.length, 1);
|
|
29220
29220
|
const be = Oe("ol", {
|
|
@@ -29222,7 +29222,7 @@ var cee = ut({
|
|
|
29222
29222
|
style: Re.value,
|
|
29223
29223
|
onMousedownCapture: d.mouseDrag ? x : null,
|
|
29224
29224
|
onTouchstartPassiveCapture: d.touchDrag ? x : null
|
|
29225
|
-
},
|
|
29225
|
+
}, U), st = Oe("div", { class: "carousel__viewport" }, be);
|
|
29226
29226
|
return Oe("section", {
|
|
29227
29227
|
ref: o,
|
|
29228
29228
|
class: {
|
|
@@ -29489,7 +29489,7 @@ const mee = (e, t) => {
|
|
|
29489
29489
|
onSlideStart: g
|
|
29490
29490
|
}, {
|
|
29491
29491
|
default: Z(() => [
|
|
29492
|
-
(f(!0), _(E, null, he(e.items, (S, I) => (f(),
|
|
29492
|
+
(f(!0), _(E, null, he(e.items, (S, I) => (f(), H(ve(uee), { key: I }, {
|
|
29493
29493
|
default: Z(() => [
|
|
29494
29494
|
Qe(b.$slots, "default", { item: S }, void 0, !0)
|
|
29495
29495
|
]),
|
|
@@ -29750,11 +29750,11 @@ const Ree = "_tarjetaDatosGsDesktoptype4_p1q9z_107", Pee = "_tarjetaDatosGsDeskt
|
|
|
29750
29750
|
}
|
|
29751
29751
|
}, tf = () => {
|
|
29752
29752
|
Ie((e) => ({
|
|
29753
|
-
"
|
|
29754
|
-
|
|
29755
|
-
"
|
|
29756
|
-
|
|
29757
|
-
"
|
|
29753
|
+
"143753ee": e.data.background_color_cards != null && e.customizeColors ? e.data.background_color_cards : "#1b3649",
|
|
29754
|
+
daa04990: e.data.background_color_buttons != null && e.customizeColors ? e.data.background_color_buttons : "#293744",
|
|
29755
|
+
"804c39e8": e.customizeColors ? "" : "#cbee6b",
|
|
29756
|
+
dbbdc3f6: e.colorcard,
|
|
29757
|
+
"9fbab386": e.data.font_color != null && e.customizeColors ? e.data.font_color : "#fff"
|
|
29758
29758
|
}));
|
|
29759
29759
|
}, af = ag.setup;
|
|
29760
29760
|
ag.setup = af ? (e, t) => (tf(), af(e, t)) : tf;
|
|
@@ -29875,7 +29875,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
29875
29875
|
}, [
|
|
29876
29876
|
a.data.category_stats_1 !== "" ? (f(), _("div", {
|
|
29877
29877
|
key: 0,
|
|
29878
|
-
style: L("color:" + a.data.font_color_card + "!important"),
|
|
29878
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
29879
29879
|
class: u(o.dataBoxClass),
|
|
29880
29880
|
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
29881
|
}, [
|
|
@@ -29892,7 +29892,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
29892
29892
|
}, [
|
|
29893
29893
|
r("path", {
|
|
29894
29894
|
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.
|
|
29895
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
29896
29896
|
}, null, 8, Zte)
|
|
29897
29897
|
], 2)),
|
|
29898
29898
|
r("div", {
|
|
@@ -29905,7 +29905,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
29905
29905
|
], 6)) : w("", !0),
|
|
29906
29906
|
a.data.category_stats_2 !== "" ? (f(), _("div", {
|
|
29907
29907
|
key: 1,
|
|
29908
|
-
style: L(
|
|
29908
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
29909
29909
|
class: u(o.dataBoxClass),
|
|
29910
29910
|
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
29911
|
}, [
|
|
@@ -29922,7 +29922,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
29922
29922
|
}, [
|
|
29923
29923
|
r("path", {
|
|
29924
29924
|
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.
|
|
29925
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
29926
29926
|
}, null, 8, Yte)
|
|
29927
29927
|
], 2)),
|
|
29928
29928
|
r("div", {
|
|
@@ -29935,7 +29935,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
29935
29935
|
], 6)) : w("", !0),
|
|
29936
29936
|
a.data.showlast_category && a.data.category_stats_3 !== "" ? (f(), _("div", {
|
|
29937
29937
|
key: 2,
|
|
29938
|
-
style: L(
|
|
29938
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
29939
29939
|
class: u(o.dataBoxClass),
|
|
29940
29940
|
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
29941
|
}, [
|
|
@@ -29952,7 +29952,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
29952
29952
|
}, [
|
|
29953
29953
|
r("path", {
|
|
29954
29954
|
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.
|
|
29955
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
29956
29956
|
}, null, 8, Kte)
|
|
29957
29957
|
], 2)),
|
|
29958
29958
|
r("div", {
|
|
@@ -30043,7 +30043,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30043
30043
|
}, [
|
|
30044
30044
|
a.data.category_stats_1 !== "" ? (f(), _("div", {
|
|
30045
30045
|
key: 0,
|
|
30046
|
-
style: L("color:" + a.data.font_color_card + "!important"),
|
|
30046
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
30047
30047
|
class: u(o.dataBox4Class),
|
|
30048
30048
|
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
30049
|
}, [
|
|
@@ -30060,7 +30060,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30060
30060
|
}, [
|
|
30061
30061
|
r("path", {
|
|
30062
30062
|
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.
|
|
30063
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
30064
30064
|
}, null, 8, iae)
|
|
30065
30065
|
], 2)),
|
|
30066
30066
|
r("div", {
|
|
@@ -30073,7 +30073,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30073
30073
|
], 6)) : w("", !0),
|
|
30074
30074
|
a.data.category_stats_2 !== "" ? (f(), _("div", {
|
|
30075
30075
|
key: 1,
|
|
30076
|
-
style: L("color:" + a.data.font_color_card + "!important"),
|
|
30076
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
30077
30077
|
class: u(o.dataBox4Class),
|
|
30078
30078
|
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
30079
|
}, [
|
|
@@ -30090,7 +30090,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30090
30090
|
}, [
|
|
30091
30091
|
r("path", {
|
|
30092
30092
|
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.
|
|
30093
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
30094
30094
|
}, null, 8, oae)
|
|
30095
30095
|
], 2)),
|
|
30096
30096
|
r("div", {
|
|
@@ -30103,7 +30103,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30103
30103
|
], 6)) : w("", !0),
|
|
30104
30104
|
a.data.showlast_category && a.data.category_stats_3 !== "" ? (f(), _("div", {
|
|
30105
30105
|
key: 2,
|
|
30106
|
-
style: L("color:" + a.data.font_color_card + "!important"),
|
|
30106
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
30107
30107
|
class: u(o.dataBox6Class),
|
|
30108
30108
|
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
30109
|
}, [
|
|
@@ -30120,7 +30120,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30120
30120
|
}, [
|
|
30121
30121
|
r("path", {
|
|
30122
30122
|
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.
|
|
30123
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
30124
30124
|
}, null, 8, nae)
|
|
30125
30125
|
], 2)),
|
|
30126
30126
|
r("div", {
|
|
@@ -30210,7 +30210,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30210
30210
|
}, [
|
|
30211
30211
|
a.data.category_stats_1 !== "" ? (f(), _("div", {
|
|
30212
30212
|
key: 0,
|
|
30213
|
-
style: L("color:" + a.data.font_color_card + "!important"),
|
|
30213
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
30214
30214
|
class: u(o.dataBox7Class),
|
|
30215
30215
|
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
30216
|
}, [
|
|
@@ -30227,7 +30227,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30227
30227
|
}, [
|
|
30228
30228
|
r("path", {
|
|
30229
30229
|
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.
|
|
30230
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
30231
30231
|
}, null, 8, mae)
|
|
30232
30232
|
], 2)),
|
|
30233
30233
|
r("div", {
|
|
@@ -30240,7 +30240,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30240
30240
|
], 6)) : w("", !0),
|
|
30241
30241
|
a.data.category_stats_2 !== "" ? (f(), _("div", {
|
|
30242
30242
|
key: 1,
|
|
30243
|
-
style: L("color:" + a.data.font_color_card + "!important"),
|
|
30243
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
30244
30244
|
class: u(o.dataBox8Class),
|
|
30245
30245
|
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
30246
|
}, [
|
|
@@ -30257,7 +30257,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30257
30257
|
}, [
|
|
30258
30258
|
r("path", {
|
|
30259
30259
|
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.
|
|
30260
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
30261
30261
|
}, null, 8, hae)
|
|
30262
30262
|
], 2)),
|
|
30263
30263
|
r("div", {
|
|
@@ -30270,7 +30270,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30270
30270
|
], 6)) : w("", !0),
|
|
30271
30271
|
a.data.showlast_category && a.data.category_stats_3 !== "" ? (f(), _("div", {
|
|
30272
30272
|
key: 2,
|
|
30273
|
-
style: L("color:" + a.data.font_color_card + "!important"),
|
|
30273
|
+
style: L(a.customizeColors ? "color:" + a.data.font_color_card + "!important" : "color: #FFFFFF !important"),
|
|
30274
30274
|
class: u(o.dataBox8Class),
|
|
30275
30275
|
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
30276
|
}, [
|
|
@@ -30287,7 +30287,7 @@ function gae(e, t, a, s, i, o) {
|
|
|
30287
30287
|
}, [
|
|
30288
30288
|
r("path", {
|
|
30289
30289
|
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.
|
|
30290
|
+
fill: a.data.color_icon_play != null && a.customizeColors ? a.data.color_icon_play : "#CBEE6B"
|
|
30291
30291
|
}, null, 8, pae)
|
|
30292
30292
|
], 2)),
|
|
30293
30293
|
r("div", {
|
|
@@ -30763,7 +30763,7 @@ function $ae(e, t, a, s, i, o) {
|
|
|
30763
30763
|
default: Z(({ item: p }) => [
|
|
30764
30764
|
r("div", kae, [
|
|
30765
30765
|
(f(!0), _(E, null, he(p, (d, l) => (f(), _(E, { key: l }, [
|
|
30766
|
-
a.colorCardByTeam ? (f(),
|
|
30766
|
+
a.colorCardByTeam ? (f(), H(n, {
|
|
30767
30767
|
key: 1,
|
|
30768
30768
|
type: 4,
|
|
30769
30769
|
colorcard: d.color,
|
|
@@ -30773,7 +30773,7 @@ function $ae(e, t, a, s, i, o) {
|
|
|
30773
30773
|
data: d,
|
|
30774
30774
|
onOnClickVideos: o.onclickPlayVideos,
|
|
30775
30775
|
onOnClickCategory: o.onclickPlayVideos
|
|
30776
|
-
}, null, 8, ["colorcard", "click-card", "show-share-button", "customize-colors", "data", "onOnClickVideos", "onOnClickCategory"])) : (f(),
|
|
30776
|
+
}, null, 8, ["colorcard", "click-card", "show-share-button", "customize-colors", "data", "onOnClickVideos", "onOnClickCategory"])) : (f(), H(n, {
|
|
30777
30777
|
key: 0,
|
|
30778
30778
|
type: 4,
|
|
30779
30779
|
"click-card": a.clickCard,
|
|
@@ -32286,14 +32286,14 @@ const une = {
|
|
|
32286
32286
|
function pne(e, t, a, s, i, o) {
|
|
32287
32287
|
const n = W("GSCCardFrecuentConnections"), c = W("GSCCardVideosPlayers"), p = W("GSCHighlightsPostmatch"), d = W("GSCPlays"), l = W("GSCDataGS");
|
|
32288
32288
|
return f(), _("div", null, [
|
|
32289
|
-
a.type == 0 ? (f(),
|
|
32289
|
+
a.type == 0 ? (f(), H(n, {
|
|
32290
32290
|
key: 0,
|
|
32291
32291
|
data: a.data,
|
|
32292
32292
|
"click-card": a.clickCard,
|
|
32293
32293
|
onOnClickPlayer: o.onClickPlayer,
|
|
32294
32294
|
onOnClickVideos: o.onClickVideos
|
|
32295
32295
|
}, null, 8, ["data", "click-card", "onOnClickPlayer", "onOnClickVideos"])) : w("", !0),
|
|
32296
|
-
a.type == 1 ? (f(),
|
|
32296
|
+
a.type == 1 ? (f(), H(c, {
|
|
32297
32297
|
key: 1,
|
|
32298
32298
|
data: a.data,
|
|
32299
32299
|
"click-card": a.clickCard,
|
|
@@ -32305,7 +32305,7 @@ function pne(e, t, a, s, i, o) {
|
|
|
32305
32305
|
onOnClickCard: o.onClickPlayer,
|
|
32306
32306
|
onOnClickVideos: o.onClickVideos
|
|
32307
32307
|
}, null, 8, ["data", "click-card", "background-color", "color-title", "border-color", "background-img", "customize-colors", "onOnClickCard", "onOnClickVideos"])) : w("", !0),
|
|
32308
|
-
a.type == 2 ? (f(),
|
|
32308
|
+
a.type == 2 ? (f(), H(p, {
|
|
32309
32309
|
key: 2,
|
|
32310
32310
|
data: a.data,
|
|
32311
32311
|
"click-card": a.clickCard,
|
|
@@ -32313,7 +32313,7 @@ function pne(e, t, a, s, i, o) {
|
|
|
32313
32313
|
onOnClickCard: o.onClickPlayer,
|
|
32314
32314
|
onOnClickVideos: o.onClickVideos
|
|
32315
32315
|
}, null, 8, ["data", "click-card", "background-img", "onOnClickCard", "onOnClickVideos"])) : w("", !0),
|
|
32316
|
-
a.type == 3 ? (f(),
|
|
32316
|
+
a.type == 3 ? (f(), H(d, {
|
|
32317
32317
|
key: 3,
|
|
32318
32318
|
data: a.data,
|
|
32319
32319
|
"click-card": a.clickCard,
|
|
@@ -32323,7 +32323,7 @@ function pne(e, t, a, s, i, o) {
|
|
|
32323
32323
|
onOnClickCard: o.onClickPlayer,
|
|
32324
32324
|
onOnClickVideos: o.onClickVideos
|
|
32325
32325
|
}, null, 8, ["data", "click-card", "player-photo", "category-icon", "background-color", "onOnClickCard", "onOnClickVideos"])) : w("", !0),
|
|
32326
|
-
a.type == 4 ? (f(),
|
|
32326
|
+
a.type == 4 ? (f(), H(l, {
|
|
32327
32327
|
key: 4,
|
|
32328
32328
|
data: a.data,
|
|
32329
32329
|
"show-share-button": a.showShareButton,
|
|
@@ -32967,7 +32967,7 @@ function Nne(e, t, a, s, i, o) {
|
|
|
32967
32967
|
"background-color": "#172531"
|
|
32968
32968
|
}, {
|
|
32969
32969
|
default: Z(() => [
|
|
32970
|
-
(f(!0), _(E, null, he(i.specials, (l, m) => (f(),
|
|
32970
|
+
(f(!0), _(E, null, he(i.specials, (l, m) => (f(), H(c, {
|
|
32971
32971
|
key: m,
|
|
32972
32972
|
data: l,
|
|
32973
32973
|
"is-slider": !0
|
|
@@ -32979,7 +32979,7 @@ function Nne(e, t, a, s, i, o) {
|
|
|
32979
32979
|
r("div", {
|
|
32980
32980
|
class: u([o.gridClass, e.$style.gridClass])
|
|
32981
32981
|
}, [
|
|
32982
|
-
(f(!0), _(E, null, he(i.specials, (l, m) => (f(),
|
|
32982
|
+
(f(!0), _(E, null, he(i.specials, (l, m) => (f(), H(c, {
|
|
32983
32983
|
key: m,
|
|
32984
32984
|
data: l
|
|
32985
32985
|
}, null, 8, ["data"]))), 128))
|
|
@@ -32991,7 +32991,7 @@ function Nne(e, t, a, s, i, o) {
|
|
|
32991
32991
|
r("div", {
|
|
32992
32992
|
style: L(s.elementSize.width > 720 ? "width:" + (s.elementSize.width - 50) / 2 + "px" : "width:" + (s.elementSize.width - 40) + "px")
|
|
32993
32993
|
}, [
|
|
32994
|
-
(f(!0), _(E, null, he(i.homeTeam, (l, m) => (f(),
|
|
32994
|
+
(f(!0), _(E, null, he(i.homeTeam, (l, m) => (f(), H(d, {
|
|
32995
32995
|
key: m,
|
|
32996
32996
|
type: 4,
|
|
32997
32997
|
style: { "margin-top": "30px" },
|
|
@@ -33005,7 +33005,7 @@ function Nne(e, t, a, s, i, o) {
|
|
|
33005
33005
|
r("div", {
|
|
33006
33006
|
style: L(s.elementSize.width > 720 ? "width:" + (s.elementSize.width - 50) / 2 + "px" : "width:" + (s.elementSize.width - 40) + "px")
|
|
33007
33007
|
}, [
|
|
33008
|
-
(f(!0), _(E, null, he(i.awayTeam, (l, m) => (f(),
|
|
33008
|
+
(f(!0), _(E, null, he(i.awayTeam, (l, m) => (f(), H(d, {
|
|
33009
33009
|
key: m,
|
|
33010
33010
|
type: 4,
|
|
33011
33011
|
style: { "margin-top": "30px" },
|
|
@@ -33066,14 +33066,14 @@ const zne = { class: "datagame-container" }, Hne = {
|
|
|
33066
33066
|
}
|
|
33067
33067
|
return (o, n) => (f(), _("div", zne, [
|
|
33068
33068
|
e.game.game_status == 4 ? (f(), _(E, { key: 0 }, [
|
|
33069
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
33069
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(pf), {
|
|
33070
33070
|
onOpenmedia: i,
|
|
33071
33071
|
key: s.value,
|
|
33072
33072
|
type: 0,
|
|
33073
33073
|
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
33074
|
}, null, 8, ["data"])) : w("", !0)
|
|
33075
33075
|
], 64)) : (f(), _(E, { key: 1 }, [
|
|
33076
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
33076
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(pf), {
|
|
33077
33077
|
onOpenmedia: i,
|
|
33078
33078
|
key: s.value,
|
|
33079
33079
|
type: 1,
|
|
@@ -38304,7 +38304,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38304
38304
|
class: u(o.pgtcontainercardClass),
|
|
38305
38305
|
style: L(y == 0 ? "margin-left: 0px !important; color: white;" : "")
|
|
38306
38306
|
}, [
|
|
38307
|
-
a.type == 2 ? (f(),
|
|
38307
|
+
a.type == 2 ? (f(), H(n, {
|
|
38308
38308
|
key: 0,
|
|
38309
38309
|
"color-background-home": h.color,
|
|
38310
38310
|
"name-player": a.data.player_name,
|
|
@@ -38314,7 +38314,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38314
38314
|
"logo-home": h.team_logo,
|
|
38315
38315
|
onOnclickPlayVideos: (g) => o.onclickPlayVideos({ data: h, type: 2 }),
|
|
38316
38316
|
"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(),
|
|
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(), H(c, {
|
|
38318
38318
|
key: 1,
|
|
38319
38319
|
type: "team",
|
|
38320
38320
|
"name-team": h.team_name != null ? h.team_name : "",
|
|
@@ -38324,7 +38324,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38324
38324
|
onOnclickPlayVideos: (g) => o.onclickPlayVideos({ data: h, type: 3 }),
|
|
38325
38325
|
background: h.player_action,
|
|
38326
38326
|
"name-category": h.player_name
|
|
38327
|
-
}, null, 8, ["name-team", "color-background-home", "logo-home", "onOnclickPlayVideos", "background", "name-category"])) : a.type == 0 ? (f(),
|
|
38327
|
+
}, null, 8, ["name-team", "color-background-home", "logo-home", "onOnclickPlayVideos", "background", "name-category"])) : a.type == 0 ? (f(), H(p, {
|
|
38328
38328
|
key: 2,
|
|
38329
38329
|
items: h,
|
|
38330
38330
|
type: 2,
|
|
@@ -38344,7 +38344,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38344
38344
|
"photo-profile": h.photo_profile,
|
|
38345
38345
|
"score-away": h.scoreaway,
|
|
38346
38346
|
"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(),
|
|
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(), H(d, {
|
|
38348
38348
|
key: 3,
|
|
38349
38349
|
items: h,
|
|
38350
38350
|
"color-background-home": h.backgroundhome,
|
|
@@ -38357,7 +38357,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38357
38357
|
matchday: h.match,
|
|
38358
38358
|
"season-name": h.seasonname,
|
|
38359
38359
|
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(),
|
|
38360
|
+
}, 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
38361
|
key: 4,
|
|
38362
38362
|
items: h,
|
|
38363
38363
|
"color-background-home": h.backgroundhome,
|
|
@@ -38370,7 +38370,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38370
38370
|
matchday: h.match,
|
|
38371
38371
|
"season-name": h.seasonname,
|
|
38372
38372
|
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(),
|
|
38373
|
+
}, 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
38374
|
key: 5,
|
|
38375
38375
|
items: h,
|
|
38376
38376
|
type: 2,
|
|
@@ -38390,7 +38390,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38390
38390
|
"photo-profile": h.photo_profile,
|
|
38391
38391
|
"score-away": h.scoreaway,
|
|
38392
38392
|
"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(),
|
|
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(), H(p, {
|
|
38394
38394
|
key: 6,
|
|
38395
38395
|
items: h,
|
|
38396
38396
|
type: 2,
|
|
@@ -38408,7 +38408,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38408
38408
|
"photo-profile": h.photo_profile,
|
|
38409
38409
|
"score-away": h.scoreaway,
|
|
38410
38410
|
"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(),
|
|
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(), H(d, {
|
|
38412
38412
|
key: 7,
|
|
38413
38413
|
items: h,
|
|
38414
38414
|
"color-background-home": h.backgroundhome,
|
|
@@ -38421,7 +38421,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38421
38421
|
matchday: h.match,
|
|
38422
38422
|
"season-name": h.seasonname,
|
|
38423
38423
|
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(),
|
|
38424
|
+
}, 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
38425
|
key: 8,
|
|
38426
38426
|
items: h,
|
|
38427
38427
|
type: 2,
|
|
@@ -38441,7 +38441,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38441
38441
|
"photo-profile": h.photo_profile,
|
|
38442
38442
|
"score-away": h.scoreaway,
|
|
38443
38443
|
"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(),
|
|
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(), H(p, {
|
|
38445
38445
|
key: 9,
|
|
38446
38446
|
items: h,
|
|
38447
38447
|
type: 2,
|
|
@@ -38461,7 +38461,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38461
38461
|
"photo-profile": h.photo_profile,
|
|
38462
38462
|
"score-away": h.scoreaway,
|
|
38463
38463
|
"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(),
|
|
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(), H(p, {
|
|
38465
38465
|
key: 10,
|
|
38466
38466
|
items: h,
|
|
38467
38467
|
type: 2,
|
|
@@ -38479,7 +38479,7 @@ function bue(e, t, a, s, i, o) {
|
|
|
38479
38479
|
"photo-profile": h.photo_profile,
|
|
38480
38480
|
"score-away": h.scoreaway,
|
|
38481
38481
|
"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(),
|
|
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(), H(l, {
|
|
38483
38483
|
key: 11,
|
|
38484
38484
|
type: "player",
|
|
38485
38485
|
"color-background-home": h.colorbackgroundhome,
|
|
@@ -40002,14 +40002,14 @@ const oge = {
|
|
|
40002
40002
|
function lge(e, t, a, s, i, o) {
|
|
40003
40003
|
const n = W("GSCCardFrecuentConnections"), c = W("GSCCardVideosPlayers"), p = W("GSCHighlightsPostmatch"), d = W("GSCPlays"), l = W("GSCDataGS");
|
|
40004
40004
|
return f(), _("div", null, [
|
|
40005
|
-
a.type == 0 ? (f(),
|
|
40005
|
+
a.type == 0 ? (f(), H(n, {
|
|
40006
40006
|
key: 0,
|
|
40007
40007
|
data: a.data,
|
|
40008
40008
|
"click-card": a.clickCard,
|
|
40009
40009
|
onOnClickPlayer: o.onClickPlayer,
|
|
40010
40010
|
onOnClickVideos: o.onClickVideos
|
|
40011
40011
|
}, null, 8, ["data", "click-card", "onOnClickPlayer", "onOnClickVideos"])) : w("", !0),
|
|
40012
|
-
a.type == 1 ? (f(),
|
|
40012
|
+
a.type == 1 ? (f(), H(c, {
|
|
40013
40013
|
key: 1,
|
|
40014
40014
|
data: a.data,
|
|
40015
40015
|
"click-card": a.clickCard,
|
|
@@ -40021,7 +40021,7 @@ function lge(e, t, a, s, i, o) {
|
|
|
40021
40021
|
onOnClickCard: o.onClickPlayer,
|
|
40022
40022
|
onOnClickVideos: o.onClickVideos
|
|
40023
40023
|
}, null, 8, ["data", "click-card", "background-color", "color-title", "border-color", "background-img", "customize-colors", "onOnClickCard", "onOnClickVideos"])) : w("", !0),
|
|
40024
|
-
a.type == 2 ? (f(),
|
|
40024
|
+
a.type == 2 ? (f(), H(p, {
|
|
40025
40025
|
key: 2,
|
|
40026
40026
|
data: a.data,
|
|
40027
40027
|
"click-card": a.clickCard,
|
|
@@ -40029,7 +40029,7 @@ function lge(e, t, a, s, i, o) {
|
|
|
40029
40029
|
onOnClickCard: o.onClickPlayer,
|
|
40030
40030
|
onOnClickVideos: o.onClickVideos
|
|
40031
40031
|
}, null, 8, ["data", "click-card", "background-img", "onOnClickCard", "onOnClickVideos"])) : w("", !0),
|
|
40032
|
-
a.type == 3 ? (f(),
|
|
40032
|
+
a.type == 3 ? (f(), H(d, {
|
|
40033
40033
|
key: 3,
|
|
40034
40034
|
data: a.data,
|
|
40035
40035
|
"click-card": a.clickCard,
|
|
@@ -40039,7 +40039,7 @@ function lge(e, t, a, s, i, o) {
|
|
|
40039
40039
|
onOnClickCard: o.onClickPlayer,
|
|
40040
40040
|
onOnClickVideos: o.onClickVideos
|
|
40041
40041
|
}, null, 8, ["data", "click-card", "player-photo", "category-icon", "background-color", "onOnClickCard", "onOnClickVideos"])) : w("", !0),
|
|
40042
|
-
a.type == 4 ? (f(),
|
|
40042
|
+
a.type == 4 ? (f(), H(l, {
|
|
40043
40043
|
key: 4,
|
|
40044
40044
|
data: a.data,
|
|
40045
40045
|
"show-share-button": a.showShareButton,
|
|
@@ -40275,7 +40275,7 @@ function Sge(e, t, a, s, i, o) {
|
|
|
40275
40275
|
])
|
|
40276
40276
|
]),
|
|
40277
40277
|
r("div", bge, [
|
|
40278
|
-
i.item.background != "" ? (f(),
|
|
40278
|
+
i.item.background != "" ? (f(), H(n, {
|
|
40279
40279
|
key: 0,
|
|
40280
40280
|
"color-background-home": i.item.backgroundhome,
|
|
40281
40281
|
"color-background-away": i.item.backgroundaway,
|
|
@@ -40323,7 +40323,7 @@ function Sge(e, t, a, s, i, o) {
|
|
|
40323
40323
|
r("div", {
|
|
40324
40324
|
class: u(o.gridcarrouselesitemsitemunoClass)
|
|
40325
40325
|
}, [
|
|
40326
|
-
i.printData[0] ? (f(),
|
|
40326
|
+
i.printData[0] ? (f(), H(p, {
|
|
40327
40327
|
key: 0,
|
|
40328
40328
|
type: 1,
|
|
40329
40329
|
onOnClickVideos: t[2] || (t[2] = (d) => o.onclickPlayVideos({ data: i.printData[0], type: 3 })),
|
|
@@ -40347,7 +40347,7 @@ function Sge(e, t, a, s, i, o) {
|
|
|
40347
40347
|
r("div", {
|
|
40348
40348
|
class: u(o.gridcarrouselesitemsitemdosClass)
|
|
40349
40349
|
}, [
|
|
40350
|
-
i.printData[1] ? (f(),
|
|
40350
|
+
i.printData[1] ? (f(), H(p, {
|
|
40351
40351
|
key: 0,
|
|
40352
40352
|
type: 1,
|
|
40353
40353
|
onOnClickVideos: t[4] || (t[4] = (d) => o.onclickPlayVideos({ data: i.printData[1], type: 3 })),
|
|
@@ -42095,15 +42095,15 @@ var Zye = ut({
|
|
|
42095
42095
|
function k() {
|
|
42096
42096
|
if (!m || !Object.keys(m).length)
|
|
42097
42097
|
return;
|
|
42098
|
-
const A = Object.keys(m).map((
|
|
42098
|
+
const A = Object.keys(m).map((U) => Number(U)).sort((U, be) => +be - +U);
|
|
42099
42099
|
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[
|
|
42100
|
+
A.some((U) => {
|
|
42101
|
+
const be = window.matchMedia(`(min-width: ${U}px)`).matches;
|
|
42102
|
+
return be && (V = Object.assign(Object.assign({}, V), m[U])), be;
|
|
42103
42103
|
}), O(V);
|
|
42104
42104
|
}
|
|
42105
42105
|
function O(A) {
|
|
42106
|
-
Object.entries(A).forEach(([V,
|
|
42106
|
+
Object.entries(A).forEach(([V, U]) => d[V] = U);
|
|
42107
42107
|
}
|
|
42108
42108
|
const B = Jye(() => {
|
|
42109
42109
|
k(), j();
|
|
@@ -42139,18 +42139,18 @@ var Zye = ut({
|
|
|
42139
42139
|
}
|
|
42140
42140
|
const F = qye((A) => {
|
|
42141
42141
|
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 =
|
|
42142
|
+
const V = M.x - G.x, U = M.y - G.y;
|
|
42143
|
+
D.y = U, D.x = V;
|
|
42144
42144
|
}, d.throttle);
|
|
42145
42145
|
function J() {
|
|
42146
|
-
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4,
|
|
42147
|
-
if (
|
|
42146
|
+
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4, U = Math.round(D.x / c.value + V) * A;
|
|
42147
|
+
if (U && !R) {
|
|
42148
42148
|
const be = (st) => {
|
|
42149
42149
|
st.stopPropagation(), window.removeEventListener("click", be, !0);
|
|
42150
42150
|
};
|
|
42151
42151
|
window.addEventListener("click", be, !0);
|
|
42152
42152
|
}
|
|
42153
|
-
ue(h.value -
|
|
42153
|
+
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
42154
|
}
|
|
42155
42155
|
function mt() {
|
|
42156
42156
|
!d.autoplay || d.autoplay <= 0 || (S = setInterval(() => {
|
|
@@ -42174,12 +42174,12 @@ var Zye = ut({
|
|
|
42174
42174
|
slidesCount: p.value
|
|
42175
42175
|
}), X.value = !0, y.value = h.value, h.value = V, I = setTimeout(() => {
|
|
42176
42176
|
if (d.wrapAround) {
|
|
42177
|
-
const
|
|
42177
|
+
const U = oh({
|
|
42178
42178
|
val: V,
|
|
42179
42179
|
max: b.value,
|
|
42180
42180
|
min: 0
|
|
42181
42181
|
});
|
|
42182
|
-
|
|
42182
|
+
U !== h.value && (h.value = U, a("loop", {
|
|
42183
42183
|
currentSlideIndex: h.value,
|
|
42184
42184
|
slidingToIndex: A
|
|
42185
42185
|
}));
|
|
@@ -42250,7 +42250,7 @@ var Zye = ut({
|
|
|
42250
42250
|
return () => {
|
|
42251
42251
|
const A = K3(lt == null ? void 0 : lt(ht)), V = (ct == null ? void 0 : ct(ht)) || [];
|
|
42252
42252
|
A.forEach((it, ot) => it.props.index = ot);
|
|
42253
|
-
let
|
|
42253
|
+
let U = A;
|
|
42254
42254
|
if (d.wrapAround) {
|
|
42255
42255
|
const it = A.map((nt, Ee) => Gt(nt, {
|
|
42256
42256
|
index: -A.length + Ee,
|
|
@@ -42261,7 +42261,7 @@ var Zye = ut({
|
|
|
42261
42261
|
isClone: !0,
|
|
42262
42262
|
key: `clone-after-${Ee}`
|
|
42263
42263
|
}));
|
|
42264
|
-
|
|
42264
|
+
U = [...it, ...A, ...ot];
|
|
42265
42265
|
}
|
|
42266
42266
|
n.value = A, p.value = Math.max(A.length, 1);
|
|
42267
42267
|
const be = Oe("ol", {
|
|
@@ -42269,7 +42269,7 @@ var Zye = ut({
|
|
|
42269
42269
|
style: Re.value,
|
|
42270
42270
|
onMousedownCapture: d.mouseDrag ? x : null,
|
|
42271
42271
|
onTouchstartPassiveCapture: d.touchDrag ? x : null
|
|
42272
|
-
},
|
|
42272
|
+
}, U), st = Oe("div", { class: "carousel__viewport" }, be);
|
|
42273
42273
|
return Oe("section", {
|
|
42274
42274
|
ref: o,
|
|
42275
42275
|
class: {
|
|
@@ -42536,7 +42536,7 @@ const Qye = (e, t) => {
|
|
|
42536
42536
|
onSlideStart: g
|
|
42537
42537
|
}, {
|
|
42538
42538
|
default: Z(() => [
|
|
42539
|
-
(f(!0), _(E, null, he(e.items, (S, I) => (f(),
|
|
42539
|
+
(f(!0), _(E, null, he(e.items, (S, I) => (f(), H(ve(Kye), { key: I }, {
|
|
42540
42540
|
default: Z(() => [
|
|
42541
42541
|
Qe(b.$slots, "default", { item: S }, void 0, !0)
|
|
42542
42542
|
]),
|
|
@@ -43340,7 +43340,7 @@ function q0e(e, t, a, s, i, o) {
|
|
|
43340
43340
|
secondarySlidesOpacity: "0.2"
|
|
43341
43341
|
}), {
|
|
43342
43342
|
default: Z(({ item: d }) => [
|
|
43343
|
-
a.data.type == "team" || a.data.type == "historic" ? (f(),
|
|
43343
|
+
a.data.type == "team" || a.data.type == "historic" ? (f(), H(n, {
|
|
43344
43344
|
key: 0,
|
|
43345
43345
|
items: d,
|
|
43346
43346
|
"color-background-home": d.backgroundhome,
|
|
@@ -43352,7 +43352,7 @@ function q0e(e, t, a, s, i, o) {
|
|
|
43352
43352
|
onOnclickPlayVideos: (l) => o.onclickPlayVideos({ data: d, type: 1 }),
|
|
43353
43353
|
"season-name": d.seasonname,
|
|
43354
43354
|
score: d.score
|
|
43355
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "matchday", "onOnclickPlayVideos", "season-name", "score"])) : (f(),
|
|
43355
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "matchday", "onOnclickPlayVideos", "season-name", "score"])) : (f(), H(c, {
|
|
43356
43356
|
key: 1,
|
|
43357
43357
|
type: "player",
|
|
43358
43358
|
"name-player": d.name,
|
|
@@ -43596,7 +43596,7 @@ function s1e(e, t, a, s, i, o) {
|
|
|
43596
43596
|
r("div", {
|
|
43597
43597
|
class: u(o.gridcarrouselesitemsitemunoClass)
|
|
43598
43598
|
}, [
|
|
43599
|
-
i.printData[0] ? (f(),
|
|
43599
|
+
i.printData[0] ? (f(), H(p, {
|
|
43600
43600
|
key: 0,
|
|
43601
43601
|
type: 1,
|
|
43602
43602
|
onOnClickVideos: t[0] || (t[0] = (d) => o.onclickPlayVideos({ data: i.printData[0], type: 3 })),
|
|
@@ -43620,7 +43620,7 @@ function s1e(e, t, a, s, i, o) {
|
|
|
43620
43620
|
r("div", {
|
|
43621
43621
|
class: u(o.gridcarrouselesitemsitemdosClass)
|
|
43622
43622
|
}, [
|
|
43623
|
-
i.printData[1] ? (f(),
|
|
43623
|
+
i.printData[1] ? (f(), H(p, {
|
|
43624
43624
|
key: 0,
|
|
43625
43625
|
type: 1,
|
|
43626
43626
|
onOnClickVideos: t[2] || (t[2] = (d) => o.onclickPlayVideos({ data: i.printData[1], type: 3 })),
|
|
@@ -43719,12 +43719,12 @@ const i1e = /* @__PURE__ */ _c(X0e, [["render", s1e], ["__scopeId", "data-v-d248
|
|
|
43719
43719
|
function r1e(e, t, a, s, i, o) {
|
|
43720
43720
|
const n = W("GSCVideoGamePreMatch"), c = W("GSCVideoGamePostMatch");
|
|
43721
43721
|
return f(), _("div", n1e, [
|
|
43722
|
-
a.type === "Prematch" ? (f(),
|
|
43722
|
+
a.type === "Prematch" ? (f(), H(n, {
|
|
43723
43723
|
key: 0,
|
|
43724
43724
|
config: a.config,
|
|
43725
43725
|
onOpenmedia: o.openmedia
|
|
43726
43726
|
}, null, 8, ["config", "onOpenmedia"])) : w("", !0),
|
|
43727
|
-
a.type === "Postmatch" ? (f(),
|
|
43727
|
+
a.type === "Postmatch" ? (f(), H(c, {
|
|
43728
43728
|
key: 1,
|
|
43729
43729
|
config: a.config,
|
|
43730
43730
|
onOpenmedia: o.openmedia
|
|
@@ -43776,14 +43776,14 @@ const l1e = { class: "datagame-container" }, c1e = {
|
|
|
43776
43776
|
}
|
|
43777
43777
|
return (o, n) => (f(), _("div", l1e, [
|
|
43778
43778
|
e.game.game_status == 4 ? (f(), _(E, { key: 0 }, [
|
|
43779
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
43779
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(B_), {
|
|
43780
43780
|
onOpenmedia: i,
|
|
43781
43781
|
key: s.value,
|
|
43782
43782
|
type: "Prematch",
|
|
43783
43783
|
config: { season_id: e.game.seasonId, game: e.game.gameId }
|
|
43784
43784
|
}, null, 8, ["config"])) : w("", !0)
|
|
43785
43785
|
], 64)) : (f(), _(E, { key: 1 }, [
|
|
43786
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
43786
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(B_), {
|
|
43787
43787
|
onOpenmedia: i,
|
|
43788
43788
|
key: s.value,
|
|
43789
43789
|
type: "Postmatch",
|
|
@@ -45636,15 +45636,15 @@ var qfe = ut({
|
|
|
45636
45636
|
function k() {
|
|
45637
45637
|
if (!m || !Object.keys(m).length)
|
|
45638
45638
|
return;
|
|
45639
|
-
const A = Object.keys(m).map((
|
|
45639
|
+
const A = Object.keys(m).map((U) => Number(U)).sort((U, be) => +be - +U);
|
|
45640
45640
|
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[
|
|
45641
|
+
A.some((U) => {
|
|
45642
|
+
const be = window.matchMedia(`(min-width: ${U}px)`).matches;
|
|
45643
|
+
return be && (V = Object.assign(Object.assign({}, V), m[U])), be;
|
|
45644
45644
|
}), O(V);
|
|
45645
45645
|
}
|
|
45646
45646
|
function O(A) {
|
|
45647
|
-
Object.entries(A).forEach(([V,
|
|
45647
|
+
Object.entries(A).forEach(([V, U]) => d[V] = U);
|
|
45648
45648
|
}
|
|
45649
45649
|
const B = Gfe(() => {
|
|
45650
45650
|
k(), j();
|
|
@@ -45680,18 +45680,18 @@ var qfe = ut({
|
|
|
45680
45680
|
}
|
|
45681
45681
|
const F = Vfe((A) => {
|
|
45682
45682
|
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 =
|
|
45683
|
+
const V = M.x - G.x, U = M.y - G.y;
|
|
45684
|
+
D.y = U, D.x = V;
|
|
45685
45685
|
}, d.throttle);
|
|
45686
45686
|
function J() {
|
|
45687
|
-
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4,
|
|
45688
|
-
if (
|
|
45687
|
+
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4, U = Math.round(D.x / c.value + V) * A;
|
|
45688
|
+
if (U && !R) {
|
|
45689
45689
|
const be = (st) => {
|
|
45690
45690
|
st.stopPropagation(), window.removeEventListener("click", be, !0);
|
|
45691
45691
|
};
|
|
45692
45692
|
window.addEventListener("click", be, !0);
|
|
45693
45693
|
}
|
|
45694
|
-
ue(h.value -
|
|
45694
|
+
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
45695
|
}
|
|
45696
45696
|
function mt() {
|
|
45697
45697
|
!d.autoplay || d.autoplay <= 0 || (S = setInterval(() => {
|
|
@@ -45715,12 +45715,12 @@ var qfe = ut({
|
|
|
45715
45715
|
slidesCount: p.value
|
|
45716
45716
|
}), X.value = !0, y.value = h.value, h.value = V, I = setTimeout(() => {
|
|
45717
45717
|
if (d.wrapAround) {
|
|
45718
|
-
const
|
|
45718
|
+
const U = mh({
|
|
45719
45719
|
val: V,
|
|
45720
45720
|
max: b.value,
|
|
45721
45721
|
min: 0
|
|
45722
45722
|
});
|
|
45723
|
-
|
|
45723
|
+
U !== h.value && (h.value = U, a("loop", {
|
|
45724
45724
|
currentSlideIndex: h.value,
|
|
45725
45725
|
slidingToIndex: A
|
|
45726
45726
|
}));
|
|
@@ -45791,7 +45791,7 @@ var qfe = ut({
|
|
|
45791
45791
|
return () => {
|
|
45792
45792
|
const A = w8(lt == null ? void 0 : lt(ht)), V = (ct == null ? void 0 : ct(ht)) || [];
|
|
45793
45793
|
A.forEach((it, ot) => it.props.index = ot);
|
|
45794
|
-
let
|
|
45794
|
+
let U = A;
|
|
45795
45795
|
if (d.wrapAround) {
|
|
45796
45796
|
const it = A.map((nt, Ee) => Gt(nt, {
|
|
45797
45797
|
index: -A.length + Ee,
|
|
@@ -45802,7 +45802,7 @@ var qfe = ut({
|
|
|
45802
45802
|
isClone: !0,
|
|
45803
45803
|
key: `clone-after-${Ee}`
|
|
45804
45804
|
}));
|
|
45805
|
-
|
|
45805
|
+
U = [...it, ...A, ...ot];
|
|
45806
45806
|
}
|
|
45807
45807
|
n.value = A, p.value = Math.max(A.length, 1);
|
|
45808
45808
|
const be = Oe("ol", {
|
|
@@ -45810,7 +45810,7 @@ var qfe = ut({
|
|
|
45810
45810
|
style: Re.value,
|
|
45811
45811
|
onMousedownCapture: d.mouseDrag ? x : null,
|
|
45812
45812
|
onTouchstartPassiveCapture: d.touchDrag ? x : null
|
|
45813
|
-
},
|
|
45813
|
+
}, U), st = Oe("div", { class: "carousel__viewport" }, be);
|
|
45814
45814
|
return Oe("section", {
|
|
45815
45815
|
ref: o,
|
|
45816
45816
|
class: {
|
|
@@ -46077,7 +46077,7 @@ const Zfe = (e, t) => {
|
|
|
46077
46077
|
onSlideStart: g
|
|
46078
46078
|
}, {
|
|
46079
46079
|
default: Z(() => [
|
|
46080
|
-
(f(!0), _(E, null, he(e.items, (S, I) => (f(),
|
|
46080
|
+
(f(!0), _(E, null, he(e.items, (S, I) => (f(), H(ve(Xfe), { key: I }, {
|
|
46081
46081
|
default: Z(() => [
|
|
46082
46082
|
Qe(b.$slots, "default", { item: S }, void 0, !0)
|
|
46083
46083
|
]),
|
|
@@ -47351,7 +47351,7 @@ function c5e(e, t, a, s, i, o) {
|
|
|
47351
47351
|
default: Z(({ item: p }) => [
|
|
47352
47352
|
r("div", l5e, [
|
|
47353
47353
|
(f(!0), _(E, null, he(p, (d, l) => (f(), _(E, { key: l }, [
|
|
47354
|
-
a.colorCardByTeam ? (f(),
|
|
47354
|
+
a.colorCardByTeam ? (f(), H(n, {
|
|
47355
47355
|
key: 1,
|
|
47356
47356
|
type: 4,
|
|
47357
47357
|
colorcard: d.color,
|
|
@@ -47361,7 +47361,7 @@ function c5e(e, t, a, s, i, o) {
|
|
|
47361
47361
|
data: d,
|
|
47362
47362
|
onOnClickVideos: o.onclickPlayVideos,
|
|
47363
47363
|
onOnClickCategory: o.onclickPlayVideos
|
|
47364
|
-
}, null, 8, ["colorcard", "click-card", "show-share-button", "customize-colors", "data", "onOnClickVideos", "onOnClickCategory"])) : (f(),
|
|
47364
|
+
}, null, 8, ["colorcard", "click-card", "show-share-button", "customize-colors", "data", "onOnClickVideos", "onOnClickCategory"])) : (f(), H(n, {
|
|
47365
47365
|
key: 0,
|
|
47366
47366
|
type: 4,
|
|
47367
47367
|
"click-card": a.clickCard,
|
|
@@ -49057,15 +49057,15 @@ var Lbe = ut({
|
|
|
49057
49057
|
function k() {
|
|
49058
49058
|
if (!m || !Object.keys(m).length)
|
|
49059
49059
|
return;
|
|
49060
|
-
const A = Object.keys(m).map((
|
|
49060
|
+
const A = Object.keys(m).map((U) => Number(U)).sort((U, be) => +be - +U);
|
|
49061
49061
|
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[
|
|
49062
|
+
A.some((U) => {
|
|
49063
|
+
const be = window.matchMedia(`(min-width: ${U}px)`).matches;
|
|
49064
|
+
return be && (V = Object.assign(Object.assign({}, V), m[U])), be;
|
|
49065
49065
|
}), O(V);
|
|
49066
49066
|
}
|
|
49067
49067
|
function O(A) {
|
|
49068
|
-
Object.entries(A).forEach(([V,
|
|
49068
|
+
Object.entries(A).forEach(([V, U]) => d[V] = U);
|
|
49069
49069
|
}
|
|
49070
49070
|
const B = Pbe(() => {
|
|
49071
49071
|
k(), j();
|
|
@@ -49101,18 +49101,18 @@ var Lbe = ut({
|
|
|
49101
49101
|
}
|
|
49102
49102
|
const F = Rbe((A) => {
|
|
49103
49103
|
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 =
|
|
49104
|
+
const V = M.x - G.x, U = M.y - G.y;
|
|
49105
|
+
D.y = U, D.x = V;
|
|
49106
49106
|
}, d.throttle);
|
|
49107
49107
|
function J() {
|
|
49108
|
-
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4,
|
|
49109
|
-
if (
|
|
49108
|
+
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4, U = Math.round(D.x / c.value + V) * A;
|
|
49109
|
+
if (U && !R) {
|
|
49110
49110
|
const be = (st) => {
|
|
49111
49111
|
st.stopPropagation(), window.removeEventListener("click", be, !0);
|
|
49112
49112
|
};
|
|
49113
49113
|
window.addEventListener("click", be, !0);
|
|
49114
49114
|
}
|
|
49115
|
-
ue(h.value -
|
|
49115
|
+
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
49116
|
}
|
|
49117
49117
|
function mt() {
|
|
49118
49118
|
!d.autoplay || d.autoplay <= 0 || (S = setInterval(() => {
|
|
@@ -49136,12 +49136,12 @@ var Lbe = ut({
|
|
|
49136
49136
|
slidesCount: p.value
|
|
49137
49137
|
}), X.value = !0, y.value = h.value, h.value = V, I = setTimeout(() => {
|
|
49138
49138
|
if (d.wrapAround) {
|
|
49139
|
-
const
|
|
49139
|
+
const U = bh({
|
|
49140
49140
|
val: V,
|
|
49141
49141
|
max: b.value,
|
|
49142
49142
|
min: 0
|
|
49143
49143
|
});
|
|
49144
|
-
|
|
49144
|
+
U !== h.value && (h.value = U, a("loop", {
|
|
49145
49145
|
currentSlideIndex: h.value,
|
|
49146
49146
|
slidingToIndex: A
|
|
49147
49147
|
}));
|
|
@@ -49212,7 +49212,7 @@ var Lbe = ut({
|
|
|
49212
49212
|
return () => {
|
|
49213
49213
|
const A = G8(lt == null ? void 0 : lt(ht)), V = (ct == null ? void 0 : ct(ht)) || [];
|
|
49214
49214
|
A.forEach((it, ot) => it.props.index = ot);
|
|
49215
|
-
let
|
|
49215
|
+
let U = A;
|
|
49216
49216
|
if (d.wrapAround) {
|
|
49217
49217
|
const it = A.map((nt, Ee) => Gt(nt, {
|
|
49218
49218
|
index: -A.length + Ee,
|
|
@@ -49223,7 +49223,7 @@ var Lbe = ut({
|
|
|
49223
49223
|
isClone: !0,
|
|
49224
49224
|
key: `clone-after-${Ee}`
|
|
49225
49225
|
}));
|
|
49226
|
-
|
|
49226
|
+
U = [...it, ...A, ...ot];
|
|
49227
49227
|
}
|
|
49228
49228
|
n.value = A, p.value = Math.max(A.length, 1);
|
|
49229
49229
|
const be = Oe("ol", {
|
|
@@ -49231,7 +49231,7 @@ var Lbe = ut({
|
|
|
49231
49231
|
style: Re.value,
|
|
49232
49232
|
onMousedownCapture: d.mouseDrag ? x : null,
|
|
49233
49233
|
onTouchstartPassiveCapture: d.touchDrag ? x : null
|
|
49234
|
-
},
|
|
49234
|
+
}, U), st = Oe("div", { class: "carousel__viewport" }, be);
|
|
49235
49235
|
return Oe("section", {
|
|
49236
49236
|
ref: o,
|
|
49237
49237
|
class: {
|
|
@@ -49498,7 +49498,7 @@ const Nbe = (e, t) => {
|
|
|
49498
49498
|
onSlideStart: g
|
|
49499
49499
|
}, {
|
|
49500
49500
|
default: Z(() => [
|
|
49501
|
-
(f(!0), _(E, null, he(e.items, (S, I) => (f(),
|
|
49501
|
+
(f(!0), _(E, null, he(e.items, (S, I) => (f(), H(ve(Dbe), { key: I }, {
|
|
49502
49502
|
default: Z(() => [
|
|
49503
49503
|
Qe(b.$slots, "default", { item: S }, void 0, !0)
|
|
49504
49504
|
]),
|
|
@@ -50302,7 +50302,7 @@ function Rve(e, t, a, s, i, o) {
|
|
|
50302
50302
|
secondarySlidesOpacity: "0.2"
|
|
50303
50303
|
}), {
|
|
50304
50304
|
default: Z(({ item: d }) => [
|
|
50305
|
-
a.data.type == "team" || a.data.type == "historic" ? (f(),
|
|
50305
|
+
a.data.type == "team" || a.data.type == "historic" ? (f(), H(n, {
|
|
50306
50306
|
key: 0,
|
|
50307
50307
|
items: d,
|
|
50308
50308
|
"color-background-home": d.backgroundhome,
|
|
@@ -50314,7 +50314,7 @@ function Rve(e, t, a, s, i, o) {
|
|
|
50314
50314
|
onOnclickPlayVideos: (l) => o.onclickPlayVideos({ data: d, type: 1 }),
|
|
50315
50315
|
"season-name": d.seasonname,
|
|
50316
50316
|
score: d.score
|
|
50317
|
-
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "matchday", "onOnclickPlayVideos", "season-name", "score"])) : (f(),
|
|
50317
|
+
}, null, 8, ["items", "color-background-home", "color-background-away", "logo-home", "logo-away", "background", "matchday", "onOnclickPlayVideos", "season-name", "score"])) : (f(), H(c, {
|
|
50318
50318
|
key: 1,
|
|
50319
50319
|
type: "player",
|
|
50320
50320
|
"name-player": d.name,
|
|
@@ -55650,15 +55650,15 @@ var J6e = ut({
|
|
|
55650
55650
|
function k() {
|
|
55651
55651
|
if (!m || !Object.keys(m).length)
|
|
55652
55652
|
return;
|
|
55653
|
-
const A = Object.keys(m).map((
|
|
55653
|
+
const A = Object.keys(m).map((U) => Number(U)).sort((U, be) => +be - +U);
|
|
55654
55654
|
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[
|
|
55655
|
+
A.some((U) => {
|
|
55656
|
+
const be = window.matchMedia(`(min-width: ${U}px)`).matches;
|
|
55657
|
+
return be && (V = Object.assign(Object.assign({}, V), m[U])), be;
|
|
55658
55658
|
}), O(V);
|
|
55659
55659
|
}
|
|
55660
55660
|
function O(A) {
|
|
55661
|
-
Object.entries(A).forEach(([V,
|
|
55661
|
+
Object.entries(A).forEach(([V, U]) => d[V] = U);
|
|
55662
55662
|
}
|
|
55663
55663
|
const B = W6e(() => {
|
|
55664
55664
|
k(), j();
|
|
@@ -55694,18 +55694,18 @@ var J6e = ut({
|
|
|
55694
55694
|
}
|
|
55695
55695
|
const F = G6e((A) => {
|
|
55696
55696
|
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 =
|
|
55697
|
+
const V = M.x - G.x, U = M.y - G.y;
|
|
55698
|
+
D.y = U, D.x = V;
|
|
55699
55699
|
}, d.throttle);
|
|
55700
55700
|
function J() {
|
|
55701
|
-
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4,
|
|
55702
|
-
if (
|
|
55701
|
+
const A = d.dir === "rtl" ? -1 : 1, V = Math.sign(D.x) * 0.4, U = Math.round(D.x / c.value + V) * A;
|
|
55702
|
+
if (U && !R) {
|
|
55703
55703
|
const be = (st) => {
|
|
55704
55704
|
st.stopPropagation(), window.removeEventListener("click", be, !0);
|
|
55705
55705
|
};
|
|
55706
55706
|
window.addEventListener("click", be, !0);
|
|
55707
55707
|
}
|
|
55708
|
-
ue(h.value -
|
|
55708
|
+
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
55709
|
}
|
|
55710
55710
|
function mt() {
|
|
55711
55711
|
!d.autoplay || d.autoplay <= 0 || (S = setInterval(() => {
|
|
@@ -55729,12 +55729,12 @@ var J6e = ut({
|
|
|
55729
55729
|
slidesCount: p.value
|
|
55730
55730
|
}), X.value = !0, y.value = h.value, h.value = V, I = setTimeout(() => {
|
|
55731
55731
|
if (d.wrapAround) {
|
|
55732
|
-
const
|
|
55732
|
+
const U = Dh({
|
|
55733
55733
|
val: V,
|
|
55734
55734
|
max: b.value,
|
|
55735
55735
|
min: 0
|
|
55736
55736
|
});
|
|
55737
|
-
|
|
55737
|
+
U !== h.value && (h.value = U, a("loop", {
|
|
55738
55738
|
currentSlideIndex: h.value,
|
|
55739
55739
|
slidingToIndex: A
|
|
55740
55740
|
}));
|
|
@@ -55805,7 +55805,7 @@ var J6e = ut({
|
|
|
55805
55805
|
return () => {
|
|
55806
55806
|
const A = H6(lt == null ? void 0 : lt(ht)), V = (ct == null ? void 0 : ct(ht)) || [];
|
|
55807
55807
|
A.forEach((it, ot) => it.props.index = ot);
|
|
55808
|
-
let
|
|
55808
|
+
let U = A;
|
|
55809
55809
|
if (d.wrapAround) {
|
|
55810
55810
|
const it = A.map((nt, Ee) => Gt(nt, {
|
|
55811
55811
|
index: -A.length + Ee,
|
|
@@ -55816,7 +55816,7 @@ var J6e = ut({
|
|
|
55816
55816
|
isClone: !0,
|
|
55817
55817
|
key: `clone-after-${Ee}`
|
|
55818
55818
|
}));
|
|
55819
|
-
|
|
55819
|
+
U = [...it, ...A, ...ot];
|
|
55820
55820
|
}
|
|
55821
55821
|
n.value = A, p.value = Math.max(A.length, 1);
|
|
55822
55822
|
const be = Oe("ol", {
|
|
@@ -55824,7 +55824,7 @@ var J6e = ut({
|
|
|
55824
55824
|
style: Re.value,
|
|
55825
55825
|
onMousedownCapture: d.mouseDrag ? x : null,
|
|
55826
55826
|
onTouchstartPassiveCapture: d.touchDrag ? x : null
|
|
55827
|
-
},
|
|
55827
|
+
}, U), st = Oe("div", { class: "carousel__viewport" }, be);
|
|
55828
55828
|
return Oe("section", {
|
|
55829
55829
|
ref: o,
|
|
55830
55830
|
class: {
|
|
@@ -56091,7 +56091,7 @@ const Y6e = (e, t) => {
|
|
|
56091
56091
|
onSlideStart: g
|
|
56092
56092
|
}, {
|
|
56093
56093
|
default: Z(() => [
|
|
56094
|
-
(f(!0), _(E, null, he(e.items, (S, I) => (f(),
|
|
56094
|
+
(f(!0), _(E, null, he(e.items, (S, I) => (f(), H(ve(Z6e), { key: I }, {
|
|
56095
56095
|
default: Z(() => [
|
|
56096
56096
|
Qe(b.$slots, "default", { item: S }, void 0, !0)
|
|
56097
56097
|
]),
|
|
@@ -57014,7 +57014,7 @@ const R7e = {
|
|
|
57014
57014
|
});
|
|
57015
57015
|
},
|
|
57016
57016
|
async changeCarouselItem(e) {
|
|
57017
|
-
this.getMinutesData(e.selectedItem.minutes);
|
|
57017
|
+
this.keyUpdate += 1, this.getMinutesData(e.selectedItem.minutes), this.defaultDropItem = { propName: "id", value: e.selectedItem.matchday_id };
|
|
57018
57018
|
var t = { season_id: e.selectedItem.season_id, game_id: e.selectedItem.id };
|
|
57019
57019
|
this.lastGetGame != t.game_id && (this.cleaneData(), this.getLineUp(t.game_id)), this.lastGetGame = t.game_id, this.selectedIndexOption = e.selectedItemIndex;
|
|
57020
57020
|
},
|
|
@@ -57677,7 +57677,7 @@ const R7e = {
|
|
|
57677
57677
|
this.teamActive = e;
|
|
57678
57678
|
}
|
|
57679
57679
|
}
|
|
57680
|
-
}, jn = (e) => (Se("data-v-
|
|
57680
|
+
}, jn = (e) => (Se("data-v-3e8dc5c2"), e = e(), ke(), e), P7e = {
|
|
57681
57681
|
class: "lineup__header",
|
|
57682
57682
|
ref: "gamesContainer"
|
|
57683
57683
|
}, B7e = /* @__PURE__ */ jn(() => /* @__PURE__ */ r("h2", null, "Alineaciones", -1)), L7e = {
|
|
@@ -57720,7 +57720,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57720
57720
|
r("div", P7e, [
|
|
57721
57721
|
B7e,
|
|
57722
57722
|
a.selectedOption !== "Postmatch" ? (f(), _("div", L7e, [
|
|
57723
|
-
(i.gameInfoheader.game_status == 0 || i.gameInfoheader.game_status == 4) && o.gameRecientesFilter.length > 0 ? (f(),
|
|
57723
|
+
(i.gameInfoheader.game_status == 0 || i.gameInfoheader.game_status == 4) && o.gameRecientesFilter.length > 0 ? (f(), H(n, {
|
|
57724
57724
|
key: 0,
|
|
57725
57725
|
buttons: ["Historicos", "Recientes", "Probables"],
|
|
57726
57726
|
selectedOption: a.selectedOption,
|
|
@@ -57742,7 +57742,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57742
57742
|
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
57743
|
], 64)) : w("", !0),
|
|
57744
57744
|
a.selectedOption === "Historicos" ? (f(), _(E, { key: 1 }, [
|
|
57745
|
-
Object.keys(i.headerInfoHistoricItemGame).length > 0 ? (f(),
|
|
57745
|
+
Object.keys(i.headerInfoHistoricItemGame).length > 0 ? (f(), H(c, {
|
|
57746
57746
|
key: 0,
|
|
57747
57747
|
localTeam: {
|
|
57748
57748
|
acronym: i.headerInfoHistoricItemGame.home_team_abbreviation,
|
|
@@ -57759,7 +57759,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57759
57759
|
type: a.selectedOption
|
|
57760
57760
|
}, null, 8, ["localTeam", "visitTeam", "probablyTeamHome", "probablyTeamAway", "score", "onChange", "type"])) : w("", !0)
|
|
57761
57761
|
], 64)) : (f(), _(E, { key: 2 }, [
|
|
57762
|
-
Object.keys(i.gameInfoheader).length > 0 ? (f(),
|
|
57762
|
+
Object.keys(i.gameInfoheader).length > 0 ? (f(), H(c, {
|
|
57763
57763
|
key: 0,
|
|
57764
57764
|
localTeam: {
|
|
57765
57765
|
acronym: i.gameInfoheader.home_team_abbreviation,
|
|
@@ -57778,7 +57778,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57778
57778
|
], 64)),
|
|
57779
57779
|
a.selectedOption === "Historicos" ? (f(), _("div", z7e, [
|
|
57780
57780
|
a.selectedOption !== "Postmatch" ? (f(), _("div", H7e, [
|
|
57781
|
-
i.gamesHistoric.length > 0 ? (f(),
|
|
57781
|
+
i.gamesHistoric.length > 0 ? (f(), H(p, {
|
|
57782
57782
|
key: i.updatehistoricos,
|
|
57783
57783
|
onInput: o.changeCarouselItemH,
|
|
57784
57784
|
items: i.gamesHistoric,
|
|
@@ -57806,17 +57806,19 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57806
57806
|
ref: "targetElement",
|
|
57807
57807
|
onClick: t[1] || (t[1] = (...g) => o.handleInsideClick && o.handleInsideClick(...g))
|
|
57808
57808
|
}, [
|
|
57809
|
-
|
|
57809
|
+
(f(), H(l, {
|
|
57810
57810
|
items: o.matchdaysFinal,
|
|
57811
57811
|
onInput: o.changeDropdown,
|
|
57812
57812
|
backgroundColor: "transparent",
|
|
57813
57813
|
height: "25px",
|
|
57814
|
+
key: e.keyUpdate,
|
|
57814
57815
|
color: "rgba(255, 255, 255, 0.7)",
|
|
57815
57816
|
arrowColor: "rgba(255, 255, 255, 0.7)",
|
|
57816
57817
|
borderColor: "rgba(255, 255, 255, 0.3)",
|
|
57817
57818
|
style: { "font-size": "10px" },
|
|
57818
57819
|
arrowHeight: "16",
|
|
57819
57820
|
arrowWidth: 16,
|
|
57821
|
+
"default-item-by-prop": e.defaultDropItem,
|
|
57820
57822
|
listHeight: "300px",
|
|
57821
57823
|
listBackgroundColor: "#243a4c",
|
|
57822
57824
|
hoverBackgroundColor: "#0d1d2a",
|
|
@@ -57834,7 +57836,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57834
57836
|
r("div", null, C(g.name), 1)
|
|
57835
57837
|
]),
|
|
57836
57838
|
_: 1
|
|
57837
|
-
}, 8, ["items", "onInput"])
|
|
57839
|
+
}, 8, ["items", "onInput", "default-item-by-prop"]))
|
|
57838
57840
|
], 512),
|
|
57839
57841
|
r("div", {
|
|
57840
57842
|
class: "lineup__text-btn",
|
|
@@ -57846,7 +57848,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57846
57848
|
r("div", X7e, [
|
|
57847
57849
|
o.mobileClass ? w("", !0) : (f(), _(E, { key: 0 }, [
|
|
57848
57850
|
r("div", Z7e, [
|
|
57849
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
57851
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(p, {
|
|
57850
57852
|
"current-item-index": i.selectedIndexOption,
|
|
57851
57853
|
width: "600px",
|
|
57852
57854
|
height: "80px",
|
|
@@ -57874,7 +57876,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57874
57876
|
}, "Eliminar filtros aplicados")
|
|
57875
57877
|
]))
|
|
57876
57878
|
]),
|
|
57877
|
-
i.showDetails ? (f(),
|
|
57879
|
+
i.showDetails ? (f(), H(h, {
|
|
57878
57880
|
key: 0,
|
|
57879
57881
|
localDetails: i.localDetails,
|
|
57880
57882
|
foreignDetails: i.foreignDetails
|
|
@@ -57883,7 +57885,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57883
57885
|
])
|
|
57884
57886
|
]),
|
|
57885
57887
|
o.mobileClass ? (f(), _("div", Q7e, [
|
|
57886
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
57888
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(p, {
|
|
57887
57889
|
"current-item-index": i.selectedIndexOption,
|
|
57888
57890
|
width: "600px",
|
|
57889
57891
|
height: "80px",
|
|
@@ -57903,7 +57905,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57903
57905
|
]),
|
|
57904
57906
|
_: 1
|
|
57905
57907
|
}, 8, ["current-item-index", "onInput", "items"])) : w("", !0),
|
|
57906
|
-
i.showDetails ? (f(),
|
|
57908
|
+
i.showDetails ? (f(), H(h, {
|
|
57907
57909
|
key: 1,
|
|
57908
57910
|
localDetails: i.localDetails,
|
|
57909
57911
|
foreignDetails: i.foreignDetails
|
|
@@ -57992,7 +57994,7 @@ function uCe(e, t, a, s, i, o) {
|
|
|
57992
57994
|
])
|
|
57993
57995
|
], 2);
|
|
57994
57996
|
}
|
|
57995
|
-
const mCe = /* @__PURE__ */ Jt(R7e, [["render", uCe], ["__scopeId", "data-v-
|
|
57997
|
+
const mCe = /* @__PURE__ */ Jt(R7e, [["render", uCe], ["__scopeId", "data-v-3e8dc5c2"]]), hCe = {
|
|
57996
57998
|
components: {},
|
|
57997
57999
|
props: {
|
|
57998
58000
|
data: {
|
|
@@ -58330,7 +58332,7 @@ function $Se(e, t, a, s, i, o) {
|
|
|
58330
58332
|
class: u(e.$style.switchStatesBig),
|
|
58331
58333
|
id: "switch-lineup"
|
|
58332
58334
|
}, [
|
|
58333
|
-
(a.gameInfo.game_status == 0 || a.gameInfo.game_status == 4) && a.gameRecientes > 0 ? (f(),
|
|
58335
|
+
(a.gameInfo.game_status == 0 || a.gameInfo.game_status == 4) && a.gameRecientes > 0 ? (f(), H(n, {
|
|
58334
58336
|
key: 0,
|
|
58335
58337
|
buttons: ["Historicos", "Recientes", "Probables"],
|
|
58336
58338
|
selectedOption: a.optionSelected,
|
|
@@ -58420,7 +58422,7 @@ function $Se(e, t, a, s, i, o) {
|
|
|
58420
58422
|
r("div", {
|
|
58421
58423
|
class: u(e.$style.sliderMatches)
|
|
58422
58424
|
}, [
|
|
58423
|
-
a.gameHistoric.length > 0 ? (f(),
|
|
58425
|
+
a.gameHistoric.length > 0 ? (f(), H(c, {
|
|
58424
58426
|
key: 0,
|
|
58425
58427
|
"current-item-index": i.selectedOption,
|
|
58426
58428
|
onInput: o.changeCarouselItem,
|
|
@@ -58599,7 +58601,7 @@ function $Se(e, t, a, s, i, o) {
|
|
|
58599
58601
|
class: u(e.$style.switchStatesBig1),
|
|
58600
58602
|
id: "switch-lineup"
|
|
58601
58603
|
}, [
|
|
58602
|
-
(a.gameInfo.game_status == 0 || a.gameInfo.game_status == 4) && a.gameRecientes > 0 ? (f(),
|
|
58604
|
+
(a.gameInfo.game_status == 0 || a.gameInfo.game_status == 4) && a.gameRecientes > 0 ? (f(), H(n, {
|
|
58603
58605
|
key: 0,
|
|
58604
58606
|
buttons: ["Historicos", "Recientes", "Probables"],
|
|
58605
58607
|
selectedOption: a.optionSelected,
|
|
@@ -58690,7 +58692,7 @@ function $Se(e, t, a, s, i, o) {
|
|
|
58690
58692
|
r("div", {
|
|
58691
58693
|
class: u(e.$style.sliderMatches1)
|
|
58692
58694
|
}, [
|
|
58693
|
-
a.gameHistoric.length > 0 ? (f(),
|
|
58695
|
+
a.gameHistoric.length > 0 ? (f(), H(c, {
|
|
58694
58696
|
key: 0,
|
|
58695
58697
|
"current-item-index": i.selectedOption,
|
|
58696
58698
|
onInput: o.changeCarouselItem,
|
|
@@ -59031,6 +59033,7 @@ const xSe = {
|
|
|
59031
59033
|
playminutes: [],
|
|
59032
59034
|
showDetails: !1,
|
|
59033
59035
|
teamSelect: "",
|
|
59036
|
+
defaultDropItem: {},
|
|
59034
59037
|
updateCarouselGames: 0,
|
|
59035
59038
|
selectedIndexOption: 0,
|
|
59036
59039
|
openfiltervalue: !1,
|
|
@@ -59039,6 +59042,7 @@ const xSe = {
|
|
|
59039
59042
|
matchdaysFiltersUpdate: [],
|
|
59040
59043
|
gamesFiltersUpdate: [],
|
|
59041
59044
|
localDetails: [],
|
|
59045
|
+
keyUpdate: 0,
|
|
59042
59046
|
foreignDetails: []
|
|
59043
59047
|
};
|
|
59044
59048
|
},
|
|
@@ -59209,7 +59213,7 @@ const xSe = {
|
|
|
59209
59213
|
this.foreignDetails.push({ description: e.away_red_cards_minutes[t], icon: "red-card" });
|
|
59210
59214
|
},
|
|
59211
59215
|
changeCarouselItem(e) {
|
|
59212
|
-
this.getMinutesData(e.selectedItem.minutes), this.$emit("input", e), this.selectedIndexOption = e.selectedItemIndex;
|
|
59216
|
+
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
59217
|
},
|
|
59214
59218
|
changeSwitchRadio(e) {
|
|
59215
59219
|
typeof e != "object" && (this.teamSelect = e, this.$emit("changeTeam", this.teamSelect), this.updateCarouselGames += 1, this.matchFilter());
|
|
@@ -59361,8 +59365,9 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59361
59365
|
"margin-modal": "-83px"
|
|
59362
59366
|
}, null, 8, ["item-select", "is-open", "onChange", "reset"])
|
|
59363
59367
|
], 2),
|
|
59364
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
59365
|
-
key:
|
|
59368
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(d, {
|
|
59369
|
+
key: i.keyUpdate,
|
|
59370
|
+
"default-item-by-prop": i.defaultDropItem,
|
|
59366
59371
|
class: u(e.$style.btnFilter1),
|
|
59367
59372
|
id: "btn-filters",
|
|
59368
59373
|
items: o.matchdaysFinal,
|
|
@@ -59394,12 +59399,13 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59394
59399
|
r("div", null, C(h.name), 1)
|
|
59395
59400
|
]),
|
|
59396
59401
|
_: 1
|
|
59397
|
-
}, 8, ["class", "items", "onInput"])) : w("", !0)
|
|
59402
|
+
}, 8, ["default-item-by-prop", "class", "items", "onInput"])) : w("", !0)
|
|
59398
59403
|
], 2),
|
|
59399
59404
|
r("div", {
|
|
59400
59405
|
class: u(e.$style.match)
|
|
59401
59406
|
}, [
|
|
59402
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
59407
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(l, {
|
|
59408
|
+
"default-item-by-index": 2,
|
|
59403
59409
|
key: i.updateCarouselGames,
|
|
59404
59410
|
items: o.gameRecientesFilter,
|
|
59405
59411
|
"current-item-index": i.selectedIndexOption,
|
|
@@ -59517,7 +59523,7 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59517
59523
|
}, "Eliminar filtros aplicados", 2)
|
|
59518
59524
|
], 2)
|
|
59519
59525
|
])),
|
|
59520
|
-
i.showDetails ? (f(),
|
|
59526
|
+
i.showDetails ? (f(), H(m, {
|
|
59521
59527
|
key: 2,
|
|
59522
59528
|
style: { "margin-top": "30px" },
|
|
59523
59529
|
localDetails: i.localDetails,
|
|
@@ -59672,8 +59678,9 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59672
59678
|
"margin-modal": "-99px"
|
|
59673
59679
|
}, null, 8, ["item-select", "is-open", "onChange"])
|
|
59674
59680
|
], 2),
|
|
59675
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
59676
|
-
key:
|
|
59681
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(d, {
|
|
59682
|
+
key: i.keyUpdate,
|
|
59683
|
+
"default-item-by-prop": i.defaultDropItem,
|
|
59677
59684
|
class: u(e.$style.btnFilter1),
|
|
59678
59685
|
id: "btn-filters",
|
|
59679
59686
|
items: o.matchdaysFinal,
|
|
@@ -59705,7 +59712,7 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59705
59712
|
r("div", null, C(h.name), 1)
|
|
59706
59713
|
]),
|
|
59707
59714
|
_: 1
|
|
59708
|
-
}, 8, ["class", "items", "onInput"])) : w("", !0),
|
|
59715
|
+
}, 8, ["default-item-by-prop", "class", "items", "onInput"])) : w("", !0),
|
|
59709
59716
|
r("div", {
|
|
59710
59717
|
class: u(e.$style.btnDetails1)
|
|
59711
59718
|
}, [
|
|
@@ -59728,7 +59735,7 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59728
59735
|
r("div", {
|
|
59729
59736
|
class: u(e.$style.match1)
|
|
59730
59737
|
}, [
|
|
59731
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
59738
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(l, {
|
|
59732
59739
|
key: 0,
|
|
59733
59740
|
items: o.gameRecientesFilter,
|
|
59734
59741
|
"current-item-index": i.selectedIndexOption,
|
|
@@ -59846,7 +59853,7 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59846
59853
|
}, "Eliminar filtros aplicados", 2)
|
|
59847
59854
|
], 2)
|
|
59848
59855
|
])),
|
|
59849
|
-
i.showDetails ? (f(),
|
|
59856
|
+
i.showDetails ? (f(), H(m, {
|
|
59850
59857
|
key: 2,
|
|
59851
59858
|
style: { "margin-top": "30px" },
|
|
59852
59859
|
localDetails: i.localDetails,
|
|
@@ -59980,8 +59987,9 @@ function dxe(e, t, a, s, i, o) {
|
|
|
59980
59987
|
"margin-modal": "-75px"
|
|
59981
59988
|
}, null, 8, ["item-select", "is-open", "onChange"])
|
|
59982
59989
|
], 2),
|
|
59983
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
59984
|
-
key:
|
|
59990
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(d, {
|
|
59991
|
+
key: i.keyUpdate,
|
|
59992
|
+
"default-item-by-prop": i.defaultDropItem,
|
|
59985
59993
|
class: u(e.$style.filterMatchday),
|
|
59986
59994
|
id: "menu-matchday",
|
|
59987
59995
|
items: o.matchdaysFinal,
|
|
@@ -60013,7 +60021,7 @@ function dxe(e, t, a, s, i, o) {
|
|
|
60013
60021
|
r("div", null, C(h.name), 1)
|
|
60014
60022
|
]),
|
|
60015
60023
|
_: 1
|
|
60016
|
-
}, 8, ["class", "items", "onInput"])) : w("", !0),
|
|
60024
|
+
}, 8, ["default-item-by-prop", "class", "items", "onInput"])) : w("", !0),
|
|
60017
60025
|
r("div", {
|
|
60018
60026
|
class: u(e.$style.btnDetails2)
|
|
60019
60027
|
}, [
|
|
@@ -60039,7 +60047,7 @@ function dxe(e, t, a, s, i, o) {
|
|
|
60039
60047
|
r("div", {
|
|
60040
60048
|
class: u(e.$style.match)
|
|
60041
60049
|
}, [
|
|
60042
|
-
o.gameRecientesFilter.length > 0 ? (f(),
|
|
60050
|
+
o.gameRecientesFilter.length > 0 ? (f(), H(l, {
|
|
60043
60051
|
key: 0,
|
|
60044
60052
|
items: o.gameRecientesFilter,
|
|
60045
60053
|
"current-item-index": i.selectedIndexOption,
|
|
@@ -60157,7 +60165,7 @@ function dxe(e, t, a, s, i, o) {
|
|
|
60157
60165
|
}, "Eliminar filtros aplicados", 2)
|
|
60158
60166
|
], 2)
|
|
60159
60167
|
])),
|
|
60160
|
-
i.showDetails ? (f(),
|
|
60168
|
+
i.showDetails ? (f(), H(m, {
|
|
60161
60169
|
key: 2,
|
|
60162
60170
|
style: { "margin-top": "30px" },
|
|
60163
60171
|
localDetails: i.localDetails,
|
|
@@ -61383,6 +61391,7 @@ const AOe = {
|
|
|
61383
61391
|
playersHome: [],
|
|
61384
61392
|
gamesContainerWidth: 0,
|
|
61385
61393
|
playersAway: [],
|
|
61394
|
+
defaultDropItem: {},
|
|
61386
61395
|
subsTitle: !1,
|
|
61387
61396
|
uniformHome: "",
|
|
61388
61397
|
valueUpdateRecientes: 0,
|
|
@@ -61569,7 +61578,7 @@ const AOe = {
|
|
|
61569
61578
|
selectOptMenuheader: {
|
|
61570
61579
|
immediate: !0,
|
|
61571
61580
|
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));
|
|
61581
|
+
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
61582
|
}
|
|
61574
61583
|
},
|
|
61575
61584
|
"$socket.connected": {
|
|
@@ -62902,7 +62911,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
62902
62911
|
r("div", OOe, C(o.sizeBrowser), 1),
|
|
62903
62912
|
r("div", TOe, [
|
|
62904
62913
|
r("div", EOe, [
|
|
62905
|
-
a.selectedOption == "Postmatch" ? (f(),
|
|
62914
|
+
a.selectedOption == "Postmatch" ? (f(), H(n, {
|
|
62906
62915
|
key: 0,
|
|
62907
62916
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
62908
62917
|
"option-selected": i.selectOptMenuheader,
|
|
@@ -62912,7 +62921,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
62912
62921
|
"matchdays-default": i.matchdaysPerTeam,
|
|
62913
62922
|
"game-historic": i.gamesHistoric
|
|
62914
62923
|
}, null, 8, ["onClickOnSelectOption", "option-selected", "width-size", "game-info", "onInput", "matchdays-default", "game-historic"])) : (f(), _(E, { key: 1 }, [
|
|
62915
|
-
i.selectOptMenuheader == "Historicos" ? (f(),
|
|
62924
|
+
i.selectOptMenuheader == "Historicos" ? (f(), H(c, {
|
|
62916
62925
|
key: 0,
|
|
62917
62926
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
62918
62927
|
"option-selected": i.selectOptMenuheader,
|
|
@@ -62923,7 +62932,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
62923
62932
|
"game-historic": i.gamesHistoric,
|
|
62924
62933
|
"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
62934
|
}, null, 8, ["onClickOnSelectOption", "option-selected", "width-size", "game-info", "onInput", "matchdays-default", "game-historic", "game-recientes"])) : w("", !0),
|
|
62926
|
-
i.selectOptMenuheader == "Recientes" ? (f(),
|
|
62935
|
+
i.selectOptMenuheader == "Recientes" ? (f(), H(p, {
|
|
62927
62936
|
key: 1,
|
|
62928
62937
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
62929
62938
|
style: { "margin-bottom": "100px" },
|
|
@@ -62936,7 +62945,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
62936
62945
|
onInput: o.changeCarouselItemRecent,
|
|
62937
62946
|
"game-recientes": i.gamesRecientes
|
|
62938
62947
|
}, 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(),
|
|
62948
|
+
i.selectOptMenuheader == "Probables" ? (f(), H(d, {
|
|
62940
62949
|
key: 2,
|
|
62941
62950
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
62942
62951
|
style: { "margin-bottom": "80px" },
|
|
@@ -63201,7 +63210,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
63201
63210
|
])) : w("", !0),
|
|
63202
63211
|
r("div", ETe, [
|
|
63203
63212
|
(f(!0), _(E, null, he(i.playersHome, (m, h) => (f(), _(E, { key: h }, [
|
|
63204
|
-
m.played ? (f(),
|
|
63213
|
+
m.played ? (f(), H(l, {
|
|
63205
63214
|
key: 0,
|
|
63206
63215
|
type: 1,
|
|
63207
63216
|
position: o.positionClass,
|
|
@@ -63212,7 +63221,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
63212
63221
|
r("div", FTe, [
|
|
63213
63222
|
RTe,
|
|
63214
63223
|
(f(!0), _(E, null, he(i.playersHome, (m, h) => (f(), _(E, { key: h }, [
|
|
63215
|
-
m.played ? w("", !0) : (f(),
|
|
63224
|
+
m.played ? w("", !0) : (f(), H(l, {
|
|
63216
63225
|
key: 0,
|
|
63217
63226
|
type: 1,
|
|
63218
63227
|
position: o.positionClass,
|
|
@@ -63240,7 +63249,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
63240
63249
|
(f(!0), _(E, null, he(i.playersAway, (m, h) => (f(), _(E, {
|
|
63241
63250
|
key: h + "line_away"
|
|
63242
63251
|
}, [
|
|
63243
|
-
m.played ? (f(),
|
|
63252
|
+
m.played ? (f(), H(l, {
|
|
63244
63253
|
key: 0,
|
|
63245
63254
|
type: 2,
|
|
63246
63255
|
position: o.positionClass2,
|
|
@@ -63253,7 +63262,7 @@ function UTe(e, t, a, s, i, o) {
|
|
|
63253
63262
|
(f(!0), _(E, null, he(i.playersAway, (m, h) => (f(), _(E, {
|
|
63254
63263
|
key: h + "line_away"
|
|
63255
63264
|
}, [
|
|
63256
|
-
m.played ? w("", !0) : (f(),
|
|
63265
|
+
m.played ? w("", !0) : (f(), H(l, {
|
|
63257
63266
|
key: 0,
|
|
63258
63267
|
type: 2,
|
|
63259
63268
|
position: o.positionClass2,
|
|
@@ -63317,12 +63326,12 @@ const VTe = /* @__PURE__ */ Jt(AOe, [["render", UTe]]), GTe = {
|
|
|
63317
63326
|
function WTe(e, t, a, s, i, o) {
|
|
63318
63327
|
const n = W("GSCLineups2D"), c = W("GSCLineups3D");
|
|
63319
63328
|
return f(), _("div", null, [
|
|
63320
|
-
a.type == "2D" ? (f(),
|
|
63329
|
+
a.type == "2D" ? (f(), H(n, {
|
|
63321
63330
|
key: 0,
|
|
63322
63331
|
"selected-option": a.selectedOption,
|
|
63323
63332
|
game: a.game
|
|
63324
63333
|
}, null, 8, ["selected-option", "game"])) : w("", !0),
|
|
63325
|
-
a.type == "3D" ? (f(),
|
|
63334
|
+
a.type == "3D" ? (f(), H(c, {
|
|
63326
63335
|
key: 1,
|
|
63327
63336
|
"selected-option": a.selectedOption,
|
|
63328
63337
|
game: a.game
|
|
@@ -66888,7 +66897,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66888
66897
|
class: u(o.pgtcontainercardClass),
|
|
66889
66898
|
style: L(y == 0 ? "margin-left: 0px !important; color: white;" : "")
|
|
66890
66899
|
}, [
|
|
66891
|
-
a.type == 2 ? (f(),
|
|
66900
|
+
a.type == 2 ? (f(), H(n, {
|
|
66892
66901
|
key: 0,
|
|
66893
66902
|
"color-background-home": h.color,
|
|
66894
66903
|
"name-player": a.data.player_name,
|
|
@@ -66898,7 +66907,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66898
66907
|
"logo-home": h.team_logo,
|
|
66899
66908
|
onOnclickPlayVideos: (g) => o.onclickPlayVideos({ data: h, type: 2 }),
|
|
66900
66909
|
"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(),
|
|
66910
|
+
}, 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
66911
|
key: 1,
|
|
66903
66912
|
type: "team",
|
|
66904
66913
|
"name-team": h.team_name != null ? h.team_name : "",
|
|
@@ -66908,7 +66917,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66908
66917
|
onOnclickPlayVideos: (g) => o.onclickPlayVideos({ data: h, type: 3 }),
|
|
66909
66918
|
background: h.player_action,
|
|
66910
66919
|
"name-category": h.player_name
|
|
66911
|
-
}, null, 8, ["name-team", "color-background-home", "logo-home", "onOnclickPlayVideos", "background", "name-category"])) : a.type == 0 ? (f(),
|
|
66920
|
+
}, null, 8, ["name-team", "color-background-home", "logo-home", "onOnclickPlayVideos", "background", "name-category"])) : a.type == 0 ? (f(), H(p, {
|
|
66912
66921
|
key: 2,
|
|
66913
66922
|
items: h,
|
|
66914
66923
|
type: 2,
|
|
@@ -66928,7 +66937,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66928
66937
|
"photo-profile": h.photo_profile,
|
|
66929
66938
|
"score-away": h.scoreaway,
|
|
66930
66939
|
"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(),
|
|
66940
|
+
}, 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
66941
|
key: 3,
|
|
66933
66942
|
items: h,
|
|
66934
66943
|
"color-background-home": h.backgroundhome,
|
|
@@ -66941,7 +66950,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66941
66950
|
matchday: h.match,
|
|
66942
66951
|
"season-name": h.seasonname,
|
|
66943
66952
|
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(),
|
|
66953
|
+
}, 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
66954
|
key: 4,
|
|
66946
66955
|
items: h,
|
|
66947
66956
|
"color-background-home": h.backgroundhome,
|
|
@@ -66954,7 +66963,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66954
66963
|
matchday: h.match,
|
|
66955
66964
|
"season-name": h.seasonname,
|
|
66956
66965
|
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(),
|
|
66966
|
+
}, 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
66967
|
key: 5,
|
|
66959
66968
|
items: h,
|
|
66960
66969
|
type: 2,
|
|
@@ -66974,7 +66983,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66974
66983
|
"photo-profile": h.photo_profile,
|
|
66975
66984
|
"score-away": h.scoreaway,
|
|
66976
66985
|
"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(),
|
|
66986
|
+
}, 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
66987
|
key: 6,
|
|
66979
66988
|
items: h,
|
|
66980
66989
|
type: 2,
|
|
@@ -66992,7 +67001,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
66992
67001
|
"photo-profile": h.photo_profile,
|
|
66993
67002
|
"score-away": h.scoreaway,
|
|
66994
67003
|
"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(),
|
|
67004
|
+
}, 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
67005
|
key: 7,
|
|
66997
67006
|
items: h,
|
|
66998
67007
|
"color-background-home": h.backgroundhome,
|
|
@@ -67005,7 +67014,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
67005
67014
|
matchday: h.match,
|
|
67006
67015
|
"season-name": h.seasonname,
|
|
67007
67016
|
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(),
|
|
67017
|
+
}, 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
67018
|
key: 8,
|
|
67010
67019
|
items: h,
|
|
67011
67020
|
type: 2,
|
|
@@ -67025,7 +67034,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
67025
67034
|
"photo-profile": h.photo_profile,
|
|
67026
67035
|
"score-away": h.scoreaway,
|
|
67027
67036
|
"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(),
|
|
67037
|
+
}, 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
67038
|
key: 9,
|
|
67030
67039
|
items: h,
|
|
67031
67040
|
type: 2,
|
|
@@ -67045,7 +67054,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
67045
67054
|
"photo-profile": h.photo_profile,
|
|
67046
67055
|
"score-away": h.scoreaway,
|
|
67047
67056
|
"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(),
|
|
67057
|
+
}, 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
67058
|
key: 10,
|
|
67050
67059
|
items: h,
|
|
67051
67060
|
type: 2,
|
|
@@ -67063,7 +67072,7 @@ function qRe(e, t, a, s, i, o) {
|
|
|
67063
67072
|
"photo-profile": h.photo_profile,
|
|
67064
67073
|
"score-away": h.scoreaway,
|
|
67065
67074
|
"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(),
|
|
67075
|
+
}, 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
67076
|
key: 11,
|
|
67068
67077
|
type: "player",
|
|
67069
67078
|
"color-background-home": h.colorbackgroundhome,
|
|
@@ -69624,7 +69633,7 @@ function SDe(e, t, a, s, i, o) {
|
|
|
69624
69633
|
])) : w("", !0)
|
|
69625
69634
|
], 4),
|
|
69626
69635
|
r("div", rDe, [
|
|
69627
|
-
i.item.background != "" ? (f(),
|
|
69636
|
+
i.item.background != "" ? (f(), H(n, {
|
|
69628
69637
|
key: 0,
|
|
69629
69638
|
"color-background-home": i.item.backgroundhome,
|
|
69630
69639
|
"color-background-away": i.item.backgroundaway,
|
|
@@ -69693,7 +69702,7 @@ function SDe(e, t, a, s, i, o) {
|
|
|
69693
69702
|
class: "gsWidthDataContainer",
|
|
69694
69703
|
key: i.componentKey
|
|
69695
69704
|
}, [
|
|
69696
|
-
a.type == "Postmatch" ? (f(),
|
|
69705
|
+
a.type == "Postmatch" ? (f(), H(d, {
|
|
69697
69706
|
key: 0,
|
|
69698
69707
|
onOpenmedia: o.openmedia,
|
|
69699
69708
|
type: 0,
|
|
@@ -69705,7 +69714,7 @@ function SDe(e, t, a, s, i, o) {
|
|
|
69705
69714
|
onOnClickCard: e.onClickCard,
|
|
69706
69715
|
onOnClickCategory: e.onClickCategory,
|
|
69707
69716
|
onOnViewMore: o.onViewMoreGs
|
|
69708
|
-
}, null, 8, ["onOpenmedia", "data", "onOnClickVideos", "onOnClickCard", "onOnClickCategory", "onOnViewMore"])) : (f(),
|
|
69717
|
+
}, null, 8, ["onOpenmedia", "data", "onOnClickVideos", "onOnClickCard", "onOnClickCategory", "onOnViewMore"])) : (f(), H(d, {
|
|
69709
69718
|
key: 1,
|
|
69710
69719
|
onOpenmedia: o.openmedia,
|
|
69711
69720
|
type: 0,
|
|
@@ -69768,12 +69777,12 @@ function SDe(e, t, a, s, i, o) {
|
|
|
69768
69777
|
})
|
|
69769
69778
|
]),
|
|
69770
69779
|
a.showLineups ? (f(), _("div", _De, [
|
|
69771
|
-
a.type == "Postmatch" ? (f(),
|
|
69780
|
+
a.type == "Postmatch" ? (f(), H(y, {
|
|
69772
69781
|
key: 0,
|
|
69773
69782
|
type: "2D",
|
|
69774
69783
|
"selected-option": "Postmatch",
|
|
69775
69784
|
game: { game_id: a.config.game, season_id: a.config.season_id, prematch: !1 }
|
|
69776
|
-
}, null, 8, ["game"])) : (f(),
|
|
69785
|
+
}, null, 8, ["game"])) : (f(), H(y, {
|
|
69777
69786
|
key: 1,
|
|
69778
69787
|
type: "2D",
|
|
69779
69788
|
"selected-option": "Historicos",
|
|
@@ -69866,7 +69875,7 @@ const kDe = { class: "datagame-container" }, $De = {
|
|
|
69866
69875
|
}
|
|
69867
69876
|
return (n, c) => (f(), _("div", kDe, [
|
|
69868
69877
|
e.game.game_status == 4 ? (f(), _(E, { key: 0 }, [
|
|
69869
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
69878
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(J5), {
|
|
69870
69879
|
onOpenmedia: i,
|
|
69871
69880
|
onChangeToTab: o,
|
|
69872
69881
|
type: "Prematch",
|
|
@@ -69875,7 +69884,7 @@ const kDe = { class: "datagame-container" }, $De = {
|
|
|
69875
69884
|
showLineups: e.showLineups
|
|
69876
69885
|
}, null, 8, ["config", "showLineups"])) : w("", !0)
|
|
69877
69886
|
], 64)) : (f(), _(E, { key: 1 }, [
|
|
69878
|
-
Object.keys(e.game).length > 0 ? (f(),
|
|
69887
|
+
Object.keys(e.game).length > 0 ? (f(), H(ve(J5), {
|
|
69879
69888
|
onOpenmedia: i,
|
|
69880
69889
|
onChangeToTab: o,
|
|
69881
69890
|
type: "Postmatch",
|
|
@@ -72916,7 +72925,7 @@ function qze(e, t, a, s, i, o) {
|
|
|
72916
72925
|
])
|
|
72917
72926
|
]),
|
|
72918
72927
|
r("div", Nze, [
|
|
72919
|
-
a.gameData.status !== 4 ? (f(),
|
|
72928
|
+
a.gameData.status !== 4 ? (f(), H(kC, {
|
|
72920
72929
|
key: 0,
|
|
72921
72930
|
name: i.transitionName,
|
|
72922
72931
|
tag: "div"
|
|
@@ -73627,7 +73636,7 @@ const xHe = ut({
|
|
|
73627
73636
|
}, null, 8, ["buttons", "width", "selected-option"])
|
|
73628
73637
|
])
|
|
73629
73638
|
]),
|
|
73630
|
-
(f(),
|
|
73639
|
+
(f(), H(Cb(h.value.componentName), {
|
|
73631
73640
|
game: v.value,
|
|
73632
73641
|
subsection: ve(y),
|
|
73633
73642
|
seasonSelected: i.value,
|