@xuda.io/runtime-bundle 1.0.469 → 1.0.470

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.
@@ -28232,7 +28232,7 @@ func.UI.refs_garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)
28232
28232
  const _data_system = _session?.DS_GLB?.[0]?.data_system;
28233
28233
 
28234
28234
  for (const [key, val] of Object.entries(_data_system?.SYS_GLOBAL_OBJ_REFS || {})) {
28235
- if (!$(`[xu-ui-id='${val.xu_ui_id}`)?.length && !$(`[xuPanelWrapperId='${val.xu_ui_id}`)?.length) {
28235
+ if (!$(`[xu-ui-id='${val.xu_ui_id}`)?.length && !$(`[xu-panel-wrapper-id='${val.xu_ui_id}`)?.length) {
28236
28236
  delete _data_system.SYS_GLOBAL_OBJ_REFS[key];
28237
28237
  }
28238
28238
  }
@@ -33111,7 +33111,7 @@ func.UI.screen.panel_post_render_handler = async function (
33111
33111
  var $old_panel_div = find_old_panels_elements();
33112
33112
  const set_xuPanelData_to_the_new_rendered_items = () => {
33113
33113
  $container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes), panelDivData: _.clone($wrapper.data()) };
33114
- $container.attr().xuPanelWrapperId = $wrapper.attr('xu-ui-id');
33114
+ $container.attr('xuPanelWrapperId', $wrapper.attr('xu-ui-id'));
33115
33115
  $.each($wrapper.children(), function (key, val) {
33116
33116
  if (!$(val).data().xuPanelData) {
33117
33117
  $(val).data().xuPanelData = {};