@nocobase/client 1.5.15 → 1.5.17

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.
@@ -40,6 +40,6 @@ export declare const useFilterAPI: () => {
40
40
  /** 当前区块是否已连接其它区块 */
41
41
  isConnected: boolean;
42
42
  /** 调用该方法进行过滤 */
43
- doFilter: (value: any, field?: string | ((target: FilterTarget['targets'][0]) => string), operator?: string | ((target: FilterTarget['targets'][0]) => string)) => void;
43
+ doFilter: (value: any, field?: string | ((target: FilterTarget['targets'][0], block: DataBlock) => string), operator?: string | ((target: FilterTarget['targets'][0]) => string)) => void;
44
44
  };
45
45
  export declare const isInFilterFormBlock: (fieldSchema: Schema) => boolean;