@golstats/gsc-landing 1.0.41 → 1.0.42
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 +24 -13
- package/dist/gsc-landing.umd.cjs +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/gsc-landing.js
CHANGED
|
@@ -14922,7 +14922,7 @@ const Qw = (e, a) => {
|
|
|
14922
14922
|
for (const [o, i] of a)
|
|
14923
14923
|
t[o] = i;
|
|
14924
14924
|
return t;
|
|
14925
|
-
}, e_ = (e) => (ye("data-v-
|
|
14925
|
+
}, e_ = (e) => (ye("data-v-fad3b1be"), e = e(), be(), e), t_ = { class: "gsc-carousel" }, a_ = { key: 0 }, o_ = /* @__PURE__ */ e_(() => /* @__PURE__ */ m("div", null, "no hay", -1)), n_ = [
|
|
14926
14926
|
o_
|
|
14927
14927
|
], i_ = { class: "gsc-carousel__2d__slides" }, s_ = {
|
|
14928
14928
|
width: "9",
|
|
@@ -15052,11 +15052,11 @@ const Qw = (e, a) => {
|
|
|
15052
15052
|
setup(e, { expose: a, emit: t }) {
|
|
15053
15053
|
const o = e;
|
|
15054
15054
|
$e((g) => ({
|
|
15055
|
-
|
|
15056
|
-
"
|
|
15057
|
-
"
|
|
15058
|
-
"
|
|
15059
|
-
|
|
15055
|
+
d565a72c: e.slideLeftArrowBackgroundImage,
|
|
15056
|
+
"7da628aa": e.slidesArrowsLeftAndRight,
|
|
15057
|
+
"4ecf8d3e": e.slideRightArrowBackgroundImage,
|
|
15058
|
+
"055d7d96": e.marginTop,
|
|
15059
|
+
a8efe3f2: e.secondarySlidesOpacity
|
|
15060
15060
|
}));
|
|
15061
15061
|
const i = k(null), n = k({}), s = k(0), r = k(!1);
|
|
15062
15062
|
ne(
|
|
@@ -15216,7 +15216,7 @@ const Qw = (e, a) => {
|
|
|
15216
15216
|
], 2))
|
|
15217
15217
|
]));
|
|
15218
15218
|
}
|
|
15219
|
-
}, b_ = /* @__PURE__ */ Qw(y_, [["__scopeId", "data-v-
|
|
15219
|
+
}, b_ = /* @__PURE__ */ Qw(y_, [["__scopeId", "data-v-fad3b1be"]]);
|
|
15220
15220
|
function D(e, a, t) {
|
|
15221
15221
|
return (a = w_(a)) in e ? Object.defineProperty(e, a, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[a] = t, e;
|
|
15222
15222
|
}
|
|
@@ -17653,7 +17653,7 @@ const k5 = { class: "carousel-video-player" }, x5 = { class: "video-container" }
|
|
|
17653
17653
|
])
|
|
17654
17654
|
]));
|
|
17655
17655
|
}
|
|
17656
|
-
}, A5 = /* @__PURE__ */ ot(O5, [["__scopeId", "data-v-0d5827c5"]]), Qc = (e) => (ye("data-v-
|
|
17656
|
+
}, A5 = /* @__PURE__ */ ot(O5, [["__scopeId", "data-v-0d5827c5"]]), Qc = (e) => (ye("data-v-780b5e6a"), e = e(), be(), e), $5 = {
|
|
17657
17657
|
class: "carousel-full-screen",
|
|
17658
17658
|
id: "carousel-swipe"
|
|
17659
17659
|
}, E5 = /* @__PURE__ */ Qc(() => /* @__PURE__ */ m("svg", {
|
|
@@ -17775,7 +17775,7 @@ const k5 = { class: "carousel-video-player" }, x5 = { class: "video-container" }
|
|
|
17775
17775
|
])
|
|
17776
17776
|
]));
|
|
17777
17777
|
}
|
|
17778
|
-
}, L5 = /* @__PURE__ */ ot(N5, [["__scopeId", "data-v-
|
|
17778
|
+
}, L5 = /* @__PURE__ */ ot(N5, [["__scopeId", "data-v-780b5e6a"]]), vr = {
|
|
17779
17779
|
PO1: "CFI",
|
|
17780
17780
|
PO2: "CFV",
|
|
17781
17781
|
PO3: "SFI",
|
|
@@ -23405,6 +23405,17 @@ const nC = /* @__PURE__ */ ot(q6, [["render", oC], ["__scopeId", "data-v-53b7a61
|
|
|
23405
23405
|
onOpenProfile(e) {
|
|
23406
23406
|
this.$emit("onOpenProfile", e);
|
|
23407
23407
|
},
|
|
23408
|
+
onClickMatch(e) {
|
|
23409
|
+
this.$emit("openGame", e);
|
|
23410
|
+
},
|
|
23411
|
+
onClickCalendar() {
|
|
23412
|
+
const e = {
|
|
23413
|
+
type: this.tournamentSelected.id == this.user.tournament ? 1 : 0,
|
|
23414
|
+
team: this.team,
|
|
23415
|
+
season: this.seasonSelectedDropDowns
|
|
23416
|
+
};
|
|
23417
|
+
this.$emit("onClickMyCalendar", e);
|
|
23418
|
+
},
|
|
23408
23419
|
moreTops() {
|
|
23409
23420
|
const e = {
|
|
23410
23421
|
team: this.team,
|
|
@@ -23678,7 +23689,7 @@ const nC = /* @__PURE__ */ ot(q6, [["render", oC], ["__scopeId", "data-v-53b7a61
|
|
|
23678
23689
|
},
|
|
23679
23690
|
async created() {
|
|
23680
23691
|
}
|
|
23681
|
-
}, sC = (e) => (ye("data-v-
|
|
23692
|
+
}, sC = (e) => (ye("data-v-b2f014dc"), e = e(), be(), e), rC = {
|
|
23682
23693
|
class: "gsclanding",
|
|
23683
23694
|
ref: "landingref"
|
|
23684
23695
|
}, lC = {
|
|
@@ -23763,8 +23774,8 @@ function kC(e, a, t, o, i, n) {
|
|
|
23763
23774
|
data: n.games,
|
|
23764
23775
|
"tournament-schedule-keys": i.tournamentScheduleKeys,
|
|
23765
23776
|
"default-match-day-key": i.selectedRound,
|
|
23766
|
-
onClickCalendar:
|
|
23767
|
-
onClickMatch:
|
|
23777
|
+
onClickCalendar: n.onClickCalendar,
|
|
23778
|
+
onClickMatch: n.onClickMatch,
|
|
23768
23779
|
onChangeMatchDay: n.onChangeMatchDayGames,
|
|
23769
23780
|
onChangeIsLeagueSelected: n.onChangeIsLeagueSelected
|
|
23770
23781
|
}, null, 8, ["component-width", "isplayer", "is-full", "data", "tournament-schedule-keys", "default-match-day-key", "onClickCalendar", "onClickMatch", "onChangeMatchDay", "onChangeIsLeagueSelected"])
|
|
@@ -23848,7 +23859,7 @@ function kC(e, a, t, o, i, n) {
|
|
|
23848
23859
|
], 2)
|
|
23849
23860
|
], 512);
|
|
23850
23861
|
}
|
|
23851
|
-
const PC = /* @__PURE__ */ ot(iC, [["render", kC], ["__scopeId", "data-v-
|
|
23862
|
+
const PC = /* @__PURE__ */ ot(iC, [["render", kC], ["__scopeId", "data-v-b2f014dc"]]);
|
|
23852
23863
|
export {
|
|
23853
23864
|
PC as GSCLanding
|
|
23854
23865
|
};
|