@xuda.io/xuda-studio-checker 1.0.3 → 1.0.5
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/index.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
var app_obj, progs_obj, _, progs_str, hide_not_in_use_check, is_server, deployments, UglifyJS, JSON5, _conf, warn_plugin_check, z;
|
|
7
7
|
const PROTECTED_VARS = ['_NULL', '_THIS', '_FOR_KEY', '_FOR_VAL', '_ROWNO', '_ROWID', '_ROWDOC', '_KEY', '_VAL'];
|
|
8
|
-
const ALL_MENU_TYPE = ['globals', 'component', 'batch', 'get_data', 'set_data', 'alert', 'javascript', 'api', 'table', 'folder'];
|
|
8
|
+
const ALL_MENU_TYPE = ['globals', 'component', 'ai_agent', 'batch', 'get_data', 'set_data', 'alert', 'javascript', 'api', 'table', 'folder'];
|
|
9
9
|
|
|
10
10
|
const program_ref_triggers_arr = ['call_page', 'call_modal', 'call_popover', 'get_data', 'set_data', 'batch', 'call_native_javascript', 'call_evaluate_javascript', 'call_alert', 'alter_ui_element', 'create_ui_element', 'update', 'raise_event'];
|
|
11
11
|
|