@dcrackel/hematournamentui 1.0.129 → 1.0.130
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.
|
@@ -33714,15 +33714,20 @@ const GN = /* @__PURE__ */ he(VN, [["render", KN]]), ZN = {
|
|
|
33714
33714
|
},
|
|
33715
33715
|
mounted() {
|
|
33716
33716
|
},
|
|
33717
|
-
methods: {
|
|
33717
|
+
methods: {
|
|
33718
|
+
handleTabMenuClick(n) {
|
|
33719
|
+
this.$emit("tab:menu-click", n);
|
|
33720
|
+
}
|
|
33721
|
+
}
|
|
33718
33722
|
}, _N = { class: "mt-4" };
|
|
33719
33723
|
function $N(n, e, t, r, i, o) {
|
|
33720
33724
|
const A = j("EditEventsTopMenu"), s = j("EventFinalResultsHeader"), a = j("FinalResultsTable");
|
|
33721
33725
|
return E(), w("section", null, [
|
|
33722
33726
|
I(A, {
|
|
33723
33727
|
currentTab: "Final",
|
|
33724
|
-
tabs: i.tabs
|
|
33725
|
-
|
|
33728
|
+
tabs: i.tabs,
|
|
33729
|
+
onTabMenuClick: o.handleTabMenuClick
|
|
33730
|
+
}, null, 8, ["tabs", "onTabMenuClick"]),
|
|
33726
33731
|
I(s, { event: t.event }, null, 8, ["event"]),
|
|
33727
33732
|
p("div", _N, [
|
|
33728
33733
|
I(a, { finalResults: t.finalResults }, null, 8, ["finalResults"])
|