@sdata/web-vue 2.1.1 → 2.2.1

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