biblio-react 3.0.0-alpha100 → 3.0.0-alpha101
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 +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33077,7 +33077,7 @@ const OH = /* @__PURE__ */ a((e) => /* @__PURE__ */ y(
|
|
|
33077
33077
|
}
|
|
33078
33078
|
);
|
|
33079
33079
|
}, "FiltroFuncionarios"), $H = {
|
|
33080
|
-
seleccion:
|
|
33080
|
+
seleccion: "",
|
|
33081
33081
|
all: !0,
|
|
33082
33082
|
none: !1
|
|
33083
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) => {
|
|
@@ -33099,19 +33099,19 @@ const OH = /* @__PURE__ */ a((e) => /* @__PURE__ */ y(
|
|
|
33099
33099
|
d(!1);
|
|
33100
33100
|
}, [d]), A = /* @__PURE__ */ a((R, F) => {
|
|
33101
33101
|
d(!1), p.setValue(n, {
|
|
33102
|
-
seleccion: l.
|
|
33102
|
+
seleccion: l.join(",").replaceAll("funnro=", ""),
|
|
33103
33103
|
all: !1,
|
|
33104
33104
|
none: !1
|
|
33105
33105
|
}), w && w(S, f, R);
|
|
33106
33106
|
}, "handleConfirm"), M = /* @__PURE__ */ a((R) => {
|
|
33107
33107
|
p.setValue(n, {
|
|
33108
|
-
seleccion:
|
|
33108
|
+
seleccion: "",
|
|
33109
33109
|
all: !1,
|
|
33110
33110
|
none: !0
|
|
33111
33111
|
}), w && w(S, f, R);
|
|
33112
33112
|
}, "handleNinguno"), $ = /* @__PURE__ */ a((R) => {
|
|
33113
33113
|
p.setValue(n, {
|
|
33114
|
-
seleccion:
|
|
33114
|
+
seleccion: "",
|
|
33115
33115
|
all: !0,
|
|
33116
33116
|
none: !1
|
|
33117
33117
|
}), w && w(S, f, R);
|