@sdata/web-vue 2.1.1 → 2.2.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 (1343) hide show
  1. package/dist/sd.css +29 -94
  2. package/dist/sd.min.css +1 -1
  3. package/es/_components/feedback-icon.js +2 -11
  4. package/es/_components/feedback-icon.vue.d.ts +4 -491
  5. package/es/_components/feedback-icon.vue_vue_type_script_setup_true_lang.js +22 -0
  6. package/es/_components/icon-hover.js +2 -14
  7. package/es/_components/icon-hover.vue.d.ts +18 -8
  8. package/es/_components/icon-hover.vue_vue_type_script_setup_true_lang.js +34 -0
  9. package/es/_components/input-label/input-label.d.ts +1 -1
  10. package/es/_components/picker/input-range.js +2 -66
  11. package/es/_components/picker/input-range.vue.d.ts +34 -684
  12. package/es/_components/picker/input-range.vue_vue_type_script_setup_true_lang.js +179 -0
  13. package/es/_components/picker/input.js +2 -51
  14. package/es/_components/picker/input.vue.d.ts +30 -674
  15. package/es/_components/picker/input.vue_vue_type_script_setup_true_lang.js +127 -0
  16. package/es/_components/resize-trigger.js +2 -19
  17. package/es/_components/resize-trigger.vue.d.ts +19 -259
  18. package/es/_components/resize-trigger.vue_vue_type_script_setup_true_lang.js +46 -0
  19. package/es/_components/select-view/select-view.d.ts +3 -3
  20. package/es/_components/transition/expand-transition.js +2 -24
  21. package/es/_components/transition/expand-transition.vue.d.ts +11 -8
  22. package/es/_components/transition/expand-transition.vue_vue_type_script_setup_true_lang.js +48 -0
  23. package/es/_components/virtual-list/virtual-list.js +2 -118
  24. package/es/_components/virtual-list/virtual-list.vue.d.ts +101 -324
  25. package/es/_components/virtual-list/{virtual-list.vue_vue_type_script_lang.js → virtual-list.vue_vue_type_script_setup_true_lang.js} +131 -51
  26. package/es/_hooks/use-form-item.d.ts +1 -1
  27. package/es/_hooks/use-size.d.ts +1 -1
  28. package/es/affix/affix.js +2 -21
  29. package/es/affix/affix.vue.d.ts +18 -26
  30. package/es/affix/{affix.vue_vue_type_script_lang.js → affix.vue_vue_type_script_setup_true_lang.js} +43 -38
  31. package/es/affix/index.d.ts +14 -58
  32. package/es/alert/alert.js +2 -47
  33. package/es/alert/alert.vue.d.ts +24 -652
  34. package/es/alert/alert.vue_vue_type_script_setup_true_lang.js +145 -0
  35. package/es/alert/index.d.ts +20 -1308
  36. package/es/anchor/anchor-link.js +2 -18
  37. package/es/anchor/anchor-link.vue.d.ts +16 -12
  38. package/es/anchor/anchor-link.vue_vue_type_script_setup_true_lang.js +49 -0
  39. package/es/anchor/anchor.js +2 -14
  40. package/es/anchor/anchor.vue.d.ts +17 -15
  41. package/es/anchor/{anchor.vue_vue_type_script_lang.js → anchor.vue_vue_type_script_setup_true_lang.js} +24 -34
  42. package/es/anchor/index.d.ts +41 -45
  43. package/es/anchor/utils.d.ts +2 -0
  44. package/es/anchor/utils.js +7 -1
  45. package/es/auto-complete/auto-complete.d.ts +3 -3
  46. package/es/auto-complete/index.d.ts +9 -9
  47. package/es/avatar/avatar.js +2 -44
  48. package/es/avatar/avatar.vue.d.ts +23 -278
  49. package/es/avatar/{avatar.vue_vue_type_script_lang.js → avatar.vue_vue_type_script_setup_true_lang.js} +62 -60
  50. package/es/avatar/index.d.ts +20 -569
  51. package/es/back-top/back-top.js +2 -15
  52. package/es/back-top/back-top.vue.d.ts +14 -130
  53. package/es/back-top/{back-top.vue_vue_type_script_lang.js → back-top.vue_vue_type_script_setup_true_lang.js} +18 -12
  54. package/es/back-top/index.d.ts +8 -260
  55. package/es/badge/badge.d.ts +1 -1
  56. package/es/badge/index.d.ts +3 -3
  57. package/es/button/button-group.js +2 -7
  58. package/es/button/button-group.vue.d.ts +14 -6
  59. package/es/button/{button-group.vue_vue_type_script_lang.js → button-group.vue_vue_type_script_setup_true_lang.js} +12 -9
  60. package/es/button/button.js +2 -38
  61. package/es/button/button.vue.d.ts +24 -137
  62. package/es/button/{button.vue_vue_type_script_lang.js → button.vue_vue_type_script_setup_true_lang.js} +52 -25
  63. package/es/button/index.d.ts +56 -277
  64. package/es/button/style/index.css +0 -65
  65. package/es/button/style/index.scss +3 -5
  66. package/es/calendar/components/index.vue.d.ts +1 -1
  67. package/es/calendar/index.d.ts +3 -3
  68. package/es/card/card-grid.js +2 -7
  69. package/es/card/card-grid.vue.d.ts +14 -8
  70. package/es/card/card-grid.vue_vue_type_script_setup_true_lang.js +33 -0
  71. package/es/card/index.d.ts +33 -12
  72. package/es/carousel/carousel-arrow.js +2 -17
  73. package/es/carousel/carousel-arrow.vue.d.ts +9 -498
  74. package/es/carousel/carousel-arrow.vue_vue_type_script_setup_true_lang.js +45 -0
  75. package/es/carousel/carousel-indicator.js +2 -18
  76. package/es/carousel/carousel-indicator.vue.d.ts +7 -19
  77. package/es/carousel/carousel-indicator.vue_vue_type_script_setup_true_lang.js +81 -0
  78. package/es/carousel/carousel-item.js +2 -12
  79. package/es/carousel/carousel-item.vue.d.ts +11 -12
  80. package/es/carousel/carousel-item.vue_vue_type_script_setup_true_lang.js +50 -0
  81. package/es/carousel/index.d.ts +17 -12
  82. package/es/cascader/base-cascader-panel.js +1 -1
  83. package/es/cascader/cascader-column.js +1 -1
  84. package/es/cascader/cascader-panel.vue.d.ts +1 -1
  85. package/es/cascader/cascader-search-panel.js +1 -1
  86. package/es/cascader/cascader.vue.d.ts +5 -5
  87. package/es/checkbox/checkbox.d.ts +59 -19
  88. package/es/checkbox/index.d.ts +118 -38
  89. package/es/collapse/collapse-item.d.ts +77 -229
  90. package/es/collapse/collapse.js +2 -7
  91. package/es/collapse/collapse.vue.d.ts +17 -12
  92. package/es/collapse/{collapse.vue_vue_type_script_lang.js → collapse.vue_vue_type_script_setup_true_lang.js} +22 -27
  93. package/es/collapse/index.d.ts +89 -252
  94. package/es/color-picker/color-picker.d.ts +1 -1
  95. package/es/color-picker/index.d.ts +3 -3
  96. package/es/color-picker/panel.d.ts +1 -1
  97. package/es/color-picker/style/index.css +13 -13
  98. package/es/color-picker/style/index.scss +14 -13
  99. package/es/comment/comment.js +2 -125
  100. package/es/comment/comment.vue.d.ts +37 -16
  101. package/es/comment/comment.vue_vue_type_script_setup_true_lang.js +121 -0
  102. package/es/comment/index.d.ts +42 -37
  103. package/es/config-provider/config-provider.js +2 -19
  104. package/es/config-provider/config-provider.vue.d.ts +16 -53
  105. package/es/config-provider/{config-provider.vue_vue_type_script_lang.js → config-provider.vue_vue_type_script_setup_true_lang.js} +38 -23
  106. package/es/config-provider/index.d.ts +12 -102
  107. package/es/date-picker/index.d.ts +342 -8964
  108. package/es/date-picker/panels/body.js +2 -42
  109. package/es/date-picker/panels/body.vue.d.ts +9 -28
  110. package/es/date-picker/panels/body.vue_vue_type_script_setup_true_lang.js +98 -0
  111. package/es/date-picker/panels/date/index.js +2 -83
  112. package/es/date-picker/panels/date/index.vue.d.ts +17 -1690
  113. package/es/date-picker/panels/date/{index.vue_vue_type_script_lang.js → index.vue_vue_type_script_setup_true_lang.js} +86 -44
  114. package/es/date-picker/panels/footer.js +2 -39
  115. package/es/date-picker/panels/footer.vue.d.ts +22 -523
  116. package/es/date-picker/panels/footer.vue_vue_type_script_setup_true_lang.js +60 -0
  117. package/es/date-picker/panels/header.js +2 -55
  118. package/es/date-picker/panels/header.vue.d.ts +7 -511
  119. package/es/date-picker/panels/header.vue_vue_type_script_setup_true_lang.js +97 -0
  120. package/es/date-picker/panels/month/index.js +2 -42
  121. package/es/date-picker/panels/month/index.vue.d.ts +10 -681
  122. package/es/date-picker/panels/month/{index.vue_vue_type_script_lang.js → index.vue_vue_type_script_setup_true_lang.js} +55 -33
  123. package/es/date-picker/panels/quarter/index.js +2 -42
  124. package/es/date-picker/panels/quarter/index.vue.d.ts +10 -678
  125. package/es/date-picker/panels/quarter/index.vue_vue_type_script_setup_true_lang.js +92 -0
  126. package/es/date-picker/panels/shortcuts.js +2 -34
  127. package/es/date-picker/panels/shortcuts.vue.d.ts +37 -478
  128. package/es/date-picker/panels/shortcuts.vue_vue_type_script_setup_true_lang.js +73 -0
  129. package/es/date-picker/panels/week/index.js +2 -26
  130. package/es/date-picker/panels/week/index.vue.d.ts +10 -1831
  131. package/es/date-picker/panels/week/index.vue_vue_type_script_setup_true_lang.js +62 -0
  132. package/es/date-picker/panels/week-list.js +2 -12
  133. package/es/date-picker/panels/week-list.vue.d.ts +3 -5
  134. package/es/date-picker/panels/week-list.vue_vue_type_script_setup_true_lang.js +41 -0
  135. package/es/date-picker/panels/year/index.js +2 -34
  136. package/es/date-picker/panels/year/index.vue.d.ts +10 -683
  137. package/es/date-picker/panels/year/{index.vue_vue_type_script_lang.js → index.vue_vue_type_script_setup_true_lang.js} +34 -20
  138. package/es/date-picker/picker-panel.js +2 -94
  139. package/es/date-picker/picker-panel.vue.d.ts +27 -6991
  140. package/es/date-picker/picker-panel.vue_vue_type_script_setup_true_lang.js +230 -0
  141. package/es/date-picker/picker.js +2 -78
  142. package/es/date-picker/picker.vue.d.ts +31 -8683
  143. package/es/date-picker/{picker.vue_vue_type_script_lang.js → picker.vue_vue_type_script_setup_true_lang.js} +159 -160
  144. package/es/date-picker/range-picker-panel.js +2 -91
  145. package/es/date-picker/range-picker-panel.vue.d.ts +41 -7015
  146. package/es/date-picker/range-picker-panel.vue_vue_type_script_setup_true_lang.js +264 -0
  147. package/es/date-picker/range-picker.js +2 -78
  148. package/es/date-picker/range-picker.vue.d.ts +33 -8852
  149. package/es/date-picker/{range-picker.vue_vue_type_script_lang.js → range-picker.vue_vue_type_script_setup_true_lang.js} +129 -146
  150. package/es/descriptions/descriptions-item.js +2 -7
  151. package/es/descriptions/descriptions-item.vue.d.ts +14 -6
  152. package/es/descriptions/descriptions-item.vue_vue_type_script_setup_true_lang.js +32 -0
  153. package/es/descriptions/descriptions.d.ts +3 -3
  154. package/es/descriptions/index.d.ts +44 -20
  155. package/es/divider/divider.d.ts +1 -1
  156. package/es/divider/index.d.ts +3 -3
  157. package/es/drawer/drawer.js +2 -91
  158. package/es/drawer/drawer.vue.d.ts +32 -3531
  159. package/es/drawer/{drawer.vue_vue_type_script_lang.js → drawer.vue_vue_type_script_setup_true_lang.js} +115 -100
  160. package/es/drawer/index.d.ts +43 -7090
  161. package/es/drawer/utils.d.ts +2 -0
  162. package/es/drawer/utils.js +9 -0
  163. package/es/dropdown/dropdown-button.js +2 -57
  164. package/es/dropdown/dropdown-button.vue.d.ts +26 -1790
  165. package/es/dropdown/{dropdown-button.vue_vue_type_script_lang.js → dropdown-button.vue_vue_type_script_setup_true_lang.js} +70 -49
  166. package/es/dropdown/dropdown-group.js +2 -7
  167. package/es/dropdown/dropdown-group.vue.d.ts +16 -6
  168. package/es/dropdown/dropdown-group.vue_vue_type_script_setup_true_lang.js +27 -0
  169. package/es/dropdown/dropdown-option.js +2 -21
  170. package/es/dropdown/dropdown-option.vue.d.ts +20 -13
  171. package/es/dropdown/dropdown-option.vue_vue_type_script_setup_true_lang.js +76 -0
  172. package/es/dropdown/dropdown-panel.js +2 -31
  173. package/es/dropdown/dropdown-panel.vue.d.ts +24 -494
  174. package/es/dropdown/dropdown-panel.vue_vue_type_script_setup_true_lang.js +73 -0
  175. package/es/dropdown/dropdown-submenu.js +2 -46
  176. package/es/dropdown/dropdown-submenu.vue.d.ts +26 -1264
  177. package/es/dropdown/dropdown-submenu.vue_vue_type_script_setup_true_lang.js +144 -0
  178. package/es/dropdown/dropdown.js +2 -37
  179. package/es/dropdown/dropdown.vue.d.ts +22 -1107
  180. package/es/dropdown/{dropdown.vue_vue_type_script_lang.js → dropdown.vue_vue_type_script_setup_true_lang.js} +52 -38
  181. package/es/dropdown/index.d.ts +303 -5318
  182. package/es/dropdown/style/index.css +8 -8
  183. package/es/dropdown/style/token.scss +15 -8
  184. package/es/ellipsis/ellipsis.js +2 -69
  185. package/es/ellipsis/ellipsis.vue.d.ts +25 -1387
  186. package/es/ellipsis/{ellipsis.vue_vue_type_script_lang.js → ellipsis.vue_vue_type_script_setup_true_lang.js} +85 -39
  187. package/es/ellipsis/index.d.ts +33 -5694
  188. package/es/ellipsis/performant-ellipsis.js +2 -44
  189. package/es/ellipsis/performant-ellipsis.vue.d.ts +22 -1433
  190. package/es/ellipsis/{performant-ellipsis.vue_vue_type_script_lang.js → performant-ellipsis.vue_vue_type_script_setup_true_lang.js} +54 -29
  191. package/es/form/form-item-label.js +2 -47
  192. package/es/form/form-item-label.vue.d.ts +14 -1457
  193. package/es/form/form-item-label.vue_vue_type_script_setup_true_lang.js +90 -0
  194. package/es/form/form-item-message.js +2 -26
  195. package/es/form/form-item-message.vue.d.ts +14 -6
  196. package/es/form/form-item-message.vue_vue_type_script_setup_true_lang.js +41 -0
  197. package/es/form/form-item.js +2 -73
  198. package/es/form/form-item.vue.d.ts +24 -1699
  199. package/es/form/{form-item.vue_vue_type_script_lang.js → form-item.vue_vue_type_script_setup_true_lang.js} +100 -52
  200. package/es/form/form.js +2 -13
  201. package/es/form/form.vue.d.ts +31 -28
  202. package/es/form/{form.vue_vue_type_script_lang.js → form.vue_vue_type_script_setup_true_lang.js} +56 -65
  203. package/es/form/index.d.ts +249 -1846
  204. package/es/grid/grid-col.js +2 -11
  205. package/es/grid/grid-col.vue.d.ts +15 -17
  206. package/es/grid/{grid-col.vue_vue_type_script_lang.js → grid-col.vue_vue_type_script_setup_true_lang.js} +29 -24
  207. package/es/grid/grid-item.js +2 -11
  208. package/es/grid/grid-item.vue.d.ts +16 -19
  209. package/es/grid/{grid-item.vue_vue_type_script_lang.js → grid-item.vue_vue_type_script_setup_true_lang.js} +16 -12
  210. package/es/grid/grid-row.js +2 -10
  211. package/es/grid/grid-row.vue.d.ts +17 -17
  212. package/es/grid/{grid-row.vue_vue_type_script_lang.js → grid-row.vue_vue_type_script_setup_true_lang.js} +14 -11
  213. package/es/grid/grid.js +2 -10
  214. package/es/grid/grid.vue.d.ts +14 -10
  215. package/es/grid/{grid.vue_vue_type_script_lang.js → grid.vue_vue_type_script_setup_true_lang.js} +14 -11
  216. package/es/grid/index.d.ts +242 -144
  217. package/es/icon/icon-align-center/icon-align-center.vue.d.ts +13 -58
  218. package/es/icon/icon-align-center/index.d.ts +13 -109
  219. package/es/icon/icon-align-left/icon-align-left.vue.d.ts +13 -58
  220. package/es/icon/icon-align-left/index.d.ts +13 -109
  221. package/es/icon/icon-align-right/icon-align-right.vue.d.ts +13 -58
  222. package/es/icon/icon-align-right/index.d.ts +13 -109
  223. package/es/icon/icon-alipay-circle/icon-alipay-circle.vue.d.ts +13 -58
  224. package/es/icon/icon-alipay-circle/index.d.ts +13 -109
  225. package/es/icon/icon-apps/icon-apps.vue.d.ts +13 -58
  226. package/es/icon/icon-apps/index.d.ts +13 -109
  227. package/es/icon/icon-archive/icon-archive.vue.d.ts +13 -58
  228. package/es/icon/icon-archive/index.d.ts +13 -109
  229. package/es/icon/icon-arrow-down/icon-arrow-down.vue.d.ts +13 -58
  230. package/es/icon/icon-arrow-down/index.d.ts +13 -109
  231. package/es/icon/icon-arrow-fall/icon-arrow-fall.vue.d.ts +13 -58
  232. package/es/icon/icon-arrow-fall/index.d.ts +13 -109
  233. package/es/icon/icon-arrow-left/icon-arrow-left.vue.d.ts +13 -58
  234. package/es/icon/icon-arrow-left/index.d.ts +13 -109
  235. package/es/icon/icon-arrow-right/icon-arrow-right.vue.d.ts +13 -58
  236. package/es/icon/icon-arrow-right/index.d.ts +13 -109
  237. package/es/icon/icon-arrow-rise/icon-arrow-rise.vue.d.ts +13 -58
  238. package/es/icon/icon-arrow-rise/index.d.ts +13 -109
  239. package/es/icon/icon-arrow-up/icon-arrow-up.vue.d.ts +13 -58
  240. package/es/icon/icon-arrow-up/index.d.ts +13 -109
  241. package/es/icon/icon-at/icon-at.vue.d.ts +13 -58
  242. package/es/icon/icon-at/index.d.ts +13 -109
  243. package/es/icon/icon-attachment/icon-attachment.vue.d.ts +13 -58
  244. package/es/icon/icon-attachment/index.d.ts +13 -109
  245. package/es/icon/icon-backward/icon-backward.vue.d.ts +13 -58
  246. package/es/icon/icon-backward/index.d.ts +13 -109
  247. package/es/icon/icon-bar-chart/icon-bar-chart.vue.d.ts +13 -58
  248. package/es/icon/icon-bar-chart/index.d.ts +13 -109
  249. package/es/icon/icon-bg-colors/icon-bg-colors.vue.d.ts +13 -58
  250. package/es/icon/icon-bg-colors/index.d.ts +13 -109
  251. package/es/icon/icon-bold/icon-bold.vue.d.ts +13 -58
  252. package/es/icon/icon-bold/index.d.ts +13 -109
  253. package/es/icon/icon-book/icon-book.vue.d.ts +13 -58
  254. package/es/icon/icon-book/index.d.ts +13 -109
  255. package/es/icon/icon-bookmark/icon-bookmark.vue.d.ts +13 -58
  256. package/es/icon/icon-bookmark/index.d.ts +13 -109
  257. package/es/icon/icon-branch/icon-branch.vue.d.ts +13 -58
  258. package/es/icon/icon-branch/index.d.ts +13 -109
  259. package/es/icon/icon-brush/icon-brush.vue.d.ts +13 -58
  260. package/es/icon/icon-brush/index.d.ts +13 -109
  261. package/es/icon/icon-bug/icon-bug.vue.d.ts +13 -58
  262. package/es/icon/icon-bug/index.d.ts +13 -109
  263. package/es/icon/icon-bulb/icon-bulb.vue.d.ts +13 -58
  264. package/es/icon/icon-bulb/index.d.ts +13 -109
  265. package/es/icon/icon-bytedance-color/icon-bytedance-color.vue.d.ts +13 -58
  266. package/es/icon/icon-bytedance-color/index.d.ts +13 -109
  267. package/es/icon/icon-calendar/icon-calendar.js +2 -14
  268. package/es/icon/icon-calendar/icon-calendar.vue.d.ts +13 -58
  269. package/es/icon/icon-calendar/icon-calendar.vue_vue_type_script_setup_true_lang.js +52 -0
  270. package/es/icon/icon-calendar/index.d.ts +13 -109
  271. package/es/icon/icon-calendar-clock/icon-calendar-clock.vue.d.ts +13 -58
  272. package/es/icon/icon-calendar-clock/index.d.ts +13 -109
  273. package/es/icon/icon-camera/icon-camera.vue.d.ts +13 -58
  274. package/es/icon/icon-camera/index.d.ts +13 -109
  275. package/es/icon/icon-caret-down/icon-caret-down.js +2 -18
  276. package/es/icon/icon-caret-down/icon-caret-down.vue.d.ts +13 -58
  277. package/es/icon/icon-caret-down/icon-caret-down.vue_vue_type_script_setup_true_lang.js +56 -0
  278. package/es/icon/icon-caret-down/index.d.ts +13 -109
  279. package/es/icon/icon-caret-left/icon-caret-left.js +2 -18
  280. package/es/icon/icon-caret-left/icon-caret-left.vue.d.ts +13 -58
  281. package/es/icon/icon-caret-left/icon-caret-left.vue_vue_type_script_setup_true_lang.js +56 -0
  282. package/es/icon/icon-caret-left/index.d.ts +13 -109
  283. package/es/icon/icon-caret-right/icon-caret-right.js +2 -18
  284. package/es/icon/icon-caret-right/icon-caret-right.vue.d.ts +13 -58
  285. package/es/icon/icon-caret-right/icon-caret-right.vue_vue_type_script_setup_true_lang.js +56 -0
  286. package/es/icon/icon-caret-right/index.d.ts +13 -109
  287. package/es/icon/icon-caret-up/icon-caret-up.js +2 -18
  288. package/es/icon/icon-caret-up/icon-caret-up.vue.d.ts +13 -58
  289. package/es/icon/icon-caret-up/icon-caret-up.vue_vue_type_script_setup_true_lang.js +56 -0
  290. package/es/icon/icon-caret-up/index.d.ts +13 -109
  291. package/es/icon/icon-check/icon-check.js +2 -14
  292. package/es/icon/icon-check/icon-check.vue.d.ts +13 -58
  293. package/es/icon/icon-check/icon-check.vue_vue_type_script_setup_true_lang.js +52 -0
  294. package/es/icon/icon-check/index.d.ts +13 -109
  295. package/es/icon/icon-check-circle/icon-check-circle.vue.d.ts +13 -58
  296. package/es/icon/icon-check-circle/index.d.ts +13 -109
  297. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.js +2 -20
  298. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue.d.ts +13 -58
  299. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue_vue_type_script_setup_true_lang.js +58 -0
  300. package/es/icon/icon-check-circle-fill/index.d.ts +13 -109
  301. package/es/icon/icon-check-square/icon-check-square.vue.d.ts +13 -58
  302. package/es/icon/icon-check-square/index.d.ts +13 -109
  303. package/es/icon/icon-chinese-fill/icon-chinese-fill.vue.d.ts +13 -58
  304. package/es/icon/icon-chinese-fill/index.d.ts +13 -109
  305. package/es/icon/icon-clock-circle/icon-clock-circle.js +2 -14
  306. package/es/icon/icon-clock-circle/icon-clock-circle.vue.d.ts +13 -58
  307. package/es/icon/icon-clock-circle/icon-clock-circle.vue_vue_type_script_setup_true_lang.js +52 -0
  308. package/es/icon/icon-clock-circle/index.d.ts +13 -109
  309. package/es/icon/icon-close/icon-close.js +2 -14
  310. package/es/icon/icon-close/icon-close.vue.d.ts +13 -58
  311. package/es/icon/icon-close/icon-close.vue_vue_type_script_setup_true_lang.js +52 -0
  312. package/es/icon/icon-close/index.d.ts +13 -109
  313. package/es/icon/icon-close-circle/icon-close-circle.vue.d.ts +13 -58
  314. package/es/icon/icon-close-circle/index.d.ts +13 -109
  315. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.js +2 -20
  316. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue.d.ts +13 -58
  317. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue_vue_type_script_setup_true_lang.js +58 -0
  318. package/es/icon/icon-close-circle-fill/index.d.ts +13 -109
  319. package/es/icon/icon-cloud/icon-cloud.vue.d.ts +13 -58
  320. package/es/icon/icon-cloud/index.d.ts +13 -109
  321. package/es/icon/icon-cloud-download/icon-cloud-download.vue.d.ts +13 -58
  322. package/es/icon/icon-cloud-download/index.d.ts +13 -109
  323. package/es/icon/icon-code/icon-code.vue.d.ts +13 -58
  324. package/es/icon/icon-code/index.d.ts +13 -109
  325. package/es/icon/icon-code-block/icon-code-block.vue.d.ts +13 -58
  326. package/es/icon/icon-code-block/index.d.ts +13 -109
  327. package/es/icon/icon-code-sandbox/icon-code-sandbox.vue.d.ts +13 -58
  328. package/es/icon/icon-code-sandbox/index.d.ts +13 -109
  329. package/es/icon/icon-code-square/icon-code-square.vue.d.ts +13 -58
  330. package/es/icon/icon-code-square/index.d.ts +13 -109
  331. package/es/icon/icon-codepen/icon-codepen.vue.d.ts +13 -58
  332. package/es/icon/icon-codepen/index.d.ts +13 -109
  333. package/es/icon/icon-command/icon-command.vue.d.ts +13 -58
  334. package/es/icon/icon-command/index.d.ts +13 -109
  335. package/es/icon/icon-common/icon-common.vue.d.ts +13 -58
  336. package/es/icon/icon-common/index.d.ts +13 -109
  337. package/es/icon/icon-compass/icon-compass.vue.d.ts +13 -58
  338. package/es/icon/icon-compass/index.d.ts +13 -109
  339. package/es/icon/icon-computer/icon-computer.vue.d.ts +13 -58
  340. package/es/icon/icon-computer/index.d.ts +13 -109
  341. package/es/icon/icon-copy/icon-copy.js +2 -14
  342. package/es/icon/icon-copy/icon-copy.vue.d.ts +13 -58
  343. package/es/icon/icon-copy/icon-copy.vue_vue_type_script_setup_true_lang.js +52 -0
  344. package/es/icon/icon-copy/index.d.ts +13 -109
  345. package/es/icon/icon-copyright/icon-copyright.vue.d.ts +13 -58
  346. package/es/icon/icon-copyright/index.d.ts +13 -109
  347. package/es/icon/icon-customer-service/icon-customer-service.vue.d.ts +13 -58
  348. package/es/icon/icon-customer-service/index.d.ts +13 -109
  349. package/es/icon/icon-dashboard/icon-dashboard.vue.d.ts +13 -58
  350. package/es/icon/icon-dashboard/index.d.ts +13 -109
  351. package/es/icon/icon-delete/icon-delete.js +2 -14
  352. package/es/icon/icon-delete/icon-delete.vue.d.ts +13 -58
  353. package/es/icon/icon-delete/icon-delete.vue_vue_type_script_setup_true_lang.js +52 -0
  354. package/es/icon/icon-delete/index.d.ts +13 -109
  355. package/es/icon/icon-desktop/icon-desktop.vue.d.ts +13 -58
  356. package/es/icon/icon-desktop/index.d.ts +13 -109
  357. package/es/icon/icon-dice/icon-dice.vue.d.ts +13 -58
  358. package/es/icon/icon-dice/index.d.ts +13 -109
  359. package/es/icon/icon-double-down/icon-double-down.vue.d.ts +13 -58
  360. package/es/icon/icon-double-down/index.d.ts +13 -109
  361. package/es/icon/icon-double-left/icon-double-left.js +2 -14
  362. package/es/icon/icon-double-left/icon-double-left.vue.d.ts +13 -58
  363. package/es/icon/icon-double-left/icon-double-left.vue_vue_type_script_setup_true_lang.js +52 -0
  364. package/es/icon/icon-double-left/index.d.ts +13 -109
  365. package/es/icon/icon-double-right/icon-double-right.js +2 -14
  366. package/es/icon/icon-double-right/icon-double-right.vue.d.ts +13 -58
  367. package/es/icon/icon-double-right/icon-double-right.vue_vue_type_script_setup_true_lang.js +52 -0
  368. package/es/icon/icon-double-right/index.d.ts +13 -109
  369. package/es/icon/icon-double-up/icon-double-up.vue.d.ts +13 -58
  370. package/es/icon/icon-double-up/index.d.ts +13 -109
  371. package/es/icon/icon-down/icon-down.js +2 -14
  372. package/es/icon/icon-down/icon-down.vue.d.ts +13 -58
  373. package/es/icon/icon-down/icon-down.vue_vue_type_script_setup_true_lang.js +52 -0
  374. package/es/icon/icon-down/index.d.ts +13 -109
  375. package/es/icon/icon-down-circle/icon-down-circle.vue.d.ts +13 -58
  376. package/es/icon/icon-down-circle/index.d.ts +13 -109
  377. package/es/icon/icon-download/icon-download.vue.d.ts +13 -58
  378. package/es/icon/icon-download/index.d.ts +13 -109
  379. package/es/icon/icon-drag-arrow/icon-drag-arrow.vue.d.ts +13 -58
  380. package/es/icon/icon-drag-arrow/index.d.ts +13 -109
  381. package/es/icon/icon-drag-dot/icon-drag-dot.js +2 -18
  382. package/es/icon/icon-drag-dot/icon-drag-dot.vue.d.ts +13 -58
  383. package/es/icon/icon-drag-dot/icon-drag-dot.vue_vue_type_script_setup_true_lang.js +56 -0
  384. package/es/icon/icon-drag-dot/index.d.ts +13 -109
  385. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.js +2 -18
  386. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue.d.ts +13 -58
  387. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue_vue_type_script_setup_true_lang.js +56 -0
  388. package/es/icon/icon-drag-dot-vertical/index.d.ts +13 -109
  389. package/es/icon/icon-drive-file/icon-drive-file.vue.d.ts +13 -58
  390. package/es/icon/icon-drive-file/index.d.ts +13 -109
  391. package/es/icon/icon-ear/icon-ear.vue.d.ts +13 -58
  392. package/es/icon/icon-ear/index.d.ts +13 -109
  393. package/es/icon/icon-edit/icon-edit.js +2 -14
  394. package/es/icon/icon-edit/icon-edit.vue.d.ts +13 -58
  395. package/es/icon/icon-edit/icon-edit.vue_vue_type_script_setup_true_lang.js +52 -0
  396. package/es/icon/icon-edit/index.d.ts +13 -109
  397. package/es/icon/icon-email/icon-email.vue.d.ts +13 -58
  398. package/es/icon/icon-email/index.d.ts +13 -109
  399. package/es/icon/icon-empty/icon-empty.js +2 -14
  400. package/es/icon/icon-empty/icon-empty.vue.d.ts +13 -58
  401. package/es/icon/icon-empty/icon-empty.vue_vue_type_script_setup_true_lang.js +52 -0
  402. package/es/icon/icon-empty/index.d.ts +13 -109
  403. package/es/icon/icon-english-fill/icon-english-fill.vue.d.ts +13 -58
  404. package/es/icon/icon-english-fill/index.d.ts +13 -109
  405. package/es/icon/icon-eraser/icon-eraser.vue.d.ts +13 -58
  406. package/es/icon/icon-eraser/index.d.ts +13 -109
  407. package/es/icon/icon-exclamation/icon-exclamation.js +2 -27
  408. package/es/icon/icon-exclamation/icon-exclamation.vue.d.ts +13 -58
  409. package/es/icon/icon-exclamation/icon-exclamation.vue_vue_type_script_setup_true_lang.js +65 -0
  410. package/es/icon/icon-exclamation/index.d.ts +13 -109
  411. package/es/icon/icon-exclamation-circle/icon-exclamation-circle.vue.d.ts +13 -58
  412. package/es/icon/icon-exclamation-circle/index.d.ts +13 -109
  413. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.js +2 -20
  414. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue.d.ts +13 -58
  415. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue_vue_type_script_setup_true_lang.js +58 -0
  416. package/es/icon/icon-exclamation-circle-fill/index.d.ts +13 -109
  417. package/es/icon/icon-exclamation-polygon-fill/icon-exclamation-polygon-fill.vue.d.ts +13 -58
  418. package/es/icon/icon-exclamation-polygon-fill/index.d.ts +13 -109
  419. package/es/icon/icon-expand/icon-expand.vue.d.ts +13 -58
  420. package/es/icon/icon-expand/index.d.ts +13 -109
  421. package/es/icon/icon-experiment/icon-experiment.vue.d.ts +13 -58
  422. package/es/icon/icon-experiment/index.d.ts +13 -109
  423. package/es/icon/icon-export/icon-export.vue.d.ts +13 -58
  424. package/es/icon/icon-export/index.d.ts +13 -109
  425. package/es/icon/icon-eye/icon-eye.js +2 -17
  426. package/es/icon/icon-eye/icon-eye.vue.d.ts +13 -58
  427. package/es/icon/icon-eye/icon-eye.vue_vue_type_script_setup_true_lang.js +55 -0
  428. package/es/icon/icon-eye/index.d.ts +13 -109
  429. package/es/icon/icon-eye-invisible/icon-eye-invisible.js +2 -14
  430. package/es/icon/icon-eye-invisible/icon-eye-invisible.vue.d.ts +13 -58
  431. package/es/icon/icon-eye-invisible/icon-eye-invisible.vue_vue_type_script_setup_true_lang.js +52 -0
  432. package/es/icon/icon-eye-invisible/index.d.ts +13 -109
  433. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.js +2 -20
  434. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue.d.ts +13 -58
  435. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue_vue_type_script_setup_true_lang.js +58 -0
  436. package/es/icon/icon-face-frown-fill/index.d.ts +13 -109
  437. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.js +2 -20
  438. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue.d.ts +13 -58
  439. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue_vue_type_script_setup_true_lang.js +58 -0
  440. package/es/icon/icon-face-meh-fill/index.d.ts +13 -109
  441. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.js +2 -20
  442. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue.d.ts +13 -58
  443. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue_vue_type_script_setup_true_lang.js +58 -0
  444. package/es/icon/icon-face-smile-fill/index.d.ts +13 -109
  445. package/es/icon/icon-faceBook-circle-fill/icon-faceBook-circle-fill.vue.d.ts +13 -58
  446. package/es/icon/icon-faceBook-circle-fill/index.d.ts +13 -109
  447. package/es/icon/icon-facebook/icon-facebook.vue.d.ts +13 -58
  448. package/es/icon/icon-facebook/index.d.ts +13 -109
  449. package/es/icon/icon-facebook-square-fill/icon-facebook-square-fill.vue.d.ts +13 -58
  450. package/es/icon/icon-facebook-square-fill/index.d.ts +13 -109
  451. package/es/icon/icon-file/icon-file.js +2 -14
  452. package/es/icon/icon-file/icon-file.vue.d.ts +13 -58
  453. package/es/icon/icon-file/icon-file.vue_vue_type_script_setup_true_lang.js +52 -0
  454. package/es/icon/icon-file/index.d.ts +13 -109
  455. package/es/icon/icon-file-audio/icon-file-audio.js +2 -22
  456. package/es/icon/icon-file-audio/icon-file-audio.vue.d.ts +13 -58
  457. package/es/icon/icon-file-audio/icon-file-audio.vue_vue_type_script_setup_true_lang.js +60 -0
  458. package/es/icon/icon-file-audio/index.d.ts +13 -109
  459. package/es/icon/icon-file-image/icon-file-image.js +2 -14
  460. package/es/icon/icon-file-image/icon-file-image.vue.d.ts +13 -58
  461. package/es/icon/icon-file-image/icon-file-image.vue_vue_type_script_setup_true_lang.js +52 -0
  462. package/es/icon/icon-file-image/index.d.ts +13 -109
  463. package/es/icon/icon-file-pdf/icon-file-pdf.js +2 -14
  464. package/es/icon/icon-file-pdf/icon-file-pdf.vue.d.ts +13 -58
  465. package/es/icon/icon-file-pdf/icon-file-pdf.vue_vue_type_script_setup_true_lang.js +52 -0
  466. package/es/icon/icon-file-pdf/index.d.ts +13 -109
  467. package/es/icon/icon-file-video/icon-file-video.js +2 -14
  468. package/es/icon/icon-file-video/icon-file-video.vue.d.ts +13 -58
  469. package/es/icon/icon-file-video/icon-file-video.vue_vue_type_script_setup_true_lang.js +52 -0
  470. package/es/icon/icon-file-video/index.d.ts +13 -109
  471. package/es/icon/icon-filter/icon-filter.js +2 -14
  472. package/es/icon/icon-filter/icon-filter.vue.d.ts +13 -58
  473. package/es/icon/icon-filter/icon-filter.vue_vue_type_script_setup_true_lang.js +52 -0
  474. package/es/icon/icon-filter/index.d.ts +13 -109
  475. package/es/icon/icon-find-replace/icon-find-replace.vue.d.ts +13 -58
  476. package/es/icon/icon-find-replace/index.d.ts +13 -109
  477. package/es/icon/icon-fire/icon-fire.vue.d.ts +13 -58
  478. package/es/icon/icon-fire/index.d.ts +13 -109
  479. package/es/icon/icon-folder/icon-folder.vue.d.ts +13 -58
  480. package/es/icon/icon-folder/index.d.ts +13 -109
  481. package/es/icon/icon-folder-add/icon-folder-add.vue.d.ts +13 -58
  482. package/es/icon/icon-folder-add/index.d.ts +13 -109
  483. package/es/icon/icon-folder-delete/icon-folder-delete.vue.d.ts +13 -58
  484. package/es/icon/icon-folder-delete/index.d.ts +13 -109
  485. package/es/icon/icon-font-colors/icon-font-colors.vue.d.ts +13 -58
  486. package/es/icon/icon-font-colors/index.d.ts +13 -109
  487. package/es/icon/icon-formula/icon-formula.vue.d.ts +13 -58
  488. package/es/icon/icon-formula/index.d.ts +13 -109
  489. package/es/icon/icon-forward/icon-forward.vue.d.ts +13 -58
  490. package/es/icon/icon-forward/index.d.ts +13 -109
  491. package/es/icon/icon-fullscreen/icon-fullscreen.js +2 -14
  492. package/es/icon/icon-fullscreen/icon-fullscreen.vue.d.ts +13 -58
  493. package/es/icon/icon-fullscreen/icon-fullscreen.vue_vue_type_script_setup_true_lang.js +52 -0
  494. package/es/icon/icon-fullscreen/index.d.ts +13 -109
  495. package/es/icon/icon-fullscreen-exit/icon-fullscreen-exit.vue.d.ts +13 -58
  496. package/es/icon/icon-fullscreen-exit/index.d.ts +13 -109
  497. package/es/icon/icon-gift/icon-gift.vue.d.ts +13 -58
  498. package/es/icon/icon-gift/index.d.ts +13 -109
  499. package/es/icon/icon-github/icon-github.vue.d.ts +13 -58
  500. package/es/icon/icon-github/index.d.ts +13 -109
  501. package/es/icon/icon-gitlab/icon-gitlab.vue.d.ts +13 -58
  502. package/es/icon/icon-gitlab/index.d.ts +13 -109
  503. package/es/icon/icon-google/icon-google.vue.d.ts +13 -58
  504. package/es/icon/icon-google/index.d.ts +13 -109
  505. package/es/icon/icon-google-circle-fill/icon-google-circle-fill.vue.d.ts +13 -58
  506. package/es/icon/icon-google-circle-fill/index.d.ts +13 -109
  507. package/es/icon/icon-h1/icon-h1.vue.d.ts +13 -58
  508. package/es/icon/icon-h1/index.d.ts +13 -109
  509. package/es/icon/icon-h2/icon-h2.vue.d.ts +13 -58
  510. package/es/icon/icon-h2/index.d.ts +13 -109
  511. package/es/icon/icon-h3/icon-h3.vue.d.ts +13 -58
  512. package/es/icon/icon-h3/index.d.ts +13 -109
  513. package/es/icon/icon-h4/icon-h4.vue.d.ts +13 -58
  514. package/es/icon/icon-h4/index.d.ts +13 -109
  515. package/es/icon/icon-h5/icon-h5.vue.d.ts +13 -58
  516. package/es/icon/icon-h5/index.d.ts +13 -109
  517. package/es/icon/icon-h6/icon-h6.vue.d.ts +13 -58
  518. package/es/icon/icon-h6/index.d.ts +13 -109
  519. package/es/icon/icon-h7/icon-h7.vue.d.ts +13 -58
  520. package/es/icon/icon-h7/index.d.ts +13 -109
  521. package/es/icon/icon-heart/icon-heart.vue.d.ts +13 -58
  522. package/es/icon/icon-heart/index.d.ts +13 -109
  523. package/es/icon/icon-heart-fill/icon-heart-fill.vue.d.ts +13 -58
  524. package/es/icon/icon-heart-fill/index.d.ts +13 -109
  525. package/es/icon/icon-highlight/icon-highlight.vue.d.ts +13 -58
  526. package/es/icon/icon-highlight/index.d.ts +13 -109
  527. package/es/icon/icon-history/icon-history.vue.d.ts +13 -58
  528. package/es/icon/icon-history/index.d.ts +13 -109
  529. package/es/icon/icon-home/icon-home.vue.d.ts +13 -58
  530. package/es/icon/icon-home/index.d.ts +13 -109
  531. package/es/icon/icon-idcard/icon-idcard.vue.d.ts +13 -58
  532. package/es/icon/icon-idcard/index.d.ts +13 -109
  533. package/es/icon/icon-image/icon-image.vue.d.ts +13 -58
  534. package/es/icon/icon-image/index.d.ts +13 -109
  535. package/es/icon/icon-image-close/icon-image-close.js +2 -14
  536. package/es/icon/icon-image-close/icon-image-close.vue.d.ts +13 -58
  537. package/es/icon/icon-image-close/icon-image-close.vue_vue_type_script_setup_true_lang.js +52 -0
  538. package/es/icon/icon-image-close/index.d.ts +13 -109
  539. package/es/icon/icon-import/icon-import.vue.d.ts +13 -58
  540. package/es/icon/icon-import/index.d.ts +13 -109
  541. package/es/icon/icon-info/icon-info.js +2 -27
  542. package/es/icon/icon-info/icon-info.vue.d.ts +13 -58
  543. package/es/icon/icon-info/icon-info.vue_vue_type_script_setup_true_lang.js +65 -0
  544. package/es/icon/icon-info/index.d.ts +13 -109
  545. package/es/icon/icon-info-circle/icon-info-circle.vue.d.ts +13 -58
  546. package/es/icon/icon-info-circle/index.d.ts +13 -109
  547. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.js +2 -20
  548. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue.d.ts +13 -58
  549. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue_vue_type_script_setup_true_lang.js +58 -0
  550. package/es/icon/icon-info-circle-fill/index.d.ts +13 -109
  551. package/es/icon/icon-interaction/icon-interaction.vue.d.ts +13 -58
  552. package/es/icon/icon-interaction/index.d.ts +13 -109
  553. package/es/icon/icon-italic/icon-italic.vue.d.ts +13 -58
  554. package/es/icon/icon-italic/index.d.ts +13 -109
  555. package/es/icon/icon-language/icon-language.vue.d.ts +13 -58
  556. package/es/icon/icon-language/index.d.ts +13 -109
  557. package/es/icon/icon-lark-color/icon-lark-color.vue.d.ts +13 -58
  558. package/es/icon/icon-lark-color/index.d.ts +13 -109
  559. package/es/icon/icon-launch/icon-launch.vue.d.ts +13 -58
  560. package/es/icon/icon-launch/index.d.ts +13 -109
  561. package/es/icon/icon-layers/icon-layers.vue.d.ts +13 -58
  562. package/es/icon/icon-layers/index.d.ts +13 -109
  563. package/es/icon/icon-layout/icon-layout.vue.d.ts +13 -58
  564. package/es/icon/icon-layout/index.d.ts +13 -109
  565. package/es/icon/icon-left/icon-left.js +2 -14
  566. package/es/icon/icon-left/icon-left.vue.d.ts +13 -58
  567. package/es/icon/icon-left/icon-left.vue_vue_type_script_setup_true_lang.js +52 -0
  568. package/es/icon/icon-left/index.d.ts +13 -109
  569. package/es/icon/icon-left-circle/icon-left-circle.vue.d.ts +13 -58
  570. package/es/icon/icon-left-circle/index.d.ts +13 -109
  571. package/es/icon/icon-line-height/icon-line-height.vue.d.ts +13 -58
  572. package/es/icon/icon-line-height/index.d.ts +13 -109
  573. package/es/icon/icon-link/icon-link.js +2 -14
  574. package/es/icon/icon-link/icon-link.vue.d.ts +13 -58
  575. package/es/icon/icon-link/icon-link.vue_vue_type_script_setup_true_lang.js +52 -0
  576. package/es/icon/icon-link/index.d.ts +13 -109
  577. package/es/icon/icon-list/icon-list.vue.d.ts +13 -58
  578. package/es/icon/icon-list/index.d.ts +13 -109
  579. package/es/icon/icon-live-broadcast/icon-live-broadcast.vue.d.ts +13 -58
  580. package/es/icon/icon-live-broadcast/index.d.ts +13 -109
  581. package/es/icon/icon-loading/icon-loading.js +2 -14
  582. package/es/icon/icon-loading/icon-loading.vue.d.ts +13 -58
  583. package/es/icon/icon-loading/icon-loading.vue_vue_type_script_setup_true_lang.js +52 -0
  584. package/es/icon/icon-loading/index.d.ts +13 -109
  585. package/es/icon/icon-location/icon-location.vue.d.ts +13 -58
  586. package/es/icon/icon-location/index.d.ts +13 -109
  587. package/es/icon/icon-lock/icon-lock.vue.d.ts +13 -58
  588. package/es/icon/icon-lock/index.d.ts +13 -109
  589. package/es/icon/icon-loop/icon-loop.vue.d.ts +13 -58
  590. package/es/icon/icon-loop/index.d.ts +13 -109
  591. package/es/icon/icon-man/icon-man.vue.d.ts +13 -58
  592. package/es/icon/icon-man/index.d.ts +13 -109
  593. package/es/icon/icon-menu/icon-menu.vue.d.ts +13 -58
  594. package/es/icon/icon-menu/index.d.ts +13 -109
  595. package/es/icon/icon-menu-fold/icon-menu-fold.js +2 -14
  596. package/es/icon/icon-menu-fold/icon-menu-fold.vue.d.ts +13 -58
  597. package/es/icon/icon-menu-fold/icon-menu-fold.vue_vue_type_script_setup_true_lang.js +52 -0
  598. package/es/icon/icon-menu-fold/index.d.ts +13 -109
  599. package/es/icon/icon-menu-unfold/icon-menu-unfold.js +2 -14
  600. package/es/icon/icon-menu-unfold/icon-menu-unfold.vue.d.ts +13 -58
  601. package/es/icon/icon-menu-unfold/icon-menu-unfold.vue_vue_type_script_setup_true_lang.js +52 -0
  602. package/es/icon/icon-menu-unfold/index.d.ts +13 -109
  603. package/es/icon/icon-message/icon-message.vue.d.ts +13 -58
  604. package/es/icon/icon-message/index.d.ts +13 -109
  605. package/es/icon/icon-message-banned/icon-message-banned.vue.d.ts +13 -58
  606. package/es/icon/icon-message-banned/index.d.ts +13 -109
  607. package/es/icon/icon-mind-mapping/icon-mind-mapping.vue.d.ts +13 -58
  608. package/es/icon/icon-mind-mapping/index.d.ts +13 -109
  609. package/es/icon/icon-minus/icon-minus.js +2 -14
  610. package/es/icon/icon-minus/icon-minus.vue.d.ts +13 -58
  611. package/es/icon/icon-minus/icon-minus.vue_vue_type_script_setup_true_lang.js +52 -0
  612. package/es/icon/icon-minus/index.d.ts +13 -109
  613. package/es/icon/icon-minus-circle/icon-minus-circle.vue.d.ts +13 -58
  614. package/es/icon/icon-minus-circle/index.d.ts +13 -109
  615. package/es/icon/icon-minus-circle-fill/icon-minus-circle-fill.vue.d.ts +13 -58
  616. package/es/icon/icon-minus-circle-fill/index.d.ts +13 -109
  617. package/es/icon/icon-mobile/icon-mobile.vue.d.ts +13 -58
  618. package/es/icon/icon-mobile/index.d.ts +13 -109
  619. package/es/icon/icon-moon/icon-moon.vue.d.ts +13 -58
  620. package/es/icon/icon-moon/index.d.ts +13 -109
  621. package/es/icon/icon-moon-fill/icon-moon-fill.vue.d.ts +13 -58
  622. package/es/icon/icon-moon-fill/index.d.ts +13 -109
  623. package/es/icon/icon-more/icon-more.js +2 -18
  624. package/es/icon/icon-more/icon-more.vue.d.ts +13 -58
  625. package/es/icon/icon-more/icon-more.vue_vue_type_script_setup_true_lang.js +56 -0
  626. package/es/icon/icon-more/index.d.ts +13 -109
  627. package/es/icon/icon-more-vertical/icon-more-vertical.vue.d.ts +13 -58
  628. package/es/icon/icon-more-vertical/index.d.ts +13 -109
  629. package/es/icon/icon-mosaic/icon-mosaic.vue.d.ts +13 -58
  630. package/es/icon/icon-mosaic/index.d.ts +13 -109
  631. package/es/icon/icon-music/icon-music.vue.d.ts +13 -58
  632. package/es/icon/icon-music/index.d.ts +13 -109
  633. package/es/icon/icon-mute/icon-mute.vue.d.ts +13 -58
  634. package/es/icon/icon-mute/index.d.ts +13 -109
  635. package/es/icon/icon-mute-fill/icon-mute-fill.vue.d.ts +13 -58
  636. package/es/icon/icon-mute-fill/index.d.ts +13 -109
  637. package/es/icon/icon-nav/icon-nav.vue.d.ts +13 -58
  638. package/es/icon/icon-nav/index.d.ts +13 -109
  639. package/es/icon/icon-notification/icon-notification.vue.d.ts +13 -58
  640. package/es/icon/icon-notification/index.d.ts +13 -109
  641. package/es/icon/icon-notification-close/icon-notification-close.vue.d.ts +13 -58
  642. package/es/icon/icon-notification-close/index.d.ts +13 -109
  643. package/es/icon/icon-oblique-line/icon-oblique-line.js +2 -14
  644. package/es/icon/icon-oblique-line/icon-oblique-line.vue.d.ts +13 -58
  645. package/es/icon/icon-oblique-line/icon-oblique-line.vue_vue_type_script_setup_true_lang.js +52 -0
  646. package/es/icon/icon-oblique-line/index.d.ts +13 -109
  647. package/es/icon/icon-ordered-list/icon-ordered-list.vue.d.ts +13 -58
  648. package/es/icon/icon-ordered-list/index.d.ts +13 -109
  649. package/es/icon/icon-original-size/icon-original-size.js +2 -22
  650. package/es/icon/icon-original-size/icon-original-size.vue.d.ts +13 -58
  651. package/es/icon/icon-original-size/icon-original-size.vue_vue_type_script_setup_true_lang.js +60 -0
  652. package/es/icon/icon-original-size/index.d.ts +13 -109
  653. package/es/icon/icon-palette/icon-palette.vue.d.ts +13 -58
  654. package/es/icon/icon-palette/index.d.ts +13 -109
  655. package/es/icon/icon-paste/icon-paste.vue.d.ts +13 -58
  656. package/es/icon/icon-paste/index.d.ts +13 -109
  657. package/es/icon/icon-pause/icon-pause.js +2 -18
  658. package/es/icon/icon-pause/icon-pause.vue.d.ts +13 -58
  659. package/es/icon/icon-pause/icon-pause.vue_vue_type_script_setup_true_lang.js +56 -0
  660. package/es/icon/icon-pause/index.d.ts +13 -109
  661. package/es/icon/icon-pause-circle/icon-pause-circle.vue.d.ts +13 -58
  662. package/es/icon/icon-pause-circle/index.d.ts +13 -109
  663. package/es/icon/icon-pause-circle-fill/icon-pause-circle-fill.vue.d.ts +13 -58
  664. package/es/icon/icon-pause-circle-fill/index.d.ts +13 -109
  665. package/es/icon/icon-pen/icon-pen.vue.d.ts +13 -58
  666. package/es/icon/icon-pen/index.d.ts +13 -109
  667. package/es/icon/icon-pen-fill/icon-pen-fill.vue.d.ts +13 -58
  668. package/es/icon/icon-pen-fill/index.d.ts +13 -109
  669. package/es/icon/icon-phone/icon-phone.vue.d.ts +13 -58
  670. package/es/icon/icon-phone/index.d.ts +13 -109
  671. package/es/icon/icon-play-arrow/icon-play-arrow.vue.d.ts +13 -58
  672. package/es/icon/icon-play-arrow/index.d.ts +13 -109
  673. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.js +2 -18
  674. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue.d.ts +13 -58
  675. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue_vue_type_script_setup_true_lang.js +56 -0
  676. package/es/icon/icon-play-arrow-fill/index.d.ts +13 -109
  677. package/es/icon/icon-play-circle/icon-play-circle.vue.d.ts +13 -58
  678. package/es/icon/icon-play-circle/index.d.ts +13 -109
  679. package/es/icon/icon-play-circle-fill/icon-play-circle-fill.vue.d.ts +13 -58
  680. package/es/icon/icon-play-circle-fill/index.d.ts +13 -109
  681. package/es/icon/icon-plus/icon-plus.js +2 -14
  682. package/es/icon/icon-plus/icon-plus.vue.d.ts +13 -58
  683. package/es/icon/icon-plus/icon-plus.vue_vue_type_script_setup_true_lang.js +52 -0
  684. package/es/icon/icon-plus/index.d.ts +13 -109
  685. package/es/icon/icon-plus-circle/icon-plus-circle.vue.d.ts +13 -58
  686. package/es/icon/icon-plus-circle/index.d.ts +13 -109
  687. package/es/icon/icon-plus-circle-fill/icon-plus-circle-fill.vue.d.ts +13 -58
  688. package/es/icon/icon-plus-circle-fill/index.d.ts +13 -109
  689. package/es/icon/icon-poweroff/icon-poweroff.vue.d.ts +13 -58
  690. package/es/icon/icon-poweroff/index.d.ts +13 -109
  691. package/es/icon/icon-printer/icon-printer.vue.d.ts +13 -58
  692. package/es/icon/icon-printer/index.d.ts +13 -109
  693. package/es/icon/icon-public/icon-public.vue.d.ts +13 -58
  694. package/es/icon/icon-public/index.d.ts +13 -109
  695. package/es/icon/icon-pushpin/icon-pushpin.vue.d.ts +13 -58
  696. package/es/icon/icon-pushpin/index.d.ts +13 -109
  697. package/es/icon/icon-qq/icon-qq.vue.d.ts +13 -58
  698. package/es/icon/icon-qq/index.d.ts +13 -109
  699. package/es/icon/icon-qq-circle-fill/icon-qq-circle-fill.vue.d.ts +13 -58
  700. package/es/icon/icon-qq-circle-fill/index.d.ts +13 -109
  701. package/es/icon/icon-qq-zone/icon-qq-zone.vue.d.ts +13 -58
  702. package/es/icon/icon-qq-zone/index.d.ts +13 -109
  703. package/es/icon/icon-qrcode/icon-qrcode.vue.d.ts +13 -58
  704. package/es/icon/icon-qrcode/index.d.ts +13 -109
  705. package/es/icon/icon-question/icon-question.vue.d.ts +13 -58
  706. package/es/icon/icon-question/index.d.ts +13 -109
  707. package/es/icon/icon-question-circle/icon-question-circle.js +2 -14
  708. package/es/icon/icon-question-circle/icon-question-circle.vue.d.ts +13 -58
  709. package/es/icon/icon-question-circle/icon-question-circle.vue_vue_type_script_setup_true_lang.js +52 -0
  710. package/es/icon/icon-question-circle/index.d.ts +13 -109
  711. package/es/icon/icon-question-circle-fill/icon-question-circle-fill.vue.d.ts +13 -58
  712. package/es/icon/icon-question-circle-fill/index.d.ts +13 -109
  713. package/es/icon/icon-quote/icon-quote.vue.d.ts +13 -58
  714. package/es/icon/icon-quote/index.d.ts +13 -109
  715. package/es/icon/icon-record/icon-record.vue.d.ts +13 -58
  716. package/es/icon/icon-record/index.d.ts +13 -109
  717. package/es/icon/icon-record-stop/icon-record-stop.vue.d.ts +13 -58
  718. package/es/icon/icon-record-stop/index.d.ts +13 -109
  719. package/es/icon/icon-redo/icon-redo.vue.d.ts +13 -58
  720. package/es/icon/icon-redo/index.d.ts +13 -109
  721. package/es/icon/icon-refresh/icon-refresh.vue.d.ts +13 -58
  722. package/es/icon/icon-refresh/index.d.ts +13 -109
  723. package/es/icon/icon-relation/icon-relation.vue.d.ts +13 -58
  724. package/es/icon/icon-relation/index.d.ts +13 -109
  725. package/es/icon/icon-reply/icon-reply.vue.d.ts +13 -58
  726. package/es/icon/icon-reply/index.d.ts +13 -109
  727. package/es/icon/icon-right/icon-right.js +2 -14
  728. package/es/icon/icon-right/icon-right.vue.d.ts +13 -58
  729. package/es/icon/icon-right/icon-right.vue_vue_type_script_setup_true_lang.js +52 -0
  730. package/es/icon/icon-right/index.d.ts +13 -109
  731. package/es/icon/icon-right-circle/icon-right-circle.vue.d.ts +13 -58
  732. package/es/icon/icon-right-circle/index.d.ts +13 -109
  733. package/es/icon/icon-robot/icon-robot.vue.d.ts +13 -58
  734. package/es/icon/icon-robot/index.d.ts +13 -109
  735. package/es/icon/icon-robot-add/icon-robot-add.vue.d.ts +13 -58
  736. package/es/icon/icon-robot-add/index.d.ts +13 -109
  737. package/es/icon/icon-rotate-left/icon-rotate-left.js +2 -14
  738. package/es/icon/icon-rotate-left/icon-rotate-left.vue.d.ts +13 -58
  739. package/es/icon/icon-rotate-left/icon-rotate-left.vue_vue_type_script_setup_true_lang.js +52 -0
  740. package/es/icon/icon-rotate-left/index.d.ts +13 -109
  741. package/es/icon/icon-rotate-right/icon-rotate-right.js +2 -14
  742. package/es/icon/icon-rotate-right/icon-rotate-right.vue.d.ts +13 -58
  743. package/es/icon/icon-rotate-right/icon-rotate-right.vue_vue_type_script_setup_true_lang.js +52 -0
  744. package/es/icon/icon-rotate-right/index.d.ts +13 -109
  745. package/es/icon/icon-safe/icon-safe.vue.d.ts +13 -58
  746. package/es/icon/icon-safe/index.d.ts +13 -109
  747. package/es/icon/icon-save/icon-save.vue.d.ts +13 -58
  748. package/es/icon/icon-save/index.d.ts +13 -109
  749. package/es/icon/icon-scan/icon-scan.vue.d.ts +13 -58
  750. package/es/icon/icon-scan/index.d.ts +13 -109
  751. package/es/icon/icon-schedule/icon-schedule.vue.d.ts +13 -58
  752. package/es/icon/icon-schedule/index.d.ts +13 -109
  753. package/es/icon/icon-scissor/icon-scissor.vue.d.ts +13 -58
  754. package/es/icon/icon-scissor/index.d.ts +13 -109
  755. package/es/icon/icon-search/icon-search.js +2 -14
  756. package/es/icon/icon-search/icon-search.vue.d.ts +13 -58
  757. package/es/icon/icon-search/icon-search.vue_vue_type_script_setup_true_lang.js +52 -0
  758. package/es/icon/icon-search/index.d.ts +13 -109
  759. package/es/icon/icon-select-all/icon-select-all.vue.d.ts +13 -58
  760. package/es/icon/icon-select-all/index.d.ts +13 -109
  761. package/es/icon/icon-send/icon-send.vue.d.ts +13 -58
  762. package/es/icon/icon-send/index.d.ts +13 -109
  763. package/es/icon/icon-settings/icon-settings.vue.d.ts +13 -58
  764. package/es/icon/icon-settings/index.d.ts +13 -109
  765. package/es/icon/icon-shake/icon-shake.vue.d.ts +13 -58
  766. package/es/icon/icon-shake/index.d.ts +13 -109
  767. package/es/icon/icon-share-alt/icon-share-alt.vue.d.ts +13 -58
  768. package/es/icon/icon-share-alt/index.d.ts +13 -109
  769. package/es/icon/icon-share-external/icon-share-external.vue.d.ts +13 -58
  770. package/es/icon/icon-share-external/index.d.ts +13 -109
  771. package/es/icon/icon-share-internal/icon-share-internal.vue.d.ts +13 -58
  772. package/es/icon/icon-share-internal/index.d.ts +13 -109
  773. package/es/icon/icon-shrink/icon-shrink.vue.d.ts +13 -58
  774. package/es/icon/icon-shrink/index.d.ts +13 -109
  775. package/es/icon/icon-skin/icon-skin.vue.d.ts +13 -58
  776. package/es/icon/icon-skin/index.d.ts +13 -109
  777. package/es/icon/icon-skip-next/icon-skip-next.vue.d.ts +13 -58
  778. package/es/icon/icon-skip-next/index.d.ts +13 -109
  779. package/es/icon/icon-skip-next-fill/icon-skip-next-fill.vue.d.ts +13 -58
  780. package/es/icon/icon-skip-next-fill/index.d.ts +13 -109
  781. package/es/icon/icon-skip-previous/icon-skip-previous.vue.d.ts +13 -58
  782. package/es/icon/icon-skip-previous/index.d.ts +13 -109
  783. package/es/icon/icon-skip-previous-fill/icon-skip-previous-fill.vue.d.ts +13 -58
  784. package/es/icon/icon-skip-previous-fill/index.d.ts +13 -109
  785. package/es/icon/icon-sort/icon-sort.vue.d.ts +13 -58
  786. package/es/icon/icon-sort/index.d.ts +13 -109
  787. package/es/icon/icon-sort-ascending/icon-sort-ascending.vue.d.ts +13 -58
  788. package/es/icon/icon-sort-ascending/index.d.ts +13 -109
  789. package/es/icon/icon-sort-descending/icon-sort-descending.vue.d.ts +13 -58
  790. package/es/icon/icon-sort-descending/index.d.ts +13 -109
  791. package/es/icon/icon-sound/icon-sound.vue.d.ts +13 -58
  792. package/es/icon/icon-sound/index.d.ts +13 -109
  793. package/es/icon/icon-sound-fill/icon-sound-fill.vue.d.ts +13 -58
  794. package/es/icon/icon-sound-fill/index.d.ts +13 -109
  795. package/es/icon/icon-stamp/icon-stamp.vue.d.ts +13 -58
  796. package/es/icon/icon-stamp/index.d.ts +13 -109
  797. package/es/icon/icon-star/icon-star.vue.d.ts +13 -58
  798. package/es/icon/icon-star/index.d.ts +13 -109
  799. package/es/icon/icon-star-fill/icon-star-fill.js +2 -18
  800. package/es/icon/icon-star-fill/icon-star-fill.vue.d.ts +13 -58
  801. package/es/icon/icon-star-fill/icon-star-fill.vue_vue_type_script_setup_true_lang.js +56 -0
  802. package/es/icon/icon-star-fill/index.d.ts +13 -109
  803. package/es/icon/icon-stop/icon-stop.vue.d.ts +13 -58
  804. package/es/icon/icon-stop/index.d.ts +13 -109
  805. package/es/icon/icon-storage/icon-storage.vue.d.ts +13 -58
  806. package/es/icon/icon-storage/index.d.ts +13 -109
  807. package/es/icon/icon-strikethrough/icon-strikethrough.vue.d.ts +13 -58
  808. package/es/icon/icon-strikethrough/index.d.ts +13 -109
  809. package/es/icon/icon-subscribe/icon-subscribe.vue.d.ts +13 -58
  810. package/es/icon/icon-subscribe/index.d.ts +13 -109
  811. package/es/icon/icon-subscribe-add/icon-subscribe-add.vue.d.ts +13 -58
  812. package/es/icon/icon-subscribe-add/index.d.ts +13 -109
  813. package/es/icon/icon-subscribed/icon-subscribed.vue.d.ts +13 -58
  814. package/es/icon/icon-subscribed/index.d.ts +13 -109
  815. package/es/icon/icon-sun/icon-sun.vue.d.ts +13 -58
  816. package/es/icon/icon-sun/index.d.ts +13 -109
  817. package/es/icon/icon-sun-fill/icon-sun-fill.vue.d.ts +13 -58
  818. package/es/icon/icon-sun-fill/index.d.ts +13 -109
  819. package/es/icon/icon-swap/icon-swap.vue.d.ts +13 -58
  820. package/es/icon/icon-swap/index.d.ts +13 -109
  821. package/es/icon/icon-sync/icon-sync.vue.d.ts +13 -58
  822. package/es/icon/icon-sync/index.d.ts +13 -109
  823. package/es/icon/icon-tag/icon-tag.vue.d.ts +13 -58
  824. package/es/icon/icon-tag/index.d.ts +13 -109
  825. package/es/icon/icon-tags/icon-tags.vue.d.ts +13 -58
  826. package/es/icon/icon-tags/index.d.ts +13 -109
  827. package/es/icon/icon-thumb-down/icon-thumb-down.vue.d.ts +13 -58
  828. package/es/icon/icon-thumb-down/index.d.ts +13 -109
  829. package/es/icon/icon-thumb-down-fill/icon-thumb-down-fill.vue.d.ts +13 -58
  830. package/es/icon/icon-thumb-down-fill/index.d.ts +13 -109
  831. package/es/icon/icon-thumb-up/icon-thumb-up.vue.d.ts +13 -58
  832. package/es/icon/icon-thumb-up/index.d.ts +13 -109
  833. package/es/icon/icon-thumb-up-fill/icon-thumb-up-fill.vue.d.ts +13 -58
  834. package/es/icon/icon-thumb-up-fill/index.d.ts +13 -109
  835. package/es/icon/icon-thunderbolt/icon-thunderbolt.vue.d.ts +13 -58
  836. package/es/icon/icon-thunderbolt/index.d.ts +13 -109
  837. package/es/icon/icon-tiktok-color/icon-tiktok-color.vue.d.ts +13 -58
  838. package/es/icon/icon-tiktok-color/index.d.ts +13 -109
  839. package/es/icon/icon-to-bottom/icon-to-bottom.vue.d.ts +13 -58
  840. package/es/icon/icon-to-bottom/index.d.ts +13 -109
  841. package/es/icon/icon-to-left/icon-to-left.vue.d.ts +13 -58
  842. package/es/icon/icon-to-left/index.d.ts +13 -109
  843. package/es/icon/icon-to-right/icon-to-right.vue.d.ts +13 -58
  844. package/es/icon/icon-to-right/index.d.ts +13 -109
  845. package/es/icon/icon-to-top/icon-to-top.js +2 -18
  846. package/es/icon/icon-to-top/icon-to-top.vue.d.ts +13 -58
  847. package/es/icon/icon-to-top/icon-to-top.vue_vue_type_script_setup_true_lang.js +56 -0
  848. package/es/icon/icon-to-top/index.d.ts +13 -109
  849. package/es/icon/icon-tool/icon-tool.vue.d.ts +13 -58
  850. package/es/icon/icon-tool/index.d.ts +13 -109
  851. package/es/icon/icon-translate/icon-translate.vue.d.ts +13 -58
  852. package/es/icon/icon-translate/index.d.ts +13 -109
  853. package/es/icon/icon-trophy/icon-trophy.vue.d.ts +13 -58
  854. package/es/icon/icon-trophy/index.d.ts +13 -109
  855. package/es/icon/icon-twitter/icon-twitter.vue.d.ts +13 -58
  856. package/es/icon/icon-twitter/index.d.ts +13 -109
  857. package/es/icon/icon-twitter-circle-fill/icon-twitter-circle-fill.vue.d.ts +13 -58
  858. package/es/icon/icon-twitter-circle-fill/index.d.ts +13 -109
  859. package/es/icon/icon-underline/icon-underline.vue.d.ts +13 -58
  860. package/es/icon/icon-underline/index.d.ts +13 -109
  861. package/es/icon/icon-undo/icon-undo.vue.d.ts +13 -58
  862. package/es/icon/icon-undo/index.d.ts +13 -109
  863. package/es/icon/icon-unlock/icon-unlock.vue.d.ts +13 -58
  864. package/es/icon/icon-unlock/index.d.ts +13 -109
  865. package/es/icon/icon-unordered-list/icon-unordered-list.vue.d.ts +13 -58
  866. package/es/icon/icon-unordered-list/index.d.ts +13 -109
  867. package/es/icon/icon-up/icon-up.js +2 -14
  868. package/es/icon/icon-up/icon-up.vue.d.ts +13 -58
  869. package/es/icon/icon-up/icon-up.vue_vue_type_script_setup_true_lang.js +52 -0
  870. package/es/icon/icon-up/index.d.ts +13 -109
  871. package/es/icon/icon-up-circle/icon-up-circle.vue.d.ts +13 -58
  872. package/es/icon/icon-up-circle/index.d.ts +13 -109
  873. package/es/icon/icon-upload/icon-upload.js +2 -14
  874. package/es/icon/icon-upload/icon-upload.vue.d.ts +13 -58
  875. package/es/icon/icon-upload/icon-upload.vue_vue_type_script_setup_true_lang.js +52 -0
  876. package/es/icon/icon-upload/index.d.ts +13 -109
  877. package/es/icon/icon-user/icon-user.vue.d.ts +13 -58
  878. package/es/icon/icon-user/index.d.ts +13 -109
  879. package/es/icon/icon-user-add/icon-user-add.vue.d.ts +13 -58
  880. package/es/icon/icon-user-add/index.d.ts +13 -109
  881. package/es/icon/icon-user-group/icon-user-group.vue.d.ts +13 -58
  882. package/es/icon/icon-user-group/index.d.ts +13 -109
  883. package/es/icon/icon-video-camera/icon-video-camera.vue.d.ts +13 -58
  884. package/es/icon/icon-video-camera/index.d.ts +13 -109
  885. package/es/icon/icon-voice/icon-voice.vue.d.ts +13 -58
  886. package/es/icon/icon-voice/index.d.ts +13 -109
  887. package/es/icon/icon-wechat/icon-wechat.vue.d.ts +13 -58
  888. package/es/icon/icon-wechat/index.d.ts +13 -109
  889. package/es/icon/icon-wechatpay/icon-wechatpay.vue.d.ts +13 -58
  890. package/es/icon/icon-wechatpay/index.d.ts +13 -109
  891. package/es/icon/icon-weibo/icon-weibo.vue.d.ts +13 -58
  892. package/es/icon/icon-weibo/index.d.ts +13 -109
  893. package/es/icon/icon-weibo-circle-fill/icon-weibo-circle-fill.vue.d.ts +13 -58
  894. package/es/icon/icon-weibo-circle-fill/index.d.ts +13 -109
  895. package/es/icon/icon-wifi/icon-wifi.vue.d.ts +13 -58
  896. package/es/icon/icon-wifi/index.d.ts +13 -109
  897. package/es/icon/icon-woman/icon-woman.vue.d.ts +13 -58
  898. package/es/icon/icon-woman/index.d.ts +13 -109
  899. package/es/icon/icon-xigua-color/icon-xigua-color.vue.d.ts +13 -58
  900. package/es/icon/icon-xigua-color/index.d.ts +13 -109
  901. package/es/icon/icon-zoom-in/icon-zoom-in.js +2 -14
  902. package/es/icon/icon-zoom-in/icon-zoom-in.vue.d.ts +13 -58
  903. package/es/icon/icon-zoom-in/icon-zoom-in.vue_vue_type_script_setup_true_lang.js +52 -0
  904. package/es/icon/icon-zoom-in/index.d.ts +13 -109
  905. package/es/icon/icon-zoom-out/icon-zoom-out.js +2 -14
  906. package/es/icon/icon-zoom-out/icon-zoom-out.vue.d.ts +13 -58
  907. package/es/icon/icon-zoom-out/icon-zoom-out.vue_vue_type_script_setup_true_lang.js +52 -0
  908. package/es/icon/icon-zoom-out/index.d.ts +13 -109
  909. package/es/icon-component/icon.js +2 -11
  910. package/es/icon-component/icon.vue.d.ts +14 -10
  911. package/es/icon-component/icon.vue_vue_type_script_setup_true_lang.js +38 -0
  912. package/es/icon-component/index.d.ts +8 -19
  913. package/es/icon.js +9256 -18734
  914. package/es/image/image-footer.js +2 -23
  915. package/es/image/image-footer.vue.d.ts +14 -6
  916. package/es/image/image-footer.vue_vue_type_script_setup_true_lang.js +35 -0
  917. package/es/image/image.js +2 -67
  918. package/es/image/image.vue.d.ts +36 -2340
  919. package/es/image/{image.vue_vue_type_script_lang.js → image.vue_vue_type_script_setup_true_lang.js} +97 -51
  920. package/es/image/preview-action.d.ts +20 -1162
  921. package/es/image/preview-arrow.js +2 -21
  922. package/es/image/preview-arrow.vue.d.ts +4 -249
  923. package/es/image/preview-arrow.vue_vue_type_script_setup_true_lang.js +33 -0
  924. package/es/image/preview-group.js +2 -32
  925. package/es/image/preview-group.vue.d.ts +29 -2073
  926. package/es/image/{preview-group.vue_vue_type_script_lang.js → preview-group.vue_vue_type_script_setup_true_lang.js} +55 -30
  927. package/es/image/preview-toolbar.js +2 -23
  928. package/es/image/preview-toolbar.vue.d.ts +15 -1354
  929. package/es/image/preview-toolbar.vue_vue_type_script_setup_true_lang.js +50 -0
  930. package/es/image/preview.js +2 -71
  931. package/es/image/preview.vue.d.ts +22 -1922
  932. package/es/image/{preview.vue_vue_type_script_lang.js → preview.vue_vue_type_script_setup_true_lang.js} +129 -82
  933. package/es/index.css +29 -94
  934. package/es/index.js +2 -2
  935. package/es/input/index.d.ts +102 -445
  936. package/es/input/input-group.js +2 -7
  937. package/es/input/input-group.vue.d.ts +11 -3
  938. package/es/input/input-group.vue_vue_type_script_setup_true_lang.js +15 -0
  939. package/es/input/input-password.js +2 -43
  940. package/es/input/input-password.vue.d.ts +27 -426
  941. package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +106 -0
  942. package/es/input/input.d.ts +2 -2
  943. package/es/input-number/index.d.ts +6 -6
  944. package/es/input-number/input-number.d.ts +2 -2
  945. package/es/input-tag/index.d.ts +6 -6
  946. package/es/input-tag/input-tag.d.ts +2 -2
  947. package/es/layout/content.js +2 -18
  948. package/es/layout/content.vue.d.ts +11 -3
  949. package/es/layout/content.vue_vue_type_script_setup_true_lang.js +15 -0
  950. package/es/layout/footer.js +2 -18
  951. package/es/layout/footer.vue.d.ts +11 -3
  952. package/es/layout/footer.vue_vue_type_script_setup_true_lang.js +15 -0
  953. package/es/layout/header.vue.d.ts +1 -1
  954. package/es/layout/index.d.ts +355 -1859
  955. package/es/layout/layout.js +2 -7
  956. package/es/layout/layout.vue.d.ts +14 -8
  957. package/es/layout/{layout.vue_vue_type_script_lang.js → layout.vue_vue_type_script_setup_true_lang.js} +12 -8
  958. package/es/layout/sider.js +2 -51
  959. package/es/layout/sider.vue.d.ts +42 -1748
  960. package/es/layout/{sider.vue_vue_type_script_lang.js → sider.vue_vue_type_script_setup_true_lang.js} +66 -53
  961. package/es/layout/utils.d.ts +1 -0
  962. package/es/layout/utils.js +11 -0
  963. package/es/link/index.d.ts +3 -3
  964. package/es/link/link.vue.d.ts +1 -1
  965. package/es/list/index.d.ts +37 -17
  966. package/es/list/list-item-meta.js +2 -19
  967. package/es/list/list-item-meta.vue.d.ts +18 -7
  968. package/es/list/list-item-meta.vue_vue_type_script_setup_true_lang.js +57 -0
  969. package/es/list/list.d.ts +3 -3
  970. package/es/list/list.js +1 -1
  971. package/es/mention/index.d.ts +9 -9
  972. package/es/mention/mention.d.ts +3 -3
  973. package/es/menu/base-menu.js +2 -13
  974. package/es/menu/base-menu.vue.d.ts +34 -267
  975. package/es/menu/{base-menu.vue_vue_type_script_lang.js → base-menu.vue_vue_type_script_setup_true_lang.js} +35 -34
  976. package/es/menu/indent.js +2 -30
  977. package/es/menu/indent.vue.d.ts +3 -6
  978. package/es/menu/indent.vue_vue_type_script_setup_true_lang.js +30 -0
  979. package/es/menu/item-group.js +2 -15
  980. package/es/menu/item-group.vue.d.ts +18 -2919
  981. package/es/menu/item-group.vue_vue_type_script_setup_true_lang.js +39 -0
  982. package/es/menu/item.d.ts +1 -1
  983. package/es/menu/menu.d.ts +278 -356
  984. package/es/menu/style/index.css +8 -8
  985. package/es/menu/sub-menu-inline.js +2 -43
  986. package/es/menu/sub-menu-inline.vue.d.ts +26 -2931
  987. package/es/menu/sub-menu-inline.vue_vue_type_script_setup_true_lang.js +68 -0
  988. package/es/menu/sub-menu-pop.js +2 -99
  989. package/es/menu/sub-menu-pop.vue.d.ts +28 -3973
  990. package/es/menu/sub-menu-pop.vue_vue_type_script_setup_true_lang.js +169 -0
  991. package/es/message/message-list.d.ts +1 -1
  992. package/es/message/message.js +2 -37
  993. package/es/message/message.vue.d.ts +19 -769
  994. package/es/message/message.vue_vue_type_script_setup_true_lang.js +105 -0
  995. package/es/modal/index.d.ts +33 -8080
  996. package/es/modal/modal.js +2 -112
  997. package/es/modal/modal.vue.d.ts +27 -4021
  998. package/es/modal/{modal.vue_vue_type_script_lang.js → modal.vue_vue_type_script_setup_true_lang.js} +131 -102
  999. package/es/notification/notification.js +2 -47
  1000. package/es/notification/notification.vue.d.ts +27 -646
  1001. package/es/notification/notification.vue_vue_type_script_setup_true_lang.js +99 -0
  1002. package/es/page-header/index.d.ts +25 -333
  1003. package/es/page-header/page-header.js +2 -41
  1004. package/es/page-header/page-header.vue.d.ts +27 -165
  1005. package/es/page-header/page-header.vue_vue_type_script_setup_true_lang.js +106 -0
  1006. package/es/pagination/page-item-ellipsis.js +2 -11
  1007. package/es/pagination/page-item-ellipsis.vue.d.ts +17 -131
  1008. package/es/pagination/page-item-ellipsis.vue_vue_type_script_setup_true_lang.js +45 -0
  1009. package/es/pagination/page-item-step.js +2 -15
  1010. package/es/pagination/page-item-step.vue.d.ts +19 -255
  1011. package/es/pagination/page-item-step.vue_vue_type_script_setup_true_lang.js +68 -0
  1012. package/es/pagination/page-item.js +2 -11
  1013. package/es/pagination/page-item.vue.d.ts +19 -12
  1014. package/es/pagination/page-item.vue_vue_type_script_setup_true_lang.js +40 -0
  1015. package/es/pagination/page-jumper.js +2 -38
  1016. package/es/pagination/page-jumper.vue.d.ts +19 -305
  1017. package/es/pagination/page-jumper.vue_vue_type_script_setup_true_lang.js +85 -0
  1018. package/es/pagination/page-options.js +2 -19
  1019. package/es/pagination/page-options.vue.d.ts +7 -2573
  1020. package/es/pagination/page-options.vue_vue_type_script_setup_true_lang.js +54 -0
  1021. package/es/popconfirm/index.d.ts +24 -3026
  1022. package/es/popconfirm/popconfirm.js +2 -54
  1023. package/es/popconfirm/popconfirm.vue.d.ts +23 -1509
  1024. package/es/popconfirm/{popconfirm.vue_vue_type_script_lang.js → popconfirm.vue_vue_type_script_setup_true_lang.js} +68 -52
  1025. package/es/popover/index.d.ts +22 -2019
  1026. package/es/popover/popover.js +2 -45
  1027. package/es/popover/popover.vue.d.ts +22 -1007
  1028. package/es/popover/popover.vue_vue_type_script_setup_true_lang.js +164 -0
  1029. package/es/progress/circle.js +2 -78
  1030. package/es/progress/circle.vue.d.ts +18 -265
  1031. package/es/progress/circle.vue_vue_type_script_setup_true_lang.js +168 -0
  1032. package/es/progress/index.d.ts +22 -1519
  1033. package/es/progress/line.js +2 -24
  1034. package/es/progress/line.vue.d.ts +18 -147
  1035. package/es/progress/line.vue_vue_type_script_setup_true_lang.js +89 -0
  1036. package/es/progress/progress.js +2 -87
  1037. package/es/progress/progress.vue.d.ts +26 -759
  1038. package/es/progress/progress.vue_vue_type_script_setup_true_lang.js +187 -0
  1039. package/es/progress/steps.js +2 -27
  1040. package/es/progress/steps.vue.d.ts +17 -134
  1041. package/es/progress/steps.vue_vue_type_script_setup_true_lang.js +72 -0
  1042. package/es/qr-code/index.d.ts +3 -3
  1043. package/es/qr-code/qr-code.vue.d.ts +1 -1
  1044. package/es/radio/index.d.ts +121 -41
  1045. package/es/radio/radio.d.ts +60 -20
  1046. package/es/rate/index.d.ts +3 -3
  1047. package/es/rate/rate.d.ts +1 -1
  1048. package/es/resize-box/index.d.ts +30 -622
  1049. package/es/resize-box/resize-box.js +2 -43
  1050. package/es/resize-box/resize-box.vue.d.ts +29 -306
  1051. package/es/resize-box/{resize-box.vue_vue_type_script_lang.js → resize-box.vue_vue_type_script_setup_true_lang.js} +76 -63
  1052. package/es/result/index.d.ts +19 -989
  1053. package/es/result/result.js +2 -35
  1054. package/es/result/result.vue.d.ts +23 -496
  1055. package/es/result/result.vue_vue_type_script_setup_true_lang.js +95 -0
  1056. package/es/result/utils.d.ts +2 -0
  1057. package/es/result/utils.js +13 -0
  1058. package/es/scrollbar/index.d.ts +52 -189
  1059. package/es/scrollbar/scrollbar.js +2 -14
  1060. package/es/scrollbar/scrollbar.vue.d.ts +64 -88
  1061. package/es/scrollbar/{scrollbar.vue_vue_type_script_lang.js → scrollbar.vue_vue_type_script_setup_true_lang.js} +82 -68
  1062. package/es/sd-vue.js +2 -2
  1063. package/es/select/index.d.ts +275 -115
  1064. package/es/select/select-dropdown.js +2 -34
  1065. package/es/select/select-dropdown.vue.d.ts +27 -557
  1066. package/es/select/select-dropdown.vue_vue_type_script_setup_true_lang.js +88 -0
  1067. package/es/select/select.d.ts +135 -55
  1068. package/es/select/style/token.scss +3 -1
  1069. package/es/skeleton/index.d.ts +12 -27
  1070. package/es/skeleton/line.js +2 -15
  1071. package/es/skeleton/line.vue.d.ts +4 -7
  1072. package/es/skeleton/{line.vue_vue_type_script_lang.js → line.vue_vue_type_script_setup_true_lang.js} +19 -10
  1073. package/es/skeleton/shape.js +2 -7
  1074. package/es/skeleton/shape.vue.d.ts +3 -6
  1075. package/es/skeleton/shape.vue_vue_type_script_setup_true_lang.js +41 -0
  1076. package/es/skeleton/skeleton.js +2 -7
  1077. package/es/skeleton/skeleton.vue.d.ts +16 -9
  1078. package/es/skeleton/skeleton.vue_vue_type_script_setup_true_lang.js +35 -0
  1079. package/es/slider/index.d.ts +12 -3837
  1080. package/es/slider/slider-button.js +2 -39
  1081. package/es/slider/slider-button.vue.d.ts +11 -1331
  1082. package/es/slider/slider-button.vue_vue_type_script_setup_true_lang.js +121 -0
  1083. package/es/slider/slider-dots.js +2 -13
  1084. package/es/slider/slider-dots.vue.d.ts +3 -6
  1085. package/es/slider/slider-dots.vue_vue_type_script_setup_true_lang.js +42 -0
  1086. package/es/slider/slider-input.js +2 -36
  1087. package/es/slider/slider-input.vue.d.ts +10 -299
  1088. package/es/slider/slider-input.vue_vue_type_script_setup_true_lang.js +63 -0
  1089. package/es/slider/slider-marks.js +2 -14
  1090. package/es/slider/slider-marks.vue.d.ts +3 -6
  1091. package/es/slider/slider-marks.vue_vue_type_script_setup_true_lang.js +43 -0
  1092. package/es/slider/slider-ticks.js +2 -13
  1093. package/es/slider/slider-ticks.vue.d.ts +3 -10
  1094. package/es/slider/slider-ticks.vue_vue_type_script_setup_true_lang.js +60 -0
  1095. package/es/slider/slider.js +2 -129
  1096. package/es/slider/slider.vue.d.ts +9 -1909
  1097. package/es/slider/{slider.vue_vue_type_script_lang.js → slider.vue_vue_type_script_setup_true_lang.js} +135 -50
  1098. package/es/space/index.d.ts +9 -9
  1099. package/es/space/space.d.ts +2 -2
  1100. package/es/split/index.d.ts +107 -632
  1101. package/es/split/split.js +2 -36
  1102. package/es/split/split.vue.d.ts +79 -315
  1103. package/es/split/{split.vue_vue_type_script_lang.js → split.vue_vue_type_script_setup_true_lang.js} +79 -71
  1104. package/es/statistic/countdown.js +2 -13
  1105. package/es/statistic/countdown.vue.d.ts +16 -9
  1106. package/es/statistic/{countdown.vue_vue_type_script_lang.js → countdown.vue_vue_type_script_setup_true_lang.js} +24 -21
  1107. package/es/statistic/index.d.ts +94 -76
  1108. package/es/statistic/statistic.js +2 -30
  1109. package/es/statistic/statistic.vue.d.ts +20 -18
  1110. package/es/statistic/{statistic.vue_vue_type_script_lang.js → statistic.vue_vue_type_script_setup_true_lang.js} +56 -33
  1111. package/es/steps/index.d.ts +70 -291
  1112. package/es/steps/step.js +2 -35
  1113. package/es/steps/step.vue.d.ts +26 -259
  1114. package/es/steps/step.vue_vue_type_script_setup_true_lang.js +134 -0
  1115. package/es/steps/steps.js +2 -7
  1116. package/es/steps/steps.vue.d.ts +17 -11
  1117. package/es/steps/{steps.vue_vue_type_script_lang.js → steps.vue_vue_type_script_setup_true_lang.js} +15 -18
  1118. package/es/switch/index.d.ts +26 -310
  1119. package/es/switch/switch.js +2 -19
  1120. package/es/switch/switch.vue.d.ts +28 -148
  1121. package/es/switch/{switch.vue_vue_type_script_lang.js → switch.vue_vue_type_script_setup_true_lang.js} +57 -66
  1122. package/es/table/index.d.ts +16 -16
  1123. package/es/table/table-col-group.vue.d.ts +3 -13
  1124. package/es/table/table-operation-td.d.ts +265 -297
  1125. package/es/table/table-td.d.ts +1 -1
  1126. package/es/table/table-th.js +1 -1
  1127. package/es/table/table.d.ts +6 -6
  1128. package/es/table/table.js +1 -1
  1129. package/es/tabs/index.d.ts +70 -37
  1130. package/es/tabs/tab-pane.js +2 -13
  1131. package/es/tabs/tab-pane.vue.d.ts +14 -9
  1132. package/es/tabs/{tab-pane.vue_vue_type_script_lang.js → tab-pane.vue_vue_type_script_setup_true_lang.js} +23 -17
  1133. package/es/tabs/tabs-nav-ink.js +2 -10
  1134. package/es/tabs/tabs-nav-ink.vue.d.ts +3 -8
  1135. package/es/tabs/tabs-nav-ink.vue_vue_type_script_setup_true_lang.js +59 -0
  1136. package/es/tabs/tabs-nav.d.ts +1 -1
  1137. package/es/tabs/tabs-tab.js +2 -19
  1138. package/es/tabs/tabs-tab.vue.d.ts +19 -175
  1139. package/es/tabs/tabs-tab.vue_vue_type_script_setup_true_lang.js +57 -0
  1140. package/es/tabs/tabs.d.ts +5 -5
  1141. package/es/textarea/index.d.ts +32 -424
  1142. package/es/textarea/textarea.js +2 -54
  1143. package/es/textarea/textarea.vue.d.ts +27 -200
  1144. package/es/textarea/{textarea.vue_vue_type_script_lang.js → textarea.vue_vue_type_script_setup_true_lang.js} +83 -80
  1145. package/es/time-picker/index.d.ts +30 -7498
  1146. package/es/time-picker/panel.js +2 -95
  1147. package/es/time-picker/panel.vue.d.ts +95 -725
  1148. package/es/time-picker/{panel.vue_vue_type_script_lang.js → panel.vue_vue_type_script_setup_true_lang.js} +106 -38
  1149. package/es/time-picker/range-panel.d.ts +134 -696
  1150. package/es/time-picker/time-column.js +2 -26
  1151. package/es/time-picker/time-column.vue.d.ts +8 -11
  1152. package/es/time-picker/time-column.vue_vue_type_script_setup_true_lang.js +73 -0
  1153. package/es/time-picker/time-picker.js +2 -102
  1154. package/es/time-picker/time-picker.vue.d.ts +26 -3733
  1155. package/es/time-picker/{time-picker.vue_vue_type_script_lang.js → time-picker.vue_vue_type_script_setup_true_lang.js} +151 -103
  1156. package/es/timeline/index.d.ts +216 -111
  1157. package/es/timeline/item.js +2 -33
  1158. package/es/timeline/item.vue.d.ts +20 -18
  1159. package/es/timeline/item.vue_vue_type_script_setup_true_lang.js +136 -0
  1160. package/es/timeline/timeline.d.ts +72 -37
  1161. package/es/tooltip/index.d.ts +20 -1162
  1162. package/es/tooltip/tooltip.js +2 -40
  1163. package/es/tooltip/tooltip.vue.d.ts +20 -578
  1164. package/es/tooltip/{tooltip.vue_vue_type_script_lang.js → tooltip.vue_vue_type_script_setup_true_lang.js} +58 -36
  1165. package/es/tour/index.d.ts +12 -12
  1166. package/es/tour/tour.vue.d.ts +4 -4
  1167. package/es/transfer/index.d.ts +54 -4001
  1168. package/es/transfer/transfer-view.js +2 -105
  1169. package/es/transfer/transfer-view.vue.d.ts +31 -1229
  1170. package/es/transfer/transfer-view.vue_vue_type_script_setup_true_lang.js +151 -0
  1171. package/es/transfer/transfer.js +2 -107
  1172. package/es/transfer/transfer.vue.d.ts +55 -1996
  1173. package/es/transfer/transfer.vue_vue_type_script_setup_true_lang.js +375 -0
  1174. package/es/tree/base-node.js +2 -106
  1175. package/es/tree/base-node.vue.d.ts +39 -615
  1176. package/es/tree/base-node.vue_vue_type_script_setup_true_lang.js +287 -0
  1177. package/es/tree/expand-transition.js +2 -18
  1178. package/es/tree/expand-transition.vue.d.ts +17 -9
  1179. package/es/tree/expand-transition.vue_vue_type_script_setup_true_lang.js +40 -0
  1180. package/es/tree/node-switcher.vue.d.ts +13 -109
  1181. package/es/tree/transition-node-list.js +2 -20
  1182. package/es/tree/transition-node-list.vue.d.ts +4 -749
  1183. package/es/tree/{transition-node-list.vue_vue_type_script_lang.js → transition-node-list.vue_vue_type_script_setup_true_lang.js} +30 -23
  1184. package/es/tree/tree.js +2 -20
  1185. package/es/tree/tree.vue.d.ts +53 -10929
  1186. package/es/tree/{tree.vue_vue_type_script_lang.js → tree.vue_vue_type_script_setup_true_lang.js} +128 -178
  1187. package/es/tree-select/tree-select.js +2 -147
  1188. package/es/tree-select/tree-select.vue.d.ts +51 -991
  1189. package/es/tree-select/{tree-select.vue_vue_type_script_lang.js → tree-select.vue_vue_type_script_setup_true_lang.js} +239 -158
  1190. package/es/trigger/index.d.ts +9 -9
  1191. package/es/trigger/trigger.d.ts +3 -3
  1192. package/es/typography/base.d.ts +4 -4
  1193. package/es/typography/edit-content.js +2 -20
  1194. package/es/typography/edit-content.vue.d.ts +11 -2358
  1195. package/es/typography/edit-content.vue_vue_type_script_setup_true_lang.js +51 -0
  1196. package/es/typography/index.d.ts +7 -9
  1197. package/es/typography/operations.js +2 -117
  1198. package/es/typography/operations.vue.d.ts +40 -1698
  1199. package/es/typography/operations.vue_vue_type_script_setup_true_lang.js +94 -0
  1200. package/es/typography/typography.js +2 -7
  1201. package/es/typography/typography.vue.d.ts +11 -3
  1202. package/es/typography/typography.vue_vue_type_script_setup_true_lang.js +15 -0
  1203. package/es/upload/index.d.ts +6 -6
  1204. package/es/upload/upload-button.d.ts +1 -1
  1205. package/es/upload/upload.d.ts +2 -2
  1206. package/es/verification-code/index.d.ts +3 -3
  1207. package/es/verification-code/verification-code.d.ts +1 -1
  1208. package/json/vetur-attributes.json +99 -112
  1209. package/json/vetur-tags.json +14 -18
  1210. package/json/web-types.json +63 -557
  1211. package/package.json +1 -1
  1212. package/es/_components/feedback-icon.vue_vue_type_script_lang.js +0 -23
  1213. package/es/_components/icon-hover.vue_vue_type_script_lang.js +0 -23
  1214. package/es/_components/picker/input-range.vue_vue_type_script_lang.js +0 -140
  1215. package/es/_components/picker/input.vue_vue_type_script_lang.js +0 -90
  1216. package/es/_components/resize-trigger.vue_vue_type_script_lang.js +0 -42
  1217. package/es/_components/transition/expand-transition.vue_vue_type_script_lang.js +0 -36
  1218. package/es/_virtual/_plugin-vue_export-helper.js +0 -8
  1219. package/es/alert/alert.vue_vue_type_script_lang.js +0 -130
  1220. package/es/anchor/anchor-link.vue_vue_type_script_lang.js +0 -39
  1221. package/es/card/card-grid.vue_vue_type_script_lang.js +0 -28
  1222. package/es/carousel/carousel-arrow.vue_vue_type_script_lang.js +0 -44
  1223. package/es/carousel/carousel-indicator.vue_vue_type_script_lang.js +0 -67
  1224. package/es/carousel/carousel-item.vue_vue_type_script_lang.js +0 -44
  1225. package/es/date-picker/panels/body.vue_vue_type_script_lang.js +0 -62
  1226. package/es/date-picker/panels/footer.vue_vue_type_script_lang.js +0 -35
  1227. package/es/date-picker/panels/header.vue_vue_type_script_lang.js +0 -58
  1228. package/es/date-picker/panels/quarter/index.vue_vue_type_script_lang.js +0 -70
  1229. package/es/date-picker/panels/shortcuts.vue_vue_type_script_lang.js +0 -50
  1230. package/es/date-picker/panels/week/index.vue_vue_type_script_lang.js +0 -45
  1231. package/es/date-picker/panels/week-list.vue_vue_type_script_lang.js +0 -32
  1232. package/es/date-picker/picker-panel.vue_vue_type_script_lang.js +0 -175
  1233. package/es/date-picker/range-picker-panel.vue_vue_type_script_lang.js +0 -210
  1234. package/es/descriptions/descriptions-item.vue_vue_type_script_lang.js +0 -34
  1235. package/es/dropdown/dropdown-group.vue_vue_type_script_lang.js +0 -23
  1236. package/es/dropdown/dropdown-option.vue_vue_type_script_lang.js +0 -66
  1237. package/es/dropdown/dropdown-panel.vue_vue_type_script_lang.js +0 -57
  1238. package/es/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +0 -122
  1239. package/es/form/form-item-label.vue_vue_type_script_lang.js +0 -58
  1240. package/es/form/form-item-message.vue_vue_type_script_lang.js +0 -18
  1241. package/es/icon/icon-calendar/icon-calendar.vue_vue_type_script_lang.js +0 -71
  1242. package/es/icon/icon-caret-down/icon-caret-down.vue_vue_type_script_lang.js +0 -71
  1243. package/es/icon/icon-caret-left/icon-caret-left.vue_vue_type_script_lang.js +0 -71
  1244. package/es/icon/icon-caret-right/icon-caret-right.vue_vue_type_script_lang.js +0 -71
  1245. package/es/icon/icon-caret-up/icon-caret-up.vue_vue_type_script_lang.js +0 -71
  1246. package/es/icon/icon-check/icon-check.vue_vue_type_script_lang.js +0 -71
  1247. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue_vue_type_script_lang.js +0 -71
  1248. package/es/icon/icon-clock-circle/icon-clock-circle.vue_vue_type_script_lang.js +0 -71
  1249. package/es/icon/icon-close/icon-close.vue_vue_type_script_lang.js +0 -71
  1250. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue_vue_type_script_lang.js +0 -71
  1251. package/es/icon/icon-copy/icon-copy.vue_vue_type_script_lang.js +0 -71
  1252. package/es/icon/icon-delete/icon-delete.vue_vue_type_script_lang.js +0 -71
  1253. package/es/icon/icon-double-left/icon-double-left.vue_vue_type_script_lang.js +0 -71
  1254. package/es/icon/icon-double-right/icon-double-right.vue_vue_type_script_lang.js +0 -71
  1255. package/es/icon/icon-down/icon-down.vue_vue_type_script_lang.js +0 -71
  1256. package/es/icon/icon-drag-dot/icon-drag-dot.vue_vue_type_script_lang.js +0 -71
  1257. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue_vue_type_script_lang.js +0 -71
  1258. package/es/icon/icon-edit/icon-edit.vue_vue_type_script_lang.js +0 -71
  1259. package/es/icon/icon-empty/icon-empty.vue_vue_type_script_lang.js +0 -71
  1260. package/es/icon/icon-exclamation/icon-exclamation.vue_vue_type_script_lang.js +0 -71
  1261. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue_vue_type_script_lang.js +0 -71
  1262. package/es/icon/icon-eye/icon-eye.vue_vue_type_script_lang.js +0 -71
  1263. package/es/icon/icon-eye-invisible/icon-eye-invisible.vue_vue_type_script_lang.js +0 -71
  1264. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue_vue_type_script_lang.js +0 -71
  1265. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue_vue_type_script_lang.js +0 -71
  1266. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue_vue_type_script_lang.js +0 -71
  1267. package/es/icon/icon-file/icon-file.vue_vue_type_script_lang.js +0 -71
  1268. package/es/icon/icon-file-audio/icon-file-audio.vue_vue_type_script_lang.js +0 -71
  1269. package/es/icon/icon-file-image/icon-file-image.vue_vue_type_script_lang.js +0 -71
  1270. package/es/icon/icon-file-pdf/icon-file-pdf.vue_vue_type_script_lang.js +0 -71
  1271. package/es/icon/icon-file-video/icon-file-video.vue_vue_type_script_lang.js +0 -71
  1272. package/es/icon/icon-filter/icon-filter.vue_vue_type_script_lang.js +0 -71
  1273. package/es/icon/icon-fullscreen/icon-fullscreen.vue_vue_type_script_lang.js +0 -71
  1274. package/es/icon/icon-image-close/icon-image-close.vue_vue_type_script_lang.js +0 -71
  1275. package/es/icon/icon-info/icon-info.vue_vue_type_script_lang.js +0 -71
  1276. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue_vue_type_script_lang.js +0 -71
  1277. package/es/icon/icon-left/icon-left.vue_vue_type_script_lang.js +0 -71
  1278. package/es/icon/icon-link/icon-link.vue_vue_type_script_lang.js +0 -71
  1279. package/es/icon/icon-loading/icon-loading.vue_vue_type_script_lang.js +0 -71
  1280. package/es/icon/icon-menu-fold/icon-menu-fold.vue_vue_type_script_lang.js +0 -71
  1281. package/es/icon/icon-menu-unfold/icon-menu-unfold.vue_vue_type_script_lang.js +0 -71
  1282. package/es/icon/icon-minus/icon-minus.vue_vue_type_script_lang.js +0 -71
  1283. package/es/icon/icon-more/icon-more.vue_vue_type_script_lang.js +0 -71
  1284. package/es/icon/icon-oblique-line/icon-oblique-line.vue_vue_type_script_lang.js +0 -71
  1285. package/es/icon/icon-original-size/icon-original-size.vue_vue_type_script_lang.js +0 -71
  1286. package/es/icon/icon-pause/icon-pause.vue_vue_type_script_lang.js +0 -71
  1287. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue_vue_type_script_lang.js +0 -71
  1288. package/es/icon/icon-plus/icon-plus.vue_vue_type_script_lang.js +0 -71
  1289. package/es/icon/icon-question-circle/icon-question-circle.vue_vue_type_script_lang.js +0 -71
  1290. package/es/icon/icon-right/icon-right.vue_vue_type_script_lang.js +0 -71
  1291. package/es/icon/icon-rotate-left/icon-rotate-left.vue_vue_type_script_lang.js +0 -71
  1292. package/es/icon/icon-rotate-right/icon-rotate-right.vue_vue_type_script_lang.js +0 -71
  1293. package/es/icon/icon-search/icon-search.vue_vue_type_script_lang.js +0 -71
  1294. package/es/icon/icon-star-fill/icon-star-fill.vue_vue_type_script_lang.js +0 -71
  1295. package/es/icon/icon-to-top/icon-to-top.vue_vue_type_script_lang.js +0 -71
  1296. package/es/icon/icon-up/icon-up.vue_vue_type_script_lang.js +0 -71
  1297. package/es/icon/icon-upload/icon-upload.vue_vue_type_script_lang.js +0 -71
  1298. package/es/icon/icon-zoom-in/icon-zoom-in.vue_vue_type_script_lang.js +0 -71
  1299. package/es/icon/icon-zoom-out/icon-zoom-out.vue_vue_type_script_lang.js +0 -71
  1300. package/es/icon-component/icon.vue_vue_type_script_lang.js +0 -32
  1301. package/es/image/image-footer.vue_vue_type_script_lang.js +0 -15
  1302. package/es/image/preview-arrow.vue_vue_type_script_lang.js +0 -21
  1303. package/es/image/preview-toolbar.vue_vue_type_script_lang.js +0 -38
  1304. package/es/input/input-group.vue_vue_type_script_lang.js +0 -11
  1305. package/es/input/input-password.vue_vue_type_script_lang.js +0 -76
  1306. package/es/list/list-item-meta.vue_vue_type_script_lang.js +0 -41
  1307. package/es/menu/item-group.vue_vue_type_script_lang.js +0 -38
  1308. package/es/menu/sub-menu-inline.vue_vue_type_script_lang.js +0 -41
  1309. package/es/menu/sub-menu-pop.vue_vue_type_script_lang.js +0 -95
  1310. package/es/message/message.vue_vue_type_script_lang.js +0 -91
  1311. package/es/notification/notification.vue_vue_type_script_lang.js +0 -71
  1312. package/es/page-header/page-header.vue_vue_type_script_lang.js +0 -75
  1313. package/es/pagination/page-item-ellipsis.vue_vue_type_script_lang.js +0 -41
  1314. package/es/pagination/page-item-step.vue_vue_type_script_lang.js +0 -65
  1315. package/es/pagination/page-item.vue_vue_type_script_lang.js +0 -34
  1316. package/es/pagination/page-jumper.vue_vue_type_script_lang.js +0 -59
  1317. package/es/pagination/page-options.vue_vue_type_script_lang.js +0 -45
  1318. package/es/popover/popover.vue_vue_type_script_lang.js +0 -141
  1319. package/es/progress/circle.vue_vue_type_script_lang.js +0 -114
  1320. package/es/progress/line.vue_vue_type_script_lang.js +0 -74
  1321. package/es/progress/progress.vue_vue_type_script_lang.js +0 -115
  1322. package/es/progress/steps.vue_vue_type_script_lang.js +0 -56
  1323. package/es/result/result.vue_vue_type_script_lang.js +0 -88
  1324. package/es/select/select-dropdown.vue_vue_type_script_lang.js +0 -69
  1325. package/es/skeleton/shape.vue_vue_type_script_lang.js +0 -39
  1326. package/es/skeleton/skeleton.vue_vue_type_script_lang.js +0 -33
  1327. package/es/slider/slider-button.vue_vue_type_script_lang.js +0 -92
  1328. package/es/slider/slider-dots.vue_vue_type_script_lang.js +0 -35
  1329. package/es/slider/slider-input.vue_vue_type_script_lang.js +0 -25
  1330. package/es/slider/slider-marks.vue_vue_type_script_lang.js +0 -35
  1331. package/es/slider/slider-ticks.vue_vue_type_script_lang.js +0 -54
  1332. package/es/steps/step.vue_vue_type_script_lang.js +0 -116
  1333. package/es/tabs/tabs-nav-ink.vue_vue_type_script_lang.js +0 -57
  1334. package/es/tabs/tabs-tab.vue_vue_type_script_lang.js +0 -50
  1335. package/es/time-picker/range-panel.js +0 -58
  1336. package/es/time-picker/time-column.vue_vue_type_script_lang.js +0 -52
  1337. package/es/timeline/item.vue_vue_type_script_lang.js +0 -113
  1338. package/es/transfer/transfer-view.vue_vue_type_script_lang.js +0 -86
  1339. package/es/transfer/transfer.vue_vue_type_script_lang.js +0 -306
  1340. package/es/tree/base-node.vue_vue_type_script_lang.js +0 -210
  1341. package/es/tree/expand-transition.vue_vue_type_script_lang.js +0 -29
  1342. package/es/typography/edit-content.vue_vue_type_script_lang.js +0 -45
  1343. package/es/typography/typography.vue_vue_type_script_lang.js +0 -11
@@ -1,2368 +1,21 @@
1
- declare const _default: typeof __VLS_export;
2
- export default _default;
3
1
  declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
2
  text: {
5
3
  type: StringConstructor;
6
4
  required: true;
7
5
  };
8
- }>, {
9
- classNames: string[];
10
- inputRef: import("vue").Ref<({
11
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
12
- modelValue: StringConstructor;
13
- defaultValue: {
14
- type: StringConstructor;
15
- default: string;
16
- };
17
- size: {
18
- type: import("vue").PropType<import("..").Size>;
19
- };
20
- allowClear: {
21
- type: BooleanConstructor;
22
- default: boolean;
23
- };
24
- disabled: {
25
- type: BooleanConstructor;
26
- default: boolean;
27
- };
28
- readonly: {
29
- type: BooleanConstructor;
30
- default: boolean;
31
- };
32
- error: {
33
- type: BooleanConstructor;
34
- default: boolean;
35
- };
36
- placeholder: StringConstructor;
37
- maxLength: {
38
- type: import("vue").PropType<number | {
39
- length: number;
40
- errorOnly?: boolean;
41
- }>;
42
- default: number;
43
- };
44
- showWordLimit: {
45
- type: BooleanConstructor;
46
- default: boolean;
47
- };
48
- wordLength: {
49
- type: import("vue").PropType<(value: string) => number>;
50
- };
51
- wordSlice: {
52
- type: import("vue").PropType<(value: string, maxLength: number) => string>;
53
- };
54
- inputAttrs: {
55
- type: ObjectConstructor;
56
- };
57
- type: {
58
- type: import("vue").PropType<"text" | "password">;
59
- default: string;
60
- };
61
- prepend: StringConstructor;
62
- append: StringConstructor;
63
- }>> & Readonly<{
64
- onClear?: ((_ev: MouseEvent) => any) | undefined;
65
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
66
- onBlur?: ((_ev: FocusEvent) => any) | undefined;
67
- onChange?: ((_value: string, _ev: Event) => any) | undefined;
68
- onInput?: ((_value: string, _ev: Event) => any) | undefined;
69
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
70
- onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
71
- }>, {
72
- inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
73
- render: () => import("vue/jsx-runtime").JSX.Element;
74
- }, {}, {}, {
75
- focus(): void;
76
- blur(): void;
77
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
78
- 'update:modelValue': (_value: string) => true;
79
- input: (_value: string, _ev: Event) => true;
80
- change: (_value: string, _ev: Event) => true;
81
- pressEnter: (_ev: KeyboardEvent) => true;
82
- clear: (_ev: MouseEvent) => true;
83
- focus: (_ev: FocusEvent) => true;
84
- blur: (_ev: FocusEvent) => true;
85
- }, import("vue").PublicProps, {
86
- type: "text" | "password";
87
- disabled: boolean;
88
- error: boolean;
89
- readonly: boolean;
90
- defaultValue: string;
91
- allowClear: boolean;
92
- maxLength: number | {
93
- length: number;
94
- errorOnly?: boolean;
95
- };
96
- showWordLimit: boolean;
97
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
98
- P: {};
99
- B: {};
100
- D: {};
101
- C: {};
102
- M: {};
103
- Defaults: {};
104
- }, Readonly<import("vue").ExtractPropTypes<{
105
- modelValue: StringConstructor;
106
- defaultValue: {
107
- type: StringConstructor;
108
- default: string;
109
- };
110
- size: {
111
- type: import("vue").PropType<import("..").Size>;
112
- };
113
- allowClear: {
114
- type: BooleanConstructor;
115
- default: boolean;
116
- };
117
- disabled: {
118
- type: BooleanConstructor;
119
- default: boolean;
120
- };
121
- readonly: {
122
- type: BooleanConstructor;
123
- default: boolean;
124
- };
125
- error: {
126
- type: BooleanConstructor;
127
- default: boolean;
128
- };
129
- placeholder: StringConstructor;
130
- maxLength: {
131
- type: import("vue").PropType<number | {
132
- length: number;
133
- errorOnly?: boolean;
134
- }>;
135
- default: number;
136
- };
137
- showWordLimit: {
138
- type: BooleanConstructor;
139
- default: boolean;
140
- };
141
- wordLength: {
142
- type: import("vue").PropType<(value: string) => number>;
143
- };
144
- wordSlice: {
145
- type: import("vue").PropType<(value: string, maxLength: number) => string>;
146
- };
147
- inputAttrs: {
148
- type: ObjectConstructor;
149
- };
150
- type: {
151
- type: import("vue").PropType<"text" | "password">;
152
- default: string;
153
- };
154
- prepend: StringConstructor;
155
- append: StringConstructor;
156
- }>> & Readonly<{
157
- onClear?: ((_ev: MouseEvent) => any) | undefined;
158
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
159
- onBlur?: ((_ev: FocusEvent) => any) | undefined;
160
- onChange?: ((_value: string, _ev: Event) => any) | undefined;
161
- onInput?: ((_value: string, _ev: Event) => any) | undefined;
162
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
163
- onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
164
- }>, {
165
- inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
166
- render: () => import("vue/jsx-runtime").JSX.Element;
167
- }, {}, {}, {
168
- focus(): void;
169
- blur(): void;
170
- }, {
171
- type: "text" | "password";
172
- disabled: boolean;
173
- error: boolean;
174
- readonly: boolean;
175
- defaultValue: string;
176
- allowClear: boolean;
177
- maxLength: number | {
178
- length: number;
179
- errorOnly?: boolean;
180
- };
181
- showWordLimit: boolean;
182
- }>;
183
- __isFragment?: never;
184
- __isTeleport?: never;
185
- __isSuspense?: never;
186
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
187
- modelValue: StringConstructor;
188
- defaultValue: {
189
- type: StringConstructor;
190
- default: string;
191
- };
192
- size: {
193
- type: import("vue").PropType<import("..").Size>;
194
- };
195
- allowClear: {
196
- type: BooleanConstructor;
197
- default: boolean;
198
- };
199
- disabled: {
200
- type: BooleanConstructor;
201
- default: boolean;
202
- };
203
- readonly: {
204
- type: BooleanConstructor;
205
- default: boolean;
206
- };
207
- error: {
208
- type: BooleanConstructor;
209
- default: boolean;
210
- };
211
- placeholder: StringConstructor;
212
- maxLength: {
213
- type: import("vue").PropType<number | {
214
- length: number;
215
- errorOnly?: boolean;
216
- }>;
217
- default: number;
218
- };
219
- showWordLimit: {
220
- type: BooleanConstructor;
221
- default: boolean;
222
- };
223
- wordLength: {
224
- type: import("vue").PropType<(value: string) => number>;
225
- };
226
- wordSlice: {
227
- type: import("vue").PropType<(value: string, maxLength: number) => string>;
228
- };
229
- inputAttrs: {
230
- type: ObjectConstructor;
231
- };
232
- type: {
233
- type: import("vue").PropType<"text" | "password">;
234
- default: string;
235
- };
236
- prepend: StringConstructor;
237
- append: StringConstructor;
238
- }>> & Readonly<{
239
- onClear?: ((_ev: MouseEvent) => any) | undefined;
240
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
241
- onBlur?: ((_ev: FocusEvent) => any) | undefined;
242
- onChange?: ((_value: string, _ev: Event) => any) | undefined;
243
- onInput?: ((_value: string, _ev: Event) => any) | undefined;
244
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
245
- onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
246
- }>, {
247
- inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
248
- render: () => import("vue/jsx-runtime").JSX.Element;
249
- }, {}, {}, {
250
- focus(): void;
251
- blur(): void;
252
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
253
- 'update:modelValue': (_value: string) => true;
254
- input: (_value: string, _ev: Event) => true;
255
- change: (_value: string, _ev: Event) => true;
256
- pressEnter: (_ev: KeyboardEvent) => true;
257
- clear: (_ev: MouseEvent) => true;
258
- focus: (_ev: FocusEvent) => true;
259
- blur: (_ev: FocusEvent) => true;
260
- }, string, {
261
- type: "text" | "password";
262
- disabled: boolean;
263
- error: boolean;
264
- readonly: boolean;
265
- defaultValue: string;
266
- allowClear: boolean;
267
- maxLength: number | {
268
- length: number;
269
- errorOnly?: boolean;
270
- };
271
- showWordLimit: boolean;
272
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
273
- Search: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
274
- searchButton: {
275
- type: BooleanConstructor;
276
- default: boolean;
277
- };
278
- loading: {
279
- type: BooleanConstructor;
280
- default: boolean;
281
- };
282
- disabled: {
283
- type: BooleanConstructor;
284
- default: boolean;
285
- };
286
- size: {
287
- type: import("vue").PropType<import("..").Size>;
288
- };
289
- buttonText: {
290
- type: StringConstructor;
291
- };
292
- buttonProps: {
293
- type: import("vue").PropType<import("..").ButtonProps>;
294
- };
295
- }>, {
296
- inputRef: import("vue").Ref<any, any>;
297
- render: () => import("vue/jsx-runtime").JSX.Element;
298
- }, {}, {}, {
299
- focus(): void;
300
- blur(): void;
301
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
302
- search: (_value: string, _ev: MouseEvent) => true;
303
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
304
- searchButton: {
305
- type: BooleanConstructor;
306
- default: boolean;
307
- };
308
- loading: {
309
- type: BooleanConstructor;
310
- default: boolean;
311
- };
312
- disabled: {
313
- type: BooleanConstructor;
314
- default: boolean;
315
- };
316
- size: {
317
- type: import("vue").PropType<import("..").Size>;
318
- };
319
- buttonText: {
320
- type: StringConstructor;
321
- };
322
- buttonProps: {
323
- type: import("vue").PropType<import("..").ButtonProps>;
324
- };
325
- }>> & Readonly<{
326
- onSearch?: ((_value: string, _ev: MouseEvent) => any) | undefined;
327
- }>, {
328
- disabled: boolean;
329
- searchButton: boolean;
330
- loading: boolean;
331
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
332
- Password: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
333
- visibility: {
334
- type: BooleanConstructor;
335
- default: undefined;
336
- };
337
- defaultVisibility: {
338
- type: BooleanConstructor;
339
- default: boolean;
340
- };
341
- invisibleButton: {
342
- type: BooleanConstructor;
343
- default: boolean;
344
- };
345
- }>, {
346
- inputRef: import("vue").Ref<any, any>;
347
- mergedVisible: import("vue").ComputedRef<boolean>;
348
- handleInvisible: () => void;
349
- }, {}, {}, {
350
- focus(): void;
351
- blur(): void;
352
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("visibility-change" | "update:visibility")[], "visibility-change" | "update:visibility", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
353
- visibility: {
354
- type: BooleanConstructor;
355
- default: undefined;
356
- };
357
- defaultVisibility: {
358
- type: BooleanConstructor;
359
- default: boolean;
360
- };
361
- invisibleButton: {
362
- type: BooleanConstructor;
363
- default: boolean;
364
- };
365
- }>> & Readonly<{
366
- "onVisibility-change"?: ((...args: any[]) => any) | undefined;
367
- "onUpdate:visibility"?: ((...args: any[]) => any) | undefined;
368
- }>, {
369
- visibility: boolean;
370
- defaultVisibility: boolean;
371
- invisibleButton: boolean;
372
- }, {}, {
373
- IconEye: {
374
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
375
- size: {
376
- type: (StringConstructor | NumberConstructor)[];
377
- };
378
- strokeWidth: {
379
- type: NumberConstructor;
380
- default: number;
381
- };
382
- strokeLinecap: {
383
- type: StringConstructor;
384
- default: string;
385
- validator: (value: any) => boolean;
386
- };
387
- strokeLinejoin: {
388
- type: StringConstructor;
389
- default: string;
390
- validator: (value: any) => boolean;
391
- };
392
- rotate: NumberConstructor;
393
- spin: BooleanConstructor;
394
- }>> & Readonly<{
395
- onClick?: ((ev: MouseEvent) => any) | undefined;
396
- }>, {
397
- cls: import("vue").ComputedRef<(string | {
398
- [x: string]: boolean;
399
- })[]>;
400
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
401
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
402
- onClick: (ev: MouseEvent) => void;
403
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
404
- click: (ev: MouseEvent) => true;
405
- }, import("vue").PublicProps, {
406
- spin: boolean;
407
- strokeWidth: number;
408
- strokeLinecap: string;
409
- strokeLinejoin: string;
410
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
411
- P: {};
412
- B: {};
413
- D: {};
414
- C: {};
415
- M: {};
416
- Defaults: {};
417
- }, Readonly<import("vue").ExtractPropTypes<{
418
- size: {
419
- type: (StringConstructor | NumberConstructor)[];
420
- };
421
- strokeWidth: {
422
- type: NumberConstructor;
423
- default: number;
424
- };
425
- strokeLinecap: {
426
- type: StringConstructor;
427
- default: string;
428
- validator: (value: any) => boolean;
429
- };
430
- strokeLinejoin: {
431
- type: StringConstructor;
432
- default: string;
433
- validator: (value: any) => boolean;
434
- };
435
- rotate: NumberConstructor;
436
- spin: BooleanConstructor;
437
- }>> & Readonly<{
438
- onClick?: ((ev: MouseEvent) => any) | undefined;
439
- }>, {
440
- cls: import("vue").ComputedRef<(string | {
441
- [x: string]: boolean;
442
- })[]>;
443
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
444
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
445
- onClick: (ev: MouseEvent) => void;
446
- }, {}, {}, {}, {
447
- spin: boolean;
448
- strokeWidth: number;
449
- strokeLinecap: string;
450
- strokeLinejoin: string;
451
- }>;
452
- __isFragment?: never;
453
- __isTeleport?: never;
454
- __isSuspense?: never;
455
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
456
- size: {
457
- type: (StringConstructor | NumberConstructor)[];
458
- };
459
- strokeWidth: {
460
- type: NumberConstructor;
461
- default: number;
462
- };
463
- strokeLinecap: {
464
- type: StringConstructor;
465
- default: string;
466
- validator: (value: any) => boolean;
467
- };
468
- strokeLinejoin: {
469
- type: StringConstructor;
470
- default: string;
471
- validator: (value: any) => boolean;
472
- };
473
- rotate: NumberConstructor;
474
- spin: BooleanConstructor;
475
- }>> & Readonly<{
476
- onClick?: ((ev: MouseEvent) => any) | undefined;
477
- }>, {
478
- cls: import("vue").ComputedRef<(string | {
479
- [x: string]: boolean;
480
- })[]>;
481
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
482
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
483
- onClick: (ev: MouseEvent) => void;
484
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
485
- click: (ev: MouseEvent) => true;
486
- }, string, {
487
- spin: boolean;
488
- strokeWidth: number;
489
- strokeLinecap: string;
490
- strokeLinejoin: string;
491
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
492
- install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
493
- };
494
- IconEyeInvisible: {
495
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
496
- size: {
497
- type: (StringConstructor | NumberConstructor)[];
498
- };
499
- strokeWidth: {
500
- type: NumberConstructor;
501
- default: number;
502
- };
503
- strokeLinecap: {
504
- type: StringConstructor;
505
- default: string;
506
- validator: (value: any) => boolean;
507
- };
508
- strokeLinejoin: {
509
- type: StringConstructor;
510
- default: string;
511
- validator: (value: any) => boolean;
512
- };
513
- rotate: NumberConstructor;
514
- spin: BooleanConstructor;
515
- }>> & Readonly<{
516
- onClick?: ((ev: MouseEvent) => any) | undefined;
517
- }>, {
518
- cls: import("vue").ComputedRef<(string | {
519
- [x: string]: boolean;
520
- })[]>;
521
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
522
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
523
- onClick: (ev: MouseEvent) => void;
524
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
525
- click: (ev: MouseEvent) => true;
526
- }, import("vue").PublicProps, {
527
- spin: boolean;
528
- strokeWidth: number;
529
- strokeLinecap: string;
530
- strokeLinejoin: string;
531
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
532
- P: {};
533
- B: {};
534
- D: {};
535
- C: {};
536
- M: {};
537
- Defaults: {};
538
- }, Readonly<import("vue").ExtractPropTypes<{
539
- size: {
540
- type: (StringConstructor | NumberConstructor)[];
541
- };
542
- strokeWidth: {
543
- type: NumberConstructor;
544
- default: number;
545
- };
546
- strokeLinecap: {
547
- type: StringConstructor;
548
- default: string;
549
- validator: (value: any) => boolean;
550
- };
551
- strokeLinejoin: {
552
- type: StringConstructor;
553
- default: string;
554
- validator: (value: any) => boolean;
555
- };
556
- rotate: NumberConstructor;
557
- spin: BooleanConstructor;
558
- }>> & Readonly<{
559
- onClick?: ((ev: MouseEvent) => any) | undefined;
560
- }>, {
561
- cls: import("vue").ComputedRef<(string | {
562
- [x: string]: boolean;
563
- })[]>;
564
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
565
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
566
- onClick: (ev: MouseEvent) => void;
567
- }, {}, {}, {}, {
568
- spin: boolean;
569
- strokeWidth: number;
570
- strokeLinecap: string;
571
- strokeLinejoin: string;
572
- }>;
573
- __isFragment?: never;
574
- __isTeleport?: never;
575
- __isSuspense?: never;
576
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
577
- size: {
578
- type: (StringConstructor | NumberConstructor)[];
579
- };
580
- strokeWidth: {
581
- type: NumberConstructor;
582
- default: number;
583
- };
584
- strokeLinecap: {
585
- type: StringConstructor;
586
- default: string;
587
- validator: (value: any) => boolean;
588
- };
589
- strokeLinejoin: {
590
- type: StringConstructor;
591
- default: string;
592
- validator: (value: any) => boolean;
593
- };
594
- rotate: NumberConstructor;
595
- spin: BooleanConstructor;
596
- }>> & Readonly<{
597
- onClick?: ((ev: MouseEvent) => any) | undefined;
598
- }>, {
599
- cls: import("vue").ComputedRef<(string | {
600
- [x: string]: boolean;
601
- })[]>;
602
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
603
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
604
- onClick: (ev: MouseEvent) => void;
605
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
606
- click: (ev: MouseEvent) => true;
607
- }, string, {
608
- spin: boolean;
609
- strokeWidth: number;
610
- strokeLinecap: string;
611
- strokeLinejoin: string;
612
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
613
- install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
614
- };
615
- AIconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
616
- prefix: {
617
- type: StringConstructor;
618
- };
619
- size: {
620
- type: import("vue").PropType<import("..").Size>;
621
- default: string;
622
- };
623
- disabled: {
624
- type: BooleanConstructor;
625
- default: boolean;
626
- };
627
- }>, {
628
- prefixCls: string;
629
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
630
- prefix: {
631
- type: StringConstructor;
632
- };
633
- size: {
634
- type: import("vue").PropType<import("..").Size>;
635
- default: string;
636
- };
637
- disabled: {
638
- type: BooleanConstructor;
639
- default: boolean;
640
- };
641
- }>> & Readonly<{
642
- onClick?: ((...args: any[]) => any) | undefined;
643
- }>, {
644
- size: "medium" | "large" | "small" | "mini";
645
- disabled: boolean;
646
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
647
- AInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
648
- modelValue: StringConstructor;
649
- defaultValue: {
650
- type: StringConstructor;
651
- default: string;
652
- };
653
- size: {
654
- type: import("vue").PropType<import("..").Size>;
655
- };
656
- allowClear: {
657
- type: BooleanConstructor;
658
- default: boolean;
659
- };
660
- disabled: {
661
- type: BooleanConstructor;
662
- default: boolean;
663
- };
664
- readonly: {
665
- type: BooleanConstructor;
666
- default: boolean;
667
- };
668
- error: {
669
- type: BooleanConstructor;
670
- default: boolean;
671
- };
672
- placeholder: StringConstructor;
673
- maxLength: {
674
- type: import("vue").PropType<number | {
675
- length: number;
676
- errorOnly?: boolean;
677
- }>;
678
- default: number;
679
- };
680
- showWordLimit: {
681
- type: BooleanConstructor;
682
- default: boolean;
683
- };
684
- wordLength: {
685
- type: import("vue").PropType<(value: string) => number>;
686
- };
687
- wordSlice: {
688
- type: import("vue").PropType<(value: string, maxLength: number) => string>;
689
- };
690
- inputAttrs: {
691
- type: ObjectConstructor;
692
- };
693
- type: {
694
- type: import("vue").PropType<"text" | "password">;
695
- default: string;
696
- };
697
- prepend: StringConstructor;
698
- append: StringConstructor;
699
- }>, {
700
- inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
701
- render: () => import("vue/jsx-runtime").JSX.Element;
702
- }, {}, {}, {
703
- focus(): void;
704
- blur(): void;
705
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
706
- 'update:modelValue': (_value: string) => true;
707
- input: (_value: string, _ev: Event) => true;
708
- change: (_value: string, _ev: Event) => true;
709
- pressEnter: (_ev: KeyboardEvent) => true;
710
- clear: (_ev: MouseEvent) => true;
711
- focus: (_ev: FocusEvent) => true;
712
- blur: (_ev: FocusEvent) => true;
713
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
714
- modelValue: StringConstructor;
715
- defaultValue: {
716
- type: StringConstructor;
717
- default: string;
718
- };
719
- size: {
720
- type: import("vue").PropType<import("..").Size>;
721
- };
722
- allowClear: {
723
- type: BooleanConstructor;
724
- default: boolean;
725
- };
726
- disabled: {
727
- type: BooleanConstructor;
728
- default: boolean;
729
- };
730
- readonly: {
731
- type: BooleanConstructor;
732
- default: boolean;
733
- };
734
- error: {
735
- type: BooleanConstructor;
736
- default: boolean;
737
- };
738
- placeholder: StringConstructor;
739
- maxLength: {
740
- type: import("vue").PropType<number | {
741
- length: number;
742
- errorOnly?: boolean;
743
- }>;
744
- default: number;
745
- };
746
- showWordLimit: {
747
- type: BooleanConstructor;
748
- default: boolean;
749
- };
750
- wordLength: {
751
- type: import("vue").PropType<(value: string) => number>;
752
- };
753
- wordSlice: {
754
- type: import("vue").PropType<(value: string, maxLength: number) => string>;
755
- };
756
- inputAttrs: {
757
- type: ObjectConstructor;
758
- };
759
- type: {
760
- type: import("vue").PropType<"text" | "password">;
761
- default: string;
762
- };
763
- prepend: StringConstructor;
764
- append: StringConstructor;
765
- }>> & Readonly<{
766
- onClear?: ((_ev: MouseEvent) => any) | undefined;
767
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
768
- onBlur?: ((_ev: FocusEvent) => any) | undefined;
769
- onChange?: ((_value: string, _ev: Event) => any) | undefined;
770
- onInput?: ((_value: string, _ev: Event) => any) | undefined;
771
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
772
- onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
773
- }>, {
774
- type: "text" | "password";
775
- disabled: boolean;
776
- error: boolean;
777
- readonly: boolean;
778
- defaultValue: string;
779
- allowClear: boolean;
780
- maxLength: number | {
781
- length: number;
782
- errorOnly?: boolean;
783
- };
784
- showWordLimit: boolean;
785
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
786
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
787
- Group: import("vue").DefineComponent<{}, {
788
- prefixCls: string;
789
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
790
- install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;
791
- }) | undefined, ({
792
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
793
- modelValue: StringConstructor;
794
- defaultValue: {
795
- type: StringConstructor;
796
- default: string;
797
- };
798
- size: {
799
- type: import("vue").PropType<import("..").Size>;
800
- };
801
- allowClear: {
802
- type: BooleanConstructor;
803
- default: boolean;
804
- };
805
- disabled: {
806
- type: BooleanConstructor;
807
- default: boolean;
808
- };
809
- readonly: {
810
- type: BooleanConstructor;
811
- default: boolean;
812
- };
813
- error: {
814
- type: BooleanConstructor;
815
- default: boolean;
816
- };
817
- placeholder: StringConstructor;
818
- maxLength: {
819
- type: import("vue").PropType<number | {
820
- length: number;
821
- errorOnly?: boolean;
822
- }>;
823
- default: number;
824
- };
825
- showWordLimit: {
826
- type: BooleanConstructor;
827
- default: boolean;
828
- };
829
- wordLength: {
830
- type: import("vue").PropType<(value: string) => number>;
831
- };
832
- wordSlice: {
833
- type: import("vue").PropType<(value: string, maxLength: number) => string>;
834
- };
835
- inputAttrs: {
836
- type: ObjectConstructor;
837
- };
838
- type: {
839
- type: import("vue").PropType<"text" | "password">;
840
- default: string;
841
- };
842
- prepend: StringConstructor;
843
- append: StringConstructor;
844
- }>> & Readonly<{
845
- onClear?: ((_ev: MouseEvent) => any) | undefined;
846
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
847
- onBlur?: ((_ev: FocusEvent) => any) | undefined;
848
- onChange?: ((_value: string, _ev: Event) => any) | undefined;
849
- onInput?: ((_value: string, _ev: Event) => any) | undefined;
850
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
851
- onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
852
- }>, {
853
- inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
854
- render: () => import("vue/jsx-runtime").JSX.Element;
855
- }, {}, {}, {
856
- focus(): void;
857
- blur(): void;
858
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
859
- 'update:modelValue': (_value: string) => true;
860
- input: (_value: string, _ev: Event) => true;
861
- change: (_value: string, _ev: Event) => true;
862
- pressEnter: (_ev: KeyboardEvent) => true;
863
- clear: (_ev: MouseEvent) => true;
864
- focus: (_ev: FocusEvent) => true;
865
- blur: (_ev: FocusEvent) => true;
866
- }, import("vue").PublicProps, {
867
- type: "text" | "password";
868
- disabled: boolean;
869
- error: boolean;
870
- readonly: boolean;
871
- defaultValue: string;
872
- allowClear: boolean;
873
- maxLength: number | {
874
- length: number;
875
- errorOnly?: boolean;
876
- };
877
- showWordLimit: boolean;
878
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
879
- P: {};
880
- B: {};
881
- D: {};
882
- C: {};
883
- M: {};
884
- Defaults: {};
885
- }, Readonly<import("vue").ExtractPropTypes<{
886
- modelValue: StringConstructor;
887
- defaultValue: {
888
- type: StringConstructor;
889
- default: string;
890
- };
891
- size: {
892
- type: import("vue").PropType<import("..").Size>;
893
- };
894
- allowClear: {
895
- type: BooleanConstructor;
896
- default: boolean;
897
- };
898
- disabled: {
899
- type: BooleanConstructor;
900
- default: boolean;
901
- };
902
- readonly: {
903
- type: BooleanConstructor;
904
- default: boolean;
905
- };
906
- error: {
907
- type: BooleanConstructor;
908
- default: boolean;
909
- };
910
- placeholder: StringConstructor;
911
- maxLength: {
912
- type: import("vue").PropType<number | {
913
- length: number;
914
- errorOnly?: boolean;
915
- }>;
916
- default: number;
917
- };
918
- showWordLimit: {
919
- type: BooleanConstructor;
920
- default: boolean;
921
- };
922
- wordLength: {
923
- type: import("vue").PropType<(value: string) => number>;
924
- };
925
- wordSlice: {
926
- type: import("vue").PropType<(value: string, maxLength: number) => string>;
927
- };
928
- inputAttrs: {
929
- type: ObjectConstructor;
930
- };
931
- type: {
932
- type: import("vue").PropType<"text" | "password">;
933
- default: string;
934
- };
935
- prepend: StringConstructor;
936
- append: StringConstructor;
937
- }>> & Readonly<{
938
- onClear?: ((_ev: MouseEvent) => any) | undefined;
939
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
940
- onBlur?: ((_ev: FocusEvent) => any) | undefined;
941
- onChange?: ((_value: string, _ev: Event) => any) | undefined;
942
- onInput?: ((_value: string, _ev: Event) => any) | undefined;
943
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
944
- onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
945
- }>, {
946
- inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
947
- render: () => import("vue/jsx-runtime").JSX.Element;
948
- }, {}, {}, {
949
- focus(): void;
950
- blur(): void;
951
- }, {
952
- type: "text" | "password";
953
- disabled: boolean;
954
- error: boolean;
955
- readonly: boolean;
956
- defaultValue: string;
957
- allowClear: boolean;
958
- maxLength: number | {
959
- length: number;
960
- errorOnly?: boolean;
961
- };
962
- showWordLimit: boolean;
963
- }>;
964
- __isFragment?: never;
965
- __isTeleport?: never;
966
- __isSuspense?: never;
967
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
968
- modelValue: StringConstructor;
969
- defaultValue: {
970
- type: StringConstructor;
971
- default: string;
972
- };
973
- size: {
974
- type: import("vue").PropType<import("..").Size>;
975
- };
976
- allowClear: {
977
- type: BooleanConstructor;
978
- default: boolean;
979
- };
980
- disabled: {
981
- type: BooleanConstructor;
982
- default: boolean;
983
- };
984
- readonly: {
985
- type: BooleanConstructor;
986
- default: boolean;
987
- };
988
- error: {
989
- type: BooleanConstructor;
990
- default: boolean;
991
- };
992
- placeholder: StringConstructor;
993
- maxLength: {
994
- type: import("vue").PropType<number | {
995
- length: number;
996
- errorOnly?: boolean;
997
- }>;
998
- default: number;
999
- };
1000
- showWordLimit: {
1001
- type: BooleanConstructor;
1002
- default: boolean;
1003
- };
1004
- wordLength: {
1005
- type: import("vue").PropType<(value: string) => number>;
1006
- };
1007
- wordSlice: {
1008
- type: import("vue").PropType<(value: string, maxLength: number) => string>;
1009
- };
1010
- inputAttrs: {
1011
- type: ObjectConstructor;
1012
- };
1013
- type: {
1014
- type: import("vue").PropType<"text" | "password">;
1015
- default: string;
1016
- };
1017
- prepend: StringConstructor;
1018
- append: StringConstructor;
1019
- }>> & Readonly<{
1020
- onClear?: ((_ev: MouseEvent) => any) | undefined;
1021
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
1022
- onBlur?: ((_ev: FocusEvent) => any) | undefined;
1023
- onChange?: ((_value: string, _ev: Event) => any) | undefined;
1024
- onInput?: ((_value: string, _ev: Event) => any) | undefined;
1025
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1026
- onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
1027
- }>, {
1028
- inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
1029
- render: () => import("vue/jsx-runtime").JSX.Element;
1030
- }, {}, {}, {
1031
- focus(): void;
1032
- blur(): void;
1033
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1034
- 'update:modelValue': (_value: string) => true;
1035
- input: (_value: string, _ev: Event) => true;
1036
- change: (_value: string, _ev: Event) => true;
1037
- pressEnter: (_ev: KeyboardEvent) => true;
1038
- clear: (_ev: MouseEvent) => true;
1039
- focus: (_ev: FocusEvent) => true;
1040
- blur: (_ev: FocusEvent) => true;
1041
- }, string, {
1042
- type: "text" | "password";
1043
- disabled: boolean;
1044
- error: boolean;
1045
- readonly: boolean;
1046
- defaultValue: string;
1047
- allowClear: boolean;
1048
- maxLength: number | {
1049
- length: number;
1050
- errorOnly?: boolean;
1051
- };
1052
- showWordLimit: boolean;
1053
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1054
- Search: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1055
- searchButton: {
1056
- type: BooleanConstructor;
1057
- default: boolean;
1058
- };
1059
- loading: {
1060
- type: BooleanConstructor;
1061
- default: boolean;
1062
- };
1063
- disabled: {
1064
- type: BooleanConstructor;
1065
- default: boolean;
1066
- };
1067
- size: {
1068
- type: import("vue").PropType<import("..").Size>;
1069
- };
1070
- buttonText: {
1071
- type: StringConstructor;
1072
- };
1073
- buttonProps: {
1074
- type: import("vue").PropType<import("..").ButtonProps>;
1075
- };
1076
- }>, {
1077
- inputRef: import("vue").Ref<any, any>;
1078
- render: () => import("vue/jsx-runtime").JSX.Element;
1079
- }, {}, {}, {
1080
- focus(): void;
1081
- blur(): void;
1082
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1083
- search: (_value: string, _ev: MouseEvent) => true;
1084
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1085
- searchButton: {
1086
- type: BooleanConstructor;
1087
- default: boolean;
1088
- };
1089
- loading: {
1090
- type: BooleanConstructor;
1091
- default: boolean;
1092
- };
1093
- disabled: {
1094
- type: BooleanConstructor;
1095
- default: boolean;
1096
- };
1097
- size: {
1098
- type: import("vue").PropType<import("..").Size>;
1099
- };
1100
- buttonText: {
1101
- type: StringConstructor;
1102
- };
1103
- buttonProps: {
1104
- type: import("vue").PropType<import("..").ButtonProps>;
1105
- };
1106
- }>> & Readonly<{
1107
- onSearch?: ((_value: string, _ev: MouseEvent) => any) | undefined;
1108
- }>, {
1109
- disabled: boolean;
1110
- searchButton: boolean;
1111
- loading: boolean;
1112
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1113
- Password: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1114
- visibility: {
1115
- type: BooleanConstructor;
1116
- default: undefined;
1117
- };
1118
- defaultVisibility: {
1119
- type: BooleanConstructor;
1120
- default: boolean;
1121
- };
1122
- invisibleButton: {
1123
- type: BooleanConstructor;
1124
- default: boolean;
1125
- };
1126
- }>, {
1127
- inputRef: import("vue").Ref<any, any>;
1128
- mergedVisible: import("vue").ComputedRef<boolean>;
1129
- handleInvisible: () => void;
1130
- }, {}, {}, {
1131
- focus(): void;
1132
- blur(): void;
1133
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("visibility-change" | "update:visibility")[], "visibility-change" | "update:visibility", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1134
- visibility: {
1135
- type: BooleanConstructor;
1136
- default: undefined;
1137
- };
1138
- defaultVisibility: {
1139
- type: BooleanConstructor;
1140
- default: boolean;
1141
- };
1142
- invisibleButton: {
1143
- type: BooleanConstructor;
1144
- default: boolean;
1145
- };
1146
- }>> & Readonly<{
1147
- "onVisibility-change"?: ((...args: any[]) => any) | undefined;
1148
- "onUpdate:visibility"?: ((...args: any[]) => any) | undefined;
1149
- }>, {
1150
- visibility: boolean;
1151
- defaultVisibility: boolean;
1152
- invisibleButton: boolean;
1153
- }, {}, {
1154
- IconEye: {
1155
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1156
- size: {
1157
- type: (StringConstructor | NumberConstructor)[];
1158
- };
1159
- strokeWidth: {
1160
- type: NumberConstructor;
1161
- default: number;
1162
- };
1163
- strokeLinecap: {
1164
- type: StringConstructor;
1165
- default: string;
1166
- validator: (value: any) => boolean;
1167
- };
1168
- strokeLinejoin: {
1169
- type: StringConstructor;
1170
- default: string;
1171
- validator: (value: any) => boolean;
1172
- };
1173
- rotate: NumberConstructor;
1174
- spin: BooleanConstructor;
1175
- }>> & Readonly<{
1176
- onClick?: ((ev: MouseEvent) => any) | undefined;
1177
- }>, {
1178
- cls: import("vue").ComputedRef<(string | {
1179
- [x: string]: boolean;
1180
- })[]>;
1181
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1182
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1183
- onClick: (ev: MouseEvent) => void;
1184
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1185
- click: (ev: MouseEvent) => true;
1186
- }, import("vue").PublicProps, {
1187
- spin: boolean;
1188
- strokeWidth: number;
1189
- strokeLinecap: string;
1190
- strokeLinejoin: string;
1191
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1192
- P: {};
1193
- B: {};
1194
- D: {};
1195
- C: {};
1196
- M: {};
1197
- Defaults: {};
1198
- }, Readonly<import("vue").ExtractPropTypes<{
1199
- size: {
1200
- type: (StringConstructor | NumberConstructor)[];
1201
- };
1202
- strokeWidth: {
1203
- type: NumberConstructor;
1204
- default: number;
1205
- };
1206
- strokeLinecap: {
1207
- type: StringConstructor;
1208
- default: string;
1209
- validator: (value: any) => boolean;
1210
- };
1211
- strokeLinejoin: {
1212
- type: StringConstructor;
1213
- default: string;
1214
- validator: (value: any) => boolean;
1215
- };
1216
- rotate: NumberConstructor;
1217
- spin: BooleanConstructor;
1218
- }>> & Readonly<{
1219
- onClick?: ((ev: MouseEvent) => any) | undefined;
1220
- }>, {
1221
- cls: import("vue").ComputedRef<(string | {
1222
- [x: string]: boolean;
1223
- })[]>;
1224
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1225
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1226
- onClick: (ev: MouseEvent) => void;
1227
- }, {}, {}, {}, {
1228
- spin: boolean;
1229
- strokeWidth: number;
1230
- strokeLinecap: string;
1231
- strokeLinejoin: string;
1232
- }>;
1233
- __isFragment?: never;
1234
- __isTeleport?: never;
1235
- __isSuspense?: never;
1236
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1237
- size: {
1238
- type: (StringConstructor | NumberConstructor)[];
1239
- };
1240
- strokeWidth: {
1241
- type: NumberConstructor;
1242
- default: number;
1243
- };
1244
- strokeLinecap: {
1245
- type: StringConstructor;
1246
- default: string;
1247
- validator: (value: any) => boolean;
1248
- };
1249
- strokeLinejoin: {
1250
- type: StringConstructor;
1251
- default: string;
1252
- validator: (value: any) => boolean;
1253
- };
1254
- rotate: NumberConstructor;
1255
- spin: BooleanConstructor;
1256
- }>> & Readonly<{
1257
- onClick?: ((ev: MouseEvent) => any) | undefined;
1258
- }>, {
1259
- cls: import("vue").ComputedRef<(string | {
1260
- [x: string]: boolean;
1261
- })[]>;
1262
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1263
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1264
- onClick: (ev: MouseEvent) => void;
1265
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1266
- click: (ev: MouseEvent) => true;
1267
- }, string, {
1268
- spin: boolean;
1269
- strokeWidth: number;
1270
- strokeLinecap: string;
1271
- strokeLinejoin: string;
1272
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1273
- install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
1274
- };
1275
- IconEyeInvisible: {
1276
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1277
- size: {
1278
- type: (StringConstructor | NumberConstructor)[];
1279
- };
1280
- strokeWidth: {
1281
- type: NumberConstructor;
1282
- default: number;
1283
- };
1284
- strokeLinecap: {
1285
- type: StringConstructor;
1286
- default: string;
1287
- validator: (value: any) => boolean;
1288
- };
1289
- strokeLinejoin: {
1290
- type: StringConstructor;
1291
- default: string;
1292
- validator: (value: any) => boolean;
1293
- };
1294
- rotate: NumberConstructor;
1295
- spin: BooleanConstructor;
1296
- }>> & Readonly<{
1297
- onClick?: ((ev: MouseEvent) => any) | undefined;
1298
- }>, {
1299
- cls: import("vue").ComputedRef<(string | {
1300
- [x: string]: boolean;
1301
- })[]>;
1302
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1303
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1304
- onClick: (ev: MouseEvent) => void;
1305
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1306
- click: (ev: MouseEvent) => true;
1307
- }, import("vue").PublicProps, {
1308
- spin: boolean;
1309
- strokeWidth: number;
1310
- strokeLinecap: string;
1311
- strokeLinejoin: string;
1312
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1313
- P: {};
1314
- B: {};
1315
- D: {};
1316
- C: {};
1317
- M: {};
1318
- Defaults: {};
1319
- }, Readonly<import("vue").ExtractPropTypes<{
1320
- size: {
1321
- type: (StringConstructor | NumberConstructor)[];
1322
- };
1323
- strokeWidth: {
1324
- type: NumberConstructor;
1325
- default: number;
1326
- };
1327
- strokeLinecap: {
1328
- type: StringConstructor;
1329
- default: string;
1330
- validator: (value: any) => boolean;
1331
- };
1332
- strokeLinejoin: {
1333
- type: StringConstructor;
1334
- default: string;
1335
- validator: (value: any) => boolean;
1336
- };
1337
- rotate: NumberConstructor;
1338
- spin: BooleanConstructor;
1339
- }>> & Readonly<{
1340
- onClick?: ((ev: MouseEvent) => any) | undefined;
1341
- }>, {
1342
- cls: import("vue").ComputedRef<(string | {
1343
- [x: string]: boolean;
1344
- })[]>;
1345
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1346
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1347
- onClick: (ev: MouseEvent) => void;
1348
- }, {}, {}, {}, {
1349
- spin: boolean;
1350
- strokeWidth: number;
1351
- strokeLinecap: string;
1352
- strokeLinejoin: string;
1353
- }>;
1354
- __isFragment?: never;
1355
- __isTeleport?: never;
1356
- __isSuspense?: never;
1357
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1358
- size: {
1359
- type: (StringConstructor | NumberConstructor)[];
1360
- };
1361
- strokeWidth: {
1362
- type: NumberConstructor;
1363
- default: number;
1364
- };
1365
- strokeLinecap: {
1366
- type: StringConstructor;
1367
- default: string;
1368
- validator: (value: any) => boolean;
1369
- };
1370
- strokeLinejoin: {
1371
- type: StringConstructor;
1372
- default: string;
1373
- validator: (value: any) => boolean;
1374
- };
1375
- rotate: NumberConstructor;
1376
- spin: BooleanConstructor;
1377
- }>> & Readonly<{
1378
- onClick?: ((ev: MouseEvent) => any) | undefined;
1379
- }>, {
1380
- cls: import("vue").ComputedRef<(string | {
1381
- [x: string]: boolean;
1382
- })[]>;
1383
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1384
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1385
- onClick: (ev: MouseEvent) => void;
1386
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1387
- click: (ev: MouseEvent) => true;
1388
- }, string, {
1389
- spin: boolean;
1390
- strokeWidth: number;
1391
- strokeLinecap: string;
1392
- strokeLinejoin: string;
1393
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1394
- install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
1395
- };
1396
- AIconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1397
- prefix: {
1398
- type: StringConstructor;
1399
- };
1400
- size: {
1401
- type: import("vue").PropType<import("..").Size>;
1402
- default: string;
1403
- };
1404
- disabled: {
1405
- type: BooleanConstructor;
1406
- default: boolean;
1407
- };
1408
- }>, {
1409
- prefixCls: string;
1410
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1411
- prefix: {
1412
- type: StringConstructor;
1413
- };
1414
- size: {
1415
- type: import("vue").PropType<import("..").Size>;
1416
- default: string;
1417
- };
1418
- disabled: {
1419
- type: BooleanConstructor;
1420
- default: boolean;
1421
- };
1422
- }>> & Readonly<{
1423
- onClick?: ((...args: any[]) => any) | undefined;
1424
- }>, {
1425
- size: "medium" | "large" | "small" | "mini";
1426
- disabled: boolean;
1427
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1428
- AInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1429
- modelValue: StringConstructor;
1430
- defaultValue: {
1431
- type: StringConstructor;
1432
- default: string;
1433
- };
1434
- size: {
1435
- type: import("vue").PropType<import("..").Size>;
1436
- };
1437
- allowClear: {
1438
- type: BooleanConstructor;
1439
- default: boolean;
1440
- };
1441
- disabled: {
1442
- type: BooleanConstructor;
1443
- default: boolean;
1444
- };
1445
- readonly: {
1446
- type: BooleanConstructor;
1447
- default: boolean;
1448
- };
1449
- error: {
1450
- type: BooleanConstructor;
1451
- default: boolean;
1452
- };
1453
- placeholder: StringConstructor;
1454
- maxLength: {
1455
- type: import("vue").PropType<number | {
1456
- length: number;
1457
- errorOnly?: boolean;
1458
- }>;
1459
- default: number;
1460
- };
1461
- showWordLimit: {
1462
- type: BooleanConstructor;
1463
- default: boolean;
1464
- };
1465
- wordLength: {
1466
- type: import("vue").PropType<(value: string) => number>;
1467
- };
1468
- wordSlice: {
1469
- type: import("vue").PropType<(value: string, maxLength: number) => string>;
1470
- };
1471
- inputAttrs: {
1472
- type: ObjectConstructor;
1473
- };
1474
- type: {
1475
- type: import("vue").PropType<"text" | "password">;
1476
- default: string;
1477
- };
1478
- prepend: StringConstructor;
1479
- append: StringConstructor;
1480
- }>, {
1481
- inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
1482
- render: () => import("vue/jsx-runtime").JSX.Element;
1483
- }, {}, {}, {
1484
- focus(): void;
1485
- blur(): void;
1486
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1487
- 'update:modelValue': (_value: string) => true;
1488
- input: (_value: string, _ev: Event) => true;
1489
- change: (_value: string, _ev: Event) => true;
1490
- pressEnter: (_ev: KeyboardEvent) => true;
1491
- clear: (_ev: MouseEvent) => true;
1492
- focus: (_ev: FocusEvent) => true;
1493
- blur: (_ev: FocusEvent) => true;
1494
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1495
- modelValue: StringConstructor;
1496
- defaultValue: {
1497
- type: StringConstructor;
1498
- default: string;
1499
- };
1500
- size: {
1501
- type: import("vue").PropType<import("..").Size>;
1502
- };
1503
- allowClear: {
1504
- type: BooleanConstructor;
1505
- default: boolean;
1506
- };
1507
- disabled: {
1508
- type: BooleanConstructor;
1509
- default: boolean;
1510
- };
1511
- readonly: {
1512
- type: BooleanConstructor;
1513
- default: boolean;
1514
- };
1515
- error: {
1516
- type: BooleanConstructor;
1517
- default: boolean;
1518
- };
1519
- placeholder: StringConstructor;
1520
- maxLength: {
1521
- type: import("vue").PropType<number | {
1522
- length: number;
1523
- errorOnly?: boolean;
1524
- }>;
1525
- default: number;
1526
- };
1527
- showWordLimit: {
1528
- type: BooleanConstructor;
1529
- default: boolean;
1530
- };
1531
- wordLength: {
1532
- type: import("vue").PropType<(value: string) => number>;
1533
- };
1534
- wordSlice: {
1535
- type: import("vue").PropType<(value: string, maxLength: number) => string>;
1536
- };
1537
- inputAttrs: {
1538
- type: ObjectConstructor;
1539
- };
1540
- type: {
1541
- type: import("vue").PropType<"text" | "password">;
1542
- default: string;
1543
- };
1544
- prepend: StringConstructor;
1545
- append: StringConstructor;
1546
- }>> & Readonly<{
1547
- onClear?: ((_ev: MouseEvent) => any) | undefined;
1548
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
1549
- onBlur?: ((_ev: FocusEvent) => any) | undefined;
1550
- onChange?: ((_value: string, _ev: Event) => any) | undefined;
1551
- onInput?: ((_value: string, _ev: Event) => any) | undefined;
1552
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1553
- onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
1554
- }>, {
1555
- type: "text" | "password";
1556
- disabled: boolean;
1557
- error: boolean;
1558
- readonly: boolean;
1559
- defaultValue: string;
1560
- allowClear: boolean;
1561
- maxLength: number | {
1562
- length: number;
1563
- errorOnly?: boolean;
1564
- };
1565
- showWordLimit: boolean;
1566
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1567
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1568
- Group: import("vue").DefineComponent<{}, {
1569
- prefixCls: string;
1570
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1571
- install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;
1572
- }) | undefined>;
1573
- onBlur: () => void;
1574
- onChange: (value: string) => void;
1575
- onEnd: () => void;
1576
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("end" | "change" | "update:text")[], "end" | "change" | "update:text", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ change: (_value: string) => any;
8
+ end: () => any;
9
+ "update:text": (_value: string) => any;
10
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1577
11
  text: {
1578
12
  type: StringConstructor;
1579
13
  required: true;
1580
14
  };
1581
15
  }>> & Readonly<{
1582
- onChange?: ((...args: any[]) => any) | undefined;
1583
- onEnd?: ((...args: any[]) => any) | undefined;
1584
- "onUpdate:text"?: ((...args: any[]) => any) | undefined;
1585
- }>, {}, {}, {
1586
- Input: {
1587
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1588
- modelValue: StringConstructor;
1589
- defaultValue: {
1590
- type: StringConstructor;
1591
- default: string;
1592
- };
1593
- size: {
1594
- type: import("vue").PropType<import("..").Size>;
1595
- };
1596
- allowClear: {
1597
- type: BooleanConstructor;
1598
- default: boolean;
1599
- };
1600
- disabled: {
1601
- type: BooleanConstructor;
1602
- default: boolean;
1603
- };
1604
- readonly: {
1605
- type: BooleanConstructor;
1606
- default: boolean;
1607
- };
1608
- error: {
1609
- type: BooleanConstructor;
1610
- default: boolean;
1611
- };
1612
- placeholder: StringConstructor;
1613
- maxLength: {
1614
- type: import("vue").PropType<number | {
1615
- length: number;
1616
- errorOnly?: boolean;
1617
- }>;
1618
- default: number;
1619
- };
1620
- showWordLimit: {
1621
- type: BooleanConstructor;
1622
- default: boolean;
1623
- };
1624
- wordLength: {
1625
- type: import("vue").PropType<(value: string) => number>;
1626
- };
1627
- wordSlice: {
1628
- type: import("vue").PropType<(value: string, maxLength: number) => string>;
1629
- };
1630
- inputAttrs: {
1631
- type: ObjectConstructor;
1632
- };
1633
- type: {
1634
- type: import("vue").PropType<"text" | "password">;
1635
- default: string;
1636
- };
1637
- prepend: StringConstructor;
1638
- append: StringConstructor;
1639
- }>> & Readonly<{
1640
- onClear?: ((_ev: MouseEvent) => any) | undefined;
1641
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
1642
- onBlur?: ((_ev: FocusEvent) => any) | undefined;
1643
- onChange?: ((_value: string, _ev: Event) => any) | undefined;
1644
- onInput?: ((_value: string, _ev: Event) => any) | undefined;
1645
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1646
- onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
1647
- }>, {
1648
- inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
1649
- render: () => import("vue/jsx-runtime").JSX.Element;
1650
- }, {}, {}, {
1651
- focus(): void;
1652
- blur(): void;
1653
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1654
- 'update:modelValue': (_value: string) => true;
1655
- input: (_value: string, _ev: Event) => true;
1656
- change: (_value: string, _ev: Event) => true;
1657
- pressEnter: (_ev: KeyboardEvent) => true;
1658
- clear: (_ev: MouseEvent) => true;
1659
- focus: (_ev: FocusEvent) => true;
1660
- blur: (_ev: FocusEvent) => true;
1661
- }, import("vue").PublicProps, {
1662
- type: "text" | "password";
1663
- disabled: boolean;
1664
- error: boolean;
1665
- readonly: boolean;
1666
- defaultValue: string;
1667
- allowClear: boolean;
1668
- maxLength: number | {
1669
- length: number;
1670
- errorOnly?: boolean;
1671
- };
1672
- showWordLimit: boolean;
1673
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1674
- P: {};
1675
- B: {};
1676
- D: {};
1677
- C: {};
1678
- M: {};
1679
- Defaults: {};
1680
- }, Readonly<import("vue").ExtractPropTypes<{
1681
- modelValue: StringConstructor;
1682
- defaultValue: {
1683
- type: StringConstructor;
1684
- default: string;
1685
- };
1686
- size: {
1687
- type: import("vue").PropType<import("..").Size>;
1688
- };
1689
- allowClear: {
1690
- type: BooleanConstructor;
1691
- default: boolean;
1692
- };
1693
- disabled: {
1694
- type: BooleanConstructor;
1695
- default: boolean;
1696
- };
1697
- readonly: {
1698
- type: BooleanConstructor;
1699
- default: boolean;
1700
- };
1701
- error: {
1702
- type: BooleanConstructor;
1703
- default: boolean;
1704
- };
1705
- placeholder: StringConstructor;
1706
- maxLength: {
1707
- type: import("vue").PropType<number | {
1708
- length: number;
1709
- errorOnly?: boolean;
1710
- }>;
1711
- default: number;
1712
- };
1713
- showWordLimit: {
1714
- type: BooleanConstructor;
1715
- default: boolean;
1716
- };
1717
- wordLength: {
1718
- type: import("vue").PropType<(value: string) => number>;
1719
- };
1720
- wordSlice: {
1721
- type: import("vue").PropType<(value: string, maxLength: number) => string>;
1722
- };
1723
- inputAttrs: {
1724
- type: ObjectConstructor;
1725
- };
1726
- type: {
1727
- type: import("vue").PropType<"text" | "password">;
1728
- default: string;
1729
- };
1730
- prepend: StringConstructor;
1731
- append: StringConstructor;
1732
- }>> & Readonly<{
1733
- onClear?: ((_ev: MouseEvent) => any) | undefined;
1734
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
1735
- onBlur?: ((_ev: FocusEvent) => any) | undefined;
1736
- onChange?: ((_value: string, _ev: Event) => any) | undefined;
1737
- onInput?: ((_value: string, _ev: Event) => any) | undefined;
1738
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1739
- onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
1740
- }>, {
1741
- inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
1742
- render: () => import("vue/jsx-runtime").JSX.Element;
1743
- }, {}, {}, {
1744
- focus(): void;
1745
- blur(): void;
1746
- }, {
1747
- type: "text" | "password";
1748
- disabled: boolean;
1749
- error: boolean;
1750
- readonly: boolean;
1751
- defaultValue: string;
1752
- allowClear: boolean;
1753
- maxLength: number | {
1754
- length: number;
1755
- errorOnly?: boolean;
1756
- };
1757
- showWordLimit: boolean;
1758
- }>;
1759
- __isFragment?: never;
1760
- __isTeleport?: never;
1761
- __isSuspense?: never;
1762
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1763
- modelValue: StringConstructor;
1764
- defaultValue: {
1765
- type: StringConstructor;
1766
- default: string;
1767
- };
1768
- size: {
1769
- type: import("vue").PropType<import("..").Size>;
1770
- };
1771
- allowClear: {
1772
- type: BooleanConstructor;
1773
- default: boolean;
1774
- };
1775
- disabled: {
1776
- type: BooleanConstructor;
1777
- default: boolean;
1778
- };
1779
- readonly: {
1780
- type: BooleanConstructor;
1781
- default: boolean;
1782
- };
1783
- error: {
1784
- type: BooleanConstructor;
1785
- default: boolean;
1786
- };
1787
- placeholder: StringConstructor;
1788
- maxLength: {
1789
- type: import("vue").PropType<number | {
1790
- length: number;
1791
- errorOnly?: boolean;
1792
- }>;
1793
- default: number;
1794
- };
1795
- showWordLimit: {
1796
- type: BooleanConstructor;
1797
- default: boolean;
1798
- };
1799
- wordLength: {
1800
- type: import("vue").PropType<(value: string) => number>;
1801
- };
1802
- wordSlice: {
1803
- type: import("vue").PropType<(value: string, maxLength: number) => string>;
1804
- };
1805
- inputAttrs: {
1806
- type: ObjectConstructor;
1807
- };
1808
- type: {
1809
- type: import("vue").PropType<"text" | "password">;
1810
- default: string;
1811
- };
1812
- prepend: StringConstructor;
1813
- append: StringConstructor;
1814
- }>> & Readonly<{
1815
- onClear?: ((_ev: MouseEvent) => any) | undefined;
1816
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
1817
- onBlur?: ((_ev: FocusEvent) => any) | undefined;
1818
- onChange?: ((_value: string, _ev: Event) => any) | undefined;
1819
- onInput?: ((_value: string, _ev: Event) => any) | undefined;
1820
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
1821
- onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
1822
- }>, {
1823
- inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
1824
- render: () => import("vue/jsx-runtime").JSX.Element;
1825
- }, {}, {}, {
1826
- focus(): void;
1827
- blur(): void;
1828
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1829
- 'update:modelValue': (_value: string) => true;
1830
- input: (_value: string, _ev: Event) => true;
1831
- change: (_value: string, _ev: Event) => true;
1832
- pressEnter: (_ev: KeyboardEvent) => true;
1833
- clear: (_ev: MouseEvent) => true;
1834
- focus: (_ev: FocusEvent) => true;
1835
- blur: (_ev: FocusEvent) => true;
1836
- }, string, {
1837
- type: "text" | "password";
1838
- disabled: boolean;
1839
- error: boolean;
1840
- readonly: boolean;
1841
- defaultValue: string;
1842
- allowClear: boolean;
1843
- maxLength: number | {
1844
- length: number;
1845
- errorOnly?: boolean;
1846
- };
1847
- showWordLimit: boolean;
1848
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1849
- Search: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1850
- searchButton: {
1851
- type: BooleanConstructor;
1852
- default: boolean;
1853
- };
1854
- loading: {
1855
- type: BooleanConstructor;
1856
- default: boolean;
1857
- };
1858
- disabled: {
1859
- type: BooleanConstructor;
1860
- default: boolean;
1861
- };
1862
- size: {
1863
- type: import("vue").PropType<import("..").Size>;
1864
- };
1865
- buttonText: {
1866
- type: StringConstructor;
1867
- };
1868
- buttonProps: {
1869
- type: import("vue").PropType<import("..").ButtonProps>;
1870
- };
1871
- }>, {
1872
- inputRef: import("vue").Ref<any, any>;
1873
- render: () => import("vue/jsx-runtime").JSX.Element;
1874
- }, {}, {}, {
1875
- focus(): void;
1876
- blur(): void;
1877
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1878
- search: (_value: string, _ev: MouseEvent) => true;
1879
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1880
- searchButton: {
1881
- type: BooleanConstructor;
1882
- default: boolean;
1883
- };
1884
- loading: {
1885
- type: BooleanConstructor;
1886
- default: boolean;
1887
- };
1888
- disabled: {
1889
- type: BooleanConstructor;
1890
- default: boolean;
1891
- };
1892
- size: {
1893
- type: import("vue").PropType<import("..").Size>;
1894
- };
1895
- buttonText: {
1896
- type: StringConstructor;
1897
- };
1898
- buttonProps: {
1899
- type: import("vue").PropType<import("..").ButtonProps>;
1900
- };
1901
- }>> & Readonly<{
1902
- onSearch?: ((_value: string, _ev: MouseEvent) => any) | undefined;
1903
- }>, {
1904
- disabled: boolean;
1905
- searchButton: boolean;
1906
- loading: boolean;
1907
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1908
- Password: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1909
- visibility: {
1910
- type: BooleanConstructor;
1911
- default: undefined;
1912
- };
1913
- defaultVisibility: {
1914
- type: BooleanConstructor;
1915
- default: boolean;
1916
- };
1917
- invisibleButton: {
1918
- type: BooleanConstructor;
1919
- default: boolean;
1920
- };
1921
- }>, {
1922
- inputRef: import("vue").Ref<any, any>;
1923
- mergedVisible: import("vue").ComputedRef<boolean>;
1924
- handleInvisible: () => void;
1925
- }, {}, {}, {
1926
- focus(): void;
1927
- blur(): void;
1928
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("visibility-change" | "update:visibility")[], "visibility-change" | "update:visibility", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1929
- visibility: {
1930
- type: BooleanConstructor;
1931
- default: undefined;
1932
- };
1933
- defaultVisibility: {
1934
- type: BooleanConstructor;
1935
- default: boolean;
1936
- };
1937
- invisibleButton: {
1938
- type: BooleanConstructor;
1939
- default: boolean;
1940
- };
1941
- }>> & Readonly<{
1942
- "onVisibility-change"?: ((...args: any[]) => any) | undefined;
1943
- "onUpdate:visibility"?: ((...args: any[]) => any) | undefined;
1944
- }>, {
1945
- visibility: boolean;
1946
- defaultVisibility: boolean;
1947
- invisibleButton: boolean;
1948
- }, {}, {
1949
- IconEye: {
1950
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1951
- size: {
1952
- type: (StringConstructor | NumberConstructor)[];
1953
- };
1954
- strokeWidth: {
1955
- type: NumberConstructor;
1956
- default: number;
1957
- };
1958
- strokeLinecap: {
1959
- type: StringConstructor;
1960
- default: string;
1961
- validator: (value: any) => boolean;
1962
- };
1963
- strokeLinejoin: {
1964
- type: StringConstructor;
1965
- default: string;
1966
- validator: (value: any) => boolean;
1967
- };
1968
- rotate: NumberConstructor;
1969
- spin: BooleanConstructor;
1970
- }>> & Readonly<{
1971
- onClick?: ((ev: MouseEvent) => any) | undefined;
1972
- }>, {
1973
- cls: import("vue").ComputedRef<(string | {
1974
- [x: string]: boolean;
1975
- })[]>;
1976
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1977
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1978
- onClick: (ev: MouseEvent) => void;
1979
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1980
- click: (ev: MouseEvent) => true;
1981
- }, import("vue").PublicProps, {
1982
- spin: boolean;
1983
- strokeWidth: number;
1984
- strokeLinecap: string;
1985
- strokeLinejoin: string;
1986
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1987
- P: {};
1988
- B: {};
1989
- D: {};
1990
- C: {};
1991
- M: {};
1992
- Defaults: {};
1993
- }, Readonly<import("vue").ExtractPropTypes<{
1994
- size: {
1995
- type: (StringConstructor | NumberConstructor)[];
1996
- };
1997
- strokeWidth: {
1998
- type: NumberConstructor;
1999
- default: number;
2000
- };
2001
- strokeLinecap: {
2002
- type: StringConstructor;
2003
- default: string;
2004
- validator: (value: any) => boolean;
2005
- };
2006
- strokeLinejoin: {
2007
- type: StringConstructor;
2008
- default: string;
2009
- validator: (value: any) => boolean;
2010
- };
2011
- rotate: NumberConstructor;
2012
- spin: BooleanConstructor;
2013
- }>> & Readonly<{
2014
- onClick?: ((ev: MouseEvent) => any) | undefined;
2015
- }>, {
2016
- cls: import("vue").ComputedRef<(string | {
2017
- [x: string]: boolean;
2018
- })[]>;
2019
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2020
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2021
- onClick: (ev: MouseEvent) => void;
2022
- }, {}, {}, {}, {
2023
- spin: boolean;
2024
- strokeWidth: number;
2025
- strokeLinecap: string;
2026
- strokeLinejoin: string;
2027
- }>;
2028
- __isFragment?: never;
2029
- __isTeleport?: never;
2030
- __isSuspense?: never;
2031
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2032
- size: {
2033
- type: (StringConstructor | NumberConstructor)[];
2034
- };
2035
- strokeWidth: {
2036
- type: NumberConstructor;
2037
- default: number;
2038
- };
2039
- strokeLinecap: {
2040
- type: StringConstructor;
2041
- default: string;
2042
- validator: (value: any) => boolean;
2043
- };
2044
- strokeLinejoin: {
2045
- type: StringConstructor;
2046
- default: string;
2047
- validator: (value: any) => boolean;
2048
- };
2049
- rotate: NumberConstructor;
2050
- spin: BooleanConstructor;
2051
- }>> & Readonly<{
2052
- onClick?: ((ev: MouseEvent) => any) | undefined;
2053
- }>, {
2054
- cls: import("vue").ComputedRef<(string | {
2055
- [x: string]: boolean;
2056
- })[]>;
2057
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2058
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2059
- onClick: (ev: MouseEvent) => void;
2060
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2061
- click: (ev: MouseEvent) => true;
2062
- }, string, {
2063
- spin: boolean;
2064
- strokeWidth: number;
2065
- strokeLinecap: string;
2066
- strokeLinejoin: string;
2067
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
2068
- install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
2069
- };
2070
- IconEyeInvisible: {
2071
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2072
- size: {
2073
- type: (StringConstructor | NumberConstructor)[];
2074
- };
2075
- strokeWidth: {
2076
- type: NumberConstructor;
2077
- default: number;
2078
- };
2079
- strokeLinecap: {
2080
- type: StringConstructor;
2081
- default: string;
2082
- validator: (value: any) => boolean;
2083
- };
2084
- strokeLinejoin: {
2085
- type: StringConstructor;
2086
- default: string;
2087
- validator: (value: any) => boolean;
2088
- };
2089
- rotate: NumberConstructor;
2090
- spin: BooleanConstructor;
2091
- }>> & Readonly<{
2092
- onClick?: ((ev: MouseEvent) => any) | undefined;
2093
- }>, {
2094
- cls: import("vue").ComputedRef<(string | {
2095
- [x: string]: boolean;
2096
- })[]>;
2097
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2098
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2099
- onClick: (ev: MouseEvent) => void;
2100
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2101
- click: (ev: MouseEvent) => true;
2102
- }, import("vue").PublicProps, {
2103
- spin: boolean;
2104
- strokeWidth: number;
2105
- strokeLinecap: string;
2106
- strokeLinejoin: string;
2107
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2108
- P: {};
2109
- B: {};
2110
- D: {};
2111
- C: {};
2112
- M: {};
2113
- Defaults: {};
2114
- }, Readonly<import("vue").ExtractPropTypes<{
2115
- size: {
2116
- type: (StringConstructor | NumberConstructor)[];
2117
- };
2118
- strokeWidth: {
2119
- type: NumberConstructor;
2120
- default: number;
2121
- };
2122
- strokeLinecap: {
2123
- type: StringConstructor;
2124
- default: string;
2125
- validator: (value: any) => boolean;
2126
- };
2127
- strokeLinejoin: {
2128
- type: StringConstructor;
2129
- default: string;
2130
- validator: (value: any) => boolean;
2131
- };
2132
- rotate: NumberConstructor;
2133
- spin: BooleanConstructor;
2134
- }>> & Readonly<{
2135
- onClick?: ((ev: MouseEvent) => any) | undefined;
2136
- }>, {
2137
- cls: import("vue").ComputedRef<(string | {
2138
- [x: string]: boolean;
2139
- })[]>;
2140
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2141
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2142
- onClick: (ev: MouseEvent) => void;
2143
- }, {}, {}, {}, {
2144
- spin: boolean;
2145
- strokeWidth: number;
2146
- strokeLinecap: string;
2147
- strokeLinejoin: string;
2148
- }>;
2149
- __isFragment?: never;
2150
- __isTeleport?: never;
2151
- __isSuspense?: never;
2152
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2153
- size: {
2154
- type: (StringConstructor | NumberConstructor)[];
2155
- };
2156
- strokeWidth: {
2157
- type: NumberConstructor;
2158
- default: number;
2159
- };
2160
- strokeLinecap: {
2161
- type: StringConstructor;
2162
- default: string;
2163
- validator: (value: any) => boolean;
2164
- };
2165
- strokeLinejoin: {
2166
- type: StringConstructor;
2167
- default: string;
2168
- validator: (value: any) => boolean;
2169
- };
2170
- rotate: NumberConstructor;
2171
- spin: BooleanConstructor;
2172
- }>> & Readonly<{
2173
- onClick?: ((ev: MouseEvent) => any) | undefined;
2174
- }>, {
2175
- cls: import("vue").ComputedRef<(string | {
2176
- [x: string]: boolean;
2177
- })[]>;
2178
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2179
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2180
- onClick: (ev: MouseEvent) => void;
2181
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2182
- click: (ev: MouseEvent) => true;
2183
- }, string, {
2184
- spin: boolean;
2185
- strokeWidth: number;
2186
- strokeLinecap: string;
2187
- strokeLinejoin: string;
2188
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
2189
- install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
2190
- };
2191
- AIconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2192
- prefix: {
2193
- type: StringConstructor;
2194
- };
2195
- size: {
2196
- type: import("vue").PropType<import("..").Size>;
2197
- default: string;
2198
- };
2199
- disabled: {
2200
- type: BooleanConstructor;
2201
- default: boolean;
2202
- };
2203
- }>, {
2204
- prefixCls: string;
2205
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2206
- prefix: {
2207
- type: StringConstructor;
2208
- };
2209
- size: {
2210
- type: import("vue").PropType<import("..").Size>;
2211
- default: string;
2212
- };
2213
- disabled: {
2214
- type: BooleanConstructor;
2215
- default: boolean;
2216
- };
2217
- }>> & Readonly<{
2218
- onClick?: ((...args: any[]) => any) | undefined;
2219
- }>, {
2220
- size: "medium" | "large" | "small" | "mini";
2221
- disabled: boolean;
2222
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2223
- AInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2224
- modelValue: StringConstructor;
2225
- defaultValue: {
2226
- type: StringConstructor;
2227
- default: string;
2228
- };
2229
- size: {
2230
- type: import("vue").PropType<import("..").Size>;
2231
- };
2232
- allowClear: {
2233
- type: BooleanConstructor;
2234
- default: boolean;
2235
- };
2236
- disabled: {
2237
- type: BooleanConstructor;
2238
- default: boolean;
2239
- };
2240
- readonly: {
2241
- type: BooleanConstructor;
2242
- default: boolean;
2243
- };
2244
- error: {
2245
- type: BooleanConstructor;
2246
- default: boolean;
2247
- };
2248
- placeholder: StringConstructor;
2249
- maxLength: {
2250
- type: import("vue").PropType<number | {
2251
- length: number;
2252
- errorOnly?: boolean;
2253
- }>;
2254
- default: number;
2255
- };
2256
- showWordLimit: {
2257
- type: BooleanConstructor;
2258
- default: boolean;
2259
- };
2260
- wordLength: {
2261
- type: import("vue").PropType<(value: string) => number>;
2262
- };
2263
- wordSlice: {
2264
- type: import("vue").PropType<(value: string, maxLength: number) => string>;
2265
- };
2266
- inputAttrs: {
2267
- type: ObjectConstructor;
2268
- };
2269
- type: {
2270
- type: import("vue").PropType<"text" | "password">;
2271
- default: string;
2272
- };
2273
- prepend: StringConstructor;
2274
- append: StringConstructor;
2275
- }>, {
2276
- inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
2277
- render: () => import("vue/jsx-runtime").JSX.Element;
2278
- }, {}, {}, {
2279
- focus(): void;
2280
- blur(): void;
2281
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2282
- 'update:modelValue': (_value: string) => true;
2283
- input: (_value: string, _ev: Event) => true;
2284
- change: (_value: string, _ev: Event) => true;
2285
- pressEnter: (_ev: KeyboardEvent) => true;
2286
- clear: (_ev: MouseEvent) => true;
2287
- focus: (_ev: FocusEvent) => true;
2288
- blur: (_ev: FocusEvent) => true;
2289
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2290
- modelValue: StringConstructor;
2291
- defaultValue: {
2292
- type: StringConstructor;
2293
- default: string;
2294
- };
2295
- size: {
2296
- type: import("vue").PropType<import("..").Size>;
2297
- };
2298
- allowClear: {
2299
- type: BooleanConstructor;
2300
- default: boolean;
2301
- };
2302
- disabled: {
2303
- type: BooleanConstructor;
2304
- default: boolean;
2305
- };
2306
- readonly: {
2307
- type: BooleanConstructor;
2308
- default: boolean;
2309
- };
2310
- error: {
2311
- type: BooleanConstructor;
2312
- default: boolean;
2313
- };
2314
- placeholder: StringConstructor;
2315
- maxLength: {
2316
- type: import("vue").PropType<number | {
2317
- length: number;
2318
- errorOnly?: boolean;
2319
- }>;
2320
- default: number;
2321
- };
2322
- showWordLimit: {
2323
- type: BooleanConstructor;
2324
- default: boolean;
2325
- };
2326
- wordLength: {
2327
- type: import("vue").PropType<(value: string) => number>;
2328
- };
2329
- wordSlice: {
2330
- type: import("vue").PropType<(value: string, maxLength: number) => string>;
2331
- };
2332
- inputAttrs: {
2333
- type: ObjectConstructor;
2334
- };
2335
- type: {
2336
- type: import("vue").PropType<"text" | "password">;
2337
- default: string;
2338
- };
2339
- prepend: StringConstructor;
2340
- append: StringConstructor;
2341
- }>> & Readonly<{
2342
- onClear?: ((_ev: MouseEvent) => any) | undefined;
2343
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
2344
- onBlur?: ((_ev: FocusEvent) => any) | undefined;
2345
- onChange?: ((_value: string, _ev: Event) => any) | undefined;
2346
- onInput?: ((_value: string, _ev: Event) => any) | undefined;
2347
- "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
2348
- onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
2349
- }>, {
2350
- type: "text" | "password";
2351
- disabled: boolean;
2352
- error: boolean;
2353
- readonly: boolean;
2354
- defaultValue: string;
2355
- allowClear: boolean;
2356
- maxLength: number | {
2357
- length: number;
2358
- errorOnly?: boolean;
2359
- };
2360
- showWordLimit: boolean;
2361
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2362
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2363
- Group: import("vue").DefineComponent<{}, {
2364
- prefixCls: string;
2365
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2366
- install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;
2367
- };
2368
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
+ onChange?: ((_value: string) => any) | undefined;
17
+ onEnd?: (() => any) | undefined;
18
+ "onUpdate:text"?: ((_value: string) => any) | undefined;
19
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
+ declare const _default: typeof __VLS_export;
21
+ export default _default;