react-crud-mobile 1.3.155 → 1.3.156
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 +18 -18
- 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 +18 -18
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +18 -18
|
@@ -1426,15 +1426,24 @@ function UIModal(_ref) {
|
|
|
1426
1426
|
children: children
|
|
1427
1427
|
});
|
|
1428
1428
|
}
|
|
1429
|
-
return /*#__PURE__*/jsxRuntime.jsx(reactNative.
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1429
|
+
return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
|
|
1430
|
+
style: {
|
|
1431
|
+
flex: 1,
|
|
1432
|
+
paddingLeft: 15,
|
|
1433
|
+
paddingRight: 15,
|
|
1434
|
+
paddingTop: 10,
|
|
1435
|
+
paddingBottom: 10
|
|
1433
1436
|
},
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1437
|
+
children: /*#__PURE__*/jsxRuntime.jsx(reactNative.ScrollView, {
|
|
1438
|
+
contentContainerStyle: {
|
|
1439
|
+
flexGrow: 1,
|
|
1440
|
+
paddingBottom: 50
|
|
1441
|
+
},
|
|
1442
|
+
style: style('modalContent'),
|
|
1443
|
+
nestedScrollEnabled: true,
|
|
1444
|
+
ref: scrollRef,
|
|
1445
|
+
children: children
|
|
1446
|
+
})
|
|
1438
1447
|
});
|
|
1439
1448
|
};
|
|
1440
1449
|
var ModalView = function ModalView(_ref3) {
|
|
@@ -1484,16 +1493,7 @@ function UIModal(_ref) {
|
|
|
1484
1493
|
children: headerRight
|
|
1485
1494
|
})]
|
|
1486
1495
|
}), /*#__PURE__*/jsxRuntime.jsx(ModalContent, {
|
|
1487
|
-
children: /*#__PURE__*/jsxRuntime.jsx(
|
|
1488
|
-
style: {
|
|
1489
|
-
flex: 1,
|
|
1490
|
-
paddingLeft: 15,
|
|
1491
|
-
paddingRight: 15,
|
|
1492
|
-
paddingTop: 10,
|
|
1493
|
-
paddingBottom: 10
|
|
1494
|
-
},
|
|
1495
|
-
children: /*#__PURE__*/jsxRuntime.jsx(Content, {})
|
|
1496
|
-
})
|
|
1496
|
+
children: /*#__PURE__*/jsxRuntime.jsx(Content, {})
|
|
1497
1497
|
}), bottom]
|
|
1498
1498
|
}), /*#__PURE__*/jsxRuntime.jsx(UIToast, {})]
|
|
1499
1499
|
});
|