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
@@ -8,41 +8,41 @@ export declare class GroupedSelection extends BaseSelection {
|
|
8
8
|
render(): JSX.Element;
|
9
9
|
}
|
10
10
|
declare const _default: {
|
11
|
-
new (props: (Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
}
|
11
|
+
new (props: (Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
12
|
+
multiple?: boolean | undefined;
|
13
|
+
placeholder?: string | undefined;
|
14
|
+
clearable?: boolean | undefined;
|
15
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
16
|
+
} & {} & {
|
17
17
|
locale?: string | undefined;
|
18
18
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
19
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
}
|
19
|
+
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
20
|
+
multiple?: boolean | undefined;
|
21
|
+
placeholder?: string | undefined;
|
22
|
+
clearable?: boolean | undefined;
|
23
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
24
|
+
} & {} & {
|
25
25
|
locale?: string | undefined;
|
26
26
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
27
27
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>): {
|
28
28
|
render(): JSX.Element;
|
29
29
|
context: any;
|
30
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
}
|
30
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
31
|
+
multiple?: boolean | undefined;
|
32
|
+
placeholder?: string | undefined;
|
33
|
+
clearable?: boolean | undefined;
|
34
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
35
|
+
} & {} & {
|
36
36
|
locale?: string | undefined;
|
37
37
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
38
38
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
39
39
|
forceUpdate(callback?: (() => void) | undefined): void;
|
40
|
-
readonly props: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
}
|
40
|
+
readonly props: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
41
|
+
multiple?: boolean | undefined;
|
42
|
+
placeholder?: string | undefined;
|
43
|
+
clearable?: boolean | undefined;
|
44
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
45
|
+
} & {} & {
|
46
46
|
locale?: string | undefined;
|
47
47
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
48
48
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
@@ -53,101 +53,101 @@ declare const _default: {
|
|
53
53
|
[key: string]: React.ReactInstance;
|
54
54
|
};
|
55
55
|
componentDidMount?(): void;
|
56
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
}
|
56
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
57
|
+
multiple?: boolean | undefined;
|
58
|
+
placeholder?: string | undefined;
|
59
|
+
clearable?: boolean | undefined;
|
60
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
61
|
+
} & {} & {
|
62
62
|
locale?: string | undefined;
|
63
63
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
64
64
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
65
65
|
componentWillUnmount?(): void;
|
66
66
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
67
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
}
|
67
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
68
|
+
multiple?: boolean | undefined;
|
69
|
+
placeholder?: string | undefined;
|
70
|
+
clearable?: boolean | undefined;
|
71
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
72
|
+
} & {} & {
|
73
73
|
locale?: string | undefined;
|
74
74
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
75
75
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
76
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
}
|
76
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
77
|
+
multiple?: boolean | undefined;
|
78
|
+
placeholder?: string | undefined;
|
79
|
+
clearable?: boolean | undefined;
|
80
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
81
|
+
} & {} & {
|
82
82
|
locale?: string | undefined;
|
83
83
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
84
84
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
85
85
|
componentWillMount?(): void;
|
86
86
|
UNSAFE_componentWillMount?(): void;
|
87
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
}
|
87
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
88
|
+
multiple?: boolean | undefined;
|
89
|
+
placeholder?: string | undefined;
|
90
|
+
clearable?: boolean | undefined;
|
91
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
92
|
+
} & {} & {
|
93
93
|
locale?: string | undefined;
|
94
94
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
95
95
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
96
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
}
|
96
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
97
|
+
multiple?: boolean | undefined;
|
98
|
+
placeholder?: string | undefined;
|
99
|
+
clearable?: boolean | undefined;
|
100
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
101
|
+
} & {} & {
|
102
102
|
locale?: string | undefined;
|
103
103
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
104
104
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
105
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
}
|
105
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
106
|
+
multiple?: boolean | undefined;
|
107
|
+
placeholder?: string | undefined;
|
108
|
+
clearable?: boolean | undefined;
|
109
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
110
|
+
} & {} & {
|
111
111
|
locale?: string | undefined;
|
112
112
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
113
113
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
114
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
}
|
114
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
115
|
+
multiple?: boolean | undefined;
|
116
|
+
placeholder?: string | undefined;
|
117
|
+
clearable?: boolean | undefined;
|
118
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
119
|
+
} & {} & {
|
120
120
|
locale?: string | undefined;
|
121
121
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
122
122
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
123
123
|
};
|
124
|
-
new (props: Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
}
|
124
|
+
new (props: Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
125
|
+
multiple?: boolean | undefined;
|
126
|
+
placeholder?: string | undefined;
|
127
|
+
clearable?: boolean | undefined;
|
128
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
129
|
+
} & {} & {
|
130
130
|
locale?: string | undefined;
|
131
131
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
132
132
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
133
133
|
render(): JSX.Element;
|
134
134
|
context: any;
|
135
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
}
|
135
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
136
|
+
multiple?: boolean | undefined;
|
137
|
+
placeholder?: string | undefined;
|
138
|
+
clearable?: boolean | undefined;
|
139
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
140
|
+
} & {} & {
|
141
141
|
locale?: string | undefined;
|
142
142
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
143
143
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
144
144
|
forceUpdate(callback?: (() => void) | undefined): void;
|
145
|
-
readonly props: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
}
|
145
|
+
readonly props: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
146
|
+
multiple?: boolean | undefined;
|
147
|
+
placeholder?: string | undefined;
|
148
|
+
clearable?: boolean | undefined;
|
149
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
150
|
+
} & {} & {
|
151
151
|
locale?: string | undefined;
|
152
152
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
153
153
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
@@ -158,70 +158,70 @@ declare const _default: {
|
|
158
158
|
[key: string]: React.ReactInstance;
|
159
159
|
};
|
160
160
|
componentDidMount?(): void;
|
161
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
}
|
161
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
162
|
+
multiple?: boolean | undefined;
|
163
|
+
placeholder?: string | undefined;
|
164
|
+
clearable?: boolean | undefined;
|
165
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
166
|
+
} & {} & {
|
167
167
|
locale?: string | undefined;
|
168
168
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
169
169
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
170
170
|
componentWillUnmount?(): void;
|
171
171
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
172
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
}
|
172
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
173
|
+
multiple?: boolean | undefined;
|
174
|
+
placeholder?: string | undefined;
|
175
|
+
clearable?: boolean | undefined;
|
176
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
177
|
+
} & {} & {
|
178
178
|
locale?: string | undefined;
|
179
179
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
180
180
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
181
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
}
|
181
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
182
|
+
multiple?: boolean | undefined;
|
183
|
+
placeholder?: string | undefined;
|
184
|
+
clearable?: boolean | undefined;
|
185
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
186
|
+
} & {} & {
|
187
187
|
locale?: string | undefined;
|
188
188
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
189
189
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
190
190
|
componentWillMount?(): void;
|
191
191
|
UNSAFE_componentWillMount?(): void;
|
192
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
}
|
192
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
193
|
+
multiple?: boolean | undefined;
|
194
|
+
placeholder?: string | undefined;
|
195
|
+
clearable?: boolean | undefined;
|
196
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
197
|
+
} & {} & {
|
198
198
|
locale?: string | undefined;
|
199
199
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
200
200
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
201
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
}
|
201
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
202
|
+
multiple?: boolean | undefined;
|
203
|
+
placeholder?: string | undefined;
|
204
|
+
clearable?: boolean | undefined;
|
205
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
206
|
+
} & {} & {
|
207
207
|
locale?: string | undefined;
|
208
208
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
209
209
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
210
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
}
|
210
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
211
|
+
multiple?: boolean | undefined;
|
212
|
+
placeholder?: string | undefined;
|
213
|
+
clearable?: boolean | undefined;
|
214
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
215
|
+
} & {} & {
|
216
216
|
locale?: string | undefined;
|
217
217
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
218
218
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
219
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
}
|
219
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
220
|
+
multiple?: boolean | undefined;
|
221
|
+
placeholder?: string | undefined;
|
222
|
+
clearable?: boolean | undefined;
|
223
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
224
|
+
} & {} & {
|
225
225
|
locale?: string | undefined;
|
226
226
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
227
227
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -229,41 +229,41 @@ declare const _default: {
|
|
229
229
|
displayName: string;
|
230
230
|
contextType: React.Context<string>;
|
231
231
|
ComposedComponent: React.ComponentType<{
|
232
|
-
new (props: (Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
}
|
232
|
+
new (props: (Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
233
|
+
multiple?: boolean | undefined;
|
234
|
+
placeholder?: string | undefined;
|
235
|
+
clearable?: boolean | undefined;
|
236
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
237
|
+
} & {} & {
|
238
238
|
locale?: string | undefined;
|
239
239
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
240
|
-
}) | Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
}
|
240
|
+
}) | Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
241
|
+
multiple?: boolean | undefined;
|
242
|
+
placeholder?: string | undefined;
|
243
|
+
clearable?: boolean | undefined;
|
244
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
245
|
+
} & {} & {
|
246
246
|
locale?: string | undefined;
|
247
247
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
248
248
|
}>): {
|
249
249
|
render(): JSX.Element;
|
250
250
|
context: any;
|
251
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
}
|
251
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
252
|
+
multiple?: boolean | undefined;
|
253
|
+
placeholder?: string | undefined;
|
254
|
+
clearable?: boolean | undefined;
|
255
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
256
|
+
} & {} & {
|
257
257
|
locale?: string | undefined;
|
258
258
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
259
259
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
260
260
|
forceUpdate(callback?: (() => void) | undefined): void;
|
261
|
-
readonly props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
}
|
261
|
+
readonly props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
262
|
+
multiple?: boolean | undefined;
|
263
|
+
placeholder?: string | undefined;
|
264
|
+
clearable?: boolean | undefined;
|
265
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
266
|
+
} & {} & {
|
267
267
|
locale?: string | undefined;
|
268
268
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
269
269
|
}> & Readonly<{
|
@@ -274,101 +274,101 @@ declare const _default: {
|
|
274
274
|
[key: string]: React.ReactInstance;
|
275
275
|
};
|
276
276
|
componentDidMount?(): void;
|
277
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
}
|
277
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
278
|
+
multiple?: boolean | undefined;
|
279
|
+
placeholder?: string | undefined;
|
280
|
+
clearable?: boolean | undefined;
|
281
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
282
|
+
} & {} & {
|
283
283
|
locale?: string | undefined;
|
284
284
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
285
285
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
286
286
|
componentWillUnmount?(): void;
|
287
287
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
288
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
}
|
288
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
289
|
+
multiple?: boolean | undefined;
|
290
|
+
placeholder?: string | undefined;
|
291
|
+
clearable?: boolean | undefined;
|
292
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
293
|
+
} & {} & {
|
294
294
|
locale?: string | undefined;
|
295
295
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
296
296
|
}>, prevState: Readonly<{}>): any;
|
297
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
}
|
297
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
298
|
+
multiple?: boolean | undefined;
|
299
|
+
placeholder?: string | undefined;
|
300
|
+
clearable?: boolean | undefined;
|
301
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
302
|
+
} & {} & {
|
303
303
|
locale?: string | undefined;
|
304
304
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
305
305
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
306
306
|
componentWillMount?(): void;
|
307
307
|
UNSAFE_componentWillMount?(): void;
|
308
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
}
|
308
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
309
|
+
multiple?: boolean | undefined;
|
310
|
+
placeholder?: string | undefined;
|
311
|
+
clearable?: boolean | undefined;
|
312
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
313
|
+
} & {} & {
|
314
314
|
locale?: string | undefined;
|
315
315
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
316
316
|
}>, nextContext: any): void;
|
317
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
}
|
317
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
318
|
+
multiple?: boolean | undefined;
|
319
|
+
placeholder?: string | undefined;
|
320
|
+
clearable?: boolean | undefined;
|
321
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
322
|
+
} & {} & {
|
323
323
|
locale?: string | undefined;
|
324
324
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
325
325
|
}>, nextContext: any): void;
|
326
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
}
|
326
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
327
|
+
multiple?: boolean | undefined;
|
328
|
+
placeholder?: string | undefined;
|
329
|
+
clearable?: boolean | undefined;
|
330
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
331
|
+
} & {} & {
|
332
332
|
locale?: string | undefined;
|
333
333
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
334
334
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
335
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
}
|
335
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
336
|
+
multiple?: boolean | undefined;
|
337
|
+
placeholder?: string | undefined;
|
338
|
+
clearable?: boolean | undefined;
|
339
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
340
|
+
} & {} & {
|
341
341
|
locale?: string | undefined;
|
342
342
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
343
343
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
344
344
|
};
|
345
|
-
new (props: Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
}
|
345
|
+
new (props: Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
346
|
+
multiple?: boolean | undefined;
|
347
|
+
placeholder?: string | undefined;
|
348
|
+
clearable?: boolean | undefined;
|
349
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
350
|
+
} & {} & {
|
351
351
|
locale?: string | undefined;
|
352
352
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
353
353
|
}, context: any): {
|
354
354
|
render(): JSX.Element;
|
355
355
|
context: any;
|
356
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
}
|
356
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
357
|
+
multiple?: boolean | undefined;
|
358
|
+
placeholder?: string | undefined;
|
359
|
+
clearable?: boolean | undefined;
|
360
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
361
|
+
} & {} & {
|
362
362
|
locale?: string | undefined;
|
363
363
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
364
364
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
365
365
|
forceUpdate(callback?: (() => void) | undefined): void;
|
366
|
-
readonly props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
}
|
366
|
+
readonly props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
367
|
+
multiple?: boolean | undefined;
|
368
|
+
placeholder?: string | undefined;
|
369
|
+
clearable?: boolean | undefined;
|
370
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
371
|
+
} & {} & {
|
372
372
|
locale?: string | undefined;
|
373
373
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
374
374
|
}> & Readonly<{
|
@@ -379,70 +379,70 @@ declare const _default: {
|
|
379
379
|
[key: string]: React.ReactInstance;
|
380
380
|
};
|
381
381
|
componentDidMount?(): void;
|
382
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
}
|
382
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
383
|
+
multiple?: boolean | undefined;
|
384
|
+
placeholder?: string | undefined;
|
385
|
+
clearable?: boolean | undefined;
|
386
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
387
|
+
} & {} & {
|
388
388
|
locale?: string | undefined;
|
389
389
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
390
390
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
391
391
|
componentWillUnmount?(): void;
|
392
392
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
393
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
}
|
393
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
394
|
+
multiple?: boolean | undefined;
|
395
|
+
placeholder?: string | undefined;
|
396
|
+
clearable?: boolean | undefined;
|
397
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
398
|
+
} & {} & {
|
399
399
|
locale?: string | undefined;
|
400
400
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
401
401
|
}>, prevState: Readonly<{}>): any;
|
402
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
}
|
402
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
403
|
+
multiple?: boolean | undefined;
|
404
|
+
placeholder?: string | undefined;
|
405
|
+
clearable?: boolean | undefined;
|
406
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
407
|
+
} & {} & {
|
408
408
|
locale?: string | undefined;
|
409
409
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
410
410
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
411
411
|
componentWillMount?(): void;
|
412
412
|
UNSAFE_componentWillMount?(): void;
|
413
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
}
|
413
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
414
|
+
multiple?: boolean | undefined;
|
415
|
+
placeholder?: string | undefined;
|
416
|
+
clearable?: boolean | undefined;
|
417
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
418
|
+
} & {} & {
|
419
419
|
locale?: string | undefined;
|
420
420
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
421
421
|
}>, nextContext: any): void;
|
422
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
}
|
422
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
423
|
+
multiple?: boolean | undefined;
|
424
|
+
placeholder?: string | undefined;
|
425
|
+
clearable?: boolean | undefined;
|
426
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
427
|
+
} & {} & {
|
428
428
|
locale?: string | undefined;
|
429
429
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
430
430
|
}>, nextContext: any): void;
|
431
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
}
|
431
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
432
|
+
multiple?: boolean | undefined;
|
433
|
+
placeholder?: string | undefined;
|
434
|
+
clearable?: boolean | undefined;
|
435
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
436
|
+
} & {} & {
|
437
437
|
locale?: string | undefined;
|
438
438
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
439
439
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
440
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
}
|
440
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
441
|
+
multiple?: boolean | undefined;
|
442
|
+
placeholder?: string | undefined;
|
443
|
+
clearable?: boolean | undefined;
|
444
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
445
|
+
} & {} & {
|
446
446
|
locale?: string | undefined;
|
447
447
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
448
448
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -454,41 +454,41 @@ declare const _default: {
|
|
454
454
|
ComposedComponent: typeof GroupedSelection;
|
455
455
|
}>;
|
456
456
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
457
|
-
new (props: (Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
}
|
457
|
+
new (props: (Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
458
|
+
multiple?: boolean | undefined;
|
459
|
+
placeholder?: string | undefined;
|
460
|
+
clearable?: boolean | undefined;
|
461
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
462
|
+
} & {} & {
|
463
463
|
locale?: string | undefined;
|
464
464
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
465
|
-
}) | Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
}
|
465
|
+
}) | Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
466
|
+
multiple?: boolean | undefined;
|
467
|
+
placeholder?: string | undefined;
|
468
|
+
clearable?: boolean | undefined;
|
469
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
470
|
+
} & {} & {
|
471
471
|
locale?: string | undefined;
|
472
472
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
473
473
|
}>): {
|
474
474
|
render(): JSX.Element;
|
475
475
|
context: any;
|
476
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
}
|
476
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
477
|
+
multiple?: boolean | undefined;
|
478
|
+
placeholder?: string | undefined;
|
479
|
+
clearable?: boolean | undefined;
|
480
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
481
|
+
} & {} & {
|
482
482
|
locale?: string | undefined;
|
483
483
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
484
484
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
485
485
|
forceUpdate(callback?: (() => void) | undefined): void;
|
486
|
-
readonly props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
}
|
486
|
+
readonly props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
487
|
+
multiple?: boolean | undefined;
|
488
|
+
placeholder?: string | undefined;
|
489
|
+
clearable?: boolean | undefined;
|
490
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
491
|
+
} & {} & {
|
492
492
|
locale?: string | undefined;
|
493
493
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
494
494
|
}> & Readonly<{
|
@@ -499,101 +499,101 @@ declare const _default: {
|
|
499
499
|
[key: string]: React.ReactInstance;
|
500
500
|
};
|
501
501
|
componentDidMount?(): void;
|
502
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
}
|
502
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
503
|
+
multiple?: boolean | undefined;
|
504
|
+
placeholder?: string | undefined;
|
505
|
+
clearable?: boolean | undefined;
|
506
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
507
|
+
} & {} & {
|
508
508
|
locale?: string | undefined;
|
509
509
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
510
510
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
511
511
|
componentWillUnmount?(): void;
|
512
512
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
513
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
}
|
513
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
514
|
+
multiple?: boolean | undefined;
|
515
|
+
placeholder?: string | undefined;
|
516
|
+
clearable?: boolean | undefined;
|
517
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
518
|
+
} & {} & {
|
519
519
|
locale?: string | undefined;
|
520
520
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
521
521
|
}>, prevState: Readonly<{}>): any;
|
522
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
}
|
522
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
523
|
+
multiple?: boolean | undefined;
|
524
|
+
placeholder?: string | undefined;
|
525
|
+
clearable?: boolean | undefined;
|
526
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
527
|
+
} & {} & {
|
528
528
|
locale?: string | undefined;
|
529
529
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
530
530
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
531
531
|
componentWillMount?(): void;
|
532
532
|
UNSAFE_componentWillMount?(): void;
|
533
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
}
|
533
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
534
|
+
multiple?: boolean | undefined;
|
535
|
+
placeholder?: string | undefined;
|
536
|
+
clearable?: boolean | undefined;
|
537
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
538
|
+
} & {} & {
|
539
539
|
locale?: string | undefined;
|
540
540
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
541
541
|
}>, nextContext: any): void;
|
542
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
}
|
542
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
543
|
+
multiple?: boolean | undefined;
|
544
|
+
placeholder?: string | undefined;
|
545
|
+
clearable?: boolean | undefined;
|
546
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
547
|
+
} & {} & {
|
548
548
|
locale?: string | undefined;
|
549
549
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
550
550
|
}>, nextContext: any): void;
|
551
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
}
|
551
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
552
|
+
multiple?: boolean | undefined;
|
553
|
+
placeholder?: string | undefined;
|
554
|
+
clearable?: boolean | undefined;
|
555
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
556
|
+
} & {} & {
|
557
557
|
locale?: string | undefined;
|
558
558
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
559
559
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
560
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
}
|
560
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
561
|
+
multiple?: boolean | undefined;
|
562
|
+
placeholder?: string | undefined;
|
563
|
+
clearable?: boolean | undefined;
|
564
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
565
|
+
} & {} & {
|
566
566
|
locale?: string | undefined;
|
567
567
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
568
568
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
569
569
|
};
|
570
|
-
new (props: Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
}
|
570
|
+
new (props: Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
571
|
+
multiple?: boolean | undefined;
|
572
|
+
placeholder?: string | undefined;
|
573
|
+
clearable?: boolean | undefined;
|
574
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
575
|
+
} & {} & {
|
576
576
|
locale?: string | undefined;
|
577
577
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
578
578
|
}, context: any): {
|
579
579
|
render(): JSX.Element;
|
580
580
|
context: any;
|
581
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
}
|
581
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
582
|
+
multiple?: boolean | undefined;
|
583
|
+
placeholder?: string | undefined;
|
584
|
+
clearable?: boolean | undefined;
|
585
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
586
|
+
} & {} & {
|
587
587
|
locale?: string | undefined;
|
588
588
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
589
589
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
590
590
|
forceUpdate(callback?: (() => void) | undefined): void;
|
591
|
-
readonly props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
}
|
591
|
+
readonly props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
592
|
+
multiple?: boolean | undefined;
|
593
|
+
placeholder?: string | undefined;
|
594
|
+
clearable?: boolean | undefined;
|
595
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
596
|
+
} & {} & {
|
597
597
|
locale?: string | undefined;
|
598
598
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
599
599
|
}> & Readonly<{
|
@@ -604,70 +604,70 @@ declare const _default: {
|
|
604
604
|
[key: string]: React.ReactInstance;
|
605
605
|
};
|
606
606
|
componentDidMount?(): void;
|
607
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
}
|
607
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
608
|
+
multiple?: boolean | undefined;
|
609
|
+
placeholder?: string | undefined;
|
610
|
+
clearable?: boolean | undefined;
|
611
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
612
|
+
} & {} & {
|
613
613
|
locale?: string | undefined;
|
614
614
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
615
615
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
616
616
|
componentWillUnmount?(): void;
|
617
617
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
618
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
}
|
618
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
619
|
+
multiple?: boolean | undefined;
|
620
|
+
placeholder?: string | undefined;
|
621
|
+
clearable?: boolean | undefined;
|
622
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
623
|
+
} & {} & {
|
624
624
|
locale?: string | undefined;
|
625
625
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
626
626
|
}>, prevState: Readonly<{}>): any;
|
627
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
}
|
627
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
628
|
+
multiple?: boolean | undefined;
|
629
|
+
placeholder?: string | undefined;
|
630
|
+
clearable?: boolean | undefined;
|
631
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
632
|
+
} & {} & {
|
633
633
|
locale?: string | undefined;
|
634
634
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
635
635
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
636
636
|
componentWillMount?(): void;
|
637
637
|
UNSAFE_componentWillMount?(): void;
|
638
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
}
|
638
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
639
|
+
multiple?: boolean | undefined;
|
640
|
+
placeholder?: string | undefined;
|
641
|
+
clearable?: boolean | undefined;
|
642
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
643
|
+
} & {} & {
|
644
644
|
locale?: string | undefined;
|
645
645
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
646
646
|
}>, nextContext: any): void;
|
647
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
}
|
647
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
648
|
+
multiple?: boolean | undefined;
|
649
|
+
placeholder?: string | undefined;
|
650
|
+
clearable?: boolean | undefined;
|
651
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
652
|
+
} & {} & {
|
653
653
|
locale?: string | undefined;
|
654
654
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
655
655
|
}>, nextContext: any): void;
|
656
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
}
|
656
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
657
|
+
multiple?: boolean | undefined;
|
658
|
+
placeholder?: string | undefined;
|
659
|
+
clearable?: boolean | undefined;
|
660
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
661
|
+
} & {} & {
|
662
662
|
locale?: string | undefined;
|
663
663
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
664
664
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
665
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
}
|
665
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
666
|
+
multiple?: boolean | undefined;
|
667
|
+
placeholder?: string | undefined;
|
668
|
+
clearable?: boolean | undefined;
|
669
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
670
|
+
} & {} & {
|
671
671
|
locale?: string | undefined;
|
672
672
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
673
673
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -679,41 +679,41 @@ declare const _default: {
|
|
679
679
|
ComposedComponent: typeof GroupedSelection;
|
680
680
|
}, {}> & {
|
681
681
|
ComposedComponent: {
|
682
|
-
new (props: (Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
}
|
682
|
+
new (props: (Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
683
|
+
multiple?: boolean | undefined;
|
684
|
+
placeholder?: string | undefined;
|
685
|
+
clearable?: boolean | undefined;
|
686
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
687
|
+
} & {} & {
|
688
688
|
locale?: string | undefined;
|
689
689
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
690
|
-
}) | Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
}
|
690
|
+
}) | Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
691
|
+
multiple?: boolean | undefined;
|
692
|
+
placeholder?: string | undefined;
|
693
|
+
clearable?: boolean | undefined;
|
694
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
695
|
+
} & {} & {
|
696
696
|
locale?: string | undefined;
|
697
697
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
698
698
|
}>): {
|
699
699
|
render(): JSX.Element;
|
700
700
|
context: any;
|
701
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
}
|
701
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
702
|
+
multiple?: boolean | undefined;
|
703
|
+
placeholder?: string | undefined;
|
704
|
+
clearable?: boolean | undefined;
|
705
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
706
|
+
} & {} & {
|
707
707
|
locale?: string | undefined;
|
708
708
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
709
709
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
710
710
|
forceUpdate(callback?: (() => void) | undefined): void;
|
711
|
-
readonly props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
}
|
711
|
+
readonly props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
712
|
+
multiple?: boolean | undefined;
|
713
|
+
placeholder?: string | undefined;
|
714
|
+
clearable?: boolean | undefined;
|
715
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
716
|
+
} & {} & {
|
717
717
|
locale?: string | undefined;
|
718
718
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
719
719
|
}> & Readonly<{
|
@@ -724,101 +724,101 @@ declare const _default: {
|
|
724
724
|
[key: string]: React.ReactInstance;
|
725
725
|
};
|
726
726
|
componentDidMount?(): void;
|
727
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
}
|
727
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
728
|
+
multiple?: boolean | undefined;
|
729
|
+
placeholder?: string | undefined;
|
730
|
+
clearable?: boolean | undefined;
|
731
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
732
|
+
} & {} & {
|
733
733
|
locale?: string | undefined;
|
734
734
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
735
735
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
736
736
|
componentWillUnmount?(): void;
|
737
737
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
738
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
}
|
738
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
739
|
+
multiple?: boolean | undefined;
|
740
|
+
placeholder?: string | undefined;
|
741
|
+
clearable?: boolean | undefined;
|
742
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
743
|
+
} & {} & {
|
744
744
|
locale?: string | undefined;
|
745
745
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
746
746
|
}>, prevState: Readonly<{}>): any;
|
747
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
}
|
747
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
748
|
+
multiple?: boolean | undefined;
|
749
|
+
placeholder?: string | undefined;
|
750
|
+
clearable?: boolean | undefined;
|
751
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
752
|
+
} & {} & {
|
753
753
|
locale?: string | undefined;
|
754
754
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
755
755
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
756
756
|
componentWillMount?(): void;
|
757
757
|
UNSAFE_componentWillMount?(): void;
|
758
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
}
|
758
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
759
|
+
multiple?: boolean | undefined;
|
760
|
+
placeholder?: string | undefined;
|
761
|
+
clearable?: boolean | undefined;
|
762
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
763
|
+
} & {} & {
|
764
764
|
locale?: string | undefined;
|
765
765
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
766
766
|
}>, nextContext: any): void;
|
767
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
}
|
767
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
768
|
+
multiple?: boolean | undefined;
|
769
|
+
placeholder?: string | undefined;
|
770
|
+
clearable?: boolean | undefined;
|
771
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
772
|
+
} & {} & {
|
773
773
|
locale?: string | undefined;
|
774
774
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
775
775
|
}>, nextContext: any): void;
|
776
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
}
|
776
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
777
|
+
multiple?: boolean | undefined;
|
778
|
+
placeholder?: string | undefined;
|
779
|
+
clearable?: boolean | undefined;
|
780
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
781
|
+
} & {} & {
|
782
782
|
locale?: string | undefined;
|
783
783
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
784
784
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
785
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
}
|
785
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
786
|
+
multiple?: boolean | undefined;
|
787
|
+
placeholder?: string | undefined;
|
788
|
+
clearable?: boolean | undefined;
|
789
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
790
|
+
} & {} & {
|
791
791
|
locale?: string | undefined;
|
792
792
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
793
793
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
794
794
|
};
|
795
|
-
new (props: Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
}
|
795
|
+
new (props: Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
796
|
+
multiple?: boolean | undefined;
|
797
|
+
placeholder?: string | undefined;
|
798
|
+
clearable?: boolean | undefined;
|
799
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
800
|
+
} & {} & {
|
801
801
|
locale?: string | undefined;
|
802
802
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
803
803
|
}, context: any): {
|
804
804
|
render(): JSX.Element;
|
805
805
|
context: any;
|
806
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
}
|
806
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
807
|
+
multiple?: boolean | undefined;
|
808
|
+
placeholder?: string | undefined;
|
809
|
+
clearable?: boolean | undefined;
|
810
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
811
|
+
} & {} & {
|
812
812
|
locale?: string | undefined;
|
813
813
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
814
814
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
815
815
|
forceUpdate(callback?: (() => void) | undefined): void;
|
816
|
-
readonly props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
}
|
816
|
+
readonly props: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
817
|
+
multiple?: boolean | undefined;
|
818
|
+
placeholder?: string | undefined;
|
819
|
+
clearable?: boolean | undefined;
|
820
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
821
|
+
} & {} & {
|
822
822
|
locale?: string | undefined;
|
823
823
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
824
824
|
}> & Readonly<{
|
@@ -829,70 +829,70 @@ declare const _default: {
|
|
829
829
|
[key: string]: React.ReactInstance;
|
830
830
|
};
|
831
831
|
componentDidMount?(): void;
|
832
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
}
|
832
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
833
|
+
multiple?: boolean | undefined;
|
834
|
+
placeholder?: string | undefined;
|
835
|
+
clearable?: boolean | undefined;
|
836
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
837
|
+
} & {} & {
|
838
838
|
locale?: string | undefined;
|
839
839
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
840
840
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
841
841
|
componentWillUnmount?(): void;
|
842
842
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
843
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
}
|
843
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
844
|
+
multiple?: boolean | undefined;
|
845
|
+
placeholder?: string | undefined;
|
846
|
+
clearable?: boolean | undefined;
|
847
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
848
|
+
} & {} & {
|
849
849
|
locale?: string | undefined;
|
850
850
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
851
851
|
}>, prevState: Readonly<{}>): any;
|
852
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
}
|
852
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
853
|
+
multiple?: boolean | undefined;
|
854
|
+
placeholder?: string | undefined;
|
855
|
+
clearable?: boolean | undefined;
|
856
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
857
|
+
} & {} & {
|
858
858
|
locale?: string | undefined;
|
859
859
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
860
860
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
861
861
|
componentWillMount?(): void;
|
862
862
|
UNSAFE_componentWillMount?(): void;
|
863
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
}
|
863
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
864
|
+
multiple?: boolean | undefined;
|
865
|
+
placeholder?: string | undefined;
|
866
|
+
clearable?: boolean | undefined;
|
867
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
868
|
+
} & {} & {
|
869
869
|
locale?: string | undefined;
|
870
870
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
871
871
|
}>, nextContext: any): void;
|
872
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
}
|
872
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
873
|
+
multiple?: boolean | undefined;
|
874
|
+
placeholder?: string | undefined;
|
875
|
+
clearable?: boolean | undefined;
|
876
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
877
|
+
} & {} & {
|
878
878
|
locale?: string | undefined;
|
879
879
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
880
880
|
}>, nextContext: any): void;
|
881
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
}
|
881
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
882
|
+
multiple?: boolean | undefined;
|
883
|
+
placeholder?: string | undefined;
|
884
|
+
clearable?: boolean | undefined;
|
885
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
886
|
+
} & {} & {
|
887
887
|
locale?: string | undefined;
|
888
888
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
889
889
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
890
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> &
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
}
|
890
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("./Selection").BaseSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "option2value" | "itemClassName"> & {
|
891
|
+
multiple?: boolean | undefined;
|
892
|
+
placeholder?: string | undefined;
|
893
|
+
clearable?: boolean | undefined;
|
894
|
+
itemRender?: ((option: Option, states: import("./Selection").ItemRenderStates) => JSX.Element) | undefined;
|
895
|
+
} & {} & {
|
896
896
|
locale?: string | undefined;
|
897
897
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
898
898
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|