react-crud-mobile 1.3.217 → 1.3.219
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 +1 -6
- 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 +1 -6
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +2 -5
@@ -1460,11 +1460,6 @@ function UIModal(_ref) {
|
|
1460
1460
|
var Content = function Content() {
|
1461
1461
|
if (dialog != null && dialog.component) {
|
1462
1462
|
var Aux = dialog == null ? void 0 : dialog.component;
|
1463
|
-
var x = Aux({
|
1464
|
-
crud: dialog.crud,
|
1465
|
-
scope: dialog.scope
|
1466
|
-
});
|
1467
|
-
console.log(x);
|
1468
1463
|
return /*#__PURE__*/jsxRuntime.jsx(Aux, {
|
1469
1464
|
crud: curr
|
1470
1465
|
}, curr.uuid);
|
@@ -1476,13 +1471,13 @@ function UIModal(_ref) {
|
|
1476
1471
|
});
|
1477
1472
|
};
|
1478
1473
|
var content = /*#__PURE__*/jsxRuntime.jsx(Content, {});
|
1474
|
+
console.log(content);
|
1479
1475
|
if (original["transient"]) {
|
1480
1476
|
return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
|
1481
1477
|
style: style('modalSafe'),
|
1482
1478
|
children: content
|
1483
1479
|
});
|
1484
1480
|
}
|
1485
|
-
console.log(content);
|
1486
1481
|
return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
1487
1482
|
children: [/*#__PURE__*/jsxRuntime.jsx(reactNative.SafeAreaView, {
|
1488
1483
|
style: style('modalTop')
|