@xuda.io/runtime-bundle 1.0.416 → 1.0.418
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.
|
@@ -31645,9 +31645,9 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31645
31645
|
const progUi = $xu_embed_container?.data()?.xuData?.screenInfo?.progUi;
|
|
31646
31646
|
if (progUi) {
|
|
31647
31647
|
await iterate_field_in_progUi(progUi, field_id);
|
|
31648
|
-
// find invisible panels
|
|
31649
|
-
const inviable_panels_arr = func.UI.find_field_in_progUi_attributes(progUi, field_id, null, 'xu-panel');
|
|
31650
|
-
console.log('inviable_panels_arr', inviable_panels_arr);
|
|
31648
|
+
// // find invisible panels
|
|
31649
|
+
// const inviable_panels_arr = func.UI.find_field_in_progUi_attributes(progUi, field_id, null, 'xu-panel');
|
|
31650
|
+
// console.log('inviable_panels_arr', inviable_panels_arr);
|
|
31651
31651
|
// let prog_id = elm_node?.attributes?.program;
|
|
31652
31652
|
// const exp = elm_node?.attributes?.['xu-exp:program'];
|
|
31653
31653
|
// if (exp) {
|
|
@@ -31663,11 +31663,11 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31663
31663
|
await iterate_field_in_progUi(prog_doc.progUi, field_id);
|
|
31664
31664
|
}
|
|
31665
31665
|
|
|
31666
|
-
// run invisible panels
|
|
31667
|
-
for await (const [parent_element_ui_id, panel_val] of Object.entries(inviable_panels_obj)) {
|
|
31668
|
-
|
|
31669
|
-
|
|
31670
|
-
}
|
|
31666
|
+
// // run invisible panels
|
|
31667
|
+
// for await (const [parent_element_ui_id, panel_val] of Object.entries(inviable_panels_obj)) {
|
|
31668
|
+
// const prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, panel_val.prog_id);
|
|
31669
|
+
// await iterate_field_in_progUi(prog_doc.progUi, field_id);
|
|
31670
|
+
// }
|
|
31671
31671
|
}
|
|
31672
31672
|
|
|
31673
31673
|
func.events.delete_job(SESSION_ID, jobNoP);
|
|
@@ -32975,6 +32975,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
32975
32975
|
};
|
|
32976
32976
|
var $old_panel_div = find_old_panels_elements();
|
|
32977
32977
|
const set_xuPanelData_to_the_new_rendered_items = (_) => {
|
|
32978
|
+
$wrapper.data().xuData.xuPanelWrapper = true;
|
|
32978
32979
|
$.each($wrapper.children(), function (key, val) {
|
|
32979
32980
|
if (!$(val).data().xuPanelData) {
|
|
32980
32981
|
$(val).data().xuPanelData = {};
|