react-crud-mobile 1.3.221 → 1.3.222
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 -10
- 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 -10
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +2 -6
@@ -1450,14 +1450,10 @@ function UIModal(_ref) {
|
|
1450
1450
|
var ModalInner = function ModalInner() {
|
1451
1451
|
var Content = function Content() {
|
1452
1452
|
if (dialog != null && dialog.component) {
|
1453
|
-
var Aux = dialog == null ? void 0 : dialog.component
|
1454
|
-
|
1455
|
-
|
1456
|
-
});
|
1457
|
-
console.log(Aux);
|
1458
|
-
return /*#__PURE__*/jsx(Fragment, {
|
1459
|
-
children: Aux
|
1460
|
-
});
|
1453
|
+
var Aux = dialog == null ? void 0 : dialog.component;
|
1454
|
+
return /*#__PURE__*/jsx(Aux, {
|
1455
|
+
crud: curr
|
1456
|
+
}, curr.uuid);
|
1461
1457
|
}
|
1462
1458
|
return /*#__PURE__*/jsx(UIChildren, {
|
1463
1459
|
scope: scope,
|
@@ -1466,8 +1462,6 @@ function UIModal(_ref) {
|
|
1466
1462
|
});
|
1467
1463
|
};
|
1468
1464
|
var content = /*#__PURE__*/jsx(Content, {});
|
1469
|
-
//v1
|
1470
|
-
console.log(content);
|
1471
1465
|
if (original["transient"]) {
|
1472
1466
|
return /*#__PURE__*/jsx(View, {
|
1473
1467
|
style: style('modalSafe'),
|