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
package/es/index.d.ts ADDED
@@ -0,0 +1,1710 @@
1
+ import { App, Plugin } from 'vue';
2
+ import { default as Affix } from './Affix';
3
+ import { default as Alert } from './Alert';
4
+ import { default as Anchor } from './Anchor';
5
+ import { default as AutoComplete } from './AutoComplete';
6
+ import { default as Avatar } from './Avatar';
7
+ import { default as BackTop } from './BackTop';
8
+ import { default as Badge } from './Badge';
9
+ import { default as Button } from './Button';
10
+ import { default as Breadcrumb } from './Breadcrumb';
11
+ import { default as Card } from './Card';
12
+ import { default as Calendar } from './Calendar';
13
+ import { default as Carousel } from './Carousel';
14
+ import { default as Checkbox } from './Checkbox';
15
+ import { default as Collapse } from './Collapse';
16
+ import { default as ColorPicker } from './ColorPicker';
17
+ import { default as Cascader } from './Cascader';
18
+ import { default as Comment } from './Comment';
19
+ import { default as ConfigProvider } from './ConfigProvider';
20
+ import { default as Descriptions } from './Descriptions';
21
+ import { default as Divider } from './Divider';
22
+ import { default as Drawer } from './Drawer';
23
+ import { default as Dropdown } from './Dropdown';
24
+ import { default as Empty } from './Empty';
25
+ import { default as Grid } from './Grid';
26
+ import { default as Icon } from './Icon';
27
+ import { default as Image } from './Image';
28
+ import { default as Input } from './Input';
29
+ import { default as InputNumber } from './InputNumber';
30
+ import { default as InputTag } from './InputTag';
31
+ import { default as Layout } from './Layout';
32
+ import { default as Link } from './Link';
33
+ import { default as List } from './List';
34
+ import { default as Menu } from './Menu';
35
+ import { default as Mention } from './Mention';
36
+ import { default as Modal } from './Modal';
37
+ import { default as Message } from './Message';
38
+ import { default as Notification } from './Notification';
39
+ import { default as OverflowList } from './OverflowList';
40
+ import { default as PageHeader } from './PageHeader';
41
+ import { default as Pagination } from './Pagination';
42
+ import { default as Popconfirm } from './Popconfirm';
43
+ import { default as Popover } from './Popover';
44
+ import { default as Progress } from './Progress';
45
+ import { default as Radio } from './Radio';
46
+ import { default as Rate } from './Rate';
47
+ import { default as ResizeBox } from './ResizeBox';
48
+ import { default as Result } from './Result';
49
+ import { default as Scrollbar } from './Scrollbar';
50
+ import { default as Select } from './Select';
51
+ import { default as Skeleton } from './Skeleton';
52
+ import { default as Slider } from './Slider';
53
+ import { default as Space } from './Space';
54
+ import { default as Split } from './Split';
55
+ import { default as Spin } from './Spin';
56
+ import { default as Statistic } from './Statistic';
57
+ import { default as Steps } from './Steps';
58
+ import { default as Switch } from './Switch';
59
+ import { default as Tag } from './Tag';
60
+ import { default as Timeline } from './Timeline';
61
+ import { default as Textarea } from './Textarea';
62
+ import { default as TimePicker } from './TimePicker';
63
+ import { default as Tooltip } from './Tooltip';
64
+ import { default as Transfer } from './Transfer';
65
+ import { default as Trigger } from './Trigger';
66
+ import { default as Typography } from './Typography';
67
+ import { default as Tabs } from './Tabs';
68
+ import { default as VerificationCode } from './VerificationCode';
69
+ import { default as Watermark } from './Watermark';
70
+ export type { Size, Direction, Theme, TargetContainer, PopupContainer, } from './_shared/type';
71
+ export { Affix, Alert, Anchor, AutoComplete, Avatar, BackTop, Badge, Button, Breadcrumb, Card, Calendar, Carousel, Checkbox, Collapse, ColorPicker, Cascader, Comment, ConfigProvider, Descriptions, Divider, Drawer, Dropdown, Empty, Grid, Icon, Image, Input, InputNumber, InputTag, Layout, Link, List, Menu, Mention, Modal, Message, Notification, OverflowList, PageHeader, Pagination, Popconfirm, Popover, Progress, Radio, Rate, ResizeBox, Result, Scrollbar, Select, Skeleton, Slider, Space, Split, Statistic, Steps, Spin, Switch, Tag, Timeline, Textarea, TimePicker, Tooltip, Transfer, Trigger, Typography, Tabs, VerificationCode, Watermark, };
72
+ export * from './Affix';
73
+ export * from './Alert';
74
+ export * from './Anchor';
75
+ export * from './AutoComplete';
76
+ export * from './Avatar';
77
+ export * from './BackTop';
78
+ export * from './Badge';
79
+ export * from './Button';
80
+ export * from './Breadcrumb';
81
+ export * from './Card';
82
+ export * from './Calendar';
83
+ export * from './Carousel';
84
+ export * from './Checkbox';
85
+ export * from './Collapse';
86
+ export * from './ColorPicker';
87
+ export * from './Cascader';
88
+ export * from './Comment';
89
+ export * from './ConfigProvider';
90
+ export * from './Descriptions';
91
+ export * from './Divider';
92
+ export * from './Drawer';
93
+ export * from './Dropdown';
94
+ export * from './Empty';
95
+ export * from './Grid';
96
+ export * from './Icon';
97
+ export * from './Image';
98
+ export * from './Input';
99
+ export * from './InputNumber';
100
+ export * from './InputTag';
101
+ export * from './Layout';
102
+ export * from './Link';
103
+ export * from './List';
104
+ export * from './Menu';
105
+ export * from './Mention';
106
+ export * from './Modal';
107
+ export * from './Message';
108
+ export * from './Notification';
109
+ export * from './OverflowList';
110
+ export * from './PageHeader';
111
+ export * from './Pagination';
112
+ export * from './Popconfirm';
113
+ export * from './Popover';
114
+ export * from './Progress';
115
+ export * from './Radio';
116
+ export * from './Rate';
117
+ export * from './ResizeBox';
118
+ export * from './Result';
119
+ export * from './Scrollbar';
120
+ export * from './Select';
121
+ export * from './Skeleton';
122
+ export * from './Slider';
123
+ export * from './Space';
124
+ export * from './Split';
125
+ export * from './Statistic';
126
+ export * from './Steps';
127
+ export * from './Spin';
128
+ export * from './Switch';
129
+ export * from './Tag';
130
+ export * from './Timeline';
131
+ export * from './Textarea';
132
+ export * from './TimePicker';
133
+ export * from './Tooltip';
134
+ export * from './Transfer';
135
+ export * from './Trigger';
136
+ export * from './Typography';
137
+ export * from './Tabs';
138
+ export * from './VerificationCode';
139
+ export * from './Watermark';
140
+ export declare const components: Record<string, Plugin>;
141
+ declare const _default: {
142
+ AnchorLink: {
143
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Anchor').AnchorLinkProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
144
+ title: string;
145
+ href: string;
146
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
147
+ linkRef: HTMLAnchorElement;
148
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
149
+ P: {};
150
+ B: {};
151
+ D: {};
152
+ C: {};
153
+ M: {};
154
+ Defaults: {};
155
+ }, Readonly<import('./Anchor').AnchorLinkProps> & Readonly<{}>, {}, {}, {}, {}, {
156
+ title: string;
157
+ href: string;
158
+ }>;
159
+ __isFragment?: never;
160
+ __isTeleport?: never;
161
+ __isSuspense?: never;
162
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Anchor').AnchorLinkProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
163
+ title: string;
164
+ href: string;
165
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
166
+ $slots: Readonly<import('./Anchor').AnchorLinkSlots> & import('./Anchor').AnchorLinkSlots;
167
+ });
168
+ AvatarGroup: {
169
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Avatar').AvatarGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
170
+ size: number;
171
+ shape: import('./Avatar').AvatarShape;
172
+ autoFixFontSize: boolean;
173
+ maxCount: number;
174
+ zIndexAscend: boolean;
175
+ maxStyle: import('vue').CSSProperties;
176
+ maxPopoverTriggerProps: import('./Trigger').TriggerProps;
177
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
178
+ P: {};
179
+ B: {};
180
+ D: {};
181
+ C: {};
182
+ M: {};
183
+ Defaults: {};
184
+ }, Readonly<import('./Avatar').AvatarGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
185
+ size: number;
186
+ shape: import('./Avatar').AvatarShape;
187
+ autoFixFontSize: boolean;
188
+ maxCount: number;
189
+ zIndexAscend: boolean;
190
+ maxStyle: import('vue').CSSProperties;
191
+ maxPopoverTriggerProps: import('./Trigger').TriggerProps;
192
+ }>;
193
+ __isFragment?: never;
194
+ __isTeleport?: never;
195
+ __isSuspense?: never;
196
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Avatar').AvatarGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
197
+ size: number;
198
+ shape: import('./Avatar').AvatarShape;
199
+ autoFixFontSize: boolean;
200
+ maxCount: number;
201
+ zIndexAscend: boolean;
202
+ maxStyle: import('vue').CSSProperties;
203
+ maxPopoverTriggerProps: import('./Trigger').TriggerProps;
204
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
205
+ $slots: Readonly<import('./Avatar').AvatarGroupSlots> & import('./Avatar').AvatarGroupSlots;
206
+ });
207
+ ButtonGroup: {
208
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Button').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
209
+ size: import('./_shared/type').Size;
210
+ disabled: boolean;
211
+ type: import('./Button').ButtonType;
212
+ shape: import('./Button').ButtonShape;
213
+ status: import('./Button').ButtonStatus;
214
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
215
+ P: {};
216
+ B: {};
217
+ D: {};
218
+ C: {};
219
+ M: {};
220
+ Defaults: {};
221
+ }, Readonly<import('./Button').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
222
+ size: import('./_shared/type').Size;
223
+ disabled: boolean;
224
+ type: import('./Button').ButtonType;
225
+ shape: import('./Button').ButtonShape;
226
+ status: import('./Button').ButtonStatus;
227
+ }>;
228
+ __isFragment?: never;
229
+ __isTeleport?: never;
230
+ __isSuspense?: never;
231
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Button').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
232
+ size: import('./_shared/type').Size;
233
+ disabled: boolean;
234
+ type: import('./Button').ButtonType;
235
+ shape: import('./Button').ButtonShape;
236
+ status: import('./Button').ButtonStatus;
237
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
238
+ $slots: Readonly<import('./Button').ButtonGroupSlots> & import('./Button').ButtonGroupSlots;
239
+ });
240
+ BreadcrumbItem: {
241
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Breadcrumb').BreadcrumbItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
242
+ separator: import('./Breadcrumb').BreadcrumbSeparator;
243
+ path: string;
244
+ showSeparator: boolean;
245
+ droplist: import('./Breadcrumb').BreadcrumbRoute[];
246
+ dropdownProps: import('./Dropdown').DropdownProps;
247
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
248
+ P: {};
249
+ B: {};
250
+ D: {};
251
+ C: {};
252
+ M: {};
253
+ Defaults: {};
254
+ }, Readonly<import('./Breadcrumb').BreadcrumbItemProps> & Readonly<{}>, {}, {}, {}, {}, {
255
+ separator: import('./Breadcrumb').BreadcrumbSeparator;
256
+ path: string;
257
+ showSeparator: boolean;
258
+ droplist: import('./Breadcrumb').BreadcrumbRoute[];
259
+ dropdownProps: import('./Dropdown').DropdownProps;
260
+ }>;
261
+ __isFragment?: never;
262
+ __isTeleport?: never;
263
+ __isSuspense?: never;
264
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Breadcrumb').BreadcrumbItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
265
+ separator: import('./Breadcrumb').BreadcrumbSeparator;
266
+ path: string;
267
+ showSeparator: boolean;
268
+ droplist: import('./Breadcrumb').BreadcrumbRoute[];
269
+ dropdownProps: import('./Dropdown').DropdownProps;
270
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
271
+ $slots: Readonly<import('./Breadcrumb').BreadcrumbItemSlots> & import('./Breadcrumb').BreadcrumbItemSlots;
272
+ });
273
+ CardGrid: {
274
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Card').CardGridProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
275
+ hoverable: boolean;
276
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
277
+ P: {};
278
+ B: {};
279
+ D: {};
280
+ C: {};
281
+ M: {};
282
+ Defaults: {};
283
+ }, Readonly<import('./Card').CardGridProps> & Readonly<{}>, {}, {}, {}, {}, {
284
+ hoverable: boolean;
285
+ }>;
286
+ __isFragment?: never;
287
+ __isTeleport?: never;
288
+ __isSuspense?: never;
289
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Card').CardGridProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
290
+ hoverable: boolean;
291
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
292
+ $slots: Readonly<import('./Card').CardGridSlots> & import('./Card').CardGridSlots;
293
+ });
294
+ CardMeta: {
295
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Card').CardMetaProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
296
+ title: string;
297
+ description: string;
298
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
299
+ P: {};
300
+ B: {};
301
+ D: {};
302
+ C: {};
303
+ M: {};
304
+ Defaults: {};
305
+ }, Readonly<import('./Card').CardMetaProps> & Readonly<{}>, {}, {}, {}, {}, {
306
+ title: string;
307
+ description: string;
308
+ }>;
309
+ __isFragment?: never;
310
+ __isTeleport?: never;
311
+ __isSuspense?: never;
312
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Card').CardMetaProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
313
+ title: string;
314
+ description: string;
315
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
316
+ $slots: Readonly<import('./Card').CardMetaSlots> & import('./Card').CardMetaSlots;
317
+ });
318
+ CarouselItem: {
319
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
320
+ P: {};
321
+ B: {};
322
+ D: {};
323
+ C: {};
324
+ M: {};
325
+ Defaults: {};
326
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
327
+ __isFragment?: never;
328
+ __isTeleport?: never;
329
+ __isSuspense?: never;
330
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
331
+ $slots: Readonly<import('./Carousel').CarouselItemSlots> & import('./Carousel').CarouselItemSlots;
332
+ });
333
+ CheckboxGroup: {
334
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Checkbox').CheckboxGroupProps> & Readonly<{
335
+ onChange?: ((value: import('./Checkbox').CheckboxValue[]) => any) | undefined;
336
+ "onUpdate:modelValue"?: ((value: import('./Checkbox').CheckboxValue[]) => any) | undefined;
337
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
338
+ change: (value: import('./Checkbox').CheckboxValue[]) => any;
339
+ "update:modelValue": (value: import('./Checkbox').CheckboxValue[]) => any;
340
+ }, import('vue').PublicProps, {
341
+ disabled: boolean;
342
+ direction: import('./_shared/type').Direction;
343
+ modelValue: import('./Checkbox').CheckboxValue[];
344
+ defaultValue: import('./Checkbox').CheckboxValue[];
345
+ options: (import('./Checkbox').CheckboxOption | import('./Checkbox').CheckboxValue)[];
346
+ max: number;
347
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
348
+ P: {};
349
+ B: {};
350
+ D: {};
351
+ C: {};
352
+ M: {};
353
+ Defaults: {};
354
+ }, Readonly<import('./Checkbox').CheckboxGroupProps> & Readonly<{
355
+ onChange?: ((value: import('./Checkbox').CheckboxValue[]) => any) | undefined;
356
+ "onUpdate:modelValue"?: ((value: import('./Checkbox').CheckboxValue[]) => any) | undefined;
357
+ }>, {}, {}, {}, {}, {
358
+ disabled: boolean;
359
+ direction: import('./_shared/type').Direction;
360
+ modelValue: import('./Checkbox').CheckboxValue[];
361
+ defaultValue: import('./Checkbox').CheckboxValue[];
362
+ options: (import('./Checkbox').CheckboxOption | import('./Checkbox').CheckboxValue)[];
363
+ max: number;
364
+ }>;
365
+ __isFragment?: never;
366
+ __isTeleport?: never;
367
+ __isSuspense?: never;
368
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Checkbox').CheckboxGroupProps> & Readonly<{
369
+ onChange?: ((value: import('./Checkbox').CheckboxValue[]) => any) | undefined;
370
+ "onUpdate:modelValue"?: ((value: import('./Checkbox').CheckboxValue[]) => any) | undefined;
371
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
372
+ change: (value: import('./Checkbox').CheckboxValue[]) => any;
373
+ "update:modelValue": (value: import('./Checkbox').CheckboxValue[]) => any;
374
+ }, string, {
375
+ disabled: boolean;
376
+ direction: import('./_shared/type').Direction;
377
+ modelValue: import('./Checkbox').CheckboxValue[];
378
+ defaultValue: import('./Checkbox').CheckboxValue[];
379
+ options: (import('./Checkbox').CheckboxOption | import('./Checkbox').CheckboxValue)[];
380
+ max: number;
381
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
382
+ $slots: Readonly<import('./Checkbox').CheckboxGroupSlots> & import('./Checkbox').CheckboxGroupSlots;
383
+ });
384
+ CollapseItem: {
385
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Collapse').CollapseItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
386
+ disabled: boolean;
387
+ header: string;
388
+ path: import('./Collapse').CollapseValue;
389
+ showExpandIcon: boolean;
390
+ destroyOnHide: boolean;
391
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
392
+ P: {};
393
+ B: {};
394
+ D: {};
395
+ C: {};
396
+ M: {};
397
+ Defaults: {};
398
+ }, Readonly<import('./Collapse').CollapseItemProps> & Readonly<{}>, {}, {}, {}, {}, {
399
+ disabled: boolean;
400
+ header: string;
401
+ path: import('./Collapse').CollapseValue;
402
+ showExpandIcon: boolean;
403
+ destroyOnHide: boolean;
404
+ }>;
405
+ __isFragment?: never;
406
+ __isTeleport?: never;
407
+ __isSuspense?: never;
408
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Collapse').CollapseItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
409
+ disabled: boolean;
410
+ header: string;
411
+ path: import('./Collapse').CollapseValue;
412
+ showExpandIcon: boolean;
413
+ destroyOnHide: boolean;
414
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
415
+ $slots: Readonly<import('./Collapse').CollapseItemSlots> & import('./Collapse').CollapseItemSlots;
416
+ });
417
+ Countdown: {
418
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Statistic').CountdownProps> & Readonly<{
419
+ onFinish?: (() => any) | undefined;
420
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
421
+ finish: () => any;
422
+ }, import('vue').PublicProps, {
423
+ value: number;
424
+ start: boolean;
425
+ title: string;
426
+ format: string;
427
+ easeing: string;
428
+ valueStyle: import('vue').CSSProperties;
429
+ now: number;
430
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
431
+ P: {};
432
+ B: {};
433
+ D: {};
434
+ C: {};
435
+ M: {};
436
+ Defaults: {};
437
+ }, Readonly<import('./Statistic').CountdownProps> & Readonly<{
438
+ onFinish?: (() => any) | undefined;
439
+ }>, {}, {}, {}, {}, {
440
+ value: number;
441
+ start: boolean;
442
+ title: string;
443
+ format: string;
444
+ easeing: string;
445
+ valueStyle: import('vue').CSSProperties;
446
+ now: number;
447
+ }>;
448
+ __isFragment?: never;
449
+ __isTeleport?: never;
450
+ __isSuspense?: never;
451
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Statistic').CountdownProps> & Readonly<{
452
+ onFinish?: (() => any) | undefined;
453
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
454
+ finish: () => any;
455
+ }, string, {
456
+ value: number;
457
+ start: boolean;
458
+ title: string;
459
+ format: string;
460
+ easeing: string;
461
+ valueStyle: import('vue').CSSProperties;
462
+ now: number;
463
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
464
+ $slots: Readonly<import('./Statistic').CountdownSlots> & import('./Statistic').CountdownSlots;
465
+ });
466
+ DescriptionsItem: {
467
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Descriptions').DescriptionsItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
468
+ label: string;
469
+ span: number;
470
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
471
+ P: {};
472
+ B: {};
473
+ D: {};
474
+ C: {};
475
+ M: {};
476
+ Defaults: {};
477
+ }, Readonly<import('./Descriptions').DescriptionsItemProps> & Readonly<{}>, {}, {}, {}, {}, {
478
+ label: string;
479
+ span: number;
480
+ }>;
481
+ __isFragment?: never;
482
+ __isTeleport?: never;
483
+ __isSuspense?: never;
484
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Descriptions').DescriptionsItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
485
+ label: string;
486
+ span: number;
487
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
488
+ $slots: Readonly<import('./Descriptions').DescriptionsItemSlots> & import('./Descriptions').DescriptionsItemSlots;
489
+ });
490
+ DropdownButton: {
491
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Dropdown').DropdownButtonProps> & Readonly<{
492
+ onClick?: ((ev: MouseEvent) => any) | undefined;
493
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
494
+ onSelect?: ((value: import('./Dropdown').DoptionValue) => any) | undefined;
495
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
496
+ click: (ev: MouseEvent) => any;
497
+ "popup-visible-change": (value: boolean) => any;
498
+ select: (value: import('./Dropdown').DoptionValue) => any;
499
+ }, import('vue').PublicProps, {
500
+ size: import('./_shared/type').Size;
501
+ trigger: import('./Trigger').TriggerType;
502
+ popupVisible: boolean;
503
+ defaultPopupVisible: boolean;
504
+ disabled: boolean;
505
+ position: import('./Dropdown').DropdownPosition;
506
+ popupContainer: import('./_shared/type').PopupContainer;
507
+ type: import('./Button').ButtonType;
508
+ hideOnSelect: boolean;
509
+ buttonProps: import('./Button').ButtonProps;
510
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
511
+ P: {};
512
+ B: {};
513
+ D: {};
514
+ C: {};
515
+ M: {};
516
+ Defaults: {};
517
+ }, Readonly<import('./Dropdown').DropdownButtonProps> & Readonly<{
518
+ onClick?: ((ev: MouseEvent) => any) | undefined;
519
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
520
+ onSelect?: ((value: import('./Dropdown').DoptionValue) => any) | undefined;
521
+ }>, {}, {}, {}, {}, {
522
+ size: import('./_shared/type').Size;
523
+ trigger: import('./Trigger').TriggerType;
524
+ popupVisible: boolean;
525
+ defaultPopupVisible: boolean;
526
+ disabled: boolean;
527
+ position: import('./Dropdown').DropdownPosition;
528
+ popupContainer: import('./_shared/type').PopupContainer;
529
+ type: import('./Button').ButtonType;
530
+ hideOnSelect: boolean;
531
+ buttonProps: import('./Button').ButtonProps;
532
+ }>;
533
+ __isFragment?: never;
534
+ __isTeleport?: never;
535
+ __isSuspense?: never;
536
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Dropdown').DropdownButtonProps> & Readonly<{
537
+ onClick?: ((ev: MouseEvent) => any) | undefined;
538
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
539
+ onSelect?: ((value: import('./Dropdown').DoptionValue) => any) | undefined;
540
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
541
+ click: (ev: MouseEvent) => any;
542
+ "popup-visible-change": (value: boolean) => any;
543
+ select: (value: import('./Dropdown').DoptionValue) => any;
544
+ }, string, {
545
+ size: import('./_shared/type').Size;
546
+ trigger: import('./Trigger').TriggerType;
547
+ popupVisible: boolean;
548
+ defaultPopupVisible: boolean;
549
+ disabled: boolean;
550
+ position: import('./Dropdown').DropdownPosition;
551
+ popupContainer: import('./_shared/type').PopupContainer;
552
+ type: import('./Button').ButtonType;
553
+ hideOnSelect: boolean;
554
+ buttonProps: import('./Button').ButtonProps;
555
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
556
+ $slots: Readonly<import('./Dropdown').DropdownButtonSlots> & import('./Dropdown').DropdownButtonSlots;
557
+ });
558
+ Doption: {
559
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Dropdown').DoptionProps> & Readonly<{
560
+ onClick?: ((ev: MouseEvent) => any) | undefined;
561
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
562
+ click: (ev: MouseEvent) => any;
563
+ }, import('vue').PublicProps, {
564
+ disabled: boolean;
565
+ isSubmenu: boolean;
566
+ isActive: boolean;
567
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
568
+ P: {};
569
+ B: {};
570
+ D: {};
571
+ C: {};
572
+ M: {};
573
+ Defaults: {};
574
+ }, Readonly<import('./Dropdown').DoptionProps> & Readonly<{
575
+ onClick?: ((ev: MouseEvent) => any) | undefined;
576
+ }>, {}, {}, {}, {}, {
577
+ disabled: boolean;
578
+ isSubmenu: boolean;
579
+ isActive: boolean;
580
+ }>;
581
+ __isFragment?: never;
582
+ __isTeleport?: never;
583
+ __isSuspense?: never;
584
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Dropdown').DoptionProps> & Readonly<{
585
+ onClick?: ((ev: MouseEvent) => any) | undefined;
586
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
587
+ click: (ev: MouseEvent) => any;
588
+ }, string, {
589
+ disabled: boolean;
590
+ isSubmenu: boolean;
591
+ isActive: boolean;
592
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
593
+ $slots: Readonly<import('./Dropdown').DoptionSlots> & import('./Dropdown').DoptionSlots;
594
+ });
595
+ Dgroup: {
596
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Dropdown').DgroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
597
+ P: {};
598
+ B: {};
599
+ D: {};
600
+ C: {};
601
+ M: {};
602
+ Defaults: {};
603
+ }, Readonly<import('./Dropdown').DgroupProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
604
+ __isFragment?: never;
605
+ __isTeleport?: never;
606
+ __isSuspense?: never;
607
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Dropdown').DgroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
608
+ $slots: Readonly<import('./Dropdown').DgroupSlots> & import('./Dropdown').DgroupSlots;
609
+ });
610
+ Dsubmenu: {
611
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Dropdown').DsubmenuProps> & Readonly<{
612
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
613
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
614
+ }>, {
615
+ show(): void;
616
+ hide(): void;
617
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
618
+ "update:popupVisible": (value: boolean) => any;
619
+ "popup-visible-change": (value: boolean) => any;
620
+ }, import('vue').PublicProps, {
621
+ trigger: import('./Dropdown').DsubmenuTrigger;
622
+ popupVisible: boolean;
623
+ defaultPopupVisible: boolean;
624
+ disabled: boolean;
625
+ position: import('./Dropdown').DsubmenuPosition;
626
+ triggerProps: import('./Trigger').TriggerProps;
627
+ popupMaxHeight: number;
628
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
629
+ triggerRef: ({
630
+ $: import('vue').ComponentInternalInstance;
631
+ $data: {};
632
+ $props: {
633
+ readonly popupVisible?: boolean | undefined;
634
+ readonly defaultPopupVisible?: boolean | undefined;
635
+ readonly trigger?: import('./Trigger').TriggerType | undefined;
636
+ readonly position?: import('./Trigger').TriggerPostion | undefined;
637
+ readonly disabled?: boolean | undefined;
638
+ readonly popupOffset?: number | undefined;
639
+ readonly popupTranslate?: number[] | undefined;
640
+ readonly showArrow?: boolean | undefined;
641
+ readonly popuphoverStay?: boolean | undefined;
642
+ readonly blurToClose?: boolean | undefined;
643
+ readonly clickToClose?: boolean | undefined;
644
+ readonly clickOutsideToClose?: boolean | undefined;
645
+ readonly unmountOnClose?: boolean | undefined;
646
+ readonly contentClass?: import('./_shared/type').ClassName | undefined;
647
+ readonly contentStyle?: import('vue').CSSProperties | undefined;
648
+ readonly arrowClass?: import('./_shared/type').ClassName | undefined;
649
+ readonly arrowStyle?: import('vue').CSSProperties | undefined;
650
+ readonly animationName?: string | undefined;
651
+ readonly duration?: number | undefined;
652
+ readonly mouseEnterDelay?: number | undefined;
653
+ readonly mouseLeaveDelay?: number | undefined;
654
+ readonly focusDelay?: number | undefined;
655
+ readonly autoFitPopupWidth?: boolean | undefined;
656
+ readonly autoFitPopupMinWidth?: boolean | undefined;
657
+ readonly popupContainer?: import('./_shared/type').PopupContainer | undefined;
658
+ readonly renderToBody?: boolean | undefined;
659
+ readonly autoFitPosition?: boolean | undefined;
660
+ readonly updateAtScroll?: boolean | undefined;
661
+ readonly preventFocus?: boolean | undefined;
662
+ readonly alignPoint?: boolean | undefined;
663
+ readonly scrollToClose?: boolean | undefined;
664
+ readonly scrollToCloseDistance?: number | undefined;
665
+ readonly needTransformOrigin?: boolean | undefined;
666
+ readonly autoSetPosition?: boolean | undefined;
667
+ readonly onTriggerMouseenter?: (() => void) | undefined;
668
+ readonly onTriggerMouseleave?: (() => void) | undefined;
669
+ readonly onTriggerMouseclick?: (() => void) | undefined;
670
+ readonly onTriggerFocus?: (() => void) | undefined;
671
+ readonly onTriggerBlur?: (() => void) | undefined;
672
+ readonly onClickOutSide?: (() => void) | undefined;
673
+ readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
674
+ readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
675
+ readonly onShow?: (() => any) | undefined;
676
+ readonly onHide?: (() => any) | undefined;
677
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
678
+ $attrs: {
679
+ [x: string]: unknown;
680
+ };
681
+ $refs: any;
682
+ $slots: Readonly<{
683
+ [name: string]: import('vue').Slot<any> | undefined;
684
+ }>;
685
+ $root: import('vue').ComponentPublicInstance | null;
686
+ $parent: import('vue').ComponentPublicInstance | null;
687
+ $host: Element | null;
688
+ $emit: ((event: "update:popupVisible", value: boolean) => void) & ((event: "popup-visible-change", value: boolean) => void) & ((event: "show") => void) & ((event: "hide") => void);
689
+ $el: any;
690
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./Trigger').TriggerProps> & Readonly<{
691
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
692
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
693
+ onShow?: (() => any) | undefined;
694
+ onHide?: (() => any) | undefined;
695
+ }>, {
696
+ hide(): void;
697
+ show(): void;
698
+ updatePosition(x: number, y: number): void;
699
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
700
+ "update:popupVisible": (value: boolean) => any;
701
+ "popup-visible-change": (value: boolean) => any;
702
+ show: () => any;
703
+ hide: () => any;
704
+ }, string, {
705
+ trigger: import('./Trigger').TriggerType;
706
+ mouseEnterDelay: number;
707
+ popupVisible: boolean;
708
+ defaultPopupVisible: boolean;
709
+ clickToClose: boolean;
710
+ blurToClose: boolean;
711
+ clickOutsideToClose: boolean;
712
+ mouseLeaveDelay: number;
713
+ focusDelay: number;
714
+ disabled: boolean;
715
+ scrollToCloseDistance: number;
716
+ autoSetPosition: boolean;
717
+ alignPoint: boolean;
718
+ position: import('./Trigger').TriggerPostion;
719
+ popupOffset: number;
720
+ popupTranslate: number[];
721
+ showArrow: boolean;
722
+ unmountOnClose: boolean;
723
+ contentClass: import('./_shared/type').ClassName;
724
+ contentStyle: import('vue').CSSProperties;
725
+ arrowClass: import('./_shared/type').ClassName;
726
+ arrowStyle: import('vue').CSSProperties;
727
+ animationName: string;
728
+ duration: number;
729
+ autoFitPopupWidth: boolean;
730
+ autoFitPopupMinWidth: boolean;
731
+ popupContainer: import('./_shared/type').PopupContainer;
732
+ renderToBody: boolean;
733
+ autoFitPosition: boolean;
734
+ updateAtScroll: boolean;
735
+ preventFocus: boolean;
736
+ scrollToClose: boolean;
737
+ needTransformOrigin: boolean;
738
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
739
+ beforeCreate?: (() => void) | (() => void)[];
740
+ created?: (() => void) | (() => void)[];
741
+ beforeMount?: (() => void) | (() => void)[];
742
+ mounted?: (() => void) | (() => void)[];
743
+ beforeUpdate?: (() => void) | (() => void)[];
744
+ updated?: (() => void) | (() => void)[];
745
+ activated?: (() => void) | (() => void)[];
746
+ deactivated?: (() => void) | (() => void)[];
747
+ beforeDestroy?: (() => void) | (() => void)[];
748
+ beforeUnmount?: (() => void) | (() => void)[];
749
+ destroyed?: (() => void) | (() => void)[];
750
+ unmounted?: (() => void) | (() => void)[];
751
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
752
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
753
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
754
+ };
755
+ $forceUpdate: () => void;
756
+ $nextTick: typeof import('vue').nextTick;
757
+ $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;
758
+ } & Readonly<{
759
+ trigger: import('./Trigger').TriggerType;
760
+ mouseEnterDelay: number;
761
+ popupVisible: boolean;
762
+ defaultPopupVisible: boolean;
763
+ clickToClose: boolean;
764
+ blurToClose: boolean;
765
+ clickOutsideToClose: boolean;
766
+ mouseLeaveDelay: number;
767
+ focusDelay: number;
768
+ disabled: boolean;
769
+ scrollToCloseDistance: number;
770
+ autoSetPosition: boolean;
771
+ alignPoint: boolean;
772
+ position: import('./Trigger').TriggerPostion;
773
+ popupOffset: number;
774
+ popupTranslate: number[];
775
+ showArrow: boolean;
776
+ unmountOnClose: boolean;
777
+ contentClass: import('./_shared/type').ClassName;
778
+ contentStyle: import('vue').CSSProperties;
779
+ arrowClass: import('./_shared/type').ClassName;
780
+ arrowStyle: import('vue').CSSProperties;
781
+ animationName: string;
782
+ duration: number;
783
+ autoFitPopupWidth: boolean;
784
+ autoFitPopupMinWidth: boolean;
785
+ popupContainer: import('./_shared/type').PopupContainer;
786
+ renderToBody: boolean;
787
+ autoFitPosition: boolean;
788
+ updateAtScroll: boolean;
789
+ preventFocus: boolean;
790
+ scrollToClose: boolean;
791
+ needTransformOrigin: boolean;
792
+ }> & Omit<Readonly<import('./Trigger').TriggerProps> & Readonly<{
793
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
794
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
795
+ onShow?: (() => any) | undefined;
796
+ onHide?: (() => any) | undefined;
797
+ }>, "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<{
798
+ hide(): void;
799
+ show(): void;
800
+ updatePosition(x: number, y: number): void;
801
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
802
+ $slots: any;
803
+ }) | null;
804
+ optionRef: ({
805
+ $: import('vue').ComponentInternalInstance;
806
+ $data: {};
807
+ $props: {
808
+ readonly value?: import('./Dropdown').DoptionValue | undefined;
809
+ readonly disabled?: boolean | undefined;
810
+ readonly isSubmenu?: boolean | undefined;
811
+ readonly isActive?: boolean | undefined;
812
+ readonly onClick?: ((ev: MouseEvent) => any) | undefined;
813
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
814
+ $attrs: {
815
+ [x: string]: unknown;
816
+ };
817
+ $refs: {
818
+ [x: string]: unknown;
819
+ };
820
+ $slots: Readonly<{
821
+ [name: string]: import('vue').Slot<any> | undefined;
822
+ }>;
823
+ $root: import('vue').ComponentPublicInstance | null;
824
+ $parent: import('vue').ComponentPublicInstance | null;
825
+ $host: Element | null;
826
+ $emit: (event: "click", ev: MouseEvent) => void;
827
+ $el: HTMLDivElement;
828
+ $options: import('vue').ComponentOptionsBase<Readonly<import('./Dropdown').DoptionProps> & Readonly<{
829
+ onClick?: ((ev: MouseEvent) => any) | undefined;
830
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
831
+ click: (ev: MouseEvent) => any;
832
+ }, string, {
833
+ disabled: boolean;
834
+ isSubmenu: boolean;
835
+ isActive: boolean;
836
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
837
+ beforeCreate?: (() => void) | (() => void)[];
838
+ created?: (() => void) | (() => void)[];
839
+ beforeMount?: (() => void) | (() => void)[];
840
+ mounted?: (() => void) | (() => void)[];
841
+ beforeUpdate?: (() => void) | (() => void)[];
842
+ updated?: (() => void) | (() => void)[];
843
+ activated?: (() => void) | (() => void)[];
844
+ deactivated?: (() => void) | (() => void)[];
845
+ beforeDestroy?: (() => void) | (() => void)[];
846
+ beforeUnmount?: (() => void) | (() => void)[];
847
+ destroyed?: (() => void) | (() => void)[];
848
+ unmounted?: (() => void) | (() => void)[];
849
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
850
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
851
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
852
+ };
853
+ $forceUpdate: () => void;
854
+ $nextTick: typeof import('vue').nextTick;
855
+ $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;
856
+ } & Readonly<{
857
+ disabled: boolean;
858
+ isSubmenu: boolean;
859
+ isActive: boolean;
860
+ }> & Omit<Readonly<import('./Dropdown').DoptionProps> & Readonly<{
861
+ onClick?: ((ev: MouseEvent) => any) | undefined;
862
+ }>, "disabled" | "isSubmenu" | "isActive"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
863
+ $slots: Readonly<import('./Dropdown').DoptionSlots> & import('./Dropdown').DoptionSlots;
864
+ }) | null;
865
+ }, any, import('vue').ComponentProvideOptions, {
866
+ P: {};
867
+ B: {};
868
+ D: {};
869
+ C: {};
870
+ M: {};
871
+ Defaults: {};
872
+ }, Readonly<import('./Dropdown').DsubmenuProps> & Readonly<{
873
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
874
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
875
+ }>, {
876
+ show(): void;
877
+ hide(): void;
878
+ }, {}, {}, {}, {
879
+ trigger: import('./Dropdown').DsubmenuTrigger;
880
+ popupVisible: boolean;
881
+ defaultPopupVisible: boolean;
882
+ disabled: boolean;
883
+ position: import('./Dropdown').DsubmenuPosition;
884
+ triggerProps: import('./Trigger').TriggerProps;
885
+ popupMaxHeight: number;
886
+ }>;
887
+ __isFragment?: never;
888
+ __isTeleport?: never;
889
+ __isSuspense?: never;
890
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Dropdown').DsubmenuProps> & Readonly<{
891
+ "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
892
+ "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
893
+ }>, {
894
+ show(): void;
895
+ hide(): void;
896
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
897
+ "update:popupVisible": (value: boolean) => any;
898
+ "popup-visible-change": (value: boolean) => any;
899
+ }, string, {
900
+ trigger: import('./Dropdown').DsubmenuTrigger;
901
+ popupVisible: boolean;
902
+ defaultPopupVisible: boolean;
903
+ disabled: boolean;
904
+ position: import('./Dropdown').DsubmenuPosition;
905
+ triggerProps: import('./Trigger').TriggerProps;
906
+ popupMaxHeight: number;
907
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
908
+ $slots: Readonly<import('./Dropdown').DsubmenuSlots> & import('./Dropdown').DsubmenuSlots;
909
+ });
910
+ GridCol: {
911
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Grid').GridColProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
912
+ span: number | import('./Grid').ResponsiveValue;
913
+ offset: number | import('./Grid').ResponsiveValue;
914
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
915
+ P: {};
916
+ B: {};
917
+ D: {};
918
+ C: {};
919
+ M: {};
920
+ Defaults: {};
921
+ }, Readonly<import('./Grid').GridColProps> & Readonly<{}>, {}, {}, {}, {}, {
922
+ span: number | import('./Grid').ResponsiveValue;
923
+ offset: number | import('./Grid').ResponsiveValue;
924
+ }>;
925
+ __isFragment?: never;
926
+ __isTeleport?: never;
927
+ __isSuspense?: never;
928
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Grid').GridColProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
929
+ span: number | import('./Grid').ResponsiveValue;
930
+ offset: number | import('./Grid').ResponsiveValue;
931
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
932
+ $slots: Readonly<import('./Grid').GridColSlots> & import('./Grid').GridColSlots;
933
+ });
934
+ GridItem: {
935
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Grid').GridItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
936
+ span: number | import('./Grid').ResponsiveValue;
937
+ suffix: boolean;
938
+ offset: number | import('./Grid').ResponsiveValue;
939
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
940
+ P: {};
941
+ B: {};
942
+ D: {};
943
+ C: {};
944
+ M: {};
945
+ Defaults: {};
946
+ }, Readonly<import('./Grid').GridItemProps> & Readonly<{}>, {}, {}, {}, {}, {
947
+ span: number | import('./Grid').ResponsiveValue;
948
+ suffix: boolean;
949
+ offset: number | import('./Grid').ResponsiveValue;
950
+ }>;
951
+ __isFragment?: never;
952
+ __isTeleport?: never;
953
+ __isSuspense?: never;
954
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Grid').GridItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
955
+ span: number | import('./Grid').ResponsiveValue;
956
+ suffix: boolean;
957
+ offset: number | import('./Grid').ResponsiveValue;
958
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
959
+ $slots: Readonly<import('./Grid').GridItemSlots> & import('./Grid').GridItemSlots;
960
+ });
961
+ GridRow: {
962
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Grid').GridRowProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
963
+ wrap: boolean;
964
+ justify: import('./Grid').GridRowJustify;
965
+ div: boolean;
966
+ gutter: import('./Grid').Gutter | [import('./Grid').Gutter, import('./Grid').Gutter];
967
+ align: import('./Grid').GridRowAlign;
968
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
969
+ P: {};
970
+ B: {};
971
+ D: {};
972
+ C: {};
973
+ M: {};
974
+ Defaults: {};
975
+ }, Readonly<import('./Grid').GridRowProps> & Readonly<{}>, {}, {}, {}, {}, {
976
+ wrap: boolean;
977
+ justify: import('./Grid').GridRowJustify;
978
+ div: boolean;
979
+ gutter: import('./Grid').Gutter | [import('./Grid').Gutter, import('./Grid').Gutter];
980
+ align: import('./Grid').GridRowAlign;
981
+ }>;
982
+ __isFragment?: never;
983
+ __isTeleport?: never;
984
+ __isSuspense?: never;
985
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Grid').GridRowProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
986
+ wrap: boolean;
987
+ justify: import('./Grid').GridRowJustify;
988
+ div: boolean;
989
+ gutter: import('./Grid').Gutter | [import('./Grid').Gutter, import('./Grid').Gutter];
990
+ align: import('./Grid').GridRowAlign;
991
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
992
+ $slots: Readonly<import('./Grid').GridRowSlots> & import('./Grid').GridRowSlots;
993
+ });
994
+ ImagePreview: {
995
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Image').ImagePreviewProps> & Readonly<{
996
+ onClose?: (() => any) | undefined;
997
+ "onUpdate:visible"?: ((value: boolean) => any) | undefined;
998
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
999
+ close: () => any;
1000
+ "update:visible": (value: boolean) => any;
1001
+ }, import('vue').PublicProps, {
1002
+ popupContainer: import('./_shared/type').PopupContainer;
1003
+ visible: boolean;
1004
+ src: string;
1005
+ defaultVisible: boolean;
1006
+ closable: boolean;
1007
+ maskClosable: boolean;
1008
+ escToClose: boolean;
1009
+ actionsLayout: string[];
1010
+ wheelZoom: boolean;
1011
+ keyboard: boolean;
1012
+ defaultScale: number;
1013
+ zoomRate: number;
1014
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
1015
+ imageRef: HTMLImageElement;
1016
+ }, any, import('vue').ComponentProvideOptions, {
1017
+ P: {};
1018
+ B: {};
1019
+ D: {};
1020
+ C: {};
1021
+ M: {};
1022
+ Defaults: {};
1023
+ }, Readonly<import('./Image').ImagePreviewProps> & Readonly<{
1024
+ onClose?: (() => any) | undefined;
1025
+ "onUpdate:visible"?: ((value: boolean) => any) | undefined;
1026
+ }>, {}, {}, {}, {}, {
1027
+ popupContainer: import('./_shared/type').PopupContainer;
1028
+ visible: boolean;
1029
+ src: string;
1030
+ defaultVisible: boolean;
1031
+ closable: boolean;
1032
+ maskClosable: boolean;
1033
+ escToClose: boolean;
1034
+ actionsLayout: string[];
1035
+ wheelZoom: boolean;
1036
+ keyboard: boolean;
1037
+ defaultScale: number;
1038
+ zoomRate: number;
1039
+ }>;
1040
+ __isFragment?: never;
1041
+ __isTeleport?: never;
1042
+ __isSuspense?: never;
1043
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Image').ImagePreviewProps> & Readonly<{
1044
+ onClose?: (() => any) | undefined;
1045
+ "onUpdate:visible"?: ((value: boolean) => any) | undefined;
1046
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1047
+ close: () => any;
1048
+ "update:visible": (value: boolean) => any;
1049
+ }, string, {
1050
+ popupContainer: import('./_shared/type').PopupContainer;
1051
+ visible: boolean;
1052
+ src: string;
1053
+ defaultVisible: boolean;
1054
+ closable: boolean;
1055
+ maskClosable: boolean;
1056
+ escToClose: boolean;
1057
+ actionsLayout: string[];
1058
+ wheelZoom: boolean;
1059
+ keyboard: boolean;
1060
+ defaultScale: number;
1061
+ zoomRate: number;
1062
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1063
+ $slots: Readonly<import('./Image').ImagePreviewSlots> & import('./Image').ImagePreviewSlots;
1064
+ });
1065
+ ImagePreviewAction: {
1066
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Image').ImagePreviewActionProps> & Readonly<{
1067
+ onClick?: ((ev: MouseEvent) => any) | undefined;
1068
+ onContextmenu?: ((ev: MouseEvent) => any) | undefined;
1069
+ onDblclick?: ((ev: MouseEvent) => any) | undefined;
1070
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1071
+ click: (ev: MouseEvent) => any;
1072
+ contextmenu: (ev: MouseEvent) => any;
1073
+ dblclick: (ev: MouseEvent) => any;
1074
+ }, import('vue').PublicProps, {
1075
+ disabled: boolean;
1076
+ name: string;
1077
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1078
+ P: {};
1079
+ B: {};
1080
+ D: {};
1081
+ C: {};
1082
+ M: {};
1083
+ Defaults: {};
1084
+ }, Readonly<import('./Image').ImagePreviewActionProps> & Readonly<{
1085
+ onClick?: ((ev: MouseEvent) => any) | undefined;
1086
+ onContextmenu?: ((ev: MouseEvent) => any) | undefined;
1087
+ onDblclick?: ((ev: MouseEvent) => any) | undefined;
1088
+ }>, {}, {}, {}, {}, {
1089
+ disabled: boolean;
1090
+ name: string;
1091
+ }>;
1092
+ __isFragment?: never;
1093
+ __isTeleport?: never;
1094
+ __isSuspense?: never;
1095
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Image').ImagePreviewActionProps> & Readonly<{
1096
+ onClick?: ((ev: MouseEvent) => any) | undefined;
1097
+ onContextmenu?: ((ev: MouseEvent) => any) | undefined;
1098
+ onDblclick?: ((ev: MouseEvent) => any) | undefined;
1099
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1100
+ click: (ev: MouseEvent) => any;
1101
+ contextmenu: (ev: MouseEvent) => any;
1102
+ dblclick: (ev: MouseEvent) => any;
1103
+ }, string, {
1104
+ disabled: boolean;
1105
+ name: string;
1106
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1107
+ $slots: Readonly<import('./Image').ImagePreviewActionSlots> & import('./Image').ImagePreviewActionSlots;
1108
+ });
1109
+ ImagePreviewGroup: {
1110
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Image').ImagePreviewGroupProps> & Readonly<{
1111
+ onChange?: ((index: number) => any) | undefined;
1112
+ "onUpdate:visible"?: ((value: boolean) => any) | undefined;
1113
+ "onUpdate:current"?: ((index: number) => any) | undefined;
1114
+ "onVisible-change"?: ((value: boolean) => any) | undefined;
1115
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1116
+ change: (index: number) => any;
1117
+ "update:visible": (value: boolean) => any;
1118
+ "update:current": (index: number) => any;
1119
+ "visible-change": (value: boolean) => any;
1120
+ }, import('vue').PublicProps, {
1121
+ popupContainer: import('./_shared/type').PopupContainer;
1122
+ infinite: boolean;
1123
+ visible: boolean;
1124
+ defaultVisible: boolean;
1125
+ closable: boolean;
1126
+ current: number;
1127
+ defaultCurrent: number;
1128
+ maskClosable: boolean;
1129
+ escToClose: boolean;
1130
+ actionsLayout: string[];
1131
+ wheelZoom: boolean;
1132
+ keyboard: boolean;
1133
+ defaultScale: number;
1134
+ zoomRate: number;
1135
+ srcList: string[];
1136
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1137
+ P: {};
1138
+ B: {};
1139
+ D: {};
1140
+ C: {};
1141
+ M: {};
1142
+ Defaults: {};
1143
+ }, Readonly<import('./Image').ImagePreviewGroupProps> & Readonly<{
1144
+ onChange?: ((index: number) => any) | undefined;
1145
+ "onUpdate:visible"?: ((value: boolean) => any) | undefined;
1146
+ "onUpdate:current"?: ((index: number) => any) | undefined;
1147
+ "onVisible-change"?: ((value: boolean) => any) | undefined;
1148
+ }>, {}, {}, {}, {}, {
1149
+ popupContainer: import('./_shared/type').PopupContainer;
1150
+ infinite: boolean;
1151
+ visible: boolean;
1152
+ defaultVisible: boolean;
1153
+ closable: boolean;
1154
+ current: number;
1155
+ defaultCurrent: number;
1156
+ maskClosable: boolean;
1157
+ escToClose: boolean;
1158
+ actionsLayout: string[];
1159
+ wheelZoom: boolean;
1160
+ keyboard: boolean;
1161
+ defaultScale: number;
1162
+ zoomRate: number;
1163
+ srcList: string[];
1164
+ }>;
1165
+ __isFragment?: never;
1166
+ __isTeleport?: never;
1167
+ __isSuspense?: never;
1168
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Image').ImagePreviewGroupProps> & Readonly<{
1169
+ onChange?: ((index: number) => any) | undefined;
1170
+ "onUpdate:visible"?: ((value: boolean) => any) | undefined;
1171
+ "onUpdate:current"?: ((index: number) => any) | undefined;
1172
+ "onVisible-change"?: ((value: boolean) => any) | undefined;
1173
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1174
+ change: (index: number) => any;
1175
+ "update:visible": (value: boolean) => any;
1176
+ "update:current": (index: number) => any;
1177
+ "visible-change": (value: boolean) => any;
1178
+ }, string, {
1179
+ popupContainer: import('./_shared/type').PopupContainer;
1180
+ infinite: boolean;
1181
+ visible: boolean;
1182
+ defaultVisible: boolean;
1183
+ closable: boolean;
1184
+ current: number;
1185
+ defaultCurrent: number;
1186
+ maskClosable: boolean;
1187
+ escToClose: boolean;
1188
+ actionsLayout: string[];
1189
+ wheelZoom: boolean;
1190
+ keyboard: boolean;
1191
+ defaultScale: number;
1192
+ zoomRate: number;
1193
+ srcList: string[];
1194
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1195
+ $slots: Readonly<import('./Image').ImagePreviewGroupSlots> & import('./Image').ImagePreviewGroupSlots;
1196
+ });
1197
+ LayoutContent: {
1198
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
1199
+ P: {};
1200
+ B: {};
1201
+ D: {};
1202
+ C: {};
1203
+ M: {};
1204
+ Defaults: {};
1205
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
1206
+ __isFragment?: never;
1207
+ __isTeleport?: never;
1208
+ __isSuspense?: never;
1209
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1210
+ $slots: Readonly<import('./Layout').LayoutContentSlots> & import('./Layout').LayoutContentSlots;
1211
+ });
1212
+ LayoutFooter: {
1213
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
1214
+ P: {};
1215
+ B: {};
1216
+ D: {};
1217
+ C: {};
1218
+ M: {};
1219
+ Defaults: {};
1220
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
1221
+ __isFragment?: never;
1222
+ __isTeleport?: never;
1223
+ __isSuspense?: never;
1224
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1225
+ $slots: Readonly<import('./Layout').LayoutFooterSlots> & import('./Layout').LayoutFooterSlots;
1226
+ });
1227
+ LayoutHeader: {
1228
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
1229
+ P: {};
1230
+ B: {};
1231
+ D: {};
1232
+ C: {};
1233
+ M: {};
1234
+ Defaults: {};
1235
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
1236
+ __isFragment?: never;
1237
+ __isTeleport?: never;
1238
+ __isSuspense?: never;
1239
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1240
+ $slots: Readonly<import('./Layout').LayoutHeaderSlots> & import('./Layout').LayoutHeaderSlots;
1241
+ });
1242
+ LayoutSider: {
1243
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Layout').LayoutSiderProps> & Readonly<{
1244
+ onCollapse?: ((collapsed: boolean, type: "clickTrigger" | "responsive") => any) | undefined;
1245
+ onBreakpoint?: ((collapsed: boolean) => any) | undefined;
1246
+ "onUpdate:collapsed"?: ((collapsed: boolean) => any) | undefined;
1247
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1248
+ collapse: (collapsed: boolean, type: "clickTrigger" | "responsive") => any;
1249
+ breakpoint: (collapsed: boolean) => any;
1250
+ "update:collapsed": (collapsed: boolean) => any;
1251
+ }, import('vue').PublicProps, {
1252
+ width: number;
1253
+ collapsed: boolean;
1254
+ breakpoint: import('./Grid').BreakpointName;
1255
+ theme: import('./_shared/type').Theme;
1256
+ hideTrigger: boolean;
1257
+ defaultCollapsed: boolean;
1258
+ collapsible: boolean;
1259
+ collapsedWidth: number;
1260
+ reverseArrow: boolean;
1261
+ resizeDirections: import('./Layout').ResizeDirections;
1262
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1263
+ P: {};
1264
+ B: {};
1265
+ D: {};
1266
+ C: {};
1267
+ M: {};
1268
+ Defaults: {};
1269
+ }, Readonly<import('./Layout').LayoutSiderProps> & Readonly<{
1270
+ onCollapse?: ((collapsed: boolean, type: "clickTrigger" | "responsive") => any) | undefined;
1271
+ onBreakpoint?: ((collapsed: boolean) => any) | undefined;
1272
+ "onUpdate:collapsed"?: ((collapsed: boolean) => any) | undefined;
1273
+ }>, {}, {}, {}, {}, {
1274
+ width: number;
1275
+ collapsed: boolean;
1276
+ breakpoint: import('./Grid').BreakpointName;
1277
+ theme: import('./_shared/type').Theme;
1278
+ hideTrigger: boolean;
1279
+ defaultCollapsed: boolean;
1280
+ collapsible: boolean;
1281
+ collapsedWidth: number;
1282
+ reverseArrow: boolean;
1283
+ resizeDirections: import('./Layout').ResizeDirections;
1284
+ }>;
1285
+ __isFragment?: never;
1286
+ __isTeleport?: never;
1287
+ __isSuspense?: never;
1288
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Layout').LayoutSiderProps> & Readonly<{
1289
+ onCollapse?: ((collapsed: boolean, type: "clickTrigger" | "responsive") => any) | undefined;
1290
+ onBreakpoint?: ((collapsed: boolean) => any) | undefined;
1291
+ "onUpdate:collapsed"?: ((collapsed: boolean) => any) | undefined;
1292
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1293
+ collapse: (collapsed: boolean, type: "clickTrigger" | "responsive") => any;
1294
+ breakpoint: (collapsed: boolean) => any;
1295
+ "update:collapsed": (collapsed: boolean) => any;
1296
+ }, string, {
1297
+ width: number;
1298
+ collapsed: boolean;
1299
+ breakpoint: import('./Grid').BreakpointName;
1300
+ theme: import('./_shared/type').Theme;
1301
+ hideTrigger: boolean;
1302
+ defaultCollapsed: boolean;
1303
+ collapsible: boolean;
1304
+ collapsedWidth: number;
1305
+ reverseArrow: boolean;
1306
+ resizeDirections: import('./Layout').ResizeDirections;
1307
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1308
+ $slots: Readonly<import('./Layout').LayoutSiderSlots> & import('./Layout').LayoutSiderSlots;
1309
+ });
1310
+ ListItem: {
1311
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./List').ListItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1312
+ actionLayout: import('./_shared/type').Direction;
1313
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
1314
+ P: {};
1315
+ B: {};
1316
+ D: {};
1317
+ C: {};
1318
+ M: {};
1319
+ Defaults: {};
1320
+ }, Readonly<import('./List').ListItemProps> & Readonly<{}>, {}, {}, {}, {}, {
1321
+ actionLayout: import('./_shared/type').Direction;
1322
+ }>;
1323
+ __isFragment?: never;
1324
+ __isTeleport?: never;
1325
+ __isSuspense?: never;
1326
+ } & import('vue').ComponentOptionsBase<Readonly<import('./List').ListItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1327
+ actionLayout: import('./_shared/type').Direction;
1328
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1329
+ $slots: Readonly<import('./List').ListItemSlots> & import('./List').ListItemSlots;
1330
+ });
1331
+ ListItemMeta: {
1332
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./List').ListItemMetaProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1333
+ title: string;
1334
+ description: string;
1335
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
1336
+ P: {};
1337
+ B: {};
1338
+ D: {};
1339
+ C: {};
1340
+ M: {};
1341
+ Defaults: {};
1342
+ }, Readonly<import('./List').ListItemMetaProps> & Readonly<{}>, {}, {}, {}, {}, {
1343
+ title: string;
1344
+ description: string;
1345
+ }>;
1346
+ __isFragment?: never;
1347
+ __isTeleport?: never;
1348
+ __isSuspense?: never;
1349
+ } & import('vue').ComponentOptionsBase<Readonly<import('./List').ListItemMetaProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1350
+ title: string;
1351
+ description: string;
1352
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1353
+ $slots: Readonly<import('./List').ListItemMetaSlots> & import('./List').ListItemMetaSlots;
1354
+ });
1355
+ MenuItem: {
1356
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Menu').MenuItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1357
+ disabled: boolean;
1358
+ path: string;
1359
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
1360
+ menuItemRef: HTMLDivElement;
1361
+ }, any, import('vue').ComponentProvideOptions, {
1362
+ P: {};
1363
+ B: {};
1364
+ D: {};
1365
+ C: {};
1366
+ M: {};
1367
+ Defaults: {};
1368
+ }, Readonly<import('./Menu').MenuItemProps> & Readonly<{}>, {}, {}, {}, {}, {
1369
+ disabled: boolean;
1370
+ path: string;
1371
+ }>;
1372
+ __isFragment?: never;
1373
+ __isTeleport?: never;
1374
+ __isSuspense?: never;
1375
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Menu').MenuItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1376
+ disabled: boolean;
1377
+ path: string;
1378
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1379
+ $slots: Readonly<import('./Menu').MenuItemSlots> & import('./Menu').MenuItemSlots;
1380
+ });
1381
+ MenuItemGroup: {
1382
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Menu').MenuItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1383
+ title: string;
1384
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
1385
+ P: {};
1386
+ B: {};
1387
+ D: {};
1388
+ C: {};
1389
+ M: {};
1390
+ Defaults: {};
1391
+ }, Readonly<import('./Menu').MenuItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
1392
+ title: string;
1393
+ }>;
1394
+ __isFragment?: never;
1395
+ __isTeleport?: never;
1396
+ __isSuspense?: never;
1397
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Menu').MenuItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1398
+ title: string;
1399
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1400
+ $slots: Readonly<import('./Menu').MenuItemGroupSlots> & import('./Menu').MenuItemGroupSlots;
1401
+ });
1402
+ Option: {
1403
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Select').OptionProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1404
+ disabled: boolean;
1405
+ value: import('./Select').SelectValue;
1406
+ label: string;
1407
+ isFallbackOption: boolean;
1408
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
1409
+ contentRef: HTMLDivElement;
1410
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
1411
+ P: {};
1412
+ B: {};
1413
+ D: {};
1414
+ C: {};
1415
+ M: {};
1416
+ Defaults: {};
1417
+ }, Readonly<import('./Select').OptionProps> & Readonly<{}>, {}, {}, {}, {}, {
1418
+ disabled: boolean;
1419
+ value: import('./Select').SelectValue;
1420
+ label: string;
1421
+ isFallbackOption: boolean;
1422
+ }>;
1423
+ __isFragment?: never;
1424
+ __isTeleport?: never;
1425
+ __isSuspense?: never;
1426
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Select').OptionProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1427
+ disabled: boolean;
1428
+ value: import('./Select').SelectValue;
1429
+ label: string;
1430
+ isFallbackOption: boolean;
1431
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1432
+ $slots: Readonly<import('./Select').OptionSlots> & import('./Select').OptionSlots;
1433
+ });
1434
+ Optgroup: {
1435
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Select').OptgroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1436
+ P: {};
1437
+ B: {};
1438
+ D: {};
1439
+ C: {};
1440
+ M: {};
1441
+ Defaults: {};
1442
+ }, Readonly<import('./Select').OptgroupProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
1443
+ __isFragment?: never;
1444
+ __isTeleport?: never;
1445
+ __isSuspense?: never;
1446
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Select').OptgroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1447
+ $slots: Readonly<import('./Select').OptgroupSlots> & import('./Select').OptgroupSlots;
1448
+ });
1449
+ RadioGroup: {
1450
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Radio').RadioGroupProps> & Readonly<{
1451
+ onChange?: ((value: import('./Radio').RadioValue) => any) | undefined;
1452
+ "onUpdate:modelValue"?: ((value: import('./Radio').RadioValue) => any) | undefined;
1453
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1454
+ change: (value: import('./Radio').RadioValue) => any;
1455
+ "update:modelValue": (value: import('./Radio').RadioValue) => any;
1456
+ }, import('vue').PublicProps, {
1457
+ size: import('./_shared/type').Size;
1458
+ disabled: boolean;
1459
+ type: import('./Radio').RadioType;
1460
+ direction: import('./_shared/type').Direction;
1461
+ modelValue: import('./Radio').RadioValue;
1462
+ defaultValue: import('./Radio').RadioValue;
1463
+ options: import('./Radio').RadioOption[];
1464
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
1465
+ P: {};
1466
+ B: {};
1467
+ D: {};
1468
+ C: {};
1469
+ M: {};
1470
+ Defaults: {};
1471
+ }, Readonly<import('./Radio').RadioGroupProps> & Readonly<{
1472
+ onChange?: ((value: import('./Radio').RadioValue) => any) | undefined;
1473
+ "onUpdate:modelValue"?: ((value: import('./Radio').RadioValue) => any) | undefined;
1474
+ }>, {}, {}, {}, {}, {
1475
+ size: import('./_shared/type').Size;
1476
+ disabled: boolean;
1477
+ type: import('./Radio').RadioType;
1478
+ direction: import('./_shared/type').Direction;
1479
+ modelValue: import('./Radio').RadioValue;
1480
+ defaultValue: import('./Radio').RadioValue;
1481
+ options: import('./Radio').RadioOption[];
1482
+ }>;
1483
+ __isFragment?: never;
1484
+ __isTeleport?: never;
1485
+ __isSuspense?: never;
1486
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Radio').RadioGroupProps> & Readonly<{
1487
+ onChange?: ((value: import('./Radio').RadioValue) => any) | undefined;
1488
+ "onUpdate:modelValue"?: ((value: import('./Radio').RadioValue) => any) | undefined;
1489
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1490
+ change: (value: import('./Radio').RadioValue) => any;
1491
+ "update:modelValue": (value: import('./Radio').RadioValue) => any;
1492
+ }, string, {
1493
+ size: import('./_shared/type').Size;
1494
+ disabled: boolean;
1495
+ type: import('./Radio').RadioType;
1496
+ direction: import('./_shared/type').Direction;
1497
+ modelValue: import('./Radio').RadioValue;
1498
+ defaultValue: import('./Radio').RadioValue;
1499
+ options: import('./Radio').RadioOption[];
1500
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1501
+ $slots: Readonly<import('./Radio').RadioGroupSlots> & import('./Radio').RadioGroupSlots;
1502
+ });
1503
+ SkeletonLine: import('vue').DefineComponent<import('./Skeleton').SkeletonLineProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./Skeleton').SkeletonLineProps> & Readonly<{}>, {
1504
+ rows: number;
1505
+ lineHeight: number;
1506
+ widths: number[];
1507
+ lineSpacing: number;
1508
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
1509
+ SkeletonShape: import('vue').DefineComponent<import('./Skeleton').SkeletonShapeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./Skeleton').SkeletonShapeProps> & Readonly<{}>, {
1510
+ size: import('./Skeleton').SkeletonShapeSize;
1511
+ shape: import('./Skeleton').SkeletonShapeShape;
1512
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
1513
+ Step: {
1514
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Steps').StepProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1515
+ disabled: boolean;
1516
+ title: string;
1517
+ description: string;
1518
+ status: import('./Steps').StepStatus;
1519
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
1520
+ P: {};
1521
+ B: {};
1522
+ D: {};
1523
+ C: {};
1524
+ M: {};
1525
+ Defaults: {};
1526
+ }, Readonly<import('./Steps').StepProps> & Readonly<{}>, {}, {}, {}, {}, {
1527
+ disabled: boolean;
1528
+ title: string;
1529
+ description: string;
1530
+ status: import('./Steps').StepStatus;
1531
+ }>;
1532
+ __isFragment?: never;
1533
+ __isTeleport?: never;
1534
+ __isSuspense?: never;
1535
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Steps').StepProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1536
+ disabled: boolean;
1537
+ title: string;
1538
+ description: string;
1539
+ status: import('./Steps').StepStatus;
1540
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1541
+ $slots: Readonly<import('./Steps').StepSlots> & import('./Steps').StepSlots;
1542
+ });
1543
+ SubMenu: {
1544
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Menu').SubMenuProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1545
+ title: string;
1546
+ path: string;
1547
+ popupMaxHeight: import('./Menu').PopupMaxHeight;
1548
+ selectable: boolean;
1549
+ popup: boolean;
1550
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
1551
+ P: {};
1552
+ B: {};
1553
+ D: {};
1554
+ C: {};
1555
+ M: {};
1556
+ Defaults: {};
1557
+ }, Readonly<import('./Menu').SubMenuProps> & Readonly<{}>, {}, {}, {}, {}, {
1558
+ title: string;
1559
+ path: string;
1560
+ popupMaxHeight: import('./Menu').PopupMaxHeight;
1561
+ selectable: boolean;
1562
+ popup: boolean;
1563
+ }>;
1564
+ __isFragment?: never;
1565
+ __isTeleport?: never;
1566
+ __isSuspense?: never;
1567
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Menu').SubMenuProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1568
+ title: string;
1569
+ path: string;
1570
+ popupMaxHeight: import('./Menu').PopupMaxHeight;
1571
+ selectable: boolean;
1572
+ popup: boolean;
1573
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1574
+ $slots: Readonly<import('./Menu').SubMenuSlots> & import('./Menu').SubMenuSlots;
1575
+ });
1576
+ TabPane: {
1577
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Tabs').TabPaneProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1578
+ disabled: boolean;
1579
+ title: string;
1580
+ path: import('./Tabs').TabKey;
1581
+ closable: boolean;
1582
+ destoryOnHide: boolean;
1583
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
1584
+ P: {};
1585
+ B: {};
1586
+ D: {};
1587
+ C: {};
1588
+ M: {};
1589
+ Defaults: {};
1590
+ }, Readonly<import('./Tabs').TabPaneProps> & Readonly<{}>, {}, {}, {}, {}, {
1591
+ disabled: boolean;
1592
+ title: string;
1593
+ path: import('./Tabs').TabKey;
1594
+ closable: boolean;
1595
+ destoryOnHide: boolean;
1596
+ }>;
1597
+ __isFragment?: never;
1598
+ __isTeleport?: never;
1599
+ __isSuspense?: never;
1600
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Tabs').TabPaneProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1601
+ disabled: boolean;
1602
+ title: string;
1603
+ path: import('./Tabs').TabKey;
1604
+ closable: boolean;
1605
+ destoryOnHide: boolean;
1606
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1607
+ $slots: Readonly<import('./Tabs').TabPaneSlots> & import('./Tabs').TabPaneSlots;
1608
+ });
1609
+ TimelineItem: {
1610
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Timeline').TimelineItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1611
+ position: import('./Timeline').TimelinePositon;
1612
+ label: string;
1613
+ dotColor: string;
1614
+ dotType: import('./Timeline').TimelineDotType;
1615
+ lineType: import('./Timeline').TimelineLineType;
1616
+ lineColor: string;
1617
+ isGhost: boolean;
1618
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
1619
+ P: {};
1620
+ B: {};
1621
+ D: {};
1622
+ C: {};
1623
+ M: {};
1624
+ Defaults: {};
1625
+ }, Readonly<import('./Timeline').TimelineItemProps> & Readonly<{}>, {}, {}, {}, {}, {
1626
+ position: import('./Timeline').TimelinePositon;
1627
+ label: string;
1628
+ dotColor: string;
1629
+ dotType: import('./Timeline').TimelineDotType;
1630
+ lineType: import('./Timeline').TimelineLineType;
1631
+ lineColor: string;
1632
+ isGhost: boolean;
1633
+ }>;
1634
+ __isFragment?: never;
1635
+ __isTeleport?: never;
1636
+ __isSuspense?: never;
1637
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Timeline').TimelineItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1638
+ position: import('./Timeline').TimelinePositon;
1639
+ label: string;
1640
+ dotColor: string;
1641
+ dotType: import('./Timeline').TimelineDotType;
1642
+ lineType: import('./Timeline').TimelineLineType;
1643
+ lineColor: string;
1644
+ isGhost: boolean;
1645
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1646
+ $slots: Readonly<import('./Timeline').TimelineItemSlots> & import('./Timeline').TimelineItemSlots;
1647
+ });
1648
+ TypographyText: {
1649
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1650
+ P: {};
1651
+ B: {};
1652
+ D: {};
1653
+ C: {};
1654
+ M: {};
1655
+ Defaults: {};
1656
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
1657
+ __isFragment?: never;
1658
+ __isTeleport?: never;
1659
+ __isSuspense?: never;
1660
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1661
+ $slots: Readonly<import('./Typography').TypographyBaseSlots> & import('./Typography').TypographyBaseSlots;
1662
+ });
1663
+ TypographyTitle: {
1664
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Typography').TypographyTitleProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1665
+ heading: 1 | 2 | 3 | 4 | 5 | 6;
1666
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1667
+ P: {};
1668
+ B: {};
1669
+ D: {};
1670
+ C: {};
1671
+ M: {};
1672
+ Defaults: {};
1673
+ }, Readonly<import('./Typography').TypographyTitleProps> & Readonly<{}>, {}, {}, {}, {}, {
1674
+ heading: 1 | 2 | 3 | 4 | 5 | 6;
1675
+ }>;
1676
+ __isFragment?: never;
1677
+ __isTeleport?: never;
1678
+ __isSuspense?: never;
1679
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Typography').TypographyTitleProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1680
+ heading: 1 | 2 | 3 | 4 | 5 | 6;
1681
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1682
+ $slots: Readonly<import('./Typography').TypographyBaseSlots> & import('./Typography').TypographyBaseSlots;
1683
+ });
1684
+ TypographyParagraph: {
1685
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Typography').TypographyParagraphProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1686
+ blockquote: boolean;
1687
+ spacing: "default" | "close";
1688
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1689
+ P: {};
1690
+ B: {};
1691
+ D: {};
1692
+ C: {};
1693
+ M: {};
1694
+ Defaults: {};
1695
+ }, Readonly<import('./Typography').TypographyParagraphProps> & Readonly<{}>, {}, {}, {}, {}, {
1696
+ blockquote: boolean;
1697
+ spacing: "default" | "close";
1698
+ }>;
1699
+ __isFragment?: never;
1700
+ __isTeleport?: never;
1701
+ __isSuspense?: never;
1702
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Typography').TypographyParagraphProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1703
+ blockquote: boolean;
1704
+ spacing: "default" | "close";
1705
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1706
+ $slots: Readonly<import('./Typography').TypographyBaseSlots> & import('./Typography').TypographyBaseSlots;
1707
+ });
1708
+ install: (app: App) => void;
1709
+ };
1710
+ export default _default;