@xuda.io/runtime-bundle 1.0.683 → 1.0.684
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
|
@@ -11845,6 +11845,9 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
11845
11845
|
const prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, _ds.prog_id);
|
|
11846
11846
|
// const progDataSource_str = JSON.stringify(prog_doc.progDataSource);
|
|
11847
11847
|
validate_change(prog_doc);
|
|
11848
|
+
if (found) {
|
|
11849
|
+
debugger;
|
|
11850
|
+
}
|
|
11848
11851
|
}
|
|
11849
11852
|
|
|
11850
11853
|
const panels_obj = await func.UI.utils.get_panels_wrapper_from_dom(SESSION_ID, $(SESSION_OBJ[SESSION_ID].root_element), false);
|
|
@@ -9567,6 +9567,9 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
9567
9567
|
const prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, _ds.prog_id);
|
|
9568
9568
|
// const progDataSource_str = JSON.stringify(prog_doc.progDataSource);
|
|
9569
9569
|
validate_change(prog_doc);
|
|
9570
|
+
if (found) {
|
|
9571
|
+
debugger;
|
|
9572
|
+
}
|
|
9570
9573
|
}
|
|
9571
9574
|
|
|
9572
9575
|
const panels_obj = await func.UI.utils.get_panels_wrapper_from_dom(SESSION_ID, $(SESSION_OBJ[SESSION_ID].root_element), false);
|