@xuda.io/runtime-bundle 1.0.316 → 1.0.318
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.
|
@@ -31566,6 +31566,7 @@ func.UI.screen.call_embed = function (SESSION_ID, prog) {
|
|
|
31566
31566
|
};
|
|
31567
31567
|
func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, jobNoP, $elm_to_search, dsSession) {
|
|
31568
31568
|
if (!_.isEmpty(SCREEN_BLOCKER_OBJ)) {
|
|
31569
|
+
// let dom to finish
|
|
31569
31570
|
setTimeout(() => {
|
|
31570
31571
|
func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_arr, jobNoP, $elm_to_search, dsSession);
|
|
31571
31572
|
}, 100);
|
|
@@ -34242,12 +34243,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34242
34243
|
// var id = $div.attr('id');
|
|
34243
34244
|
// }
|
|
34244
34245
|
|
|
34245
|
-
// if (!_session.running_$div) {
|
|
34246
|
-
// _session.running_$div = [];
|
|
34247
|
-
// }
|
|
34248
|
-
|
|
34249
|
-
// _session.running_$div.push($wrapper);
|
|
34250
|
-
|
|
34251
34246
|
if (!$div) return;
|
|
34252
34247
|
|
|
34253
34248
|
if (!REFRESHER_IN_PROGRESS && (paramsP.is_mobile_popover || paramsP.is_mobile_page)) {
|
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -12197,6 +12197,7 @@ func.UI.screen.call_embed = function (SESSION_ID, prog) {
|
|
|
12197
12197
|
};
|
|
12198
12198
|
func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, jobNoP, $elm_to_search, dsSession) {
|
|
12199
12199
|
if (!_.isEmpty(SCREEN_BLOCKER_OBJ)) {
|
|
12200
|
+
// let dom to finish
|
|
12200
12201
|
setTimeout(() => {
|
|
12201
12202
|
func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_arr, jobNoP, $elm_to_search, dsSession);
|
|
12202
12203
|
}, 100);
|
|
@@ -14873,12 +14874,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14873
14874
|
// var id = $div.attr('id');
|
|
14874
14875
|
// }
|
|
14875
14876
|
|
|
14876
|
-
// if (!_session.running_$div) {
|
|
14877
|
-
// _session.running_$div = [];
|
|
14878
|
-
// }
|
|
14879
|
-
|
|
14880
|
-
// _session.running_$div.push($wrapper);
|
|
14881
|
-
|
|
14882
14877
|
if (!$div) return;
|
|
14883
14878
|
|
|
14884
14879
|
if (!REFRESHER_IN_PROGRESS && (paramsP.is_mobile_popover || paramsP.is_mobile_page)) {
|
|
@@ -9607,6 +9607,7 @@ func.UI.screen.call_embed = function (SESSION_ID, prog) {
|
|
|
9607
9607
|
};
|
|
9608
9608
|
func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, jobNoP, $elm_to_search, dsSession) {
|
|
9609
9609
|
if (!_.isEmpty(SCREEN_BLOCKER_OBJ)) {
|
|
9610
|
+
// let dom to finish
|
|
9610
9611
|
setTimeout(() => {
|
|
9611
9612
|
func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_arr, jobNoP, $elm_to_search, dsSession);
|
|
9612
9613
|
}, 100);
|
|
@@ -12283,12 +12284,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12283
12284
|
// var id = $div.attr('id');
|
|
12284
12285
|
// }
|
|
12285
12286
|
|
|
12286
|
-
// if (!_session.running_$div) {
|
|
12287
|
-
// _session.running_$div = [];
|
|
12288
|
-
// }
|
|
12289
|
-
|
|
12290
|
-
// _session.running_$div.push($wrapper);
|
|
12291
|
-
|
|
12292
12287
|
if (!$div) return;
|
|
12293
12288
|
|
|
12294
12289
|
if (!REFRESHER_IN_PROGRESS && (paramsP.is_mobile_popover || paramsP.is_mobile_page)) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xuda.io/runtime-bundle",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.318",
|
|
4
4
|
"description": "The Xuda Runtime Bundle refers to a collection of scripts and libraries packaged together to provide the necessary runtime environment for executing plugins or components in the Xuda platform. ",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"pub": "npm version patch --force && npm publish --access public"
|