@nocobase/plugin-field-formula 1.3.24-beta → 1.3.25-beta

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.3.24-beta",
13
- "@nocobase/evaluators": "1.3.24-beta",
14
- "@nocobase/utils": "1.3.24-beta",
12
+ "@nocobase/client": "1.3.25-beta",
13
+ "@nocobase/evaluators": "1.3.25-beta",
14
+ "@nocobase/utils": "1.3.25-beta",
15
15
  "react": "18.2.0",
16
- "@nocobase/database": "1.3.24-beta",
17
- "@nocobase/server": "1.3.24-beta",
18
- "@nocobase/test": "1.3.24-beta",
16
+ "@nocobase/database": "1.3.25-beta",
17
+ "@nocobase/server": "1.3.25-beta",
18
+ "@nocobase/test": "1.3.25-beta",
19
19
  "react-i18next": "11.18.6",
20
20
  "@formily/core": "2.3.0",
21
21
  "@formily/reactive": "2.3.0",
@@ -0,0 +1,9 @@
1
+ {
2
+ "Formula": "公式",
3
+ "Calculation engine": "計算エンジン",
4
+ "Expression": "式",
5
+ "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の関数をサポートしています。"
9
+ }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "数据表字段:公式",
5
5
  "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
6
  "description.zh-CN": "可以配置并存储同一条记录的多字段值之间的计算结果,支持 Math.js 和 Excel formula functions 两种引擎",
7
- "version": "1.3.24-beta",
7
+ "version": "1.3.25-beta",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/field-formula",
@@ -25,7 +25,7 @@
25
25
  "@nocobase/test": "1.x",
26
26
  "@nocobase/utils": "1.x"
27
27
  },
28
- "gitHead": "d575eb932c5651c2fa8dbef70e5c356efc6bf271",
28
+ "gitHead": "dea17d475f5db81a93fd7c27aebd650c46bb3a45",
29
29
  "keywords": [
30
30
  "Collection fields"
31
31
  ]