@nocobase/plugin-graph-collection-manager 0.19.0-alpha.9 → 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.
- package/dist/client/action-hooks.d.ts +1 -14
- package/dist/client/components/AddCollectionAction.d.ts +1 -1
- package/dist/client/components/EditFieldAction.d.ts +2 -1
- package/dist/client/components/OverrideFieldAction.d.ts +2 -1
- package/dist/client/components/ViewFieldAction.d.ts +2 -1
- package/dist/client/index.js +35 -35
- package/dist/client/utils.d.ts +2 -0
- package/dist/externalVersion.js +4 -4
- package/package.json +2 -2
package/dist/client/utils.d.ts
CHANGED
|
@@ -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;
|
package/dist/externalVersion.js
CHANGED
|
@@ -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.
|
|
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.
|
|
12
|
+
"@nocobase/utils": "0.20.0-alpha.1",
|
|
13
13
|
"react-i18next": "11.18.6",
|
|
14
|
-
"@nocobase/server": "0.
|
|
14
|
+
"@nocobase/server": "0.20.0-alpha.1",
|
|
15
15
|
"ahooks": "3.7.8",
|
|
16
|
-
"@nocobase/database": "0.
|
|
16
|
+
"@nocobase/database": "0.20.0-alpha.1"
|
|
17
17
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "可视化数据表管理",
|
|
5
5
|
"description": "An ER diagram-like tool. Currently only the Master database is supported.",
|
|
6
6
|
"description.zh-CN": "类似 ER 图的工具,目前只支持主数据库。",
|
|
7
|
-
"version": "0.
|
|
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,7 +35,7 @@
|
|
|
35
35
|
"@nocobase/test": "0.x",
|
|
36
36
|
"@nocobase/utils": "0.x"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "516c0b1470d77ff499f533ae6b57e4c084450ff5",
|
|
39
39
|
"keywords": [
|
|
40
40
|
"Data model tools"
|
|
41
41
|
]
|