element-pe 2.2.48 → 2.2.49

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 (886) hide show
  1. package/dist/index.full.js +5 -5
  2. package/dist/index.full.min.js +1 -1
  3. package/dist/index.full.min.js.map +1 -1
  4. package/dist/index.full.min.mjs +1 -1
  5. package/dist/index.full.min.mjs.map +1 -1
  6. package/dist/index.full.mjs +5 -5
  7. package/es/components/affix/index.d.ts +2 -2
  8. package/es/components/affix/index.mjs +2 -2
  9. package/es/components/affix/src/affix.mjs +26 -119
  10. package/es/components/affix/src/affix.mjs.map +1 -1
  11. package/es/components/affix/src/affix.vue.d.ts +2 -2
  12. package/es/components/affix/src/affix2.mjs +119 -26
  13. package/es/components/affix/src/affix2.mjs.map +1 -1
  14. package/es/components/alert/index.d.ts +2 -2
  15. package/es/components/alert/src/alert.vue.d.ts +2 -2
  16. package/es/components/autocomplete/index.d.ts +165 -165
  17. package/es/components/autocomplete/src/autocomplete.mjs +1 -1
  18. package/es/components/autocomplete/src/autocomplete.vue.d.ts +165 -165
  19. package/es/components/avatar/index.mjs +2 -2
  20. package/es/components/avatar/src/avatar.mjs +32 -69
  21. package/es/components/avatar/src/avatar.mjs.map +1 -1
  22. package/es/components/avatar/src/avatar2.mjs +69 -32
  23. package/es/components/avatar/src/avatar2.mjs.map +1 -1
  24. package/es/components/backtop/index.d.ts +2 -2
  25. package/es/components/backtop/src/backtop.vue.d.ts +2 -2
  26. package/es/components/badge/index.d.ts +1 -1
  27. package/es/components/badge/src/badge.vue.d.ts +1 -1
  28. package/es/components/breadcrumb/index.d.ts +2 -2
  29. package/es/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
  30. package/es/components/button/index.d.ts +17 -17
  31. package/es/components/button/index.mjs +1 -1
  32. package/es/components/button/src/button-group.d.ts +1 -1
  33. package/es/components/button/src/button-group.mjs +6 -30
  34. package/es/components/button/src/button-group.mjs.map +1 -1
  35. package/es/components/button/src/button-group.vue.d.ts +4 -4
  36. package/es/components/button/src/button-group2.mjs +30 -6
  37. package/es/components/button/src/button-group2.mjs.map +1 -1
  38. package/es/components/button/src/button.d.ts +1 -1
  39. package/es/components/button/src/button.vue.d.ts +9 -9
  40. package/es/components/button/src/use-button.d.ts +1 -1
  41. package/es/components/calendar/index.d.ts +17 -17
  42. package/es/components/calendar/src/calendar.vue.d.ts +17 -17
  43. package/es/components/carousel/index.d.ts +3 -3
  44. package/es/components/carousel/index.mjs +2 -2
  45. package/es/components/carousel/src/carousel-item.mjs +8 -63
  46. package/es/components/carousel/src/carousel-item.mjs.map +1 -1
  47. package/es/components/carousel/src/carousel-item.vue.d.ts +1 -1
  48. package/es/components/carousel/src/carousel-item2.mjs +63 -8
  49. package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
  50. package/es/components/carousel/src/carousel.vue.d.ts +1 -1
  51. package/es/components/cascader/index.d.ts +352 -352
  52. package/es/components/cascader/src/cascader.mjs +1 -1
  53. package/es/components/cascader/src/cascader.vue.d.ts +176 -176
  54. package/es/components/cascader-panel/index.d.ts +6 -6
  55. package/es/components/cascader-panel/src/index.mjs +1 -1
  56. package/es/components/cascader-panel/src/index.vue.d.ts +3 -3
  57. package/es/components/cascader-panel/src/menu.mjs +1 -1
  58. package/es/components/cascader-panel/src/node.mjs +209 -116
  59. package/es/components/cascader-panel/src/node.mjs.map +1 -1
  60. package/es/components/cascader-panel/src/node2.mjs +116 -209
  61. package/es/components/cascader-panel/src/node2.mjs.map +1 -1
  62. package/es/components/cascader-panel/src/store.mjs +1 -1
  63. package/es/components/check-tag/index.mjs +2 -2
  64. package/es/components/check-tag/src/check-tag.mjs +30 -12
  65. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  66. package/es/components/check-tag/src/check-tag2.mjs +12 -30
  67. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  68. package/es/components/checkbox/index.d.ts +21 -21
  69. package/es/components/checkbox/index.mjs +2 -2
  70. package/es/components/checkbox/src/checkbox-button.mjs +1 -1
  71. package/es/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
  72. package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
  73. package/es/components/checkbox/src/checkbox.mjs +49 -117
  74. package/es/components/checkbox/src/checkbox.mjs.map +1 -1
  75. package/es/components/checkbox/src/checkbox.vue.d.ts +5 -5
  76. package/es/components/checkbox/src/checkbox2.mjs +117 -49
  77. package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
  78. package/es/components/col/index.d.ts +1 -1
  79. package/es/components/col/index.mjs +2 -2
  80. package/es/components/col/src/col.mjs +66 -43
  81. package/es/components/col/src/col.mjs.map +1 -1
  82. package/es/components/col/src/col.vue.d.ts +1 -1
  83. package/es/components/col/src/col2.mjs +43 -66
  84. package/es/components/col/src/col2.mjs.map +1 -1
  85. package/es/components/collapse/index.d.ts +4 -4
  86. package/es/components/collapse/index.mjs +4 -4
  87. package/es/components/collapse/src/collapse-item.mjs +14 -96
  88. package/es/components/collapse/src/collapse-item.mjs.map +1 -1
  89. package/es/components/collapse/src/collapse-item.vue.d.ts +1 -1
  90. package/es/components/collapse/src/collapse-item2.mjs +96 -14
  91. package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
  92. package/es/components/collapse/src/collapse.mjs +17 -30
  93. package/es/components/collapse/src/collapse.mjs.map +1 -1
  94. package/es/components/collapse/src/collapse.vue.d.ts +2 -2
  95. package/es/components/collapse/src/collapse2.mjs +30 -17
  96. package/es/components/collapse/src/collapse2.mjs.map +1 -1
  97. package/es/components/collection/index.mjs +1 -1
  98. package/es/components/collection/src/collection.mjs +10 -62
  99. package/es/components/collection/src/collection.mjs.map +1 -1
  100. package/es/components/collection/src/collection2.mjs +62 -10
  101. package/es/components/collection/src/collection2.mjs.map +1 -1
  102. package/es/components/color-picker/index.d.ts +157 -157
  103. package/es/components/color-picker/src/color-picker.vue.d.ts +157 -157
  104. package/es/components/date-picker/index.d.ts +8 -8
  105. package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
  106. package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  107. package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  108. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +53 -53
  109. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +51 -51
  110. package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  111. package/es/components/date-picker/src/date-picker.d.ts +4 -4
  112. package/es/components/date-picker/src/panel-utils.d.ts +111 -111
  113. package/es/components/descriptions/index.d.ts +6 -6
  114. package/es/components/descriptions/src/description-item.d.ts +2 -2
  115. package/es/components/descriptions/src/description.mjs +1 -1
  116. package/es/components/descriptions/src/description.vue.d.ts +2 -2
  117. package/es/components/descriptions/src/descriptions-row.mjs +7 -64
  118. package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
  119. package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
  120. package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
  121. package/es/components/dialog/index.d.ts +3 -3
  122. package/es/components/dialog/index.mjs +2 -2
  123. package/es/components/dialog/src/dialog-content.mjs +94 -39
  124. package/es/components/dialog/src/dialog-content.mjs.map +1 -1
  125. package/es/components/dialog/src/dialog-content2.mjs +39 -94
  126. package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
  127. package/es/components/dialog/src/dialog.mjs +174 -73
  128. package/es/components/dialog/src/dialog.mjs.map +1 -1
  129. package/es/components/dialog/src/dialog.vue.d.ts +3 -3
  130. package/es/components/dialog/src/dialog2.mjs +73 -174
  131. package/es/components/dialog/src/dialog2.mjs.map +1 -1
  132. package/es/components/divider/index.d.ts +4 -4
  133. package/es/components/divider/index.mjs +2 -2
  134. package/es/components/divider/src/divider.d.ts +1 -1
  135. package/es/components/divider/src/divider.mjs +35 -17
  136. package/es/components/divider/src/divider.mjs.map +1 -1
  137. package/es/components/divider/src/divider.vue.d.ts +4 -4
  138. package/es/components/divider/src/divider2.mjs +17 -35
  139. package/es/components/divider/src/divider2.mjs.map +1 -1
  140. package/es/components/drawer/index.d.ts +4 -4
  141. package/es/components/drawer/index.mjs +2 -2
  142. package/es/components/drawer/src/drawer.mjs +25 -186
  143. package/es/components/drawer/src/drawer.mjs.map +1 -1
  144. package/es/components/drawer/src/drawer.vue.d.ts +4 -4
  145. package/es/components/drawer/src/drawer2.mjs +186 -25
  146. package/es/components/drawer/src/drawer2.mjs.map +1 -1
  147. package/es/components/dropdown/index.d.ts +110 -110
  148. package/es/components/dropdown/src/dropdown-item-impl.mjs +5 -5
  149. package/es/components/dropdown/src/dropdown-item-impl.mjs.map +1 -1
  150. package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +3 -3
  151. package/es/components/dropdown/src/dropdown-item.mjs +1 -1
  152. package/es/components/dropdown/src/dropdown-item.mjs.map +1 -1
  153. package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  154. package/es/components/dropdown/src/dropdown-menu.mjs.map +1 -1
  155. package/es/components/dropdown/src/dropdown-menu.vue.d.ts +7 -7
  156. package/es/components/dropdown/src/dropdown.d.ts +1 -1
  157. package/es/components/dropdown/src/dropdown.mjs +3 -3
  158. package/es/components/dropdown/src/dropdown.vue.d.ts +94 -94
  159. package/es/components/empty/index.mjs +2 -2
  160. package/es/components/empty/src/empty.mjs +55 -11
  161. package/es/components/empty/src/empty.mjs.map +1 -1
  162. package/es/components/empty/src/empty2.mjs +11 -55
  163. package/es/components/empty/src/empty2.mjs.map +1 -1
  164. package/es/components/icon/index.mjs +2 -2
  165. package/es/components/icon/src/icon.mjs +36 -8
  166. package/es/components/icon/src/icon.mjs.map +1 -1
  167. package/es/components/icon/src/icon2.mjs +8 -36
  168. package/es/components/icon/src/icon2.mjs.map +1 -1
  169. package/es/components/image/index.d.ts +6 -6
  170. package/es/components/image/index.mjs +2 -2
  171. package/es/components/image/src/image.d.ts +1 -1
  172. package/es/components/image/src/image.mjs +65 -226
  173. package/es/components/image/src/image.mjs.map +1 -1
  174. package/es/components/image/src/image.vue.d.ts +6 -6
  175. package/es/components/image/src/image2.mjs +226 -65
  176. package/es/components/image/src/image2.mjs.map +1 -1
  177. package/es/components/image-viewer/index.mjs +2 -2
  178. package/es/components/image-viewer/src/image-viewer.mjs +401 -38
  179. package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
  180. package/es/components/image-viewer/src/image-viewer2.mjs +38 -401
  181. package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
  182. package/es/components/index.mjs +32 -32
  183. package/es/components/input/index.d.ts +6 -6
  184. package/es/components/input/src/input.vue.d.ts +6 -6
  185. package/es/components/input-number/index.d.ts +23 -23
  186. package/es/components/input-number/src/input-number.vue.d.ts +23 -23
  187. package/es/components/loading/index.d.ts +1 -1
  188. package/es/components/menu/index.d.ts +5 -5
  189. package/es/components/menu/src/menu-item.vue.d.ts +1 -1
  190. package/es/components/menu/src/menu.d.ts +1 -1
  191. package/es/components/menu/src/sub-menu.d.ts +1 -1
  192. package/es/components/message/index.mjs +1 -1
  193. package/es/components/message/src/message.mjs +151 -86
  194. package/es/components/message/src/message.mjs.map +1 -1
  195. package/es/components/message/src/message.vue.d.ts +4 -4
  196. package/es/components/message/src/message2.mjs +86 -151
  197. package/es/components/message/src/message2.mjs.map +1 -1
  198. package/es/components/message/src/method.mjs +2 -2
  199. package/es/components/notification/src/notification.vue.d.ts +3 -3
  200. package/es/components/page-header/index.d.ts +5 -5
  201. package/es/components/page-header/index.mjs +2 -2
  202. package/es/components/page-header/src/page-header.mjs +103 -17
  203. package/es/components/page-header/src/page-header.mjs.map +1 -1
  204. package/es/components/page-header/src/page-header.vue.d.ts +5 -5
  205. package/es/components/page-header/src/page-header2.mjs +17 -103
  206. package/es/components/page-header/src/page-header2.mjs.map +1 -1
  207. package/es/components/pagination/index.d.ts +2 -2
  208. package/es/components/pagination/src/components/jumper.vue.d.ts +6 -6
  209. package/es/components/pagination/src/components/next.mjs +38 -19
  210. package/es/components/pagination/src/components/next.mjs.map +1 -1
  211. package/es/components/pagination/src/components/next.vue.d.ts +1 -1
  212. package/es/components/pagination/src/components/next2.mjs +19 -38
  213. package/es/components/pagination/src/components/next2.mjs.map +1 -1
  214. package/es/components/pagination/src/components/pager.vue.d.ts +1 -1
  215. package/es/components/pagination/src/components/prev.vue.d.ts +1 -1
  216. package/es/components/pagination/src/components/sizes.mjs +22 -70
  217. package/es/components/pagination/src/components/sizes.mjs.map +1 -1
  218. package/es/components/pagination/src/components/sizes.vue.d.ts +95 -95
  219. package/es/components/pagination/src/components/sizes2.mjs +70 -22
  220. package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
  221. package/es/components/pagination/src/components/total.mjs +7 -28
  222. package/es/components/pagination/src/components/total.mjs.map +1 -1
  223. package/es/components/pagination/src/components/total2.mjs +28 -7
  224. package/es/components/pagination/src/components/total2.mjs.map +1 -1
  225. package/es/components/pagination/src/pagination.d.ts +2 -2
  226. package/es/components/pagination/src/pagination.mjs +3 -3
  227. package/es/components/popconfirm/index.d.ts +156 -156
  228. package/es/components/popconfirm/index.mjs +2 -2
  229. package/es/components/popconfirm/src/popconfirm.d.ts +2 -2
  230. package/es/components/popconfirm/src/popconfirm.mjs +47 -110
  231. package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
  232. package/es/components/popconfirm/src/popconfirm.vue.d.ts +156 -156
  233. package/es/components/popconfirm/src/popconfirm2.mjs +110 -47
  234. package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
  235. package/es/components/popover/index.d.ts +154 -154
  236. package/es/components/popover/src/popover.vue.d.ts +154 -154
  237. package/es/components/popover/src/popover2.mjs +2 -2
  238. package/es/components/popper/index.d.ts +5 -5
  239. package/es/components/popper/index.mjs +4 -4
  240. package/es/components/popper/src/composables/use-content.d.ts +6 -6
  241. package/es/components/popper/src/content.d.ts +4 -4
  242. package/es/components/popper/src/content.vue.d.ts +5 -5
  243. package/es/components/popper/src/popper.d.ts +2 -2
  244. package/es/components/popper/src/popper.mjs +25 -32
  245. package/es/components/popper/src/popper.mjs.map +1 -1
  246. package/es/components/popper/src/popper.vue.d.ts +5 -5
  247. package/es/components/popper/src/popper2.mjs +32 -25
  248. package/es/components/popper/src/popper2.mjs.map +1 -1
  249. package/es/components/popper/src/trigger.mjs +121 -31
  250. package/es/components/popper/src/trigger.mjs.map +1 -1
  251. package/es/components/popper/src/trigger.vue.d.ts +1 -1
  252. package/es/components/popper/src/trigger2.mjs +31 -121
  253. package/es/components/popper/src/trigger2.mjs.map +1 -1
  254. package/es/components/popper/src/utils.d.ts +2 -2
  255. package/es/components/radio/index.d.ts +19 -19
  256. package/es/components/radio/index.mjs +4 -4
  257. package/es/components/radio/src/radio-button.mjs +64 -9
  258. package/es/components/radio/src/radio-button.mjs.map +1 -1
  259. package/es/components/radio/src/radio-button.vue.d.ts +2 -2
  260. package/es/components/radio/src/radio-button2.mjs +9 -64
  261. package/es/components/radio/src/radio-button2.mjs.map +1 -1
  262. package/es/components/radio/src/radio-group.mjs +70 -36
  263. package/es/components/radio/src/radio-group.mjs.map +1 -1
  264. package/es/components/radio/src/radio-group.vue.d.ts +5 -5
  265. package/es/components/radio/src/radio-group2.mjs +36 -70
  266. package/es/components/radio/src/radio-group2.mjs.map +1 -1
  267. package/es/components/radio/src/radio.vue.d.ts +5 -5
  268. package/es/components/rate/index.d.ts +4 -4
  269. package/es/components/rate/src/rate.vue.d.ts +4 -4
  270. package/es/components/result/index.mjs +2 -2
  271. package/es/components/result/src/result.mjs +29 -63
  272. package/es/components/result/src/result.mjs.map +1 -1
  273. package/es/components/result/src/result2.mjs +63 -29
  274. package/es/components/result/src/result2.mjs.map +1 -1
  275. package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  276. package/es/components/roving-focus-group/src/roving-focus-group.mjs +1 -1
  277. package/es/components/row/index.d.ts +4 -4
  278. package/es/components/row/src/row.d.ts +1 -1
  279. package/es/components/row/src/row.vue.d.ts +4 -4
  280. package/es/components/scrollbar/index.d.ts +1 -1
  281. package/es/components/scrollbar/index.mjs +2 -2
  282. package/es/components/scrollbar/src/scrollbar.mjs +176 -46
  283. package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
  284. package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  285. package/es/components/scrollbar/src/scrollbar2.mjs +46 -176
  286. package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
  287. package/es/components/select/index.d.ts +95 -95
  288. package/es/components/select/src/select.mjs +1 -1
  289. package/es/components/select/src/select.vue.d.ts +95 -95
  290. package/es/components/select/src/useSelect.d.ts +89 -89
  291. package/es/components/select-v2/index.d.ts +190 -190
  292. package/es/components/select-v2/src/defaults.mjs +1 -1
  293. package/es/components/select-v2/src/select.vue.d.ts +95 -95
  294. package/es/components/select-v2/src/useSelect.d.ts +89 -89
  295. package/es/components/skeleton/index.d.ts +9 -9
  296. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  297. package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  298. package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
  299. package/es/components/slider/index.d.ts +261 -261
  300. package/es/components/slider/index.mjs +2 -2
  301. package/es/components/slider/src/button.mjs +21 -93
  302. package/es/components/slider/src/button.mjs.map +1 -1
  303. package/es/components/slider/src/button.vue.d.ts +46 -46
  304. package/es/components/slider/src/button2.mjs +93 -21
  305. package/es/components/slider/src/button2.mjs.map +1 -1
  306. package/es/components/slider/src/composables/use-slide.d.ts +186 -186
  307. package/es/components/slider/src/slider.mjs +233 -91
  308. package/es/components/slider/src/slider.mjs.map +1 -1
  309. package/es/components/slider/src/slider.vue.d.ts +261 -261
  310. package/es/components/slider/src/slider2.mjs +91 -233
  311. package/es/components/slider/src/slider2.mjs.map +1 -1
  312. package/es/components/space/index.d.ts +3 -3
  313. package/es/components/space/src/space.d.ts +3 -3
  314. package/es/components/steps/index.d.ts +3 -3
  315. package/es/components/steps/index.mjs +2 -2
  316. package/es/components/steps/src/item.vue.d.ts +1 -1
  317. package/es/components/steps/src/steps.mjs +34 -36
  318. package/es/components/steps/src/steps.mjs.map +1 -1
  319. package/es/components/steps/src/steps.vue.d.ts +1 -1
  320. package/es/components/steps/src/steps2.mjs +36 -34
  321. package/es/components/steps/src/steps2.mjs.map +1 -1
  322. package/es/components/switch/index.d.ts +6 -6
  323. package/es/components/switch/src/switch.vue.d.ts +6 -6
  324. package/es/components/table/index.d.ts +12 -12
  325. package/es/components/table/src/filter-panel.vue.d.ts +89 -89
  326. package/es/components/table/src/table/defaults.d.ts +1 -1
  327. package/es/components/table/src/table/style-helper.d.ts +1 -1
  328. package/es/components/table/src/table-body/defaults.d.ts +1 -1
  329. package/es/components/table/src/table-body/index.d.ts +2 -2
  330. package/es/components/table/src/table-column/defaults.d.ts +1 -1
  331. package/es/components/table/src/table-column/index.d.ts +2 -2
  332. package/es/components/table/src/table.vue.d.ts +8 -8
  333. package/es/components/table/src/util.d.ts +9 -9
  334. package/es/components/tabs/index.d.ts +19 -19
  335. package/es/components/tabs/index.mjs +1 -1
  336. package/es/components/tabs/src/tab-bar.d.ts +12 -12
  337. package/es/components/tabs/src/tab-bar.mjs +7 -75
  338. package/es/components/tabs/src/tab-bar.mjs.map +1 -1
  339. package/es/components/tabs/src/tab-bar.vue.d.ts +39 -39
  340. package/es/components/tabs/src/tab-bar2.mjs +75 -7
  341. package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
  342. package/es/components/tabs/src/tab-nav.d.ts +45 -45
  343. package/es/components/tabs/src/tab-nav.mjs +1 -1
  344. package/es/components/tabs/src/tab-pane.vue.d.ts +5 -5
  345. package/es/components/tabs/src/tabs.d.ts +10 -10
  346. package/es/components/tag/index.d.ts +2 -2
  347. package/es/components/tag/src/tag.vue.d.ts +2 -2
  348. package/es/components/time-picker/index.d.ts +8 -8
  349. package/es/components/time-picker/src/common/picker.vue.d.ts +146 -146
  350. package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  351. package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  352. package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
  353. package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
  354. package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
  355. package/es/components/time-picker/src/time-picker.d.ts +4 -4
  356. package/es/components/time-select/index.d.ts +390 -390
  357. package/es/components/time-select/src/time-select.vue.d.ts +195 -195
  358. package/es/components/timeline/index.d.ts +6 -6
  359. package/es/components/timeline/index.mjs +2 -2
  360. package/es/components/timeline/src/timeline-item.mjs +42 -70
  361. package/es/components/timeline/src/timeline-item.mjs.map +1 -1
  362. package/es/components/timeline/src/timeline-item.vue.d.ts +3 -3
  363. package/es/components/timeline/src/timeline-item2.mjs +70 -42
  364. package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
  365. package/es/components/tooltip/index.d.ts +45 -45
  366. package/es/components/tooltip/index.mjs +2 -2
  367. package/es/components/tooltip/src/content.d.ts +1 -1
  368. package/es/components/tooltip/src/content.mjs +179 -31
  369. package/es/components/tooltip/src/content.mjs.map +1 -1
  370. package/es/components/tooltip/src/content.vue.d.ts +14 -14
  371. package/es/components/tooltip/src/content2.mjs +31 -179
  372. package/es/components/tooltip/src/content2.mjs.map +1 -1
  373. package/es/components/tooltip/src/tooltip.d.ts +2 -2
  374. package/es/components/tooltip/src/tooltip.mjs +3 -3
  375. package/es/components/tooltip/src/tooltip.vue.d.ts +45 -45
  376. package/es/components/tooltip/src/tooltip2.mjs +2 -2
  377. package/es/components/tooltip/src/trigger.mjs +16 -73
  378. package/es/components/tooltip/src/trigger.mjs.map +1 -1
  379. package/es/components/tooltip/src/trigger.vue.d.ts +3 -3
  380. package/es/components/tooltip/src/trigger2.mjs +73 -16
  381. package/es/components/tooltip/src/trigger2.mjs.map +1 -1
  382. package/es/components/tooltip-v2/index.d.ts +63 -63
  383. package/es/components/tooltip-v2/index.mjs +5 -5
  384. package/es/components/tooltip-v2/src/arrow.mjs +37 -22
  385. package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
  386. package/es/components/tooltip-v2/src/arrow.vue.d.ts +2 -2
  387. package/es/components/tooltip-v2/src/arrow2.mjs +22 -37
  388. package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
  389. package/es/components/tooltip-v2/src/content.d.ts +2 -2
  390. package/es/components/tooltip-v2/src/content.mjs +50 -114
  391. package/es/components/tooltip-v2/src/content.mjs.map +1 -1
  392. package/es/components/tooltip-v2/src/content.vue.d.ts +13 -13
  393. package/es/components/tooltip-v2/src/content2.mjs +114 -50
  394. package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
  395. package/es/components/tooltip-v2/src/root.mjs +17 -82
  396. package/es/components/tooltip-v2/src/root.mjs.map +1 -1
  397. package/es/components/tooltip-v2/src/root2.mjs +82 -17
  398. package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
  399. package/es/components/tooltip-v2/src/tooltip.d.ts +2 -2
  400. package/es/components/tooltip-v2/src/tooltip.mjs +21 -78
  401. package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
  402. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +63 -63
  403. package/es/components/tooltip-v2/src/tooltip2.mjs +78 -21
  404. package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
  405. package/es/components/transfer/index.d.ts +130 -130
  406. package/es/components/transfer/index.mjs +2 -2
  407. package/es/components/transfer/src/composables/use-check.mjs +1 -1
  408. package/es/components/transfer/src/composables/use-checked-change.mjs +1 -1
  409. package/es/components/transfer/src/transfer-panel.mjs +19 -128
  410. package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
  411. package/es/components/transfer/src/transfer-panel.vue.d.ts +22 -22
  412. package/es/components/transfer/src/transfer-panel2.mjs +128 -19
  413. package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
  414. package/es/components/transfer/src/transfer.mjs +69 -162
  415. package/es/components/transfer/src/transfer.mjs.map +1 -1
  416. package/es/components/transfer/src/transfer.vue.d.ts +130 -130
  417. package/es/components/transfer/src/transfer2.mjs +162 -69
  418. package/es/components/transfer/src/transfer2.mjs.map +1 -1
  419. package/es/components/tree/index.d.ts +2 -2
  420. package/es/components/tree/src/tree.vue.d.ts +1 -1
  421. package/es/components/tree-v2/index.d.ts +16 -16
  422. package/es/components/tree-v2/src/tree-node.vue.d.ts +13 -13
  423. package/es/components/tree-v2/src/tree.vue.d.ts +16 -16
  424. package/es/components/upload/index.d.ts +28 -28
  425. package/es/components/upload/src/upload-content.d.ts +1 -1
  426. package/es/components/upload/src/upload-content.vue.d.ts +6 -6
  427. package/es/components/upload/src/upload-list.d.ts +1 -1
  428. package/es/components/upload/src/upload-list.vue.d.ts +3 -3
  429. package/es/components/upload/src/upload.d.ts +2 -2
  430. package/es/components/upload/src/upload.vue.d.ts +28 -28
  431. package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  432. package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
  433. package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  434. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  435. package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  436. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  437. package/es/components/visual-hidden/index.mjs +3 -3
  438. package/es/components/visual-hidden/src/visual-hidden.mjs +35 -7
  439. package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
  440. package/es/components/visual-hidden/src/visual-hidden2.mjs +7 -35
  441. package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
  442. package/es/hooks/use-floating/index.d.ts +2 -2
  443. package/es/hooks/use-popper/index.d.ts +6 -6
  444. package/es/index.mjs +32 -32
  445. package/es/utils/vue/vnode.d.ts +6 -6
  446. package/lib/components/affix/index.d.ts +2 -2
  447. package/lib/components/affix/index.js +2 -2
  448. package/lib/components/affix/src/affix.js +27 -119
  449. package/lib/components/affix/src/affix.js.map +1 -1
  450. package/lib/components/affix/src/affix.vue.d.ts +2 -2
  451. package/lib/components/affix/src/affix2.js +119 -27
  452. package/lib/components/affix/src/affix2.js.map +1 -1
  453. package/lib/components/alert/index.d.ts +2 -2
  454. package/lib/components/alert/src/alert.vue.d.ts +2 -2
  455. package/lib/components/autocomplete/index.d.ts +165 -165
  456. package/lib/components/autocomplete/src/autocomplete.js +1 -1
  457. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +165 -165
  458. package/lib/components/avatar/index.js +2 -2
  459. package/lib/components/avatar/src/avatar.js +33 -69
  460. package/lib/components/avatar/src/avatar.js.map +1 -1
  461. package/lib/components/avatar/src/avatar2.js +69 -33
  462. package/lib/components/avatar/src/avatar2.js.map +1 -1
  463. package/lib/components/backtop/index.d.ts +2 -2
  464. package/lib/components/backtop/src/backtop.vue.d.ts +2 -2
  465. package/lib/components/badge/index.d.ts +1 -1
  466. package/lib/components/badge/src/badge.vue.d.ts +1 -1
  467. package/lib/components/breadcrumb/index.d.ts +2 -2
  468. package/lib/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
  469. package/lib/components/button/index.d.ts +17 -17
  470. package/lib/components/button/index.js +1 -1
  471. package/lib/components/button/src/button-group.d.ts +1 -1
  472. package/lib/components/button/src/button-group.js +6 -30
  473. package/lib/components/button/src/button-group.js.map +1 -1
  474. package/lib/components/button/src/button-group.vue.d.ts +4 -4
  475. package/lib/components/button/src/button-group2.js +30 -6
  476. package/lib/components/button/src/button-group2.js.map +1 -1
  477. package/lib/components/button/src/button.d.ts +1 -1
  478. package/lib/components/button/src/button.vue.d.ts +9 -9
  479. package/lib/components/button/src/use-button.d.ts +1 -1
  480. package/lib/components/calendar/index.d.ts +17 -17
  481. package/lib/components/calendar/src/calendar.vue.d.ts +17 -17
  482. package/lib/components/carousel/index.d.ts +3 -3
  483. package/lib/components/carousel/index.js +2 -2
  484. package/lib/components/carousel/src/carousel-item.js +8 -63
  485. package/lib/components/carousel/src/carousel-item.js.map +1 -1
  486. package/lib/components/carousel/src/carousel-item.vue.d.ts +1 -1
  487. package/lib/components/carousel/src/carousel-item2.js +63 -8
  488. package/lib/components/carousel/src/carousel-item2.js.map +1 -1
  489. package/lib/components/carousel/src/carousel.vue.d.ts +1 -1
  490. package/lib/components/cascader/index.d.ts +352 -352
  491. package/lib/components/cascader/src/cascader.js +1 -1
  492. package/lib/components/cascader/src/cascader.vue.d.ts +176 -176
  493. package/lib/components/cascader-panel/index.d.ts +6 -6
  494. package/lib/components/cascader-panel/src/index.js +1 -1
  495. package/lib/components/cascader-panel/src/index.vue.d.ts +3 -3
  496. package/lib/components/cascader-panel/src/menu.js +1 -1
  497. package/lib/components/cascader-panel/src/node.js +209 -116
  498. package/lib/components/cascader-panel/src/node.js.map +1 -1
  499. package/lib/components/cascader-panel/src/node2.js +116 -209
  500. package/lib/components/cascader-panel/src/node2.js.map +1 -1
  501. package/lib/components/cascader-panel/src/store.js +1 -1
  502. package/lib/components/check-tag/index.js +2 -2
  503. package/lib/components/check-tag/src/check-tag.js +30 -13
  504. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  505. package/lib/components/check-tag/src/check-tag2.js +13 -30
  506. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  507. package/lib/components/checkbox/index.d.ts +21 -21
  508. package/lib/components/checkbox/index.js +2 -2
  509. package/lib/components/checkbox/src/checkbox-button.js +1 -1
  510. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
  511. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
  512. package/lib/components/checkbox/src/checkbox.js +50 -117
  513. package/lib/components/checkbox/src/checkbox.js.map +1 -1
  514. package/lib/components/checkbox/src/checkbox.vue.d.ts +5 -5
  515. package/lib/components/checkbox/src/checkbox2.js +117 -50
  516. package/lib/components/checkbox/src/checkbox2.js.map +1 -1
  517. package/lib/components/col/index.d.ts +1 -1
  518. package/lib/components/col/index.js +2 -2
  519. package/lib/components/col/src/col.js +66 -43
  520. package/lib/components/col/src/col.js.map +1 -1
  521. package/lib/components/col/src/col.vue.d.ts +1 -1
  522. package/lib/components/col/src/col2.js +43 -66
  523. package/lib/components/col/src/col2.js.map +1 -1
  524. package/lib/components/collapse/index.d.ts +4 -4
  525. package/lib/components/collapse/index.js +4 -4
  526. package/lib/components/collapse/src/collapse-item.js +14 -96
  527. package/lib/components/collapse/src/collapse-item.js.map +1 -1
  528. package/lib/components/collapse/src/collapse-item.vue.d.ts +1 -1
  529. package/lib/components/collapse/src/collapse-item2.js +96 -14
  530. package/lib/components/collapse/src/collapse-item2.js.map +1 -1
  531. package/lib/components/collapse/src/collapse.js +19 -30
  532. package/lib/components/collapse/src/collapse.js.map +1 -1
  533. package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
  534. package/lib/components/collapse/src/collapse2.js +30 -19
  535. package/lib/components/collapse/src/collapse2.js.map +1 -1
  536. package/lib/components/collection/index.js +1 -1
  537. package/lib/components/collection/src/collection.js +9 -62
  538. package/lib/components/collection/src/collection.js.map +1 -1
  539. package/lib/components/collection/src/collection2.js +62 -9
  540. package/lib/components/collection/src/collection2.js.map +1 -1
  541. package/lib/components/color-picker/index.d.ts +157 -157
  542. package/lib/components/color-picker/src/color-picker.vue.d.ts +157 -157
  543. package/lib/components/date-picker/index.d.ts +8 -8
  544. package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
  545. package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  546. package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  547. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +53 -53
  548. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +51 -51
  549. package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  550. package/lib/components/date-picker/src/date-picker.d.ts +4 -4
  551. package/lib/components/date-picker/src/panel-utils.d.ts +111 -111
  552. package/lib/components/descriptions/index.d.ts +6 -6
  553. package/lib/components/descriptions/src/description-item.d.ts +2 -2
  554. package/lib/components/descriptions/src/description.js +1 -1
  555. package/lib/components/descriptions/src/description.vue.d.ts +2 -2
  556. package/lib/components/descriptions/src/descriptions-row.js +7 -64
  557. package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
  558. package/lib/components/descriptions/src/descriptions-row2.js +64 -7
  559. package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
  560. package/lib/components/dialog/index.d.ts +3 -3
  561. package/lib/components/dialog/index.js +2 -2
  562. package/lib/components/dialog/src/dialog-content.js +93 -39
  563. package/lib/components/dialog/src/dialog-content.js.map +1 -1
  564. package/lib/components/dialog/src/dialog-content2.js +39 -93
  565. package/lib/components/dialog/src/dialog-content2.js.map +1 -1
  566. package/lib/components/dialog/src/dialog.js +173 -73
  567. package/lib/components/dialog/src/dialog.js.map +1 -1
  568. package/lib/components/dialog/src/dialog.vue.d.ts +3 -3
  569. package/lib/components/dialog/src/dialog2.js +73 -173
  570. package/lib/components/dialog/src/dialog2.js.map +1 -1
  571. package/lib/components/divider/index.d.ts +4 -4
  572. package/lib/components/divider/index.js +2 -2
  573. package/lib/components/divider/src/divider.d.ts +1 -1
  574. package/lib/components/divider/src/divider.js +35 -17
  575. package/lib/components/divider/src/divider.js.map +1 -1
  576. package/lib/components/divider/src/divider.vue.d.ts +4 -4
  577. package/lib/components/divider/src/divider2.js +17 -35
  578. package/lib/components/divider/src/divider2.js.map +1 -1
  579. package/lib/components/drawer/index.d.ts +4 -4
  580. package/lib/components/drawer/index.js +2 -2
  581. package/lib/components/drawer/src/drawer.js +26 -186
  582. package/lib/components/drawer/src/drawer.js.map +1 -1
  583. package/lib/components/drawer/src/drawer.vue.d.ts +4 -4
  584. package/lib/components/drawer/src/drawer2.js +186 -26
  585. package/lib/components/drawer/src/drawer2.js.map +1 -1
  586. package/lib/components/dropdown/index.d.ts +110 -110
  587. package/lib/components/dropdown/src/dropdown-item-impl.js +5 -5
  588. package/lib/components/dropdown/src/dropdown-item-impl.js.map +1 -1
  589. package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +3 -3
  590. package/lib/components/dropdown/src/dropdown-item.js +1 -1
  591. package/lib/components/dropdown/src/dropdown-item.js.map +1 -1
  592. package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  593. package/lib/components/dropdown/src/dropdown-menu.js.map +1 -1
  594. package/lib/components/dropdown/src/dropdown-menu.vue.d.ts +7 -7
  595. package/lib/components/dropdown/src/dropdown.d.ts +1 -1
  596. package/lib/components/dropdown/src/dropdown.js +3 -3
  597. package/lib/components/dropdown/src/dropdown.vue.d.ts +94 -94
  598. package/lib/components/empty/index.js +2 -2
  599. package/lib/components/empty/src/empty.js +55 -11
  600. package/lib/components/empty/src/empty.js.map +1 -1
  601. package/lib/components/empty/src/empty2.js +11 -55
  602. package/lib/components/empty/src/empty2.js.map +1 -1
  603. package/lib/components/icon/index.js +2 -2
  604. package/lib/components/icon/src/icon.js +36 -8
  605. package/lib/components/icon/src/icon.js.map +1 -1
  606. package/lib/components/icon/src/icon2.js +8 -36
  607. package/lib/components/icon/src/icon2.js.map +1 -1
  608. package/lib/components/image/index.d.ts +6 -6
  609. package/lib/components/image/index.js +2 -2
  610. package/lib/components/image/src/image.d.ts +1 -1
  611. package/lib/components/image/src/image.js +65 -225
  612. package/lib/components/image/src/image.js.map +1 -1
  613. package/lib/components/image/src/image.vue.d.ts +6 -6
  614. package/lib/components/image/src/image2.js +225 -65
  615. package/lib/components/image/src/image2.js.map +1 -1
  616. package/lib/components/image-viewer/index.js +2 -2
  617. package/lib/components/image-viewer/src/image-viewer.js +401 -39
  618. package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
  619. package/lib/components/image-viewer/src/image-viewer2.js +39 -401
  620. package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
  621. package/lib/components/index.js +32 -32
  622. package/lib/components/input/index.d.ts +6 -6
  623. package/lib/components/input/src/input.vue.d.ts +6 -6
  624. package/lib/components/input-number/index.d.ts +23 -23
  625. package/lib/components/input-number/src/input-number.vue.d.ts +23 -23
  626. package/lib/components/loading/index.d.ts +1 -1
  627. package/lib/components/menu/index.d.ts +5 -5
  628. package/lib/components/menu/src/menu-item.vue.d.ts +1 -1
  629. package/lib/components/menu/src/menu.d.ts +1 -1
  630. package/lib/components/menu/src/sub-menu.d.ts +1 -1
  631. package/lib/components/message/index.js +1 -1
  632. package/lib/components/message/src/message.js +150 -88
  633. package/lib/components/message/src/message.js.map +1 -1
  634. package/lib/components/message/src/message.vue.d.ts +4 -4
  635. package/lib/components/message/src/message2.js +88 -150
  636. package/lib/components/message/src/message2.js.map +1 -1
  637. package/lib/components/message/src/method.js +2 -2
  638. package/lib/components/notification/src/notification.vue.d.ts +3 -3
  639. package/lib/components/page-header/index.d.ts +5 -5
  640. package/lib/components/page-header/index.js +2 -2
  641. package/lib/components/page-header/src/page-header.js +103 -18
  642. package/lib/components/page-header/src/page-header.js.map +1 -1
  643. package/lib/components/page-header/src/page-header.vue.d.ts +5 -5
  644. package/lib/components/page-header/src/page-header2.js +18 -103
  645. package/lib/components/page-header/src/page-header2.js.map +1 -1
  646. package/lib/components/pagination/index.d.ts +2 -2
  647. package/lib/components/pagination/src/components/jumper.vue.d.ts +6 -6
  648. package/lib/components/pagination/src/components/next.js +38 -19
  649. package/lib/components/pagination/src/components/next.js.map +1 -1
  650. package/lib/components/pagination/src/components/next.vue.d.ts +1 -1
  651. package/lib/components/pagination/src/components/next2.js +19 -38
  652. package/lib/components/pagination/src/components/next2.js.map +1 -1
  653. package/lib/components/pagination/src/components/pager.vue.d.ts +1 -1
  654. package/lib/components/pagination/src/components/prev.vue.d.ts +1 -1
  655. package/lib/components/pagination/src/components/sizes.js +22 -70
  656. package/lib/components/pagination/src/components/sizes.js.map +1 -1
  657. package/lib/components/pagination/src/components/sizes.vue.d.ts +95 -95
  658. package/lib/components/pagination/src/components/sizes2.js +70 -22
  659. package/lib/components/pagination/src/components/sizes2.js.map +1 -1
  660. package/lib/components/pagination/src/components/total.js +7 -28
  661. package/lib/components/pagination/src/components/total.js.map +1 -1
  662. package/lib/components/pagination/src/components/total2.js +28 -7
  663. package/lib/components/pagination/src/components/total2.js.map +1 -1
  664. package/lib/components/pagination/src/pagination.d.ts +2 -2
  665. package/lib/components/pagination/src/pagination.js +3 -3
  666. package/lib/components/popconfirm/index.d.ts +156 -156
  667. package/lib/components/popconfirm/index.js +2 -2
  668. package/lib/components/popconfirm/src/popconfirm.d.ts +2 -2
  669. package/lib/components/popconfirm/src/popconfirm.js +48 -110
  670. package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
  671. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +156 -156
  672. package/lib/components/popconfirm/src/popconfirm2.js +110 -48
  673. package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
  674. package/lib/components/popover/index.d.ts +154 -154
  675. package/lib/components/popover/src/popover.vue.d.ts +154 -154
  676. package/lib/components/popover/src/popover2.js +2 -2
  677. package/lib/components/popper/index.d.ts +5 -5
  678. package/lib/components/popper/index.js +4 -4
  679. package/lib/components/popper/src/composables/use-content.d.ts +6 -6
  680. package/lib/components/popper/src/content.d.ts +4 -4
  681. package/lib/components/popper/src/content.vue.d.ts +5 -5
  682. package/lib/components/popper/src/popper.d.ts +2 -2
  683. package/lib/components/popper/src/popper.js +28 -32
  684. package/lib/components/popper/src/popper.js.map +1 -1
  685. package/lib/components/popper/src/popper.vue.d.ts +5 -5
  686. package/lib/components/popper/src/popper2.js +32 -28
  687. package/lib/components/popper/src/popper2.js.map +1 -1
  688. package/lib/components/popper/src/trigger.js +121 -32
  689. package/lib/components/popper/src/trigger.js.map +1 -1
  690. package/lib/components/popper/src/trigger.vue.d.ts +1 -1
  691. package/lib/components/popper/src/trigger2.js +32 -121
  692. package/lib/components/popper/src/trigger2.js.map +1 -1
  693. package/lib/components/popper/src/utils.d.ts +2 -2
  694. package/lib/components/radio/index.d.ts +19 -19
  695. package/lib/components/radio/index.js +4 -4
  696. package/lib/components/radio/src/radio-button.js +64 -9
  697. package/lib/components/radio/src/radio-button.js.map +1 -1
  698. package/lib/components/radio/src/radio-button.vue.d.ts +2 -2
  699. package/lib/components/radio/src/radio-button2.js +9 -64
  700. package/lib/components/radio/src/radio-button2.js.map +1 -1
  701. package/lib/components/radio/src/radio-group.js +70 -37
  702. package/lib/components/radio/src/radio-group.js.map +1 -1
  703. package/lib/components/radio/src/radio-group.vue.d.ts +5 -5
  704. package/lib/components/radio/src/radio-group2.js +37 -70
  705. package/lib/components/radio/src/radio-group2.js.map +1 -1
  706. package/lib/components/radio/src/radio.vue.d.ts +5 -5
  707. package/lib/components/rate/index.d.ts +4 -4
  708. package/lib/components/rate/src/rate.vue.d.ts +4 -4
  709. package/lib/components/result/index.js +2 -2
  710. package/lib/components/result/src/result.js +31 -63
  711. package/lib/components/result/src/result.js.map +1 -1
  712. package/lib/components/result/src/result2.js +63 -31
  713. package/lib/components/result/src/result2.js.map +1 -1
  714. package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  715. package/lib/components/roving-focus-group/src/roving-focus-group.js +1 -1
  716. package/lib/components/row/index.d.ts +4 -4
  717. package/lib/components/row/src/row.d.ts +1 -1
  718. package/lib/components/row/src/row.vue.d.ts +4 -4
  719. package/lib/components/scrollbar/index.d.ts +1 -1
  720. package/lib/components/scrollbar/index.js +2 -2
  721. package/lib/components/scrollbar/src/scrollbar.js +176 -47
  722. package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
  723. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  724. package/lib/components/scrollbar/src/scrollbar2.js +47 -176
  725. package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
  726. package/lib/components/select/index.d.ts +95 -95
  727. package/lib/components/select/src/select.js +1 -1
  728. package/lib/components/select/src/select.vue.d.ts +95 -95
  729. package/lib/components/select/src/useSelect.d.ts +89 -89
  730. package/lib/components/select-v2/index.d.ts +190 -190
  731. package/lib/components/select-v2/src/defaults.js +1 -1
  732. package/lib/components/select-v2/src/select.vue.d.ts +95 -95
  733. package/lib/components/select-v2/src/useSelect.d.ts +89 -89
  734. package/lib/components/skeleton/index.d.ts +9 -9
  735. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  736. package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  737. package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
  738. package/lib/components/slider/index.d.ts +261 -261
  739. package/lib/components/slider/index.js +2 -2
  740. package/lib/components/slider/src/button.js +22 -93
  741. package/lib/components/slider/src/button.js.map +1 -1
  742. package/lib/components/slider/src/button.vue.d.ts +46 -46
  743. package/lib/components/slider/src/button2.js +93 -22
  744. package/lib/components/slider/src/button2.js.map +1 -1
  745. package/lib/components/slider/src/composables/use-slide.d.ts +186 -186
  746. package/lib/components/slider/src/slider.js +233 -92
  747. package/lib/components/slider/src/slider.js.map +1 -1
  748. package/lib/components/slider/src/slider.vue.d.ts +261 -261
  749. package/lib/components/slider/src/slider2.js +92 -233
  750. package/lib/components/slider/src/slider2.js.map +1 -1
  751. package/lib/components/space/index.d.ts +3 -3
  752. package/lib/components/space/src/space.d.ts +3 -3
  753. package/lib/components/steps/index.d.ts +3 -3
  754. package/lib/components/steps/index.js +2 -2
  755. package/lib/components/steps/src/item.vue.d.ts +1 -1
  756. package/lib/components/steps/src/steps.js +34 -37
  757. package/lib/components/steps/src/steps.js.map +1 -1
  758. package/lib/components/steps/src/steps.vue.d.ts +1 -1
  759. package/lib/components/steps/src/steps2.js +37 -34
  760. package/lib/components/steps/src/steps2.js.map +1 -1
  761. package/lib/components/switch/index.d.ts +6 -6
  762. package/lib/components/switch/src/switch.vue.d.ts +6 -6
  763. package/lib/components/table/index.d.ts +12 -12
  764. package/lib/components/table/src/filter-panel.vue.d.ts +89 -89
  765. package/lib/components/table/src/table/defaults.d.ts +1 -1
  766. package/lib/components/table/src/table/style-helper.d.ts +1 -1
  767. package/lib/components/table/src/table-body/defaults.d.ts +1 -1
  768. package/lib/components/table/src/table-body/index.d.ts +2 -2
  769. package/lib/components/table/src/table-column/defaults.d.ts +1 -1
  770. package/lib/components/table/src/table-column/index.d.ts +2 -2
  771. package/lib/components/table/src/table.vue.d.ts +8 -8
  772. package/lib/components/table/src/util.d.ts +9 -9
  773. package/lib/components/tabs/index.d.ts +19 -19
  774. package/lib/components/tabs/index.js +1 -1
  775. package/lib/components/tabs/src/tab-bar.d.ts +12 -12
  776. package/lib/components/tabs/src/tab-bar.js +7 -75
  777. package/lib/components/tabs/src/tab-bar.js.map +1 -1
  778. package/lib/components/tabs/src/tab-bar.vue.d.ts +39 -39
  779. package/lib/components/tabs/src/tab-bar2.js +75 -7
  780. package/lib/components/tabs/src/tab-bar2.js.map +1 -1
  781. package/lib/components/tabs/src/tab-nav.d.ts +45 -45
  782. package/lib/components/tabs/src/tab-nav.js +1 -1
  783. package/lib/components/tabs/src/tab-pane.vue.d.ts +5 -5
  784. package/lib/components/tabs/src/tabs.d.ts +10 -10
  785. package/lib/components/tag/index.d.ts +2 -2
  786. package/lib/components/tag/src/tag.vue.d.ts +2 -2
  787. package/lib/components/time-picker/index.d.ts +8 -8
  788. package/lib/components/time-picker/src/common/picker.vue.d.ts +146 -146
  789. package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  790. package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  791. package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
  792. package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
  793. package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
  794. package/lib/components/time-picker/src/time-picker.d.ts +4 -4
  795. package/lib/components/time-select/index.d.ts +390 -390
  796. package/lib/components/time-select/src/time-select.vue.d.ts +195 -195
  797. package/lib/components/timeline/index.d.ts +6 -6
  798. package/lib/components/timeline/index.js +2 -2
  799. package/lib/components/timeline/src/timeline-item.js +42 -70
  800. package/lib/components/timeline/src/timeline-item.js.map +1 -1
  801. package/lib/components/timeline/src/timeline-item.vue.d.ts +3 -3
  802. package/lib/components/timeline/src/timeline-item2.js +70 -42
  803. package/lib/components/timeline/src/timeline-item2.js.map +1 -1
  804. package/lib/components/tooltip/index.d.ts +45 -45
  805. package/lib/components/tooltip/index.js +2 -2
  806. package/lib/components/tooltip/src/content.d.ts +1 -1
  807. package/lib/components/tooltip/src/content.js +179 -31
  808. package/lib/components/tooltip/src/content.js.map +1 -1
  809. package/lib/components/tooltip/src/content.vue.d.ts +14 -14
  810. package/lib/components/tooltip/src/content2.js +31 -179
  811. package/lib/components/tooltip/src/content2.js.map +1 -1
  812. package/lib/components/tooltip/src/tooltip.d.ts +2 -2
  813. package/lib/components/tooltip/src/tooltip.js +3 -3
  814. package/lib/components/tooltip/src/tooltip.vue.d.ts +45 -45
  815. package/lib/components/tooltip/src/tooltip2.js +2 -2
  816. package/lib/components/tooltip/src/trigger.js +16 -73
  817. package/lib/components/tooltip/src/trigger.js.map +1 -1
  818. package/lib/components/tooltip/src/trigger.vue.d.ts +3 -3
  819. package/lib/components/tooltip/src/trigger2.js +73 -16
  820. package/lib/components/tooltip/src/trigger2.js.map +1 -1
  821. package/lib/components/tooltip-v2/index.d.ts +63 -63
  822. package/lib/components/tooltip-v2/index.js +5 -5
  823. package/lib/components/tooltip-v2/src/arrow.js +37 -23
  824. package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
  825. package/lib/components/tooltip-v2/src/arrow.vue.d.ts +2 -2
  826. package/lib/components/tooltip-v2/src/arrow2.js +23 -37
  827. package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
  828. package/lib/components/tooltip-v2/src/content.d.ts +2 -2
  829. package/lib/components/tooltip-v2/src/content.js +50 -114
  830. package/lib/components/tooltip-v2/src/content.js.map +1 -1
  831. package/lib/components/tooltip-v2/src/content.vue.d.ts +13 -13
  832. package/lib/components/tooltip-v2/src/content2.js +114 -50
  833. package/lib/components/tooltip-v2/src/content2.js.map +1 -1
  834. package/lib/components/tooltip-v2/src/root.js +17 -82
  835. package/lib/components/tooltip-v2/src/root.js.map +1 -1
  836. package/lib/components/tooltip-v2/src/root2.js +82 -17
  837. package/lib/components/tooltip-v2/src/root2.js.map +1 -1
  838. package/lib/components/tooltip-v2/src/tooltip.d.ts +2 -2
  839. package/lib/components/tooltip-v2/src/tooltip.js +21 -78
  840. package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
  841. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +63 -63
  842. package/lib/components/tooltip-v2/src/tooltip2.js +78 -21
  843. package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
  844. package/lib/components/transfer/index.d.ts +130 -130
  845. package/lib/components/transfer/index.js +2 -2
  846. package/lib/components/transfer/src/composables/use-check.js +1 -1
  847. package/lib/components/transfer/src/composables/use-checked-change.js +1 -1
  848. package/lib/components/transfer/src/transfer-panel.js +21 -128
  849. package/lib/components/transfer/src/transfer-panel.js.map +1 -1
  850. package/lib/components/transfer/src/transfer-panel.vue.d.ts +22 -22
  851. package/lib/components/transfer/src/transfer-panel2.js +128 -21
  852. package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
  853. package/lib/components/transfer/src/transfer.js +73 -162
  854. package/lib/components/transfer/src/transfer.js.map +1 -1
  855. package/lib/components/transfer/src/transfer.vue.d.ts +130 -130
  856. package/lib/components/transfer/src/transfer2.js +162 -73
  857. package/lib/components/transfer/src/transfer2.js.map +1 -1
  858. package/lib/components/tree/index.d.ts +2 -2
  859. package/lib/components/tree/src/tree.vue.d.ts +1 -1
  860. package/lib/components/tree-v2/index.d.ts +16 -16
  861. package/lib/components/tree-v2/src/tree-node.vue.d.ts +13 -13
  862. package/lib/components/tree-v2/src/tree.vue.d.ts +16 -16
  863. package/lib/components/upload/index.d.ts +28 -28
  864. package/lib/components/upload/src/upload-content.d.ts +1 -1
  865. package/lib/components/upload/src/upload-content.vue.d.ts +6 -6
  866. package/lib/components/upload/src/upload-list.d.ts +1 -1
  867. package/lib/components/upload/src/upload-list.vue.d.ts +3 -3
  868. package/lib/components/upload/src/upload.d.ts +2 -2
  869. package/lib/components/upload/src/upload.vue.d.ts +28 -28
  870. package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  871. package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
  872. package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  873. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  874. package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  875. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  876. package/lib/components/visual-hidden/index.js +2 -2
  877. package/lib/components/visual-hidden/src/visual-hidden.js +35 -7
  878. package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
  879. package/lib/components/visual-hidden/src/visual-hidden2.js +7 -35
  880. package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
  881. package/lib/hooks/use-floating/index.d.ts +2 -2
  882. package/lib/hooks/use-popper/index.d.ts +6 -6
  883. package/lib/index.js +32 -32
  884. package/lib/utils/vue/vnode.d.ts +6 -6
  885. package/package.json +1 -1
  886. package/web-types.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"trigger2.js","sources":["../../../../../../packages/components/tooltip/src/trigger.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\nimport { popperTriggerProps } from '@element-plus/components/popper'\nimport { EVENT_CODE } from '@element-plus/constants'\nimport type { Arrayable } from '@element-plus/utils'\nimport type { ExtractPropTypes } from 'vue'\n\nexport type TooltipTriggerType = 'hover' | 'focus' | 'click' | 'contextmenu'\n\nexport const useTooltipTriggerProps = buildProps({\n ...popperTriggerProps,\n /**\n * @description whether Tooltip is disabled\n */\n disabled: Boolean,\n /**\n * @description How should the tooltip be triggered (to show)\n */\n trigger: {\n type: definePropType<Arrayable<TooltipTriggerType>>([String, Array]),\n default: 'hover',\n },\n /**\n * @description When you click the mouse to focus on the trigger element, you can define a set of keyboard codes to control the display of tooltip through the keyboard\n */\n triggerKeys: {\n type: definePropType<string[]>(Array),\n default: () => [EVENT_CODE.enter, EVENT_CODE.space],\n },\n} as const)\n\nexport type ElTooltipTriggerProps = ExtractPropTypes<\n typeof useTooltipTriggerProps\n>\n"],"names":["buildProps","popperTriggerProps","definePropType","EVENT_CODE"],"mappings":";;;;;;;;;;;AAGY,MAAC,sBAAsB,GAAGA,kBAAU,CAAC;AACjD,EAAE,GAAGC,0BAAkB;AACvB,EAAE,QAAQ,EAAE,OAAO;AACnB,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAEC,sBAAc,CAAC,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AACzC,IAAI,OAAO,EAAE,OAAO;AACpB,GAAG;AACH,EAAE,WAAW,EAAE;AACf,IAAI,IAAI,EAAEA,sBAAc,CAAC,KAAK,CAAC;AAC/B,IAAI,OAAO,EAAE,MAAM,CAACC,eAAU,CAAC,KAAK,EAAEA,eAAU,CAAC,KAAK,CAAC;AACvD,GAAG;AACH,CAAC;;;;"}
1
+ {"version":3,"file":"trigger2.js","sources":["../../../../../../packages/components/tooltip/src/trigger.vue"],"sourcesContent":["<template>\n <el-popper-trigger\n :id=\"id\"\n :virtual-ref=\"virtualRef\"\n :open=\"open\"\n :virtual-triggering=\"virtualTriggering\"\n :class=\"ns.e('trigger')\"\n @blur=\"onBlur\"\n @click=\"onClick\"\n @contextmenu=\"onContextMenu\"\n @focus=\"onFocus\"\n @mouseenter=\"onMouseenter\"\n @mouseleave=\"onMouseleave\"\n @keydown=\"onKeydown\"\n >\n <slot />\n </el-popper-trigger>\n</template>\n<script lang=\"ts\" setup>\nimport { inject, ref, toRef, unref } from 'vue'\nimport { ElPopperTrigger } from '@element-plus/components/popper'\nimport { composeEventHandlers } from '@element-plus/utils'\nimport { useNamespace } from '@element-plus/hooks'\nimport { TOOLTIP_INJECTION_KEY } from './constants'\nimport { useTooltipTriggerProps } from './trigger'\nimport { whenTrigger } from './utils'\nimport type { OnlyChildExpose } from '@element-plus/components/slot'\n\ndefineOptions({\n name: 'ElTooltipTrigger',\n})\n\nconst props = defineProps(useTooltipTriggerProps)\n\nconst ns = useNamespace('tooltip')\nconst { controlled, id, open, onOpen, onClose, onToggle } = inject(\n TOOLTIP_INJECTION_KEY,\n undefined\n)!\n\nconst triggerRef = ref<OnlyChildExpose | null>(null)\n\nconst stopWhenControlledOrDisabled = () => {\n if (unref(controlled) || props.disabled) {\n return true\n }\n}\nconst trigger = toRef(props, 'trigger')\nconst onMouseenter = composeEventHandlers(\n stopWhenControlledOrDisabled,\n whenTrigger(trigger, 'hover', onOpen)\n)\nconst onMouseleave = composeEventHandlers(\n stopWhenControlledOrDisabled,\n whenTrigger(trigger, 'hover', onClose)\n)\nconst onClick = composeEventHandlers(\n stopWhenControlledOrDisabled,\n whenTrigger(trigger, 'click', (e) => {\n // distinguish left click\n if ((e as MouseEvent).button === 0) {\n onToggle(e)\n }\n })\n)\n\nconst onFocus = composeEventHandlers(\n stopWhenControlledOrDisabled,\n whenTrigger(trigger, 'focus', onOpen)\n)\n\nconst onBlur = composeEventHandlers(\n stopWhenControlledOrDisabled,\n whenTrigger(trigger, 'focus', onClose)\n)\n\nconst onContextMenu = composeEventHandlers(\n stopWhenControlledOrDisabled,\n whenTrigger(trigger, 'contextmenu', (e: Event) => {\n e.preventDefault()\n onToggle(e)\n })\n)\n\nconst onKeydown = composeEventHandlers(\n stopWhenControlledOrDisabled,\n (e: KeyboardEvent) => {\n const { code } = e\n if (props.triggerKeys.includes(code)) {\n e.preventDefault()\n onToggle(e)\n }\n }\n)\n\ndefineExpose({\n /**\n * @description trigger element\n */\n triggerRef,\n})\n</script>\n"],"names":["useNamespace","inject","TOOLTIP_INJECTION_KEY","ref","unref","toRef","composeEventHandlers","whenTrigger"],"mappings":";;;;;;;;;;;;;;;;uCA4Bc,CAAA;AAAA,EACZ,IAAM,EAAA,kBAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAIA,IAAM,MAAA,EAAA,GAAKA,mBAAa,SAAS,CAAA,CAAA;AACjC,IAAM,MAAA,EAAE,YAAY,EAAI,EAAA,IAAA,EAAM,QAAQ,OAAS,EAAA,QAAA,EAAA,GAAaC,UAC1D,CAAAC,+BAAA,EACA,KACF,CAAA,CAAA,CAAA;AAEA,IAAM,MAAA,UAAA,GAAaC,QAA4B,IAAI,CAAA,CAAA;AAEnD,IAAA,MAAM,+BAA+B,MAAM;AACzC,MAAA,IAAIC,SAAM,CAAA,UAAU,CAAK,IAAA,KAAA,CAAM,QAAU,EAAA;AACvC,QAAO,OAAA,IAAA,CAAA;AAAA,OACT;AAAA,KACF,CAAA;AACA,IAAM,MAAA,OAAA,GAAUC,SAAM,CAAA,KAAA,EAAO,SAAS,CAAA,CAAA;AACtC,IAAA,MAAM,eAAeC,0BACnB,CAAA,4BAAA,EACAC,kBAAY,OAAS,EAAA,OAAA,EAAS,MAAM,CACtC,CAAA,CAAA;AACA,IAAA,MAAM,eAAeD,0BACnB,CAAA,4BAAA,EACAC,kBAAY,OAAS,EAAA,OAAA,EAAS,OAAO,CACvC,CAAA,CAAA;AACA,IAAA,MAAM,UAAUD,0BACd,CAAA,4BAAA,EACAC,kBAAY,OAAS,EAAA,OAAA,EAAS,CAAC,CAAM,KAAA;AAEnC,MAAK,IAAA,CAAA,CAAiB,WAAW,CAAG,EAAA;AAClC,QAAA,QAAA,CAAS,CAAC,CAAA,CAAA;AAAA,OACZ;AAAA,KACD,CACH,CAAA,CAAA;AAEA,IAAA,MAAM,UAAUD,0BACd,CAAA,4BAAA,EACAC,kBAAY,OAAS,EAAA,OAAA,EAAS,MAAM,CACtC,CAAA,CAAA;AAEA,IAAA,MAAM,SAASD,0BACb,CAAA,4BAAA,EACAC,kBAAY,OAAS,EAAA,OAAA,EAAS,OAAO,CACvC,CAAA,CAAA;AAEA,IAAA,MAAM,gBAAgBD,0BACpB,CAAA,4BAAA,EACAC,kBAAY,OAAS,EAAA,aAAA,EAAe,CAAC,CAAa,KAAA;AAChD,MAAA,CAAA,CAAE,cAAe,EAAA,CAAA;AACjB,MAAA,QAAA,CAAS,CAAC,CAAA,CAAA;AAAA,KACX,CACH,CAAA,CAAA;AAEA,IAAA,MAAM,SAAY,GAAAD,0BAAA,CAChB,4BACA,EAAA,CAAC,CAAqB,KAAA;AACpB,MAAA,MAAM,EAAE,IAAS,EAAA,GAAA,CAAA,CAAA;AACjB,MAAA,IAAI,KAAM,CAAA,WAAA,CAAY,QAAS,CAAA,IAAI,CAAG,EAAA;AACpC,QAAA,CAAA,CAAE,cAAe,EAAA,CAAA;AACjB,QAAA,QAAA,CAAS,CAAC,CAAA,CAAA;AAAA,OACZ;AAAA,KAEJ,CAAA,CAAA;AAEA,IAAa,MAAA,CAAA;AAAA,MAIX,UAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -8,10 +8,10 @@ export declare const ElTooltipV2: import("element-pe/es/utils").SFCWithInstall<i
8
8
  readonly arrowPadding: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
9
9
  readonly effect: import("element-pe/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
10
10
  readonly contentClass: StringConstructor;
11
- readonly placement: import("element-pe/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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
11
+ readonly placement: import("element-pe/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))[], "top" | "bottom" | "right" | "left" | "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-pe/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-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
14
- readonly strategy: import("element-pe/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>;
14
+ readonly strategy: import("element-pe/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>;
15
15
  readonly showArrow: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
16
16
  readonly onBlur: {
17
17
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -79,10 +79,10 @@ export declare const ElTooltipV2: import("element-pe/es/utils").SFCWithInstall<i
79
79
  readonly arrowPadding: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
80
80
  readonly effect: import("element-pe/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
81
81
  readonly contentClass: StringConstructor;
82
- readonly placement: import("element-pe/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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
82
+ readonly placement: import("element-pe/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))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
83
83
  readonly reference: import("element-pe/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>;
84
84
  readonly offset: import("element-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
85
- readonly strategy: import("element-pe/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
+ readonly strategy: import("element-pe/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>;
86
86
  readonly showArrow: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
87
87
  readonly onBlur: {
88
88
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -151,10 +151,10 @@ export declare const ElTooltipV2: import("element-pe/es/utils").SFCWithInstall<i
151
151
  readonly arrowPadding: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
152
152
  readonly effect: import("element-pe/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
153
153
  readonly contentClass: StringConstructor;
154
- readonly placement: import("element-pe/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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
154
+ readonly placement: import("element-pe/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))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
155
155
  readonly reference: import("element-pe/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>;
156
156
  readonly offset: import("element-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
157
- readonly strategy: import("element-pe/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
+ readonly strategy: import("element-pe/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>;
158
158
  readonly showArrow: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
159
159
  readonly onBlur: {
160
160
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -215,23 +215,23 @@ export declare const ElTooltipV2: import("element-pe/es/utils").SFCWithInstall<i
215
215
  }>>>;
216
216
  arrowProps: {
217
217
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
218
- readonly to?: import("element-pe/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>;
219
- readonly style?: import("element-pe/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;
220
- readonly open?: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
221
- readonly placement?: import("element-pe/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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown> | undefined;
222
- readonly strategy?: import("element-pe/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;
223
- readonly width?: number | undefined;
224
- readonly height?: number | undefined;
225
218
  readonly offset?: number | undefined;
226
- readonly reference?: import("element-pe/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;
219
+ readonly height?: number | undefined;
220
+ readonly width?: number | undefined;
227
221
  readonly effect?: string | undefined;
222
+ readonly placement?: import("element-pe/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))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
223
+ readonly strategy?: import("element-pe/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;
224
+ readonly style?: import("element-pe/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;
228
225
  readonly ariaLabel?: string | undefined;
229
226
  readonly teleported?: boolean | undefined;
230
227
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
231
228
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
229
+ readonly open?: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
232
230
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
233
231
  readonly showArrow?: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
234
232
  readonly contentClass?: string | undefined;
233
+ readonly to?: import("element-pe/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>;
234
+ readonly reference?: import("element-pe/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;
235
235
  readonly alwaysOn?: boolean | undefined;
236
236
  readonly delayDuration?: number | undefined;
237
237
  readonly onOpenChange?: ((state: boolean) => void) | undefined;
@@ -246,23 +246,23 @@ export declare const ElTooltipV2: import("element-pe/es/utils").SFCWithInstall<i
246
246
  };
247
247
  contentProps: {
248
248
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
249
- readonly to?: import("element-pe/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>;
250
- readonly style?: import("element-pe/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;
251
- readonly open?: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
252
- readonly placement?: import("element-pe/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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown> | undefined;
253
- readonly strategy?: import("element-pe/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;
254
- readonly width?: number | undefined;
255
- readonly height?: number | undefined;
256
249
  readonly offset?: number | undefined;
257
- readonly reference?: import("element-pe/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;
250
+ readonly height?: number | undefined;
251
+ readonly width?: number | undefined;
258
252
  readonly effect?: string | undefined;
253
+ readonly placement?: import("element-pe/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))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
254
+ readonly strategy?: import("element-pe/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;
255
+ readonly style?: import("element-pe/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;
259
256
  readonly ariaLabel?: string | undefined;
260
257
  readonly teleported?: boolean | undefined;
261
258
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
262
259
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
260
+ readonly open?: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
263
261
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
264
262
  readonly showArrow?: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
265
263
  readonly contentClass?: string | undefined;
264
+ readonly to?: import("element-pe/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>;
265
+ readonly reference?: import("element-pe/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;
266
266
  readonly alwaysOn?: boolean | undefined;
267
267
  readonly delayDuration?: number | undefined;
268
268
  readonly onOpenChange?: ((state: boolean) => void) | undefined;
@@ -277,23 +277,23 @@ export declare const ElTooltipV2: import("element-pe/es/utils").SFCWithInstall<i
277
277
  };
278
278
  rootProps: {
279
279
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
280
- readonly to?: import("element-pe/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>;
281
- readonly style?: import("element-pe/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;
282
- readonly open?: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
283
- readonly placement?: import("element-pe/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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown> | undefined;
284
- readonly strategy?: import("element-pe/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;
285
- readonly width?: number | undefined;
286
- readonly height?: number | undefined;
287
280
  readonly offset?: number | undefined;
288
- readonly reference?: import("element-pe/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;
281
+ readonly height?: number | undefined;
282
+ readonly width?: number | undefined;
289
283
  readonly effect?: string | undefined;
284
+ readonly placement?: import("element-pe/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))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
285
+ readonly strategy?: import("element-pe/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;
286
+ readonly style?: import("element-pe/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;
290
287
  readonly ariaLabel?: string | undefined;
291
288
  readonly teleported?: boolean | undefined;
292
289
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
293
290
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
291
+ readonly open?: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
294
292
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
295
293
  readonly showArrow?: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
296
294
  readonly contentClass?: string | undefined;
295
+ readonly to?: import("element-pe/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>;
296
+ readonly reference?: import("element-pe/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;
297
297
  readonly alwaysOn?: boolean | undefined;
298
298
  readonly delayDuration?: number | undefined;
299
299
  readonly onOpenChange?: ((state: boolean) => void) | undefined;
@@ -308,23 +308,23 @@ export declare const ElTooltipV2: import("element-pe/es/utils").SFCWithInstall<i
308
308
  };
309
309
  triggerProps: {
310
310
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
311
- readonly to?: import("element-pe/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>;
312
- readonly style?: import("element-pe/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;
313
- readonly open?: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
314
- readonly placement?: import("element-pe/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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown> | undefined;
315
- readonly strategy?: import("element-pe/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;
316
- readonly width?: number | undefined;
317
- readonly height?: number | undefined;
318
311
  readonly offset?: number | undefined;
319
- readonly reference?: import("element-pe/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;
312
+ readonly height?: number | undefined;
313
+ readonly width?: number | undefined;
320
314
  readonly effect?: string | undefined;
315
+ readonly placement?: import("element-pe/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))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
316
+ readonly strategy?: import("element-pe/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;
317
+ readonly style?: import("element-pe/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;
321
318
  readonly ariaLabel?: string | undefined;
322
319
  readonly teleported?: boolean | undefined;
323
320
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
324
321
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
322
+ readonly open?: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
325
323
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
326
324
  readonly showArrow?: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
327
325
  readonly contentClass?: string | undefined;
326
+ readonly to?: import("element-pe/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>;
327
+ readonly reference?: import("element-pe/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;
328
328
  readonly alwaysOn?: boolean | undefined;
329
329
  readonly delayDuration?: number | undefined;
330
330
  readonly onOpenChange?: ((state: boolean) => void) | undefined;
@@ -479,9 +479,9 @@ export declare const ElTooltipV2: import("element-pe/es/utils").SFCWithInstall<i
479
479
  height: import("element-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 10, boolean>;
480
480
  style: import("element-pe/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>;
481
481
  }>>, {
482
- style: import("element-pe/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
482
  height: number;
483
+ width: number;
484
+ style: import("element-pe/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>;
485
485
  }>;
486
486
  TooltipV2Content: import("vue").DefineComponent<{
487
487
  nowrap: BooleanConstructor;
@@ -489,10 +489,10 @@ export declare const ElTooltipV2: import("element-pe/es/utils").SFCWithInstall<i
489
489
  arrowPadding: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
490
490
  effect: import("element-pe/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
491
491
  contentClass: StringConstructor;
492
- placement: import("element-pe/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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
492
+ placement: import("element-pe/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))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
493
493
  reference: import("element-pe/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>;
494
494
  offset: import("element-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
495
- strategy: import("element-pe/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
+ strategy: import("element-pe/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>;
496
496
  showArrow: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
497
497
  }, {
498
498
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -501,18 +501,18 @@ export declare const ElTooltipV2: import("element-pe/es/utils").SFCWithInstall<i
501
501
  arrowPadding: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
502
502
  effect: import("element-pe/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
503
503
  contentClass: StringConstructor;
504
- placement: import("element-pe/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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
504
+ placement: import("element-pe/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))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
505
505
  reference: import("element-pe/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>;
506
506
  offset: import("element-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
507
- strategy: import("element-pe/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
+ strategy: import("element-pe/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>;
508
508
  showArrow: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
509
509
  }>> & {
510
510
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
511
511
  }>>;
512
512
  triggerRef: import("vue").Ref<HTMLElement | null>;
513
513
  contentId: import("vue").Ref<string>;
514
- placement: import("vue").Ref<import("element-pe/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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown>>;
515
- strategy: import("vue").Ref<import("element-pe/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>>;
514
+ placement: import("vue").Ref<import("element-pe/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))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
515
+ strategy: import("vue").Ref<import("element-pe/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>>;
516
516
  arrowRef: import("vue").Ref<HTMLElement | null>;
517
517
  referenceRef: import("vue").Ref<HTMLElement | import("@floating-ui/dom").VirtualElement | undefined>;
518
518
  contentRef: import("vue").Ref<HTMLElement | undefined>;
@@ -542,14 +542,14 @@ export declare const ElTooltipV2: import("element-pe/es/utils").SFCWithInstall<i
542
542
  escaped?: boolean | undefined;
543
543
  referenceHiddenOffsets?: {
544
544
  top: number;
545
- right: number;
546
545
  bottom: number;
546
+ right: number;
547
547
  left: number;
548
548
  } | undefined;
549
549
  escapedOffsets?: {
550
550
  top: number;
551
- right: number;
552
551
  bottom: number;
552
+ right: number;
553
553
  left: number;
554
554
  } | undefined;
555
555
  } | undefined;
@@ -608,19 +608,19 @@ export declare const ElTooltipV2: import("element-pe/es/utils").SFCWithInstall<i
608
608
  arrowPadding: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
609
609
  effect: import("element-pe/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
610
610
  contentClass: StringConstructor;
611
- placement: import("element-pe/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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
611
+ placement: import("element-pe/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))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
612
612
  reference: import("element-pe/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>;
613
613
  offset: import("element-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
614
- strategy: import("element-pe/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
+ strategy: import("element-pe/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>;
615
615
  showArrow: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
616
616
  }>>, {
617
- placement: import("element-pe/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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown>;
618
- strategy: import("element-pe/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>;
619
617
  offset: number;
620
- reference: import("element-pe/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>;
621
618
  effect: string;
619
+ placement: import("element-pe/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))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
620
+ strategy: import("element-pe/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>;
622
621
  nowrap: boolean;
623
622
  showArrow: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
623
+ reference: import("element-pe/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>;
624
624
  arrowPadding: number;
625
625
  }>;
626
626
  TooltipV2Trigger: import("vue").DefineComponent<{
@@ -796,10 +796,10 @@ export declare const ElTooltipV2: import("element-pe/es/utils").SFCWithInstall<i
796
796
  readonly arrowPadding: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
797
797
  readonly effect: import("element-pe/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
798
798
  readonly contentClass: StringConstructor;
799
- readonly placement: import("element-pe/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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
799
+ readonly placement: import("element-pe/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))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
800
800
  readonly reference: import("element-pe/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>;
801
801
  readonly offset: import("element-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
802
- readonly strategy: import("element-pe/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
+ readonly strategy: import("element-pe/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>;
803
803
  readonly showArrow: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
804
804
  readonly onBlur: {
805
805
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -856,18 +856,18 @@ export declare const ElTooltipV2: import("element-pe/es/utils").SFCWithInstall<i
856
856
  __epPropKey: true;
857
857
  };
858
858
  }>>, {
859
- readonly to: import("element-pe/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>;
860
- readonly style: import("element-pe/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>;
861
- readonly open: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
862
- readonly placement: import("element-pe/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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown>;
863
- readonly strategy: import("element-pe/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>;
864
- readonly width: number;
865
- readonly height: number;
866
859
  readonly offset: number;
867
- readonly reference: import("element-pe/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>;
860
+ readonly height: number;
861
+ readonly width: number;
868
862
  readonly effect: string;
863
+ readonly placement: import("element-pe/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))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
864
+ readonly strategy: import("element-pe/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>;
865
+ readonly style: import("element-pe/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>;
869
866
  readonly teleported: boolean;
867
+ readonly open: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
870
868
  readonly showArrow: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
869
+ readonly to: import("element-pe/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>;
870
+ readonly reference: import("element-pe/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>;
871
871
  readonly alwaysOn: boolean;
872
872
  readonly delayDuration: number;
873
873
  readonly defaultOpen: boolean;
@@ -3,11 +3,11 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  require('../../utils/index.js');
6
- var tooltip$1 = require('./src/tooltip.js');
7
- var arrow = require('./src/arrow.js');
8
- var content = require('./src/content2.js');
9
- var root = require('./src/root2.js');
10
- var tooltip = require('./src/tooltip2.js');
6
+ var tooltip$1 = require('./src/tooltip2.js');
7
+ var arrow = require('./src/arrow2.js');
8
+ var content = require('./src/content.js');
9
+ var root = require('./src/root.js');
10
+ var tooltip = require('./src/tooltip.js');
11
11
  var trigger = require('./src/trigger.js');
12
12
  var constants = require('./src/constants.js');
13
13
  var install = require('../../utils/vue/install.js');
@@ -2,32 +2,46 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../../../utils/index.js');
6
- var common = require('./common.js');
7
- var runtime = require('../../../utils/vue/props/runtime.js');
5
+ var vue = require('vue');
6
+ var constants = require('./constants.js');
7
+ var arrow = require('./arrow2.js');
8
+ var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
8
9
 
9
- const tooltipV2ArrowProps = runtime.buildProps({
10
- width: {
11
- type: Number,
12
- default: 10
13
- },
14
- height: {
15
- type: Number,
16
- default: 10
17
- },
18
- style: {
19
- type: runtime.definePropType(Object),
20
- default: null
21
- }
10
+ const __default__ = vue.defineComponent({
11
+ name: "ElTooltipV2Arrow"
22
12
  });
23
- const tooltipV2ArrowSpecialProps = runtime.buildProps({
24
- side: {
25
- type: runtime.definePropType(String),
26
- values: common.tooltipV2Sides,
27
- required: true
13
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
14
+ ...__default__,
15
+ props: {
16
+ ...arrow.tooltipV2ArrowProps,
17
+ ...arrow.tooltipV2ArrowSpecialProps
18
+ },
19
+ setup(__props) {
20
+ const props = __props;
21
+ const { ns } = vue.inject(constants.tooltipV2RootKey);
22
+ const { arrowRef } = vue.inject(constants.tooltipV2ContentKey);
23
+ const arrowStyle = vue.computed(() => {
24
+ const { style, width, height } = props;
25
+ const namespace = ns.namespace.value;
26
+ return {
27
+ [`--${namespace}-tooltip-v2-arrow-width`]: `${width}px`,
28
+ [`--${namespace}-tooltip-v2-arrow-height`]: `${height}px`,
29
+ [`--${namespace}-tooltip-v2-arrow-border-width`]: `${width / 2}px`,
30
+ [`--${namespace}-tooltip-v2-arrow-cover-width`]: width / 2 - 1,
31
+ ...style || {}
32
+ };
33
+ });
34
+ return (_ctx, _cache) => {
35
+ return vue.openBlock(), vue.createElementBlock("span", {
36
+ ref_key: "arrowRef",
37
+ ref: arrowRef,
38
+ style: vue.normalizeStyle(vue.unref(arrowStyle)),
39
+ class: vue.normalizeClass(vue.unref(ns).e("arrow"))
40
+ }, null, 6);
41
+ };
28
42
  }
29
43
  });
44
+ var TooltipV2Arrow = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "/Users/meng/workspace/element-pe/packages/components/tooltip-v2/src/arrow.vue"]]);
30
45
 
31
- exports.tooltipV2ArrowProps = tooltipV2ArrowProps;
32
- exports.tooltipV2ArrowSpecialProps = tooltipV2ArrowSpecialProps;
46
+ exports["default"] = TooltipV2Arrow;
33
47
  //# sourceMappingURL=arrow.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"arrow.js","sources":["../../../../../../packages/components/tooltip-v2/src/arrow.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\nimport { tooltipV2Sides } from './common'\n\nimport type { CSSProperties, ExtractPropTypes } from 'vue'\nimport type { TooltipV2Sides } from './common'\n\nexport const tooltipV2ArrowProps = buildProps({\n width: {\n type: Number,\n default: 10,\n },\n height: {\n type: Number,\n default: 10,\n },\n style: {\n type: definePropType<CSSProperties | null>(Object),\n default: null,\n },\n} as const)\n\nexport const tooltipV2ArrowSpecialProps = buildProps({\n side: {\n type: definePropType<TooltipV2Sides>(String),\n values: tooltipV2Sides,\n required: true,\n },\n} as const)\n\nexport type TooltipV2ArrowProps = ExtractPropTypes<typeof tooltipV2ArrowProps>\n"],"names":["buildProps","definePropType","tooltipV2Sides"],"mappings":";;;;;;;;AAEY,MAAC,mBAAmB,GAAGA,kBAAU,CAAC;AAC9C,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAEC,sBAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,CAAC,EAAE;AACS,MAAC,0BAA0B,GAAGD,kBAAU,CAAC;AACrD,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAEC,sBAAc,CAAC,MAAM,CAAC;AAChC,IAAI,MAAM,EAAEC,qBAAc;AAC1B,IAAI,QAAQ,EAAE,IAAI;AAClB,GAAG;AACH,CAAC;;;;;"}
1
+ {"version":3,"file":"arrow.js","sources":["../../../../../../packages/components/tooltip-v2/src/arrow.vue"],"sourcesContent":["<template>\n <span ref=\"arrowRef\" :style=\"arrowStyle\" :class=\"ns.e('arrow')\" />\n</template>\n\n<script setup lang=\"ts\">\nimport { computed, inject } from 'vue'\nimport { tooltipV2ContentKey, tooltipV2RootKey } from './constants'\nimport { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './arrow'\n\nimport type { CSSProperties } from 'vue'\n\ndefineOptions({\n name: 'ElTooltipV2Arrow',\n})\n\nconst props = defineProps({\n ...tooltipV2ArrowProps,\n ...tooltipV2ArrowSpecialProps,\n})\n\nconst { ns } = inject(tooltipV2RootKey)!\nconst { arrowRef } = inject(tooltipV2ContentKey)!\n\nconst arrowStyle = computed<CSSProperties>(() => {\n const { style, width, height } = props\n const namespace = ns.namespace.value\n\n return {\n [`--${namespace}-tooltip-v2-arrow-width`]: `${width}px`,\n [`--${namespace}-tooltip-v2-arrow-height`]: `${height}px`,\n [`--${namespace}-tooltip-v2-arrow-border-width`]: `${width / 2}px`,\n [`--${namespace}-tooltip-v2-arrow-cover-width`]: width / 2 - 1,\n ...(style || {}),\n }\n})\n</script>\n"],"names":["inject","tooltipV2RootKey","tooltipV2ContentKey","computed"],"mappings":";;;;;;;;;uCAWc,CAAA;AAAA,EACZ,IAAM,EAAA,kBAAA;AACR,CAAA,CAAA,CAAA;;;;;;;;;AAOA,IAAM,MAAA,EAAE,EAAO,EAAA,GAAAA,UAAA,CAAOC,0BAAgB,CAAA,CAAA;AACtC,IAAM,MAAA,EAAE,QAAa,EAAA,GAAAD,UAAA,CAAOE,6BAAmB,CAAA,CAAA;AAE/C,IAAM,MAAA,UAAA,GAAaC,aAAwB,MAAM;AAC/C,MAAM,MAAA,EAAE,KAAO,EAAA,KAAA,EAAO,MAAW,EAAA,GAAA,KAAA,CAAA;AACjC,MAAM,MAAA,SAAA,GAAY,GAAG,SAAU,CAAA,KAAA,CAAA;AAE/B,MAAO,OAAA;AAAA,QACL,CAAC,CAAK,EAAA,EAAA,SAAA,CAAA,uBAAA,CAAA,GAAqC,CAAG,EAAA,KAAA,CAAA,EAAA,CAAA;AAAA,QAC9C,CAAC,CAAK,EAAA,EAAA,SAAA,CAAA,wBAAA,CAAA,GAAsC,CAAG,EAAA,MAAA,CAAA,EAAA,CAAA;AAAA,QAC/C,CAAC,CAAA,EAAA,EAAK,SAA4C,CAAA,8BAAA,CAAA,GAAA,CAAA,EAAG,KAAQ,GAAA,CAAA,CAAA,EAAA,CAAA;AAAA,QAC7D,CAAC,CAAA,EAAA,EAAK,SAA2C,CAAA,6BAAA,CAAA,GAAA,KAAA,GAAQ,CAAI,GAAA,CAAA;AAAA,QAC7D,GAAI,SAAS,EAAC;AAAA,OAChB,CAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;"}
@@ -54,8 +54,8 @@ declare const _default: import("vue").DefineComponent<{
54
54
  height: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 10, boolean>;
55
55
  style: import("../../../utils").EpPropFinalized<(new (...args: any[]) => CSSProperties) | (() => CSSProperties | null) | ((new (...args: any[]) => CSSProperties) | (() => CSSProperties | null))[], unknown, unknown, null, boolean>;
56
56
  }>>, {
57
- style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => CSSProperties) | (() => CSSProperties | null) | ((new (...args: any[]) => CSSProperties) | (() => CSSProperties | null))[], unknown, unknown>;
58
- width: number;
59
57
  height: number;
58
+ width: number;
59
+ style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => CSSProperties) | (() => CSSProperties | null) | ((new (...args: any[]) => CSSProperties) | (() => CSSProperties | null))[], unknown, unknown>;
60
60
  }>;
61
61
  export default _default;
@@ -2,46 +2,32 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vue = require('vue');
6
- var constants = require('./constants.js');
7
- var arrow = require('./arrow.js');
8
- var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
5
+ require('../../../utils/index.js');
6
+ var common = require('./common.js');
7
+ var runtime = require('../../../utils/vue/props/runtime.js');
9
8
 
10
- const __default__ = vue.defineComponent({
11
- name: "ElTooltipV2Arrow"
12
- });
13
- const _sfc_main = /* @__PURE__ */ vue.defineComponent({
14
- ...__default__,
15
- props: {
16
- ...arrow.tooltipV2ArrowProps,
17
- ...arrow.tooltipV2ArrowSpecialProps
9
+ const tooltipV2ArrowProps = runtime.buildProps({
10
+ width: {
11
+ type: Number,
12
+ default: 10
13
+ },
14
+ height: {
15
+ type: Number,
16
+ default: 10
18
17
  },
19
- setup(__props) {
20
- const props = __props;
21
- const { ns } = vue.inject(constants.tooltipV2RootKey);
22
- const { arrowRef } = vue.inject(constants.tooltipV2ContentKey);
23
- const arrowStyle = vue.computed(() => {
24
- const { style, width, height } = props;
25
- const namespace = ns.namespace.value;
26
- return {
27
- [`--${namespace}-tooltip-v2-arrow-width`]: `${width}px`,
28
- [`--${namespace}-tooltip-v2-arrow-height`]: `${height}px`,
29
- [`--${namespace}-tooltip-v2-arrow-border-width`]: `${width / 2}px`,
30
- [`--${namespace}-tooltip-v2-arrow-cover-width`]: width / 2 - 1,
31
- ...style || {}
32
- };
33
- });
34
- return (_ctx, _cache) => {
35
- return vue.openBlock(), vue.createElementBlock("span", {
36
- ref_key: "arrowRef",
37
- ref: arrowRef,
38
- style: vue.normalizeStyle(vue.unref(arrowStyle)),
39
- class: vue.normalizeClass(vue.unref(ns).e("arrow"))
40
- }, null, 6);
41
- };
18
+ style: {
19
+ type: runtime.definePropType(Object),
20
+ default: null
21
+ }
22
+ });
23
+ const tooltipV2ArrowSpecialProps = runtime.buildProps({
24
+ side: {
25
+ type: runtime.definePropType(String),
26
+ values: common.tooltipV2Sides,
27
+ required: true
42
28
  }
43
29
  });
44
- var TooltipV2Arrow = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "/Users/meng/workspace/element-pe/packages/components/tooltip-v2/src/arrow.vue"]]);
45
30
 
46
- exports["default"] = TooltipV2Arrow;
31
+ exports.tooltipV2ArrowProps = tooltipV2ArrowProps;
32
+ exports.tooltipV2ArrowSpecialProps = tooltipV2ArrowSpecialProps;
47
33
  //# sourceMappingURL=arrow2.js.map