antd-management-fast-framework 2.1.1 → 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 +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 +21 -18
- package/es/utils/layoutSettingAssist.d.ts +0 -2
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export class ApplicationWrapper extends BaseComponent {
|
|
2
|
-
renderFurther(): JSX.Element;
|
|
3
|
-
}
|
|
4
|
-
export namespace ApplicationWrapper {
|
|
5
|
-
namespace defaultProps {
|
|
6
|
-
const prepareModel: null;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
import { BaseComponent } from
|
|
1
|
+
export class ApplicationWrapper extends BaseComponent {
|
|
2
|
+
renderFurther(): JSX.Element;
|
|
3
|
+
}
|
|
4
|
+
export namespace ApplicationWrapper {
|
|
5
|
+
namespace defaultProps {
|
|
6
|
+
const prepareModel: null;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
import { BaseComponent } from 'antd-management-fast-component';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export class Bootstrap extends BaseComponent {
|
|
2
|
-
}
|
|
3
|
-
import { BaseComponent } from
|
|
1
|
+
export class Bootstrap extends BaseComponent {
|
|
2
|
+
}
|
|
3
|
+
import { BaseComponent } from 'antd-management-fast-component';
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
export class DataPreviewDrawer extends Base {
|
|
2
|
-
renderPresetTitleIcon: () => any;
|
|
3
|
-
renderPresetTitle: () => any;
|
|
4
|
-
establishCardCollectionConfig: () => {
|
|
5
|
-
list: {
|
|
6
|
-
title: {
|
|
7
|
-
icon: JSX.Element;
|
|
8
|
-
text: string;
|
|
9
|
-
};
|
|
10
|
-
items: {
|
|
11
|
-
lg: number;
|
|
12
|
-
type: string;
|
|
13
|
-
fieldData: {
|
|
14
|
-
label: string;
|
|
15
|
-
helper: string;
|
|
16
|
-
};
|
|
17
|
-
value: string;
|
|
18
|
-
}[];
|
|
19
|
-
}[];
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
export namespace DataPreviewDrawer {
|
|
23
|
-
namespace defaultProps {
|
|
24
|
-
const title: string;
|
|
25
|
-
const icon: JSX.Element;
|
|
26
|
-
const placement: string;
|
|
27
|
-
const width: number;
|
|
28
|
-
const dataType: number;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
import { Base } from
|
|
1
|
+
export class DataPreviewDrawer extends Base {
|
|
2
|
+
renderPresetTitleIcon: () => any;
|
|
3
|
+
renderPresetTitle: () => any;
|
|
4
|
+
establishCardCollectionConfig: () => {
|
|
5
|
+
list: {
|
|
6
|
+
title: {
|
|
7
|
+
icon: JSX.Element;
|
|
8
|
+
text: string;
|
|
9
|
+
};
|
|
10
|
+
items: {
|
|
11
|
+
lg: number;
|
|
12
|
+
type: string;
|
|
13
|
+
fieldData: {
|
|
14
|
+
label: string;
|
|
15
|
+
helper: string;
|
|
16
|
+
};
|
|
17
|
+
value: string;
|
|
18
|
+
}[];
|
|
19
|
+
}[];
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export namespace DataPreviewDrawer {
|
|
23
|
+
namespace defaultProps {
|
|
24
|
+
const title: string;
|
|
25
|
+
const icon: JSX.Element;
|
|
26
|
+
const placement: string;
|
|
27
|
+
const width: number;
|
|
28
|
+
const dataType: number;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
import { Base } from '../../framework/DataDrawer/Base';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export class LoadingOverlay extends React.PureComponent<any, any, any> {
|
|
2
|
-
constructor(props: any);
|
|
3
|
-
constructor(props: any, context: any);
|
|
4
|
-
render(): JSX.Element;
|
|
5
|
-
}
|
|
6
|
-
import React from
|
|
1
|
+
export class LoadingOverlay extends React.PureComponent<any, any, any> {
|
|
2
|
+
constructor(props: any);
|
|
3
|
+
constructor(props: any, context: any);
|
|
4
|
+
render(): JSX.Element;
|
|
5
|
+
}
|
|
6
|
+
import React from 'react';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export class MobileHtmlPreviewBox extends MobilePreviewArea {
|
|
2
|
-
buildContent: () => JSX.Element;
|
|
3
|
-
renderPresetInnerView: () => JSX.Element;
|
|
4
|
-
}
|
|
5
|
-
export namespace MobileHtmlPreviewBox {
|
|
6
|
-
namespace defaultProps {
|
|
7
|
-
const html: string;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
import { MobilePreviewArea } from
|
|
1
|
+
export class MobileHtmlPreviewBox extends MobilePreviewArea {
|
|
2
|
+
buildContent: () => JSX.Element;
|
|
3
|
+
renderPresetInnerView: () => JSX.Element;
|
|
4
|
+
}
|
|
5
|
+
export namespace MobileHtmlPreviewBox {
|
|
6
|
+
namespace defaultProps {
|
|
7
|
+
const html: string;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
import { MobilePreviewArea } from '../MobilePreviewArea';
|
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
export class MobilePreviewArea extends Base {
|
|
2
|
-
state: {
|
|
3
|
-
placement: string;
|
|
4
|
-
height: string;
|
|
5
|
-
mobileType: string;
|
|
6
|
-
title: string;
|
|
7
|
-
width: number;
|
|
8
|
-
visible: boolean;
|
|
9
|
-
dataLoading: boolean;
|
|
10
|
-
showBottomBar: boolean;
|
|
11
|
-
submitApiPath: string;
|
|
12
|
-
errorFieldName: string;
|
|
13
|
-
loadApiPath: string;
|
|
14
|
-
pageTitle: string;
|
|
15
|
-
pageSubTitle: string;
|
|
16
|
-
metaData: null;
|
|
17
|
-
metaExtra: null;
|
|
18
|
-
metaListData: never[];
|
|
19
|
-
metaOriginalData: null;
|
|
20
|
-
processing: boolean;
|
|
21
|
-
reloading: boolean;
|
|
22
|
-
searching: boolean;
|
|
23
|
-
refreshing: boolean;
|
|
24
|
-
paging: boolean;
|
|
25
|
-
firstLoadSuccess: boolean;
|
|
26
|
-
loadSuccess: boolean;
|
|
27
|
-
urlParams: null;
|
|
28
|
-
externalData: null;
|
|
29
|
-
};
|
|
30
|
-
buildMobileTypeArray: () => (typeof mobileTypeCollection.roughSketch)[];
|
|
31
|
-
establishCardCollectionConfig: () => {
|
|
32
|
-
list: {
|
|
33
|
-
title: {
|
|
34
|
-
text: string;
|
|
35
|
-
icon: JSX.Element;
|
|
36
|
-
};
|
|
37
|
-
extra: {
|
|
38
|
-
list: {
|
|
39
|
-
buildType: any;
|
|
40
|
-
size: string;
|
|
41
|
-
label: string;
|
|
42
|
-
value: string;
|
|
43
|
-
renderItem: () => JSX.Element;
|
|
44
|
-
onChangeCallback: (v: any) => void;
|
|
45
|
-
}[];
|
|
46
|
-
};
|
|
47
|
-
items: {
|
|
48
|
-
lg: number;
|
|
49
|
-
type: string;
|
|
50
|
-
component: JSX.Element;
|
|
51
|
-
}[];
|
|
52
|
-
}[];
|
|
53
|
-
};
|
|
54
|
-
renderPresetInnerView: () => null;
|
|
55
|
-
renderPresetInnerViewWrapper: () => null;
|
|
56
|
-
renderFurther(): any;
|
|
57
|
-
}
|
|
58
|
-
export namespace MobilePreviewArea {
|
|
59
|
-
namespace defaultProps {
|
|
60
|
-
const affix: boolean;
|
|
61
|
-
const affixOffsetBottom: number;
|
|
62
|
-
const affixOffsetTop: number;
|
|
63
|
-
const alertVisible: boolean;
|
|
64
|
-
const alertAnimationType: string;
|
|
65
|
-
const alertMessage: string;
|
|
66
|
-
const alertDescription: string;
|
|
67
|
-
const alertType: string;
|
|
68
|
-
const alertIcon: boolean;
|
|
69
|
-
const alertButtonText: string;
|
|
70
|
-
const mobileList: never[];
|
|
71
|
-
const afterAlertClick: null;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
import { Base } from
|
|
75
|
-
import { mobileTypeCollection } from
|
|
1
|
+
export class MobilePreviewArea extends Base {
|
|
2
|
+
state: {
|
|
3
|
+
placement: string;
|
|
4
|
+
height: string;
|
|
5
|
+
mobileType: string;
|
|
6
|
+
title: string;
|
|
7
|
+
width: number;
|
|
8
|
+
visible: boolean;
|
|
9
|
+
dataLoading: boolean;
|
|
10
|
+
showBottomBar: boolean;
|
|
11
|
+
submitApiPath: string;
|
|
12
|
+
errorFieldName: string;
|
|
13
|
+
loadApiPath: string;
|
|
14
|
+
pageTitle: string;
|
|
15
|
+
pageSubTitle: string;
|
|
16
|
+
metaData: null;
|
|
17
|
+
metaExtra: null;
|
|
18
|
+
metaListData: never[];
|
|
19
|
+
metaOriginalData: null;
|
|
20
|
+
processing: boolean;
|
|
21
|
+
reloading: boolean;
|
|
22
|
+
searching: boolean;
|
|
23
|
+
refreshing: boolean;
|
|
24
|
+
paging: boolean;
|
|
25
|
+
firstLoadSuccess: boolean;
|
|
26
|
+
loadSuccess: boolean;
|
|
27
|
+
urlParams: null;
|
|
28
|
+
externalData: null;
|
|
29
|
+
};
|
|
30
|
+
buildMobileTypeArray: () => (typeof mobileTypeCollection.roughSketch)[];
|
|
31
|
+
establishCardCollectionConfig: () => {
|
|
32
|
+
list: {
|
|
33
|
+
title: {
|
|
34
|
+
text: string;
|
|
35
|
+
icon: JSX.Element;
|
|
36
|
+
};
|
|
37
|
+
extra: {
|
|
38
|
+
list: {
|
|
39
|
+
buildType: any;
|
|
40
|
+
size: string;
|
|
41
|
+
label: string;
|
|
42
|
+
value: string;
|
|
43
|
+
renderItem: () => JSX.Element;
|
|
44
|
+
onChangeCallback: (v: any) => void;
|
|
45
|
+
}[];
|
|
46
|
+
};
|
|
47
|
+
items: {
|
|
48
|
+
lg: number;
|
|
49
|
+
type: string;
|
|
50
|
+
component: JSX.Element;
|
|
51
|
+
}[];
|
|
52
|
+
}[];
|
|
53
|
+
};
|
|
54
|
+
renderPresetInnerView: () => null;
|
|
55
|
+
renderPresetInnerViewWrapper: () => null;
|
|
56
|
+
renderFurther(): any;
|
|
57
|
+
}
|
|
58
|
+
export namespace MobilePreviewArea {
|
|
59
|
+
namespace defaultProps {
|
|
60
|
+
const affix: boolean;
|
|
61
|
+
const affixOffsetBottom: number;
|
|
62
|
+
const affixOffsetTop: number;
|
|
63
|
+
const alertVisible: boolean;
|
|
64
|
+
const alertAnimationType: string;
|
|
65
|
+
const alertMessage: string;
|
|
66
|
+
const alertDescription: string;
|
|
67
|
+
const alertType: string;
|
|
68
|
+
const alertIcon: boolean;
|
|
69
|
+
const alertButtonText: string;
|
|
70
|
+
const mobileList: never[];
|
|
71
|
+
const afterAlertClick: null;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
import { Base } from '../../../framework/DataDrawer/Base';
|
|
75
|
+
import { mobileTypeCollection } from 'antd-management-fast-common';
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
export class MobilePreviewDrawer extends BaseNeedlessLoadDrawer {
|
|
2
|
-
state: {
|
|
3
|
-
placement: string;
|
|
4
|
-
height: string;
|
|
5
|
-
showBottomBar: boolean;
|
|
6
|
-
mobileType: string;
|
|
7
|
-
title: string;
|
|
8
|
-
width: number;
|
|
9
|
-
visible: boolean;
|
|
10
|
-
dataLoading: boolean;
|
|
11
|
-
submitApiPath: string;
|
|
12
|
-
errorFieldName: string;
|
|
13
|
-
loadApiPath: string;
|
|
14
|
-
pageTitle: string;
|
|
15
|
-
pageSubTitle: string;
|
|
16
|
-
metaData: null;
|
|
17
|
-
metaExtra: null;
|
|
18
|
-
metaListData: never[];
|
|
19
|
-
metaOriginalData: null;
|
|
20
|
-
processing: boolean;
|
|
21
|
-
reloading: boolean;
|
|
22
|
-
searching: boolean;
|
|
23
|
-
refreshing: boolean;
|
|
24
|
-
paging: boolean;
|
|
25
|
-
firstLoadSuccess: boolean;
|
|
26
|
-
loadSuccess: boolean;
|
|
27
|
-
urlParams: null;
|
|
28
|
-
externalData: null;
|
|
29
|
-
};
|
|
30
|
-
establishExtraActionConfig: () => {
|
|
31
|
-
list: {
|
|
32
|
-
buildType: string;
|
|
33
|
-
label: string;
|
|
34
|
-
value: string;
|
|
35
|
-
renderItem: () => JSX.Element;
|
|
36
|
-
onChangeCallback: (v: any) => void;
|
|
37
|
-
}[];
|
|
38
|
-
};
|
|
39
|
-
establishCardCollectionConfig: () => {
|
|
40
|
-
list: {
|
|
41
|
-
items: {
|
|
42
|
-
lg: number;
|
|
43
|
-
type: string;
|
|
44
|
-
component: JSX.Element;
|
|
45
|
-
}[];
|
|
46
|
-
}[];
|
|
47
|
-
};
|
|
48
|
-
renderPresetInnerView: () => null;
|
|
49
|
-
renderPresetInnerViewWrapper: () => null;
|
|
50
|
-
}
|
|
51
|
-
export namespace MobilePreviewDrawer {
|
|
52
|
-
const defaultProps: {};
|
|
53
|
-
}
|
|
54
|
-
import { BaseNeedlessLoadDrawer } from
|
|
1
|
+
export class MobilePreviewDrawer extends BaseNeedlessLoadDrawer {
|
|
2
|
+
state: {
|
|
3
|
+
placement: string;
|
|
4
|
+
height: string;
|
|
5
|
+
showBottomBar: boolean;
|
|
6
|
+
mobileType: string;
|
|
7
|
+
title: string;
|
|
8
|
+
width: number;
|
|
9
|
+
visible: boolean;
|
|
10
|
+
dataLoading: boolean;
|
|
11
|
+
submitApiPath: string;
|
|
12
|
+
errorFieldName: string;
|
|
13
|
+
loadApiPath: string;
|
|
14
|
+
pageTitle: string;
|
|
15
|
+
pageSubTitle: string;
|
|
16
|
+
metaData: null;
|
|
17
|
+
metaExtra: null;
|
|
18
|
+
metaListData: never[];
|
|
19
|
+
metaOriginalData: null;
|
|
20
|
+
processing: boolean;
|
|
21
|
+
reloading: boolean;
|
|
22
|
+
searching: boolean;
|
|
23
|
+
refreshing: boolean;
|
|
24
|
+
paging: boolean;
|
|
25
|
+
firstLoadSuccess: boolean;
|
|
26
|
+
loadSuccess: boolean;
|
|
27
|
+
urlParams: null;
|
|
28
|
+
externalData: null;
|
|
29
|
+
};
|
|
30
|
+
establishExtraActionConfig: () => {
|
|
31
|
+
list: {
|
|
32
|
+
buildType: string;
|
|
33
|
+
label: string;
|
|
34
|
+
value: string;
|
|
35
|
+
renderItem: () => JSX.Element;
|
|
36
|
+
onChangeCallback: (v: any) => void;
|
|
37
|
+
}[];
|
|
38
|
+
};
|
|
39
|
+
establishCardCollectionConfig: () => {
|
|
40
|
+
list: {
|
|
41
|
+
items: {
|
|
42
|
+
lg: number;
|
|
43
|
+
type: string;
|
|
44
|
+
component: JSX.Element;
|
|
45
|
+
}[];
|
|
46
|
+
}[];
|
|
47
|
+
};
|
|
48
|
+
renderPresetInnerView: () => null;
|
|
49
|
+
renderPresetInnerViewWrapper: () => null;
|
|
50
|
+
}
|
|
51
|
+
export namespace MobilePreviewDrawer {
|
|
52
|
+
const defaultProps: {};
|
|
53
|
+
}
|
|
54
|
+
import { BaseNeedlessLoadDrawer } from '../../../framework/DataDrawer/BaseNeedlessLoadDrawer';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export namespace MobileContainor {
|
|
2
|
-
export { MobileHtmlPreviewBox };
|
|
3
|
-
export { MobilePreviewDrawer };
|
|
4
|
-
export { MobilePreviewArea };
|
|
5
|
-
}
|
|
6
|
-
import { MobileHtmlPreviewBox } from
|
|
7
|
-
import { MobilePreviewDrawer } from
|
|
8
|
-
import { MobilePreviewArea } from
|
|
1
|
+
export namespace MobileContainor {
|
|
2
|
+
export { MobileHtmlPreviewBox };
|
|
3
|
+
export { MobilePreviewDrawer };
|
|
4
|
+
export { MobilePreviewArea };
|
|
5
|
+
}
|
|
6
|
+
import { MobileHtmlPreviewBox } from './MobileHtmlPreviewBox';
|
|
7
|
+
import { MobilePreviewDrawer } from './MobilePreviewDrawer';
|
|
8
|
+
import { MobilePreviewArea } from './MobilePreviewArea';
|
package/es/components/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./ApplicationWrapper";
|
|
2
|
-
export * from "./Bootstrap";
|
|
3
|
-
export * from "./DataPreviewDrawer";
|
|
4
|
-
export * from "./LoadingOverlay";
|
|
5
|
-
export * from "./MobileContainor";
|
|
1
|
+
export * from "./ApplicationWrapper";
|
|
2
|
+
export * from "./Bootstrap";
|
|
3
|
+
export * from "./DataPreviewDrawer";
|
|
4
|
+
export * from "./LoadingOverlay";
|
|
5
|
+
export * from "./MobileContainor";
|
package/es/configs/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./themeCollection";
|
|
2
|
-
export * from "./webpackPlugin";
|
|
1
|
+
export * from "./themeCollection";
|
|
2
|
+
export * from "./webpackPlugin";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export namespace themeCollection {
|
|
2
|
-
const list: {
|
|
3
|
-
key: string;
|
|
4
|
-
fileName: string;
|
|
5
|
-
theme: string;
|
|
6
|
-
}[];
|
|
7
|
-
}
|
|
1
|
+
export namespace themeCollection {
|
|
2
|
+
const list: {
|
|
3
|
+
key: string;
|
|
4
|
+
fileName: string;
|
|
5
|
+
theme: string;
|
|
6
|
+
}[];
|
|
7
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export function webpackPlugin(config: any): void;
|
|
2
|
-
export function webpackPlugin5(config: any, { env }: {
|
|
3
|
-
env: any;
|
|
4
|
-
}): void;
|
|
1
|
+
export function webpackPlugin(config: any): void;
|
|
2
|
+
export function webpackPlugin5(config: any, { env }: {
|
|
3
|
+
env: any;
|
|
4
|
+
}): void;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
export class AuthorizationWrapper extends SupplementWrapper {
|
|
2
|
-
componentAuthority: null;
|
|
3
|
-
checkAuthentication: () => boolean;
|
|
4
|
-
checkAuthorization: () => boolean;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
import { SupplementWrapper } from "../CustomWrapper/SupplementWrapper";
|
|
1
|
+
export class AuthorizationWrapper extends SupplementWrapper {
|
|
2
|
+
componentAuthority: null;
|
|
3
|
+
checkAuthentication: () => boolean;
|
|
4
|
+
checkAuthorization: () => boolean;
|
|
5
|
+
getCurrentOperator: () => any;
|
|
6
|
+
reloadCurrentOperator: ({ successCallback, failCallback }: {
|
|
7
|
+
successCallback?: null | undefined;
|
|
8
|
+
failCallback?: null | undefined;
|
|
9
|
+
}) => void;
|
|
10
|
+
}
|
|
11
|
+
import { SupplementWrapper } from '../CustomWrapper/SupplementWrapper';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export class Base extends SupplementWrapper {
|
|
2
|
-
constructor(properties: any);
|
|
3
|
-
loadRemoteRequestAfterMount: boolean;
|
|
4
|
-
state: any;
|
|
5
|
-
showSelect: () => void;
|
|
6
|
-
getFieldData: () => {
|
|
7
|
-
fieldText: string;
|
|
8
|
-
fieldTitle: string;
|
|
9
|
-
placeholder: string;
|
|
10
|
-
};
|
|
11
|
-
renderPresetButton: () => JSX.Element;
|
|
12
|
-
renderFurther(): JSX.Element;
|
|
13
|
-
}
|
|
14
|
-
import { SupplementWrapper } from
|
|
1
|
+
export class Base extends SupplementWrapper {
|
|
2
|
+
constructor(properties: any);
|
|
3
|
+
loadRemoteRequestAfterMount: boolean;
|
|
4
|
+
state: any;
|
|
5
|
+
showSelect: () => void;
|
|
6
|
+
getFieldData: () => {
|
|
7
|
+
fieldText: string;
|
|
8
|
+
fieldTitle: string;
|
|
9
|
+
placeholder: string;
|
|
10
|
+
};
|
|
11
|
+
renderPresetButton: () => JSX.Element;
|
|
12
|
+
renderFurther(): JSX.Element;
|
|
13
|
+
}
|
|
14
|
+
import { SupplementWrapper } from '../../../CustomWrapper/SupplementWrapper';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export class InteractiveBase extends Base {
|
|
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 InteractiveBase {
|
|
14
|
-
namespace defaultProps {
|
|
15
|
-
const selectMode: number;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
import { Base } from
|
|
1
|
+
export class InteractiveBase extends Base {
|
|
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 InteractiveBase {
|
|
14
|
+
namespace defaultProps {
|
|
15
|
+
const selectMode: number;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
import { Base } from '../Base';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export namespace SelectButton {
|
|
2
|
-
export { Base };
|
|
3
|
-
export { InteractiveBase };
|
|
4
|
-
}
|
|
5
|
-
import { Base } from
|
|
6
|
-
import { InteractiveBase } from
|
|
1
|
+
export namespace SelectButton {
|
|
2
|
+
export { Base };
|
|
3
|
+
export { InteractiveBase };
|
|
4
|
+
}
|
|
5
|
+
import { Base } from './Base';
|
|
6
|
+
import { InteractiveBase } from './InteractiveBase';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./SelectButton";
|
|
1
|
+
export * from "./SelectButton";
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export class InternalBuild extends InternalTabFlow {
|
|
2
|
-
buildCardCollectionArea: (config?: null) => JSX.Element | null;
|
|
3
|
-
buildCardCollectionItem: ({ config: cardItemConfig, key: cardItemKey, mode, justify: justifyGeneral, align: alignGeneral, }: {
|
|
4
|
-
config: any;
|
|
5
|
-
key: any;
|
|
6
|
-
mode?: any;
|
|
7
|
-
justify?: string | undefined;
|
|
8
|
-
align?: string | undefined;
|
|
9
|
-
}) => JSX.Element | null;
|
|
10
|
-
buildCardCollectionItemContent: ({ mode, justify, align, gutter, items: contentItems, index: contentIndex, }: {
|
|
11
|
-
mode: any;
|
|
12
|
-
justify: any;
|
|
13
|
-
align: any;
|
|
14
|
-
gutter?: number | undefined;
|
|
15
|
-
items: any;
|
|
16
|
-
index: any;
|
|
17
|
-
}) => JSX.Element | null;
|
|
18
|
-
buildByExtraBuildType: ({ keyPrefix, configList }: {
|
|
19
|
-
keyPrefix?: string | undefined;
|
|
20
|
-
configList: any;
|
|
21
|
-
}) => JSX.Element[];
|
|
22
|
-
buildExtraBackAction: () => null;
|
|
23
|
-
buildExtraAction: () => JSX.Element;
|
|
24
|
-
buildPageHeaderSubTitle: () => null;
|
|
25
|
-
}
|
|
26
|
-
import { InternalTabFlow } from
|
|
1
|
+
export class InternalBuild extends InternalTabFlow {
|
|
2
|
+
buildCardCollectionArea: (config?: null) => JSX.Element | null;
|
|
3
|
+
buildCardCollectionItem: ({ config: cardItemConfig, key: cardItemKey, mode, justify: justifyGeneral, align: alignGeneral, }: {
|
|
4
|
+
config: any;
|
|
5
|
+
key: any;
|
|
6
|
+
mode?: any;
|
|
7
|
+
justify?: string | undefined;
|
|
8
|
+
align?: string | undefined;
|
|
9
|
+
}) => JSX.Element | null;
|
|
10
|
+
buildCardCollectionItemContent: ({ mode, justify, align, gutter, items: contentItems, index: contentIndex, }: {
|
|
11
|
+
mode: any;
|
|
12
|
+
justify: any;
|
|
13
|
+
align: any;
|
|
14
|
+
gutter?: number | undefined;
|
|
15
|
+
items: any;
|
|
16
|
+
index: any;
|
|
17
|
+
}) => JSX.Element | null;
|
|
18
|
+
buildByExtraBuildType: ({ keyPrefix, configList }: {
|
|
19
|
+
keyPrefix?: string | undefined;
|
|
20
|
+
configList: any;
|
|
21
|
+
}) => JSX.Element[];
|
|
22
|
+
buildExtraBackAction: () => null;
|
|
23
|
+
buildExtraAction: () => JSX.Element;
|
|
24
|
+
buildPageHeaderSubTitle: () => null;
|
|
25
|
+
}
|
|
26
|
+
import { InternalTabFlow } from '../InternalTabFlow';
|