@koi-design/uxd-ui 13.2.8 → 14.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1453) hide show
  1. package/es/components/Affix/Affix.mjs +1 -1
  2. package/es/components/Affix/index.d.ts +1 -1
  3. package/es/components/Alert/Alert.mjs +10 -10
  4. package/es/components/Alert/Alert.mjs.map +1 -1
  5. package/es/components/Alert/Alert.vue.d.ts +3 -3
  6. package/es/components/Alert/index.d.ts +8 -8
  7. package/es/components/Anchor/Anchor.mjs +1 -1
  8. package/es/components/Anchor/AnchorLink.mjs +1 -1
  9. package/es/components/Anchor/AnchorLink.vue.d.ts +1 -1
  10. package/es/components/Anchor/index.d.ts +2 -2
  11. package/es/components/AutoComplete/AuoComplete.type.d.ts +1 -1
  12. package/es/components/AutoComplete/AuoComplete.type.mjs +3 -3
  13. package/es/components/AutoComplete/AuoComplete.type.mjs.map +1 -1
  14. package/es/components/AutoComplete/AutoComplete.mjs +5 -5
  15. package/es/components/AutoComplete/AutoComplete.mjs.map +1 -1
  16. package/es/components/AutoComplete/AutoComplete.vue.d.ts +273 -183
  17. package/es/components/AutoComplete/index.d.ts +715 -463
  18. package/es/components/Avatar/Avatar.mjs +4 -4
  19. package/es/components/Avatar/Avatar.mjs.map +1 -1
  20. package/es/components/Avatar/Avatar.type.mjs +1 -1
  21. package/es/components/Avatar/Avatar.type.mjs.map +1 -1
  22. package/es/components/Avatar/Avatar.vue.d.ts +3 -3
  23. package/es/components/Avatar/AvatarGroup.mjs +0 -1
  24. package/es/components/Avatar/AvatarGroup.mjs.map +1 -1
  25. package/es/components/Avatar/index.d.ts +9 -9
  26. package/es/components/BackTop/BackTop.mjs +5 -5
  27. package/es/components/BackTop/BackTop.mjs.map +1 -1
  28. package/es/components/BackTop/BackTop.vue.d.ts +2 -2
  29. package/es/components/BackTop/index.d.ts +5 -5
  30. package/es/components/Badge/Badge.mjs +1 -1
  31. package/es/components/Badge/index.d.ts +1 -1
  32. package/es/components/Breadcrumb/BreadcrumbItem.mjs +2 -2
  33. package/es/components/Breadcrumb/BreadcrumbItem.mjs.map +1 -1
  34. package/es/components/Breadcrumb/index.d.ts +1 -1
  35. package/es/components/Button/Button.mjs +1 -1
  36. package/es/components/Button/Button.type.mjs +1 -1
  37. package/es/components/Button/Button.type.mjs.map +1 -1
  38. package/es/components/Button/Button.vue.d.ts +1 -1
  39. package/es/components/Button/ButtonGroup.mjs +1 -1
  40. package/es/components/Button/index.d.ts +3 -3
  41. package/es/components/Calendar/Calendar.mjs +1 -1
  42. package/es/components/Calendar/Calendar.vue.d.ts +17 -93
  43. package/es/components/Calendar/Header.mjs +1 -1
  44. package/es/components/Calendar/Header.vue.d.ts +11 -87
  45. package/es/components/Calendar/index.d.ts +41 -193
  46. package/es/components/Calendar/table/DateTable.mjs +2 -6
  47. package/es/components/Calendar/table/DateTable.mjs.map +1 -1
  48. package/es/components/Calendar/table/MonthTable.mjs +2 -6
  49. package/es/components/Calendar/table/MonthTable.mjs.map +1 -1
  50. package/es/components/Calendar/table/YearTable.mjs +2 -6
  51. package/es/components/Calendar/table/YearTable.mjs.map +1 -1
  52. package/es/components/Card/Card.d.ts +1 -1
  53. package/es/components/Card/Card.type.mjs +1 -1
  54. package/es/components/Card/Card.type.mjs.map +1 -1
  55. package/es/components/Card/CardMeta.mjs +1 -1
  56. package/es/components/Card/CardMeta.vue.d.ts +9 -9
  57. package/es/components/Card/index.d.ts +12 -12
  58. package/es/components/Carousel/Carousel.mjs +10 -10
  59. package/es/components/Carousel/Carousel.mjs.map +1 -1
  60. package/es/components/Carousel/Carousel.vue.d.ts +4 -4
  61. package/es/components/Carousel/CarouselItem.mjs +1 -1
  62. package/es/components/Carousel/index.d.ts +10 -10
  63. package/es/components/Cascader/Cascader.d.ts +1 -1
  64. package/es/components/Cascader/Cascader.mjs +5 -5
  65. package/es/components/Cascader/Cascader.mjs.map +1 -1
  66. package/es/components/Cascader/Cascader.type.mjs +2 -2
  67. package/es/components/Cascader/Cascader.type.mjs.map +1 -1
  68. package/es/components/Cascader/CascaderMenu.mjs +6 -6
  69. package/es/components/Cascader/CascaderMenu.mjs.map +1 -1
  70. package/es/components/Cascader/index.d.ts +1 -1
  71. package/es/components/Checkbox/Checkbox.mjs +11 -29
  72. package/es/components/Checkbox/Checkbox.mjs.map +1 -1
  73. package/es/components/Checkbox/Checkbox.type.d.ts +4 -21
  74. package/es/components/Checkbox/Checkbox.type.mjs +4 -20
  75. package/es/components/Checkbox/Checkbox.type.mjs.map +1 -1
  76. package/es/components/Checkbox/Checkbox.vue.d.ts +3 -36
  77. package/es/components/Checkbox/CheckboxGroup.mjs +42 -34
  78. package/es/components/Checkbox/CheckboxGroup.mjs.map +1 -1
  79. package/es/components/Checkbox/CheckboxGroup.vue.d.ts +12 -49
  80. package/es/components/Checkbox/index.d.ts +19 -113
  81. package/es/components/Collapse/Collapse.mjs +1 -1
  82. package/es/components/Collapse/Collapse.vue.d.ts +3 -3
  83. package/es/components/Collapse/Collpapse.type.d.ts +1 -1
  84. package/es/components/Collapse/Collpapse.type.mjs +3 -3
  85. package/es/components/Collapse/Collpapse.type.mjs.map +1 -1
  86. package/es/components/Collapse/Panel.mjs +1 -1
  87. package/es/components/Collapse/Panel.vue.d.ts +1 -1
  88. package/es/components/Collapse/index.d.ts +8 -8
  89. package/es/components/ColorPicker/ColorPicker.mjs +5 -5
  90. package/es/components/ColorPicker/ColorPicker.mjs.map +1 -1
  91. package/es/components/ColorPicker/ColorPicker.vue.d.ts +23 -41
  92. package/es/components/ColorPicker/index.d.ts +47 -83
  93. package/es/components/ColorPicker/units/AlphaSlider.mjs +1 -1
  94. package/es/components/ColorPicker/units/HueSlider.mjs +1 -1
  95. package/es/components/ColorPicker/units/PreColors.mjs +1 -1
  96. package/es/components/ColorPicker/units/SvPanel.mjs +1 -1
  97. package/es/components/Comment/index.d.ts +1 -1
  98. package/es/components/ConfigProvider/index.d.ts +1 -1
  99. package/es/components/DatePicker/DatePicker.mjs +14 -32
  100. package/es/components/DatePicker/DatePicker.mjs.map +1 -1
  101. package/es/components/DatePicker/DatePicker.type.d.ts +2 -15
  102. package/es/components/DatePicker/DatePicker.type.mjs +5 -18
  103. package/es/components/DatePicker/DatePicker.type.mjs.map +1 -1
  104. package/es/components/DatePicker/DatePicker.vue.d.ts +851 -1204
  105. package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +45 -27
  106. package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs.map +1 -1
  107. package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +24 -6
  108. package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +11 -11
  109. package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs.map +1 -1
  110. package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +5 -5
  111. package/es/components/DatePicker/Panel/DatePickerPanel.mjs +68 -124
  112. package/es/components/DatePicker/Panel/DatePickerPanel.mjs.map +1 -1
  113. package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +783 -500
  114. package/es/components/DatePicker/Panel/DateRangePanel.mjs +18 -67
  115. package/es/components/DatePicker/Panel/DateRangePanel.mjs.map +1 -1
  116. package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +64 -596
  117. package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
  118. package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +3 -3
  119. package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +7 -7
  120. package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs.map +1 -1
  121. package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +3 -3
  122. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
  123. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +3 -3
  124. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +7 -7
  125. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs.map +1 -1
  126. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +3 -3
  127. package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +4 -8
  128. package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs.map +1 -1
  129. package/es/components/DatePicker/Panel/RangePart.mjs +13 -7
  130. package/es/components/DatePicker/Panel/RangePart.mjs.map +1 -1
  131. package/es/components/DatePicker/Panel/RangePart.vue.d.ts +48 -21
  132. package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
  133. package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +3 -3
  134. package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +7 -7
  135. package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs.map +1 -1
  136. package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +3 -3
  137. package/es/components/DatePicker/Trigger/DatePickerInput.mjs +5 -4
  138. package/es/components/DatePicker/Trigger/DatePickerInput.mjs.map +1 -1
  139. package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +1 -1
  140. package/es/components/DatePicker/Trigger/DateRangeInput.mjs +9 -7
  141. package/es/components/DatePicker/Trigger/DateRangeInput.mjs.map +1 -1
  142. package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +14 -14
  143. package/es/components/DatePicker/index.d.ts +1725 -2421
  144. package/es/components/Divider/Divider.mjs +1 -1
  145. package/es/components/Divider/Divider.vue.d.ts +1 -1
  146. package/es/components/Divider/index.d.ts +4 -4
  147. package/es/components/Drawer/Drawer.mjs +2 -2
  148. package/es/components/Drawer/Drawer.mjs.map +1 -1
  149. package/es/components/Drawer/index.d.ts +6 -6
  150. package/es/components/Dropdown/Dropdown.mjs +1 -1
  151. package/es/components/Dropdown/Dropdown.vue.d.ts +1 -1
  152. package/es/components/Dropdown/DropdownTrigger.mjs +3 -3
  153. package/es/components/Dropdown/DropdownTrigger.mjs.map +1 -1
  154. package/es/components/Dropdown/index.d.ts +3 -3
  155. package/es/components/Empty/Empty.d.ts +1 -1
  156. package/es/components/Empty/index.d.ts +3 -3
  157. package/es/components/Form/Form.mjs +1 -1
  158. package/es/components/Form/FormItem.d.ts +1 -1
  159. package/es/components/Form/FormItem.mjs +5 -5
  160. package/es/components/Form/FormItem.mjs.map +1 -1
  161. package/es/components/Form/index.d.ts +2 -2
  162. package/es/components/Grid/Col.mjs +1 -1
  163. package/es/components/Grid/Grid.type.d.ts +2 -2
  164. package/es/components/Grid/Row.mjs +1 -1
  165. package/es/components/Grid/Row.vue.d.ts +5 -5
  166. package/es/components/Grid/index.d.ts +6 -6
  167. package/es/components/Icon/ColorfullEmpty.mjs +19 -0
  168. package/es/components/Icon/ColorfullEmpty.mjs.map +1 -0
  169. package/es/components/Icon/ColorfullEmpty.vue.d.ts +2 -0
  170. package/es/components/Icon/Icon.mjs +1 -1
  171. package/es/components/Icon/Icon.type.mjs +1 -1
  172. package/es/components/Icon/Icon.type.mjs.map +1 -1
  173. package/es/components/Icon/RangeSeparator.mjs +30 -0
  174. package/es/components/Icon/RangeSeparator.mjs.map +1 -0
  175. package/es/components/Icon/RangeSeparator.vue.d.ts +2 -0
  176. package/es/components/Icon/index.d.ts +1 -1
  177. package/es/components/Image/Image.mjs +1 -1
  178. package/es/components/Image/Image.vue.d.ts +9 -11
  179. package/es/components/Image/ImgViewer.mjs +25 -27
  180. package/es/components/Image/ImgViewer.mjs.map +1 -1
  181. package/es/components/Image/ImgViewer.vue.d.ts +9 -11
  182. package/es/components/Image/index.d.ts +28 -34
  183. package/es/components/InfoView/InfoView.mjs +1 -1
  184. package/es/components/InfoView/index.d.ts +1 -1
  185. package/es/components/Input/Input.d.ts +8 -19
  186. package/es/components/Input/Input.mjs +27 -24
  187. package/es/components/Input/Input.mjs.map +1 -1
  188. package/es/components/Input/Input.type.d.ts +1 -6
  189. package/es/components/Input/Input.type.mjs +4 -9
  190. package/es/components/Input/Input.type.mjs.map +1 -1
  191. package/es/components/Input/index.d.ts +17 -35
  192. package/es/components/InputNumber/InputNumber.d.ts +15 -26
  193. package/es/components/InputNumber/InputNumber.mjs +4 -6
  194. package/es/components/InputNumber/InputNumber.mjs.map +1 -1
  195. package/es/components/InputNumber/InputNumber.type.d.ts +1 -6
  196. package/es/components/InputNumber/InputNumber.type.mjs +2 -7
  197. package/es/components/InputNumber/InputNumber.type.mjs.map +1 -1
  198. package/es/components/InputNumber/SingleInput.d.ts +4 -4
  199. package/es/components/InputNumber/SingleInput.mjs +6 -5
  200. package/es/components/InputNumber/SingleInput.mjs.map +1 -1
  201. package/es/components/InputNumber/index.d.ts +73 -91
  202. package/es/components/Layout/Content.mjs +1 -1
  203. package/es/components/Layout/Footer.mjs +1 -1
  204. package/es/components/Layout/Header.mjs +1 -1
  205. package/es/components/Layout/Layout.mjs +1 -1
  206. package/es/components/Layout/Sider.mjs +6 -10
  207. package/es/components/Layout/Sider.mjs.map +1 -1
  208. package/es/components/Layout/Sider.vue.d.ts +2 -5
  209. package/es/components/Layout/index.d.ts +3 -6
  210. package/es/components/Link/Link.mjs +1 -1
  211. package/es/components/Link/Link.vue.d.ts +1 -1
  212. package/es/components/Link/index.d.ts +3 -3
  213. package/es/components/List/List.mjs +1 -1
  214. package/es/components/List/List.vue.d.ts +80 -38
  215. package/es/components/List/ListItemMeta.mjs +1 -1
  216. package/es/components/List/ListItemMeta.vue.d.ts +9 -9
  217. package/es/components/List/index.d.ts +170 -86
  218. package/es/components/LoadingBar/LoadingBar.mjs +1 -1
  219. package/es/components/LoadingBar/index.d.ts +1 -1
  220. package/es/components/Mask/index.d.ts +4 -4
  221. package/es/components/Mention/Mention.mjs +1 -1
  222. package/es/components/Mention/MentionsSelect.mjs +4 -4
  223. package/es/components/Mention/MentionsSelect.mjs.map +1 -1
  224. package/es/components/Menu/MenuDivider.mjs +1 -1
  225. package/es/components/Menu/MenuItem.mjs +1 -1
  226. package/es/components/Menu/MenuItem.vue.d.ts +6 -6
  227. package/es/components/Menu/MenuItemGroup.mjs +1 -1
  228. package/es/components/Menu/SubMenu.mjs +8 -8
  229. package/es/components/Menu/SubMenu.mjs.map +1 -1
  230. package/es/components/Menu/SubMenu.vue.d.ts +4 -4
  231. package/es/components/Menu/hooks/useWrapDom.mjs +2 -2
  232. package/es/components/Menu/hooks/useWrapDom.mjs.map +1 -1
  233. package/es/components/Menu/index.d.ts +11 -11
  234. package/es/components/Message/Message.mjs +6 -6
  235. package/es/components/Message/Message.mjs.map +1 -1
  236. package/es/components/Message/index.d.ts +1 -1
  237. package/es/components/Modal/ConfirmDialog.mjs +8 -8
  238. package/es/components/Modal/ConfirmDialog.mjs.map +1 -1
  239. package/es/components/Modal/ConfirmDialog.vue.d.ts +22 -22
  240. package/es/components/Modal/Modal.mjs +1 -1
  241. package/es/components/Modal/Modal.type.d.ts +1 -1
  242. package/es/components/Modal/Modal.type.mjs +3 -3
  243. package/es/components/Modal/Modal.type.mjs.map +1 -1
  244. package/es/components/Modal/Modal.vue.d.ts +11 -11
  245. package/es/components/Modal/index.d.ts +29 -29
  246. package/es/components/Modal/index.mjs +5 -5
  247. package/es/components/Modal/index.mjs.map +1 -1
  248. package/es/components/Notice/Notice.mjs +5 -5
  249. package/es/components/Notice/Notice.mjs.map +1 -1
  250. package/es/components/Notice/index.d.ts +1 -1
  251. package/es/components/Notification/Notice.mjs +5 -5
  252. package/es/components/Notification/Notice.mjs.map +1 -1
  253. package/es/components/Notification/Notice.vue.d.ts +2 -2
  254. package/es/components/Notification/Notification.mjs +1 -1
  255. package/es/components/Notification/Notification.vue.d.ts +2 -2
  256. package/es/components/PageHeader/PageHeader.mjs +1 -1
  257. package/es/components/PageHeader/PageHeader.mjs.map +1 -1
  258. package/es/components/PageHeader/PageHeader.type.d.ts +3 -1
  259. package/es/components/PageHeader/PageHeader.type.mjs +5 -2
  260. package/es/components/PageHeader/PageHeader.type.mjs.map +1 -1
  261. package/es/components/PageHeader/PageHeader.vue.d.ts +7 -4
  262. package/es/components/PageHeader/index.d.ts +14 -8
  263. package/es/components/Pagination/Pager.mjs +8 -8
  264. package/es/components/Pagination/Pager.mjs.map +1 -1
  265. package/es/components/Pagination/Pager.vue.d.ts +3 -3
  266. package/es/components/Pagination/Pagination.d.ts +6 -6
  267. package/es/components/Pagination/Pagination.mjs +5 -5
  268. package/es/components/Pagination/Pagination.mjs.map +1 -1
  269. package/es/components/Pagination/index.d.ts +13 -13
  270. package/es/components/PopConfirm/PopConfirm.mjs +1 -1
  271. package/es/components/PopConfirm/PopConfirm.type.d.ts +1 -1
  272. package/es/components/PopConfirm/PopConfirm.type.mjs +3 -3
  273. package/es/components/PopConfirm/PopConfirm.type.mjs.map +1 -1
  274. package/es/components/PopConfirm/PopConfirm.vue.d.ts +14 -14
  275. package/es/components/PopConfirm/index.d.ts +30 -30
  276. package/es/components/Popover/Popover.mjs +1 -1
  277. package/es/components/Popover/Popover.vue.d.ts +2 -2
  278. package/es/components/Popover/index.d.ts +6 -6
  279. package/es/components/Popup/Popup.type.mjs +1 -1
  280. package/es/components/Popup/Popup.type.mjs.map +1 -1
  281. package/es/components/Progress/Circle.d.ts +1 -1
  282. package/es/components/Progress/Line.mjs +1 -1
  283. package/es/components/Progress/Line.vue.d.ts +2 -2
  284. package/es/components/Progress/Progress.mjs +1 -1
  285. package/es/components/Progress/Progress.vue.d.ts +6 -6
  286. package/es/components/Progress/Water.mjs +1 -1
  287. package/es/components/Progress/Water.vue.d.ts +1 -1
  288. package/es/components/Progress/hooks/useProgress.mjs +3 -3
  289. package/es/components/Progress/hooks/useProgress.mjs.map +1 -1
  290. package/es/components/Progress/index.d.ts +14 -14
  291. package/es/components/Radio/Radio.mjs +5 -15
  292. package/es/components/Radio/Radio.mjs.map +1 -1
  293. package/es/components/Radio/Radio.type.d.ts +1 -17
  294. package/es/components/Radio/Radio.type.mjs +1 -15
  295. package/es/components/Radio/Radio.type.mjs.map +1 -1
  296. package/es/components/Radio/Radio.vue.d.ts +0 -21
  297. package/es/components/Radio/RadioGroup.d.ts +0 -11
  298. package/es/components/Radio/RadioGroup.mjs +3 -7
  299. package/es/components/Radio/RadioGroup.mjs.map +1 -1
  300. package/es/components/Radio/index.d.ts +1 -48
  301. package/es/components/Rate/Rate.mjs +1 -1
  302. package/es/components/Rate/Rate.vue.d.ts +10 -10
  303. package/es/components/Rate/Star.mjs +8 -8
  304. package/es/components/Rate/Star.mjs.map +1 -1
  305. package/es/components/Rate/Star.vue.d.ts +3 -3
  306. package/es/components/Rate/index.d.ts +22 -22
  307. package/es/components/Result/Result.mjs +6 -12
  308. package/es/components/Result/Result.mjs.map +1 -1
  309. package/es/components/Result/Result.type.d.ts +3 -3
  310. package/es/components/Result/Result.type.mjs +1 -1
  311. package/es/components/Result/Result.type.mjs.map +1 -1
  312. package/es/components/Result/Result.vue.d.ts +7 -7
  313. package/es/components/Result/index.d.ts +15 -15
  314. package/es/components/Scrollbar/index.d.ts +1 -1
  315. package/es/components/Select/DropdownMenu.mjs +21 -26
  316. package/es/components/Select/DropdownMenu.mjs.map +1 -1
  317. package/es/components/Select/DropdownMenu.vue.d.ts +85 -49
  318. package/es/components/Select/RefSelect.mjs +14 -18
  319. package/es/components/Select/RefSelect.mjs.map +1 -1
  320. package/es/components/Select/RefSelect.vue.d.ts +1260 -378
  321. package/es/components/Select/Select.d.ts +7 -18
  322. package/es/components/Select/Select.type.d.ts +2 -7
  323. package/es/components/Select/Select.type.mjs +9 -14
  324. package/es/components/Select/Select.type.mjs.map +1 -1
  325. package/es/components/Select/Selection/Input.mjs +1 -1
  326. package/es/components/Select/Selection/Input.vue.d.ts +2 -2
  327. package/es/components/Select/Selection/Multiple.mjs +9 -7
  328. package/es/components/Select/Selection/Multiple.mjs.map +1 -1
  329. package/es/components/Select/Selection/Multiple.vue.d.ts +12 -12
  330. package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs +4 -4
  331. package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs.map +1 -1
  332. package/es/components/Select/Selection/Selection.mjs +68 -91
  333. package/es/components/Select/Selection/Selection.mjs.map +1 -1
  334. package/es/components/Select/Selection/Selection.vue.d.ts +1007 -59
  335. package/es/components/Select/Selection/Single.mjs +1 -1
  336. package/es/components/Select/Selection/Single.vue.d.ts +2 -2
  337. package/es/components/Select/index.d.ts +10 -28
  338. package/es/components/Skeleton/Skeleton.mjs +1 -1
  339. package/es/components/Skeleton/SkeletonItem.mjs +5 -5
  340. package/es/components/Skeleton/SkeletonItem.mjs.map +1 -1
  341. package/es/components/Skeleton/SkeletonItem.vue.d.ts +1 -1
  342. package/es/components/Skeleton/index.d.ts +2 -2
  343. package/es/components/Slider/Handle.mjs +1 -1
  344. package/es/components/Slider/Marks.mjs +1 -1
  345. package/es/components/Slider/Marks.vue.d.ts +2 -2
  346. package/es/components/Slider/Steps.mjs +1 -1
  347. package/es/components/Slider/Steps.vue.d.ts +2 -2
  348. package/es/components/Slider/index.d.ts +7 -7
  349. package/es/components/Space/Space.type.d.ts +2 -2
  350. package/es/components/Space/index.d.ts +7 -7
  351. package/es/components/Spin/Spin.mjs +1 -1
  352. package/es/components/Spin/index.d.ts +1 -1
  353. package/es/components/Statistic/Statistic.mjs +3 -3
  354. package/es/components/Statistic/Statistic.mjs.map +1 -1
  355. package/es/components/Statistic/Statistic.type.d.ts +1 -1
  356. package/es/components/Statistic/Statistic.type.mjs +3 -3
  357. package/es/components/Statistic/Statistic.type.mjs.map +1 -1
  358. package/es/components/Statistic/Statistic.vue.d.ts +11 -11
  359. package/es/components/Statistic/index.d.ts +23 -23
  360. package/es/components/Steps/Step.mjs +8 -8
  361. package/es/components/Steps/Step.mjs.map +1 -1
  362. package/es/components/Steps/Step.vue.d.ts +3 -3
  363. package/es/components/Steps/Steps.mjs +1 -1
  364. package/es/components/Steps/index.d.ts +4 -4
  365. package/es/components/Switch/Switch.mjs +1 -1
  366. package/es/components/Switch/index.d.ts +1 -1
  367. package/es/components/Table/BaseTable.mjs +1 -1
  368. package/es/components/Table/BaseTable.vue.d.ts +76 -164
  369. package/es/components/Table/BodyTable.mjs +1 -1
  370. package/es/components/Table/BodyTable.vue.d.ts +76 -164
  371. package/es/components/Table/HeadTable.mjs +1 -1
  372. package/es/components/Table/HeadTable.vue.d.ts +76 -164
  373. package/es/components/Table/Table.mjs +1 -1
  374. package/es/components/Table/Table.vue.d.ts +171 -347
  375. package/es/components/Table/TableBox.mjs +1 -1
  376. package/es/components/Table/TableBox.vue.d.ts +152 -328
  377. package/es/components/Table/hooks/useExpander.mjs +3 -3
  378. package/es/components/Table/hooks/useExpander.mjs.map +1 -1
  379. package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
  380. package/es/components/Table/tableUnits/DraggableIcon.mjs +5 -5
  381. package/es/components/Table/tableUnits/DraggableIcon.mjs.map +1 -1
  382. package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +2 -2
  383. package/es/components/Table/tableUnits/ExpandIcon.mjs +7 -6
  384. package/es/components/Table/tableUnits/ExpandIcon.mjs.map +1 -1
  385. package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +5 -2
  386. package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
  387. package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +16 -13
  388. package/es/components/Table/tableUnits/FilterDropdown.mjs +5 -5
  389. package/es/components/Table/tableUnits/FilterDropdown.mjs.map +1 -1
  390. package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +41 -135
  391. package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
  392. package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +20 -161
  393. package/es/components/Table/tableUnits/SelectionCheckAll.mjs +5 -5
  394. package/es/components/Table/tableUnits/SelectionCheckAll.mjs.map +1 -1
  395. package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +41 -135
  396. package/es/components/Table/tableUnits/TableBody.mjs +1 -1
  397. package/es/components/Table/tableUnits/TableBody.vue.d.ts +32 -26
  398. package/es/components/Table/tableUnits/TableCell.mjs +1 -1
  399. package/es/components/Table/tableUnits/TableCell.vue.d.ts +15 -12
  400. package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
  401. package/es/components/Table/tableUnits/TableHeader.vue.d.ts +44 -138
  402. package/es/components/Table/tableUnits/TableHeaderRow.mjs +10 -10
  403. package/es/components/Table/tableUnits/TableHeaderRow.mjs.map +1 -1
  404. package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +44 -138
  405. package/es/components/Table/tableUnits/TableRow.mjs +1 -1
  406. package/es/components/Table/tableUnits/TableRow.vue.d.ts +16 -13
  407. package/es/components/Table/tableUnits/TableSummaryRow.mjs +6 -12
  408. package/es/components/Table/tableUnits/TableSummaryRow.mjs.map +1 -1
  409. package/es/components/Tabs/TabBar.mjs +1 -1
  410. package/es/components/Tabs/TabNav.mjs +14 -14
  411. package/es/components/Tabs/TabNav.mjs.map +1 -1
  412. package/es/components/Tabs/TabNav.vue.d.ts +5 -5
  413. package/es/components/Tabs/TabPane.mjs +1 -1
  414. package/es/components/Tabs/Tabs.d.ts +5 -5
  415. package/es/components/Tabs/index.d.ts +16 -16
  416. package/es/components/Tag/Tag.mjs +5 -5
  417. package/es/components/Tag/Tag.mjs.map +1 -1
  418. package/es/components/Tag/Tag.vue.d.ts +2 -2
  419. package/es/components/Tag/index.d.ts +5 -5
  420. package/es/components/Text/Text.d.ts +5 -5
  421. package/es/components/Text/Text.type.d.ts +5 -5
  422. package/es/components/Text/Text.type.mjs +1 -1
  423. package/es/components/Text/Text.type.mjs.map +1 -1
  424. package/es/components/Text/index.d.ts +19 -19
  425. package/es/components/ThemePanel/ThemePanel.mjs +1 -1
  426. package/es/components/ThemePanel/ThemePanel.vue.d.ts +9 -9
  427. package/es/components/ThemePanel/index.d.ts +19 -19
  428. package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
  429. package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  430. package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
  431. package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +1 -1
  432. package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
  433. package/es/components/TimePicker/Panel/TimeRangePane.mjs.map +1 -1
  434. package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +13 -13
  435. package/es/components/TimePicker/TimePicker.mjs +9 -14
  436. package/es/components/TimePicker/TimePicker.mjs.map +1 -1
  437. package/es/components/TimePicker/TimePicker.type.d.ts +1 -6
  438. package/es/components/TimePicker/TimePicker.type.mjs +1 -7
  439. package/es/components/TimePicker/TimePicker.type.mjs.map +1 -1
  440. package/es/components/TimePicker/TimePicker.vue.d.ts +53 -64
  441. package/es/components/TimePicker/Trigger/TimePickerInput.mjs +5 -4
  442. package/es/components/TimePicker/Trigger/TimePickerInput.mjs.map +1 -1
  443. package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +3 -3
  444. package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
  445. package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +1 -1
  446. package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +9 -7
  447. package/es/components/TimePicker/Trigger/TimeRangeInput.mjs.map +1 -1
  448. package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +15 -15
  449. package/es/components/TimePicker/index.d.ts +120 -138
  450. package/es/components/Timeline/Timeline.d.ts +2 -1
  451. package/es/components/Timeline/Timeline.mjs +2 -2
  452. package/es/components/Timeline/Timeline.mjs.map +1 -1
  453. package/es/components/Timeline/TimelineItem.mjs +1 -1
  454. package/es/components/Timeline/index.d.ts +1 -1
  455. package/es/components/Toggle/Toggle.mjs +1 -1
  456. package/es/components/Toggle/index.d.ts +1 -1
  457. package/es/components/Tooltip/Tooltip.mjs +1 -1
  458. package/es/components/Tooltip/Tooltip.vue.d.ts +2 -2
  459. package/es/components/Tooltip/index.d.ts +6 -6
  460. package/es/components/Transfer/Operation.mjs +6 -6
  461. package/es/components/Transfer/Operation.mjs.map +1 -1
  462. package/es/components/Transfer/Operation.vue.d.ts +5 -5
  463. package/es/components/Transfer/Transfer.mjs +1 -1
  464. package/es/components/Transfer/Transfer.vue.d.ts +173 -791
  465. package/es/components/Transfer/TransferList.mjs +1 -1
  466. package/es/components/Transfer/TransferList.vue.d.ts +56 -262
  467. package/es/components/Transfer/TransferListItem.mjs +1 -1
  468. package/es/components/Transfer/TransferListItem.vue.d.ts +19 -113
  469. package/es/components/Transfer/index.d.ts +463 -2111
  470. package/es/components/Tree/SubTree.mjs +1 -1
  471. package/es/components/Tree/SubTree.vue.d.ts +23 -117
  472. package/es/components/Tree/Tree.mjs +1 -1
  473. package/es/components/Tree/Tree.type.d.ts +1 -1
  474. package/es/components/Tree/Tree.type.mjs +3 -3
  475. package/es/components/Tree/Tree.type.mjs.map +1 -1
  476. package/es/components/Tree/Tree.vue.d.ts +26 -120
  477. package/es/components/Tree/TreeNode.mjs +8 -8
  478. package/es/components/Tree/TreeNode.mjs.map +1 -1
  479. package/es/components/Tree/TreeNode.vue.d.ts +23 -117
  480. package/es/components/Tree/index.d.ts +53 -241
  481. package/es/components/TreeSelect/TreeSelect.mjs +2 -2
  482. package/es/components/TreeSelect/TreeSelect.mjs.map +1 -1
  483. package/es/components/TreeSelect/TreeSelect.type.d.ts +2 -2
  484. package/es/components/TreeSelect/TreeSelect.type.mjs +5 -5
  485. package/es/components/TreeSelect/TreeSelect.type.mjs.map +1 -1
  486. package/es/components/TreeSelect/TreeSelect.vue.d.ts +1070 -310
  487. package/es/components/TreeSelect/index.d.ts +2503 -983
  488. package/es/components/Upload/UploadDragger.mjs +1 -1
  489. package/es/components/Upload/UploadList.mjs +14 -14
  490. package/es/components/Upload/UploadList.mjs.map +1 -1
  491. package/es/components/Upload/UploadList.vue.d.ts +19 -19
  492. package/es/components/Upload/Uploader.mjs +1 -1
  493. package/es/components/Upload/index.d.ts +7 -7
  494. package/es/components/VirtualList/ListContent.mjs +1 -1
  495. package/es/components/VirtualList/VirtualList.mjs +5 -5
  496. package/es/components/VirtualList/VirtualList.mjs.map +1 -1
  497. package/es/components/VirtualList/VirtualList.type.d.ts +1 -0
  498. package/es/components/VirtualList/VirtualList.vue.d.ts +27 -12
  499. package/es/components/VirtualList/VirtualScrollBar.mjs +24 -11
  500. package/es/components/VirtualList/VirtualScrollBar.mjs.map +1 -1
  501. package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +5 -2
  502. package/es/components/VirtualList/index.d.ts +77 -35
  503. package/es/components/base/HighlightText.mjs +1 -1
  504. package/es/components/base/RenderEmpty.mjs +5 -5
  505. package/es/components/base/RenderEmpty.mjs.map +1 -1
  506. package/es/components/base/RenderEmpty.vue.d.ts +1 -1
  507. package/es/components/base/ResizeObserver.mjs +1 -1
  508. package/es/components/base/ResizeObserver.mjs.map +1 -1
  509. package/es/utils/globalType.d.ts +2 -1
  510. package/es/utils/globalType.mjs.map +1 -1
  511. package/es/utils/install.d.ts +2 -2
  512. package/lang/en-us.d.js +7 -0
  513. package/lang/en-us.js +4 -3
  514. package/lang/zh-cn.d.js +7 -0
  515. package/lang/zh-cn.js +3 -2
  516. package/lib/components/Affix/Affix.js +1 -1
  517. package/lib/components/Affix/index.d.ts +1 -1
  518. package/lib/components/Alert/Alert.js +10 -10
  519. package/lib/components/Alert/Alert.js.map +1 -1
  520. package/lib/components/Alert/Alert.vue.d.ts +3 -3
  521. package/lib/components/Alert/index.d.ts +8 -8
  522. package/lib/components/Anchor/Anchor.js +1 -1
  523. package/lib/components/Anchor/AnchorLink.js +1 -1
  524. package/lib/components/Anchor/AnchorLink.vue.d.ts +1 -1
  525. package/lib/components/Anchor/index.d.ts +2 -2
  526. package/lib/components/AutoComplete/AuoComplete.type.d.ts +1 -1
  527. package/lib/components/AutoComplete/AuoComplete.type.js +3 -3
  528. package/lib/components/AutoComplete/AuoComplete.type.js.map +1 -1
  529. package/lib/components/AutoComplete/AutoComplete.js +5 -5
  530. package/lib/components/AutoComplete/AutoComplete.js.map +1 -1
  531. package/lib/components/AutoComplete/AutoComplete.vue.d.ts +273 -183
  532. package/lib/components/AutoComplete/index.d.ts +715 -463
  533. package/lib/components/Avatar/Avatar.js +3 -3
  534. package/lib/components/Avatar/Avatar.js.map +1 -1
  535. package/lib/components/Avatar/Avatar.type.js +1 -1
  536. package/lib/components/Avatar/Avatar.type.js.map +1 -1
  537. package/lib/components/Avatar/Avatar.vue.d.ts +3 -3
  538. package/lib/components/Avatar/AvatarGroup.js +0 -1
  539. package/lib/components/Avatar/AvatarGroup.js.map +1 -1
  540. package/lib/components/Avatar/index.d.ts +9 -9
  541. package/lib/components/BackTop/BackTop.js +5 -5
  542. package/lib/components/BackTop/BackTop.js.map +1 -1
  543. package/lib/components/BackTop/BackTop.vue.d.ts +2 -2
  544. package/lib/components/BackTop/index.d.ts +5 -5
  545. package/lib/components/Badge/Badge.js +1 -1
  546. package/lib/components/Badge/index.d.ts +1 -1
  547. package/lib/components/Breadcrumb/BreadcrumbItem.js +2 -2
  548. package/lib/components/Breadcrumb/BreadcrumbItem.js.map +1 -1
  549. package/lib/components/Breadcrumb/index.d.ts +1 -1
  550. package/lib/components/Button/Button.js +1 -1
  551. package/lib/components/Button/Button.type.js +1 -1
  552. package/lib/components/Button/Button.type.js.map +1 -1
  553. package/lib/components/Button/Button.vue.d.ts +1 -1
  554. package/lib/components/Button/ButtonGroup.js +1 -1
  555. package/lib/components/Button/index.d.ts +3 -3
  556. package/lib/components/Calendar/Calendar.js +1 -1
  557. package/lib/components/Calendar/Calendar.vue.d.ts +17 -93
  558. package/lib/components/Calendar/Header.js +1 -1
  559. package/lib/components/Calendar/Header.vue.d.ts +11 -87
  560. package/lib/components/Calendar/index.d.ts +41 -193
  561. package/lib/components/Calendar/table/DateTable.js +2 -6
  562. package/lib/components/Calendar/table/DateTable.js.map +1 -1
  563. package/lib/components/Calendar/table/MonthTable.js +2 -6
  564. package/lib/components/Calendar/table/MonthTable.js.map +1 -1
  565. package/lib/components/Calendar/table/YearTable.js +2 -6
  566. package/lib/components/Calendar/table/YearTable.js.map +1 -1
  567. package/lib/components/Card/Card.d.ts +1 -1
  568. package/lib/components/Card/Card.type.js +1 -1
  569. package/lib/components/Card/Card.type.js.map +1 -1
  570. package/lib/components/Card/CardMeta.js +1 -1
  571. package/lib/components/Card/CardMeta.vue.d.ts +9 -9
  572. package/lib/components/Card/index.d.ts +12 -12
  573. package/lib/components/Carousel/Carousel.js +9 -9
  574. package/lib/components/Carousel/Carousel.js.map +1 -1
  575. package/lib/components/Carousel/Carousel.vue.d.ts +4 -4
  576. package/lib/components/Carousel/CarouselItem.js +1 -1
  577. package/lib/components/Carousel/index.d.ts +10 -10
  578. package/lib/components/Cascader/Cascader.d.ts +1 -1
  579. package/lib/components/Cascader/Cascader.js +5 -5
  580. package/lib/components/Cascader/Cascader.js.map +1 -1
  581. package/lib/components/Cascader/Cascader.type.js +2 -2
  582. package/lib/components/Cascader/Cascader.type.js.map +1 -1
  583. package/lib/components/Cascader/CascaderMenu.js +6 -6
  584. package/lib/components/Cascader/CascaderMenu.js.map +1 -1
  585. package/lib/components/Cascader/index.d.ts +1 -1
  586. package/lib/components/Checkbox/Checkbox.js +11 -29
  587. package/lib/components/Checkbox/Checkbox.js.map +1 -1
  588. package/lib/components/Checkbox/Checkbox.type.d.ts +4 -21
  589. package/lib/components/Checkbox/Checkbox.type.js +3 -19
  590. package/lib/components/Checkbox/Checkbox.type.js.map +1 -1
  591. package/lib/components/Checkbox/Checkbox.vue.d.ts +3 -36
  592. package/lib/components/Checkbox/CheckboxGroup.js +41 -33
  593. package/lib/components/Checkbox/CheckboxGroup.js.map +1 -1
  594. package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +12 -49
  595. package/lib/components/Checkbox/index.d.ts +19 -113
  596. package/lib/components/Collapse/Collapse.js +1 -1
  597. package/lib/components/Collapse/Collapse.vue.d.ts +3 -3
  598. package/lib/components/Collapse/Collpapse.type.d.ts +1 -1
  599. package/lib/components/Collapse/Collpapse.type.js +3 -3
  600. package/lib/components/Collapse/Collpapse.type.js.map +1 -1
  601. package/lib/components/Collapse/Panel.js +1 -1
  602. package/lib/components/Collapse/Panel.vue.d.ts +1 -1
  603. package/lib/components/Collapse/index.d.ts +8 -8
  604. package/lib/components/ColorPicker/ColorPicker.js +5 -5
  605. package/lib/components/ColorPicker/ColorPicker.js.map +1 -1
  606. package/lib/components/ColorPicker/ColorPicker.vue.d.ts +23 -41
  607. package/lib/components/ColorPicker/index.d.ts +47 -83
  608. package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
  609. package/lib/components/ColorPicker/units/HueSlider.js +1 -1
  610. package/lib/components/ColorPicker/units/PreColors.js +1 -1
  611. package/lib/components/ColorPicker/units/SvPanel.js +1 -1
  612. package/lib/components/Comment/index.d.ts +1 -1
  613. package/lib/components/ConfigProvider/index.d.ts +1 -1
  614. package/lib/components/DatePicker/DatePicker.js +14 -32
  615. package/lib/components/DatePicker/DatePicker.js.map +1 -1
  616. package/lib/components/DatePicker/DatePicker.type.d.ts +2 -15
  617. package/lib/components/DatePicker/DatePicker.type.js +4 -17
  618. package/lib/components/DatePicker/DatePicker.type.js.map +1 -1
  619. package/lib/components/DatePicker/DatePicker.vue.d.ts +851 -1204
  620. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +44 -26
  621. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js.map +1 -1
  622. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +24 -6
  623. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +11 -11
  624. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js.map +1 -1
  625. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +5 -5
  626. package/lib/components/DatePicker/Panel/DatePickerPanel.js +67 -123
  627. package/lib/components/DatePicker/Panel/DatePickerPanel.js.map +1 -1
  628. package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +783 -500
  629. package/lib/components/DatePicker/Panel/DateRangePanel.js +17 -66
  630. package/lib/components/DatePicker/Panel/DateRangePanel.js.map +1 -1
  631. package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +64 -596
  632. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
  633. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +3 -3
  634. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +7 -7
  635. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js.map +1 -1
  636. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +3 -3
  637. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
  638. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +3 -3
  639. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +7 -7
  640. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js.map +1 -1
  641. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +3 -3
  642. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +4 -8
  643. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js.map +1 -1
  644. package/lib/components/DatePicker/Panel/RangePart.js +12 -6
  645. package/lib/components/DatePicker/Panel/RangePart.js.map +1 -1
  646. package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +48 -21
  647. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
  648. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +3 -3
  649. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +7 -7
  650. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js.map +1 -1
  651. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +3 -3
  652. package/lib/components/DatePicker/Trigger/DatePickerInput.js +4 -3
  653. package/lib/components/DatePicker/Trigger/DatePickerInput.js.map +1 -1
  654. package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +1 -1
  655. package/lib/components/DatePicker/Trigger/DateRangeInput.js +9 -7
  656. package/lib/components/DatePicker/Trigger/DateRangeInput.js.map +1 -1
  657. package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +14 -14
  658. package/lib/components/DatePicker/index.d.ts +1725 -2421
  659. package/lib/components/Divider/Divider.js +1 -1
  660. package/lib/components/Divider/Divider.vue.d.ts +1 -1
  661. package/lib/components/Divider/index.d.ts +4 -4
  662. package/lib/components/Drawer/Drawer.js +2 -2
  663. package/lib/components/Drawer/Drawer.js.map +1 -1
  664. package/lib/components/Drawer/index.d.ts +6 -6
  665. package/lib/components/Dropdown/Dropdown.js +1 -1
  666. package/lib/components/Dropdown/Dropdown.vue.d.ts +1 -1
  667. package/lib/components/Dropdown/DropdownTrigger.js +3 -3
  668. package/lib/components/Dropdown/DropdownTrigger.js.map +1 -1
  669. package/lib/components/Dropdown/index.d.ts +3 -3
  670. package/lib/components/Empty/Empty.d.ts +1 -1
  671. package/lib/components/Empty/index.d.ts +3 -3
  672. package/lib/components/Form/Form.js +1 -1
  673. package/lib/components/Form/FormItem.d.ts +1 -1
  674. package/lib/components/Form/FormItem.js +5 -5
  675. package/lib/components/Form/FormItem.js.map +1 -1
  676. package/lib/components/Form/index.d.ts +2 -2
  677. package/lib/components/Grid/Col.js +1 -1
  678. package/lib/components/Grid/Grid.type.d.ts +2 -2
  679. package/lib/components/Grid/Row.js +1 -1
  680. package/lib/components/Grid/Row.vue.d.ts +5 -5
  681. package/lib/components/Grid/index.d.ts +6 -6
  682. package/lib/components/Icon/ColorfullEmpty.js +23 -0
  683. package/lib/components/Icon/ColorfullEmpty.js.map +1 -0
  684. package/lib/components/Icon/ColorfullEmpty.vue.d.ts +2 -0
  685. package/lib/components/Icon/Icon.js +1 -1
  686. package/lib/components/Icon/Icon.type.js +1 -1
  687. package/lib/components/Icon/Icon.type.js.map +1 -1
  688. package/lib/components/Icon/RangeSeparator.js +34 -0
  689. package/lib/components/Icon/RangeSeparator.js.map +1 -0
  690. package/lib/components/Icon/RangeSeparator.vue.d.ts +2 -0
  691. package/lib/components/Icon/index.d.ts +1 -1
  692. package/lib/components/Image/Image.js +1 -1
  693. package/lib/components/Image/Image.vue.d.ts +9 -11
  694. package/lib/components/Image/ImgViewer.js +24 -26
  695. package/lib/components/Image/ImgViewer.js.map +1 -1
  696. package/lib/components/Image/ImgViewer.vue.d.ts +9 -11
  697. package/lib/components/Image/index.d.ts +28 -34
  698. package/lib/components/InfoView/InfoView.js +1 -1
  699. package/lib/components/InfoView/index.d.ts +1 -1
  700. package/lib/components/Input/Input.d.ts +8 -19
  701. package/lib/components/Input/Input.js +27 -24
  702. package/lib/components/Input/Input.js.map +1 -1
  703. package/lib/components/Input/Input.type.d.ts +1 -6
  704. package/lib/components/Input/Input.type.js +3 -8
  705. package/lib/components/Input/Input.type.js.map +1 -1
  706. package/lib/components/Input/index.d.ts +17 -35
  707. package/lib/components/InputNumber/InputNumber.d.ts +15 -26
  708. package/lib/components/InputNumber/InputNumber.js +4 -6
  709. package/lib/components/InputNumber/InputNumber.js.map +1 -1
  710. package/lib/components/InputNumber/InputNumber.type.d.ts +1 -6
  711. package/lib/components/InputNumber/InputNumber.type.js +1 -6
  712. package/lib/components/InputNumber/InputNumber.type.js.map +1 -1
  713. package/lib/components/InputNumber/SingleInput.d.ts +4 -4
  714. package/lib/components/InputNumber/SingleInput.js +6 -5
  715. package/lib/components/InputNumber/SingleInput.js.map +1 -1
  716. package/lib/components/InputNumber/index.d.ts +73 -91
  717. package/lib/components/Layout/Content.js +1 -1
  718. package/lib/components/Layout/Footer.js +1 -1
  719. package/lib/components/Layout/Header.js +1 -1
  720. package/lib/components/Layout/Layout.js +1 -1
  721. package/lib/components/Layout/Sider.js +6 -10
  722. package/lib/components/Layout/Sider.js.map +1 -1
  723. package/lib/components/Layout/Sider.vue.d.ts +2 -5
  724. package/lib/components/Layout/index.d.ts +3 -6
  725. package/lib/components/Link/Link.js +1 -1
  726. package/lib/components/Link/Link.vue.d.ts +1 -1
  727. package/lib/components/Link/index.d.ts +3 -3
  728. package/lib/components/List/List.js +1 -1
  729. package/lib/components/List/List.vue.d.ts +80 -38
  730. package/lib/components/List/ListItemMeta.js +1 -1
  731. package/lib/components/List/ListItemMeta.vue.d.ts +9 -9
  732. package/lib/components/List/index.d.ts +170 -86
  733. package/lib/components/LoadingBar/LoadingBar.js +1 -1
  734. package/lib/components/LoadingBar/index.d.ts +1 -1
  735. package/lib/components/Mask/index.d.ts +4 -4
  736. package/lib/components/Mention/Mention.js +1 -1
  737. package/lib/components/Mention/MentionsSelect.js +3 -3
  738. package/lib/components/Mention/MentionsSelect.js.map +1 -1
  739. package/lib/components/Menu/MenuDivider.js +1 -1
  740. package/lib/components/Menu/MenuItem.js +1 -1
  741. package/lib/components/Menu/MenuItem.vue.d.ts +6 -6
  742. package/lib/components/Menu/MenuItemGroup.js +1 -1
  743. package/lib/components/Menu/SubMenu.js +8 -8
  744. package/lib/components/Menu/SubMenu.js.map +1 -1
  745. package/lib/components/Menu/SubMenu.vue.d.ts +4 -4
  746. package/lib/components/Menu/hooks/useWrapDom.js +2 -2
  747. package/lib/components/Menu/hooks/useWrapDom.js.map +1 -1
  748. package/lib/components/Menu/index.d.ts +11 -11
  749. package/lib/components/Message/Message.js +6 -6
  750. package/lib/components/Message/Message.js.map +1 -1
  751. package/lib/components/Message/index.d.ts +1 -1
  752. package/lib/components/Modal/ConfirmDialog.js +8 -8
  753. package/lib/components/Modal/ConfirmDialog.js.map +1 -1
  754. package/lib/components/Modal/ConfirmDialog.vue.d.ts +22 -22
  755. package/lib/components/Modal/Modal.js +1 -1
  756. package/lib/components/Modal/Modal.type.d.ts +1 -1
  757. package/lib/components/Modal/Modal.type.js +3 -3
  758. package/lib/components/Modal/Modal.type.js.map +1 -1
  759. package/lib/components/Modal/Modal.vue.d.ts +11 -11
  760. package/lib/components/Modal/index.d.ts +29 -29
  761. package/lib/components/Modal/index.js +5 -5
  762. package/lib/components/Modal/index.js.map +1 -1
  763. package/lib/components/Notice/Notice.js +5 -5
  764. package/lib/components/Notice/Notice.js.map +1 -1
  765. package/lib/components/Notice/index.d.ts +1 -1
  766. package/lib/components/Notification/Notice.js +5 -5
  767. package/lib/components/Notification/Notice.js.map +1 -1
  768. package/lib/components/Notification/Notice.vue.d.ts +2 -2
  769. package/lib/components/Notification/Notification.js +1 -1
  770. package/lib/components/Notification/Notification.vue.d.ts +2 -2
  771. package/lib/components/PageHeader/PageHeader.js +1 -1
  772. package/lib/components/PageHeader/PageHeader.js.map +1 -1
  773. package/lib/components/PageHeader/PageHeader.type.d.ts +3 -1
  774. package/lib/components/PageHeader/PageHeader.type.js +5 -2
  775. package/lib/components/PageHeader/PageHeader.type.js.map +1 -1
  776. package/lib/components/PageHeader/PageHeader.vue.d.ts +7 -4
  777. package/lib/components/PageHeader/index.d.ts +14 -8
  778. package/lib/components/Pagination/Pager.js +8 -8
  779. package/lib/components/Pagination/Pager.js.map +1 -1
  780. package/lib/components/Pagination/Pager.vue.d.ts +3 -3
  781. package/lib/components/Pagination/Pagination.d.ts +6 -6
  782. package/lib/components/Pagination/Pagination.js +5 -5
  783. package/lib/components/Pagination/Pagination.js.map +1 -1
  784. package/lib/components/Pagination/index.d.ts +13 -13
  785. package/lib/components/PopConfirm/PopConfirm.js +1 -1
  786. package/lib/components/PopConfirm/PopConfirm.type.d.ts +1 -1
  787. package/lib/components/PopConfirm/PopConfirm.type.js +3 -3
  788. package/lib/components/PopConfirm/PopConfirm.type.js.map +1 -1
  789. package/lib/components/PopConfirm/PopConfirm.vue.d.ts +14 -14
  790. package/lib/components/PopConfirm/index.d.ts +30 -30
  791. package/lib/components/Popover/Popover.js +1 -1
  792. package/lib/components/Popover/Popover.vue.d.ts +2 -2
  793. package/lib/components/Popover/index.d.ts +6 -6
  794. package/lib/components/Popup/Popup.type.js +1 -1
  795. package/lib/components/Popup/Popup.type.js.map +1 -1
  796. package/lib/components/Progress/Circle.d.ts +1 -1
  797. package/lib/components/Progress/Line.js +1 -1
  798. package/lib/components/Progress/Line.vue.d.ts +2 -2
  799. package/lib/components/Progress/Progress.js +1 -1
  800. package/lib/components/Progress/Progress.vue.d.ts +6 -6
  801. package/lib/components/Progress/Water.js +1 -1
  802. package/lib/components/Progress/Water.vue.d.ts +1 -1
  803. package/lib/components/Progress/hooks/useProgress.js +3 -3
  804. package/lib/components/Progress/hooks/useProgress.js.map +1 -1
  805. package/lib/components/Progress/index.d.ts +14 -14
  806. package/lib/components/Radio/Radio.js +5 -15
  807. package/lib/components/Radio/Radio.js.map +1 -1
  808. package/lib/components/Radio/Radio.type.d.ts +1 -17
  809. package/lib/components/Radio/Radio.type.js +0 -14
  810. package/lib/components/Radio/Radio.type.js.map +1 -1
  811. package/lib/components/Radio/Radio.vue.d.ts +0 -21
  812. package/lib/components/Radio/RadioGroup.d.ts +0 -11
  813. package/lib/components/Radio/RadioGroup.js +3 -7
  814. package/lib/components/Radio/RadioGroup.js.map +1 -1
  815. package/lib/components/Radio/index.d.ts +1 -48
  816. package/lib/components/Rate/Rate.js +1 -1
  817. package/lib/components/Rate/Rate.vue.d.ts +10 -10
  818. package/lib/components/Rate/Star.js +7 -7
  819. package/lib/components/Rate/Star.js.map +1 -1
  820. package/lib/components/Rate/Star.vue.d.ts +3 -3
  821. package/lib/components/Rate/index.d.ts +22 -22
  822. package/lib/components/Result/Result.js +6 -12
  823. package/lib/components/Result/Result.js.map +1 -1
  824. package/lib/components/Result/Result.type.d.ts +3 -3
  825. package/lib/components/Result/Result.type.js +1 -1
  826. package/lib/components/Result/Result.type.js.map +1 -1
  827. package/lib/components/Result/Result.vue.d.ts +7 -7
  828. package/lib/components/Result/index.d.ts +15 -15
  829. package/lib/components/Scrollbar/index.d.ts +1 -1
  830. package/lib/components/Select/DropdownMenu.js +20 -25
  831. package/lib/components/Select/DropdownMenu.js.map +1 -1
  832. package/lib/components/Select/DropdownMenu.vue.d.ts +85 -49
  833. package/lib/components/Select/RefSelect.js +14 -18
  834. package/lib/components/Select/RefSelect.js.map +1 -1
  835. package/lib/components/Select/RefSelect.vue.d.ts +1260 -378
  836. package/lib/components/Select/Select.d.ts +7 -18
  837. package/lib/components/Select/Select.type.d.ts +2 -7
  838. package/lib/components/Select/Select.type.js +8 -13
  839. package/lib/components/Select/Select.type.js.map +1 -1
  840. package/lib/components/Select/Selection/Input.js +1 -1
  841. package/lib/components/Select/Selection/Input.vue.d.ts +2 -2
  842. package/lib/components/Select/Selection/Multiple.js +9 -7
  843. package/lib/components/Select/Selection/Multiple.js.map +1 -1
  844. package/lib/components/Select/Selection/Multiple.vue.d.ts +12 -12
  845. package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js +4 -4
  846. package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js.map +1 -1
  847. package/lib/components/Select/Selection/Selection.js +67 -90
  848. package/lib/components/Select/Selection/Selection.js.map +1 -1
  849. package/lib/components/Select/Selection/Selection.vue.d.ts +1007 -59
  850. package/lib/components/Select/Selection/Single.js +1 -1
  851. package/lib/components/Select/Selection/Single.vue.d.ts +2 -2
  852. package/lib/components/Select/index.d.ts +10 -28
  853. package/lib/components/Skeleton/Skeleton.js +1 -1
  854. package/lib/components/Skeleton/SkeletonItem.js +5 -5
  855. package/lib/components/Skeleton/SkeletonItem.js.map +1 -1
  856. package/lib/components/Skeleton/SkeletonItem.vue.d.ts +1 -1
  857. package/lib/components/Skeleton/index.d.ts +2 -2
  858. package/lib/components/Slider/Handle.js +1 -1
  859. package/lib/components/Slider/Marks.js +1 -1
  860. package/lib/components/Slider/Marks.vue.d.ts +2 -2
  861. package/lib/components/Slider/Steps.js +1 -1
  862. package/lib/components/Slider/Steps.vue.d.ts +2 -2
  863. package/lib/components/Slider/index.d.ts +7 -7
  864. package/lib/components/Space/Space.type.d.ts +2 -2
  865. package/lib/components/Space/index.d.ts +7 -7
  866. package/lib/components/Spin/Spin.js +1 -1
  867. package/lib/components/Spin/index.d.ts +1 -1
  868. package/lib/components/Statistic/Statistic.js +3 -3
  869. package/lib/components/Statistic/Statistic.js.map +1 -1
  870. package/lib/components/Statistic/Statistic.type.d.ts +1 -1
  871. package/lib/components/Statistic/Statistic.type.js +3 -3
  872. package/lib/components/Statistic/Statistic.type.js.map +1 -1
  873. package/lib/components/Statistic/Statistic.vue.d.ts +11 -11
  874. package/lib/components/Statistic/index.d.ts +23 -23
  875. package/lib/components/Steps/Step.js +8 -8
  876. package/lib/components/Steps/Step.js.map +1 -1
  877. package/lib/components/Steps/Step.vue.d.ts +3 -3
  878. package/lib/components/Steps/Steps.js +1 -1
  879. package/lib/components/Steps/index.d.ts +4 -4
  880. package/lib/components/Switch/Switch.js +1 -1
  881. package/lib/components/Switch/index.d.ts +1 -1
  882. package/lib/components/Table/BaseTable.js +1 -1
  883. package/lib/components/Table/BaseTable.vue.d.ts +76 -164
  884. package/lib/components/Table/BodyTable.js +1 -1
  885. package/lib/components/Table/BodyTable.vue.d.ts +76 -164
  886. package/lib/components/Table/HeadTable.js +1 -1
  887. package/lib/components/Table/HeadTable.vue.d.ts +76 -164
  888. package/lib/components/Table/Table.js +1 -1
  889. package/lib/components/Table/Table.vue.d.ts +171 -347
  890. package/lib/components/Table/TableBox.js +1 -1
  891. package/lib/components/Table/TableBox.vue.d.ts +152 -328
  892. package/lib/components/Table/hooks/useExpander.js +3 -3
  893. package/lib/components/Table/hooks/useExpander.js.map +1 -1
  894. package/lib/components/Table/tableUnits/ColGroup.js +1 -1
  895. package/lib/components/Table/tableUnits/DraggableIcon.js +5 -5
  896. package/lib/components/Table/tableUnits/DraggableIcon.js.map +1 -1
  897. package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +2 -2
  898. package/lib/components/Table/tableUnits/ExpandIcon.js +7 -6
  899. package/lib/components/Table/tableUnits/ExpandIcon.js.map +1 -1
  900. package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +5 -2
  901. package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
  902. package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +16 -13
  903. package/lib/components/Table/tableUnits/FilterDropdown.js +5 -5
  904. package/lib/components/Table/tableUnits/FilterDropdown.js.map +1 -1
  905. package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +41 -135
  906. package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
  907. package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +20 -161
  908. package/lib/components/Table/tableUnits/SelectionCheckAll.js +5 -5
  909. package/lib/components/Table/tableUnits/SelectionCheckAll.js.map +1 -1
  910. package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +41 -135
  911. package/lib/components/Table/tableUnits/TableBody.js +1 -1
  912. package/lib/components/Table/tableUnits/TableBody.vue.d.ts +32 -26
  913. package/lib/components/Table/tableUnits/TableCell.js +1 -1
  914. package/lib/components/Table/tableUnits/TableCell.vue.d.ts +15 -12
  915. package/lib/components/Table/tableUnits/TableHeader.js +1 -1
  916. package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +44 -138
  917. package/lib/components/Table/tableUnits/TableHeaderRow.js +10 -10
  918. package/lib/components/Table/tableUnits/TableHeaderRow.js.map +1 -1
  919. package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +44 -138
  920. package/lib/components/Table/tableUnits/TableRow.js +1 -1
  921. package/lib/components/Table/tableUnits/TableRow.vue.d.ts +16 -13
  922. package/lib/components/Table/tableUnits/TableSummaryRow.js +6 -12
  923. package/lib/components/Table/tableUnits/TableSummaryRow.js.map +1 -1
  924. package/lib/components/Tabs/TabBar.js +1 -1
  925. package/lib/components/Tabs/TabNav.js +14 -14
  926. package/lib/components/Tabs/TabNav.js.map +1 -1
  927. package/lib/components/Tabs/TabNav.vue.d.ts +5 -5
  928. package/lib/components/Tabs/TabPane.js +1 -1
  929. package/lib/components/Tabs/Tabs.d.ts +5 -5
  930. package/lib/components/Tabs/index.d.ts +16 -16
  931. package/lib/components/Tag/Tag.js +5 -5
  932. package/lib/components/Tag/Tag.js.map +1 -1
  933. package/lib/components/Tag/Tag.vue.d.ts +2 -2
  934. package/lib/components/Tag/index.d.ts +5 -5
  935. package/lib/components/Text/Text.d.ts +5 -5
  936. package/lib/components/Text/Text.type.d.ts +5 -5
  937. package/lib/components/Text/Text.type.js +1 -1
  938. package/lib/components/Text/Text.type.js.map +1 -1
  939. package/lib/components/Text/index.d.ts +19 -19
  940. package/lib/components/ThemePanel/ThemePanel.js +1 -1
  941. package/lib/components/ThemePanel/ThemePanel.vue.d.ts +9 -9
  942. package/lib/components/ThemePanel/index.d.ts +19 -19
  943. package/lib/components/TimePicker/Panel/SelectList.js +1 -1
  944. package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  945. package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
  946. package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +1 -1
  947. package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
  948. package/lib/components/TimePicker/Panel/TimeRangePane.js.map +1 -1
  949. package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +13 -13
  950. package/lib/components/TimePicker/TimePicker.js +9 -14
  951. package/lib/components/TimePicker/TimePicker.js.map +1 -1
  952. package/lib/components/TimePicker/TimePicker.type.d.ts +1 -6
  953. package/lib/components/TimePicker/TimePicker.type.js +1 -7
  954. package/lib/components/TimePicker/TimePicker.type.js.map +1 -1
  955. package/lib/components/TimePicker/TimePicker.vue.d.ts +53 -64
  956. package/lib/components/TimePicker/Trigger/TimePickerInput.js +4 -3
  957. package/lib/components/TimePicker/Trigger/TimePickerInput.js.map +1 -1
  958. package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +3 -3
  959. package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
  960. package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +1 -1
  961. package/lib/components/TimePicker/Trigger/TimeRangeInput.js +9 -7
  962. package/lib/components/TimePicker/Trigger/TimeRangeInput.js.map +1 -1
  963. package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +15 -15
  964. package/lib/components/TimePicker/index.d.ts +120 -138
  965. package/lib/components/Timeline/Timeline.d.ts +2 -1
  966. package/lib/components/Timeline/Timeline.js +2 -2
  967. package/lib/components/Timeline/Timeline.js.map +1 -1
  968. package/lib/components/Timeline/TimelineItem.js +1 -1
  969. package/lib/components/Timeline/index.d.ts +1 -1
  970. package/lib/components/Toggle/Toggle.js +1 -1
  971. package/lib/components/Toggle/index.d.ts +1 -1
  972. package/lib/components/Tooltip/Tooltip.js +1 -1
  973. package/lib/components/Tooltip/Tooltip.vue.d.ts +2 -2
  974. package/lib/components/Tooltip/index.d.ts +6 -6
  975. package/lib/components/Transfer/Operation.js +6 -6
  976. package/lib/components/Transfer/Operation.js.map +1 -1
  977. package/lib/components/Transfer/Operation.vue.d.ts +5 -5
  978. package/lib/components/Transfer/Transfer.js +1 -1
  979. package/lib/components/Transfer/Transfer.vue.d.ts +173 -791
  980. package/lib/components/Transfer/TransferList.js +1 -1
  981. package/lib/components/Transfer/TransferList.vue.d.ts +56 -262
  982. package/lib/components/Transfer/TransferListItem.js +1 -1
  983. package/lib/components/Transfer/TransferListItem.vue.d.ts +19 -113
  984. package/lib/components/Transfer/index.d.ts +463 -2111
  985. package/lib/components/Tree/SubTree.js +1 -1
  986. package/lib/components/Tree/SubTree.vue.d.ts +23 -117
  987. package/lib/components/Tree/Tree.js +1 -1
  988. package/lib/components/Tree/Tree.type.d.ts +1 -1
  989. package/lib/components/Tree/Tree.type.js +3 -3
  990. package/lib/components/Tree/Tree.type.js.map +1 -1
  991. package/lib/components/Tree/Tree.vue.d.ts +26 -120
  992. package/lib/components/Tree/TreeNode.js +8 -8
  993. package/lib/components/Tree/TreeNode.js.map +1 -1
  994. package/lib/components/Tree/TreeNode.vue.d.ts +23 -117
  995. package/lib/components/Tree/index.d.ts +53 -241
  996. package/lib/components/TreeSelect/TreeSelect.js +2 -2
  997. package/lib/components/TreeSelect/TreeSelect.js.map +1 -1
  998. package/lib/components/TreeSelect/TreeSelect.type.d.ts +2 -2
  999. package/lib/components/TreeSelect/TreeSelect.type.js +5 -5
  1000. package/lib/components/TreeSelect/TreeSelect.type.js.map +1 -1
  1001. package/lib/components/TreeSelect/TreeSelect.vue.d.ts +1070 -310
  1002. package/lib/components/TreeSelect/index.d.ts +2503 -983
  1003. package/lib/components/Upload/UploadDragger.js +1 -1
  1004. package/lib/components/Upload/UploadList.js +14 -14
  1005. package/lib/components/Upload/UploadList.js.map +1 -1
  1006. package/lib/components/Upload/UploadList.vue.d.ts +19 -19
  1007. package/lib/components/Upload/Uploader.js +1 -1
  1008. package/lib/components/Upload/index.d.ts +7 -7
  1009. package/lib/components/VirtualList/ListContent.js +1 -1
  1010. package/lib/components/VirtualList/VirtualList.js +4 -4
  1011. package/lib/components/VirtualList/VirtualList.js.map +1 -1
  1012. package/lib/components/VirtualList/VirtualList.type.d.ts +1 -0
  1013. package/lib/components/VirtualList/VirtualList.vue.d.ts +27 -12
  1014. package/lib/components/VirtualList/VirtualScrollBar.js +23 -10
  1015. package/lib/components/VirtualList/VirtualScrollBar.js.map +1 -1
  1016. package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +5 -2
  1017. package/lib/components/VirtualList/index.d.ts +77 -35
  1018. package/lib/components/base/HighlightText.js +1 -1
  1019. package/lib/components/base/RenderEmpty.js +5 -5
  1020. package/lib/components/base/RenderEmpty.js.map +1 -1
  1021. package/lib/components/base/RenderEmpty.vue.d.ts +1 -1
  1022. package/lib/components/base/ResizeObserver.js +1 -1
  1023. package/lib/components/base/ResizeObserver.js.map +1 -1
  1024. package/lib/utils/globalType.d.ts +2 -1
  1025. package/lib/utils/globalType.js.map +1 -1
  1026. package/lib/utils/install.d.ts +2 -2
  1027. package/package.json +4 -4
  1028. package/styles/common/base.less +7 -11
  1029. package/styles/components/alert/index.css +1 -1
  1030. package/styles/components/alert/var.less +9 -9
  1031. package/styles/components/anchor/index.css +1 -1
  1032. package/styles/components/anchor/index.less +4 -4
  1033. package/styles/components/autoComplete/index.css +1 -1
  1034. package/styles/components/autoComplete/index.less +16 -26
  1035. package/styles/components/autoComplete/var.less +6 -13
  1036. package/styles/components/avatar/index.css +1 -1
  1037. package/styles/components/avatar/var.less +6 -6
  1038. package/styles/components/backTop/index.css +1 -1
  1039. package/styles/components/backTop/var.less +1 -1
  1040. package/styles/components/badge/index.css +1 -1
  1041. package/styles/components/badge/var.less +5 -5
  1042. package/styles/components/breadcrumb/index.css +1 -1
  1043. package/styles/components/breadcrumb/var.less +1 -1
  1044. package/styles/components/button/index.css +1 -1
  1045. package/styles/components/button/index.less +140 -338
  1046. package/styles/components/button/var.less +35 -118
  1047. package/styles/components/calendar/index.css +1 -1
  1048. package/styles/components/calendar/index.less +7 -12
  1049. package/styles/components/calendar/var.less +7 -7
  1050. package/styles/components/card/index.css +1 -1
  1051. package/styles/components/card/var.less +5 -5
  1052. package/styles/components/carousel/index.css +1 -1
  1053. package/styles/components/carousel/var.less +2 -2
  1054. package/styles/components/cascader/index.css +1 -1
  1055. package/styles/components/cascader/index.less +8 -8
  1056. package/styles/components/checkbox/index.css +1 -1
  1057. package/styles/components/checkbox/index.less +156 -157
  1058. package/styles/components/checkbox/var.less +26 -41
  1059. package/styles/components/collapse/index.css +1 -1
  1060. package/styles/components/collapse/index.less +19 -22
  1061. package/styles/components/collapse/var.less +3 -3
  1062. package/styles/components/colorPicker/index.css +1 -1
  1063. package/styles/components/colorPicker/index.less +7 -20
  1064. package/styles/components/colorPicker/var.less +6 -6
  1065. package/styles/components/comment/index.css +1 -1
  1066. package/styles/components/comment/var.less +4 -4
  1067. package/styles/components/datePicker/index.css +1 -1
  1068. package/styles/components/datePicker/index.less +0 -5
  1069. package/styles/components/datePicker/mixin.less +22 -31
  1070. package/styles/components/datePicker/panel.less +251 -334
  1071. package/styles/components/datePicker/picker.less +35 -183
  1072. package/styles/components/datePicker/rangePicker.less +9 -31
  1073. package/styles/components/datePicker/var.less +17 -47
  1074. package/styles/components/divider/index.css +1 -1
  1075. package/styles/components/divider/var.less +3 -3
  1076. package/styles/components/drawer/index.css +1 -1
  1077. package/styles/components/drawer/index.less +2 -2
  1078. package/styles/components/drawer/var.less +3 -3
  1079. package/styles/components/dropdown/index.css +1 -1
  1080. package/styles/components/dropdown/index.less +8 -7
  1081. package/styles/components/dropdown/var.less +3 -3
  1082. package/styles/components/form/index.css +1 -1
  1083. package/styles/components/form/index.less +12 -13
  1084. package/styles/components/form/mixin.less +4 -4
  1085. package/styles/components/form/var.less +1 -1
  1086. package/styles/components/icon/index.css +1 -1
  1087. package/styles/components/icon/index.less +0 -1
  1088. package/styles/components/infoView/index.css +1 -1
  1089. package/styles/components/infoView/index.less +8 -9
  1090. package/styles/components/infoView/var.less +5 -5
  1091. package/styles/components/input/index.css +1 -1
  1092. package/styles/components/input/index.less +110 -187
  1093. package/styles/components/input/var.less +7 -38
  1094. package/styles/components/inputNumber/index.css +1 -1
  1095. package/styles/components/inputNumber/index.less +59 -178
  1096. package/styles/components/inputNumber/var.less +9 -34
  1097. package/styles/components/layout/index.css +1 -1
  1098. package/styles/components/layout/var.less +17 -17
  1099. package/styles/components/link/index.css +1 -1
  1100. package/styles/components/link/index.less +4 -5
  1101. package/styles/components/link/var.less +8 -9
  1102. package/styles/components/list/index.css +1 -1
  1103. package/styles/components/list/index.less +6 -10
  1104. package/styles/components/list/var.less +11 -11
  1105. package/styles/components/loadingBar/index.css +1 -1
  1106. package/styles/components/loadingBar/index.less +1 -1
  1107. package/styles/components/mentions/index.css +1 -1
  1108. package/styles/components/mentions/var.less +4 -4
  1109. package/styles/components/menu/index.css +1 -1
  1110. package/styles/components/menu/index.less +4 -4
  1111. package/styles/components/menu/var.less +19 -20
  1112. package/styles/components/message/index.css +1 -1
  1113. package/styles/components/message/var.less +5 -5
  1114. package/styles/components/modal/confirm.less +4 -4
  1115. package/styles/components/modal/index.css +1 -1
  1116. package/styles/components/modal/modal.less +8 -12
  1117. package/styles/components/modal/var.less +16 -16
  1118. package/styles/components/notice/index.css +1 -1
  1119. package/styles/components/notice/var.less +8 -8
  1120. package/styles/components/pagination/index.css +1 -1
  1121. package/styles/components/pagination/index.less +11 -11
  1122. package/styles/components/pagination/var.less +10 -10
  1123. package/styles/components/popover/index.css +1 -1
  1124. package/styles/components/popover/index.less +21 -35
  1125. package/styles/components/popover/var.less +2 -2
  1126. package/styles/components/progress/index.css +1 -1
  1127. package/styles/components/progress/var.less +2 -2
  1128. package/styles/components/radio/index.css +1 -1
  1129. package/styles/components/radio/index.less +87 -214
  1130. package/styles/components/radio/var.less +14 -38
  1131. package/styles/components/result/index.css +1 -1
  1132. package/styles/components/result/var.less +11 -11
  1133. package/styles/components/scrollbar/index.css +1 -1
  1134. package/styles/components/scrollbar/index.less +54 -54
  1135. package/styles/components/select/index.css +1 -1
  1136. package/styles/components/select/index.less +102 -233
  1137. package/styles/components/select/var.less +15 -56
  1138. package/styles/components/skeleton/index.css +1 -1
  1139. package/styles/components/skeleton/var.less +2 -2
  1140. package/styles/components/slider/index.css +1 -1
  1141. package/styles/components/slider/var.less +4 -4
  1142. package/styles/components/spin/index.css +1 -1
  1143. package/styles/components/spin/var.less +6 -6
  1144. package/styles/components/statistic/index.css +1 -1
  1145. package/styles/components/statistic/var.less +4 -4
  1146. package/styles/components/steps/index.css +1 -1
  1147. package/styles/components/steps/index.less +9 -29
  1148. package/styles/components/steps/var.less +46 -46
  1149. package/styles/components/switch/index.css +1 -1
  1150. package/styles/components/switch/index.less +3 -3
  1151. package/styles/components/switch/var.less +14 -14
  1152. package/styles/components/table/index.css +1 -1
  1153. package/styles/components/table/index.less +55 -59
  1154. package/styles/components/table/var.less +5 -51
  1155. package/styles/components/tabs/borderCard.less +11 -20
  1156. package/styles/components/tabs/card.less +15 -25
  1157. package/styles/components/tabs/index.css +1 -1
  1158. package/styles/components/tabs/index.less +13 -28
  1159. package/styles/components/tabs/var.less +21 -21
  1160. package/styles/components/tag/index.css +1 -1
  1161. package/styles/components/tag/var.less +11 -11
  1162. package/styles/components/text/index.css +1 -1
  1163. package/styles/components/text/index.less +8 -8
  1164. package/styles/components/themePanel/index.css +1 -1
  1165. package/styles/components/themePanel/index.less +1 -1
  1166. package/styles/components/themePanel/var.less +6 -6
  1167. package/styles/components/timePicker/index.css +1 -1
  1168. package/styles/components/timePicker/index.less +65 -209
  1169. package/styles/components/timePicker/var.less +10 -46
  1170. package/styles/components/timeline/index.css +1 -1
  1171. package/styles/components/timeline/index.less +2 -2
  1172. package/styles/components/timeline/var.less +4 -4
  1173. package/styles/components/toggle/index.css +1 -1
  1174. package/styles/components/toggle/var.less +4 -4
  1175. package/styles/components/tooltip/index.css +1 -1
  1176. package/styles/components/tooltip/var.less +3 -40
  1177. package/styles/components/transfer/index.css +1 -1
  1178. package/styles/components/transfer/index.less +2 -2
  1179. package/styles/components/transfer/var.less +8 -48
  1180. package/styles/components/tree/index.css +1 -1
  1181. package/styles/components/tree/index.less +10 -15
  1182. package/styles/components/tree/var.less +6 -40
  1183. package/styles/components/treeSelect/index.css +1 -1
  1184. package/styles/components/treeSelect/index.less +2 -2
  1185. package/styles/components/upload/index.css +1 -1
  1186. package/styles/components/upload/index.less +11 -13
  1187. package/styles/components/upload/var.less +4 -4
  1188. package/styles/cssVariable.css +1 -1
  1189. package/styles/cssVariable.less +151 -74
  1190. package/styles/index.css +1 -1
  1191. package/styles/tokens/colors/amber.css +12 -48
  1192. package/styles/tokens/colors/blue.css +12 -48
  1193. package/styles/tokens/colors/cyan.css +12 -48
  1194. package/styles/tokens/colors/grass.css +12 -48
  1195. package/styles/tokens/colors/index.css +1 -4
  1196. package/styles/tokens/colors/iris.css +12 -48
  1197. package/styles/tokens/colors/lime.css +12 -48
  1198. package/styles/tokens/colors/mint.css +12 -48
  1199. package/styles/tokens/colors/orange.css +12 -48
  1200. package/styles/tokens/colors/pink.css +12 -48
  1201. package/styles/tokens/colors/purple.css +3 -12
  1202. package/styles/tokens/colors/sky.css +12 -48
  1203. package/styles/tokens/colors/slate.css +10 -48
  1204. package/styles/tokens/colors/tomato.css +12 -49
  1205. package/styles/tokens/colors/violet.css +12 -48
  1206. package/styles/tokens/colors/yellow.css +12 -49
  1207. package/styles/tokens/layout.css +20 -10
  1208. package/styles/tokens/radius.css +10 -19
  1209. package/styles/tokens/shadow.css +8 -237
  1210. package/styles/tokens/themeColor.less +42 -207
  1211. package/styles/tokens/typography.css +72 -108
  1212. package/styles/var.less +0 -2
  1213. package/types/components/Affix/index.d.ts +1 -1
  1214. package/types/components/Alert/Alert.vue.d.ts +3 -3
  1215. package/types/components/Alert/index.d.ts +8 -8
  1216. package/types/components/Anchor/AnchorLink.vue.d.ts +1 -1
  1217. package/types/components/Anchor/index.d.ts +2 -2
  1218. package/types/components/AutoComplete/AuoComplete.type.d.ts +1 -1
  1219. package/types/components/AutoComplete/AutoComplete.vue.d.ts +273 -183
  1220. package/types/components/AutoComplete/index.d.ts +715 -463
  1221. package/types/components/Avatar/Avatar.vue.d.ts +3 -3
  1222. package/types/components/Avatar/index.d.ts +9 -9
  1223. package/types/components/BackTop/BackTop.vue.d.ts +2 -2
  1224. package/types/components/BackTop/index.d.ts +5 -5
  1225. package/types/components/Badge/index.d.ts +1 -1
  1226. package/types/components/Breadcrumb/index.d.ts +1 -1
  1227. package/types/components/Button/Button.vue.d.ts +1 -1
  1228. package/types/components/Button/index.d.ts +3 -3
  1229. package/types/components/Calendar/Calendar.vue.d.ts +17 -93
  1230. package/types/components/Calendar/Header.vue.d.ts +11 -87
  1231. package/types/components/Calendar/index.d.ts +41 -193
  1232. package/types/components/Card/Card.d.ts +1 -1
  1233. package/types/components/Card/CardMeta.vue.d.ts +9 -9
  1234. package/types/components/Card/index.d.ts +12 -12
  1235. package/types/components/Carousel/Carousel.vue.d.ts +4 -4
  1236. package/types/components/Carousel/index.d.ts +10 -10
  1237. package/types/components/Cascader/Cascader.d.ts +1 -1
  1238. package/types/components/Cascader/index.d.ts +1 -1
  1239. package/types/components/Checkbox/Checkbox.type.d.ts +4 -21
  1240. package/types/components/Checkbox/Checkbox.vue.d.ts +3 -36
  1241. package/types/components/Checkbox/CheckboxGroup.vue.d.ts +12 -49
  1242. package/types/components/Checkbox/index.d.ts +19 -113
  1243. package/types/components/Collapse/Collapse.vue.d.ts +3 -3
  1244. package/types/components/Collapse/Collpapse.type.d.ts +1 -1
  1245. package/types/components/Collapse/Panel.vue.d.ts +1 -1
  1246. package/types/components/Collapse/index.d.ts +8 -8
  1247. package/types/components/ColorPicker/ColorPicker.vue.d.ts +23 -41
  1248. package/types/components/ColorPicker/index.d.ts +47 -83
  1249. package/types/components/Comment/index.d.ts +1 -1
  1250. package/types/components/ConfigProvider/index.d.ts +1 -1
  1251. package/types/components/DatePicker/DatePicker.type.d.ts +2 -15
  1252. package/types/components/DatePicker/DatePicker.vue.d.ts +851 -1204
  1253. package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +24 -6
  1254. package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +5 -5
  1255. package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +783 -500
  1256. package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +64 -596
  1257. package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +3 -3
  1258. package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +3 -3
  1259. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +3 -3
  1260. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +3 -3
  1261. package/types/components/DatePicker/Panel/RangePart.vue.d.ts +48 -21
  1262. package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +3 -3
  1263. package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +3 -3
  1264. package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +1 -1
  1265. package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +14 -14
  1266. package/types/components/DatePicker/index.d.ts +1725 -2421
  1267. package/types/components/Divider/Divider.vue.d.ts +1 -1
  1268. package/types/components/Divider/index.d.ts +4 -4
  1269. package/types/components/Drawer/index.d.ts +6 -6
  1270. package/types/components/Dropdown/Dropdown.vue.d.ts +1 -1
  1271. package/types/components/Dropdown/index.d.ts +3 -3
  1272. package/types/components/Empty/Empty.d.ts +1 -1
  1273. package/types/components/Empty/index.d.ts +3 -3
  1274. package/types/components/Form/FormItem.d.ts +1 -1
  1275. package/types/components/Form/index.d.ts +2 -2
  1276. package/types/components/Grid/Grid.type.d.ts +2 -2
  1277. package/types/components/Grid/Row.vue.d.ts +5 -5
  1278. package/types/components/Grid/index.d.ts +6 -6
  1279. package/types/components/Icon/ColorfullEmpty.vue.d.ts +2 -0
  1280. package/types/components/Icon/RangeSeparator.vue.d.ts +2 -0
  1281. package/types/components/Icon/index.d.ts +1 -1
  1282. package/types/components/Image/Image.vue.d.ts +9 -11
  1283. package/types/components/Image/ImgViewer.vue.d.ts +9 -11
  1284. package/types/components/Image/index.d.ts +28 -34
  1285. package/types/components/InfoView/index.d.ts +1 -1
  1286. package/types/components/Input/Input.d.ts +8 -19
  1287. package/types/components/Input/Input.type.d.ts +1 -6
  1288. package/types/components/Input/index.d.ts +17 -35
  1289. package/types/components/InputNumber/InputNumber.d.ts +15 -26
  1290. package/types/components/InputNumber/InputNumber.type.d.ts +1 -6
  1291. package/types/components/InputNumber/SingleInput.d.ts +4 -4
  1292. package/types/components/InputNumber/index.d.ts +73 -91
  1293. package/types/components/Layout/Sider.vue.d.ts +2 -5
  1294. package/types/components/Layout/index.d.ts +3 -6
  1295. package/types/components/Link/Link.vue.d.ts +1 -1
  1296. package/types/components/Link/index.d.ts +3 -3
  1297. package/types/components/List/List.vue.d.ts +80 -38
  1298. package/types/components/List/ListItemMeta.vue.d.ts +9 -9
  1299. package/types/components/List/index.d.ts +170 -86
  1300. package/types/components/LoadingBar/index.d.ts +1 -1
  1301. package/types/components/Mask/index.d.ts +4 -4
  1302. package/types/components/Menu/MenuItem.vue.d.ts +6 -6
  1303. package/types/components/Menu/SubMenu.vue.d.ts +4 -4
  1304. package/types/components/Menu/index.d.ts +11 -11
  1305. package/types/components/Message/index.d.ts +1 -1
  1306. package/types/components/Modal/ConfirmDialog.vue.d.ts +22 -22
  1307. package/types/components/Modal/Modal.type.d.ts +1 -1
  1308. package/types/components/Modal/Modal.vue.d.ts +11 -11
  1309. package/types/components/Modal/index.d.ts +29 -29
  1310. package/types/components/Notice/index.d.ts +1 -1
  1311. package/types/components/Notification/Notice.vue.d.ts +2 -2
  1312. package/types/components/Notification/Notification.vue.d.ts +2 -2
  1313. package/types/components/PageHeader/PageHeader.type.d.ts +3 -1
  1314. package/types/components/PageHeader/PageHeader.vue.d.ts +7 -4
  1315. package/types/components/PageHeader/index.d.ts +14 -8
  1316. package/types/components/Pagination/Pager.vue.d.ts +3 -3
  1317. package/types/components/Pagination/Pagination.d.ts +6 -6
  1318. package/types/components/Pagination/index.d.ts +13 -13
  1319. package/types/components/PopConfirm/PopConfirm.type.d.ts +1 -1
  1320. package/types/components/PopConfirm/PopConfirm.vue.d.ts +14 -14
  1321. package/types/components/PopConfirm/index.d.ts +30 -30
  1322. package/types/components/Popover/Popover.vue.d.ts +2 -2
  1323. package/types/components/Popover/index.d.ts +6 -6
  1324. package/types/components/Progress/Circle.d.ts +1 -1
  1325. package/types/components/Progress/Line.vue.d.ts +2 -2
  1326. package/types/components/Progress/Progress.vue.d.ts +6 -6
  1327. package/types/components/Progress/Water.vue.d.ts +1 -1
  1328. package/types/components/Progress/index.d.ts +14 -14
  1329. package/types/components/Radio/Radio.type.d.ts +1 -17
  1330. package/types/components/Radio/Radio.vue.d.ts +0 -21
  1331. package/types/components/Radio/RadioGroup.d.ts +0 -11
  1332. package/types/components/Radio/index.d.ts +1 -48
  1333. package/types/components/Rate/Rate.vue.d.ts +10 -10
  1334. package/types/components/Rate/Star.vue.d.ts +3 -3
  1335. package/types/components/Rate/index.d.ts +22 -22
  1336. package/types/components/Result/Result.type.d.ts +3 -3
  1337. package/types/components/Result/Result.vue.d.ts +7 -7
  1338. package/types/components/Result/index.d.ts +15 -15
  1339. package/types/components/Scrollbar/index.d.ts +1 -1
  1340. package/types/components/Select/DropdownMenu.vue.d.ts +85 -49
  1341. package/types/components/Select/RefSelect.vue.d.ts +1260 -378
  1342. package/types/components/Select/Select.d.ts +7 -18
  1343. package/types/components/Select/Select.type.d.ts +2 -7
  1344. package/types/components/Select/Selection/Input.vue.d.ts +2 -2
  1345. package/types/components/Select/Selection/Multiple.vue.d.ts +12 -12
  1346. package/types/components/Select/Selection/Selection.vue.d.ts +1007 -59
  1347. package/types/components/Select/Selection/Single.vue.d.ts +2 -2
  1348. package/types/components/Select/index.d.ts +10 -28
  1349. package/types/components/Skeleton/SkeletonItem.vue.d.ts +1 -1
  1350. package/types/components/Skeleton/index.d.ts +2 -2
  1351. package/types/components/Slider/Marks.vue.d.ts +2 -2
  1352. package/types/components/Slider/Steps.vue.d.ts +2 -2
  1353. package/types/components/Slider/index.d.ts +7 -7
  1354. package/types/components/Space/Space.type.d.ts +2 -2
  1355. package/types/components/Space/index.d.ts +7 -7
  1356. package/types/components/Spin/index.d.ts +1 -1
  1357. package/types/components/Statistic/Statistic.type.d.ts +1 -1
  1358. package/types/components/Statistic/Statistic.vue.d.ts +11 -11
  1359. package/types/components/Statistic/index.d.ts +23 -23
  1360. package/types/components/Steps/Step.vue.d.ts +3 -3
  1361. package/types/components/Steps/index.d.ts +4 -4
  1362. package/types/components/Switch/index.d.ts +1 -1
  1363. package/types/components/Table/BaseTable.vue.d.ts +76 -164
  1364. package/types/components/Table/BodyTable.vue.d.ts +76 -164
  1365. package/types/components/Table/HeadTable.vue.d.ts +76 -164
  1366. package/types/components/Table/Table.vue.d.ts +171 -347
  1367. package/types/components/Table/TableBox.vue.d.ts +152 -328
  1368. package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +2 -2
  1369. package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +5 -2
  1370. package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +16 -13
  1371. package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +41 -135
  1372. package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +20 -161
  1373. package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +41 -135
  1374. package/types/components/Table/tableUnits/TableBody.vue.d.ts +32 -26
  1375. package/types/components/Table/tableUnits/TableCell.vue.d.ts +15 -12
  1376. package/types/components/Table/tableUnits/TableHeader.vue.d.ts +44 -138
  1377. package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +44 -138
  1378. package/types/components/Table/tableUnits/TableRow.vue.d.ts +16 -13
  1379. package/types/components/Tabs/TabNav.vue.d.ts +5 -5
  1380. package/types/components/Tabs/Tabs.d.ts +5 -5
  1381. package/types/components/Tabs/index.d.ts +16 -16
  1382. package/types/components/Tag/Tag.vue.d.ts +2 -2
  1383. package/types/components/Tag/index.d.ts +5 -5
  1384. package/types/components/Text/Text.d.ts +5 -5
  1385. package/types/components/Text/Text.type.d.ts +5 -5
  1386. package/types/components/Text/index.d.ts +19 -19
  1387. package/types/components/ThemePanel/ThemePanel.vue.d.ts +9 -9
  1388. package/types/components/ThemePanel/index.d.ts +19 -19
  1389. package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  1390. package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +1 -1
  1391. package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +13 -13
  1392. package/types/components/TimePicker/TimePicker.type.d.ts +1 -6
  1393. package/types/components/TimePicker/TimePicker.vue.d.ts +53 -64
  1394. package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +3 -3
  1395. package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +1 -1
  1396. package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +15 -15
  1397. package/types/components/TimePicker/index.d.ts +120 -138
  1398. package/types/components/Timeline/Timeline.d.ts +2 -1
  1399. package/types/components/Timeline/index.d.ts +1 -1
  1400. package/types/components/Toggle/index.d.ts +1 -1
  1401. package/types/components/Tooltip/Tooltip.vue.d.ts +2 -2
  1402. package/types/components/Tooltip/index.d.ts +6 -6
  1403. package/types/components/Transfer/Operation.vue.d.ts +5 -5
  1404. package/types/components/Transfer/Transfer.vue.d.ts +173 -791
  1405. package/types/components/Transfer/TransferList.vue.d.ts +56 -262
  1406. package/types/components/Transfer/TransferListItem.vue.d.ts +19 -113
  1407. package/types/components/Transfer/index.d.ts +463 -2111
  1408. package/types/components/Tree/SubTree.vue.d.ts +23 -117
  1409. package/types/components/Tree/Tree.type.d.ts +1 -1
  1410. package/types/components/Tree/Tree.vue.d.ts +26 -120
  1411. package/types/components/Tree/TreeNode.vue.d.ts +23 -117
  1412. package/types/components/Tree/index.d.ts +53 -241
  1413. package/types/components/TreeSelect/TreeSelect.type.d.ts +2 -2
  1414. package/types/components/TreeSelect/TreeSelect.vue.d.ts +1070 -310
  1415. package/types/components/TreeSelect/index.d.ts +2503 -983
  1416. package/types/components/Upload/UploadList.vue.d.ts +19 -19
  1417. package/types/components/Upload/index.d.ts +7 -7
  1418. package/types/components/VirtualList/VirtualList.type.d.ts +1 -0
  1419. package/types/components/VirtualList/VirtualList.vue.d.ts +27 -12
  1420. package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +5 -2
  1421. package/types/components/VirtualList/index.d.ts +77 -35
  1422. package/types/components/base/RenderEmpty.vue.d.ts +1 -1
  1423. package/types/utils/globalType.d.ts +2 -1
  1424. package/types/utils/install.d.ts +2 -2
  1425. package/uxd-ui.css +1 -1
  1426. package/uxd-ui.esm.min.mjs +13 -6
  1427. package/uxd-ui.esm.mjs +1253 -1659
  1428. package/uxd-ui.umd.js +1255 -1661
  1429. package/uxd-ui.umd.min.js +13 -6
  1430. package/es/components/DatePicker/Trigger/DatePickerText.mjs +0 -67
  1431. package/es/components/DatePicker/Trigger/DatePickerText.mjs.map +0 -1
  1432. package/es/components/DatePicker/Trigger/DatePickerText.vue.d.ts +0 -79
  1433. package/es/components/Select/Selection/MultipleBase.d.ts +0 -253
  1434. package/es/components/Select/Selection/MultipleBase.mjs +0 -306
  1435. package/es/components/Select/Selection/MultipleBase.mjs.map +0 -1
  1436. package/es/components/Select/hooks/useMultipleBase.d.ts +0 -34
  1437. package/es/components/Select/hooks/useMultipleBase.mjs +0 -211
  1438. package/es/components/Select/hooks/useMultipleBase.mjs.map +0 -1
  1439. package/lib/components/DatePicker/Trigger/DatePickerText.js +0 -71
  1440. package/lib/components/DatePicker/Trigger/DatePickerText.js.map +0 -1
  1441. package/lib/components/DatePicker/Trigger/DatePickerText.vue.d.ts +0 -79
  1442. package/lib/components/Select/Selection/MultipleBase.d.ts +0 -253
  1443. package/lib/components/Select/Selection/MultipleBase.js +0 -315
  1444. package/lib/components/Select/Selection/MultipleBase.js.map +0 -1
  1445. package/lib/components/Select/hooks/useMultipleBase.d.ts +0 -34
  1446. package/lib/components/Select/hooks/useMultipleBase.js +0 -216
  1447. package/lib/components/Select/hooks/useMultipleBase.js.map +0 -1
  1448. package/styles/tokens/colors/error.css +0 -25
  1449. package/styles/tokens/colors/success.css +0 -9
  1450. package/styles/tokens/colors/warning.css +0 -9
  1451. package/types/components/DatePicker/Trigger/DatePickerText.vue.d.ts +0 -79
  1452. package/types/components/Select/Selection/MultipleBase.d.ts +0 -253
  1453. package/types/components/Select/hooks/useMultipleBase.d.ts +0 -34
@@ -8,7 +8,7 @@ export declare const UAutoComplete: {
8
8
  size: "small" | "default" | "large";
9
9
  placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
10
10
  disabled: boolean;
11
- variant: "surface" | "soft";
11
+ variant: "surface" | "soft" | "borderless" | "underline";
12
12
  placeholder: string;
13
13
  rows: number;
14
14
  readonly: boolean;
@@ -102,9 +102,6 @@ export declare const UAutoComplete: {
102
102
  type: import("vue").PropType<number | "container" | "auto">;
103
103
  default: string;
104
104
  };
105
- color: {
106
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
107
- };
108
105
  direction: {
109
106
  type: import("vue").PropType<"ltr" | "rtl">;
110
107
  default: string;
@@ -115,9 +112,9 @@ export declare const UAutoComplete: {
115
112
  };
116
113
  }>> & Readonly<{
117
114
  onClose?: (...args: any[]) => any;
115
+ onSelect?: (...args: any[]) => any;
118
116
  "onScroll-at-top"?: (...args: any[]) => any;
119
117
  "onScroll-at-bottom"?: (...args: any[]) => any;
120
- onSelect?: (...args: any[]) => any;
121
118
  "onActive-value"?: (...args: any[]) => any;
122
119
  "onCreate-submit"?: (...args: any[]) => any;
123
120
  }>, {
@@ -148,6 +145,7 @@ export declare const UAutoComplete: {
148
145
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "select" | "active-value" | "close" | "create-submit")[], import("vue").PublicProps, {
149
146
  direction: "ltr" | "rtl";
150
147
  size: string;
148
+ width: number | "container" | "auto";
151
149
  virtual: boolean;
152
150
  options: import("..").InnerSelectOption[];
153
151
  multiple: boolean;
@@ -155,7 +153,6 @@ export declare const UAutoComplete: {
155
153
  defaultActiveFirst: boolean;
156
154
  selectAll: boolean;
157
155
  multipleLimit: number;
158
- width: number | "container" | "auto";
159
156
  titleKey: string;
160
157
  }, true, {}, {}, {
161
158
  VirtualList: {
@@ -181,8 +178,8 @@ export declare const UAutoComplete: {
181
178
  style: any;
182
179
  className: any;
183
180
  restProps: any;
184
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
185
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
181
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
182
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
186
183
  prefixCls: {
187
184
  type: StringConstructor;
188
185
  };
@@ -212,14 +209,17 @@ export declare const UAutoComplete: {
212
209
  pageY: number;
213
210
  startTop: number;
214
211
  visible: boolean;
212
+ mouseOver: boolean;
215
213
  };
216
214
  realVisible: import("vue").ComputedRef<boolean>;
217
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
218
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
215
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
216
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
219
217
  delayHidden: () => void;
220
218
  getSpinHeight: () => number;
221
219
  getTop: () => number;
222
220
  onMouseDown: (e: any) => void;
221
+ onMouseEnter: () => void;
222
+ onMouseLeave: () => void;
223
223
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
224
224
  height: number;
225
225
  scrollTop: number;
@@ -262,14 +262,17 @@ export declare const UAutoComplete: {
262
262
  pageY: number;
263
263
  startTop: number;
264
264
  visible: boolean;
265
+ mouseOver: boolean;
265
266
  };
266
267
  realVisible: import("vue").ComputedRef<boolean>;
267
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
268
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
268
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
269
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
269
270
  delayHidden: () => void;
270
271
  getSpinHeight: () => number;
271
272
  getTop: () => number;
272
273
  onMouseDown: (e: any) => void;
274
+ onMouseEnter: () => void;
275
+ onMouseLeave: () => void;
273
276
  }, {}, {}, {}, {
274
277
  height: number;
275
278
  scrollTop: number;
@@ -305,14 +308,17 @@ export declare const UAutoComplete: {
305
308
  pageY: number;
306
309
  startTop: number;
307
310
  visible: boolean;
311
+ mouseOver: boolean;
308
312
  };
309
313
  realVisible: import("vue").ComputedRef<boolean>;
310
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
311
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
314
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
315
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
312
316
  delayHidden: () => void;
313
317
  getSpinHeight: () => number;
314
318
  getTop: () => number;
315
319
  onMouseDown: (e: any) => void;
320
+ onMouseEnter: () => void;
321
+ onMouseLeave: () => void;
316
322
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
317
323
  height: number;
318
324
  scrollTop: number;
@@ -355,14 +361,17 @@ export declare const UAutoComplete: {
355
361
  pageY: number;
356
362
  startTop: number;
357
363
  visible: boolean;
364
+ mouseOver: boolean;
358
365
  };
359
366
  realVisible: import("vue").ComputedRef<boolean>;
360
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
361
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
367
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
368
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
362
369
  delayHidden: () => void;
363
370
  getSpinHeight: () => number;
364
371
  getTop: () => number;
365
372
  onMouseDown: (e: any) => void;
373
+ onMouseEnter: () => void;
374
+ onMouseLeave: () => void;
366
375
  }, {}, {}, {}, {
367
376
  height: number;
368
377
  scrollTop: number;
@@ -483,14 +492,17 @@ export declare const UAutoComplete: {
483
492
  pageY: number;
484
493
  startTop: number;
485
494
  visible: boolean;
495
+ mouseOver: boolean;
486
496
  };
487
497
  realVisible: import("vue").ComputedRef<boolean>;
488
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
489
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
498
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
499
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
490
500
  delayHidden: () => void;
491
501
  getSpinHeight: () => number;
492
502
  getTop: () => number;
493
503
  onMouseDown: (e: any) => void;
504
+ onMouseEnter: () => void;
505
+ onMouseLeave: () => void;
494
506
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
495
507
  prefixCls: {
496
508
  type: StringConstructor;
@@ -550,8 +562,8 @@ export declare const UAutoComplete: {
550
562
  style: any;
551
563
  className: any;
552
564
  restProps: any;
553
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
554
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
565
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
566
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
555
567
  prefixCls: {
556
568
  type: StringConstructor;
557
569
  };
@@ -581,14 +593,17 @@ export declare const UAutoComplete: {
581
593
  pageY: number;
582
594
  startTop: number;
583
595
  visible: boolean;
596
+ mouseOver: boolean;
584
597
  };
585
598
  realVisible: import("vue").ComputedRef<boolean>;
586
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
587
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
599
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
600
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
588
601
  delayHidden: () => void;
589
602
  getSpinHeight: () => number;
590
603
  getTop: () => number;
591
604
  onMouseDown: (e: any) => void;
605
+ onMouseEnter: () => void;
606
+ onMouseLeave: () => void;
592
607
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
593
608
  height: number;
594
609
  scrollTop: number;
@@ -631,14 +646,17 @@ export declare const UAutoComplete: {
631
646
  pageY: number;
632
647
  startTop: number;
633
648
  visible: boolean;
649
+ mouseOver: boolean;
634
650
  };
635
651
  realVisible: import("vue").ComputedRef<boolean>;
636
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
637
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
652
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
653
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
638
654
  delayHidden: () => void;
639
655
  getSpinHeight: () => number;
640
656
  getTop: () => number;
641
657
  onMouseDown: (e: any) => void;
658
+ onMouseEnter: () => void;
659
+ onMouseLeave: () => void;
642
660
  }, {}, {}, {}, {
643
661
  height: number;
644
662
  scrollTop: number;
@@ -674,14 +692,17 @@ export declare const UAutoComplete: {
674
692
  pageY: number;
675
693
  startTop: number;
676
694
  visible: boolean;
695
+ mouseOver: boolean;
677
696
  };
678
697
  realVisible: import("vue").ComputedRef<boolean>;
679
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
680
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
698
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
699
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
681
700
  delayHidden: () => void;
682
701
  getSpinHeight: () => number;
683
702
  getTop: () => number;
684
703
  onMouseDown: (e: any) => void;
704
+ onMouseEnter: () => void;
705
+ onMouseLeave: () => void;
685
706
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
686
707
  height: number;
687
708
  scrollTop: number;
@@ -724,14 +745,17 @@ export declare const UAutoComplete: {
724
745
  pageY: number;
725
746
  startTop: number;
726
747
  visible: boolean;
748
+ mouseOver: boolean;
727
749
  };
728
750
  realVisible: import("vue").ComputedRef<boolean>;
729
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
730
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
751
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
752
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
731
753
  delayHidden: () => void;
732
754
  getSpinHeight: () => number;
733
755
  getTop: () => number;
734
756
  onMouseDown: (e: any) => void;
757
+ onMouseEnter: () => void;
758
+ onMouseLeave: () => void;
735
759
  }, {}, {}, {}, {
736
760
  height: number;
737
761
  scrollTop: number;
@@ -783,8 +807,8 @@ export declare const UAutoComplete: {
783
807
  style: any;
784
808
  className: any;
785
809
  restProps: any;
786
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
787
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
810
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
811
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
788
812
  prefixCls: {
789
813
  type: StringConstructor;
790
814
  };
@@ -814,14 +838,17 @@ export declare const UAutoComplete: {
814
838
  pageY: number;
815
839
  startTop: number;
816
840
  visible: boolean;
841
+ mouseOver: boolean;
817
842
  };
818
843
  realVisible: import("vue").ComputedRef<boolean>;
819
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
820
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
844
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
845
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
821
846
  delayHidden: () => void;
822
847
  getSpinHeight: () => number;
823
848
  getTop: () => number;
824
849
  onMouseDown: (e: any) => void;
850
+ onMouseEnter: () => void;
851
+ onMouseLeave: () => void;
825
852
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
826
853
  height: number;
827
854
  scrollTop: number;
@@ -864,14 +891,17 @@ export declare const UAutoComplete: {
864
891
  pageY: number;
865
892
  startTop: number;
866
893
  visible: boolean;
894
+ mouseOver: boolean;
867
895
  };
868
896
  realVisible: import("vue").ComputedRef<boolean>;
869
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
870
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
897
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
898
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
871
899
  delayHidden: () => void;
872
900
  getSpinHeight: () => number;
873
901
  getTop: () => number;
874
902
  onMouseDown: (e: any) => void;
903
+ onMouseEnter: () => void;
904
+ onMouseLeave: () => void;
875
905
  }, {}, {}, {}, {
876
906
  height: number;
877
907
  scrollTop: number;
@@ -907,14 +937,17 @@ export declare const UAutoComplete: {
907
937
  pageY: number;
908
938
  startTop: number;
909
939
  visible: boolean;
940
+ mouseOver: boolean;
910
941
  };
911
942
  realVisible: import("vue").ComputedRef<boolean>;
912
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
913
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
943
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
944
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
914
945
  delayHidden: () => void;
915
946
  getSpinHeight: () => number;
916
947
  getTop: () => number;
917
948
  onMouseDown: (e: any) => void;
949
+ onMouseEnter: () => void;
950
+ onMouseLeave: () => void;
918
951
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
919
952
  height: number;
920
953
  scrollTop: number;
@@ -957,14 +990,17 @@ export declare const UAutoComplete: {
957
990
  pageY: number;
958
991
  startTop: number;
959
992
  visible: boolean;
993
+ mouseOver: boolean;
960
994
  };
961
995
  realVisible: import("vue").ComputedRef<boolean>;
962
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
963
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
996
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
997
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
964
998
  delayHidden: () => void;
965
999
  getSpinHeight: () => number;
966
1000
  getTop: () => number;
967
1001
  onMouseDown: (e: any) => void;
1002
+ onMouseEnter: () => void;
1003
+ onMouseLeave: () => void;
968
1004
  }, {}, {}, {}, {
969
1005
  height: number;
970
1006
  scrollTop: number;
@@ -1085,14 +1121,17 @@ export declare const UAutoComplete: {
1085
1121
  pageY: number;
1086
1122
  startTop: number;
1087
1123
  visible: boolean;
1124
+ mouseOver: boolean;
1088
1125
  };
1089
1126
  realVisible: import("vue").ComputedRef<boolean>;
1090
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
1091
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
1127
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1128
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1092
1129
  delayHidden: () => void;
1093
1130
  getSpinHeight: () => number;
1094
1131
  getTop: () => number;
1095
1132
  onMouseDown: (e: any) => void;
1133
+ onMouseEnter: () => void;
1134
+ onMouseLeave: () => void;
1096
1135
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1097
1136
  prefixCls: {
1098
1137
  type: StringConstructor;
@@ -1123,7 +1162,7 @@ export declare const UAutoComplete: {
1123
1162
  scrollHeight: number;
1124
1163
  count: number;
1125
1164
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1126
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
1165
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
1127
1166
  Render: {
1128
1167
  (props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
1129
1168
  props: {
@@ -1262,9 +1301,9 @@ export declare const UAutoComplete: {
1262
1301
  }, string, {
1263
1302
  color: string;
1264
1303
  spin: boolean;
1265
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
1266
- URoundCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1267
- ULineEnter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1304
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
1305
+ Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1306
+ CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1268
1307
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1269
1308
  P: {};
1270
1309
  B: {};
@@ -1327,9 +1366,6 @@ export declare const UAutoComplete: {
1327
1366
  type: import("vue").PropType<number | "container" | "auto">;
1328
1367
  default: string;
1329
1368
  };
1330
- color: {
1331
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1332
- };
1333
1369
  direction: {
1334
1370
  type: import("vue").PropType<"ltr" | "rtl">;
1335
1371
  default: string;
@@ -1340,9 +1376,9 @@ export declare const UAutoComplete: {
1340
1376
  };
1341
1377
  }>> & Readonly<{
1342
1378
  onClose?: (...args: any[]) => any;
1379
+ onSelect?: (...args: any[]) => any;
1343
1380
  "onScroll-at-top"?: (...args: any[]) => any;
1344
1381
  "onScroll-at-bottom"?: (...args: any[]) => any;
1345
- onSelect?: (...args: any[]) => any;
1346
1382
  "onActive-value"?: (...args: any[]) => any;
1347
1383
  "onCreate-submit"?: (...args: any[]) => any;
1348
1384
  }>, {
@@ -1373,6 +1409,7 @@ export declare const UAutoComplete: {
1373
1409
  }, {}, {}, {}, {
1374
1410
  direction: "ltr" | "rtl";
1375
1411
  size: string;
1412
+ width: number | "container" | "auto";
1376
1413
  virtual: boolean;
1377
1414
  options: import("..").InnerSelectOption[];
1378
1415
  multiple: boolean;
@@ -1380,7 +1417,6 @@ export declare const UAutoComplete: {
1380
1417
  defaultActiveFirst: boolean;
1381
1418
  selectAll: boolean;
1382
1419
  multipleLimit: number;
1383
- width: number | "container" | "auto";
1384
1420
  titleKey: string;
1385
1421
  }>, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1386
1422
  prefixCls: {
@@ -1437,9 +1473,6 @@ export declare const UAutoComplete: {
1437
1473
  type: import("vue").PropType<number | "container" | "auto">;
1438
1474
  default: string;
1439
1475
  };
1440
- color: {
1441
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1442
- };
1443
1476
  direction: {
1444
1477
  type: import("vue").PropType<"ltr" | "rtl">;
1445
1478
  default: string;
@@ -1450,9 +1483,9 @@ export declare const UAutoComplete: {
1450
1483
  };
1451
1484
  }>> & Readonly<{
1452
1485
  onClose?: (...args: any[]) => any;
1486
+ onSelect?: (...args: any[]) => any;
1453
1487
  "onScroll-at-top"?: (...args: any[]) => any;
1454
1488
  "onScroll-at-bottom"?: (...args: any[]) => any;
1455
- onSelect?: (...args: any[]) => any;
1456
1489
  "onActive-value"?: (...args: any[]) => any;
1457
1490
  "onCreate-submit"?: (...args: any[]) => any;
1458
1491
  }>, {
@@ -1483,6 +1516,7 @@ export declare const UAutoComplete: {
1483
1516
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "select" | "active-value" | "close" | "create-submit")[], import("vue").PublicProps, {
1484
1517
  direction: "ltr" | "rtl";
1485
1518
  size: string;
1519
+ width: number | "container" | "auto";
1486
1520
  virtual: boolean;
1487
1521
  options: import("..").InnerSelectOption[];
1488
1522
  multiple: boolean;
@@ -1490,7 +1524,6 @@ export declare const UAutoComplete: {
1490
1524
  defaultActiveFirst: boolean;
1491
1525
  selectAll: boolean;
1492
1526
  multipleLimit: number;
1493
- width: number | "container" | "auto";
1494
1527
  titleKey: string;
1495
1528
  }, true, {}, {}, {
1496
1529
  VirtualList: {
@@ -1516,8 +1549,8 @@ export declare const UAutoComplete: {
1516
1549
  style: any;
1517
1550
  className: any;
1518
1551
  restProps: any;
1519
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
1520
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1552
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1553
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1521
1554
  prefixCls: {
1522
1555
  type: StringConstructor;
1523
1556
  };
@@ -1547,14 +1580,17 @@ export declare const UAutoComplete: {
1547
1580
  pageY: number;
1548
1581
  startTop: number;
1549
1582
  visible: boolean;
1583
+ mouseOver: boolean;
1550
1584
  };
1551
1585
  realVisible: import("vue").ComputedRef<boolean>;
1552
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
1553
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
1586
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1587
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1554
1588
  delayHidden: () => void;
1555
1589
  getSpinHeight: () => number;
1556
1590
  getTop: () => number;
1557
1591
  onMouseDown: (e: any) => void;
1592
+ onMouseEnter: () => void;
1593
+ onMouseLeave: () => void;
1558
1594
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
1559
1595
  height: number;
1560
1596
  scrollTop: number;
@@ -1597,14 +1633,17 @@ export declare const UAutoComplete: {
1597
1633
  pageY: number;
1598
1634
  startTop: number;
1599
1635
  visible: boolean;
1636
+ mouseOver: boolean;
1600
1637
  };
1601
1638
  realVisible: import("vue").ComputedRef<boolean>;
1602
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
1603
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
1639
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1640
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1604
1641
  delayHidden: () => void;
1605
1642
  getSpinHeight: () => number;
1606
1643
  getTop: () => number;
1607
1644
  onMouseDown: (e: any) => void;
1645
+ onMouseEnter: () => void;
1646
+ onMouseLeave: () => void;
1608
1647
  }, {}, {}, {}, {
1609
1648
  height: number;
1610
1649
  scrollTop: number;
@@ -1640,14 +1679,17 @@ export declare const UAutoComplete: {
1640
1679
  pageY: number;
1641
1680
  startTop: number;
1642
1681
  visible: boolean;
1682
+ mouseOver: boolean;
1643
1683
  };
1644
1684
  realVisible: import("vue").ComputedRef<boolean>;
1645
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
1646
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
1685
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1686
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1647
1687
  delayHidden: () => void;
1648
1688
  getSpinHeight: () => number;
1649
1689
  getTop: () => number;
1650
1690
  onMouseDown: (e: any) => void;
1691
+ onMouseEnter: () => void;
1692
+ onMouseLeave: () => void;
1651
1693
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
1652
1694
  height: number;
1653
1695
  scrollTop: number;
@@ -1690,14 +1732,17 @@ export declare const UAutoComplete: {
1690
1732
  pageY: number;
1691
1733
  startTop: number;
1692
1734
  visible: boolean;
1735
+ mouseOver: boolean;
1693
1736
  };
1694
1737
  realVisible: import("vue").ComputedRef<boolean>;
1695
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
1696
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
1738
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1739
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1697
1740
  delayHidden: () => void;
1698
1741
  getSpinHeight: () => number;
1699
1742
  getTop: () => number;
1700
1743
  onMouseDown: (e: any) => void;
1744
+ onMouseEnter: () => void;
1745
+ onMouseLeave: () => void;
1701
1746
  }, {}, {}, {}, {
1702
1747
  height: number;
1703
1748
  scrollTop: number;
@@ -1818,14 +1863,17 @@ export declare const UAutoComplete: {
1818
1863
  pageY: number;
1819
1864
  startTop: number;
1820
1865
  visible: boolean;
1866
+ mouseOver: boolean;
1821
1867
  };
1822
1868
  realVisible: import("vue").ComputedRef<boolean>;
1823
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
1824
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
1869
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1870
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1825
1871
  delayHidden: () => void;
1826
1872
  getSpinHeight: () => number;
1827
1873
  getTop: () => number;
1828
1874
  onMouseDown: (e: any) => void;
1875
+ onMouseEnter: () => void;
1876
+ onMouseLeave: () => void;
1829
1877
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1830
1878
  prefixCls: {
1831
1879
  type: StringConstructor;
@@ -1885,8 +1933,8 @@ export declare const UAutoComplete: {
1885
1933
  style: any;
1886
1934
  className: any;
1887
1935
  restProps: any;
1888
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
1889
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1936
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1937
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1890
1938
  prefixCls: {
1891
1939
  type: StringConstructor;
1892
1940
  };
@@ -1916,14 +1964,17 @@ export declare const UAutoComplete: {
1916
1964
  pageY: number;
1917
1965
  startTop: number;
1918
1966
  visible: boolean;
1967
+ mouseOver: boolean;
1919
1968
  };
1920
1969
  realVisible: import("vue").ComputedRef<boolean>;
1921
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
1922
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
1970
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1971
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1923
1972
  delayHidden: () => void;
1924
1973
  getSpinHeight: () => number;
1925
1974
  getTop: () => number;
1926
1975
  onMouseDown: (e: any) => void;
1976
+ onMouseEnter: () => void;
1977
+ onMouseLeave: () => void;
1927
1978
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
1928
1979
  height: number;
1929
1980
  scrollTop: number;
@@ -1966,14 +2017,17 @@ export declare const UAutoComplete: {
1966
2017
  pageY: number;
1967
2018
  startTop: number;
1968
2019
  visible: boolean;
2020
+ mouseOver: boolean;
1969
2021
  };
1970
2022
  realVisible: import("vue").ComputedRef<boolean>;
1971
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
1972
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
2023
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2024
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1973
2025
  delayHidden: () => void;
1974
2026
  getSpinHeight: () => number;
1975
2027
  getTop: () => number;
1976
2028
  onMouseDown: (e: any) => void;
2029
+ onMouseEnter: () => void;
2030
+ onMouseLeave: () => void;
1977
2031
  }, {}, {}, {}, {
1978
2032
  height: number;
1979
2033
  scrollTop: number;
@@ -2009,14 +2063,17 @@ export declare const UAutoComplete: {
2009
2063
  pageY: number;
2010
2064
  startTop: number;
2011
2065
  visible: boolean;
2066
+ mouseOver: boolean;
2012
2067
  };
2013
2068
  realVisible: import("vue").ComputedRef<boolean>;
2014
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
2015
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
2069
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2070
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2016
2071
  delayHidden: () => void;
2017
2072
  getSpinHeight: () => number;
2018
2073
  getTop: () => number;
2019
2074
  onMouseDown: (e: any) => void;
2075
+ onMouseEnter: () => void;
2076
+ onMouseLeave: () => void;
2020
2077
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
2021
2078
  height: number;
2022
2079
  scrollTop: number;
@@ -2059,14 +2116,17 @@ export declare const UAutoComplete: {
2059
2116
  pageY: number;
2060
2117
  startTop: number;
2061
2118
  visible: boolean;
2119
+ mouseOver: boolean;
2062
2120
  };
2063
2121
  realVisible: import("vue").ComputedRef<boolean>;
2064
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
2065
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
2122
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2123
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2066
2124
  delayHidden: () => void;
2067
2125
  getSpinHeight: () => number;
2068
2126
  getTop: () => number;
2069
2127
  onMouseDown: (e: any) => void;
2128
+ onMouseEnter: () => void;
2129
+ onMouseLeave: () => void;
2070
2130
  }, {}, {}, {}, {
2071
2131
  height: number;
2072
2132
  scrollTop: number;
@@ -2118,8 +2178,8 @@ export declare const UAutoComplete: {
2118
2178
  style: any;
2119
2179
  className: any;
2120
2180
  restProps: any;
2121
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
2122
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2181
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2182
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2123
2183
  prefixCls: {
2124
2184
  type: StringConstructor;
2125
2185
  };
@@ -2149,14 +2209,17 @@ export declare const UAutoComplete: {
2149
2209
  pageY: number;
2150
2210
  startTop: number;
2151
2211
  visible: boolean;
2212
+ mouseOver: boolean;
2152
2213
  };
2153
2214
  realVisible: import("vue").ComputedRef<boolean>;
2154
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
2155
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
2215
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2216
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2156
2217
  delayHidden: () => void;
2157
2218
  getSpinHeight: () => number;
2158
2219
  getTop: () => number;
2159
2220
  onMouseDown: (e: any) => void;
2221
+ onMouseEnter: () => void;
2222
+ onMouseLeave: () => void;
2160
2223
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
2161
2224
  height: number;
2162
2225
  scrollTop: number;
@@ -2199,14 +2262,17 @@ export declare const UAutoComplete: {
2199
2262
  pageY: number;
2200
2263
  startTop: number;
2201
2264
  visible: boolean;
2265
+ mouseOver: boolean;
2202
2266
  };
2203
2267
  realVisible: import("vue").ComputedRef<boolean>;
2204
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
2205
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
2268
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2269
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2206
2270
  delayHidden: () => void;
2207
2271
  getSpinHeight: () => number;
2208
2272
  getTop: () => number;
2209
2273
  onMouseDown: (e: any) => void;
2274
+ onMouseEnter: () => void;
2275
+ onMouseLeave: () => void;
2210
2276
  }, {}, {}, {}, {
2211
2277
  height: number;
2212
2278
  scrollTop: number;
@@ -2242,14 +2308,17 @@ export declare const UAutoComplete: {
2242
2308
  pageY: number;
2243
2309
  startTop: number;
2244
2310
  visible: boolean;
2311
+ mouseOver: boolean;
2245
2312
  };
2246
2313
  realVisible: import("vue").ComputedRef<boolean>;
2247
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
2248
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
2314
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2315
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2249
2316
  delayHidden: () => void;
2250
2317
  getSpinHeight: () => number;
2251
2318
  getTop: () => number;
2252
2319
  onMouseDown: (e: any) => void;
2320
+ onMouseEnter: () => void;
2321
+ onMouseLeave: () => void;
2253
2322
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
2254
2323
  height: number;
2255
2324
  scrollTop: number;
@@ -2292,14 +2361,17 @@ export declare const UAutoComplete: {
2292
2361
  pageY: number;
2293
2362
  startTop: number;
2294
2363
  visible: boolean;
2364
+ mouseOver: boolean;
2295
2365
  };
2296
2366
  realVisible: import("vue").ComputedRef<boolean>;
2297
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
2298
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
2367
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2368
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2299
2369
  delayHidden: () => void;
2300
2370
  getSpinHeight: () => number;
2301
2371
  getTop: () => number;
2302
2372
  onMouseDown: (e: any) => void;
2373
+ onMouseEnter: () => void;
2374
+ onMouseLeave: () => void;
2303
2375
  }, {}, {}, {}, {
2304
2376
  height: number;
2305
2377
  scrollTop: number;
@@ -2420,14 +2492,17 @@ export declare const UAutoComplete: {
2420
2492
  pageY: number;
2421
2493
  startTop: number;
2422
2494
  visible: boolean;
2495
+ mouseOver: boolean;
2423
2496
  };
2424
2497
  realVisible: import("vue").ComputedRef<boolean>;
2425
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
2426
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
2498
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2499
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
2427
2500
  delayHidden: () => void;
2428
2501
  getSpinHeight: () => number;
2429
2502
  getTop: () => number;
2430
2503
  onMouseDown: (e: any) => void;
2504
+ onMouseEnter: () => void;
2505
+ onMouseLeave: () => void;
2431
2506
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2432
2507
  prefixCls: {
2433
2508
  type: StringConstructor;
@@ -2458,7 +2533,7 @@ export declare const UAutoComplete: {
2458
2533
  scrollHeight: number;
2459
2534
  count: number;
2460
2535
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2461
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
2536
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
2462
2537
  Render: {
2463
2538
  (props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
2464
2539
  props: {
@@ -2597,9 +2672,9 @@ export declare const UAutoComplete: {
2597
2672
  }, string, {
2598
2673
  color: string;
2599
2674
  spin: boolean;
2600
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
2601
- URoundCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2602
- ULineEnter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2675
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
2676
+ Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2677
+ CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2603
2678
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2604
2679
  P: {};
2605
2680
  B: {};
@@ -2662,9 +2737,6 @@ export declare const UAutoComplete: {
2662
2737
  type: import("vue").PropType<number | "container" | "auto">;
2663
2738
  default: string;
2664
2739
  };
2665
- color: {
2666
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2667
- };
2668
2740
  direction: {
2669
2741
  type: import("vue").PropType<"ltr" | "rtl">;
2670
2742
  default: string;
@@ -2675,9 +2747,9 @@ export declare const UAutoComplete: {
2675
2747
  };
2676
2748
  }>> & Readonly<{
2677
2749
  onClose?: (...args: any[]) => any;
2750
+ onSelect?: (...args: any[]) => any;
2678
2751
  "onScroll-at-top"?: (...args: any[]) => any;
2679
2752
  "onScroll-at-bottom"?: (...args: any[]) => any;
2680
- onSelect?: (...args: any[]) => any;
2681
2753
  "onActive-value"?: (...args: any[]) => any;
2682
2754
  "onCreate-submit"?: (...args: any[]) => any;
2683
2755
  }>, {
@@ -2708,6 +2780,7 @@ export declare const UAutoComplete: {
2708
2780
  }, {}, {}, {}, {
2709
2781
  direction: "ltr" | "rtl";
2710
2782
  size: string;
2783
+ width: number | "container" | "auto";
2711
2784
  virtual: boolean;
2712
2785
  options: import("..").InnerSelectOption[];
2713
2786
  multiple: boolean;
@@ -2715,7 +2788,6 @@ export declare const UAutoComplete: {
2715
2788
  defaultActiveFirst: boolean;
2716
2789
  selectAll: boolean;
2717
2790
  multipleLimit: number;
2718
- width: number | "container" | "auto";
2719
2791
  titleKey: string;
2720
2792
  }>>;
2721
2793
  stateValue: import("vue").Ref<string, string>;
@@ -2745,7 +2817,7 @@ export declare const UAutoComplete: {
2745
2817
  size: "small" | "default" | "large";
2746
2818
  placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
2747
2819
  disabled: boolean;
2748
- variant: "surface" | "soft";
2820
+ variant: "surface" | "soft" | "borderless" | "underline";
2749
2821
  placeholder: string;
2750
2822
  rows: number;
2751
2823
  readonly: boolean;
@@ -2926,9 +2998,9 @@ export declare const UAutoComplete: {
2926
2998
  onMouseleave?: (e: Event) => any;
2927
2999
  "onContext-menu"?: (e: Event) => any;
2928
3000
  }>, {
3001
+ offset: number[];
2929
3002
  visible: boolean;
2930
3003
  placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
2931
- offset: number[];
2932
3004
  popupStyle: import("vue").CSSProperties;
2933
3005
  trigger: ("click" | "hover" | "focus" | "contextmenu")[];
2934
3006
  mouseEnterDelay: number;
@@ -2955,15 +3027,10 @@ export declare const UAutoComplete: {
2955
3027
  validator: (val: "number" | "text" | "textarea" | "password") => boolean;
2956
3028
  };
2957
3029
  variant: {
2958
- type: import("vue").PropType<"surface" | "soft">;
3030
+ type: import("vue").PropType<"surface" | "soft" | "borderless" | "underline">;
2959
3031
  default: string;
2960
3032
  validator: (val: string) => boolean;
2961
3033
  };
2962
- color: {
2963
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2964
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2965
- validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
2966
- };
2967
3034
  modelValue: {
2968
3035
  type: (StringConstructor | NumberConstructor)[];
2969
3036
  };
@@ -3125,13 +3192,12 @@ export declare const UAutoComplete: {
3125
3192
  focus: (ev: Event) => boolean;
3126
3193
  blur: (ev: Event) => boolean;
3127
3194
  }, import("vue").PublicProps, {
3128
- color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3129
3195
  type: "number" | "text" | "textarea" | "password";
3130
3196
  search: boolean;
3131
3197
  required: boolean;
3132
3198
  size: "small" | "default" | "large";
3133
3199
  disabled: boolean;
3134
- variant: "surface" | "soft";
3200
+ variant: "surface" | "soft" | "borderless" | "underline";
3135
3201
  placeholder: string;
3136
3202
  autosize: boolean | import("..").AutoSizeObject;
3137
3203
  rows: number;
@@ -3280,11 +3346,11 @@ export declare const UAutoComplete: {
3280
3346
  }, string, {
3281
3347
  color: string;
3282
3348
  spin: boolean;
3283
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
3284
- URoundSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3285
- URoundCloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3286
- URoundEyeOpen: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3287
- URoundEyeOff: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3349
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
3350
+ Search: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3351
+ CircleX: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3352
+ Eye: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3353
+ EyeOff: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3288
3354
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3289
3355
  P: {};
3290
3356
  B: {};
@@ -3299,15 +3365,10 @@ export declare const UAutoComplete: {
3299
3365
  validator: (val: "number" | "text" | "textarea" | "password") => boolean;
3300
3366
  };
3301
3367
  variant: {
3302
- type: import("vue").PropType<"surface" | "soft">;
3368
+ type: import("vue").PropType<"surface" | "soft" | "borderless" | "underline">;
3303
3369
  default: string;
3304
3370
  validator: (val: string) => boolean;
3305
3371
  };
3306
- color: {
3307
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3308
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3309
- validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
3310
- };
3311
3372
  modelValue: {
3312
3373
  type: (StringConstructor | NumberConstructor)[];
3313
3374
  };
@@ -3458,13 +3519,12 @@ export declare const UAutoComplete: {
3458
3519
  handleSearch: () => void;
3459
3520
  handleToggleShowPassword: () => void;
3460
3521
  }, {}, {}, {}, {
3461
- color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3462
3522
  type: "number" | "text" | "textarea" | "password";
3463
3523
  search: boolean;
3464
3524
  required: boolean;
3465
3525
  size: "small" | "default" | "large";
3466
3526
  disabled: boolean;
3467
- variant: "surface" | "soft";
3527
+ variant: "surface" | "soft" | "borderless" | "underline";
3468
3528
  placeholder: string;
3469
3529
  autosize: boolean | import("..").AutoSizeObject;
3470
3530
  rows: number;
@@ -3493,15 +3553,10 @@ export declare const UAutoComplete: {
3493
3553
  validator: (val: "number" | "text" | "textarea" | "password") => boolean;
3494
3554
  };
3495
3555
  variant: {
3496
- type: import("vue").PropType<"surface" | "soft">;
3556
+ type: import("vue").PropType<"surface" | "soft" | "borderless" | "underline">;
3497
3557
  default: string;
3498
3558
  validator: (val: string) => boolean;
3499
3559
  };
3500
- color: {
3501
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3502
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3503
- validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
3504
- };
3505
3560
  modelValue: {
3506
3561
  type: (StringConstructor | NumberConstructor)[];
3507
3562
  };
@@ -3663,13 +3718,12 @@ export declare const UAutoComplete: {
3663
3718
  focus: (ev: Event) => boolean;
3664
3719
  blur: (ev: Event) => boolean;
3665
3720
  }, string, {
3666
- color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3667
3721
  type: "number" | "text" | "textarea" | "password";
3668
3722
  search: boolean;
3669
3723
  required: boolean;
3670
3724
  size: "small" | "default" | "large";
3671
3725
  disabled: boolean;
3672
- variant: "surface" | "soft";
3726
+ variant: "surface" | "soft" | "borderless" | "underline";
3673
3727
  placeholder: string;
3674
3728
  autosize: boolean | import("..").AutoSizeObject;
3675
3729
  rows: number;
@@ -3818,12 +3872,12 @@ export declare const UAutoComplete: {
3818
3872
  }, string, {
3819
3873
  color: string;
3820
3874
  spin: boolean;
3821
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
3822
- URoundSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3823
- URoundCloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3824
- URoundEyeOpen: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3825
- URoundEyeOff: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3826
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
3875
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
3876
+ Search: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3877
+ CircleX: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3878
+ Eye: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3879
+ EyeOff: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3880
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
3827
3881
  UIcon: {
3828
3882
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3829
3883
  rotate: {
@@ -3954,7 +4008,7 @@ export declare const UAutoComplete: {
3954
4008
  }, string, {
3955
4009
  color: string;
3956
4010
  spin: boolean;
3957
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
4011
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
3958
4012
  DropdownMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3959
4013
  prefixCls: {
3960
4014
  type: StringConstructor;
@@ -4010,9 +4064,6 @@ export declare const UAutoComplete: {
4010
4064
  type: import("vue").PropType<number | "container" | "auto">;
4011
4065
  default: string;
4012
4066
  };
4013
- color: {
4014
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
4015
- };
4016
4067
  direction: {
4017
4068
  type: import("vue").PropType<"ltr" | "rtl">;
4018
4069
  default: string;
@@ -4101,9 +4152,6 @@ export declare const UAutoComplete: {
4101
4152
  type: import("vue").PropType<number | "container" | "auto">;
4102
4153
  default: string;
4103
4154
  };
4104
- color: {
4105
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
4106
- };
4107
4155
  direction: {
4108
4156
  type: import("vue").PropType<"ltr" | "rtl">;
4109
4157
  default: string;
@@ -4114,14 +4162,15 @@ export declare const UAutoComplete: {
4114
4162
  };
4115
4163
  }>> & Readonly<{
4116
4164
  onClose?: (...args: any[]) => any;
4165
+ onSelect?: (...args: any[]) => any;
4117
4166
  "onScroll-at-top"?: (...args: any[]) => any;
4118
4167
  "onScroll-at-bottom"?: (...args: any[]) => any;
4119
- onSelect?: (...args: any[]) => any;
4120
4168
  "onActive-value"?: (...args: any[]) => any;
4121
4169
  "onCreate-submit"?: (...args: any[]) => any;
4122
4170
  }>, {
4123
4171
  direction: "ltr" | "rtl";
4124
4172
  size: string;
4173
+ width: number | "container" | "auto";
4125
4174
  virtual: boolean;
4126
4175
  options: import("..").InnerSelectOption[];
4127
4176
  multiple: boolean;
@@ -4129,7 +4178,6 @@ export declare const UAutoComplete: {
4129
4178
  defaultActiveFirst: boolean;
4130
4179
  selectAll: boolean;
4131
4180
  multipleLimit: number;
4132
- width: number | "container" | "auto";
4133
4181
  titleKey: string;
4134
4182
  }, {}, {
4135
4183
  VirtualList: {
@@ -4155,8 +4203,8 @@ export declare const UAutoComplete: {
4155
4203
  style: any;
4156
4204
  className: any;
4157
4205
  restProps: any;
4158
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
4159
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4206
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4207
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4160
4208
  prefixCls: {
4161
4209
  type: StringConstructor;
4162
4210
  };
@@ -4186,14 +4234,17 @@ export declare const UAutoComplete: {
4186
4234
  pageY: number;
4187
4235
  startTop: number;
4188
4236
  visible: boolean;
4237
+ mouseOver: boolean;
4189
4238
  };
4190
4239
  realVisible: import("vue").ComputedRef<boolean>;
4191
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
4192
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
4240
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4241
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4193
4242
  delayHidden: () => void;
4194
4243
  getSpinHeight: () => number;
4195
4244
  getTop: () => number;
4196
4245
  onMouseDown: (e: any) => void;
4246
+ onMouseEnter: () => void;
4247
+ onMouseLeave: () => void;
4197
4248
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
4198
4249
  height: number;
4199
4250
  scrollTop: number;
@@ -4236,14 +4287,17 @@ export declare const UAutoComplete: {
4236
4287
  pageY: number;
4237
4288
  startTop: number;
4238
4289
  visible: boolean;
4290
+ mouseOver: boolean;
4239
4291
  };
4240
4292
  realVisible: import("vue").ComputedRef<boolean>;
4241
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
4242
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
4293
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4294
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4243
4295
  delayHidden: () => void;
4244
4296
  getSpinHeight: () => number;
4245
4297
  getTop: () => number;
4246
4298
  onMouseDown: (e: any) => void;
4299
+ onMouseEnter: () => void;
4300
+ onMouseLeave: () => void;
4247
4301
  }, {}, {}, {}, {
4248
4302
  height: number;
4249
4303
  scrollTop: number;
@@ -4279,14 +4333,17 @@ export declare const UAutoComplete: {
4279
4333
  pageY: number;
4280
4334
  startTop: number;
4281
4335
  visible: boolean;
4336
+ mouseOver: boolean;
4282
4337
  };
4283
4338
  realVisible: import("vue").ComputedRef<boolean>;
4284
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
4285
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
4339
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4340
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4286
4341
  delayHidden: () => void;
4287
4342
  getSpinHeight: () => number;
4288
4343
  getTop: () => number;
4289
4344
  onMouseDown: (e: any) => void;
4345
+ onMouseEnter: () => void;
4346
+ onMouseLeave: () => void;
4290
4347
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
4291
4348
  height: number;
4292
4349
  scrollTop: number;
@@ -4329,14 +4386,17 @@ export declare const UAutoComplete: {
4329
4386
  pageY: number;
4330
4387
  startTop: number;
4331
4388
  visible: boolean;
4389
+ mouseOver: boolean;
4332
4390
  };
4333
4391
  realVisible: import("vue").ComputedRef<boolean>;
4334
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
4335
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
4392
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4393
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4336
4394
  delayHidden: () => void;
4337
4395
  getSpinHeight: () => number;
4338
4396
  getTop: () => number;
4339
4397
  onMouseDown: (e: any) => void;
4398
+ onMouseEnter: () => void;
4399
+ onMouseLeave: () => void;
4340
4400
  }, {}, {}, {}, {
4341
4401
  height: number;
4342
4402
  scrollTop: number;
@@ -4457,14 +4517,17 @@ export declare const UAutoComplete: {
4457
4517
  pageY: number;
4458
4518
  startTop: number;
4459
4519
  visible: boolean;
4520
+ mouseOver: boolean;
4460
4521
  };
4461
4522
  realVisible: import("vue").ComputedRef<boolean>;
4462
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
4463
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
4523
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4524
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4464
4525
  delayHidden: () => void;
4465
4526
  getSpinHeight: () => number;
4466
4527
  getTop: () => number;
4467
4528
  onMouseDown: (e: any) => void;
4529
+ onMouseEnter: () => void;
4530
+ onMouseLeave: () => void;
4468
4531
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4469
4532
  prefixCls: {
4470
4533
  type: StringConstructor;
@@ -4524,8 +4587,8 @@ export declare const UAutoComplete: {
4524
4587
  style: any;
4525
4588
  className: any;
4526
4589
  restProps: any;
4527
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
4528
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4590
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4591
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4529
4592
  prefixCls: {
4530
4593
  type: StringConstructor;
4531
4594
  };
@@ -4555,14 +4618,17 @@ export declare const UAutoComplete: {
4555
4618
  pageY: number;
4556
4619
  startTop: number;
4557
4620
  visible: boolean;
4621
+ mouseOver: boolean;
4558
4622
  };
4559
4623
  realVisible: import("vue").ComputedRef<boolean>;
4560
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
4561
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
4624
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4625
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4562
4626
  delayHidden: () => void;
4563
4627
  getSpinHeight: () => number;
4564
4628
  getTop: () => number;
4565
4629
  onMouseDown: (e: any) => void;
4630
+ onMouseEnter: () => void;
4631
+ onMouseLeave: () => void;
4566
4632
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
4567
4633
  height: number;
4568
4634
  scrollTop: number;
@@ -4605,14 +4671,17 @@ export declare const UAutoComplete: {
4605
4671
  pageY: number;
4606
4672
  startTop: number;
4607
4673
  visible: boolean;
4674
+ mouseOver: boolean;
4608
4675
  };
4609
4676
  realVisible: import("vue").ComputedRef<boolean>;
4610
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
4611
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
4677
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4678
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4612
4679
  delayHidden: () => void;
4613
4680
  getSpinHeight: () => number;
4614
4681
  getTop: () => number;
4615
4682
  onMouseDown: (e: any) => void;
4683
+ onMouseEnter: () => void;
4684
+ onMouseLeave: () => void;
4616
4685
  }, {}, {}, {}, {
4617
4686
  height: number;
4618
4687
  scrollTop: number;
@@ -4648,14 +4717,17 @@ export declare const UAutoComplete: {
4648
4717
  pageY: number;
4649
4718
  startTop: number;
4650
4719
  visible: boolean;
4720
+ mouseOver: boolean;
4651
4721
  };
4652
4722
  realVisible: import("vue").ComputedRef<boolean>;
4653
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
4654
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
4723
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4724
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4655
4725
  delayHidden: () => void;
4656
4726
  getSpinHeight: () => number;
4657
4727
  getTop: () => number;
4658
4728
  onMouseDown: (e: any) => void;
4729
+ onMouseEnter: () => void;
4730
+ onMouseLeave: () => void;
4659
4731
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
4660
4732
  height: number;
4661
4733
  scrollTop: number;
@@ -4698,14 +4770,17 @@ export declare const UAutoComplete: {
4698
4770
  pageY: number;
4699
4771
  startTop: number;
4700
4772
  visible: boolean;
4773
+ mouseOver: boolean;
4701
4774
  };
4702
4775
  realVisible: import("vue").ComputedRef<boolean>;
4703
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
4704
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
4776
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4777
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4705
4778
  delayHidden: () => void;
4706
4779
  getSpinHeight: () => number;
4707
4780
  getTop: () => number;
4708
4781
  onMouseDown: (e: any) => void;
4782
+ onMouseEnter: () => void;
4783
+ onMouseLeave: () => void;
4709
4784
  }, {}, {}, {}, {
4710
4785
  height: number;
4711
4786
  scrollTop: number;
@@ -4757,8 +4832,8 @@ export declare const UAutoComplete: {
4757
4832
  style: any;
4758
4833
  className: any;
4759
4834
  restProps: any;
4760
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
4761
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4835
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4836
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4762
4837
  prefixCls: {
4763
4838
  type: StringConstructor;
4764
4839
  };
@@ -4788,14 +4863,17 @@ export declare const UAutoComplete: {
4788
4863
  pageY: number;
4789
4864
  startTop: number;
4790
4865
  visible: boolean;
4866
+ mouseOver: boolean;
4791
4867
  };
4792
4868
  realVisible: import("vue").ComputedRef<boolean>;
4793
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
4794
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
4869
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4870
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4795
4871
  delayHidden: () => void;
4796
4872
  getSpinHeight: () => number;
4797
4873
  getTop: () => number;
4798
4874
  onMouseDown: (e: any) => void;
4875
+ onMouseEnter: () => void;
4876
+ onMouseLeave: () => void;
4799
4877
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
4800
4878
  height: number;
4801
4879
  scrollTop: number;
@@ -4838,14 +4916,17 @@ export declare const UAutoComplete: {
4838
4916
  pageY: number;
4839
4917
  startTop: number;
4840
4918
  visible: boolean;
4919
+ mouseOver: boolean;
4841
4920
  };
4842
4921
  realVisible: import("vue").ComputedRef<boolean>;
4843
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
4844
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
4922
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4923
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4845
4924
  delayHidden: () => void;
4846
4925
  getSpinHeight: () => number;
4847
4926
  getTop: () => number;
4848
4927
  onMouseDown: (e: any) => void;
4928
+ onMouseEnter: () => void;
4929
+ onMouseLeave: () => void;
4849
4930
  }, {}, {}, {}, {
4850
4931
  height: number;
4851
4932
  scrollTop: number;
@@ -4881,14 +4962,17 @@ export declare const UAutoComplete: {
4881
4962
  pageY: number;
4882
4963
  startTop: number;
4883
4964
  visible: boolean;
4965
+ mouseOver: boolean;
4884
4966
  };
4885
4967
  realVisible: import("vue").ComputedRef<boolean>;
4886
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
4887
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
4968
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4969
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4888
4970
  delayHidden: () => void;
4889
4971
  getSpinHeight: () => number;
4890
4972
  getTop: () => number;
4891
4973
  onMouseDown: (e: any) => void;
4974
+ onMouseEnter: () => void;
4975
+ onMouseLeave: () => void;
4892
4976
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
4893
4977
  height: number;
4894
4978
  scrollTop: number;
@@ -4931,14 +5015,17 @@ export declare const UAutoComplete: {
4931
5015
  pageY: number;
4932
5016
  startTop: number;
4933
5017
  visible: boolean;
5018
+ mouseOver: boolean;
4934
5019
  };
4935
5020
  realVisible: import("vue").ComputedRef<boolean>;
4936
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
4937
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
5021
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5022
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4938
5023
  delayHidden: () => void;
4939
5024
  getSpinHeight: () => number;
4940
5025
  getTop: () => number;
4941
5026
  onMouseDown: (e: any) => void;
5027
+ onMouseEnter: () => void;
5028
+ onMouseLeave: () => void;
4942
5029
  }, {}, {}, {}, {
4943
5030
  height: number;
4944
5031
  scrollTop: number;
@@ -5059,14 +5146,17 @@ export declare const UAutoComplete: {
5059
5146
  pageY: number;
5060
5147
  startTop: number;
5061
5148
  visible: boolean;
5149
+ mouseOver: boolean;
5062
5150
  };
5063
5151
  realVisible: import("vue").ComputedRef<boolean>;
5064
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
5065
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
5152
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5153
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5066
5154
  delayHidden: () => void;
5067
5155
  getSpinHeight: () => number;
5068
5156
  getTop: () => number;
5069
5157
  onMouseDown: (e: any) => void;
5158
+ onMouseEnter: () => void;
5159
+ onMouseLeave: () => void;
5070
5160
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5071
5161
  prefixCls: {
5072
5162
  type: StringConstructor;
@@ -5097,7 +5187,7 @@ export declare const UAutoComplete: {
5097
5187
  scrollHeight: number;
5098
5188
  count: number;
5099
5189
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5100
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
5190
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
5101
5191
  Render: {
5102
5192
  (props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
5103
5193
  props: {
@@ -5236,11 +5326,11 @@ export declare const UAutoComplete: {
5236
5326
  }, string, {
5237
5327
  color: string;
5238
5328
  spin: boolean;
5239
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
5240
- URoundCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5241
- ULineEnter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5329
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
5330
+ Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
5331
+ CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
5242
5332
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5243
- ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5333
+ LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
5244
5334
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
5245
5335
  P: {};
5246
5336
  B: {};
@@ -5255,7 +5345,7 @@ export declare const UAutoComplete: {
5255
5345
  size: "small" | "default" | "large";
5256
5346
  placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
5257
5347
  disabled: boolean;
5258
- variant: "surface" | "soft";
5348
+ variant: "surface" | "soft" | "borderless" | "underline";
5259
5349
  placeholder: string;
5260
5350
  rows: number;
5261
5351
  readonly: boolean;
@@ -5349,9 +5439,6 @@ export declare const UAutoComplete: {
5349
5439
  type: import("vue").PropType<number | "container" | "auto">;
5350
5440
  default: string;
5351
5441
  };
5352
- color: {
5353
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
5354
- };
5355
5442
  direction: {
5356
5443
  type: import("vue").PropType<"ltr" | "rtl">;
5357
5444
  default: string;
@@ -5362,9 +5449,9 @@ export declare const UAutoComplete: {
5362
5449
  };
5363
5450
  }>> & Readonly<{
5364
5451
  onClose?: (...args: any[]) => any;
5452
+ onSelect?: (...args: any[]) => any;
5365
5453
  "onScroll-at-top"?: (...args: any[]) => any;
5366
5454
  "onScroll-at-bottom"?: (...args: any[]) => any;
5367
- onSelect?: (...args: any[]) => any;
5368
5455
  "onActive-value"?: (...args: any[]) => any;
5369
5456
  "onCreate-submit"?: (...args: any[]) => any;
5370
5457
  }>, {
@@ -5395,6 +5482,7 @@ export declare const UAutoComplete: {
5395
5482
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "select" | "active-value" | "close" | "create-submit")[], import("vue").PublicProps, {
5396
5483
  direction: "ltr" | "rtl";
5397
5484
  size: string;
5485
+ width: number | "container" | "auto";
5398
5486
  virtual: boolean;
5399
5487
  options: import("..").InnerSelectOption[];
5400
5488
  multiple: boolean;
@@ -5402,7 +5490,6 @@ export declare const UAutoComplete: {
5402
5490
  defaultActiveFirst: boolean;
5403
5491
  selectAll: boolean;
5404
5492
  multipleLimit: number;
5405
- width: number | "container" | "auto";
5406
5493
  titleKey: string;
5407
5494
  }, true, {}, {}, {
5408
5495
  VirtualList: {
@@ -5428,8 +5515,8 @@ export declare const UAutoComplete: {
5428
5515
  style: any;
5429
5516
  className: any;
5430
5517
  restProps: any;
5431
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
5432
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5518
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5519
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5433
5520
  prefixCls: {
5434
5521
  type: StringConstructor;
5435
5522
  };
@@ -5459,14 +5546,17 @@ export declare const UAutoComplete: {
5459
5546
  pageY: number;
5460
5547
  startTop: number;
5461
5548
  visible: boolean;
5549
+ mouseOver: boolean;
5462
5550
  };
5463
5551
  realVisible: import("vue").ComputedRef<boolean>;
5464
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
5465
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
5552
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5553
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5466
5554
  delayHidden: () => void;
5467
5555
  getSpinHeight: () => number;
5468
5556
  getTop: () => number;
5469
5557
  onMouseDown: (e: any) => void;
5558
+ onMouseEnter: () => void;
5559
+ onMouseLeave: () => void;
5470
5560
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
5471
5561
  height: number;
5472
5562
  scrollTop: number;
@@ -5509,14 +5599,17 @@ export declare const UAutoComplete: {
5509
5599
  pageY: number;
5510
5600
  startTop: number;
5511
5601
  visible: boolean;
5602
+ mouseOver: boolean;
5512
5603
  };
5513
5604
  realVisible: import("vue").ComputedRef<boolean>;
5514
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
5515
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
5605
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5606
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5516
5607
  delayHidden: () => void;
5517
5608
  getSpinHeight: () => number;
5518
5609
  getTop: () => number;
5519
5610
  onMouseDown: (e: any) => void;
5611
+ onMouseEnter: () => void;
5612
+ onMouseLeave: () => void;
5520
5613
  }, {}, {}, {}, {
5521
5614
  height: number;
5522
5615
  scrollTop: number;
@@ -5552,14 +5645,17 @@ export declare const UAutoComplete: {
5552
5645
  pageY: number;
5553
5646
  startTop: number;
5554
5647
  visible: boolean;
5648
+ mouseOver: boolean;
5555
5649
  };
5556
5650
  realVisible: import("vue").ComputedRef<boolean>;
5557
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
5558
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
5651
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5652
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5559
5653
  delayHidden: () => void;
5560
5654
  getSpinHeight: () => number;
5561
5655
  getTop: () => number;
5562
5656
  onMouseDown: (e: any) => void;
5657
+ onMouseEnter: () => void;
5658
+ onMouseLeave: () => void;
5563
5659
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
5564
5660
  height: number;
5565
5661
  scrollTop: number;
@@ -5602,14 +5698,17 @@ export declare const UAutoComplete: {
5602
5698
  pageY: number;
5603
5699
  startTop: number;
5604
5700
  visible: boolean;
5701
+ mouseOver: boolean;
5605
5702
  };
5606
5703
  realVisible: import("vue").ComputedRef<boolean>;
5607
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
5608
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
5704
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5705
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5609
5706
  delayHidden: () => void;
5610
5707
  getSpinHeight: () => number;
5611
5708
  getTop: () => number;
5612
5709
  onMouseDown: (e: any) => void;
5710
+ onMouseEnter: () => void;
5711
+ onMouseLeave: () => void;
5613
5712
  }, {}, {}, {}, {
5614
5713
  height: number;
5615
5714
  scrollTop: number;
@@ -5730,14 +5829,17 @@ export declare const UAutoComplete: {
5730
5829
  pageY: number;
5731
5830
  startTop: number;
5732
5831
  visible: boolean;
5832
+ mouseOver: boolean;
5733
5833
  };
5734
5834
  realVisible: import("vue").ComputedRef<boolean>;
5735
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
5736
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
5835
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5836
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5737
5837
  delayHidden: () => void;
5738
5838
  getSpinHeight: () => number;
5739
5839
  getTop: () => number;
5740
5840
  onMouseDown: (e: any) => void;
5841
+ onMouseEnter: () => void;
5842
+ onMouseLeave: () => void;
5741
5843
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5742
5844
  prefixCls: {
5743
5845
  type: StringConstructor;
@@ -5797,8 +5899,8 @@ export declare const UAutoComplete: {
5797
5899
  style: any;
5798
5900
  className: any;
5799
5901
  restProps: any;
5800
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
5801
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5902
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5903
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5802
5904
  prefixCls: {
5803
5905
  type: StringConstructor;
5804
5906
  };
@@ -5828,14 +5930,17 @@ export declare const UAutoComplete: {
5828
5930
  pageY: number;
5829
5931
  startTop: number;
5830
5932
  visible: boolean;
5933
+ mouseOver: boolean;
5831
5934
  };
5832
5935
  realVisible: import("vue").ComputedRef<boolean>;
5833
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
5834
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
5936
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5937
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5835
5938
  delayHidden: () => void;
5836
5939
  getSpinHeight: () => number;
5837
5940
  getTop: () => number;
5838
5941
  onMouseDown: (e: any) => void;
5942
+ onMouseEnter: () => void;
5943
+ onMouseLeave: () => void;
5839
5944
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
5840
5945
  height: number;
5841
5946
  scrollTop: number;
@@ -5878,14 +5983,17 @@ export declare const UAutoComplete: {
5878
5983
  pageY: number;
5879
5984
  startTop: number;
5880
5985
  visible: boolean;
5986
+ mouseOver: boolean;
5881
5987
  };
5882
5988
  realVisible: import("vue").ComputedRef<boolean>;
5883
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
5884
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
5989
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5990
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5885
5991
  delayHidden: () => void;
5886
5992
  getSpinHeight: () => number;
5887
5993
  getTop: () => number;
5888
5994
  onMouseDown: (e: any) => void;
5995
+ onMouseEnter: () => void;
5996
+ onMouseLeave: () => void;
5889
5997
  }, {}, {}, {}, {
5890
5998
  height: number;
5891
5999
  scrollTop: number;
@@ -5921,14 +6029,17 @@ export declare const UAutoComplete: {
5921
6029
  pageY: number;
5922
6030
  startTop: number;
5923
6031
  visible: boolean;
6032
+ mouseOver: boolean;
5924
6033
  };
5925
6034
  realVisible: import("vue").ComputedRef<boolean>;
5926
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
5927
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
6035
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6036
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5928
6037
  delayHidden: () => void;
5929
6038
  getSpinHeight: () => number;
5930
6039
  getTop: () => number;
5931
6040
  onMouseDown: (e: any) => void;
6041
+ onMouseEnter: () => void;
6042
+ onMouseLeave: () => void;
5932
6043
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
5933
6044
  height: number;
5934
6045
  scrollTop: number;
@@ -5971,14 +6082,17 @@ export declare const UAutoComplete: {
5971
6082
  pageY: number;
5972
6083
  startTop: number;
5973
6084
  visible: boolean;
6085
+ mouseOver: boolean;
5974
6086
  };
5975
6087
  realVisible: import("vue").ComputedRef<boolean>;
5976
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
5977
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
6088
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6089
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
5978
6090
  delayHidden: () => void;
5979
6091
  getSpinHeight: () => number;
5980
6092
  getTop: () => number;
5981
6093
  onMouseDown: (e: any) => void;
6094
+ onMouseEnter: () => void;
6095
+ onMouseLeave: () => void;
5982
6096
  }, {}, {}, {}, {
5983
6097
  height: number;
5984
6098
  scrollTop: number;
@@ -6030,8 +6144,8 @@ export declare const UAutoComplete: {
6030
6144
  style: any;
6031
6145
  className: any;
6032
6146
  restProps: any;
6033
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
6034
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6147
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6148
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6035
6149
  prefixCls: {
6036
6150
  type: StringConstructor;
6037
6151
  };
@@ -6061,14 +6175,17 @@ export declare const UAutoComplete: {
6061
6175
  pageY: number;
6062
6176
  startTop: number;
6063
6177
  visible: boolean;
6178
+ mouseOver: boolean;
6064
6179
  };
6065
6180
  realVisible: import("vue").ComputedRef<boolean>;
6066
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
6067
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
6181
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6182
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6068
6183
  delayHidden: () => void;
6069
6184
  getSpinHeight: () => number;
6070
6185
  getTop: () => number;
6071
6186
  onMouseDown: (e: any) => void;
6187
+ onMouseEnter: () => void;
6188
+ onMouseLeave: () => void;
6072
6189
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
6073
6190
  height: number;
6074
6191
  scrollTop: number;
@@ -6111,14 +6228,17 @@ export declare const UAutoComplete: {
6111
6228
  pageY: number;
6112
6229
  startTop: number;
6113
6230
  visible: boolean;
6231
+ mouseOver: boolean;
6114
6232
  };
6115
6233
  realVisible: import("vue").ComputedRef<boolean>;
6116
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
6117
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
6234
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6235
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6118
6236
  delayHidden: () => void;
6119
6237
  getSpinHeight: () => number;
6120
6238
  getTop: () => number;
6121
6239
  onMouseDown: (e: any) => void;
6240
+ onMouseEnter: () => void;
6241
+ onMouseLeave: () => void;
6122
6242
  }, {}, {}, {}, {
6123
6243
  height: number;
6124
6244
  scrollTop: number;
@@ -6154,14 +6274,17 @@ export declare const UAutoComplete: {
6154
6274
  pageY: number;
6155
6275
  startTop: number;
6156
6276
  visible: boolean;
6277
+ mouseOver: boolean;
6157
6278
  };
6158
6279
  realVisible: import("vue").ComputedRef<boolean>;
6159
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
6160
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
6280
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6281
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6161
6282
  delayHidden: () => void;
6162
6283
  getSpinHeight: () => number;
6163
6284
  getTop: () => number;
6164
6285
  onMouseDown: (e: any) => void;
6286
+ onMouseEnter: () => void;
6287
+ onMouseLeave: () => void;
6165
6288
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
6166
6289
  height: number;
6167
6290
  scrollTop: number;
@@ -6204,14 +6327,17 @@ export declare const UAutoComplete: {
6204
6327
  pageY: number;
6205
6328
  startTop: number;
6206
6329
  visible: boolean;
6330
+ mouseOver: boolean;
6207
6331
  };
6208
6332
  realVisible: import("vue").ComputedRef<boolean>;
6209
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
6210
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
6333
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6334
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6211
6335
  delayHidden: () => void;
6212
6336
  getSpinHeight: () => number;
6213
6337
  getTop: () => number;
6214
6338
  onMouseDown: (e: any) => void;
6339
+ onMouseEnter: () => void;
6340
+ onMouseLeave: () => void;
6215
6341
  }, {}, {}, {}, {
6216
6342
  height: number;
6217
6343
  scrollTop: number;
@@ -6332,14 +6458,17 @@ export declare const UAutoComplete: {
6332
6458
  pageY: number;
6333
6459
  startTop: number;
6334
6460
  visible: boolean;
6461
+ mouseOver: boolean;
6335
6462
  };
6336
6463
  realVisible: import("vue").ComputedRef<boolean>;
6337
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
6338
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
6464
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6465
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6339
6466
  delayHidden: () => void;
6340
6467
  getSpinHeight: () => number;
6341
6468
  getTop: () => number;
6342
6469
  onMouseDown: (e: any) => void;
6470
+ onMouseEnter: () => void;
6471
+ onMouseLeave: () => void;
6343
6472
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6344
6473
  prefixCls: {
6345
6474
  type: StringConstructor;
@@ -6370,7 +6499,7 @@ export declare const UAutoComplete: {
6370
6499
  scrollHeight: number;
6371
6500
  count: number;
6372
6501
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6373
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
6502
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
6374
6503
  Render: {
6375
6504
  (props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
6376
6505
  props: {
@@ -6509,9 +6638,9 @@ export declare const UAutoComplete: {
6509
6638
  }, string, {
6510
6639
  color: string;
6511
6640
  spin: boolean;
6512
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
6513
- URoundCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6514
- ULineEnter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6641
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
6642
+ Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
6643
+ CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
6515
6644
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
6516
6645
  P: {};
6517
6646
  B: {};
@@ -6574,9 +6703,6 @@ export declare const UAutoComplete: {
6574
6703
  type: import("vue").PropType<number | "container" | "auto">;
6575
6704
  default: string;
6576
6705
  };
6577
- color: {
6578
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
6579
- };
6580
6706
  direction: {
6581
6707
  type: import("vue").PropType<"ltr" | "rtl">;
6582
6708
  default: string;
@@ -6587,9 +6713,9 @@ export declare const UAutoComplete: {
6587
6713
  };
6588
6714
  }>> & Readonly<{
6589
6715
  onClose?: (...args: any[]) => any;
6716
+ onSelect?: (...args: any[]) => any;
6590
6717
  "onScroll-at-top"?: (...args: any[]) => any;
6591
6718
  "onScroll-at-bottom"?: (...args: any[]) => any;
6592
- onSelect?: (...args: any[]) => any;
6593
6719
  "onActive-value"?: (...args: any[]) => any;
6594
6720
  "onCreate-submit"?: (...args: any[]) => any;
6595
6721
  }>, {
@@ -6620,6 +6746,7 @@ export declare const UAutoComplete: {
6620
6746
  }, {}, {}, {}, {
6621
6747
  direction: "ltr" | "rtl";
6622
6748
  size: string;
6749
+ width: number | "container" | "auto";
6623
6750
  virtual: boolean;
6624
6751
  options: import("..").InnerSelectOption[];
6625
6752
  multiple: boolean;
@@ -6627,7 +6754,6 @@ export declare const UAutoComplete: {
6627
6754
  defaultActiveFirst: boolean;
6628
6755
  selectAll: boolean;
6629
6756
  multipleLimit: number;
6630
- width: number | "container" | "auto";
6631
6757
  titleKey: string;
6632
6758
  }>, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6633
6759
  prefixCls: {
@@ -6684,9 +6810,6 @@ export declare const UAutoComplete: {
6684
6810
  type: import("vue").PropType<number | "container" | "auto">;
6685
6811
  default: string;
6686
6812
  };
6687
- color: {
6688
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
6689
- };
6690
6813
  direction: {
6691
6814
  type: import("vue").PropType<"ltr" | "rtl">;
6692
6815
  default: string;
@@ -6697,9 +6820,9 @@ export declare const UAutoComplete: {
6697
6820
  };
6698
6821
  }>> & Readonly<{
6699
6822
  onClose?: (...args: any[]) => any;
6823
+ onSelect?: (...args: any[]) => any;
6700
6824
  "onScroll-at-top"?: (...args: any[]) => any;
6701
6825
  "onScroll-at-bottom"?: (...args: any[]) => any;
6702
- onSelect?: (...args: any[]) => any;
6703
6826
  "onActive-value"?: (...args: any[]) => any;
6704
6827
  "onCreate-submit"?: (...args: any[]) => any;
6705
6828
  }>, {
@@ -6730,6 +6853,7 @@ export declare const UAutoComplete: {
6730
6853
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "select" | "active-value" | "close" | "create-submit")[], import("vue").PublicProps, {
6731
6854
  direction: "ltr" | "rtl";
6732
6855
  size: string;
6856
+ width: number | "container" | "auto";
6733
6857
  virtual: boolean;
6734
6858
  options: import("..").InnerSelectOption[];
6735
6859
  multiple: boolean;
@@ -6737,7 +6861,6 @@ export declare const UAutoComplete: {
6737
6861
  defaultActiveFirst: boolean;
6738
6862
  selectAll: boolean;
6739
6863
  multipleLimit: number;
6740
- width: number | "container" | "auto";
6741
6864
  titleKey: string;
6742
6865
  }, true, {}, {}, {
6743
6866
  VirtualList: {
@@ -6763,8 +6886,8 @@ export declare const UAutoComplete: {
6763
6886
  style: any;
6764
6887
  className: any;
6765
6888
  restProps: any;
6766
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
6767
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6889
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6890
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6768
6891
  prefixCls: {
6769
6892
  type: StringConstructor;
6770
6893
  };
@@ -6794,14 +6917,17 @@ export declare const UAutoComplete: {
6794
6917
  pageY: number;
6795
6918
  startTop: number;
6796
6919
  visible: boolean;
6920
+ mouseOver: boolean;
6797
6921
  };
6798
6922
  realVisible: import("vue").ComputedRef<boolean>;
6799
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
6800
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
6923
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6924
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6801
6925
  delayHidden: () => void;
6802
6926
  getSpinHeight: () => number;
6803
6927
  getTop: () => number;
6804
6928
  onMouseDown: (e: any) => void;
6929
+ onMouseEnter: () => void;
6930
+ onMouseLeave: () => void;
6805
6931
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
6806
6932
  height: number;
6807
6933
  scrollTop: number;
@@ -6844,14 +6970,17 @@ export declare const UAutoComplete: {
6844
6970
  pageY: number;
6845
6971
  startTop: number;
6846
6972
  visible: boolean;
6973
+ mouseOver: boolean;
6847
6974
  };
6848
6975
  realVisible: import("vue").ComputedRef<boolean>;
6849
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
6850
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
6976
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6977
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6851
6978
  delayHidden: () => void;
6852
6979
  getSpinHeight: () => number;
6853
6980
  getTop: () => number;
6854
6981
  onMouseDown: (e: any) => void;
6982
+ onMouseEnter: () => void;
6983
+ onMouseLeave: () => void;
6855
6984
  }, {}, {}, {}, {
6856
6985
  height: number;
6857
6986
  scrollTop: number;
@@ -6887,14 +7016,17 @@ export declare const UAutoComplete: {
6887
7016
  pageY: number;
6888
7017
  startTop: number;
6889
7018
  visible: boolean;
7019
+ mouseOver: boolean;
6890
7020
  };
6891
7021
  realVisible: import("vue").ComputedRef<boolean>;
6892
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
6893
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
7022
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7023
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6894
7024
  delayHidden: () => void;
6895
7025
  getSpinHeight: () => number;
6896
7026
  getTop: () => number;
6897
7027
  onMouseDown: (e: any) => void;
7028
+ onMouseEnter: () => void;
7029
+ onMouseLeave: () => void;
6898
7030
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
6899
7031
  height: number;
6900
7032
  scrollTop: number;
@@ -6937,14 +7069,17 @@ export declare const UAutoComplete: {
6937
7069
  pageY: number;
6938
7070
  startTop: number;
6939
7071
  visible: boolean;
7072
+ mouseOver: boolean;
6940
7073
  };
6941
7074
  realVisible: import("vue").ComputedRef<boolean>;
6942
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
6943
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
7075
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7076
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
6944
7077
  delayHidden: () => void;
6945
7078
  getSpinHeight: () => number;
6946
7079
  getTop: () => number;
6947
7080
  onMouseDown: (e: any) => void;
7081
+ onMouseEnter: () => void;
7082
+ onMouseLeave: () => void;
6948
7083
  }, {}, {}, {}, {
6949
7084
  height: number;
6950
7085
  scrollTop: number;
@@ -7065,14 +7200,17 @@ export declare const UAutoComplete: {
7065
7200
  pageY: number;
7066
7201
  startTop: number;
7067
7202
  visible: boolean;
7203
+ mouseOver: boolean;
7068
7204
  };
7069
7205
  realVisible: import("vue").ComputedRef<boolean>;
7070
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
7071
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
7206
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7207
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7072
7208
  delayHidden: () => void;
7073
7209
  getSpinHeight: () => number;
7074
7210
  getTop: () => number;
7075
7211
  onMouseDown: (e: any) => void;
7212
+ onMouseEnter: () => void;
7213
+ onMouseLeave: () => void;
7076
7214
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7077
7215
  prefixCls: {
7078
7216
  type: StringConstructor;
@@ -7132,8 +7270,8 @@ export declare const UAutoComplete: {
7132
7270
  style: any;
7133
7271
  className: any;
7134
7272
  restProps: any;
7135
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
7136
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
7273
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7274
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
7137
7275
  prefixCls: {
7138
7276
  type: StringConstructor;
7139
7277
  };
@@ -7163,14 +7301,17 @@ export declare const UAutoComplete: {
7163
7301
  pageY: number;
7164
7302
  startTop: number;
7165
7303
  visible: boolean;
7304
+ mouseOver: boolean;
7166
7305
  };
7167
7306
  realVisible: import("vue").ComputedRef<boolean>;
7168
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
7169
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
7307
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7308
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7170
7309
  delayHidden: () => void;
7171
7310
  getSpinHeight: () => number;
7172
7311
  getTop: () => number;
7173
7312
  onMouseDown: (e: any) => void;
7313
+ onMouseEnter: () => void;
7314
+ onMouseLeave: () => void;
7174
7315
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
7175
7316
  height: number;
7176
7317
  scrollTop: number;
@@ -7213,14 +7354,17 @@ export declare const UAutoComplete: {
7213
7354
  pageY: number;
7214
7355
  startTop: number;
7215
7356
  visible: boolean;
7357
+ mouseOver: boolean;
7216
7358
  };
7217
7359
  realVisible: import("vue").ComputedRef<boolean>;
7218
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
7219
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
7360
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7361
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7220
7362
  delayHidden: () => void;
7221
7363
  getSpinHeight: () => number;
7222
7364
  getTop: () => number;
7223
7365
  onMouseDown: (e: any) => void;
7366
+ onMouseEnter: () => void;
7367
+ onMouseLeave: () => void;
7224
7368
  }, {}, {}, {}, {
7225
7369
  height: number;
7226
7370
  scrollTop: number;
@@ -7256,14 +7400,17 @@ export declare const UAutoComplete: {
7256
7400
  pageY: number;
7257
7401
  startTop: number;
7258
7402
  visible: boolean;
7403
+ mouseOver: boolean;
7259
7404
  };
7260
7405
  realVisible: import("vue").ComputedRef<boolean>;
7261
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
7262
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
7406
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7407
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7263
7408
  delayHidden: () => void;
7264
7409
  getSpinHeight: () => number;
7265
7410
  getTop: () => number;
7266
7411
  onMouseDown: (e: any) => void;
7412
+ onMouseEnter: () => void;
7413
+ onMouseLeave: () => void;
7267
7414
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
7268
7415
  height: number;
7269
7416
  scrollTop: number;
@@ -7306,14 +7453,17 @@ export declare const UAutoComplete: {
7306
7453
  pageY: number;
7307
7454
  startTop: number;
7308
7455
  visible: boolean;
7456
+ mouseOver: boolean;
7309
7457
  };
7310
7458
  realVisible: import("vue").ComputedRef<boolean>;
7311
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
7312
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
7459
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7460
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7313
7461
  delayHidden: () => void;
7314
7462
  getSpinHeight: () => number;
7315
7463
  getTop: () => number;
7316
7464
  onMouseDown: (e: any) => void;
7465
+ onMouseEnter: () => void;
7466
+ onMouseLeave: () => void;
7317
7467
  }, {}, {}, {}, {
7318
7468
  height: number;
7319
7469
  scrollTop: number;
@@ -7365,8 +7515,8 @@ export declare const UAutoComplete: {
7365
7515
  style: any;
7366
7516
  className: any;
7367
7517
  restProps: any;
7368
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
7369
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
7518
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7519
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
7370
7520
  prefixCls: {
7371
7521
  type: StringConstructor;
7372
7522
  };
@@ -7396,14 +7546,17 @@ export declare const UAutoComplete: {
7396
7546
  pageY: number;
7397
7547
  startTop: number;
7398
7548
  visible: boolean;
7549
+ mouseOver: boolean;
7399
7550
  };
7400
7551
  realVisible: import("vue").ComputedRef<boolean>;
7401
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
7402
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
7552
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7553
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7403
7554
  delayHidden: () => void;
7404
7555
  getSpinHeight: () => number;
7405
7556
  getTop: () => number;
7406
7557
  onMouseDown: (e: any) => void;
7558
+ onMouseEnter: () => void;
7559
+ onMouseLeave: () => void;
7407
7560
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
7408
7561
  height: number;
7409
7562
  scrollTop: number;
@@ -7446,14 +7599,17 @@ export declare const UAutoComplete: {
7446
7599
  pageY: number;
7447
7600
  startTop: number;
7448
7601
  visible: boolean;
7602
+ mouseOver: boolean;
7449
7603
  };
7450
7604
  realVisible: import("vue").ComputedRef<boolean>;
7451
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
7452
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
7605
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7606
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7453
7607
  delayHidden: () => void;
7454
7608
  getSpinHeight: () => number;
7455
7609
  getTop: () => number;
7456
7610
  onMouseDown: (e: any) => void;
7611
+ onMouseEnter: () => void;
7612
+ onMouseLeave: () => void;
7457
7613
  }, {}, {}, {}, {
7458
7614
  height: number;
7459
7615
  scrollTop: number;
@@ -7489,14 +7645,17 @@ export declare const UAutoComplete: {
7489
7645
  pageY: number;
7490
7646
  startTop: number;
7491
7647
  visible: boolean;
7648
+ mouseOver: boolean;
7492
7649
  };
7493
7650
  realVisible: import("vue").ComputedRef<boolean>;
7494
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
7495
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
7651
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7652
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7496
7653
  delayHidden: () => void;
7497
7654
  getSpinHeight: () => number;
7498
7655
  getTop: () => number;
7499
7656
  onMouseDown: (e: any) => void;
7657
+ onMouseEnter: () => void;
7658
+ onMouseLeave: () => void;
7500
7659
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
7501
7660
  height: number;
7502
7661
  scrollTop: number;
@@ -7539,14 +7698,17 @@ export declare const UAutoComplete: {
7539
7698
  pageY: number;
7540
7699
  startTop: number;
7541
7700
  visible: boolean;
7701
+ mouseOver: boolean;
7542
7702
  };
7543
7703
  realVisible: import("vue").ComputedRef<boolean>;
7544
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
7545
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
7704
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7705
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7546
7706
  delayHidden: () => void;
7547
7707
  getSpinHeight: () => number;
7548
7708
  getTop: () => number;
7549
7709
  onMouseDown: (e: any) => void;
7710
+ onMouseEnter: () => void;
7711
+ onMouseLeave: () => void;
7550
7712
  }, {}, {}, {}, {
7551
7713
  height: number;
7552
7714
  scrollTop: number;
@@ -7667,14 +7829,17 @@ export declare const UAutoComplete: {
7667
7829
  pageY: number;
7668
7830
  startTop: number;
7669
7831
  visible: boolean;
7832
+ mouseOver: boolean;
7670
7833
  };
7671
7834
  realVisible: import("vue").ComputedRef<boolean>;
7672
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
7673
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
7835
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7836
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
7674
7837
  delayHidden: () => void;
7675
7838
  getSpinHeight: () => number;
7676
7839
  getTop: () => number;
7677
7840
  onMouseDown: (e: any) => void;
7841
+ onMouseEnter: () => void;
7842
+ onMouseLeave: () => void;
7678
7843
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7679
7844
  prefixCls: {
7680
7845
  type: StringConstructor;
@@ -7705,7 +7870,7 @@ export declare const UAutoComplete: {
7705
7870
  scrollHeight: number;
7706
7871
  count: number;
7707
7872
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7708
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
7873
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
7709
7874
  Render: {
7710
7875
  (props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
7711
7876
  props: {
@@ -7844,9 +8009,9 @@ export declare const UAutoComplete: {
7844
8009
  }, string, {
7845
8010
  color: string;
7846
8011
  spin: boolean;
7847
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
7848
- URoundCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7849
- ULineEnter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8012
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
8013
+ Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
8014
+ CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
7850
8015
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
7851
8016
  P: {};
7852
8017
  B: {};
@@ -7909,9 +8074,6 @@ export declare const UAutoComplete: {
7909
8074
  type: import("vue").PropType<number | "container" | "auto">;
7910
8075
  default: string;
7911
8076
  };
7912
- color: {
7913
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
7914
- };
7915
8077
  direction: {
7916
8078
  type: import("vue").PropType<"ltr" | "rtl">;
7917
8079
  default: string;
@@ -7922,9 +8084,9 @@ export declare const UAutoComplete: {
7922
8084
  };
7923
8085
  }>> & Readonly<{
7924
8086
  onClose?: (...args: any[]) => any;
8087
+ onSelect?: (...args: any[]) => any;
7925
8088
  "onScroll-at-top"?: (...args: any[]) => any;
7926
8089
  "onScroll-at-bottom"?: (...args: any[]) => any;
7927
- onSelect?: (...args: any[]) => any;
7928
8090
  "onActive-value"?: (...args: any[]) => any;
7929
8091
  "onCreate-submit"?: (...args: any[]) => any;
7930
8092
  }>, {
@@ -7955,6 +8117,7 @@ export declare const UAutoComplete: {
7955
8117
  }, {}, {}, {}, {
7956
8118
  direction: "ltr" | "rtl";
7957
8119
  size: string;
8120
+ width: number | "container" | "auto";
7958
8121
  virtual: boolean;
7959
8122
  options: import("..").InnerSelectOption[];
7960
8123
  multiple: boolean;
@@ -7962,7 +8125,6 @@ export declare const UAutoComplete: {
7962
8125
  defaultActiveFirst: boolean;
7963
8126
  selectAll: boolean;
7964
8127
  multipleLimit: number;
7965
- width: number | "container" | "auto";
7966
8128
  titleKey: string;
7967
8129
  }>>;
7968
8130
  stateValue: import("vue").Ref<string, string>;
@@ -7985,7 +8147,7 @@ export declare const UAutoComplete: {
7985
8147
  size: "small" | "default" | "large";
7986
8148
  placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
7987
8149
  disabled: boolean;
7988
- variant: "surface" | "soft";
8150
+ variant: "surface" | "soft" | "borderless" | "underline";
7989
8151
  placeholder: string;
7990
8152
  rows: number;
7991
8153
  readonly: boolean;
@@ -8010,7 +8172,7 @@ export declare const UAutoComplete: {
8010
8172
  size: "small" | "default" | "large";
8011
8173
  placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
8012
8174
  disabled: boolean;
8013
- variant: "surface" | "soft";
8175
+ variant: "surface" | "soft" | "borderless" | "underline";
8014
8176
  placeholder: string;
8015
8177
  rows: number;
8016
8178
  readonly: boolean;
@@ -8104,9 +8266,6 @@ export declare const UAutoComplete: {
8104
8266
  type: import("vue").PropType<number | "container" | "auto">;
8105
8267
  default: string;
8106
8268
  };
8107
- color: {
8108
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
8109
- };
8110
8269
  direction: {
8111
8270
  type: import("vue").PropType<"ltr" | "rtl">;
8112
8271
  default: string;
@@ -8117,9 +8276,9 @@ export declare const UAutoComplete: {
8117
8276
  };
8118
8277
  }>> & Readonly<{
8119
8278
  onClose?: (...args: any[]) => any;
8279
+ onSelect?: (...args: any[]) => any;
8120
8280
  "onScroll-at-top"?: (...args: any[]) => any;
8121
8281
  "onScroll-at-bottom"?: (...args: any[]) => any;
8122
- onSelect?: (...args: any[]) => any;
8123
8282
  "onActive-value"?: (...args: any[]) => any;
8124
8283
  "onCreate-submit"?: (...args: any[]) => any;
8125
8284
  }>, {
@@ -8150,6 +8309,7 @@ export declare const UAutoComplete: {
8150
8309
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "select" | "active-value" | "close" | "create-submit")[], import("vue").PublicProps, {
8151
8310
  direction: "ltr" | "rtl";
8152
8311
  size: string;
8312
+ width: number | "container" | "auto";
8153
8313
  virtual: boolean;
8154
8314
  options: import("..").InnerSelectOption[];
8155
8315
  multiple: boolean;
@@ -8157,7 +8317,6 @@ export declare const UAutoComplete: {
8157
8317
  defaultActiveFirst: boolean;
8158
8318
  selectAll: boolean;
8159
8319
  multipleLimit: number;
8160
- width: number | "container" | "auto";
8161
8320
  titleKey: string;
8162
8321
  }, true, {}, {}, {
8163
8322
  VirtualList: {
@@ -8183,8 +8342,8 @@ export declare const UAutoComplete: {
8183
8342
  style: any;
8184
8343
  className: any;
8185
8344
  restProps: any;
8186
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
8187
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
8345
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8346
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
8188
8347
  prefixCls: {
8189
8348
  type: StringConstructor;
8190
8349
  };
@@ -8214,14 +8373,17 @@ export declare const UAutoComplete: {
8214
8373
  pageY: number;
8215
8374
  startTop: number;
8216
8375
  visible: boolean;
8376
+ mouseOver: boolean;
8217
8377
  };
8218
8378
  realVisible: import("vue").ComputedRef<boolean>;
8219
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
8220
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
8379
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8380
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8221
8381
  delayHidden: () => void;
8222
8382
  getSpinHeight: () => number;
8223
8383
  getTop: () => number;
8224
8384
  onMouseDown: (e: any) => void;
8385
+ onMouseEnter: () => void;
8386
+ onMouseLeave: () => void;
8225
8387
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
8226
8388
  height: number;
8227
8389
  scrollTop: number;
@@ -8264,14 +8426,17 @@ export declare const UAutoComplete: {
8264
8426
  pageY: number;
8265
8427
  startTop: number;
8266
8428
  visible: boolean;
8429
+ mouseOver: boolean;
8267
8430
  };
8268
8431
  realVisible: import("vue").ComputedRef<boolean>;
8269
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
8270
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
8432
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8433
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8271
8434
  delayHidden: () => void;
8272
8435
  getSpinHeight: () => number;
8273
8436
  getTop: () => number;
8274
8437
  onMouseDown: (e: any) => void;
8438
+ onMouseEnter: () => void;
8439
+ onMouseLeave: () => void;
8275
8440
  }, {}, {}, {}, {
8276
8441
  height: number;
8277
8442
  scrollTop: number;
@@ -8307,14 +8472,17 @@ export declare const UAutoComplete: {
8307
8472
  pageY: number;
8308
8473
  startTop: number;
8309
8474
  visible: boolean;
8475
+ mouseOver: boolean;
8310
8476
  };
8311
8477
  realVisible: import("vue").ComputedRef<boolean>;
8312
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
8313
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
8478
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8479
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8314
8480
  delayHidden: () => void;
8315
8481
  getSpinHeight: () => number;
8316
8482
  getTop: () => number;
8317
8483
  onMouseDown: (e: any) => void;
8484
+ onMouseEnter: () => void;
8485
+ onMouseLeave: () => void;
8318
8486
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
8319
8487
  height: number;
8320
8488
  scrollTop: number;
@@ -8357,14 +8525,17 @@ export declare const UAutoComplete: {
8357
8525
  pageY: number;
8358
8526
  startTop: number;
8359
8527
  visible: boolean;
8528
+ mouseOver: boolean;
8360
8529
  };
8361
8530
  realVisible: import("vue").ComputedRef<boolean>;
8362
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
8363
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
8531
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8532
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8364
8533
  delayHidden: () => void;
8365
8534
  getSpinHeight: () => number;
8366
8535
  getTop: () => number;
8367
8536
  onMouseDown: (e: any) => void;
8537
+ onMouseEnter: () => void;
8538
+ onMouseLeave: () => void;
8368
8539
  }, {}, {}, {}, {
8369
8540
  height: number;
8370
8541
  scrollTop: number;
@@ -8485,14 +8656,17 @@ export declare const UAutoComplete: {
8485
8656
  pageY: number;
8486
8657
  startTop: number;
8487
8658
  visible: boolean;
8659
+ mouseOver: boolean;
8488
8660
  };
8489
8661
  realVisible: import("vue").ComputedRef<boolean>;
8490
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
8491
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
8662
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8663
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8492
8664
  delayHidden: () => void;
8493
8665
  getSpinHeight: () => number;
8494
8666
  getTop: () => number;
8495
8667
  onMouseDown: (e: any) => void;
8668
+ onMouseEnter: () => void;
8669
+ onMouseLeave: () => void;
8496
8670
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8497
8671
  prefixCls: {
8498
8672
  type: StringConstructor;
@@ -8552,8 +8726,8 @@ export declare const UAutoComplete: {
8552
8726
  style: any;
8553
8727
  className: any;
8554
8728
  restProps: any;
8555
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
8556
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
8729
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8730
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
8557
8731
  prefixCls: {
8558
8732
  type: StringConstructor;
8559
8733
  };
@@ -8583,14 +8757,17 @@ export declare const UAutoComplete: {
8583
8757
  pageY: number;
8584
8758
  startTop: number;
8585
8759
  visible: boolean;
8760
+ mouseOver: boolean;
8586
8761
  };
8587
8762
  realVisible: import("vue").ComputedRef<boolean>;
8588
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
8589
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
8763
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8764
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8590
8765
  delayHidden: () => void;
8591
8766
  getSpinHeight: () => number;
8592
8767
  getTop: () => number;
8593
8768
  onMouseDown: (e: any) => void;
8769
+ onMouseEnter: () => void;
8770
+ onMouseLeave: () => void;
8594
8771
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
8595
8772
  height: number;
8596
8773
  scrollTop: number;
@@ -8633,14 +8810,17 @@ export declare const UAutoComplete: {
8633
8810
  pageY: number;
8634
8811
  startTop: number;
8635
8812
  visible: boolean;
8813
+ mouseOver: boolean;
8636
8814
  };
8637
8815
  realVisible: import("vue").ComputedRef<boolean>;
8638
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
8639
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
8816
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8817
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8640
8818
  delayHidden: () => void;
8641
8819
  getSpinHeight: () => number;
8642
8820
  getTop: () => number;
8643
8821
  onMouseDown: (e: any) => void;
8822
+ onMouseEnter: () => void;
8823
+ onMouseLeave: () => void;
8644
8824
  }, {}, {}, {}, {
8645
8825
  height: number;
8646
8826
  scrollTop: number;
@@ -8676,14 +8856,17 @@ export declare const UAutoComplete: {
8676
8856
  pageY: number;
8677
8857
  startTop: number;
8678
8858
  visible: boolean;
8859
+ mouseOver: boolean;
8679
8860
  };
8680
8861
  realVisible: import("vue").ComputedRef<boolean>;
8681
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
8682
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
8862
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8863
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8683
8864
  delayHidden: () => void;
8684
8865
  getSpinHeight: () => number;
8685
8866
  getTop: () => number;
8686
8867
  onMouseDown: (e: any) => void;
8868
+ onMouseEnter: () => void;
8869
+ onMouseLeave: () => void;
8687
8870
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
8688
8871
  height: number;
8689
8872
  scrollTop: number;
@@ -8726,14 +8909,17 @@ export declare const UAutoComplete: {
8726
8909
  pageY: number;
8727
8910
  startTop: number;
8728
8911
  visible: boolean;
8912
+ mouseOver: boolean;
8729
8913
  };
8730
8914
  realVisible: import("vue").ComputedRef<boolean>;
8731
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
8732
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
8915
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8916
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8733
8917
  delayHidden: () => void;
8734
8918
  getSpinHeight: () => number;
8735
8919
  getTop: () => number;
8736
8920
  onMouseDown: (e: any) => void;
8921
+ onMouseEnter: () => void;
8922
+ onMouseLeave: () => void;
8737
8923
  }, {}, {}, {}, {
8738
8924
  height: number;
8739
8925
  scrollTop: number;
@@ -8785,8 +8971,8 @@ export declare const UAutoComplete: {
8785
8971
  style: any;
8786
8972
  className: any;
8787
8973
  restProps: any;
8788
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
8789
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
8974
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8975
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
8790
8976
  prefixCls: {
8791
8977
  type: StringConstructor;
8792
8978
  };
@@ -8816,14 +9002,17 @@ export declare const UAutoComplete: {
8816
9002
  pageY: number;
8817
9003
  startTop: number;
8818
9004
  visible: boolean;
9005
+ mouseOver: boolean;
8819
9006
  };
8820
9007
  realVisible: import("vue").ComputedRef<boolean>;
8821
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
8822
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
9008
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9009
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8823
9010
  delayHidden: () => void;
8824
9011
  getSpinHeight: () => number;
8825
9012
  getTop: () => number;
8826
9013
  onMouseDown: (e: any) => void;
9014
+ onMouseEnter: () => void;
9015
+ onMouseLeave: () => void;
8827
9016
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
8828
9017
  height: number;
8829
9018
  scrollTop: number;
@@ -8866,14 +9055,17 @@ export declare const UAutoComplete: {
8866
9055
  pageY: number;
8867
9056
  startTop: number;
8868
9057
  visible: boolean;
9058
+ mouseOver: boolean;
8869
9059
  };
8870
9060
  realVisible: import("vue").ComputedRef<boolean>;
8871
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
8872
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
9061
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9062
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8873
9063
  delayHidden: () => void;
8874
9064
  getSpinHeight: () => number;
8875
9065
  getTop: () => number;
8876
9066
  onMouseDown: (e: any) => void;
9067
+ onMouseEnter: () => void;
9068
+ onMouseLeave: () => void;
8877
9069
  }, {}, {}, {}, {
8878
9070
  height: number;
8879
9071
  scrollTop: number;
@@ -8909,14 +9101,17 @@ export declare const UAutoComplete: {
8909
9101
  pageY: number;
8910
9102
  startTop: number;
8911
9103
  visible: boolean;
9104
+ mouseOver: boolean;
8912
9105
  };
8913
9106
  realVisible: import("vue").ComputedRef<boolean>;
8914
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
8915
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
9107
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9108
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8916
9109
  delayHidden: () => void;
8917
9110
  getSpinHeight: () => number;
8918
9111
  getTop: () => number;
8919
9112
  onMouseDown: (e: any) => void;
9113
+ onMouseEnter: () => void;
9114
+ onMouseLeave: () => void;
8920
9115
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
8921
9116
  height: number;
8922
9117
  scrollTop: number;
@@ -8959,14 +9154,17 @@ export declare const UAutoComplete: {
8959
9154
  pageY: number;
8960
9155
  startTop: number;
8961
9156
  visible: boolean;
9157
+ mouseOver: boolean;
8962
9158
  };
8963
9159
  realVisible: import("vue").ComputedRef<boolean>;
8964
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
8965
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
9160
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9161
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
8966
9162
  delayHidden: () => void;
8967
9163
  getSpinHeight: () => number;
8968
9164
  getTop: () => number;
8969
9165
  onMouseDown: (e: any) => void;
9166
+ onMouseEnter: () => void;
9167
+ onMouseLeave: () => void;
8970
9168
  }, {}, {}, {}, {
8971
9169
  height: number;
8972
9170
  scrollTop: number;
@@ -9087,14 +9285,17 @@ export declare const UAutoComplete: {
9087
9285
  pageY: number;
9088
9286
  startTop: number;
9089
9287
  visible: boolean;
9288
+ mouseOver: boolean;
9090
9289
  };
9091
9290
  realVisible: import("vue").ComputedRef<boolean>;
9092
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
9093
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
9291
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9292
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9094
9293
  delayHidden: () => void;
9095
9294
  getSpinHeight: () => number;
9096
9295
  getTop: () => number;
9097
9296
  onMouseDown: (e: any) => void;
9297
+ onMouseEnter: () => void;
9298
+ onMouseLeave: () => void;
9098
9299
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9099
9300
  prefixCls: {
9100
9301
  type: StringConstructor;
@@ -9125,7 +9326,7 @@ export declare const UAutoComplete: {
9125
9326
  scrollHeight: number;
9126
9327
  count: number;
9127
9328
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9128
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
9329
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
9129
9330
  Render: {
9130
9331
  (props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
9131
9332
  props: {
@@ -9264,9 +9465,9 @@ export declare const UAutoComplete: {
9264
9465
  }, string, {
9265
9466
  color: string;
9266
9467
  spin: boolean;
9267
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
9268
- URoundCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9269
- ULineEnter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9468
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
9469
+ Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
9470
+ CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
9270
9471
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
9271
9472
  P: {};
9272
9473
  B: {};
@@ -9329,9 +9530,6 @@ export declare const UAutoComplete: {
9329
9530
  type: import("vue").PropType<number | "container" | "auto">;
9330
9531
  default: string;
9331
9532
  };
9332
- color: {
9333
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
9334
- };
9335
9533
  direction: {
9336
9534
  type: import("vue").PropType<"ltr" | "rtl">;
9337
9535
  default: string;
@@ -9342,9 +9540,9 @@ export declare const UAutoComplete: {
9342
9540
  };
9343
9541
  }>> & Readonly<{
9344
9542
  onClose?: (...args: any[]) => any;
9543
+ onSelect?: (...args: any[]) => any;
9345
9544
  "onScroll-at-top"?: (...args: any[]) => any;
9346
9545
  "onScroll-at-bottom"?: (...args: any[]) => any;
9347
- onSelect?: (...args: any[]) => any;
9348
9546
  "onActive-value"?: (...args: any[]) => any;
9349
9547
  "onCreate-submit"?: (...args: any[]) => any;
9350
9548
  }>, {
@@ -9375,6 +9573,7 @@ export declare const UAutoComplete: {
9375
9573
  }, {}, {}, {}, {
9376
9574
  direction: "ltr" | "rtl";
9377
9575
  size: string;
9576
+ width: number | "container" | "auto";
9378
9577
  virtual: boolean;
9379
9578
  options: import("..").InnerSelectOption[];
9380
9579
  multiple: boolean;
@@ -9382,7 +9581,6 @@ export declare const UAutoComplete: {
9382
9581
  defaultActiveFirst: boolean;
9383
9582
  selectAll: boolean;
9384
9583
  multipleLimit: number;
9385
- width: number | "container" | "auto";
9386
9584
  titleKey: string;
9387
9585
  }>, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
9388
9586
  prefixCls: {
@@ -9439,9 +9637,6 @@ export declare const UAutoComplete: {
9439
9637
  type: import("vue").PropType<number | "container" | "auto">;
9440
9638
  default: string;
9441
9639
  };
9442
- color: {
9443
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
9444
- };
9445
9640
  direction: {
9446
9641
  type: import("vue").PropType<"ltr" | "rtl">;
9447
9642
  default: string;
@@ -9452,9 +9647,9 @@ export declare const UAutoComplete: {
9452
9647
  };
9453
9648
  }>> & Readonly<{
9454
9649
  onClose?: (...args: any[]) => any;
9650
+ onSelect?: (...args: any[]) => any;
9455
9651
  "onScroll-at-top"?: (...args: any[]) => any;
9456
9652
  "onScroll-at-bottom"?: (...args: any[]) => any;
9457
- onSelect?: (...args: any[]) => any;
9458
9653
  "onActive-value"?: (...args: any[]) => any;
9459
9654
  "onCreate-submit"?: (...args: any[]) => any;
9460
9655
  }>, {
@@ -9485,6 +9680,7 @@ export declare const UAutoComplete: {
9485
9680
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll-at-top" | "scroll-at-bottom" | "select" | "active-value" | "close" | "create-submit")[], import("vue").PublicProps, {
9486
9681
  direction: "ltr" | "rtl";
9487
9682
  size: string;
9683
+ width: number | "container" | "auto";
9488
9684
  virtual: boolean;
9489
9685
  options: import("..").InnerSelectOption[];
9490
9686
  multiple: boolean;
@@ -9492,7 +9688,6 @@ export declare const UAutoComplete: {
9492
9688
  defaultActiveFirst: boolean;
9493
9689
  selectAll: boolean;
9494
9690
  multipleLimit: number;
9495
- width: number | "container" | "auto";
9496
9691
  titleKey: string;
9497
9692
  }, true, {}, {}, {
9498
9693
  VirtualList: {
@@ -9518,8 +9713,8 @@ export declare const UAutoComplete: {
9518
9713
  style: any;
9519
9714
  className: any;
9520
9715
  restProps: any;
9521
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
9522
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
9716
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9717
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
9523
9718
  prefixCls: {
9524
9719
  type: StringConstructor;
9525
9720
  };
@@ -9549,14 +9744,17 @@ export declare const UAutoComplete: {
9549
9744
  pageY: number;
9550
9745
  startTop: number;
9551
9746
  visible: boolean;
9747
+ mouseOver: boolean;
9552
9748
  };
9553
9749
  realVisible: import("vue").ComputedRef<boolean>;
9554
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
9555
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
9750
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9751
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9556
9752
  delayHidden: () => void;
9557
9753
  getSpinHeight: () => number;
9558
9754
  getTop: () => number;
9559
9755
  onMouseDown: (e: any) => void;
9756
+ onMouseEnter: () => void;
9757
+ onMouseLeave: () => void;
9560
9758
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
9561
9759
  height: number;
9562
9760
  scrollTop: number;
@@ -9599,14 +9797,17 @@ export declare const UAutoComplete: {
9599
9797
  pageY: number;
9600
9798
  startTop: number;
9601
9799
  visible: boolean;
9800
+ mouseOver: boolean;
9602
9801
  };
9603
9802
  realVisible: import("vue").ComputedRef<boolean>;
9604
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
9605
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
9803
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9804
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9606
9805
  delayHidden: () => void;
9607
9806
  getSpinHeight: () => number;
9608
9807
  getTop: () => number;
9609
9808
  onMouseDown: (e: any) => void;
9809
+ onMouseEnter: () => void;
9810
+ onMouseLeave: () => void;
9610
9811
  }, {}, {}, {}, {
9611
9812
  height: number;
9612
9813
  scrollTop: number;
@@ -9642,14 +9843,17 @@ export declare const UAutoComplete: {
9642
9843
  pageY: number;
9643
9844
  startTop: number;
9644
9845
  visible: boolean;
9846
+ mouseOver: boolean;
9645
9847
  };
9646
9848
  realVisible: import("vue").ComputedRef<boolean>;
9647
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
9648
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
9849
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9850
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9649
9851
  delayHidden: () => void;
9650
9852
  getSpinHeight: () => number;
9651
9853
  getTop: () => number;
9652
9854
  onMouseDown: (e: any) => void;
9855
+ onMouseEnter: () => void;
9856
+ onMouseLeave: () => void;
9653
9857
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
9654
9858
  height: number;
9655
9859
  scrollTop: number;
@@ -9692,14 +9896,17 @@ export declare const UAutoComplete: {
9692
9896
  pageY: number;
9693
9897
  startTop: number;
9694
9898
  visible: boolean;
9899
+ mouseOver: boolean;
9695
9900
  };
9696
9901
  realVisible: import("vue").ComputedRef<boolean>;
9697
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
9698
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
9902
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9903
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9699
9904
  delayHidden: () => void;
9700
9905
  getSpinHeight: () => number;
9701
9906
  getTop: () => number;
9702
9907
  onMouseDown: (e: any) => void;
9908
+ onMouseEnter: () => void;
9909
+ onMouseLeave: () => void;
9703
9910
  }, {}, {}, {}, {
9704
9911
  height: number;
9705
9912
  scrollTop: number;
@@ -9820,14 +10027,17 @@ export declare const UAutoComplete: {
9820
10027
  pageY: number;
9821
10028
  startTop: number;
9822
10029
  visible: boolean;
10030
+ mouseOver: boolean;
9823
10031
  };
9824
10032
  realVisible: import("vue").ComputedRef<boolean>;
9825
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
9826
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
10033
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10034
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9827
10035
  delayHidden: () => void;
9828
10036
  getSpinHeight: () => number;
9829
10037
  getTop: () => number;
9830
10038
  onMouseDown: (e: any) => void;
10039
+ onMouseEnter: () => void;
10040
+ onMouseLeave: () => void;
9831
10041
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9832
10042
  prefixCls: {
9833
10043
  type: StringConstructor;
@@ -9887,8 +10097,8 @@ export declare const UAutoComplete: {
9887
10097
  style: any;
9888
10098
  className: any;
9889
10099
  restProps: any;
9890
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
9891
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
10100
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10101
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
9892
10102
  prefixCls: {
9893
10103
  type: StringConstructor;
9894
10104
  };
@@ -9918,14 +10128,17 @@ export declare const UAutoComplete: {
9918
10128
  pageY: number;
9919
10129
  startTop: number;
9920
10130
  visible: boolean;
10131
+ mouseOver: boolean;
9921
10132
  };
9922
10133
  realVisible: import("vue").ComputedRef<boolean>;
9923
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
9924
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
10134
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10135
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9925
10136
  delayHidden: () => void;
9926
10137
  getSpinHeight: () => number;
9927
10138
  getTop: () => number;
9928
10139
  onMouseDown: (e: any) => void;
10140
+ onMouseEnter: () => void;
10141
+ onMouseLeave: () => void;
9929
10142
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
9930
10143
  height: number;
9931
10144
  scrollTop: number;
@@ -9968,14 +10181,17 @@ export declare const UAutoComplete: {
9968
10181
  pageY: number;
9969
10182
  startTop: number;
9970
10183
  visible: boolean;
10184
+ mouseOver: boolean;
9971
10185
  };
9972
10186
  realVisible: import("vue").ComputedRef<boolean>;
9973
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
9974
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
10187
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10188
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
9975
10189
  delayHidden: () => void;
9976
10190
  getSpinHeight: () => number;
9977
10191
  getTop: () => number;
9978
10192
  onMouseDown: (e: any) => void;
10193
+ onMouseEnter: () => void;
10194
+ onMouseLeave: () => void;
9979
10195
  }, {}, {}, {}, {
9980
10196
  height: number;
9981
10197
  scrollTop: number;
@@ -10011,14 +10227,17 @@ export declare const UAutoComplete: {
10011
10227
  pageY: number;
10012
10228
  startTop: number;
10013
10229
  visible: boolean;
10230
+ mouseOver: boolean;
10014
10231
  };
10015
10232
  realVisible: import("vue").ComputedRef<boolean>;
10016
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
10017
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
10233
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10234
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10018
10235
  delayHidden: () => void;
10019
10236
  getSpinHeight: () => number;
10020
10237
  getTop: () => number;
10021
10238
  onMouseDown: (e: any) => void;
10239
+ onMouseEnter: () => void;
10240
+ onMouseLeave: () => void;
10022
10241
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
10023
10242
  height: number;
10024
10243
  scrollTop: number;
@@ -10061,14 +10280,17 @@ export declare const UAutoComplete: {
10061
10280
  pageY: number;
10062
10281
  startTop: number;
10063
10282
  visible: boolean;
10283
+ mouseOver: boolean;
10064
10284
  };
10065
10285
  realVisible: import("vue").ComputedRef<boolean>;
10066
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
10067
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
10286
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10287
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10068
10288
  delayHidden: () => void;
10069
10289
  getSpinHeight: () => number;
10070
10290
  getTop: () => number;
10071
10291
  onMouseDown: (e: any) => void;
10292
+ onMouseEnter: () => void;
10293
+ onMouseLeave: () => void;
10072
10294
  }, {}, {}, {}, {
10073
10295
  height: number;
10074
10296
  scrollTop: number;
@@ -10120,8 +10342,8 @@ export declare const UAutoComplete: {
10120
10342
  style: any;
10121
10343
  className: any;
10122
10344
  restProps: any;
10123
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
10124
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
10345
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10346
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
10125
10347
  prefixCls: {
10126
10348
  type: StringConstructor;
10127
10349
  };
@@ -10151,14 +10373,17 @@ export declare const UAutoComplete: {
10151
10373
  pageY: number;
10152
10374
  startTop: number;
10153
10375
  visible: boolean;
10376
+ mouseOver: boolean;
10154
10377
  };
10155
10378
  realVisible: import("vue").ComputedRef<boolean>;
10156
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
10157
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
10379
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10380
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10158
10381
  delayHidden: () => void;
10159
10382
  getSpinHeight: () => number;
10160
10383
  getTop: () => number;
10161
10384
  onMouseDown: (e: any) => void;
10385
+ onMouseEnter: () => void;
10386
+ onMouseLeave: () => void;
10162
10387
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
10163
10388
  height: number;
10164
10389
  scrollTop: number;
@@ -10201,14 +10426,17 @@ export declare const UAutoComplete: {
10201
10426
  pageY: number;
10202
10427
  startTop: number;
10203
10428
  visible: boolean;
10429
+ mouseOver: boolean;
10204
10430
  };
10205
10431
  realVisible: import("vue").ComputedRef<boolean>;
10206
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
10207
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
10432
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10433
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10208
10434
  delayHidden: () => void;
10209
10435
  getSpinHeight: () => number;
10210
10436
  getTop: () => number;
10211
10437
  onMouseDown: (e: any) => void;
10438
+ onMouseEnter: () => void;
10439
+ onMouseLeave: () => void;
10212
10440
  }, {}, {}, {}, {
10213
10441
  height: number;
10214
10442
  scrollTop: number;
@@ -10244,14 +10472,17 @@ export declare const UAutoComplete: {
10244
10472
  pageY: number;
10245
10473
  startTop: number;
10246
10474
  visible: boolean;
10475
+ mouseOver: boolean;
10247
10476
  };
10248
10477
  realVisible: import("vue").ComputedRef<boolean>;
10249
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
10250
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
10478
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10479
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10251
10480
  delayHidden: () => void;
10252
10481
  getSpinHeight: () => number;
10253
10482
  getTop: () => number;
10254
10483
  onMouseDown: (e: any) => void;
10484
+ onMouseEnter: () => void;
10485
+ onMouseLeave: () => void;
10255
10486
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
10256
10487
  height: number;
10257
10488
  scrollTop: number;
@@ -10294,14 +10525,17 @@ export declare const UAutoComplete: {
10294
10525
  pageY: number;
10295
10526
  startTop: number;
10296
10527
  visible: boolean;
10528
+ mouseOver: boolean;
10297
10529
  };
10298
10530
  realVisible: import("vue").ComputedRef<boolean>;
10299
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
10300
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
10531
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10532
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10301
10533
  delayHidden: () => void;
10302
10534
  getSpinHeight: () => number;
10303
10535
  getTop: () => number;
10304
10536
  onMouseDown: (e: any) => void;
10537
+ onMouseEnter: () => void;
10538
+ onMouseLeave: () => void;
10305
10539
  }, {}, {}, {}, {
10306
10540
  height: number;
10307
10541
  scrollTop: number;
@@ -10422,14 +10656,17 @@ export declare const UAutoComplete: {
10422
10656
  pageY: number;
10423
10657
  startTop: number;
10424
10658
  visible: boolean;
10659
+ mouseOver: boolean;
10425
10660
  };
10426
10661
  realVisible: import("vue").ComputedRef<boolean>;
10427
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
10428
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
10662
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10663
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
10429
10664
  delayHidden: () => void;
10430
10665
  getSpinHeight: () => number;
10431
10666
  getTop: () => number;
10432
10667
  onMouseDown: (e: any) => void;
10668
+ onMouseEnter: () => void;
10669
+ onMouseLeave: () => void;
10433
10670
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10434
10671
  prefixCls: {
10435
10672
  type: StringConstructor;
@@ -10460,7 +10697,7 @@ export declare const UAutoComplete: {
10460
10697
  scrollHeight: number;
10461
10698
  count: number;
10462
10699
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10463
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
10700
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
10464
10701
  Render: {
10465
10702
  (props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
10466
10703
  props: {
@@ -10599,9 +10836,9 @@ export declare const UAutoComplete: {
10599
10836
  }, string, {
10600
10837
  color: string;
10601
10838
  spin: boolean;
10602
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
10603
- URoundCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10604
- ULineEnter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10839
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
10840
+ Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
10841
+ CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
10605
10842
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
10606
10843
  P: {};
10607
10844
  B: {};
@@ -10664,9 +10901,6 @@ export declare const UAutoComplete: {
10664
10901
  type: import("vue").PropType<number | "container" | "auto">;
10665
10902
  default: string;
10666
10903
  };
10667
- color: {
10668
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
10669
- };
10670
10904
  direction: {
10671
10905
  type: import("vue").PropType<"ltr" | "rtl">;
10672
10906
  default: string;
@@ -10677,9 +10911,9 @@ export declare const UAutoComplete: {
10677
10911
  };
10678
10912
  }>> & Readonly<{
10679
10913
  onClose?: (...args: any[]) => any;
10914
+ onSelect?: (...args: any[]) => any;
10680
10915
  "onScroll-at-top"?: (...args: any[]) => any;
10681
10916
  "onScroll-at-bottom"?: (...args: any[]) => any;
10682
- onSelect?: (...args: any[]) => any;
10683
10917
  "onActive-value"?: (...args: any[]) => any;
10684
10918
  "onCreate-submit"?: (...args: any[]) => any;
10685
10919
  }>, {
@@ -10710,6 +10944,7 @@ export declare const UAutoComplete: {
10710
10944
  }, {}, {}, {}, {
10711
10945
  direction: "ltr" | "rtl";
10712
10946
  size: string;
10947
+ width: number | "container" | "auto";
10713
10948
  virtual: boolean;
10714
10949
  options: import("..").InnerSelectOption[];
10715
10950
  multiple: boolean;
@@ -10717,7 +10952,6 @@ export declare const UAutoComplete: {
10717
10952
  defaultActiveFirst: boolean;
10718
10953
  selectAll: boolean;
10719
10954
  multipleLimit: number;
10720
- width: number | "container" | "auto";
10721
10955
  titleKey: string;
10722
10956
  }>>;
10723
10957
  stateValue: import("vue").Ref<string, string>;
@@ -10747,7 +10981,7 @@ export declare const UAutoComplete: {
10747
10981
  size: "small" | "default" | "large";
10748
10982
  placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
10749
10983
  disabled: boolean;
10750
- variant: "surface" | "soft";
10984
+ variant: "surface" | "soft" | "borderless" | "underline";
10751
10985
  placeholder: string;
10752
10986
  rows: number;
10753
10987
  readonly: boolean;
@@ -10928,9 +11162,9 @@ export declare const UAutoComplete: {
10928
11162
  onMouseleave?: (e: Event) => any;
10929
11163
  "onContext-menu"?: (e: Event) => any;
10930
11164
  }>, {
11165
+ offset: number[];
10931
11166
  visible: boolean;
10932
11167
  placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
10933
- offset: number[];
10934
11168
  popupStyle: import("vue").CSSProperties;
10935
11169
  trigger: ("click" | "hover" | "focus" | "contextmenu")[];
10936
11170
  mouseEnterDelay: number;
@@ -10957,15 +11191,10 @@ export declare const UAutoComplete: {
10957
11191
  validator: (val: "number" | "text" | "textarea" | "password") => boolean;
10958
11192
  };
10959
11193
  variant: {
10960
- type: import("vue").PropType<"surface" | "soft">;
11194
+ type: import("vue").PropType<"surface" | "soft" | "borderless" | "underline">;
10961
11195
  default: string;
10962
11196
  validator: (val: string) => boolean;
10963
11197
  };
10964
- color: {
10965
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
10966
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
10967
- validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
10968
- };
10969
11198
  modelValue: {
10970
11199
  type: (StringConstructor | NumberConstructor)[];
10971
11200
  };
@@ -11127,13 +11356,12 @@ export declare const UAutoComplete: {
11127
11356
  focus: (ev: Event) => boolean;
11128
11357
  blur: (ev: Event) => boolean;
11129
11358
  }, import("vue").PublicProps, {
11130
- color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
11131
11359
  type: "number" | "text" | "textarea" | "password";
11132
11360
  search: boolean;
11133
11361
  required: boolean;
11134
11362
  size: "small" | "default" | "large";
11135
11363
  disabled: boolean;
11136
- variant: "surface" | "soft";
11364
+ variant: "surface" | "soft" | "borderless" | "underline";
11137
11365
  placeholder: string;
11138
11366
  autosize: boolean | import("..").AutoSizeObject;
11139
11367
  rows: number;
@@ -11282,11 +11510,11 @@ export declare const UAutoComplete: {
11282
11510
  }, string, {
11283
11511
  color: string;
11284
11512
  spin: boolean;
11285
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
11286
- URoundSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11287
- URoundCloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11288
- URoundEyeOpen: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11289
- URoundEyeOff: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11513
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
11514
+ Search: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
11515
+ CircleX: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
11516
+ Eye: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
11517
+ EyeOff: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
11290
11518
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
11291
11519
  P: {};
11292
11520
  B: {};
@@ -11301,15 +11529,10 @@ export declare const UAutoComplete: {
11301
11529
  validator: (val: "number" | "text" | "textarea" | "password") => boolean;
11302
11530
  };
11303
11531
  variant: {
11304
- type: import("vue").PropType<"surface" | "soft">;
11532
+ type: import("vue").PropType<"surface" | "soft" | "borderless" | "underline">;
11305
11533
  default: string;
11306
11534
  validator: (val: string) => boolean;
11307
11535
  };
11308
- color: {
11309
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
11310
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
11311
- validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
11312
- };
11313
11536
  modelValue: {
11314
11537
  type: (StringConstructor | NumberConstructor)[];
11315
11538
  };
@@ -11460,13 +11683,12 @@ export declare const UAutoComplete: {
11460
11683
  handleSearch: () => void;
11461
11684
  handleToggleShowPassword: () => void;
11462
11685
  }, {}, {}, {}, {
11463
- color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
11464
11686
  type: "number" | "text" | "textarea" | "password";
11465
11687
  search: boolean;
11466
11688
  required: boolean;
11467
11689
  size: "small" | "default" | "large";
11468
11690
  disabled: boolean;
11469
- variant: "surface" | "soft";
11691
+ variant: "surface" | "soft" | "borderless" | "underline";
11470
11692
  placeholder: string;
11471
11693
  autosize: boolean | import("..").AutoSizeObject;
11472
11694
  rows: number;
@@ -11495,15 +11717,10 @@ export declare const UAutoComplete: {
11495
11717
  validator: (val: "number" | "text" | "textarea" | "password") => boolean;
11496
11718
  };
11497
11719
  variant: {
11498
- type: import("vue").PropType<"surface" | "soft">;
11720
+ type: import("vue").PropType<"surface" | "soft" | "borderless" | "underline">;
11499
11721
  default: string;
11500
11722
  validator: (val: string) => boolean;
11501
11723
  };
11502
- color: {
11503
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
11504
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
11505
- validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
11506
- };
11507
11724
  modelValue: {
11508
11725
  type: (StringConstructor | NumberConstructor)[];
11509
11726
  };
@@ -11665,13 +11882,12 @@ export declare const UAutoComplete: {
11665
11882
  focus: (ev: Event) => boolean;
11666
11883
  blur: (ev: Event) => boolean;
11667
11884
  }, string, {
11668
- color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
11669
11885
  type: "number" | "text" | "textarea" | "password";
11670
11886
  search: boolean;
11671
11887
  required: boolean;
11672
11888
  size: "small" | "default" | "large";
11673
11889
  disabled: boolean;
11674
- variant: "surface" | "soft";
11890
+ variant: "surface" | "soft" | "borderless" | "underline";
11675
11891
  placeholder: string;
11676
11892
  autosize: boolean | import("..").AutoSizeObject;
11677
11893
  rows: number;
@@ -11820,12 +12036,12 @@ export declare const UAutoComplete: {
11820
12036
  }, string, {
11821
12037
  color: string;
11822
12038
  spin: boolean;
11823
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
11824
- URoundSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11825
- URoundCloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11826
- URoundEyeOpen: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11827
- URoundEyeOff: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11828
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
12039
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
12040
+ Search: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
12041
+ CircleX: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
12042
+ Eye: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
12043
+ EyeOff: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
12044
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
11829
12045
  UIcon: {
11830
12046
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
11831
12047
  rotate: {
@@ -11956,7 +12172,7 @@ export declare const UAutoComplete: {
11956
12172
  }, string, {
11957
12173
  color: string;
11958
12174
  spin: boolean;
11959
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
12175
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
11960
12176
  DropdownMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
11961
12177
  prefixCls: {
11962
12178
  type: StringConstructor;
@@ -12012,9 +12228,6 @@ export declare const UAutoComplete: {
12012
12228
  type: import("vue").PropType<number | "container" | "auto">;
12013
12229
  default: string;
12014
12230
  };
12015
- color: {
12016
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
12017
- };
12018
12231
  direction: {
12019
12232
  type: import("vue").PropType<"ltr" | "rtl">;
12020
12233
  default: string;
@@ -12103,9 +12316,6 @@ export declare const UAutoComplete: {
12103
12316
  type: import("vue").PropType<number | "container" | "auto">;
12104
12317
  default: string;
12105
12318
  };
12106
- color: {
12107
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
12108
- };
12109
12319
  direction: {
12110
12320
  type: import("vue").PropType<"ltr" | "rtl">;
12111
12321
  default: string;
@@ -12116,14 +12326,15 @@ export declare const UAutoComplete: {
12116
12326
  };
12117
12327
  }>> & Readonly<{
12118
12328
  onClose?: (...args: any[]) => any;
12329
+ onSelect?: (...args: any[]) => any;
12119
12330
  "onScroll-at-top"?: (...args: any[]) => any;
12120
12331
  "onScroll-at-bottom"?: (...args: any[]) => any;
12121
- onSelect?: (...args: any[]) => any;
12122
12332
  "onActive-value"?: (...args: any[]) => any;
12123
12333
  "onCreate-submit"?: (...args: any[]) => any;
12124
12334
  }>, {
12125
12335
  direction: "ltr" | "rtl";
12126
12336
  size: string;
12337
+ width: number | "container" | "auto";
12127
12338
  virtual: boolean;
12128
12339
  options: import("..").InnerSelectOption[];
12129
12340
  multiple: boolean;
@@ -12131,7 +12342,6 @@ export declare const UAutoComplete: {
12131
12342
  defaultActiveFirst: boolean;
12132
12343
  selectAll: boolean;
12133
12344
  multipleLimit: number;
12134
- width: number | "container" | "auto";
12135
12345
  titleKey: string;
12136
12346
  }, {}, {
12137
12347
  VirtualList: {
@@ -12157,8 +12367,8 @@ export declare const UAutoComplete: {
12157
12367
  style: any;
12158
12368
  className: any;
12159
12369
  restProps: any;
12160
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
12161
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
12370
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12371
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
12162
12372
  prefixCls: {
12163
12373
  type: StringConstructor;
12164
12374
  };
@@ -12188,14 +12398,17 @@ export declare const UAutoComplete: {
12188
12398
  pageY: number;
12189
12399
  startTop: number;
12190
12400
  visible: boolean;
12401
+ mouseOver: boolean;
12191
12402
  };
12192
12403
  realVisible: import("vue").ComputedRef<boolean>;
12193
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
12194
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
12404
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12405
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12195
12406
  delayHidden: () => void;
12196
12407
  getSpinHeight: () => number;
12197
12408
  getTop: () => number;
12198
12409
  onMouseDown: (e: any) => void;
12410
+ onMouseEnter: () => void;
12411
+ onMouseLeave: () => void;
12199
12412
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
12200
12413
  height: number;
12201
12414
  scrollTop: number;
@@ -12238,14 +12451,17 @@ export declare const UAutoComplete: {
12238
12451
  pageY: number;
12239
12452
  startTop: number;
12240
12453
  visible: boolean;
12454
+ mouseOver: boolean;
12241
12455
  };
12242
12456
  realVisible: import("vue").ComputedRef<boolean>;
12243
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
12244
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
12457
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12458
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12245
12459
  delayHidden: () => void;
12246
12460
  getSpinHeight: () => number;
12247
12461
  getTop: () => number;
12248
12462
  onMouseDown: (e: any) => void;
12463
+ onMouseEnter: () => void;
12464
+ onMouseLeave: () => void;
12249
12465
  }, {}, {}, {}, {
12250
12466
  height: number;
12251
12467
  scrollTop: number;
@@ -12281,14 +12497,17 @@ export declare const UAutoComplete: {
12281
12497
  pageY: number;
12282
12498
  startTop: number;
12283
12499
  visible: boolean;
12500
+ mouseOver: boolean;
12284
12501
  };
12285
12502
  realVisible: import("vue").ComputedRef<boolean>;
12286
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
12287
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
12503
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12504
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12288
12505
  delayHidden: () => void;
12289
12506
  getSpinHeight: () => number;
12290
12507
  getTop: () => number;
12291
12508
  onMouseDown: (e: any) => void;
12509
+ onMouseEnter: () => void;
12510
+ onMouseLeave: () => void;
12292
12511
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
12293
12512
  height: number;
12294
12513
  scrollTop: number;
@@ -12331,14 +12550,17 @@ export declare const UAutoComplete: {
12331
12550
  pageY: number;
12332
12551
  startTop: number;
12333
12552
  visible: boolean;
12553
+ mouseOver: boolean;
12334
12554
  };
12335
12555
  realVisible: import("vue").ComputedRef<boolean>;
12336
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
12337
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
12556
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12557
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12338
12558
  delayHidden: () => void;
12339
12559
  getSpinHeight: () => number;
12340
12560
  getTop: () => number;
12341
12561
  onMouseDown: (e: any) => void;
12562
+ onMouseEnter: () => void;
12563
+ onMouseLeave: () => void;
12342
12564
  }, {}, {}, {}, {
12343
12565
  height: number;
12344
12566
  scrollTop: number;
@@ -12459,14 +12681,17 @@ export declare const UAutoComplete: {
12459
12681
  pageY: number;
12460
12682
  startTop: number;
12461
12683
  visible: boolean;
12684
+ mouseOver: boolean;
12462
12685
  };
12463
12686
  realVisible: import("vue").ComputedRef<boolean>;
12464
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
12465
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
12687
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12688
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12466
12689
  delayHidden: () => void;
12467
12690
  getSpinHeight: () => number;
12468
12691
  getTop: () => number;
12469
12692
  onMouseDown: (e: any) => void;
12693
+ onMouseEnter: () => void;
12694
+ onMouseLeave: () => void;
12470
12695
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12471
12696
  prefixCls: {
12472
12697
  type: StringConstructor;
@@ -12526,8 +12751,8 @@ export declare const UAutoComplete: {
12526
12751
  style: any;
12527
12752
  className: any;
12528
12753
  restProps: any;
12529
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
12530
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
12754
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12755
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
12531
12756
  prefixCls: {
12532
12757
  type: StringConstructor;
12533
12758
  };
@@ -12557,14 +12782,17 @@ export declare const UAutoComplete: {
12557
12782
  pageY: number;
12558
12783
  startTop: number;
12559
12784
  visible: boolean;
12785
+ mouseOver: boolean;
12560
12786
  };
12561
12787
  realVisible: import("vue").ComputedRef<boolean>;
12562
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
12563
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
12788
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12789
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12564
12790
  delayHidden: () => void;
12565
12791
  getSpinHeight: () => number;
12566
12792
  getTop: () => number;
12567
12793
  onMouseDown: (e: any) => void;
12794
+ onMouseEnter: () => void;
12795
+ onMouseLeave: () => void;
12568
12796
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
12569
12797
  height: number;
12570
12798
  scrollTop: number;
@@ -12607,14 +12835,17 @@ export declare const UAutoComplete: {
12607
12835
  pageY: number;
12608
12836
  startTop: number;
12609
12837
  visible: boolean;
12838
+ mouseOver: boolean;
12610
12839
  };
12611
12840
  realVisible: import("vue").ComputedRef<boolean>;
12612
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
12613
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
12841
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12842
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12614
12843
  delayHidden: () => void;
12615
12844
  getSpinHeight: () => number;
12616
12845
  getTop: () => number;
12617
12846
  onMouseDown: (e: any) => void;
12847
+ onMouseEnter: () => void;
12848
+ onMouseLeave: () => void;
12618
12849
  }, {}, {}, {}, {
12619
12850
  height: number;
12620
12851
  scrollTop: number;
@@ -12650,14 +12881,17 @@ export declare const UAutoComplete: {
12650
12881
  pageY: number;
12651
12882
  startTop: number;
12652
12883
  visible: boolean;
12884
+ mouseOver: boolean;
12653
12885
  };
12654
12886
  realVisible: import("vue").ComputedRef<boolean>;
12655
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
12656
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
12887
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12888
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12657
12889
  delayHidden: () => void;
12658
12890
  getSpinHeight: () => number;
12659
12891
  getTop: () => number;
12660
12892
  onMouseDown: (e: any) => void;
12893
+ onMouseEnter: () => void;
12894
+ onMouseLeave: () => void;
12661
12895
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
12662
12896
  height: number;
12663
12897
  scrollTop: number;
@@ -12700,14 +12934,17 @@ export declare const UAutoComplete: {
12700
12934
  pageY: number;
12701
12935
  startTop: number;
12702
12936
  visible: boolean;
12937
+ mouseOver: boolean;
12703
12938
  };
12704
12939
  realVisible: import("vue").ComputedRef<boolean>;
12705
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
12706
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
12940
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12941
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12707
12942
  delayHidden: () => void;
12708
12943
  getSpinHeight: () => number;
12709
12944
  getTop: () => number;
12710
12945
  onMouseDown: (e: any) => void;
12946
+ onMouseEnter: () => void;
12947
+ onMouseLeave: () => void;
12711
12948
  }, {}, {}, {}, {
12712
12949
  height: number;
12713
12950
  scrollTop: number;
@@ -12759,8 +12996,8 @@ export declare const UAutoComplete: {
12759
12996
  style: any;
12760
12997
  className: any;
12761
12998
  restProps: any;
12762
- containerRef: import("vue").Ref<HTMLElement, HTMLElement>;
12763
- scrollBarRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
12999
+ containerRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
13000
+ scrollBarRef: import("vue").ShallowRef<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
12764
13001
  prefixCls: {
12765
13002
  type: StringConstructor;
12766
13003
  };
@@ -12790,14 +13027,17 @@ export declare const UAutoComplete: {
12790
13027
  pageY: number;
12791
13028
  startTop: number;
12792
13029
  visible: boolean;
13030
+ mouseOver: boolean;
12793
13031
  };
12794
13032
  realVisible: import("vue").ComputedRef<boolean>;
12795
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
12796
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
13033
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
13034
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12797
13035
  delayHidden: () => void;
12798
13036
  getSpinHeight: () => number;
12799
13037
  getTop: () => number;
12800
13038
  onMouseDown: (e: any) => void;
13039
+ onMouseEnter: () => void;
13040
+ onMouseLeave: () => void;
12801
13041
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
12802
13042
  height: number;
12803
13043
  scrollTop: number;
@@ -12840,14 +13080,17 @@ export declare const UAutoComplete: {
12840
13080
  pageY: number;
12841
13081
  startTop: number;
12842
13082
  visible: boolean;
13083
+ mouseOver: boolean;
12843
13084
  };
12844
13085
  realVisible: import("vue").ComputedRef<boolean>;
12845
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
12846
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
13086
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
13087
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12847
13088
  delayHidden: () => void;
12848
13089
  getSpinHeight: () => number;
12849
13090
  getTop: () => number;
12850
13091
  onMouseDown: (e: any) => void;
13092
+ onMouseEnter: () => void;
13093
+ onMouseLeave: () => void;
12851
13094
  }, {}, {}, {}, {
12852
13095
  height: number;
12853
13096
  scrollTop: number;
@@ -12883,14 +13126,17 @@ export declare const UAutoComplete: {
12883
13126
  pageY: number;
12884
13127
  startTop: number;
12885
13128
  visible: boolean;
13129
+ mouseOver: boolean;
12886
13130
  };
12887
13131
  realVisible: import("vue").ComputedRef<boolean>;
12888
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
12889
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
13132
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
13133
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12890
13134
  delayHidden: () => void;
12891
13135
  getSpinHeight: () => number;
12892
13136
  getTop: () => number;
12893
13137
  onMouseDown: (e: any) => void;
13138
+ onMouseEnter: () => void;
13139
+ onMouseLeave: () => void;
12894
13140
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], import("vue").PublicProps, {
12895
13141
  height: number;
12896
13142
  scrollTop: number;
@@ -12933,14 +13179,17 @@ export declare const UAutoComplete: {
12933
13179
  pageY: number;
12934
13180
  startTop: number;
12935
13181
  visible: boolean;
13182
+ mouseOver: boolean;
12936
13183
  };
12937
13184
  realVisible: import("vue").ComputedRef<boolean>;
12938
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
12939
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
13185
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
13186
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
12940
13187
  delayHidden: () => void;
12941
13188
  getSpinHeight: () => number;
12942
13189
  getTop: () => number;
12943
13190
  onMouseDown: (e: any) => void;
13191
+ onMouseEnter: () => void;
13192
+ onMouseLeave: () => void;
12944
13193
  }, {}, {}, {}, {
12945
13194
  height: number;
12946
13195
  scrollTop: number;
@@ -13061,14 +13310,17 @@ export declare const UAutoComplete: {
13061
13310
  pageY: number;
13062
13311
  startTop: number;
13063
13312
  visible: boolean;
13313
+ mouseOver: boolean;
13064
13314
  };
13065
13315
  realVisible: import("vue").ComputedRef<boolean>;
13066
- scrollBarRef: import("vue").Ref<HTMLElement, HTMLElement>;
13067
- thumbRef: import("vue").Ref<HTMLElement, HTMLElement>;
13316
+ scrollBarRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
13317
+ thumbRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
13068
13318
  delayHidden: () => void;
13069
13319
  getSpinHeight: () => number;
13070
13320
  getTop: () => number;
13071
13321
  onMouseDown: (e: any) => void;
13322
+ onMouseEnter: () => void;
13323
+ onMouseLeave: () => void;
13072
13324
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "start-move" | "stop-move")[], "scroll" | "start-move" | "stop-move", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13073
13325
  prefixCls: {
13074
13326
  type: StringConstructor;
@@ -13099,7 +13351,7 @@ export declare const UAutoComplete: {
13099
13351
  scrollHeight: number;
13100
13352
  count: number;
13101
13353
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13102
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
13354
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
13103
13355
  Render: {
13104
13356
  (props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
13105
13357
  props: {
@@ -13238,12 +13490,12 @@ export declare const UAutoComplete: {
13238
13490
  }, string, {
13239
13491
  color: string;
13240
13492
  spin: boolean;
13241
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
13242
- URoundCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13243
- ULineEnter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13493
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
13494
+ Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
13495
+ CornerDownLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
13244
13496
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13245
- ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13246
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
13497
+ LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
13498
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
13247
13499
  export default UAutoComplete;
13248
13500
  export { Option as UOption, OptionGroup as UOptionGroup };
13249
13501
  export * from './AuoComplete.type';