amis 1.9.0-beta.12 → 1.9.0-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 (365) hide show
  1. package/lib/Schema.d.ts +4 -2
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/SchemaRenderer.d.ts +2 -2
  4. package/lib/SchemaRenderer.js +3 -3
  5. package/lib/SchemaRenderer.js.map +2 -2
  6. package/lib/actions/Action.d.ts +8 -6
  7. package/lib/actions/Action.js.map +2 -2
  8. package/lib/actions/AjaxAction.d.ts +10 -7
  9. package/lib/actions/AjaxAction.js +27 -21
  10. package/lib/actions/AjaxAction.js.map +2 -2
  11. package/lib/actions/BreakAction.d.ts +2 -2
  12. package/lib/actions/BreakAction.js.map +1 -1
  13. package/lib/actions/BroadcastAction.d.ts +3 -3
  14. package/lib/actions/BroadcastAction.js +3 -2
  15. package/lib/actions/BroadcastAction.js.map +2 -2
  16. package/lib/actions/CmptAction.d.ts +2 -2
  17. package/lib/actions/CmptAction.js +7 -9
  18. package/lib/actions/CmptAction.js.map +2 -2
  19. package/lib/actions/ContinueAction.d.ts +2 -2
  20. package/lib/actions/ContinueAction.js.map +1 -1
  21. package/lib/actions/CopyAction.d.ts +7 -4
  22. package/lib/actions/CopyAction.js +8 -6
  23. package/lib/actions/CopyAction.js.map +2 -2
  24. package/lib/actions/CustomAction.d.ts +2 -2
  25. package/lib/actions/CustomAction.js.map +1 -1
  26. package/lib/actions/DialogAction.d.ts +14 -8
  27. package/lib/actions/DialogAction.js +6 -6
  28. package/lib/actions/DialogAction.js.map +2 -2
  29. package/lib/actions/DrawerAction.d.ts +3 -3
  30. package/lib/actions/DrawerAction.js.map +1 -1
  31. package/lib/actions/EmailAction.d.ts +10 -7
  32. package/lib/actions/EmailAction.js +4 -5
  33. package/lib/actions/EmailAction.js.map +2 -2
  34. package/lib/actions/LinkAction.d.ts +19 -11
  35. package/lib/actions/LinkAction.js +6 -5
  36. package/lib/actions/LinkAction.js.map +2 -2
  37. package/lib/actions/LoopAction.d.ts +6 -3
  38. package/lib/actions/LoopAction.js +22 -20
  39. package/lib/actions/LoopAction.js.map +2 -2
  40. package/lib/actions/PageAction.d.ts +8 -5
  41. package/lib/actions/PageAction.js +3 -2
  42. package/lib/actions/PageAction.js.map +2 -2
  43. package/lib/actions/ParallelAction.d.ts +2 -2
  44. package/lib/actions/ParallelAction.js.map +1 -1
  45. package/lib/actions/SwitchAction.d.ts +2 -2
  46. package/lib/actions/SwitchAction.js.map +1 -1
  47. package/lib/actions/ToastAction.d.ts +2 -2
  48. package/lib/actions/ToastAction.js +6 -4
  49. package/lib/actions/ToastAction.js.map +2 -2
  50. package/lib/components/Editor.d.ts +84 -84
  51. package/lib/components/InputBox.js +1 -1
  52. package/lib/components/InputBox.js.map +2 -2
  53. package/lib/components/Pagination.d.ts +1175 -0
  54. package/lib/components/Pagination.js +274 -0
  55. package/lib/components/Pagination.js.map +13 -0
  56. package/lib/components/PickerContainer.d.ts +1 -0
  57. package/lib/components/PickerContainer.js +3 -2
  58. package/lib/components/PickerContainer.js.map +2 -2
  59. package/lib/components/Rating.js +11 -9
  60. package/lib/components/Rating.js.map +2 -2
  61. package/lib/components/Select.js +3 -3
  62. package/lib/components/Select.js.map +2 -2
  63. package/lib/components/Tag.d.ts +148 -0
  64. package/lib/components/Tag.js +96 -0
  65. package/lib/components/Tag.js.map +13 -0
  66. package/lib/components/TooltipWrapper.d.ts +25 -21
  67. package/lib/components/TooltipWrapper.js +11 -1
  68. package/lib/components/TooltipWrapper.js.map +2 -2
  69. package/lib/components/TransferDropDown.d.ts +85 -84
  70. package/lib/components/TransferDropDown.js +2 -2
  71. package/lib/components/TransferDropDown.js.map +2 -2
  72. package/lib/components/Tree.d.ts +84 -84
  73. package/lib/components/formula/VariableList.d.ts +1 -0
  74. package/lib/components/formula/VariableList.js.map +2 -2
  75. package/lib/components/icons.js +2 -0
  76. package/lib/components/icons.js.map +2 -2
  77. package/lib/components/index.d.ts +4 -1
  78. package/lib/components/index.js +7 -1
  79. package/lib/components/index.js.map +2 -2
  80. package/lib/components/schema-editor/Array.d.ts +11 -0
  81. package/lib/components/schema-editor/Array.js +66 -0
  82. package/lib/components/schema-editor/Array.js.map +13 -0
  83. package/lib/components/schema-editor/Common.d.ts +29 -0
  84. package/lib/components/schema-editor/Common.js +69 -0
  85. package/lib/components/schema-editor/Common.js.map +13 -0
  86. package/lib/components/schema-editor/Item.d.ts +9 -0
  87. package/lib/components/schema-editor/Item.js +31 -0
  88. package/lib/components/schema-editor/Item.js.map +13 -0
  89. package/lib/components/schema-editor/Object.d.ts +44 -0
  90. package/lib/components/schema-editor/Object.js +191 -0
  91. package/lib/components/schema-editor/Object.js.map +13 -0
  92. package/lib/components/schema-editor/SchemaVariableList.d.ts +316 -0
  93. package/lib/components/schema-editor/SchemaVariableList.js +74 -0
  94. package/lib/components/schema-editor/SchemaVariableList.js.map +13 -0
  95. package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +305 -0
  96. package/lib/components/schema-editor/SchemaVariableListPicker.js +32 -0
  97. package/lib/components/schema-editor/SchemaVariableListPicker.js.map +13 -0
  98. package/lib/components/schema-editor/index.d.ts +520 -0
  99. package/lib/components/schema-editor/index.js +118 -0
  100. package/lib/components/schema-editor/index.js.map +13 -0
  101. package/lib/components/table/Cell.d.ts +930 -0
  102. package/lib/components/table/Cell.js +36 -0
  103. package/lib/components/table/Cell.js.map +13 -0
  104. package/lib/components/table/HeadCellDropDown.d.ts +514 -0
  105. package/lib/components/table/HeadCellDropDown.js +52 -0
  106. package/lib/components/table/HeadCellDropDown.js.map +13 -0
  107. package/lib/components/table/HeadCellFilter.d.ts +771 -0
  108. package/lib/components/table/HeadCellFilter.js +106 -0
  109. package/lib/components/table/HeadCellFilter.js.map +13 -0
  110. package/lib/components/table/HeadCellSelect.d.ts +672 -0
  111. package/lib/components/table/HeadCellSelect.js +46 -0
  112. package/lib/components/table/HeadCellSelect.js.map +13 -0
  113. package/lib/components/table/HeadCellSort.d.ts +498 -0
  114. package/lib/components/table/HeadCellSort.js +67 -0
  115. package/lib/components/table/HeadCellSort.js.map +13 -0
  116. package/lib/components/table/index.d.ts +1355 -0
  117. package/lib/components/table/index.js +1095 -0
  118. package/lib/components/table/index.js.map +13 -0
  119. package/lib/env.d.ts +2 -4
  120. package/lib/env.js.map +2 -2
  121. package/lib/factory.js +0 -95
  122. package/lib/factory.js.map +2 -2
  123. package/lib/icons/dot.js +11 -0
  124. package/lib/index.d.ts +6 -1
  125. package/lib/index.js +9 -2
  126. package/lib/index.js.map +2 -2
  127. package/lib/locale/de-DE.js +18 -1
  128. package/lib/locale/de-DE.js.map +2 -2
  129. package/lib/locale/en-US.js +18 -1
  130. package/lib/locale/en-US.js.map +2 -2
  131. package/lib/locale/zh-CN.js +20 -1
  132. package/lib/locale/zh-CN.js.map +2 -2
  133. package/lib/renderers/Action.js +0 -2
  134. package/lib/renderers/Action.js.map +2 -2
  135. package/lib/renderers/Carousel.d.ts +5 -1
  136. package/lib/renderers/Carousel.js +18 -5
  137. package/lib/renderers/Carousel.js.map +2 -2
  138. package/lib/renderers/Form/ButtonGroupSelect.d.ts +2 -0
  139. package/lib/renderers/Form/ButtonGroupSelect.js +7 -0
  140. package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
  141. package/lib/renderers/Form/Checkbox.js +3 -4
  142. package/lib/renderers/Form/Checkbox.js.map +2 -2
  143. package/lib/renderers/Form/Checkboxes.d.ts +2 -1
  144. package/lib/renderers/Form/Checkboxes.js +19 -14
  145. package/lib/renderers/Form/Checkboxes.js.map +2 -2
  146. package/lib/renderers/Form/Combo.js +23 -4
  147. package/lib/renderers/Form/Combo.js.map +2 -2
  148. package/lib/renderers/Form/DiffEditor.d.ts +126 -18
  149. package/lib/renderers/Form/Editor.d.ts +412 -112
  150. package/lib/renderers/Form/Editor.js +10 -1
  151. package/lib/renderers/Form/Editor.js.map +2 -2
  152. package/lib/renderers/Form/InputExcel.js +6 -1
  153. package/lib/renderers/Form/InputExcel.js.map +2 -2
  154. package/lib/renderers/Form/InputFile.js +1 -2
  155. package/lib/renderers/Form/InputFile.js.map +2 -2
  156. package/lib/renderers/Form/InputTree.js +1 -1
  157. package/lib/renderers/Form/InputTree.js.map +2 -2
  158. package/lib/renderers/Form/Item.d.ts +0 -6
  159. package/lib/renderers/Form/JSONSchemaEditor.d.ts +41 -0
  160. package/lib/renderers/Form/JSONSchemaEditor.js +33 -0
  161. package/lib/renderers/Form/JSONSchemaEditor.js.map +13 -0
  162. package/lib/renderers/Form/ListSelect.d.ts +2 -0
  163. package/lib/renderers/Form/ListSelect.js +7 -0
  164. package/lib/renderers/Form/ListSelect.js.map +2 -2
  165. package/lib/renderers/Form/Options.js +1 -0
  166. package/lib/renderers/Form/Options.js.map +2 -2
  167. package/lib/renderers/Form/Select.js +12 -1
  168. package/lib/renderers/Form/Select.js.map +2 -2
  169. package/lib/renderers/Form/TabsTransfer.d.ts +1 -1
  170. package/lib/renderers/Form/TabsTransfer.js +2 -2
  171. package/lib/renderers/Form/TabsTransfer.js.map +2 -2
  172. package/lib/renderers/Form/TreeSelect.d.ts +4 -0
  173. package/lib/renderers/Form/TreeSelect.js +2 -2
  174. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  175. package/lib/renderers/Form/wrapControl.js +10 -5
  176. package/lib/renderers/Form/wrapControl.js.map +2 -2
  177. package/lib/renderers/Pagination.d.ts +49 -30
  178. package/lib/renderers/Pagination.js +3 -132
  179. package/lib/renderers/Pagination.js.map +2 -2
  180. package/lib/renderers/Table/HeadCellSearchDropdown.js +0 -1
  181. package/lib/renderers/Table/HeadCellSearchDropdown.js.map +2 -2
  182. package/lib/renderers/Table-v2/HeadCellSearchDropdown.d.ts +29 -0
  183. package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +158 -0
  184. package/lib/renderers/Table-v2/HeadCellSearchDropdown.js.map +13 -0
  185. package/lib/renderers/Table-v2/TableCell.d.ts +6 -0
  186. package/lib/renderers/Table-v2/TableCell.js +28 -0
  187. package/lib/renderers/Table-v2/TableCell.js.map +13 -0
  188. package/lib/renderers/Table-v2/index.d.ts +256 -0
  189. package/lib/renderers/Table-v2/index.js +548 -0
  190. package/lib/renderers/Table-v2/index.js.map +13 -0
  191. package/lib/renderers/Tabs.js +1 -1
  192. package/lib/renderers/Tabs.js.map +2 -2
  193. package/lib/renderers/Tag.d.ts +66 -0
  194. package/lib/renderers/Tag.js +53 -0
  195. package/lib/renderers/Tag.js.map +13 -0
  196. package/lib/renderers/Wizard.js +3 -3
  197. package/lib/renderers/Wizard.js.map +2 -2
  198. package/lib/schemaExtend.js +24 -30
  199. package/lib/schemaExtend.js.map +2 -2
  200. package/lib/store/combo.d.ts +140 -20
  201. package/lib/store/form.d.ts +56 -8
  202. package/lib/store/formItem.d.ts +3 -1
  203. package/lib/store/formItem.js +3 -1
  204. package/lib/store/formItem.js.map +2 -2
  205. package/lib/store/index.js +2 -0
  206. package/lib/store/index.js.map +2 -2
  207. package/lib/store/table-v2.d.ts +308 -0
  208. package/lib/store/table-v2.js +452 -0
  209. package/lib/store/table-v2.js.map +13 -0
  210. package/lib/store/table.d.ts +112 -16
  211. package/lib/store/table.js +1 -1
  212. package/lib/store/table.js.map +2 -2
  213. package/lib/themes/ang-ie11.css +1686 -120
  214. package/lib/themes/ang.css +1807 -208
  215. package/lib/themes/ang.css.map +1 -1
  216. package/lib/themes/antd-ie11.css +1667 -101
  217. package/lib/themes/antd.css +1789 -201
  218. package/lib/themes/antd.css.map +1 -1
  219. package/lib/themes/cxd-ie11.css +1662 -97
  220. package/lib/themes/cxd.css +1983 -394
  221. package/lib/themes/cxd.css.map +1 -1
  222. package/lib/themes/dark-ie11.css +1667 -101
  223. package/lib/themes/dark.css +1789 -201
  224. package/lib/themes/dark.css.map +1 -1
  225. package/lib/themes/default-ie11.css +1662 -97
  226. package/lib/themes/default.css +1983 -394
  227. package/lib/themes/default.css.map +1 -1
  228. package/lib/utils/DataSchema.d.ts +25 -0
  229. package/lib/utils/DataSchema.js +104 -0
  230. package/lib/utils/DataSchema.js.map +13 -0
  231. package/lib/utils/DataScope.d.ts +23 -0
  232. package/lib/utils/DataScope.js +140 -0
  233. package/lib/utils/DataScope.js.map +13 -0
  234. package/lib/utils/handleAction.js +1 -1
  235. package/lib/utils/handleAction.js.map +2 -2
  236. package/lib/utils/renderer-event.d.ts +8 -2
  237. package/lib/utils/renderer-event.js +102 -1
  238. package/lib/utils/renderer-event.js.map +2 -2
  239. package/package.json +3 -2
  240. package/schema.json +1476 -469
  241. package/scss/_properties.scss +69 -0
  242. package/scss/components/_button.scss +37 -39
  243. package/scss/components/_context-menu.scss +3 -18
  244. package/scss/components/_json-schema-editor.scss +126 -0
  245. package/scss/components/_pagination.scss +104 -23
  246. package/scss/components/_result-box.scss +2 -2
  247. package/scss/components/_table-v2.scss +912 -0
  248. package/scss/components/_tag.scss +177 -0
  249. package/scss/components/form/_selection.scss +1 -14
  250. package/scss/components/form/_text.scss +1 -1
  251. package/scss/themes/_antd-variables.scss +0 -13
  252. package/scss/themes/_common.scss +3 -0
  253. package/scss/themes/_cxd-variables.scss +7 -17
  254. package/scss/themes/_dark-variables.scss +0 -13
  255. package/scss/themes/cxd.scss +1 -1
  256. package/sdk/ang-ie11.css +2240 -227
  257. package/sdk/ang.css +2905 -859
  258. package/sdk/antd-ie11.css +2233 -220
  259. package/sdk/antd.css +2905 -870
  260. package/sdk/barcode.js +51 -51
  261. package/sdk/charts.js +14 -14
  262. package/sdk/codemirror.js +7 -7
  263. package/sdk/color-picker.js +65 -65
  264. package/sdk/cropperjs.js +2 -2
  265. package/sdk/cxd-ie11.css +2223 -211
  266. package/sdk/cxd.css +2911 -875
  267. package/sdk/dark-ie11.css +2233 -220
  268. package/sdk/dark.css +2905 -870
  269. package/sdk/exceljs.js +1 -1
  270. package/sdk/locale/de-DE.js +18 -1
  271. package/sdk/markdown.js +69 -69
  272. package/sdk/papaparse.js +1 -1
  273. package/sdk/renderers/Form/CityDB.js +1 -1
  274. package/sdk/rest.js +16 -16
  275. package/sdk/rich-text.js +62 -62
  276. package/sdk/sdk-ie11.css +2223 -211
  277. package/sdk/sdk.css +2911 -875
  278. package/sdk/sdk.js +1326 -1270
  279. package/sdk/thirds/hls.js/hls.js +1 -1
  280. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  281. package/sdk/tinymce.js +57 -57
  282. package/src/Schema.ts +7 -0
  283. package/src/SchemaRenderer.tsx +4 -5
  284. package/src/actions/Action.ts +7 -6
  285. package/src/actions/AjaxAction.ts +33 -24
  286. package/src/actions/BreakAction.ts +2 -2
  287. package/src/actions/BroadcastAction.ts +6 -5
  288. package/src/actions/CmptAction.ts +5 -6
  289. package/src/actions/ContinueAction.ts +2 -2
  290. package/src/actions/CopyAction.ts +14 -8
  291. package/src/actions/CustomAction.ts +2 -2
  292. package/src/actions/DialogAction.ts +16 -10
  293. package/src/actions/DrawerAction.ts +3 -3
  294. package/src/actions/EmailAction.ts +12 -12
  295. package/src/actions/LinkAction.ts +34 -14
  296. package/src/actions/LoopAction.ts +13 -8
  297. package/src/actions/PageAction.ts +9 -6
  298. package/src/actions/ParallelAction.ts +2 -2
  299. package/src/actions/SwitchAction.ts +2 -2
  300. package/src/actions/ToastAction.ts +9 -5
  301. package/src/components/InputBox.tsx +1 -0
  302. package/src/components/Pagination.tsx +446 -0
  303. package/src/components/PickerContainer.tsx +8 -5
  304. package/src/components/Rating.tsx +16 -9
  305. package/src/components/Select.tsx +3 -3
  306. package/src/components/Tag.tsx +179 -0
  307. package/src/components/TooltipWrapper.tsx +14 -1
  308. package/src/components/TransferDropDown.tsx +3 -0
  309. package/src/components/formula/VariableList.tsx +1 -0
  310. package/src/components/icons.tsx +2 -0
  311. package/src/components/index.tsx +7 -1
  312. package/src/components/schema-editor/Array.tsx +95 -0
  313. package/src/components/schema-editor/Common.tsx +138 -0
  314. package/src/components/schema-editor/Item.tsx +36 -0
  315. package/src/components/schema-editor/Object.tsx +299 -0
  316. package/src/components/schema-editor/SchemaVariableList.tsx +97 -0
  317. package/src/components/schema-editor/SchemaVariableListPicker.tsx +66 -0
  318. package/src/components/schema-editor/index.tsx +211 -0
  319. package/src/components/table/Cell.tsx +70 -0
  320. package/src/components/table/HeadCellDropDown.tsx +115 -0
  321. package/src/components/table/HeadCellFilter.tsx +193 -0
  322. package/src/components/table/HeadCellSelect.tsx +86 -0
  323. package/src/components/table/HeadCellSort.tsx +102 -0
  324. package/src/components/table/index.tsx +1681 -0
  325. package/src/env.tsx +7 -14
  326. package/src/factory.tsx +3 -106
  327. package/src/icons/dot.svg +11 -0
  328. package/src/index.tsx +8 -1
  329. package/src/locale/de-DE.ts +18 -1
  330. package/src/locale/en-US.ts +18 -1
  331. package/src/locale/zh-CN.ts +20 -1
  332. package/src/renderers/Action.tsx +1 -1
  333. package/src/renderers/Carousel.tsx +21 -6
  334. package/src/renderers/Form/ButtonGroupSelect.tsx +10 -1
  335. package/src/renderers/Form/Checkbox.tsx +4 -4
  336. package/src/renderers/Form/Checkboxes.tsx +31 -25
  337. package/src/renderers/Form/Combo.tsx +20 -4
  338. package/src/renderers/Form/Editor.tsx +15 -1
  339. package/src/renderers/Form/InputExcel.tsx +6 -1
  340. package/src/renderers/Form/InputFile.tsx +1 -2
  341. package/src/renderers/Form/InputTree.tsx +1 -1
  342. package/src/renderers/Form/JSONSchemaEditor.tsx +67 -0
  343. package/src/renderers/Form/ListSelect.tsx +9 -1
  344. package/src/renderers/Form/Options.tsx +1 -1
  345. package/src/renderers/Form/Select.tsx +7 -0
  346. package/src/renderers/Form/TabsTransfer.tsx +2 -2
  347. package/src/renderers/Form/TreeSelect.tsx +8 -1
  348. package/src/renderers/Form/wrapControl.tsx +11 -5
  349. package/src/renderers/Pagination.tsx +65 -253
  350. package/src/renderers/Table/HeadCellSearchDropdown.tsx +0 -1
  351. package/src/renderers/Table-v2/HeadCellSearchDropdown.tsx +244 -0
  352. package/src/renderers/Table-v2/TableCell.tsx +19 -0
  353. package/src/renderers/Table-v2/index.tsx +1140 -0
  354. package/src/renderers/Tabs.tsx +1 -1
  355. package/src/renderers/Tag.tsx +128 -0
  356. package/src/renderers/Wizard.tsx +3 -3
  357. package/src/schemaExtend.ts +24 -28
  358. package/src/store/formItem.ts +5 -1
  359. package/src/store/index.ts +2 -0
  360. package/src/store/table-v2.ts +646 -0
  361. package/src/store/table.ts +1 -1
  362. package/src/utils/DataSchema.ts +131 -0
  363. package/src/utils/DataScope.ts +190 -0
  364. package/src/utils/handleAction.ts +1 -1
  365. package/src/utils/renderer-event.ts +113 -2
@@ -167,7 +167,7 @@ export declare class TreeSelector extends React.Component<TreeSelectorProps, Tre
167
167
  render(): JSX.Element;
168
168
  }
169
169
  declare const _default: {
170
- new (props: (Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
170
+ new (props: (Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
171
171
  showIcon: boolean;
172
172
  showOutline: boolean;
173
173
  initiallyOpen: boolean;
@@ -202,7 +202,7 @@ declare const _default: {
202
202
  }, never>> & {
203
203
  locale?: string | undefined;
204
204
  translate?: ((str: string, ...args: any[]) => string) | undefined;
205
- }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
205
+ }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
206
206
  showIcon: boolean;
207
207
  showOutline: boolean;
208
208
  initiallyOpen: boolean;
@@ -240,7 +240,7 @@ declare const _default: {
240
240
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
241
241
  render(): JSX.Element;
242
242
  context: any;
243
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
243
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
244
244
  showIcon: boolean;
245
245
  showOutline: boolean;
246
246
  initiallyOpen: boolean;
@@ -277,7 +277,7 @@ declare const _default: {
277
277
  translate?: ((str: string, ...args: any[]) => string) | undefined;
278
278
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
279
279
  forceUpdate(callback?: (() => void) | undefined): void;
280
- readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
280
+ readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
281
281
  showIcon: boolean;
282
282
  showOutline: boolean;
283
283
  initiallyOpen: boolean;
@@ -320,7 +320,7 @@ declare const _default: {
320
320
  [key: string]: React.ReactInstance;
321
321
  };
322
322
  componentDidMount?(): void;
323
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
323
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
324
324
  showIcon: boolean;
325
325
  showOutline: boolean;
326
326
  initiallyOpen: boolean;
@@ -358,7 +358,7 @@ declare const _default: {
358
358
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
359
359
  componentWillUnmount?(): void;
360
360
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
361
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
361
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
362
362
  showIcon: boolean;
363
363
  showOutline: boolean;
364
364
  initiallyOpen: boolean;
@@ -394,7 +394,7 @@ declare const _default: {
394
394
  locale?: string | undefined;
395
395
  translate?: ((str: string, ...args: any[]) => string) | undefined;
396
396
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
397
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
397
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
398
398
  showIcon: boolean;
399
399
  showOutline: boolean;
400
400
  initiallyOpen: boolean;
@@ -432,7 +432,7 @@ declare const _default: {
432
432
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
433
433
  componentWillMount?(): void;
434
434
  UNSAFE_componentWillMount?(): void;
435
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
435
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
436
436
  showIcon: boolean;
437
437
  showOutline: boolean;
438
438
  initiallyOpen: boolean;
@@ -468,7 +468,7 @@ declare const _default: {
468
468
  locale?: string | undefined;
469
469
  translate?: ((str: string, ...args: any[]) => string) | undefined;
470
470
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
471
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
471
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
472
472
  showIcon: boolean;
473
473
  showOutline: boolean;
474
474
  initiallyOpen: boolean;
@@ -504,7 +504,7 @@ declare const _default: {
504
504
  locale?: string | undefined;
505
505
  translate?: ((str: string, ...args: any[]) => string) | undefined;
506
506
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
507
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
507
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
508
508
  showIcon: boolean;
509
509
  showOutline: boolean;
510
510
  initiallyOpen: boolean;
@@ -540,7 +540,7 @@ declare const _default: {
540
540
  locale?: string | undefined;
541
541
  translate?: ((str: string, ...args: any[]) => string) | undefined;
542
542
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
543
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
543
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
544
544
  showIcon: boolean;
545
545
  showOutline: boolean;
546
546
  initiallyOpen: boolean;
@@ -577,7 +577,7 @@ declare const _default: {
577
577
  translate?: ((str: string, ...args: any[]) => string) | undefined;
578
578
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
579
579
  };
580
- new (props: Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
580
+ new (props: Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
581
581
  showIcon: boolean;
582
582
  showOutline: boolean;
583
583
  initiallyOpen: boolean;
@@ -615,7 +615,7 @@ declare const _default: {
615
615
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
616
616
  render(): JSX.Element;
617
617
  context: any;
618
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
618
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
619
619
  showIcon: boolean;
620
620
  showOutline: boolean;
621
621
  initiallyOpen: boolean;
@@ -652,7 +652,7 @@ declare const _default: {
652
652
  translate?: ((str: string, ...args: any[]) => string) | undefined;
653
653
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
654
654
  forceUpdate(callback?: (() => void) | undefined): void;
655
- readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
655
+ readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
656
656
  showIcon: boolean;
657
657
  showOutline: boolean;
658
658
  initiallyOpen: boolean;
@@ -695,7 +695,7 @@ declare const _default: {
695
695
  [key: string]: React.ReactInstance;
696
696
  };
697
697
  componentDidMount?(): void;
698
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
698
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
699
699
  showIcon: boolean;
700
700
  showOutline: boolean;
701
701
  initiallyOpen: boolean;
@@ -733,7 +733,7 @@ declare const _default: {
733
733
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
734
734
  componentWillUnmount?(): void;
735
735
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
736
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
736
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
737
737
  showIcon: boolean;
738
738
  showOutline: boolean;
739
739
  initiallyOpen: boolean;
@@ -769,7 +769,7 @@ declare const _default: {
769
769
  locale?: string | undefined;
770
770
  translate?: ((str: string, ...args: any[]) => string) | undefined;
771
771
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
772
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
772
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
773
773
  showIcon: boolean;
774
774
  showOutline: boolean;
775
775
  initiallyOpen: boolean;
@@ -807,7 +807,7 @@ declare const _default: {
807
807
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
808
808
  componentWillMount?(): void;
809
809
  UNSAFE_componentWillMount?(): void;
810
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
810
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
811
811
  showIcon: boolean;
812
812
  showOutline: boolean;
813
813
  initiallyOpen: boolean;
@@ -843,7 +843,7 @@ declare const _default: {
843
843
  locale?: string | undefined;
844
844
  translate?: ((str: string, ...args: any[]) => string) | undefined;
845
845
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
846
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
846
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
847
847
  showIcon: boolean;
848
848
  showOutline: boolean;
849
849
  initiallyOpen: boolean;
@@ -879,7 +879,7 @@ declare const _default: {
879
879
  locale?: string | undefined;
880
880
  translate?: ((str: string, ...args: any[]) => string) | undefined;
881
881
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
882
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
882
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
883
883
  showIcon: boolean;
884
884
  showOutline: boolean;
885
885
  initiallyOpen: boolean;
@@ -915,7 +915,7 @@ declare const _default: {
915
915
  locale?: string | undefined;
916
916
  translate?: ((str: string, ...args: any[]) => string) | undefined;
917
917
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
918
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
918
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
919
919
  showIcon: boolean;
920
920
  showOutline: boolean;
921
921
  initiallyOpen: boolean;
@@ -955,7 +955,7 @@ declare const _default: {
955
955
  displayName: string;
956
956
  contextType: React.Context<string>;
957
957
  ComposedComponent: React.ComponentType<{
958
- new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
958
+ new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
959
959
  showIcon: boolean;
960
960
  showOutline: boolean;
961
961
  initiallyOpen: boolean;
@@ -990,7 +990,7 @@ declare const _default: {
990
990
  }, never>> & {
991
991
  locale?: string | undefined;
992
992
  translate?: ((str: string, ...args: any[]) => string) | undefined;
993
- }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
993
+ }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
994
994
  showIcon: boolean;
995
995
  showOutline: boolean;
996
996
  initiallyOpen: boolean;
@@ -1028,7 +1028,7 @@ declare const _default: {
1028
1028
  }>): {
1029
1029
  render(): JSX.Element;
1030
1030
  context: any;
1031
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1031
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1032
1032
  showIcon: boolean;
1033
1033
  showOutline: boolean;
1034
1034
  initiallyOpen: boolean;
@@ -1065,7 +1065,7 @@ declare const _default: {
1065
1065
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1066
1066
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1067
1067
  forceUpdate(callback?: (() => void) | undefined): void;
1068
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1068
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1069
1069
  showIcon: boolean;
1070
1070
  showOutline: boolean;
1071
1071
  initiallyOpen: boolean;
@@ -1108,7 +1108,7 @@ declare const _default: {
1108
1108
  [key: string]: React.ReactInstance;
1109
1109
  };
1110
1110
  componentDidMount?(): void;
1111
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1111
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1112
1112
  showIcon: boolean;
1113
1113
  showOutline: boolean;
1114
1114
  initiallyOpen: boolean;
@@ -1146,7 +1146,7 @@ declare const _default: {
1146
1146
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1147
1147
  componentWillUnmount?(): void;
1148
1148
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1149
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1149
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1150
1150
  showIcon: boolean;
1151
1151
  showOutline: boolean;
1152
1152
  initiallyOpen: boolean;
@@ -1182,7 +1182,7 @@ declare const _default: {
1182
1182
  locale?: string | undefined;
1183
1183
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1184
1184
  }>, prevState: Readonly<{}>): any;
1185
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1185
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1186
1186
  showIcon: boolean;
1187
1187
  showOutline: boolean;
1188
1188
  initiallyOpen: boolean;
@@ -1220,7 +1220,7 @@ declare const _default: {
1220
1220
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1221
1221
  componentWillMount?(): void;
1222
1222
  UNSAFE_componentWillMount?(): void;
1223
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1223
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1224
1224
  showIcon: boolean;
1225
1225
  showOutline: boolean;
1226
1226
  initiallyOpen: boolean;
@@ -1256,7 +1256,7 @@ declare const _default: {
1256
1256
  locale?: string | undefined;
1257
1257
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1258
1258
  }>, nextContext: any): void;
1259
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1259
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1260
1260
  showIcon: boolean;
1261
1261
  showOutline: boolean;
1262
1262
  initiallyOpen: boolean;
@@ -1292,7 +1292,7 @@ declare const _default: {
1292
1292
  locale?: string | undefined;
1293
1293
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1294
1294
  }>, nextContext: any): void;
1295
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1295
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1296
1296
  showIcon: boolean;
1297
1297
  showOutline: boolean;
1298
1298
  initiallyOpen: boolean;
@@ -1328,7 +1328,7 @@ declare const _default: {
1328
1328
  locale?: string | undefined;
1329
1329
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1330
1330
  }>, nextState: Readonly<{}>, nextContext: any): void;
1331
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1331
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1332
1332
  showIcon: boolean;
1333
1333
  showOutline: boolean;
1334
1334
  initiallyOpen: boolean;
@@ -1365,7 +1365,7 @@ declare const _default: {
1365
1365
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1366
1366
  }>, nextState: Readonly<{}>, nextContext: any): void;
1367
1367
  };
1368
- new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1368
+ new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1369
1369
  showIcon: boolean;
1370
1370
  showOutline: boolean;
1371
1371
  initiallyOpen: boolean;
@@ -1403,7 +1403,7 @@ declare const _default: {
1403
1403
  }, context: any): {
1404
1404
  render(): JSX.Element;
1405
1405
  context: any;
1406
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1406
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1407
1407
  showIcon: boolean;
1408
1408
  showOutline: boolean;
1409
1409
  initiallyOpen: boolean;
@@ -1440,7 +1440,7 @@ declare const _default: {
1440
1440
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1441
1441
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1442
1442
  forceUpdate(callback?: (() => void) | undefined): void;
1443
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1443
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1444
1444
  showIcon: boolean;
1445
1445
  showOutline: boolean;
1446
1446
  initiallyOpen: boolean;
@@ -1483,7 +1483,7 @@ declare const _default: {
1483
1483
  [key: string]: React.ReactInstance;
1484
1484
  };
1485
1485
  componentDidMount?(): void;
1486
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1486
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1487
1487
  showIcon: boolean;
1488
1488
  showOutline: boolean;
1489
1489
  initiallyOpen: boolean;
@@ -1521,7 +1521,7 @@ declare const _default: {
1521
1521
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1522
1522
  componentWillUnmount?(): void;
1523
1523
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1524
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1524
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1525
1525
  showIcon: boolean;
1526
1526
  showOutline: boolean;
1527
1527
  initiallyOpen: boolean;
@@ -1557,7 +1557,7 @@ declare const _default: {
1557
1557
  locale?: string | undefined;
1558
1558
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1559
1559
  }>, prevState: Readonly<{}>): any;
1560
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1560
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1561
1561
  showIcon: boolean;
1562
1562
  showOutline: boolean;
1563
1563
  initiallyOpen: boolean;
@@ -1595,7 +1595,7 @@ declare const _default: {
1595
1595
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1596
1596
  componentWillMount?(): void;
1597
1597
  UNSAFE_componentWillMount?(): void;
1598
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1598
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1599
1599
  showIcon: boolean;
1600
1600
  showOutline: boolean;
1601
1601
  initiallyOpen: boolean;
@@ -1631,7 +1631,7 @@ declare const _default: {
1631
1631
  locale?: string | undefined;
1632
1632
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1633
1633
  }>, nextContext: any): void;
1634
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1634
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1635
1635
  showIcon: boolean;
1636
1636
  showOutline: boolean;
1637
1637
  initiallyOpen: boolean;
@@ -1667,7 +1667,7 @@ declare const _default: {
1667
1667
  locale?: string | undefined;
1668
1668
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1669
1669
  }>, nextContext: any): void;
1670
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1670
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1671
1671
  showIcon: boolean;
1672
1672
  showOutline: boolean;
1673
1673
  initiallyOpen: boolean;
@@ -1703,7 +1703,7 @@ declare const _default: {
1703
1703
  locale?: string | undefined;
1704
1704
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1705
1705
  }>, nextState: Readonly<{}>, nextContext: any): void;
1706
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1706
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1707
1707
  showIcon: boolean;
1708
1708
  showOutline: boolean;
1709
1709
  initiallyOpen: boolean;
@@ -1747,7 +1747,7 @@ declare const _default: {
1747
1747
  ComposedComponent: typeof TreeSelector;
1748
1748
  }>;
1749
1749
  } & import("hoist-non-react-statics").NonReactStatics<{
1750
- new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1750
+ new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1751
1751
  showIcon: boolean;
1752
1752
  showOutline: boolean;
1753
1753
  initiallyOpen: boolean;
@@ -1782,7 +1782,7 @@ declare const _default: {
1782
1782
  }, never>> & {
1783
1783
  locale?: string | undefined;
1784
1784
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1785
- }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1785
+ }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1786
1786
  showIcon: boolean;
1787
1787
  showOutline: boolean;
1788
1788
  initiallyOpen: boolean;
@@ -1820,7 +1820,7 @@ declare const _default: {
1820
1820
  }>): {
1821
1821
  render(): JSX.Element;
1822
1822
  context: any;
1823
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1823
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1824
1824
  showIcon: boolean;
1825
1825
  showOutline: boolean;
1826
1826
  initiallyOpen: boolean;
@@ -1857,7 +1857,7 @@ declare const _default: {
1857
1857
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1858
1858
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1859
1859
  forceUpdate(callback?: (() => void) | undefined): void;
1860
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1860
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1861
1861
  showIcon: boolean;
1862
1862
  showOutline: boolean;
1863
1863
  initiallyOpen: boolean;
@@ -1900,7 +1900,7 @@ declare const _default: {
1900
1900
  [key: string]: React.ReactInstance;
1901
1901
  };
1902
1902
  componentDidMount?(): void;
1903
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1903
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1904
1904
  showIcon: boolean;
1905
1905
  showOutline: boolean;
1906
1906
  initiallyOpen: boolean;
@@ -1938,7 +1938,7 @@ declare const _default: {
1938
1938
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1939
1939
  componentWillUnmount?(): void;
1940
1940
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1941
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1941
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1942
1942
  showIcon: boolean;
1943
1943
  showOutline: boolean;
1944
1944
  initiallyOpen: boolean;
@@ -1974,7 +1974,7 @@ declare const _default: {
1974
1974
  locale?: string | undefined;
1975
1975
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1976
1976
  }>, prevState: Readonly<{}>): any;
1977
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1977
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1978
1978
  showIcon: boolean;
1979
1979
  showOutline: boolean;
1980
1980
  initiallyOpen: boolean;
@@ -2012,7 +2012,7 @@ declare const _default: {
2012
2012
  }>, prevState: Readonly<{}>, snapshot?: any): void;
2013
2013
  componentWillMount?(): void;
2014
2014
  UNSAFE_componentWillMount?(): void;
2015
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2015
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2016
2016
  showIcon: boolean;
2017
2017
  showOutline: boolean;
2018
2018
  initiallyOpen: boolean;
@@ -2048,7 +2048,7 @@ declare const _default: {
2048
2048
  locale?: string | undefined;
2049
2049
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2050
2050
  }>, nextContext: any): void;
2051
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2051
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2052
2052
  showIcon: boolean;
2053
2053
  showOutline: boolean;
2054
2054
  initiallyOpen: boolean;
@@ -2084,7 +2084,7 @@ declare const _default: {
2084
2084
  locale?: string | undefined;
2085
2085
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2086
2086
  }>, nextContext: any): void;
2087
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2087
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2088
2088
  showIcon: boolean;
2089
2089
  showOutline: boolean;
2090
2090
  initiallyOpen: boolean;
@@ -2120,7 +2120,7 @@ declare const _default: {
2120
2120
  locale?: string | undefined;
2121
2121
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2122
2122
  }>, nextState: Readonly<{}>, nextContext: any): void;
2123
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2123
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2124
2124
  showIcon: boolean;
2125
2125
  showOutline: boolean;
2126
2126
  initiallyOpen: boolean;
@@ -2157,7 +2157,7 @@ declare const _default: {
2157
2157
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2158
2158
  }>, nextState: Readonly<{}>, nextContext: any): void;
2159
2159
  };
2160
- new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2160
+ new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2161
2161
  showIcon: boolean;
2162
2162
  showOutline: boolean;
2163
2163
  initiallyOpen: boolean;
@@ -2195,7 +2195,7 @@ declare const _default: {
2195
2195
  }, context: any): {
2196
2196
  render(): JSX.Element;
2197
2197
  context: any;
2198
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2198
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2199
2199
  showIcon: boolean;
2200
2200
  showOutline: boolean;
2201
2201
  initiallyOpen: boolean;
@@ -2232,7 +2232,7 @@ declare const _default: {
2232
2232
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2233
2233
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
2234
2234
  forceUpdate(callback?: (() => void) | undefined): void;
2235
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2235
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2236
2236
  showIcon: boolean;
2237
2237
  showOutline: boolean;
2238
2238
  initiallyOpen: boolean;
@@ -2275,7 +2275,7 @@ declare const _default: {
2275
2275
  [key: string]: React.ReactInstance;
2276
2276
  };
2277
2277
  componentDidMount?(): void;
2278
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2278
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2279
2279
  showIcon: boolean;
2280
2280
  showOutline: boolean;
2281
2281
  initiallyOpen: boolean;
@@ -2313,7 +2313,7 @@ declare const _default: {
2313
2313
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
2314
2314
  componentWillUnmount?(): void;
2315
2315
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
2316
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2316
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2317
2317
  showIcon: boolean;
2318
2318
  showOutline: boolean;
2319
2319
  initiallyOpen: boolean;
@@ -2349,7 +2349,7 @@ declare const _default: {
2349
2349
  locale?: string | undefined;
2350
2350
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2351
2351
  }>, prevState: Readonly<{}>): any;
2352
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2352
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2353
2353
  showIcon: boolean;
2354
2354
  showOutline: boolean;
2355
2355
  initiallyOpen: boolean;
@@ -2387,7 +2387,7 @@ declare const _default: {
2387
2387
  }>, prevState: Readonly<{}>, snapshot?: any): void;
2388
2388
  componentWillMount?(): void;
2389
2389
  UNSAFE_componentWillMount?(): void;
2390
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2390
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2391
2391
  showIcon: boolean;
2392
2392
  showOutline: boolean;
2393
2393
  initiallyOpen: boolean;
@@ -2423,7 +2423,7 @@ declare const _default: {
2423
2423
  locale?: string | undefined;
2424
2424
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2425
2425
  }>, nextContext: any): void;
2426
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2426
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2427
2427
  showIcon: boolean;
2428
2428
  showOutline: boolean;
2429
2429
  initiallyOpen: boolean;
@@ -2459,7 +2459,7 @@ declare const _default: {
2459
2459
  locale?: string | undefined;
2460
2460
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2461
2461
  }>, nextContext: any): void;
2462
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2462
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2463
2463
  showIcon: boolean;
2464
2464
  showOutline: boolean;
2465
2465
  initiallyOpen: boolean;
@@ -2495,7 +2495,7 @@ declare const _default: {
2495
2495
  locale?: string | undefined;
2496
2496
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2497
2497
  }>, nextState: Readonly<{}>, nextContext: any): void;
2498
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2498
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2499
2499
  showIcon: boolean;
2500
2500
  showOutline: boolean;
2501
2501
  initiallyOpen: boolean;
@@ -2539,7 +2539,7 @@ declare const _default: {
2539
2539
  ComposedComponent: typeof TreeSelector;
2540
2540
  }, {}> & {
2541
2541
  ComposedComponent: {
2542
- new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2542
+ new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2543
2543
  showIcon: boolean;
2544
2544
  showOutline: boolean;
2545
2545
  initiallyOpen: boolean;
@@ -2574,7 +2574,7 @@ declare const _default: {
2574
2574
  }, never>> & {
2575
2575
  locale?: string | undefined;
2576
2576
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2577
- }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2577
+ }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2578
2578
  showIcon: boolean;
2579
2579
  showOutline: boolean;
2580
2580
  initiallyOpen: boolean;
@@ -2612,7 +2612,7 @@ declare const _default: {
2612
2612
  }>): {
2613
2613
  render(): JSX.Element;
2614
2614
  context: any;
2615
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2615
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2616
2616
  showIcon: boolean;
2617
2617
  showOutline: boolean;
2618
2618
  initiallyOpen: boolean;
@@ -2649,7 +2649,7 @@ declare const _default: {
2649
2649
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2650
2650
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
2651
2651
  forceUpdate(callback?: (() => void) | undefined): void;
2652
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2652
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2653
2653
  showIcon: boolean;
2654
2654
  showOutline: boolean;
2655
2655
  initiallyOpen: boolean;
@@ -2692,7 +2692,7 @@ declare const _default: {
2692
2692
  [key: string]: React.ReactInstance;
2693
2693
  };
2694
2694
  componentDidMount?(): void;
2695
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2695
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2696
2696
  showIcon: boolean;
2697
2697
  showOutline: boolean;
2698
2698
  initiallyOpen: boolean;
@@ -2730,7 +2730,7 @@ declare const _default: {
2730
2730
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
2731
2731
  componentWillUnmount?(): void;
2732
2732
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
2733
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2733
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2734
2734
  showIcon: boolean;
2735
2735
  showOutline: boolean;
2736
2736
  initiallyOpen: boolean;
@@ -2766,7 +2766,7 @@ declare const _default: {
2766
2766
  locale?: string | undefined;
2767
2767
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2768
2768
  }>, prevState: Readonly<{}>): any;
2769
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2769
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2770
2770
  showIcon: boolean;
2771
2771
  showOutline: boolean;
2772
2772
  initiallyOpen: boolean;
@@ -2804,7 +2804,7 @@ declare const _default: {
2804
2804
  }>, prevState: Readonly<{}>, snapshot?: any): void;
2805
2805
  componentWillMount?(): void;
2806
2806
  UNSAFE_componentWillMount?(): void;
2807
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2807
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2808
2808
  showIcon: boolean;
2809
2809
  showOutline: boolean;
2810
2810
  initiallyOpen: boolean;
@@ -2840,7 +2840,7 @@ declare const _default: {
2840
2840
  locale?: string | undefined;
2841
2841
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2842
2842
  }>, nextContext: any): void;
2843
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2843
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2844
2844
  showIcon: boolean;
2845
2845
  showOutline: boolean;
2846
2846
  initiallyOpen: boolean;
@@ -2876,7 +2876,7 @@ declare const _default: {
2876
2876
  locale?: string | undefined;
2877
2877
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2878
2878
  }>, nextContext: any): void;
2879
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2879
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2880
2880
  showIcon: boolean;
2881
2881
  showOutline: boolean;
2882
2882
  initiallyOpen: boolean;
@@ -2912,7 +2912,7 @@ declare const _default: {
2912
2912
  locale?: string | undefined;
2913
2913
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2914
2914
  }>, nextState: Readonly<{}>, nextContext: any): void;
2915
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2915
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2916
2916
  showIcon: boolean;
2917
2917
  showOutline: boolean;
2918
2918
  initiallyOpen: boolean;
@@ -2949,7 +2949,7 @@ declare const _default: {
2949
2949
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2950
2950
  }>, nextState: Readonly<{}>, nextContext: any): void;
2951
2951
  };
2952
- new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2952
+ new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2953
2953
  showIcon: boolean;
2954
2954
  showOutline: boolean;
2955
2955
  initiallyOpen: boolean;
@@ -2987,7 +2987,7 @@ declare const _default: {
2987
2987
  }, context: any): {
2988
2988
  render(): JSX.Element;
2989
2989
  context: any;
2990
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2990
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2991
2991
  showIcon: boolean;
2992
2992
  showOutline: boolean;
2993
2993
  initiallyOpen: boolean;
@@ -3024,7 +3024,7 @@ declare const _default: {
3024
3024
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3025
3025
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
3026
3026
  forceUpdate(callback?: (() => void) | undefined): void;
3027
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3027
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3028
3028
  showIcon: boolean;
3029
3029
  showOutline: boolean;
3030
3030
  initiallyOpen: boolean;
@@ -3067,7 +3067,7 @@ declare const _default: {
3067
3067
  [key: string]: React.ReactInstance;
3068
3068
  };
3069
3069
  componentDidMount?(): void;
3070
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3070
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3071
3071
  showIcon: boolean;
3072
3072
  showOutline: boolean;
3073
3073
  initiallyOpen: boolean;
@@ -3105,7 +3105,7 @@ declare const _default: {
3105
3105
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
3106
3106
  componentWillUnmount?(): void;
3107
3107
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
3108
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3108
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3109
3109
  showIcon: boolean;
3110
3110
  showOutline: boolean;
3111
3111
  initiallyOpen: boolean;
@@ -3141,7 +3141,7 @@ declare const _default: {
3141
3141
  locale?: string | undefined;
3142
3142
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3143
3143
  }>, prevState: Readonly<{}>): any;
3144
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3144
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3145
3145
  showIcon: boolean;
3146
3146
  showOutline: boolean;
3147
3147
  initiallyOpen: boolean;
@@ -3179,7 +3179,7 @@ declare const _default: {
3179
3179
  }>, prevState: Readonly<{}>, snapshot?: any): void;
3180
3180
  componentWillMount?(): void;
3181
3181
  UNSAFE_componentWillMount?(): void;
3182
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3182
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3183
3183
  showIcon: boolean;
3184
3184
  showOutline: boolean;
3185
3185
  initiallyOpen: boolean;
@@ -3215,7 +3215,7 @@ declare const _default: {
3215
3215
  locale?: string | undefined;
3216
3216
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3217
3217
  }>, nextContext: any): void;
3218
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3218
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3219
3219
  showIcon: boolean;
3220
3220
  showOutline: boolean;
3221
3221
  initiallyOpen: boolean;
@@ -3251,7 +3251,7 @@ declare const _default: {
3251
3251
  locale?: string | undefined;
3252
3252
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3253
3253
  }>, nextContext: any): void;
3254
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3254
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3255
3255
  showIcon: boolean;
3256
3256
  showOutline: boolean;
3257
3257
  initiallyOpen: boolean;
@@ -3287,7 +3287,7 @@ declare const _default: {
3287
3287
  locale?: string | undefined;
3288
3288
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3289
3289
  }>, nextState: Readonly<{}>, nextContext: any): void;
3290
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "autoCheckChildren" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3290
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onRef" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "autoCheckChildren" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3291
3291
  showIcon: boolean;
3292
3292
  showOutline: boolean;
3293
3293
  initiallyOpen: boolean;