@dcrackel/hematournamentui 1.0.69 → 1.0.70
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,13 @@ 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
29400
|
}
|
|
29401
29401
|
}
|
|
29402
29402
|
}, $T = { class: "w-full flex flex-row justify-center mt-3" }, eR = { class: "w-full" }, tR = {
|