@nocobase/plugin-field-formula 1.9.15 → 1.9.17
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 +6 -6
- 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/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 +6 -5
- package/dist/locale/tr-TR.json +9 -0
- package/dist/locale/uk-UA.json +9 -0
- package/dist/locale/zh-CN.json +5 -4
- package/dist/locale/zh-TW.json +9 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/react": "2.3.0",
|
|
12
|
-
"@nocobase/client": "1.9.
|
|
13
|
-
"@nocobase/evaluators": "1.9.
|
|
14
|
-
"@nocobase/utils": "1.9.
|
|
12
|
+
"@nocobase/client": "1.9.17",
|
|
13
|
+
"@nocobase/evaluators": "1.9.17",
|
|
14
|
+
"@nocobase/utils": "1.9.17",
|
|
15
15
|
"react": "18.2.0",
|
|
16
|
-
"@nocobase/database": "1.9.
|
|
17
|
-
"@nocobase/server": "1.9.
|
|
18
|
-
"@nocobase/test": "1.9.
|
|
16
|
+
"@nocobase/database": "1.9.17",
|
|
17
|
+
"@nocobase/server": "1.9.17",
|
|
18
|
+
"@nocobase/test": "1.9.17",
|
|
19
19
|
"react-i18next": "11.18.6",
|
|
20
20
|
"@formily/core": "2.3.0",
|
|
21
21
|
"@formily/reactive": "2.3.0",
|
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
|
+
}
|
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.": "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": "표현식",
|
|
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
|
+
}
|
package/dist/locale/ru-RU.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.": "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": "Выражение",
|
|
5
|
-
"Expression syntax error": "
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
}
|
|
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
|
+
}
|
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
|
@@ -6,7 +6,7 @@
|
|
|
6
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.",
|
|
7
7
|
"description.zh-CN": "可以配置并存储同一条记录的多字段值之间的计算结果,支持 Math.js 和 Excel formula functions 两种引擎",
|
|
8
8
|
"description.ru-RU": "Настройка и сохранение результатов вычислений между значениями нескольких полей в одной записи с поддержкой движков Math.js и Excel formula functions.",
|
|
9
|
-
"version": "1.9.
|
|
9
|
+
"version": "1.9.17",
|
|
10
10
|
"license": "AGPL-3.0",
|
|
11
11
|
"main": "./dist/server/index.js",
|
|
12
12
|
"homepage": "https://docs.nocobase.com/handbook/field-formula",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@nocobase/test": "1.x",
|
|
29
29
|
"@nocobase/utils": "1.x"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "eb15276b3eaf1fb4464e6d1ab248be15aa1b0fd2",
|
|
32
32
|
"keywords": [
|
|
33
33
|
"Collection fields"
|
|
34
34
|
]
|