yc-design-vue 1.0.1

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 (1851) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +87 -0
  3. package/es/Affix/index.d.ts +61 -0
  4. package/es/Affix/index.js +9 -0
  5. package/es/Affix/index.vue.d.ts +33 -0
  6. package/es/Affix/index.vue.js +108 -0
  7. package/es/Affix/index.vue2.js +4 -0
  8. package/es/Affix/type.d.ts +16 -0
  9. package/es/Alert/index.d.ts +63 -0
  10. package/es/Alert/index.js +9 -0
  11. package/es/Alert/index.vue.d.ts +29 -0
  12. package/es/Alert/index.vue.js +7 -0
  13. package/es/Alert/index.vue2.js +101 -0
  14. package/es/Alert/type.d.ts +20 -0
  15. package/es/Anchor/Anchor.vue.d.ts +26 -0
  16. package/es/Anchor/Anchor.vue.js +7 -0
  17. package/es/Anchor/Anchor.vue2.js +74 -0
  18. package/es/Anchor/AnchorLink.vue.d.ts +23 -0
  19. package/es/Anchor/AnchorLink.vue.js +7 -0
  20. package/es/Anchor/AnchorLink.vue2.js +77 -0
  21. package/es/Anchor/hooks/useContext.d.ts +23 -0
  22. package/es/Anchor/hooks/useContext.js +71 -0
  23. package/es/Anchor/index.d.ts +77 -0
  24. package/es/Anchor/index.js +13 -0
  25. package/es/Anchor/type.d.ts +20 -0
  26. package/es/AutoComplete/index.d.ts +747 -0
  27. package/es/AutoComplete/index.js +10 -0
  28. package/es/AutoComplete/index.vue.d.ts +1267 -0
  29. package/es/AutoComplete/index.vue.js +202 -0
  30. package/es/AutoComplete/index.vue3.js +5 -0
  31. package/es/AutoComplete/type.d.ts +45 -0
  32. package/es/Avatar/Avatar.vue.d.ts +38 -0
  33. package/es/Avatar/Avatar.vue.js +7 -0
  34. package/es/Avatar/Avatar.vue2.js +116 -0
  35. package/es/Avatar/AvatarGroup.vue.d.ts +24 -0
  36. package/es/Avatar/AvatarGroup.vue.js +7 -0
  37. package/es/Avatar/AvatarGroup.vue2.js +96 -0
  38. package/es/Avatar/hooks/useContext.d.ts +10 -0
  39. package/es/Avatar/hooks/useContext.js +42 -0
  40. package/es/Avatar/index.d.ts +117 -0
  41. package/es/Avatar/index.js +13 -0
  42. package/es/Avatar/type.d.ts +35 -0
  43. package/es/BackTop/index.d.ts +41 -0
  44. package/es/BackTop/index.js +9 -0
  45. package/es/BackTop/index.vue.d.ts +24 -0
  46. package/es/BackTop/index.vue.js +7 -0
  47. package/es/BackTop/index.vue2.js +83 -0
  48. package/es/BackTop/type.d.ts +10 -0
  49. package/es/Badge/index.d.ts +54 -0
  50. package/es/Badge/index.js +9 -0
  51. package/es/Badge/index.vue.d.ts +25 -0
  52. package/es/Badge/index.vue.js +7 -0
  53. package/es/Badge/index.vue2.js +93 -0
  54. package/es/Badge/type.d.ts +16 -0
  55. package/es/Breadcrumb/Breadcrumb.vue.d.ts +21 -0
  56. package/es/Breadcrumb/Breadcrumb.vue.js +7 -0
  57. package/es/Breadcrumb/Breadcrumb.vue2.js +118 -0
  58. package/es/Breadcrumb/BreadcrumbItem.vue.d.ts +22 -0
  59. package/es/Breadcrumb/BreadcrumbItem.vue.js +7 -0
  60. package/es/Breadcrumb/BreadcrumbItem.vue2.js +76 -0
  61. package/es/Breadcrumb/BreadcrumbMore.vue.d.ts +6 -0
  62. package/es/Breadcrumb/BreadcrumbMore.vue.js +27 -0
  63. package/es/Breadcrumb/BreadcrumbMore.vue2.js +4 -0
  64. package/es/Breadcrumb/BreadcrumbSeparator.vue.d.ts +9 -0
  65. package/es/Breadcrumb/BreadcrumbSeparator.vue.js +7 -0
  66. package/es/Breadcrumb/BreadcrumbSeparator.vue2.js +44 -0
  67. package/es/Breadcrumb/index.d.ts +79 -0
  68. package/es/Breadcrumb/index.js +13 -0
  69. package/es/Breadcrumb/type.d.ts +37 -0
  70. package/es/Button/Button.vue.d.ts +38 -0
  71. package/es/Button/Button.vue.js +7 -0
  72. package/es/Button/Button.vue2.js +107 -0
  73. package/es/Button/ButtonGroup.vue.d.ts +22 -0
  74. package/es/Button/ButtonGroup.vue.js +33 -0
  75. package/es/Button/ButtonGroup.vue3.js +5 -0
  76. package/es/Button/hooks/useContext.d.ts +13 -0
  77. package/es/Button/hooks/useContext.js +63 -0
  78. package/es/Button/index.d.ts +124 -0
  79. package/es/Button/index.js +14 -0
  80. package/es/Button/type.d.ts +37 -0
  81. package/es/Calendar/Calendar.vue.d.ts +32 -0
  82. package/es/Calendar/Calendar.vue.js +7 -0
  83. package/es/Calendar/Calendar.vue2.js +208 -0
  84. package/es/Calendar/CalendarMonth.vue.d.ts +35 -0
  85. package/es/Calendar/CalendarMonth.vue.js +7 -0
  86. package/es/Calendar/CalendarMonth.vue2.js +116 -0
  87. package/es/Calendar/CalendarYear.vue.d.ts +30 -0
  88. package/es/Calendar/CalendarYear.vue.js +7 -0
  89. package/es/Calendar/CalendarYear.vue2.js +96 -0
  90. package/es/Calendar/index.d.ts +70 -0
  91. package/es/Calendar/index.js +9 -0
  92. package/es/Calendar/type.d.ts +25 -0
  93. package/es/Card/Card.vue.d.ts +25 -0
  94. package/es/Card/Card.vue.js +7 -0
  95. package/es/Card/Card.vue2.js +121 -0
  96. package/es/Card/CardGrid.vue.d.ts +18 -0
  97. package/es/Card/CardGrid.vue.js +7 -0
  98. package/es/Card/CardGrid.vue2.js +27 -0
  99. package/es/Card/CardMeta.vue.d.ts +19 -0
  100. package/es/Card/CardMeta.vue.js +7 -0
  101. package/es/Card/CardMeta.vue2.js +70 -0
  102. package/es/Card/hooks/useContext.d.ts +13 -0
  103. package/es/Card/hooks/useContext.js +25 -0
  104. package/es/Card/index.d.ts +106 -0
  105. package/es/Card/index.js +17 -0
  106. package/es/Card/type.d.ts +34 -0
  107. package/es/Carousel/Carousel.vue.d.ts +36 -0
  108. package/es/Carousel/Carousel.vue.js +7 -0
  109. package/es/Carousel/Carousel.vue2.js +131 -0
  110. package/es/Carousel/CarouselArrow.vue.d.ts +9 -0
  111. package/es/Carousel/CarouselArrow.vue.js +7 -0
  112. package/es/Carousel/CarouselArrow.vue2.js +55 -0
  113. package/es/Carousel/CarouselIndicator.vue.d.ts +14 -0
  114. package/es/Carousel/CarouselIndicator.vue.js +7 -0
  115. package/es/Carousel/CarouselIndicator.vue2.js +58 -0
  116. package/es/Carousel/CarouselItem.vue.d.ts +16 -0
  117. package/es/Carousel/CarouselItem.vue.js +7 -0
  118. package/es/Carousel/CarouselItem.vue2.js +55 -0
  119. package/es/Carousel/hooks/useContext.d.ts +28 -0
  120. package/es/Carousel/hooks/useContext.js +106 -0
  121. package/es/Carousel/index.d.ts +103 -0
  122. package/es/Carousel/index.js +13 -0
  123. package/es/Carousel/type.d.ts +35 -0
  124. package/es/Cascader/Cascader.vue.d.ts +382 -0
  125. package/es/Cascader/Cascader.vue.js +7 -0
  126. package/es/Cascader/Cascader.vue2.js +287 -0
  127. package/es/Cascader/CascaderIcon.vue.d.ts +12 -0
  128. package/es/Cascader/CascaderIcon.vue.js +7 -0
  129. package/es/Cascader/CascaderIcon.vue2.js +66 -0
  130. package/es/Cascader/CascaderOption.vue.d.ts +14 -0
  131. package/es/Cascader/CascaderOption.vue.js +7 -0
  132. package/es/Cascader/CascaderOption.vue2.js +208 -0
  133. package/es/Cascader/CascaderPanel.vue.d.ts +2 -0
  134. package/es/Cascader/CascaderPanel.vue.js +7 -0
  135. package/es/Cascader/CascaderPanel.vue2.js +63 -0
  136. package/es/Cascader/CascaderSearchPanel.vue.d.ts +2 -0
  137. package/es/Cascader/CascaderSearchPanel.vue.js +7 -0
  138. package/es/Cascader/CascaderSearchPanel.vue2.js +44 -0
  139. package/es/Cascader/hooks/useContext.d.ts +53 -0
  140. package/es/Cascader/hooks/useContext.js +334 -0
  141. package/es/Cascader/index.d.ts +336 -0
  142. package/es/Cascader/index.js +9 -0
  143. package/es/Cascader/type.d.ts +80 -0
  144. package/es/Checkbox/Checkbox.vue.d.ts +28 -0
  145. package/es/Checkbox/Checkbox.vue.js +7 -0
  146. package/es/Checkbox/Checkbox.vue2.js +115 -0
  147. package/es/Checkbox/CheckboxGroup.vue.d.ts +29 -0
  148. package/es/Checkbox/CheckboxGroup.vue.js +56 -0
  149. package/es/Checkbox/CheckboxGroup.vue3.js +5 -0
  150. package/es/Checkbox/hooks/useContext.d.ts +19 -0
  151. package/es/Checkbox/hooks/useContext.js +57 -0
  152. package/es/Checkbox/index.d.ts +115 -0
  153. package/es/Checkbox/index.js +14 -0
  154. package/es/Checkbox/type.d.ts +48 -0
  155. package/es/Collapse/Collapse.vue.d.ts +30 -0
  156. package/es/Collapse/Collapse.vue.js +7 -0
  157. package/es/Collapse/Collapse.vue2.js +38 -0
  158. package/es/Collapse/CollapseItem.vue.d.ts +22 -0
  159. package/es/Collapse/CollapseItem.vue.js +7 -0
  160. package/es/Collapse/CollapseItem.vue2.js +129 -0
  161. package/es/Collapse/hooks/useContext.d.ts +26 -0
  162. package/es/Collapse/hooks/useContext.js +68 -0
  163. package/es/Collapse/index.d.ts +103 -0
  164. package/es/Collapse/index.js +13 -0
  165. package/es/Collapse/type.d.ts +40 -0
  166. package/es/ColorPicker/ColorControl.vue.d.ts +25 -0
  167. package/es/ColorPicker/ColorControl.vue.js +7 -0
  168. package/es/ColorPicker/ColorControl.vue2.js +113 -0
  169. package/es/ColorPicker/ColorInput.vue.d.ts +19 -0
  170. package/es/ColorPicker/ColorInput.vue.js +8 -0
  171. package/es/ColorPicker/ColorInput.vue2.js +161 -0
  172. package/es/ColorPicker/ColorList.vue.d.ts +10 -0
  173. package/es/ColorPicker/ColorList.vue.js +7 -0
  174. package/es/ColorPicker/ColorList.vue2.js +47 -0
  175. package/es/ColorPicker/ColorPalette.vue.d.ts +20 -0
  176. package/es/ColorPicker/ColorPalette.vue.js +7 -0
  177. package/es/ColorPicker/ColorPalette.vue2.js +101 -0
  178. package/es/ColorPicker/ColorPanel.vue.d.ts +127 -0
  179. package/es/ColorPicker/ColorPanel.vue.js +7 -0
  180. package/es/ColorPicker/ColorPanel.vue2.js +144 -0
  181. package/es/ColorPicker/ColorPicker.vue.d.ts +40 -0
  182. package/es/ColorPicker/ColorPicker.vue.js +7 -0
  183. package/es/ColorPicker/ColorPicker.vue2.js +87 -0
  184. package/es/ColorPicker/hooks/useContext.d.ts +27 -0
  185. package/es/ColorPicker/hooks/useContext.js +92 -0
  186. package/es/ColorPicker/index.d.ts +91 -0
  187. package/es/ColorPicker/index.js +9 -0
  188. package/es/ColorPicker/type.d.ts +23 -0
  189. package/es/Comment/hooks/useContext.d.ts +4 -0
  190. package/es/Comment/hooks/useContext.js +23 -0
  191. package/es/Comment/index.d.ts +45 -0
  192. package/es/Comment/index.js +9 -0
  193. package/es/Comment/index.vue.d.ts +22 -0
  194. package/es/Comment/index.vue.js +7 -0
  195. package/es/Comment/index.vue2.js +110 -0
  196. package/es/Comment/type.d.ts +19 -0
  197. package/es/ConfigProvider/index.d.ts +48 -0
  198. package/es/ConfigProvider/index.js +9 -0
  199. package/es/ConfigProvider/index.vue.d.ts +23 -0
  200. package/es/ConfigProvider/index.vue.js +46 -0
  201. package/es/ConfigProvider/index.vue2.js +4 -0
  202. package/es/ConfigProvider/type.d.ts +17 -0
  203. package/es/Descriptions/Descriptions.vue.d.ts +27 -0
  204. package/es/Descriptions/Descriptions.vue.js +163 -0
  205. package/es/Descriptions/Descriptions.vue3.js +5 -0
  206. package/es/Descriptions/DescriptionsItem.vue.d.ts +19 -0
  207. package/es/Descriptions/DescriptionsItem.vue.js +19 -0
  208. package/es/Descriptions/DescriptionsItem.vue2.js +4 -0
  209. package/es/Descriptions/ReuseItem.vue.d.ts +7 -0
  210. package/es/Descriptions/ReuseItem.vue.js +7 -0
  211. package/es/Descriptions/ReuseItem.vue2.js +62 -0
  212. package/es/Descriptions/ReuseTd.vue.d.ts +9 -0
  213. package/es/Descriptions/ReuseTd.vue.js +7 -0
  214. package/es/Descriptions/ReuseTd.vue2.js +56 -0
  215. package/es/Descriptions/hooks/useContext.d.ts +21 -0
  216. package/es/Descriptions/hooks/useContext.js +77 -0
  217. package/es/Descriptions/index.d.ts +88 -0
  218. package/es/Descriptions/index.js +14 -0
  219. package/es/Descriptions/type.d.ts +50 -0
  220. package/es/Divider/index.d.ts +45 -0
  221. package/es/Divider/index.js +9 -0
  222. package/es/Divider/index.vue.d.ts +22 -0
  223. package/es/Divider/index.vue.js +7 -0
  224. package/es/Divider/index.vue2.js +55 -0
  225. package/es/Divider/type.d.ts +13 -0
  226. package/es/Drawer/Drawer.vue.d.ts +58 -0
  227. package/es/Drawer/Drawer.vue.js +7 -0
  228. package/es/Drawer/Drawer.vue2.js +203 -0
  229. package/es/Drawer/DrawerService.vue.d.ts +26 -0
  230. package/es/Drawer/DrawerService.vue.js +106 -0
  231. package/es/Drawer/DrawerService.vue2.js +4 -0
  232. package/es/Drawer/index.d.ts +145 -0
  233. package/es/Drawer/index.js +37 -0
  234. package/es/Drawer/type.d.ts +60 -0
  235. package/es/Dropdown/Dgroup.vue.d.ts +16 -0
  236. package/es/Dropdown/Dgroup.vue.js +7 -0
  237. package/es/Dropdown/Dgroup.vue2.js +26 -0
  238. package/es/Dropdown/Doption.vue.d.ts +24 -0
  239. package/es/Dropdown/Doption.vue.js +7 -0
  240. package/es/Dropdown/Doption.vue2.js +63 -0
  241. package/es/Dropdown/Dropdown.vue.d.ts +38 -0
  242. package/es/Dropdown/Dropdown.vue.js +111 -0
  243. package/es/Dropdown/Dropdown.vue3.js +5 -0
  244. package/es/Dropdown/DropdownButton.vue.d.ts +35 -0
  245. package/es/Dropdown/DropdownButton.vue.js +84 -0
  246. package/es/Dropdown/DropdownButton.vue2.js +4 -0
  247. package/es/Dropdown/Dsubmenu.vue.d.ts +508 -0
  248. package/es/Dropdown/Dsubmenu.vue.js +7 -0
  249. package/es/Dropdown/Dsubmenu.vue2.js +157 -0
  250. package/es/Dropdown/hooks/useContext.d.ts +14 -0
  251. package/es/Dropdown/hooks/useContext.js +52 -0
  252. package/es/Dropdown/index.d.ts +522 -0
  253. package/es/Dropdown/index.js +26 -0
  254. package/es/Dropdown/type.d.ts +86 -0
  255. package/es/Empty/index.d.ts +36 -0
  256. package/es/Empty/index.js +9 -0
  257. package/es/Empty/index.vue.d.ts +19 -0
  258. package/es/Empty/index.vue.js +7 -0
  259. package/es/Empty/index.vue2.js +44 -0
  260. package/es/Empty/type.d.ts +7 -0
  261. package/es/Grid/Grid.vue.d.ts +22 -0
  262. package/es/Grid/Grid.vue.js +7 -0
  263. package/es/Grid/Grid.vue2.js +42 -0
  264. package/es/Grid/GridCol.vue.d.ts +19 -0
  265. package/es/Grid/GridCol.vue.js +49 -0
  266. package/es/Grid/GridCol.vue2.js +4 -0
  267. package/es/Grid/GridItem.vue.d.ts +20 -0
  268. package/es/Grid/GridItem.vue.js +80 -0
  269. package/es/Grid/GridItem.vue2.js +4 -0
  270. package/es/Grid/GridRow.vue.d.ts +22 -0
  271. package/es/Grid/GridRow.vue.js +7 -0
  272. package/es/Grid/GridRow.vue2.js +49 -0
  273. package/es/Grid/hooks/useContext.d.ts +43 -0
  274. package/es/Grid/hooks/useContext.js +97 -0
  275. package/es/Grid/index.d.ts +136 -0
  276. package/es/Grid/index.js +21 -0
  277. package/es/Grid/type.d.ts +52 -0
  278. package/es/Icon/index.d.ts +38 -0
  279. package/es/Icon/index.js +29 -0
  280. package/es/Icon/index.vue.d.ts +18 -0
  281. package/es/Icon/index.vue.js +7 -0
  282. package/es/Icon/index.vue2.js +56 -0
  283. package/es/Icon/type.d.ts +14 -0
  284. package/es/Image/Image.vue.d.ts +34 -0
  285. package/es/Image/Image.vue.js +7 -0
  286. package/es/Image/Image.vue2.js +184 -0
  287. package/es/Image/ImagePreview.vue.d.ts +39 -0
  288. package/es/Image/ImagePreview.vue.js +7 -0
  289. package/es/Image/ImagePreview.vue2.js +211 -0
  290. package/es/Image/ImagePreviewAction.vue.d.ts +27 -0
  291. package/es/Image/ImagePreviewAction.vue.js +7 -0
  292. package/es/Image/ImagePreviewAction.vue2.js +51 -0
  293. package/es/Image/ImagePreviewArrow.vue.d.ts +5 -0
  294. package/es/Image/ImagePreviewArrow.vue.js +7 -0
  295. package/es/Image/ImagePreviewArrow.vue2.js +27 -0
  296. package/es/Image/ImagePreviewGroup.vue.d.ts +42 -0
  297. package/es/Image/ImagePreviewGroup.vue.js +110 -0
  298. package/es/Image/ImagePreviewGroup.vue2.js +4 -0
  299. package/es/Image/ImagePreviewToolbar.vue.d.ts +26 -0
  300. package/es/Image/ImagePreviewToolbar.vue.js +7 -0
  301. package/es/Image/ImagePreviewToolbar.vue2.js +74 -0
  302. package/es/Image/hooks/useContext.d.ts +17 -0
  303. package/es/Image/hooks/useContext.js +81 -0
  304. package/es/Image/index.d.ts +291 -0
  305. package/es/Image/index.js +21 -0
  306. package/es/Image/type.d.ts +82 -0
  307. package/es/Input/Input.vue.d.ts +65 -0
  308. package/es/Input/Input.vue.js +7 -0
  309. package/es/Input/Input.vue2.js +231 -0
  310. package/es/Input/InputSuffix.vue.d.ts +31 -0
  311. package/es/Input/InputSuffix.vue.js +7 -0
  312. package/es/Input/InputSuffix.vue2.js +51 -0
  313. package/es/Input/hooks/useCursor.d.ts +19 -0
  314. package/es/Input/hooks/useCursor.js +52 -0
  315. package/es/Input/hooks/useLimitedInput.d.ts +21 -0
  316. package/es/Input/hooks/useLimitedInput.js +124 -0
  317. package/es/Input/index.d.ts +153 -0
  318. package/es/Input/index.js +9 -0
  319. package/es/Input/type.d.ts +51 -0
  320. package/es/InputNumber/InputNumber.vue.d.ts +358 -0
  321. package/es/InputNumber/InputNumber.vue.js +7 -0
  322. package/es/InputNumber/InputNumber.vue2.js +271 -0
  323. package/es/InputNumber/InputOperaBtn.vue.d.ts +32 -0
  324. package/es/InputNumber/InputOperaBtn.vue.js +7 -0
  325. package/es/InputNumber/InputOperaBtn.vue2.js +58 -0
  326. package/es/InputNumber/index.d.ts +284 -0
  327. package/es/InputNumber/index.js +9 -0
  328. package/es/InputNumber/type.d.ts +50 -0
  329. package/es/InputTag/index.d.ts +140 -0
  330. package/es/InputTag/index.js +9 -0
  331. package/es/InputTag/index.vue.d.ts +62 -0
  332. package/es/InputTag/index.vue.js +7 -0
  333. package/es/InputTag/index.vue2.js +323 -0
  334. package/es/InputTag/type.d.ts +56 -0
  335. package/es/Layout/Layout.vue.d.ts +18 -0
  336. package/es/Layout/Layout.vue.js +7 -0
  337. package/es/Layout/Layout.vue2.js +45 -0
  338. package/es/Layout/LayoutContent.vue.d.ts +16 -0
  339. package/es/Layout/LayoutContent.vue.js +7 -0
  340. package/es/Layout/LayoutContent.vue2.js +18 -0
  341. package/es/Layout/LayoutFooter.vue.d.ts +16 -0
  342. package/es/Layout/LayoutFooter.vue.js +7 -0
  343. package/es/Layout/LayoutFooter.vue2.js +18 -0
  344. package/es/Layout/LayoutHeader.vue.d.ts +16 -0
  345. package/es/Layout/LayoutHeader.vue.js +7 -0
  346. package/es/Layout/LayoutHeader.vue2.js +18 -0
  347. package/es/Layout/LayoutSider.vue.d.ts +35 -0
  348. package/es/Layout/LayoutSider.vue.js +7 -0
  349. package/es/Layout/LayoutSider.vue2.js +134 -0
  350. package/es/Layout/index.d.ts +159 -0
  351. package/es/Layout/index.js +25 -0
  352. package/es/Layout/type.d.ts +41 -0
  353. package/es/Link/index.d.ts +68 -0
  354. package/es/Link/index.js +9 -0
  355. package/es/Link/index.vue.d.ts +31 -0
  356. package/es/Link/index.vue.js +7 -0
  357. package/es/Link/index.vue2.js +71 -0
  358. package/es/Link/type.d.ts +18 -0
  359. package/es/List/List.vue.d.ts +303 -0
  360. package/es/List/List.vue.js +7 -0
  361. package/es/List/List.vue2.js +226 -0
  362. package/es/List/ListItem.vue.d.ts +18 -0
  363. package/es/List/ListItem.vue.js +7 -0
  364. package/es/List/ListItem.vue2.js +58 -0
  365. package/es/List/ListItemMeta.vue.d.ts +19 -0
  366. package/es/List/ListItemMeta.vue.js +7 -0
  367. package/es/List/ListItemMeta.vue2.js +49 -0
  368. package/es/List/ListVirtual.vue.d.ts +26 -0
  369. package/es/List/ListVirtual.vue.js +34 -0
  370. package/es/List/ListVirtual.vue3.js +5 -0
  371. package/es/List/hooks/useScrollReach.d.ts +17 -0
  372. package/es/List/hooks/useScrollReach.js +32 -0
  373. package/es/List/index.d.ts +275 -0
  374. package/es/List/index.js +17 -0
  375. package/es/List/type.d.ts +54 -0
  376. package/es/Mention/index.d.ts +852 -0
  377. package/es/Mention/index.js +9 -0
  378. package/es/Mention/index.vue.d.ts +1536 -0
  379. package/es/Mention/index.vue.js +182 -0
  380. package/es/Mention/index.vue2.js +4 -0
  381. package/es/Mention/type.d.ts +31 -0
  382. package/es/Menu/Menu.vue.d.ts +54 -0
  383. package/es/Menu/Menu.vue.js +7 -0
  384. package/es/Menu/Menu.vue2.js +94 -0
  385. package/es/Menu/MenuEllipsis.vue.d.ts +2 -0
  386. package/es/Menu/MenuEllipsis.vue.js +7 -0
  387. package/es/Menu/MenuEllipsis.vue2.js +95 -0
  388. package/es/Menu/MenuItem.vue.d.ts +23 -0
  389. package/es/Menu/MenuItem.vue.js +7 -0
  390. package/es/Menu/MenuItem.vue2.js +234 -0
  391. package/es/Menu/MenuItemGroup.vue.d.ts +18 -0
  392. package/es/Menu/MenuItemGroup.vue.js +7 -0
  393. package/es/Menu/MenuItemGroup.vue2.js +42 -0
  394. package/es/Menu/MenuPopOption.vue.d.ts +10 -0
  395. package/es/Menu/MenuPopOption.vue.js +57 -0
  396. package/es/Menu/MenuPopOption.vue2.js +4 -0
  397. package/es/Menu/SubMenu.vue.d.ts +22 -0
  398. package/es/Menu/SubMenu.vue.js +7 -0
  399. package/es/Menu/SubMenu.vue2.js +78 -0
  400. package/es/Menu/hooks/useContext.d.ts +50 -0
  401. package/es/Menu/hooks/useContext.js +263 -0
  402. package/es/Menu/index.d.ts +214 -0
  403. package/es/Menu/index.js +21 -0
  404. package/es/Menu/type.d.ts +68 -0
  405. package/es/Message/Message.vue.d.ts +15 -0
  406. package/es/Message/Message.vue.js +7 -0
  407. package/es/Message/Message.vue2.js +100 -0
  408. package/es/Message/MessageList.vue.d.ts +6 -0
  409. package/es/Message/MessageList.vue.js +7 -0
  410. package/es/Message/MessageList.vue2.js +31 -0
  411. package/es/Message/index.d.ts +69 -0
  412. package/es/Message/index.js +91 -0
  413. package/es/Message/type.d.ts +34 -0
  414. package/es/Modal/Modal.vue.d.ts +74 -0
  415. package/es/Modal/Modal.vue.js +7 -0
  416. package/es/Modal/Modal.vue2.js +257 -0
  417. package/es/Modal/ModalService.vue.d.ts +37 -0
  418. package/es/Modal/ModalService.vue.js +138 -0
  419. package/es/Modal/ModalService.vue3.js +5 -0
  420. package/es/Modal/hooks/useModalClose.d.ts +18 -0
  421. package/es/Modal/hooks/useModalClose.js +78 -0
  422. package/es/Modal/hooks/useModalDraggable.d.ts +14 -0
  423. package/es/Modal/hooks/useModalDraggable.js +66 -0
  424. package/es/Modal/hooks/useOnBeforeClose.d.ts +4 -0
  425. package/es/Modal/hooks/useOnBeforeClose.js +40 -0
  426. package/es/Modal/index.d.ts +185 -0
  427. package/es/Modal/index.js +56 -0
  428. package/es/Modal/type.d.ts +86 -0
  429. package/es/Notification/Notification.vue.d.ts +19 -0
  430. package/es/Notification/Notification.vue.js +7 -0
  431. package/es/Notification/Notification.vue2.js +127 -0
  432. package/es/Notification/NotificationList.vue.d.ts +6 -0
  433. package/es/Notification/NotificationList.vue.js +7 -0
  434. package/es/Notification/NotificationList.vue2.js +35 -0
  435. package/es/Notification/index.d.ts +80 -0
  436. package/es/Notification/index.js +109 -0
  437. package/es/Notification/type.d.ts +38 -0
  438. package/es/OverflowList/index.d.ts +52 -0
  439. package/es/OverflowList/index.js +9 -0
  440. package/es/OverflowList/index.vue.d.ts +30 -0
  441. package/es/OverflowList/index.vue.js +7 -0
  442. package/es/OverflowList/index.vue2.js +123 -0
  443. package/es/OverflowList/type.d.ts +13 -0
  444. package/es/PageHeader/index.d.ts +49 -0
  445. package/es/PageHeader/index.js +9 -0
  446. package/es/PageHeader/index.vue.d.ts +24 -0
  447. package/es/PageHeader/index.vue.js +7 -0
  448. package/es/PageHeader/index.vue2.js +96 -0
  449. package/es/PageHeader/type.d.ts +16 -0
  450. package/es/Pagination/Pagination.vue.d.ts +46 -0
  451. package/es/Pagination/Pagination.vue.js +7 -0
  452. package/es/Pagination/Pagination.vue2.js +192 -0
  453. package/es/Pagination/PaginationItem.vue.d.ts +23 -0
  454. package/es/Pagination/PaginationItem.vue.js +7 -0
  455. package/es/Pagination/PaginationItem.vue2.js +85 -0
  456. package/es/Pagination/hooks/useContext.d.ts +29 -0
  457. package/es/Pagination/hooks/useContext.js +129 -0
  458. package/es/Pagination/index.d.ts +112 -0
  459. package/es/Pagination/index.js +9 -0
  460. package/es/Pagination/type.d.ts +43 -0
  461. package/es/Popconfirm/index.d.ts +294 -0
  462. package/es/Popconfirm/index.js +10 -0
  463. package/es/Popconfirm/index.vue.d.ts +400 -0
  464. package/es/Popconfirm/index.vue.js +161 -0
  465. package/es/Popconfirm/index.vue3.js +5 -0
  466. package/es/Popconfirm/type.d.ts +41 -0
  467. package/es/Popover/index.d.ts +90 -0
  468. package/es/Popover/index.js +10 -0
  469. package/es/Popover/index.vue.d.ts +38 -0
  470. package/es/Popover/index.vue.js +100 -0
  471. package/es/Popover/index.vue3.js +5 -0
  472. package/es/Popover/type.d.ts +30 -0
  473. package/es/Progress/Progress.vue.d.ts +34 -0
  474. package/es/Progress/Progress.vue.js +7 -0
  475. package/es/Progress/Progress.vue2.js +131 -0
  476. package/es/Progress/ProgressCircle.vue.d.ts +34 -0
  477. package/es/Progress/ProgressCircle.vue.js +7 -0
  478. package/es/Progress/ProgressCircle.vue2.js +150 -0
  479. package/es/Progress/ProgressLine.vue.d.ts +32 -0
  480. package/es/Progress/ProgressLine.vue.js +7 -0
  481. package/es/Progress/ProgressLine.vue2.js +100 -0
  482. package/es/Progress/ProgressSteps.vue.d.ts +32 -0
  483. package/es/Progress/ProgressSteps.vue.js +82 -0
  484. package/es/Progress/ProgressSteps.vue3.js +5 -0
  485. package/es/Progress/index.d.ts +61 -0
  486. package/es/Progress/index.js +9 -0
  487. package/es/Progress/type.d.ts +17 -0
  488. package/es/Radio/Radio.vue.d.ts +28 -0
  489. package/es/Radio/Radio.vue.js +7 -0
  490. package/es/Radio/Radio.vue2.js +123 -0
  491. package/es/Radio/RadioGroup.vue.d.ts +30 -0
  492. package/es/Radio/RadioGroup.vue.js +59 -0
  493. package/es/Radio/RadioGroup.vue3.js +5 -0
  494. package/es/Radio/hooks/useContext.d.ts +21 -0
  495. package/es/Radio/hooks/useContext.js +65 -0
  496. package/es/Radio/index.d.ts +118 -0
  497. package/es/Radio/index.js +14 -0
  498. package/es/Radio/type.d.ts +49 -0
  499. package/es/Rate/index.d.ts +74 -0
  500. package/es/Rate/index.js +9 -0
  501. package/es/Rate/index.vue.d.ts +33 -0
  502. package/es/Rate/index.vue.js +7 -0
  503. package/es/Rate/index.vue2.js +149 -0
  504. package/es/Rate/type.d.ts +21 -0
  505. package/es/ResizeBox/index.d.ts +89 -0
  506. package/es/ResizeBox/index.js +9 -0
  507. package/es/ResizeBox/index.vue.d.ts +43 -0
  508. package/es/ResizeBox/index.vue.js +7 -0
  509. package/es/ResizeBox/index.vue2.js +162 -0
  510. package/es/ResizeBox/type.d.ts +26 -0
  511. package/es/Result/index.d.ts +39 -0
  512. package/es/Result/index.js +9 -0
  513. package/es/Result/index.vue.d.ts +20 -0
  514. package/es/Result/index.vue.js +7 -0
  515. package/es/Result/index.vue2.js +74 -0
  516. package/es/Result/type.d.ts +13 -0
  517. package/es/Scrollbar/Scrollbar.vue.d.ts +36 -0
  518. package/es/Scrollbar/Scrollbar.vue.js +7 -0
  519. package/es/Scrollbar/Scrollbar.vue2.js +226 -0
  520. package/es/Scrollbar/ScrollbarTrack.vue.d.ts +17 -0
  521. package/es/Scrollbar/ScrollbarTrack.vue.js +7 -0
  522. package/es/Scrollbar/ScrollbarTrack.vue2.js +115 -0
  523. package/es/Scrollbar/hooks/useContext.d.ts +16 -0
  524. package/es/Scrollbar/hooks/useContext.js +26 -0
  525. package/es/Scrollbar/index.d.ts +70 -0
  526. package/es/Scrollbar/index.js +9 -0
  527. package/es/Scrollbar/type.d.ts +21 -0
  528. package/es/Select/Optgroup.vue.d.ts +16 -0
  529. package/es/Select/Optgroup.vue.js +7 -0
  530. package/es/Select/Optgroup.vue2.js +26 -0
  531. package/es/Select/Option.vue.d.ts +25 -0
  532. package/es/Select/Option.vue.js +7 -0
  533. package/es/Select/Option.vue2.js +140 -0
  534. package/es/Select/Select.vue.d.ts +718 -0
  535. package/es/Select/Select.vue.js +7 -0
  536. package/es/Select/Select.vue2.js +304 -0
  537. package/es/Select/SelectIcon.vue.d.ts +12 -0
  538. package/es/Select/SelectIcon.vue.js +7 -0
  539. package/es/Select/SelectIcon.vue2.js +66 -0
  540. package/es/Select/SelectRealList.vue.d.ts +7 -0
  541. package/es/Select/SelectRealList.vue.js +7 -0
  542. package/es/Select/SelectRealList.vue2.js +95 -0
  543. package/es/Select/SelectView.vue.d.ts +39 -0
  544. package/es/Select/SelectView.vue.js +7 -0
  545. package/es/Select/SelectView.vue2.js +99 -0
  546. package/es/Select/SelectVirtualList.vue.d.ts +6 -0
  547. package/es/Select/SelectVirtualList.vue.js +7 -0
  548. package/es/Select/SelectVirtualList.vue2.js +61 -0
  549. package/es/Select/hooks/useContext.d.ts +81 -0
  550. package/es/Select/hooks/useContext.js +196 -0
  551. package/es/Select/hooks/useSelectHotkeys.d.ts +15 -0
  552. package/es/Select/hooks/useSelectHotkeys.js +56 -0
  553. package/es/Select/hooks/useSelectOptions.d.ts +67 -0
  554. package/es/Select/hooks/useSelectOptions.js +91 -0
  555. package/es/Select/index.d.ts +582 -0
  556. package/es/Select/index.js +17 -0
  557. package/es/Select/type.d.ts +118 -0
  558. package/es/Skeleton/Skeleton.vue.d.ts +19 -0
  559. package/es/Skeleton/Skeleton.vue.js +30 -0
  560. package/es/Skeleton/Skeleton.vue2.js +4 -0
  561. package/es/Skeleton/SkeletonLine.vue.d.ts +8 -0
  562. package/es/Skeleton/SkeletonLine.vue.js +7 -0
  563. package/es/Skeleton/SkeletonLine.vue2.js +46 -0
  564. package/es/Skeleton/SkeletonShape.vue.d.ts +6 -0
  565. package/es/Skeleton/SkeletonShape.vue.js +7 -0
  566. package/es/Skeleton/SkeletonShape.vue2.js +31 -0
  567. package/es/Skeleton/index.d.ts +53 -0
  568. package/es/Skeleton/index.js +17 -0
  569. package/es/Skeleton/type.d.ts +20 -0
  570. package/es/Slider/Slider.vue.d.ts +25 -0
  571. package/es/Slider/Slider.vue.js +7 -0
  572. package/es/Slider/Slider.vue2.js +145 -0
  573. package/es/Slider/SliderBtn.vue.d.ts +13 -0
  574. package/es/Slider/SliderBtn.vue.js +7 -0
  575. package/es/Slider/SliderBtn.vue2.js +98 -0
  576. package/es/Slider/SliderInput.vue.d.ts +5 -0
  577. package/es/Slider/SliderInput.vue.js +7 -0
  578. package/es/Slider/SliderInput.vue2.js +56 -0
  579. package/es/Slider/SliderTicks.vue.d.ts +11 -0
  580. package/es/Slider/SliderTicks.vue.js +7 -0
  581. package/es/Slider/SliderTicks.vue2.js +66 -0
  582. package/es/Slider/hooks/useContext.d.ts +44 -0
  583. package/es/Slider/hooks/useContext.js +160 -0
  584. package/es/Slider/hooks/useSliderDraggable.d.ts +37 -0
  585. package/es/Slider/hooks/useSliderDraggable.js +130 -0
  586. package/es/Slider/index.d.ts +84 -0
  587. package/es/Slider/index.js +9 -0
  588. package/es/Slider/type.d.ts +22 -0
  589. package/es/Space/index.d.ts +45 -0
  590. package/es/Space/index.js +9 -0
  591. package/es/Space/index.vue.d.ts +22 -0
  592. package/es/Space/index.vue.js +7 -0
  593. package/es/Space/index.vue2.js +91 -0
  594. package/es/Space/type.d.ts +13 -0
  595. package/es/Spin/index.d.ts +48 -0
  596. package/es/Spin/index.js +9 -0
  597. package/es/Spin/index.vue.d.ts +23 -0
  598. package/es/Spin/index.vue.js +7 -0
  599. package/es/Spin/index.vue2.js +90 -0
  600. package/es/Spin/type.d.ts +13 -0
  601. package/es/Split/index.d.ts +79 -0
  602. package/es/Split/index.js +9 -0
  603. package/es/Split/index.vue.d.ts +40 -0
  604. package/es/Split/index.vue.js +7 -0
  605. package/es/Split/index.vue2.js +147 -0
  606. package/es/Split/type.d.ts +22 -0
  607. package/es/Statistic/Countdown.vue.d.ts +28 -0
  608. package/es/Statistic/Countdown.vue.js +82 -0
  609. package/es/Statistic/Countdown.vue2.js +4 -0
  610. package/es/Statistic/Statistic.vue.d.ts +40 -0
  611. package/es/Statistic/Statistic.vue.js +7 -0
  612. package/es/Statistic/Statistic.vue2.js +148 -0
  613. package/es/Statistic/index.d.ts +140 -0
  614. package/es/Statistic/index.js +13 -0
  615. package/es/Statistic/type.d.ts +44 -0
  616. package/es/Steps/Step.vue.d.ts +21 -0
  617. package/es/Steps/Step.vue.js +7 -0
  618. package/es/Steps/Step.vue2.js +115 -0
  619. package/es/Steps/Steps.vue.d.ts +32 -0
  620. package/es/Steps/Steps.vue.js +7 -0
  621. package/es/Steps/Steps.vue2.js +43 -0
  622. package/es/Steps/hooks/useContext.d.ts +26 -0
  623. package/es/Steps/hooks/useContext.js +138 -0
  624. package/es/Steps/index.d.ts +106 -0
  625. package/es/Steps/index.js +13 -0
  626. package/es/Steps/type.d.ts +39 -0
  627. package/es/Switch/index.d.ts +94 -0
  628. package/es/Switch/index.js +9 -0
  629. package/es/Switch/index.vue.d.ts +40 -0
  630. package/es/Switch/index.vue.js +7 -0
  631. package/es/Switch/index.vue2.js +154 -0
  632. package/es/Switch/type.d.ts +31 -0
  633. package/es/Tabs/TabButton.vue.d.ts +24 -0
  634. package/es/Tabs/TabButton.vue.js +7 -0
  635. package/es/Tabs/TabButton.vue2.js +38 -0
  636. package/es/Tabs/TabPane.vue.d.ts +22 -0
  637. package/es/Tabs/TabPane.vue.js +43 -0
  638. package/es/Tabs/TabPane.vue3.js +5 -0
  639. package/es/Tabs/Tabs.vue.d.ts +48 -0
  640. package/es/Tabs/Tabs.vue.js +7 -0
  641. package/es/Tabs/Tabs.vue2.js +209 -0
  642. package/es/Tabs/TabsNavInk.vue.d.ts +7 -0
  643. package/es/Tabs/TabsNavInk.vue.js +7 -0
  644. package/es/Tabs/TabsNavInk.vue2.js +63 -0
  645. package/es/Tabs/TabsTab.vue.d.ts +7 -0
  646. package/es/Tabs/TabsTab.vue.js +7 -0
  647. package/es/Tabs/TabsTab.vue2.js +91 -0
  648. package/es/Tabs/hooks/useContext.d.ts +35 -0
  649. package/es/Tabs/hooks/useContext.js +90 -0
  650. package/es/Tabs/hooks/useTabsScroll.d.ts +15 -0
  651. package/es/Tabs/hooks/useTabsScroll.js +74 -0
  652. package/es/Tabs/index.d.ts +111 -0
  653. package/es/Tabs/index.js +13 -0
  654. package/es/Tabs/type.d.ts +44 -0
  655. package/es/Tag/index.d.ts +88 -0
  656. package/es/Tag/index.js +9 -0
  657. package/es/Tag/index.vue.d.ts +38 -0
  658. package/es/Tag/index.vue.js +7 -0
  659. package/es/Tag/index.vue2.js +112 -0
  660. package/es/Tag/type.d.ts +25 -0
  661. package/es/Textarea/hooks/useTextareaHeight.d.ts +11 -0
  662. package/es/Textarea/hooks/useTextareaHeight.js +39 -0
  663. package/es/Textarea/index.d.ts +128 -0
  664. package/es/Textarea/index.js +9 -0
  665. package/es/Textarea/index.vue.d.ts +42 -0
  666. package/es/Textarea/index.vue.js +7 -0
  667. package/es/Textarea/index.vue2.js +164 -0
  668. package/es/Textarea/type.d.ts +36 -0
  669. package/es/TimePicker/TimePicker.vue.d.ts +147 -0
  670. package/es/TimePicker/TimePicker.vue.js +7 -0
  671. package/es/TimePicker/TimePicker.vue2.js +213 -0
  672. package/es/TimePicker/TimePickerPanel.vue.d.ts +19 -0
  673. package/es/TimePicker/TimePickerPanel.vue.js +7 -0
  674. package/es/TimePicker/TimePickerPanel.vue2.js +218 -0
  675. package/es/TimePicker/hooks/useContext.d.ts +42 -0
  676. package/es/TimePicker/hooks/useContext.js +132 -0
  677. package/es/TimePicker/index.d.ts +173 -0
  678. package/es/TimePicker/index.js +9 -0
  679. package/es/TimePicker/type.d.ts +50 -0
  680. package/es/Timeline/Timeline.vue.d.ts +22 -0
  681. package/es/Timeline/Timeline.vue.js +7 -0
  682. package/es/Timeline/Timeline.vue2.js +77 -0
  683. package/es/Timeline/TimelineItem.vue.d.ts +24 -0
  684. package/es/Timeline/TimelineItem.vue.js +7 -0
  685. package/es/Timeline/TimelineItem.vue2.js +89 -0
  686. package/es/Timeline/hooks/useContext.d.ts +18 -0
  687. package/es/Timeline/hooks/useContext.js +61 -0
  688. package/es/Timeline/index.d.ts +88 -0
  689. package/es/Timeline/index.js +13 -0
  690. package/es/Timeline/type.d.ts +31 -0
  691. package/es/Tooltip/index.d.ts +90 -0
  692. package/es/Tooltip/index.js +10 -0
  693. package/es/Tooltip/index.vue.d.ts +39 -0
  694. package/es/Tooltip/index.vue.js +110 -0
  695. package/es/Tooltip/index.vue3.js +5 -0
  696. package/es/Tooltip/type.d.ts +29 -0
  697. package/es/Transfer/Transfer.vue.d.ts +42 -0
  698. package/es/Transfer/Transfer.vue.js +7 -0
  699. package/es/Transfer/Transfer.vue2.js +105 -0
  700. package/es/Transfer/TransferPanel.vue.d.ts +19 -0
  701. package/es/Transfer/TransferPanel.vue.js +7 -0
  702. package/es/Transfer/TransferPanel.vue2.js +252 -0
  703. package/es/Transfer/hooks/useContext.d.ts +32 -0
  704. package/es/Transfer/hooks/useContext.js +126 -0
  705. package/es/Transfer/index.d.ts +99 -0
  706. package/es/Transfer/index.js +9 -0
  707. package/es/Transfer/type.d.ts +64 -0
  708. package/es/Trigger/hooks/useContext.d.ts +22 -0
  709. package/es/Trigger/hooks/useContext.js +111 -0
  710. package/es/Trigger/hooks/useTriggerPosition.d.ts +32 -0
  711. package/es/Trigger/hooks/useTriggerPosition.js +373 -0
  712. package/es/Trigger/hooks/useTriggerVisible.d.ts +19 -0
  713. package/es/Trigger/hooks/useTriggerVisible.js +193 -0
  714. package/es/Trigger/index.d.ts +166 -0
  715. package/es/Trigger/index.js +9 -0
  716. package/es/Trigger/index.vue.d.ts +59 -0
  717. package/es/Trigger/index.vue.js +7 -0
  718. package/es/Trigger/index.vue2.js +186 -0
  719. package/es/Trigger/type.d.ts +61 -0
  720. package/es/Typography/Typography.vue.d.ts +17 -0
  721. package/es/Typography/Typography.vue.js +18 -0
  722. package/es/Typography/Typography.vue3.js +5 -0
  723. package/es/Typography/TypographyBase.vue.d.ts +358 -0
  724. package/es/Typography/TypographyBase.vue.js +7 -0
  725. package/es/Typography/TypographyBase.vue2.js +208 -0
  726. package/es/Typography/TypographyParagraph.vue.d.ts +19 -0
  727. package/es/Typography/TypographyParagraph.vue.js +7 -0
  728. package/es/Typography/TypographyParagraph.vue2.js +50 -0
  729. package/es/Typography/TypographyText.vue.d.ts +16 -0
  730. package/es/Typography/TypographyText.vue.js +43 -0
  731. package/es/Typography/TypographyText.vue2.js +4 -0
  732. package/es/Typography/TypographyTitle.vue.d.ts +18 -0
  733. package/es/Typography/TypographyTitle.vue.js +7 -0
  734. package/es/Typography/TypographyTitle.vue2.js +51 -0
  735. package/es/Typography/index.d.ts +39 -0
  736. package/es/Typography/index.js +19 -0
  737. package/es/Typography/type.d.ts +62 -0
  738. package/es/VerificationCode/index.d.ts +74 -0
  739. package/es/VerificationCode/index.js +9 -0
  740. package/es/VerificationCode/index.vue.d.ts +21 -0
  741. package/es/VerificationCode/index.vue.js +7 -0
  742. package/es/VerificationCode/index.vue2.js +128 -0
  743. package/es/VerificationCode/type.d.ts +22 -0
  744. package/es/Watermark/index.d.ts +74 -0
  745. package/es/Watermark/index.js +9 -0
  746. package/es/Watermark/index.vue.d.ts +35 -0
  747. package/es/Watermark/index.vue.js +7 -0
  748. package/es/Watermark/index.vue2.js +276 -0
  749. package/es/Watermark/type.d.ts +27 -0
  750. package/es/_shared/components/ExpandTransition.vue.d.ts +17 -0
  751. package/es/_shared/components/ExpandTransition.vue2.js +7 -0
  752. package/es/_shared/components/ExpandTransition.vue3.js +50 -0
  753. package/es/_shared/components/IconButton.vue.d.ts +30 -0
  754. package/es/_shared/components/IconButton.vue.js +7 -0
  755. package/es/_shared/components/IconButton.vue3.js +45 -0
  756. package/es/_shared/components/PreventFocus.vue.d.ts +24 -0
  757. package/es/_shared/components/PreventFocus.vue.js +23 -0
  758. package/es/_shared/components/PreventFocus.vue2.js +4 -0
  759. package/es/_shared/components/index.d.ts +3 -0
  760. package/es/_shared/constants/index.d.ts +8 -0
  761. package/es/_shared/constants/index.js +99 -0
  762. package/es/_shared/icons/Icon403.svg.js +4 -0
  763. package/es/_shared/icons/Icon404.svg.js +4 -0
  764. package/es/_shared/icons/Icon500.svg.js +4 -0
  765. package/es/_shared/icons/IconArrowDown.vue.d.ts +2 -0
  766. package/es/_shared/icons/IconArrowDown.vue.js +19 -0
  767. package/es/_shared/icons/IconArrowDown.vue2.js +4 -0
  768. package/es/_shared/icons/IconArrowRight.vue.d.ts +2 -0
  769. package/es/_shared/icons/IconArrowRight.vue.js +19 -0
  770. package/es/_shared/icons/IconArrowRight.vue2.js +4 -0
  771. package/es/_shared/icons/IconCheck.vue.d.ts +2 -0
  772. package/es/_shared/icons/IconCheck.vue.js +19 -0
  773. package/es/_shared/icons/IconCheck.vue2.js +4 -0
  774. package/es/_shared/icons/IconCheckboxChecked.vue.d.ts +2 -0
  775. package/es/_shared/icons/IconCheckboxChecked.vue.js +25 -0
  776. package/es/_shared/icons/IconCheckboxChecked.vue2.js +4 -0
  777. package/es/_shared/icons/IconClose.vue.d.ts +2 -0
  778. package/es/_shared/icons/IconClose.vue.js +19 -0
  779. package/es/_shared/icons/IconClose.vue2.js +4 -0
  780. package/es/_shared/icons/IconCopy.vue.d.ts +2 -0
  781. package/es/_shared/icons/IconCopy.vue.js +19 -0
  782. package/es/_shared/icons/IconCopy.vue2.js +4 -0
  783. package/es/_shared/icons/IconDelete.vue.d.ts +2 -0
  784. package/es/_shared/icons/IconDelete.vue.js +4 -0
  785. package/es/_shared/icons/IconDelete.vue2.js +19 -0
  786. package/es/_shared/icons/IconDragDot.vue.d.ts +2 -0
  787. package/es/_shared/icons/IconDragDot.vue.js +24 -0
  788. package/es/_shared/icons/IconDragDot.vue2.js +4 -0
  789. package/es/_shared/icons/IconEdit.vue.d.ts +2 -0
  790. package/es/_shared/icons/IconEdit.vue.js +19 -0
  791. package/es/_shared/icons/IconEdit.vue2.js +4 -0
  792. package/es/_shared/icons/IconEmpty.vue.d.ts +2 -0
  793. package/es/_shared/icons/IconEmpty.vue.js +19 -0
  794. package/es/_shared/icons/IconEmpty.vue2.js +4 -0
  795. package/es/_shared/icons/IconError.vue.d.ts +2 -0
  796. package/es/_shared/icons/IconError.vue.js +25 -0
  797. package/es/_shared/icons/IconError.vue2.js +4 -0
  798. package/es/_shared/icons/IconExclamation.vue.d.ts +2 -0
  799. package/es/_shared/icons/IconExclamation.vue.js +4 -0
  800. package/es/_shared/icons/IconExclamation.vue2.js +30 -0
  801. package/es/_shared/icons/IconEyeClose.vue.d.ts +2 -0
  802. package/es/_shared/icons/IconEyeClose.vue.js +4 -0
  803. package/es/_shared/icons/IconEyeClose.vue2.js +23 -0
  804. package/es/_shared/icons/IconEyeOpen.vue.d.ts +2 -0
  805. package/es/_shared/icons/IconEyeOpen.vue.js +4 -0
  806. package/es/_shared/icons/IconEyeOpen.vue2.js +20 -0
  807. package/es/_shared/icons/IconFaceSmile.vue.d.ts +2 -0
  808. package/es/_shared/icons/IconFaceSmile.vue.js +25 -0
  809. package/es/_shared/icons/IconFaceSmile.vue2.js +4 -0
  810. package/es/_shared/icons/IconFullScreen.vue.d.ts +2 -0
  811. package/es/_shared/icons/IconFullScreen.vue.js +4 -0
  812. package/es/_shared/icons/IconFullScreen.vue2.js +19 -0
  813. package/es/_shared/icons/IconImageClose.vue.d.ts +2 -0
  814. package/es/_shared/icons/IconImageClose.vue.js +33 -0
  815. package/es/_shared/icons/IconImageClose.vue2.js +4 -0
  816. package/es/_shared/icons/IconInfo.vue.d.ts +2 -0
  817. package/es/_shared/icons/IconInfo.vue.js +25 -0
  818. package/es/_shared/icons/IconInfo.vue2.js +4 -0
  819. package/es/_shared/icons/IconInfoLine.vue.d.ts +2 -0
  820. package/es/_shared/icons/IconInfoLine.vue.js +30 -0
  821. package/es/_shared/icons/IconInfoLine.vue2.js +4 -0
  822. package/es/_shared/icons/IconLink.vue.d.ts +2 -0
  823. package/es/_shared/icons/IconLink.vue.js +19 -0
  824. package/es/_shared/icons/IconLink.vue2.js +4 -0
  825. package/es/_shared/icons/IconLoading.vue.d.ts +2 -0
  826. package/es/_shared/icons/IconLoading.vue.js +19 -0
  827. package/es/_shared/icons/IconLoading.vue2.js +4 -0
  828. package/es/_shared/icons/IconMenuFold.vue.d.ts +2 -0
  829. package/es/_shared/icons/IconMenuFold.vue.js +19 -0
  830. package/es/_shared/icons/IconMenuFold.vue2.js +4 -0
  831. package/es/_shared/icons/IconMenuUnfold.vue.d.ts +2 -0
  832. package/es/_shared/icons/IconMenuUnfold.vue.js +19 -0
  833. package/es/_shared/icons/IconMenuUnfold.vue2.js +4 -0
  834. package/es/_shared/icons/IconMinus.vue.d.ts +2 -0
  835. package/es/_shared/icons/IconMinus.vue.js +4 -0
  836. package/es/_shared/icons/IconMinus.vue2.js +19 -0
  837. package/es/_shared/icons/IconMore.vue.d.ts +2 -0
  838. package/es/_shared/icons/IconMore.vue.js +24 -0
  839. package/es/_shared/icons/IconMore.vue2.js +4 -0
  840. package/es/_shared/icons/IconOriginSize.vue.d.ts +2 -0
  841. package/es/_shared/icons/IconOriginSize.vue.js +4 -0
  842. package/es/_shared/icons/IconOriginSize.vue2.js +25 -0
  843. package/es/_shared/icons/IconPlus.vue.d.ts +2 -0
  844. package/es/_shared/icons/IconPlus.vue.js +19 -0
  845. package/es/_shared/icons/IconPlus.vue2.js +4 -0
  846. package/es/_shared/icons/IconRight.vue.d.ts +2 -0
  847. package/es/_shared/icons/IconRight.vue.js +23 -0
  848. package/es/_shared/icons/IconRight.vue2.js +4 -0
  849. package/es/_shared/icons/IconRotateLeft.vue.d.ts +2 -0
  850. package/es/_shared/icons/IconRotateLeft.vue.js +4 -0
  851. package/es/_shared/icons/IconRotateLeft.vue2.js +19 -0
  852. package/es/_shared/icons/IconRotateRight.vue.d.ts +2 -0
  853. package/es/_shared/icons/IconRotateRight.vue.js +4 -0
  854. package/es/_shared/icons/IconRotateRight.vue2.js +19 -0
  855. package/es/_shared/icons/IconSearch.vue.d.ts +2 -0
  856. package/es/_shared/icons/IconSearch.vue.js +4 -0
  857. package/es/_shared/icons/IconSearch.vue2.js +19 -0
  858. package/es/_shared/icons/IconSeparator.vue.d.ts +2 -0
  859. package/es/_shared/icons/IconSeparator.vue.js +4 -0
  860. package/es/_shared/icons/IconSeparator.vue2.js +19 -0
  861. package/es/_shared/icons/IconStar.vue.d.ts +2 -0
  862. package/es/_shared/icons/IconStar.vue.js +23 -0
  863. package/es/_shared/icons/IconStar.vue2.js +4 -0
  864. package/es/_shared/icons/IconSuccess.vue.d.ts +2 -0
  865. package/es/_shared/icons/IconSuccess.vue.js +25 -0
  866. package/es/_shared/icons/IconSuccess.vue2.js +4 -0
  867. package/es/_shared/icons/IconTime.vue.d.ts +2 -0
  868. package/es/_shared/icons/IconTime.vue.js +19 -0
  869. package/es/_shared/icons/IconTime.vue2.js +4 -0
  870. package/es/_shared/icons/IconToTop.vue.d.ts +2 -0
  871. package/es/_shared/icons/IconToTop.vue.js +24 -0
  872. package/es/_shared/icons/IconToTop.vue2.js +4 -0
  873. package/es/_shared/icons/IconWarning.vue.d.ts +2 -0
  874. package/es/_shared/icons/IconWarning.vue.js +25 -0
  875. package/es/_shared/icons/IconWarning.vue2.js +4 -0
  876. package/es/_shared/icons/IconZoomIn.vue.d.ts +2 -0
  877. package/es/_shared/icons/IconZoomIn.vue.js +4 -0
  878. package/es/_shared/icons/IconZoomIn.vue2.js +19 -0
  879. package/es/_shared/icons/IconZoomOut.vue.d.ts +2 -0
  880. package/es/_shared/icons/IconZoomOut.vue.js +4 -0
  881. package/es/_shared/icons/IconZoomOut.vue2.js +19 -0
  882. package/es/_shared/icons/_Icon.vue.d.ts +31 -0
  883. package/es/_shared/icons/_Icon.vue2.js +7 -0
  884. package/es/_shared/icons/_Icon.vue3.js +79 -0
  885. package/es/_shared/icons/index.d.ts +39 -0
  886. package/es/_shared/type/index.d.ts +18 -0
  887. package/es/_shared/utils/color.d.ts +18 -0
  888. package/es/_shared/utils/color.js +125 -0
  889. package/es/_shared/utils/control.d.ts +5 -0
  890. package/es/_shared/utils/control.js +23 -0
  891. package/es/_shared/utils/dom.d.ts +28 -0
  892. package/es/_shared/utils/dom.js +101 -0
  893. package/es/_shared/utils/fn.d.ts +8 -0
  894. package/es/_shared/utils/fn.js +80 -0
  895. package/es/_shared/utils/global-config.d.ts +28 -0
  896. package/es/_shared/utils/global-config.js +59 -0
  897. package/es/_shared/utils/index.d.ts +8 -0
  898. package/es/_shared/utils/is.d.ts +27 -0
  899. package/es/_shared/utils/is.js +34 -0
  900. package/es/_shared/utils/time.d.ts +48 -0
  901. package/es/_shared/utils/time.js +52 -0
  902. package/es/_shared/utils/vue-utils.d.ts +7 -0
  903. package/es/_shared/utils/vue-utils.js +79 -0
  904. package/es/_virtual/_commonjsHelpers.js +8 -0
  905. package/es/_virtual/_plugin-vue_export-helper.js +10 -0
  906. package/es/_virtual/dayjs.min.js +4 -0
  907. package/es/_virtual/duration.js +4 -0
  908. package/es/_virtual/en.js +4 -0
  909. package/es/_virtual/isSameOrAfter.js +4 -0
  910. package/es/_virtual/isSameOrBefore.js +4 -0
  911. package/es/_virtual/toObject.js +4 -0
  912. package/es/index.d.ts +1710 -0
  913. package/es/index.js +346 -0
  914. package/es/node_modules/@vueuse/core/index.js +1095 -0
  915. package/es/node_modules/@vueuse/shared/index.js +316 -0
  916. package/es/node_modules/b-tween/dist/b-tween.es.js +163 -0
  917. package/es/node_modules/dayjs/dayjs.min.js +282 -0
  918. package/es/node_modules/dayjs/locale/en.js +12 -0
  919. package/es/node_modules/dayjs/plugin/duration.js +136 -0
  920. package/es/node_modules/dayjs/plugin/isSameOrAfter.js +18 -0
  921. package/es/node_modules/dayjs/plugin/isSameOrBefore.js +18 -0
  922. package/es/node_modules/dayjs/plugin/toObject.js +18 -0
  923. package/es/node_modules/nanoid/index.browser.js +13 -0
  924. package/es/node_modules/nanoid/url-alphabet/index.js +4 -0
  925. package/es/node_modules/tinycolor2/esm/tinycolor.js +966 -0
  926. package/es/style.css +1 -0
  927. package/lib/Affix/index.d.ts +61 -0
  928. package/lib/Affix/index.js +1 -0
  929. package/lib/Affix/index.vue.d.ts +33 -0
  930. package/lib/Affix/index.vue.js +1 -0
  931. package/lib/Affix/index.vue2.js +1 -0
  932. package/lib/Affix/type.d.ts +16 -0
  933. package/lib/Alert/index.d.ts +63 -0
  934. package/lib/Alert/index.js +1 -0
  935. package/lib/Alert/index.vue.d.ts +29 -0
  936. package/lib/Alert/index.vue.js +1 -0
  937. package/lib/Alert/index.vue2.js +1 -0
  938. package/lib/Alert/type.d.ts +20 -0
  939. package/lib/Anchor/Anchor.vue.d.ts +26 -0
  940. package/lib/Anchor/Anchor.vue.js +1 -0
  941. package/lib/Anchor/Anchor.vue2.js +1 -0
  942. package/lib/Anchor/AnchorLink.vue.d.ts +23 -0
  943. package/lib/Anchor/AnchorLink.vue.js +1 -0
  944. package/lib/Anchor/AnchorLink.vue2.js +1 -0
  945. package/lib/Anchor/hooks/useContext.d.ts +23 -0
  946. package/lib/Anchor/hooks/useContext.js +1 -0
  947. package/lib/Anchor/index.d.ts +77 -0
  948. package/lib/Anchor/index.js +1 -0
  949. package/lib/Anchor/type.d.ts +20 -0
  950. package/lib/AutoComplete/index.d.ts +747 -0
  951. package/lib/AutoComplete/index.js +1 -0
  952. package/lib/AutoComplete/index.vue.d.ts +1267 -0
  953. package/lib/AutoComplete/index.vue.js +1 -0
  954. package/lib/AutoComplete/index.vue3.js +1 -0
  955. package/lib/AutoComplete/type.d.ts +45 -0
  956. package/lib/Avatar/Avatar.vue.d.ts +38 -0
  957. package/lib/Avatar/Avatar.vue.js +1 -0
  958. package/lib/Avatar/Avatar.vue2.js +1 -0
  959. package/lib/Avatar/AvatarGroup.vue.d.ts +24 -0
  960. package/lib/Avatar/AvatarGroup.vue.js +1 -0
  961. package/lib/Avatar/AvatarGroup.vue2.js +1 -0
  962. package/lib/Avatar/hooks/useContext.d.ts +10 -0
  963. package/lib/Avatar/hooks/useContext.js +1 -0
  964. package/lib/Avatar/index.d.ts +117 -0
  965. package/lib/Avatar/index.js +1 -0
  966. package/lib/Avatar/type.d.ts +35 -0
  967. package/lib/BackTop/index.d.ts +41 -0
  968. package/lib/BackTop/index.js +1 -0
  969. package/lib/BackTop/index.vue.d.ts +24 -0
  970. package/lib/BackTop/index.vue.js +1 -0
  971. package/lib/BackTop/index.vue2.js +1 -0
  972. package/lib/BackTop/type.d.ts +10 -0
  973. package/lib/Badge/index.d.ts +54 -0
  974. package/lib/Badge/index.js +1 -0
  975. package/lib/Badge/index.vue.d.ts +25 -0
  976. package/lib/Badge/index.vue.js +1 -0
  977. package/lib/Badge/index.vue2.js +1 -0
  978. package/lib/Badge/type.d.ts +16 -0
  979. package/lib/Breadcrumb/Breadcrumb.vue.d.ts +21 -0
  980. package/lib/Breadcrumb/Breadcrumb.vue.js +1 -0
  981. package/lib/Breadcrumb/Breadcrumb.vue2.js +1 -0
  982. package/lib/Breadcrumb/BreadcrumbItem.vue.d.ts +22 -0
  983. package/lib/Breadcrumb/BreadcrumbItem.vue.js +1 -0
  984. package/lib/Breadcrumb/BreadcrumbItem.vue2.js +1 -0
  985. package/lib/Breadcrumb/BreadcrumbMore.vue.d.ts +6 -0
  986. package/lib/Breadcrumb/BreadcrumbMore.vue.js +1 -0
  987. package/lib/Breadcrumb/BreadcrumbMore.vue2.js +1 -0
  988. package/lib/Breadcrumb/BreadcrumbSeparator.vue.d.ts +9 -0
  989. package/lib/Breadcrumb/BreadcrumbSeparator.vue.js +1 -0
  990. package/lib/Breadcrumb/BreadcrumbSeparator.vue2.js +1 -0
  991. package/lib/Breadcrumb/index.d.ts +79 -0
  992. package/lib/Breadcrumb/index.js +1 -0
  993. package/lib/Breadcrumb/type.d.ts +37 -0
  994. package/lib/Button/Button.vue.d.ts +38 -0
  995. package/lib/Button/Button.vue.js +1 -0
  996. package/lib/Button/Button.vue2.js +1 -0
  997. package/lib/Button/ButtonGroup.vue.d.ts +22 -0
  998. package/lib/Button/ButtonGroup.vue.js +1 -0
  999. package/lib/Button/ButtonGroup.vue3.js +1 -0
  1000. package/lib/Button/hooks/useContext.d.ts +13 -0
  1001. package/lib/Button/hooks/useContext.js +1 -0
  1002. package/lib/Button/index.d.ts +124 -0
  1003. package/lib/Button/index.js +1 -0
  1004. package/lib/Button/type.d.ts +37 -0
  1005. package/lib/Calendar/Calendar.vue.d.ts +32 -0
  1006. package/lib/Calendar/Calendar.vue.js +1 -0
  1007. package/lib/Calendar/Calendar.vue2.js +1 -0
  1008. package/lib/Calendar/CalendarMonth.vue.d.ts +35 -0
  1009. package/lib/Calendar/CalendarMonth.vue.js +1 -0
  1010. package/lib/Calendar/CalendarMonth.vue2.js +1 -0
  1011. package/lib/Calendar/CalendarYear.vue.d.ts +30 -0
  1012. package/lib/Calendar/CalendarYear.vue.js +1 -0
  1013. package/lib/Calendar/CalendarYear.vue2.js +1 -0
  1014. package/lib/Calendar/index.d.ts +70 -0
  1015. package/lib/Calendar/index.js +1 -0
  1016. package/lib/Calendar/type.d.ts +25 -0
  1017. package/lib/Card/Card.vue.d.ts +25 -0
  1018. package/lib/Card/Card.vue.js +1 -0
  1019. package/lib/Card/Card.vue2.js +1 -0
  1020. package/lib/Card/CardGrid.vue.d.ts +18 -0
  1021. package/lib/Card/CardGrid.vue.js +1 -0
  1022. package/lib/Card/CardGrid.vue2.js +1 -0
  1023. package/lib/Card/CardMeta.vue.d.ts +19 -0
  1024. package/lib/Card/CardMeta.vue.js +1 -0
  1025. package/lib/Card/CardMeta.vue2.js +1 -0
  1026. package/lib/Card/hooks/useContext.d.ts +13 -0
  1027. package/lib/Card/hooks/useContext.js +1 -0
  1028. package/lib/Card/index.d.ts +106 -0
  1029. package/lib/Card/index.js +1 -0
  1030. package/lib/Card/type.d.ts +34 -0
  1031. package/lib/Carousel/Carousel.vue.d.ts +36 -0
  1032. package/lib/Carousel/Carousel.vue.js +1 -0
  1033. package/lib/Carousel/Carousel.vue2.js +1 -0
  1034. package/lib/Carousel/CarouselArrow.vue.d.ts +9 -0
  1035. package/lib/Carousel/CarouselArrow.vue.js +1 -0
  1036. package/lib/Carousel/CarouselArrow.vue2.js +1 -0
  1037. package/lib/Carousel/CarouselIndicator.vue.d.ts +14 -0
  1038. package/lib/Carousel/CarouselIndicator.vue.js +1 -0
  1039. package/lib/Carousel/CarouselIndicator.vue2.js +1 -0
  1040. package/lib/Carousel/CarouselItem.vue.d.ts +16 -0
  1041. package/lib/Carousel/CarouselItem.vue.js +1 -0
  1042. package/lib/Carousel/CarouselItem.vue2.js +1 -0
  1043. package/lib/Carousel/hooks/useContext.d.ts +28 -0
  1044. package/lib/Carousel/hooks/useContext.js +1 -0
  1045. package/lib/Carousel/index.d.ts +103 -0
  1046. package/lib/Carousel/index.js +1 -0
  1047. package/lib/Carousel/type.d.ts +35 -0
  1048. package/lib/Cascader/Cascader.vue.d.ts +382 -0
  1049. package/lib/Cascader/Cascader.vue.js +1 -0
  1050. package/lib/Cascader/Cascader.vue2.js +1 -0
  1051. package/lib/Cascader/CascaderIcon.vue.d.ts +12 -0
  1052. package/lib/Cascader/CascaderIcon.vue.js +1 -0
  1053. package/lib/Cascader/CascaderIcon.vue2.js +1 -0
  1054. package/lib/Cascader/CascaderOption.vue.d.ts +14 -0
  1055. package/lib/Cascader/CascaderOption.vue.js +1 -0
  1056. package/lib/Cascader/CascaderOption.vue2.js +1 -0
  1057. package/lib/Cascader/CascaderPanel.vue.d.ts +2 -0
  1058. package/lib/Cascader/CascaderPanel.vue.js +1 -0
  1059. package/lib/Cascader/CascaderPanel.vue2.js +1 -0
  1060. package/lib/Cascader/CascaderSearchPanel.vue.d.ts +2 -0
  1061. package/lib/Cascader/CascaderSearchPanel.vue.js +1 -0
  1062. package/lib/Cascader/CascaderSearchPanel.vue2.js +1 -0
  1063. package/lib/Cascader/hooks/useContext.d.ts +53 -0
  1064. package/lib/Cascader/hooks/useContext.js +1 -0
  1065. package/lib/Cascader/index.d.ts +336 -0
  1066. package/lib/Cascader/index.js +1 -0
  1067. package/lib/Cascader/type.d.ts +80 -0
  1068. package/lib/Checkbox/Checkbox.vue.d.ts +28 -0
  1069. package/lib/Checkbox/Checkbox.vue.js +1 -0
  1070. package/lib/Checkbox/Checkbox.vue2.js +1 -0
  1071. package/lib/Checkbox/CheckboxGroup.vue.d.ts +29 -0
  1072. package/lib/Checkbox/CheckboxGroup.vue.js +1 -0
  1073. package/lib/Checkbox/CheckboxGroup.vue3.js +1 -0
  1074. package/lib/Checkbox/hooks/useContext.d.ts +19 -0
  1075. package/lib/Checkbox/hooks/useContext.js +1 -0
  1076. package/lib/Checkbox/index.d.ts +115 -0
  1077. package/lib/Checkbox/index.js +1 -0
  1078. package/lib/Checkbox/type.d.ts +48 -0
  1079. package/lib/Collapse/Collapse.vue.d.ts +30 -0
  1080. package/lib/Collapse/Collapse.vue.js +1 -0
  1081. package/lib/Collapse/Collapse.vue2.js +1 -0
  1082. package/lib/Collapse/CollapseItem.vue.d.ts +22 -0
  1083. package/lib/Collapse/CollapseItem.vue.js +1 -0
  1084. package/lib/Collapse/CollapseItem.vue2.js +1 -0
  1085. package/lib/Collapse/hooks/useContext.d.ts +26 -0
  1086. package/lib/Collapse/hooks/useContext.js +1 -0
  1087. package/lib/Collapse/index.d.ts +103 -0
  1088. package/lib/Collapse/index.js +1 -0
  1089. package/lib/Collapse/type.d.ts +40 -0
  1090. package/lib/ColorPicker/ColorControl.vue.d.ts +25 -0
  1091. package/lib/ColorPicker/ColorControl.vue.js +1 -0
  1092. package/lib/ColorPicker/ColorControl.vue2.js +1 -0
  1093. package/lib/ColorPicker/ColorInput.vue.d.ts +19 -0
  1094. package/lib/ColorPicker/ColorInput.vue.js +1 -0
  1095. package/lib/ColorPicker/ColorInput.vue2.js +1 -0
  1096. package/lib/ColorPicker/ColorList.vue.d.ts +10 -0
  1097. package/lib/ColorPicker/ColorList.vue.js +1 -0
  1098. package/lib/ColorPicker/ColorList.vue2.js +1 -0
  1099. package/lib/ColorPicker/ColorPalette.vue.d.ts +20 -0
  1100. package/lib/ColorPicker/ColorPalette.vue.js +1 -0
  1101. package/lib/ColorPicker/ColorPalette.vue2.js +1 -0
  1102. package/lib/ColorPicker/ColorPanel.vue.d.ts +127 -0
  1103. package/lib/ColorPicker/ColorPanel.vue.js +1 -0
  1104. package/lib/ColorPicker/ColorPanel.vue2.js +1 -0
  1105. package/lib/ColorPicker/ColorPicker.vue.d.ts +40 -0
  1106. package/lib/ColorPicker/ColorPicker.vue.js +1 -0
  1107. package/lib/ColorPicker/ColorPicker.vue2.js +1 -0
  1108. package/lib/ColorPicker/hooks/useContext.d.ts +27 -0
  1109. package/lib/ColorPicker/hooks/useContext.js +1 -0
  1110. package/lib/ColorPicker/index.d.ts +91 -0
  1111. package/lib/ColorPicker/index.js +1 -0
  1112. package/lib/ColorPicker/type.d.ts +23 -0
  1113. package/lib/Comment/hooks/useContext.d.ts +4 -0
  1114. package/lib/Comment/hooks/useContext.js +1 -0
  1115. package/lib/Comment/index.d.ts +45 -0
  1116. package/lib/Comment/index.js +1 -0
  1117. package/lib/Comment/index.vue.d.ts +22 -0
  1118. package/lib/Comment/index.vue.js +1 -0
  1119. package/lib/Comment/index.vue2.js +1 -0
  1120. package/lib/Comment/type.d.ts +19 -0
  1121. package/lib/ConfigProvider/index.d.ts +48 -0
  1122. package/lib/ConfigProvider/index.js +1 -0
  1123. package/lib/ConfigProvider/index.vue.d.ts +23 -0
  1124. package/lib/ConfigProvider/index.vue.js +1 -0
  1125. package/lib/ConfigProvider/index.vue2.js +1 -0
  1126. package/lib/ConfigProvider/type.d.ts +17 -0
  1127. package/lib/Descriptions/Descriptions.vue.d.ts +27 -0
  1128. package/lib/Descriptions/Descriptions.vue.js +1 -0
  1129. package/lib/Descriptions/Descriptions.vue3.js +1 -0
  1130. package/lib/Descriptions/DescriptionsItem.vue.d.ts +19 -0
  1131. package/lib/Descriptions/DescriptionsItem.vue.js +1 -0
  1132. package/lib/Descriptions/DescriptionsItem.vue2.js +1 -0
  1133. package/lib/Descriptions/ReuseItem.vue.d.ts +7 -0
  1134. package/lib/Descriptions/ReuseItem.vue.js +1 -0
  1135. package/lib/Descriptions/ReuseItem.vue2.js +1 -0
  1136. package/lib/Descriptions/ReuseTd.vue.d.ts +9 -0
  1137. package/lib/Descriptions/ReuseTd.vue.js +1 -0
  1138. package/lib/Descriptions/ReuseTd.vue2.js +1 -0
  1139. package/lib/Descriptions/hooks/useContext.d.ts +21 -0
  1140. package/lib/Descriptions/hooks/useContext.js +1 -0
  1141. package/lib/Descriptions/index.d.ts +88 -0
  1142. package/lib/Descriptions/index.js +1 -0
  1143. package/lib/Descriptions/type.d.ts +50 -0
  1144. package/lib/Divider/index.d.ts +45 -0
  1145. package/lib/Divider/index.js +1 -0
  1146. package/lib/Divider/index.vue.d.ts +22 -0
  1147. package/lib/Divider/index.vue.js +1 -0
  1148. package/lib/Divider/index.vue2.js +1 -0
  1149. package/lib/Divider/type.d.ts +13 -0
  1150. package/lib/Drawer/Drawer.vue.d.ts +58 -0
  1151. package/lib/Drawer/Drawer.vue.js +1 -0
  1152. package/lib/Drawer/Drawer.vue2.js +1 -0
  1153. package/lib/Drawer/DrawerService.vue.d.ts +26 -0
  1154. package/lib/Drawer/DrawerService.vue.js +1 -0
  1155. package/lib/Drawer/DrawerService.vue2.js +1 -0
  1156. package/lib/Drawer/index.d.ts +145 -0
  1157. package/lib/Drawer/index.js +1 -0
  1158. package/lib/Drawer/type.d.ts +60 -0
  1159. package/lib/Dropdown/Dgroup.vue.d.ts +16 -0
  1160. package/lib/Dropdown/Dgroup.vue.js +1 -0
  1161. package/lib/Dropdown/Dgroup.vue2.js +1 -0
  1162. package/lib/Dropdown/Doption.vue.d.ts +24 -0
  1163. package/lib/Dropdown/Doption.vue.js +1 -0
  1164. package/lib/Dropdown/Doption.vue2.js +1 -0
  1165. package/lib/Dropdown/Dropdown.vue.d.ts +38 -0
  1166. package/lib/Dropdown/Dropdown.vue.js +1 -0
  1167. package/lib/Dropdown/Dropdown.vue3.js +1 -0
  1168. package/lib/Dropdown/DropdownButton.vue.d.ts +35 -0
  1169. package/lib/Dropdown/DropdownButton.vue.js +1 -0
  1170. package/lib/Dropdown/DropdownButton.vue2.js +1 -0
  1171. package/lib/Dropdown/Dsubmenu.vue.d.ts +508 -0
  1172. package/lib/Dropdown/Dsubmenu.vue.js +1 -0
  1173. package/lib/Dropdown/Dsubmenu.vue2.js +1 -0
  1174. package/lib/Dropdown/hooks/useContext.d.ts +14 -0
  1175. package/lib/Dropdown/hooks/useContext.js +1 -0
  1176. package/lib/Dropdown/index.d.ts +522 -0
  1177. package/lib/Dropdown/index.js +1 -0
  1178. package/lib/Dropdown/type.d.ts +86 -0
  1179. package/lib/Empty/index.d.ts +36 -0
  1180. package/lib/Empty/index.js +1 -0
  1181. package/lib/Empty/index.vue.d.ts +19 -0
  1182. package/lib/Empty/index.vue.js +1 -0
  1183. package/lib/Empty/index.vue2.js +1 -0
  1184. package/lib/Empty/type.d.ts +7 -0
  1185. package/lib/Grid/Grid.vue.d.ts +22 -0
  1186. package/lib/Grid/Grid.vue.js +1 -0
  1187. package/lib/Grid/Grid.vue2.js +1 -0
  1188. package/lib/Grid/GridCol.vue.d.ts +19 -0
  1189. package/lib/Grid/GridCol.vue.js +1 -0
  1190. package/lib/Grid/GridCol.vue2.js +1 -0
  1191. package/lib/Grid/GridItem.vue.d.ts +20 -0
  1192. package/lib/Grid/GridItem.vue.js +1 -0
  1193. package/lib/Grid/GridItem.vue2.js +1 -0
  1194. package/lib/Grid/GridRow.vue.d.ts +22 -0
  1195. package/lib/Grid/GridRow.vue.js +1 -0
  1196. package/lib/Grid/GridRow.vue2.js +1 -0
  1197. package/lib/Grid/hooks/useContext.d.ts +43 -0
  1198. package/lib/Grid/hooks/useContext.js +1 -0
  1199. package/lib/Grid/index.d.ts +136 -0
  1200. package/lib/Grid/index.js +1 -0
  1201. package/lib/Grid/type.d.ts +52 -0
  1202. package/lib/Icon/index.d.ts +38 -0
  1203. package/lib/Icon/index.js +1 -0
  1204. package/lib/Icon/index.vue.d.ts +18 -0
  1205. package/lib/Icon/index.vue.js +1 -0
  1206. package/lib/Icon/index.vue2.js +1 -0
  1207. package/lib/Icon/type.d.ts +14 -0
  1208. package/lib/Image/Image.vue.d.ts +34 -0
  1209. package/lib/Image/Image.vue.js +1 -0
  1210. package/lib/Image/Image.vue2.js +1 -0
  1211. package/lib/Image/ImagePreview.vue.d.ts +39 -0
  1212. package/lib/Image/ImagePreview.vue.js +1 -0
  1213. package/lib/Image/ImagePreview.vue2.js +1 -0
  1214. package/lib/Image/ImagePreviewAction.vue.d.ts +27 -0
  1215. package/lib/Image/ImagePreviewAction.vue.js +1 -0
  1216. package/lib/Image/ImagePreviewAction.vue2.js +1 -0
  1217. package/lib/Image/ImagePreviewArrow.vue.d.ts +5 -0
  1218. package/lib/Image/ImagePreviewArrow.vue.js +1 -0
  1219. package/lib/Image/ImagePreviewArrow.vue2.js +1 -0
  1220. package/lib/Image/ImagePreviewGroup.vue.d.ts +42 -0
  1221. package/lib/Image/ImagePreviewGroup.vue.js +1 -0
  1222. package/lib/Image/ImagePreviewGroup.vue2.js +1 -0
  1223. package/lib/Image/ImagePreviewToolbar.vue.d.ts +26 -0
  1224. package/lib/Image/ImagePreviewToolbar.vue.js +1 -0
  1225. package/lib/Image/ImagePreviewToolbar.vue2.js +1 -0
  1226. package/lib/Image/hooks/useContext.d.ts +17 -0
  1227. package/lib/Image/hooks/useContext.js +1 -0
  1228. package/lib/Image/index.d.ts +291 -0
  1229. package/lib/Image/index.js +1 -0
  1230. package/lib/Image/type.d.ts +82 -0
  1231. package/lib/Input/Input.vue.d.ts +65 -0
  1232. package/lib/Input/Input.vue.js +1 -0
  1233. package/lib/Input/Input.vue2.js +1 -0
  1234. package/lib/Input/InputSuffix.vue.d.ts +31 -0
  1235. package/lib/Input/InputSuffix.vue.js +1 -0
  1236. package/lib/Input/InputSuffix.vue2.js +1 -0
  1237. package/lib/Input/hooks/useCursor.d.ts +19 -0
  1238. package/lib/Input/hooks/useCursor.js +1 -0
  1239. package/lib/Input/hooks/useLimitedInput.d.ts +21 -0
  1240. package/lib/Input/hooks/useLimitedInput.js +1 -0
  1241. package/lib/Input/index.d.ts +153 -0
  1242. package/lib/Input/index.js +1 -0
  1243. package/lib/Input/type.d.ts +51 -0
  1244. package/lib/InputNumber/InputNumber.vue.d.ts +358 -0
  1245. package/lib/InputNumber/InputNumber.vue.js +1 -0
  1246. package/lib/InputNumber/InputNumber.vue2.js +1 -0
  1247. package/lib/InputNumber/InputOperaBtn.vue.d.ts +32 -0
  1248. package/lib/InputNumber/InputOperaBtn.vue.js +1 -0
  1249. package/lib/InputNumber/InputOperaBtn.vue2.js +1 -0
  1250. package/lib/InputNumber/index.d.ts +284 -0
  1251. package/lib/InputNumber/index.js +1 -0
  1252. package/lib/InputNumber/type.d.ts +50 -0
  1253. package/lib/InputTag/index.d.ts +140 -0
  1254. package/lib/InputTag/index.js +1 -0
  1255. package/lib/InputTag/index.vue.d.ts +62 -0
  1256. package/lib/InputTag/index.vue.js +1 -0
  1257. package/lib/InputTag/index.vue2.js +1 -0
  1258. package/lib/InputTag/type.d.ts +56 -0
  1259. package/lib/Layout/Layout.vue.d.ts +18 -0
  1260. package/lib/Layout/Layout.vue.js +1 -0
  1261. package/lib/Layout/Layout.vue2.js +1 -0
  1262. package/lib/Layout/LayoutContent.vue.d.ts +16 -0
  1263. package/lib/Layout/LayoutContent.vue.js +1 -0
  1264. package/lib/Layout/LayoutContent.vue2.js +1 -0
  1265. package/lib/Layout/LayoutFooter.vue.d.ts +16 -0
  1266. package/lib/Layout/LayoutFooter.vue.js +1 -0
  1267. package/lib/Layout/LayoutFooter.vue2.js +1 -0
  1268. package/lib/Layout/LayoutHeader.vue.d.ts +16 -0
  1269. package/lib/Layout/LayoutHeader.vue.js +1 -0
  1270. package/lib/Layout/LayoutHeader.vue2.js +1 -0
  1271. package/lib/Layout/LayoutSider.vue.d.ts +35 -0
  1272. package/lib/Layout/LayoutSider.vue.js +1 -0
  1273. package/lib/Layout/LayoutSider.vue2.js +1 -0
  1274. package/lib/Layout/index.d.ts +159 -0
  1275. package/lib/Layout/index.js +1 -0
  1276. package/lib/Layout/type.d.ts +41 -0
  1277. package/lib/Link/index.d.ts +68 -0
  1278. package/lib/Link/index.js +1 -0
  1279. package/lib/Link/index.vue.d.ts +31 -0
  1280. package/lib/Link/index.vue.js +1 -0
  1281. package/lib/Link/index.vue2.js +1 -0
  1282. package/lib/Link/type.d.ts +18 -0
  1283. package/lib/List/List.vue.d.ts +303 -0
  1284. package/lib/List/List.vue.js +1 -0
  1285. package/lib/List/List.vue2.js +1 -0
  1286. package/lib/List/ListItem.vue.d.ts +18 -0
  1287. package/lib/List/ListItem.vue.js +1 -0
  1288. package/lib/List/ListItem.vue2.js +1 -0
  1289. package/lib/List/ListItemMeta.vue.d.ts +19 -0
  1290. package/lib/List/ListItemMeta.vue.js +1 -0
  1291. package/lib/List/ListItemMeta.vue2.js +1 -0
  1292. package/lib/List/ListVirtual.vue.d.ts +26 -0
  1293. package/lib/List/ListVirtual.vue.js +1 -0
  1294. package/lib/List/ListVirtual.vue3.js +1 -0
  1295. package/lib/List/hooks/useScrollReach.d.ts +17 -0
  1296. package/lib/List/hooks/useScrollReach.js +1 -0
  1297. package/lib/List/index.d.ts +275 -0
  1298. package/lib/List/index.js +1 -0
  1299. package/lib/List/type.d.ts +54 -0
  1300. package/lib/Mention/index.d.ts +852 -0
  1301. package/lib/Mention/index.js +1 -0
  1302. package/lib/Mention/index.vue.d.ts +1536 -0
  1303. package/lib/Mention/index.vue.js +1 -0
  1304. package/lib/Mention/index.vue2.js +1 -0
  1305. package/lib/Mention/type.d.ts +31 -0
  1306. package/lib/Menu/Menu.vue.d.ts +54 -0
  1307. package/lib/Menu/Menu.vue.js +1 -0
  1308. package/lib/Menu/Menu.vue2.js +1 -0
  1309. package/lib/Menu/MenuEllipsis.vue.d.ts +2 -0
  1310. package/lib/Menu/MenuEllipsis.vue.js +1 -0
  1311. package/lib/Menu/MenuEllipsis.vue2.js +1 -0
  1312. package/lib/Menu/MenuItem.vue.d.ts +23 -0
  1313. package/lib/Menu/MenuItem.vue.js +1 -0
  1314. package/lib/Menu/MenuItem.vue2.js +1 -0
  1315. package/lib/Menu/MenuItemGroup.vue.d.ts +18 -0
  1316. package/lib/Menu/MenuItemGroup.vue.js +1 -0
  1317. package/lib/Menu/MenuItemGroup.vue2.js +1 -0
  1318. package/lib/Menu/MenuPopOption.vue.d.ts +10 -0
  1319. package/lib/Menu/MenuPopOption.vue.js +1 -0
  1320. package/lib/Menu/MenuPopOption.vue2.js +1 -0
  1321. package/lib/Menu/SubMenu.vue.d.ts +22 -0
  1322. package/lib/Menu/SubMenu.vue.js +1 -0
  1323. package/lib/Menu/SubMenu.vue2.js +1 -0
  1324. package/lib/Menu/hooks/useContext.d.ts +50 -0
  1325. package/lib/Menu/hooks/useContext.js +1 -0
  1326. package/lib/Menu/index.d.ts +214 -0
  1327. package/lib/Menu/index.js +1 -0
  1328. package/lib/Menu/type.d.ts +68 -0
  1329. package/lib/Message/Message.vue.d.ts +15 -0
  1330. package/lib/Message/Message.vue.js +1 -0
  1331. package/lib/Message/Message.vue2.js +1 -0
  1332. package/lib/Message/MessageList.vue.d.ts +6 -0
  1333. package/lib/Message/MessageList.vue.js +1 -0
  1334. package/lib/Message/MessageList.vue2.js +1 -0
  1335. package/lib/Message/index.d.ts +69 -0
  1336. package/lib/Message/index.js +1 -0
  1337. package/lib/Message/type.d.ts +34 -0
  1338. package/lib/Modal/Modal.vue.d.ts +74 -0
  1339. package/lib/Modal/Modal.vue.js +1 -0
  1340. package/lib/Modal/Modal.vue2.js +1 -0
  1341. package/lib/Modal/ModalService.vue.d.ts +37 -0
  1342. package/lib/Modal/ModalService.vue.js +1 -0
  1343. package/lib/Modal/ModalService.vue3.js +1 -0
  1344. package/lib/Modal/hooks/useModalClose.d.ts +18 -0
  1345. package/lib/Modal/hooks/useModalClose.js +1 -0
  1346. package/lib/Modal/hooks/useModalDraggable.d.ts +14 -0
  1347. package/lib/Modal/hooks/useModalDraggable.js +1 -0
  1348. package/lib/Modal/hooks/useOnBeforeClose.d.ts +4 -0
  1349. package/lib/Modal/hooks/useOnBeforeClose.js +1 -0
  1350. package/lib/Modal/index.d.ts +185 -0
  1351. package/lib/Modal/index.js +1 -0
  1352. package/lib/Modal/type.d.ts +86 -0
  1353. package/lib/Notification/Notification.vue.d.ts +19 -0
  1354. package/lib/Notification/Notification.vue.js +1 -0
  1355. package/lib/Notification/Notification.vue2.js +1 -0
  1356. package/lib/Notification/NotificationList.vue.d.ts +6 -0
  1357. package/lib/Notification/NotificationList.vue.js +1 -0
  1358. package/lib/Notification/NotificationList.vue2.js +1 -0
  1359. package/lib/Notification/index.d.ts +80 -0
  1360. package/lib/Notification/index.js +1 -0
  1361. package/lib/Notification/type.d.ts +38 -0
  1362. package/lib/OverflowList/index.d.ts +52 -0
  1363. package/lib/OverflowList/index.js +1 -0
  1364. package/lib/OverflowList/index.vue.d.ts +30 -0
  1365. package/lib/OverflowList/index.vue.js +1 -0
  1366. package/lib/OverflowList/index.vue2.js +1 -0
  1367. package/lib/OverflowList/type.d.ts +13 -0
  1368. package/lib/PageHeader/index.d.ts +49 -0
  1369. package/lib/PageHeader/index.js +1 -0
  1370. package/lib/PageHeader/index.vue.d.ts +24 -0
  1371. package/lib/PageHeader/index.vue.js +1 -0
  1372. package/lib/PageHeader/index.vue2.js +1 -0
  1373. package/lib/PageHeader/type.d.ts +16 -0
  1374. package/lib/Pagination/Pagination.vue.d.ts +46 -0
  1375. package/lib/Pagination/Pagination.vue.js +1 -0
  1376. package/lib/Pagination/Pagination.vue2.js +1 -0
  1377. package/lib/Pagination/PaginationItem.vue.d.ts +23 -0
  1378. package/lib/Pagination/PaginationItem.vue.js +1 -0
  1379. package/lib/Pagination/PaginationItem.vue2.js +1 -0
  1380. package/lib/Pagination/hooks/useContext.d.ts +29 -0
  1381. package/lib/Pagination/hooks/useContext.js +1 -0
  1382. package/lib/Pagination/index.d.ts +112 -0
  1383. package/lib/Pagination/index.js +1 -0
  1384. package/lib/Pagination/type.d.ts +43 -0
  1385. package/lib/Popconfirm/index.d.ts +294 -0
  1386. package/lib/Popconfirm/index.js +1 -0
  1387. package/lib/Popconfirm/index.vue.d.ts +400 -0
  1388. package/lib/Popconfirm/index.vue.js +1 -0
  1389. package/lib/Popconfirm/index.vue3.js +1 -0
  1390. package/lib/Popconfirm/type.d.ts +41 -0
  1391. package/lib/Popover/index.d.ts +90 -0
  1392. package/lib/Popover/index.js +1 -0
  1393. package/lib/Popover/index.vue.d.ts +38 -0
  1394. package/lib/Popover/index.vue.js +1 -0
  1395. package/lib/Popover/index.vue3.js +1 -0
  1396. package/lib/Popover/type.d.ts +30 -0
  1397. package/lib/Progress/Progress.vue.d.ts +34 -0
  1398. package/lib/Progress/Progress.vue.js +1 -0
  1399. package/lib/Progress/Progress.vue2.js +1 -0
  1400. package/lib/Progress/ProgressCircle.vue.d.ts +34 -0
  1401. package/lib/Progress/ProgressCircle.vue.js +1 -0
  1402. package/lib/Progress/ProgressCircle.vue2.js +1 -0
  1403. package/lib/Progress/ProgressLine.vue.d.ts +32 -0
  1404. package/lib/Progress/ProgressLine.vue.js +1 -0
  1405. package/lib/Progress/ProgressLine.vue2.js +1 -0
  1406. package/lib/Progress/ProgressSteps.vue.d.ts +32 -0
  1407. package/lib/Progress/ProgressSteps.vue.js +1 -0
  1408. package/lib/Progress/ProgressSteps.vue3.js +1 -0
  1409. package/lib/Progress/index.d.ts +61 -0
  1410. package/lib/Progress/index.js +1 -0
  1411. package/lib/Progress/type.d.ts +17 -0
  1412. package/lib/Radio/Radio.vue.d.ts +28 -0
  1413. package/lib/Radio/Radio.vue.js +1 -0
  1414. package/lib/Radio/Radio.vue2.js +1 -0
  1415. package/lib/Radio/RadioGroup.vue.d.ts +30 -0
  1416. package/lib/Radio/RadioGroup.vue.js +1 -0
  1417. package/lib/Radio/RadioGroup.vue3.js +1 -0
  1418. package/lib/Radio/hooks/useContext.d.ts +21 -0
  1419. package/lib/Radio/hooks/useContext.js +1 -0
  1420. package/lib/Radio/index.d.ts +118 -0
  1421. package/lib/Radio/index.js +1 -0
  1422. package/lib/Radio/type.d.ts +49 -0
  1423. package/lib/Rate/index.d.ts +74 -0
  1424. package/lib/Rate/index.js +1 -0
  1425. package/lib/Rate/index.vue.d.ts +33 -0
  1426. package/lib/Rate/index.vue.js +1 -0
  1427. package/lib/Rate/index.vue2.js +1 -0
  1428. package/lib/Rate/type.d.ts +21 -0
  1429. package/lib/ResizeBox/index.d.ts +89 -0
  1430. package/lib/ResizeBox/index.js +1 -0
  1431. package/lib/ResizeBox/index.vue.d.ts +43 -0
  1432. package/lib/ResizeBox/index.vue.js +1 -0
  1433. package/lib/ResizeBox/index.vue2.js +1 -0
  1434. package/lib/ResizeBox/type.d.ts +26 -0
  1435. package/lib/Result/index.d.ts +39 -0
  1436. package/lib/Result/index.js +1 -0
  1437. package/lib/Result/index.vue.d.ts +20 -0
  1438. package/lib/Result/index.vue.js +1 -0
  1439. package/lib/Result/index.vue2.js +1 -0
  1440. package/lib/Result/type.d.ts +13 -0
  1441. package/lib/Scrollbar/Scrollbar.vue.d.ts +36 -0
  1442. package/lib/Scrollbar/Scrollbar.vue.js +1 -0
  1443. package/lib/Scrollbar/Scrollbar.vue2.js +1 -0
  1444. package/lib/Scrollbar/ScrollbarTrack.vue.d.ts +17 -0
  1445. package/lib/Scrollbar/ScrollbarTrack.vue.js +1 -0
  1446. package/lib/Scrollbar/ScrollbarTrack.vue2.js +1 -0
  1447. package/lib/Scrollbar/hooks/useContext.d.ts +16 -0
  1448. package/lib/Scrollbar/hooks/useContext.js +1 -0
  1449. package/lib/Scrollbar/index.d.ts +70 -0
  1450. package/lib/Scrollbar/index.js +1 -0
  1451. package/lib/Scrollbar/type.d.ts +21 -0
  1452. package/lib/Select/Optgroup.vue.d.ts +16 -0
  1453. package/lib/Select/Optgroup.vue.js +1 -0
  1454. package/lib/Select/Optgroup.vue2.js +1 -0
  1455. package/lib/Select/Option.vue.d.ts +25 -0
  1456. package/lib/Select/Option.vue.js +1 -0
  1457. package/lib/Select/Option.vue2.js +1 -0
  1458. package/lib/Select/Select.vue.d.ts +718 -0
  1459. package/lib/Select/Select.vue.js +1 -0
  1460. package/lib/Select/Select.vue2.js +1 -0
  1461. package/lib/Select/SelectIcon.vue.d.ts +12 -0
  1462. package/lib/Select/SelectIcon.vue.js +1 -0
  1463. package/lib/Select/SelectIcon.vue2.js +1 -0
  1464. package/lib/Select/SelectRealList.vue.d.ts +7 -0
  1465. package/lib/Select/SelectRealList.vue.js +1 -0
  1466. package/lib/Select/SelectRealList.vue2.js +1 -0
  1467. package/lib/Select/SelectView.vue.d.ts +39 -0
  1468. package/lib/Select/SelectView.vue.js +1 -0
  1469. package/lib/Select/SelectView.vue2.js +1 -0
  1470. package/lib/Select/SelectVirtualList.vue.d.ts +6 -0
  1471. package/lib/Select/SelectVirtualList.vue.js +1 -0
  1472. package/lib/Select/SelectVirtualList.vue2.js +1 -0
  1473. package/lib/Select/hooks/useContext.d.ts +81 -0
  1474. package/lib/Select/hooks/useContext.js +1 -0
  1475. package/lib/Select/hooks/useSelectHotkeys.d.ts +15 -0
  1476. package/lib/Select/hooks/useSelectHotkeys.js +1 -0
  1477. package/lib/Select/hooks/useSelectOptions.d.ts +67 -0
  1478. package/lib/Select/hooks/useSelectOptions.js +1 -0
  1479. package/lib/Select/index.d.ts +582 -0
  1480. package/lib/Select/index.js +1 -0
  1481. package/lib/Select/type.d.ts +118 -0
  1482. package/lib/Skeleton/Skeleton.vue.d.ts +19 -0
  1483. package/lib/Skeleton/Skeleton.vue.js +1 -0
  1484. package/lib/Skeleton/Skeleton.vue2.js +1 -0
  1485. package/lib/Skeleton/SkeletonLine.vue.d.ts +8 -0
  1486. package/lib/Skeleton/SkeletonLine.vue.js +1 -0
  1487. package/lib/Skeleton/SkeletonLine.vue2.js +1 -0
  1488. package/lib/Skeleton/SkeletonShape.vue.d.ts +6 -0
  1489. package/lib/Skeleton/SkeletonShape.vue.js +1 -0
  1490. package/lib/Skeleton/SkeletonShape.vue2.js +1 -0
  1491. package/lib/Skeleton/index.d.ts +53 -0
  1492. package/lib/Skeleton/index.js +1 -0
  1493. package/lib/Skeleton/type.d.ts +20 -0
  1494. package/lib/Slider/Slider.vue.d.ts +25 -0
  1495. package/lib/Slider/Slider.vue.js +1 -0
  1496. package/lib/Slider/Slider.vue2.js +1 -0
  1497. package/lib/Slider/SliderBtn.vue.d.ts +13 -0
  1498. package/lib/Slider/SliderBtn.vue.js +1 -0
  1499. package/lib/Slider/SliderBtn.vue2.js +1 -0
  1500. package/lib/Slider/SliderInput.vue.d.ts +5 -0
  1501. package/lib/Slider/SliderInput.vue.js +1 -0
  1502. package/lib/Slider/SliderInput.vue2.js +1 -0
  1503. package/lib/Slider/SliderTicks.vue.d.ts +11 -0
  1504. package/lib/Slider/SliderTicks.vue.js +1 -0
  1505. package/lib/Slider/SliderTicks.vue2.js +1 -0
  1506. package/lib/Slider/hooks/useContext.d.ts +44 -0
  1507. package/lib/Slider/hooks/useContext.js +1 -0
  1508. package/lib/Slider/hooks/useSliderDraggable.d.ts +37 -0
  1509. package/lib/Slider/hooks/useSliderDraggable.js +1 -0
  1510. package/lib/Slider/index.d.ts +84 -0
  1511. package/lib/Slider/index.js +1 -0
  1512. package/lib/Slider/type.d.ts +22 -0
  1513. package/lib/Space/index.d.ts +45 -0
  1514. package/lib/Space/index.js +1 -0
  1515. package/lib/Space/index.vue.d.ts +22 -0
  1516. package/lib/Space/index.vue.js +1 -0
  1517. package/lib/Space/index.vue2.js +1 -0
  1518. package/lib/Space/type.d.ts +13 -0
  1519. package/lib/Spin/index.d.ts +48 -0
  1520. package/lib/Spin/index.js +1 -0
  1521. package/lib/Spin/index.vue.d.ts +23 -0
  1522. package/lib/Spin/index.vue.js +1 -0
  1523. package/lib/Spin/index.vue2.js +1 -0
  1524. package/lib/Spin/type.d.ts +13 -0
  1525. package/lib/Split/index.d.ts +79 -0
  1526. package/lib/Split/index.js +1 -0
  1527. package/lib/Split/index.vue.d.ts +40 -0
  1528. package/lib/Split/index.vue.js +1 -0
  1529. package/lib/Split/index.vue2.js +1 -0
  1530. package/lib/Split/type.d.ts +22 -0
  1531. package/lib/Statistic/Countdown.vue.d.ts +28 -0
  1532. package/lib/Statistic/Countdown.vue.js +1 -0
  1533. package/lib/Statistic/Countdown.vue2.js +1 -0
  1534. package/lib/Statistic/Statistic.vue.d.ts +40 -0
  1535. package/lib/Statistic/Statistic.vue.js +1 -0
  1536. package/lib/Statistic/Statistic.vue2.js +1 -0
  1537. package/lib/Statistic/index.d.ts +140 -0
  1538. package/lib/Statistic/index.js +1 -0
  1539. package/lib/Statistic/type.d.ts +44 -0
  1540. package/lib/Steps/Step.vue.d.ts +21 -0
  1541. package/lib/Steps/Step.vue.js +1 -0
  1542. package/lib/Steps/Step.vue2.js +1 -0
  1543. package/lib/Steps/Steps.vue.d.ts +32 -0
  1544. package/lib/Steps/Steps.vue.js +1 -0
  1545. package/lib/Steps/Steps.vue2.js +1 -0
  1546. package/lib/Steps/hooks/useContext.d.ts +26 -0
  1547. package/lib/Steps/hooks/useContext.js +1 -0
  1548. package/lib/Steps/index.d.ts +106 -0
  1549. package/lib/Steps/index.js +1 -0
  1550. package/lib/Steps/type.d.ts +39 -0
  1551. package/lib/Switch/index.d.ts +94 -0
  1552. package/lib/Switch/index.js +1 -0
  1553. package/lib/Switch/index.vue.d.ts +40 -0
  1554. package/lib/Switch/index.vue.js +1 -0
  1555. package/lib/Switch/index.vue2.js +1 -0
  1556. package/lib/Switch/type.d.ts +31 -0
  1557. package/lib/Tabs/TabButton.vue.d.ts +24 -0
  1558. package/lib/Tabs/TabButton.vue.js +1 -0
  1559. package/lib/Tabs/TabButton.vue2.js +1 -0
  1560. package/lib/Tabs/TabPane.vue.d.ts +22 -0
  1561. package/lib/Tabs/TabPane.vue.js +1 -0
  1562. package/lib/Tabs/TabPane.vue3.js +1 -0
  1563. package/lib/Tabs/Tabs.vue.d.ts +48 -0
  1564. package/lib/Tabs/Tabs.vue.js +1 -0
  1565. package/lib/Tabs/Tabs.vue2.js +1 -0
  1566. package/lib/Tabs/TabsNavInk.vue.d.ts +7 -0
  1567. package/lib/Tabs/TabsNavInk.vue.js +1 -0
  1568. package/lib/Tabs/TabsNavInk.vue2.js +1 -0
  1569. package/lib/Tabs/TabsTab.vue.d.ts +7 -0
  1570. package/lib/Tabs/TabsTab.vue.js +1 -0
  1571. package/lib/Tabs/TabsTab.vue2.js +1 -0
  1572. package/lib/Tabs/hooks/useContext.d.ts +35 -0
  1573. package/lib/Tabs/hooks/useContext.js +1 -0
  1574. package/lib/Tabs/hooks/useTabsScroll.d.ts +15 -0
  1575. package/lib/Tabs/hooks/useTabsScroll.js +1 -0
  1576. package/lib/Tabs/index.d.ts +111 -0
  1577. package/lib/Tabs/index.js +1 -0
  1578. package/lib/Tabs/type.d.ts +44 -0
  1579. package/lib/Tag/index.d.ts +88 -0
  1580. package/lib/Tag/index.js +1 -0
  1581. package/lib/Tag/index.vue.d.ts +38 -0
  1582. package/lib/Tag/index.vue.js +1 -0
  1583. package/lib/Tag/index.vue2.js +1 -0
  1584. package/lib/Tag/type.d.ts +25 -0
  1585. package/lib/Textarea/hooks/useTextareaHeight.d.ts +11 -0
  1586. package/lib/Textarea/hooks/useTextareaHeight.js +1 -0
  1587. package/lib/Textarea/index.d.ts +128 -0
  1588. package/lib/Textarea/index.js +1 -0
  1589. package/lib/Textarea/index.vue.d.ts +42 -0
  1590. package/lib/Textarea/index.vue.js +1 -0
  1591. package/lib/Textarea/index.vue2.js +1 -0
  1592. package/lib/Textarea/type.d.ts +36 -0
  1593. package/lib/TimePicker/TimePicker.vue.d.ts +147 -0
  1594. package/lib/TimePicker/TimePicker.vue.js +1 -0
  1595. package/lib/TimePicker/TimePicker.vue2.js +1 -0
  1596. package/lib/TimePicker/TimePickerPanel.vue.d.ts +19 -0
  1597. package/lib/TimePicker/TimePickerPanel.vue.js +1 -0
  1598. package/lib/TimePicker/TimePickerPanel.vue2.js +1 -0
  1599. package/lib/TimePicker/hooks/useContext.d.ts +42 -0
  1600. package/lib/TimePicker/hooks/useContext.js +1 -0
  1601. package/lib/TimePicker/index.d.ts +173 -0
  1602. package/lib/TimePicker/index.js +1 -0
  1603. package/lib/TimePicker/type.d.ts +50 -0
  1604. package/lib/Timeline/Timeline.vue.d.ts +22 -0
  1605. package/lib/Timeline/Timeline.vue.js +1 -0
  1606. package/lib/Timeline/Timeline.vue2.js +1 -0
  1607. package/lib/Timeline/TimelineItem.vue.d.ts +24 -0
  1608. package/lib/Timeline/TimelineItem.vue.js +1 -0
  1609. package/lib/Timeline/TimelineItem.vue2.js +1 -0
  1610. package/lib/Timeline/hooks/useContext.d.ts +18 -0
  1611. package/lib/Timeline/hooks/useContext.js +1 -0
  1612. package/lib/Timeline/index.d.ts +88 -0
  1613. package/lib/Timeline/index.js +1 -0
  1614. package/lib/Timeline/type.d.ts +31 -0
  1615. package/lib/Tooltip/index.d.ts +90 -0
  1616. package/lib/Tooltip/index.js +1 -0
  1617. package/lib/Tooltip/index.vue.d.ts +39 -0
  1618. package/lib/Tooltip/index.vue.js +1 -0
  1619. package/lib/Tooltip/index.vue3.js +1 -0
  1620. package/lib/Tooltip/type.d.ts +29 -0
  1621. package/lib/Transfer/Transfer.vue.d.ts +42 -0
  1622. package/lib/Transfer/Transfer.vue.js +1 -0
  1623. package/lib/Transfer/Transfer.vue2.js +1 -0
  1624. package/lib/Transfer/TransferPanel.vue.d.ts +19 -0
  1625. package/lib/Transfer/TransferPanel.vue.js +1 -0
  1626. package/lib/Transfer/TransferPanel.vue2.js +1 -0
  1627. package/lib/Transfer/hooks/useContext.d.ts +32 -0
  1628. package/lib/Transfer/hooks/useContext.js +1 -0
  1629. package/lib/Transfer/index.d.ts +99 -0
  1630. package/lib/Transfer/index.js +1 -0
  1631. package/lib/Transfer/type.d.ts +64 -0
  1632. package/lib/Trigger/hooks/useContext.d.ts +22 -0
  1633. package/lib/Trigger/hooks/useContext.js +1 -0
  1634. package/lib/Trigger/hooks/useTriggerPosition.d.ts +32 -0
  1635. package/lib/Trigger/hooks/useTriggerPosition.js +1 -0
  1636. package/lib/Trigger/hooks/useTriggerVisible.d.ts +19 -0
  1637. package/lib/Trigger/hooks/useTriggerVisible.js +1 -0
  1638. package/lib/Trigger/index.d.ts +166 -0
  1639. package/lib/Trigger/index.js +1 -0
  1640. package/lib/Trigger/index.vue.d.ts +59 -0
  1641. package/lib/Trigger/index.vue.js +1 -0
  1642. package/lib/Trigger/index.vue2.js +1 -0
  1643. package/lib/Trigger/type.d.ts +61 -0
  1644. package/lib/Typography/Typography.vue.d.ts +17 -0
  1645. package/lib/Typography/Typography.vue.js +1 -0
  1646. package/lib/Typography/Typography.vue3.js +1 -0
  1647. package/lib/Typography/TypographyBase.vue.d.ts +358 -0
  1648. package/lib/Typography/TypographyBase.vue.js +1 -0
  1649. package/lib/Typography/TypographyBase.vue2.js +1 -0
  1650. package/lib/Typography/TypographyParagraph.vue.d.ts +19 -0
  1651. package/lib/Typography/TypographyParagraph.vue.js +1 -0
  1652. package/lib/Typography/TypographyParagraph.vue2.js +1 -0
  1653. package/lib/Typography/TypographyText.vue.d.ts +16 -0
  1654. package/lib/Typography/TypographyText.vue.js +1 -0
  1655. package/lib/Typography/TypographyText.vue2.js +1 -0
  1656. package/lib/Typography/TypographyTitle.vue.d.ts +18 -0
  1657. package/lib/Typography/TypographyTitle.vue.js +1 -0
  1658. package/lib/Typography/TypographyTitle.vue2.js +1 -0
  1659. package/lib/Typography/index.d.ts +39 -0
  1660. package/lib/Typography/index.js +1 -0
  1661. package/lib/Typography/type.d.ts +62 -0
  1662. package/lib/VerificationCode/index.d.ts +74 -0
  1663. package/lib/VerificationCode/index.js +1 -0
  1664. package/lib/VerificationCode/index.vue.d.ts +21 -0
  1665. package/lib/VerificationCode/index.vue.js +1 -0
  1666. package/lib/VerificationCode/index.vue2.js +1 -0
  1667. package/lib/VerificationCode/type.d.ts +22 -0
  1668. package/lib/Watermark/index.d.ts +74 -0
  1669. package/lib/Watermark/index.js +1 -0
  1670. package/lib/Watermark/index.vue.d.ts +35 -0
  1671. package/lib/Watermark/index.vue.js +1 -0
  1672. package/lib/Watermark/index.vue2.js +1 -0
  1673. package/lib/Watermark/type.d.ts +27 -0
  1674. package/lib/_shared/components/ExpandTransition.vue.d.ts +17 -0
  1675. package/lib/_shared/components/ExpandTransition.vue2.js +1 -0
  1676. package/lib/_shared/components/ExpandTransition.vue3.js +1 -0
  1677. package/lib/_shared/components/IconButton.vue.d.ts +30 -0
  1678. package/lib/_shared/components/IconButton.vue.js +1 -0
  1679. package/lib/_shared/components/IconButton.vue3.js +1 -0
  1680. package/lib/_shared/components/PreventFocus.vue.d.ts +24 -0
  1681. package/lib/_shared/components/PreventFocus.vue.js +1 -0
  1682. package/lib/_shared/components/PreventFocus.vue2.js +1 -0
  1683. package/lib/_shared/components/index.d.ts +3 -0
  1684. package/lib/_shared/constants/index.d.ts +8 -0
  1685. package/lib/_shared/constants/index.js +1 -0
  1686. package/lib/_shared/icons/Icon403.svg.js +1 -0
  1687. package/lib/_shared/icons/Icon404.svg.js +1 -0
  1688. package/lib/_shared/icons/Icon500.svg.js +1 -0
  1689. package/lib/_shared/icons/IconArrowDown.vue.d.ts +2 -0
  1690. package/lib/_shared/icons/IconArrowDown.vue.js +1 -0
  1691. package/lib/_shared/icons/IconArrowDown.vue2.js +1 -0
  1692. package/lib/_shared/icons/IconArrowRight.vue.d.ts +2 -0
  1693. package/lib/_shared/icons/IconArrowRight.vue.js +1 -0
  1694. package/lib/_shared/icons/IconArrowRight.vue2.js +1 -0
  1695. package/lib/_shared/icons/IconCheck.vue.d.ts +2 -0
  1696. package/lib/_shared/icons/IconCheck.vue.js +1 -0
  1697. package/lib/_shared/icons/IconCheck.vue2.js +1 -0
  1698. package/lib/_shared/icons/IconCheckboxChecked.vue.d.ts +2 -0
  1699. package/lib/_shared/icons/IconCheckboxChecked.vue.js +1 -0
  1700. package/lib/_shared/icons/IconCheckboxChecked.vue2.js +1 -0
  1701. package/lib/_shared/icons/IconClose.vue.d.ts +2 -0
  1702. package/lib/_shared/icons/IconClose.vue.js +1 -0
  1703. package/lib/_shared/icons/IconClose.vue2.js +1 -0
  1704. package/lib/_shared/icons/IconCopy.vue.d.ts +2 -0
  1705. package/lib/_shared/icons/IconCopy.vue.js +1 -0
  1706. package/lib/_shared/icons/IconCopy.vue2.js +1 -0
  1707. package/lib/_shared/icons/IconDelete.vue.d.ts +2 -0
  1708. package/lib/_shared/icons/IconDelete.vue.js +1 -0
  1709. package/lib/_shared/icons/IconDelete.vue2.js +1 -0
  1710. package/lib/_shared/icons/IconDragDot.vue.d.ts +2 -0
  1711. package/lib/_shared/icons/IconDragDot.vue.js +1 -0
  1712. package/lib/_shared/icons/IconDragDot.vue2.js +1 -0
  1713. package/lib/_shared/icons/IconEdit.vue.d.ts +2 -0
  1714. package/lib/_shared/icons/IconEdit.vue.js +1 -0
  1715. package/lib/_shared/icons/IconEdit.vue2.js +1 -0
  1716. package/lib/_shared/icons/IconEmpty.vue.d.ts +2 -0
  1717. package/lib/_shared/icons/IconEmpty.vue.js +1 -0
  1718. package/lib/_shared/icons/IconEmpty.vue2.js +1 -0
  1719. package/lib/_shared/icons/IconError.vue.d.ts +2 -0
  1720. package/lib/_shared/icons/IconError.vue.js +1 -0
  1721. package/lib/_shared/icons/IconError.vue2.js +1 -0
  1722. package/lib/_shared/icons/IconExclamation.vue.d.ts +2 -0
  1723. package/lib/_shared/icons/IconExclamation.vue.js +1 -0
  1724. package/lib/_shared/icons/IconExclamation.vue2.js +1 -0
  1725. package/lib/_shared/icons/IconEyeClose.vue.d.ts +2 -0
  1726. package/lib/_shared/icons/IconEyeClose.vue.js +1 -0
  1727. package/lib/_shared/icons/IconEyeClose.vue2.js +1 -0
  1728. package/lib/_shared/icons/IconEyeOpen.vue.d.ts +2 -0
  1729. package/lib/_shared/icons/IconEyeOpen.vue.js +1 -0
  1730. package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -0
  1731. package/lib/_shared/icons/IconFaceSmile.vue.d.ts +2 -0
  1732. package/lib/_shared/icons/IconFaceSmile.vue.js +1 -0
  1733. package/lib/_shared/icons/IconFaceSmile.vue2.js +1 -0
  1734. package/lib/_shared/icons/IconFullScreen.vue.d.ts +2 -0
  1735. package/lib/_shared/icons/IconFullScreen.vue.js +1 -0
  1736. package/lib/_shared/icons/IconFullScreen.vue2.js +1 -0
  1737. package/lib/_shared/icons/IconImageClose.vue.d.ts +2 -0
  1738. package/lib/_shared/icons/IconImageClose.vue.js +1 -0
  1739. package/lib/_shared/icons/IconImageClose.vue2.js +1 -0
  1740. package/lib/_shared/icons/IconInfo.vue.d.ts +2 -0
  1741. package/lib/_shared/icons/IconInfo.vue.js +1 -0
  1742. package/lib/_shared/icons/IconInfo.vue2.js +1 -0
  1743. package/lib/_shared/icons/IconInfoLine.vue.d.ts +2 -0
  1744. package/lib/_shared/icons/IconInfoLine.vue.js +1 -0
  1745. package/lib/_shared/icons/IconInfoLine.vue2.js +1 -0
  1746. package/lib/_shared/icons/IconLink.vue.d.ts +2 -0
  1747. package/lib/_shared/icons/IconLink.vue.js +1 -0
  1748. package/lib/_shared/icons/IconLink.vue2.js +1 -0
  1749. package/lib/_shared/icons/IconLoading.vue.d.ts +2 -0
  1750. package/lib/_shared/icons/IconLoading.vue.js +1 -0
  1751. package/lib/_shared/icons/IconLoading.vue2.js +1 -0
  1752. package/lib/_shared/icons/IconMenuFold.vue.d.ts +2 -0
  1753. package/lib/_shared/icons/IconMenuFold.vue.js +1 -0
  1754. package/lib/_shared/icons/IconMenuFold.vue2.js +1 -0
  1755. package/lib/_shared/icons/IconMenuUnfold.vue.d.ts +2 -0
  1756. package/lib/_shared/icons/IconMenuUnfold.vue.js +1 -0
  1757. package/lib/_shared/icons/IconMenuUnfold.vue2.js +1 -0
  1758. package/lib/_shared/icons/IconMinus.vue.d.ts +2 -0
  1759. package/lib/_shared/icons/IconMinus.vue.js +1 -0
  1760. package/lib/_shared/icons/IconMinus.vue2.js +1 -0
  1761. package/lib/_shared/icons/IconMore.vue.d.ts +2 -0
  1762. package/lib/_shared/icons/IconMore.vue.js +1 -0
  1763. package/lib/_shared/icons/IconMore.vue2.js +1 -0
  1764. package/lib/_shared/icons/IconOriginSize.vue.d.ts +2 -0
  1765. package/lib/_shared/icons/IconOriginSize.vue.js +1 -0
  1766. package/lib/_shared/icons/IconOriginSize.vue2.js +1 -0
  1767. package/lib/_shared/icons/IconPlus.vue.d.ts +2 -0
  1768. package/lib/_shared/icons/IconPlus.vue.js +1 -0
  1769. package/lib/_shared/icons/IconPlus.vue2.js +1 -0
  1770. package/lib/_shared/icons/IconRight.vue.d.ts +2 -0
  1771. package/lib/_shared/icons/IconRight.vue.js +1 -0
  1772. package/lib/_shared/icons/IconRight.vue2.js +1 -0
  1773. package/lib/_shared/icons/IconRotateLeft.vue.d.ts +2 -0
  1774. package/lib/_shared/icons/IconRotateLeft.vue.js +1 -0
  1775. package/lib/_shared/icons/IconRotateLeft.vue2.js +1 -0
  1776. package/lib/_shared/icons/IconRotateRight.vue.d.ts +2 -0
  1777. package/lib/_shared/icons/IconRotateRight.vue.js +1 -0
  1778. package/lib/_shared/icons/IconRotateRight.vue2.js +1 -0
  1779. package/lib/_shared/icons/IconSearch.vue.d.ts +2 -0
  1780. package/lib/_shared/icons/IconSearch.vue.js +1 -0
  1781. package/lib/_shared/icons/IconSearch.vue2.js +1 -0
  1782. package/lib/_shared/icons/IconSeparator.vue.d.ts +2 -0
  1783. package/lib/_shared/icons/IconSeparator.vue.js +1 -0
  1784. package/lib/_shared/icons/IconSeparator.vue2.js +1 -0
  1785. package/lib/_shared/icons/IconStar.vue.d.ts +2 -0
  1786. package/lib/_shared/icons/IconStar.vue.js +1 -0
  1787. package/lib/_shared/icons/IconStar.vue2.js +1 -0
  1788. package/lib/_shared/icons/IconSuccess.vue.d.ts +2 -0
  1789. package/lib/_shared/icons/IconSuccess.vue.js +1 -0
  1790. package/lib/_shared/icons/IconSuccess.vue2.js +1 -0
  1791. package/lib/_shared/icons/IconTime.vue.d.ts +2 -0
  1792. package/lib/_shared/icons/IconTime.vue.js +1 -0
  1793. package/lib/_shared/icons/IconTime.vue2.js +1 -0
  1794. package/lib/_shared/icons/IconToTop.vue.d.ts +2 -0
  1795. package/lib/_shared/icons/IconToTop.vue.js +1 -0
  1796. package/lib/_shared/icons/IconToTop.vue2.js +1 -0
  1797. package/lib/_shared/icons/IconWarning.vue.d.ts +2 -0
  1798. package/lib/_shared/icons/IconWarning.vue.js +1 -0
  1799. package/lib/_shared/icons/IconWarning.vue2.js +1 -0
  1800. package/lib/_shared/icons/IconZoomIn.vue.d.ts +2 -0
  1801. package/lib/_shared/icons/IconZoomIn.vue.js +1 -0
  1802. package/lib/_shared/icons/IconZoomIn.vue2.js +1 -0
  1803. package/lib/_shared/icons/IconZoomOut.vue.d.ts +2 -0
  1804. package/lib/_shared/icons/IconZoomOut.vue.js +1 -0
  1805. package/lib/_shared/icons/IconZoomOut.vue2.js +1 -0
  1806. package/lib/_shared/icons/_Icon.vue.d.ts +31 -0
  1807. package/lib/_shared/icons/_Icon.vue2.js +1 -0
  1808. package/lib/_shared/icons/_Icon.vue3.js +1 -0
  1809. package/lib/_shared/icons/index.d.ts +39 -0
  1810. package/lib/_shared/type/index.d.ts +18 -0
  1811. package/lib/_shared/utils/color.d.ts +18 -0
  1812. package/lib/_shared/utils/color.js +1 -0
  1813. package/lib/_shared/utils/control.d.ts +5 -0
  1814. package/lib/_shared/utils/control.js +1 -0
  1815. package/lib/_shared/utils/dom.d.ts +28 -0
  1816. package/lib/_shared/utils/dom.js +1 -0
  1817. package/lib/_shared/utils/fn.d.ts +8 -0
  1818. package/lib/_shared/utils/fn.js +1 -0
  1819. package/lib/_shared/utils/global-config.d.ts +28 -0
  1820. package/lib/_shared/utils/global-config.js +1 -0
  1821. package/lib/_shared/utils/index.d.ts +8 -0
  1822. package/lib/_shared/utils/is.d.ts +27 -0
  1823. package/lib/_shared/utils/is.js +1 -0
  1824. package/lib/_shared/utils/time.d.ts +48 -0
  1825. package/lib/_shared/utils/time.js +1 -0
  1826. package/lib/_shared/utils/vue-utils.d.ts +7 -0
  1827. package/lib/_shared/utils/vue-utils.js +1 -0
  1828. package/lib/_virtual/_commonjsHelpers.js +1 -0
  1829. package/lib/_virtual/_plugin-vue_export-helper.js +1 -0
  1830. package/lib/_virtual/dayjs.min.js +1 -0
  1831. package/lib/_virtual/duration.js +1 -0
  1832. package/lib/_virtual/en.js +1 -0
  1833. package/lib/_virtual/isSameOrAfter.js +1 -0
  1834. package/lib/_virtual/isSameOrBefore.js +1 -0
  1835. package/lib/_virtual/toObject.js +1 -0
  1836. package/lib/index.d.ts +1710 -0
  1837. package/lib/index.js +1 -0
  1838. package/lib/node_modules/@vueuse/core/index.js +1 -0
  1839. package/lib/node_modules/@vueuse/shared/index.js +1 -0
  1840. package/lib/node_modules/b-tween/dist/b-tween.es.js +1 -0
  1841. package/lib/node_modules/dayjs/dayjs.min.js +1 -0
  1842. package/lib/node_modules/dayjs/locale/en.js +1 -0
  1843. package/lib/node_modules/dayjs/plugin/duration.js +1 -0
  1844. package/lib/node_modules/dayjs/plugin/isSameOrAfter.js +1 -0
  1845. package/lib/node_modules/dayjs/plugin/isSameOrBefore.js +1 -0
  1846. package/lib/node_modules/dayjs/plugin/toObject.js +1 -0
  1847. package/lib/node_modules/nanoid/index.browser.js +1 -0
  1848. package/lib/node_modules/nanoid/url-alphabet/index.js +1 -0
  1849. package/lib/node_modules/tinycolor2/esm/tinycolor.js +1 -0
  1850. package/lib/style.css +1 -0
  1851. package/package.json +108 -0
@@ -0,0 +1,1536 @@
1
+ import { nextTick } from 'vue';
2
+ import { MentionProps, MentionSlots } from './type';
3
+ import { SelectValue } from '../Select';
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: Readonly<MentionSlots> & MentionSlots;
7
+ refs: {
8
+ autoCompleteRef: ({
9
+ $: import('vue').ComponentInternalInstance;
10
+ $data: {};
11
+ $props: {
12
+ readonly modelValue?: string | undefined;
13
+ readonly defaultValue?: string | undefined;
14
+ readonly disabled?: boolean | undefined;
15
+ readonly data?: import('../Select').SelectOptions | undefined;
16
+ readonly popupContainer?: import('../_shared/type').PopupContainer | undefined;
17
+ readonly strict?: boolean | undefined;
18
+ readonly filterOption?: ((inputValue: string, option: import('../Select').SelectOptionData) => boolean) | undefined;
19
+ readonly triggerProps?: import('..').TriggerProps | undefined;
20
+ readonly allowClear?: boolean | undefined;
21
+ readonly vistualListProps?: import('../Select').VirtualListProps | undefined;
22
+ readonly isSelectSetValue?: boolean | undefined;
23
+ readonly isSearch?: boolean | undefined;
24
+ readonly type?: "textarea" | "input" | undefined;
25
+ readonly onChange?: ((value: string) => any) | undefined;
26
+ readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
27
+ readonly onClear?: ((ev?: Event | undefined) => any) | undefined;
28
+ readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
29
+ readonly onInput?: ((value: string, ev: Event) => any) | undefined;
30
+ readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
31
+ readonly onSelect?: ((value: string) => any) | undefined;
32
+ readonly onSearch?: ((value: string) => any) | undefined;
33
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
34
+ readonly "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
35
+ readonly "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
36
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
37
+ $attrs: {
38
+ [x: string]: unknown;
39
+ };
40
+ $refs: {
41
+ [x: string]: unknown;
42
+ } & {
43
+ selectRef: ({
44
+ $: import('vue').ComponentInternalInstance;
45
+ $data: {};
46
+ $props: {
47
+ readonly multiple?: boolean | undefined;
48
+ readonly modelValue?: SelectValue | undefined;
49
+ readonly defaultValue?: SelectValue | undefined;
50
+ readonly inputValue?: string | undefined;
51
+ readonly defaultInputValue?: string | undefined;
52
+ readonly size?: import('../_shared/type').Size | undefined;
53
+ readonly placeholder?: string | undefined;
54
+ readonly loading?: boolean | undefined;
55
+ readonly disabled?: boolean | undefined;
56
+ readonly error?: boolean | undefined;
57
+ readonly allowClear?: boolean | undefined;
58
+ readonly allowSearch?: boolean | undefined;
59
+ readonly allowCreate?: boolean | undefined;
60
+ readonly maxTagCount?: number | undefined;
61
+ readonly popupContainer?: import('../_shared/type').PopupContainer | undefined;
62
+ readonly bordered?: boolean | undefined;
63
+ readonly defaultActivefirstOption?: boolean | undefined;
64
+ readonly popupVisible?: boolean | undefined;
65
+ readonly defaultPopupVisible?: boolean | undefined;
66
+ readonly unmountonClose?: boolean | undefined;
67
+ readonly filterOption?: import('../Select').FilterOption | undefined;
68
+ readonly options?: import('../Select').SelectOptions | undefined;
69
+ readonly virtualListProps?: import('../Select').VirtualListProps | undefined;
70
+ readonly triggerProps?: import('..').TriggerProps | undefined;
71
+ readonly formatLabel?: import('../Select').FormatLabel | undefined;
72
+ readonly fallbackOption?: import('../Select').FallbackOption | undefined;
73
+ readonly showExtraOptions?: boolean | undefined;
74
+ readonly valueKey?: string | undefined;
75
+ readonly searchDelay?: number | undefined;
76
+ readonly limit?: number | undefined;
77
+ readonly fieldNames?: Record<string, string> | undefined;
78
+ readonly scrollbar?: boolean | undefined;
79
+ readonly showHeaderOnEmpty?: boolean | undefined;
80
+ readonly showFooterOnEmpty?: boolean | undefined;
81
+ readonly tagNowrap?: boolean | undefined;
82
+ readonly hotkeys?: boolean | undefined;
83
+ readonly showEmpty?: boolean | undefined;
84
+ readonly onChange?: ((value: SelectValue) => any) | undefined;
85
+ readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
86
+ readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
87
+ readonly onClear?: (() => any) | undefined;
88
+ readonly onSelect?: ((value: SelectValue) => any) | undefined;
89
+ readonly onSearch?: ((value: string) => any) | undefined;
90
+ readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
91
+ readonly "onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
92
+ readonly "onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
93
+ readonly "onInput-value-change"?: ((value: string) => any) | undefined;
94
+ readonly onExceedLimit?: ((value: SelectValue, ev?: MouseEvent | undefined) => any) | undefined;
95
+ readonly "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
96
+ readonly "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
97
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
98
+ $attrs: {
99
+ [x: string]: unknown;
100
+ };
101
+ $refs: {
102
+ [x: string]: unknown;
103
+ } & {
104
+ popupRef: ({
105
+ $: import('vue').ComponentInternalInstance;
106
+ $data: {};
107
+ $props: {
108
+ readonly popupVisible?: boolean | undefined;
109
+ readonly defaultPopupVisible?: boolean | undefined;
110
+ readonly trigger?: import('..').TriggerType | undefined;
111
+ readonly position?: import('..').TriggerPostion | undefined;
112
+ readonly disabled?: boolean | undefined;
113
+ readonly popupOffset?: number | undefined;
114
+ readonly popupTranslate?: number[] | undefined;
115
+ readonly showArrow?: boolean | undefined;
116
+ readonly popuphoverStay?: boolean | undefined;
117
+ readonly blurToClose?: boolean | undefined;
118
+ readonly clickToClose?: boolean | undefined;
119
+ readonly clickOutsideToClose?: boolean | undefined;
120
+ readonly unmountOnClose?: boolean | undefined;
121
+ readonly contentClass?: import('../_shared/type').ClassName | undefined;
122
+ readonly contentStyle?: import('vue').CSSProperties | undefined;
123
+ readonly arrowClass?: import('../_shared/type').ClassName | undefined;
124
+ readonly arrowStyle?: import('vue').CSSProperties | undefined;
125
+ readonly animationName?: string | undefined;
126
+ readonly duration?: number | undefined;
127
+ readonly mouseEnterDelay?: number | undefined;
128
+ readonly mouseLeaveDelay?: number | undefined;
129
+ readonly focusDelay?: number | undefined;
130
+ readonly autoFitPopupWidth?: boolean | undefined;
131
+ readonly autoFitPopupMinWidth?: boolean | undefined;
132
+ readonly popupContainer?: import('../_shared/type').PopupContainer | undefined;
133
+ readonly renderToBody?: boolean | undefined;
134
+ readonly autoFitPosition?: boolean | undefined;
135
+ readonly updateAtScroll?: boolean | undefined;
136
+ readonly preventFocus?: boolean | undefined;
137
+ readonly alignPoint?: boolean | undefined;
138
+ readonly scrollToClose?: boolean | undefined;
139
+ readonly scrollToCloseDistance?: number | undefined;
140
+ readonly needTransformOrigin?: boolean | undefined;
141
+ readonly autoSetPosition?: boolean | undefined;
142
+ readonly onTriggerMouseenter?: (() => void) | undefined;
143
+ readonly onTriggerMouseleave?: (() => void) | undefined;
144
+ readonly onTriggerMouseclick?: (() => void) | undefined;
145
+ readonly onTriggerFocus?: (() => void) | undefined;
146
+ readonly onTriggerBlur?: (() => void) | undefined;
147
+ readonly onClickOutSide?: (() => void) | undefined;
148
+ readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
149
+ readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
150
+ readonly onShow?: (() => any) | undefined;
151
+ readonly onHide?: (() => any) | undefined;
152
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
153
+ $attrs: {
154
+ [x: string]: unknown;
155
+ };
156
+ $refs: any;
157
+ $slots: Readonly<{
158
+ [name: string]: import('vue').Slot<any> | undefined;
159
+ }>;
160
+ $root: import('vue').ComponentPublicInstance | null;
161
+ $parent: import('vue').ComponentPublicInstance | null;
162
+ $host: Element | null;
163
+ $emit: ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "show") => void) & ((event: "hide") => void);
164
+ $el: any;
165
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').TriggerProps> & Readonly<{
166
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
167
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
168
+ onShow?: (() => any) | undefined;
169
+ onHide?: (() => any) | undefined;
170
+ }>, {
171
+ hide(): void;
172
+ show(): void;
173
+ updatePosition(x: number, y: number): void;
174
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
175
+ "update:popupVisible": (value: boolean) => any;
176
+ "popup-visible-change": (value: boolean) => any;
177
+ show: () => any;
178
+ hide: () => any;
179
+ }, string, {
180
+ trigger: import('..').TriggerType;
181
+ mouseEnterDelay: number;
182
+ popupVisible: boolean;
183
+ defaultPopupVisible: boolean;
184
+ clickToClose: boolean;
185
+ blurToClose: boolean;
186
+ clickOutsideToClose: boolean;
187
+ mouseLeaveDelay: number;
188
+ focusDelay: number;
189
+ disabled: boolean;
190
+ scrollToCloseDistance: number;
191
+ autoSetPosition: boolean;
192
+ alignPoint: boolean;
193
+ position: import('..').TriggerPostion;
194
+ popupOffset: number;
195
+ popupTranslate: number[];
196
+ showArrow: boolean;
197
+ unmountOnClose: boolean;
198
+ contentClass: import('../_shared/type').ClassName;
199
+ contentStyle: import('vue').CSSProperties;
200
+ arrowClass: import('../_shared/type').ClassName;
201
+ arrowStyle: import('vue').CSSProperties;
202
+ animationName: string;
203
+ duration: number;
204
+ autoFitPopupWidth: boolean;
205
+ autoFitPopupMinWidth: boolean;
206
+ popupContainer: import('../_shared/type').PopupContainer;
207
+ renderToBody: boolean;
208
+ autoFitPosition: boolean;
209
+ updateAtScroll: boolean;
210
+ preventFocus: boolean;
211
+ scrollToClose: boolean;
212
+ needTransformOrigin: boolean;
213
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
214
+ beforeCreate?: (() => void) | (() => void)[];
215
+ created?: (() => void) | (() => void)[];
216
+ beforeMount?: (() => void) | (() => void)[];
217
+ mounted?: (() => void) | (() => void)[];
218
+ beforeUpdate?: (() => void) | (() => void)[];
219
+ updated?: (() => void) | (() => void)[];
220
+ activated?: (() => void) | (() => void)[];
221
+ deactivated?: (() => void) | (() => void)[];
222
+ beforeDestroy?: (() => void) | (() => void)[];
223
+ beforeUnmount?: (() => void) | (() => void)[];
224
+ destroyed?: (() => void) | (() => void)[];
225
+ unmounted?: (() => void) | (() => void)[];
226
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
227
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
228
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
229
+ };
230
+ $forceUpdate: () => void;
231
+ $nextTick: typeof nextTick;
232
+ $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;
233
+ } & Readonly<{
234
+ trigger: import('..').TriggerType;
235
+ mouseEnterDelay: number;
236
+ popupVisible: boolean;
237
+ defaultPopupVisible: boolean;
238
+ clickToClose: boolean;
239
+ blurToClose: boolean;
240
+ clickOutsideToClose: boolean;
241
+ mouseLeaveDelay: number;
242
+ focusDelay: number;
243
+ disabled: boolean;
244
+ scrollToCloseDistance: number;
245
+ autoSetPosition: boolean;
246
+ alignPoint: boolean;
247
+ position: import('..').TriggerPostion;
248
+ popupOffset: number;
249
+ popupTranslate: number[];
250
+ showArrow: boolean;
251
+ unmountOnClose: boolean;
252
+ contentClass: import('../_shared/type').ClassName;
253
+ contentStyle: import('vue').CSSProperties;
254
+ arrowClass: import('../_shared/type').ClassName;
255
+ arrowStyle: import('vue').CSSProperties;
256
+ animationName: string;
257
+ duration: number;
258
+ autoFitPopupWidth: boolean;
259
+ autoFitPopupMinWidth: boolean;
260
+ popupContainer: import('../_shared/type').PopupContainer;
261
+ renderToBody: boolean;
262
+ autoFitPosition: boolean;
263
+ updateAtScroll: boolean;
264
+ preventFocus: boolean;
265
+ scrollToClose: boolean;
266
+ needTransformOrigin: boolean;
267
+ }> & Omit<Readonly<import('..').TriggerProps> & Readonly<{
268
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
269
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
270
+ onShow?: (() => any) | undefined;
271
+ onHide?: (() => any) | undefined;
272
+ }>, "show" | "hide" | ("trigger" | "mouseEnterDelay" | "popupVisible" | "defaultPopupVisible" | "clickToClose" | "blurToClose" | "clickOutsideToClose" | "mouseLeaveDelay" | "focusDelay" | "disabled" | "scrollToCloseDistance" | "autoSetPosition" | "alignPoint" | "position" | "popupOffset" | "popupTranslate" | "showArrow" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "animationName" | "duration" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "popupContainer" | "renderToBody" | "autoFitPosition" | "updateAtScroll" | "preventFocus" | "scrollToClose" | "needTransformOrigin") | "updatePosition"> & import('vue').ShallowUnwrapRef<{
273
+ hide(): void;
274
+ show(): void;
275
+ updatePosition(x: number, y: number): void;
276
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
277
+ $slots: any;
278
+ }) | null;
279
+ inputRef: ({
280
+ $: import('vue').ComponentInternalInstance;
281
+ $data: {};
282
+ $props: {
283
+ readonly modelValue?: import('..').InputTagValue | undefined;
284
+ readonly defaultValue?: import('..').InputTagValue | undefined;
285
+ readonly inputValue?: string | undefined;
286
+ readonly defaultInputValue?: string | undefined;
287
+ readonly placeholder?: string | undefined;
288
+ readonly disabled?: boolean | undefined;
289
+ readonly error?: boolean | undefined;
290
+ readonly readonly?: boolean | undefined;
291
+ readonly allowClear?: boolean | undefined;
292
+ readonly size?: import('../_shared/type').Size | undefined;
293
+ readonly maxTagCount?: number | undefined;
294
+ readonly retainInputValue?: import('..').InputRetainValue | undefined;
295
+ readonly formatTag?: import('..').FormatTag | undefined;
296
+ readonly uniqueValue?: boolean | undefined;
297
+ readonly tagNowrap?: boolean | undefined;
298
+ readonly fieldNames?: Record<string, string> | undefined;
299
+ readonly allowCreate?: boolean | undefined;
300
+ readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
301
+ readonly onClear?: ((ev: MouseEvent) => any) | undefined;
302
+ readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
303
+ readonly onInput?: ((value: string) => any) | undefined;
304
+ readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
305
+ readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
306
+ readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
307
+ readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
308
+ readonly "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
309
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
310
+ $attrs: {
311
+ [x: string]: unknown;
312
+ };
313
+ $refs: {
314
+ [x: string]: unknown;
315
+ } & {
316
+ mirrorRef: HTMLDivElement;
317
+ inputRef: HTMLInputElement;
318
+ };
319
+ $slots: Readonly<{
320
+ [name: string]: import('vue').Slot<any> | undefined;
321
+ }>;
322
+ $root: import('vue').ComponentPublicInstance | null;
323
+ $parent: import('vue').ComponentPublicInstance | null;
324
+ $host: Element | null;
325
+ $emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string) => 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);
326
+ $el: HTMLDivElement;
327
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
328
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
329
+ onClear?: ((ev: MouseEvent) => any) | undefined;
330
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
331
+ onInput?: ((value: string) => any) | undefined;
332
+ onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
333
+ "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
334
+ "onUpdate:inputValue"?: ((value: string) => any) | undefined;
335
+ "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
336
+ "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
337
+ }>, {
338
+ focus(): void;
339
+ blur(): void;
340
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
341
+ focus: (ev: FocusEvent) => any;
342
+ clear: (ev: MouseEvent) => any;
343
+ blur: (ev: FocusEvent) => any;
344
+ input: (value: string) => any;
345
+ remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
346
+ "update:modelValue": (value: import('..').InputTagValue) => any;
347
+ "update:inputValue": (value: string) => any;
348
+ "input-value-change": (value: string, ev: Event) => any;
349
+ "press-enter": (ev: KeyboardEvent) => any;
350
+ }, string, {
351
+ size: import('../_shared/type').Size;
352
+ disabled: boolean;
353
+ error: boolean;
354
+ placeholder: string;
355
+ modelValue: import('..').InputTagValue;
356
+ defaultValue: import('..').InputTagValue;
357
+ allowClear: boolean;
358
+ readonly: boolean;
359
+ inputValue: string;
360
+ defaultInputValue: string;
361
+ fieldNames: Record<string, string>;
362
+ allowCreate: boolean;
363
+ maxTagCount: number;
364
+ tagNowrap: boolean;
365
+ retainInputValue: import('..').InputRetainValue;
366
+ uniqueValue: boolean;
367
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
368
+ beforeCreate?: (() => void) | (() => void)[];
369
+ created?: (() => void) | (() => void)[];
370
+ beforeMount?: (() => void) | (() => void)[];
371
+ mounted?: (() => void) | (() => void)[];
372
+ beforeUpdate?: (() => void) | (() => void)[];
373
+ updated?: (() => void) | (() => void)[];
374
+ activated?: (() => void) | (() => void)[];
375
+ deactivated?: (() => void) | (() => void)[];
376
+ beforeDestroy?: (() => void) | (() => void)[];
377
+ beforeUnmount?: (() => void) | (() => void)[];
378
+ destroyed?: (() => void) | (() => void)[];
379
+ unmounted?: (() => void) | (() => void)[];
380
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
381
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
382
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
383
+ };
384
+ $forceUpdate: () => void;
385
+ $nextTick: typeof nextTick;
386
+ $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;
387
+ } & Readonly<{
388
+ size: import('../_shared/type').Size;
389
+ disabled: boolean;
390
+ error: boolean;
391
+ placeholder: string;
392
+ modelValue: import('..').InputTagValue;
393
+ defaultValue: import('..').InputTagValue;
394
+ allowClear: boolean;
395
+ readonly: boolean;
396
+ inputValue: string;
397
+ defaultInputValue: string;
398
+ fieldNames: Record<string, string>;
399
+ allowCreate: boolean;
400
+ maxTagCount: number;
401
+ tagNowrap: boolean;
402
+ retainInputValue: import('..').InputRetainValue;
403
+ uniqueValue: boolean;
404
+ }> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
405
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
406
+ onClear?: ((ev: MouseEvent) => any) | undefined;
407
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
408
+ onInput?: ((value: string) => any) | undefined;
409
+ onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
410
+ "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
411
+ "onUpdate:inputValue"?: ((value: string) => any) | undefined;
412
+ "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
413
+ "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
414
+ }>, "focus" | "blur" | ("size" | "disabled" | "error" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
415
+ focus(): void;
416
+ blur(): void;
417
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
418
+ $slots: Readonly<import('..').InputTagSlots> & import('..').InputTagSlots;
419
+ }) | null;
420
+ };
421
+ $slots: Readonly<{
422
+ [name: string]: import('vue').Slot<any> | undefined;
423
+ }>;
424
+ $root: import('vue').ComponentPublicInstance | null;
425
+ $parent: import('vue').ComponentPublicInstance | null;
426
+ $host: Element | null;
427
+ $emit: ((event: "change", value: SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "select", value: SelectValue) => void) & ((event: "search", value: string) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "update:modelValue", value: SelectValue) => void) & ((event: "update:inputValue", value: SelectValue) => void) & ((event: "input-value-change", value: string) => void) & ((event: "exceedLimit", value: SelectValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
428
+ $el: any;
429
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../Select').SelectProps> & Readonly<{
430
+ onChange?: ((value: SelectValue) => any) | undefined;
431
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
432
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
433
+ onClear?: (() => any) | undefined;
434
+ onSelect?: ((value: SelectValue) => any) | undefined;
435
+ onSearch?: ((value: string) => any) | undefined;
436
+ onRemove?: ((index: string | number, ev: Event) => any) | undefined;
437
+ "onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
438
+ "onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
439
+ "onInput-value-change"?: ((value: string) => any) | undefined;
440
+ onExceedLimit?: ((value: SelectValue, ev?: MouseEvent | undefined) => any) | undefined;
441
+ "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
442
+ "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
443
+ }>, {
444
+ focus(): void;
445
+ blur(): void;
446
+ getPopupRef(): import('..').TriggerInstance;
447
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
448
+ change: (value: SelectValue) => any;
449
+ "update:popupVisible": (value: boolean) => any;
450
+ "popup-visible-change": (value: boolean) => any;
451
+ clear: () => any;
452
+ select: (value: SelectValue) => any;
453
+ search: (value: string) => any;
454
+ remove: (index: string | number, ev: Event) => any;
455
+ "update:modelValue": (value: SelectValue) => any;
456
+ "update:inputValue": (value: SelectValue) => any;
457
+ "input-value-change": (value: string) => any;
458
+ exceedLimit: (value: SelectValue, ev?: MouseEvent | undefined) => any;
459
+ "dropdown-scroll": (ev: Event) => any;
460
+ "dropdown-reach-bottom": (ev: Event) => any;
461
+ }, string, {
462
+ size: import('../_shared/type').Size;
463
+ popupVisible: boolean;
464
+ defaultPopupVisible: boolean;
465
+ disabled: boolean;
466
+ popupContainer: import('../_shared/type').PopupContainer;
467
+ loading: boolean;
468
+ error: boolean;
469
+ scrollbar: boolean;
470
+ multiple: boolean;
471
+ placeholder: string;
472
+ triggerProps: import('..').TriggerProps;
473
+ bordered: boolean;
474
+ modelValue: SelectValue;
475
+ defaultValue: SelectValue;
476
+ allowClear: boolean;
477
+ showExtraOptions: boolean;
478
+ options: import('../Select').SelectOptions;
479
+ limit: number;
480
+ inputValue: string;
481
+ defaultInputValue: string;
482
+ fieldNames: Record<string, string>;
483
+ allowSearch: boolean;
484
+ valueKey: string;
485
+ showEmpty: boolean;
486
+ allowCreate: boolean;
487
+ maxTagCount: number;
488
+ defaultActivefirstOption: boolean;
489
+ filterOption: import('../Select').FilterOption;
490
+ virtualListProps: import('../Select').VirtualListProps;
491
+ searchDelay: number;
492
+ showHeaderOnEmpty: boolean;
493
+ showFooterOnEmpty: boolean;
494
+ tagNowrap: boolean;
495
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
496
+ beforeCreate?: (() => void) | (() => void)[];
497
+ created?: (() => void) | (() => void)[];
498
+ beforeMount?: (() => void) | (() => void)[];
499
+ mounted?: (() => void) | (() => void)[];
500
+ beforeUpdate?: (() => void) | (() => void)[];
501
+ updated?: (() => void) | (() => void)[];
502
+ activated?: (() => void) | (() => void)[];
503
+ deactivated?: (() => void) | (() => void)[];
504
+ beforeDestroy?: (() => void) | (() => void)[];
505
+ beforeUnmount?: (() => void) | (() => void)[];
506
+ destroyed?: (() => void) | (() => void)[];
507
+ unmounted?: (() => void) | (() => void)[];
508
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
509
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
510
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
511
+ };
512
+ $forceUpdate: () => void;
513
+ $nextTick: typeof nextTick;
514
+ $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;
515
+ } & Readonly<{
516
+ size: import('../_shared/type').Size;
517
+ popupVisible: boolean;
518
+ defaultPopupVisible: boolean;
519
+ disabled: boolean;
520
+ popupContainer: import('../_shared/type').PopupContainer;
521
+ loading: boolean;
522
+ error: boolean;
523
+ scrollbar: boolean;
524
+ multiple: boolean;
525
+ placeholder: string;
526
+ triggerProps: import('..').TriggerProps;
527
+ bordered: boolean;
528
+ modelValue: SelectValue;
529
+ defaultValue: SelectValue;
530
+ allowClear: boolean;
531
+ showExtraOptions: boolean;
532
+ options: import('../Select').SelectOptions;
533
+ limit: number;
534
+ inputValue: string;
535
+ defaultInputValue: string;
536
+ fieldNames: Record<string, string>;
537
+ allowSearch: boolean;
538
+ valueKey: string;
539
+ showEmpty: boolean;
540
+ allowCreate: boolean;
541
+ maxTagCount: number;
542
+ defaultActivefirstOption: boolean;
543
+ filterOption: import('../Select').FilterOption;
544
+ virtualListProps: import('../Select').VirtualListProps;
545
+ searchDelay: number;
546
+ showHeaderOnEmpty: boolean;
547
+ showFooterOnEmpty: boolean;
548
+ tagNowrap: boolean;
549
+ }> & Omit<Readonly<import('../Select').SelectProps> & Readonly<{
550
+ onChange?: ((value: SelectValue) => any) | undefined;
551
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
552
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
553
+ onClear?: (() => any) | undefined;
554
+ onSelect?: ((value: SelectValue) => any) | undefined;
555
+ onSearch?: ((value: string) => any) | undefined;
556
+ onRemove?: ((index: string | number, ev: Event) => any) | undefined;
557
+ "onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
558
+ "onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
559
+ "onInput-value-change"?: ((value: string) => any) | undefined;
560
+ onExceedLimit?: ((value: SelectValue, ev?: MouseEvent | undefined) => any) | undefined;
561
+ "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
562
+ "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
563
+ }>, "focus" | "blur" | ("size" | "popupVisible" | "defaultPopupVisible" | "disabled" | "popupContainer" | "loading" | "error" | "scrollbar" | "multiple" | "placeholder" | "triggerProps" | "bordered" | "modelValue" | "defaultValue" | "allowClear" | "showExtraOptions" | "options" | "limit" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowSearch" | "valueKey" | "showEmpty" | "allowCreate" | "maxTagCount" | "defaultActivefirstOption" | "filterOption" | "virtualListProps" | "searchDelay" | "showHeaderOnEmpty" | "showFooterOnEmpty" | "tagNowrap") | "getPopupRef"> & import('vue').ShallowUnwrapRef<{
564
+ focus(): void;
565
+ blur(): void;
566
+ getPopupRef(): import('..').TriggerInstance;
567
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
568
+ $slots: Readonly<import('../Select').SelectSlots> & import('../Select').SelectSlots;
569
+ }) | null;
570
+ inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').TextareaProps> & Readonly<{
571
+ onChange?: ((value: string, ev: Event) => any) | undefined;
572
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
573
+ onClear?: ((ev: MouseEvent) => any) | undefined;
574
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
575
+ onInput?: ((value: string, ev: Event) => any) | undefined;
576
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
577
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
578
+ }>, {
579
+ focus(): void;
580
+ blur(): void;
581
+ getInputRef(): HTMLTextAreaElement;
582
+ getMirrorRef(): HTMLDivElement;
583
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
584
+ change: (value: string, ev: Event) => any;
585
+ focus: (ev: FocusEvent) => any;
586
+ clear: (ev: MouseEvent) => any;
587
+ blur: (ev: FocusEvent) => any;
588
+ input: (value: string, ev: Event) => any;
589
+ keydown: (ev: KeyboardEvent) => any;
590
+ "update:modelValue": (value: string) => any;
591
+ }, import('vue').PublicProps, {
592
+ disabled: boolean;
593
+ error: import('..').AutoSize;
594
+ placeholder: string;
595
+ modelValue: string;
596
+ defaultValue: string;
597
+ maxLength: import('..').MaxLength;
598
+ showWordLimit: boolean;
599
+ allowClear: boolean;
600
+ readonly: boolean;
601
+ autoSize: import('..').AutoSize;
602
+ wordLength: import('..').WordLength;
603
+ wordSlice: import('..').WordSlice;
604
+ enterPrevent: boolean;
605
+ showMirror: boolean;
606
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
607
+ mirrorRef: HTMLDivElement;
608
+ inputRef: HTMLTextAreaElement;
609
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
610
+ P: {};
611
+ B: {};
612
+ D: {};
613
+ C: {};
614
+ M: {};
615
+ Defaults: {};
616
+ }, Readonly<import('..').TextareaProps> & Readonly<{
617
+ onChange?: ((value: string, ev: Event) => any) | undefined;
618
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
619
+ onClear?: ((ev: MouseEvent) => any) | undefined;
620
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
621
+ onInput?: ((value: string, ev: Event) => any) | undefined;
622
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
623
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
624
+ }>, {
625
+ focus(): void;
626
+ blur(): void;
627
+ getInputRef(): HTMLTextAreaElement;
628
+ getMirrorRef(): HTMLDivElement;
629
+ }, {}, {}, {}, {
630
+ disabled: boolean;
631
+ error: import('..').AutoSize;
632
+ placeholder: string;
633
+ modelValue: string;
634
+ defaultValue: string;
635
+ maxLength: import('..').MaxLength;
636
+ showWordLimit: boolean;
637
+ allowClear: boolean;
638
+ readonly: boolean;
639
+ autoSize: import('..').AutoSize;
640
+ wordLength: import('..').WordLength;
641
+ wordSlice: import('..').WordSlice;
642
+ enterPrevent: boolean;
643
+ showMirror: boolean;
644
+ }> | null;
645
+ };
646
+ $slots: Readonly<{
647
+ [name: string]: import('vue').Slot<any> | undefined;
648
+ }>;
649
+ $root: import('vue').ComponentPublicInstance | null;
650
+ $parent: import('vue').ComponentPublicInstance | null;
651
+ $host: Element | null;
652
+ $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);
653
+ $el: any;
654
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
655
+ onChange?: ((value: string) => any) | undefined;
656
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
657
+ onClear?: ((ev?: Event | undefined) => any) | undefined;
658
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
659
+ onInput?: ((value: string, ev: Event) => any) | undefined;
660
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
661
+ onSelect?: ((value: string) => any) | undefined;
662
+ onSearch?: ((value: string) => any) | undefined;
663
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
664
+ "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
665
+ "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
666
+ }>, {
667
+ focus(): void;
668
+ blur(): void;
669
+ getInputRef(): HTMLInputElement | HTMLTextAreaElement | undefined;
670
+ getMirrorRef(): HTMLDivElement | undefined;
671
+ updatePosition(x: number, y: number): void;
672
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
673
+ change: (value: string) => any;
674
+ focus: (ev: FocusEvent) => any;
675
+ clear: (ev?: Event | undefined) => any;
676
+ blur: (ev: FocusEvent) => any;
677
+ input: (value: string, ev: Event) => any;
678
+ keydown: (ev: KeyboardEvent) => any;
679
+ select: (value: string) => any;
680
+ search: (value: string) => any;
681
+ "update:modelValue": (value: string) => any;
682
+ "dropdown-scroll": (ev?: Event | undefined) => any;
683
+ "dropdown-reach-bottom": (ev?: Event | undefined) => any;
684
+ }, string, {
685
+ disabled: boolean;
686
+ popupContainer: import('../_shared/type').PopupContainer;
687
+ strict: boolean;
688
+ type: "textarea" | "input";
689
+ data: import('../Select').SelectOptions;
690
+ triggerProps: import('..').TriggerProps;
691
+ modelValue: string;
692
+ defaultValue: string;
693
+ allowClear: boolean;
694
+ filterOption: (inputValue: string, option: import('../Select').SelectOptionData) => boolean;
695
+ isSelectSetValue: boolean;
696
+ isSearch: boolean;
697
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
698
+ beforeCreate?: (() => void) | (() => void)[];
699
+ created?: (() => void) | (() => void)[];
700
+ beforeMount?: (() => void) | (() => void)[];
701
+ mounted?: (() => void) | (() => void)[];
702
+ beforeUpdate?: (() => void) | (() => void)[];
703
+ updated?: (() => void) | (() => void)[];
704
+ activated?: (() => void) | (() => void)[];
705
+ deactivated?: (() => void) | (() => void)[];
706
+ beforeDestroy?: (() => void) | (() => void)[];
707
+ beforeUnmount?: (() => void) | (() => void)[];
708
+ destroyed?: (() => void) | (() => void)[];
709
+ unmounted?: (() => void) | (() => void)[];
710
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
711
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
712
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
713
+ };
714
+ $forceUpdate: () => void;
715
+ $nextTick: typeof nextTick;
716
+ $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;
717
+ } & Readonly<{
718
+ disabled: boolean;
719
+ popupContainer: import('../_shared/type').PopupContainer;
720
+ strict: boolean;
721
+ type: "textarea" | "input";
722
+ data: import('../Select').SelectOptions;
723
+ triggerProps: import('..').TriggerProps;
724
+ modelValue: string;
725
+ defaultValue: string;
726
+ allowClear: boolean;
727
+ filterOption: (inputValue: string, option: import('../Select').SelectOptionData) => boolean;
728
+ isSelectSetValue: boolean;
729
+ isSearch: boolean;
730
+ }> & Omit<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
731
+ onChange?: ((value: string) => any) | undefined;
732
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
733
+ onClear?: ((ev?: Event | undefined) => any) | undefined;
734
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
735
+ onInput?: ((value: string, ev: Event) => any) | undefined;
736
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
737
+ onSelect?: ((value: string) => any) | undefined;
738
+ onSearch?: ((value: string) => any) | undefined;
739
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
740
+ "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
741
+ "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
742
+ }>, "focus" | "blur" | "updatePosition" | "getInputRef" | "getMirrorRef" | ("disabled" | "popupContainer" | "strict" | "type" | "data" | "triggerProps" | "modelValue" | "defaultValue" | "allowClear" | "filterOption" | "isSelectSetValue" | "isSearch")> & import('vue').ShallowUnwrapRef<{
743
+ focus(): void;
744
+ blur(): void;
745
+ getInputRef(): HTMLInputElement | HTMLTextAreaElement | undefined;
746
+ getMirrorRef(): HTMLDivElement | undefined;
747
+ updatePosition(x: number, y: number): void;
748
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
749
+ $slots: Readonly<import('../AutoComplete').AutoCompleteSlots> & import('../AutoComplete').AutoCompleteSlots;
750
+ }) | null;
751
+ };
752
+ rootEl: any;
753
+ };
754
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
755
+ declare const __VLS_component: import('vue').DefineComponent<MentionProps, {
756
+ focus(): void;
757
+ blur(): void;
758
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
759
+ change: (value: string) => any;
760
+ focus: (ev: FocusEvent) => any;
761
+ clear: (ev: MouseEvent) => any;
762
+ blur: (ev: FocusEvent) => any;
763
+ input: (value: string, ev: Event) => any;
764
+ select: (value: SelectValue) => any;
765
+ search: (value: string) => any;
766
+ "update:modelValue": (value: string) => any;
767
+ }, string, import('vue').PublicProps, Readonly<MentionProps> & Readonly<{
768
+ onChange?: ((value: string) => any) | undefined;
769
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
770
+ onClear?: ((ev: MouseEvent) => any) | undefined;
771
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
772
+ onInput?: ((value: string, ev: Event) => any) | undefined;
773
+ onSelect?: ((value: SelectValue) => any) | undefined;
774
+ onSearch?: ((value: string) => any) | undefined;
775
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
776
+ }>, {
777
+ disabled: boolean;
778
+ split: string;
779
+ type: "input" | "textarea";
780
+ data: import('../Select').SelectOptions;
781
+ modelValue: string;
782
+ defaultValue: string;
783
+ allowClear: boolean;
784
+ prefix: string | string[];
785
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
786
+ autoCompleteRef: ({
787
+ $: import('vue').ComponentInternalInstance;
788
+ $data: {};
789
+ $props: {
790
+ readonly modelValue?: string | undefined;
791
+ readonly defaultValue?: string | undefined;
792
+ readonly disabled?: boolean | undefined;
793
+ readonly data?: import('../Select').SelectOptions | undefined;
794
+ readonly popupContainer?: import('../_shared/type').PopupContainer | undefined;
795
+ readonly strict?: boolean | undefined;
796
+ readonly filterOption?: ((inputValue: string, option: import('../Select').SelectOptionData) => boolean) | undefined;
797
+ readonly triggerProps?: import('..').TriggerProps | undefined;
798
+ readonly allowClear?: boolean | undefined;
799
+ readonly vistualListProps?: import('../Select').VirtualListProps | undefined;
800
+ readonly isSelectSetValue?: boolean | undefined;
801
+ readonly isSearch?: boolean | undefined;
802
+ readonly type?: "textarea" | "input" | undefined;
803
+ readonly onChange?: ((value: string) => any) | undefined;
804
+ readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
805
+ readonly onClear?: ((ev?: Event | undefined) => any) | undefined;
806
+ readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
807
+ readonly onInput?: ((value: string, ev: Event) => any) | undefined;
808
+ readonly onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
809
+ readonly onSelect?: ((value: string) => any) | undefined;
810
+ readonly onSearch?: ((value: string) => any) | undefined;
811
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
812
+ readonly "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
813
+ readonly "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
814
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
815
+ $attrs: {
816
+ [x: string]: unknown;
817
+ };
818
+ $refs: {
819
+ [x: string]: unknown;
820
+ } & {
821
+ selectRef: ({
822
+ $: import('vue').ComponentInternalInstance;
823
+ $data: {};
824
+ $props: {
825
+ readonly multiple?: boolean | undefined;
826
+ readonly modelValue?: SelectValue | undefined;
827
+ readonly defaultValue?: SelectValue | undefined;
828
+ readonly inputValue?: string | undefined;
829
+ readonly defaultInputValue?: string | undefined;
830
+ readonly size?: import('../_shared/type').Size | undefined;
831
+ readonly placeholder?: string | undefined;
832
+ readonly loading?: boolean | undefined;
833
+ readonly disabled?: boolean | undefined;
834
+ readonly error?: boolean | undefined;
835
+ readonly allowClear?: boolean | undefined;
836
+ readonly allowSearch?: boolean | undefined;
837
+ readonly allowCreate?: boolean | undefined;
838
+ readonly maxTagCount?: number | undefined;
839
+ readonly popupContainer?: import('../_shared/type').PopupContainer | undefined;
840
+ readonly bordered?: boolean | undefined;
841
+ readonly defaultActivefirstOption?: boolean | undefined;
842
+ readonly popupVisible?: boolean | undefined;
843
+ readonly defaultPopupVisible?: boolean | undefined;
844
+ readonly unmountonClose?: boolean | undefined;
845
+ readonly filterOption?: import('../Select').FilterOption | undefined;
846
+ readonly options?: import('../Select').SelectOptions | undefined;
847
+ readonly virtualListProps?: import('../Select').VirtualListProps | undefined;
848
+ readonly triggerProps?: import('..').TriggerProps | undefined;
849
+ readonly formatLabel?: import('../Select').FormatLabel | undefined;
850
+ readonly fallbackOption?: import('../Select').FallbackOption | undefined;
851
+ readonly showExtraOptions?: boolean | undefined;
852
+ readonly valueKey?: string | undefined;
853
+ readonly searchDelay?: number | undefined;
854
+ readonly limit?: number | undefined;
855
+ readonly fieldNames?: Record<string, string> | undefined;
856
+ readonly scrollbar?: boolean | undefined;
857
+ readonly showHeaderOnEmpty?: boolean | undefined;
858
+ readonly showFooterOnEmpty?: boolean | undefined;
859
+ readonly tagNowrap?: boolean | undefined;
860
+ readonly hotkeys?: boolean | undefined;
861
+ readonly showEmpty?: boolean | undefined;
862
+ readonly onChange?: ((value: SelectValue) => any) | undefined;
863
+ readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
864
+ readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
865
+ readonly onClear?: (() => any) | undefined;
866
+ readonly onSelect?: ((value: SelectValue) => any) | undefined;
867
+ readonly onSearch?: ((value: string) => any) | undefined;
868
+ readonly onRemove?: ((index: string | number, ev: Event) => any) | undefined;
869
+ readonly "onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
870
+ readonly "onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
871
+ readonly "onInput-value-change"?: ((value: string) => any) | undefined;
872
+ readonly onExceedLimit?: ((value: SelectValue, ev?: MouseEvent | undefined) => any) | undefined;
873
+ readonly "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
874
+ readonly "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
875
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
876
+ $attrs: {
877
+ [x: string]: unknown;
878
+ };
879
+ $refs: {
880
+ [x: string]: unknown;
881
+ } & {
882
+ popupRef: ({
883
+ $: import('vue').ComponentInternalInstance;
884
+ $data: {};
885
+ $props: {
886
+ readonly popupVisible?: boolean | undefined;
887
+ readonly defaultPopupVisible?: boolean | undefined;
888
+ readonly trigger?: import('..').TriggerType | undefined;
889
+ readonly position?: import('..').TriggerPostion | undefined;
890
+ readonly disabled?: boolean | undefined;
891
+ readonly popupOffset?: number | undefined;
892
+ readonly popupTranslate?: number[] | undefined;
893
+ readonly showArrow?: boolean | undefined;
894
+ readonly popuphoverStay?: boolean | undefined;
895
+ readonly blurToClose?: boolean | undefined;
896
+ readonly clickToClose?: boolean | undefined;
897
+ readonly clickOutsideToClose?: boolean | undefined;
898
+ readonly unmountOnClose?: boolean | undefined;
899
+ readonly contentClass?: import('../_shared/type').ClassName | undefined;
900
+ readonly contentStyle?: import('vue').CSSProperties | undefined;
901
+ readonly arrowClass?: import('../_shared/type').ClassName | undefined;
902
+ readonly arrowStyle?: import('vue').CSSProperties | undefined;
903
+ readonly animationName?: string | undefined;
904
+ readonly duration?: number | undefined;
905
+ readonly mouseEnterDelay?: number | undefined;
906
+ readonly mouseLeaveDelay?: number | undefined;
907
+ readonly focusDelay?: number | undefined;
908
+ readonly autoFitPopupWidth?: boolean | undefined;
909
+ readonly autoFitPopupMinWidth?: boolean | undefined;
910
+ readonly popupContainer?: import('../_shared/type').PopupContainer | undefined;
911
+ readonly renderToBody?: boolean | undefined;
912
+ readonly autoFitPosition?: boolean | undefined;
913
+ readonly updateAtScroll?: boolean | undefined;
914
+ readonly preventFocus?: boolean | undefined;
915
+ readonly alignPoint?: boolean | undefined;
916
+ readonly scrollToClose?: boolean | undefined;
917
+ readonly scrollToCloseDistance?: number | undefined;
918
+ readonly needTransformOrigin?: boolean | undefined;
919
+ readonly autoSetPosition?: boolean | undefined;
920
+ readonly onTriggerMouseenter?: (() => void) | undefined;
921
+ readonly onTriggerMouseleave?: (() => void) | undefined;
922
+ readonly onTriggerMouseclick?: (() => void) | undefined;
923
+ readonly onTriggerFocus?: (() => void) | undefined;
924
+ readonly onTriggerBlur?: (() => void) | undefined;
925
+ readonly onClickOutSide?: (() => void) | undefined;
926
+ readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
927
+ readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
928
+ readonly onShow?: (() => any) | undefined;
929
+ readonly onHide?: (() => any) | undefined;
930
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
931
+ $attrs: {
932
+ [x: string]: unknown;
933
+ };
934
+ $refs: any;
935
+ $slots: Readonly<{
936
+ [name: string]: import('vue').Slot<any> | undefined;
937
+ }>;
938
+ $root: import('vue').ComponentPublicInstance | null;
939
+ $parent: import('vue').ComponentPublicInstance | null;
940
+ $host: Element | null;
941
+ $emit: ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "show") => void) & ((event: "hide") => void);
942
+ $el: any;
943
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').TriggerProps> & Readonly<{
944
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
945
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
946
+ onShow?: (() => any) | undefined;
947
+ onHide?: (() => any) | undefined;
948
+ }>, {
949
+ hide(): void;
950
+ show(): void;
951
+ updatePosition(x: number, y: number): void;
952
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
953
+ "update:popupVisible": (value: boolean) => any;
954
+ "popup-visible-change": (value: boolean) => any;
955
+ show: () => any;
956
+ hide: () => any;
957
+ }, string, {
958
+ trigger: import('..').TriggerType;
959
+ mouseEnterDelay: number;
960
+ popupVisible: boolean;
961
+ defaultPopupVisible: boolean;
962
+ clickToClose: boolean;
963
+ blurToClose: boolean;
964
+ clickOutsideToClose: boolean;
965
+ mouseLeaveDelay: number;
966
+ focusDelay: number;
967
+ disabled: boolean;
968
+ scrollToCloseDistance: number;
969
+ autoSetPosition: boolean;
970
+ alignPoint: boolean;
971
+ position: import('..').TriggerPostion;
972
+ popupOffset: number;
973
+ popupTranslate: number[];
974
+ showArrow: boolean;
975
+ unmountOnClose: boolean;
976
+ contentClass: import('../_shared/type').ClassName;
977
+ contentStyle: import('vue').CSSProperties;
978
+ arrowClass: import('../_shared/type').ClassName;
979
+ arrowStyle: import('vue').CSSProperties;
980
+ animationName: string;
981
+ duration: number;
982
+ autoFitPopupWidth: boolean;
983
+ autoFitPopupMinWidth: boolean;
984
+ popupContainer: import('../_shared/type').PopupContainer;
985
+ renderToBody: boolean;
986
+ autoFitPosition: boolean;
987
+ updateAtScroll: boolean;
988
+ preventFocus: boolean;
989
+ scrollToClose: boolean;
990
+ needTransformOrigin: boolean;
991
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
992
+ beforeCreate?: (() => void) | (() => void)[];
993
+ created?: (() => void) | (() => void)[];
994
+ beforeMount?: (() => void) | (() => void)[];
995
+ mounted?: (() => void) | (() => void)[];
996
+ beforeUpdate?: (() => void) | (() => void)[];
997
+ updated?: (() => void) | (() => void)[];
998
+ activated?: (() => void) | (() => void)[];
999
+ deactivated?: (() => void) | (() => void)[];
1000
+ beforeDestroy?: (() => void) | (() => void)[];
1001
+ beforeUnmount?: (() => void) | (() => void)[];
1002
+ destroyed?: (() => void) | (() => void)[];
1003
+ unmounted?: (() => void) | (() => void)[];
1004
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1005
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1006
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1007
+ };
1008
+ $forceUpdate: () => void;
1009
+ $nextTick: typeof nextTick;
1010
+ $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;
1011
+ } & Readonly<{
1012
+ trigger: import('..').TriggerType;
1013
+ mouseEnterDelay: number;
1014
+ popupVisible: boolean;
1015
+ defaultPopupVisible: boolean;
1016
+ clickToClose: boolean;
1017
+ blurToClose: boolean;
1018
+ clickOutsideToClose: boolean;
1019
+ mouseLeaveDelay: number;
1020
+ focusDelay: number;
1021
+ disabled: boolean;
1022
+ scrollToCloseDistance: number;
1023
+ autoSetPosition: boolean;
1024
+ alignPoint: boolean;
1025
+ position: import('..').TriggerPostion;
1026
+ popupOffset: number;
1027
+ popupTranslate: number[];
1028
+ showArrow: boolean;
1029
+ unmountOnClose: boolean;
1030
+ contentClass: import('../_shared/type').ClassName;
1031
+ contentStyle: import('vue').CSSProperties;
1032
+ arrowClass: import('../_shared/type').ClassName;
1033
+ arrowStyle: import('vue').CSSProperties;
1034
+ animationName: string;
1035
+ duration: number;
1036
+ autoFitPopupWidth: boolean;
1037
+ autoFitPopupMinWidth: boolean;
1038
+ popupContainer: import('../_shared/type').PopupContainer;
1039
+ renderToBody: boolean;
1040
+ autoFitPosition: boolean;
1041
+ updateAtScroll: boolean;
1042
+ preventFocus: boolean;
1043
+ scrollToClose: boolean;
1044
+ needTransformOrigin: boolean;
1045
+ }> & Omit<Readonly<import('..').TriggerProps> & Readonly<{
1046
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
1047
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
1048
+ onShow?: (() => any) | undefined;
1049
+ onHide?: (() => any) | undefined;
1050
+ }>, "show" | "hide" | ("trigger" | "mouseEnterDelay" | "popupVisible" | "defaultPopupVisible" | "clickToClose" | "blurToClose" | "clickOutsideToClose" | "mouseLeaveDelay" | "focusDelay" | "disabled" | "scrollToCloseDistance" | "autoSetPosition" | "alignPoint" | "position" | "popupOffset" | "popupTranslate" | "showArrow" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "animationName" | "duration" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "popupContainer" | "renderToBody" | "autoFitPosition" | "updateAtScroll" | "preventFocus" | "scrollToClose" | "needTransformOrigin") | "updatePosition"> & import('vue').ShallowUnwrapRef<{
1051
+ hide(): void;
1052
+ show(): void;
1053
+ updatePosition(x: number, y: number): void;
1054
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
1055
+ $slots: any;
1056
+ }) | null;
1057
+ inputRef: ({
1058
+ $: import('vue').ComponentInternalInstance;
1059
+ $data: {};
1060
+ $props: {
1061
+ readonly modelValue?: import('..').InputTagValue | undefined;
1062
+ readonly defaultValue?: import('..').InputTagValue | undefined;
1063
+ readonly inputValue?: string | undefined;
1064
+ readonly defaultInputValue?: string | undefined;
1065
+ readonly placeholder?: string | undefined;
1066
+ readonly disabled?: boolean | undefined;
1067
+ readonly error?: boolean | undefined;
1068
+ readonly readonly?: boolean | undefined;
1069
+ readonly allowClear?: boolean | undefined;
1070
+ readonly size?: import('../_shared/type').Size | undefined;
1071
+ readonly maxTagCount?: number | undefined;
1072
+ readonly retainInputValue?: import('..').InputRetainValue | undefined;
1073
+ readonly formatTag?: import('..').FormatTag | undefined;
1074
+ readonly uniqueValue?: boolean | undefined;
1075
+ readonly tagNowrap?: boolean | undefined;
1076
+ readonly fieldNames?: Record<string, string> | undefined;
1077
+ readonly allowCreate?: boolean | undefined;
1078
+ readonly onFocus?: ((ev: FocusEvent) => any) | undefined;
1079
+ readonly onClear?: ((ev: MouseEvent) => any) | undefined;
1080
+ readonly onBlur?: ((ev: FocusEvent) => any) | undefined;
1081
+ readonly onInput?: ((value: string) => any) | undefined;
1082
+ readonly onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
1083
+ readonly "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
1084
+ readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
1085
+ readonly "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
1086
+ readonly "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
1087
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1088
+ $attrs: {
1089
+ [x: string]: unknown;
1090
+ };
1091
+ $refs: {
1092
+ [x: string]: unknown;
1093
+ } & {
1094
+ mirrorRef: HTMLDivElement;
1095
+ inputRef: HTMLInputElement;
1096
+ };
1097
+ $slots: Readonly<{
1098
+ [name: string]: import('vue').Slot<any> | undefined;
1099
+ }>;
1100
+ $root: import('vue').ComponentPublicInstance | null;
1101
+ $parent: import('vue').ComponentPublicInstance | null;
1102
+ $host: Element | null;
1103
+ $emit: ((event: "focus", ev: FocusEvent) => void) & ((event: "clear", ev: MouseEvent) => void) & ((event: "blur", ev: FocusEvent) => void) & ((event: "input", value: string) => 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);
1104
+ $el: HTMLDivElement;
1105
+ $options: import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
1106
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1107
+ onClear?: ((ev: MouseEvent) => any) | undefined;
1108
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
1109
+ onInput?: ((value: string) => any) | undefined;
1110
+ onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
1111
+ "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
1112
+ "onUpdate:inputValue"?: ((value: string) => any) | undefined;
1113
+ "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
1114
+ "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
1115
+ }>, {
1116
+ focus(): void;
1117
+ blur(): void;
1118
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1119
+ focus: (ev: FocusEvent) => any;
1120
+ clear: (ev: MouseEvent) => any;
1121
+ blur: (ev: FocusEvent) => any;
1122
+ input: (value: string) => any;
1123
+ remove: (value: string | number, ev: MouseEvent | KeyboardEvent) => any;
1124
+ "update:modelValue": (value: import('..').InputTagValue) => any;
1125
+ "update:inputValue": (value: string) => any;
1126
+ "input-value-change": (value: string, ev: Event) => any;
1127
+ "press-enter": (ev: KeyboardEvent) => any;
1128
+ }, string, {
1129
+ size: import('../_shared/type').Size;
1130
+ disabled: boolean;
1131
+ error: boolean;
1132
+ placeholder: string;
1133
+ modelValue: import('..').InputTagValue;
1134
+ defaultValue: import('..').InputTagValue;
1135
+ allowClear: boolean;
1136
+ readonly: boolean;
1137
+ inputValue: string;
1138
+ defaultInputValue: string;
1139
+ fieldNames: Record<string, string>;
1140
+ allowCreate: boolean;
1141
+ maxTagCount: number;
1142
+ tagNowrap: boolean;
1143
+ retainInputValue: import('..').InputRetainValue;
1144
+ uniqueValue: boolean;
1145
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1146
+ beforeCreate?: (() => void) | (() => void)[];
1147
+ created?: (() => void) | (() => void)[];
1148
+ beforeMount?: (() => void) | (() => void)[];
1149
+ mounted?: (() => void) | (() => void)[];
1150
+ beforeUpdate?: (() => void) | (() => void)[];
1151
+ updated?: (() => void) | (() => void)[];
1152
+ activated?: (() => void) | (() => void)[];
1153
+ deactivated?: (() => void) | (() => void)[];
1154
+ beforeDestroy?: (() => void) | (() => void)[];
1155
+ beforeUnmount?: (() => void) | (() => void)[];
1156
+ destroyed?: (() => void) | (() => void)[];
1157
+ unmounted?: (() => void) | (() => void)[];
1158
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1159
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1160
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1161
+ };
1162
+ $forceUpdate: () => void;
1163
+ $nextTick: typeof nextTick;
1164
+ $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;
1165
+ } & Readonly<{
1166
+ size: import('../_shared/type').Size;
1167
+ disabled: boolean;
1168
+ error: boolean;
1169
+ placeholder: string;
1170
+ modelValue: import('..').InputTagValue;
1171
+ defaultValue: import('..').InputTagValue;
1172
+ allowClear: boolean;
1173
+ readonly: boolean;
1174
+ inputValue: string;
1175
+ defaultInputValue: string;
1176
+ fieldNames: Record<string, string>;
1177
+ allowCreate: boolean;
1178
+ maxTagCount: number;
1179
+ tagNowrap: boolean;
1180
+ retainInputValue: import('..').InputRetainValue;
1181
+ uniqueValue: boolean;
1182
+ }> & Omit<Readonly<import('..').InputTagProps> & Readonly<{
1183
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1184
+ onClear?: ((ev: MouseEvent) => any) | undefined;
1185
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
1186
+ onInput?: ((value: string) => any) | undefined;
1187
+ onRemove?: ((value: string | number, ev: MouseEvent | KeyboardEvent) => any) | undefined;
1188
+ "onUpdate:modelValue"?: ((value: import('..').InputTagValue) => any) | undefined;
1189
+ "onUpdate:inputValue"?: ((value: string) => any) | undefined;
1190
+ "onInput-value-change"?: ((value: string, ev: Event) => any) | undefined;
1191
+ "onPress-enter"?: ((ev: KeyboardEvent) => any) | undefined;
1192
+ }>, "focus" | "blur" | ("size" | "disabled" | "error" | "placeholder" | "modelValue" | "defaultValue" | "allowClear" | "readonly" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowCreate" | "maxTagCount" | "tagNowrap" | "retainInputValue" | "uniqueValue")> & import('vue').ShallowUnwrapRef<{
1193
+ focus(): void;
1194
+ blur(): void;
1195
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
1196
+ $slots: Readonly<import('..').InputTagSlots> & import('..').InputTagSlots;
1197
+ }) | null;
1198
+ };
1199
+ $slots: Readonly<{
1200
+ [name: string]: import('vue').Slot<any> | undefined;
1201
+ }>;
1202
+ $root: import('vue').ComponentPublicInstance | null;
1203
+ $parent: import('vue').ComponentPublicInstance | null;
1204
+ $host: Element | null;
1205
+ $emit: ((event: "change", value: SelectValue) => void) & ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "clear") => void) & ((event: "select", value: SelectValue) => void) & ((event: "search", value: string) => void) & ((event: "remove", index: string | number, ev: Event) => void) & ((event: "update:modelValue", value: SelectValue) => void) & ((event: "update:inputValue", value: SelectValue) => void) & ((event: "input-value-change", value: string) => void) & ((event: "exceedLimit", value: SelectValue, ev?: MouseEvent | undefined) => void) & ((event: "dropdown-scroll", ev: Event) => void) & ((event: "dropdown-reach-bottom", ev: Event) => void);
1206
+ $el: any;
1207
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../Select').SelectProps> & Readonly<{
1208
+ onChange?: ((value: SelectValue) => any) | undefined;
1209
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
1210
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
1211
+ onClear?: (() => any) | undefined;
1212
+ onSelect?: ((value: SelectValue) => any) | undefined;
1213
+ onSearch?: ((value: string) => any) | undefined;
1214
+ onRemove?: ((index: string | number, ev: Event) => any) | undefined;
1215
+ "onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
1216
+ "onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
1217
+ "onInput-value-change"?: ((value: string) => any) | undefined;
1218
+ onExceedLimit?: ((value: SelectValue, ev?: MouseEvent | undefined) => any) | undefined;
1219
+ "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
1220
+ "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
1221
+ }>, {
1222
+ focus(): void;
1223
+ blur(): void;
1224
+ getPopupRef(): import('..').TriggerInstance;
1225
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1226
+ change: (value: SelectValue) => any;
1227
+ "update:popupVisible": (value: boolean) => any;
1228
+ "popup-visible-change": (value: boolean) => any;
1229
+ clear: () => any;
1230
+ select: (value: SelectValue) => any;
1231
+ search: (value: string) => any;
1232
+ remove: (index: string | number, ev: Event) => any;
1233
+ "update:modelValue": (value: SelectValue) => any;
1234
+ "update:inputValue": (value: SelectValue) => any;
1235
+ "input-value-change": (value: string) => any;
1236
+ exceedLimit: (value: SelectValue, ev?: MouseEvent | undefined) => any;
1237
+ "dropdown-scroll": (ev: Event) => any;
1238
+ "dropdown-reach-bottom": (ev: Event) => any;
1239
+ }, string, {
1240
+ size: import('../_shared/type').Size;
1241
+ popupVisible: boolean;
1242
+ defaultPopupVisible: boolean;
1243
+ disabled: boolean;
1244
+ popupContainer: import('../_shared/type').PopupContainer;
1245
+ loading: boolean;
1246
+ error: boolean;
1247
+ scrollbar: boolean;
1248
+ multiple: boolean;
1249
+ placeholder: string;
1250
+ triggerProps: import('..').TriggerProps;
1251
+ bordered: boolean;
1252
+ modelValue: SelectValue;
1253
+ defaultValue: SelectValue;
1254
+ allowClear: boolean;
1255
+ showExtraOptions: boolean;
1256
+ options: import('../Select').SelectOptions;
1257
+ limit: number;
1258
+ inputValue: string;
1259
+ defaultInputValue: string;
1260
+ fieldNames: Record<string, string>;
1261
+ allowSearch: boolean;
1262
+ valueKey: string;
1263
+ showEmpty: boolean;
1264
+ allowCreate: boolean;
1265
+ maxTagCount: number;
1266
+ defaultActivefirstOption: boolean;
1267
+ filterOption: import('../Select').FilterOption;
1268
+ virtualListProps: import('../Select').VirtualListProps;
1269
+ searchDelay: number;
1270
+ showHeaderOnEmpty: boolean;
1271
+ showFooterOnEmpty: boolean;
1272
+ tagNowrap: boolean;
1273
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1274
+ beforeCreate?: (() => void) | (() => void)[];
1275
+ created?: (() => void) | (() => void)[];
1276
+ beforeMount?: (() => void) | (() => void)[];
1277
+ mounted?: (() => void) | (() => void)[];
1278
+ beforeUpdate?: (() => void) | (() => void)[];
1279
+ updated?: (() => void) | (() => void)[];
1280
+ activated?: (() => void) | (() => void)[];
1281
+ deactivated?: (() => void) | (() => void)[];
1282
+ beforeDestroy?: (() => void) | (() => void)[];
1283
+ beforeUnmount?: (() => void) | (() => void)[];
1284
+ destroyed?: (() => void) | (() => void)[];
1285
+ unmounted?: (() => void) | (() => void)[];
1286
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1287
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1288
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1289
+ };
1290
+ $forceUpdate: () => void;
1291
+ $nextTick: typeof nextTick;
1292
+ $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;
1293
+ } & Readonly<{
1294
+ size: import('../_shared/type').Size;
1295
+ popupVisible: boolean;
1296
+ defaultPopupVisible: boolean;
1297
+ disabled: boolean;
1298
+ popupContainer: import('../_shared/type').PopupContainer;
1299
+ loading: boolean;
1300
+ error: boolean;
1301
+ scrollbar: boolean;
1302
+ multiple: boolean;
1303
+ placeholder: string;
1304
+ triggerProps: import('..').TriggerProps;
1305
+ bordered: boolean;
1306
+ modelValue: SelectValue;
1307
+ defaultValue: SelectValue;
1308
+ allowClear: boolean;
1309
+ showExtraOptions: boolean;
1310
+ options: import('../Select').SelectOptions;
1311
+ limit: number;
1312
+ inputValue: string;
1313
+ defaultInputValue: string;
1314
+ fieldNames: Record<string, string>;
1315
+ allowSearch: boolean;
1316
+ valueKey: string;
1317
+ showEmpty: boolean;
1318
+ allowCreate: boolean;
1319
+ maxTagCount: number;
1320
+ defaultActivefirstOption: boolean;
1321
+ filterOption: import('../Select').FilterOption;
1322
+ virtualListProps: import('../Select').VirtualListProps;
1323
+ searchDelay: number;
1324
+ showHeaderOnEmpty: boolean;
1325
+ showFooterOnEmpty: boolean;
1326
+ tagNowrap: boolean;
1327
+ }> & Omit<Readonly<import('../Select').SelectProps> & Readonly<{
1328
+ onChange?: ((value: SelectValue) => any) | undefined;
1329
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
1330
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
1331
+ onClear?: (() => any) | undefined;
1332
+ onSelect?: ((value: SelectValue) => any) | undefined;
1333
+ onSearch?: ((value: string) => any) | undefined;
1334
+ onRemove?: ((index: string | number, ev: Event) => any) | undefined;
1335
+ "onUpdate:modelValue"?: ((value: SelectValue) => any) | undefined;
1336
+ "onUpdate:inputValue"?: ((value: SelectValue) => any) | undefined;
1337
+ "onInput-value-change"?: ((value: string) => any) | undefined;
1338
+ onExceedLimit?: ((value: SelectValue, ev?: MouseEvent | undefined) => any) | undefined;
1339
+ "onDropdown-scroll"?: ((ev: Event) => any) | undefined;
1340
+ "onDropdown-reach-bottom"?: ((ev: Event) => any) | undefined;
1341
+ }>, "focus" | "blur" | ("size" | "popupVisible" | "defaultPopupVisible" | "disabled" | "popupContainer" | "loading" | "error" | "scrollbar" | "multiple" | "placeholder" | "triggerProps" | "bordered" | "modelValue" | "defaultValue" | "allowClear" | "showExtraOptions" | "options" | "limit" | "inputValue" | "defaultInputValue" | "fieldNames" | "allowSearch" | "valueKey" | "showEmpty" | "allowCreate" | "maxTagCount" | "defaultActivefirstOption" | "filterOption" | "virtualListProps" | "searchDelay" | "showHeaderOnEmpty" | "showFooterOnEmpty" | "tagNowrap") | "getPopupRef"> & import('vue').ShallowUnwrapRef<{
1342
+ focus(): void;
1343
+ blur(): void;
1344
+ getPopupRef(): import('..').TriggerInstance;
1345
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
1346
+ $slots: Readonly<import('../Select').SelectSlots> & import('../Select').SelectSlots;
1347
+ }) | null;
1348
+ inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').TextareaProps> & Readonly<{
1349
+ onChange?: ((value: string, ev: Event) => any) | undefined;
1350
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1351
+ onClear?: ((ev: MouseEvent) => any) | undefined;
1352
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
1353
+ onInput?: ((value: string, ev: Event) => any) | undefined;
1354
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
1355
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1356
+ }>, {
1357
+ focus(): void;
1358
+ blur(): void;
1359
+ getInputRef(): HTMLTextAreaElement;
1360
+ getMirrorRef(): HTMLDivElement;
1361
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1362
+ change: (value: string, ev: Event) => any;
1363
+ focus: (ev: FocusEvent) => any;
1364
+ clear: (ev: MouseEvent) => any;
1365
+ blur: (ev: FocusEvent) => any;
1366
+ input: (value: string, ev: Event) => any;
1367
+ keydown: (ev: KeyboardEvent) => any;
1368
+ "update:modelValue": (value: string) => any;
1369
+ }, import('vue').PublicProps, {
1370
+ disabled: boolean;
1371
+ error: import('..').AutoSize;
1372
+ placeholder: string;
1373
+ modelValue: string;
1374
+ defaultValue: string;
1375
+ maxLength: import('..').MaxLength;
1376
+ showWordLimit: boolean;
1377
+ allowClear: boolean;
1378
+ readonly: boolean;
1379
+ autoSize: import('..').AutoSize;
1380
+ wordLength: import('..').WordLength;
1381
+ wordSlice: import('..').WordSlice;
1382
+ enterPrevent: boolean;
1383
+ showMirror: boolean;
1384
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
1385
+ mirrorRef: HTMLDivElement;
1386
+ inputRef: HTMLTextAreaElement;
1387
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
1388
+ P: {};
1389
+ B: {};
1390
+ D: {};
1391
+ C: {};
1392
+ M: {};
1393
+ Defaults: {};
1394
+ }, Readonly<import('..').TextareaProps> & Readonly<{
1395
+ onChange?: ((value: string, ev: Event) => any) | undefined;
1396
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1397
+ onClear?: ((ev: MouseEvent) => any) | undefined;
1398
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
1399
+ onInput?: ((value: string, ev: Event) => any) | undefined;
1400
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
1401
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1402
+ }>, {
1403
+ focus(): void;
1404
+ blur(): void;
1405
+ getInputRef(): HTMLTextAreaElement;
1406
+ getMirrorRef(): HTMLDivElement;
1407
+ }, {}, {}, {}, {
1408
+ disabled: boolean;
1409
+ error: import('..').AutoSize;
1410
+ placeholder: string;
1411
+ modelValue: string;
1412
+ defaultValue: string;
1413
+ maxLength: import('..').MaxLength;
1414
+ showWordLimit: boolean;
1415
+ allowClear: boolean;
1416
+ readonly: boolean;
1417
+ autoSize: import('..').AutoSize;
1418
+ wordLength: import('..').WordLength;
1419
+ wordSlice: import('..').WordSlice;
1420
+ enterPrevent: boolean;
1421
+ showMirror: boolean;
1422
+ }> | null;
1423
+ };
1424
+ $slots: Readonly<{
1425
+ [name: string]: import('vue').Slot<any> | undefined;
1426
+ }>;
1427
+ $root: import('vue').ComponentPublicInstance | null;
1428
+ $parent: import('vue').ComponentPublicInstance | null;
1429
+ $host: Element | null;
1430
+ $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);
1431
+ $el: any;
1432
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
1433
+ onChange?: ((value: string) => any) | undefined;
1434
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1435
+ onClear?: ((ev?: Event | undefined) => any) | undefined;
1436
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
1437
+ onInput?: ((value: string, ev: Event) => any) | undefined;
1438
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
1439
+ onSelect?: ((value: string) => any) | undefined;
1440
+ onSearch?: ((value: string) => any) | undefined;
1441
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1442
+ "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
1443
+ "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
1444
+ }>, {
1445
+ focus(): void;
1446
+ blur(): void;
1447
+ getInputRef(): HTMLInputElement | HTMLTextAreaElement | undefined;
1448
+ getMirrorRef(): HTMLDivElement | undefined;
1449
+ updatePosition(x: number, y: number): void;
1450
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1451
+ change: (value: string) => any;
1452
+ focus: (ev: FocusEvent) => any;
1453
+ clear: (ev?: Event | undefined) => any;
1454
+ blur: (ev: FocusEvent) => any;
1455
+ input: (value: string, ev: Event) => any;
1456
+ keydown: (ev: KeyboardEvent) => any;
1457
+ select: (value: string) => any;
1458
+ search: (value: string) => any;
1459
+ "update:modelValue": (value: string) => any;
1460
+ "dropdown-scroll": (ev?: Event | undefined) => any;
1461
+ "dropdown-reach-bottom": (ev?: Event | undefined) => any;
1462
+ }, string, {
1463
+ disabled: boolean;
1464
+ popupContainer: import('../_shared/type').PopupContainer;
1465
+ strict: boolean;
1466
+ type: "textarea" | "input";
1467
+ data: import('../Select').SelectOptions;
1468
+ triggerProps: import('..').TriggerProps;
1469
+ modelValue: string;
1470
+ defaultValue: string;
1471
+ allowClear: boolean;
1472
+ filterOption: (inputValue: string, option: import('../Select').SelectOptionData) => boolean;
1473
+ isSelectSetValue: boolean;
1474
+ isSearch: boolean;
1475
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1476
+ beforeCreate?: (() => void) | (() => void)[];
1477
+ created?: (() => void) | (() => void)[];
1478
+ beforeMount?: (() => void) | (() => void)[];
1479
+ mounted?: (() => void) | (() => void)[];
1480
+ beforeUpdate?: (() => void) | (() => void)[];
1481
+ updated?: (() => void) | (() => void)[];
1482
+ activated?: (() => void) | (() => void)[];
1483
+ deactivated?: (() => void) | (() => void)[];
1484
+ beforeDestroy?: (() => void) | (() => void)[];
1485
+ beforeUnmount?: (() => void) | (() => void)[];
1486
+ destroyed?: (() => void) | (() => void)[];
1487
+ unmounted?: (() => void) | (() => void)[];
1488
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1489
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1490
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1491
+ };
1492
+ $forceUpdate: () => void;
1493
+ $nextTick: typeof nextTick;
1494
+ $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;
1495
+ } & Readonly<{
1496
+ disabled: boolean;
1497
+ popupContainer: import('../_shared/type').PopupContainer;
1498
+ strict: boolean;
1499
+ type: "textarea" | "input";
1500
+ data: import('../Select').SelectOptions;
1501
+ triggerProps: import('..').TriggerProps;
1502
+ modelValue: string;
1503
+ defaultValue: string;
1504
+ allowClear: boolean;
1505
+ filterOption: (inputValue: string, option: import('../Select').SelectOptionData) => boolean;
1506
+ isSelectSetValue: boolean;
1507
+ isSearch: boolean;
1508
+ }> & Omit<Readonly<import('../AutoComplete').AutoCompleteProps> & Readonly<{
1509
+ onChange?: ((value: string) => any) | undefined;
1510
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1511
+ onClear?: ((ev?: Event | undefined) => any) | undefined;
1512
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
1513
+ onInput?: ((value: string, ev: Event) => any) | undefined;
1514
+ onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
1515
+ onSelect?: ((value: string) => any) | undefined;
1516
+ onSearch?: ((value: string) => any) | undefined;
1517
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1518
+ "onDropdown-scroll"?: ((ev?: Event | undefined) => any) | undefined;
1519
+ "onDropdown-reach-bottom"?: ((ev?: Event | undefined) => any) | undefined;
1520
+ }>, "focus" | "blur" | "updatePosition" | "getInputRef" | "getMirrorRef" | ("disabled" | "popupContainer" | "strict" | "type" | "data" | "triggerProps" | "modelValue" | "defaultValue" | "allowClear" | "filterOption" | "isSelectSetValue" | "isSearch")> & import('vue').ShallowUnwrapRef<{
1521
+ focus(): void;
1522
+ blur(): void;
1523
+ getInputRef(): HTMLInputElement | HTMLTextAreaElement | undefined;
1524
+ getMirrorRef(): HTMLDivElement | undefined;
1525
+ updatePosition(x: number, y: number): void;
1526
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
1527
+ $slots: Readonly<import('../AutoComplete').AutoCompleteSlots> & import('../AutoComplete').AutoCompleteSlots;
1528
+ }) | null;
1529
+ }, any>;
1530
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1531
+ export default _default;
1532
+ type __VLS_WithTemplateSlots<T, S> = T & {
1533
+ new (): {
1534
+ $slots: S;
1535
+ };
1536
+ };