@dcrackel/hematournamentui 1.0.147 → 1.0.148

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.147",
4
+ "version": "1.0.148",
5
5
  "type": "module",
6
6
  "main": "dist/HemaTournamentUI-lib.umd.js",
7
7
  "module": "dist/HemaTournamentUI-lib.es.js",
@@ -142,10 +142,10 @@ export default {
142
142
  this.tournament.description = newContent;
143
143
  },
144
144
  handleSubmit() {
145
- console.log("submit edits")
145
+ this.$emit('update:submit', this.localTournament)
146
146
  },
147
147
  handleCancel() {
148
- console.log("save nothing and go back to previous page")
148
+ this.$emit('update:cancel')
149
149
  },
150
150
  handleUpdateUrl() {
151
151
  console.log('handleUpdateUrl')
@@ -147,10 +147,10 @@ export default {
147
147
  this.$emit('tab:menu-click', value);
148
148
  },
149
149
  handleSubmit() {
150
- this.$emit('save:edits', this.localTournament)
150
+ this.$emit('update:submit', this.localTournament)
151
151
  },
152
152
  handleCancel() {
153
- console.log("save nothing and go back to previous page")
153
+ this.$emit('update:cancel')
154
154
  },
155
155
  handleUpdateM2(value) {
156
156
  this.usingM2 = value;