amis 1.4.2-beta.1 → 1.4.2-beta.15

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 (449) hide show
  1. package/lib/Schema.d.ts +11 -3
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/components/AnchorNav.d.ts +22 -21
  4. package/lib/components/AnchorNav.js +7 -3
  5. package/lib/components/AnchorNav.js.map +2 -2
  6. package/lib/components/ArrayInput.d.ts +84 -84
  7. package/lib/components/AssociatedSelection.d.ts +930 -0
  8. package/lib/components/AssociatedSelection.js +89 -0
  9. package/lib/components/AssociatedSelection.js.map +13 -0
  10. package/lib/components/Badge.js +2 -2
  11. package/lib/components/Badge.js.map +2 -2
  12. package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
  13. package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
  14. package/lib/components/ChainedSelection.js.map +13 -0
  15. package/lib/components/Checkbox.d.ts +20 -20
  16. package/lib/components/Collapse.d.ts +51 -23
  17. package/lib/components/Collapse.js +69 -11
  18. package/lib/components/Collapse.js.map +2 -2
  19. package/lib/components/CollapseGroup.d.ts +88 -0
  20. package/lib/components/CollapseGroup.js +81 -0
  21. package/lib/components/CollapseGroup.js.map +13 -0
  22. package/lib/components/ColorPicker.d.ts +84 -84
  23. package/lib/components/DatePicker.d.ts +84 -84
  24. package/lib/components/DateRangePicker.d.ts +84 -84
  25. package/lib/components/Editor.d.ts +84 -84
  26. package/lib/components/GridNav.d.ts +52 -0
  27. package/lib/components/GridNav.js +123 -0
  28. package/lib/components/GridNav.js.map +13 -0
  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 +10 -2
  34. package/lib/components/InputBox.js.map +2 -2
  35. package/lib/components/Link.d.ts +29 -36
  36. package/lib/components/Link.js +14 -15
  37. package/lib/components/Link.js.map +2 -2
  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/NumberInput.d.ts +20 -20
  43. package/lib/components/PickerColumn.d.ts +514 -0
  44. package/lib/components/PickerColumn.js +279 -0
  45. package/lib/components/PickerColumn.js.map +13 -0
  46. package/lib/components/PickerContainer.d.ts +513 -0
  47. package/lib/components/PickerContainer.js +96 -0
  48. package/lib/components/PickerContainer.js.map +13 -0
  49. package/lib/components/Radios.d.ts +22 -21
  50. package/lib/components/Radios.js +1 -0
  51. package/lib/components/Radios.js.map +2 -2
  52. package/lib/components/Rating.d.ts +21 -21
  53. package/lib/components/ResultBox.d.ts +84 -84
  54. package/lib/components/ResultBox.js +10 -2
  55. package/lib/components/ResultBox.js.map +2 -2
  56. package/lib/components/SearchBox.d.ts +84 -84
  57. package/lib/components/SearchBox.js +4 -4
  58. package/lib/components/SearchBox.js.map +2 -2
  59. package/lib/components/Select.d.ts +245 -237
  60. package/lib/components/Select.js +25 -4
  61. package/lib/components/Select.js.map +2 -2
  62. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  63. package/lib/components/Selection.js +134 -0
  64. package/lib/components/Selection.js.map +13 -0
  65. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  66. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  67. package/lib/components/TableSelection.js.map +13 -0
  68. package/lib/components/Tabs.d.ts +20 -20
  69. package/lib/components/TabsTransfer.d.ts +84 -84
  70. package/lib/components/TabsTransfer.js +9 -9
  71. package/lib/components/TabsTransfer.js.map +2 -2
  72. package/lib/components/TabsTransferPicker.d.ts +489 -0
  73. package/lib/components/TabsTransferPicker.js +60 -0
  74. package/lib/components/TabsTransferPicker.js.map +13 -0
  75. package/lib/components/Toast.d.ts +86 -85
  76. package/lib/components/Toast.js +6 -3
  77. package/lib/components/Toast.js.map +2 -2
  78. package/lib/components/Transfer.d.ts +908 -274
  79. package/lib/components/Transfer.js +31 -24
  80. package/lib/components/Transfer.js.map +2 -2
  81. package/lib/components/TransferDropDown.d.ts +488 -0
  82. package/lib/components/TransferDropDown.js +59 -0
  83. package/lib/components/TransferDropDown.js.map +13 -0
  84. package/lib/components/TransferPicker.d.ts +493 -0
  85. package/lib/components/TransferPicker.js +60 -0
  86. package/lib/components/TransferPicker.js.map +13 -0
  87. package/lib/components/Tree.d.ts +115 -84
  88. package/lib/components/Tree.js +183 -30
  89. package/lib/components/Tree.js.map +2 -2
  90. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  91. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  92. package/lib/components/TreeSelection.js.map +13 -0
  93. package/lib/components/WithRemoteConfig.js +1 -1
  94. package/lib/components/WithRemoteConfig.js.map +2 -2
  95. package/lib/components/condition-builder/Field.js +5 -2
  96. package/lib/components/condition-builder/Field.js.map +2 -2
  97. package/lib/components/condition-builder/Func.js +2 -2
  98. package/lib/components/condition-builder/Func.js.map +2 -2
  99. package/lib/components/condition-builder/InputSwitch.js +2 -2
  100. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  101. package/lib/components/condition-builder/Item.js +3 -3
  102. package/lib/components/condition-builder/Item.js.map +2 -2
  103. package/lib/components/icons.js +2 -0
  104. package/lib/components/icons.js.map +2 -2
  105. package/lib/components/index.d.ts +8 -8
  106. package/lib/components/index.js +16 -16
  107. package/lib/components/index.js.map +2 -2
  108. package/lib/envOverwrite.d.ts +1 -1
  109. package/lib/envOverwrite.js +24 -9
  110. package/lib/envOverwrite.js.map +2 -2
  111. package/lib/factory.d.ts +15 -1
  112. package/lib/factory.js +35 -6
  113. package/lib/factory.js.map +2 -2
  114. package/lib/helper.css.map +1 -1
  115. package/lib/hooks/index.d.ts +5 -0
  116. package/lib/hooks/index.js +14 -0
  117. package/lib/hooks/index.js.map +13 -0
  118. package/lib/hooks/use-set-state.d.ts +2 -0
  119. package/lib/hooks/use-set-state.js +15 -0
  120. package/lib/hooks/use-set-state.js.map +13 -0
  121. package/lib/hooks/use-touch.d.ts +16 -0
  122. package/lib/hooks/use-touch.js +73 -0
  123. package/lib/hooks/use-touch.js.map +13 -0
  124. package/lib/hooks/use-update-effect.d.ts +3 -0
  125. package/lib/hooks/use-update-effect.js +17 -0
  126. package/lib/hooks/use-update-effect.js.map +13 -0
  127. package/lib/icons/download.js +7 -0
  128. package/lib/icons/drag-bar.js +10 -3
  129. package/lib/index.d.ts +5 -0
  130. package/lib/index.js +6 -1
  131. package/lib/index.js.map +2 -2
  132. package/lib/locale/de-DE.js +2 -0
  133. package/lib/locale/de-DE.js.map +2 -2
  134. package/lib/locale/en-US.js +3 -0
  135. package/lib/locale/en-US.js.map +2 -2
  136. package/lib/locale/zh-CN.js +5 -2
  137. package/lib/locale/zh-CN.js.map +2 -2
  138. package/lib/renderers/Action.d.ts +4 -3
  139. package/lib/renderers/Action.js +17 -4
  140. package/lib/renderers/Action.js.map +2 -2
  141. package/lib/renderers/AnchorNav.d.ts +1 -0
  142. package/lib/renderers/AnchorNav.js +2 -2
  143. package/lib/renderers/AnchorNav.js.map +2 -2
  144. package/lib/renderers/Avatar.js +3 -3
  145. package/lib/renderers/Avatar.js.map +2 -2
  146. package/lib/renderers/Breadcrumb.js +1 -1
  147. package/lib/renderers/Breadcrumb.js.map +2 -2
  148. package/lib/renderers/CRUD.d.ts +9 -0
  149. package/lib/renderers/CRUD.js +24 -4
  150. package/lib/renderers/CRUD.js.map +2 -2
  151. package/lib/renderers/Card.d.ts +4 -0
  152. package/lib/renderers/Card.js +29 -23
  153. package/lib/renderers/Card.js.map +2 -2
  154. package/lib/renderers/Chart.js +1 -1
  155. package/lib/renderers/Chart.js.map +2 -2
  156. package/lib/renderers/Collapse.d.ts +25 -20
  157. package/lib/renderers/Collapse.js +10 -72
  158. package/lib/renderers/Collapse.js.map +2 -2
  159. package/lib/renderers/CollapseGroup.d.ts +42 -0
  160. package/lib/renderers/CollapseGroup.js +33 -0
  161. package/lib/renderers/CollapseGroup.js.map +13 -0
  162. package/lib/renderers/DropDownButton.js +1 -1
  163. package/lib/renderers/DropDownButton.js.map +2 -2
  164. package/lib/renderers/Form/DiffEditor.d.ts +4 -3
  165. package/lib/renderers/Form/Editor.d.ts +3 -2
  166. package/lib/renderers/Form/InputCity.d.ts +84 -84
  167. package/lib/renderers/Form/InputCity.js +7 -6
  168. package/lib/renderers/Form/InputCity.js.map +2 -2
  169. package/lib/renderers/Form/InputColor.d.ts +84 -84
  170. package/lib/renderers/Form/InputFile.d.ts +6 -0
  171. package/lib/renderers/Form/InputFile.js +28 -8
  172. package/lib/renderers/Form/InputFile.js.map +2 -2
  173. package/lib/renderers/Form/InputImage.js +11 -4
  174. package/lib/renderers/Form/InputImage.js.map +2 -2
  175. package/lib/renderers/Form/Item.d.ts +1 -1
  176. package/lib/renderers/Form/Item.js +2 -1
  177. package/lib/renderers/Form/Item.js.map +2 -2
  178. package/lib/renderers/Form/Options.js +13 -3
  179. package/lib/renderers/Form/Options.js.map +2 -2
  180. package/lib/renderers/Form/Select.d.ts +42 -4
  181. package/lib/renderers/Form/Select.js +37 -3
  182. package/lib/renderers/Form/Select.js.map +2 -2
  183. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  184. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  185. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  186. package/lib/renderers/Form/Transfer.js +18 -3
  187. package/lib/renderers/Form/Transfer.js.map +2 -2
  188. package/lib/renderers/Form/TransferPicker.d.ts +52 -0
  189. package/lib/renderers/Form/TransferPicker.js +43 -0
  190. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  191. package/lib/renderers/Form/TreeSelect.js +2 -2
  192. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  193. package/lib/renderers/Form/index.d.ts +5 -0
  194. package/lib/renderers/Form/index.js +5 -3
  195. package/lib/renderers/Form/index.js.map +2 -2
  196. package/lib/renderers/Form/wrapControl.js +13 -1
  197. package/lib/renderers/Form/wrapControl.js.map +2 -2
  198. package/lib/renderers/GridNav.d.ts +99 -0
  199. package/lib/renderers/GridNav.js +82 -0
  200. package/lib/renderers/GridNav.js.map +13 -0
  201. package/lib/renderers/IFrame.js +1 -3
  202. package/lib/renderers/IFrame.js.map +2 -2
  203. package/lib/renderers/Json.d.ts +4 -0
  204. package/lib/renderers/Json.js +4 -13
  205. package/lib/renderers/Json.js.map +2 -2
  206. package/lib/renderers/Link.d.ts +4 -2
  207. package/lib/renderers/Link.js +15 -6
  208. package/lib/renderers/Link.js.map +2 -2
  209. package/lib/renderers/List.js +1 -1
  210. package/lib/renderers/List.js.map +2 -2
  211. package/lib/renderers/Mapping.d.ts +9 -2
  212. package/lib/renderers/Mapping.js +18 -6
  213. package/lib/renderers/Mapping.js.map +2 -2
  214. package/lib/renderers/Nav.d.ts +21 -21
  215. package/lib/renderers/Nav.js +39 -21
  216. package/lib/renderers/Nav.js.map +2 -2
  217. package/lib/renderers/Portlet.d.ts +125 -0
  218. package/lib/renderers/Portlet.js +156 -0
  219. package/lib/renderers/Portlet.js.map +13 -0
  220. package/lib/renderers/Property.js +2 -1
  221. package/lib/renderers/Property.js.map +2 -2
  222. package/lib/renderers/SearchBox.d.ts +6 -1
  223. package/lib/renderers/SearchBox.js +19 -5
  224. package/lib/renderers/SearchBox.js.map +2 -2
  225. package/lib/renderers/Table/TableContent.d.ts +4 -1
  226. package/lib/renderers/Table/TableContent.js +21 -1
  227. package/lib/renderers/Table/TableContent.js.map +2 -2
  228. package/lib/renderers/Table/index.d.ts +5 -1
  229. package/lib/renderers/Table/index.js +65 -30
  230. package/lib/renderers/Table/index.js.map +2 -2
  231. package/lib/renderers/Tabs.js +9 -1
  232. package/lib/renderers/Tabs.js.map +2 -2
  233. package/lib/renderers/WebComponent.js +1 -1
  234. package/lib/renderers/WebComponent.js.map +2 -2
  235. package/lib/store/combo.d.ts +2 -16
  236. package/lib/store/crud.js +3 -7
  237. package/lib/store/crud.js.map +2 -2
  238. package/lib/store/form.d.ts +1 -1
  239. package/lib/store/form.js +5 -6
  240. package/lib/store/form.js.map +2 -2
  241. package/lib/store/formItem.js +44 -4
  242. package/lib/store/formItem.js.map +2 -2
  243. package/lib/store/service.js +5 -4
  244. package/lib/store/service.js.map +2 -2
  245. package/lib/store/table.d.ts +3 -2
  246. package/lib/store/table.js +35 -12
  247. package/lib/store/table.js.map +2 -2
  248. package/lib/themes/ang-ie11.css +689 -175
  249. package/lib/themes/ang.css +689 -175
  250. package/lib/themes/ang.css.map +1 -1
  251. package/lib/themes/antd-ie11.css +689 -175
  252. package/lib/themes/antd.css +689 -175
  253. package/lib/themes/antd.css.map +1 -1
  254. package/lib/themes/cxd-ie11.css +728 -213
  255. package/lib/themes/cxd.css +728 -213
  256. package/lib/themes/cxd.css.map +1 -1
  257. package/lib/themes/dark-ie11.css +689 -175
  258. package/lib/themes/dark.css +689 -175
  259. package/lib/themes/dark.css.map +1 -1
  260. package/lib/themes/default.css +728 -213
  261. package/lib/themes/default.css.map +1 -1
  262. package/lib/types.d.ts +38 -1
  263. package/lib/types.js +0 -5
  264. package/lib/types.js.map +2 -2
  265. package/lib/utils/api.d.ts +4 -2
  266. package/lib/utils/api.js +104 -17
  267. package/lib/utils/api.js.map +2 -2
  268. package/lib/utils/dom.d.ts +4 -0
  269. package/lib/utils/dom.js +11 -1
  270. package/lib/utils/dom.js.map +2 -2
  271. package/lib/utils/helper.d.ts +8 -0
  272. package/lib/utils/helper.js +28 -2
  273. package/lib/utils/helper.js.map +2 -2
  274. package/lib/utils/icon.js +3 -0
  275. package/lib/utils/icon.js.map +2 -2
  276. package/package.json +1 -1
  277. package/schema.json +3326 -836
  278. package/scss/_mixins.scss +1 -3
  279. package/scss/_properties.scss +25 -1
  280. package/scss/base/_common.scss +3 -0
  281. package/scss/base/_normalize.scss +2 -0
  282. package/scss/components/_anchor-nav.scss +89 -29
  283. package/scss/components/_card.scss +8 -14
  284. package/scss/components/_collapse-group.scss +11 -0
  285. package/scss/components/_collapse.scss +48 -22
  286. package/scss/components/_grid-nav.scss +128 -0
  287. package/scss/components/_input-box.scss +1 -0
  288. package/scss/components/_mapping.scss +6 -0
  289. package/scss/components/_nav.scss +2 -2
  290. package/scss/components/_picker-columns.scss +124 -0
  291. package/scss/components/_popover.scss +13 -0
  292. package/scss/components/_portlet.scss +51 -0
  293. package/scss/components/_result-box.scss +1 -0
  294. package/scss/components/_spinner.scss +5 -4
  295. package/scss/components/_status.scss +1 -1
  296. package/scss/components/_table.scss +32 -0
  297. package/scss/components/form/_checks.scss +0 -351
  298. package/scss/components/form/_combo.scss +4 -0
  299. package/scss/components/form/_fieldset.scss +5 -1
  300. package/scss/components/form/_file.scss +11 -0
  301. package/scss/components/form/_form.scss +48 -0
  302. package/scss/components/form/_selection.scss +354 -0
  303. package/scss/components/form/_transfer.scss +75 -18
  304. package/scss/components/form/_tree.scss +42 -0
  305. package/scss/themes/_common.scss +7 -0
  306. package/scss/themes/_cxd-variables.scss +8 -6
  307. package/scss/themes/cxd.scss +17 -12
  308. package/sdk/ang-ie11.css +786 -196
  309. package/sdk/ang.css +820 -213
  310. package/sdk/antd-ie11.css +786 -196
  311. package/sdk/antd.css +820 -213
  312. package/sdk/charts.js +13 -13
  313. package/sdk/color-picker.js +65 -69
  314. package/sdk/cropperjs.js +2 -2
  315. package/sdk/cxd-ie11.css +825 -236
  316. package/sdk/cxd.css +862 -254
  317. package/sdk/dark-ie11.css +787 -197
  318. package/sdk/dark.css +820 -213
  319. package/sdk/exceljs.js +1 -1
  320. package/sdk/helper.css.map +1 -1
  321. package/sdk/iconfont.svg +2513 -0
  322. package/sdk/iconfont.ttf +0 -0
  323. package/sdk/iconfont.woff +0 -0
  324. package/sdk/locale/de-DE.js +2 -0
  325. package/sdk/markdown.js +69 -69
  326. package/sdk/papaparse.js +1 -1
  327. package/sdk/renderers/Form/CityDB.js +1 -1
  328. package/sdk/rest.js +20 -28
  329. package/sdk/rich-text.js +62 -62
  330. package/sdk/sdk-ie11.css +825 -236
  331. package/sdk/sdk.css +862 -254
  332. package/sdk/sdk.js +1243 -1175
  333. package/sdk/thirds/hls.js/hls.js +1 -1
  334. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  335. package/sdk/tinymce.js +57 -57
  336. package/src/Schema.ts +19 -1
  337. package/src/components/AnchorNav.tsx +15 -4
  338. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +43 -37
  339. package/src/components/Badge.tsx +3 -3
  340. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  341. package/src/components/Collapse.tsx +144 -20
  342. package/src/components/CollapseGroup.tsx +130 -0
  343. package/src/components/GridNav.tsx +233 -0
  344. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  345. package/src/components/InputBox.tsx +10 -9
  346. package/src/components/Link.tsx +28 -37
  347. package/src/components/ModalManager.ts +1 -1
  348. package/src/components/PickerColumn.tsx +429 -0
  349. package/src/components/PickerContainer.tsx +128 -0
  350. package/src/components/Radios.tsx +3 -8
  351. package/src/components/ResultBox.tsx +9 -9
  352. package/src/components/SearchBox.tsx +4 -5
  353. package/src/components/Select.tsx +57 -5
  354. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  355. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  356. package/src/components/TabsTransfer.tsx +13 -7
  357. package/src/components/TabsTransferPicker.tsx +85 -0
  358. package/src/components/Toast.tsx +23 -16
  359. package/src/components/Transfer.tsx +71 -50
  360. package/src/components/TransferDropDown.tsx +120 -0
  361. package/src/components/TransferPicker.tsx +91 -0
  362. package/src/components/Tree.tsx +194 -8
  363. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  364. package/src/components/WithRemoteConfig.tsx +7 -2
  365. package/src/components/condition-builder/Field.tsx +5 -5
  366. package/src/components/condition-builder/Func.tsx +3 -3
  367. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  368. package/src/components/condition-builder/Item.tsx +5 -12
  369. package/src/components/icons.tsx +2 -0
  370. package/src/components/index.tsx +13 -13
  371. package/src/envOverwrite.ts +20 -8
  372. package/src/factory.tsx +70 -9
  373. package/src/hooks/index.ts +5 -0
  374. package/src/hooks/use-set-state.ts +19 -0
  375. package/src/hooks/use-touch.ts +100 -0
  376. package/src/hooks/use-update-effect.ts +16 -0
  377. package/src/icons/download.svg +4 -0
  378. package/src/icons/drag-bar.svg +12 -6
  379. package/src/index.tsx +5 -0
  380. package/src/locale/de-DE.ts +2 -0
  381. package/src/locale/en-US.ts +3 -0
  382. package/src/locale/zh-CN.ts +5 -2
  383. package/src/renderers/Action.tsx +28 -2
  384. package/src/renderers/AnchorNav.tsx +4 -0
  385. package/src/renderers/Avatar.tsx +8 -4
  386. package/src/renderers/Breadcrumb.tsx +5 -1
  387. package/src/renderers/CRUD.tsx +33 -3
  388. package/src/renderers/Card.tsx +63 -34
  389. package/src/renderers/Chart.tsx +6 -2
  390. package/src/renderers/Collapse.tsx +70 -115
  391. package/src/renderers/CollapseGroup.tsx +80 -0
  392. package/src/renderers/DropDownButton.tsx +1 -1
  393. package/src/renderers/Form/InputCity.tsx +4 -8
  394. package/src/renderers/Form/InputFile.tsx +65 -24
  395. package/src/renderers/Form/InputImage.tsx +11 -3
  396. package/src/renderers/Form/Item.tsx +3 -2
  397. package/src/renderers/Form/Options.tsx +16 -2
  398. package/src/renderers/Form/Select.tsx +162 -21
  399. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  400. package/src/renderers/Form/Transfer.tsx +19 -4
  401. package/src/renderers/Form/TransferPicker.tsx +145 -0
  402. package/src/renderers/Form/TreeSelect.tsx +25 -0
  403. package/src/renderers/Form/index.tsx +15 -2
  404. package/src/renderers/Form/wrapControl.tsx +26 -1
  405. package/src/renderers/GridNav.tsx +204 -0
  406. package/src/renderers/IFrame.tsx +2 -4
  407. package/src/renderers/Json.tsx +9 -9
  408. package/src/renderers/Link.tsx +27 -13
  409. package/src/renderers/List.tsx +1 -1
  410. package/src/renderers/Mapping.tsx +27 -11
  411. package/src/renderers/Nav.tsx +108 -60
  412. package/src/renderers/Portlet.tsx +423 -0
  413. package/src/renderers/Property.tsx +3 -2
  414. package/src/renderers/SearchBox.tsx +23 -4
  415. package/src/renderers/Table/TableContent.tsx +40 -2
  416. package/src/renderers/Table/index.tsx +88 -43
  417. package/src/renderers/Tabs.tsx +9 -1
  418. package/src/renderers/WebComponent.tsx +2 -2
  419. package/src/store/crud.ts +3 -8
  420. package/src/store/form.ts +5 -10
  421. package/src/store/formItem.ts +94 -2
  422. package/src/store/service.ts +5 -4
  423. package/src/store/table.ts +55 -14
  424. package/src/types.ts +58 -1
  425. package/src/utils/api.ts +133 -26
  426. package/src/utils/dom.tsx +12 -0
  427. package/src/utils/helper.ts +27 -0
  428. package/src/utils/icon.tsx +4 -0
  429. package/tsconfig-for-declaration.json +1 -1
  430. package/dump.rdb +0 -0
  431. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  432. package/lib/components/AssociatedCheckboxes.js +0 -90
  433. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  434. package/lib/components/ChainedCheckboxes.js.map +0 -13
  435. package/lib/components/Checkboxes.js +0 -101
  436. package/lib/components/Checkboxes.js.map +0 -13
  437. package/lib/components/ListCheckboxes.d.ts +0 -739
  438. package/lib/components/ListCheckboxes.js +0 -48
  439. package/lib/components/ListCheckboxes.js.map +0 -13
  440. package/lib/components/ListRadios.d.ts +0 -763
  441. package/lib/components/ListRadios.js +0 -86
  442. package/lib/components/ListRadios.js.map +0 -13
  443. package/lib/components/TableCheckboxes.js.map +0 -13
  444. package/lib/components/TreeCheckboxes.js.map +0 -13
  445. package/lib/components/TreeRadios.d.ts +0 -838
  446. package/lib/components/TreeRadios.js +0 -116
  447. package/lib/components/TreeRadios.js.map +0 -13
  448. package/src/components/ListRadios.tsx +0 -159
  449. package/src/components/TreeRadios.tsx +0 -202
@@ -8,6 +8,18 @@ import React from 'react';
8
8
  import { Option, Options } from './Select';
9
9
  import { ThemeProps } from '../theme';
10
10
  import { LocaleProps } from '../locale';
11
+ interface IDropIndicator {
12
+ left: number;
13
+ top: number;
14
+ width: number;
15
+ height?: number;
16
+ }
17
+ export interface IDropInfo {
18
+ dragNode: Option | null;
19
+ node: Option;
20
+ position: 'top' | 'bottom' | 'self';
21
+ indicator: IDropIndicator;
22
+ }
11
23
  interface TreeSelectorProps extends ThemeProps, LocaleProps {
12
24
  highlightTxt?: string;
13
25
  showIcon?: boolean;
@@ -58,6 +70,8 @@ interface TreeSelectorProps extends ThemeProps, LocaleProps {
58
70
  onDelete?: (value: Option) => void;
59
71
  onDeferLoad?: (option: Option) => void;
60
72
  onExpandTree?: (nodePathArr: any[]) => void;
73
+ draggable?: boolean;
74
+ onMove?: (dropInfo: IDropInfo) => void;
61
75
  }
62
76
  interface TreeSelectorState {
63
77
  value: Array<any>;
@@ -66,6 +80,7 @@ interface TreeSelectorState {
66
80
  isAdding: boolean;
67
81
  isEditing: boolean;
68
82
  editingItem: Option | null;
83
+ dropIndicator?: IDropIndicator;
69
84
  }
70
85
  export declare class TreeSelector extends React.Component<TreeSelectorProps, TreeSelectorState> {
71
86
  static defaultProps: {
@@ -101,6 +116,13 @@ export declare class TreeSelector extends React.Component<TreeSelectorProps, Tre
101
116
  nodePath: never[];
102
117
  };
103
118
  unfolded: WeakMap<Object, boolean>;
119
+ dragNode: Option | null;
120
+ dropInfo: IDropInfo | null;
121
+ startPoint: {
122
+ x: number;
123
+ y: number;
124
+ };
125
+ root: React.RefObject<HTMLDivElement>;
104
126
  constructor(props: TreeSelectorProps);
105
127
  componentDidMount(): void;
106
128
  componentDidUpdate(prevProps: TreeSelectorProps): void;
@@ -125,6 +147,15 @@ export declare class TreeSelector extends React.Component<TreeSelectorProps, Tre
125
147
  handleConfirm(): void;
126
148
  handleCancel(): void;
127
149
  renderInput(prfix?: JSX.Element | null): JSX.Element;
150
+ getOffsetPosition(element: HTMLElement): {
151
+ left: number;
152
+ top: number;
153
+ };
154
+ getDropInfo(e: React.DragEvent<Element>, node: Option): IDropInfo;
155
+ updateDropIndicator(e: React.DragEvent<Element>, node: Option): void;
156
+ onDragStart(node: Option): (e: React.DragEvent<Element>) => void;
157
+ onDragOver(node: Option): (e: React.DragEvent<Element>) => void;
158
+ onDragEnd(dragNode: Option): (e: React.DragEvent<Element>) => void;
128
159
  renderList(list: Options, value: Option[], uncheckable: boolean): {
129
160
  dom: Array<JSX.Element | null>;
130
161
  childrenChecked: number;
@@ -132,7 +163,7 @@ export declare class TreeSelector extends React.Component<TreeSelectorProps, Tre
132
163
  render(): JSX.Element;
133
164
  }
134
165
  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<{
166
+ new (props: (Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
167
  showIcon: boolean;
137
168
  showOutline: boolean;
138
169
  initiallyOpen: boolean;
@@ -166,7 +197,7 @@ declare const _default: {
166
197
  }, never>> & {
167
198
  locale?: string | undefined;
168
199
  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<{
200
+ }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
201
  showIcon: boolean;
171
202
  showOutline: boolean;
172
203
  initiallyOpen: boolean;
@@ -203,7 +234,7 @@ declare const _default: {
203
234
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
204
235
  render(): JSX.Element;
205
236
  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<{
237
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
238
  showIcon: boolean;
208
239
  showOutline: boolean;
209
240
  initiallyOpen: boolean;
@@ -239,7 +270,7 @@ declare const _default: {
239
270
  translate?: ((str: string, ...args: any[]) => string) | undefined;
240
271
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
241
272
  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<{
273
+ readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
274
  showIcon: boolean;
244
275
  showOutline: boolean;
245
276
  initiallyOpen: boolean;
@@ -281,7 +312,7 @@ declare const _default: {
281
312
  [key: string]: React.ReactInstance;
282
313
  };
283
314
  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<{
315
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
316
  showIcon: boolean;
286
317
  showOutline: boolean;
287
318
  initiallyOpen: boolean;
@@ -318,7 +349,7 @@ declare const _default: {
318
349
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
319
350
  componentWillUnmount?(): void;
320
351
  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<{
352
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
353
  showIcon: boolean;
323
354
  showOutline: boolean;
324
355
  initiallyOpen: boolean;
@@ -353,7 +384,7 @@ declare const _default: {
353
384
  locale?: string | undefined;
354
385
  translate?: ((str: string, ...args: any[]) => string) | undefined;
355
386
  }, 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<{
387
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
388
  showIcon: boolean;
358
389
  showOutline: boolean;
359
390
  initiallyOpen: boolean;
@@ -390,7 +421,7 @@ declare const _default: {
390
421
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
391
422
  componentWillMount?(): void;
392
423
  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<{
424
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
425
  showIcon: boolean;
395
426
  showOutline: boolean;
396
427
  initiallyOpen: boolean;
@@ -425,7 +456,7 @@ declare const _default: {
425
456
  locale?: string | undefined;
426
457
  translate?: ((str: string, ...args: any[]) => string) | undefined;
427
458
  }, 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<{
459
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
460
  showIcon: boolean;
430
461
  showOutline: boolean;
431
462
  initiallyOpen: boolean;
@@ -460,7 +491,7 @@ declare const _default: {
460
491
  locale?: string | undefined;
461
492
  translate?: ((str: string, ...args: any[]) => string) | undefined;
462
493
  }, 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<{
494
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
495
  showIcon: boolean;
465
496
  showOutline: boolean;
466
497
  initiallyOpen: boolean;
@@ -495,7 +526,7 @@ declare const _default: {
495
526
  locale?: string | undefined;
496
527
  translate?: ((str: string, ...args: any[]) => string) | undefined;
497
528
  }, 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<{
529
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
530
  showIcon: boolean;
500
531
  showOutline: boolean;
501
532
  initiallyOpen: boolean;
@@ -531,7 +562,7 @@ declare const _default: {
531
562
  translate?: ((str: string, ...args: any[]) => string) | undefined;
532
563
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
533
564
  };
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<{
565
+ new (props: Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
566
  showIcon: boolean;
536
567
  showOutline: boolean;
537
568
  initiallyOpen: boolean;
@@ -568,7 +599,7 @@ declare const _default: {
568
599
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
569
600
  render(): JSX.Element;
570
601
  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<{
602
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
603
  showIcon: boolean;
573
604
  showOutline: boolean;
574
605
  initiallyOpen: boolean;
@@ -604,7 +635,7 @@ declare const _default: {
604
635
  translate?: ((str: string, ...args: any[]) => string) | undefined;
605
636
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
606
637
  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<{
638
+ readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
639
  showIcon: boolean;
609
640
  showOutline: boolean;
610
641
  initiallyOpen: boolean;
@@ -646,7 +677,7 @@ declare const _default: {
646
677
  [key: string]: React.ReactInstance;
647
678
  };
648
679
  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<{
680
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
681
  showIcon: boolean;
651
682
  showOutline: boolean;
652
683
  initiallyOpen: boolean;
@@ -683,7 +714,7 @@ declare const _default: {
683
714
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
684
715
  componentWillUnmount?(): void;
685
716
  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<{
717
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
718
  showIcon: boolean;
688
719
  showOutline: boolean;
689
720
  initiallyOpen: boolean;
@@ -718,7 +749,7 @@ declare const _default: {
718
749
  locale?: string | undefined;
719
750
  translate?: ((str: string, ...args: any[]) => string) | undefined;
720
751
  }, 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<{
752
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
753
  showIcon: boolean;
723
754
  showOutline: boolean;
724
755
  initiallyOpen: boolean;
@@ -755,7 +786,7 @@ declare const _default: {
755
786
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
756
787
  componentWillMount?(): void;
757
788
  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<{
789
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
790
  showIcon: boolean;
760
791
  showOutline: boolean;
761
792
  initiallyOpen: boolean;
@@ -790,7 +821,7 @@ declare const _default: {
790
821
  locale?: string | undefined;
791
822
  translate?: ((str: string, ...args: any[]) => string) | undefined;
792
823
  }, 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<{
824
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
825
  showIcon: boolean;
795
826
  showOutline: boolean;
796
827
  initiallyOpen: boolean;
@@ -825,7 +856,7 @@ declare const _default: {
825
856
  locale?: string | undefined;
826
857
  translate?: ((str: string, ...args: any[]) => string) | undefined;
827
858
  }, 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<{
859
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
860
  showIcon: boolean;
830
861
  showOutline: boolean;
831
862
  initiallyOpen: boolean;
@@ -860,7 +891,7 @@ declare const _default: {
860
891
  locale?: string | undefined;
861
892
  translate?: ((str: string, ...args: any[]) => string) | undefined;
862
893
  }, 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<{
894
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
895
  showIcon: boolean;
865
896
  showOutline: boolean;
866
897
  initiallyOpen: boolean;
@@ -899,7 +930,7 @@ declare const _default: {
899
930
  displayName: string;
900
931
  contextType: React.Context<string>;
901
932
  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<{
933
+ new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
934
  showIcon: boolean;
904
935
  showOutline: boolean;
905
936
  initiallyOpen: boolean;
@@ -933,7 +964,7 @@ declare const _default: {
933
964
  }, never>> & {
934
965
  locale?: string | undefined;
935
966
  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<{
967
+ }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
968
  showIcon: boolean;
938
969
  showOutline: boolean;
939
970
  initiallyOpen: boolean;
@@ -970,7 +1001,7 @@ declare const _default: {
970
1001
  }>): {
971
1002
  render(): JSX.Element;
972
1003
  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<{
1004
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1005
  showIcon: boolean;
975
1006
  showOutline: boolean;
976
1007
  initiallyOpen: boolean;
@@ -1006,7 +1037,7 @@ declare const _default: {
1006
1037
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1007
1038
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1008
1039
  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<{
1040
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1041
  showIcon: boolean;
1011
1042
  showOutline: boolean;
1012
1043
  initiallyOpen: boolean;
@@ -1048,7 +1079,7 @@ declare const _default: {
1048
1079
  [key: string]: React.ReactInstance;
1049
1080
  };
1050
1081
  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<{
1082
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1083
  showIcon: boolean;
1053
1084
  showOutline: boolean;
1054
1085
  initiallyOpen: boolean;
@@ -1085,7 +1116,7 @@ declare const _default: {
1085
1116
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1086
1117
  componentWillUnmount?(): void;
1087
1118
  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<{
1119
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1120
  showIcon: boolean;
1090
1121
  showOutline: boolean;
1091
1122
  initiallyOpen: boolean;
@@ -1120,7 +1151,7 @@ declare const _default: {
1120
1151
  locale?: string | undefined;
1121
1152
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1122
1153
  }>, 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<{
1154
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1155
  showIcon: boolean;
1125
1156
  showOutline: boolean;
1126
1157
  initiallyOpen: boolean;
@@ -1157,7 +1188,7 @@ declare const _default: {
1157
1188
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1158
1189
  componentWillMount?(): void;
1159
1190
  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<{
1191
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1192
  showIcon: boolean;
1162
1193
  showOutline: boolean;
1163
1194
  initiallyOpen: boolean;
@@ -1192,7 +1223,7 @@ declare const _default: {
1192
1223
  locale?: string | undefined;
1193
1224
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1194
1225
  }>, 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<{
1226
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1227
  showIcon: boolean;
1197
1228
  showOutline: boolean;
1198
1229
  initiallyOpen: boolean;
@@ -1227,7 +1258,7 @@ declare const _default: {
1227
1258
  locale?: string | undefined;
1228
1259
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1229
1260
  }>, 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<{
1261
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1262
  showIcon: boolean;
1232
1263
  showOutline: boolean;
1233
1264
  initiallyOpen: boolean;
@@ -1262,7 +1293,7 @@ declare const _default: {
1262
1293
  locale?: string | undefined;
1263
1294
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1264
1295
  }>, 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<{
1296
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1297
  showIcon: boolean;
1267
1298
  showOutline: boolean;
1268
1299
  initiallyOpen: boolean;
@@ -1298,7 +1329,7 @@ declare const _default: {
1298
1329
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1299
1330
  }>, nextState: Readonly<{}>, nextContext: any): void;
1300
1331
  };
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<{
1332
+ new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1333
  showIcon: boolean;
1303
1334
  showOutline: boolean;
1304
1335
  initiallyOpen: boolean;
@@ -1335,7 +1366,7 @@ declare const _default: {
1335
1366
  }, context: any): {
1336
1367
  render(): JSX.Element;
1337
1368
  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<{
1369
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1370
  showIcon: boolean;
1340
1371
  showOutline: boolean;
1341
1372
  initiallyOpen: boolean;
@@ -1371,7 +1402,7 @@ declare const _default: {
1371
1402
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1372
1403
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1373
1404
  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<{
1405
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1406
  showIcon: boolean;
1376
1407
  showOutline: boolean;
1377
1408
  initiallyOpen: boolean;
@@ -1413,7 +1444,7 @@ declare const _default: {
1413
1444
  [key: string]: React.ReactInstance;
1414
1445
  };
1415
1446
  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<{
1447
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1448
  showIcon: boolean;
1418
1449
  showOutline: boolean;
1419
1450
  initiallyOpen: boolean;
@@ -1450,7 +1481,7 @@ declare const _default: {
1450
1481
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1451
1482
  componentWillUnmount?(): void;
1452
1483
  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<{
1484
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1485
  showIcon: boolean;
1455
1486
  showOutline: boolean;
1456
1487
  initiallyOpen: boolean;
@@ -1485,7 +1516,7 @@ declare const _default: {
1485
1516
  locale?: string | undefined;
1486
1517
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1487
1518
  }>, 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<{
1519
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1520
  showIcon: boolean;
1490
1521
  showOutline: boolean;
1491
1522
  initiallyOpen: boolean;
@@ -1522,7 +1553,7 @@ declare const _default: {
1522
1553
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1523
1554
  componentWillMount?(): void;
1524
1555
  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<{
1556
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1557
  showIcon: boolean;
1527
1558
  showOutline: boolean;
1528
1559
  initiallyOpen: boolean;
@@ -1557,7 +1588,7 @@ declare const _default: {
1557
1588
  locale?: string | undefined;
1558
1589
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1559
1590
  }>, 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<{
1591
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1592
  showIcon: boolean;
1562
1593
  showOutline: boolean;
1563
1594
  initiallyOpen: boolean;
@@ -1592,7 +1623,7 @@ declare const _default: {
1592
1623
  locale?: string | undefined;
1593
1624
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1594
1625
  }>, 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<{
1626
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1627
  showIcon: boolean;
1597
1628
  showOutline: boolean;
1598
1629
  initiallyOpen: boolean;
@@ -1627,7 +1658,7 @@ declare const _default: {
1627
1658
  locale?: string | undefined;
1628
1659
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1629
1660
  }>, 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<{
1661
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1662
  showIcon: boolean;
1632
1663
  showOutline: boolean;
1633
1664
  initiallyOpen: boolean;
@@ -1670,7 +1701,7 @@ declare const _default: {
1670
1701
  ComposedComponent: typeof TreeSelector;
1671
1702
  }>;
1672
1703
  } & 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<{
1704
+ new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1705
  showIcon: boolean;
1675
1706
  showOutline: boolean;
1676
1707
  initiallyOpen: boolean;
@@ -1704,7 +1735,7 @@ declare const _default: {
1704
1735
  }, never>> & {
1705
1736
  locale?: string | undefined;
1706
1737
  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<{
1738
+ }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1739
  showIcon: boolean;
1709
1740
  showOutline: boolean;
1710
1741
  initiallyOpen: boolean;
@@ -1741,7 +1772,7 @@ declare const _default: {
1741
1772
  }>): {
1742
1773
  render(): JSX.Element;
1743
1774
  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<{
1775
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1776
  showIcon: boolean;
1746
1777
  showOutline: boolean;
1747
1778
  initiallyOpen: boolean;
@@ -1777,7 +1808,7 @@ declare const _default: {
1777
1808
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1778
1809
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1779
1810
  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<{
1811
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1812
  showIcon: boolean;
1782
1813
  showOutline: boolean;
1783
1814
  initiallyOpen: boolean;
@@ -1819,7 +1850,7 @@ declare const _default: {
1819
1850
  [key: string]: React.ReactInstance;
1820
1851
  };
1821
1852
  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<{
1853
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1854
  showIcon: boolean;
1824
1855
  showOutline: boolean;
1825
1856
  initiallyOpen: boolean;
@@ -1856,7 +1887,7 @@ declare const _default: {
1856
1887
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1857
1888
  componentWillUnmount?(): void;
1858
1889
  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<{
1890
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1891
  showIcon: boolean;
1861
1892
  showOutline: boolean;
1862
1893
  initiallyOpen: boolean;
@@ -1891,7 +1922,7 @@ declare const _default: {
1891
1922
  locale?: string | undefined;
1892
1923
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1893
1924
  }>, 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<{
1925
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1926
  showIcon: boolean;
1896
1927
  showOutline: boolean;
1897
1928
  initiallyOpen: boolean;
@@ -1928,7 +1959,7 @@ declare const _default: {
1928
1959
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1929
1960
  componentWillMount?(): void;
1930
1961
  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<{
1962
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1963
  showIcon: boolean;
1933
1964
  showOutline: boolean;
1934
1965
  initiallyOpen: boolean;
@@ -1963,7 +1994,7 @@ declare const _default: {
1963
1994
  locale?: string | undefined;
1964
1995
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1965
1996
  }>, 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<{
1997
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
1998
  showIcon: boolean;
1968
1999
  showOutline: boolean;
1969
2000
  initiallyOpen: boolean;
@@ -1998,7 +2029,7 @@ declare const _default: {
1998
2029
  locale?: string | undefined;
1999
2030
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2000
2031
  }>, 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<{
2032
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2033
  showIcon: boolean;
2003
2034
  showOutline: boolean;
2004
2035
  initiallyOpen: boolean;
@@ -2033,7 +2064,7 @@ declare const _default: {
2033
2064
  locale?: string | undefined;
2034
2065
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2035
2066
  }>, 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<{
2067
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2068
  showIcon: boolean;
2038
2069
  showOutline: boolean;
2039
2070
  initiallyOpen: boolean;
@@ -2069,7 +2100,7 @@ declare const _default: {
2069
2100
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2070
2101
  }>, nextState: Readonly<{}>, nextContext: any): void;
2071
2102
  };
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<{
2103
+ new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2104
  showIcon: boolean;
2074
2105
  showOutline: boolean;
2075
2106
  initiallyOpen: boolean;
@@ -2106,7 +2137,7 @@ declare const _default: {
2106
2137
  }, context: any): {
2107
2138
  render(): JSX.Element;
2108
2139
  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<{
2140
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2141
  showIcon: boolean;
2111
2142
  showOutline: boolean;
2112
2143
  initiallyOpen: boolean;
@@ -2142,7 +2173,7 @@ declare const _default: {
2142
2173
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2143
2174
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
2144
2175
  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<{
2176
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2177
  showIcon: boolean;
2147
2178
  showOutline: boolean;
2148
2179
  initiallyOpen: boolean;
@@ -2184,7 +2215,7 @@ declare const _default: {
2184
2215
  [key: string]: React.ReactInstance;
2185
2216
  };
2186
2217
  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<{
2218
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2219
  showIcon: boolean;
2189
2220
  showOutline: boolean;
2190
2221
  initiallyOpen: boolean;
@@ -2221,7 +2252,7 @@ declare const _default: {
2221
2252
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
2222
2253
  componentWillUnmount?(): void;
2223
2254
  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<{
2255
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2256
  showIcon: boolean;
2226
2257
  showOutline: boolean;
2227
2258
  initiallyOpen: boolean;
@@ -2256,7 +2287,7 @@ declare const _default: {
2256
2287
  locale?: string | undefined;
2257
2288
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2258
2289
  }>, 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<{
2290
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2291
  showIcon: boolean;
2261
2292
  showOutline: boolean;
2262
2293
  initiallyOpen: boolean;
@@ -2293,7 +2324,7 @@ declare const _default: {
2293
2324
  }>, prevState: Readonly<{}>, snapshot?: any): void;
2294
2325
  componentWillMount?(): void;
2295
2326
  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<{
2327
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2328
  showIcon: boolean;
2298
2329
  showOutline: boolean;
2299
2330
  initiallyOpen: boolean;
@@ -2328,7 +2359,7 @@ declare const _default: {
2328
2359
  locale?: string | undefined;
2329
2360
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2330
2361
  }>, 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<{
2362
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2363
  showIcon: boolean;
2333
2364
  showOutline: boolean;
2334
2365
  initiallyOpen: boolean;
@@ -2363,7 +2394,7 @@ declare const _default: {
2363
2394
  locale?: string | undefined;
2364
2395
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2365
2396
  }>, 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<{
2397
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2398
  showIcon: boolean;
2368
2399
  showOutline: boolean;
2369
2400
  initiallyOpen: boolean;
@@ -2398,7 +2429,7 @@ declare const _default: {
2398
2429
  locale?: string | undefined;
2399
2430
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2400
2431
  }>, 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<{
2432
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2433
  showIcon: boolean;
2403
2434
  showOutline: boolean;
2404
2435
  initiallyOpen: boolean;
@@ -2441,7 +2472,7 @@ declare const _default: {
2441
2472
  ComposedComponent: typeof TreeSelector;
2442
2473
  }, {}> & {
2443
2474
  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<{
2475
+ new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2476
  showIcon: boolean;
2446
2477
  showOutline: boolean;
2447
2478
  initiallyOpen: boolean;
@@ -2475,7 +2506,7 @@ declare const _default: {
2475
2506
  }, never>> & {
2476
2507
  locale?: string | undefined;
2477
2508
  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<{
2509
+ }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2510
  showIcon: boolean;
2480
2511
  showOutline: boolean;
2481
2512
  initiallyOpen: boolean;
@@ -2512,7 +2543,7 @@ declare const _default: {
2512
2543
  }>): {
2513
2544
  render(): JSX.Element;
2514
2545
  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<{
2546
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2547
  showIcon: boolean;
2517
2548
  showOutline: boolean;
2518
2549
  initiallyOpen: boolean;
@@ -2548,7 +2579,7 @@ declare const _default: {
2548
2579
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2549
2580
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
2550
2581
  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<{
2582
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2583
  showIcon: boolean;
2553
2584
  showOutline: boolean;
2554
2585
  initiallyOpen: boolean;
@@ -2590,7 +2621,7 @@ declare const _default: {
2590
2621
  [key: string]: React.ReactInstance;
2591
2622
  };
2592
2623
  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<{
2624
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2625
  showIcon: boolean;
2595
2626
  showOutline: boolean;
2596
2627
  initiallyOpen: boolean;
@@ -2627,7 +2658,7 @@ declare const _default: {
2627
2658
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
2628
2659
  componentWillUnmount?(): void;
2629
2660
  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<{
2661
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2662
  showIcon: boolean;
2632
2663
  showOutline: boolean;
2633
2664
  initiallyOpen: boolean;
@@ -2662,7 +2693,7 @@ declare const _default: {
2662
2693
  locale?: string | undefined;
2663
2694
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2664
2695
  }>, 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<{
2696
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2697
  showIcon: boolean;
2667
2698
  showOutline: boolean;
2668
2699
  initiallyOpen: boolean;
@@ -2699,7 +2730,7 @@ declare const _default: {
2699
2730
  }>, prevState: Readonly<{}>, snapshot?: any): void;
2700
2731
  componentWillMount?(): void;
2701
2732
  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<{
2733
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2734
  showIcon: boolean;
2704
2735
  showOutline: boolean;
2705
2736
  initiallyOpen: boolean;
@@ -2734,7 +2765,7 @@ declare const _default: {
2734
2765
  locale?: string | undefined;
2735
2766
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2736
2767
  }>, 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<{
2768
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2769
  showIcon: boolean;
2739
2770
  showOutline: boolean;
2740
2771
  initiallyOpen: boolean;
@@ -2769,7 +2800,7 @@ declare const _default: {
2769
2800
  locale?: string | undefined;
2770
2801
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2771
2802
  }>, 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<{
2803
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2804
  showIcon: boolean;
2774
2805
  showOutline: boolean;
2775
2806
  initiallyOpen: boolean;
@@ -2804,7 +2835,7 @@ declare const _default: {
2804
2835
  locale?: string | undefined;
2805
2836
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2806
2837
  }>, 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<{
2838
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2839
  showIcon: boolean;
2809
2840
  showOutline: boolean;
2810
2841
  initiallyOpen: boolean;
@@ -2840,7 +2871,7 @@ declare const _default: {
2840
2871
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2841
2872
  }>, nextState: Readonly<{}>, nextContext: any): void;
2842
2873
  };
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<{
2874
+ new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2875
  showIcon: boolean;
2845
2876
  showOutline: boolean;
2846
2877
  initiallyOpen: boolean;
@@ -2877,7 +2908,7 @@ declare const _default: {
2877
2908
  }, context: any): {
2878
2909
  render(): JSX.Element;
2879
2910
  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<{
2911
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2912
  showIcon: boolean;
2882
2913
  showOutline: boolean;
2883
2914
  initiallyOpen: boolean;
@@ -2913,7 +2944,7 @@ declare const _default: {
2913
2944
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2914
2945
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
2915
2946
  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<{
2947
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2948
  showIcon: boolean;
2918
2949
  showOutline: boolean;
2919
2950
  initiallyOpen: boolean;
@@ -2955,7 +2986,7 @@ declare const _default: {
2955
2986
  [key: string]: React.ReactInstance;
2956
2987
  };
2957
2988
  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<{
2989
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
2990
  showIcon: boolean;
2960
2991
  showOutline: boolean;
2961
2992
  initiallyOpen: boolean;
@@ -2992,7 +3023,7 @@ declare const _default: {
2992
3023
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
2993
3024
  componentWillUnmount?(): void;
2994
3025
  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<{
3026
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
3027
  showIcon: boolean;
2997
3028
  showOutline: boolean;
2998
3029
  initiallyOpen: boolean;
@@ -3027,7 +3058,7 @@ declare const _default: {
3027
3058
  locale?: string | undefined;
3028
3059
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3029
3060
  }>, 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<{
3061
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
3062
  showIcon: boolean;
3032
3063
  showOutline: boolean;
3033
3064
  initiallyOpen: boolean;
@@ -3064,7 +3095,7 @@ declare const _default: {
3064
3095
  }>, prevState: Readonly<{}>, snapshot?: any): void;
3065
3096
  componentWillMount?(): void;
3066
3097
  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<{
3098
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
3099
  showIcon: boolean;
3069
3100
  showOutline: boolean;
3070
3101
  initiallyOpen: boolean;
@@ -3099,7 +3130,7 @@ declare const _default: {
3099
3130
  locale?: string | undefined;
3100
3131
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3101
3132
  }>, 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<{
3133
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
3134
  showIcon: boolean;
3104
3135
  showOutline: boolean;
3105
3136
  initiallyOpen: boolean;
@@ -3134,7 +3165,7 @@ declare const _default: {
3134
3165
  locale?: string | undefined;
3135
3166
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3136
3167
  }>, 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<{
3168
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
3169
  showIcon: boolean;
3139
3170
  showOutline: boolean;
3140
3171
  initiallyOpen: boolean;
@@ -3169,7 +3200,7 @@ declare const _default: {
3169
3200
  locale?: string | undefined;
3170
3201
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3171
3202
  }>, 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<{
3203
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & 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
3204
  showIcon: boolean;
3174
3205
  showOutline: boolean;
3175
3206
  initiallyOpen: boolean;