@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -11613,9 +11613,9 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11613
11613
|
const progUi = $xu_embed_container?.data()?.xuData?.screenInfo?.progUi;
|
|
11614
11614
|
if (progUi) {
|
|
11615
11615
|
await iterate_field_in_progUi(progUi, field_id);
|
|
11616
|
-
// find invisible panels
|
|
11617
|
-
const inviable_panels_arr = func.UI.find_field_in_progUi_attributes(progUi, field_id, null, 'xu-panel');
|
|
11618
|
-
console.log('inviable_panels_arr', inviable_panels_arr);
|
|
11616
|
+
// // find invisible panels
|
|
11617
|
+
// const inviable_panels_arr = func.UI.find_field_in_progUi_attributes(progUi, field_id, null, 'xu-panel');
|
|
11618
|
+
// console.log('inviable_panels_arr', inviable_panels_arr);
|
|
11619
11619
|
// let prog_id = elm_node?.attributes?.program;
|
|
11620
11620
|
// const exp = elm_node?.attributes?.['xu-exp:program'];
|
|
11621
11621
|
// if (exp) {
|
|
@@ -11631,11 +11631,11 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11631
11631
|
await iterate_field_in_progUi(prog_doc.progUi, field_id);
|
|
11632
11632
|
}
|
|
11633
11633
|
|
|
11634
|
-
// run invisible panels
|
|
11635
|
-
for await (const [parent_element_ui_id, panel_val] of Object.entries(inviable_panels_obj)) {
|
|
11636
|
-
|
|
11637
|
-
|
|
11638
|
-
}
|
|
11634
|
+
// // run invisible panels
|
|
11635
|
+
// for await (const [parent_element_ui_id, panel_val] of Object.entries(inviable_panels_obj)) {
|
|
11636
|
+
// const prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, panel_val.prog_id);
|
|
11637
|
+
// await iterate_field_in_progUi(prog_doc.progUi, field_id);
|
|
11638
|
+
// }
|
|
11639
11639
|
}
|
|
11640
11640
|
|
|
11641
11641
|
func.events.delete_job(SESSION_ID, jobNoP);
|
|
@@ -12943,6 +12943,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
12943
12943
|
};
|
|
12944
12944
|
var $old_panel_div = find_old_panels_elements();
|
|
12945
12945
|
const set_xuPanelData_to_the_new_rendered_items = (_) => {
|
|
12946
|
+
$wrapper.data().xuData.xuPanelWrapper = true;
|
|
12946
12947
|
$.each($wrapper.children(), function (key, val) {
|
|
12947
12948
|
if (!$(val).data().xuPanelData) {
|
|
12948
12949
|
$(val).data().xuPanelData = {};
|
|
@@ -9686,9 +9686,9 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9686
9686
|
const progUi = $xu_embed_container?.data()?.xuData?.screenInfo?.progUi;
|
|
9687
9687
|
if (progUi) {
|
|
9688
9688
|
await iterate_field_in_progUi(progUi, field_id);
|
|
9689
|
-
// find invisible panels
|
|
9690
|
-
const inviable_panels_arr = func.UI.find_field_in_progUi_attributes(progUi, field_id, null, 'xu-panel');
|
|
9691
|
-
console.log('inviable_panels_arr', inviable_panels_arr);
|
|
9689
|
+
// // find invisible panels
|
|
9690
|
+
// const inviable_panels_arr = func.UI.find_field_in_progUi_attributes(progUi, field_id, null, 'xu-panel');
|
|
9691
|
+
// console.log('inviable_panels_arr', inviable_panels_arr);
|
|
9692
9692
|
// let prog_id = elm_node?.attributes?.program;
|
|
9693
9693
|
// const exp = elm_node?.attributes?.['xu-exp:program'];
|
|
9694
9694
|
// if (exp) {
|
|
@@ -9704,11 +9704,11 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9704
9704
|
await iterate_field_in_progUi(prog_doc.progUi, field_id);
|
|
9705
9705
|
}
|
|
9706
9706
|
|
|
9707
|
-
// run invisible panels
|
|
9708
|
-
for await (const [parent_element_ui_id, panel_val] of Object.entries(inviable_panels_obj)) {
|
|
9709
|
-
|
|
9710
|
-
|
|
9711
|
-
}
|
|
9707
|
+
// // run invisible panels
|
|
9708
|
+
// for await (const [parent_element_ui_id, panel_val] of Object.entries(inviable_panels_obj)) {
|
|
9709
|
+
// const prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, panel_val.prog_id);
|
|
9710
|
+
// await iterate_field_in_progUi(prog_doc.progUi, field_id);
|
|
9711
|
+
// }
|
|
9712
9712
|
}
|
|
9713
9713
|
|
|
9714
9714
|
func.events.delete_job(SESSION_ID, jobNoP);
|
|
@@ -11016,6 +11016,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
11016
11016
|
};
|
|
11017
11017
|
var $old_panel_div = find_old_panels_elements();
|
|
11018
11018
|
const set_xuPanelData_to_the_new_rendered_items = (_) => {
|
|
11019
|
+
$wrapper.data().xuData.xuPanelWrapper = true;
|
|
11019
11020
|
$.each($wrapper.children(), function (key, val) {
|
|
11020
11021
|
if (!$(val).data().xuPanelData) {
|
|
11021
11022
|
$(val).data().xuPanelData = {};
|