@nocobase/plugin-workflow-dynamic-calculation 1.7.0-beta.31 → 1.7.0-beta.32
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
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"@ant-design/icons": "5.6.1",
|
|
13
|
-
"@nocobase/client": "1.7.0-beta.
|
|
14
|
-
"@nocobase/plugin-workflow": "1.7.0-beta.
|
|
13
|
+
"@nocobase/client": "1.7.0-beta.32",
|
|
14
|
+
"@nocobase/plugin-workflow": "1.7.0-beta.32",
|
|
15
15
|
"@formily/core": "2.3.0",
|
|
16
16
|
"@formily/react": "2.3.0",
|
|
17
17
|
"antd": "5.24.2",
|
|
18
18
|
"react-i18next": "11.18.6",
|
|
19
|
-
"@nocobase/evaluators": "1.7.0-beta.
|
|
20
|
-
"@nocobase/utils": "1.7.0-beta.
|
|
21
|
-
"@nocobase/server": "1.7.0-beta.
|
|
22
|
-
"@nocobase/database": "1.7.0-beta.
|
|
19
|
+
"@nocobase/evaluators": "1.7.0-beta.32",
|
|
20
|
+
"@nocobase/utils": "1.7.0-beta.32",
|
|
21
|
+
"@nocobase/server": "1.7.0-beta.32",
|
|
22
|
+
"@nocobase/database": "1.7.0-beta.32"
|
|
23
23
|
};
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Expression": "Expression",
|
|
3
|
+
"Dynamic expression calculation": "Dynamic expression calculation",
|
|
3
4
|
"Calculate an expression based on a calculation engine and obtain a value as the result. Variables in the upstream nodes can be used in the expression. The expression is dynamic one from an expression collections.": "Calculate an expression based on a calculation engine and obtain a value as the result. Variables in the upstream nodes can be used in the expression. The expression is dynamic one from an expression collections.",
|
|
4
5
|
"Select dynamic expression": "Select dynamic expression",
|
|
5
6
|
"Select the dynamic expression queried from the upstream node. You need to query it from an expression collection.": "Select the dynamic expression queried from the upstream node. You need to query it from an expression collection.",
|
|
6
7
|
"Variable datasource": "Variable datasource",
|
|
7
8
|
"Dynamic expression": "Dynamic expression",
|
|
8
|
-
"
|
|
9
|
+
"Used to store expressions for use in workflows so that different expressions can be called for different data.": "Used to store expressions for use in workflows so that different expressions can be called for different data.",
|
|
9
10
|
"Unconfigured": "Unconfigured",
|
|
10
11
|
"Calculation result": "Calculation result"
|
|
11
|
-
}
|
|
12
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:动态表达式计算节点",
|
|
5
5
|
"description": "Useful plugin for doing dynamic calculation based on expression collection records in workflow.",
|
|
6
6
|
"description.zh-CN": "用于在工作流中进行基于数据行的动态表达式计算。",
|
|
7
|
-
"version": "1.7.0-beta.
|
|
7
|
+
"version": "1.7.0-beta.32",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-dynamic-calculation",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@nocobase/test": "1.x",
|
|
31
31
|
"@nocobase/utils": "1.x"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "d78ca2740143209c6a16002e0c36e3256ed5fd88",
|
|
34
34
|
"keywords": [
|
|
35
35
|
"Workflow",
|
|
36
36
|
"Collections"
|