@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.
- package/dist/HemaTournamentUI-lib.es.js +5 -5
- package/dist/HemaTournamentUI-lib.umd.js +2 -2
- package/package.json +1 -1
- package/src/stories/Molecules/Modals/EventWizardModal/EventWizardModal.stories.js +1 -1
- package/src/stories/Molecules/Modals/EventWizardModal/EventWizardModal.vue +4 -5
- package/src/stories/Organisms/Cards/FencerCard/FencerCard.stories.js +17 -32
- package/src/stories/Organisms/Cards/FencerCard/FencerCard.vue +1 -1
|
@@ -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
|
-
|
|
10819
|
-
console.log("
|
|
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
|
-
"
|
|
10858
|
-
}, null, 8, ["event", "rules", "weapons", "
|
|
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.
|
|
31245
|
+
return `${this.person.Person.DisplayName}`;
|
|
31246
31246
|
},
|
|
31247
31247
|
portraitURL() {
|
|
31248
31248
|
const e = (this.person.Person.Images || []).find((t) => t.Type === "Portrait");
|