react-crud-mobile 1.3.178 → 1.3.180

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.
@@ -1026,7 +1026,6 @@ function UIList(props) {
1026
1026
  var list = reactCrudUtils.Utils.nvl(scope.getItems(), []);
1027
1027
  if (original.search !== false && !((_original$list = original.list) != null && _original$list.url)) {
1028
1028
  var query = crud.get('query', '').toLowerCase().trim();
1029
- console.log(query);
1030
1029
  if (query.length > 1) {
1031
1030
  var filters = [];
1032
1031
  var filterBy = reactCrudUtils.Utils.nvl(original.filterBy, 'label');
@@ -1718,6 +1717,7 @@ function UIOrder(props) {
1718
1717
  children: scope.getPart('footer')
1719
1718
  }),
1720
1719
  renderItem: renderItem,
1720
+ containerStyle: _extends({}, scope.getPart('list')),
1721
1721
  keyExtractor: function keyExtractor(item) {
1722
1722
  var key = scope.getItemValue(item);
1723
1723
  if (original != null && original.debug) {
@@ -2346,6 +2346,7 @@ var styles$b = /*#__PURE__*/reactNative.StyleSheet.create({
2346
2346
  label: {
2347
2347
  fontWeight: 400,
2348
2348
  fontSize: 12,
2349
+ paddingVertical: 3,
2349
2350
  color: 'labelColor'
2350
2351
  },
2351
2352
  inner: {