@dcrackel/hematournamentui 1.0.501 → 1.0.503
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.
|
@@ -34327,6 +34327,7 @@ function az(t, e, n, r, o, i) {
|
|
|
34327
34327
|
const lz = /* @__PURE__ */ se(oz, [["render", az]]), cz = {
|
|
34328
34328
|
name: "ScoreBox",
|
|
34329
34329
|
components: { BaseIcon: Ke, BaseText: Qe, HandshotCounterBox: lz },
|
|
34330
|
+
emits: ["penalty:open", "update:Score", "update:HandShotValue"],
|
|
34330
34331
|
props: {
|
|
34331
34332
|
fencer1: {
|
|
34332
34333
|
type: Boolean,
|
|
@@ -35370,6 +35371,9 @@ const Wp = /* @__PURE__ */ se(cL, [["render", dL]]), gL = {
|
|
|
35370
35371
|
},
|
|
35371
35372
|
handleAddPenalty(t) {
|
|
35372
35373
|
this.$emit("penalty:add", t);
|
|
35374
|
+
},
|
|
35375
|
+
handleRemovePenalty(t) {
|
|
35376
|
+
this.$emit("penalty:remove", t);
|
|
35373
35377
|
}
|
|
35374
35378
|
}
|
|
35375
35379
|
}, hL = { class: "flex w-full justify-end mt-1" };
|
|
@@ -35409,9 +35413,10 @@ function pL(t, e, n, r, o, i) {
|
|
|
35409
35413
|
hostingClubColors: n.hostingClubColors,
|
|
35410
35414
|
"onPenalty:add": i.handleUpdatePenalty,
|
|
35411
35415
|
"onPenalty:update": i.handleAddPenalty,
|
|
35416
|
+
"onPenalty:remove": i.handleRemovePenalty,
|
|
35412
35417
|
"onUpdate:bout": i.handleBoutChange,
|
|
35413
35418
|
"onSubmit:bout": i.handleSubmitBout
|
|
35414
|
-
}, null, 8, ["eventRules", "bout", "hostingClubColors", "onPenalty:add", "onPenalty:update", "onUpdate:bout", "onSubmit:bout"])
|
|
35419
|
+
}, null, 8, ["eventRules", "bout", "hostingClubColors", "onPenalty:add", "onPenalty:update", "onPenalty:remove", "onUpdate:bout", "onSubmit:bout"])
|
|
35415
35420
|
])
|
|
35416
35421
|
])) : b("", !0)
|
|
35417
35422
|
]),
|