@dcrackel/hematournamentui 1.0.530 → 1.0.531
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 +5 -3
- package/dist/HemaTournamentUI-lib.umd.js +1 -1
- package/package.json +1 -1
- package/src/stories/Organisms/Cards/PenaltyCard/PenaltyCard.vue +1 -1
- package/src/stories/Templates/Menus/EditEventsTopMenu/EditEventsTopMenu.vue +2 -3
- package/src/stories/Util/tabs.js +1 -0
|
@@ -30651,7 +30651,7 @@ const ZO = /* @__PURE__ */ se(VO, [["render", XO]]), _O = {
|
|
|
30651
30651
|
}
|
|
30652
30652
|
}, $O = { class: "flex" }, eT = { class: "w-full flex md:flex-nowrap flex-wrap justify-between md:justify-start" }, tT = {
|
|
30653
30653
|
key: 0,
|
|
30654
|
-
class: "bg-eventBoxBlue rounded w-full -mt-4 grid grid-cols-
|
|
30654
|
+
class: "bg-eventBoxBlue rounded w-full -mt-4 grid grid-cols-4 gap-4 pt-3 pb-1"
|
|
30655
30655
|
}, nT = { class: "flex flex-col items-center justify-center mb-2 mr-2" };
|
|
30656
30656
|
function rT(t, e, n, r, o, i) {
|
|
30657
30657
|
const A = y("BaseButton"), a = y("TabBar"), l = y("BaseIcon"), c = y("BaseText");
|
|
@@ -32407,7 +32407,8 @@ const MR = /* @__PURE__ */ se(bR, [["render", kR]]), ir = (t, e) => t.toLocaleLo
|
|
|
32407
32407
|
children: [
|
|
32408
32408
|
{ id: "Edit", label: "Edit", color: "primaryHighlight", icon: "fa-pencil-alt" },
|
|
32409
32409
|
{ id: "Staff", label: "Staff", color: "primaryHighlight", icon: "fa-users-cog" },
|
|
32410
|
-
{ id: "Displays", label: "Displays", color: "primaryHighlight", icon: "fa-tv" }
|
|
32410
|
+
{ id: "Displays", label: "Displays", color: "primaryHighlight", icon: "fa-tv" },
|
|
32411
|
+
{ id: "Penalties", label: "Penalties", color: "primaryHighlight", icon: "fa-cards-blank" }
|
|
32411
32412
|
]
|
|
32412
32413
|
},
|
|
32413
32414
|
{ id: "Checkin", label: "Checkin", color: "primaryHighlight", icon: "fa-clipboard-check" },
|
|
@@ -34804,7 +34805,8 @@ const Vz = /* @__PURE__ */ se(zz, [["render", Jz]]), Wz = {
|
|
|
34804
34805
|
},
|
|
34805
34806
|
computed: {
|
|
34806
34807
|
portraitURL() {
|
|
34807
|
-
|
|
34808
|
+
var n, r, o, i;
|
|
34809
|
+
const e = (this.fencer1 ? ((r = (n = this.bout) == null ? void 0 : n.Person1) == null ? void 0 : r.Images) ?? [] : ((i = (o = this.bout) == null ? void 0 : o.Person2) == null ? void 0 : i.Images) ?? []).find((A) => A.URL);
|
|
34808
34810
|
return e ? e.URL : "";
|
|
34809
34811
|
},
|
|
34810
34812
|
displayName() {
|