react-crud-mobile 1.3.186 → 1.3.188

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.
@@ -2203,6 +2203,8 @@ function UIElement(props) {
2203
2203
  };
2204
2204
  scope.dialogShow = function (args) {
2205
2205
  var _event$dialog;
2206
+ var event = reactCrudUtils.Utils.nvl(args == null ? void 0 : args.event, {});
2207
+ if (event != null && event.debug) console.log(args);
2206
2208
  var main = reactCrudUtils.ViewUtils.getCrud('view');
2207
2209
  var parent = main.dialog;
2208
2210
  var crud = args.crud;
@@ -2210,7 +2212,6 @@ function UIElement(props) {
2210
2212
  var edit = args.edit === true;
2211
2213
  var def = {};
2212
2214
  var rowItem = null;
2213
- var event = reactCrudUtils.Utils.nvl(args == null ? void 0 : args.event, {});
2214
2215
  var component = event == null ? void 0 : event.component;
2215
2216
  if (crud.is('row')) {
2216
2217
  def.parent = crud.parent.parent;