@dcrackel/hematournamentui 1.0.552 → 1.0.553
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 +14 -6
- package/dist/HemaTournamentUI-lib.umd.js +20 -20
- package/package.json +1 -1
- package/src/stories/Organisms/Cards/FencerCard/FencerCard.vue +2 -2
- package/src/stories/Templates/ClubManagement/ClubManagement.vue +5 -1
- package/src/stories/Templates/PersonManagement/PersonManagement.vue +5 -1
- package/tailwind.config.js +2 -0
|
@@ -31814,8 +31814,8 @@ const Kp = /* @__PURE__ */ se(v4, [["render", b4]]), x4 = {
|
|
|
31814
31814
|
},
|
|
31815
31815
|
buttons() {
|
|
31816
31816
|
return [
|
|
31817
|
-
{ id: "Absent", label: "Absent", defaultBgColor: "bg-natural", selectedBgColor: "bg-
|
|
31818
|
-
{ id: "Present", label: "Present", defaultBgColor: "bg-natural", selectedBgColor: "bg-
|
|
31817
|
+
{ id: "Absent", label: "Absent", defaultBgColor: "bg-natural", selectedBgColor: "bg-eventBoxBlueTwo" },
|
|
31818
|
+
{ id: "Present", label: "Present", defaultBgColor: "bg-natural", selectedBgColor: "bg-eventBoxGreenTwo" }
|
|
31819
31819
|
];
|
|
31820
31820
|
},
|
|
31821
31821
|
HEMARating() {
|
|
@@ -39651,6 +39651,10 @@ const Gq = /* @__PURE__ */ se(qq, [["render", Uq]]), Jq = {
|
|
|
39651
39651
|
loading: {
|
|
39652
39652
|
type: Boolean,
|
|
39653
39653
|
default: !1
|
|
39654
|
+
},
|
|
39655
|
+
saveButtonLabel: {
|
|
39656
|
+
type: String,
|
|
39657
|
+
default: "Save"
|
|
39654
39658
|
}
|
|
39655
39659
|
},
|
|
39656
39660
|
data() {
|
|
@@ -39930,11 +39934,11 @@ function cY(t, e, n, r, o, i) {
|
|
|
39930
39934
|
h(f, {
|
|
39931
39935
|
class: "w-full",
|
|
39932
39936
|
color: "neutral",
|
|
39933
|
-
label:
|
|
39937
|
+
label: n.saveButtonLabel,
|
|
39934
39938
|
size: "sm",
|
|
39935
39939
|
type: "secondary",
|
|
39936
39940
|
onButtonClick: i.handleSubmit
|
|
39937
|
-
}, null, 8, ["onButtonClick"])
|
|
39941
|
+
}, null, 8, ["label", "onButtonClick"])
|
|
39938
39942
|
])
|
|
39939
39943
|
])
|
|
39940
39944
|
]))
|
|
@@ -40116,6 +40120,10 @@ const kY = /* @__PURE__ */ se(yY, [["render", SY]]), MY = {
|
|
|
40116
40120
|
loading: {
|
|
40117
40121
|
type: Boolean,
|
|
40118
40122
|
default: !1
|
|
40123
|
+
},
|
|
40124
|
+
saveButtonLabel: {
|
|
40125
|
+
type: String,
|
|
40126
|
+
default: "Save"
|
|
40119
40127
|
}
|
|
40120
40128
|
},
|
|
40121
40129
|
data() {
|
|
@@ -40284,11 +40292,11 @@ function jY(t, e, n, r, o, i) {
|
|
|
40284
40292
|
h(f, {
|
|
40285
40293
|
class: "w-full",
|
|
40286
40294
|
color: "neutral",
|
|
40287
|
-
label:
|
|
40295
|
+
label: n.saveButtonLabel,
|
|
40288
40296
|
size: "sm",
|
|
40289
40297
|
type: "secondary",
|
|
40290
40298
|
onButtonClick: i.handleSubmit
|
|
40291
|
-
}, null, 8, ["onButtonClick"])
|
|
40299
|
+
}, null, 8, ["label", "onButtonClick"])
|
|
40292
40300
|
])
|
|
40293
40301
|
])
|
|
40294
40302
|
]))
|