@dcrackel/hematournamentui 1.0.212 → 1.0.213
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.
|
@@ -31156,10 +31156,10 @@ const CP = /* @__PURE__ */ ae(lP, [["render", pP]]), IP = {
|
|
|
31156
31156
|
this.$emit("remove:fencer", n);
|
|
31157
31157
|
},
|
|
31158
31158
|
handleMoveUp(n) {
|
|
31159
|
-
this.$emit("
|
|
31159
|
+
this.$emit("update:moveUp", n);
|
|
31160
31160
|
},
|
|
31161
31161
|
handleMoveDown(n) {
|
|
31162
|
-
this.$emit("
|
|
31162
|
+
this.$emit("update:moveDown", n);
|
|
31163
31163
|
}
|
|
31164
31164
|
}
|
|
31165
31165
|
}, mP = { class: "w-full flex flex-row justify-center mt-3" }, EP = { class: "w-full" }, BP = {
|
|
@@ -31222,11 +31222,11 @@ function kP(n, e, t, r, i, o) {
|
|
|
31222
31222
|
"data-testid": "text-num-events"
|
|
31223
31223
|
})
|
|
31224
31224
|
])) : M("", !0),
|
|
31225
|
-
(I(!0), B(he, null, ve(o.sortedPersons, (d) => (I(), B("section", xP, [
|
|
31225
|
+
(I(!0), B(he, null, ve(o.sortedPersons, (d, g) => (I(), B("section", xP, [
|
|
31226
31226
|
f(u, {
|
|
31227
31227
|
person: d,
|
|
31228
31228
|
class: "mb-4",
|
|
31229
|
-
isLast:
|
|
31229
|
+
isLast: g === o.sortedPersons.length - 1,
|
|
31230
31230
|
"onUpdate:status": o.handleStatus,
|
|
31231
31231
|
"onRemove:fencer": o.handleRemoveFencer,
|
|
31232
31232
|
"onUpdate:moveUp": o.handleMoveUp,
|