antd-management-fast-framework 2.1.26 → 2.1.27

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,5 +1,4 @@
1
1
  export class MobilePreviewArea extends Base {
2
- constructor(properties: any);
3
2
  state: {
4
3
  placement: string;
5
4
  height: string;
@@ -1,5 +1,4 @@
1
1
  export class MobilePreviewDrawer extends BaseNeedlessLoadDrawer {
2
- constructor(properties: any);
3
2
  state: {
4
3
  placement: string;
5
4
  height: string;
@@ -4,7 +4,7 @@ export class InternalTabFlow extends InternalFlow {
4
4
  establishTabBarExtraContentRightConfig: () => null;
5
5
  adjustTabListAvailable: (tabListAvailable: any) => any;
6
6
  getTabListAvailable: () => any;
7
- handleTabChange: (key: any) => void;
7
+ handleTabChange: (key: any) => Promise<void>;
8
8
  buildTabBarExtraContent: () => {
9
9
  left: React.JSX.Element;
10
10
  right: React.JSX.Element;
@@ -27,6 +27,7 @@ export class Core extends BaseComponent {
27
27
  viewProcessingFlag: string;
28
28
  viewTabFlag: string;
29
29
  };
30
+ getTabActiveKey(): any;
30
31
  setTabActiveKey(key: any): void;
31
32
  startLoading(...message: any[]): void;
32
33
  stopLoading(...message: any[]): void;