@dcrackel/hematournamentui 1.0.649 → 1.0.651
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.
|
@@ -39366,6 +39366,20 @@ const Sj = /* @__PURE__ */ oe(kH, [["render", TH]]), RH = {
|
|
|
39366
39366
|
}
|
|
39367
39367
|
];
|
|
39368
39368
|
},
|
|
39369
|
+
flightBoardList() {
|
|
39370
|
+
return [
|
|
39371
|
+
{ text: "FlightBoard 1", link: "FlightBoard 1" },
|
|
39372
|
+
{ text: "FlightBoard 2", link: "FlightBoard 2" },
|
|
39373
|
+
{ text: "FlightBoard 3", link: "FlightBoard 3" },
|
|
39374
|
+
{ text: "FlightBoard 4", link: "FlightBoard 4" },
|
|
39375
|
+
{ text: "FlightBoard 5", link: "FlightBoard 5" },
|
|
39376
|
+
{ text: "FlightBoard 6", link: "FlightBoard 6" },
|
|
39377
|
+
{ text: "FlightBoard 7", link: "FlightBoard 7" },
|
|
39378
|
+
{ text: "FlightBoard 8", link: "FlightBoard 8" },
|
|
39379
|
+
{ text: "FlightBoard 9", link: "FlightBoard 9" },
|
|
39380
|
+
{ text: "FlightBoard 10", link: "FlightBoard 10" }
|
|
39381
|
+
];
|
|
39382
|
+
},
|
|
39369
39383
|
ringList() {
|
|
39370
39384
|
return [
|
|
39371
39385
|
{ text: "Ring 1", link: "Ring 1" },
|
|
@@ -39490,19 +39504,19 @@ function ZH(t, e, n, r, o, i) {
|
|
|
39490
39504
|
m("div", LH, [
|
|
39491
39505
|
n.userRole !== "Director" ? (f(), I("div", HH, [
|
|
39492
39506
|
g(A, {
|
|
39493
|
-
text: "Ring: ",
|
|
39507
|
+
text: o.editableKiosk.Type === "ScoreBoard" ? "Ring" : "Name",
|
|
39494
39508
|
size: "md",
|
|
39495
39509
|
color: "quinary",
|
|
39496
39510
|
class: "mt-1.5 text-center px-4"
|
|
39497
|
-
}),
|
|
39511
|
+
}, null, 8, ["text"]),
|
|
39498
39512
|
g(l, {
|
|
39499
|
-
label: "Ring Name",
|
|
39500
|
-
items: i.ringList,
|
|
39513
|
+
label: o.editableKiosk.Type === "ScoreBoard" ? "Ring Name" : "FlightBoard Name",
|
|
39514
|
+
items: o.editableKiosk.Type === "ScoreBoard" ? i.ringList : i.flightBoardList,
|
|
39501
39515
|
selectedItem: o.localSelectedRing,
|
|
39502
39516
|
alignEnd: !1,
|
|
39503
39517
|
width: "w-40",
|
|
39504
39518
|
"onUpdate:selectedItem": i.handleRingChange
|
|
39505
|
-
}, null, 8, ["items", "selectedItem", "onUpdate:selectedItem"])
|
|
39519
|
+
}, null, 8, ["label", "items", "selectedItem", "onUpdate:selectedItem"])
|
|
39506
39520
|
])) : (f(), I("div", qH, [
|
|
39507
39521
|
g(A, {
|
|
39508
39522
|
text: o.localSelectedRing.text,
|