@dcrackel/hematournamentui 1.0.291 → 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 +7 -4
- 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 +2 -2
- package/src/stories/Templates/PersonManagement/PersonManagement.vue +4 -3
|
@@ -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, [
|
|
@@ -37500,11 +37500,14 @@ const LY = /* @__PURE__ */ te(OY, [["render", FY]]), HY = {
|
|
|
37500
37500
|
},
|
|
37501
37501
|
getClass() {
|
|
37502
37502
|
return this.person.ProfileImage ? "border-2 border-dashed rounded-full w-32" : "border-2 border-dashed rounded-lg w-full";
|
|
37503
|
+
},
|
|
37504
|
+
getPronounLabel() {
|
|
37505
|
+
return this.getSelectedPronouns.text && this.getSelectedPronouns.text.length < 2 ? "Please select your preferred pronouns" : "";
|
|
37503
37506
|
}
|
|
37504
37507
|
},
|
|
37505
37508
|
methods: {
|
|
37506
37509
|
handleProfilePicUpdate(n) {
|
|
37507
|
-
this.person.ProfileImage.URL = n,
|
|
37510
|
+
this.person.ProfileImage.URL = n, this.$emit("update:image", n);
|
|
37508
37511
|
},
|
|
37509
37512
|
updateDisplayName(n) {
|
|
37510
37513
|
this.person.DisplayName = n;
|
|
@@ -37533,7 +37536,7 @@ const LY = /* @__PURE__ */ te(OY, [["render", FY]]), HY = {
|
|
|
37533
37536
|
e.EmailAddress = n;
|
|
37534
37537
|
},
|
|
37535
37538
|
handlePersonClick(n) {
|
|
37536
|
-
|
|
37539
|
+
this.$emit("update:selectedFencer", n);
|
|
37537
37540
|
}
|
|
37538
37541
|
}
|
|
37539
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" };
|
|
@@ -37611,7 +37614,7 @@ function eq(n, e, t, r, i, o) {
|
|
|
37611
37614
|
color: "quaternary"
|
|
37612
37615
|
}),
|
|
37613
37616
|
p(c, {
|
|
37614
|
-
label: o.
|
|
37617
|
+
label: o.getPronounLabel,
|
|
37615
37618
|
items: i.pronouns,
|
|
37616
37619
|
class: "pb-2",
|
|
37617
37620
|
selectedItem: o.getSelectedPronouns,
|