@sdata/web-vue 1.1.0 → 1.3.0

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