@golstats/gsc-game-data 1.0.51 → 1.0.52
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-game-data.js
CHANGED
|
@@ -23699,6 +23699,7 @@ const wX = {
|
|
|
23699
23699
|
subsActive: !1,
|
|
23700
23700
|
playersHome: [],
|
|
23701
23701
|
gamesContainerWidth: 0,
|
|
23702
|
+
keyUpdateRecientes: 0,
|
|
23702
23703
|
playersAway: [],
|
|
23703
23704
|
defaultDropItem: {},
|
|
23704
23705
|
subsTitle: !1,
|
|
@@ -23886,8 +23887,8 @@ const wX = {
|
|
|
23886
23887
|
watch: {
|
|
23887
23888
|
selectOptMenuheader: {
|
|
23888
23889
|
immediate: !0,
|
|
23889
|
-
async handler(e) {
|
|
23890
|
-
this.selectedOption !== "Postmatch" && (e === "Historicos" && this.gamesHistoric[0] && await this.getLineUp(this.gamesHistoric[0].game), e === "Recientes" && (await this.getLineUp(this.gamesRecientes[this.gameInfoheader.home_team_abbreviation][0].id)
|
|
23890
|
+
async handler(e, t) {
|
|
23891
|
+
e != t && this.selectedOption !== "Postmatch" && (e === "Historicos" && this.gamesHistoric[0] && await this.getLineUp(this.gamesHistoric[0].game), e === "Recientes" && (this.keyUpdateRecientes += 1, await this.getLineUp(this.gamesRecientes[this.gameInfoheader.home_team_abbreviation][0].id)));
|
|
23891
23892
|
}
|
|
23892
23893
|
},
|
|
23893
23894
|
"$socket.connected": {
|
|
@@ -24516,7 +24517,7 @@ const wX = {
|
|
|
24516
24517
|
}, this.movil = !1;
|
|
24517
24518
|
},
|
|
24518
24519
|
cleaneDataAway() {
|
|
24519
|
-
this.retries = 3, this.teamActive = "home", this.subsActive = !1, this.
|
|
24520
|
+
this.retries = 3, this.teamActive = "home", this.subsActive = !1, this.playersAway = [], this.subsTitle = !1, this.uniformAway = "", this.uniformAwayG = "", this.dataPlayersAway = [], this.awayTeamLogo = "", this.awayTeamName = "", this.updateComponentAway = 0, this.away_team_id = 0, this.substitutionModal = {
|
|
24520
24521
|
min: "",
|
|
24521
24522
|
in: {
|
|
24522
24523
|
playerImg: "",
|
|
@@ -24820,7 +24821,7 @@ const wX = {
|
|
|
24820
24821
|
this.gameForAnalysis = a;
|
|
24821
24822
|
},
|
|
24822
24823
|
cleaneData() {
|
|
24823
|
-
this.retries = 3, this.teamActive = "home", this.subsActive = !1, this.playersHome = [], this.
|
|
24824
|
+
this.retries = 3, this.teamActive = "home", this.subsActive = !1, this.playersHome = [], this.playersAway = [], this.subsTitle = !1, this.uniformHome = "", this.uniformHomeG = "", this.uniformAway = "", this.uniformAwayG = "", this.dataPlayersHome = [], this.dataPlayersAway = [], this.homeTeamLogo = "", this.awayTeamLogo = "", this.homeTeamName = "", this.awayTeamName = "", this.home_team_id = 0, this.updateComponentAway = 0, this.away_team_id = 0, this.substitutionModal = {
|
|
24824
24825
|
min: "",
|
|
24825
24826
|
in: {
|
|
24826
24827
|
playerImg: "",
|
|
@@ -25242,9 +25243,9 @@ function LZ(e, t, a, s, i, o) {
|
|
|
25242
25243
|
"game-recientes": Object.keys(i.gameInfoheader).length > 0 ? i.gamesRecientes[i.gameInfoheader.home_team_abbreviation].length + i.gamesRecientes[i.gameInfoheader.away_team_abbreviation].length : 0
|
|
25243
25244
|
}, null, 8, ["onClickOnSelectOption", "option-selected", "width-size", "game-info", "onInput", "matchdays-default", "game-historic", "game-recientes"])) : w("", !0),
|
|
25244
25245
|
i.selectOptMenuheader == "Recientes" ? (f(), H(p, {
|
|
25245
|
-
key: 1,
|
|
25246
25246
|
onClickOnSelectOption: o.clickOnSelectOption,
|
|
25247
25247
|
style: { "margin-bottom": "100px" },
|
|
25248
|
+
key: i.keyUpdateRecientes,
|
|
25248
25249
|
"option-selected": i.selectOptMenuheader,
|
|
25249
25250
|
"width-size": i.gamesContainerWidth,
|
|
25250
25251
|
"game-info": i.gameInfoheader,
|