biblio-react 3.0.0-alpha73 → 3.0.0-alpha74
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 +10 -12
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28038,7 +28038,15 @@ const k5 = /* @__PURE__ */ a(({
|
|
|
28038
28038
|
}
|
|
28039
28039
|
), d = ((h = r.state) == null ? void 0 : h.estado) === "B", p = t.open || d, f = t.open ? R5 : M5;
|
|
28040
28040
|
return /* @__PURE__ */ U(un, { children: [
|
|
28041
|
-
/* @__PURE__ */
|
|
28041
|
+
t.open && /* @__PURE__ */ v(
|
|
28042
|
+
PC,
|
|
28043
|
+
{
|
|
28044
|
+
sx: { position: "absolute", left: "45%", zIndex: 1 },
|
|
28045
|
+
loadingPrimary: t.mensaje,
|
|
28046
|
+
loadingSecondary: ""
|
|
28047
|
+
}
|
|
28048
|
+
),
|
|
28049
|
+
/* @__PURE__ */ v(
|
|
28042
28050
|
ot,
|
|
28043
28051
|
{
|
|
28044
28052
|
sx: {
|
|
@@ -28050,17 +28058,7 @@ const k5 = /* @__PURE__ */ a(({
|
|
|
28050
28058
|
onKeyPress: p ? jp : void 0,
|
|
28051
28059
|
onKeyUp: p ? jp : void 0,
|
|
28052
28060
|
disabled: p,
|
|
28053
|
-
children:
|
|
28054
|
-
t.open && /* @__PURE__ */ v(
|
|
28055
|
-
PC,
|
|
28056
|
-
{
|
|
28057
|
-
sx: { position: "absolute", left: "45%", zIndex: 1 },
|
|
28058
|
-
loadingPrimary: t.mensaje,
|
|
28059
|
-
loadingSecondary: ""
|
|
28060
|
-
}
|
|
28061
|
-
),
|
|
28062
|
-
e.children
|
|
28063
|
-
]
|
|
28061
|
+
children: e.children
|
|
28064
28062
|
}
|
|
28065
28063
|
),
|
|
28066
28064
|
/* @__PURE__ */ v(
|