work-workflow-prods 2.0.0 → 4.0.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.
- package/dist/container.svg +3 -0
- package/dist/global_add_record.svg +3 -0
- package/dist/index.css +1 -1
- package/dist/unselect_container.svg +3 -0
- package/dist/workflow.es.js +10849 -8143
- package/dist/workflow.umd.js +63 -51
- package/package.json +3 -1
- package/types/components/Form/query.d.ts +1 -0
- package/types/components/GlobalCustomNode/GlobalApprovalNode.d.ts +3 -0
- package/types/components/GlobalCustomNode/GlobalConditionNode.d.ts +3 -0
- package/types/components/GlobalCustomNode/GlobalCustomChildNode.d.ts +3 -0
- package/types/components/GlobalCustomNode/index.d.ts +1 -0
- package/types/components/GlobalWorkflow/GlobalWorkflowCanvas/GlobalDeletableEdge.d.ts +3 -0
- package/types/components/GlobalWorkflow/GlobalWorkflowCanvas/index.d.ts +11 -0
- package/types/components/GlobalWorkflow/NodeSetting/ApprovalForm/index.d.ts +6 -0
- package/types/components/GlobalWorkflow/NodeSetting/ConditionForm/index.d.ts +6 -0
- package/types/components/GlobalWorkflow/NodeSetting/CopyRecord/CopyRecordOtherWork.d.ts +9 -0
- package/types/components/GlobalWorkflow/NodeSetting/CreateDeleteRecordForm/index.d.ts +7 -0
- package/types/components/GlobalWorkflow/NodeSetting/DelayForm/index.d.ts +5 -0
- package/types/components/GlobalWorkflow/NodeSetting/MailApprovalForm/index.d.ts +6 -0
- package/types/components/GlobalWorkflow/NodeSetting/NotificationForm/NotificationFormByField.d.ts +7 -0
- package/types/components/GlobalWorkflow/NodeSetting/NotificationForm/NotificationFormByUser.d.ts +6 -0
- package/types/components/GlobalWorkflow/NodeSetting/NotificationForm/index.d.ts +4 -0
- package/types/components/GlobalWorkflow/NodeSetting/UpdateRecordForm/index.d.ts +7 -0
- package/types/components/GlobalWorkflow/NodeSetting/index.d.ts +10 -0
- package/types/components/GlobalWorkflow/SelectNodeComp/index.d.ts +7 -0
- package/types/components/GlobalWorkflow/WorkflowCanva/index.d.ts +3 -0
- package/types/components/GlobalWorkflow/WorkflowCanvas/Edges/WorkflowEdge.d.ts +3 -0
- package/types/components/GlobalWorkflow/WorkflowCanvas/Nodes/FilterNode.d.ts +3 -0
- package/types/components/GlobalWorkflow/WorkflowCanvas/Nodes/TriggerNode.d.ts +3 -0
- package/types/components/GlobalWorkflow/WorkflowCanvas/index.d.ts +3 -0
- package/types/components/GlobalWorkflow/constant.d.ts +23 -0
- package/types/components/GlobalWorkflow/index.d.ts +3 -0
- package/types/components/GlobalWorkflow/services/globalWorkflowApi.d.ts +58 -0
- package/types/components/GlobalWorkflow/services/workflowConverter.d.ts +36 -0
- package/types/components/WorkflowModal/services.d.ts +24 -0
- package/types/components/WorkflowModal/types.d.ts +4 -0
- package/types/index.d.ts +5 -1
- package/types/main.d.ts +3 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="10" height="12" viewBox="0 0 10 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.82083 9.45L6.83958 5.83333H4.50625L4.92917 2.52292L2.23125 6.41667H4.25833L3.82083 9.45ZM2.33333 11.6667L2.91667 7.58333H0L5.25 0H6.41667L5.83333 4.66667H9.33333L3.5 11.6667H2.33333Z" fill="#94A3B8"/>
|
|
3
|
+
</svg>
|