antd-management-fast-framework 2.11.110 → 2.11.113
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.
- package/es/framework/DataMultiPageView/MultiPageSelectDrawer/index.d.ts +0 -2
- package/es/framework/DataMultiPageView/MultiPageSelectModal/index.d.ts +0 -3
- package/es/framework/DataSinglePageView/SinglePageSelectDrawer/index.d.ts +0 -1
- package/es/framework/DataSinglePageView/SinglePageSelectModal/index.d.ts +0 -1
- package/es/index.js +2 -2
- package/package.json +3 -3
|
@@ -25,7 +25,6 @@ export class MultiPageSelectDrawer extends MultiPageDrawer {
|
|
|
25
25
|
confirm: boolean;
|
|
26
26
|
title: string;
|
|
27
27
|
};
|
|
28
|
-
buildSelectNotificationDescription: (data: any) => string;
|
|
29
28
|
selectRecord: ({ handleData }: {
|
|
30
29
|
handleData: any;
|
|
31
30
|
}) => void;
|
|
@@ -35,7 +34,6 @@ export class MultiPageSelectDrawer extends MultiPageDrawer {
|
|
|
35
34
|
export namespace MultiPageSelectDrawer {
|
|
36
35
|
namespace defaultProps {
|
|
37
36
|
let width: number;
|
|
38
|
-
let hideAfterSelect: boolean;
|
|
39
37
|
}
|
|
40
38
|
}
|
|
41
39
|
import { MultiPageDrawer } from '../MultiPageDrawer';
|
|
@@ -25,7 +25,6 @@ export class MultiPageSelectModal extends MultiPageModal {
|
|
|
25
25
|
confirm: boolean;
|
|
26
26
|
title: string;
|
|
27
27
|
};
|
|
28
|
-
buildSelectNotificationDescription: (data: any) => string;
|
|
29
28
|
selectRecord: ({ handleData }: {
|
|
30
29
|
handleData: any;
|
|
31
30
|
}) => void;
|
|
@@ -35,8 +34,6 @@ export class MultiPageSelectModal extends MultiPageModal {
|
|
|
35
34
|
export namespace MultiPageSelectModal {
|
|
36
35
|
namespace defaultProps {
|
|
37
36
|
let width: number;
|
|
38
|
-
let multiSelect: boolean;
|
|
39
|
-
let hideAfterSelect: boolean;
|
|
40
37
|
}
|
|
41
38
|
}
|
|
42
39
|
import { MultiPageModal } from '../MultiPageModal';
|