react-crud-mobile 1.3.64 → 1.3.65
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 +3 -20
- 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 +3 -20
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIOrder.tsx +0 -15
|
@@ -1639,31 +1639,14 @@ function UIOrder(props) {
|
|
|
1639
1639
|
var _useState = useState(items),
|
|
1640
1640
|
data = _useState[0],
|
|
1641
1641
|
setData = _useState[1];
|
|
1642
|
-
return /*#__PURE__*/
|
|
1642
|
+
return /*#__PURE__*/jsx(GestureHandlerRootView, {
|
|
1643
1643
|
style: _extends({
|
|
1644
1644
|
flex: 1,
|
|
1645
1645
|
width: '100%'
|
|
1646
1646
|
}, scope.getStyle('order', {
|
|
1647
1647
|
justifyContent: 'flex-start'
|
|
1648
1648
|
})),
|
|
1649
|
-
children:
|
|
1650
|
-
placeholder: "Pesquisar...",
|
|
1651
|
-
field: "query",
|
|
1652
|
-
crud: crud,
|
|
1653
|
-
style: {
|
|
1654
|
-
marginBottom: 10
|
|
1655
|
-
},
|
|
1656
|
-
change: {
|
|
1657
|
-
action: function action() {
|
|
1658
|
-
scope.search();
|
|
1659
|
-
}
|
|
1660
|
-
},
|
|
1661
|
-
icon: /*#__PURE__*/jsx(Ionicons$1, {
|
|
1662
|
-
name: "search",
|
|
1663
|
-
size: 20,
|
|
1664
|
-
color: "#888"
|
|
1665
|
-
})
|
|
1666
|
-
}), /*#__PURE__*/jsx(DraggableFlatList, {
|
|
1649
|
+
children: /*#__PURE__*/jsx(DraggableFlatList, {
|
|
1667
1650
|
data: data,
|
|
1668
1651
|
renderItem: renderItem,
|
|
1669
1652
|
keyExtractor: function keyExtractor(item) {
|
|
@@ -1674,7 +1657,7 @@ function UIOrder(props) {
|
|
|
1674
1657
|
setData(data);
|
|
1675
1658
|
scope.changeValue(data);
|
|
1676
1659
|
}
|
|
1677
|
-
})
|
|
1660
|
+
})
|
|
1678
1661
|
});
|
|
1679
1662
|
}
|
|
1680
1663
|
var styles$a = /*#__PURE__*/StyleSheet.create({
|