@dcrackel/hematournamentui 1.0.362 → 1.0.363
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.
|
@@ -36155,19 +36155,14 @@ const vL = /* @__PURE__ */ ie(fL, [["render", QL], ["__scopeId", "data-v-755be0f
|
|
|
36155
36155
|
},
|
|
36156
36156
|
watch: {
|
|
36157
36157
|
bouts: {
|
|
36158
|
-
handler() {
|
|
36159
|
-
this
|
|
36158
|
+
handler(n) {
|
|
36159
|
+
this.bouts = n;
|
|
36160
36160
|
},
|
|
36161
|
-
deep: !0
|
|
36161
|
+
deep: !0,
|
|
36162
|
+
immediate: !0
|
|
36162
36163
|
}
|
|
36163
36164
|
},
|
|
36164
36165
|
methods: {
|
|
36165
|
-
updateBoutStatus(n) {
|
|
36166
|
-
return {
|
|
36167
|
-
...n,
|
|
36168
|
-
customStatus: n.Status
|
|
36169
|
-
};
|
|
36170
|
-
},
|
|
36171
36166
|
handleCloseModal(n) {
|
|
36172
36167
|
if (this.showDirectorModal = !1, this.showEditBoutModal = !1, n.Status !== "Completed") {
|
|
36173
36168
|
const e = this.bouts.find((t) => t.BoutId === n.BoutId);
|