@golstats/gsc-landing 1.0.232 → 1.0.233
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/{CardBase-DJPEW7xu-ItRWWRKv.js → CardBase-DJPEW7xu-DXOI8FW5.js} +1 -1
- package/dist/{CardBaseAllIndividual-CJY0KdrJ-D7r7ksWQ.js → CardBaseAllIndividual-CJY0KdrJ-C1fUNCIU.js} +1 -1
- package/dist/{CardGeneral-CDS08xVv-Cn1KV7e3.js → CardGeneral-CDS08xVv-BZzB5Ij0.js} +2 -2
- package/dist/{CardGeneralIndividual-DoXvg6Ch-CN957-Ov.js → CardGeneralIndividual-DoXvg6Ch-D2RNthdz.js} +2 -2
- package/dist/{CardGeneralTeams-FYzVxcB3-D44vfK8u.js → CardGeneralTeams-FYzVxcB3-sPAujVni.js} +1 -1
- package/dist/{CardIndividual-u8FZLLmq-gxZSV1XZ.js → CardIndividual-u8FZLLmq-qiIxfc0R.js} +3 -3
- package/dist/{CardIndividual1vs1-C13lA1gg-D_OPpa8s.js → CardIndividual1vs1-C13lA1gg-DebT7GfQ.js} +2 -2
- package/dist/{CardIndividualAreas-D13F6fry-CnTfhpdM.js → CardIndividualAreas-D13F6fry-Cbrt_feJ.js} +2 -2
- package/dist/{CardIndividualCenters-If_CjK9--Ch-Guhlk.js → CardIndividualCenters-If_CjK9--DwMHabPF.js} +2 -2
- package/dist/{CardIndividualDistance-DtT14cRG-DD168yp1.js → CardIndividualDistance-DtT14cRG-DkcCkqCZ.js} +2 -2
- package/dist/{CardIndividualFouls-Bsm2M4Gv-DrE4QeFt.js → CardIndividualFouls-Bsm2M4Gv-CD8s05DF.js} +2 -2
- package/dist/{CardIndividualGoalParticipation-DxJDrw64-D_WiTtdU.js → CardIndividualGoalParticipation-DxJDrw64-BkxD2BCn.js} +2 -2
- package/dist/{CardIndividualGoals-tVv3jx9v-C7JgwWh5.js → CardIndividualGoals-tVv3jx9v-B-56LLE_.js} +2 -2
- package/dist/{CardIndividualGold-B3awfrVU-BYdR-AH0.js → CardIndividualGold-B3awfrVU-DrkqsR8U.js} +3 -3
- package/dist/{CardIndividualNoGoalReceived-plZw_S4K-CRylBnEz.js → CardIndividualNoGoalReceived-plZw_S4K-btG6uD8E.js} +2 -2
- package/dist/{CardIndividualPerformance-pONmvZ---C5AAjSla.js → CardIndividualPerformance-pONmvZ---DFpOVNoy.js} +2 -2
- package/dist/{CardIndividualSaves-7NZaLckt-DizyMi3e.js → CardIndividualSaves-7NZaLckt-CS0AV2CM.js} +2 -2
- package/dist/{CardIndividualShotsOnGoal-BA2B5zK2-B9TQiHWQ.js → CardIndividualShotsOnGoal-BA2B5zK2-BVV3Nynz.js} +2 -2
- package/dist/{CardIndividualStatistics-BdNBubd3-CY4630mR.js → CardIndividualStatistics-BdNBubd3-DlfSKnWI.js} +2 -2
- package/dist/{CardPromTournament-IvcxYf42-B_B5OJL9.js → CardPromTournament-IvcxYf42-7ZRIRvfn.js} +2 -2
- package/dist/{CardSuccessfulPasses-CvGqK_hf-bbByQCsT.js → CardSuccessfulPasses-CvGqK_hf-z0Ew2Xm6.js} +2 -2
- package/dist/{CardTheMostProductive-Crx3j88e-DaobKD6e.js → CardTheMostProductive-Crx3j88e-DGwiUDmB.js} +3 -3
- package/dist/{PlayerProfileCircle-BQwTCjvG-DPIsQ5Ur.js → PlayerProfileCircle-BQwTCjvG-DOjtpHY4.js} +1 -1
- package/dist/{Shield-aiuYwUJa-C0MtvOQu.js → Shield-aiuYwUJa-oaclcJoK.js} +1 -1
- package/dist/gsc-landing.js +1 -1
- package/dist/gsc-landing.umd.cjs +2 -2
- package/dist/{index-DFAExUXf.js → index-CUM70urJ.js} +26 -26
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -2134,7 +2134,7 @@ const Hr = /* @__PURE__ */ new Map([
|
|
|
2134
2134
|
label: "Mi equipo →",
|
|
2135
2135
|
image: "https://golstatsimages.blob.core.windows.net/teams-150/392.png",
|
|
2136
2136
|
imgType: "team",
|
|
2137
|
-
team: 392,
|
|
2137
|
+
team: s.seasonSelected == 1949 ? 962 : 392,
|
|
2138
2138
|
season: s.seasonSelected
|
|
2139
2139
|
},
|
|
2140
2140
|
{
|
|
@@ -2142,7 +2142,7 @@ const Hr = /* @__PURE__ */ new Map([
|
|
|
2142
2142
|
label: "Calendario general →",
|
|
2143
2143
|
image: Gn,
|
|
2144
2144
|
imgType: "svg",
|
|
2145
|
-
team: s.teamId,
|
|
2145
|
+
team: s.seasonSelected == 1949 ? 962 : s.teamId,
|
|
2146
2146
|
season: s.seasonSelected
|
|
2147
2147
|
},
|
|
2148
2148
|
{
|
|
@@ -2389,7 +2389,7 @@ const Hr = /* @__PURE__ */ new Map([
|
|
|
2389
2389
|
], 10, q2))), 128))
|
|
2390
2390
|
], 2));
|
|
2391
2391
|
}
|
|
2392
|
-
}, tT = /* @__PURE__ */ Bt(eT, [["__scopeId", "data-v-
|
|
2392
|
+
}, tT = /* @__PURE__ */ Bt(eT, [["__scopeId", "data-v-f0f2ec6b"]]);
|
|
2393
2393
|
function by(e, t) {
|
|
2394
2394
|
return function() {
|
|
2395
2395
|
return e.apply(t, arguments);
|
|
@@ -17728,26 +17728,26 @@ const XP = /* @__PURE__ */ HP(KP), JP = {
|
|
|
17728
17728
|
emits: ["open-media"],
|
|
17729
17729
|
setup(e, { emit: t }) {
|
|
17730
17730
|
const s = {
|
|
17731
|
-
CardGeneral: Ot(() => import("./CardGeneral-CDS08xVv-
|
|
17732
|
-
CardGeneralIndividual: Ot(() => import("./CardGeneralIndividual-DoXvg6Ch-
|
|
17733
|
-
CardGeneralTeams: Ot(() => import("./CardGeneralTeams-FYzVxcB3-
|
|
17734
|
-
CardIndividual: Ot(() => import("./CardIndividual-u8FZLLmq-
|
|
17735
|
-
CardIndividualDistance: Ot(() => import("./CardIndividualDistance-DtT14cRG-
|
|
17736
|
-
CardIndividualAreas: Ot(() => import("./CardIndividualAreas-D13F6fry-
|
|
17737
|
-
CardIndividualGoalParticipation: Ot(() => import("./CardIndividualGoalParticipation-DxJDrw64-
|
|
17738
|
-
CardIndividualGoals: Ot(() => import("./CardIndividualGoals-tVv3jx9v-
|
|
17739
|
-
CardIndividualShotsOnGoal: Ot(() => import("./CardIndividualShotsOnGoal-BA2B5zK2-
|
|
17740
|
-
CardIndividualFouls: Ot(() => import("./CardIndividualFouls-Bsm2M4Gv-
|
|
17741
|
-
CardIndividualCenters: Ot(() => import("./CardIndividualCenters-If_CjK9--
|
|
17742
|
-
CardIndividualSaves: Ot(() => import("./CardIndividualSaves-7NZaLckt-
|
|
17743
|
-
CardIndividual1vs1: Ot(() => import("./CardIndividual1vs1-C13lA1gg-
|
|
17744
|
-
CardIndividualStatistics: Ot(() => import("./CardIndividualStatistics-BdNBubd3-
|
|
17745
|
-
CardIndividualPerformance: Ot(() => import("./CardIndividualPerformance-pONmvZ---
|
|
17746
|
-
CardIndividualGold: Ot(() => import("./CardIndividualGold-B3awfrVU-
|
|
17747
|
-
CardPromTournament: Ot(() => import("./CardPromTournament-IvcxYf42-
|
|
17748
|
-
CardIndividualNoGoalReceived: Ot(() => import("./CardIndividualNoGoalReceived-plZw_S4K-
|
|
17749
|
-
CardTheMostProductive: Ot(() => import("./CardTheMostProductive-Crx3j88e-
|
|
17750
|
-
CardSuccessfulPasses: Ot(() => import("./CardSuccessfulPasses-CvGqK_hf-
|
|
17731
|
+
CardGeneral: Ot(() => import("./CardGeneral-CDS08xVv-BZzB5Ij0.js")),
|
|
17732
|
+
CardGeneralIndividual: Ot(() => import("./CardGeneralIndividual-DoXvg6Ch-D2RNthdz.js")),
|
|
17733
|
+
CardGeneralTeams: Ot(() => import("./CardGeneralTeams-FYzVxcB3-sPAujVni.js")),
|
|
17734
|
+
CardIndividual: Ot(() => import("./CardIndividual-u8FZLLmq-qiIxfc0R.js")),
|
|
17735
|
+
CardIndividualDistance: Ot(() => import("./CardIndividualDistance-DtT14cRG-DkcCkqCZ.js")),
|
|
17736
|
+
CardIndividualAreas: Ot(() => import("./CardIndividualAreas-D13F6fry-Cbrt_feJ.js")),
|
|
17737
|
+
CardIndividualGoalParticipation: Ot(() => import("./CardIndividualGoalParticipation-DxJDrw64-BkxD2BCn.js")),
|
|
17738
|
+
CardIndividualGoals: Ot(() => import("./CardIndividualGoals-tVv3jx9v-B-56LLE_.js")),
|
|
17739
|
+
CardIndividualShotsOnGoal: Ot(() => import("./CardIndividualShotsOnGoal-BA2B5zK2-BVV3Nynz.js")),
|
|
17740
|
+
CardIndividualFouls: Ot(() => import("./CardIndividualFouls-Bsm2M4Gv-CD8s05DF.js")),
|
|
17741
|
+
CardIndividualCenters: Ot(() => import("./CardIndividualCenters-If_CjK9--DwMHabPF.js")),
|
|
17742
|
+
CardIndividualSaves: Ot(() => import("./CardIndividualSaves-7NZaLckt-CS0AV2CM.js")),
|
|
17743
|
+
CardIndividual1vs1: Ot(() => import("./CardIndividual1vs1-C13lA1gg-DebT7GfQ.js")),
|
|
17744
|
+
CardIndividualStatistics: Ot(() => import("./CardIndividualStatistics-BdNBubd3-DlfSKnWI.js")),
|
|
17745
|
+
CardIndividualPerformance: Ot(() => import("./CardIndividualPerformance-pONmvZ---DFpOVNoy.js")),
|
|
17746
|
+
CardIndividualGold: Ot(() => import("./CardIndividualGold-B3awfrVU-DrkqsR8U.js")),
|
|
17747
|
+
CardPromTournament: Ot(() => import("./CardPromTournament-IvcxYf42-7ZRIRvfn.js")),
|
|
17748
|
+
CardIndividualNoGoalReceived: Ot(() => import("./CardIndividualNoGoalReceived-plZw_S4K-btG6uD8E.js")),
|
|
17749
|
+
CardTheMostProductive: Ot(() => import("./CardTheMostProductive-Crx3j88e-DGwiUDmB.js")),
|
|
17750
|
+
CardSuccessfulPasses: Ot(() => import("./CardSuccessfulPasses-CvGqK_hf-z0Ew2Xm6.js"))
|
|
17751
17751
|
}, i = [
|
|
17752
17752
|
{
|
|
17753
17753
|
componentName: "CardGeneral",
|
|
@@ -57199,7 +57199,7 @@ const $s = hq(), JY = {
|
|
|
57199
57199
|
const m = Number(f);
|
|
57200
57200
|
let y = "";
|
|
57201
57201
|
const w = this.tournamentSelected.isFriendlies;
|
|
57202
|
-
if (w
|
|
57202
|
+
if (w) {
|
|
57203
57203
|
const A = g[0];
|
|
57204
57204
|
if (A) {
|
|
57205
57205
|
const [F, N, V] = A.date.split("-");
|
|
@@ -57599,7 +57599,7 @@ const $s = hq(), JY = {
|
|
|
57599
57599
|
beforeUnmount() {
|
|
57600
57600
|
this.resetGamesLiveInterval();
|
|
57601
57601
|
}
|
|
57602
|
-
}, Fs = (e) => (at("data-v-
|
|
57602
|
+
}, Fs = (e) => (at("data-v-dc6dc22b"), e = e(), nt(), e), YY = {
|
|
57603
57603
|
class: "gsclanding",
|
|
57604
57604
|
ref: "landingref"
|
|
57605
57605
|
}, ZY = {
|
|
@@ -58352,7 +58352,7 @@ function QZ(e, t, s, i, a, n) {
|
|
|
58352
58352
|
], 64))
|
|
58353
58353
|
], 512);
|
|
58354
58354
|
}
|
|
58355
|
-
const NQ = /* @__PURE__ */ Bt(JY, [["render", QZ], ["__scopeId", "data-v-
|
|
58355
|
+
const NQ = /* @__PURE__ */ Bt(JY, [["render", QZ], ["__scopeId", "data-v-dc6dc22b"]]);
|
|
58356
58356
|
export {
|
|
58357
58357
|
NQ as g,
|
|
58358
58358
|
XP as q
|