@dcrackel/hematournamentui 1.0.183 → 1.0.185
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 +11 -4
- package/dist/HemaTournamentUI-lib.umd.js +27 -27
- package/package.json +1 -1
- package/src/mocks/getClubDisplayByClubId.js +107 -0
- package/src/mocks/getEventByTournamentId.js +50 -0
- package/src/stories/Molecules/Buttons/BaseButton/BaseButton.vue +2 -2
- package/src/stories/Molecules/Modals/AddDisplayModal/AddDisplay.stories.js +47 -0
- package/src/stories/Molecules/Modals/AddDisplayModal/AddDisplayModal.vue +56 -0
- package/src/stories/Molecules/Modals/DirectorModal/DirectorModal.vue +1 -2
- package/src/stories/Organisms/Cards/DisplayCard/DisplayCard.stories.js +47 -0
- package/src/stories/Organisms/Cards/DisplayCard/DisplayCard.vue +97 -0
- package/src/stories/Organisms/ComplexInputs/DropDown/DropDownMenu.vue +1 -1
- package/src/stories/Organisms/Containers/ClubDisplayContainer/ClubDisplayContainer.stories.js +30 -0
- package/src/stories/Organisms/Containers/ClubDisplayContainer/ClubDisplayContainer.vue +106 -0
- package/src/stories/Organisms/Form/AddDisplay/AddDisplay.stories.js +36 -0
- package/src/stories/Organisms/Form/AddDisplay/AddDisplay.vue +132 -0
- package/src/stories/Organisms/ScoreBoardParts/FencerNameBar/FencerNameBar.vue +1 -1
- package/src/stories/Templates/EventManagement/Bracket/Bracket.vue +1 -0
- package/src/stories/Templates/EventManagement/ClubDisplay/ClubDisplay.stories.js +44 -0
- package/src/stories/Templates/EventManagement/ClubDisplay/ClubDisplay.vue +88 -0
- package/src/stories/Templates/EventManagement/EventAttendance/EventAttendance.vue +1 -0
- package/src/stories/Templates/EventManagement/EventFinalResults/EventFinalResults.vue +1 -0
- package/src/stories/Templates/EventManagement/PoolLive/PoolLive.vue +1 -0
- package/src/stories/Templates/EventManagement/PoolManagement/PoolManagement.vue +1 -0
- package/src/stories/Templates/EventManagement/PoolResults/PoolResults.vue +1 -0
- package/src/stories/Templates/EventManagement/StaffList/StaffList.vue +1 -0
|
@@ -566,7 +566,7 @@ const B4 = /* @__PURE__ */ le(Fp, [["render", Up]]), jp = {
|
|
|
566
566
|
"3xl": "text-3xl",
|
|
567
567
|
"4xl": "text-4xl"
|
|
568
568
|
}[n.size], o = {
|
|
569
|
-
primary: `mx-1 p-2 items-center gap-2.5 text-center rounded-md shadow border border-dropdownSelect justify-center hover:bg-tertiary ${n.selected ? "bg-dropdownSelect" : "bg-neutral"}`,
|
|
569
|
+
primary: `mx-1 p-2 items-center gap-2.5 text-center rounded-md shadow border border-dropdownSelect justify-center hover:bg-tertiary ${n.selected ? "bg-dropdownSelect shadow-md" : "bg-neutral"}`,
|
|
570
570
|
secondary: `px-2.5 items-center gap-2.5 text-center my-1 p-3 w-full rounded-lg flex flex-row justify-center hover:bg-primaryHighlight ${n.selected ? "bg-secondary" : "bg-primary"}`,
|
|
571
571
|
tertiary: `px-2.5 py-0.5 items-center gap-2.5 rounded-md text-center justify-center border border-dropdownSelect hover:bg-dropdownSelect ${n.selected ? "bg-primary" : "bg-tertiary"}`,
|
|
572
572
|
bright: `px-3 py-1 items-center gap-2.5 rounded-md text-center justify-center hover:bg-primary text-neutral ${n.selected ? "bg-primary" : "bg-bright"}`,
|
|
@@ -586,7 +586,7 @@ const B4 = /* @__PURE__ */ le(Fp, [["render", Up]]), jp = {
|
|
|
586
586
|
});
|
|
587
587
|
return {
|
|
588
588
|
textColor: ne(() => ({
|
|
589
|
-
primary: "
|
|
589
|
+
primary: "quinary",
|
|
590
590
|
secondary: "neutral",
|
|
591
591
|
tertiary: "quinary",
|
|
592
592
|
bright: "neutral",
|
|
@@ -826,7 +826,7 @@ function aC(n, e, t, r, i, o) {
|
|
|
826
826
|
class: re(["flex flex-row w-full relative", [t.alignEnd ? "justify-end" : ""]])
|
|
827
827
|
}, [
|
|
828
828
|
f("div", {
|
|
829
|
-
class: re(["z-10 rounded-lg px-2 py-2 flex flex-row justify-between border border-dropdownSelect", t.width]),
|
|
829
|
+
class: re(["z-10 rounded-lg px-2 py-2 flex flex-row justify-between border border-dropdownSelect bg-white", t.width]),
|
|
830
830
|
onClick: e[0] || (e[0] = (a) => o.handleDropDown())
|
|
831
831
|
}, [
|
|
832
832
|
t.label.length > 1 ? (I(), ge(s, {
|
|
@@ -28598,7 +28598,7 @@ function ZS(n, e, t, r, i, o) {
|
|
|
28598
28598
|
}, null, 8, ["fullName", "club", "assignedColor"]),
|
|
28599
28599
|
p(s, {
|
|
28600
28600
|
fullName: t.bout.Person2.DisplayName,
|
|
28601
|
-
club: t.bout.
|
|
28601
|
+
club: t.bout.Person2.Club.Name,
|
|
28602
28602
|
assignedColor: t.hostingClubColors.Color2,
|
|
28603
28603
|
fencer1: !1
|
|
28604
28604
|
}, null, 8, ["fullName", "club", "assignedColor"])
|
|
@@ -31057,6 +31057,7 @@ const fP = /* @__PURE__ */ le(aP, [["render", hP]]), pP = {
|
|
|
31057
31057
|
emptyDesertIcon: Lr,
|
|
31058
31058
|
tabs: [
|
|
31059
31059
|
{ id: "Staff", label: "Staff", color: "primaryHighlight" },
|
|
31060
|
+
{ id: "Displays", label: "Displays", color: "primaryHighlight" },
|
|
31060
31061
|
{ id: "Checkin", label: "Seeding & Checkin", color: "primaryHighlight" },
|
|
31061
31062
|
{ id: "Pools", label: "Pools", color: "primaryHighlight" },
|
|
31062
31063
|
{ id: "Pool Results", label: "Pool Results", color: "primaryHighlight" },
|
|
@@ -31684,6 +31685,7 @@ const uR = /* @__PURE__ */ le(tR, [["render", lR]]), cR = {
|
|
|
31684
31685
|
emptyDesertIcon: Lr,
|
|
31685
31686
|
tabs: [
|
|
31686
31687
|
{ id: "Staff", label: "Staff", color: "primaryHighlight" },
|
|
31688
|
+
{ id: "Displays", label: "Displays", color: "primaryHighlight" },
|
|
31687
31689
|
{ id: "Checkin", label: "Seeding & Checkin", color: "primaryHighlight" },
|
|
31688
31690
|
{ id: "Pools", label: "Pools", color: "primaryHighlight" },
|
|
31689
31691
|
{ id: "Pool Results", label: "Pool Results", color: "primaryHighlight" },
|
|
@@ -32124,6 +32126,7 @@ const Iu = /* @__PURE__ */ le(OR, [["render", HR]]), zR = {
|
|
|
32124
32126
|
emptyDesertIcon: Lr,
|
|
32125
32127
|
tabs: [
|
|
32126
32128
|
{ id: "Staff", label: "Staff", color: "primaryHighlight" },
|
|
32129
|
+
{ id: "Displays", label: "Displays", color: "primaryHighlight" },
|
|
32127
32130
|
{ id: "Checkin", label: "Seeding & Checkin", color: "primaryHighlight" },
|
|
32128
32131
|
{ id: "Pools", label: "Pools", color: "primaryHighlight" },
|
|
32129
32132
|
{ id: "Pool Results", label: "Pool Results", color: "primaryHighlight" },
|
|
@@ -33497,6 +33500,7 @@ const up = /* @__PURE__ */ le(wN, [["render", xN]]), kN = {
|
|
|
33497
33500
|
selectedBout: {},
|
|
33498
33501
|
tabs: [
|
|
33499
33502
|
{ id: "Staff", label: "Staff", color: "primaryHighlight" },
|
|
33503
|
+
{ id: "Displays", label: "Displays", color: "primaryHighlight" },
|
|
33500
33504
|
{ id: "Checkin", label: "Seeding & Checkin", color: "primaryHighlight" },
|
|
33501
33505
|
{ id: "Pools", label: "Pools", color: "primaryHighlight" },
|
|
33502
33506
|
{ id: "Pool Results", label: "Pool Results", color: "primaryHighlight" },
|
|
@@ -34371,6 +34375,7 @@ const $L = /* @__PURE__ */ le(jL, [["render", _L]]), e3 = {
|
|
|
34371
34375
|
return {
|
|
34372
34376
|
tabs: [
|
|
34373
34377
|
{ id: "Staff", label: "Staff", color: "primaryHighlight" },
|
|
34378
|
+
{ id: "Displays", label: "Displays", color: "primaryHighlight" },
|
|
34374
34379
|
{ id: "Checkin", label: "Seeding & Checkin", color: "primaryHighlight" },
|
|
34375
34380
|
{ id: "Pools", label: "Pools", color: "primaryHighlight" },
|
|
34376
34381
|
{ id: "Pool Results", label: "Pool Results", color: "primaryHighlight" },
|
|
@@ -35075,6 +35080,7 @@ const D3 = /* @__PURE__ */ le(w3, [["render", k3], ["__scopeId", "data-v-eb0cf48
|
|
|
35075
35080
|
selectedBout: {},
|
|
35076
35081
|
tabs: [
|
|
35077
35082
|
{ id: "Staff", label: "Staff", color: "primaryHighlight" },
|
|
35083
|
+
{ id: "Displays", label: "Displays", color: "primaryHighlight" },
|
|
35078
35084
|
{ id: "Checkin", label: "Seeding & Checkin", color: "primaryHighlight" },
|
|
35079
35085
|
{ id: "Pools", label: "Pools", color: "primaryHighlight" },
|
|
35080
35086
|
{ id: "Pool Results", label: "Pool Results", color: "primaryHighlight" },
|
|
@@ -35459,6 +35465,7 @@ const c4 = /* @__PURE__ */ le(n4, [["render", u4]]), d4 = {
|
|
|
35459
35465
|
return {
|
|
35460
35466
|
tabs: [
|
|
35461
35467
|
{ id: "Staff", label: "Staff", color: "primaryHighlight" },
|
|
35468
|
+
{ id: "Displays", label: "Displays", color: "primaryHighlight" },
|
|
35462
35469
|
{ id: "Checkin", label: "Seeding & Checkin", color: "primaryHighlight" },
|
|
35463
35470
|
{ id: "Pools", label: "Pools", color: "primaryHighlight" },
|
|
35464
35471
|
{ id: "Pool Results", label: "Pool Results", color: "primaryHighlight" },
|