react-crud-mobile 1.0.751 → 1.0.753

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.
@@ -851,12 +851,12 @@ function UIList(props) {
851
851
  scope.updateIndex = ++index;
852
852
  setIndex(index);
853
853
  };
854
+ var keyData = scope.key('data', index);
854
855
  var items = reactCrudUtils.Utils.call(function () {
855
856
  var _original$list;
856
857
  var list = reactCrudUtils.Utils.nvl(scope.getItems(), []);
857
858
  if (original.search && !((_original$list = original.list) != null && _original$list.url)) {
858
859
  var query = crud.get('query', '').toLowerCase().trim();
859
- console.log(query);
860
860
  if (query.length > 1) {
861
861
  var filters = [];
862
862
  var filterBy = reactCrudUtils.Utils.nvl(original.filterBy, 'label');
@@ -919,7 +919,6 @@ function UIList(props) {
919
919
  })]
920
920
  }, keyData);
921
921
  };
922
- var keyData = scope.key('data');
923
922
  return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
924
923
  children: [original.search !== false && /*#__PURE__*/jsxRuntime.jsx(UI.Text, {
925
924
  placeholder: "Pesquisar...",