@xuda.io/runtime-bundle 1.0.409 → 1.0.410

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