biblio-react 3.0.0-alpha1 → 3.0.0-alpha2

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.js CHANGED
@@ -15101,7 +15101,7 @@ const kd = Fr(), ya = /* @__PURE__ */ o(({ children: e }) => {
15101
15101
  ...i
15102
15102
  };
15103
15103
  return !l && (t === "N" || t === "D" ? /* @__PURE__ */ f(Tf, { ...s }) : t === "F" ? /* @__PURE__ */ f(ds, { ...s }) : t === "Z" ? /* @__PURE__ */ f(ds, { ...s, showTime: !0 }) : /* @__PURE__ */ f(yn, { ...s }));
15104
- }, "TextField"), Xw = /* @__PURE__ */ o((e, t, r) => (n) => /* @__PURE__ */ f(
15104
+ }, "TextField"), Zw = /* @__PURE__ */ o((e, t, r) => (n) => /* @__PURE__ */ f(
15105
15105
  Cf,
15106
15106
  {
15107
15107
  reference: r,
@@ -15186,7 +15186,7 @@ const kd = Fr(), ya = /* @__PURE__ */ o(({ children: e }) => {
15186
15186
  },
15187
15187
  [t, r]
15188
15188
  );
15189
- }, "useDeleteRow"), Zw = /* @__PURE__ */ o((e) => {
15189
+ }, "useDeleteRow"), Jw = /* @__PURE__ */ o((e) => {
15190
15190
  const { [e.source]: t } = e.useFormulario(), r = { ...e, enviarTodo: !!(t != null && t.enviarTodo) }, n = Vd(r), i = Bd(r), l = zd(r);
15191
15191
  return {
15192
15192
  addRow: n,
@@ -15552,7 +15552,7 @@ const kd = Fr(), ya = /* @__PURE__ */ o(({ children: e }) => {
15552
15552
  }
15553
15553
  )
15554
15554
  ] });
15555
- }, "EtrDeleteButton"), p0 = yi({}, va.esES), Jw = /* @__PURE__ */ o((e) => {
15555
+ }, "EtrDeleteButton"), p0 = yi({}, va.esES), ek = /* @__PURE__ */ o((e) => {
15556
15556
  const {
15557
15557
  filterBy: t = "",
15558
15558
  claves: r,
@@ -15735,7 +15735,7 @@ const kd = Fr(), ya = /* @__PURE__ */ o(({ children: e }) => {
15735
15735
  ] }) }) })
15736
15736
  }
15737
15737
  );
15738
- }, "EtrGrid"), f0 = yi({}, va.esES), ek = /* @__PURE__ */ o((e) => {
15738
+ }, "EtrGrid"), f0 = yi({}, va.esES), tk = /* @__PURE__ */ o((e) => {
15739
15739
  const {
15740
15740
  filterBy: t = "",
15741
15741
  sortModel: r,
@@ -18807,7 +18807,7 @@ process.env.NODE_ENV !== "production" && (np.propTypes = {
18807
18807
  */
18808
18808
  visibleScrollbar: a.bool
18809
18809
  });
18810
- const tk = /* @__PURE__ */ o((e) => {
18810
+ const rk = /* @__PURE__ */ o((e) => {
18811
18811
  const {
18812
18812
  filterValues: t,
18813
18813
  setFilters: r,
@@ -19731,7 +19731,7 @@ const uP = /^(\d+)(th|st|nd|rd)?/i, dP = /\d+/i, pP = {
19731
19731
  if (!(e instanceof Date) || isNaN(e.getDate())) return "";
19732
19732
  const t = "00", r = e.getFullYear().toString(), n = (e.getMonth() + 1).toString(), i = e.getDate().toString();
19733
19733
  return `${r}-${(t + n).slice(-2)}-${(t + i).slice(-2)}`;
19734
- }, "convertDateToString"), rk = /* @__PURE__ */ o((e) => {
19734
+ }, "convertDateToString"), ok = /* @__PURE__ */ o((e) => {
19735
19735
  if (e == null || e === "")
19736
19736
  return "";
19737
19737
  if (e instanceof Date)
@@ -19741,12 +19741,12 @@ const uP = /^(\d+)(th|st|nd|rd)?/i, dP = /\d+/i, pP = {
19741
19741
  return t[2] + "-" + t[1] + "-" + t[0];
19742
19742
  }
19743
19743
  return jn(new Date(e));
19744
- }, "dateFormat"), ok = /* @__PURE__ */ o((e) => {
19744
+ }, "dateFormat"), nk = /* @__PURE__ */ o((e) => {
19745
19745
  if (!e)
19746
19746
  return "";
19747
19747
  const t = e.split("-");
19748
19748
  return t[2] + "/" + t[1] + "/" + t[0];
19749
- }, "dateParser"), oT = /^\d{2}\/\d{2}\/\d{4}\s\d{2}:\d{2}$/, nk = /* @__PURE__ */ o((e) => {
19749
+ }, "dateParser"), oT = /^\d{2}\/\d{2}\/\d{4}\s\d{2}:\d{2}$/, ak = /* @__PURE__ */ o((e) => {
19750
19750
  if (e == null || e === "")
19751
19751
  return "";
19752
19752
  if (e instanceof Date)
@@ -19756,12 +19756,12 @@ const uP = /^(\d+)(th|st|nd|rd)?/i, dP = /\d+/i, pP = {
19756
19756
  return r[2] + "-" + r[1] + "-" + r[0] + " " + t[1];
19757
19757
  }
19758
19758
  return jn(new Date(e));
19759
- }, "dateTimeFormat"), ak = /* @__PURE__ */ o((e) => {
19759
+ }, "dateTimeFormat"), ik = /* @__PURE__ */ o((e) => {
19760
19760
  if (!e)
19761
19761
  return "";
19762
19762
  const t = e.split("T"), r = t[0].split("-");
19763
19763
  return r[2] + "/" + r[1] + "/" + r[0] + " " + t[1];
19764
- }, "dateTimeParser"), ik = /* @__PURE__ */ o((e) => {
19764
+ }, "dateTimeParser"), lk = /* @__PURE__ */ o((e) => {
19765
19765
  if (!e)
19766
19766
  return "";
19767
19767
  if (e instanceof Date)
@@ -19777,7 +19777,7 @@ const uP = /^(\d+)(th|st|nd|rd)?/i, dP = /\d+/i, pP = {
19777
19777
  let r = /* @__PURE__ */ new Date();
19778
19778
  return r.setHours(t[0]), r.setMinutes(t[1]), r.toString();
19779
19779
  }
19780
- }, "timeFormat"), lk = /* @__PURE__ */ o((e, t) => e ? e.split(" ")[4].substring(0, 5) : "", "timeParser"), nT = /* @__PURE__ */ o(({
19780
+ }, "timeFormat"), sk = /* @__PURE__ */ o((e, t) => e ? e.split(" ")[4].substring(0, 5) : "", "timeParser"), nT = /* @__PURE__ */ o(({
19781
19781
  className: e,
19782
19782
  record: t,
19783
19783
  hasEdit: r,
@@ -19803,10 +19803,10 @@ const uP = /^(\d+)(th|st|nd|rd)?/i, dP = /\d+/i, pP = {
19803
19803
  displayedFilters: w,
19804
19804
  sort: F,
19805
19805
  ...$
19806
- }) => $, "sanitizeRestProps$5"), sk = /* @__PURE__ */ o((e) => {
19806
+ }) => $, "sanitizeRestProps$5"), ck = /* @__PURE__ */ o((e) => {
19807
19807
  const { hidden: t } = ct(e);
19808
19808
  return !t && /* @__PURE__ */ f(dr, { variant: "h6", gutterBottom: !0, id: e.source, children: e.children });
19809
- }, "Separador"), ck = /* @__PURE__ */ o(({
19809
+ }, "Separador"), uk = /* @__PURE__ */ o(({
19810
19810
  children: e,
19811
19811
  className: t,
19812
19812
  data: r,
@@ -19817,7 +19817,7 @@ const uP = /^(\d+)(th|st|nd|rd)?/i, dP = /\d+/i, pP = {
19817
19817
  e,
19818
19818
  i && /* @__PURE__ */ f(Lf, { label: "ra.action.back", icon: /* @__PURE__ */ f(ap, {}) }),
19819
19819
  n && /* @__PURE__ */ f($f, { record: r })
19820
- ] }), "FichaActions"), lp = Mf(), uk = [lp, Rf(1)], dk = { inputFormat: "dd/MM/yyyy" }, pk = /* @__PURE__ */ o((e) => (t, r) => {
19820
+ ] }), "FichaActions"), lp = Mf(), dk = [lp, Rf(1)], pk = { inputFormat: "dd/MM/yyyy" }, fk = /* @__PURE__ */ o((e) => (t, r) => {
19821
19821
  const n = r[e];
19822
19822
  if (t && n) {
19823
19823
  const i = new Date(n.split("/").reverse().join("/")), l = new Date(t.split("/").reverse().join("/"));
@@ -19827,16 +19827,16 @@ const uP = /^(\d+)(th|st|nd|rd)?/i, dP = /\d+/i, pP = {
19827
19827
  args: { menor: n }
19828
19828
  };
19829
19829
  }
19830
- }, "etrFechaMayorQue"), fk = /* @__PURE__ */ o((e = "es") => ({
19830
+ }, "etrFechaMayorQue"), mk = /* @__PURE__ */ o((e = "es") => ({
19831
19831
  locale: e === "en" ? EP : eT
19832
- }), "localeOptions"), mk = [
19832
+ }), "localeOptions"), hk = [
19833
19833
  { id: "1", name: "Aprobado" },
19834
19834
  { id: "2", name: "Rechazado" },
19835
19835
  { id: "3", name: "Pendiente" }
19836
19836
  ], aT = /* @__PURE__ */ o((e, t) => {
19837
19837
  const r = document.createElement("a");
19838
19838
  r.style.display = "none", document.body.appendChild(r), r.setAttribute("href", e), r.setAttribute("download", t), r.click();
19839
- }, "descargarLink"), hk = /* @__PURE__ */ o(async (e, t) => {
19839
+ }, "descargarLink"), gk = /* @__PURE__ */ o(async (e, t) => {
19840
19840
  window.fetch(e).then((r) => {
19841
19841
  if (!r.ok)
19842
19842
  throw new Error("Network response was not ok");
@@ -19845,19 +19845,19 @@ const uP = /^(\d+)(th|st|nd|rd)?/i, dP = /\d+/i, pP = {
19845
19845
  const n = URL.createObjectURL(r);
19846
19846
  aT(n, t), URL.revokeObjectURL(n);
19847
19847
  }).catch((r) => console.error("Error al descargar el archivo:", r));
19848
- }, "descargarUrl"), gk = /* @__PURE__ */ o((e) => {
19848
+ }, "descargarUrl"), bk = /* @__PURE__ */ o((e) => {
19849
19849
  if (!e) return "";
19850
19850
  const [t, r, n] = e.split("/").map(Number);
19851
19851
  return new Date(n, r - 1, t);
19852
- }, "stringToDate"), bk = /* @__PURE__ */ o((e) => {
19852
+ }, "stringToDate"), vk = /* @__PURE__ */ o((e) => {
19853
19853
  if (!e) return "";
19854
19854
  const [t, r] = e.split(" "), [n, i, l] = t.split("/").map(Number), [s, c] = r.split(":").map(Number);
19855
19855
  return new Date(l, i - 1, n, s, c);
19856
- }, "stringToDateTime"), vk = /* @__PURE__ */ o((e) => {
19856
+ }, "stringToDateTime"), yk = /* @__PURE__ */ o((e) => {
19857
19857
  if (!e) return "";
19858
19858
  const t = String(e.getDate()).padStart(2, "0"), r = String(e.getMonth() + 1).padStart(2, "0"), n = String(e.getFullYear());
19859
19859
  return `${t}/${r}/${n}`;
19860
- }, "dateToString"), yk = /* @__PURE__ */ o((e) => {
19860
+ }, "dateToString"), Ok = /* @__PURE__ */ o((e) => {
19861
19861
  const t = {
19862
19862
  day: "2-digit",
19863
19863
  month: "2-digit",
@@ -19867,7 +19867,7 @@ const uP = /^(\d+)(th|st|nd|rd)?/i, dP = /\d+/i, pP = {
19867
19867
  hour12: !1
19868
19868
  };
19869
19869
  return e.toLocaleString("es", t).replace(",", "");
19870
- }, "dateTimeToString"), Ok = /* @__PURE__ */ o((e, t) => {
19870
+ }, "dateTimeToString"), xk = /* @__PURE__ */ o((e, t) => {
19871
19871
  const r = Ke(), {
19872
19872
  data: n,
19873
19873
  isPending: i,
@@ -20135,7 +20135,7 @@ const hp = /* @__PURE__ */ o((e) => {
20135
20135
  ...d == null ? void 0 : d.panel
20136
20136
  }
20137
20137
  ) }) }) });
20138
- }, "CreateEtriek"), xk = q(vT, {
20138
+ }, "CreateEtriek"), Sk = q(vT, {
20139
20139
  name: qr,
20140
20140
  overridesResolver: /* @__PURE__ */ o((e, t) => t.root, "overridesResolver")
20141
20141
  })(({ theme: e }) => wl(e)), yT = /* @__PURE__ */ o((e) => {
@@ -20235,7 +20235,7 @@ const hp = /* @__PURE__ */ o((e) => {
20235
20235
  ButtonProps: i
20236
20236
  }
20237
20237
  );
20238
- }, "ListInDialogButton"), ST = /* @__PURE__ */ f(Jo, {}), Sk = /* @__PURE__ */ o((e) => {
20238
+ }, "ListInDialogButton"), ST = /* @__PURE__ */ f(Jo, {}), Ek = /* @__PURE__ */ o((e) => {
20239
20239
  const { tipo: t, ...r } = e, n = t === "ventana" ? xT : au, i = he(ml);
20240
20240
  return /* @__PURE__ */ f(GS, { children: /* @__PURE__ */ f(dl, { children: /* @__PURE__ */ f(n, { ...r, disableSyncWithLocation: !!i }) }) });
20241
20241
  }, "ListEtriek");
@@ -22673,7 +22673,7 @@ const n1 = /* @__PURE__ */ o(({
22673
22673
  selectedIds: u,
22674
22674
  redirect: d,
22675
22675
  ...p
22676
- }) => p, "sanitizeRestProps$2"), Ek = /* @__PURE__ */ o((e) => {
22676
+ }) => p, "sanitizeRestProps$2"), Pk = /* @__PURE__ */ o((e) => {
22677
22677
  const t = et(), {
22678
22678
  resource: r,
22679
22679
  className: n,
@@ -22725,7 +22725,7 @@ const n1 = /* @__PURE__ */ o(({
22725
22725
  ...u == null ? void 0 : u.panel
22726
22726
  }
22727
22727
  ) }) }) });
22728
- }, "EditEtriek"), Pk = q(i1, {
22728
+ }, "EditEtriek"), Tk = q(i1, {
22729
22729
  name: qr,
22730
22730
  overridesResolver: /* @__PURE__ */ o((e, t) => t.root, "overridesResolver")
22731
22731
  })(({ theme: e }) => wl(e)), l1 = fe("MuiBox", ["root"]), s1 = yd(), jl = Hv({
@@ -22753,7 +22753,7 @@ process.env.NODE_ENV !== "production" && (jl.propTypes = {
22753
22753
  */
22754
22754
  sx: a.oneOfType([a.arrayOf(a.oneOfType([a.func, a.object, a.bool])), a.func, a.object])
22755
22755
  });
22756
- const Tk = E.forwardRef((e, t) => {
22756
+ const Ck = E.forwardRef((e, t) => {
22757
22757
  const {
22758
22758
  isOpen: r,
22759
22759
  onSubmit: n,
@@ -22847,7 +22847,7 @@ const Tk = E.forwardRef((e, t) => {
22847
22847
  ]
22848
22848
  }
22849
22849
  );
22850
- }, "FormContainer"), Ck = /* @__PURE__ */ o((e) => {
22850
+ }, "FormContainer"), Fk = /* @__PURE__ */ o((e) => {
22851
22851
  const {
22852
22852
  initialValues: t,
22853
22853
  fichaProps: { config: r = {} }
@@ -22974,7 +22974,7 @@ const h1 = /* @__PURE__ */ o((e) => {
22974
22974
  ] })
22975
22975
  }
22976
22976
  );
22977
- }, "Menu$1"), Fk = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(Gf, { ...e, appBar: jv, menu: g1 }), "Layout"), b1 = /* @__PURE__ */ o((e, t) => {
22977
+ }, "Menu$1"), wk = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(Gf, { ...e, appBar: jv, menu: g1 }), "Layout"), b1 = /* @__PURE__ */ o((e, t) => {
22978
22978
  alert("Falta implementar la función jsBotonGrilla");
22979
22979
  }, "defaultJsBotonGrilla"), v1 = /* @__PURE__ */ o((e) => {
22980
22980
  const {
@@ -24019,7 +24019,7 @@ process.env.NODE_ENV !== "production" && (Np.propTypes = {
24019
24019
  */
24020
24020
  variant: a.oneOf(["determinate", "indeterminate"])
24021
24021
  });
24022
- const wk = /* @__PURE__ */ o((e) => {
24022
+ const kk = /* @__PURE__ */ o((e) => {
24023
24023
  const {
24024
24024
  loginBackgroundImage: t,
24025
24025
  nameSource: r = "username",
@@ -25267,7 +25267,7 @@ const PF = /* @__PURE__ */ o(({
25267
25267
  filterValues: t,
25268
25268
  showFilter: r,
25269
25269
  ...n
25270
- }) => n, "sanitizeRestProps$1"), kk = /* @__PURE__ */ o((e) => {
25270
+ }) => n, "sanitizeRestProps$1"), Mk = /* @__PURE__ */ o((e) => {
25271
25271
  const {
25272
25272
  className: t,
25273
25273
  options: r = [],
@@ -25320,7 +25320,7 @@ const PF = /* @__PURE__ */ o(({
25320
25320
  S.label
25321
25321
  )) })
25322
25322
  ] });
25323
- }, "MenuButton"), Mk = /* @__PURE__ */ o((e) => {
25323
+ }, "MenuButton"), Rk = /* @__PURE__ */ o((e) => {
25324
25324
  const { fields: t, className: r, textAlign: n, sortable: i, ...l } = e, { campos: s, separador: c = "", secundario: u = [], hasSecundario: d } = t, p = Qt(), h = s.map((m) => p[m] !== void 0 ? p[m] : m).join(`${c}`);
25325
25325
  return /* @__PURE__ */ B(dr, { noWrap: !0, variant: "inherit", className: r, ...l, children: [
25326
25326
  h,
@@ -25356,7 +25356,7 @@ const PF = /* @__PURE__ */ o(({
25356
25356
  ...c == null ? void 0 : c.panel
25357
25357
  }
25358
25358
  ) }) });
25359
- }, "ShowEtriek"), Rk = q(TF, {
25359
+ }, "ShowEtriek"), Lk = q(TF, {
25360
25360
  name: qr,
25361
25361
  overridesResolver: /* @__PURE__ */ o((e, t) => t.root, "overridesResolver")
25362
25362
  })(({ theme: e }) => wl(e)), CF = /* @__PURE__ */ o(() => {
@@ -25461,7 +25461,7 @@ const AF = /* @__PURE__ */ o(({
25461
25461
  validate: g,
25462
25462
  warnWhenUnsavedChanges: y,
25463
25463
  ...T
25464
- }) => T, "sanitizeRestProps"), Lk = /* @__PURE__ */ o((e) => {
25464
+ }) => T, "sanitizeRestProps"), $k = /* @__PURE__ */ o((e) => {
25465
25465
  const { syncWithLocation: t = !1, ...r } = e, {
25466
25466
  initialValues: n,
25467
25467
  fichaProps: { config: i = {} }
@@ -25566,11 +25566,11 @@ const AF = /* @__PURE__ */ o(({
25566
25566
  }
25567
25567
  }
25568
25568
  }
25569
- }, $k = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
25569
+ }, Ak = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
25570
25570
  __proto__: null,
25571
25571
  darkTheme: IF,
25572
25572
  lightTheme: DF
25573
- }, Symbol.toStringTag, { value: "Module" })), Ak = /* @__PURE__ */ o((e) => {
25573
+ }, Symbol.toStringTag, { value: "Module" })), Ik = /* @__PURE__ */ o((e) => {
25574
25574
  const {
25575
25575
  jsBotoneraPart: t,
25576
25576
  estado: r,
@@ -25605,7 +25605,7 @@ const AF = /* @__PURE__ */ o(({
25605
25605
  ] });
25606
25606
  }, "FormToolbar");
25607
25607
  gu.ra.page.empty = "No records yet";
25608
- const Ik = {
25608
+ const Dk = {
25609
25609
  ...gu,
25610
25610
  from_camera: "From camera",
25611
25611
  take_foto: "Take photo",
@@ -25655,7 +25655,7 @@ Ct.ra.action.back = "Volver";
25655
25655
  Ct.ra.message.delete_title = "Eliminar";
25656
25656
  Ct.ra.input.file.upload_single = "Seleccione o arrastre archivo";
25657
25657
  Ct.ra.input.image.upload_single = "Seleccione o arrastre imagen";
25658
- const Dk = {
25658
+ const Nk = {
25659
25659
  ...Ct,
25660
25660
  from_camera: "Desde camara",
25661
25661
  take_foto: "Tomar foto",
@@ -25693,7 +25693,7 @@ const Dk = {
25693
25693
  greater_or_equal: "Debe ser mayor o igual a %{menor}"
25694
25694
  }
25695
25695
  //...resources
25696
- }, Nk = /* @__PURE__ */ o((e) => {
25696
+ }, _k = /* @__PURE__ */ o((e) => {
25697
25697
  const { propsContenido: t, hidden: r } = _d(e), n = Qt(), i = JSON.parse(JSON.stringify(n)), l = i[e.source];
25698
25698
  return i[e.source] = l != "" && l != "0", !r && /* @__PURE__ */ f(am, { ...t, record: i });
25699
25699
  }, "BooleanField"), hi = gy({
@@ -26066,7 +26066,7 @@ const Wc = /* @__PURE__ */ o((e) => {
26066
26066
  }, "FotoButton"), Uc = /* @__PURE__ */ o((e, t, r) => {
26067
26067
  if (!(!e || e === ""))
26068
26068
  return typeof e == "string" ? { src: t ? `${t}/${e}` : r } : e instanceof Array ? e.map((n) => ({ src: t ? `${t}/${n}` : r })) : e;
26069
- }, "formatFile"), _k = /* @__PURE__ */ o((e) => {
26069
+ }, "formatFile"), tw = { "image/*": [] }, jk = /* @__PURE__ */ o((e) => {
26070
26070
  const { propsContenido: t, hidden: r } = ct(e), {
26071
26071
  options: n = {},
26072
26072
  disabled: i = !1,
@@ -26075,7 +26075,7 @@ const Wc = /* @__PURE__ */ o((e) => {
26075
26075
  /* @deprecated */
26076
26076
  prefix: c,
26077
26077
  rutaAsync: u,
26078
- accept: d = "",
26078
+ accept: d = { "*": [] },
26079
26079
  download: p = !0,
26080
26080
  ...h
26081
26081
  } = t, m = et(), b = Qt(e), v = Gn((x) => x.breakpoints.down("sm")), g = At(), [y, T] = Ue(
@@ -26104,7 +26104,7 @@ const Wc = /* @__PURE__ */ o((e) => {
26104
26104
  options: { disabled: i, ...n },
26105
26105
  format: /* @__PURE__ */ o((x) => Uc(x, c, y), "format"),
26106
26106
  placeholder: m("ra.input.image.upload_single"),
26107
- accept: "image/*",
26107
+ accept: tw,
26108
26108
  inputProps: {
26109
26109
  capture: "user"
26110
26110
  },
@@ -26163,7 +26163,7 @@ const Wc = /* @__PURE__ */ o((e) => {
26163
26163
  ]
26164
26164
  }
26165
26165
  ));
26166
- }, "Camino"), jk = /* @__PURE__ */ o((e) => {
26166
+ }, "Camino"), Vk = /* @__PURE__ */ o((e) => {
26167
26167
  const {
26168
26168
  propsContenido: { sx: t, ...r },
26169
26169
  hidden: n
@@ -26175,7 +26175,7 @@ const Wc = /* @__PURE__ */ o((e) => {
26175
26175
  sx: { ...t, display: "inline-flex", margin: 1 }
26176
26176
  }
26177
26177
  );
26178
- }, "CheckBox"), tw = bi((e, t) => /* @__PURE__ */ f(qn, { ref: t, ...e })), rw = /* @__PURE__ */ o((e) => {
26178
+ }, "CheckBox"), rw = bi((e, t) => /* @__PURE__ */ f(qn, { ref: t, ...e })), ow = /* @__PURE__ */ o((e) => {
26179
26179
  var p;
26180
26180
  const { callback: t, sx: r, isTC: n, onChange: i, ...l } = e, {
26181
26181
  isPending: s,
@@ -26184,7 +26184,7 @@ const Wc = /* @__PURE__ */ o((e) => {
26184
26184
  } = um(), d = Un(null);
26185
26185
  return lt(() => {
26186
26186
  s || typeof t == "function" && t(Object.values([c]));
26187
- }, [c, t, s]), /* @__PURE__ */ f(tw, { title: ((p = d.current) == null ? void 0 : p.value) || "", placement: "top", arrow: !0, children: /* @__PURE__ */ f(
26187
+ }, [c, t, s]), /* @__PURE__ */ f(rw, { title: ((p = d.current) == null ? void 0 : p.value) || "", placement: "top", arrow: !0, children: /* @__PURE__ */ f(
26188
26188
  Le,
26189
26189
  {
26190
26190
  sx: n ? { margin: 1, ...r } : {
@@ -26216,7 +26216,7 @@ const Wc = /* @__PURE__ */ o((e) => {
26216
26216
  )
26217
26217
  }
26218
26218
  ) });
26219
- }, "SelectInputEtriek"), ow = /* @__PURE__ */ o((e) => {
26219
+ }, "SelectInputEtriek"), nw = /* @__PURE__ */ o((e) => {
26220
26220
  const { propsContenido: t, hidden: r } = ct(e), n = wr(), { isLoading: i } = he(Ge), {
26221
26221
  queryOptions: l,
26222
26222
  asistant: s,
@@ -26243,7 +26243,7 @@ const Wc = /* @__PURE__ */ o((e) => {
26243
26243
  filter: g,
26244
26244
  queryOptions: l,
26245
26245
  children: /* @__PURE__ */ f(
26246
- rw,
26246
+ ow,
26247
26247
  {
26248
26248
  ...u,
26249
26249
  callback: v,
@@ -26264,13 +26264,13 @@ const Wc = /* @__PURE__ */ o((e) => {
26264
26264
  }
26265
26265
  ) : null
26266
26266
  ] }) : null;
26267
- }, "ComboBox"), Vk = /* @__PURE__ */ o((e) => {
26267
+ }, "ComboBox"), Bk = /* @__PURE__ */ o((e) => {
26268
26268
  const { propsContenido: t, hidden: r } = ct(e);
26269
26269
  return !r && /* @__PURE__ */ f(pm, { ...t });
26270
- }, "ComboBoxManual"), Bk = /* @__PURE__ */ o((e) => {
26270
+ }, "ComboBoxManual"), zk = /* @__PURE__ */ o((e) => {
26271
26271
  const { title: t, source: r, src: n } = e, i = Qt(e), l = `${n}/${i[r]}`;
26272
26272
  return /* @__PURE__ */ f(Bl, { title: t, src: l });
26273
- }, "ImageField"), zk = /* @__PURE__ */ o((e) => {
26273
+ }, "ImageField"), Hk = /* @__PURE__ */ o((e) => {
26274
26274
  const { propsContenido: t, hidden: r } = ct(e), { isLoading: n } = he(Ge), { source: i, reference: l } = e;
26275
26275
  return !r && !n ? /* @__PURE__ */ f(fm, { source: i, reference: l, children: /* @__PURE__ */ f(
26276
26276
  mm,
@@ -26280,10 +26280,10 @@ const Wc = /* @__PURE__ */ o((e) => {
26280
26280
  optionValue: e.source
26281
26281
  }
26282
26282
  ) }) : null;
26283
- }, "ListCheck"), Hk = /* @__PURE__ */ o((e) => {
26283
+ }, "ListCheck"), Wk = /* @__PURE__ */ o((e) => {
26284
26284
  const { propsContenido: t, hidden: r } = ct(e);
26285
26285
  return !r && /* @__PURE__ */ f(su, { ...t });
26286
- }, "Password"), Wk = /* @__PURE__ */ o((e) => {
26286
+ }, "Password"), Uk = /* @__PURE__ */ o((e) => {
26287
26287
  const { propsContenido: t, hidden: r } = ct(e), { isLoading: n } = he(Ge), { source: i, reference: l } = e;
26288
26288
  return !r && !n ? /* @__PURE__ */ f(uu, { source: i, reference: l, children: /* @__PURE__ */ f(
26289
26289
  du,
@@ -26293,58 +26293,58 @@ const Wc = /* @__PURE__ */ o((e) => {
26293
26293
  optionValue: e.source
26294
26294
  }
26295
26295
  ) }) : null;
26296
- }, "RadioButton"), Uk = /* @__PURE__ */ o((e) => {
26296
+ }, "RadioButton"), Gk = /* @__PURE__ */ o((e) => {
26297
26297
  const { propsContenido: t, hidden: r } = ct(e);
26298
26298
  return !r && /* @__PURE__ */ f(du, { ...t });
26299
26299
  }, "RadioButtonManual");
26300
- var Gl = {}, nw = $e;
26300
+ var Gl = {}, aw = $e;
26301
26301
  Object.defineProperty(Gl, "__esModule", {
26302
26302
  value: !0
26303
26303
  });
26304
- var ql = Gl.default = void 0, aw = nw(Ne()), iw = De;
26305
- ql = Gl.default = (0, aw.default)(/* @__PURE__ */ (0, iw.jsx)("path", {
26304
+ var ql = Gl.default = void 0, iw = aw(Ne()), lw = De;
26305
+ ql = Gl.default = (0, iw.default)(/* @__PURE__ */ (0, lw.jsx)("path", {
26306
26306
  d: "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"
26307
26307
  }), "Check");
26308
- var Kl = {}, lw = $e;
26308
+ var Kl = {}, sw = $e;
26309
26309
  Object.defineProperty(Kl, "__esModule", {
26310
26310
  value: !0
26311
26311
  });
26312
- var Yl = Kl.default = void 0, sw = lw(Ne()), cw = De;
26313
- Yl = Kl.default = (0, sw.default)(/* @__PURE__ */ (0, cw.jsx)("path", {
26312
+ var Yl = Kl.default = void 0, cw = sw(Ne()), uw = De;
26313
+ Yl = Kl.default = (0, cw.default)(/* @__PURE__ */ (0, uw.jsx)("path", {
26314
26314
  d: "M7 11v2h10v-2zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8"
26315
26315
  }), "RemoveCircleOutline");
26316
- var Ql = {}, uw = $e;
26316
+ var Ql = {}, dw = $e;
26317
26317
  Object.defineProperty(Ql, "__esModule", {
26318
26318
  value: !0
26319
26319
  });
26320
- var Xl = Ql.default = void 0, dw = uw(Ne()), pw = De;
26321
- Xl = Ql.default = (0, dw.default)(/* @__PURE__ */ (0, pw.jsx)("path", {
26320
+ var Xl = Ql.default = void 0, pw = dw(Ne()), fw = De;
26321
+ Xl = Ql.default = (0, pw.default)(/* @__PURE__ */ (0, fw.jsx)("path", {
26322
26322
  d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"
26323
26323
  }), "Search");
26324
- var Zl = {}, fw = $e;
26324
+ var Zl = {}, mw = $e;
26325
26325
  Object.defineProperty(Zl, "__esModule", {
26326
26326
  value: !0
26327
26327
  });
26328
- var Jl = Zl.default = void 0, mw = fw(Ne()), hw = De;
26329
- Jl = Zl.default = (0, mw.default)(/* @__PURE__ */ (0, hw.jsx)("path", {
26328
+ var Jl = Zl.default = void 0, hw = mw(Ne()), gw = De;
26329
+ Jl = Zl.default = (0, hw.default)(/* @__PURE__ */ (0, gw.jsx)("path", {
26330
26330
  d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8z"
26331
26331
  }), "CheckCircle");
26332
- var es = {}, gw = $e;
26332
+ var es = {}, bw = $e;
26333
26333
  Object.defineProperty(es, "__esModule", {
26334
26334
  value: !0
26335
26335
  });
26336
- var ts = es.default = void 0, bw = gw(Ne()), vw = De;
26337
- ts = es.default = (0, bw.default)(/* @__PURE__ */ (0, vw.jsx)("path", {
26336
+ var ts = es.default = void 0, vw = bw(Ne()), yw = De;
26337
+ ts = es.default = (0, vw.default)(/* @__PURE__ */ (0, yw.jsx)("path", {
26338
26338
  d: "M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8"
26339
26339
  }), "ErrorOutline");
26340
- const yw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26340
+ const Ow = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26341
26341
  bu,
26342
26342
  {
26343
26343
  handle: "#draggable-dialog-title",
26344
26344
  cancel: '[class*="MuiDialogContent-root"]',
26345
26345
  children: /* @__PURE__ */ f(xi, { ...e })
26346
26346
  }
26347
- ), "PaperComponent$1"), Ow = { cursor: "move" }, xw = /* @__PURE__ */ o((e) => {
26347
+ ), "PaperComponent$1"), xw = { cursor: "move" }, Sw = /* @__PURE__ */ o((e) => {
26348
26348
  const {
26349
26349
  isOpen: t = !1,
26350
26350
  isLoading: r,
@@ -26373,10 +26373,10 @@ const yw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26373
26373
  onClose: u,
26374
26374
  onClick: g,
26375
26375
  maxWidth: "md",
26376
- PaperComponent: yw,
26376
+ PaperComponent: Ow,
26377
26377
  "aria-labelledby": "draggable-dialog-title",
26378
26378
  children: [
26379
- /* @__PURE__ */ f(on, { style: Ow, id: "draggable-dialog-title", children: m(n, { _: n, ...h }) }),
26379
+ /* @__PURE__ */ f(on, { style: xw, id: "draggable-dialog-title", children: m(n, { _: n, ...h }) }),
26380
26380
  /* @__PURE__ */ f(rn, { dividers: !0, children: i }),
26381
26381
  /* @__PURE__ */ B(tn, { children: [
26382
26382
  /* @__PURE__ */ B(no, { disabled: r, onClick: u, children: [
@@ -26399,11 +26399,11 @@ const yw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26399
26399
  ]
26400
26400
  }
26401
26401
  );
26402
- }, "FiltroAsig"), Sw = /* @__PURE__ */ o(() => /* @__PURE__ */ f(Gt, {}), "BulkActions"), Ew = {
26402
+ }, "FiltroAsig"), Ew = /* @__PURE__ */ o(() => /* @__PURE__ */ f(Gt, {}), "BulkActions"), Pw = {
26403
26403
  seleccion: [],
26404
26404
  all: !0,
26405
26405
  none: !1
26406
- }, Pw = /* @__PURE__ */ o((e) => !e || e != null && e.all ? "Todos" : e != null && e.none || e.seleccion.length === 0 ? "Ninguno" : `Selección (${e.seleccion.length})`, "format$1"), Tw = /* @__PURE__ */ o((e) => e, "parse$1"), Gk = /* @__PURE__ */ o((e) => {
26406
+ }, Tw = /* @__PURE__ */ o((e) => !e || e != null && e.all ? "Todos" : e != null && e.none || e.seleccion.length === 0 ? "Ninguno" : `Selección (${e.seleccion.length})`, "format$1"), Cw = /* @__PURE__ */ o((e) => e, "parse$1"), qk = /* @__PURE__ */ o((e) => {
26407
26407
  const { asistant: t, asistantResource: r, source: n, sx: i, ...l } = e, [s, c] = Ue(!1), {
26408
26408
  hidden: u,
26409
26409
  propsContenido: { disabled: d, label: p, onChange: h }
@@ -26442,13 +26442,13 @@ const yw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26442
26442
  children: /* @__PURE__ */ f(
26443
26443
  Er,
26444
26444
  {
26445
- defaultValue: Ew,
26445
+ defaultValue: Pw,
26446
26446
  ...l,
26447
26447
  source: n,
26448
26448
  label: p,
26449
26449
  disabled: !0,
26450
- parse: Tw,
26451
- format: Pw,
26450
+ parse: Cw,
26451
+ format: Tw,
26452
26452
  helperText: !1,
26453
26453
  InputProps: {
26454
26454
  endAdornment: /* @__PURE__ */ B(ur, { children: [
@@ -26492,13 +26492,13 @@ const yw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26492
26492
  }
26493
26493
  ),
26494
26494
  /* @__PURE__ */ f(
26495
- xw,
26495
+ Sw,
26496
26496
  {
26497
26497
  isOpen: s,
26498
26498
  title: `Selección de ${p}`,
26499
26499
  contentResource: r,
26500
26500
  content: E.createElement(t, {
26501
- bulkActionButtons: /* @__PURE__ */ f(Sw, {}),
26501
+ bulkActionButtons: /* @__PURE__ */ f(Ew, {}),
26502
26502
  hasCreate: !1,
26503
26503
  hasEdit: !1,
26504
26504
  exporter: !1,
@@ -26512,7 +26512,7 @@ const yw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26512
26512
  }
26513
26513
  )
26514
26514
  ] });
26515
- }, "TextBoxSelection"), Cw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26515
+ }, "TextBoxSelection"), Fw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26516
26516
  au,
26517
26517
  {
26518
26518
  ...e,
@@ -26547,8 +26547,8 @@ const yw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26547
26547
  }
26548
26548
  )
26549
26549
  }
26550
- ), "AsistenteList"), Fw = { fillista: "empcod=-1" }, ww = /* @__PURE__ */ o((e) => {
26551
- const [t, r] = E.useState(Fw), n = Jc(), i = we(
26550
+ ), "AsistenteList"), ww = { fillista: "empcod=-1" }, kw = /* @__PURE__ */ o((e) => {
26551
+ const [t, r] = E.useState(ww), n = Jc(), i = we(
26552
26552
  (s) => {
26553
26553
  r({ fillista: s.node.key });
26554
26554
  },
@@ -26605,20 +26605,20 @@ const yw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26605
26605
  height: { md: "70vh" },
26606
26606
  width: { xs: "100%", md: "auto" }
26607
26607
  },
26608
- children: /* @__PURE__ */ f(Cw, { resource: "form_224", filter: t })
26608
+ children: /* @__PURE__ */ f(Fw, { resource: "form_224", filter: t })
26609
26609
  }
26610
26610
  )
26611
26611
  ]
26612
26612
  }
26613
26613
  );
26614
- }, "TreeWithList"), kw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26614
+ }, "TreeWithList"), Mw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26615
26615
  bu,
26616
26616
  {
26617
26617
  handle: "#draggable-dialog-title",
26618
26618
  cancel: '[class*="MuiDialogContent-root"]',
26619
26619
  children: /* @__PURE__ */ f(xi, { ...e })
26620
26620
  }
26621
- ), "PaperComponent"), Mw = { cursor: "move" }, Rw = /* @__PURE__ */ o((e) => {
26621
+ ), "PaperComponent"), Rw = { cursor: "move" }, Lw = /* @__PURE__ */ o((e) => {
26622
26622
  const {
26623
26623
  isOpen: t = !1,
26624
26624
  isLoading: r,
@@ -26645,11 +26645,11 @@ const yw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26645
26645
  onClick: m,
26646
26646
  fullWidth: !0,
26647
26647
  maxWidth: "lg",
26648
- PaperComponent: kw,
26648
+ PaperComponent: Mw,
26649
26649
  "aria-labelledby": "draggable-dialog-title",
26650
26650
  children: [
26651
- /* @__PURE__ */ f(on, { style: Mw, id: "draggable-dialog-title", children: p(n, { _: n, ...d }) }),
26652
- /* @__PURE__ */ f(rn, { dividers: !0, children: /* @__PURE__ */ f(ww, {}) }),
26651
+ /* @__PURE__ */ f(on, { style: Rw, id: "draggable-dialog-title", children: p(n, { _: n, ...d }) }),
26652
+ /* @__PURE__ */ f(rn, { dividers: !0, children: /* @__PURE__ */ f(kw, {}) }),
26653
26653
  /* @__PURE__ */ B(tn, { children: [
26654
26654
  /* @__PURE__ */ B(no, { disabled: r, onClick: c, children: [
26655
26655
  /* @__PURE__ */ f(s, { sx: { paddingRight: "0.5em" } }),
@@ -26675,7 +26675,7 @@ const yw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26675
26675
  seleccion: [],
26676
26676
  all: !0,
26677
26677
  none: !1
26678
- }, Lw = /* @__PURE__ */ o((e) => String(e) === e ? e === "" ? "Ninguno" : "Selección (1)" : !e || e != null && e.all ? "Todos" : e != null && e.none || e.seleccion.length === 0 ? "Ninguno" : `Selección (${e.seleccion.length})`, "format"), $w = /* @__PURE__ */ o((e) => e, "parse"), qk = /* @__PURE__ */ o((e) => {
26678
+ }, $w = /* @__PURE__ */ o((e) => String(e) === e ? e === "" ? "Ninguno" : "Selección (1)" : !e || e != null && e.all ? "Todos" : e != null && e.none || e.seleccion.length === 0 ? "Ninguno" : `Selección (${e.seleccion.length})`, "format"), Aw = /* @__PURE__ */ o((e) => e, "parse"), Kk = /* @__PURE__ */ o((e) => {
26679
26679
  const {
26680
26680
  asistant: t,
26681
26681
  asistantResource: r,
@@ -26732,8 +26732,8 @@ const yw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26732
26732
  source: l,
26733
26733
  label: C,
26734
26734
  disabled: !0,
26735
- parse: $w,
26736
- format: Lw,
26735
+ parse: Aw,
26736
+ format: $w,
26737
26737
  helperText: !1,
26738
26738
  InputProps: {
26739
26739
  endAdornment: /* @__PURE__ */ B(ur, { children: [
@@ -26777,7 +26777,7 @@ const yw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26777
26777
  }
26778
26778
  ),
26779
26779
  /* @__PURE__ */ f(
26780
- Rw,
26780
+ Lw,
26781
26781
  {
26782
26782
  isOpen: p,
26783
26783
  title: `Selección de ${C}`,
@@ -26786,10 +26786,10 @@ const yw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26786
26786
  }
26787
26787
  )
26788
26788
  ] });
26789
- }, "TBSF"), Kk = /* @__PURE__ */ o((e) => {
26789
+ }, "TBSF"), Yk = /* @__PURE__ */ o((e) => {
26790
26790
  const { propsContenido: t, hidden: r } = ct(e);
26791
26791
  return !r && /* @__PURE__ */ f(Er, { multiline: !0, ...t });
26792
- }, "TextArea"), Yk = /* @__PURE__ */ o((e) => {
26792
+ }, "TextArea"), Qk = /* @__PURE__ */ o((e) => {
26793
26793
  const { tipo: t, ...r } = e, { propsContenido: n, hidden: i } = ct(r), l = At();
26794
26794
  lt(() => {
26795
26795
  n.value && l.setValue(e.source, n.value);
@@ -26798,7 +26798,7 @@ const yw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26798
26798
  ...n
26799
26799
  };
26800
26800
  return i ? null : t === "N" || t === "D" ? /* @__PURE__ */ f(gm, { ...s }) : t === "F" ? /* @__PURE__ */ f(bm, { ...s }) : t === "Z" ? /* @__PURE__ */ f(vm, { ...s }) : t === "H" ? /* @__PURE__ */ f(Er, { ...s, type: "time" }) : /* @__PURE__ */ f(Er, { ...s });
26801
- }, "TextBox"), Qk = /* @__PURE__ */ o((e) => {
26801
+ }, "TextBox"), Xk = /* @__PURE__ */ o((e) => {
26802
26802
  const { source: t, label: r, sx: n } = e, { hidden: i } = ct(e);
26803
26803
  return i ? null : /* @__PURE__ */ B(
26804
26804
  Le,
@@ -26822,7 +26822,7 @@ const yw = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
26822
26822
  }
26823
26823
  ),
26824
26824
  /* @__PURE__ */ f(
26825
- ow,
26825
+ nw,
26826
26826
  {
26827
26827
  ...e,
26828
26828
  source: t,
@@ -26840,88 +26840,88 @@ export {
26840
26840
  Ol as Asistente,
26841
26841
  Md as AsistenteContext,
26842
26842
  dl as AsistenteProvider,
26843
- Nk as BooleanField,
26844
- _k as Camino,
26845
- jk as CheckBox,
26846
- ow as ComboBox,
26847
- Vk as ComboBoxManual,
26848
- xk as CreateEtriek,
26843
+ _k as BooleanField,
26844
+ jk as Camino,
26845
+ Vk as CheckBox,
26846
+ nw as ComboBox,
26847
+ Bk as ComboBoxManual,
26848
+ Sk as CreateEtriek,
26849
26849
  I0 as CreateGridButton,
26850
- Ek as DeleteButtonNoWarning,
26851
- Pk as EditEtriek,
26850
+ Pk as DeleteButtonNoWarning,
26851
+ Tk as EditEtriek,
26852
26852
  z0 as EditGridButton,
26853
- Jw as EtrGrid,
26854
- ck as FichaActions,
26853
+ ek as EtrGrid,
26854
+ uk as FichaActions,
26855
26855
  Ge as FichaContext,
26856
26856
  hl as FichaProvider,
26857
- xw as FiltroAsisTBS,
26858
- Rw as FiltroFuncionarios,
26857
+ Sw as FiltroAsisTBS,
26858
+ Lw as FiltroFuncionarios,
26859
26859
  Ha as FormClasses,
26860
- Tk as FormDialog,
26861
- Ck as FormEtriek,
26862
- Ak as FormToolbar,
26863
- ek as GE,
26860
+ Ck as FormDialog,
26861
+ Fk as FormEtriek,
26862
+ Ik as FormToolbar,
26863
+ tk as GE,
26864
26864
  xl as GridButton,
26865
26865
  tE as GrillaEtriek,
26866
26866
  ml as IdContext,
26867
- Bk as ImageField,
26868
- Fk as Layout,
26867
+ zk as ImageField,
26868
+ wk as Layout,
26869
26869
  v1 as ListActionsEtriek,
26870
- zk as ListCheck,
26871
- Sk as ListEtriek,
26872
- wk as Login,
26870
+ Hk as ListCheck,
26871
+ Ek as ListEtriek,
26872
+ kk as Login,
26873
26873
  g1 as Menu,
26874
- kk as MenuButton,
26875
- Mk as MultiTextField,
26876
- Hk as Password,
26877
- Wk as RadioButton,
26878
- Uk as RadioButtonManual,
26879
- sk as Separador,
26880
- Rk as ShowEtriek,
26874
+ Mk as MenuButton,
26875
+ Rk as MultiTextField,
26876
+ Wk as Password,
26877
+ Uk as RadioButton,
26878
+ Gk as RadioButtonManual,
26879
+ ck as Separador,
26880
+ Lk as ShowEtriek,
26881
26881
  uc as ShowGridButton,
26882
26882
  h1 as SubMenu,
26883
- qk as TBSF,
26884
- Lk as TabbedFormEtriek,
26885
- tk as TabbedGrillaEtriek,
26886
- Kk as TextArea,
26887
- Yk as TextBox,
26888
- Gk as TextBoxSelection,
26889
- Qk as TextCombo,
26883
+ Kk as TBSF,
26884
+ $k as TabbedFormEtriek,
26885
+ rk as TabbedGrillaEtriek,
26886
+ Yk as TextArea,
26887
+ Qk as TextBox,
26888
+ qk as TextBoxSelection,
26889
+ Xk as TextCombo,
26890
26890
  r0 as TextField,
26891
- mk as choicesEstado,
26892
- rk as dateFormat,
26893
- dk as dateFormatOptions,
26894
- ok as dateParser,
26895
- nk as dateTimeFormat,
26896
- ak as dateTimeParser,
26897
- yk as dateTimeToString,
26898
- vk as dateToString,
26891
+ hk as choicesEstado,
26892
+ ok as dateFormat,
26893
+ pk as dateFormatOptions,
26894
+ nk as dateParser,
26895
+ ak as dateTimeFormat,
26896
+ ik as dateTimeParser,
26897
+ Ok as dateTimeToString,
26898
+ yk as dateToString,
26899
26899
  KS as deleteRecargarComboBox,
26900
26900
  aT as descargarLink,
26901
- hk as descargarUrl,
26902
- Ik as enMessages,
26903
- Dk as esMessages,
26904
- pk as etrFechaMayorQue,
26901
+ gk as descargarUrl,
26902
+ Dk as enMessages,
26903
+ Nk as esMessages,
26904
+ fk as etrFechaMayorQue,
26905
26905
  lp as etrRequerido,
26906
- uk as etrRequeridoNumerico,
26906
+ dk as etrRequeridoNumerico,
26907
26907
  tT as getFormcodFromResource,
26908
- fk as localeOptions,
26908
+ mk as localeOptions,
26909
26909
  qS as recargarComboBox,
26910
- Xw as renderCellComboBox,
26910
+ Zw as renderCellComboBox,
26911
26911
  QS as setDisableAction,
26912
26912
  ZS as setErrorAction,
26913
26913
  YS as setHiddenAction,
26914
26914
  JS as setLabelAction,
26915
26915
  XS as setRequireAction,
26916
- gk as stringToDate,
26917
- bk as stringToDateTime,
26918
- $k as themes,
26919
- ik as timeFormat,
26920
- lk as timeParser,
26916
+ bk as stringToDate,
26917
+ vk as stringToDateTime,
26918
+ Ak as themes,
26919
+ lk as timeFormat,
26920
+ sk as timeParser,
26921
26921
  fl as useAjax,
26922
26922
  Oa as useAsistente,
26923
26923
  ct as useContenidoController,
26924
- Zw as useEtrActions,
26924
+ Jw as useEtrActions,
26925
26925
  gl as useFicha,
26926
26926
  _d as useFieldController,
26927
26927
  nn as useFormProgress,
@@ -26929,7 +26929,7 @@ export {
26929
26929
  e0 as useGetJson,
26930
26930
  Pl as useInitFicha,
26931
26931
  zE as useNuevo,
26932
- Ok as useReferenceLabel,
26932
+ xk as useReferenceLabel,
26933
26933
  Jt as useUtils,
26934
26934
  xa as useUtilsGrilla,
26935
26935
  t0 as useUtilsSubmit