@xuda.io/runtime-bundle 1.0.306 → 1.0.308

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.
@@ -31578,7 +31578,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31578
31578
  .find('*')
31579
31579
  .filter(function () {
31580
31580
  var attr = [];
31581
-
31581
+ console.log(key_field, val_field);
31582
31582
  // if (
31583
31583
  // dsSession &&
31584
31584
  // $(this).data()?.xuData?.paramsP?.dsSessionP != dsSession
@@ -31592,7 +31592,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31592
31592
  attr.push(key);
31593
31593
  }
31594
31594
  }
31595
-
31595
+ console.log(key, val);
31596
31596
  if (!key.substr(0, 2) === 'xu') return;
31597
31597
  if (key.substr(0, 6) === 'xu-exp' && key.substr(6, 1) === ':') {
31598
31598
  if (val?.includes?.(val_field)) {