@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.
@@ -31827,6 +31827,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
31827
31827
  const $div_elm = panel_val.$panel_div;
31828
31828
  const wrapper_data = $div_elm.data();
31829
31829
 
31830
+ if (_.isEmpty(wrapper_data)) continue;
31831
+
31830
31832
  try {
31831
31833
  // const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
31832
31834
  const new_$div = await func.UI.screen.render_ui_tree(
@@ -35440,7 +35442,7 @@ func.expression.get_bad = async function (SESSION_ID, valP, dsSessionP, sourceP,
35440
35442
  return endResults();
35441
35443
  };
35442
35444
 
35443
- func.expression.parse = function (strP) {
35445
+ func.expression.parse_org = function (strP) {
35444
35446
  var extract_str = function (strP, posP) {
35445
35447
  if (!posP) posP = 0;
35446
35448
  var clean_split_str = function (arrP) {
@@ -35535,7 +35537,7 @@ func.expression.parse = function (strP) {
35535
35537
  return res;
35536
35538
  };
35537
35539
 
35538
- func.expression.parse_bad = function (input) {
35540
+ func.expression.parse = function (input) {
35539
35541
  if (typeof input !== 'string') return [];
35540
35542
 
35541
35543
  const segments = [];