@douyinfe/semi-ui 2.36.0-beta.0 → 2.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (698) hide show
  1. package/dist/umd/semi-ui.js +45123 -59672
  2. package/dist/umd/semi-ui.js.map +1 -1
  3. package/dist/umd/semi-ui.min.js +1 -1
  4. package/dist/umd/semi-ui.min.js.LICENSE.txt +3 -3
  5. package/dist/umd/semi-ui.min.js.map +1 -1
  6. package/lib/cjs/_base/base.d.ts +3 -3
  7. package/lib/cjs/_base/baseComponent.d.ts +1 -1
  8. package/lib/cjs/_base/baseComponent.js +5 -16
  9. package/lib/cjs/_base/reactUtils.js +3 -9
  10. package/lib/cjs/_cssAnimation/index.js +4 -25
  11. package/lib/cjs/_portal/index.js +0 -31
  12. package/lib/cjs/_utils/hooks/usePrevFocus.js +0 -6
  13. package/lib/cjs/_utils/index.js +6 -45
  14. package/lib/cjs/anchor/anchor-context.d.ts +1 -1
  15. package/lib/cjs/anchor/anchor-context.js +0 -4
  16. package/lib/cjs/anchor/index.js +2 -48
  17. package/lib/cjs/anchor/link.js +4 -36
  18. package/lib/cjs/autoComplete/index.d.ts +1 -1
  19. package/lib/cjs/autoComplete/index.js +3 -42
  20. package/lib/cjs/autoComplete/option.js +26 -54
  21. package/lib/cjs/avatar/avatarGroup.js +9 -42
  22. package/lib/cjs/avatar/index.js +15 -56
  23. package/lib/cjs/avatar/interface.d.ts +6 -6
  24. package/lib/cjs/backtop/index.js +9 -34
  25. package/lib/cjs/badge/index.d.ts +3 -3
  26. package/lib/cjs/badge/index.js +16 -38
  27. package/lib/cjs/banner/index.d.ts +1 -1
  28. package/lib/cjs/banner/index.js +3 -31
  29. package/lib/cjs/breadcrumb/bread-context.js +0 -4
  30. package/lib/cjs/breadcrumb/index.d.ts +1 -1
  31. package/lib/cjs/breadcrumb/index.js +1 -45
  32. package/lib/cjs/breadcrumb/item.d.ts +1 -1
  33. package/lib/cjs/breadcrumb/item.js +16 -56
  34. package/lib/cjs/button/Button.d.ts +4 -4
  35. package/lib/cjs/button/Button.js +18 -37
  36. package/lib/cjs/button/buttonGroup.d.ts +1 -1
  37. package/lib/cjs/button/buttonGroup.js +10 -35
  38. package/lib/cjs/button/index.js +0 -9
  39. package/lib/cjs/button/splitButtonGroup.js +0 -11
  40. package/lib/cjs/calendar/dayCalendar.js +0 -29
  41. package/lib/cjs/calendar/dayCol.js +1 -28
  42. package/lib/cjs/calendar/index.js +4 -22
  43. package/lib/cjs/calendar/interface.d.ts +5 -5
  44. package/lib/cjs/calendar/monthCalendar.js +6 -62
  45. package/lib/cjs/calendar/rangeCalendar.js +1 -34
  46. package/lib/cjs/calendar/timeCol.js +0 -20
  47. package/lib/cjs/calendar/weekCalendar.js +0 -35
  48. package/lib/cjs/card/cardGroup.d.ts +1 -1
  49. package/lib/cjs/card/cardGroup.js +8 -24
  50. package/lib/cjs/card/index.d.ts +1 -1
  51. package/lib/cjs/card/index.js +7 -38
  52. package/lib/cjs/card/meta.d.ts +1 -1
  53. package/lib/cjs/card/meta.js +8 -27
  54. package/lib/cjs/carousel/CarouselArrow.d.ts +2 -2
  55. package/lib/cjs/carousel/CarouselArrow.js +1 -13
  56. package/lib/cjs/carousel/CarouselIndicator.js +9 -33
  57. package/lib/cjs/carousel/index.js +1 -49
  58. package/lib/cjs/cascader/index.d.ts +2 -2
  59. package/lib/cjs/cascader/index.js +12 -144
  60. package/lib/cjs/cascader/item.js +2 -63
  61. package/lib/cjs/checkbox/checkbox.d.ts +1 -1
  62. package/lib/cjs/checkbox/checkbox.js +21 -55
  63. package/lib/cjs/checkbox/checkboxGroup.d.ts +4 -4
  64. package/lib/cjs/checkbox/checkboxGroup.js +9 -29
  65. package/lib/cjs/checkbox/checkboxInner.js +1 -15
  66. package/lib/cjs/checkbox/context.d.ts +1 -1
  67. package/lib/cjs/checkbox/context.js +0 -4
  68. package/lib/cjs/checkbox/index.js +0 -5
  69. package/lib/cjs/collapse/collapse-context.js +0 -4
  70. package/lib/cjs/collapse/index.js +14 -42
  71. package/lib/cjs/collapse/item.js +13 -41
  72. package/lib/cjs/collapsible/index.js +0 -34
  73. package/lib/cjs/configProvider/context.js +0 -4
  74. package/lib/cjs/configProvider/index.js +5 -21
  75. package/lib/cjs/datePicker/dateInput.js +39 -93
  76. package/lib/cjs/datePicker/datePicker.d.ts +1 -1
  77. package/lib/cjs/datePicker/datePicker.js +11 -119
  78. package/lib/cjs/datePicker/footer.js +0 -6
  79. package/lib/cjs/datePicker/index.js +2 -17
  80. package/lib/cjs/datePicker/insetInput.js +0 -9
  81. package/lib/cjs/datePicker/month.d.ts +1 -1
  82. package/lib/cjs/datePicker/month.js +25 -90
  83. package/lib/cjs/datePicker/monthsGrid.d.ts +1 -1
  84. package/lib/cjs/datePicker/monthsGrid.js +21 -96
  85. package/lib/cjs/datePicker/navigation.js +7 -24
  86. package/lib/cjs/datePicker/quickControl.js +1 -17
  87. package/lib/cjs/datePicker/yearAndMonth.d.ts +1 -1
  88. package/lib/cjs/datePicker/yearAndMonth.js +6 -52
  89. package/lib/cjs/descriptions/descriptions-context.d.ts +1 -1
  90. package/lib/cjs/descriptions/descriptions-context.js +0 -4
  91. package/lib/cjs/descriptions/index.d.ts +1 -1
  92. package/lib/cjs/descriptions/index.js +0 -15
  93. package/lib/cjs/descriptions/item.js +0 -14
  94. package/lib/cjs/divider/index.js +9 -23
  95. package/lib/cjs/dropdown/context.js +0 -4
  96. package/lib/cjs/dropdown/dropdownDivider.d.ts +1 -1
  97. package/lib/cjs/dropdown/dropdownDivider.js +0 -8
  98. package/lib/cjs/dropdown/dropdownItem.d.ts +1 -1
  99. package/lib/cjs/dropdown/dropdownItem.js +0 -21
  100. package/lib/cjs/dropdown/dropdownMenu.d.ts +1 -1
  101. package/lib/cjs/dropdown/dropdownMenu.js +6 -24
  102. package/lib/cjs/dropdown/dropdownTitle.d.ts +1 -1
  103. package/lib/cjs/dropdown/dropdownTitle.js +0 -12
  104. package/lib/cjs/dropdown/index.d.ts +1 -1
  105. package/lib/cjs/dropdown/index.js +21 -62
  106. package/lib/cjs/empty/index.js +0 -20
  107. package/lib/cjs/form/arrayField.js +15 -47
  108. package/lib/cjs/form/baseForm.js +26 -72
  109. package/lib/cjs/form/context.js +1 -10
  110. package/lib/cjs/form/errorMessage.d.ts +1 -1
  111. package/lib/cjs/form/errorMessage.js +1 -20
  112. package/lib/cjs/form/field.js +4 -23
  113. package/lib/cjs/form/group.js +11 -48
  114. package/lib/cjs/form/hoc/withField.js +69 -144
  115. package/lib/cjs/form/hoc/withFormApi.js +0 -7
  116. package/lib/cjs/form/hoc/withFormState.js +0 -7
  117. package/lib/cjs/form/hooks/index.js +0 -8
  118. package/lib/cjs/form/hooks/useArrayFieldState.js +0 -4
  119. package/lib/cjs/form/hooks/useFieldApi.js +0 -5
  120. package/lib/cjs/form/hooks/useFieldState.js +0 -8
  121. package/lib/cjs/form/hooks/useFormApi.js +0 -3
  122. package/lib/cjs/form/hooks/useFormState.js +0 -4
  123. package/lib/cjs/form/hooks/useFormUpdater.js +0 -3
  124. package/lib/cjs/form/hooks/useStateWithGetter.js +0 -5
  125. package/lib/cjs/form/index.js +0 -9
  126. package/lib/cjs/form/interface.d.ts +4 -4
  127. package/lib/cjs/form/interface.js +1 -8
  128. package/lib/cjs/form/label.js +0 -16
  129. package/lib/cjs/form/section.js +1 -11
  130. package/lib/cjs/form/slot.js +10 -51
  131. package/lib/cjs/grid/col.js +10 -29
  132. package/lib/cjs/grid/index.js +0 -3
  133. package/lib/cjs/grid/row.d.ts +2 -2
  134. package/lib/cjs/grid/row.js +10 -34
  135. package/lib/cjs/highlight/index.js +0 -11
  136. package/lib/cjs/iconButton/index.d.ts +1 -1
  137. package/lib/cjs/iconButton/index.js +18 -42
  138. package/lib/cjs/icons/index.js +0 -3
  139. package/lib/cjs/image/image.d.ts +0 -3
  140. package/lib/cjs/image/image.js +19 -88
  141. package/lib/cjs/image/index.js +0 -6
  142. package/lib/cjs/image/interface.d.ts +1 -1
  143. package/lib/cjs/image/preview.d.ts +4 -0
  144. package/lib/cjs/image/preview.js +53 -61
  145. package/lib/cjs/image/previewContext.js +0 -2
  146. package/lib/cjs/image/previewFooter.js +9 -62
  147. package/lib/cjs/image/previewHeader.js +0 -13
  148. package/lib/cjs/image/previewImage.js +46 -79
  149. package/lib/cjs/image/previewInner.js +70 -126
  150. package/lib/cjs/index.js +0 -86
  151. package/lib/cjs/input/index.d.ts +3 -3
  152. package/lib/cjs/input/index.js +35 -103
  153. package/lib/cjs/input/inputGroup.d.ts +1 -1
  154. package/lib/cjs/input/inputGroup.js +20 -44
  155. package/lib/cjs/input/textarea.d.ts +1 -1
  156. package/lib/cjs/input/textarea.js +33 -77
  157. package/lib/cjs/inputNumber/index.js +127 -199
  158. package/lib/cjs/layout/Sider.js +7 -32
  159. package/lib/cjs/layout/index.js +16 -40
  160. package/lib/cjs/layout/layout-context.js +0 -5
  161. package/lib/cjs/list/index.js +0 -26
  162. package/lib/cjs/list/item.js +6 -30
  163. package/lib/cjs/list/list-context.js +0 -4
  164. package/lib/cjs/locale/context.js +0 -4
  165. package/lib/cjs/locale/localeConsumer.d.ts +1 -1
  166. package/lib/cjs/locale/localeConsumer.js +0 -16
  167. package/lib/cjs/locale/localeProvider.js +0 -11
  168. package/lib/cjs/locale/source/ar.js +2 -4
  169. package/lib/cjs/locale/source/de.js +2 -4
  170. package/lib/cjs/locale/source/en_GB.js +2 -4
  171. package/lib/cjs/locale/source/en_US.js +2 -4
  172. package/lib/cjs/locale/source/es.js +0 -2
  173. package/lib/cjs/locale/source/fr.js +2 -4
  174. package/lib/cjs/locale/source/id_ID.js +2 -4
  175. package/lib/cjs/locale/source/it.js +2 -4
  176. package/lib/cjs/locale/source/ja_JP.js +2 -4
  177. package/lib/cjs/locale/source/ko_KR.js +2 -4
  178. package/lib/cjs/locale/source/ms_MY.js +2 -4
  179. package/lib/cjs/locale/source/nl_NL.js +0 -2
  180. package/lib/cjs/locale/source/pl_PL.js +0 -2
  181. package/lib/cjs/locale/source/pt_BR.js +2 -4
  182. package/lib/cjs/locale/source/ro.js +0 -2
  183. package/lib/cjs/locale/source/ru_RU.js +2 -4
  184. package/lib/cjs/locale/source/sv_SE.js +0 -2
  185. package/lib/cjs/locale/source/th_TH.js +2 -4
  186. package/lib/cjs/locale/source/tr_TR.js +2 -4
  187. package/lib/cjs/locale/source/vi_VN.js +2 -4
  188. package/lib/cjs/locale/source/zh_CN.js +2 -4
  189. package/lib/cjs/locale/source/zh_TW.js +2 -4
  190. package/lib/cjs/modal/ConfirmModal.js +9 -29
  191. package/lib/cjs/modal/Modal.d.ts +2 -2
  192. package/lib/cjs/modal/Modal.js +17 -80
  193. package/lib/cjs/modal/ModalContent.js +13 -72
  194. package/lib/cjs/modal/confirm.d.ts +9 -3
  195. package/lib/cjs/modal/confirm.js +4 -28
  196. package/lib/cjs/modal/index.d.ts +1 -1
  197. package/lib/cjs/modal/index.js +0 -4
  198. package/lib/cjs/modal/useModal/HookModal.js +4 -18
  199. package/lib/cjs/modal/useModal/index.d.ts +1 -1
  200. package/lib/cjs/modal/useModal/index.js +4 -18
  201. package/lib/cjs/navigation/CollapseButton.js +0 -11
  202. package/lib/cjs/navigation/Footer.js +0 -20
  203. package/lib/cjs/navigation/Header.d.ts +1 -1
  204. package/lib/cjs/navigation/Header.js +0 -18
  205. package/lib/cjs/navigation/Item.js +3 -51
  206. package/lib/cjs/navigation/SubNav.js +7 -67
  207. package/lib/cjs/navigation/index.d.ts +2 -2
  208. package/lib/cjs/navigation/index.js +5 -60
  209. package/lib/cjs/navigation/nav-context.js +0 -4
  210. package/lib/cjs/notification/index.d.ts +1 -1
  211. package/lib/cjs/notification/index.js +4 -56
  212. package/lib/cjs/notification/notice.js +24 -58
  213. package/lib/cjs/notification/useNotification/HookNotice.js +3 -18
  214. package/lib/cjs/notification/useNotification/index.js +4 -25
  215. package/lib/cjs/overflowList/index.d.ts +41 -24
  216. package/lib/cjs/overflowList/index.js +7 -65
  217. package/lib/cjs/overflowList/intersectionObserver.js +2 -21
  218. package/lib/cjs/pagination/index.d.ts +2 -2
  219. package/lib/cjs/pagination/index.js +7 -59
  220. package/lib/cjs/popconfirm/index.js +9 -54
  221. package/lib/cjs/popover/Arrow.js +6 -19
  222. package/lib/cjs/popover/index.js +11 -38
  223. package/lib/cjs/progress/index.js +8 -48
  224. package/lib/cjs/radio/context.d.ts +2 -2
  225. package/lib/cjs/radio/context.js +0 -4
  226. package/lib/cjs/radio/index.js +0 -5
  227. package/lib/cjs/radio/radio.d.ts +3 -3
  228. package/lib/cjs/radio/radio.js +1 -36
  229. package/lib/cjs/radio/radioGroup.d.ts +2 -2
  230. package/lib/cjs/radio/radioGroup.js +0 -24
  231. package/lib/cjs/radio/radioInner.d.ts +1 -1
  232. package/lib/cjs/radio/radioInner.js +0 -21
  233. package/lib/cjs/rating/index.js +4 -51
  234. package/lib/cjs/rating/item.d.ts +1 -1
  235. package/lib/cjs/rating/item.js +2 -27
  236. package/lib/cjs/resizeObserver/index.js +4 -28
  237. package/lib/cjs/scrollList/index.js +0 -13
  238. package/lib/cjs/scrollList/scrollItem.js +15 -113
  239. package/lib/cjs/select/index.d.ts +6 -6
  240. package/lib/cjs/select/index.js +27 -164
  241. package/lib/cjs/select/option.js +27 -55
  242. package/lib/cjs/select/optionGroup.js +0 -12
  243. package/lib/cjs/select/utils.js +8 -24
  244. package/lib/cjs/select/virtualRow.js +0 -2
  245. package/lib/cjs/sideSheet/SideSheetContent.js +2 -40
  246. package/lib/cjs/sideSheet/index.js +21 -66
  247. package/lib/cjs/skeleton/index.js +9 -28
  248. package/lib/cjs/skeleton/item.d.ts +2 -2
  249. package/lib/cjs/skeleton/item.js +8 -29
  250. package/lib/cjs/slider/index.js +7 -68
  251. package/lib/cjs/space/index.d.ts +3 -3
  252. package/lib/cjs/space/index.js +0 -20
  253. package/lib/cjs/space/utils.js +0 -9
  254. package/lib/cjs/spin/icon.js +4 -17
  255. package/lib/cjs/spin/index.d.ts +1 -1
  256. package/lib/cjs/spin/index.js +0 -20
  257. package/lib/cjs/steps/basicStep.d.ts +2 -2
  258. package/lib/cjs/steps/basicStep.js +0 -22
  259. package/lib/cjs/steps/basicSteps.d.ts +3 -3
  260. package/lib/cjs/steps/basicSteps.js +0 -15
  261. package/lib/cjs/steps/context.js +0 -4
  262. package/lib/cjs/steps/fillStep.d.ts +1 -1
  263. package/lib/cjs/steps/fillStep.js +0 -19
  264. package/lib/cjs/steps/fillSteps.d.ts +2 -2
  265. package/lib/cjs/steps/fillSteps.js +0 -17
  266. package/lib/cjs/steps/index.d.ts +1 -1
  267. package/lib/cjs/steps/index.js +4 -26
  268. package/lib/cjs/steps/navStep.js +0 -11
  269. package/lib/cjs/steps/navSteps.d.ts +1 -1
  270. package/lib/cjs/steps/navSteps.js +0 -13
  271. package/lib/cjs/steps/step.d.ts +1 -1
  272. package/lib/cjs/steps/step.js +0 -15
  273. package/lib/cjs/switch/index.js +1 -22
  274. package/lib/cjs/table/Body/BaseRow.d.ts +1 -1
  275. package/lib/cjs/table/Body/BaseRow.js +37 -101
  276. package/lib/cjs/table/Body/ExpandedRow.d.ts +1 -1
  277. package/lib/cjs/table/Body/ExpandedRow.js +5 -30
  278. package/lib/cjs/table/Body/SectionRow.js +8 -46
  279. package/lib/cjs/table/Body/index.js +38 -153
  280. package/lib/cjs/table/ColGroup.js +2 -14
  281. package/lib/cjs/table/Column.js +0 -7
  282. package/lib/cjs/table/ColumnFilter.js +4 -30
  283. package/lib/cjs/table/ColumnSelection.js +5 -24
  284. package/lib/cjs/table/ColumnShape.js +0 -4
  285. package/lib/cjs/table/ColumnSorter.js +0 -13
  286. package/lib/cjs/table/CustomExpandIcon.js +0 -16
  287. package/lib/cjs/table/HeadTable.js +0 -23
  288. package/lib/cjs/table/ResizableHeaderCell.d.ts +1 -1
  289. package/lib/cjs/table/ResizableHeaderCell.js +9 -20
  290. package/lib/cjs/table/ResizableTable.js +5 -47
  291. package/lib/cjs/table/Table.d.ts +2 -2
  292. package/lib/cjs/table/Table.js +534 -771
  293. package/lib/cjs/table/TableCell.js +20 -81
  294. package/lib/cjs/table/TableContextProvider.js +0 -7
  295. package/lib/cjs/table/TableHeader.js +5 -33
  296. package/lib/cjs/table/TableHeaderRow.js +8 -45
  297. package/lib/cjs/table/TablePagination.js +1 -12
  298. package/lib/cjs/table/getColumns.js +0 -11
  299. package/lib/cjs/table/index.js +2 -20
  300. package/lib/cjs/table/interface.d.ts +58 -58
  301. package/lib/cjs/table/table-context.js +1 -5
  302. package/lib/cjs/table/utils.js +6 -30
  303. package/lib/cjs/tabs/TabBar.js +13 -61
  304. package/lib/cjs/tabs/TabItem.js +18 -31
  305. package/lib/cjs/tabs/TabPane.js +10 -35
  306. package/lib/cjs/tabs/index.js +20 -83
  307. package/lib/cjs/tabs/interface.d.ts +3 -3
  308. package/lib/cjs/tabs/tabs-context.js +0 -4
  309. package/lib/cjs/tag/group.js +0 -27
  310. package/lib/cjs/tag/index.js +23 -60
  311. package/lib/cjs/tag/interface.d.ts +5 -5
  312. package/lib/cjs/tagInput/index.d.ts +3 -3
  313. package/lib/cjs/tagInput/index.js +2 -77
  314. package/lib/cjs/timePicker/Combobox.d.ts +2 -2
  315. package/lib/cjs/timePicker/Combobox.js +7 -54
  316. package/lib/cjs/timePicker/PanelShape.js +0 -3
  317. package/lib/cjs/timePicker/TimeInput.d.ts +1 -1
  318. package/lib/cjs/timePicker/TimeInput.js +32 -64
  319. package/lib/cjs/timePicker/TimePicker.d.ts +3 -3
  320. package/lib/cjs/timePicker/TimePicker.js +39 -99
  321. package/lib/cjs/timePicker/TimeShape.js +0 -5
  322. package/lib/cjs/timePicker/index.d.ts +1 -1
  323. package/lib/cjs/timePicker/index.js +0 -9
  324. package/lib/cjs/timeline/index.js +0 -27
  325. package/lib/cjs/timeline/item.js +0 -13
  326. package/lib/cjs/toast/index.js +5 -59
  327. package/lib/cjs/toast/toast.js +1 -29
  328. package/lib/cjs/toast/useToast/HookToast.js +3 -18
  329. package/lib/cjs/toast/useToast/index.js +2 -17
  330. package/lib/cjs/tooltip/ArrowBoundingShape.js +0 -4
  331. package/lib/cjs/tooltip/TriangleArrow.js +4 -12
  332. package/lib/cjs/tooltip/TriangleArrowVertical.js +4 -12
  333. package/lib/cjs/tooltip/index.d.ts +2 -2
  334. package/lib/cjs/tooltip/index.js +24 -134
  335. package/lib/cjs/transfer/index.d.ts +5 -5
  336. package/lib/cjs/transfer/index.js +10 -93
  337. package/lib/cjs/tree/autoSizer.js +4 -24
  338. package/lib/cjs/tree/index.js +31 -122
  339. package/lib/cjs/tree/interface.d.ts +2 -2
  340. package/lib/cjs/tree/nodeCollapsible.js +4 -15
  341. package/lib/cjs/tree/nodeList.js +0 -22
  342. package/lib/cjs/tree/treeContext.js +0 -4
  343. package/lib/cjs/tree/treeNode.js +21 -94
  344. package/lib/cjs/tree/treeUtil.js +0 -6
  345. package/lib/cjs/treeSelect/index.d.ts +6 -6
  346. package/lib/cjs/treeSelect/index.js +46 -196
  347. package/lib/cjs/trigger/index.js +5 -16
  348. package/lib/cjs/typography/base.js +35 -130
  349. package/lib/cjs/typography/copyable.js +2 -30
  350. package/lib/cjs/typography/index.d.ts +1 -1
  351. package/lib/cjs/typography/index.js +0 -9
  352. package/lib/cjs/typography/interface.d.ts +9 -9
  353. package/lib/cjs/typography/numeral.d.ts +1 -1
  354. package/lib/cjs/typography/numeral.js +4 -20
  355. package/lib/cjs/typography/paragraph.d.ts +1 -1
  356. package/lib/cjs/typography/paragraph.js +0 -12
  357. package/lib/cjs/typography/text.d.ts +1 -1
  358. package/lib/cjs/typography/text.js +0 -10
  359. package/lib/cjs/typography/title.d.ts +2 -2
  360. package/lib/cjs/typography/title.js +6 -20
  361. package/lib/cjs/typography/typography.js +7 -23
  362. package/lib/cjs/typography/util.js +22 -50
  363. package/lib/cjs/upload/fileCard.js +2 -52
  364. package/lib/cjs/upload/index.js +1 -70
  365. package/lib/cjs/upload/interface.d.ts +5 -5
  366. package/lib/es/_base/base.d.ts +3 -3
  367. package/lib/es/_base/baseComponent.d.ts +1 -1
  368. package/lib/es/_base/baseComponent.js +4 -11
  369. package/lib/es/_base/reactUtils.js +4 -8
  370. package/lib/es/_cssAnimation/index.js +4 -22
  371. package/lib/es/_portal/index.js +0 -23
  372. package/lib/es/_utils/hooks/usePrevFocus.js +0 -2
  373. package/lib/es/_utils/index.js +6 -28
  374. package/lib/es/anchor/anchor-context.d.ts +1 -1
  375. package/lib/es/anchor/index.js +2 -32
  376. package/lib/es/anchor/link.js +4 -24
  377. package/lib/es/autoComplete/index.d.ts +1 -1
  378. package/lib/es/autoComplete/index.js +3 -25
  379. package/lib/es/autoComplete/option.js +26 -45
  380. package/lib/es/avatar/avatarGroup.js +9 -28
  381. package/lib/es/avatar/index.js +15 -41
  382. package/lib/es/avatar/interface.d.ts +6 -6
  383. package/lib/es/backtop/index.js +9 -22
  384. package/lib/es/badge/index.d.ts +3 -3
  385. package/lib/es/badge/index.js +16 -24
  386. package/lib/es/banner/index.d.ts +1 -1
  387. package/lib/es/banner/index.js +2 -15
  388. package/lib/es/breadcrumb/index.d.ts +1 -1
  389. package/lib/es/breadcrumb/index.js +0 -31
  390. package/lib/es/breadcrumb/item.d.ts +1 -1
  391. package/lib/es/breadcrumb/item.js +16 -38
  392. package/lib/es/button/Button.d.ts +4 -4
  393. package/lib/es/button/Button.js +18 -27
  394. package/lib/es/button/buttonGroup.d.ts +1 -1
  395. package/lib/es/button/buttonGroup.js +10 -24
  396. package/lib/es/button/index.js +0 -5
  397. package/lib/es/button/splitButtonGroup.js +0 -1
  398. package/lib/es/calendar/dayCalendar.js +0 -13
  399. package/lib/es/calendar/dayCol.js +0 -14
  400. package/lib/es/calendar/index.js +6 -12
  401. package/lib/es/calendar/interface.d.ts +5 -5
  402. package/lib/es/calendar/monthCalendar.js +6 -41
  403. package/lib/es/calendar/rangeCalendar.js +2 -18
  404. package/lib/es/calendar/timeCol.js +0 -7
  405. package/lib/es/calendar/weekCalendar.js +0 -17
  406. package/lib/es/card/cardGroup.d.ts +1 -1
  407. package/lib/es/card/cardGroup.js +8 -15
  408. package/lib/es/card/index.d.ts +1 -1
  409. package/lib/es/card/index.js +7 -23
  410. package/lib/es/card/meta.d.ts +1 -1
  411. package/lib/es/card/meta.js +8 -15
  412. package/lib/es/carousel/CarouselArrow.d.ts +2 -2
  413. package/lib/es/carousel/CarouselArrow.js +0 -8
  414. package/lib/es/carousel/CarouselIndicator.js +9 -27
  415. package/lib/es/carousel/index.js +0 -34
  416. package/lib/es/cascader/index.d.ts +2 -2
  417. package/lib/es/cascader/index.js +12 -105
  418. package/lib/es/cascader/item.js +2 -44
  419. package/lib/es/checkbox/checkbox.d.ts +1 -1
  420. package/lib/es/checkbox/checkbox.js +20 -42
  421. package/lib/es/checkbox/checkboxGroup.d.ts +4 -4
  422. package/lib/es/checkbox/checkboxGroup.js +8 -20
  423. package/lib/es/checkbox/checkboxInner.js +0 -6
  424. package/lib/es/checkbox/context.d.ts +1 -1
  425. package/lib/es/checkbox/index.js +0 -2
  426. package/lib/es/collapse/index.js +14 -31
  427. package/lib/es/collapse/item.js +13 -27
  428. package/lib/es/collapsible/index.js +0 -25
  429. package/lib/es/configProvider/index.js +5 -13
  430. package/lib/es/datePicker/dateInput.js +41 -81
  431. package/lib/es/datePicker/datePicker.d.ts +1 -1
  432. package/lib/es/datePicker/datePicker.js +10 -103
  433. package/lib/es/datePicker/index.js +2 -8
  434. package/lib/es/datePicker/insetInput.js +0 -6
  435. package/lib/es/datePicker/month.d.ts +1 -1
  436. package/lib/es/datePicker/month.js +24 -78
  437. package/lib/es/datePicker/monthsGrid.d.ts +1 -1
  438. package/lib/es/datePicker/monthsGrid.js +20 -76
  439. package/lib/es/datePicker/navigation.js +8 -13
  440. package/lib/es/datePicker/quickControl.js +0 -6
  441. package/lib/es/datePicker/yearAndMonth.d.ts +1 -1
  442. package/lib/es/datePicker/yearAndMonth.js +5 -36
  443. package/lib/es/descriptions/descriptions-context.d.ts +1 -1
  444. package/lib/es/descriptions/index.d.ts +1 -1
  445. package/lib/es/descriptions/index.js +0 -3
  446. package/lib/es/descriptions/item.js +0 -3
  447. package/lib/es/divider/index.js +9 -17
  448. package/lib/es/dropdown/dropdownDivider.d.ts +1 -1
  449. package/lib/es/dropdown/dropdownDivider.js +0 -2
  450. package/lib/es/dropdown/dropdownItem.d.ts +1 -1
  451. package/lib/es/dropdown/dropdownItem.js +0 -11
  452. package/lib/es/dropdown/dropdownMenu.d.ts +1 -1
  453. package/lib/es/dropdown/dropdownMenu.js +6 -15
  454. package/lib/es/dropdown/dropdownTitle.d.ts +1 -1
  455. package/lib/es/dropdown/dropdownTitle.js +0 -3
  456. package/lib/es/dropdown/index.d.ts +1 -1
  457. package/lib/es/dropdown/index.js +21 -47
  458. package/lib/es/empty/index.js +0 -10
  459. package/lib/es/form/arrayField.js +14 -41
  460. package/lib/es/form/baseForm.js +26 -49
  461. package/lib/es/form/errorMessage.d.ts +1 -1
  462. package/lib/es/form/errorMessage.js +0 -9
  463. package/lib/es/form/field.js +4 -4
  464. package/lib/es/form/group.js +11 -29
  465. package/lib/es/form/hoc/withField.js +68 -125
  466. package/lib/es/form/hoc/withFormApi.js +0 -3
  467. package/lib/es/form/hoc/withFormState.js +0 -3
  468. package/lib/es/form/hooks/index.js +2 -2
  469. package/lib/es/form/hooks/useArrayFieldState.js +0 -2
  470. package/lib/es/form/hooks/useFieldApi.js +0 -3
  471. package/lib/es/form/hooks/useFieldState.js +0 -3
  472. package/lib/es/form/hooks/useFormState.js +0 -2
  473. package/lib/es/form/hooks/useStateWithGetter.js +2 -5
  474. package/lib/es/form/index.js +4 -4
  475. package/lib/es/form/interface.d.ts +4 -4
  476. package/lib/es/form/interface.js +0 -1
  477. package/lib/es/form/label.js +0 -1
  478. package/lib/es/form/section.js +0 -1
  479. package/lib/es/form/slot.js +10 -39
  480. package/lib/es/grid/col.js +10 -23
  481. package/lib/es/grid/row.d.ts +2 -2
  482. package/lib/es/grid/row.js +10 -25
  483. package/lib/es/highlight/index.js +0 -3
  484. package/lib/es/iconButton/index.d.ts +1 -1
  485. package/lib/es/iconButton/index.js +18 -31
  486. package/lib/es/image/image.d.ts +0 -3
  487. package/lib/es/image/image.js +19 -70
  488. package/lib/es/image/interface.d.ts +1 -1
  489. package/lib/es/image/preview.d.ts +4 -0
  490. package/lib/es/image/preview.js +51 -48
  491. package/lib/es/image/previewFooter.js +9 -34
  492. package/lib/es/image/previewHeader.js +0 -4
  493. package/lib/es/image/previewImage.js +46 -69
  494. package/lib/es/image/previewInner.js +69 -110
  495. package/lib/es/index.js +0 -1
  496. package/lib/es/input/index.d.ts +3 -3
  497. package/lib/es/input/index.js +35 -88
  498. package/lib/es/input/inputGroup.d.ts +1 -1
  499. package/lib/es/input/inputGroup.js +20 -33
  500. package/lib/es/input/textarea.d.ts +1 -1
  501. package/lib/es/input/textarea.js +34 -65
  502. package/lib/es/inputNumber/index.js +127 -181
  503. package/lib/es/layout/Sider.js +7 -23
  504. package/lib/es/layout/index.js +16 -31
  505. package/lib/es/list/index.js +0 -11
  506. package/lib/es/list/item.js +6 -18
  507. package/lib/es/locale/localeConsumer.d.ts +1 -1
  508. package/lib/es/locale/localeConsumer.js +0 -7
  509. package/lib/es/locale/localeProvider.js +0 -2
  510. package/lib/es/locale/source/ar.js +2 -2
  511. package/lib/es/locale/source/de.js +2 -2
  512. package/lib/es/locale/source/en_GB.js +2 -2
  513. package/lib/es/locale/source/en_US.js +2 -2
  514. package/lib/es/locale/source/es.js +0 -1
  515. package/lib/es/locale/source/fr.js +2 -2
  516. package/lib/es/locale/source/id_ID.js +2 -2
  517. package/lib/es/locale/source/it.js +2 -2
  518. package/lib/es/locale/source/ja_JP.js +2 -2
  519. package/lib/es/locale/source/ko_KR.js +2 -2
  520. package/lib/es/locale/source/ms_MY.js +2 -2
  521. package/lib/es/locale/source/nl_NL.js +0 -1
  522. package/lib/es/locale/source/pl_PL.js +0 -1
  523. package/lib/es/locale/source/pt_BR.js +2 -2
  524. package/lib/es/locale/source/ro.js +0 -1
  525. package/lib/es/locale/source/ru_RU.js +2 -2
  526. package/lib/es/locale/source/sv_SE.js +0 -1
  527. package/lib/es/locale/source/th_TH.js +2 -2
  528. package/lib/es/locale/source/tr_TR.js +2 -2
  529. package/lib/es/locale/source/vi_VN.js +2 -2
  530. package/lib/es/locale/source/zh_CN.js +2 -2
  531. package/lib/es/locale/source/zh_TW.js +2 -2
  532. package/lib/es/modal/ConfirmModal.js +9 -20
  533. package/lib/es/modal/Modal.d.ts +2 -2
  534. package/lib/es/modal/Modal.js +17 -63
  535. package/lib/es/modal/ModalContent.js +14 -54
  536. package/lib/es/modal/confirm.d.ts +9 -3
  537. package/lib/es/modal/confirm.js +4 -11
  538. package/lib/es/modal/index.d.ts +1 -1
  539. package/lib/es/modal/useModal/HookModal.js +6 -14
  540. package/lib/es/modal/useModal/index.d.ts +1 -1
  541. package/lib/es/modal/useModal/index.js +4 -9
  542. package/lib/es/navigation/CollapseButton.js +0 -4
  543. package/lib/es/navigation/Footer.js +0 -7
  544. package/lib/es/navigation/Header.d.ts +1 -1
  545. package/lib/es/navigation/Header.js +0 -5
  546. package/lib/es/navigation/Item.js +2 -35
  547. package/lib/es/navigation/SubNav.js +6 -45
  548. package/lib/es/navigation/index.d.ts +2 -2
  549. package/lib/es/navigation/index.js +5 -38
  550. package/lib/es/notification/index.d.ts +1 -1
  551. package/lib/es/notification/index.js +4 -39
  552. package/lib/es/notification/notice.js +24 -46
  553. package/lib/es/notification/useNotification/HookNotice.js +3 -11
  554. package/lib/es/notification/useNotification/index.js +6 -16
  555. package/lib/es/overflowList/index.d.ts +41 -24
  556. package/lib/es/overflowList/index.js +6 -46
  557. package/lib/es/overflowList/intersectionObserver.js +2 -13
  558. package/lib/es/pagination/index.d.ts +2 -2
  559. package/lib/es/pagination/index.js +7 -37
  560. package/lib/es/popconfirm/index.js +9 -37
  561. package/lib/es/popover/Arrow.js +6 -18
  562. package/lib/es/popover/index.js +11 -27
  563. package/lib/es/progress/index.js +8 -37
  564. package/lib/es/radio/context.d.ts +2 -2
  565. package/lib/es/radio/index.js +0 -2
  566. package/lib/es/radio/radio.d.ts +3 -3
  567. package/lib/es/radio/radio.js +0 -23
  568. package/lib/es/radio/radioGroup.d.ts +2 -2
  569. package/lib/es/radio/radioGroup.js +0 -14
  570. package/lib/es/radio/radioInner.d.ts +1 -1
  571. package/lib/es/radio/radioInner.js +0 -11
  572. package/lib/es/rating/index.js +4 -36
  573. package/lib/es/rating/item.d.ts +1 -1
  574. package/lib/es/rating/item.js +2 -16
  575. package/lib/es/resizeObserver/index.js +4 -19
  576. package/lib/es/scrollList/index.js +2 -5
  577. package/lib/es/scrollList/scrollItem.js +15 -104
  578. package/lib/es/select/index.d.ts +6 -6
  579. package/lib/es/select/index.js +27 -123
  580. package/lib/es/select/option.js +27 -46
  581. package/lib/es/select/optionGroup.js +0 -5
  582. package/lib/es/select/utils.js +8 -19
  583. package/lib/es/select/virtualRow.js +0 -1
  584. package/lib/es/sideSheet/SideSheetContent.js +2 -28
  585. package/lib/es/sideSheet/index.js +21 -52
  586. package/lib/es/skeleton/index.js +9 -18
  587. package/lib/es/skeleton/item.d.ts +2 -2
  588. package/lib/es/skeleton/item.js +8 -17
  589. package/lib/es/slider/index.js +6 -53
  590. package/lib/es/space/index.d.ts +3 -3
  591. package/lib/es/space/index.js +0 -6
  592. package/lib/es/space/utils.js +0 -2
  593. package/lib/es/spin/icon.js +4 -15
  594. package/lib/es/spin/index.d.ts +1 -1
  595. package/lib/es/spin/index.js +0 -10
  596. package/lib/es/steps/basicStep.d.ts +2 -2
  597. package/lib/es/steps/basicStep.js +0 -15
  598. package/lib/es/steps/basicSteps.d.ts +3 -3
  599. package/lib/es/steps/basicSteps.js +0 -6
  600. package/lib/es/steps/fillStep.d.ts +1 -1
  601. package/lib/es/steps/fillStep.js +0 -13
  602. package/lib/es/steps/fillSteps.d.ts +2 -2
  603. package/lib/es/steps/fillSteps.js +0 -6
  604. package/lib/es/steps/index.d.ts +1 -1
  605. package/lib/es/steps/index.js +4 -15
  606. package/lib/es/steps/navStep.js +0 -5
  607. package/lib/es/steps/navSteps.d.ts +1 -1
  608. package/lib/es/steps/navSteps.js +0 -3
  609. package/lib/es/steps/step.d.ts +1 -1
  610. package/lib/es/steps/step.js +0 -7
  611. package/lib/es/switch/index.js +0 -13
  612. package/lib/es/table/Body/BaseRow.d.ts +1 -1
  613. package/lib/es/table/Body/BaseRow.js +37 -85
  614. package/lib/es/table/Body/ExpandedRow.d.ts +1 -1
  615. package/lib/es/table/Body/ExpandedRow.js +5 -18
  616. package/lib/es/table/Body/SectionRow.js +8 -35
  617. package/lib/es/table/Body/index.js +38 -149
  618. package/lib/es/table/ColGroup.js +2 -7
  619. package/lib/es/table/Column.js +0 -2
  620. package/lib/es/table/ColumnFilter.js +3 -20
  621. package/lib/es/table/ColumnSelection.js +5 -15
  622. package/lib/es/table/ColumnSorter.js +0 -1
  623. package/lib/es/table/CustomExpandIcon.js +0 -6
  624. package/lib/es/table/HeadTable.js +0 -15
  625. package/lib/es/table/ResizableHeaderCell.d.ts +1 -1
  626. package/lib/es/table/ResizableHeaderCell.js +9 -17
  627. package/lib/es/table/ResizableTable.js +5 -37
  628. package/lib/es/table/Table.d.ts +2 -2
  629. package/lib/es/table/Table.js +457 -664
  630. package/lib/es/table/TableCell.js +19 -65
  631. package/lib/es/table/TableContextProvider.js +0 -2
  632. package/lib/es/table/TableHeader.js +4 -23
  633. package/lib/es/table/TableHeaderRow.js +8 -39
  634. package/lib/es/table/TablePagination.js +0 -4
  635. package/lib/es/table/getColumns.js +0 -4
  636. package/lib/es/table/index.js +2 -10
  637. package/lib/es/table/interface.d.ts +58 -58
  638. package/lib/es/table/table-context.js +0 -1
  639. package/lib/es/table/utils.js +6 -19
  640. package/lib/es/tabs/TabBar.js +13 -46
  641. package/lib/es/tabs/TabItem.js +18 -24
  642. package/lib/es/tabs/TabPane.js +10 -25
  643. package/lib/es/tabs/index.js +20 -59
  644. package/lib/es/tabs/interface.d.ts +3 -3
  645. package/lib/es/tag/group.js +0 -14
  646. package/lib/es/tag/index.js +23 -45
  647. package/lib/es/tag/interface.d.ts +5 -5
  648. package/lib/es/tagInput/index.d.ts +3 -3
  649. package/lib/es/tagInput/index.js +2 -54
  650. package/lib/es/timePicker/Combobox.d.ts +2 -2
  651. package/lib/es/timePicker/Combobox.js +6 -42
  652. package/lib/es/timePicker/TimeInput.d.ts +1 -1
  653. package/lib/es/timePicker/TimeInput.js +32 -56
  654. package/lib/es/timePicker/TimePicker.d.ts +3 -3
  655. package/lib/es/timePicker/TimePicker.js +39 -80
  656. package/lib/es/timePicker/TimeShape.js +0 -1
  657. package/lib/es/timePicker/index.d.ts +1 -1
  658. package/lib/es/timePicker/index.js +0 -1
  659. package/lib/es/timeline/index.js +0 -16
  660. package/lib/es/timeline/item.js +0 -1
  661. package/lib/es/toast/index.js +4 -41
  662. package/lib/es/toast/toast.js +0 -17
  663. package/lib/es/toast/useToast/HookToast.js +3 -11
  664. package/lib/es/toast/useToast/index.js +4 -13
  665. package/lib/es/tooltip/TriangleArrow.js +4 -10
  666. package/lib/es/tooltip/TriangleArrowVertical.js +4 -10
  667. package/lib/es/tooltip/index.d.ts +2 -2
  668. package/lib/es/tooltip/index.js +24 -112
  669. package/lib/es/transfer/index.d.ts +5 -5
  670. package/lib/es/transfer/index.js +10 -67
  671. package/lib/es/tree/autoSizer.js +4 -13
  672. package/lib/es/tree/index.js +30 -96
  673. package/lib/es/tree/interface.d.ts +2 -2
  674. package/lib/es/tree/nodeCollapsible.js +4 -10
  675. package/lib/es/tree/nodeList.js +0 -14
  676. package/lib/es/tree/treeNode.js +21 -76
  677. package/lib/es/tree/treeUtil.js +0 -1
  678. package/lib/es/treeSelect/index.d.ts +6 -6
  679. package/lib/es/treeSelect/index.js +46 -156
  680. package/lib/es/trigger/index.js +5 -13
  681. package/lib/es/typography/base.js +35 -113
  682. package/lib/es/typography/copyable.js +2 -14
  683. package/lib/es/typography/index.d.ts +1 -1
  684. package/lib/es/typography/interface.d.ts +9 -9
  685. package/lib/es/typography/numeral.d.ts +1 -1
  686. package/lib/es/typography/numeral.js +4 -10
  687. package/lib/es/typography/paragraph.d.ts +1 -1
  688. package/lib/es/typography/paragraph.js +0 -1
  689. package/lib/es/typography/text.d.ts +1 -1
  690. package/lib/es/typography/text.js +0 -1
  691. package/lib/es/typography/title.d.ts +2 -2
  692. package/lib/es/typography/title.js +6 -11
  693. package/lib/es/typography/typography.js +7 -14
  694. package/lib/es/typography/util.js +22 -45
  695. package/lib/es/upload/fileCard.js +2 -31
  696. package/lib/es/upload/index.js +0 -57
  697. package/lib/es/upload/interface.d.ts +5 -5
  698. package/package.json +8 -8
@@ -4,95 +4,52 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
-
8
7
  var _isNull2 = _interopRequireDefault(require("lodash/isNull"));
9
-
10
8
  var _isUndefined2 = _interopRequireDefault(require("lodash/isUndefined"));
11
-
12
9
  var _isFunction2 = _interopRequireDefault(require("lodash/isFunction"));
13
-
14
10
  var _get2 = _interopRequireDefault(require("lodash/get"));
15
-
16
11
  var _noop2 = _interopRequireDefault(require("lodash/noop"));
17
-
18
12
  var _isEmpty2 = _interopRequireDefault(require("lodash/isEmpty"));
19
-
20
13
  var _isString2 = _interopRequireDefault(require("lodash/isString"));
21
-
22
14
  var _isEqual2 = _interopRequireDefault(require("lodash/isEqual"));
23
-
24
15
  var _react = _interopRequireWildcard(require("react"));
25
-
26
16
  var _reactDom = _interopRequireDefault(require("react-dom"));
27
-
28
17
  var _classnames = _interopRequireDefault(require("classnames"));
29
-
30
18
  var _propTypes = _interopRequireDefault(require("prop-types"));
31
-
32
19
  var _foundation = _interopRequireDefault(require("@douyinfe/semi-foundation/lib/cjs/treeSelect/foundation"));
33
-
34
20
  var _treeUtil = require("@douyinfe/semi-foundation/lib/cjs/tree/treeUtil");
35
-
36
21
  var _constants = require("@douyinfe/semi-foundation/lib/cjs/treeSelect/constants");
37
-
38
22
  var _constants2 = require("@douyinfe/semi-foundation/lib/cjs/popover/constants");
39
-
40
23
  var _reactWindow = require("react-window");
41
-
42
24
  require("@douyinfe/semi-foundation/lib/cjs/tree/tree.css");
43
-
44
25
  require("@douyinfe/semi-foundation/lib/cjs/treeSelect/treeSelect.css");
45
-
46
26
  var _baseComponent = _interopRequireDefault(require("../_base/baseComponent"));
47
-
48
27
  var _context = _interopRequireDefault(require("../configProvider/context"));
49
-
50
28
  var _group = _interopRequireDefault(require("../tag/group"));
51
-
52
29
  var _index = _interopRequireDefault(require("../tag/index"));
53
-
54
30
  var _index2 = _interopRequireDefault(require("../input/index"));
55
-
56
31
  var _autoSizer = _interopRequireDefault(require("../tree/autoSizer"));
57
-
58
32
  var _treeContext = _interopRequireDefault(require("../tree/treeContext"));
59
-
60
33
  var _treeNode = _interopRequireDefault(require("../tree/treeNode"));
61
-
62
34
  var _nodeList = _interopRequireDefault(require("../tree/nodeList"));
63
-
64
35
  var _treeUtil2 = require("../tree/treeUtil");
65
-
66
36
  var _localeConsumer = _interopRequireDefault(require("../locale/localeConsumer"));
67
-
68
37
  var _trigger = _interopRequireDefault(require("../trigger"));
69
-
70
38
  var _tagInput = _interopRequireDefault(require("../tagInput"));
71
-
72
39
  var _utils = require("../_utils");
73
-
74
40
  var _semiIcons = require("@douyinfe/semi-icons");
75
-
76
41
  var _checkboxGroup = _interopRequireDefault(require("../checkbox/checkboxGroup"));
77
-
78
42
  var _index3 = _interopRequireDefault(require("../popover/index"));
79
-
80
43
  var _virtualRow = _interopRequireDefault(require("../select/virtualRow"));
81
-
82
44
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
83
-
84
45
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
85
-
86
46
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
87
-
88
47
  const prefixcls = _constants.cssClasses.PREFIX;
89
48
  const prefixTree = _constants.cssClasses.PREFIX_TREE;
90
49
  const key = 0;
91
-
92
50
  class TreeSelect extends _baseComponent.default {
93
51
  constructor(props) {
94
52
  super(props);
95
-
96
53
  this.renderSuffix = () => {
97
54
  const {
98
55
  suffix
@@ -107,7 +64,6 @@ class TreeSelect extends _baseComponent.default {
107
64
  "x-semi-prop": "suffix"
108
65
  }, suffix);
109
66
  };
110
-
111
67
  this.renderPrefix = () => {
112
68
  const {
113
69
  prefix,
@@ -128,7 +84,6 @@ class TreeSelect extends _baseComponent.default {
128
84
  "x-semi-prop": "prefix,insetLabel"
129
85
  }, labelNode);
130
86
  };
131
-
132
87
  this.renderContent = () => {
133
88
  const {
134
89
  dropdownMinWidth
@@ -146,25 +101,19 @@ class TreeSelect extends _baseComponent.default {
146
101
  style: style
147
102
  }, this.renderTree());
148
103
  };
149
-
150
104
  this.removeTag = removedKey => {
151
105
  this.foundation.removeTag(removedKey);
152
106
  };
153
-
154
107
  this.handleClick = e => {
155
108
  this.foundation.handleClick(e);
156
109
  };
157
-
158
110
  this.getDataForKeyNotInKeyEntities = key => {
159
111
  return this.foundation.getDataForKeyNotInKeyEntities(key);
160
112
  };
161
113
  /* istanbul ignore next */
162
-
163
-
164
114
  this.handleSelectionEnterPress = e => {
165
115
  this.foundation.handleSelectionEnterPress(e);
166
116
  };
167
-
168
117
  this.hasValue = () => {
169
118
  const {
170
119
  multiple,
@@ -176,7 +125,6 @@ class TreeSelect extends _baseComponent.default {
176
125
  selectedKeys
177
126
  } = this.state;
178
127
  let hasValue = false;
179
-
180
128
  if (multiple) {
181
129
  if (checkRelation === 'related') {
182
130
  hasValue = Boolean(checkedKeys.size);
@@ -186,10 +134,8 @@ class TreeSelect extends _baseComponent.default {
186
134
  } else {
187
135
  hasValue = Boolean(selectedKeys.length);
188
136
  }
189
-
190
137
  return hasValue;
191
138
  };
192
-
193
139
  this.showClearBtn = () => {
194
140
  const {
195
141
  showClear,
@@ -204,7 +150,6 @@ class TreeSelect extends _baseComponent.default {
204
150
  const triggerSearchHasInputValue = searchPosition === _constants.strings.SEARCH_POSITION_TRIGGER && inputValue;
205
151
  return showClear && (this.hasValue() || triggerSearchHasInputValue) && !disabled && (isOpen || isHovering);
206
152
  };
207
-
208
153
  this.renderTagList = () => {
209
154
  const {
210
155
  checkedKeys,
@@ -226,27 +171,22 @@ class TreeSelect extends _baseComponent.default {
226
171
  content: (0, _get2.default)(item, treeNodeLabelProp, null)
227
172
  });
228
173
  let renderKeys = [];
229
-
230
174
  if (checkRelation === 'related') {
231
175
  renderKeys = (0, _treeUtil.normalizeKeyList)([...checkedKeys], keyEntities, leafOnly, true);
232
176
  } else if (checkRelation === 'unRelated' && Object.keys(keyEntities).length > 0) {
233
177
  renderKeys = [...realCheckedKeys];
234
178
  }
235
-
236
- const tagList = []; // eslint-disable-next-line @typescript-eslint/no-shadow
237
-
179
+ const tagList = [];
180
+ // eslint-disable-next-line @typescript-eslint/no-shadow
238
181
  renderKeys.forEach((key, index) => {
239
182
  const item = keyEntities[key] && keyEntities[key].data.key === key ? keyEntities[key].data : this.getDataForKeyNotInKeyEntities(key);
240
-
241
183
  const onClose = (tagContent, e) => {
242
184
  if (e && typeof e.preventDefault === 'function') {
243
185
  // make sure that tag will not hidden immediately in controlled mode
244
186
  e.preventDefault();
245
187
  }
246
-
247
188
  this.removeTag(key);
248
189
  };
249
-
250
190
  const {
251
191
  content,
252
192
  isRenderInTag
@@ -254,11 +194,9 @@ class TreeSelect extends _baseComponent.default {
254
194
  index,
255
195
  onClose
256
196
  }) : null;
257
-
258
197
  if ((0, _isNull2.default)(content) || (0, _isUndefined2.default)(content)) {
259
198
  return;
260
199
  }
261
-
262
200
  const isDisabled = disabled || item.disabled || disableStrictly && disabledKeys.has(item.key);
263
201
  const tag = {
264
202
  closable: !isDisabled,
@@ -268,7 +206,6 @@ class TreeSelect extends _baseComponent.default {
268
206
  key: `tag-${key}-${index}`,
269
207
  size: size === 'small' ? 'small' : 'large'
270
208
  };
271
-
272
209
  if (isRenderInTag) {
273
210
  // pass ReactNode list to tagList when using tagGroup custom mode
274
211
  tagList.push( /*#__PURE__*/_react.default.createElement(_index.default, Object.assign({}, tag), content));
@@ -281,8 +218,6 @@ class TreeSelect extends _baseComponent.default {
281
218
  /**
282
219
  * When single selection and the search box is on trigger, the items displayed in the rendered search box
283
220
  */
284
-
285
-
286
221
  this.renderSingleTriggerSearchItem = () => {
287
222
  const {
288
223
  placeholder,
@@ -303,15 +238,12 @@ class TreeSelect extends _baseComponent.default {
303
238
  /**
304
239
  * Single selection and the search box content rendered when the search box is on trigger
305
240
  */
306
-
307
-
308
241
  this.renderSingleTriggerSearch = () => {
309
242
  const {
310
243
  inputValue
311
244
  } = this.state;
312
245
  return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, !inputValue && this.renderSingleTriggerSearchItem(), this.renderInput());
313
246
  };
314
-
315
247
  this.renderSelectContent = () => {
316
248
  const {
317
249
  multiple,
@@ -322,13 +254,12 @@ class TreeSelect extends _baseComponent.default {
322
254
  showRestTagsPopover,
323
255
  restTagsPopoverProps
324
256
  } = this.props;
325
- const isTriggerPositionSearch = filterTreeNode && searchPosition === _constants.strings.SEARCH_POSITION_TRIGGER; // searchPosition = trigger
326
-
257
+ const isTriggerPositionSearch = filterTreeNode && searchPosition === _constants.strings.SEARCH_POSITION_TRIGGER;
258
+ // searchPosition = trigger
327
259
  if (isTriggerPositionSearch) {
328
260
  return multiple ? this.renderTagInput() : this.renderSingleTriggerSearch();
329
- } // searchPosition = dropdown and single seleciton
330
-
331
-
261
+ }
262
+ // searchPosition = dropdown and single seleciton
332
263
  if (!multiple || !this.hasValue()) {
333
264
  const renderText = this.foundation.getRenderTextInSingle();
334
265
  const spanCls = (0, _classnames.default)({
@@ -337,11 +268,10 @@ class TreeSelect extends _baseComponent.default {
337
268
  return /*#__PURE__*/_react.default.createElement("span", {
338
269
  className: spanCls
339
270
  }, renderText ? renderText : placeholder);
340
- } // searchPosition = dropdown and multiple seleciton
341
-
342
-
343
- const tagList = this.renderTagList(); // mode=custom to return tagList directly
344
-
271
+ }
272
+ // searchPosition = dropdown and multiple seleciton
273
+ const tagList = this.renderTagList();
274
+ // mode=custom to return tagList directly
345
275
  return /*#__PURE__*/_react.default.createElement(_group.default, {
346
276
  maxTagCount: maxTagCount,
347
277
  tagList: tagList,
@@ -351,66 +281,52 @@ class TreeSelect extends _baseComponent.default {
351
281
  popoverProps: restTagsPopoverProps
352
282
  });
353
283
  };
354
-
355
284
  this.handleClear = e => {
356
285
  e && e.stopPropagation();
357
286
  this.foundation.handleClear(e);
358
287
  };
359
288
  /* istanbul ignore next */
360
-
361
-
362
289
  this.handleClearEnterPress = e => {
363
290
  e && e.stopPropagation();
364
291
  this.foundation.handleClearEnterPress(e);
365
292
  };
366
-
367
293
  this.handleMouseOver = e => {
368
294
  this.foundation.toggleHoverState(true);
369
295
  };
370
-
371
296
  this.handleMouseLeave = e => {
372
297
  this.foundation.toggleHoverState(false);
373
298
  };
374
-
375
299
  this.search = value => {
376
300
  const {
377
301
  isOpen
378
302
  } = this.state;
379
-
380
303
  if (!isOpen) {
381
304
  this.foundation.open();
382
305
  }
383
-
384
306
  this.foundation.handleInputChange(value);
385
307
  };
386
-
387
308
  this.close = () => {
388
309
  this.foundation.close(null);
389
310
  };
390
-
391
311
  this.renderArrow = () => {
392
312
  const showClearBtn = this.showClearBtn();
393
313
  const {
394
314
  arrowIcon
395
315
  } = this.props;
396
-
397
316
  if (showClearBtn) {
398
317
  return null;
399
318
  }
400
-
401
319
  return arrowIcon ? /*#__PURE__*/_react.default.createElement("div", {
402
320
  className: (0, _classnames.default)(`${prefixcls}-arrow`),
403
321
  "x-semi-prop": "arrowIcon"
404
322
  }, arrowIcon) : null;
405
323
  };
406
-
407
324
  this.renderClearBtn = () => {
408
325
  const showClearBtn = this.showClearBtn();
409
326
  const {
410
327
  clearIcon
411
328
  } = this.props;
412
329
  const clearCls = (0, _classnames.default)(`${prefixcls}-clearbtn`);
413
-
414
330
  if (showClearBtn) {
415
331
  return /*#__PURE__*/_react.default.createElement("div", {
416
332
  role: 'button',
@@ -421,10 +337,8 @@ class TreeSelect extends _baseComponent.default {
421
337
  onKeyPress: this.handleClearEnterPress
422
338
  }, clearIcon ? clearIcon : /*#__PURE__*/_react.default.createElement(_semiIcons.IconClear, null));
423
339
  }
424
-
425
340
  return null;
426
341
  };
427
-
428
342
  this.renderSelection = () => {
429
343
  const {
430
344
  disabled,
@@ -508,7 +422,6 @@ class TreeSelect extends _baseComponent.default {
508
422
  * Reasons for disabling the a11y eslint rule:
509
423
  * The following attributes(aria-controls,aria-expanded) will be automatically added by Tooltip, no need to declare here
510
424
  */
511
-
512
425
  return /*#__PURE__*/_react.default.createElement("div", Object.assign({
513
426
  // eslint-disable-next-line jsx-a11y/role-has-required-aria-props
514
427
  role: 'combobox',
@@ -527,9 +440,8 @@ class TreeSelect extends _baseComponent.default {
527
440
  "aria-describedby": this.props['aria-describedby'],
528
441
  "aria-required": this.props['aria-required']
529
442
  }, mouseEvent), inner);
530
- }; // eslint-disable-next-line @typescript-eslint/no-shadow
531
-
532
-
443
+ };
444
+ // eslint-disable-next-line @typescript-eslint/no-shadow
533
445
  this.renderTagItem = (key, idx) => {
534
446
  const {
535
447
  keyEntities,
@@ -552,13 +464,11 @@ class TreeSelect extends _baseComponent.default {
552
464
  const nodeHaveData = !(0, _isEmpty2.default)(nodes) && !(0, _isEmpty2.default)(nodes[0]);
553
465
  const isDisableStrictlyNode = disableStrictly && nodeHaveData && disabledKeys.has(nodes[0].key);
554
466
  const closable = nodeHaveData && !nodes[0].disabled && !disabled && !isDisableStrictlyNode;
555
-
556
467
  const onClose = (tagChildren, e) => {
557
468
  // When value has not changed, prevent clicking tag closeBtn to close tag
558
469
  e.preventDefault();
559
470
  this.removeTag(key);
560
471
  };
561
-
562
472
  const tagProps = {
563
473
  size: size === 'small' ? 'small' : 'large',
564
474
  key: `tag-${value}-${idx}`,
@@ -572,7 +482,6 @@ class TreeSelect extends _baseComponent.default {
572
482
  isRenderInTag: true,
573
483
  content: (0, _get2.default)(selectedItem, treeNodeLabelProp, null)
574
484
  });
575
-
576
485
  if ((0, _isFunction2.default)(renderSelectedItem)) {
577
486
  const {
578
487
  content,
@@ -581,17 +490,14 @@ class TreeSelect extends _baseComponent.default {
581
490
  index: idx,
582
491
  onClose
583
492
  }) : null;
584
-
585
493
  if (isRenderInTag) {
586
494
  return /*#__PURE__*/_react.default.createElement(_index.default, Object.assign({}, tagProps), content);
587
495
  } else {
588
496
  return content;
589
497
  }
590
498
  }
591
-
592
499
  return /*#__PURE__*/_react.default.createElement(_index.default, Object.assign({}, tagProps), value);
593
500
  };
594
-
595
501
  this.renderTagInput = () => {
596
502
  const {
597
503
  leafOnly,
@@ -614,20 +520,18 @@ class TreeSelect extends _baseComponent.default {
614
520
  realCheckedKeys
615
521
  } = this.state;
616
522
  let keyList = [];
617
-
618
523
  if (checkRelation === 'related') {
619
524
  keyList = (0, _treeUtil.normalizeKeyList)(checkedKeys, keyEntities, leafOnly, true);
620
525
  } else if (checkRelation === 'unRelated') {
621
526
  keyList = [...realCheckedKeys];
622
- } // auto focus search input divide into two parts
527
+ }
528
+ // auto focus search input divide into two parts
623
529
  // 1. filterTreeNode && searchPosition === strings.SEARCH_POSITION_TRIGGER
624
530
  // Implemented by passing autofocus to the underlying input's autofocus
625
531
  // 2. filterTreeNode && searchPosition === strings.SEARCH_POSITION_DROPDOWN
626
532
  // Due to the off-screen rendering in the tooltip implementation mechanism, if it is implemented through the
627
533
  // autofocus of the input, when the option panel is opened, the page will scroll to top, so it is necessary
628
534
  // to call the focus method through ref in the onVisibleChange callback of the Popover to achieve focus
629
-
630
-
631
535
  const autoFocus = filterTreeNode && searchPosition === _constants.strings.SEARCH_POSITION_TRIGGER ? searchAutoFocus : undefined;
632
536
  return /*#__PURE__*/_react.default.createElement(_tagInput.default, {
633
537
  maxTagCount: maxTagCount,
@@ -647,9 +551,8 @@ class TreeSelect extends _baseComponent.default {
647
551
  expandRestTagsOnClick: false,
648
552
  preventScroll: preventScroll
649
553
  });
650
- }; // render Tree
651
-
652
-
554
+ };
555
+ // render Tree
653
556
  this.renderInput = () => {
654
557
  const {
655
558
  searchPlaceholder,
@@ -689,24 +592,20 @@ class TreeSelect extends _baseComponent.default {
689
592
  [`${prefixcls}-triggerSingleSearch-wrapper`]: !isDropdownPositionSearch && !multiple
690
593
  });
691
594
  const useCusSearch = typeof searchRender === 'function' || typeof searchRender === 'boolean';
692
-
693
595
  if (useCusSearch && !searchRender) {
694
596
  return null;
695
597
  }
696
-
697
598
  return /*#__PURE__*/_react.default.createElement("div", {
698
599
  className: wrapperCls
699
600
  }, /*#__PURE__*/_react.default.createElement(_localeConsumer.default, {
700
601
  componentName: "TreeSelect"
701
602
  }, locale => {
702
603
  const placeholder = isDropdownPositionSearch ? searchPlaceholder || locale.searchPlaceholder : '';
703
-
704
604
  if (useCusSearch) {
705
605
  return searchRender(Object.assign(Object.assign(Object.assign({}, realInputProps), baseInputProps), {
706
606
  placeholder
707
607
  }));
708
608
  }
709
-
710
609
  return /*#__PURE__*/_react.default.createElement(_index2.default, Object.assign({
711
610
  "aria-label": 'Filter TreeSelect item',
712
611
  ref: this.inputRef,
@@ -714,12 +613,10 @@ class TreeSelect extends _baseComponent.default {
714
613
  }, baseInputProps, realInputProps));
715
614
  }));
716
615
  };
717
-
718
616
  this.renderEmpty = () => {
719
617
  const {
720
618
  emptyContent
721
619
  } = this.props;
722
-
723
620
  if (emptyContent) {
724
621
  return /*#__PURE__*/_react.default.createElement(_treeNode.default, {
725
622
  empty: true,
@@ -734,21 +631,16 @@ class TreeSelect extends _baseComponent.default {
734
631
  }));
735
632
  }
736
633
  };
737
-
738
634
  this.onNodeLoad = data => new Promise(resolve => this.foundation.setLoadKeys(data, resolve));
739
-
740
635
  this.onNodeSelect = (e, treeNode) => {
741
636
  this.foundation.handleNodeSelect(e, treeNode);
742
637
  };
743
-
744
638
  this.onNodeCheck = (e, treeNode) => {
745
639
  this.foundation.handleNodeSelect(e, treeNode);
746
640
  };
747
-
748
641
  this.onNodeExpand = (e, treeNode) => {
749
642
  this.foundation.handleNodeExpand(e, treeNode);
750
643
  };
751
-
752
644
  this.getTreeNodeRequiredProps = () => {
753
645
  const {
754
646
  expandedKeys,
@@ -767,67 +659,57 @@ class TreeSelect extends _baseComponent.default {
767
659
  keyEntities
768
660
  };
769
661
  };
770
-
771
662
  this.getTreeNodeKey = treeNode => {
772
663
  const {
773
664
  data
774
- } = treeNode; // eslint-disable-next-line @typescript-eslint/no-shadow
775
-
665
+ } = treeNode;
666
+ // eslint-disable-next-line @typescript-eslint/no-shadow
776
667
  const {
777
668
  key
778
669
  } = data;
779
670
  return key;
780
671
  };
781
672
  /* Event handler function after popover is closed */
782
-
783
-
784
673
  this.handlePopoverClose = isVisible => {
785
674
  const {
786
675
  filterTreeNode,
787
676
  searchAutoFocus,
788
677
  searchPosition
789
678
  } = this.props;
790
-
791
679
  if (isVisible === false && Boolean(filterTreeNode)) {
792
680
  this.foundation.clearInput();
793
681
  }
794
-
795
682
  if (filterTreeNode && searchPosition === _constants.strings.SEARCH_POSITION_DROPDOWN && isVisible && searchAutoFocus) {
796
683
  this.foundation.focusInput(true);
797
684
  }
798
685
  };
799
-
800
686
  this.renderTreeNode = (treeNode, ind, style) => {
801
687
  const {
802
688
  data
803
- } = treeNode; // eslint-disable-next-line @typescript-eslint/no-shadow
804
-
689
+ } = treeNode;
690
+ // eslint-disable-next-line @typescript-eslint/no-shadow
805
691
  const {
806
692
  key
807
693
  } = data;
808
694
  const treeNodeProps = this.foundation.getTreeNodeProps(key);
809
-
810
695
  if (!treeNodeProps) {
811
696
  return null;
812
697
  }
813
-
814
698
  return /*#__PURE__*/_react.default.createElement(_treeNode.default, Object.assign({}, treeNodeProps, data, {
815
699
  key: key,
816
700
  data: data,
817
701
  style: style
818
702
  }));
819
703
  };
820
-
821
704
  this.itemKey = (index, data) => {
822
705
  const {
823
706
  visibleOptions
824
- } = data; // Find the item at the specified index.
825
-
826
- const item = visibleOptions[index]; // Return a value that uniquely identifies this item.
827
-
707
+ } = data;
708
+ // Find the item at the specified index.
709
+ const item = visibleOptions[index];
710
+ // Return a value that uniquely identifies this item.
828
711
  return item.key;
829
712
  };
830
-
831
713
  this.renderNodeList = () => {
832
714
  const {
833
715
  flattenNodes,
@@ -843,7 +725,6 @@ class TreeSelect extends _baseComponent.default {
843
725
  motionExpand
844
726
  } = this.props;
845
727
  const isExpandControlled = ('expandedKeys' in this.props);
846
-
847
728
  if (!virtualize || (0, _isEmpty2.default)(virtualize)) {
848
729
  return /*#__PURE__*/_react.default.createElement(_nodeList.default, {
849
730
  flattenNodes: flattenNodes,
@@ -856,7 +737,6 @@ class TreeSelect extends _baseComponent.default {
856
737
  renderTreeNode: this.renderTreeNode
857
738
  });
858
739
  }
859
-
860
740
  const data = {
861
741
  visibleOptions: flattenNodes,
862
742
  renderOption: this.renderTreeNode
@@ -884,7 +764,6 @@ class TreeSelect extends _baseComponent.default {
884
764
  }, _virtualRow.default);
885
765
  });
886
766
  };
887
-
888
767
  this.renderTree = () => {
889
768
  const {
890
769
  keyEntities,
@@ -957,7 +836,6 @@ class TreeSelect extends _baseComponent.default {
957
836
  value: Array.from(checkRelation === 'related' ? checkedKeys : realCheckedKeys)
958
837
  }, this.renderNodeList()) : this.renderNodeList()), outerBottomSlot));
959
838
  };
960
-
961
839
  this.state = {
962
840
  inputTriggerFocus: false,
963
841
  isOpen: false,
@@ -993,29 +871,25 @@ class TreeSelect extends _baseComponent.default {
993
871
  this.clickOutsideHandler = null;
994
872
  this.foundation = new _foundation.default(this.adapter);
995
873
  this.treeSelectID = Math.random().toString(36).slice(2);
996
-
997
874
  this.onMotionEnd = () => {
998
875
  this.adapter.rePositionDropdown();
999
876
  };
1000
- } // eslint-disable-next-line max-lines-per-function
1001
-
1002
-
877
+ }
878
+ // eslint-disable-next-line max-lines-per-function
1003
879
  static getDerivedStateFromProps(props, prevState) {
1004
880
  const {
1005
881
  prevProps,
1006
882
  rePosKey
1007
883
  } = prevState;
1008
-
1009
884
  const needUpdate = name => !prevProps && name in props || prevProps && !(0, _isEqual2.default)(prevProps[name], props[name]);
1010
-
1011
885
  let treeData;
1012
886
  const withObject = props.onChangeWithObject;
1013
887
  let keyEntities = prevState.keyEntities || {};
1014
888
  let valueEntities = prevState.cachedKeyValuePairs || {};
1015
889
  const newState = {
1016
890
  prevProps: props
1017
- }; // TreeNode
1018
-
891
+ };
892
+ // TreeNode
1019
893
  if (needUpdate('treeData')) {
1020
894
  treeData = props.treeData;
1021
895
  newState.treeData = treeData;
@@ -1024,21 +898,19 @@ class TreeSelect extends _baseComponent.default {
1024
898
  keyEntities = newState.keyEntities;
1025
899
  newState.cachedKeyValuePairs = Object.assign({}, entitiesMap.valueEntities);
1026
900
  valueEntities = newState.cachedKeyValuePairs;
1027
- } // if treeData keys changes, we won't show animation
1028
-
1029
-
901
+ }
902
+ // if treeData keys changes, we won't show animation
1030
903
  if (treeData && props.motion && !(0, _isEqual2.default)(Object.keys(newState.keyEntities), Object.keys(prevState.keyEntities))) {
1031
904
  if (prevProps && props.motion) {
1032
905
  newState.motionKeys = new Set([]);
1033
906
  newState.motionType = null;
1034
907
  }
1035
908
  }
1036
-
1037
- const expandAllWhenDataChange = needUpdate('treeData') && props.expandAll; // expandedKeys
1038
-
909
+ const expandAllWhenDataChange = needUpdate('treeData') && props.expandAll;
910
+ // expandedKeys
1039
911
  if (needUpdate('expandedKeys') || prevProps && needUpdate('autoExpandParent')) {
1040
- newState.expandedKeys = (0, _treeUtil.calcExpandedKeys)(props.expandedKeys, keyEntities, props.autoExpandParent || !prevProps); // only show animation when treeData does not change
1041
-
912
+ newState.expandedKeys = (0, _treeUtil.calcExpandedKeys)(props.expandedKeys, keyEntities, props.autoExpandParent || !prevProps);
913
+ // only show animation when treeData does not change
1042
914
  if (prevProps && props.motion && !treeData) {
1043
915
  const {
1044
916
  motionKeys,
@@ -1055,17 +927,14 @@ class TreeSelect extends _baseComponent.default {
1055
927
  newState.expandedKeys = (0, _treeUtil.calcExpandedKeysForValues)((0, _treeUtil.normalizeValue)(props.defaultValue, withObject), keyEntities, props.multiple, valueEntities);
1056
928
  } else if (!prevProps && props.value) {
1057
929
  newState.expandedKeys = (0, _treeUtil.calcExpandedKeysForValues)((0, _treeUtil.normalizeValue)(props.value, withObject), keyEntities, props.multiple, valueEntities);
1058
- } // flattenNodes
1059
-
1060
-
930
+ }
931
+ // flattenNodes
1061
932
  if (treeData || needUpdate('expandedKeys')) {
1062
933
  const flattenNodes = (0, _treeUtil.flattenTreeData)(treeData || prevState.treeData, newState.expandedKeys || prevState.expandedKeys);
1063
934
  newState.flattenNodes = flattenNodes;
1064
- } // selectedKeys: single mode controlled
1065
-
1066
-
935
+ }
936
+ // selectedKeys: single mode controlled
1067
937
  const isMultiple = props.multiple;
1068
-
1069
938
  if (!isMultiple) {
1070
939
  if (needUpdate('value')) {
1071
940
  newState.selectedKeys = (0, _treeUtil.findKeysForValues)((0, _treeUtil.normalizeValue)(props.value, withObject), valueEntities, isMultiple);
@@ -1082,7 +951,6 @@ class TreeSelect extends _baseComponent.default {
1082
951
  } else {
1083
952
  // checkedKeys: multiple mode controlled || data changed
1084
953
  let checkedKeyValues;
1085
-
1086
954
  if (needUpdate('value')) {
1087
955
  checkedKeyValues = (0, _treeUtil.findKeysForValues)((0, _treeUtil.normalizeValue)(props.value, withObject), valueEntities, isMultiple);
1088
956
  } else if (!prevProps && props.defaultValue) {
@@ -1095,7 +963,6 @@ class TreeSelect extends _baseComponent.default {
1095
963
  checkedKeyValues = (0, _treeUtil.updateKeys)(prevState.checkedKeys, keyEntities);
1096
964
  }
1097
965
  }
1098
-
1099
966
  if (checkedKeyValues) {
1100
967
  if (props.checkRelation === 'unRelated') {
1101
968
  newState.realCheckedKeys = new Set(checkedKeyValues);
@@ -1108,29 +975,23 @@ class TreeSelect extends _baseComponent.default {
1108
975
  newState.halfCheckedKeys = halfCheckedKeys;
1109
976
  }
1110
977
  }
1111
- } // loadedKeys
1112
-
1113
-
978
+ }
979
+ // loadedKeys
1114
980
  if (needUpdate('loadedKeys')) {
1115
981
  newState.loadedKeys = new Set(props.loadedKeys);
1116
- } // ================== rePosKey ==================
1117
-
1118
-
982
+ }
983
+ // ================== rePosKey ==================
1119
984
  if (needUpdate('treeData') || needUpdate('value')) {
1120
985
  newState.rePosKey = rePosKey + 1;
1121
- } // ================ disableStrictly =================
1122
-
1123
-
986
+ }
987
+ // ================ disableStrictly =================
1124
988
  if (treeData && props.disableStrictly && props.checkRelation === 'related') {
1125
989
  newState.disabledKeys = (0, _treeUtil.calcDisabledKeys)(keyEntities);
1126
990
  }
1127
-
1128
991
  return newState;
1129
992
  }
1130
-
1131
993
  get adapter() {
1132
994
  var _this = this;
1133
-
1134
995
  const filterAdapter = {
1135
996
  updateInputValue: value => {
1136
997
  this.setState({
@@ -1142,17 +1003,14 @@ class TreeSelect extends _baseComponent.default {
1142
1003
  registerClickOutsideHandler: cb => {
1143
1004
  const clickOutsideHandler = e => {
1144
1005
  const optionInstance = this.optionsRef && this.optionsRef.current;
1145
- const triggerDom = this.triggerRef && this.triggerRef.current; // eslint-disable-next-line
1146
-
1006
+ const triggerDom = this.triggerRef && this.triggerRef.current;
1007
+ // eslint-disable-next-line
1147
1008
  const optionsDom = _reactDom.default.findDOMNode(optionInstance);
1148
-
1149
1009
  const target = e.target;
1150
-
1151
1010
  if (optionsDom && (!optionsDom.contains(target) || !optionsDom.contains(target.parentNode)) && triggerDom && !triggerDom.contains(target)) {
1152
1011
  cb(e);
1153
1012
  }
1154
1013
  };
1155
-
1156
1014
  this.clickOutsideHandler = clickOutsideHandler;
1157
1015
  document.addEventListener('mousedown', clickOutsideHandler, false);
1158
1016
  },
@@ -1242,7 +1100,6 @@ class TreeSelect extends _baseComponent.default {
1242
1100
  expanded: bool,
1243
1101
  node
1244
1102
  });
1245
-
1246
1103
  if (bool && this.props.loadData) {
1247
1104
  this.onNodeLoad(node);
1248
1105
  }
@@ -1268,7 +1125,6 @@ class TreeSelect extends _baseComponent.default {
1268
1125
  preventScroll
1269
1126
  });
1270
1127
  }
1271
-
1272
1128
  if (this.tagInputRef && this.tagInputRef.current) {
1273
1129
  this.tagInputRef.current.focus();
1274
1130
  }
@@ -1276,7 +1132,6 @@ class TreeSelect extends _baseComponent.default {
1276
1132
  if (this.inputRef && this.inputRef.current) {
1277
1133
  this.inputRef.current.blur();
1278
1134
  }
1279
-
1280
1135
  if (this.tagInputRef && this.tagInputRef.current) {
1281
1136
  this.tagInputRef.current.blur();
1282
1137
  }
@@ -1289,15 +1144,12 @@ class TreeSelect extends _baseComponent.default {
1289
1144
  }
1290
1145
  });
1291
1146
  }
1292
-
1293
1147
  componentDidMount() {
1294
1148
  this.foundation.init();
1295
1149
  }
1296
-
1297
1150
  componentWillUnmount() {
1298
1151
  this.foundation.destroy();
1299
1152
  }
1300
-
1301
1153
  render() {
1302
1154
  const content = this.renderContent();
1303
1155
  const {
@@ -1335,9 +1187,7 @@ class TreeSelect extends _baseComponent.default {
1335
1187
  onVisibleChange: this.handlePopoverClose
1336
1188
  }, selection);
1337
1189
  }
1338
-
1339
1190
  }
1340
-
1341
1191
  TreeSelect.contextType = _context.default;
1342
1192
  TreeSelect.propTypes = {
1343
1193
  'aria-describedby': _propTypes.default.string,