@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -9076,7 +9076,7 @@ func.UI.find_field_in_progUi_attributes = function (progUi, field_id, prop, tag_
|
|
|
9076
9076
|
if (attr === `xu-exp:${prop}` || attr === prop) {
|
|
9077
9077
|
// found = val.includes('@' + field_id);
|
|
9078
9078
|
if (val.includes('@' + field_id)) {
|
|
9079
|
-
elm_node =
|
|
9079
|
+
elm_node = item;
|
|
9080
9080
|
break;
|
|
9081
9081
|
}
|
|
9082
9082
|
}
|
|
@@ -9084,7 +9084,7 @@ func.UI.find_field_in_progUi_attributes = function (progUi, field_id, prop, tag_
|
|
|
9084
9084
|
}
|
|
9085
9085
|
} else {
|
|
9086
9086
|
if (tag_name) {
|
|
9087
|
-
elm_node =
|
|
9087
|
+
elm_node = item;
|
|
9088
9088
|
}
|
|
9089
9089
|
}
|
|
9090
9090
|
}
|
|
@@ -9077,7 +9077,7 @@ func.UI.find_field_in_progUi_attributes = function (progUi, field_id, prop, tag_
|
|
|
9077
9077
|
if (attr === `xu-exp:${prop}` || attr === prop) {
|
|
9078
9078
|
// found = val.includes('@' + field_id);
|
|
9079
9079
|
if (val.includes('@' + field_id)) {
|
|
9080
|
-
elm_node =
|
|
9080
|
+
elm_node = item;
|
|
9081
9081
|
break;
|
|
9082
9082
|
}
|
|
9083
9083
|
}
|
|
@@ -9085,7 +9085,7 @@ func.UI.find_field_in_progUi_attributes = function (progUi, field_id, prop, tag_
|
|
|
9085
9085
|
}
|
|
9086
9086
|
} else {
|
|
9087
9087
|
if (tag_name) {
|
|
9088
|
-
elm_node =
|
|
9088
|
+
elm_node = item;
|
|
9089
9089
|
}
|
|
9090
9090
|
}
|
|
9091
9091
|
}
|