@xuda.io/runtime-bundle 1.0.1012 → 1.0.1014
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
|
@@ -8650,7 +8650,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8650
8650
|
execute_xu_render_attributes: async function () {
|
|
8651
8651
|
const _data = queue_obj.paramsP.elem_val.$elm.data();
|
|
8652
8652
|
if (_data?.xuData?.paramsP) {
|
|
8653
|
-
await func.UI.screen.execute_xu_functions(SESSION_ID, null, _data.xuData.$root_container, _data.xuData.node, _data.xuData
|
|
8653
|
+
await func.UI.screen.execute_xu_functions(SESSION_ID, null, _data.xuData.$root_container, _data.xuData.node, $(`[xu-ui-id="${_data.xuData.parent_element_ui_id}"`), _data.xuData.paramsP, {}, queue_obj.jobNoP, _data.xuData.key, null, 'xu-render', queue_obj.paramsP.elem_val.$elm, {
|
|
8654
8654
|
key: 'xu-render',
|
|
8655
8655
|
value: queue_obj.paramsP.attr_value, //? "Y" : "N",
|
|
8656
8656
|
fields_arr: queue_obj.paramsP.fields_arr,
|
|
@@ -8651,7 +8651,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8651
8651
|
execute_xu_render_attributes: async function () {
|
|
8652
8652
|
const _data = queue_obj.paramsP.elem_val.$elm.data();
|
|
8653
8653
|
if (_data?.xuData?.paramsP) {
|
|
8654
|
-
await func.UI.screen.execute_xu_functions(SESSION_ID, null, _data.xuData.$root_container, _data.xuData.node, _data.xuData
|
|
8654
|
+
await func.UI.screen.execute_xu_functions(SESSION_ID, null, _data.xuData.$root_container, _data.xuData.node, $(`[xu-ui-id="${_data.xuData.parent_element_ui_id}"`), _data.xuData.paramsP, {}, queue_obj.jobNoP, _data.xuData.key, null, 'xu-render', queue_obj.paramsP.elem_val.$elm, {
|
|
8655
8655
|
key: 'xu-render',
|
|
8656
8656
|
value: queue_obj.paramsP.attr_value, //? "Y" : "N",
|
|
8657
8657
|
fields_arr: queue_obj.paramsP.fields_arr,
|