@xuda.io/runtime-bundle 1.0.253 → 1.0.255
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.
|
@@ -33770,11 +33770,12 @@ func.UI.screen.execute_xu_functions = async function (
|
|
|
33770
33770
|
const iterate_info = $elm?.data()?.xuData?.iterate_info
|
|
33771
33771
|
const reference_source_obj = iterate_info?.reference_source_obj
|
|
33772
33772
|
|
|
33773
|
-
if (reference_source_obj) {
|
|
33774
|
-
view_field_id = (reference_source_obj.fieldIdP || "") + val.value;
|
|
33775
|
-
}
|
|
33776
33773
|
|
|
33777
|
-
|
|
33774
|
+
|
|
33775
|
+
if (["_FOR_VAL", "_FOR_KEY"].includes(val.value)) {
|
|
33776
|
+
if (reference_source_obj) {
|
|
33777
|
+
view_field_id = (reference_source_obj.fieldIdP || "") + val.value;
|
|
33778
|
+
}
|
|
33778
33779
|
is_dynamic_field = true
|
|
33779
33780
|
field_prop = _ds.dynamic_fields[view_field_id]
|
|
33780
33781
|
} else {
|
|
@@ -34090,6 +34091,7 @@ func.UI.screen.execute_xu_functions = async function (
|
|
|
34090
34091
|
|
|
34091
34092
|
let iterator_key = custom_iterator_key
|
|
34092
34093
|
let iterator_val = custom_iterator_val
|
|
34094
|
+
let is_key_dynamic_field, is_val_dynamic_field
|
|
34093
34095
|
|
|
34094
34096
|
// custom FOR_VAL name or namespaced default name
|
|
34095
34097
|
if (!custom_iterator_key) {
|