@xuda.io/runtime-bundle 1.0.890 → 1.0.891

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.
@@ -31116,12 +31116,14 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31116
31116
  .filter(function () {
31117
31117
  // // look if the changed field include in the calling in parameters
31118
31118
  const elm_data = $(this).data();
31119
- const parameter_in_filed_id = elm_data?.xuData?.paramsP?.parameters_raw_obj?.[val.substr(1)] ? val.substr(1) : undefined;
31119
+
31120
31120
  let attr = [];
31121
31121
 
31122
31122
  $.each(elm_data?.xuAttributes, function (key, val) {
31123
31123
  if (key.substr(0, 3) !== 'xu-') return true;
31124
31124
 
31125
+ let parameter_in_filed_id; //= elm_data?.xuData?.paramsP?.parameters_raw_obj?.[val.substr(1)] ? val.substr(1) : undefined;
31126
+
31125
31127
  if (key === 'xu-bind') {
31126
31128
  if (val?.includes?.(val_field) || val?.includes?.(parameter_in_filed_id)) {
31127
31129
  attr.push(key);