@nocobase/plugin-workflow 1.6.4 → 1.7.0-alpha.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.
@@ -11,24 +11,24 @@ module.exports = {
11
11
  "react": "18.2.0",
12
12
  "@formily/core": "2.3.0",
13
13
  "@formily/react": "2.3.0",
14
- "@nocobase/client": "1.6.4",
15
- "@nocobase/utils": "1.6.4",
16
- "antd": "5.12.8",
14
+ "@nocobase/client": "1.7.0-alpha.2",
15
+ "@nocobase/utils": "1.7.0-alpha.2",
16
+ "antd": "5.24.2",
17
17
  "@ant-design/icons": "5.6.1",
18
18
  "react-router-dom": "6.28.1",
19
19
  "react-i18next": "11.18.6",
20
20
  "lodash": "4.17.21",
21
21
  "sequelize": "6.35.2",
22
- "@nocobase/database": "1.6.4",
23
- "@nocobase/server": "1.6.4",
24
- "@nocobase/data-source-manager": "1.6.4",
25
- "@nocobase/logger": "1.6.4",
26
- "@nocobase/evaluators": "1.6.4",
27
- "@formily/antd-v5": "1.1.9",
22
+ "@nocobase/database": "1.7.0-alpha.2",
23
+ "@nocobase/server": "1.7.0-alpha.2",
24
+ "@nocobase/data-source-manager": "1.7.0-alpha.2",
25
+ "@nocobase/logger": "1.7.0-alpha.2",
26
+ "@nocobase/evaluators": "1.7.0-alpha.2",
27
+ "@formily/antd-v5": "1.2.3",
28
28
  "@formily/reactive": "2.3.0",
29
29
  "@formily/shared": "2.3.2",
30
- "@nocobase/actions": "1.6.4",
31
- "dayjs": "1.11.10",
32
- "@nocobase/plugin-workflow-test": "1.6.4",
33
- "@nocobase/test": "1.6.4"
30
+ "@nocobase/actions": "1.7.0-alpha.2",
31
+ "dayjs": "1.11.13",
32
+ "@nocobase/plugin-workflow-test": "1.7.0-alpha.2",
33
+ "@nocobase/test": "1.7.0-alpha.2"
34
34
  };
@@ -0,0 +1,100 @@
1
+ {
2
+ "Workflow": "Workflow",
3
+ "Execution history": "Execution history",
4
+ "Executed": "Executed",
5
+ "Trigger type": "Trigger type",
6
+ "Status": "Status",
7
+ "On": "Aan",
8
+ "Off": "Uit",
9
+ "Version": "Versie",
10
+ "Copy to new version": "Copy to new version",
11
+ "Duplicate": "Dupliceren",
12
+ "Loading": "Loading",
13
+ "Load failed": "Load failed",
14
+ "Trigger": "Trigger",
15
+ "Trigger variables": "Trigger variables",
16
+ "Trigger data": "Trigger data",
17
+ "Trigger time": "Trigger time",
18
+ "Triggered at": "Triggered at",
19
+ "Collection event": "Collection event",
20
+ "Trigger on": "Trigger on",
21
+ "After record added": "After record added",
22
+ "After record updated": "After record updated",
23
+ "After record added or updated": "After record added or updated",
24
+ "After record deleted": "After record deleted",
25
+ "Changed fields": "Changed fields",
26
+ "Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.": "Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.",
27
+ "Only triggers when match conditions": "Only triggers when match conditions",
28
+ "Schedule event": "Schedule event",
29
+ "Trigger mode": "Trigger mode",
30
+ "Based on certain date": "Based on certain date",
31
+ "Based on date field of collection": "Based on date field of collection",
32
+ "Starts on": "Starts on",
33
+ "Ends on": "Ends on",
34
+ "No end": "No end",
35
+ "Exactly at": "Exactly at",
36
+ "Repeat mode": "Repeat mode",
37
+ "Repeat limit": "Repeat limit",
38
+ "No limit": "No limit",
39
+ "Seconds": "Seconds",
40
+ "Minutes": "Minutes",
41
+ "Hours": "Hours",
42
+ "Days": "Days",
43
+ "Weeks": "Weeks",
44
+ "Months": "Months",
45
+ "No repeat": "No repeat",
46
+ "Every": "Every",
47
+ "By minute": "By minute",
48
+ "By hour": "By hour",
49
+ "By day": "By day",
50
+ "By week": "By week",
51
+ "By month": "By month",
52
+ "By field": "By field",
53
+ "By custom date": "By custom date",
54
+ "Advanced": "Advanced",
55
+ "End": "End",
56
+ "Node result": "Node result",
57
+ "Constant": "Constant",
58
+ "Null": "Null",
59
+ "Boolean": "Boolean",
60
+ "String": "String",
61
+ "Operator": "Operator",
62
+ "Arithmetic calculation": "Arithmetic calculation",
63
+ "String operation": "String operation",
64
+ "Executed at": "Executed at",
65
+ "Queueing": "Queueing",
66
+ "On going": "On going",
67
+ "Succeeded": "Succeeded",
68
+ "Failed": "Failed",
69
+ "Pending": "Pending",
70
+ "Canceled": "Canceled",
71
+ "This node contains branches, deleting will also be preformed to them, are you sure?": "This node contains branches, deleting will also be preformed to them, are you sure?",
72
+ "Control": "Control",
73
+ "Collection operations": "Collection operations",
74
+ "Extended types": "Extended types",
75
+ "Node type": "Node type",
76
+ "Calculation": "Calculation",
77
+ "Configure calculation": "Configure calculation",
78
+ "Calculation result": "Calculation result",
79
+ "True": "True",
80
+ "False": "False",
81
+ "concat": "concat",
82
+ "Condition": "Voorwaarde",
83
+ "Mode": "Mode",
84
+ "Continue when \"Yes\"": "Continue when \"Yes\"",
85
+ "Branch into \"Yes\" and \"No\"": "Branch into \"Yes\" and \"No\"",
86
+ "Conditions": "Conditions",
87
+ "Create record": "Create record",
88
+ "Update record": "Record bijwerken",
89
+ "Query record": "Query record",
90
+ "Multiple records": "Multiple records",
91
+ "Please select collection first": "Please select collection first",
92
+ "Only update records matching conditions": "Only update records matching conditions",
93
+ "Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.": "Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.",
94
+ "Trigger in executed workflow cannot be modified": "Trigger in executed workflow cannot be modified",
95
+ "Node in executed workflow cannot be modified": "Node in executed workflow cannot be modified",
96
+ "Can not delete": "Can not delete",
97
+ "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.",
98
+ "Maximum number of loop calls": "Maximum number of loop calls",
99
+ "If the number of loop calls is too large, there will be performance issues.": "If the number of loop calls is too large, there will be performance issues."
100
+ }
@@ -1 +1 @@
1
- {"name":"cron-parser","version":"4.4.0","description":"Node.js library for parsing crontab instructions","main":"lib/parser.js","types":"index.d.ts","typesVersions":{"<4.1":{"*":["types/ts3/*"]}},"directories":{"test":"test"},"scripts":{"test:tsd":"tsd","test:unit":"TZ=UTC tap ./test/*.js","test:cover":"TZ=UTC tap --coverage-report=html ./test/*.js","lint":"eslint .","lint:fix":"eslint --fix .","test":"npm run lint && npm run test:unit && npm run test:tsd"},"repository":{"type":"git","url":"https://github.com/harrisiirak/cron-parser.git"},"keywords":["cron","crontab","parser"],"author":"Harri Siirak","contributors":["Nicholas Clawson","Daniel Prentis <daniel@salsitasoft.com>","Renault John Lecoultre","Richard Astbury <richard.astbury@gmail.com>","Meaglin Wasabi <Meaglin.wasabi@gmail.com>","Mike Kusold <hello@mikekusold.com>","Alex Kit <alex.kit@atmajs.com>","Santiago Gimeno <santiago.gimeno@gmail.com>","Daniel <darc.tec@gmail.com>","Christian Steininger <christian.steininger.cs@gmail.com>","Mykola Piskovyi <m.piskovyi@gmail.com>","Brian Vaughn <brian.david.vaughn@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Yasuhiroki <yasuhiroki.duck@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Brendan Warkentin <faazshift@gmail.com>","Charlie Fish <fishcharlie.code@gmail.com>","Ian Graves <ian+diskimage@iangrav.es>","Andy Thompson <me@andytson.com>","Regev Brody <regevbr@gmail.com>"],"license":"MIT","dependencies":{"luxon":"^1.28.0"},"devDependencies":{"eslint":"^8.2.0","sinon":"^10.0.0","tap":"^16.0.1","tsd":"^0.19.0"},"engines":{"node":">=0.8"},"browser":{"fs":false},"tap":{"check-coverage":false},"tsd":{"directory":"test","compilerOptions":{"lib":["es2017","dom"]}},"_lastModified":"2025-03-14T16:49:47.360Z"}
1
+ {"name":"cron-parser","version":"4.4.0","description":"Node.js library for parsing crontab instructions","main":"lib/parser.js","types":"index.d.ts","typesVersions":{"<4.1":{"*":["types/ts3/*"]}},"directories":{"test":"test"},"scripts":{"test:tsd":"tsd","test:unit":"TZ=UTC tap ./test/*.js","test:cover":"TZ=UTC tap --coverage-report=html ./test/*.js","lint":"eslint .","lint:fix":"eslint --fix .","test":"npm run lint && npm run test:unit && npm run test:tsd"},"repository":{"type":"git","url":"https://github.com/harrisiirak/cron-parser.git"},"keywords":["cron","crontab","parser"],"author":"Harri Siirak","contributors":["Nicholas Clawson","Daniel Prentis <daniel@salsitasoft.com>","Renault John Lecoultre","Richard Astbury <richard.astbury@gmail.com>","Meaglin Wasabi <Meaglin.wasabi@gmail.com>","Mike Kusold <hello@mikekusold.com>","Alex Kit <alex.kit@atmajs.com>","Santiago Gimeno <santiago.gimeno@gmail.com>","Daniel <darc.tec@gmail.com>","Christian Steininger <christian.steininger.cs@gmail.com>","Mykola Piskovyi <m.piskovyi@gmail.com>","Brian Vaughn <brian.david.vaughn@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Yasuhiroki <yasuhiroki.duck@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Brendan Warkentin <faazshift@gmail.com>","Charlie Fish <fishcharlie.code@gmail.com>","Ian Graves <ian+diskimage@iangrav.es>","Andy Thompson <me@andytson.com>","Regev Brody <regevbr@gmail.com>"],"license":"MIT","dependencies":{"luxon":"^1.28.0"},"devDependencies":{"eslint":"^8.2.0","sinon":"^10.0.0","tap":"^16.0.1","tsd":"^0.19.0"},"engines":{"node":">=0.8"},"browser":{"fs":false},"tap":{"check-coverage":false},"tsd":{"directory":"test","compilerOptions":{"lib":["es2017","dom"]}},"_lastModified":"2025-03-14T23:27:25.952Z"}
@@ -1 +1 @@
1
- {"name":"lru-cache","description":"A cache object that deletes the least-recently-used items.","version":"8.0.5","author":"Isaac Z. Schlueter <i@izs.me>","keywords":["mru","lru","cache"],"sideEffects":false,"scripts":{"build":"npm run prepare","preprepare":"rm -rf dist","prepare":"tsc -p tsconfig.json && tsc -p tsconfig-esm.json","postprepare":"bash fixup.sh","pretest":"npm run prepare","presnap":"npm run prepare","test":"c8 tap","snap":"c8 tap","preversion":"npm test","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags","format":"prettier --write .","typedoc":"typedoc --tsconfig tsconfig-esm.json ./src/*.ts","benchmark-results-typedoc":"bash scripts/benchmark-results-typedoc.sh","prebenchmark":"npm run prepare","benchmark":"make -C benchmark","preprofile":"npm run prepare","profile":"make -C benchmark profile"},"main":"./dist/cjs/index-cjs.js","module":"./dist/mjs/index.js","types":"./dist/mjs/index.d.ts","exports":{"./min":{"import":{"types":"./dist/mjs/index.d.ts","default":"./dist/mjs/index.min.js"},"require":{"types":"./dist/cjs/index.d.ts","default":"./dist/cjs/index.min.js"}},".":{"import":{"types":"./dist/mjs/index.d.ts","default":"./dist/mjs/index.js"},"require":{"types":"./dist/cjs/index.d.ts","default":"./dist/cjs/index-cjs.js"}}},"repository":"git://github.com/isaacs/node-lru-cache.git","devDependencies":{"@size-limit/preset-small-lib":"^7.0.8","@types/node":"^17.0.31","@types/tap":"^15.0.6","benchmark":"^2.1.4","c8":"^7.11.2","clock-mock":"^1.0.6","esbuild":"^0.17.11","eslint-config-prettier":"^8.5.0","marked":"^4.2.12","mkdirp":"^2.1.5","prettier":"^2.6.2","size-limit":"^7.0.8","tap":"^16.3.4","ts-node":"^10.7.0","tslib":"^2.4.0","typedoc":"^0.23.24","typescript":"^4.6.4"},"license":"ISC","files":["dist"],"engines":{"node":">=16.14"},"prettier":{"semi":false,"printWidth":70,"tabWidth":2,"useTabs":false,"singleQuote":true,"jsxSingleQuote":false,"bracketSameLine":true,"arrowParens":"avoid","endOfLine":"lf"},"tap":{"coverage":false,"node-arg":["--expose-gc","--no-warnings","--loader","ts-node/esm"],"ts":false},"size-limit":[{"path":"./dist/mjs/index.js"}],"_lastModified":"2025-03-14T16:49:46.967Z"}
1
+ {"name":"lru-cache","description":"A cache object that deletes the least-recently-used items.","version":"8.0.5","author":"Isaac Z. Schlueter <i@izs.me>","keywords":["mru","lru","cache"],"sideEffects":false,"scripts":{"build":"npm run prepare","preprepare":"rm -rf dist","prepare":"tsc -p tsconfig.json && tsc -p tsconfig-esm.json","postprepare":"bash fixup.sh","pretest":"npm run prepare","presnap":"npm run prepare","test":"c8 tap","snap":"c8 tap","preversion":"npm test","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags","format":"prettier --write .","typedoc":"typedoc --tsconfig tsconfig-esm.json ./src/*.ts","benchmark-results-typedoc":"bash scripts/benchmark-results-typedoc.sh","prebenchmark":"npm run prepare","benchmark":"make -C benchmark","preprofile":"npm run prepare","profile":"make -C benchmark profile"},"main":"./dist/cjs/index-cjs.js","module":"./dist/mjs/index.js","types":"./dist/mjs/index.d.ts","exports":{"./min":{"import":{"types":"./dist/mjs/index.d.ts","default":"./dist/mjs/index.min.js"},"require":{"types":"./dist/cjs/index.d.ts","default":"./dist/cjs/index.min.js"}},".":{"import":{"types":"./dist/mjs/index.d.ts","default":"./dist/mjs/index.js"},"require":{"types":"./dist/cjs/index.d.ts","default":"./dist/cjs/index-cjs.js"}}},"repository":"git://github.com/isaacs/node-lru-cache.git","devDependencies":{"@size-limit/preset-small-lib":"^7.0.8","@types/node":"^17.0.31","@types/tap":"^15.0.6","benchmark":"^2.1.4","c8":"^7.11.2","clock-mock":"^1.0.6","esbuild":"^0.17.11","eslint-config-prettier":"^8.5.0","marked":"^4.2.12","mkdirp":"^2.1.5","prettier":"^2.6.2","size-limit":"^7.0.8","tap":"^16.3.4","ts-node":"^10.7.0","tslib":"^2.4.0","typedoc":"^0.23.24","typescript":"^4.6.4"},"license":"ISC","files":["dist"],"engines":{"node":">=16.14"},"prettier":{"semi":false,"printWidth":70,"tabWidth":2,"useTabs":false,"singleQuote":true,"jsxSingleQuote":false,"bracketSameLine":true,"arrowParens":"avoid","endOfLine":"lf"},"tap":{"coverage":false,"node-arg":["--expose-gc","--no-warnings","--loader","ts-node/esm"],"ts":false},"size-limit":[{"path":"./dist/mjs/index.js"}],"_lastModified":"2025-03-14T23:27:25.652Z"}
package/package.json CHANGED
@@ -4,13 +4,13 @@
4
4
  "displayName.zh-CN": "工作流",
5
5
  "description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.",
6
6
  "description.zh-CN": "一个强大的 BPM 工具,为业务自动化提供基础支持,并且可任意扩展更多的触发器和节点。",
7
- "version": "1.6.4",
7
+ "version": "1.7.0-alpha.2",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/workflow",
11
11
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow",
12
12
  "dependencies": {
13
- "@nocobase/plugin-workflow-test": "1.6.4"
13
+ "@nocobase/plugin-workflow-test": "1.7.0-alpha.2"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@ant-design/icons": "5.x",
@@ -44,7 +44,7 @@
44
44
  "@nocobase/test": "1.x",
45
45
  "@nocobase/utils": "1.x"
46
46
  },
47
- "gitHead": "1df12e1cf58be1c829904346425e857319de3dee",
47
+ "gitHead": "01751fa626d5692137e3decdac3c66a742b8ea80",
48
48
  "keywords": [
49
49
  "Workflow"
50
50
  ]