@dcrackel/hematournamentui 1.0.267 → 1.0.270

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.
@@ -10815,8 +10815,8 @@ const qg = /* @__PURE__ */ ie(fw, [["render", Iw]]), mw = {
10815
10815
  close() {
10816
10816
  this.$emit("update:closeModal", this.bout);
10817
10817
  },
10818
- handleSubmitBout(n) {
10819
- console.log("------------------"), console.log(n), this.$emit("update:submit", n);
10818
+ handleSubmitEvent(n) {
10819
+ console.log("EventWizardModal.handleSubmitEvent"), this.$emit("update:submit", n);
10820
10820
  }
10821
10821
  }
10822
10822
  }, Ew = { class: "flex w-full justify-end mt-1" };
@@ -10854,8 +10854,8 @@ function Bw(n, e, t, r, i, o) {
10854
10854
  event: t.event,
10855
10855
  rules: t.rules,
10856
10856
  weapons: t.weapons,
10857
- "onSubmit:bout": o.handleSubmitBout
10858
- }, null, 8, ["event", "rules", "weapons", "onSubmit:bout"])
10857
+ "onUpdate:submit": o.handleSubmitEvent
10858
+ }, null, 8, ["event", "rules", "weapons", "onUpdate:submit"])
10859
10859
  ])
10860
10860
  ])) : T("", !0)
10861
10861
  ]),
@@ -31242,7 +31242,7 @@ const lf = /* @__PURE__ */ ie(RR, [["render", FR]]), LR = {
31242
31242
  },
31243
31243
  computed: {
31244
31244
  fullName() {
31245
- return `${this.person.Person.FirstName} ${this.person.Person.LastName}`;
31245
+ return `${this.person.Person.DisplayName}`;
31246
31246
  },
31247
31247
  portraitURL() {
31248
31248
  const e = (this.person.Person.Images || []).find((t) => t.Type === "Portrait");