@nocobase/plugin-graph-collection-manager 0.9.2-alpha.3 → 0.9.3-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,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
- 'Optional fields': string;
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
- 'Optional fields': 'Optional fields',
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
- 'Optional fields': string;
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
- 'Optional fields': 'Campos Opcionais',
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
- 'Optional fields': string;
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
- 'Optional fields': '可选字段',
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",
3
+ "version": "0.9.3-alpha.1",
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.3",
15
- "@nocobase/test": "0.9.2-alpha.3"
14
+ "@nocobase/client": "0.9.3-alpha.1",
15
+ "@nocobase/test": "0.9.3-alpha.1"
16
16
  },
17
- "gitHead": "b6b5f9372202d942c97d2d90a4197e060db05124"
17
+ "gitHead": "24979bc561537c0b84469c161eeef1a6de4c4684"
18
18
  }