@dcrackel/hematournamentui 1.0.552 → 1.0.554

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.
@@ -29137,7 +29137,8 @@ const dM = /* @__PURE__ */ se(aM, [["render", uM]]), gM = {
29137
29137
  },
29138
29138
  ringName: {
29139
29139
  type: String,
29140
- required: !0
29140
+ required: !0,
29141
+ default: ""
29141
29142
  },
29142
29143
  directorName: {
29143
29144
  type: String,
@@ -31814,8 +31815,8 @@ const Kp = /* @__PURE__ */ se(v4, [["render", b4]]), x4 = {
31814
31815
  },
31815
31816
  buttons() {
31816
31817
  return [
31817
- { id: "Absent", label: "Absent", defaultBgColor: "bg-natural", selectedBgColor: "bg-eventBoxBlue" },
31818
- { id: "Present", label: "Present", defaultBgColor: "bg-natural", selectedBgColor: "bg-eventBoxGreen" }
31818
+ { id: "Absent", label: "Absent", defaultBgColor: "bg-natural", selectedBgColor: "bg-eventBoxBlueTwo" },
31819
+ { id: "Present", label: "Present", defaultBgColor: "bg-natural", selectedBgColor: "bg-eventBoxGreenTwo" }
31819
31820
  ];
31820
31821
  },
31821
31822
  HEMARating() {
@@ -34448,7 +34449,7 @@ const sz = /* @__PURE__ */ se(V7, [["render", iz]]), Az = {
34448
34449
  clearInterval(this.timerInterval), this.running = !1, this.emitTimeStateChange();
34449
34450
  },
34450
34451
  emitTimeStateChange() {
34451
- this.$emit("update:timeChange", { time: this.time, running: !this.running });
34452
+ this.$emit("update:timeChange", { time: this.time, running: this.running });
34452
34453
  },
34453
34454
  emitTimeChange() {
34454
34455
  this.$emit("update:time", this.time);
@@ -39651,6 +39652,10 @@ const Gq = /* @__PURE__ */ se(qq, [["render", Uq]]), Jq = {
39651
39652
  loading: {
39652
39653
  type: Boolean,
39653
39654
  default: !1
39655
+ },
39656
+ saveButtonLabel: {
39657
+ type: String,
39658
+ default: "Save"
39654
39659
  }
39655
39660
  },
39656
39661
  data() {
@@ -39930,11 +39935,11 @@ function cY(t, e, n, r, o, i) {
39930
39935
  h(f, {
39931
39936
  class: "w-full",
39932
39937
  color: "neutral",
39933
- label: "Save",
39938
+ label: n.saveButtonLabel,
39934
39939
  size: "sm",
39935
39940
  type: "secondary",
39936
39941
  onButtonClick: i.handleSubmit
39937
- }, null, 8, ["onButtonClick"])
39942
+ }, null, 8, ["label", "onButtonClick"])
39938
39943
  ])
39939
39944
  ])
39940
39945
  ]))
@@ -40116,6 +40121,10 @@ const kY = /* @__PURE__ */ se(yY, [["render", SY]]), MY = {
40116
40121
  loading: {
40117
40122
  type: Boolean,
40118
40123
  default: !1
40124
+ },
40125
+ saveButtonLabel: {
40126
+ type: String,
40127
+ default: "Save"
40119
40128
  }
40120
40129
  },
40121
40130
  data() {
@@ -40284,11 +40293,11 @@ function jY(t, e, n, r, o, i) {
40284
40293
  h(f, {
40285
40294
  class: "w-full",
40286
40295
  color: "neutral",
40287
- label: "Save",
40296
+ label: n.saveButtonLabel,
40288
40297
  size: "sm",
40289
40298
  type: "secondary",
40290
40299
  onButtonClick: i.handleSubmit
40291
- }, null, 8, ["onButtonClick"])
40300
+ }, null, 8, ["label", "onButtonClick"])
40292
40301
  ])
40293
40302
  ])
40294
40303
  ]))