@nocobase/plugin-workflow-aggregate 1.6.30 → 1.6.31
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
|
@@ -12,14 +12,14 @@ module.exports = {
|
|
|
12
12
|
"antd": "5.12.8",
|
|
13
13
|
"react": "18.2.0",
|
|
14
14
|
"@ant-design/icons": "5.6.1",
|
|
15
|
-
"@nocobase/client": "1.6.
|
|
16
|
-
"@nocobase/plugin-workflow": "1.6.
|
|
15
|
+
"@nocobase/client": "1.6.31",
|
|
16
|
+
"@nocobase/plugin-workflow": "1.6.31",
|
|
17
17
|
"react-i18next": "11.18.6",
|
|
18
18
|
"mathjs": "10.6.4",
|
|
19
|
-
"@nocobase/data-source-manager": "1.6.
|
|
20
|
-
"@nocobase/database": "1.6.
|
|
21
|
-
"@nocobase/server": "1.6.
|
|
22
|
-
"@nocobase/plugin-workflow-test": "1.6.
|
|
23
|
-
"@nocobase/test": "1.6.
|
|
24
|
-
"@nocobase/utils": "1.6.
|
|
19
|
+
"@nocobase/data-source-manager": "1.6.31",
|
|
20
|
+
"@nocobase/database": "1.6.31",
|
|
21
|
+
"@nocobase/server": "1.6.31",
|
|
22
|
+
"@nocobase/plugin-workflow-test": "1.6.31",
|
|
23
|
+
"@nocobase/test": "1.6.31",
|
|
24
|
+
"@nocobase/utils": "1.6.31"
|
|
25
25
|
};
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Aggregate": "Aggregate",
|
|
3
|
-
"Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.":
|
|
4
|
-
"Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.",
|
|
3
|
+
"Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.": "Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.",
|
|
5
4
|
"Aggregator function": "Aggregator function",
|
|
6
5
|
"Target type": "Target type",
|
|
7
6
|
"Data of collection": "Data of collection",
|
|
8
7
|
"Data of associated collection": "Data of associated collection",
|
|
9
8
|
"Field to aggregate": "Field to aggregate",
|
|
10
9
|
"Distinct": "Distinct",
|
|
11
|
-
"Query result": "Query result"
|
|
12
|
-
|
|
10
|
+
"Query result": "Query result",
|
|
11
|
+
"Result precision": "Result precision",
|
|
12
|
+
"Number of decimal places for query result.": "Number of decimal places for query result."
|
|
13
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:聚合查询节点",
|
|
5
5
|
"description": "Used to aggregate data against the database in workflow, such as: statistics, sum, average, etc.",
|
|
6
6
|
"description.zh-CN": "可用于在工作流中对数据库进行聚合查询,如:统计数量、求和、平均值等。",
|
|
7
|
-
"version": "1.6.
|
|
7
|
+
"version": "1.6.31",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-aggregate",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@nocobase/server": "1.x",
|
|
23
23
|
"@nocobase/test": "1.x"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "fc024988c623826fe2447d3f29e3cce40d15c354",
|
|
26
26
|
"keywords": [
|
|
27
27
|
"Workflow"
|
|
28
28
|
]
|