@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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcrackel/hematournamentui",
3
3
  "private": false,
4
- "version": "1.0.352",
4
+ "version": "1.0.353",
5
5
  "type": "module",
6
6
  "main": "dist/HemaTournamentUI-lib.umd.js",
7
7
  "module": "dist/HemaTournamentUI-lib.es.js",
@@ -27,6 +27,7 @@
27
27
  <FindLocation :addBorder="true" :locations="locations" addNewText="Add New"
28
28
  @submit:addNewAddress="handleAddNewAddress"
29
29
  @submit:location="handleAddressUpdate"
30
+ @update:location="handleAddressUpdate"
30
31
  />
31
32
  </div>
32
33
  <div class="flex flex-row mb-4">
@@ -193,7 +194,6 @@ export default {
193
194
  },
194
195
  handleAddressUpdate(updatedAddress) {
195
196
  this.tournament.addressId = updatedAddress.AddressId
196
- console.log('UI Updated Address:', updatedAddress);
197
197
  this.$emit('update:address', updatedAddress);
198
198
  },
199
199
  handleDateUpdate(newDate) {