react-crud-mobile 1.3.80 → 1.3.81
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 +0 -5
- 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 +0 -5
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/UIElement.tsx +0 -7
|
@@ -2133,11 +2133,6 @@ function UIElement(props) {
|
|
|
2133
2133
|
setDialog(dialog);
|
|
2134
2134
|
}
|
|
2135
2135
|
};
|
|
2136
|
-
scope.dialogOpen = function (args) {
|
|
2137
|
-
var component = args.event.component;
|
|
2138
|
-
dialog = component;
|
|
2139
|
-
setDialog(component);
|
|
2140
|
-
};
|
|
2141
2136
|
return /*#__PURE__*/jsx(CrudContext.Provider, {
|
|
2142
2137
|
value: {
|
|
2143
2138
|
crud: crud,
|