@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.
|
@@ -31781,8 +31781,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31781
31781
|
if (_session.DS_GLB[panel_val._ds.dsSession]) {
|
|
31782
31782
|
refreshed_ds = panel_val._ds.dsSession;
|
|
31783
31783
|
}
|
|
31784
|
-
for await (item of wrapper_data.xuData.node_org.children) {
|
|
31785
|
-
if (item.tagName !== 'xu-
|
|
31784
|
+
for await (const item of wrapper_data.xuData.node_org.children) {
|
|
31785
|
+
if (item.tagName !== 'xu-panel') continue;
|
|
31786
31786
|
|
|
31787
31787
|
const new_$div = await func.UI.screen.render_ui_tree(
|
|
31788
31788
|
SESSION_ID,
|
|
@@ -32902,7 +32902,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
32902
32902
|
},
|
|
32903
32903
|
props: {},
|
|
32904
32904
|
},
|
|
32905
|
-
|
|
32905
|
+
func.UI.component = {};
|
|
32906
32906
|
|
|
32907
32907
|
func.UI.component.create_app_modal_component = function (
|
|
32908
32908
|
SESSION_ID,
|