@strapi/plugin-users-permissions 5.0.0-rc.5 → 5.0.0-rc.7
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/_chunks/{index-ij0Rstdh-BHUgmsKx.mjs → index--hrBKjIq-BeqS7oME.mjs} +2 -2
- package/dist/_chunks/{index-ij0Rstdh-BHUgmsKx.mjs.map → index--hrBKjIq-BeqS7oME.mjs.map} +1 -1
- package/dist/_chunks/{index-ij0Rstdh-qR3QHvSP.js → index--hrBKjIq-DI0YlzXm.js} +2 -2
- package/dist/_chunks/{index-ij0Rstdh-qR3QHvSP.js.map → index--hrBKjIq-DI0YlzXm.js.map} +1 -1
- package/dist/_chunks/{index-DuQbb-v8.mjs → index-B8jD2FAy.mjs} +2 -2
- package/dist/_chunks/{index-DuQbb-v8.mjs.map → index-B8jD2FAy.mjs.map} +1 -1
- package/dist/_chunks/{index-Co8FqgMT.js → index-B9klsfd8.js} +2 -2
- package/dist/_chunks/{index-Co8FqgMT.js.map → index-B9klsfd8.js.map} +1 -1
- package/dist/_chunks/{index-CbXK-0IO.mjs → index-CQM8uHG1.mjs} +8 -8
- package/dist/_chunks/{index-CbXK-0IO.mjs.map → index-CQM8uHG1.mjs.map} +1 -1
- package/dist/_chunks/{index-C6Co9mMd.js → index-CZC68oD7.js} +4 -4
- package/dist/_chunks/{index-C6Co9mMd.js.map → index-CZC68oD7.js.map} +1 -1
- package/dist/_chunks/{index-C0gAmqn3.js → index-Cj9usQ1J.js} +8 -8
- package/dist/_chunks/{index-C0gAmqn3.js.map → index-Cj9usQ1J.js.map} +1 -1
- package/dist/_chunks/{index-Bo7dDVzU.mjs → index-CppPdBPi.mjs} +3 -3
- package/dist/_chunks/{index-Bo7dDVzU.mjs.map → index-CppPdBPi.mjs.map} +1 -1
- package/dist/_chunks/{index-BI0rCc77.mjs → index-CuwWJke1.mjs} +2 -2
- package/dist/_chunks/{index-BI0rCc77.mjs.map → index-CuwWJke1.mjs.map} +1 -1
- package/dist/_chunks/{index-sz_dh_BC.mjs → index-D1dfWa_A.mjs} +3 -3
- package/dist/_chunks/{index-sz_dh_BC.mjs.map → index-D1dfWa_A.mjs.map} +1 -1
- package/dist/_chunks/{index-DwDfsi84.js → index-Dsnr5CyD.js} +2 -2
- package/dist/_chunks/{index-DwDfsi84.js.map → index-Dsnr5CyD.js.map} +1 -1
- package/dist/_chunks/{index-K3_pb-kw.js → index-LmCeXs5f.js} +7 -7
- package/dist/_chunks/{index-K3_pb-kw.js.map → index-LmCeXs5f.js.map} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +4 -4
|
@@ -10755,7 +10755,7 @@ const JsonInput = forwardRef(
|
|
|
10755
10755
|
JSONInput,
|
|
10756
10756
|
{
|
|
10757
10757
|
ref: composedRefs,
|
|
10758
|
-
value: field.value,
|
|
10758
|
+
value: typeof field.value == "object" ? JSON.stringify(field.value, null, 2) : field.value,
|
|
10759
10759
|
onChange: (json) => {
|
|
10760
10760
|
const value = required && !json.length ? null : json;
|
|
10761
10761
|
field.onChange(name, value);
|
|
@@ -11486,4 +11486,4 @@ export {
|
|
|
11486
11486
|
Layouts as L,
|
|
11487
11487
|
useTracking as u
|
|
11488
11488
|
};
|
|
11489
|
-
//# sourceMappingURL=index-
|
|
11489
|
+
//# sourceMappingURL=index--hrBKjIq-BeqS7oME.mjs.map
|