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
@@ -1451,11 +1451,6 @@ function UIModal(_ref) {
|
|
1451
1451
|
var Content = function Content() {
|
1452
1452
|
if (dialog != null && dialog.component) {
|
1453
1453
|
var Aux = dialog == null ? void 0 : dialog.component;
|
1454
|
-
var x = Aux({
|
1455
|
-
crud: dialog.crud,
|
1456
|
-
scope: dialog.scope
|
1457
|
-
});
|
1458
|
-
console.log(x);
|
1459
1454
|
return /*#__PURE__*/jsx(Aux, {
|
1460
1455
|
crud: curr
|
1461
1456
|
}, curr.uuid);
|
@@ -1467,13 +1462,13 @@ function UIModal(_ref) {
|
|
1467
1462
|
});
|
1468
1463
|
};
|
1469
1464
|
var content = /*#__PURE__*/jsx(Content, {});
|
1465
|
+
console.log(content);
|
1470
1466
|
if (original["transient"]) {
|
1471
1467
|
return /*#__PURE__*/jsx(View, {
|
1472
1468
|
style: style('modalSafe'),
|
1473
1469
|
children: content
|
1474
1470
|
});
|
1475
1471
|
}
|
1476
|
-
console.log(content);
|
1477
1472
|
return /*#__PURE__*/jsxs(Fragment, {
|
1478
1473
|
children: [/*#__PURE__*/jsx(SafeAreaView, {
|
1479
1474
|
style: style('modalTop')
|