hn-workflow-components 1.1.1 → 1.1.2

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/README.md CHANGED
@@ -117,8 +117,8 @@ function App() {
117
117
  | `customHeaders` | `Record<string, string>` | ❌ | 自定义请求头 |
118
118
  | `onSave` | `(data: any) => void` | ❌ | 保存流程处理 |
119
119
  | `onPublish` | `(data: any) => void` | ❌ | 发布流程处理 |
120
- | `onSelectMembers` | `(data: any) => {label:string, value:string}[]` | ❌ | 成员选择 |
121
- | `onSelectRoles` | `(data: any) => {label:string, value:string}[]` | ❌ | 成员选择 |
120
+ | `onSelectMembers` | `() => {label:string, value:any}[]` | ❌ | 成员选择 |
121
+ | `onSelectRoles` | `() => {label:string, value:any}[]` | ❌ | 角色选择 |
122
122
 
123
123
  ### WorkflowViewerComponents(查看器)
124
124