@dcrackel/hematournamentui 1.0.70 → 1.0.71
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.
|
@@ -29397,6 +29397,9 @@ const XT = /* @__PURE__ */ Ue(jT, [["render", GT]]), _T = {
|
|
|
29397
29397
|
},
|
|
29398
29398
|
handleNewPerson(n) {
|
|
29399
29399
|
console.log(`handleNewPerson: ${n}`), this.$emit("add:person", n);
|
|
29400
|
+
},
|
|
29401
|
+
handleAddExistingPerson(n) {
|
|
29402
|
+
console.log(`handleAddExistingPerson: ${n}`), this.$emit("add:existing-person", n);
|
|
29400
29403
|
}
|
|
29401
29404
|
}
|
|
29402
29405
|
}, $T = { class: "w-full flex flex-row justify-center mt-3" }, eR = { class: "w-full" }, tR = {
|
|
@@ -29422,8 +29425,9 @@ function lR(n, e, t, r, i, o) {
|
|
|
29422
29425
|
z(l, {
|
|
29423
29426
|
clubs: t.clubs,
|
|
29424
29427
|
persons: t.personsAll,
|
|
29425
|
-
onNewPersonSubmitted: o.handleNewPerson
|
|
29426
|
-
|
|
29428
|
+
onNewPersonSubmitted: o.handleNewPerson,
|
|
29429
|
+
onPersonSelected: o.handleAddExistingPerson
|
|
29430
|
+
}, null, 8, ["clubs", "persons", "onNewPersonSubmitted", "onPersonSelected"])
|
|
29427
29431
|
]),
|
|
29428
29432
|
N("div", iR, [
|
|
29429
29433
|
z(A, {
|