@dcrackel/hematournamentui 1.0.684 → 1.0.685
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 +6 -6
- package/dist/HemaTournamentUI-lib.umd.js +1 -1
- package/dist/hematournamentui.css +1 -1
- package/package.json +7 -7
- package/src/mocks/getDeBouts-6fencers.js +431 -122
- package/src/stories/Organisms/Containers/Tableau/Tableau.vue +0 -3
- package/src/stories/Organisms/Containers/TableauColumn/TableauColumn.vue +2 -2
|
@@ -40183,10 +40183,10 @@ const tY = /* @__PURE__ */ re(Z2, [["render", eY]]), nY = {
|
|
|
40183
40183
|
computed: {},
|
|
40184
40184
|
methods: {
|
|
40185
40185
|
handleEditBout(t) {
|
|
40186
|
-
this.$emit("action:
|
|
40186
|
+
this.$emit("action:editBout", t);
|
|
40187
40187
|
},
|
|
40188
40188
|
handleDirectorBout(t) {
|
|
40189
|
-
this.$emit("action:
|
|
40189
|
+
this.$emit("action:directingBout", t);
|
|
40190
40190
|
}
|
|
40191
40191
|
}
|
|
40192
40192
|
};
|
|
@@ -40292,13 +40292,13 @@ const cp = /* @__PURE__ */ re(nY, [["render", rY]]), iY = {
|
|
|
40292
40292
|
},
|
|
40293
40293
|
methods: {
|
|
40294
40294
|
handleBoutClick(t) {
|
|
40295
|
-
|
|
40295
|
+
t.Status === "Completed" ? this.$emit("action:editBout", t) : this.$emit("action:directingBout", t);
|
|
40296
40296
|
},
|
|
40297
40297
|
handleEditBout(t) {
|
|
40298
|
-
|
|
40298
|
+
this.$emit("action:editBout", t);
|
|
40299
40299
|
},
|
|
40300
40300
|
handleDirectorBout(t) {
|
|
40301
|
-
|
|
40301
|
+
this.$emit("action:directingBout", t);
|
|
40302
40302
|
},
|
|
40303
40303
|
groupBoutsByRound(t) {
|
|
40304
40304
|
return t.reduce((e, n) => (e[n.RoundLabel] || (e[n.RoundLabel] = []), e[n.RoundLabel].push(n), e), {});
|
|
@@ -40375,7 +40375,7 @@ function cY(t, e, n, r, i, o) {
|
|
|
40375
40375
|
]))
|
|
40376
40376
|
], 64);
|
|
40377
40377
|
}
|
|
40378
|
-
const uY = /* @__PURE__ */ re(iY, [["render", cY], ["__scopeId", "data-v-
|
|
40378
|
+
const uY = /* @__PURE__ */ re(iY, [["render", cY], ["__scopeId", "data-v-c53fc36c"]]), dY = {
|
|
40379
40379
|
components: {
|
|
40380
40380
|
ServerConnected: Tc,
|
|
40381
40381
|
TableauColumn: cp,
|