react-crud-mobile 1.0.905 → 1.0.907
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 -7
- 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 -7
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/UIElement.tsx +1 -4
|
@@ -1782,13 +1782,10 @@ function UIElement(props) {
|
|
|
1782
1782
|
}
|
|
1783
1783
|
var Value = function Value() {
|
|
1784
1784
|
var value = scope.getDisplayValue();
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
});
|
|
1790
|
-
}
|
|
1791
|
-
return value;
|
|
1785
|
+
return /*#__PURE__*/jsxRuntime.jsx(reactNative.Text, {
|
|
1786
|
+
style: getStyle('value'),
|
|
1787
|
+
children: value
|
|
1788
|
+
});
|
|
1792
1789
|
};
|
|
1793
1790
|
var Inner = function Inner() {
|
|
1794
1791
|
return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|