@nocobase/plugin-workflow 2.0.0-alpha.39 → 2.0.0-alpha.40

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.
@@ -25,6 +25,21 @@ export declare function createTriggerWorkflowsSchema({ WorkflowSelectComponent,
25
25
  items: {
26
26
  type: string;
27
27
  properties: {
28
+ sort: {
29
+ type: string;
30
+ 'x-component': string;
31
+ 'x-component-props': {
32
+ width: number;
33
+ title: string;
34
+ align: string;
35
+ };
36
+ properties: {
37
+ sort: {
38
+ type: string;
39
+ 'x-component': string;
40
+ };
41
+ };
42
+ };
28
43
  workflowKey: {
29
44
  type: string;
30
45
  'x-component': string;
@@ -64,48 +79,6 @@ export declare function createTriggerWorkflowsSchema({ WorkflowSelectComponent,
64
79
  };
65
80
  };
66
81
  };
67
- context?: {
68
- type: string;
69
- 'x-component': string;
70
- 'x-component-props': {
71
- title: string;
72
- width: number;
73
- };
74
- properties: {
75
- context: {
76
- type: string;
77
- 'x-decorator': string;
78
- 'x-component': import("react").FC<import("@nocobase/client").AppendsTreeSelectProps>;
79
- 'x-component-props': {
80
- placeholder: string;
81
- popupMatchSelectWidth: boolean;
82
- collection: string;
83
- filter(field: any): boolean;
84
- rootOption: {
85
- label: string;
86
- value: string;
87
- };
88
- allowClear: boolean;
89
- };
90
- default: string;
91
- };
92
- };
93
- };
94
- sort: {
95
- type: string;
96
- 'x-component': string;
97
- 'x-component-props': {
98
- width: number;
99
- title: string;
100
- align: string;
101
- };
102
- properties: {
103
- sort: {
104
- type: string;
105
- 'x-component': string;
106
- };
107
- };
108
- };
109
82
  };
110
83
  };
111
84
  properties: {