@xuda.io/runtime-bundle 1.0.650 → 1.0.651

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.
@@ -13300,7 +13300,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
13300
13300
  {
13301
13301
  key: attr,
13302
13302
  // value: _value,
13303
- value: (await get_xuExp(attr)) || nodeP.attributes[attr],
13303
+ value: (await get_xuExp(attr)) || func.UI.screen.fix_val_defaults(attr, nodeP.attributes[attr]),
13304
13304
  },
13305
13305
  is_init,
13306
13306
  );
@@ -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)) || val,
13365
+ value: (await get_xuExp(new_key)) || func.UI.screen.fix_val_defaults(attr, 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)) || val,
13389
+ value: (await get_xuExp(new_key)) || func.UI.screen.fix_val_defaults(attr, val),
13390
13390
  },
13391
13391
  is_init,
13392
13392
  refreshed_ds,
@@ -13456,7 +13456,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
13456
13456
  $elm,
13457
13457
  {
13458
13458
  key: attr,
13459
- value: (await get_xuExp(attr)) || nodeP.attributes[attr],
13459
+ value: (await get_xuExp(attr)) || func.UI.screen.fix_val_defaults(attr, nodeP.attributes[attr]),
13460
13460
  },
13461
13461
  is_init,
13462
13462
  refreshed_ds,
@@ -11022,7 +11022,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
11022
11022
  {
11023
11023
  key: attr,
11024
11024
  // value: _value,
11025
- value: (await get_xuExp(attr)) || nodeP.attributes[attr],
11025
+ value: (await get_xuExp(attr)) || func.UI.screen.fix_val_defaults(attr, nodeP.attributes[attr]),
11026
11026
  },
11027
11027
  is_init,
11028
11028
  );
@@ -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)) || val,
11087
+ value: (await get_xuExp(new_key)) || func.UI.screen.fix_val_defaults(attr, 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)) || val,
11111
+ value: (await get_xuExp(new_key)) || func.UI.screen.fix_val_defaults(attr, val),
11112
11112
  },
11113
11113
  is_init,
11114
11114
  refreshed_ds,
@@ -11178,7 +11178,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
11178
11178
  $elm,
11179
11179
  {
11180
11180
  key: attr,
11181
- value: (await get_xuExp(attr)) || nodeP.attributes[attr],
11181
+ value: (await get_xuExp(attr)) || func.UI.screen.fix_val_defaults(attr, nodeP.attributes[attr]),
11182
11182
  },
11183
11183
  is_init,
11184
11184
  refreshed_ds,