@xuda.io/runtime-bundle 1.0.316 → 1.0.317

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);
@@ -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);
@@ -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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/runtime-bundle",
3
- "version": "1.0.316",
3
+ "version": "1.0.317",
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"