@dcrackel/hematournamentui 1.0.151 → 1.0.152

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.
@@ -28527,7 +28527,7 @@ const xa = /* @__PURE__ */ de(FS, [["render", VS]]), YS = {
28527
28527
  }
28528
28528
  },
28529
28529
  handleTabMenuClick(n) {
28530
- this.$emit("tab:menu-click", n);
28530
+ this.$emit("buttonClick", n);
28531
28531
  },
28532
28532
  handleAddressUpdate(n) {
28533
28533
  this.localTournament.AddressId = n.AddressId, this.localTournament.Address = n;
@@ -28752,7 +28752,7 @@ const YL = /* @__PURE__ */ de(YS, [["render", nM]]), rM = {
28752
28752
  this.localTournament.PrimaryContactId = n.PersonId;
28753
28753
  },
28754
28754
  handleTabMenuClick(n) {
28755
- this.$emit("tab:menu-click", n);
28755
+ this.$emit("buttonClick", n);
28756
28756
  },
28757
28757
  handleSubmit() {
28758
28758
  this.$emit("update:submit", this.localTournament);