@golstats/gsc-game-info 1.0.18 → 1.0.20
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-info-game.js +418 -416
- package/dist/gsc-info-game.umd.cjs +4 -4
- package/package.json +1 -1
package/dist/gsc-info-game.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock as c, createElementBlock as d, normalizeClass as n, createElementVNode as o, toDisplayString as C, Fragment as g, createCommentVNode as _, renderList as D, normalizeStyle as
|
|
1
|
+
import { openBlock as c, createElementBlock as d, normalizeClass as n, createElementVNode as o, toDisplayString as C, Fragment as g, createCommentVNode as _, renderList as D, normalizeStyle as F, createTextVNode as k, useCssVars as nt, renderSlot as it, resolveComponent as G, createVNode as _e, withCtx as ot, createBlock as te } from "vue";
|
|
2
2
|
function Ae(e, s) {
|
|
3
3
|
return function() {
|
|
4
4
|
return e.apply(s, arguments);
|
|
@@ -49,9 +49,9 @@ function De(e, s) {
|
|
|
49
49
|
return l;
|
|
50
50
|
return null;
|
|
51
51
|
}
|
|
52
|
-
const
|
|
52
|
+
const Fe = (() => typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global)(), Re = (e) => !H(e) && e !== Fe;
|
|
53
53
|
function re() {
|
|
54
|
-
const { caseless: e } =
|
|
54
|
+
const { caseless: e } = Re(this) && this || {}, s = {}, t = (a, l) => {
|
|
55
55
|
const r = e && De(s, l) || l;
|
|
56
56
|
J(s[r]) && J(a) ? s[r] = re(s[r], a) : J(a) ? s[r] = re({}, a) : j(a) ? s[r] = a.slice() : s[r] = a;
|
|
57
57
|
};
|
|
@@ -150,10 +150,10 @@ const bt = (e, s, t, { allOwnKeys: a } = {}) => (z(s, (l, r) => {
|
|
|
150
150
|
t += s[Math.random() * a | 0];
|
|
151
151
|
return t;
|
|
152
152
|
};
|
|
153
|
-
function
|
|
153
|
+
function Ft(e) {
|
|
154
154
|
return !!(e && O(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
|
|
155
155
|
}
|
|
156
|
-
const
|
|
156
|
+
const Rt = (e) => {
|
|
157
157
|
const s = new Array(10), t = (a, l) => {
|
|
158
158
|
if (Y(a)) {
|
|
159
159
|
if (s.indexOf(a) >= 0)
|
|
@@ -215,12 +215,12 @@ const Ft = (e) => {
|
|
|
215
215
|
noop: Mt,
|
|
216
216
|
toFiniteNumber: $t,
|
|
217
217
|
findKey: De,
|
|
218
|
-
global:
|
|
219
|
-
isContextDefined:
|
|
218
|
+
global: Fe,
|
|
219
|
+
isContextDefined: Re,
|
|
220
220
|
ALPHABET: Ue,
|
|
221
221
|
generateString: Dt,
|
|
222
|
-
isSpecCompliantForm:
|
|
223
|
-
toJSONObject:
|
|
222
|
+
isSpecCompliantForm: Ft,
|
|
223
|
+
toJSONObject: Rt,
|
|
224
224
|
isAsyncFn: jt,
|
|
225
225
|
isThenable: Ut
|
|
226
226
|
};
|
|
@@ -1043,7 +1043,7 @@ function Be(e) {
|
|
|
1043
1043
|
});
|
|
1044
1044
|
}
|
|
1045
1045
|
const Oe = (e) => e instanceof I ? e.toJSON() : e;
|
|
1046
|
-
function
|
|
1046
|
+
function R(e, s) {
|
|
1047
1047
|
s = s || {};
|
|
1048
1048
|
const t = {};
|
|
1049
1049
|
function a(h, w, m) {
|
|
@@ -1171,7 +1171,7 @@ class K {
|
|
|
1171
1171
|
* @returns {Promise} The Promise to be fulfilled
|
|
1172
1172
|
*/
|
|
1173
1173
|
request(s, t) {
|
|
1174
|
-
typeof s == "string" ? (t = t || {}, t.url = s) : t = s || {}, t =
|
|
1174
|
+
typeof s == "string" ? (t = t || {}, t.url = s) : t = s || {}, t = R(this.defaults, t);
|
|
1175
1175
|
const { transitional: a, paramsSerializer: l, headers: r } = t;
|
|
1176
1176
|
a !== void 0 && de.assertOptions(a, {
|
|
1177
1177
|
silentJSONParsing: $.transitional($.boolean),
|
|
@@ -1230,14 +1230,14 @@ class K {
|
|
|
1230
1230
|
return w;
|
|
1231
1231
|
}
|
|
1232
1232
|
getUri(s) {
|
|
1233
|
-
s =
|
|
1233
|
+
s = R(this.defaults, s);
|
|
1234
1234
|
const t = Xe(s.baseURL, s.url);
|
|
1235
1235
|
return qe(t, s.params, s.paramsSerializer);
|
|
1236
1236
|
}
|
|
1237
1237
|
}
|
|
1238
1238
|
u.forEach(["delete", "get", "head", "options"], function(s) {
|
|
1239
1239
|
K.prototype[s] = function(t, a) {
|
|
1240
|
-
return this.request(
|
|
1240
|
+
return this.request(R(a || {}, {
|
|
1241
1241
|
method: s,
|
|
1242
1242
|
url: t,
|
|
1243
1243
|
data: (a || {}).data
|
|
@@ -1247,7 +1247,7 @@ u.forEach(["delete", "get", "head", "options"], function(s) {
|
|
|
1247
1247
|
u.forEach(["post", "put", "patch"], function(s) {
|
|
1248
1248
|
function t(a) {
|
|
1249
1249
|
return function(r, i, y) {
|
|
1250
|
-
return this.request(
|
|
1250
|
+
return this.request(R(y || {}, {
|
|
1251
1251
|
method: s,
|
|
1252
1252
|
headers: a ? {
|
|
1253
1253
|
"Content-Type": "multipart/form-data"
|
|
@@ -1409,7 +1409,7 @@ const ks = ue;
|
|
|
1409
1409
|
function xe(e) {
|
|
1410
1410
|
const s = new V(e), t = Ae(V.prototype.request, s);
|
|
1411
1411
|
return u.extend(t, V.prototype, s, { allOwnKeys: !0 }), u.extend(t, s, null, { allOwnKeys: !0 }), t.create = function(l) {
|
|
1412
|
-
return xe(
|
|
1412
|
+
return xe(R(e, l));
|
|
1413
1413
|
}, t;
|
|
1414
1414
|
}
|
|
1415
1415
|
const T = xe(fe);
|
|
@@ -1426,13 +1426,13 @@ T.all = function(s) {
|
|
|
1426
1426
|
};
|
|
1427
1427
|
T.spread = vs;
|
|
1428
1428
|
T.isAxiosError = ps;
|
|
1429
|
-
T.mergeConfig =
|
|
1429
|
+
T.mergeConfig = R;
|
|
1430
1430
|
T.AxiosHeaders = I;
|
|
1431
1431
|
T.formToJSON = (e) => Ve(u.isHTMLForm(e) ? new FormData(e) : e);
|
|
1432
1432
|
T.getAdapter = Qe.getAdapter;
|
|
1433
1433
|
T.HttpStatusCode = ks;
|
|
1434
1434
|
T.default = T;
|
|
1435
|
-
const oe = T, Ts = "_content_eswct_31", Ss = "_title_eswct_37", Es = "_title473_eswct_46", Ps = "_content1_eswct_55", Bs = "_title1_eswct_60", Os = "_title1473_eswct_72", Ns = "_headCard_eswct_86", Ls = "_headCard473_eswct_99", Is = "_content2_eswct_113", As = "_span_eswct_119", Ms = "_partidos_eswct_122", $s = "_totalContainer_eswct_125", Ds = "_rowTable_eswct_134",
|
|
1435
|
+
const oe = T, Ts = "_content_eswct_31", Ss = "_title_eswct_37", Es = "_title473_eswct_46", Ps = "_content1_eswct_55", Bs = "_title1_eswct_60", Os = "_title1473_eswct_72", Ns = "_headCard_eswct_86", Ls = "_headCard473_eswct_99", Is = "_content2_eswct_113", As = "_span_eswct_119", Ms = "_partidos_eswct_122", $s = "_totalContainer_eswct_125", Ds = "_rowTable_eswct_134", Fs = "_icnPlayIcon_eswct_145", Rs = "_btnPlay_eswct_150", js = "_content5_eswct_162", Us = "_totalContainer1_eswct_171", Gs = "_rowTable1_eswct_181", Hs = "_rowTable3_eswct_192", zs = "_rowsContainer_eswct_204", Ws = "_rowTable4_eswct_212", qs = "_rowTable5_eswct_223", Js = "_rowTable7_eswct_234", Zs = "_rowTable7473_eswct_246", Vs = "_rowTable3473_eswct_258", Ks = "_containerData_eswct_270", Xs = "_tableContainer_eswct_279", Qs = "_generalDataCard_eswct_286", Ys = "_generalDataCard473_eswct_301", xs = {
|
|
1436
1436
|
content: Ts,
|
|
1437
1437
|
title: Ss,
|
|
1438
1438
|
title473: Es,
|
|
@@ -1446,8 +1446,8 @@ const oe = T, Ts = "_content_eswct_31", Ss = "_title_eswct_37", Es = "_title473_
|
|
|
1446
1446
|
partidos: Ms,
|
|
1447
1447
|
totalContainer: $s,
|
|
1448
1448
|
rowTable: Ds,
|
|
1449
|
-
icnPlayIcon:
|
|
1450
|
-
btnPlay:
|
|
1449
|
+
icnPlayIcon: Fs,
|
|
1450
|
+
btnPlay: Rs,
|
|
1451
1451
|
content5: js,
|
|
1452
1452
|
totalContainer1: Us,
|
|
1453
1453
|
rowTable1: Gs,
|
|
@@ -2360,7 +2360,7 @@ function ka(e, s, t, a, l, r) {
|
|
|
2360
2360
|
t.match.extra_categories ? (c(!0), d(g, { key: 0 }, D(t.match.extra_categories, (i, y) => (c(), d("div", {
|
|
2361
2361
|
key: y + "g",
|
|
2362
2362
|
class: n(e.$style.rowTable5),
|
|
2363
|
-
style:
|
|
2363
|
+
style: F(t.position != 1 ? y % 2 == 0 ? "background: #172531" : "background: #0d1d29" : y % 2 == 0 ? "background: #0d1d29" : "background: #172531")
|
|
2364
2364
|
}, [
|
|
2365
2365
|
o("div", {
|
|
2366
2366
|
class: n(e.$style.content2)
|
|
@@ -2407,7 +2407,7 @@ function ka(e, s, t, a, l, r) {
|
|
|
2407
2407
|
y >= 2 ? (c(), d("div", {
|
|
2408
2408
|
key: 0,
|
|
2409
2409
|
class: n(e.$style.rowTable4),
|
|
2410
|
-
style:
|
|
2410
|
+
style: F(y % 2 == 0 ? "background: #0d1d29" : "background: #172531")
|
|
2411
2411
|
}, [
|
|
2412
2412
|
o("div", {
|
|
2413
2413
|
class: n(e.$style.content2)
|
|
@@ -2475,7 +2475,7 @@ const Ta = {
|
|
|
2475
2475
|
5: "Cuartos",
|
|
2476
2476
|
6: "Semifinales",
|
|
2477
2477
|
7: "Final"
|
|
2478
|
-
}, Ea = "_content_1wm84_52", Pa = "_j_1wm84_59", Ba = "_jornada_1wm84_65", Oa = "_live_1wm84_77", Na = "_liveButon_1wm84_82", La = "_dateContainer_1wm84_95", Ia = "_dateContainer473_1wm84_109", Aa = "_title_1wm84_123", Ma = "_title473_1wm84_135", $a = "_chivasIcon_1wm84_148", Da = "_escudos_1wm84_161",
|
|
2478
|
+
}, Ea = "_content_1wm84_52", Pa = "_j_1wm84_59", Ba = "_jornada_1wm84_65", Oa = "_live_1wm84_77", Na = "_liveButon_1wm84_82", La = "_dateContainer_1wm84_95", Ia = "_dateContainer473_1wm84_109", Aa = "_title_1wm84_123", Ma = "_title473_1wm84_135", $a = "_chivasIcon_1wm84_148", Da = "_escudos_1wm84_161", Fa = "_escudosWrapper_1wm84_168", Ra = "_homeTeamInner_1wm84_178", ja = "_homeTeam_1wm84_178", Ua = "_btnPlayIcon_1wm84_195", Ga = "_div1_1wm84_200", Ha = "_score_1wm84_204", za = "_btnPlay_1wm84_195", Wa = "_containerTeams_1wm84_221", qa = "_containerTeams473_1wm84_230", Ja = "_jornadaParent_1wm84_242", Za = "_jornadaParent473_1wm84_251", Va = "_headCard_1wm84_254", Ka = "_headCard473_1wm84_264", Xa = "_content1_1wm84_277", Qa = "_span_1wm84_283", Ya = "_partidos_1wm84_286", xa = "_content2_1wm84_289", en = "_totalContainer_1wm84_294", tn = "_rowTable_1wm84_303", sn = "_icnPlayIcon_1wm84_314", an = "_content4_1wm84_328", nn = "_totalContainer1_1wm84_337", on = "_rowTable1_1wm84_347", rn = "_rowTable3_1wm84_358", ln = "_rowTable3473_1wm84_370", cn = "_rowsContainer_1wm84_382", dn = "_rowTable4_1wm84_390", un = "_rowTable5_1wm84_401", yn = "_content16_1wm84_412", hn = "_rowTable7_1wm84_418", mn = "_rowTable7473_1wm84_430", fn = "_containerData_1wm84_442", Cn = "_tableContainer_1wm84_452", wn = "_lastGameCard_1wm84_459", gn = "_lastGameCard473_1wm84_474", _n = {
|
|
2479
2479
|
content: Ea,
|
|
2480
2480
|
j: Pa,
|
|
2481
2481
|
jornada: Ba,
|
|
@@ -2487,8 +2487,8 @@ const Ta = {
|
|
|
2487
2487
|
title473: Ma,
|
|
2488
2488
|
chivasIcon: $a,
|
|
2489
2489
|
escudos: Da,
|
|
2490
|
-
escudosWrapper:
|
|
2491
|
-
homeTeamInner:
|
|
2490
|
+
escudosWrapper: Fa,
|
|
2491
|
+
homeTeamInner: Ra,
|
|
2492
2492
|
homeTeam: ja,
|
|
2493
2493
|
btnPlayIcon: Ua,
|
|
2494
2494
|
div1: Ga,
|
|
@@ -3025,13 +3025,13 @@ const Ta = {
|
|
|
3025
3025
|
], Dn = /* @__PURE__ */ o("path", {
|
|
3026
3026
|
d: "M0.454162 9.34811C0.391152 9.3064 0.338487 9.24407 0.301843 9.16785C0.265199 9.09163 0.245966 9.00441 0.246218 8.9156V1.0831C0.246305 0.994582 0.265663 0.907752 0.302236 0.831836C0.338808 0.75592 0.391227 0.693755 0.453921 0.651949C0.516615 0.610143 0.58724 0.590259 0.658289 0.594411C0.729338 0.598563 0.798156 0.626596 0.857426 0.675528L5.5785 4.59224C5.63242 4.63686 5.67665 4.69738 5.70723 4.7684C5.73782 4.83943 5.75383 4.91876 5.75383 4.99935C5.75383 5.07993 5.73782 5.15926 5.70723 5.23029C5.67665 5.30131 5.63242 5.36183 5.5785 5.40645L0.857426 9.32409C0.798247 9.37313 0.729482 9.40126 0.658464 9.40549C0.587446 9.40973 0.516836 9.38989 0.454162 9.34811Z",
|
|
3027
3027
|
fill: "#CBEE6B"
|
|
3028
|
-
}, null, -1),
|
|
3028
|
+
}, null, -1), Fn = [
|
|
3029
3029
|
Dn
|
|
3030
|
-
],
|
|
3030
|
+
], Rn = /* @__PURE__ */ o("path", {
|
|
3031
3031
|
d: "M0.454162 9.34811C0.391152 9.3064 0.338487 9.24407 0.301843 9.16785C0.265199 9.09163 0.245966 9.00441 0.246218 8.9156V1.0831C0.246305 0.994582 0.265663 0.907752 0.302236 0.831836C0.338808 0.75592 0.391227 0.693755 0.453921 0.651949C0.516615 0.610143 0.58724 0.590259 0.658289 0.594411C0.729338 0.598563 0.798156 0.626596 0.857426 0.675528L5.5785 4.59224C5.63242 4.63686 5.67665 4.69738 5.70723 4.7684C5.73782 4.83943 5.75383 4.91876 5.75383 4.99935C5.75383 5.07993 5.73782 5.15926 5.70723 5.23029C5.67665 5.30131 5.63242 5.36183 5.5785 5.40645L0.857426 9.32409C0.798247 9.37313 0.729482 9.40126 0.658464 9.40549C0.587446 9.40973 0.516836 9.38989 0.454162 9.34811Z",
|
|
3032
3032
|
fill: "#CBEE6B"
|
|
3033
3033
|
}, null, -1), jn = [
|
|
3034
|
-
|
|
3034
|
+
Rn
|
|
3035
3035
|
], Un = ["onClick"], Gn = /* @__PURE__ */ o("path", {
|
|
3036
3036
|
d: "M0.454162 9.34811C0.391152 9.3064 0.338487 9.24407 0.301843 9.16785C0.265199 9.09163 0.245966 9.00441 0.246218 8.9156V1.0831C0.246305 0.994582 0.265663 0.907752 0.302236 0.831836C0.338808 0.75592 0.391227 0.693755 0.453921 0.651949C0.516615 0.610143 0.58724 0.590259 0.658289 0.594411C0.729338 0.598563 0.798156 0.626596 0.857426 0.675528L5.5785 4.59224C5.63242 4.63686 5.67665 4.69738 5.70723 4.7684C5.73782 4.83943 5.75383 4.91876 5.75383 4.99935C5.75383 5.07993 5.73782 5.15926 5.70723 5.23029C5.67665 5.30131 5.63242 5.36183 5.5785 5.40645L0.857426 9.32409C0.798247 9.37313 0.729482 9.40126 0.658464 9.40549C0.587446 9.40973 0.516836 9.38989 0.454162 9.34811Z",
|
|
3037
3037
|
fill: "#CBEE6B"
|
|
@@ -3287,7 +3287,7 @@ function Jn(e, s, t, a, l, r) {
|
|
|
3287
3287
|
y < 2 ? (c(), d("div", {
|
|
3288
3288
|
key: 0,
|
|
3289
3289
|
class: n(e.$style.rowTable5),
|
|
3290
|
-
style:
|
|
3290
|
+
style: F(y % 2 == 0 ? "background: #0d1d29" : "background: #172531")
|
|
3291
3291
|
}, [
|
|
3292
3292
|
o("div", {
|
|
3293
3293
|
class: n(e.$style.content1)
|
|
@@ -3449,7 +3449,7 @@ function Jn(e, s, t, a, l, r) {
|
|
|
3449
3449
|
viewBox: "0 0 6 10",
|
|
3450
3450
|
fill: "none",
|
|
3451
3451
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3452
|
-
},
|
|
3452
|
+
}, Fn, 2))
|
|
3453
3453
|
], 2)) : _("", !0),
|
|
3454
3454
|
o("div", {
|
|
3455
3455
|
class: n(e.$style.content4)
|
|
@@ -3503,7 +3503,7 @@ function Jn(e, s, t, a, l, r) {
|
|
|
3503
3503
|
y >= 2 ? (c(), d("div", {
|
|
3504
3504
|
key: 0,
|
|
3505
3505
|
class: n(e.$style.rowTable5),
|
|
3506
|
-
style:
|
|
3506
|
+
style: F(y % 2 == 0 ? "background: #0d1d29" : "background: #172531")
|
|
3507
3507
|
}, [
|
|
3508
3508
|
o("div", {
|
|
3509
3509
|
class: n(e.$style.content1)
|
|
@@ -3545,7 +3545,7 @@ function Jn(e, s, t, a, l, r) {
|
|
|
3545
3545
|
], 64))), 128)) : (c(!0), d(g, { key: 2 }, D(t.match.extra_categories, (i, y) => (c(), d("div", {
|
|
3546
3546
|
key: y + "lsr",
|
|
3547
3547
|
class: n(e.$style.rowTable5),
|
|
3548
|
-
style:
|
|
3548
|
+
style: F(y % 2 == 0 ? "background: #0d1d29" : "background: #172531")
|
|
3549
3549
|
}, [
|
|
3550
3550
|
o("div", {
|
|
3551
3551
|
class: n(e.$style.content1)
|
|
@@ -3744,7 +3744,7 @@ function ni(e, s, t, a, l, r) {
|
|
|
3744
3744
|
], 512);
|
|
3745
3745
|
}
|
|
3746
3746
|
const ii = /* @__PURE__ */ Kn(ge, [["render", ni], ["__scopeId", "data-v-b548a08d"]]);
|
|
3747
|
-
const oi = "_letter_13pce_35", ri = "_live_13pce_44", li = "_liveButon_13pce_48", ci = "_dateHour_13pce_62", di = "_matchDate_13pce_72", ui = "_chivasIcon_13pce_80", yi = "_escudos_13pce_93", hi = "_homeTeam_13pce_100", mi = "_btnPlayIcon_13pce_106", fi = "_div_13pce_112", Ci = "_score_13pce_116", wi = "_scoreNoButton_13pce_116", gi = "_containerTeams_13pce_130", _i = "_matchResult_13pce_137", bi = "_headCard_13pce_150", vi = "_content_13pce_161", pi = "_vuesaxlinearsearchNormalIcon_13pce_167", ki = "_searchField1_13pce_172", Ti = "_vuesaxlinearsearchNormalParent_13pce_177", Si = "_searchField_13pce_172", Ei = "_union9Icon_13pce_202", Pi = "_playButton_13pce_214", Bi = "_content1_13pce_220", Oi = "_totalContainer_13pce_231", Ni = "_rowTable_13pce_240", Li = "_icnPlayIcon_13pce_251", Ii = "_btnPlay_13pce_106", Ai = "_content3_13pce_268", Mi = "_totalContainer1_13pce_277", $i = "_rowTable1_13pce_287", Di = "_rowsContainer_13pce_298",
|
|
3747
|
+
const oi = "_letter_13pce_35", ri = "_live_13pce_44", li = "_liveButon_13pce_48", ci = "_dateHour_13pce_62", di = "_matchDate_13pce_72", ui = "_chivasIcon_13pce_80", yi = "_escudos_13pce_93", hi = "_homeTeam_13pce_100", mi = "_btnPlayIcon_13pce_106", fi = "_div_13pce_112", Ci = "_score_13pce_116", wi = "_scoreNoButton_13pce_116", gi = "_containerTeams_13pce_130", _i = "_matchResult_13pce_137", bi = "_headCard_13pce_150", vi = "_content_13pce_161", pi = "_vuesaxlinearsearchNormalIcon_13pce_167", ki = "_searchField1_13pce_172", Ti = "_vuesaxlinearsearchNormalParent_13pce_177", Si = "_searchField_13pce_172", Ei = "_union9Icon_13pce_202", Pi = "_playButton_13pce_214", Bi = "_content1_13pce_220", Oi = "_totalContainer_13pce_231", Ni = "_rowTable_13pce_240", Li = "_icnPlayIcon_13pce_251", Ii = "_btnPlay_13pce_106", Ai = "_content3_13pce_268", Mi = "_totalContainer1_13pce_277", $i = "_rowTable1_13pce_287", Di = "_rowsContainer_13pce_298", Fi = "_tableContainer_13pce_309", Ri = "_matchCard_13pce_316", ji = {
|
|
3748
3748
|
letter: oi,
|
|
3749
3749
|
live: ri,
|
|
3750
3750
|
liveButon: li,
|
|
@@ -3776,8 +3776,8 @@ const oi = "_letter_13pce_35", ri = "_live_13pce_44", li = "_liveButon_13pce_48"
|
|
|
3776
3776
|
totalContainer1: Mi,
|
|
3777
3777
|
rowTable1: $i,
|
|
3778
3778
|
rowsContainer: Di,
|
|
3779
|
-
tableContainer:
|
|
3780
|
-
matchCard:
|
|
3779
|
+
tableContainer: Fi,
|
|
3780
|
+
matchCard: Ri
|
|
3781
3781
|
}, Ui = {
|
|
3782
3782
|
name: "SummaryMatchContainer",
|
|
3783
3783
|
props: {
|
|
@@ -3830,383 +3830,385 @@ const oi = "_letter_13pce_35", ri = "_live_13pce_44", li = "_liveButon_13pce_48"
|
|
|
3830
3830
|
},
|
|
3831
3831
|
methods: {
|
|
3832
3832
|
onclickPlayVideos(e) {
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
|
|
4016
|
-
|
|
4017
|
-
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
|
|
4087
|
-
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
|
|
4092
|
-
|
|
4093
|
-
|
|
4094
|
-
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
4121
|
-
|
|
4122
|
-
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
3833
|
+
if (e.category != -1) {
|
|
3834
|
+
var s = [];
|
|
3835
|
+
e.type == 2 ? e.position_id == 1 ? e.category == 0 ? s = [
|
|
3836
|
+
14,
|
|
3837
|
+
52,
|
|
3838
|
+
15,
|
|
3839
|
+
53,
|
|
3840
|
+
300,
|
|
3841
|
+
301,
|
|
3842
|
+
308,
|
|
3843
|
+
309,
|
|
3844
|
+
310,
|
|
3845
|
+
311,
|
|
3846
|
+
304,
|
|
3847
|
+
305,
|
|
3848
|
+
306,
|
|
3849
|
+
307,
|
|
3850
|
+
260,
|
|
3851
|
+
261,
|
|
3852
|
+
312,
|
|
3853
|
+
265,
|
|
3854
|
+
266,
|
|
3855
|
+
267,
|
|
3856
|
+
268,
|
|
3857
|
+
313,
|
|
3858
|
+
314,
|
|
3859
|
+
43,
|
|
3860
|
+
324,
|
|
3861
|
+
323,
|
|
3862
|
+
478,
|
|
3863
|
+
479,
|
|
3864
|
+
480,
|
|
3865
|
+
481,
|
|
3866
|
+
474,
|
|
3867
|
+
475,
|
|
3868
|
+
476,
|
|
3869
|
+
477,
|
|
3870
|
+
40,
|
|
3871
|
+
26,
|
|
3872
|
+
325,
|
|
3873
|
+
16,
|
|
3874
|
+
51,
|
|
3875
|
+
462,
|
|
3876
|
+
463,
|
|
3877
|
+
151,
|
|
3878
|
+
154,
|
|
3879
|
+
156,
|
|
3880
|
+
591,
|
|
3881
|
+
592,
|
|
3882
|
+
159,
|
|
3883
|
+
162,
|
|
3884
|
+
163,
|
|
3885
|
+
429,
|
|
3886
|
+
165,
|
|
3887
|
+
593,
|
|
3888
|
+
594,
|
|
3889
|
+
168,
|
|
3890
|
+
171,
|
|
3891
|
+
172,
|
|
3892
|
+
430,
|
|
3893
|
+
174,
|
|
3894
|
+
595,
|
|
3895
|
+
596,
|
|
3896
|
+
177,
|
|
3897
|
+
180,
|
|
3898
|
+
181,
|
|
3899
|
+
431,
|
|
3900
|
+
467,
|
|
3901
|
+
358,
|
|
3902
|
+
361,
|
|
3903
|
+
363,
|
|
3904
|
+
366,
|
|
3905
|
+
369,
|
|
3906
|
+
370,
|
|
3907
|
+
469,
|
|
3908
|
+
372,
|
|
3909
|
+
376,
|
|
3910
|
+
378,
|
|
3911
|
+
379,
|
|
3912
|
+
470,
|
|
3913
|
+
381,
|
|
3914
|
+
385,
|
|
3915
|
+
387,
|
|
3916
|
+
388,
|
|
3917
|
+
471,
|
|
3918
|
+
607,
|
|
3919
|
+
608,
|
|
3920
|
+
262,
|
|
3921
|
+
263
|
|
3922
|
+
] : s = e.category : e.category == 0 ? s = [
|
|
3923
|
+
56,
|
|
3924
|
+
57,
|
|
3925
|
+
59,
|
|
3926
|
+
60,
|
|
3927
|
+
326,
|
|
3928
|
+
213,
|
|
3929
|
+
214,
|
|
3930
|
+
215,
|
|
3931
|
+
216,
|
|
3932
|
+
583,
|
|
3933
|
+
584,
|
|
3934
|
+
122,
|
|
3935
|
+
123,
|
|
3936
|
+
124,
|
|
3937
|
+
125,
|
|
3938
|
+
585,
|
|
3939
|
+
586,
|
|
3940
|
+
128,
|
|
3941
|
+
129,
|
|
3942
|
+
130,
|
|
3943
|
+
131,
|
|
3944
|
+
133,
|
|
3945
|
+
327,
|
|
3946
|
+
587,
|
|
3947
|
+
588,
|
|
3948
|
+
136,
|
|
3949
|
+
137,
|
|
3950
|
+
138,
|
|
3951
|
+
139,
|
|
3952
|
+
589,
|
|
3953
|
+
590,
|
|
3954
|
+
142,
|
|
3955
|
+
143,
|
|
3956
|
+
144,
|
|
3957
|
+
145,
|
|
3958
|
+
146,
|
|
3959
|
+
147,
|
|
3960
|
+
485,
|
|
3961
|
+
486,
|
|
3962
|
+
487,
|
|
3963
|
+
488,
|
|
3964
|
+
489,
|
|
3965
|
+
490,
|
|
3966
|
+
491,
|
|
3967
|
+
492,
|
|
3968
|
+
10,
|
|
3969
|
+
27,
|
|
3970
|
+
597,
|
|
3971
|
+
598,
|
|
3972
|
+
538,
|
|
3973
|
+
539,
|
|
3974
|
+
599,
|
|
3975
|
+
600,
|
|
3976
|
+
541,
|
|
3977
|
+
542,
|
|
3978
|
+
601,
|
|
3979
|
+
602,
|
|
3980
|
+
545,
|
|
3981
|
+
546,
|
|
3982
|
+
603,
|
|
3983
|
+
604,
|
|
3984
|
+
548,
|
|
3985
|
+
549,
|
|
3986
|
+
561,
|
|
3987
|
+
562,
|
|
3988
|
+
100,
|
|
3989
|
+
563,
|
|
3990
|
+
564,
|
|
3991
|
+
103,
|
|
3992
|
+
104,
|
|
3993
|
+
105,
|
|
3994
|
+
106,
|
|
3995
|
+
107,
|
|
3996
|
+
108,
|
|
3997
|
+
565,
|
|
3998
|
+
566,
|
|
3999
|
+
111,
|
|
4000
|
+
567,
|
|
4001
|
+
568,
|
|
4002
|
+
114,
|
|
4003
|
+
115,
|
|
4004
|
+
116,
|
|
4005
|
+
117,
|
|
4006
|
+
118,
|
|
4007
|
+
119,
|
|
4008
|
+
4,
|
|
4009
|
+
88,
|
|
4010
|
+
5,
|
|
4011
|
+
34,
|
|
4012
|
+
402,
|
|
4013
|
+
459,
|
|
4014
|
+
460,
|
|
4015
|
+
461,
|
|
4016
|
+
233,
|
|
4017
|
+
403,
|
|
4018
|
+
456,
|
|
4019
|
+
457,
|
|
4020
|
+
458,
|
|
4021
|
+
236,
|
|
4022
|
+
404,
|
|
4023
|
+
453,
|
|
4024
|
+
454,
|
|
4025
|
+
455,
|
|
4026
|
+
240,
|
|
4027
|
+
405,
|
|
4028
|
+
450,
|
|
4029
|
+
451,
|
|
4030
|
+
452,
|
|
4031
|
+
243,
|
|
4032
|
+
408,
|
|
4033
|
+
447,
|
|
4034
|
+
448,
|
|
4035
|
+
449,
|
|
4036
|
+
283,
|
|
4037
|
+
409,
|
|
4038
|
+
444,
|
|
4039
|
+
445,
|
|
4040
|
+
446,
|
|
4041
|
+
285,
|
|
4042
|
+
410,
|
|
4043
|
+
441,
|
|
4044
|
+
442,
|
|
4045
|
+
443,
|
|
4046
|
+
290,
|
|
4047
|
+
411,
|
|
4048
|
+
438,
|
|
4049
|
+
439,
|
|
4050
|
+
440,
|
|
4051
|
+
292,
|
|
4052
|
+
412,
|
|
4053
|
+
435,
|
|
4054
|
+
436,
|
|
4055
|
+
437,
|
|
4056
|
+
297,
|
|
4057
|
+
414,
|
|
4058
|
+
415,
|
|
4059
|
+
416,
|
|
4060
|
+
417,
|
|
4061
|
+
244,
|
|
4062
|
+
418,
|
|
4063
|
+
419,
|
|
4064
|
+
420,
|
|
4065
|
+
421,
|
|
4066
|
+
401,
|
|
4067
|
+
581,
|
|
4068
|
+
582,
|
|
4069
|
+
331,
|
|
4070
|
+
506,
|
|
4071
|
+
530,
|
|
4072
|
+
579,
|
|
4073
|
+
580,
|
|
4074
|
+
334,
|
|
4075
|
+
507,
|
|
4076
|
+
531,
|
|
4077
|
+
577,
|
|
4078
|
+
578,
|
|
4079
|
+
344,
|
|
4080
|
+
508,
|
|
4081
|
+
532,
|
|
4082
|
+
575,
|
|
4083
|
+
576,
|
|
4084
|
+
424,
|
|
4085
|
+
509,
|
|
4086
|
+
533,
|
|
4087
|
+
573,
|
|
4088
|
+
574,
|
|
4089
|
+
341,
|
|
4090
|
+
529,
|
|
4091
|
+
534,
|
|
4092
|
+
571,
|
|
4093
|
+
572,
|
|
4094
|
+
340,
|
|
4095
|
+
528,
|
|
4096
|
+
535,
|
|
4097
|
+
569,
|
|
4098
|
+
570,
|
|
4099
|
+
427,
|
|
4100
|
+
527,
|
|
4101
|
+
536,
|
|
4102
|
+
348,
|
|
4103
|
+
349,
|
|
4104
|
+
350,
|
|
4105
|
+
465,
|
|
4106
|
+
352,
|
|
4107
|
+
353,
|
|
4108
|
+
354,
|
|
4109
|
+
466,
|
|
4110
|
+
14,
|
|
4111
|
+
52,
|
|
4112
|
+
15,
|
|
4113
|
+
53,
|
|
4114
|
+
218,
|
|
4115
|
+
219,
|
|
4116
|
+
220,
|
|
4117
|
+
221,
|
|
4118
|
+
496,
|
|
4119
|
+
497,
|
|
4120
|
+
498,
|
|
4121
|
+
499,
|
|
4122
|
+
500,
|
|
4123
|
+
501,
|
|
4124
|
+
502,
|
|
4125
|
+
503,
|
|
4126
|
+
217,
|
|
4127
|
+
504,
|
|
4128
|
+
505,
|
|
4129
|
+
521,
|
|
4130
|
+
522,
|
|
4131
|
+
543,
|
|
4132
|
+
33,
|
|
4133
|
+
209,
|
|
4134
|
+
208,
|
|
4135
|
+
517,
|
|
4136
|
+
206,
|
|
4137
|
+
207,
|
|
4138
|
+
26,
|
|
4139
|
+
325,
|
|
4140
|
+
16,
|
|
4141
|
+
51,
|
|
4142
|
+
463,
|
|
4143
|
+
151,
|
|
4144
|
+
154,
|
|
4145
|
+
156,
|
|
4146
|
+
591,
|
|
4147
|
+
592,
|
|
4148
|
+
159,
|
|
4149
|
+
162,
|
|
4150
|
+
163,
|
|
4151
|
+
429,
|
|
4152
|
+
165,
|
|
4153
|
+
593,
|
|
4154
|
+
594,
|
|
4155
|
+
168,
|
|
4156
|
+
171,
|
|
4157
|
+
172,
|
|
4158
|
+
430,
|
|
4159
|
+
174,
|
|
4160
|
+
595,
|
|
4161
|
+
596,
|
|
4162
|
+
177,
|
|
4163
|
+
180,
|
|
4164
|
+
181,
|
|
4165
|
+
431,
|
|
4166
|
+
467,
|
|
4167
|
+
358,
|
|
4168
|
+
361,
|
|
4169
|
+
363,
|
|
4170
|
+
366,
|
|
4171
|
+
369,
|
|
4172
|
+
370,
|
|
4173
|
+
469,
|
|
4174
|
+
372,
|
|
4175
|
+
376,
|
|
4176
|
+
378,
|
|
4177
|
+
379,
|
|
4178
|
+
470,
|
|
4179
|
+
381,
|
|
4180
|
+
385,
|
|
4181
|
+
387,
|
|
4182
|
+
388,
|
|
4183
|
+
471,
|
|
4184
|
+
607,
|
|
4185
|
+
608,
|
|
4186
|
+
210,
|
|
4187
|
+
212
|
|
4188
|
+
] : s = e.category : e.type == 3 ? e.category == 0 ? s = [607, 608, 12, 55, 54, 35, 14, 52, 15, 53, 466, 477, 40, 257, 39] : s = e.category : e.category != 0 ? s = e.category : s = [607, 608, 12, 55, 54, 35, 14, 52, 15, 53, 466, 477];
|
|
4189
|
+
const t = [1, 2, 3];
|
|
4190
|
+
let a = {
|
|
4191
|
+
seasonId: e.season_id,
|
|
4192
|
+
//seasonid
|
|
4193
|
+
//tournaments: this.tournamentsForMediaPlayer,
|
|
4194
|
+
mainSectionType: 1,
|
|
4195
|
+
// 1 = videoplayer, 2 = my playlists
|
|
4196
|
+
playListType: e.type,
|
|
4197
|
+
// 1 = partidos, 2 = jugadores, 3 = equipos
|
|
4198
|
+
categoryIds: s,
|
|
4199
|
+
//categories view
|
|
4200
|
+
gameIds: e.game_id ? [e.game_id] : null,
|
|
4201
|
+
playerIds: e.position_id != 1 ? e.player_id && e.player_id != 0 ? [e.player_id] : [] : [],
|
|
4202
|
+
goalkeeperIds: e.position_id == 1 ? e.player_id && e.player_id != 0 ? [e.player_id] : [] : [],
|
|
4203
|
+
teamId: e.team_id ? e.team_id : 0,
|
|
4204
|
+
matchResult: e.matchResult ? [data.matchResult] : t,
|
|
4205
|
+
playData: {},
|
|
4206
|
+
advancedFilter: {
|
|
4207
|
+
playListTitle: ""
|
|
4208
|
+
}
|
|
4209
|
+
};
|
|
4210
|
+
e.category !== 0 && (a.advancedFilter.mainCategoryId = e.category), this.$emit("openmedia", a);
|
|
4211
|
+
}
|
|
4210
4212
|
},
|
|
4211
4213
|
getText(e) {
|
|
4212
4214
|
return {
|
|
@@ -4313,7 +4315,7 @@ function co(e, s, t, a, l, r) {
|
|
|
4313
4315
|
key: 0,
|
|
4314
4316
|
class: n(e.$style.score),
|
|
4315
4317
|
id: "match-score",
|
|
4316
|
-
onClick: s[0] || (s[0] = (i) => r.onclickPlayVideos({ category: 0, season_id: t.seasonid, game_id: t.data.game_id, type: 1, player_id: t.player, team_id: t.team }))
|
|
4318
|
+
onClick: s[0] || (s[0] = (i) => r.onclickPlayVideos({ category: t.data.hasStats == 1 && t.data.game_status != 4 ? 0 : -1, season_id: t.seasonid, game_id: t.data.game_id, type: 1, player_id: t.player, team_id: t.team }))
|
|
4317
4319
|
}, [
|
|
4318
4320
|
(c(), d("svg", {
|
|
4319
4321
|
class: n(e.$style.btnPlayIcon),
|
|
@@ -4414,7 +4416,7 @@ function co(e, s, t, a, l, r) {
|
|
|
4414
4416
|
class: n(e.$style.content1)
|
|
4415
4417
|
}, [
|
|
4416
4418
|
t.matchs[t.data.game_id] && t.matchs[t.data.game_id].result ? (c(), d(g, { key: 0 }, [
|
|
4417
|
-
k(C(t.matchs[t.data.game_id].result == 1 ? "
|
|
4419
|
+
k(C(t.matchs[t.data.game_id].result == 1 ? "Ganado" : t.matchs[t.data.game_id].result == 2 ? "Perdido" : "Empatado"), 1)
|
|
4418
4420
|
], 64)) : (c(), d(g, { key: 1 }, [
|
|
4419
4421
|
k("0000")
|
|
4420
4422
|
], 64))
|
|
@@ -4598,7 +4600,7 @@ function co(e, s, t, a, l, r) {
|
|
|
4598
4600
|
t.type == 1 ? (c(!0), d(g, { key: 0 }, D(t.matchs[t.data.game_id].extra_categories, (i, y) => (c(), d("div", {
|
|
4599
4601
|
key: y,
|
|
4600
4602
|
class: n(e.$style.rowTable1),
|
|
4601
|
-
style:
|
|
4603
|
+
style: F(y % 2 == 0 ? "background: #172531" : "background: #0d1d29")
|
|
4602
4604
|
}, [
|
|
4603
4605
|
o("div", {
|
|
4604
4606
|
class: n(e.$style.content)
|
|
@@ -4641,7 +4643,7 @@ function co(e, s, t, a, l, r) {
|
|
|
4641
4643
|
], 6))), 128)) : (c(!0), d(g, { key: 1 }, D(t.matchs[t.data.game_id].extra_categories, (i, y) => (c(), d("div", {
|
|
4642
4644
|
key: y,
|
|
4643
4645
|
class: n(e.$style.rowTable1),
|
|
4644
|
-
style:
|
|
4646
|
+
style: F(y % 2 == 0 ? "background: #0d1d29" : "background: #172531")
|
|
4645
4647
|
}, [
|
|
4646
4648
|
o("div", {
|
|
4647
4649
|
class: n(e.$style.content)
|
|
@@ -4787,7 +4789,7 @@ function fo(e, s, t, a, l, r) {
|
|
|
4787
4789
|
(c(!0), d(g, null, D(t.games, (f, h) => (c(), d("div", {
|
|
4788
4790
|
key: h,
|
|
4789
4791
|
class: "matchbymatch-summary",
|
|
4790
|
-
style:
|
|
4792
|
+
style: F(h == 0 ? "margin-left: 0px !important;" : "")
|
|
4791
4793
|
}, [
|
|
4792
4794
|
_e(i, {
|
|
4793
4795
|
data: f,
|