@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.
- package/js/modules/xuda-datasource-db-adapter-module.min.mjs +1 -1
- package/js/modules/xuda-datasource-db-adapter-module.mjs +75 -263
- package/js/modules/xuda-studio-checker.min.mjs +1 -1
- package/js/modules/xuda-studio-checker.mjs +12 -2
- package/js/xuda-runtime-bundle.js +2 -2
- package/js/xuda-runtime-bundle.min.js +2 -2
- package/js/xuda-runtime-slim.js +2 -2
- package/js/xuda-runtime-slim.min.es.js +2 -2
- package/js/xuda-runtime-slim.min.js +2 -2
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/js/xuda_common-bundle.js +1 -1
- package/js/xuda_common-bundle.min.js +1 -1
- package/package.json +1 -1
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -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 (
|
|
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 (
|
|
20283
|
+
if (handler) handler(change);
|
|
20284
20284
|
if (once) {
|
|
20285
20285
|
delete _session.watchers[watch_path];
|
|
20286
20286
|
}
|