@tachybase/module-workflow 1.6.21 → 1.6.22

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/client/features/exit-branch/index.d.ts +4 -0
  2. package/dist/client/index.js +40 -40
  3. package/dist/externalVersion.js +8 -8
  4. package/dist/locale/en-US.json +2 -0
  5. package/dist/locale/zh-CN.json +2 -0
  6. package/dist/node_modules/@babel/core/lib/index.js +28 -28
  7. package/dist/node_modules/@babel/core/package.json +1 -1
  8. package/dist/node_modules/@babel/preset-env/lib/index.js +40 -40
  9. package/dist/node_modules/@babel/preset-env/package.json +1 -1
  10. package/dist/node_modules/@babel/preset-react/lib/index.js +23 -23
  11. package/dist/node_modules/@babel/preset-react/package.json +1 -1
  12. package/dist/node_modules/@babel/preset-typescript/lib/index.js +28 -28
  13. package/dist/node_modules/@babel/preset-typescript/package.json +1 -1
  14. package/dist/node_modules/cron-parser/package.json +1 -1
  15. package/dist/node_modules/form-data/package.json +1 -1
  16. package/dist/node_modules/jsonata/package.json +1 -1
  17. package/dist/node_modules/lru-cache/package.json +1 -1
  18. package/dist/node_modules/mime-types/package.json +1 -1
  19. package/dist/node_modules/qrcode/package.json +1 -1
  20. package/dist/server/Plugin.js +15 -3
  21. package/dist/server/collections/executions.d.ts +1 -1
  22. package/dist/server/collections/flow_nodes.d.ts +1 -1
  23. package/dist/server/collections/jobs.d.ts +1 -1
  24. package/dist/server/collections/workflowCategories.d.ts +1 -1
  25. package/dist/server/collections/workflows.d.ts +1 -1
  26. package/dist/server/features/exit-branch/ExitBranchInstruction.d.ts +4 -0
  27. package/dist/server/features/exit-branch/ExitBranchInstruction.js +51 -0
  28. package/dist/server/features/exit-branch/Plugin.d.ts +4 -0
  29. package/dist/server/features/exit-branch/Plugin.js +45 -0
  30. package/dist/server/features/exit-branch/index.d.ts +1 -0
  31. package/dist/server/features/exit-branch/index.js +21 -0
  32. package/dist/server/features/interception/RequestInterceptionTrigger.js +5 -1
  33. package/dist/server/features/omni-trigger/CustomActionTrigger.js +5 -1
  34. package/dist/server/features/trigger-instruction/TriggerInstruction.d.ts +1 -10
  35. package/dist/server/features/trigger-instruction/TriggerInstruction.js +7 -3
  36. package/dist/server/instructions/QueryInstruction.js +1 -1
  37. package/dist/server/instructions/SelectInstruction.js +1 -1
  38. package/dist/server/triggers/ScheduleTrigger/DateFieldScheduleTrigger.js +2 -4
  39. package/package.json +15 -11
@@ -1,20 +1,20 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.6.21",
3
+ "@tachybase/client": "1.6.22",
4
4
  "@ant-design/icons": "6.1.0",
5
5
  "antd": "5.22.5",
6
6
  "lodash": "4.17.21",
7
- "@tego/client": "1.6.11",
7
+ "@tego/client": "1.6.13",
8
8
  "react-i18next": "16.2.1",
9
9
  "react-router-dom": "6.28.1",
10
- "@tachybase/schema": "1.6.11",
11
- "@tego/server": "1.6.11",
10
+ "@tachybase/schema": "1.6.13",
11
+ "@tego/server": "1.6.13",
12
12
  "dayjs": "1.11.13",
13
13
  "@dnd-kit/core": "6.3.1",
14
14
  "axios": "1.13.0",
15
15
  "sequelize": "6.37.5",
16
- "@tachybase/plugin-workflow-test": "1.6.21",
17
- "@tachybase/test": "1.6.11",
18
- "@tachybase/module-error-handler": "1.6.21",
19
- "@tachybase/module-ui-schema": "1.6.21"
16
+ "@tachybase/plugin-workflow-test": "1.6.22",
17
+ "@tachybase/test": "1.6.13",
18
+ "@tachybase/module-error-handler": "1.6.22",
19
+ "@tachybase/module-ui-schema": "1.6.22"
20
20
  };
@@ -166,6 +166,8 @@
166
166
  "Executed": "Executed",
167
167
  "Executed at": "Executed at",
168
168
  "Execution history": "Execution history",
169
+ "Exit branch": "Exit branch",
170
+ "Exit the current branch with success status and continue to the next node after the branch.": "Exit the current branch with success status and continue to the next node after the branch.",
169
171
  "Extended types": "Extended types",
170
172
  "Fail and exit": "Fail and exit",
171
173
  "Failed": "Failed",
@@ -203,6 +203,8 @@
203
203
  "Execution ID is required": "执行 ID 是必需的",
204
204
  "Execution history": "执行历史",
205
205
  "Existence check": "存在性判断",
206
+ "Exit branch": "退出分支",
207
+ "Exit the current branch with success status and continue to the next node after the branch.": "以成功状态退出当前分支,并继续执行分支后的下一个节点。",
206
208
  "Exit when query result is null": "查询结果为空时,退出流程",
207
209
  "Expression": "表达式",
208
210
  "Expression syntax error": "表达式语法错误",