@tachybase/plugin-field-formula 1.3.12 → 1.3.13
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/LICENSE +1 -1
- package/dist/externalVersion.js +6 -6
- package/package.json +9 -9
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [2023-
|
|
189
|
+
Copyright [2023-2025] [Tego team]
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "1.3.
|
|
2
|
+
"@tachybase/client": "1.3.13",
|
|
3
3
|
"react": "18.3.1",
|
|
4
|
-
"@tachybase/evaluators": "1.3.
|
|
5
|
-
"@tachybase/utils": "1.3.
|
|
6
|
-
"@tachybase/database": "1.3.
|
|
7
|
-
"@tachybase/server": "1.3.
|
|
4
|
+
"@tachybase/evaluators": "1.3.13",
|
|
5
|
+
"@tachybase/utils": "1.3.13",
|
|
6
|
+
"@tachybase/database": "1.3.13",
|
|
7
|
+
"@tachybase/server": "1.3.13",
|
|
8
8
|
"react-i18next": "15.2.0",
|
|
9
|
-
"@tachybase/schema": "1.3.
|
|
9
|
+
"@tachybase/schema": "1.3.13"
|
|
10
10
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-field-formula",
|
|
3
3
|
"displayName": "Field: Formula",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.13",
|
|
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
|
"keywords": [
|
|
7
7
|
"Collection fields"
|
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"react": "^18.3.1",
|
|
14
14
|
"react-i18next": "^15.2.0",
|
|
15
|
-
"@tachybase/components": "1.3.
|
|
16
|
-
"@tachybase/schema": "1.3.
|
|
15
|
+
"@tachybase/components": "1.3.13",
|
|
16
|
+
"@tachybase/schema": "1.3.13"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@tachybase/client": "1.3.
|
|
20
|
-
"@tachybase/database": "1.3.
|
|
21
|
-
"@tachybase/evaluators": "1.3.
|
|
22
|
-
"@tachybase/test": "1.3.
|
|
23
|
-
"@tachybase/
|
|
24
|
-
"@tachybase/
|
|
19
|
+
"@tachybase/client": "1.3.13",
|
|
20
|
+
"@tachybase/database": "1.3.13",
|
|
21
|
+
"@tachybase/evaluators": "1.3.13",
|
|
22
|
+
"@tachybase/test": "1.3.13",
|
|
23
|
+
"@tachybase/server": "1.3.13",
|
|
24
|
+
"@tachybase/utils": "1.3.13"
|
|
25
25
|
},
|
|
26
26
|
"description.zh-CN": "可以配置并存储同一条记录的多字段值之间的计算结果,支持 Math.js 和 Excel formula functions 两种引擎",
|
|
27
27
|
"displayName.zh-CN": "数据表字段:公式",
|