@xuda.io/runtime-bundle 1.0.609 → 1.0.610

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.
@@ -12091,8 +12091,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
12091
12091
  if (_session.DS_GLB[panel_val._ds.dsSession]) {
12092
12092
  refreshed_ds = panel_val._ds.dsSession;
12093
12093
  }
12094
- for await (item of wrapper_data.xuData.node_org.children) {
12095
- if (item.tagName !== 'xu-render') continue;
12094
+ for await (const item of wrapper_data.xuData.node_org.children) {
12095
+ if (item.tagName !== 'xu-panel') continue;
12096
12096
 
12097
12097
  const new_$div = await func.UI.screen.render_ui_tree(
12098
12098
  SESSION_ID,
@@ -13212,7 +13212,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
13212
13212
  },
13213
13213
  props: {},
13214
13214
  },
13215
- func.UI.component = {};
13215
+ func.UI.component = {};
13216
13216
 
13217
13217
  func.UI.component.create_app_modal_component = function (
13218
13218
  SESSION_ID,
@@ -9822,8 +9822,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
9822
9822
  if (_session.DS_GLB[panel_val._ds.dsSession]) {
9823
9823
  refreshed_ds = panel_val._ds.dsSession;
9824
9824
  }
9825
- for await (item of wrapper_data.xuData.node_org.children) {
9826
- if (item.tagName !== 'xu-render') continue;
9825
+ for await (const item of wrapper_data.xuData.node_org.children) {
9826
+ if (item.tagName !== 'xu-panel') continue;
9827
9827
 
9828
9828
  const new_$div = await func.UI.screen.render_ui_tree(
9829
9829
  SESSION_ID,