@dcrackel/hematournamentui 1.0.691 → 1.0.693
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 +29 -29
- package/dist/HemaTournamentUI-lib.umd.js +1 -1
- package/package.json +1 -1
- package/src/stories/Molecules/Modals/AssignDirectorModal/AssignDirectorModal.vue +1 -1
- package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardInactive/BoutCardInactive.vue +0 -1
- package/src/stories/Organisms/Cards/DirectorAssignmentCard/DirectorAssignmentCard.vue +31 -26
|
@@ -40516,10 +40516,7 @@ const mY = /* @__PURE__ */ ee(aY, [["render", fY]]), pY = {
|
|
|
40516
40516
|
components: { BaseText: Be, BaseIcon: je },
|
|
40517
40517
|
emits: ["select"],
|
|
40518
40518
|
props: {
|
|
40519
|
-
director: {
|
|
40520
|
-
type: Object,
|
|
40521
|
-
required: !0
|
|
40522
|
-
}
|
|
40519
|
+
director: { type: Object, required: !0 }
|
|
40523
40520
|
},
|
|
40524
40521
|
computed: {
|
|
40525
40522
|
portraitURL() {
|
|
@@ -40536,10 +40533,10 @@ const mY = /* @__PURE__ */ ee(aY, [["render", fY]]), pY = {
|
|
|
40536
40533
|
this.$emit("select", this.director);
|
|
40537
40534
|
}
|
|
40538
40535
|
}
|
|
40539
|
-
}, CY = { class: "flex mr-3" }, IY = {
|
|
40536
|
+
}, CY = { class: "flex mr-3 flex-none" }, IY = {
|
|
40540
40537
|
key: 0,
|
|
40541
40538
|
class: "w-10 h-10 rounded-xl bg-dropdownSelect flex items-center justify-center"
|
|
40542
|
-
}, BY = ["src"], EY = { class: "flex flex-col flex-1 text-left" }, QY = { class: "flex
|
|
40539
|
+
}, BY = ["src"], EY = { class: "flex flex-col flex-1 text-left min-w-0" }, QY = { class: "flex-none ml-3" };
|
|
40543
40540
|
function vY(t, e, n, r, o, i) {
|
|
40544
40541
|
const a = w("BaseIcon"), l = w("BaseText");
|
|
40545
40542
|
return m(), I("button", {
|
|
@@ -40566,30 +40563,33 @@ function vY(t, e, n, r, o, i) {
|
|
|
40566
40563
|
text: n.director.DisplayName,
|
|
40567
40564
|
size: "sm",
|
|
40568
40565
|
color: "quaternary",
|
|
40569
|
-
weight: "bold"
|
|
40566
|
+
weight: "bold",
|
|
40567
|
+
class: "truncate"
|
|
40570
40568
|
}, null, 8, ["text"]),
|
|
40571
|
-
|
|
40572
|
-
|
|
40573
|
-
|
|
40574
|
-
|
|
40575
|
-
|
|
40576
|
-
|
|
40577
|
-
|
|
40578
|
-
|
|
40579
|
-
|
|
40580
|
-
|
|
40581
|
-
|
|
40582
|
-
|
|
40583
|
-
|
|
40584
|
-
|
|
40585
|
-
|
|
40569
|
+
i.ringName ? (m(), G(l, {
|
|
40570
|
+
key: 0,
|
|
40571
|
+
text: i.ringName,
|
|
40572
|
+
size: "xs",
|
|
40573
|
+
color: "primaryHighlight",
|
|
40574
|
+
weight: "bold",
|
|
40575
|
+
class: "truncate"
|
|
40576
|
+
}, null, 8, ["text"])) : (m(), G(l, {
|
|
40577
|
+
key: 1,
|
|
40578
|
+
text: "No ring",
|
|
40579
|
+
size: "xs",
|
|
40580
|
+
color: "quinary",
|
|
40581
|
+
weight: "normal",
|
|
40582
|
+
class: "truncate"
|
|
40583
|
+
}))
|
|
40586
40584
|
]),
|
|
40587
|
-
|
|
40588
|
-
|
|
40589
|
-
|
|
40590
|
-
|
|
40591
|
-
|
|
40592
|
-
|
|
40585
|
+
h("div", QY, [
|
|
40586
|
+
f(a, {
|
|
40587
|
+
"icon-name": "fa-chevron-right",
|
|
40588
|
+
size: "sm",
|
|
40589
|
+
color: "quinary",
|
|
40590
|
+
hover: "primary"
|
|
40591
|
+
})
|
|
40592
|
+
])
|
|
40593
40593
|
]);
|
|
40594
40594
|
}
|
|
40595
40595
|
const wY = /* @__PURE__ */ ee(pY, [["render", vY]]), yY = {
|
|
@@ -40625,7 +40625,7 @@ const wY = /* @__PURE__ */ ee(pY, [["render", vY]]), yY = {
|
|
|
40625
40625
|
this.$emit("assign", { bout: this.bout, director: t }), this.close();
|
|
40626
40626
|
}
|
|
40627
40627
|
}
|
|
40628
|
-
}, bY = { class: "w-full px-2" }, xY = { class: "flex items-start justify-between" }, DY = { class: "flex-1 pr-2 mt-1.5" }, kY = { class: "px-2 space-y-2 max-h-[70vh] overflow-y-auto" }, SY = {
|
|
40628
|
+
}, bY = { class: "w-full px-2" }, xY = { class: "flex items-start justify-between" }, DY = { class: "flex-1 pr-2 mt-1.5" }, kY = { class: "px-2 space-y-2 max-h-[70vh] overflow-y-auto pb-4" }, SY = {
|
|
40629
40629
|
key: 0,
|
|
40630
40630
|
class: "px-4 py-8 text-center"
|
|
40631
40631
|
};
|