@golstats/gsc-game-data 1.0.233 → 1.0.234
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/{FilterConditions-d48a19d8-5280a159.js → FilterConditions-d48a19d8-1ea8792f.js} +1 -1
- package/dist/{FilterConditions-d48a19d8-DK3MfeFy-39b35c58.js → FilterConditions-d48a19d8-DK3MfeFy-9cb18a64.js} +1 -1
- package/dist/{FilterField-f0b75cf7-0c081c7d.js → FilterField-f0b75cf7-7f7adf2f.js} +1 -1
- package/dist/{FilterField-f0b75cf7-DDWzNmzt-b27c0eba.js → FilterField-f0b75cf7-DDWzNmzt-80533423.js} +1 -1
- package/dist/{FilterSubcategories-0a921721-332974ad.js → FilterSubcategories-0a921721-3a717efa.js} +1 -1
- package/dist/{FilterSubcategories-0a921721-CTsb1X8z-f7f8e447.js → FilterSubcategories-0a921721-CTsb1X8z-a238efc2.js} +1 -1
- package/dist/gsc-game-data.js +1 -1
- package/dist/gsc-game-data.umd.cjs +171 -171
- package/dist/{index-bf4b5e84.js → index-3848832a.js} +313 -292
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -6252,10 +6252,16 @@ const Nae = { class: "game-info__teams" }, $ae = { class: "game-info__teams__tea
|
|
|
6252
6252
|
u.value.size && u.value.forEach((ce) => {
|
|
6253
6253
|
const he = c.value.get(ce);
|
|
6254
6254
|
if (he) {
|
|
6255
|
-
const fe = (/* @__PURE__ */ new Date()).valueOf()
|
|
6256
|
-
|
|
6257
|
-
|
|
6258
|
-
|
|
6255
|
+
const fe = (/* @__PURE__ */ new Date()).valueOf();
|
|
6256
|
+
if (60 * 1e3 * 30 + he.dateTimeMillis - fe > 0) {
|
|
6257
|
+
const me = he.dateTimeMillis - fe - 3e5;
|
|
6258
|
+
setTimeout(
|
|
6259
|
+
() => {
|
|
6260
|
+
B();
|
|
6261
|
+
},
|
|
6262
|
+
me > 0 ? me : 0
|
|
6263
|
+
);
|
|
6264
|
+
}
|
|
6259
6265
|
}
|
|
6260
6266
|
});
|
|
6261
6267
|
}
|
|
@@ -6325,12 +6331,19 @@ const Nae = { class: "game-info__teams" }, $ae = { class: "game-info__teams__tea
|
|
|
6325
6331
|
const fe = he.games.reduce((me, ye) => {
|
|
6326
6332
|
if (n.onlyGamesTeamId && n.onlyGamesTeamId !== ye.home_team && n.onlyGamesTeamId !== ye.visiting_team)
|
|
6327
6333
|
return me;
|
|
6328
|
-
const be = { ...ye }, we = /* @__PURE__ */ new Date(), Ce = new Date(
|
|
6329
|
-
|
|
6330
|
-
(Ee)
|
|
6334
|
+
const be = { ...ye }, we = /* @__PURE__ */ new Date(), [Ce, Ee, je] = be.date.split("-"), [ke, pe, de] = be.schedule.split(":"), _e = new Date(
|
|
6335
|
+
Number(Ce),
|
|
6336
|
+
Number(Ee) - 1,
|
|
6337
|
+
Number(je),
|
|
6338
|
+
Number(ke),
|
|
6339
|
+
Number(pe),
|
|
6340
|
+
Number(de)
|
|
6341
|
+
);
|
|
6342
|
+
return be.dateTimeMillis = _e.valueOf(), be.home_team = o.value.find(
|
|
6343
|
+
(Le) => Le.team_id === ye.home_team
|
|
6331
6344
|
), be.visiting_team = o.value.find(
|
|
6332
|
-
(
|
|
6333
|
-
), be.game_status === 4 && we.getFullYear() ===
|
|
6345
|
+
(Le) => Le.team_id === ye.visiting_team
|
|
6346
|
+
), be.game_status === 4 && we.getFullYear() === _e.getFullYear() && we.getMonth() === _e.getMonth() && we.getDate() === _e.getDate() && u.value.add(be.game_id), c.value.set(be.game_id, be), n.teamId && be.home_team.team_id !== n.teamId && be.visiting_team.team_id !== n.teamId || (me[ye.matchday_abbreviation] ? me[ye.matchday_abbreviation][ye.game_status === 3 ? "canceled" : ye.date] ? me[ye.matchday_abbreviation][ye.game_status === 3 ? "canceled" : ye.date].push(be) : me[ye.matchday_abbreviation][ye.game_status === 3 ? "canceled" : ye.date] = [be] : me[ye.matchday_abbreviation] = {
|
|
6334
6347
|
[ye.game_status === 3 ? "canceled" : ye.date]: [be]
|
|
6335
6348
|
}, n.userTeamId && be.game_status === 4 && (be.home_team.team_id === n.userTeamId || be.visiting_team.team_id === n.userTeamId) && w.value.push(be)), me;
|
|
6336
6349
|
}, {});
|
|
@@ -6554,7 +6567,7 @@ const Nae = { class: "game-info__teams" }, $ae = { class: "game-info__teams__tea
|
|
|
6554
6567
|
], 64))
|
|
6555
6568
|
], 4));
|
|
6556
6569
|
}
|
|
6557
|
-
}, lie = /* @__PURE__ */ Ap(sie, [["__scopeId", "data-v-
|
|
6570
|
+
}, lie = /* @__PURE__ */ Ap(sie, [["__scopeId", "data-v-ac055c89"]]);
|
|
6558
6571
|
function cie() {
|
|
6559
6572
|
return xV().__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
6560
6573
|
}
|
|
@@ -96463,11 +96476,11 @@ const kAt = { class: "dropdown" }, TAt = { class: "selected-item" }, CAt = {
|
|
|
96463
96476
|
},
|
|
96464
96477
|
setup(e) {
|
|
96465
96478
|
const a = e, n = L1(
|
|
96466
|
-
() => import("./FilterSubcategories-0a921721-
|
|
96479
|
+
() => import("./FilterSubcategories-0a921721-3a717efa.js")
|
|
96467
96480
|
), E = L1(
|
|
96468
|
-
() => import("./FilterConditions-d48a19d8-
|
|
96481
|
+
() => import("./FilterConditions-d48a19d8-1ea8792f.js")
|
|
96469
96482
|
), D = L1(
|
|
96470
|
-
() => import("./FilterField-f0b75cf7-
|
|
96483
|
+
() => import("./FilterField-f0b75cf7-7f7adf2f.js")
|
|
96471
96484
|
), d = [
|
|
96472
96485
|
{
|
|
96473
96486
|
name: "Sub categorías",
|
|
@@ -102186,7 +102199,7 @@ const YFt = /* @__PURE__ */ new Map([
|
|
|
102186
102199
|
[1, XFt],
|
|
102187
102200
|
[2, JFt]
|
|
102188
102201
|
]);
|
|
102189
|
-
const g1 = (e) => (Zn("data-v-
|
|
102202
|
+
const g1 = (e) => (Zn("data-v-7bac010e"), e = e(), Kn(), e), KFt = { class: "chalkboard-section-container" }, QFt = {
|
|
102190
102203
|
key: 0,
|
|
102191
102204
|
class: "chalkboard-section-container__pre-match-header"
|
|
102192
102205
|
}, eDt = {
|
|
@@ -102298,7 +102311,7 @@ const g1 = (e) => (Zn("data-v-c440c3f3"), e = e(), Kn(), e), KFt = { class: "cha
|
|
|
102298
102311
|
{ immediate: !0, deep: !0 }
|
|
102299
102312
|
);
|
|
102300
102313
|
function I() {
|
|
102301
|
-
return u.value && d.value.teamId === n.playVideosPrivileges.seasonAndPrivileges.teamId ? u.value.reduce((he, fe) => {
|
|
102314
|
+
return u.value && d.value && n.playVideosPrivileges && n.playVideosPrivileges.playVideosPrivileges && d.value.teamId === n.playVideosPrivileges.seasonAndPrivileges.teamId ? u.value.reduce((he, fe) => {
|
|
102302
102315
|
if (fe.home_team === d.value.teamId || fe.visiting_team === d.value.teamId) {
|
|
102303
102316
|
const me = fe.home_team === d.value.teamId ? 1 : 2;
|
|
102304
102317
|
n.playVideosPrivileges.seasonAndPrivileges.playingAs.has(me) && he++;
|
|
@@ -102571,7 +102584,7 @@ const g1 = (e) => (Zn("data-v-c440c3f3"), e = e(), Kn(), e), KFt = { class: "cha
|
|
|
102571
102584
|
c.value = ce;
|
|
102572
102585
|
}
|
|
102573
102586
|
function ee({ gamesIds: ce, availableTeamsIds: he, currentTeamGamesSelected: fe }) {
|
|
102574
|
-
x.value = ce, c.value = he, u.value = fe, n.isGamePreMatch && (b.value.clear(), n.playVideosPrivileges ? fe.forEach((me) => {
|
|
102587
|
+
x.value = ce, c.value = he, u.value = fe, n.isGamePreMatch && (b.value.clear(), n.playVideosPrivileges && n.playVideosPrivileges.seasonAndPrivileges ? fe.forEach((me) => {
|
|
102575
102588
|
const ye = me.home_team === n.playVideosPrivileges.seasonAndPrivileges.teamId ? 1 : me.visiting_team === n.playVideosPrivileges.seasonAndPrivileges.teamId ? 2 : 0;
|
|
102576
102589
|
n.playVideosPrivileges.seasonAndPrivileges.playingAs.has(ye) && b.value.add(me.game_id);
|
|
102577
102590
|
}) : b.value = ce), Z();
|
|
@@ -102697,7 +102710,7 @@ const g1 = (e) => (Zn("data-v-c440c3f3"), e = e(), Kn(), e), KFt = { class: "cha
|
|
|
102697
102710
|
])
|
|
102698
102711
|
]));
|
|
102699
102712
|
}
|
|
102700
|
-
}, yDt = /* @__PURE__ */ xi(gDt, [["__scopeId", "data-v-
|
|
102713
|
+
}, yDt = /* @__PURE__ */ xi(gDt, [["__scopeId", "data-v-7bac010e"]]);
|
|
102701
102714
|
var sZ = { exports: {} };
|
|
102702
102715
|
(function(e, a) {
|
|
102703
102716
|
/*! For license information please see plotly.min.js.LICENSE.txt */
|
|
@@ -212456,11 +212469,11 @@ const Ena = { class: "dropdown" }, Ina = { class: "selected-item" }, Pna = {
|
|
|
212456
212469
|
},
|
|
212457
212470
|
setup(e) {
|
|
212458
212471
|
const a = e, n = L1(
|
|
212459
|
-
() => import("./FilterSubcategories-0a921721-CTsb1X8z-
|
|
212472
|
+
() => import("./FilterSubcategories-0a921721-CTsb1X8z-a238efc2.js")
|
|
212460
212473
|
), E = L1(
|
|
212461
|
-
() => import("./FilterConditions-d48a19d8-DK3MfeFy-
|
|
212474
|
+
() => import("./FilterConditions-d48a19d8-DK3MfeFy-9cb18a64.js")
|
|
212462
212475
|
), D = L1(
|
|
212463
|
-
() => import("./FilterField-f0b75cf7-DDWzNmzt-
|
|
212476
|
+
() => import("./FilterField-f0b75cf7-DDWzNmzt-80533423.js")
|
|
212464
212477
|
), d = [
|
|
212465
212478
|
{
|
|
212466
212479
|
name: "Sub categorías",
|
|
@@ -320587,276 +320600,284 @@ const oxa = Ts({
|
|
|
320587
320600
|
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NTg2LCJuYW1lIjoiSkFTIEdvbFN0YXRzIiwidXNlcm5hbWUiOiJ5YXRlYW1lcmljYSIsImVtYWlsIjoiIiwicHJvdmlkZXJfaWQiOjEsImxvZ2luX2dvbHN0YXRzIjoxLCJpYXQiOjE2OTYzNjU1ODcsImV4cCI6MTcyNzkwMTU4N30.jynRtgtFM8sf8gtqZJ-1gHLc2Ws13TIykXcfrlOvv1g"
|
|
320588
320601
|
), d = ca({ season: [] }), f = ca({}), t = ca(!1), g = ca({}), m = ca(1), i = 12e4, v = 12e4, _ = 12e4, l = 12e4, o = 12e4, r = 12e4, s = 12e4, c = 12e4, u = 12e4, h = ca(null), p = ca(null), y = ca(null), x = ca([]), b = ca(null), M = ca(!0), w = ca(/* @__PURE__ */ new Set([1, 2])), k = ca({}), C = ca({ minute: "", recent_lapse: 0, score: {} }), A = ca(0), S = ca(
|
|
320589
320602
|
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE"
|
|
320590
|
-
), P = ca(
|
|
320591
|
-
|
|
320592
|
-
|
|
320593
|
-
|
|
320594
|
-
|
|
320595
|
-
|
|
320596
|
-
|
|
320597
|
-
|
|
320598
|
-
|
|
320599
|
-
|
|
320600
|
-
|
|
320601
|
-
|
|
320602
|
-
|
|
320603
|
-
|
|
320604
|
-
|
|
320605
|
-
|
|
320606
|
-
|
|
320607
|
-
|
|
320608
|
-
|
|
320609
|
-
|
|
320610
|
-
|
|
320611
|
-
|
|
320612
|
-
|
|
320613
|
-
|
|
320614
|
-
|
|
320615
|
-
|
|
320616
|
-
|
|
320617
|
-
|
|
320618
|
-
|
|
320619
|
-
|
|
320620
|
-
|
|
320621
|
-
|
|
320622
|
-
|
|
320623
|
-
|
|
320624
|
-
|
|
320625
|
-
|
|
320626
|
-
|
|
320627
|
-
|
|
320628
|
-
|
|
320629
|
-
|
|
320630
|
-
|
|
320631
|
-
|
|
320632
|
-
|
|
320633
|
-
|
|
320634
|
-
|
|
320635
|
-
|
|
320636
|
-
|
|
320637
|
-
|
|
320638
|
-
|
|
320639
|
-
|
|
320640
|
-
|
|
320641
|
-
|
|
320642
|
-
|
|
320643
|
-
|
|
320644
|
-
|
|
320645
|
-
|
|
320646
|
-
|
|
320647
|
-
|
|
320648
|
-
|
|
320649
|
-
|
|
320650
|
-
|
|
320651
|
-
|
|
320652
|
-
|
|
320653
|
-
|
|
320654
|
-
|
|
320655
|
-
|
|
320656
|
-
|
|
320657
|
-
|
|
320658
|
-
|
|
320659
|
-
|
|
320660
|
-
|
|
320661
|
-
|
|
320662
|
-
|
|
320663
|
-
|
|
320664
|
-
|
|
320665
|
-
|
|
320666
|
-
|
|
320667
|
-
|
|
320668
|
-
|
|
320669
|
-
|
|
320670
|
-
|
|
320671
|
-
|
|
320672
|
-
|
|
320673
|
-
|
|
320674
|
-
|
|
320675
|
-
|
|
320676
|
-
|
|
320677
|
-
|
|
320678
|
-
|
|
320679
|
-
|
|
320680
|
-
|
|
320681
|
-
|
|
320682
|
-
|
|
320683
|
-
|
|
320684
|
-
|
|
320685
|
-
|
|
320686
|
-
|
|
320687
|
-
|
|
320688
|
-
|
|
320689
|
-
|
|
320690
|
-
|
|
320691
|
-
|
|
320692
|
-
|
|
320693
|
-
|
|
320694
|
-
|
|
320695
|
-
|
|
320696
|
-
|
|
320697
|
-
|
|
320698
|
-
|
|
320699
|
-
|
|
320700
|
-
|
|
320701
|
-
|
|
320702
|
-
|
|
320703
|
-
|
|
320704
|
-
|
|
320705
|
-
|
|
320706
|
-
|
|
320707
|
-
|
|
320708
|
-
|
|
320709
|
-
|
|
320710
|
-
|
|
320711
|
-
|
|
320712
|
-
|
|
320713
|
-
|
|
320714
|
-
|
|
320715
|
-
|
|
320716
|
-
|
|
320717
|
-
|
|
320718
|
-
|
|
320719
|
-
|
|
320720
|
-
|
|
320721
|
-
|
|
320722
|
-
|
|
320723
|
-
|
|
320724
|
-
|
|
320725
|
-
|
|
320726
|
-
|
|
320727
|
-
|
|
320728
|
-
|
|
320729
|
-
|
|
320730
|
-
|
|
320731
|
-
|
|
320732
|
-
|
|
320733
|
-
|
|
320734
|
-
|
|
320735
|
-
|
|
320736
|
-
|
|
320737
|
-
|
|
320738
|
-
|
|
320739
|
-
|
|
320740
|
-
|
|
320741
|
-
|
|
320742
|
-
|
|
320743
|
-
|
|
320744
|
-
|
|
320745
|
-
|
|
320746
|
-
|
|
320747
|
-
|
|
320748
|
-
|
|
320749
|
-
|
|
320750
|
-
|
|
320751
|
-
|
|
320752
|
-
|
|
320753
|
-
|
|
320754
|
-
|
|
320755
|
-
|
|
320756
|
-
|
|
320757
|
-
|
|
320758
|
-
|
|
320759
|
-
|
|
320760
|
-
|
|
320761
|
-
|
|
320762
|
-
|
|
320763
|
-
|
|
320764
|
-
|
|
320765
|
-
|
|
320766
|
-
|
|
320767
|
-
|
|
320768
|
-
|
|
320769
|
-
|
|
320770
|
-
|
|
320771
|
-
|
|
320772
|
-
|
|
320773
|
-
|
|
320774
|
-
|
|
320775
|
-
|
|
320776
|
-
|
|
320777
|
-
|
|
320778
|
-
|
|
320779
|
-
|
|
320780
|
-
|
|
320781
|
-
|
|
320782
|
-
|
|
320783
|
-
|
|
320784
|
-
|
|
320785
|
-
|
|
320786
|
-
|
|
320787
|
-
|
|
320788
|
-
|
|
320789
|
-
|
|
320790
|
-
|
|
320791
|
-
|
|
320792
|
-
|
|
320793
|
-
|
|
320794
|
-
|
|
320795
|
-
|
|
320796
|
-
|
|
320797
|
-
|
|
320798
|
-
|
|
320799
|
-
|
|
320800
|
-
|
|
320801
|
-
|
|
320802
|
-
|
|
320803
|
-
|
|
320804
|
-
|
|
320805
|
-
|
|
320806
|
-
|
|
320807
|
-
|
|
320808
|
-
|
|
320809
|
-
|
|
320810
|
-
|
|
320811
|
-
|
|
320812
|
-
|
|
320813
|
-
|
|
320814
|
-
|
|
320815
|
-
|
|
320816
|
-
|
|
320817
|
-
|
|
320818
|
-
|
|
320819
|
-
|
|
320820
|
-
|
|
320821
|
-
|
|
320822
|
-
|
|
320823
|
-
|
|
320824
|
-
|
|
320825
|
-
|
|
320826
|
-
|
|
320827
|
-
|
|
320828
|
-
|
|
320829
|
-
|
|
320830
|
-
|
|
320831
|
-
|
|
320832
|
-
|
|
320833
|
-
|
|
320834
|
-
|
|
320835
|
-
|
|
320836
|
-
|
|
320837
|
-
|
|
320838
|
-
|
|
320839
|
-
|
|
320840
|
-
|
|
320841
|
-
|
|
320842
|
-
|
|
320843
|
-
|
|
320844
|
-
|
|
320845
|
-
|
|
320846
|
-
|
|
320847
|
-
|
|
320848
|
-
|
|
320849
|
-
|
|
320850
|
-
|
|
320851
|
-
|
|
320852
|
-
|
|
320853
|
-
|
|
320854
|
-
|
|
320855
|
-
|
|
320856
|
-
|
|
320857
|
-
|
|
320858
|
-
|
|
320859
|
-
|
|
320603
|
+
), P = ca(
|
|
320604
|
+
n.isWidget ? [
|
|
320605
|
+
{
|
|
320606
|
+
componentName: "GSCProminentMain",
|
|
320607
|
+
name: "Generales",
|
|
320608
|
+
id: 1
|
|
320609
|
+
},
|
|
320610
|
+
{
|
|
320611
|
+
componentName: "GSCVideoGame",
|
|
320612
|
+
name: "Video",
|
|
320613
|
+
id: 2
|
|
320614
|
+
},
|
|
320615
|
+
{
|
|
320616
|
+
componentName: "StatisticsMain",
|
|
320617
|
+
name: "Estadísticas",
|
|
320618
|
+
id: 3
|
|
320619
|
+
},
|
|
320620
|
+
{
|
|
320621
|
+
componentName: "GSCComparative",
|
|
320622
|
+
name: n.isWidget ? "Destacados" : "Comparativa",
|
|
320623
|
+
id: 4
|
|
320624
|
+
},
|
|
320625
|
+
{
|
|
320626
|
+
componentName: "GSCGameTimeLine",
|
|
320627
|
+
name: "Minuto a Minuto",
|
|
320628
|
+
id: 5
|
|
320629
|
+
},
|
|
320630
|
+
{
|
|
320631
|
+
componentName: "GSCLineupsMain",
|
|
320632
|
+
name: "Alineaciones",
|
|
320633
|
+
id: 6
|
|
320634
|
+
}
|
|
320635
|
+
] : [
|
|
320636
|
+
{
|
|
320637
|
+
componentName: "GSCProminentMain",
|
|
320638
|
+
name: "Destacado",
|
|
320639
|
+
id: 1
|
|
320640
|
+
},
|
|
320641
|
+
{
|
|
320642
|
+
componentName: "GSCVideoGame",
|
|
320643
|
+
name: "Video",
|
|
320644
|
+
id: 2
|
|
320645
|
+
},
|
|
320646
|
+
{
|
|
320647
|
+
componentName: "StatisticsMain",
|
|
320648
|
+
name: "Estadísticas",
|
|
320649
|
+
id: 4
|
|
320650
|
+
},
|
|
320651
|
+
{
|
|
320652
|
+
componentName: "GSCComparative",
|
|
320653
|
+
name: n.isWidget ? "Destacados" : "Comparativa",
|
|
320654
|
+
id: 3
|
|
320655
|
+
},
|
|
320656
|
+
{
|
|
320657
|
+
componentName: "GSCGameTimeLine",
|
|
320658
|
+
name: "Minuto a Minuto",
|
|
320659
|
+
id: 5
|
|
320660
|
+
},
|
|
320661
|
+
{
|
|
320662
|
+
componentName: "GSCLineupsMain",
|
|
320663
|
+
name: "Alineaciones",
|
|
320664
|
+
id: 6
|
|
320665
|
+
},
|
|
320666
|
+
{
|
|
320667
|
+
componentName: "GSCTacticaFijaMain",
|
|
320668
|
+
name: "Táctica Fija",
|
|
320669
|
+
id: 7
|
|
320670
|
+
}
|
|
320671
|
+
]
|
|
320672
|
+
), T = ca(
|
|
320673
|
+
n.isWidget ? [
|
|
320674
|
+
{
|
|
320675
|
+
componentName: "GSCProminentMain",
|
|
320676
|
+
name: "Generales",
|
|
320677
|
+
id: 1
|
|
320678
|
+
},
|
|
320679
|
+
{
|
|
320680
|
+
componentName: "GSCVideoGame",
|
|
320681
|
+
name: "Video",
|
|
320682
|
+
id: 2
|
|
320683
|
+
},
|
|
320684
|
+
{
|
|
320685
|
+
componentName: "StatisticsMain",
|
|
320686
|
+
name: "Estadísticas",
|
|
320687
|
+
id: 3
|
|
320688
|
+
},
|
|
320689
|
+
{
|
|
320690
|
+
componentName: "GSCComparative",
|
|
320691
|
+
name: n.isWidget ? "Destacados" : "Comparativa",
|
|
320692
|
+
id: 4
|
|
320693
|
+
},
|
|
320694
|
+
{
|
|
320695
|
+
componentName: "GSCGameTimeLine",
|
|
320696
|
+
name: "Minuto a Minuto",
|
|
320697
|
+
id: 5
|
|
320698
|
+
},
|
|
320699
|
+
{
|
|
320700
|
+
componentName: "GSCLineupsMain",
|
|
320701
|
+
name: "Alineaciones",
|
|
320702
|
+
id: 6
|
|
320703
|
+
}
|
|
320704
|
+
] : [
|
|
320705
|
+
{
|
|
320706
|
+
componentName: "GSCProminentMain",
|
|
320707
|
+
name: "Destacado",
|
|
320708
|
+
id: 1
|
|
320709
|
+
},
|
|
320710
|
+
{
|
|
320711
|
+
componentName: "GSCVideoGame",
|
|
320712
|
+
name: "Video",
|
|
320713
|
+
id: 2
|
|
320714
|
+
},
|
|
320715
|
+
{
|
|
320716
|
+
componentName: "StatisticsMain",
|
|
320717
|
+
name: "Estadísticas",
|
|
320718
|
+
id: 3
|
|
320719
|
+
},
|
|
320720
|
+
{
|
|
320721
|
+
componentName: "GSCComparative",
|
|
320722
|
+
name: n.isWidget ? "Destacados" : "Comparativa",
|
|
320723
|
+
id: 4
|
|
320724
|
+
},
|
|
320725
|
+
{
|
|
320726
|
+
componentName: "GSCGameTimeLine",
|
|
320727
|
+
name: "Minuto a Minuto",
|
|
320728
|
+
id: 5
|
|
320729
|
+
},
|
|
320730
|
+
{
|
|
320731
|
+
componentName: "GSCLineupsMain",
|
|
320732
|
+
name: "Alineaciones",
|
|
320733
|
+
id: 6
|
|
320734
|
+
},
|
|
320735
|
+
{
|
|
320736
|
+
componentName: "GSCTacticaFijaMain",
|
|
320737
|
+
name: "Táctica Fija",
|
|
320738
|
+
id: 7
|
|
320739
|
+
}
|
|
320740
|
+
]
|
|
320741
|
+
), F = ca(
|
|
320742
|
+
n.isWidget ? [
|
|
320743
|
+
{
|
|
320744
|
+
componentName: "GSCProminentMain",
|
|
320745
|
+
name: "Generales",
|
|
320746
|
+
id: 1
|
|
320747
|
+
},
|
|
320748
|
+
{
|
|
320749
|
+
componentName: "GSCVideoGame",
|
|
320750
|
+
name: "Video",
|
|
320751
|
+
id: 2
|
|
320752
|
+
},
|
|
320753
|
+
{
|
|
320754
|
+
componentName: "StatisticsMain",
|
|
320755
|
+
name: "Estadísticas",
|
|
320756
|
+
id: 3
|
|
320757
|
+
},
|
|
320758
|
+
{
|
|
320759
|
+
componentName: "GSCComparative",
|
|
320760
|
+
name: n.isWidget ? "Destacados" : "Comparativa",
|
|
320761
|
+
id: 4
|
|
320762
|
+
},
|
|
320763
|
+
{
|
|
320764
|
+
componentName: "GSCGameTimeLine",
|
|
320765
|
+
name: "Minuto a Minuto",
|
|
320766
|
+
id: 5
|
|
320767
|
+
},
|
|
320768
|
+
{
|
|
320769
|
+
componentName: "GSCLineupsMain",
|
|
320770
|
+
name: "Alineaciones",
|
|
320771
|
+
id: 6
|
|
320772
|
+
}
|
|
320773
|
+
] : [
|
|
320774
|
+
{
|
|
320775
|
+
componentName: "GSCProminentMain",
|
|
320776
|
+
name: "Destacado",
|
|
320777
|
+
id: 1
|
|
320778
|
+
},
|
|
320779
|
+
{
|
|
320780
|
+
componentName: "GSCVideoGame",
|
|
320781
|
+
name: "Video",
|
|
320782
|
+
id: 2
|
|
320783
|
+
},
|
|
320784
|
+
{
|
|
320785
|
+
componentName: "StatisticsMain",
|
|
320786
|
+
name: "Estadísticas",
|
|
320787
|
+
id: 3
|
|
320788
|
+
},
|
|
320789
|
+
{
|
|
320790
|
+
componentName: "GSCComparative",
|
|
320791
|
+
name: n.isWidget ? "Destacados" : "Comparativa",
|
|
320792
|
+
id: 4
|
|
320793
|
+
},
|
|
320794
|
+
{
|
|
320795
|
+
componentName: "GSCGameTimeLine",
|
|
320796
|
+
name: "Minuto a Minuto",
|
|
320797
|
+
id: 5
|
|
320798
|
+
},
|
|
320799
|
+
{
|
|
320800
|
+
componentName: "GSCLineupsMain",
|
|
320801
|
+
name: "Alineaciones",
|
|
320802
|
+
id: 6
|
|
320803
|
+
},
|
|
320804
|
+
{
|
|
320805
|
+
componentName: "GSCTacticaFijaMain",
|
|
320806
|
+
name: "Táctica Fija",
|
|
320807
|
+
id: 7
|
|
320808
|
+
}
|
|
320809
|
+
]
|
|
320810
|
+
);
|
|
320811
|
+
ca(
|
|
320812
|
+
n.isWidget ? [
|
|
320813
|
+
{
|
|
320814
|
+
componentName: "GSCProminentMain",
|
|
320815
|
+
name: "Generales",
|
|
320816
|
+
id: 1
|
|
320817
|
+
},
|
|
320818
|
+
{
|
|
320819
|
+
componentName: "GSCVideoGame",
|
|
320820
|
+
name: "Video",
|
|
320821
|
+
id: 2
|
|
320822
|
+
},
|
|
320823
|
+
{
|
|
320824
|
+
componentName: "StatisticsMain",
|
|
320825
|
+
name: "Estadísticas",
|
|
320826
|
+
id: 3
|
|
320827
|
+
},
|
|
320828
|
+
{
|
|
320829
|
+
componentName: "GSCComparative",
|
|
320830
|
+
name: n.isWidget ? "Destacados" : "Comparativa",
|
|
320831
|
+
id: 4
|
|
320832
|
+
},
|
|
320833
|
+
{
|
|
320834
|
+
componentName: "GSCGameTimeLine",
|
|
320835
|
+
name: "Minuto a Minuto",
|
|
320836
|
+
id: 5
|
|
320837
|
+
},
|
|
320838
|
+
{
|
|
320839
|
+
componentName: "GSCLineupsMain",
|
|
320840
|
+
name: "Alineaciones",
|
|
320841
|
+
id: 6
|
|
320842
|
+
}
|
|
320843
|
+
] : [
|
|
320844
|
+
{
|
|
320845
|
+
componentName: "GSCProminentMain",
|
|
320846
|
+
name: "Destacado",
|
|
320847
|
+
id: 1
|
|
320848
|
+
},
|
|
320849
|
+
{
|
|
320850
|
+
componentName: "GSCVideoGame",
|
|
320851
|
+
name: "Video",
|
|
320852
|
+
id: 2
|
|
320853
|
+
},
|
|
320854
|
+
{
|
|
320855
|
+
componentName: "StatisticsMain",
|
|
320856
|
+
name: "Estadísticas",
|
|
320857
|
+
id: 3
|
|
320858
|
+
},
|
|
320859
|
+
{
|
|
320860
|
+
componentName: "GSCComparative",
|
|
320861
|
+
name: n.isWidget ? "Destacados" : "Comparativa",
|
|
320862
|
+
id: 4
|
|
320863
|
+
},
|
|
320864
|
+
{
|
|
320865
|
+
componentName: "GSCGameTimeLine",
|
|
320866
|
+
name: "Minuto a Minuto",
|
|
320867
|
+
id: 5
|
|
320868
|
+
},
|
|
320869
|
+
{
|
|
320870
|
+
componentName: "GSCLineupsMain",
|
|
320871
|
+
name: "Alineaciones",
|
|
320872
|
+
id: 6
|
|
320873
|
+
},
|
|
320874
|
+
{
|
|
320875
|
+
componentName: "GSCTacticaFijaMain",
|
|
320876
|
+
name: "Táctica Fija",
|
|
320877
|
+
id: 7
|
|
320878
|
+
}
|
|
320879
|
+
]
|
|
320880
|
+
);
|
|
320860
320881
|
const I = ca(0);
|
|
320861
320882
|
let L = null;
|
|
320862
320883
|
const z = ca(null), B = ca(0), N = ca(T.value[0]), j = ca([]);
|
|
@@ -321044,7 +321065,7 @@ const oxa = Ts({
|
|
|
321044
321065
|
f.value.id
|
|
321045
321066
|
);
|
|
321046
321067
|
if (Fe)
|
|
321047
|
-
if (Se(Fe.playingAs), g.value.game_status === 1) {
|
|
321068
|
+
if (Se(Fe.playingAs), g.value.is_live || g.value.game_status === 1 || g.value.game_status === 0) {
|
|
321048
321069
|
const xe = Fe.playingAs.has(g.value.playingAs);
|
|
321049
321070
|
return {
|
|
321050
321071
|
seasonAndPrivileges: Fe,
|
|
@@ -321254,7 +321275,7 @@ const oxa = Ts({
|
|
|
321254
321275
|
])
|
|
321255
321276
|
], 512));
|
|
321256
321277
|
}
|
|
321257
|
-
}), D3a = /* @__PURE__ */ xi(sxa, [["__scopeId", "data-v-
|
|
321278
|
+
}), D3a = /* @__PURE__ */ xi(sxa, [["__scopeId", "data-v-ea96113b"]]);
|
|
321258
321279
|
async function ud({ url: e, options: a = {}, retries: n = 3 }) {
|
|
321259
321280
|
return await ac.get(e, a).then((E) => E).catch((E) => n > 0 ? ud({ url: e, options: a, retries: n - 1 }) : E);
|
|
321260
321281
|
}
|