biblio-react 3.0.0-alpha31 → 3.0.0-alpha32
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 -13
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17038,27 +17038,33 @@ const Xp = /* @__PURE__ */ n((e) => {
|
|
|
17038
17038
|
height: "9em"
|
|
17039
17039
|
}
|
|
17040
17040
|
})), KM = /* @__PURE__ */ n((e) => {
|
|
17041
|
-
const t = tt(e), {
|
|
17042
|
-
|
|
17041
|
+
const t = tt(e), {
|
|
17042
|
+
tipo: r,
|
|
17043
|
+
hasCreate: a,
|
|
17044
|
+
hasSeleccionMultiple: i,
|
|
17045
|
+
chkSeleccionMultiple: l = !1,
|
|
17046
|
+
...s
|
|
17047
|
+
} = e, c = Pe(Gl), u = r === "ventana" ? FC : Yu, d = rl(), [p, h] = We(null), [m, g] = We(l), v = /* @__PURE__ */ n((b) => {
|
|
17048
|
+
g(b.target.checked);
|
|
17043
17049
|
}, "handleChange");
|
|
17044
17050
|
return ct(() => {
|
|
17045
|
-
|
|
17046
|
-
|
|
17047
|
-
}).catch((
|
|
17048
|
-
|
|
17051
|
+
d.getGrillaConfig(t).then((b) => {
|
|
17052
|
+
h(b.data);
|
|
17053
|
+
}).catch((b) => {
|
|
17054
|
+
p === null && h([]);
|
|
17049
17055
|
});
|
|
17050
|
-
}, []),
|
|
17056
|
+
}, []), p === null ? /* @__PURE__ */ f(Zp, { loadingPrimary: "", loadingSecondary: "" }) : /* @__PURE__ */ f(
|
|
17051
17057
|
oT,
|
|
17052
17058
|
{
|
|
17053
17059
|
hasCreate: a,
|
|
17054
17060
|
hasSeleccionMultiple: i,
|
|
17055
|
-
chkSeleccionMultiple:
|
|
17056
|
-
handleSeleccionMultiple:
|
|
17057
|
-
children: /* @__PURE__ */ f(vn, { children: /* @__PURE__ */ f(Jp.Provider, { value:
|
|
17058
|
-
|
|
17061
|
+
chkSeleccionMultiple: m,
|
|
17062
|
+
handleSeleccionMultiple: v,
|
|
17063
|
+
children: /* @__PURE__ */ f(vn, { children: /* @__PURE__ */ f(Jp.Provider, { value: p, children: /* @__PURE__ */ f(Ul, { children: /* @__PURE__ */ f(
|
|
17064
|
+
u,
|
|
17059
17065
|
{
|
|
17060
|
-
...
|
|
17061
|
-
disableSyncWithLocation: !!
|
|
17066
|
+
...s,
|
|
17067
|
+
disableSyncWithLocation: !!c,
|
|
17062
17068
|
storeKey: `${t}.listParams`
|
|
17063
17069
|
}
|
|
17064
17070
|
) }) }) })
|