@dcrackel/hematournamentui 1.0.328 → 1.0.329
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.
|
@@ -34999,6 +34999,9 @@ const _p = /* @__PURE__ */ Ae(mz, [["render", Oz]]), Tz = {
|
|
|
34999
34999
|
};
|
|
35000
35000
|
},
|
|
35001
35001
|
watch: {
|
|
35002
|
+
poolResults(n) {
|
|
35003
|
+
this.results = n, this.updatePromotions();
|
|
35004
|
+
},
|
|
35002
35005
|
initialCutoffIndex(n) {
|
|
35003
35006
|
this.cutoffIndex = n - 1, this.updatePromotions();
|
|
35004
35007
|
}
|