@dcrackel/hematournamentui 1.0.154 → 1.0.155
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.
|
@@ -28712,7 +28712,7 @@ const YL = /* @__PURE__ */ de(YS, [["render", nM]]), rM = {
|
|
|
28712
28712
|
required: !0
|
|
28713
28713
|
}
|
|
28714
28714
|
},
|
|
28715
|
-
emits: ["button-click", "update:submit"],
|
|
28715
|
+
emits: ["button-click", "update:submit", "update:cancel"],
|
|
28716
28716
|
data() {
|
|
28717
28717
|
return {
|
|
28718
28718
|
localTournament: JSON.parse(JSON.stringify(this.tournament)),
|
|
@@ -28752,7 +28752,7 @@ const YL = /* @__PURE__ */ de(YS, [["render", nM]]), rM = {
|
|
|
28752
28752
|
handlePersonChange(n) {
|
|
28753
28753
|
this.localTournament.PrimaryContactId = n.PersonId;
|
|
28754
28754
|
},
|
|
28755
|
-
|
|
28755
|
+
handleButtonClick(n) {
|
|
28756
28756
|
this.$emit("button-click", n);
|
|
28757
28757
|
},
|
|
28758
28758
|
handleSubmit() {
|
|
@@ -28775,7 +28775,7 @@ function CM(n, e, t, r, i, o) {
|
|
|
28775
28775
|
I(A, {
|
|
28776
28776
|
currentTab: "Details",
|
|
28777
28777
|
tabs: i.tabs,
|
|
28778
|
-
onButtonClick: o.
|
|
28778
|
+
onButtonClick: o.handleButtonClick
|
|
28779
28779
|
}, null, 8, ["tabs", "onButtonClick"]),
|
|
28780
28780
|
p("div", iM, [
|
|
28781
28781
|
p("section", oM, [
|