jclib-ui 1.0.138 → 1.0.140

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.
@@ -7569,7 +7569,6 @@ const cache = {
7569
7569
  if (value && value.create_at) {
7570
7570
  const vtempo = vhoje - new Date(value.create_at);
7571
7571
  if (vtempo >= LIMITE_DAYS) {
7572
- console.log(value.create_at);
7573
7572
  await localforage.removeItem(item);
7574
7573
  }
7575
7574
  }
@@ -18693,6 +18692,7 @@ const InputValor = ({
18693
18692
  return /* @__PURE__ */ jsxRuntimeExports.jsx(
18694
18693
  NumberFormat,
18695
18694
  {
18695
+ name,
18696
18696
  thousandSeparator: ".",
18697
18697
  decimalSeparator: ",",
18698
18698
  decimalScale: 2,
@@ -18724,6 +18724,7 @@ const InputQuant = ({
18724
18724
  return /* @__PURE__ */ jsxRuntimeExports.jsx(
18725
18725
  NumberFormat,
18726
18726
  {
18727
+ name,
18727
18728
  thousandSeparator: ".",
18728
18729
  decimalSeparator: ",",
18729
18730
  fixedDecimalScale: true,