@nocobase/plugin-workflow-dynamic-calculation 1.7.0-beta.7 → 1.7.0-beta.8
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.8",
|
|
14
|
+
"@nocobase/plugin-workflow": "1.7.0-beta.8",
|
|
15
15
|
"@formily/core": "2.3.0",
|
|
16
16
|
"@formily/react": "2.3.0",
|
|
17
17
|
"antd": "5.12.8",
|
|
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.8",
|
|
20
|
+
"@nocobase/utils": "1.7.0-beta.8",
|
|
21
|
+
"@nocobase/server": "1.7.0-beta.8",
|
|
22
|
+
"@nocobase/database": "1.7.0-beta.8"
|
|
23
23
|
};
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Expression": "Espressione",
|
|
3
|
+
"Dynamic expression calculation": "Calcolo dinamico",
|
|
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.": "Calcola un'espressione basata su un motore di calcolo e ottiene un valore come risultato. Nell'espressione è possibile utilizzare variabili dai nodi upstream. L'espressione è ottenuta dinamicamente da una raccolta di espressioni.",
|
|
4
5
|
"Select dynamic expression": "Seleziona espressione dinamica",
|
|
5
6
|
"Select the dynamic expression queried from the upstream node. You need to query it from an expression collection.": "Seleziona l'espressione dinamica interrogata dal nodo upstream. È necessario interrogarla da una raccolta di espressioni.",
|
|
6
7
|
"Variable datasource": "Origine dati variabile",
|
|
7
8
|
"Dynamic expression": "Espressione dinamica",
|
|
8
|
-
"
|
|
9
|
+
"Used to store expressions for use in workflows so that different expressions can be called for different data.": "Utilizzato per memorizzare espressioni da usare nei workflow in modo che per dati diversi possano essere chiamate espressioni diverse",
|
|
9
10
|
"Unconfigured": "Non configurato",
|
|
10
11
|
"Calculation result": "Risultato del calcolo"
|
|
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.8",
|
|
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": "9ad35ee90db98d95dfa660645d155f4f4e81b47c",
|
|
34
34
|
"keywords": [
|
|
35
35
|
"Workflow",
|
|
36
36
|
"Collections"
|