@nocobase/plugin-graph-collection-manager 0.13.0-alpha.9 → 0.14.0-alpha.1

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.
@@ -16,3 +16,4 @@ export declare const getDiffEdge: (newEdges: any, oldEdges: any) => any[];
16
16
  * 参考:https://ant.design/docs/react/migration-v5-cn#%E5%8D%87%E7%BA%A7%E5%87%86%E5%A4%87
17
17
  */
18
18
  export declare const getPopupContainer: () => any;
19
+ export declare const cleanGraphContainer: () => void;
@@ -0,0 +1,17 @@
1
+ module.exports = {
2
+ "@nocobase/client": "0.14.0-alpha.1",
3
+ "react": "18.2.0",
4
+ "@ant-design/icons": "5.1.4",
5
+ "@formily/shared": "2.2.27",
6
+ "@emotion/css": "11.11.2",
7
+ "@formily/react": "2.2.27",
8
+ "antd": "5.8.6",
9
+ "lodash": "4.17.21",
10
+ "react-router-dom": "6.14.1",
11
+ "@formily/reactive": "2.2.27",
12
+ "@nocobase/utils": "0.14.0-alpha.1",
13
+ "react-i18next": "11.18.6",
14
+ "@nocobase/server": "0.14.0-alpha.1",
15
+ "ahooks": "3.7.8",
16
+ "@nocobase/database": "0.14.0-alpha.1"
17
+ };
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-graph-collection-manager",
3
- "displayName": "graph collection manager",
4
- "displayName.zh-CN": "数据库可视化管理",
5
- "description": "database collection manage",
6
- "description.zh-CN": "数据库管理。",
7
- "version": "0.13.0-alpha.9",
3
+ "displayName": "Graph collection manager",
4
+ "displayName.zh-CN": "可视化的数据表管理",
5
+ "description": "An ER diagram-like tool",
6
+ "description.zh-CN": "类似 ER 图的工具",
7
+ "version": "0.14.0-alpha.1",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "devDependencies": {
@@ -33,5 +33,5 @@
33
33
  "@nocobase/test": "0.x",
34
34
  "@nocobase/utils": "0.x"
35
35
  },
36
- "gitHead": "ee5825377d8bec05f968a8365a0cdcd49878ada6"
36
+ "gitHead": "25841167f720207933dd49fde3b4e426048ce258"
37
37
  }
package/server.d.ts CHANGED
File without changes
package/server.js CHANGED
File without changes