@xuda.io/runtime-bundle 1.0.408 → 1.0.409

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.
@@ -28264,16 +28264,17 @@ func.UI.find_field_in_progUi_attributes = function (progUi, field_id, prop, tag_
28264
28264
  }
28265
28265
  }
28266
28266
  }
28267
- if (elm_node) break;
28268
-
28269
- if (item.children) {
28270
- iterate_progUi(item.children);
28271
- }
28272
28267
  } else {
28273
28268
  if (tag_name) {
28274
28269
  elm_node = node;
28275
28270
  }
28276
28271
  }
28272
+
28273
+ if (elm_node) break;
28274
+
28275
+ if (item.children) {
28276
+ iterate_progUi(item.children);
28277
+ }
28277
28278
  }
28278
28279
  }
28279
28280
  };