yc-design-vue 2.0.3 → 2.0.5

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 (1174) hide show
  1. package/dist/index.umd.js +1 -0
  2. package/dist/lang-es/ar-eg.d.ts +206 -0
  3. package/dist/lang-es/ar-eg.js +154 -0
  4. package/dist/lang-es/de-de.d.ts +206 -0
  5. package/dist/lang-es/de-de.js +154 -0
  6. package/dist/lang-es/en-us.d.ts +254 -0
  7. package/dist/lang-es/en-us.js +158 -0
  8. package/dist/lang-es/es-es.d.ts +206 -0
  9. package/dist/lang-es/es-es.js +154 -0
  10. package/dist/lang-es/fr-fr.d.ts +206 -0
  11. package/dist/lang-es/fr-fr.js +154 -0
  12. package/dist/lang-es/id-id.d.ts +206 -0
  13. package/dist/lang-es/id-id.js +154 -0
  14. package/dist/lang-es/it-it.d.ts +206 -0
  15. package/dist/lang-es/it-it.js +154 -0
  16. package/dist/lang-es/ja-jp.d.ts +254 -0
  17. package/dist/lang-es/ja-jp.js +202 -0
  18. package/dist/lang-es/km-kh.d.ts +206 -0
  19. package/dist/lang-es/km-kh.js +154 -0
  20. package/dist/lang-es/ko-kr.d.ts +206 -0
  21. package/dist/lang-es/ko-kr.js +154 -0
  22. package/dist/lang-es/ms-my.d.ts +206 -0
  23. package/dist/lang-es/ms-my.js +154 -0
  24. package/dist/lang-es/nl-nl.d.ts +254 -0
  25. package/dist/lang-es/nl-nl.js +202 -0
  26. package/dist/lang-es/pt-pt.d.ts +206 -0
  27. package/dist/lang-es/pt-pt.js +154 -0
  28. package/dist/lang-es/ru-ru.d.ts +254 -0
  29. package/dist/lang-es/ru-ru.js +202 -0
  30. package/dist/lang-es/th-th.d.ts +206 -0
  31. package/dist/lang-es/th-th.js +154 -0
  32. package/dist/lang-es/vi-vn.d.ts +206 -0
  33. package/dist/lang-es/vi-vn.js +154 -0
  34. package/dist/lang-es/zh-cn.d.ts +254 -0
  35. package/dist/lang-es/zh-cn.js +202 -0
  36. package/dist/lang-es/zh-tw.d.ts +254 -0
  37. package/dist/lang-es/zh-tw.js +202 -0
  38. package/dist/lang-lib/ar-eg.d.ts +206 -0
  39. package/dist/lang-lib/ar-eg.js +1 -0
  40. package/dist/lang-lib/de-de.d.ts +206 -0
  41. package/dist/lang-lib/de-de.js +1 -0
  42. package/dist/lang-lib/en-us.d.ts +254 -0
  43. package/dist/lang-lib/en-us.js +1 -0
  44. package/dist/lang-lib/es-es.d.ts +206 -0
  45. package/dist/lang-lib/es-es.js +1 -0
  46. package/dist/lang-lib/fr-fr.d.ts +206 -0
  47. package/dist/lang-lib/fr-fr.js +1 -0
  48. package/dist/lang-lib/id-id.d.ts +206 -0
  49. package/dist/lang-lib/id-id.js +1 -0
  50. package/dist/lang-lib/it-it.d.ts +206 -0
  51. package/dist/lang-lib/it-it.js +1 -0
  52. package/dist/lang-lib/ja-jp.d.ts +254 -0
  53. package/dist/lang-lib/ja-jp.js +1 -0
  54. package/dist/lang-lib/km-kh.d.ts +206 -0
  55. package/dist/lang-lib/km-kh.js +1 -0
  56. package/dist/lang-lib/ko-kr.d.ts +206 -0
  57. package/dist/lang-lib/ko-kr.js +1 -0
  58. package/dist/lang-lib/ms-my.d.ts +206 -0
  59. package/dist/lang-lib/ms-my.js +1 -0
  60. package/dist/lang-lib/nl-nl.d.ts +254 -0
  61. package/dist/lang-lib/nl-nl.js +1 -0
  62. package/dist/lang-lib/pt-pt.d.ts +206 -0
  63. package/dist/lang-lib/pt-pt.js +1 -0
  64. package/dist/lang-lib/ru-ru.d.ts +254 -0
  65. package/dist/lang-lib/ru-ru.js +1 -0
  66. package/dist/lang-lib/th-th.d.ts +206 -0
  67. package/dist/lang-lib/th-th.js +1 -0
  68. package/dist/lang-lib/vi-vn.d.ts +206 -0
  69. package/dist/lang-lib/vi-vn.js +1 -0
  70. package/dist/lang-lib/zh-cn.d.ts +254 -0
  71. package/dist/lang-lib/zh-cn.js +1 -0
  72. package/dist/lang-lib/zh-tw.d.ts +254 -0
  73. package/dist/lang-lib/zh-tw.js +1 -0
  74. package/dist/style.css +1 -0
  75. package/es/Affix/index.vue.js +1 -4
  76. package/es/Alert/index.d.ts +4 -4
  77. package/es/Alert/index.vue.d.ts +3 -3
  78. package/es/Alert/index.vue.js +7 -9
  79. package/es/Anchor/Anchor.vue.js +2 -5
  80. package/es/Anchor/AnchorLink.vue.d.ts +2 -2
  81. package/es/Anchor/AnchorLink.vue.js +5 -7
  82. package/es/Anchor/hooks/useContext.d.ts +2 -2
  83. package/es/Anchor/hooks/useContext.js +4 -7
  84. package/es/Anchor/index.d.ts +1 -1
  85. package/es/AutoComplete/index.d.ts +88 -88
  86. package/es/AutoComplete/index.vue.d.ts +129 -129
  87. package/es/AutoComplete/index.vue.js +5 -8
  88. package/es/Avatar/Avatar.vue.d.ts +2 -2
  89. package/es/Avatar/Avatar.vue.js +8 -10
  90. package/es/Avatar/AvatarGroup.vue.d.ts +2 -2
  91. package/es/Avatar/AvatarGroup.vue.js +4 -7
  92. package/es/Avatar/hooks/useContext.d.ts +1 -2
  93. package/es/Avatar/hooks/useContext.js +3 -3
  94. package/es/Avatar/index.d.ts +2 -2
  95. package/es/BackTop/index.vue.js +3 -6
  96. package/es/Badge/index.d.ts +1 -1
  97. package/es/Badge/index.vue.d.ts +2 -2
  98. package/es/Badge/index.vue.js +3 -6
  99. package/es/Breadcrumb/Breadcrumb.vue.d.ts +2 -2
  100. package/es/Breadcrumb/Breadcrumb.vue.js +12 -18
  101. package/es/Breadcrumb/BreadcrumbItem.vue.d.ts +2 -2
  102. package/es/Breadcrumb/BreadcrumbItem.vue.js +5 -7
  103. package/es/Breadcrumb/BreadcrumbMore.vue.d.ts +2 -2
  104. package/es/Breadcrumb/BreadcrumbMore.vue.js +1 -4
  105. package/es/Breadcrumb/BreadcrumbSeparator.vue.js +2 -5
  106. package/es/Breadcrumb/index.d.ts +2 -2
  107. package/es/Button/Button.vue.d.ts +3 -3
  108. package/es/Button/Button.vue.js +6 -6
  109. package/es/Button/ButtonGroup.vue.d.ts +1 -1
  110. package/es/Button/ButtonGroup.vue.js +2 -2
  111. package/es/Button/hooks/useContext.d.ts +1 -2
  112. package/es/Button/hooks/useContext.js +3 -7
  113. package/es/Button/index.d.ts +7 -7
  114. package/es/Calendar/Calendar.vue.d.ts +2 -2
  115. package/es/Calendar/Calendar.vue.js +8 -9
  116. package/es/Calendar/CalendarMonth.vue.d.ts +1 -1
  117. package/es/Calendar/CalendarMonth.vue.js +2 -4
  118. package/es/Calendar/CalendarYear.vue.d.ts +1 -1
  119. package/es/Calendar/CalendarYear.vue.js +1 -3
  120. package/es/Calendar/index.d.ts +1 -1
  121. package/es/Calendar/type.d.ts +2 -2
  122. package/es/Card/Card.vue.d.ts +2 -2
  123. package/es/Card/Card.vue.js +10 -13
  124. package/es/Card/CardMeta.vue.d.ts +2 -2
  125. package/es/Card/CardMeta.vue.js +9 -12
  126. package/es/Card/hooks/useContext.d.ts +3 -7
  127. package/es/Card/hooks/useContext.js +3 -6
  128. package/es/Card/index.d.ts +2 -2
  129. package/es/Carousel/Carousel.vue.js +2 -6
  130. package/es/Carousel/CarouselArrow.vue.js +3 -6
  131. package/es/Carousel/CarouselIndicator.vue.js +2 -5
  132. package/es/Carousel/CarouselItem.vue.js +2 -2
  133. package/es/Carousel/hooks/useContext.d.ts +2 -2
  134. package/es/Carousel/hooks/useContext.js +4 -7
  135. package/es/Cascader/Cascader.vue.d.ts +37 -39
  136. package/es/Cascader/Cascader.vue.js +2 -5
  137. package/es/Cascader/CascaderIcon.vue.js +5 -8
  138. package/es/Cascader/CascaderOption.vue.d.ts +1 -1
  139. package/es/Cascader/CascaderOption.vue.js +4 -7
  140. package/es/Cascader/CascaderPanel.vue.js +2 -2
  141. package/es/Cascader/CascaderSearchPanel.vue.js +2 -2
  142. package/es/Cascader/hooks/useContext.d.ts +2 -2
  143. package/es/Cascader/hooks/useContext.js +4 -8
  144. package/es/Cascader/index.d.ts +36 -38
  145. package/es/Checkbox/Checkbox.vue.d.ts +2 -2
  146. package/es/Checkbox/Checkbox.vue.js +9 -11
  147. package/es/Checkbox/CheckboxGroup.vue.d.ts +2 -2
  148. package/es/Checkbox/CheckboxGroup.vue.js +5 -4
  149. package/es/Checkbox/hooks/useContext.d.ts +2 -2
  150. package/es/Checkbox/hooks/useContext.js +4 -8
  151. package/es/Checkbox/index.d.ts +2 -2
  152. package/es/Collapse/Collapse.vue.js +2 -2
  153. package/es/Collapse/CollapseItem.vue.d.ts +1 -1
  154. package/es/Collapse/CollapseItem.vue.js +5 -8
  155. package/es/Collapse/hooks/useContext.d.ts +1 -2
  156. package/es/Collapse/hooks/useContext.js +4 -8
  157. package/es/Collapse/index.d.ts +3 -3
  158. package/es/ColorPicker/ColorControl.vue.js +1 -3
  159. package/es/ColorPicker/ColorInput.vue.js +4 -7
  160. package/es/ColorPicker/ColorList.vue.js +0 -3
  161. package/es/ColorPicker/ColorPalette.vue.js +1 -3
  162. package/es/ColorPicker/ColorPanel.vue.js +2 -5
  163. package/es/ColorPicker/ColorPicker.vue.js +2 -2
  164. package/es/ColorPicker/hooks/useContext.d.ts +2 -2
  165. package/es/ColorPicker/hooks/useContext.js +4 -7
  166. package/es/Comment/hooks/useContext.d.ts +1 -2
  167. package/es/Comment/hooks/useContext.js +3 -3
  168. package/es/Comment/index.d.ts +1 -1
  169. package/es/Comment/index.vue.d.ts +2 -2
  170. package/es/Comment/index.vue.js +10 -13
  171. package/es/ConfigProvider/index.d.ts +3 -3
  172. package/es/ConfigProvider/index.vue.d.ts +1 -1
  173. package/es/ConfigProvider/index.vue.js +1 -6
  174. package/es/Descriptions/Descriptions.vue.d.ts +4 -4
  175. package/es/Descriptions/Descriptions.vue.js +5 -4
  176. package/es/Descriptions/DescriptionsItem.vue.d.ts +1 -1
  177. package/es/Descriptions/ReuseItem.vue.js +2 -6
  178. package/es/Descriptions/ReuseTd.vue.js +2 -6
  179. package/es/Descriptions/hooks/useContext.d.ts +2 -2
  180. package/es/Descriptions/hooks/useContext.js +4 -7
  181. package/es/Descriptions/index.d.ts +10 -10
  182. package/es/Divider/index.d.ts +1 -1
  183. package/es/Divider/index.vue.d.ts +2 -2
  184. package/es/Divider/index.vue.js +3 -5
  185. package/es/Drawer/Drawer.vue.d.ts +4 -4
  186. package/es/Drawer/Drawer.vue.js +3 -5
  187. package/es/Drawer/DrawerService.vue.d.ts +4 -4
  188. package/es/Drawer/DrawerService.vue.js +0 -4
  189. package/es/Drawer/index.d.ts +20 -15
  190. package/es/Drawer/index.js +3 -6
  191. package/es/Dropdown/Doption.vue.d.ts +2 -2
  192. package/es/Dropdown/Doption.vue.js +7 -6
  193. package/es/Dropdown/Dropdown.vue.d.ts +5 -5
  194. package/es/Dropdown/Dropdown.vue.js +6 -8
  195. package/es/Dropdown/DropdownButton.vue.d.ts +4 -4
  196. package/es/Dropdown/DropdownButton.vue.js +1 -4
  197. package/es/Dropdown/Dsubmenu.vue.d.ts +22 -22
  198. package/es/Dropdown/Dsubmenu.vue.js +7 -9
  199. package/es/Dropdown/hooks/useContext.d.ts +2 -2
  200. package/es/Dropdown/hooks/useContext.js +4 -8
  201. package/es/Dropdown/index.d.ts +32 -32
  202. package/es/Empty/index.vue.js +2 -4
  203. package/es/Grid/Grid.vue.js +2 -5
  204. package/es/Grid/GridCol.vue.js +2 -5
  205. package/es/Grid/GridItem.vue.js +2 -5
  206. package/es/Grid/GridRow.vue.d.ts +1 -1
  207. package/es/Grid/GridRow.vue.js +2 -5
  208. package/es/Grid/hooks/useContext.d.ts +1 -2
  209. package/es/Grid/hooks/useContext.js +5 -8
  210. package/es/Grid/index.d.ts +3 -3
  211. package/es/Image/Image.vue.d.ts +2 -2
  212. package/es/Image/Image.vue.js +10 -11
  213. package/es/Image/ImagePreview.vue.d.ts +2 -2
  214. package/es/Image/ImagePreview.vue.js +6 -8
  215. package/es/Image/ImagePreviewAction.vue.d.ts +1 -1
  216. package/es/Image/ImagePreviewArrow.vue.js +1 -4
  217. package/es/Image/ImagePreviewGroup.vue.d.ts +2 -2
  218. package/es/Image/ImagePreviewGroup.vue.js +6 -5
  219. package/es/Image/ImagePreviewToolbar.vue.js +2 -4
  220. package/es/Image/hooks/useContext.d.ts +2 -2
  221. package/es/Image/hooks/useContext.js +4 -8
  222. package/es/Image/index.d.ts +6 -6
  223. package/es/Input/Input.vue.d.ts +7 -7
  224. package/es/Input/Input.vue.js +15 -17
  225. package/es/Input/InputSuffix.vue.js +2 -5
  226. package/es/Input/hooks/useLimitedInput.js +1 -5
  227. package/es/Input/index.d.ts +14 -14
  228. package/es/InputNumber/InputNumber.vue.d.ts +36 -36
  229. package/es/InputNumber/InputNumber.vue.js +12 -14
  230. package/es/InputNumber/InputOperaBtn.vue.js +1 -4
  231. package/es/InputNumber/index.d.ts +31 -31
  232. package/es/InputTag/index.d.ts +19 -19
  233. package/es/InputTag/index.vue.d.ts +9 -9
  234. package/es/InputTag/index.vue.js +9 -11
  235. package/es/Layout/Layout.vue.d.ts +2 -2
  236. package/es/Layout/Layout.vue.js +2 -6
  237. package/es/Layout/LayoutSider.vue.js +3 -6
  238. package/es/Layout/hooks/useSiderContext.d.ts +2 -3
  239. package/es/Layout/hooks/useSiderContext.js +4 -8
  240. package/es/Layout/index.d.ts +1 -1
  241. package/es/Link/index.d.ts +1 -1
  242. package/es/Link/index.vue.d.ts +2 -2
  243. package/es/Link/index.vue.js +4 -6
  244. package/es/List/List.vue.d.ts +13 -13
  245. package/es/List/List.vue.js +8 -11
  246. package/es/List/ListItem.vue.d.ts +2 -2
  247. package/es/List/ListItem.vue.js +6 -5
  248. package/es/List/ListItemMeta.vue.d.ts +2 -2
  249. package/es/List/ListItemMeta.vue.js +5 -4
  250. package/es/List/hooks/useScrollReach.js +1 -4
  251. package/es/List/index.d.ts +11 -11
  252. package/es/Mention/index.d.ts +103 -103
  253. package/es/Mention/index.vue.d.ts +177 -177
  254. package/es/Mention/index.vue.js +4 -7
  255. package/es/Menu/Menu.vue.js +1 -4
  256. package/es/Menu/MenuEllipsis.vue.js +1 -4
  257. package/es/Menu/MenuItem.vue.d.ts +2 -2
  258. package/es/Menu/MenuItem.vue.js +7 -9
  259. package/es/Menu/MenuItemGroup.vue.js +0 -3
  260. package/es/Menu/SubMenu.vue.d.ts +2 -2
  261. package/es/Menu/SubMenu.vue.js +4 -6
  262. package/es/Menu/hooks/useContext.d.ts +2 -2
  263. package/es/Menu/hooks/useContext.js +10 -13
  264. package/es/Menu/index.d.ts +2 -2
  265. package/es/Message/Message.vue.d.ts +3 -3
  266. package/es/Message/Message.vue.js +3 -6
  267. package/es/Message/index.d.ts +12 -12
  268. package/es/Message/index.js +1 -8
  269. package/es/Modal/Modal.vue.d.ts +3 -3
  270. package/es/Modal/Modal.vue.js +3 -5
  271. package/es/Modal/ModalService.vue.d.ts +3 -3
  272. package/es/Modal/ModalService.vue.js +0 -4
  273. package/es/Modal/hooks/useModalClose.js +1 -5
  274. package/es/Modal/hooks/useModalDraggable.js +0 -3
  275. package/es/Modal/hooks/useOnBeforeClose.js +0 -5
  276. package/es/Modal/index.d.ts +13 -11
  277. package/es/Modal/index.js +1 -1
  278. package/es/Notification/Notification.vue.d.ts +5 -5
  279. package/es/Notification/Notification.vue.js +3 -6
  280. package/es/Notification/index.d.ts +19 -18
  281. package/es/Notification/index.js +1 -8
  282. package/es/Notification/type.d.ts +1 -1
  283. package/es/OverflowList/index.d.ts +1 -1
  284. package/es/OverflowList/index.vue.d.ts +2 -2
  285. package/es/OverflowList/index.vue.js +4 -7
  286. package/es/PageHeader/index.d.ts +1 -1
  287. package/es/PageHeader/index.vue.d.ts +2 -2
  288. package/es/PageHeader/index.vue.js +10 -12
  289. package/es/Pagination/Pagination.vue.d.ts +2 -2
  290. package/es/Pagination/Pagination.vue.js +8 -9
  291. package/es/Pagination/PaginationItem.vue.js +3 -6
  292. package/es/Pagination/hooks/useContext.d.ts +2 -2
  293. package/es/Pagination/hooks/useContext.js +4 -7
  294. package/es/Pagination/index.d.ts +1 -1
  295. package/es/Popconfirm/index.d.ts +19 -19
  296. package/es/Popconfirm/index.vue.d.ts +20 -20
  297. package/es/Popconfirm/index.vue.js +1 -4
  298. package/es/Popover/index.d.ts +7 -7
  299. package/es/Popover/index.vue.d.ts +4 -4
  300. package/es/Popover/index.vue.js +4 -7
  301. package/es/Progress/Progress.vue.js +0 -4
  302. package/es/Progress/ProgressCircle.vue.js +2 -5
  303. package/es/Progress/ProgressLine.vue.js +0 -3
  304. package/es/Progress/ProgressSteps.vue.js +0 -3
  305. package/es/Radio/Radio.vue.d.ts +3 -3
  306. package/es/Radio/Radio.vue.js +11 -14
  307. package/es/Radio/RadioGroup.vue.d.ts +3 -3
  308. package/es/Radio/RadioGroup.vue.js +5 -4
  309. package/es/Radio/hooks/useContext.d.ts +2 -2
  310. package/es/Radio/hooks/useContext.js +5 -9
  311. package/es/Radio/index.d.ts +8 -8
  312. package/es/Rate/index.vue.js +3 -6
  313. package/es/ResizeBox/index.vue.js +3 -7
  314. package/es/Result/index.d.ts +1 -1
  315. package/es/Result/index.vue.d.ts +2 -2
  316. package/es/Result/index.vue.js +7 -6
  317. package/es/Scrollbar/Scrollbar.vue.d.ts +1 -1
  318. package/es/Scrollbar/Scrollbar.vue.js +2 -5
  319. package/es/Scrollbar/ScrollbarTrack.vue.js +2 -5
  320. package/es/Scrollbar/hooks/useContext.d.ts +2 -2
  321. package/es/Scrollbar/hooks/useContext.js +3 -3
  322. package/es/Scrollbar/index.d.ts +3 -3
  323. package/es/Select/Option.vue.d.ts +3 -3
  324. package/es/Select/Option.vue.js +7 -9
  325. package/es/Select/Select.vue.d.ts +64 -64
  326. package/es/Select/Select.vue.js +6 -8
  327. package/es/Select/SelectIcon.vue.js +5 -8
  328. package/es/Select/SelectRealList.vue.js +2 -6
  329. package/es/Select/SelectView.vue.js +3 -3
  330. package/es/Select/SelectVirtualList.vue.js +3 -7
  331. package/es/Select/hooks/useContext.d.ts +2 -2
  332. package/es/Select/hooks/useContext.js +4 -8
  333. package/es/Select/hooks/useSelectOptions.js +0 -4
  334. package/es/Select/index.d.ts +57 -57
  335. package/es/Skeleton/SkeletonLine.vue.js +0 -3
  336. package/es/Skeleton/SkeletonShape.vue.js +1 -5
  337. package/es/Slider/Slider.vue.js +2 -2
  338. package/es/Slider/SliderBtn.vue.js +3 -7
  339. package/es/Slider/SliderInput.vue.js +2 -2
  340. package/es/Slider/SliderTicks.vue.js +2 -2
  341. package/es/Slider/hooks/useContext.d.ts +2 -2
  342. package/es/Slider/hooks/useContext.js +4 -8
  343. package/es/Slider/hooks/useSliderDraggable.js +0 -3
  344. package/es/Space/index.d.ts +1 -1
  345. package/es/Space/index.vue.d.ts +2 -2
  346. package/es/Space/index.vue.js +5 -8
  347. package/es/Spin/index.d.ts +1 -1
  348. package/es/Spin/index.vue.d.ts +2 -2
  349. package/es/Spin/index.vue.js +5 -7
  350. package/es/Split/index.vue.js +4 -7
  351. package/es/Statistic/Countdown.vue.d.ts +1 -1
  352. package/es/Statistic/Countdown.vue.js +1 -3
  353. package/es/Statistic/Statistic.vue.d.ts +3 -3
  354. package/es/Statistic/Statistic.vue.js +6 -8
  355. package/es/Statistic/index.d.ts +7 -7
  356. package/es/Steps/Step.vue.d.ts +3 -3
  357. package/es/Steps/Step.vue.js +6 -8
  358. package/es/Steps/Steps.vue.js +2 -2
  359. package/es/Steps/hooks/useContext.d.ts +1 -2
  360. package/es/Steps/hooks/useContext.js +4 -8
  361. package/es/Steps/index.d.ts +4 -4
  362. package/es/Switch/index.d.ts +9 -9
  363. package/es/Switch/index.vue.d.ts +5 -5
  364. package/es/Switch/index.vue.js +4 -8
  365. package/es/Tabs/TabButton.vue.js +2 -5
  366. package/es/Tabs/TabPane.vue.d.ts +1 -1
  367. package/es/Tabs/TabPane.vue.js +2 -6
  368. package/es/Tabs/Tabs.vue.d.ts +3 -3
  369. package/es/Tabs/Tabs.vue.js +6 -9
  370. package/es/Tabs/TabsNavInk.vue.js +3 -6
  371. package/es/Tabs/TabsTab.vue.js +2 -6
  372. package/es/Tabs/hooks/useContext.d.ts +2 -2
  373. package/es/Tabs/hooks/useContext.js +4 -8
  374. package/es/Tabs/hooks/useTabsScroll.js +0 -3
  375. package/es/Tabs/index.d.ts +4 -4
  376. package/es/Tag/index.d.ts +1 -1
  377. package/es/Tag/index.vue.d.ts +2 -2
  378. package/es/Tag/index.vue.js +8 -10
  379. package/es/Textarea/hooks/useTextareaHeight.js +1 -4
  380. package/es/Textarea/index.d.ts +13 -13
  381. package/es/Textarea/index.vue.d.ts +5 -5
  382. package/es/Textarea/index.vue.js +2 -5
  383. package/es/TimePicker/TimePicker.vue.d.ts +11 -11
  384. package/es/TimePicker/TimePicker.vue.js +11 -12
  385. package/es/TimePicker/TimePickerPanel.vue.js +3 -5
  386. package/es/TimePicker/hooks/useContext.d.ts +2 -2
  387. package/es/TimePicker/hooks/useContext.js +4 -7
  388. package/es/TimePicker/index.d.ts +21 -21
  389. package/es/Timeline/Timeline.vue.js +2 -2
  390. package/es/Timeline/TimelineItem.vue.d.ts +3 -3
  391. package/es/Timeline/TimelineItem.vue.js +5 -4
  392. package/es/Timeline/TimelineItemPending.vue.js +0 -4
  393. package/es/Timeline/hooks/useContext.d.ts +2 -2
  394. package/es/Timeline/hooks/useContext.js +3 -7
  395. package/es/Timeline/index.d.ts +4 -4
  396. package/es/Tooltip/index.d.ts +3 -3
  397. package/es/Tooltip/index.vue.d.ts +1 -1
  398. package/es/Tooltip/index.vue.js +1 -5
  399. package/es/Transfer/Transfer.vue.d.ts +3 -3
  400. package/es/Transfer/Transfer.vue.js +3 -6
  401. package/es/Transfer/TransferPanel.vue.js +4 -7
  402. package/es/Transfer/hooks/useContext.d.ts +2 -2
  403. package/es/Transfer/hooks/useContext.js +4 -8
  404. package/es/Transfer/index.d.ts +8 -8
  405. package/es/Trigger/hooks/useContext.d.ts +2 -3
  406. package/es/Trigger/hooks/useContext.js +4 -7
  407. package/es/Trigger/hooks/useTriggerPosition.js +1 -4
  408. package/es/Trigger/hooks/useTriggerVisible.js +3 -6
  409. package/es/Trigger/index.d.ts +8 -8
  410. package/es/Trigger/index.vue.d.ts +6 -6
  411. package/es/Trigger/index.vue.js +4 -7
  412. package/es/Typography/TypographyBase.vue.d.ts +30 -30
  413. package/es/Typography/TypographyBase.vue.js +3 -5
  414. package/es/Typography/TypographyParagraph.vue.d.ts +2 -2
  415. package/es/Typography/TypographyParagraph.vue.js +4 -3
  416. package/es/Typography/TypographyText.vue.d.ts +1 -2
  417. package/es/Typography/TypographyText.vue.js +4 -3
  418. package/es/Typography/TypographyTitle.vue.d.ts +2 -2
  419. package/es/Typography/TypographyTitle.vue.js +4 -3
  420. package/es/VerificationCode/index.d.ts +6 -6
  421. package/es/VerificationCode/index.vue.d.ts +2 -2
  422. package/es/VerificationCode/index.vue.js +2 -5
  423. package/es/Watermark/index.d.ts +3 -3
  424. package/es/Watermark/index.vue.d.ts +1 -1
  425. package/es/Watermark/index.vue.js +1 -5
  426. package/es/_shared/components/ExpandTransition/index.vue2.js +0 -3
  427. package/es/_shared/components/Icon/index.vue3.js +0 -3
  428. package/es/_shared/components/IconButton/{index.vue2.js → index.vue.js} +1 -4
  429. package/es/_shared/components/IconButton/index.vue3.js +2 -2
  430. package/es/_shared/constants/index.js +1 -4
  431. package/es/_shared/icons/IconArrowDown.vue.js +4 -8
  432. package/es/_shared/icons/IconArrowRight.vue.js +4 -8
  433. package/es/_shared/icons/IconCheck.vue.js +4 -8
  434. package/es/_shared/icons/IconCheckboxChecked.vue.js +4 -8
  435. package/es/_shared/icons/IconClose.vue.js +4 -8
  436. package/es/_shared/icons/IconCopy.vue.js +4 -8
  437. package/es/_shared/icons/IconDelete.vue2.js +4 -8
  438. package/es/_shared/icons/IconDragDot.vue.js +4 -8
  439. package/es/_shared/icons/IconEdit.vue.js +4 -8
  440. package/es/_shared/icons/IconEmpty.vue.js +4 -8
  441. package/es/_shared/icons/IconError.vue.js +4 -8
  442. package/es/_shared/icons/IconExclamation.vue2.js +4 -8
  443. package/es/_shared/icons/IconEyeClose.vue2.js +4 -8
  444. package/es/_shared/icons/IconEyeOpen.vue2.js +4 -8
  445. package/es/_shared/icons/IconFaceSmile.vue.js +4 -8
  446. package/es/_shared/icons/IconFullScreen.vue2.js +4 -8
  447. package/es/_shared/icons/IconImageClose.vue.js +4 -8
  448. package/es/_shared/icons/IconInfo.vue.js +4 -8
  449. package/es/_shared/icons/IconInfoLine.vue.js +4 -8
  450. package/es/_shared/icons/IconLink.vue.js +4 -8
  451. package/es/_shared/icons/IconLoading.vue.js +4 -8
  452. package/es/_shared/icons/IconMenuFold.vue.js +4 -8
  453. package/es/_shared/icons/IconMenuUnfold.vue.js +4 -8
  454. package/es/_shared/icons/IconMinus.vue2.js +4 -8
  455. package/es/_shared/icons/IconMore.vue.js +4 -8
  456. package/es/_shared/icons/IconOriginSize.vue2.js +4 -8
  457. package/es/_shared/icons/IconPlus.vue.js +4 -8
  458. package/es/_shared/icons/IconRight.vue.js +4 -8
  459. package/es/_shared/icons/IconRotateLeft.vue2.js +4 -8
  460. package/es/_shared/icons/IconRotateRight.vue2.js +4 -8
  461. package/es/_shared/icons/IconSearch.vue2.js +4 -8
  462. package/es/_shared/icons/IconSeparator.vue2.js +4 -8
  463. package/es/_shared/icons/IconStar.vue.js +4 -8
  464. package/es/_shared/icons/IconSuccess.vue.js +4 -8
  465. package/es/_shared/icons/IconTime.vue.js +4 -8
  466. package/es/_shared/icons/IconToTop.vue.js +4 -8
  467. package/es/_shared/icons/IconWarning.vue.js +4 -8
  468. package/es/_shared/icons/IconZoomIn.vue2.js +4 -8
  469. package/es/_shared/icons/IconZoomOut.vue2.js +4 -8
  470. package/es/_shared/utils/control.d.ts +2 -2
  471. package/es/_shared/utils/control.js +1 -5
  472. package/es/_shared/utils/global-config.js +0 -4
  473. package/es/_shared/utils/is.d.ts +0 -15
  474. package/es/_shared/utils/vue-utils.d.ts +2 -1
  475. package/es/_shared/utils/vue-utils.js +1 -1
  476. package/es/index.d.ts +74 -74
  477. package/lib/Affix/index.js +1 -1
  478. package/lib/Affix/index.vue.js +1 -1
  479. package/lib/Affix/index.vue2.js +1 -1
  480. package/lib/Alert/index.d.ts +4 -4
  481. package/lib/Alert/index.js +1 -1
  482. package/lib/Alert/index.vue.d.ts +3 -3
  483. package/lib/Alert/index.vue.js +1 -1
  484. package/lib/Alert/index.vue3.js +1 -1
  485. package/lib/Anchor/Anchor.vue.js +1 -1
  486. package/lib/Anchor/Anchor.vue3.js +1 -1
  487. package/lib/Anchor/AnchorLink.vue.d.ts +2 -2
  488. package/lib/Anchor/AnchorLink.vue.js +1 -1
  489. package/lib/Anchor/AnchorLink.vue3.js +1 -1
  490. package/lib/Anchor/hooks/useContext.d.ts +2 -2
  491. package/lib/Anchor/hooks/useContext.js +1 -1
  492. package/lib/Anchor/index.d.ts +1 -1
  493. package/lib/Anchor/index.js +1 -1
  494. package/lib/AutoComplete/index.d.ts +88 -88
  495. package/lib/AutoComplete/index.js +1 -1
  496. package/lib/AutoComplete/index.vue.d.ts +129 -129
  497. package/lib/AutoComplete/index.vue.js +1 -1
  498. package/lib/AutoComplete/index.vue3.js +1 -1
  499. package/lib/Avatar/Avatar.vue.d.ts +2 -2
  500. package/lib/Avatar/Avatar.vue.js +1 -1
  501. package/lib/Avatar/Avatar.vue3.js +1 -1
  502. package/lib/Avatar/AvatarGroup.vue.d.ts +2 -2
  503. package/lib/Avatar/AvatarGroup.vue.js +1 -1
  504. package/lib/Avatar/AvatarGroup.vue3.js +1 -1
  505. package/lib/Avatar/hooks/useContext.d.ts +1 -2
  506. package/lib/Avatar/hooks/useContext.js +1 -1
  507. package/lib/Avatar/index.d.ts +2 -2
  508. package/lib/Avatar/index.js +1 -1
  509. package/lib/BackTop/index.js +1 -1
  510. package/lib/BackTop/index.vue.js +1 -1
  511. package/lib/BackTop/index.vue3.js +1 -1
  512. package/lib/Badge/index.d.ts +1 -1
  513. package/lib/Badge/index.js +1 -1
  514. package/lib/Badge/index.vue.d.ts +2 -2
  515. package/lib/Badge/index.vue.js +1 -1
  516. package/lib/Badge/index.vue3.js +1 -1
  517. package/lib/Breadcrumb/Breadcrumb.vue.d.ts +2 -2
  518. package/lib/Breadcrumb/Breadcrumb.vue.js +1 -1
  519. package/lib/Breadcrumb/Breadcrumb.vue3.js +1 -1
  520. package/lib/Breadcrumb/BreadcrumbItem.vue.d.ts +2 -2
  521. package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -1
  522. package/lib/Breadcrumb/BreadcrumbItem.vue3.js +1 -1
  523. package/lib/Breadcrumb/BreadcrumbMore.vue.d.ts +2 -2
  524. package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -1
  525. package/lib/Breadcrumb/BreadcrumbMore.vue2.js +1 -1
  526. package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -1
  527. package/lib/Breadcrumb/BreadcrumbSeparator.vue3.js +1 -1
  528. package/lib/Breadcrumb/index.d.ts +2 -2
  529. package/lib/Breadcrumb/index.js +1 -1
  530. package/lib/Button/Button.vue.d.ts +3 -3
  531. package/lib/Button/Button.vue.js +1 -1
  532. package/lib/Button/Button.vue3.js +1 -1
  533. package/lib/Button/ButtonGroup.vue.d.ts +1 -1
  534. package/lib/Button/ButtonGroup.vue.js +1 -1
  535. package/lib/Button/ButtonGroup.vue3.js +1 -1
  536. package/lib/Button/hooks/useContext.d.ts +1 -2
  537. package/lib/Button/hooks/useContext.js +1 -1
  538. package/lib/Button/index.d.ts +7 -7
  539. package/lib/Button/index.js +1 -1
  540. package/lib/Calendar/Calendar.vue.d.ts +2 -2
  541. package/lib/Calendar/Calendar.vue.js +1 -1
  542. package/lib/Calendar/Calendar.vue3.js +1 -1
  543. package/lib/Calendar/CalendarMonth.vue.d.ts +1 -1
  544. package/lib/Calendar/CalendarMonth.vue.js +1 -1
  545. package/lib/Calendar/CalendarMonth.vue3.js +1 -1
  546. package/lib/Calendar/CalendarYear.vue.d.ts +1 -1
  547. package/lib/Calendar/CalendarYear.vue.js +1 -1
  548. package/lib/Calendar/CalendarYear.vue3.js +1 -1
  549. package/lib/Calendar/index.d.ts +1 -1
  550. package/lib/Calendar/index.js +1 -1
  551. package/lib/Calendar/type.d.ts +2 -2
  552. package/lib/Card/Card.vue.d.ts +2 -2
  553. package/lib/Card/Card.vue.js +1 -1
  554. package/lib/Card/Card.vue3.js +1 -1
  555. package/lib/Card/CardGrid.vue.js +1 -1
  556. package/lib/Card/CardGrid.vue3.js +1 -1
  557. package/lib/Card/CardMeta.vue.d.ts +2 -2
  558. package/lib/Card/CardMeta.vue.js +1 -1
  559. package/lib/Card/CardMeta.vue3.js +1 -1
  560. package/lib/Card/hooks/useContext.d.ts +3 -7
  561. package/lib/Card/hooks/useContext.js +1 -1
  562. package/lib/Card/index.d.ts +2 -2
  563. package/lib/Card/index.js +1 -1
  564. package/lib/Carousel/Carousel.vue.js +1 -1
  565. package/lib/Carousel/Carousel.vue3.js +1 -1
  566. package/lib/Carousel/CarouselArrow.vue.js +1 -1
  567. package/lib/Carousel/CarouselArrow.vue3.js +1 -1
  568. package/lib/Carousel/CarouselIndicator.vue.js +1 -1
  569. package/lib/Carousel/CarouselIndicator.vue3.js +1 -1
  570. package/lib/Carousel/CarouselItem.vue.js +1 -1
  571. package/lib/Carousel/CarouselItem.vue3.js +1 -1
  572. package/lib/Carousel/hooks/useContext.d.ts +2 -2
  573. package/lib/Carousel/hooks/useContext.js +1 -1
  574. package/lib/Carousel/index.js +1 -1
  575. package/lib/Cascader/Cascader.vue.d.ts +37 -39
  576. package/lib/Cascader/Cascader.vue.js +1 -1
  577. package/lib/Cascader/Cascader.vue3.js +1 -1
  578. package/lib/Cascader/CascaderIcon.vue.js +1 -1
  579. package/lib/Cascader/CascaderIcon.vue3.js +1 -1
  580. package/lib/Cascader/CascaderOption.vue.d.ts +1 -1
  581. package/lib/Cascader/CascaderOption.vue.js +1 -1
  582. package/lib/Cascader/CascaderOption.vue3.js +1 -1
  583. package/lib/Cascader/CascaderPanel.vue.js +1 -1
  584. package/lib/Cascader/CascaderPanel.vue3.js +1 -1
  585. package/lib/Cascader/CascaderSearchPanel.vue.js +1 -1
  586. package/lib/Cascader/CascaderSearchPanel.vue3.js +1 -1
  587. package/lib/Cascader/hooks/useContext.d.ts +2 -2
  588. package/lib/Cascader/hooks/useContext.js +1 -1
  589. package/lib/Cascader/index.d.ts +36 -38
  590. package/lib/Cascader/index.js +1 -1
  591. package/lib/Checkbox/Checkbox.vue.d.ts +2 -2
  592. package/lib/Checkbox/Checkbox.vue.js +1 -1
  593. package/lib/Checkbox/Checkbox.vue3.js +1 -1
  594. package/lib/Checkbox/CheckboxGroup.vue.d.ts +2 -2
  595. package/lib/Checkbox/CheckboxGroup.vue.js +1 -1
  596. package/lib/Checkbox/CheckboxGroup.vue3.js +1 -1
  597. package/lib/Checkbox/hooks/useContext.d.ts +2 -2
  598. package/lib/Checkbox/hooks/useContext.js +1 -1
  599. package/lib/Checkbox/index.d.ts +2 -2
  600. package/lib/Checkbox/index.js +1 -1
  601. package/lib/Collapse/Collapse.vue.js +1 -1
  602. package/lib/Collapse/Collapse.vue3.js +1 -1
  603. package/lib/Collapse/CollapseItem.vue.d.ts +1 -1
  604. package/lib/Collapse/CollapseItem.vue.js +1 -1
  605. package/lib/Collapse/CollapseItem.vue3.js +1 -1
  606. package/lib/Collapse/hooks/useContext.d.ts +1 -2
  607. package/lib/Collapse/hooks/useContext.js +1 -1
  608. package/lib/Collapse/index.d.ts +3 -3
  609. package/lib/Collapse/index.js +1 -1
  610. package/lib/ColorPicker/ColorControl.vue.js +1 -1
  611. package/lib/ColorPicker/ColorControl.vue3.js +1 -1
  612. package/lib/ColorPicker/ColorInput.vue.js +1 -1
  613. package/lib/ColorPicker/ColorInput.vue3.js +1 -1
  614. package/lib/ColorPicker/ColorList.vue.js +1 -1
  615. package/lib/ColorPicker/ColorList.vue3.js +1 -1
  616. package/lib/ColorPicker/ColorPalette.vue.js +1 -1
  617. package/lib/ColorPicker/ColorPalette.vue3.js +1 -1
  618. package/lib/ColorPicker/ColorPanel.vue.js +1 -1
  619. package/lib/ColorPicker/ColorPanel.vue3.js +1 -1
  620. package/lib/ColorPicker/ColorPicker.vue.js +1 -1
  621. package/lib/ColorPicker/ColorPicker.vue3.js +1 -1
  622. package/lib/ColorPicker/hooks/useContext.d.ts +2 -2
  623. package/lib/ColorPicker/hooks/useContext.js +1 -1
  624. package/lib/ColorPicker/index.js +1 -1
  625. package/lib/Comment/hooks/useContext.d.ts +1 -2
  626. package/lib/Comment/hooks/useContext.js +1 -1
  627. package/lib/Comment/index.d.ts +1 -1
  628. package/lib/Comment/index.js +1 -1
  629. package/lib/Comment/index.vue.d.ts +2 -2
  630. package/lib/Comment/index.vue.js +1 -1
  631. package/lib/Comment/index.vue3.js +1 -1
  632. package/lib/ConfigProvider/index.d.ts +3 -3
  633. package/lib/ConfigProvider/index.js +1 -1
  634. package/lib/ConfigProvider/index.vue.d.ts +1 -1
  635. package/lib/ConfigProvider/index.vue.js +1 -1
  636. package/lib/ConfigProvider/index.vue2.js +1 -1
  637. package/lib/Descriptions/Descriptions.vue.d.ts +4 -4
  638. package/lib/Descriptions/Descriptions.vue.js +1 -1
  639. package/lib/Descriptions/Descriptions.vue3.js +1 -1
  640. package/lib/Descriptions/DescriptionsItem.vue.d.ts +1 -1
  641. package/lib/Descriptions/DescriptionsItem.vue.js +1 -1
  642. package/lib/Descriptions/DescriptionsItem.vue2.js +1 -1
  643. package/lib/Descriptions/ReuseItem.vue.js +1 -1
  644. package/lib/Descriptions/ReuseItem.vue3.js +1 -1
  645. package/lib/Descriptions/ReuseTd.vue.js +1 -1
  646. package/lib/Descriptions/ReuseTd.vue3.js +1 -1
  647. package/lib/Descriptions/hooks/useContext.d.ts +2 -2
  648. package/lib/Descriptions/hooks/useContext.js +1 -1
  649. package/lib/Descriptions/index.d.ts +10 -10
  650. package/lib/Descriptions/index.js +1 -1
  651. package/lib/Divider/index.d.ts +1 -1
  652. package/lib/Divider/index.js +1 -1
  653. package/lib/Divider/index.vue.d.ts +2 -2
  654. package/lib/Divider/index.vue.js +1 -1
  655. package/lib/Divider/index.vue3.js +1 -1
  656. package/lib/Drawer/Drawer.vue.d.ts +4 -4
  657. package/lib/Drawer/Drawer.vue.js +1 -1
  658. package/lib/Drawer/Drawer.vue3.js +1 -1
  659. package/lib/Drawer/DrawerService.vue.d.ts +4 -4
  660. package/lib/Drawer/DrawerService.vue.js +1 -1
  661. package/lib/Drawer/DrawerService.vue2.js +1 -1
  662. package/lib/Drawer/index.d.ts +20 -15
  663. package/lib/Drawer/index.js +1 -1
  664. package/lib/Dropdown/Dgroup.vue.js +1 -1
  665. package/lib/Dropdown/Dgroup.vue3.js +1 -1
  666. package/lib/Dropdown/Doption.vue.d.ts +2 -2
  667. package/lib/Dropdown/Doption.vue.js +1 -1
  668. package/lib/Dropdown/Doption.vue3.js +1 -1
  669. package/lib/Dropdown/Dropdown.vue.d.ts +5 -5
  670. package/lib/Dropdown/Dropdown.vue.js +1 -1
  671. package/lib/Dropdown/Dropdown.vue3.js +1 -1
  672. package/lib/Dropdown/DropdownButton.vue.d.ts +4 -4
  673. package/lib/Dropdown/DropdownButton.vue.js +1 -1
  674. package/lib/Dropdown/DropdownButton.vue2.js +1 -1
  675. package/lib/Dropdown/Dsubmenu.vue.d.ts +22 -22
  676. package/lib/Dropdown/Dsubmenu.vue.js +1 -1
  677. package/lib/Dropdown/Dsubmenu.vue3.js +1 -1
  678. package/lib/Dropdown/hooks/useContext.d.ts +2 -2
  679. package/lib/Dropdown/hooks/useContext.js +1 -1
  680. package/lib/Dropdown/index.d.ts +32 -32
  681. package/lib/Dropdown/index.js +1 -1
  682. package/lib/Empty/index.js +1 -1
  683. package/lib/Empty/index.vue.js +1 -1
  684. package/lib/Empty/index.vue3.js +1 -1
  685. package/lib/Grid/Grid.vue.js +1 -1
  686. package/lib/Grid/Grid.vue3.js +1 -1
  687. package/lib/Grid/GridCol.vue.js +1 -1
  688. package/lib/Grid/GridCol.vue2.js +1 -1
  689. package/lib/Grid/GridItem.vue.js +1 -1
  690. package/lib/Grid/GridItem.vue2.js +1 -1
  691. package/lib/Grid/GridRow.vue.d.ts +1 -1
  692. package/lib/Grid/GridRow.vue.js +1 -1
  693. package/lib/Grid/GridRow.vue3.js +1 -1
  694. package/lib/Grid/hooks/useContext.d.ts +1 -2
  695. package/lib/Grid/hooks/useContext.js +1 -1
  696. package/lib/Grid/index.d.ts +3 -3
  697. package/lib/Grid/index.js +1 -1
  698. package/lib/Image/Image.vue.d.ts +2 -2
  699. package/lib/Image/Image.vue.js +1 -1
  700. package/lib/Image/Image.vue3.js +1 -1
  701. package/lib/Image/ImagePreview.vue.d.ts +2 -2
  702. package/lib/Image/ImagePreview.vue.js +1 -1
  703. package/lib/Image/ImagePreview.vue3.js +1 -1
  704. package/lib/Image/ImagePreviewAction.vue.d.ts +1 -1
  705. package/lib/Image/ImagePreviewAction.vue.js +1 -1
  706. package/lib/Image/ImagePreviewAction.vue3.js +1 -1
  707. package/lib/Image/ImagePreviewArrow.vue.js +1 -1
  708. package/lib/Image/ImagePreviewArrow.vue3.js +1 -1
  709. package/lib/Image/ImagePreviewGroup.vue.d.ts +2 -2
  710. package/lib/Image/ImagePreviewGroup.vue.js +1 -1
  711. package/lib/Image/ImagePreviewGroup.vue2.js +1 -1
  712. package/lib/Image/ImagePreviewToolbar.vue.js +1 -1
  713. package/lib/Image/ImagePreviewToolbar.vue3.js +1 -1
  714. package/lib/Image/hooks/useContext.d.ts +2 -2
  715. package/lib/Image/hooks/useContext.js +1 -1
  716. package/lib/Image/index.d.ts +6 -6
  717. package/lib/Image/index.js +1 -1
  718. package/lib/Input/Input.vue.d.ts +7 -7
  719. package/lib/Input/Input.vue.js +1 -1
  720. package/lib/Input/Input.vue3.js +1 -1
  721. package/lib/Input/InputSuffix.vue.js +1 -1
  722. package/lib/Input/InputSuffix.vue3.js +1 -1
  723. package/lib/Input/hooks/useCursor.js +1 -1
  724. package/lib/Input/hooks/useLimitedInput.js +1 -1
  725. package/lib/Input/index.d.ts +14 -14
  726. package/lib/Input/index.js +1 -1
  727. package/lib/InputNumber/InputNumber.vue.d.ts +36 -36
  728. package/lib/InputNumber/InputNumber.vue.js +1 -1
  729. package/lib/InputNumber/InputNumber.vue3.js +1 -1
  730. package/lib/InputNumber/InputOperaBtn.vue.js +1 -1
  731. package/lib/InputNumber/InputOperaBtn.vue3.js +1 -1
  732. package/lib/InputNumber/index.d.ts +31 -31
  733. package/lib/InputNumber/index.js +1 -1
  734. package/lib/InputTag/index.d.ts +19 -19
  735. package/lib/InputTag/index.js +1 -1
  736. package/lib/InputTag/index.vue.d.ts +9 -9
  737. package/lib/InputTag/index.vue.js +1 -1
  738. package/lib/InputTag/index.vue3.js +1 -1
  739. package/lib/Layout/Layout.vue.d.ts +2 -2
  740. package/lib/Layout/Layout.vue.js +1 -1
  741. package/lib/Layout/Layout.vue3.js +1 -1
  742. package/lib/Layout/LayoutContent.vue.js +1 -1
  743. package/lib/Layout/LayoutContent.vue3.js +1 -1
  744. package/lib/Layout/LayoutFooter.vue.js +1 -1
  745. package/lib/Layout/LayoutFooter.vue3.js +1 -1
  746. package/lib/Layout/LayoutHeader.vue.js +1 -1
  747. package/lib/Layout/LayoutHeader.vue3.js +1 -1
  748. package/lib/Layout/LayoutSider.vue.js +1 -1
  749. package/lib/Layout/LayoutSider.vue3.js +1 -1
  750. package/lib/Layout/hooks/useSiderContext.d.ts +2 -3
  751. package/lib/Layout/hooks/useSiderContext.js +1 -1
  752. package/lib/Layout/index.d.ts +1 -1
  753. package/lib/Layout/index.js +1 -1
  754. package/lib/Link/index.d.ts +1 -1
  755. package/lib/Link/index.js +1 -1
  756. package/lib/Link/index.vue.d.ts +2 -2
  757. package/lib/Link/index.vue.js +1 -1
  758. package/lib/Link/index.vue3.js +1 -1
  759. package/lib/List/List.vue.d.ts +13 -13
  760. package/lib/List/List.vue.js +1 -1
  761. package/lib/List/List.vue3.js +1 -1
  762. package/lib/List/ListItem.vue.d.ts +2 -2
  763. package/lib/List/ListItem.vue.js +1 -1
  764. package/lib/List/ListItem.vue3.js +1 -1
  765. package/lib/List/ListItemMeta.vue.d.ts +2 -2
  766. package/lib/List/ListItemMeta.vue.js +1 -1
  767. package/lib/List/ListItemMeta.vue3.js +1 -1
  768. package/lib/List/ListVirtual.vue.js +1 -1
  769. package/lib/List/ListVirtual.vue3.js +1 -1
  770. package/lib/List/hooks/useScrollReach.js +1 -1
  771. package/lib/List/index.d.ts +11 -11
  772. package/lib/List/index.js +1 -1
  773. package/lib/Mention/index.d.ts +103 -103
  774. package/lib/Mention/index.js +1 -1
  775. package/lib/Mention/index.vue.d.ts +177 -177
  776. package/lib/Mention/index.vue.js +1 -1
  777. package/lib/Mention/index.vue2.js +1 -1
  778. package/lib/Menu/Menu.vue.js +1 -1
  779. package/lib/Menu/Menu.vue3.js +1 -1
  780. package/lib/Menu/MenuEllipsis.vue.js +1 -1
  781. package/lib/Menu/MenuEllipsis.vue3.js +1 -1
  782. package/lib/Menu/MenuItem.vue.d.ts +2 -2
  783. package/lib/Menu/MenuItem.vue.js +1 -1
  784. package/lib/Menu/MenuItem.vue3.js +1 -1
  785. package/lib/Menu/MenuItemGroup.vue.js +1 -1
  786. package/lib/Menu/MenuItemGroup.vue3.js +1 -1
  787. package/lib/Menu/MenuPopOption.vue.js +1 -1
  788. package/lib/Menu/MenuPopOption.vue2.js +1 -1
  789. package/lib/Menu/SubMenu.vue.d.ts +2 -2
  790. package/lib/Menu/SubMenu.vue.js +1 -1
  791. package/lib/Menu/SubMenu.vue3.js +1 -1
  792. package/lib/Menu/hooks/useContext.d.ts +2 -2
  793. package/lib/Menu/hooks/useContext.js +1 -1
  794. package/lib/Menu/index.d.ts +2 -2
  795. package/lib/Menu/index.js +1 -1
  796. package/lib/Message/Message.vue.d.ts +3 -3
  797. package/lib/Message/Message.vue.js +1 -1
  798. package/lib/Message/Message.vue3.js +1 -1
  799. package/lib/Message/MessageList.vue.js +1 -1
  800. package/lib/Message/MessageList.vue3.js +1 -1
  801. package/lib/Message/index.d.ts +12 -12
  802. package/lib/Message/index.js +1 -1
  803. package/lib/Modal/Modal.vue.d.ts +3 -3
  804. package/lib/Modal/Modal.vue.js +1 -1
  805. package/lib/Modal/Modal.vue3.js +1 -1
  806. package/lib/Modal/ModalService.vue.d.ts +3 -3
  807. package/lib/Modal/ModalService.vue.js +1 -1
  808. package/lib/Modal/ModalService.vue3.js +1 -1
  809. package/lib/Modal/hooks/useModalClose.js +1 -1
  810. package/lib/Modal/hooks/useModalDraggable.js +1 -1
  811. package/lib/Modal/hooks/useOnBeforeClose.js +1 -1
  812. package/lib/Modal/index.d.ts +13 -11
  813. package/lib/Modal/index.js +1 -1
  814. package/lib/Notification/Notification.vue.d.ts +5 -5
  815. package/lib/Notification/Notification.vue.js +1 -1
  816. package/lib/Notification/Notification.vue3.js +1 -1
  817. package/lib/Notification/NotificationList.vue.js +1 -1
  818. package/lib/Notification/NotificationList.vue3.js +1 -1
  819. package/lib/Notification/index.d.ts +19 -18
  820. package/lib/Notification/index.js +1 -1
  821. package/lib/Notification/type.d.ts +1 -1
  822. package/lib/OverflowList/index.d.ts +1 -1
  823. package/lib/OverflowList/index.js +1 -1
  824. package/lib/OverflowList/index.vue.d.ts +2 -2
  825. package/lib/OverflowList/index.vue.js +1 -1
  826. package/lib/OverflowList/index.vue3.js +1 -1
  827. package/lib/PageHeader/index.d.ts +1 -1
  828. package/lib/PageHeader/index.js +1 -1
  829. package/lib/PageHeader/index.vue.d.ts +2 -2
  830. package/lib/PageHeader/index.vue.js +1 -1
  831. package/lib/PageHeader/index.vue3.js +1 -1
  832. package/lib/Pagination/Pagination.vue.d.ts +2 -2
  833. package/lib/Pagination/Pagination.vue.js +1 -1
  834. package/lib/Pagination/Pagination.vue3.js +1 -1
  835. package/lib/Pagination/PaginationItem.vue.js +1 -1
  836. package/lib/Pagination/PaginationItem.vue3.js +1 -1
  837. package/lib/Pagination/hooks/useContext.d.ts +2 -2
  838. package/lib/Pagination/hooks/useContext.js +1 -1
  839. package/lib/Pagination/index.d.ts +1 -1
  840. package/lib/Pagination/index.js +1 -1
  841. package/lib/Popconfirm/index.d.ts +19 -19
  842. package/lib/Popconfirm/index.js +1 -1
  843. package/lib/Popconfirm/index.vue.d.ts +20 -20
  844. package/lib/Popconfirm/index.vue.js +1 -1
  845. package/lib/Popconfirm/index.vue3.js +1 -1
  846. package/lib/Popover/index.d.ts +7 -7
  847. package/lib/Popover/index.js +1 -1
  848. package/lib/Popover/index.vue.d.ts +4 -4
  849. package/lib/Popover/index.vue.js +1 -1
  850. package/lib/Popover/index.vue3.js +1 -1
  851. package/lib/Progress/Progress.vue.js +1 -1
  852. package/lib/Progress/Progress.vue3.js +1 -1
  853. package/lib/Progress/ProgressCircle.vue.js +1 -1
  854. package/lib/Progress/ProgressCircle.vue3.js +1 -1
  855. package/lib/Progress/ProgressLine.vue.js +1 -1
  856. package/lib/Progress/ProgressLine.vue3.js +1 -1
  857. package/lib/Progress/ProgressSteps.vue.js +1 -1
  858. package/lib/Progress/ProgressSteps.vue3.js +1 -1
  859. package/lib/Progress/index.js +1 -1
  860. package/lib/Radio/Radio.vue.d.ts +3 -3
  861. package/lib/Radio/Radio.vue.js +1 -1
  862. package/lib/Radio/Radio.vue3.js +1 -1
  863. package/lib/Radio/RadioGroup.vue.d.ts +3 -3
  864. package/lib/Radio/RadioGroup.vue.js +1 -1
  865. package/lib/Radio/RadioGroup.vue3.js +1 -1
  866. package/lib/Radio/hooks/useContext.d.ts +2 -2
  867. package/lib/Radio/hooks/useContext.js +1 -1
  868. package/lib/Radio/index.d.ts +8 -8
  869. package/lib/Radio/index.js +1 -1
  870. package/lib/Rate/index.js +1 -1
  871. package/lib/Rate/index.vue.js +1 -1
  872. package/lib/Rate/index.vue3.js +1 -1
  873. package/lib/ResizeBox/index.js +1 -1
  874. package/lib/ResizeBox/index.vue.js +1 -1
  875. package/lib/ResizeBox/index.vue3.js +1 -1
  876. package/lib/Result/index.d.ts +1 -1
  877. package/lib/Result/index.js +1 -1
  878. package/lib/Result/index.vue.d.ts +2 -2
  879. package/lib/Result/index.vue.js +1 -1
  880. package/lib/Result/index.vue3.js +1 -1
  881. package/lib/Scrollbar/Scrollbar.vue.d.ts +1 -1
  882. package/lib/Scrollbar/Scrollbar.vue.js +1 -1
  883. package/lib/Scrollbar/Scrollbar.vue3.js +1 -1
  884. package/lib/Scrollbar/ScrollbarTrack.vue.js +1 -1
  885. package/lib/Scrollbar/ScrollbarTrack.vue3.js +1 -1
  886. package/lib/Scrollbar/hooks/useContext.d.ts +2 -2
  887. package/lib/Scrollbar/hooks/useContext.js +1 -1
  888. package/lib/Scrollbar/index.d.ts +3 -3
  889. package/lib/Scrollbar/index.js +1 -1
  890. package/lib/Select/Optgroup.vue.js +1 -1
  891. package/lib/Select/Optgroup.vue3.js +1 -1
  892. package/lib/Select/Option.vue.d.ts +3 -3
  893. package/lib/Select/Option.vue.js +1 -1
  894. package/lib/Select/Option.vue3.js +1 -1
  895. package/lib/Select/Select.vue.d.ts +64 -64
  896. package/lib/Select/Select.vue.js +1 -1
  897. package/lib/Select/Select.vue3.js +1 -1
  898. package/lib/Select/SelectIcon.vue.js +1 -1
  899. package/lib/Select/SelectIcon.vue3.js +1 -1
  900. package/lib/Select/SelectRealList.vue.js +1 -1
  901. package/lib/Select/SelectRealList.vue3.js +1 -1
  902. package/lib/Select/SelectView.vue.js +1 -1
  903. package/lib/Select/SelectView.vue3.js +1 -1
  904. package/lib/Select/SelectVirtualList.vue.js +1 -1
  905. package/lib/Select/SelectVirtualList.vue3.js +1 -1
  906. package/lib/Select/hooks/useContext.d.ts +2 -2
  907. package/lib/Select/hooks/useContext.js +1 -1
  908. package/lib/Select/hooks/useSelectHotkeys.js +1 -1
  909. package/lib/Select/hooks/useSelectOptions.js +1 -1
  910. package/lib/Select/index.d.ts +57 -57
  911. package/lib/Select/index.js +1 -1
  912. package/lib/Skeleton/Skeleton.vue.js +1 -1
  913. package/lib/Skeleton/Skeleton.vue2.js +1 -1
  914. package/lib/Skeleton/SkeletonLine.vue.js +1 -1
  915. package/lib/Skeleton/SkeletonLine.vue3.js +1 -1
  916. package/lib/Skeleton/SkeletonShape.vue.js +1 -1
  917. package/lib/Skeleton/SkeletonShape.vue3.js +1 -1
  918. package/lib/Skeleton/index.js +1 -1
  919. package/lib/Slider/Slider.vue.js +1 -1
  920. package/lib/Slider/Slider.vue3.js +1 -1
  921. package/lib/Slider/SliderBtn.vue.js +1 -1
  922. package/lib/Slider/SliderBtn.vue3.js +1 -1
  923. package/lib/Slider/SliderInput.vue.js +1 -1
  924. package/lib/Slider/SliderInput.vue3.js +1 -1
  925. package/lib/Slider/SliderTicks.vue.js +1 -1
  926. package/lib/Slider/SliderTicks.vue3.js +1 -1
  927. package/lib/Slider/hooks/useContext.d.ts +2 -2
  928. package/lib/Slider/hooks/useContext.js +1 -1
  929. package/lib/Slider/hooks/useSliderDraggable.js +1 -1
  930. package/lib/Slider/index.js +1 -1
  931. package/lib/Space/index.d.ts +1 -1
  932. package/lib/Space/index.js +1 -1
  933. package/lib/Space/index.vue.d.ts +2 -2
  934. package/lib/Space/index.vue.js +1 -1
  935. package/lib/Space/index.vue3.js +1 -1
  936. package/lib/Spin/index.d.ts +1 -1
  937. package/lib/Spin/index.js +1 -1
  938. package/lib/Spin/index.vue.d.ts +2 -2
  939. package/lib/Spin/index.vue.js +1 -1
  940. package/lib/Spin/index.vue3.js +1 -1
  941. package/lib/Split/index.js +1 -1
  942. package/lib/Split/index.vue.js +1 -1
  943. package/lib/Split/index.vue3.js +1 -1
  944. package/lib/Statistic/Countdown.vue.d.ts +1 -1
  945. package/lib/Statistic/Countdown.vue.js +1 -1
  946. package/lib/Statistic/Countdown.vue2.js +1 -1
  947. package/lib/Statistic/Statistic.vue.d.ts +3 -3
  948. package/lib/Statistic/Statistic.vue.js +1 -1
  949. package/lib/Statistic/Statistic.vue3.js +1 -1
  950. package/lib/Statistic/index.d.ts +7 -7
  951. package/lib/Statistic/index.js +1 -1
  952. package/lib/Steps/Step.vue.d.ts +3 -3
  953. package/lib/Steps/Step.vue.js +1 -1
  954. package/lib/Steps/Step.vue3.js +1 -1
  955. package/lib/Steps/Steps.vue.js +1 -1
  956. package/lib/Steps/Steps.vue3.js +1 -1
  957. package/lib/Steps/hooks/useContext.d.ts +1 -2
  958. package/lib/Steps/hooks/useContext.js +1 -1
  959. package/lib/Steps/index.d.ts +4 -4
  960. package/lib/Steps/index.js +1 -1
  961. package/lib/Switch/index.d.ts +9 -9
  962. package/lib/Switch/index.js +1 -1
  963. package/lib/Switch/index.vue.d.ts +5 -5
  964. package/lib/Switch/index.vue.js +1 -1
  965. package/lib/Switch/index.vue3.js +1 -1
  966. package/lib/Tabs/TabButton.vue.js +1 -1
  967. package/lib/Tabs/TabButton.vue3.js +1 -1
  968. package/lib/Tabs/TabPane.vue.d.ts +1 -1
  969. package/lib/Tabs/TabPane.vue.js +1 -1
  970. package/lib/Tabs/TabPane.vue3.js +1 -1
  971. package/lib/Tabs/Tabs.vue.d.ts +3 -3
  972. package/lib/Tabs/Tabs.vue.js +1 -1
  973. package/lib/Tabs/Tabs.vue3.js +1 -1
  974. package/lib/Tabs/TabsNavInk.vue.js +1 -1
  975. package/lib/Tabs/TabsNavInk.vue3.js +1 -1
  976. package/lib/Tabs/TabsTab.vue.js +1 -1
  977. package/lib/Tabs/TabsTab.vue3.js +1 -1
  978. package/lib/Tabs/hooks/useContext.d.ts +2 -2
  979. package/lib/Tabs/hooks/useContext.js +1 -1
  980. package/lib/Tabs/hooks/useTabsScroll.js +1 -1
  981. package/lib/Tabs/index.d.ts +4 -4
  982. package/lib/Tabs/index.js +1 -1
  983. package/lib/Tag/index.d.ts +1 -1
  984. package/lib/Tag/index.js +1 -1
  985. package/lib/Tag/index.vue.d.ts +2 -2
  986. package/lib/Tag/index.vue.js +1 -1
  987. package/lib/Tag/index.vue3.js +1 -1
  988. package/lib/Textarea/hooks/useTextareaHeight.js +1 -1
  989. package/lib/Textarea/index.d.ts +13 -13
  990. package/lib/Textarea/index.js +1 -1
  991. package/lib/Textarea/index.vue.d.ts +5 -5
  992. package/lib/Textarea/index.vue.js +1 -1
  993. package/lib/Textarea/index.vue3.js +1 -1
  994. package/lib/TimePicker/TimePicker.vue.d.ts +11 -11
  995. package/lib/TimePicker/TimePicker.vue.js +1 -1
  996. package/lib/TimePicker/TimePicker.vue3.js +1 -1
  997. package/lib/TimePicker/TimePickerPanel.vue.js +1 -1
  998. package/lib/TimePicker/TimePickerPanel.vue3.js +1 -1
  999. package/lib/TimePicker/hooks/useContext.d.ts +2 -2
  1000. package/lib/TimePicker/hooks/useContext.js +1 -1
  1001. package/lib/TimePicker/index.d.ts +21 -21
  1002. package/lib/TimePicker/index.js +1 -1
  1003. package/lib/Timeline/Timeline.vue.js +1 -1
  1004. package/lib/Timeline/Timeline.vue3.js +1 -1
  1005. package/lib/Timeline/TimelineItem.vue.d.ts +3 -3
  1006. package/lib/Timeline/TimelineItem.vue.js +1 -1
  1007. package/lib/Timeline/TimelineItem.vue3.js +1 -1
  1008. package/lib/Timeline/TimelineItemPending.vue.js +1 -1
  1009. package/lib/Timeline/TimelineItemPending.vue2.js +1 -1
  1010. package/lib/Timeline/hooks/useContext.d.ts +2 -2
  1011. package/lib/Timeline/hooks/useContext.js +1 -1
  1012. package/lib/Timeline/index.d.ts +4 -4
  1013. package/lib/Timeline/index.js +1 -1
  1014. package/lib/Tooltip/index.d.ts +3 -3
  1015. package/lib/Tooltip/index.js +1 -1
  1016. package/lib/Tooltip/index.vue.d.ts +1 -1
  1017. package/lib/Tooltip/index.vue.js +1 -1
  1018. package/lib/Tooltip/index.vue3.js +1 -1
  1019. package/lib/Transfer/Transfer.vue.d.ts +3 -3
  1020. package/lib/Transfer/Transfer.vue.js +1 -1
  1021. package/lib/Transfer/Transfer.vue3.js +1 -1
  1022. package/lib/Transfer/TransferPanel.vue.js +1 -1
  1023. package/lib/Transfer/TransferPanel.vue3.js +1 -1
  1024. package/lib/Transfer/hooks/useContext.d.ts +2 -2
  1025. package/lib/Transfer/hooks/useContext.js +1 -1
  1026. package/lib/Transfer/index.d.ts +8 -8
  1027. package/lib/Transfer/index.js +1 -1
  1028. package/lib/Trigger/hooks/useContext.d.ts +2 -3
  1029. package/lib/Trigger/hooks/useContext.js +1 -1
  1030. package/lib/Trigger/hooks/useTriggerPosition.js +1 -1
  1031. package/lib/Trigger/hooks/useTriggerVisible.js +1 -1
  1032. package/lib/Trigger/index.d.ts +8 -8
  1033. package/lib/Trigger/index.js +1 -1
  1034. package/lib/Trigger/index.vue.d.ts +6 -6
  1035. package/lib/Trigger/index.vue.js +1 -1
  1036. package/lib/Trigger/index.vue3.js +1 -1
  1037. package/lib/Typography/Typography.vue.js +1 -1
  1038. package/lib/Typography/Typography.vue3.js +1 -1
  1039. package/lib/Typography/TypographyBase.vue.d.ts +30 -30
  1040. package/lib/Typography/TypographyBase.vue.js +1 -1
  1041. package/lib/Typography/TypographyBase.vue3.js +1 -1
  1042. package/lib/Typography/TypographyParagraph.vue.d.ts +2 -2
  1043. package/lib/Typography/TypographyParagraph.vue.js +1 -1
  1044. package/lib/Typography/TypographyParagraph.vue3.js +1 -1
  1045. package/lib/Typography/TypographyText.vue.d.ts +1 -2
  1046. package/lib/Typography/TypographyText.vue.js +1 -1
  1047. package/lib/Typography/TypographyText.vue2.js +1 -1
  1048. package/lib/Typography/TypographyTitle.vue.d.ts +2 -2
  1049. package/lib/Typography/TypographyTitle.vue.js +1 -1
  1050. package/lib/Typography/TypographyTitle.vue3.js +1 -1
  1051. package/lib/Typography/index.js +1 -1
  1052. package/lib/VerificationCode/index.d.ts +6 -6
  1053. package/lib/VerificationCode/index.js +1 -1
  1054. package/lib/VerificationCode/index.vue.d.ts +2 -2
  1055. package/lib/VerificationCode/index.vue.js +1 -1
  1056. package/lib/VerificationCode/index.vue3.js +1 -1
  1057. package/lib/Watermark/index.d.ts +3 -3
  1058. package/lib/Watermark/index.js +1 -1
  1059. package/lib/Watermark/index.vue.d.ts +1 -1
  1060. package/lib/Watermark/index.vue.js +1 -1
  1061. package/lib/Watermark/index.vue3.js +1 -1
  1062. package/lib/_shared/components/ExpandTransition/index.vue2.js +1 -1
  1063. package/lib/_shared/components/ExpandTransition/index.vue3.js +1 -1
  1064. package/lib/_shared/components/Icon/index.vue2.js +1 -1
  1065. package/lib/_shared/components/Icon/index.vue3.js +1 -1
  1066. package/lib/_shared/components/IconButton/index.vue.js +1 -0
  1067. package/lib/_shared/components/IconButton/index.vue3.js +1 -1
  1068. package/lib/_shared/components/PreventFocus/index.vue.js +1 -1
  1069. package/lib/_shared/components/PreventFocus/index.vue2.js +1 -1
  1070. package/lib/_shared/constants/index.js +1 -1
  1071. package/lib/_shared/icons/Icon403.svg.js +1 -1
  1072. package/lib/_shared/icons/Icon404.svg.js +1 -1
  1073. package/lib/_shared/icons/Icon500.svg.js +1 -1
  1074. package/lib/_shared/icons/IconArrowDown.vue.js +1 -1
  1075. package/lib/_shared/icons/IconArrowDown.vue2.js +1 -1
  1076. package/lib/_shared/icons/IconArrowRight.vue.js +1 -1
  1077. package/lib/_shared/icons/IconArrowRight.vue2.js +1 -1
  1078. package/lib/_shared/icons/IconCheck.vue.js +1 -1
  1079. package/lib/_shared/icons/IconCheck.vue2.js +1 -1
  1080. package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -1
  1081. package/lib/_shared/icons/IconCheckboxChecked.vue2.js +1 -1
  1082. package/lib/_shared/icons/IconClose.vue.js +1 -1
  1083. package/lib/_shared/icons/IconClose.vue2.js +1 -1
  1084. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  1085. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  1086. package/lib/_shared/icons/IconDelete.vue.js +1 -1
  1087. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  1088. package/lib/_shared/icons/IconDragDot.vue.js +1 -1
  1089. package/lib/_shared/icons/IconDragDot.vue2.js +1 -1
  1090. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  1091. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  1092. package/lib/_shared/icons/IconEmpty.vue.js +1 -1
  1093. package/lib/_shared/icons/IconEmpty.vue2.js +1 -1
  1094. package/lib/_shared/icons/IconError.vue.js +1 -1
  1095. package/lib/_shared/icons/IconError.vue2.js +1 -1
  1096. package/lib/_shared/icons/IconExclamation.vue.js +1 -1
  1097. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  1098. package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
  1099. package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
  1100. package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
  1101. package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -1
  1102. package/lib/_shared/icons/IconFaceSmile.vue.js +1 -1
  1103. package/lib/_shared/icons/IconFaceSmile.vue2.js +1 -1
  1104. package/lib/_shared/icons/IconFullScreen.vue.js +1 -1
  1105. package/lib/_shared/icons/IconFullScreen.vue2.js +1 -1
  1106. package/lib/_shared/icons/IconImageClose.vue.js +1 -1
  1107. package/lib/_shared/icons/IconImageClose.vue2.js +1 -1
  1108. package/lib/_shared/icons/IconInfo.vue.js +1 -1
  1109. package/lib/_shared/icons/IconInfo.vue2.js +1 -1
  1110. package/lib/_shared/icons/IconInfoLine.vue.js +1 -1
  1111. package/lib/_shared/icons/IconInfoLine.vue2.js +1 -1
  1112. package/lib/_shared/icons/IconLink.vue.js +1 -1
  1113. package/lib/_shared/icons/IconLink.vue2.js +1 -1
  1114. package/lib/_shared/icons/IconLoading.vue.js +1 -1
  1115. package/lib/_shared/icons/IconLoading.vue2.js +1 -1
  1116. package/lib/_shared/icons/IconMenuFold.vue.js +1 -1
  1117. package/lib/_shared/icons/IconMenuFold.vue2.js +1 -1
  1118. package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -1
  1119. package/lib/_shared/icons/IconMenuUnfold.vue2.js +1 -1
  1120. package/lib/_shared/icons/IconMinus.vue.js +1 -1
  1121. package/lib/_shared/icons/IconMinus.vue2.js +1 -1
  1122. package/lib/_shared/icons/IconMore.vue.js +1 -1
  1123. package/lib/_shared/icons/IconMore.vue2.js +1 -1
  1124. package/lib/_shared/icons/IconOriginSize.vue.js +1 -1
  1125. package/lib/_shared/icons/IconOriginSize.vue2.js +1 -1
  1126. package/lib/_shared/icons/IconPlus.vue.js +1 -1
  1127. package/lib/_shared/icons/IconPlus.vue2.js +1 -1
  1128. package/lib/_shared/icons/IconRight.vue.js +1 -1
  1129. package/lib/_shared/icons/IconRight.vue2.js +1 -1
  1130. package/lib/_shared/icons/IconRotateLeft.vue.js +1 -1
  1131. package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -1
  1132. package/lib/_shared/icons/IconRotateRight.vue.js +1 -1
  1133. package/lib/_shared/icons/IconRotateRight.vue2.js +1 -1
  1134. package/lib/_shared/icons/IconSearch.vue.js +1 -1
  1135. package/lib/_shared/icons/IconSearch.vue2.js +1 -1
  1136. package/lib/_shared/icons/IconSeparator.vue.js +1 -1
  1137. package/lib/_shared/icons/IconSeparator.vue2.js +1 -1
  1138. package/lib/_shared/icons/IconStar.vue.js +1 -1
  1139. package/lib/_shared/icons/IconStar.vue2.js +1 -1
  1140. package/lib/_shared/icons/IconSuccess.vue.js +1 -1
  1141. package/lib/_shared/icons/IconSuccess.vue2.js +1 -1
  1142. package/lib/_shared/icons/IconTime.vue.js +1 -1
  1143. package/lib/_shared/icons/IconTime.vue2.js +1 -1
  1144. package/lib/_shared/icons/IconToTop.vue.js +1 -1
  1145. package/lib/_shared/icons/IconToTop.vue2.js +1 -1
  1146. package/lib/_shared/icons/IconWarning.vue.js +1 -1
  1147. package/lib/_shared/icons/IconWarning.vue2.js +1 -1
  1148. package/lib/_shared/icons/IconZoomIn.vue.js +1 -1
  1149. package/lib/_shared/icons/IconZoomIn.vue2.js +1 -1
  1150. package/lib/_shared/icons/IconZoomOut.vue.js +1 -1
  1151. package/lib/_shared/icons/IconZoomOut.vue2.js +1 -1
  1152. package/lib/_shared/utils/color.js +1 -1
  1153. package/lib/_shared/utils/control.d.ts +2 -2
  1154. package/lib/_shared/utils/control.js +1 -1
  1155. package/lib/_shared/utils/global-config.js +1 -1
  1156. package/lib/_shared/utils/is.d.ts +0 -15
  1157. package/lib/_shared/utils/locale.js +1 -1
  1158. package/lib/_shared/utils/time.js +1 -1
  1159. package/lib/_shared/utils/vue-utils.d.ts +2 -1
  1160. package/lib/_shared/utils/vue-utils.js +1 -1
  1161. package/lib/index.d.ts +74 -74
  1162. package/lib/index.js +1 -1
  1163. package/lib/node_modules/b-tween/dist/b-tween.es.js +1 -1
  1164. package/lib/node_modules/dayjs/dayjs.min.js +1 -1
  1165. package/lib/node_modules/dayjs/plugin/duration.js +1 -1
  1166. package/lib/node_modules/dayjs/plugin/isSameOrAfter.js +1 -1
  1167. package/lib/node_modules/dayjs/plugin/isSameOrBefore.js +1 -1
  1168. package/lib/node_modules/dayjs/plugin/toObject.js +1 -1
  1169. package/lib/node_modules/tinycolor2/esm/tinycolor.js +1 -1
  1170. package/lib/src/lang/lang-es/zh-cn.js +1 -1
  1171. package/package.json +1 -1
  1172. package/es/_shared/utils/index.d.ts +0 -8
  1173. package/lib/_shared/components/IconButton/index.vue2.js +0 -1
  1174. package/lib/_shared/utils/index.d.ts +0 -8
@@ -1,9 +1,9 @@
1
1
  import { nextTick } from 'vue';
2
- import { MentionProps, MentionSlots } from './type';
2
+ import { MentionProps } from './type';
3
3
  import { SelectOptionValue } from '../Select';
4
4
  declare function __VLS_template(): {
5
5
  attrs: Partial<{}>;
6
- slots: Readonly<MentionSlots> & MentionSlots;
6
+ slots: any;
7
7
  refs: {
8
8
  autoCompleteRef: ({
9
9
  $: import('vue').ComponentInternalInstance;
@@ -23,13 +23,13 @@ declare function __VLS_template(): {
23
23
  readonly isSearch?: boolean | undefined;
24
24
  readonly type?: "textarea" | "input" | undefined;
25
25
  readonly onChange?: ((value: string) => any) | undefined;
26
- readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
27
26
  readonly onClear?: ((ev?: Event | undefined) => any) | undefined;
28
- readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
29
27
  readonly onInput?: ((value: string, ev: Event) => any) | undefined;
30
- readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
31
- readonly onSelect?: ((value: string) => any) | undefined;
32
28
  readonly onSearch?: ((value: string) => any) | undefined;
29
+ readonly onSelect?: ((value: string) => any) | undefined;
30
+ readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
31
+ readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
32
+ readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
33
33
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
34
34
  readonly "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
35
35
  readonly "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
@@ -81,15 +81,15 @@ declare function __VLS_template(): {
81
81
  readonly hotkeys?: boolean | undefined;
82
82
  readonly showEmpty?: boolean | undefined;
83
83
  readonly onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
84
- readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
85
- readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
86
84
  readonly onClear?: (() => any) | undefined;
87
- readonly onSelect?: ((value: SelectOptionValue) => any) | undefined;
88
85
  readonly onSearch?: ((value: string) => any) | undefined;
86
+ readonly onSelect?: ((value: SelectOptionValue) => any) | undefined;
87
+ readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
88
+ readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
89
+ readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
89
90
  readonly "onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
90
91
  readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
91
92
  readonly "onInput-value-change"?: ((value: string) => any) | undefined;
92
- readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
93
93
  readonly onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
94
94
  readonly "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
95
95
  readonly "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
@@ -209,7 +209,7 @@ declare function __VLS_template(): {
209
209
  }> & Omit<Readonly<{
210
210
  preventFocus?: boolean;
211
211
  tag?: string;
212
- }> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
212
+ }> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
213
213
  $slots: {
214
214
  default?(_: {}): any;
215
215
  };
@@ -239,6 +239,8 @@ declare function __VLS_template(): {
239
239
  show: () => any;
240
240
  hide: () => any;
241
241
  }, string, {
242
+ popupContainer: import('../_shared/type').PopupContainer;
243
+ renderToBody: boolean;
242
244
  trigger: import('..').TriggerType;
243
245
  mouseEnterDelay: number;
244
246
  popupVisible: boolean;
@@ -266,8 +268,6 @@ declare function __VLS_template(): {
266
268
  duration: number;
267
269
  autoFitPopupWidth: boolean;
268
270
  autoFitPopupMinWidth: boolean;
269
- popupContainer: import('../_shared/type').PopupContainer;
270
- renderToBody: boolean;
271
271
  autoFitPosition: boolean;
272
272
  updateAtScroll: boolean;
273
273
  preventFocus: boolean;
@@ -293,6 +293,8 @@ declare function __VLS_template(): {
293
293
  $nextTick: typeof nextTick;
294
294
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
295
295
  } & Readonly<{
296
+ popupContainer: import('../_shared/type').PopupContainer;
297
+ renderToBody: boolean;
296
298
  trigger: import('..').TriggerType;
297
299
  mouseEnterDelay: number;
298
300
  popupVisible: boolean;
@@ -320,8 +322,6 @@ declare function __VLS_template(): {
320
322
  duration: number;
321
323
  autoFitPopupWidth: boolean;
322
324
  autoFitPopupMinWidth: boolean;
323
- popupContainer: import('../_shared/type').PopupContainer;
324
- renderToBody: boolean;
325
325
  autoFitPosition: boolean;
326
326
  updateAtScroll: boolean;
327
327
  preventFocus: boolean;
@@ -331,12 +331,12 @@ declare function __VLS_template(): {
331
331
  "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
332
332
  onShow?: (() => any) | undefined;
333
333
  onHide?: (() => any) | undefined;
334
- }>, "show" | "hide" | ("trigger" | "mouseEnterDelay" | "popupVisible" | "defaultPopupVisible" | "clickToClose" | "blurToClose" | "clickOutsideToClose" | "mouseLeaveDelay" | "focusDelay" | "disabled" | "scrollToCloseDistance" | "scrollToClose" | "autoSetPosition" | "alignPoint" | "position" | "popupOffset" | "popupTranslate" | "showArrow" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "animationName" | "duration" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "popupContainer" | "renderToBody" | "autoFitPosition" | "updateAtScroll" | "preventFocus" | "needTransformOrigin") | "updatePosition"> & import('vue').ShallowUnwrapRef<{
334
+ }>, "show" | "hide" | ("popupContainer" | "renderToBody" | "trigger" | "mouseEnterDelay" | "popupVisible" | "defaultPopupVisible" | "clickToClose" | "blurToClose" | "clickOutsideToClose" | "mouseLeaveDelay" | "focusDelay" | "disabled" | "scrollToCloseDistance" | "scrollToClose" | "autoSetPosition" | "alignPoint" | "position" | "popupOffset" | "popupTranslate" | "showArrow" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "animationName" | "duration" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "autoFitPosition" | "updateAtScroll" | "preventFocus" | "needTransformOrigin") | "updatePosition"> & import('vue').ShallowUnwrapRef<{
335
335
  hide(): void;
336
336
  show(): void;
337
337
  updatePosition(x: number, y: number): void;
338
- }> & {} & import('vue').ComponentCustomProperties & {} & {
339
- $slots: Readonly<import('..').TriggerSlots> & import('..').TriggerSlots;
338
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
339
+ $slots: any;
340
340
  }) | null;
341
341
  inputRef: ({
342
342
  $: import('vue').ComponentInternalInstance;
@@ -359,14 +359,14 @@ declare function __VLS_template(): {
359
359
  readonly tagNowrap?: boolean | undefined;
360
360
  readonly fieldNames?: Record<string, string> | undefined;
361
361
  readonly allowCreate?: boolean | undefined;
362
- readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
363
362
  readonly onClear?: ((ev: MouseEvent) => any) | undefined;
364
- readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
365
363
  readonly onInput?: ((value: string) => any) | undefined;
364
+ readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
365
+ readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
366
+ readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
366
367
  readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
367
368
  readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
368
369
  readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
369
- readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
370
370
  readonly "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
371
371
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
372
372
  $attrs: {
@@ -384,35 +384,35 @@ declare function __VLS_template(): {
384
384
  $root: import('vue').ComponentPublicInstance | null;
385
385
  $parent: import('vue').ComponentPublicInstance | null;
386
386
  $host: Element | null;
387
- $emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "update:modelValue", value: import('..').InputTagValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string, ev: Event) => void) & ((event: "remove", value: string | number, ev: MouseEvent | KeyboardEvent) => void) & ((event: "press-enter", ev: KeyboardEvent) => void);
387
+ $emit: ((event: "clear", ev: MouseEvent) => void) & ((event: "input", value: string) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "remove", value: string | number, ev: MouseEvent | KeyboardEvent) => void) & ((event: "update:modelValue", value: import('..').InputTagValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string, ev: Event) => void) & ((event: "press-enter", ev: KeyboardEvent) => void);
388
388
  $el: HTMLDivElement;
389
389
  $options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
390
- onFocus?: ((ev: FocusEvent) => any) | undefined;
391
390
  onClear?: ((ev: MouseEvent) => any) | undefined;
392
- onBlur?: ((ev: FocusEvent) => any) | undefined;
393
391
  onInput?: ((value: string) => any) | undefined;
392
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
393
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
394
+ onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
394
395
  "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
395
396
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
396
397
  "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
397
- onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
398
398
  "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
399
399
  }>, {
400
400
  focus(): void;
401
401
  blur(): void;
402
402
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
403
- focus: (ev: FocusEvent) => any;
404
403
  clear: (ev: MouseEvent) => any;
405
- blur: (ev: FocusEvent) => any;
406
404
  input: (value: string) => any;
405
+ blur: (ev: FocusEvent) => any;
406
+ focus: (ev: FocusEvent) => any;
407
+ remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
407
408
  "update:modelValue": (value: import('..').InputTagValue) => any;
408
409
  "update:inputValue": (value: string) => any;
409
410
  "input-value-change": (value: string, ev: Event) => any;
410
- remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
411
411
  "press-enter": (ev: KeyboardEvent) => any;
412
412
  }, string, {
413
413
  size: import('../_shared/type').Size;
414
- disabled: boolean;
415
414
  error: boolean;
415
+ disabled: boolean;
416
416
  placeholder: string;
417
417
  modelValue: import('..').InputTagValue;
418
418
  defaultValue: import('..').InputTagValue;
@@ -448,8 +448,8 @@ declare function __VLS_template(): {
448
448
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
449
449
  } & Readonly<{
450
450
  size: import('../_shared/type').Size;
451
- disabled: boolean;
452
451
  error: boolean;
452
+ disabled: boolean;
453
453
  placeholder: string;
454
454
  modelValue: import('..').InputTagValue;
455
455
  defaultValue: import('..').InputTagValue;
@@ -464,20 +464,20 @@ declare function __VLS_template(): {
464
464
  retainInputValue: import('..').InputRetainValue;
465
465
  uniqueValue: boolean;
466
466
  }> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
467
- onFocus?: ((ev: FocusEvent) => any) | undefined;
468
467
  onClear?: ((ev: MouseEvent) => any) | undefined;
469
- onBlur?: ((ev: FocusEvent) => any) | undefined;
470
468
  onInput?: ((value: string) => any) | undefined;
469
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
470
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
471
+ onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
471
472
  "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
472
473
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
473
474
  "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
474
- onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
475
475
  "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
476
- }>, "focus" | "blur" | ("size" | "disabled" | "error" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
476
+ }>, "blur" | "focus" | ("size" | "error" | "disabled" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
477
477
  focus(): void;
478
478
  blur(): void;
479
- }> & {} & import('vue').ComponentCustomProperties & {} & {
480
- $slots: Readonly<import('..').InputTagSlots> & import('..').InputTagSlots;
479
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
480
+ $slots: any;
481
481
  }) | null;
482
482
  };
483
483
  $slots: Readonly<{
@@ -486,19 +486,19 @@ declare function __VLS_template(): {
486
486
  $root: import('vue').ComponentPublicInstance | null;
487
487
  $parent: import('vue').ComponentPublicInstance | null;
488
488
  $host: Element | null;
489
- $emit: ((event: "change", value: import('../Select').SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "select", value: SelectOptionValue) => void) & ((event: "search", value: string) => void) & ((event: "update:modelValue", value: import('../Select').SelectValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "exceedLimit", value: SelectOptionValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
489
+ $emit: ((event: "change", value: import('../Select').SelectValue) => void) & ((event: "clear") => void) & ((event: "search", value: string) => void) & ((event: "select", value: SelectOptionValue) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "update:modelValue", value: import('../Select').SelectValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string) => void) & ((event: "exceedLimit", value: SelectOptionValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
490
490
  $el: any;
491
491
  $options: import('vue').ComponentOptionsBase<Readonly<import('../Select').SelectProps> & Readonly<{
492
492
  onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
493
- "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
494
- "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
495
493
  onClear?: (() => any) | undefined;
496
- onSelect?: ((value: SelectOptionValue) => any) | undefined;
497
494
  onSearch?: ((value: string) => any) | undefined;
495
+ onSelect?: ((value: SelectOptionValue) => any) | undefined;
496
+ onRemove?: ((index: string | number, ev: Event) => any) | undefined;
497
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
498
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
498
499
  "onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
499
500
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
500
501
  "onInput-value-change"?: ((value: string) => any) | undefined;
501
- onRemove?: ((index: string | number, ev: Event) => any) | undefined;
502
502
  onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
503
503
  "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
504
504
  "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
@@ -508,25 +508,25 @@ declare function __VLS_template(): {
508
508
  getPopupRef(): import('..').TriggerInstance;
509
509
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
510
510
  change: (value: import('../Select').SelectValue) => any;
511
- "update:popupVisible": (value: boolean) => any;
512
- "popup-visible-change": (value: boolean) => any;
513
511
  clear: () => any;
514
- select: (value: SelectOptionValue) => any;
515
512
  search: (value: string) => any;
513
+ select: (value: SelectOptionValue) => any;
514
+ remove: (index: string | number, ev: Event) => any;
515
+ "update:popupVisible": (value: boolean) => any;
516
+ "popup-visible-change": (value: boolean) => any;
516
517
  "update:modelValue": (value: import('../Select').SelectValue) => any;
517
518
  "update:inputValue": (value: string) => any;
518
519
  "input-value-change": (value: string) => any;
519
- remove: (index: string | number, ev: Event) => any;
520
520
  exceedLimit: (value: SelectOptionValue, ev?: MouseEvent | undefined) => any;
521
521
  "dropdown-scroll": (ev: Event) => any;
522
522
  "dropdown-reach-bottom": (ev: Event) => any;
523
523
  }, string, {
524
524
  size: import('../_shared/type').Size;
525
+ error: boolean;
526
+ popupContainer: import('../_shared/type').PopupContainer;
525
527
  popupVisible: boolean;
526
528
  defaultPopupVisible: boolean;
527
529
  disabled: boolean;
528
- popupContainer: import('../_shared/type').PopupContainer;
529
- error: boolean;
530
530
  scrollbar: boolean;
531
531
  multiple: boolean;
532
532
  placeholder: string;
@@ -575,11 +575,11 @@ declare function __VLS_template(): {
575
575
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
576
576
  } & Readonly<{
577
577
  size: import('../_shared/type').Size;
578
+ error: boolean;
579
+ popupContainer: import('../_shared/type').PopupContainer;
578
580
  popupVisible: boolean;
579
581
  defaultPopupVisible: boolean;
580
582
  disabled: boolean;
581
- popupContainer: import('../_shared/type').PopupContainer;
582
- error: boolean;
583
583
  scrollbar: boolean;
584
584
  multiple: boolean;
585
585
  placeholder: string;
@@ -608,31 +608,31 @@ declare function __VLS_template(): {
608
608
  tagNowrap: boolean;
609
609
  }> & Omit<Readonly<import('../Select').SelectProps> & Readonly<{
610
610
  onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
611
- "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
612
- "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
613
611
  onClear?: (() => any) | undefined;
614
- onSelect?: ((value: SelectOptionValue) => any) | undefined;
615
612
  onSearch?: ((value: string) => any) | undefined;
613
+ onSelect?: ((value: SelectOptionValue) => any) | undefined;
614
+ onRemove?: ((index: string | number, ev: Event) => any) | undefined;
615
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
616
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
616
617
  "onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
617
618
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
618
619
  "onInput-value-change"?: ((value: string) => any) | undefined;
619
- onRemove?: ((index: string | number, ev: Event) => any) | undefined;
620
620
  onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
621
621
  "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
622
622
  "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
623
- }>, "focus" | "blur" | ("size" | "popupVisible" | "defaultPopupVisible" | "disabled" | "popupContainer" | "error" | "scrollbar" | "multiple" | "placeholder" | "loading" | "bordered" | "modelValue" | "defaultValue" | "allowClear" | "showExtraOptions" | "options" | "limit" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowSearch" | "valueKey" | "showEmpty" | "allowCreate" | "maxTagCount" | "filterOption" | "virtualListProps" | "triggerProps" | "searchDelay" | "showHeaderOnEmpty" | "showFooterOnEmpty" | "tagNowrap") | "getPopupRef"> & import('vue').ShallowUnwrapRef<{
623
+ }>, "blur" | "focus" | ("size" | "error" | "popupContainer" | "popupVisible" | "defaultPopupVisible" | "disabled" | "scrollbar" | "multiple" | "placeholder" | "loading" | "bordered" | "modelValue" | "defaultValue" | "allowClear" | "showExtraOptions" | "options" | "limit" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowSearch" | "valueKey" | "showEmpty" | "allowCreate" | "maxTagCount" | "filterOption" | "virtualListProps" | "triggerProps" | "searchDelay" | "showHeaderOnEmpty" | "showFooterOnEmpty" | "tagNowrap") | "getPopupRef"> & import('vue').ShallowUnwrapRef<{
624
624
  focus(): void;
625
625
  blur(): void;
626
626
  getPopupRef(): import('..').TriggerInstance;
627
- }> & {} & import('vue').ComponentCustomProperties & {} & {
628
- $slots: Readonly<import('../Select').SelectSlots> & import('../Select').SelectSlots;
627
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
628
+ $slots: any;
629
629
  }) | null;
630
630
  inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').TextareaProps> & Readonly<{
631
631
  onChange?: ((value: string, ev: Event) => any) | undefined;
632
- onFocus?: ((ev: FocusEvent) => any) | undefined;
633
632
  onClear?: ((ev: MouseEvent) => any) | undefined;
634
- onBlur?: ((ev: FocusEvent) => any) | undefined;
635
633
  onInput?: ((value: string, ev: Event) => any) | undefined;
634
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
635
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
636
636
  onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
637
637
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
638
638
  }>, {
@@ -642,15 +642,15 @@ declare function __VLS_template(): {
642
642
  getMirrorRef(): HTMLDivElement;
643
643
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
644
644
  change: (value: string, ev: Event) => any;
645
- focus: (ev: FocusEvent) => any;
646
645
  clear: (ev: MouseEvent) => any;
647
- blur: (ev: FocusEvent) => any;
648
646
  input: (value: string, ev: Event) => any;
647
+ blur: (ev: FocusEvent) => any;
648
+ focus: (ev: FocusEvent) => any;
649
649
  keydown: (ev: KeyboardEvent) => any;
650
650
  "update:modelValue": (value: string) => any;
651
651
  }, import('vue').PublicProps, {
652
- disabled: boolean;
653
652
  error: import('..').AutoSize;
653
+ disabled: boolean;
654
654
  placeholder: string;
655
655
  modelValue: string;
656
656
  defaultValue: string;
@@ -675,10 +675,10 @@ declare function __VLS_template(): {
675
675
  Defaults: {};
676
676
  }, Readonly<import('..').TextareaProps> & Readonly<{
677
677
  onChange?: ((value: string, ev: Event) => any) | undefined;
678
- onFocus?: ((ev: FocusEvent) => any) | undefined;
679
678
  onClear?: ((ev: MouseEvent) => any) | undefined;
680
- onBlur?: ((ev: FocusEvent) => any) | undefined;
681
679
  onInput?: ((value: string, ev: Event) => any) | undefined;
680
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
681
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
682
682
  onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
683
683
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
684
684
  }>, {
@@ -687,8 +687,8 @@ declare function __VLS_template(): {
687
687
  getInputRef(): HTMLTextAreaElement;
688
688
  getMirrorRef(): HTMLDivElement;
689
689
  }, {}, {}, {}, {
690
- disabled: boolean;
691
690
  error: import('..').AutoSize;
691
+ disabled: boolean;
692
692
  placeholder: string;
693
693
  modelValue: string;
694
694
  defaultValue: string;
@@ -709,17 +709,17 @@ declare function __VLS_template(): {
709
709
  $root: import('vue').ComponentPublicInstance | null;
710
710
  $parent: import('vue').ComponentPublicInstance | null;
711
711
  $host: Element | null;
712
- $emit: ((event: "change", value: string) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev?: Event | undefined) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string, ev: Event) => void) & ((event: "keydown", ev: KeyboardEvent) => void) & ((event: "select", value: string) => void) & ((event: "search", value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "dropdown-scroll", ev?: Event | undefined) => void) & ((event: "dropdown-reach-bottom", ev?: Event | undefined) => void);
712
+ $emit: ((event: "change", value: string) => void) & ((event: "clear", ev?: Event | undefined) => void) & ((event: "input", value: string, ev: Event) => void) & ((event: "search", value: string) => void) & ((event: "select", value: string) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "keydown", ev: KeyboardEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "dropdown-scroll", ev?: Event | undefined) => void) & ((event: "dropdown-reach-bottom", ev?: Event | undefined) => void);
713
713
  $el: any;
714
714
  $options: import('vue').ComponentOptionsBase<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
715
715
  onChange?: ((value: string) => any) | undefined;
716
- onFocus?: ((ev: FocusEvent) => any) | undefined;
717
716
  onClear?: ((ev?: Event | undefined) => any) | undefined;
718
- onBlur?: ((ev: FocusEvent) => any) | undefined;
719
717
  onInput?: ((value: string, ev: Event) => any) | undefined;
720
- onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
721
- onSelect?: ((value: string) => any) | undefined;
722
718
  onSearch?: ((value: string) => any) | undefined;
719
+ onSelect?: ((value: string) => any) | undefined;
720
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
721
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
722
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
723
723
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
724
724
  "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
725
725
  "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
@@ -731,22 +731,22 @@ declare function __VLS_template(): {
731
731
  updatePosition(x: number, y: number): void;
732
732
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
733
733
  change: (value: string) => any;
734
- focus: (ev: FocusEvent) => any;
735
734
  clear: (ev?: Event | undefined) => any;
736
- blur: (ev: FocusEvent) => any;
737
735
  input: (value: string, ev: Event) => any;
738
- keydown: (ev: KeyboardEvent) => any;
739
- select: (value: string) => any;
740
736
  search: (value: string) => any;
737
+ select: (value: string) => any;
738
+ blur: (ev: FocusEvent) => any;
739
+ focus: (ev: FocusEvent) => any;
740
+ keydown: (ev: KeyboardEvent) => any;
741
741
  "update:modelValue": (value: string) => any;
742
742
  "dropdown-scroll": (ev?: Event | undefined) => any;
743
743
  "dropdown-reach-bottom": (ev?: Event | undefined) => any;
744
744
  }, string, {
745
- disabled: boolean;
746
- popupContainer: import('../_shared/type').PopupContainer;
747
- strict: boolean;
748
745
  type: "textarea" | "input";
749
746
  data: import('../Select').SelectOption[];
747
+ popupContainer: import('../_shared/type').PopupContainer;
748
+ disabled: boolean;
749
+ strict: boolean;
750
750
  modelValue: string;
751
751
  defaultValue: string;
752
752
  allowClear: boolean;
@@ -775,11 +775,11 @@ declare function __VLS_template(): {
775
775
  $nextTick: typeof nextTick;
776
776
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
777
777
  } & Readonly<{
778
- disabled: boolean;
779
- popupContainer: import('../_shared/type').PopupContainer;
780
- strict: boolean;
781
778
  type: "textarea" | "input";
782
779
  data: import('../Select').SelectOption[];
780
+ popupContainer: import('../_shared/type').PopupContainer;
781
+ disabled: boolean;
782
+ strict: boolean;
783
783
  modelValue: string;
784
784
  defaultValue: string;
785
785
  allowClear: boolean;
@@ -789,24 +789,24 @@ declare function __VLS_template(): {
789
789
  isSearch: boolean;
790
790
  }> & Omit<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
791
791
  onChange?: ((value: string) => any) | undefined;
792
- onFocus?: ((ev: FocusEvent) => any) | undefined;
793
792
  onClear?: ((ev?: Event | undefined) => any) | undefined;
794
- onBlur?: ((ev: FocusEvent) => any) | undefined;
795
793
  onInput?: ((value: string, ev: Event) => any) | undefined;
796
- onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
797
- onSelect?: ((value: string) => any) | undefined;
798
794
  onSearch?: ((value: string) => any) | undefined;
795
+ onSelect?: ((value: string) => any) | undefined;
796
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
797
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
798
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
799
799
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
800
800
  "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
801
801
  "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
802
- }>, "focus" | "blur" | "updatePosition" | "getInputRef" | "getMirrorRef" | ("disabled" | "popupContainer" | "strict" | "type" | "data" | "modelValue" | "defaultValue" | "allowClear" | "filterOption" | "triggerProps" | "isSelectSetValue" | "isSearch")> & import('vue').ShallowUnwrapRef<{
802
+ }>, "blur" | "focus" | "updatePosition" | "getInputRef" | "getMirrorRef" | ("type" | "data" | "popupContainer" | "disabled" | "strict" | "modelValue" | "defaultValue" | "allowClear" | "filterOption" | "triggerProps" | "isSelectSetValue" | "isSearch")> & import('vue').ShallowUnwrapRef<{
803
803
  focus(): void;
804
804
  blur(): void;
805
805
  getInputRef(): HTMLInputElement | HTMLTextAreaElement | undefined;
806
806
  getMirrorRef(): HTMLDivElement | undefined;
807
807
  updatePosition(x: number, y: number): void;
808
- }> & {} & import('vue').ComponentCustomProperties & {} & {
809
- $slots: Readonly<import('../AutoComplete').AutoCompleteSlots> & import('../AutoComplete').AutoCompleteSlots;
808
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
809
+ $slots: any;
810
810
  }) | null;
811
811
  };
812
812
  rootEl: any;
@@ -817,26 +817,26 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
817
817
  blur(): void;
818
818
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
819
819
  change: (value: string) => any;
820
- focus: (ev: FocusEvent) => any;
821
820
  clear: (ev: MouseEvent) => any;
822
- blur: (ev: FocusEvent) => any;
823
821
  input: (value: string, ev: Event) => any;
824
- select: (value: SelectOptionValue) => any;
825
822
  search: (value: string) => any;
823
+ select: (value: SelectOptionValue) => any;
824
+ blur: (ev: FocusEvent) => any;
825
+ focus: (ev: FocusEvent) => any;
826
826
  "update:modelValue": (value: string) => any;
827
827
  }, string, import('vue').PublicProps, Readonly<MentionProps> & Readonly<{
828
828
  onChange?: ((value: string) => any) | undefined;
829
- onFocus?: ((ev: FocusEvent) => any) | undefined;
830
829
  onClear?: ((ev: MouseEvent) => any) | undefined;
831
- onBlur?: ((ev: FocusEvent) => any) | undefined;
832
830
  onInput?: ((value: string, ev: Event) => any) | undefined;
833
- onSelect?: ((value: SelectOptionValue) => any) | undefined;
834
831
  onSearch?: ((value: string) => any) | undefined;
832
+ onSelect?: ((value: SelectOptionValue) => any) | undefined;
833
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
834
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
835
835
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
836
836
  }>, {
837
- disabled: boolean;
838
837
  type: import('./type').MentionType;
839
838
  data: import('../Select').SelectOption[];
839
+ disabled: boolean;
840
840
  split: string;
841
841
  modelValue: string;
842
842
  defaultValue: string;
@@ -861,13 +861,13 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
861
861
  readonly isSearch?: boolean | undefined;
862
862
  readonly type?: "textarea" | "input" | undefined;
863
863
  readonly onChange?: ((value: string) => any) | undefined;
864
- readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
865
864
  readonly onClear?: ((ev?: Event | undefined) => any) | undefined;
866
- readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
867
865
  readonly onInput?: ((value: string, ev: Event) => any) | undefined;
868
- readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
869
- readonly onSelect?: ((value: string) => any) | undefined;
870
866
  readonly onSearch?: ((value: string) => any) | undefined;
867
+ readonly onSelect?: ((value: string) => any) | undefined;
868
+ readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
869
+ readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
870
+ readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
871
871
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
872
872
  readonly "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
873
873
  readonly "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
@@ -919,15 +919,15 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
919
919
  readonly hotkeys?: boolean | undefined;
920
920
  readonly showEmpty?: boolean | undefined;
921
921
  readonly onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
922
- readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
923
- readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
924
922
  readonly onClear?: (() => any) | undefined;
925
- readonly onSelect?: ((value: SelectOptionValue) => any) | undefined;
926
923
  readonly onSearch?: ((value: string) => any) | undefined;
924
+ readonly onSelect?: ((value: SelectOptionValue) => any) | undefined;
925
+ readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
926
+ readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
927
+ readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
927
928
  readonly "onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
928
929
  readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
929
930
  readonly "onInput-value-change"?: ((value: string) => any) | undefined;
930
- readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
931
931
  readonly onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
932
932
  readonly "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
933
933
  readonly "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
@@ -1047,7 +1047,7 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1047
1047
  }> & Omit<Readonly<{
1048
1048
  preventFocus?: boolean;
1049
1049
  tag?: string;
1050
- }> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
1050
+ }> & Readonly<{}>, "preventFocus" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
1051
1051
  $slots: {
1052
1052
  default?(_: {}): any;
1053
1053
  };
@@ -1077,6 +1077,8 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1077
1077
  show: () => any;
1078
1078
  hide: () => any;
1079
1079
  }, string, {
1080
+ popupContainer: import('../_shared/type').PopupContainer;
1081
+ renderToBody: boolean;
1080
1082
  trigger: import('..').TriggerType;
1081
1083
  mouseEnterDelay: number;
1082
1084
  popupVisible: boolean;
@@ -1104,8 +1106,6 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1104
1106
  duration: number;
1105
1107
  autoFitPopupWidth: boolean;
1106
1108
  autoFitPopupMinWidth: boolean;
1107
- popupContainer: import('../_shared/type').PopupContainer;
1108
- renderToBody: boolean;
1109
1109
  autoFitPosition: boolean;
1110
1110
  updateAtScroll: boolean;
1111
1111
  preventFocus: boolean;
@@ -1131,6 +1131,8 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1131
1131
  $nextTick: typeof nextTick;
1132
1132
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1133
1133
  } & Readonly<{
1134
+ popupContainer: import('../_shared/type').PopupContainer;
1135
+ renderToBody: boolean;
1134
1136
  trigger: import('..').TriggerType;
1135
1137
  mouseEnterDelay: number;
1136
1138
  popupVisible: boolean;
@@ -1158,8 +1160,6 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1158
1160
  duration: number;
1159
1161
  autoFitPopupWidth: boolean;
1160
1162
  autoFitPopupMinWidth: boolean;
1161
- popupContainer: import('../_shared/type').PopupContainer;
1162
- renderToBody: boolean;
1163
1163
  autoFitPosition: boolean;
1164
1164
  updateAtScroll: boolean;
1165
1165
  preventFocus: boolean;
@@ -1169,12 +1169,12 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1169
1169
  "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
1170
1170
  onShow?: (() => any) | undefined;
1171
1171
  onHide?: (() => any) | undefined;
1172
- }>, "show" | "hide" | ("trigger" | "mouseEnterDelay" | "popupVisible" | "defaultPopupVisible" | "clickToClose" | "blurToClose" | "clickOutsideToClose" | "mouseLeaveDelay" | "focusDelay" | "disabled" | "scrollToCloseDistance" | "scrollToClose" | "autoSetPosition" | "alignPoint" | "position" | "popupOffset" | "popupTranslate" | "showArrow" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "animationName" | "duration" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "popupContainer" | "renderToBody" | "autoFitPosition" | "updateAtScroll" | "preventFocus" | "needTransformOrigin") | "updatePosition"> & import('vue').ShallowUnwrapRef<{
1172
+ }>, "show" | "hide" | ("popupContainer" | "renderToBody" | "trigger" | "mouseEnterDelay" | "popupVisible" | "defaultPopupVisible" | "clickToClose" | "blurToClose" | "clickOutsideToClose" | "mouseLeaveDelay" | "focusDelay" | "disabled" | "scrollToCloseDistance" | "scrollToClose" | "autoSetPosition" | "alignPoint" | "position" | "popupOffset" | "popupTranslate" | "showArrow" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "animationName" | "duration" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "autoFitPosition" | "updateAtScroll" | "preventFocus" | "needTransformOrigin") | "updatePosition"> & import('vue').ShallowUnwrapRef<{
1173
1173
  hide(): void;
1174
1174
  show(): void;
1175
1175
  updatePosition(x: number, y: number): void;
1176
- }> & {} & import('vue').ComponentCustomProperties & {} & {
1177
- $slots: Readonly<import('..').TriggerSlots> & import('..').TriggerSlots;
1176
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
1177
+ $slots: any;
1178
1178
  }) | null;
1179
1179
  inputRef: ({
1180
1180
  $: import('vue').ComponentInternalInstance;
@@ -1197,14 +1197,14 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1197
1197
  readonly tagNowrap?: boolean | undefined;
1198
1198
  readonly fieldNames?: Record<string, string> | undefined;
1199
1199
  readonly allowCreate?: boolean | undefined;
1200
- readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
1201
1200
  readonly onClear?: ((ev: MouseEvent) => any) | undefined;
1202
- readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
1203
1201
  readonly onInput?: ((value: string) => any) | undefined;
1202
+ readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
1203
+ readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
1204
+ readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
1204
1205
  readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
1205
1206
  readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
1206
1207
  readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
1207
- readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
1208
1208
  readonly "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
1209
1209
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1210
1210
  $attrs: {
@@ -1222,35 +1222,35 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1222
1222
  $root: import('vue').ComponentPublicInstance | null;
1223
1223
  $parent: import('vue').ComponentPublicInstance | null;
1224
1224
  $host: Element | null;
1225
- $emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "update:modelValue", value: import('..').InputTagValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string, ev: Event) => void) & ((event: "remove", value: string | number, ev: MouseEvent | KeyboardEvent) => void) & ((event: "press-enter", ev: KeyboardEvent) => void);
1225
+ $emit: ((event: "clear", ev: MouseEvent) => void) & ((event: "input", value: string) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "remove", value: string | number, ev: MouseEvent | KeyboardEvent) => void) & ((event: "update:modelValue", value: import('..').InputTagValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string, ev: Event) => void) & ((event: "press-enter", ev: KeyboardEvent) => void);
1226
1226
  $el: HTMLDivElement;
1227
1227
  $options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
1228
- onFocus?: ((ev: FocusEvent) => any) | undefined;
1229
1228
  onClear?: ((ev: MouseEvent) => any) | undefined;
1230
- onBlur?: ((ev: FocusEvent) => any) | undefined;
1231
1229
  onInput?: ((value: string) => any) | undefined;
1230
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
1231
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1232
+ onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
1232
1233
  "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
1233
1234
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
1234
1235
  "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
1235
- onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
1236
1236
  "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
1237
1237
  }>, {
1238
1238
  focus(): void;
1239
1239
  blur(): void;
1240
1240
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1241
- focus: (ev: FocusEvent) => any;
1242
1241
  clear: (ev: MouseEvent) => any;
1243
- blur: (ev: FocusEvent) => any;
1244
1242
  input: (value: string) => any;
1243
+ blur: (ev: FocusEvent) => any;
1244
+ focus: (ev: FocusEvent) => any;
1245
+ remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
1245
1246
  "update:modelValue": (value: import('..').InputTagValue) => any;
1246
1247
  "update:inputValue": (value: string) => any;
1247
1248
  "input-value-change": (value: string, ev: Event) => any;
1248
- remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
1249
1249
  "press-enter": (ev: KeyboardEvent) => any;
1250
1250
  }, string, {
1251
1251
  size: import('../_shared/type').Size;
1252
- disabled: boolean;
1253
1252
  error: boolean;
1253
+ disabled: boolean;
1254
1254
  placeholder: string;
1255
1255
  modelValue: import('..').InputTagValue;
1256
1256
  defaultValue: import('..').InputTagValue;
@@ -1286,8 +1286,8 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1286
1286
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1287
1287
  } & Readonly<{
1288
1288
  size: import('../_shared/type').Size;
1289
- disabled: boolean;
1290
1289
  error: boolean;
1290
+ disabled: boolean;
1291
1291
  placeholder: string;
1292
1292
  modelValue: import('..').InputTagValue;
1293
1293
  defaultValue: import('..').InputTagValue;
@@ -1302,20 +1302,20 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1302
1302
  retainInputValue: import('..').InputRetainValue;
1303
1303
  uniqueValue: boolean;
1304
1304
  }> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
1305
- onFocus?: ((ev: FocusEvent) => any) | undefined;
1306
1305
  onClear?: ((ev: MouseEvent) => any) | undefined;
1307
- onBlur?: ((ev: FocusEvent) => any) | undefined;
1308
1306
  onInput?: ((value: string) => any) | undefined;
1307
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
1308
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1309
+ onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
1309
1310
  "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
1310
1311
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
1311
1312
  "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
1312
- onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
1313
1313
  "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
1314
- }>, "focus" | "blur" | ("size" | "disabled" | "error" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
1314
+ }>, "blur" | "focus" | ("size" | "error" | "disabled" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
1315
1315
  focus(): void;
1316
1316
  blur(): void;
1317
- }> & {} & import('vue').ComponentCustomProperties & {} & {
1318
- $slots: Readonly<import('..').InputTagSlots> & import('..').InputTagSlots;
1317
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
1318
+ $slots: any;
1319
1319
  }) | null;
1320
1320
  };
1321
1321
  $slots: Readonly<{
@@ -1324,19 +1324,19 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1324
1324
  $root: import('vue').ComponentPublicInstance | null;
1325
1325
  $parent: import('vue').ComponentPublicInstance | null;
1326
1326
  $host: Element | null;
1327
- $emit: ((event: "change", value: import('../Select').SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "select", value: SelectOptionValue) => void) & ((event: "search", value: string) => void) & ((event: "update:modelValue", value: import('../Select').SelectValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "exceedLimit", value: SelectOptionValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
1327
+ $emit: ((event: "change", value: import('../Select').SelectValue) => void) & ((event: "clear") => void) & ((event: "search", value: string) => void) & ((event: "select", value: SelectOptionValue) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "update:modelValue", value: import('../Select').SelectValue) => void) & ((event: "update:inputValue", value: string) => void) & ((event: "input-value-change", value: string) => void) & ((event: "exceedLimit", value: SelectOptionValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
1328
1328
  $el: any;
1329
1329
  $options: import('vue').ComponentOptionsBase<Readonly<import('../Select').SelectProps> & Readonly<{
1330
1330
  onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
1331
- "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
1332
- "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
1333
1331
  onClear?: (() => any) | undefined;
1334
- onSelect?: ((value: SelectOptionValue) => any) | undefined;
1335
1332
  onSearch?: ((value: string) => any) | undefined;
1333
+ onSelect?: ((value: SelectOptionValue) => any) | undefined;
1334
+ onRemove?: ((index: string | number, ev: Event) => any) | undefined;
1335
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
1336
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
1336
1337
  "onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
1337
1338
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
1338
1339
  "onInput-value-change"?: ((value: string) => any) | undefined;
1339
- onRemove?: ((index: string | number, ev: Event) => any) | undefined;
1340
1340
  onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
1341
1341
  "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
1342
1342
  "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
@@ -1346,25 +1346,25 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1346
1346
  getPopupRef(): import('..').TriggerInstance;
1347
1347
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1348
1348
  change: (value: import('../Select').SelectValue) => any;
1349
- "update:popupVisible": (value: boolean) => any;
1350
- "popup-visible-change": (value: boolean) => any;
1351
1349
  clear: () => any;
1352
- select: (value: SelectOptionValue) => any;
1353
1350
  search: (value: string) => any;
1351
+ select: (value: SelectOptionValue) => any;
1352
+ remove: (index: string | number, ev: Event) => any;
1353
+ "update:popupVisible": (value: boolean) => any;
1354
+ "popup-visible-change": (value: boolean) => any;
1354
1355
  "update:modelValue": (value: import('../Select').SelectValue) => any;
1355
1356
  "update:inputValue": (value: string) => any;
1356
1357
  "input-value-change": (value: string) => any;
1357
- remove: (index: string | number, ev: Event) => any;
1358
1358
  exceedLimit: (value: SelectOptionValue, ev?: MouseEvent | undefined) => any;
1359
1359
  "dropdown-scroll": (ev: Event) => any;
1360
1360
  "dropdown-reach-bottom": (ev: Event) => any;
1361
1361
  }, string, {
1362
1362
  size: import('../_shared/type').Size;
1363
+ error: boolean;
1364
+ popupContainer: import('../_shared/type').PopupContainer;
1363
1365
  popupVisible: boolean;
1364
1366
  defaultPopupVisible: boolean;
1365
1367
  disabled: boolean;
1366
- popupContainer: import('../_shared/type').PopupContainer;
1367
- error: boolean;
1368
1368
  scrollbar: boolean;
1369
1369
  multiple: boolean;
1370
1370
  placeholder: string;
@@ -1413,11 +1413,11 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1413
1413
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1414
1414
  } & Readonly<{
1415
1415
  size: import('../_shared/type').Size;
1416
+ error: boolean;
1417
+ popupContainer: import('../_shared/type').PopupContainer;
1416
1418
  popupVisible: boolean;
1417
1419
  defaultPopupVisible: boolean;
1418
1420
  disabled: boolean;
1419
- popupContainer: import('../_shared/type').PopupContainer;
1420
- error: boolean;
1421
1421
  scrollbar: boolean;
1422
1422
  multiple: boolean;
1423
1423
  placeholder: string;
@@ -1446,31 +1446,31 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1446
1446
  tagNowrap: boolean;
1447
1447
  }> & Omit<Readonly<import('../Select').SelectProps> & Readonly<{
1448
1448
  onChange?: ((value: import('../Select').SelectValue) => any) | undefined;
1449
- "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
1450
- "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
1451
1449
  onClear?: (() => any) | undefined;
1452
- onSelect?: ((value: SelectOptionValue) => any) | undefined;
1453
1450
  onSearch?: ((value: string) => any) | undefined;
1451
+ onSelect?: ((value: SelectOptionValue) => any) | undefined;
1452
+ onRemove?: ((index: string | number, ev: Event) => any) | undefined;
1453
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
1454
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
1454
1455
  "onUpdate:modelValue"?: ((value: import('../Select').SelectValue) => any) | undefined;
1455
1456
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
1456
1457
  "onInput-value-change"?: ((value: string) => any) | undefined;
1457
- onRemove?: ((index: string | number, ev: Event) => any) | undefined;
1458
1458
  onExceedLimit?: ((value: SelectOptionValue, ev?: MouseEvent | undefined) => any) | undefined;
1459
1459
  "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
1460
1460
  "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
1461
- }>, "focus" | "blur" | ("size" | "popupVisible" | "defaultPopupVisible" | "disabled" | "popupContainer" | "error" | "scrollbar" | "multiple" | "placeholder" | "loading" | "bordered" | "modelValue" | "defaultValue" | "allowClear" | "showExtraOptions" | "options" | "limit" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowSearch" | "valueKey" | "showEmpty" | "allowCreate" | "maxTagCount" | "filterOption" | "virtualListProps" | "triggerProps" | "searchDelay" | "showHeaderOnEmpty" | "showFooterOnEmpty" | "tagNowrap") | "getPopupRef"> & import('vue').ShallowUnwrapRef<{
1461
+ }>, "blur" | "focus" | ("size" | "error" | "popupContainer" | "popupVisible" | "defaultPopupVisible" | "disabled" | "scrollbar" | "multiple" | "placeholder" | "loading" | "bordered" | "modelValue" | "defaultValue" | "allowClear" | "showExtraOptions" | "options" | "limit" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowSearch" | "valueKey" | "showEmpty" | "allowCreate" | "maxTagCount" | "filterOption" | "virtualListProps" | "triggerProps" | "searchDelay" | "showHeaderOnEmpty" | "showFooterOnEmpty" | "tagNowrap") | "getPopupRef"> & import('vue').ShallowUnwrapRef<{
1462
1462
  focus(): void;
1463
1463
  blur(): void;
1464
1464
  getPopupRef(): import('..').TriggerInstance;
1465
- }> & {} & import('vue').ComponentCustomProperties & {} & {
1466
- $slots: Readonly<import('../Select').SelectSlots> & import('../Select').SelectSlots;
1465
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
1466
+ $slots: any;
1467
1467
  }) | null;
1468
1468
  inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').TextareaProps> & Readonly<{
1469
1469
  onChange?: ((value: string, ev: Event) => any) | undefined;
1470
- onFocus?: ((ev: FocusEvent) => any) | undefined;
1471
1470
  onClear?: ((ev: MouseEvent) => any) | undefined;
1472
- onBlur?: ((ev: FocusEvent) => any) | undefined;
1473
1471
  onInput?: ((value: string, ev: Event) => any) | undefined;
1472
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
1473
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1474
1474
  onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
1475
1475
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1476
1476
  }>, {
@@ -1480,15 +1480,15 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1480
1480
  getMirrorRef(): HTMLDivElement;
1481
1481
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1482
1482
  change: (value: string, ev: Event) => any;
1483
- focus: (ev: FocusEvent) => any;
1484
1483
  clear: (ev: MouseEvent) => any;
1485
- blur: (ev: FocusEvent) => any;
1486
1484
  input: (value: string, ev: Event) => any;
1485
+ blur: (ev: FocusEvent) => any;
1486
+ focus: (ev: FocusEvent) => any;
1487
1487
  keydown: (ev: KeyboardEvent) => any;
1488
1488
  "update:modelValue": (value: string) => any;
1489
1489
  }, import('vue').PublicProps, {
1490
- disabled: boolean;
1491
1490
  error: import('..').AutoSize;
1491
+ disabled: boolean;
1492
1492
  placeholder: string;
1493
1493
  modelValue: string;
1494
1494
  defaultValue: string;
@@ -1513,10 +1513,10 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1513
1513
  Defaults: {};
1514
1514
  }, Readonly<import('..').TextareaProps> & Readonly<{
1515
1515
  onChange?: ((value: string, ev: Event) => any) | undefined;
1516
- onFocus?: ((ev: FocusEvent) => any) | undefined;
1517
1516
  onClear?: ((ev: MouseEvent) => any) | undefined;
1518
- onBlur?: ((ev: FocusEvent) => any) | undefined;
1519
1517
  onInput?: ((value: string, ev: Event) => any) | undefined;
1518
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
1519
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1520
1520
  onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
1521
1521
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1522
1522
  }>, {
@@ -1525,8 +1525,8 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1525
1525
  getInputRef(): HTMLTextAreaElement;
1526
1526
  getMirrorRef(): HTMLDivElement;
1527
1527
  }, {}, {}, {}, {
1528
- disabled: boolean;
1529
1528
  error: import('..').AutoSize;
1529
+ disabled: boolean;
1530
1530
  placeholder: string;
1531
1531
  modelValue: string;
1532
1532
  defaultValue: string;
@@ -1547,17 +1547,17 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1547
1547
  $root: import('vue').ComponentPublicInstance | null;
1548
1548
  $parent: import('vue').ComponentPublicInstance | null;
1549
1549
  $host: Element | null;
1550
- $emit: ((event: "change", value: string) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev?: Event | undefined) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string, ev: Event) => void) & ((event: "keydown", ev: KeyboardEvent) => void) & ((event: "select", value: string) => void) & ((event: "search", value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "dropdown-scroll", ev?: Event | undefined) => void) & ((event: "dropdown-reach-bottom", ev?: Event | undefined) => void);
1550
+ $emit: ((event: "change", value: string) => void) & ((event: "clear", ev?: Event | undefined) => void) & ((event: "input", value: string, ev: Event) => void) & ((event: "search", value: string) => void) & ((event: "select", value: string) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "focus", ev: FocusEvent) => void) & ((event: "keydown", ev: KeyboardEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "dropdown-scroll", ev?: Event | undefined) => void) & ((event: "dropdown-reach-bottom", ev?: Event | undefined) => void);
1551
1551
  $el: any;
1552
1552
  $options: import('vue').ComponentOptionsBase<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
1553
1553
  onChange?: ((value: string) => any) | undefined;
1554
- onFocus?: ((ev: FocusEvent) => any) | undefined;
1555
1554
  onClear?: ((ev?: Event | undefined) => any) | undefined;
1556
- onBlur?: ((ev: FocusEvent) => any) | undefined;
1557
1555
  onInput?: ((value: string, ev: Event) => any) | undefined;
1558
- onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
1559
- onSelect?: ((value: string) => any) | undefined;
1560
1556
  onSearch?: ((value: string) => any) | undefined;
1557
+ onSelect?: ((value: string) => any) | undefined;
1558
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
1559
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1560
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
1561
1561
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1562
1562
  "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
1563
1563
  "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
@@ -1569,22 +1569,22 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1569
1569
  updatePosition(x: number, y: number): void;
1570
1570
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1571
1571
  change: (value: string) => any;
1572
- focus: (ev: FocusEvent) => any;
1573
1572
  clear: (ev?: Event | undefined) => any;
1574
- blur: (ev: FocusEvent) => any;
1575
1573
  input: (value: string, ev: Event) => any;
1576
- keydown: (ev: KeyboardEvent) => any;
1577
- select: (value: string) => any;
1578
1574
  search: (value: string) => any;
1575
+ select: (value: string) => any;
1576
+ blur: (ev: FocusEvent) => any;
1577
+ focus: (ev: FocusEvent) => any;
1578
+ keydown: (ev: KeyboardEvent) => any;
1579
1579
  "update:modelValue": (value: string) => any;
1580
1580
  "dropdown-scroll": (ev?: Event | undefined) => any;
1581
1581
  "dropdown-reach-bottom": (ev?: Event | undefined) => any;
1582
1582
  }, string, {
1583
- disabled: boolean;
1584
- popupContainer: import('../_shared/type').PopupContainer;
1585
- strict: boolean;
1586
1583
  type: "textarea" | "input";
1587
1584
  data: import('../Select').SelectOption[];
1585
+ popupContainer: import('../_shared/type').PopupContainer;
1586
+ disabled: boolean;
1587
+ strict: boolean;
1588
1588
  modelValue: string;
1589
1589
  defaultValue: string;
1590
1590
  allowClear: boolean;
@@ -1613,11 +1613,11 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1613
1613
  $nextTick: typeof nextTick;
1614
1614
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1615
1615
  } & Readonly<{
1616
- disabled: boolean;
1617
- popupContainer: import('../_shared/type').PopupContainer;
1618
- strict: boolean;
1619
1616
  type: "textarea" | "input";
1620
1617
  data: import('../Select').SelectOption[];
1618
+ popupContainer: import('../_shared/type').PopupContainer;
1619
+ disabled: boolean;
1620
+ strict: boolean;
1621
1621
  modelValue: string;
1622
1622
  defaultValue: string;
1623
1623
  allowClear: boolean;
@@ -1627,24 +1627,24 @@ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
1627
1627
  isSearch: boolean;
1628
1628
  }> & Omit<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
1629
1629
  onChange?: ((value: string) => any) | undefined;
1630
- onFocus?: ((ev: FocusEvent) => any) | undefined;
1631
1630
  onClear?: ((ev?: Event | undefined) => any) | undefined;
1632
- onBlur?: ((ev: FocusEvent) => any) | undefined;
1633
1631
  onInput?: ((value: string, ev: Event) => any) | undefined;
1634
- onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
1635
- onSelect?: ((value: string) => any) | undefined;
1636
1632
  onSearch?: ((value: string) => any) | undefined;
1633
+ onSelect?: ((value: string) => any) | undefined;
1634
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
1635
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1636
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
1637
1637
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1638
1638
  "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
1639
1639
  "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
1640
- }>, "focus" | "blur" | "updatePosition" | "getInputRef" | "getMirrorRef" | ("disabled" | "popupContainer" | "strict" | "type" | "data" | "modelValue" | "defaultValue" | "allowClear" | "filterOption" | "triggerProps" | "isSelectSetValue" | "isSearch")> & import('vue').ShallowUnwrapRef<{
1640
+ }>, "blur" | "focus" | "updatePosition" | "getInputRef" | "getMirrorRef" | ("type" | "data" | "popupContainer" | "disabled" | "strict" | "modelValue" | "defaultValue" | "allowClear" | "filterOption" | "triggerProps" | "isSelectSetValue" | "isSearch")> & import('vue').ShallowUnwrapRef<{
1641
1641
  focus(): void;
1642
1642
  blur(): void;
1643
1643
  getInputRef(): HTMLInputElement | HTMLTextAreaElement | undefined;
1644
1644
  getMirrorRef(): HTMLDivElement | undefined;
1645
1645
  updatePosition(x: number, y: number): void;
1646
- }> & {} & import('vue').ComponentCustomProperties & {} & {
1647
- $slots: Readonly<import('../AutoComplete').AutoCompleteSlots> & import('../AutoComplete').AutoCompleteSlots;
1646
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
1647
+ $slots: any;
1648
1648
  }) | null;
1649
1649
  }, any>;
1650
1650
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;