@dcrackel/hematournamentui 1.0.259 → 1.0.261

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.259",
4
+ "version": "1.0.261",
5
5
  "type": "module",
6
6
  "main": "dist/HemaTournamentUI-lib.umd.js",
7
7
  "module": "dist/HemaTournamentUI-lib.es.js",
@@ -59,6 +59,7 @@ export default {
59
59
  DirectEliminationPromotion,
60
60
  StepIndicator, BasicEventInfo, PoolConfiguration, DirectElimination, BaseButton
61
61
  },
62
+ emits: ['update:submit','update:cancel'],
62
63
  props: {
63
64
  event: {
64
65
  type: Object,
@@ -219,8 +220,8 @@ export default {
219
220
  }))
220
221
  },
221
222
  handleSubmit() {
223
+ console.log('EditEventWiard HandleSubmit')
222
224
  this.localEvent.rules = this.convertEventConfigToRules(this.eventConfig)
223
- console.log(this.localEvent)
224
225
  this.$emit('update:submit', this.localEvent);
225
226
  },
226
227
  handleCancel() {