@xuda.io/runtime-bundle 1.0.610 → 1.0.612
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.
|
@@ -31798,12 +31798,12 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31798
31798
|
null,
|
|
31799
31799
|
wrapper_data.xuData.$root_container, // the wrapper root container
|
|
31800
31800
|
);
|
|
31801
|
-
|
|
31802
|
-
// remove old panel content
|
|
31803
|
-
$.each(panel_val.ids, async function (key, val) {
|
|
31804
|
-
$("[xu-ui-id='" + val + ts + "']").remove();
|
|
31805
|
-
});
|
|
31806
31801
|
}
|
|
31802
|
+
|
|
31803
|
+
// remove old panel content
|
|
31804
|
+
$.each(panel_val.ids, async function (key, val) {
|
|
31805
|
+
$("[xu-ui-id='" + val + ts + "']").remove();
|
|
31806
|
+
});
|
|
31807
31807
|
} catch (error) {
|
|
31808
31808
|
debugger;
|
|
31809
31809
|
}
|
|
@@ -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,
|