antd-management-fast-framework 2.11.118 → 2.11.121

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.
@@ -1,4 +1,5 @@
1
1
  export class InternalSwitchoverFlow extends InternalFlow {
2
+ pathPrefix: string;
2
3
  tabList: any[];
3
4
  menuList: any[];
4
5
  adjustMenuListAvailable: (menuListAvailable: any) => any;
@@ -1,6 +1,7 @@
1
1
  export class DataMenuContainer extends DataTabContainer {
2
2
  showHeader: boolean;
3
3
  loadRemoteRequestAfterMount: boolean;
4
+ pathPrefix: string;
4
5
  state: {
5
6
  menuMode: string;
6
7
  defaultAvatarIcon: React.JSX.Element;
@@ -10,7 +10,7 @@ export class MultiPage extends Base {
10
10
  restoreSearchComplete: boolean;
11
11
  supplementPageLoadRequestParams: () => void;
12
12
  supplementLoadRequestParams: (o: any) => any;
13
- filterNoFormValues: any;
13
+ filterNoFormValues: {} | undefined;
14
14
  filterExtraValues: any;
15
15
  /**
16
16
  * 轻微调整初始化请求数据体