@dcrackel/hematournamentui 1.0.71 → 1.0.72
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.
|
@@ -29165,7 +29165,7 @@ const VT = /* @__PURE__ */ Ue(PT, [["render", HT]]), jT = {
|
|
|
29165
29165
|
this.inputValue = n.target.value;
|
|
29166
29166
|
},
|
|
29167
29167
|
selectPerson(n) {
|
|
29168
|
-
console.log(n), this.showDropdown = !1, this.inputValue = "", this.$emit("person-selected", n), this.showModal = !1;
|
|
29168
|
+
console.log("------- FindOrAddPerson: selectPerson -------"), console.log(n), this.showDropdown = !1, this.inputValue = "", this.$emit("person-selected", n), this.showModal = !1;
|
|
29169
29169
|
},
|
|
29170
29170
|
addNewPerson() {
|
|
29171
29171
|
this.isSearchMode = !1, this.modalIcon = "fa-user", this.modalButtonText = "Add Person";
|
|
@@ -29390,16 +29390,16 @@ const XT = /* @__PURE__ */ Ue(jT, [["render", GT]]), _T = {
|
|
|
29390
29390
|
},
|
|
29391
29391
|
methods: {
|
|
29392
29392
|
handleSelectedItem(n) {
|
|
29393
|
-
console.log(
|
|
29393
|
+
console.log(`----- selectedItem: ${n}`), this.localSelectedItem = n;
|
|
29394
29394
|
},
|
|
29395
29395
|
handleStatus(n) {
|
|
29396
|
-
console.log(
|
|
29396
|
+
console.log(`----- handleStatus: ${n}`), n.Status = n.Status === "Absent" ? "Present" : "Absent", this.$emit("update:person", n);
|
|
29397
29397
|
},
|
|
29398
29398
|
handleNewPerson(n) {
|
|
29399
|
-
console.log(
|
|
29399
|
+
console.log(`----- handleNewPerson: ${n}`), this.$emit("add:person", n);
|
|
29400
29400
|
},
|
|
29401
29401
|
handleAddExistingPerson(n) {
|
|
29402
|
-
console.log(
|
|
29402
|
+
console.log(`----- handleAddExistingPerson: ${n}`), this.$emit("add:existing-person", n);
|
|
29403
29403
|
}
|
|
29404
29404
|
}
|
|
29405
29405
|
}, $T = { class: "w-full flex flex-row justify-center mt-3" }, eR = { class: "w-full" }, tR = {
|