@nocobase/client 1.5.0-beta.31 → 1.5.0-beta.33

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.
@@ -102,7 +102,7 @@ export declare const BlockProvider: (props: {
102
102
  * @returns
103
103
  */
104
104
  export declare const useBlockAssociationContext: () => any;
105
- export declare const useFilterByTk: () => any;
105
+ export declare const useFilterByTk: (blockProps?: any) => any;
106
106
  /**
107
107
  * @deprecated
108
108
  */
@@ -116,7 +116,7 @@ export declare const useSourceIdFromParentRecord: () => any;
116
116
  * @internal
117
117
  * @returns
118
118
  */
119
- export declare const useParamsFromRecord: () => {
119
+ export declare const useParamsFromRecord: (props?: any) => {
120
120
  filterByTk: any;
121
121
  };
122
122
  export declare const RecordLink: (props: any) => React.JSX.Element;