@ftjs/core 1.3.1 → 2.0.0

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.
@@ -21,7 +21,7 @@ export interface FtFormColumnBase<F extends Record<string, any>> {
21
21
  *
22
22
  * 如果是在 TableColumns 中,则默认继承其中的 field
23
23
  */
24
- field?: RecordPath<F>;
24
+ field?: RecordPath<F> | `_${string}`;
25
25
  /**
26
26
  * 字段名数组,当表单需要返回多个值时,使用这个字段
27
27
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ftjs/core",
3
- "version": "1.3.1",
3
+ "version": "2.0.0",
4
4
  "keywords": [],
5
5
  "author": "",
6
6
  "license": "MIT",