@dcrackel/hematournamentui 1.0.115 → 1.0.118
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.
|
@@ -29979,8 +29979,7 @@ const YD = /* @__PURE__ */ ye(FD, [["render", WD]]), ZD = {
|
|
|
29979
29979
|
{ id: "Bracket", label: "Bracket", color: "primaryHighlight" },
|
|
29980
29980
|
{ id: "Final", label: "Final Results", color: "primaryHighlight" }
|
|
29981
29981
|
],
|
|
29982
|
-
selectedFlight: "Flight1"
|
|
29983
|
-
mode: this.event.Status
|
|
29982
|
+
selectedFlight: "Flight1"
|
|
29984
29983
|
};
|
|
29985
29984
|
},
|
|
29986
29985
|
created() {
|
|
@@ -30099,7 +30098,7 @@ function eR(n, e, t, r, i, o) {
|
|
|
30099
30098
|
directorName: o.getDirectorName(c.Staff),
|
|
30100
30099
|
pool: c.participants,
|
|
30101
30100
|
staff: t.staff,
|
|
30102
|
-
mode:
|
|
30101
|
+
mode: t.event.Status,
|
|
30103
30102
|
onSwapFencers: o.swapFencers,
|
|
30104
30103
|
"onUpdate:setDirector": o.setDirector,
|
|
30105
30104
|
"onRemove:fencer": o.handleRemoveFencer,
|