@coding-flow/flow-design 0.0.22 → 0.0.26
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.
|
@@ -74,13 +74,21 @@ class GroovyVariableUtil {
|
|
|
74
74
|
type: 'STRING',
|
|
75
75
|
order: 11
|
|
76
76
|
},
|
|
77
|
+
{
|
|
78
|
+
label: '流程Id',
|
|
79
|
+
value: 'request.getWorkflowId()',
|
|
80
|
+
expression: '${流程Id}',
|
|
81
|
+
tag: VariableTag.WORKFLOW,
|
|
82
|
+
type: 'STRING',
|
|
83
|
+
order: 12
|
|
84
|
+
},
|
|
77
85
|
{
|
|
78
86
|
label: '当前节点',
|
|
79
87
|
value: 'request.getNodeName()',
|
|
80
88
|
expression: '${当前节点}',
|
|
81
89
|
tag: VariableTag.WORKFLOW,
|
|
82
90
|
type: 'STRING',
|
|
83
|
-
order:
|
|
91
|
+
order: 13
|
|
84
92
|
},
|
|
85
93
|
{
|
|
86
94
|
label: '节点类型',
|
|
@@ -88,7 +96,7 @@ class GroovyVariableUtil {
|
|
|
88
96
|
expression: '${节点类型}',
|
|
89
97
|
tag: VariableTag.WORKFLOW,
|
|
90
98
|
type: 'STRING',
|
|
91
|
-
order:
|
|
99
|
+
order: 14
|
|
92
100
|
},
|
|
93
101
|
{
|
|
94
102
|
label: '是否模拟测试',
|
|
@@ -96,7 +104,7 @@ class GroovyVariableUtil {
|
|
|
96
104
|
expression: '${是否模拟测试}',
|
|
97
105
|
type: 'BOOLEAN',
|
|
98
106
|
tag: VariableTag.WORKFLOW,
|
|
99
|
-
order:
|
|
107
|
+
order: 15
|
|
100
108
|
}
|
|
101
109
|
];
|
|
102
110
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coding-flow/flow-design",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"description": "flow-engine design components ",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
"nanoid": "^5.1.6",
|
|
55
55
|
"react-redux": "^9.2.0",
|
|
56
56
|
"styled-components": "^5.3.11",
|
|
57
|
-
"@coding-flow/flow-core": "0.0.
|
|
58
|
-
"@coding-flow/flow-icons": "0.0.
|
|
59
|
-
"@coding-flow/flow-
|
|
60
|
-
"@coding-flow/flow-
|
|
57
|
+
"@coding-flow/flow-core": "0.0.26",
|
|
58
|
+
"@coding-flow/flow-icons": "0.0.26",
|
|
59
|
+
"@coding-flow/flow-types": "0.0.26",
|
|
60
|
+
"@coding-flow/flow-pc-ui": "0.0.26"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@types/lodash-es": "^4.17.12",
|
|
64
64
|
"@types/styled-components": "^5.1.36",
|
|
65
|
-
"@coding-flow/flow-core": "0.0.
|
|
66
|
-
"@coding-flow/flow-types": "0.0.
|
|
65
|
+
"@coding-flow/flow-core": "0.0.26",
|
|
66
|
+
"@coding-flow/flow-types": "0.0.26"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"build": "rslib build",
|