@xuda.io/runtime-bundle 1.0.1260 → 1.0.1262

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.
@@ -24896,7 +24896,7 @@ glb.run_xu_before = [
24896
24896
  // "xu-ui-plugin",
24897
24897
  // "programParameters",
24898
24898
  ];
24899
- glb.run_xu_after = ['xu-bind', 'xu-class', 'xu-script', 'xu-ui-plugin'];
24899
+ glb.run_xu_after = ['xu-bind', 'xu-class', 'xu-script', 'xu-ui-plugin', 'xu-ref'];
24900
24900
  glb.attr_abbreviations_arr = ['xu-click', 'xu-dblclick', 'xu-contextmenu', 'xu-focus', 'xu-keyup', 'xu-change', 'xu-blur', 'xu-init'];
24901
24901
  glb.solid_attributes = ['disabled'];
24902
24902
  func.utils = {};
@@ -34065,7 +34065,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
34065
34065
  } else {
34066
34066
  // Both or neither include a search string, maintain original relative order or use another sorting criteria
34067
34067
  // For example, you could sort alphabetically here:
34068
- return a.localeCompare(b);
34068
+ return -1; //a.localeCompare(b);
34069
34069
  }
34070
34070
  });
34071
34071
  }