@xuda.io/runtime-bundle 1.0.996 → 1.0.997

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.
@@ -12446,7 +12446,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12446
12446
  set_value();
12447
12447
  return {};
12448
12448
  },
12449
- 'xu-render': async function ($elm, val, from_panel) {
12449
+ 'xu-render-org': async function ($elm, val, from_panel) {
12450
12450
  var value = await func.common.get_cast_val(SESSION_ID, 'common fx', 'xu-render', 'bool', val.value);
12451
12451
  const init_render = function () {
12452
12452
  if (!value) {
@@ -12575,7 +12575,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12575
12575
  }
12576
12576
  return await post_render();
12577
12577
  },
12578
- 'xu-render-new': async function ($elm, val, from_panel) {
12578
+ 'xu-render': async function ($elm, val, from_panel) {
12579
12579
  var value = await func.common.get_cast_val(SESSION_ID, 'common fx', 'xu-render', 'bool', val.value);
12580
12580
  const init_render = function () {
12581
12581
  if (!value) {
@@ -10171,7 +10171,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10171
10171
  set_value();
10172
10172
  return {};
10173
10173
  },
10174
- 'xu-render': async function ($elm, val, from_panel) {
10174
+ 'xu-render-org': async function ($elm, val, from_panel) {
10175
10175
  var value = await func.common.get_cast_val(SESSION_ID, 'common fx', 'xu-render', 'bool', val.value);
10176
10176
  const init_render = function () {
10177
10177
  if (!value) {
@@ -10300,7 +10300,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10300
10300
  }
10301
10301
  return await post_render();
10302
10302
  },
10303
- 'xu-render-new': async function ($elm, val, from_panel) {
10303
+ 'xu-render': async function ($elm, val, from_panel) {
10304
10304
  var value = await func.common.get_cast_val(SESSION_ID, 'common fx', 'xu-render', 'bool', val.value);
10305
10305
  const init_render = function () {
10306
10306
  if (!value) {