@dcrackel/hematournamentui 1.0.165 → 1.0.166
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.
|
@@ -28490,7 +28490,7 @@ const er = /* @__PURE__ */ he(zS, [["render", VS]]), YS = {
|
|
|
28490
28490
|
required: !0
|
|
28491
28491
|
}
|
|
28492
28492
|
},
|
|
28493
|
-
emits: ["tab:menu-click", "manageEvent", "editEvent", "addEvent"],
|
|
28493
|
+
emits: ["tab:menu-click", "manageEvent", "editEvent", "addEvent", "image:upload"],
|
|
28494
28494
|
data() {
|
|
28495
28495
|
return {
|
|
28496
28496
|
localTournament: this.tournament,
|
|
@@ -28549,7 +28549,7 @@ const er = /* @__PURE__ */ he(zS, [["render", VS]]), YS = {
|
|
|
28549
28549
|
this.$emit("update:cancel");
|
|
28550
28550
|
},
|
|
28551
28551
|
handleUpdateUrl(n) {
|
|
28552
|
-
console.log("
|
|
28552
|
+
console.log("image:upload", n);
|
|
28553
28553
|
}
|
|
28554
28554
|
}
|
|
28555
28555
|
}, jS = { class: "w-full flex flex-row justify-center" }, US = { class: "w-full" }, XS = { class: "w-full flex flex-col mb-3" }, WS = { class: "w-full flex justify-center" }, qS = { class: "w-3/4" }, JS = /* @__PURE__ */ p("div", { class: "border-b border-dropdownSelect my-10" }, null, -1), KS = { class: "mb-3 mt-4" }, GS = { class: "mb-3" }, ZS = { class: "mb-3" }, _S = { class: "flex flex-row justify-center mb-3" }, $S = { class: "flex flex-col w-1/2 mr-1" }, eM = { class: "flex flex-col w-1/2 ml-1" }, tM = { class: "flex flex-row justify-center my-10" };
|