@golstats/gsc-landing 1.0.152 → 1.0.153
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-landing.js +10 -14
- package/dist/gsc-landing.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/gsc-landing.js
CHANGED
|
@@ -45133,19 +45133,15 @@ const Zt = TD(), o7 = {
|
|
|
45133
45133
|
this.is_public = s !== null;
|
|
45134
45134
|
}
|
|
45135
45135
|
},
|
|
45136
|
-
|
|
45137
|
-
immediate:
|
|
45138
|
-
deep:
|
|
45139
|
-
async handler(
|
|
45140
|
-
|
|
45141
|
-
|
|
45142
|
-
|
|
45143
|
-
this.seasonsSelected = seasons
|
|
45144
|
-
this.fetchGames(newValue, seasons)
|
|
45145
|
-
}
|
|
45146
|
-
}
|
|
45136
|
+
team: {
|
|
45137
|
+
immediate: !0,
|
|
45138
|
+
deep: !0,
|
|
45139
|
+
async handler(s) {
|
|
45140
|
+
s && this.seasonsSelected.length && setTimeout(() => {
|
|
45141
|
+
this.fetchGames(s, this.seasonsSelected);
|
|
45142
|
+
}, 1e3);
|
|
45147
45143
|
}
|
|
45148
|
-
}
|
|
45144
|
+
},
|
|
45149
45145
|
closestRound(s) {
|
|
45150
45146
|
this.selectedRoundKeyIndex = this.tournamentScheduleKeys.findIndex((e) => e === s), this.selectedRound = s;
|
|
45151
45147
|
},
|
|
@@ -45978,7 +45974,7 @@ const Zt = TD(), o7 = {
|
|
|
45978
45974
|
beforeUnmount() {
|
|
45979
45975
|
this.resetGamesLiveInterval();
|
|
45980
45976
|
}
|
|
45981
|
-
}, ir = (s) => (Qe("data-v-
|
|
45977
|
+
}, ir = (s) => (Qe("data-v-90e5cd5d"), s = s(), et(), s), l7 = {
|
|
45982
45978
|
class: "gsclanding",
|
|
45983
45979
|
ref: "landingref"
|
|
45984
45980
|
}, c7 = {
|
|
@@ -46308,7 +46304,7 @@ function G7(s, e, t, i, a, n) {
|
|
|
46308
46304
|
], 2)
|
|
46309
46305
|
], 512);
|
|
46310
46306
|
}
|
|
46311
|
-
const X7 = /* @__PURE__ */ Ct(o7, [["render", G7], ["__scopeId", "data-v-
|
|
46307
|
+
const X7 = /* @__PURE__ */ Ct(o7, [["render", G7], ["__scopeId", "data-v-90e5cd5d"]]);
|
|
46312
46308
|
export {
|
|
46313
46309
|
X7 as GSCLanding
|
|
46314
46310
|
};
|