@xuda.io/runtime-bundle 1.0.979 → 1.0.981

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.
@@ -35934,10 +35934,10 @@ func.expression.secure_eval = async function (SESSION_ID, sourceP, val, job_id,
35934
35934
  return eval(val);
35935
35935
  } catch (err) {
35936
35936
  try {
35937
- if (glb.DEBUG_MODE) console.warning(err);
35937
+ if (sourceP === 'javascript') console.error(err);
35938
35938
  return JSON5.parse(val);
35939
35939
  } catch (err) {
35940
- if (glb.DEBUG_MODE) console.warning(err);
35940
+ if (sourceP === 'javascript') console.error(err);
35941
35941
  return val;
35942
35942
  }
35943
35943
  }
@@ -36761,7 +36761,7 @@ func.events.execute = async function (
36761
36761
  dsSession,
36762
36762
  `(async function(el,evt) {
36763
36763
  ${refIdP.value}
36764
- })(document.querySelector(\`[xu-ui-id=${elementP}]\`),evt)`,
36764
+ })(document.querySelector(\`[xu-ui-id="${elementP}"]\`),evt)`,
36765
36765
  null,
36766
36766
  null,
36767
36767
  null,
@@ -36781,7 +36781,7 @@ func.events.execute = async function (
36781
36781
  dsSession,
36782
36782
  `(async function(el,evt) {
36783
36783
  ${refIdP.value}
36784
- })(document.querySelector(\`[xu-ui-id=${elementP}]\`),evt)`,
36784
+ })(document.querySelector(\`[xu-ui-id="${elementP}"]\`),evt)`,
36785
36785
  true,
36786
36786
  null,
36787
36787
  null,