@xuda.io/runtime-bundle 1.0.470 → 1.0.471

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.
@@ -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('xu-panel-wrapper-id', $wrapper.attr('xu-ui-id'));
33115
33115
  $.each($wrapper.children(), function (key, val) {
33116
33116
  if (!$(val).data().xuPanelData) {
33117
33117
  $(val).data().xuPanelData = {};