antd-management-fast-framework 2.1.16 → 2.1.18
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 +1 -1
- package/es/components/DataPreviewDrawer/index.d.ts +5 -5
- package/es/components/DrawerExtra/index.d.ts +7 -7
- package/es/components/ElasticityExtraButton/index.d.ts +1 -1
- package/es/components/LoadingOverlay/index.d.ts +2 -2
- package/es/components/MobileContainor/MobileHtmlPreviewBox/index.d.ts +1 -1
- package/es/components/MobileContainor/MobilePreviewArea/index.d.ts +12 -12
- package/es/components/MobileContainor/MobilePreviewDrawer/index.d.ts +1 -1
- package/es/components/ReloadAnimalPrompt/index.d.ts +4 -4
- package/es/components/TopProgressBar/index.d.ts +1 -1
- package/es/configs/themeCollection.d.ts +1 -1
- package/es/framework/ButtonExtension/SelectButton/InteractiveBase/index.d.ts +1 -1
- package/es/framework/Common/ReloadActionButton/index.d.ts +2 -2
- package/es/framework/DataDrawer/Base/index.d.ts +1 -1
- package/es/framework/DataListView/EmptyCardCollection/index.d.ts +1 -1
- package/es/framework/DataListView/RefreshButton/index.d.ts +2 -2
- package/es/framework/DataListView/ResetButton/index.d.ts +2 -2
- package/es/framework/DataListView/SearchButton/index.d.ts +2 -2
- package/es/framework/DataMultiPageView/MultiPageDrawer/index.d.ts +3 -3
- package/es/framework/DataMultiPageView/MultiPageSelectDrawer/index.d.ts +3 -3
- package/es/framework/DataOperation/BaseWindow/index.d.ts +1 -1
- package/es/framework/DataSinglePageView/SinglePageDrawer/index.d.ts +3 -3
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldBase/index.d.ts +5 -5
- package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldInteractiveBase/index.d.ts +2 -2
- package/es/index.js +2 -2
- package/es/utils/currentOperatorAssist.d.ts +1 -1
- package/es/utils/entranceAssist.d.ts +1 -1
- package/package.json +30 -29
|
@@ -2,7 +2,7 @@ export class ApplicationWrapper extends BaseComponent {
|
|
|
2
2
|
renderFurther(): React.JSX.Element;
|
|
3
3
|
}
|
|
4
4
|
export namespace ApplicationWrapper {
|
|
5
|
-
|
|
5
|
+
let defaultProps: {};
|
|
6
6
|
}
|
|
7
7
|
import { BaseComponent } from 'antd-management-fast-component';
|
|
8
8
|
import React from 'react';
|
|
@@ -22,11 +22,11 @@ export class DataPreviewDrawer extends Base {
|
|
|
22
22
|
}
|
|
23
23
|
export namespace DataPreviewDrawer {
|
|
24
24
|
namespace defaultProps {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
25
|
+
let title: string;
|
|
26
|
+
let icon: import("react").JSX.Element;
|
|
27
|
+
let placement: string;
|
|
28
|
+
let width: number;
|
|
29
|
+
let dataType: number;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
import { Base } from '../../framework/DataDrawer/Base';
|
|
@@ -18,13 +18,13 @@ export class DrawerExtra extends React.PureComponent<any, any, any> {
|
|
|
18
18
|
}
|
|
19
19
|
export namespace DrawerExtra {
|
|
20
20
|
namespace defaultProps {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
21
|
+
let icon: null;
|
|
22
|
+
let titlePrefix: null;
|
|
23
|
+
let title: null;
|
|
24
|
+
let subtitle: null;
|
|
25
|
+
let overlayContent: null;
|
|
26
|
+
let overlayButtonOpenText: string;
|
|
27
|
+
let overlayButtonCloseText: string;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
import React from 'react';
|
|
@@ -5,8 +5,8 @@ export class LoadingOverlay extends React.PureComponent<any, any, any> {
|
|
|
5
5
|
}
|
|
6
6
|
export namespace LoadingOverlay {
|
|
7
7
|
namespace defaultProps {
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
let flag: string;
|
|
9
|
+
let fill: boolean;
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
import React from 'react';
|
|
@@ -55,18 +55,18 @@ export class MobilePreviewArea extends Base {
|
|
|
55
55
|
}
|
|
56
56
|
export namespace MobilePreviewArea {
|
|
57
57
|
namespace defaultProps {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
58
|
+
let affix: boolean;
|
|
59
|
+
let affixOffsetBottom: number;
|
|
60
|
+
let affixOffsetTop: number;
|
|
61
|
+
let alertVisible: boolean;
|
|
62
|
+
let alertAnimationType: string;
|
|
63
|
+
let alertMessage: string;
|
|
64
|
+
let alertDescription: string;
|
|
65
|
+
let alertType: string;
|
|
66
|
+
let alertIcon: boolean;
|
|
67
|
+
let alertButtonText: string;
|
|
68
|
+
let mobileList: never[];
|
|
69
|
+
let afterAlertClick: null;
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
import { Base } from '../../../framework/DataDrawer/Base';
|
|
@@ -48,7 +48,7 @@ export class MobilePreviewDrawer extends BaseNeedlessLoadDrawer {
|
|
|
48
48
|
renderPresetInnerViewWrapper: () => null;
|
|
49
49
|
}
|
|
50
50
|
export namespace MobilePreviewDrawer {
|
|
51
|
-
|
|
51
|
+
let defaultProps: {};
|
|
52
52
|
}
|
|
53
53
|
import { BaseNeedlessLoadDrawer } from '../../../framework/DataDrawer/BaseNeedlessLoadDrawer';
|
|
54
54
|
import React from 'react';
|
|
@@ -5,10 +5,10 @@ export class ReloadAnimalPrompt extends React.PureComponent<any, any, any> {
|
|
|
5
5
|
}
|
|
6
6
|
export namespace ReloadAnimalPrompt {
|
|
7
7
|
namespace defaultProps {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
let visible: boolean;
|
|
9
|
+
let flag: string;
|
|
10
|
+
let color: string;
|
|
11
|
+
let text: string;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
import React from 'react';
|
|
@@ -2,7 +2,7 @@ export class TopProgressBar extends BaseComponent {
|
|
|
2
2
|
renderFurther(): React.JSX.Element;
|
|
3
3
|
}
|
|
4
4
|
export namespace TopProgressBar {
|
|
5
|
-
|
|
5
|
+
let defaultProps: {};
|
|
6
6
|
}
|
|
7
7
|
import { BaseComponent } from 'antd-management-fast-component';
|
|
8
8
|
import React from 'react';
|
|
@@ -5,8 +5,8 @@ export class ReloadActionButton extends React.PureComponent<any, any, any> {
|
|
|
5
5
|
}
|
|
6
6
|
export namespace ReloadActionButton {
|
|
7
7
|
namespace defaultProps {
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
let title: string;
|
|
9
|
+
let onReload: null;
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
import React from 'react';
|
|
@@ -5,8 +5,8 @@ export class RefreshButton extends React.PureComponent<any, any, any> {
|
|
|
5
5
|
}
|
|
6
6
|
export namespace RefreshButton {
|
|
7
7
|
namespace defaultProps {
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
let title: string;
|
|
9
|
+
let onRefresh: null;
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
import React from 'react';
|
|
@@ -5,8 +5,8 @@ export class SearchButton extends React.PureComponent<any, any, any> {
|
|
|
5
5
|
}
|
|
6
6
|
export namespace SearchButton {
|
|
7
7
|
namespace defaultProps {
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
let text: string;
|
|
9
|
+
let onSearch: null;
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
import React from 'react';
|
|
@@ -64,9 +64,9 @@ export class MultiPageDrawer extends MultiPage {
|
|
|
64
64
|
}
|
|
65
65
|
export namespace MultiPageDrawer {
|
|
66
66
|
namespace defaultProps {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
67
|
+
let hideDrawerAfterSelect: boolean;
|
|
68
|
+
let confirmSelect: boolean;
|
|
69
|
+
let width: number;
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
import { MultiPage } from '../MultiPage';
|
|
@@ -31,9 +31,9 @@ export class MultiPageSelectDrawer extends MultiPageDrawer {
|
|
|
31
31
|
}
|
|
32
32
|
export namespace MultiPageSelectDrawer {
|
|
33
33
|
namespace defaultProps {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
34
|
+
let width: number;
|
|
35
|
+
let multiSelect: boolean;
|
|
36
|
+
let hideAfterSelect: boolean;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
import { MultiPageDrawer } from '../MultiPageDrawer';
|
|
@@ -63,9 +63,9 @@ export class SinglePageDrawer extends SinglePage {
|
|
|
63
63
|
}
|
|
64
64
|
export namespace SinglePageDrawer {
|
|
65
65
|
namespace defaultProps {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
66
|
+
let hideDrawerAfterSelect: boolean;
|
|
67
|
+
let confirmSelect: boolean;
|
|
68
|
+
let width: number;
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
import { SinglePage } from '../SinglePage';
|
|
@@ -14,11 +14,11 @@ export class SelectFieldBase extends SupplementWrapper {
|
|
|
14
14
|
}
|
|
15
15
|
export namespace SelectFieldBase {
|
|
16
16
|
namespace defaultProps {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
let dataLoading: boolean;
|
|
18
|
+
let processing: boolean;
|
|
19
|
+
let loadSuccess: boolean;
|
|
20
|
+
let required: boolean;
|
|
21
|
+
let showClear: boolean;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
import { SupplementWrapper } from '../../../CustomWrapper/SupplementWrapper';
|
|
@@ -12,8 +12,8 @@ export class SelectFieldInteractiveBase extends SelectFieldBase {
|
|
|
12
12
|
}
|
|
13
13
|
export namespace SelectFieldInteractiveBase {
|
|
14
14
|
namespace defaultProps {
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
let showClear: boolean;
|
|
16
|
+
let selectMode: number;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
import { SelectFieldBase } from '../SelectFieldBase';
|