@golstats/gsc-game-data 1.0.59 → 1.0.60
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 +9 -11
- package/dist/gsc-game-data.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/gsc-game-data.js
CHANGED
|
@@ -72808,7 +72808,7 @@ const dze = "/icn-play.svg", uze = "/icn-tiros-de-esquina.svg", mze = "/icn-tiro
|
|
|
72808
72808
|
computed: {
|
|
72809
72809
|
nameClasses() {
|
|
72810
72810
|
const e = [], t = `${this.gameEvent.event_type_id}-${this.gameEvent.category_id}`;
|
|
72811
|
-
return Uu.GOAL_IDS.includes(t) ? (e.push("is-main-event"), e.push("goal")) : Uu.YELLOW_CARD_IDS.includes(t) ? (e.push("is-main-event"), e.push("yellow-card")) : Uu.RED_CARD_IDS.includes(t)
|
|
72811
|
+
return Uu.GOAL_IDS.includes(t) ? (e.push("is-main-event"), e.push("goal")) : Uu.YELLOW_CARD_IDS.includes(t) ? (e.push("is-main-event"), e.push("yellow-card")) : Uu.RED_CARD_IDS.includes(t) ? (e.push("is-main-event"), e.push("red-card")) : this.gameEvent.video_link !== "-" && (e.push("is-main-event"), e.push("normal-video")), this.gameEvent.teamType === 1 ? e.push("time-line-event--home-team") : e.push("time-line-event--away-team"), e;
|
|
72812
72812
|
},
|
|
72813
72813
|
srcImgPlayers() {
|
|
72814
72814
|
let e = null;
|
|
@@ -72872,7 +72872,7 @@ const dze = "/icn-play.svg", uze = "/icn-tiros-de-esquina.svg", mze = "/icn-tiro
|
|
|
72872
72872
|
});
|
|
72873
72873
|
}
|
|
72874
72874
|
}
|
|
72875
|
-
}, Ize = (e) => (Se("data-v-
|
|
72875
|
+
}, Ize = (e) => (Se("data-v-d760bda0"), e = e(), ke(), e), Oze = { class: "time-line-event__details" }, Tze = {
|
|
72876
72876
|
width: "127",
|
|
72877
72877
|
preload: "metadata",
|
|
72878
72878
|
style: { "border-radius": "8px" }
|
|
@@ -73033,9 +73033,7 @@ function lHe(e, t, a, s, i, o) {
|
|
|
73033
73033
|
}, [
|
|
73034
73034
|
r("img", {
|
|
73035
73035
|
src: dze,
|
|
73036
|
-
class: m(
|
|
73037
|
-
"time-line-event__details__info__header__event-play time-line-event__details__info__header__event-play__" + a.gameEvent.event_type_name
|
|
73038
|
-
)
|
|
73036
|
+
class: m(`time-line-event__details__info__header__event-play ${[1, 2].includes(a.gameEvent.event_type_id) ? `time-line-event__details__info__header__event-play__${a.gameEvent.event_type_name}` : a.gameEvent.video_link !== "-" ? "time-line-event__details__info__header__event-play__normal-video" : ""}`)
|
|
73039
73037
|
}, null, 2),
|
|
73040
73038
|
M(" " + C(a.gameEvent.category_id ? a.gameEvent.event_type_id === 5 ? a.gameEvent.category_name : a.gameEvent.event_type_name === "Gol" ? a.gameEvent.event_type_name + " de " + a.gameEvent.team_name : a.gameEvent.event_type_name : a.gameEvent.comments), 1)
|
|
73041
73039
|
], 2)
|
|
@@ -73059,7 +73057,7 @@ function lHe(e, t, a, s, i, o) {
|
|
|
73059
73057
|
], 2)
|
|
73060
73058
|
], 6);
|
|
73061
73059
|
}
|
|
73062
|
-
const cHe = /* @__PURE__ */ Un(Aze, [["render", lHe], ["__scopeId", "data-v-
|
|
73060
|
+
const cHe = /* @__PURE__ */ Un(Aze, [["render", lHe], ["__scopeId", "data-v-d760bda0"]]), dHe = {
|
|
73063
73061
|
"1-1": "gol",
|
|
73064
73062
|
"1-2": "gol",
|
|
73065
73063
|
"1-3": "gol",
|
|
@@ -73410,14 +73408,14 @@ const OHe = /* @__PURE__ */ Un(mHe, [["render", IHe], ["__scopeId", "data-v-00f1
|
|
|
73410
73408
|
game: {
|
|
73411
73409
|
type: Object,
|
|
73412
73410
|
default: () => ({
|
|
73413
|
-
id:
|
|
73414
|
-
seasonId:
|
|
73411
|
+
id: 83103,
|
|
73412
|
+
seasonId: 1836,
|
|
73415
73413
|
status: 1,
|
|
73416
73414
|
dateTimeUTC: "2023-10-01T22:20:00Z",
|
|
73417
73415
|
is_live: 0,
|
|
73418
73416
|
homeTeam: {
|
|
73419
73417
|
logo: "https://az755631.vo.msecnd.net/teams-80/18.png",
|
|
73420
|
-
team_id:
|
|
73418
|
+
team_id: 12,
|
|
73421
73419
|
provisional_logo: "https://az755631.vo.msecnd.net/teams-provisional/18.png",
|
|
73422
73420
|
colloquial_name: "Toluca",
|
|
73423
73421
|
acronym: "TOL",
|
|
@@ -73425,7 +73423,7 @@ const OHe = /* @__PURE__ */ Un(mHe, [["render", IHe], ["__scopeId", "data-v-00f1
|
|
|
73425
73423
|
},
|
|
73426
73424
|
awayTeam: {
|
|
73427
73425
|
logo: "https://az755631.vo.msecnd.net/teams-80/1.png",
|
|
73428
|
-
team_id:
|
|
73426
|
+
team_id: 13,
|
|
73429
73427
|
provisional_logo: "https://az755631.vo.msecnd.net/teams-provisional/1.png",
|
|
73430
73428
|
colloquial_name: "Chivas",
|
|
73431
73429
|
acronym: "CHI",
|
|
@@ -73512,7 +73510,7 @@ const OHe = /* @__PURE__ */ Un(mHe, [["render", IHe], ["__scopeId", "data-v-00f1
|
|
|
73512
73510
|
])
|
|
73513
73511
|
], 512));
|
|
73514
73512
|
}
|
|
73515
|
-
}, PHe = /* @__PURE__ */ Un(FHe, [["__scopeId", "data-v-
|
|
73513
|
+
}, PHe = /* @__PURE__ */ Un(FHe, [["__scopeId", "data-v-09c2f83c"]]);
|
|
73516
73514
|
function RHe(e) {
|
|
73517
73515
|
const t = T({ width: 0, height: 0 });
|
|
73518
73516
|
function a() {
|