@sdata/web-vue 2.1.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1398) hide show
  1. package/dist/sd.css +29 -94
  2. package/dist/sd.min.css +1 -1
  3. package/es/_components/feedback-icon.js +2 -11
  4. package/es/_components/feedback-icon.vue.d.ts +4 -491
  5. package/es/_components/feedback-icon.vue_vue_type_script_setup_true_lang.js +22 -0
  6. package/es/_components/icon-hover.js +2 -11
  7. package/es/_components/icon-hover.vue.d.ts +20 -8
  8. package/es/_components/icon-hover.vue_vue_type_script_setup_true_lang.js +34 -0
  9. package/es/_components/input-label/input-label.d.ts +1 -1
  10. package/es/_components/picker/input-range.js +2 -66
  11. package/es/_components/picker/input-range.vue.d.ts +34 -682
  12. package/es/_components/picker/input-range.vue_vue_type_script_setup_true_lang.js +179 -0
  13. package/es/_components/picker/input.js +2 -51
  14. package/es/_components/picker/input.vue.d.ts +30 -672
  15. package/es/_components/picker/input.vue_vue_type_script_setup_true_lang.js +127 -0
  16. package/es/_components/resize-trigger.js +2 -19
  17. package/es/_components/resize-trigger.vue.d.ts +19 -259
  18. package/es/_components/resize-trigger.vue_vue_type_script_setup_true_lang.js +46 -0
  19. package/es/_components/select-view/select-view.d.ts +3 -3
  20. package/es/_components/transition/expand-transition.js +2 -24
  21. package/es/_components/transition/expand-transition.vue.d.ts +11 -8
  22. package/es/_components/transition/expand-transition.vue_vue_type_script_setup_true_lang.js +48 -0
  23. package/es/_components/virtual-list/virtual-list.js +2 -118
  24. package/es/_components/virtual-list/virtual-list.vue.d.ts +101 -324
  25. package/es/_components/virtual-list/{virtual-list.vue_vue_type_script_lang.js → virtual-list.vue_vue_type_script_setup_true_lang.js} +131 -51
  26. package/es/_hooks/use-form-item.d.ts +1 -1
  27. package/es/_hooks/use-input.d.ts +1 -1
  28. package/es/_hooks/use-pagination.d.ts +7 -4
  29. package/es/_hooks/use-popup-overflow-hidden.js +2 -1
  30. package/es/_hooks/use-size.d.ts +1 -1
  31. package/es/_utils/debounce.d.ts +1 -1
  32. package/es/_utils/get-value-by-path.d.ts +2 -2
  33. package/es/_utils/is-equal.js +1 -1
  34. package/es/_utils/is.d.ts +3 -3
  35. package/es/_utils/is.js +1 -1
  36. package/es/_utils/omit.d.ts +1 -1
  37. package/es/_utils/pick.d.ts +1 -1
  38. package/es/_utils/pick.js +1 -2
  39. package/es/_utils/throttle-by-raf.d.ts +2 -2
  40. package/es/_utils/types.d.ts +1 -1
  41. package/es/affix/affix.js +2 -21
  42. package/es/affix/affix.vue.d.ts +18 -26
  43. package/es/affix/{affix.vue_vue_type_script_lang.js → affix.vue_vue_type_script_setup_true_lang.js} +43 -38
  44. package/es/affix/index.d.ts +14 -58
  45. package/es/alert/alert.js +2 -47
  46. package/es/alert/alert.vue.d.ts +24 -650
  47. package/es/alert/alert.vue_vue_type_script_setup_true_lang.js +145 -0
  48. package/es/alert/index.d.ts +20 -1304
  49. package/es/anchor/anchor-link.js +2 -18
  50. package/es/anchor/anchor-link.vue.d.ts +16 -12
  51. package/es/anchor/anchor-link.vue_vue_type_script_setup_true_lang.js +49 -0
  52. package/es/anchor/anchor.js +2 -14
  53. package/es/anchor/anchor.vue.d.ts +17 -15
  54. package/es/anchor/{anchor.vue_vue_type_script_lang.js → anchor.vue_vue_type_script_setup_true_lang.js} +24 -34
  55. package/es/anchor/index.d.ts +41 -45
  56. package/es/anchor/utils.d.ts +2 -0
  57. package/es/anchor/utils.js +7 -1
  58. package/es/auto-complete/auto-complete.d.ts +3 -3
  59. package/es/auto-complete/auto-complete.js +2 -3
  60. package/es/auto-complete/index.d.ts +9 -9
  61. package/es/avatar/avatar.js +2 -44
  62. package/es/avatar/avatar.vue.d.ts +23 -278
  63. package/es/avatar/{avatar.vue_vue_type_script_lang.js → avatar.vue_vue_type_script_setup_true_lang.js} +62 -60
  64. package/es/avatar/index.d.ts +20 -569
  65. package/es/back-top/back-top.js +2 -15
  66. package/es/back-top/back-top.vue.d.ts +14 -130
  67. package/es/back-top/{back-top.vue_vue_type_script_lang.js → back-top.vue_vue_type_script_setup_true_lang.js} +18 -12
  68. package/es/back-top/index.d.ts +8 -260
  69. package/es/badge/badge.d.ts +1 -1
  70. package/es/badge/index.d.ts +3 -3
  71. package/es/button/button-group.js +2 -7
  72. package/es/button/button-group.vue.d.ts +14 -6
  73. package/es/button/{button-group.vue_vue_type_script_lang.js → button-group.vue_vue_type_script_setup_true_lang.js} +12 -9
  74. package/es/button/button.js +2 -38
  75. package/es/button/button.vue.d.ts +24 -137
  76. package/es/button/{button.vue_vue_type_script_lang.js → button.vue_vue_type_script_setup_true_lang.js} +52 -25
  77. package/es/button/index.d.ts +56 -277
  78. package/es/button/style/index.css +0 -65
  79. package/es/button/style/index.scss +3 -5
  80. package/es/calendar/components/cell.vue.d.ts +2 -2
  81. package/es/calendar/components/event.vue_vue_type_script_setup_true_lang.js +3 -2
  82. package/es/calendar/components/index.vue.d.ts +1 -1
  83. package/es/calendar/context.d.ts +2 -1
  84. package/es/calendar/index.d.ts +3 -3
  85. package/es/card/card-grid.js +2 -7
  86. package/es/card/card-grid.vue.d.ts +14 -8
  87. package/es/card/card-grid.vue_vue_type_script_setup_true_lang.js +33 -0
  88. package/es/card/index.d.ts +33 -12
  89. package/es/carousel/carousel-arrow.js +2 -17
  90. package/es/carousel/carousel-arrow.vue.d.ts +9 -498
  91. package/es/carousel/carousel-arrow.vue_vue_type_script_setup_true_lang.js +45 -0
  92. package/es/carousel/carousel-indicator.js +2 -18
  93. package/es/carousel/carousel-indicator.vue.d.ts +7 -19
  94. package/es/carousel/carousel-indicator.vue_vue_type_script_setup_true_lang.js +81 -0
  95. package/es/carousel/carousel-item.js +2 -12
  96. package/es/carousel/carousel-item.vue.d.ts +11 -12
  97. package/es/carousel/carousel-item.vue_vue_type_script_setup_true_lang.js +50 -0
  98. package/es/carousel/index.d.ts +17 -12
  99. package/es/cascader/base-cascader-panel.js +5 -6
  100. package/es/cascader/cascader-column.js +1 -1
  101. package/es/cascader/cascader-option.js +6 -8
  102. package/es/cascader/cascader-panel.vue.d.ts +1 -1
  103. package/es/cascader/cascader-search-panel.js +1 -1
  104. package/es/cascader/cascader.vue.d.ts +5 -5
  105. package/es/checkbox/checkbox.d.ts +60 -18
  106. package/es/checkbox/index.d.ts +120 -36
  107. package/es/collapse/collapse-item.d.ts +77 -227
  108. package/es/collapse/collapse.js +2 -7
  109. package/es/collapse/collapse.vue.d.ts +17 -12
  110. package/es/collapse/{collapse.vue_vue_type_script_lang.js → collapse.vue_vue_type_script_setup_true_lang.js} +22 -27
  111. package/es/collapse/index.d.ts +89 -250
  112. package/es/color-picker/color-picker.d.ts +1 -1
  113. package/es/color-picker/index.d.ts +3 -3
  114. package/es/color-picker/panel.d.ts +1 -1
  115. package/es/color-picker/style/index.css +13 -13
  116. package/es/color-picker/style/index.scss +14 -13
  117. package/es/comment/comment.js +2 -125
  118. package/es/comment/comment.vue.d.ts +37 -16
  119. package/es/comment/comment.vue_vue_type_script_setup_true_lang.js +121 -0
  120. package/es/comment/index.d.ts +42 -37
  121. package/es/config-provider/config-provider.js +2 -19
  122. package/es/config-provider/config-provider.vue.d.ts +16 -53
  123. package/es/config-provider/{config-provider.vue_vue_type_script_lang.js → config-provider.vue_vue_type_script_setup_true_lang.js} +38 -23
  124. package/es/config-provider/index.d.ts +12 -102
  125. package/es/date-picker/context.d.ts +1 -1
  126. package/es/date-picker/hooks/use-inject-datepicker-transform.d.ts +1 -1
  127. package/es/date-picker/hooks/use-provide-datepicker-transform.d.ts +1 -1
  128. package/es/date-picker/hooks/use-range-header-value.d.ts +3 -3
  129. package/es/date-picker/index.d.ts +342 -8962
  130. package/es/date-picker/interface.d.ts +1 -1
  131. package/es/date-picker/panels/body.js +2 -42
  132. package/es/date-picker/panels/body.vue.d.ts +9 -28
  133. package/es/date-picker/panels/body.vue_vue_type_script_setup_true_lang.js +98 -0
  134. package/es/date-picker/panels/date/index.js +2 -83
  135. package/es/date-picker/panels/date/index.vue.d.ts +17 -1690
  136. package/es/date-picker/panels/date/{index.vue_vue_type_script_lang.js → index.vue_vue_type_script_setup_true_lang.js} +86 -44
  137. package/es/date-picker/panels/footer.js +2 -39
  138. package/es/date-picker/panels/footer.vue.d.ts +22 -523
  139. package/es/date-picker/panels/footer.vue_vue_type_script_setup_true_lang.js +60 -0
  140. package/es/date-picker/panels/header.js +2 -55
  141. package/es/date-picker/panels/header.vue.d.ts +7 -511
  142. package/es/date-picker/panels/header.vue_vue_type_script_setup_true_lang.js +97 -0
  143. package/es/date-picker/panels/month/index.js +2 -42
  144. package/es/date-picker/panels/month/index.vue.d.ts +10 -681
  145. package/es/date-picker/panels/month/{index.vue_vue_type_script_lang.js → index.vue_vue_type_script_setup_true_lang.js} +55 -33
  146. package/es/date-picker/panels/quarter/index.js +2 -42
  147. package/es/date-picker/panels/quarter/index.vue.d.ts +10 -678
  148. package/es/date-picker/panels/quarter/index.vue_vue_type_script_setup_true_lang.js +92 -0
  149. package/es/date-picker/panels/shortcuts.js +2 -34
  150. package/es/date-picker/panels/shortcuts.vue.d.ts +37 -478
  151. package/es/date-picker/panels/shortcuts.vue_vue_type_script_setup_true_lang.js +73 -0
  152. package/es/date-picker/panels/week/index.js +2 -26
  153. package/es/date-picker/panels/week/index.vue.d.ts +10 -1831
  154. package/es/date-picker/panels/week/index.vue_vue_type_script_setup_true_lang.js +62 -0
  155. package/es/date-picker/panels/week-list.js +2 -12
  156. package/es/date-picker/panels/week-list.vue.d.ts +3 -5
  157. package/es/date-picker/panels/week-list.vue_vue_type_script_setup_true_lang.js +41 -0
  158. package/es/date-picker/panels/year/index.js +2 -34
  159. package/es/date-picker/panels/year/index.vue.d.ts +10 -683
  160. package/es/date-picker/panels/year/{index.vue_vue_type_script_lang.js → index.vue_vue_type_script_setup_true_lang.js} +34 -20
  161. package/es/date-picker/picker-panel.js +2 -94
  162. package/es/date-picker/picker-panel.vue.d.ts +27 -6991
  163. package/es/date-picker/picker-panel.vue_vue_type_script_setup_true_lang.js +230 -0
  164. package/es/date-picker/picker.js +2 -78
  165. package/es/date-picker/picker.vue.d.ts +31 -8681
  166. package/es/date-picker/{picker.vue_vue_type_script_lang.js → picker.vue_vue_type_script_setup_true_lang.js} +159 -160
  167. package/es/date-picker/range-picker-panel.js +2 -91
  168. package/es/date-picker/range-picker-panel.vue.d.ts +41 -7015
  169. package/es/date-picker/range-picker-panel.vue_vue_type_script_setup_true_lang.js +264 -0
  170. package/es/date-picker/range-picker.js +2 -78
  171. package/es/date-picker/range-picker.vue.d.ts +33 -8850
  172. package/es/date-picker/{range-picker.vue_vue_type_script_lang.js → range-picker.vue_vue_type_script_setup_true_lang.js} +129 -146
  173. package/es/descriptions/descriptions-item.js +2 -7
  174. package/es/descriptions/descriptions-item.vue.d.ts +14 -6
  175. package/es/descriptions/descriptions-item.vue_vue_type_script_setup_true_lang.js +32 -0
  176. package/es/descriptions/descriptions.d.ts +3 -3
  177. package/es/descriptions/index.d.ts +44 -20
  178. package/es/divider/divider.d.ts +1 -1
  179. package/es/divider/index.d.ts +3 -3
  180. package/es/drawer/drawer.js +2 -91
  181. package/es/drawer/drawer.vue.d.ts +32 -3529
  182. package/es/drawer/{drawer.vue_vue_type_script_lang.js → drawer.vue_vue_type_script_setup_true_lang.js} +115 -100
  183. package/es/drawer/index.d.ts +43 -7086
  184. package/es/drawer/utils.d.ts +2 -0
  185. package/es/drawer/utils.js +9 -0
  186. package/es/dropdown/dropdown-button.js +2 -57
  187. package/es/dropdown/dropdown-button.vue.d.ts +26 -1790
  188. package/es/dropdown/{dropdown-button.vue_vue_type_script_lang.js → dropdown-button.vue_vue_type_script_setup_true_lang.js} +70 -49
  189. package/es/dropdown/dropdown-group.js +2 -7
  190. package/es/dropdown/dropdown-group.vue.d.ts +16 -6
  191. package/es/dropdown/dropdown-group.vue_vue_type_script_setup_true_lang.js +27 -0
  192. package/es/dropdown/dropdown-option.js +2 -21
  193. package/es/dropdown/dropdown-option.vue.d.ts +20 -13
  194. package/es/dropdown/dropdown-option.vue_vue_type_script_setup_true_lang.js +76 -0
  195. package/es/dropdown/dropdown-panel.js +2 -31
  196. package/es/dropdown/dropdown-panel.vue.d.ts +24 -494
  197. package/es/dropdown/dropdown-panel.vue_vue_type_script_setup_true_lang.js +73 -0
  198. package/es/dropdown/dropdown-submenu.js +2 -46
  199. package/es/dropdown/dropdown-submenu.vue.d.ts +26 -1264
  200. package/es/dropdown/dropdown-submenu.vue_vue_type_script_setup_true_lang.js +144 -0
  201. package/es/dropdown/dropdown.js +2 -37
  202. package/es/dropdown/dropdown.vue.d.ts +23 -1108
  203. package/es/dropdown/{dropdown.vue_vue_type_script_lang.js → dropdown.vue_vue_type_script_setup_true_lang.js} +52 -38
  204. package/es/dropdown/index.d.ts +305 -5320
  205. package/es/dropdown/interface.d.ts +2 -2
  206. package/es/dropdown/style/index.css +8 -8
  207. package/es/dropdown/style/token.scss +15 -8
  208. package/es/ellipsis/ellipsis.js +2 -69
  209. package/es/ellipsis/ellipsis.vue.d.ts +25 -1387
  210. package/es/ellipsis/{ellipsis.vue_vue_type_script_lang.js → ellipsis.vue_vue_type_script_setup_true_lang.js} +85 -39
  211. package/es/ellipsis/index.d.ts +33 -5694
  212. package/es/ellipsis/performant-ellipsis.js +2 -44
  213. package/es/ellipsis/performant-ellipsis.vue.d.ts +22 -1433
  214. package/es/ellipsis/{performant-ellipsis.vue_vue_type_script_lang.js → performant-ellipsis.vue_vue_type_script_setup_true_lang.js} +54 -29
  215. package/es/form/context.d.ts +7 -6
  216. package/es/form/form-item-label.js +2 -47
  217. package/es/form/form-item-label.vue.d.ts +14 -1457
  218. package/es/form/form-item-label.vue_vue_type_script_setup_true_lang.js +90 -0
  219. package/es/form/form-item-message.js +2 -26
  220. package/es/form/form-item-message.vue.d.ts +14 -6
  221. package/es/form/form-item-message.vue_vue_type_script_setup_true_lang.js +41 -0
  222. package/es/form/form-item.js +2 -73
  223. package/es/form/form-item.vue.d.ts +24 -1703
  224. package/es/form/{form-item.vue_vue_type_script_lang.js → form-item.vue_vue_type_script_setup_true_lang.js} +100 -52
  225. package/es/form/form.js +2 -13
  226. package/es/form/form.vue.d.ts +31 -28
  227. package/es/form/{form.vue_vue_type_script_lang.js → form.vue_vue_type_script_setup_true_lang.js} +56 -65
  228. package/es/form/index.d.ts +249 -1850
  229. package/es/form/interface.d.ts +2 -2
  230. package/es/grid/grid-col.js +2 -11
  231. package/es/grid/grid-col.vue.d.ts +17 -23
  232. package/es/grid/{grid-col.vue_vue_type_script_lang.js → grid-col.vue_vue_type_script_setup_true_lang.js} +29 -24
  233. package/es/grid/grid-item.js +2 -11
  234. package/es/grid/grid-item.vue.d.ts +16 -19
  235. package/es/grid/{grid-item.vue_vue_type_script_lang.js → grid-item.vue_vue_type_script_setup_true_lang.js} +16 -12
  236. package/es/grid/grid-row.js +2 -10
  237. package/es/grid/grid-row.vue.d.ts +17 -17
  238. package/es/grid/{grid-row.vue_vue_type_script_lang.js → grid-row.vue_vue_type_script_setup_true_lang.js} +14 -11
  239. package/es/grid/grid.js +2 -10
  240. package/es/grid/grid.vue.d.ts +14 -10
  241. package/es/grid/{grid.vue_vue_type_script_lang.js → grid.vue_vue_type_script_setup_true_lang.js} +14 -11
  242. package/es/grid/hook/use-responsive-value.d.ts +7 -19
  243. package/es/grid/index.d.ts +243 -149
  244. package/es/grid/interface.d.ts +11 -18
  245. package/es/icon/icon-align-center/icon-align-center.vue.d.ts +13 -58
  246. package/es/icon/icon-align-center/index.d.ts +13 -109
  247. package/es/icon/icon-align-left/icon-align-left.vue.d.ts +13 -58
  248. package/es/icon/icon-align-left/index.d.ts +13 -109
  249. package/es/icon/icon-align-right/icon-align-right.vue.d.ts +13 -58
  250. package/es/icon/icon-align-right/index.d.ts +13 -109
  251. package/es/icon/icon-alipay-circle/icon-alipay-circle.vue.d.ts +13 -58
  252. package/es/icon/icon-alipay-circle/index.d.ts +13 -109
  253. package/es/icon/icon-apps/icon-apps.vue.d.ts +13 -58
  254. package/es/icon/icon-apps/index.d.ts +13 -109
  255. package/es/icon/icon-archive/icon-archive.vue.d.ts +13 -58
  256. package/es/icon/icon-archive/index.d.ts +13 -109
  257. package/es/icon/icon-arrow-down/icon-arrow-down.vue.d.ts +13 -58
  258. package/es/icon/icon-arrow-down/index.d.ts +13 -109
  259. package/es/icon/icon-arrow-fall/icon-arrow-fall.vue.d.ts +13 -58
  260. package/es/icon/icon-arrow-fall/index.d.ts +13 -109
  261. package/es/icon/icon-arrow-left/icon-arrow-left.vue.d.ts +13 -58
  262. package/es/icon/icon-arrow-left/index.d.ts +13 -109
  263. package/es/icon/icon-arrow-right/icon-arrow-right.vue.d.ts +13 -58
  264. package/es/icon/icon-arrow-right/index.d.ts +13 -109
  265. package/es/icon/icon-arrow-rise/icon-arrow-rise.vue.d.ts +13 -58
  266. package/es/icon/icon-arrow-rise/index.d.ts +13 -109
  267. package/es/icon/icon-arrow-up/icon-arrow-up.vue.d.ts +13 -58
  268. package/es/icon/icon-arrow-up/index.d.ts +13 -109
  269. package/es/icon/icon-at/icon-at.vue.d.ts +13 -58
  270. package/es/icon/icon-at/index.d.ts +13 -109
  271. package/es/icon/icon-attachment/icon-attachment.vue.d.ts +13 -58
  272. package/es/icon/icon-attachment/index.d.ts +13 -109
  273. package/es/icon/icon-backward/icon-backward.vue.d.ts +13 -58
  274. package/es/icon/icon-backward/index.d.ts +13 -109
  275. package/es/icon/icon-bar-chart/icon-bar-chart.vue.d.ts +13 -58
  276. package/es/icon/icon-bar-chart/index.d.ts +13 -109
  277. package/es/icon/icon-bg-colors/icon-bg-colors.vue.d.ts +13 -58
  278. package/es/icon/icon-bg-colors/index.d.ts +13 -109
  279. package/es/icon/icon-bold/icon-bold.vue.d.ts +13 -58
  280. package/es/icon/icon-bold/index.d.ts +13 -109
  281. package/es/icon/icon-book/icon-book.vue.d.ts +13 -58
  282. package/es/icon/icon-book/index.d.ts +13 -109
  283. package/es/icon/icon-bookmark/icon-bookmark.vue.d.ts +13 -58
  284. package/es/icon/icon-bookmark/index.d.ts +13 -109
  285. package/es/icon/icon-branch/icon-branch.vue.d.ts +13 -58
  286. package/es/icon/icon-branch/index.d.ts +13 -109
  287. package/es/icon/icon-brush/icon-brush.vue.d.ts +13 -58
  288. package/es/icon/icon-brush/index.d.ts +13 -109
  289. package/es/icon/icon-bug/icon-bug.vue.d.ts +13 -58
  290. package/es/icon/icon-bug/index.d.ts +13 -109
  291. package/es/icon/icon-bulb/icon-bulb.vue.d.ts +13 -58
  292. package/es/icon/icon-bulb/index.d.ts +13 -109
  293. package/es/icon/icon-bytedance-color/icon-bytedance-color.vue.d.ts +13 -58
  294. package/es/icon/icon-bytedance-color/index.d.ts +13 -109
  295. package/es/icon/icon-calendar/icon-calendar.js +2 -14
  296. package/es/icon/icon-calendar/icon-calendar.vue.d.ts +13 -58
  297. package/es/icon/icon-calendar/icon-calendar.vue_vue_type_script_setup_true_lang.js +52 -0
  298. package/es/icon/icon-calendar/index.d.ts +13 -109
  299. package/es/icon/icon-calendar-clock/icon-calendar-clock.vue.d.ts +13 -58
  300. package/es/icon/icon-calendar-clock/index.d.ts +13 -109
  301. package/es/icon/icon-camera/icon-camera.vue.d.ts +13 -58
  302. package/es/icon/icon-camera/index.d.ts +13 -109
  303. package/es/icon/icon-caret-down/icon-caret-down.js +2 -18
  304. package/es/icon/icon-caret-down/icon-caret-down.vue.d.ts +13 -58
  305. package/es/icon/icon-caret-down/icon-caret-down.vue_vue_type_script_setup_true_lang.js +56 -0
  306. package/es/icon/icon-caret-down/index.d.ts +13 -109
  307. package/es/icon/icon-caret-left/icon-caret-left.js +2 -18
  308. package/es/icon/icon-caret-left/icon-caret-left.vue.d.ts +13 -58
  309. package/es/icon/icon-caret-left/icon-caret-left.vue_vue_type_script_setup_true_lang.js +56 -0
  310. package/es/icon/icon-caret-left/index.d.ts +13 -109
  311. package/es/icon/icon-caret-right/icon-caret-right.js +2 -18
  312. package/es/icon/icon-caret-right/icon-caret-right.vue.d.ts +13 -58
  313. package/es/icon/icon-caret-right/icon-caret-right.vue_vue_type_script_setup_true_lang.js +56 -0
  314. package/es/icon/icon-caret-right/index.d.ts +13 -109
  315. package/es/icon/icon-caret-up/icon-caret-up.js +2 -18
  316. package/es/icon/icon-caret-up/icon-caret-up.vue.d.ts +13 -58
  317. package/es/icon/icon-caret-up/icon-caret-up.vue_vue_type_script_setup_true_lang.js +56 -0
  318. package/es/icon/icon-caret-up/index.d.ts +13 -109
  319. package/es/icon/icon-check/icon-check.js +2 -14
  320. package/es/icon/icon-check/icon-check.vue.d.ts +13 -58
  321. package/es/icon/icon-check/icon-check.vue_vue_type_script_setup_true_lang.js +52 -0
  322. package/es/icon/icon-check/index.d.ts +13 -109
  323. package/es/icon/icon-check-circle/icon-check-circle.vue.d.ts +13 -58
  324. package/es/icon/icon-check-circle/index.d.ts +13 -109
  325. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.js +2 -20
  326. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue.d.ts +13 -58
  327. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue_vue_type_script_setup_true_lang.js +58 -0
  328. package/es/icon/icon-check-circle-fill/index.d.ts +13 -109
  329. package/es/icon/icon-check-square/icon-check-square.vue.d.ts +13 -58
  330. package/es/icon/icon-check-square/index.d.ts +13 -109
  331. package/es/icon/icon-chinese-fill/icon-chinese-fill.vue.d.ts +13 -58
  332. package/es/icon/icon-chinese-fill/index.d.ts +13 -109
  333. package/es/icon/icon-clock-circle/icon-clock-circle.js +2 -14
  334. package/es/icon/icon-clock-circle/icon-clock-circle.vue.d.ts +13 -58
  335. package/es/icon/icon-clock-circle/icon-clock-circle.vue_vue_type_script_setup_true_lang.js +52 -0
  336. package/es/icon/icon-clock-circle/index.d.ts +13 -109
  337. package/es/icon/icon-close/icon-close.js +2 -14
  338. package/es/icon/icon-close/icon-close.vue.d.ts +13 -58
  339. package/es/icon/icon-close/icon-close.vue_vue_type_script_setup_true_lang.js +52 -0
  340. package/es/icon/icon-close/index.d.ts +13 -109
  341. package/es/icon/icon-close-circle/icon-close-circle.vue.d.ts +13 -58
  342. package/es/icon/icon-close-circle/index.d.ts +13 -109
  343. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.js +2 -20
  344. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue.d.ts +13 -58
  345. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue_vue_type_script_setup_true_lang.js +58 -0
  346. package/es/icon/icon-close-circle-fill/index.d.ts +13 -109
  347. package/es/icon/icon-cloud/icon-cloud.vue.d.ts +13 -58
  348. package/es/icon/icon-cloud/index.d.ts +13 -109
  349. package/es/icon/icon-cloud-download/icon-cloud-download.vue.d.ts +13 -58
  350. package/es/icon/icon-cloud-download/index.d.ts +13 -109
  351. package/es/icon/icon-code/icon-code.vue.d.ts +13 -58
  352. package/es/icon/icon-code/index.d.ts +13 -109
  353. package/es/icon/icon-code-block/icon-code-block.vue.d.ts +13 -58
  354. package/es/icon/icon-code-block/index.d.ts +13 -109
  355. package/es/icon/icon-code-sandbox/icon-code-sandbox.vue.d.ts +13 -58
  356. package/es/icon/icon-code-sandbox/index.d.ts +13 -109
  357. package/es/icon/icon-code-square/icon-code-square.vue.d.ts +13 -58
  358. package/es/icon/icon-code-square/index.d.ts +13 -109
  359. package/es/icon/icon-codepen/icon-codepen.vue.d.ts +13 -58
  360. package/es/icon/icon-codepen/index.d.ts +13 -109
  361. package/es/icon/icon-command/icon-command.vue.d.ts +13 -58
  362. package/es/icon/icon-command/index.d.ts +13 -109
  363. package/es/icon/icon-common/icon-common.vue.d.ts +13 -58
  364. package/es/icon/icon-common/index.d.ts +13 -109
  365. package/es/icon/icon-compass/icon-compass.vue.d.ts +13 -58
  366. package/es/icon/icon-compass/index.d.ts +13 -109
  367. package/es/icon/icon-computer/icon-computer.vue.d.ts +13 -58
  368. package/es/icon/icon-computer/index.d.ts +13 -109
  369. package/es/icon/icon-copy/icon-copy.js +2 -14
  370. package/es/icon/icon-copy/icon-copy.vue.d.ts +13 -58
  371. package/es/icon/icon-copy/icon-copy.vue_vue_type_script_setup_true_lang.js +52 -0
  372. package/es/icon/icon-copy/index.d.ts +13 -109
  373. package/es/icon/icon-copyright/icon-copyright.vue.d.ts +13 -58
  374. package/es/icon/icon-copyright/index.d.ts +13 -109
  375. package/es/icon/icon-customer-service/icon-customer-service.vue.d.ts +13 -58
  376. package/es/icon/icon-customer-service/index.d.ts +13 -109
  377. package/es/icon/icon-dashboard/icon-dashboard.vue.d.ts +13 -58
  378. package/es/icon/icon-dashboard/index.d.ts +13 -109
  379. package/es/icon/icon-delete/icon-delete.js +2 -14
  380. package/es/icon/icon-delete/icon-delete.vue.d.ts +13 -58
  381. package/es/icon/icon-delete/icon-delete.vue_vue_type_script_setup_true_lang.js +52 -0
  382. package/es/icon/icon-delete/index.d.ts +13 -109
  383. package/es/icon/icon-desktop/icon-desktop.vue.d.ts +13 -58
  384. package/es/icon/icon-desktop/index.d.ts +13 -109
  385. package/es/icon/icon-dice/icon-dice.vue.d.ts +13 -58
  386. package/es/icon/icon-dice/index.d.ts +13 -109
  387. package/es/icon/icon-double-down/icon-double-down.vue.d.ts +13 -58
  388. package/es/icon/icon-double-down/index.d.ts +13 -109
  389. package/es/icon/icon-double-left/icon-double-left.js +2 -14
  390. package/es/icon/icon-double-left/icon-double-left.vue.d.ts +13 -58
  391. package/es/icon/icon-double-left/icon-double-left.vue_vue_type_script_setup_true_lang.js +52 -0
  392. package/es/icon/icon-double-left/index.d.ts +13 -109
  393. package/es/icon/icon-double-right/icon-double-right.js +2 -14
  394. package/es/icon/icon-double-right/icon-double-right.vue.d.ts +13 -58
  395. package/es/icon/icon-double-right/icon-double-right.vue_vue_type_script_setup_true_lang.js +52 -0
  396. package/es/icon/icon-double-right/index.d.ts +13 -109
  397. package/es/icon/icon-double-up/icon-double-up.vue.d.ts +13 -58
  398. package/es/icon/icon-double-up/index.d.ts +13 -109
  399. package/es/icon/icon-down/icon-down.js +2 -14
  400. package/es/icon/icon-down/icon-down.vue.d.ts +13 -58
  401. package/es/icon/icon-down/icon-down.vue_vue_type_script_setup_true_lang.js +52 -0
  402. package/es/icon/icon-down/index.d.ts +13 -109
  403. package/es/icon/icon-down-circle/icon-down-circle.vue.d.ts +13 -58
  404. package/es/icon/icon-down-circle/index.d.ts +13 -109
  405. package/es/icon/icon-download/icon-download.vue.d.ts +13 -58
  406. package/es/icon/icon-download/index.d.ts +13 -109
  407. package/es/icon/icon-drag-arrow/icon-drag-arrow.vue.d.ts +13 -58
  408. package/es/icon/icon-drag-arrow/index.d.ts +13 -109
  409. package/es/icon/icon-drag-dot/icon-drag-dot.js +2 -18
  410. package/es/icon/icon-drag-dot/icon-drag-dot.vue.d.ts +13 -58
  411. package/es/icon/icon-drag-dot/icon-drag-dot.vue_vue_type_script_setup_true_lang.js +56 -0
  412. package/es/icon/icon-drag-dot/index.d.ts +13 -109
  413. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.js +2 -18
  414. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue.d.ts +13 -58
  415. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue_vue_type_script_setup_true_lang.js +56 -0
  416. package/es/icon/icon-drag-dot-vertical/index.d.ts +13 -109
  417. package/es/icon/icon-drive-file/icon-drive-file.vue.d.ts +13 -58
  418. package/es/icon/icon-drive-file/index.d.ts +13 -109
  419. package/es/icon/icon-ear/icon-ear.vue.d.ts +13 -58
  420. package/es/icon/icon-ear/index.d.ts +13 -109
  421. package/es/icon/icon-edit/icon-edit.js +2 -14
  422. package/es/icon/icon-edit/icon-edit.vue.d.ts +13 -58
  423. package/es/icon/icon-edit/icon-edit.vue_vue_type_script_setup_true_lang.js +52 -0
  424. package/es/icon/icon-edit/index.d.ts +13 -109
  425. package/es/icon/icon-email/icon-email.vue.d.ts +13 -58
  426. package/es/icon/icon-email/index.d.ts +13 -109
  427. package/es/icon/icon-empty/icon-empty.js +2 -14
  428. package/es/icon/icon-empty/icon-empty.vue.d.ts +13 -58
  429. package/es/icon/icon-empty/icon-empty.vue_vue_type_script_setup_true_lang.js +52 -0
  430. package/es/icon/icon-empty/index.d.ts +13 -109
  431. package/es/icon/icon-english-fill/icon-english-fill.vue.d.ts +13 -58
  432. package/es/icon/icon-english-fill/index.d.ts +13 -109
  433. package/es/icon/icon-eraser/icon-eraser.vue.d.ts +13 -58
  434. package/es/icon/icon-eraser/index.d.ts +13 -109
  435. package/es/icon/icon-exclamation/icon-exclamation.js +2 -27
  436. package/es/icon/icon-exclamation/icon-exclamation.vue.d.ts +13 -58
  437. package/es/icon/icon-exclamation/icon-exclamation.vue_vue_type_script_setup_true_lang.js +65 -0
  438. package/es/icon/icon-exclamation/index.d.ts +13 -109
  439. package/es/icon/icon-exclamation-circle/icon-exclamation-circle.vue.d.ts +13 -58
  440. package/es/icon/icon-exclamation-circle/index.d.ts +13 -109
  441. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.js +2 -20
  442. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue.d.ts +13 -58
  443. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue_vue_type_script_setup_true_lang.js +58 -0
  444. package/es/icon/icon-exclamation-circle-fill/index.d.ts +13 -109
  445. package/es/icon/icon-exclamation-polygon-fill/icon-exclamation-polygon-fill.vue.d.ts +13 -58
  446. package/es/icon/icon-exclamation-polygon-fill/index.d.ts +13 -109
  447. package/es/icon/icon-expand/icon-expand.vue.d.ts +13 -58
  448. package/es/icon/icon-expand/index.d.ts +13 -109
  449. package/es/icon/icon-experiment/icon-experiment.vue.d.ts +13 -58
  450. package/es/icon/icon-experiment/index.d.ts +13 -109
  451. package/es/icon/icon-export/icon-export.vue.d.ts +13 -58
  452. package/es/icon/icon-export/index.d.ts +13 -109
  453. package/es/icon/icon-eye/icon-eye.js +2 -17
  454. package/es/icon/icon-eye/icon-eye.vue.d.ts +13 -58
  455. package/es/icon/icon-eye/icon-eye.vue_vue_type_script_setup_true_lang.js +55 -0
  456. package/es/icon/icon-eye/index.d.ts +13 -109
  457. package/es/icon/icon-eye-invisible/icon-eye-invisible.js +2 -14
  458. package/es/icon/icon-eye-invisible/icon-eye-invisible.vue.d.ts +13 -58
  459. package/es/icon/icon-eye-invisible/icon-eye-invisible.vue_vue_type_script_setup_true_lang.js +52 -0
  460. package/es/icon/icon-eye-invisible/index.d.ts +13 -109
  461. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.js +2 -20
  462. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue.d.ts +13 -58
  463. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue_vue_type_script_setup_true_lang.js +58 -0
  464. package/es/icon/icon-face-frown-fill/index.d.ts +13 -109
  465. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.js +2 -20
  466. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue.d.ts +13 -58
  467. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue_vue_type_script_setup_true_lang.js +58 -0
  468. package/es/icon/icon-face-meh-fill/index.d.ts +13 -109
  469. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.js +2 -20
  470. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue.d.ts +13 -58
  471. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue_vue_type_script_setup_true_lang.js +58 -0
  472. package/es/icon/icon-face-smile-fill/index.d.ts +13 -109
  473. package/es/icon/icon-faceBook-circle-fill/icon-faceBook-circle-fill.vue.d.ts +13 -58
  474. package/es/icon/icon-faceBook-circle-fill/index.d.ts +13 -109
  475. package/es/icon/icon-facebook/icon-facebook.vue.d.ts +13 -58
  476. package/es/icon/icon-facebook/index.d.ts +13 -109
  477. package/es/icon/icon-facebook-square-fill/icon-facebook-square-fill.vue.d.ts +13 -58
  478. package/es/icon/icon-facebook-square-fill/index.d.ts +13 -109
  479. package/es/icon/icon-file/icon-file.js +2 -14
  480. package/es/icon/icon-file/icon-file.vue.d.ts +13 -58
  481. package/es/icon/icon-file/icon-file.vue_vue_type_script_setup_true_lang.js +52 -0
  482. package/es/icon/icon-file/index.d.ts +13 -109
  483. package/es/icon/icon-file-audio/icon-file-audio.js +2 -22
  484. package/es/icon/icon-file-audio/icon-file-audio.vue.d.ts +13 -58
  485. package/es/icon/icon-file-audio/icon-file-audio.vue_vue_type_script_setup_true_lang.js +60 -0
  486. package/es/icon/icon-file-audio/index.d.ts +13 -109
  487. package/es/icon/icon-file-image/icon-file-image.js +2 -14
  488. package/es/icon/icon-file-image/icon-file-image.vue.d.ts +13 -58
  489. package/es/icon/icon-file-image/icon-file-image.vue_vue_type_script_setup_true_lang.js +52 -0
  490. package/es/icon/icon-file-image/index.d.ts +13 -109
  491. package/es/icon/icon-file-pdf/icon-file-pdf.js +2 -14
  492. package/es/icon/icon-file-pdf/icon-file-pdf.vue.d.ts +13 -58
  493. package/es/icon/icon-file-pdf/icon-file-pdf.vue_vue_type_script_setup_true_lang.js +52 -0
  494. package/es/icon/icon-file-pdf/index.d.ts +13 -109
  495. package/es/icon/icon-file-video/icon-file-video.js +2 -14
  496. package/es/icon/icon-file-video/icon-file-video.vue.d.ts +13 -58
  497. package/es/icon/icon-file-video/icon-file-video.vue_vue_type_script_setup_true_lang.js +52 -0
  498. package/es/icon/icon-file-video/index.d.ts +13 -109
  499. package/es/icon/icon-filter/icon-filter.js +2 -14
  500. package/es/icon/icon-filter/icon-filter.vue.d.ts +13 -58
  501. package/es/icon/icon-filter/icon-filter.vue_vue_type_script_setup_true_lang.js +52 -0
  502. package/es/icon/icon-filter/index.d.ts +13 -109
  503. package/es/icon/icon-find-replace/icon-find-replace.vue.d.ts +13 -58
  504. package/es/icon/icon-find-replace/index.d.ts +13 -109
  505. package/es/icon/icon-fire/icon-fire.vue.d.ts +13 -58
  506. package/es/icon/icon-fire/index.d.ts +13 -109
  507. package/es/icon/icon-folder/icon-folder.vue.d.ts +13 -58
  508. package/es/icon/icon-folder/index.d.ts +13 -109
  509. package/es/icon/icon-folder-add/icon-folder-add.vue.d.ts +13 -58
  510. package/es/icon/icon-folder-add/index.d.ts +13 -109
  511. package/es/icon/icon-folder-delete/icon-folder-delete.vue.d.ts +13 -58
  512. package/es/icon/icon-folder-delete/index.d.ts +13 -109
  513. package/es/icon/icon-font-colors/icon-font-colors.vue.d.ts +13 -58
  514. package/es/icon/icon-font-colors/index.d.ts +13 -109
  515. package/es/icon/icon-formula/icon-formula.vue.d.ts +13 -58
  516. package/es/icon/icon-formula/index.d.ts +13 -109
  517. package/es/icon/icon-forward/icon-forward.vue.d.ts +13 -58
  518. package/es/icon/icon-forward/index.d.ts +13 -109
  519. package/es/icon/icon-fullscreen/icon-fullscreen.js +2 -14
  520. package/es/icon/icon-fullscreen/icon-fullscreen.vue.d.ts +13 -58
  521. package/es/icon/icon-fullscreen/icon-fullscreen.vue_vue_type_script_setup_true_lang.js +52 -0
  522. package/es/icon/icon-fullscreen/index.d.ts +13 -109
  523. package/es/icon/icon-fullscreen-exit/icon-fullscreen-exit.vue.d.ts +13 -58
  524. package/es/icon/icon-fullscreen-exit/index.d.ts +13 -109
  525. package/es/icon/icon-gift/icon-gift.vue.d.ts +13 -58
  526. package/es/icon/icon-gift/index.d.ts +13 -109
  527. package/es/icon/icon-github/icon-github.vue.d.ts +13 -58
  528. package/es/icon/icon-github/index.d.ts +13 -109
  529. package/es/icon/icon-gitlab/icon-gitlab.vue.d.ts +13 -58
  530. package/es/icon/icon-gitlab/index.d.ts +13 -109
  531. package/es/icon/icon-google/icon-google.vue.d.ts +13 -58
  532. package/es/icon/icon-google/index.d.ts +13 -109
  533. package/es/icon/icon-google-circle-fill/icon-google-circle-fill.vue.d.ts +13 -58
  534. package/es/icon/icon-google-circle-fill/index.d.ts +13 -109
  535. package/es/icon/icon-h1/icon-h1.vue.d.ts +13 -58
  536. package/es/icon/icon-h1/index.d.ts +13 -109
  537. package/es/icon/icon-h2/icon-h2.vue.d.ts +13 -58
  538. package/es/icon/icon-h2/index.d.ts +13 -109
  539. package/es/icon/icon-h3/icon-h3.vue.d.ts +13 -58
  540. package/es/icon/icon-h3/index.d.ts +13 -109
  541. package/es/icon/icon-h4/icon-h4.vue.d.ts +13 -58
  542. package/es/icon/icon-h4/index.d.ts +13 -109
  543. package/es/icon/icon-h5/icon-h5.vue.d.ts +13 -58
  544. package/es/icon/icon-h5/index.d.ts +13 -109
  545. package/es/icon/icon-h6/icon-h6.vue.d.ts +13 -58
  546. package/es/icon/icon-h6/index.d.ts +13 -109
  547. package/es/icon/icon-h7/icon-h7.vue.d.ts +13 -58
  548. package/es/icon/icon-h7/index.d.ts +13 -109
  549. package/es/icon/icon-heart/icon-heart.vue.d.ts +13 -58
  550. package/es/icon/icon-heart/index.d.ts +13 -109
  551. package/es/icon/icon-heart-fill/icon-heart-fill.vue.d.ts +13 -58
  552. package/es/icon/icon-heart-fill/index.d.ts +13 -109
  553. package/es/icon/icon-highlight/icon-highlight.vue.d.ts +13 -58
  554. package/es/icon/icon-highlight/index.d.ts +13 -109
  555. package/es/icon/icon-history/icon-history.vue.d.ts +13 -58
  556. package/es/icon/icon-history/index.d.ts +13 -109
  557. package/es/icon/icon-home/icon-home.vue.d.ts +13 -58
  558. package/es/icon/icon-home/index.d.ts +13 -109
  559. package/es/icon/icon-idcard/icon-idcard.vue.d.ts +13 -58
  560. package/es/icon/icon-idcard/index.d.ts +13 -109
  561. package/es/icon/icon-image/icon-image.vue.d.ts +13 -58
  562. package/es/icon/icon-image/index.d.ts +13 -109
  563. package/es/icon/icon-image-close/icon-image-close.js +2 -14
  564. package/es/icon/icon-image-close/icon-image-close.vue.d.ts +13 -58
  565. package/es/icon/icon-image-close/icon-image-close.vue_vue_type_script_setup_true_lang.js +52 -0
  566. package/es/icon/icon-image-close/index.d.ts +13 -109
  567. package/es/icon/icon-import/icon-import.vue.d.ts +13 -58
  568. package/es/icon/icon-import/index.d.ts +13 -109
  569. package/es/icon/icon-info/icon-info.js +2 -27
  570. package/es/icon/icon-info/icon-info.vue.d.ts +13 -58
  571. package/es/icon/icon-info/icon-info.vue_vue_type_script_setup_true_lang.js +65 -0
  572. package/es/icon/icon-info/index.d.ts +13 -109
  573. package/es/icon/icon-info-circle/icon-info-circle.vue.d.ts +13 -58
  574. package/es/icon/icon-info-circle/index.d.ts +13 -109
  575. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.js +2 -20
  576. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue.d.ts +13 -58
  577. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue_vue_type_script_setup_true_lang.js +58 -0
  578. package/es/icon/icon-info-circle-fill/index.d.ts +13 -109
  579. package/es/icon/icon-interaction/icon-interaction.vue.d.ts +13 -58
  580. package/es/icon/icon-interaction/index.d.ts +13 -109
  581. package/es/icon/icon-italic/icon-italic.vue.d.ts +13 -58
  582. package/es/icon/icon-italic/index.d.ts +13 -109
  583. package/es/icon/icon-language/icon-language.vue.d.ts +13 -58
  584. package/es/icon/icon-language/index.d.ts +13 -109
  585. package/es/icon/icon-lark-color/icon-lark-color.vue.d.ts +13 -58
  586. package/es/icon/icon-lark-color/index.d.ts +13 -109
  587. package/es/icon/icon-launch/icon-launch.vue.d.ts +13 -58
  588. package/es/icon/icon-launch/index.d.ts +13 -109
  589. package/es/icon/icon-layers/icon-layers.vue.d.ts +13 -58
  590. package/es/icon/icon-layers/index.d.ts +13 -109
  591. package/es/icon/icon-layout/icon-layout.vue.d.ts +13 -58
  592. package/es/icon/icon-layout/index.d.ts +13 -109
  593. package/es/icon/icon-left/icon-left.js +2 -14
  594. package/es/icon/icon-left/icon-left.vue.d.ts +13 -58
  595. package/es/icon/icon-left/icon-left.vue_vue_type_script_setup_true_lang.js +52 -0
  596. package/es/icon/icon-left/index.d.ts +13 -109
  597. package/es/icon/icon-left-circle/icon-left-circle.vue.d.ts +13 -58
  598. package/es/icon/icon-left-circle/index.d.ts +13 -109
  599. package/es/icon/icon-line-height/icon-line-height.vue.d.ts +13 -58
  600. package/es/icon/icon-line-height/index.d.ts +13 -109
  601. package/es/icon/icon-link/icon-link.js +2 -14
  602. package/es/icon/icon-link/icon-link.vue.d.ts +13 -58
  603. package/es/icon/icon-link/icon-link.vue_vue_type_script_setup_true_lang.js +52 -0
  604. package/es/icon/icon-link/index.d.ts +13 -109
  605. package/es/icon/icon-list/icon-list.vue.d.ts +13 -58
  606. package/es/icon/icon-list/index.d.ts +13 -109
  607. package/es/icon/icon-live-broadcast/icon-live-broadcast.vue.d.ts +13 -58
  608. package/es/icon/icon-live-broadcast/index.d.ts +13 -109
  609. package/es/icon/icon-loading/icon-loading.js +2 -14
  610. package/es/icon/icon-loading/icon-loading.vue.d.ts +13 -58
  611. package/es/icon/icon-loading/icon-loading.vue_vue_type_script_setup_true_lang.js +52 -0
  612. package/es/icon/icon-loading/index.d.ts +13 -109
  613. package/es/icon/icon-location/icon-location.vue.d.ts +13 -58
  614. package/es/icon/icon-location/index.d.ts +13 -109
  615. package/es/icon/icon-lock/icon-lock.vue.d.ts +13 -58
  616. package/es/icon/icon-lock/index.d.ts +13 -109
  617. package/es/icon/icon-loop/icon-loop.vue.d.ts +13 -58
  618. package/es/icon/icon-loop/index.d.ts +13 -109
  619. package/es/icon/icon-man/icon-man.vue.d.ts +13 -58
  620. package/es/icon/icon-man/index.d.ts +13 -109
  621. package/es/icon/icon-menu/icon-menu.vue.d.ts +13 -58
  622. package/es/icon/icon-menu/index.d.ts +13 -109
  623. package/es/icon/icon-menu-fold/icon-menu-fold.js +2 -14
  624. package/es/icon/icon-menu-fold/icon-menu-fold.vue.d.ts +13 -58
  625. package/es/icon/icon-menu-fold/icon-menu-fold.vue_vue_type_script_setup_true_lang.js +52 -0
  626. package/es/icon/icon-menu-fold/index.d.ts +13 -109
  627. package/es/icon/icon-menu-unfold/icon-menu-unfold.js +2 -14
  628. package/es/icon/icon-menu-unfold/icon-menu-unfold.vue.d.ts +13 -58
  629. package/es/icon/icon-menu-unfold/icon-menu-unfold.vue_vue_type_script_setup_true_lang.js +52 -0
  630. package/es/icon/icon-menu-unfold/index.d.ts +13 -109
  631. package/es/icon/icon-message/icon-message.vue.d.ts +13 -58
  632. package/es/icon/icon-message/index.d.ts +13 -109
  633. package/es/icon/icon-message-banned/icon-message-banned.vue.d.ts +13 -58
  634. package/es/icon/icon-message-banned/index.d.ts +13 -109
  635. package/es/icon/icon-mind-mapping/icon-mind-mapping.vue.d.ts +13 -58
  636. package/es/icon/icon-mind-mapping/index.d.ts +13 -109
  637. package/es/icon/icon-minus/icon-minus.js +2 -14
  638. package/es/icon/icon-minus/icon-minus.vue.d.ts +13 -58
  639. package/es/icon/icon-minus/icon-minus.vue_vue_type_script_setup_true_lang.js +52 -0
  640. package/es/icon/icon-minus/index.d.ts +13 -109
  641. package/es/icon/icon-minus-circle/icon-minus-circle.vue.d.ts +13 -58
  642. package/es/icon/icon-minus-circle/index.d.ts +13 -109
  643. package/es/icon/icon-minus-circle-fill/icon-minus-circle-fill.vue.d.ts +13 -58
  644. package/es/icon/icon-minus-circle-fill/index.d.ts +13 -109
  645. package/es/icon/icon-mobile/icon-mobile.vue.d.ts +13 -58
  646. package/es/icon/icon-mobile/index.d.ts +13 -109
  647. package/es/icon/icon-moon/icon-moon.vue.d.ts +13 -58
  648. package/es/icon/icon-moon/index.d.ts +13 -109
  649. package/es/icon/icon-moon-fill/icon-moon-fill.vue.d.ts +13 -58
  650. package/es/icon/icon-moon-fill/index.d.ts +13 -109
  651. package/es/icon/icon-more/icon-more.js +2 -18
  652. package/es/icon/icon-more/icon-more.vue.d.ts +13 -58
  653. package/es/icon/icon-more/icon-more.vue_vue_type_script_setup_true_lang.js +56 -0
  654. package/es/icon/icon-more/index.d.ts +13 -109
  655. package/es/icon/icon-more-vertical/icon-more-vertical.vue.d.ts +13 -58
  656. package/es/icon/icon-more-vertical/index.d.ts +13 -109
  657. package/es/icon/icon-mosaic/icon-mosaic.vue.d.ts +13 -58
  658. package/es/icon/icon-mosaic/index.d.ts +13 -109
  659. package/es/icon/icon-music/icon-music.vue.d.ts +13 -58
  660. package/es/icon/icon-music/index.d.ts +13 -109
  661. package/es/icon/icon-mute/icon-mute.vue.d.ts +13 -58
  662. package/es/icon/icon-mute/index.d.ts +13 -109
  663. package/es/icon/icon-mute-fill/icon-mute-fill.vue.d.ts +13 -58
  664. package/es/icon/icon-mute-fill/index.d.ts +13 -109
  665. package/es/icon/icon-nav/icon-nav.vue.d.ts +13 -58
  666. package/es/icon/icon-nav/index.d.ts +13 -109
  667. package/es/icon/icon-notification/icon-notification.vue.d.ts +13 -58
  668. package/es/icon/icon-notification/index.d.ts +13 -109
  669. package/es/icon/icon-notification-close/icon-notification-close.vue.d.ts +13 -58
  670. package/es/icon/icon-notification-close/index.d.ts +13 -109
  671. package/es/icon/icon-oblique-line/icon-oblique-line.js +2 -14
  672. package/es/icon/icon-oblique-line/icon-oblique-line.vue.d.ts +13 -58
  673. package/es/icon/icon-oblique-line/icon-oblique-line.vue_vue_type_script_setup_true_lang.js +52 -0
  674. package/es/icon/icon-oblique-line/index.d.ts +13 -109
  675. package/es/icon/icon-ordered-list/icon-ordered-list.vue.d.ts +13 -58
  676. package/es/icon/icon-ordered-list/index.d.ts +13 -109
  677. package/es/icon/icon-original-size/icon-original-size.js +2 -22
  678. package/es/icon/icon-original-size/icon-original-size.vue.d.ts +13 -58
  679. package/es/icon/icon-original-size/icon-original-size.vue_vue_type_script_setup_true_lang.js +60 -0
  680. package/es/icon/icon-original-size/index.d.ts +13 -109
  681. package/es/icon/icon-palette/icon-palette.vue.d.ts +13 -58
  682. package/es/icon/icon-palette/index.d.ts +13 -109
  683. package/es/icon/icon-paste/icon-paste.vue.d.ts +13 -58
  684. package/es/icon/icon-paste/index.d.ts +13 -109
  685. package/es/icon/icon-pause/icon-pause.js +2 -18
  686. package/es/icon/icon-pause/icon-pause.vue.d.ts +13 -58
  687. package/es/icon/icon-pause/icon-pause.vue_vue_type_script_setup_true_lang.js +56 -0
  688. package/es/icon/icon-pause/index.d.ts +13 -109
  689. package/es/icon/icon-pause-circle/icon-pause-circle.vue.d.ts +13 -58
  690. package/es/icon/icon-pause-circle/index.d.ts +13 -109
  691. package/es/icon/icon-pause-circle-fill/icon-pause-circle-fill.vue.d.ts +13 -58
  692. package/es/icon/icon-pause-circle-fill/index.d.ts +13 -109
  693. package/es/icon/icon-pen/icon-pen.vue.d.ts +13 -58
  694. package/es/icon/icon-pen/index.d.ts +13 -109
  695. package/es/icon/icon-pen-fill/icon-pen-fill.vue.d.ts +13 -58
  696. package/es/icon/icon-pen-fill/index.d.ts +13 -109
  697. package/es/icon/icon-phone/icon-phone.vue.d.ts +13 -58
  698. package/es/icon/icon-phone/index.d.ts +13 -109
  699. package/es/icon/icon-play-arrow/icon-play-arrow.vue.d.ts +13 -58
  700. package/es/icon/icon-play-arrow/index.d.ts +13 -109
  701. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.js +2 -18
  702. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue.d.ts +13 -58
  703. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue_vue_type_script_setup_true_lang.js +56 -0
  704. package/es/icon/icon-play-arrow-fill/index.d.ts +13 -109
  705. package/es/icon/icon-play-circle/icon-play-circle.vue.d.ts +13 -58
  706. package/es/icon/icon-play-circle/index.d.ts +13 -109
  707. package/es/icon/icon-play-circle-fill/icon-play-circle-fill.vue.d.ts +13 -58
  708. package/es/icon/icon-play-circle-fill/index.d.ts +13 -109
  709. package/es/icon/icon-plus/icon-plus.js +2 -14
  710. package/es/icon/icon-plus/icon-plus.vue.d.ts +13 -58
  711. package/es/icon/icon-plus/icon-plus.vue_vue_type_script_setup_true_lang.js +52 -0
  712. package/es/icon/icon-plus/index.d.ts +13 -109
  713. package/es/icon/icon-plus-circle/icon-plus-circle.vue.d.ts +13 -58
  714. package/es/icon/icon-plus-circle/index.d.ts +13 -109
  715. package/es/icon/icon-plus-circle-fill/icon-plus-circle-fill.vue.d.ts +13 -58
  716. package/es/icon/icon-plus-circle-fill/index.d.ts +13 -109
  717. package/es/icon/icon-poweroff/icon-poweroff.vue.d.ts +13 -58
  718. package/es/icon/icon-poweroff/index.d.ts +13 -109
  719. package/es/icon/icon-printer/icon-printer.vue.d.ts +13 -58
  720. package/es/icon/icon-printer/index.d.ts +13 -109
  721. package/es/icon/icon-public/icon-public.vue.d.ts +13 -58
  722. package/es/icon/icon-public/index.d.ts +13 -109
  723. package/es/icon/icon-pushpin/icon-pushpin.vue.d.ts +13 -58
  724. package/es/icon/icon-pushpin/index.d.ts +13 -109
  725. package/es/icon/icon-qq/icon-qq.vue.d.ts +13 -58
  726. package/es/icon/icon-qq/index.d.ts +13 -109
  727. package/es/icon/icon-qq-circle-fill/icon-qq-circle-fill.vue.d.ts +13 -58
  728. package/es/icon/icon-qq-circle-fill/index.d.ts +13 -109
  729. package/es/icon/icon-qq-zone/icon-qq-zone.vue.d.ts +13 -58
  730. package/es/icon/icon-qq-zone/index.d.ts +13 -109
  731. package/es/icon/icon-qrcode/icon-qrcode.vue.d.ts +13 -58
  732. package/es/icon/icon-qrcode/index.d.ts +13 -109
  733. package/es/icon/icon-question/icon-question.vue.d.ts +13 -58
  734. package/es/icon/icon-question/index.d.ts +13 -109
  735. package/es/icon/icon-question-circle/icon-question-circle.js +2 -14
  736. package/es/icon/icon-question-circle/icon-question-circle.vue.d.ts +13 -58
  737. package/es/icon/icon-question-circle/icon-question-circle.vue_vue_type_script_setup_true_lang.js +52 -0
  738. package/es/icon/icon-question-circle/index.d.ts +13 -109
  739. package/es/icon/icon-question-circle-fill/icon-question-circle-fill.vue.d.ts +13 -58
  740. package/es/icon/icon-question-circle-fill/index.d.ts +13 -109
  741. package/es/icon/icon-quote/icon-quote.vue.d.ts +13 -58
  742. package/es/icon/icon-quote/index.d.ts +13 -109
  743. package/es/icon/icon-record/icon-record.vue.d.ts +13 -58
  744. package/es/icon/icon-record/index.d.ts +13 -109
  745. package/es/icon/icon-record-stop/icon-record-stop.vue.d.ts +13 -58
  746. package/es/icon/icon-record-stop/index.d.ts +13 -109
  747. package/es/icon/icon-redo/icon-redo.vue.d.ts +13 -58
  748. package/es/icon/icon-redo/index.d.ts +13 -109
  749. package/es/icon/icon-refresh/icon-refresh.vue.d.ts +13 -58
  750. package/es/icon/icon-refresh/index.d.ts +13 -109
  751. package/es/icon/icon-relation/icon-relation.vue.d.ts +13 -58
  752. package/es/icon/icon-relation/index.d.ts +13 -109
  753. package/es/icon/icon-reply/icon-reply.vue.d.ts +13 -58
  754. package/es/icon/icon-reply/index.d.ts +13 -109
  755. package/es/icon/icon-right/icon-right.js +2 -14
  756. package/es/icon/icon-right/icon-right.vue.d.ts +13 -58
  757. package/es/icon/icon-right/icon-right.vue_vue_type_script_setup_true_lang.js +52 -0
  758. package/es/icon/icon-right/index.d.ts +13 -109
  759. package/es/icon/icon-right-circle/icon-right-circle.vue.d.ts +13 -58
  760. package/es/icon/icon-right-circle/index.d.ts +13 -109
  761. package/es/icon/icon-robot/icon-robot.vue.d.ts +13 -58
  762. package/es/icon/icon-robot/index.d.ts +13 -109
  763. package/es/icon/icon-robot-add/icon-robot-add.vue.d.ts +13 -58
  764. package/es/icon/icon-robot-add/index.d.ts +13 -109
  765. package/es/icon/icon-rotate-left/icon-rotate-left.js +2 -14
  766. package/es/icon/icon-rotate-left/icon-rotate-left.vue.d.ts +13 -58
  767. package/es/icon/icon-rotate-left/icon-rotate-left.vue_vue_type_script_setup_true_lang.js +52 -0
  768. package/es/icon/icon-rotate-left/index.d.ts +13 -109
  769. package/es/icon/icon-rotate-right/icon-rotate-right.js +2 -14
  770. package/es/icon/icon-rotate-right/icon-rotate-right.vue.d.ts +13 -58
  771. package/es/icon/icon-rotate-right/icon-rotate-right.vue_vue_type_script_setup_true_lang.js +52 -0
  772. package/es/icon/icon-rotate-right/index.d.ts +13 -109
  773. package/es/icon/icon-safe/icon-safe.vue.d.ts +13 -58
  774. package/es/icon/icon-safe/index.d.ts +13 -109
  775. package/es/icon/icon-save/icon-save.vue.d.ts +13 -58
  776. package/es/icon/icon-save/index.d.ts +13 -109
  777. package/es/icon/icon-scan/icon-scan.vue.d.ts +13 -58
  778. package/es/icon/icon-scan/index.d.ts +13 -109
  779. package/es/icon/icon-schedule/icon-schedule.vue.d.ts +13 -58
  780. package/es/icon/icon-schedule/index.d.ts +13 -109
  781. package/es/icon/icon-scissor/icon-scissor.vue.d.ts +13 -58
  782. package/es/icon/icon-scissor/index.d.ts +13 -109
  783. package/es/icon/icon-search/icon-search.js +2 -14
  784. package/es/icon/icon-search/icon-search.vue.d.ts +13 -58
  785. package/es/icon/icon-search/icon-search.vue_vue_type_script_setup_true_lang.js +52 -0
  786. package/es/icon/icon-search/index.d.ts +13 -109
  787. package/es/icon/icon-select-all/icon-select-all.vue.d.ts +13 -58
  788. package/es/icon/icon-select-all/index.d.ts +13 -109
  789. package/es/icon/icon-send/icon-send.vue.d.ts +13 -58
  790. package/es/icon/icon-send/index.d.ts +13 -109
  791. package/es/icon/icon-settings/icon-settings.vue.d.ts +13 -58
  792. package/es/icon/icon-settings/index.d.ts +13 -109
  793. package/es/icon/icon-shake/icon-shake.vue.d.ts +13 -58
  794. package/es/icon/icon-shake/index.d.ts +13 -109
  795. package/es/icon/icon-share-alt/icon-share-alt.vue.d.ts +13 -58
  796. package/es/icon/icon-share-alt/index.d.ts +13 -109
  797. package/es/icon/icon-share-external/icon-share-external.vue.d.ts +13 -58
  798. package/es/icon/icon-share-external/index.d.ts +13 -109
  799. package/es/icon/icon-share-internal/icon-share-internal.vue.d.ts +13 -58
  800. package/es/icon/icon-share-internal/index.d.ts +13 -109
  801. package/es/icon/icon-shrink/icon-shrink.vue.d.ts +13 -58
  802. package/es/icon/icon-shrink/index.d.ts +13 -109
  803. package/es/icon/icon-skin/icon-skin.vue.d.ts +13 -58
  804. package/es/icon/icon-skin/index.d.ts +13 -109
  805. package/es/icon/icon-skip-next/icon-skip-next.vue.d.ts +13 -58
  806. package/es/icon/icon-skip-next/index.d.ts +13 -109
  807. package/es/icon/icon-skip-next-fill/icon-skip-next-fill.vue.d.ts +13 -58
  808. package/es/icon/icon-skip-next-fill/index.d.ts +13 -109
  809. package/es/icon/icon-skip-previous/icon-skip-previous.vue.d.ts +13 -58
  810. package/es/icon/icon-skip-previous/index.d.ts +13 -109
  811. package/es/icon/icon-skip-previous-fill/icon-skip-previous-fill.vue.d.ts +13 -58
  812. package/es/icon/icon-skip-previous-fill/index.d.ts +13 -109
  813. package/es/icon/icon-sort/icon-sort.vue.d.ts +13 -58
  814. package/es/icon/icon-sort/index.d.ts +13 -109
  815. package/es/icon/icon-sort-ascending/icon-sort-ascending.vue.d.ts +13 -58
  816. package/es/icon/icon-sort-ascending/index.d.ts +13 -109
  817. package/es/icon/icon-sort-descending/icon-sort-descending.vue.d.ts +13 -58
  818. package/es/icon/icon-sort-descending/index.d.ts +13 -109
  819. package/es/icon/icon-sound/icon-sound.vue.d.ts +13 -58
  820. package/es/icon/icon-sound/index.d.ts +13 -109
  821. package/es/icon/icon-sound-fill/icon-sound-fill.vue.d.ts +13 -58
  822. package/es/icon/icon-sound-fill/index.d.ts +13 -109
  823. package/es/icon/icon-stamp/icon-stamp.vue.d.ts +13 -58
  824. package/es/icon/icon-stamp/index.d.ts +13 -109
  825. package/es/icon/icon-star/icon-star.vue.d.ts +13 -58
  826. package/es/icon/icon-star/index.d.ts +13 -109
  827. package/es/icon/icon-star-fill/icon-star-fill.js +2 -18
  828. package/es/icon/icon-star-fill/icon-star-fill.vue.d.ts +13 -58
  829. package/es/icon/icon-star-fill/icon-star-fill.vue_vue_type_script_setup_true_lang.js +56 -0
  830. package/es/icon/icon-star-fill/index.d.ts +13 -109
  831. package/es/icon/icon-stop/icon-stop.vue.d.ts +13 -58
  832. package/es/icon/icon-stop/index.d.ts +13 -109
  833. package/es/icon/icon-storage/icon-storage.vue.d.ts +13 -58
  834. package/es/icon/icon-storage/index.d.ts +13 -109
  835. package/es/icon/icon-strikethrough/icon-strikethrough.vue.d.ts +13 -58
  836. package/es/icon/icon-strikethrough/index.d.ts +13 -109
  837. package/es/icon/icon-subscribe/icon-subscribe.vue.d.ts +13 -58
  838. package/es/icon/icon-subscribe/index.d.ts +13 -109
  839. package/es/icon/icon-subscribe-add/icon-subscribe-add.vue.d.ts +13 -58
  840. package/es/icon/icon-subscribe-add/index.d.ts +13 -109
  841. package/es/icon/icon-subscribed/icon-subscribed.vue.d.ts +13 -58
  842. package/es/icon/icon-subscribed/index.d.ts +13 -109
  843. package/es/icon/icon-sun/icon-sun.vue.d.ts +13 -58
  844. package/es/icon/icon-sun/index.d.ts +13 -109
  845. package/es/icon/icon-sun-fill/icon-sun-fill.vue.d.ts +13 -58
  846. package/es/icon/icon-sun-fill/index.d.ts +13 -109
  847. package/es/icon/icon-swap/icon-swap.vue.d.ts +13 -58
  848. package/es/icon/icon-swap/index.d.ts +13 -109
  849. package/es/icon/icon-sync/icon-sync.vue.d.ts +13 -58
  850. package/es/icon/icon-sync/index.d.ts +13 -109
  851. package/es/icon/icon-tag/icon-tag.vue.d.ts +13 -58
  852. package/es/icon/icon-tag/index.d.ts +13 -109
  853. package/es/icon/icon-tags/icon-tags.vue.d.ts +13 -58
  854. package/es/icon/icon-tags/index.d.ts +13 -109
  855. package/es/icon/icon-thumb-down/icon-thumb-down.vue.d.ts +13 -58
  856. package/es/icon/icon-thumb-down/index.d.ts +13 -109
  857. package/es/icon/icon-thumb-down-fill/icon-thumb-down-fill.vue.d.ts +13 -58
  858. package/es/icon/icon-thumb-down-fill/index.d.ts +13 -109
  859. package/es/icon/icon-thumb-up/icon-thumb-up.vue.d.ts +13 -58
  860. package/es/icon/icon-thumb-up/index.d.ts +13 -109
  861. package/es/icon/icon-thumb-up-fill/icon-thumb-up-fill.vue.d.ts +13 -58
  862. package/es/icon/icon-thumb-up-fill/index.d.ts +13 -109
  863. package/es/icon/icon-thunderbolt/icon-thunderbolt.vue.d.ts +13 -58
  864. package/es/icon/icon-thunderbolt/index.d.ts +13 -109
  865. package/es/icon/icon-tiktok-color/icon-tiktok-color.vue.d.ts +13 -58
  866. package/es/icon/icon-tiktok-color/index.d.ts +13 -109
  867. package/es/icon/icon-to-bottom/icon-to-bottom.vue.d.ts +13 -58
  868. package/es/icon/icon-to-bottom/index.d.ts +13 -109
  869. package/es/icon/icon-to-left/icon-to-left.vue.d.ts +13 -58
  870. package/es/icon/icon-to-left/index.d.ts +13 -109
  871. package/es/icon/icon-to-right/icon-to-right.vue.d.ts +13 -58
  872. package/es/icon/icon-to-right/index.d.ts +13 -109
  873. package/es/icon/icon-to-top/icon-to-top.js +2 -18
  874. package/es/icon/icon-to-top/icon-to-top.vue.d.ts +13 -58
  875. package/es/icon/icon-to-top/icon-to-top.vue_vue_type_script_setup_true_lang.js +56 -0
  876. package/es/icon/icon-to-top/index.d.ts +13 -109
  877. package/es/icon/icon-tool/icon-tool.vue.d.ts +13 -58
  878. package/es/icon/icon-tool/index.d.ts +13 -109
  879. package/es/icon/icon-translate/icon-translate.vue.d.ts +13 -58
  880. package/es/icon/icon-translate/index.d.ts +13 -109
  881. package/es/icon/icon-trophy/icon-trophy.vue.d.ts +13 -58
  882. package/es/icon/icon-trophy/index.d.ts +13 -109
  883. package/es/icon/icon-twitter/icon-twitter.vue.d.ts +13 -58
  884. package/es/icon/icon-twitter/index.d.ts +13 -109
  885. package/es/icon/icon-twitter-circle-fill/icon-twitter-circle-fill.vue.d.ts +13 -58
  886. package/es/icon/icon-twitter-circle-fill/index.d.ts +13 -109
  887. package/es/icon/icon-underline/icon-underline.vue.d.ts +13 -58
  888. package/es/icon/icon-underline/index.d.ts +13 -109
  889. package/es/icon/icon-undo/icon-undo.vue.d.ts +13 -58
  890. package/es/icon/icon-undo/index.d.ts +13 -109
  891. package/es/icon/icon-unlock/icon-unlock.vue.d.ts +13 -58
  892. package/es/icon/icon-unlock/index.d.ts +13 -109
  893. package/es/icon/icon-unordered-list/icon-unordered-list.vue.d.ts +13 -58
  894. package/es/icon/icon-unordered-list/index.d.ts +13 -109
  895. package/es/icon/icon-up/icon-up.js +2 -14
  896. package/es/icon/icon-up/icon-up.vue.d.ts +13 -58
  897. package/es/icon/icon-up/icon-up.vue_vue_type_script_setup_true_lang.js +52 -0
  898. package/es/icon/icon-up/index.d.ts +13 -109
  899. package/es/icon/icon-up-circle/icon-up-circle.vue.d.ts +13 -58
  900. package/es/icon/icon-up-circle/index.d.ts +13 -109
  901. package/es/icon/icon-upload/icon-upload.js +2 -14
  902. package/es/icon/icon-upload/icon-upload.vue.d.ts +13 -58
  903. package/es/icon/icon-upload/icon-upload.vue_vue_type_script_setup_true_lang.js +52 -0
  904. package/es/icon/icon-upload/index.d.ts +13 -109
  905. package/es/icon/icon-user/icon-user.vue.d.ts +13 -58
  906. package/es/icon/icon-user/index.d.ts +13 -109
  907. package/es/icon/icon-user-add/icon-user-add.vue.d.ts +13 -58
  908. package/es/icon/icon-user-add/index.d.ts +13 -109
  909. package/es/icon/icon-user-group/icon-user-group.vue.d.ts +13 -58
  910. package/es/icon/icon-user-group/index.d.ts +13 -109
  911. package/es/icon/icon-video-camera/icon-video-camera.vue.d.ts +13 -58
  912. package/es/icon/icon-video-camera/index.d.ts +13 -109
  913. package/es/icon/icon-voice/icon-voice.vue.d.ts +13 -58
  914. package/es/icon/icon-voice/index.d.ts +13 -109
  915. package/es/icon/icon-wechat/icon-wechat.vue.d.ts +13 -58
  916. package/es/icon/icon-wechat/index.d.ts +13 -109
  917. package/es/icon/icon-wechatpay/icon-wechatpay.vue.d.ts +13 -58
  918. package/es/icon/icon-wechatpay/index.d.ts +13 -109
  919. package/es/icon/icon-weibo/icon-weibo.vue.d.ts +13 -58
  920. package/es/icon/icon-weibo/index.d.ts +13 -109
  921. package/es/icon/icon-weibo-circle-fill/icon-weibo-circle-fill.vue.d.ts +13 -58
  922. package/es/icon/icon-weibo-circle-fill/index.d.ts +13 -109
  923. package/es/icon/icon-wifi/icon-wifi.vue.d.ts +13 -58
  924. package/es/icon/icon-wifi/index.d.ts +13 -109
  925. package/es/icon/icon-woman/icon-woman.vue.d.ts +13 -58
  926. package/es/icon/icon-woman/index.d.ts +13 -109
  927. package/es/icon/icon-xigua-color/icon-xigua-color.vue.d.ts +13 -58
  928. package/es/icon/icon-xigua-color/index.d.ts +13 -109
  929. package/es/icon/icon-zoom-in/icon-zoom-in.js +2 -14
  930. package/es/icon/icon-zoom-in/icon-zoom-in.vue.d.ts +13 -58
  931. package/es/icon/icon-zoom-in/icon-zoom-in.vue_vue_type_script_setup_true_lang.js +52 -0
  932. package/es/icon/icon-zoom-in/index.d.ts +13 -109
  933. package/es/icon/icon-zoom-out/icon-zoom-out.js +2 -14
  934. package/es/icon/icon-zoom-out/icon-zoom-out.vue.d.ts +13 -58
  935. package/es/icon/icon-zoom-out/icon-zoom-out.vue_vue_type_script_setup_true_lang.js +52 -0
  936. package/es/icon/icon-zoom-out/index.d.ts +13 -109
  937. package/es/icon-component/icon.js +2 -11
  938. package/es/icon-component/icon.vue.d.ts +14 -10
  939. package/es/icon-component/icon.vue_vue_type_script_setup_true_lang.js +38 -0
  940. package/es/icon-component/index.d.ts +8 -19
  941. package/es/icon.js +9256 -18734
  942. package/es/image/image-footer.js +2 -23
  943. package/es/image/image-footer.vue.d.ts +14 -6
  944. package/es/image/image-footer.vue_vue_type_script_setup_true_lang.js +35 -0
  945. package/es/image/image.js +2 -67
  946. package/es/image/image.vue.d.ts +36 -2340
  947. package/es/image/{image.vue_vue_type_script_lang.js → image.vue_vue_type_script_setup_true_lang.js} +97 -51
  948. package/es/image/interface.d.ts +1 -1
  949. package/es/image/preview-action.d.ts +20 -1162
  950. package/es/image/preview-arrow.js +2 -21
  951. package/es/image/preview-arrow.vue.d.ts +4 -249
  952. package/es/image/preview-arrow.vue_vue_type_script_setup_true_lang.js +33 -0
  953. package/es/image/preview-group.js +2 -32
  954. package/es/image/preview-group.vue.d.ts +29 -2073
  955. package/es/image/{preview-group.vue_vue_type_script_lang.js → preview-group.vue_vue_type_script_setup_true_lang.js} +55 -30
  956. package/es/image/preview-toolbar.js +2 -23
  957. package/es/image/preview-toolbar.vue.d.ts +15 -1354
  958. package/es/image/preview-toolbar.vue_vue_type_script_setup_true_lang.js +50 -0
  959. package/es/image/preview.js +2 -71
  960. package/es/image/preview.vue.d.ts +22 -1922
  961. package/es/image/{preview.vue_vue_type_script_lang.js → preview.vue_vue_type_script_setup_true_lang.js} +129 -82
  962. package/es/index.css +29 -94
  963. package/es/index.js +2 -2
  964. package/es/input/index.d.ts +102 -443
  965. package/es/input/input-group.js +2 -7
  966. package/es/input/input-group.vue.d.ts +11 -3
  967. package/es/input/input-group.vue_vue_type_script_setup_true_lang.js +15 -0
  968. package/es/input/input-password.js +2 -43
  969. package/es/input/input-password.vue.d.ts +27 -424
  970. package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +106 -0
  971. package/es/input/input.d.ts +2 -2
  972. package/es/input/input.js +3 -4
  973. package/es/input-number/index.d.ts +6 -6
  974. package/es/input-number/input-number.d.ts +2 -2
  975. package/es/input-number/input-number.js +20 -19
  976. package/es/input-tag/index.d.ts +6 -6
  977. package/es/input-tag/input-tag.d.ts +2 -2
  978. package/es/input-tag/input-tag.js +10 -12
  979. package/es/layout/content.js +2 -18
  980. package/es/layout/content.vue.d.ts +11 -3
  981. package/es/layout/content.vue_vue_type_script_setup_true_lang.js +15 -0
  982. package/es/layout/footer.js +2 -18
  983. package/es/layout/footer.vue.d.ts +11 -3
  984. package/es/layout/footer.vue_vue_type_script_setup_true_lang.js +15 -0
  985. package/es/layout/header.vue.d.ts +1 -1
  986. package/es/layout/index.d.ts +355 -1859
  987. package/es/layout/layout.js +2 -7
  988. package/es/layout/layout.vue.d.ts +14 -8
  989. package/es/layout/{layout.vue_vue_type_script_lang.js → layout.vue_vue_type_script_setup_true_lang.js} +12 -8
  990. package/es/layout/sider.js +2 -51
  991. package/es/layout/sider.vue.d.ts +42 -1748
  992. package/es/layout/{sider.vue_vue_type_script_lang.js → sider.vue_vue_type_script_setup_true_lang.js} +66 -53
  993. package/es/layout/utils.d.ts +1 -0
  994. package/es/layout/utils.js +11 -0
  995. package/es/link/index.d.ts +3 -3
  996. package/es/link/link.vue.d.ts +1 -1
  997. package/es/list/index.d.ts +37 -17
  998. package/es/list/list-item-meta.js +2 -19
  999. package/es/list/list-item-meta.vue.d.ts +18 -7
  1000. package/es/list/list-item-meta.vue_vue_type_script_setup_true_lang.js +57 -0
  1001. package/es/list/list.d.ts +3 -3
  1002. package/es/list/list.js +1 -1
  1003. package/es/list/use-pagination.d.ts +7 -4
  1004. package/es/locale/index.d.ts +1 -1
  1005. package/es/locale/index.js +1 -1
  1006. package/es/locale/interface.d.ts +1 -0
  1007. package/es/mention/index.d.ts +9 -9
  1008. package/es/mention/mention.d.ts +3 -3
  1009. package/es/mention/mention.js +10 -10
  1010. package/es/menu/base-menu.js +2 -13
  1011. package/es/menu/base-menu.vue.d.ts +34 -267
  1012. package/es/menu/{base-menu.vue_vue_type_script_lang.js → base-menu.vue_vue_type_script_setup_true_lang.js} +35 -34
  1013. package/es/menu/indent.js +2 -30
  1014. package/es/menu/indent.vue.d.ts +3 -6
  1015. package/es/menu/indent.vue_vue_type_script_setup_true_lang.js +30 -0
  1016. package/es/menu/interface.d.ts +1 -3
  1017. package/es/menu/item-group.js +2 -15
  1018. package/es/menu/item-group.vue.d.ts +18 -2919
  1019. package/es/menu/item-group.vue_vue_type_script_setup_true_lang.js +39 -0
  1020. package/es/menu/item.d.ts +1 -1
  1021. package/es/menu/menu.d.ts +278 -356
  1022. package/es/menu/style/index.css +8 -8
  1023. package/es/menu/sub-menu-inline.js +2 -43
  1024. package/es/menu/sub-menu-inline.vue.d.ts +26 -2931
  1025. package/es/menu/sub-menu-inline.vue_vue_type_script_setup_true_lang.js +68 -0
  1026. package/es/menu/sub-menu-pop.js +2 -99
  1027. package/es/menu/sub-menu-pop.vue.d.ts +28 -3973
  1028. package/es/menu/sub-menu-pop.vue_vue_type_script_setup_true_lang.js +169 -0
  1029. package/es/message/message-list.d.ts +1 -1
  1030. package/es/message/message.js +2 -37
  1031. package/es/message/message.vue.d.ts +19 -767
  1032. package/es/message/message.vue_vue_type_script_setup_true_lang.js +105 -0
  1033. package/es/modal/index.d.ts +33 -8076
  1034. package/es/modal/interface.d.ts +2 -2
  1035. package/es/modal/modal.js +2 -112
  1036. package/es/modal/modal.vue.d.ts +27 -4019
  1037. package/es/modal/{modal.vue_vue_type_script_lang.js → modal.vue_vue_type_script_setup_true_lang.js} +131 -102
  1038. package/es/notification/notification.js +2 -47
  1039. package/es/notification/notification.vue.d.ts +27 -644
  1040. package/es/notification/notification.vue_vue_type_script_setup_true_lang.js +99 -0
  1041. package/es/page-header/index.d.ts +25 -329
  1042. package/es/page-header/page-header.js +2 -41
  1043. package/es/page-header/page-header.vue.d.ts +27 -163
  1044. package/es/page-header/page-header.vue_vue_type_script_setup_true_lang.js +106 -0
  1045. package/es/pagination/page-item-ellipsis.js +2 -11
  1046. package/es/pagination/page-item-ellipsis.vue.d.ts +17 -131
  1047. package/es/pagination/page-item-ellipsis.vue_vue_type_script_setup_true_lang.js +45 -0
  1048. package/es/pagination/page-item-step.js +2 -15
  1049. package/es/pagination/page-item-step.vue.d.ts +19 -255
  1050. package/es/pagination/page-item-step.vue_vue_type_script_setup_true_lang.js +68 -0
  1051. package/es/pagination/page-item.js +2 -11
  1052. package/es/pagination/page-item.vue.d.ts +19 -12
  1053. package/es/pagination/page-item.vue_vue_type_script_setup_true_lang.js +40 -0
  1054. package/es/pagination/page-jumper.js +2 -38
  1055. package/es/pagination/page-jumper.vue.d.ts +19 -305
  1056. package/es/pagination/page-jumper.vue_vue_type_script_setup_true_lang.js +85 -0
  1057. package/es/pagination/page-options.js +2 -19
  1058. package/es/pagination/page-options.vue.d.ts +7 -2565
  1059. package/es/pagination/page-options.vue_vue_type_script_setup_true_lang.js +54 -0
  1060. package/es/popconfirm/index.d.ts +24 -3026
  1061. package/es/popconfirm/popconfirm.js +2 -54
  1062. package/es/popconfirm/popconfirm.vue.d.ts +23 -1509
  1063. package/es/popconfirm/{popconfirm.vue_vue_type_script_lang.js → popconfirm.vue_vue_type_script_setup_true_lang.js} +68 -52
  1064. package/es/popover/index.d.ts +22 -2019
  1065. package/es/popover/popover.js +2 -45
  1066. package/es/popover/popover.vue.d.ts +22 -1007
  1067. package/es/popover/popover.vue_vue_type_script_setup_true_lang.js +164 -0
  1068. package/es/progress/circle.js +2 -78
  1069. package/es/progress/circle.vue.d.ts +18 -265
  1070. package/es/progress/circle.vue_vue_type_script_setup_true_lang.js +168 -0
  1071. package/es/progress/index.d.ts +22 -1519
  1072. package/es/progress/line.js +2 -24
  1073. package/es/progress/line.vue.d.ts +18 -147
  1074. package/es/progress/line.vue_vue_type_script_setup_true_lang.js +89 -0
  1075. package/es/progress/progress.js +2 -87
  1076. package/es/progress/progress.vue.d.ts +26 -759
  1077. package/es/progress/progress.vue_vue_type_script_setup_true_lang.js +187 -0
  1078. package/es/progress/steps.js +2 -27
  1079. package/es/progress/steps.vue.d.ts +17 -134
  1080. package/es/progress/steps.vue_vue_type_script_setup_true_lang.js +72 -0
  1081. package/es/qr-code/index.d.ts +3 -3
  1082. package/es/qr-code/qr-code.vue.d.ts +1 -1
  1083. package/es/radio/index.d.ts +123 -39
  1084. package/es/radio/radio.d.ts +61 -19
  1085. package/es/rate/index.d.ts +3 -3
  1086. package/es/rate/rate.d.ts +1 -1
  1087. package/es/resize-box/index.d.ts +30 -622
  1088. package/es/resize-box/resize-box.js +2 -43
  1089. package/es/resize-box/resize-box.vue.d.ts +29 -306
  1090. package/es/resize-box/{resize-box.vue_vue_type_script_lang.js → resize-box.vue_vue_type_script_setup_true_lang.js} +76 -63
  1091. package/es/result/index.d.ts +19 -989
  1092. package/es/result/result.js +2 -35
  1093. package/es/result/result.vue.d.ts +23 -496
  1094. package/es/result/result.vue_vue_type_script_setup_true_lang.js +95 -0
  1095. package/es/result/utils.d.ts +2 -0
  1096. package/es/result/utils.js +13 -0
  1097. package/es/scrollbar/index.d.ts +52 -189
  1098. package/es/scrollbar/interface.d.ts +1 -1
  1099. package/es/scrollbar/scrollbar.js +2 -14
  1100. package/es/scrollbar/scrollbar.vue.d.ts +64 -88
  1101. package/es/scrollbar/{scrollbar.vue_vue_type_script_lang.js → scrollbar.vue_vue_type_script_setup_true_lang.js} +82 -68
  1102. package/es/sd-vue.js +2 -2
  1103. package/es/select/index.d.ts +279 -111
  1104. package/es/select/select-dropdown.js +2 -34
  1105. package/es/select/select-dropdown.vue.d.ts +27 -557
  1106. package/es/select/select-dropdown.vue_vue_type_script_setup_true_lang.js +88 -0
  1107. package/es/select/select.d.ts +137 -53
  1108. package/es/select/select.js +6 -4
  1109. package/es/select/style/token.scss +3 -1
  1110. package/es/skeleton/index.d.ts +12 -27
  1111. package/es/skeleton/line.js +2 -15
  1112. package/es/skeleton/line.vue.d.ts +4 -7
  1113. package/es/skeleton/{line.vue_vue_type_script_lang.js → line.vue_vue_type_script_setup_true_lang.js} +19 -10
  1114. package/es/skeleton/shape.js +2 -7
  1115. package/es/skeleton/shape.vue.d.ts +3 -6
  1116. package/es/skeleton/shape.vue_vue_type_script_setup_true_lang.js +41 -0
  1117. package/es/skeleton/skeleton.js +2 -7
  1118. package/es/skeleton/skeleton.vue.d.ts +16 -9
  1119. package/es/skeleton/skeleton.vue_vue_type_script_setup_true_lang.js +35 -0
  1120. package/es/slider/index.d.ts +12 -3837
  1121. package/es/slider/slider-button.js +2 -39
  1122. package/es/slider/slider-button.vue.d.ts +11 -1331
  1123. package/es/slider/slider-button.vue_vue_type_script_setup_true_lang.js +121 -0
  1124. package/es/slider/slider-dots.js +2 -13
  1125. package/es/slider/slider-dots.vue.d.ts +3 -6
  1126. package/es/slider/slider-dots.vue_vue_type_script_setup_true_lang.js +42 -0
  1127. package/es/slider/slider-input.js +2 -36
  1128. package/es/slider/slider-input.vue.d.ts +10 -299
  1129. package/es/slider/slider-input.vue_vue_type_script_setup_true_lang.js +63 -0
  1130. package/es/slider/slider-marks.js +2 -14
  1131. package/es/slider/slider-marks.vue.d.ts +3 -6
  1132. package/es/slider/slider-marks.vue_vue_type_script_setup_true_lang.js +43 -0
  1133. package/es/slider/slider-ticks.js +2 -13
  1134. package/es/slider/slider-ticks.vue.d.ts +3 -10
  1135. package/es/slider/slider-ticks.vue_vue_type_script_setup_true_lang.js +60 -0
  1136. package/es/slider/slider.js +2 -129
  1137. package/es/slider/slider.vue.d.ts +9 -1909
  1138. package/es/slider/{slider.vue_vue_type_script_lang.js → slider.vue_vue_type_script_setup_true_lang.js} +135 -50
  1139. package/es/space/index.d.ts +9 -9
  1140. package/es/space/space.d.ts +2 -2
  1141. package/es/split/index.d.ts +107 -632
  1142. package/es/split/split.js +2 -36
  1143. package/es/split/split.vue.d.ts +79 -315
  1144. package/es/split/{split.vue_vue_type_script_lang.js → split.vue_vue_type_script_setup_true_lang.js} +79 -71
  1145. package/es/statistic/countdown.js +2 -13
  1146. package/es/statistic/countdown.vue.d.ts +16 -9
  1147. package/es/statistic/{countdown.vue_vue_type_script_lang.js → countdown.vue_vue_type_script_setup_true_lang.js} +24 -21
  1148. package/es/statistic/index.d.ts +94 -76
  1149. package/es/statistic/statistic.js +2 -30
  1150. package/es/statistic/statistic.vue.d.ts +20 -18
  1151. package/es/statistic/{statistic.vue_vue_type_script_lang.js → statistic.vue_vue_type_script_setup_true_lang.js} +58 -35
  1152. package/es/steps/index.d.ts +70 -291
  1153. package/es/steps/step.js +2 -35
  1154. package/es/steps/step.vue.d.ts +26 -259
  1155. package/es/steps/step.vue_vue_type_script_setup_true_lang.js +134 -0
  1156. package/es/steps/steps.js +2 -7
  1157. package/es/steps/steps.vue.d.ts +17 -11
  1158. package/es/steps/{steps.vue_vue_type_script_lang.js → steps.vue_vue_type_script_setup_true_lang.js} +15 -18
  1159. package/es/switch/index.d.ts +26 -310
  1160. package/es/switch/switch.js +2 -19
  1161. package/es/switch/switch.vue.d.ts +28 -148
  1162. package/es/switch/{switch.vue_vue_type_script_lang.js → switch.vue_vue_type_script_setup_true_lang.js} +57 -66
  1163. package/es/table/index.d.ts +16 -16
  1164. package/es/table/table-col-group.vue.d.ts +3 -13
  1165. package/es/table/table-operation-td.d.ts +269 -293
  1166. package/es/table/table-operation-td.js +10 -13
  1167. package/es/table/table-td.d.ts +1 -1
  1168. package/es/table/table-th.js +18 -7
  1169. package/es/table/table.d.ts +6 -6
  1170. package/es/table/table.js +34 -35
  1171. package/es/tabs/index.d.ts +70 -37
  1172. package/es/tabs/tab-pane.js +2 -13
  1173. package/es/tabs/tab-pane.vue.d.ts +14 -9
  1174. package/es/tabs/{tab-pane.vue_vue_type_script_lang.js → tab-pane.vue_vue_type_script_setup_true_lang.js} +23 -17
  1175. package/es/tabs/tabs-nav-ink.js +2 -10
  1176. package/es/tabs/tabs-nav-ink.vue.d.ts +3 -8
  1177. package/es/tabs/tabs-nav-ink.vue_vue_type_script_setup_true_lang.js +59 -0
  1178. package/es/tabs/tabs-nav.d.ts +1 -1
  1179. package/es/tabs/tabs-tab.js +2 -19
  1180. package/es/tabs/tabs-tab.vue.d.ts +19 -173
  1181. package/es/tabs/tabs-tab.vue_vue_type_script_setup_true_lang.js +57 -0
  1182. package/es/tabs/tabs.d.ts +5 -5
  1183. package/es/textarea/index.d.ts +32 -420
  1184. package/es/textarea/textarea.js +2 -54
  1185. package/es/textarea/textarea.vue.d.ts +27 -198
  1186. package/es/textarea/{textarea.vue_vue_type_script_lang.js → textarea.vue_vue_type_script_setup_true_lang.js} +83 -80
  1187. package/es/time-picker/index.d.ts +30 -7490
  1188. package/es/time-picker/panel.js +2 -95
  1189. package/es/time-picker/panel.vue.d.ts +95 -725
  1190. package/es/time-picker/{panel.vue_vue_type_script_lang.js → panel.vue_vue_type_script_setup_true_lang.js} +106 -38
  1191. package/es/time-picker/range-panel.d.ts +134 -696
  1192. package/es/time-picker/time-column.js +2 -26
  1193. package/es/time-picker/time-column.vue.d.ts +8 -11
  1194. package/es/time-picker/time-column.vue_vue_type_script_setup_true_lang.js +73 -0
  1195. package/es/time-picker/time-picker.js +2 -102
  1196. package/es/time-picker/time-picker.vue.d.ts +26 -3729
  1197. package/es/time-picker/{time-picker.vue_vue_type_script_lang.js → time-picker.vue_vue_type_script_setup_true_lang.js} +151 -103
  1198. package/es/time-picker/utils/index.d.ts +1 -1
  1199. package/es/timeline/index.d.ts +216 -111
  1200. package/es/timeline/item.js +2 -33
  1201. package/es/timeline/item.vue.d.ts +20 -18
  1202. package/es/timeline/item.vue_vue_type_script_setup_true_lang.js +136 -0
  1203. package/es/timeline/timeline.d.ts +72 -37
  1204. package/es/tooltip/index.d.ts +20 -1162
  1205. package/es/tooltip/tooltip.js +2 -40
  1206. package/es/tooltip/tooltip.vue.d.ts +20 -578
  1207. package/es/tooltip/{tooltip.vue_vue_type_script_lang.js → tooltip.vue_vue_type_script_setup_true_lang.js} +58 -36
  1208. package/es/tour/index.d.ts +12 -12
  1209. package/es/tour/tour.vue.d.ts +4 -4
  1210. package/es/transfer/index.d.ts +54 -3989
  1211. package/es/transfer/transfer-list-item.js +2 -5
  1212. package/es/transfer/transfer-view.js +2 -105
  1213. package/es/transfer/transfer-view.vue.d.ts +31 -1223
  1214. package/es/transfer/transfer-view.vue_vue_type_script_setup_true_lang.js +151 -0
  1215. package/es/transfer/transfer.js +2 -107
  1216. package/es/transfer/transfer.vue.d.ts +55 -1990
  1217. package/es/transfer/transfer.vue_vue_type_script_setup_true_lang.js +375 -0
  1218. package/es/tree/base-node.js +2 -106
  1219. package/es/tree/base-node.vue.d.ts +39 -611
  1220. package/es/tree/base-node.vue_vue_type_script_setup_true_lang.js +287 -0
  1221. package/es/tree/expand-transition.js +2 -18
  1222. package/es/tree/expand-transition.vue.d.ts +17 -9
  1223. package/es/tree/expand-transition.vue_vue_type_script_setup_true_lang.js +40 -0
  1224. package/es/tree/interface.d.ts +1 -1
  1225. package/es/tree/node-switcher.vue.d.ts +13 -109
  1226. package/es/tree/transition-node-list.js +2 -20
  1227. package/es/tree/transition-node-list.vue.d.ts +4 -745
  1228. package/es/tree/{transition-node-list.vue_vue_type_script_lang.js → transition-node-list.vue_vue_type_script_setup_true_lang.js} +30 -23
  1229. package/es/tree/tree.js +2 -20
  1230. package/es/tree/tree.vue.d.ts +53 -10929
  1231. package/es/tree/{tree.vue_vue_type_script_lang.js → tree.vue_vue_type_script_setup_true_lang.js} +128 -178
  1232. package/es/tree-select/panel.js +5 -3
  1233. package/es/tree-select/tree-select.js +2 -147
  1234. package/es/tree-select/tree-select.vue.d.ts +51 -991
  1235. package/es/tree-select/{tree-select.vue_vue_type_script_lang.js → tree-select.vue_vue_type_script_setup_true_lang.js} +239 -158
  1236. package/es/trigger/context.d.ts +3 -3
  1237. package/es/trigger/index.d.ts +9 -9
  1238. package/es/trigger/interface.d.ts +3 -2
  1239. package/es/trigger/trigger.d.ts +3 -3
  1240. package/es/trigger/trigger.js +17 -16
  1241. package/es/typography/base.d.ts +4 -4
  1242. package/es/typography/base.js +2 -2
  1243. package/es/typography/edit-content.js +2 -20
  1244. package/es/typography/edit-content.vue.d.ts +11 -2352
  1245. package/es/typography/edit-content.vue_vue_type_script_setup_true_lang.js +51 -0
  1246. package/es/typography/index.d.ts +7 -9
  1247. package/es/typography/interface.d.ts +1 -1
  1248. package/es/typography/operations.js +2 -117
  1249. package/es/typography/operations.vue.d.ts +40 -1698
  1250. package/es/typography/operations.vue_vue_type_script_setup_true_lang.js +94 -0
  1251. package/es/typography/typography.js +2 -7
  1252. package/es/typography/typography.vue.d.ts +11 -3
  1253. package/es/typography/typography.vue_vue_type_script_setup_true_lang.js +15 -0
  1254. package/es/upload/index.d.ts +6 -6
  1255. package/es/upload/interfaces.d.ts +3 -3
  1256. package/es/upload/upload-button.d.ts +1 -1
  1257. package/es/upload/upload-list.js +2 -5
  1258. package/es/upload/upload.d.ts +2 -2
  1259. package/es/upload/upload.js +4 -5
  1260. package/es/verification-code/index.d.ts +3 -3
  1261. package/es/verification-code/verification-code.d.ts +1 -1
  1262. package/es/verification-code/verification-code.js +7 -6
  1263. package/json/vetur-attributes.json +99 -112
  1264. package/json/vetur-tags.json +14 -18
  1265. package/json/web-types.json +64 -558
  1266. package/package.json +1 -1
  1267. package/es/_components/feedback-icon.vue_vue_type_script_lang.js +0 -23
  1268. package/es/_components/icon-hover.vue_vue_type_script_lang.js +0 -22
  1269. package/es/_components/picker/input-range.vue_vue_type_script_lang.js +0 -140
  1270. package/es/_components/picker/input.vue_vue_type_script_lang.js +0 -90
  1271. package/es/_components/resize-trigger.vue_vue_type_script_lang.js +0 -42
  1272. package/es/_components/transition/expand-transition.vue_vue_type_script_lang.js +0 -36
  1273. package/es/_virtual/_plugin-vue_export-helper.js +0 -8
  1274. package/es/alert/alert.vue_vue_type_script_lang.js +0 -130
  1275. package/es/anchor/anchor-link.vue_vue_type_script_lang.js +0 -39
  1276. package/es/card/card-grid.vue_vue_type_script_lang.js +0 -28
  1277. package/es/carousel/carousel-arrow.vue_vue_type_script_lang.js +0 -44
  1278. package/es/carousel/carousel-indicator.vue_vue_type_script_lang.js +0 -67
  1279. package/es/carousel/carousel-item.vue_vue_type_script_lang.js +0 -44
  1280. package/es/date-picker/panels/body.vue_vue_type_script_lang.js +0 -62
  1281. package/es/date-picker/panels/footer.vue_vue_type_script_lang.js +0 -35
  1282. package/es/date-picker/panels/header.vue_vue_type_script_lang.js +0 -58
  1283. package/es/date-picker/panels/quarter/index.vue_vue_type_script_lang.js +0 -70
  1284. package/es/date-picker/panels/shortcuts.vue_vue_type_script_lang.js +0 -50
  1285. package/es/date-picker/panels/week/index.vue_vue_type_script_lang.js +0 -45
  1286. package/es/date-picker/panels/week-list.vue_vue_type_script_lang.js +0 -32
  1287. package/es/date-picker/picker-panel.vue_vue_type_script_lang.js +0 -175
  1288. package/es/date-picker/range-picker-panel.vue_vue_type_script_lang.js +0 -210
  1289. package/es/descriptions/descriptions-item.vue_vue_type_script_lang.js +0 -34
  1290. package/es/dropdown/dropdown-group.vue_vue_type_script_lang.js +0 -23
  1291. package/es/dropdown/dropdown-option.vue_vue_type_script_lang.js +0 -66
  1292. package/es/dropdown/dropdown-panel.vue_vue_type_script_lang.js +0 -57
  1293. package/es/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +0 -122
  1294. package/es/form/form-item-label.vue_vue_type_script_lang.js +0 -58
  1295. package/es/form/form-item-message.vue_vue_type_script_lang.js +0 -18
  1296. package/es/icon/icon-calendar/icon-calendar.vue_vue_type_script_lang.js +0 -71
  1297. package/es/icon/icon-caret-down/icon-caret-down.vue_vue_type_script_lang.js +0 -71
  1298. package/es/icon/icon-caret-left/icon-caret-left.vue_vue_type_script_lang.js +0 -71
  1299. package/es/icon/icon-caret-right/icon-caret-right.vue_vue_type_script_lang.js +0 -71
  1300. package/es/icon/icon-caret-up/icon-caret-up.vue_vue_type_script_lang.js +0 -71
  1301. package/es/icon/icon-check/icon-check.vue_vue_type_script_lang.js +0 -71
  1302. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue_vue_type_script_lang.js +0 -71
  1303. package/es/icon/icon-clock-circle/icon-clock-circle.vue_vue_type_script_lang.js +0 -71
  1304. package/es/icon/icon-close/icon-close.vue_vue_type_script_lang.js +0 -71
  1305. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue_vue_type_script_lang.js +0 -71
  1306. package/es/icon/icon-copy/icon-copy.vue_vue_type_script_lang.js +0 -71
  1307. package/es/icon/icon-delete/icon-delete.vue_vue_type_script_lang.js +0 -71
  1308. package/es/icon/icon-double-left/icon-double-left.vue_vue_type_script_lang.js +0 -71
  1309. package/es/icon/icon-double-right/icon-double-right.vue_vue_type_script_lang.js +0 -71
  1310. package/es/icon/icon-down/icon-down.vue_vue_type_script_lang.js +0 -71
  1311. package/es/icon/icon-drag-dot/icon-drag-dot.vue_vue_type_script_lang.js +0 -71
  1312. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue_vue_type_script_lang.js +0 -71
  1313. package/es/icon/icon-edit/icon-edit.vue_vue_type_script_lang.js +0 -71
  1314. package/es/icon/icon-empty/icon-empty.vue_vue_type_script_lang.js +0 -71
  1315. package/es/icon/icon-exclamation/icon-exclamation.vue_vue_type_script_lang.js +0 -71
  1316. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue_vue_type_script_lang.js +0 -71
  1317. package/es/icon/icon-eye/icon-eye.vue_vue_type_script_lang.js +0 -71
  1318. package/es/icon/icon-eye-invisible/icon-eye-invisible.vue_vue_type_script_lang.js +0 -71
  1319. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue_vue_type_script_lang.js +0 -71
  1320. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue_vue_type_script_lang.js +0 -71
  1321. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue_vue_type_script_lang.js +0 -71
  1322. package/es/icon/icon-file/icon-file.vue_vue_type_script_lang.js +0 -71
  1323. package/es/icon/icon-file-audio/icon-file-audio.vue_vue_type_script_lang.js +0 -71
  1324. package/es/icon/icon-file-image/icon-file-image.vue_vue_type_script_lang.js +0 -71
  1325. package/es/icon/icon-file-pdf/icon-file-pdf.vue_vue_type_script_lang.js +0 -71
  1326. package/es/icon/icon-file-video/icon-file-video.vue_vue_type_script_lang.js +0 -71
  1327. package/es/icon/icon-filter/icon-filter.vue_vue_type_script_lang.js +0 -71
  1328. package/es/icon/icon-fullscreen/icon-fullscreen.vue_vue_type_script_lang.js +0 -71
  1329. package/es/icon/icon-image-close/icon-image-close.vue_vue_type_script_lang.js +0 -71
  1330. package/es/icon/icon-info/icon-info.vue_vue_type_script_lang.js +0 -71
  1331. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue_vue_type_script_lang.js +0 -71
  1332. package/es/icon/icon-left/icon-left.vue_vue_type_script_lang.js +0 -71
  1333. package/es/icon/icon-link/icon-link.vue_vue_type_script_lang.js +0 -71
  1334. package/es/icon/icon-loading/icon-loading.vue_vue_type_script_lang.js +0 -71
  1335. package/es/icon/icon-menu-fold/icon-menu-fold.vue_vue_type_script_lang.js +0 -71
  1336. package/es/icon/icon-menu-unfold/icon-menu-unfold.vue_vue_type_script_lang.js +0 -71
  1337. package/es/icon/icon-minus/icon-minus.vue_vue_type_script_lang.js +0 -71
  1338. package/es/icon/icon-more/icon-more.vue_vue_type_script_lang.js +0 -71
  1339. package/es/icon/icon-oblique-line/icon-oblique-line.vue_vue_type_script_lang.js +0 -71
  1340. package/es/icon/icon-original-size/icon-original-size.vue_vue_type_script_lang.js +0 -71
  1341. package/es/icon/icon-pause/icon-pause.vue_vue_type_script_lang.js +0 -71
  1342. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue_vue_type_script_lang.js +0 -71
  1343. package/es/icon/icon-plus/icon-plus.vue_vue_type_script_lang.js +0 -71
  1344. package/es/icon/icon-question-circle/icon-question-circle.vue_vue_type_script_lang.js +0 -71
  1345. package/es/icon/icon-right/icon-right.vue_vue_type_script_lang.js +0 -71
  1346. package/es/icon/icon-rotate-left/icon-rotate-left.vue_vue_type_script_lang.js +0 -71
  1347. package/es/icon/icon-rotate-right/icon-rotate-right.vue_vue_type_script_lang.js +0 -71
  1348. package/es/icon/icon-search/icon-search.vue_vue_type_script_lang.js +0 -71
  1349. package/es/icon/icon-star-fill/icon-star-fill.vue_vue_type_script_lang.js +0 -71
  1350. package/es/icon/icon-to-top/icon-to-top.vue_vue_type_script_lang.js +0 -71
  1351. package/es/icon/icon-up/icon-up.vue_vue_type_script_lang.js +0 -71
  1352. package/es/icon/icon-upload/icon-upload.vue_vue_type_script_lang.js +0 -71
  1353. package/es/icon/icon-zoom-in/icon-zoom-in.vue_vue_type_script_lang.js +0 -71
  1354. package/es/icon/icon-zoom-out/icon-zoom-out.vue_vue_type_script_lang.js +0 -71
  1355. package/es/icon-component/icon.vue_vue_type_script_lang.js +0 -32
  1356. package/es/image/image-footer.vue_vue_type_script_lang.js +0 -15
  1357. package/es/image/preview-arrow.vue_vue_type_script_lang.js +0 -21
  1358. package/es/image/preview-toolbar.vue_vue_type_script_lang.js +0 -38
  1359. package/es/input/input-group.vue_vue_type_script_lang.js +0 -11
  1360. package/es/input/input-password.vue_vue_type_script_lang.js +0 -76
  1361. package/es/list/list-item-meta.vue_vue_type_script_lang.js +0 -41
  1362. package/es/menu/item-group.vue_vue_type_script_lang.js +0 -38
  1363. package/es/menu/sub-menu-inline.vue_vue_type_script_lang.js +0 -41
  1364. package/es/menu/sub-menu-pop.vue_vue_type_script_lang.js +0 -95
  1365. package/es/message/message.vue_vue_type_script_lang.js +0 -91
  1366. package/es/notification/notification.vue_vue_type_script_lang.js +0 -71
  1367. package/es/page-header/page-header.vue_vue_type_script_lang.js +0 -75
  1368. package/es/pagination/page-item-ellipsis.vue_vue_type_script_lang.js +0 -41
  1369. package/es/pagination/page-item-step.vue_vue_type_script_lang.js +0 -65
  1370. package/es/pagination/page-item.vue_vue_type_script_lang.js +0 -34
  1371. package/es/pagination/page-jumper.vue_vue_type_script_lang.js +0 -59
  1372. package/es/pagination/page-options.vue_vue_type_script_lang.js +0 -45
  1373. package/es/popover/popover.vue_vue_type_script_lang.js +0 -141
  1374. package/es/progress/circle.vue_vue_type_script_lang.js +0 -114
  1375. package/es/progress/line.vue_vue_type_script_lang.js +0 -74
  1376. package/es/progress/progress.vue_vue_type_script_lang.js +0 -115
  1377. package/es/progress/steps.vue_vue_type_script_lang.js +0 -56
  1378. package/es/result/result.vue_vue_type_script_lang.js +0 -88
  1379. package/es/select/select-dropdown.vue_vue_type_script_lang.js +0 -69
  1380. package/es/skeleton/shape.vue_vue_type_script_lang.js +0 -39
  1381. package/es/skeleton/skeleton.vue_vue_type_script_lang.js +0 -33
  1382. package/es/slider/slider-button.vue_vue_type_script_lang.js +0 -92
  1383. package/es/slider/slider-dots.vue_vue_type_script_lang.js +0 -35
  1384. package/es/slider/slider-input.vue_vue_type_script_lang.js +0 -25
  1385. package/es/slider/slider-marks.vue_vue_type_script_lang.js +0 -35
  1386. package/es/slider/slider-ticks.vue_vue_type_script_lang.js +0 -54
  1387. package/es/steps/step.vue_vue_type_script_lang.js +0 -116
  1388. package/es/tabs/tabs-nav-ink.vue_vue_type_script_lang.js +0 -57
  1389. package/es/tabs/tabs-tab.vue_vue_type_script_lang.js +0 -50
  1390. package/es/time-picker/range-panel.js +0 -59
  1391. package/es/time-picker/time-column.vue_vue_type_script_lang.js +0 -52
  1392. package/es/timeline/item.vue_vue_type_script_lang.js +0 -113
  1393. package/es/transfer/transfer-view.vue_vue_type_script_lang.js +0 -86
  1394. package/es/transfer/transfer.vue_vue_type_script_lang.js +0 -306
  1395. package/es/tree/base-node.vue_vue_type_script_lang.js +0 -210
  1396. package/es/tree/expand-transition.vue_vue_type_script_lang.js +0 -29
  1397. package/es/typography/edit-content.vue_vue_type_script_lang.js +0 -45
  1398. package/es/typography/typography.vue_vue_type_script_lang.js +0 -11
@@ -59,31 +59,16 @@ declare const Transfer: {
59
59
  onSelect?: ((_selected: string[]) => any) | undefined;
60
60
  "onUpdate:modelValue"?: ((_value: string[]) => any) | undefined;
61
61
  "onUpdate:selected"?: ((_selected: string[]) => any) | undefined;
62
- }>, {
63
- prefixCls: string;
64
- cls: import("vue").ComputedRef<(string | {
65
- [x: string]: boolean;
66
- })[]>;
67
- dataInfo: import("vue").ComputedRef<{
68
- sourceInfo: import("./interface").DataInfo;
69
- targetInfo: import("./interface").DataInfo;
70
- }>;
71
- computedSelected: import("vue").ComputedRef<string[]>;
72
- mergedDisabled: import("vue").ComputedRef<boolean>;
73
- sourceTitle: import("vue").ComputedRef<string>;
74
- targetTitle: import("vue").ComputedRef<string>;
75
- handleClick: (target: "target" | "source") => void;
76
- handleSearch: (value: string, type: "target" | "source") => void;
77
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
78
- 'update:modelValue': (_value: string[]) => true;
79
- 'update:selected': (_selected: string[]) => true;
80
- change: (_value: string[]) => true;
81
- select: (_selected: string[]) => true;
82
- search: (_value: string, _type: "target" | "source") => true;
62
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
63
+ search: (_value: string, _type: "source" | "target") => any;
64
+ change: (_value: string[]) => any;
65
+ select: (_selected: string[]) => any;
66
+ "update:modelValue": (_value: string[]) => any;
67
+ "update:selected": (_selected: string[]) => any;
83
68
  }, import("vue").PublicProps, {
84
- disabled: boolean;
85
69
  data: import("./interface").TransferItem[];
86
70
  title: string[];
71
+ disabled: boolean;
87
72
  defaultValue: string[];
88
73
  modelValue: string[];
89
74
  simple: boolean;
@@ -92,1971 +77,7 @@ declare const Transfer: {
92
77
  selected: string[];
93
78
  defaultSelected: string[];
94
79
  oneWay: boolean;
95
- }, true, {}, {}, {
96
- SDButton: {
97
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
98
- type: {
99
- type: import("vue").PropType<import("../button/constants").ButtonTypes>;
100
- };
101
- shape: {
102
- type: import("vue").PropType<import("../_utils/constant").BorderShape>;
103
- };
104
- status: {
105
- type: import("vue").PropType<import("..").Status>;
106
- };
107
- size: {
108
- type: import("vue").PropType<import("..").Size>;
109
- };
110
- long: {
111
- type: BooleanConstructor;
112
- default: boolean;
113
- };
114
- loading: {
115
- type: BooleanConstructor;
116
- default: boolean;
117
- };
118
- disabled: {
119
- type: BooleanConstructor;
120
- };
121
- htmlType: {
122
- type: import("vue").PropType<HTMLButtonElement["type"]>;
123
- default: string;
124
- };
125
- autofocus: {
126
- type: BooleanConstructor;
127
- default: boolean;
128
- };
129
- href: StringConstructor;
130
- }>> & Readonly<{
131
- onClick?: ((_ev: MouseEvent) => any) | undefined;
132
- }>, {
133
- prefixCls: string;
134
- cls: import("vue").ComputedRef<(string | {
135
- [x: string]: boolean;
136
- })[]>;
137
- mergedDisabled: import("vue").ComputedRef<boolean>;
138
- handleClick: (ev: MouseEvent) => void;
139
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
140
- click: (_ev: MouseEvent) => true;
141
- }, import("vue").PublicProps, {
142
- disabled: boolean;
143
- autofocus: boolean;
144
- loading: boolean;
145
- long: boolean;
146
- htmlType: "button" | "reset" | "submit";
147
- }, true, {}, {}, {
148
- IconLoading: {
149
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
150
- size: {
151
- type: (StringConstructor | NumberConstructor)[];
152
- };
153
- strokeWidth: {
154
- type: NumberConstructor;
155
- default: number;
156
- };
157
- strokeLinecap: {
158
- type: StringConstructor;
159
- default: string;
160
- validator: (value: any) => boolean;
161
- };
162
- strokeLinejoin: {
163
- type: StringConstructor;
164
- default: string;
165
- validator: (value: any) => boolean;
166
- };
167
- rotate: NumberConstructor;
168
- spin: BooleanConstructor;
169
- }>> & Readonly<{
170
- onClick?: ((ev: MouseEvent) => any) | undefined;
171
- }>, {
172
- cls: import("vue").ComputedRef<(string | {
173
- [x: string]: boolean;
174
- })[]>;
175
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
176
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
177
- onClick: (ev: MouseEvent) => void;
178
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
179
- click: (ev: MouseEvent) => true;
180
- }, import("vue").PublicProps, {
181
- spin: boolean;
182
- strokeWidth: number;
183
- strokeLinecap: string;
184
- strokeLinejoin: string;
185
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
186
- P: {};
187
- B: {};
188
- D: {};
189
- C: {};
190
- M: {};
191
- Defaults: {};
192
- }, Readonly<import("vue").ExtractPropTypes<{
193
- size: {
194
- type: (StringConstructor | NumberConstructor)[];
195
- };
196
- strokeWidth: {
197
- type: NumberConstructor;
198
- default: number;
199
- };
200
- strokeLinecap: {
201
- type: StringConstructor;
202
- default: string;
203
- validator: (value: any) => boolean;
204
- };
205
- strokeLinejoin: {
206
- type: StringConstructor;
207
- default: string;
208
- validator: (value: any) => boolean;
209
- };
210
- rotate: NumberConstructor;
211
- spin: BooleanConstructor;
212
- }>> & Readonly<{
213
- onClick?: ((ev: MouseEvent) => any) | undefined;
214
- }>, {
215
- cls: import("vue").ComputedRef<(string | {
216
- [x: string]: boolean;
217
- })[]>;
218
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
219
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
220
- onClick: (ev: MouseEvent) => void;
221
- }, {}, {}, {}, {
222
- spin: boolean;
223
- strokeWidth: number;
224
- strokeLinecap: string;
225
- strokeLinejoin: string;
226
- }>;
227
- __isFragment?: never;
228
- __isTeleport?: never;
229
- __isSuspense?: never;
230
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
231
- size: {
232
- type: (StringConstructor | NumberConstructor)[];
233
- };
234
- strokeWidth: {
235
- type: NumberConstructor;
236
- default: number;
237
- };
238
- strokeLinecap: {
239
- type: StringConstructor;
240
- default: string;
241
- validator: (value: any) => boolean;
242
- };
243
- strokeLinejoin: {
244
- type: StringConstructor;
245
- default: string;
246
- validator: (value: any) => boolean;
247
- };
248
- rotate: NumberConstructor;
249
- spin: BooleanConstructor;
250
- }>> & Readonly<{
251
- onClick?: ((ev: MouseEvent) => any) | undefined;
252
- }>, {
253
- cls: import("vue").ComputedRef<(string | {
254
- [x: string]: boolean;
255
- })[]>;
256
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
257
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
258
- onClick: (ev: MouseEvent) => void;
259
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
260
- click: (ev: MouseEvent) => true;
261
- }, string, {
262
- spin: boolean;
263
- strokeWidth: number;
264
- strokeLinecap: string;
265
- strokeLinejoin: string;
266
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
267
- install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
268
- };
269
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
270
- P: {};
271
- B: {};
272
- D: {};
273
- C: {};
274
- M: {};
275
- Defaults: {};
276
- }, Readonly<import("vue").ExtractPropTypes<{
277
- type: {
278
- type: import("vue").PropType<import("../button/constants").ButtonTypes>;
279
- };
280
- shape: {
281
- type: import("vue").PropType<import("../_utils/constant").BorderShape>;
282
- };
283
- status: {
284
- type: import("vue").PropType<import("..").Status>;
285
- };
286
- size: {
287
- type: import("vue").PropType<import("..").Size>;
288
- };
289
- long: {
290
- type: BooleanConstructor;
291
- default: boolean;
292
- };
293
- loading: {
294
- type: BooleanConstructor;
295
- default: boolean;
296
- };
297
- disabled: {
298
- type: BooleanConstructor;
299
- };
300
- htmlType: {
301
- type: import("vue").PropType<HTMLButtonElement["type"]>;
302
- default: string;
303
- };
304
- autofocus: {
305
- type: BooleanConstructor;
306
- default: boolean;
307
- };
308
- href: StringConstructor;
309
- }>> & Readonly<{
310
- onClick?: ((_ev: MouseEvent) => any) | undefined;
311
- }>, {
312
- prefixCls: string;
313
- cls: import("vue").ComputedRef<(string | {
314
- [x: string]: boolean;
315
- })[]>;
316
- mergedDisabled: import("vue").ComputedRef<boolean>;
317
- handleClick: (ev: MouseEvent) => void;
318
- }, {}, {}, {}, {
319
- disabled: boolean;
320
- autofocus: boolean;
321
- loading: boolean;
322
- long: boolean;
323
- htmlType: "button" | "reset" | "submit";
324
- }>;
325
- __isFragment?: never;
326
- __isTeleport?: never;
327
- __isSuspense?: never;
328
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
329
- type: {
330
- type: import("vue").PropType<import("../button/constants").ButtonTypes>;
331
- };
332
- shape: {
333
- type: import("vue").PropType<import("../_utils/constant").BorderShape>;
334
- };
335
- status: {
336
- type: import("vue").PropType<import("..").Status>;
337
- };
338
- size: {
339
- type: import("vue").PropType<import("..").Size>;
340
- };
341
- long: {
342
- type: BooleanConstructor;
343
- default: boolean;
344
- };
345
- loading: {
346
- type: BooleanConstructor;
347
- default: boolean;
348
- };
349
- disabled: {
350
- type: BooleanConstructor;
351
- };
352
- htmlType: {
353
- type: import("vue").PropType<HTMLButtonElement["type"]>;
354
- default: string;
355
- };
356
- autofocus: {
357
- type: BooleanConstructor;
358
- default: boolean;
359
- };
360
- href: StringConstructor;
361
- }>> & Readonly<{
362
- onClick?: ((_ev: MouseEvent) => any) | undefined;
363
- }>, {
364
- prefixCls: string;
365
- cls: import("vue").ComputedRef<(string | {
366
- [x: string]: boolean;
367
- })[]>;
368
- mergedDisabled: import("vue").ComputedRef<boolean>;
369
- handleClick: (ev: MouseEvent) => void;
370
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
371
- click: (_ev: MouseEvent) => true;
372
- }, string, {
373
- disabled: boolean;
374
- autofocus: boolean;
375
- loading: boolean;
376
- long: boolean;
377
- htmlType: "button" | "reset" | "submit";
378
- }, {}, string, {}, {
379
- IconLoading: {
380
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
381
- size: {
382
- type: (StringConstructor | NumberConstructor)[];
383
- };
384
- strokeWidth: {
385
- type: NumberConstructor;
386
- default: number;
387
- };
388
- strokeLinecap: {
389
- type: StringConstructor;
390
- default: string;
391
- validator: (value: any) => boolean;
392
- };
393
- strokeLinejoin: {
394
- type: StringConstructor;
395
- default: string;
396
- validator: (value: any) => boolean;
397
- };
398
- rotate: NumberConstructor;
399
- spin: BooleanConstructor;
400
- }>> & Readonly<{
401
- onClick?: ((ev: MouseEvent) => any) | undefined;
402
- }>, {
403
- cls: import("vue").ComputedRef<(string | {
404
- [x: string]: boolean;
405
- })[]>;
406
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
407
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
408
- onClick: (ev: MouseEvent) => void;
409
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
410
- click: (ev: MouseEvent) => true;
411
- }, import("vue").PublicProps, {
412
- spin: boolean;
413
- strokeWidth: number;
414
- strokeLinecap: string;
415
- strokeLinejoin: string;
416
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
417
- P: {};
418
- B: {};
419
- D: {};
420
- C: {};
421
- M: {};
422
- Defaults: {};
423
- }, Readonly<import("vue").ExtractPropTypes<{
424
- size: {
425
- type: (StringConstructor | NumberConstructor)[];
426
- };
427
- strokeWidth: {
428
- type: NumberConstructor;
429
- default: number;
430
- };
431
- strokeLinecap: {
432
- type: StringConstructor;
433
- default: string;
434
- validator: (value: any) => boolean;
435
- };
436
- strokeLinejoin: {
437
- type: StringConstructor;
438
- default: string;
439
- validator: (value: any) => boolean;
440
- };
441
- rotate: NumberConstructor;
442
- spin: BooleanConstructor;
443
- }>> & Readonly<{
444
- onClick?: ((ev: MouseEvent) => any) | undefined;
445
- }>, {
446
- cls: import("vue").ComputedRef<(string | {
447
- [x: string]: boolean;
448
- })[]>;
449
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
450
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
451
- onClick: (ev: MouseEvent) => void;
452
- }, {}, {}, {}, {
453
- spin: boolean;
454
- strokeWidth: number;
455
- strokeLinecap: string;
456
- strokeLinejoin: string;
457
- }>;
458
- __isFragment?: never;
459
- __isTeleport?: never;
460
- __isSuspense?: never;
461
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
462
- size: {
463
- type: (StringConstructor | NumberConstructor)[];
464
- };
465
- strokeWidth: {
466
- type: NumberConstructor;
467
- default: number;
468
- };
469
- strokeLinecap: {
470
- type: StringConstructor;
471
- default: string;
472
- validator: (value: any) => boolean;
473
- };
474
- strokeLinejoin: {
475
- type: StringConstructor;
476
- default: string;
477
- validator: (value: any) => boolean;
478
- };
479
- rotate: NumberConstructor;
480
- spin: BooleanConstructor;
481
- }>> & Readonly<{
482
- onClick?: ((ev: MouseEvent) => any) | undefined;
483
- }>, {
484
- cls: import("vue").ComputedRef<(string | {
485
- [x: string]: boolean;
486
- })[]>;
487
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
488
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
489
- onClick: (ev: MouseEvent) => void;
490
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
491
- click: (ev: MouseEvent) => true;
492
- }, string, {
493
- spin: boolean;
494
- strokeWidth: number;
495
- strokeLinecap: string;
496
- strokeLinejoin: string;
497
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
498
- install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
499
- };
500
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
501
- Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
502
- type: {
503
- type: import("vue").PropType<import("../button/constants").ButtonTypes>;
504
- };
505
- status: {
506
- type: import("vue").PropType<import("..").Status>;
507
- };
508
- shape: {
509
- type: import("vue").PropType<import("../_utils/constant").BorderShape>;
510
- };
511
- size: {
512
- type: import("vue").PropType<import("..").Size>;
513
- };
514
- disabled: {
515
- type: BooleanConstructor;
516
- };
517
- }>, {
518
- prefixCls: string;
519
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
520
- type: {
521
- type: import("vue").PropType<import("../button/constants").ButtonTypes>;
522
- };
523
- status: {
524
- type: import("vue").PropType<import("..").Status>;
525
- };
526
- shape: {
527
- type: import("vue").PropType<import("../_utils/constant").BorderShape>;
528
- };
529
- size: {
530
- type: import("vue").PropType<import("..").Size>;
531
- };
532
- disabled: {
533
- type: BooleanConstructor;
534
- };
535
- }>> & Readonly<{}>, {
536
- disabled: boolean;
537
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
538
- install: (app: App, options?: SDOptions) => void;
539
- };
540
- TransferView: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
541
- type: {
542
- type: import("vue").PropType<"source" | "target">;
543
- };
544
- dataInfo: {
545
- type: import("vue").PropType<import("./interface").DataInfo>;
546
- required: true;
547
- };
548
- title: StringConstructor;
549
- data: {
550
- type: import("vue").PropType<import("./interface").TransferItem[]>;
551
- required: true;
552
- };
553
- disabled: BooleanConstructor;
554
- allowClear: BooleanConstructor;
555
- selected: {
556
- type: import("vue").PropType<string[]>;
557
- required: true;
558
- };
559
- showSearch: BooleanConstructor;
560
- showSelectAll: BooleanConstructor;
561
- simple: BooleanConstructor;
562
- inputSearchProps: {
563
- type: ObjectConstructor;
564
- };
565
- }>, {
566
- prefixCls: string;
567
- filteredData: import("vue").ComputedRef<import("./interface").TransferItem[]>;
568
- filter: import("vue").Ref<string, string>;
569
- checked: import("vue").ComputedRef<boolean>;
570
- indeterminate: import("vue").ComputedRef<boolean>;
571
- countSelected: import("vue").ComputedRef<number>;
572
- countRendered: import("vue").ComputedRef<number>;
573
- handleSelectAllChange: (value: boolean | (string | number | boolean)[]) => void;
574
- handleSearch: (value: string) => void;
575
- handleClear: () => void;
576
- transferCtx: import("./context").TransferContext | undefined;
577
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "search"[], "search", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
578
- type: {
579
- type: import("vue").PropType<"source" | "target">;
580
- };
581
- dataInfo: {
582
- type: import("vue").PropType<import("./interface").DataInfo>;
583
- required: true;
584
- };
585
- title: StringConstructor;
586
- data: {
587
- type: import("vue").PropType<import("./interface").TransferItem[]>;
588
- required: true;
589
- };
590
- disabled: BooleanConstructor;
591
- allowClear: BooleanConstructor;
592
- selected: {
593
- type: import("vue").PropType<string[]>;
594
- required: true;
595
- };
596
- showSearch: BooleanConstructor;
597
- showSelectAll: BooleanConstructor;
598
- simple: BooleanConstructor;
599
- inputSearchProps: {
600
- type: ObjectConstructor;
601
- };
602
- }>> & Readonly<{
603
- onSearch?: ((...args: any[]) => any) | undefined;
604
- }>, {
605
- disabled: boolean;
606
- allowClear: boolean;
607
- simple: boolean;
608
- showSearch: boolean;
609
- showSelectAll: boolean;
610
- }, {}, {
611
- Empty: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
612
- description: StringConstructor;
613
- imgSrc: StringConstructor;
614
- inConfigProvider: {
615
- type: BooleanConstructor;
616
- default: boolean;
617
- };
618
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
619
- [key: string]: any;
620
- }>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
621
- description: StringConstructor;
622
- imgSrc: StringConstructor;
623
- inConfigProvider: {
624
- type: BooleanConstructor;
625
- default: boolean;
626
- };
627
- }>> & Readonly<{}>, {
628
- inConfigProvider: boolean;
629
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
630
- Checkbox: {
631
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
632
- modelValue: {
633
- type: import("vue").PropType<boolean | Array<string | number | boolean>>;
634
- default: undefined;
635
- };
636
- defaultChecked: {
637
- type: BooleanConstructor;
638
- default: boolean;
639
- };
640
- value: {
641
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
642
- };
643
- disabled: {
644
- type: BooleanConstructor;
645
- default: boolean;
646
- };
647
- indeterminate: {
648
- type: BooleanConstructor;
649
- default: boolean;
650
- };
651
- uninjectGroupContext: {
652
- type: BooleanConstructor;
653
- default: boolean;
654
- };
655
- }>> & Readonly<{
656
- onChange?: ((_value: boolean | (string | number | boolean)[], _ev: Event) => any) | undefined;
657
- "onUpdate:modelValue"?: ((_value: boolean | (string | number | boolean)[]) => any) | undefined;
658
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
659
- 'update:modelValue': (_value: boolean | (string | number | boolean)[]) => true;
660
- change: (_value: boolean | (string | number | boolean)[], _ev: Event) => true;
661
- }, import("vue").PublicProps, {
662
- disabled: boolean;
663
- modelValue: boolean | (string | number | boolean)[];
664
- defaultChecked: boolean;
665
- indeterminate: boolean;
666
- uninjectGroupContext: boolean;
667
- }, true, {}, {}, {
668
- IconCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
669
- IconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
670
- prefix: {
671
- type: StringConstructor;
672
- };
673
- size: {
674
- type: import("vue").PropType<import("..").Size>;
675
- default: string;
676
- };
677
- disabled: {
678
- type: BooleanConstructor;
679
- default: boolean;
680
- };
681
- }>, {
682
- prefixCls: string;
683
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
684
- prefix: {
685
- type: StringConstructor;
686
- };
687
- size: {
688
- type: import("vue").PropType<import("..").Size>;
689
- default: string;
690
- };
691
- disabled: {
692
- type: BooleanConstructor;
693
- default: boolean;
694
- };
695
- }>> & Readonly<{}>, {
696
- size: "medium" | "large" | "small" | "mini";
697
- disabled: boolean;
698
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
699
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
700
- P: {};
701
- B: {};
702
- D: {};
703
- C: {};
704
- M: {};
705
- Defaults: {};
706
- }, Readonly<import("vue").ExtractPropTypes<{
707
- modelValue: {
708
- type: import("vue").PropType<boolean | Array<string | number | boolean>>;
709
- default: undefined;
710
- };
711
- defaultChecked: {
712
- type: BooleanConstructor;
713
- default: boolean;
714
- };
715
- value: {
716
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
717
- };
718
- disabled: {
719
- type: BooleanConstructor;
720
- default: boolean;
721
- };
722
- indeterminate: {
723
- type: BooleanConstructor;
724
- default: boolean;
725
- };
726
- uninjectGroupContext: {
727
- type: BooleanConstructor;
728
- default: boolean;
729
- };
730
- }>> & Readonly<{
731
- onChange?: ((_value: boolean | (string | number | boolean)[], _ev: Event) => any) | undefined;
732
- "onUpdate:modelValue"?: ((_value: boolean | (string | number | boolean)[]) => any) | undefined;
733
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
734
- disabled: boolean;
735
- modelValue: boolean | (string | number | boolean)[];
736
- defaultChecked: boolean;
737
- indeterminate: boolean;
738
- uninjectGroupContext: boolean;
739
- }>;
740
- __isFragment?: never;
741
- __isTeleport?: never;
742
- __isSuspense?: never;
743
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
744
- modelValue: {
745
- type: import("vue").PropType<boolean | Array<string | number | boolean>>;
746
- default: undefined;
747
- };
748
- defaultChecked: {
749
- type: BooleanConstructor;
750
- default: boolean;
751
- };
752
- value: {
753
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
754
- };
755
- disabled: {
756
- type: BooleanConstructor;
757
- default: boolean;
758
- };
759
- indeterminate: {
760
- type: BooleanConstructor;
761
- default: boolean;
762
- };
763
- uninjectGroupContext: {
764
- type: BooleanConstructor;
765
- default: boolean;
766
- };
767
- }>> & Readonly<{
768
- onChange?: ((_value: boolean | (string | number | boolean)[], _ev: Event) => any) | undefined;
769
- "onUpdate:modelValue"?: ((_value: boolean | (string | number | boolean)[]) => any) | undefined;
770
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
771
- 'update:modelValue': (_value: boolean | (string | number | boolean)[]) => true;
772
- change: (_value: boolean | (string | number | boolean)[], _ev: Event) => true;
773
- }, string, {
774
- disabled: boolean;
775
- modelValue: boolean | (string | number | boolean)[];
776
- defaultChecked: boolean;
777
- indeterminate: boolean;
778
- uninjectGroupContext: boolean;
779
- }, {}, string, {}, {
780
- IconCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
781
- IconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
782
- prefix: {
783
- type: StringConstructor;
784
- };
785
- size: {
786
- type: import("vue").PropType<import("..").Size>;
787
- default: string;
788
- };
789
- disabled: {
790
- type: BooleanConstructor;
791
- default: boolean;
792
- };
793
- }>, {
794
- prefixCls: string;
795
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
796
- prefix: {
797
- type: StringConstructor;
798
- };
799
- size: {
800
- type: import("vue").PropType<import("..").Size>;
801
- default: string;
802
- };
803
- disabled: {
804
- type: BooleanConstructor;
805
- default: boolean;
806
- };
807
- }>> & Readonly<{}>, {
808
- size: "medium" | "large" | "small" | "mini";
809
- disabled: boolean;
810
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
811
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
812
- Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
813
- modelValue: {
814
- type: import("vue").PropType<Array<string | number | boolean>>;
815
- default: undefined;
816
- };
817
- defaultValue: {
818
- type: import("vue").PropType<Array<string | number | boolean>>;
819
- default: () => never[];
820
- };
821
- max: {
822
- type: NumberConstructor;
823
- };
824
- options: {
825
- type: import("vue").PropType<Array<string | number | import("..").CheckboxOption>>;
826
- };
827
- direction: {
828
- type: import("vue").PropType<import("..").Direction>;
829
- default: string;
830
- };
831
- disabled: {
832
- type: BooleanConstructor;
833
- default: boolean;
834
- };
835
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
836
- 'update:modelValue': (_value: (string | number | boolean)[]) => true;
837
- change: (_value: (string | number | boolean)[], _ev: Event) => true;
838
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
839
- modelValue: {
840
- type: import("vue").PropType<Array<string | number | boolean>>;
841
- default: undefined;
842
- };
843
- defaultValue: {
844
- type: import("vue").PropType<Array<string | number | boolean>>;
845
- default: () => never[];
846
- };
847
- max: {
848
- type: NumberConstructor;
849
- };
850
- options: {
851
- type: import("vue").PropType<Array<string | number | import("..").CheckboxOption>>;
852
- };
853
- direction: {
854
- type: import("vue").PropType<import("..").Direction>;
855
- default: string;
856
- };
857
- disabled: {
858
- type: BooleanConstructor;
859
- default: boolean;
860
- };
861
- }>> & Readonly<{
862
- onChange?: ((_value: (string | number | boolean)[], _ev: Event) => any) | undefined;
863
- "onUpdate:modelValue"?: ((_value: (string | number | boolean)[]) => any) | undefined;
864
- }>, {
865
- disabled: boolean;
866
- direction: "horizontal" | "vertical";
867
- defaultValue: (string | number | boolean)[];
868
- modelValue: (string | number | boolean)[];
869
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
870
- install: (app: App, options?: SDOptions) => void;
871
- };
872
- IconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
873
- prefix: {
874
- type: StringConstructor;
875
- };
876
- size: {
877
- type: import("vue").PropType<import("..").Size>;
878
- default: string;
879
- };
880
- disabled: {
881
- type: BooleanConstructor;
882
- default: boolean;
883
- };
884
- }>, {
885
- prefixCls: string;
886
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
887
- prefix: {
888
- type: StringConstructor;
889
- };
890
- size: {
891
- type: import("vue").PropType<import("..").Size>;
892
- default: string;
893
- };
894
- disabled: {
895
- type: BooleanConstructor;
896
- default: boolean;
897
- };
898
- }>> & Readonly<{}>, {
899
- size: "medium" | "large" | "small" | "mini";
900
- disabled: boolean;
901
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
902
- IconDelete: {
903
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
904
- size: {
905
- type: (StringConstructor | NumberConstructor)[];
906
- };
907
- strokeWidth: {
908
- type: NumberConstructor;
909
- default: number;
910
- };
911
- strokeLinecap: {
912
- type: StringConstructor;
913
- default: string;
914
- validator: (value: any) => boolean;
915
- };
916
- strokeLinejoin: {
917
- type: StringConstructor;
918
- default: string;
919
- validator: (value: any) => boolean;
920
- };
921
- rotate: NumberConstructor;
922
- spin: BooleanConstructor;
923
- }>> & Readonly<{
924
- onClick?: ((ev: MouseEvent) => any) | undefined;
925
- }>, {
926
- cls: import("vue").ComputedRef<(string | {
927
- [x: string]: boolean;
928
- })[]>;
929
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
930
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
931
- onClick: (ev: MouseEvent) => void;
932
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
933
- click: (ev: MouseEvent) => true;
934
- }, import("vue").PublicProps, {
935
- spin: boolean;
936
- strokeWidth: number;
937
- strokeLinecap: string;
938
- strokeLinejoin: string;
939
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
940
- P: {};
941
- B: {};
942
- D: {};
943
- C: {};
944
- M: {};
945
- Defaults: {};
946
- }, Readonly<import("vue").ExtractPropTypes<{
947
- size: {
948
- type: (StringConstructor | NumberConstructor)[];
949
- };
950
- strokeWidth: {
951
- type: NumberConstructor;
952
- default: number;
953
- };
954
- strokeLinecap: {
955
- type: StringConstructor;
956
- default: string;
957
- validator: (value: any) => boolean;
958
- };
959
- strokeLinejoin: {
960
- type: StringConstructor;
961
- default: string;
962
- validator: (value: any) => boolean;
963
- };
964
- rotate: NumberConstructor;
965
- spin: BooleanConstructor;
966
- }>> & Readonly<{
967
- onClick?: ((ev: MouseEvent) => any) | undefined;
968
- }>, {
969
- cls: import("vue").ComputedRef<(string | {
970
- [x: string]: boolean;
971
- })[]>;
972
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
973
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
974
- onClick: (ev: MouseEvent) => void;
975
- }, {}, {}, {}, {
976
- spin: boolean;
977
- strokeWidth: number;
978
- strokeLinecap: string;
979
- strokeLinejoin: string;
980
- }>;
981
- __isFragment?: never;
982
- __isTeleport?: never;
983
- __isSuspense?: never;
984
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
985
- size: {
986
- type: (StringConstructor | NumberConstructor)[];
987
- };
988
- strokeWidth: {
989
- type: NumberConstructor;
990
- default: number;
991
- };
992
- strokeLinecap: {
993
- type: StringConstructor;
994
- default: string;
995
- validator: (value: any) => boolean;
996
- };
997
- strokeLinejoin: {
998
- type: StringConstructor;
999
- default: string;
1000
- validator: (value: any) => boolean;
1001
- };
1002
- rotate: NumberConstructor;
1003
- spin: BooleanConstructor;
1004
- }>> & Readonly<{
1005
- onClick?: ((ev: MouseEvent) => any) | undefined;
1006
- }>, {
1007
- cls: import("vue").ComputedRef<(string | {
1008
- [x: string]: boolean;
1009
- })[]>;
1010
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1011
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1012
- onClick: (ev: MouseEvent) => void;
1013
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1014
- click: (ev: MouseEvent) => true;
1015
- }, string, {
1016
- spin: boolean;
1017
- strokeWidth: number;
1018
- strokeLinecap: string;
1019
- strokeLinejoin: string;
1020
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1021
- install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
1022
- };
1023
- InputSearch: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1024
- searchButton: {
1025
- type: BooleanConstructor;
1026
- default: boolean;
1027
- };
1028
- loading: {
1029
- type: BooleanConstructor;
1030
- default: boolean;
1031
- };
1032
- disabled: {
1033
- type: BooleanConstructor;
1034
- default: boolean;
1035
- };
1036
- size: {
1037
- type: import("vue").PropType<import("..").Size>;
1038
- };
1039
- buttonText: {
1040
- type: StringConstructor;
1041
- };
1042
- buttonProps: {
1043
- type: import("vue").PropType<import("..").ButtonProps>;
1044
- };
1045
- }>, {
1046
- inputRef: import("vue").Ref<any, any>;
1047
- render: () => import("vue/jsx-runtime").JSX.Element;
1048
- }, {}, {}, {
1049
- focus(): void;
1050
- blur(): void;
1051
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1052
- search: (_value: string, _ev: MouseEvent) => true;
1053
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1054
- searchButton: {
1055
- type: BooleanConstructor;
1056
- default: boolean;
1057
- };
1058
- loading: {
1059
- type: BooleanConstructor;
1060
- default: boolean;
1061
- };
1062
- disabled: {
1063
- type: BooleanConstructor;
1064
- default: boolean;
1065
- };
1066
- size: {
1067
- type: import("vue").PropType<import("..").Size>;
1068
- };
1069
- buttonText: {
1070
- type: StringConstructor;
1071
- };
1072
- buttonProps: {
1073
- type: import("vue").PropType<import("..").ButtonProps>;
1074
- };
1075
- }>> & Readonly<{
1076
- onSearch?: ((_value: string, _ev: MouseEvent) => any) | undefined;
1077
- }>, {
1078
- disabled: boolean;
1079
- searchButton: boolean;
1080
- loading: boolean;
1081
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1082
- List: {
1083
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1084
- data: {
1085
- type: import("vue").PropType<any[]>;
1086
- };
1087
- size: {
1088
- type: import("vue").PropType<"small" | "medium" | "large">;
1089
- default: string;
1090
- };
1091
- bordered: {
1092
- type: BooleanConstructor;
1093
- default: boolean;
1094
- };
1095
- split: {
1096
- type: BooleanConstructor;
1097
- default: boolean;
1098
- };
1099
- loading: {
1100
- type: BooleanConstructor;
1101
- default: boolean;
1102
- };
1103
- hoverable: {
1104
- type: BooleanConstructor;
1105
- default: boolean;
1106
- };
1107
- paginationProps: {
1108
- type: import("vue").PropType<import("..").PaginationProps>;
1109
- };
1110
- gridProps: {
1111
- type: ObjectConstructor;
1112
- };
1113
- maxHeight: {
1114
- type: import("vue").PropType<string | number>;
1115
- default: number;
1116
- };
1117
- bottomOffset: {
1118
- type: NumberConstructor;
1119
- default: number;
1120
- };
1121
- virtualListProps: {
1122
- type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
1123
- };
1124
- scrollbar: {
1125
- type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
1126
- default: boolean;
1127
- };
1128
- }>> & Readonly<{
1129
- onScroll?: (() => any) | undefined;
1130
- onReachBottom?: (() => any) | undefined;
1131
- onPageSizeChange?: ((_pageSize: number) => any) | undefined;
1132
- onPageChange?: ((_page: number) => any) | undefined;
1133
- }>, {
1134
- virtualListRef: import("vue").Ref<any, any>;
1135
- render: () => import("vue/jsx-runtime").JSX.Element;
1136
- }, {}, {}, {
1137
- scrollIntoView(options: import("../_components/virtual-list/interface").ScrollIntoViewOptions): void;
1138
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1139
- scroll: () => true;
1140
- reachBottom: () => true;
1141
- pageChange: (_page: number) => true;
1142
- pageSizeChange: (_pageSize: number) => true;
1143
- }, import("vue").PublicProps, {
1144
- size: "medium" | "large" | "small";
1145
- scrollbar: boolean | import("..").ScrollbarProps;
1146
- split: boolean;
1147
- loading: boolean;
1148
- bottomOffset: number;
1149
- maxHeight: string | number;
1150
- bordered: boolean;
1151
- hoverable: boolean;
1152
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1153
- P: {};
1154
- B: {};
1155
- D: {};
1156
- C: {};
1157
- M: {};
1158
- Defaults: {};
1159
- }, Readonly<import("vue").ExtractPropTypes<{
1160
- data: {
1161
- type: import("vue").PropType<any[]>;
1162
- };
1163
- size: {
1164
- type: import("vue").PropType<"small" | "medium" | "large">;
1165
- default: string;
1166
- };
1167
- bordered: {
1168
- type: BooleanConstructor;
1169
- default: boolean;
1170
- };
1171
- split: {
1172
- type: BooleanConstructor;
1173
- default: boolean;
1174
- };
1175
- loading: {
1176
- type: BooleanConstructor;
1177
- default: boolean;
1178
- };
1179
- hoverable: {
1180
- type: BooleanConstructor;
1181
- default: boolean;
1182
- };
1183
- paginationProps: {
1184
- type: import("vue").PropType<import("..").PaginationProps>;
1185
- };
1186
- gridProps: {
1187
- type: ObjectConstructor;
1188
- };
1189
- maxHeight: {
1190
- type: import("vue").PropType<string | number>;
1191
- default: number;
1192
- };
1193
- bottomOffset: {
1194
- type: NumberConstructor;
1195
- default: number;
1196
- };
1197
- virtualListProps: {
1198
- type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
1199
- };
1200
- scrollbar: {
1201
- type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
1202
- default: boolean;
1203
- };
1204
- }>> & Readonly<{
1205
- onScroll?: (() => any) | undefined;
1206
- onReachBottom?: (() => any) | undefined;
1207
- onPageSizeChange?: ((_pageSize: number) => any) | undefined;
1208
- onPageChange?: ((_page: number) => any) | undefined;
1209
- }>, {
1210
- virtualListRef: import("vue").Ref<any, any>;
1211
- render: () => import("vue/jsx-runtime").JSX.Element;
1212
- }, {}, {}, {
1213
- scrollIntoView(options: import("../_components/virtual-list/interface").ScrollIntoViewOptions): void;
1214
- }, {
1215
- size: "medium" | "large" | "small";
1216
- scrollbar: boolean | import("..").ScrollbarProps;
1217
- split: boolean;
1218
- loading: boolean;
1219
- bottomOffset: number;
1220
- maxHeight: string | number;
1221
- bordered: boolean;
1222
- hoverable: boolean;
1223
- }>;
1224
- __isFragment?: never;
1225
- __isTeleport?: never;
1226
- __isSuspense?: never;
1227
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1228
- data: {
1229
- type: import("vue").PropType<any[]>;
1230
- };
1231
- size: {
1232
- type: import("vue").PropType<"small" | "medium" | "large">;
1233
- default: string;
1234
- };
1235
- bordered: {
1236
- type: BooleanConstructor;
1237
- default: boolean;
1238
- };
1239
- split: {
1240
- type: BooleanConstructor;
1241
- default: boolean;
1242
- };
1243
- loading: {
1244
- type: BooleanConstructor;
1245
- default: boolean;
1246
- };
1247
- hoverable: {
1248
- type: BooleanConstructor;
1249
- default: boolean;
1250
- };
1251
- paginationProps: {
1252
- type: import("vue").PropType<import("..").PaginationProps>;
1253
- };
1254
- gridProps: {
1255
- type: ObjectConstructor;
1256
- };
1257
- maxHeight: {
1258
- type: import("vue").PropType<string | number>;
1259
- default: number;
1260
- };
1261
- bottomOffset: {
1262
- type: NumberConstructor;
1263
- default: number;
1264
- };
1265
- virtualListProps: {
1266
- type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
1267
- };
1268
- scrollbar: {
1269
- type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
1270
- default: boolean;
1271
- };
1272
- }>> & Readonly<{
1273
- onScroll?: (() => any) | undefined;
1274
- onReachBottom?: (() => any) | undefined;
1275
- onPageSizeChange?: ((_pageSize: number) => any) | undefined;
1276
- onPageChange?: ((_page: number) => any) | undefined;
1277
- }>, {
1278
- virtualListRef: import("vue").Ref<any, any>;
1279
- render: () => import("vue/jsx-runtime").JSX.Element;
1280
- }, {}, {}, {
1281
- scrollIntoView(options: import("../_components/virtual-list/interface").ScrollIntoViewOptions): void;
1282
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1283
- scroll: () => true;
1284
- reachBottom: () => true;
1285
- pageChange: (_page: number) => true;
1286
- pageSizeChange: (_pageSize: number) => true;
1287
- }, string, {
1288
- size: "medium" | "large" | "small";
1289
- scrollbar: boolean | import("..").ScrollbarProps;
1290
- split: boolean;
1291
- loading: boolean;
1292
- bottomOffset: number;
1293
- maxHeight: string | number;
1294
- bordered: boolean;
1295
- hoverable: boolean;
1296
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1297
- Item: {
1298
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1299
- actionLayout: {
1300
- type: import("vue").PropType<import("..").Direction>;
1301
- default: string;
1302
- };
1303
- }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1304
- actionLayout: "horizontal" | "vertical";
1305
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1306
- P: {};
1307
- B: {};
1308
- D: {};
1309
- C: {};
1310
- M: {};
1311
- Defaults: {};
1312
- }, Readonly<import("vue").ExtractPropTypes<{
1313
- actionLayout: {
1314
- type: import("vue").PropType<import("..").Direction>;
1315
- default: string;
1316
- };
1317
- }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1318
- actionLayout: "horizontal" | "vertical";
1319
- }>;
1320
- __isFragment?: never;
1321
- __isTeleport?: never;
1322
- __isSuspense?: never;
1323
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1324
- actionLayout: {
1325
- type: import("vue").PropType<import("..").Direction>;
1326
- default: string;
1327
- };
1328
- }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1329
- actionLayout: "horizontal" | "vertical";
1330
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1331
- Meta: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1332
- title: StringConstructor;
1333
- description: StringConstructor;
1334
- }>, {
1335
- prefixCls: string;
1336
- hasContent: boolean;
1337
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1338
- title: StringConstructor;
1339
- description: StringConstructor;
1340
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1341
- };
1342
- install: (app: App, options?: SDOptions) => void;
1343
- };
1344
- TransferListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1345
- type: {
1346
- type: import("vue").PropType<"source" | "target">;
1347
- };
1348
- data: {
1349
- type: import("vue").PropType<import("./interface").TransferItem>;
1350
- required: true;
1351
- };
1352
- allowClear: {
1353
- type: BooleanConstructor;
1354
- };
1355
- disabled: {
1356
- type: BooleanConstructor;
1357
- };
1358
- draggable: {
1359
- type: BooleanConstructor;
1360
- };
1361
- simple: BooleanConstructor;
1362
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1363
- type: {
1364
- type: import("vue").PropType<"source" | "target">;
1365
- };
1366
- data: {
1367
- type: import("vue").PropType<import("./interface").TransferItem>;
1368
- required: true;
1369
- };
1370
- allowClear: {
1371
- type: BooleanConstructor;
1372
- };
1373
- disabled: {
1374
- type: BooleanConstructor;
1375
- };
1376
- draggable: {
1377
- type: BooleanConstructor;
1378
- };
1379
- simple: BooleanConstructor;
1380
- }>> & Readonly<{}>, {
1381
- disabled: boolean;
1382
- allowClear: boolean;
1383
- simple: boolean;
1384
- draggable: boolean;
1385
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1386
- Scrollbar: {
1387
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1388
- type: {
1389
- type: import("vue").PropType<"track" | "embed">;
1390
- default: string;
1391
- };
1392
- outerClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1393
- outerStyle: {
1394
- type: import("vue").PropType<import("vue").StyleValue>;
1395
- };
1396
- paddingAbsolute: {
1397
- type: import("vue").PropType<import("..").ScrollbarProps["paddingAbsolute"]>;
1398
- default: undefined;
1399
- };
1400
- showNativeOverlaidScrollbars: {
1401
- type: import("vue").PropType<import("..").ScrollbarProps["showNativeOverlaidScrollbars"]>;
1402
- default: undefined;
1403
- };
1404
- updateOptions: {
1405
- type: import("vue").PropType<import("..").ScrollbarProps["updateOptions"]>;
1406
- };
1407
- overflow: {
1408
- type: import("vue").PropType<import("..").ScrollbarProps["overflow"]>;
1409
- };
1410
- scrollbars: {
1411
- type: import("vue").PropType<import("..").ScrollbarProps["scrollbars"]>;
1412
- };
1413
- overlayOptions: {
1414
- type: import("vue").PropType<import("..").ScrollbarProps["overlayOptions"]>;
1415
- };
1416
- events: {
1417
- type: import("vue").PropType<import("..").ScrollbarProps["events"]>;
1418
- };
1419
- hide: {
1420
- type: BooleanConstructor;
1421
- default: boolean;
1422
- };
1423
- disableHorizontal: {
1424
- type: BooleanConstructor;
1425
- default: boolean;
1426
- };
1427
- disableVertical: {
1428
- type: BooleanConstructor;
1429
- default: boolean;
1430
- };
1431
- }>> & Readonly<{
1432
- onScroll?: ((_ev: Event) => any) | undefined;
1433
- }>, {
1434
- prefixCls: string;
1435
- cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
1436
- outerStyle: import("vue").ComputedRef<(import("vue").StyleValue | Record<string, string>)[]>;
1437
- outerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
1438
- containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
1439
- mergedOptions: import("vue").ComputedRef<{
1440
- paddingAbsolute: boolean | undefined;
1441
- showNativeOverlaidScrollbars: boolean | undefined;
1442
- update: import("../scrollbar/interface").ScrollbarUpdateOptions | undefined;
1443
- overflow: {
1444
- x: string;
1445
- y: string;
1446
- };
1447
- scrollbars: {
1448
- theme: string | null;
1449
- visibility: import("overlayscrollbars").ScrollbarsVisibilityBehavior;
1450
- autoHide: string;
1451
- autoHideDelay?: number;
1452
- autoHideSuspend: boolean;
1453
- dragScroll?: boolean;
1454
- clickScroll: string | boolean | ((isHorizontal: boolean) => Partial<import("../scrollbar/interface").ScrollbarClickScrollBehaviorOptions> | false | null | undefined | void);
1455
- pointers?: string[] | null;
1456
- };
1457
- }>;
1458
- resolveOSInstance: () => {
1459
- options: {
1460
- (): import("overlayscrollbars").Options;
1461
- (newOptions: import("overlayscrollbars").PartialOptions, pure?: boolean): import("overlayscrollbars").Options;
1462
- };
1463
- on: {
1464
- (eventListeners: import("overlayscrollbars").EventListeners, pure?: boolean): () => void;
1465
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): () => void;
1466
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): () => void;
1467
- };
1468
- off: {
1469
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): void;
1470
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): void;
1471
- };
1472
- update: (force?: boolean) => boolean;
1473
- sleep: (sleeping: boolean) => void;
1474
- state: () => import("overlayscrollbars").State;
1475
- elements: () => import("overlayscrollbars").Elements;
1476
- destroy: () => void;
1477
- plugin: <P extends import("overlayscrollbars").InstancePlugin>(osPlugin: P) => import("overlayscrollbars").InferInstancePluginModuleInstance<P> | undefined;
1478
- } | null;
1479
- getScrollOffsetElement: () => HTMLElement | null;
1480
- }, {}, {}, {
1481
- getOSInstance(): {
1482
- options: {
1483
- (): import("overlayscrollbars").Options;
1484
- (newOptions: import("overlayscrollbars").PartialOptions, pure?: boolean): import("overlayscrollbars").Options;
1485
- };
1486
- on: {
1487
- (eventListeners: import("overlayscrollbars").EventListeners, pure?: boolean): () => void;
1488
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): () => void;
1489
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): () => void;
1490
- };
1491
- off: {
1492
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): void;
1493
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): void;
1494
- };
1495
- update: (force?: boolean) => boolean;
1496
- sleep: (sleeping: boolean) => void;
1497
- state: () => import("overlayscrollbars").State;
1498
- elements: () => import("overlayscrollbars").Elements;
1499
- destroy: () => void;
1500
- plugin: <P extends import("overlayscrollbars").InstancePlugin>(osPlugin: P) => import("overlayscrollbars").InferInstancePluginModuleInstance<P> | undefined;
1501
- } | null;
1502
- options(newOptions?: import("..").ScrollbarProps["overlayOptions"], pure?: boolean): import("overlayscrollbars").Options | undefined;
1503
- on(nameOrListeners: keyof import("overlayscrollbars").EventListenerArgs | import("overlayscrollbars").EventListeners, listenerOrPure?: import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs> | import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs>[] | boolean): (() => void) | undefined;
1504
- off(name: keyof import("overlayscrollbars").EventListenerArgs, listener: import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs> | import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs>[]): void;
1505
- update(force?: boolean): boolean;
1506
- sleep(sleeping: boolean): void;
1507
- state(): import("overlayscrollbars").State | undefined;
1508
- elements(): import("overlayscrollbars").Elements | undefined;
1509
- plugin(osPlugin: import("..").ScrollbarPlugin): void | import("overlayscrollbars").PluginModuleInstance | undefined;
1510
- destroy(): void;
1511
- scrollTo(options?: number | {
1512
- left?: number;
1513
- top?: number;
1514
- }, y?: number): void;
1515
- scrollTop(top: number): void;
1516
- scrollLeft(left: number): void;
1517
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1518
- scroll: (_ev: Event) => true;
1519
- }, import("vue").PublicProps, {
1520
- paddingAbsolute: boolean | undefined;
1521
- showNativeOverlaidScrollbars: boolean | undefined;
1522
- type: "track" | "embed";
1523
- hide: boolean;
1524
- disableHorizontal: boolean;
1525
- disableVertical: boolean;
1526
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1527
- P: {};
1528
- B: {};
1529
- D: {};
1530
- C: {};
1531
- M: {};
1532
- Defaults: {};
1533
- }, Readonly<import("vue").ExtractPropTypes<{
1534
- type: {
1535
- type: import("vue").PropType<"track" | "embed">;
1536
- default: string;
1537
- };
1538
- outerClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1539
- outerStyle: {
1540
- type: import("vue").PropType<import("vue").StyleValue>;
1541
- };
1542
- paddingAbsolute: {
1543
- type: import("vue").PropType<import("..").ScrollbarProps["paddingAbsolute"]>;
1544
- default: undefined;
1545
- };
1546
- showNativeOverlaidScrollbars: {
1547
- type: import("vue").PropType<import("..").ScrollbarProps["showNativeOverlaidScrollbars"]>;
1548
- default: undefined;
1549
- };
1550
- updateOptions: {
1551
- type: import("vue").PropType<import("..").ScrollbarProps["updateOptions"]>;
1552
- };
1553
- overflow: {
1554
- type: import("vue").PropType<import("..").ScrollbarProps["overflow"]>;
1555
- };
1556
- scrollbars: {
1557
- type: import("vue").PropType<import("..").ScrollbarProps["scrollbars"]>;
1558
- };
1559
- overlayOptions: {
1560
- type: import("vue").PropType<import("..").ScrollbarProps["overlayOptions"]>;
1561
- };
1562
- events: {
1563
- type: import("vue").PropType<import("..").ScrollbarProps["events"]>;
1564
- };
1565
- hide: {
1566
- type: BooleanConstructor;
1567
- default: boolean;
1568
- };
1569
- disableHorizontal: {
1570
- type: BooleanConstructor;
1571
- default: boolean;
1572
- };
1573
- disableVertical: {
1574
- type: BooleanConstructor;
1575
- default: boolean;
1576
- };
1577
- }>> & Readonly<{
1578
- onScroll?: ((_ev: Event) => any) | undefined;
1579
- }>, {
1580
- prefixCls: string;
1581
- cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
1582
- outerStyle: import("vue").ComputedRef<(import("vue").StyleValue | Record<string, string>)[]>;
1583
- outerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
1584
- containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
1585
- mergedOptions: import("vue").ComputedRef<{
1586
- paddingAbsolute: boolean | undefined;
1587
- showNativeOverlaidScrollbars: boolean | undefined;
1588
- update: import("../scrollbar/interface").ScrollbarUpdateOptions | undefined;
1589
- overflow: {
1590
- x: string;
1591
- y: string;
1592
- };
1593
- scrollbars: {
1594
- theme: string | null;
1595
- visibility: import("overlayscrollbars").ScrollbarsVisibilityBehavior;
1596
- autoHide: string;
1597
- autoHideDelay?: number;
1598
- autoHideSuspend: boolean;
1599
- dragScroll?: boolean;
1600
- clickScroll: string | boolean | ((isHorizontal: boolean) => Partial<import("../scrollbar/interface").ScrollbarClickScrollBehaviorOptions> | false | null | undefined | void);
1601
- pointers?: string[] | null;
1602
- };
1603
- }>;
1604
- resolveOSInstance: () => {
1605
- options: {
1606
- (): import("overlayscrollbars").Options;
1607
- (newOptions: import("overlayscrollbars").PartialOptions, pure?: boolean): import("overlayscrollbars").Options;
1608
- };
1609
- on: {
1610
- (eventListeners: import("overlayscrollbars").EventListeners, pure?: boolean): () => void;
1611
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): () => void;
1612
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): () => void;
1613
- };
1614
- off: {
1615
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): void;
1616
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): void;
1617
- };
1618
- update: (force?: boolean) => boolean;
1619
- sleep: (sleeping: boolean) => void;
1620
- state: () => import("overlayscrollbars").State;
1621
- elements: () => import("overlayscrollbars").Elements;
1622
- destroy: () => void;
1623
- plugin: <P extends import("overlayscrollbars").InstancePlugin>(osPlugin: P) => import("overlayscrollbars").InferInstancePluginModuleInstance<P> | undefined;
1624
- } | null;
1625
- getScrollOffsetElement: () => HTMLElement | null;
1626
- }, {}, {}, {
1627
- getOSInstance(): {
1628
- options: {
1629
- (): import("overlayscrollbars").Options;
1630
- (newOptions: import("overlayscrollbars").PartialOptions, pure?: boolean): import("overlayscrollbars").Options;
1631
- };
1632
- on: {
1633
- (eventListeners: import("overlayscrollbars").EventListeners, pure?: boolean): () => void;
1634
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): () => void;
1635
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): () => void;
1636
- };
1637
- off: {
1638
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): void;
1639
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): void;
1640
- };
1641
- update: (force?: boolean) => boolean;
1642
- sleep: (sleeping: boolean) => void;
1643
- state: () => import("overlayscrollbars").State;
1644
- elements: () => import("overlayscrollbars").Elements;
1645
- destroy: () => void;
1646
- plugin: <P extends import("overlayscrollbars").InstancePlugin>(osPlugin: P) => import("overlayscrollbars").InferInstancePluginModuleInstance<P> | undefined;
1647
- } | null;
1648
- options(newOptions?: import("..").ScrollbarProps["overlayOptions"], pure?: boolean): import("overlayscrollbars").Options | undefined;
1649
- on(nameOrListeners: keyof import("overlayscrollbars").EventListenerArgs | import("overlayscrollbars").EventListeners, listenerOrPure?: import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs> | import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs>[] | boolean): (() => void) | undefined;
1650
- off(name: keyof import("overlayscrollbars").EventListenerArgs, listener: import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs> | import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs>[]): void;
1651
- update(force?: boolean): boolean;
1652
- sleep(sleeping: boolean): void;
1653
- state(): import("overlayscrollbars").State | undefined;
1654
- elements(): import("overlayscrollbars").Elements | undefined;
1655
- plugin(osPlugin: import("..").ScrollbarPlugin): void | import("overlayscrollbars").PluginModuleInstance | undefined;
1656
- destroy(): void;
1657
- scrollTo(options?: number | {
1658
- left?: number;
1659
- top?: number;
1660
- }, y?: number): void;
1661
- scrollTop(top: number): void;
1662
- scrollLeft(left: number): void;
1663
- }, {
1664
- paddingAbsolute: boolean | undefined;
1665
- showNativeOverlaidScrollbars: boolean | undefined;
1666
- type: "track" | "embed";
1667
- hide: boolean;
1668
- disableHorizontal: boolean;
1669
- disableVertical: boolean;
1670
- }>;
1671
- __isFragment?: never;
1672
- __isTeleport?: never;
1673
- __isSuspense?: never;
1674
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1675
- type: {
1676
- type: import("vue").PropType<"track" | "embed">;
1677
- default: string;
1678
- };
1679
- outerClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
1680
- outerStyle: {
1681
- type: import("vue").PropType<import("vue").StyleValue>;
1682
- };
1683
- paddingAbsolute: {
1684
- type: import("vue").PropType<import("..").ScrollbarProps["paddingAbsolute"]>;
1685
- default: undefined;
1686
- };
1687
- showNativeOverlaidScrollbars: {
1688
- type: import("vue").PropType<import("..").ScrollbarProps["showNativeOverlaidScrollbars"]>;
1689
- default: undefined;
1690
- };
1691
- updateOptions: {
1692
- type: import("vue").PropType<import("..").ScrollbarProps["updateOptions"]>;
1693
- };
1694
- overflow: {
1695
- type: import("vue").PropType<import("..").ScrollbarProps["overflow"]>;
1696
- };
1697
- scrollbars: {
1698
- type: import("vue").PropType<import("..").ScrollbarProps["scrollbars"]>;
1699
- };
1700
- overlayOptions: {
1701
- type: import("vue").PropType<import("..").ScrollbarProps["overlayOptions"]>;
1702
- };
1703
- events: {
1704
- type: import("vue").PropType<import("..").ScrollbarProps["events"]>;
1705
- };
1706
- hide: {
1707
- type: BooleanConstructor;
1708
- default: boolean;
1709
- };
1710
- disableHorizontal: {
1711
- type: BooleanConstructor;
1712
- default: boolean;
1713
- };
1714
- disableVertical: {
1715
- type: BooleanConstructor;
1716
- default: boolean;
1717
- };
1718
- }>> & Readonly<{
1719
- onScroll?: ((_ev: Event) => any) | undefined;
1720
- }>, {
1721
- prefixCls: string;
1722
- cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
1723
- outerStyle: import("vue").ComputedRef<(import("vue").StyleValue | Record<string, string>)[]>;
1724
- outerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
1725
- containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
1726
- mergedOptions: import("vue").ComputedRef<{
1727
- paddingAbsolute: boolean | undefined;
1728
- showNativeOverlaidScrollbars: boolean | undefined;
1729
- update: import("../scrollbar/interface").ScrollbarUpdateOptions | undefined;
1730
- overflow: {
1731
- x: string;
1732
- y: string;
1733
- };
1734
- scrollbars: {
1735
- theme: string | null;
1736
- visibility: import("overlayscrollbars").ScrollbarsVisibilityBehavior;
1737
- autoHide: string;
1738
- autoHideDelay?: number;
1739
- autoHideSuspend: boolean;
1740
- dragScroll?: boolean;
1741
- clickScroll: string | boolean | ((isHorizontal: boolean) => Partial<import("../scrollbar/interface").ScrollbarClickScrollBehaviorOptions> | false | null | undefined | void);
1742
- pointers?: string[] | null;
1743
- };
1744
- }>;
1745
- resolveOSInstance: () => {
1746
- options: {
1747
- (): import("overlayscrollbars").Options;
1748
- (newOptions: import("overlayscrollbars").PartialOptions, pure?: boolean): import("overlayscrollbars").Options;
1749
- };
1750
- on: {
1751
- (eventListeners: import("overlayscrollbars").EventListeners, pure?: boolean): () => void;
1752
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): () => void;
1753
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): () => void;
1754
- };
1755
- off: {
1756
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): void;
1757
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): void;
1758
- };
1759
- update: (force?: boolean) => boolean;
1760
- sleep: (sleeping: boolean) => void;
1761
- state: () => import("overlayscrollbars").State;
1762
- elements: () => import("overlayscrollbars").Elements;
1763
- destroy: () => void;
1764
- plugin: <P extends import("overlayscrollbars").InstancePlugin>(osPlugin: P) => import("overlayscrollbars").InferInstancePluginModuleInstance<P> | undefined;
1765
- } | null;
1766
- getScrollOffsetElement: () => HTMLElement | null;
1767
- }, {}, {}, {
1768
- getOSInstance(): {
1769
- options: {
1770
- (): import("overlayscrollbars").Options;
1771
- (newOptions: import("overlayscrollbars").PartialOptions, pure?: boolean): import("overlayscrollbars").Options;
1772
- };
1773
- on: {
1774
- (eventListeners: import("overlayscrollbars").EventListeners, pure?: boolean): () => void;
1775
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): () => void;
1776
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): () => void;
1777
- };
1778
- off: {
1779
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): void;
1780
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): void;
1781
- };
1782
- update: (force?: boolean) => boolean;
1783
- sleep: (sleeping: boolean) => void;
1784
- state: () => import("overlayscrollbars").State;
1785
- elements: () => import("overlayscrollbars").Elements;
1786
- destroy: () => void;
1787
- plugin: <P extends import("overlayscrollbars").InstancePlugin>(osPlugin: P) => import("overlayscrollbars").InferInstancePluginModuleInstance<P> | undefined;
1788
- } | null;
1789
- options(newOptions?: import("..").ScrollbarProps["overlayOptions"], pure?: boolean): import("overlayscrollbars").Options | undefined;
1790
- on(nameOrListeners: keyof import("overlayscrollbars").EventListenerArgs | import("overlayscrollbars").EventListeners, listenerOrPure?: import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs> | import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs>[] | boolean): (() => void) | undefined;
1791
- off(name: keyof import("overlayscrollbars").EventListenerArgs, listener: import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs> | import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs>[]): void;
1792
- update(force?: boolean): boolean;
1793
- sleep(sleeping: boolean): void;
1794
- state(): import("overlayscrollbars").State | undefined;
1795
- elements(): import("overlayscrollbars").Elements | undefined;
1796
- plugin(osPlugin: import("..").ScrollbarPlugin): void | import("overlayscrollbars").PluginModuleInstance | undefined;
1797
- destroy(): void;
1798
- scrollTo(options?: number | {
1799
- left?: number;
1800
- top?: number;
1801
- }, y?: number): void;
1802
- scrollTop(top: number): void;
1803
- scrollLeft(left: number): void;
1804
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1805
- scroll: (_ev: Event) => true;
1806
- }, string, {
1807
- paddingAbsolute: boolean | undefined;
1808
- showNativeOverlaidScrollbars: boolean | undefined;
1809
- type: "track" | "embed";
1810
- hide: boolean;
1811
- disableHorizontal: boolean;
1812
- disableVertical: boolean;
1813
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1814
- install: (app: App, options?: SDOptions) => void;
1815
- };
1816
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1817
- IconLeft: {
1818
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1819
- size: {
1820
- type: (StringConstructor | NumberConstructor)[];
1821
- };
1822
- strokeWidth: {
1823
- type: NumberConstructor;
1824
- default: number;
1825
- };
1826
- strokeLinecap: {
1827
- type: StringConstructor;
1828
- default: string;
1829
- validator: (value: any) => boolean;
1830
- };
1831
- strokeLinejoin: {
1832
- type: StringConstructor;
1833
- default: string;
1834
- validator: (value: any) => boolean;
1835
- };
1836
- rotate: NumberConstructor;
1837
- spin: BooleanConstructor;
1838
- }>> & Readonly<{
1839
- onClick?: ((ev: MouseEvent) => any) | undefined;
1840
- }>, {
1841
- cls: import("vue").ComputedRef<(string | {
1842
- [x: string]: boolean;
1843
- })[]>;
1844
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1845
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1846
- onClick: (ev: MouseEvent) => void;
1847
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1848
- click: (ev: MouseEvent) => true;
1849
- }, import("vue").PublicProps, {
1850
- spin: boolean;
1851
- strokeWidth: number;
1852
- strokeLinecap: string;
1853
- strokeLinejoin: string;
1854
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1855
- P: {};
1856
- B: {};
1857
- D: {};
1858
- C: {};
1859
- M: {};
1860
- Defaults: {};
1861
- }, Readonly<import("vue").ExtractPropTypes<{
1862
- size: {
1863
- type: (StringConstructor | NumberConstructor)[];
1864
- };
1865
- strokeWidth: {
1866
- type: NumberConstructor;
1867
- default: number;
1868
- };
1869
- strokeLinecap: {
1870
- type: StringConstructor;
1871
- default: string;
1872
- validator: (value: any) => boolean;
1873
- };
1874
- strokeLinejoin: {
1875
- type: StringConstructor;
1876
- default: string;
1877
- validator: (value: any) => boolean;
1878
- };
1879
- rotate: NumberConstructor;
1880
- spin: BooleanConstructor;
1881
- }>> & Readonly<{
1882
- onClick?: ((ev: MouseEvent) => any) | undefined;
1883
- }>, {
1884
- cls: import("vue").ComputedRef<(string | {
1885
- [x: string]: boolean;
1886
- })[]>;
1887
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1888
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1889
- onClick: (ev: MouseEvent) => void;
1890
- }, {}, {}, {}, {
1891
- spin: boolean;
1892
- strokeWidth: number;
1893
- strokeLinecap: string;
1894
- strokeLinejoin: string;
1895
- }>;
1896
- __isFragment?: never;
1897
- __isTeleport?: never;
1898
- __isSuspense?: never;
1899
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1900
- size: {
1901
- type: (StringConstructor | NumberConstructor)[];
1902
- };
1903
- strokeWidth: {
1904
- type: NumberConstructor;
1905
- default: number;
1906
- };
1907
- strokeLinecap: {
1908
- type: StringConstructor;
1909
- default: string;
1910
- validator: (value: any) => boolean;
1911
- };
1912
- strokeLinejoin: {
1913
- type: StringConstructor;
1914
- default: string;
1915
- validator: (value: any) => boolean;
1916
- };
1917
- rotate: NumberConstructor;
1918
- spin: BooleanConstructor;
1919
- }>> & Readonly<{
1920
- onClick?: ((ev: MouseEvent) => any) | undefined;
1921
- }>, {
1922
- cls: import("vue").ComputedRef<(string | {
1923
- [x: string]: boolean;
1924
- })[]>;
1925
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1926
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1927
- onClick: (ev: MouseEvent) => void;
1928
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1929
- click: (ev: MouseEvent) => true;
1930
- }, string, {
1931
- spin: boolean;
1932
- strokeWidth: number;
1933
- strokeLinecap: string;
1934
- strokeLinejoin: string;
1935
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1936
- install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
1937
- };
1938
- IconRight: {
1939
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1940
- size: {
1941
- type: (StringConstructor | NumberConstructor)[];
1942
- };
1943
- strokeWidth: {
1944
- type: NumberConstructor;
1945
- default: number;
1946
- };
1947
- strokeLinecap: {
1948
- type: StringConstructor;
1949
- default: string;
1950
- validator: (value: any) => boolean;
1951
- };
1952
- strokeLinejoin: {
1953
- type: StringConstructor;
1954
- default: string;
1955
- validator: (value: any) => boolean;
1956
- };
1957
- rotate: NumberConstructor;
1958
- spin: BooleanConstructor;
1959
- }>> & Readonly<{
1960
- onClick?: ((ev: MouseEvent) => any) | undefined;
1961
- }>, {
1962
- cls: import("vue").ComputedRef<(string | {
1963
- [x: string]: boolean;
1964
- })[]>;
1965
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1966
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1967
- onClick: (ev: MouseEvent) => void;
1968
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1969
- click: (ev: MouseEvent) => true;
1970
- }, import("vue").PublicProps, {
1971
- spin: boolean;
1972
- strokeWidth: number;
1973
- strokeLinecap: string;
1974
- strokeLinejoin: string;
1975
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1976
- P: {};
1977
- B: {};
1978
- D: {};
1979
- C: {};
1980
- M: {};
1981
- Defaults: {};
1982
- }, Readonly<import("vue").ExtractPropTypes<{
1983
- size: {
1984
- type: (StringConstructor | NumberConstructor)[];
1985
- };
1986
- strokeWidth: {
1987
- type: NumberConstructor;
1988
- default: number;
1989
- };
1990
- strokeLinecap: {
1991
- type: StringConstructor;
1992
- default: string;
1993
- validator: (value: any) => boolean;
1994
- };
1995
- strokeLinejoin: {
1996
- type: StringConstructor;
1997
- default: string;
1998
- validator: (value: any) => boolean;
1999
- };
2000
- rotate: NumberConstructor;
2001
- spin: BooleanConstructor;
2002
- }>> & Readonly<{
2003
- onClick?: ((ev: MouseEvent) => any) | undefined;
2004
- }>, {
2005
- cls: import("vue").ComputedRef<(string | {
2006
- [x: string]: boolean;
2007
- })[]>;
2008
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2009
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2010
- onClick: (ev: MouseEvent) => void;
2011
- }, {}, {}, {}, {
2012
- spin: boolean;
2013
- strokeWidth: number;
2014
- strokeLinecap: string;
2015
- strokeLinejoin: string;
2016
- }>;
2017
- __isFragment?: never;
2018
- __isTeleport?: never;
2019
- __isSuspense?: never;
2020
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2021
- size: {
2022
- type: (StringConstructor | NumberConstructor)[];
2023
- };
2024
- strokeWidth: {
2025
- type: NumberConstructor;
2026
- default: number;
2027
- };
2028
- strokeLinecap: {
2029
- type: StringConstructor;
2030
- default: string;
2031
- validator: (value: any) => boolean;
2032
- };
2033
- strokeLinejoin: {
2034
- type: StringConstructor;
2035
- default: string;
2036
- validator: (value: any) => boolean;
2037
- };
2038
- rotate: NumberConstructor;
2039
- spin: BooleanConstructor;
2040
- }>> & Readonly<{
2041
- onClick?: ((ev: MouseEvent) => any) | undefined;
2042
- }>, {
2043
- cls: import("vue").ComputedRef<(string | {
2044
- [x: string]: boolean;
2045
- })[]>;
2046
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2047
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2048
- onClick: (ev: MouseEvent) => void;
2049
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2050
- click: (ev: MouseEvent) => true;
2051
- }, string, {
2052
- spin: boolean;
2053
- strokeWidth: number;
2054
- strokeLinecap: string;
2055
- strokeLinejoin: string;
2056
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
2057
- install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
2058
- };
2059
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
80
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2060
81
  P: {};
2061
82
  B: {};
2062
83
  D: {};
@@ -2120,25 +141,10 @@ declare const Transfer: {
2120
141
  onSelect?: ((_selected: string[]) => any) | undefined;
2121
142
  "onUpdate:modelValue"?: ((_value: string[]) => any) | undefined;
2122
143
  "onUpdate:selected"?: ((_selected: string[]) => any) | undefined;
2123
- }>, {
2124
- prefixCls: string;
2125
- cls: import("vue").ComputedRef<(string | {
2126
- [x: string]: boolean;
2127
- })[]>;
2128
- dataInfo: import("vue").ComputedRef<{
2129
- sourceInfo: import("./interface").DataInfo;
2130
- targetInfo: import("./interface").DataInfo;
2131
- }>;
2132
- computedSelected: import("vue").ComputedRef<string[]>;
2133
- mergedDisabled: import("vue").ComputedRef<boolean>;
2134
- sourceTitle: import("vue").ComputedRef<string>;
2135
- targetTitle: import("vue").ComputedRef<string>;
2136
- handleClick: (target: "target" | "source") => void;
2137
- handleSearch: (value: string, type: "target" | "source") => void;
2138
- }, {}, {}, {}, {
2139
- disabled: boolean;
144
+ }>, {}, {}, {}, {}, {
2140
145
  data: import("./interface").TransferItem[];
2141
146
  title: string[];
147
+ disabled: boolean;
2142
148
  defaultValue: string[];
2143
149
  modelValue: string[];
2144
150
  simple: boolean;
@@ -2208,31 +214,16 @@ declare const Transfer: {
2208
214
  onSelect?: ((_selected: string[]) => any) | undefined;
2209
215
  "onUpdate:modelValue"?: ((_value: string[]) => any) | undefined;
2210
216
  "onUpdate:selected"?: ((_selected: string[]) => any) | undefined;
2211
- }>, {
2212
- prefixCls: string;
2213
- cls: import("vue").ComputedRef<(string | {
2214
- [x: string]: boolean;
2215
- })[]>;
2216
- dataInfo: import("vue").ComputedRef<{
2217
- sourceInfo: import("./interface").DataInfo;
2218
- targetInfo: import("./interface").DataInfo;
2219
- }>;
2220
- computedSelected: import("vue").ComputedRef<string[]>;
2221
- mergedDisabled: import("vue").ComputedRef<boolean>;
2222
- sourceTitle: import("vue").ComputedRef<string>;
2223
- targetTitle: import("vue").ComputedRef<string>;
2224
- handleClick: (target: "target" | "source") => void;
2225
- handleSearch: (value: string, type: "target" | "source") => void;
2226
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2227
- 'update:modelValue': (_value: string[]) => true;
2228
- 'update:selected': (_selected: string[]) => true;
2229
- change: (_value: string[]) => true;
2230
- select: (_selected: string[]) => true;
2231
- search: (_value: string, _type: "target" | "source") => true;
217
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
218
+ search: (_value: string, _type: "source" | "target") => any;
219
+ change: (_value: string[]) => any;
220
+ select: (_selected: string[]) => any;
221
+ "update:modelValue": (_value: string[]) => any;
222
+ "update:selected": (_selected: string[]) => any;
2232
223
  }, string, {
2233
- disabled: boolean;
2234
224
  data: import("./interface").TransferItem[];
2235
225
  title: string[];
226
+ disabled: boolean;
2236
227
  defaultValue: string[];
2237
228
  modelValue: string[];
2238
229
  simple: boolean;
@@ -2241,1971 +232,45 @@ declare const Transfer: {
2241
232
  selected: string[];
2242
233
  defaultSelected: string[];
2243
234
  oneWay: boolean;
2244
- }, {}, string, {}, {
2245
- SDButton: {
2246
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2247
- type: {
2248
- type: import("vue").PropType<import("../button/constants").ButtonTypes>;
2249
- };
2250
- shape: {
2251
- type: import("vue").PropType<import("../_utils/constant").BorderShape>;
2252
- };
2253
- status: {
2254
- type: import("vue").PropType<import("..").Status>;
2255
- };
2256
- size: {
2257
- type: import("vue").PropType<import("..").Size>;
2258
- };
2259
- long: {
2260
- type: BooleanConstructor;
2261
- default: boolean;
2262
- };
2263
- loading: {
2264
- type: BooleanConstructor;
2265
- default: boolean;
2266
- };
2267
- disabled: {
2268
- type: BooleanConstructor;
2269
- };
2270
- htmlType: {
2271
- type: import("vue").PropType<HTMLButtonElement["type"]>;
2272
- default: string;
2273
- };
2274
- autofocus: {
2275
- type: BooleanConstructor;
2276
- default: boolean;
2277
- };
2278
- href: StringConstructor;
2279
- }>> & Readonly<{
2280
- onClick?: ((_ev: MouseEvent) => any) | undefined;
2281
- }>, {
2282
- prefixCls: string;
2283
- cls: import("vue").ComputedRef<(string | {
2284
- [x: string]: boolean;
2285
- })[]>;
2286
- mergedDisabled: import("vue").ComputedRef<boolean>;
2287
- handleClick: (ev: MouseEvent) => void;
2288
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2289
- click: (_ev: MouseEvent) => true;
2290
- }, import("vue").PublicProps, {
2291
- disabled: boolean;
2292
- autofocus: boolean;
2293
- loading: boolean;
2294
- long: boolean;
2295
- htmlType: "button" | "reset" | "submit";
2296
- }, true, {}, {}, {
2297
- IconLoading: {
2298
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2299
- size: {
2300
- type: (StringConstructor | NumberConstructor)[];
2301
- };
2302
- strokeWidth: {
2303
- type: NumberConstructor;
2304
- default: number;
2305
- };
2306
- strokeLinecap: {
2307
- type: StringConstructor;
2308
- default: string;
2309
- validator: (value: any) => boolean;
2310
- };
2311
- strokeLinejoin: {
2312
- type: StringConstructor;
2313
- default: string;
2314
- validator: (value: any) => boolean;
2315
- };
2316
- rotate: NumberConstructor;
2317
- spin: BooleanConstructor;
2318
- }>> & Readonly<{
2319
- onClick?: ((ev: MouseEvent) => any) | undefined;
2320
- }>, {
2321
- cls: import("vue").ComputedRef<(string | {
2322
- [x: string]: boolean;
2323
- })[]>;
2324
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2325
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2326
- onClick: (ev: MouseEvent) => void;
2327
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2328
- click: (ev: MouseEvent) => true;
2329
- }, import("vue").PublicProps, {
2330
- spin: boolean;
2331
- strokeWidth: number;
2332
- strokeLinecap: string;
2333
- strokeLinejoin: string;
2334
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2335
- P: {};
2336
- B: {};
2337
- D: {};
2338
- C: {};
2339
- M: {};
2340
- Defaults: {};
2341
- }, Readonly<import("vue").ExtractPropTypes<{
2342
- size: {
2343
- type: (StringConstructor | NumberConstructor)[];
2344
- };
2345
- strokeWidth: {
2346
- type: NumberConstructor;
2347
- default: number;
2348
- };
2349
- strokeLinecap: {
2350
- type: StringConstructor;
2351
- default: string;
2352
- validator: (value: any) => boolean;
2353
- };
2354
- strokeLinejoin: {
2355
- type: StringConstructor;
2356
- default: string;
2357
- validator: (value: any) => boolean;
2358
- };
2359
- rotate: NumberConstructor;
2360
- spin: BooleanConstructor;
2361
- }>> & Readonly<{
2362
- onClick?: ((ev: MouseEvent) => any) | undefined;
2363
- }>, {
2364
- cls: import("vue").ComputedRef<(string | {
2365
- [x: string]: boolean;
2366
- })[]>;
2367
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2368
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2369
- onClick: (ev: MouseEvent) => void;
2370
- }, {}, {}, {}, {
2371
- spin: boolean;
2372
- strokeWidth: number;
2373
- strokeLinecap: string;
2374
- strokeLinejoin: string;
2375
- }>;
2376
- __isFragment?: never;
2377
- __isTeleport?: never;
2378
- __isSuspense?: never;
2379
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2380
- size: {
2381
- type: (StringConstructor | NumberConstructor)[];
2382
- };
2383
- strokeWidth: {
2384
- type: NumberConstructor;
2385
- default: number;
2386
- };
2387
- strokeLinecap: {
2388
- type: StringConstructor;
2389
- default: string;
2390
- validator: (value: any) => boolean;
2391
- };
2392
- strokeLinejoin: {
2393
- type: StringConstructor;
2394
- default: string;
2395
- validator: (value: any) => boolean;
2396
- };
2397
- rotate: NumberConstructor;
2398
- spin: BooleanConstructor;
2399
- }>> & Readonly<{
2400
- onClick?: ((ev: MouseEvent) => any) | undefined;
2401
- }>, {
2402
- cls: import("vue").ComputedRef<(string | {
2403
- [x: string]: boolean;
2404
- })[]>;
2405
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2406
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2407
- onClick: (ev: MouseEvent) => void;
2408
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2409
- click: (ev: MouseEvent) => true;
2410
- }, string, {
2411
- spin: boolean;
2412
- strokeWidth: number;
2413
- strokeLinecap: string;
2414
- strokeLinejoin: string;
2415
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
2416
- install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
2417
- };
2418
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2419
- P: {};
2420
- B: {};
2421
- D: {};
2422
- C: {};
2423
- M: {};
2424
- Defaults: {};
2425
- }, Readonly<import("vue").ExtractPropTypes<{
2426
- type: {
2427
- type: import("vue").PropType<import("../button/constants").ButtonTypes>;
2428
- };
2429
- shape: {
2430
- type: import("vue").PropType<import("../_utils/constant").BorderShape>;
2431
- };
2432
- status: {
2433
- type: import("vue").PropType<import("..").Status>;
2434
- };
2435
- size: {
2436
- type: import("vue").PropType<import("..").Size>;
2437
- };
2438
- long: {
2439
- type: BooleanConstructor;
2440
- default: boolean;
2441
- };
2442
- loading: {
2443
- type: BooleanConstructor;
2444
- default: boolean;
2445
- };
2446
- disabled: {
2447
- type: BooleanConstructor;
2448
- };
2449
- htmlType: {
2450
- type: import("vue").PropType<HTMLButtonElement["type"]>;
2451
- default: string;
2452
- };
2453
- autofocus: {
2454
- type: BooleanConstructor;
2455
- default: boolean;
2456
- };
2457
- href: StringConstructor;
2458
- }>> & Readonly<{
2459
- onClick?: ((_ev: MouseEvent) => any) | undefined;
2460
- }>, {
2461
- prefixCls: string;
2462
- cls: import("vue").ComputedRef<(string | {
2463
- [x: string]: boolean;
2464
- })[]>;
2465
- mergedDisabled: import("vue").ComputedRef<boolean>;
2466
- handleClick: (ev: MouseEvent) => void;
2467
- }, {}, {}, {}, {
2468
- disabled: boolean;
2469
- autofocus: boolean;
2470
- loading: boolean;
2471
- long: boolean;
2472
- htmlType: "button" | "reset" | "submit";
2473
- }>;
2474
- __isFragment?: never;
2475
- __isTeleport?: never;
2476
- __isSuspense?: never;
2477
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2478
- type: {
2479
- type: import("vue").PropType<import("../button/constants").ButtonTypes>;
2480
- };
2481
- shape: {
2482
- type: import("vue").PropType<import("../_utils/constant").BorderShape>;
2483
- };
2484
- status: {
2485
- type: import("vue").PropType<import("..").Status>;
2486
- };
2487
- size: {
2488
- type: import("vue").PropType<import("..").Size>;
2489
- };
2490
- long: {
2491
- type: BooleanConstructor;
2492
- default: boolean;
2493
- };
2494
- loading: {
2495
- type: BooleanConstructor;
2496
- default: boolean;
2497
- };
2498
- disabled: {
2499
- type: BooleanConstructor;
2500
- };
2501
- htmlType: {
2502
- type: import("vue").PropType<HTMLButtonElement["type"]>;
2503
- default: string;
2504
- };
2505
- autofocus: {
2506
- type: BooleanConstructor;
2507
- default: boolean;
2508
- };
2509
- href: StringConstructor;
2510
- }>> & Readonly<{
2511
- onClick?: ((_ev: MouseEvent) => any) | undefined;
2512
- }>, {
2513
- prefixCls: string;
2514
- cls: import("vue").ComputedRef<(string | {
2515
- [x: string]: boolean;
2516
- })[]>;
2517
- mergedDisabled: import("vue").ComputedRef<boolean>;
2518
- handleClick: (ev: MouseEvent) => void;
2519
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2520
- click: (_ev: MouseEvent) => true;
2521
- }, string, {
2522
- disabled: boolean;
2523
- autofocus: boolean;
2524
- loading: boolean;
2525
- long: boolean;
2526
- htmlType: "button" | "reset" | "submit";
2527
- }, {}, string, {}, {
2528
- IconLoading: {
2529
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2530
- size: {
2531
- type: (StringConstructor | NumberConstructor)[];
2532
- };
2533
- strokeWidth: {
2534
- type: NumberConstructor;
2535
- default: number;
2536
- };
2537
- strokeLinecap: {
2538
- type: StringConstructor;
2539
- default: string;
2540
- validator: (value: any) => boolean;
2541
- };
2542
- strokeLinejoin: {
2543
- type: StringConstructor;
2544
- default: string;
2545
- validator: (value: any) => boolean;
2546
- };
2547
- rotate: NumberConstructor;
2548
- spin: BooleanConstructor;
2549
- }>> & Readonly<{
2550
- onClick?: ((ev: MouseEvent) => any) | undefined;
2551
- }>, {
2552
- cls: import("vue").ComputedRef<(string | {
2553
- [x: string]: boolean;
2554
- })[]>;
2555
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2556
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2557
- onClick: (ev: MouseEvent) => void;
2558
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2559
- click: (ev: MouseEvent) => true;
2560
- }, import("vue").PublicProps, {
2561
- spin: boolean;
2562
- strokeWidth: number;
2563
- strokeLinecap: string;
2564
- strokeLinejoin: string;
2565
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2566
- P: {};
2567
- B: {};
2568
- D: {};
2569
- C: {};
2570
- M: {};
2571
- Defaults: {};
2572
- }, Readonly<import("vue").ExtractPropTypes<{
2573
- size: {
2574
- type: (StringConstructor | NumberConstructor)[];
2575
- };
2576
- strokeWidth: {
2577
- type: NumberConstructor;
2578
- default: number;
2579
- };
2580
- strokeLinecap: {
2581
- type: StringConstructor;
2582
- default: string;
2583
- validator: (value: any) => boolean;
2584
- };
2585
- strokeLinejoin: {
2586
- type: StringConstructor;
2587
- default: string;
2588
- validator: (value: any) => boolean;
2589
- };
2590
- rotate: NumberConstructor;
2591
- spin: BooleanConstructor;
2592
- }>> & Readonly<{
2593
- onClick?: ((ev: MouseEvent) => any) | undefined;
2594
- }>, {
2595
- cls: import("vue").ComputedRef<(string | {
2596
- [x: string]: boolean;
2597
- })[]>;
2598
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2599
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2600
- onClick: (ev: MouseEvent) => void;
2601
- }, {}, {}, {}, {
2602
- spin: boolean;
2603
- strokeWidth: number;
2604
- strokeLinecap: string;
2605
- strokeLinejoin: string;
2606
- }>;
2607
- __isFragment?: never;
2608
- __isTeleport?: never;
2609
- __isSuspense?: never;
2610
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2611
- size: {
2612
- type: (StringConstructor | NumberConstructor)[];
2613
- };
2614
- strokeWidth: {
2615
- type: NumberConstructor;
2616
- default: number;
2617
- };
2618
- strokeLinecap: {
2619
- type: StringConstructor;
2620
- default: string;
2621
- validator: (value: any) => boolean;
2622
- };
2623
- strokeLinejoin: {
2624
- type: StringConstructor;
2625
- default: string;
2626
- validator: (value: any) => boolean;
2627
- };
2628
- rotate: NumberConstructor;
2629
- spin: BooleanConstructor;
2630
- }>> & Readonly<{
2631
- onClick?: ((ev: MouseEvent) => any) | undefined;
2632
- }>, {
2633
- cls: import("vue").ComputedRef<(string | {
2634
- [x: string]: boolean;
2635
- })[]>;
2636
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2637
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2638
- onClick: (ev: MouseEvent) => void;
2639
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2640
- click: (ev: MouseEvent) => true;
2641
- }, string, {
2642
- spin: boolean;
2643
- strokeWidth: number;
2644
- strokeLinecap: string;
2645
- strokeLinejoin: string;
2646
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
2647
- install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
2648
- };
2649
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
2650
- Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2651
- type: {
2652
- type: import("vue").PropType<import("../button/constants").ButtonTypes>;
2653
- };
2654
- status: {
2655
- type: import("vue").PropType<import("..").Status>;
2656
- };
2657
- shape: {
2658
- type: import("vue").PropType<import("../_utils/constant").BorderShape>;
2659
- };
2660
- size: {
2661
- type: import("vue").PropType<import("..").Size>;
2662
- };
2663
- disabled: {
2664
- type: BooleanConstructor;
2665
- };
2666
- }>, {
2667
- prefixCls: string;
2668
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2669
- type: {
2670
- type: import("vue").PropType<import("../button/constants").ButtonTypes>;
2671
- };
2672
- status: {
2673
- type: import("vue").PropType<import("..").Status>;
2674
- };
2675
- shape: {
2676
- type: import("vue").PropType<import("../_utils/constant").BorderShape>;
2677
- };
2678
- size: {
2679
- type: import("vue").PropType<import("..").Size>;
2680
- };
2681
- disabled: {
2682
- type: BooleanConstructor;
2683
- };
2684
- }>> & Readonly<{}>, {
2685
- disabled: boolean;
2686
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2687
- install: (app: App, options?: SDOptions) => void;
2688
- };
2689
- TransferView: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2690
- type: {
2691
- type: import("vue").PropType<"source" | "target">;
2692
- };
2693
- dataInfo: {
2694
- type: import("vue").PropType<import("./interface").DataInfo>;
2695
- required: true;
2696
- };
2697
- title: StringConstructor;
2698
- data: {
2699
- type: import("vue").PropType<import("./interface").TransferItem[]>;
2700
- required: true;
2701
- };
2702
- disabled: BooleanConstructor;
2703
- allowClear: BooleanConstructor;
2704
- selected: {
2705
- type: import("vue").PropType<string[]>;
2706
- required: true;
2707
- };
2708
- showSearch: BooleanConstructor;
2709
- showSelectAll: BooleanConstructor;
2710
- simple: BooleanConstructor;
2711
- inputSearchProps: {
2712
- type: ObjectConstructor;
2713
- };
2714
- }>, {
2715
- prefixCls: string;
2716
- filteredData: import("vue").ComputedRef<import("./interface").TransferItem[]>;
2717
- filter: import("vue").Ref<string, string>;
2718
- checked: import("vue").ComputedRef<boolean>;
2719
- indeterminate: import("vue").ComputedRef<boolean>;
2720
- countSelected: import("vue").ComputedRef<number>;
2721
- countRendered: import("vue").ComputedRef<number>;
2722
- handleSelectAllChange: (value: boolean | (string | number | boolean)[]) => void;
2723
- handleSearch: (value: string) => void;
2724
- handleClear: () => void;
2725
- transferCtx: import("./context").TransferContext | undefined;
2726
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "search"[], "search", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2727
- type: {
2728
- type: import("vue").PropType<"source" | "target">;
2729
- };
2730
- dataInfo: {
2731
- type: import("vue").PropType<import("./interface").DataInfo>;
2732
- required: true;
2733
- };
2734
- title: StringConstructor;
2735
- data: {
2736
- type: import("vue").PropType<import("./interface").TransferItem[]>;
2737
- required: true;
2738
- };
2739
- disabled: BooleanConstructor;
2740
- allowClear: BooleanConstructor;
2741
- selected: {
2742
- type: import("vue").PropType<string[]>;
2743
- required: true;
2744
- };
2745
- showSearch: BooleanConstructor;
2746
- showSelectAll: BooleanConstructor;
2747
- simple: BooleanConstructor;
2748
- inputSearchProps: {
2749
- type: ObjectConstructor;
2750
- };
2751
- }>> & Readonly<{
2752
- onSearch?: ((...args: any[]) => any) | undefined;
2753
- }>, {
2754
- disabled: boolean;
2755
- allowClear: boolean;
2756
- simple: boolean;
2757
- showSearch: boolean;
2758
- showSelectAll: boolean;
2759
- }, {}, {
2760
- Empty: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2761
- description: StringConstructor;
2762
- imgSrc: StringConstructor;
2763
- inConfigProvider: {
2764
- type: BooleanConstructor;
2765
- default: boolean;
2766
- };
2767
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2768
- [key: string]: any;
2769
- }>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2770
- description: StringConstructor;
2771
- imgSrc: StringConstructor;
2772
- inConfigProvider: {
2773
- type: BooleanConstructor;
2774
- default: boolean;
2775
- };
2776
- }>> & Readonly<{}>, {
2777
- inConfigProvider: boolean;
2778
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2779
- Checkbox: {
2780
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2781
- modelValue: {
2782
- type: import("vue").PropType<boolean | Array<string | number | boolean>>;
2783
- default: undefined;
2784
- };
2785
- defaultChecked: {
2786
- type: BooleanConstructor;
2787
- default: boolean;
2788
- };
2789
- value: {
2790
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2791
- };
2792
- disabled: {
2793
- type: BooleanConstructor;
2794
- default: boolean;
2795
- };
2796
- indeterminate: {
2797
- type: BooleanConstructor;
2798
- default: boolean;
2799
- };
2800
- uninjectGroupContext: {
2801
- type: BooleanConstructor;
2802
- default: boolean;
2803
- };
2804
- }>> & Readonly<{
2805
- onChange?: ((_value: boolean | (string | number | boolean)[], _ev: Event) => any) | undefined;
2806
- "onUpdate:modelValue"?: ((_value: boolean | (string | number | boolean)[]) => any) | undefined;
2807
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2808
- 'update:modelValue': (_value: boolean | (string | number | boolean)[]) => true;
2809
- change: (_value: boolean | (string | number | boolean)[], _ev: Event) => true;
2810
- }, import("vue").PublicProps, {
2811
- disabled: boolean;
2812
- modelValue: boolean | (string | number | boolean)[];
2813
- defaultChecked: boolean;
2814
- indeterminate: boolean;
2815
- uninjectGroupContext: boolean;
2816
- }, true, {}, {}, {
2817
- IconCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2818
- IconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2819
- prefix: {
2820
- type: StringConstructor;
2821
- };
2822
- size: {
2823
- type: import("vue").PropType<import("..").Size>;
2824
- default: string;
2825
- };
2826
- disabled: {
2827
- type: BooleanConstructor;
2828
- default: boolean;
2829
- };
2830
- }>, {
2831
- prefixCls: string;
2832
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2833
- prefix: {
2834
- type: StringConstructor;
2835
- };
2836
- size: {
2837
- type: import("vue").PropType<import("..").Size>;
2838
- default: string;
2839
- };
2840
- disabled: {
2841
- type: BooleanConstructor;
2842
- default: boolean;
2843
- };
2844
- }>> & Readonly<{}>, {
2845
- size: "medium" | "large" | "small" | "mini";
2846
- disabled: boolean;
2847
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2848
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2849
- P: {};
2850
- B: {};
2851
- D: {};
2852
- C: {};
2853
- M: {};
2854
- Defaults: {};
2855
- }, Readonly<import("vue").ExtractPropTypes<{
2856
- modelValue: {
2857
- type: import("vue").PropType<boolean | Array<string | number | boolean>>;
2858
- default: undefined;
2859
- };
2860
- defaultChecked: {
2861
- type: BooleanConstructor;
2862
- default: boolean;
2863
- };
2864
- value: {
2865
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2866
- };
2867
- disabled: {
2868
- type: BooleanConstructor;
2869
- default: boolean;
2870
- };
2871
- indeterminate: {
2872
- type: BooleanConstructor;
2873
- default: boolean;
2874
- };
2875
- uninjectGroupContext: {
2876
- type: BooleanConstructor;
2877
- default: boolean;
2878
- };
2879
- }>> & Readonly<{
2880
- onChange?: ((_value: boolean | (string | number | boolean)[], _ev: Event) => any) | undefined;
2881
- "onUpdate:modelValue"?: ((_value: boolean | (string | number | boolean)[]) => any) | undefined;
2882
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
2883
- disabled: boolean;
2884
- modelValue: boolean | (string | number | boolean)[];
2885
- defaultChecked: boolean;
2886
- indeterminate: boolean;
2887
- uninjectGroupContext: boolean;
2888
- }>;
2889
- __isFragment?: never;
2890
- __isTeleport?: never;
2891
- __isSuspense?: never;
2892
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2893
- modelValue: {
2894
- type: import("vue").PropType<boolean | Array<string | number | boolean>>;
2895
- default: undefined;
2896
- };
2897
- defaultChecked: {
2898
- type: BooleanConstructor;
2899
- default: boolean;
2900
- };
2901
- value: {
2902
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2903
- };
2904
- disabled: {
2905
- type: BooleanConstructor;
2906
- default: boolean;
2907
- };
2908
- indeterminate: {
2909
- type: BooleanConstructor;
2910
- default: boolean;
2911
- };
2912
- uninjectGroupContext: {
2913
- type: BooleanConstructor;
2914
- default: boolean;
2915
- };
2916
- }>> & Readonly<{
2917
- onChange?: ((_value: boolean | (string | number | boolean)[], _ev: Event) => any) | undefined;
2918
- "onUpdate:modelValue"?: ((_value: boolean | (string | number | boolean)[]) => any) | undefined;
2919
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2920
- 'update:modelValue': (_value: boolean | (string | number | boolean)[]) => true;
2921
- change: (_value: boolean | (string | number | boolean)[], _ev: Event) => true;
2922
- }, string, {
2923
- disabled: boolean;
2924
- modelValue: boolean | (string | number | boolean)[];
2925
- defaultChecked: boolean;
235
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
236
+ $slots: {
237
+ source?: (props: {
238
+ data: import("./interface").TransferItem[];
239
+ selectedKeys: string[] | undefined;
240
+ onSelect: ((value: string[]) => void) | undefined;
241
+ }) => any;
242
+ } & {
243
+ 'source-title'?: (props: {
244
+ countTotal: number;
245
+ countSelected: number;
246
+ searchValue: string;
247
+ checked: boolean;
2926
248
  indeterminate: boolean;
2927
- uninjectGroupContext: boolean;
2928
- }, {}, string, {}, {
2929
- IconCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2930
- IconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2931
- prefix: {
2932
- type: StringConstructor;
2933
- };
2934
- size: {
2935
- type: import("vue").PropType<import("..").Size>;
2936
- default: string;
2937
- };
2938
- disabled: {
2939
- type: BooleanConstructor;
2940
- default: boolean;
2941
- };
2942
- }>, {
2943
- prefixCls: string;
2944
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2945
- prefix: {
2946
- type: StringConstructor;
2947
- };
2948
- size: {
2949
- type: import("vue").PropType<import("..").Size>;
2950
- default: string;
2951
- };
2952
- disabled: {
2953
- type: BooleanConstructor;
2954
- default: boolean;
2955
- };
2956
- }>> & Readonly<{}>, {
2957
- size: "medium" | "large" | "small" | "mini";
2958
- disabled: boolean;
2959
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2960
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
2961
- Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2962
- modelValue: {
2963
- type: import("vue").PropType<Array<string | number | boolean>>;
2964
- default: undefined;
2965
- };
2966
- defaultValue: {
2967
- type: import("vue").PropType<Array<string | number | boolean>>;
2968
- default: () => never[];
2969
- };
2970
- max: {
2971
- type: NumberConstructor;
2972
- };
2973
- options: {
2974
- type: import("vue").PropType<Array<string | number | import("..").CheckboxOption>>;
2975
- };
2976
- direction: {
2977
- type: import("vue").PropType<import("..").Direction>;
2978
- default: string;
2979
- };
2980
- disabled: {
2981
- type: BooleanConstructor;
2982
- default: boolean;
2983
- };
2984
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2985
- 'update:modelValue': (_value: (string | number | boolean)[]) => true;
2986
- change: (_value: (string | number | boolean)[], _ev: Event) => true;
2987
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2988
- modelValue: {
2989
- type: import("vue").PropType<Array<string | number | boolean>>;
2990
- default: undefined;
2991
- };
2992
- defaultValue: {
2993
- type: import("vue").PropType<Array<string | number | boolean>>;
2994
- default: () => never[];
2995
- };
2996
- max: {
2997
- type: NumberConstructor;
2998
- };
2999
- options: {
3000
- type: import("vue").PropType<Array<string | number | import("..").CheckboxOption>>;
3001
- };
3002
- direction: {
3003
- type: import("vue").PropType<import("..").Direction>;
3004
- default: string;
3005
- };
3006
- disabled: {
3007
- type: BooleanConstructor;
3008
- default: boolean;
3009
- };
3010
- }>> & Readonly<{
3011
- onChange?: ((_value: (string | number | boolean)[], _ev: Event) => any) | undefined;
3012
- "onUpdate:modelValue"?: ((_value: (string | number | boolean)[]) => any) | undefined;
3013
- }>, {
3014
- disabled: boolean;
3015
- direction: "horizontal" | "vertical";
3016
- defaultValue: (string | number | boolean)[];
3017
- modelValue: (string | number | boolean)[];
3018
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3019
- install: (app: App, options?: SDOptions) => void;
3020
- };
3021
- IconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3022
- prefix: {
3023
- type: StringConstructor;
3024
- };
3025
- size: {
3026
- type: import("vue").PropType<import("..").Size>;
3027
- default: string;
3028
- };
3029
- disabled: {
3030
- type: BooleanConstructor;
3031
- default: boolean;
3032
- };
3033
- }>, {
3034
- prefixCls: string;
3035
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3036
- prefix: {
3037
- type: StringConstructor;
3038
- };
3039
- size: {
3040
- type: import("vue").PropType<import("..").Size>;
3041
- default: string;
3042
- };
3043
- disabled: {
3044
- type: BooleanConstructor;
3045
- default: boolean;
3046
- };
3047
- }>> & Readonly<{}>, {
3048
- size: "medium" | "large" | "small" | "mini";
3049
- disabled: boolean;
3050
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3051
- IconDelete: {
3052
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3053
- size: {
3054
- type: (StringConstructor | NumberConstructor)[];
3055
- };
3056
- strokeWidth: {
3057
- type: NumberConstructor;
3058
- default: number;
3059
- };
3060
- strokeLinecap: {
3061
- type: StringConstructor;
3062
- default: string;
3063
- validator: (value: any) => boolean;
3064
- };
3065
- strokeLinejoin: {
3066
- type: StringConstructor;
3067
- default: string;
3068
- validator: (value: any) => boolean;
3069
- };
3070
- rotate: NumberConstructor;
3071
- spin: BooleanConstructor;
3072
- }>> & Readonly<{
3073
- onClick?: ((ev: MouseEvent) => any) | undefined;
3074
- }>, {
3075
- cls: import("vue").ComputedRef<(string | {
3076
- [x: string]: boolean;
3077
- })[]>;
3078
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
3079
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
3080
- onClick: (ev: MouseEvent) => void;
3081
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3082
- click: (ev: MouseEvent) => true;
3083
- }, import("vue").PublicProps, {
3084
- spin: boolean;
3085
- strokeWidth: number;
3086
- strokeLinecap: string;
3087
- strokeLinejoin: string;
3088
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3089
- P: {};
3090
- B: {};
3091
- D: {};
3092
- C: {};
3093
- M: {};
3094
- Defaults: {};
3095
- }, Readonly<import("vue").ExtractPropTypes<{
3096
- size: {
3097
- type: (StringConstructor | NumberConstructor)[];
3098
- };
3099
- strokeWidth: {
3100
- type: NumberConstructor;
3101
- default: number;
3102
- };
3103
- strokeLinecap: {
3104
- type: StringConstructor;
3105
- default: string;
3106
- validator: (value: any) => boolean;
3107
- };
3108
- strokeLinejoin: {
3109
- type: StringConstructor;
3110
- default: string;
3111
- validator: (value: any) => boolean;
3112
- };
3113
- rotate: NumberConstructor;
3114
- spin: BooleanConstructor;
3115
- }>> & Readonly<{
3116
- onClick?: ((ev: MouseEvent) => any) | undefined;
3117
- }>, {
3118
- cls: import("vue").ComputedRef<(string | {
3119
- [x: string]: boolean;
3120
- })[]>;
3121
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
3122
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
3123
- onClick: (ev: MouseEvent) => void;
3124
- }, {}, {}, {}, {
3125
- spin: boolean;
3126
- strokeWidth: number;
3127
- strokeLinecap: string;
3128
- strokeLinejoin: string;
3129
- }>;
3130
- __isFragment?: never;
3131
- __isTeleport?: never;
3132
- __isSuspense?: never;
3133
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3134
- size: {
3135
- type: (StringConstructor | NumberConstructor)[];
3136
- };
3137
- strokeWidth: {
3138
- type: NumberConstructor;
3139
- default: number;
3140
- };
3141
- strokeLinecap: {
3142
- type: StringConstructor;
3143
- default: string;
3144
- validator: (value: any) => boolean;
3145
- };
3146
- strokeLinejoin: {
3147
- type: StringConstructor;
3148
- default: string;
3149
- validator: (value: any) => boolean;
3150
- };
3151
- rotate: NumberConstructor;
3152
- spin: BooleanConstructor;
3153
- }>> & Readonly<{
3154
- onClick?: ((ev: MouseEvent) => any) | undefined;
3155
- }>, {
3156
- cls: import("vue").ComputedRef<(string | {
3157
- [x: string]: boolean;
3158
- })[]>;
3159
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
3160
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
3161
- onClick: (ev: MouseEvent) => void;
3162
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3163
- click: (ev: MouseEvent) => true;
3164
- }, string, {
3165
- spin: boolean;
3166
- strokeWidth: number;
3167
- strokeLinecap: string;
3168
- strokeLinejoin: string;
3169
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
3170
- install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
3171
- };
3172
- InputSearch: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3173
- searchButton: {
3174
- type: BooleanConstructor;
3175
- default: boolean;
3176
- };
3177
- loading: {
3178
- type: BooleanConstructor;
3179
- default: boolean;
3180
- };
3181
- disabled: {
3182
- type: BooleanConstructor;
3183
- default: boolean;
3184
- };
3185
- size: {
3186
- type: import("vue").PropType<import("..").Size>;
3187
- };
3188
- buttonText: {
3189
- type: StringConstructor;
3190
- };
3191
- buttonProps: {
3192
- type: import("vue").PropType<import("..").ButtonProps>;
3193
- };
3194
- }>, {
3195
- inputRef: import("vue").Ref<any, any>;
3196
- render: () => import("vue/jsx-runtime").JSX.Element;
3197
- }, {}, {}, {
3198
- focus(): void;
3199
- blur(): void;
3200
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3201
- search: (_value: string, _ev: MouseEvent) => true;
3202
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3203
- searchButton: {
3204
- type: BooleanConstructor;
3205
- default: boolean;
3206
- };
3207
- loading: {
3208
- type: BooleanConstructor;
3209
- default: boolean;
3210
- };
3211
- disabled: {
3212
- type: BooleanConstructor;
3213
- default: boolean;
3214
- };
3215
- size: {
3216
- type: import("vue").PropType<import("..").Size>;
3217
- };
3218
- buttonText: {
3219
- type: StringConstructor;
3220
- };
3221
- buttonProps: {
3222
- type: import("vue").PropType<import("..").ButtonProps>;
3223
- };
3224
- }>> & Readonly<{
3225
- onSearch?: ((_value: string, _ev: MouseEvent) => any) | undefined;
3226
- }>, {
3227
- disabled: boolean;
3228
- searchButton: boolean;
3229
- loading: boolean;
3230
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3231
- List: {
3232
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3233
- data: {
3234
- type: import("vue").PropType<any[]>;
3235
- };
3236
- size: {
3237
- type: import("vue").PropType<"small" | "medium" | "large">;
3238
- default: string;
3239
- };
3240
- bordered: {
3241
- type: BooleanConstructor;
3242
- default: boolean;
3243
- };
3244
- split: {
3245
- type: BooleanConstructor;
3246
- default: boolean;
3247
- };
3248
- loading: {
3249
- type: BooleanConstructor;
3250
- default: boolean;
3251
- };
3252
- hoverable: {
3253
- type: BooleanConstructor;
3254
- default: boolean;
3255
- };
3256
- paginationProps: {
3257
- type: import("vue").PropType<import("..").PaginationProps>;
3258
- };
3259
- gridProps: {
3260
- type: ObjectConstructor;
3261
- };
3262
- maxHeight: {
3263
- type: import("vue").PropType<string | number>;
3264
- default: number;
3265
- };
3266
- bottomOffset: {
3267
- type: NumberConstructor;
3268
- default: number;
3269
- };
3270
- virtualListProps: {
3271
- type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
3272
- };
3273
- scrollbar: {
3274
- type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
3275
- default: boolean;
3276
- };
3277
- }>> & Readonly<{
3278
- onScroll?: (() => any) | undefined;
3279
- onReachBottom?: (() => any) | undefined;
3280
- onPageSizeChange?: ((_pageSize: number) => any) | undefined;
3281
- onPageChange?: ((_page: number) => any) | undefined;
3282
- }>, {
3283
- virtualListRef: import("vue").Ref<any, any>;
3284
- render: () => import("vue/jsx-runtime").JSX.Element;
3285
- }, {}, {}, {
3286
- scrollIntoView(options: import("../_components/virtual-list/interface").ScrollIntoViewOptions): void;
3287
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3288
- scroll: () => true;
3289
- reachBottom: () => true;
3290
- pageChange: (_page: number) => true;
3291
- pageSizeChange: (_pageSize: number) => true;
3292
- }, import("vue").PublicProps, {
3293
- size: "medium" | "large" | "small";
3294
- scrollbar: boolean | import("..").ScrollbarProps;
3295
- split: boolean;
3296
- loading: boolean;
3297
- bottomOffset: number;
3298
- maxHeight: string | number;
3299
- bordered: boolean;
3300
- hoverable: boolean;
3301
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3302
- P: {};
3303
- B: {};
3304
- D: {};
3305
- C: {};
3306
- M: {};
3307
- Defaults: {};
3308
- }, Readonly<import("vue").ExtractPropTypes<{
3309
- data: {
3310
- type: import("vue").PropType<any[]>;
3311
- };
3312
- size: {
3313
- type: import("vue").PropType<"small" | "medium" | "large">;
3314
- default: string;
3315
- };
3316
- bordered: {
3317
- type: BooleanConstructor;
3318
- default: boolean;
3319
- };
3320
- split: {
3321
- type: BooleanConstructor;
3322
- default: boolean;
3323
- };
3324
- loading: {
3325
- type: BooleanConstructor;
3326
- default: boolean;
3327
- };
3328
- hoverable: {
3329
- type: BooleanConstructor;
3330
- default: boolean;
3331
- };
3332
- paginationProps: {
3333
- type: import("vue").PropType<import("..").PaginationProps>;
3334
- };
3335
- gridProps: {
3336
- type: ObjectConstructor;
3337
- };
3338
- maxHeight: {
3339
- type: import("vue").PropType<string | number>;
3340
- default: number;
3341
- };
3342
- bottomOffset: {
3343
- type: NumberConstructor;
3344
- default: number;
3345
- };
3346
- virtualListProps: {
3347
- type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
3348
- };
3349
- scrollbar: {
3350
- type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
3351
- default: boolean;
3352
- };
3353
- }>> & Readonly<{
3354
- onScroll?: (() => any) | undefined;
3355
- onReachBottom?: (() => any) | undefined;
3356
- onPageSizeChange?: ((_pageSize: number) => any) | undefined;
3357
- onPageChange?: ((_page: number) => any) | undefined;
3358
- }>, {
3359
- virtualListRef: import("vue").Ref<any, any>;
3360
- render: () => import("vue/jsx-runtime").JSX.Element;
3361
- }, {}, {}, {
3362
- scrollIntoView(options: import("../_components/virtual-list/interface").ScrollIntoViewOptions): void;
3363
- }, {
3364
- size: "medium" | "large" | "small";
3365
- scrollbar: boolean | import("..").ScrollbarProps;
3366
- split: boolean;
3367
- loading: boolean;
3368
- bottomOffset: number;
3369
- maxHeight: string | number;
3370
- bordered: boolean;
3371
- hoverable: boolean;
3372
- }>;
3373
- __isFragment?: never;
3374
- __isTeleport?: never;
3375
- __isSuspense?: never;
3376
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3377
- data: {
3378
- type: import("vue").PropType<any[]>;
3379
- };
3380
- size: {
3381
- type: import("vue").PropType<"small" | "medium" | "large">;
3382
- default: string;
3383
- };
3384
- bordered: {
3385
- type: BooleanConstructor;
3386
- default: boolean;
3387
- };
3388
- split: {
3389
- type: BooleanConstructor;
3390
- default: boolean;
3391
- };
3392
- loading: {
3393
- type: BooleanConstructor;
3394
- default: boolean;
3395
- };
3396
- hoverable: {
3397
- type: BooleanConstructor;
3398
- default: boolean;
3399
- };
3400
- paginationProps: {
3401
- type: import("vue").PropType<import("..").PaginationProps>;
3402
- };
3403
- gridProps: {
3404
- type: ObjectConstructor;
3405
- };
3406
- maxHeight: {
3407
- type: import("vue").PropType<string | number>;
3408
- default: number;
3409
- };
3410
- bottomOffset: {
3411
- type: NumberConstructor;
3412
- default: number;
3413
- };
3414
- virtualListProps: {
3415
- type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
3416
- };
3417
- scrollbar: {
3418
- type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
3419
- default: boolean;
3420
- };
3421
- }>> & Readonly<{
3422
- onScroll?: (() => any) | undefined;
3423
- onReachBottom?: (() => any) | undefined;
3424
- onPageSizeChange?: ((_pageSize: number) => any) | undefined;
3425
- onPageChange?: ((_page: number) => any) | undefined;
3426
- }>, {
3427
- virtualListRef: import("vue").Ref<any, any>;
3428
- render: () => import("vue/jsx-runtime").JSX.Element;
3429
- }, {}, {}, {
3430
- scrollIntoView(options: import("../_components/virtual-list/interface").ScrollIntoViewOptions): void;
3431
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3432
- scroll: () => true;
3433
- reachBottom: () => true;
3434
- pageChange: (_page: number) => true;
3435
- pageSizeChange: (_pageSize: number) => true;
3436
- }, string, {
3437
- size: "medium" | "large" | "small";
3438
- scrollbar: boolean | import("..").ScrollbarProps;
3439
- split: boolean;
3440
- loading: boolean;
3441
- bottomOffset: number;
3442
- maxHeight: string | number;
3443
- bordered: boolean;
3444
- hoverable: boolean;
3445
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
3446
- Item: {
3447
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3448
- actionLayout: {
3449
- type: import("vue").PropType<import("..").Direction>;
3450
- default: string;
3451
- };
3452
- }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3453
- actionLayout: "horizontal" | "vertical";
3454
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3455
- P: {};
3456
- B: {};
3457
- D: {};
3458
- C: {};
3459
- M: {};
3460
- Defaults: {};
3461
- }, Readonly<import("vue").ExtractPropTypes<{
3462
- actionLayout: {
3463
- type: import("vue").PropType<import("..").Direction>;
3464
- default: string;
3465
- };
3466
- }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
3467
- actionLayout: "horizontal" | "vertical";
3468
- }>;
3469
- __isFragment?: never;
3470
- __isTeleport?: never;
3471
- __isSuspense?: never;
3472
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3473
- actionLayout: {
3474
- type: import("vue").PropType<import("..").Direction>;
3475
- default: string;
3476
- };
3477
- }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
3478
- actionLayout: "horizontal" | "vertical";
3479
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
3480
- Meta: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3481
- title: StringConstructor;
3482
- description: StringConstructor;
3483
- }>, {
3484
- prefixCls: string;
3485
- hasContent: boolean;
3486
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3487
- title: StringConstructor;
3488
- description: StringConstructor;
3489
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3490
- };
3491
- install: (app: App, options?: SDOptions) => void;
3492
- };
3493
- TransferListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3494
- type: {
3495
- type: import("vue").PropType<"source" | "target">;
3496
- };
3497
- data: {
3498
- type: import("vue").PropType<import("./interface").TransferItem>;
3499
- required: true;
3500
- };
3501
- allowClear: {
3502
- type: BooleanConstructor;
3503
- };
3504
- disabled: {
3505
- type: BooleanConstructor;
3506
- };
3507
- draggable: {
3508
- type: BooleanConstructor;
3509
- };
3510
- simple: BooleanConstructor;
3511
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3512
- type: {
3513
- type: import("vue").PropType<"source" | "target">;
3514
- };
3515
- data: {
3516
- type: import("vue").PropType<import("./interface").TransferItem>;
3517
- required: true;
3518
- };
3519
- allowClear: {
3520
- type: BooleanConstructor;
3521
- };
3522
- disabled: {
3523
- type: BooleanConstructor;
3524
- };
3525
- draggable: {
3526
- type: BooleanConstructor;
3527
- };
3528
- simple: BooleanConstructor;
3529
- }>> & Readonly<{}>, {
3530
- disabled: boolean;
3531
- allowClear: boolean;
3532
- simple: boolean;
3533
- draggable: boolean;
3534
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3535
- Scrollbar: {
3536
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3537
- type: {
3538
- type: import("vue").PropType<"track" | "embed">;
3539
- default: string;
3540
- };
3541
- outerClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
3542
- outerStyle: {
3543
- type: import("vue").PropType<import("vue").StyleValue>;
3544
- };
3545
- paddingAbsolute: {
3546
- type: import("vue").PropType<import("..").ScrollbarProps["paddingAbsolute"]>;
3547
- default: undefined;
3548
- };
3549
- showNativeOverlaidScrollbars: {
3550
- type: import("vue").PropType<import("..").ScrollbarProps["showNativeOverlaidScrollbars"]>;
3551
- default: undefined;
3552
- };
3553
- updateOptions: {
3554
- type: import("vue").PropType<import("..").ScrollbarProps["updateOptions"]>;
3555
- };
3556
- overflow: {
3557
- type: import("vue").PropType<import("..").ScrollbarProps["overflow"]>;
3558
- };
3559
- scrollbars: {
3560
- type: import("vue").PropType<import("..").ScrollbarProps["scrollbars"]>;
3561
- };
3562
- overlayOptions: {
3563
- type: import("vue").PropType<import("..").ScrollbarProps["overlayOptions"]>;
3564
- };
3565
- events: {
3566
- type: import("vue").PropType<import("..").ScrollbarProps["events"]>;
3567
- };
3568
- hide: {
3569
- type: BooleanConstructor;
3570
- default: boolean;
3571
- };
3572
- disableHorizontal: {
3573
- type: BooleanConstructor;
3574
- default: boolean;
3575
- };
3576
- disableVertical: {
3577
- type: BooleanConstructor;
3578
- default: boolean;
3579
- };
3580
- }>> & Readonly<{
3581
- onScroll?: ((_ev: Event) => any) | undefined;
3582
- }>, {
3583
- prefixCls: string;
3584
- cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
3585
- outerStyle: import("vue").ComputedRef<(import("vue").StyleValue | Record<string, string>)[]>;
3586
- outerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
3587
- containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
3588
- mergedOptions: import("vue").ComputedRef<{
3589
- paddingAbsolute: boolean | undefined;
3590
- showNativeOverlaidScrollbars: boolean | undefined;
3591
- update: import("../scrollbar/interface").ScrollbarUpdateOptions | undefined;
3592
- overflow: {
3593
- x: string;
3594
- y: string;
3595
- };
3596
- scrollbars: {
3597
- theme: string | null;
3598
- visibility: import("overlayscrollbars").ScrollbarsVisibilityBehavior;
3599
- autoHide: string;
3600
- autoHideDelay?: number;
3601
- autoHideSuspend: boolean;
3602
- dragScroll?: boolean;
3603
- clickScroll: string | boolean | ((isHorizontal: boolean) => Partial<import("../scrollbar/interface").ScrollbarClickScrollBehaviorOptions> | false | null | undefined | void);
3604
- pointers?: string[] | null;
3605
- };
3606
- }>;
3607
- resolveOSInstance: () => {
3608
- options: {
3609
- (): import("overlayscrollbars").Options;
3610
- (newOptions: import("overlayscrollbars").PartialOptions, pure?: boolean): import("overlayscrollbars").Options;
3611
- };
3612
- on: {
3613
- (eventListeners: import("overlayscrollbars").EventListeners, pure?: boolean): () => void;
3614
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): () => void;
3615
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): () => void;
3616
- };
3617
- off: {
3618
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): void;
3619
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): void;
3620
- };
3621
- update: (force?: boolean) => boolean;
3622
- sleep: (sleeping: boolean) => void;
3623
- state: () => import("overlayscrollbars").State;
3624
- elements: () => import("overlayscrollbars").Elements;
3625
- destroy: () => void;
3626
- plugin: <P extends import("overlayscrollbars").InstancePlugin>(osPlugin: P) => import("overlayscrollbars").InferInstancePluginModuleInstance<P> | undefined;
3627
- } | null;
3628
- getScrollOffsetElement: () => HTMLElement | null;
3629
- }, {}, {}, {
3630
- getOSInstance(): {
3631
- options: {
3632
- (): import("overlayscrollbars").Options;
3633
- (newOptions: import("overlayscrollbars").PartialOptions, pure?: boolean): import("overlayscrollbars").Options;
3634
- };
3635
- on: {
3636
- (eventListeners: import("overlayscrollbars").EventListeners, pure?: boolean): () => void;
3637
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): () => void;
3638
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): () => void;
3639
- };
3640
- off: {
3641
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): void;
3642
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): void;
3643
- };
3644
- update: (force?: boolean) => boolean;
3645
- sleep: (sleeping: boolean) => void;
3646
- state: () => import("overlayscrollbars").State;
3647
- elements: () => import("overlayscrollbars").Elements;
3648
- destroy: () => void;
3649
- plugin: <P extends import("overlayscrollbars").InstancePlugin>(osPlugin: P) => import("overlayscrollbars").InferInstancePluginModuleInstance<P> | undefined;
3650
- } | null;
3651
- options(newOptions?: import("..").ScrollbarProps["overlayOptions"], pure?: boolean): import("overlayscrollbars").Options | undefined;
3652
- on(nameOrListeners: keyof import("overlayscrollbars").EventListenerArgs | import("overlayscrollbars").EventListeners, listenerOrPure?: import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs> | import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs>[] | boolean): (() => void) | undefined;
3653
- off(name: keyof import("overlayscrollbars").EventListenerArgs, listener: import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs> | import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs>[]): void;
3654
- update(force?: boolean): boolean;
3655
- sleep(sleeping: boolean): void;
3656
- state(): import("overlayscrollbars").State | undefined;
3657
- elements(): import("overlayscrollbars").Elements | undefined;
3658
- plugin(osPlugin: import("..").ScrollbarPlugin): void | import("overlayscrollbars").PluginModuleInstance | undefined;
3659
- destroy(): void;
3660
- scrollTo(options?: number | {
3661
- left?: number;
3662
- top?: number;
3663
- }, y?: number): void;
3664
- scrollTop(top: number): void;
3665
- scrollLeft(left: number): void;
3666
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3667
- scroll: (_ev: Event) => true;
3668
- }, import("vue").PublicProps, {
3669
- paddingAbsolute: boolean | undefined;
3670
- showNativeOverlaidScrollbars: boolean | undefined;
3671
- type: "track" | "embed";
3672
- hide: boolean;
3673
- disableHorizontal: boolean;
3674
- disableVertical: boolean;
3675
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3676
- P: {};
3677
- B: {};
3678
- D: {};
3679
- C: {};
3680
- M: {};
3681
- Defaults: {};
3682
- }, Readonly<import("vue").ExtractPropTypes<{
3683
- type: {
3684
- type: import("vue").PropType<"track" | "embed">;
3685
- default: string;
3686
- };
3687
- outerClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
3688
- outerStyle: {
3689
- type: import("vue").PropType<import("vue").StyleValue>;
3690
- };
3691
- paddingAbsolute: {
3692
- type: import("vue").PropType<import("..").ScrollbarProps["paddingAbsolute"]>;
3693
- default: undefined;
3694
- };
3695
- showNativeOverlaidScrollbars: {
3696
- type: import("vue").PropType<import("..").ScrollbarProps["showNativeOverlaidScrollbars"]>;
3697
- default: undefined;
3698
- };
3699
- updateOptions: {
3700
- type: import("vue").PropType<import("..").ScrollbarProps["updateOptions"]>;
3701
- };
3702
- overflow: {
3703
- type: import("vue").PropType<import("..").ScrollbarProps["overflow"]>;
3704
- };
3705
- scrollbars: {
3706
- type: import("vue").PropType<import("..").ScrollbarProps["scrollbars"]>;
3707
- };
3708
- overlayOptions: {
3709
- type: import("vue").PropType<import("..").ScrollbarProps["overlayOptions"]>;
3710
- };
3711
- events: {
3712
- type: import("vue").PropType<import("..").ScrollbarProps["events"]>;
3713
- };
3714
- hide: {
3715
- type: BooleanConstructor;
3716
- default: boolean;
3717
- };
3718
- disableHorizontal: {
3719
- type: BooleanConstructor;
3720
- default: boolean;
3721
- };
3722
- disableVertical: {
3723
- type: BooleanConstructor;
3724
- default: boolean;
3725
- };
3726
- }>> & Readonly<{
3727
- onScroll?: ((_ev: Event) => any) | undefined;
3728
- }>, {
3729
- prefixCls: string;
3730
- cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
3731
- outerStyle: import("vue").ComputedRef<(import("vue").StyleValue | Record<string, string>)[]>;
3732
- outerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
3733
- containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
3734
- mergedOptions: import("vue").ComputedRef<{
3735
- paddingAbsolute: boolean | undefined;
3736
- showNativeOverlaidScrollbars: boolean | undefined;
3737
- update: import("../scrollbar/interface").ScrollbarUpdateOptions | undefined;
3738
- overflow: {
3739
- x: string;
3740
- y: string;
3741
- };
3742
- scrollbars: {
3743
- theme: string | null;
3744
- visibility: import("overlayscrollbars").ScrollbarsVisibilityBehavior;
3745
- autoHide: string;
3746
- autoHideDelay?: number;
3747
- autoHideSuspend: boolean;
3748
- dragScroll?: boolean;
3749
- clickScroll: string | boolean | ((isHorizontal: boolean) => Partial<import("../scrollbar/interface").ScrollbarClickScrollBehaviorOptions> | false | null | undefined | void);
3750
- pointers?: string[] | null;
3751
- };
3752
- }>;
3753
- resolveOSInstance: () => {
3754
- options: {
3755
- (): import("overlayscrollbars").Options;
3756
- (newOptions: import("overlayscrollbars").PartialOptions, pure?: boolean): import("overlayscrollbars").Options;
3757
- };
3758
- on: {
3759
- (eventListeners: import("overlayscrollbars").EventListeners, pure?: boolean): () => void;
3760
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): () => void;
3761
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): () => void;
3762
- };
3763
- off: {
3764
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): void;
3765
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): void;
3766
- };
3767
- update: (force?: boolean) => boolean;
3768
- sleep: (sleeping: boolean) => void;
3769
- state: () => import("overlayscrollbars").State;
3770
- elements: () => import("overlayscrollbars").Elements;
3771
- destroy: () => void;
3772
- plugin: <P extends import("overlayscrollbars").InstancePlugin>(osPlugin: P) => import("overlayscrollbars").InferInstancePluginModuleInstance<P> | undefined;
3773
- } | null;
3774
- getScrollOffsetElement: () => HTMLElement | null;
3775
- }, {}, {}, {
3776
- getOSInstance(): {
3777
- options: {
3778
- (): import("overlayscrollbars").Options;
3779
- (newOptions: import("overlayscrollbars").PartialOptions, pure?: boolean): import("overlayscrollbars").Options;
3780
- };
3781
- on: {
3782
- (eventListeners: import("overlayscrollbars").EventListeners, pure?: boolean): () => void;
3783
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): () => void;
3784
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): () => void;
3785
- };
3786
- off: {
3787
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): void;
3788
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): void;
3789
- };
3790
- update: (force?: boolean) => boolean;
3791
- sleep: (sleeping: boolean) => void;
3792
- state: () => import("overlayscrollbars").State;
3793
- elements: () => import("overlayscrollbars").Elements;
3794
- destroy: () => void;
3795
- plugin: <P extends import("overlayscrollbars").InstancePlugin>(osPlugin: P) => import("overlayscrollbars").InferInstancePluginModuleInstance<P> | undefined;
3796
- } | null;
3797
- options(newOptions?: import("..").ScrollbarProps["overlayOptions"], pure?: boolean): import("overlayscrollbars").Options | undefined;
3798
- on(nameOrListeners: keyof import("overlayscrollbars").EventListenerArgs | import("overlayscrollbars").EventListeners, listenerOrPure?: import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs> | import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs>[] | boolean): (() => void) | undefined;
3799
- off(name: keyof import("overlayscrollbars").EventListenerArgs, listener: import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs> | import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs>[]): void;
3800
- update(force?: boolean): boolean;
3801
- sleep(sleeping: boolean): void;
3802
- state(): import("overlayscrollbars").State | undefined;
3803
- elements(): import("overlayscrollbars").Elements | undefined;
3804
- plugin(osPlugin: import("..").ScrollbarPlugin): void | import("overlayscrollbars").PluginModuleInstance | undefined;
3805
- destroy(): void;
3806
- scrollTo(options?: number | {
3807
- left?: number;
3808
- top?: number;
3809
- }, y?: number): void;
3810
- scrollTop(top: number): void;
3811
- scrollLeft(left: number): void;
3812
- }, {
3813
- paddingAbsolute: boolean | undefined;
3814
- showNativeOverlaidScrollbars: boolean | undefined;
3815
- type: "track" | "embed";
3816
- hide: boolean;
3817
- disableHorizontal: boolean;
3818
- disableVertical: boolean;
3819
- }>;
3820
- __isFragment?: never;
3821
- __isTeleport?: never;
3822
- __isSuspense?: never;
3823
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3824
- type: {
3825
- type: import("vue").PropType<"track" | "embed">;
3826
- default: string;
3827
- };
3828
- outerClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
3829
- outerStyle: {
3830
- type: import("vue").PropType<import("vue").StyleValue>;
3831
- };
3832
- paddingAbsolute: {
3833
- type: import("vue").PropType<import("..").ScrollbarProps["paddingAbsolute"]>;
3834
- default: undefined;
3835
- };
3836
- showNativeOverlaidScrollbars: {
3837
- type: import("vue").PropType<import("..").ScrollbarProps["showNativeOverlaidScrollbars"]>;
3838
- default: undefined;
3839
- };
3840
- updateOptions: {
3841
- type: import("vue").PropType<import("..").ScrollbarProps["updateOptions"]>;
3842
- };
3843
- overflow: {
3844
- type: import("vue").PropType<import("..").ScrollbarProps["overflow"]>;
3845
- };
3846
- scrollbars: {
3847
- type: import("vue").PropType<import("..").ScrollbarProps["scrollbars"]>;
3848
- };
3849
- overlayOptions: {
3850
- type: import("vue").PropType<import("..").ScrollbarProps["overlayOptions"]>;
3851
- };
3852
- events: {
3853
- type: import("vue").PropType<import("..").ScrollbarProps["events"]>;
3854
- };
3855
- hide: {
3856
- type: BooleanConstructor;
3857
- default: boolean;
3858
- };
3859
- disableHorizontal: {
3860
- type: BooleanConstructor;
3861
- default: boolean;
3862
- };
3863
- disableVertical: {
3864
- type: BooleanConstructor;
3865
- default: boolean;
3866
- };
3867
- }>> & Readonly<{
3868
- onScroll?: ((_ev: Event) => any) | undefined;
3869
- }>, {
3870
- prefixCls: string;
3871
- cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
3872
- outerStyle: import("vue").ComputedRef<(import("vue").StyleValue | Record<string, string>)[]>;
3873
- outerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
3874
- containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
3875
- mergedOptions: import("vue").ComputedRef<{
3876
- paddingAbsolute: boolean | undefined;
3877
- showNativeOverlaidScrollbars: boolean | undefined;
3878
- update: import("../scrollbar/interface").ScrollbarUpdateOptions | undefined;
3879
- overflow: {
3880
- x: string;
3881
- y: string;
3882
- };
3883
- scrollbars: {
3884
- theme: string | null;
3885
- visibility: import("overlayscrollbars").ScrollbarsVisibilityBehavior;
3886
- autoHide: string;
3887
- autoHideDelay?: number;
3888
- autoHideSuspend: boolean;
3889
- dragScroll?: boolean;
3890
- clickScroll: string | boolean | ((isHorizontal: boolean) => Partial<import("../scrollbar/interface").ScrollbarClickScrollBehaviorOptions> | false | null | undefined | void);
3891
- pointers?: string[] | null;
3892
- };
3893
- }>;
3894
- resolveOSInstance: () => {
3895
- options: {
3896
- (): import("overlayscrollbars").Options;
3897
- (newOptions: import("overlayscrollbars").PartialOptions, pure?: boolean): import("overlayscrollbars").Options;
3898
- };
3899
- on: {
3900
- (eventListeners: import("overlayscrollbars").EventListeners, pure?: boolean): () => void;
3901
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): () => void;
3902
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): () => void;
3903
- };
3904
- off: {
3905
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): void;
3906
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): void;
3907
- };
3908
- update: (force?: boolean) => boolean;
3909
- sleep: (sleeping: boolean) => void;
3910
- state: () => import("overlayscrollbars").State;
3911
- elements: () => import("overlayscrollbars").Elements;
3912
- destroy: () => void;
3913
- plugin: <P extends import("overlayscrollbars").InstancePlugin>(osPlugin: P) => import("overlayscrollbars").InferInstancePluginModuleInstance<P> | undefined;
3914
- } | null;
3915
- getScrollOffsetElement: () => HTMLElement | null;
3916
- }, {}, {}, {
3917
- getOSInstance(): {
3918
- options: {
3919
- (): import("overlayscrollbars").Options;
3920
- (newOptions: import("overlayscrollbars").PartialOptions, pure?: boolean): import("overlayscrollbars").Options;
3921
- };
3922
- on: {
3923
- (eventListeners: import("overlayscrollbars").EventListeners, pure?: boolean): () => void;
3924
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): () => void;
3925
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): () => void;
3926
- };
3927
- off: {
3928
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>): void;
3929
- <N extends keyof import("overlayscrollbars").EventListenerArgs>(name: N, listener: import("overlayscrollbars").EventListener<N>[]): void;
3930
- };
3931
- update: (force?: boolean) => boolean;
3932
- sleep: (sleeping: boolean) => void;
3933
- state: () => import("overlayscrollbars").State;
3934
- elements: () => import("overlayscrollbars").Elements;
3935
- destroy: () => void;
3936
- plugin: <P extends import("overlayscrollbars").InstancePlugin>(osPlugin: P) => import("overlayscrollbars").InferInstancePluginModuleInstance<P> | undefined;
3937
- } | null;
3938
- options(newOptions?: import("..").ScrollbarProps["overlayOptions"], pure?: boolean): import("overlayscrollbars").Options | undefined;
3939
- on(nameOrListeners: keyof import("overlayscrollbars").EventListenerArgs | import("overlayscrollbars").EventListeners, listenerOrPure?: import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs> | import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs>[] | boolean): (() => void) | undefined;
3940
- off(name: keyof import("overlayscrollbars").EventListenerArgs, listener: import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs> | import("..").ScrollbarEventListener<keyof import("overlayscrollbars").EventListenerArgs>[]): void;
3941
- update(force?: boolean): boolean;
3942
- sleep(sleeping: boolean): void;
3943
- state(): import("overlayscrollbars").State | undefined;
3944
- elements(): import("overlayscrollbars").Elements | undefined;
3945
- plugin(osPlugin: import("..").ScrollbarPlugin): void | import("overlayscrollbars").PluginModuleInstance | undefined;
3946
- destroy(): void;
3947
- scrollTo(options?: number | {
3948
- left?: number;
3949
- top?: number;
3950
- }, y?: number): void;
3951
- scrollTop(top: number): void;
3952
- scrollLeft(left: number): void;
3953
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3954
- scroll: (_ev: Event) => true;
3955
- }, string, {
3956
- paddingAbsolute: boolean | undefined;
3957
- showNativeOverlaidScrollbars: boolean | undefined;
3958
- type: "track" | "embed";
3959
- hide: boolean;
3960
- disableHorizontal: boolean;
3961
- disableVertical: boolean;
3962
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
3963
- install: (app: App, options?: SDOptions) => void;
3964
- };
3965
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3966
- IconLeft: {
3967
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3968
- size: {
3969
- type: (StringConstructor | NumberConstructor)[];
3970
- };
3971
- strokeWidth: {
3972
- type: NumberConstructor;
3973
- default: number;
3974
- };
3975
- strokeLinecap: {
3976
- type: StringConstructor;
3977
- default: string;
3978
- validator: (value: any) => boolean;
3979
- };
3980
- strokeLinejoin: {
3981
- type: StringConstructor;
3982
- default: string;
3983
- validator: (value: any) => boolean;
3984
- };
3985
- rotate: NumberConstructor;
3986
- spin: BooleanConstructor;
3987
- }>> & Readonly<{
3988
- onClick?: ((ev: MouseEvent) => any) | undefined;
3989
- }>, {
3990
- cls: import("vue").ComputedRef<(string | {
3991
- [x: string]: boolean;
3992
- })[]>;
3993
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
3994
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
3995
- onClick: (ev: MouseEvent) => void;
3996
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3997
- click: (ev: MouseEvent) => true;
3998
- }, import("vue").PublicProps, {
3999
- spin: boolean;
4000
- strokeWidth: number;
4001
- strokeLinecap: string;
4002
- strokeLinejoin: string;
4003
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4004
- P: {};
4005
- B: {};
4006
- D: {};
4007
- C: {};
4008
- M: {};
4009
- Defaults: {};
4010
- }, Readonly<import("vue").ExtractPropTypes<{
4011
- size: {
4012
- type: (StringConstructor | NumberConstructor)[];
4013
- };
4014
- strokeWidth: {
4015
- type: NumberConstructor;
4016
- default: number;
4017
- };
4018
- strokeLinecap: {
4019
- type: StringConstructor;
4020
- default: string;
4021
- validator: (value: any) => boolean;
4022
- };
4023
- strokeLinejoin: {
4024
- type: StringConstructor;
4025
- default: string;
4026
- validator: (value: any) => boolean;
4027
- };
4028
- rotate: NumberConstructor;
4029
- spin: BooleanConstructor;
4030
- }>> & Readonly<{
4031
- onClick?: ((ev: MouseEvent) => any) | undefined;
4032
- }>, {
4033
- cls: import("vue").ComputedRef<(string | {
4034
- [x: string]: boolean;
4035
- })[]>;
4036
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4037
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4038
- onClick: (ev: MouseEvent) => void;
4039
- }, {}, {}, {}, {
4040
- spin: boolean;
4041
- strokeWidth: number;
4042
- strokeLinecap: string;
4043
- strokeLinejoin: string;
4044
- }>;
4045
- __isFragment?: never;
4046
- __isTeleport?: never;
4047
- __isSuspense?: never;
4048
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4049
- size: {
4050
- type: (StringConstructor | NumberConstructor)[];
4051
- };
4052
- strokeWidth: {
4053
- type: NumberConstructor;
4054
- default: number;
4055
- };
4056
- strokeLinecap: {
4057
- type: StringConstructor;
4058
- default: string;
4059
- validator: (value: any) => boolean;
4060
- };
4061
- strokeLinejoin: {
4062
- type: StringConstructor;
4063
- default: string;
4064
- validator: (value: any) => boolean;
4065
- };
4066
- rotate: NumberConstructor;
4067
- spin: BooleanConstructor;
4068
- }>> & Readonly<{
4069
- onClick?: ((ev: MouseEvent) => any) | undefined;
4070
- }>, {
4071
- cls: import("vue").ComputedRef<(string | {
4072
- [x: string]: boolean;
4073
- })[]>;
4074
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4075
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4076
- onClick: (ev: MouseEvent) => void;
4077
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4078
- click: (ev: MouseEvent) => true;
4079
- }, string, {
4080
- spin: boolean;
4081
- strokeWidth: number;
4082
- strokeLinecap: string;
4083
- strokeLinejoin: string;
4084
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
4085
- install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
4086
- };
4087
- IconRight: {
4088
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4089
- size: {
4090
- type: (StringConstructor | NumberConstructor)[];
4091
- };
4092
- strokeWidth: {
4093
- type: NumberConstructor;
4094
- default: number;
4095
- };
4096
- strokeLinecap: {
4097
- type: StringConstructor;
4098
- default: string;
4099
- validator: (value: any) => boolean;
4100
- };
4101
- strokeLinejoin: {
4102
- type: StringConstructor;
4103
- default: string;
4104
- validator: (value: any) => boolean;
4105
- };
4106
- rotate: NumberConstructor;
4107
- spin: BooleanConstructor;
4108
- }>> & Readonly<{
4109
- onClick?: ((ev: MouseEvent) => any) | undefined;
4110
- }>, {
4111
- cls: import("vue").ComputedRef<(string | {
4112
- [x: string]: boolean;
4113
- })[]>;
4114
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4115
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4116
- onClick: (ev: MouseEvent) => void;
4117
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4118
- click: (ev: MouseEvent) => true;
4119
- }, import("vue").PublicProps, {
4120
- spin: boolean;
4121
- strokeWidth: number;
4122
- strokeLinecap: string;
4123
- strokeLinejoin: string;
4124
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4125
- P: {};
4126
- B: {};
4127
- D: {};
4128
- C: {};
4129
- M: {};
4130
- Defaults: {};
4131
- }, Readonly<import("vue").ExtractPropTypes<{
4132
- size: {
4133
- type: (StringConstructor | NumberConstructor)[];
4134
- };
4135
- strokeWidth: {
4136
- type: NumberConstructor;
4137
- default: number;
4138
- };
4139
- strokeLinecap: {
4140
- type: StringConstructor;
4141
- default: string;
4142
- validator: (value: any) => boolean;
4143
- };
4144
- strokeLinejoin: {
4145
- type: StringConstructor;
4146
- default: string;
4147
- validator: (value: any) => boolean;
4148
- };
4149
- rotate: NumberConstructor;
4150
- spin: BooleanConstructor;
4151
- }>> & Readonly<{
4152
- onClick?: ((ev: MouseEvent) => any) | undefined;
4153
- }>, {
4154
- cls: import("vue").ComputedRef<(string | {
4155
- [x: string]: boolean;
4156
- })[]>;
4157
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4158
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4159
- onClick: (ev: MouseEvent) => void;
4160
- }, {}, {}, {}, {
4161
- spin: boolean;
4162
- strokeWidth: number;
4163
- strokeLinecap: string;
4164
- strokeLinejoin: string;
4165
- }>;
4166
- __isFragment?: never;
4167
- __isTeleport?: never;
4168
- __isSuspense?: never;
4169
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4170
- size: {
4171
- type: (StringConstructor | NumberConstructor)[];
4172
- };
4173
- strokeWidth: {
4174
- type: NumberConstructor;
4175
- default: number;
4176
- };
4177
- strokeLinecap: {
4178
- type: StringConstructor;
4179
- default: string;
4180
- validator: (value: any) => boolean;
4181
- };
4182
- strokeLinejoin: {
4183
- type: StringConstructor;
4184
- default: string;
4185
- validator: (value: any) => boolean;
4186
- };
4187
- rotate: NumberConstructor;
4188
- spin: BooleanConstructor;
4189
- }>> & Readonly<{
4190
- onClick?: ((ev: MouseEvent) => any) | undefined;
4191
- }>, {
4192
- cls: import("vue").ComputedRef<(string | {
4193
- [x: string]: boolean;
4194
- })[]>;
4195
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4196
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4197
- onClick: (ev: MouseEvent) => void;
4198
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4199
- click: (ev: MouseEvent) => true;
4200
- }, string, {
4201
- spin: boolean;
4202
- strokeWidth: number;
4203
- strokeLinecap: string;
4204
- strokeLinejoin: string;
4205
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
4206
- install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
249
+ onSelectAllChange: (value: boolean | (string | number | boolean)[]) => void;
250
+ onClear: () => void;
251
+ }) => any;
252
+ } & {
253
+ 'to-target-icon'?: (props: {}) => any;
254
+ } & {
255
+ 'to-source-icon'?: (props: {}) => any;
256
+ } & {
257
+ target?: (props: {
258
+ data: import("./interface").TransferItem[];
259
+ selectedKeys: string[] | undefined;
260
+ onSelect: ((value: string[]) => void) | undefined;
261
+ }) => any;
262
+ } & {
263
+ 'target-title'?: (props: {
264
+ countTotal: number;
265
+ countSelected: number;
266
+ searchValue: string;
267
+ checked: boolean;
268
+ indeterminate: boolean;
269
+ onSelectAllChange: (value: boolean | (string | number | boolean)[]) => void;
270
+ onClear: () => void;
271
+ }) => any;
4207
272
  };
4208
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
273
+ }) & {
4209
274
  install: (app: App, options?: SDOptions) => void;
4210
275
  };
4211
276
  export type TransferInstance = InstanceType<typeof _Transfer>;