@xuda.io/runtime-bundle 1.0.421 → 1.0.422

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.
@@ -33007,7 +33007,7 @@ func.UI.screen.panel_post_render_handler = async function (
33007
33007
  return func.UI.utils.find_in_element_data('xuPanelData', $container.parent(), 'xu-ui-id', $container.data()?.xuPanelData?.xu_panel_xu_ui_id);
33008
33008
  };
33009
33009
  var $old_panel_div = find_old_panels_elements();
33010
- const set_xuPanelData_to_the_new_rendered_items = (_) => {
33010
+ const set_xuPanelData_to_the_new_rendered_items = () => {
33011
33011
  $container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes) };
33012
33012
  $.each($wrapper.children(), function (key, val) {
33013
33013
  if (!$(val).data().xuPanelData) {