amis 1.6.0 → 1.6.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/README.md +1 -0
  2. package/lib/RootRenderer.d.ts +2 -0
  3. package/lib/RootRenderer.js +19 -1
  4. package/lib/RootRenderer.js.map +2 -2
  5. package/lib/SchemaRenderer.js +52 -1
  6. package/lib/SchemaRenderer.js.map +2 -2
  7. package/lib/Scoped.d.ts +2 -0
  8. package/lib/Scoped.js +27 -1
  9. package/lib/Scoped.js.map +2 -2
  10. package/lib/actions/Action.d.ts +33 -0
  11. package/lib/actions/Action.js +100 -0
  12. package/lib/actions/Action.js.map +13 -0
  13. package/lib/actions/AjaxAction.d.ts +14 -0
  14. package/lib/actions/AjaxAction.js +68 -0
  15. package/lib/actions/AjaxAction.js.map +13 -0
  16. package/lib/actions/BreakAction.d.ts +12 -0
  17. package/lib/actions/BreakAction.js +28 -0
  18. package/lib/actions/BreakAction.js.map +13 -0
  19. package/lib/actions/BroadcastAction.d.ts +12 -0
  20. package/lib/actions/BroadcastAction.js +40 -0
  21. package/lib/actions/BroadcastAction.js.map +13 -0
  22. package/lib/actions/CmptAction.d.ts +12 -0
  23. package/lib/actions/CmptAction.js +40 -0
  24. package/lib/actions/CmptAction.js.map +13 -0
  25. package/lib/actions/ContinueAction.d.ts +12 -0
  26. package/lib/actions/ContinueAction.js +28 -0
  27. package/lib/actions/ContinueAction.js.map +13 -0
  28. package/lib/actions/CopyAction.d.ts +12 -0
  29. package/lib/actions/CopyAction.js +35 -0
  30. package/lib/actions/CopyAction.js.map +13 -0
  31. package/lib/actions/CustomAction.d.ts +12 -0
  32. package/lib/actions/CustomAction.js +43 -0
  33. package/lib/actions/CustomAction.js.map +13 -0
  34. package/lib/actions/DialogAction.d.ts +12 -0
  35. package/lib/actions/DialogAction.js +31 -0
  36. package/lib/actions/DialogAction.js.map +13 -0
  37. package/lib/actions/DrawerAction.d.ts +12 -0
  38. package/lib/actions/DrawerAction.js +31 -0
  39. package/lib/actions/DrawerAction.js.map +13 -0
  40. package/lib/actions/EmailAction.d.ts +12 -0
  41. package/lib/actions/EmailAction.js +37 -0
  42. package/lib/actions/EmailAction.js.map +13 -0
  43. package/lib/actions/LoopAction.d.ts +12 -0
  44. package/lib/actions/LoopAction.js +93 -0
  45. package/lib/actions/LoopAction.js.map +13 -0
  46. package/lib/actions/OpenPageAction.d.ts +12 -0
  47. package/lib/actions/OpenPageAction.js +33 -0
  48. package/lib/actions/OpenPageAction.js.map +13 -0
  49. package/lib/actions/ParallelAction.d.ts +5 -0
  50. package/lib/actions/ParallelAction.js +33 -0
  51. package/lib/actions/ParallelAction.js.map +13 -0
  52. package/lib/actions/SwitchAction.d.ts +8 -0
  53. package/lib/actions/SwitchAction.js +45 -0
  54. package/lib/actions/SwitchAction.js.map +13 -0
  55. package/lib/actions/index.d.ts +18 -0
  56. package/lib/actions/index.js +22 -0
  57. package/lib/actions/index.js.map +13 -0
  58. package/lib/components/AnchorNav.d.ts +20 -20
  59. package/lib/components/Button.d.ts +20 -20
  60. package/lib/components/CalendarMobile.d.ts +112 -86
  61. package/lib/components/CalendarMobile.js +85 -31
  62. package/lib/components/CalendarMobile.js.map +2 -2
  63. package/lib/components/Collapse.d.ts +20 -20
  64. package/lib/components/DatePicker.js +9 -3
  65. package/lib/components/DatePicker.js.map +2 -2
  66. package/lib/components/DateRangePicker.js +1 -0
  67. package/lib/components/DateRangePicker.js.map +2 -2
  68. package/lib/components/InputBox.d.ts +21 -21
  69. package/lib/components/ListGroup.d.ts +21 -21
  70. package/lib/components/ListMenu.d.ts +84 -84
  71. package/lib/components/MonthRangePicker.js +2 -1
  72. package/lib/components/MonthRangePicker.js.map +2 -2
  73. package/lib/components/Radios.d.ts +21 -21
  74. package/lib/components/Rating.d.ts +21 -21
  75. package/lib/components/ResultBox.d.ts +84 -84
  76. package/lib/components/Select.d.ts +238 -238
  77. package/lib/components/Select.js +4 -3
  78. package/lib/components/Select.js.map +2 -2
  79. package/lib/components/Timeline.js +1 -1
  80. package/lib/components/Timeline.js.map +2 -2
  81. package/lib/components/TimelineItem.d.ts +3 -2
  82. package/lib/components/TimelineItem.js +8 -9
  83. package/lib/components/TimelineItem.js.map +2 -2
  84. package/lib/components/Tree.d.ts +84 -84
  85. package/lib/components/formula/plugin.js +0 -1
  86. package/lib/components/formula/plugin.js.map +2 -2
  87. package/lib/env.d.ts +4 -0
  88. package/lib/env.js.map +2 -2
  89. package/lib/factory.d.ts +2 -1
  90. package/lib/factory.js +78 -0
  91. package/lib/factory.js.map +2 -2
  92. package/lib/helper.css.map +1 -1
  93. package/lib/index.d.ts +2 -0
  94. package/lib/index.js +3 -1
  95. package/lib/index.js.map +2 -2
  96. package/lib/renderers/Action.d.ts +1 -1
  97. package/lib/renderers/Action.js +26 -10
  98. package/lib/renderers/Action.js.map +2 -2
  99. package/lib/renderers/Custom.d.ts +1 -1
  100. package/lib/renderers/Custom.js +1 -1
  101. package/lib/renderers/Custom.js.map +1 -1
  102. package/lib/renderers/Form/DiffEditor.d.ts +6 -0
  103. package/lib/renderers/Form/Editor.d.ts +6 -0
  104. package/lib/renderers/Form/Options.js +9 -7
  105. package/lib/renderers/Form/Options.js.map +2 -2
  106. package/lib/renderers/Form/Select.js +3 -3
  107. package/lib/renderers/Form/Select.js.map +2 -2
  108. package/lib/renderers/Form/index.js +8 -1
  109. package/lib/renderers/Form/index.js.map +2 -2
  110. package/lib/renderers/Link.d.ts +1 -1
  111. package/lib/renderers/Link.js +27 -6
  112. package/lib/renderers/Link.js.map +2 -2
  113. package/lib/renderers/Nav.d.ts +21 -21
  114. package/lib/renderers/Remark.d.ts +1 -1
  115. package/lib/store/formItem.js +1 -1
  116. package/lib/store/formItem.js.map +2 -2
  117. package/lib/themes/ang-ie11.css +180 -1
  118. package/lib/themes/ang.css +180 -1
  119. package/lib/themes/ang.css.map +1 -1
  120. package/lib/themes/antd-ie11.css +184 -2
  121. package/lib/themes/antd.css +184 -2
  122. package/lib/themes/antd.css.map +1 -1
  123. package/lib/themes/cxd-ie11.css +182 -8
  124. package/lib/themes/cxd.css +182 -8
  125. package/lib/themes/cxd.css.map +1 -1
  126. package/lib/themes/dark-ie11.css +182 -1
  127. package/lib/themes/dark.css +182 -1
  128. package/lib/themes/dark.css.map +1 -1
  129. package/lib/themes/default.css +182 -8
  130. package/lib/themes/default.css.map +1 -1
  131. package/lib/utils/api.js +14 -3
  132. package/lib/utils/api.js.map +2 -2
  133. package/lib/utils/debug.d.ts +26 -0
  134. package/lib/utils/debug.js +351 -0
  135. package/lib/utils/debug.js.map +13 -0
  136. package/lib/utils/renderer-event.d.ts +38 -0
  137. package/lib/utils/renderer-event.js +28 -0
  138. package/lib/utils/renderer-event.js.map +13 -0
  139. package/package.json +1 -1
  140. package/scss/_properties.scss +2 -0
  141. package/scss/_variables.scss +1 -0
  142. package/scss/components/_calendar.scss +4 -0
  143. package/scss/components/_debug.scss +167 -0
  144. package/scss/components/_popup.scss +1 -1
  145. package/scss/components/form/_date-range.scss +33 -0
  146. package/scss/components/form/_form.scss +2 -0
  147. package/scss/themes/_antd-variables.scss +4 -1
  148. package/scss/themes/_common.scss +2 -0
  149. package/scss/themes/_cxd-variables.scss +2 -0
  150. package/scss/themes/_dark-variables.scss +3 -0
  151. package/scss/themes/cxd.scss +0 -7
  152. package/sdk/ang-ie11.css +211 -1
  153. package/sdk/ang.css +213 -1
  154. package/sdk/antd-ie11.css +213 -2
  155. package/sdk/antd.css +217 -2
  156. package/sdk/charts.js +16 -16
  157. package/sdk/codemirror.js +7 -7
  158. package/sdk/color-picker.js +65 -65
  159. package/sdk/cropperjs.js +2 -2
  160. package/sdk/cxd-ie11.css +211 -8
  161. package/sdk/cxd.css +215 -8
  162. package/sdk/dark-ie11.css +211 -1
  163. package/sdk/dark.css +215 -1
  164. package/sdk/exceljs.js +1 -1
  165. package/sdk/helper.css.map +1 -1
  166. package/sdk/markdown.js +69 -69
  167. package/sdk/papaparse.js +1 -1
  168. package/sdk/renderers/Form/CityDB.js +1 -1
  169. package/sdk/rest.js +18 -18
  170. package/sdk/rich-text.js +62 -62
  171. package/sdk/sdk-ie11.css +211 -8
  172. package/sdk/sdk.css +215 -8
  173. package/sdk/sdk.js +1293 -1257
  174. package/sdk/thirds/hls.js/hls.js +1 -1
  175. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  176. package/sdk/tinymce.js +57 -57
  177. package/src/RootRenderer.tsx +27 -1
  178. package/src/SchemaRenderer.tsx +70 -4
  179. package/src/Scoped.tsx +46 -4
  180. package/src/actions/Action.ts +138 -0
  181. package/src/actions/AjaxAction.ts +58 -0
  182. package/src/actions/BreakAction.ts +27 -0
  183. package/src/actions/BroadcastAction.ts +41 -0
  184. package/src/actions/CmptAction.ts +36 -0
  185. package/src/actions/ContinueAction.ts +27 -0
  186. package/src/actions/CopyAction.ts +41 -0
  187. package/src/actions/CustomAction.ts +46 -0
  188. package/src/actions/DialogAction.ts +28 -0
  189. package/src/actions/DrawerAction.ts +28 -0
  190. package/src/actions/EmailAction.ts +38 -0
  191. package/src/actions/LoopAction.ts +77 -0
  192. package/src/actions/OpenPageAction.ts +39 -0
  193. package/src/actions/ParallelAction.ts +26 -0
  194. package/src/actions/SwitchAction.ts +35 -0
  195. package/src/actions/index.ts +20 -0
  196. package/src/components/CalendarMobile.tsx +127 -32
  197. package/src/components/DatePicker.tsx +32 -2
  198. package/src/components/DateRangePicker.tsx +2 -1
  199. package/src/components/MonthRangePicker.tsx +2 -1
  200. package/src/components/Select.tsx +4 -3
  201. package/src/components/Timeline.tsx +9 -4
  202. package/src/components/TimelineItem.tsx +62 -29
  203. package/src/components/formula/plugin.ts +0 -2
  204. package/src/env.tsx +22 -0
  205. package/src/factory.tsx +87 -1
  206. package/src/index.tsx +4 -0
  207. package/src/renderers/Action.tsx +11 -2
  208. package/src/renderers/Custom.tsx +1 -1
  209. package/src/renderers/Form/Options.tsx +15 -7
  210. package/src/renderers/Form/Select.tsx +7 -3
  211. package/src/renderers/Form/index.tsx +7 -1
  212. package/src/renderers/Link.tsx +18 -3
  213. package/src/store/formItem.ts +1 -1
  214. package/src/utils/api.ts +15 -2
  215. package/src/utils/debug.tsx +438 -0
  216. package/src/utils/renderer-event.ts +75 -0
@@ -163,7 +163,7 @@ export declare class TreeSelector extends React.Component<TreeSelectorProps, Tre
163
163
  render(): JSX.Element;
164
164
  }
165
165
  declare const _default: {
166
- new (props: (Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
166
+ new (props: (Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
167
167
  showIcon: boolean;
168
168
  showOutline: boolean;
169
169
  initiallyOpen: boolean;
@@ -197,7 +197,7 @@ declare const _default: {
197
197
  }, never>> & {
198
198
  locale?: string | undefined;
199
199
  translate?: ((str: string, ...args: any[]) => string) | undefined;
200
- }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
200
+ }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
201
201
  showIcon: boolean;
202
202
  showOutline: boolean;
203
203
  initiallyOpen: boolean;
@@ -234,7 +234,7 @@ declare const _default: {
234
234
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
235
235
  render(): JSX.Element;
236
236
  context: any;
237
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
237
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
238
238
  showIcon: boolean;
239
239
  showOutline: boolean;
240
240
  initiallyOpen: boolean;
@@ -270,7 +270,7 @@ declare const _default: {
270
270
  translate?: ((str: string, ...args: any[]) => string) | undefined;
271
271
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
272
272
  forceUpdate(callback?: (() => void) | undefined): void;
273
- readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
273
+ readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
274
274
  showIcon: boolean;
275
275
  showOutline: boolean;
276
276
  initiallyOpen: boolean;
@@ -312,7 +312,7 @@ declare const _default: {
312
312
  [key: string]: React.ReactInstance;
313
313
  };
314
314
  componentDidMount?(): void;
315
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
315
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
316
316
  showIcon: boolean;
317
317
  showOutline: boolean;
318
318
  initiallyOpen: boolean;
@@ -349,7 +349,7 @@ declare const _default: {
349
349
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
350
350
  componentWillUnmount?(): void;
351
351
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
352
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
352
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
353
353
  showIcon: boolean;
354
354
  showOutline: boolean;
355
355
  initiallyOpen: boolean;
@@ -384,7 +384,7 @@ declare const _default: {
384
384
  locale?: string | undefined;
385
385
  translate?: ((str: string, ...args: any[]) => string) | undefined;
386
386
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
387
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
387
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
388
388
  showIcon: boolean;
389
389
  showOutline: boolean;
390
390
  initiallyOpen: boolean;
@@ -421,7 +421,7 @@ declare const _default: {
421
421
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
422
422
  componentWillMount?(): void;
423
423
  UNSAFE_componentWillMount?(): void;
424
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
424
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
425
425
  showIcon: boolean;
426
426
  showOutline: boolean;
427
427
  initiallyOpen: boolean;
@@ -456,7 +456,7 @@ declare const _default: {
456
456
  locale?: string | undefined;
457
457
  translate?: ((str: string, ...args: any[]) => string) | undefined;
458
458
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
459
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
459
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
460
460
  showIcon: boolean;
461
461
  showOutline: boolean;
462
462
  initiallyOpen: boolean;
@@ -491,7 +491,7 @@ declare const _default: {
491
491
  locale?: string | undefined;
492
492
  translate?: ((str: string, ...args: any[]) => string) | undefined;
493
493
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
494
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
494
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
495
495
  showIcon: boolean;
496
496
  showOutline: boolean;
497
497
  initiallyOpen: boolean;
@@ -526,7 +526,7 @@ declare const _default: {
526
526
  locale?: string | undefined;
527
527
  translate?: ((str: string, ...args: any[]) => string) | undefined;
528
528
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
529
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
529
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
530
530
  showIcon: boolean;
531
531
  showOutline: boolean;
532
532
  initiallyOpen: boolean;
@@ -562,7 +562,7 @@ declare const _default: {
562
562
  translate?: ((str: string, ...args: any[]) => string) | undefined;
563
563
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
564
564
  };
565
- new (props: Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
565
+ new (props: Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
566
566
  showIcon: boolean;
567
567
  showOutline: boolean;
568
568
  initiallyOpen: boolean;
@@ -599,7 +599,7 @@ declare const _default: {
599
599
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
600
600
  render(): JSX.Element;
601
601
  context: any;
602
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
602
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
603
603
  showIcon: boolean;
604
604
  showOutline: boolean;
605
605
  initiallyOpen: boolean;
@@ -635,7 +635,7 @@ declare const _default: {
635
635
  translate?: ((str: string, ...args: any[]) => string) | undefined;
636
636
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
637
637
  forceUpdate(callback?: (() => void) | undefined): void;
638
- readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
638
+ readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
639
639
  showIcon: boolean;
640
640
  showOutline: boolean;
641
641
  initiallyOpen: boolean;
@@ -677,7 +677,7 @@ declare const _default: {
677
677
  [key: string]: React.ReactInstance;
678
678
  };
679
679
  componentDidMount?(): void;
680
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
680
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
681
681
  showIcon: boolean;
682
682
  showOutline: boolean;
683
683
  initiallyOpen: boolean;
@@ -714,7 +714,7 @@ declare const _default: {
714
714
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
715
715
  componentWillUnmount?(): void;
716
716
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
717
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
717
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
718
718
  showIcon: boolean;
719
719
  showOutline: boolean;
720
720
  initiallyOpen: boolean;
@@ -749,7 +749,7 @@ declare const _default: {
749
749
  locale?: string | undefined;
750
750
  translate?: ((str: string, ...args: any[]) => string) | undefined;
751
751
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
752
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
752
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
753
753
  showIcon: boolean;
754
754
  showOutline: boolean;
755
755
  initiallyOpen: boolean;
@@ -786,7 +786,7 @@ declare const _default: {
786
786
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
787
787
  componentWillMount?(): void;
788
788
  UNSAFE_componentWillMount?(): void;
789
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
789
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
790
790
  showIcon: boolean;
791
791
  showOutline: boolean;
792
792
  initiallyOpen: boolean;
@@ -821,7 +821,7 @@ declare const _default: {
821
821
  locale?: string | undefined;
822
822
  translate?: ((str: string, ...args: any[]) => string) | undefined;
823
823
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
824
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
824
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
825
825
  showIcon: boolean;
826
826
  showOutline: boolean;
827
827
  initiallyOpen: boolean;
@@ -856,7 +856,7 @@ declare const _default: {
856
856
  locale?: string | undefined;
857
857
  translate?: ((str: string, ...args: any[]) => string) | undefined;
858
858
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
859
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
859
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
860
860
  showIcon: boolean;
861
861
  showOutline: boolean;
862
862
  initiallyOpen: boolean;
@@ -891,7 +891,7 @@ declare const _default: {
891
891
  locale?: string | undefined;
892
892
  translate?: ((str: string, ...args: any[]) => string) | undefined;
893
893
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
894
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
894
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
895
895
  showIcon: boolean;
896
896
  showOutline: boolean;
897
897
  initiallyOpen: boolean;
@@ -930,7 +930,7 @@ declare const _default: {
930
930
  displayName: string;
931
931
  contextType: React.Context<string>;
932
932
  ComposedComponent: React.ComponentType<{
933
- new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
933
+ new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
934
934
  showIcon: boolean;
935
935
  showOutline: boolean;
936
936
  initiallyOpen: boolean;
@@ -964,7 +964,7 @@ declare const _default: {
964
964
  }, never>> & {
965
965
  locale?: string | undefined;
966
966
  translate?: ((str: string, ...args: any[]) => string) | undefined;
967
- }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
967
+ }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
968
968
  showIcon: boolean;
969
969
  showOutline: boolean;
970
970
  initiallyOpen: boolean;
@@ -1001,7 +1001,7 @@ declare const _default: {
1001
1001
  }>): {
1002
1002
  render(): JSX.Element;
1003
1003
  context: any;
1004
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1004
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1005
1005
  showIcon: boolean;
1006
1006
  showOutline: boolean;
1007
1007
  initiallyOpen: boolean;
@@ -1037,7 +1037,7 @@ declare const _default: {
1037
1037
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1038
1038
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1039
1039
  forceUpdate(callback?: (() => void) | undefined): void;
1040
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1040
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1041
1041
  showIcon: boolean;
1042
1042
  showOutline: boolean;
1043
1043
  initiallyOpen: boolean;
@@ -1079,7 +1079,7 @@ declare const _default: {
1079
1079
  [key: string]: React.ReactInstance;
1080
1080
  };
1081
1081
  componentDidMount?(): void;
1082
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1082
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1083
1083
  showIcon: boolean;
1084
1084
  showOutline: boolean;
1085
1085
  initiallyOpen: boolean;
@@ -1116,7 +1116,7 @@ declare const _default: {
1116
1116
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1117
1117
  componentWillUnmount?(): void;
1118
1118
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1119
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1119
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1120
1120
  showIcon: boolean;
1121
1121
  showOutline: boolean;
1122
1122
  initiallyOpen: boolean;
@@ -1151,7 +1151,7 @@ declare const _default: {
1151
1151
  locale?: string | undefined;
1152
1152
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1153
1153
  }>, prevState: Readonly<{}>): any;
1154
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1154
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1155
1155
  showIcon: boolean;
1156
1156
  showOutline: boolean;
1157
1157
  initiallyOpen: boolean;
@@ -1188,7 +1188,7 @@ declare const _default: {
1188
1188
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1189
1189
  componentWillMount?(): void;
1190
1190
  UNSAFE_componentWillMount?(): void;
1191
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1191
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1192
1192
  showIcon: boolean;
1193
1193
  showOutline: boolean;
1194
1194
  initiallyOpen: boolean;
@@ -1223,7 +1223,7 @@ declare const _default: {
1223
1223
  locale?: string | undefined;
1224
1224
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1225
1225
  }>, nextContext: any): void;
1226
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1226
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1227
1227
  showIcon: boolean;
1228
1228
  showOutline: boolean;
1229
1229
  initiallyOpen: boolean;
@@ -1258,7 +1258,7 @@ declare const _default: {
1258
1258
  locale?: string | undefined;
1259
1259
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1260
1260
  }>, nextContext: any): void;
1261
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1261
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1262
1262
  showIcon: boolean;
1263
1263
  showOutline: boolean;
1264
1264
  initiallyOpen: boolean;
@@ -1293,7 +1293,7 @@ declare const _default: {
1293
1293
  locale?: string | undefined;
1294
1294
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1295
1295
  }>, nextState: Readonly<{}>, nextContext: any): void;
1296
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1296
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1297
1297
  showIcon: boolean;
1298
1298
  showOutline: boolean;
1299
1299
  initiallyOpen: boolean;
@@ -1329,7 +1329,7 @@ declare const _default: {
1329
1329
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1330
1330
  }>, nextState: Readonly<{}>, nextContext: any): void;
1331
1331
  };
1332
- new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1332
+ new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1333
1333
  showIcon: boolean;
1334
1334
  showOutline: boolean;
1335
1335
  initiallyOpen: boolean;
@@ -1366,7 +1366,7 @@ declare const _default: {
1366
1366
  }, context: any): {
1367
1367
  render(): JSX.Element;
1368
1368
  context: any;
1369
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1369
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1370
1370
  showIcon: boolean;
1371
1371
  showOutline: boolean;
1372
1372
  initiallyOpen: boolean;
@@ -1402,7 +1402,7 @@ declare const _default: {
1402
1402
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1403
1403
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1404
1404
  forceUpdate(callback?: (() => void) | undefined): void;
1405
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1405
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1406
1406
  showIcon: boolean;
1407
1407
  showOutline: boolean;
1408
1408
  initiallyOpen: boolean;
@@ -1444,7 +1444,7 @@ declare const _default: {
1444
1444
  [key: string]: React.ReactInstance;
1445
1445
  };
1446
1446
  componentDidMount?(): void;
1447
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1447
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1448
1448
  showIcon: boolean;
1449
1449
  showOutline: boolean;
1450
1450
  initiallyOpen: boolean;
@@ -1481,7 +1481,7 @@ declare const _default: {
1481
1481
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1482
1482
  componentWillUnmount?(): void;
1483
1483
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1484
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1484
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1485
1485
  showIcon: boolean;
1486
1486
  showOutline: boolean;
1487
1487
  initiallyOpen: boolean;
@@ -1516,7 +1516,7 @@ declare const _default: {
1516
1516
  locale?: string | undefined;
1517
1517
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1518
1518
  }>, prevState: Readonly<{}>): any;
1519
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1519
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1520
1520
  showIcon: boolean;
1521
1521
  showOutline: boolean;
1522
1522
  initiallyOpen: boolean;
@@ -1553,7 +1553,7 @@ declare const _default: {
1553
1553
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1554
1554
  componentWillMount?(): void;
1555
1555
  UNSAFE_componentWillMount?(): void;
1556
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1556
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1557
1557
  showIcon: boolean;
1558
1558
  showOutline: boolean;
1559
1559
  initiallyOpen: boolean;
@@ -1588,7 +1588,7 @@ declare const _default: {
1588
1588
  locale?: string | undefined;
1589
1589
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1590
1590
  }>, nextContext: any): void;
1591
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1591
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1592
1592
  showIcon: boolean;
1593
1593
  showOutline: boolean;
1594
1594
  initiallyOpen: boolean;
@@ -1623,7 +1623,7 @@ declare const _default: {
1623
1623
  locale?: string | undefined;
1624
1624
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1625
1625
  }>, nextContext: any): void;
1626
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1626
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1627
1627
  showIcon: boolean;
1628
1628
  showOutline: boolean;
1629
1629
  initiallyOpen: boolean;
@@ -1658,7 +1658,7 @@ declare const _default: {
1658
1658
  locale?: string | undefined;
1659
1659
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1660
1660
  }>, nextState: Readonly<{}>, nextContext: any): void;
1661
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1661
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1662
1662
  showIcon: boolean;
1663
1663
  showOutline: boolean;
1664
1664
  initiallyOpen: boolean;
@@ -1701,7 +1701,7 @@ declare const _default: {
1701
1701
  ComposedComponent: typeof TreeSelector;
1702
1702
  }>;
1703
1703
  } & import("hoist-non-react-statics").NonReactStatics<{
1704
- new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1704
+ new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1705
1705
  showIcon: boolean;
1706
1706
  showOutline: boolean;
1707
1707
  initiallyOpen: boolean;
@@ -1735,7 +1735,7 @@ declare const _default: {
1735
1735
  }, never>> & {
1736
1736
  locale?: string | undefined;
1737
1737
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1738
- }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1738
+ }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1739
1739
  showIcon: boolean;
1740
1740
  showOutline: boolean;
1741
1741
  initiallyOpen: boolean;
@@ -1772,7 +1772,7 @@ declare const _default: {
1772
1772
  }>): {
1773
1773
  render(): JSX.Element;
1774
1774
  context: any;
1775
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1775
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1776
1776
  showIcon: boolean;
1777
1777
  showOutline: boolean;
1778
1778
  initiallyOpen: boolean;
@@ -1808,7 +1808,7 @@ declare const _default: {
1808
1808
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1809
1809
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1810
1810
  forceUpdate(callback?: (() => void) | undefined): void;
1811
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1811
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1812
1812
  showIcon: boolean;
1813
1813
  showOutline: boolean;
1814
1814
  initiallyOpen: boolean;
@@ -1850,7 +1850,7 @@ declare const _default: {
1850
1850
  [key: string]: React.ReactInstance;
1851
1851
  };
1852
1852
  componentDidMount?(): void;
1853
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1853
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1854
1854
  showIcon: boolean;
1855
1855
  showOutline: boolean;
1856
1856
  initiallyOpen: boolean;
@@ -1887,7 +1887,7 @@ declare const _default: {
1887
1887
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1888
1888
  componentWillUnmount?(): void;
1889
1889
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1890
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1890
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1891
1891
  showIcon: boolean;
1892
1892
  showOutline: boolean;
1893
1893
  initiallyOpen: boolean;
@@ -1922,7 +1922,7 @@ declare const _default: {
1922
1922
  locale?: string | undefined;
1923
1923
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1924
1924
  }>, prevState: Readonly<{}>): any;
1925
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1925
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1926
1926
  showIcon: boolean;
1927
1927
  showOutline: boolean;
1928
1928
  initiallyOpen: boolean;
@@ -1959,7 +1959,7 @@ declare const _default: {
1959
1959
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1960
1960
  componentWillMount?(): void;
1961
1961
  UNSAFE_componentWillMount?(): void;
1962
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1962
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1963
1963
  showIcon: boolean;
1964
1964
  showOutline: boolean;
1965
1965
  initiallyOpen: boolean;
@@ -1994,7 +1994,7 @@ declare const _default: {
1994
1994
  locale?: string | undefined;
1995
1995
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1996
1996
  }>, nextContext: any): void;
1997
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1997
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
1998
1998
  showIcon: boolean;
1999
1999
  showOutline: boolean;
2000
2000
  initiallyOpen: boolean;
@@ -2029,7 +2029,7 @@ declare const _default: {
2029
2029
  locale?: string | undefined;
2030
2030
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2031
2031
  }>, nextContext: any): void;
2032
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2032
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2033
2033
  showIcon: boolean;
2034
2034
  showOutline: boolean;
2035
2035
  initiallyOpen: boolean;
@@ -2064,7 +2064,7 @@ declare const _default: {
2064
2064
  locale?: string | undefined;
2065
2065
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2066
2066
  }>, nextState: Readonly<{}>, nextContext: any): void;
2067
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2067
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2068
2068
  showIcon: boolean;
2069
2069
  showOutline: boolean;
2070
2070
  initiallyOpen: boolean;
@@ -2100,7 +2100,7 @@ declare const _default: {
2100
2100
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2101
2101
  }>, nextState: Readonly<{}>, nextContext: any): void;
2102
2102
  };
2103
- new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2103
+ new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2104
2104
  showIcon: boolean;
2105
2105
  showOutline: boolean;
2106
2106
  initiallyOpen: boolean;
@@ -2137,7 +2137,7 @@ declare const _default: {
2137
2137
  }, context: any): {
2138
2138
  render(): JSX.Element;
2139
2139
  context: any;
2140
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2140
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2141
2141
  showIcon: boolean;
2142
2142
  showOutline: boolean;
2143
2143
  initiallyOpen: boolean;
@@ -2173,7 +2173,7 @@ declare const _default: {
2173
2173
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2174
2174
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
2175
2175
  forceUpdate(callback?: (() => void) | undefined): void;
2176
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2176
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2177
2177
  showIcon: boolean;
2178
2178
  showOutline: boolean;
2179
2179
  initiallyOpen: boolean;
@@ -2215,7 +2215,7 @@ declare const _default: {
2215
2215
  [key: string]: React.ReactInstance;
2216
2216
  };
2217
2217
  componentDidMount?(): void;
2218
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2218
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2219
2219
  showIcon: boolean;
2220
2220
  showOutline: boolean;
2221
2221
  initiallyOpen: boolean;
@@ -2252,7 +2252,7 @@ declare const _default: {
2252
2252
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
2253
2253
  componentWillUnmount?(): void;
2254
2254
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
2255
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2255
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2256
2256
  showIcon: boolean;
2257
2257
  showOutline: boolean;
2258
2258
  initiallyOpen: boolean;
@@ -2287,7 +2287,7 @@ declare const _default: {
2287
2287
  locale?: string | undefined;
2288
2288
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2289
2289
  }>, prevState: Readonly<{}>): any;
2290
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2290
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2291
2291
  showIcon: boolean;
2292
2292
  showOutline: boolean;
2293
2293
  initiallyOpen: boolean;
@@ -2324,7 +2324,7 @@ declare const _default: {
2324
2324
  }>, prevState: Readonly<{}>, snapshot?: any): void;
2325
2325
  componentWillMount?(): void;
2326
2326
  UNSAFE_componentWillMount?(): void;
2327
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2327
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2328
2328
  showIcon: boolean;
2329
2329
  showOutline: boolean;
2330
2330
  initiallyOpen: boolean;
@@ -2359,7 +2359,7 @@ declare const _default: {
2359
2359
  locale?: string | undefined;
2360
2360
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2361
2361
  }>, nextContext: any): void;
2362
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2362
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2363
2363
  showIcon: boolean;
2364
2364
  showOutline: boolean;
2365
2365
  initiallyOpen: boolean;
@@ -2394,7 +2394,7 @@ declare const _default: {
2394
2394
  locale?: string | undefined;
2395
2395
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2396
2396
  }>, nextContext: any): void;
2397
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2397
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2398
2398
  showIcon: boolean;
2399
2399
  showOutline: boolean;
2400
2400
  initiallyOpen: boolean;
@@ -2429,7 +2429,7 @@ declare const _default: {
2429
2429
  locale?: string | undefined;
2430
2430
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2431
2431
  }>, nextState: Readonly<{}>, nextContext: any): void;
2432
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2432
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2433
2433
  showIcon: boolean;
2434
2434
  showOutline: boolean;
2435
2435
  initiallyOpen: boolean;
@@ -2472,7 +2472,7 @@ declare const _default: {
2472
2472
  ComposedComponent: typeof TreeSelector;
2473
2473
  }, {}> & {
2474
2474
  ComposedComponent: {
2475
- new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2475
+ new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2476
2476
  showIcon: boolean;
2477
2477
  showOutline: boolean;
2478
2478
  initiallyOpen: boolean;
@@ -2506,7 +2506,7 @@ declare const _default: {
2506
2506
  }, never>> & {
2507
2507
  locale?: string | undefined;
2508
2508
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2509
- }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2509
+ }) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2510
2510
  showIcon: boolean;
2511
2511
  showOutline: boolean;
2512
2512
  initiallyOpen: boolean;
@@ -2543,7 +2543,7 @@ declare const _default: {
2543
2543
  }>): {
2544
2544
  render(): JSX.Element;
2545
2545
  context: any;
2546
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2546
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2547
2547
  showIcon: boolean;
2548
2548
  showOutline: boolean;
2549
2549
  initiallyOpen: boolean;
@@ -2579,7 +2579,7 @@ declare const _default: {
2579
2579
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2580
2580
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
2581
2581
  forceUpdate(callback?: (() => void) | undefined): void;
2582
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2582
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2583
2583
  showIcon: boolean;
2584
2584
  showOutline: boolean;
2585
2585
  initiallyOpen: boolean;
@@ -2621,7 +2621,7 @@ declare const _default: {
2621
2621
  [key: string]: React.ReactInstance;
2622
2622
  };
2623
2623
  componentDidMount?(): void;
2624
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2624
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2625
2625
  showIcon: boolean;
2626
2626
  showOutline: boolean;
2627
2627
  initiallyOpen: boolean;
@@ -2658,7 +2658,7 @@ declare const _default: {
2658
2658
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
2659
2659
  componentWillUnmount?(): void;
2660
2660
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
2661
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2661
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2662
2662
  showIcon: boolean;
2663
2663
  showOutline: boolean;
2664
2664
  initiallyOpen: boolean;
@@ -2693,7 +2693,7 @@ declare const _default: {
2693
2693
  locale?: string | undefined;
2694
2694
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2695
2695
  }>, prevState: Readonly<{}>): any;
2696
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2696
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2697
2697
  showIcon: boolean;
2698
2698
  showOutline: boolean;
2699
2699
  initiallyOpen: boolean;
@@ -2730,7 +2730,7 @@ declare const _default: {
2730
2730
  }>, prevState: Readonly<{}>, snapshot?: any): void;
2731
2731
  componentWillMount?(): void;
2732
2732
  UNSAFE_componentWillMount?(): void;
2733
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2733
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "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;
@@ -2765,7 +2765,7 @@ declare const _default: {
2765
2765
  locale?: string | undefined;
2766
2766
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2767
2767
  }>, nextContext: any): void;
2768
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2768
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2769
2769
  showIcon: boolean;
2770
2770
  showOutline: boolean;
2771
2771
  initiallyOpen: boolean;
@@ -2800,7 +2800,7 @@ declare const _default: {
2800
2800
  locale?: string | undefined;
2801
2801
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2802
2802
  }>, nextContext: any): void;
2803
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2803
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2804
2804
  showIcon: boolean;
2805
2805
  showOutline: boolean;
2806
2806
  initiallyOpen: boolean;
@@ -2835,7 +2835,7 @@ declare const _default: {
2835
2835
  locale?: string | undefined;
2836
2836
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2837
2837
  }>, nextState: Readonly<{}>, nextContext: any): void;
2838
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2838
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2839
2839
  showIcon: boolean;
2840
2840
  showOutline: boolean;
2841
2841
  initiallyOpen: boolean;
@@ -2871,7 +2871,7 @@ declare const _default: {
2871
2871
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2872
2872
  }>, nextState: Readonly<{}>, nextContext: any): void;
2873
2873
  };
2874
- new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2874
+ new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2875
2875
  showIcon: boolean;
2876
2876
  showOutline: boolean;
2877
2877
  initiallyOpen: boolean;
@@ -2908,7 +2908,7 @@ declare const _default: {
2908
2908
  }, context: any): {
2909
2909
  render(): JSX.Element;
2910
2910
  context: any;
2911
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2911
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2912
2912
  showIcon: boolean;
2913
2913
  showOutline: boolean;
2914
2914
  initiallyOpen: boolean;
@@ -2944,7 +2944,7 @@ declare const _default: {
2944
2944
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2945
2945
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
2946
2946
  forceUpdate(callback?: (() => void) | undefined): void;
2947
- readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2947
+ readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2948
2948
  showIcon: boolean;
2949
2949
  showOutline: boolean;
2950
2950
  initiallyOpen: boolean;
@@ -2986,7 +2986,7 @@ declare const _default: {
2986
2986
  [key: string]: React.ReactInstance;
2987
2987
  };
2988
2988
  componentDidMount?(): void;
2989
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2989
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
2990
2990
  showIcon: boolean;
2991
2991
  showOutline: boolean;
2992
2992
  initiallyOpen: boolean;
@@ -3023,7 +3023,7 @@ declare const _default: {
3023
3023
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
3024
3024
  componentWillUnmount?(): void;
3025
3025
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
3026
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3026
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3027
3027
  showIcon: boolean;
3028
3028
  showOutline: boolean;
3029
3029
  initiallyOpen: boolean;
@@ -3058,7 +3058,7 @@ declare const _default: {
3058
3058
  locale?: string | undefined;
3059
3059
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3060
3060
  }>, prevState: Readonly<{}>): any;
3061
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3061
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3062
3062
  showIcon: boolean;
3063
3063
  showOutline: boolean;
3064
3064
  initiallyOpen: boolean;
@@ -3095,7 +3095,7 @@ declare const _default: {
3095
3095
  }>, prevState: Readonly<{}>, snapshot?: any): void;
3096
3096
  componentWillMount?(): void;
3097
3097
  UNSAFE_componentWillMount?(): void;
3098
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3098
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3099
3099
  showIcon: boolean;
3100
3100
  showOutline: boolean;
3101
3101
  initiallyOpen: boolean;
@@ -3130,7 +3130,7 @@ declare const _default: {
3130
3130
  locale?: string | undefined;
3131
3131
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3132
3132
  }>, nextContext: any): void;
3133
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3133
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3134
3134
  showIcon: boolean;
3135
3135
  showOutline: boolean;
3136
3136
  initiallyOpen: boolean;
@@ -3165,7 +3165,7 @@ declare const _default: {
3165
3165
  locale?: string | undefined;
3166
3166
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3167
3167
  }>, nextContext: any): void;
3168
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3168
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3169
3169
  showIcon: boolean;
3170
3170
  showOutline: boolean;
3171
3171
  initiallyOpen: boolean;
@@ -3200,7 +3200,7 @@ declare const _default: {
3200
3200
  locale?: string | undefined;
3201
3201
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3202
3202
  }>, nextState: Readonly<{}>, nextContext: any): void;
3203
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "rootCreatable" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3203
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "draggable" | "placeholder" | "onChange" | "onDeferLoad" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "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" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
3204
3204
  showIcon: boolean;
3205
3205
  showOutline: boolean;
3206
3206
  initiallyOpen: boolean;