@xuda.io/runtime-bundle 1.0.1255 → 1.0.1256
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -14067,7 +14067,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
14067
14067
|
},
|
|
14068
14068
|
|
|
14069
14069
|
'xu-ref': async function ($elm, val) {
|
|
14070
|
-
return await common_fx['xu-ref']($container, val, $container
|
|
14070
|
+
return await common_fx['xu-ref']($container, val, $container?.data?.()?.xuData?.xuPanelData?.xuData?.paramsP?.dsSessionP);
|
|
14071
14071
|
},
|
|
14072
14072
|
},
|
|
14073
14073
|
|
|
@@ -11792,7 +11792,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
11792
11792
|
},
|
|
11793
11793
|
|
|
11794
11794
|
'xu-ref': async function ($elm, val) {
|
|
11795
|
-
return await common_fx['xu-ref']($container, val, $container
|
|
11795
|
+
return await common_fx['xu-ref']($container, val, $container?.data?.()?.xuData?.xuPanelData?.xuData?.paramsP?.dsSessionP);
|
|
11796
11796
|
},
|
|
11797
11797
|
},
|
|
11798
11798
|
|