antd-management-fast-framework 2.1.0 → 2.1.2
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 +3 -9771
- 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 +24 -21
- package/es/configGroup/configGeneral.d.ts +0 -28
- package/es/configGroup/configGeneral.js +0 -36
- package/es/configGroup/index.d.ts +0 -2
- package/es/configGroup/themeCollection.d.ts +0 -7
- package/es/configGroup/themeCollection.js +0 -9
- package/es/configGroup/webpackPlugin.d.ts +0 -4
- package/es/configGroup/webpackPlugin.js +0 -351
- package/es/customComponents/ApplicationProvider/index.d.ts +0 -12
- package/es/customComponents/ApplicationWrapper/index.d.ts +0 -9
- package/es/customComponents/Bootstrap/index.d.ts +0 -3
- package/es/customComponents/Bootstrap/index.js +0 -67
- package/es/customComponents/DataPreviewDrawer/index.d.ts +0 -31
- package/es/customComponents/DataPreviewDrawer/index.js +0 -169
- package/es/customComponents/LoadingOverlay/index.d.ts +0 -6
- package/es/customComponents/LoadingOverloay/index.d.ts +0 -3
- package/es/customComponents/MobileContainor/MobileHtmlPreviewBox/index.d.ts +0 -10
- package/es/customComponents/MobileContainor/MobileHtmlPreviewBox/index.js +0 -83
- package/es/customComponents/MobileContainor/MobilePreviewArea/index.d.ts +0 -75
- package/es/customComponents/MobileContainor/MobilePreviewArea/index.js +0 -193
- package/es/customComponents/MobileContainor/MobilePreviewDrawer/index.d.ts +0 -54
- package/es/customComponents/MobileContainor/MobilePreviewDrawer/index.js +0 -157
- package/es/customComponents/MobileContainor/index.d.ts +0 -8
- package/es/customComponents/index.d.ts +0 -5
- package/es/framework/AuthorizationWrapper/index.js +0 -108
- package/es/framework/ButtonExtension/SelectButton/Base/index.js +0 -98
- package/es/framework/ButtonExtension/SelectButton/InteractiveBase/index.js +0 -149
- package/es/framework/Common/CardCollectionItemContent/index.d.ts +0 -14
- package/es/framework/Common/CommonInternal/index.d.ts +0 -167
- package/es/framework/Common/InternalMake/index.d.ts +0 -9
- package/es/framework/Common/index.js +0 -39
- package/es/framework/Core/index.js +0 -38
- package/es/framework/CustomWrapper/Supplement/index.js +0 -67
- package/es/framework/CustomWrapper/SupplementCore/index.js +0 -131
- package/es/framework/CustomWrapper/SupplementWrapper/index.js +0 -61
- package/es/framework/DataDrawer/Base/index.js +0 -335
- package/es/framework/DataDrawer/BaseAddDrawer/index.js +0 -95
- package/es/framework/DataDrawer/BaseLoadDrawer/index.js +0 -82
- package/es/framework/DataDrawer/BaseNeedlessLoadDrawer/index.js +0 -94
- package/es/framework/DataDrawer/BaseSaveDrawer/index.js +0 -85
- package/es/framework/DataDrawer/BaseUpdateDrawer/index.js +0 -83
- package/es/framework/DataForm/BaseAddForm/index.js +0 -261
- package/es/framework/DataForm/BaseUpdateForm/index.js +0 -183
- package/es/framework/DataForm/BaseUpdateFormContent/index.js +0 -72
- package/es/framework/DataForm/BaseUpdateFormTab/index.js +0 -66
- package/es/framework/DataListView/Base/index.js +0 -1261
- package/es/framework/DataListView/BatchAction/index.js +0 -73
- package/es/framework/DataListView/ColumnSetting/DndItem.js +0 -116
- package/es/framework/DataListView/ColumnSetting/index.js +0 -319
- package/es/framework/DataListView/DensityAction/index.js +0 -63
- package/es/framework/DataMenuContainer/index.js +0 -282
- package/es/framework/DataModal/Base/index.js +0 -231
- package/es/framework/DataModal/BaseAddModal/index.js +0 -72
- package/es/framework/DataModal/BaseLoadModal/index.js +0 -80
- package/es/framework/DataModal/BaseNeedlessLoadModal/index.js +0 -106
- package/es/framework/DataModal/BaseSelectModal/index.js +0 -74
- package/es/framework/DataModal/BaseUpdateModal/index.js +0 -62
- package/es/framework/DataModal/BaseUpdateTransferModal/index.js +0 -140
- package/es/framework/DataMultiPageView/InnerMultiPage/index.js +0 -82
- package/es/framework/DataMultiPageView/MultiPage/index.js +0 -299
- package/es/framework/DataMultiPageView/MultiPageDrawer/index.js +0 -457
- package/es/framework/DataMultiPageView/MultiPageSelectDrawer/index.js +0 -123
- package/es/framework/DataOperation/Base/index.js +0 -322
- package/es/framework/DataOperation/BaseView/index.js +0 -83
- package/es/framework/DataOperation/BaseWindow/index.js +0 -330
- package/es/framework/DataSinglePageView/InnerSinglePage/index.js +0 -82
- package/es/framework/DataSinglePageView/SinglePage/index.js +0 -254
- package/es/framework/DataSinglePageView/SinglePageDrawer/index.js +0 -438
- package/es/framework/DataSinglePageView/SinglePageSelectDrawer/index.js +0 -126
- package/es/framework/DataSingleView/DataCore/index.js +0 -260
- package/es/framework/DataSingleView/DataLoad/index.js +0 -151
- package/es/framework/DataTabContainer/index.js +0 -254
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldBase/index.js +0 -158
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldDrawerBase/index.js +0 -159
- package/es/framework/LayoutWrapper/index.d.ts +0 -2
- package/es/framework/Wrapper/index.js +0 -59
- package/es/get.js +0 -28
- package/es/getPrototypeOf.js +0 -76
- package/es/index2.js +0 -2075
- package/es/index3.js +0 -383
- package/es/models/index.d.ts +0 -1
- package/es/models/schedulingControl.d.ts +0 -46
- package/es/models/schedulingControl.js +0 -171
- package/es/objectSpread2.js +0 -40
- package/es/services/schedulingControl.js +0 -135
- package/es/slicedToArray.js +0 -43
- package/es/toConsumableArray.js +0 -19
- package/es/toPropertyKey.js +0 -19
- package/es/typeof.js +0 -11
- package/es/unsupportedIterableToArray.js +0 -16
- package/es/utils/appListDataAssist.js +0 -69
- package/es/utils/applicationAssist.js +0 -28
- package/es/utils/bootstrap.js +0 -58
- package/es/utils/layoutSettingAssist.d.ts +0 -2
- package/es/utils/layoutSettingAssist.js +0 -60
- package/es/utils/metaDataAssist.js +0 -69
- package/es/utils/storageAssist.js +0 -153
|
@@ -1,149 +1,149 @@
|
|
|
1
|
-
export class InternalFlow extends Core {
|
|
2
|
-
static getDerivedStateFromProps(nextProperties: any, previousState: any): any;
|
|
3
|
-
showPageHeader: boolean;
|
|
4
|
-
contentTabMode: boolean;
|
|
5
|
-
contentWrapperType: string;
|
|
6
|
-
showExtraActionDivider: boolean;
|
|
7
|
-
lastRequestingData: {
|
|
8
|
-
type: string;
|
|
9
|
-
payload: {};
|
|
10
|
-
};
|
|
11
|
-
state: {
|
|
12
|
-
backPath: string;
|
|
13
|
-
showReloadButton: boolean;
|
|
14
|
-
loadApiPath: string;
|
|
15
|
-
pageTitle: string;
|
|
16
|
-
pageSubTitle: string;
|
|
17
|
-
metaData: null;
|
|
18
|
-
metaExtra: null;
|
|
19
|
-
metaListData: never[];
|
|
20
|
-
metaOriginalData: null;
|
|
21
|
-
dataLoading: boolean;
|
|
22
|
-
processing: boolean;
|
|
23
|
-
reloading: boolean;
|
|
24
|
-
searching: boolean;
|
|
25
|
-
refreshing: boolean;
|
|
26
|
-
paging: boolean;
|
|
27
|
-
firstLoadSuccess: boolean;
|
|
28
|
-
loadSuccess: boolean;
|
|
29
|
-
urlParams: null;
|
|
30
|
-
externalData: null;
|
|
31
|
-
};
|
|
32
|
-
checkNeedUpdate: (preProperties: any, preState: any, snapshot: any) => boolean;
|
|
33
|
-
getMetaData: () => {};
|
|
34
|
-
beforeFirstLoadRequest: (submitData: any) => void;
|
|
35
|
-
beforeReLoadRequest: (submitData: any) => void;
|
|
36
|
-
beforeRequest: (submitData: any) => void;
|
|
37
|
-
afterGetFirstRequestResult: (submitData: any, responseData: any) => void;
|
|
38
|
-
afterGetRequestResult: (submitData: any, responseData: any) => void;
|
|
39
|
-
afterGetReLoadRequestResult: (submitData: any, responseData: any) => void;
|
|
40
|
-
getRequestingData(): {
|
|
41
|
-
type: string;
|
|
42
|
-
payload: {};
|
|
43
|
-
};
|
|
44
|
-
setRequestingData(parameters: any, callback: any): void;
|
|
45
|
-
clearRequestingData(): void;
|
|
46
|
-
initLoadRequestParams: (o: any) => any;
|
|
47
|
-
supplementLoadRequestParams: (o: any) => any;
|
|
48
|
-
checkLoadRequestParams: (o: any) => boolean;
|
|
49
|
-
initLoad: ({ otherState, delay, callback }: {
|
|
50
|
-
otherState?: {} | undefined;
|
|
51
|
-
delay?: number | undefined;
|
|
52
|
-
callback?: null | undefined;
|
|
53
|
-
}) => void;
|
|
54
|
-
adjustLoadApiPath: () => string;
|
|
55
|
-
initLoadCore: ({ requestData, delay, callback }: {
|
|
56
|
-
requestData: any;
|
|
57
|
-
delay?: number | undefined;
|
|
58
|
-
callback: any;
|
|
59
|
-
}) => void;
|
|
60
|
-
loadFromApi: ({ requestData, callback }: {
|
|
61
|
-
requestData: any;
|
|
62
|
-
callback: any;
|
|
63
|
-
}) => void;
|
|
64
|
-
pageListData: (otherState: any, callback?: null, delay?: number) => void;
|
|
65
|
-
reloadData: (otherState: any, callback?: null, delay?: number) => void;
|
|
66
|
-
searchData: (otherState: any, callback?: null, delay?: number) => void;
|
|
67
|
-
refreshData: (otherState: any, callback?: null, delay?: number) => void;
|
|
68
|
-
reloadGlobalData: ({ successCallback, failCallback }: {
|
|
69
|
-
successCallback?: null | undefined;
|
|
70
|
-
failCallback?: null | undefined;
|
|
71
|
-
}) => void;
|
|
72
|
-
afterFirstLoadSuccess: () => void;
|
|
73
|
-
afterLoadSuccess: ({ metaData, metaListData, metaExtra, metaOriginalData, }: {
|
|
74
|
-
metaData?: null | undefined;
|
|
75
|
-
metaListData?: any[] | undefined;
|
|
76
|
-
metaExtra?: null | undefined;
|
|
77
|
-
metaOriginalData?: null | undefined;
|
|
78
|
-
}) => void;
|
|
79
|
-
afterReloadSuccess: () => void;
|
|
80
|
-
backToList: () => void;
|
|
81
|
-
checkWorkDoing(): boolean;
|
|
82
|
-
reloadByUrl(): void;
|
|
83
|
-
renderPresetOther: () => null;
|
|
84
|
-
renderPresetFormNowTimeField: (data: any) => JSX.Element;
|
|
85
|
-
renderPresetFormCreateTimeField: (name?: string, helper?: string, label?: string, formItemLayout?: null) => JSX.Element;
|
|
86
|
-
renderPresetFormUpdateTimeField: (name?: string, helper?: string, label?: string, formItemLayout?: null) => JSX.Element;
|
|
87
|
-
renderPresetFormRadioCore: (listDataSource: any, adjustListDataCallback?: null) => JSX.Element;
|
|
88
|
-
renderPresetSearchInput: (label: any, name: any, helper?: null, icon?: JSX.Element, innerProperties?: {}, canOperate?: boolean, formItemLayout?: {}) => JSX.Element;
|
|
89
|
-
renderPresetSearchInputNumber: (label: any, name: any, helper?: null, icon?: JSX.Element, innerProperties?: {}, canOperate?: boolean, formItemLayout?: {}) => JSX.Element;
|
|
90
|
-
renderPresetFormDisplay: (label: any, content: any, formItemLayout?: {}) => JSX.Element;
|
|
91
|
-
renderPresetFormHiddenWrapper: (children: any, hidden?: boolean) => JSX.Element;
|
|
92
|
-
renderPresetFormInputFieldData: (fieldData: any, required?: boolean, icon?: JSX.Element, innerProperties?: {}, canOperate?: boolean, formItemLayout?: {}, reminderPrefix?: string, hidden?: boolean) => JSX.Element;
|
|
93
|
-
renderPresetFormInput: (label: any, name: any, required?: boolean, helper?: null, icon?: JSX.Element, innerProperties?: {}, canOperate?: boolean, formItemLayout?: {}, reminderPrefix?: string, hidden?: boolean) => JSX.Element;
|
|
94
|
-
renderPresetFormPassword: (label: any, name: any, required?: boolean, helper?: null, icon?: JSX.Element, innerProperties?: {}, canOperate?: boolean, formItemLayout?: {}) => JSX.Element;
|
|
95
|
-
renderPresetFormOnlyShowText: (label: any, value: any, helper?: null, formItemLayout?: {}, requiredForShow?: boolean) => JSX.Element;
|
|
96
|
-
renderPresetFormButton: (config: any, formItemLayout?: {}) => JSX.Element;
|
|
97
|
-
renderPresetFormActionItem: (component: any, formItemLayout?: {}) => JSX.Element | null;
|
|
98
|
-
renderPresetFormOnlyShowTextarea: (label: any, value: any, helper?: null, textAreaProperties?: null, formItemLayout?: {}) => JSX.Element;
|
|
99
|
-
renderPresetFormText: (label: any, value: any, helper?: null, formItemLayout?: {}) => JSX.Element;
|
|
100
|
-
renderPresetFormRadio: (label: any, name: any, renderItem: any, helper?: null, onChangeCallback?: null, formItemLayout?: null, required?: boolean, innerProperties?: null) => JSX.Element;
|
|
101
|
-
renderPresetSearchFormSelect: (label: any, name: any, options: any, helper?: null) => JSX.Element;
|
|
102
|
-
getOtherButtonDisabled: () => boolean;
|
|
103
|
-
getSaveButtonDisabled: () => boolean;
|
|
104
|
-
getSaveButtonLoading: () => boolean;
|
|
105
|
-
getSaveButtonProcessing: () => boolean;
|
|
106
|
-
getSaveButtonIcon: () => JSX.Element;
|
|
107
|
-
getDisabledButtonIcon: () => JSX.Element;
|
|
108
|
-
renderPresetDisabledButton: (text?: string) => JSX.Element;
|
|
109
|
-
renderPresetSaveButton: ({ icon, text, handleClick, disabled, processing, hidden, }: {
|
|
110
|
-
icon: any;
|
|
111
|
-
text: any;
|
|
112
|
-
handleClick: any;
|
|
113
|
-
disabled?: boolean | undefined;
|
|
114
|
-
processing?: boolean | undefined;
|
|
115
|
-
hidden?: boolean | undefined;
|
|
116
|
-
}) => JSX.Element;
|
|
117
|
-
establishFormAdditionalConfig: () => {};
|
|
118
|
-
renderPresetRefreshButton: (properties?: null) => JSX.Element;
|
|
119
|
-
beforeVideoUpload: (file: any) => boolean;
|
|
120
|
-
pretreatmentImageUploadRemoteResponse: (response: any) => never;
|
|
121
|
-
pretreatmentFileBase64UploadRemoteResponse: (response: any) => never;
|
|
122
|
-
pretreatmentVideoUploadRemoteResponse: (response: any) => never;
|
|
123
|
-
pretreatmentAudioUploadRemoteResponse: (response: any) => never;
|
|
124
|
-
pretreatmentFileUploadRemoteResponse: (response: any) => never;
|
|
125
|
-
establishToolBarConfig: () => null;
|
|
126
|
-
establishHelpConfig: () => null;
|
|
127
|
-
establishSiderTopAreaConfig: () => null;
|
|
128
|
-
establishSiderBottomAreaConfig: () => null;
|
|
129
|
-
establishPageContentLayoutSiderConfig: () => {};
|
|
130
|
-
establishPageContentLayoutConfig: () => {};
|
|
131
|
-
establishPageHeaderTitlePrefix: () => string;
|
|
132
|
-
establishPageHeaderSubTitle: () => string;
|
|
133
|
-
establishPageHeaderContentGridConfig: () => {
|
|
134
|
-
gridConfig: null;
|
|
135
|
-
};
|
|
136
|
-
establishPageHeaderContentParagraphConfig: () => {
|
|
137
|
-
paragraph: null;
|
|
138
|
-
};
|
|
139
|
-
establishPageHeaderContentActionConfig: () => {
|
|
140
|
-
actions: never[];
|
|
141
|
-
};
|
|
142
|
-
establishPageHeaderContentComponentConfig: () => {
|
|
143
|
-
component: null;
|
|
144
|
-
};
|
|
145
|
-
establishExtraActionConfig: () => null;
|
|
146
|
-
establishExtraActionGroupConfig: () => null;
|
|
147
|
-
establishExtraActionEllipsisConfig: () => null;
|
|
148
|
-
}
|
|
149
|
-
import { Core } from
|
|
1
|
+
export class InternalFlow extends Core {
|
|
2
|
+
static getDerivedStateFromProps(nextProperties: any, previousState: any): any;
|
|
3
|
+
showPageHeader: boolean;
|
|
4
|
+
contentTabMode: boolean;
|
|
5
|
+
contentWrapperType: string;
|
|
6
|
+
showExtraActionDivider: boolean;
|
|
7
|
+
lastRequestingData: {
|
|
8
|
+
type: string;
|
|
9
|
+
payload: {};
|
|
10
|
+
};
|
|
11
|
+
state: {
|
|
12
|
+
backPath: string;
|
|
13
|
+
showReloadButton: boolean;
|
|
14
|
+
loadApiPath: string;
|
|
15
|
+
pageTitle: string;
|
|
16
|
+
pageSubTitle: string;
|
|
17
|
+
metaData: null;
|
|
18
|
+
metaExtra: null;
|
|
19
|
+
metaListData: never[];
|
|
20
|
+
metaOriginalData: null;
|
|
21
|
+
dataLoading: boolean;
|
|
22
|
+
processing: boolean;
|
|
23
|
+
reloading: boolean;
|
|
24
|
+
searching: boolean;
|
|
25
|
+
refreshing: boolean;
|
|
26
|
+
paging: boolean;
|
|
27
|
+
firstLoadSuccess: boolean;
|
|
28
|
+
loadSuccess: boolean;
|
|
29
|
+
urlParams: null;
|
|
30
|
+
externalData: null;
|
|
31
|
+
};
|
|
32
|
+
checkNeedUpdate: (preProperties: any, preState: any, snapshot: any) => boolean;
|
|
33
|
+
getMetaData: () => {};
|
|
34
|
+
beforeFirstLoadRequest: (submitData: any) => void;
|
|
35
|
+
beforeReLoadRequest: (submitData: any) => void;
|
|
36
|
+
beforeRequest: (submitData: any) => void;
|
|
37
|
+
afterGetFirstRequestResult: (submitData: any, responseData: any) => void;
|
|
38
|
+
afterGetRequestResult: (submitData: any, responseData: any) => void;
|
|
39
|
+
afterGetReLoadRequestResult: (submitData: any, responseData: any) => void;
|
|
40
|
+
getRequestingData(): {
|
|
41
|
+
type: string;
|
|
42
|
+
payload: {};
|
|
43
|
+
};
|
|
44
|
+
setRequestingData(parameters: any, callback: any): void;
|
|
45
|
+
clearRequestingData(): void;
|
|
46
|
+
initLoadRequestParams: (o: any) => any;
|
|
47
|
+
supplementLoadRequestParams: (o: any) => any;
|
|
48
|
+
checkLoadRequestParams: (o: any) => boolean;
|
|
49
|
+
initLoad: ({ otherState, delay, callback }: {
|
|
50
|
+
otherState?: {} | undefined;
|
|
51
|
+
delay?: number | undefined;
|
|
52
|
+
callback?: null | undefined;
|
|
53
|
+
}) => void;
|
|
54
|
+
adjustLoadApiPath: () => string;
|
|
55
|
+
initLoadCore: ({ requestData, delay, callback }: {
|
|
56
|
+
requestData: any;
|
|
57
|
+
delay?: number | undefined;
|
|
58
|
+
callback: any;
|
|
59
|
+
}) => void;
|
|
60
|
+
loadFromApi: ({ requestData, callback }: {
|
|
61
|
+
requestData: any;
|
|
62
|
+
callback: any;
|
|
63
|
+
}) => void;
|
|
64
|
+
pageListData: (otherState: any, callback?: null, delay?: number) => void;
|
|
65
|
+
reloadData: (otherState: any, callback?: null, delay?: number) => void;
|
|
66
|
+
searchData: (otherState: any, callback?: null, delay?: number) => void;
|
|
67
|
+
refreshData: (otherState: any, callback?: null, delay?: number) => void;
|
|
68
|
+
reloadGlobalData: ({ successCallback, failCallback }: {
|
|
69
|
+
successCallback?: null | undefined;
|
|
70
|
+
failCallback?: null | undefined;
|
|
71
|
+
}) => void;
|
|
72
|
+
afterFirstLoadSuccess: () => void;
|
|
73
|
+
afterLoadSuccess: ({ metaData, metaListData, metaExtra, metaOriginalData, }: {
|
|
74
|
+
metaData?: null | undefined;
|
|
75
|
+
metaListData?: any[] | undefined;
|
|
76
|
+
metaExtra?: null | undefined;
|
|
77
|
+
metaOriginalData?: null | undefined;
|
|
78
|
+
}) => void;
|
|
79
|
+
afterReloadSuccess: () => void;
|
|
80
|
+
backToList: () => void;
|
|
81
|
+
checkWorkDoing(): boolean;
|
|
82
|
+
reloadByUrl(): void;
|
|
83
|
+
renderPresetOther: () => null;
|
|
84
|
+
renderPresetFormNowTimeField: (data: any) => JSX.Element;
|
|
85
|
+
renderPresetFormCreateTimeField: (name?: string, helper?: string, label?: string, formItemLayout?: null) => JSX.Element;
|
|
86
|
+
renderPresetFormUpdateTimeField: (name?: string, helper?: string, label?: string, formItemLayout?: null) => JSX.Element;
|
|
87
|
+
renderPresetFormRadioCore: (listDataSource: any, adjustListDataCallback?: null) => JSX.Element;
|
|
88
|
+
renderPresetSearchInput: (label: any, name: any, helper?: null, icon?: JSX.Element, innerProperties?: {}, canOperate?: boolean, formItemLayout?: {}) => JSX.Element;
|
|
89
|
+
renderPresetSearchInputNumber: (label: any, name: any, helper?: null, icon?: JSX.Element, innerProperties?: {}, canOperate?: boolean, formItemLayout?: {}) => JSX.Element;
|
|
90
|
+
renderPresetFormDisplay: (label: any, content: any, formItemLayout?: {}) => JSX.Element;
|
|
91
|
+
renderPresetFormHiddenWrapper: (children: any, hidden?: boolean) => JSX.Element;
|
|
92
|
+
renderPresetFormInputFieldData: (fieldData: any, required?: boolean, icon?: JSX.Element, innerProperties?: {}, canOperate?: boolean, formItemLayout?: {}, reminderPrefix?: string, hidden?: boolean) => JSX.Element;
|
|
93
|
+
renderPresetFormInput: (label: any, name: any, required?: boolean, helper?: null, icon?: JSX.Element, innerProperties?: {}, canOperate?: boolean, formItemLayout?: {}, reminderPrefix?: string, hidden?: boolean) => JSX.Element;
|
|
94
|
+
renderPresetFormPassword: (label: any, name: any, required?: boolean, helper?: null, icon?: JSX.Element, innerProperties?: {}, canOperate?: boolean, formItemLayout?: {}) => JSX.Element;
|
|
95
|
+
renderPresetFormOnlyShowText: (label: any, value: any, helper?: null, formItemLayout?: {}, requiredForShow?: boolean) => JSX.Element;
|
|
96
|
+
renderPresetFormButton: (config: any, formItemLayout?: {}) => JSX.Element;
|
|
97
|
+
renderPresetFormActionItem: (component: any, formItemLayout?: {}) => JSX.Element | null;
|
|
98
|
+
renderPresetFormOnlyShowTextarea: (label: any, value: any, helper?: null, textAreaProperties?: null, formItemLayout?: {}) => JSX.Element;
|
|
99
|
+
renderPresetFormText: (label: any, value: any, helper?: null, formItemLayout?: {}) => JSX.Element;
|
|
100
|
+
renderPresetFormRadio: (label: any, name: any, renderItem: any, helper?: null, onChangeCallback?: null, formItemLayout?: null, required?: boolean, innerProperties?: null) => JSX.Element;
|
|
101
|
+
renderPresetSearchFormSelect: (label: any, name: any, options: any, helper?: null) => JSX.Element;
|
|
102
|
+
getOtherButtonDisabled: () => boolean;
|
|
103
|
+
getSaveButtonDisabled: () => boolean;
|
|
104
|
+
getSaveButtonLoading: () => boolean;
|
|
105
|
+
getSaveButtonProcessing: () => boolean;
|
|
106
|
+
getSaveButtonIcon: () => JSX.Element;
|
|
107
|
+
getDisabledButtonIcon: () => JSX.Element;
|
|
108
|
+
renderPresetDisabledButton: (text?: string) => JSX.Element;
|
|
109
|
+
renderPresetSaveButton: ({ icon, text, handleClick, disabled, processing, hidden, }: {
|
|
110
|
+
icon: any;
|
|
111
|
+
text: any;
|
|
112
|
+
handleClick: any;
|
|
113
|
+
disabled?: boolean | undefined;
|
|
114
|
+
processing?: boolean | undefined;
|
|
115
|
+
hidden?: boolean | undefined;
|
|
116
|
+
}) => JSX.Element;
|
|
117
|
+
establishFormAdditionalConfig: () => {};
|
|
118
|
+
renderPresetRefreshButton: (properties?: null) => JSX.Element;
|
|
119
|
+
beforeVideoUpload: (file: any) => boolean;
|
|
120
|
+
pretreatmentImageUploadRemoteResponse: (response: any) => never;
|
|
121
|
+
pretreatmentFileBase64UploadRemoteResponse: (response: any) => never;
|
|
122
|
+
pretreatmentVideoUploadRemoteResponse: (response: any) => never;
|
|
123
|
+
pretreatmentAudioUploadRemoteResponse: (response: any) => never;
|
|
124
|
+
pretreatmentFileUploadRemoteResponse: (response: any) => never;
|
|
125
|
+
establishToolBarConfig: () => null;
|
|
126
|
+
establishHelpConfig: () => null;
|
|
127
|
+
establishSiderTopAreaConfig: () => null;
|
|
128
|
+
establishSiderBottomAreaConfig: () => null;
|
|
129
|
+
establishPageContentLayoutSiderConfig: () => {};
|
|
130
|
+
establishPageContentLayoutConfig: () => {};
|
|
131
|
+
establishPageHeaderTitlePrefix: () => string;
|
|
132
|
+
establishPageHeaderSubTitle: () => string;
|
|
133
|
+
establishPageHeaderContentGridConfig: () => {
|
|
134
|
+
gridConfig: null;
|
|
135
|
+
};
|
|
136
|
+
establishPageHeaderContentParagraphConfig: () => {
|
|
137
|
+
paragraph: null;
|
|
138
|
+
};
|
|
139
|
+
establishPageHeaderContentActionConfig: () => {
|
|
140
|
+
actions: never[];
|
|
141
|
+
};
|
|
142
|
+
establishPageHeaderContentComponentConfig: () => {
|
|
143
|
+
component: null;
|
|
144
|
+
};
|
|
145
|
+
establishExtraActionConfig: () => null;
|
|
146
|
+
establishExtraActionGroupConfig: () => null;
|
|
147
|
+
establishExtraActionEllipsisConfig: () => null;
|
|
148
|
+
}
|
|
149
|
+
import { Core } from '../../Core';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export class InternalLayout extends InternalBuild {
|
|
2
|
-
renderPresetSiderTopArea: () => JSX.Element | null;
|
|
3
|
-
renderPresetSiderBottomArea: () => JSX.Element | null;
|
|
4
|
-
renderPresetContentArea: () => void;
|
|
5
|
-
renderPresetPageBodyContent: () => JSX.Element;
|
|
6
|
-
renderPresetPageBody: () => JSX.Element;
|
|
7
|
-
renderFurther(): JSX.Element;
|
|
8
|
-
}
|
|
9
|
-
import { InternalBuild } from
|
|
1
|
+
export class InternalLayout extends InternalBuild {
|
|
2
|
+
renderPresetSiderTopArea: () => JSX.Element | null;
|
|
3
|
+
renderPresetSiderBottomArea: () => JSX.Element | null;
|
|
4
|
+
renderPresetContentArea: () => void;
|
|
5
|
+
renderPresetPageBodyContent: () => JSX.Element;
|
|
6
|
+
renderPresetPageBody: () => JSX.Element;
|
|
7
|
+
renderFurther(): JSX.Element;
|
|
8
|
+
}
|
|
9
|
+
import { InternalBuild } from '../InternalBuild';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export class InternalTabFlow extends InternalFlow {
|
|
2
|
-
tabList: any[];
|
|
3
|
-
currentInitialTabKey: string;
|
|
4
|
-
establishTabBarExtraContentLeftConfig: () => null;
|
|
5
|
-
establishTabBarExtraContentRightConfig: () => null;
|
|
6
|
-
adjustTabListAvailable: (tabListAvailable: any) => any;
|
|
7
|
-
getInitialTabActiveKey: () => string;
|
|
8
|
-
analysisInitialTabActiveKey: (o: any) => string;
|
|
9
|
-
getTabListAvailable: () => any;
|
|
10
|
-
handleTabChange: (key: any) => void;
|
|
11
|
-
}
|
|
12
|
-
import { InternalFlow } from
|
|
1
|
+
export class InternalTabFlow extends InternalFlow {
|
|
2
|
+
tabList: any[];
|
|
3
|
+
currentInitialTabKey: string;
|
|
4
|
+
establishTabBarExtraContentLeftConfig: () => null;
|
|
5
|
+
establishTabBarExtraContentRightConfig: () => null;
|
|
6
|
+
adjustTabListAvailable: (tabListAvailable: any) => any;
|
|
7
|
+
getInitialTabActiveKey: () => string;
|
|
8
|
+
analysisInitialTabActiveKey: (o: any) => string;
|
|
9
|
+
getTabListAvailable: () => any;
|
|
10
|
+
handleTabChange: (key: any) => void;
|
|
11
|
+
}
|
|
12
|
+
import { InternalFlow } from '../InternalFlow';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export class Common extends InternalLayout {
|
|
2
|
-
}
|
|
3
|
-
import { InternalLayout } from
|
|
1
|
+
export class Common extends InternalLayout {
|
|
2
|
+
}
|
|
3
|
+
import { InternalLayout } from './InternalLayout';
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export class Core extends BaseComponent {
|
|
2
|
-
static getDerivedStateFromProps(nextProperties: any, previousState: any): {
|
|
3
|
-
urlParams: any;
|
|
4
|
-
};
|
|
5
|
-
constructor(properties: any);
|
|
6
|
-
lastLoadParams: null;
|
|
7
|
-
state: {
|
|
8
|
-
dataLoading: boolean;
|
|
9
|
-
processing: boolean;
|
|
10
|
-
reloading: boolean;
|
|
11
|
-
searching: boolean;
|
|
12
|
-
refreshing: boolean;
|
|
13
|
-
paging: boolean;
|
|
14
|
-
firstLoadSuccess: boolean;
|
|
15
|
-
loadSuccess: boolean;
|
|
16
|
-
urlParams: null;
|
|
17
|
-
externalData: null;
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
import { BaseComponent } from
|
|
1
|
+
export class Core extends BaseComponent {
|
|
2
|
+
static getDerivedStateFromProps(nextProperties: any, previousState: any): {
|
|
3
|
+
urlParams: any;
|
|
4
|
+
};
|
|
5
|
+
constructor(properties: any);
|
|
6
|
+
lastLoadParams: null;
|
|
7
|
+
state: {
|
|
8
|
+
dataLoading: boolean;
|
|
9
|
+
processing: boolean;
|
|
10
|
+
reloading: boolean;
|
|
11
|
+
searching: boolean;
|
|
12
|
+
refreshing: boolean;
|
|
13
|
+
paging: boolean;
|
|
14
|
+
firstLoadSuccess: boolean;
|
|
15
|
+
loadSuccess: boolean;
|
|
16
|
+
urlParams: null;
|
|
17
|
+
externalData: null;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
import { BaseComponent } from 'antd-management-fast-component';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 该类作为特有项目的补充,视具体项目进行增部方法
|
|
3
|
-
*
|
|
4
|
-
* @class Index
|
|
5
|
-
* @extends {Common}
|
|
6
|
-
*/
|
|
7
|
-
export class Supplement {
|
|
8
|
-
static getDerivedStateFromProps(nextProperties: any, previousState: any): any;
|
|
9
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* 该类作为特有项目的补充,视具体项目进行增部方法
|
|
3
|
+
*
|
|
4
|
+
* @class Index
|
|
5
|
+
* @extends {Common}
|
|
6
|
+
*/
|
|
7
|
+
export class Supplement {
|
|
8
|
+
static getDerivedStateFromProps(nextProperties: any, previousState: any): any;
|
|
9
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export class SupplementCore extends Common {
|
|
2
|
-
pretreatmentImageUploadRemoteResponse: (response: any) => {
|
|
3
|
-
image: string;
|
|
4
|
-
};
|
|
5
|
-
pretreatmentFileBase64UploadRemoteResponse: (response: any) => {
|
|
6
|
-
image: string;
|
|
7
|
-
};
|
|
8
|
-
pretreatmentVideoUploadRemoteResponse: (response: any) => {
|
|
9
|
-
video: string;
|
|
10
|
-
};
|
|
11
|
-
pretreatmentAudioUploadRemoteResponse: (response: any) => {
|
|
12
|
-
audio: string;
|
|
13
|
-
};
|
|
14
|
-
pretreatmentFileUploadRemoteResponse: (response: any) => {
|
|
15
|
-
file: string;
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
import { Common } from
|
|
1
|
+
export class SupplementCore extends Common {
|
|
2
|
+
pretreatmentImageUploadRemoteResponse: (response: any) => {
|
|
3
|
+
image: string;
|
|
4
|
+
};
|
|
5
|
+
pretreatmentFileBase64UploadRemoteResponse: (response: any) => {
|
|
6
|
+
image: string;
|
|
7
|
+
};
|
|
8
|
+
pretreatmentVideoUploadRemoteResponse: (response: any) => {
|
|
9
|
+
video: string;
|
|
10
|
+
};
|
|
11
|
+
pretreatmentAudioUploadRemoteResponse: (response: any) => {
|
|
12
|
+
audio: string;
|
|
13
|
+
};
|
|
14
|
+
pretreatmentFileUploadRemoteResponse: (response: any) => {
|
|
15
|
+
file: string;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
import { Common } from '../../Common';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export class SupplementWrapper extends Supplement {
|
|
2
|
-
}
|
|
3
|
-
import { Supplement } from
|
|
1
|
+
export class SupplementWrapper extends Supplement {
|
|
2
|
+
}
|
|
3
|
+
import { Supplement } from '../Supplement';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./Supplement";
|
|
2
|
-
export * from "./SupplementCore";
|
|
3
|
-
export * from "./SupplementWrapper";
|
|
1
|
+
export * from "./Supplement";
|
|
2
|
+
export * from "./SupplementCore";
|
|
3
|
+
export * from "./SupplementWrapper";
|
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
export class Base extends BaseWindow {
|
|
2
|
-
constructor(properties: any);
|
|
3
|
-
contentWrapperType: string;
|
|
4
|
-
state: {
|
|
5
|
-
title: string;
|
|
6
|
-
width: number;
|
|
7
|
-
height: number;
|
|
8
|
-
visible: boolean;
|
|
9
|
-
dataLoading: boolean;
|
|
10
|
-
showBottomBar: boolean;
|
|
11
|
-
submitApiPath: string;
|
|
12
|
-
placement: string;
|
|
13
|
-
errorFieldName: string;
|
|
14
|
-
loadApiPath: string;
|
|
15
|
-
pageTitle: string;
|
|
16
|
-
pageSubTitle: string;
|
|
17
|
-
metaData: null;
|
|
18
|
-
metaExtra: null;
|
|
19
|
-
metaListData: never[];
|
|
20
|
-
metaOriginalData: null;
|
|
21
|
-
processing: boolean;
|
|
22
|
-
reloading: boolean;
|
|
23
|
-
searching: boolean;
|
|
24
|
-
refreshing: boolean;
|
|
25
|
-
paging: boolean;
|
|
26
|
-
firstLoadSuccess: boolean;
|
|
27
|
-
loadSuccess: boolean;
|
|
28
|
-
urlParams: null;
|
|
29
|
-
externalData: null;
|
|
30
|
-
};
|
|
31
|
-
onClose: () => void;
|
|
32
|
-
buildTitlePrevText: () => string;
|
|
33
|
-
buildTitleText: () => string;
|
|
34
|
-
buildTitleSubText: () => string;
|
|
35
|
-
renderPresetTitleIcon: () => JSX.Element;
|
|
36
|
-
renderPresetTitle: () => string;
|
|
37
|
-
buildFormLayout: () => string;
|
|
38
|
-
renderPresetForm: () => JSX.Element;
|
|
39
|
-
establishCardCollectionConfig: () => null;
|
|
40
|
-
renderPresetFormContent: () => any;
|
|
41
|
-
renderPresetContentContainor: () => JSX.Element;
|
|
42
|
-
renderPresetCloseButton: (option: any) => JSX.Element;
|
|
43
|
-
buildBottomBarInnerExtraConfigList: () => never[];
|
|
44
|
-
buildBottomBarInnerDefaultConfigList: () => {
|
|
45
|
-
buildType: string;
|
|
46
|
-
}[];
|
|
47
|
-
buildBottomBarInnerLeftItemConfigList: () => never[];
|
|
48
|
-
buildBottomBarInnerRightItemConfigList: () => any[];
|
|
49
|
-
renderPresetBottomBarRightBox: () => JSX.Element[] | null;
|
|
50
|
-
renderPresetBottomBarLeftBox: () => JSX.Element[] | null;
|
|
51
|
-
renderPresetBottomBarInnerBox: (configList: any) => JSX.Element[] | null;
|
|
52
|
-
renderPresetBottomBar: () => JSX.Element;
|
|
53
|
-
renderFurther(): JSX.Element;
|
|
54
|
-
}
|
|
55
|
-
import { BaseWindow } from
|
|
1
|
+
export class Base extends BaseWindow {
|
|
2
|
+
constructor(properties: any);
|
|
3
|
+
contentWrapperType: string;
|
|
4
|
+
state: {
|
|
5
|
+
title: string;
|
|
6
|
+
width: number;
|
|
7
|
+
height: number;
|
|
8
|
+
visible: boolean;
|
|
9
|
+
dataLoading: boolean;
|
|
10
|
+
showBottomBar: boolean;
|
|
11
|
+
submitApiPath: string;
|
|
12
|
+
placement: string;
|
|
13
|
+
errorFieldName: string;
|
|
14
|
+
loadApiPath: string;
|
|
15
|
+
pageTitle: string;
|
|
16
|
+
pageSubTitle: string;
|
|
17
|
+
metaData: null;
|
|
18
|
+
metaExtra: null;
|
|
19
|
+
metaListData: never[];
|
|
20
|
+
metaOriginalData: null;
|
|
21
|
+
processing: boolean;
|
|
22
|
+
reloading: boolean;
|
|
23
|
+
searching: boolean;
|
|
24
|
+
refreshing: boolean;
|
|
25
|
+
paging: boolean;
|
|
26
|
+
firstLoadSuccess: boolean;
|
|
27
|
+
loadSuccess: boolean;
|
|
28
|
+
urlParams: null;
|
|
29
|
+
externalData: null;
|
|
30
|
+
};
|
|
31
|
+
onClose: () => void;
|
|
32
|
+
buildTitlePrevText: () => string;
|
|
33
|
+
buildTitleText: () => string;
|
|
34
|
+
buildTitleSubText: () => string;
|
|
35
|
+
renderPresetTitleIcon: () => JSX.Element;
|
|
36
|
+
renderPresetTitle: () => string;
|
|
37
|
+
buildFormLayout: () => string;
|
|
38
|
+
renderPresetForm: () => JSX.Element;
|
|
39
|
+
establishCardCollectionConfig: () => null;
|
|
40
|
+
renderPresetFormContent: () => any;
|
|
41
|
+
renderPresetContentContainor: () => JSX.Element;
|
|
42
|
+
renderPresetCloseButton: (option: any) => JSX.Element;
|
|
43
|
+
buildBottomBarInnerExtraConfigList: () => never[];
|
|
44
|
+
buildBottomBarInnerDefaultConfigList: () => {
|
|
45
|
+
buildType: string;
|
|
46
|
+
}[];
|
|
47
|
+
buildBottomBarInnerLeftItemConfigList: () => never[];
|
|
48
|
+
buildBottomBarInnerRightItemConfigList: () => any[];
|
|
49
|
+
renderPresetBottomBarRightBox: () => JSX.Element[] | null;
|
|
50
|
+
renderPresetBottomBarLeftBox: () => JSX.Element[] | null;
|
|
51
|
+
renderPresetBottomBarInnerBox: (configList: any) => JSX.Element[] | null;
|
|
52
|
+
renderPresetBottomBar: () => JSX.Element;
|
|
53
|
+
renderFurther(): JSX.Element;
|
|
54
|
+
}
|
|
55
|
+
import { BaseWindow } from '../../DataOperation/BaseWindow';
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export class BaseAddDrawer extends BaseNeedlessLoadDrawer {
|
|
2
|
-
adjustWhenDidMount: () => void;
|
|
3
|
-
buildBottomBarInnerDefaultConfigList: () => ({
|
|
4
|
-
buildType: string;
|
|
5
|
-
type: string;
|
|
6
|
-
icon: JSX.Element;
|
|
7
|
-
text: string;
|
|
8
|
-
disabled: any;
|
|
9
|
-
handleClick: (event: any) => void;
|
|
10
|
-
} | {
|
|
11
|
-
buildType: string;
|
|
12
|
-
type?: undefined;
|
|
13
|
-
icon?: undefined;
|
|
14
|
-
text?: undefined;
|
|
15
|
-
disabled?: undefined;
|
|
16
|
-
handleClick?: undefined;
|
|
17
|
-
})[];
|
|
18
|
-
}
|
|
19
|
-
import { BaseNeedlessLoadDrawer } from
|
|
1
|
+
export class BaseAddDrawer extends BaseNeedlessLoadDrawer {
|
|
2
|
+
adjustWhenDidMount: () => void;
|
|
3
|
+
buildBottomBarInnerDefaultConfigList: () => ({
|
|
4
|
+
buildType: string;
|
|
5
|
+
type: string;
|
|
6
|
+
icon: JSX.Element;
|
|
7
|
+
text: string;
|
|
8
|
+
disabled: any;
|
|
9
|
+
handleClick: (event: any) => void;
|
|
10
|
+
} | {
|
|
11
|
+
buildType: string;
|
|
12
|
+
type?: undefined;
|
|
13
|
+
icon?: undefined;
|
|
14
|
+
text?: undefined;
|
|
15
|
+
disabled?: undefined;
|
|
16
|
+
handleClick?: undefined;
|
|
17
|
+
})[];
|
|
18
|
+
}
|
|
19
|
+
import { BaseNeedlessLoadDrawer } from '../BaseNeedlessLoadDrawer';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export class BaseLoadDrawer extends Base {
|
|
2
|
-
doOtherWhenChangeVisibleToShow: (preProperties: any, preState: any, snapshot: any) => void;
|
|
3
|
-
}
|
|
4
|
-
import { Base } from
|
|
1
|
+
export class BaseLoadDrawer extends Base {
|
|
2
|
+
doOtherWhenChangeVisibleToShow: (preProperties: any, preState: any, snapshot: any) => void;
|
|
3
|
+
}
|
|
4
|
+
import { Base } from '../Base';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export class BaseNeedlessLoadDrawer extends Base {
|
|
2
|
-
doOtherWhenChangeVisibleToShow: (preProperties: any, preState: any, snapshot: any) => void;
|
|
3
|
-
buildInitialValues: () => {};
|
|
4
|
-
fillDefaultInitialValues: () => {};
|
|
5
|
-
}
|
|
6
|
-
import { Base } from
|
|
1
|
+
export class BaseNeedlessLoadDrawer extends Base {
|
|
2
|
+
doOtherWhenChangeVisibleToShow: (preProperties: any, preState: any, snapshot: any) => void;
|
|
3
|
+
buildInitialValues: () => {};
|
|
4
|
+
fillDefaultInitialValues: () => {};
|
|
5
|
+
}
|
|
6
|
+
import { Base } from '../Base';
|