@dcrackel/hematournamentui 1.0.93 → 1.0.95
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/.storybook/preview.js +1 -1
- package/dist/HemaTouranmentUI-lib.es.js +14 -14
- package/dist/HemaTouranmentUI-lib.umd.js +1 -1
- package/package.json +13 -13
- package/src/stories/Organisms/Headers/PoolSummary/PoolSummary.vue +3 -3
- package/src/stories/Templates/EventManagement/EventAttendance/EventAttendance.vue +0 -6
- package/src/stories/Templates/EventManagement/PoolManagement/PoolManagement.vue +4 -4
package/.storybook/preview.js
CHANGED
|
@@ -29386,22 +29386,22 @@ const GT = /* @__PURE__ */ ke(KT, [["render", ZT]]), XT = {
|
|
|
29386
29386
|
},
|
|
29387
29387
|
methods: {
|
|
29388
29388
|
handleSelectedItem(n) {
|
|
29389
|
-
|
|
29389
|
+
this.localSelectedItem = n;
|
|
29390
29390
|
},
|
|
29391
29391
|
handleStatus(n) {
|
|
29392
|
-
|
|
29392
|
+
n.Status = n.Status === "Absent" ? "Present" : "Absent", this.$emit("update:person", n);
|
|
29393
29393
|
},
|
|
29394
29394
|
handleNewPerson(n) {
|
|
29395
|
-
|
|
29395
|
+
this.$emit("add:person", n);
|
|
29396
29396
|
},
|
|
29397
29397
|
handleAddExistingPerson(n) {
|
|
29398
|
-
|
|
29398
|
+
this.$emit("add:existing-person", n);
|
|
29399
29399
|
},
|
|
29400
29400
|
handleTabMenuClick(n) {
|
|
29401
|
-
|
|
29401
|
+
this.$emit("tab:menu-click", n);
|
|
29402
29402
|
},
|
|
29403
29403
|
handleRemoveFencer(n) {
|
|
29404
|
-
|
|
29404
|
+
this.$emit("remove:fencer", n);
|
|
29405
29405
|
}
|
|
29406
29406
|
}
|
|
29407
29407
|
}, _T = { class: "w-full flex flex-row justify-center mt-3" }, $T = { class: "w-full" }, eR = {
|
|
@@ -29543,7 +29543,7 @@ function QR(n, e, t, r, i, o) {
|
|
|
29543
29543
|
}, null, 8, ["text"]),
|
|
29544
29544
|
uR
|
|
29545
29545
|
]),
|
|
29546
|
-
t.mode === "
|
|
29546
|
+
t.mode === "planning" ? (Q(), x("section", dR, [
|
|
29547
29547
|
k("div", gR, [
|
|
29548
29548
|
M(s, {
|
|
29549
29549
|
"icon-name": "fa-clipboard-list",
|
|
@@ -29567,7 +29567,7 @@ function QR(n, e, t, r, i, o) {
|
|
|
29567
29567
|
})
|
|
29568
29568
|
])
|
|
29569
29569
|
])) : Z("", !0),
|
|
29570
|
-
t.mode === "
|
|
29570
|
+
t.mode === "preparation" ? (Q(), x("section", pR, [
|
|
29571
29571
|
k("div", hR, [
|
|
29572
29572
|
M(s, {
|
|
29573
29573
|
"icon-name": "fa-wrench",
|
|
@@ -29591,7 +29591,7 @@ function QR(n, e, t, r, i, o) {
|
|
|
29591
29591
|
})
|
|
29592
29592
|
])
|
|
29593
29593
|
])) : Z("", !0),
|
|
29594
|
-
t.mode === "
|
|
29594
|
+
t.mode === "live" ? (Q(), x("section", CR, [
|
|
29595
29595
|
k("div", ER, [
|
|
29596
29596
|
M(s, {
|
|
29597
29597
|
"icon-name": "fa-play",
|
|
@@ -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",
|