@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.
@@ -12975,7 +12975,7 @@ func.UI.screen.panel_post_render_handler = async function (
12975
12975
  return func.UI.utils.find_in_element_data('xuPanelData', $container.parent(), 'xu-ui-id', $container.data()?.xuPanelData?.xu_panel_xu_ui_id);
12976
12976
  };
12977
12977
  var $old_panel_div = find_old_panels_elements();
12978
- const set_xuPanelData_to_the_new_rendered_items = (_) => {
12978
+ const set_xuPanelData_to_the_new_rendered_items = () => {
12979
12979
  $container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes) };
12980
12980
  $.each($wrapper.children(), function (key, val) {
12981
12981
  if (!$(val).data().xuPanelData) {
@@ -11048,7 +11048,7 @@ func.UI.screen.panel_post_render_handler = async function (
11048
11048
  return func.UI.utils.find_in_element_data('xuPanelData', $container.parent(), 'xu-ui-id', $container.data()?.xuPanelData?.xu_panel_xu_ui_id);
11049
11049
  };
11050
11050
  var $old_panel_div = find_old_panels_elements();
11051
- const set_xuPanelData_to_the_new_rendered_items = (_) => {
11051
+ const set_xuPanelData_to_the_new_rendered_items = () => {
11052
11052
  $container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes) };
11053
11053
  $.each($wrapper.children(), function (key, val) {
11054
11054
  if (!$(val).data().xuPanelData) {