@dcrackel/hematournamentui 1.0.215 → 1.0.216

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.
@@ -31611,7 +31611,7 @@ const nR = /* @__PURE__ */ ae(WP, [["render", tR]]), rR = {
31611
31611
  this.$emit("remove:fencer", n);
31612
31612
  },
31613
31613
  handleSelectPool() {
31614
- this.mode === "live" && this.$emit("select:pool", this.poolId);
31614
+ this.mode.toLocaleLowerCase() === "live" && this.$emit("select:pool", parseInt(this.poolId));
31615
31615
  }
31616
31616
  }
31617
31617
  }, iR = { class: "flex flex-row justify-between mb-2" }, oR = { class: "text-xl font-bold mb-2 flex" }, sR = {
@@ -31817,7 +31817,7 @@ const dR = /* @__PURE__ */ ae(rR, [["render", uR]]), gR = {
31817
31817
  return e && e.Person ? e.Person.DisplayName : "Unassigned";
31818
31818
  },
31819
31819
  swapFencers({ draggedPerson: n }) {
31820
- console.log("**** PoolManagement.swapFencer:", n), this.$emit("update:swapFencers", { draggedPerson: n });
31820
+ this.$emit("update:swapFencers", { draggedPerson: n });
31821
31821
  },
31822
31822
  setDirector(n) {
31823
31823
  this.$emit("update:director", n);
@@ -31826,7 +31826,7 @@ const dR = /* @__PURE__ */ ae(rR, [["render", uR]]), gR = {
31826
31826
  this.$emit("remove:fencer", n);
31827
31827
  },
31828
31828
  handleSelectPool(n) {
31829
- this.$emit("select:pool", n);
31829
+ console.log(n), this.$emit("select:pool", parseInt(n));
31830
31830
  }
31831
31831
  }
31832
31832
  }, hR = {