@dcrackel/hematournamentui 1.0.149 → 1.0.151
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 +7 -9
- package/dist/HemaTournamentUI-lib.umd.js +1 -1
- package/package.json +1 -1
- package/src/mocks/eventpersonGetEventById.js +375 -20
- package/src/stories/Organisms/Cards/FencerCard/FencerCard.stories.js +1 -49
- package/src/stories/Templates/EventManagement/EventAttendance/EventAttendance.stories.js +3 -3
- package/src/stories/Templates/TournamentManagement/EditTournament/EditBasic/EditTournamentBasicInfo.vue +3 -5
- package/src/stories/Templates/TournamentManagement/EditTournament/EditDetails/EditTournamentDetails.vue +2 -3
|
@@ -28503,8 +28503,7 @@ const xa = /* @__PURE__ */ de(FS, [["render", VS]]), YS = {
|
|
|
28503
28503
|
tabs: [
|
|
28504
28504
|
{ id: "Basic", label: "Basic", color: "primaryHighlight" },
|
|
28505
28505
|
{ id: "Details", label: "Details", color: "primaryHighlight" },
|
|
28506
|
-
{ id: "Events", label: "Events", color: "primaryHighlight" }
|
|
28507
|
-
{ id: "Staff", label: "Staff", color: "primaryHighlight" }
|
|
28506
|
+
{ id: "Events", label: "Events", color: "primaryHighlight" }
|
|
28508
28507
|
]
|
|
28509
28508
|
};
|
|
28510
28509
|
},
|
|
@@ -28537,7 +28536,7 @@ const xa = /* @__PURE__ */ de(FS, [["render", VS]]), YS = {
|
|
|
28537
28536
|
this.tournament.startDate = n;
|
|
28538
28537
|
},
|
|
28539
28538
|
handleEditorUpdate(n) {
|
|
28540
|
-
this.tournament.
|
|
28539
|
+
this.tournament.Description = n;
|
|
28541
28540
|
},
|
|
28542
28541
|
handleSubmit() {
|
|
28543
28542
|
this.$emit("update:submit", this.localTournament);
|
|
@@ -28556,8 +28555,8 @@ function nM(n, e, t, r, i, o) {
|
|
|
28556
28555
|
I(A, {
|
|
28557
28556
|
currentTab: "Basic",
|
|
28558
28557
|
tabs: i.tabs,
|
|
28559
|
-
|
|
28560
|
-
}, null, 8, ["tabs", "
|
|
28558
|
+
onButtonClick: o.handleTabMenuClick
|
|
28559
|
+
}, null, 8, ["tabs", "onButtonClick"]),
|
|
28561
28560
|
p("div", jS, [
|
|
28562
28561
|
p("section", US, [
|
|
28563
28562
|
I(a, {
|
|
@@ -28734,8 +28733,7 @@ const YL = /* @__PURE__ */ de(YS, [["render", nM]]), rM = {
|
|
|
28734
28733
|
tabs: [
|
|
28735
28734
|
{ id: "Basic", label: "Basic", color: "primaryHighlight" },
|
|
28736
28735
|
{ id: "Details", label: "Details", color: "primaryHighlight" },
|
|
28737
|
-
{ id: "Events", label: "Events", color: "primaryHighlight" }
|
|
28738
|
-
{ id: "Staff", label: "Staff", color: "primaryHighlight" }
|
|
28736
|
+
{ id: "Events", label: "Events", color: "primaryHighlight" }
|
|
28739
28737
|
],
|
|
28740
28738
|
usingM2: !0,
|
|
28741
28739
|
selectedVisibility: "Open"
|
|
@@ -28776,8 +28774,8 @@ function CM(n, e, t, r, i, o) {
|
|
|
28776
28774
|
I(A, {
|
|
28777
28775
|
currentTab: "Details",
|
|
28778
28776
|
tabs: i.tabs,
|
|
28779
|
-
|
|
28780
|
-
}, null, 8, ["tabs", "
|
|
28777
|
+
onButtonClick: o.handleTabMenuClick
|
|
28778
|
+
}, null, 8, ["tabs", "onButtonClick"]),
|
|
28781
28779
|
p("div", iM, [
|
|
28782
28780
|
p("section", oM, [
|
|
28783
28781
|
I(a, {
|