biblio-react 3.0.0-alpha139 → 3.0.0-alpha140
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 +6 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32902,7 +32902,9 @@ const _6 = /* @__PURE__ */ a((t) => /* @__PURE__ */ y(
|
|
|
32902
32902
|
propsContenido: { readOnly: p, label: f, sx: h, onChange: g }
|
|
32903
32903
|
} = pr(t), m = dr();
|
|
32904
32904
|
Ge(() => {
|
|
32905
|
-
u.current || (
|
|
32905
|
+
u.current || (setTimeout(() => {
|
|
32906
|
+
m.setValue(n, z6);
|
|
32907
|
+
}, 0), u.current = !0);
|
|
32906
32908
|
}, [m, n]);
|
|
32907
32909
|
const b = Ke(() => {
|
|
32908
32910
|
l(!1);
|
|
@@ -33227,7 +33229,9 @@ const _6 = /* @__PURE__ */ a((t) => /* @__PURE__ */ y(
|
|
|
33227
33229
|
propsContenido: { readOnly: v, sx: x, label: T = "Funcionarios" }
|
|
33228
33230
|
} = pr(t), { [n]: k = {}, etrs: C } = h, S = wn({ ...t, etrs: C, asisEtr: g }), w = k.onChange === void 0 ? i : k.onChange;
|
|
33229
33231
|
Ge(() => {
|
|
33230
|
-
m.current || (
|
|
33232
|
+
m.current || (setTimeout(() => {
|
|
33233
|
+
p.setValue(n, Q6);
|
|
33234
|
+
}, 0), m.current = !0);
|
|
33231
33235
|
}, [p, n]);
|
|
33232
33236
|
const M = Ke(() => {
|
|
33233
33237
|
d(!1);
|