@xuda.io/runtime-bundle 1.0.493 → 1.0.495

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.
@@ -31824,18 +31824,11 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
31824
31824
  }
31825
31825
  }
31826
31826
  if (found) {
31827
- const $div_elm = panel_val.$panel_div; //.parent().find("[xu-ui-id='" + parent_element_ui_id + "']");
31827
+ const $div_elm = panel_val.$panel_div;
31828
31828
  const wrapper_data = $div_elm.data();
31829
31829
 
31830
- // var $div_elm = panel_val.$div
31831
- // .parent()
31832
- // .parent()
31833
- // .find("[xu-ui-id='" + parent_element_ui_id + "']");
31834
-
31835
- // restore original panel
31836
31830
  try {
31837
- // const $org_panel = panel_val.$div.data().xuPanelData.$panel_div;
31838
- const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
31831
+ // const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
31839
31832
  const new_$div = await func.UI.screen.render_ui_tree(
31840
31833
  SESSION_ID,
31841
31834
  $div_elm, // the wrapper
@@ -35447,7 +35440,7 @@ func.expression.get_bad = async function (SESSION_ID, valP, dsSessionP, sourceP,
35447
35440
  return endResults();
35448
35441
  };
35449
35442
 
35450
- func.expression.parse_org = function (strP) {
35443
+ func.expression.parse = function (strP) {
35451
35444
  var extract_str = function (strP, posP) {
35452
35445
  if (!posP) posP = 0;
35453
35446
  var clean_split_str = function (arrP) {
@@ -35542,7 +35535,7 @@ func.expression.parse_org = function (strP) {
35542
35535
  return res;
35543
35536
  };
35544
35537
 
35545
- func.expression.parse = function (input) {
35538
+ func.expression.parse_bad = function (input) {
35546
35539
  if (typeof input !== 'string') return [];
35547
35540
 
35548
35541
  const segments = [];