@dcrackel/hematournamentui 1.0.161 → 1.0.163
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.
- package/dist/HemaTournamentUI-lib.es.js +2 -0
- package/dist/HemaTournamentUI-lib.umd.js +1 -1
- package/package.json +1 -1
- package/src/stories/Templates/TournamentManagement/EditTournament/EditBasic/EditTournamentBasicInfo.vue +1 -0
- package/src/stories/Templates/TournamentManagement/ListEvents/ListEvents.vue +1 -0
|
@@ -28490,6 +28490,7 @@ const er = /* @__PURE__ */ he(zS, [["render", VS]]), YS = {
|
|
|
28490
28490
|
required: !0
|
|
28491
28491
|
}
|
|
28492
28492
|
},
|
|
28493
|
+
emits: ["tab:menu-click", "manageEvent", "editEvent", "addEvent"],
|
|
28493
28494
|
data() {
|
|
28494
28495
|
return {
|
|
28495
28496
|
localTournament: this.tournament,
|
|
@@ -29090,6 +29091,7 @@ const np = /* @__PURE__ */ he(yM, [["render", TM]]), Lr = "data:image/png;base64
|
|
|
29090
29091
|
tournamentId: Number,
|
|
29091
29092
|
events: Array
|
|
29092
29093
|
},
|
|
29094
|
+
emits: ["tab:menu-click", "manageEvent", "editEvent", "addEvent"],
|
|
29093
29095
|
data() {
|
|
29094
29096
|
return {
|
|
29095
29097
|
emptyDesertIcon: Lr,
|