@dcrackel/hematournamentui 1.0.95 → 1.0.96
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/HemaTouranmentUI-lib.es.js +9 -9
- package/dist/HemaTouranmentUI-lib.umd.js +1 -1
- package/package.json +1 -1
- package/src/stories/Organisms/Headers/PoolSummary/PoolSummary.vue +6 -6
- package/src/stories/Templates/EventManagement/PoolManagement/PoolManagement.stories.js +7 -6
- package/src/stories/Templates/EventManagement/PoolManagement/PoolManagement.vue +1 -1
|
@@ -29517,13 +29517,13 @@ const TD = /* @__PURE__ */ ke(XT, [["render", sR]]), lR = {
|
|
|
29517
29517
|
}, AR = { class: "bg-poolSetup px-4 rounded-xl flex justify-between items-center shadow border border-dropdownSelect" }, cR = { class: "flex flex-col w-1/3 mt-2" }, uR = /* @__PURE__ */ k("span", { class: "h-8" }, null, -1), dR = {
|
|
29518
29518
|
key: 0,
|
|
29519
29519
|
class: "flex rounded-xl border border-dropdownSelect mt-2 px-4 pt-2 pb-4 bg-neutral w-1/3 shadow"
|
|
29520
|
-
}, gR = { class: "mt-1 w-10
|
|
29520
|
+
}, gR = { class: "mt-1 w-10 mr-3" }, fR = { class: "w-full" }, pR = {
|
|
29521
29521
|
key: 1,
|
|
29522
29522
|
class: "flex rounded-xl border border-dropdownSelect mt-2 px-4 pt-2 pb-4 bg-neutral w-1/3 shadow"
|
|
29523
|
-
}, hR = { class: "mt-1 w-10
|
|
29523
|
+
}, hR = { class: "mt-1 w-10 mr-3" }, mR = { class: "w-full" }, CR = {
|
|
29524
29524
|
key: 2,
|
|
29525
29525
|
class: "flex rounded-xl border border-dropdownSelect mt-2 px-4 pt-2 pb-4 bg-neutral w-1/3 shadow"
|
|
29526
|
-
}, ER = { class: "mt-1 w-10
|
|
29526
|
+
}, ER = { class: "mt-1 w-10 mr-3" }, IR = { class: "w-full" }, BR = { class: "flex flex-row w-1/3 justify-end" };
|
|
29527
29527
|
function QR(n, e, t, r, i, o) {
|
|
29528
29528
|
const a = $("BaseText"), s = $("BaseIcon"), l = $("CounterBox");
|
|
29529
29529
|
return Q(), x("div", AR, [
|
|
@@ -29546,9 +29546,9 @@ function QR(n, e, t, r, i, o) {
|
|
|
29546
29546
|
t.mode === "planning" ? (Q(), x("section", dR, [
|
|
29547
29547
|
k("div", gR, [
|
|
29548
29548
|
M(s, {
|
|
29549
|
-
"icon-name": "fa-
|
|
29549
|
+
"icon-name": "fa-lightbulb-on",
|
|
29550
29550
|
size: "3xl",
|
|
29551
|
-
color: "
|
|
29551
|
+
color: "quaternary",
|
|
29552
29552
|
class: ""
|
|
29553
29553
|
})
|
|
29554
29554
|
]),
|
|
@@ -29570,9 +29570,9 @@ function QR(n, e, t, r, i, o) {
|
|
|
29570
29570
|
t.mode === "preparation" ? (Q(), x("section", pR, [
|
|
29571
29571
|
k("div", hR, [
|
|
29572
29572
|
M(s, {
|
|
29573
|
-
"icon-name": "fa-
|
|
29573
|
+
"icon-name": "fa-ballot-check",
|
|
29574
29574
|
size: "3xl",
|
|
29575
|
-
color: "
|
|
29575
|
+
color: "quaternary",
|
|
29576
29576
|
class: ""
|
|
29577
29577
|
})
|
|
29578
29578
|
]),
|
|
@@ -29596,7 +29596,7 @@ function QR(n, e, t, r, i, o) {
|
|
|
29596
29596
|
M(s, {
|
|
29597
29597
|
"icon-name": "fa-play",
|
|
29598
29598
|
size: "3xl",
|
|
29599
|
-
color: "
|
|
29599
|
+
color: "quaternary",
|
|
29600
29600
|
class: ""
|
|
29601
29601
|
})
|
|
29602
29602
|
]),
|
|
@@ -29869,7 +29869,7 @@ const zR = /* @__PURE__ */ ke(DR, [["render", JR]]), KR = {
|
|
|
29869
29869
|
mode: {
|
|
29870
29870
|
type: String,
|
|
29871
29871
|
required: !0,
|
|
29872
|
-
validator: (n) => ["
|
|
29872
|
+
validator: (n) => ["planning", "preparation", "live", "results", "de", "completed"].includes(n)
|
|
29873
29873
|
},
|
|
29874
29874
|
staff: {
|
|
29875
29875
|
type: Array,
|