@nocobase/plugin-workflow-manual 0.17.0-alpha.6 → 0.18.0-alpha.1
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/externalVersion.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.2.0",
|
|
3
|
-
"@formily/react": "2.
|
|
4
|
-
"antd": "5.
|
|
5
|
-
"dayjs": "1.11.
|
|
6
|
-
"@nocobase/client": "0.
|
|
7
|
-
"@nocobase/plugin-workflow": "0.
|
|
8
|
-
"@ant-design/icons": "5.
|
|
3
|
+
"@formily/react": "2.3.0",
|
|
4
|
+
"antd": "5.12.2",
|
|
5
|
+
"dayjs": "1.11.10",
|
|
6
|
+
"@nocobase/client": "0.18.0-alpha.1",
|
|
7
|
+
"@nocobase/plugin-workflow": "0.18.0-alpha.1",
|
|
8
|
+
"@ant-design/icons": "5.2.6",
|
|
9
9
|
"react-i18next": "11.18.6",
|
|
10
|
-
"@nocobase/utils": "0.
|
|
11
|
-
"@nocobase/server": "0.
|
|
12
|
-
"@nocobase/actions": "0.
|
|
13
|
-
"@nocobase/resourcer": "0.
|
|
14
|
-
"@formily/core": "2.
|
|
15
|
-
"@formily/antd-v5": "1.1.
|
|
16
|
-
"@nocobase/database": "0.
|
|
10
|
+
"@nocobase/utils": "0.18.0-alpha.1",
|
|
11
|
+
"@nocobase/server": "0.18.0-alpha.1",
|
|
12
|
+
"@nocobase/actions": "0.18.0-alpha.1",
|
|
13
|
+
"@nocobase/resourcer": "0.18.0-alpha.1",
|
|
14
|
+
"@formily/core": "2.3.0",
|
|
15
|
+
"@formily/antd-v5": "1.1.9",
|
|
16
|
+
"@nocobase/database": "0.18.0-alpha.1",
|
|
17
17
|
"lodash": "4.17.21"
|
|
18
18
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:人工处理节点",
|
|
5
5
|
"description": "Could be used for workflows which some of decisions are made by users.",
|
|
6
6
|
"description.zh-CN": "用于人工控制部分决策的流程。",
|
|
7
|
-
"version": "0.
|
|
7
|
+
"version": "0.18.0-alpha.1",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"devDependencies": {
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"@nocobase/test": "0.x",
|
|
30
30
|
"@nocobase/utils": "0.x"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "0f5f1c0a37dc397a9dc4c8eec0c4ec20fd8107b0"
|
|
33
33
|
}
|
|
@@ -847,10 +847,6 @@ describe('workflow > instructions > manual', () => {
|
|
|
847
847
|
});
|
|
848
848
|
});
|
|
849
849
|
|
|
850
|
-
describe('mode: (0,1) (multiple record, all to percent)', () => {});
|
|
851
|
-
|
|
852
|
-
describe('mode: (-1,0) (multiple record, any to percent)', () => {});
|
|
853
|
-
|
|
854
850
|
describe('use result of submitted form in manual node', () => {
|
|
855
851
|
it('result should be available and correct', async () => {
|
|
856
852
|
const n1 = await workflow.createNode({
|