@dcrackel/hematournamentui 1.0.352 → 1.0.353
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.
|
@@ -29785,7 +29785,7 @@ const Ts = /* @__PURE__ */ ie(ZM, [["render", nO]]), rO = {
|
|
|
29785
29785
|
this.tournament.AddressId = 0, this.tournament.Address = n, this.$emit("add:newAddress", n);
|
|
29786
29786
|
},
|
|
29787
29787
|
handleAddressUpdate(n) {
|
|
29788
|
-
this.tournament.addressId = n.AddressId,
|
|
29788
|
+
this.tournament.addressId = n.AddressId, this.$emit("update:address", n);
|
|
29789
29789
|
},
|
|
29790
29790
|
handleDateUpdate(n) {
|
|
29791
29791
|
this.tournament.startDate = n, this.$emit("update:startDate", n);
|
|
@@ -29865,8 +29865,9 @@ function CO(n, e, t, r, i, o) {
|
|
|
29865
29865
|
locations: t.locations,
|
|
29866
29866
|
addNewText: "Add New",
|
|
29867
29867
|
"onSubmit:addNewAddress": o.handleAddNewAddress,
|
|
29868
|
-
"onSubmit:location": o.handleAddressUpdate
|
|
29869
|
-
|
|
29868
|
+
"onSubmit:location": o.handleAddressUpdate,
|
|
29869
|
+
"onUpdate:location": o.handleAddressUpdate
|
|
29870
|
+
}, null, 8, ["locations", "onSubmit:addNewAddress", "onSubmit:location", "onUpdate:location"])
|
|
29870
29871
|
]),
|
|
29871
29872
|
h("div", dO, [
|
|
29872
29873
|
h("div", gO, [
|