@dcrackel/hematournamentui 1.0.150 → 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.
- package/dist/HemaTournamentUI-lib.es.js +6 -6
- package/dist/HemaTournamentUI-lib.umd.js +1 -1
- package/package.json +1 -1
- package/src/stories/Templates/TournamentManagement/EditTournament/EditBasic/EditTournamentBasicInfo.vue +2 -2
- package/src/stories/Templates/TournamentManagement/EditTournament/EditDetails/EditTournamentDetails.vue +2 -2
|
@@ -28527,7 +28527,7 @@ const xa = /* @__PURE__ */ de(FS, [["render", VS]]), YS = {
|
|
|
28527
28527
|
}
|
|
28528
28528
|
},
|
|
28529
28529
|
handleTabMenuClick(n) {
|
|
28530
|
-
this.$emit("
|
|
28530
|
+
this.$emit("buttonClick", n);
|
|
28531
28531
|
},
|
|
28532
28532
|
handleAddressUpdate(n) {
|
|
28533
28533
|
this.localTournament.AddressId = n.AddressId, this.localTournament.Address = n;
|
|
@@ -28555,8 +28555,8 @@ function nM(n, e, t, r, i, o) {
|
|
|
28555
28555
|
I(A, {
|
|
28556
28556
|
currentTab: "Basic",
|
|
28557
28557
|
tabs: i.tabs,
|
|
28558
|
-
|
|
28559
|
-
}, null, 8, ["tabs", "
|
|
28558
|
+
onButtonClick: o.handleTabMenuClick
|
|
28559
|
+
}, null, 8, ["tabs", "onButtonClick"]),
|
|
28560
28560
|
p("div", jS, [
|
|
28561
28561
|
p("section", US, [
|
|
28562
28562
|
I(a, {
|
|
@@ -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("
|
|
28755
|
+
this.$emit("buttonClick", n);
|
|
28756
28756
|
},
|
|
28757
28757
|
handleSubmit() {
|
|
28758
28758
|
this.$emit("update:submit", this.localTournament);
|
|
@@ -28774,8 +28774,8 @@ function CM(n, e, t, r, i, o) {
|
|
|
28774
28774
|
I(A, {
|
|
28775
28775
|
currentTab: "Details",
|
|
28776
28776
|
tabs: i.tabs,
|
|
28777
|
-
|
|
28778
|
-
}, null, 8, ["tabs", "
|
|
28777
|
+
onButtonClick: o.handleTabMenuClick
|
|
28778
|
+
}, null, 8, ["tabs", "onButtonClick"]),
|
|
28779
28779
|
p("div", iM, [
|
|
28780
28780
|
p("section", oM, [
|
|
28781
28781
|
I(a, {
|