@xuda.io/runtime-bundle 1.0.1078 → 1.0.1079

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.
@@ -11778,7 +11778,8 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
11778
11778
  }
11779
11779
 
11780
11780
  if (glb.new_xu_render) {
11781
- if (attr === 'xu-exp:xu-render' || attr === 'xu-render') {
11781
+ if (attr === 'xu-exp:xu-render') {
11782
+ //|| attr === 'xu-render'
11782
11783
  for await (const [key, val] of Object.entries(_$elem)) {
11783
11784
  if (key === 'length') break;
11784
11785
  if ($(val).data().xuData.node) {
@@ -9503,7 +9503,8 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
9503
9503
  }
9504
9504
 
9505
9505
  if (glb.new_xu_render) {
9506
- if (attr === 'xu-exp:xu-render' || attr === 'xu-render') {
9506
+ if (attr === 'xu-exp:xu-render') {
9507
+ //|| attr === 'xu-render'
9507
9508
  for await (const [key, val] of Object.entries(_$elem)) {
9508
9509
  if (key === 'length') break;
9509
9510
  if ($(val).data().xuData.node) {