@xuda.io/runtime-bundle 1.0.411 → 1.0.412
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.
|
@@ -28258,7 +28258,7 @@ func.UI.find_field_in_progUi_attributes = function (progUi, field_id, prop, tag_
|
|
|
28258
28258
|
if (attr === `xu-exp:${prop}` || attr === prop) {
|
|
28259
28259
|
// found = val.includes('@' + field_id);
|
|
28260
28260
|
if (val.includes('@' + field_id)) {
|
|
28261
|
-
elm_node =
|
|
28261
|
+
elm_node = item;
|
|
28262
28262
|
break;
|
|
28263
28263
|
}
|
|
28264
28264
|
}
|
|
@@ -28266,7 +28266,7 @@ func.UI.find_field_in_progUi_attributes = function (progUi, field_id, prop, tag_
|
|
|
28266
28266
|
}
|
|
28267
28267
|
} else {
|
|
28268
28268
|
if (tag_name) {
|
|
28269
|
-
elm_node =
|
|
28269
|
+
elm_node = item;
|
|
28270
28270
|
}
|
|
28271
28271
|
}
|
|
28272
28272
|
}
|