@xuda.io/runtime-bundle 1.0.265 → 1.0.267
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
|
@@ -14815,14 +14815,15 @@ func.UI.screen.execute_xu_functions = async function (
|
|
|
14815
14815
|
is_val_dynamic_field,
|
|
14816
14816
|
reference_source_obj
|
|
14817
14817
|
};
|
|
14818
|
-
let _parent_info
|
|
14819
|
-
|
|
14820
|
-
|
|
14821
|
-
|
|
14822
|
-
|
|
14823
|
-
|
|
14824
|
-
|
|
14825
|
-
}
|
|
14818
|
+
let _parent_info = parent_infoP || {}
|
|
14819
|
+
_parent_info.iterate_info = iterate_info
|
|
14820
|
+
// if (parent_infoP) {
|
|
14821
|
+
// _parent_info = iterate_info;
|
|
14822
|
+
// } else {
|
|
14823
|
+
// _parent_info = {
|
|
14824
|
+
// iterate_info,
|
|
14825
|
+
// };
|
|
14826
|
+
// }
|
|
14826
14827
|
const $divP = await func.UI.screen.render_ui_tree(
|
|
14827
14828
|
SESSION_ID,
|
|
14828
14829
|
$container,
|
|
@@ -12225,14 +12225,15 @@ func.UI.screen.execute_xu_functions = async function (
|
|
|
12225
12225
|
is_val_dynamic_field,
|
|
12226
12226
|
reference_source_obj
|
|
12227
12227
|
};
|
|
12228
|
-
let _parent_info
|
|
12229
|
-
|
|
12230
|
-
|
|
12231
|
-
|
|
12232
|
-
|
|
12233
|
-
|
|
12234
|
-
|
|
12235
|
-
}
|
|
12228
|
+
let _parent_info = parent_infoP || {}
|
|
12229
|
+
_parent_info.iterate_info = iterate_info
|
|
12230
|
+
// if (parent_infoP) {
|
|
12231
|
+
// _parent_info = iterate_info;
|
|
12232
|
+
// } else {
|
|
12233
|
+
// _parent_info = {
|
|
12234
|
+
// iterate_info,
|
|
12235
|
+
// };
|
|
12236
|
+
// }
|
|
12236
12237
|
const $divP = await func.UI.screen.render_ui_tree(
|
|
12237
12238
|
SESSION_ID,
|
|
12238
12239
|
$container,
|