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.
@@ -1017,7 +1017,6 @@ function UIList(props) {
1017
1017
  var list = Utils.nvl(scope.getItems(), []);
1018
1018
  if (original.search !== false && !((_original$list = original.list) != null && _original$list.url)) {
1019
1019
  var query = crud.get('query', '').toLowerCase().trim();
1020
- console.log(query);
1021
1020
  if (query.length > 1) {
1022
1021
  var filters = [];
1023
1022
  var filterBy = Utils.nvl(original.filterBy, 'label');
@@ -1709,6 +1708,7 @@ function UIOrder(props) {
1709
1708
  children: scope.getPart('footer')
1710
1709
  }),
1711
1710
  renderItem: renderItem,
1711
+ containerStyle: _extends({}, scope.getPart('list')),
1712
1712
  keyExtractor: function keyExtractor(item) {
1713
1713
  var key = scope.getItemValue(item);
1714
1714
  if (original != null && original.debug) {
@@ -2337,6 +2337,7 @@ var styles$b = /*#__PURE__*/StyleSheet.create({
2337
2337
  label: {
2338
2338
  fontWeight: 400,
2339
2339
  fontSize: 12,
2340
+ paddingVertical: 3,
2340
2341
  color: 'labelColor'
2341
2342
  },
2342
2343
  inner: {