amis-editor-core 6.14.0-beta.4 → 6.14.0-beta.6
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/index.js +2 -2
- package/esm/store/editor.d.ts +46 -45
- package/esm/util.d.ts +1 -0
- package/lib/dnd/default.d.ts +1 -1
- package/lib/dnd/flex.d.ts +1 -1
- package/lib/editor.js +1 -1
- package/lib/index.js +2 -2
- package/lib/layout/flex.d.ts +0 -1
- package/lib/store/editor.d.ts +46 -45
- package/lib/style.css +1 -1
- package/lib/util.d.ts +1 -0
- package/package.json +1 -1
package/lib/util.d.ts
CHANGED
|
@@ -199,6 +199,7 @@ export declare function modalsToDefinitions(modals: Array<EditorModalBody>, defi
|
|
|
199
199
|
export declare function mergeDefinitions(originSchema: any, definitions: any, modal: any): any;
|
|
200
200
|
export declare function setDefaultColSize(regionList: any[], row: number, preRow?: number): any[];
|
|
201
201
|
export declare function getModals(schema: any): (DialogSchema | DrawerSchema)[];
|
|
202
|
+
export declare function collectRefs(schema: any): string[];
|
|
202
203
|
/**
|
|
203
204
|
* 深度 splice 数组,同时返回新的对象,按需拷贝,没有副作用
|
|
204
205
|
* @param target
|