amis 1.4.1 → 1.4.2-beta.13

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 (516) hide show
  1. package/README.md +1 -1
  2. package/lib/Schema.d.ts +26 -2
  3. package/lib/Schema.js.map +1 -1
  4. package/lib/components/Alert.js +3 -1
  5. package/lib/components/Alert.js.map +2 -2
  6. package/lib/components/AnchorNav.d.ts +22 -21
  7. package/lib/components/AnchorNav.js +7 -3
  8. package/lib/components/AnchorNav.js.map +2 -2
  9. package/lib/components/ArrayInput.d.ts +84 -84
  10. package/lib/components/AssociatedSelection.d.ts +930 -0
  11. package/lib/components/AssociatedSelection.js +89 -0
  12. package/lib/components/AssociatedSelection.js.map +13 -0
  13. package/lib/components/Badge.d.ts +2 -2
  14. package/lib/components/Badge.js +13 -7
  15. package/lib/components/Badge.js.map +2 -2
  16. package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
  17. package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
  18. package/lib/components/ChainedSelection.js.map +13 -0
  19. package/lib/components/Collapse.js +1 -1
  20. package/lib/components/Collapse.js.map +2 -2
  21. package/lib/components/ColorPicker.d.ts +84 -84
  22. package/lib/components/DatePicker.d.ts +84 -84
  23. package/lib/components/DatePicker.js +1 -1
  24. package/lib/components/DatePicker.js.map +2 -2
  25. package/lib/components/DateRangePicker.d.ts +84 -84
  26. package/lib/components/DateRangePicker.js +1 -1
  27. package/lib/components/DateRangePicker.js.map +2 -2
  28. package/lib/components/Editor.d.ts +84 -84
  29. package/lib/components/GroupedSelection.d.ts +907 -0
  30. package/lib/components/GroupedSelection.js +48 -0
  31. package/lib/components/GroupedSelection.js.map +13 -0
  32. package/lib/components/InputBox.d.ts +22 -21
  33. package/lib/components/InputBox.js +11 -3
  34. package/lib/components/InputBox.js.map +2 -2
  35. package/lib/components/Link.d.ts +84 -0
  36. package/lib/components/Link.js +43 -0
  37. package/lib/components/Link.js.map +13 -0
  38. package/lib/components/ListGroup.d.ts +21 -21
  39. package/lib/components/ModalManager.js +1 -1
  40. package/lib/components/ModalManager.js.map +2 -2
  41. package/lib/components/MonthRangePicker.d.ts +84 -84
  42. package/lib/components/MonthRangePicker.js +1 -1
  43. package/lib/components/MonthRangePicker.js.map +2 -2
  44. package/lib/components/NumberInput.d.ts +20 -20
  45. package/lib/components/PickerColumn.d.ts +514 -0
  46. package/lib/components/PickerColumn.js +279 -0
  47. package/lib/components/PickerColumn.js.map +13 -0
  48. package/lib/components/PickerContainer.d.ts +513 -0
  49. package/lib/components/PickerContainer.js +96 -0
  50. package/lib/components/PickerContainer.js.map +13 -0
  51. package/lib/components/Radios.d.ts +22 -21
  52. package/lib/components/Radios.js +1 -0
  53. package/lib/components/Radios.js.map +2 -2
  54. package/lib/components/Rating.d.ts +21 -21
  55. package/lib/components/ResultBox.d.ts +84 -84
  56. package/lib/components/ResultBox.js +10 -2
  57. package/lib/components/ResultBox.js.map +2 -2
  58. package/lib/components/RichText.js +17 -53
  59. package/lib/components/RichText.js.map +2 -2
  60. package/lib/components/SearchBox.d.ts +84 -84
  61. package/lib/components/SearchBox.js +4 -4
  62. package/lib/components/SearchBox.js.map +2 -2
  63. package/lib/components/Select.d.ts +245 -237
  64. package/lib/components/Select.js +28 -4
  65. package/lib/components/Select.js.map +2 -2
  66. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  67. package/lib/components/Selection.js +134 -0
  68. package/lib/components/Selection.js.map +13 -0
  69. package/lib/components/SparkLine.d.ts +85 -84
  70. package/lib/components/SparkLine.js +2 -2
  71. package/lib/components/SparkLine.js.map +2 -2
  72. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  73. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  74. package/lib/components/TableSelection.js.map +13 -0
  75. package/lib/components/Tabs.d.ts +20 -20
  76. package/lib/components/TabsTransfer.d.ts +84 -84
  77. package/lib/components/TabsTransfer.js +9 -9
  78. package/lib/components/TabsTransfer.js.map +2 -2
  79. package/lib/components/TabsTransferPicker.d.ts +489 -0
  80. package/lib/components/TabsTransferPicker.js +60 -0
  81. package/lib/components/TabsTransferPicker.js.map +13 -0
  82. package/lib/components/Toast.js +2 -2
  83. package/lib/components/Toast.js.map +2 -2
  84. package/lib/components/Transfer.d.ts +908 -274
  85. package/lib/components/Transfer.js +31 -24
  86. package/lib/components/Transfer.js.map +2 -2
  87. package/lib/components/TransferDropDown.d.ts +488 -0
  88. package/lib/components/TransferDropDown.js +59 -0
  89. package/lib/components/TransferDropDown.js.map +13 -0
  90. package/lib/components/TransferPicker.d.ts +493 -0
  91. package/lib/components/TransferPicker.js +60 -0
  92. package/lib/components/TransferPicker.js.map +13 -0
  93. package/lib/components/Tree.d.ts +84 -84
  94. package/lib/components/Tree.js +5 -3
  95. package/lib/components/Tree.js.map +2 -2
  96. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  97. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  98. package/lib/components/TreeSelection.js.map +13 -0
  99. package/lib/components/WithRemoteConfig.js +1 -1
  100. package/lib/components/WithRemoteConfig.js.map +2 -2
  101. package/lib/components/condition-builder/Field.js +5 -2
  102. package/lib/components/condition-builder/Field.js.map +2 -2
  103. package/lib/components/condition-builder/Func.js +2 -2
  104. package/lib/components/condition-builder/Func.js.map +2 -2
  105. package/lib/components/condition-builder/InputSwitch.js +2 -2
  106. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  107. package/lib/components/condition-builder/Item.js +3 -3
  108. package/lib/components/condition-builder/Item.js.map +2 -2
  109. package/lib/components/icons.js +14 -0
  110. package/lib/components/icons.js.map +2 -2
  111. package/lib/components/index.d.ts +8 -8
  112. package/lib/components/index.js +16 -16
  113. package/lib/components/index.js.map +2 -2
  114. package/lib/envOverwrite.js.map +2 -2
  115. package/lib/factory.d.ts +4 -0
  116. package/lib/factory.js +4 -2
  117. package/lib/factory.js.map +2 -2
  118. package/lib/helper.css.map +1 -1
  119. package/lib/hooks/index.d.ts +5 -0
  120. package/lib/hooks/index.js +14 -0
  121. package/lib/hooks/index.js.map +13 -0
  122. package/lib/hooks/use-set-state.d.ts +2 -0
  123. package/lib/hooks/use-set-state.js +15 -0
  124. package/lib/hooks/use-set-state.js.map +13 -0
  125. package/lib/hooks/use-touch.d.ts +16 -0
  126. package/lib/hooks/use-touch.js +73 -0
  127. package/lib/hooks/use-touch.js.map +13 -0
  128. package/lib/hooks/use-update-effect.d.ts +3 -0
  129. package/lib/hooks/use-update-effect.js +17 -0
  130. package/lib/hooks/use-update-effect.js.map +13 -0
  131. package/lib/icons/clock.js +10 -0
  132. package/lib/icons/download.js +7 -0
  133. package/lib/icons/status-close.js +11 -0
  134. package/lib/icons/status-fail.js +11 -0
  135. package/lib/icons/status-info.js +10 -0
  136. package/lib/icons/status-success.js +11 -0
  137. package/lib/icons/status-warning.js +10 -0
  138. package/lib/index.d.ts +3 -0
  139. package/lib/index.js +4 -1
  140. package/lib/index.js.map +2 -2
  141. package/lib/locale/de-DE.js +4 -0
  142. package/lib/locale/de-DE.js.map +2 -2
  143. package/lib/locale/en-US.js +5 -0
  144. package/lib/locale/en-US.js.map +2 -2
  145. package/lib/locale/zh-CN.js +8 -3
  146. package/lib/locale/zh-CN.js.map +2 -2
  147. package/lib/renderers/Action.d.ts +8 -0
  148. package/lib/renderers/Action.js +17 -4
  149. package/lib/renderers/Action.js.map +2 -2
  150. package/lib/renderers/AnchorNav.d.ts +1 -0
  151. package/lib/renderers/AnchorNav.js +2 -2
  152. package/lib/renderers/AnchorNav.js.map +2 -2
  153. package/lib/renderers/Avatar.js +3 -3
  154. package/lib/renderers/Avatar.js.map +2 -2
  155. package/lib/renderers/Breadcrumb.js +1 -1
  156. package/lib/renderers/Breadcrumb.js.map +2 -2
  157. package/lib/renderers/CRUD.d.ts +9 -0
  158. package/lib/renderers/CRUD.js +43 -8
  159. package/lib/renderers/CRUD.js.map +2 -2
  160. package/lib/renderers/Card.d.ts +4 -0
  161. package/lib/renderers/Card.js +29 -23
  162. package/lib/renderers/Card.js.map +2 -2
  163. package/lib/renderers/Chart.js +1 -1
  164. package/lib/renderers/Chart.js.map +2 -2
  165. package/lib/renderers/Collapse.js +3 -2
  166. package/lib/renderers/Collapse.js.map +2 -2
  167. package/lib/renderers/Dialog.js +0 -3
  168. package/lib/renderers/Dialog.js.map +2 -2
  169. package/lib/renderers/Drawer.js +0 -3
  170. package/lib/renderers/Drawer.js.map +2 -2
  171. package/lib/renderers/DropDownButton.d.ts +5 -1
  172. package/lib/renderers/DropDownButton.js +8 -6
  173. package/lib/renderers/DropDownButton.js.map +2 -2
  174. package/lib/renderers/Form/Checkbox.d.ts +5 -0
  175. package/lib/renderers/Form/Checkbox.js +4 -0
  176. package/lib/renderers/Form/Checkbox.js.map +2 -2
  177. package/lib/renderers/Form/Combo.js +2 -2
  178. package/lib/renderers/Form/Combo.js.map +2 -2
  179. package/lib/renderers/Form/DiffEditor.d.ts +4 -3
  180. package/lib/renderers/Form/Editor.d.ts +3 -2
  181. package/lib/renderers/Form/InputCity.d.ts +84 -84
  182. package/lib/renderers/Form/InputCity.js +7 -6
  183. package/lib/renderers/Form/InputCity.js.map +2 -2
  184. package/lib/renderers/Form/InputColor.d.ts +84 -84
  185. package/lib/renderers/Form/InputFile.d.ts +6 -0
  186. package/lib/renderers/Form/InputFile.js +30 -10
  187. package/lib/renderers/Form/InputFile.js.map +2 -2
  188. package/lib/renderers/Form/InputImage.js +16 -7
  189. package/lib/renderers/Form/InputImage.js.map +2 -2
  190. package/lib/renderers/Form/Item.d.ts +1 -1
  191. package/lib/renderers/Form/Item.js.map +1 -1
  192. package/lib/renderers/Form/Options.js +19 -6
  193. package/lib/renderers/Form/Options.js.map +2 -2
  194. package/lib/renderers/Form/Picker.js +2 -2
  195. package/lib/renderers/Form/Picker.js.map +2 -2
  196. package/lib/renderers/Form/Select.d.ts +42 -4
  197. package/lib/renderers/Form/Select.js +37 -3
  198. package/lib/renderers/Form/Select.js.map +2 -2
  199. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  200. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  201. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  202. package/lib/renderers/Form/Transfer.js +18 -3
  203. package/lib/renderers/Form/Transfer.js.map +2 -2
  204. package/lib/renderers/Form/TransferPicker.d.ts +52 -0
  205. package/lib/renderers/Form/TransferPicker.js +43 -0
  206. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  207. package/lib/renderers/Form/TreeSelect.js +2 -2
  208. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  209. package/lib/renderers/Form/index.d.ts +5 -0
  210. package/lib/renderers/Form/index.js +5 -3
  211. package/lib/renderers/Form/index.js.map +2 -2
  212. package/lib/renderers/Form/wrapControl.js +15 -3
  213. package/lib/renderers/Form/wrapControl.js.map +2 -2
  214. package/lib/renderers/IFrame.js +3 -5
  215. package/lib/renderers/IFrame.js.map +2 -2
  216. package/lib/renderers/Image.d.ts +1 -0
  217. package/lib/renderers/Image.js +15 -1
  218. package/lib/renderers/Image.js.map +2 -2
  219. package/lib/renderers/Json.d.ts +4 -0
  220. package/lib/renderers/Json.js +4 -13
  221. package/lib/renderers/Json.js.map +2 -2
  222. package/lib/renderers/Link.d.ts +18 -3
  223. package/lib/renderers/Link.js +27 -15
  224. package/lib/renderers/Link.js.map +2 -2
  225. package/lib/renderers/List.js +1 -1
  226. package/lib/renderers/List.js.map +2 -2
  227. package/lib/renderers/Log.d.ts +2 -2
  228. package/lib/renderers/Log.js +7 -1
  229. package/lib/renderers/Log.js.map +2 -2
  230. package/lib/renderers/Mapping.d.ts +9 -2
  231. package/lib/renderers/Mapping.js +18 -6
  232. package/lib/renderers/Mapping.js.map +2 -2
  233. package/lib/renderers/Nav.d.ts +62 -36
  234. package/lib/renderers/Nav.js +272 -96
  235. package/lib/renderers/Nav.js.map +2 -2
  236. package/lib/renderers/Portlet.d.ts +125 -0
  237. package/lib/renderers/Portlet.js +156 -0
  238. package/lib/renderers/Portlet.js.map +13 -0
  239. package/lib/renderers/Property.js +2 -1
  240. package/lib/renderers/Property.js.map +2 -2
  241. package/lib/renderers/SearchBox.d.ts +6 -1
  242. package/lib/renderers/SearchBox.js +19 -5
  243. package/lib/renderers/SearchBox.js.map +2 -2
  244. package/lib/renderers/SparkLine.d.ts +4 -0
  245. package/lib/renderers/SparkLine.js.map +2 -2
  246. package/lib/renderers/Table/ColumnToggler.d.ts +113 -0
  247. package/lib/renderers/Table/ColumnToggler.js +216 -0
  248. package/lib/renderers/Table/ColumnToggler.js.map +13 -0
  249. package/lib/renderers/Table/ItemActionsWrapper.d.ts +11 -0
  250. package/lib/renderers/Table/ItemActionsWrapper.js +31 -0
  251. package/lib/renderers/Table/ItemActionsWrapper.js.map +13 -0
  252. package/lib/renderers/Table/TableBody.d.ts +4 -0
  253. package/lib/renderers/Table/TableCell.js +3 -1
  254. package/lib/renderers/Table/TableCell.js.map +2 -2
  255. package/lib/renderers/Table/TableContent.d.ts +4 -1
  256. package/lib/renderers/Table/TableContent.js +21 -1
  257. package/lib/renderers/Table/TableContent.js.map +2 -2
  258. package/lib/renderers/Table/index.d.ts +19 -2
  259. package/lib/renderers/Table/index.js +172 -57
  260. package/lib/renderers/Table/index.js.map +2 -2
  261. package/lib/renderers/Tabs.js +9 -1
  262. package/lib/renderers/Tabs.js.map +2 -2
  263. package/lib/renderers/WebComponent.js +1 -1
  264. package/lib/renderers/WebComponent.js.map +2 -2
  265. package/lib/store/combo.d.ts +2 -16
  266. package/lib/store/crud.js +3 -7
  267. package/lib/store/crud.js.map +2 -2
  268. package/lib/store/form.d.ts +1 -1
  269. package/lib/store/form.js +5 -6
  270. package/lib/store/form.js.map +2 -2
  271. package/lib/store/service.js +5 -4
  272. package/lib/store/service.js.map +2 -2
  273. package/lib/store/table.d.ts +260 -3
  274. package/lib/store/table.js +69 -11
  275. package/lib/store/table.js.map +2 -2
  276. package/lib/themes/ang-ie11.css +888 -238
  277. package/lib/themes/ang.css +888 -238
  278. package/lib/themes/ang.css.map +1 -1
  279. package/lib/themes/antd-ie11.css +888 -238
  280. package/lib/themes/antd.css +888 -238
  281. package/lib/themes/antd.css.map +1 -1
  282. package/lib/themes/cxd-ie11.css +1446 -457
  283. package/lib/themes/cxd.css +1446 -457
  284. package/lib/themes/cxd.css.map +1 -1
  285. package/lib/themes/dark-ie11.css +888 -238
  286. package/lib/themes/dark.css +888 -238
  287. package/lib/themes/dark.css.map +1 -1
  288. package/lib/themes/default.css +1446 -457
  289. package/lib/themes/default.css.map +1 -1
  290. package/lib/types.d.ts +37 -0
  291. package/lib/types.js +0 -5
  292. package/lib/types.js.map +2 -2
  293. package/lib/utils/api.d.ts +3 -2
  294. package/lib/utils/api.js +31 -15
  295. package/lib/utils/api.js.map +2 -2
  296. package/lib/utils/dom.d.ts +4 -0
  297. package/lib/utils/dom.js +11 -1
  298. package/lib/utils/dom.js.map +2 -2
  299. package/lib/utils/handleAction.d.ts +7 -0
  300. package/lib/utils/handleAction.js +30 -0
  301. package/lib/utils/handleAction.js.map +13 -0
  302. package/lib/utils/helper.d.ts +3 -1
  303. package/lib/utils/helper.js +14 -5
  304. package/lib/utils/helper.js.map +2 -2
  305. package/lib/utils/icon.js +3 -0
  306. package/lib/utils/icon.js.map +2 -2
  307. package/lib/utils/tpl-builtin.d.ts +1 -1
  308. package/lib/utils/tpl-builtin.js +25 -15
  309. package/lib/utils/tpl-builtin.js.map +2 -2
  310. package/package.json +1 -1
  311. package/schema.json +3341 -998
  312. package/scss/_mixins.scss +1 -3
  313. package/scss/_properties.scss +63 -4
  314. package/scss/_utilities.scss +4 -0
  315. package/scss/base/_common.scss +3 -0
  316. package/scss/base/_normalize.scss +2 -0
  317. package/scss/components/_anchor-nav.scss +88 -29
  318. package/scss/components/_button.scss +4 -5
  319. package/scss/components/_card.scss +8 -14
  320. package/scss/components/_collapse.scss +41 -8
  321. package/scss/components/_column-toggler.scss +234 -0
  322. package/scss/components/_dropdown.scss +2 -1
  323. package/scss/components/_images.scss +2 -1
  324. package/scss/components/_input-box.scss +1 -0
  325. package/scss/components/_link.scss +6 -0
  326. package/scss/components/_mapping.scss +6 -0
  327. package/scss/components/_nav.scss +231 -223
  328. package/scss/components/_page.scss +5 -4
  329. package/scss/components/_picker-columns.scss +124 -0
  330. package/scss/components/_popover.scss +13 -0
  331. package/scss/components/_portlet.scss +51 -0
  332. package/scss/components/_progress.scss +2 -0
  333. package/scss/components/_result-box.scss +1 -0
  334. package/scss/components/_status.scss +1 -1
  335. package/scss/components/_steps.scss +1 -1
  336. package/scss/components/_table.scss +51 -1
  337. package/scss/components/form/_checks.scss +0 -351
  338. package/scss/components/form/_color.scss +1 -0
  339. package/scss/components/form/_date-range.scss +2 -0
  340. package/scss/components/form/_date.scss +2 -0
  341. package/scss/components/form/_fieldset.scss +6 -3
  342. package/scss/components/form/_file.scss +16 -4
  343. package/scss/components/form/_form.scss +48 -0
  344. package/scss/components/form/_image.scss +7 -2
  345. package/scss/components/form/_list.scss +1 -0
  346. package/scss/components/form/_location.scss +1 -1
  347. package/scss/components/form/_selection.scss +354 -0
  348. package/scss/components/form/_text.scss +13 -0
  349. package/scss/components/form/_textarea.scss +10 -0
  350. package/scss/components/form/_transfer.scss +77 -18
  351. package/scss/themes/_common.scss +7 -0
  352. package/scss/themes/_cxd-colors.scss +56 -0
  353. package/scss/themes/_cxd-variables.scss +217 -89
  354. package/scss/themes/cxd.scss +370 -0
  355. package/sdk/ang-ie11.css +1117 -392
  356. package/sdk/ang.css +1110 -342
  357. package/sdk/antd-ie11.css +1105 -380
  358. package/sdk/antd.css +1110 -342
  359. package/sdk/charts.js +13 -13
  360. package/sdk/color-picker.js +65 -69
  361. package/sdk/cropperjs.js +2 -2
  362. package/sdk/cxd-ie11.css +2086 -1062
  363. package/sdk/cxd.css +1643 -495
  364. package/sdk/dark-ie11.css +1117 -392
  365. package/sdk/dark.css +1110 -342
  366. package/sdk/exceljs.js +1 -1
  367. package/sdk/helper.css.map +1 -1
  368. package/sdk/iconfont.svg +2513 -0
  369. package/sdk/iconfont.ttf +0 -0
  370. package/sdk/iconfont.woff +0 -0
  371. package/sdk/ie11-patch.css +1 -0
  372. package/sdk/locale/de-DE.js +4 -0
  373. package/sdk/markdown.js +69 -69
  374. package/sdk/papaparse.js +1 -1
  375. package/sdk/renderers/Form/CityDB.js +1 -1
  376. package/sdk/rest.js +20 -28
  377. package/sdk/rich-text.js +62 -62
  378. package/sdk/sdk-ie11.css +2086 -1062
  379. package/sdk/sdk.css +1643 -495
  380. package/sdk/sdk.js +1219 -1165
  381. package/sdk/thirds/hls.js/hls.js +1 -1
  382. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  383. package/sdk/tinymce.js +57 -57
  384. package/src/Schema.ts +32 -0
  385. package/src/components/Alert.tsx +3 -1
  386. package/src/components/AnchorNav.tsx +15 -4
  387. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
  388. package/src/components/Badge.tsx +38 -26
  389. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  390. package/src/components/Collapse.tsx +14 -9
  391. package/src/components/DatePicker.tsx +1 -1
  392. package/src/components/DateRangePicker.tsx +23 -11
  393. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  394. package/src/components/InputBox.tsx +11 -10
  395. package/src/components/Link.tsx +85 -0
  396. package/src/components/ModalManager.ts +1 -1
  397. package/src/components/MonthRangePicker.tsx +10 -2
  398. package/src/components/PickerColumn.tsx +429 -0
  399. package/src/components/PickerContainer.tsx +128 -0
  400. package/src/components/Radios.tsx +3 -8
  401. package/src/components/ResultBox.tsx +9 -9
  402. package/src/components/RichText.tsx +17 -57
  403. package/src/components/SearchBox.tsx +4 -5
  404. package/src/components/Select.tsx +60 -5
  405. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  406. package/src/components/SparkLine.tsx +4 -1
  407. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  408. package/src/components/TabsTransfer.tsx +13 -7
  409. package/src/components/TabsTransferPicker.tsx +85 -0
  410. package/src/components/Toast.tsx +5 -5
  411. package/src/components/Transfer.tsx +71 -50
  412. package/src/components/TransferDropDown.tsx +120 -0
  413. package/src/components/TransferPicker.tsx +91 -0
  414. package/src/components/Tree.tsx +6 -8
  415. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  416. package/src/components/WithRemoteConfig.tsx +7 -2
  417. package/src/components/condition-builder/Field.tsx +5 -5
  418. package/src/components/condition-builder/Func.tsx +3 -3
  419. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  420. package/src/components/condition-builder/Item.tsx +5 -12
  421. package/src/components/icons.tsx +15 -0
  422. package/src/components/index.tsx +13 -13
  423. package/src/envOverwrite.ts +0 -1
  424. package/src/factory.tsx +18 -3
  425. package/src/hooks/index.ts +5 -0
  426. package/src/hooks/use-set-state.ts +19 -0
  427. package/src/hooks/use-touch.ts +100 -0
  428. package/src/hooks/use-update-effect.ts +16 -0
  429. package/src/icons/clock.svg +1 -0
  430. package/src/icons/download.svg +4 -0
  431. package/src/icons/status-close.svg +10 -0
  432. package/src/icons/status-fail.svg +10 -0
  433. package/src/icons/status-info.svg +8 -0
  434. package/src/icons/status-success.svg +10 -0
  435. package/src/icons/status-warning.svg +8 -0
  436. package/src/index.tsx +3 -0
  437. package/src/locale/de-DE.ts +4 -0
  438. package/src/locale/en-US.ts +5 -0
  439. package/src/locale/zh-CN.ts +8 -3
  440. package/src/renderers/Action.tsx +33 -2
  441. package/src/renderers/AnchorNav.tsx +4 -0
  442. package/src/renderers/Avatar.tsx +8 -4
  443. package/src/renderers/Breadcrumb.tsx +5 -1
  444. package/src/renderers/CRUD.tsx +63 -28
  445. package/src/renderers/Card.tsx +63 -34
  446. package/src/renderers/Chart.tsx +6 -2
  447. package/src/renderers/Collapse.tsx +4 -2
  448. package/src/renderers/Dialog.tsx +0 -4
  449. package/src/renderers/Drawer.tsx +0 -4
  450. package/src/renderers/DropDownButton.tsx +18 -13
  451. package/src/renderers/Form/Checkbox.tsx +8 -0
  452. package/src/renderers/Form/Combo.tsx +2 -3
  453. package/src/renderers/Form/InputCity.tsx +4 -8
  454. package/src/renderers/Form/InputFile.tsx +66 -24
  455. package/src/renderers/Form/InputImage.tsx +16 -5
  456. package/src/renderers/Form/Item.tsx +3 -2
  457. package/src/renderers/Form/Options.tsx +32 -7
  458. package/src/renderers/Form/Picker.tsx +3 -2
  459. package/src/renderers/Form/Select.tsx +162 -21
  460. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  461. package/src/renderers/Form/Transfer.tsx +19 -4
  462. package/src/renderers/Form/TransferPicker.tsx +145 -0
  463. package/src/renderers/Form/TreeSelect.tsx +25 -0
  464. package/src/renderers/Form/index.tsx +15 -2
  465. package/src/renderers/Form/wrapControl.tsx +28 -3
  466. package/src/renderers/IFrame.tsx +4 -5
  467. package/src/renderers/Image.tsx +10 -0
  468. package/src/renderers/Json.tsx +9 -9
  469. package/src/renderers/Link.tsx +53 -14
  470. package/src/renderers/List.tsx +1 -1
  471. package/src/renderers/Log.tsx +16 -3
  472. package/src/renderers/Mapping.tsx +27 -11
  473. package/src/renderers/Nav.tsx +325 -122
  474. package/src/renderers/Portlet.tsx +423 -0
  475. package/src/renderers/Property.tsx +3 -2
  476. package/src/renderers/SearchBox.tsx +23 -4
  477. package/src/renderers/SparkLine.tsx +5 -0
  478. package/src/renderers/Table/ColumnToggler.tsx +544 -0
  479. package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
  480. package/src/renderers/Table/TableCell.tsx +16 -1
  481. package/src/renderers/Table/TableContent.tsx +40 -2
  482. package/src/renderers/Table/index.tsx +257 -80
  483. package/src/renderers/Tabs.tsx +9 -1
  484. package/src/renderers/WebComponent.tsx +2 -2
  485. package/src/store/crud.ts +3 -8
  486. package/src/store/form.ts +5 -10
  487. package/src/store/service.ts +5 -4
  488. package/src/store/table.ts +103 -11
  489. package/src/types.ts +57 -0
  490. package/src/utils/api.ts +52 -23
  491. package/src/utils/dom.tsx +12 -0
  492. package/src/utils/handleAction.ts +41 -0
  493. package/src/utils/helper.ts +12 -4
  494. package/src/utils/icon.tsx +4 -0
  495. package/src/utils/tpl-builtin.ts +48 -17
  496. package/dump.rdb +0 -0
  497. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  498. package/lib/components/AssociatedCheckboxes.js +0 -90
  499. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  500. package/lib/components/ChainedCheckboxes.js.map +0 -13
  501. package/lib/components/Checkboxes.js +0 -101
  502. package/lib/components/Checkboxes.js.map +0 -13
  503. package/lib/components/ListCheckboxes.d.ts +0 -739
  504. package/lib/components/ListCheckboxes.js +0 -48
  505. package/lib/components/ListCheckboxes.js.map +0 -13
  506. package/lib/components/ListRadios.d.ts +0 -763
  507. package/lib/components/ListRadios.js +0 -86
  508. package/lib/components/ListRadios.js.map +0 -13
  509. package/lib/components/TableCheckboxes.js.map +0 -13
  510. package/lib/components/TreeCheckboxes.js.map +0 -13
  511. package/lib/components/TreeRadios.d.ts +0 -838
  512. package/lib/components/TreeRadios.js +0 -116
  513. package/lib/components/TreeRadios.js.map +0 -13
  514. package/sdk.zip +0 -0
  515. package/src/components/ListRadios.tsx +0 -159
  516. package/src/components/TreeRadios.tsx +0 -202
@@ -132,7 +132,7 @@ export declare class TreeSelector extends React.Component<TreeSelectorProps, Tre
132
132
  render(): JSX.Element;
133
133
  }
134
134
  declare const _default: {
135
- new (props: (Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
135
+ new (props: (Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
136
136
  showIcon: boolean;
137
137
  showOutline: boolean;
138
138
  initiallyOpen: boolean;
@@ -166,7 +166,7 @@ declare const _default: {
166
166
  }, never>> & {
167
167
  locale?: string | undefined;
168
168
  translate?: ((str: string, ...args: any[]) => string) | undefined;
169
- }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
169
+ }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
170
170
  showIcon: boolean;
171
171
  showOutline: boolean;
172
172
  initiallyOpen: boolean;
@@ -203,7 +203,7 @@ declare const _default: {
203
203
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
204
204
  render(): JSX.Element;
205
205
  context: any;
206
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
206
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
207
207
  showIcon: boolean;
208
208
  showOutline: boolean;
209
209
  initiallyOpen: boolean;
@@ -239,7 +239,7 @@ declare const _default: {
239
239
  translate?: ((str: string, ...args: any[]) => string) | undefined;
240
240
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
241
241
  forceUpdate(callback?: (() => void) | undefined): void;
242
- readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
242
+ readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
243
243
  showIcon: boolean;
244
244
  showOutline: boolean;
245
245
  initiallyOpen: boolean;
@@ -281,7 +281,7 @@ declare const _default: {
281
281
  [key: string]: React.ReactInstance;
282
282
  };
283
283
  componentDidMount?(): void;
284
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
284
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
285
285
  showIcon: boolean;
286
286
  showOutline: boolean;
287
287
  initiallyOpen: boolean;
@@ -318,7 +318,7 @@ declare const _default: {
318
318
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
319
319
  componentWillUnmount?(): void;
320
320
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
321
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
321
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
322
322
  showIcon: boolean;
323
323
  showOutline: boolean;
324
324
  initiallyOpen: boolean;
@@ -353,7 +353,7 @@ declare const _default: {
353
353
  locale?: string | undefined;
354
354
  translate?: ((str: string, ...args: any[]) => string) | undefined;
355
355
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
356
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
356
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
357
357
  showIcon: boolean;
358
358
  showOutline: boolean;
359
359
  initiallyOpen: boolean;
@@ -390,7 +390,7 @@ declare const _default: {
390
390
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
391
391
  componentWillMount?(): void;
392
392
  UNSAFE_componentWillMount?(): void;
393
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
393
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
394
394
  showIcon: boolean;
395
395
  showOutline: boolean;
396
396
  initiallyOpen: boolean;
@@ -425,7 +425,7 @@ declare const _default: {
425
425
  locale?: string | undefined;
426
426
  translate?: ((str: string, ...args: any[]) => string) | undefined;
427
427
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
428
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
428
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
429
429
  showIcon: boolean;
430
430
  showOutline: boolean;
431
431
  initiallyOpen: boolean;
@@ -460,7 +460,7 @@ declare const _default: {
460
460
  locale?: string | undefined;
461
461
  translate?: ((str: string, ...args: any[]) => string) | undefined;
462
462
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
463
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
463
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
464
464
  showIcon: boolean;
465
465
  showOutline: boolean;
466
466
  initiallyOpen: boolean;
@@ -495,7 +495,7 @@ declare const _default: {
495
495
  locale?: string | undefined;
496
496
  translate?: ((str: string, ...args: any[]) => string) | undefined;
497
497
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
498
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
498
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
499
499
  showIcon: boolean;
500
500
  showOutline: boolean;
501
501
  initiallyOpen: boolean;
@@ -531,7 +531,7 @@ declare const _default: {
531
531
  translate?: ((str: string, ...args: any[]) => string) | undefined;
532
532
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
533
533
  };
534
- new (props: Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
534
+ new (props: Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
535
535
  showIcon: boolean;
536
536
  showOutline: boolean;
537
537
  initiallyOpen: boolean;
@@ -568,7 +568,7 @@ declare const _default: {
568
568
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
569
569
  render(): JSX.Element;
570
570
  context: any;
571
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
571
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
572
572
  showIcon: boolean;
573
573
  showOutline: boolean;
574
574
  initiallyOpen: boolean;
@@ -604,7 +604,7 @@ declare const _default: {
604
604
  translate?: ((str: string, ...args: any[]) => string) | undefined;
605
605
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
606
606
  forceUpdate(callback?: (() => void) | undefined): void;
607
- readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
607
+ readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
608
608
  showIcon: boolean;
609
609
  showOutline: boolean;
610
610
  initiallyOpen: boolean;
@@ -646,7 +646,7 @@ declare const _default: {
646
646
  [key: string]: React.ReactInstance;
647
647
  };
648
648
  componentDidMount?(): void;
649
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
649
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
650
650
  showIcon: boolean;
651
651
  showOutline: boolean;
652
652
  initiallyOpen: boolean;
@@ -683,7 +683,7 @@ declare const _default: {
683
683
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
684
684
  componentWillUnmount?(): void;
685
685
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
686
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
686
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
687
687
  showIcon: boolean;
688
688
  showOutline: boolean;
689
689
  initiallyOpen: boolean;
@@ -718,7 +718,7 @@ declare const _default: {
718
718
  locale?: string | undefined;
719
719
  translate?: ((str: string, ...args: any[]) => string) | undefined;
720
720
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
721
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
721
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
722
722
  showIcon: boolean;
723
723
  showOutline: boolean;
724
724
  initiallyOpen: boolean;
@@ -755,7 +755,7 @@ declare const _default: {
755
755
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
756
756
  componentWillMount?(): void;
757
757
  UNSAFE_componentWillMount?(): void;
758
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
758
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
759
759
  showIcon: boolean;
760
760
  showOutline: boolean;
761
761
  initiallyOpen: boolean;
@@ -790,7 +790,7 @@ declare const _default: {
790
790
  locale?: string | undefined;
791
791
  translate?: ((str: string, ...args: any[]) => string) | undefined;
792
792
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
793
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
793
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
794
794
  showIcon: boolean;
795
795
  showOutline: boolean;
796
796
  initiallyOpen: boolean;
@@ -825,7 +825,7 @@ declare const _default: {
825
825
  locale?: string | undefined;
826
826
  translate?: ((str: string, ...args: any[]) => string) | undefined;
827
827
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
828
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
828
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
829
829
  showIcon: boolean;
830
830
  showOutline: boolean;
831
831
  initiallyOpen: boolean;
@@ -860,7 +860,7 @@ declare const _default: {
860
860
  locale?: string | undefined;
861
861
  translate?: ((str: string, ...args: any[]) => string) | undefined;
862
862
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
863
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
863
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
864
864
  showIcon: boolean;
865
865
  showOutline: boolean;
866
866
  initiallyOpen: boolean;
@@ -899,7 +899,7 @@ declare const _default: {
899
899
  displayName: string;
900
900
  contextType: React.Context<string>;
901
901
  ComposedComponent: React.ComponentType<{
902
- new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
902
+ new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
903
903
  showIcon: boolean;
904
904
  showOutline: boolean;
905
905
  initiallyOpen: boolean;
@@ -933,7 +933,7 @@ declare const _default: {
933
933
  }, never>> & {
934
934
  locale?: string | undefined;
935
935
  translate?: ((str: string, ...args: any[]) => string) | undefined;
936
- }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
936
+ }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
937
937
  showIcon: boolean;
938
938
  showOutline: boolean;
939
939
  initiallyOpen: boolean;
@@ -970,7 +970,7 @@ declare const _default: {
970
970
  }>): {
971
971
  render(): JSX.Element;
972
972
  context: any;
973
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
973
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
974
974
  showIcon: boolean;
975
975
  showOutline: boolean;
976
976
  initiallyOpen: boolean;
@@ -1006,7 +1006,7 @@ declare const _default: {
1006
1006
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1007
1007
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1008
1008
  forceUpdate(callback?: (() => void) | undefined): void;
1009
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1009
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1010
1010
  showIcon: boolean;
1011
1011
  showOutline: boolean;
1012
1012
  initiallyOpen: boolean;
@@ -1048,7 +1048,7 @@ declare const _default: {
1048
1048
  [key: string]: React.ReactInstance;
1049
1049
  };
1050
1050
  componentDidMount?(): void;
1051
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1051
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1052
1052
  showIcon: boolean;
1053
1053
  showOutline: boolean;
1054
1054
  initiallyOpen: boolean;
@@ -1085,7 +1085,7 @@ declare const _default: {
1085
1085
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1086
1086
  componentWillUnmount?(): void;
1087
1087
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1088
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1088
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1089
1089
  showIcon: boolean;
1090
1090
  showOutline: boolean;
1091
1091
  initiallyOpen: boolean;
@@ -1120,7 +1120,7 @@ declare const _default: {
1120
1120
  locale?: string | undefined;
1121
1121
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1122
1122
  }>, prevState: Readonly<{}>): any;
1123
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1123
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1124
1124
  showIcon: boolean;
1125
1125
  showOutline: boolean;
1126
1126
  initiallyOpen: boolean;
@@ -1157,7 +1157,7 @@ declare const _default: {
1157
1157
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1158
1158
  componentWillMount?(): void;
1159
1159
  UNSAFE_componentWillMount?(): void;
1160
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1160
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1161
1161
  showIcon: boolean;
1162
1162
  showOutline: boolean;
1163
1163
  initiallyOpen: boolean;
@@ -1192,7 +1192,7 @@ declare const _default: {
1192
1192
  locale?: string | undefined;
1193
1193
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1194
1194
  }>, nextContext: any): void;
1195
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1195
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1196
1196
  showIcon: boolean;
1197
1197
  showOutline: boolean;
1198
1198
  initiallyOpen: boolean;
@@ -1227,7 +1227,7 @@ declare const _default: {
1227
1227
  locale?: string | undefined;
1228
1228
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1229
1229
  }>, nextContext: any): void;
1230
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1230
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1231
1231
  showIcon: boolean;
1232
1232
  showOutline: boolean;
1233
1233
  initiallyOpen: boolean;
@@ -1262,7 +1262,7 @@ declare const _default: {
1262
1262
  locale?: string | undefined;
1263
1263
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1264
1264
  }>, nextState: Readonly<{}>, nextContext: any): void;
1265
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1265
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1266
1266
  showIcon: boolean;
1267
1267
  showOutline: boolean;
1268
1268
  initiallyOpen: boolean;
@@ -1298,7 +1298,7 @@ declare const _default: {
1298
1298
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1299
1299
  }>, nextState: Readonly<{}>, nextContext: any): void;
1300
1300
  };
1301
- new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1301
+ new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1302
1302
  showIcon: boolean;
1303
1303
  showOutline: boolean;
1304
1304
  initiallyOpen: boolean;
@@ -1335,7 +1335,7 @@ declare const _default: {
1335
1335
  }, context: any): {
1336
1336
  render(): JSX.Element;
1337
1337
  context: any;
1338
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1338
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1339
1339
  showIcon: boolean;
1340
1340
  showOutline: boolean;
1341
1341
  initiallyOpen: boolean;
@@ -1371,7 +1371,7 @@ declare const _default: {
1371
1371
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1372
1372
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1373
1373
  forceUpdate(callback?: (() => void) | undefined): void;
1374
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1374
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1375
1375
  showIcon: boolean;
1376
1376
  showOutline: boolean;
1377
1377
  initiallyOpen: boolean;
@@ -1413,7 +1413,7 @@ declare const _default: {
1413
1413
  [key: string]: React.ReactInstance;
1414
1414
  };
1415
1415
  componentDidMount?(): void;
1416
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1416
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1417
1417
  showIcon: boolean;
1418
1418
  showOutline: boolean;
1419
1419
  initiallyOpen: boolean;
@@ -1450,7 +1450,7 @@ declare const _default: {
1450
1450
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1451
1451
  componentWillUnmount?(): void;
1452
1452
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1453
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1453
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1454
1454
  showIcon: boolean;
1455
1455
  showOutline: boolean;
1456
1456
  initiallyOpen: boolean;
@@ -1485,7 +1485,7 @@ declare const _default: {
1485
1485
  locale?: string | undefined;
1486
1486
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1487
1487
  }>, prevState: Readonly<{}>): any;
1488
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1488
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1489
1489
  showIcon: boolean;
1490
1490
  showOutline: boolean;
1491
1491
  initiallyOpen: boolean;
@@ -1522,7 +1522,7 @@ declare const _default: {
1522
1522
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1523
1523
  componentWillMount?(): void;
1524
1524
  UNSAFE_componentWillMount?(): void;
1525
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1525
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1526
1526
  showIcon: boolean;
1527
1527
  showOutline: boolean;
1528
1528
  initiallyOpen: boolean;
@@ -1557,7 +1557,7 @@ declare const _default: {
1557
1557
  locale?: string | undefined;
1558
1558
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1559
1559
  }>, nextContext: any): void;
1560
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1560
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1561
1561
  showIcon: boolean;
1562
1562
  showOutline: boolean;
1563
1563
  initiallyOpen: boolean;
@@ -1592,7 +1592,7 @@ declare const _default: {
1592
1592
  locale?: string | undefined;
1593
1593
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1594
1594
  }>, nextContext: any): void;
1595
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1595
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1596
1596
  showIcon: boolean;
1597
1597
  showOutline: boolean;
1598
1598
  initiallyOpen: boolean;
@@ -1627,7 +1627,7 @@ declare const _default: {
1627
1627
  locale?: string | undefined;
1628
1628
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1629
1629
  }>, nextState: Readonly<{}>, nextContext: any): void;
1630
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1630
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1631
1631
  showIcon: boolean;
1632
1632
  showOutline: boolean;
1633
1633
  initiallyOpen: boolean;
@@ -1670,7 +1670,7 @@ declare const _default: {
1670
1670
  ComposedComponent: typeof TreeSelector;
1671
1671
  }>;
1672
1672
  } & import("hoist-non-react-statics").NonReactStatics<{
1673
- new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1673
+ new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1674
1674
  showIcon: boolean;
1675
1675
  showOutline: boolean;
1676
1676
  initiallyOpen: boolean;
@@ -1704,7 +1704,7 @@ declare const _default: {
1704
1704
  }, never>> & {
1705
1705
  locale?: string | undefined;
1706
1706
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1707
- }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1707
+ }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1708
1708
  showIcon: boolean;
1709
1709
  showOutline: boolean;
1710
1710
  initiallyOpen: boolean;
@@ -1741,7 +1741,7 @@ declare const _default: {
1741
1741
  }>): {
1742
1742
  render(): JSX.Element;
1743
1743
  context: any;
1744
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1744
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1745
1745
  showIcon: boolean;
1746
1746
  showOutline: boolean;
1747
1747
  initiallyOpen: boolean;
@@ -1777,7 +1777,7 @@ declare const _default: {
1777
1777
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1778
1778
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1779
1779
  forceUpdate(callback?: (() => void) | undefined): void;
1780
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1780
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1781
1781
  showIcon: boolean;
1782
1782
  showOutline: boolean;
1783
1783
  initiallyOpen: boolean;
@@ -1819,7 +1819,7 @@ declare const _default: {
1819
1819
  [key: string]: React.ReactInstance;
1820
1820
  };
1821
1821
  componentDidMount?(): void;
1822
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1822
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1823
1823
  showIcon: boolean;
1824
1824
  showOutline: boolean;
1825
1825
  initiallyOpen: boolean;
@@ -1856,7 +1856,7 @@ declare const _default: {
1856
1856
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1857
1857
  componentWillUnmount?(): void;
1858
1858
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1859
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1859
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1860
1860
  showIcon: boolean;
1861
1861
  showOutline: boolean;
1862
1862
  initiallyOpen: boolean;
@@ -1891,7 +1891,7 @@ declare const _default: {
1891
1891
  locale?: string | undefined;
1892
1892
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1893
1893
  }>, prevState: Readonly<{}>): any;
1894
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1894
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1895
1895
  showIcon: boolean;
1896
1896
  showOutline: boolean;
1897
1897
  initiallyOpen: boolean;
@@ -1928,7 +1928,7 @@ declare const _default: {
1928
1928
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1929
1929
  componentWillMount?(): void;
1930
1930
  UNSAFE_componentWillMount?(): void;
1931
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1931
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1932
1932
  showIcon: boolean;
1933
1933
  showOutline: boolean;
1934
1934
  initiallyOpen: boolean;
@@ -1963,7 +1963,7 @@ declare const _default: {
1963
1963
  locale?: string | undefined;
1964
1964
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1965
1965
  }>, nextContext: any): void;
1966
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1966
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1967
1967
  showIcon: boolean;
1968
1968
  showOutline: boolean;
1969
1969
  initiallyOpen: boolean;
@@ -1998,7 +1998,7 @@ declare const _default: {
1998
1998
  locale?: string | undefined;
1999
1999
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2000
2000
  }>, nextContext: any): void;
2001
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2001
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2002
2002
  showIcon: boolean;
2003
2003
  showOutline: boolean;
2004
2004
  initiallyOpen: boolean;
@@ -2033,7 +2033,7 @@ declare const _default: {
2033
2033
  locale?: string | undefined;
2034
2034
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2035
2035
  }>, nextState: Readonly<{}>, nextContext: any): void;
2036
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2036
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2037
2037
  showIcon: boolean;
2038
2038
  showOutline: boolean;
2039
2039
  initiallyOpen: boolean;
@@ -2069,7 +2069,7 @@ declare const _default: {
2069
2069
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2070
2070
  }>, nextState: Readonly<{}>, nextContext: any): void;
2071
2071
  };
2072
- new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2072
+ new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2073
2073
  showIcon: boolean;
2074
2074
  showOutline: boolean;
2075
2075
  initiallyOpen: boolean;
@@ -2106,7 +2106,7 @@ declare const _default: {
2106
2106
  }, context: any): {
2107
2107
  render(): JSX.Element;
2108
2108
  context: any;
2109
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2109
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2110
2110
  showIcon: boolean;
2111
2111
  showOutline: boolean;
2112
2112
  initiallyOpen: boolean;
@@ -2142,7 +2142,7 @@ declare const _default: {
2142
2142
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2143
2143
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
2144
2144
  forceUpdate(callback?: (() => void) | undefined): void;
2145
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2145
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2146
2146
  showIcon: boolean;
2147
2147
  showOutline: boolean;
2148
2148
  initiallyOpen: boolean;
@@ -2184,7 +2184,7 @@ declare const _default: {
2184
2184
  [key: string]: React.ReactInstance;
2185
2185
  };
2186
2186
  componentDidMount?(): void;
2187
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2187
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2188
2188
  showIcon: boolean;
2189
2189
  showOutline: boolean;
2190
2190
  initiallyOpen: boolean;
@@ -2221,7 +2221,7 @@ declare const _default: {
2221
2221
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
2222
2222
  componentWillUnmount?(): void;
2223
2223
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
2224
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2224
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2225
2225
  showIcon: boolean;
2226
2226
  showOutline: boolean;
2227
2227
  initiallyOpen: boolean;
@@ -2256,7 +2256,7 @@ declare const _default: {
2256
2256
  locale?: string | undefined;
2257
2257
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2258
2258
  }>, prevState: Readonly<{}>): any;
2259
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2259
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2260
2260
  showIcon: boolean;
2261
2261
  showOutline: boolean;
2262
2262
  initiallyOpen: boolean;
@@ -2293,7 +2293,7 @@ declare const _default: {
2293
2293
  }>, prevState: Readonly<{}>, snapshot?: any): void;
2294
2294
  componentWillMount?(): void;
2295
2295
  UNSAFE_componentWillMount?(): void;
2296
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2296
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2297
2297
  showIcon: boolean;
2298
2298
  showOutline: boolean;
2299
2299
  initiallyOpen: boolean;
@@ -2328,7 +2328,7 @@ declare const _default: {
2328
2328
  locale?: string | undefined;
2329
2329
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2330
2330
  }>, nextContext: any): void;
2331
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2331
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2332
2332
  showIcon: boolean;
2333
2333
  showOutline: boolean;
2334
2334
  initiallyOpen: boolean;
@@ -2363,7 +2363,7 @@ declare const _default: {
2363
2363
  locale?: string | undefined;
2364
2364
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2365
2365
  }>, nextContext: any): void;
2366
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2366
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2367
2367
  showIcon: boolean;
2368
2368
  showOutline: boolean;
2369
2369
  initiallyOpen: boolean;
@@ -2398,7 +2398,7 @@ declare const _default: {
2398
2398
  locale?: string | undefined;
2399
2399
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2400
2400
  }>, nextState: Readonly<{}>, nextContext: any): void;
2401
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2401
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2402
2402
  showIcon: boolean;
2403
2403
  showOutline: boolean;
2404
2404
  initiallyOpen: boolean;
@@ -2441,7 +2441,7 @@ declare const _default: {
2441
2441
  ComposedComponent: typeof TreeSelector;
2442
2442
  }, {}> & {
2443
2443
  ComposedComponent: {
2444
- new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2444
+ new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2445
2445
  showIcon: boolean;
2446
2446
  showOutline: boolean;
2447
2447
  initiallyOpen: boolean;
@@ -2475,7 +2475,7 @@ declare const _default: {
2475
2475
  }, never>> & {
2476
2476
  locale?: string | undefined;
2477
2477
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2478
- }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2478
+ }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2479
2479
  showIcon: boolean;
2480
2480
  showOutline: boolean;
2481
2481
  initiallyOpen: boolean;
@@ -2512,7 +2512,7 @@ declare const _default: {
2512
2512
  }>): {
2513
2513
  render(): JSX.Element;
2514
2514
  context: any;
2515
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2515
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2516
2516
  showIcon: boolean;
2517
2517
  showOutline: boolean;
2518
2518
  initiallyOpen: boolean;
@@ -2548,7 +2548,7 @@ declare const _default: {
2548
2548
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2549
2549
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
2550
2550
  forceUpdate(callback?: (() => void) | undefined): void;
2551
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2551
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2552
2552
  showIcon: boolean;
2553
2553
  showOutline: boolean;
2554
2554
  initiallyOpen: boolean;
@@ -2590,7 +2590,7 @@ declare const _default: {
2590
2590
  [key: string]: React.ReactInstance;
2591
2591
  };
2592
2592
  componentDidMount?(): void;
2593
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2593
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2594
2594
  showIcon: boolean;
2595
2595
  showOutline: boolean;
2596
2596
  initiallyOpen: boolean;
@@ -2627,7 +2627,7 @@ declare const _default: {
2627
2627
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
2628
2628
  componentWillUnmount?(): void;
2629
2629
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
2630
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2630
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2631
2631
  showIcon: boolean;
2632
2632
  showOutline: boolean;
2633
2633
  initiallyOpen: boolean;
@@ -2662,7 +2662,7 @@ declare const _default: {
2662
2662
  locale?: string | undefined;
2663
2663
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2664
2664
  }>, prevState: Readonly<{}>): any;
2665
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2665
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2666
2666
  showIcon: boolean;
2667
2667
  showOutline: boolean;
2668
2668
  initiallyOpen: boolean;
@@ -2699,7 +2699,7 @@ declare const _default: {
2699
2699
  }>, prevState: Readonly<{}>, snapshot?: any): void;
2700
2700
  componentWillMount?(): void;
2701
2701
  UNSAFE_componentWillMount?(): void;
2702
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2702
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2703
2703
  showIcon: boolean;
2704
2704
  showOutline: boolean;
2705
2705
  initiallyOpen: boolean;
@@ -2734,7 +2734,7 @@ declare const _default: {
2734
2734
  locale?: string | undefined;
2735
2735
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2736
2736
  }>, nextContext: any): void;
2737
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2737
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2738
2738
  showIcon: boolean;
2739
2739
  showOutline: boolean;
2740
2740
  initiallyOpen: boolean;
@@ -2769,7 +2769,7 @@ declare const _default: {
2769
2769
  locale?: string | undefined;
2770
2770
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2771
2771
  }>, nextContext: any): void;
2772
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2772
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2773
2773
  showIcon: boolean;
2774
2774
  showOutline: boolean;
2775
2775
  initiallyOpen: boolean;
@@ -2804,7 +2804,7 @@ declare const _default: {
2804
2804
  locale?: string | undefined;
2805
2805
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2806
2806
  }>, nextState: Readonly<{}>, nextContext: any): void;
2807
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2807
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2808
2808
  showIcon: boolean;
2809
2809
  showOutline: boolean;
2810
2810
  initiallyOpen: boolean;
@@ -2840,7 +2840,7 @@ declare const _default: {
2840
2840
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2841
2841
  }>, nextState: Readonly<{}>, nextContext: any): void;
2842
2842
  };
2843
- new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2843
+ new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2844
2844
  showIcon: boolean;
2845
2845
  showOutline: boolean;
2846
2846
  initiallyOpen: boolean;
@@ -2877,7 +2877,7 @@ declare const _default: {
2877
2877
  }, context: any): {
2878
2878
  render(): JSX.Element;
2879
2879
  context: any;
2880
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2880
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2881
2881
  showIcon: boolean;
2882
2882
  showOutline: boolean;
2883
2883
  initiallyOpen: boolean;
@@ -2913,7 +2913,7 @@ declare const _default: {
2913
2913
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2914
2914
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
2915
2915
  forceUpdate(callback?: (() => void) | undefined): void;
2916
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2916
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2917
2917
  showIcon: boolean;
2918
2918
  showOutline: boolean;
2919
2919
  initiallyOpen: boolean;
@@ -2955,7 +2955,7 @@ declare const _default: {
2955
2955
  [key: string]: React.ReactInstance;
2956
2956
  };
2957
2957
  componentDidMount?(): void;
2958
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2958
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2959
2959
  showIcon: boolean;
2960
2960
  showOutline: boolean;
2961
2961
  initiallyOpen: boolean;
@@ -2992,7 +2992,7 @@ declare const _default: {
2992
2992
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
2993
2993
  componentWillUnmount?(): void;
2994
2994
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
2995
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2995
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2996
2996
  showIcon: boolean;
2997
2997
  showOutline: boolean;
2998
2998
  initiallyOpen: boolean;
@@ -3027,7 +3027,7 @@ declare const _default: {
3027
3027
  locale?: string | undefined;
3028
3028
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3029
3029
  }>, prevState: Readonly<{}>): any;
3030
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3030
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3031
3031
  showIcon: boolean;
3032
3032
  showOutline: boolean;
3033
3033
  initiallyOpen: boolean;
@@ -3064,7 +3064,7 @@ declare const _default: {
3064
3064
  }>, prevState: Readonly<{}>, snapshot?: any): void;
3065
3065
  componentWillMount?(): void;
3066
3066
  UNSAFE_componentWillMount?(): void;
3067
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3067
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3068
3068
  showIcon: boolean;
3069
3069
  showOutline: boolean;
3070
3070
  initiallyOpen: boolean;
@@ -3099,7 +3099,7 @@ declare const _default: {
3099
3099
  locale?: string | undefined;
3100
3100
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3101
3101
  }>, nextContext: any): void;
3102
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3102
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3103
3103
  showIcon: boolean;
3104
3104
  showOutline: boolean;
3105
3105
  initiallyOpen: boolean;
@@ -3134,7 +3134,7 @@ declare const _default: {
3134
3134
  locale?: string | undefined;
3135
3135
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3136
3136
  }>, nextContext: any): void;
3137
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3137
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3138
3138
  showIcon: boolean;
3139
3139
  showOutline: boolean;
3140
3140
  initiallyOpen: boolean;
@@ -3169,7 +3169,7 @@ declare const _default: {
3169
3169
  locale?: string | undefined;
3170
3170
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3171
3171
  }>, nextState: Readonly<{}>, nextContext: any): void;
3172
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "creatable" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "highlightTxt" | "bultinCUD" | "rootCreatable" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "pathSeparator" | "showIcon" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "withChildren" | "onlyChildren" | "iconField" | "unfoldedField" | "foldedField" | "disabledField" | "showOutline" | "hideRoot" | "rootLabel" | "rootValue" | "enableNodePath" | "nodePath" | "cascade" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3172
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "delimiter" | "valueField" | "joinValues" | "extractValue" | "showIcon" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3173
3173
  showIcon: boolean;
3174
3174
  showOutline: boolean;
3175
3175
  initiallyOpen: boolean;