react-crud-mobile 1.3.49 → 1.3.50
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 -4
- 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 -4
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +1 -1
|
@@ -1458,7 +1458,7 @@ function UIModal(props) {
|
|
|
1458
1458
|
"transient": true,
|
|
1459
1459
|
children: headerRight
|
|
1460
1460
|
})]
|
|
1461
|
-
}), /*#__PURE__*/
|
|
1461
|
+
}), /*#__PURE__*/jsx(ScrollView, {
|
|
1462
1462
|
contentContainerStyle: {
|
|
1463
1463
|
flexGrow: 1,
|
|
1464
1464
|
paddingBottom: 50
|
|
@@ -1466,7 +1466,7 @@ function UIModal(props) {
|
|
|
1466
1466
|
style: style('modalContent'),
|
|
1467
1467
|
nestedScrollEnabled: true,
|
|
1468
1468
|
ref: scrollRef,
|
|
1469
|
-
children:
|
|
1469
|
+
children: /*#__PURE__*/jsx(View, {
|
|
1470
1470
|
style: {
|
|
1471
1471
|
flex: 1,
|
|
1472
1472
|
paddingLeft: 15,
|
|
@@ -1479,8 +1479,8 @@ function UIModal(props) {
|
|
|
1479
1479
|
crud: scope.currentDialog,
|
|
1480
1480
|
children: props.children
|
|
1481
1481
|
})
|
|
1482
|
-
})
|
|
1483
|
-
})]
|
|
1482
|
+
})
|
|
1483
|
+
}), bottom]
|
|
1484
1484
|
}), /*#__PURE__*/jsx(UIToast, {})]
|
|
1485
1485
|
}, key);
|
|
1486
1486
|
}
|