@golstats/gsc-game-data 1.0.16 → 1.0.17
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 +5 -5
- package/dist/gsc-game-data.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/gsc-game-data.js
CHANGED
|
@@ -11788,7 +11788,7 @@ const iP = {
|
|
|
11788
11788
|
* @description Metodo para obtener los datos correspondientes a la jugada y mostrarlos en el tooltip
|
|
11789
11789
|
*/
|
|
11790
11790
|
onMouseOver(e, t) {
|
|
11791
|
-
|
|
11791
|
+
this.dataPlay.playerName = t.playerName || "", this.dataPlay.photo = t.photo || "", this.dataPlay.minute = parseInt(t.momentOfPlay.split(":")[0]) || "", this.dataPlay.rivalLogo = t.rivalLogo || "", this.dataPlay.categoryName = t.categoryName || "", this.dataPlay.rivalName = this.team == "Visiting" ? this.homeTeam.team_name : this.visitingTeam.team_name, this.dataPlay.xGi = String(t.xGi), this.dataPlay.xGf = String(t.xGf), this.dataPlay.isOwnGoal = t.isOwnGoal, this.data.x = e.pageX < 135 ? e.pageX - 50 : e.layerX - 50, this.data.y = e.layerY + 130, this.data.visible = !0;
|
|
11792
11792
|
},
|
|
11793
11793
|
/**
|
|
11794
11794
|
* @author Rigoberto Sanchez
|
|
@@ -11798,7 +11798,7 @@ const iP = {
|
|
|
11798
11798
|
this.data.visible = !1;
|
|
11799
11799
|
}
|
|
11800
11800
|
}
|
|
11801
|
-
}, dn = (e) => (we("data-v-
|
|
11801
|
+
}, dn = (e) => (we("data-v-cd81820a"), e = e(), Ce(), e), oP = { class: "soccer-chalkboard-xg" }, nP = {
|
|
11802
11802
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11803
11803
|
viewBox: "0 0 490 684",
|
|
11804
11804
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
@@ -11956,7 +11956,7 @@ function OP(e, t, a, s, i, o) {
|
|
|
11956
11956
|
}, 8, ["data"])
|
|
11957
11957
|
]);
|
|
11958
11958
|
}
|
|
11959
|
-
const P4 = /* @__PURE__ */ at(iP, [["render", OP], ["__scopeId", "data-v-
|
|
11959
|
+
const P4 = /* @__PURE__ */ at(iP, [["render", OP], ["__scopeId", "data-v-cd81820a"]]);
|
|
11960
11960
|
const TP = {
|
|
11961
11961
|
name: "Xg",
|
|
11962
11962
|
components: {
|
|
@@ -12253,7 +12253,7 @@ function fF(e, t, a, s, i, o) {
|
|
|
12253
12253
|
i.gamesContainerWidth < 655 && i.teamSelect == e.visitingTeam.colloquial_name ? (g(), G(l, { key: 4 })) : C("", !0)
|
|
12254
12254
|
], 512);
|
|
12255
12255
|
}
|
|
12256
|
-
const _F = /* @__PURE__ */ at(pF, [["render", fF], ["__scopeId", "data-v-
|
|
12256
|
+
const _F = /* @__PURE__ */ at(pF, [["render", fF], ["__scopeId", "data-v-cb8797f6"]]);
|
|
12257
12257
|
const vF = { class: "statistics-main" }, bF = { class: "statistics-main__header" }, wF = { class: "statistics-main__header__filter" }, CF = { class: "statistics-main__body" }, SF = ot({
|
|
12258
12258
|
name: "TemplateVideos",
|
|
12259
12259
|
components: {
|
|
@@ -70619,7 +70619,7 @@ const MHe = ot({
|
|
|
70619
70619
|
])
|
|
70620
70620
|
], 512));
|
|
70621
70621
|
}
|
|
70622
|
-
}), Qze = /* @__PURE__ */ at(HHe, [["__scopeId", "data-v-
|
|
70622
|
+
}), Qze = /* @__PURE__ */ at(HHe, [["__scopeId", "data-v-7c6ad7e9"]]);
|
|
70623
70623
|
async function Gt({ url: e, options: t = {}, retries: a = 3 }) {
|
|
70624
70624
|
return await Nl.get(e, t).then((s) => s).catch((s) => a > 0 ? Gt({ url: e, options: t, retries: a - 1 }) : s);
|
|
70625
70625
|
}
|