amis-editor-core 6.13.0-beta.1 → 6.13.0-beta.4

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/esm/variable.d.ts CHANGED
@@ -59,7 +59,7 @@ export declare class VariableManager {
59
59
  /**
60
60
  * 根据变量路径获取变量名称
61
61
  */
62
- getNameByPath(path: string, valueField?: string, labelField?: string): any;
62
+ getNameByPath(path: string, valueField?: string, labelField?: string): string;
63
63
  /**
64
64
  * 获取全局变量树形结构
65
65
  * @returns
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const SchemaRenderer: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
package/lib/editor.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-editor-core v6.13.0-beta.1
2
+ * amis-editor-core v6.13.0-beta.4
3
3
  * Copyright 2018-2025 @fex
4
4
  */
5
5