@xuda.io/runtime-bundle 1.0.429 → 1.0.430
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.
|
@@ -27829,15 +27829,18 @@ func.UI.utils.get_panels_wrapper_from_dom = async function (SESSION_ID, $xu_embe
|
|
|
27829
27829
|
// let exp_ret = await func.expression.get(SESSION_ID, exp, $xu_embed_container?.data()?.xuData?.paramsP?.dsSessionP, 'UI Attr EXP');
|
|
27830
27830
|
// prog_id = func.UI.screen.fix_val_defaults('program', exp_ret.result);
|
|
27831
27831
|
// }
|
|
27832
|
-
|
|
27833
|
-
if (!ignore_disableAutoRefresh && prog_doc.properties.disableAutoRefresh) {
|
|
27834
|
-
continue;
|
|
27835
|
-
}
|
|
27832
|
+
|
|
27836
27833
|
const xu_ui_id = $panel_div.attr('xu-ui-id');
|
|
27837
27834
|
|
|
27838
27835
|
if (!panels_obj[xu_ui_id]) {
|
|
27839
27836
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
27840
27837
|
let _ds = _session?.DS_GLB[$panel_div.data().xuData.dsSessionP];
|
|
27838
|
+
|
|
27839
|
+
let prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, _ds.prog_id);
|
|
27840
|
+
if (!ignore_disableAutoRefresh && prog_doc.properties.disableAutoRefresh) {
|
|
27841
|
+
continue;
|
|
27842
|
+
}
|
|
27843
|
+
|
|
27841
27844
|
panels_obj[xu_ui_id] = {
|
|
27842
27845
|
// prog_id,
|
|
27843
27846
|
panelXuAttributes,
|