biblio-react 3.0.0-alpha67 → 3.0.0-alpha68
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 +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -52386,7 +52386,7 @@ const PZ = /* @__PURE__ */ a((e) => {
|
|
|
52386
52386
|
}, "TextBox"), RZ = /* @__PURE__ */ a((e) => {
|
|
52387
52387
|
const { label: t, sx: r } = e, {
|
|
52388
52388
|
hidden: n,
|
|
52389
|
-
propsContenido: { helperText: o, sx: i }
|
|
52389
|
+
propsContenido: { helperText: o, sx: i, readOnly: s }
|
|
52390
52390
|
} = nr(e);
|
|
52391
52391
|
return n ? null : /* @__PURE__ */ Y(
|
|
52392
52392
|
at,
|
|
@@ -52403,6 +52403,8 @@ const PZ = /* @__PURE__ */ a((e) => {
|
|
|
52403
52403
|
Qo,
|
|
52404
52404
|
{
|
|
52405
52405
|
...e,
|
|
52406
|
+
disabled: !1,
|
|
52407
|
+
readOnly: s,
|
|
52406
52408
|
label: "",
|
|
52407
52409
|
sx: { flex: 1 },
|
|
52408
52410
|
helperText: o
|