react-crud-mobile 1.3.61 → 1.3.62

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.
@@ -1648,29 +1648,12 @@ function UIOrder(props) {
1648
1648
  var _useState = React.useState(items),
1649
1649
  data = _useState[0],
1650
1650
  setData = _useState[1];
1651
- return /*#__PURE__*/jsxRuntime.jsxs(reactNativeGestureHandler.GestureHandlerRootView, {
1651
+ return /*#__PURE__*/jsxRuntime.jsx(reactNativeGestureHandler.GestureHandlerRootView, {
1652
1652
  style: _extends({
1653
1653
  flex: 1,
1654
1654
  width: '100%'
1655
- }, scope.getStyle('container')),
1656
- children: [original.search !== false && /*#__PURE__*/jsxRuntime.jsx(UI.Text, {
1657
- placeholder: "Pesquisar...",
1658
- field: "query",
1659
- crud: crud,
1660
- style: {
1661
- marginBottom: 10
1662
- },
1663
- change: {
1664
- action: function action() {
1665
- scope.search();
1666
- }
1667
- },
1668
- icon: /*#__PURE__*/jsxRuntime.jsx(vectorIcons.Ionicons, {
1669
- name: "search",
1670
- size: 20,
1671
- color: "#888"
1672
- })
1673
- }), /*#__PURE__*/jsxRuntime.jsx(DraggableFlatList__default, {
1655
+ }, scope.getStyle('order')),
1656
+ children: /*#__PURE__*/jsxRuntime.jsx(DraggableFlatList__default, {
1674
1657
  data: data,
1675
1658
  renderItem: renderItem,
1676
1659
  keyExtractor: function keyExtractor(item) {
@@ -1681,7 +1664,7 @@ function UIOrder(props) {
1681
1664
  setData(data);
1682
1665
  scope.changeValue(data);
1683
1666
  }
1684
- })]
1667
+ })
1685
1668
  });
1686
1669
  }
1687
1670
  var styles$a = /*#__PURE__*/reactNative.StyleSheet.create({