amis 1.9.1-beta.21 → 1.9.1-beta.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (171) hide show
  1. package/lib/components/AssociatedSelection.d.ts +40 -40
  2. package/lib/components/Badge.d.ts +1 -1
  3. package/lib/components/Badge.js.map +1 -1
  4. package/lib/components/ChainedSelection.d.ts +40 -40
  5. package/lib/components/GroupedSelection.d.ts +40 -40
  6. package/lib/components/GroupedSelection.js +2 -3
  7. package/lib/components/GroupedSelection.js.map +2 -2
  8. package/lib/components/PickerContainer.d.ts +0 -1
  9. package/lib/components/PickerContainer.js +4 -4
  10. package/lib/components/PickerContainer.js.map +2 -2
  11. package/lib/components/ResultBox.js +3 -1
  12. package/lib/components/ResultBox.js.map +2 -2
  13. package/lib/components/ResultList.d.ts +53 -43
  14. package/lib/components/ResultList.js +22 -34
  15. package/lib/components/ResultList.js.map +2 -2
  16. package/lib/components/ResultTableList.d.ts +40 -40
  17. package/lib/components/ResultTreeList.d.ts +40 -40
  18. package/lib/components/Select.js +10 -6
  19. package/lib/components/Select.js.map +2 -2
  20. package/lib/components/Selection.d.ts +40 -41
  21. package/lib/components/Selection.js.map +2 -2
  22. package/lib/components/TableSelection.d.ts +40 -40
  23. package/lib/components/TabsTransfer.d.ts +2 -2
  24. package/lib/components/TabsTransfer.js.map +1 -1
  25. package/lib/components/Transfer.d.ts +40 -40
  26. package/lib/components/Transfer.js +1 -1
  27. package/lib/components/Transfer.js.map +2 -2
  28. package/lib/components/TransferDropDown.d.ts +40 -40
  29. package/lib/components/TreeSelection.d.ts +40 -40
  30. package/lib/components/TreeSelection.js +2 -3
  31. package/lib/components/TreeSelection.js.map +2 -2
  32. package/lib/components/formula/Editor.d.ts +45 -45
  33. package/lib/components/formula/Editor.js +16 -11
  34. package/lib/components/formula/Editor.js.map +2 -2
  35. package/lib/components/formula/Picker.d.ts +85 -40
  36. package/lib/components/formula/Picker.js +12 -6
  37. package/lib/components/formula/Picker.js.map +2 -2
  38. package/lib/components/formula/VariableList.d.ts +0 -2
  39. package/lib/components/formula/VariableList.js +5 -15
  40. package/lib/components/formula/VariableList.js.map +2 -2
  41. package/lib/components/index.d.ts +1 -3
  42. package/lib/components/index.js +1 -5
  43. package/lib/components/index.js.map +2 -2
  44. package/lib/components/schema-editor/SchemaVariableList.d.ts +0 -1
  45. package/lib/components/schema-editor/SchemaVariableList.js +2 -2
  46. package/lib/components/schema-editor/SchemaVariableList.js.map +2 -2
  47. package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +0 -1
  48. package/lib/components/schema-editor/SchemaVariableListPicker.js +2 -2
  49. package/lib/components/schema-editor/SchemaVariableListPicker.js.map +2 -2
  50. package/lib/helper.css.map +1 -1
  51. package/lib/index.js +1 -1
  52. package/lib/renderers/CRUD.js +3 -3
  53. package/lib/renderers/CRUD.js.map +2 -2
  54. package/lib/renderers/Form/DiffEditor.d.ts +66 -20
  55. package/lib/renderers/Form/Editor.d.ts +66 -20
  56. package/lib/renderers/Form/Group.js +1 -1
  57. package/lib/renderers/Form/Group.js.map +2 -2
  58. package/lib/renderers/Form/InputFormula.d.ts +5 -5
  59. package/lib/renderers/Form/InputFormula.js +4 -3
  60. package/lib/renderers/Form/InputFormula.js.map +2 -2
  61. package/lib/renderers/Form/InputTag.d.ts +1 -1
  62. package/lib/renderers/Form/InputTag.js.map +1 -1
  63. package/lib/renderers/Form/Options.js +7 -7
  64. package/lib/renderers/Form/Options.js.map +2 -2
  65. package/lib/renderers/Form/Select.d.ts +6 -1
  66. package/lib/renderers/Form/Select.js +3 -1
  67. package/lib/renderers/Form/Select.js.map +2 -2
  68. package/lib/renderers/Form/TreeSelect.d.ts +0 -1
  69. package/lib/renderers/Form/TreeSelect.js +1 -9
  70. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  71. package/lib/renderers/Form/index.js +9 -4
  72. package/lib/renderers/Form/index.js.map +2 -2
  73. package/lib/renderers/Table/exportExcel.js +1 -1
  74. package/lib/renderers/Table/exportExcel.js.map +2 -2
  75. package/lib/renderers/Table/index.d.ts +2 -0
  76. package/lib/renderers/Table/index.js +37 -5
  77. package/lib/renderers/Table/index.js.map +2 -2
  78. package/lib/renderers/Tpl.d.ts +4 -0
  79. package/lib/renderers/Tpl.js +6 -3
  80. package/lib/renderers/Tpl.js.map +2 -2
  81. package/lib/store/combo.d.ts +72 -22
  82. package/lib/store/form.d.ts +30 -9
  83. package/lib/store/form.js +28 -10
  84. package/lib/store/form.js.map +2 -2
  85. package/lib/store/formItem.d.ts +3 -1
  86. package/lib/store/formItem.js +3 -5
  87. package/lib/store/formItem.js.map +2 -2
  88. package/lib/store/table.d.ts +60 -18
  89. package/lib/themes/ang-ie11.css +33 -9
  90. package/lib/themes/ang.css +27 -9
  91. package/lib/themes/ang.css.map +1 -1
  92. package/lib/themes/antd-ie11.css +33 -9
  93. package/lib/themes/antd.css +27 -9
  94. package/lib/themes/antd.css.map +1 -1
  95. package/lib/themes/cxd-ie11.css +35 -15
  96. package/lib/themes/cxd.css +31 -17
  97. package/lib/themes/cxd.css.map +1 -1
  98. package/lib/themes/dark-ie11.css +33 -9
  99. package/lib/themes/dark.css +27 -9
  100. package/lib/themes/dark.css.map +1 -1
  101. package/lib/themes/default-ie11.css +35 -15
  102. package/lib/themes/default.css +31 -17
  103. package/lib/themes/default.css.map +1 -1
  104. package/lib/utils/formula.js +2 -3
  105. package/lib/utils/formula.js.map +2 -2
  106. package/lib/utils/helper.js +1 -1
  107. package/lib/utils/helper.js.map +2 -2
  108. package/package.json +1 -1
  109. package/schema.json +22 -16
  110. package/scss/_mixins.scss +1 -1
  111. package/scss/components/form/_date.scss +9 -10
  112. package/scss/components/form/_select.scss +14 -0
  113. package/scss/components/form/_transfer.scss +1 -2
  114. package/scss/themes/cxd.scss +4 -9
  115. package/sdk/ang-ie11.css +36 -9
  116. package/sdk/ang.css +30 -9
  117. package/sdk/antd-ie11.css +36 -9
  118. package/sdk/antd.css +30 -9
  119. package/sdk/barcode.js +51 -51
  120. package/sdk/charts.js +14 -14
  121. package/sdk/codemirror.js +7 -7
  122. package/sdk/color-picker.js +65 -65
  123. package/sdk/cropperjs.js +2 -2
  124. package/sdk/cxd-ie11.css +38 -16
  125. package/sdk/cxd.css +34 -18
  126. package/sdk/dark-ie11.css +36 -9
  127. package/sdk/dark.css +30 -9
  128. package/sdk/exceljs.js +1 -1
  129. package/sdk/helper.css.map +1 -1
  130. package/sdk/markdown.js +69 -69
  131. package/sdk/papaparse.js +1 -1
  132. package/sdk/renderers/Form/CityDB.js +1 -1
  133. package/sdk/rest.js +16 -16
  134. package/sdk/rich-text.js +62 -62
  135. package/sdk/sdk-ie11.css +38 -16
  136. package/sdk/sdk.css +34 -18
  137. package/sdk/sdk.js +1356 -1354
  138. package/sdk/thirds/hls.js/hls.js +1 -1
  139. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  140. package/sdk/tinymce.js +57 -57
  141. package/src/components/Badge.tsx +1 -1
  142. package/src/components/GroupedSelection.tsx +2 -3
  143. package/src/components/PickerContainer.tsx +8 -13
  144. package/src/components/ResultBox.tsx +3 -1
  145. package/src/components/ResultList.tsx +51 -48
  146. package/src/components/Select.tsx +16 -8
  147. package/src/components/Selection.tsx +0 -1
  148. package/src/components/TabsTransfer.tsx +2 -2
  149. package/src/components/Transfer.tsx +4 -0
  150. package/src/components/TreeSelection.tsx +1 -2
  151. package/src/components/formula/Editor.tsx +51 -38
  152. package/src/components/formula/Picker.tsx +26 -7
  153. package/src/components/formula/VariableList.tsx +2 -36
  154. package/src/components/index.tsx +0 -4
  155. package/src/components/schema-editor/SchemaVariableList.tsx +2 -4
  156. package/src/components/schema-editor/SchemaVariableListPicker.tsx +1 -4
  157. package/src/renderers/CRUD.tsx +3 -3
  158. package/src/renderers/Form/Group.tsx +1 -1
  159. package/src/renderers/Form/InputFormula.tsx +11 -10
  160. package/src/renderers/Form/InputTag.tsx +1 -1
  161. package/src/renderers/Form/Options.tsx +7 -9
  162. package/src/renderers/Form/Select.tsx +10 -2
  163. package/src/renderers/Form/TreeSelect.tsx +14 -16
  164. package/src/renderers/Form/index.tsx +13 -2
  165. package/src/renderers/Table/exportExcel.ts +1 -1
  166. package/src/renderers/Table/index.tsx +42 -6
  167. package/src/renderers/Tpl.tsx +11 -1
  168. package/src/store/form.ts +31 -24
  169. package/src/store/formItem.ts +65 -52
  170. package/src/utils/formula.ts +2 -2
  171. package/src/utils/helper.ts +2 -2
@@ -49,7 +49,7 @@ export declare class BaseResultTreeList extends React.Component<ResultTreeListPr
49
49
  render(): JSX.Element;
50
50
  }
51
51
  declare const _default: {
52
- new (props: Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
52
+ new (props: Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
53
53
  locale?: string | undefined;
54
54
  translate?: ((str: string, ...args: any[]) => string) | undefined;
55
55
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps): {
@@ -58,12 +58,12 @@ declare const _default: {
58
58
  getWrappedInstance(): any;
59
59
  render(): JSX.Element;
60
60
  context: any;
61
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
61
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
62
62
  locale?: string | undefined;
63
63
  translate?: ((str: string, ...args: any[]) => string) | undefined;
64
64
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
65
65
  forceUpdate(callback?: (() => void) | undefined): void;
66
- readonly props: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
66
+ readonly props: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
67
67
  locale?: string | undefined;
68
68
  translate?: ((str: string, ...args: any[]) => string) | undefined;
69
69
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
@@ -74,35 +74,35 @@ declare const _default: {
74
74
  [key: string]: React.ReactInstance;
75
75
  };
76
76
  componentDidMount?(): void;
77
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
77
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
78
78
  locale?: string | undefined;
79
79
  translate?: ((str: string, ...args: any[]) => string) | undefined;
80
80
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
81
81
  componentWillUnmount?(): void;
82
82
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
83
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
83
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
84
84
  locale?: string | undefined;
85
85
  translate?: ((str: string, ...args: any[]) => string) | undefined;
86
86
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
87
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
87
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
88
88
  locale?: string | undefined;
89
89
  translate?: ((str: string, ...args: any[]) => string) | undefined;
90
90
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
91
91
  componentWillMount?(): void;
92
92
  UNSAFE_componentWillMount?(): void;
93
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
93
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
94
94
  locale?: string | undefined;
95
95
  translate?: ((str: string, ...args: any[]) => string) | undefined;
96
96
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
97
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
97
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
98
98
  locale?: string | undefined;
99
99
  translate?: ((str: string, ...args: any[]) => string) | undefined;
100
100
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
101
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
101
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
102
102
  locale?: string | undefined;
103
103
  translate?: ((str: string, ...args: any[]) => string) | undefined;
104
104
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
105
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
105
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
106
106
  locale?: string | undefined;
107
107
  translate?: ((str: string, ...args: any[]) => string) | undefined;
108
108
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
@@ -110,7 +110,7 @@ declare const _default: {
110
110
  displayName: string;
111
111
  contextType: React.Context<string>;
112
112
  ComposedComponent: React.ComponentType<{
113
- new (props: Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
113
+ new (props: Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
114
114
  locale?: string | undefined;
115
115
  translate?: ((str: string, ...args: any[]) => string) | undefined;
116
116
  }): {
@@ -119,12 +119,12 @@ declare const _default: {
119
119
  getWrappedInstance(): any;
120
120
  render(): JSX.Element;
121
121
  context: any;
122
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
122
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
123
123
  locale?: string | undefined;
124
124
  translate?: ((str: string, ...args: any[]) => string) | undefined;
125
125
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
126
126
  forceUpdate(callback?: (() => void) | undefined): void;
127
- readonly props: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
127
+ readonly props: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
128
128
  locale?: string | undefined;
129
129
  translate?: ((str: string, ...args: any[]) => string) | undefined;
130
130
  }> & Readonly<{
@@ -135,35 +135,35 @@ declare const _default: {
135
135
  [key: string]: React.ReactInstance;
136
136
  };
137
137
  componentDidMount?(): void;
138
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
138
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
139
139
  locale?: string | undefined;
140
140
  translate?: ((str: string, ...args: any[]) => string) | undefined;
141
141
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
142
142
  componentWillUnmount?(): void;
143
143
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
144
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
144
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
145
145
  locale?: string | undefined;
146
146
  translate?: ((str: string, ...args: any[]) => string) | undefined;
147
147
  }>, prevState: Readonly<{}>): any;
148
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
148
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
149
149
  locale?: string | undefined;
150
150
  translate?: ((str: string, ...args: any[]) => string) | undefined;
151
151
  }>, prevState: Readonly<{}>, snapshot?: any): void;
152
152
  componentWillMount?(): void;
153
153
  UNSAFE_componentWillMount?(): void;
154
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
154
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
155
155
  locale?: string | undefined;
156
156
  translate?: ((str: string, ...args: any[]) => string) | undefined;
157
157
  }>, nextContext: any): void;
158
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
158
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
159
159
  locale?: string | undefined;
160
160
  translate?: ((str: string, ...args: any[]) => string) | undefined;
161
161
  }>, nextContext: any): void;
162
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
162
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
163
163
  locale?: string | undefined;
164
164
  translate?: ((str: string, ...args: any[]) => string) | undefined;
165
165
  }>, nextState: Readonly<{}>, nextContext: any): void;
166
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
166
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
167
167
  locale?: string | undefined;
168
168
  translate?: ((str: string, ...args: any[]) => string) | undefined;
169
169
  }>, nextState: Readonly<{}>, nextContext: any): void;
@@ -175,7 +175,7 @@ declare const _default: {
175
175
  ComposedComponent: typeof BaseResultTreeList;
176
176
  }>;
177
177
  } & import("hoist-non-react-statics").NonReactStatics<{
178
- new (props: Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
178
+ new (props: Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
179
179
  locale?: string | undefined;
180
180
  translate?: ((str: string, ...args: any[]) => string) | undefined;
181
181
  }): {
@@ -184,12 +184,12 @@ declare const _default: {
184
184
  getWrappedInstance(): any;
185
185
  render(): JSX.Element;
186
186
  context: any;
187
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
187
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
188
188
  locale?: string | undefined;
189
189
  translate?: ((str: string, ...args: any[]) => string) | undefined;
190
190
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
191
191
  forceUpdate(callback?: (() => void) | undefined): void;
192
- readonly props: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
192
+ readonly props: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
193
193
  locale?: string | undefined;
194
194
  translate?: ((str: string, ...args: any[]) => string) | undefined;
195
195
  }> & Readonly<{
@@ -200,35 +200,35 @@ declare const _default: {
200
200
  [key: string]: React.ReactInstance;
201
201
  };
202
202
  componentDidMount?(): void;
203
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
203
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
204
204
  locale?: string | undefined;
205
205
  translate?: ((str: string, ...args: any[]) => string) | undefined;
206
206
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
207
207
  componentWillUnmount?(): void;
208
208
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
209
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
209
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
210
210
  locale?: string | undefined;
211
211
  translate?: ((str: string, ...args: any[]) => string) | undefined;
212
212
  }>, prevState: Readonly<{}>): any;
213
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
213
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
214
214
  locale?: string | undefined;
215
215
  translate?: ((str: string, ...args: any[]) => string) | undefined;
216
216
  }>, prevState: Readonly<{}>, snapshot?: any): void;
217
217
  componentWillMount?(): void;
218
218
  UNSAFE_componentWillMount?(): void;
219
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
219
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
220
220
  locale?: string | undefined;
221
221
  translate?: ((str: string, ...args: any[]) => string) | undefined;
222
222
  }>, nextContext: any): void;
223
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
223
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
224
224
  locale?: string | undefined;
225
225
  translate?: ((str: string, ...args: any[]) => string) | undefined;
226
226
  }>, nextContext: any): void;
227
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
227
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
228
228
  locale?: string | undefined;
229
229
  translate?: ((str: string, ...args: any[]) => string) | undefined;
230
230
  }>, nextState: Readonly<{}>, nextContext: any): void;
231
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
231
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
232
232
  locale?: string | undefined;
233
233
  translate?: ((str: string, ...args: any[]) => string) | undefined;
234
234
  }>, nextState: Readonly<{}>, nextContext: any): void;
@@ -240,7 +240,7 @@ declare const _default: {
240
240
  ComposedComponent: typeof BaseResultTreeList;
241
241
  }, {}> & {
242
242
  ComposedComponent: {
243
- new (props: Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
243
+ new (props: Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
244
244
  locale?: string | undefined;
245
245
  translate?: ((str: string, ...args: any[]) => string) | undefined;
246
246
  }): {
@@ -249,12 +249,12 @@ declare const _default: {
249
249
  getWrappedInstance(): any;
250
250
  render(): JSX.Element;
251
251
  context: any;
252
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
252
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
253
253
  locale?: string | undefined;
254
254
  translate?: ((str: string, ...args: any[]) => string) | undefined;
255
255
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
256
256
  forceUpdate(callback?: (() => void) | undefined): void;
257
- readonly props: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
257
+ readonly props: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
258
258
  locale?: string | undefined;
259
259
  translate?: ((str: string, ...args: any[]) => string) | undefined;
260
260
  }> & Readonly<{
@@ -265,35 +265,35 @@ declare const _default: {
265
265
  [key: string]: React.ReactInstance;
266
266
  };
267
267
  componentDidMount?(): void;
268
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
268
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
269
269
  locale?: string | undefined;
270
270
  translate?: ((str: string, ...args: any[]) => string) | undefined;
271
271
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
272
272
  componentWillUnmount?(): void;
273
273
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
274
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
274
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
275
275
  locale?: string | undefined;
276
276
  translate?: ((str: string, ...args: any[]) => string) | undefined;
277
277
  }>, prevState: Readonly<{}>): any;
278
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
278
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
279
279
  locale?: string | undefined;
280
280
  translate?: ((str: string, ...args: any[]) => string) | undefined;
281
281
  }>, prevState: Readonly<{}>, snapshot?: any): void;
282
282
  componentWillMount?(): void;
283
283
  UNSAFE_componentWillMount?(): void;
284
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
284
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
285
285
  locale?: string | undefined;
286
286
  translate?: ((str: string, ...args: any[]) => string) | undefined;
287
287
  }>, nextContext: any): void;
288
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
288
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
289
289
  locale?: string | undefined;
290
290
  translate?: ((str: string, ...args: any[]) => string) | undefined;
291
291
  }>, nextContext: any): void;
292
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
292
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
293
293
  locale?: string | undefined;
294
294
  translate?: ((str: string, ...args: any[]) => string) | undefined;
295
295
  }>, nextState: Readonly<{}>, nextContext: any): void;
296
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
296
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "classPrefix" | "classnames" | "title" | "className" | "theme" | "value" | "disabled" | "multiple" | "onClick" | "valueField" | "options" | "inline" | "onChange" | "itemClassName" | "labelClassName" | "clearable" | "searchable" | "onSearch" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "cellRender"> & Partial<Pick<Omit<ResultTreeListProps, keyof LocaleProps>, "placeholder" | "itemRender">> & Partial<Pick<Pick<ResultTreeListProps, "placeholder" | "itemRender">, never>> & {
297
297
  locale?: string | undefined;
298
298
  translate?: ((str: string, ...args: any[]) => string) | undefined;
299
299
  }>, nextState: Readonly<{}>, nextContext: any): void;
@@ -10,6 +10,7 @@ exports.SelectWithRemoteOptions = exports.Select = exports.normalizeOptions = ex
10
10
  var tslib_1 = require("tslib");
11
11
  var uncontrollable_1 = require("uncontrollable");
12
12
  var react_1 = (0, tslib_1.__importDefault)(require("react"));
13
+ var merge_1 = (0, tslib_1.__importDefault)(require("lodash/merge"));
13
14
  var isInteger_1 = (0, tslib_1.__importDefault)(require("lodash/isInteger"));
14
15
  var omit_1 = (0, tslib_1.__importDefault)(require("lodash/omit"));
15
16
  var virtual_list_1 = (0, tslib_1.__importDefault)(require("./virtual-list"));
@@ -190,7 +191,7 @@ var Select = /** @class */ (function (_super) {
190
191
  inputValue: '',
191
192
  highlightedIndex: -1,
192
193
  selection: value2array(props.value, props),
193
- itemHeight: 35,
194
+ itemHeight: 32 /** Select选项高度保持一致 */,
194
195
  pickerSelectItem: ''
195
196
  };
196
197
  return _this;
@@ -406,7 +407,9 @@ var Select = /** @class */ (function (_super) {
406
407
  onDelete && onDelete(item);
407
408
  };
408
409
  Select.prototype.menuItemRef = function (ref) {
409
- ref && this.setState({ itemHeight: ref.offsetHeight });
410
+ if (ref && typeof ref.offsetHeight === 'number' && ref > 0) {
411
+ this.setState({ itemHeight: ref.offsetHeight });
412
+ }
410
413
  };
411
414
  Select.prototype.renderValue = function (_a) {
412
415
  var _this = this;
@@ -483,7 +486,7 @@ var Select = /** @class */ (function (_super) {
483
486
  Select.prototype.renderOuter = function (_a) {
484
487
  var _this = this;
485
488
  var selectedItem = _a.selectedItem, getItemProps = _a.getItemProps, highlightedIndex = _a.highlightedIndex, inputValue = _a.inputValue, isOpen = _a.isOpen, getToggleButtonProps = _a.getToggleButtonProps, getInputProps = _a.getInputProps;
486
- var _b = this.props, popOverContainer = _b.popOverContainer, options = _b.options, value = _b.value, valueField = _b.valueField, labelField = _b.labelField, noResultsText = _b.noResultsText, loadOptions = _b.loadOptions, creatable = _b.creatable, multiple = _b.multiple, valuesNoWrap = _b.valuesNoWrap, cx = _b.classnames, popoverClassName = _b.popoverClassName, checkAll = _b.checkAll, checkAllLabel = _b.checkAllLabel, checkAllBySearch = _b.checkAllBySearch, searchable = _b.searchable, createBtnLabel = _b.createBtnLabel, disabled = _b.disabled, searchPromptText = _b.searchPromptText, editable = _b.editable, removable = _b.removable, overlayPlacement = _b.overlayPlacement, __ = _b.translate, hideSelected = _b.hideSelected, renderMenu = _b.renderMenu, mobileClassName = _b.mobileClassName, _c = _b.virtualThreshold, virtualThreshold = _c === void 0 ? 200 : _c, _d = _b.useMobileUI, useMobileUI = _d === void 0 ? false : _d;
489
+ var _b = this.props, popOverContainer = _b.popOverContainer, options = _b.options, value = _b.value, valueField = _b.valueField, labelField = _b.labelField, noResultsText = _b.noResultsText, loadOptions = _b.loadOptions, creatable = _b.creatable, multiple = _b.multiple, valuesNoWrap = _b.valuesNoWrap, cx = _b.classnames, popoverClassName = _b.popoverClassName, checkAll = _b.checkAll, checkAllLabel = _b.checkAllLabel, checkAllBySearch = _b.checkAllBySearch, searchable = _b.searchable, createBtnLabel = _b.createBtnLabel, disabled = _b.disabled, searchPromptText = _b.searchPromptText, editable = _b.editable, removable = _b.removable, overlayPlacement = _b.overlayPlacement, __ = _b.translate, hideSelected = _b.hideSelected, renderMenu = _b.renderMenu, mobileClassName = _b.mobileClassName, _c = _b.virtualThreshold, virtualThreshold = _c === void 0 ? 100 : _c, _d = _b.useMobileUI, useMobileUI = _d === void 0 ? false : _d;
487
490
  var selection = this.state.selection;
488
491
  var checkedAll = false;
489
492
  var checkedPartial = false;
@@ -492,6 +495,7 @@ var Select = /** @class */ (function (_super) {
492
495
  keys: [labelField || 'label', valueField || 'value']
493
496
  })
494
497
  : options.concat()).filter(function (option) { return !option.hidden && option.visible !== false; });
498
+ var enableVirtualRender = filtedOptions.length && filtedOptions.length > virtualThreshold;
495
499
  var selectionValues = selection.map(function (select) { return select[valueField]; });
496
500
  if (multiple && checkAll) {
497
501
  var optionsValues = (checkAllBySearch ? filtedOptions : options).map(function (option) { return option[valueField]; });
@@ -518,7 +522,7 @@ var Select = /** @class */ (function (_super) {
518
522
  index: index,
519
523
  item: item,
520
524
  disabled: item.disabled
521
- }), { style: style, className: cx("Select-option", {
525
+ }), { style: (0, merge_1.default)(style, enableVirtualRender ? { width: '100%' } : {}), className: cx("Select-option", {
522
526
  'is-disabled': item.disabled,
523
527
  'is-highlight': highlightedIndex === index,
524
528
  'is-active': checked
@@ -551,7 +555,7 @@ var Select = /** @class */ (function (_super) {
551
555
  item.disabled
552
556
  ? item[labelField]
553
557
  : (0, Options_1.highlight)(item[labelField], inputValue, cx('Select-option-hl')),
554
- item.tip)) : (react_1.default.createElement("span", null,
558
+ item.tip)) : (react_1.default.createElement("span", { className: cx('Select-option-content'), title: typeof item[labelField] === 'string' ? item[labelField] : '' },
555
559
  item.disabled
556
560
  ? item[labelField]
557
561
  : (0, Options_1.highlight)(item[labelField], inputValue, cx('Select-option-hl')),
@@ -563,7 +567,7 @@ var Select = /** @class */ (function (_super) {
563
567
  options: filtedOptions
564
568
  };
565
569
  var menu = (react_1.default.createElement("div", { ref: this.menu, className: cx('Select-menu', {
566
- 'Select--longlist': filtedOptions.length && filtedOptions.length > virtualThreshold,
570
+ 'Select--longlist': enableVirtualRender,
567
571
  'is-mobile': mobileUI
568
572
  }) },
569
573
  searchable ? (react_1.default.createElement("div", { className: cx("Select-input", {