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
@@ -2278,8 +2278,8 @@ function UIElement(props) {
|
|
2278
2278
|
scope.currentDialog = dialog;
|
2279
2279
|
dialogScope.currentDialog = dialog;
|
2280
2280
|
dialogScope.toggleDialog(true);
|
2281
|
-
|
2282
|
-
scope.updaters.container
|
2281
|
+
setIndex(++index);
|
2282
|
+
//scope.updaters.container?.();
|
2283
2283
|
};
|
2284
2284
|
scope.dialogHide = function (args) {
|
2285
2285
|
var _main$dialog;
|
@@ -2331,7 +2331,7 @@ var boxStyle = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
2331
2331
|
}
|
2332
2332
|
});
|
2333
2333
|
var box = /*#__PURE__*/_extends({}, boxStyle.box);
|
2334
|
-
//
|
2334
|
+
//v7
|
2335
2335
|
var elementStyle = {};
|
2336
2336
|
elementStyle.view = {
|
2337
2337
|
inner: {
|