element-plus-secondary 0.6.3 → 0.6.5

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 (743) hide show
  1. package/dist/index.css +1 -1
  2. package/es/components/affix/index.d.ts +1 -1
  3. package/es/components/affix/index.mjs +2 -2
  4. package/es/components/affix/src/affix.mjs +117 -26
  5. package/es/components/affix/src/affix.mjs.map +1 -1
  6. package/es/components/affix/src/affix.vue.d.ts +1 -1
  7. package/es/components/affix/src/affix2.mjs +26 -117
  8. package/es/components/affix/src/affix2.mjs.map +1 -1
  9. package/es/components/alert/index.mjs +2 -2
  10. package/es/components/alert/src/alert.mjs +96 -36
  11. package/es/components/alert/src/alert.mjs.map +1 -1
  12. package/es/components/alert/src/alert2.mjs +36 -96
  13. package/es/components/alert/src/alert2.mjs.map +1 -1
  14. package/es/components/autocomplete/index.d.ts +116 -116
  15. package/es/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
  16. package/es/components/autocomplete/src/autocomplete2.mjs +1 -1
  17. package/es/components/breadcrumb/index.d.ts +2 -2
  18. package/es/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
  19. package/es/components/button/index.mjs +1 -1
  20. package/es/components/button/src/button-group.mjs +31 -6
  21. package/es/components/button/src/button-group.mjs.map +1 -1
  22. package/es/components/button/src/button-group2.mjs +6 -31
  23. package/es/components/button/src/button-group2.mjs.map +1 -1
  24. package/es/components/calendar/index.mjs +2 -2
  25. package/es/components/calendar/src/calendar.mjs +131 -18
  26. package/es/components/calendar/src/calendar.mjs.map +1 -1
  27. package/es/components/calendar/src/calendar2.mjs +18 -131
  28. package/es/components/calendar/src/calendar2.mjs.map +1 -1
  29. package/es/components/carousel/index.d.ts +2 -2
  30. package/es/components/carousel/index.mjs +2 -2
  31. package/es/components/carousel/src/carousel.mjs +159 -60
  32. package/es/components/carousel/src/carousel.mjs.map +1 -1
  33. package/es/components/carousel/src/carousel.vue.d.ts +2 -2
  34. package/es/components/carousel/src/carousel2.mjs +60 -159
  35. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  36. package/es/components/cascader/index.d.ts +162 -162
  37. package/es/components/cascader/src/index.mjs +1 -1
  38. package/es/components/cascader/src/index.vue.d.ts +81 -81
  39. package/es/components/cascader-panel/index.d.ts +2 -2
  40. package/es/components/cascader-panel/src/index.mjs +1 -1
  41. package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
  42. package/es/components/cascader-panel/src/menu.mjs +1 -1
  43. package/es/components/cascader-panel/src/node.mjs +116 -209
  44. package/es/components/cascader-panel/src/node.mjs.map +1 -1
  45. package/es/components/cascader-panel/src/node2.mjs +209 -116
  46. package/es/components/cascader-panel/src/node2.mjs.map +1 -1
  47. package/es/components/cascader-panel/src/store.mjs +1 -1
  48. package/es/components/checkbox/index.d.ts +10 -10
  49. package/es/components/checkbox/index.mjs +2 -2
  50. package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  51. package/es/components/checkbox/src/checkbox-group.mjs +72 -28
  52. package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
  53. package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
  54. package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
  55. package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
  56. package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
  57. package/es/components/col/index.mjs +2 -2
  58. package/es/components/col/src/col.mjs +66 -43
  59. package/es/components/col/src/col.mjs.map +1 -1
  60. package/es/components/col/src/col2.mjs +43 -66
  61. package/es/components/col/src/col2.mjs.map +1 -1
  62. package/es/components/collapse/index.d.ts +2 -2
  63. package/es/components/collapse/index.mjs +2 -2
  64. package/es/components/collapse/src/collapse-item.mjs +19 -97
  65. package/es/components/collapse/src/collapse-item.mjs.map +1 -1
  66. package/es/components/collapse/src/collapse-item2.mjs +97 -19
  67. package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
  68. package/es/components/collapse/src/collapse.vue.d.ts +2 -2
  69. package/es/components/collection/index.mjs +1 -1
  70. package/es/components/collection/src/collection.mjs +62 -10
  71. package/es/components/collection/src/collection.mjs.map +1 -1
  72. package/es/components/collection/src/collection2.mjs +10 -62
  73. package/es/components/collection/src/collection2.mjs.map +1 -1
  74. package/es/components/color-picker/index.d.ts +151 -151
  75. package/es/components/color-picker/index.mjs +2 -2
  76. package/es/components/color-picker/src/color-picker.mjs +54 -408
  77. package/es/components/color-picker/src/color-picker.mjs.map +1 -1
  78. package/es/components/color-picker/src/color-picker.vue.d.ts +151 -151
  79. package/es/components/color-picker/src/color-picker2.mjs +408 -54
  80. package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
  81. package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -16
  82. package/es/components/color-picker/src/components/predefine.mjs +1 -1
  83. package/es/components/date-picker/index.d.ts +2 -2
  84. package/es/components/date-picker/src/composables/use-range-picker.d.ts +2 -2
  85. package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  86. package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  87. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
  88. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
  89. package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  90. package/es/components/date-picker/src/date-picker-com/panel-year-range.vue.d.ts +6 -6
  91. package/es/components/date-picker/src/date-picker.d.ts +1 -1
  92. package/es/components/date-picker/src/panel-utils.d.ts +87 -87
  93. package/es/components/descriptions/index.d.ts +3 -3
  94. package/es/components/descriptions/src/description-item.d.ts +1 -1
  95. package/es/components/descriptions/src/description.mjs +1 -1
  96. package/es/components/descriptions/src/description.vue.d.ts +1 -1
  97. package/es/components/descriptions/src/descriptions-row.mjs +7 -64
  98. package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
  99. package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
  100. package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
  101. package/es/components/dialog/index.d.ts +2 -2
  102. package/es/components/dialog/src/dialog.vue.d.ts +2 -2
  103. package/es/components/drawer/index.d.ts +2 -2
  104. package/es/components/drawer/src/drawer.vue.d.ts +2 -2
  105. package/es/components/dropdown/index.d.ts +64 -64
  106. package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
  107. package/es/components/dropdown/src/dropdown.vue.d.ts +64 -64
  108. package/es/components/dropdown/src/dropdown2.mjs +2 -2
  109. package/es/components/empty/index.d.ts +1 -1
  110. package/es/components/empty/index.mjs +2 -2
  111. package/es/components/empty/src/empty.mjs +11 -56
  112. package/es/components/empty/src/empty.mjs.map +1 -1
  113. package/es/components/empty/src/empty.vue.d.ts +1 -1
  114. package/es/components/empty/src/empty2.mjs +56 -11
  115. package/es/components/empty/src/empty2.mjs.map +1 -1
  116. package/es/components/form/index.mjs +2 -2
  117. package/es/components/form/src/form-item.mjs +316 -43
  118. package/es/components/form/src/form-item.mjs.map +1 -1
  119. package/es/components/form/src/form-item2.mjs +43 -316
  120. package/es/components/form/src/form-item2.mjs.map +1 -1
  121. package/es/components/icon/index.mjs +2 -2
  122. package/es/components/icon/src/icon.mjs +8 -36
  123. package/es/components/icon/src/icon.mjs.map +1 -1
  124. package/es/components/icon/src/icon2.mjs +36 -8
  125. package/es/components/icon/src/icon2.mjs.map +1 -1
  126. package/es/components/image/index.d.ts +6 -6
  127. package/es/components/image/src/image.d.ts +1 -1
  128. package/es/components/image/src/image.vue.d.ts +6 -6
  129. package/es/components/image-viewer/index.mjs +2 -2
  130. package/es/components/image-viewer/src/image-viewer.mjs +35 -405
  131. package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
  132. package/es/components/image-viewer/src/image-viewer2.mjs +405 -35
  133. package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
  134. package/es/components/index.mjs +28 -28
  135. package/es/components/input/index.d.ts +4 -4
  136. package/es/components/input/index.mjs +2 -2
  137. package/es/components/input/src/input.mjs +442 -116
  138. package/es/components/input/src/input.mjs.map +1 -1
  139. package/es/components/input/src/input.vue.d.ts +4 -4
  140. package/es/components/input/src/input2.mjs +116 -442
  141. package/es/components/input/src/input2.mjs.map +1 -1
  142. package/es/components/input-number/index.d.ts +16 -16
  143. package/es/components/input-number/src/input-number.vue.d.ts +16 -16
  144. package/es/components/link/index.mjs +2 -2
  145. package/es/components/link/src/link.mjs +49 -21
  146. package/es/components/link/src/link.mjs.map +1 -1
  147. package/es/components/link/src/link2.mjs +21 -49
  148. package/es/components/link/src/link2.mjs.map +1 -1
  149. package/es/components/loading/index.d.ts +1 -1
  150. package/es/components/menu/index.d.ts +1 -1
  151. package/es/components/menu/src/menu.d.ts +1 -1
  152. package/es/components/message/index.mjs +1 -1
  153. package/es/components/message/src/message.mjs +146 -86
  154. package/es/components/message/src/message.mjs.map +1 -1
  155. package/es/components/message/src/message2.mjs +86 -146
  156. package/es/components/message/src/message2.mjs.map +1 -1
  157. package/es/components/message/src/method.mjs +2 -2
  158. package/es/components/notification/index.mjs +1 -1
  159. package/es/components/notification/src/notification.mjs +145 -69
  160. package/es/components/notification/src/notification.mjs.map +1 -1
  161. package/es/components/notification/src/notification2.mjs +69 -145
  162. package/es/components/notification/src/notification2.mjs.map +1 -1
  163. package/es/components/notification/src/notify.mjs +2 -2
  164. package/es/components/pagination/src/components/jumper.mjs +9 -60
  165. package/es/components/pagination/src/components/jumper.mjs.map +1 -1
  166. package/es/components/pagination/src/components/jumper.vue.d.ts +4 -4
  167. package/es/components/pagination/src/components/jumper2.mjs +60 -9
  168. package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
  169. package/es/components/pagination/src/components/pager.mjs +208 -17
  170. package/es/components/pagination/src/components/pager.mjs.map +1 -1
  171. package/es/components/pagination/src/components/pager2.mjs +17 -208
  172. package/es/components/pagination/src/components/pager2.mjs.map +1 -1
  173. package/es/components/pagination/src/components/prev.mjs +34 -18
  174. package/es/components/pagination/src/components/prev.mjs.map +1 -1
  175. package/es/components/pagination/src/components/prev2.mjs +18 -34
  176. package/es/components/pagination/src/components/prev2.mjs.map +1 -1
  177. package/es/components/pagination/src/components/sizes.vue.d.ts +77 -65
  178. package/es/components/pagination/src/components/total.mjs +28 -7
  179. package/es/components/pagination/src/components/total.mjs.map +1 -1
  180. package/es/components/pagination/src/components/total2.mjs +7 -28
  181. package/es/components/pagination/src/components/total2.mjs.map +1 -1
  182. package/es/components/pagination/src/pagination.mjs +4 -4
  183. package/es/components/popconfirm/index.d.ts +96 -96
  184. package/es/components/popconfirm/index.mjs +2 -2
  185. package/es/components/popconfirm/src/popconfirm.mjs +49 -111
  186. package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
  187. package/es/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
  188. package/es/components/popconfirm/src/popconfirm2.mjs +111 -49
  189. package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
  190. package/es/components/popover/index.d.ts +105 -105
  191. package/es/components/popover/src/popover.mjs +1 -1
  192. package/es/components/popover/src/popover.vue.d.ts +105 -105
  193. package/es/components/popper/index.d.ts +5 -5
  194. package/es/components/popper/index.mjs +2 -2
  195. package/es/components/popper/src/arrow.mjs +8 -44
  196. package/es/components/popper/src/arrow.mjs.map +1 -1
  197. package/es/components/popper/src/arrow2.mjs +44 -8
  198. package/es/components/popper/src/arrow2.mjs.map +1 -1
  199. package/es/components/popper/src/content.d.ts +4 -4
  200. package/es/components/popper/src/content.vue.d.ts +4 -4
  201. package/es/components/popper/src/popper.d.ts +2 -2
  202. package/es/components/popper/src/popper.vue.d.ts +5 -5
  203. package/es/components/popper/src/trigger.vue.d.ts +1 -1
  204. package/es/components/popper/src/utils.d.ts +1 -1
  205. package/es/components/radio/index.d.ts +6 -6
  206. package/es/components/radio/src/radio-group.vue.d.ts +2 -2
  207. package/es/components/radio/src/radio.vue.d.ts +2 -2
  208. package/es/components/rate/index.d.ts +2 -2
  209. package/es/components/rate/src/rate.vue.d.ts +2 -2
  210. package/es/components/result/index.mjs +2 -2
  211. package/es/components/result/src/result.mjs +29 -63
  212. package/es/components/result/src/result.mjs.map +1 -1
  213. package/es/components/result/src/result2.mjs +63 -29
  214. package/es/components/result/src/result2.mjs.map +1 -1
  215. package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  216. package/es/components/roving-focus-group/src/roving-focus-group2.mjs +1 -1
  217. package/es/components/row/index.d.ts +4 -4
  218. package/es/components/row/src/row.d.ts +1 -1
  219. package/es/components/row/src/row.vue.d.ts +4 -4
  220. package/es/components/scrollbar/index.d.ts +1 -1
  221. package/es/components/scrollbar/src/bar.mjs +42 -17
  222. package/es/components/scrollbar/src/bar.mjs.map +1 -1
  223. package/es/components/scrollbar/src/bar2.mjs +17 -42
  224. package/es/components/scrollbar/src/bar2.mjs.map +1 -1
  225. package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  226. package/es/components/scrollbar/src/scrollbar2.mjs +1 -1
  227. package/es/components/select/index.d.ts +77 -65
  228. package/es/components/select/src/option.mjs +9 -3
  229. package/es/components/select/src/option.mjs.map +1 -1
  230. package/es/components/select/src/option.vue.d.ts +7 -0
  231. package/es/components/select/src/select.mjs +10 -5
  232. package/es/components/select/src/select.mjs.map +1 -1
  233. package/es/components/select/src/select.vue.d.ts +65 -65
  234. package/es/components/select/src/useSelect.d.ts +63 -63
  235. package/es/components/select-v2/index.d.ts +130 -130
  236. package/es/components/select-v2/src/defaults.mjs +1 -1
  237. package/es/components/select-v2/src/select.mjs +1 -0
  238. package/es/components/select-v2/src/select.mjs.map +1 -1
  239. package/es/components/select-v2/src/select.vue.d.ts +65 -65
  240. package/es/components/select-v2/src/useSelect.d.ts +63 -63
  241. package/es/components/skeleton/index.d.ts +9 -9
  242. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  243. package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  244. package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
  245. package/es/components/slider/index.d.ts +178 -178
  246. package/es/components/slider/index.mjs +2 -2
  247. package/es/components/slider/src/button.vue.d.ts +32 -32
  248. package/es/components/slider/src/composables/use-slide.d.ts +128 -128
  249. package/es/components/slider/src/slider.mjs +95 -233
  250. package/es/components/slider/src/slider.mjs.map +1 -1
  251. package/es/components/slider/src/slider.vue.d.ts +178 -178
  252. package/es/components/slider/src/slider2.mjs +233 -95
  253. package/es/components/slider/src/slider2.mjs.map +1 -1
  254. package/es/components/space/index.d.ts +2 -2
  255. package/es/components/space/src/space.d.ts +2 -2
  256. package/es/components/steps/index.d.ts +1 -1
  257. package/es/components/steps/index.mjs +4 -4
  258. package/es/components/steps/src/item.mjs +20 -194
  259. package/es/components/steps/src/item.mjs.map +1 -1
  260. package/es/components/steps/src/item2.mjs +194 -20
  261. package/es/components/steps/src/item2.mjs.map +1 -1
  262. package/es/components/steps/src/steps.mjs +34 -36
  263. package/es/components/steps/src/steps.mjs.map +1 -1
  264. package/es/components/steps/src/steps.vue.d.ts +1 -1
  265. package/es/components/steps/src/steps2.mjs +36 -34
  266. package/es/components/steps/src/steps2.mjs.map +1 -1
  267. package/es/components/switch/index.d.ts +3 -3
  268. package/es/components/switch/src/switch.vue.d.ts +3 -3
  269. package/es/components/table/index.d.ts +2 -2
  270. package/es/components/table/src/filter-panel.vue.d.ts +63 -63
  271. package/es/components/table/src/table.vue.d.ts +2 -2
  272. package/es/components/table/src/util.d.ts +9 -9
  273. package/es/components/tabs/index.mjs +3 -3
  274. package/es/components/tabs/src/tab-bar.mjs +7 -81
  275. package/es/components/tabs/src/tab-bar.mjs.map +1 -1
  276. package/es/components/tabs/src/tab-bar2.mjs +81 -7
  277. package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
  278. package/es/components/tabs/src/tab-nav.mjs +1 -1
  279. package/es/components/tabs/src/tab-pane.mjs +73 -13
  280. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  281. package/es/components/tabs/src/tab-pane2.mjs +13 -73
  282. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  283. package/es/components/teleport/index.mjs +2 -2
  284. package/es/components/teleport/src/teleport.mjs +44 -18
  285. package/es/components/teleport/src/teleport.mjs.map +1 -1
  286. package/es/components/teleport/src/teleport2.mjs +18 -44
  287. package/es/components/teleport/src/teleport2.mjs.map +1 -1
  288. package/es/components/time-picker/index.d.ts +2 -2
  289. package/es/components/time-picker/src/common/picker.mjs +14 -1
  290. package/es/components/time-picker/src/common/picker.mjs.map +1 -1
  291. package/es/components/time-picker/src/common/picker.vue.d.ts +105 -102
  292. package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  293. package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  294. package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
  295. package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
  296. package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
  297. package/es/components/time-picker/src/time-picker.d.ts +1 -1
  298. package/es/components/time-select/index.d.ts +304 -268
  299. package/es/components/time-select/src/time-select.vue.d.ts +152 -134
  300. package/es/components/tooltip/index.d.ts +32 -32
  301. package/es/components/tooltip/index.mjs +1 -1
  302. package/es/components/tooltip/src/content.d.ts +1 -1
  303. package/es/components/tooltip/src/content.mjs +39 -167
  304. package/es/components/tooltip/src/content.mjs.map +1 -1
  305. package/es/components/tooltip/src/content.vue.d.ts +12 -12
  306. package/es/components/tooltip/src/content2.mjs +167 -39
  307. package/es/components/tooltip/src/content2.mjs.map +1 -1
  308. package/es/components/tooltip/src/tooltip.d.ts +2 -2
  309. package/es/components/tooltip/src/tooltip.mjs +2 -2
  310. package/es/components/tooltip/src/tooltip.vue.d.ts +32 -32
  311. package/es/components/tooltip/src/tooltip2.mjs +2 -2
  312. package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
  313. package/es/components/tooltip-v2/index.d.ts +35 -35
  314. package/es/components/tooltip-v2/index.mjs +2 -2
  315. package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
  316. package/es/components/tooltip-v2/src/content.d.ts +1 -1
  317. package/es/components/tooltip-v2/src/content.mjs +50 -113
  318. package/es/components/tooltip-v2/src/content.mjs.map +1 -1
  319. package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
  320. package/es/components/tooltip-v2/src/content2.mjs +113 -50
  321. package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
  322. package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
  323. package/es/components/tooltip-v2/src/tooltip.mjs +4 -4
  324. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
  325. package/es/components/tooltip-v2/src/tooltip2.mjs +2 -2
  326. package/es/components/tooltip-v2/src/trigger.mjs +12 -90
  327. package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
  328. package/es/components/tooltip-v2/src/trigger2.mjs +90 -12
  329. package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
  330. package/es/components/transfer/index.d.ts +62 -62
  331. package/es/components/transfer/src/transfer-panel.vue.d.ts +12 -12
  332. package/es/components/transfer/src/transfer.vue.d.ts +62 -62
  333. package/es/components/tree/index.d.ts +16 -4
  334. package/es/components/tree/src/tree-node.vue.d.ts +1 -1
  335. package/es/components/tree/src/tree.mjs +7 -2
  336. package/es/components/tree/src/tree.mjs.map +1 -1
  337. package/es/components/tree/src/tree.vue.d.ts +9 -2
  338. package/es/components/tree-select/src/tree-select-option.d.ts +36 -0
  339. package/es/components/tree-v2/index.d.ts +8 -8
  340. package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  341. package/es/components/tree-v2/src/tree.vue.d.ts +8 -8
  342. package/es/components/upload/index.d.ts +5 -5
  343. package/es/components/upload/index.mjs +3 -3
  344. package/es/components/upload/src/upload-content.mjs +1 -1
  345. package/es/components/upload/src/upload-content.vue.d.ts +1 -1
  346. package/es/components/upload/src/upload-content2.mjs +2 -2
  347. package/es/components/upload/src/upload-dragger.mjs +11 -70
  348. package/es/components/upload/src/upload-dragger.mjs.map +1 -1
  349. package/es/components/upload/src/upload-dragger2.mjs +70 -11
  350. package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
  351. package/es/components/upload/src/upload-list2.mjs +1 -1
  352. package/es/components/upload/src/upload.mjs +105 -120
  353. package/es/components/upload/src/upload.mjs.map +1 -1
  354. package/es/components/upload/src/upload.vue.d.ts +5 -5
  355. package/es/components/upload/src/upload2.mjs +120 -105
  356. package/es/components/upload/src/upload2.mjs.map +1 -1
  357. package/es/components/upload/src/use-handlers.mjs +1 -1
  358. package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  359. package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
  360. package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  361. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  362. package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  363. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  364. package/es/index.mjs +28 -28
  365. package/es/utils/vue/vnode.d.ts +6 -6
  366. package/lib/components/affix/index.d.ts +1 -1
  367. package/lib/components/affix/index.js +2 -2
  368. package/lib/components/affix/src/affix.js +117 -27
  369. package/lib/components/affix/src/affix.js.map +1 -1
  370. package/lib/components/affix/src/affix.vue.d.ts +1 -1
  371. package/lib/components/affix/src/affix2.js +27 -117
  372. package/lib/components/affix/src/affix2.js.map +1 -1
  373. package/lib/components/alert/index.js +2 -2
  374. package/lib/components/alert/src/alert.js +95 -37
  375. package/lib/components/alert/src/alert.js.map +1 -1
  376. package/lib/components/alert/src/alert2.js +37 -95
  377. package/lib/components/alert/src/alert2.js.map +1 -1
  378. package/lib/components/autocomplete/index.d.ts +116 -116
  379. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
  380. package/lib/components/autocomplete/src/autocomplete2.js +1 -1
  381. package/lib/components/breadcrumb/index.d.ts +2 -2
  382. package/lib/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
  383. package/lib/components/button/index.js +1 -1
  384. package/lib/components/button/src/button-group.js +31 -6
  385. package/lib/components/button/src/button-group.js.map +1 -1
  386. package/lib/components/button/src/button-group2.js +6 -31
  387. package/lib/components/button/src/button-group2.js.map +1 -1
  388. package/lib/components/calendar/index.js +2 -2
  389. package/lib/components/calendar/src/calendar.js +131 -19
  390. package/lib/components/calendar/src/calendar.js.map +1 -1
  391. package/lib/components/calendar/src/calendar2.js +19 -131
  392. package/lib/components/calendar/src/calendar2.js.map +1 -1
  393. package/lib/components/carousel/index.d.ts +2 -2
  394. package/lib/components/carousel/index.js +2 -2
  395. package/lib/components/carousel/src/carousel.js +159 -61
  396. package/lib/components/carousel/src/carousel.js.map +1 -1
  397. package/lib/components/carousel/src/carousel.vue.d.ts +2 -2
  398. package/lib/components/carousel/src/carousel2.js +61 -159
  399. package/lib/components/carousel/src/carousel2.js.map +1 -1
  400. package/lib/components/cascader/index.d.ts +162 -162
  401. package/lib/components/cascader/src/index.js +1 -1
  402. package/lib/components/cascader/src/index.vue.d.ts +81 -81
  403. package/lib/components/cascader-panel/index.d.ts +2 -2
  404. package/lib/components/cascader-panel/src/index.js +1 -1
  405. package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
  406. package/lib/components/cascader-panel/src/menu.js +1 -1
  407. package/lib/components/cascader-panel/src/node.js +116 -209
  408. package/lib/components/cascader-panel/src/node.js.map +1 -1
  409. package/lib/components/cascader-panel/src/node2.js +209 -116
  410. package/lib/components/cascader-panel/src/node2.js.map +1 -1
  411. package/lib/components/cascader-panel/src/store.js +1 -1
  412. package/lib/components/checkbox/index.d.ts +10 -10
  413. package/lib/components/checkbox/index.js +2 -2
  414. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  415. package/lib/components/checkbox/src/checkbox-group.js +72 -29
  416. package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
  417. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
  418. package/lib/components/checkbox/src/checkbox-group2.js +29 -72
  419. package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
  420. package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
  421. package/lib/components/col/index.js +2 -2
  422. package/lib/components/col/src/col.js +66 -43
  423. package/lib/components/col/src/col.js.map +1 -1
  424. package/lib/components/col/src/col2.js +43 -66
  425. package/lib/components/col/src/col2.js.map +1 -1
  426. package/lib/components/collapse/index.d.ts +2 -2
  427. package/lib/components/collapse/index.js +2 -2
  428. package/lib/components/collapse/src/collapse-item.js +19 -97
  429. package/lib/components/collapse/src/collapse-item.js.map +1 -1
  430. package/lib/components/collapse/src/collapse-item2.js +97 -19
  431. package/lib/components/collapse/src/collapse-item2.js.map +1 -1
  432. package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
  433. package/lib/components/collection/index.js +1 -1
  434. package/lib/components/collection/src/collection.js +62 -9
  435. package/lib/components/collection/src/collection.js.map +1 -1
  436. package/lib/components/collection/src/collection2.js +9 -62
  437. package/lib/components/collection/src/collection2.js.map +1 -1
  438. package/lib/components/color-picker/index.d.ts +151 -151
  439. package/lib/components/color-picker/index.js +2 -2
  440. package/lib/components/color-picker/src/color-picker.js +54 -406
  441. package/lib/components/color-picker/src/color-picker.js.map +1 -1
  442. package/lib/components/color-picker/src/color-picker.vue.d.ts +151 -151
  443. package/lib/components/color-picker/src/color-picker2.js +406 -54
  444. package/lib/components/color-picker/src/color-picker2.js.map +1 -1
  445. package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -16
  446. package/lib/components/color-picker/src/components/predefine.js +1 -1
  447. package/lib/components/date-picker/index.d.ts +2 -2
  448. package/lib/components/date-picker/src/composables/use-range-picker.d.ts +2 -2
  449. package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  450. package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  451. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
  452. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
  453. package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  454. package/lib/components/date-picker/src/date-picker-com/panel-year-range.vue.d.ts +6 -6
  455. package/lib/components/date-picker/src/date-picker.d.ts +1 -1
  456. package/lib/components/date-picker/src/panel-utils.d.ts +87 -87
  457. package/lib/components/descriptions/index.d.ts +3 -3
  458. package/lib/components/descriptions/src/description-item.d.ts +1 -1
  459. package/lib/components/descriptions/src/description.js +1 -1
  460. package/lib/components/descriptions/src/description.vue.d.ts +1 -1
  461. package/lib/components/descriptions/src/descriptions-row.js +7 -64
  462. package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
  463. package/lib/components/descriptions/src/descriptions-row2.js +64 -7
  464. package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
  465. package/lib/components/dialog/index.d.ts +2 -2
  466. package/lib/components/dialog/src/dialog.vue.d.ts +2 -2
  467. package/lib/components/drawer/index.d.ts +2 -2
  468. package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
  469. package/lib/components/dropdown/index.d.ts +64 -64
  470. package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
  471. package/lib/components/dropdown/src/dropdown.vue.d.ts +64 -64
  472. package/lib/components/dropdown/src/dropdown2.js +2 -2
  473. package/lib/components/empty/index.d.ts +1 -1
  474. package/lib/components/empty/index.js +2 -2
  475. package/lib/components/empty/src/empty.js +11 -56
  476. package/lib/components/empty/src/empty.js.map +1 -1
  477. package/lib/components/empty/src/empty.vue.d.ts +1 -1
  478. package/lib/components/empty/src/empty2.js +56 -11
  479. package/lib/components/empty/src/empty2.js.map +1 -1
  480. package/lib/components/form/index.js +2 -2
  481. package/lib/components/form/src/form-item.js +320 -44
  482. package/lib/components/form/src/form-item.js.map +1 -1
  483. package/lib/components/form/src/form-item2.js +44 -320
  484. package/lib/components/form/src/form-item2.js.map +1 -1
  485. package/lib/components/icon/index.js +2 -2
  486. package/lib/components/icon/src/icon.js +8 -36
  487. package/lib/components/icon/src/icon.js.map +1 -1
  488. package/lib/components/icon/src/icon2.js +36 -8
  489. package/lib/components/icon/src/icon2.js.map +1 -1
  490. package/lib/components/image/index.d.ts +6 -6
  491. package/lib/components/image/src/image.d.ts +1 -1
  492. package/lib/components/image/src/image.vue.d.ts +6 -6
  493. package/lib/components/image-viewer/index.js +2 -2
  494. package/lib/components/image-viewer/src/image-viewer.js +36 -405
  495. package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
  496. package/lib/components/image-viewer/src/image-viewer2.js +405 -36
  497. package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
  498. package/lib/components/index.js +28 -28
  499. package/lib/components/input/index.d.ts +4 -4
  500. package/lib/components/input/index.js +2 -2
  501. package/lib/components/input/src/input.js +441 -116
  502. package/lib/components/input/src/input.js.map +1 -1
  503. package/lib/components/input/src/input.vue.d.ts +4 -4
  504. package/lib/components/input/src/input2.js +116 -441
  505. package/lib/components/input/src/input2.js.map +1 -1
  506. package/lib/components/input-number/index.d.ts +16 -16
  507. package/lib/components/input-number/src/input-number.vue.d.ts +16 -16
  508. package/lib/components/link/index.js +2 -2
  509. package/lib/components/link/src/link.js +49 -22
  510. package/lib/components/link/src/link.js.map +1 -1
  511. package/lib/components/link/src/link2.js +22 -49
  512. package/lib/components/link/src/link2.js.map +1 -1
  513. package/lib/components/loading/index.d.ts +1 -1
  514. package/lib/components/menu/index.d.ts +1 -1
  515. package/lib/components/menu/src/menu.d.ts +1 -1
  516. package/lib/components/message/index.js +1 -1
  517. package/lib/components/message/src/message.js +144 -87
  518. package/lib/components/message/src/message.js.map +1 -1
  519. package/lib/components/message/src/message2.js +87 -144
  520. package/lib/components/message/src/message2.js.map +1 -1
  521. package/lib/components/message/src/method.js +2 -2
  522. package/lib/components/notification/index.js +1 -1
  523. package/lib/components/notification/src/notification.js +144 -70
  524. package/lib/components/notification/src/notification.js.map +1 -1
  525. package/lib/components/notification/src/notification2.js +70 -144
  526. package/lib/components/notification/src/notification2.js.map +1 -1
  527. package/lib/components/notification/src/notify.js +2 -2
  528. package/lib/components/pagination/src/components/jumper.js +9 -60
  529. package/lib/components/pagination/src/components/jumper.js.map +1 -1
  530. package/lib/components/pagination/src/components/jumper.vue.d.ts +4 -4
  531. package/lib/components/pagination/src/components/jumper2.js +60 -9
  532. package/lib/components/pagination/src/components/jumper2.js.map +1 -1
  533. package/lib/components/pagination/src/components/pager.js +208 -17
  534. package/lib/components/pagination/src/components/pager.js.map +1 -1
  535. package/lib/components/pagination/src/components/pager2.js +17 -208
  536. package/lib/components/pagination/src/components/pager2.js.map +1 -1
  537. package/lib/components/pagination/src/components/prev.js +34 -19
  538. package/lib/components/pagination/src/components/prev.js.map +1 -1
  539. package/lib/components/pagination/src/components/prev2.js +19 -34
  540. package/lib/components/pagination/src/components/prev2.js.map +1 -1
  541. package/lib/components/pagination/src/components/sizes.vue.d.ts +77 -65
  542. package/lib/components/pagination/src/components/total.js +28 -7
  543. package/lib/components/pagination/src/components/total.js.map +1 -1
  544. package/lib/components/pagination/src/components/total2.js +7 -28
  545. package/lib/components/pagination/src/components/total2.js.map +1 -1
  546. package/lib/components/pagination/src/pagination.js +4 -4
  547. package/lib/components/popconfirm/index.d.ts +96 -96
  548. package/lib/components/popconfirm/index.js +2 -2
  549. package/lib/components/popconfirm/src/popconfirm.js +49 -111
  550. package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
  551. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
  552. package/lib/components/popconfirm/src/popconfirm2.js +111 -49
  553. package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
  554. package/lib/components/popover/index.d.ts +105 -105
  555. package/lib/components/popover/src/popover.js +1 -1
  556. package/lib/components/popover/src/popover.vue.d.ts +105 -105
  557. package/lib/components/popper/index.d.ts +5 -5
  558. package/lib/components/popper/index.js +2 -2
  559. package/lib/components/popper/src/arrow.js +9 -44
  560. package/lib/components/popper/src/arrow.js.map +1 -1
  561. package/lib/components/popper/src/arrow2.js +44 -9
  562. package/lib/components/popper/src/arrow2.js.map +1 -1
  563. package/lib/components/popper/src/content.d.ts +4 -4
  564. package/lib/components/popper/src/content.vue.d.ts +4 -4
  565. package/lib/components/popper/src/popper.d.ts +2 -2
  566. package/lib/components/popper/src/popper.vue.d.ts +5 -5
  567. package/lib/components/popper/src/trigger.vue.d.ts +1 -1
  568. package/lib/components/popper/src/utils.d.ts +1 -1
  569. package/lib/components/radio/index.d.ts +6 -6
  570. package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
  571. package/lib/components/radio/src/radio.vue.d.ts +2 -2
  572. package/lib/components/rate/index.d.ts +2 -2
  573. package/lib/components/rate/src/rate.vue.d.ts +2 -2
  574. package/lib/components/result/index.js +2 -2
  575. package/lib/components/result/src/result.js +31 -63
  576. package/lib/components/result/src/result.js.map +1 -1
  577. package/lib/components/result/src/result2.js +63 -31
  578. package/lib/components/result/src/result2.js.map +1 -1
  579. package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  580. package/lib/components/roving-focus-group/src/roving-focus-group2.js +1 -1
  581. package/lib/components/row/index.d.ts +4 -4
  582. package/lib/components/row/src/row.d.ts +1 -1
  583. package/lib/components/row/src/row.vue.d.ts +4 -4
  584. package/lib/components/scrollbar/index.d.ts +1 -1
  585. package/lib/components/scrollbar/src/bar.js +42 -17
  586. package/lib/components/scrollbar/src/bar.js.map +1 -1
  587. package/lib/components/scrollbar/src/bar2.js +17 -42
  588. package/lib/components/scrollbar/src/bar2.js.map +1 -1
  589. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  590. package/lib/components/scrollbar/src/scrollbar2.js +1 -1
  591. package/lib/components/select/index.d.ts +77 -65
  592. package/lib/components/select/src/option.js +8 -2
  593. package/lib/components/select/src/option.js.map +1 -1
  594. package/lib/components/select/src/option.vue.d.ts +7 -0
  595. package/lib/components/select/src/select.js +10 -5
  596. package/lib/components/select/src/select.js.map +1 -1
  597. package/lib/components/select/src/select.vue.d.ts +65 -65
  598. package/lib/components/select/src/useSelect.d.ts +63 -63
  599. package/lib/components/select-v2/index.d.ts +130 -130
  600. package/lib/components/select-v2/src/defaults.js +1 -1
  601. package/lib/components/select-v2/src/select.js +1 -0
  602. package/lib/components/select-v2/src/select.js.map +1 -1
  603. package/lib/components/select-v2/src/select.vue.d.ts +65 -65
  604. package/lib/components/select-v2/src/useSelect.d.ts +63 -63
  605. package/lib/components/skeleton/index.d.ts +9 -9
  606. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  607. package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  608. package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
  609. package/lib/components/slider/index.d.ts +178 -178
  610. package/lib/components/slider/index.js +2 -2
  611. package/lib/components/slider/src/button.vue.d.ts +32 -32
  612. package/lib/components/slider/src/composables/use-slide.d.ts +128 -128
  613. package/lib/components/slider/src/slider.js +96 -233
  614. package/lib/components/slider/src/slider.js.map +1 -1
  615. package/lib/components/slider/src/slider.vue.d.ts +178 -178
  616. package/lib/components/slider/src/slider2.js +233 -96
  617. package/lib/components/slider/src/slider2.js.map +1 -1
  618. package/lib/components/space/index.d.ts +2 -2
  619. package/lib/components/space/src/space.d.ts +2 -2
  620. package/lib/components/steps/index.d.ts +1 -1
  621. package/lib/components/steps/index.js +4 -4
  622. package/lib/components/steps/src/item.js +20 -194
  623. package/lib/components/steps/src/item.js.map +1 -1
  624. package/lib/components/steps/src/item2.js +194 -20
  625. package/lib/components/steps/src/item2.js.map +1 -1
  626. package/lib/components/steps/src/steps.js +34 -37
  627. package/lib/components/steps/src/steps.js.map +1 -1
  628. package/lib/components/steps/src/steps.vue.d.ts +1 -1
  629. package/lib/components/steps/src/steps2.js +37 -34
  630. package/lib/components/steps/src/steps2.js.map +1 -1
  631. package/lib/components/switch/index.d.ts +3 -3
  632. package/lib/components/switch/src/switch.vue.d.ts +3 -3
  633. package/lib/components/table/index.d.ts +2 -2
  634. package/lib/components/table/src/filter-panel.vue.d.ts +63 -63
  635. package/lib/components/table/src/table.vue.d.ts +2 -2
  636. package/lib/components/table/src/util.d.ts +9 -9
  637. package/lib/components/tabs/index.js +3 -3
  638. package/lib/components/tabs/src/tab-bar.js +7 -81
  639. package/lib/components/tabs/src/tab-bar.js.map +1 -1
  640. package/lib/components/tabs/src/tab-bar2.js +81 -7
  641. package/lib/components/tabs/src/tab-bar2.js.map +1 -1
  642. package/lib/components/tabs/src/tab-nav.js +1 -1
  643. package/lib/components/tabs/src/tab-pane.js +73 -13
  644. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  645. package/lib/components/tabs/src/tab-pane2.js +13 -73
  646. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  647. package/lib/components/teleport/index.js +2 -2
  648. package/lib/components/teleport/src/teleport.js +44 -18
  649. package/lib/components/teleport/src/teleport.js.map +1 -1
  650. package/lib/components/teleport/src/teleport2.js +18 -44
  651. package/lib/components/teleport/src/teleport2.js.map +1 -1
  652. package/lib/components/time-picker/index.d.ts +2 -2
  653. package/lib/components/time-picker/src/common/picker.js +14 -1
  654. package/lib/components/time-picker/src/common/picker.js.map +1 -1
  655. package/lib/components/time-picker/src/common/picker.vue.d.ts +105 -102
  656. package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  657. package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  658. package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
  659. package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
  660. package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
  661. package/lib/components/time-picker/src/time-picker.d.ts +1 -1
  662. package/lib/components/time-select/index.d.ts +304 -268
  663. package/lib/components/time-select/src/time-select.vue.d.ts +152 -134
  664. package/lib/components/tooltip/index.d.ts +32 -32
  665. package/lib/components/tooltip/index.js +1 -1
  666. package/lib/components/tooltip/src/content.d.ts +1 -1
  667. package/lib/components/tooltip/src/content.js +39 -167
  668. package/lib/components/tooltip/src/content.js.map +1 -1
  669. package/lib/components/tooltip/src/content.vue.d.ts +12 -12
  670. package/lib/components/tooltip/src/content2.js +167 -39
  671. package/lib/components/tooltip/src/content2.js.map +1 -1
  672. package/lib/components/tooltip/src/tooltip.d.ts +2 -2
  673. package/lib/components/tooltip/src/tooltip.js +2 -2
  674. package/lib/components/tooltip/src/tooltip.vue.d.ts +32 -32
  675. package/lib/components/tooltip/src/tooltip2.js +2 -2
  676. package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
  677. package/lib/components/tooltip-v2/index.d.ts +35 -35
  678. package/lib/components/tooltip-v2/index.js +2 -2
  679. package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
  680. package/lib/components/tooltip-v2/src/content.d.ts +1 -1
  681. package/lib/components/tooltip-v2/src/content.js +50 -113
  682. package/lib/components/tooltip-v2/src/content.js.map +1 -1
  683. package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
  684. package/lib/components/tooltip-v2/src/content2.js +113 -50
  685. package/lib/components/tooltip-v2/src/content2.js.map +1 -1
  686. package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
  687. package/lib/components/tooltip-v2/src/tooltip.js +4 -4
  688. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
  689. package/lib/components/tooltip-v2/src/tooltip2.js +2 -2
  690. package/lib/components/tooltip-v2/src/trigger.js +12 -90
  691. package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
  692. package/lib/components/tooltip-v2/src/trigger2.js +90 -12
  693. package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
  694. package/lib/components/transfer/index.d.ts +62 -62
  695. package/lib/components/transfer/src/transfer-panel.vue.d.ts +12 -12
  696. package/lib/components/transfer/src/transfer.vue.d.ts +62 -62
  697. package/lib/components/tree/index.d.ts +16 -4
  698. package/lib/components/tree/src/tree-node.vue.d.ts +1 -1
  699. package/lib/components/tree/src/tree.js +6 -1
  700. package/lib/components/tree/src/tree.js.map +1 -1
  701. package/lib/components/tree/src/tree.vue.d.ts +9 -2
  702. package/lib/components/tree-select/src/tree-select-option.d.ts +36 -0
  703. package/lib/components/tree-v2/index.d.ts +8 -8
  704. package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  705. package/lib/components/tree-v2/src/tree.vue.d.ts +8 -8
  706. package/lib/components/upload/index.d.ts +5 -5
  707. package/lib/components/upload/index.js +3 -3
  708. package/lib/components/upload/src/upload-content.js +1 -1
  709. package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
  710. package/lib/components/upload/src/upload-content2.js +2 -2
  711. package/lib/components/upload/src/upload-dragger.js +12 -70
  712. package/lib/components/upload/src/upload-dragger.js.map +1 -1
  713. package/lib/components/upload/src/upload-dragger2.js +70 -12
  714. package/lib/components/upload/src/upload-dragger2.js.map +1 -1
  715. package/lib/components/upload/src/upload-list2.js +1 -1
  716. package/lib/components/upload/src/upload.js +108 -120
  717. package/lib/components/upload/src/upload.js.map +1 -1
  718. package/lib/components/upload/src/upload.vue.d.ts +5 -5
  719. package/lib/components/upload/src/upload2.js +120 -108
  720. package/lib/components/upload/src/upload2.js.map +1 -1
  721. package/lib/components/upload/src/use-handlers.js +1 -1
  722. package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  723. package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
  724. package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  725. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  726. package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  727. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  728. package/lib/index.js +28 -28
  729. package/lib/utils/vue/vnode.d.ts +6 -6
  730. package/package.json +1 -1
  731. package/theme-chalk/el-button.css +1 -1
  732. package/theme-chalk/el-input-number.css +1 -1
  733. package/theme-chalk/el-select-dropdown.css +1 -1
  734. package/theme-chalk/el-select.css +1 -1
  735. package/theme-chalk/el-tag.css +1 -1
  736. package/theme-chalk/el-tree.css +1 -1
  737. package/theme-chalk/index.css +1 -1
  738. package/theme-chalk/src/button.scss +3 -3
  739. package/theme-chalk/src/input-number.scss +2 -2
  740. package/theme-chalk/src/select-dropdown.scss +4 -4
  741. package/theme-chalk/src/select.scss +8 -0
  742. package/theme-chalk/src/tag.scss +4 -0
  743. package/theme-chalk/src/tree.scss +1 -1
@@ -304,7 +304,7 @@ declare const _default: import("vue").DefineComponent<{
304
304
  gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
305
305
  placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("element-plus-secondary/es/components/popper").Placement, unknown, "bottom", boolean>;
306
306
  popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
307
- strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
307
+ strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
308
308
  showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
309
309
  hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
310
310
  "onUpdate:visible": {
@@ -313,7 +313,7 @@ declare const _default: import("vue").DefineComponent<{
313
313
  readonly validator: ((val: unknown) => boolean) | undefined;
314
314
  __epPropKey: true;
315
315
  };
316
- role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
316
+ role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
317
317
  }, {
318
318
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
319
319
  showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
@@ -621,7 +621,7 @@ declare const _default: import("vue").DefineComponent<{
621
621
  gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
622
622
  placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("element-plus-secondary/es/components/popper").Placement, unknown, "bottom", boolean>;
623
623
  popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
624
- strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
624
+ strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
625
625
  showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
626
626
  hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
627
627
  "onUpdate:visible": {
@@ -630,7 +630,7 @@ declare const _default: import("vue").DefineComponent<{
630
630
  readonly validator: ((val: unknown) => boolean) | undefined;
631
631
  __epPropKey: true;
632
632
  };
633
- role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
633
+ role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
634
634
  }>> & {
635
635
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
636
636
  }>>;
@@ -649,10 +649,10 @@ declare const _default: import("vue").DefineComponent<{
649
649
  controlled: import("vue").ComputedRef<boolean>;
650
650
  isFocusInsideContent: () => boolean | undefined;
651
651
  ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
652
- readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
652
+ readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
653
653
  }, {
654
654
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
655
- readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
655
+ readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
656
656
  }>> & {
657
657
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
658
658
  }>>;
@@ -660,12 +660,12 @@ declare const _default: import("vue").DefineComponent<{
660
660
  popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
661
661
  contentRef: import("vue").Ref<HTMLElement | undefined>;
662
662
  referenceRef: import("vue").Ref<HTMLElement | undefined>;
663
- role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
663
+ role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
664
664
  popperProvides: import("element-plus-secondary/es/tokens").ElPopperInjectionContext;
665
665
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
666
- readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
666
+ readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
667
667
  }>>, {
668
- readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
668
+ readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
669
669
  }>> & Record<string, any>;
670
670
  ElPopperArrow: import("vue").DefineComponent<{
671
671
  readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
@@ -1022,8 +1022,8 @@ declare const _default: import("vue").DefineComponent<{
1022
1022
  readonly id: StringConstructor;
1023
1023
  readonly open: BooleanConstructor;
1024
1024
  }>>, {
1025
- readonly virtualTriggering: boolean;
1026
1025
  readonly open: boolean;
1026
+ readonly virtualTriggering: boolean;
1027
1027
  }>;
1028
1028
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1029
1029
  readonly disabled: BooleanConstructor;
@@ -1083,8 +1083,8 @@ declare const _default: import("vue").DefineComponent<{
1083
1083
  }>>, {
1084
1084
  readonly disabled: boolean;
1085
1085
  readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("./trigger").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("./trigger").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("./trigger").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("./trigger").TooltipTriggerType>))[], unknown, unknown>;
1086
- readonly virtualTriggering: boolean;
1087
1086
  readonly open: boolean;
1087
+ readonly virtualTriggering: boolean;
1088
1088
  readonly triggerKeys: string[];
1089
1089
  }>;
1090
1090
  ElTooltipContent: import("vue").DefineComponent<{
@@ -1345,7 +1345,7 @@ declare const _default: import("vue").DefineComponent<{
1345
1345
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
1346
1346
  readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("element-plus-secondary/es/components/popper").Placement, unknown, "bottom", boolean>;
1347
1347
  readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
1348
- readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
1348
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
1349
1349
  readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1350
1350
  readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
1351
1351
  }, {
@@ -1607,7 +1607,7 @@ declare const _default: import("vue").DefineComponent<{
1607
1607
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
1608
1608
  readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("element-plus-secondary/es/components/popper").Placement, unknown, "bottom", boolean>;
1609
1609
  readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
1610
- readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
1610
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
1611
1611
  readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1612
1612
  readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
1613
1613
  }>> & {
@@ -1887,7 +1887,7 @@ declare const _default: import("vue").DefineComponent<{
1887
1887
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
1888
1888
  readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("element-plus-secondary/es/components/popper").Placement, unknown, "bottom", boolean>;
1889
1889
  readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
1890
- readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
1890
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
1891
1891
  }, {
1892
1892
  emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
1893
1893
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -2136,7 +2136,7 @@ declare const _default: import("vue").DefineComponent<{
2136
2136
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
2137
2137
  readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("element-plus-secondary/es/components/popper").Placement, unknown, "bottom", boolean>;
2138
2138
  readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
2139
- readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
2139
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
2140
2140
  }>> & {
2141
2141
  onClose?: (() => any) | undefined;
2142
2142
  onFocus?: (() => any) | undefined;
@@ -2494,7 +2494,7 @@ declare const _default: import("vue").DefineComponent<{
2494
2494
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
2495
2495
  readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("element-plus-secondary/es/components/popper").Placement, unknown, "bottom", boolean>;
2496
2496
  readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
2497
- readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
2497
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
2498
2498
  }>> & {
2499
2499
  onClose?: (() => any) | undefined;
2500
2500
  onFocus?: (() => any) | undefined;
@@ -2503,13 +2503,13 @@ declare const _default: import("vue").DefineComponent<{
2503
2503
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
2504
2504
  }, {
2505
2505
  readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("element-plus-secondary/es/components/popper").Placement, unknown>;
2506
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
2506
2507
  readonly offset: number;
2507
2508
  readonly effect: string;
2508
2509
  readonly boundariesPadding: number;
2509
2510
  readonly fallbackPlacements: import("element-plus-secondary/es/components/popper").Placement[];
2510
2511
  readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2511
2512
  readonly popperOptions: Partial<import("element-plus-secondary/es/components/popper").Options>;
2512
- readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
2513
2513
  readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2514
2514
  readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2515
2515
  readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -2777,20 +2777,22 @@ declare const _default: import("vue").DefineComponent<{
2777
2777
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
2778
2778
  readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("element-plus-secondary/es/components/popper").Placement, unknown, "bottom", boolean>;
2779
2779
  readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
2780
- readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
2780
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
2781
2781
  readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
2782
2782
  readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
2783
2783
  }>>, {
2784
2784
  readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("element-plus-secondary/es/components/popper").Placement, unknown>;
2785
- readonly offset: number;
2786
- readonly effect: string;
2787
2785
  readonly showAfter: number;
2788
2786
  readonly hideAfter: number;
2787
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
2788
+ readonly offset: number;
2789
+ readonly content: string;
2790
+ readonly transition: string;
2791
+ readonly effect: string;
2789
2792
  readonly boundariesPadding: number;
2790
2793
  readonly fallbackPlacements: import("element-plus-secondary/es/components/popper").Placement[];
2791
2794
  readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2792
2795
  readonly popperOptions: Partial<import("element-plus-secondary/es/components/popper").Options>;
2793
- readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
2794
2796
  readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2795
2797
  readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2796
2798
  readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -2799,9 +2801,7 @@ declare const _default: import("vue").DefineComponent<{
2799
2801
  readonly pure: boolean;
2800
2802
  readonly virtualTriggering: boolean;
2801
2803
  readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
2802
- readonly content: string;
2803
2804
  readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2804
- readonly transition: string;
2805
2805
  readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2806
2806
  readonly persistent: boolean;
2807
2807
  }>;
@@ -3111,7 +3111,7 @@ declare const _default: import("vue").DefineComponent<{
3111
3111
  gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
3112
3112
  placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("element-plus-secondary/es/components/popper").Placement, unknown, "bottom", boolean>;
3113
3113
  popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("element-plus-secondary/es/components/popper").Options>) | (() => Partial<import("element-plus-secondary/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
3114
- strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
3114
+ strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
3115
3115
  showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
3116
3116
  hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
3117
3117
  "onUpdate:visible": {
@@ -3120,22 +3120,25 @@ declare const _default: import("vue").DefineComponent<{
3120
3120
  readonly validator: ((val: unknown) => boolean) | undefined;
3121
3121
  __epPropKey: true;
3122
3122
  };
3123
- role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
3123
+ role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
3124
3124
  }>> & {
3125
3125
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
3126
3126
  }, {
3127
3127
  disabled: boolean;
3128
3128
  trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("./trigger").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("./trigger").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("./trigger").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("./trigger").TooltipTriggerType>))[], unknown, unknown>;
3129
3129
  placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("element-plus-secondary/es/components/popper").Placement, unknown>;
3130
- offset: number;
3131
- effect: string;
3132
3130
  showAfter: number;
3133
3131
  hideAfter: number;
3132
+ open: boolean;
3133
+ strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
3134
+ offset: number;
3135
+ content: string;
3136
+ transition: string;
3137
+ effect: string;
3134
3138
  boundariesPadding: number;
3135
3139
  fallbackPlacements: import("element-plus-secondary/es/components/popper").Placement[];
3136
3140
  gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3137
3141
  popperOptions: Partial<import("element-plus-secondary/es/components/popper").Options>;
3138
- strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
3139
3142
  enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3140
3143
  focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3141
3144
  trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -3144,13 +3147,10 @@ declare const _default: import("vue").DefineComponent<{
3144
3147
  pure: boolean;
3145
3148
  virtualTriggering: boolean;
3146
3149
  appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
3147
- content: string;
3148
3150
  rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3149
- transition: string;
3150
3151
  teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3151
3152
  persistent: boolean;
3152
- open: boolean;
3153
- role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
3153
+ role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
3154
3154
  triggerKeys: string[];
3155
3155
  arrowOffset: number;
3156
3156
  showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -5,14 +5,14 @@ import '../../../hooks/index.mjs';
5
5
  import '../../../tokens/index.mjs';
6
6
  import { useTooltipProps, tooltipEmits, useTooltipModelToggle } from './tooltip.mjs';
7
7
  import ElTooltipTrigger from './trigger2.mjs';
8
- import ElTooltipContent from './content.mjs';
8
+ import ElTooltipContent from './content2.mjs';
9
9
  import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
10
10
  import { usePopperContainer } from '../../../hooks/use-popper-container/index.mjs';
11
11
  import { useId } from '../../../hooks/use-id/index.mjs';
12
12
  import { useDelayedToggle } from '../../../hooks/use-delayed-toggle/index.mjs';
13
13
  import { isBoolean } from '@vueuse/core';
14
14
  import { TOOLTIP_INJECTION_KEY } from '../../../tokens/tooltip.mjs';
15
- import ElPopperArrow from '../../popper/src/arrow.mjs';
15
+ import ElPopperArrow from '../../popper/src/arrow2.mjs';
16
16
 
17
17
  const _hoisted_1 = ["innerHTML"];
18
18
  const _hoisted_2 = { key: 1 };
@@ -317,8 +317,8 @@ declare const _default: import("vue").DefineComponent<{
317
317
  readonly id: StringConstructor;
318
318
  readonly open: BooleanConstructor;
319
319
  }>>, {
320
- readonly virtualTriggering: boolean;
321
320
  readonly open: boolean;
321
+ readonly virtualTriggering: boolean;
322
322
  }>;
323
323
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
324
324
  readonly disabled: BooleanConstructor;
@@ -378,8 +378,8 @@ declare const _default: import("vue").DefineComponent<{
378
378
  }>>, {
379
379
  readonly disabled: boolean;
380
380
  readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("./trigger").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("./trigger").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("./trigger").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("./trigger").TooltipTriggerType>))[], unknown, unknown>;
381
- readonly virtualTriggering: boolean;
382
381
  readonly open: boolean;
382
+ readonly virtualTriggering: boolean;
383
383
  readonly triggerKeys: string[];
384
384
  }>;
385
385
  export default _default;
@@ -11,7 +11,7 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
11
11
  readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
12
12
  readonly reference: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
13
13
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
14
- readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
14
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
15
15
  readonly showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
16
16
  readonly onBlur: {
17
17
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -81,7 +81,7 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
81
81
  readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
82
82
  readonly reference: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
83
83
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
84
- readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
84
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
85
85
  readonly showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
86
86
  readonly onBlur: {
87
87
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -153,7 +153,7 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
153
153
  readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
154
154
  readonly reference: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
155
155
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
156
- readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
156
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
157
157
  readonly showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
158
158
  readonly onBlur: {
159
159
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -216,19 +216,19 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
216
216
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
217
217
  readonly placement?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
218
218
  readonly height?: number | undefined;
219
- readonly offset?: number | undefined;
219
+ readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
220
+ readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
221
+ readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
222
+ readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
220
223
  readonly width?: number | undefined;
224
+ readonly offset?: number | undefined;
221
225
  readonly effect?: string | undefined;
222
- readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
223
- readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
224
226
  readonly ariaLabel?: string | undefined;
225
227
  readonly teleported?: boolean | undefined;
226
228
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
227
229
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
228
- readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
229
230
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
230
231
  readonly showArrow?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
231
- readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
232
232
  readonly reference?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown> | undefined;
233
233
  readonly alwaysOn?: boolean | undefined;
234
234
  readonly delayDuration?: number | undefined;
@@ -247,19 +247,19 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
247
247
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
248
248
  readonly placement?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
249
249
  readonly height?: number | undefined;
250
- readonly offset?: number | undefined;
250
+ readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
251
+ readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
252
+ readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
253
+ readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
251
254
  readonly width?: number | undefined;
255
+ readonly offset?: number | undefined;
252
256
  readonly effect?: string | undefined;
253
- readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
254
- readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
255
257
  readonly ariaLabel?: string | undefined;
256
258
  readonly teleported?: boolean | undefined;
257
259
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
258
260
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
259
- readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
260
261
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
261
262
  readonly showArrow?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
262
- readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
263
263
  readonly reference?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown> | undefined;
264
264
  readonly alwaysOn?: boolean | undefined;
265
265
  readonly delayDuration?: number | undefined;
@@ -278,19 +278,19 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
278
278
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
279
279
  readonly placement?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
280
280
  readonly height?: number | undefined;
281
- readonly offset?: number | undefined;
281
+ readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
282
+ readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
283
+ readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
284
+ readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
282
285
  readonly width?: number | undefined;
286
+ readonly offset?: number | undefined;
283
287
  readonly effect?: string | undefined;
284
- readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
285
- readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
286
288
  readonly ariaLabel?: string | undefined;
287
289
  readonly teleported?: boolean | undefined;
288
290
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
289
291
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
290
- readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
291
292
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
292
293
  readonly showArrow?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
293
- readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
294
294
  readonly reference?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown> | undefined;
295
295
  readonly alwaysOn?: boolean | undefined;
296
296
  readonly delayDuration?: number | undefined;
@@ -309,19 +309,19 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
309
309
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
310
310
  readonly placement?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
311
311
  readonly height?: number | undefined;
312
- readonly offset?: number | undefined;
312
+ readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
313
+ readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
314
+ readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
315
+ readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
313
316
  readonly width?: number | undefined;
317
+ readonly offset?: number | undefined;
314
318
  readonly effect?: string | undefined;
315
- readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
316
- readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
317
319
  readonly ariaLabel?: string | undefined;
318
320
  readonly teleported?: boolean | undefined;
319
321
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
320
322
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
321
- readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
322
323
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
323
324
  readonly showArrow?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
324
- readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
325
325
  readonly reference?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown> | undefined;
326
326
  readonly alwaysOn?: boolean | undefined;
327
327
  readonly delayDuration?: number | undefined;
@@ -479,8 +479,8 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
479
479
  style: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown, null, boolean>;
480
480
  }>>, {
481
481
  height: number;
482
- width: number;
483
482
  style: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
483
+ width: number;
484
484
  }>;
485
485
  TooltipV2Content: import("vue").DefineComponent<{
486
486
  nowrap: BooleanConstructor;
@@ -491,7 +491,7 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
491
491
  placement: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
492
492
  reference: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
493
493
  offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
494
- strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
494
+ strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
495
495
  showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
496
496
  }, {
497
497
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -503,7 +503,7 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
503
503
  placement: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
504
504
  reference: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
505
505
  offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
506
- strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
506
+ strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
507
507
  showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
508
508
  }>> & {
509
509
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
@@ -511,7 +511,7 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
511
511
  triggerRef: import("vue").Ref<HTMLElement | null>;
512
512
  contentId: import("vue").Ref<string>;
513
513
  placement: import("vue").Ref<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
514
- strategy: import("vue").Ref<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>>;
514
+ strategy: import("vue").Ref<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown>>;
515
515
  arrowRef: import("vue").Ref<HTMLElement | null>;
516
516
  referenceRef: import("vue").Ref<HTMLElement | import("@floating-ui/dom").VirtualElement | undefined>;
517
517
  contentRef: import("vue").Ref<HTMLElement | undefined>;
@@ -610,13 +610,13 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
610
610
  placement: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
611
611
  reference: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
612
612
  offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
613
- strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
613
+ strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
614
614
  showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
615
615
  }>>, {
616
616
  placement: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
617
+ strategy: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown>;
617
618
  offset: number;
618
619
  effect: string;
619
- strategy: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
620
620
  nowrap: boolean;
621
621
  showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
622
622
  reference: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
@@ -798,7 +798,7 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
798
798
  readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
799
799
  readonly reference: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
800
800
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
801
- readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
801
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
802
802
  readonly showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
803
803
  readonly onBlur: {
804
804
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -857,15 +857,15 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
857
857
  }>>, {
858
858
  readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
859
859
  readonly height: number;
860
- readonly offset: number;
860
+ readonly to: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
861
+ readonly style: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
862
+ readonly open: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
863
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown>;
861
864
  readonly width: number;
865
+ readonly offset: number;
862
866
  readonly effect: string;
863
- readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
864
- readonly style: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
865
867
  readonly teleported: boolean;
866
- readonly open: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
867
868
  readonly showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
868
- readonly to: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
869
869
  readonly reference: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
870
870
  readonly alwaysOn: boolean;
871
871
  readonly delayDuration: number;
@@ -1,10 +1,10 @@
1
1
  import '../../utils/index.mjs';
2
2
  import TooltipV2 from './src/tooltip.mjs';
3
3
  export { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './src/arrow.mjs';
4
- export { tooltipV2ContentProps } from './src/content2.mjs';
4
+ export { tooltipV2ContentProps } from './src/content.mjs';
5
5
  export { tooltipV2RootProps } from './src/root.mjs';
6
6
  export { tooltipV2Props } from './src/tooltip2.mjs';
7
- export { tooltipV2TriggerProps } from './src/trigger2.mjs';
7
+ export { tooltipV2TriggerProps } from './src/trigger.mjs';
8
8
  import { withInstall } from '../../utils/vue/install.mjs';
9
9
 
10
10
  const ElTooltipV2 = withInstall(TooltipV2);