@xuda.io/runtime-bundle 1.0.465 → 1.0.467

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.
@@ -12053,6 +12053,10 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12053
12053
  let ret = await common_fx['xu-render']($elm, val);
12054
12054
  return ret;
12055
12055
  },
12056
+ 'xu-ref': async function ($elm, val) {
12057
+ let ret = await common_fx['xu-ref']($elm, val);
12058
+ return ret;
12059
+ },
12056
12060
  },
12057
12061
  };
12058
12062
 
@@ -13081,7 +13085,7 @@ func.UI.screen.panel_post_render_handler = async function (
13081
13085
  };
13082
13086
  var $old_panel_div = find_old_panels_elements();
13083
13087
  const set_xuPanelData_to_the_new_rendered_items = () => {
13084
- $container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes), panelDivData: _.clone($wrapper.data()) };
13088
+ $container.data().xuPanelWrapper = { isWrapper: true, panelWrapperId: $container.attr('xu-ui-id'), panelXuAttributes: _.clone($wrapper.data().xuAttributes), panelDivData: _.clone($wrapper.data()) };
13085
13089
  $.each($wrapper.children(), function (key, val) {
13086
13090
  if (!$(val).data().xuPanelData) {
13087
13091
  $(val).data().xuPanelData = {};
@@ -10126,6 +10126,10 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10126
10126
  let ret = await common_fx['xu-render']($elm, val);
10127
10127
  return ret;
10128
10128
  },
10129
+ 'xu-ref': async function ($elm, val) {
10130
+ let ret = await common_fx['xu-ref']($elm, val);
10131
+ return ret;
10132
+ },
10129
10133
  },
10130
10134
  };
10131
10135
 
@@ -11154,7 +11158,7 @@ func.UI.screen.panel_post_render_handler = async function (
11154
11158
  };
11155
11159
  var $old_panel_div = find_old_panels_elements();
11156
11160
  const set_xuPanelData_to_the_new_rendered_items = () => {
11157
- $container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes), panelDivData: _.clone($wrapper.data()) };
11161
+ $container.data().xuPanelWrapper = { isWrapper: true, panelWrapperId: $container.attr('xu-ui-id'), panelXuAttributes: _.clone($wrapper.data().xuAttributes), panelDivData: _.clone($wrapper.data()) };
11158
11162
  $.each($wrapper.children(), function (key, val) {
11159
11163
  if (!$(val).data().xuPanelData) {
11160
11164
  $(val).data().xuPanelData = {};