@dcrackel/hematournamentui 1.0.615 → 1.0.617
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 +21 -8
- package/dist/HemaTournamentUI-lib.umd.js +3 -3
- package/package.json +14 -14
- package/src/stories/Organisms/Wizards/EditEventWizard/BasicEventInfo/BasicEventInfo.vue +10 -2
- package/src/stories/Templates/EventManagement/EditEventInfo/EditEventInfo.vue +10 -4
- package/src/stories/Templates/TournamentManagement/TournamentManagement.vue +5 -0
- package/src/stories/Templates/TournamentManagement/TournamentPageOne/TournamentPageOne.vue +6 -0
|
@@ -9515,9 +9515,10 @@ function ZE(n, e, t, r, o, i) {
|
|
|
9515
9515
|
h(c, {
|
|
9516
9516
|
invalid: t.validation.StartTime,
|
|
9517
9517
|
setDate: t.eventConfig.StartTime,
|
|
9518
|
+
userLevel: t.userLevel,
|
|
9518
9519
|
pickerMode: "time",
|
|
9519
9520
|
"onUpdate:selectedDate": i.handleTimeUpdate
|
|
9520
|
-
}, null, 8, ["invalid", "setDate", "onUpdate:selectedDate"])
|
|
9521
|
+
}, null, 8, ["invalid", "setDate", "userLevel", "onUpdate:selectedDate"])
|
|
9521
9522
|
]),
|
|
9522
9523
|
m("div", JE, [
|
|
9523
9524
|
h(A, {
|
|
@@ -30496,6 +30497,10 @@ const NO = /* @__PURE__ */ oe(SO, [["render", zO]]), FO = {
|
|
|
30496
30497
|
isNewTournament: {
|
|
30497
30498
|
type: Boolean,
|
|
30498
30499
|
default: !0
|
|
30500
|
+
},
|
|
30501
|
+
userLevel: {
|
|
30502
|
+
type: String,
|
|
30503
|
+
default: "Club"
|
|
30499
30504
|
}
|
|
30500
30505
|
},
|
|
30501
30506
|
components: {
|
|
@@ -30639,8 +30644,9 @@ function VO(n, e, t, r, o, i) {
|
|
|
30639
30644
|
h(u, {
|
|
30640
30645
|
invalid: t.validation.StartDate.invalid,
|
|
30641
30646
|
setDate: i.startDate,
|
|
30647
|
+
userLevel: t.userLevel,
|
|
30642
30648
|
"onUpdate:selectedDate": e[1] || (e[1] = (C) => i.emitUpdate("StartDate", C))
|
|
30643
|
-
}, null, 8, ["invalid", "setDate"])
|
|
30649
|
+
}, null, 8, ["invalid", "setDate", "userLevel"])
|
|
30644
30650
|
]),
|
|
30645
30651
|
m("div", null, [
|
|
30646
30652
|
h(l, {
|
|
@@ -30666,8 +30672,9 @@ function VO(n, e, t, r, o, i) {
|
|
|
30666
30672
|
h(u, {
|
|
30667
30673
|
invalid: t.validation.RegistrationCutOff.invalid,
|
|
30668
30674
|
setDate: i.registrationCutOff,
|
|
30675
|
+
userLevel: t.userLevel,
|
|
30669
30676
|
"onUpdate:selectedDate": e[3] || (e[3] = (C) => i.emitUpdate("RegistrationCutOff", C))
|
|
30670
|
-
}, null, 8, ["invalid", "setDate"])
|
|
30677
|
+
}, null, 8, ["invalid", "setDate", "userLevel"])
|
|
30671
30678
|
]),
|
|
30672
30679
|
m("div", JO, [
|
|
30673
30680
|
h(a, {
|
|
@@ -31110,6 +31117,10 @@ const QT = (n, e) => {
|
|
|
31110
31117
|
showTab: {
|
|
31111
31118
|
type: String,
|
|
31112
31119
|
default: "Basic"
|
|
31120
|
+
},
|
|
31121
|
+
userLevel: {
|
|
31122
|
+
type: String,
|
|
31123
|
+
default: "Club"
|
|
31113
31124
|
}
|
|
31114
31125
|
},
|
|
31115
31126
|
data() {
|
|
@@ -31223,11 +31234,12 @@ function xT(n, e, t, r, o, i) {
|
|
|
31223
31234
|
uploadImageName: t.uploadImageName,
|
|
31224
31235
|
uploadServer: t.uploadServer,
|
|
31225
31236
|
isNewTournament: o.isNewTournament,
|
|
31237
|
+
userLevel: t.userLevel,
|
|
31226
31238
|
"onAdd:newAddress": i.handleAddNewAddress,
|
|
31227
31239
|
"onUpdate:address": i.handleAddressUpdate,
|
|
31228
31240
|
"onUpdate:image": i.handleNewImageUrl,
|
|
31229
31241
|
"onUpdate:tournament": i.updateTournament
|
|
31230
|
-
}, null, 8, ["tournament", "locations", "persons", "validation", "imageServer", "uploadImageName", "uploadServer", "isNewTournament", "onAdd:newAddress", "onUpdate:address", "onUpdate:image", "onUpdate:tournament"])) : Q("", !0),
|
|
31242
|
+
}, null, 8, ["tournament", "locations", "persons", "validation", "imageServer", "uploadImageName", "uploadServer", "isNewTournament", "userLevel", "onAdd:newAddress", "onUpdate:address", "onUpdate:image", "onUpdate:tournament"])) : Q("", !0),
|
|
31231
31243
|
o.currentTab === "Hosting" ? (f(), $(l, {
|
|
31232
31244
|
key: 1,
|
|
31233
31245
|
tournament: o.localTournament,
|
|
@@ -38766,9 +38778,9 @@ const bj = /* @__PURE__ */ oe(aH, [["render", uH]]), dH = {
|
|
|
38766
38778
|
type: Array,
|
|
38767
38779
|
required: !0
|
|
38768
38780
|
},
|
|
38769
|
-
|
|
38781
|
+
userLevel: {
|
|
38770
38782
|
type: String,
|
|
38771
|
-
default: "
|
|
38783
|
+
default: "Club"
|
|
38772
38784
|
}
|
|
38773
38785
|
},
|
|
38774
38786
|
data() {
|
|
@@ -38806,7 +38818,7 @@ function hH(n, e, t, r, o, i) {
|
|
|
38806
38818
|
return f(), I("section", null, [
|
|
38807
38819
|
h(a, {
|
|
38808
38820
|
currentTab: "Edit",
|
|
38809
|
-
tabs: o.tabs(t.
|
|
38821
|
+
tabs: o.tabs(t.userLevel, i.isMobile),
|
|
38810
38822
|
onTabMenuClick: i.handleTabMenuClick
|
|
38811
38823
|
}, null, 8, ["tabs", "onTabMenuClick"]),
|
|
38812
38824
|
m("div", gH, [
|
|
@@ -38814,8 +38826,9 @@ function hH(n, e, t, r, o, i) {
|
|
|
38814
38826
|
event: t.event,
|
|
38815
38827
|
rules: t.rules,
|
|
38816
38828
|
weapons: t.weapons,
|
|
38829
|
+
userLevel: t.userLevel,
|
|
38817
38830
|
"onUpdate:submit": i.handleSubmit
|
|
38818
|
-
}, null, 8, ["event", "rules", "weapons", "onUpdate:submit"])
|
|
38831
|
+
}, null, 8, ["event", "rules", "weapons", "userLevel", "onUpdate:submit"])
|
|
38819
38832
|
])
|
|
38820
38833
|
]);
|
|
38821
38834
|
}
|