biblio-react 3.0.0-alpha3 → 3.0.0-alpha5
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 +5 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26262,7 +26262,7 @@ const Wc = /* @__PURE__ */ o((e) => {
|
|
|
26262
26262
|
] }) : null;
|
|
26263
26263
|
}, "ComboBox"), Bk = /* @__PURE__ */ o((e) => {
|
|
26264
26264
|
const { propsContenido: t, hidden: r } = st(e);
|
|
26265
|
-
return !r && /* @__PURE__ */ f(pm, { ...t });
|
|
26265
|
+
return !r && /* @__PURE__ */ f(pm, { size: "small", ...t });
|
|
26266
26266
|
}, "ComboBoxManual"), zk = /* @__PURE__ */ o((e) => {
|
|
26267
26267
|
const { title: t, source: r, src: n } = e, i = Qt(e), l = `${n}/${i[r]}`;
|
|
26268
26268
|
return /* @__PURE__ */ f(Bl, { title: t, src: l });
|
|
@@ -26784,16 +26784,16 @@ const Ow = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
|
|
|
26784
26784
|
] });
|
|
26785
26785
|
}, "TBSF"), Yk = /* @__PURE__ */ o((e) => {
|
|
26786
26786
|
const { propsContenido: t, hidden: r } = st(e);
|
|
26787
|
-
return !r && /* @__PURE__ */ f(Er, { multiline: !0, ...t });
|
|
26787
|
+
return !r && /* @__PURE__ */ f(Er, { multiline: !0, size: "small", ...t });
|
|
26788
26788
|
}, "TextArea"), Qk = /* @__PURE__ */ o((e) => {
|
|
26789
26789
|
const { tipo: t, ...r } = e, { propsContenido: n, hidden: i } = st(r), l = At();
|
|
26790
26790
|
ft(() => {
|
|
26791
26791
|
n.value && l.setValue(e.source, n.value);
|
|
26792
|
-
});
|
|
26792
|
+
}, [n.value]);
|
|
26793
26793
|
const s = {
|
|
26794
26794
|
...n
|
|
26795
26795
|
};
|
|
26796
|
-
return i ? null : t === "N" || t === "D" ? /* @__PURE__ */ f(gm, { ...s }) : t === "F" ? /* @__PURE__ */ f(bm, { ...s }) : t === "Z" ? /* @__PURE__ */ f(vm, { ...s }) : t === "H" ? /* @__PURE__ */ f(Er, { ...s, type: "time" }) : /* @__PURE__ */ f(Er, { ...s });
|
|
26796
|
+
return i ? null : t === "N" || t === "D" ? /* @__PURE__ */ f(gm, { ...s }) : t === "F" ? /* @__PURE__ */ f(bm, { ...s }) : t === "Z" ? /* @__PURE__ */ f(vm, { ...s }) : t === "H" ? /* @__PURE__ */ f(Er, { size: "small", ...s, type: "time" }) : /* @__PURE__ */ f(Er, { size: "small", ...s });
|
|
26797
26797
|
}, "TextBox"), Xk = /* @__PURE__ */ o((e) => {
|
|
26798
26798
|
const { source: t, label: r, sx: n } = e, { hidden: i } = st(e);
|
|
26799
26799
|
return i ? null : /* @__PURE__ */ B(
|
|
@@ -26811,6 +26811,7 @@ const Ow = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
|
|
|
26811
26811
|
/* @__PURE__ */ f(
|
|
26812
26812
|
Er,
|
|
26813
26813
|
{
|
|
26814
|
+
size: "small",
|
|
26814
26815
|
...e,
|
|
26815
26816
|
label: "",
|
|
26816
26817
|
source: t,
|