@xuda.io/runtime-bundle 1.0.313 → 1.0.315
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.
|
@@ -34230,15 +34230,21 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34230
34230
|
[`xu-single-view`]: async function () {
|
|
34231
34231
|
var exist_elm_obj = get_element_info();
|
|
34232
34232
|
var $div = exist_elm_obj.div;
|
|
34233
|
-
|
|
34233
|
+
|
|
34234
34234
|
if (!exist_elm_obj.div) {
|
|
34235
34235
|
var $wrapper = $('<div>');
|
|
34236
34236
|
$div = func.UI.screen.create_container(SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, prop, null, null, 'div', $wrapper, '');
|
|
34237
34237
|
|
|
34238
|
-
if (paramsP.is_panelP) {
|
|
34239
|
-
|
|
34238
|
+
// if (paramsP.is_panelP) {
|
|
34239
|
+
// var id = $div.attr('id');
|
|
34240
|
+
// }
|
|
34241
|
+
|
|
34242
|
+
if (!_session.running_$div) {
|
|
34243
|
+
_session.running_$div = [];
|
|
34240
34244
|
}
|
|
34241
34245
|
|
|
34246
|
+
_session.running_$div.push($wrapper);
|
|
34247
|
+
|
|
34242
34248
|
if (!$div) return;
|
|
34243
34249
|
|
|
34244
34250
|
if (!REFRESHER_IN_PROGRESS && (paramsP.is_mobile_popover || paramsP.is_mobile_page)) {
|