@nocobase/plugin-graph-collection-manager 1.3.38-beta → 1.4.0-alpha
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/externalVersion.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@ant-design/icons": "5.2.6",
|
|
12
12
|
"@formily/shared": "2.3.0",
|
|
13
|
-
"@nocobase/client": "1.
|
|
13
|
+
"@nocobase/client": "1.4.0-alpha",
|
|
14
14
|
"react": "18.2.0",
|
|
15
15
|
"@emotion/css": "11.13.0",
|
|
16
16
|
"@formily/react": "2.3.0",
|
|
@@ -18,9 +18,9 @@ module.exports = {
|
|
|
18
18
|
"lodash": "4.17.21",
|
|
19
19
|
"react-router-dom": "6.21.0",
|
|
20
20
|
"@formily/reactive": "2.3.0",
|
|
21
|
-
"@nocobase/utils": "1.
|
|
21
|
+
"@nocobase/utils": "1.4.0-alpha",
|
|
22
22
|
"react-i18next": "11.18.6",
|
|
23
|
-
"@nocobase/server": "1.
|
|
23
|
+
"@nocobase/server": "1.4.0-alpha",
|
|
24
24
|
"ahooks": "3.7.8",
|
|
25
|
-
"@nocobase/database": "1.
|
|
25
|
+
"@nocobase/database": "1.4.0-alpha"
|
|
26
26
|
};
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -5,9 +5,13 @@
|
|
|
5
5
|
"Collection Search": "表フィルタ",
|
|
6
6
|
"Create Collection": "データテーブルの作成",
|
|
7
7
|
"All Fields": "すべて",
|
|
8
|
-
"
|
|
8
|
+
"Association Fields": "関連フィールド",
|
|
9
|
+
"Choices fields": "選択フィールド",
|
|
9
10
|
"All relationships": "すべての関係",
|
|
10
11
|
"Entity relationship only": "エンティティ関係",
|
|
11
12
|
"Inheritance relationship only": "継承関係",
|
|
12
|
-
"
|
|
13
|
+
"Graphical interface": "グラフィカルインターフェース",
|
|
14
|
+
"Selection": "せんたく",
|
|
15
|
+
"Auto layout": "自動レイアウト",
|
|
16
|
+
"Associations Fields": "関係フィールド"
|
|
13
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": "1.
|
|
7
|
+
"version": "1.4.0-alpha",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/graph-collection-manager",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@nocobase/test": "1.x",
|
|
36
36
|
"@nocobase/utils": "1.x"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "f097a2bddec152522b5645bd5d451f4c866d2060",
|
|
39
39
|
"keywords": [
|
|
40
40
|
"Data model tools"
|
|
41
41
|
]
|
package/dist/locale/ja_JP.json
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
"Selection": "選択モード",
|
|
15
|
-
"Auto layout": "自動レイアウト",
|
|
16
|
-
"Associations Fields": "関連フィールド"
|
|
17
|
-
}
|
|
File without changes
|