amis-editor-core 6.11.0-beta.0 → 6.11.0-beta.2

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/lib/variable.d.ts CHANGED
@@ -60,4 +60,9 @@ export declare class VariableManager {
60
60
  * 根据变量路径获取变量名称
61
61
  */
62
62
  getNameByPath(path: string, valueField?: string, labelField?: string): any;
63
+ /**
64
+ * 获取全局变量树形结构
65
+ * @returns
66
+ */
67
+ getGlobalVariablesOptions(): Option[];
63
68
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amis-editor-core",
3
- "version": "6.11.0-beta.0",
3
+ "version": "6.11.0-beta.2",
4
4
  "description": "amis 可视化编辑器",
5
5
  "main": "lib/index.js",
6
6
  "module": "esm/index.js",