biblio-react 2.0.4 → 2.0.5
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 +16 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14616,8 +14616,13 @@ const Nd = (e) => {
|
|
|
14616
14616
|
labelEstado: y,
|
|
14617
14617
|
label: a,
|
|
14618
14618
|
resource: m,
|
|
14619
|
-
onSubmit: (E, $) => {
|
|
14620
|
-
s(
|
|
14619
|
+
onSubmit: async (E, $) => {
|
|
14620
|
+
await s(
|
|
14621
|
+
P,
|
|
14622
|
+
E,
|
|
14623
|
+
g,
|
|
14624
|
+
b
|
|
14625
|
+
) !== !1 && (v(E, f), d(!1), c(P, E, g, b));
|
|
14621
14626
|
},
|
|
14622
14627
|
children: /* @__PURE__ */ p(
|
|
14623
14628
|
Nd,
|
|
@@ -14673,8 +14678,13 @@ const Nd = (e) => {
|
|
|
14673
14678
|
labelEstado: y,
|
|
14674
14679
|
label: a,
|
|
14675
14680
|
resource: o,
|
|
14676
|
-
onSubmit: (E, $) => {
|
|
14677
|
-
c(
|
|
14681
|
+
onSubmit: async (E, $) => {
|
|
14682
|
+
await c(
|
|
14683
|
+
T,
|
|
14684
|
+
E,
|
|
14685
|
+
b,
|
|
14686
|
+
O
|
|
14687
|
+
) !== !1 && (g(l.id, E, v), f(!1), u(T, E, b, O));
|
|
14678
14688
|
},
|
|
14679
14689
|
children: /* @__PURE__ */ p(
|
|
14680
14690
|
Nd,
|
|
@@ -14726,8 +14736,8 @@ const Nd = (e) => {
|
|
|
14726
14736
|
isOpen: c,
|
|
14727
14737
|
title: t,
|
|
14728
14738
|
content: r,
|
|
14729
|
-
onConfirm: (O) => {
|
|
14730
|
-
l(g, o, "B", h) !== !1 && (f(o.id, m), s(g, o, "B", h));
|
|
14739
|
+
onConfirm: async (O) => {
|
|
14740
|
+
await l(g, o, "B", h) !== !1 && (f(o.id, m), s(g, o, "B", h));
|
|
14731
14741
|
},
|
|
14732
14742
|
onClose: (O) => {
|
|
14733
14743
|
u(!1), O.stopPropagation();
|