biblio-react 3.0.0-alpha3 → 3.0.0-alpha4
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 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26789,11 +26789,11 @@ const Ow = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
|
|
|
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, { ...s, type: "time", size: "small" }) : /* @__PURE__ */ f(Er, { ...s, size: "small" });
|
|
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(
|
|
@@ -26814,7 +26814,8 @@ const Ow = /* @__PURE__ */ o((e) => /* @__PURE__ */ f(
|
|
|
26814
26814
|
...e,
|
|
26815
26815
|
label: "",
|
|
26816
26816
|
source: t,
|
|
26817
|
-
sx: { flex: 1, marginTop: 1 }
|
|
26817
|
+
sx: { flex: 1, marginTop: 1 },
|
|
26818
|
+
size: "small"
|
|
26818
26819
|
}
|
|
26819
26820
|
),
|
|
26820
26821
|
/* @__PURE__ */ f(
|