@dcrackel/hematournamentui 1.0.292 → 1.0.293
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.
- package/dist/HemaTournamentUI-lib.es.js +3 -3
- package/dist/HemaTournamentUI-lib.umd.js +1 -1
- package/package.json +1 -1
- package/src/stories/Organisms/Containers/PeopleColumn/PeopleColumn.vue +2 -2
- package/src/stories/Templates/PersonManagement/PersonManagement.stories.js +1 -1
- package/src/stories/Templates/PersonManagement/PersonManagement.vue +0 -2
|
@@ -37386,7 +37386,7 @@ const vq = /* @__PURE__ */ te(vY, [["render", TY]]), OY = {
|
|
|
37386
37386
|
console.log(`Submitted person: ${value}`), this.$emit("submit:person", value);
|
|
37387
37387
|
}
|
|
37388
37388
|
}
|
|
37389
|
-
}, RY = { class: "w-96 p-4
|
|
37389
|
+
}, RY = { class: "w-96 p-4" }, PY = { class: "mb-4 px-4" }, NY = { class: "overflow-y-auto h-[700px]" };
|
|
37390
37390
|
function FY(n, e, t, r, i, o) {
|
|
37391
37391
|
const A = b("TitledInput"), s = b("PoolFencerCard");
|
|
37392
37392
|
return C(), B("div", RY, [
|
|
@@ -37507,7 +37507,7 @@ const LY = /* @__PURE__ */ te(OY, [["render", FY]]), HY = {
|
|
|
37507
37507
|
},
|
|
37508
37508
|
methods: {
|
|
37509
37509
|
handleProfilePicUpdate(n) {
|
|
37510
|
-
this.person.ProfileImage.URL = n,
|
|
37510
|
+
this.person.ProfileImage.URL = n, this.$emit("update:image", n);
|
|
37511
37511
|
},
|
|
37512
37512
|
updateDisplayName(n) {
|
|
37513
37513
|
this.person.DisplayName = n;
|
|
@@ -37536,7 +37536,7 @@ const LY = /* @__PURE__ */ te(OY, [["render", FY]]), HY = {
|
|
|
37536
37536
|
e.EmailAddress = n;
|
|
37537
37537
|
},
|
|
37538
37538
|
handlePersonClick(n) {
|
|
37539
|
-
|
|
37539
|
+
this.$emit("update:selectedFencer", n);
|
|
37540
37540
|
}
|
|
37541
37541
|
}
|
|
37542
37542
|
}, YY = { class: "flex" }, qY = { key: 0 }, zY = { class: "rounded-lg p-9 bg-neutral w-full" }, UY = { class: "w-full flex flex-row justify-center mb-4" }, jY = { class: "w-full flex-row justify-center mb-4 flex drop-shadow" }, KY = { class: "flex flex-col mb-4" }, JY = { class: "flex flex-col mb-4" }, GY = { class: "flex flex-col mb-4" }, VY = { class: "flex flex-col mb-4" }, WY = { class: "flex flex-col mb-4" }, ZY = { class: "border-b border-dropdownSelect mt-6" }, XY = { class: "my-4 w-full" }, _Y = { key: 0 }, $Y = { class: "flex flex-row justify-end mt-8" };
|