amis 1.6.0 → 1.6.1-beta.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/lib/components/Alert.d.ts +588 -588
- package/lib/components/Alert2.d.ts +125 -20
- package/lib/components/AnchorNav.d.ts +104 -20
- package/lib/components/ArrayInput.d.ts +420 -420
- package/lib/components/AsideNav.d.ts +125 -125
- package/lib/components/AssociatedSelection.d.ts +504 -504
- package/lib/components/Avatar.d.ts +461 -20
- package/lib/components/Button.d.ts +167 -20
- package/lib/components/CalendarMobile.d.ts +420 -84
- package/lib/components/Card.d.ts +671 -20
- package/lib/components/ChainedSelection.d.ts +504 -504
- package/lib/components/Checkbox.d.ts +104 -20
- package/lib/components/Collapse.d.ts +587 -20
- package/lib/components/CollapseGroup.d.ts +230 -20
- package/lib/components/ColorPicker.d.ts +504 -504
- package/lib/components/DatePicker.d.ts +588 -588
- package/lib/components/DateRangePicker.d.ts +1008 -1008
- package/lib/components/Drawer.d.ts +125 -20
- package/lib/components/Editor.d.ts +840 -672
- package/lib/components/GroupedSelection.d.ts +504 -504
- package/lib/components/Html.d.ts +62 -62
- package/lib/components/InputBox.d.ts +83 -83
- package/lib/components/Layout.d.ts +146 -146
- package/lib/components/ListGroup.d.ts +62 -62
- package/lib/components/ListMenu.d.ts +504 -504
- package/lib/components/LocationPicker.d.ts +336 -336
- package/lib/components/Modal.d.ts +420 -420
- package/lib/components/MonthRangePicker.d.ts +924 -924
- package/lib/components/NumberInput.d.ts +104 -20
- package/lib/components/PopUp.d.ts +672 -672
- package/lib/components/Progress.d.ts +440 -20
- package/lib/components/Radios.d.ts +167 -167
- package/lib/components/Rating.d.ts +272 -314
- package/lib/components/ResultBox.d.ts +504 -84
- package/lib/components/ResultList.d.ts +336 -84
- package/lib/components/SearchBox.d.ts +336 -336
- package/lib/components/Select.d.ts +4977 -4977
- package/lib/components/Selection.d.ts +504 -504
- package/lib/components/SparkLine.d.ts +336 -336
- package/lib/components/Spinner.d.ts +146 -146
- package/lib/components/Switch.d.ts +83 -83
- package/lib/components/TableSelection.d.ts +672 -672
- package/lib/components/Tabs.d.ts +83 -20
- package/lib/components/TitleBar.d.ts +146 -125
- package/lib/components/Toast.d.ts +504 -84
- package/lib/components/TooltipWrapper.d.ts +125 -20
- package/lib/components/Transfer.d.ts +252 -84
- package/lib/components/TransferDropDown.d.ts +252 -84
- package/lib/components/Tree.d.ts +2688 -2688
- package/lib/components/TreeSelection.d.ts +588 -588
- package/lib/components/formula/Editor.d.ts +420 -84
- package/lib/index.js +1 -1
- package/lib/renderers/Dialog.d.ts +420 -420
- package/lib/renderers/Form/InputCity.d.ts +672 -672
- package/lib/renderers/Form/InputColor.d.ts +504 -504
- package/lib/renderers/Nav.d.ts +62 -62
- package/package.json +1 -1
- package/sdk/ang-ie11.css +1 -0
- package/sdk/ang.css +1 -0
- package/sdk/antd-ie11.css +1 -0
- package/sdk/antd.css +1 -0
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1 -0
- package/sdk/cxd.css +1 -0
- package/sdk/dark-ie11.css +1 -0
- package/sdk/dark.css +1 -0
- package/sdk/exceljs.js +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +3 -3
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1 -0
- package/sdk/sdk.css +1 -0
- package/sdk/sdk.js +1318 -1253
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
package/lib/components/Html.d.ts
CHANGED
@@ -26,20 +26,20 @@ export declare class Html extends React.Component<HtmlProps> {
|
|
26
26
|
render(): JSX.Element;
|
27
27
|
}
|
28
28
|
declare const _default: {
|
29
|
-
new (props: (Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
30
|
-
inline
|
31
|
-
}
|
32
|
-
inline
|
33
|
-
}
|
29
|
+
new (props: (Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
30
|
+
inline?: boolean | undefined;
|
31
|
+
} & {} & import("../theme").ThemeOutterProps) | Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
32
|
+
inline?: boolean | undefined;
|
33
|
+
} & {} & import("../theme").ThemeOutterProps>): {
|
34
34
|
render(): JSX.Element;
|
35
35
|
context: any;
|
36
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
37
|
-
inline
|
38
|
-
}
|
36
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
37
|
+
inline?: boolean | undefined;
|
38
|
+
} & {} & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
39
39
|
forceUpdate(callback?: (() => void) | undefined): void;
|
40
|
-
readonly props: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
41
|
-
inline
|
42
|
-
}
|
40
|
+
readonly props: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
41
|
+
inline?: boolean | undefined;
|
42
|
+
} & {} & import("../theme").ThemeOutterProps> & Readonly<{
|
43
43
|
children?: React.ReactNode;
|
44
44
|
}>;
|
45
45
|
state: Readonly<{}>;
|
@@ -47,44 +47,44 @@ declare const _default: {
|
|
47
47
|
[key: string]: React.ReactInstance;
|
48
48
|
};
|
49
49
|
componentDidMount?(): void;
|
50
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
51
|
-
inline
|
52
|
-
}
|
50
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
51
|
+
inline?: boolean | undefined;
|
52
|
+
} & {} & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
53
53
|
componentWillUnmount?(): void;
|
54
54
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
55
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
56
|
-
inline
|
57
|
-
}
|
58
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
59
|
-
inline
|
60
|
-
}
|
55
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
56
|
+
inline?: boolean | undefined;
|
57
|
+
} & {} & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
58
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
59
|
+
inline?: boolean | undefined;
|
60
|
+
} & {} & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
61
61
|
componentWillMount?(): void;
|
62
62
|
UNSAFE_componentWillMount?(): void;
|
63
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
64
|
-
inline
|
65
|
-
}
|
66
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
67
|
-
inline
|
68
|
-
}
|
69
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
70
|
-
inline
|
71
|
-
}
|
72
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
73
|
-
inline
|
74
|
-
}
|
63
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
64
|
+
inline?: boolean | undefined;
|
65
|
+
} & {} & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
66
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
67
|
+
inline?: boolean | undefined;
|
68
|
+
} & {} & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
69
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
70
|
+
inline?: boolean | undefined;
|
71
|
+
} & {} & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
72
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
73
|
+
inline?: boolean | undefined;
|
74
|
+
} & {} & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
75
75
|
};
|
76
|
-
new (props: Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
77
|
-
inline
|
78
|
-
}
|
76
|
+
new (props: Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
77
|
+
inline?: boolean | undefined;
|
78
|
+
} & {} & import("../theme").ThemeOutterProps, context: any): {
|
79
79
|
render(): JSX.Element;
|
80
80
|
context: any;
|
81
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
82
|
-
inline
|
83
|
-
}
|
81
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
82
|
+
inline?: boolean | undefined;
|
83
|
+
} & {} & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
84
84
|
forceUpdate(callback?: (() => void) | undefined): void;
|
85
|
-
readonly props: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
86
|
-
inline
|
87
|
-
}
|
85
|
+
readonly props: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
86
|
+
inline?: boolean | undefined;
|
87
|
+
} & {} & import("../theme").ThemeOutterProps> & Readonly<{
|
88
88
|
children?: React.ReactNode;
|
89
89
|
}>;
|
90
90
|
state: Readonly<{}>;
|
@@ -92,31 +92,31 @@ declare const _default: {
|
|
92
92
|
[key: string]: React.ReactInstance;
|
93
93
|
};
|
94
94
|
componentDidMount?(): void;
|
95
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
96
|
-
inline
|
97
|
-
}
|
95
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
96
|
+
inline?: boolean | undefined;
|
97
|
+
} & {} & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
98
98
|
componentWillUnmount?(): void;
|
99
99
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
100
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
101
|
-
inline
|
102
|
-
}
|
103
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
104
|
-
inline
|
105
|
-
}
|
100
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
101
|
+
inline?: boolean | undefined;
|
102
|
+
} & {} & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
103
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
104
|
+
inline?: boolean | undefined;
|
105
|
+
} & {} & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
106
106
|
componentWillMount?(): void;
|
107
107
|
UNSAFE_componentWillMount?(): void;
|
108
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
109
|
-
inline
|
110
|
-
}
|
111
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
112
|
-
inline
|
113
|
-
}
|
114
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
115
|
-
inline
|
116
|
-
}
|
117
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> &
|
118
|
-
inline
|
119
|
-
}
|
108
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
109
|
+
inline?: boolean | undefined;
|
110
|
+
} & {} & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
111
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
112
|
+
inline?: boolean | undefined;
|
113
|
+
} & {} & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
114
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
115
|
+
inline?: boolean | undefined;
|
116
|
+
} & {} & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
117
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<HtmlProps, keyof import("../theme").ThemeProps>, "html" | "wrapperComponent"> & {
|
118
|
+
inline?: boolean | undefined;
|
119
|
+
} & {} & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
120
120
|
};
|
121
121
|
displayName: string;
|
122
122
|
contextType: React.Context<string>;
|