react-crud-mobile 1.3.152 → 1.3.153
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 +9 -5
- 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 +9 -5
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIOrder.tsx +2 -1
|
@@ -1704,11 +1704,15 @@ function UIOrder(props) {
|
|
|
1704
1704
|
children: children
|
|
1705
1705
|
});
|
|
1706
1706
|
};
|
|
1707
|
-
return /*#__PURE__*/jsxRuntime.
|
|
1708
|
-
children:
|
|
1709
|
-
scope: scope
|
|
1710
|
-
}), /*#__PURE__*/jsxRuntime.jsx(DraggableFlatList__default, {
|
|
1707
|
+
return /*#__PURE__*/jsxRuntime.jsx(OrderView, {
|
|
1708
|
+
children: /*#__PURE__*/jsxRuntime.jsx(DraggableFlatList__default, {
|
|
1711
1709
|
data: data,
|
|
1710
|
+
ListHeaderComponent: /*#__PURE__*/jsxRuntime.jsx(UIHeader, {
|
|
1711
|
+
scope: scope
|
|
1712
|
+
}),
|
|
1713
|
+
ListFooterComponent: /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
1714
|
+
children: scope.getPart('footer')
|
|
1715
|
+
}),
|
|
1712
1716
|
renderItem: renderItem,
|
|
1713
1717
|
keyExtractor: function keyExtractor(item) {
|
|
1714
1718
|
var key = scope.getItemValue(item);
|
|
@@ -1722,7 +1726,7 @@ function UIOrder(props) {
|
|
|
1722
1726
|
setData(data);
|
|
1723
1727
|
scope.changeValue(data);
|
|
1724
1728
|
}
|
|
1725
|
-
})
|
|
1729
|
+
})
|
|
1726
1730
|
});
|
|
1727
1731
|
}
|
|
1728
1732
|
var styles$a = /*#__PURE__*/reactNative.StyleSheet.create({
|