@xuda.io/runtime-bundle 1.0.314 → 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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -14862,12 +14862,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14862
14862
|
var exist_elm_obj = get_element_info();
|
|
14863
14863
|
var $div = exist_elm_obj.div;
|
|
14864
14864
|
|
|
14865
|
-
if (!_session.running_$div) {
|
|
14866
|
-
_session.running_$div = [];
|
|
14867
|
-
}
|
|
14868
|
-
|
|
14869
|
-
_session.running_$div.push($div);
|
|
14870
|
-
|
|
14871
14865
|
if (!exist_elm_obj.div) {
|
|
14872
14866
|
var $wrapper = $('<div>');
|
|
14873
14867
|
$div = func.UI.screen.create_container(SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, prop, null, null, 'div', $wrapper, '');
|
|
@@ -14876,6 +14870,12 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14876
14870
|
// var id = $div.attr('id');
|
|
14877
14871
|
// }
|
|
14878
14872
|
|
|
14873
|
+
if (!_session.running_$div) {
|
|
14874
|
+
_session.running_$div = [];
|
|
14875
|
+
}
|
|
14876
|
+
|
|
14877
|
+
_session.running_$div.push($wrapper);
|
|
14878
|
+
|
|
14879
14879
|
if (!$div) return;
|
|
14880
14880
|
|
|
14881
14881
|
if (!REFRESHER_IN_PROGRESS && (paramsP.is_mobile_popover || paramsP.is_mobile_page)) {
|
|
@@ -12272,12 +12272,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12272
12272
|
var exist_elm_obj = get_element_info();
|
|
12273
12273
|
var $div = exist_elm_obj.div;
|
|
12274
12274
|
|
|
12275
|
-
if (!_session.running_$div) {
|
|
12276
|
-
_session.running_$div = [];
|
|
12277
|
-
}
|
|
12278
|
-
|
|
12279
|
-
_session.running_$div.push($div);
|
|
12280
|
-
|
|
12281
12275
|
if (!exist_elm_obj.div) {
|
|
12282
12276
|
var $wrapper = $('<div>');
|
|
12283
12277
|
$div = func.UI.screen.create_container(SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, prop, null, null, 'div', $wrapper, '');
|
|
@@ -12286,6 +12280,12 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12286
12280
|
// var id = $div.attr('id');
|
|
12287
12281
|
// }
|
|
12288
12282
|
|
|
12283
|
+
if (!_session.running_$div) {
|
|
12284
|
+
_session.running_$div = [];
|
|
12285
|
+
}
|
|
12286
|
+
|
|
12287
|
+
_session.running_$div.push($wrapper);
|
|
12288
|
+
|
|
12289
12289
|
if (!$div) return;
|
|
12290
12290
|
|
|
12291
12291
|
if (!REFRESHER_IN_PROGRESS && (paramsP.is_mobile_popover || paramsP.is_mobile_page)) {
|