biblio-react 3.0.0-alpha165 → 3.0.0-alpha166
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10190,7 +10190,7 @@ const YS = /* @__PURE__ */ a(() => {
|
|
|
10190
10190
|
asistente: T,
|
|
10191
10191
|
abrirVentanaSistema: C,
|
|
10192
10192
|
ficha: { propsContenidos: S, setPropsContenidos: w },
|
|
10193
|
-
setHiddenButton: u,
|
|
10193
|
+
setHiddenButton: u == null ? void 0 : u.setHidden,
|
|
10194
10194
|
setHidden: l(p),
|
|
10195
10195
|
setDisable: l(f),
|
|
10196
10196
|
setRequire: l(h),
|