@nocobase/plugin-graph-collection-manager 0.19.0-alpha.8 → 0.20.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.
@@ -1,4 +1,5 @@
1
1
  import lodash from 'lodash';
2
+ import { CollectionOptions } from '@nocobase/client';
2
3
  export declare const useGCMTranslation: () => import("react-i18next").UseTranslationResponse<"graph-collection-manager", undefined>;
3
4
  export declare const getInheritCollections: (collections: any, name: any) => any[];
4
5
  export declare const getChildrenCollections: (collections: any, name: any) => any[];
@@ -17,3 +18,4 @@ export declare const getDiffEdge: (newEdges: any, oldEdges: any) => any[];
17
18
  */
18
19
  export declare const getPopupContainer: () => any;
19
20
  export declare const cleanGraphContainer: () => void;
21
+ export declare const collection: CollectionOptions;
@@ -1,7 +1,7 @@
1
1
  module.exports = {
2
2
  "@ant-design/icons": "5.2.6",
3
3
  "@formily/shared": "2.3.0",
4
- "@nocobase/client": "0.19.0-alpha.8",
4
+ "@nocobase/client": "0.20.0-alpha.1",
5
5
  "react": "18.2.0",
6
6
  "@emotion/css": "11.11.2",
7
7
  "@formily/react": "2.3.0",
@@ -9,9 +9,9 @@ module.exports = {
9
9
  "lodash": "4.17.21",
10
10
  "react-router-dom": "6.21.0",
11
11
  "@formily/reactive": "2.3.0",
12
- "@nocobase/utils": "0.19.0-alpha.8",
12
+ "@nocobase/utils": "0.20.0-alpha.1",
13
13
  "react-i18next": "11.18.6",
14
- "@nocobase/server": "0.19.0-alpha.8",
14
+ "@nocobase/server": "0.20.0-alpha.1",
15
15
  "ahooks": "3.7.8",
16
- "@nocobase/database": "0.19.0-alpha.8"
16
+ "@nocobase/database": "0.20.0-alpha.1"
17
17
  };
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-graph-collection-manager",
3
3
  "displayName": "Graph collection manager",
4
- "displayName.zh-CN": "可视化的数据表管理",
5
- "description": "An ER diagram-like tool",
6
- "description.zh-CN": "类似 ER 图的工具",
7
- "version": "0.19.0-alpha.8",
4
+ "displayName.zh-CN": "可视化数据表管理",
5
+ "description": "An ER diagram-like tool. Currently only the Master database is supported.",
6
+ "description.zh-CN": "类似 ER 图的工具,目前只支持主数据库。",
7
+ "version": "0.20.0-alpha.1",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/plugins/graph-collection-manager",
@@ -35,8 +35,8 @@
35
35
  "@nocobase/test": "0.x",
36
36
  "@nocobase/utils": "0.x"
37
37
  },
38
- "gitHead": "b8fbe613e320e40ebf2da1bf64907eab0197b589",
38
+ "gitHead": "516c0b1470d77ff499f533ae6b57e4c084450ff5",
39
39
  "keywords": [
40
- "Data Model"
40
+ "Data model tools"
41
41
  ]
42
42
  }