hn-workflow-components 1.0.6 → 1.0.7
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 +1 -0
- package/dist/workflow-components.es.js +1035 -1029
- package/dist/workflow-components.umd.js +71 -71
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -102,6 +102,7 @@ function App() {
|
|
|
102
102
|
| `onSave` | `(data: any) => void` | ❌ | 保存流程处理 |
|
|
103
103
|
| `onPublish` | `(data: any) => void` | ❌ | 发布流程处理 |
|
|
104
104
|
| `onSelectMembers` | `(data: any) => {label:string, value:string}[]` | ❌ | 成员选择 |
|
|
105
|
+
| `onSelectRoles` | `(data: any) => {label:string, value:string}[]` | ❌ | 成员选择 |
|
|
105
106
|
|
|
106
107
|
### WorkflowViewerComponents(查看器)
|
|
107
108
|
|