@nocobase/plugin-workflow-aggregate 1.6.0-alpha.30 → 1.6.0-alpha.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.
@@ -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.0-alpha.30",
16
- "@nocobase/plugin-workflow": "1.6.0-alpha.30",
15
+ "@nocobase/client": "1.6.0-alpha.31",
16
+ "@nocobase/plugin-workflow": "1.6.0-alpha.31",
17
17
  "react-i18next": "11.18.6",
18
18
  "mathjs": "10.6.4",
19
- "@nocobase/data-source-manager": "1.6.0-alpha.30",
20
- "@nocobase/database": "1.6.0-alpha.30",
21
- "@nocobase/server": "1.6.0-alpha.30",
22
- "@nocobase/plugin-workflow-test": "1.6.0-alpha.30",
23
- "@nocobase/test": "1.6.0-alpha.30",
24
- "@nocobase/utils": "1.6.0-alpha.30"
19
+ "@nocobase/data-source-manager": "1.6.0-alpha.31",
20
+ "@nocobase/database": "1.6.0-alpha.31",
21
+ "@nocobase/server": "1.6.0-alpha.31",
22
+ "@nocobase/plugin-workflow-test": "1.6.0-alpha.31",
23
+ "@nocobase/test": "1.6.0-alpha.31",
24
+ "@nocobase/utils": "1.6.0-alpha.31"
25
25
  };
@@ -0,0 +1,11 @@
1
+ {
2
+ "Aggregate": "Aggrega",
3
+ "Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.": "Conteggio, somma, ricerca valori massimi, minimi e medi per record multipli di una raccolta o dati associati di un record.",
4
+ "Aggregator function": "Funzione di aggregazione",
5
+ "Target type": "Tipo destinazione",
6
+ "Data of collection": "Dati della raccolta",
7
+ "Data of associated collection": "Dati della raccolta associata",
8
+ "Field to aggregate": "Campo da aggregare",
9
+ "Distinct": "Rimuovi duplicati",
10
+ "Query result": "Risultato della query"
11
+ }
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.0-alpha.30",
7
+ "version": "1.6.0-alpha.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": "4d092cae372fada3df9b57c55705ea3b7dfa6786",
25
+ "gitHead": "2f118f0a0691dd51c437f208b1166258a615b6a8",
26
26
  "keywords": [
27
27
  "Workflow"
28
28
  ]