@dcrackel/hematournamentui 1.0.193 → 1.0.195
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 -7
- package/dist/HemaTournamentUI-lib.umd.js +1 -1
- package/package.json +1 -1
- package/src/stories/Molecules/ScoreBoardSections/FencerName/FencerName.vue +1 -1
- package/src/stories/Organisms/ScoreBoardParts/ScoreBar/ScoreBar.vue +1 -1
- package/src/stories/Templates/CompetitionDisplays/BoardSelection/BoardSelection.vue +5 -5
|
@@ -28560,7 +28560,8 @@ function GS(n, e, t, r, i, o) {
|
|
|
28560
28560
|
text: o.formattedName,
|
|
28561
28561
|
color: "neutral",
|
|
28562
28562
|
size: "7xl",
|
|
28563
|
-
weight: "bold"
|
|
28563
|
+
weight: "bold",
|
|
28564
|
+
class: "whitespace-nowrap overflow-hidden"
|
|
28564
28565
|
}, null, 8, ["text"]),
|
|
28565
28566
|
p(s, {
|
|
28566
28567
|
text: t.club,
|
|
@@ -28799,7 +28800,7 @@ function CM(n, e, t, r, i, o) {
|
|
|
28799
28800
|
}, null, 8, ["initialTime", "timerStatus", "ringName", "directorName"])),
|
|
28800
28801
|
t.bout.MaxPasses ? (I(), ue(A, {
|
|
28801
28802
|
key: 1,
|
|
28802
|
-
currentPass: t.bout.CurrentPass,
|
|
28803
|
+
currentPass: t.bout.CurrentPass || 1,
|
|
28803
28804
|
totalPasses: t.bout.MaxPasses,
|
|
28804
28805
|
ringName: t.bout.Pool.RingName,
|
|
28805
28806
|
directorName: t.bout.RefName
|
|
@@ -36206,9 +36207,8 @@ const LH = /* @__PURE__ */ ae(oH, [["render", aH]]), AH = {
|
|
|
36206
36207
|
return {
|
|
36207
36208
|
backgroundImage: ip,
|
|
36208
36209
|
selectedBoard: "",
|
|
36209
|
-
|
|
36210
|
-
|
|
36211
|
-
selectedRing: { text: "", link: "" }
|
|
36210
|
+
selectedClub: { text: "Select Club From List", link: "" },
|
|
36211
|
+
selectedRing: { text: "Select Ring After Club is Selected", link: "" }
|
|
36212
36212
|
};
|
|
36213
36213
|
},
|
|
36214
36214
|
computed: {
|
|
@@ -36277,7 +36277,7 @@ function CH(n, e, t, r, i, o) {
|
|
|
36277
36277
|
class: "w-40"
|
|
36278
36278
|
}),
|
|
36279
36279
|
p(A, {
|
|
36280
|
-
label: "",
|
|
36280
|
+
label: " ",
|
|
36281
36281
|
items: t.clubs,
|
|
36282
36282
|
"selected-item": i.selectedClub,
|
|
36283
36283
|
"onUpdate:selectedItem": [
|
|
@@ -36298,7 +36298,7 @@ function CH(n, e, t, r, i, o) {
|
|
|
36298
36298
|
class: "w-40"
|
|
36299
36299
|
}),
|
|
36300
36300
|
p(A, {
|
|
36301
|
-
label: "",
|
|
36301
|
+
label: " ",
|
|
36302
36302
|
items: t.scoreboards,
|
|
36303
36303
|
"selected-item": i.selectedRing,
|
|
36304
36304
|
"onUpdate:selectedItem": [
|