@nocobase/plugin-graph-collection-manager 0.9.2-alpha.3 → 0.9.2-alpha.4
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/lib/client/action-hooks.d.ts +1 -14
- package/lib/client/locale/en-US.d.ts +1 -1
- package/lib/client/locale/en-US.js +1 -1
- package/lib/client/locale/pt-BR.d.ts +1 -1
- package/lib/client/locale/pt-BR.js +1 -1
- package/lib/client/locale/zh-CN.d.ts +1 -1
- package/lib/client/locale/zh-CN.js +1 -1
- package/package.json +4 -4
|
@@ -1,18 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const useValuesFromRecord: (options: any, data: any) =>
|
|
3
|
-
state: {};
|
|
4
|
-
setState: import("ahooks/lib/useSetState").SetState<{}>;
|
|
5
|
-
loading: boolean;
|
|
6
|
-
data?: any;
|
|
7
|
-
error?: Error;
|
|
8
|
-
params: any;
|
|
9
|
-
cancel: () => void;
|
|
10
|
-
refresh: () => void;
|
|
11
|
-
refreshAsync: () => Promise<any>;
|
|
12
|
-
run: (...params: any) => void;
|
|
13
|
-
runAsync: (...params: any) => Promise<any>;
|
|
14
|
-
mutate: (data?: any) => void;
|
|
15
|
-
};
|
|
2
|
+
export declare const useValuesFromRecord: (options: any, data: any) => any;
|
|
16
3
|
export declare const SourceCollection: React.MemoExoticComponent<React.FunctionComponent<unknown>>;
|
|
17
4
|
export declare const useCancelAction: () => {
|
|
18
5
|
run(): Promise<void>;
|
|
@@ -6,7 +6,7 @@ declare const _default: {
|
|
|
6
6
|
'Create Collection': string;
|
|
7
7
|
'All Fields': string;
|
|
8
8
|
'Association Fields': string;
|
|
9
|
-
'
|
|
9
|
+
'Choices fields': string;
|
|
10
10
|
'All relationships': string;
|
|
11
11
|
'Entity relationship only': string;
|
|
12
12
|
'Inheritance relationship only': string;
|
|
@@ -12,7 +12,7 @@ var _default = {
|
|
|
12
12
|
'Create Collection': 'Create Collection',
|
|
13
13
|
'All Fields': 'All Fields',
|
|
14
14
|
'Association Fields': 'Association Fields',
|
|
15
|
-
'
|
|
15
|
+
'Choices fields': 'Choices fields',
|
|
16
16
|
'All relationships': 'All relationships',
|
|
17
17
|
'Entity relationship only': 'Entity relationship only',
|
|
18
18
|
'Inheritance relationship only': 'Inheritance relationship only',
|
|
@@ -6,7 +6,7 @@ declare const _default: {
|
|
|
6
6
|
'Create Collection': string;
|
|
7
7
|
'All Fields': string;
|
|
8
8
|
'Association Fields': string;
|
|
9
|
-
'
|
|
9
|
+
'Choices fields': string;
|
|
10
10
|
'All relationships': string;
|
|
11
11
|
'Entity relationship only': string;
|
|
12
12
|
'Inheritance relationship only': string;
|
|
@@ -12,7 +12,7 @@ var _default = {
|
|
|
12
12
|
'Create Collection': 'Criar Coleção',
|
|
13
13
|
'All Fields': 'Todos os Campos',
|
|
14
14
|
'Association Fields': 'Campos de Associação',
|
|
15
|
-
'
|
|
15
|
+
'Choices fields': 'Campos de opções',
|
|
16
16
|
'All relationships': 'Todos os relacionamentos',
|
|
17
17
|
'Entity relationship only': 'Somente relação de Entidade',
|
|
18
18
|
'Inheritance relationship only': 'Somente relação de Herança',
|
|
@@ -6,7 +6,7 @@ declare const _default: {
|
|
|
6
6
|
'Create Collection': string;
|
|
7
7
|
'All Fields': string;
|
|
8
8
|
'Association Fields': string;
|
|
9
|
-
'
|
|
9
|
+
'Choices fields': string;
|
|
10
10
|
'All relationships': string;
|
|
11
11
|
'Entity relationship only': string;
|
|
12
12
|
'Inheritance relationship only': string;
|
|
@@ -12,7 +12,7 @@ var _default = {
|
|
|
12
12
|
'Create Collection': '创建数据表',
|
|
13
13
|
'All Fields': '全部',
|
|
14
14
|
'Association Fields': '关系字段',
|
|
15
|
-
'
|
|
15
|
+
'Choices fields': '选项字段',
|
|
16
16
|
'All relationships': '所有关系',
|
|
17
17
|
'Entity relationship only': '实体关系',
|
|
18
18
|
'Inheritance relationship only': '继承关系',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-graph-collection-manager",
|
|
3
|
-
"version": "0.9.2-alpha.
|
|
3
|
+
"version": "0.9.2-alpha.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"dagre": "^0.8.5"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@nocobase/client": "0.9.2-alpha.
|
|
15
|
-
"@nocobase/test": "0.9.2-alpha.
|
|
14
|
+
"@nocobase/client": "0.9.2-alpha.4",
|
|
15
|
+
"@nocobase/test": "0.9.2-alpha.4"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "96cb023f353a4fb099dea074c575be65ebab813f"
|
|
18
18
|
}
|