@dcrackel/hematournamentui 1.0.62 → 1.0.63
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.
|
@@ -28586,13 +28586,13 @@ const WM = /* @__PURE__ */ Ye(LM, [["render", YM]]), qM = "data:image/png;base64
|
|
|
28586
28586
|
},
|
|
28587
28587
|
methods: {
|
|
28588
28588
|
handleAddEvent() {
|
|
28589
|
-
this.$emit("addEvent", this.tournamentId);
|
|
28589
|
+
console.log("handleAddEvent"), this.$emit("addEvent", this.tournamentId);
|
|
28590
28590
|
},
|
|
28591
28591
|
handleEdit(n) {
|
|
28592
|
-
this.$emit("editEvent", n);
|
|
28592
|
+
console.log("handleEdit"), this.$emit("editEvent", n);
|
|
28593
28593
|
},
|
|
28594
|
-
|
|
28595
|
-
this.$emit("manageEvent", n);
|
|
28594
|
+
handleManageEvent(n) {
|
|
28595
|
+
console.log(`handleManageEvent: ${n}`), this.$emit("manageEvent", n);
|
|
28596
28596
|
}
|
|
28597
28597
|
}
|
|
28598
28598
|
}, GM = { class: "mx-4" }, XM = { class: "w-full flex flex-row justify-center" }, _M = { class: "w-full" }, $M = {
|
|
@@ -28634,7 +28634,7 @@ function oT(n, e, t, r, i, o) {
|
|
|
28634
28634
|
X(l, {
|
|
28635
28635
|
event: u,
|
|
28636
28636
|
onEdit: (c) => o.handleEdit(u.EventId),
|
|
28637
|
-
onManage: (c) => o.
|
|
28637
|
+
onManage: (c) => o.handleManageEvent(u.EventId)
|
|
28638
28638
|
}, null, 8, ["event", "onEdit", "onManage"])
|
|
28639
28639
|
]))), 256))
|
|
28640
28640
|
]),
|