@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.
@@ -31587,7 +31587,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31587
31587
  .find('*')
31588
31588
  .filter(function () {
31589
31589
  // // look if the changed field include in the calling in parameters
31590
- // let parameter_in_filed_id;
31590
+ let parameter_in_filed_id;
31591
31591
  // const _$callingContainer = $(this).data()?.xuData?.paramsP?.$callingContainerP;
31592
31592
  // if (_$callingContainer) {
31593
31593
  // const _source_xuAttributes = _$callingContainer.data()?.xuAttributes;
@@ -31732,7 +31732,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31732
31732
  // xu-for
31733
31733
  selectors = {};
31734
31734
  get_selectors();
31735
- console.log('selectors', selectors);
31735
+ // console.log('selectors', selectors);
31736
31736
  let refreshed_ids = [];
31737
31737
  // handle xu-for
31738
31738
  let parent_element_ui_id;