@nocobase/client 2.0.40 → 2.0.42

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,6 +102,7 @@ export declare const BlockProvider: (props: {
102
102
  * @returns
103
103
  */
104
104
  export declare const useBlockAssociationContext: () => any;
105
+ export declare const getFilterByTkByCollection: (collection: any, recordData: Record<string, any>) => any;
105
106
  export declare const useFilterByTk: (blockProps?: any) => any;
106
107
  /**
107
108
  * @deprecated
@@ -96,6 +96,7 @@ export declare class RuleEngine {
96
96
  private tryUnregisterDefaultRuleInstance;
97
97
  private bindMasterInitialValue;
98
98
  private removeRule;
99
+ rescheduleAllRules(): void;
99
100
  private scheduleRule;
100
101
  private flushRules;
101
102
  private runRule;
@@ -51,6 +51,7 @@ export declare class FormValueRuntime {
51
51
  sync?: boolean;
52
52
  }): void;
53
53
  dispose(): void;
54
+ resetAfterFormReset(): void;
54
55
  isSuppressed(): boolean;
55
56
  handleFormFieldsChange(changedFields: Array<{
56
57
  name?: NamePath | string | number;