@tachybase/plugin-field-formula 0.23.18 → 0.23.20

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.
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- export declare const Expression: (props: any) => React.JSX.Element;
1
+ export declare const Expression: (props: any) => import("react/jsx-runtime").JSX.Element;
3
2
  export default Expression;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- export declare function Result(props: any): React.JSX.Element;
1
+ export declare function Result(props: any): import("react/jsx-runtime").JSX.Element;
3
2
  export default Result;
@@ -1,6 +1,6 @@
1
1
  export declare const Formula: {
2
2
  (): any;
3
- Expression: (props: any) => import("react").JSX.Element;
3
+ Expression: (props: any) => import("react/jsx-runtime").JSX.Element;
4
4
  Result: import("react").ForwardRefExoticComponent<Omit<Partial<any>, "ref"> & import("react").RefAttributes<unknown>>;
5
5
  };
6
6
  export default Formula;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare function renderExpressionDescription(key: string): React.JSX.Element;
1
+ export declare function renderExpressionDescription(key: string): import("react/jsx-runtime").JSX.Element;
@@ -1,10 +1,10 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.18",
2
+ "@tachybase/client": "0.23.20",
3
3
  "react": "18.3.1",
4
- "@tachybase/evaluators": "0.23.18",
5
- "@tachybase/utils": "0.23.18",
6
- "@tachybase/database": "0.23.18",
7
- "@tachybase/server": "0.23.18",
4
+ "@tachybase/evaluators": "0.23.20",
5
+ "@tachybase/utils": "0.23.20",
6
+ "@tachybase/database": "0.23.20",
7
+ "@tachybase/server": "0.23.20",
8
8
  "react-i18next": "15.2.0",
9
- "@tachybase/schema": "0.23.18"
9
+ "@tachybase/schema": "0.23.20"
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": "0.23.18",
4
+ "version": "0.23.20",
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": "0.23.18",
16
- "@tachybase/schema": "0.23.18"
15
+ "@tachybase/components": "0.23.20",
16
+ "@tachybase/schema": "0.23.20"
17
17
  },
18
18
  "peerDependencies": {
19
- "@tachybase/database": "0.23.18",
20
- "@tachybase/client": "0.23.18",
21
- "@tachybase/evaluators": "0.23.18",
22
- "@tachybase/server": "0.23.18",
23
- "@tachybase/test": "0.23.18",
24
- "@tachybase/utils": "0.23.18"
19
+ "@tachybase/client": "0.23.20",
20
+ "@tachybase/database": "0.23.20",
21
+ "@tachybase/evaluators": "0.23.20",
22
+ "@tachybase/server": "0.23.20",
23
+ "@tachybase/test": "0.23.20",
24
+ "@tachybase/utils": "0.23.20"
25
25
  },
26
26
  "description.zh-CN": "可以配置并存储同一条记录的多字段值之间的计算结果,支持 Math.js 和 Excel formula functions 两种引擎",
27
27
  "displayName.zh-CN": "数据表字段:公式",