react-crud-mobile 1.0.752 → 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.
- package/dist/react-crud-mobile.cjs.development.js +1 -1
- 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 +1 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIList.tsx +2 -2
|
@@ -851,6 +851,7 @@ 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(), []);
|
|
@@ -918,7 +919,6 @@ function UIList(props) {
|
|
|
918
919
|
})]
|
|
919
920
|
}, keyData);
|
|
920
921
|
};
|
|
921
|
-
var keyData = scope.key('data');
|
|
922
922
|
return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
923
923
|
children: [original.search !== false && /*#__PURE__*/jsxRuntime.jsx(UI.Text, {
|
|
924
924
|
placeholder: "Pesquisar...",
|