antd-management-fast-framework 2.1.1 → 2.1.3
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/components/ApplicationWrapper/index.d.ts +9 -9
- package/es/components/Bootstrap/index.d.ts +3 -3
- package/es/components/DataPreviewDrawer/index.d.ts +31 -31
- package/es/components/LoadingOverlay/index.d.ts +6 -6
- package/es/components/MobileContainor/MobileHtmlPreviewBox/index.d.ts +10 -10
- package/es/components/MobileContainor/MobilePreviewArea/index.d.ts +75 -75
- package/es/components/MobileContainor/MobilePreviewDrawer/index.d.ts +54 -54
- package/es/components/MobileContainor/index.d.ts +8 -8
- package/es/components/index.d.ts +5 -5
- package/es/configs/index.d.ts +2 -2
- package/es/configs/themeCollection.d.ts +7 -7
- package/es/configs/webpackPlugin.d.ts +4 -4
- package/es/framework/AuthorizationWrapper/index.d.ts +11 -12
- package/es/framework/ButtonExtension/SelectButton/Base/index.d.ts +14 -14
- package/es/framework/ButtonExtension/SelectButton/InteractiveBase/index.d.ts +18 -18
- package/es/framework/ButtonExtension/SelectButton/index.d.ts +6 -6
- package/es/framework/ButtonExtension/index.d.ts +1 -1
- package/es/framework/Common/InternalBuild/index.d.ts +26 -26
- package/es/framework/Common/InternalFlow/index.d.ts +149 -149
- package/es/framework/Common/InternalLayout/index.d.ts +9 -9
- package/es/framework/Common/InternalTabFlow/index.d.ts +12 -12
- package/es/framework/Common/index.d.ts +3 -3
- package/es/framework/Core/index.d.ts +20 -20
- package/es/framework/CustomWrapper/Supplement/index.d.ts +9 -9
- package/es/framework/CustomWrapper/SupplementCore/index.d.ts +18 -18
- package/es/framework/CustomWrapper/SupplementWrapper/index.d.ts +3 -3
- package/es/framework/CustomWrapper/index.d.ts +3 -3
- package/es/framework/DataDrawer/Base/index.d.ts +55 -55
- package/es/framework/DataDrawer/BaseAddDrawer/index.d.ts +19 -19
- package/es/framework/DataDrawer/BaseLoadDrawer/index.d.ts +4 -4
- package/es/framework/DataDrawer/BaseNeedlessLoadDrawer/index.d.ts +6 -6
- package/es/framework/DataDrawer/BaseSaveDrawer/index.d.ts +4 -4
- package/es/framework/DataDrawer/BaseUpdateDrawer/index.d.ts +3 -3
- package/es/framework/DataDrawer/index.d.ts +14 -14
- package/es/framework/DataForm/BaseAddForm/index.d.ts +34 -34
- package/es/framework/DataForm/BaseUpdateForm/index.d.ts +9 -9
- package/es/framework/DataForm/BaseUpdateFormContent/index.d.ts +3 -3
- package/es/framework/DataForm/BaseUpdateFormTab/index.d.ts +4 -4
- package/es/framework/DataForm/index.d.ts +10 -10
- package/es/framework/DataListView/Base/index.d.ts +180 -180
- package/es/framework/DataListView/BatchAction/index.d.ts +21 -21
- package/es/framework/DataListView/ColumnSetting/DndItem.d.ts +7 -7
- package/es/framework/DataListView/ColumnSetting/index.d.ts +2 -2
- package/es/framework/DataListView/DensityAction/index.d.ts +6 -6
- package/es/framework/DataListView/index.d.ts +10 -10
- package/es/framework/DataMenuContainer/index.d.ts +28 -28
- package/es/framework/DataModal/Base/index.d.ts +65 -65
- package/es/framework/DataModal/BaseAddModal/index.d.ts +3 -3
- package/es/framework/DataModal/BaseLoadModal/index.d.ts +4 -4
- package/es/framework/DataModal/BaseNeedlessLoadModal/index.d.ts +35 -35
- package/es/framework/DataModal/BaseSelectModal/index.d.ts +28 -28
- package/es/framework/DataModal/BaseUpdateModal/index.d.ts +3 -3
- package/es/framework/DataModal/BaseUpdateTransferModal/index.d.ts +44 -44
- package/es/framework/DataModal/index.d.ts +16 -16
- package/es/framework/DataMultiPageView/InnerMultiPage/index.d.ts +4 -4
- package/es/framework/DataMultiPageView/MultiPage/index.d.ts +32 -32
- package/es/framework/DataMultiPageView/MultiPageDrawer/index.d.ts +69 -69
- package/es/framework/DataMultiPageView/MultiPageSelectDrawer/index.d.ts +10 -10
- package/es/framework/DataMultiPageView/index.d.ts +10 -10
- package/es/framework/DataOperation/Base/index.d.ts +76 -76
- package/es/framework/DataOperation/BaseView/index.d.ts +10 -10
- package/es/framework/DataOperation/BaseWindow/index.d.ts +89 -89
- package/es/framework/DataOperation/index.d.ts +8 -8
- package/es/framework/DataSinglePageView/InnerSinglePage/index.d.ts +5 -5
- package/es/framework/DataSinglePageView/SinglePage/index.d.ts +32 -32
- package/es/framework/DataSinglePageView/SinglePageDrawer/index.d.ts +71 -71
- package/es/framework/DataSinglePageView/SinglePageSelectDrawer/index.d.ts +13 -13
- package/es/framework/DataSinglePageView/index.d.ts +10 -10
- package/es/framework/DataSingleView/DataCore/index.d.ts +30 -30
- package/es/framework/DataSingleView/DataLoad/index.d.ts +51 -51
- package/es/framework/DataSingleView/index.d.ts +6 -6
- package/es/framework/DataTabContainer/index.d.ts +36 -36
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldBase/index.d.ts +24 -24
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldInteractiveBase/index.d.ts +19 -19
- package/es/framework/FieldExtension/SelectFieldDrawer/index.d.ts +6 -6
- package/es/framework/FieldExtension/index.d.ts +4 -4
- package/es/framework/Wrapper/index.d.ts +3 -3
- package/es/framework/index.d.ts +17 -17
- package/es/index.css +1 -1
- package/es/index.d.ts +5 -5
- package/es/index.js +2 -2
- package/es/modelBuilders/currentOperator.d.ts +26 -0
- package/es/modelBuilders/entrance.d.ts +40 -0
- package/es/modelBuilders/index.d.ts +1 -1
- package/es/modelBuilders/schedulingControl.d.ts +48 -68
- package/es/services/currentOperator.d.ts +2 -0
- package/es/services/entrance.d.ts +6 -0
- package/es/services/schedulingControl.d.ts +4 -4
- package/es/utils/applicationListDataAssist.d.ts +5 -4
- package/es/utils/applicationListDataCacheAssist.d.ts +24 -24
- package/es/utils/bootstrap.d.ts +4 -4
- package/es/utils/configAssist.d.ts +1 -1
- package/es/utils/currentOperatorAssist.d.ts +19 -5
- package/es/utils/definition.d.ts +4 -4
- package/es/utils/index.d.ts +10 -8
- package/es/utils/interfaceSettingAssist.d.ts +10 -0
- package/es/utils/interfaceSettingCacheAssist.d.ts +18 -0
- package/es/utils/metaDataAssist.d.ts +5 -5
- package/es/utils/schedulingControlAssist.d.ts +34 -10
- package/es/utils/signInAssist.d.ts +6 -0
- package/package.json +26 -23
- package/es/utils/layoutSettingAssist.d.ts +0 -2
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
export class SinglePageDrawer extends SinglePage {
|
|
2
|
-
static getDerivedStateFromProps(nextProperties: any, previousState: any): {
|
|
3
|
-
visible: any;
|
|
4
|
-
externalData: any;
|
|
5
|
-
};
|
|
6
|
-
contentWrapperType: string;
|
|
7
|
-
loadRemoteRequestAfterMount: boolean;
|
|
8
|
-
resetDataAfterLoad: boolean;
|
|
9
|
-
reloadWhenShow: boolean;
|
|
10
|
-
doWorkWhenDidUpdate: (preProperties: any, preState: any, snapshot: any) => void;
|
|
11
|
-
/**
|
|
12
|
-
* 当可见性发生变化时执行
|
|
13
|
-
*/
|
|
14
|
-
doOtherWhenChangeVisible: (preProperties: any, preState: any, snapshot: any, currentVisible: any) => void;
|
|
15
|
-
/**
|
|
16
|
-
* 当可见性变为显示时执行
|
|
17
|
-
* @param {*} preProps
|
|
18
|
-
* @param {*} preState
|
|
19
|
-
* @param {*} snapshot
|
|
20
|
-
*/
|
|
21
|
-
doOtherWhenChangeVisibleToShow: (preProperties: any, preState: any, snapshot: any) => void;
|
|
22
|
-
/**
|
|
23
|
-
* 当可见性变为显示时附加的执行
|
|
24
|
-
* @param {*} preProps
|
|
25
|
-
* @param {*} preState
|
|
26
|
-
* @param {*} snapshot
|
|
27
|
-
*/
|
|
28
|
-
executeAfterDoOtherWhenChangeVisibleToShow: (preProperties: any, preState: any, snapshot: any) => void;
|
|
29
|
-
/**
|
|
30
|
-
* 当可见性变为隐藏时执行
|
|
31
|
-
* @param {*} preProps
|
|
32
|
-
* @param {*} preState
|
|
33
|
-
* @param {*} snapshot
|
|
34
|
-
*/
|
|
35
|
-
doOtherWhenChangeVisibleToHide: (preProperties: any, preState: any, snapshot: any) => void;
|
|
36
|
-
/**
|
|
37
|
-
* 当可见性变为显示后附加的执行
|
|
38
|
-
* @param {*} preProps
|
|
39
|
-
* @param {*} preState
|
|
40
|
-
* @param {*} snapshot
|
|
41
|
-
*/
|
|
42
|
-
executeAfterDoOtherWhenChangeVisibleToHide: (preProperties: any, preState: any, snapshot: any) => void;
|
|
43
|
-
/**
|
|
44
|
-
* 当可见性变更后的附加执行
|
|
45
|
-
* @param {*} preProps
|
|
46
|
-
* @param {*} preState
|
|
47
|
-
* @param {*} snapshot
|
|
48
|
-
*/
|
|
49
|
-
executeOtherAfterDoOtherWhenChangeVisible: (preProperties: any, preState: any, snapshot: any) => void;
|
|
50
|
-
onClose: () => void;
|
|
51
|
-
/**
|
|
52
|
-
* 选择数据
|
|
53
|
-
* @param {*} handleData
|
|
54
|
-
*/
|
|
55
|
-
selectRecord: ({ handleData }: any) => void;
|
|
56
|
-
renderPresetTitleIcon: () => JSX.Element;
|
|
57
|
-
hideDrawer: () => void;
|
|
58
|
-
renderPresetListMainViewContainor: () => JSX.Element;
|
|
59
|
-
renderPresetContentContainor: () => JSX.Element;
|
|
60
|
-
renderPresetDrawerInner: () => JSX.Element;
|
|
61
|
-
renderPresetListViewItemActionSelect: (item: any, index: any) => JSX.Element;
|
|
62
|
-
renderFurther(): JSX.Element;
|
|
63
|
-
}
|
|
64
|
-
export namespace SinglePageDrawer {
|
|
65
|
-
namespace defaultProps {
|
|
66
|
-
const hideDrawerAfterSelect: boolean;
|
|
67
|
-
const confirmSelect: boolean;
|
|
68
|
-
const width: number;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
import { SinglePage } from
|
|
1
|
+
export class SinglePageDrawer extends SinglePage {
|
|
2
|
+
static getDerivedStateFromProps(nextProperties: any, previousState: any): {
|
|
3
|
+
visible: any;
|
|
4
|
+
externalData: any;
|
|
5
|
+
};
|
|
6
|
+
contentWrapperType: string;
|
|
7
|
+
loadRemoteRequestAfterMount: boolean;
|
|
8
|
+
resetDataAfterLoad: boolean;
|
|
9
|
+
reloadWhenShow: boolean;
|
|
10
|
+
doWorkWhenDidUpdate: (preProperties: any, preState: any, snapshot: any) => void;
|
|
11
|
+
/**
|
|
12
|
+
* 当可见性发生变化时执行
|
|
13
|
+
*/
|
|
14
|
+
doOtherWhenChangeVisible: (preProperties: any, preState: any, snapshot: any, currentVisible: any) => void;
|
|
15
|
+
/**
|
|
16
|
+
* 当可见性变为显示时执行
|
|
17
|
+
* @param {*} preProps
|
|
18
|
+
* @param {*} preState
|
|
19
|
+
* @param {*} snapshot
|
|
20
|
+
*/
|
|
21
|
+
doOtherWhenChangeVisibleToShow: (preProperties: any, preState: any, snapshot: any) => void;
|
|
22
|
+
/**
|
|
23
|
+
* 当可见性变为显示时附加的执行
|
|
24
|
+
* @param {*} preProps
|
|
25
|
+
* @param {*} preState
|
|
26
|
+
* @param {*} snapshot
|
|
27
|
+
*/
|
|
28
|
+
executeAfterDoOtherWhenChangeVisibleToShow: (preProperties: any, preState: any, snapshot: any) => void;
|
|
29
|
+
/**
|
|
30
|
+
* 当可见性变为隐藏时执行
|
|
31
|
+
* @param {*} preProps
|
|
32
|
+
* @param {*} preState
|
|
33
|
+
* @param {*} snapshot
|
|
34
|
+
*/
|
|
35
|
+
doOtherWhenChangeVisibleToHide: (preProperties: any, preState: any, snapshot: any) => void;
|
|
36
|
+
/**
|
|
37
|
+
* 当可见性变为显示后附加的执行
|
|
38
|
+
* @param {*} preProps
|
|
39
|
+
* @param {*} preState
|
|
40
|
+
* @param {*} snapshot
|
|
41
|
+
*/
|
|
42
|
+
executeAfterDoOtherWhenChangeVisibleToHide: (preProperties: any, preState: any, snapshot: any) => void;
|
|
43
|
+
/**
|
|
44
|
+
* 当可见性变更后的附加执行
|
|
45
|
+
* @param {*} preProps
|
|
46
|
+
* @param {*} preState
|
|
47
|
+
* @param {*} snapshot
|
|
48
|
+
*/
|
|
49
|
+
executeOtherAfterDoOtherWhenChangeVisible: (preProperties: any, preState: any, snapshot: any) => void;
|
|
50
|
+
onClose: () => void;
|
|
51
|
+
/**
|
|
52
|
+
* 选择数据
|
|
53
|
+
* @param {*} handleData
|
|
54
|
+
*/
|
|
55
|
+
selectRecord: ({ handleData }: any) => void;
|
|
56
|
+
renderPresetTitleIcon: () => JSX.Element;
|
|
57
|
+
hideDrawer: () => void;
|
|
58
|
+
renderPresetListMainViewContainor: () => JSX.Element;
|
|
59
|
+
renderPresetContentContainor: () => JSX.Element;
|
|
60
|
+
renderPresetDrawerInner: () => JSX.Element;
|
|
61
|
+
renderPresetListViewItemActionSelect: (item: any, index: any) => JSX.Element;
|
|
62
|
+
renderFurther(): JSX.Element;
|
|
63
|
+
}
|
|
64
|
+
export namespace SinglePageDrawer {
|
|
65
|
+
namespace defaultProps {
|
|
66
|
+
const hideDrawerAfterSelect: boolean;
|
|
67
|
+
const confirmSelect: boolean;
|
|
68
|
+
const width: number;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
import { SinglePage } from '../SinglePage';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export class SinglePageSelectDrawer extends SinglePageDrawer {
|
|
2
|
-
selectRecord: ({ handleData }: {
|
|
3
|
-
handleData: any;
|
|
4
|
-
}) => void;
|
|
5
|
-
renderPresetSelectButton: ({ confirm, text: textSource, icon: iconSource, handleData, showIcon, }: {
|
|
6
|
-
confirm?: boolean | undefined;
|
|
7
|
-
text?: string | undefined;
|
|
8
|
-
icon?: JSX.Element | undefined;
|
|
9
|
-
handleData?: null | undefined;
|
|
10
|
-
showIcon?: boolean | undefined;
|
|
11
|
-
}) => JSX.Element;
|
|
12
|
-
}
|
|
13
|
-
import { SinglePageDrawer } from
|
|
1
|
+
export class SinglePageSelectDrawer extends SinglePageDrawer {
|
|
2
|
+
selectRecord: ({ handleData }: {
|
|
3
|
+
handleData: any;
|
|
4
|
+
}) => void;
|
|
5
|
+
renderPresetSelectButton: ({ confirm, text: textSource, icon: iconSource, handleData, showIcon, }: {
|
|
6
|
+
confirm?: boolean | undefined;
|
|
7
|
+
text?: string | undefined;
|
|
8
|
+
icon?: JSX.Element | undefined;
|
|
9
|
+
handleData?: null | undefined;
|
|
10
|
+
showIcon?: boolean | undefined;
|
|
11
|
+
}) => JSX.Element;
|
|
12
|
+
}
|
|
13
|
+
import { SinglePageDrawer } from '../SinglePageDrawer';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export namespace DataSinglePageView {
|
|
2
|
-
export { InnerSinglePage };
|
|
3
|
-
export { SinglePage };
|
|
4
|
-
export { SinglePageDrawer };
|
|
5
|
-
export { SinglePageSelectDrawer };
|
|
6
|
-
}
|
|
7
|
-
import { InnerSinglePage } from
|
|
8
|
-
import { SinglePage } from
|
|
9
|
-
import { SinglePageDrawer } from
|
|
10
|
-
import { SinglePageSelectDrawer } from
|
|
1
|
+
export namespace DataSinglePageView {
|
|
2
|
+
export { InnerSinglePage };
|
|
3
|
+
export { SinglePage };
|
|
4
|
+
export { SinglePageDrawer };
|
|
5
|
+
export { SinglePageSelectDrawer };
|
|
6
|
+
}
|
|
7
|
+
import { InnerSinglePage } from './InnerSinglePage';
|
|
8
|
+
import { SinglePage } from './SinglePage';
|
|
9
|
+
import { SinglePageDrawer } from './SinglePageDrawer';
|
|
10
|
+
import { SinglePageSelectDrawer } from './SinglePageSelectDrawer';
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export class DataCore extends BaseView {
|
|
2
|
-
constructor(properties: any);
|
|
3
|
-
enableActionBack: boolean;
|
|
4
|
-
reloadByUrlOp: boolean;
|
|
5
|
-
actionBackProps: {};
|
|
6
|
-
formRef: React.RefObject<any>;
|
|
7
|
-
state: any;
|
|
8
|
-
setFormFieldsValue: (v: any) => void;
|
|
9
|
-
afterSetFieldsValue: (value: any) => void;
|
|
10
|
-
getTargetForm: () => any;
|
|
11
|
-
onPageHeaderAvatarLoadError: () => void;
|
|
12
|
-
establishPageHeaderAvatarConfig: () => null;
|
|
13
|
-
establishPageHeaderTagCollectionConfig: () => never[];
|
|
14
|
-
establishPageHeaderExtraContentConfig: () => null;
|
|
15
|
-
pageHeaderLogo: () => JSX.Element;
|
|
16
|
-
getPresetPageName: () => any;
|
|
17
|
-
buildExtraBackAction: () => JSX.Element | null;
|
|
18
|
-
buildFormLayout: () => string;
|
|
19
|
-
getFormClassName: () => null;
|
|
20
|
-
renderPresetMainTitleIcon: () => JSX.Element;
|
|
21
|
-
renderPresetMainTitleText: () => string;
|
|
22
|
-
renderPresetMainTitle: () => JSX.Element;
|
|
23
|
-
renderPresetFormWrapper: () => JSX.Element;
|
|
24
|
-
renderPresetContentArea: () => JSX.Element;
|
|
25
|
-
renderPresetForm: () => JSX.Element;
|
|
26
|
-
establishCardCollectionConfig: () => null;
|
|
27
|
-
renderPresetFormContent: () => any;
|
|
28
|
-
}
|
|
29
|
-
import { BaseView } from
|
|
30
|
-
import React from
|
|
1
|
+
export class DataCore extends BaseView {
|
|
2
|
+
constructor(properties: any);
|
|
3
|
+
enableActionBack: boolean;
|
|
4
|
+
reloadByUrlOp: boolean;
|
|
5
|
+
actionBackProps: {};
|
|
6
|
+
formRef: React.RefObject<any>;
|
|
7
|
+
state: any;
|
|
8
|
+
setFormFieldsValue: (v: any) => void;
|
|
9
|
+
afterSetFieldsValue: (value: any) => void;
|
|
10
|
+
getTargetForm: () => any;
|
|
11
|
+
onPageHeaderAvatarLoadError: () => void;
|
|
12
|
+
establishPageHeaderAvatarConfig: () => null;
|
|
13
|
+
establishPageHeaderTagCollectionConfig: () => never[];
|
|
14
|
+
establishPageHeaderExtraContentConfig: () => null;
|
|
15
|
+
pageHeaderLogo: () => JSX.Element;
|
|
16
|
+
getPresetPageName: () => any;
|
|
17
|
+
buildExtraBackAction: () => JSX.Element | null;
|
|
18
|
+
buildFormLayout: () => string;
|
|
19
|
+
getFormClassName: () => null;
|
|
20
|
+
renderPresetMainTitleIcon: () => JSX.Element;
|
|
21
|
+
renderPresetMainTitleText: () => string;
|
|
22
|
+
renderPresetMainTitle: () => JSX.Element;
|
|
23
|
+
renderPresetFormWrapper: () => JSX.Element;
|
|
24
|
+
renderPresetContentArea: () => JSX.Element;
|
|
25
|
+
renderPresetForm: () => JSX.Element;
|
|
26
|
+
establishCardCollectionConfig: () => null;
|
|
27
|
+
renderPresetFormContent: () => any;
|
|
28
|
+
}
|
|
29
|
+
import { BaseView } from '../../DataOperation/BaseView';
|
|
30
|
+
import React from 'react';
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
export class DataLoad extends DataCore {
|
|
2
|
-
lastLoadParams: any;
|
|
3
|
-
state: {
|
|
4
|
-
showReloadButton: boolean;
|
|
5
|
-
errorFieldName: string;
|
|
6
|
-
submitApiPath: string;
|
|
7
|
-
loadApiPath: string;
|
|
8
|
-
pageTitle: string;
|
|
9
|
-
pageSubTitle: string;
|
|
10
|
-
metaData: null;
|
|
11
|
-
metaExtra: null;
|
|
12
|
-
metaListData: never[];
|
|
13
|
-
metaOriginalData: null;
|
|
14
|
-
dataLoading: boolean;
|
|
15
|
-
processing: boolean;
|
|
16
|
-
reloading: boolean;
|
|
17
|
-
searching: boolean;
|
|
18
|
-
refreshing: boolean;
|
|
19
|
-
paging: boolean;
|
|
20
|
-
firstLoadSuccess: boolean;
|
|
21
|
-
loadSuccess: boolean;
|
|
22
|
-
urlParams: null;
|
|
23
|
-
externalData: null;
|
|
24
|
-
};
|
|
25
|
-
doOtherWhenChangeVisibleToShow: (preProperties: any, preState: any, snapshot: any) => void;
|
|
26
|
-
afterLoadSuccess: ({ metaData, metaListData, metaExtra, metaOriginalData, }: {
|
|
27
|
-
metaData: any;
|
|
28
|
-
metaListData: any;
|
|
29
|
-
metaExtra: any;
|
|
30
|
-
metaOriginalData: any;
|
|
31
|
-
}) => void;
|
|
32
|
-
doOtherAfterLoadSuccess: ({ metaData, metaListData, metaExtra, metaOriginalData, }: {
|
|
33
|
-
metaData?: null | undefined;
|
|
34
|
-
metaListData?: any[] | undefined;
|
|
35
|
-
metaExtra?: null | undefined;
|
|
36
|
-
metaOriginalData?: null | undefined;
|
|
37
|
-
}) => void;
|
|
38
|
-
fillData: ({ metaData, metaListData, metaExtra, metaOriginalData, }: {
|
|
39
|
-
metaData?: null | undefined;
|
|
40
|
-
metaListData?: any[] | undefined;
|
|
41
|
-
metaExtra?: null | undefined;
|
|
42
|
-
metaOriginalData?: null | undefined;
|
|
43
|
-
}) => void;
|
|
44
|
-
afterFillForm: ({ metaData, metaListData, metaExtra, metaOriginalData, }: {
|
|
45
|
-
metaData?: null | undefined;
|
|
46
|
-
metaListData?: any[] | undefined;
|
|
47
|
-
metaExtra?: null | undefined;
|
|
48
|
-
metaOriginalData?: null | undefined;
|
|
49
|
-
}) => void;
|
|
50
|
-
}
|
|
51
|
-
import { DataCore } from
|
|
1
|
+
export class DataLoad extends DataCore {
|
|
2
|
+
lastLoadParams: any;
|
|
3
|
+
state: {
|
|
4
|
+
showReloadButton: boolean;
|
|
5
|
+
errorFieldName: string;
|
|
6
|
+
submitApiPath: string;
|
|
7
|
+
loadApiPath: string;
|
|
8
|
+
pageTitle: string;
|
|
9
|
+
pageSubTitle: string;
|
|
10
|
+
metaData: null;
|
|
11
|
+
metaExtra: null;
|
|
12
|
+
metaListData: never[];
|
|
13
|
+
metaOriginalData: null;
|
|
14
|
+
dataLoading: boolean;
|
|
15
|
+
processing: boolean;
|
|
16
|
+
reloading: boolean;
|
|
17
|
+
searching: boolean;
|
|
18
|
+
refreshing: boolean;
|
|
19
|
+
paging: boolean;
|
|
20
|
+
firstLoadSuccess: boolean;
|
|
21
|
+
loadSuccess: boolean;
|
|
22
|
+
urlParams: null;
|
|
23
|
+
externalData: null;
|
|
24
|
+
};
|
|
25
|
+
doOtherWhenChangeVisibleToShow: (preProperties: any, preState: any, snapshot: any) => void;
|
|
26
|
+
afterLoadSuccess: ({ metaData, metaListData, metaExtra, metaOriginalData, }: {
|
|
27
|
+
metaData: any;
|
|
28
|
+
metaListData: any;
|
|
29
|
+
metaExtra: any;
|
|
30
|
+
metaOriginalData: any;
|
|
31
|
+
}) => void;
|
|
32
|
+
doOtherAfterLoadSuccess: ({ metaData, metaListData, metaExtra, metaOriginalData, }: {
|
|
33
|
+
metaData?: null | undefined;
|
|
34
|
+
metaListData?: any[] | undefined;
|
|
35
|
+
metaExtra?: null | undefined;
|
|
36
|
+
metaOriginalData?: null | undefined;
|
|
37
|
+
}) => void;
|
|
38
|
+
fillData: ({ metaData, metaListData, metaExtra, metaOriginalData, }: {
|
|
39
|
+
metaData?: null | undefined;
|
|
40
|
+
metaListData?: any[] | undefined;
|
|
41
|
+
metaExtra?: null | undefined;
|
|
42
|
+
metaOriginalData?: null | undefined;
|
|
43
|
+
}) => void;
|
|
44
|
+
afterFillForm: ({ metaData, metaListData, metaExtra, metaOriginalData, }: {
|
|
45
|
+
metaData?: null | undefined;
|
|
46
|
+
metaListData?: any[] | undefined;
|
|
47
|
+
metaExtra?: null | undefined;
|
|
48
|
+
metaOriginalData?: null | undefined;
|
|
49
|
+
}) => void;
|
|
50
|
+
}
|
|
51
|
+
import { DataCore } from '../DataCore';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export namespace DataSingleView {
|
|
2
|
-
export { DataCore };
|
|
3
|
-
export { DataLoad };
|
|
4
|
-
}
|
|
5
|
-
import { DataCore } from
|
|
6
|
-
import { DataLoad } from
|
|
1
|
+
export namespace DataSingleView {
|
|
2
|
+
export { DataCore };
|
|
3
|
+
export { DataLoad };
|
|
4
|
+
}
|
|
5
|
+
import { DataCore } from './DataCore';
|
|
6
|
+
import { DataLoad } from './DataLoad';
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
export class DataTabContainer extends DataLoad {
|
|
2
|
-
contentTabMode: boolean;
|
|
3
|
-
state: {
|
|
4
|
-
defaultAvatarIcon: JSX.Element;
|
|
5
|
-
showPageHeaderAvatar: boolean;
|
|
6
|
-
customTabActiveKey: boolean;
|
|
7
|
-
showReloadButton: boolean;
|
|
8
|
-
errorFieldName: string;
|
|
9
|
-
submitApiPath: string;
|
|
10
|
-
loadApiPath: string;
|
|
11
|
-
pageTitle: string;
|
|
12
|
-
pageSubTitle: string;
|
|
13
|
-
metaData: null;
|
|
14
|
-
metaExtra: null;
|
|
15
|
-
metaListData: never[];
|
|
16
|
-
metaOriginalData: null;
|
|
17
|
-
dataLoading: boolean;
|
|
18
|
-
processing: boolean;
|
|
19
|
-
reloading: boolean;
|
|
20
|
-
searching: boolean;
|
|
21
|
-
refreshing: boolean;
|
|
22
|
-
paging: boolean;
|
|
23
|
-
firstLoadSuccess: boolean;
|
|
24
|
-
loadSuccess: boolean;
|
|
25
|
-
urlParams: null;
|
|
26
|
-
externalData: null;
|
|
27
|
-
};
|
|
28
|
-
doWorkWhenDidUpdate: (preProperties: any, preState: any, snapshot: any) => void;
|
|
29
|
-
fillInitialValuesAfterLoad: ({ metaData, metaListData, metaExtra, metaOriginalData, }: {
|
|
30
|
-
metaData?: null | undefined;
|
|
31
|
-
metaListData?: any[] | undefined;
|
|
32
|
-
metaExtra?: null | undefined;
|
|
33
|
-
metaOriginalData?: null | undefined;
|
|
34
|
-
}) => null;
|
|
35
|
-
}
|
|
36
|
-
import { DataLoad } from
|
|
1
|
+
export class DataTabContainer extends DataLoad {
|
|
2
|
+
contentTabMode: boolean;
|
|
3
|
+
state: {
|
|
4
|
+
defaultAvatarIcon: JSX.Element;
|
|
5
|
+
showPageHeaderAvatar: boolean;
|
|
6
|
+
customTabActiveKey: boolean;
|
|
7
|
+
showReloadButton: boolean;
|
|
8
|
+
errorFieldName: string;
|
|
9
|
+
submitApiPath: string;
|
|
10
|
+
loadApiPath: string;
|
|
11
|
+
pageTitle: string;
|
|
12
|
+
pageSubTitle: string;
|
|
13
|
+
metaData: null;
|
|
14
|
+
metaExtra: null;
|
|
15
|
+
metaListData: never[];
|
|
16
|
+
metaOriginalData: null;
|
|
17
|
+
dataLoading: boolean;
|
|
18
|
+
processing: boolean;
|
|
19
|
+
reloading: boolean;
|
|
20
|
+
searching: boolean;
|
|
21
|
+
refreshing: boolean;
|
|
22
|
+
paging: boolean;
|
|
23
|
+
firstLoadSuccess: boolean;
|
|
24
|
+
loadSuccess: boolean;
|
|
25
|
+
urlParams: null;
|
|
26
|
+
externalData: null;
|
|
27
|
+
};
|
|
28
|
+
doWorkWhenDidUpdate: (preProperties: any, preState: any, snapshot: any) => void;
|
|
29
|
+
fillInitialValuesAfterLoad: ({ metaData, metaListData, metaExtra, metaOriginalData, }: {
|
|
30
|
+
metaData?: null | undefined;
|
|
31
|
+
metaListData?: any[] | undefined;
|
|
32
|
+
metaExtra?: null | undefined;
|
|
33
|
+
metaOriginalData?: null | undefined;
|
|
34
|
+
}) => null;
|
|
35
|
+
}
|
|
36
|
+
import { DataLoad } from '../DataSingleView/DataLoad';
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
export class SelectFieldBase extends SupplementWrapper {
|
|
2
|
-
constructor(properties: any);
|
|
3
|
-
loadRemoteRequestAfterMount: boolean;
|
|
4
|
-
state: any;
|
|
5
|
-
clearSelect: () => void;
|
|
6
|
-
showSelect: () => void;
|
|
7
|
-
getFieldData: () => {
|
|
8
|
-
fieldText: string;
|
|
9
|
-
fieldTitle: string;
|
|
10
|
-
placeholder: string;
|
|
11
|
-
};
|
|
12
|
-
renderPresetField: () => JSX.Element;
|
|
13
|
-
renderFurther(): JSX.Element;
|
|
14
|
-
}
|
|
15
|
-
export namespace SelectFieldBase {
|
|
16
|
-
namespace defaultProps {
|
|
17
|
-
const dataLoading: boolean;
|
|
18
|
-
const processing: boolean;
|
|
19
|
-
const loadSuccess: boolean;
|
|
20
|
-
const required: boolean;
|
|
21
|
-
const showClear: boolean;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
import { SupplementWrapper } from
|
|
1
|
+
export class SelectFieldBase extends SupplementWrapper {
|
|
2
|
+
constructor(properties: any);
|
|
3
|
+
loadRemoteRequestAfterMount: boolean;
|
|
4
|
+
state: any;
|
|
5
|
+
clearSelect: () => void;
|
|
6
|
+
showSelect: () => void;
|
|
7
|
+
getFieldData: () => {
|
|
8
|
+
fieldText: string;
|
|
9
|
+
fieldTitle: string;
|
|
10
|
+
placeholder: string;
|
|
11
|
+
};
|
|
12
|
+
renderPresetField: () => JSX.Element;
|
|
13
|
+
renderFurther(): JSX.Element;
|
|
14
|
+
}
|
|
15
|
+
export namespace SelectFieldBase {
|
|
16
|
+
namespace defaultProps {
|
|
17
|
+
const dataLoading: boolean;
|
|
18
|
+
const processing: boolean;
|
|
19
|
+
const loadSuccess: boolean;
|
|
20
|
+
const required: boolean;
|
|
21
|
+
const showClear: boolean;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
import { SupplementWrapper } from '../../../CustomWrapper/SupplementWrapper';
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export class SelectFieldInteractiveBase extends SelectFieldBase {
|
|
2
|
-
showDrawer: () => void;
|
|
3
|
-
afterDrawerClose: () => void;
|
|
4
|
-
afterDrawerSelectSuccess: (o: any) => void;
|
|
5
|
-
showModal: () => void;
|
|
6
|
-
afterModalSelectSuccess: (o: any) => void;
|
|
7
|
-
afterModalCancel: () => void;
|
|
8
|
-
afterSelectSuccessCore: (o: any) => void;
|
|
9
|
-
renderPresetSelectDrawer: () => void;
|
|
10
|
-
renderPresetSelectModal: () => void;
|
|
11
|
-
renderPresetOther: () => void | null;
|
|
12
|
-
}
|
|
13
|
-
export namespace SelectFieldInteractiveBase {
|
|
14
|
-
namespace defaultProps {
|
|
15
|
-
const showClear: boolean;
|
|
16
|
-
const selectMode: number;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
import { SelectFieldBase } from
|
|
1
|
+
export class SelectFieldInteractiveBase extends SelectFieldBase {
|
|
2
|
+
showDrawer: () => void;
|
|
3
|
+
afterDrawerClose: () => void;
|
|
4
|
+
afterDrawerSelectSuccess: (o: any) => void;
|
|
5
|
+
showModal: () => void;
|
|
6
|
+
afterModalSelectSuccess: (o: any) => void;
|
|
7
|
+
afterModalCancel: () => void;
|
|
8
|
+
afterSelectSuccessCore: (o: any) => void;
|
|
9
|
+
renderPresetSelectDrawer: () => void;
|
|
10
|
+
renderPresetSelectModal: () => void;
|
|
11
|
+
renderPresetOther: () => void | null;
|
|
12
|
+
}
|
|
13
|
+
export namespace SelectFieldInteractiveBase {
|
|
14
|
+
namespace defaultProps {
|
|
15
|
+
const showClear: boolean;
|
|
16
|
+
const selectMode: number;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
import { SelectFieldBase } from '../SelectFieldBase';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export namespace SelectFieldDrawer {
|
|
2
|
-
export { SelectFieldBase };
|
|
3
|
-
export { SelectFieldInteractiveBase };
|
|
4
|
-
}
|
|
5
|
-
import { SelectFieldBase } from
|
|
6
|
-
import { SelectFieldInteractiveBase } from
|
|
1
|
+
export namespace SelectFieldDrawer {
|
|
2
|
+
export { SelectFieldBase };
|
|
3
|
+
export { SelectFieldInteractiveBase };
|
|
4
|
+
}
|
|
5
|
+
import { SelectFieldBase } from './SelectFieldBase';
|
|
6
|
+
import { SelectFieldInteractiveBase } from './SelectFieldInteractiveBase';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export namespace FieldExtension {
|
|
2
|
-
export { SelectFieldDrawer };
|
|
3
|
-
}
|
|
4
|
-
import { SelectFieldDrawer } from
|
|
1
|
+
export namespace FieldExtension {
|
|
2
|
+
export { SelectFieldDrawer };
|
|
3
|
+
}
|
|
4
|
+
import { SelectFieldDrawer } from './SelectFieldDrawer';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export class Wrapper extends Common {
|
|
2
|
-
}
|
|
3
|
-
import { Common } from
|
|
1
|
+
export class Wrapper extends Common {
|
|
2
|
+
}
|
|
3
|
+
import { Common } from '../Common';
|
package/es/framework/index.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export * from "./AuthorizationWrapper";
|
|
2
|
-
export * from "./ButtonExtension";
|
|
3
|
-
export * from "./Common";
|
|
4
|
-
export * from "./Core";
|
|
5
|
-
export * from "./CustomWrapper";
|
|
6
|
-
export * from "./DataDrawer";
|
|
7
|
-
export * from "./DataForm";
|
|
8
|
-
export * from "./DataListView";
|
|
9
|
-
export * from "./DataMenuContainer";
|
|
10
|
-
export * from "./DataModal";
|
|
11
|
-
export * from "./DataMultiPageView";
|
|
12
|
-
export * from "./DataOperation";
|
|
13
|
-
export * from "./DataSinglePageView";
|
|
14
|
-
export * from "./DataSingleView";
|
|
15
|
-
export * from "./DataTabContainer";
|
|
16
|
-
export * from "./FieldExtension";
|
|
17
|
-
export * from "./Wrapper";
|
|
1
|
+
export * from "./AuthorizationWrapper";
|
|
2
|
+
export * from "./ButtonExtension";
|
|
3
|
+
export * from "./Common";
|
|
4
|
+
export * from "./Core";
|
|
5
|
+
export * from "./CustomWrapper";
|
|
6
|
+
export * from "./DataDrawer";
|
|
7
|
+
export * from "./DataForm";
|
|
8
|
+
export * from "./DataListView";
|
|
9
|
+
export * from "./DataMenuContainer";
|
|
10
|
+
export * from "./DataModal";
|
|
11
|
+
export * from "./DataMultiPageView";
|
|
12
|
+
export * from "./DataOperation";
|
|
13
|
+
export * from "./DataSinglePageView";
|
|
14
|
+
export * from "./DataSingleView";
|
|
15
|
+
export * from "./DataTabContainer";
|
|
16
|
+
export * from "./FieldExtension";
|
|
17
|
+
export * from "./Wrapper";
|
package/es/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.index_antd-management-fast-framework-test__fJi5r{color:#fff}.ant-pro .ant-pro-layout .ant-pro-layout-bg-list{background:#f0f2f5}.ant-pro .ant-pro-layout .ant-pro-layout-container,.ant-pro-global-footer{background-color:#f0f2f5}
|
|
1
|
+
@import url("react-toastify/dist/ReactToastify.css");.index_antd-management-fast-framework-test__fJi5r{color:#fff}.ant-pro .ant-pro-layout .ant-pro-layout-bg-list{background:#f0f2f5}.ant-pro .ant-pro-layout .ant-pro-layout-container,.ant-pro-global-footer{background-color:#f0f2f5}
|
|
2
2
|
.index_cardContainor__9hPAi,.index_cardContainor__9hPAi .ant-card-head:before{display:block}
|
|
3
3
|
.index_mainContainor__OlU-H .index_contentContainor__Ghkie{background-color:#f0f2f5}.index_mainContainor__OlU-H .index_titleText__teFu7{margin-left:2px}.index_mainContainor__OlU-H .index_bottomBar__xN76n{background-color:#fff;border-top:1px solid #e8e8e8;padding:10px}.index_mainContainor__OlU-H .ant-layout{background-color:#fff;min-height:calc(100vh - 55px)}.index_mainContainor__OlU-H .ant-layout-footer{padding:0}
|
|
4
4
|
.index_previewContainor__S8pdu{width:100%}.index_contentContainor__g0How{background-color:#f0f2f5}
|
package/es/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./components";
|
|
2
|
-
export * from "./configs";
|
|
3
|
-
export * from "./framework";
|
|
4
|
-
export * from "./modelBuilders";
|
|
5
|
-
export * from "./utils";
|
|
1
|
+
export * from "./components";
|
|
2
|
+
export * from "./configs";
|
|
3
|
+
export * from "./framework";
|
|
4
|
+
export * from "./modelBuilders";
|
|
5
|
+
export * from "./utils";
|