componentes-exagono 0.2.84 → 0.2.85

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.
package/dist/index.es.js CHANGED
@@ -15573,10 +15573,10 @@ const Z0 = () => {
15573
15573
  disID: p,
15574
15574
  usrMail: v,
15575
15575
  startDate: b,
15576
- horaInicio: w,
15577
- horaFin: _
15576
+ horaInicio: w?.replace(/[a-zA-Z.]/g, "").trim(),
15577
+ horaFin: _?.replace(/[a-zA-Z.]/g, "").trim()
15578
15578
  };
15579
- return (await St.post(`${e}/api/Calendario/v1/local/ConsultaConflictoInvitados`, y)).data?.data;
15579
+ return console.log("requestBody", y), (await St.post(`${e}/api/Calendario/v1/local/ConsultaConflictoInvitados`, y)).data?.data;
15580
15580
  } catch (y) {
15581
15581
  return console.error("Error al verificar conflicto:", y), x;
15582
15582
  }
@@ -17947,7 +17947,7 @@ const qk = /* @__PURE__ */ pt(Yk), Zk = "data:image/png;base64,iVBORw0KGgoAAAANS
17947
17947
  V.map(async (Ve) => {
17948
17948
  if (Ve.isHost || !Ve.correo) return Ve;
17949
17949
  try {
17950
- const wt = await S.VerificarConflicto(c, Ve.correo, de, se + ":00", ce + ":00"), cr = Array.isArray(wt) ? wt[0] : wt;
17950
+ const wt = await S.VerificarConflicto(c, Ve.correo, de, se, ce), cr = Array.isArray(wt) ? wt[0] : wt;
17951
17951
  if (console.log("conflictResult", wt), cr) {
17952
17952
  const Mr = await S.getDisponibilidadUsuario(c, Ve.correo, de, "60");
17953
17953
  be(Mr);
@@ -17983,7 +17983,7 @@ const qk = /* @__PURE__ */ pt(Yk), Zk = "data:image/png;base64,iVBORw0KGgoAAAANS
17983
17983
  return;
17984
17984
  }
17985
17985
  try {
17986
- const Ve = await S.VerificarConflicto(c, V.correo, se, ce + ":00", Pe + ":00"), wt = Array.isArray(Ve) ? Ve[0] : Ve, cr = String(wt?.tieneConflicto).toLowerCase() === "true", Mr = {
17986
+ const Ve = await S.VerificarConflicto(c, V.correo, se, ce, Pe), wt = Array.isArray(Ve) ? Ve[0] : Ve, cr = String(wt?.tieneConflicto).toLowerCase() === "true", Mr = {
17987
17987
  ...V,
17988
17988
  estatus: "PENDIENTE",
17989
17989
  isHost: !1,