@dcrackel/hematournamentui 1.0.690 → 1.0.691
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.
|
@@ -35861,11 +35861,11 @@ const tp = /* @__PURE__ */ ee(kz, [["render", Wz]]), ha = { portrait: "", name:
|
|
|
35861
35861
|
class: "text-right pl-4 flex"
|
|
35862
35862
|
}, c7 = {
|
|
35863
35863
|
key: 0,
|
|
35864
|
-
class: "relative flex flex-col items-center"
|
|
35864
|
+
class: "relative flex flex-col items-center flex-none"
|
|
35865
35865
|
}, u7 = ["src"], d7 = {
|
|
35866
35866
|
key: 1,
|
|
35867
|
-
class: "flex flex-col items-center -mt-3 select-none"
|
|
35868
|
-
}, g7 = { class: "text-center flex-1 mx-4 flex flex-col items-center justify-center leading-none" }, h7 = { class: "flex items-center justify-center" }, f7 = { class: "flex items-center justify-center" }, m7 = { class: "relative w-12 h-12" }, p7 = ["src"];
|
|
35867
|
+
class: "flex flex-col items-center -mt-3 select-none flex-none"
|
|
35868
|
+
}, g7 = { class: "text-center flex-1 mx-4 min-w-0 flex flex-col items-center justify-center leading-none" }, h7 = { class: "flex items-center justify-center" }, f7 = { class: "flex items-center justify-center" }, m7 = { class: "relative w-12 h-12 flex-none" }, p7 = ["src"];
|
|
35869
35869
|
function C7(t, e, n, r, o, i) {
|
|
35870
35870
|
const a = w("BaseText"), l = w("BaseButton"), A = w("BaseIcon");
|
|
35871
35871
|
return m(), I("section", Zz, [
|
|
@@ -35974,10 +35974,10 @@ function C7(t, e, n, r, o, i) {
|
|
|
35974
35974
|
])) : Q("", !0)
|
|
35975
35975
|
]),
|
|
35976
35976
|
h("section", {
|
|
35977
|
-
class: j(["relative flex md:hidden items-
|
|
35977
|
+
class: j(["relative flex md:hidden items-center border rounded-md bg-poolBox transition overflow-hidden", [n.reorderMode ? "cursor-grab ring-2 ring-dashed ring-slate-300" : ""]])
|
|
35978
35978
|
}, [
|
|
35979
35979
|
h("div", {
|
|
35980
|
-
class: "flex flex-1 items-center p-4",
|
|
35980
|
+
class: "flex flex-1 items-center p-4 min-w-0",
|
|
35981
35981
|
onClick: e[3] || (e[3] = (...c) => i.onCardClick && i.onCardClick(...c))
|
|
35982
35982
|
}, [
|
|
35983
35983
|
n.reorderMode ? Q("", !0) : (m(), I("div", c7, [
|
|
@@ -36007,14 +36007,14 @@ function C7(t, e, n, r, o, i) {
|
|
|
36007
36007
|
h("div", g7, [
|
|
36008
36008
|
h("div", h7, [
|
|
36009
36009
|
h("div", {
|
|
36010
|
-
class: j(`mr-2 bg-${n.card.fencer1.colorDot} w-3 h-3`)
|
|
36010
|
+
class: j(`mr-2 bg-${n.card.fencer1.colorDot} w-3 h-3 flex-none`)
|
|
36011
36011
|
}, null, 2),
|
|
36012
36012
|
f(a, {
|
|
36013
36013
|
text: i.c.fencer1.name,
|
|
36014
36014
|
size: "sm",
|
|
36015
36015
|
color: "quinary",
|
|
36016
36016
|
weight: "bold",
|
|
36017
|
-
class: "leading-none"
|
|
36017
|
+
class: "leading-none truncate max-w-full"
|
|
36018
36018
|
}, null, 8, ["text"])
|
|
36019
36019
|
]),
|
|
36020
36020
|
f(a, {
|
|
@@ -36024,14 +36024,14 @@ function C7(t, e, n, r, o, i) {
|
|
|
36024
36024
|
}),
|
|
36025
36025
|
h("div", f7, [
|
|
36026
36026
|
h("div", {
|
|
36027
|
-
class: j(`mr-2 bg-${n.card.fencer2.colorDot} w-3 h-3`)
|
|
36027
|
+
class: j(`mr-2 bg-${n.card.fencer2.colorDot} w-3 h-3 flex-none`)
|
|
36028
36028
|
}, null, 2),
|
|
36029
36029
|
f(a, {
|
|
36030
36030
|
text: i.c.fencer2.name,
|
|
36031
36031
|
size: "sm",
|
|
36032
36032
|
color: "quinary",
|
|
36033
36033
|
weight: "bold",
|
|
36034
|
-
class: "leading-none"
|
|
36034
|
+
class: "leading-none truncate max-w-full"
|
|
36035
36035
|
}, null, 8, ["text"])
|
|
36036
36036
|
])
|
|
36037
36037
|
]),
|
|
@@ -36049,9 +36049,9 @@ function C7(t, e, n, r, o, i) {
|
|
|
36049
36049
|
n.isAdmin && i.isScheduled && !n.reorderMode ? (m(), I("button", {
|
|
36050
36050
|
key: 0,
|
|
36051
36051
|
type: "button",
|
|
36052
|
-
class: "w-10 flex items-center justify-center
|
|
36052
|
+
class: "flex-none w-10 h-full flex items-center justify-center bg-white/60 hover:bg-white",
|
|
36053
36053
|
onClick: e[4] || (e[4] = tt((c) => t.$emit("assign", i.c.ids), ["stop"])),
|
|
36054
|
-
"aria-label": "
|
|
36054
|
+
"aria-label": "Assign director",
|
|
36055
36055
|
title: "Assign director"
|
|
36056
36056
|
}, [
|
|
36057
36057
|
f(A, {
|