react-crud-mobile 1.3.49 → 1.3.51
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 +5 -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 +5 -4
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +2 -1
|
@@ -1358,6 +1358,7 @@ function UIModal(props) {
|
|
|
1358
1358
|
index = _useState2[0],
|
|
1359
1359
|
setIndex = _useState2[1];
|
|
1360
1360
|
var main = reactCrudUtils.ViewUtils.getCrud('view');
|
|
1361
|
+
//v3
|
|
1361
1362
|
var scope = props.scope;
|
|
1362
1363
|
var label = scope.getLabel();
|
|
1363
1364
|
var theme = scope.getTheme();
|
|
@@ -1466,7 +1467,7 @@ function UIModal(props) {
|
|
|
1466
1467
|
"transient": true,
|
|
1467
1468
|
children: headerRight
|
|
1468
1469
|
})]
|
|
1469
|
-
}), /*#__PURE__*/jsxRuntime.
|
|
1470
|
+
}), /*#__PURE__*/jsxRuntime.jsx(reactNative.ScrollView, {
|
|
1470
1471
|
contentContainerStyle: {
|
|
1471
1472
|
flexGrow: 1,
|
|
1472
1473
|
paddingBottom: 50
|
|
@@ -1474,7 +1475,7 @@ function UIModal(props) {
|
|
|
1474
1475
|
style: style('modalContent'),
|
|
1475
1476
|
nestedScrollEnabled: true,
|
|
1476
1477
|
ref: scrollRef,
|
|
1477
|
-
children:
|
|
1478
|
+
children: /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
|
|
1478
1479
|
style: {
|
|
1479
1480
|
flex: 1,
|
|
1480
1481
|
paddingLeft: 15,
|
|
@@ -1487,8 +1488,8 @@ function UIModal(props) {
|
|
|
1487
1488
|
crud: scope.currentDialog,
|
|
1488
1489
|
children: props.children
|
|
1489
1490
|
})
|
|
1490
|
-
})
|
|
1491
|
-
})]
|
|
1491
|
+
})
|
|
1492
|
+
}), bottom]
|
|
1492
1493
|
}), /*#__PURE__*/jsxRuntime.jsx(UIToast, {})]
|
|
1493
1494
|
}, key);
|
|
1494
1495
|
}
|