@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.
|
@@ -32130,7 +32130,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32130
32130
|
set_value();
|
|
32131
32131
|
return {};
|
|
32132
32132
|
},
|
|
32133
|
-
'xu-render': async function ($elm, val, from_panel) {
|
|
32133
|
+
'xu-render-org': async function ($elm, val, from_panel) {
|
|
32134
32134
|
var value = await func.common.get_cast_val(SESSION_ID, 'common fx', 'xu-render', 'bool', val.value);
|
|
32135
32135
|
const init_render = function () {
|
|
32136
32136
|
if (!value) {
|
|
@@ -32259,7 +32259,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32259
32259
|
}
|
|
32260
32260
|
return await post_render();
|
|
32261
32261
|
},
|
|
32262
|
-
'xu-render
|
|
32262
|
+
'xu-render': async function ($elm, val, from_panel) {
|
|
32263
32263
|
var value = await func.common.get_cast_val(SESSION_ID, 'common fx', 'xu-render', 'bool', val.value);
|
|
32264
32264
|
const init_render = function () {
|
|
32265
32265
|
if (!value) {
|