@nocobase/plugin-graph-collection-manager 0.19.0-alpha.1 → 0.19.0-alpha.10
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/index.js +23 -23
- package/dist/externalVersion.js +4 -4
- package/dist/locale/ko_KR.json +16 -0
- package/package.json +10 -5
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.19.0-alpha.
|
|
4
|
+
"@nocobase/client": "0.19.0-alpha.10",
|
|
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.
|
|
12
|
+
"@nocobase/utils": "0.19.0-alpha.10",
|
|
13
13
|
"react-i18next": "11.18.6",
|
|
14
|
-
"@nocobase/server": "0.19.0-alpha.
|
|
14
|
+
"@nocobase/server": "0.19.0-alpha.10",
|
|
15
15
|
"ahooks": "3.7.8",
|
|
16
|
-
"@nocobase/database": "0.19.0-alpha.
|
|
16
|
+
"@nocobase/database": "0.19.0-alpha.10"
|
|
17
17
|
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Graph Collection": "그래픽 데이터 테이블",
|
|
3
|
+
"Collection List": "데이터 테이블 목록",
|
|
4
|
+
"Full Screen": "전체 화면",
|
|
5
|
+
"Collection Search": "테이블 검색",
|
|
6
|
+
"Create Collection": "데이터 테이블 생성",
|
|
7
|
+
"All Fields": "모두",
|
|
8
|
+
"Association Fields": "연관 필드",
|
|
9
|
+
"Choices fields": "선택 필드",
|
|
10
|
+
"All relationships": "모든 관계",
|
|
11
|
+
"Entity relationship only": "엔터티 관계만",
|
|
12
|
+
"Inheritance relationship only": "상속 관계만",
|
|
13
|
+
"Graphical interface": "그래픽 인터페이스",
|
|
14
|
+
"Auto layout": "자동 레이아웃",
|
|
15
|
+
"Selection": "선택 모드"
|
|
16
|
+
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
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.
|
|
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.19.0-alpha.10",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
|
+
"homepage": "https://docs.nocobase.com/plugins/graph-collection-manager",
|
|
11
|
+
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/graph-collection-manager",
|
|
10
12
|
"devDependencies": {
|
|
11
13
|
"@ant-design/icons": "5.x",
|
|
12
14
|
"@antv/x6": "^2.0.0",
|
|
@@ -33,5 +35,8 @@
|
|
|
33
35
|
"@nocobase/test": "0.x",
|
|
34
36
|
"@nocobase/utils": "0.x"
|
|
35
37
|
},
|
|
36
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "d09d81eba67339da36bcec27939a85b35d180770",
|
|
39
|
+
"keywords": [
|
|
40
|
+
"Data model tools"
|
|
41
|
+
]
|
|
37
42
|
}
|