@nocobase/plugin-workflow-aggregate 1.6.10 → 1.7.0-alpha.10
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 +9 -9
- package/dist/locale/nl-NL.json +13 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/react": "2.3.0",
|
|
12
|
-
"antd": "5.
|
|
12
|
+
"antd": "5.24.2",
|
|
13
13
|
"react": "18.2.0",
|
|
14
14
|
"@ant-design/icons": "5.6.1",
|
|
15
|
-
"@nocobase/client": "1.
|
|
16
|
-
"@nocobase/plugin-workflow": "1.
|
|
15
|
+
"@nocobase/client": "1.7.0-alpha.10",
|
|
16
|
+
"@nocobase/plugin-workflow": "1.7.0-alpha.10",
|
|
17
17
|
"react-i18next": "11.18.6",
|
|
18
18
|
"mathjs": "10.6.4",
|
|
19
|
-
"@nocobase/data-source-manager": "1.
|
|
20
|
-
"@nocobase/database": "1.
|
|
21
|
-
"@nocobase/server": "1.
|
|
22
|
-
"@nocobase/plugin-workflow-test": "1.
|
|
23
|
-
"@nocobase/test": "1.
|
|
24
|
-
"@nocobase/utils": "1.
|
|
19
|
+
"@nocobase/data-source-manager": "1.7.0-alpha.10",
|
|
20
|
+
"@nocobase/database": "1.7.0-alpha.10",
|
|
21
|
+
"@nocobase/server": "1.7.0-alpha.10",
|
|
22
|
+
"@nocobase/plugin-workflow-test": "1.7.0-alpha.10",
|
|
23
|
+
"@nocobase/test": "1.7.0-alpha.10",
|
|
24
|
+
"@nocobase/utils": "1.7.0-alpha.10"
|
|
25
25
|
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Aggregate": "Totaal",
|
|
3
|
+
"Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.": "Tellen, optellen, maximum-, minimum- en gemiddelde waarden vinden voor meerdere records van een collectie of geassocieerde gegevens van een record.",
|
|
4
|
+
"Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.": "Het tellen, optellen, maximum-, minimum- en gemiddelde waarden berekenen voor meerdere records van een collectie of geassocieerde gegevens van een record.",
|
|
5
|
+
"Aggregate function": "Aggregatiefunctie",
|
|
6
|
+
"Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.": "Het tellen, optellen, maximum-, minimum- en gemiddelde waarden berekenen voor meerdere records van een collectie of geassocieerde gegevens van een record.",
|
|
7
|
+
"Aggregator function": "Aggregatorfunctie",
|
|
8
|
+
"Target": "Doel",
|
|
9
|
+
"Target type": "Doeltype",
|
|
10
|
+
"Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.": "Het tellen, optellen, het vinden van maximale, minimale en gemiddelde waarden voor meerdere records van een collectie of geassocieerde gegevens van een record.",
|
|
11
|
+
"Data of collection or associated record": "Gegevens van collectie of geassocieerd record",
|
|
12
|
+
"Query result": "Queryresultaat"
|
|
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.
|
|
7
|
+
"version": "1.7.0-alpha.10",
|
|
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": "d2c8d0194316b2d1bf42af6f466cf4b29af84778",
|
|
26
26
|
"keywords": [
|
|
27
27
|
"Workflow"
|
|
28
28
|
]
|