antd-management-fast-framework 2.11.110 → 2.11.114

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.
@@ -7,10 +7,6 @@ export class MultiPageSelectDrawer extends MultiPageDrawer {
7
7
  * 已选择的数据集合
8
8
  */
9
9
  selectListData: any[];
10
- /**
11
- * 选择状态是否发生变化
12
- */
13
- selectChanged: boolean;
14
10
  establishPresetBatchActionIcon: () => import("react").JSX.Element;
15
11
  onBatchActionClick: (list: any) => void;
16
12
  establishListItemDropdownConfig: (record: any) => {
@@ -25,7 +21,6 @@ export class MultiPageSelectDrawer extends MultiPageDrawer {
25
21
  confirm: boolean;
26
22
  title: string;
27
23
  };
28
- buildSelectNotificationDescription: (data: any) => string;
29
24
  selectRecord: ({ handleData }: {
30
25
  handleData: any;
31
26
  }) => void;
@@ -35,7 +30,6 @@ export class MultiPageSelectDrawer extends MultiPageDrawer {
35
30
  export namespace MultiPageSelectDrawer {
36
31
  namespace defaultProps {
37
32
  let width: number;
38
- let hideAfterSelect: boolean;
39
33
  }
40
34
  }
41
35
  import { MultiPageDrawer } from '../MultiPageDrawer';
@@ -7,10 +7,6 @@ export class MultiPageSelectModal extends MultiPageModal {
7
7
  * 已选择的数据集合
8
8
  */
9
9
  selectListData: any[];
10
- /**
11
- * 选择状态是否发生变化
12
- */
13
- selectChanged: boolean;
14
10
  establishPresetBatchActionIcon: () => import("react").JSX.Element;
15
11
  onBatchActionClick: () => void;
16
12
  establishListItemDropdownConfig: (record: any) => {
@@ -25,7 +21,6 @@ export class MultiPageSelectModal extends MultiPageModal {
25
21
  confirm: boolean;
26
22
  title: string;
27
23
  };
28
- buildSelectNotificationDescription: (data: any) => string;
29
24
  selectRecord: ({ handleData }: {
30
25
  handleData: any;
31
26
  }) => void;
@@ -35,8 +30,6 @@ export class MultiPageSelectModal extends MultiPageModal {
35
30
  export namespace MultiPageSelectModal {
36
31
  namespace defaultProps {
37
32
  let width: number;
38
- let multiSelect: boolean;
39
- let hideAfterSelect: boolean;
40
33
  }
41
34
  }
42
35
  import { MultiPageModal } from '../MultiPageModal';
@@ -7,10 +7,6 @@ export class SinglePageSelectDrawer extends SinglePageDrawer {
7
7
  * 已选择的数据集合
8
8
  */
9
9
  selectListData: any[];
10
- /**
11
- * 选择状态是否发生变化
12
- */
13
- selectChanged: boolean;
14
10
  establishPresetBatchActionIcon: () => import("react").JSX.Element;
15
11
  onBatchActionClick: () => void;
16
12
  establishListItemDropdownConfig: (record: any) => {
@@ -25,7 +21,6 @@ export class SinglePageSelectDrawer extends SinglePageDrawer {
25
21
  confirm: boolean;
26
22
  title: string;
27
23
  };
28
- buildSelectNotificationDescription: (data: any) => string;
29
24
  selectRecord: ({ handleData }: {
30
25
  handleData: any;
31
26
  }) => void;
@@ -7,10 +7,6 @@ export class SinglePageSelectModal extends SinglePageModal {
7
7
  * 已选择的数据集合
8
8
  */
9
9
  selectListData: any[];
10
- /**
11
- * 选择状态是否发生变化
12
- */
13
- selectChanged: boolean;
14
10
  establishPresetBatchActionIcon: () => import("react").JSX.Element;
15
11
  onBatchActionClick: () => void;
16
12
  establishListItemDropdownConfig: (record: any) => {
@@ -25,7 +21,6 @@ export class SinglePageSelectModal extends SinglePageModal {
25
21
  confirm: boolean;
26
22
  title: string;
27
23
  };
28
- buildSelectNotificationDescription: (data: any) => string;
29
24
  selectRecord: ({ handleData }: {
30
25
  handleData: any;
31
26
  }) => void;