@xuda.io/runtime-bundle 1.0.1365 → 1.0.1367

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.
@@ -1680,7 +1680,7 @@ func.common.input_mask = async function (actionP, valP, typeP, maskP, elemP, gri
1680
1680
  };
1681
1681
 
1682
1682
  glb.FUNCTION_NODES_ARR = ['batch', 'get_data', 'set_data', 'alert', 'javascript', 'api'];
1683
- glb.ALL_MENU_TYPE = ['globals', 'component', ...glb.FUNCTION_NODES_ARR];
1683
+ glb.ALL_MENU_TYPE = ['globals', 'ai_agent', 'component', ...glb.FUNCTION_NODES_ARR];
1684
1684
  glb.emailRegex = /^[\w\.-]+@[a-zA-Z\d\.-]+\.[a-zA-Z]{2,}$/;
1685
1685
 
1686
1686
  const FIREBASE_AUTH_PROPERTIES_ARR = ['provider', 'token', 'first_name', 'last_name', 'email', 'user_id', 'picture', 'verified_email', 'locale', 'error_code', 'error_msg'];
@@ -20279,7 +20279,7 @@ func.index.set_ds_0_proxy = function (SESSION_ID) {
20279
20279
 
20280
20280
  const runHandler = () => {
20281
20281
  const { handler, once } = _session?.watchers?.[watch_path] || {};
20282
- if (change) handler(change);
20282
+ if (handler) handler(change);
20283
20283
  if (once) {
20284
20284
  delete _session.watchers[watch_path];
20285
20285
  }
@@ -1681,7 +1681,7 @@ func.common.input_mask = async function (actionP, valP, typeP, maskP, elemP, gri
1681
1681
  };
1682
1682
 
1683
1683
  glb.FUNCTION_NODES_ARR = ['batch', 'get_data', 'set_data', 'alert', 'javascript', 'api'];
1684
- glb.ALL_MENU_TYPE = ['globals', 'component', ...glb.FUNCTION_NODES_ARR];
1684
+ glb.ALL_MENU_TYPE = ['globals', 'ai_agent', 'component', ...glb.FUNCTION_NODES_ARR];
1685
1685
  glb.emailRegex = /^[\w\.-]+@[a-zA-Z\d\.-]+\.[a-zA-Z]{2,}$/;
1686
1686
 
1687
1687
  const FIREBASE_AUTH_PROPERTIES_ARR = ['provider', 'token', 'first_name', 'last_name', 'email', 'user_id', 'picture', 'verified_email', 'locale', 'error_code', 'error_msg'];
@@ -20280,7 +20280,7 @@ func.index.set_ds_0_proxy = function (SESSION_ID) {
20280
20280
 
20281
20281
  const runHandler = () => {
20282
20282
  const { handler, once } = _session?.watchers?.[watch_path] || {};
20283
- if (change) handler(change);
20283
+ if (handler) handler(change);
20284
20284
  if (once) {
20285
20285
  delete _session.watchers[watch_path];
20286
20286
  }