mediacube-ui-v2 0.0.144 → 0.0.145

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.
@@ -18028,12 +18028,12 @@ const Yv = ["dir"], Nv = ["for"], Hv = ["for"], zv = { class: "mc-field-text__ma
18028
18028
  switch (r.type) {
18029
18029
  case ut.Num: {
18030
18030
  let [ee] = /-?\d*[\.]?\d*/.exec(String(de)) || [];
18031
- ee = B(ee), ee = U(ee), de = ee, ne.value = ee;
18031
+ ee = B(ee), ee = U(ee), de = +ee, ne.value = ee;
18032
18032
  break;
18033
18033
  }
18034
18034
  case ut.Int: {
18035
18035
  let [ee] = /-?\d*/.exec(String(ne.value)) || [];
18036
- ee = U(ee), de = ee, ne.value = ee;
18036
+ ee = U(ee), de = +ee, ne.value = ee;
18037
18037
  break;
18038
18038
  }
18039
18039
  case ut.AmountFormat: {