@xuda.io/runtime-bundle 1.0.421 → 1.0.423
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.
|
@@ -27826,8 +27826,8 @@ func.UI.utils.get_panels_wrapper_from_dom = async function (SESSION_ID, $xu_embe
|
|
|
27826
27826
|
let exp_ret = await func.expression.get(SESSION_ID, exp, $xu_embed_container?.data()?.xuData?.paramsP?.dsSessionP, 'UI Attr EXP');
|
|
27827
27827
|
prog_id = func.UI.screen.fix_val_defaults('program', exp_ret.result);
|
|
27828
27828
|
}
|
|
27829
|
-
|
|
27830
|
-
if (!ignore_disableAutoRefresh &&
|
|
27829
|
+
let prog_obj = await func.utils.DOCS_OBJ.get(SESSION_ID, prog_id);
|
|
27830
|
+
if (!ignore_disableAutoRefresh && prog_obj.properties.disableAutoRefresh) {
|
|
27831
27831
|
continue;
|
|
27832
27832
|
}
|
|
27833
27833
|
|
|
@@ -33007,7 +33007,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
33007
33007
|
return func.UI.utils.find_in_element_data('xuPanelData', $container.parent(), 'xu-ui-id', $container.data()?.xuPanelData?.xu_panel_xu_ui_id);
|
|
33008
33008
|
};
|
|
33009
33009
|
var $old_panel_div = find_old_panels_elements();
|
|
33010
|
-
const set_xuPanelData_to_the_new_rendered_items = (
|
|
33010
|
+
const set_xuPanelData_to_the_new_rendered_items = () => {
|
|
33011
33011
|
$container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes) };
|
|
33012
33012
|
$.each($wrapper.children(), function (key, val) {
|
|
33013
33013
|
if (!$(val).data().xuPanelData) {
|