amis 1.6.5-beta.3 → 1.8.0-beta.0

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.
Files changed (238) hide show
  1. package/lib/Schema.d.ts +3 -2
  2. package/lib/Schema.js +0 -1
  3. package/lib/Schema.js.map +2 -2
  4. package/lib/components/Alert2.js +4 -2
  5. package/lib/components/Alert2.js.map +2 -2
  6. package/lib/components/AssociatedSelection.d.ts +84 -84
  7. package/lib/components/Avatar.d.ts +20 -20
  8. package/lib/components/Breadcrumb.d.ts +130 -0
  9. package/lib/components/Breadcrumb.js +161 -0
  10. package/lib/components/Breadcrumb.js.map +13 -0
  11. package/lib/components/Card.d.ts +20 -20
  12. package/lib/components/ChainedSelection.d.ts +84 -84
  13. package/lib/components/CityArea.js +3 -0
  14. package/lib/components/CityArea.js.map +2 -2
  15. package/lib/components/Collapse.d.ts +20 -20
  16. package/lib/components/CollapseGroup.d.ts +20 -20
  17. package/lib/components/DatePicker.d.ts +84 -84
  18. package/lib/components/DateRangePicker.d.ts +2 -2
  19. package/lib/components/DateRangePicker.js +36 -45
  20. package/lib/components/DateRangePicker.js.map +2 -2
  21. package/lib/components/GroupedSelection.d.ts +84 -84
  22. package/lib/components/Layout.d.ts +21 -21
  23. package/lib/components/ListGroup.d.ts +21 -21
  24. package/lib/components/PopUp.js +2 -1
  25. package/lib/components/PopUp.js.map +2 -2
  26. package/lib/components/Radios.d.ts +21 -21
  27. package/lib/components/Range.js.map +2 -2
  28. package/lib/components/Selection.d.ts +84 -84
  29. package/lib/components/TableSelection.d.ts +84 -84
  30. package/lib/components/Tabs.d.ts +52 -23
  31. package/lib/components/Tabs.js +198 -46
  32. package/lib/components/Tabs.js.map +2 -2
  33. package/lib/components/TooltipWrapper.d.ts +21 -20
  34. package/lib/components/TooltipWrapper.js +2 -2
  35. package/lib/components/TooltipWrapper.js.map +2 -2
  36. package/lib/components/Transfer.d.ts +84 -84
  37. package/lib/components/TransferDropDown.d.ts +84 -84
  38. package/lib/components/Tree.d.ts +84 -84
  39. package/lib/components/TreeSelection.d.ts +84 -84
  40. package/lib/components/calendar/Calendar.js +5 -0
  41. package/lib/components/calendar/Calendar.js.map +2 -2
  42. package/lib/components/calendar/DaysView.js.map +1 -1
  43. package/lib/components/icons.js +8 -0
  44. package/lib/components/icons.js.map +2 -2
  45. package/lib/components/index.d.ts +2 -1
  46. package/lib/components/index.js +4 -2
  47. package/lib/components/index.js.map +2 -2
  48. package/lib/icons/cloud-upload.js +17 -0
  49. package/lib/icons/image.js +7 -0
  50. package/lib/icons/refresh.js +9 -0
  51. package/lib/icons/trash.js +10 -0
  52. package/lib/icons/upload.js +3 -8
  53. package/lib/index.d.ts +1 -0
  54. package/lib/index.js +2 -1
  55. package/lib/index.js.map +2 -2
  56. package/lib/locale/en-US.js +3 -1
  57. package/lib/locale/en-US.js.map +2 -2
  58. package/lib/locale/zh-CN.js +4 -2
  59. package/lib/locale/zh-CN.js.map +2 -2
  60. package/lib/renderers/Action.d.ts +1 -1
  61. package/lib/renderers/Action.js.map +2 -2
  62. package/lib/renderers/Breadcrumb.d.ts +41 -6
  63. package/lib/renderers/Breadcrumb.js +23 -19
  64. package/lib/renderers/Breadcrumb.js.map +2 -2
  65. package/lib/renderers/ButtonGroup.d.ts +2 -2
  66. package/lib/renderers/ButtonGroup.js.map +1 -1
  67. package/lib/renderers/Form/ChainedSelect.d.ts +4 -1
  68. package/lib/renderers/Form/ChainedSelect.js +83 -34
  69. package/lib/renderers/Form/ChainedSelect.js.map +2 -2
  70. package/lib/renderers/Form/Checkbox.d.ts +3 -0
  71. package/lib/renderers/Form/Checkbox.js +38 -1
  72. package/lib/renderers/Form/Checkbox.js.map +2 -2
  73. package/lib/renderers/Form/Combo.d.ts +4 -3
  74. package/lib/renderers/Form/Combo.js +81 -32
  75. package/lib/renderers/Form/Combo.js.map +2 -2
  76. package/lib/renderers/Form/DiffEditor.d.ts +1 -1
  77. package/lib/renderers/Form/InputCity.d.ts +84 -84
  78. package/lib/renderers/Form/InputCity.js +4 -1
  79. package/lib/renderers/Form/InputCity.js.map +2 -2
  80. package/lib/renderers/Form/InputColor.js +3 -1
  81. package/lib/renderers/Form/InputColor.js.map +2 -2
  82. package/lib/renderers/Form/InputDate.js +3 -1
  83. package/lib/renderers/Form/InputDate.js.map +2 -2
  84. package/lib/renderers/Form/InputDateRange.js +3 -1
  85. package/lib/renderers/Form/InputDateRange.js.map +2 -2
  86. package/lib/renderers/Form/InputExcel.d.ts +4 -0
  87. package/lib/renderers/Form/InputExcel.js +33 -6
  88. package/lib/renderers/Form/InputExcel.js.map +2 -2
  89. package/lib/renderers/Form/InputFile.d.ts +8 -1
  90. package/lib/renderers/Form/InputFile.js +71 -42
  91. package/lib/renderers/Form/InputFile.js.map +2 -2
  92. package/lib/renderers/Form/InputImage.d.ts +4 -1
  93. package/lib/renderers/Form/InputImage.js +21 -9
  94. package/lib/renderers/Form/InputImage.js.map +2 -2
  95. package/lib/renderers/Form/InputRange.d.ts +27 -9
  96. package/lib/renderers/Form/InputRange.js +88 -23
  97. package/lib/renderers/Form/InputRange.js.map +2 -2
  98. package/lib/renderers/Form/InputSubForm.js +2 -1
  99. package/lib/renderers/Form/InputSubForm.js.map +2 -2
  100. package/lib/renderers/Form/InputTag.js +2 -1
  101. package/lib/renderers/Form/InputTag.js.map +2 -2
  102. package/lib/renderers/Form/MatrixCheckboxes.js +2 -1
  103. package/lib/renderers/Form/MatrixCheckboxes.js.map +2 -2
  104. package/lib/renderers/Form/NestedSelect.d.ts +9 -6
  105. package/lib/renderers/Form/NestedSelect.js +247 -130
  106. package/lib/renderers/Form/NestedSelect.js.map +2 -2
  107. package/lib/renderers/Form/Options.js +2 -1
  108. package/lib/renderers/Form/Options.js.map +2 -2
  109. package/lib/renderers/Form/Radios.js +2 -1
  110. package/lib/renderers/Form/Radios.js.map +2 -2
  111. package/lib/renderers/Form/Select.js +6 -3
  112. package/lib/renderers/Form/Select.js.map +2 -2
  113. package/lib/renderers/Form/Switch.d.ts +7 -6
  114. package/lib/renderers/Form/Switch.js +4 -1
  115. package/lib/renderers/Form/Switch.js.map +2 -2
  116. package/lib/renderers/Log.js +2 -1
  117. package/lib/renderers/Log.js.map +2 -2
  118. package/lib/renderers/PopOver.js +1 -1
  119. package/lib/renderers/PopOver.js.map +2 -2
  120. package/lib/renderers/Tabs.d.ts +58 -5
  121. package/lib/renderers/Tabs.js +170 -58
  122. package/lib/renderers/Tabs.js.map +2 -2
  123. package/lib/renderers/TooltipWrapper.d.ts +104 -0
  124. package/lib/renderers/TooltipWrapper.js +59 -0
  125. package/lib/renderers/TooltipWrapper.js.map +13 -0
  126. package/lib/renderers/Video.d.ts +6 -0
  127. package/lib/renderers/Video.js +13 -6
  128. package/lib/renderers/Video.js.map +2 -2
  129. package/lib/store/form.js +4 -13
  130. package/lib/store/form.js.map +2 -2
  131. package/lib/store/table.js +1 -1
  132. package/lib/store/table.js.map +2 -2
  133. package/lib/themes/ang-ie11.css +742 -160
  134. package/lib/themes/ang.css +793 -163
  135. package/lib/themes/ang.css.map +1 -1
  136. package/lib/themes/antd-ie11.css +757 -175
  137. package/lib/themes/antd.css +793 -163
  138. package/lib/themes/antd.css.map +1 -1
  139. package/lib/themes/cxd-ie11.css +1249 -667
  140. package/lib/themes/cxd.css +970 -321
  141. package/lib/themes/cxd.css.map +1 -1
  142. package/lib/themes/dark-ie11.css +742 -160
  143. package/lib/themes/dark.css +793 -163
  144. package/lib/themes/dark.css.map +1 -1
  145. package/lib/themes/default-ie11.css +1249 -667
  146. package/lib/themes/default.css +970 -321
  147. package/lib/themes/default.css.map +1 -1
  148. package/package.json +1 -1
  149. package/schema.json +16012 -736
  150. package/scss/_properties.scss +56 -2
  151. package/scss/components/_alert.scss +1 -1
  152. package/scss/components/_breadcrumb.scss +90 -1
  153. package/scss/components/_button-group.scss +15 -0
  154. package/scss/components/_city-area.scss +2 -0
  155. package/scss/components/_popup.scss +13 -3
  156. package/scss/components/_tabs.scss +629 -132
  157. package/scss/components/_tooltip.scss +72 -0
  158. package/scss/components/form/_file.scss +82 -24
  159. package/scss/components/form/_image.scss +30 -25
  160. package/scss/components/form/_number.scss +2 -0
  161. package/scss/components/form/_switch.scss +1 -3
  162. package/scss/themes/_cxd-colors.scss +47 -47
  163. package/scss/themes/_cxd-variables.scss +20 -0
  164. package/sdk/ang-ie11.css +879 -196
  165. package/sdk/ang.css +931 -200
  166. package/sdk/antd-ie11.css +951 -268
  167. package/sdk/antd.css +931 -200
  168. package/sdk/barcode.js +51 -51
  169. package/sdk/charts.js +14 -14
  170. package/sdk/codemirror.js +7 -7
  171. package/sdk/color-picker.js +65 -65
  172. package/sdk/cropperjs.js +2 -2
  173. package/sdk/cxd-ie11.css +1386 -703
  174. package/sdk/cxd.css +1107 -357
  175. package/sdk/dark-ie11.css +879 -196
  176. package/sdk/dark.css +931 -200
  177. package/sdk/exceljs.js +1 -1
  178. package/sdk/markdown.js +69 -69
  179. package/sdk/papaparse.js +1 -1
  180. package/sdk/renderers/Form/CityDB.js +1 -1
  181. package/sdk/rest.js +17 -17
  182. package/sdk/rich-text.js +62 -62
  183. package/sdk/sdk-ie11.css +1386 -703
  184. package/sdk/sdk.css +1107 -357
  185. package/sdk/sdk.js +1260 -1248
  186. package/sdk/thirds/hls.js/hls.js +1 -1
  187. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  188. package/sdk/tinymce.js +57 -57
  189. package/src/Schema.ts +5 -2
  190. package/src/components/Alert2.tsx +9 -3
  191. package/src/components/Breadcrumb.tsx +294 -0
  192. package/src/components/CityArea.tsx +3 -0
  193. package/src/components/DateRangePicker.tsx +40 -68
  194. package/src/components/PopUp.tsx +6 -5
  195. package/src/components/Range.tsx +7 -1
  196. package/src/components/Tabs.tsx +300 -54
  197. package/src/components/TooltipWrapper.tsx +4 -1
  198. package/src/components/calendar/Calendar.tsx +5 -0
  199. package/src/components/calendar/DaysView.tsx +2 -2
  200. package/src/components/icons.tsx +8 -0
  201. package/src/components/index.tsx +2 -0
  202. package/src/icons/cloud-upload.svg +22 -0
  203. package/src/icons/image.svg +1 -0
  204. package/src/icons/refresh.svg +7 -0
  205. package/src/icons/trash.svg +8 -0
  206. package/src/icons/upload.svg +4 -9
  207. package/src/index.tsx +1 -0
  208. package/src/locale/en-US.ts +3 -1
  209. package/src/locale/zh-CN.ts +4 -2
  210. package/src/renderers/Action.tsx +2 -1
  211. package/src/renderers/Breadcrumb.tsx +89 -45
  212. package/src/renderers/ButtonGroup.tsx +2 -2
  213. package/src/renderers/Form/ChainedSelect.tsx +56 -12
  214. package/src/renderers/Form/Checkbox.tsx +30 -1
  215. package/src/renderers/Form/Combo.tsx +84 -26
  216. package/src/renderers/Form/InputCity.tsx +13 -1
  217. package/src/renderers/Form/InputColor.tsx +2 -0
  218. package/src/renderers/Form/InputDate.tsx +2 -0
  219. package/src/renderers/Form/InputDateRange.tsx +2 -0
  220. package/src/renderers/Form/InputExcel.tsx +27 -5
  221. package/src/renderers/Form/InputFile.tsx +167 -115
  222. package/src/renderers/Form/InputImage.tsx +61 -35
  223. package/src/renderers/Form/InputRange.tsx +95 -40
  224. package/src/renderers/Form/InputSubForm.tsx +2 -1
  225. package/src/renderers/Form/InputTag.tsx +3 -1
  226. package/src/renderers/Form/MatrixCheckboxes.tsx +3 -1
  227. package/src/renderers/Form/NestedSelect.tsx +75 -26
  228. package/src/renderers/Form/Options.tsx +3 -1
  229. package/src/renderers/Form/Radios.tsx +3 -1
  230. package/src/renderers/Form/Select.tsx +6 -2
  231. package/src/renderers/Form/Switch.tsx +16 -9
  232. package/src/renderers/Log.tsx +2 -1
  233. package/src/renderers/PopOver.tsx +1 -1
  234. package/src/renderers/Tabs.tsx +254 -93
  235. package/src/renderers/TooltipWrapper.tsx +219 -0
  236. package/src/renderers/Video.tsx +21 -6
  237. package/src/store/form.ts +0 -9
  238. package/src/store/table.ts +1 -1
@@ -21,7 +21,7 @@ export declare class ChainedSelection extends BaseSelection<ChainedSelectionProp
21
21
  render(): JSX.Element;
22
22
  }
23
23
  declare const _default: {
24
- new (props: (Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
24
+ new (props: (Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
25
25
  placeholder: string;
26
26
  itemRender: typeof BaseSelection.itemRender;
27
27
  multiple: boolean;
@@ -29,7 +29,7 @@ declare const _default: {
29
29
  }, never>> & {
30
30
  locale?: string | undefined;
31
31
  translate?: ((str: string, ...args: any[]) => string) | undefined;
32
- }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
32
+ }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
33
33
  placeholder: string;
34
34
  itemRender: typeof BaseSelection.itemRender;
35
35
  multiple: boolean;
@@ -40,7 +40,7 @@ declare const _default: {
40
40
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>): {
41
41
  render(): JSX.Element;
42
42
  context: any;
43
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
43
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
44
44
  placeholder: string;
45
45
  itemRender: typeof BaseSelection.itemRender;
46
46
  multiple: boolean;
@@ -50,7 +50,7 @@ declare const _default: {
50
50
  translate?: ((str: string, ...args: any[]) => string) | undefined;
51
51
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
52
52
  forceUpdate(callback?: (() => void) | undefined): void;
53
- readonly props: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
53
+ readonly props: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
54
54
  placeholder: string;
55
55
  itemRender: typeof BaseSelection.itemRender;
56
56
  multiple: boolean;
@@ -66,7 +66,7 @@ declare const _default: {
66
66
  [key: string]: React.ReactInstance;
67
67
  };
68
68
  componentDidMount?(): void;
69
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
69
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
70
70
  placeholder: string;
71
71
  itemRender: typeof BaseSelection.itemRender;
72
72
  multiple: boolean;
@@ -77,7 +77,7 @@ declare const _default: {
77
77
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
78
78
  componentWillUnmount?(): void;
79
79
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
80
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
80
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
81
81
  placeholder: string;
82
82
  itemRender: typeof BaseSelection.itemRender;
83
83
  multiple: boolean;
@@ -86,7 +86,7 @@ declare const _default: {
86
86
  locale?: string | undefined;
87
87
  translate?: ((str: string, ...args: any[]) => string) | undefined;
88
88
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
89
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
89
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
90
90
  placeholder: string;
91
91
  itemRender: typeof BaseSelection.itemRender;
92
92
  multiple: boolean;
@@ -97,7 +97,7 @@ declare const _default: {
97
97
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
98
98
  componentWillMount?(): void;
99
99
  UNSAFE_componentWillMount?(): void;
100
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
100
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
101
101
  placeholder: string;
102
102
  itemRender: typeof BaseSelection.itemRender;
103
103
  multiple: boolean;
@@ -106,7 +106,7 @@ declare const _default: {
106
106
  locale?: string | undefined;
107
107
  translate?: ((str: string, ...args: any[]) => string) | undefined;
108
108
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
109
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
109
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
110
110
  placeholder: string;
111
111
  itemRender: typeof BaseSelection.itemRender;
112
112
  multiple: boolean;
@@ -115,7 +115,7 @@ declare const _default: {
115
115
  locale?: string | undefined;
116
116
  translate?: ((str: string, ...args: any[]) => string) | undefined;
117
117
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
118
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
118
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
119
119
  placeholder: string;
120
120
  itemRender: typeof BaseSelection.itemRender;
121
121
  multiple: boolean;
@@ -124,7 +124,7 @@ declare const _default: {
124
124
  locale?: string | undefined;
125
125
  translate?: ((str: string, ...args: any[]) => string) | undefined;
126
126
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
127
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
127
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
128
128
  placeholder: string;
129
129
  itemRender: typeof BaseSelection.itemRender;
130
130
  multiple: boolean;
@@ -134,7 +134,7 @@ declare const _default: {
134
134
  translate?: ((str: string, ...args: any[]) => string) | undefined;
135
135
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
136
136
  };
137
- new (props: Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
137
+ new (props: Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
138
138
  placeholder: string;
139
139
  itemRender: typeof BaseSelection.itemRender;
140
140
  multiple: boolean;
@@ -145,7 +145,7 @@ declare const _default: {
145
145
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
146
146
  render(): JSX.Element;
147
147
  context: any;
148
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
148
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
149
149
  placeholder: string;
150
150
  itemRender: typeof BaseSelection.itemRender;
151
151
  multiple: boolean;
@@ -155,7 +155,7 @@ declare const _default: {
155
155
  translate?: ((str: string, ...args: any[]) => string) | undefined;
156
156
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
157
157
  forceUpdate(callback?: (() => void) | undefined): void;
158
- readonly props: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
158
+ readonly props: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
159
159
  placeholder: string;
160
160
  itemRender: typeof BaseSelection.itemRender;
161
161
  multiple: boolean;
@@ -171,7 +171,7 @@ declare const _default: {
171
171
  [key: string]: React.ReactInstance;
172
172
  };
173
173
  componentDidMount?(): void;
174
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
174
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
175
175
  placeholder: string;
176
176
  itemRender: typeof BaseSelection.itemRender;
177
177
  multiple: boolean;
@@ -182,7 +182,7 @@ declare const _default: {
182
182
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
183
183
  componentWillUnmount?(): void;
184
184
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
185
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
185
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
186
186
  placeholder: string;
187
187
  itemRender: typeof BaseSelection.itemRender;
188
188
  multiple: boolean;
@@ -191,7 +191,7 @@ declare const _default: {
191
191
  locale?: string | undefined;
192
192
  translate?: ((str: string, ...args: any[]) => string) | undefined;
193
193
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
194
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
194
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
195
195
  placeholder: string;
196
196
  itemRender: typeof BaseSelection.itemRender;
197
197
  multiple: boolean;
@@ -202,7 +202,7 @@ declare const _default: {
202
202
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
203
203
  componentWillMount?(): void;
204
204
  UNSAFE_componentWillMount?(): void;
205
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
205
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
206
206
  placeholder: string;
207
207
  itemRender: typeof BaseSelection.itemRender;
208
208
  multiple: boolean;
@@ -211,7 +211,7 @@ declare const _default: {
211
211
  locale?: string | undefined;
212
212
  translate?: ((str: string, ...args: any[]) => string) | undefined;
213
213
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
214
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
214
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
215
215
  placeholder: string;
216
216
  itemRender: typeof BaseSelection.itemRender;
217
217
  multiple: boolean;
@@ -220,7 +220,7 @@ declare const _default: {
220
220
  locale?: string | undefined;
221
221
  translate?: ((str: string, ...args: any[]) => string) | undefined;
222
222
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
223
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
223
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
224
224
  placeholder: string;
225
225
  itemRender: typeof BaseSelection.itemRender;
226
226
  multiple: boolean;
@@ -229,7 +229,7 @@ declare const _default: {
229
229
  locale?: string | undefined;
230
230
  translate?: ((str: string, ...args: any[]) => string) | undefined;
231
231
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
232
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
232
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
233
233
  placeholder: string;
234
234
  itemRender: typeof BaseSelection.itemRender;
235
235
  multiple: boolean;
@@ -242,7 +242,7 @@ declare const _default: {
242
242
  displayName: string;
243
243
  contextType: React.Context<string>;
244
244
  ComposedComponent: React.ComponentType<{
245
- new (props: (Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
245
+ new (props: (Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
246
246
  placeholder: string;
247
247
  itemRender: typeof BaseSelection.itemRender;
248
248
  multiple: boolean;
@@ -250,7 +250,7 @@ declare const _default: {
250
250
  }, never>> & {
251
251
  locale?: string | undefined;
252
252
  translate?: ((str: string, ...args: any[]) => string) | undefined;
253
- }) | Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
253
+ }) | Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
254
254
  placeholder: string;
255
255
  itemRender: typeof BaseSelection.itemRender;
256
256
  multiple: boolean;
@@ -261,7 +261,7 @@ declare const _default: {
261
261
  }>): {
262
262
  render(): JSX.Element;
263
263
  context: any;
264
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
264
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
265
265
  placeholder: string;
266
266
  itemRender: typeof BaseSelection.itemRender;
267
267
  multiple: boolean;
@@ -271,7 +271,7 @@ declare const _default: {
271
271
  translate?: ((str: string, ...args: any[]) => string) | undefined;
272
272
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
273
273
  forceUpdate(callback?: (() => void) | undefined): void;
274
- readonly props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
274
+ readonly props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
275
275
  placeholder: string;
276
276
  itemRender: typeof BaseSelection.itemRender;
277
277
  multiple: boolean;
@@ -287,7 +287,7 @@ declare const _default: {
287
287
  [key: string]: React.ReactInstance;
288
288
  };
289
289
  componentDidMount?(): void;
290
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
290
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
291
291
  placeholder: string;
292
292
  itemRender: typeof BaseSelection.itemRender;
293
293
  multiple: boolean;
@@ -298,7 +298,7 @@ declare const _default: {
298
298
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
299
299
  componentWillUnmount?(): void;
300
300
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
301
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
301
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
302
302
  placeholder: string;
303
303
  itemRender: typeof BaseSelection.itemRender;
304
304
  multiple: boolean;
@@ -307,7 +307,7 @@ declare const _default: {
307
307
  locale?: string | undefined;
308
308
  translate?: ((str: string, ...args: any[]) => string) | undefined;
309
309
  }>, prevState: Readonly<{}>): any;
310
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
310
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
311
311
  placeholder: string;
312
312
  itemRender: typeof BaseSelection.itemRender;
313
313
  multiple: boolean;
@@ -318,7 +318,7 @@ declare const _default: {
318
318
  }>, prevState: Readonly<{}>, snapshot?: any): void;
319
319
  componentWillMount?(): void;
320
320
  UNSAFE_componentWillMount?(): void;
321
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
321
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
322
322
  placeholder: string;
323
323
  itemRender: typeof BaseSelection.itemRender;
324
324
  multiple: boolean;
@@ -327,7 +327,7 @@ declare const _default: {
327
327
  locale?: string | undefined;
328
328
  translate?: ((str: string, ...args: any[]) => string) | undefined;
329
329
  }>, nextContext: any): void;
330
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
330
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
331
331
  placeholder: string;
332
332
  itemRender: typeof BaseSelection.itemRender;
333
333
  multiple: boolean;
@@ -336,7 +336,7 @@ declare const _default: {
336
336
  locale?: string | undefined;
337
337
  translate?: ((str: string, ...args: any[]) => string) | undefined;
338
338
  }>, nextContext: any): void;
339
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
339
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
340
340
  placeholder: string;
341
341
  itemRender: typeof BaseSelection.itemRender;
342
342
  multiple: boolean;
@@ -345,7 +345,7 @@ declare const _default: {
345
345
  locale?: string | undefined;
346
346
  translate?: ((str: string, ...args: any[]) => string) | undefined;
347
347
  }>, nextState: Readonly<{}>, nextContext: any): void;
348
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
348
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
349
349
  placeholder: string;
350
350
  itemRender: typeof BaseSelection.itemRender;
351
351
  multiple: boolean;
@@ -355,7 +355,7 @@ declare const _default: {
355
355
  translate?: ((str: string, ...args: any[]) => string) | undefined;
356
356
  }>, nextState: Readonly<{}>, nextContext: any): void;
357
357
  };
358
- new (props: Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
358
+ new (props: Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
359
359
  placeholder: string;
360
360
  itemRender: typeof BaseSelection.itemRender;
361
361
  multiple: boolean;
@@ -366,7 +366,7 @@ declare const _default: {
366
366
  }, context: any): {
367
367
  render(): JSX.Element;
368
368
  context: any;
369
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
369
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
370
370
  placeholder: string;
371
371
  itemRender: typeof BaseSelection.itemRender;
372
372
  multiple: boolean;
@@ -376,7 +376,7 @@ declare const _default: {
376
376
  translate?: ((str: string, ...args: any[]) => string) | undefined;
377
377
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
378
378
  forceUpdate(callback?: (() => void) | undefined): void;
379
- readonly props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
379
+ readonly props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
380
380
  placeholder: string;
381
381
  itemRender: typeof BaseSelection.itemRender;
382
382
  multiple: boolean;
@@ -392,7 +392,7 @@ declare const _default: {
392
392
  [key: string]: React.ReactInstance;
393
393
  };
394
394
  componentDidMount?(): void;
395
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
395
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
396
396
  placeholder: string;
397
397
  itemRender: typeof BaseSelection.itemRender;
398
398
  multiple: boolean;
@@ -403,7 +403,7 @@ declare const _default: {
403
403
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
404
404
  componentWillUnmount?(): void;
405
405
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
406
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
406
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
407
407
  placeholder: string;
408
408
  itemRender: typeof BaseSelection.itemRender;
409
409
  multiple: boolean;
@@ -412,7 +412,7 @@ declare const _default: {
412
412
  locale?: string | undefined;
413
413
  translate?: ((str: string, ...args: any[]) => string) | undefined;
414
414
  }>, prevState: Readonly<{}>): any;
415
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
415
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
416
416
  placeholder: string;
417
417
  itemRender: typeof BaseSelection.itemRender;
418
418
  multiple: boolean;
@@ -423,7 +423,7 @@ declare const _default: {
423
423
  }>, prevState: Readonly<{}>, snapshot?: any): void;
424
424
  componentWillMount?(): void;
425
425
  UNSAFE_componentWillMount?(): void;
426
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
426
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
427
427
  placeholder: string;
428
428
  itemRender: typeof BaseSelection.itemRender;
429
429
  multiple: boolean;
@@ -432,7 +432,7 @@ declare const _default: {
432
432
  locale?: string | undefined;
433
433
  translate?: ((str: string, ...args: any[]) => string) | undefined;
434
434
  }>, nextContext: any): void;
435
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
435
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
436
436
  placeholder: string;
437
437
  itemRender: typeof BaseSelection.itemRender;
438
438
  multiple: boolean;
@@ -441,7 +441,7 @@ declare const _default: {
441
441
  locale?: string | undefined;
442
442
  translate?: ((str: string, ...args: any[]) => string) | undefined;
443
443
  }>, nextContext: any): void;
444
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
444
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
445
445
  placeholder: string;
446
446
  itemRender: typeof BaseSelection.itemRender;
447
447
  multiple: boolean;
@@ -450,7 +450,7 @@ declare const _default: {
450
450
  locale?: string | undefined;
451
451
  translate?: ((str: string, ...args: any[]) => string) | undefined;
452
452
  }>, nextState: Readonly<{}>, nextContext: any): void;
453
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
453
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
454
454
  placeholder: string;
455
455
  itemRender: typeof BaseSelection.itemRender;
456
456
  multiple: boolean;
@@ -467,7 +467,7 @@ declare const _default: {
467
467
  ComposedComponent: typeof ChainedSelection;
468
468
  }>;
469
469
  } & import("hoist-non-react-statics").NonReactStatics<{
470
- new (props: (Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
470
+ new (props: (Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
471
471
  placeholder: string;
472
472
  itemRender: typeof BaseSelection.itemRender;
473
473
  multiple: boolean;
@@ -475,7 +475,7 @@ declare const _default: {
475
475
  }, never>> & {
476
476
  locale?: string | undefined;
477
477
  translate?: ((str: string, ...args: any[]) => string) | undefined;
478
- }) | Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
478
+ }) | Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
479
479
  placeholder: string;
480
480
  itemRender: typeof BaseSelection.itemRender;
481
481
  multiple: boolean;
@@ -486,7 +486,7 @@ declare const _default: {
486
486
  }>): {
487
487
  render(): JSX.Element;
488
488
  context: any;
489
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
489
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
490
490
  placeholder: string;
491
491
  itemRender: typeof BaseSelection.itemRender;
492
492
  multiple: boolean;
@@ -496,7 +496,7 @@ declare const _default: {
496
496
  translate?: ((str: string, ...args: any[]) => string) | undefined;
497
497
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
498
498
  forceUpdate(callback?: (() => void) | undefined): void;
499
- readonly props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
499
+ readonly props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
500
500
  placeholder: string;
501
501
  itemRender: typeof BaseSelection.itemRender;
502
502
  multiple: boolean;
@@ -512,7 +512,7 @@ declare const _default: {
512
512
  [key: string]: React.ReactInstance;
513
513
  };
514
514
  componentDidMount?(): void;
515
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
515
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
516
516
  placeholder: string;
517
517
  itemRender: typeof BaseSelection.itemRender;
518
518
  multiple: boolean;
@@ -523,7 +523,7 @@ declare const _default: {
523
523
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
524
524
  componentWillUnmount?(): void;
525
525
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
526
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
526
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
527
527
  placeholder: string;
528
528
  itemRender: typeof BaseSelection.itemRender;
529
529
  multiple: boolean;
@@ -532,7 +532,7 @@ declare const _default: {
532
532
  locale?: string | undefined;
533
533
  translate?: ((str: string, ...args: any[]) => string) | undefined;
534
534
  }>, prevState: Readonly<{}>): any;
535
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
535
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
536
536
  placeholder: string;
537
537
  itemRender: typeof BaseSelection.itemRender;
538
538
  multiple: boolean;
@@ -543,7 +543,7 @@ declare const _default: {
543
543
  }>, prevState: Readonly<{}>, snapshot?: any): void;
544
544
  componentWillMount?(): void;
545
545
  UNSAFE_componentWillMount?(): void;
546
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
546
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
547
547
  placeholder: string;
548
548
  itemRender: typeof BaseSelection.itemRender;
549
549
  multiple: boolean;
@@ -552,7 +552,7 @@ declare const _default: {
552
552
  locale?: string | undefined;
553
553
  translate?: ((str: string, ...args: any[]) => string) | undefined;
554
554
  }>, nextContext: any): void;
555
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
555
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
556
556
  placeholder: string;
557
557
  itemRender: typeof BaseSelection.itemRender;
558
558
  multiple: boolean;
@@ -561,7 +561,7 @@ declare const _default: {
561
561
  locale?: string | undefined;
562
562
  translate?: ((str: string, ...args: any[]) => string) | undefined;
563
563
  }>, nextContext: any): void;
564
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
564
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
565
565
  placeholder: string;
566
566
  itemRender: typeof BaseSelection.itemRender;
567
567
  multiple: boolean;
@@ -570,7 +570,7 @@ declare const _default: {
570
570
  locale?: string | undefined;
571
571
  translate?: ((str: string, ...args: any[]) => string) | undefined;
572
572
  }>, nextState: Readonly<{}>, nextContext: any): void;
573
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
573
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
574
574
  placeholder: string;
575
575
  itemRender: typeof BaseSelection.itemRender;
576
576
  multiple: boolean;
@@ -580,7 +580,7 @@ declare const _default: {
580
580
  translate?: ((str: string, ...args: any[]) => string) | undefined;
581
581
  }>, nextState: Readonly<{}>, nextContext: any): void;
582
582
  };
583
- new (props: Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
583
+ new (props: Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
584
584
  placeholder: string;
585
585
  itemRender: typeof BaseSelection.itemRender;
586
586
  multiple: boolean;
@@ -591,7 +591,7 @@ declare const _default: {
591
591
  }, context: any): {
592
592
  render(): JSX.Element;
593
593
  context: any;
594
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
594
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
595
595
  placeholder: string;
596
596
  itemRender: typeof BaseSelection.itemRender;
597
597
  multiple: boolean;
@@ -601,7 +601,7 @@ declare const _default: {
601
601
  translate?: ((str: string, ...args: any[]) => string) | undefined;
602
602
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
603
603
  forceUpdate(callback?: (() => void) | undefined): void;
604
- readonly props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
604
+ readonly props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
605
605
  placeholder: string;
606
606
  itemRender: typeof BaseSelection.itemRender;
607
607
  multiple: boolean;
@@ -617,7 +617,7 @@ declare const _default: {
617
617
  [key: string]: React.ReactInstance;
618
618
  };
619
619
  componentDidMount?(): void;
620
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
620
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
621
621
  placeholder: string;
622
622
  itemRender: typeof BaseSelection.itemRender;
623
623
  multiple: boolean;
@@ -628,7 +628,7 @@ declare const _default: {
628
628
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
629
629
  componentWillUnmount?(): void;
630
630
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
631
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
631
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
632
632
  placeholder: string;
633
633
  itemRender: typeof BaseSelection.itemRender;
634
634
  multiple: boolean;
@@ -637,7 +637,7 @@ declare const _default: {
637
637
  locale?: string | undefined;
638
638
  translate?: ((str: string, ...args: any[]) => string) | undefined;
639
639
  }>, prevState: Readonly<{}>): any;
640
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
640
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
641
641
  placeholder: string;
642
642
  itemRender: typeof BaseSelection.itemRender;
643
643
  multiple: boolean;
@@ -648,7 +648,7 @@ declare const _default: {
648
648
  }>, prevState: Readonly<{}>, snapshot?: any): void;
649
649
  componentWillMount?(): void;
650
650
  UNSAFE_componentWillMount?(): void;
651
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
651
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
652
652
  placeholder: string;
653
653
  itemRender: typeof BaseSelection.itemRender;
654
654
  multiple: boolean;
@@ -657,7 +657,7 @@ declare const _default: {
657
657
  locale?: string | undefined;
658
658
  translate?: ((str: string, ...args: any[]) => string) | undefined;
659
659
  }>, nextContext: any): void;
660
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
660
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
661
661
  placeholder: string;
662
662
  itemRender: typeof BaseSelection.itemRender;
663
663
  multiple: boolean;
@@ -666,7 +666,7 @@ declare const _default: {
666
666
  locale?: string | undefined;
667
667
  translate?: ((str: string, ...args: any[]) => string) | undefined;
668
668
  }>, nextContext: any): void;
669
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
669
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
670
670
  placeholder: string;
671
671
  itemRender: typeof BaseSelection.itemRender;
672
672
  multiple: boolean;
@@ -675,7 +675,7 @@ declare const _default: {
675
675
  locale?: string | undefined;
676
676
  translate?: ((str: string, ...args: any[]) => string) | undefined;
677
677
  }>, nextState: Readonly<{}>, nextContext: any): void;
678
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
678
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
679
679
  placeholder: string;
680
680
  itemRender: typeof BaseSelection.itemRender;
681
681
  multiple: boolean;
@@ -692,7 +692,7 @@ declare const _default: {
692
692
  ComposedComponent: typeof ChainedSelection;
693
693
  }, {}> & {
694
694
  ComposedComponent: {
695
- new (props: (Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
695
+ new (props: (Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
696
696
  placeholder: string;
697
697
  itemRender: typeof BaseSelection.itemRender;
698
698
  multiple: boolean;
@@ -700,7 +700,7 @@ declare const _default: {
700
700
  }, never>> & {
701
701
  locale?: string | undefined;
702
702
  translate?: ((str: string, ...args: any[]) => string) | undefined;
703
- }) | Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
703
+ }) | Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
704
704
  placeholder: string;
705
705
  itemRender: typeof BaseSelection.itemRender;
706
706
  multiple: boolean;
@@ -711,7 +711,7 @@ declare const _default: {
711
711
  }>): {
712
712
  render(): JSX.Element;
713
713
  context: any;
714
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
714
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
715
715
  placeholder: string;
716
716
  itemRender: typeof BaseSelection.itemRender;
717
717
  multiple: boolean;
@@ -721,7 +721,7 @@ declare const _default: {
721
721
  translate?: ((str: string, ...args: any[]) => string) | undefined;
722
722
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
723
723
  forceUpdate(callback?: (() => void) | undefined): void;
724
- readonly props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
724
+ readonly props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
725
725
  placeholder: string;
726
726
  itemRender: typeof BaseSelection.itemRender;
727
727
  multiple: boolean;
@@ -737,7 +737,7 @@ declare const _default: {
737
737
  [key: string]: React.ReactInstance;
738
738
  };
739
739
  componentDidMount?(): void;
740
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
740
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
741
741
  placeholder: string;
742
742
  itemRender: typeof BaseSelection.itemRender;
743
743
  multiple: boolean;
@@ -748,7 +748,7 @@ declare const _default: {
748
748
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
749
749
  componentWillUnmount?(): void;
750
750
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
751
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
751
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
752
752
  placeholder: string;
753
753
  itemRender: typeof BaseSelection.itemRender;
754
754
  multiple: boolean;
@@ -757,7 +757,7 @@ declare const _default: {
757
757
  locale?: string | undefined;
758
758
  translate?: ((str: string, ...args: any[]) => string) | undefined;
759
759
  }>, prevState: Readonly<{}>): any;
760
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
760
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
761
761
  placeholder: string;
762
762
  itemRender: typeof BaseSelection.itemRender;
763
763
  multiple: boolean;
@@ -768,7 +768,7 @@ declare const _default: {
768
768
  }>, prevState: Readonly<{}>, snapshot?: any): void;
769
769
  componentWillMount?(): void;
770
770
  UNSAFE_componentWillMount?(): void;
771
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
771
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
772
772
  placeholder: string;
773
773
  itemRender: typeof BaseSelection.itemRender;
774
774
  multiple: boolean;
@@ -777,7 +777,7 @@ declare const _default: {
777
777
  locale?: string | undefined;
778
778
  translate?: ((str: string, ...args: any[]) => string) | undefined;
779
779
  }>, nextContext: any): void;
780
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
780
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
781
781
  placeholder: string;
782
782
  itemRender: typeof BaseSelection.itemRender;
783
783
  multiple: boolean;
@@ -786,7 +786,7 @@ declare const _default: {
786
786
  locale?: string | undefined;
787
787
  translate?: ((str: string, ...args: any[]) => string) | undefined;
788
788
  }>, nextContext: any): void;
789
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
789
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
790
790
  placeholder: string;
791
791
  itemRender: typeof BaseSelection.itemRender;
792
792
  multiple: boolean;
@@ -795,7 +795,7 @@ declare const _default: {
795
795
  locale?: string | undefined;
796
796
  translate?: ((str: string, ...args: any[]) => string) | undefined;
797
797
  }>, nextState: Readonly<{}>, nextContext: any): void;
798
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
798
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
799
799
  placeholder: string;
800
800
  itemRender: typeof BaseSelection.itemRender;
801
801
  multiple: boolean;
@@ -805,7 +805,7 @@ declare const _default: {
805
805
  translate?: ((str: string, ...args: any[]) => string) | undefined;
806
806
  }>, nextState: Readonly<{}>, nextContext: any): void;
807
807
  };
808
- new (props: Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
808
+ new (props: Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
809
809
  placeholder: string;
810
810
  itemRender: typeof BaseSelection.itemRender;
811
811
  multiple: boolean;
@@ -816,7 +816,7 @@ declare const _default: {
816
816
  }, context: any): {
817
817
  render(): JSX.Element;
818
818
  context: any;
819
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
819
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
820
820
  placeholder: string;
821
821
  itemRender: typeof BaseSelection.itemRender;
822
822
  multiple: boolean;
@@ -826,7 +826,7 @@ declare const _default: {
826
826
  translate?: ((str: string, ...args: any[]) => string) | undefined;
827
827
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
828
828
  forceUpdate(callback?: (() => void) | undefined): void;
829
- readonly props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
829
+ readonly props: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
830
830
  placeholder: string;
831
831
  itemRender: typeof BaseSelection.itemRender;
832
832
  multiple: boolean;
@@ -842,7 +842,7 @@ declare const _default: {
842
842
  [key: string]: React.ReactInstance;
843
843
  };
844
844
  componentDidMount?(): void;
845
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
845
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
846
846
  placeholder: string;
847
847
  itemRender: typeof BaseSelection.itemRender;
848
848
  multiple: boolean;
@@ -853,7 +853,7 @@ declare const _default: {
853
853
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
854
854
  componentWillUnmount?(): void;
855
855
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
856
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
856
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
857
857
  placeholder: string;
858
858
  itemRender: typeof BaseSelection.itemRender;
859
859
  multiple: boolean;
@@ -862,7 +862,7 @@ declare const _default: {
862
862
  locale?: string | undefined;
863
863
  translate?: ((str: string, ...args: any[]) => string) | undefined;
864
864
  }>, prevState: Readonly<{}>): any;
865
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
865
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
866
866
  placeholder: string;
867
867
  itemRender: typeof BaseSelection.itemRender;
868
868
  multiple: boolean;
@@ -873,7 +873,7 @@ declare const _default: {
873
873
  }>, prevState: Readonly<{}>, snapshot?: any): void;
874
874
  componentWillMount?(): void;
875
875
  UNSAFE_componentWillMount?(): void;
876
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
876
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
877
877
  placeholder: string;
878
878
  itemRender: typeof BaseSelection.itemRender;
879
879
  multiple: boolean;
@@ -882,7 +882,7 @@ declare const _default: {
882
882
  locale?: string | undefined;
883
883
  translate?: ((str: string, ...args: any[]) => string) | undefined;
884
884
  }>, nextContext: any): void;
885
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
885
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
886
886
  placeholder: string;
887
887
  itemRender: typeof BaseSelection.itemRender;
888
888
  multiple: boolean;
@@ -891,7 +891,7 @@ declare const _default: {
891
891
  locale?: string | undefined;
892
892
  translate?: ((str: string, ...args: any[]) => string) | undefined;
893
893
  }>, nextContext: any): void;
894
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
894
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
895
895
  placeholder: string;
896
896
  itemRender: typeof BaseSelection.itemRender;
897
897
  multiple: boolean;
@@ -900,7 +900,7 @@ declare const _default: {
900
900
  locale?: string | undefined;
901
901
  translate?: ((str: string, ...args: any[]) => string) | undefined;
902
902
  }>, nextState: Readonly<{}>, nextContext: any): void;
903
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "itemClassName" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
903
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "defaultSelectedIndex"> & Partial<Pick<Omit<ChainedSelectionProps, keyof import("../locale").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender">> & Partial<Pick<{
904
904
  placeholder: string;
905
905
  itemRender: typeof BaseSelection.itemRender;
906
906
  multiple: boolean;