tntd 2.7.30 → 2.7.32

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 (1024) hide show
  1. package/es/ellipsis/index.js +2 -0
  2. package/es/ellipsis/index.js.map +1 -1
  3. package/es/form/form.js +37 -38
  4. package/es/form/form.js.map +1 -1
  5. package/es/tntd-form/_util/context.js.map +1 -0
  6. package/es/tntd-form/_util/defaultRenderEmpty.js.map +1 -0
  7. package/es/tntd-form/_util/hooks/useFlexGapSupport.js +9 -0
  8. package/es/tntd-form/_util/hooks/useFlexGapSupport.js.map +1 -0
  9. package/es/tntd-form/_util/hooks/useForceUpdate.js +5 -0
  10. package/es/tntd-form/_util/hooks/useForceUpdate.js.map +1 -0
  11. package/es/tntd-form/_util/responsiveObserve.js +59 -0
  12. package/es/tntd-form/_util/responsiveObserve.js.map +1 -0
  13. package/es/tntd-form/_util/styleChecker.js +26 -0
  14. package/es/tntd-form/_util/styleChecker.js.map +1 -0
  15. package/es/tntd-form/grid/RowContext.js.map +1 -0
  16. package/es/{grid-v4 → tntd-form/grid}/col.js +1 -0
  17. package/es/tntd-form/grid/col.js.map +1 -0
  18. package/es/tntd-form/grid/hooks/useBreakpoint.js.map +1 -0
  19. package/es/tntd-form/grid/index.js.map +1 -0
  20. package/es/{grid-v4 → tntd-form/grid}/row.js +0 -1
  21. package/es/tntd-form/grid/row.js.map +1 -0
  22. package/es/tntd-form/grid/style/index.js.map +1 -0
  23. package/lib/ellipsis/index.d.ts.map +1 -1
  24. package/lib/ellipsis/index.js +2 -0
  25. package/lib/ellipsis/index.js.map +1 -1
  26. package/lib/form/form.d.ts +1 -2
  27. package/lib/form/form.d.ts.map +1 -1
  28. package/lib/form/form.js +41 -40
  29. package/lib/form/form.js.map +1 -1
  30. package/lib/tntd-form/_util/context.d.ts.map +1 -0
  31. package/lib/tntd-form/_util/context.js.map +1 -0
  32. package/lib/tntd-form/_util/defaultRenderEmpty.d.ts.map +1 -0
  33. package/lib/tntd-form/_util/defaultRenderEmpty.js.map +1 -0
  34. package/lib/tntd-form/_util/hooks/useFlexGapSupport.d.ts +3 -0
  35. package/lib/tntd-form/_util/hooks/useFlexGapSupport.d.ts.map +1 -0
  36. package/lib/{tntd-select/rc-select/hooks/useDelayReset.js → tntd-form/_util/hooks/useFlexGapSupport.js} +9 -25
  37. package/lib/tntd-form/_util/hooks/useFlexGapSupport.js.map +1 -0
  38. package/lib/tntd-form/_util/hooks/useForceUpdate.d.ts +3 -0
  39. package/lib/tntd-form/_util/hooks/useForceUpdate.d.ts.map +1 -0
  40. package/lib/{tntd-select/rc-select/hooks/useId.js → tntd-form/_util/hooks/useForceUpdate.js} +8 -32
  41. package/lib/tntd-form/_util/hooks/useForceUpdate.js.map +1 -0
  42. package/lib/tntd-form/_util/responsiveObserve.d.ts +22 -0
  43. package/lib/tntd-form/_util/responsiveObserve.d.ts.map +1 -0
  44. package/lib/tntd-form/_util/responsiveObserve.js +73 -0
  45. package/lib/tntd-form/_util/responsiveObserve.js.map +1 -0
  46. package/lib/tntd-form/_util/styleChecker.d.ts +5 -0
  47. package/lib/tntd-form/_util/styleChecker.d.ts.map +1 -0
  48. package/lib/tntd-form/_util/styleChecker.js +42 -0
  49. package/lib/tntd-form/_util/styleChecker.js.map +1 -0
  50. package/lib/tntd-form/grid/RowContext.d.ts.map +1 -0
  51. package/lib/tntd-form/grid/RowContext.js.map +1 -0
  52. package/lib/tntd-form/grid/col.d.ts.map +1 -0
  53. package/lib/tntd-form/grid/col.js.map +1 -0
  54. package/lib/tntd-form/grid/hooks/useBreakpoint.d.ts.map +1 -0
  55. package/lib/tntd-form/grid/hooks/useBreakpoint.js.map +1 -0
  56. package/lib/tntd-form/grid/index.d.ts.map +1 -0
  57. package/lib/tntd-form/grid/index.js.map +1 -0
  58. package/lib/tntd-form/grid/row.d.ts.map +1 -0
  59. package/lib/{grid-v4 → tntd-form/grid}/row.js +0 -1
  60. package/lib/tntd-form/grid/row.js.map +1 -0
  61. package/lib/tntd-form/grid/style/index.d.ts.map +1 -0
  62. package/lib/tntd-form/grid/style/index.js.map +1 -0
  63. package/lib/tntd-form/tntd-form.stories.d.ts +1 -1
  64. package/package.json +1 -1
  65. package/themes/common/index.less +3 -3
  66. package/es/affix/style/index.js.map +0 -1
  67. package/es/affix/style/index.less +0 -6
  68. package/es/alert/style/index.js +0 -2
  69. package/es/alert/style/index.js.map +0 -1
  70. package/es/alert/style/index.less +0 -188
  71. package/es/anchor/style/index.js +0 -4
  72. package/es/anchor/style/index.js.map +0 -1
  73. package/es/anchor/style/index.less +0 -82
  74. package/es/auto-complete/style/index.js +0 -5
  75. package/es/auto-complete/style/index.js.map +0 -1
  76. package/es/auto-complete/style/index.less +0 -92
  77. package/es/avatar/style/index.js +0 -2
  78. package/es/avatar/style/index.js.map +0 -1
  79. package/es/avatar/style/index.less +0 -59
  80. package/es/back-top/style/index.js +0 -2
  81. package/es/back-top/style/index.js.map +0 -1
  82. package/es/back-top/style/index.less +0 -42
  83. package/es/back-top/style/responsive.less +0 -11
  84. package/es/badge/style/index.js +0 -2
  85. package/es/badge/style/index.js.map +0 -1
  86. package/es/badge/style/index.less +0 -190
  87. package/es/breadcrumb/style/index.js +0 -4
  88. package/es/breadcrumb/style/index.js.map +0 -1
  89. package/es/breadcrumb/style/index.less +0 -51
  90. package/es/button/style/index.js +0 -2
  91. package/es/button/style/index.js.map +0 -1
  92. package/es/button/style/index.less +0 -224
  93. package/es/button/style/mixin.less +0 -357
  94. package/es/calendar/style/index.js +0 -5
  95. package/es/calendar/style/index.js.map +0 -1
  96. package/es/calendar/style/index.less +0 -278
  97. package/es/card/style/index.js +0 -6
  98. package/es/card/style/index.js.map +0 -1
  99. package/es/card/style/index.less +0 -263
  100. package/es/card/style/size.less +0 -25
  101. package/es/carousel/style/index.js +0 -2
  102. package/es/carousel/style/index.js.map +0 -1
  103. package/es/carousel/style/index.less +0 -238
  104. package/es/cascader/style/index.js +0 -5
  105. package/es/cascader/style/index.js.map +0 -1
  106. package/es/cascader/style/index.less +0 -227
  107. package/es/checkbox/style/index.js +0 -2
  108. package/es/checkbox/style/index.js.map +0 -1
  109. package/es/checkbox/style/index.less +0 -4
  110. package/es/checkbox/style/mixin.less +0 -220
  111. package/es/col/style/index.js +0 -4
  112. package/es/col/style/index.js.map +0 -1
  113. package/es/collapse/style/index.js +0 -2
  114. package/es/collapse/style/index.js.map +0 -1
  115. package/es/collapse/style/index.less +0 -134
  116. package/es/comment/style/index.js +0 -2
  117. package/es/comment/style/index.js.map +0 -1
  118. package/es/comment/style/index.less +0 -93
  119. package/es/config-provider/style/index.js +0 -1
  120. package/es/config-provider/style/index.js.map +0 -1
  121. package/es/config-provider/style/index.less +0 -2
  122. package/es/date-picker/style/Calendar.less +0 -402
  123. package/es/date-picker/style/DecadePanel.less +0 -81
  124. package/es/date-picker/style/MonthPanel.less +0 -86
  125. package/es/date-picker/style/MonthPicker.less +0 -11
  126. package/es/date-picker/style/Picker.less +0 -113
  127. package/es/date-picker/style/RangePicker.less +0 -248
  128. package/es/date-picker/style/TimePicker.less +0 -151
  129. package/es/date-picker/style/WeekPicker.less +0 -21
  130. package/es/date-picker/style/YearPanel.less +0 -85
  131. package/es/date-picker/style/index.js +0 -7
  132. package/es/date-picker/style/index.js.map +0 -1
  133. package/es/date-picker/style/index.less +0 -17
  134. package/es/descriptions/style/index.js +0 -2
  135. package/es/descriptions/style/index.js.map +0 -1
  136. package/es/descriptions/style/index.less +0 -144
  137. package/es/divider/style/index.js +0 -2
  138. package/es/divider/style/index.js.map +0 -1
  139. package/es/divider/style/index.less +0 -109
  140. package/es/drawer/style/drawer.less +0 -230
  141. package/es/drawer/style/index.js +0 -3
  142. package/es/drawer/style/index.js.map +0 -1
  143. package/es/drawer/style/index.less +0 -3
  144. package/es/dropdown/style/index.js +0 -4
  145. package/es/dropdown/style/index.js.map +0 -1
  146. package/es/dropdown/style/index.less +0 -282
  147. package/es/empty/style/index.js +0 -2
  148. package/es/empty/style/index.js.map +0 -1
  149. package/es/empty/style/index.less +0 -52
  150. package/es/form/style/index.js +0 -4
  151. package/es/form/style/index.js.map +0 -1
  152. package/es/form/style/index.less +0 -653
  153. package/es/form/style/mixin.less +0 -126
  154. package/es/grid-v4/RowContext.js.map +0 -1
  155. package/es/grid-v4/col.js.map +0 -1
  156. package/es/grid-v4/hooks/useBreakpoint.js.map +0 -1
  157. package/es/grid-v4/index.js.map +0 -1
  158. package/es/grid-v4/row.js.map +0 -1
  159. package/es/grid-v4/style/index.js +0 -2
  160. package/es/grid-v4/style/index.js.map +0 -1
  161. package/es/grid-v4/style/index.less +0 -124
  162. package/es/grid-v4/style/mixin.less +0 -57
  163. package/es/grid-v4/style/rtl.less +0 -69
  164. package/es/handle/handle.js +0 -138
  165. package/es/handle/handle.js.map +0 -1
  166. package/es/icon/style/index.js +0 -2
  167. package/es/icon/style/index.js.map +0 -1
  168. package/es/icon/style/index.less +0 -4
  169. package/es/input/style/index.js +0 -4
  170. package/es/input/style/index.js.map +0 -1
  171. package/es/input/style/index.less +0 -57
  172. package/es/input/style/mixin.less +0 -449
  173. package/es/input/style/search-input.less +0 -34
  174. package/es/input-number/style/index.js +0 -2
  175. package/es/input-number/style/index.js.map +0 -1
  176. package/es/input-number/style/index.less +0 -179
  177. package/es/layout/style/index.js +0 -2
  178. package/es/layout/style/index.js.map +0 -1
  179. package/es/layout/style/index.less +0 -124
  180. package/es/layout/style/light.less +0 -15
  181. package/es/list/style/bordered.less +0 -41
  182. package/es/list/style/index.js +0 -7
  183. package/es/list/style/index.js.map +0 -1
  184. package/es/list/style/index.less +0 -234
  185. package/es/list/style/responsive.less +0 -40
  186. package/es/locale-provider/style/index.js +0 -1
  187. package/es/locale-provider/style/index.js.map +0 -1
  188. package/es/locale-provider/style/index.less +0 -2
  189. package/es/mention/index.js +0 -4
  190. package/es/mention/index.js.map +0 -1
  191. package/es/mentions/style/index.js +0 -4
  192. package/es/mentions/style/index.js.map +0 -1
  193. package/es/mentions/style/index.less +0 -164
  194. package/es/menu/style/dark.less +0 -139
  195. package/es/menu/style/index.js +0 -5
  196. package/es/menu/style/index.js.map +0 -1
  197. package/es/menu/style/index.less +0 -515
  198. package/es/message/style/index.js +0 -2
  199. package/es/message/style/index.js.map +0 -1
  200. package/es/message/style/index.less +0 -75
  201. package/es/modal/style/confirm.less +0 -78
  202. package/es/modal/style/index.js +0 -4
  203. package/es/modal/style/index.js.map +0 -1
  204. package/es/modal/style/index.less +0 -4
  205. package/es/modal/style/modal.less +0 -165
  206. package/es/notification/style/index.js +0 -2
  207. package/es/notification/style/index.js.map +0 -1
  208. package/es/notification/style/index.less +0 -199
  209. package/es/page-header/style/index.js +0 -4
  210. package/es/page-header/style/index.js.map +0 -1
  211. package/es/page-header/style/index.less +0 -119
  212. package/es/pagination/style/index.js +0 -4
  213. package/es/pagination/style/index.js.map +0 -1
  214. package/es/pagination/style/index.less +0 -400
  215. package/es/popconfirm/style/index.js +0 -5
  216. package/es/popconfirm/style/index.js.map +0 -1
  217. package/es/popover/style/index.js +0 -4
  218. package/es/popover/style/index.js.map +0 -1
  219. package/es/popover/style/index.less +0 -205
  220. package/es/progress/style/index.js +0 -2
  221. package/es/progress/style/index.js.map +0 -1
  222. package/es/progress/style/index.less +0 -182
  223. package/es/radio/style/index.js +0 -2
  224. package/es/radio/style/index.js.map +0 -1
  225. package/es/radio/style/index.less +0 -327
  226. package/es/rate/style/index.js +0 -4
  227. package/es/rate/style/index.js.map +0 -1
  228. package/es/rate/style/index.less +0 -85
  229. package/es/result/style/index.js +0 -2
  230. package/es/result/style/index.js.map +0 -1
  231. package/es/result/style/index.less +0 -71
  232. package/es/row/style/index.js +0 -4
  233. package/es/row/style/index.js.map +0 -1
  234. package/es/select/style/index.js +0 -4
  235. package/es/select/style/index.js.map +0 -1
  236. package/es/select/style/index.less +0 -604
  237. package/es/skeleton/style/index.js +0 -2
  238. package/es/skeleton/style/index.js.map +0 -1
  239. package/es/skeleton/style/index.less +0 -130
  240. package/es/slider/style/index.js +0 -4
  241. package/es/slider/style/index.js.map +0 -1
  242. package/es/slider/style/index.less +0 -197
  243. package/es/spin/style/index.js +0 -2
  244. package/es/spin/style/index.js.map +0 -1
  245. package/es/spin/style/index.less +0 -214
  246. package/es/statistic/style/index.js +0 -2
  247. package/es/statistic/style/index.js.map +0 -1
  248. package/es/statistic/style/index.less +0 -40
  249. package/es/steps/style/compatibility.less +0 -50
  250. package/es/steps/style/custom-icon.less +0 -31
  251. package/es/steps/style/index.js +0 -2
  252. package/es/steps/style/index.js.map +0 -1
  253. package/es/steps/style/label-placement.less +0 -38
  254. package/es/steps/style/progress-dot.less +0 -80
  255. package/es/steps/style/vertical.less +0 -74
  256. package/es/style/color/bezierEasing.less +0 -110
  257. package/es/style/color/colorPalette.less +0 -75
  258. package/es/style/color/colors.less +0 -149
  259. package/es/style/color/tinyColor.less +0 -1184
  260. package/es/style/core/base.less +0 -510
  261. package/es/style/core/iconfont.less +0 -19
  262. package/es/style/core/index.less +0 -4
  263. package/es/style/core/motion/fade.less +0 -31
  264. package/es/style/core/motion/move.less +0 -120
  265. package/es/style/core/motion/other.less +0 -40
  266. package/es/style/core/motion/slide.less +0 -120
  267. package/es/style/core/motion/swing.less +0 -34
  268. package/es/style/core/motion/zoom.less +0 -162
  269. package/es/style/core/motion.less +0 -20
  270. package/es/style/index.js +0 -1
  271. package/es/style/index.js.map +0 -1
  272. package/es/style/index.less +0 -2
  273. package/es/style/mixins/clearfix.less +0 -13
  274. package/es/style/mixins/compatibility.less +0 -22
  275. package/es/style/mixins/iconfont.less +0 -43
  276. package/es/style/mixins/index.less +0 -10
  277. package/es/style/mixins/motion.less +0 -35
  278. package/es/style/mixins/operation-unit.less +0 -18
  279. package/es/style/mixins/reset.less +0 -13
  280. package/es/style/mixins/size.less +0 -10
  281. package/es/style/mixins/typography.less +0 -49
  282. package/es/style/themes/default.less +0 -699
  283. package/es/style/themes/index.less +0 -1
  284. package/es/style/v2-compatible-reset.js +0 -1
  285. package/es/style/v2-compatible-reset.js.map +0 -1
  286. package/es/style/v2-compatible-reset.less +0 -51
  287. package/es/switch/style/index.js +0 -2
  288. package/es/switch/style/index.js.map +0 -1
  289. package/es/switch/style/index.less +0 -178
  290. package/es/table/style/index.js +0 -10
  291. package/es/table/style/index.js.map +0 -1
  292. package/es/table/style/index.less +0 -800
  293. package/es/table/style/size.less +0 -179
  294. package/es/tabs/style/card-style.less +0 -186
  295. package/es/tabs/style/index.js +0 -2
  296. package/es/tabs/style/index.js.map +0 -1
  297. package/es/tabs/style/index.less +0 -436
  298. package/es/tag/style/index.js +0 -2
  299. package/es/tag/style/index.js.map +0 -1
  300. package/es/tag/style/index.less +0 -106
  301. package/es/time-picker/style/index.js +0 -2
  302. package/es/time-picker/style/index.js.map +0 -1
  303. package/es/time-picker/style/index.less +0 -246
  304. package/es/timeline/style/index.js +0 -2
  305. package/es/timeline/style/index.js.map +0 -1
  306. package/es/timeline/style/index.less +0 -167
  307. package/es/tntd-form/TntdForm/components/Item.js +0 -55
  308. package/es/tntd-form/TntdForm/components/Item.js.map +0 -1
  309. package/es/tntd-form/TntdForm/components/ItemComp.js +0 -186
  310. package/es/tntd-form/TntdForm/components/ItemComp.js.map +0 -1
  311. package/es/tntd-form/TntdForm/components/List.js +0 -102
  312. package/es/tntd-form/TntdForm/components/List.js.map +0 -1
  313. package/es/tntd-form/TntdForm/index.js +0 -55
  314. package/es/tntd-form/TntdForm/index.js.map +0 -1
  315. package/es/tntd-form/TntdForm/interface.js +0 -1
  316. package/es/tntd-form/TntdForm/interface.js.map +0 -1
  317. package/es/tntd-form/TntdForm/store.js +0 -2
  318. package/es/tntd-form/TntdForm/store.js.map +0 -1
  319. package/es/tntd-form/TntdForm/utils.js +0 -219
  320. package/es/tntd-form/TntdForm/utils.js.map +0 -1
  321. package/es/tntd-select/_util/DisabledContext.js +0 -12
  322. package/es/tntd-select/_util/DisabledContext.js.map +0 -1
  323. package/es/tntd-select/_util/FormItemInputContext.js +0 -2
  324. package/es/tntd-select/_util/FormItemInputContext.js.map +0 -1
  325. package/es/tntd-select/_util/PurePanel.js +0 -66
  326. package/es/tntd-select/_util/PurePanel.js.map +0 -1
  327. package/es/tntd-select/_util/SizeContext.js +0 -2
  328. package/es/tntd-select/_util/SizeContext.js.map +0 -1
  329. package/es/tntd-select/_util/context.js.map +0 -1
  330. package/es/tntd-select/_util/defaultRenderEmpty.js.map +0 -1
  331. package/es/tntd-select/_util/getIcons.js +0 -74
  332. package/es/tntd-select/_util/getIcons.js.map +0 -1
  333. package/es/tntd-select/_util/interface.js +0 -4
  334. package/es/tntd-select/_util/interface.js.map +0 -1
  335. package/es/tntd-select/_util/motion.js +0 -47
  336. package/es/tntd-select/_util/motion.js.map +0 -1
  337. package/es/tntd-select/_util/type.js +0 -3
  338. package/es/tntd-select/_util/type.js.map +0 -1
  339. package/es/tntd-select/_util/useCompactItemContext.js +0 -26
  340. package/es/tntd-select/_util/useCompactItemContext.js.map +0 -1
  341. package/es/tntd-select/_util/warning.js +0 -14
  342. package/es/tntd-select/_util/warning.js.map +0 -1
  343. package/es/tntd-select/rc-select/BaseSelect.js +0 -524
  344. package/es/tntd-select/rc-select/BaseSelect.js.map +0 -1
  345. package/es/tntd-select/rc-select/OptGroup.js +0 -4
  346. package/es/tntd-select/rc-select/OptGroup.js.map +0 -1
  347. package/es/tntd-select/rc-select/Option.js +0 -4
  348. package/es/tntd-select/rc-select/Option.js.map +0 -1
  349. package/es/tntd-select/rc-select/OptionList.js +0 -346
  350. package/es/tntd-select/rc-select/OptionList.js.map +0 -1
  351. package/es/tntd-select/rc-select/Select.js +0 -440
  352. package/es/tntd-select/rc-select/Select.js.map +0 -1
  353. package/es/tntd-select/rc-select/SelectContext.js +0 -3
  354. package/es/tntd-select/rc-select/SelectContext.js.map +0 -1
  355. package/es/tntd-select/rc-select/SelectTrigger.js +0 -130
  356. package/es/tntd-select/rc-select/SelectTrigger.js.map +0 -1
  357. package/es/tntd-select/rc-select/Selector/Input.js +0 -103
  358. package/es/tntd-select/rc-select/Selector/Input.js.map +0 -1
  359. package/es/tntd-select/rc-select/Selector/MultipleSelector.js +0 -171
  360. package/es/tntd-select/rc-select/Selector/MultipleSelector.js.map +0 -1
  361. package/es/tntd-select/rc-select/Selector/SingleSelector.js +0 -98
  362. package/es/tntd-select/rc-select/Selector/SingleSelector.js.map +0 -1
  363. package/es/tntd-select/rc-select/Selector/index.js +0 -158
  364. package/es/tntd-select/rc-select/Selector/index.js.map +0 -1
  365. package/es/tntd-select/rc-select/TransBtn.js +0 -36
  366. package/es/tntd-select/rc-select/TransBtn.js.map +0 -1
  367. package/es/tntd-select/rc-select/hooks/useAllowClear.js +0 -24
  368. package/es/tntd-select/rc-select/hooks/useAllowClear.js.map +0 -1
  369. package/es/tntd-select/rc-select/hooks/useBaseProps.js +0 -9
  370. package/es/tntd-select/rc-select/hooks/useBaseProps.js.map +0 -1
  371. package/es/tntd-select/rc-select/hooks/useCache.js +0 -38
  372. package/es/tntd-select/rc-select/hooks/useCache.js.map +0 -1
  373. package/es/tntd-select/rc-select/hooks/useDelayReset.js +0 -23
  374. package/es/tntd-select/rc-select/hooks/useDelayReset.js.map +0 -1
  375. package/es/tntd-select/rc-select/hooks/useFilterOptions.js +0 -55
  376. package/es/tntd-select/rc-select/hooks/useFilterOptions.js.map +0 -1
  377. package/es/tntd-select/rc-select/hooks/useId.js +0 -26
  378. package/es/tntd-select/rc-select/hooks/useId.js.map +0 -1
  379. package/es/tntd-select/rc-select/hooks/useLayoutEffect.js +0 -16
  380. package/es/tntd-select/rc-select/hooks/useLayoutEffect.js.map +0 -1
  381. package/es/tntd-select/rc-select/hooks/useLock.js +0 -25
  382. package/es/tntd-select/rc-select/hooks/useLock.js.map +0 -1
  383. package/es/tntd-select/rc-select/hooks/useOptions.js +0 -43
  384. package/es/tntd-select/rc-select/hooks/useOptions.js.map +0 -1
  385. package/es/tntd-select/rc-select/hooks/useRefFunc.js +0 -13
  386. package/es/tntd-select/rc-select/hooks/useRefFunc.js.map +0 -1
  387. package/es/tntd-select/rc-select/hooks/useSelectTriggerControl.js +0 -28
  388. package/es/tntd-select/rc-select/hooks/useSelectTriggerControl.js.map +0 -1
  389. package/es/tntd-select/rc-select/index.js +0 -7
  390. package/es/tntd-select/rc-select/index.js.map +0 -1
  391. package/es/tntd-select/rc-select/interface.js +0 -1
  392. package/es/tntd-select/rc-select/interface.js.map +0 -1
  393. package/es/tntd-select/rc-select/utils/commonUtil.js +0 -30
  394. package/es/tntd-select/rc-select/utils/commonUtil.js.map +0 -1
  395. package/es/tntd-select/rc-select/utils/keyUtil.js +0 -9
  396. package/es/tntd-select/rc-select/utils/keyUtil.js.map +0 -1
  397. package/es/tntd-select/rc-select/utils/legacyUtil.js +0 -55
  398. package/es/tntd-select/rc-select/utils/legacyUtil.js.map +0 -1
  399. package/es/tntd-select/rc-select/utils/platformUtil.js +0 -4
  400. package/es/tntd-select/rc-select/utils/platformUtil.js.map +0 -1
  401. package/es/tntd-select/rc-select/utils/valueUtil.js +0 -112
  402. package/es/tntd-select/rc-select/utils/valueUtil.js.map +0 -1
  403. package/es/tntd-select/rc-select/utils/warningPropsUtil.js +0 -112
  404. package/es/tntd-select/rc-select/utils/warningPropsUtil.js.map +0 -1
  405. package/es/tooltip/style/index.js +0 -2
  406. package/es/tooltip/style/index.js.map +0 -1
  407. package/es/tooltip/style/index.less +0 -187
  408. package/es/transfer/style/customize.less +0 -62
  409. package/es/transfer/style/index.js +0 -7
  410. package/es/transfer/style/index.js.map +0 -1
  411. package/es/transfer/style/index.less +0 -191
  412. package/es/tree/style/directory.less +0 -95
  413. package/es/tree/style/index.js +0 -2
  414. package/es/tree/style/index.js.map +0 -1
  415. package/es/tree/style/index.less +0 -280
  416. package/es/tree/style/mixin.less +0 -29
  417. package/es/tree-select/style/index.js +0 -6
  418. package/es/tree-select/style/index.js.map +0 -1
  419. package/es/tree-select/style/index.less +0 -191
  420. package/es/typography/style/index.js +0 -5
  421. package/es/typography/style/index.js.map +0 -1
  422. package/es/typography/style/index.less +0 -204
  423. package/es/upload/style/index.js +0 -5
  424. package/es/upload/style/index.js.map +0 -1
  425. package/es/upload/style/index.less +0 -542
  426. package/es/version/style/index.js +0 -2
  427. package/es/version/style/index.js.map +0 -1
  428. package/lib/affix/style/index.d.ts.map +0 -1
  429. package/lib/affix/style/index.js.map +0 -1
  430. package/lib/affix/style/index.less +0 -6
  431. package/lib/alert/style/index.d.ts +0 -3
  432. package/lib/alert/style/index.d.ts.map +0 -1
  433. package/lib/alert/style/index.js +0 -4
  434. package/lib/alert/style/index.js.map +0 -1
  435. package/lib/alert/style/index.less +0 -188
  436. package/lib/anchor/style/index.d.ts +0 -4
  437. package/lib/anchor/style/index.d.ts.map +0 -1
  438. package/lib/anchor/style/index.js +0 -5
  439. package/lib/anchor/style/index.js.map +0 -1
  440. package/lib/anchor/style/index.less +0 -82
  441. package/lib/auto-complete/style/index.d.ts +0 -5
  442. package/lib/auto-complete/style/index.d.ts.map +0 -1
  443. package/lib/auto-complete/style/index.js +0 -6
  444. package/lib/auto-complete/style/index.js.map +0 -1
  445. package/lib/auto-complete/style/index.less +0 -92
  446. package/lib/avatar/style/index.d.ts +0 -3
  447. package/lib/avatar/style/index.d.ts.map +0 -1
  448. package/lib/avatar/style/index.js +0 -4
  449. package/lib/avatar/style/index.js.map +0 -1
  450. package/lib/avatar/style/index.less +0 -59
  451. package/lib/back-top/style/index.d.ts +0 -3
  452. package/lib/back-top/style/index.d.ts.map +0 -1
  453. package/lib/back-top/style/index.js +0 -4
  454. package/lib/back-top/style/index.js.map +0 -1
  455. package/lib/back-top/style/index.less +0 -42
  456. package/lib/back-top/style/responsive.less +0 -11
  457. package/lib/badge/style/index.d.ts +0 -3
  458. package/lib/badge/style/index.d.ts.map +0 -1
  459. package/lib/badge/style/index.js +0 -4
  460. package/lib/badge/style/index.js.map +0 -1
  461. package/lib/badge/style/index.less +0 -190
  462. package/lib/breadcrumb/style/index.d.ts +0 -5
  463. package/lib/breadcrumb/style/index.d.ts.map +0 -1
  464. package/lib/breadcrumb/style/index.js +0 -6
  465. package/lib/breadcrumb/style/index.js.map +0 -1
  466. package/lib/breadcrumb/style/index.less +0 -51
  467. package/lib/button/style/index.d.ts +0 -3
  468. package/lib/button/style/index.d.ts.map +0 -1
  469. package/lib/button/style/index.js +0 -4
  470. package/lib/button/style/index.js.map +0 -1
  471. package/lib/button/style/index.less +0 -224
  472. package/lib/button/style/mixin.less +0 -357
  473. package/lib/calendar/style/index.d.ts +0 -5
  474. package/lib/calendar/style/index.d.ts.map +0 -1
  475. package/lib/calendar/style/index.js +0 -6
  476. package/lib/calendar/style/index.js.map +0 -1
  477. package/lib/calendar/style/index.less +0 -278
  478. package/lib/card/style/index.d.ts +0 -6
  479. package/lib/card/style/index.d.ts.map +0 -1
  480. package/lib/card/style/index.js +0 -7
  481. package/lib/card/style/index.js.map +0 -1
  482. package/lib/card/style/index.less +0 -263
  483. package/lib/card/style/size.less +0 -25
  484. package/lib/carousel/style/index.d.ts +0 -3
  485. package/lib/carousel/style/index.d.ts.map +0 -1
  486. package/lib/carousel/style/index.js +0 -4
  487. package/lib/carousel/style/index.js.map +0 -1
  488. package/lib/carousel/style/index.less +0 -238
  489. package/lib/cascader/style/index.d.ts +0 -5
  490. package/lib/cascader/style/index.d.ts.map +0 -1
  491. package/lib/cascader/style/index.js +0 -6
  492. package/lib/cascader/style/index.js.map +0 -1
  493. package/lib/cascader/style/index.less +0 -227
  494. package/lib/checkbox/style/index.d.ts +0 -3
  495. package/lib/checkbox/style/index.d.ts.map +0 -1
  496. package/lib/checkbox/style/index.js +0 -4
  497. package/lib/checkbox/style/index.js.map +0 -1
  498. package/lib/checkbox/style/index.less +0 -4
  499. package/lib/checkbox/style/mixin.less +0 -220
  500. package/lib/col/style/index.d.ts +0 -3
  501. package/lib/col/style/index.d.ts.map +0 -1
  502. package/lib/col/style/index.js +0 -4
  503. package/lib/col/style/index.js.map +0 -1
  504. package/lib/collapse/style/index.d.ts +0 -3
  505. package/lib/collapse/style/index.d.ts.map +0 -1
  506. package/lib/collapse/style/index.js +0 -4
  507. package/lib/collapse/style/index.js.map +0 -1
  508. package/lib/collapse/style/index.less +0 -134
  509. package/lib/comment/style/index.d.ts +0 -3
  510. package/lib/comment/style/index.d.ts.map +0 -1
  511. package/lib/comment/style/index.js +0 -4
  512. package/lib/comment/style/index.js.map +0 -1
  513. package/lib/comment/style/index.less +0 -93
  514. package/lib/config-provider/style/index.d.ts +0 -2
  515. package/lib/config-provider/style/index.d.ts.map +0 -1
  516. package/lib/config-provider/style/index.js +0 -3
  517. package/lib/config-provider/style/index.js.map +0 -1
  518. package/lib/config-provider/style/index.less +0 -2
  519. package/lib/date-picker/style/Calendar.less +0 -402
  520. package/lib/date-picker/style/DecadePanel.less +0 -81
  521. package/lib/date-picker/style/MonthPanel.less +0 -86
  522. package/lib/date-picker/style/MonthPicker.less +0 -11
  523. package/lib/date-picker/style/Picker.less +0 -113
  524. package/lib/date-picker/style/RangePicker.less +0 -248
  525. package/lib/date-picker/style/TimePicker.less +0 -151
  526. package/lib/date-picker/style/WeekPicker.less +0 -21
  527. package/lib/date-picker/style/YearPanel.less +0 -85
  528. package/lib/date-picker/style/index.d.ts +0 -6
  529. package/lib/date-picker/style/index.d.ts.map +0 -1
  530. package/lib/date-picker/style/index.js +0 -7
  531. package/lib/date-picker/style/index.js.map +0 -1
  532. package/lib/date-picker/style/index.less +0 -17
  533. package/lib/descriptions/style/index.d.ts +0 -3
  534. package/lib/descriptions/style/index.d.ts.map +0 -1
  535. package/lib/descriptions/style/index.js +0 -4
  536. package/lib/descriptions/style/index.js.map +0 -1
  537. package/lib/descriptions/style/index.less +0 -144
  538. package/lib/divider/style/index.d.ts +0 -3
  539. package/lib/divider/style/index.d.ts.map +0 -1
  540. package/lib/divider/style/index.js +0 -4
  541. package/lib/divider/style/index.js.map +0 -1
  542. package/lib/divider/style/index.less +0 -109
  543. package/lib/drawer/style/drawer.less +0 -230
  544. package/lib/drawer/style/index.d.ts +0 -3
  545. package/lib/drawer/style/index.d.ts.map +0 -1
  546. package/lib/drawer/style/index.js +0 -4
  547. package/lib/drawer/style/index.js.map +0 -1
  548. package/lib/drawer/style/index.less +0 -3
  549. package/lib/dropdown/style/index.d.ts +0 -4
  550. package/lib/dropdown/style/index.d.ts.map +0 -1
  551. package/lib/dropdown/style/index.js +0 -5
  552. package/lib/dropdown/style/index.js.map +0 -1
  553. package/lib/dropdown/style/index.less +0 -282
  554. package/lib/empty/style/index.d.ts +0 -3
  555. package/lib/empty/style/index.d.ts.map +0 -1
  556. package/lib/empty/style/index.js +0 -4
  557. package/lib/empty/style/index.js.map +0 -1
  558. package/lib/empty/style/index.less +0 -52
  559. package/lib/form/style/index.d.ts +0 -4
  560. package/lib/form/style/index.d.ts.map +0 -1
  561. package/lib/form/style/index.js +0 -5
  562. package/lib/form/style/index.js.map +0 -1
  563. package/lib/form/style/index.less +0 -653
  564. package/lib/form/style/mixin.less +0 -126
  565. package/lib/grid-v4/RowContext.d.ts.map +0 -1
  566. package/lib/grid-v4/RowContext.js.map +0 -1
  567. package/lib/grid-v4/col.d.ts.map +0 -1
  568. package/lib/grid-v4/col.js.map +0 -1
  569. package/lib/grid-v4/hooks/useBreakpoint.d.ts.map +0 -1
  570. package/lib/grid-v4/hooks/useBreakpoint.js.map +0 -1
  571. package/lib/grid-v4/index.d.ts.map +0 -1
  572. package/lib/grid-v4/index.js.map +0 -1
  573. package/lib/grid-v4/row.d.ts.map +0 -1
  574. package/lib/grid-v4/row.js.map +0 -1
  575. package/lib/grid-v4/style/index.d.ts +0 -2
  576. package/lib/grid-v4/style/index.d.ts.map +0 -1
  577. package/lib/grid-v4/style/index.js +0 -3
  578. package/lib/grid-v4/style/index.js.map +0 -1
  579. package/lib/grid-v4/style/index.less +0 -124
  580. package/lib/grid-v4/style/mixin.less +0 -57
  581. package/lib/grid-v4/style/rtl.less +0 -69
  582. package/lib/handle/handle.d.ts +0 -3
  583. package/lib/handle/handle.d.ts.map +0 -1
  584. package/lib/handle/handle.js +0 -181
  585. package/lib/handle/handle.js.map +0 -1
  586. package/lib/icon/style/index.d.ts +0 -3
  587. package/lib/icon/style/index.d.ts.map +0 -1
  588. package/lib/icon/style/index.js +0 -4
  589. package/lib/icon/style/index.js.map +0 -1
  590. package/lib/icon/style/index.less +0 -4
  591. package/lib/input/style/index.d.ts +0 -4
  592. package/lib/input/style/index.d.ts.map +0 -1
  593. package/lib/input/style/index.js +0 -5
  594. package/lib/input/style/index.js.map +0 -1
  595. package/lib/input/style/index.less +0 -57
  596. package/lib/input/style/mixin.less +0 -449
  597. package/lib/input/style/search-input.less +0 -34
  598. package/lib/input-number/style/index.d.ts +0 -3
  599. package/lib/input-number/style/index.d.ts.map +0 -1
  600. package/lib/input-number/style/index.js +0 -4
  601. package/lib/input-number/style/index.js.map +0 -1
  602. package/lib/input-number/style/index.less +0 -179
  603. package/lib/layout/style/index.d.ts +0 -3
  604. package/lib/layout/style/index.d.ts.map +0 -1
  605. package/lib/layout/style/index.js +0 -4
  606. package/lib/layout/style/index.js.map +0 -1
  607. package/lib/layout/style/index.less +0 -124
  608. package/lib/layout/style/light.less +0 -15
  609. package/lib/list/style/bordered.less +0 -41
  610. package/lib/list/style/index.d.ts +0 -7
  611. package/lib/list/style/index.d.ts.map +0 -1
  612. package/lib/list/style/index.js +0 -8
  613. package/lib/list/style/index.js.map +0 -1
  614. package/lib/list/style/index.less +0 -234
  615. package/lib/list/style/responsive.less +0 -40
  616. package/lib/locale-provider/style/index.d.ts +0 -2
  617. package/lib/locale-provider/style/index.d.ts.map +0 -1
  618. package/lib/locale-provider/style/index.js +0 -3
  619. package/lib/locale-provider/style/index.js.map +0 -1
  620. package/lib/locale-provider/style/index.less +0 -2
  621. package/lib/mention/index.js +0 -25
  622. package/lib/mentions/style/index.d.ts +0 -4
  623. package/lib/mentions/style/index.d.ts.map +0 -1
  624. package/lib/mentions/style/index.js +0 -5
  625. package/lib/mentions/style/index.js.map +0 -1
  626. package/lib/mentions/style/index.less +0 -164
  627. package/lib/menu/style/dark.less +0 -139
  628. package/lib/menu/style/index.d.ts +0 -4
  629. package/lib/menu/style/index.d.ts.map +0 -1
  630. package/lib/menu/style/index.js +0 -5
  631. package/lib/menu/style/index.js.map +0 -1
  632. package/lib/menu/style/index.less +0 -515
  633. package/lib/message/style/index.d.ts +0 -3
  634. package/lib/message/style/index.d.ts.map +0 -1
  635. package/lib/message/style/index.js +0 -4
  636. package/lib/message/style/index.js.map +0 -1
  637. package/lib/message/style/index.less +0 -75
  638. package/lib/modal/style/confirm.less +0 -78
  639. package/lib/modal/style/index.d.ts +0 -4
  640. package/lib/modal/style/index.d.ts.map +0 -1
  641. package/lib/modal/style/index.js +0 -5
  642. package/lib/modal/style/index.js.map +0 -1
  643. package/lib/modal/style/index.less +0 -4
  644. package/lib/modal/style/modal.less +0 -165
  645. package/lib/notification/style/index.d.ts +0 -3
  646. package/lib/notification/style/index.d.ts.map +0 -1
  647. package/lib/notification/style/index.js +0 -4
  648. package/lib/notification/style/index.js.map +0 -1
  649. package/lib/notification/style/index.less +0 -199
  650. package/lib/page-header/style/index.d.ts +0 -4
  651. package/lib/page-header/style/index.d.ts.map +0 -1
  652. package/lib/page-header/style/index.js +0 -5
  653. package/lib/page-header/style/index.js.map +0 -1
  654. package/lib/page-header/style/index.less +0 -119
  655. package/lib/pagination/style/index.d.ts +0 -4
  656. package/lib/pagination/style/index.d.ts.map +0 -1
  657. package/lib/pagination/style/index.js +0 -5
  658. package/lib/pagination/style/index.js.map +0 -1
  659. package/lib/pagination/style/index.less +0 -400
  660. package/lib/popconfirm/style/index.d.ts +0 -4
  661. package/lib/popconfirm/style/index.d.ts.map +0 -1
  662. package/lib/popconfirm/style/index.js +0 -5
  663. package/lib/popconfirm/style/index.js.map +0 -1
  664. package/lib/popover/style/index.d.ts +0 -3
  665. package/lib/popover/style/index.d.ts.map +0 -1
  666. package/lib/popover/style/index.js +0 -4
  667. package/lib/popover/style/index.js.map +0 -1
  668. package/lib/popover/style/index.less +0 -205
  669. package/lib/progress/style/index.d.ts +0 -3
  670. package/lib/progress/style/index.d.ts.map +0 -1
  671. package/lib/progress/style/index.js +0 -4
  672. package/lib/progress/style/index.js.map +0 -1
  673. package/lib/progress/style/index.less +0 -182
  674. package/lib/radio/style/index.d.ts +0 -3
  675. package/lib/radio/style/index.d.ts.map +0 -1
  676. package/lib/radio/style/index.js +0 -4
  677. package/lib/radio/style/index.js.map +0 -1
  678. package/lib/radio/style/index.less +0 -327
  679. package/lib/rate/style/index.d.ts +0 -4
  680. package/lib/rate/style/index.d.ts.map +0 -1
  681. package/lib/rate/style/index.js +0 -5
  682. package/lib/rate/style/index.js.map +0 -1
  683. package/lib/rate/style/index.less +0 -85
  684. package/lib/result/style/index.d.ts +0 -3
  685. package/lib/result/style/index.d.ts.map +0 -1
  686. package/lib/result/style/index.js +0 -4
  687. package/lib/result/style/index.js.map +0 -1
  688. package/lib/result/style/index.less +0 -71
  689. package/lib/row/style/index.d.ts +0 -3
  690. package/lib/row/style/index.d.ts.map +0 -1
  691. package/lib/row/style/index.js +0 -4
  692. package/lib/row/style/index.js.map +0 -1
  693. package/lib/select/style/index.d.ts +0 -4
  694. package/lib/select/style/index.d.ts.map +0 -1
  695. package/lib/select/style/index.js +0 -5
  696. package/lib/select/style/index.js.map +0 -1
  697. package/lib/select/style/index.less +0 -604
  698. package/lib/skeleton/style/index.d.ts +0 -3
  699. package/lib/skeleton/style/index.d.ts.map +0 -1
  700. package/lib/skeleton/style/index.js +0 -4
  701. package/lib/skeleton/style/index.js.map +0 -1
  702. package/lib/skeleton/style/index.less +0 -130
  703. package/lib/slider/style/index.d.ts +0 -4
  704. package/lib/slider/style/index.d.ts.map +0 -1
  705. package/lib/slider/style/index.js +0 -5
  706. package/lib/slider/style/index.js.map +0 -1
  707. package/lib/slider/style/index.less +0 -197
  708. package/lib/spin/style/index.d.ts +0 -3
  709. package/lib/spin/style/index.d.ts.map +0 -1
  710. package/lib/spin/style/index.js +0 -4
  711. package/lib/spin/style/index.js.map +0 -1
  712. package/lib/spin/style/index.less +0 -214
  713. package/lib/statistic/style/index.d.ts +0 -3
  714. package/lib/statistic/style/index.d.ts.map +0 -1
  715. package/lib/statistic/style/index.js +0 -4
  716. package/lib/statistic/style/index.js.map +0 -1
  717. package/lib/statistic/style/index.less +0 -40
  718. package/lib/steps/style/compatibility.less +0 -50
  719. package/lib/steps/style/custom-icon.less +0 -31
  720. package/lib/steps/style/index.d.ts +0 -3
  721. package/lib/steps/style/index.d.ts.map +0 -1
  722. package/lib/steps/style/index.js +0 -4
  723. package/lib/steps/style/index.js.map +0 -1
  724. package/lib/steps/style/label-placement.less +0 -38
  725. package/lib/steps/style/progress-dot.less +0 -80
  726. package/lib/steps/style/vertical.less +0 -74
  727. package/lib/style/color/bezierEasing.less +0 -110
  728. package/lib/style/color/colorPalette.less +0 -75
  729. package/lib/style/color/colors.less +0 -149
  730. package/lib/style/color/tinyColor.less +0 -1184
  731. package/lib/style/core/base.less +0 -510
  732. package/lib/style/core/iconfont.less +0 -19
  733. package/lib/style/core/index.less +0 -4
  734. package/lib/style/core/motion/fade.less +0 -31
  735. package/lib/style/core/motion/move.less +0 -120
  736. package/lib/style/core/motion/other.less +0 -40
  737. package/lib/style/core/motion/slide.less +0 -120
  738. package/lib/style/core/motion/swing.less +0 -34
  739. package/lib/style/core/motion/zoom.less +0 -162
  740. package/lib/style/core/motion.less +0 -20
  741. package/lib/style/index.d.ts +0 -2
  742. package/lib/style/index.d.ts.map +0 -1
  743. package/lib/style/index.js +0 -3
  744. package/lib/style/index.js.map +0 -1
  745. package/lib/style/index.less +0 -2
  746. package/lib/style/mixins/clearfix.less +0 -13
  747. package/lib/style/mixins/compatibility.less +0 -22
  748. package/lib/style/mixins/iconfont.less +0 -43
  749. package/lib/style/mixins/index.less +0 -10
  750. package/lib/style/mixins/motion.less +0 -35
  751. package/lib/style/mixins/operation-unit.less +0 -18
  752. package/lib/style/mixins/reset.less +0 -13
  753. package/lib/style/mixins/size.less +0 -10
  754. package/lib/style/mixins/typography.less +0 -49
  755. package/lib/style/themes/default.less +0 -699
  756. package/lib/style/themes/index.less +0 -1
  757. package/lib/style/v2-compatible-reset.d.ts +0 -2
  758. package/lib/style/v2-compatible-reset.d.ts.map +0 -1
  759. package/lib/style/v2-compatible-reset.js +0 -3
  760. package/lib/style/v2-compatible-reset.js.map +0 -1
  761. package/lib/style/v2-compatible-reset.less +0 -51
  762. package/lib/switch/style/index.d.ts +0 -3
  763. package/lib/switch/style/index.d.ts.map +0 -1
  764. package/lib/switch/style/index.js +0 -4
  765. package/lib/switch/style/index.js.map +0 -1
  766. package/lib/switch/style/index.less +0 -178
  767. package/lib/table/style/index.d.ts +0 -9
  768. package/lib/table/style/index.d.ts.map +0 -1
  769. package/lib/table/style/index.js +0 -10
  770. package/lib/table/style/index.js.map +0 -1
  771. package/lib/table/style/index.less +0 -800
  772. package/lib/table/style/size.less +0 -179
  773. package/lib/tabs/style/card-style.less +0 -186
  774. package/lib/tabs/style/index.d.ts +0 -3
  775. package/lib/tabs/style/index.d.ts.map +0 -1
  776. package/lib/tabs/style/index.js +0 -4
  777. package/lib/tabs/style/index.js.map +0 -1
  778. package/lib/tabs/style/index.less +0 -436
  779. package/lib/tag/style/index.d.ts +0 -3
  780. package/lib/tag/style/index.d.ts.map +0 -1
  781. package/lib/tag/style/index.js +0 -4
  782. package/lib/tag/style/index.js.map +0 -1
  783. package/lib/tag/style/index.less +0 -106
  784. package/lib/time-picker/style/index.d.ts +0 -3
  785. package/lib/time-picker/style/index.d.ts.map +0 -1
  786. package/lib/time-picker/style/index.js +0 -4
  787. package/lib/time-picker/style/index.js.map +0 -1
  788. package/lib/time-picker/style/index.less +0 -246
  789. package/lib/timeline/style/index.d.ts +0 -3
  790. package/lib/timeline/style/index.d.ts.map +0 -1
  791. package/lib/timeline/style/index.js +0 -4
  792. package/lib/timeline/style/index.js.map +0 -1
  793. package/lib/timeline/style/index.less +0 -167
  794. package/lib/tntd-form/TntdForm/components/Item.js +0 -65
  795. package/lib/tntd-form/TntdForm/components/ItemComp.js +0 -215
  796. package/lib/tntd-form/TntdForm/components/List.js +0 -123
  797. package/lib/tntd-form/TntdForm/index.js +0 -72
  798. package/lib/tntd-form/TntdForm/interface.js +0 -5
  799. package/lib/tntd-form/TntdForm/store.js +0 -10
  800. package/lib/tntd-form/TntdForm/utils.js +0 -239
  801. package/lib/tntd-select/_util/DisabledContext.d.ts +0 -10
  802. package/lib/tntd-select/_util/DisabledContext.d.ts.map +0 -1
  803. package/lib/tntd-select/_util/DisabledContext.js +0 -22
  804. package/lib/tntd-select/_util/DisabledContext.js.map +0 -1
  805. package/lib/tntd-select/_util/FormItemInputContext.d.ts +0 -4
  806. package/lib/tntd-select/_util/FormItemInputContext.d.ts.map +0 -1
  807. package/lib/tntd-select/_util/FormItemInputContext.js +0 -12
  808. package/lib/tntd-select/_util/FormItemInputContext.js.map +0 -1
  809. package/lib/tntd-select/_util/PurePanel.d.ts +0 -9
  810. package/lib/tntd-select/_util/PurePanel.d.ts.map +0 -1
  811. package/lib/tntd-select/_util/PurePanel.js +0 -90
  812. package/lib/tntd-select/_util/PurePanel.js.map +0 -1
  813. package/lib/tntd-select/_util/SizeContext.d.ts +0 -4
  814. package/lib/tntd-select/_util/SizeContext.d.ts.map +0 -1
  815. package/lib/tntd-select/_util/SizeContext.js +0 -12
  816. package/lib/tntd-select/_util/SizeContext.js.map +0 -1
  817. package/lib/tntd-select/_util/context.d.ts.map +0 -1
  818. package/lib/tntd-select/_util/context.js.map +0 -1
  819. package/lib/tntd-select/_util/defaultRenderEmpty.d.ts.map +0 -1
  820. package/lib/tntd-select/_util/defaultRenderEmpty.js.map +0 -1
  821. package/lib/tntd-select/_util/getIcons.d.ts +0 -25
  822. package/lib/tntd-select/_util/getIcons.d.ts.map +0 -1
  823. package/lib/tntd-select/_util/getIcons.js +0 -84
  824. package/lib/tntd-select/_util/getIcons.js.map +0 -1
  825. package/lib/tntd-select/_util/interface.d.ts +0 -25
  826. package/lib/tntd-select/_util/interface.d.ts.map +0 -1
  827. package/lib/tntd-select/_util/interface.js +0 -16
  828. package/lib/tntd-select/_util/interface.js.map +0 -1
  829. package/lib/tntd-select/_util/motion.d.ts +0 -9
  830. package/lib/tntd-select/_util/motion.d.ts.map +0 -1
  831. package/lib/tntd-select/_util/motion.js +0 -59
  832. package/lib/tntd-select/_util/motion.js.map +0 -1
  833. package/lib/tntd-select/_util/type.d.ts +0 -10
  834. package/lib/tntd-select/_util/type.d.ts.map +0 -1
  835. package/lib/tntd-select/_util/type.js +0 -21
  836. package/lib/tntd-select/_util/type.js.map +0 -1
  837. package/lib/tntd-select/_util/useCompactItemContext.d.ts +0 -9
  838. package/lib/tntd-select/_util/useCompactItemContext.d.ts.map +0 -1
  839. package/lib/tntd-select/_util/useCompactItemContext.js +0 -35
  840. package/lib/tntd-select/_util/useCompactItemContext.js.map +0 -1
  841. package/lib/tntd-select/_util/warning.d.ts +0 -4
  842. package/lib/tntd-select/_util/warning.d.ts.map +0 -1
  843. package/lib/tntd-select/_util/warning.js +0 -24
  844. package/lib/tntd-select/_util/warning.js.map +0 -1
  845. package/lib/tntd-select/rc-select/BaseSelect.d.ts +0 -114
  846. package/lib/tntd-select/rc-select/BaseSelect.d.ts.map +0 -1
  847. package/lib/tntd-select/rc-select/BaseSelect.js +0 -566
  848. package/lib/tntd-select/rc-select/BaseSelect.js.map +0 -1
  849. package/lib/tntd-select/rc-select/OptGroup.d.ts +0 -13
  850. package/lib/tntd-select/rc-select/OptGroup.d.ts.map +0 -1
  851. package/lib/tntd-select/rc-select/OptGroup.js +0 -13
  852. package/lib/tntd-select/rc-select/OptGroup.js.map +0 -1
  853. package/lib/tntd-select/rc-select/Option.d.ts +0 -15
  854. package/lib/tntd-select/rc-select/Option.d.ts.map +0 -1
  855. package/lib/tntd-select/rc-select/Option.js +0 -13
  856. package/lib/tntd-select/rc-select/Option.js.map +0 -1
  857. package/lib/tntd-select/rc-select/OptionList.d.ts +0 -11
  858. package/lib/tntd-select/rc-select/OptionList.d.ts.map +0 -1
  859. package/lib/tntd-select/rc-select/OptionList.js +0 -372
  860. package/lib/tntd-select/rc-select/OptionList.js.map +0 -1
  861. package/lib/tntd-select/rc-select/Select.d.ts +0 -115
  862. package/lib/tntd-select/rc-select/Select.d.ts.map +0 -1
  863. package/lib/tntd-select/rc-select/Select.js +0 -509
  864. package/lib/tntd-select/rc-select/Select.js.map +0 -1
  865. package/lib/tntd-select/rc-select/SelectContext.d.ts +0 -23
  866. package/lib/tntd-select/rc-select/SelectContext.d.ts.map +0 -1
  867. package/lib/tntd-select/rc-select/SelectContext.js +0 -13
  868. package/lib/tntd-select/rc-select/SelectContext.js.map +0 -1
  869. package/lib/tntd-select/rc-select/SelectTrigger.d.ts +0 -31
  870. package/lib/tntd-select/rc-select/SelectTrigger.d.ts.map +0 -1
  871. package/lib/tntd-select/rc-select/SelectTrigger.js +0 -149
  872. package/lib/tntd-select/rc-select/SelectTrigger.js.map +0 -1
  873. package/lib/tntd-select/rc-select/Selector/Input.d.ts +0 -27
  874. package/lib/tntd-select/rc-select/Selector/Input.d.ts.map +0 -1
  875. package/lib/tntd-select/rc-select/Selector/Input.js +0 -110
  876. package/lib/tntd-select/rc-select/Selector/Input.js.map +0 -1
  877. package/lib/tntd-select/rc-select/Selector/MultipleSelector.d.ts +0 -17
  878. package/lib/tntd-select/rc-select/Selector/MultipleSelector.d.ts.map +0 -1
  879. package/lib/tntd-select/rc-select/Selector/MultipleSelector.js +0 -193
  880. package/lib/tntd-select/rc-select/Selector/MultipleSelector.js.map +0 -1
  881. package/lib/tntd-select/rc-select/Selector/SingleSelector.d.ts +0 -9
  882. package/lib/tntd-select/rc-select/Selector/SingleSelector.d.ts.map +0 -1
  883. package/lib/tntd-select/rc-select/Selector/SingleSelector.js +0 -116
  884. package/lib/tntd-select/rc-select/Selector/SingleSelector.js.map +0 -1
  885. package/lib/tntd-select/rc-select/Selector/index.d.ts +0 -83
  886. package/lib/tntd-select/rc-select/Selector/index.d.ts.map +0 -1
  887. package/lib/tntd-select/rc-select/Selector/index.js +0 -159
  888. package/lib/tntd-select/rc-select/Selector/index.js.map +0 -1
  889. package/lib/tntd-select/rc-select/TransBtn.d.ts +0 -13
  890. package/lib/tntd-select/rc-select/TransBtn.d.ts.map +0 -1
  891. package/lib/tntd-select/rc-select/TransBtn.js +0 -48
  892. package/lib/tntd-select/rc-select/TransBtn.js.map +0 -1
  893. package/lib/tntd-select/rc-select/hooks/useAllowClear.d.ts +0 -9
  894. package/lib/tntd-select/rc-select/hooks/useAllowClear.d.ts.map +0 -1
  895. package/lib/tntd-select/rc-select/hooks/useAllowClear.js +0 -35
  896. package/lib/tntd-select/rc-select/hooks/useAllowClear.js.map +0 -1
  897. package/lib/tntd-select/rc-select/hooks/useBaseProps.d.ts +0 -14
  898. package/lib/tntd-select/rc-select/hooks/useBaseProps.d.ts.map +0 -1
  899. package/lib/tntd-select/rc-select/hooks/useBaseProps.js +0 -21
  900. package/lib/tntd-select/rc-select/hooks/useBaseProps.js.map +0 -1
  901. package/lib/tntd-select/rc-select/hooks/useCache.d.ts +0 -8
  902. package/lib/tntd-select/rc-select/hooks/useCache.d.ts.map +0 -1
  903. package/lib/tntd-select/rc-select/hooks/useCache.js +0 -49
  904. package/lib/tntd-select/rc-select/hooks/useCache.js.map +0 -1
  905. package/lib/tntd-select/rc-select/hooks/useDelayReset.d.ts +0 -6
  906. package/lib/tntd-select/rc-select/hooks/useDelayReset.d.ts.map +0 -1
  907. package/lib/tntd-select/rc-select/hooks/useDelayReset.js.map +0 -1
  908. package/lib/tntd-select/rc-select/hooks/useFilterOptions.d.ts +0 -4
  909. package/lib/tntd-select/rc-select/hooks/useFilterOptions.d.ts.map +0 -1
  910. package/lib/tntd-select/rc-select/hooks/useFilterOptions.js +0 -72
  911. package/lib/tntd-select/rc-select/hooks/useFilterOptions.js.map +0 -1
  912. package/lib/tntd-select/rc-select/hooks/useId.d.ts +0 -6
  913. package/lib/tntd-select/rc-select/hooks/useId.d.ts.map +0 -1
  914. package/lib/tntd-select/rc-select/hooks/useId.js.map +0 -1
  915. package/lib/tntd-select/rc-select/hooks/useLayoutEffect.d.ts +0 -6
  916. package/lib/tntd-select/rc-select/hooks/useLayoutEffect.d.ts.map +0 -1
  917. package/lib/tntd-select/rc-select/hooks/useLayoutEffect.js +0 -26
  918. package/lib/tntd-select/rc-select/hooks/useLayoutEffect.js.map +0 -1
  919. package/lib/tntd-select/rc-select/hooks/useLock.d.ts +0 -8
  920. package/lib/tntd-select/rc-select/hooks/useLock.d.ts.map +0 -1
  921. package/lib/tntd-select/rc-select/hooks/useLock.js +0 -39
  922. package/lib/tntd-select/rc-select/hooks/useLock.js.map +0 -1
  923. package/lib/tntd-select/rc-select/hooks/useOptions.d.ts +0 -12
  924. package/lib/tntd-select/rc-select/hooks/useOptions.d.ts.map +0 -1
  925. package/lib/tntd-select/rc-select/hooks/useOptions.js +0 -53
  926. package/lib/tntd-select/rc-select/hooks/useOptions.js.map +0 -1
  927. package/lib/tntd-select/rc-select/hooks/useRefFunc.d.ts +0 -6
  928. package/lib/tntd-select/rc-select/hooks/useRefFunc.d.ts.map +0 -1
  929. package/lib/tntd-select/rc-select/hooks/useRefFunc.js +0 -22
  930. package/lib/tntd-select/rc-select/hooks/useRefFunc.js.map +0 -1
  931. package/lib/tntd-select/rc-select/hooks/useSelectTriggerControl.d.ts +0 -2
  932. package/lib/tntd-select/rc-select/hooks/useSelectTriggerControl.d.ts.map +0 -1
  933. package/lib/tntd-select/rc-select/hooks/useSelectTriggerControl.js +0 -43
  934. package/lib/tntd-select/rc-select/hooks/useSelectTriggerControl.js.map +0 -1
  935. package/lib/tntd-select/rc-select/index.d.ts +0 -11
  936. package/lib/tntd-select/rc-select/index.d.ts.map +0 -1
  937. package/lib/tntd-select/rc-select/index.js +0 -38
  938. package/lib/tntd-select/rc-select/index.js.map +0 -1
  939. package/lib/tntd-select/rc-select/interface.d.ts +0 -23
  940. package/lib/tntd-select/rc-select/interface.d.ts.map +0 -1
  941. package/lib/tntd-select/rc-select/interface.js +0 -5
  942. package/lib/tntd-select/rc-select/interface.js.map +0 -1
  943. package/lib/tntd-select/rc-select/utils/commonUtil.d.ts +0 -10
  944. package/lib/tntd-select/rc-select/utils/commonUtil.d.ts.map +0 -1
  945. package/lib/tntd-select/rc-select/utils/commonUtil.js +0 -43
  946. package/lib/tntd-select/rc-select/utils/commonUtil.js.map +0 -1
  947. package/lib/tntd-select/rc-select/utils/keyUtil.d.ts +0 -3
  948. package/lib/tntd-select/rc-select/utils/keyUtil.d.ts.map +0 -1
  949. package/lib/tntd-select/rc-select/utils/keyUtil.js +0 -16
  950. package/lib/tntd-select/rc-select/utils/keyUtil.js.map +0 -1
  951. package/lib/tntd-select/rc-select/utils/legacyUtil.d.ts +0 -4
  952. package/lib/tntd-select/rc-select/utils/legacyUtil.d.ts.map +0 -1
  953. package/lib/tntd-select/rc-select/utils/legacyUtil.js +0 -60
  954. package/lib/tntd-select/rc-select/utils/legacyUtil.js.map +0 -1
  955. package/lib/tntd-select/rc-select/utils/platformUtil.d.ts +0 -2
  956. package/lib/tntd-select/rc-select/utils/platformUtil.d.ts.map +0 -1
  957. package/lib/tntd-select/rc-select/utils/platformUtil.js +0 -10
  958. package/lib/tntd-select/rc-select/utils/platformUtil.js.map +0 -1
  959. package/lib/tntd-select/rc-select/utils/valueUtil.d.ts +0 -24
  960. package/lib/tntd-select/rc-select/utils/valueUtil.d.ts.map +0 -1
  961. package/lib/tntd-select/rc-select/utils/valueUtil.js +0 -132
  962. package/lib/tntd-select/rc-select/utils/valueUtil.js.map +0 -1
  963. package/lib/tntd-select/rc-select/utils/warningPropsUtil.d.ts +0 -5
  964. package/lib/tntd-select/rc-select/utils/warningPropsUtil.d.ts.map +0 -1
  965. package/lib/tntd-select/rc-select/utils/warningPropsUtil.js +0 -127
  966. package/lib/tntd-select/rc-select/utils/warningPropsUtil.js.map +0 -1
  967. package/lib/tooltip/style/index.d.ts +0 -3
  968. package/lib/tooltip/style/index.d.ts.map +0 -1
  969. package/lib/tooltip/style/index.js +0 -4
  970. package/lib/tooltip/style/index.js.map +0 -1
  971. package/lib/tooltip/style/index.less +0 -187
  972. package/lib/transfer/style/customize.less +0 -62
  973. package/lib/transfer/style/index.d.ts +0 -7
  974. package/lib/transfer/style/index.d.ts.map +0 -1
  975. package/lib/transfer/style/index.js +0 -8
  976. package/lib/transfer/style/index.js.map +0 -1
  977. package/lib/transfer/style/index.less +0 -191
  978. package/lib/tree/style/directory.less +0 -95
  979. package/lib/tree/style/index.d.ts +0 -3
  980. package/lib/tree/style/index.d.ts.map +0 -1
  981. package/lib/tree/style/index.js +0 -4
  982. package/lib/tree/style/index.js.map +0 -1
  983. package/lib/tree/style/index.less +0 -280
  984. package/lib/tree/style/mixin.less +0 -29
  985. package/lib/tree-select/style/index.d.ts +0 -5
  986. package/lib/tree-select/style/index.d.ts.map +0 -1
  987. package/lib/tree-select/style/index.js +0 -6
  988. package/lib/tree-select/style/index.js.map +0 -1
  989. package/lib/tree-select/style/index.less +0 -191
  990. package/lib/typography/style/index.d.ts +0 -5
  991. package/lib/typography/style/index.d.ts.map +0 -1
  992. package/lib/typography/style/index.js +0 -6
  993. package/lib/typography/style/index.js.map +0 -1
  994. package/lib/typography/style/index.less +0 -204
  995. package/lib/upload/style/index.d.ts +0 -5
  996. package/lib/upload/style/index.d.ts.map +0 -1
  997. package/lib/upload/style/index.js +0 -6
  998. package/lib/upload/style/index.js.map +0 -1
  999. package/lib/upload/style/index.less +0 -542
  1000. package/lib/version/style/index.d.ts +0 -2
  1001. package/lib/version/style/index.d.ts.map +0 -1
  1002. package/lib/version/style/index.js +0 -3
  1003. package/lib/version/style/index.js.map +0 -1
  1004. /package/es/{tntd-select → tntd-form}/_util/context.js +0 -0
  1005. /package/es/{tntd-select → tntd-form}/_util/defaultRenderEmpty.js +0 -0
  1006. /package/es/{grid-v4 → tntd-form/grid}/RowContext.js +0 -0
  1007. /package/es/{grid-v4 → tntd-form/grid}/hooks/useBreakpoint.js +0 -0
  1008. /package/es/{grid-v4 → tntd-form/grid}/index.js +0 -0
  1009. /package/es/{affix → tntd-form/grid}/style/index.js +0 -0
  1010. /package/lib/{tntd-select → tntd-form}/_util/context.d.ts +0 -0
  1011. /package/lib/{tntd-select → tntd-form}/_util/context.js +0 -0
  1012. /package/lib/{tntd-select → tntd-form}/_util/defaultRenderEmpty.d.ts +0 -0
  1013. /package/lib/{tntd-select → tntd-form}/_util/defaultRenderEmpty.js +0 -0
  1014. /package/lib/{grid-v4 → tntd-form/grid}/RowContext.d.ts +0 -0
  1015. /package/lib/{grid-v4 → tntd-form/grid}/RowContext.js +0 -0
  1016. /package/lib/{grid-v4 → tntd-form/grid}/col.d.ts +0 -0
  1017. /package/lib/{grid-v4 → tntd-form/grid}/col.js +0 -0
  1018. /package/lib/{grid-v4 → tntd-form/grid}/hooks/useBreakpoint.d.ts +0 -0
  1019. /package/lib/{grid-v4 → tntd-form/grid}/hooks/useBreakpoint.js +0 -0
  1020. /package/lib/{grid-v4 → tntd-form/grid}/index.d.ts +0 -0
  1021. /package/lib/{grid-v4 → tntd-form/grid}/index.js +0 -0
  1022. /package/lib/{grid-v4 → tntd-form/grid}/row.d.ts +0 -0
  1023. /package/lib/{affix → tntd-form/grid}/style/index.d.ts +0 -0
  1024. /package/lib/{affix → tntd-form/grid}/style/index.js +0 -0
@@ -1,440 +0,0 @@
1
- /**
2
- * To match accessibility requirement, we always provide an input in the component.
3
- * Other element will not set `tabIndex` to avoid `onBlur` sequence problem.
4
- * For focused select, we set `aria-live="polite"` to update the accessibility content.
5
- *
6
- * ref:
7
- * - keyboard: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/listbox_role#Keyboard_interactions
8
- *
9
- * New api:
10
- * - listHeight
11
- * - listItemHeight
12
- * - component
13
- *
14
- * Remove deprecated api:
15
- * - multiple
16
- * - tags
17
- * - combobox
18
- * - firstActiveValue
19
- * - dropdownMenuStyle
20
- * - openClassName (Not list in api)
21
- *
22
- * Update:
23
- * - `backfill` only support `combobox` mode
24
- * - `combobox` mode not support `labelInValue` since it's meaningless
25
- * - `getInputElement` only support `combobox` mode
26
- * - `onChange` return OptionData instead of ReactNode
27
- * - `filterOption` `onChange` `onSelect` accept OptionData instead of ReactNode
28
- * - `combobox` mode trigger `onChange` will get `undefined` if no `value` match in Option
29
- * - `combobox` mode not support `optionLabelProp`
30
- */
31
- var __rest = this && this.__rest || function (s, e) {
32
- var t = {};
33
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
34
- if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
35
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
36
- }
37
- return t;
38
- };
39
- import useMergedState from 'rc-util/lib/hooks/useMergedState';
40
- import warning from 'rc-util/lib/warning';
41
- import * as React from 'react';
42
- import BaseSelect, { isMultiple } from './BaseSelect';
43
- import OptGroup from './OptGroup';
44
- import Option from './Option';
45
- import OptionList from './OptionList';
46
- import SelectContext from './SelectContext';
47
- import useCache from './hooks/useCache';
48
- import useFilterOptions from './hooks/useFilterOptions';
49
- import useId from './hooks/useId';
50
- import useOptions from './hooks/useOptions';
51
- import useRefFunc from './hooks/useRefFunc';
52
- import { hasValue, isComboNoValue, toArray } from './utils/commonUtil';
53
- import { fillFieldNames, flattenOptions, injectPropsWithOption } from './utils/valueUtil';
54
- import warningProps, { warningNullOptions } from './utils/warningPropsUtil';
55
- const OMIT_DOM_PROPS = ['inputValue'];
56
- function isRawValue(value) {
57
- return !value || typeof value !== 'object';
58
- }
59
- const Select = React.forwardRef((props, ref) => {
60
- const {
61
- id,
62
- mode,
63
- prefixCls = 'rc-select',
64
- backfill,
65
- fieldNames,
66
- // Search
67
- inputValue,
68
- searchValue,
69
- onSearch,
70
- autoClearSearchValue = true,
71
- // Select
72
- onSelect,
73
- onDeselect,
74
- dropdownMatchSelectWidth = true,
75
- // Options
76
- filterOption,
77
- filterSort,
78
- optionFilterProp,
79
- optionLabelProp,
80
- options,
81
- optionRender,
82
- children,
83
- defaultActiveFirstOption,
84
- menuItemSelectedIcon,
85
- virtual,
86
- direction,
87
- listHeight = 200,
88
- listItemHeight = 20,
89
- // Value
90
- value,
91
- defaultValue,
92
- labelInValue,
93
- onChange
94
- } = props,
95
- restProps = __rest(props, ["id", "mode", "prefixCls", "backfill", "fieldNames", "inputValue", "searchValue", "onSearch", "autoClearSearchValue", "onSelect", "onDeselect", "dropdownMatchSelectWidth", "filterOption", "filterSort", "optionFilterProp", "optionLabelProp", "options", "optionRender", "children", "defaultActiveFirstOption", "menuItemSelectedIcon", "virtual", "direction", "listHeight", "listItemHeight", "value", "defaultValue", "labelInValue", "onChange"]);
96
- const mergedId = useId(id);
97
- const multiple = isMultiple(mode);
98
- const childrenAsData = !!(!options && children);
99
- const mergedFilterOption = React.useMemo(() => {
100
- if (filterOption === undefined && mode === 'combobox') {
101
- return false;
102
- }
103
- return filterOption;
104
- }, [filterOption, mode]);
105
- // ========================= FieldNames =========================
106
- const mergedFieldNames = React.useMemo(() => fillFieldNames(fieldNames, childrenAsData), /* eslint-disable react-hooks/exhaustive-deps */
107
- [
108
- // We stringify fieldNames to avoid unnecessary re-renders.
109
- JSON.stringify(fieldNames), childrenAsData]);
110
- // =========================== Search ===========================
111
- const [mergedSearchValue, setSearchValue] = useMergedState('', {
112
- value: searchValue !== undefined ? searchValue : inputValue,
113
- postState: search => search || ''
114
- });
115
- // =========================== Option ===========================
116
- const parsedOptions = useOptions(options, children, mergedFieldNames, optionFilterProp, optionLabelProp);
117
- const {
118
- valueOptions,
119
- labelOptions,
120
- options: mergedOptions
121
- } = parsedOptions;
122
- // ========================= Wrap Value =========================
123
- const convert2LabelValues = React.useCallback(draftValues => {
124
- // Convert to array
125
- const valueList = toArray(draftValues);
126
- // Convert to labelInValue type
127
- return valueList.map(val => {
128
- var _a, _b;
129
- let rawValue;
130
- let rawLabel;
131
- let rawKey;
132
- let rawDisabled;
133
- let rawTitle;
134
- // Fill label & value
135
- if (isRawValue(val)) {
136
- rawValue = val;
137
- } else {
138
- rawKey = val.key;
139
- rawLabel = val.label;
140
- rawValue = (_a = val.value) !== null && _a !== void 0 ? _a : rawKey;
141
- }
142
- const option = valueOptions.get(rawValue);
143
- if (option) {
144
- // Fill missing props
145
- if (rawLabel === undefined) rawLabel = option === null || option === void 0 ? void 0 : option[optionLabelProp || mergedFieldNames.label];
146
- if (rawKey === undefined) rawKey = (_b = option === null || option === void 0 ? void 0 : option.key) !== null && _b !== void 0 ? _b : rawValue;
147
- rawDisabled = option === null || option === void 0 ? void 0 : option.disabled;
148
- rawTitle = option === null || option === void 0 ? void 0 : option.title;
149
- // Warning if label not same as provided
150
- if (process.env.NODE_ENV !== 'production' && !optionLabelProp) {
151
- const optionLabel = option === null || option === void 0 ? void 0 : option[mergedFieldNames.label];
152
- if (optionLabel !== undefined && !React.isValidElement(optionLabel) && !React.isValidElement(rawLabel) && optionLabel !== rawLabel) {
153
- warning(false, '`label` of `value` is not same as `label` in Select options.');
154
- }
155
- }
156
- }
157
- return {
158
- label: rawLabel,
159
- value: rawValue,
160
- key: rawKey,
161
- disabled: rawDisabled,
162
- title: rawTitle
163
- };
164
- });
165
- }, [mergedFieldNames, optionLabelProp, valueOptions]);
166
- // =========================== Values ===========================
167
- const [internalValue, setInternalValue] = useMergedState(defaultValue, {
168
- value
169
- });
170
- // Merged value with LabelValueType
171
- const rawLabeledValues = React.useMemo(() => {
172
- var _a;
173
- const values = convert2LabelValues(internalValue);
174
- // combobox no need save value when it's no value (exclude value equal 0)
175
- if (mode === 'combobox' && isComboNoValue((_a = values[0]) === null || _a === void 0 ? void 0 : _a.value)) {
176
- return [];
177
- }
178
- return values;
179
- }, [internalValue, convert2LabelValues, mode]);
180
- // Fill label with cache to avoid option remove
181
- const [mergedValues, getMixedOption] = useCache(rawLabeledValues, valueOptions);
182
- const displayValues = React.useMemo(() => {
183
- // `null` need show as placeholder instead
184
- // https://github.com/ant-design/ant-design/issues/25057
185
- if (!mode && mergedValues.length === 1) {
186
- const firstValue = mergedValues[0];
187
- if (firstValue.value === null && (firstValue.label === null || firstValue.label === undefined)) {
188
- return [];
189
- }
190
- }
191
- return mergedValues.map(item => {
192
- var _a;
193
- return Object.assign(Object.assign({}, item), {
194
- label: (_a = item.label) !== null && _a !== void 0 ? _a : item.value
195
- });
196
- });
197
- }, [mode, mergedValues]);
198
- /** Convert `displayValues` to raw value type set */
199
- const rawValues = React.useMemo(() => new Set(mergedValues.map(val => val.value)), [mergedValues]);
200
- React.useEffect(() => {
201
- var _a;
202
- if (mode === 'combobox') {
203
- const strValue = (_a = mergedValues[0]) === null || _a === void 0 ? void 0 : _a.value;
204
- setSearchValue(hasValue(strValue) ? String(strValue) : '');
205
- }
206
- }, [mergedValues]);
207
- // ======================= Display Option =======================
208
- // Create a placeholder item if not exist in `options`
209
- const createTagOption = useRefFunc((val, label) => {
210
- const mergedLabel = label !== null && label !== void 0 ? label : val;
211
- return {
212
- [mergedFieldNames.value]: val,
213
- [mergedFieldNames.label]: mergedLabel
214
- };
215
- });
216
- // Fill tag as option if mode is `tags`
217
- const filledTagOptions = React.useMemo(() => {
218
- if (mode !== 'tags') {
219
- return mergedOptions;
220
- }
221
- // >>> Tag mode
222
- const cloneOptions = [...mergedOptions];
223
- // Check if value exist in options (include new patch item)
224
- const existOptions = val => valueOptions.has(val);
225
- // Fill current value as option
226
- [...mergedValues].sort((a, b) => a.value < b.value ? -1 : 1).forEach(item => {
227
- const val = item.value;
228
- if (!existOptions(val)) {
229
- cloneOptions.push(createTagOption(val, item.label));
230
- }
231
- });
232
- return cloneOptions;
233
- }, [createTagOption, mergedOptions, valueOptions, mergedValues, mode]);
234
- const filteredOptions = useFilterOptions(filledTagOptions, mergedFieldNames, mergedSearchValue, mergedFilterOption, optionFilterProp);
235
- // Fill options with search value if needed
236
- const filledSearchOptions = React.useMemo(() => {
237
- if (mode !== 'tags' || !mergedSearchValue || filteredOptions.some(item => item[optionFilterProp || 'value'] === mergedSearchValue)) {
238
- return filteredOptions;
239
- }
240
- // ignore when search value equal select input value
241
- if (filteredOptions.some(item => item[mergedFieldNames.value] === mergedSearchValue)) {
242
- return filteredOptions;
243
- }
244
- // Fill search value as option
245
- return [createTagOption(mergedSearchValue), ...filteredOptions];
246
- }, [createTagOption, optionFilterProp, mode, filteredOptions, mergedSearchValue, mergedFieldNames]);
247
- const orderedFilteredOptions = React.useMemo(() => {
248
- if (!filterSort) {
249
- return filledSearchOptions;
250
- }
251
- return [...filledSearchOptions].sort((a, b) => filterSort(a, b));
252
- }, [filledSearchOptions, filterSort]);
253
- const displayOptions = React.useMemo(() => flattenOptions(orderedFilteredOptions, {
254
- fieldNames: mergedFieldNames,
255
- childrenAsData
256
- }), [orderedFilteredOptions, mergedFieldNames, childrenAsData]);
257
- // =========================== Change ===========================
258
- const triggerChange = values => {
259
- const labeledValues = convert2LabelValues(values);
260
- setInternalValue(labeledValues);
261
- if (onChange && (
262
- // Trigger event only when value changed
263
- labeledValues.length !== mergedValues.length || labeledValues.some((newVal, index) => {
264
- var _a;
265
- return ((_a = mergedValues[index]) === null || _a === void 0 ? void 0 : _a.value) !== (newVal === null || newVal === void 0 ? void 0 : newVal.value);
266
- }))) {
267
- const returnValues = labelInValue ? labeledValues : labeledValues.map(v => v.value);
268
- const returnOptions = labeledValues.map(v => injectPropsWithOption(getMixedOption(v.value)));
269
- onChange(
270
- // Value
271
- multiple ? returnValues : returnValues[0],
272
- // Option
273
- multiple ? returnOptions : returnOptions[0]);
274
- }
275
- };
276
- // ======================= Accessibility ========================
277
- const [activeValue, setActiveValue] = React.useState(null);
278
- const [accessibilityIndex, setAccessibilityIndex] = React.useState(0);
279
- const mergedDefaultActiveFirstOption = defaultActiveFirstOption !== undefined ? defaultActiveFirstOption : mode !== 'combobox';
280
- const onActiveValue = React.useCallback((active, index, {
281
- source = 'keyboard'
282
- } = {}) => {
283
- setAccessibilityIndex(index);
284
- if (backfill && mode === 'combobox' && active !== null && source === 'keyboard') {
285
- setActiveValue(String(active));
286
- }
287
- }, [backfill, mode]);
288
- // ========================= OptionList =========================
289
- const triggerSelect = (val, selected, type) => {
290
- const getSelectEnt = () => {
291
- var _a;
292
- const option = getMixedOption(val);
293
- return [labelInValue ? {
294
- label: option === null || option === void 0 ? void 0 : option[mergedFieldNames.label],
295
- value: val,
296
- key: (_a = option === null || option === void 0 ? void 0 : option.key) !== null && _a !== void 0 ? _a : val
297
- } : val, injectPropsWithOption(option)];
298
- };
299
- if (selected && onSelect) {
300
- const [wrappedValue, option] = getSelectEnt();
301
- onSelect(wrappedValue, option);
302
- } else if (!selected && onDeselect && type !== 'clear') {
303
- const [wrappedValue, option] = getSelectEnt();
304
- onDeselect(wrappedValue, option);
305
- }
306
- };
307
- // Used for OptionList selection
308
- const onInternalSelect = useRefFunc((val, info) => {
309
- let cloneValues;
310
- // Single mode always trigger select only with option list
311
- const mergedSelect = multiple ? info.selected : true;
312
- if (mergedSelect) {
313
- cloneValues = multiple ? [...mergedValues, val] : [val];
314
- } else {
315
- cloneValues = mergedValues.filter(v => v.value !== val);
316
- }
317
- triggerChange(cloneValues);
318
- triggerSelect(val, mergedSelect);
319
- // Clean search value if single or configured
320
- if (mode === 'combobox') {
321
- // setSearchValue(String(val));
322
- setActiveValue('');
323
- } else if (!isMultiple || autoClearSearchValue) {
324
- setSearchValue('');
325
- setActiveValue('');
326
- }
327
- });
328
- // ======================= Display Change =======================
329
- // BaseSelect display values change
330
- const onDisplayValuesChange = (nextValues, info) => {
331
- triggerChange(nextValues);
332
- const {
333
- type,
334
- values
335
- } = info;
336
- if (type === 'remove' || type === 'clear') {
337
- values.forEach(item => {
338
- triggerSelect(item.value, false, type);
339
- });
340
- }
341
- };
342
- // =========================== Search ===========================
343
- const onInternalSearch = (searchText, info) => {
344
- setSearchValue(searchText);
345
- setActiveValue(null);
346
- // [Submit] Tag mode should flush input
347
- if (info.source === 'submit') {
348
- const formatted = (searchText || '').trim();
349
- // prevent empty tags from appearing when you click the Enter button
350
- if (formatted) {
351
- const newRawValues = Array.from(new Set([...rawValues, formatted]));
352
- triggerChange(newRawValues);
353
- triggerSelect(formatted, true);
354
- setSearchValue('');
355
- }
356
- return;
357
- }
358
- if (info.source !== 'blur') {
359
- if (mode === 'combobox') {
360
- triggerChange(searchText);
361
- }
362
- onSearch === null || onSearch === void 0 ? void 0 : onSearch(searchText);
363
- }
364
- };
365
- const onInternalSearchSplit = words => {
366
- let patchValues = words;
367
- if (mode !== 'tags') {
368
- patchValues = words.map(word => {
369
- const opt = labelOptions.get(word);
370
- return opt === null || opt === void 0 ? void 0 : opt.value;
371
- }).filter(val => val !== undefined);
372
- }
373
- const newRawValues = Array.from(new Set([...rawValues, ...patchValues]));
374
- triggerChange(newRawValues);
375
- newRawValues.forEach(newRawValue => {
376
- triggerSelect(newRawValue, true);
377
- });
378
- };
379
- // ========================== Context ===========================
380
- const selectContext = React.useMemo(() => {
381
- const realVirtual = virtual !== false && dropdownMatchSelectWidth !== false;
382
- return Object.assign(Object.assign({}, parsedOptions), {
383
- flattenOptions: displayOptions,
384
- onActiveValue,
385
- defaultActiveFirstOption: mergedDefaultActiveFirstOption,
386
- onSelect: onInternalSelect,
387
- menuItemSelectedIcon,
388
- rawValues,
389
- fieldNames: mergedFieldNames,
390
- virtual: realVirtual,
391
- direction,
392
- listHeight,
393
- listItemHeight,
394
- childrenAsData,
395
- optionRender
396
- });
397
- }, [parsedOptions, displayOptions, onActiveValue, mergedDefaultActiveFirstOption, onInternalSelect, menuItemSelectedIcon, rawValues, mergedFieldNames, virtual, dropdownMatchSelectWidth, listHeight, listItemHeight, childrenAsData, optionRender]);
398
- // ========================== Warning ===========================
399
- if (process.env.NODE_ENV !== 'production') {
400
- warningProps(props);
401
- warningNullOptions(mergedOptions, mergedFieldNames);
402
- }
403
- // ==============================================================
404
- // == Render ==
405
- // ==============================================================
406
- return React.createElement(SelectContext.Provider, {
407
- value: selectContext
408
- }, React.createElement(BaseSelect, Object.assign({}, restProps, {
409
- // >>> MISC
410
- id: mergedId,
411
- prefixCls: prefixCls,
412
- ref: ref,
413
- omitDomProps: OMIT_DOM_PROPS,
414
- mode: mode,
415
- // >>> Values
416
- displayValues: displayValues,
417
- onDisplayValuesChange: onDisplayValuesChange,
418
- // >>> Trigger
419
- direction: direction,
420
- // >>> Search
421
- searchValue: mergedSearchValue,
422
- onSearch: onInternalSearch,
423
- autoClearSearchValue: autoClearSearchValue,
424
- onSearchSplit: onInternalSearchSplit,
425
- dropdownMatchSelectWidth: dropdownMatchSelectWidth,
426
- // >>> OptionList
427
- OptionList: OptionList,
428
- emptyOptions: !displayOptions.length,
429
- // >>> Accessibility
430
- activeValue: activeValue,
431
- activeDescendantId: `${mergedId}_list_${accessibilityIndex}`
432
- })));
433
- });
434
- if (process.env.NODE_ENV !== 'production') {
435
- Select.displayName = 'Select';
436
- }
437
- const TypedSelect = Select;
438
- TypedSelect.Option = Option;
439
- TypedSelect.OptGroup = OptGroup;
440
- export default TypedSelect;
@@ -1 +0,0 @@
1
- {"version":3,"file":"Select.js","sourceRoot":"","sources":["../../../src/tntd-select/rc-select/Select.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;;;;;;;;;;;;AAEH,OAAO,cAAc,MAAM,kCAAkC,CAAC;AAC9D,OAAO,OAAO,MAAM,qBAAqB,CAAC;AAC1C,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,OAAO,UAAU,EAAE,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AACtD,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,QAAQ,MAAM,kBAAkB,CAAC;AACxC,OAAO,gBAAgB,MAAM,0BAA0B,CAAC;AACxD,OAAO,KAAK,MAAM,eAAe,CAAC;AAClC,OAAO,UAAU,MAAM,oBAAoB,CAAC;AAC5C,OAAO,UAAU,MAAM,oBAAoB,CAAC;AAE5C,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1F,OAAO,YAAY,EAAE,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAE5E,MAAM,cAAc,GAAG,CAAC,YAAY,CAAC,CAAC;AAwGtC,SAAS,UAAU,CAAC,KAAqB;IACvC,OAAO,CAAC,KAAK,IAAI,OAAO,KAAK,KAAK,QAAQ,CAAC;AAC7C,CAAC;AAED,MAAM,MAAM,GAAG,KAAK,CAAC,UAAU,CAC7B,CAAC,KAA0C,EAAE,GAA6B,EAAE,EAAE;IAC5E,MAAM,EACJ,EAAE,EACF,IAAI,EACJ,SAAS,GAAG,WAAW,EACvB,QAAQ,EACR,UAAU;IAEV,SAAS;IACT,UAAU,EACV,WAAW,EACX,QAAQ,EACR,oBAAoB,GAAG,IAAI;IAE3B,SAAS;IACT,QAAQ,EACR,UAAU,EACV,wBAAwB,GAAG,IAAI;IAE/B,UAAU;IACV,YAAY,EACZ,UAAU,EACV,gBAAgB,EAChB,eAAe,EACf,OAAO,EACP,YAAY,EACZ,QAAQ,EACR,wBAAwB,EACxB,oBAAoB,EACpB,OAAO,EACP,SAAS,EACT,UAAU,GAAG,GAAG,EAChB,cAAc,GAAG,EAAE;IAEnB,QAAQ;IACR,KAAK,EACL,YAAY,EACZ,YAAY,EACZ,QAAQ,KAGN,KAAK,EADJ,SAAS,UACV,KAAK,EAxCH,ybAwCL,CAAQ,CAAC;IAEV,MAAM,QAAQ,GAAG,KAAK,CAAC,EAAE,CAAC,CAAC;IAC3B,MAAM,QAAQ,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;IAClC,MAAM,cAAc,GAAG,CAAC,CAAC,CAAC,CAAC,OAAO,IAAI,QAAQ,CAAC,CAAC;IAEhD,MAAM,kBAAkB,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE;QAC5C,IAAI,YAAY,KAAK,SAAS,IAAI,IAAI,KAAK,UAAU,EAAE;YACrD,OAAO,KAAK,CAAC;SACd;QACD,OAAO,YAAY,CAAC;IACtB,CAAC,EAAE,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC,CAAC;IAEzB,iEAAiE;IACjE,MAAM,gBAAgB,GAAG,KAAK,CAAC,OAAO,CACpC,GAAG,EAAE,CAAC,cAAc,CAAC,UAAU,EAAE,cAAc,CAAC;IAChD,gDAAgD;IAChD;QACE,2DAA2D;QAC3D,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC;QAC1B,cAAc;KACf,CAEF,CAAC;IAEF,iEAAiE;IACjE,MAAM,CAAC,iBAAiB,EAAE,cAAc,CAAC,GAAG,cAAc,CAAC,EAAE,EAAE;QAC7D,KAAK,EAAE,WAAW,KAAK,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,UAAU;QAC3D,SAAS,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,IAAI,EAAE;KACpC,CAAC,CAAC;IAEH,iEAAiE;IACjE,MAAM,aAAa,GAAG,UAAU,CAC9B,OAAO,EACP,QAAQ,EACR,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,CAChB,CAAC;IACF,MAAM,EAAE,YAAY,EAAE,YAAY,EAAE,OAAO,EAAE,aAAa,EAAE,GAAG,aAAa,CAAC;IAE7E,iEAAiE;IACjE,MAAM,mBAAmB,GAAG,KAAK,CAAC,WAAW,CAC3C,CAAC,WAA2B,EAAE,EAAE;QAC9B,mBAAmB;QACnB,MAAM,SAAS,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;QAEvC,+BAA+B;QAC/B,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE;;YAC3B,IAAI,QAAsB,CAAC;YAC3B,IAAI,QAAyB,CAAC;YAC9B,IAAI,MAAiB,CAAC;YACtB,IAAI,WAAgC,CAAC;YACrC,IAAI,QAAgB,CAAC;YAErB,qBAAqB;YACrB,IAAI,UAAU,CAAC,GAAG,CAAC,EAAE;gBACnB,QAAQ,GAAG,GAAG,CAAC;aAChB;iBAAM;gBACL,MAAM,GAAG,GAAG,CAAC,GAAG,CAAC;gBACjB,QAAQ,GAAG,GAAG,CAAC,KAAK,CAAC;gBACrB,QAAQ,GAAG,MAAA,GAAG,CAAC,KAAK,mCAAI,MAAM,CAAC;aAChC;YAED,MAAM,MAAM,GAAG,YAAY,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;YAC1C,IAAI,MAAM,EAAE;gBACV,qBAAqB;gBACrB,IAAI,QAAQ,KAAK,SAAS;oBACxB,QAAQ,GAAG,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAG,eAAe,IAAI,gBAAgB,CAAC,KAAK,CAAC,CAAC;gBACjE,IAAI,MAAM,KAAK,SAAS;oBAAE,MAAM,GAAG,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,GAAG,mCAAI,QAAQ,CAAC;gBAC3D,WAAW,GAAG,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,QAAQ,CAAC;gBAC/B,QAAQ,GAAG,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,KAAK,CAAC;gBAEzB,wCAAwC;gBACxC,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,IAAI,CAAC,eAAe,EAAE;oBAC7D,MAAM,WAAW,GAAG,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAG,gBAAgB,CAAC,KAAK,CAAC,CAAC;oBACrD,IACE,WAAW,KAAK,SAAS;wBACzB,CAAC,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC;wBAClC,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC;wBAC/B,WAAW,KAAK,QAAQ,EACxB;wBACA,OAAO,CAAC,KAAK,EAAE,8DAA8D,CAAC,CAAC;qBAChF;iBACF;aACF;YAED,OAAO;gBACL,KAAK,EAAE,QAAQ;gBACf,KAAK,EAAE,QAAQ;gBACf,GAAG,EAAE,MAAM;gBACX,QAAQ,EAAE,WAAW;gBACrB,KAAK,EAAE,QAAQ;aAChB,CAAC;QACJ,CAAC,CAAC,CAAC;IACL,CAAC,EACD,CAAC,gBAAgB,EAAE,eAAe,EAAE,YAAY,CAAC,CAClD,CAAC;IAEF,iEAAiE;IACjE,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,cAAc,CAAC,YAAY,EAAE;QACrE,KAAK;KACN,CAAC,CAAC;IAEH,mCAAmC;IACnC,MAAM,gBAAgB,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE;;QAC1C,MAAM,MAAM,GAAG,mBAAmB,CAAC,aAAa,CAAC,CAAC;QAElD,yEAAyE;QACzE,IAAI,IAAI,KAAK,UAAU,IAAI,cAAc,CAAC,MAAA,MAAM,CAAC,CAAC,CAAC,0CAAE,KAAK,CAAC,EAAE;YAC3D,OAAO,EAAE,CAAC;SACX;QAED,OAAO,MAAM,CAAC;IAChB,CAAC,EAAE,CAAC,aAAa,EAAE,mBAAmB,EAAE,IAAI,CAAC,CAAC,CAAC;IAE/C,+CAA+C;IAC/C,MAAM,CAAC,YAAY,EAAE,cAAc,CAAC,GAAG,QAAQ,CAAC,gBAAgB,EAAE,YAAY,CAAC,CAAC;IAEhF,MAAM,aAAa,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE;QACvC,0CAA0C;QAC1C,wDAAwD;QACxD,IAAI,CAAC,IAAI,IAAI,YAAY,CAAC,MAAM,KAAK,CAAC,EAAE;YACtC,MAAM,UAAU,GAAG,YAAY,CAAC,CAAC,CAAC,CAAC;YACnC,IACE,UAAU,CAAC,KAAK,KAAK,IAAI;gBACzB,CAAC,UAAU,CAAC,KAAK,KAAK,IAAI,IAAI,UAAU,CAAC,KAAK,KAAK,SAAS,CAAC,EAC7D;gBACA,OAAO,EAAE,CAAC;aACX;SACF;QAED,OAAO,YAAY,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;;YAAC,OAAA,iCAC7B,IAAI,KACP,KAAK,EAAE,MAAA,IAAI,CAAC,KAAK,mCAAI,IAAI,CAAC,KAAK,IAC/B,CAAA;SAAA,CAAC,CAAC;IACN,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC,CAAC;IAEzB,oDAAoD;IACpD,MAAM,SAAS,GAAG,KAAK,CAAC,OAAO,CAC7B,GAAG,EAAE,CAAC,IAAI,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EACnD,CAAC,YAAY,CAAC,CACf,CAAC;IAEF,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;;QACnB,IAAI,IAAI,KAAK,UAAU,EAAE;YACvB,MAAM,QAAQ,GAAG,MAAA,YAAY,CAAC,CAAC,CAAC,0CAAE,KAAK,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;SAC5D;IACH,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC;IAEnB,iEAAiE;IACjE,sDAAsD;IACtD,MAAM,eAAe,GAAG,UAAU,CAAC,CAAC,GAAiB,EAAE,KAAuB,EAAE,EAAE;QAChF,MAAM,WAAW,GAAG,KAAK,aAAL,KAAK,cAAL,KAAK,GAAI,GAAG,CAAC;QACjC,OAAO;YACL,CAAC,gBAAgB,CAAC,KAAK,CAAC,EAAE,GAAG;YAC7B,CAAC,gBAAgB,CAAC,KAAK,CAAC,EAAE,WAAW;SACjB,CAAC;IACzB,CAAC,CAAC,CAAC;IAEH,uCAAuC;IACvC,MAAM,gBAAgB,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE;QAC1C,IAAI,IAAI,KAAK,MAAM,EAAE;YACnB,OAAO,aAAa,CAAC;SACtB;QAED,eAAe;QACf,MAAM,YAAY,GAAG,CAAC,GAAG,aAAa,CAAC,CAAC;QAExC,2DAA2D;QAC3D,MAAM,YAAY,GAAG,CAAC,GAAiB,EAAE,EAAE,CAAC,YAAY,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QAElE,+BAA+B;QAC/B,CAAC,GAAG,YAAY,CAAC;aACd,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;aAC5C,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;YAChB,MAAM,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC;YAEvB,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,EAAE;gBACtB,YAAY,CAAC,IAAI,CAAC,eAAe,CAAC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;aACrD;QACH,CAAC,CAAC,CAAC;QAEL,OAAO,YAAY,CAAC;IACtB,CAAC,EAAE,CAAC,eAAe,EAAE,aAAa,EAAE,YAAY,EAAE,YAAY,EAAE,IAAI,CAAC,CAAC,CAAC;IAEvE,MAAM,eAAe,GAAG,gBAAgB,CACtC,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAClB,gBAAgB,CACjB,CAAC;IAEF,2CAA2C;IAC3C,MAAM,mBAAmB,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE;QAC7C,IACE,IAAI,KAAK,MAAM;YACf,CAAC,iBAAiB;YAClB,eAAe,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,gBAAgB,IAAI,OAAO,CAAC,KAAK,iBAAiB,CAAC,EACvF;YACA,OAAO,eAAe,CAAC;SACxB;QACD,oDAAoD;QACpD,IAAI,eAAe,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC,KAAK,CAAC,KAAK,iBAAiB,CAAC,EAAE;YACtF,OAAO,eAAe,CAAC;SACxB;QACD,8BAA8B;QAC9B,OAAO,CAAC,eAAe,CAAC,iBAAiB,CAAC,EAAE,GAAG,eAAe,CAAC,CAAC;IAClE,CAAC,EAAE;QACD,eAAe;QACf,gBAAgB;QAChB,IAAI;QACJ,eAAe;QACf,iBAAiB;QACjB,gBAAgB;KACjB,CAAC,CAAC;IAEH,MAAM,sBAAsB,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE;QAChD,IAAI,CAAC,UAAU,EAAE;YACf,OAAO,mBAAmB,CAAC;SAC5B;QAED,OAAO,CAAC,GAAG,mBAAmB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;IACnE,CAAC,EAAE,CAAC,mBAAmB,EAAE,UAAU,CAAC,CAAC,CAAC;IAEtC,MAAM,cAAc,GAAG,KAAK,CAAC,OAAO,CAClC,GAAG,EAAE,CACH,cAAc,CAAC,sBAAsB,EAAE;QACrC,UAAU,EAAE,gBAAgB;QAC5B,cAAc;KACf,CAAC,EACJ,CAAC,sBAAsB,EAAE,gBAAgB,EAAE,cAAc,CAAC,CAC3D,CAAC;IAEF,iEAAiE;IACjE,MAAM,aAAa,GAAG,CAAC,MAAsB,EAAE,EAAE;QAC/C,MAAM,aAAa,GAAG,mBAAmB,CAAC,MAAM,CAAC,CAAC;QAClD,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAEhC,IACE,QAAQ;YACR,wCAAwC;YACxC,CAAC,aAAa,CAAC,MAAM,KAAK,YAAY,CAAC,MAAM;gBAC3C,aAAa,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,WAAC,OAAA,CAAA,MAAA,YAAY,CAAC,KAAK,CAAC,0CAAE,KAAK,OAAK,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,KAAK,CAAA,CAAA,EAAA,CAAC,CAAC,EACtF;YACA,MAAM,YAAY,GAAG,YAAY,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;YACtF,MAAM,aAAa,GAAG,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAC5C,qBAAqB,CAAC,cAAc,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAC/C,CAAC;YAEF,QAAQ;YACN,QAAQ;YACR,QAAQ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC;YACzC,SAAS;YACT,QAAQ,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,CAC5C,CAAC;SACH;IACH,CAAC,CAAC;IAEF,iEAAiE;IACjE,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAS,IAAI,CAAC,CAAC;IACnE,MAAM,CAAC,kBAAkB,EAAE,qBAAqB,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IACtE,MAAM,8BAA8B,GAClC,wBAAwB,KAAK,SAAS,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC,IAAI,KAAK,UAAU,CAAC;IAE1F,MAAM,aAAa,GAAkB,KAAK,CAAC,WAAW,CACpD,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,MAAM,GAAG,UAAU,EAAE,GAAG,EAAE,EAAE,EAAE;QAC9C,qBAAqB,CAAC,KAAK,CAAC,CAAC;QAE7B,IAAI,QAAQ,IAAI,IAAI,KAAK,UAAU,IAAI,MAAM,KAAK,IAAI,IAAI,MAAM,KAAK,UAAU,EAAE;YAC/E,cAAc,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC;SAChC;IACH,CAAC,EACD,CAAC,QAAQ,EAAE,IAAI,CAAC,CACjB,CAAC;IAEF,iEAAiE;IACjE,MAAM,aAAa,GAAG,CAAC,GAAiB,EAAE,QAAiB,EAAE,IAAsB,EAAE,EAAE;QACrF,MAAM,YAAY,GAAG,GAAyD,EAAE;;YAC9E,MAAM,MAAM,GAAG,cAAc,CAAC,GAAG,CAAC,CAAC;YACnC,OAAO;gBACL,YAAY;oBACV,CAAC,CAAC;wBACE,KAAK,EAAE,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAG,gBAAgB,CAAC,KAAK,CAAC;wBACvC,KAAK,EAAE,GAAG;wBACV,GAAG,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,GAAG,mCAAI,GAAG;qBACxB;oBACH,CAAC,CAAC,GAAG;gBACP,qBAAqB,CAAC,MAAM,CAAC;aAC9B,CAAC;QACJ,CAAC,CAAC;QAEF,IAAI,QAAQ,IAAI,QAAQ,EAAE;YACxB,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC,GAAG,YAAY,EAAE,CAAC;YAC9C,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;SAChC;aAAM,IAAI,CAAC,QAAQ,IAAI,UAAU,IAAI,IAAI,KAAK,OAAO,EAAE;YACtD,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC,GAAG,YAAY,EAAE,CAAC;YAC9C,UAAU,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;SAClC;IACH,CAAC,CAAC;IAEF,gCAAgC;IAChC,MAAM,gBAAgB,GAAG,UAAU,CAAmB,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;QAClE,IAAI,WAAgD,CAAC;QAErD,0DAA0D;QAC1D,MAAM,YAAY,GAAG,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC;QAErD,IAAI,YAAY,EAAE;YAChB,WAAW,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC,GAAG,YAAY,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;SACzD;aAAM;YACL,WAAW,GAAG,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,KAAK,GAAG,CAAC,CAAC;SAC3D;QAED,aAAa,CAAC,WAAW,CAAC,CAAC;QAC3B,aAAa,CAAC,GAAG,EAAE,YAAY,CAAC,CAAC;QAEjC,6CAA6C;QAC7C,IAAI,IAAI,KAAK,UAAU,EAAE;YACvB,+BAA+B;YAC/B,cAAc,CAAC,EAAE,CAAC,CAAC;SACpB;aAAM,IAAI,CAAC,UAAU,IAAI,oBAAoB,EAAE;YAC9C,cAAc,CAAC,EAAE,CAAC,CAAC;YACnB,cAAc,CAAC,EAAE,CAAC,CAAC;SACpB;IACH,CAAC,CAAC,CAAC;IAEH,iEAAiE;IACjE,mCAAmC;IACnC,MAAM,qBAAqB,GAA6C,CAAC,UAAU,EAAE,IAAI,EAAE,EAAE;QAC3F,aAAa,CAAC,UAAU,CAAC,CAAC;QAC1B,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;QAE9B,IAAI,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,OAAO,EAAE;YACzC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;gBACtB,aAAa,CAAC,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,CAAC,CAAC;YACzC,CAAC,CAAC,CAAC;SACJ;IACH,CAAC,CAAC;IAEF,iEAAiE;IACjE,MAAM,gBAAgB,GAAgC,CAAC,UAAU,EAAE,IAAI,EAAE,EAAE;QACzE,cAAc,CAAC,UAAU,CAAC,CAAC;QAC3B,cAAc,CAAC,IAAI,CAAC,CAAC;QAErB,uCAAuC;QACvC,IAAI,IAAI,CAAC,MAAM,KAAK,QAAQ,EAAE;YAC5B,MAAM,SAAS,GAAG,CAAC,UAAU,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;YAC5C,oEAAoE;YACpE,IAAI,SAAS,EAAE;gBACb,MAAM,YAAY,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,GAAG,CAAe,CAAC,GAAG,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC;gBAClF,aAAa,CAAC,YAAY,CAAC,CAAC;gBAC5B,aAAa,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;gBAC/B,cAAc,CAAC,EAAE,CAAC,CAAC;aACpB;YAED,OAAO;SACR;QAED,IAAI,IAAI,CAAC,MAAM,KAAK,MAAM,EAAE;YAC1B,IAAI,IAAI,KAAK,UAAU,EAAE;gBACvB,aAAa,CAAC,UAAU,CAAC,CAAC;aAC3B;YAED,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAG,UAAU,CAAC,CAAC;SACxB;IACH,CAAC,CAAC;IAEF,MAAM,qBAAqB,GAAqC,CAAC,KAAK,EAAE,EAAE;QACxE,IAAI,WAAW,GAAmB,KAAK,CAAC;QAExC,IAAI,IAAI,KAAK,MAAM,EAAE;YACnB,WAAW,GAAG,KAAK;iBAChB,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;gBACZ,MAAM,GAAG,GAAG,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;gBACnC,OAAO,GAAG,aAAH,GAAG,uBAAH,GAAG,CAAE,KAAK,CAAC;YACpB,CAAC,CAAC;iBACD,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,KAAK,SAAS,CAAC,CAAC;SACvC;QAED,MAAM,YAAY,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,GAAG,CAAe,CAAC,GAAG,SAAS,EAAE,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;QACvF,aAAa,CAAC,YAAY,CAAC,CAAC;QAC5B,YAAY,CAAC,OAAO,CAAC,CAAC,WAAW,EAAE,EAAE;YACnC,aAAa,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;QACnC,CAAC,CAAC,CAAC;IACL,CAAC,CAAC;IAEF,iEAAiE;IACjE,MAAM,aAAa,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE;QACvC,MAAM,WAAW,GAAG,OAAO,KAAK,KAAK,IAAI,wBAAwB,KAAK,KAAK,CAAC;QAC5E,uCACK,aAAa,KAChB,cAAc,EAAE,cAAc,EAC9B,aAAa,EACb,wBAAwB,EAAE,8BAA8B,EACxD,QAAQ,EAAE,gBAAgB,EAC1B,oBAAoB;YACpB,SAAS,EACT,UAAU,EAAE,gBAAgB,EAC5B,OAAO,EAAE,WAAW,EACpB,SAAS;YACT,UAAU;YACV,cAAc;YACd,cAAc;YACd,YAAY,IACZ;IACJ,CAAC,EAAE;QACD,aAAa;QACb,cAAc;QACd,aAAa;QACb,8BAA8B;QAC9B,gBAAgB;QAChB,oBAAoB;QACpB,SAAS;QACT,gBAAgB;QAChB,OAAO;QACP,wBAAwB;QACxB,UAAU;QACV,cAAc;QACd,cAAc;QACd,YAAY;KACb,CAAC,CAAC;IAEH,iEAAiE;IACjE,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;QACzC,YAAY,CAAC,KAAK,CAAC,CAAC;QACpB,kBAAkB,CAAC,aAAa,EAAE,gBAAgB,CAAC,CAAC;KACrD;IAED,iEAAiE;IACjE,iEAAiE;IACjE,iEAAiE;IACjE,OAAO,CACL,oBAAC,aAAa,CAAC,QAAQ,IAAC,KAAK,EAAE,aAAa;QAC1C,oBAAC,UAAU,oBACL,SAAS;YACb,WAAW;YACX,EAAE,EAAE,QAAQ,EACZ,SAAS,EAAE,SAAS,EACpB,GAAG,EAAE,GAAG,EACR,YAAY,EAAE,cAAc,EAC5B,IAAI,EAAE,IAAI;YACV,aAAa;YACb,aAAa,EAAE,aAAa,EAC5B,qBAAqB,EAAE,qBAAqB;YAC5C,cAAc;YACd,SAAS,EAAE,SAAS;YACpB,aAAa;YACb,WAAW,EAAE,iBAAiB,EAC9B,QAAQ,EAAE,gBAAgB,EAC1B,oBAAoB,EAAE,oBAAoB,EAC1C,aAAa,EAAE,qBAAqB,EACpC,wBAAwB,EAAE,wBAAwB;YAClD,iBAAiB;YACjB,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,CAAC,cAAc,CAAC,MAAM;YACpC,oBAAoB;YACpB,WAAW,EAAE,WAAW,EACxB,kBAAkB,EAAE,GAAG,QAAQ,SAAS,kBAAkB,EAAE,IAC5D,CACqB,CAC1B,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;IACzC,MAAM,CAAC,WAAW,GAAG,QAAQ,CAAC;CAC/B;AAED,MAAM,WAAW,GAAG,MAUnB,CAAC;AAEF,WAAW,CAAC,MAAM,GAAG,MAAM,CAAC;AAC5B,WAAW,CAAC,QAAQ,GAAG,QAAQ,CAAC;AAEhC,eAAe,WAAW,CAAC","sourcesContent":["/**\n * To match accessibility requirement, we always provide an input in the component.\n * Other element will not set `tabIndex` to avoid `onBlur` sequence problem.\n * For focused select, we set `aria-live=\"polite\"` to update the accessibility content.\n *\n * ref:\n * - keyboard: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/listbox_role#Keyboard_interactions\n *\n * New api:\n * - listHeight\n * - listItemHeight\n * - component\n *\n * Remove deprecated api:\n * - multiple\n * - tags\n * - combobox\n * - firstActiveValue\n * - dropdownMenuStyle\n * - openClassName (Not list in api)\n *\n * Update:\n * - `backfill` only support `combobox` mode\n * - `combobox` mode not support `labelInValue` since it's meaningless\n * - `getInputElement` only support `combobox` mode\n * - `onChange` return OptionData instead of ReactNode\n * - `filterOption` `onChange` `onSelect` accept OptionData instead of ReactNode\n * - `combobox` mode trigger `onChange` will get `undefined` if no `value` match in Option\n * - `combobox` mode not support `optionLabelProp`\n */\n\nimport useMergedState from 'rc-util/lib/hooks/useMergedState';\nimport warning from 'rc-util/lib/warning';\nimport * as React from 'react';\nimport type {\n BaseSelectProps,\n BaseSelectPropsWithoutPrivate,\n BaseSelectRef,\n DisplayInfoType,\n DisplayValueType,\n RenderNode,\n} from './BaseSelect';\nimport BaseSelect, { isMultiple } from './BaseSelect';\nimport OptGroup from './OptGroup';\nimport Option from './Option';\nimport OptionList from './OptionList';\nimport SelectContext from './SelectContext';\nimport useCache from './hooks/useCache';\nimport useFilterOptions from './hooks/useFilterOptions';\nimport useId from './hooks/useId';\nimport useOptions from './hooks/useOptions';\nimport useRefFunc from './hooks/useRefFunc';\nimport type { FlattenOptionData } from './interface';\nimport { hasValue, isComboNoValue, toArray } from './utils/commonUtil';\nimport { fillFieldNames, flattenOptions, injectPropsWithOption } from './utils/valueUtil';\nimport warningProps, { warningNullOptions } from './utils/warningPropsUtil';\n\nconst OMIT_DOM_PROPS = ['inputValue'];\n\nexport type OnActiveValue = (\n active: RawValueType,\n index: number,\n info?: { source?: 'keyboard' | 'mouse' },\n) => void;\n\nexport type OnInternalSelect = (value: RawValueType, info: { selected: boolean }) => void;\n\nexport type RawValueType = string | number;\nexport interface LabelInValueType {\n label: React.ReactNode;\n value: RawValueType;\n /** @deprecated `key` is useless since it should always same as `value` */\n key?: React.Key;\n}\n\nexport type DraftValueType =\n | RawValueType\n | LabelInValueType\n | DisplayValueType\n | (RawValueType | LabelInValueType | DisplayValueType)[];\n\nexport type FilterFunc<OptionType> = (inputValue: string, option?: OptionType) => boolean;\n\nexport interface FieldNames {\n value?: string;\n label?: string;\n groupLabel?: string;\n options?: string;\n}\n\nexport interface BaseOptionType {\n disabled?: boolean;\n [name: string]: any;\n}\n\nexport interface DefaultOptionType extends BaseOptionType {\n label: React.ReactNode;\n value?: string | number | null;\n children?: Omit<DefaultOptionType, 'children'>[];\n}\n\nexport type SelectHandler<ValueType, OptionType extends BaseOptionType = DefaultOptionType> = (\n value: ValueType,\n option: OptionType,\n) => void;\n\ntype ArrayElementType<T> = T extends (infer E)[] ? E : T;\n\nexport interface SelectProps<ValueType = any, OptionType extends BaseOptionType = DefaultOptionType>\n extends BaseSelectPropsWithoutPrivate {\n prefixCls?: string;\n id?: string;\n\n backfill?: boolean;\n\n // >>> Field Names\n fieldNames?: FieldNames;\n\n // >>> Search\n /** @deprecated Use `searchValue` instead */\n inputValue?: string;\n searchValue?: string;\n onSearch?: (value: string) => void;\n autoClearSearchValue?: boolean;\n\n // >>> Select\n onSelect?: SelectHandler<ArrayElementType<ValueType>, OptionType>;\n onDeselect?: SelectHandler<ArrayElementType<ValueType>, OptionType>;\n\n // >>> Options\n /**\n * In Select, `false` means do nothing.\n * In TreeSelect, `false` will highlight match item.\n * It's by design.\n */\n filterOption?: boolean | FilterFunc<OptionType>;\n filterSort?: (optionA: OptionType, optionB: OptionType) => number;\n optionFilterProp?: string;\n optionLabelProp?: string;\n children?: React.ReactNode;\n options?: OptionType[];\n optionRender?: (\n oriOption: FlattenOptionData<BaseOptionType>,\n info: { index: number },\n ) => React.ReactNode;\n defaultActiveFirstOption?: boolean;\n virtual?: boolean;\n direction?: 'ltr' | 'rtl';\n listHeight?: number;\n listItemHeight?: number;\n\n // >>> Icon\n menuItemSelectedIcon?: RenderNode;\n\n mode?: 'combobox' | 'multiple' | 'tags';\n labelInValue?: boolean;\n value?: ValueType | null;\n defaultValue?: ValueType | null;\n onChange?: (value: ValueType, option: OptionType | OptionType[]) => void;\n}\n\nfunction isRawValue(value: DraftValueType): value is RawValueType {\n return !value || typeof value !== 'object';\n}\n\nconst Select = React.forwardRef(\n (props: SelectProps<any, DefaultOptionType>, ref: React.Ref<BaseSelectRef>) => {\n const {\n id,\n mode,\n prefixCls = 'rc-select',\n backfill,\n fieldNames,\n\n // Search\n inputValue,\n searchValue,\n onSearch,\n autoClearSearchValue = true,\n\n // Select\n onSelect,\n onDeselect,\n dropdownMatchSelectWidth = true,\n\n // Options\n filterOption,\n filterSort,\n optionFilterProp,\n optionLabelProp,\n options,\n optionRender,\n children,\n defaultActiveFirstOption,\n menuItemSelectedIcon,\n virtual,\n direction,\n listHeight = 200,\n listItemHeight = 20,\n\n // Value\n value,\n defaultValue,\n labelInValue,\n onChange,\n\n ...restProps\n } = props;\n\n const mergedId = useId(id);\n const multiple = isMultiple(mode);\n const childrenAsData = !!(!options && children);\n\n const mergedFilterOption = React.useMemo(() => {\n if (filterOption === undefined && mode === 'combobox') {\n return false;\n }\n return filterOption;\n }, [filterOption, mode]);\n\n // ========================= FieldNames =========================\n const mergedFieldNames = React.useMemo(\n () => fillFieldNames(fieldNames, childrenAsData),\n /* eslint-disable react-hooks/exhaustive-deps */\n [\n // We stringify fieldNames to avoid unnecessary re-renders.\n JSON.stringify(fieldNames),\n childrenAsData,\n ],\n /* eslint-enable react-hooks/exhaustive-deps */\n );\n\n // =========================== Search ===========================\n const [mergedSearchValue, setSearchValue] = useMergedState('', {\n value: searchValue !== undefined ? searchValue : inputValue,\n postState: (search) => search || '',\n });\n\n // =========================== Option ===========================\n const parsedOptions = useOptions(\n options,\n children,\n mergedFieldNames,\n optionFilterProp,\n optionLabelProp,\n );\n const { valueOptions, labelOptions, options: mergedOptions } = parsedOptions;\n\n // ========================= Wrap Value =========================\n const convert2LabelValues = React.useCallback(\n (draftValues: DraftValueType) => {\n // Convert to array\n const valueList = toArray(draftValues);\n\n // Convert to labelInValue type\n return valueList.map((val) => {\n let rawValue: RawValueType;\n let rawLabel: React.ReactNode;\n let rawKey: React.Key;\n let rawDisabled: boolean | undefined;\n let rawTitle: string;\n\n // Fill label & value\n if (isRawValue(val)) {\n rawValue = val;\n } else {\n rawKey = val.key;\n rawLabel = val.label;\n rawValue = val.value ?? rawKey;\n }\n\n const option = valueOptions.get(rawValue);\n if (option) {\n // Fill missing props\n if (rawLabel === undefined)\n rawLabel = option?.[optionLabelProp || mergedFieldNames.label];\n if (rawKey === undefined) rawKey = option?.key ?? rawValue;\n rawDisabled = option?.disabled;\n rawTitle = option?.title;\n\n // Warning if label not same as provided\n if (process.env.NODE_ENV !== 'production' && !optionLabelProp) {\n const optionLabel = option?.[mergedFieldNames.label];\n if (\n optionLabel !== undefined &&\n !React.isValidElement(optionLabel) &&\n !React.isValidElement(rawLabel) &&\n optionLabel !== rawLabel\n ) {\n warning(false, '`label` of `value` is not same as `label` in Select options.');\n }\n }\n }\n\n return {\n label: rawLabel,\n value: rawValue,\n key: rawKey,\n disabled: rawDisabled,\n title: rawTitle,\n };\n });\n },\n [mergedFieldNames, optionLabelProp, valueOptions],\n );\n\n // =========================== Values ===========================\n const [internalValue, setInternalValue] = useMergedState(defaultValue, {\n value,\n });\n\n // Merged value with LabelValueType\n const rawLabeledValues = React.useMemo(() => {\n const values = convert2LabelValues(internalValue);\n\n // combobox no need save value when it's no value (exclude value equal 0)\n if (mode === 'combobox' && isComboNoValue(values[0]?.value)) {\n return [];\n }\n\n return values;\n }, [internalValue, convert2LabelValues, mode]);\n\n // Fill label with cache to avoid option remove\n const [mergedValues, getMixedOption] = useCache(rawLabeledValues, valueOptions);\n\n const displayValues = React.useMemo(() => {\n // `null` need show as placeholder instead\n // https://github.com/ant-design/ant-design/issues/25057\n if (!mode && mergedValues.length === 1) {\n const firstValue = mergedValues[0];\n if (\n firstValue.value === null &&\n (firstValue.label === null || firstValue.label === undefined)\n ) {\n return [];\n }\n }\n\n return mergedValues.map((item) => ({\n ...item,\n label: item.label ?? item.value,\n }));\n }, [mode, mergedValues]);\n\n /** Convert `displayValues` to raw value type set */\n const rawValues = React.useMemo(\n () => new Set(mergedValues.map((val) => val.value)),\n [mergedValues],\n );\n\n React.useEffect(() => {\n if (mode === 'combobox') {\n const strValue = mergedValues[0]?.value;\n setSearchValue(hasValue(strValue) ? String(strValue) : '');\n }\n }, [mergedValues]);\n\n // ======================= Display Option =======================\n // Create a placeholder item if not exist in `options`\n const createTagOption = useRefFunc((val: RawValueType, label?: React.ReactNode) => {\n const mergedLabel = label ?? val;\n return {\n [mergedFieldNames.value]: val,\n [mergedFieldNames.label]: mergedLabel,\n } as DefaultOptionType;\n });\n\n // Fill tag as option if mode is `tags`\n const filledTagOptions = React.useMemo(() => {\n if (mode !== 'tags') {\n return mergedOptions;\n }\n\n // >>> Tag mode\n const cloneOptions = [...mergedOptions];\n\n // Check if value exist in options (include new patch item)\n const existOptions = (val: RawValueType) => valueOptions.has(val);\n\n // Fill current value as option\n [...mergedValues]\n .sort((a, b) => (a.value < b.value ? -1 : 1))\n .forEach((item) => {\n const val = item.value;\n\n if (!existOptions(val)) {\n cloneOptions.push(createTagOption(val, item.label));\n }\n });\n\n return cloneOptions;\n }, [createTagOption, mergedOptions, valueOptions, mergedValues, mode]);\n\n const filteredOptions = useFilterOptions(\n filledTagOptions,\n mergedFieldNames,\n mergedSearchValue,\n mergedFilterOption,\n optionFilterProp,\n );\n\n // Fill options with search value if needed\n const filledSearchOptions = React.useMemo(() => {\n if (\n mode !== 'tags' ||\n !mergedSearchValue ||\n filteredOptions.some((item) => item[optionFilterProp || 'value'] === mergedSearchValue)\n ) {\n return filteredOptions;\n }\n // ignore when search value equal select input value\n if (filteredOptions.some((item) => item[mergedFieldNames.value] === mergedSearchValue)) {\n return filteredOptions;\n }\n // Fill search value as option\n return [createTagOption(mergedSearchValue), ...filteredOptions];\n }, [\n createTagOption,\n optionFilterProp,\n mode,\n filteredOptions,\n mergedSearchValue,\n mergedFieldNames,\n ]);\n\n const orderedFilteredOptions = React.useMemo(() => {\n if (!filterSort) {\n return filledSearchOptions;\n }\n\n return [...filledSearchOptions].sort((a, b) => filterSort(a, b));\n }, [filledSearchOptions, filterSort]);\n\n const displayOptions = React.useMemo(\n () =>\n flattenOptions(orderedFilteredOptions, {\n fieldNames: mergedFieldNames,\n childrenAsData,\n }),\n [orderedFilteredOptions, mergedFieldNames, childrenAsData],\n );\n\n // =========================== Change ===========================\n const triggerChange = (values: DraftValueType) => {\n const labeledValues = convert2LabelValues(values);\n setInternalValue(labeledValues);\n\n if (\n onChange &&\n // Trigger event only when value changed\n (labeledValues.length !== mergedValues.length ||\n labeledValues.some((newVal, index) => mergedValues[index]?.value !== newVal?.value))\n ) {\n const returnValues = labelInValue ? labeledValues : labeledValues.map((v) => v.value);\n const returnOptions = labeledValues.map((v) =>\n injectPropsWithOption(getMixedOption(v.value)),\n );\n\n onChange(\n // Value\n multiple ? returnValues : returnValues[0],\n // Option\n multiple ? returnOptions : returnOptions[0],\n );\n }\n };\n\n // ======================= Accessibility ========================\n const [activeValue, setActiveValue] = React.useState<string>(null);\n const [accessibilityIndex, setAccessibilityIndex] = React.useState(0);\n const mergedDefaultActiveFirstOption =\n defaultActiveFirstOption !== undefined ? defaultActiveFirstOption : mode !== 'combobox';\n\n const onActiveValue: OnActiveValue = React.useCallback(\n (active, index, { source = 'keyboard' } = {}) => {\n setAccessibilityIndex(index);\n\n if (backfill && mode === 'combobox' && active !== null && source === 'keyboard') {\n setActiveValue(String(active));\n }\n },\n [backfill, mode],\n );\n\n // ========================= OptionList =========================\n const triggerSelect = (val: RawValueType, selected: boolean, type?: DisplayInfoType) => {\n const getSelectEnt = (): [RawValueType | LabelInValueType, DefaultOptionType] => {\n const option = getMixedOption(val);\n return [\n labelInValue\n ? {\n label: option?.[mergedFieldNames.label],\n value: val,\n key: option?.key ?? val,\n }\n : val,\n injectPropsWithOption(option),\n ];\n };\n\n if (selected && onSelect) {\n const [wrappedValue, option] = getSelectEnt();\n onSelect(wrappedValue, option);\n } else if (!selected && onDeselect && type !== 'clear') {\n const [wrappedValue, option] = getSelectEnt();\n onDeselect(wrappedValue, option);\n }\n };\n\n // Used for OptionList selection\n const onInternalSelect = useRefFunc<OnInternalSelect>((val, info) => {\n let cloneValues: (RawValueType | DisplayValueType)[];\n\n // Single mode always trigger select only with option list\n const mergedSelect = multiple ? info.selected : true;\n\n if (mergedSelect) {\n cloneValues = multiple ? [...mergedValues, val] : [val];\n } else {\n cloneValues = mergedValues.filter((v) => v.value !== val);\n }\n\n triggerChange(cloneValues);\n triggerSelect(val, mergedSelect);\n\n // Clean search value if single or configured\n if (mode === 'combobox') {\n // setSearchValue(String(val));\n setActiveValue('');\n } else if (!isMultiple || autoClearSearchValue) {\n setSearchValue('');\n setActiveValue('');\n }\n });\n\n // ======================= Display Change =======================\n // BaseSelect display values change\n const onDisplayValuesChange: BaseSelectProps['onDisplayValuesChange'] = (nextValues, info) => {\n triggerChange(nextValues);\n const { type, values } = info;\n\n if (type === 'remove' || type === 'clear') {\n values.forEach((item) => {\n triggerSelect(item.value, false, type);\n });\n }\n };\n\n // =========================== Search ===========================\n const onInternalSearch: BaseSelectProps['onSearch'] = (searchText, info) => {\n setSearchValue(searchText);\n setActiveValue(null);\n\n // [Submit] Tag mode should flush input\n if (info.source === 'submit') {\n const formatted = (searchText || '').trim();\n // prevent empty tags from appearing when you click the Enter button\n if (formatted) {\n const newRawValues = Array.from(new Set<RawValueType>([...rawValues, formatted]));\n triggerChange(newRawValues);\n triggerSelect(formatted, true);\n setSearchValue('');\n }\n\n return;\n }\n\n if (info.source !== 'blur') {\n if (mode === 'combobox') {\n triggerChange(searchText);\n }\n\n onSearch?.(searchText);\n }\n };\n\n const onInternalSearchSplit: BaseSelectProps['onSearchSplit'] = (words) => {\n let patchValues: RawValueType[] = words;\n\n if (mode !== 'tags') {\n patchValues = words\n .map((word) => {\n const opt = labelOptions.get(word);\n return opt?.value;\n })\n .filter((val) => val !== undefined);\n }\n\n const newRawValues = Array.from(new Set<RawValueType>([...rawValues, ...patchValues]));\n triggerChange(newRawValues);\n newRawValues.forEach((newRawValue) => {\n triggerSelect(newRawValue, true);\n });\n };\n\n // ========================== Context ===========================\n const selectContext = React.useMemo(() => {\n const realVirtual = virtual !== false && dropdownMatchSelectWidth !== false;\n return {\n ...parsedOptions,\n flattenOptions: displayOptions,\n onActiveValue,\n defaultActiveFirstOption: mergedDefaultActiveFirstOption,\n onSelect: onInternalSelect,\n menuItemSelectedIcon,\n rawValues,\n fieldNames: mergedFieldNames,\n virtual: realVirtual,\n direction,\n listHeight,\n listItemHeight,\n childrenAsData,\n optionRender,\n };\n }, [\n parsedOptions,\n displayOptions,\n onActiveValue,\n mergedDefaultActiveFirstOption,\n onInternalSelect,\n menuItemSelectedIcon,\n rawValues,\n mergedFieldNames,\n virtual,\n dropdownMatchSelectWidth,\n listHeight,\n listItemHeight,\n childrenAsData,\n optionRender,\n ]);\n\n // ========================== Warning ===========================\n if (process.env.NODE_ENV !== 'production') {\n warningProps(props);\n warningNullOptions(mergedOptions, mergedFieldNames);\n }\n\n // ==============================================================\n // == Render ==\n // ==============================================================\n return (\n <SelectContext.Provider value={selectContext}>\n <BaseSelect\n {...restProps}\n // >>> MISC\n id={mergedId}\n prefixCls={prefixCls}\n ref={ref}\n omitDomProps={OMIT_DOM_PROPS}\n mode={mode}\n // >>> Values\n displayValues={displayValues}\n onDisplayValuesChange={onDisplayValuesChange}\n // >>> Trigger\n direction={direction}\n // >>> Search\n searchValue={mergedSearchValue}\n onSearch={onInternalSearch}\n autoClearSearchValue={autoClearSearchValue}\n onSearchSplit={onInternalSearchSplit}\n dropdownMatchSelectWidth={dropdownMatchSelectWidth}\n // >>> OptionList\n OptionList={OptionList}\n emptyOptions={!displayOptions.length}\n // >>> Accessibility\n activeValue={activeValue}\n activeDescendantId={`${mergedId}_list_${accessibilityIndex}`}\n />\n </SelectContext.Provider>\n );\n },\n);\n\nif (process.env.NODE_ENV !== 'production') {\n Select.displayName = 'Select';\n}\n\nconst TypedSelect = Select as unknown as (<\n ValueType = any,\n OptionType extends BaseOptionType | DefaultOptionType = DefaultOptionType,\n>(\n props: React.PropsWithChildren<SelectProps<ValueType, OptionType>> & {\n ref?: React.Ref<BaseSelectRef>;\n },\n) => React.ReactElement) & {\n Option: typeof Option;\n OptGroup: typeof OptGroup;\n};\n\nTypedSelect.Option = Option;\nTypedSelect.OptGroup = OptGroup;\n\nexport default TypedSelect;\n"]}
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- const SelectContext = React.createContext(null);
3
- export default SelectContext;
@@ -1 +0,0 @@
1
- {"version":3,"file":"SelectContext.js","sourceRoot":"","sources":["../../../src/tntd-select/rc-select/SelectContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AA6B/B,MAAM,aAAa,GAAG,KAAK,CAAC,aAAa,CAAqB,IAAI,CAAC,CAAC;AAEpE,eAAe,aAAa,CAAC","sourcesContent":["import * as React from 'react';\nimport type { RawValueType, RenderNode } from './BaseSelect';\nimport type {\n BaseOptionType,\n FieldNames,\n OnActiveValue,\n OnInternalSelect,\n SelectProps,\n} from './Select';\nimport type { FlattenOptionData } from './interface';\n\n// Use any here since we do not get the type during compilation\nexport interface SelectContextProps {\n options: BaseOptionType[];\n optionRender?: SelectProps['optionRender'];\n flattenOptions: FlattenOptionData<BaseOptionType>[];\n onActiveValue: OnActiveValue;\n defaultActiveFirstOption?: boolean;\n onSelect: OnInternalSelect;\n menuItemSelectedIcon?: RenderNode;\n rawValues: Set<RawValueType>;\n fieldNames?: FieldNames;\n virtual?: boolean;\n direction?: 'ltr' | 'rtl';\n listHeight?: number;\n listItemHeight?: number;\n childrenAsData?: boolean;\n}\n\nconst SelectContext = React.createContext<SelectContextProps>(null);\n\nexport default SelectContext;\n"]}
@@ -1,130 +0,0 @@
1
- var __rest = this && this.__rest || function (s, e) {
2
- var t = {};
3
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
4
- if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
5
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
6
- }
7
- return t;
8
- };
9
- import Trigger from '@rc-component/trigger';
10
- import classNames from 'classnames';
11
- import * as React from 'react';
12
- const getBuiltInPlacements = dropdownMatchSelectWidth => {
13
- // Enable horizontal overflow auto-adjustment when a custom dropdown width is provided
14
- const adjustX = dropdownMatchSelectWidth === true ? 0 : 1;
15
- return {
16
- bottomLeft: {
17
- points: ['tl', 'bl'],
18
- offset: [0, 4],
19
- overflow: {
20
- adjustX,
21
- adjustY: 1
22
- },
23
- htmlRegion: 'scroll'
24
- },
25
- bottomRight: {
26
- points: ['tr', 'br'],
27
- offset: [0, 4],
28
- overflow: {
29
- adjustX,
30
- adjustY: 1
31
- },
32
- htmlRegion: 'scroll'
33
- },
34
- topLeft: {
35
- points: ['bl', 'tl'],
36
- offset: [0, -4],
37
- overflow: {
38
- adjustX,
39
- adjustY: 1
40
- },
41
- htmlRegion: 'scroll'
42
- },
43
- topRight: {
44
- points: ['br', 'tr'],
45
- offset: [0, -4],
46
- overflow: {
47
- adjustX,
48
- adjustY: 1
49
- },
50
- htmlRegion: 'scroll'
51
- }
52
- };
53
- };
54
- const SelectTrigger = (props, ref) => {
55
- const {
56
- prefixCls,
57
- disabled,
58
- visible,
59
- children,
60
- popupElement,
61
- animation,
62
- transitionName,
63
- dropdownStyle,
64
- dropdownClassName,
65
- direction = 'ltr',
66
- placement,
67
- builtinPlacements,
68
- dropdownMatchSelectWidth,
69
- dropdownRender,
70
- dropdownAlign,
71
- getPopupContainer,
72
- empty,
73
- getTriggerDOMNode,
74
- onPopupVisibleChange,
75
- onPopupMouseEnter
76
- } = props,
77
- restProps = __rest(props, ["prefixCls", "disabled", "visible", "children", "popupElement", "animation", "transitionName", "dropdownStyle", "dropdownClassName", "direction", "placement", "builtinPlacements", "dropdownMatchSelectWidth", "dropdownRender", "dropdownAlign", "getPopupContainer", "empty", "getTriggerDOMNode", "onPopupVisibleChange", "onPopupMouseEnter"]);
78
- const dropdownPrefixCls = `${prefixCls}-dropdown`;
79
- let popupNode = popupElement;
80
- if (dropdownRender) {
81
- popupNode = dropdownRender(popupElement);
82
- }
83
- const mergedBuiltinPlacements = React.useMemo(() => builtinPlacements || getBuiltInPlacements(dropdownMatchSelectWidth), [builtinPlacements, dropdownMatchSelectWidth]);
84
- // ===================== Motion ======================
85
- const mergedTransitionName = animation ? `${dropdownPrefixCls}-${animation}` : transitionName;
86
- // =================== Popup Width ===================
87
- const isNumberPopupWidth = typeof dropdownMatchSelectWidth === 'number';
88
- const stretch = React.useMemo(() => {
89
- if (isNumberPopupWidth) {
90
- return null;
91
- }
92
- return dropdownMatchSelectWidth === false ? 'minWidth' : 'width';
93
- }, [dropdownMatchSelectWidth, isNumberPopupWidth]);
94
- let popupStyle = dropdownStyle;
95
- if (isNumberPopupWidth) {
96
- popupStyle = Object.assign(Object.assign({}, popupStyle), {
97
- width: dropdownMatchSelectWidth
98
- });
99
- }
100
- // ======================= Ref =======================
101
- const popupRef = React.useRef(null);
102
- React.useImperativeHandle(ref, () => ({
103
- getPopupElement: () => popupRef.current
104
- }));
105
- return React.createElement(Trigger, Object.assign({}, restProps, {
106
- showAction: onPopupVisibleChange ? ['click'] : [],
107
- hideAction: onPopupVisibleChange ? ['click'] : [],
108
- popupPlacement: placement || (direction === 'rtl' ? 'bottomRight' : 'bottomLeft'),
109
- builtinPlacements: mergedBuiltinPlacements,
110
- prefixCls: dropdownPrefixCls,
111
- popupTransitionName: mergedTransitionName,
112
- popup: React.createElement("div", {
113
- ref: popupRef,
114
- onMouseEnter: onPopupMouseEnter
115
- }, popupNode),
116
- stretch: stretch,
117
- popupAlign: dropdownAlign,
118
- popupVisible: visible,
119
- getPopupContainer: getPopupContainer,
120
- popupClassName: classNames(dropdownClassName, {
121
- [`${dropdownPrefixCls}-empty`]: empty
122
- }),
123
- popupStyle: popupStyle,
124
- getTriggerDOMNode: getTriggerDOMNode,
125
- onPopupVisibleChange: onPopupVisibleChange
126
- }), children);
127
- };
128
- const RefSelectTrigger = React.forwardRef(SelectTrigger);
129
- RefSelectTrigger.displayName = 'SelectTrigger';
130
- export default RefSelectTrigger;