@dcrackel/hematournamentui 1.0.578 → 1.0.579

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.
@@ -11234,8 +11234,8 @@ const Uv = /* @__PURE__ */ oe(Fv, [["render", Kv]]), Gv = {
11234
11234
  return ((n = this.localData) == null ? void 0 : n.DisplayName) ?? ((t = (e = this.localData) == null ? void 0 : e.Person) == null ? void 0 : t.DisplayName) ?? "Unknown";
11235
11235
  },
11236
11236
  clubName() {
11237
- var n, e, t, r;
11238
- return ((n = this.localData) == null ? void 0 : n.DisplayName) ?? ((r = (t = (e = this.localData) == null ? void 0 : e.Person) == null ? void 0 : t.Club) == null ? void 0 : r.Name) ?? "No Club";
11237
+ var n, e, t, r, o;
11238
+ return ((e = (n = this.localData) == null ? void 0 : n.Club) == null ? void 0 : e.Name) ?? ((o = (r = (t = this.localData) == null ? void 0 : t.Person) == null ? void 0 : r.Club) == null ? void 0 : o.Name) ?? "No Club";
11239
11239
  },
11240
11240
  portraitURL() {
11241
11241
  var n, e, t, r, o, i, A;
@@ -11715,7 +11715,7 @@ const ww = /* @__PURE__ */ oe(Iw, [["render", vw]]), yw = {
11715
11715
  this.selectedTimeFrame = n, this.applyFilters();
11716
11716
  },
11717
11717
  handleClick(n) {
11718
- this.$emit("update:edit", n.TournamentId);
11718
+ this.component === "TournamentAdminCard" && this.$emit("update:edit", n.TournamentId), this.component === "FencerFinalResultCard" && (console.log("edit person", n.PersonId), this.$emit("update:edit", n.PersonId));
11719
11719
  },
11720
11720
  handleListEvents(n) {
11721
11721
  this.$emit("select:listEvents", n.TournamentId);