react-crud-mobile 1.3.223 → 1.3.224
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/react-crud-mobile.cjs.development.js +4 -3
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +4 -3
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +3 -2
@@ -1451,10 +1451,11 @@ function UIModal(_ref) {
|
|
1451
1451
|
var ModalInner = function ModalInner() {
|
1452
1452
|
var Content = function Content() {
|
1453
1453
|
if (dialog != null && dialog.component) {
|
1454
|
-
var
|
1455
|
-
|
1454
|
+
var cprops = dialog.props;
|
1455
|
+
var Aux = dialog.component;
|
1456
|
+
return /*#__PURE__*/jsx(Aux, _extends({
|
1456
1457
|
crud: curr
|
1457
|
-
}, curr.uuid);
|
1458
|
+
}, cprops), curr.uuid);
|
1458
1459
|
}
|
1459
1460
|
return /*#__PURE__*/jsx(UIChildren, {
|
1460
1461
|
scope: scope,
|