@a2simcode/ui 0.0.48 → 0.0.49

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.
@@ -587,7 +587,7 @@ const Ss = (e, t, n, o) => {
587
587
  }
588
588
  return o.options.find((a) => a.value === e)?.label;
589
589
  } else if (t)
590
- return t(e, i, o);
590
+ return t({ value: e, type: i, config: o, row: n.row });
591
591
  return e;
592
592
  }, Ad = "YYYY-MM-DD HH:mm:ss", Id = "YYYY-MM-DD";
593
593
  function Bd(e, t = Ad) {