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.
Files changed (39) hide show
  1. package/dist/container.svg +3 -0
  2. package/dist/global_add_record.svg +3 -0
  3. package/dist/index.css +1 -1
  4. package/dist/unselect_container.svg +3 -0
  5. package/dist/workflow.es.js +10849 -8143
  6. package/dist/workflow.umd.js +63 -51
  7. package/package.json +3 -1
  8. package/types/components/Form/query.d.ts +1 -0
  9. package/types/components/GlobalCustomNode/GlobalApprovalNode.d.ts +3 -0
  10. package/types/components/GlobalCustomNode/GlobalConditionNode.d.ts +3 -0
  11. package/types/components/GlobalCustomNode/GlobalCustomChildNode.d.ts +3 -0
  12. package/types/components/GlobalCustomNode/index.d.ts +1 -0
  13. package/types/components/GlobalWorkflow/GlobalWorkflowCanvas/GlobalDeletableEdge.d.ts +3 -0
  14. package/types/components/GlobalWorkflow/GlobalWorkflowCanvas/index.d.ts +11 -0
  15. package/types/components/GlobalWorkflow/NodeSetting/ApprovalForm/index.d.ts +6 -0
  16. package/types/components/GlobalWorkflow/NodeSetting/ConditionForm/index.d.ts +6 -0
  17. package/types/components/GlobalWorkflow/NodeSetting/CopyRecord/CopyRecordOtherWork.d.ts +9 -0
  18. package/types/components/GlobalWorkflow/NodeSetting/CreateDeleteRecordForm/index.d.ts +7 -0
  19. package/types/components/GlobalWorkflow/NodeSetting/DelayForm/index.d.ts +5 -0
  20. package/types/components/GlobalWorkflow/NodeSetting/MailApprovalForm/index.d.ts +6 -0
  21. package/types/components/GlobalWorkflow/NodeSetting/NotificationForm/NotificationFormByField.d.ts +7 -0
  22. package/types/components/GlobalWorkflow/NodeSetting/NotificationForm/NotificationFormByUser.d.ts +6 -0
  23. package/types/components/GlobalWorkflow/NodeSetting/NotificationForm/index.d.ts +4 -0
  24. package/types/components/GlobalWorkflow/NodeSetting/UpdateRecordForm/index.d.ts +7 -0
  25. package/types/components/GlobalWorkflow/NodeSetting/index.d.ts +10 -0
  26. package/types/components/GlobalWorkflow/SelectNodeComp/index.d.ts +7 -0
  27. package/types/components/GlobalWorkflow/WorkflowCanva/index.d.ts +3 -0
  28. package/types/components/GlobalWorkflow/WorkflowCanvas/Edges/WorkflowEdge.d.ts +3 -0
  29. package/types/components/GlobalWorkflow/WorkflowCanvas/Nodes/FilterNode.d.ts +3 -0
  30. package/types/components/GlobalWorkflow/WorkflowCanvas/Nodes/TriggerNode.d.ts +3 -0
  31. package/types/components/GlobalWorkflow/WorkflowCanvas/index.d.ts +3 -0
  32. package/types/components/GlobalWorkflow/constant.d.ts +23 -0
  33. package/types/components/GlobalWorkflow/index.d.ts +3 -0
  34. package/types/components/GlobalWorkflow/services/globalWorkflowApi.d.ts +58 -0
  35. package/types/components/GlobalWorkflow/services/workflowConverter.d.ts +36 -0
  36. package/types/components/WorkflowModal/services.d.ts +24 -0
  37. package/types/components/WorkflowModal/types.d.ts +4 -0
  38. package/types/index.d.ts +5 -1
  39. 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>