@xuda.io/runtime-bundle 1.0.338 → 1.0.339
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
|
@@ -11562,7 +11562,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11562
11562
|
.find('*')
|
|
11563
11563
|
.filter(function () {
|
|
11564
11564
|
// // look if the changed field include in the calling in parameters
|
|
11565
|
-
|
|
11565
|
+
let parameter_in_filed_id;
|
|
11566
11566
|
// const _$callingContainer = $(this).data()?.xuData?.paramsP?.$callingContainerP;
|
|
11567
11567
|
// if (_$callingContainer) {
|
|
11568
11568
|
// const _source_xuAttributes = _$callingContainer.data()?.xuAttributes;
|
|
@@ -11707,7 +11707,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11707
11707
|
// xu-for
|
|
11708
11708
|
selectors = {};
|
|
11709
11709
|
get_selectors();
|
|
11710
|
-
console.log('selectors', selectors);
|
|
11710
|
+
// console.log('selectors', selectors);
|
|
11711
11711
|
let refreshed_ids = [];
|
|
11712
11712
|
// handle xu-for
|
|
11713
11713
|
let parent_element_ui_id;
|
|
@@ -9628,7 +9628,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9628
9628
|
.find('*')
|
|
9629
9629
|
.filter(function () {
|
|
9630
9630
|
// // look if the changed field include in the calling in parameters
|
|
9631
|
-
|
|
9631
|
+
let parameter_in_filed_id;
|
|
9632
9632
|
// const _$callingContainer = $(this).data()?.xuData?.paramsP?.$callingContainerP;
|
|
9633
9633
|
// if (_$callingContainer) {
|
|
9634
9634
|
// const _source_xuAttributes = _$callingContainer.data()?.xuAttributes;
|
|
@@ -9773,7 +9773,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9773
9773
|
// xu-for
|
|
9774
9774
|
selectors = {};
|
|
9775
9775
|
get_selectors();
|
|
9776
|
-
console.log('selectors', selectors);
|
|
9776
|
+
// console.log('selectors', selectors);
|
|
9777
9777
|
let refreshed_ids = [];
|
|
9778
9778
|
// handle xu-for
|
|
9779
9779
|
let parent_element_ui_id;
|