@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.
|
@@ -10582,6 +10582,7 @@ const pw = /* @__PURE__ */ ie(nw, [["render", hw]]), fw = {
|
|
|
10582
10582
|
DirectElimination: tw,
|
|
10583
10583
|
BaseButton: je
|
|
10584
10584
|
},
|
|
10585
|
+
emits: ["update:submit", "update:cancel"],
|
|
10585
10586
|
props: {
|
|
10586
10587
|
event: {
|
|
10587
10588
|
type: Object
|
|
@@ -10726,7 +10727,7 @@ const pw = /* @__PURE__ */ ie(nw, [["render", hw]]), fw = {
|
|
|
10726
10727
|
}));
|
|
10727
10728
|
},
|
|
10728
10729
|
handleSubmit() {
|
|
10729
|
-
this.localEvent.rules = this.convertEventConfigToRules(this.eventConfig),
|
|
10730
|
+
console.log("EditEventWiard HandleSubmit"), this.localEvent.rules = this.convertEventConfigToRules(this.eventConfig), this.$emit("update:submit", this.localEvent);
|
|
10730
10731
|
},
|
|
10731
10732
|
handleCancel() {
|
|
10732
10733
|
this.$emit("update:cancel");
|