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
package/package.json
CHANGED
@@ -677,8 +677,8 @@ export default function UIElement(props: ElementType) {
|
|
677
677
|
dialogScope.currentDialog = dialog;
|
678
678
|
dialogScope.toggleDialog(true);
|
679
679
|
|
680
|
-
|
681
|
-
scope.updaters.container?.();
|
680
|
+
setIndex(++index);
|
681
|
+
//scope.updaters.container?.();
|
682
682
|
};
|
683
683
|
|
684
684
|
scope.dialogHide = (args?: MethodType) => {
|
@@ -731,7 +731,7 @@ let boxStyle = StyleSheet.create({
|
|
731
731
|
const box: any = {
|
732
732
|
...boxStyle.box,
|
733
733
|
};
|
734
|
-
//
|
734
|
+
//v7
|
735
735
|
const elementStyle: any = {};
|
736
736
|
|
737
737
|
elementStyle.view = {
|