@dcrackel/hematournamentui 1.0.204 → 1.0.205

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.
@@ -31411,7 +31411,7 @@ const ap = /* @__PURE__ */ ae(DP, [["render", XP]]), WP = {
31411
31411
  },
31412
31412
  methods: {
31413
31413
  onDragStart(n) {
31414
- (mode === "preparation" || mode === "planning") && n.dataTransfer.setData("text/plain", JSON.stringify({
31414
+ (this.mode === "preparation" || this.mode === "planning") && n.dataTransfer.setData("text/plain", JSON.stringify({
31415
31415
  fromPosition: this.poolPosition,
31416
31416
  name: this.name,
31417
31417
  club: this.club,
@@ -31419,7 +31419,7 @@ const ap = /* @__PURE__ */ ae(DP, [["render", XP]]), WP = {
31419
31419
  }));
31420
31420
  },
31421
31421
  onDrop(n) {
31422
- if (mode === "preparation" || mode === "planning") {
31422
+ if (this.mode === "preparation" || this.mode === "planning") {
31423
31423
  const e = JSON.parse(n.dataTransfer.getData("text/plain"));
31424
31424
  e.toPosition = this.poolPosition, this.$emit("swap-fencers", { droppedData: e });
31425
31425
  }
@@ -31678,6 +31678,7 @@ function uR(n, e, t, r, i, o) {
31678
31678
  ], 2);
31679
31679
  }
31680
31680
  const dR = /* @__PURE__ */ ae(rR, [["render", uR]]), gR = {
31681
+ name: "PoolManagement",
31681
31682
  components: {
31682
31683
  BaseText: ye,
31683
31684
  BaseButton: Ge,