react-crud-mobile 1.3.209 → 1.3.211
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 +3 -3
- 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 +3 -3
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/UIElement.tsx +3 -3
@@ -2269,8 +2269,8 @@ function UIElement(props) {
|
|
2269
2269
|
scope.currentDialog = dialog;
|
2270
2270
|
dialogScope.currentDialog = dialog;
|
2271
2271
|
dialogScope.toggleDialog(true);
|
2272
|
-
|
2273
|
-
scope.updaters.container
|
2272
|
+
setIndex(++index);
|
2273
|
+
//scope.updaters.container?.();
|
2274
2274
|
};
|
2275
2275
|
scope.dialogHide = function (args) {
|
2276
2276
|
var _main$dialog;
|
@@ -2322,7 +2322,7 @@ var boxStyle = /*#__PURE__*/StyleSheet.create({
|
|
2322
2322
|
}
|
2323
2323
|
});
|
2324
2324
|
var box = /*#__PURE__*/_extends({}, boxStyle.box);
|
2325
|
-
//
|
2325
|
+
//v7
|
2326
2326
|
var elementStyle = {};
|
2327
2327
|
elementStyle.view = {
|
2328
2328
|
inner: {
|