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