@dcrackel/hematournamentui 1.0.250 → 1.0.251
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.
|
@@ -35975,23 +35975,15 @@ const OY = /* @__PURE__ */ re(YL, [["render", qL]]), zL = {
|
|
|
35975
35975
|
}
|
|
35976
35976
|
}, UL = { class: "w-full flex flex-row justify-center mt-3" };
|
|
35977
35977
|
function jL(n, e, t, r, i, o) {
|
|
35978
|
-
const A = x("EditEventsTopMenu"), s = x("
|
|
35978
|
+
const A = x("EditEventsTopMenu"), s = x("EditEventWizard");
|
|
35979
35979
|
return I(), B("section", null, [
|
|
35980
35980
|
p(A, {
|
|
35981
35981
|
currentTab: "Edit",
|
|
35982
35982
|
tabs: i.tabs,
|
|
35983
35983
|
onTabMenuClick: o.handleTabMenuClick
|
|
35984
35984
|
}, null, 8, ["tabs", "onTabMenuClick"]),
|
|
35985
|
-
p(s, {
|
|
35986
|
-
currentSelection: i.viewName,
|
|
35987
|
-
"onUpdate:selection": o.handleStaffView,
|
|
35988
|
-
firstButtonLabel: "Staff List",
|
|
35989
|
-
secondButtonLabel: "Staff Assignments",
|
|
35990
|
-
connectedToServer: !1,
|
|
35991
|
-
showConnected: !1
|
|
35992
|
-
}, null, 8, ["currentSelection", "onUpdate:selection"]),
|
|
35993
35985
|
h("div", UL, [
|
|
35994
|
-
p(
|
|
35986
|
+
p(s, {
|
|
35995
35987
|
event: t.event,
|
|
35996
35988
|
rules: t.rules,
|
|
35997
35989
|
weapons: t.weapons
|