mediacube-ui-v2 0.0.165 → 0.0.167

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.
@@ -10587,7 +10587,7 @@ const jm = ["for"], qm = { class: "mc-date-picker__inner" }, Um = { class: "mc-d
10587
10587
  r.setDefaultToday && P();
10588
10588
  }, q = (se) => {
10589
10589
  const [Z, H] = se;
10590
- o.value && (o.value.currentValue = Fe ? [Fe(Z).toDate(), Fe(H).toDate()] : se);
10590
+ o.value.updateInternalModelValue(Fe ? [Fe(Z).toDate(), Fe(H).toDate()] : se);
10591
10591
  }, P = () => {
10592
10592
  var Z;
10593
10593
  if (M.value) return;
@@ -11834,7 +11834,7 @@ const Sb = /* @__PURE__ */ _e({
11834
11834
  disabled: r.disabled,
11835
11835
  value: r.modelValue,
11836
11836
  name: r.name,
11837
- checked: r.value || +r.value == 0 && String(r.value) === String(r.modelValue),
11837
+ checked: String(r.value) === String(r.modelValue),
11838
11838
  tabindex: r.tabindex,
11839
11839
  class: "mc-field-radio-button__input",
11840
11840
  type: "radio"