@dcrackel/hematournamentui 1.0.93 → 1.0.94
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 +9 -9
- 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/.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",
|