@applica-software-guru/react-admin 1.1.92 → 1.1.93
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/components/ra-inputs/AutocompleteArrayInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/AutocompleteInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/SelectArrayInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/SelectInput.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +34 -34
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +14 -1
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ra-inputs/AutocompleteArrayInput.jsx +4 -1
- package/src/components/ra-inputs/AutocompleteInput.jsx +4 -0
- package/src/components/ra-inputs/SelectArrayInput.jsx +3 -0
- package/src/components/ra-inputs/SelectInput.tsx +3 -0
package/dist/react-admin.es.js
CHANGED
|
@@ -10474,8 +10474,11 @@ const DD = ie(cm, {
|
|
|
10474
10474
|
width: e === !1 ? 0 : "auto"
|
|
10475
10475
|
},
|
|
10476
10476
|
"& .MuiAutocomplete-inputRoot": {
|
|
10477
|
-
// Serve ad allineare l'altezza di un input di tipo Autocomplete a quella degli altri campi utilizzati.
|
|
10478
10477
|
padding: "0px 9px"
|
|
10478
|
+
},
|
|
10479
|
+
'& label.MuiFormLabel-root[data-shrink="false"]': {
|
|
10480
|
+
minHeight: "18px",
|
|
10481
|
+
marginTop: "-4px"
|
|
10479
10482
|
}
|
|
10480
10483
|
})), MD = ({ ...e }) => /* @__PURE__ */ f(ut, { ...e, children: /* @__PURE__ */ f(DD, {}) });
|
|
10481
10484
|
MD.propTypes = {
|
|
@@ -10489,6 +10492,10 @@ const kD = ie(Am, {
|
|
|
10489
10492
|
"& legend": {
|
|
10490
10493
|
width: e === !1 ? 0 : "auto"
|
|
10491
10494
|
},
|
|
10495
|
+
'& label.MuiFormLabel-root[data-shrink="false"]': {
|
|
10496
|
+
minHeight: "18px",
|
|
10497
|
+
marginTop: "-4px"
|
|
10498
|
+
},
|
|
10492
10499
|
"& .MuiAutocomplete-inputRoot": {
|
|
10493
10500
|
// Serve ad allineare l'altezza di un input di tipo Autocomplete a quella degli altri campi utilizzati.
|
|
10494
10501
|
padding: "0px 9px"
|
|
@@ -10781,6 +10788,9 @@ const WD = ie(k4, {
|
|
|
10781
10788
|
"& .RaSelectArrayInput-chips > .RaSelectArrayInput-chip": {
|
|
10782
10789
|
marginTop: "-2px",
|
|
10783
10790
|
marginBottom: "-2px"
|
|
10791
|
+
},
|
|
10792
|
+
'& label.MuiFormLabel-root[data-shrink="false"]': {
|
|
10793
|
+
marginTop: "2px"
|
|
10784
10794
|
}
|
|
10785
10795
|
}));
|
|
10786
10796
|
o0.propTypes = {
|
|
@@ -10808,6 +10818,9 @@ const UD = ie(gm, {
|
|
|
10808
10818
|
})(({ label: e }) => ({
|
|
10809
10819
|
"& legend": {
|
|
10810
10820
|
width: e === !1 ? 0 : "auto"
|
|
10821
|
+
},
|
|
10822
|
+
'& label.MuiFormLabel-root[data-shrink="false"]': {
|
|
10823
|
+
marginTop: "2px"
|
|
10811
10824
|
}
|
|
10812
10825
|
})), YD = (e) => /* @__PURE__ */ f(ut, { ...e, children: /* @__PURE__ */ f(UD, {}) });
|
|
10813
10826
|
YD.propTypes = {
|