@xuda.io/runtime-bundle 1.0.651 → 1.0.652

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.
@@ -13362,7 +13362,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
13362
13362
  $elm,
13363
13363
  {
13364
13364
  key: key,
13365
- value: (await get_xuExp(new_key)) || func.UI.screen.fix_val_defaults(attr, val),
13365
+ value: (await get_xuExp(new_key)) || func.UI.screen.fix_val_defaults(key, val),
13366
13366
  },
13367
13367
  is_init,
13368
13368
  refreshed_ds,
@@ -13386,7 +13386,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
13386
13386
  $elm,
13387
13387
  {
13388
13388
  key: key,
13389
- value: (await get_xuExp(new_key)) || func.UI.screen.fix_val_defaults(attr, val),
13389
+ value: (await get_xuExp(new_key)) || func.UI.screen.fix_val_defaults(key, val),
13390
13390
  },
13391
13391
  is_init,
13392
13392
  refreshed_ds,
@@ -11084,7 +11084,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
11084
11084
  $elm,
11085
11085
  {
11086
11086
  key: key,
11087
- value: (await get_xuExp(new_key)) || func.UI.screen.fix_val_defaults(attr, val),
11087
+ value: (await get_xuExp(new_key)) || func.UI.screen.fix_val_defaults(key, val),
11088
11088
  },
11089
11089
  is_init,
11090
11090
  refreshed_ds,
@@ -11108,7 +11108,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
11108
11108
  $elm,
11109
11109
  {
11110
11110
  key: key,
11111
- value: (await get_xuExp(new_key)) || func.UI.screen.fix_val_defaults(attr, val),
11111
+ value: (await get_xuExp(new_key)) || func.UI.screen.fix_val_defaults(key, val),
11112
11112
  },
11113
11113
  is_init,
11114
11114
  refreshed_ds,