@golstats/gsc-game-data 1.0.281 → 1.0.282
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-941aef7d.js} +1 -1
- package/dist/{FilterConditions-8968e395-ed82f91d.js → FilterConditions-8968e395-2a11494d.js} +1 -1
- package/dist/{FilterField-1d2345af-DewpBlbm-87bbec16.js → FilterField-1d2345af-DewpBlbm-44d183b5.js} +1 -1
- package/dist/{FilterField-ef44bc20-302f7eac.js → FilterField-ef44bc20-ab1e5d95.js} +1 -1
- package/dist/{FilterSubcategories-4bc20b72-49915da8.js → FilterSubcategories-4bc20b72-fac91ec7.js} +1 -1
- package/dist/{FilterSubcategories-92dfe0dc-C1aiPRbE-31300e6a.js → FilterSubcategories-92dfe0dc-C1aiPRbE-4d867cbc.js} +1 -1
- package/dist/gsc-game-data.js +1 -1
- package/dist/gsc-game-data.umd.cjs +1 -1
- package/dist/{index-2853e68c.js → index-815242c4.js} +14 -16
- 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-fac91ec7.js")
|
|
96914
96912
|
), P = Gy(
|
|
96915
|
-
() => import("./FilterConditions-8968e395-
|
|
96913
|
+
() => import("./FilterConditions-8968e395-2a11494d.js")
|
|
96916
96914
|
), z = Gy(
|
|
96917
|
-
() => import("./FilterField-ef44bc20-
|
|
96915
|
+
() => import("./FilterField-ef44bc20-ab1e5d95.js")
|
|
96918
96916
|
), l = [
|
|
96919
96917
|
{
|
|
96920
96918
|
name: "Sub categorías",
|
|
@@ -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-4d867cbc.js")
|
|
232923
232921
|
), P = Gy(
|
|
232924
|
-
() => import("./FilterConditions-67a56ee9-Byh7UnF3-
|
|
232922
|
+
() => import("./FilterConditions-67a56ee9-Byh7UnF3-941aef7d.js")
|
|
232925
232923
|
), z = Gy(
|
|
232926
|
-
() => import("./FilterField-1d2345af-DewpBlbm-
|
|
232924
|
+
() => import("./FilterField-1d2345af-DewpBlbm-44d183b5.js")
|
|
232927
232925
|
), l = [
|
|
232928
232926
|
{
|
|
232929
232927
|
name: "Sub categorías",
|