amis 1.8.0-beta.5 → 1.8.0-beta.9
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.
- package/lib/Schema.d.ts +9 -2
- package/lib/Schema.js.map +1 -1
- package/lib/actions/PageAction.d.ts +32 -0
- package/lib/actions/PageAction.js +72 -0
- package/lib/actions/PageAction.js.map +13 -0
- package/lib/actions/index.d.ts +1 -0
- package/lib/actions/index.js +1 -0
- package/lib/actions/index.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +84 -84
- package/lib/components/Cascader.d.ts +2 -0
- package/lib/components/Cascader.js +28 -12
- package/lib/components/Cascader.js.map +2 -2
- package/lib/components/Checkbox.js +2 -2
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/Collapse.d.ts +20 -20
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +5 -5
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- package/lib/components/Overlay.d.ts +1 -0
- package/lib/components/Overlay.js +4 -3
- package/lib/components/Overlay.js.map +2 -2
- package/lib/components/PullRefresh.d.ts +86 -0
- package/lib/components/PullRefresh.js +135 -0
- package/lib/components/PullRefresh.js.map +13 -0
- package/lib/components/Spinner.d.ts +200 -107
- package/lib/components/Spinner.js +30 -26
- package/lib/components/Spinner.js.map +2 -2
- package/lib/components/Tooltip.d.ts +4 -0
- package/lib/components/Tooltip.js +6 -4
- package/lib/components/Tooltip.js.map +2 -2
- package/lib/components/TooltipWrapper.d.ts +60 -4
- package/lib/components/TooltipWrapper.js +27 -8
- package/lib/components/TooltipWrapper.js.map +2 -2
- package/lib/components/Transfer.d.ts +84 -84
- package/lib/components/TransferDropDown.d.ts +84 -84
- package/lib/components/Tree.d.ts +87 -85
- package/lib/components/Tree.js +13 -5
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/TreeSelection.d.ts +84 -84
- package/lib/components/calendar/TimeView.d.ts +1 -0
- package/lib/components/calendar/TimeView.js +7 -0
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/condition-builder/Expression.d.ts +1 -0
- package/lib/components/condition-builder/Expression.js +4 -4
- package/lib/components/condition-builder/Expression.js.map +2 -2
- package/lib/components/condition-builder/Field.d.ts +1 -0
- package/lib/components/condition-builder/Field.js +3 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Group.d.ts +1 -0
- package/lib/components/condition-builder/Group.js +2 -2
- package/lib/components/condition-builder/Group.js.map +2 -2
- package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/lib/components/condition-builder/GroupOrItem.js +2 -2
- package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.d.ts +2 -1
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.d.ts +1 -0
- package/lib/components/condition-builder/Item.js +9 -8
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/condition-builder/Value.d.ts +1 -0
- package/lib/components/condition-builder/Value.js +5 -5
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/index.d.ts +1 -0
- package/lib/components/condition-builder/index.js +2 -2
- package/lib/components/condition-builder/index.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +87 -85
- package/lib/components/formula/Editor.js +10 -6
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/Picker.js +3 -1
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +5 -1
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +5 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +5 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/CRUD.js +1 -1
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Form/Combo.d.ts +2 -1
- package/lib/renderers/Form/Combo.js +51 -14
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +1 -0
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputDate.js +10 -3
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +12 -3
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +13 -5
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +12 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +5 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputText.js +8 -4
- package/lib/renderers/Form/InputText.js.map +2 -2
- package/lib/renderers/Form/InputTree.d.ts +5 -0
- package/lib/renderers/Form/InputTree.js +51 -2
- package/lib/renderers/Form/InputTree.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +68 -70
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +4 -0
- package/lib/renderers/Form/NestedSelect.js +14 -5
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +61 -27
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.js +4 -2
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.d.ts +11 -2
- package/lib/renderers/Form/TreeSelect.js +56 -10
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +3 -3
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Nav.d.ts +82 -67
- package/lib/renderers/Nav.js +47 -11
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.d.ts +20 -0
- package/lib/renderers/Page.js +51 -14
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Service.d.ts +2 -0
- package/lib/renderers/Service.js +52 -20
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Spinner.d.ts +58 -2
- package/lib/renderers/Spinner.js +8 -1
- package/lib/renderers/Spinner.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.d.ts +4 -0
- package/lib/renderers/Table/ColumnToggler.js +11 -6
- package/lib/renderers/Table/ColumnToggler.js.map +2 -2
- package/lib/renderers/Table/TableCell.js +27 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +1 -0
- package/lib/renderers/Table/index.js +19 -11
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/TooltipWrapper.d.ts +31 -6
- package/lib/renderers/TooltipWrapper.js +18 -8
- package/lib/renderers/TooltipWrapper.js.map +2 -2
- package/lib/renderers/Wizard.js +23 -14
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/store/crud.js +23 -13
- package/lib/store/crud.js.map +2 -2
- package/lib/themes/ang-ie11.css +313 -100
- package/lib/themes/ang.css +322 -103
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +429 -216
- package/lib/themes/antd.css +323 -104
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +424 -211
- package/lib/themes/cxd.css +324 -105
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +313 -100
- package/lib/themes/dark.css +322 -103
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +424 -211
- package/lib/themes/default.css +324 -105
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +3 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/ColorScale.d.ts +19 -0
- package/lib/utils/ColorScale.js +104 -0
- package/lib/utils/ColorScale.js.map +13 -0
- package/lib/utils/api.js +20 -4
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/dom.d.ts +1 -1
- package/lib/utils/dom.js +7 -5
- package/lib/utils/dom.js.map +2 -2
- package/package.json +3 -2
- package/schema.json +29645 -29137
- package/scss/_properties.scss +33 -15
- package/scss/components/_column-toggler.scss +21 -11
- package/scss/components/_formula.scss +1 -1
- package/scss/components/_nav.scss +51 -6
- package/scss/components/_pull-refresh.scss +25 -0
- package/scss/components/_spinner.scss +134 -56
- package/scss/components/_tooltip.scss +4 -9
- package/scss/components/form/_checks.scss +1 -0
- package/scss/components/form/_combo.scss +13 -1
- package/scss/components/form/_date-range.scss +11 -2
- package/scss/components/form/_date.scss +11 -0
- package/scss/components/form/_file.scss +4 -0
- package/scss/components/form/_form.scss +15 -8
- package/scss/components/form/_transfer.scss +3 -2
- package/scss/themes/_antd-variables.scss +1 -1
- package/scss/themes/_common.scss +1 -0
- package/scss/themes/_cxd-variables.scss +2 -2
- package/sdk/ang-ie11.css +286 -80
- package/sdk/ang.css +294 -82
- package/sdk/antd-ie11.css +402 -196
- package/sdk/antd.css +295 -83
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +397 -191
- package/sdk/cxd.css +296 -84
- package/sdk/dark-ie11.css +286 -80
- package/sdk/dark.css +294 -82
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +5 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +17 -17
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +397 -191
- package/sdk/sdk.css +296 -84
- package/sdk/sdk.js +1300 -1260
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +10 -0
- package/src/actions/PageAction.ts +62 -0
- package/src/actions/index.ts +1 -0
- package/src/components/Cascader.tsx +37 -11
- package/src/components/Checkbox.tsx +1 -1
- package/src/components/DatePicker.tsx +7 -5
- package/src/components/Drawer.tsx +1 -0
- package/src/components/Modal.tsx +1 -0
- package/src/components/Overlay.tsx +6 -3
- package/src/components/PullRefresh.tsx +197 -0
- package/src/components/Spinner.tsx +77 -42
- package/src/components/Tooltip.tsx +12 -3
- package/src/components/TooltipWrapper.tsx +120 -33
- package/src/components/Tree.tsx +19 -5
- package/src/components/calendar/TimeView.tsx +12 -0
- package/src/components/condition-builder/Expression.tsx +6 -1
- package/src/components/condition-builder/Field.tsx +5 -1
- package/src/components/condition-builder/Group.tsx +4 -1
- package/src/components/condition-builder/GroupOrItem.tsx +4 -1
- package/src/components/condition-builder/InputSwitch.tsx +4 -1
- package/src/components/condition-builder/Item.tsx +28 -4
- package/src/components/condition-builder/Value.tsx +7 -1
- package/src/components/condition-builder/index.tsx +4 -2
- package/src/components/formula/Editor.tsx +20 -15
- package/src/components/formula/Picker.tsx +9 -5
- package/src/locale/de-DE.ts +5 -1
- package/src/locale/en-US.ts +5 -1
- package/src/locale/zh-CN.ts +5 -1
- package/src/renderers/CRUD.tsx +1 -1
- package/src/renderers/Form/Combo.tsx +102 -46
- package/src/renderers/Form/InputDate.tsx +18 -4
- package/src/renderers/Form/InputDateRange.tsx +19 -2
- package/src/renderers/Form/InputFile.tsx +16 -4
- package/src/renderers/Form/InputImage.tsx +15 -3
- package/src/renderers/Form/InputMonthRange.tsx +7 -1
- package/src/renderers/Form/InputText.tsx +14 -2
- package/src/renderers/Form/InputTree.tsx +40 -2
- package/src/renderers/Form/Item.tsx +6 -0
- package/src/renderers/Form/NestedSelect.tsx +23 -4
- package/src/renderers/Form/Options.tsx +26 -7
- package/src/renderers/Form/Select.tsx +5 -3
- package/src/renderers/Form/TreeSelect.tsx +47 -9
- package/src/renderers/Form/wrapControl.tsx +2 -2
- package/src/renderers/Nav.tsx +230 -32
- package/src/renderers/Page.tsx +89 -33
- package/src/renderers/Service.tsx +62 -27
- package/src/renderers/Spinner.tsx +85 -3
- package/src/renderers/Table/ColumnToggler.tsx +36 -11
- package/src/renderers/Table/TableCell.tsx +39 -1
- package/src/renderers/Table/index.tsx +34 -21
- package/src/renderers/TooltipWrapper.tsx +64 -28
- package/src/renderers/Wizard.tsx +36 -25
- package/src/store/crud.ts +10 -0
- package/src/types.ts +4 -0
- package/src/utils/ColorScale.ts +138 -0
- package/src/utils/api.ts +26 -4
- package/src/utils/dom.tsx +7 -6
package/lib/components/Tree.d.ts
CHANGED
@@ -22,6 +22,7 @@ export interface IDropInfo {
|
|
22
22
|
}
|
23
23
|
interface TreeSelectorProps extends ThemeProps, LocaleProps {
|
24
24
|
highlightTxt?: string;
|
25
|
+
onRef: any;
|
25
26
|
showIcon?: boolean;
|
26
27
|
initiallyOpen?: boolean;
|
27
28
|
unfoldedLevel?: number;
|
@@ -30,6 +31,7 @@ interface TreeSelectorProps extends ThemeProps, LocaleProps {
|
|
30
31
|
disabled?: boolean;
|
31
32
|
withChildren?: boolean;
|
32
33
|
onlyChildren?: boolean;
|
34
|
+
onlyLeaf?: boolean;
|
33
35
|
labelField: string;
|
34
36
|
valueField: string;
|
35
37
|
iconField: string;
|
@@ -130,7 +132,7 @@ export declare class TreeSelector extends React.Component<TreeSelectorProps, Tre
|
|
130
132
|
* 展开懒加载节点的父节点
|
131
133
|
*/
|
132
134
|
expandLazyLoadNodes(): void;
|
133
|
-
syncUnFolded(props: TreeSelectorProps): WeakMap<Object, boolean>;
|
135
|
+
syncUnFolded(props: TreeSelectorProps, unfoldedLevel?: Number): WeakMap<Object, boolean>;
|
134
136
|
toggleUnfolded(node: any): void;
|
135
137
|
isUnfolded(node: any): boolean | undefined;
|
136
138
|
clearSelect(): void;
|
@@ -163,7 +165,7 @@ export declare class TreeSelector extends React.Component<TreeSelectorProps, Tre
|
|
163
165
|
render(): JSX.Element;
|
164
166
|
}
|
165
167
|
declare const _default: {
|
166
|
-
new (props: (Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
168
|
+
new (props: (Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
169
|
showIcon: boolean;
|
168
170
|
showOutline: boolean;
|
169
171
|
initiallyOpen: boolean;
|
@@ -197,7 +199,7 @@ declare const _default: {
|
|
197
199
|
}, never>> & {
|
198
200
|
locale?: string | undefined;
|
199
201
|
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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
202
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
203
|
showIcon: boolean;
|
202
204
|
showOutline: boolean;
|
203
205
|
initiallyOpen: boolean;
|
@@ -234,7 +236,7 @@ declare const _default: {
|
|
234
236
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
235
237
|
render(): JSX.Element;
|
236
238
|
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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
239
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
240
|
showIcon: boolean;
|
239
241
|
showOutline: boolean;
|
240
242
|
initiallyOpen: boolean;
|
@@ -270,7 +272,7 @@ declare const _default: {
|
|
270
272
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
271
273
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
272
274
|
forceUpdate(callback?: (() => void) | undefined): void;
|
273
|
-
readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
275
|
+
readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
276
|
showIcon: boolean;
|
275
277
|
showOutline: boolean;
|
276
278
|
initiallyOpen: boolean;
|
@@ -312,7 +314,7 @@ declare const _default: {
|
|
312
314
|
[key: string]: React.ReactInstance;
|
313
315
|
};
|
314
316
|
componentDidMount?(): void;
|
315
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
317
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
318
|
showIcon: boolean;
|
317
319
|
showOutline: boolean;
|
318
320
|
initiallyOpen: boolean;
|
@@ -349,7 +351,7 @@ declare const _default: {
|
|
349
351
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
350
352
|
componentWillUnmount?(): void;
|
351
353
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
352
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
354
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
355
|
showIcon: boolean;
|
354
356
|
showOutline: boolean;
|
355
357
|
initiallyOpen: boolean;
|
@@ -384,7 +386,7 @@ declare const _default: {
|
|
384
386
|
locale?: string | undefined;
|
385
387
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
386
388
|
}, 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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
389
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
390
|
showIcon: boolean;
|
389
391
|
showOutline: boolean;
|
390
392
|
initiallyOpen: boolean;
|
@@ -421,7 +423,7 @@ declare const _default: {
|
|
421
423
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
422
424
|
componentWillMount?(): void;
|
423
425
|
UNSAFE_componentWillMount?(): void;
|
424
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
426
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
427
|
showIcon: boolean;
|
426
428
|
showOutline: boolean;
|
427
429
|
initiallyOpen: boolean;
|
@@ -456,7 +458,7 @@ declare const _default: {
|
|
456
458
|
locale?: string | undefined;
|
457
459
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
458
460
|
}, 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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
461
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
462
|
showIcon: boolean;
|
461
463
|
showOutline: boolean;
|
462
464
|
initiallyOpen: boolean;
|
@@ -491,7 +493,7 @@ declare const _default: {
|
|
491
493
|
locale?: string | undefined;
|
492
494
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
493
495
|
}, 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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
496
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
497
|
showIcon: boolean;
|
496
498
|
showOutline: boolean;
|
497
499
|
initiallyOpen: boolean;
|
@@ -526,7 +528,7 @@ declare const _default: {
|
|
526
528
|
locale?: string | undefined;
|
527
529
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
528
530
|
}, 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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
531
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
532
|
showIcon: boolean;
|
531
533
|
showOutline: boolean;
|
532
534
|
initiallyOpen: boolean;
|
@@ -562,7 +564,7 @@ declare const _default: {
|
|
562
564
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
563
565
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
564
566
|
};
|
565
|
-
new (props: Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
567
|
+
new (props: Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
568
|
showIcon: boolean;
|
567
569
|
showOutline: boolean;
|
568
570
|
initiallyOpen: boolean;
|
@@ -599,7 +601,7 @@ declare const _default: {
|
|
599
601
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
600
602
|
render(): JSX.Element;
|
601
603
|
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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
604
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
605
|
showIcon: boolean;
|
604
606
|
showOutline: boolean;
|
605
607
|
initiallyOpen: boolean;
|
@@ -635,7 +637,7 @@ declare const _default: {
|
|
635
637
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
636
638
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
637
639
|
forceUpdate(callback?: (() => void) | undefined): void;
|
638
|
-
readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
640
|
+
readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
641
|
showIcon: boolean;
|
640
642
|
showOutline: boolean;
|
641
643
|
initiallyOpen: boolean;
|
@@ -677,7 +679,7 @@ declare const _default: {
|
|
677
679
|
[key: string]: React.ReactInstance;
|
678
680
|
};
|
679
681
|
componentDidMount?(): void;
|
680
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
682
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
683
|
showIcon: boolean;
|
682
684
|
showOutline: boolean;
|
683
685
|
initiallyOpen: boolean;
|
@@ -714,7 +716,7 @@ declare const _default: {
|
|
714
716
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
715
717
|
componentWillUnmount?(): void;
|
716
718
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
717
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
719
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
720
|
showIcon: boolean;
|
719
721
|
showOutline: boolean;
|
720
722
|
initiallyOpen: boolean;
|
@@ -749,7 +751,7 @@ declare const _default: {
|
|
749
751
|
locale?: string | undefined;
|
750
752
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
751
753
|
}, 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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
754
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
755
|
showIcon: boolean;
|
754
756
|
showOutline: boolean;
|
755
757
|
initiallyOpen: boolean;
|
@@ -786,7 +788,7 @@ declare const _default: {
|
|
786
788
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
787
789
|
componentWillMount?(): void;
|
788
790
|
UNSAFE_componentWillMount?(): void;
|
789
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
791
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
792
|
showIcon: boolean;
|
791
793
|
showOutline: boolean;
|
792
794
|
initiallyOpen: boolean;
|
@@ -821,7 +823,7 @@ declare const _default: {
|
|
821
823
|
locale?: string | undefined;
|
822
824
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
823
825
|
}, 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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
826
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
827
|
showIcon: boolean;
|
826
828
|
showOutline: boolean;
|
827
829
|
initiallyOpen: boolean;
|
@@ -856,7 +858,7 @@ declare const _default: {
|
|
856
858
|
locale?: string | undefined;
|
857
859
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
858
860
|
}, 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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
861
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
862
|
showIcon: boolean;
|
861
863
|
showOutline: boolean;
|
862
864
|
initiallyOpen: boolean;
|
@@ -891,7 +893,7 @@ declare const _default: {
|
|
891
893
|
locale?: string | undefined;
|
892
894
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
893
895
|
}, 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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
896
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
897
|
showIcon: boolean;
|
896
898
|
showOutline: boolean;
|
897
899
|
initiallyOpen: boolean;
|
@@ -930,7 +932,7 @@ declare const _default: {
|
|
930
932
|
displayName: string;
|
931
933
|
contextType: React.Context<string>;
|
932
934
|
ComposedComponent: React.ComponentType<{
|
933
|
-
new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
935
|
+
new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
936
|
showIcon: boolean;
|
935
937
|
showOutline: boolean;
|
936
938
|
initiallyOpen: boolean;
|
@@ -964,7 +966,7 @@ declare const _default: {
|
|
964
966
|
}, never>> & {
|
965
967
|
locale?: string | undefined;
|
966
968
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
967
|
-
}) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
969
|
+
}) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
970
|
showIcon: boolean;
|
969
971
|
showOutline: boolean;
|
970
972
|
initiallyOpen: boolean;
|
@@ -1001,7 +1003,7 @@ declare const _default: {
|
|
1001
1003
|
}>): {
|
1002
1004
|
render(): JSX.Element;
|
1003
1005
|
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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1006
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1007
|
showIcon: boolean;
|
1006
1008
|
showOutline: boolean;
|
1007
1009
|
initiallyOpen: boolean;
|
@@ -1037,7 +1039,7 @@ declare const _default: {
|
|
1037
1039
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1038
1040
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1039
1041
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1040
|
-
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1042
|
+
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1043
|
showIcon: boolean;
|
1042
1044
|
showOutline: boolean;
|
1043
1045
|
initiallyOpen: boolean;
|
@@ -1079,7 +1081,7 @@ declare const _default: {
|
|
1079
1081
|
[key: string]: React.ReactInstance;
|
1080
1082
|
};
|
1081
1083
|
componentDidMount?(): void;
|
1082
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1084
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1085
|
showIcon: boolean;
|
1084
1086
|
showOutline: boolean;
|
1085
1087
|
initiallyOpen: boolean;
|
@@ -1116,7 +1118,7 @@ declare const _default: {
|
|
1116
1118
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1117
1119
|
componentWillUnmount?(): void;
|
1118
1120
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1119
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1121
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1122
|
showIcon: boolean;
|
1121
1123
|
showOutline: boolean;
|
1122
1124
|
initiallyOpen: boolean;
|
@@ -1151,7 +1153,7 @@ declare const _default: {
|
|
1151
1153
|
locale?: string | undefined;
|
1152
1154
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1153
1155
|
}>, prevState: Readonly<{}>): any;
|
1154
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1156
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1157
|
showIcon: boolean;
|
1156
1158
|
showOutline: boolean;
|
1157
1159
|
initiallyOpen: boolean;
|
@@ -1188,7 +1190,7 @@ declare const _default: {
|
|
1188
1190
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1189
1191
|
componentWillMount?(): void;
|
1190
1192
|
UNSAFE_componentWillMount?(): void;
|
1191
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1193
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1194
|
showIcon: boolean;
|
1193
1195
|
showOutline: boolean;
|
1194
1196
|
initiallyOpen: boolean;
|
@@ -1223,7 +1225,7 @@ declare const _default: {
|
|
1223
1225
|
locale?: string | undefined;
|
1224
1226
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1225
1227
|
}>, nextContext: any): void;
|
1226
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1228
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1229
|
showIcon: boolean;
|
1228
1230
|
showOutline: boolean;
|
1229
1231
|
initiallyOpen: boolean;
|
@@ -1258,7 +1260,7 @@ declare const _default: {
|
|
1258
1260
|
locale?: string | undefined;
|
1259
1261
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1260
1262
|
}>, nextContext: any): void;
|
1261
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1263
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1264
|
showIcon: boolean;
|
1263
1265
|
showOutline: boolean;
|
1264
1266
|
initiallyOpen: boolean;
|
@@ -1293,7 +1295,7 @@ declare const _default: {
|
|
1293
1295
|
locale?: string | undefined;
|
1294
1296
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1295
1297
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1296
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1298
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1299
|
showIcon: boolean;
|
1298
1300
|
showOutline: boolean;
|
1299
1301
|
initiallyOpen: boolean;
|
@@ -1329,7 +1331,7 @@ declare const _default: {
|
|
1329
1331
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1330
1332
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1331
1333
|
};
|
1332
|
-
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1334
|
+
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1335
|
showIcon: boolean;
|
1334
1336
|
showOutline: boolean;
|
1335
1337
|
initiallyOpen: boolean;
|
@@ -1366,7 +1368,7 @@ declare const _default: {
|
|
1366
1368
|
}, context: any): {
|
1367
1369
|
render(): JSX.Element;
|
1368
1370
|
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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1371
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1372
|
showIcon: boolean;
|
1371
1373
|
showOutline: boolean;
|
1372
1374
|
initiallyOpen: boolean;
|
@@ -1402,7 +1404,7 @@ declare const _default: {
|
|
1402
1404
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1403
1405
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1404
1406
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1405
|
-
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1407
|
+
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1408
|
showIcon: boolean;
|
1407
1409
|
showOutline: boolean;
|
1408
1410
|
initiallyOpen: boolean;
|
@@ -1444,7 +1446,7 @@ declare const _default: {
|
|
1444
1446
|
[key: string]: React.ReactInstance;
|
1445
1447
|
};
|
1446
1448
|
componentDidMount?(): void;
|
1447
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1449
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1450
|
showIcon: boolean;
|
1449
1451
|
showOutline: boolean;
|
1450
1452
|
initiallyOpen: boolean;
|
@@ -1481,7 +1483,7 @@ declare const _default: {
|
|
1481
1483
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1482
1484
|
componentWillUnmount?(): void;
|
1483
1485
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1484
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1486
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1487
|
showIcon: boolean;
|
1486
1488
|
showOutline: boolean;
|
1487
1489
|
initiallyOpen: boolean;
|
@@ -1516,7 +1518,7 @@ declare const _default: {
|
|
1516
1518
|
locale?: string | undefined;
|
1517
1519
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1518
1520
|
}>, prevState: Readonly<{}>): any;
|
1519
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1521
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1522
|
showIcon: boolean;
|
1521
1523
|
showOutline: boolean;
|
1522
1524
|
initiallyOpen: boolean;
|
@@ -1553,7 +1555,7 @@ declare const _default: {
|
|
1553
1555
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1554
1556
|
componentWillMount?(): void;
|
1555
1557
|
UNSAFE_componentWillMount?(): void;
|
1556
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1558
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1559
|
showIcon: boolean;
|
1558
1560
|
showOutline: boolean;
|
1559
1561
|
initiallyOpen: boolean;
|
@@ -1588,7 +1590,7 @@ declare const _default: {
|
|
1588
1590
|
locale?: string | undefined;
|
1589
1591
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1590
1592
|
}>, nextContext: any): void;
|
1591
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1593
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1594
|
showIcon: boolean;
|
1593
1595
|
showOutline: boolean;
|
1594
1596
|
initiallyOpen: boolean;
|
@@ -1623,7 +1625,7 @@ declare const _default: {
|
|
1623
1625
|
locale?: string | undefined;
|
1624
1626
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1625
1627
|
}>, nextContext: any): void;
|
1626
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1628
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1629
|
showIcon: boolean;
|
1628
1630
|
showOutline: boolean;
|
1629
1631
|
initiallyOpen: boolean;
|
@@ -1658,7 +1660,7 @@ declare const _default: {
|
|
1658
1660
|
locale?: string | undefined;
|
1659
1661
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1660
1662
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1661
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1663
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1664
|
showIcon: boolean;
|
1663
1665
|
showOutline: boolean;
|
1664
1666
|
initiallyOpen: boolean;
|
@@ -1701,7 +1703,7 @@ declare const _default: {
|
|
1701
1703
|
ComposedComponent: typeof TreeSelector;
|
1702
1704
|
}>;
|
1703
1705
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
1704
|
-
new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1706
|
+
new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1707
|
showIcon: boolean;
|
1706
1708
|
showOutline: boolean;
|
1707
1709
|
initiallyOpen: boolean;
|
@@ -1735,7 +1737,7 @@ declare const _default: {
|
|
1735
1737
|
}, never>> & {
|
1736
1738
|
locale?: string | undefined;
|
1737
1739
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1738
|
-
}) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1740
|
+
}) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1741
|
showIcon: boolean;
|
1740
1742
|
showOutline: boolean;
|
1741
1743
|
initiallyOpen: boolean;
|
@@ -1772,7 +1774,7 @@ declare const _default: {
|
|
1772
1774
|
}>): {
|
1773
1775
|
render(): JSX.Element;
|
1774
1776
|
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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1777
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1778
|
showIcon: boolean;
|
1777
1779
|
showOutline: boolean;
|
1778
1780
|
initiallyOpen: boolean;
|
@@ -1808,7 +1810,7 @@ declare const _default: {
|
|
1808
1810
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1809
1811
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1810
1812
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1811
|
-
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1813
|
+
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1814
|
showIcon: boolean;
|
1813
1815
|
showOutline: boolean;
|
1814
1816
|
initiallyOpen: boolean;
|
@@ -1850,7 +1852,7 @@ declare const _default: {
|
|
1850
1852
|
[key: string]: React.ReactInstance;
|
1851
1853
|
};
|
1852
1854
|
componentDidMount?(): void;
|
1853
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1855
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1856
|
showIcon: boolean;
|
1855
1857
|
showOutline: boolean;
|
1856
1858
|
initiallyOpen: boolean;
|
@@ -1887,7 +1889,7 @@ declare const _default: {
|
|
1887
1889
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1888
1890
|
componentWillUnmount?(): void;
|
1889
1891
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1890
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1892
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1893
|
showIcon: boolean;
|
1892
1894
|
showOutline: boolean;
|
1893
1895
|
initiallyOpen: boolean;
|
@@ -1922,7 +1924,7 @@ declare const _default: {
|
|
1922
1924
|
locale?: string | undefined;
|
1923
1925
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1924
1926
|
}>, prevState: Readonly<{}>): any;
|
1925
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1927
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1928
|
showIcon: boolean;
|
1927
1929
|
showOutline: boolean;
|
1928
1930
|
initiallyOpen: boolean;
|
@@ -1959,7 +1961,7 @@ declare const _default: {
|
|
1959
1961
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1960
1962
|
componentWillMount?(): void;
|
1961
1963
|
UNSAFE_componentWillMount?(): void;
|
1962
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1964
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
1965
|
showIcon: boolean;
|
1964
1966
|
showOutline: boolean;
|
1965
1967
|
initiallyOpen: boolean;
|
@@ -1994,7 +1996,7 @@ declare const _default: {
|
|
1994
1996
|
locale?: string | undefined;
|
1995
1997
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1996
1998
|
}>, nextContext: any): void;
|
1997
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
1999
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2000
|
showIcon: boolean;
|
1999
2001
|
showOutline: boolean;
|
2000
2002
|
initiallyOpen: boolean;
|
@@ -2029,7 +2031,7 @@ declare const _default: {
|
|
2029
2031
|
locale?: string | undefined;
|
2030
2032
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2031
2033
|
}>, nextContext: any): void;
|
2032
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2034
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2035
|
showIcon: boolean;
|
2034
2036
|
showOutline: boolean;
|
2035
2037
|
initiallyOpen: boolean;
|
@@ -2064,7 +2066,7 @@ declare const _default: {
|
|
2064
2066
|
locale?: string | undefined;
|
2065
2067
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2066
2068
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
2067
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2069
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2070
|
showIcon: boolean;
|
2069
2071
|
showOutline: boolean;
|
2070
2072
|
initiallyOpen: boolean;
|
@@ -2100,7 +2102,7 @@ declare const _default: {
|
|
2100
2102
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2101
2103
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
2102
2104
|
};
|
2103
|
-
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2105
|
+
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2106
|
showIcon: boolean;
|
2105
2107
|
showOutline: boolean;
|
2106
2108
|
initiallyOpen: boolean;
|
@@ -2137,7 +2139,7 @@ declare const _default: {
|
|
2137
2139
|
}, context: any): {
|
2138
2140
|
render(): JSX.Element;
|
2139
2141
|
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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2142
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2143
|
showIcon: boolean;
|
2142
2144
|
showOutline: boolean;
|
2143
2145
|
initiallyOpen: boolean;
|
@@ -2173,7 +2175,7 @@ declare const _default: {
|
|
2173
2175
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2174
2176
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
2175
2177
|
forceUpdate(callback?: (() => void) | undefined): void;
|
2176
|
-
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2178
|
+
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2179
|
showIcon: boolean;
|
2178
2180
|
showOutline: boolean;
|
2179
2181
|
initiallyOpen: boolean;
|
@@ -2215,7 +2217,7 @@ declare const _default: {
|
|
2215
2217
|
[key: string]: React.ReactInstance;
|
2216
2218
|
};
|
2217
2219
|
componentDidMount?(): void;
|
2218
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2220
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2221
|
showIcon: boolean;
|
2220
2222
|
showOutline: boolean;
|
2221
2223
|
initiallyOpen: boolean;
|
@@ -2252,7 +2254,7 @@ declare const _default: {
|
|
2252
2254
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
2253
2255
|
componentWillUnmount?(): void;
|
2254
2256
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
2255
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2257
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2258
|
showIcon: boolean;
|
2257
2259
|
showOutline: boolean;
|
2258
2260
|
initiallyOpen: boolean;
|
@@ -2287,7 +2289,7 @@ declare const _default: {
|
|
2287
2289
|
locale?: string | undefined;
|
2288
2290
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2289
2291
|
}>, prevState: Readonly<{}>): any;
|
2290
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2292
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2293
|
showIcon: boolean;
|
2292
2294
|
showOutline: boolean;
|
2293
2295
|
initiallyOpen: boolean;
|
@@ -2324,7 +2326,7 @@ declare const _default: {
|
|
2324
2326
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
2325
2327
|
componentWillMount?(): void;
|
2326
2328
|
UNSAFE_componentWillMount?(): void;
|
2327
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2329
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2330
|
showIcon: boolean;
|
2329
2331
|
showOutline: boolean;
|
2330
2332
|
initiallyOpen: boolean;
|
@@ -2359,7 +2361,7 @@ declare const _default: {
|
|
2359
2361
|
locale?: string | undefined;
|
2360
2362
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2361
2363
|
}>, nextContext: any): void;
|
2362
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2364
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2365
|
showIcon: boolean;
|
2364
2366
|
showOutline: boolean;
|
2365
2367
|
initiallyOpen: boolean;
|
@@ -2394,7 +2396,7 @@ declare const _default: {
|
|
2394
2396
|
locale?: string | undefined;
|
2395
2397
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2396
2398
|
}>, nextContext: any): void;
|
2397
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2399
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2400
|
showIcon: boolean;
|
2399
2401
|
showOutline: boolean;
|
2400
2402
|
initiallyOpen: boolean;
|
@@ -2429,7 +2431,7 @@ declare const _default: {
|
|
2429
2431
|
locale?: string | undefined;
|
2430
2432
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2431
2433
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
2432
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2434
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2435
|
showIcon: boolean;
|
2434
2436
|
showOutline: boolean;
|
2435
2437
|
initiallyOpen: boolean;
|
@@ -2472,7 +2474,7 @@ declare const _default: {
|
|
2472
2474
|
ComposedComponent: typeof TreeSelector;
|
2473
2475
|
}, {}> & {
|
2474
2476
|
ComposedComponent: {
|
2475
|
-
new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2477
|
+
new (props: (Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2478
|
showIcon: boolean;
|
2477
2479
|
showOutline: boolean;
|
2478
2480
|
initiallyOpen: boolean;
|
@@ -2506,7 +2508,7 @@ declare const _default: {
|
|
2506
2508
|
}, never>> & {
|
2507
2509
|
locale?: string | undefined;
|
2508
2510
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2509
|
-
}) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2511
|
+
}) | Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2512
|
showIcon: boolean;
|
2511
2513
|
showOutline: boolean;
|
2512
2514
|
initiallyOpen: boolean;
|
@@ -2543,7 +2545,7 @@ declare const _default: {
|
|
2543
2545
|
}>): {
|
2544
2546
|
render(): JSX.Element;
|
2545
2547
|
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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2548
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2549
|
showIcon: boolean;
|
2548
2550
|
showOutline: boolean;
|
2549
2551
|
initiallyOpen: boolean;
|
@@ -2579,7 +2581,7 @@ declare const _default: {
|
|
2579
2581
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2580
2582
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
2581
2583
|
forceUpdate(callback?: (() => void) | undefined): void;
|
2582
|
-
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2584
|
+
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2585
|
showIcon: boolean;
|
2584
2586
|
showOutline: boolean;
|
2585
2587
|
initiallyOpen: boolean;
|
@@ -2621,7 +2623,7 @@ declare const _default: {
|
|
2621
2623
|
[key: string]: React.ReactInstance;
|
2622
2624
|
};
|
2623
2625
|
componentDidMount?(): void;
|
2624
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2626
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2627
|
showIcon: boolean;
|
2626
2628
|
showOutline: boolean;
|
2627
2629
|
initiallyOpen: boolean;
|
@@ -2658,7 +2660,7 @@ declare const _default: {
|
|
2658
2660
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
2659
2661
|
componentWillUnmount?(): void;
|
2660
2662
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
2661
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2663
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2664
|
showIcon: boolean;
|
2663
2665
|
showOutline: boolean;
|
2664
2666
|
initiallyOpen: boolean;
|
@@ -2693,7 +2695,7 @@ declare const _default: {
|
|
2693
2695
|
locale?: string | undefined;
|
2694
2696
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2695
2697
|
}>, prevState: Readonly<{}>): any;
|
2696
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2698
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2699
|
showIcon: boolean;
|
2698
2700
|
showOutline: boolean;
|
2699
2701
|
initiallyOpen: boolean;
|
@@ -2730,7 +2732,7 @@ declare const _default: {
|
|
2730
2732
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
2731
2733
|
componentWillMount?(): void;
|
2732
2734
|
UNSAFE_componentWillMount?(): void;
|
2733
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2735
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2736
|
showIcon: boolean;
|
2735
2737
|
showOutline: boolean;
|
2736
2738
|
initiallyOpen: boolean;
|
@@ -2765,7 +2767,7 @@ declare const _default: {
|
|
2765
2767
|
locale?: string | undefined;
|
2766
2768
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2767
2769
|
}>, nextContext: any): void;
|
2768
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2770
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2771
|
showIcon: boolean;
|
2770
2772
|
showOutline: boolean;
|
2771
2773
|
initiallyOpen: boolean;
|
@@ -2800,7 +2802,7 @@ declare const _default: {
|
|
2800
2802
|
locale?: string | undefined;
|
2801
2803
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2802
2804
|
}>, nextContext: any): void;
|
2803
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2805
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2806
|
showIcon: boolean;
|
2805
2807
|
showOutline: boolean;
|
2806
2808
|
initiallyOpen: boolean;
|
@@ -2835,7 +2837,7 @@ declare const _default: {
|
|
2835
2837
|
locale?: string | undefined;
|
2836
2838
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2837
2839
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
2838
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2840
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2841
|
showIcon: boolean;
|
2840
2842
|
showOutline: boolean;
|
2841
2843
|
initiallyOpen: boolean;
|
@@ -2871,7 +2873,7 @@ declare const _default: {
|
|
2871
2873
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2872
2874
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
2873
2875
|
};
|
2874
|
-
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2876
|
+
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2877
|
showIcon: boolean;
|
2876
2878
|
showOutline: boolean;
|
2877
2879
|
initiallyOpen: boolean;
|
@@ -2908,7 +2910,7 @@ declare const _default: {
|
|
2908
2910
|
}, context: any): {
|
2909
2911
|
render(): JSX.Element;
|
2910
2912
|
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" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2913
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2914
|
showIcon: boolean;
|
2913
2915
|
showOutline: boolean;
|
2914
2916
|
initiallyOpen: boolean;
|
@@ -2944,7 +2946,7 @@ declare const _default: {
|
|
2944
2946
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2945
2947
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
2946
2948
|
forceUpdate(callback?: (() => void) | undefined): void;
|
2947
|
-
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2949
|
+
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2950
|
showIcon: boolean;
|
2949
2951
|
showOutline: boolean;
|
2950
2952
|
initiallyOpen: boolean;
|
@@ -2986,7 +2988,7 @@ declare const _default: {
|
|
2986
2988
|
[key: string]: React.ReactInstance;
|
2987
2989
|
};
|
2988
2990
|
componentDidMount?(): void;
|
2989
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
2991
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
2992
|
showIcon: boolean;
|
2991
2993
|
showOutline: boolean;
|
2992
2994
|
initiallyOpen: boolean;
|
@@ -3023,7 +3025,7 @@ declare const _default: {
|
|
3023
3025
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
3024
3026
|
componentWillUnmount?(): void;
|
3025
3027
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
3026
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
3028
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
3029
|
showIcon: boolean;
|
3028
3030
|
showOutline: boolean;
|
3029
3031
|
initiallyOpen: boolean;
|
@@ -3058,7 +3060,7 @@ declare const _default: {
|
|
3058
3060
|
locale?: string | undefined;
|
3059
3061
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3060
3062
|
}>, prevState: Readonly<{}>): any;
|
3061
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
3063
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
3064
|
showIcon: boolean;
|
3063
3065
|
showOutline: boolean;
|
3064
3066
|
initiallyOpen: boolean;
|
@@ -3095,7 +3097,7 @@ declare const _default: {
|
|
3095
3097
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
3096
3098
|
componentWillMount?(): void;
|
3097
3099
|
UNSAFE_componentWillMount?(): void;
|
3098
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
3100
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
3101
|
showIcon: boolean;
|
3100
3102
|
showOutline: boolean;
|
3101
3103
|
initiallyOpen: boolean;
|
@@ -3130,7 +3132,7 @@ declare const _default: {
|
|
3130
3132
|
locale?: string | undefined;
|
3131
3133
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3132
3134
|
}>, nextContext: any): void;
|
3133
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
3135
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
3136
|
showIcon: boolean;
|
3135
3137
|
showOutline: boolean;
|
3136
3138
|
initiallyOpen: boolean;
|
@@ -3165,7 +3167,7 @@ declare const _default: {
|
|
3165
3167
|
locale?: string | undefined;
|
3166
3168
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3167
3169
|
}>, nextContext: any): void;
|
3168
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
3170
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
3171
|
showIcon: boolean;
|
3170
3172
|
showOutline: boolean;
|
3171
3173
|
initiallyOpen: boolean;
|
@@ -3200,7 +3202,7 @@ declare const _default: {
|
|
3200
3202
|
locale?: string | undefined;
|
3201
3203
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3202
3204
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
3203
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "bultinCUD" | "onExpandTree" | "onMove"> & Partial<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "disabled" | "multiple" | "showIcon" | "delimiter" | "valueField" | "labelField" | "joinValues" | "extractValue" | "hideRoot" | "rootLabel" | "rootValue" | "cascade" | "withChildren" | "onlyChildren" | "enableNodePath" | "pathSeparator" | "showOutline" | "unfoldedField" | "foldedField" | "initiallyOpen" | "unfoldedLevel" | "showRadio" | "iconField" | "disabledField" | "nodePath" | "selfDisabledAffectChildren" | "rootCreateTip" | "createTip" | "editTip" | "removeTip">> & Partial<Pick<{
|
3205
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "maxLength" | "minLength" | "onEdit" | "onAdd" | "onDelete" | "options" | "placeholder" | "draggable" | "onChange" | "itemClassName" | "removable" | "creatable" | "editable" | "onlyLeaf" | "rootCreatable" | "onDeferLoad" | "highlightTxt" | "onRef" | "bultinCUD" | "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
3206
|
showIcon: boolean;
|
3205
3207
|
showOutline: boolean;
|
3206
3208
|
initiallyOpen: boolean;
|