@nocobase/plugin-workflow-aggregate 0.19.0-alpha.2 → 0.19.0-alpha.4
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 +7 -7
- package/dist/locale/ko_KR.json +12 -0
- package/package.json +2 -2
- package/src/locale/ko_KR.json +12 -0
package/dist/externalVersion.js
CHANGED
|
@@ -2,12 +2,12 @@ module.exports = {
|
|
|
2
2
|
"@formily/react": "2.3.0",
|
|
3
3
|
"antd": "5.12.8",
|
|
4
4
|
"react": "18.2.0",
|
|
5
|
-
"@nocobase/client": "0.19.0-alpha.
|
|
6
|
-
"@nocobase/plugin-workflow": "0.19.0-alpha.
|
|
5
|
+
"@nocobase/client": "0.19.0-alpha.4",
|
|
6
|
+
"@nocobase/plugin-workflow": "0.19.0-alpha.4",
|
|
7
7
|
"react-i18next": "11.18.6",
|
|
8
|
-
"@nocobase/database": "0.19.0-alpha.
|
|
9
|
-
"@nocobase/server": "0.19.0-alpha.
|
|
10
|
-
"@nocobase/plugin-workflow-test": "0.19.0-alpha.
|
|
11
|
-
"@nocobase/test": "0.19.0-alpha.
|
|
12
|
-
"@nocobase/utils": "0.19.0-alpha.
|
|
8
|
+
"@nocobase/database": "0.19.0-alpha.4",
|
|
9
|
+
"@nocobase/server": "0.19.0-alpha.4",
|
|
10
|
+
"@nocobase/plugin-workflow-test": "0.19.0-alpha.4",
|
|
11
|
+
"@nocobase/test": "0.19.0-alpha.4",
|
|
12
|
+
"@nocobase/utils": "0.19.0-alpha.4"
|
|
13
13
|
};
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
"데이터 테이블의 여러 레코드 또는 레코드의 관련 데이터에 대한 카운트, 합계, 최대값, 최소값, 평균값을 찾습니다.",
|
|
5
|
+
"Aggregator function": "집계 함수",
|
|
6
|
+
"Target type": "대상 유형",
|
|
7
|
+
"Data of collection": "데이터 테이블 데이터",
|
|
8
|
+
"Data of associated collection": "관련 데이터 테이블 데이터",
|
|
9
|
+
"Field to aggregate": "집계할 필드",
|
|
10
|
+
"Distinct": "중복 제거",
|
|
11
|
+
"Query result": "쿼리 결과"
|
|
12
|
+
}
|
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": "0.19.0-alpha.
|
|
7
|
+
"version": "0.19.0-alpha.4",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"devDependencies": {
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
"@nocobase/server": "0.x",
|
|
20
20
|
"@nocobase/test": "0.x"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "9583023f7bea828da5192384a5c002782c341b65"
|
|
23
23
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
"데이터 테이블의 여러 레코드 또는 레코드의 관련 데이터에 대한 카운트, 합계, 최대값, 최소값, 평균값을 찾습니다.",
|
|
5
|
+
"Aggregator function": "집계 함수",
|
|
6
|
+
"Target type": "대상 유형",
|
|
7
|
+
"Data of collection": "데이터 테이블 데이터",
|
|
8
|
+
"Data of associated collection": "관련 데이터 테이블 데이터",
|
|
9
|
+
"Field to aggregate": "집계할 필드",
|
|
10
|
+
"Distinct": "중복 제거",
|
|
11
|
+
"Query result": "쿼리 결과"
|
|
12
|
+
}
|