@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -9082,16 +9082,17 @@ func.UI.find_field_in_progUi_attributes = function (progUi, field_id, prop, tag_
|
|
|
9082
9082
|
}
|
|
9083
9083
|
}
|
|
9084
9084
|
}
|
|
9085
|
-
if (elm_node) break;
|
|
9086
|
-
|
|
9087
|
-
if (item.children) {
|
|
9088
|
-
iterate_progUi(item.children);
|
|
9089
|
-
}
|
|
9090
9085
|
} else {
|
|
9091
9086
|
if (tag_name) {
|
|
9092
9087
|
elm_node = node;
|
|
9093
9088
|
}
|
|
9094
9089
|
}
|
|
9090
|
+
|
|
9091
|
+
if (elm_node) break;
|
|
9092
|
+
|
|
9093
|
+
if (item.children) {
|
|
9094
|
+
iterate_progUi(item.children);
|
|
9095
|
+
}
|
|
9095
9096
|
}
|
|
9096
9097
|
}
|
|
9097
9098
|
};
|
|
@@ -9083,16 +9083,17 @@ func.UI.find_field_in_progUi_attributes = function (progUi, field_id, prop, tag_
|
|
|
9083
9083
|
}
|
|
9084
9084
|
}
|
|
9085
9085
|
}
|
|
9086
|
-
if (elm_node) break;
|
|
9087
|
-
|
|
9088
|
-
if (item.children) {
|
|
9089
|
-
iterate_progUi(item.children);
|
|
9090
|
-
}
|
|
9091
9086
|
} else {
|
|
9092
9087
|
if (tag_name) {
|
|
9093
9088
|
elm_node = node;
|
|
9094
9089
|
}
|
|
9095
9090
|
}
|
|
9091
|
+
|
|
9092
|
+
if (elm_node) break;
|
|
9093
|
+
|
|
9094
|
+
if (item.children) {
|
|
9095
|
+
iterate_progUi(item.children);
|
|
9096
|
+
}
|
|
9096
9097
|
}
|
|
9097
9098
|
}
|
|
9098
9099
|
};
|