@nocobase/plugin-workflow-dynamic-calculation 1.9.15 → 1.9.16
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 +6 -6
- package/dist/locale/de-DE.json +8 -8
- package/dist/locale/en-US.json +6 -6
- package/dist/locale/es-ES.json +12 -0
- package/dist/locale/fr-FR.json +12 -0
- package/dist/locale/it-IT.json +7 -7
- package/dist/locale/ja-JP.json +8 -8
- package/dist/locale/ko-KR.json +11 -10
- package/dist/locale/nl-NL.json +12 -9
- package/dist/locale/pt-BR.json +12 -0
- package/dist/locale/ru-RU.json +8 -8
- package/dist/locale/tr-TR.json +12 -0
- package/dist/locale/uk-UA.json +12 -0
- package/dist/locale/zh-CN.json +7 -7
- package/dist/locale/zh-TW.json +12 -0
- package/package.json +2 -2
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.9.
|
|
14
|
-
"@nocobase/plugin-workflow": "1.9.
|
|
13
|
+
"@nocobase/client": "1.9.16",
|
|
14
|
+
"@nocobase/plugin-workflow": "1.9.16",
|
|
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.9.
|
|
20
|
-
"@nocobase/utils": "1.9.
|
|
21
|
-
"@nocobase/server": "1.9.
|
|
22
|
-
"@nocobase/database": "1.9.
|
|
19
|
+
"@nocobase/evaluators": "1.9.16",
|
|
20
|
+
"@nocobase/utils": "1.9.16",
|
|
21
|
+
"@nocobase/server": "1.9.16",
|
|
22
|
+
"@nocobase/database": "1.9.16"
|
|
23
23
|
};
|
package/dist/locale/de-DE.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
+
"An expression for calculation in each rows": "Ein Ausdruck für die Berechnung in jeder Zeile",
|
|
3
|
+
"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.": "Berechnet einen Ausdruck basierend auf einer Berechnungs-Engine und erhält einen Wert als Ergebnis. Variablen in den vorgelagerten Knoten können im Ausdruck verwendet werden. Der Ausdruck ist ein dynamischer Ausdruck aus einer Ausdruckssammlung.",
|
|
4
|
+
"Calculation result": "Berechnungsergebnis",
|
|
2
5
|
"Dynamic Calculation": "Dynamische Berechnung",
|
|
3
|
-
"
|
|
6
|
+
"Dynamic expression": "Dynamischer Ausdruck",
|
|
4
7
|
"Dynamic expression calculation": "Dynamische Ausdrucksberechnung",
|
|
5
|
-
"
|
|
8
|
+
"Expression": "Ausdruck",
|
|
6
9
|
"Select dynamic expression": "Dynamischen Ausdruck auswählen",
|
|
7
10
|
"Select the dynamic expression queried from the upstream node. You need to query it from an expression collection.": "Wählen Sie den dynamischen Ausdruck aus, der vom vorgelagerten Knoten abgefragt wird. Sie müssen ihn aus einer Ausdruckssammlung abfragen.",
|
|
8
|
-
"Variable datasource": "Variable Datenquelle",
|
|
9
|
-
"Dynamic expression": "Dynamischer Ausdruck",
|
|
10
|
-
"An expression for calculation in each rows": "Ein Ausdruck für die Berechnung in jeder Zeile",
|
|
11
|
-
"Used to store expressions for use in workflows so that different expressions can be called for different data.": "Wird verwendet, um Ausdrücke zur Nutzung in Workflows zu speichern, damit für verschiedene Daten unterschiedliche Ausdrücke aufgerufen werden können.",
|
|
12
11
|
"Unconfigured": "Nicht konfiguriert",
|
|
13
|
-
"
|
|
14
|
-
|
|
12
|
+
"Used to store expressions for use in workflows so that different expressions can be called for different data.": "Wird verwendet, um Ausdrücke zur Nutzung in Workflows zu speichern, damit für verschiedene Daten unterschiedliche Ausdrücke aufgerufen werden können.",
|
|
13
|
+
"Variable datasource": "Variable Datenquelle"
|
|
14
|
+
}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Expression": "Expression",
|
|
3
|
-
"Dynamic expression calculation": "Dynamic expression calculation",
|
|
4
2
|
"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.",
|
|
3
|
+
"Calculation result": "Calculation result",
|
|
4
|
+
"Dynamic expression": "Dynamic expression",
|
|
5
|
+
"Dynamic expression calculation": "Dynamic expression calculation",
|
|
6
|
+
"Expression": "Expression",
|
|
5
7
|
"Select dynamic expression": "Select dynamic expression",
|
|
6
8
|
"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.",
|
|
7
|
-
"Variable datasource": "Variable datasource",
|
|
8
|
-
"Dynamic expression": "Dynamic expression",
|
|
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.",
|
|
10
9
|
"Unconfigured": "Unconfigured",
|
|
11
|
-
"
|
|
10
|
+
"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.",
|
|
11
|
+
"Variable datasource": "Variable datasource"
|
|
12
12
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.",
|
|
3
|
+
"Calculation result": "Calculation result",
|
|
4
|
+
"Dynamic expression": "Dynamic expression",
|
|
5
|
+
"Dynamic expression calculation": "Dynamic expression calculation",
|
|
6
|
+
"Expression": "Expression",
|
|
7
|
+
"Select dynamic expression": "Select dynamic expression",
|
|
8
|
+
"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.",
|
|
9
|
+
"Unconfigured": "Unconfigured",
|
|
10
|
+
"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.",
|
|
11
|
+
"Variable datasource": "Variable datasource"
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.",
|
|
3
|
+
"Calculation result": "Calculation result",
|
|
4
|
+
"Dynamic expression": "Dynamic expression",
|
|
5
|
+
"Dynamic expression calculation": "Dynamic expression calculation",
|
|
6
|
+
"Expression": "Expression",
|
|
7
|
+
"Select dynamic expression": "Select dynamic expression",
|
|
8
|
+
"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.",
|
|
9
|
+
"Unconfigured": "Unconfigured",
|
|
10
|
+
"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.",
|
|
11
|
+
"Variable datasource": "Variable datasource"
|
|
12
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Expression": "Espressione",
|
|
3
|
-
"Dynamic expression calculation": "Calcolo dinamico",
|
|
4
2
|
"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.",
|
|
3
|
+
"Calculation result": "Risultato del calcolo",
|
|
4
|
+
"Dynamic expression": "Espressione dinamica",
|
|
5
|
+
"Dynamic expression calculation": "Calcolo dinamico",
|
|
6
|
+
"Expression": "Espressione",
|
|
5
7
|
"Select dynamic expression": "Seleziona espressione dinamica",
|
|
6
8
|
"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.",
|
|
7
|
-
"Variable datasource": "Origine dati variabile",
|
|
8
|
-
"Dynamic expression": "Espressione dinamica",
|
|
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",
|
|
10
9
|
"Unconfigured": "Non configurato",
|
|
11
|
-
"
|
|
12
|
-
|
|
10
|
+
"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",
|
|
11
|
+
"Variable datasource": "Origine dati variabile"
|
|
12
|
+
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"An expression for calculation in each rows": "各行の計算式",
|
|
3
3
|
"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
|
+
"Calculation result": "計算結果",
|
|
5
|
+
"Dynamic Calculation": "動的計算",
|
|
6
|
+
"Dynamic expression": "動的式",
|
|
7
|
+
"Dynamic expression calculation": "動的な式の計算",
|
|
8
|
+
"Expression": "式",
|
|
4
9
|
"Select dynamic expression": "動的式を選択",
|
|
5
10
|
"Select the dynamic expression queried from the upstream node. You need to query it from an expression collection.": "上流ノードからクエリされた動的式を選択します。動的式コレクションからクエリする必要があります。",
|
|
6
|
-
"Variable datasource": "変数データソース",
|
|
7
|
-
"Dynamic expression": "動的式",
|
|
8
|
-
"An expression for calculation in each rows": "各行の計算式",
|
|
9
11
|
"Unconfigured": "未構成",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"Dynamic expression calculation": "動的な式の計算",
|
|
13
|
-
"Used to store expressions for use in workflows so that different expressions can be called for different data.": "ワークフローで使用するために式を保存し、異なるデータに対して異なる式を呼び出すことができます。"
|
|
12
|
+
"Used to store expressions for use in workflows so that different expressions can be called for different data.": "ワークフローで使用するために式を保存し、異なるデータに対して異なる式を呼び出すことができます。",
|
|
13
|
+
"Variable datasource": "変数データソース"
|
|
14
14
|
}
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Dynamic Calculation": "동적 표현식 계산",
|
|
3
|
-
"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": "동적 표현식 선택",
|
|
6
|
-
"Select the dynamic expression queried from the upstream node. You need to query it from an expression collection.":
|
|
7
|
-
"상류 노드에서 조회한 동적 표현식을 선택하세요. 표현식 컬렉션에서 조회해야 합니다.",
|
|
8
|
-
"Variable datasource": "변수 데이터 소스",
|
|
9
|
-
"Dynamic expression": "동적 표현식",
|
|
10
2
|
"An expression for calculation in each rows": "각 행의 계산을 위한 식",
|
|
3
|
+
"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
|
+
"Calculation result": "계산 결과",
|
|
5
|
+
"Dynamic Calculation": "동적 계산",
|
|
6
|
+
"Dynamic expression": "동적 표현식",
|
|
7
|
+
"Dynamic expression calculation": "동적 표현식 계산",
|
|
8
|
+
"Expression": "표현식",
|
|
9
|
+
"Select dynamic expression": "동적 표현식 선택",
|
|
10
|
+
"Select the dynamic expression queried from the upstream node. You need to query it from an expression collection.": "상류 노드에서 조회한 동적 표현식을 선택하세요. 표현식 컬렉션에서 조회해야 합니다.",
|
|
11
11
|
"Unconfigured": "구성되지 않음",
|
|
12
|
-
"
|
|
13
|
-
|
|
12
|
+
"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.",
|
|
13
|
+
"Variable datasource": "변수 데이터 소스"
|
|
14
|
+
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
"An expression for calculation in each rows": "An expression for calculation in each rows",
|
|
3
|
+
"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
|
+
"Calculation result": "Calculation result",
|
|
5
|
+
"Dynamic Calculation": "Dynamic Calculation",
|
|
6
|
+
"Dynamic expression": "Dynamic expression",
|
|
7
|
+
"Dynamic expression calculation": "Dynamic expression calculation",
|
|
8
|
+
"Expression": "Expression",
|
|
9
|
+
"Select dynamic expression": "Select dynamic expression",
|
|
10
|
+
"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.",
|
|
11
|
+
"Unconfigured": "Unconfigured",
|
|
12
|
+
"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.",
|
|
13
|
+
"Variable datasource": "Variable datasource"
|
|
11
14
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.",
|
|
3
|
+
"Calculation result": "Calculation result",
|
|
4
|
+
"Dynamic expression": "Dynamic expression",
|
|
5
|
+
"Dynamic expression calculation": "Dynamic expression calculation",
|
|
6
|
+
"Expression": "Expression",
|
|
7
|
+
"Select dynamic expression": "Select dynamic expression",
|
|
8
|
+
"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.",
|
|
9
|
+
"Unconfigured": "Unconfigured",
|
|
10
|
+
"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.",
|
|
11
|
+
"Variable datasource": "Variable datasource"
|
|
12
|
+
}
|
package/dist/locale/ru-RU.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Expression": "Выражение",
|
|
3
|
-
"Dynamic expression calculation": "Динамический расчет выражений",
|
|
4
2
|
"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.": "Вычислить выражение на основе вычислительного механизма и получить значение как результат. Переменные в вышестоящих узлах могут использоваться в выражении. Выражение является динамическим из коллекции выражений.",
|
|
5
|
-
"
|
|
6
|
-
"Select the dynamic expression queried from the upstream node. You need to query it from an expression collection.": "Выберите динамическое выражение, запрошенное из вышестоящего узла. Вам нужно запросить его из коллекции выражений.",
|
|
7
|
-
"Variable datasource": "Источник данных переменных",
|
|
3
|
+
"Calculation result": "Результат вычисления",
|
|
8
4
|
"Dynamic expression": "Динамическое выражение",
|
|
9
|
-
"
|
|
5
|
+
"Dynamic expression calculation": "Вычисление динамического выражения",
|
|
6
|
+
"Expression": "Выражение",
|
|
7
|
+
"Select dynamic expression": "Выберите динамическое выражение",
|
|
8
|
+
"Select the dynamic expression queried from the upstream node. You need to query it from an expression collection.": "Выберите динамическое выражение, запрошенное из вышестоящего узла. Вам нужно запросить его из коллекции выражений.",
|
|
10
9
|
"Unconfigured": "Не настроено",
|
|
11
|
-
"
|
|
12
|
-
|
|
10
|
+
"Used to store expressions for use in workflows so that different expressions can be called for different data.": "Используется для хранения выражений для использования в рабочих процессах, чтобы различные выражения могли вызываться для различных данных.",
|
|
11
|
+
"Variable datasource": "Источник данных переменных"
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.",
|
|
3
|
+
"Calculation result": "Calculation result",
|
|
4
|
+
"Dynamic expression": "Dynamic expression",
|
|
5
|
+
"Dynamic expression calculation": "Dynamic expression calculation",
|
|
6
|
+
"Expression": "Expression",
|
|
7
|
+
"Select dynamic expression": "Select dynamic expression",
|
|
8
|
+
"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.",
|
|
9
|
+
"Unconfigured": "Unconfigured",
|
|
10
|
+
"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.",
|
|
11
|
+
"Variable datasource": "Variable datasource"
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.",
|
|
3
|
+
"Calculation result": "Calculation result",
|
|
4
|
+
"Dynamic expression": "Dynamic expression",
|
|
5
|
+
"Dynamic expression calculation": "Dynamic expression calculation",
|
|
6
|
+
"Expression": "Expression",
|
|
7
|
+
"Select dynamic expression": "Select dynamic expression",
|
|
8
|
+
"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.",
|
|
9
|
+
"Unconfigured": "Unconfigured",
|
|
10
|
+
"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.",
|
|
11
|
+
"Variable datasource": "Variable datasource"
|
|
12
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Expression": "表达式",
|
|
3
|
-
"Dynamic expression calculation": "动态表达式计算",
|
|
4
2
|
"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.": "基于计算引擎计算表达式并获取值作为结果。可以在表达式中使用上游节点的变量。表达式是从表达式表中动态获取的。",
|
|
3
|
+
"Calculation result": "运算结果",
|
|
4
|
+
"Dynamic expression": "动态表达式",
|
|
5
|
+
"Dynamic expression calculation": "动态表达式计算",
|
|
6
|
+
"Expression": "表达式",
|
|
5
7
|
"Select dynamic expression": "选择动态表达式",
|
|
6
8
|
"Select the dynamic expression queried from the upstream node. You need to query it from an expression collection.": "从上游节点中选择查询出来的动态表达式。你需要从动态表达式类型的数据表中查询。",
|
|
7
|
-
"Variable datasource": "变量数据源",
|
|
8
|
-
"Dynamic expression": "动态表达式",
|
|
9
|
-
"Used to store expressions for use in workflows so that different expressions can be called for different data.": "用于存储表达式,在工作流中使用,以便针对不同的数据调用不同的表达式。",
|
|
10
9
|
"Unconfigured": "未配置",
|
|
11
|
-
"
|
|
12
|
-
|
|
10
|
+
"Used to store expressions for use in workflows so that different expressions can be called for different data.": "用于存储表达式,在工作流中使用,以便针对不同的数据调用不同的表达式。",
|
|
11
|
+
"Variable datasource": "变量数据源"
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"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.",
|
|
3
|
+
"Calculation result": "Calculation result",
|
|
4
|
+
"Dynamic expression": "Dynamic expression",
|
|
5
|
+
"Dynamic expression calculation": "Dynamic expression calculation",
|
|
6
|
+
"Expression": "Expression",
|
|
7
|
+
"Select dynamic expression": "Select dynamic expression",
|
|
8
|
+
"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.",
|
|
9
|
+
"Unconfigured": "Unconfigured",
|
|
10
|
+
"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.",
|
|
11
|
+
"Variable datasource": "Variable datasource"
|
|
12
|
+
}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Useful plugin for doing dynamic calculation based on expression collection records in workflow.",
|
|
7
7
|
"description.zh-CN": "用于在工作流中进行基于数据行的动态表达式计算。",
|
|
8
8
|
"description.ru-RU": "Плагин для выполнения динамических вычислений на основе записей коллекции выражений в рабочем процессе.",
|
|
9
|
-
"version": "1.9.
|
|
9
|
+
"version": "1.9.16",
|
|
10
10
|
"license": "AGPL-3.0",
|
|
11
11
|
"main": "./dist/server/index.js",
|
|
12
12
|
"homepage": "https://docs.nocobase.com/handbook/workflow-dynamic-calculation",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@nocobase/test": "1.x",
|
|
34
34
|
"@nocobase/utils": "1.x"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "ca822bde759d66200628633f660135091c30df12",
|
|
37
37
|
"keywords": [
|
|
38
38
|
"Workflow",
|
|
39
39
|
"Collections"
|