amis-editor-core 6.7.0 → 6.8.0

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/util.d.ts CHANGED
@@ -196,6 +196,7 @@ export declare function modalsToDefinitions(modals: Array<EditorModalBody>, defi
196
196
  */
197
197
  export declare function mergeDefinitions(originSchema: any, definitions: any, modal: any): any;
198
198
  export declare function setDefaultColSize(regionList: any[], row: number, preRow?: number): any[];
199
+ export declare function getModals(schema: any): any[];
199
200
  export declare const RAW_TYPE_MAP: {
200
201
  [k in SchemaType | 'user-select' | 'department-select']?: 'string' | 'number' | 'array' | 'boolean' | 'object' | 'enum' | 'date' | 'datetime' | 'time' | 'quarter' | 'year' | 'month' | 'user' | 'department';
201
202
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amis-editor-core",
3
- "version": "6.7.0",
3
+ "version": "6.8.0",
4
4
  "description": "amis 可视化编辑器",
5
5
  "main": "lib/index.js",
6
6
  "module": "esm/index.js",