@dcrackel/hematournamentui 1.0.118 → 1.0.119
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.
|
@@ -29839,7 +29839,7 @@ const LD = /* @__PURE__ */ ye(kD, [["render", UD]]), FD = {
|
|
|
29839
29839
|
this.$emit("remove:fencer", n);
|
|
29840
29840
|
},
|
|
29841
29841
|
handleSelectPool() {
|
|
29842
|
-
this.mode === "live" && this.$emit("select:pool", this.poolId);
|
|
29842
|
+
console.log("PoolId: ", this.poolId), this.mode === "live" && this.$emit("select:pool", this.poolId);
|
|
29843
29843
|
}
|
|
29844
29844
|
}
|
|
29845
29845
|
}, JD = { class: "flex flex-row justify-between mb-2" }, zD = { class: "text-xl font-bold mb-2 flex" }, HD = {
|
|
@@ -30055,7 +30055,7 @@ const YD = /* @__PURE__ */ ye(FD, [["render", WD]]), ZD = {
|
|
|
30055
30055
|
this.$emit("remove:fencer", n);
|
|
30056
30056
|
},
|
|
30057
30057
|
handleSelectPool(n) {
|
|
30058
|
-
this.$emit("select:pool", n);
|
|
30058
|
+
console.log("handleSelectPool: ", n), this.$emit("select:pool", n);
|
|
30059
30059
|
}
|
|
30060
30060
|
}
|
|
30061
30061
|
}, GD = {
|