@sdata/web-vue 1.9.0 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1052) hide show
  1. package/dist/sd.css +199 -1035
  2. package/dist/sd.min.css +1 -1
  3. package/es/_components/auto-tooltip/auto-tooltip.js +1 -4
  4. package/es/_components/feedback-icon.vue.d.ts +12 -0
  5. package/es/_components/input-label/style/input-label.scss +11 -51
  6. package/es/_components/picker/input-range.vue.d.ts +15 -0
  7. package/es/_components/picker/input.vue.d.ts +15 -0
  8. package/es/_components/resize-trigger.vue.d.ts +6 -0
  9. package/es/_components/select-view/select-view.d.ts +2 -2
  10. package/es/_components/select-view/style/index.css +0 -84
  11. package/es/_components/transition/expand-transition.vue.d.ts +6 -6
  12. package/es/_components/transition/expand-transition.vue_vue_type_script_lang.js +13 -6
  13. package/es/_components/virtual-list/index.js +5 -0
  14. package/es/_components/virtual-list/interface.d.ts +62 -11
  15. package/es/_components/virtual-list/style/index.scss +1 -0
  16. package/es/_components/{virtual-list-v2/hooks/use-size.d.ts → virtual-list/use-virtual-size.d.ts} +5 -4
  17. package/es/_components/virtual-list/use-virtual-size.js +94 -0
  18. package/es/_components/virtual-list/virtual-list.js +122 -0
  19. package/es/_components/virtual-list/virtual-list.vue.d.ts +512 -94
  20. package/es/_components/virtual-list/virtual-list.vue_vue_type_script_lang.js +742 -0
  21. package/es/_hooks/use-allow-clear.d.ts +1 -1
  22. package/es/_hooks/use-allow-clear.js +2 -2
  23. package/es/_hooks/use-pure-prop.js +2 -2
  24. package/es/_hooks/use-resize-observer.d.ts +1 -1
  25. package/es/_utils/clipboard.js +2 -1
  26. package/es/_utils/date.d.ts +1 -3
  27. package/es/_utils/date.js +1 -1
  28. package/es/_utils/raf.d.ts +2 -2
  29. package/es/_utils/style.d.ts +1 -1
  30. package/es/_utils/use-prop-or-slot.d.ts +3 -5
  31. package/es/_utils/virtual-dropdown.d.ts +4 -0
  32. package/es/_utils/virtual-dropdown.js +17 -0
  33. package/es/alert/alert.vue.d.ts +15 -0
  34. package/es/alert/index.d.ts +30 -0
  35. package/es/auto-complete/auto-complete.d.ts +2 -2
  36. package/es/auto-complete/auto-complete.js +8 -3
  37. package/es/auto-complete/index.d.ts +27 -18
  38. package/es/auto-complete/style/index.css +0 -16
  39. package/es/auto-complete/style/index.scss +11 -26
  40. package/es/avatar/avatar.vue.d.ts +6 -0
  41. package/es/avatar/index.d.ts +12 -0
  42. package/es/back-top/back-top.vue.d.ts +3 -0
  43. package/es/back-top/index.d.ts +6 -0
  44. package/es/badge/badge.d.ts +1 -1
  45. package/es/badge/index.d.ts +3 -3
  46. package/es/badge/style/index.scss +11 -41
  47. package/es/button/button.vue.d.ts +3 -0
  48. package/es/button/index.d.ts +6 -0
  49. package/es/button/interface.d.ts +1 -1
  50. package/es/button/style/index.css +35 -445
  51. package/es/button/style/index.scss +57 -332
  52. package/es/calendar/hooks/useCellClassName.d.ts +18 -10
  53. package/es/calendar/hooks/useCellClassName.js +1 -1
  54. package/es/card/style/index.scss +18 -52
  55. package/es/carousel/carousel-arrow.vue.d.ts +12 -0
  56. package/es/carousel/carousel.d.ts +2 -2
  57. package/es/carousel/index.d.ts +7 -6
  58. package/es/cascader/base-cascader-panel.d.ts +1 -1
  59. package/es/cascader/cascader-column.d.ts +1 -1
  60. package/es/cascader/cascader-column.js +3 -3
  61. package/es/cascader/cascader-option.d.ts +1 -1
  62. package/es/cascader/cascader-option.js +18 -20
  63. package/es/cascader/cascader-panel.vue.d.ts +95 -31
  64. package/es/cascader/cascader-panel.vue_vue_type_script_lang.js +23 -8
  65. package/es/cascader/cascader.js +3 -3
  66. package/es/cascader/cascader.vue.d.ts +177 -48
  67. package/es/cascader/cascader.vue_vue_type_script_lang.js +85 -30
  68. package/es/cascader/context.d.ts +5 -5
  69. package/es/cascader/index.d.ts +503 -141
  70. package/es/cascader/interface.d.ts +14 -8
  71. package/es/cascader/style/index.css +5 -0
  72. package/es/cascader/style/index.scss +4 -0
  73. package/es/cascader/utils.d.ts +9 -6
  74. package/es/cascader/utils.js +33 -21
  75. package/es/checkbox/checkbox-group.d.ts +1 -1
  76. package/es/checkbox/context.d.ts +1 -1
  77. package/es/checkbox/index.d.ts +1 -1
  78. package/es/collapse/collapse-item.d.ts +6 -0
  79. package/es/collapse/index.d.ts +6 -0
  80. package/es/color-picker/color-picker.d.ts +1 -1
  81. package/es/color-picker/index.d.ts +3 -3
  82. package/es/color-picker/style/index.scss +17 -99
  83. package/es/config-provider/config-provider.vue.d.ts +5 -5
  84. package/es/config-provider/index.d.ts +13 -12
  85. package/es/config-provider/theme-provider.vue.d.ts +1 -1
  86. package/es/date-picker/index.d.ts +204 -33
  87. package/es/date-picker/panels/date/index.js +1 -1
  88. package/es/date-picker/panels/date/index.vue.d.ts +28 -3
  89. package/es/date-picker/panels/date/index.vue_vue_type_script_lang.js +14 -1
  90. package/es/date-picker/panels/footer.vue.d.ts +18 -0
  91. package/es/date-picker/panels/header.vue.d.ts +12 -0
  92. package/es/date-picker/panels/month/index.vue.d.ts +12 -0
  93. package/es/date-picker/panels/quarter/index.vue.d.ts +12 -0
  94. package/es/date-picker/panels/shortcuts.vue.d.ts +6 -0
  95. package/es/date-picker/panels/week/index.js +6 -0
  96. package/es/date-picker/panels/week/index.vue.d.ts +68 -17
  97. package/es/date-picker/panels/week/index.vue_vue_type_script_lang.js +18 -4
  98. package/es/date-picker/panels/year/index.vue.d.ts +12 -0
  99. package/es/date-picker/picker-panel.vue.d.ts +138 -2
  100. package/es/date-picker/picker.vue.d.ts +167 -13
  101. package/es/date-picker/range-picker-panel.js +1 -1
  102. package/es/date-picker/range-picker-panel.vue.d.ts +155 -9
  103. package/es/date-picker/range-picker-panel.vue_vue_type_script_lang.js +9 -5
  104. package/es/date-picker/range-picker.js +1 -1
  105. package/es/date-picker/range-picker.vue.d.ts +185 -21
  106. package/es/date-picker/range-picker.vue_vue_type_script_lang.js +22 -9
  107. package/es/descriptions/descriptions.d.ts +1 -1
  108. package/es/descriptions/index.d.ts +4 -4
  109. package/es/descriptions/style/index.scss +18 -63
  110. package/es/drawer/drawer.vue.d.ts +9 -0
  111. package/es/drawer/drawer.vue_vue_type_script_lang.js +1 -1
  112. package/es/drawer/index.d.ts +18 -0
  113. package/es/drawer/index.js +1 -1
  114. package/es/dropdown/dropdown-button.vue.d.ts +312 -178
  115. package/es/dropdown/dropdown-button.vue_vue_type_script_lang.js +5 -1
  116. package/es/dropdown/dropdown-panel.vue.d.ts +293 -168
  117. package/es/dropdown/dropdown-submenu.vue.d.ts +302 -174
  118. package/es/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +5 -1
  119. package/es/dropdown/dropdown.vue.d.ts +299 -174
  120. package/es/dropdown/dropdown.vue_vue_type_script_lang.js +5 -1
  121. package/es/dropdown/index.d.ts +1212 -700
  122. package/es/ellipsis/ellipsis.vue.d.ts +14 -14
  123. package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +1 -1
  124. package/es/ellipsis/index.d.ts +61 -61
  125. package/es/ellipsis/performant-ellipsis.vue.d.ts +15 -15
  126. package/es/form/form-item-label.vue.d.ts +15 -12
  127. package/es/form/form-item.vue.d.ts +15 -12
  128. package/es/form/form.vue.d.ts +2 -2
  129. package/es/form/form.vue_vue_type_script_lang.js +3 -6
  130. package/es/form/index.d.ts +18 -15
  131. package/es/form/style/index.css +12 -176
  132. package/es/form/style/status.scss +36 -73
  133. package/es/icon/icon-align-center/icon-align-center.vue.d.ts +1 -0
  134. package/es/icon/icon-align-center/index.d.ts +3 -0
  135. package/es/icon/icon-align-left/icon-align-left.vue.d.ts +1 -0
  136. package/es/icon/icon-align-left/index.d.ts +3 -0
  137. package/es/icon/icon-align-right/icon-align-right.vue.d.ts +1 -0
  138. package/es/icon/icon-align-right/index.d.ts +3 -0
  139. package/es/icon/icon-alipay-circle/icon-alipay-circle.vue.d.ts +1 -0
  140. package/es/icon/icon-alipay-circle/index.d.ts +3 -0
  141. package/es/icon/icon-apps/icon-apps.vue.d.ts +1 -0
  142. package/es/icon/icon-apps/index.d.ts +3 -0
  143. package/es/icon/icon-archive/icon-archive.vue.d.ts +1 -0
  144. package/es/icon/icon-archive/index.d.ts +3 -0
  145. package/es/icon/icon-arrow-down/icon-arrow-down.vue.d.ts +1 -0
  146. package/es/icon/icon-arrow-down/index.d.ts +3 -0
  147. package/es/icon/icon-arrow-fall/icon-arrow-fall.vue.d.ts +1 -0
  148. package/es/icon/icon-arrow-fall/index.d.ts +3 -0
  149. package/es/icon/icon-arrow-left/icon-arrow-left.vue.d.ts +1 -0
  150. package/es/icon/icon-arrow-left/index.d.ts +3 -0
  151. package/es/icon/icon-arrow-right/icon-arrow-right.vue.d.ts +1 -0
  152. package/es/icon/icon-arrow-right/index.d.ts +3 -0
  153. package/es/icon/icon-arrow-rise/icon-arrow-rise.vue.d.ts +1 -0
  154. package/es/icon/icon-arrow-rise/index.d.ts +3 -0
  155. package/es/icon/icon-arrow-up/icon-arrow-up.vue.d.ts +1 -0
  156. package/es/icon/icon-arrow-up/index.d.ts +3 -0
  157. package/es/icon/icon-at/icon-at.vue.d.ts +1 -0
  158. package/es/icon/icon-at/index.d.ts +3 -0
  159. package/es/icon/icon-attachment/icon-attachment.vue.d.ts +1 -0
  160. package/es/icon/icon-attachment/index.d.ts +3 -0
  161. package/es/icon/icon-backward/icon-backward.vue.d.ts +1 -0
  162. package/es/icon/icon-backward/index.d.ts +3 -0
  163. package/es/icon/icon-bar-chart/icon-bar-chart.vue.d.ts +1 -0
  164. package/es/icon/icon-bar-chart/index.d.ts +3 -0
  165. package/es/icon/icon-bg-colors/icon-bg-colors.vue.d.ts +1 -0
  166. package/es/icon/icon-bg-colors/index.d.ts +3 -0
  167. package/es/icon/icon-bold/icon-bold.vue.d.ts +1 -0
  168. package/es/icon/icon-bold/index.d.ts +3 -0
  169. package/es/icon/icon-book/icon-book.vue.d.ts +1 -0
  170. package/es/icon/icon-book/index.d.ts +3 -0
  171. package/es/icon/icon-bookmark/icon-bookmark.vue.d.ts +1 -0
  172. package/es/icon/icon-bookmark/index.d.ts +3 -0
  173. package/es/icon/icon-branch/icon-branch.vue.d.ts +1 -0
  174. package/es/icon/icon-branch/index.d.ts +3 -0
  175. package/es/icon/icon-brush/icon-brush.vue.d.ts +1 -0
  176. package/es/icon/icon-brush/index.d.ts +3 -0
  177. package/es/icon/icon-bug/icon-bug.vue.d.ts +1 -0
  178. package/es/icon/icon-bug/index.d.ts +3 -0
  179. package/es/icon/icon-bulb/icon-bulb.vue.d.ts +1 -0
  180. package/es/icon/icon-bulb/index.d.ts +3 -0
  181. package/es/icon/icon-bytedance-color/icon-bytedance-color.vue.d.ts +1 -0
  182. package/es/icon/icon-bytedance-color/index.d.ts +3 -0
  183. package/es/icon/icon-calendar/icon-calendar.js +5 -14
  184. package/es/icon/icon-calendar/icon-calendar.vue.d.ts +1 -0
  185. package/es/icon/icon-calendar/icon-calendar.vue_vue_type_script_lang.js +6 -0
  186. package/es/icon/icon-calendar/index.d.ts +3 -0
  187. package/es/icon/icon-calendar-clock/icon-calendar-clock.vue.d.ts +1 -0
  188. package/es/icon/icon-calendar-clock/index.d.ts +3 -0
  189. package/es/icon/icon-camera/icon-camera.vue.d.ts +1 -0
  190. package/es/icon/icon-camera/index.d.ts +3 -0
  191. package/es/icon/icon-caret-down/icon-caret-down.js +6 -15
  192. package/es/icon/icon-caret-down/icon-caret-down.vue.d.ts +1 -0
  193. package/es/icon/icon-caret-down/icon-caret-down.vue_vue_type_script_lang.js +6 -0
  194. package/es/icon/icon-caret-down/index.d.ts +3 -0
  195. package/es/icon/icon-caret-left/icon-caret-left.js +6 -15
  196. package/es/icon/icon-caret-left/icon-caret-left.vue.d.ts +1 -0
  197. package/es/icon/icon-caret-left/icon-caret-left.vue_vue_type_script_lang.js +6 -0
  198. package/es/icon/icon-caret-left/index.d.ts +3 -0
  199. package/es/icon/icon-caret-right/icon-caret-right.js +6 -15
  200. package/es/icon/icon-caret-right/icon-caret-right.vue.d.ts +1 -0
  201. package/es/icon/icon-caret-right/icon-caret-right.vue_vue_type_script_lang.js +6 -0
  202. package/es/icon/icon-caret-right/index.d.ts +3 -0
  203. package/es/icon/icon-caret-up/icon-caret-up.js +6 -15
  204. package/es/icon/icon-caret-up/icon-caret-up.vue.d.ts +1 -0
  205. package/es/icon/icon-caret-up/icon-caret-up.vue_vue_type_script_lang.js +6 -0
  206. package/es/icon/icon-caret-up/index.d.ts +3 -0
  207. package/es/icon/icon-check/icon-check.js +5 -14
  208. package/es/icon/icon-check/icon-check.vue.d.ts +1 -0
  209. package/es/icon/icon-check/icon-check.vue_vue_type_script_lang.js +6 -0
  210. package/es/icon/icon-check/index.d.ts +3 -0
  211. package/es/icon/icon-check-circle/icon-check-circle.vue.d.ts +1 -0
  212. package/es/icon/icon-check-circle/index.d.ts +3 -0
  213. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.js +6 -15
  214. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue.d.ts +1 -0
  215. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue_vue_type_script_lang.js +6 -0
  216. package/es/icon/icon-check-circle-fill/index.d.ts +3 -0
  217. package/es/icon/icon-check-square/icon-check-square.vue.d.ts +1 -0
  218. package/es/icon/icon-check-square/index.d.ts +3 -0
  219. package/es/icon/icon-chinese-fill/icon-chinese-fill.vue.d.ts +1 -0
  220. package/es/icon/icon-chinese-fill/index.d.ts +3 -0
  221. package/es/icon/icon-clock-circle/icon-clock-circle.js +5 -14
  222. package/es/icon/icon-clock-circle/icon-clock-circle.vue.d.ts +1 -0
  223. package/es/icon/icon-clock-circle/icon-clock-circle.vue_vue_type_script_lang.js +6 -0
  224. package/es/icon/icon-clock-circle/index.d.ts +3 -0
  225. package/es/icon/icon-close/icon-close.js +5 -14
  226. package/es/icon/icon-close/icon-close.vue.d.ts +1 -0
  227. package/es/icon/icon-close/icon-close.vue_vue_type_script_lang.js +6 -0
  228. package/es/icon/icon-close/index.d.ts +3 -0
  229. package/es/icon/icon-close-circle/icon-close-circle.vue.d.ts +1 -0
  230. package/es/icon/icon-close-circle/index.d.ts +3 -0
  231. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.js +6 -15
  232. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue.d.ts +1 -0
  233. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue_vue_type_script_lang.js +6 -0
  234. package/es/icon/icon-close-circle-fill/index.d.ts +3 -0
  235. package/es/icon/icon-cloud/icon-cloud.vue.d.ts +1 -0
  236. package/es/icon/icon-cloud/index.d.ts +3 -0
  237. package/es/icon/icon-cloud-download/icon-cloud-download.vue.d.ts +1 -0
  238. package/es/icon/icon-cloud-download/index.d.ts +3 -0
  239. package/es/icon/icon-code/icon-code.vue.d.ts +1 -0
  240. package/es/icon/icon-code/index.d.ts +3 -0
  241. package/es/icon/icon-code-block/icon-code-block.vue.d.ts +1 -0
  242. package/es/icon/icon-code-block/index.d.ts +3 -0
  243. package/es/icon/icon-code-sandbox/icon-code-sandbox.vue.d.ts +1 -0
  244. package/es/icon/icon-code-sandbox/index.d.ts +3 -0
  245. package/es/icon/icon-code-square/icon-code-square.vue.d.ts +1 -0
  246. package/es/icon/icon-code-square/index.d.ts +3 -0
  247. package/es/icon/icon-codepen/icon-codepen.vue.d.ts +1 -0
  248. package/es/icon/icon-codepen/index.d.ts +3 -0
  249. package/es/icon/icon-command/icon-command.vue.d.ts +1 -0
  250. package/es/icon/icon-command/index.d.ts +3 -0
  251. package/es/icon/icon-common/icon-common.vue.d.ts +1 -0
  252. package/es/icon/icon-common/index.d.ts +3 -0
  253. package/es/icon/icon-compass/icon-compass.vue.d.ts +1 -0
  254. package/es/icon/icon-compass/index.d.ts +3 -0
  255. package/es/icon/icon-computer/icon-computer.vue.d.ts +1 -0
  256. package/es/icon/icon-computer/index.d.ts +3 -0
  257. package/es/icon/icon-copy/icon-copy.js +5 -14
  258. package/es/icon/icon-copy/icon-copy.vue.d.ts +1 -0
  259. package/es/icon/icon-copy/icon-copy.vue_vue_type_script_lang.js +6 -0
  260. package/es/icon/icon-copy/index.d.ts +3 -0
  261. package/es/icon/icon-copyright/icon-copyright.vue.d.ts +1 -0
  262. package/es/icon/icon-copyright/index.d.ts +3 -0
  263. package/es/icon/icon-customer-service/icon-customer-service.vue.d.ts +1 -0
  264. package/es/icon/icon-customer-service/index.d.ts +3 -0
  265. package/es/icon/icon-dashboard/icon-dashboard.vue.d.ts +1 -0
  266. package/es/icon/icon-dashboard/index.d.ts +3 -0
  267. package/es/icon/icon-delete/icon-delete.js +5 -14
  268. package/es/icon/icon-delete/icon-delete.vue.d.ts +1 -0
  269. package/es/icon/icon-delete/icon-delete.vue_vue_type_script_lang.js +6 -0
  270. package/es/icon/icon-delete/index.d.ts +3 -0
  271. package/es/icon/icon-desktop/icon-desktop.vue.d.ts +1 -0
  272. package/es/icon/icon-desktop/index.d.ts +3 -0
  273. package/es/icon/icon-dice/icon-dice.vue.d.ts +1 -0
  274. package/es/icon/icon-dice/index.d.ts +3 -0
  275. package/es/icon/icon-double-down/icon-double-down.vue.d.ts +1 -0
  276. package/es/icon/icon-double-down/index.d.ts +3 -0
  277. package/es/icon/icon-double-left/icon-double-left.js +5 -14
  278. package/es/icon/icon-double-left/icon-double-left.vue.d.ts +1 -0
  279. package/es/icon/icon-double-left/icon-double-left.vue_vue_type_script_lang.js +6 -0
  280. package/es/icon/icon-double-left/index.d.ts +3 -0
  281. package/es/icon/icon-double-right/icon-double-right.js +5 -14
  282. package/es/icon/icon-double-right/icon-double-right.vue.d.ts +1 -0
  283. package/es/icon/icon-double-right/icon-double-right.vue_vue_type_script_lang.js +6 -0
  284. package/es/icon/icon-double-right/index.d.ts +3 -0
  285. package/es/icon/icon-double-up/icon-double-up.vue.d.ts +1 -0
  286. package/es/icon/icon-double-up/index.d.ts +3 -0
  287. package/es/icon/icon-down/icon-down.js +5 -14
  288. package/es/icon/icon-down/icon-down.vue.d.ts +1 -0
  289. package/es/icon/icon-down/icon-down.vue_vue_type_script_lang.js +6 -0
  290. package/es/icon/icon-down/index.d.ts +3 -0
  291. package/es/icon/icon-down-circle/icon-down-circle.vue.d.ts +1 -0
  292. package/es/icon/icon-down-circle/index.d.ts +3 -0
  293. package/es/icon/icon-download/icon-download.vue.d.ts +1 -0
  294. package/es/icon/icon-download/index.d.ts +3 -0
  295. package/es/icon/icon-drag-arrow/icon-drag-arrow.vue.d.ts +1 -0
  296. package/es/icon/icon-drag-arrow/index.d.ts +3 -0
  297. package/es/icon/icon-drag-dot/icon-drag-dot.js +6 -15
  298. package/es/icon/icon-drag-dot/icon-drag-dot.vue.d.ts +1 -0
  299. package/es/icon/icon-drag-dot/icon-drag-dot.vue_vue_type_script_lang.js +6 -0
  300. package/es/icon/icon-drag-dot/index.d.ts +3 -0
  301. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.js +6 -15
  302. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue.d.ts +1 -0
  303. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue_vue_type_script_lang.js +6 -0
  304. package/es/icon/icon-drag-dot-vertical/index.d.ts +3 -0
  305. package/es/icon/icon-drive-file/icon-drive-file.vue.d.ts +1 -0
  306. package/es/icon/icon-drive-file/index.d.ts +3 -0
  307. package/es/icon/icon-ear/icon-ear.vue.d.ts +1 -0
  308. package/es/icon/icon-ear/index.d.ts +3 -0
  309. package/es/icon/icon-edit/icon-edit.js +5 -14
  310. package/es/icon/icon-edit/icon-edit.vue.d.ts +1 -0
  311. package/es/icon/icon-edit/icon-edit.vue_vue_type_script_lang.js +6 -0
  312. package/es/icon/icon-edit/index.d.ts +3 -0
  313. package/es/icon/icon-email/icon-email.vue.d.ts +1 -0
  314. package/es/icon/icon-email/index.d.ts +3 -0
  315. package/es/icon/icon-empty/icon-empty.js +5 -14
  316. package/es/icon/icon-empty/icon-empty.vue.d.ts +1 -0
  317. package/es/icon/icon-empty/icon-empty.vue_vue_type_script_lang.js +6 -0
  318. package/es/icon/icon-empty/index.d.ts +3 -0
  319. package/es/icon/icon-english-fill/icon-english-fill.vue.d.ts +1 -0
  320. package/es/icon/icon-english-fill/index.d.ts +3 -0
  321. package/es/icon/icon-eraser/icon-eraser.vue.d.ts +1 -0
  322. package/es/icon/icon-eraser/index.d.ts +3 -0
  323. package/es/icon/icon-exclamation/icon-exclamation.js +6 -15
  324. package/es/icon/icon-exclamation/icon-exclamation.vue.d.ts +1 -0
  325. package/es/icon/icon-exclamation/icon-exclamation.vue_vue_type_script_lang.js +6 -0
  326. package/es/icon/icon-exclamation/index.d.ts +3 -0
  327. package/es/icon/icon-exclamation-circle/icon-exclamation-circle.vue.d.ts +1 -0
  328. package/es/icon/icon-exclamation-circle/index.d.ts +3 -0
  329. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.js +6 -15
  330. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue.d.ts +1 -0
  331. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue_vue_type_script_lang.js +6 -0
  332. package/es/icon/icon-exclamation-circle-fill/index.d.ts +3 -0
  333. package/es/icon/icon-exclamation-polygon-fill/icon-exclamation-polygon-fill.vue.d.ts +1 -0
  334. package/es/icon/icon-exclamation-polygon-fill/index.d.ts +3 -0
  335. package/es/icon/icon-expand/icon-expand.vue.d.ts +1 -0
  336. package/es/icon/icon-expand/index.d.ts +3 -0
  337. package/es/icon/icon-experiment/icon-experiment.vue.d.ts +1 -0
  338. package/es/icon/icon-experiment/index.d.ts +3 -0
  339. package/es/icon/icon-export/icon-export.vue.d.ts +1 -0
  340. package/es/icon/icon-export/index.d.ts +3 -0
  341. package/es/icon/icon-eye/icon-eye.js +6 -15
  342. package/es/icon/icon-eye/icon-eye.vue.d.ts +1 -0
  343. package/es/icon/icon-eye/icon-eye.vue_vue_type_script_lang.js +6 -0
  344. package/es/icon/icon-eye/index.d.ts +3 -0
  345. package/es/icon/icon-eye-invisible/icon-eye-invisible.js +5 -14
  346. package/es/icon/icon-eye-invisible/icon-eye-invisible.vue.d.ts +1 -0
  347. package/es/icon/icon-eye-invisible/icon-eye-invisible.vue_vue_type_script_lang.js +6 -0
  348. package/es/icon/icon-eye-invisible/index.d.ts +3 -0
  349. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.js +6 -15
  350. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue.d.ts +1 -0
  351. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue_vue_type_script_lang.js +6 -0
  352. package/es/icon/icon-face-frown-fill/index.d.ts +3 -0
  353. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.js +6 -15
  354. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue.d.ts +1 -0
  355. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue_vue_type_script_lang.js +6 -0
  356. package/es/icon/icon-face-meh-fill/index.d.ts +3 -0
  357. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.js +6 -15
  358. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue.d.ts +1 -0
  359. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue_vue_type_script_lang.js +6 -0
  360. package/es/icon/icon-face-smile-fill/index.d.ts +3 -0
  361. package/es/icon/icon-faceBook-circle-fill/icon-faceBook-circle-fill.vue.d.ts +1 -0
  362. package/es/icon/icon-faceBook-circle-fill/index.d.ts +3 -0
  363. package/es/icon/icon-facebook/icon-facebook.vue.d.ts +1 -0
  364. package/es/icon/icon-facebook/index.d.ts +3 -0
  365. package/es/icon/icon-facebook-square-fill/icon-facebook-square-fill.vue.d.ts +1 -0
  366. package/es/icon/icon-facebook-square-fill/index.d.ts +3 -0
  367. package/es/icon/icon-file/icon-file.js +5 -14
  368. package/es/icon/icon-file/icon-file.vue.d.ts +1 -0
  369. package/es/icon/icon-file/icon-file.vue_vue_type_script_lang.js +6 -0
  370. package/es/icon/icon-file/index.d.ts +3 -0
  371. package/es/icon/icon-file-audio/icon-file-audio.js +6 -15
  372. package/es/icon/icon-file-audio/icon-file-audio.vue.d.ts +1 -0
  373. package/es/icon/icon-file-audio/icon-file-audio.vue_vue_type_script_lang.js +6 -0
  374. package/es/icon/icon-file-audio/index.d.ts +3 -0
  375. package/es/icon/icon-file-image/icon-file-image.js +5 -14
  376. package/es/icon/icon-file-image/icon-file-image.vue.d.ts +1 -0
  377. package/es/icon/icon-file-image/icon-file-image.vue_vue_type_script_lang.js +6 -0
  378. package/es/icon/icon-file-image/index.d.ts +3 -0
  379. package/es/icon/icon-file-pdf/icon-file-pdf.js +5 -14
  380. package/es/icon/icon-file-pdf/icon-file-pdf.vue.d.ts +1 -0
  381. package/es/icon/icon-file-pdf/icon-file-pdf.vue_vue_type_script_lang.js +6 -0
  382. package/es/icon/icon-file-pdf/index.d.ts +3 -0
  383. package/es/icon/icon-file-video/icon-file-video.js +5 -14
  384. package/es/icon/icon-file-video/icon-file-video.vue.d.ts +1 -0
  385. package/es/icon/icon-file-video/icon-file-video.vue_vue_type_script_lang.js +6 -0
  386. package/es/icon/icon-file-video/index.d.ts +3 -0
  387. package/es/icon/icon-filter/icon-filter.js +5 -14
  388. package/es/icon/icon-filter/icon-filter.vue.d.ts +1 -0
  389. package/es/icon/icon-filter/icon-filter.vue_vue_type_script_lang.js +6 -0
  390. package/es/icon/icon-filter/index.d.ts +3 -0
  391. package/es/icon/icon-find-replace/icon-find-replace.vue.d.ts +1 -0
  392. package/es/icon/icon-find-replace/index.d.ts +3 -0
  393. package/es/icon/icon-fire/icon-fire.vue.d.ts +1 -0
  394. package/es/icon/icon-fire/index.d.ts +3 -0
  395. package/es/icon/icon-folder/icon-folder.vue.d.ts +1 -0
  396. package/es/icon/icon-folder/index.d.ts +3 -0
  397. package/es/icon/icon-folder-add/icon-folder-add.vue.d.ts +1 -0
  398. package/es/icon/icon-folder-add/index.d.ts +3 -0
  399. package/es/icon/icon-folder-delete/icon-folder-delete.vue.d.ts +1 -0
  400. package/es/icon/icon-folder-delete/index.d.ts +3 -0
  401. package/es/icon/icon-font-colors/icon-font-colors.vue.d.ts +1 -0
  402. package/es/icon/icon-font-colors/index.d.ts +3 -0
  403. package/es/icon/icon-formula/icon-formula.vue.d.ts +1 -0
  404. package/es/icon/icon-formula/index.d.ts +3 -0
  405. package/es/icon/icon-forward/icon-forward.vue.d.ts +1 -0
  406. package/es/icon/icon-forward/index.d.ts +3 -0
  407. package/es/icon/icon-fullscreen/icon-fullscreen.js +5 -14
  408. package/es/icon/icon-fullscreen/icon-fullscreen.vue.d.ts +1 -0
  409. package/es/icon/icon-fullscreen/icon-fullscreen.vue_vue_type_script_lang.js +6 -0
  410. package/es/icon/icon-fullscreen/index.d.ts +3 -0
  411. package/es/icon/icon-fullscreen-exit/icon-fullscreen-exit.vue.d.ts +1 -0
  412. package/es/icon/icon-fullscreen-exit/index.d.ts +3 -0
  413. package/es/icon/icon-gift/icon-gift.vue.d.ts +1 -0
  414. package/es/icon/icon-gift/index.d.ts +3 -0
  415. package/es/icon/icon-github/icon-github.vue.d.ts +1 -0
  416. package/es/icon/icon-github/index.d.ts +3 -0
  417. package/es/icon/icon-gitlab/icon-gitlab.vue.d.ts +1 -0
  418. package/es/icon/icon-gitlab/index.d.ts +3 -0
  419. package/es/icon/icon-google/icon-google.vue.d.ts +1 -0
  420. package/es/icon/icon-google/index.d.ts +3 -0
  421. package/es/icon/icon-google-circle-fill/icon-google-circle-fill.vue.d.ts +1 -0
  422. package/es/icon/icon-google-circle-fill/index.d.ts +3 -0
  423. package/es/icon/icon-h1/icon-h1.vue.d.ts +1 -0
  424. package/es/icon/icon-h1/index.d.ts +3 -0
  425. package/es/icon/icon-h2/icon-h2.vue.d.ts +1 -0
  426. package/es/icon/icon-h2/index.d.ts +3 -0
  427. package/es/icon/icon-h3/icon-h3.vue.d.ts +1 -0
  428. package/es/icon/icon-h3/index.d.ts +3 -0
  429. package/es/icon/icon-h4/icon-h4.vue.d.ts +1 -0
  430. package/es/icon/icon-h4/index.d.ts +3 -0
  431. package/es/icon/icon-h5/icon-h5.vue.d.ts +1 -0
  432. package/es/icon/icon-h5/index.d.ts +3 -0
  433. package/es/icon/icon-h6/icon-h6.vue.d.ts +1 -0
  434. package/es/icon/icon-h6/index.d.ts +3 -0
  435. package/es/icon/icon-h7/icon-h7.vue.d.ts +1 -0
  436. package/es/icon/icon-h7/index.d.ts +3 -0
  437. package/es/icon/icon-heart/icon-heart.vue.d.ts +1 -0
  438. package/es/icon/icon-heart/index.d.ts +3 -0
  439. package/es/icon/icon-heart-fill/icon-heart-fill.vue.d.ts +1 -0
  440. package/es/icon/icon-heart-fill/index.d.ts +3 -0
  441. package/es/icon/icon-highlight/icon-highlight.vue.d.ts +1 -0
  442. package/es/icon/icon-highlight/index.d.ts +3 -0
  443. package/es/icon/icon-history/icon-history.vue.d.ts +1 -0
  444. package/es/icon/icon-history/index.d.ts +3 -0
  445. package/es/icon/icon-home/icon-home.vue.d.ts +1 -0
  446. package/es/icon/icon-home/index.d.ts +3 -0
  447. package/es/icon/icon-idcard/icon-idcard.vue.d.ts +1 -0
  448. package/es/icon/icon-idcard/index.d.ts +3 -0
  449. package/es/icon/icon-image/icon-image.vue.d.ts +1 -0
  450. package/es/icon/icon-image/index.d.ts +3 -0
  451. package/es/icon/icon-image-close/icon-image-close.js +5 -14
  452. package/es/icon/icon-image-close/icon-image-close.vue.d.ts +1 -0
  453. package/es/icon/icon-image-close/icon-image-close.vue_vue_type_script_lang.js +6 -0
  454. package/es/icon/icon-image-close/index.d.ts +3 -0
  455. package/es/icon/icon-import/icon-import.vue.d.ts +1 -0
  456. package/es/icon/icon-import/index.d.ts +3 -0
  457. package/es/icon/icon-info/icon-info.js +6 -15
  458. package/es/icon/icon-info/icon-info.vue.d.ts +1 -0
  459. package/es/icon/icon-info/icon-info.vue_vue_type_script_lang.js +6 -0
  460. package/es/icon/icon-info/index.d.ts +3 -0
  461. package/es/icon/icon-info-circle/icon-info-circle.vue.d.ts +1 -0
  462. package/es/icon/icon-info-circle/index.d.ts +3 -0
  463. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.js +6 -15
  464. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue.d.ts +1 -0
  465. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue_vue_type_script_lang.js +6 -0
  466. package/es/icon/icon-info-circle-fill/index.d.ts +3 -0
  467. package/es/icon/icon-interaction/icon-interaction.vue.d.ts +1 -0
  468. package/es/icon/icon-interaction/index.d.ts +3 -0
  469. package/es/icon/icon-italic/icon-italic.vue.d.ts +1 -0
  470. package/es/icon/icon-italic/index.d.ts +3 -0
  471. package/es/icon/icon-language/icon-language.vue.d.ts +1 -0
  472. package/es/icon/icon-language/index.d.ts +3 -0
  473. package/es/icon/icon-lark-color/icon-lark-color.vue.d.ts +1 -0
  474. package/es/icon/icon-lark-color/index.d.ts +3 -0
  475. package/es/icon/icon-launch/icon-launch.vue.d.ts +1 -0
  476. package/es/icon/icon-launch/index.d.ts +3 -0
  477. package/es/icon/icon-layers/icon-layers.vue.d.ts +1 -0
  478. package/es/icon/icon-layers/index.d.ts +3 -0
  479. package/es/icon/icon-layout/icon-layout.vue.d.ts +1 -0
  480. package/es/icon/icon-layout/index.d.ts +3 -0
  481. package/es/icon/icon-left/icon-left.js +5 -14
  482. package/es/icon/icon-left/icon-left.vue.d.ts +1 -0
  483. package/es/icon/icon-left/icon-left.vue_vue_type_script_lang.js +6 -0
  484. package/es/icon/icon-left/index.d.ts +3 -0
  485. package/es/icon/icon-left-circle/icon-left-circle.vue.d.ts +1 -0
  486. package/es/icon/icon-left-circle/index.d.ts +3 -0
  487. package/es/icon/icon-line-height/icon-line-height.vue.d.ts +1 -0
  488. package/es/icon/icon-line-height/index.d.ts +3 -0
  489. package/es/icon/icon-link/icon-link.js +5 -14
  490. package/es/icon/icon-link/icon-link.vue.d.ts +1 -0
  491. package/es/icon/icon-link/icon-link.vue_vue_type_script_lang.js +6 -0
  492. package/es/icon/icon-link/index.d.ts +3 -0
  493. package/es/icon/icon-list/icon-list.vue.d.ts +1 -0
  494. package/es/icon/icon-list/index.d.ts +3 -0
  495. package/es/icon/icon-live-broadcast/icon-live-broadcast.vue.d.ts +1 -0
  496. package/es/icon/icon-live-broadcast/index.d.ts +3 -0
  497. package/es/icon/icon-loading/icon-loading.js +5 -14
  498. package/es/icon/icon-loading/icon-loading.vue.d.ts +1 -0
  499. package/es/icon/icon-loading/icon-loading.vue_vue_type_script_lang.js +6 -0
  500. package/es/icon/icon-loading/index.d.ts +3 -0
  501. package/es/icon/icon-location/icon-location.vue.d.ts +1 -0
  502. package/es/icon/icon-location/index.d.ts +3 -0
  503. package/es/icon/icon-lock/icon-lock.vue.d.ts +1 -0
  504. package/es/icon/icon-lock/index.d.ts +3 -0
  505. package/es/icon/icon-loop/icon-loop.vue.d.ts +1 -0
  506. package/es/icon/icon-loop/index.d.ts +3 -0
  507. package/es/icon/icon-man/icon-man.vue.d.ts +1 -0
  508. package/es/icon/icon-man/index.d.ts +3 -0
  509. package/es/icon/icon-menu/icon-menu.vue.d.ts +1 -0
  510. package/es/icon/icon-menu/index.d.ts +3 -0
  511. package/es/icon/icon-menu-fold/icon-menu-fold.js +5 -14
  512. package/es/icon/icon-menu-fold/icon-menu-fold.vue.d.ts +1 -0
  513. package/es/icon/icon-menu-fold/icon-menu-fold.vue_vue_type_script_lang.js +6 -0
  514. package/es/icon/icon-menu-fold/index.d.ts +3 -0
  515. package/es/icon/icon-menu-unfold/icon-menu-unfold.js +5 -14
  516. package/es/icon/icon-menu-unfold/icon-menu-unfold.vue.d.ts +1 -0
  517. package/es/icon/icon-menu-unfold/icon-menu-unfold.vue_vue_type_script_lang.js +6 -0
  518. package/es/icon/icon-menu-unfold/index.d.ts +3 -0
  519. package/es/icon/icon-message/icon-message.vue.d.ts +1 -0
  520. package/es/icon/icon-message/index.d.ts +3 -0
  521. package/es/icon/icon-message-banned/icon-message-banned.vue.d.ts +1 -0
  522. package/es/icon/icon-message-banned/index.d.ts +3 -0
  523. package/es/icon/icon-mind-mapping/icon-mind-mapping.vue.d.ts +1 -0
  524. package/es/icon/icon-mind-mapping/index.d.ts +3 -0
  525. package/es/icon/icon-minus/icon-minus.js +5 -14
  526. package/es/icon/icon-minus/icon-minus.vue.d.ts +1 -0
  527. package/es/icon/icon-minus/icon-minus.vue_vue_type_script_lang.js +6 -0
  528. package/es/icon/icon-minus/index.d.ts +3 -0
  529. package/es/icon/icon-minus-circle/icon-minus-circle.vue.d.ts +1 -0
  530. package/es/icon/icon-minus-circle/index.d.ts +3 -0
  531. package/es/icon/icon-minus-circle-fill/icon-minus-circle-fill.vue.d.ts +1 -0
  532. package/es/icon/icon-minus-circle-fill/index.d.ts +3 -0
  533. package/es/icon/icon-mobile/icon-mobile.vue.d.ts +1 -0
  534. package/es/icon/icon-mobile/index.d.ts +3 -0
  535. package/es/icon/icon-moon/icon-moon.vue.d.ts +1 -0
  536. package/es/icon/icon-moon/index.d.ts +3 -0
  537. package/es/icon/icon-moon-fill/icon-moon-fill.vue.d.ts +1 -0
  538. package/es/icon/icon-moon-fill/index.d.ts +3 -0
  539. package/es/icon/icon-more/icon-more.js +6 -15
  540. package/es/icon/icon-more/icon-more.vue.d.ts +1 -0
  541. package/es/icon/icon-more/icon-more.vue_vue_type_script_lang.js +6 -0
  542. package/es/icon/icon-more/index.d.ts +3 -0
  543. package/es/icon/icon-more-vertical/icon-more-vertical.vue.d.ts +1 -0
  544. package/es/icon/icon-more-vertical/index.d.ts +3 -0
  545. package/es/icon/icon-mosaic/icon-mosaic.vue.d.ts +1 -0
  546. package/es/icon/icon-mosaic/index.d.ts +3 -0
  547. package/es/icon/icon-music/icon-music.vue.d.ts +1 -0
  548. package/es/icon/icon-music/index.d.ts +3 -0
  549. package/es/icon/icon-mute/icon-mute.vue.d.ts +1 -0
  550. package/es/icon/icon-mute/index.d.ts +3 -0
  551. package/es/icon/icon-mute-fill/icon-mute-fill.vue.d.ts +1 -0
  552. package/es/icon/icon-mute-fill/index.d.ts +3 -0
  553. package/es/icon/icon-nav/icon-nav.vue.d.ts +1 -0
  554. package/es/icon/icon-nav/index.d.ts +3 -0
  555. package/es/icon/icon-notification/icon-notification.vue.d.ts +1 -0
  556. package/es/icon/icon-notification/index.d.ts +3 -0
  557. package/es/icon/icon-notification-close/icon-notification-close.vue.d.ts +1 -0
  558. package/es/icon/icon-notification-close/index.d.ts +3 -0
  559. package/es/icon/icon-oblique-line/icon-oblique-line.js +5 -14
  560. package/es/icon/icon-oblique-line/icon-oblique-line.vue.d.ts +1 -0
  561. package/es/icon/icon-oblique-line/icon-oblique-line.vue_vue_type_script_lang.js +6 -0
  562. package/es/icon/icon-oblique-line/index.d.ts +3 -0
  563. package/es/icon/icon-ordered-list/icon-ordered-list.vue.d.ts +1 -0
  564. package/es/icon/icon-ordered-list/index.d.ts +3 -0
  565. package/es/icon/icon-original-size/icon-original-size.js +6 -15
  566. package/es/icon/icon-original-size/icon-original-size.vue.d.ts +1 -0
  567. package/es/icon/icon-original-size/icon-original-size.vue_vue_type_script_lang.js +6 -0
  568. package/es/icon/icon-original-size/index.d.ts +3 -0
  569. package/es/icon/icon-palette/icon-palette.vue.d.ts +1 -0
  570. package/es/icon/icon-palette/index.d.ts +3 -0
  571. package/es/icon/icon-paste/icon-paste.vue.d.ts +1 -0
  572. package/es/icon/icon-paste/index.d.ts +3 -0
  573. package/es/icon/icon-pause/icon-pause.js +6 -15
  574. package/es/icon/icon-pause/icon-pause.vue.d.ts +1 -0
  575. package/es/icon/icon-pause/icon-pause.vue_vue_type_script_lang.js +6 -0
  576. package/es/icon/icon-pause/index.d.ts +3 -0
  577. package/es/icon/icon-pause-circle/icon-pause-circle.vue.d.ts +1 -0
  578. package/es/icon/icon-pause-circle/index.d.ts +3 -0
  579. package/es/icon/icon-pause-circle-fill/icon-pause-circle-fill.vue.d.ts +1 -0
  580. package/es/icon/icon-pause-circle-fill/index.d.ts +3 -0
  581. package/es/icon/icon-pen/icon-pen.vue.d.ts +1 -0
  582. package/es/icon/icon-pen/index.d.ts +3 -0
  583. package/es/icon/icon-pen-fill/icon-pen-fill.vue.d.ts +1 -0
  584. package/es/icon/icon-pen-fill/index.d.ts +3 -0
  585. package/es/icon/icon-phone/icon-phone.vue.d.ts +1 -0
  586. package/es/icon/icon-phone/index.d.ts +3 -0
  587. package/es/icon/icon-play-arrow/icon-play-arrow.vue.d.ts +1 -0
  588. package/es/icon/icon-play-arrow/index.d.ts +3 -0
  589. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.js +6 -15
  590. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue.d.ts +1 -0
  591. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue_vue_type_script_lang.js +6 -0
  592. package/es/icon/icon-play-arrow-fill/index.d.ts +3 -0
  593. package/es/icon/icon-play-circle/icon-play-circle.vue.d.ts +1 -0
  594. package/es/icon/icon-play-circle/index.d.ts +3 -0
  595. package/es/icon/icon-play-circle-fill/icon-play-circle-fill.vue.d.ts +1 -0
  596. package/es/icon/icon-play-circle-fill/index.d.ts +3 -0
  597. package/es/icon/icon-plus/icon-plus.js +5 -14
  598. package/es/icon/icon-plus/icon-plus.vue.d.ts +1 -0
  599. package/es/icon/icon-plus/icon-plus.vue_vue_type_script_lang.js +6 -0
  600. package/es/icon/icon-plus/index.d.ts +3 -0
  601. package/es/icon/icon-plus-circle/icon-plus-circle.vue.d.ts +1 -0
  602. package/es/icon/icon-plus-circle/index.d.ts +3 -0
  603. package/es/icon/icon-plus-circle-fill/icon-plus-circle-fill.vue.d.ts +1 -0
  604. package/es/icon/icon-plus-circle-fill/index.d.ts +3 -0
  605. package/es/icon/icon-poweroff/icon-poweroff.vue.d.ts +1 -0
  606. package/es/icon/icon-poweroff/index.d.ts +3 -0
  607. package/es/icon/icon-printer/icon-printer.vue.d.ts +1 -0
  608. package/es/icon/icon-printer/index.d.ts +3 -0
  609. package/es/icon/icon-public/icon-public.vue.d.ts +1 -0
  610. package/es/icon/icon-public/index.d.ts +3 -0
  611. package/es/icon/icon-pushpin/icon-pushpin.vue.d.ts +1 -0
  612. package/es/icon/icon-pushpin/index.d.ts +3 -0
  613. package/es/icon/icon-qq/icon-qq.vue.d.ts +1 -0
  614. package/es/icon/icon-qq/index.d.ts +3 -0
  615. package/es/icon/icon-qq-circle-fill/icon-qq-circle-fill.vue.d.ts +1 -0
  616. package/es/icon/icon-qq-circle-fill/index.d.ts +3 -0
  617. package/es/icon/icon-qq-zone/icon-qq-zone.vue.d.ts +1 -0
  618. package/es/icon/icon-qq-zone/index.d.ts +3 -0
  619. package/es/icon/icon-qrcode/icon-qrcode.vue.d.ts +1 -0
  620. package/es/icon/icon-qrcode/index.d.ts +3 -0
  621. package/es/icon/icon-question/icon-question.vue.d.ts +1 -0
  622. package/es/icon/icon-question/index.d.ts +3 -0
  623. package/es/icon/icon-question-circle/icon-question-circle.js +5 -14
  624. package/es/icon/icon-question-circle/icon-question-circle.vue.d.ts +1 -0
  625. package/es/icon/icon-question-circle/icon-question-circle.vue_vue_type_script_lang.js +6 -0
  626. package/es/icon/icon-question-circle/index.d.ts +3 -0
  627. package/es/icon/icon-question-circle-fill/icon-question-circle-fill.vue.d.ts +1 -0
  628. package/es/icon/icon-question-circle-fill/index.d.ts +3 -0
  629. package/es/icon/icon-quote/icon-quote.vue.d.ts +1 -0
  630. package/es/icon/icon-quote/index.d.ts +3 -0
  631. package/es/icon/icon-record/icon-record.vue.d.ts +1 -0
  632. package/es/icon/icon-record/index.d.ts +3 -0
  633. package/es/icon/icon-record-stop/icon-record-stop.vue.d.ts +1 -0
  634. package/es/icon/icon-record-stop/index.d.ts +3 -0
  635. package/es/icon/icon-redo/icon-redo.vue.d.ts +1 -0
  636. package/es/icon/icon-redo/index.d.ts +3 -0
  637. package/es/icon/icon-refresh/icon-refresh.vue.d.ts +1 -0
  638. package/es/icon/icon-refresh/index.d.ts +3 -0
  639. package/es/icon/icon-relation/icon-relation.vue.d.ts +1 -0
  640. package/es/icon/icon-relation/index.d.ts +3 -0
  641. package/es/icon/icon-reply/icon-reply.vue.d.ts +1 -0
  642. package/es/icon/icon-reply/index.d.ts +3 -0
  643. package/es/icon/icon-right/icon-right.js +5 -14
  644. package/es/icon/icon-right/icon-right.vue.d.ts +1 -0
  645. package/es/icon/icon-right/icon-right.vue_vue_type_script_lang.js +6 -0
  646. package/es/icon/icon-right/index.d.ts +3 -0
  647. package/es/icon/icon-right-circle/icon-right-circle.vue.d.ts +1 -0
  648. package/es/icon/icon-right-circle/index.d.ts +3 -0
  649. package/es/icon/icon-robot/icon-robot.vue.d.ts +1 -0
  650. package/es/icon/icon-robot/index.d.ts +3 -0
  651. package/es/icon/icon-robot-add/icon-robot-add.vue.d.ts +1 -0
  652. package/es/icon/icon-robot-add/index.d.ts +3 -0
  653. package/es/icon/icon-rotate-left/icon-rotate-left.js +5 -14
  654. package/es/icon/icon-rotate-left/icon-rotate-left.vue.d.ts +1 -0
  655. package/es/icon/icon-rotate-left/icon-rotate-left.vue_vue_type_script_lang.js +6 -0
  656. package/es/icon/icon-rotate-left/index.d.ts +3 -0
  657. package/es/icon/icon-rotate-right/icon-rotate-right.js +5 -14
  658. package/es/icon/icon-rotate-right/icon-rotate-right.vue.d.ts +1 -0
  659. package/es/icon/icon-rotate-right/icon-rotate-right.vue_vue_type_script_lang.js +6 -0
  660. package/es/icon/icon-rotate-right/index.d.ts +3 -0
  661. package/es/icon/icon-safe/icon-safe.vue.d.ts +1 -0
  662. package/es/icon/icon-safe/index.d.ts +3 -0
  663. package/es/icon/icon-save/icon-save.vue.d.ts +1 -0
  664. package/es/icon/icon-save/index.d.ts +3 -0
  665. package/es/icon/icon-scan/icon-scan.vue.d.ts +1 -0
  666. package/es/icon/icon-scan/index.d.ts +3 -0
  667. package/es/icon/icon-schedule/icon-schedule.vue.d.ts +1 -0
  668. package/es/icon/icon-schedule/index.d.ts +3 -0
  669. package/es/icon/icon-scissor/icon-scissor.vue.d.ts +1 -0
  670. package/es/icon/icon-scissor/index.d.ts +3 -0
  671. package/es/icon/icon-search/icon-search.js +5 -14
  672. package/es/icon/icon-search/icon-search.vue.d.ts +1 -0
  673. package/es/icon/icon-search/icon-search.vue_vue_type_script_lang.js +6 -0
  674. package/es/icon/icon-search/index.d.ts +3 -0
  675. package/es/icon/icon-select-all/icon-select-all.vue.d.ts +1 -0
  676. package/es/icon/icon-select-all/index.d.ts +3 -0
  677. package/es/icon/icon-send/icon-send.vue.d.ts +1 -0
  678. package/es/icon/icon-send/index.d.ts +3 -0
  679. package/es/icon/icon-settings/icon-settings.vue.d.ts +1 -0
  680. package/es/icon/icon-settings/index.d.ts +3 -0
  681. package/es/icon/icon-shake/icon-shake.vue.d.ts +1 -0
  682. package/es/icon/icon-shake/index.d.ts +3 -0
  683. package/es/icon/icon-share-alt/icon-share-alt.vue.d.ts +1 -0
  684. package/es/icon/icon-share-alt/index.d.ts +3 -0
  685. package/es/icon/icon-share-external/icon-share-external.vue.d.ts +1 -0
  686. package/es/icon/icon-share-external/index.d.ts +3 -0
  687. package/es/icon/icon-share-internal/icon-share-internal.vue.d.ts +1 -0
  688. package/es/icon/icon-share-internal/index.d.ts +3 -0
  689. package/es/icon/icon-shrink/icon-shrink.vue.d.ts +1 -0
  690. package/es/icon/icon-shrink/index.d.ts +3 -0
  691. package/es/icon/icon-skin/icon-skin.vue.d.ts +1 -0
  692. package/es/icon/icon-skin/index.d.ts +3 -0
  693. package/es/icon/icon-skip-next/icon-skip-next.vue.d.ts +1 -0
  694. package/es/icon/icon-skip-next/index.d.ts +3 -0
  695. package/es/icon/icon-skip-next-fill/icon-skip-next-fill.vue.d.ts +1 -0
  696. package/es/icon/icon-skip-next-fill/index.d.ts +3 -0
  697. package/es/icon/icon-skip-previous/icon-skip-previous.vue.d.ts +1 -0
  698. package/es/icon/icon-skip-previous/index.d.ts +3 -0
  699. package/es/icon/icon-skip-previous-fill/icon-skip-previous-fill.vue.d.ts +1 -0
  700. package/es/icon/icon-skip-previous-fill/index.d.ts +3 -0
  701. package/es/icon/icon-sort/icon-sort.vue.d.ts +1 -0
  702. package/es/icon/icon-sort/index.d.ts +3 -0
  703. package/es/icon/icon-sort-ascending/icon-sort-ascending.vue.d.ts +1 -0
  704. package/es/icon/icon-sort-ascending/index.d.ts +3 -0
  705. package/es/icon/icon-sort-descending/icon-sort-descending.vue.d.ts +1 -0
  706. package/es/icon/icon-sort-descending/index.d.ts +3 -0
  707. package/es/icon/icon-sound/icon-sound.vue.d.ts +1 -0
  708. package/es/icon/icon-sound/index.d.ts +3 -0
  709. package/es/icon/icon-sound-fill/icon-sound-fill.vue.d.ts +1 -0
  710. package/es/icon/icon-sound-fill/index.d.ts +3 -0
  711. package/es/icon/icon-stamp/icon-stamp.vue.d.ts +1 -0
  712. package/es/icon/icon-stamp/index.d.ts +3 -0
  713. package/es/icon/icon-star/icon-star.vue.d.ts +1 -0
  714. package/es/icon/icon-star/index.d.ts +3 -0
  715. package/es/icon/icon-star-fill/icon-star-fill.js +6 -15
  716. package/es/icon/icon-star-fill/icon-star-fill.vue.d.ts +1 -0
  717. package/es/icon/icon-star-fill/icon-star-fill.vue_vue_type_script_lang.js +6 -0
  718. package/es/icon/icon-star-fill/index.d.ts +3 -0
  719. package/es/icon/icon-stop/icon-stop.vue.d.ts +1 -0
  720. package/es/icon/icon-stop/index.d.ts +3 -0
  721. package/es/icon/icon-storage/icon-storage.vue.d.ts +1 -0
  722. package/es/icon/icon-storage/index.d.ts +3 -0
  723. package/es/icon/icon-strikethrough/icon-strikethrough.vue.d.ts +1 -0
  724. package/es/icon/icon-strikethrough/index.d.ts +3 -0
  725. package/es/icon/icon-subscribe/icon-subscribe.vue.d.ts +1 -0
  726. package/es/icon/icon-subscribe/index.d.ts +3 -0
  727. package/es/icon/icon-subscribe-add/icon-subscribe-add.vue.d.ts +1 -0
  728. package/es/icon/icon-subscribe-add/index.d.ts +3 -0
  729. package/es/icon/icon-subscribed/icon-subscribed.vue.d.ts +1 -0
  730. package/es/icon/icon-subscribed/index.d.ts +3 -0
  731. package/es/icon/icon-sun/icon-sun.vue.d.ts +1 -0
  732. package/es/icon/icon-sun/index.d.ts +3 -0
  733. package/es/icon/icon-sun-fill/icon-sun-fill.vue.d.ts +1 -0
  734. package/es/icon/icon-sun-fill/index.d.ts +3 -0
  735. package/es/icon/icon-swap/icon-swap.vue.d.ts +1 -0
  736. package/es/icon/icon-swap/index.d.ts +3 -0
  737. package/es/icon/icon-sync/icon-sync.vue.d.ts +1 -0
  738. package/es/icon/icon-sync/index.d.ts +3 -0
  739. package/es/icon/icon-tag/icon-tag.vue.d.ts +1 -0
  740. package/es/icon/icon-tag/index.d.ts +3 -0
  741. package/es/icon/icon-tags/icon-tags.vue.d.ts +1 -0
  742. package/es/icon/icon-tags/index.d.ts +3 -0
  743. package/es/icon/icon-thumb-down/icon-thumb-down.vue.d.ts +1 -0
  744. package/es/icon/icon-thumb-down/index.d.ts +3 -0
  745. package/es/icon/icon-thumb-down-fill/icon-thumb-down-fill.vue.d.ts +1 -0
  746. package/es/icon/icon-thumb-down-fill/index.d.ts +3 -0
  747. package/es/icon/icon-thumb-up/icon-thumb-up.vue.d.ts +1 -0
  748. package/es/icon/icon-thumb-up/index.d.ts +3 -0
  749. package/es/icon/icon-thumb-up-fill/icon-thumb-up-fill.vue.d.ts +1 -0
  750. package/es/icon/icon-thumb-up-fill/index.d.ts +3 -0
  751. package/es/icon/icon-thunderbolt/icon-thunderbolt.vue.d.ts +1 -0
  752. package/es/icon/icon-thunderbolt/index.d.ts +3 -0
  753. package/es/icon/icon-tiktok-color/icon-tiktok-color.vue.d.ts +1 -0
  754. package/es/icon/icon-tiktok-color/index.d.ts +3 -0
  755. package/es/icon/icon-to-bottom/icon-to-bottom.vue.d.ts +1 -0
  756. package/es/icon/icon-to-bottom/index.d.ts +3 -0
  757. package/es/icon/icon-to-left/icon-to-left.vue.d.ts +1 -0
  758. package/es/icon/icon-to-left/index.d.ts +3 -0
  759. package/es/icon/icon-to-right/icon-to-right.vue.d.ts +1 -0
  760. package/es/icon/icon-to-right/index.d.ts +3 -0
  761. package/es/icon/icon-to-top/icon-to-top.js +6 -15
  762. package/es/icon/icon-to-top/icon-to-top.vue.d.ts +1 -0
  763. package/es/icon/icon-to-top/icon-to-top.vue_vue_type_script_lang.js +6 -0
  764. package/es/icon/icon-to-top/index.d.ts +3 -0
  765. package/es/icon/icon-tool/icon-tool.vue.d.ts +1 -0
  766. package/es/icon/icon-tool/index.d.ts +3 -0
  767. package/es/icon/icon-translate/icon-translate.vue.d.ts +1 -0
  768. package/es/icon/icon-translate/index.d.ts +3 -0
  769. package/es/icon/icon-trophy/icon-trophy.vue.d.ts +1 -0
  770. package/es/icon/icon-trophy/index.d.ts +3 -0
  771. package/es/icon/icon-twitter/icon-twitter.vue.d.ts +1 -0
  772. package/es/icon/icon-twitter/index.d.ts +3 -0
  773. package/es/icon/icon-twitter-circle-fill/icon-twitter-circle-fill.vue.d.ts +1 -0
  774. package/es/icon/icon-twitter-circle-fill/index.d.ts +3 -0
  775. package/es/icon/icon-underline/icon-underline.vue.d.ts +1 -0
  776. package/es/icon/icon-underline/index.d.ts +3 -0
  777. package/es/icon/icon-undo/icon-undo.vue.d.ts +1 -0
  778. package/es/icon/icon-undo/index.d.ts +3 -0
  779. package/es/icon/icon-unlock/icon-unlock.vue.d.ts +1 -0
  780. package/es/icon/icon-unlock/index.d.ts +3 -0
  781. package/es/icon/icon-unordered-list/icon-unordered-list.vue.d.ts +1 -0
  782. package/es/icon/icon-unordered-list/index.d.ts +3 -0
  783. package/es/icon/icon-up/icon-up.js +5 -14
  784. package/es/icon/icon-up/icon-up.vue.d.ts +1 -0
  785. package/es/icon/icon-up/icon-up.vue_vue_type_script_lang.js +6 -0
  786. package/es/icon/icon-up/index.d.ts +3 -0
  787. package/es/icon/icon-up-circle/icon-up-circle.vue.d.ts +1 -0
  788. package/es/icon/icon-up-circle/index.d.ts +3 -0
  789. package/es/icon/icon-upload/icon-upload.js +5 -14
  790. package/es/icon/icon-upload/icon-upload.vue.d.ts +1 -0
  791. package/es/icon/icon-upload/icon-upload.vue_vue_type_script_lang.js +6 -0
  792. package/es/icon/icon-upload/index.d.ts +3 -0
  793. package/es/icon/icon-user/icon-user.vue.d.ts +1 -0
  794. package/es/icon/icon-user/index.d.ts +3 -0
  795. package/es/icon/icon-user-add/icon-user-add.vue.d.ts +1 -0
  796. package/es/icon/icon-user-add/index.d.ts +3 -0
  797. package/es/icon/icon-user-group/icon-user-group.vue.d.ts +1 -0
  798. package/es/icon/icon-user-group/index.d.ts +3 -0
  799. package/es/icon/icon-video-camera/icon-video-camera.vue.d.ts +1 -0
  800. package/es/icon/icon-video-camera/index.d.ts +3 -0
  801. package/es/icon/icon-voice/icon-voice.vue.d.ts +1 -0
  802. package/es/icon/icon-voice/index.d.ts +3 -0
  803. package/es/icon/icon-wechat/icon-wechat.vue.d.ts +1 -0
  804. package/es/icon/icon-wechat/index.d.ts +3 -0
  805. package/es/icon/icon-wechatpay/icon-wechatpay.vue.d.ts +1 -0
  806. package/es/icon/icon-wechatpay/index.d.ts +3 -0
  807. package/es/icon/icon-weibo/icon-weibo.vue.d.ts +1 -0
  808. package/es/icon/icon-weibo/index.d.ts +3 -0
  809. package/es/icon/icon-weibo-circle-fill/icon-weibo-circle-fill.vue.d.ts +1 -0
  810. package/es/icon/icon-weibo-circle-fill/index.d.ts +3 -0
  811. package/es/icon/icon-wifi/icon-wifi.vue.d.ts +1 -0
  812. package/es/icon/icon-wifi/index.d.ts +3 -0
  813. package/es/icon/icon-woman/icon-woman.vue.d.ts +1 -0
  814. package/es/icon/icon-woman/index.d.ts +3 -0
  815. package/es/icon/icon-xigua-color/icon-xigua-color.vue.d.ts +1 -0
  816. package/es/icon/icon-xigua-color/index.d.ts +3 -0
  817. package/es/icon/icon-zoom-in/icon-zoom-in.js +5 -14
  818. package/es/icon/icon-zoom-in/icon-zoom-in.vue.d.ts +1 -0
  819. package/es/icon/icon-zoom-in/icon-zoom-in.vue_vue_type_script_lang.js +6 -0
  820. package/es/icon/icon-zoom-in/index.d.ts +3 -0
  821. package/es/icon/icon-zoom-out/icon-zoom-out.js +5 -14
  822. package/es/icon/icon-zoom-out/icon-zoom-out.vue.d.ts +1 -0
  823. package/es/icon/icon-zoom-out/icon-zoom-out.vue_vue_type_script_lang.js +6 -0
  824. package/es/icon/icon-zoom-out/index.d.ts +3 -0
  825. package/es/icon.js +2975 -3836
  826. package/es/image/image.vue.d.ts +30 -12
  827. package/es/image/preview-action.d.ts +12 -12
  828. package/es/image/preview-arrow.vue.d.ts +6 -0
  829. package/es/image/preview-group.vue.d.ts +24 -12
  830. package/es/image/preview-toolbar.vue.d.ts +12 -12
  831. package/es/image/preview.vue.d.ts +24 -12
  832. package/es/index.css +199 -1035
  833. package/es/index.d.ts +22 -21
  834. package/es/index.js +2 -2
  835. package/es/index.scss +1 -0
  836. package/es/input/index.d.ts +6 -0
  837. package/es/input/input-password.vue.d.ts +6 -0
  838. package/es/input/style/input.scss +14 -66
  839. package/es/input-number/index.d.ts +5 -0
  840. package/es/input-tag/style/index.css +0 -84
  841. package/es/input-tag/style/input-tag.scss +16 -170
  842. package/es/layout/index.d.ts +18 -0
  843. package/es/layout/sider.vue.d.ts +18 -0
  844. package/es/link/index.d.ts +12 -0
  845. package/es/link/link.vue.d.ts +6 -0
  846. package/es/list/index.d.ts +9 -9
  847. package/es/list/list.d.ts +2 -2
  848. package/es/list/list.js +45 -11
  849. package/es/list/style/index.scss +12 -42
  850. package/es/mention/utils.js +1 -1
  851. package/es/menu/base-menu.vue.d.ts +6 -0
  852. package/es/menu/index.d.ts +8 -0
  853. package/es/menu/index.js +3 -3
  854. package/es/menu/item.js +1 -2
  855. package/es/menu/menu.d.ts +6 -0
  856. package/es/menu/overflow-wrap.js +2 -2
  857. package/es/menu/style/index.css +0 -178
  858. package/es/menu/style/index.scss +36 -139
  859. package/es/menu/sub-menu-inline.vue.d.ts +6 -6
  860. package/es/menu/sub-menu-pop.vue.d.ts +12 -6
  861. package/es/menu/sub-menu.d.ts +62 -3
  862. package/es/menu/sub-menu.js +3 -6
  863. package/es/message/message-list.d.ts +3 -1
  864. package/es/message/message-list.js +22 -28
  865. package/es/message/message.vue.d.ts +18 -0
  866. package/es/modal/index.d.ts +42 -0
  867. package/es/modal/index.js +1 -1
  868. package/es/modal/modal.vue.d.ts +21 -0
  869. package/es/modal/modal.vue_vue_type_script_lang.js +1 -1
  870. package/es/notification/notification-list.d.ts +3 -1
  871. package/es/notification/notification-list.js +28 -34
  872. package/es/notification/notification.vue.d.ts +15 -0
  873. package/es/overflow-list/index.d.ts +3 -3
  874. package/es/overflow-list/overflow-list.d.ts +1 -1
  875. package/es/page-header/index.d.ts +6 -0
  876. package/es/page-header/page-header.vue.d.ts +3 -0
  877. package/es/pagination/index.d.ts +3 -3
  878. package/es/pagination/interface.d.ts +2 -1
  879. package/es/pagination/page-item-ellipsis.vue.d.ts +3 -0
  880. package/es/pagination/page-item-step.vue.d.ts +6 -0
  881. package/es/pagination/page-jumper.vue.d.ts +7 -6
  882. package/es/pagination/page-jumper.vue_vue_type_script_lang.js +2 -1
  883. package/es/pagination/page-options.js +1 -1
  884. package/es/pagination/page-options.vue.d.ts +96 -95
  885. package/es/pagination/page-options.vue_vue_type_script_lang.js +6 -0
  886. package/es/pagination/pagination.d.ts +3 -3
  887. package/es/pagination/style/index.css +0 -12
  888. package/es/pagination/style/index.scss +19 -76
  889. package/es/popconfirm/index.d.ts +48 -12
  890. package/es/popconfirm/popconfirm.vue.d.ts +24 -6
  891. package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +1 -1
  892. package/es/popover/index.d.ts +12 -12
  893. package/es/popover/popover.vue.d.ts +6 -6
  894. package/es/progress/circle.js +7 -14
  895. package/es/progress/circle.vue.d.ts +18 -7
  896. package/es/progress/circle.vue_vue_type_script_lang.js +21 -1
  897. package/es/progress/index.d.ts +39 -0
  898. package/es/progress/line.vue.d.ts +3 -0
  899. package/es/progress/progress.js +1 -1
  900. package/es/progress/progress.vue.d.ts +19 -0
  901. package/es/progress/progress.vue_vue_type_script_lang.js +2 -0
  902. package/es/progress/steps.js +1 -1
  903. package/es/progress/steps.vue.d.ts +8 -3
  904. package/es/progress/steps.vue_vue_type_script_lang.js +9 -4
  905. package/es/radio/index.d.ts +4 -1
  906. package/es/radio/radio-group.d.ts +1 -1
  907. package/es/resize-box/index.d.ts +12 -0
  908. package/es/resize-box/resize-box.vue.d.ts +6 -0
  909. package/es/result/index.d.ts +24 -0
  910. package/es/result/result.vue.d.ts +12 -0
  911. package/es/result/style/index.css +0 -16
  912. package/es/result/style/index.scss +12 -34
  913. package/es/scrollbar/index.d.ts +296 -170
  914. package/es/scrollbar/interface.d.ts +101 -12
  915. package/es/scrollbar/scrollbar.js +6 -40
  916. package/es/scrollbar/scrollbar.vue.d.ts +123 -79
  917. package/es/scrollbar/scrollbar.vue_vue_type_script_lang.js +180 -116
  918. package/es/scrollbar/style/index.css +43 -86
  919. package/es/scrollbar/style/index.d.ts +1 -0
  920. package/es/scrollbar/style/index.scss +43 -107
  921. package/es/scrollbar/style/token.scss +6 -2
  922. package/es/sd-vue.js +2 -2
  923. package/es/select/hooks/use-select.d.ts +1 -1
  924. package/es/select/index.d.ts +42 -42
  925. package/es/select/interface.d.ts +3 -2
  926. package/es/select/option.vue.d.ts +1 -1
  927. package/es/select/select-dropdown.vue.d.ts +293 -168
  928. package/es/select/select.d.ts +16 -16
  929. package/es/select/select.js +8 -3
  930. package/es/select/utils.js +5 -5
  931. package/es/slider/index.d.ts +37 -34
  932. package/es/slider/slider-button.vue.d.ts +12 -12
  933. package/es/slider/slider-input.vue.d.ts +2 -2
  934. package/es/slider/slider.vue.d.ts +16 -16
  935. package/es/slider/slider.vue_vue_type_script_lang.js +2 -2
  936. package/es/split/index.d.ts +15 -3
  937. package/es/split/split.vue.d.ts +7 -1
  938. package/es/split/split.vue_vue_type_script_lang.js +8 -5
  939. package/es/statistic/index.d.ts +3 -3
  940. package/es/statistic/statistic.vue.d.ts +1 -1
  941. package/es/steps/index.d.ts +11 -3
  942. package/es/steps/step.vue.d.ts +6 -0
  943. package/es/steps/steps.vue.d.ts +1 -1
  944. package/es/style/icon.scss +1 -1
  945. package/es/switch/index.d.ts +9 -0
  946. package/es/switch/switch.vue.d.ts +3 -0
  947. package/es/switch/switch.vue_vue_type_script_lang.js +1 -1
  948. package/es/table/context.d.ts +1 -1
  949. package/es/table/hooks/use-column-resize.d.ts +2 -3
  950. package/es/table/hooks/use-column-resize.js +48 -21
  951. package/es/table/hooks/use-drag.d.ts +4 -2
  952. package/es/table/hooks/use-drag.js +16 -2
  953. package/es/table/index.d.ts +45 -30
  954. package/es/table/interface.d.ts +21 -2
  955. package/es/table/style/index.css +97 -21
  956. package/es/table/style/index.scss +137 -125
  957. package/es/table/table-column.d.ts +1 -1
  958. package/es/table/table-operation-td.d.ts +10 -4
  959. package/es/table/table-operation-td.js +4 -5
  960. package/es/table/table-operation-th.js +4 -4
  961. package/es/table/table-tbody.js +1 -1
  962. package/es/table/table-td.js +5 -6
  963. package/es/table/table-th.js +25 -24
  964. package/es/table/table-thead.js +1 -1
  965. package/es/table/table-tr.d.ts +1 -1
  966. package/es/table/table-tr.js +1 -1
  967. package/es/table/table.d.ts +22 -16
  968. package/es/table/table.js +399 -190
  969. package/es/tabs/index.d.ts +7 -6
  970. package/es/tabs/style/index.scss +53 -135
  971. package/es/tabs/tabs-tab.vue.d.ts +3 -0
  972. package/es/tabs/tabs.d.ts +2 -2
  973. package/es/tag/index.d.ts +12 -0
  974. package/es/tag/style/index.css +0 -84
  975. package/es/tag/style/index.scss +19 -146
  976. package/es/tag/tag.vue.d.ts +6 -0
  977. package/es/textarea/index.d.ts +6 -0
  978. package/es/textarea/textarea.vue.d.ts +3 -0
  979. package/es/theme-provider/index.d.ts +12 -12
  980. package/es/time-picker/index.d.ts +113 -22
  981. package/es/time-picker/panel.vue.d.ts +7 -1
  982. package/es/time-picker/range-panel.d.ts +7 -1
  983. package/es/time-picker/time-column.vue.d.ts +2 -2
  984. package/es/time-picker/time-column.vue_vue_type_script_lang.js +2 -1
  985. package/es/time-picker/time-picker.vue.d.ts +55 -10
  986. package/es/time-picker/utils/index.d.ts +1 -0
  987. package/es/timeline/index.d.ts +1 -0
  988. package/es/tooltip/index.d.ts +12 -12
  989. package/es/tooltip/tooltip.vue.d.ts +6 -6
  990. package/es/transfer/index.d.ts +639 -358
  991. package/es/transfer/interface.d.ts +1 -1
  992. package/es/transfer/transfer-view.vue.d.ts +307 -179
  993. package/es/transfer/transfer-view.vue_vue_type_script_lang.js +2 -2
  994. package/es/transfer/transfer.vue.d.ts +319 -179
  995. package/es/tree/base-node.vue.d.ts +12 -6
  996. package/es/tree/base-node.vue_vue_type_script_lang.js +20 -11
  997. package/es/tree/expand-transition.vue.d.ts +3 -3
  998. package/es/tree/expand-transition.vue_vue_type_script_lang.js +9 -6
  999. package/es/tree/hooks/use-tree-data.d.ts +19 -31
  1000. package/es/tree/index.d.ts +8 -1605
  1001. package/es/tree/interface.d.ts +5 -3
  1002. package/es/tree/node-switcher.vue.d.ts +3 -0
  1003. package/es/tree/transition-node-list.vue.d.ts +15 -9
  1004. package/es/tree/tree.js +9 -6
  1005. package/es/tree/tree.vue.d.ts +10615 -96
  1006. package/es/tree/tree.vue_vue_type_script_lang.js +52 -9
  1007. package/es/tree/utils/tree-data.d.ts +2 -2
  1008. package/es/tree-select/hooks/use-selected-state.js +3 -1
  1009. package/es/tree-select/index.d.ts +5 -5737
  1010. package/es/tree-select/interface.d.ts +2 -0
  1011. package/es/tree-select/panel.d.ts +9 -1651
  1012. package/es/tree-select/panel.js +3 -2
  1013. package/es/tree-select/style/index.css +5 -0
  1014. package/es/tree-select/style/index.scss +6 -0
  1015. package/es/tree-select/tree-select.js +1 -1
  1016. package/es/tree-select/tree-select.vue.d.ts +129 -1671
  1017. package/es/tree-select/tree-select.vue_vue_type_script_lang.js +17 -1
  1018. package/es/trigger/index.d.ts +6 -6
  1019. package/es/trigger/trigger.d.ts +2 -2
  1020. package/es/trigger/trigger.js +1 -1
  1021. package/es/typography/edit-content.vue.d.ts +18 -0
  1022. package/es/typography/operations.vue.d.ts +21 -12
  1023. package/es/watermark/index.d.ts +3 -3
  1024. package/es/watermark/watermark.d.ts +1 -1
  1025. package/es/web-vue.css +670 -0
  1026. package/json/vetur-attributes.json +58 -12
  1027. package/json/vetur-tags.json +17 -2
  1028. package/json/web-types.json +143 -19
  1029. package/package.json +8 -3
  1030. package/es/_components/virtual-list/filler.vue.d.ts +0 -35
  1031. package/es/_components/virtual-list/hooks/use-item-height.d.ts +0 -15
  1032. package/es/_components/virtual-list/hooks/use-range-state.d.ts +0 -16
  1033. package/es/_components/virtual-list/hooks/use-render-children.d.ts +0 -11
  1034. package/es/_components/virtual-list/hooks/use-scroll-to.d.ts +0 -35
  1035. package/es/_components/virtual-list/hooks/use-viewport-height.d.ts +0 -7
  1036. package/es/_components/virtual-list/utils/algorithm.d.ts +0 -6
  1037. package/es/_components/virtual-list/utils/index.d.ts +0 -37
  1038. package/es/_components/virtual-list-v2/hooks/use-size.js +0 -91
  1039. package/es/_components/virtual-list-v2/index.js +0 -5
  1040. package/es/_components/virtual-list-v2/interface.d.ts +0 -35
  1041. package/es/_components/virtual-list-v2/virtual-list-item.d.ts +0 -22
  1042. package/es/_components/virtual-list-v2/virtual-list-item.js +0 -37
  1043. package/es/_components/virtual-list-v2/virtual-list.js +0 -47
  1044. package/es/_components/virtual-list-v2/virtual-list.vue.d.ts +0 -151
  1045. package/es/_components/virtual-list-v2/virtual-list.vue_vue_type_script_lang.js +0 -142
  1046. package/es/scrollbar/thumb.js +0 -22
  1047. package/es/scrollbar/thumb.vue.d.ts +0 -58
  1048. package/es/scrollbar/thumb.vue_vue_type_script_lang.js +0 -116
  1049. package/es/style/theme/legacy-less-var.scss +0 -15
  1050. package/es/table/table-col-group.js +0 -21
  1051. package/es/table/table-col-group.vue_vue_type_script_lang.js +0 -32
  1052. /package/es/_components/{virtual-list-v2 → virtual-list}/index.d.ts +0 -0
@@ -1,12 +1,19 @@
1
1
  import type { App } from 'vue';
2
2
  import type { SDOptions } from '../_utils/types';
3
+ import type { CalendarValue } from './interface';
3
4
  import _DatePicker from './pickers/date-picker';
4
5
  import _MonthPicker from './pickers/month-picker';
5
6
  import _QuarterPicker from './pickers/quarter-picker';
6
7
  import _WeekPicker from './pickers/week-picker';
7
8
  import _YearPicker from './pickers/year-picker';
8
9
  import _RangePicker from './range-picker.vue';
9
- export type { ShortcutType } from './interface';
10
+ export type { CalendarValue, DatePickerProps, DisabledDate, DisabledTime, DisabledTimeProps, FormatFunc, MonthPickerProps, PickerProps, QuarterPickerProps, RangeDisabledDate, RangeDisabledTime, RangePickerProps, ShortcutType, ValueFormat, WeekPickerProps, YearPickerProps, } from './interface';
11
+ export type DatePickerChangeHandler = (value: CalendarValue | undefined, date: Date | undefined, dateString: string | undefined) => void;
12
+ export type DatePickerSelectHandler = DatePickerChangeHandler;
13
+ export type DatePickerOkHandler = DatePickerChangeHandler;
14
+ export type RangePickerChangeHandler = (value: (CalendarValue | undefined)[] | undefined, date: (Date | undefined)[] | undefined, dateString: (string | undefined)[] | undefined) => void;
15
+ export type RangePickerSelectHandler = (value: (CalendarValue | undefined)[], date: (Date | undefined)[], dateString: (string | undefined)[]) => void;
16
+ export type RangePickerOkHandler = (value: CalendarValue[], date: Date[], dateString: string[]) => void;
10
17
  declare const DatePicker: {
11
18
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
12
19
  modelValue: {
@@ -380,9 +387,10 @@ declare const DatePicker: {
380
387
  prefixCls: string;
381
388
  refInput: import("vue").Ref<any, any>;
382
389
  computedFormat: import("vue").ComputedRef<string>;
383
- computedPlaceholder: import("vue").ComputedRef<string[]>;
390
+ computedPlaceholder: import("vue").ComputedRef<string[] | undefined>;
384
391
  panelVisible: import("vue").ComputedRef<boolean>;
385
392
  panelValue: import("vue").ComputedRef<(import("dayjs").Dayjs | undefined)[]>;
393
+ displayInputValue: import("vue").ComputedRef<string[] | undefined>;
386
394
  inputValue: import("vue").Ref<(string | undefined)[] | undefined, (string | undefined)[] | undefined>;
387
395
  focusedIndex: import("vue").Ref<number, number>;
388
396
  mergedAllowClear: import("vue").ComputedRef<boolean | undefined>;
@@ -409,11 +417,11 @@ declare const DatePicker: {
409
417
  disabled?: boolean | undefined;
410
418
  unmountOnClose?: boolean | undefined;
411
419
  position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
412
- modelValue?: (import("../time-picker/interface").TimeValue | import("../time-picker/interface").TimeValue[]) | undefined;
413
- placeholder?: string | string[] | undefined;
414
- allowClear?: boolean | undefined;
415
420
  popupVisible?: boolean | undefined;
416
421
  defaultPopupVisible?: boolean | undefined;
422
+ modelValue?: (import("..").TimeValue | import("..").TimeValue[]) | undefined;
423
+ placeholder?: string | string[] | undefined;
424
+ allowClear?: boolean | undefined;
417
425
  triggerProps?: Record<string, unknown> | undefined;
418
426
  step?: {
419
427
  hour?: number;
@@ -566,16 +574,16 @@ declare const DatePicker: {
566
574
  shortcutsPosition: "bottom" | "left" | "right";
567
575
  }>;
568
576
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
569
- change: (value: (import("./interface").CalendarValue | undefined)[] | undefined, date: (Date | undefined)[] | undefined, dateString: (string | undefined)[] | undefined) => true;
570
- 'update:modelValue': (value: (import("./interface").CalendarValue | undefined)[] | undefined) => true;
571
- select: (value: (import("./interface").CalendarValue | undefined)[], date: (Date | undefined)[], dateString: (string | undefined)[]) => true;
577
+ change: (value: (CalendarValue | undefined)[] | undefined, date: (Date | undefined)[] | undefined, dateString: (string | undefined)[] | undefined) => true;
578
+ 'update:modelValue': (value: (CalendarValue | undefined)[] | undefined) => true;
579
+ select: (value: (CalendarValue | undefined)[], date: (Date | undefined)[], dateString: (string | undefined)[]) => true;
572
580
  'popup-visible-change': (visible: boolean) => true;
573
581
  'update:popupVisible': (visible: boolean) => true;
574
- ok: (value: import("./interface").CalendarValue[], date: Date[], dateString: string[]) => true;
582
+ ok: (value: CalendarValue[], date: Date[], dateString: string[]) => true;
575
583
  clear: () => true;
576
584
  'select-shortcut': (shortcut: import("./interface").ShortcutType) => true;
577
- 'picker-value-change': (value: import("./interface").CalendarValue[], date: Date[], dateString: string[]) => true;
578
- 'update:pickerValue': (value: import("./interface").CalendarValue[]) => true;
585
+ 'picker-value-change': (value: CalendarValue[], date: Date[], dateString: string[]) => true;
586
+ 'update:pickerValue': (value: CalendarValue[]) => true;
579
587
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
580
588
  mode: {
581
589
  type: import("vue").PropType<"date" | "year" | "quarter" | "month" | "week">;
@@ -692,16 +700,16 @@ declare const DatePicker: {
692
700
  default: boolean;
693
701
  };
694
702
  }>> & Readonly<{
695
- onChange?: ((value: (import("./interface").CalendarValue | undefined)[] | undefined, date: (Date | undefined)[] | undefined, dateString: (string | undefined)[] | undefined) => any) | undefined;
703
+ onChange?: ((value: (CalendarValue | undefined)[] | undefined, date: (Date | undefined)[] | undefined, dateString: (string | undefined)[] | undefined) => any) | undefined;
696
704
  onClear?: (() => any) | undefined;
697
- onSelect?: ((value: (import("./interface").CalendarValue | undefined)[], date: (Date | undefined)[], dateString: (string | undefined)[]) => any) | undefined;
698
- onOk?: ((value: import("./interface").CalendarValue[], date: Date[], dateString: string[]) => any) | undefined;
699
- "onUpdate:modelValue"?: ((value: (import("./interface").CalendarValue | undefined)[] | undefined) => any) | undefined;
705
+ onSelect?: ((value: (CalendarValue | undefined)[], date: (Date | undefined)[], dateString: (string | undefined)[]) => any) | undefined;
706
+ onOk?: ((value: CalendarValue[], date: Date[], dateString: string[]) => any) | undefined;
700
707
  "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
708
+ "onUpdate:modelValue"?: ((value: (CalendarValue | undefined)[] | undefined) => any) | undefined;
701
709
  "onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
702
710
  "onSelect-shortcut"?: ((shortcut: import("./interface").ShortcutType) => any) | undefined;
703
- "onPicker-value-change"?: ((value: import("./interface").CalendarValue[], date: Date[], dateString: string[]) => any) | undefined;
704
- "onUpdate:pickerValue"?: ((value: import("./interface").CalendarValue[]) => any) | undefined;
711
+ "onPicker-value-change"?: ((value: CalendarValue[], date: Date[], dateString: string[]) => any) | undefined;
712
+ "onUpdate:pickerValue"?: ((value: CalendarValue[]) => any) | undefined;
705
713
  }>, {
706
714
  error: boolean;
707
715
  readonly: boolean;
@@ -709,9 +717,9 @@ declare const DatePicker: {
709
717
  unmountOnClose: boolean;
710
718
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
711
719
  mode: "month" | "year" | "date" | "week" | "quarter";
712
- allowClear: boolean;
713
720
  popupVisible: boolean;
714
721
  defaultPopupVisible: boolean;
722
+ allowClear: boolean;
715
723
  disabledInput: boolean;
716
724
  dayStartOfWeek: import("./interface").WeekStart;
717
725
  hideTrigger: boolean;
@@ -787,7 +795,7 @@ declare const DatePicker: {
787
795
  default: () => {};
788
796
  };
789
797
  endHeaderProps: {
790
- type: import("vue").PropType<Record<string, any>>;
798
+ type: import("vue").PropType<import("./interface").StartHeaderProps>;
791
799
  default: () => {};
792
800
  };
793
801
  confirmBtnDisabled: {
@@ -822,10 +830,11 @@ declare const DatePicker: {
822
830
  onItemMouseEnter: (shortcut: import("./interface").ShortcutType) => void;
823
831
  onItemMouseLeave: (shortcut: import("./interface").ShortcutType) => void;
824
832
  };
833
+ resolvedExtra: import("../_components/render-function").RenderFunc;
825
834
  startPanelProps: import("vue").ComputedRef<{
826
835
  rangeValues: (import("dayjs").Dayjs | undefined)[];
827
836
  disabledDate: ((current: Date) => boolean) | undefined;
828
- dateRender: ((props: any) => import("vue").VNodeTypes | undefined) | undefined;
837
+ dateRender: ((props: Record<string, unknown>) => import("vue").VNodeTypes) | undefined;
829
838
  onSelect: (date: import("dayjs").Dayjs) => void;
830
839
  onCellMouseEnter: (date: import("dayjs").Dayjs) => void;
831
840
  onHeaderLabelClick: (type: "year" | "month") => void;
@@ -841,14 +850,22 @@ declare const DatePicker: {
841
850
  endPanelProps: import("vue").ComputedRef<{
842
851
  rangeValues: (import("dayjs").Dayjs | undefined)[];
843
852
  disabledDate: ((current: Date) => boolean) | undefined;
844
- dateRender: ((props: any) => import("vue").VNodeTypes | undefined) | undefined;
853
+ dateRender: ((props: Record<string, unknown>) => import("vue").VNodeTypes) | undefined;
845
854
  onSelect: (date: import("dayjs").Dayjs) => void;
846
855
  onCellMouseEnter: (date: import("dayjs").Dayjs) => void;
847
856
  onHeaderLabelClick: (type: "year" | "month") => void;
857
+ headerValue: import("dayjs").Dayjs;
858
+ headerOperations: Pick<any, string>;
859
+ headerIcons: {
860
+ prev: import("vue").Slot | undefined;
861
+ prevDouble: import("vue").Slot | undefined;
862
+ next: import("vue").Slot | undefined;
863
+ nextDouble: import("vue").Slot | undefined;
864
+ };
848
865
  }>;
849
- getDisabledTimeFunc: (index: 0 | 1) => ((current: Date) => false | import("./interface").DisabledTimeProps) | undefined;
866
+ getDisabledTimeFunc: (index: 0 | 1) => ((current: Date) => import("./interface").DisabledTimeProps) | undefined;
850
867
  onConfirmBtnClick: () => void;
851
- currentDateView: import("vue").Ref<string, string>;
868
+ currentDateView: import("vue").Ref<"time" | "date", "time" | "date">;
852
869
  onStartTimePickerSelect: (time: import("dayjs").Dayjs) => void;
853
870
  onEndTimePickerSelect: (time: import("dayjs").Dayjs) => void;
854
871
  onStartHeaderPanelSelect: (date: import("dayjs").Dayjs) => void;
@@ -917,7 +934,7 @@ declare const DatePicker: {
917
934
  default: () => {};
918
935
  };
919
936
  endHeaderProps: {
920
- type: import("vue").PropType<Record<string, any>>;
937
+ type: import("vue").PropType<import("./interface").StartHeaderProps>;
921
938
  default: () => {};
922
939
  };
923
940
  confirmBtnDisabled: {
@@ -965,7 +982,7 @@ declare const DatePicker: {
965
982
  shortcuts: import("./interface").ShortcutType[];
966
983
  shortcutsPosition: "bottom" | "left" | "right";
967
984
  startHeaderProps: import("./interface").StartHeaderProps;
968
- endHeaderProps: Record<string, any>;
985
+ endHeaderProps: import("./interface").StartHeaderProps;
969
986
  }, {}, {
970
987
  PanelShortcuts: import("vue").DefineComponent<{
971
988
  prefixCls: string;
@@ -1069,6 +1086,7 @@ declare const DatePicker: {
1069
1086
  [x: string]: boolean;
1070
1087
  })[]>;
1071
1088
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1089
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1072
1090
  onClick: (ev: MouseEvent) => void;
1073
1091
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1074
1092
  click: (ev: MouseEvent) => true;
@@ -1111,6 +1129,7 @@ declare const DatePicker: {
1111
1129
  [x: string]: boolean;
1112
1130
  })[]>;
1113
1131
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1132
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1114
1133
  onClick: (ev: MouseEvent) => void;
1115
1134
  }, {}, {}, {}, {
1116
1135
  spin: boolean;
@@ -1148,6 +1167,7 @@ declare const DatePicker: {
1148
1167
  [x: string]: boolean;
1149
1168
  })[]>;
1150
1169
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1170
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1151
1171
  onClick: (ev: MouseEvent) => void;
1152
1172
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1153
1173
  click: (ev: MouseEvent) => true;
@@ -1297,6 +1317,7 @@ declare const DatePicker: {
1297
1317
  [x: string]: boolean;
1298
1318
  })[]>;
1299
1319
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1320
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1300
1321
  onClick: (ev: MouseEvent) => void;
1301
1322
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1302
1323
  click: (ev: MouseEvent) => true;
@@ -1339,6 +1360,7 @@ declare const DatePicker: {
1339
1360
  [x: string]: boolean;
1340
1361
  })[]>;
1341
1362
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1363
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1342
1364
  onClick: (ev: MouseEvent) => void;
1343
1365
  }, {}, {}, {}, {
1344
1366
  spin: boolean;
@@ -1376,6 +1398,7 @@ declare const DatePicker: {
1376
1398
  [x: string]: boolean;
1377
1399
  })[]>;
1378
1400
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1401
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1379
1402
  onClick: (ev: MouseEvent) => void;
1380
1403
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1381
1404
  click: (ev: MouseEvent) => true;
@@ -1539,6 +1562,7 @@ declare const DatePicker: {
1539
1562
  [x: string]: boolean;
1540
1563
  })[]>;
1541
1564
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1565
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1542
1566
  onClick: (ev: MouseEvent) => void;
1543
1567
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1544
1568
  click: (ev: MouseEvent) => true;
@@ -1581,6 +1605,7 @@ declare const DatePicker: {
1581
1605
  [x: string]: boolean;
1582
1606
  })[]>;
1583
1607
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1608
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1584
1609
  onClick: (ev: MouseEvent) => void;
1585
1610
  }, {}, {}, {}, {
1586
1611
  spin: boolean;
@@ -1618,6 +1643,7 @@ declare const DatePicker: {
1618
1643
  [x: string]: boolean;
1619
1644
  })[]>;
1620
1645
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1646
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1621
1647
  onClick: (ev: MouseEvent) => void;
1622
1648
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1623
1649
  click: (ev: MouseEvent) => true;
@@ -1657,6 +1683,7 @@ declare const DatePicker: {
1657
1683
  [x: string]: boolean;
1658
1684
  })[]>;
1659
1685
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1686
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1660
1687
  onClick: (ev: MouseEvent) => void;
1661
1688
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1662
1689
  click: (ev: MouseEvent) => true;
@@ -1699,6 +1726,7 @@ declare const DatePicker: {
1699
1726
  [x: string]: boolean;
1700
1727
  })[]>;
1701
1728
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1729
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1702
1730
  onClick: (ev: MouseEvent) => void;
1703
1731
  }, {}, {}, {}, {
1704
1732
  spin: boolean;
@@ -1736,6 +1764,7 @@ declare const DatePicker: {
1736
1764
  [x: string]: boolean;
1737
1765
  })[]>;
1738
1766
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1767
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1739
1768
  onClick: (ev: MouseEvent) => void;
1740
1769
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1741
1770
  click: (ev: MouseEvent) => true;
@@ -1845,6 +1874,7 @@ declare const DatePicker: {
1845
1874
  [x: string]: boolean;
1846
1875
  })[]>;
1847
1876
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1877
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1848
1878
  onClick: (ev: MouseEvent) => void;
1849
1879
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1850
1880
  click: (ev: MouseEvent) => true;
@@ -1887,6 +1917,7 @@ declare const DatePicker: {
1887
1917
  [x: string]: boolean;
1888
1918
  })[]>;
1889
1919
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1920
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1890
1921
  onClick: (ev: MouseEvent) => void;
1891
1922
  }, {}, {}, {}, {
1892
1923
  spin: boolean;
@@ -1924,6 +1955,7 @@ declare const DatePicker: {
1924
1955
  [x: string]: boolean;
1925
1956
  })[]>;
1926
1957
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1958
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1927
1959
  onClick: (ev: MouseEvent) => void;
1928
1960
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1929
1961
  click: (ev: MouseEvent) => true;
@@ -1963,6 +1995,7 @@ declare const DatePicker: {
1963
1995
  [x: string]: boolean;
1964
1996
  })[]>;
1965
1997
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1998
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1966
1999
  onClick: (ev: MouseEvent) => void;
1967
2000
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1968
2001
  click: (ev: MouseEvent) => true;
@@ -2005,6 +2038,7 @@ declare const DatePicker: {
2005
2038
  [x: string]: boolean;
2006
2039
  })[]>;
2007
2040
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2041
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2008
2042
  onClick: (ev: MouseEvent) => void;
2009
2043
  }, {}, {}, {}, {
2010
2044
  spin: boolean;
@@ -2042,6 +2076,7 @@ declare const DatePicker: {
2042
2076
  [x: string]: boolean;
2043
2077
  })[]>;
2044
2078
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2079
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2045
2080
  onClick: (ev: MouseEvent) => void;
2046
2081
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2047
2082
  click: (ev: MouseEvent) => true;
@@ -2136,6 +2171,7 @@ declare const DatePicker: {
2136
2171
  [x: string]: boolean;
2137
2172
  })[]>;
2138
2173
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2174
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2139
2175
  onClick: (ev: MouseEvent) => void;
2140
2176
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2141
2177
  click: (ev: MouseEvent) => true;
@@ -2178,6 +2214,7 @@ declare const DatePicker: {
2178
2214
  [x: string]: boolean;
2179
2215
  })[]>;
2180
2216
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2217
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2181
2218
  onClick: (ev: MouseEvent) => void;
2182
2219
  }, {}, {}, {}, {
2183
2220
  spin: boolean;
@@ -2215,6 +2252,7 @@ declare const DatePicker: {
2215
2252
  [x: string]: boolean;
2216
2253
  })[]>;
2217
2254
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2255
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2218
2256
  onClick: (ev: MouseEvent) => void;
2219
2257
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2220
2258
  click: (ev: MouseEvent) => true;
@@ -2364,6 +2402,7 @@ declare const DatePicker: {
2364
2402
  [x: string]: boolean;
2365
2403
  })[]>;
2366
2404
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2405
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2367
2406
  onClick: (ev: MouseEvent) => void;
2368
2407
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2369
2408
  click: (ev: MouseEvent) => true;
@@ -2406,6 +2445,7 @@ declare const DatePicker: {
2406
2445
  [x: string]: boolean;
2407
2446
  })[]>;
2408
2447
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2448
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2409
2449
  onClick: (ev: MouseEvent) => void;
2410
2450
  }, {}, {}, {}, {
2411
2451
  spin: boolean;
@@ -2443,6 +2483,7 @@ declare const DatePicker: {
2443
2483
  [x: string]: boolean;
2444
2484
  })[]>;
2445
2485
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2486
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2446
2487
  onClick: (ev: MouseEvent) => void;
2447
2488
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2448
2489
  click: (ev: MouseEvent) => true;
@@ -2580,6 +2621,7 @@ declare const DatePicker: {
2580
2621
  weekList: import("vue").ComputedRef<number[]>;
2581
2622
  mergedIsSameTime: import("vue").ComputedRef<import("./interface").IsSameTime>;
2582
2623
  disabledTimeProps: import("vue").ComputedRef<import("./interface").DisabledTimeProps>;
2624
+ mergedTimePanelProps: import("vue").ComputedRef<Partial<import("../time-picker/interface").PanelProps>>;
2583
2625
  onCellClick: (cellData: import("./interface").Cell) => void;
2584
2626
  onCellMouseEnter: (cellData: import("./interface").Cell) => void;
2585
2627
  onTimePanelSelect: (time: import("dayjs").Dayjs) => void;
@@ -2777,6 +2819,7 @@ declare const DatePicker: {
2777
2819
  [x: string]: boolean;
2778
2820
  })[]>;
2779
2821
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2822
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2780
2823
  onClick: (ev: MouseEvent) => void;
2781
2824
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2782
2825
  click: (ev: MouseEvent) => true;
@@ -2819,6 +2862,7 @@ declare const DatePicker: {
2819
2862
  [x: string]: boolean;
2820
2863
  })[]>;
2821
2864
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2865
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2822
2866
  onClick: (ev: MouseEvent) => void;
2823
2867
  }, {}, {}, {}, {
2824
2868
  spin: boolean;
@@ -2856,6 +2900,7 @@ declare const DatePicker: {
2856
2900
  [x: string]: boolean;
2857
2901
  })[]>;
2858
2902
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2903
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2859
2904
  onClick: (ev: MouseEvent) => void;
2860
2905
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2861
2906
  click: (ev: MouseEvent) => true;
@@ -2895,6 +2940,7 @@ declare const DatePicker: {
2895
2940
  [x: string]: boolean;
2896
2941
  })[]>;
2897
2942
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2943
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2898
2944
  onClick: (ev: MouseEvent) => void;
2899
2945
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2900
2946
  click: (ev: MouseEvent) => true;
@@ -2937,6 +2983,7 @@ declare const DatePicker: {
2937
2983
  [x: string]: boolean;
2938
2984
  })[]>;
2939
2985
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2986
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2940
2987
  onClick: (ev: MouseEvent) => void;
2941
2988
  }, {}, {}, {}, {
2942
2989
  spin: boolean;
@@ -2974,6 +3021,7 @@ declare const DatePicker: {
2974
3021
  [x: string]: boolean;
2975
3022
  })[]>;
2976
3023
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
3024
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2977
3025
  onClick: (ev: MouseEvent) => void;
2978
3026
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2979
3027
  click: (ev: MouseEvent) => true;
@@ -3013,6 +3061,7 @@ declare const DatePicker: {
3013
3061
  [x: string]: boolean;
3014
3062
  })[]>;
3015
3063
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
3064
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
3016
3065
  onClick: (ev: MouseEvent) => void;
3017
3066
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3018
3067
  click: (ev: MouseEvent) => true;
@@ -3055,6 +3104,7 @@ declare const DatePicker: {
3055
3104
  [x: string]: boolean;
3056
3105
  })[]>;
3057
3106
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
3107
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
3058
3108
  onClick: (ev: MouseEvent) => void;
3059
3109
  }, {}, {}, {}, {
3060
3110
  spin: boolean;
@@ -3092,6 +3142,7 @@ declare const DatePicker: {
3092
3142
  [x: string]: boolean;
3093
3143
  })[]>;
3094
3144
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
3145
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
3095
3146
  onClick: (ev: MouseEvent) => void;
3096
3147
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3097
3148
  click: (ev: MouseEvent) => true;
@@ -3131,6 +3182,7 @@ declare const DatePicker: {
3131
3182
  [x: string]: boolean;
3132
3183
  })[]>;
3133
3184
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
3185
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
3134
3186
  onClick: (ev: MouseEvent) => void;
3135
3187
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3136
3188
  click: (ev: MouseEvent) => true;
@@ -3173,6 +3225,7 @@ declare const DatePicker: {
3173
3225
  [x: string]: boolean;
3174
3226
  })[]>;
3175
3227
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
3228
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
3176
3229
  onClick: (ev: MouseEvent) => void;
3177
3230
  }, {}, {}, {}, {
3178
3231
  spin: boolean;
@@ -3210,6 +3263,7 @@ declare const DatePicker: {
3210
3263
  [x: string]: boolean;
3211
3264
  })[]>;
3212
3265
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
3266
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
3213
3267
  onClick: (ev: MouseEvent) => void;
3214
3268
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3215
3269
  click: (ev: MouseEvent) => true;
@@ -3602,7 +3656,7 @@ declare const DatePicker: {
3602
3656
  }>, {
3603
3657
  refWrapper: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
3604
3658
  refMap: import("vue").Ref<Map<string | number, HTMLElement> & Omit<Map<string | number, HTMLElement>, keyof Map<any, any>>, Map<string | number, HTMLElement> | (Map<string | number, HTMLElement> & Omit<Map<string | number, HTMLElement>, keyof Map<any, any>>)>;
3605
- onItemRef(el: HTMLElement, item: import("../time-picker/interface").TimeListItem): void;
3659
+ onItemRef(el: Element | import("vue").ComponentPublicInstance | null, item: import("../time-picker/interface").TimeListItem): void;
3606
3660
  onItemClick(item: import("../time-picker/interface").TimeListItem): void;
3607
3661
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3608
3662
  prefixCls: {
@@ -3704,6 +3758,7 @@ declare const DatePicker: {
3704
3758
  [x: string]: boolean;
3705
3759
  })[]>;
3706
3760
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
3761
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
3707
3762
  onClick: (ev: MouseEvent) => void;
3708
3763
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3709
3764
  click: (ev: MouseEvent) => true;
@@ -3746,6 +3801,7 @@ declare const DatePicker: {
3746
3801
  [x: string]: boolean;
3747
3802
  })[]>;
3748
3803
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
3804
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
3749
3805
  onClick: (ev: MouseEvent) => void;
3750
3806
  }, {}, {}, {}, {
3751
3807
  spin: boolean;
@@ -3783,6 +3839,7 @@ declare const DatePicker: {
3783
3839
  [x: string]: boolean;
3784
3840
  })[]>;
3785
3841
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
3842
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
3786
3843
  onClick: (ev: MouseEvent) => void;
3787
3844
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3788
3845
  click: (ev: MouseEvent) => true;
@@ -3932,6 +3989,7 @@ declare const DatePicker: {
3932
3989
  [x: string]: boolean;
3933
3990
  })[]>;
3934
3991
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
3992
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
3935
3993
  onClick: (ev: MouseEvent) => void;
3936
3994
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3937
3995
  click: (ev: MouseEvent) => true;
@@ -3974,6 +4032,7 @@ declare const DatePicker: {
3974
4032
  [x: string]: boolean;
3975
4033
  })[]>;
3976
4034
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4035
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
3977
4036
  onClick: (ev: MouseEvent) => void;
3978
4037
  }, {}, {}, {}, {
3979
4038
  spin: boolean;
@@ -4011,6 +4070,7 @@ declare const DatePicker: {
4011
4070
  [x: string]: boolean;
4012
4071
  })[]>;
4013
4072
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4073
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4014
4074
  onClick: (ev: MouseEvent) => void;
4015
4075
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4016
4076
  click: (ev: MouseEvent) => true;
@@ -4091,6 +4151,7 @@ declare const DatePicker: {
4091
4151
  [x: string]: boolean;
4092
4152
  })[]>;
4093
4153
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4154
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4094
4155
  onClick: (ev: MouseEvent) => void;
4095
4156
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4096
4157
  click: (ev: MouseEvent) => true;
@@ -4133,6 +4194,7 @@ declare const DatePicker: {
4133
4194
  [x: string]: boolean;
4134
4195
  })[]>;
4135
4196
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4197
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4136
4198
  onClick: (ev: MouseEvent) => void;
4137
4199
  }, {}, {}, {}, {
4138
4200
  spin: boolean;
@@ -4170,6 +4232,7 @@ declare const DatePicker: {
4170
4232
  [x: string]: boolean;
4171
4233
  })[]>;
4172
4234
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4235
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4173
4236
  onClick: (ev: MouseEvent) => void;
4174
4237
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4175
4238
  click: (ev: MouseEvent) => true;
@@ -4209,6 +4272,7 @@ declare const DatePicker: {
4209
4272
  [x: string]: boolean;
4210
4273
  })[]>;
4211
4274
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4275
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4212
4276
  onClick: (ev: MouseEvent) => void;
4213
4277
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4214
4278
  click: (ev: MouseEvent) => true;
@@ -4251,6 +4315,7 @@ declare const DatePicker: {
4251
4315
  [x: string]: boolean;
4252
4316
  })[]>;
4253
4317
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4318
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4254
4319
  onClick: (ev: MouseEvent) => void;
4255
4320
  }, {}, {}, {}, {
4256
4321
  spin: boolean;
@@ -4288,6 +4353,7 @@ declare const DatePicker: {
4288
4353
  [x: string]: boolean;
4289
4354
  })[]>;
4290
4355
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4356
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4291
4357
  onClick: (ev: MouseEvent) => void;
4292
4358
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4293
4359
  click: (ev: MouseEvent) => true;
@@ -4305,6 +4371,18 @@ declare const DatePicker: {
4305
4371
  type: import("vue").PropType<import("./interface").WeekStart>;
4306
4372
  default: number;
4307
4373
  };
4374
+ headerValue: {
4375
+ type: import("vue").PropType<import("dayjs").Dayjs>;
4376
+ required: true;
4377
+ };
4378
+ headerOperations: {
4379
+ type: import("vue").PropType<import("./interface").HeaderOperations>;
4380
+ default: () => {};
4381
+ };
4382
+ headerIcons: {
4383
+ type: import("vue").PropType<import("./interface").HeaderIcons>;
4384
+ default: () => {};
4385
+ };
4308
4386
  }>, {
4309
4387
  isSameTime: import("./interface").IsSameTime;
4310
4388
  onSelect: (value: import("dayjs").Dayjs) => void;
@@ -4314,11 +4392,25 @@ declare const DatePicker: {
4314
4392
  type: import("vue").PropType<import("./interface").WeekStart>;
4315
4393
  default: number;
4316
4394
  };
4395
+ headerValue: {
4396
+ type: import("vue").PropType<import("dayjs").Dayjs>;
4397
+ required: true;
4398
+ };
4399
+ headerOperations: {
4400
+ type: import("vue").PropType<import("./interface").HeaderOperations>;
4401
+ default: () => {};
4402
+ };
4403
+ headerIcons: {
4404
+ type: import("vue").PropType<import("./interface").HeaderIcons>;
4405
+ default: () => {};
4406
+ };
4317
4407
  }>> & Readonly<{
4318
4408
  onSelect?: ((...args: any[]) => any) | undefined;
4319
4409
  "onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
4320
4410
  }>, {
4321
4411
  dayStartOfWeek: import("./interface").WeekStart;
4412
+ headerOperations: import("./interface").HeaderOperations;
4413
+ headerIcons: import("./interface").HeaderIcons;
4322
4414
  }, {}, {
4323
4415
  DatePanel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4324
4416
  isRange: {
@@ -4394,6 +4486,7 @@ declare const DatePicker: {
4394
4486
  weekList: import("vue").ComputedRef<number[]>;
4395
4487
  mergedIsSameTime: import("vue").ComputedRef<import("./interface").IsSameTime>;
4396
4488
  disabledTimeProps: import("vue").ComputedRef<import("./interface").DisabledTimeProps>;
4489
+ mergedTimePanelProps: import("vue").ComputedRef<Partial<import("../time-picker/interface").PanelProps>>;
4397
4490
  onCellClick: (cellData: import("./interface").Cell) => void;
4398
4491
  onCellMouseEnter: (cellData: import("./interface").Cell) => void;
4399
4492
  onTimePanelSelect: (time: import("dayjs").Dayjs) => void;
@@ -4591,6 +4684,7 @@ declare const DatePicker: {
4591
4684
  [x: string]: boolean;
4592
4685
  })[]>;
4593
4686
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4687
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4594
4688
  onClick: (ev: MouseEvent) => void;
4595
4689
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4596
4690
  click: (ev: MouseEvent) => true;
@@ -4633,6 +4727,7 @@ declare const DatePicker: {
4633
4727
  [x: string]: boolean;
4634
4728
  })[]>;
4635
4729
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4730
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4636
4731
  onClick: (ev: MouseEvent) => void;
4637
4732
  }, {}, {}, {}, {
4638
4733
  spin: boolean;
@@ -4670,6 +4765,7 @@ declare const DatePicker: {
4670
4765
  [x: string]: boolean;
4671
4766
  })[]>;
4672
4767
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4768
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4673
4769
  onClick: (ev: MouseEvent) => void;
4674
4770
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4675
4771
  click: (ev: MouseEvent) => true;
@@ -4709,6 +4805,7 @@ declare const DatePicker: {
4709
4805
  [x: string]: boolean;
4710
4806
  })[]>;
4711
4807
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4808
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4712
4809
  onClick: (ev: MouseEvent) => void;
4713
4810
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4714
4811
  click: (ev: MouseEvent) => true;
@@ -4751,6 +4848,7 @@ declare const DatePicker: {
4751
4848
  [x: string]: boolean;
4752
4849
  })[]>;
4753
4850
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4851
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4754
4852
  onClick: (ev: MouseEvent) => void;
4755
4853
  }, {}, {}, {}, {
4756
4854
  spin: boolean;
@@ -4788,6 +4886,7 @@ declare const DatePicker: {
4788
4886
  [x: string]: boolean;
4789
4887
  })[]>;
4790
4888
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4889
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4791
4890
  onClick: (ev: MouseEvent) => void;
4792
4891
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4793
4892
  click: (ev: MouseEvent) => true;
@@ -4827,6 +4926,7 @@ declare const DatePicker: {
4827
4926
  [x: string]: boolean;
4828
4927
  })[]>;
4829
4928
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4929
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4830
4930
  onClick: (ev: MouseEvent) => void;
4831
4931
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4832
4932
  click: (ev: MouseEvent) => true;
@@ -4869,6 +4969,7 @@ declare const DatePicker: {
4869
4969
  [x: string]: boolean;
4870
4970
  })[]>;
4871
4971
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4972
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4872
4973
  onClick: (ev: MouseEvent) => void;
4873
4974
  }, {}, {}, {}, {
4874
4975
  spin: boolean;
@@ -4906,6 +5007,7 @@ declare const DatePicker: {
4906
5007
  [x: string]: boolean;
4907
5008
  })[]>;
4908
5009
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
5010
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4909
5011
  onClick: (ev: MouseEvent) => void;
4910
5012
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4911
5013
  click: (ev: MouseEvent) => true;
@@ -4945,6 +5047,7 @@ declare const DatePicker: {
4945
5047
  [x: string]: boolean;
4946
5048
  })[]>;
4947
5049
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
5050
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4948
5051
  onClick: (ev: MouseEvent) => void;
4949
5052
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4950
5053
  click: (ev: MouseEvent) => true;
@@ -4987,6 +5090,7 @@ declare const DatePicker: {
4987
5090
  [x: string]: boolean;
4988
5091
  })[]>;
4989
5092
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
5093
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4990
5094
  onClick: (ev: MouseEvent) => void;
4991
5095
  }, {}, {}, {}, {
4992
5096
  spin: boolean;
@@ -5024,6 +5128,7 @@ declare const DatePicker: {
5024
5128
  [x: string]: boolean;
5025
5129
  })[]>;
5026
5130
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
5131
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
5027
5132
  onClick: (ev: MouseEvent) => void;
5028
5133
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5029
5134
  click: (ev: MouseEvent) => true;
@@ -5416,7 +5521,7 @@ declare const DatePicker: {
5416
5521
  }>, {
5417
5522
  refWrapper: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
5418
5523
  refMap: import("vue").Ref<Map<string | number, HTMLElement> & Omit<Map<string | number, HTMLElement>, keyof Map<any, any>>, Map<string | number, HTMLElement> | (Map<string | number, HTMLElement> & Omit<Map<string | number, HTMLElement>, keyof Map<any, any>>)>;
5419
- onItemRef(el: HTMLElement, item: import("../time-picker/interface").TimeListItem): void;
5524
+ onItemRef(el: Element | import("vue").ComponentPublicInstance | null, item: import("../time-picker/interface").TimeListItem): void;
5420
5525
  onItemClick(item: import("../time-picker/interface").TimeListItem): void;
5421
5526
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5422
5527
  prefixCls: {
@@ -5518,6 +5623,7 @@ declare const DatePicker: {
5518
5623
  [x: string]: boolean;
5519
5624
  })[]>;
5520
5625
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
5626
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
5521
5627
  onClick: (ev: MouseEvent) => void;
5522
5628
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5523
5629
  click: (ev: MouseEvent) => true;
@@ -5560,6 +5666,7 @@ declare const DatePicker: {
5560
5666
  [x: string]: boolean;
5561
5667
  })[]>;
5562
5668
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
5669
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
5563
5670
  onClick: (ev: MouseEvent) => void;
5564
5671
  }, {}, {}, {}, {
5565
5672
  spin: boolean;
@@ -5597,6 +5704,7 @@ declare const DatePicker: {
5597
5704
  [x: string]: boolean;
5598
5705
  })[]>;
5599
5706
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
5707
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
5600
5708
  onClick: (ev: MouseEvent) => void;
5601
5709
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5602
5710
  click: (ev: MouseEvent) => true;
@@ -5746,6 +5854,7 @@ declare const DatePicker: {
5746
5854
  [x: string]: boolean;
5747
5855
  })[]>;
5748
5856
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
5857
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
5749
5858
  onClick: (ev: MouseEvent) => void;
5750
5859
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5751
5860
  click: (ev: MouseEvent) => true;
@@ -5788,6 +5897,7 @@ declare const DatePicker: {
5788
5897
  [x: string]: boolean;
5789
5898
  })[]>;
5790
5899
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
5900
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
5791
5901
  onClick: (ev: MouseEvent) => void;
5792
5902
  }, {}, {}, {}, {
5793
5903
  spin: boolean;
@@ -5825,6 +5935,7 @@ declare const DatePicker: {
5825
5935
  [x: string]: boolean;
5826
5936
  })[]>;
5827
5937
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
5938
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
5828
5939
  onClick: (ev: MouseEvent) => void;
5829
5940
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5830
5941
  click: (ev: MouseEvent) => true;
@@ -5905,6 +6016,7 @@ declare const DatePicker: {
5905
6016
  [x: string]: boolean;
5906
6017
  })[]>;
5907
6018
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6019
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
5908
6020
  onClick: (ev: MouseEvent) => void;
5909
6021
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5910
6022
  click: (ev: MouseEvent) => true;
@@ -5947,6 +6059,7 @@ declare const DatePicker: {
5947
6059
  [x: string]: boolean;
5948
6060
  })[]>;
5949
6061
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6062
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
5950
6063
  onClick: (ev: MouseEvent) => void;
5951
6064
  }, {}, {}, {}, {
5952
6065
  spin: boolean;
@@ -5984,6 +6097,7 @@ declare const DatePicker: {
5984
6097
  [x: string]: boolean;
5985
6098
  })[]>;
5986
6099
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6100
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
5987
6101
  onClick: (ev: MouseEvent) => void;
5988
6102
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5989
6103
  click: (ev: MouseEvent) => true;
@@ -6023,6 +6137,7 @@ declare const DatePicker: {
6023
6137
  [x: string]: boolean;
6024
6138
  })[]>;
6025
6139
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6140
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
6026
6141
  onClick: (ev: MouseEvent) => void;
6027
6142
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6028
6143
  click: (ev: MouseEvent) => true;
@@ -6065,6 +6180,7 @@ declare const DatePicker: {
6065
6180
  [x: string]: boolean;
6066
6181
  })[]>;
6067
6182
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6183
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
6068
6184
  onClick: (ev: MouseEvent) => void;
6069
6185
  }, {}, {}, {}, {
6070
6186
  spin: boolean;
@@ -6102,6 +6218,7 @@ declare const DatePicker: {
6102
6218
  [x: string]: boolean;
6103
6219
  })[]>;
6104
6220
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6221
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
6105
6222
  onClick: (ev: MouseEvent) => void;
6106
6223
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6107
6224
  click: (ev: MouseEvent) => true;
@@ -6309,6 +6426,7 @@ declare const DatePicker: {
6309
6426
  [x: string]: boolean;
6310
6427
  })[]>;
6311
6428
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6429
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
6312
6430
  onClick: (ev: MouseEvent) => void;
6313
6431
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6314
6432
  click: (ev: MouseEvent) => true;
@@ -6351,6 +6469,7 @@ declare const DatePicker: {
6351
6469
  [x: string]: boolean;
6352
6470
  })[]>;
6353
6471
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6472
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
6354
6473
  onClick: (ev: MouseEvent) => void;
6355
6474
  }, {}, {}, {}, {
6356
6475
  spin: boolean;
@@ -6388,6 +6507,7 @@ declare const DatePicker: {
6388
6507
  [x: string]: boolean;
6389
6508
  })[]>;
6390
6509
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6510
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
6391
6511
  onClick: (ev: MouseEvent) => void;
6392
6512
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6393
6513
  click: (ev: MouseEvent) => true;
@@ -6427,6 +6547,7 @@ declare const DatePicker: {
6427
6547
  [x: string]: boolean;
6428
6548
  })[]>;
6429
6549
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6550
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
6430
6551
  onClick: (ev: MouseEvent) => void;
6431
6552
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6432
6553
  click: (ev: MouseEvent) => true;
@@ -6469,6 +6590,7 @@ declare const DatePicker: {
6469
6590
  [x: string]: boolean;
6470
6591
  })[]>;
6471
6592
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6593
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
6472
6594
  onClick: (ev: MouseEvent) => void;
6473
6595
  }, {}, {}, {}, {
6474
6596
  spin: boolean;
@@ -6506,6 +6628,7 @@ declare const DatePicker: {
6506
6628
  [x: string]: boolean;
6507
6629
  })[]>;
6508
6630
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6631
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
6509
6632
  onClick: (ev: MouseEvent) => void;
6510
6633
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6511
6634
  click: (ev: MouseEvent) => true;
@@ -6545,6 +6668,7 @@ declare const DatePicker: {
6545
6668
  [x: string]: boolean;
6546
6669
  })[]>;
6547
6670
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6671
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
6548
6672
  onClick: (ev: MouseEvent) => void;
6549
6673
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6550
6674
  click: (ev: MouseEvent) => true;
@@ -6587,6 +6711,7 @@ declare const DatePicker: {
6587
6711
  [x: string]: boolean;
6588
6712
  })[]>;
6589
6713
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6714
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
6590
6715
  onClick: (ev: MouseEvent) => void;
6591
6716
  }, {}, {}, {}, {
6592
6717
  spin: boolean;
@@ -6624,6 +6749,7 @@ declare const DatePicker: {
6624
6749
  [x: string]: boolean;
6625
6750
  })[]>;
6626
6751
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6752
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
6627
6753
  onClick: (ev: MouseEvent) => void;
6628
6754
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6629
6755
  click: (ev: MouseEvent) => true;
@@ -6663,6 +6789,7 @@ declare const DatePicker: {
6663
6789
  [x: string]: boolean;
6664
6790
  })[]>;
6665
6791
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6792
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
6666
6793
  onClick: (ev: MouseEvent) => void;
6667
6794
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6668
6795
  click: (ev: MouseEvent) => true;
@@ -6705,6 +6832,7 @@ declare const DatePicker: {
6705
6832
  [x: string]: boolean;
6706
6833
  })[]>;
6707
6834
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6835
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
6708
6836
  onClick: (ev: MouseEvent) => void;
6709
6837
  }, {}, {}, {}, {
6710
6838
  spin: boolean;
@@ -6742,6 +6870,7 @@ declare const DatePicker: {
6742
6870
  [x: string]: boolean;
6743
6871
  })[]>;
6744
6872
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
6873
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
6745
6874
  onClick: (ev: MouseEvent) => void;
6746
6875
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6747
6876
  click: (ev: MouseEvent) => true;
@@ -7030,6 +7159,7 @@ declare const DatePicker: {
7030
7159
  [x: string]: boolean;
7031
7160
  })[]>;
7032
7161
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
7162
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7033
7163
  onClick: (ev: MouseEvent) => void;
7034
7164
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7035
7165
  click: (ev: MouseEvent) => true;
@@ -7072,6 +7202,7 @@ declare const DatePicker: {
7072
7202
  [x: string]: boolean;
7073
7203
  })[]>;
7074
7204
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
7205
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7075
7206
  onClick: (ev: MouseEvent) => void;
7076
7207
  }, {}, {}, {}, {
7077
7208
  spin: boolean;
@@ -7109,6 +7240,7 @@ declare const DatePicker: {
7109
7240
  [x: string]: boolean;
7110
7241
  })[]>;
7111
7242
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
7243
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7112
7244
  onClick: (ev: MouseEvent) => void;
7113
7245
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7114
7246
  click: (ev: MouseEvent) => true;
@@ -7148,6 +7280,7 @@ declare const DatePicker: {
7148
7280
  [x: string]: boolean;
7149
7281
  })[]>;
7150
7282
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
7283
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7151
7284
  onClick: (ev: MouseEvent) => void;
7152
7285
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7153
7286
  click: (ev: MouseEvent) => true;
@@ -7190,6 +7323,7 @@ declare const DatePicker: {
7190
7323
  [x: string]: boolean;
7191
7324
  })[]>;
7192
7325
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
7326
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7193
7327
  onClick: (ev: MouseEvent) => void;
7194
7328
  }, {}, {}, {}, {
7195
7329
  spin: boolean;
@@ -7227,6 +7361,7 @@ declare const DatePicker: {
7227
7361
  [x: string]: boolean;
7228
7362
  })[]>;
7229
7363
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
7364
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7230
7365
  onClick: (ev: MouseEvent) => void;
7231
7366
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7232
7367
  click: (ev: MouseEvent) => true;
@@ -7266,6 +7401,7 @@ declare const DatePicker: {
7266
7401
  [x: string]: boolean;
7267
7402
  })[]>;
7268
7403
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
7404
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7269
7405
  onClick: (ev: MouseEvent) => void;
7270
7406
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7271
7407
  click: (ev: MouseEvent) => true;
@@ -7308,6 +7444,7 @@ declare const DatePicker: {
7308
7444
  [x: string]: boolean;
7309
7445
  })[]>;
7310
7446
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
7447
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7311
7448
  onClick: (ev: MouseEvent) => void;
7312
7449
  }, {}, {}, {}, {
7313
7450
  spin: boolean;
@@ -7345,6 +7482,7 @@ declare const DatePicker: {
7345
7482
  [x: string]: boolean;
7346
7483
  })[]>;
7347
7484
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
7485
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7348
7486
  onClick: (ev: MouseEvent) => void;
7349
7487
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7350
7488
  click: (ev: MouseEvent) => true;
@@ -7384,6 +7522,7 @@ declare const DatePicker: {
7384
7522
  [x: string]: boolean;
7385
7523
  })[]>;
7386
7524
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
7525
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7387
7526
  onClick: (ev: MouseEvent) => void;
7388
7527
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7389
7528
  click: (ev: MouseEvent) => true;
@@ -7426,6 +7565,7 @@ declare const DatePicker: {
7426
7565
  [x: string]: boolean;
7427
7566
  })[]>;
7428
7567
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
7568
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7429
7569
  onClick: (ev: MouseEvent) => void;
7430
7570
  }, {}, {}, {}, {
7431
7571
  spin: boolean;
@@ -7463,6 +7603,7 @@ declare const DatePicker: {
7463
7603
  [x: string]: boolean;
7464
7604
  })[]>;
7465
7605
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
7606
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7466
7607
  onClick: (ev: MouseEvent) => void;
7467
7608
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7468
7609
  click: (ev: MouseEvent) => true;
@@ -7752,6 +7893,7 @@ declare const DatePicker: {
7752
7893
  [x: string]: boolean;
7753
7894
  })[]>;
7754
7895
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
7896
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7755
7897
  onClick: (ev: MouseEvent) => void;
7756
7898
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7757
7899
  click: (ev: MouseEvent) => true;
@@ -7794,6 +7936,7 @@ declare const DatePicker: {
7794
7936
  [x: string]: boolean;
7795
7937
  })[]>;
7796
7938
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
7939
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7797
7940
  onClick: (ev: MouseEvent) => void;
7798
7941
  }, {}, {}, {}, {
7799
7942
  spin: boolean;
@@ -7831,6 +7974,7 @@ declare const DatePicker: {
7831
7974
  [x: string]: boolean;
7832
7975
  })[]>;
7833
7976
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
7977
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7834
7978
  onClick: (ev: MouseEvent) => void;
7835
7979
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7836
7980
  click: (ev: MouseEvent) => true;
@@ -7870,6 +8014,7 @@ declare const DatePicker: {
7870
8014
  [x: string]: boolean;
7871
8015
  })[]>;
7872
8016
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8017
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7873
8018
  onClick: (ev: MouseEvent) => void;
7874
8019
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7875
8020
  click: (ev: MouseEvent) => true;
@@ -7912,6 +8057,7 @@ declare const DatePicker: {
7912
8057
  [x: string]: boolean;
7913
8058
  })[]>;
7914
8059
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8060
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7915
8061
  onClick: (ev: MouseEvent) => void;
7916
8062
  }, {}, {}, {}, {
7917
8063
  spin: boolean;
@@ -7949,6 +8095,7 @@ declare const DatePicker: {
7949
8095
  [x: string]: boolean;
7950
8096
  })[]>;
7951
8097
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8098
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7952
8099
  onClick: (ev: MouseEvent) => void;
7953
8100
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7954
8101
  click: (ev: MouseEvent) => true;
@@ -7988,6 +8135,7 @@ declare const DatePicker: {
7988
8135
  [x: string]: boolean;
7989
8136
  })[]>;
7990
8137
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8138
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
7991
8139
  onClick: (ev: MouseEvent) => void;
7992
8140
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7993
8141
  click: (ev: MouseEvent) => true;
@@ -8030,6 +8178,7 @@ declare const DatePicker: {
8030
8178
  [x: string]: boolean;
8031
8179
  })[]>;
8032
8180
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8181
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8033
8182
  onClick: (ev: MouseEvent) => void;
8034
8183
  }, {}, {}, {}, {
8035
8184
  spin: boolean;
@@ -8067,6 +8216,7 @@ declare const DatePicker: {
8067
8216
  [x: string]: boolean;
8068
8217
  })[]>;
8069
8218
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8219
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8070
8220
  onClick: (ev: MouseEvent) => void;
8071
8221
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8072
8222
  click: (ev: MouseEvent) => true;
@@ -8106,6 +8256,7 @@ declare const DatePicker: {
8106
8256
  [x: string]: boolean;
8107
8257
  })[]>;
8108
8258
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8259
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8109
8260
  onClick: (ev: MouseEvent) => void;
8110
8261
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8111
8262
  click: (ev: MouseEvent) => true;
@@ -8148,6 +8299,7 @@ declare const DatePicker: {
8148
8299
  [x: string]: boolean;
8149
8300
  })[]>;
8150
8301
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8302
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8151
8303
  onClick: (ev: MouseEvent) => void;
8152
8304
  }, {}, {}, {}, {
8153
8305
  spin: boolean;
@@ -8185,6 +8337,7 @@ declare const DatePicker: {
8185
8337
  [x: string]: boolean;
8186
8338
  })[]>;
8187
8339
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8340
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8188
8341
  onClick: (ev: MouseEvent) => void;
8189
8342
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8190
8343
  click: (ev: MouseEvent) => true;
@@ -8467,6 +8620,7 @@ declare const DatePicker: {
8467
8620
  [x: string]: boolean;
8468
8621
  })[]>;
8469
8622
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8623
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8470
8624
  onClick: (ev: MouseEvent) => void;
8471
8625
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8472
8626
  click: (ev: MouseEvent) => true;
@@ -8509,6 +8663,7 @@ declare const DatePicker: {
8509
8663
  [x: string]: boolean;
8510
8664
  })[]>;
8511
8665
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8666
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8512
8667
  onClick: (ev: MouseEvent) => void;
8513
8668
  }, {}, {}, {}, {
8514
8669
  spin: boolean;
@@ -8546,6 +8701,7 @@ declare const DatePicker: {
8546
8701
  [x: string]: boolean;
8547
8702
  })[]>;
8548
8703
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8704
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8549
8705
  onClick: (ev: MouseEvent) => void;
8550
8706
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8551
8707
  click: (ev: MouseEvent) => true;
@@ -8596,6 +8752,7 @@ declare const DatePicker: {
8596
8752
  [x: string]: boolean;
8597
8753
  })[]>;
8598
8754
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8755
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8599
8756
  onClick: (ev: MouseEvent) => void;
8600
8757
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8601
8758
  click: (ev: MouseEvent) => true;
@@ -8638,6 +8795,7 @@ declare const DatePicker: {
8638
8795
  [x: string]: boolean;
8639
8796
  })[]>;
8640
8797
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8798
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8641
8799
  onClick: (ev: MouseEvent) => void;
8642
8800
  }, {}, {}, {}, {
8643
8801
  spin: boolean;
@@ -8675,6 +8833,7 @@ declare const DatePicker: {
8675
8833
  [x: string]: boolean;
8676
8834
  })[]>;
8677
8835
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8836
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8678
8837
  onClick: (ev: MouseEvent) => void;
8679
8838
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8680
8839
  click: (ev: MouseEvent) => true;
@@ -8714,6 +8873,7 @@ declare const DatePicker: {
8714
8873
  [x: string]: boolean;
8715
8874
  })[]>;
8716
8875
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8876
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8717
8877
  onClick: (ev: MouseEvent) => void;
8718
8878
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8719
8879
  click: (ev: MouseEvent) => true;
@@ -8756,6 +8916,7 @@ declare const DatePicker: {
8756
8916
  [x: string]: boolean;
8757
8917
  })[]>;
8758
8918
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8919
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8759
8920
  onClick: (ev: MouseEvent) => void;
8760
8921
  }, {}, {}, {}, {
8761
8922
  spin: boolean;
@@ -8793,6 +8954,7 @@ declare const DatePicker: {
8793
8954
  [x: string]: boolean;
8794
8955
  })[]>;
8795
8956
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8957
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8796
8958
  onClick: (ev: MouseEvent) => void;
8797
8959
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8798
8960
  click: (ev: MouseEvent) => true;
@@ -8832,6 +8994,7 @@ declare const DatePicker: {
8832
8994
  [x: string]: boolean;
8833
8995
  })[]>;
8834
8996
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
8997
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8835
8998
  onClick: (ev: MouseEvent) => void;
8836
8999
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8837
9000
  click: (ev: MouseEvent) => true;
@@ -8874,6 +9037,7 @@ declare const DatePicker: {
8874
9037
  [x: string]: boolean;
8875
9038
  })[]>;
8876
9039
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
9040
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8877
9041
  onClick: (ev: MouseEvent) => void;
8878
9042
  }, {}, {}, {}, {
8879
9043
  spin: boolean;
@@ -8911,6 +9075,7 @@ declare const DatePicker: {
8911
9075
  [x: string]: boolean;
8912
9076
  })[]>;
8913
9077
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
9078
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8914
9079
  onClick: (ev: MouseEvent) => void;
8915
9080
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8916
9081
  click: (ev: MouseEvent) => true;
@@ -8950,6 +9115,7 @@ declare const DatePicker: {
8950
9115
  [x: string]: boolean;
8951
9116
  })[]>;
8952
9117
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
9118
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8953
9119
  onClick: (ev: MouseEvent) => void;
8954
9120
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8955
9121
  click: (ev: MouseEvent) => true;
@@ -8992,6 +9158,7 @@ declare const DatePicker: {
8992
9158
  [x: string]: boolean;
8993
9159
  })[]>;
8994
9160
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
9161
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
8995
9162
  onClick: (ev: MouseEvent) => void;
8996
9163
  }, {}, {}, {}, {
8997
9164
  spin: boolean;
@@ -9029,6 +9196,7 @@ declare const DatePicker: {
9029
9196
  [x: string]: boolean;
9030
9197
  })[]>;
9031
9198
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
9199
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
9032
9200
  onClick: (ev: MouseEvent) => void;
9033
9201
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9034
9202
  click: (ev: MouseEvent) => true;
@@ -9189,9 +9357,9 @@ declare const DatePicker: {
9189
9357
  }>> & Readonly<{
9190
9358
  onResize?: (() => any) | undefined;
9191
9359
  onHide?: (() => any) | undefined;
9192
- onShow?: (() => any) | undefined;
9193
9360
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
9194
9361
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
9362
+ onShow?: (() => any) | undefined;
9195
9363
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9196
9364
  'update:popupVisible': (_visible: boolean) => true;
9197
9365
  popupVisibleChange: (_visible: boolean) => true;
@@ -9203,6 +9371,7 @@ declare const DatePicker: {
9203
9371
  unmountOnClose: boolean;
9204
9372
  renderToBody: boolean;
9205
9373
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
9374
+ animationName: string;
9206
9375
  autoFitPosition: boolean;
9207
9376
  popupVisible: boolean;
9208
9377
  defaultPopupVisible: boolean;
@@ -9214,7 +9383,6 @@ declare const DatePicker: {
9214
9383
  blurToClose: boolean;
9215
9384
  clickToClose: boolean;
9216
9385
  clickOutsideToClose: boolean;
9217
- animationName: string;
9218
9386
  mouseEnterDelay: number;
9219
9387
  mouseLeaveDelay: number;
9220
9388
  focusDelay: number;
@@ -9380,14 +9548,15 @@ declare const DatePicker: {
9380
9548
  }>> & Readonly<{
9381
9549
  onResize?: (() => any) | undefined;
9382
9550
  onHide?: (() => any) | undefined;
9383
- onShow?: (() => any) | undefined;
9384
9551
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
9385
9552
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
9553
+ onShow?: (() => any) | undefined;
9386
9554
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
9387
9555
  disabled: boolean;
9388
9556
  unmountOnClose: boolean;
9389
9557
  renderToBody: boolean;
9390
9558
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
9559
+ animationName: string;
9391
9560
  autoFitPosition: boolean;
9392
9561
  popupVisible: boolean;
9393
9562
  defaultPopupVisible: boolean;
@@ -9399,7 +9568,6 @@ declare const DatePicker: {
9399
9568
  blurToClose: boolean;
9400
9569
  clickToClose: boolean;
9401
9570
  clickOutsideToClose: boolean;
9402
- animationName: string;
9403
9571
  mouseEnterDelay: number;
9404
9572
  mouseLeaveDelay: number;
9405
9573
  focusDelay: number;
@@ -9562,9 +9730,9 @@ declare const DatePicker: {
9562
9730
  }>> & Readonly<{
9563
9731
  onResize?: (() => any) | undefined;
9564
9732
  onHide?: (() => any) | undefined;
9565
- onShow?: (() => any) | undefined;
9566
9733
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
9567
9734
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
9735
+ onShow?: (() => any) | undefined;
9568
9736
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9569
9737
  'update:popupVisible': (_visible: boolean) => true;
9570
9738
  popupVisibleChange: (_visible: boolean) => true;
@@ -9576,6 +9744,7 @@ declare const DatePicker: {
9576
9744
  unmountOnClose: boolean;
9577
9745
  renderToBody: boolean;
9578
9746
  position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
9747
+ animationName: string;
9579
9748
  autoFitPosition: boolean;
9580
9749
  popupVisible: boolean;
9581
9750
  defaultPopupVisible: boolean;
@@ -9587,7 +9756,6 @@ declare const DatePicker: {
9587
9756
  blurToClose: boolean;
9588
9757
  clickToClose: boolean;
9589
9758
  clickOutsideToClose: boolean;
9590
- animationName: string;
9591
9759
  mouseEnterDelay: number;
9592
9760
  mouseLeaveDelay: number;
9593
9761
  focusDelay: number;
@@ -9631,6 +9799,7 @@ declare const DatePicker: {
9631
9799
  [x: string]: boolean;
9632
9800
  })[]>;
9633
9801
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
9802
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
9634
9803
  onClick: (ev: MouseEvent) => void;
9635
9804
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9636
9805
  click: (ev: MouseEvent) => true;
@@ -9673,6 +9842,7 @@ declare const DatePicker: {
9673
9842
  [x: string]: boolean;
9674
9843
  })[]>;
9675
9844
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
9845
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
9676
9846
  onClick: (ev: MouseEvent) => void;
9677
9847
  }, {}, {}, {}, {
9678
9848
  spin: boolean;
@@ -9710,6 +9880,7 @@ declare const DatePicker: {
9710
9880
  [x: string]: boolean;
9711
9881
  })[]>;
9712
9882
  innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
9883
+ svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
9713
9884
  onClick: (ev: MouseEvent) => void;
9714
9885
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9715
9886
  click: (ev: MouseEvent) => true;