@nocobase/plugin-workflow-aggregate 1.4.0-alpha.20240923152933 → 1.4.0-alpha.20240928155737
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/ja_JP.json +11 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -11,13 +11,13 @@ module.exports = {
|
|
|
11
11
|
"@formily/react": "2.3.0",
|
|
12
12
|
"antd": "5.12.8",
|
|
13
13
|
"react": "18.2.0",
|
|
14
|
-
"@nocobase/client": "1.4.0-alpha.
|
|
15
|
-
"@nocobase/plugin-workflow": "1.4.0-alpha.
|
|
14
|
+
"@nocobase/client": "1.4.0-alpha.20240928155737",
|
|
15
|
+
"@nocobase/plugin-workflow": "1.4.0-alpha.20240928155737",
|
|
16
16
|
"react-i18next": "11.18.6",
|
|
17
|
-
"@nocobase/data-source-manager": "1.4.0-alpha.
|
|
18
|
-
"@nocobase/database": "1.4.0-alpha.
|
|
19
|
-
"@nocobase/server": "1.4.0-alpha.
|
|
20
|
-
"@nocobase/plugin-workflow-test": "1.4.0-alpha.
|
|
21
|
-
"@nocobase/test": "1.4.0-alpha.
|
|
22
|
-
"@nocobase/utils": "1.4.0-alpha.
|
|
17
|
+
"@nocobase/data-source-manager": "1.4.0-alpha.20240928155737",
|
|
18
|
+
"@nocobase/database": "1.4.0-alpha.20240928155737",
|
|
19
|
+
"@nocobase/server": "1.4.0-alpha.20240928155737",
|
|
20
|
+
"@nocobase/plugin-workflow-test": "1.4.0-alpha.20240928155737",
|
|
21
|
+
"@nocobase/test": "1.4.0-alpha.20240928155737",
|
|
22
|
+
"@nocobase/utils": "1.4.0-alpha.20240928155737"
|
|
23
23
|
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Aggregate": "集計",
|
|
3
|
+
"Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.": "コレクションの複数のレコードまたはレコードの関連データの集計、合計、最大値、最小値、平均値を求めます。",
|
|
4
|
+
"Aggregator function": "集計関数",
|
|
5
|
+
"Target type": "ターゲットタイプ",
|
|
6
|
+
"Data of collection": "コレクションデータ",
|
|
7
|
+
"Data of associated collection": "関連コレクションデータ",
|
|
8
|
+
"Field to aggregate": "集計フィールド",
|
|
9
|
+
"Distinct": "重複排除",
|
|
10
|
+
"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.4.0-alpha.
|
|
7
|
+
"version": "1.4.0-alpha.20240928155737",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-aggregate",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@nocobase/server": "1.x",
|
|
22
22
|
"@nocobase/test": "1.x"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "f2765665126f5e9b5ae01f9ca6e8a151916554b4",
|
|
25
25
|
"keywords": [
|
|
26
26
|
"Workflow"
|
|
27
27
|
]
|