@dcrackel/hematournamentui 1.0.347 → 1.0.348
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 +4 -4
- package/dist/HemaTournamentUI-lib.umd.js +1 -1
- package/package.json +1 -1
- package/src/stories/Organisms/ComplexInputs/FindLocation/FindLocation.vue +3 -1
- package/src/stories/Templates/TournamentManagement/AddTournament/PageOne/AddTournamentPageOne.vue +1 -2
|
@@ -29227,10 +29227,10 @@ const zM = /* @__PURE__ */ ie(kM, [["render", LM]]), NM = {
|
|
|
29227
29227
|
}, 500);
|
|
29228
29228
|
},
|
|
29229
29229
|
handleLocationName(n) {
|
|
29230
|
-
this.formData.locationName = n;
|
|
29230
|
+
this.formData.locationName = n, this.locationName = n;
|
|
29231
29231
|
},
|
|
29232
29232
|
handleNewAddress(n) {
|
|
29233
|
-
this.formData.address = n.address, this.formData.coordinates = n.coordinates, this.inputValue =
|
|
29233
|
+
this.formData.locationName = this.locationName, this.formData.address = n.address, this.formData.coordinates = n.coordinates, this.inputValue = this.locationName, this.$emit("submit:addNewAddress", this.formData);
|
|
29234
29234
|
},
|
|
29235
29235
|
handleSubmit() {
|
|
29236
29236
|
this.$emit("submit:location", this.formData), this.showNewLocation = !1, this.showDropdown = !1, this.showAddNew = !1;
|
|
@@ -29782,10 +29782,10 @@ const Ts = /* @__PURE__ */ ie(ZM, [["render", nO]]), rO = {
|
|
|
29782
29782
|
});
|
|
29783
29783
|
},
|
|
29784
29784
|
handleAddNewAddress(n) {
|
|
29785
|
-
|
|
29785
|
+
this.tournament.AddressId = 0, this.tournament.Address = n, this.$emit("update:startDate", n);
|
|
29786
29786
|
},
|
|
29787
29787
|
handleAddressUpdate(n) {
|
|
29788
|
-
|
|
29788
|
+
this.tournament.addressId = n.AddressId;
|
|
29789
29789
|
},
|
|
29790
29790
|
handleDateUpdate(n) {
|
|
29791
29791
|
this.tournament.startDate = n, this.$emit("update:startDate", n);
|