@nocobase/plugin-field-formula 1.9.14 → 1.9.16

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.
@@ -9,13 +9,13 @@
9
9
 
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.0",
12
- "@nocobase/client": "1.9.14",
13
- "@nocobase/evaluators": "1.9.14",
14
- "@nocobase/utils": "1.9.14",
12
+ "@nocobase/client": "1.9.16",
13
+ "@nocobase/evaluators": "1.9.16",
14
+ "@nocobase/utils": "1.9.16",
15
15
  "react": "18.2.0",
16
- "@nocobase/database": "1.9.14",
17
- "@nocobase/server": "1.9.14",
18
- "@nocobase/test": "1.9.14",
16
+ "@nocobase/database": "1.9.16",
17
+ "@nocobase/server": "1.9.16",
18
+ "@nocobase/test": "1.9.16",
19
19
  "react-i18next": "11.18.6",
20
20
  "@formily/core": "2.3.0",
21
21
  "@formily/reactive": "2.3.0",
@@ -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
- "Syntax references": "Syntaxreferenzen",
7
- "Compute a value based on the other fields": "Berechnen Sie einen Wert basierend auf den anderen Feldern",
8
- "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."
9
- }
7
+ "Formula": "Formel",
8
+ "Syntax references": "Syntaxreferenzen"
9
+ }
@@ -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
- "Syntax references": "Syntax references",
7
- "Compute a value based on the other fields": "Compute a value based on the other fields"
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
+ }
@@ -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
- "Syntax references": "Riferimenti sintassi",
7
- "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."
8
- }
7
+ "Formula": "Formula",
8
+ "Syntax references": "Riferimenti sintassi"
9
+ }
@@ -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
- "Syntax references": "構文リファレンス",
7
- "Compute a value based on the other fields": "他のフィールドを基に値を計算します",
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
  }
@@ -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
- "Syntax references": "구문 참조",
7
- "Compute a value based on the other fields": "다른 필드를 기반으로 값 계산"
8
- }
7
+ "Formula": "수식",
8
+ "Syntax references": "구문 참조"
9
+ }
@@ -1,9 +1,9 @@
1
1
  {
2
- "Formula": "Formule",
3
- "Calculation engine": "Berekeningsengine",
4
- "Expression": "Expressie",
5
- "Expression syntax error": "Fout in expressiesyntax",
6
- "Syntax references": "Syntaxverwijzingen",
7
- "Compute a value based on the other fields": "Bereken een waarde op basis van de andere velden",
8
- "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."
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
+ }
@@ -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
- "Syntax references": "Справочник синтаксиса",
7
- "Compute a value based on the other fields": "Вычислить значение на основе других полей"
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
+ }
@@ -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
- "Syntax references": "语法参考",
7
- "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 两种引擎。"
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.14",
9
+ "version": "1.9.16",
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": "2373dd8980c27cc8220e71ea2f84884bbec4781d",
31
+ "gitHead": "ca822bde759d66200628633f660135091c30df12",
32
32
  "keywords": [
33
33
  "Collection fields"
34
34
  ]