@dcrackel/hematournamentui 1.0.94 → 1.0.96
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/HemaTouranmentUI-lib.es.js +14 -14
- package/dist/HemaTouranmentUI-lib.umd.js +1 -1
- package/package.json +1 -1
- package/src/stories/Organisms/Headers/PoolSummary/PoolSummary.vue +6 -6
- package/src/stories/Templates/EventManagement/PoolManagement/PoolManagement.stories.js +7 -6
- package/src/stories/Templates/EventManagement/PoolManagement/PoolManagement.vue +5 -5
|
@@ -29517,13 +29517,13 @@ const TD = /* @__PURE__ */ ke(XT, [["render", sR]]), lR = {
|
|
|
29517
29517
|
}, AR = { class: "bg-poolSetup px-4 rounded-xl flex justify-between items-center shadow border border-dropdownSelect" }, cR = { class: "flex flex-col w-1/3 mt-2" }, uR = /* @__PURE__ */ k("span", { class: "h-8" }, null, -1), dR = {
|
|
29518
29518
|
key: 0,
|
|
29519
29519
|
class: "flex rounded-xl border border-dropdownSelect mt-2 px-4 pt-2 pb-4 bg-neutral w-1/3 shadow"
|
|
29520
|
-
}, gR = { class: "mt-1 w-10
|
|
29520
|
+
}, gR = { class: "mt-1 w-10 mr-3" }, fR = { class: "w-full" }, pR = {
|
|
29521
29521
|
key: 1,
|
|
29522
29522
|
class: "flex rounded-xl border border-dropdownSelect mt-2 px-4 pt-2 pb-4 bg-neutral w-1/3 shadow"
|
|
29523
|
-
}, hR = { class: "mt-1 w-10
|
|
29523
|
+
}, hR = { class: "mt-1 w-10 mr-3" }, mR = { class: "w-full" }, CR = {
|
|
29524
29524
|
key: 2,
|
|
29525
29525
|
class: "flex rounded-xl border border-dropdownSelect mt-2 px-4 pt-2 pb-4 bg-neutral w-1/3 shadow"
|
|
29526
|
-
}, ER = { class: "mt-1 w-10
|
|
29526
|
+
}, ER = { class: "mt-1 w-10 mr-3" }, IR = { class: "w-full" }, BR = { class: "flex flex-row w-1/3 justify-end" };
|
|
29527
29527
|
function QR(n, e, t, r, i, o) {
|
|
29528
29528
|
const a = $("BaseText"), s = $("BaseIcon"), l = $("CounterBox");
|
|
29529
29529
|
return Q(), x("div", AR, [
|
|
@@ -29546,9 +29546,9 @@ function QR(n, e, t, r, i, o) {
|
|
|
29546
29546
|
t.mode === "planning" ? (Q(), x("section", dR, [
|
|
29547
29547
|
k("div", gR, [
|
|
29548
29548
|
M(s, {
|
|
29549
|
-
"icon-name": "fa-
|
|
29549
|
+
"icon-name": "fa-lightbulb-on",
|
|
29550
29550
|
size: "3xl",
|
|
29551
|
-
color: "
|
|
29551
|
+
color: "quaternary",
|
|
29552
29552
|
class: ""
|
|
29553
29553
|
})
|
|
29554
29554
|
]),
|
|
@@ -29570,9 +29570,9 @@ function QR(n, e, t, r, i, o) {
|
|
|
29570
29570
|
t.mode === "preparation" ? (Q(), x("section", pR, [
|
|
29571
29571
|
k("div", hR, [
|
|
29572
29572
|
M(s, {
|
|
29573
|
-
"icon-name": "fa-
|
|
29573
|
+
"icon-name": "fa-ballot-check",
|
|
29574
29574
|
size: "3xl",
|
|
29575
|
-
color: "
|
|
29575
|
+
color: "quaternary",
|
|
29576
29576
|
class: ""
|
|
29577
29577
|
})
|
|
29578
29578
|
]),
|
|
@@ -29596,7 +29596,7 @@ function QR(n, e, t, r, i, o) {
|
|
|
29596
29596
|
M(s, {
|
|
29597
29597
|
"icon-name": "fa-play",
|
|
29598
29598
|
size: "3xl",
|
|
29599
|
-
color: "
|
|
29599
|
+
color: "quaternary",
|
|
29600
29600
|
class: ""
|
|
29601
29601
|
})
|
|
29602
29602
|
]),
|
|
@@ -29869,7 +29869,7 @@ const zR = /* @__PURE__ */ ke(DR, [["render", JR]]), KR = {
|
|
|
29869
29869
|
mode: {
|
|
29870
29870
|
type: String,
|
|
29871
29871
|
required: !0,
|
|
29872
|
-
validator: (n) => ["
|
|
29872
|
+
validator: (n) => ["planning", "preparation", "live", "results", "de", "completed"].includes(n)
|
|
29873
29873
|
},
|
|
29874
29874
|
staff: {
|
|
29875
29875
|
type: Array,
|
|
@@ -30016,8 +30016,8 @@ function YR(n, e, t, r, i, o) {
|
|
|
30016
30016
|
])
|
|
30017
30017
|
])) : Z("", !0)
|
|
30018
30018
|
], 2),
|
|
30019
|
-
o.filteredPools.length > 1 && t.mode !== "
|
|
30020
|
-
t.mode === "
|
|
30019
|
+
o.filteredPools.length > 1 && t.mode !== "complete" ? (Q(), x("div", qR, [
|
|
30020
|
+
t.mode === "planning" || t.mode === "preparation" ? (Q(), ye(c, {
|
|
30021
30021
|
key: 0,
|
|
30022
30022
|
label: "Reset Pools",
|
|
30023
30023
|
size: "md",
|
|
@@ -30028,9 +30028,9 @@ function YR(n, e, t, r, i, o) {
|
|
|
30028
30028
|
class: "max-w-96 justify-self-end",
|
|
30029
30029
|
onClick: o.handleReset
|
|
30030
30030
|
}, null, 8, ["onClick"])) : Z("", !0),
|
|
30031
|
-
t.mode === "
|
|
30031
|
+
t.mode === "planning" ? (Q(), ye(c, {
|
|
30032
30032
|
key: 1,
|
|
30033
|
-
label: "Start
|
|
30033
|
+
label: "Start Checkin",
|
|
30034
30034
|
size: "md",
|
|
30035
30035
|
"icon-name": "fa-caret-right",
|
|
30036
30036
|
"icon-style": "fa-solid",
|
|
@@ -30039,7 +30039,7 @@ function YR(n, e, t, r, i, o) {
|
|
|
30039
30039
|
class: "max-w-96 justify-self-start",
|
|
30040
30040
|
onClick: o.handleStart
|
|
30041
30041
|
}, null, 8, ["onClick"])) : Z("", !0),
|
|
30042
|
-
t.mode === "
|
|
30042
|
+
t.mode === "preparation" ? (Q(), ye(c, {
|
|
30043
30043
|
key: 2,
|
|
30044
30044
|
label: "Make Pools Live",
|
|
30045
30045
|
size: "md",
|