react-crud-mobile 1.3.152 → 1.3.154

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.
@@ -1405,6 +1405,7 @@ function UIModal(_ref) {
1405
1405
  var children = _ref2.children;
1406
1406
  var disableScroll = scope.getPart('disableScroll', false);
1407
1407
  var disableContent = scope.getPart('disableContent', false);
1408
+ console.log(disableScroll);
1408
1409
  if (disableContent) {
1409
1410
  return /*#__PURE__*/jsx(Fragment, {
1410
1411
  children: children
@@ -1695,11 +1696,15 @@ function UIOrder(props) {
1695
1696
  children: children
1696
1697
  });
1697
1698
  };
1698
- return /*#__PURE__*/jsxs(OrderView, {
1699
- children: [/*#__PURE__*/jsx(UIHeader, {
1700
- scope: scope
1701
- }), /*#__PURE__*/jsx(DraggableFlatList, {
1699
+ return /*#__PURE__*/jsx(OrderView, {
1700
+ children: /*#__PURE__*/jsx(DraggableFlatList, {
1702
1701
  data: data,
1702
+ ListHeaderComponent: /*#__PURE__*/jsx(UIHeader, {
1703
+ scope: scope
1704
+ }),
1705
+ ListFooterComponent: /*#__PURE__*/jsx(Fragment, {
1706
+ children: scope.getPart('footer')
1707
+ }),
1703
1708
  renderItem: renderItem,
1704
1709
  keyExtractor: function keyExtractor(item) {
1705
1710
  var key = scope.getItemValue(item);
@@ -1713,7 +1718,7 @@ function UIOrder(props) {
1713
1718
  setData(data);
1714
1719
  scope.changeValue(data);
1715
1720
  }
1716
- })]
1721
+ })
1717
1722
  });
1718
1723
  }
1719
1724
  var styles$a = /*#__PURE__*/StyleSheet.create({