@xuda.io/runtime-bundle 1.0.1039 → 1.0.1040

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.
@@ -11770,6 +11770,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
11770
11770
  debugger;
11771
11771
  // $.each(_$elem, function (key, val) {
11772
11772
  for await (const [key, val] of Object.entries(_$elem)) {
11773
+ if (key === 'length') break;
11773
11774
  if ($(val).data().xuData.node) {
11774
11775
  // $.each($(val).data().xuData.node.children, function (key, node) {
11775
11776
  for await (const node of $(val).data().xuData.node.children) {
@@ -9495,6 +9495,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
9495
9495
  debugger;
9496
9496
  // $.each(_$elem, function (key, val) {
9497
9497
  for await (const [key, val] of Object.entries(_$elem)) {
9498
+ if (key === 'length') break;
9498
9499
  if ($(val).data().xuData.node) {
9499
9500
  // $.each($(val).data().xuData.node.children, function (key, node) {
9500
9501
  for await (const node of $(val).data().xuData.node.children) {