antd-management-fast-framework 2.12.80 → 2.12.83

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.
@@ -5,7 +5,7 @@ export class MobilePreviewDrawer extends BaseNeedlessLoadDrawer {
5
5
  showBottomBar: boolean;
6
6
  mobileType: string;
7
7
  title: string;
8
- width: number;
8
+ size: number;
9
9
  visible: boolean;
10
10
  dataLoading: boolean;
11
11
  submitApiPath: string;
@@ -13,8 +13,7 @@ export class Base extends BaseWindow {
13
13
  constructor(properties: Object, visibleFlag: string);
14
14
  state: {
15
15
  title: string;
16
- width: number;
17
- height: number;
16
+ size: number;
18
17
  visible: boolean;
19
18
  dataLoading: boolean;
20
19
  showBottomBar: boolean;
@@ -146,7 +146,7 @@ export class Base extends AuthorizationWrapper {
146
146
  columns: any[];
147
147
  size: string;
148
148
  tableLayout: string;
149
- expandable: null;
149
+ expandable: any;
150
150
  };
151
151
  setTableSize: (key: any) => void;
152
152
  setColumnsMap: (event: any) => void;