@golstats/gsc-game-data 1.0.20 → 1.0.21
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 +10 -10
- package/dist/gsc-game-data.umd.cjs +41 -41
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/gsc-game-data.js
CHANGED
|
@@ -9986,6 +9986,13 @@ const yT = {
|
|
|
9986
9986
|
gamesBySeason: {}
|
|
9987
9987
|
};
|
|
9988
9988
|
},
|
|
9989
|
+
computed: {
|
|
9990
|
+
...Xt("nextGeneral", ["gameForAnalysis", "seasonId"]),
|
|
9991
|
+
...ht("nextGeneral", [
|
|
9992
|
+
"homeTeam",
|
|
9993
|
+
"visitingTeam"
|
|
9994
|
+
])
|
|
9995
|
+
},
|
|
9989
9996
|
methods: {
|
|
9990
9997
|
onclickPlayVideos(e) {
|
|
9991
9998
|
var t = [];
|
|
@@ -9996,7 +10003,7 @@ const yT = {
|
|
|
9996
10003
|
mainSectionType: 1,
|
|
9997
10004
|
playListType: e.type,
|
|
9998
10005
|
categoryIds: t,
|
|
9999
|
-
gameIds:
|
|
10006
|
+
gameIds: this.gameForAnalysis.game_status !== 4 ? [this.gameForAnalysis.game_id] : null,
|
|
10000
10007
|
playerIds: e.position_id != 1 ? e.player_id ? [e.player_id] : [] : [],
|
|
10001
10008
|
goalkeeperIds: e.position_id == 1 ? e.player_id ? [e.player_id] : [] : [],
|
|
10002
10009
|
teamId: e.team_id ? e.team_id : 0,
|
|
@@ -10052,16 +10059,9 @@ const yT = {
|
|
|
10052
10059
|
}
|
|
10053
10060
|
}
|
|
10054
10061
|
},
|
|
10055
|
-
computed: {
|
|
10056
|
-
...Xt("nextGeneral", ["gameForAnalysis", "seasonId"]),
|
|
10057
|
-
...ht("nextGeneral", [
|
|
10058
|
-
"homeTeam",
|
|
10059
|
-
"visitingTeam"
|
|
10060
|
-
])
|
|
10061
|
-
},
|
|
10062
10062
|
async mounted() {
|
|
10063
10063
|
}
|
|
10064
|
-
}, Av = (e) => (we("data-v-
|
|
10064
|
+
}, Av = (e) => (we("data-v-2806b48c"), e = e(), Ce(), e), gT = { class: "card" }, fT = { class: "card__header" }, _T = { class: "card__stats" }, bT = ["onClick"], vT = /* @__PURE__ */ Av(() => /* @__PURE__ */ r("img", { src: xv }, null, -1)), wT = [
|
|
10065
10065
|
vT
|
|
10066
10066
|
], CT = {
|
|
10067
10067
|
key: 1,
|
|
@@ -10136,7 +10136,7 @@ function FT(e, t, a, s, i, o) {
|
|
|
10136
10136
|
])
|
|
10137
10137
|
]);
|
|
10138
10138
|
}
|
|
10139
|
-
const BT = /* @__PURE__ */ st(yT, [["render", FT], ["__scopeId", "data-v-
|
|
10139
|
+
const BT = /* @__PURE__ */ st(yT, [["render", FT], ["__scopeId", "data-v-2806b48c"]]);
|
|
10140
10140
|
const jT = {
|
|
10141
10141
|
name: "GscComparative",
|
|
10142
10142
|
props: {
|