@dcrackel/hematournamentui 1.0.114 → 1.0.115

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,16 +29979,14 @@ 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"
29982
+ selectedFlight: "Flight1",
29983
+ mode: this.event.Status
29983
29984
  };
29984
29985
  },
29985
29986
  created() {
29986
29987
  console.log(`Pool Management mode: ${this.mode}`);
29987
29988
  },
29988
29989
  computed: {
29989
- mode() {
29990
- return this.event.Status;
29991
- },
29992
29990
  //TODO: will want a "complete" button that says "forward to results" or something.
29993
29991
  shouldShowButtons() {
29994
29992
  return this.filteredPools.length > 1 && this.mode !== "completed";
@@ -30101,7 +30099,7 @@ function eR(n, e, t, r, i, o) {
30101
30099
  directorName: o.getDirectorName(c.Staff),
30102
30100
  pool: c.participants,
30103
30101
  staff: t.staff,
30104
- mode: o.mode,
30102
+ mode: i.mode,
30105
30103
  onSwapFencers: o.swapFencers,
30106
30104
  "onUpdate:setDirector": o.setDirector,
30107
30105
  "onRemove:fencer": o.handleRemoveFencer,