react-crud-mobile 1.3.59 → 1.3.60
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 +2 -1
- 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 +2 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIOrder.tsx +3 -1
|
@@ -1650,7 +1650,8 @@ function UIOrder(props) {
|
|
|
1650
1650
|
setData = _useState[1];
|
|
1651
1651
|
return /*#__PURE__*/jsxRuntime.jsxs(reactNativeGestureHandler.GestureHandlerRootView, {
|
|
1652
1652
|
style: _extends({
|
|
1653
|
-
flex: 1
|
|
1653
|
+
flex: 1,
|
|
1654
|
+
width: '100%'
|
|
1654
1655
|
}, scope.getStyle('container')),
|
|
1655
1656
|
children: [original.search !== false && /*#__PURE__*/jsxRuntime.jsx(UI.Text, {
|
|
1656
1657
|
placeholder: "Pesquisar...",
|