biblio-react 3.0.0-alpha101 → 3.0.0-alpha102
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
|
@@ -33080,7 +33080,7 @@ const OH = /* @__PURE__ */ a((e) => /* @__PURE__ */ y(
|
|
|
33080
33080
|
seleccion: "",
|
|
33081
33081
|
all: !0,
|
|
33082
33082
|
none: !1
|
|
33083
|
-
}, IH = /* @__PURE__ */ a((e) => String(e) === e ? e === "" ? "Ninguno" : "Selección (1)" : !e || e != null && e.all ? "Todos" : e != null && e.none || e.seleccion.length === 0 ? "Ninguno" : `Selección (${e.seleccion.length})`, "format"), NH = /* @__PURE__ */ a((e) => e, "parse"), Aee = /* @__PURE__ */ a((e) => {
|
|
33083
|
+
}, IH = /* @__PURE__ */ a((e) => String(e) === e ? e === "" ? "Ninguno" : "Selección (1)" : !e || e != null && e.all ? "Todos" : e != null && e.none || e.seleccion.length === 0 ? "Ninguno" : `Selección (${e.seleccion.split(",").length})`, "format"), NH = /* @__PURE__ */ a((e) => e, "parse"), Aee = /* @__PURE__ */ a((e) => {
|
|
33084
33084
|
const {
|
|
33085
33085
|
allowNone: t = !0,
|
|
33086
33086
|
allowAll: r = !0,
|