@xuda.io/runtime-bundle 1.0.429 → 1.0.431
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
|
@@ -8647,15 +8647,18 @@ func.UI.utils.get_panels_wrapper_from_dom = async function (SESSION_ID, $xu_embe
|
|
|
8647
8647
|
// let exp_ret = await func.expression.get(SESSION_ID, exp, $xu_embed_container?.data()?.xuData?.paramsP?.dsSessionP, 'UI Attr EXP');
|
|
8648
8648
|
// prog_id = func.UI.screen.fix_val_defaults('program', exp_ret.result);
|
|
8649
8649
|
// }
|
|
8650
|
-
|
|
8651
|
-
if (!ignore_disableAutoRefresh && prog_doc.properties.disableAutoRefresh) {
|
|
8652
|
-
continue;
|
|
8653
|
-
}
|
|
8650
|
+
|
|
8654
8651
|
const xu_ui_id = $panel_div.attr('xu-ui-id');
|
|
8655
8652
|
|
|
8656
8653
|
if (!panels_obj[xu_ui_id]) {
|
|
8657
8654
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
8658
|
-
let _ds = _session?.DS_GLB[$panel_div.data().xuData.dsSessionP];
|
|
8655
|
+
let _ds = _session?.DS_GLB[$panel_div.data().xuData.paramsP.dsSessionP];
|
|
8656
|
+
|
|
8657
|
+
let prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, _ds.prog_id);
|
|
8658
|
+
if (!ignore_disableAutoRefresh && prog_doc.properties.disableAutoRefresh) {
|
|
8659
|
+
continue;
|
|
8660
|
+
}
|
|
8661
|
+
|
|
8659
8662
|
panels_obj[xu_ui_id] = {
|
|
8660
8663
|
// prog_id,
|
|
8661
8664
|
panelXuAttributes,
|
|
@@ -8648,15 +8648,18 @@ func.UI.utils.get_panels_wrapper_from_dom = async function (SESSION_ID, $xu_embe
|
|
|
8648
8648
|
// let exp_ret = await func.expression.get(SESSION_ID, exp, $xu_embed_container?.data()?.xuData?.paramsP?.dsSessionP, 'UI Attr EXP');
|
|
8649
8649
|
// prog_id = func.UI.screen.fix_val_defaults('program', exp_ret.result);
|
|
8650
8650
|
// }
|
|
8651
|
-
|
|
8652
|
-
if (!ignore_disableAutoRefresh && prog_doc.properties.disableAutoRefresh) {
|
|
8653
|
-
continue;
|
|
8654
|
-
}
|
|
8651
|
+
|
|
8655
8652
|
const xu_ui_id = $panel_div.attr('xu-ui-id');
|
|
8656
8653
|
|
|
8657
8654
|
if (!panels_obj[xu_ui_id]) {
|
|
8658
8655
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
8659
|
-
let _ds = _session?.DS_GLB[$panel_div.data().xuData.dsSessionP];
|
|
8656
|
+
let _ds = _session?.DS_GLB[$panel_div.data().xuData.paramsP.dsSessionP];
|
|
8657
|
+
|
|
8658
|
+
let prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, _ds.prog_id);
|
|
8659
|
+
if (!ignore_disableAutoRefresh && prog_doc.properties.disableAutoRefresh) {
|
|
8660
|
+
continue;
|
|
8661
|
+
}
|
|
8662
|
+
|
|
8660
8663
|
panels_obj[xu_ui_id] = {
|
|
8661
8664
|
// prog_id,
|
|
8662
8665
|
panelXuAttributes,
|