@xuda.io/runtime-bundle 1.0.682 → 1.0.683
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
|
@@ -11844,8 +11844,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
11844
11844
|
const _ds = _session.DS_GLB[fields_changed_datasource];
|
|
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
|
-
|
|
11848
|
-
}
|
|
11847
|
+
validate_change(prog_doc);
|
|
11849
11848
|
}
|
|
11850
11849
|
|
|
11851
11850
|
const panels_obj = await func.UI.utils.get_panels_wrapper_from_dom(SESSION_ID, $(SESSION_OBJ[SESSION_ID].root_element), false);
|
|
@@ -9566,8 +9566,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
9566
9566
|
const _ds = _session.DS_GLB[fields_changed_datasource];
|
|
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
|
-
|
|
9570
|
-
}
|
|
9569
|
+
validate_change(prog_doc);
|
|
9571
9570
|
}
|
|
9572
9571
|
|
|
9573
9572
|
const panels_obj = await func.UI.utils.get_panels_wrapper_from_dom(SESSION_ID, $(SESSION_OBJ[SESSION_ID].root_element), false);
|