@dcrackel/hematournamentui 1.0.69 → 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.
|
@@ -758,7 +758,7 @@ function Fh(n, e, t, r, i, o) {
|
|
|
758
758
|
default: Me(() => [
|
|
759
759
|
n.isDropDownOpen ? (S(), O("div", {
|
|
760
760
|
key: 0,
|
|
761
|
-
class: we(["flex flex-col shadow-lg mt-9 z-
|
|
761
|
+
class: we(["flex flex-col shadow-lg mt-9 z-20 rounded-b-xl absolute bg-neutral border border-dropdownSelect", t.dropDownWidth])
|
|
762
762
|
}, [
|
|
763
763
|
(S(!0), O(ve, null, Ne(t.items, (s) => (S(), O("a", {
|
|
764
764
|
key: s.id,
|
|
@@ -29390,13 +29390,16 @@ const XT = /* @__PURE__ */ Ue(jT, [["render", GT]]), _T = {
|
|
|
29390
29390
|
},
|
|
29391
29391
|
methods: {
|
|
29392
29392
|
handleSelectedItem(n) {
|
|
29393
|
-
this.localSelectedItem = n;
|
|
29393
|
+
console.log(`selectedItem: ${n}`), this.localSelectedItem = n;
|
|
29394
29394
|
},
|
|
29395
29395
|
handleStatus(n) {
|
|
29396
|
-
n.Status = n.Status === "Absent" ? "Present" : "Absent", this.$emit("update:person", n);
|
|
29396
|
+
console.log(`handleStatus: ${n}`), n.Status = n.Status === "Absent" ? "Present" : "Absent", this.$emit("update:person", n);
|
|
29397
29397
|
},
|
|
29398
29398
|
handleNewPerson(n) {
|
|
29399
|
-
this.$emit("add:person", n);
|
|
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, {
|