@nocobase/plugin-workflow-dynamic-calculation 1.3.23-beta → 1.3.25-beta

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.
@@ -9,14 +9,14 @@
9
9
 
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
- "@nocobase/client": "1.3.23-beta",
13
- "@nocobase/plugin-workflow": "1.3.23-beta",
12
+ "@nocobase/client": "1.3.25-beta",
13
+ "@nocobase/plugin-workflow": "1.3.25-beta",
14
14
  "@formily/core": "2.3.0",
15
15
  "@formily/react": "2.3.0",
16
16
  "antd": "5.12.8",
17
17
  "react-i18next": "11.18.6",
18
- "@nocobase/evaluators": "1.3.23-beta",
19
- "@nocobase/utils": "1.3.23-beta",
20
- "@nocobase/server": "1.3.23-beta",
21
- "@nocobase/database": "1.3.23-beta"
18
+ "@nocobase/evaluators": "1.3.25-beta",
19
+ "@nocobase/utils": "1.3.25-beta",
20
+ "@nocobase/server": "1.3.25-beta",
21
+ "@nocobase/database": "1.3.25-beta"
22
22
  };
@@ -0,0 +1,14 @@
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
+ "Select dynamic expression": "動的式を選択",
5
+ "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
+ "Unconfigured": "未構成",
10
+ "Calculation result": "計算結果",
11
+ "Expression": "式",
12
+ "Dynamic expression calculation": "動的な式の計算",
13
+ "Used to store expressions for use in workflows so that different expressions can be called for different data.": "ワークフローで使用するために式を保存し、異なるデータに対して異なる式を呼び出すことができます。"
14
+ }
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.3.23-beta",
7
+ "version": "1.3.25-beta",
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": "a32ecfe2cde9b7696e7eab88a49eadda8ce1fcb7",
33
+ "gitHead": "dea17d475f5db81a93fd7c27aebd650c46bb3a45",
34
34
  "keywords": [
35
35
  "Workflow",
36
36
  "Collections"