@golstats/gsc-landing 1.0.133 → 1.0.134
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-landing.js +20 -5
- package/dist/gsc-landing.umd.cjs +7 -7
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/gsc-landing.js
CHANGED
|
@@ -45067,12 +45067,27 @@ const Yt = BL(), SB = {
|
|
|
45067
45067
|
}
|
|
45068
45068
|
}, [t] = await Promise.all([je.get(`https://ts7thxzaik.execute-api.us-west-2.amazonaws.com/prod/players/games/${this.gamesAllStories[s].game_id}`, e)]);
|
|
45069
45069
|
t.data && t.data.players.forEach((i) => {
|
|
45070
|
-
this.seasonPlayersMap.set(i.player_id,
|
|
45070
|
+
this.seasonPlayersMap.set(i.player_id, {
|
|
45071
|
+
dob: i.dob,
|
|
45072
|
+
first_name: i.first_name,
|
|
45073
|
+
jersey: i.jersey,
|
|
45074
|
+
last_name: i.last_name,
|
|
45075
|
+
name: i.name,
|
|
45076
|
+
player_name: i.name,
|
|
45077
|
+
nationality: i.nationality,
|
|
45078
|
+
nationality_id: i.nationality_id,
|
|
45079
|
+
nationality_photo: i.nationality_photo,
|
|
45080
|
+
photo: i.photo,
|
|
45081
|
+
player_id: i.player_id,
|
|
45082
|
+
position_id: i.position_id,
|
|
45083
|
+
short_name: i.short_name,
|
|
45084
|
+
team_id: i.team_id
|
|
45085
|
+
});
|
|
45071
45086
|
}), this.gamesAllStories[s].is_live == 1 ? (await this.getLiveGamePlays(s), setTimeout(() => {
|
|
45072
45087
|
this.currentStoryIndex = s, this.currentStories = this.storiesItems[s].stories, this.currentStoriesLastIndex = this.gamesAllStories[s].index;
|
|
45073
|
-
},
|
|
45088
|
+
}, 100)) : (this.currentStoryIndex = s, this.currentStories = this.storiesItems[s].stories, this.currentStoriesLastIndex = this.gamesAllStories[s].index), setTimeout(() => {
|
|
45074
45089
|
this.isStoriesVisible = !0;
|
|
45075
|
-
},
|
|
45090
|
+
}, 150);
|
|
45076
45091
|
},
|
|
45077
45092
|
onCloseStories() {
|
|
45078
45093
|
this.currentStoriesLastIndex = 0, this.isStoriesVisible = !1;
|
|
@@ -45089,7 +45104,7 @@ const Yt = BL(), SB = {
|
|
|
45089
45104
|
beforeUnmount() {
|
|
45090
45105
|
this.resetGamesLiveInterval();
|
|
45091
45106
|
}
|
|
45092
|
-
}, wi = (s) => (Ye("data-v-
|
|
45107
|
+
}, wi = (s) => (Ye("data-v-ad59a6c8"), s = s(), Ze(), s), CB = {
|
|
45093
45108
|
class: "gsclanding",
|
|
45094
45109
|
ref: "landingref"
|
|
45095
45110
|
}, TB = {
|
|
@@ -45403,7 +45418,7 @@ function tD(s, e, t, i, n, a) {
|
|
|
45403
45418
|
], 2)
|
|
45404
45419
|
], 512);
|
|
45405
45420
|
}
|
|
45406
|
-
const dD = /* @__PURE__ */ Ct(SB, [["render", tD], ["__scopeId", "data-v-
|
|
45421
|
+
const dD = /* @__PURE__ */ Ct(SB, [["render", tD], ["__scopeId", "data-v-ad59a6c8"]]);
|
|
45407
45422
|
export {
|
|
45408
45423
|
dD as GSCLanding
|
|
45409
45424
|
};
|