@xuda.io/runtime-bundle 1.0.495 → 1.0.497

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.
@@ -10999,7 +10999,7 @@ func.expression.get_bad = async function (SESSION_ID, valP, dsSessionP, sourceP,
10999
10999
  return endResults();
11000
11000
  };
11001
11001
 
11002
- func.expression.parse = function (strP) {
11002
+ func.expression.parse_org = function (strP) {
11003
11003
  var extract_str = function (strP, posP) {
11004
11004
  if (!posP) posP = 0;
11005
11005
  var clean_split_str = function (arrP) {
@@ -11094,7 +11094,7 @@ func.expression.parse = function (strP) {
11094
11094
  return res;
11095
11095
  };
11096
11096
 
11097
- func.expression.parse_bad = function (input) {
11097
+ func.expression.parse = function (input) {
11098
11098
  if (typeof input !== 'string') return [];
11099
11099
 
11100
11100
  const segments = [];
@@ -12130,6 +12130,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
12130
12130
  const $div_elm = panel_val.$panel_div;
12131
12131
  const wrapper_data = $div_elm.data();
12132
12132
 
12133
+ if (_.isEmpty(wrapper_data)) continue;
12134
+
12133
12135
  try {
12134
12136
  // const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
12135
12137
  const new_$div = await func.UI.screen.render_ui_tree(
@@ -9868,6 +9868,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
9868
9868
  const $div_elm = panel_val.$panel_div;
9869
9869
  const wrapper_data = $div_elm.data();
9870
9870
 
9871
+ if (_.isEmpty(wrapper_data)) continue;
9872
+
9871
9873
  try {
9872
9874
  // const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
9873
9875
  const new_$div = await func.UI.screen.render_ui_tree(
@@ -14805,7 +14807,7 @@ func.expression.get_bad = async function (SESSION_ID, valP, dsSessionP, sourceP,
14805
14807
  return endResults();
14806
14808
  };
14807
14809
 
14808
- func.expression.parse = function (strP) {
14810
+ func.expression.parse_org = function (strP) {
14809
14811
  var extract_str = function (strP, posP) {
14810
14812
  if (!posP) posP = 0;
14811
14813
  var clean_split_str = function (arrP) {
@@ -14900,7 +14902,7 @@ func.expression.parse = function (strP) {
14900
14902
  return res;
14901
14903
  };
14902
14904
 
14903
- func.expression.parse_bad = function (input) {
14905
+ func.expression.parse = function (input) {
14904
14906
  if (typeof input !== 'string') return [];
14905
14907
 
14906
14908
  const segments = [];