@nocobase/plugin-field-formula 2.0.0-alpha.5 → 2.0.0-alpha.50
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/de-DE.json +5 -5
- package/dist/locale/en-US.json +5 -4
- package/dist/locale/es-ES.json +9 -0
- package/dist/locale/fr-FR.json +9 -0
- package/dist/locale/hu-HU.json +9 -0
- package/dist/locale/id-ID.json +9 -0
- package/dist/locale/it-IT.json +5 -4
- package/dist/locale/ja-JP.json +4 -4
- package/dist/locale/ko-KR.json +5 -4
- package/dist/locale/nl-NL.json +8 -8
- package/dist/locale/pt-BR.json +9 -0
- package/dist/locale/ru-RU.json +9 -0
- package/dist/locale/tr-TR.json +9 -0
- package/dist/locale/uk-UA.json +9 -0
- package/dist/locale/vi-VN.json +9 -0
- package/dist/locale/zh-CN.json +5 -4
- package/dist/locale/zh-TW.json +9 -0
- package/package.json +5 -2
package/dist/externalVersion.js
CHANGED
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/react": "2.3.7",
|
|
12
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
12
|
+
"@nocobase/client": "2.0.0-alpha.50",
|
|
13
13
|
"react-i18next": "11.18.6",
|
|
14
14
|
"@formily/reactive": "2.3.7",
|
|
15
|
-
"@nocobase/flow-engine": "2.0.0-alpha.
|
|
15
|
+
"@nocobase/flow-engine": "2.0.0-alpha.50",
|
|
16
16
|
"antd": "5.24.2",
|
|
17
|
-
"@nocobase/evaluators": "2.0.0-alpha.
|
|
18
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
17
|
+
"@nocobase/evaluators": "2.0.0-alpha.50",
|
|
18
|
+
"@nocobase/utils": "2.0.0-alpha.50",
|
|
19
19
|
"lodash": "4.17.21",
|
|
20
20
|
"react": "18.2.0",
|
|
21
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
22
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
23
|
-
"@nocobase/test": "2.0.0-alpha.
|
|
21
|
+
"@nocobase/database": "2.0.0-alpha.50",
|
|
22
|
+
"@nocobase/server": "2.0.0-alpha.50",
|
|
23
|
+
"@nocobase/test": "2.0.0-alpha.50",
|
|
24
24
|
"@formily/core": "2.3.7"
|
|
25
25
|
};
|
package/dist/locale/de-DE.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Formula": "Formel",
|
|
3
2
|
"Calculation engine": "Berechnungs-Engine",
|
|
3
|
+
"Compute a value based on the other fields": "Berechnen Sie einen Wert basierend auf den anderen Feldern",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "Konfigurieren und speichern Sie die Ergebnisse von Berechnungen zwischen mehreren Feldwerten im selben Datensatz, unterstützt sowohl Math.js als auch Excel-Formelfunktionen.",
|
|
4
5
|
"Expression": "Ausdruck",
|
|
5
6
|
"Expression syntax error": "Ausdruckssyntaxfehler",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
}
|
|
7
|
+
"Formula": "Formel",
|
|
8
|
+
"Syntax references": "Syntaxreferenzen"
|
|
9
|
+
}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Formula": "Formula",
|
|
3
2
|
"Calculation engine": "Calculation engine",
|
|
3
|
+
"Compute a value based on the other fields": "Compute a value based on the other fields",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
|
|
4
5
|
"Expression": "Expression",
|
|
5
6
|
"Expression syntax error": "Expression syntax error",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
}
|
|
7
|
+
"Formula": "Formula",
|
|
8
|
+
"Syntax references": "Syntax references"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Calculation engine": "Calculation engine",
|
|
3
|
+
"Compute a value based on the other fields": "Compute a value based on the other fields",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
|
|
5
|
+
"Expression": "Expression",
|
|
6
|
+
"Expression syntax error": "Expression syntax error",
|
|
7
|
+
"Formula": "Formula",
|
|
8
|
+
"Syntax references": "Syntax references"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Calculation engine": "Calculation engine",
|
|
3
|
+
"Compute a value based on the other fields": "Compute a value based on the other fields",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
|
|
5
|
+
"Expression": "Expression",
|
|
6
|
+
"Expression syntax error": "Expression syntax error",
|
|
7
|
+
"Formula": "Formula",
|
|
8
|
+
"Syntax references": "Syntax references"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Calculation engine": "Számítási motor",
|
|
3
|
+
"Compute a value based on the other fields": "Érték kiszámítása más mezők alapján",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "Több mezőérték közötti számítások eredményeinek konfigurálása és tárolása ugyanabban a rekordban, támogatva mind a Math.js, mind az Excel formula funkciókat.",
|
|
5
|
+
"Expression": "Kifejezés",
|
|
6
|
+
"Expression syntax error": "Kifejezés szintaktikai hiba",
|
|
7
|
+
"Formula": "Képlet",
|
|
8
|
+
"Syntax references": "Szintaxis referenciák"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Calculation engine": "Mesin perhitungan",
|
|
3
|
+
"Compute a value based on the other fields": "Hitung nilai berdasarkan bidang lain",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "Konfigurasi dan simpan hasil perhitungan antara beberapa nilai bidang dalam catatan yang sama, mendukung fungsi Math.js dan rumus Excel.",
|
|
5
|
+
"Expression": "Ekspresi",
|
|
6
|
+
"Expression syntax error": "Kesalahan sintaks ekspresi",
|
|
7
|
+
"Formula": "Rumus",
|
|
8
|
+
"Syntax references": "Referensi sintaks"
|
|
9
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Formula": "Formula",
|
|
3
2
|
"Calculation engine": "Motore di calcolo",
|
|
3
|
+
"Compute a value based on the other fields": "Compute a value based on the other fields",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "Configura e memorizza i risultati dei calcoli tra più valori dei campi nello stesso record, supportando sia funzioni delle formule Math.js che quelli Excel.",
|
|
4
5
|
"Expression": "Espressione",
|
|
5
6
|
"Expression syntax error": "Errore sintassi espressione",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
}
|
|
7
|
+
"Formula": "Formula",
|
|
8
|
+
"Syntax references": "Riferimenti sintassi"
|
|
9
|
+
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Formula": "公式",
|
|
3
2
|
"Calculation engine": "計算エンジン",
|
|
3
|
+
"Compute a value based on the other fields": "他のフィールドを基に値を計算します",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "同じレコード内の複数フィールドの計算結果を設定して保存します。Math.jsおよびExcelの関数をサポートしています。",
|
|
4
5
|
"Expression": "式",
|
|
5
6
|
"Expression syntax error": "式の構文エラー",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "同じレコード内の複数フィールドの計算結果を設定して保存します。Math.jsおよびExcelの関数をサポートしています。"
|
|
7
|
+
"Formula": "公式",
|
|
8
|
+
"Syntax references": "構文リファレンス"
|
|
9
9
|
}
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Formula": "수식",
|
|
3
2
|
"Calculation engine": "계산 엔진",
|
|
3
|
+
"Compute a value based on the other fields": "다른 필드를 기반으로 값 계산",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "여러 필드 값 간의 계산 결과를 동일한 레코드에 구성하고 저장할 수 있으며, Math.js와 Excel 수식 함수 모두를 지원합니다.",
|
|
4
5
|
"Expression": "표현식",
|
|
5
6
|
"Expression syntax error": "표현식 구문 오류",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
}
|
|
7
|
+
"Formula": "수식",
|
|
8
|
+
"Syntax references": "구문 참조"
|
|
9
|
+
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
2
|
+
"Calculation engine": "Berekeningsengine",
|
|
3
|
+
"Compute a value based on the other fields": "Bereken een waarde op basis van de andere velden",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "Configureer en sla de resultaten op van berekeningen tussen meerdere veldwaarden in hetzelfde record, met ondersteuning voor zowel Math.js als Excel-formulefuncties.",
|
|
5
|
+
"Expression": "Expressie",
|
|
6
|
+
"Expression syntax error": "Fout in expressiesyntax",
|
|
7
|
+
"Formula": "Formule",
|
|
8
|
+
"Syntax references": "Syntaxverwijzingen"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Calculation engine": "Calculation engine",
|
|
3
|
+
"Compute a value based on the other fields": "Compute a value based on the other fields",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
|
|
5
|
+
"Expression": "Expression",
|
|
6
|
+
"Expression syntax error": "Expression syntax error",
|
|
7
|
+
"Formula": "Formula",
|
|
8
|
+
"Syntax references": "Syntax references"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Calculation engine": "Вычислительный механизм",
|
|
3
|
+
"Compute a value based on the other fields": "Вычисление значения на основе других полей",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "Настройте и сохраните результаты вычислений между несколькими значениями полей в одной записи, поддерживаются функции Math.js и формул Excel.",
|
|
5
|
+
"Expression": "Выражение",
|
|
6
|
+
"Expression syntax error": "Синтаксическая ошибка выражения",
|
|
7
|
+
"Formula": "Формула",
|
|
8
|
+
"Syntax references": "Справка по синтаксису"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Calculation engine": "Calculation engine",
|
|
3
|
+
"Compute a value based on the other fields": "Compute a value based on the other fields",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
|
|
5
|
+
"Expression": "Expression",
|
|
6
|
+
"Expression syntax error": "Expression syntax error",
|
|
7
|
+
"Formula": "Formula",
|
|
8
|
+
"Syntax references": "Syntax references"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Calculation engine": "Calculation engine",
|
|
3
|
+
"Compute a value based on the other fields": "Compute a value based on the other fields",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
|
|
5
|
+
"Expression": "Expression",
|
|
6
|
+
"Expression syntax error": "Expression syntax error",
|
|
7
|
+
"Formula": "Formula",
|
|
8
|
+
"Syntax references": "Syntax references"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Calculation engine": "Calculation engine",
|
|
3
|
+
"Compute a value based on the other fields": "Compute a value based on the other fields",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
|
|
5
|
+
"Expression": "Biểu thức",
|
|
6
|
+
"Expression syntax error": "Expression syntax error",
|
|
7
|
+
"Formula": "Công thức",
|
|
8
|
+
"Syntax references": "Syntax references"
|
|
9
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Formula": "公式",
|
|
3
2
|
"Calculation engine": "计算引擎",
|
|
3
|
+
"Compute a value based on the other fields": "Compute a value based on the other fields",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "可以配置并存储同一条记录的多字段值之间的计算结果,支持 Math.js 和 Excel formula functions 两种引擎。",
|
|
4
5
|
"Expression": "表达式",
|
|
5
6
|
"Expression syntax error": "表达式语法错误",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
}
|
|
7
|
+
"Formula": "公式",
|
|
8
|
+
"Syntax references": "语法参考"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Calculation engine": "Calculation engine",
|
|
3
|
+
"Compute a value based on the other fields": "Compute a value based on the other fields",
|
|
4
|
+
"Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
|
|
5
|
+
"Expression": "Expression",
|
|
6
|
+
"Expression syntax error": "Expression syntax error",
|
|
7
|
+
"Formula": "Formula",
|
|
8
|
+
"Syntax references": "Syntax references"
|
|
9
|
+
}
|
package/package.json
CHANGED
|
@@ -2,13 +2,16 @@
|
|
|
2
2
|
"name": "@nocobase/plugin-field-formula",
|
|
3
3
|
"displayName": "Collection field: Formula",
|
|
4
4
|
"displayName.zh-CN": "数据表字段:公式",
|
|
5
|
+
"displayName.ru-RU": "Поле коллекции: Формула",
|
|
5
6
|
"description": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
|
|
6
7
|
"description.zh-CN": "可以配置并存储同一条记录的多字段值之间的计算结果,支持 Math.js 和 Excel formula functions 两种引擎",
|
|
7
|
-
"
|
|
8
|
+
"description.ru-RU": "Настройка и сохранение результатов вычислений между значениями нескольких полей в одной записи с поддержкой движков Math.js и Excel formula functions.",
|
|
9
|
+
"version": "2.0.0-alpha.50",
|
|
8
10
|
"license": "AGPL-3.0",
|
|
9
11
|
"main": "./dist/server/index.js",
|
|
10
12
|
"homepage": "https://docs.nocobase.com/handbook/field-formula",
|
|
11
13
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/field-formula",
|
|
14
|
+
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/field-formula",
|
|
12
15
|
"devDependencies": {
|
|
13
16
|
"@formily/antd-v5": "1.x",
|
|
14
17
|
"@formily/core": "2.x",
|
|
@@ -25,7 +28,7 @@
|
|
|
25
28
|
"@nocobase/test": "2.x",
|
|
26
29
|
"@nocobase/utils": "2.x"
|
|
27
30
|
},
|
|
28
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "a6eb64abf3632e116ad0b295a7f410270a1059d1",
|
|
29
32
|
"keywords": [
|
|
30
33
|
"Collection fields"
|
|
31
34
|
]
|