@nocobase/client 2.0.8 → 2.0.10

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.
@@ -22,7 +22,7 @@ export declare class CollectionBlockModel<T = DefaultStructure> extends DataBloc
22
22
  private lastSeenDirtyVersion;
23
23
  private dirtyRefreshing;
24
24
  protected onMount(): void;
25
- onActive(): void;
25
+ onActive(forceRefresh?: boolean): void;
26
26
  /**
27
27
  * 子菜单过滤函数
28
28
  */
@@ -30,7 +30,7 @@ export declare class PageModel extends FlowModel<PageModelStructure> {
30
30
  private scheduleActiveLifecycleRefresh;
31
31
  onMount(): void;
32
32
  protected onUnmount(): void;
33
- invokeTabModelLifecycleMethod(tabActiveKey: string, method: 'onActive' | 'onInactive'): void;
33
+ invokeTabModelLifecycleMethod(tabActiveKey: string, method: 'onActive' | 'onInactive', forceRefresh?: boolean): void;
34
34
  /**
35
35
  * Resolve configured document title template and update browser tab title.
36
36
  * Priority: