biblio-react 2.0.3 → 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 +19 -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();
|
|
@@ -14819,6 +14829,7 @@ const Nd = (e) => {
|
|
|
14819
14829
|
XS,
|
|
14820
14830
|
{
|
|
14821
14831
|
...h,
|
|
14832
|
+
source: f,
|
|
14822
14833
|
onBeforeSubmitAsistente: M,
|
|
14823
14834
|
onAfterSubmitAsistente: D,
|
|
14824
14835
|
enviarTodo: E,
|
|
@@ -14836,6 +14847,7 @@ const Nd = (e) => {
|
|
|
14836
14847
|
QS,
|
|
14837
14848
|
{
|
|
14838
14849
|
...h,
|
|
14850
|
+
source: f,
|
|
14839
14851
|
onBeforeSubmitAsistente: M,
|
|
14840
14852
|
onAfterSubmitAsistente: D,
|
|
14841
14853
|
enviarTodo: E,
|
|
@@ -14854,6 +14866,7 @@ const Nd = (e) => {
|
|
|
14854
14866
|
ZS,
|
|
14855
14867
|
{
|
|
14856
14868
|
...h,
|
|
14869
|
+
source: f,
|
|
14857
14870
|
onBeforeSubmitAsistente: M,
|
|
14858
14871
|
onAfterSubmitAsistente: D,
|
|
14859
14872
|
enviarTodo: E,
|