@tachybase/module-workflow 1.0.18 → 1.1.0

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.
@@ -7,17 +7,38 @@ export declare const collectionWorkflows: {
7
7
  interface: string;
8
8
  uiSchema: ISchema;
9
9
  target?: undefined;
10
- targetKey?: undefined;
10
+ sourceKey?: undefined;
11
11
  foreignKey?: undefined;
12
+ otherKey?: undefined;
13
+ targetKey?: undefined;
14
+ sortBy?: undefined;
15
+ through?: undefined;
12
16
  collectionName?: undefined;
17
+ } | {
18
+ type: string;
19
+ name: string;
20
+ target: string;
21
+ sourceKey: string;
22
+ foreignKey: string;
23
+ otherKey: string;
24
+ targetKey: string;
25
+ sortBy: string;
26
+ through: string;
27
+ collectionName: string;
28
+ interface: string;
29
+ uiSchema: ISchema;
13
30
  } | {
14
31
  type: string;
15
32
  name: string;
16
33
  interface?: undefined;
17
34
  uiSchema?: undefined;
18
35
  target?: undefined;
19
- targetKey?: undefined;
36
+ sourceKey?: undefined;
20
37
  foreignKey?: undefined;
38
+ otherKey?: undefined;
39
+ targetKey?: undefined;
40
+ sortBy?: undefined;
41
+ through?: undefined;
21
42
  collectionName?: undefined;
22
43
  } | {
23
44
  name: string;
@@ -32,15 +53,28 @@ export declare const collectionWorkflows: {
32
53
  title: string;
33
54
  'x-component': string;
34
55
  'x-component-props': {
56
+ multiple: boolean;
35
57
  fieldNames: {
36
58
  value: string;
37
59
  label: string;
38
60
  };
39
61
  };
40
- 'x-read-pretty': boolean;
41
62
  };
63
+ sourceKey?: undefined;
64
+ otherKey?: undefined;
65
+ sortBy?: undefined;
66
+ through?: undefined;
42
67
  })[];
43
68
  };
69
+ export declare const collectionWorkflowCategories: {
70
+ name: string;
71
+ fields: {
72
+ type: string;
73
+ name: string;
74
+ interface: string;
75
+ uiSchema: ISchema;
76
+ }[];
77
+ };
44
78
  export declare const workflowFieldset: Record<string, ISchema>;
45
79
  export declare const createWorkflow: ISchema;
46
80
  export declare const updateWorkflow: ISchema;
@@ -1,25 +1,26 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.0.18",
3
+ "@tachybase/client": "1.1.0",
4
4
  "@ant-design/icons": "5.3.7",
5
5
  "antd": "5.22.5",
6
6
  "lodash": "4.17.21",
7
- "@tachybase/utils": "1.0.18",
7
+ "@tachybase/utils": "1.1.0",
8
8
  "react-i18next": "15.2.0",
9
9
  "react-router-dom": "6.28.1",
10
- "@tachybase/schema": "1.0.18",
11
- "@tachybase/database": "1.0.18",
12
- "@tachybase/logger": "1.0.18",
13
- "@tachybase/server": "1.0.18",
14
- "@tachybase/evaluators": "1.0.18",
15
- "@tachybase/components": "1.0.18",
16
- "@tachybase/actions": "1.0.18",
17
- "@tachybase/data-source": "1.0.18",
18
- "axios": "1.7.7",
10
+ "@tachybase/schema": "1.1.0",
11
+ "@tachybase/database": "1.1.0",
12
+ "@tachybase/logger": "1.1.0",
13
+ "@tachybase/server": "1.1.0",
14
+ "@tachybase/evaluators": "1.1.0",
15
+ "@tachybase/components": "1.1.0",
16
+ "@dnd-kit/core": "6.3.1",
17
+ "@tachybase/actions": "1.1.0",
18
+ "@tachybase/data-source": "1.1.0",
19
+ "axios": "0.27.2",
19
20
  "sequelize": "6.37.5",
20
- "@tachybase/plugin-workflow-test": "1.0.18",
21
- "@tachybase/test": "1.0.18",
22
- "@tachybase/module-error-handler": "1.0.18",
23
- "@tachybase/resourcer": "1.0.18",
24
- "@tachybase/module-ui-schema": "1.0.18"
21
+ "@tachybase/plugin-workflow-test": "1.1.0",
22
+ "@tachybase/test": "1.1.0",
23
+ "@tachybase/module-error-handler": "1.1.0",
24
+ "@tachybase/resourcer": "1.1.0",
25
+ "@tachybase/module-ui-schema": "1.1.0"
25
26
  };
@@ -422,5 +422,6 @@
422
422
  "is true": "为真",
423
423
  "ms": "毫秒",
424
424
  "needAuthorization": "是否携带权限校验",
425
+ "workflow Category": "工作流类别",
425
426
  "workflow loop!": "存在环形调用!"
426
427
  }