@golstats/gsc-game-data 1.0.281 → 1.0.283
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-67a56ee9-Byh7UnF3-f5efcd7b.js → FilterConditions-67a56ee9-Byh7UnF3-5dc24b7f.js} +1 -1
- package/dist/{FilterConditions-8968e395-ed82f91d.js → FilterConditions-8968e395-7f8d6922.js} +1 -1
- package/dist/{FilterField-1d2345af-DewpBlbm-87bbec16.js → FilterField-1d2345af-DewpBlbm-ec629c0b.js} +1 -1
- package/dist/{FilterField-ef44bc20-302f7eac.js → FilterField-ef44bc20-9961ef3c.js} +1 -1
- package/dist/{FilterSubcategories-4bc20b72-49915da8.js → FilterSubcategories-4bc20b72-edd78e86.js} +1 -1
- package/dist/{FilterSubcategories-92dfe0dc-C1aiPRbE-31300e6a.js → FilterSubcategories-92dfe0dc-C1aiPRbE-54e09acc.js} +1 -1
- package/dist/gsc-game-data.js +1 -1
- package/dist/gsc-game-data.umd.cjs +2 -2
- package/dist/{index-2853e68c.js → index-e6addc30.js} +41 -43
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -53778,13 +53778,12 @@ const TWe = {
|
|
|
53778
53778
|
var n = [], r = {}, P = await e.get(
|
|
53779
53779
|
"https://wlduw4woy3.execute-api.us-east-2.amazonaws.com/prod/live/best-plays/seasons/" + this.config.season_id + "/games/" + this.config.game
|
|
53780
53780
|
);
|
|
53781
|
-
for (let z = 0; z < P.data.games[0].players.length; z++)
|
|
53782
|
-
|
|
53781
|
+
for (let z = 0; z < P.data.games[0].players.length; z++)
|
|
53782
|
+
Math.floor(
|
|
53783
53783
|
Math.random() * P.data.games[0].players[z].info_thumbnails.images.background_player_in_action.length
|
|
53784
|
-
),
|
|
53784
|
+
), Math.floor(
|
|
53785
53785
|
Math.random() * P.data.games[0].players[z].info_thumbnails.images.player_in_action.length
|
|
53786
|
-
)
|
|
53787
|
-
r = {
|
|
53786
|
+
), r = {
|
|
53788
53787
|
background_color_buttons: P.data.games[0].players[z].info_thumbnails.colors.background_color_buttons,
|
|
53789
53788
|
background_color_cards: P.data.games[0].players[z].info_thumbnails.colors.background_color_cards,
|
|
53790
53789
|
color_icon_play: P.data.games[0].players[z].info_thumbnails.colors.color_icon_play,
|
|
@@ -53794,12 +53793,12 @@ const TWe = {
|
|
|
53794
53793
|
colorbackgroundhome: P.data.games[0].players[z].info_thumbnails.colors.background_color,
|
|
53795
53794
|
colorbackgroundaway: "",
|
|
53796
53795
|
nameplayer: P.data.games[0].players[z].player_name,
|
|
53797
|
-
background:
|
|
53796
|
+
background: "https://golstatsimages.blob.core.windows.net/images-library/" + P.data.games[0].players[z].info_thumbnails.images.background_default_teams,
|
|
53798
53797
|
namecategory: "RESUMEN",
|
|
53799
53798
|
namehometeam: "",
|
|
53800
53799
|
nameawayteam: "",
|
|
53801
53800
|
logohome: P.data.games[0].players[z].team_logo,
|
|
53802
|
-
photoprofile:
|
|
53801
|
+
photoprofile: "https://az755631.vo.msecnd.net/teams-150/" + P.data.games[0].players[z].info_thumbnails.team_logo,
|
|
53803
53802
|
logoaway: "",
|
|
53804
53803
|
scoreaway: "",
|
|
53805
53804
|
scorehome: "",
|
|
@@ -53808,7 +53807,6 @@ const TWe = {
|
|
|
53808
53807
|
category: 0,
|
|
53809
53808
|
team_id: P.data.games[0].players[z].team_id
|
|
53810
53809
|
}, n.push(r);
|
|
53811
|
-
}
|
|
53812
53810
|
this.printData = n;
|
|
53813
53811
|
},
|
|
53814
53812
|
async getLiveHighlights() {
|
|
@@ -54066,7 +54064,7 @@ const TWe = {
|
|
|
54066
54064
|
this.setUpResizeObserver();
|
|
54067
54065
|
}, 100), await this.fillData(), await this.getStatsBestPlaysPlayers(), await this.getStatsBestPlaysTeamHome(), await this.getStatsBestPlaysTeamAway();
|
|
54068
54066
|
}
|
|
54069
|
-
}, SWe = (e) => (xr("data-v-
|
|
54067
|
+
}, SWe = (e) => (xr("data-v-8ce08187"), e = e(), wr(), e), CWe = {
|
|
54070
54068
|
ref: "gamesContainer",
|
|
54071
54069
|
class: "container",
|
|
54072
54070
|
style: {}
|
|
@@ -54282,7 +54280,7 @@ function LWe(e, n, r, P, z, l) {
|
|
|
54282
54280
|
])
|
|
54283
54281
|
], 512);
|
|
54284
54282
|
}
|
|
54285
|
-
const FWe = /* @__PURE__ */ Wb(TWe, [["render", LWe], ["__scopeId", "data-v-
|
|
54283
|
+
const FWe = /* @__PURE__ */ Wb(TWe, [["render", LWe], ["__scopeId", "data-v-8ce08187"]]), RWe = {
|
|
54286
54284
|
components: {
|
|
54287
54285
|
GSCVideoGamePreMatch: kWe,
|
|
54288
54286
|
GSCVideoGamePostMatch: MUe,
|
|
@@ -96910,11 +96908,11 @@ const zAt = { class: "dropdown" }, BAt = { class: "selected-item" }, NAt = {
|
|
|
96910
96908
|
},
|
|
96911
96909
|
setup(e) {
|
|
96912
96910
|
const n = e, r = Gy(
|
|
96913
|
-
() => import("./FilterSubcategories-4bc20b72-
|
|
96911
|
+
() => import("./FilterSubcategories-4bc20b72-edd78e86.js")
|
|
96914
96912
|
), P = Gy(
|
|
96915
|
-
() => import("./FilterConditions-8968e395-
|
|
96913
|
+
() => import("./FilterConditions-8968e395-7f8d6922.js")
|
|
96916
96914
|
), z = Gy(
|
|
96917
|
-
() => import("./FilterField-ef44bc20-
|
|
96915
|
+
() => import("./FilterField-ef44bc20-9961ef3c.js")
|
|
96918
96916
|
), l = [
|
|
96919
96917
|
{
|
|
96920
96918
|
name: "Sub categorías",
|
|
@@ -214666,7 +214664,7 @@ function fx(e) {
|
|
|
214666
214664
|
window.removeEventListener("resize", r);
|
|
214667
214665
|
}), { elementSize: n };
|
|
214668
214666
|
}
|
|
214669
|
-
const TDt = "
|
|
214667
|
+
const TDt = "_containerLeftTitles_82svp_119", SDt = "_containerLeftTitles420_82svp_135", CDt = "_containerLeftTitles620_82svp_151", ADt = "_containerLeftTitlesTeam_82svp_169", MDt = "_containerLeftTitlesTeam1180_82svp_185", EDt = "_containerLeftTitlesTeam1090_82svp_201", IDt = "_containerLeftTitlesTeam960_82svp_217", PDt = "_containerLeftTitlesTeam860_82svp_233", ODt = "_containerLeftTitlesTeam768_82svp_249", LDt = "_containerLeftTitlesTeam680_82svp_265", FDt = "_containerLeftTitlesTeam620_82svp_281", RDt = "_containerLeftTitlesTeam420_82svp_297", DDt = "_headTitlesAvanced_82svp_315", zDt = "_headTitlesAvanced960_82svp_345", BDt = "_headTitlesAvanced420_82svp_375", NDt = "_headTitlesAvanced540_82svp_415", $Dt = "_headTitlesAvanced460_82svp_445", jDt = "_headTitlesAvanced620_82svp_475", VDt = "_position_82svp_505", UDt = "_position420_82svp_523", GDt = "_player_82svp_529", HDt = "_player420_82svp_551", WDt = "_containerRightTypeAvanced1_82svp_559", qDt = "_containerRightTitlesAdvanced_82svp_573", YDt = "_containerRightTitlesAdvanced960_82svp_591", XDt = "_block02Titles_82svp_609", ZDt = "_block02Titles620_82svp_625", JDt = "_mon1Scouting_82svp_633", KDt = "_mon1Scouting960_82svp_653", QDt = "_mon1_82svp_633", ezt = "_mon1420_82svp_689", tzt = "_mon1620_82svp_709", azt = "_icnIcon_82svp_729", nzt = "_icnIcon960_82svp_739", rzt = "_icnIcon420_82svp_751", izt = "_teamTitle_82svp_759", ozt = "_positionTitle_82svp_779", szt = "_ageTitle_82svp_795", lzt = "_partidos_82svp_811", czt = "_playedGamesTitle_82svp_819", uzt = "_playedMinutesTitle_82svp_839", dzt = "_block01Titles_82svp_857", hzt = "_mon_82svp_633", pzt = "_containesOptionsTitles_82svp_889", fzt = "_templateTablaProductividadType1_82svp_903", mzt = "_templateTablaProductividadType1400_82svp_927", gzt = "_headTitlesType1_82svp_955", yzt = "_headTitlesType1420_82svp_981", vzt = "_headTitlesType1400_82svp_1013", _zt = "_headTitlesType1540_82svp_1045", bzt = "_headTitlesType1460_82svp_1073", xzt = "_headTitlesType1680_82svp_1101", wzt = "_headTitlesType1350_82svp_1127", kzt = "_positionType1_82svp_1157", Tzt = "_positionType1400_82svp_1175", Szt = "_teamType1_82svp_1195", Czt = "_teamType1400_82svp_1213", Azt = "_frecuenciaType1_82svp_1233", Mzt = "_frecuenciaType1540_82svp_1249", Ezt = "_containerLeftTitlesType1_82svp_1267", Izt = "_frecuenciaWrapperType1_82svp_1283", Pzt = "_frecuenciaWrapperType1680_82svp_1301", Ozt = "_promedioPartidoType1_82svp_1317", Lzt = "_promedioEstePartidoType1_82svp_1325", Fzt = "_promedioEstePartidoType1960_82svp_1341", Rzt = "_promedioEstePartidoWrapperType1_82svp_1349", Dzt = "_promedioEstePartidoWrapperType11200_82svp_1365", zzt = "_promedioEstePartidoWrapperType11090_82svp_1383", Bzt = "_promedioEstePartidoWrapperType11086_82svp_1403", Nzt = "_promedioPartidosType1_82svp_1421", $zt = "_promedioPartidosWrapperType1_82svp_1435", jzt = "_promedioPartidosWrapperType1960_82svp_1451", Vzt = "_promedioPartidosWrapperType11086_82svp_1457", Uzt = "_partidosJugadosType1_82svp_1463", Gzt = "_partidosJugadosType1960_82svp_1475", Hzt = "_partidosJugadosWrapperType1_82svp_1489", Wzt = "_partidosJugadosWrapperType11200_82svp_1505", qzt = "_partidosJugadosWrapperType11180_82svp_1521", Yzt = "_partidosJugadosWrapperType11170_82svp_1537", Xzt = "_partidosJugadosWrapperType11140_82svp_1553", Zzt = "_partidosJugadosWrapperType11086_82svp_1569", Jzt = "_partidosJugadosWrapperType1960_82svp_1585", Kzt = "_partidosJugadosWrapperType1880_82svp_1601", Qzt = "_partidosJugadosWrapperType1860_82svp_1617", eBt = "_partidosJugadosWrapperType1830_82svp_1633", tBt = "_partidosJugadosWrapperType1790_82svp_1649", aBt = "_partidosJugadosWrapperType1930_82svp_1665", nBt = "_partidosJugadosWrapperType1770_82svp_1681", rBt = "_block01TitlesType1_82svp_1687", iBt = "_monType1_82svp_1703", oBt = "_monType1960_82svp_1721", sBt = "_monType1680_82svp_1741", lBt = "_videosType1_82svp_1747", cBt = "_videosType1680_82svp_1767", uBt = "_videosType1600_82svp_1785", dBt = "_videosType1540_82svp_1803", hBt = "_videosType1420_82svp_1821", pBt = "_videosType1400_82svp_1839", fBt = "_containesOptionsTitlesType1_82svp_1863", mBt = "_containesOptionsTitlesType1768_82svp_1879", gBt = "_containesOptionsTitlesType1730_82svp_1893", yBt = "_containesOptionsTitlesType1690_82svp_1907", vBt = "_icnIconType1_82svp_1921", _Bt = "_icnIconType1420_82svp_1933", bBt = "_icnIconType1400_82svp_1947", xBt = "_block02TitlesType1_82svp_1955", wBt = "_block02TitlesType1680_82svp_1969", kBt = "_block02TitlesType1350_82svp_1983", TBt = "_containerRightTitlesType1_82svp_1997", SBt = "_containerRightTitlesType1420_82svp_2015", CBt = {
|
|
214670
214668
|
containerLeftTitles: TDt,
|
|
214671
214669
|
containerLeftTitles420: SDt,
|
|
214672
214670
|
containerLeftTitles620: CDt,
|
|
@@ -214679,19 +214677,19 @@ const TDt = "_containerLeftTitles_zc6z8_119", SDt = "_containerLeftTitles420_zc6
|
|
|
214679
214677
|
containerLeftTitlesTeam680: LDt,
|
|
214680
214678
|
containerLeftTitlesTeam620: FDt,
|
|
214681
214679
|
containerLeftTitlesTeam420: RDt,
|
|
214682
|
-
|
|
214683
|
-
|
|
214684
|
-
|
|
214685
|
-
|
|
214686
|
-
|
|
214687
|
-
|
|
214680
|
+
headTitlesAvanced: DDt,
|
|
214681
|
+
headTitlesAvanced960: zDt,
|
|
214682
|
+
headTitlesAvanced420: BDt,
|
|
214683
|
+
headTitlesAvanced540: NDt,
|
|
214684
|
+
headTitlesAvanced460: $Dt,
|
|
214685
|
+
headTitlesAvanced620: jDt,
|
|
214688
214686
|
position: VDt,
|
|
214689
214687
|
position420: UDt,
|
|
214690
214688
|
player: GDt,
|
|
214691
214689
|
player420: HDt,
|
|
214692
|
-
|
|
214693
|
-
|
|
214694
|
-
|
|
214690
|
+
containerRightTypeAvanced1: WDt,
|
|
214691
|
+
containerRightTitlesAdvanced: qDt,
|
|
214692
|
+
containerRightTitlesAdvanced960: YDt,
|
|
214695
214693
|
block02Titles: XDt,
|
|
214696
214694
|
block02Titles620: ZDt,
|
|
214697
214695
|
mon1Scouting: JDt,
|
|
@@ -214821,9 +214819,9 @@ const TDt = "_containerLeftTitles_zc6z8_119", SDt = "_containerLeftTitles420_zc6
|
|
|
214821
214819
|
const e = this.elementSize.width;
|
|
214822
214820
|
return e <= 350 ? this.$style.headTitlesType1350 : e <= 400 ? this.$style.headTitlesType1400 : e <= 420 ? this.$style.headTitlesType1420 : e <= 460 ? this.$style.headTitlesType1460 : e <= 540 ? this.$style.headTitlesType1540 : e <= 680 ? this.$style.headTitlesType1680 : this.$style.headTitlesType1;
|
|
214823
214821
|
},
|
|
214824
|
-
|
|
214822
|
+
headTitlesClassAvanced() {
|
|
214825
214823
|
const e = this.elementSize.width;
|
|
214826
|
-
return e <= 420 ? this.$style.
|
|
214824
|
+
return e <= 420 ? this.$style.headTitlesAvanced420 : e <= 460 ? this.$style.headTitlesAvanced460 : e <= 540 ? this.$style.headTitlesAvanced540 : e <= 620 ? this.$style.headTitlesAvanced620 : e <= 960 ? this.$style.headTitlesAvanced960 : this.$style.headTitlesAvanced;
|
|
214827
214825
|
},
|
|
214828
214826
|
containerLeftTitlesClass() {
|
|
214829
214827
|
const e = this.elementSize.width;
|
|
@@ -214858,8 +214856,8 @@ const TDt = "_containerLeftTitles_zc6z8_119", SDt = "_containerLeftTitles420_zc6
|
|
|
214858
214856
|
positionType1Class() {
|
|
214859
214857
|
return this.elementSize.width <= 400 ? this.$style.positionType1400 : this.$style.positionType1;
|
|
214860
214858
|
},
|
|
214861
|
-
|
|
214862
|
-
return this.elementSize.width <= 420 ? this.$style.
|
|
214859
|
+
containerRightType1ClassAvanced() {
|
|
214860
|
+
return this.elementSize.width <= 420 ? this.$style.containerRightTypeAvanced1420 : this.$style.containerRightTypeAvanced1;
|
|
214863
214861
|
},
|
|
214864
214862
|
containerRightTitlesType1Class() {
|
|
214865
214863
|
return this.elementSize.width <= 420 ? this.$style.containerRightTitlesType1420 : this.$style.containerRightTitlesType1;
|
|
@@ -214873,8 +214871,8 @@ const TDt = "_containerLeftTitles_zc6z8_119", SDt = "_containerLeftTitles420_zc6
|
|
|
214873
214871
|
positionClass() {
|
|
214874
214872
|
return this.elementSize.width <= 420 ? this.$style.position420 : this.$style.position;
|
|
214875
214873
|
},
|
|
214876
|
-
|
|
214877
|
-
return this.elementSize.width <= 960 ? this.$style.
|
|
214874
|
+
containerRightTitlesClassAdvanced() {
|
|
214875
|
+
return this.elementSize.width <= 960 ? this.$style.containerRightTitlesAdvanced960 : this.$style.containerRightTitlesAdvanced;
|
|
214878
214876
|
},
|
|
214879
214877
|
block02TitlesClass() {
|
|
214880
214878
|
return this.elementSize.width <= 620 ? this.$style.block02Titles960 : this.$style.block02Titles;
|
|
@@ -214925,12 +214923,12 @@ const TDt = "_containerLeftTitles_zc6z8_119", SDt = "_containerLeftTitles420_zc6
|
|
|
214925
214923
|
methods: {}
|
|
214926
214924
|
}, QB = () => {
|
|
214927
214925
|
qr((e) => ({
|
|
214928
|
-
"
|
|
214929
|
-
"
|
|
214930
|
-
"
|
|
214931
|
-
"
|
|
214932
|
-
"
|
|
214933
|
-
"
|
|
214926
|
+
"32aec1ca": e.background,
|
|
214927
|
+
"4e54a87a": e.height,
|
|
214928
|
+
"448b848c": e.fontSize,
|
|
214929
|
+
"4c061c38": e.fontColor,
|
|
214930
|
+
"3917092f": e.fontFamily,
|
|
214931
|
+
"4a286e80": e.heightTeam
|
|
214934
214932
|
}));
|
|
214935
214933
|
}, eN = zE.setup;
|
|
214936
214934
|
zE.setup = eN ? (e, n) => (QB(), eN(e, n)) : QB;
|
|
@@ -214939,7 +214937,7 @@ function IBt(e, n, r, P, z, l) {
|
|
|
214939
214937
|
return Be(), qe("div", ABt, [
|
|
214940
214938
|
r.type == 0 ? (Be(), qe("div", {
|
|
214941
214939
|
key: 0,
|
|
214942
|
-
class: Ke(l.
|
|
214940
|
+
class: Ke(l.headTitlesClassAvanced),
|
|
214943
214941
|
id: "container-titles"
|
|
214944
214942
|
}, [
|
|
214945
214943
|
se("div", {
|
|
@@ -214954,7 +214952,7 @@ function IBt(e, n, r, P, z, l) {
|
|
|
214954
214952
|
}, "Jugador", 2)
|
|
214955
214953
|
], 2),
|
|
214956
214954
|
se("div", {
|
|
214957
|
-
class: Ke(l.
|
|
214955
|
+
class: Ke(l.containerRightTitlesClassAdvanced),
|
|
214958
214956
|
id: "container-right-titles"
|
|
214959
214957
|
}, [
|
|
214960
214958
|
se("div", {
|
|
@@ -215036,7 +215034,7 @@ function IBt(e, n, r, P, z, l) {
|
|
|
215036
215034
|
}, "Equipo", 2)
|
|
215037
215035
|
], 2),
|
|
215038
215036
|
se("div", {
|
|
215039
|
-
class: Ke(l.
|
|
215037
|
+
class: Ke(l.containerRightType1ClassAvanced)
|
|
215040
215038
|
}, [
|
|
215041
215039
|
se("div", {
|
|
215042
215040
|
class: Ke(l.frecuenciaWrapperType1Class)
|
|
@@ -215109,7 +215107,7 @@ function IBt(e, n, r, P, z, l) {
|
|
|
215109
215107
|
], 2)) : Ot("", !0),
|
|
215110
215108
|
r.type == 2 ? (Be(), qe("div", {
|
|
215111
215109
|
key: 2,
|
|
215112
|
-
class: Ke(l.
|
|
215110
|
+
class: Ke(l.headTitlesClassAvanced),
|
|
215113
215111
|
id: "container-titles"
|
|
215114
215112
|
}, [
|
|
215115
215113
|
se("div", {
|
|
@@ -215124,7 +215122,7 @@ function IBt(e, n, r, P, z, l) {
|
|
|
215124
215122
|
}, "Jugador", 2)
|
|
215125
215123
|
], 2),
|
|
215126
215124
|
se("div", {
|
|
215127
|
-
class: Ke(l.
|
|
215125
|
+
class: Ke(l.containerRightTitlesClassAdvanced),
|
|
215128
215126
|
id: "container-right-titles"
|
|
215129
215127
|
}, [
|
|
215130
215128
|
se("div", {
|
|
@@ -232919,11 +232917,11 @@ const Mna = { class: "dropdown" }, Ena = { class: "selected-item" }, Ina = {
|
|
|
232919
232917
|
},
|
|
232920
232918
|
setup(e) {
|
|
232921
232919
|
const n = e, r = Gy(
|
|
232922
|
-
() => import("./FilterSubcategories-92dfe0dc-C1aiPRbE-
|
|
232920
|
+
() => import("./FilterSubcategories-92dfe0dc-C1aiPRbE-54e09acc.js")
|
|
232923
232921
|
), P = Gy(
|
|
232924
|
-
() => import("./FilterConditions-67a56ee9-Byh7UnF3-
|
|
232922
|
+
() => import("./FilterConditions-67a56ee9-Byh7UnF3-5dc24b7f.js")
|
|
232925
232923
|
), z = Gy(
|
|
232926
|
-
() => import("./FilterField-1d2345af-DewpBlbm-
|
|
232924
|
+
() => import("./FilterField-1d2345af-DewpBlbm-ec629c0b.js")
|
|
232927
232925
|
), l = [
|
|
232928
232926
|
{
|
|
232929
232927
|
name: "Sub categorías",
|