react-crud-mobile 1.3.80 → 1.3.82

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.
@@ -1460,11 +1460,7 @@ function UIModal(props) {
1460
1460
  paddingTop: 10,
1461
1461
  paddingBottom: 10
1462
1462
  },
1463
- children: /*#__PURE__*/jsx(UIChildren, {
1464
- scope: scope,
1465
- crud: scope.currentDialog,
1466
- children: props.children
1467
- })
1463
+ children: props.children
1468
1464
  })
1469
1465
  }), bottom]
1470
1466
  }), /*#__PURE__*/jsx(UIToast, {})]
@@ -2133,11 +2129,6 @@ function UIElement(props) {
2133
2129
  setDialog(dialog);
2134
2130
  }
2135
2131
  };
2136
- scope.dialogOpen = function (args) {
2137
- var component = args.event.component;
2138
- dialog = component;
2139
- setDialog(component);
2140
- };
2141
2132
  return /*#__PURE__*/jsx(CrudContext.Provider, {
2142
2133
  value: {
2143
2134
  crud: crud,