@logicflow/extension 1.1.0-alpha.7 → 1.1.3-alpha.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.
@@ -30,7 +30,7 @@ declare class MiniMap {
30
30
  /**
31
31
  * 显示mini map
32
32
  */
33
- show: (leftPosition: any, topPosition: any) => void;
33
+ show: (leftPosition?: number, topPosition?: number) => void;
34
34
  /**
35
35
  * 隐藏mini map
36
36
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logicflow/extension",
3
- "version": "1.1.0-alpha.7",
3
+ "version": "1.1.3-alpha.0",
4
4
  "description": "LogicFlow extension",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",
@@ -32,7 +32,7 @@
32
32
  "readme.md"
33
33
  ],
34
34
  "dependencies": {
35
- "@logicflow/core": "^1.1.0-alpha.7",
35
+ "@logicflow/core": "^1.1.3-alpha.0",
36
36
  "ids": "^1.0.0",
37
37
  "preact": "^10.4.8"
38
38
  },
@@ -30,7 +30,7 @@ declare class MiniMap {
30
30
  /**
31
31
  * 显示mini map
32
32
  */
33
- show: (leftPosition: any, topPosition: any) => void;
33
+ show: (leftPosition?: number, topPosition?: number) => void;
34
34
  /**
35
35
  * 隐藏mini map
36
36
  */