amis-editor-core 6.4.0 → 6.5.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
@@ -180,3 +180,4 @@ export declare function modalsToDefinitions(modals: Array<EditorModalBody>, defi
180
180
  * @returns
181
181
  */
182
182
  export declare function mergeDefinitions(originSchema: any, definitions: any, modal: any): any;
183
+ export declare function setDefaultColSize(regionList: any[], row: number, preRow?: number): any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amis-editor-core",
3
- "version": "6.4.0",
3
+ "version": "6.5.0",
4
4
  "description": "amis 可视化编辑器",
5
5
  "main": "lib/index.js",
6
6
  "module": "esm/index.js",
@@ -95,8 +95,8 @@
95
95
  "react": "^18.2.0",
96
96
  "react-dom": "^18.2.0",
97
97
  "react-overlays": "5.1.1",
98
- "react-router": "5.2.0",
99
- "react-router-dom": "5.2.0",
98
+ "react-router": "5.2.1",
99
+ "react-router-dom": "5.3.0",
100
100
  "rimraf": "^3.0.2",
101
101
  "rollup": "^2.73.0",
102
102
  "rollup-plugin-auto-external": "^2.0.0",