@dcrackel/hematournamentui 1.0.206 → 1.0.207
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.
|
@@ -31779,7 +31779,7 @@ const dR = /* @__PURE__ */ ae(rR, [["render", uR]]), gR = {
|
|
|
31779
31779
|
return e && e.Person ? e.Person.DisplayName : "Unassigned";
|
|
31780
31780
|
},
|
|
31781
31781
|
swapFencers({ draggedPerson: n }) {
|
|
31782
|
-
console.log(
|
|
31782
|
+
console.log("**** PoolManagement.swapFencer:", n), this.$emit("update:swapFencers", { draggedPerson: n });
|
|
31783
31783
|
},
|
|
31784
31784
|
setDirector(n) {
|
|
31785
31785
|
this.$emit("update:director", n);
|
|
@@ -31832,11 +31832,11 @@ function IR(n, e, t, r, i, o) {
|
|
|
31832
31832
|
pool: u.participants,
|
|
31833
31833
|
staff: t.staff,
|
|
31834
31834
|
mode: t.event.Status,
|
|
31835
|
-
|
|
31835
|
+
"onUpdate:swapFencers": o.swapFencers,
|
|
31836
31836
|
"onUpdate:setDirector": o.setDirector,
|
|
31837
31837
|
"onRemove:fencer": o.handleRemoveFencer,
|
|
31838
31838
|
"onSelect:pool": o.handleSelectPool
|
|
31839
|
-
}, null, 8, ["poolId", "poolName", "ringName", "poolInd", "boutsLeft", "directorName", "pool", "staff", "mode", "
|
|
31839
|
+
}, null, 8, ["poolId", "poolName", "ringName", "poolInd", "boutsLeft", "directorName", "pool", "staff", "mode", "onUpdate:swapFencers", "onUpdate:setDirector", "onRemove:fencer", "onSelect:pool"])
|
|
31840
31840
|
]))), 128)),
|
|
31841
31841
|
o.filteredPools.length < 1 ? (I(), B("div", hR, [
|
|
31842
31842
|
f("div", fR, [
|