@nocobase/plugin-workflow-aggregate 1.7.0-beta.1 → 1.7.0-beta.3
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 +8 -8
- package/dist/locale/de-DE.json +12 -0
- package/dist/locale/nl-NL.json +11 -0
- package/package.json +2 -2
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.7.0-beta.
|
|
16
|
-
"@nocobase/plugin-workflow": "1.7.0-beta.
|
|
15
|
+
"@nocobase/client": "1.7.0-beta.3",
|
|
16
|
+
"@nocobase/plugin-workflow": "1.7.0-beta.3",
|
|
17
17
|
"react-i18next": "11.18.6",
|
|
18
18
|
"mathjs": "10.6.4",
|
|
19
|
-
"@nocobase/data-source-manager": "1.7.0-beta.
|
|
20
|
-
"@nocobase/database": "1.7.0-beta.
|
|
21
|
-
"@nocobase/server": "1.7.0-beta.
|
|
22
|
-
"@nocobase/plugin-workflow-test": "1.7.0-beta.
|
|
23
|
-
"@nocobase/test": "1.7.0-beta.
|
|
24
|
-
"@nocobase/utils": "1.7.0-beta.
|
|
19
|
+
"@nocobase/data-source-manager": "1.7.0-beta.3",
|
|
20
|
+
"@nocobase/database": "1.7.0-beta.3",
|
|
21
|
+
"@nocobase/server": "1.7.0-beta.3",
|
|
22
|
+
"@nocobase/plugin-workflow-test": "1.7.0-beta.3",
|
|
23
|
+
"@nocobase/test": "1.7.0-beta.3",
|
|
24
|
+
"@nocobase/utils": "1.7.0-beta.3"
|
|
25
25
|
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Aggregate": "Aggregieren",
|
|
3
|
+
"Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.":
|
|
4
|
+
"Zählen, Summieren, Finden von Maximum, Minimum und Durchschnittswerten für mehrere Datensätze einer Sammlung oder verknüpfte Daten eines Datensatzes.",
|
|
5
|
+
"Aggregator function": "Aggregatorfunktion",
|
|
6
|
+
"Target type": "Zieltyp",
|
|
7
|
+
"Data of collection": "Daten der Sammlung",
|
|
8
|
+
"Data of associated collection": "Daten der verknüpften Sammlung",
|
|
9
|
+
"Field to aggregate": "Zu aggregierendes Feld",
|
|
10
|
+
"Distinct": "Eindeutig",
|
|
11
|
+
"Query result": "Abfrageergebnis"
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Aggregate": "Aggregate",
|
|
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.",
|
|
4
|
+
"Aggregator function": "Aggregator function",
|
|
5
|
+
"Target type": "Target type",
|
|
6
|
+
"Data of collection": "Data of collection",
|
|
7
|
+
"Data of associated collection": "Data of associated collection",
|
|
8
|
+
"Field to aggregate": "Field to aggregate",
|
|
9
|
+
"Distinct": "Distinct",
|
|
10
|
+
"Query result": "Query result"
|
|
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.7.0-beta.
|
|
7
|
+
"version": "1.7.0-beta.3",
|
|
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": "8d52cb1d366a968f87c1cd3f98f55f24be3056a5",
|
|
26
26
|
"keywords": [
|
|
27
27
|
"Workflow"
|
|
28
28
|
]
|