react-crud-mobile 1.0.725 → 1.0.726
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 +0 -8
- 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 +0 -8
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/UIElement.tsx +0 -12
|
@@ -1545,14 +1545,6 @@ function UIElement(props) {
|
|
|
1545
1545
|
var Value = function Value() {
|
|
1546
1546
|
var val = scope.getDisplayValue();
|
|
1547
1547
|
if (val) {
|
|
1548
|
-
if (/*#__PURE__*/React__default.isValidElement(val)) {
|
|
1549
|
-
return /*#__PURE__*/jsxRuntime.jsx(UIChildren, _extends({}, props, {
|
|
1550
|
-
scope: scope,
|
|
1551
|
-
crud: crud,
|
|
1552
|
-
style: getStyle('inner'),
|
|
1553
|
-
children: val
|
|
1554
|
-
}));
|
|
1555
|
-
}
|
|
1556
1548
|
return /*#__PURE__*/jsxRuntime.jsx(reactNative.Text, {
|
|
1557
1549
|
style: getStyle('value'),
|
|
1558
1550
|
children: val
|