element-plus-secondary 0.6.16 → 0.6.18

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 (747) hide show
  1. package/es/components/affix/index.d.ts +1 -1
  2. package/es/components/affix/index.mjs +2 -2
  3. package/es/components/affix/src/affix.mjs +26 -115
  4. package/es/components/affix/src/affix.mjs.map +1 -1
  5. package/es/components/affix/src/affix.vue.d.ts +1 -1
  6. package/es/components/affix/src/affix2.mjs +115 -26
  7. package/es/components/affix/src/affix2.mjs.map +1 -1
  8. package/es/components/alert/index.mjs +2 -2
  9. package/es/components/alert/src/alert.mjs +94 -36
  10. package/es/components/alert/src/alert.mjs.map +1 -1
  11. package/es/components/alert/src/alert2.mjs +36 -94
  12. package/es/components/alert/src/alert2.mjs.map +1 -1
  13. package/es/components/autocomplete/index.d.ts +167 -167
  14. package/es/components/autocomplete/src/autocomplete.vue.d.ts +167 -167
  15. package/es/components/avatar/index.mjs +2 -2
  16. package/es/components/avatar/src/avatar.mjs +65 -32
  17. package/es/components/avatar/src/avatar.mjs.map +1 -1
  18. package/es/components/avatar/src/avatar2.mjs +32 -65
  19. package/es/components/avatar/src/avatar2.mjs.map +1 -1
  20. package/es/components/badge/index.mjs +2 -2
  21. package/es/components/badge/src/badge.mjs +17 -53
  22. package/es/components/badge/src/badge.mjs.map +1 -1
  23. package/es/components/badge/src/badge2.mjs +53 -17
  24. package/es/components/badge/src/badge2.mjs.map +1 -1
  25. package/es/components/calendar/index.mjs +2 -2
  26. package/es/components/calendar/src/calendar.mjs +129 -18
  27. package/es/components/calendar/src/calendar.mjs.map +1 -1
  28. package/es/components/calendar/src/calendar2.mjs +18 -129
  29. package/es/components/calendar/src/calendar2.mjs.map +1 -1
  30. package/es/components/calendar/src/date-table.mjs +33 -85
  31. package/es/components/calendar/src/date-table.mjs.map +1 -1
  32. package/es/components/calendar/src/date-table2.mjs +85 -33
  33. package/es/components/calendar/src/date-table2.mjs.map +1 -1
  34. package/es/components/calendar/src/use-date-table.mjs +1 -1
  35. package/es/components/carousel/index.d.ts +3 -3
  36. package/es/components/carousel/index.mjs +4 -4
  37. package/es/components/carousel/src/carousel-item.mjs +8 -61
  38. package/es/components/carousel/src/carousel-item.mjs.map +1 -1
  39. package/es/components/carousel/src/carousel-item2.mjs +61 -8
  40. package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
  41. package/es/components/carousel/src/carousel.mjs +60 -157
  42. package/es/components/carousel/src/carousel.mjs.map +1 -1
  43. package/es/components/carousel/src/carousel.vue.d.ts +3 -3
  44. package/es/components/carousel/src/carousel2.mjs +157 -60
  45. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  46. package/es/components/cascader/index.d.ts +234 -234
  47. package/es/components/cascader/src/index.vue.d.ts +117 -117
  48. package/es/components/cascader-panel/index.d.ts +2 -2
  49. package/es/components/cascader-panel/src/index.mjs +1 -1
  50. package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
  51. package/es/components/cascader-panel/src/menu.mjs +1 -1
  52. package/es/components/cascader-panel/src/node.mjs +116 -209
  53. package/es/components/cascader-panel/src/node.mjs.map +1 -1
  54. package/es/components/cascader-panel/src/node2.mjs +209 -116
  55. package/es/components/cascader-panel/src/node2.mjs.map +1 -1
  56. package/es/components/cascader-panel/src/store.mjs +1 -1
  57. package/es/components/check-tag/index.mjs +2 -2
  58. package/es/components/check-tag/src/check-tag.mjs +28 -12
  59. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  60. package/es/components/check-tag/src/check-tag2.mjs +12 -28
  61. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  62. package/es/components/checkbox/index.d.ts +10 -10
  63. package/es/components/checkbox/index.mjs +4 -4
  64. package/es/components/checkbox/src/checkbox-button.mjs +1 -1
  65. package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  66. package/es/components/checkbox/src/checkbox-group.mjs +28 -70
  67. package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
  68. package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
  69. package/es/components/checkbox/src/checkbox-group2.mjs +70 -28
  70. package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
  71. package/es/components/checkbox/src/checkbox.mjs +54 -115
  72. package/es/components/checkbox/src/checkbox.mjs.map +1 -1
  73. package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
  74. package/es/components/checkbox/src/checkbox2.mjs +115 -54
  75. package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
  76. package/es/components/collapse/index.d.ts +2 -2
  77. package/es/components/collapse/src/collapse.vue.d.ts +2 -2
  78. package/es/components/collection/index.mjs +1 -1
  79. package/es/components/collection/src/collection.mjs +10 -62
  80. package/es/components/collection/src/collection.mjs.map +1 -1
  81. package/es/components/collection/src/collection2.mjs +62 -10
  82. package/es/components/collection/src/collection2.mjs.map +1 -1
  83. package/es/components/color-picker/index.d.ts +274 -274
  84. package/es/components/color-picker/index.mjs +2 -2
  85. package/es/components/color-picker/src/color-picker.mjs +413 -58
  86. package/es/components/color-picker/src/color-picker.mjs.map +1 -1
  87. package/es/components/color-picker/src/color-picker.vue.d.ts +274 -274
  88. package/es/components/color-picker/src/color-picker2.mjs +58 -413
  89. package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
  90. package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +48 -48
  91. package/es/components/color-picker/src/components/predefine.mjs +1 -1
  92. package/es/components/date-picker/index.d.ts +2 -2
  93. package/es/components/date-picker/src/composables/use-range-picker.d.ts +2 -2
  94. package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  95. package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  96. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +47 -47
  97. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +45 -45
  98. package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  99. package/es/components/date-picker/src/date-picker-com/panel-year-range.vue.d.ts +6 -6
  100. package/es/components/date-picker/src/date-picker.d.ts +1 -1
  101. package/es/components/date-picker/src/panel-utils.d.ts +105 -105
  102. package/es/components/descriptions/index.d.ts +3 -3
  103. package/es/components/descriptions/index.mjs +2 -2
  104. package/es/components/descriptions/src/description-item.d.ts +1 -1
  105. package/es/components/descriptions/src/description.mjs +25 -108
  106. package/es/components/descriptions/src/description.mjs.map +1 -1
  107. package/es/components/descriptions/src/description.vue.d.ts +1 -1
  108. package/es/components/descriptions/src/description2.mjs +108 -25
  109. package/es/components/descriptions/src/description2.mjs.map +1 -1
  110. package/es/components/descriptions/src/descriptions-row.mjs +7 -62
  111. package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
  112. package/es/components/descriptions/src/descriptions-row2.mjs +62 -7
  113. package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
  114. package/es/components/dialog/index.d.ts +5 -5
  115. package/es/components/dialog/src/dialog.vue.d.ts +5 -5
  116. package/es/components/drawer/index.d.ts +2 -2
  117. package/es/components/drawer/src/drawer.vue.d.ts +2 -2
  118. package/es/components/dropdown/index.d.ts +78 -78
  119. package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
  120. package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  121. package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  122. package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
  123. package/es/components/dropdown/src/dropdown.mjs +1 -1
  124. package/es/components/dropdown/src/dropdown.vue.d.ts +76 -76
  125. package/es/components/dropdown/src/dropdown2.mjs +2 -2
  126. package/es/components/empty/index.d.ts +1 -1
  127. package/es/components/empty/index.mjs +2 -2
  128. package/es/components/empty/src/empty.mjs +11 -54
  129. package/es/components/empty/src/empty.mjs.map +1 -1
  130. package/es/components/empty/src/empty.vue.d.ts +1 -1
  131. package/es/components/empty/src/empty2.mjs +54 -11
  132. package/es/components/empty/src/empty2.mjs.map +1 -1
  133. package/es/components/focus-trap/src/focus-trap.vue.d.ts +3 -3
  134. package/es/components/image/index.d.ts +7 -7
  135. package/es/components/image/index.mjs +2 -2
  136. package/es/components/image/src/image.d.ts +1 -1
  137. package/es/components/image/src/image.mjs +58 -217
  138. package/es/components/image/src/image.mjs.map +1 -1
  139. package/es/components/image/src/image.vue.d.ts +7 -7
  140. package/es/components/image/src/image2.mjs +217 -58
  141. package/es/components/image/src/image2.mjs.map +1 -1
  142. package/es/components/image-viewer/index.mjs +2 -2
  143. package/es/components/image-viewer/src/image-viewer.mjs +35 -403
  144. package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
  145. package/es/components/image-viewer/src/image-viewer2.mjs +403 -35
  146. package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
  147. package/es/components/index.mjs +34 -34
  148. package/es/components/input/index.d.ts +13 -13
  149. package/es/components/input/index.mjs +2 -2
  150. package/es/components/input/src/input.mjs +116 -440
  151. package/es/components/input/src/input.mjs.map +1 -1
  152. package/es/components/input/src/input.vue.d.ts +13 -13
  153. package/es/components/input/src/input2.mjs +440 -116
  154. package/es/components/input/src/input2.mjs.map +1 -1
  155. package/es/components/input-number/index.d.ts +48 -48
  156. package/es/components/input-number/src/input-number.vue.d.ts +48 -48
  157. package/es/components/loading/index.d.ts +1 -1
  158. package/es/components/menu/index.d.ts +1 -1
  159. package/es/components/menu/index.mjs +2 -2
  160. package/es/components/menu/src/menu-item.mjs +14 -100
  161. package/es/components/menu/src/menu-item.mjs.map +1 -1
  162. package/es/components/menu/src/menu-item2.mjs +100 -14
  163. package/es/components/menu/src/menu-item2.mjs.map +1 -1
  164. package/es/components/menu/src/menu.d.ts +1 -1
  165. package/es/components/notification/src/notification.vue.d.ts +1 -1
  166. package/es/components/pagination/src/components/jumper.vue.d.ts +13 -13
  167. package/es/components/pagination/src/components/sizes.vue.d.ts +79 -78
  168. package/es/components/pagination/src/components/total.mjs +7 -26
  169. package/es/components/pagination/src/components/total.mjs.map +1 -1
  170. package/es/components/pagination/src/components/total2.mjs +26 -7
  171. package/es/components/pagination/src/components/total2.mjs.map +1 -1
  172. package/es/components/pagination/src/pagination.mjs +1 -1
  173. package/es/components/popconfirm/index.d.ts +114 -114
  174. package/es/components/popconfirm/index.mjs +2 -2
  175. package/es/components/popconfirm/src/popconfirm.mjs +109 -49
  176. package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
  177. package/es/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
  178. package/es/components/popconfirm/src/popconfirm2.mjs +49 -109
  179. package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
  180. package/es/components/popover/index.d.ts +123 -123
  181. package/es/components/popover/index.mjs +2 -2
  182. package/es/components/popover/src/popover.mjs +109 -66
  183. package/es/components/popover/src/popover.mjs.map +1 -1
  184. package/es/components/popover/src/popover.vue.d.ts +123 -123
  185. package/es/components/popover/src/popover2.mjs +66 -109
  186. package/es/components/popover/src/popover2.mjs.map +1 -1
  187. package/es/components/popper/index.d.ts +5 -5
  188. package/es/components/popper/index.mjs +4 -4
  189. package/es/components/popper/src/content.d.ts +4 -4
  190. package/es/components/popper/src/content.vue.d.ts +10 -10
  191. package/es/components/popper/src/popper.d.ts +2 -2
  192. package/es/components/popper/src/popper.mjs +25 -31
  193. package/es/components/popper/src/popper.mjs.map +1 -1
  194. package/es/components/popper/src/popper.vue.d.ts +5 -5
  195. package/es/components/popper/src/popper2.mjs +31 -25
  196. package/es/components/popper/src/popper2.mjs.map +1 -1
  197. package/es/components/popper/src/trigger.mjs +118 -31
  198. package/es/components/popper/src/trigger.mjs.map +1 -1
  199. package/es/components/popper/src/trigger.vue.d.ts +1 -1
  200. package/es/components/popper/src/trigger2.mjs +31 -118
  201. package/es/components/popper/src/trigger2.mjs.map +1 -1
  202. package/es/components/popper/src/utils.d.ts +1 -1
  203. package/es/components/radio/index.d.ts +6 -6
  204. package/es/components/radio/index.mjs +2 -2
  205. package/es/components/radio/src/radio-button.mjs +66 -9
  206. package/es/components/radio/src/radio-button.mjs.map +1 -1
  207. package/es/components/radio/src/radio-button2.mjs +9 -66
  208. package/es/components/radio/src/radio-button2.mjs.map +1 -1
  209. package/es/components/radio/src/radio-group.vue.d.ts +2 -2
  210. package/es/components/radio/src/radio.vue.d.ts +2 -2
  211. package/es/components/rate/index.d.ts +2 -2
  212. package/es/components/rate/src/rate.vue.d.ts +2 -2
  213. package/es/components/roving-focus-group/index.mjs +3 -3
  214. package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
  215. package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  216. package/es/components/roving-focus-group/src/roving-focus-group.mjs +29 -27
  217. package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
  218. package/es/components/roving-focus-group/src/roving-focus-group2.mjs +27 -29
  219. package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
  220. package/es/components/roving-focus-group/src/roving-focus-item.mjs +1 -1
  221. package/es/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
  222. package/es/components/row/index.d.ts +4 -4
  223. package/es/components/row/src/row.d.ts +1 -1
  224. package/es/components/row/src/row.vue.d.ts +4 -4
  225. package/es/components/scrollbar/index.d.ts +1 -1
  226. package/es/components/scrollbar/index.mjs +2 -2
  227. package/es/components/scrollbar/src/bar.mjs +40 -17
  228. package/es/components/scrollbar/src/bar.mjs.map +1 -1
  229. package/es/components/scrollbar/src/bar2.mjs +17 -40
  230. package/es/components/scrollbar/src/bar2.mjs.map +1 -1
  231. package/es/components/scrollbar/src/scrollbar.mjs +47 -173
  232. package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
  233. package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  234. package/es/components/scrollbar/src/scrollbar2.mjs +173 -47
  235. package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
  236. package/es/components/select/index.d.ts +79 -78
  237. package/es/components/select/src/select.mjs +1 -2
  238. package/es/components/select/src/select.mjs.map +1 -1
  239. package/es/components/select/src/select.vue.d.ts +79 -78
  240. package/es/components/select/src/useSelect.d.ts +75 -75
  241. package/es/components/select-v2/index.d.ts +156 -156
  242. package/es/components/select-v2/src/select.vue.d.ts +78 -78
  243. package/es/components/select-v2/src/useSelect.d.ts +75 -75
  244. package/es/components/skeleton/index.d.ts +9 -9
  245. package/es/components/skeleton/index.mjs +2 -2
  246. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  247. package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  248. package/es/components/skeleton/src/skeleton.mjs +22 -47
  249. package/es/components/skeleton/src/skeleton.mjs.map +1 -1
  250. package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
  251. package/es/components/skeleton/src/skeleton2.mjs +47 -22
  252. package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
  253. package/es/components/slider/index.d.ts +240 -240
  254. package/es/components/slider/src/button.mjs +93 -21
  255. package/es/components/slider/src/button.mjs.map +1 -1
  256. package/es/components/slider/src/button.vue.d.ts +38 -38
  257. package/es/components/slider/src/button2.mjs +21 -93
  258. package/es/components/slider/src/button2.mjs.map +1 -1
  259. package/es/components/slider/src/composables/use-slide.d.ts +152 -152
  260. package/es/components/slider/src/slider.mjs +1 -1
  261. package/es/components/slider/src/slider.vue.d.ts +240 -240
  262. package/es/components/space/index.d.ts +2 -2
  263. package/es/components/space/src/space.d.ts +2 -2
  264. package/es/components/steps/index.d.ts +1 -1
  265. package/es/components/steps/index.mjs +2 -2
  266. package/es/components/steps/src/item.mjs +192 -20
  267. package/es/components/steps/src/item.mjs.map +1 -1
  268. package/es/components/steps/src/item2.mjs +20 -192
  269. package/es/components/steps/src/item2.mjs.map +1 -1
  270. package/es/components/steps/src/steps.vue.d.ts +1 -1
  271. package/es/components/switch/index.d.ts +3 -3
  272. package/es/components/switch/index.mjs +2 -2
  273. package/es/components/switch/src/switch.mjs +238 -88
  274. package/es/components/switch/src/switch.mjs.map +1 -1
  275. package/es/components/switch/src/switch.vue.d.ts +3 -3
  276. package/es/components/switch/src/switch2.mjs +88 -238
  277. package/es/components/switch/src/switch2.mjs.map +1 -1
  278. package/es/components/table/index.d.ts +3 -3
  279. package/es/components/table/src/filter-panel.vue.d.ts +75 -75
  280. package/es/components/table/src/table.vue.d.ts +3 -3
  281. package/es/components/table/src/util.d.ts +9 -9
  282. package/es/components/tabs/index.mjs +2 -2
  283. package/es/components/tabs/src/tab-pane.mjs +13 -71
  284. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  285. package/es/components/tabs/src/tab-pane2.mjs +71 -13
  286. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  287. package/es/components/time-picker/index.d.ts +2 -2
  288. package/es/components/time-picker/src/common/picker.vue.d.ts +131 -131
  289. package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  290. package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  291. package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
  292. package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
  293. package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
  294. package/es/components/time-picker/src/time-picker.d.ts +1 -1
  295. package/es/components/time-select/index.d.ts +324 -320
  296. package/es/components/time-select/index.mjs +1 -1
  297. package/es/components/time-select/src/time-select.mjs +115 -48
  298. package/es/components/time-select/src/time-select.mjs.map +1 -1
  299. package/es/components/time-select/src/time-select.vue.d.ts +162 -160
  300. package/es/components/time-select/src/time-select2.mjs +48 -115
  301. package/es/components/time-select/src/time-select2.mjs.map +1 -1
  302. package/es/components/timeline/index.mjs +2 -2
  303. package/es/components/timeline/src/timeline-item.mjs +68 -42
  304. package/es/components/timeline/src/timeline-item.mjs.map +1 -1
  305. package/es/components/timeline/src/timeline-item2.mjs +42 -68
  306. package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
  307. package/es/components/tooltip/index.d.ts +38 -38
  308. package/es/components/tooltip/index.mjs +3 -3
  309. package/es/components/tooltip/src/content.d.ts +1 -1
  310. package/es/components/tooltip/src/content.vue.d.ts +18 -18
  311. package/es/components/tooltip/src/tooltip.d.ts +2 -2
  312. package/es/components/tooltip/src/tooltip.mjs +168 -35
  313. package/es/components/tooltip/src/tooltip.mjs.map +1 -1
  314. package/es/components/tooltip/src/tooltip.vue.d.ts +38 -38
  315. package/es/components/tooltip/src/tooltip2.mjs +35 -168
  316. package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
  317. package/es/components/tooltip/src/trigger.mjs +16 -72
  318. package/es/components/tooltip/src/trigger.mjs.map +1 -1
  319. package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
  320. package/es/components/tooltip/src/trigger2.mjs +72 -16
  321. package/es/components/tooltip/src/trigger2.mjs.map +1 -1
  322. package/es/components/tooltip-v2/index.d.ts +35 -35
  323. package/es/components/tooltip-v2/index.mjs +2 -2
  324. package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
  325. package/es/components/tooltip-v2/src/content.d.ts +1 -1
  326. package/es/components/tooltip-v2/src/content.mjs +50 -111
  327. package/es/components/tooltip-v2/src/content.mjs.map +1 -1
  328. package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
  329. package/es/components/tooltip-v2/src/content2.mjs +111 -50
  330. package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
  331. package/es/components/tooltip-v2/src/root.mjs +79 -17
  332. package/es/components/tooltip-v2/src/root.mjs.map +1 -1
  333. package/es/components/tooltip-v2/src/root2.mjs +17 -79
  334. package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
  335. package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
  336. package/es/components/tooltip-v2/src/tooltip.mjs +2 -2
  337. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
  338. package/es/components/tooltip-v2/src/tooltip2.mjs +4 -4
  339. package/es/components/transfer/index.d.ts +107 -107
  340. package/es/components/transfer/src/transfer-panel.vue.d.ts +21 -21
  341. package/es/components/transfer/src/transfer.vue.d.ts +107 -107
  342. package/es/components/tree/index.d.ts +4 -4
  343. package/es/components/tree/src/tree-node.vue.d.ts +1 -1
  344. package/es/components/tree/src/tree.vue.d.ts +2 -2
  345. package/es/components/tree-v2/index.d.ts +9 -9
  346. package/es/components/tree-v2/src/tree-node.vue.d.ts +7 -7
  347. package/es/components/tree-v2/src/tree.vue.d.ts +9 -9
  348. package/es/components/upload/index.d.ts +6 -6
  349. package/es/components/upload/index.mjs +4 -4
  350. package/es/components/upload/src/upload-content.mjs +168 -33
  351. package/es/components/upload/src/upload-content.mjs.map +1 -1
  352. package/es/components/upload/src/upload-content.vue.d.ts +1 -1
  353. package/es/components/upload/src/upload-content2.mjs +33 -168
  354. package/es/components/upload/src/upload-content2.mjs.map +1 -1
  355. package/es/components/upload/src/upload-dragger.mjs +68 -11
  356. package/es/components/upload/src/upload-dragger.mjs.map +1 -1
  357. package/es/components/upload/src/upload-dragger2.mjs +11 -68
  358. package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
  359. package/es/components/upload/src/upload-list.mjs +1 -1
  360. package/es/components/upload/src/upload.mjs +105 -118
  361. package/es/components/upload/src/upload.mjs.map +1 -1
  362. package/es/components/upload/src/upload.vue.d.ts +6 -6
  363. package/es/components/upload/src/upload2.mjs +118 -105
  364. package/es/components/upload/src/upload2.mjs.map +1 -1
  365. package/es/components/upload/src/use-handlers.mjs +1 -1
  366. package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  367. package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
  368. package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  369. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  370. package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  371. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  372. package/es/index.mjs +34 -34
  373. package/es/utils/vue/vnode.d.ts +6 -6
  374. package/lib/components/affix/index.d.ts +1 -1
  375. package/lib/components/affix/index.js +2 -2
  376. package/lib/components/affix/src/affix.js +27 -115
  377. package/lib/components/affix/src/affix.js.map +1 -1
  378. package/lib/components/affix/src/affix.vue.d.ts +1 -1
  379. package/lib/components/affix/src/affix2.js +115 -27
  380. package/lib/components/affix/src/affix2.js.map +1 -1
  381. package/lib/components/alert/index.js +2 -2
  382. package/lib/components/alert/src/alert.js +93 -37
  383. package/lib/components/alert/src/alert.js.map +1 -1
  384. package/lib/components/alert/src/alert2.js +37 -93
  385. package/lib/components/alert/src/alert2.js.map +1 -1
  386. package/lib/components/autocomplete/index.d.ts +167 -167
  387. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +167 -167
  388. package/lib/components/avatar/index.js +2 -2
  389. package/lib/components/avatar/src/avatar.js +65 -33
  390. package/lib/components/avatar/src/avatar.js.map +1 -1
  391. package/lib/components/avatar/src/avatar2.js +33 -65
  392. package/lib/components/avatar/src/avatar2.js.map +1 -1
  393. package/lib/components/badge/index.js +2 -2
  394. package/lib/components/badge/src/badge.js +17 -53
  395. package/lib/components/badge/src/badge.js.map +1 -1
  396. package/lib/components/badge/src/badge2.js +53 -17
  397. package/lib/components/badge/src/badge2.js.map +1 -1
  398. package/lib/components/calendar/index.js +2 -2
  399. package/lib/components/calendar/src/calendar.js +129 -19
  400. package/lib/components/calendar/src/calendar.js.map +1 -1
  401. package/lib/components/calendar/src/calendar2.js +19 -129
  402. package/lib/components/calendar/src/calendar2.js.map +1 -1
  403. package/lib/components/calendar/src/date-table.js +37 -85
  404. package/lib/components/calendar/src/date-table.js.map +1 -1
  405. package/lib/components/calendar/src/date-table2.js +85 -37
  406. package/lib/components/calendar/src/date-table2.js.map +1 -1
  407. package/lib/components/calendar/src/use-date-table.js +1 -1
  408. package/lib/components/carousel/index.d.ts +3 -3
  409. package/lib/components/carousel/index.js +4 -4
  410. package/lib/components/carousel/src/carousel-item.js +8 -61
  411. package/lib/components/carousel/src/carousel-item.js.map +1 -1
  412. package/lib/components/carousel/src/carousel-item2.js +61 -8
  413. package/lib/components/carousel/src/carousel-item2.js.map +1 -1
  414. package/lib/components/carousel/src/carousel.js +61 -157
  415. package/lib/components/carousel/src/carousel.js.map +1 -1
  416. package/lib/components/carousel/src/carousel.vue.d.ts +3 -3
  417. package/lib/components/carousel/src/carousel2.js +157 -61
  418. package/lib/components/carousel/src/carousel2.js.map +1 -1
  419. package/lib/components/cascader/index.d.ts +234 -234
  420. package/lib/components/cascader/src/index.vue.d.ts +117 -117
  421. package/lib/components/cascader-panel/index.d.ts +2 -2
  422. package/lib/components/cascader-panel/src/index.js +1 -1
  423. package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
  424. package/lib/components/cascader-panel/src/menu.js +1 -1
  425. package/lib/components/cascader-panel/src/node.js +116 -209
  426. package/lib/components/cascader-panel/src/node.js.map +1 -1
  427. package/lib/components/cascader-panel/src/node2.js +209 -116
  428. package/lib/components/cascader-panel/src/node2.js.map +1 -1
  429. package/lib/components/cascader-panel/src/store.js +1 -1
  430. package/lib/components/check-tag/index.js +2 -2
  431. package/lib/components/check-tag/src/check-tag.js +28 -13
  432. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  433. package/lib/components/check-tag/src/check-tag2.js +13 -28
  434. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  435. package/lib/components/checkbox/index.d.ts +10 -10
  436. package/lib/components/checkbox/index.js +4 -4
  437. package/lib/components/checkbox/src/checkbox-button.js +1 -1
  438. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  439. package/lib/components/checkbox/src/checkbox-group.js +29 -70
  440. package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
  441. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
  442. package/lib/components/checkbox/src/checkbox-group2.js +70 -29
  443. package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
  444. package/lib/components/checkbox/src/checkbox.js +55 -115
  445. package/lib/components/checkbox/src/checkbox.js.map +1 -1
  446. package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
  447. package/lib/components/checkbox/src/checkbox2.js +115 -55
  448. package/lib/components/checkbox/src/checkbox2.js.map +1 -1
  449. package/lib/components/collapse/index.d.ts +2 -2
  450. package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
  451. package/lib/components/collection/index.js +1 -1
  452. package/lib/components/collection/src/collection.js +9 -62
  453. package/lib/components/collection/src/collection.js.map +1 -1
  454. package/lib/components/collection/src/collection2.js +62 -9
  455. package/lib/components/collection/src/collection2.js.map +1 -1
  456. package/lib/components/color-picker/index.d.ts +274 -274
  457. package/lib/components/color-picker/index.js +2 -2
  458. package/lib/components/color-picker/src/color-picker.js +411 -58
  459. package/lib/components/color-picker/src/color-picker.js.map +1 -1
  460. package/lib/components/color-picker/src/color-picker.vue.d.ts +274 -274
  461. package/lib/components/color-picker/src/color-picker2.js +58 -411
  462. package/lib/components/color-picker/src/color-picker2.js.map +1 -1
  463. package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +48 -48
  464. package/lib/components/color-picker/src/components/predefine.js +1 -1
  465. package/lib/components/date-picker/index.d.ts +2 -2
  466. package/lib/components/date-picker/src/composables/use-range-picker.d.ts +2 -2
  467. package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  468. package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  469. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +47 -47
  470. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +45 -45
  471. package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  472. package/lib/components/date-picker/src/date-picker-com/panel-year-range.vue.d.ts +6 -6
  473. package/lib/components/date-picker/src/date-picker.d.ts +1 -1
  474. package/lib/components/date-picker/src/panel-utils.d.ts +105 -105
  475. package/lib/components/descriptions/index.d.ts +3 -3
  476. package/lib/components/descriptions/index.js +2 -2
  477. package/lib/components/descriptions/src/description-item.d.ts +1 -1
  478. package/lib/components/descriptions/src/description.js +25 -108
  479. package/lib/components/descriptions/src/description.js.map +1 -1
  480. package/lib/components/descriptions/src/description.vue.d.ts +1 -1
  481. package/lib/components/descriptions/src/description2.js +108 -25
  482. package/lib/components/descriptions/src/description2.js.map +1 -1
  483. package/lib/components/descriptions/src/descriptions-row.js +7 -62
  484. package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
  485. package/lib/components/descriptions/src/descriptions-row2.js +62 -7
  486. package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
  487. package/lib/components/dialog/index.d.ts +5 -5
  488. package/lib/components/dialog/src/dialog.vue.d.ts +5 -5
  489. package/lib/components/drawer/index.d.ts +2 -2
  490. package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
  491. package/lib/components/dropdown/index.d.ts +78 -78
  492. package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
  493. package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  494. package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  495. package/lib/components/dropdown/src/dropdown-menu.js +1 -1
  496. package/lib/components/dropdown/src/dropdown.js +1 -1
  497. package/lib/components/dropdown/src/dropdown.vue.d.ts +76 -76
  498. package/lib/components/dropdown/src/dropdown2.js +2 -2
  499. package/lib/components/empty/index.d.ts +1 -1
  500. package/lib/components/empty/index.js +2 -2
  501. package/lib/components/empty/src/empty.js +11 -54
  502. package/lib/components/empty/src/empty.js.map +1 -1
  503. package/lib/components/empty/src/empty.vue.d.ts +1 -1
  504. package/lib/components/empty/src/empty2.js +54 -11
  505. package/lib/components/empty/src/empty2.js.map +1 -1
  506. package/lib/components/focus-trap/src/focus-trap.vue.d.ts +3 -3
  507. package/lib/components/image/index.d.ts +7 -7
  508. package/lib/components/image/index.js +2 -2
  509. package/lib/components/image/src/image.d.ts +1 -1
  510. package/lib/components/image/src/image.js +59 -217
  511. package/lib/components/image/src/image.js.map +1 -1
  512. package/lib/components/image/src/image.vue.d.ts +7 -7
  513. package/lib/components/image/src/image2.js +217 -59
  514. package/lib/components/image/src/image2.js.map +1 -1
  515. package/lib/components/image-viewer/index.js +2 -2
  516. package/lib/components/image-viewer/src/image-viewer.js +36 -403
  517. package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
  518. package/lib/components/image-viewer/src/image-viewer2.js +403 -36
  519. package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
  520. package/lib/components/index.js +34 -34
  521. package/lib/components/input/index.d.ts +13 -13
  522. package/lib/components/input/index.js +2 -2
  523. package/lib/components/input/src/input.js +116 -439
  524. package/lib/components/input/src/input.js.map +1 -1
  525. package/lib/components/input/src/input.vue.d.ts +13 -13
  526. package/lib/components/input/src/input2.js +439 -116
  527. package/lib/components/input/src/input2.js.map +1 -1
  528. package/lib/components/input-number/index.d.ts +48 -48
  529. package/lib/components/input-number/src/input-number.vue.d.ts +48 -48
  530. package/lib/components/loading/index.d.ts +1 -1
  531. package/lib/components/menu/index.d.ts +1 -1
  532. package/lib/components/menu/index.js +2 -2
  533. package/lib/components/menu/src/menu-item.js +15 -100
  534. package/lib/components/menu/src/menu-item.js.map +1 -1
  535. package/lib/components/menu/src/menu-item2.js +100 -15
  536. package/lib/components/menu/src/menu-item2.js.map +1 -1
  537. package/lib/components/menu/src/menu.d.ts +1 -1
  538. package/lib/components/notification/src/notification.vue.d.ts +1 -1
  539. package/lib/components/pagination/src/components/jumper.vue.d.ts +13 -13
  540. package/lib/components/pagination/src/components/sizes.vue.d.ts +79 -78
  541. package/lib/components/pagination/src/components/total.js +7 -26
  542. package/lib/components/pagination/src/components/total.js.map +1 -1
  543. package/lib/components/pagination/src/components/total2.js +26 -7
  544. package/lib/components/pagination/src/components/total2.js.map +1 -1
  545. package/lib/components/pagination/src/pagination.js +1 -1
  546. package/lib/components/popconfirm/index.d.ts +114 -114
  547. package/lib/components/popconfirm/index.js +2 -2
  548. package/lib/components/popconfirm/src/popconfirm.js +109 -49
  549. package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
  550. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
  551. package/lib/components/popconfirm/src/popconfirm2.js +49 -109
  552. package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
  553. package/lib/components/popover/index.d.ts +123 -123
  554. package/lib/components/popover/index.js +2 -2
  555. package/lib/components/popover/src/popover.js +109 -67
  556. package/lib/components/popover/src/popover.js.map +1 -1
  557. package/lib/components/popover/src/popover.vue.d.ts +123 -123
  558. package/lib/components/popover/src/popover2.js +67 -109
  559. package/lib/components/popover/src/popover2.js.map +1 -1
  560. package/lib/components/popper/index.d.ts +5 -5
  561. package/lib/components/popper/index.js +4 -4
  562. package/lib/components/popper/src/content.d.ts +4 -4
  563. package/lib/components/popper/src/content.vue.d.ts +10 -10
  564. package/lib/components/popper/src/popper.d.ts +2 -2
  565. package/lib/components/popper/src/popper.js +28 -31
  566. package/lib/components/popper/src/popper.js.map +1 -1
  567. package/lib/components/popper/src/popper.vue.d.ts +5 -5
  568. package/lib/components/popper/src/popper2.js +31 -28
  569. package/lib/components/popper/src/popper2.js.map +1 -1
  570. package/lib/components/popper/src/trigger.js +118 -32
  571. package/lib/components/popper/src/trigger.js.map +1 -1
  572. package/lib/components/popper/src/trigger.vue.d.ts +1 -1
  573. package/lib/components/popper/src/trigger2.js +32 -118
  574. package/lib/components/popper/src/trigger2.js.map +1 -1
  575. package/lib/components/popper/src/utils.d.ts +1 -1
  576. package/lib/components/radio/index.d.ts +6 -6
  577. package/lib/components/radio/index.js +2 -2
  578. package/lib/components/radio/src/radio-button.js +66 -9
  579. package/lib/components/radio/src/radio-button.js.map +1 -1
  580. package/lib/components/radio/src/radio-button2.js +9 -66
  581. package/lib/components/radio/src/radio-button2.js.map +1 -1
  582. package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
  583. package/lib/components/radio/src/radio.vue.d.ts +2 -2
  584. package/lib/components/rate/index.d.ts +2 -2
  585. package/lib/components/rate/src/rate.vue.d.ts +2 -2
  586. package/lib/components/roving-focus-group/index.js +2 -2
  587. package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
  588. package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  589. package/lib/components/roving-focus-group/src/roving-focus-group.js +33 -27
  590. package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
  591. package/lib/components/roving-focus-group/src/roving-focus-group2.js +27 -33
  592. package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
  593. package/lib/components/roving-focus-group/src/roving-focus-item.js +1 -1
  594. package/lib/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
  595. package/lib/components/row/index.d.ts +4 -4
  596. package/lib/components/row/src/row.d.ts +1 -1
  597. package/lib/components/row/src/row.vue.d.ts +4 -4
  598. package/lib/components/scrollbar/index.d.ts +1 -1
  599. package/lib/components/scrollbar/index.js +2 -2
  600. package/lib/components/scrollbar/src/bar.js +40 -17
  601. package/lib/components/scrollbar/src/bar.js.map +1 -1
  602. package/lib/components/scrollbar/src/bar2.js +17 -40
  603. package/lib/components/scrollbar/src/bar2.js.map +1 -1
  604. package/lib/components/scrollbar/src/scrollbar.js +48 -173
  605. package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
  606. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  607. package/lib/components/scrollbar/src/scrollbar2.js +173 -48
  608. package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
  609. package/lib/components/select/index.d.ts +79 -78
  610. package/lib/components/select/src/select.js +1 -2
  611. package/lib/components/select/src/select.js.map +1 -1
  612. package/lib/components/select/src/select.vue.d.ts +79 -78
  613. package/lib/components/select/src/useSelect.d.ts +75 -75
  614. package/lib/components/select-v2/index.d.ts +156 -156
  615. package/lib/components/select-v2/src/select.vue.d.ts +78 -78
  616. package/lib/components/select-v2/src/useSelect.d.ts +75 -75
  617. package/lib/components/skeleton/index.d.ts +9 -9
  618. package/lib/components/skeleton/index.js +2 -2
  619. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  620. package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  621. package/lib/components/skeleton/src/skeleton.js +22 -47
  622. package/lib/components/skeleton/src/skeleton.js.map +1 -1
  623. package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
  624. package/lib/components/skeleton/src/skeleton2.js +47 -22
  625. package/lib/components/skeleton/src/skeleton2.js.map +1 -1
  626. package/lib/components/slider/index.d.ts +240 -240
  627. package/lib/components/slider/src/button.js +93 -22
  628. package/lib/components/slider/src/button.js.map +1 -1
  629. package/lib/components/slider/src/button.vue.d.ts +38 -38
  630. package/lib/components/slider/src/button2.js +22 -93
  631. package/lib/components/slider/src/button2.js.map +1 -1
  632. package/lib/components/slider/src/composables/use-slide.d.ts +152 -152
  633. package/lib/components/slider/src/slider.js +1 -1
  634. package/lib/components/slider/src/slider.vue.d.ts +240 -240
  635. package/lib/components/space/index.d.ts +2 -2
  636. package/lib/components/space/src/space.d.ts +2 -2
  637. package/lib/components/steps/index.d.ts +1 -1
  638. package/lib/components/steps/index.js +2 -2
  639. package/lib/components/steps/src/item.js +192 -20
  640. package/lib/components/steps/src/item.js.map +1 -1
  641. package/lib/components/steps/src/item2.js +20 -192
  642. package/lib/components/steps/src/item2.js.map +1 -1
  643. package/lib/components/steps/src/steps.vue.d.ts +1 -1
  644. package/lib/components/switch/index.d.ts +3 -3
  645. package/lib/components/switch/index.js +2 -2
  646. package/lib/components/switch/src/switch.js +237 -88
  647. package/lib/components/switch/src/switch.js.map +1 -1
  648. package/lib/components/switch/src/switch.vue.d.ts +3 -3
  649. package/lib/components/switch/src/switch2.js +88 -237
  650. package/lib/components/switch/src/switch2.js.map +1 -1
  651. package/lib/components/table/index.d.ts +3 -3
  652. package/lib/components/table/src/filter-panel.vue.d.ts +75 -75
  653. package/lib/components/table/src/table.vue.d.ts +3 -3
  654. package/lib/components/table/src/util.d.ts +9 -9
  655. package/lib/components/tabs/index.js +2 -2
  656. package/lib/components/tabs/src/tab-pane.js +13 -71
  657. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  658. package/lib/components/tabs/src/tab-pane2.js +71 -13
  659. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  660. package/lib/components/time-picker/index.d.ts +2 -2
  661. package/lib/components/time-picker/src/common/picker.vue.d.ts +131 -131
  662. package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  663. package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  664. package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
  665. package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
  666. package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
  667. package/lib/components/time-picker/src/time-picker.d.ts +1 -1
  668. package/lib/components/time-select/index.d.ts +324 -320
  669. package/lib/components/time-select/index.js +1 -1
  670. package/lib/components/time-select/src/time-select.js +120 -48
  671. package/lib/components/time-select/src/time-select.js.map +1 -1
  672. package/lib/components/time-select/src/time-select.vue.d.ts +162 -160
  673. package/lib/components/time-select/src/time-select2.js +48 -120
  674. package/lib/components/time-select/src/time-select2.js.map +1 -1
  675. package/lib/components/timeline/index.js +2 -2
  676. package/lib/components/timeline/src/timeline-item.js +68 -42
  677. package/lib/components/timeline/src/timeline-item.js.map +1 -1
  678. package/lib/components/timeline/src/timeline-item2.js +42 -68
  679. package/lib/components/timeline/src/timeline-item2.js.map +1 -1
  680. package/lib/components/tooltip/index.d.ts +38 -38
  681. package/lib/components/tooltip/index.js +3 -3
  682. package/lib/components/tooltip/src/content.d.ts +1 -1
  683. package/lib/components/tooltip/src/content.vue.d.ts +18 -18
  684. package/lib/components/tooltip/src/tooltip.d.ts +2 -2
  685. package/lib/components/tooltip/src/tooltip.js +167 -38
  686. package/lib/components/tooltip/src/tooltip.js.map +1 -1
  687. package/lib/components/tooltip/src/tooltip.vue.d.ts +38 -38
  688. package/lib/components/tooltip/src/tooltip2.js +38 -167
  689. package/lib/components/tooltip/src/tooltip2.js.map +1 -1
  690. package/lib/components/tooltip/src/trigger.js +16 -72
  691. package/lib/components/tooltip/src/trigger.js.map +1 -1
  692. package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
  693. package/lib/components/tooltip/src/trigger2.js +72 -16
  694. package/lib/components/tooltip/src/trigger2.js.map +1 -1
  695. package/lib/components/tooltip-v2/index.d.ts +35 -35
  696. package/lib/components/tooltip-v2/index.js +2 -2
  697. package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
  698. package/lib/components/tooltip-v2/src/content.d.ts +1 -1
  699. package/lib/components/tooltip-v2/src/content.js +50 -111
  700. package/lib/components/tooltip-v2/src/content.js.map +1 -1
  701. package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
  702. package/lib/components/tooltip-v2/src/content2.js +111 -50
  703. package/lib/components/tooltip-v2/src/content2.js.map +1 -1
  704. package/lib/components/tooltip-v2/src/root.js +79 -17
  705. package/lib/components/tooltip-v2/src/root.js.map +1 -1
  706. package/lib/components/tooltip-v2/src/root2.js +17 -79
  707. package/lib/components/tooltip-v2/src/root2.js.map +1 -1
  708. package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
  709. package/lib/components/tooltip-v2/src/tooltip.js +2 -2
  710. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
  711. package/lib/components/tooltip-v2/src/tooltip2.js +4 -4
  712. package/lib/components/transfer/index.d.ts +107 -107
  713. package/lib/components/transfer/src/transfer-panel.vue.d.ts +21 -21
  714. package/lib/components/transfer/src/transfer.vue.d.ts +107 -107
  715. package/lib/components/tree/index.d.ts +4 -4
  716. package/lib/components/tree/src/tree-node.vue.d.ts +1 -1
  717. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  718. package/lib/components/tree-v2/index.d.ts +9 -9
  719. package/lib/components/tree-v2/src/tree-node.vue.d.ts +7 -7
  720. package/lib/components/tree-v2/src/tree.vue.d.ts +9 -9
  721. package/lib/components/upload/index.d.ts +6 -6
  722. package/lib/components/upload/index.js +4 -4
  723. package/lib/components/upload/src/upload-content.js +168 -33
  724. package/lib/components/upload/src/upload-content.js.map +1 -1
  725. package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
  726. package/lib/components/upload/src/upload-content2.js +33 -168
  727. package/lib/components/upload/src/upload-content2.js.map +1 -1
  728. package/lib/components/upload/src/upload-dragger.js +68 -12
  729. package/lib/components/upload/src/upload-dragger.js.map +1 -1
  730. package/lib/components/upload/src/upload-dragger2.js +12 -68
  731. package/lib/components/upload/src/upload-dragger2.js.map +1 -1
  732. package/lib/components/upload/src/upload-list.js +1 -1
  733. package/lib/components/upload/src/upload.js +108 -118
  734. package/lib/components/upload/src/upload.js.map +1 -1
  735. package/lib/components/upload/src/upload.vue.d.ts +6 -6
  736. package/lib/components/upload/src/upload2.js +118 -108
  737. package/lib/components/upload/src/upload2.js.map +1 -1
  738. package/lib/components/upload/src/use-handlers.js +1 -1
  739. package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  740. package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
  741. package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  742. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  743. package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  744. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  745. package/lib/index.js +34 -34
  746. package/lib/utils/vue/vnode.d.ts +6 -6
  747. package/package.json +1 -1
@@ -11,7 +11,7 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
11
11
  readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
12
12
  readonly reference: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
13
13
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
14
- readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
14
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
15
15
  readonly showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
16
16
  readonly onBlur: {
17
17
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -81,7 +81,7 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
81
81
  readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
82
82
  readonly reference: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
83
83
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
84
- readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
84
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
85
85
  readonly showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
86
86
  readonly onBlur: {
87
87
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -153,7 +153,7 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
153
153
  readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
154
154
  readonly reference: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
155
155
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
156
- readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
156
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
157
157
  readonly showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
158
158
  readonly onBlur: {
159
159
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -216,19 +216,19 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
216
216
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
217
217
  readonly placement?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
218
218
  readonly height?: number | undefined;
219
- readonly offset?: number | undefined;
219
+ readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
220
+ readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
221
+ readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
220
222
  readonly width?: number | undefined;
223
+ readonly offset?: number | undefined;
224
+ readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
221
225
  readonly effect?: string | undefined;
222
- readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
223
- readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
224
226
  readonly ariaLabel?: string | undefined;
225
227
  readonly teleported?: boolean | undefined;
226
228
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
227
229
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
228
- readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
229
230
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
230
231
  readonly showArrow?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
231
- readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
232
232
  readonly reference?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown> | undefined;
233
233
  readonly alwaysOn?: boolean | undefined;
234
234
  readonly delayDuration?: number | undefined;
@@ -247,19 +247,19 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
247
247
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
248
248
  readonly placement?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
249
249
  readonly height?: number | undefined;
250
- readonly offset?: number | undefined;
250
+ readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
251
+ readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
252
+ readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
251
253
  readonly width?: number | undefined;
254
+ readonly offset?: number | undefined;
255
+ readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
252
256
  readonly effect?: string | undefined;
253
- readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
254
- readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
255
257
  readonly ariaLabel?: string | undefined;
256
258
  readonly teleported?: boolean | undefined;
257
259
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
258
260
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
259
- readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
260
261
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
261
262
  readonly showArrow?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
262
- readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
263
263
  readonly reference?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown> | undefined;
264
264
  readonly alwaysOn?: boolean | undefined;
265
265
  readonly delayDuration?: number | undefined;
@@ -278,19 +278,19 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
278
278
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
279
279
  readonly placement?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
280
280
  readonly height?: number | undefined;
281
- readonly offset?: number | undefined;
281
+ readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
282
+ readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
283
+ readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
282
284
  readonly width?: number | undefined;
285
+ readonly offset?: number | undefined;
286
+ readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
283
287
  readonly effect?: string | undefined;
284
- readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
285
- readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
286
288
  readonly ariaLabel?: string | undefined;
287
289
  readonly teleported?: boolean | undefined;
288
290
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
289
291
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
290
- readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
291
292
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
292
293
  readonly showArrow?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
293
- readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
294
294
  readonly reference?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown> | undefined;
295
295
  readonly alwaysOn?: boolean | undefined;
296
296
  readonly delayDuration?: number | undefined;
@@ -309,19 +309,19 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
309
309
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
310
310
  readonly placement?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
311
311
  readonly height?: number | undefined;
312
- readonly offset?: number | undefined;
312
+ readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
313
+ readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
314
+ readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
313
315
  readonly width?: number | undefined;
316
+ readonly offset?: number | undefined;
317
+ readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
314
318
  readonly effect?: string | undefined;
315
- readonly strategy?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
316
- readonly style?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
317
319
  readonly ariaLabel?: string | undefined;
318
320
  readonly teleported?: boolean | undefined;
319
321
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
320
322
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
321
- readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
322
323
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
323
324
  readonly showArrow?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
324
- readonly to?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
325
325
  readonly reference?: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown> | undefined;
326
326
  readonly alwaysOn?: boolean | undefined;
327
327
  readonly delayDuration?: number | undefined;
@@ -479,8 +479,8 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
479
479
  style: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown, null, boolean>;
480
480
  }>>, {
481
481
  height: number;
482
- width: number;
483
482
  style: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
483
+ width: number;
484
484
  }>;
485
485
  TooltipV2Content: import("vue").DefineComponent<{
486
486
  nowrap: BooleanConstructor;
@@ -491,7 +491,7 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
491
491
  placement: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
492
492
  reference: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
493
493
  offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
494
- strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
494
+ strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
495
495
  showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
496
496
  }, {
497
497
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -503,7 +503,7 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
503
503
  placement: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
504
504
  reference: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
505
505
  offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
506
- strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
506
+ strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
507
507
  showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
508
508
  }>> & {
509
509
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
@@ -511,7 +511,7 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
511
511
  triggerRef: import("vue").Ref<HTMLElement | null>;
512
512
  contentId: import("vue").Ref<string>;
513
513
  placement: import("vue").Ref<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
514
- strategy: import("vue").Ref<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>>;
514
+ strategy: import("vue").Ref<import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown>>;
515
515
  arrowRef: import("vue").Ref<HTMLElement | null>;
516
516
  referenceRef: import("vue").Ref<HTMLElement | import("@floating-ui/dom").VirtualElement | undefined>;
517
517
  contentRef: import("vue").Ref<HTMLElement | undefined>;
@@ -610,13 +610,13 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
610
610
  placement: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
611
611
  reference: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
612
612
  offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
613
- strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
613
+ strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
614
614
  showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
615
615
  }>>, {
616
616
  placement: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
617
+ strategy: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown>;
617
618
  offset: number;
618
619
  effect: string;
619
- strategy: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
620
620
  nowrap: boolean;
621
621
  showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
622
622
  reference: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
@@ -798,7 +798,7 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
798
798
  readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
799
799
  readonly reference: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
800
800
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
801
- readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
801
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
802
802
  readonly showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
803
803
  readonly onBlur: {
804
804
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -857,15 +857,15 @@ export declare const ElTooltipV2: import("element-plus-secondary/es/utils").SFCW
857
857
  }>>, {
858
858
  readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
859
859
  readonly height: number;
860
- readonly offset: number;
860
+ readonly style: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
861
+ readonly open: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
862
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown>;
861
863
  readonly width: number;
864
+ readonly offset: number;
865
+ readonly to: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
862
866
  readonly effect: string;
863
- readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
864
- readonly style: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
865
867
  readonly teleported: boolean;
866
- readonly open: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
867
868
  readonly showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
868
- readonly to: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
869
869
  readonly reference: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
870
870
  readonly alwaysOn: boolean;
871
871
  readonly delayDuration: number;
@@ -1,8 +1,8 @@
1
1
  import '../../utils/index.mjs';
2
2
  import _sfc_main from './src/tooltip2.mjs';
3
3
  export { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './src/arrow.mjs';
4
- export { tooltipV2ContentProps } from './src/content2.mjs';
5
- export { tooltipV2RootProps } from './src/root.mjs';
4
+ export { tooltipV2ContentProps } from './src/content.mjs';
5
+ export { tooltipV2RootProps } from './src/root2.mjs';
6
6
  export { tooltipV2Props } from './src/tooltip.mjs';
7
7
  export { tooltipV2TriggerProps } from './src/trigger.mjs';
8
8
  import { withInstall } from '../../utils/vue/install.mjs';
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<{
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
57
  height: number;
58
- width: number;
59
58
  style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => CSSProperties) | (() => CSSProperties | null) | ((new (...args: any[]) => CSSProperties) | (() => CSSProperties | null))[], unknown, unknown>;
59
+ width: number;
60
60
  }>;
61
61
  export default _default;
@@ -8,7 +8,7 @@ export declare const tooltipV2ContentProps: {
8
8
  readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Placement & {}) | (() => Placement) | ((new (...args: any[]) => Placement & {}) | (() => Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
9
9
  readonly reference: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null) | ((new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null))[], unknown, unknown, null, boolean>;
10
10
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
11
- readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Strategy & {}) | (() => Strategy) | ((new (...args: any[]) => Strategy & {}) | (() => Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
11
+ readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Strategy & {}) | (() => Strategy) | ((new (...args: any[]) => Strategy & {}) | (() => Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
12
12
  readonly showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
13
13
  };
14
14
  export declare type TooltipV2ContentProps = ExtractPropTypes<typeof tooltipV2ContentProps>;
@@ -1,116 +1,55 @@
1
- import { defineComponent, inject, ref, computed, unref, watch, onMounted, provide, openBlock, createElementBlock, normalizeStyle, normalizeClass, renderSlot, createVNode, withCtx, Fragment, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
2
- import { offset } from '@floating-ui/dom';
3
- import '../../../tokens/index.mjs';
4
- import '../../../hooks/index.mjs';
5
- import '../../visual-hidden/index.mjs';
6
- import { tooltipV2ContentProps } from './content2.mjs';
7
- import { tooltipV2CommonProps } from './common.mjs';
8
- import { tooltipV2RootKey, tooltipV2ContentKey } from '../../../tokens/tooltip-v2.mjs';
9
- import { useFloating, arrowMiddleware } from '../../../hooks/use-floating/index.mjs';
10
- import { useZIndex } from '../../../hooks/use-z-index/index.mjs';
11
- import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
12
- import _sfc_main$1 from '../../visual-hidden/src/visual-hidden2.mjs';
1
+ import '../../../utils/index.mjs';
2
+ import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
13
3
 
14
- const _hoisted_1 = ["data-side"];
15
- const __default__ = defineComponent({
16
- name: "ElTooltipV2Content"
17
- });
18
- const _sfc_main = /* @__PURE__ */ defineComponent({
19
- ...__default__,
20
- props: { ...tooltipV2ContentProps, ...tooltipV2CommonProps },
21
- setup(__props) {
22
- const props = __props;
23
- const { triggerRef, contentId } = inject(tooltipV2RootKey);
24
- const placement = ref(props.placement);
25
- const strategy = ref(props.strategy);
26
- const arrowRef = ref(null);
27
- const { referenceRef, contentRef, middlewareData, x, y, update } = useFloating({
28
- placement,
29
- strategy,
30
- middleware: computed(() => {
31
- const middleware = [offset(props.offset)];
32
- if (props.showArrow) {
33
- middleware.push(arrowMiddleware({
34
- arrowRef
35
- }));
36
- }
37
- return middleware;
38
- })
39
- });
40
- const zIndex = useZIndex().nextZIndex();
41
- const ns = useNamespace("tooltip-v2");
42
- const side = computed(() => {
43
- return placement.value.split("-")[0];
44
- });
45
- const contentStyle = computed(() => {
46
- return {
47
- position: unref(strategy),
48
- top: `${unref(y) || 0}px`,
49
- left: `${unref(x) || 0}px`,
50
- zIndex
51
- };
52
- });
53
- const arrowStyle = computed(() => {
54
- if (!props.showArrow)
55
- return {};
56
- const { arrow } = unref(middlewareData);
57
- return {
58
- [`--${ns.namespace.value}-tooltip-v2-arrow-x`]: `${arrow == null ? void 0 : arrow.x}px` || "",
59
- [`--${ns.namespace.value}-tooltip-v2-arrow-y`]: `${arrow == null ? void 0 : arrow.y}px` || ""
60
- };
61
- });
62
- const contentClass = computed(() => [
63
- ns.e("content"),
64
- ns.is("dark", props.effect === "dark"),
65
- ns.is(unref(strategy)),
66
- props.contentClass
67
- ]);
68
- watch(arrowRef, () => update());
69
- watch(() => props.placement, (val) => placement.value = val);
70
- onMounted(() => {
71
- watch(() => props.reference || triggerRef.value, (el) => {
72
- referenceRef.value = el || void 0;
73
- }, {
74
- immediate: true
75
- });
76
- });
77
- provide(tooltipV2ContentKey, { arrowRef });
78
- return (_ctx, _cache) => {
79
- return openBlock(), createElementBlock("div", {
80
- ref_key: "contentRef",
81
- ref: contentRef,
82
- style: normalizeStyle(unref(contentStyle)),
83
- "data-tooltip-v2-root": ""
84
- }, [
85
- !_ctx.nowrap ? (openBlock(), createElementBlock("div", {
86
- key: 0,
87
- "data-side": unref(side),
88
- class: normalizeClass(unref(contentClass))
89
- }, [
90
- renderSlot(_ctx.$slots, "default", {
91
- contentStyle: unref(contentStyle),
92
- contentClass: unref(contentClass)
93
- }),
94
- createVNode(unref(_sfc_main$1), {
95
- id: unref(contentId),
96
- role: "tooltip"
97
- }, {
98
- default: withCtx(() => [
99
- _ctx.ariaLabel ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
100
- createTextVNode(toDisplayString(_ctx.ariaLabel), 1)
101
- ], 64)) : renderSlot(_ctx.$slots, "default", { key: 1 })
102
- ]),
103
- _: 3
104
- }, 8, ["id"]),
105
- renderSlot(_ctx.$slots, "arrow", {
106
- style: normalizeStyle(unref(arrowStyle)),
107
- side: unref(side)
108
- })
109
- ], 10, _hoisted_1)) : createCommentVNode("v-if", true)
110
- ], 4);
111
- };
4
+ const tooltipV2Strategies = ["absolute", "fixed"];
5
+ const tooltipV2Placements = [
6
+ "top-start",
7
+ "top-end",
8
+ "top",
9
+ "bottom-start",
10
+ "bottom-end",
11
+ "bottom",
12
+ "left-start",
13
+ "left-end",
14
+ "left",
15
+ "right-start",
16
+ "right-end",
17
+ "right"
18
+ ];
19
+ const tooltipV2ContentProps = buildProps({
20
+ ariaLabel: String,
21
+ arrowPadding: {
22
+ type: definePropType(Number),
23
+ default: 5
24
+ },
25
+ effect: {
26
+ type: String,
27
+ default: ""
28
+ },
29
+ contentClass: String,
30
+ placement: {
31
+ type: definePropType(String),
32
+ values: tooltipV2Placements,
33
+ default: "bottom"
34
+ },
35
+ reference: {
36
+ type: definePropType(Object),
37
+ default: null
38
+ },
39
+ offset: {
40
+ type: Number,
41
+ default: 8
42
+ },
43
+ strategy: {
44
+ type: definePropType(String),
45
+ values: tooltipV2Strategies,
46
+ default: "absolute"
47
+ },
48
+ showArrow: {
49
+ type: Boolean,
50
+ default: false
112
51
  }
113
52
  });
114
53
 
115
- export { _sfc_main as default };
54
+ export { tooltipV2ContentProps };
116
55
  //# sourceMappingURL=content.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"content.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/content.vue"],"sourcesContent":["<template>\n <div ref=\"contentRef\" :style=\"contentStyle\" data-tooltip-v2-root>\n <div v-if=\"!nowrap\" :data-side=\"side\" :class=\"contentClass\">\n <slot :content-style=\"contentStyle\" :content-class=\"contentClass\" />\n <el-visually-hidden :id=\"contentId\" role=\"tooltip\">\n <template v-if=\"ariaLabel\">\n {{ ariaLabel }}\n </template>\n <slot v-else />\n </el-visually-hidden>\n <slot name=\"arrow\" :style=\"arrowStyle\" :side=\"side\" />\n </div>\n </div>\n</template>\n\n<script setup lang=\"ts\">\nimport { computed, inject, onMounted, provide, ref, unref, watch } from 'vue'\nimport { offset } from '@floating-ui/dom'\nimport { tooltipV2ContentKey, tooltipV2RootKey } from '@element-plus/tokens'\nimport {\n arrowMiddleware,\n useFloating,\n useNamespace,\n useZIndex,\n} from '@element-plus/hooks'\nimport ElVisuallyHidden from '@element-plus/components/visual-hidden'\nimport { tooltipV2ContentProps } from './content'\nimport { tooltipV2CommonProps } from './common'\n\nimport type { CSSProperties } from 'vue'\nimport type { Middleware } from '@floating-ui/dom'\n\ndefineOptions({\n name: 'ElTooltipV2Content',\n})\n\nconst props = defineProps({ ...tooltipV2ContentProps, ...tooltipV2CommonProps })\n\nconst { triggerRef, contentId } = inject(tooltipV2RootKey)!\n\nconst placement = ref(props.placement)\nconst strategy = ref(props.strategy)\nconst arrowRef = ref<HTMLElement | null>(null)\n\nconst { referenceRef, contentRef, middlewareData, x, y, update } = useFloating({\n placement,\n strategy,\n middleware: computed(() => {\n const middleware: Middleware[] = [offset(props.offset)]\n\n if (props.showArrow) {\n middleware.push(\n arrowMiddleware({\n arrowRef,\n })\n )\n }\n\n return middleware\n }),\n})\n\nconst zIndex = useZIndex().nextZIndex()\n\nconst ns = useNamespace('tooltip-v2')\n\nconst side = computed(() => {\n return placement.value.split('-')[0]\n})\n\nconst contentStyle = computed<CSSProperties>(() => {\n return {\n position: unref(strategy),\n top: `${unref(y) || 0}px`,\n left: `${unref(x) || 0}px`,\n zIndex,\n }\n})\n\nconst arrowStyle = computed<CSSProperties>(() => {\n if (!props.showArrow) return {}\n\n const { arrow } = unref(middlewareData)\n\n return {\n [`--${ns.namespace.value}-tooltip-v2-arrow-x`]: `${arrow?.x}px` || '',\n [`--${ns.namespace.value}-tooltip-v2-arrow-y`]: `${arrow?.y}px` || '',\n }\n})\n\nconst contentClass = computed(() => [\n ns.e('content'),\n ns.is('dark', props.effect === 'dark'),\n ns.is(unref(strategy)),\n props.contentClass,\n])\n\nwatch(arrowRef, () => update())\n\nwatch(\n () => props.placement,\n (val) => (placement.value = val)\n)\n\nonMounted(() => {\n watch(\n () => props.reference || triggerRef.value,\n (el) => {\n referenceRef.value = el || undefined\n },\n {\n immediate: true,\n }\n )\n})\n\nprovide(tooltipV2ContentKey, { arrowRef })\n</script>\n"],"names":[],"mappings":";;;;;;;;;;;;;;mCAgCc,CAAA;AAAA,EACZ,IAAM,EAAA,oBAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAIA,IAAA,MAAM,EAAE,UAAA,EAAY,SAAc,EAAA,GAAA,MAAA,CAAO,gBAAgB,CAAA,CAAA;AAEzD,IAAM,MAAA,SAAA,GAAY,GAAI,CAAA,KAAA,CAAM,SAAS,CAAA,CAAA;AACrC,IAAM,MAAA,QAAA,GAAW,GAAI,CAAA,KAAA,CAAM,QAAQ,CAAA,CAAA;AACnC,IAAM,MAAA,QAAA,GAAW,IAAwB,IAAI,CAAA,CAAA;AAE7C,IAAA,MAAM,EAAE,YAAc,EAAA,UAAA,EAAY,gBAAgB,CAAG,EAAA,CAAA,EAAG,WAAW,WAAY,CAAA;AAAA,MAC7E,SAAA;AAAA,MACA,QAAA;AAAA,MACA,UAAA,EAAY,SAAS,MAAM;AACzB,QAAA,MAAM,UAA2B,GAAA,CAAC,MAAO,CAAA,KAAA,CAAM,MAAM,CAAC,CAAA,CAAA;AAEtD,QAAA,IAAI,MAAM,SAAW,EAAA;AACnB,UAAA,UAAA,CAAW,KACT,eAAgB,CAAA;AAAA,YACd,QAAA;AAAA,WACD,CACH,CAAA,CAAA;AAAA,SACF;AAEA,QAAO,OAAA,UAAA,CAAA;AAAA,OACR,CAAA;AAAA,KACF,CAAA,CAAA;AAED,IAAM,MAAA,MAAA,GAAS,SAAU,EAAA,CAAE,UAAW,EAAA,CAAA;AAEtC,IAAM,MAAA,EAAA,GAAK,aAAa,YAAY,CAAA,CAAA;AAEpC,IAAM,MAAA,IAAA,GAAO,SAAS,MAAM;AAC1B,MAAA,OAAO,SAAU,CAAA,KAAA,CAAM,KAAM,CAAA,GAAG,CAAE,CAAA,CAAA,CAAA,CAAA;AAAA,KACnC,CAAA,CAAA;AAED,IAAM,MAAA,YAAA,GAAe,SAAwB,MAAM;AACjD,MAAO,OAAA;AAAA,QACL,QAAA,EAAU,MAAM,QAAQ,CAAA;AAAA,QACxB,GAAK,EAAA,CAAA,EAAG,KAAM,CAAA,CAAC,CAAK,IAAA,CAAA,CAAA,EAAA,CAAA;AAAA,QACpB,IAAM,EAAA,CAAA,EAAG,KAAM,CAAA,CAAC,CAAK,IAAA,CAAA,CAAA,EAAA,CAAA;AAAA,QACrB,MAAA;AAAA,OACF,CAAA;AAAA,KACD,CAAA,CAAA;AAED,IAAM,MAAA,UAAA,GAAa,SAAwB,MAAM;AAC/C,MAAA,IAAI,CAAC,KAAM,CAAA,SAAA;AAAW,QAAA,OAAO,EAAC,CAAA;AAE9B,MAAM,MAAA,EAAE,KAAU,EAAA,GAAA,KAAA,CAAM,cAAc,CAAA,CAAA;AAEtC,MAAO,OAAA;AAAA,QACL,CAAC,CAAK,EAAA,EAAA,EAAA,CAAG,UAAU,KAA6B,CAAA,mBAAA,CAAA,GAAA,CAAA,EAAG,SAAgB,IAAA,GAAA,KAAA,CAAA,GAAA,KAAA,CAAA,CAAA,CAAA,EAAA,CAAA,IAAA,EAAA;AAAA,QACnE,CAAC,CAAK,EAAA,EAAA,EAAA,CAAG,UAAU,KAA6B,CAAA,mBAAA,CAAA,GAAA,CAAA,EAAG,SAAgB,IAAA,GAAA,KAAA,CAAA,GAAA,KAAA,CAAA,CAAA,CAAA,EAAA,CAAA,IAAA,EAAA;AAAA,OACrE,CAAA;AAAA,KACD,CAAA,CAAA;AAED,IAAM,MAAA,YAAA,GAAe,SAAS,MAAM;AAAA,MAClC,EAAA,CAAG,EAAE,SAAS,CAAA;AAAA,MACd,EAAG,CAAA,EAAA,CAAG,MAAQ,EAAA,KAAA,CAAM,WAAW,MAAM,CAAA;AAAA,MACrC,EAAG,CAAA,EAAA,CAAG,KAAM,CAAA,QAAQ,CAAC,CAAA;AAAA,MACrB,KAAM,CAAA,YAAA;AAAA,KACP,CAAA,CAAA;AAED,IAAM,KAAA,CAAA,QAAA,EAAU,MAAM,MAAA,EAAQ,CAAA,CAAA;AAE9B,IAAA,KAAA,CACE,MAAM,KAAM,CAAA,SAAA,EACZ,CAAC,GAAS,KAAA,SAAA,CAAU,QAAQ,GAC9B,CAAA,CAAA;AAEA,IAAA,SAAA,CAAU,MAAM;AACd,MAAA,KAAA,CACE,MAAM,KAAM,CAAA,SAAA,IAAa,UAAW,CAAA,KAAA,EACpC,CAAC,EAAO,KAAA;AACN,QAAA,YAAA,CAAa,QAAQ,EAAM,IAAA,KAAA,CAAA,CAAA;AAAA,OAE7B,EAAA;AAAA,QACE,SAAW,EAAA,IAAA;AAAA,OAEf,CAAA,CAAA;AAAA,KACD,CAAA,CAAA;AAED,IAAQ,OAAA,CAAA,mBAAA,EAAqB,EAAE,QAAA,EAAU,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"content.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/content.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\nimport type { Placement, Strategy, VirtualElement } from '@floating-ui/dom'\n\nconst tooltipV2Strategies = ['absolute', 'fixed'] as const\n\nconst tooltipV2Placements = [\n 'top-start',\n 'top-end',\n 'top',\n 'bottom-start',\n 'bottom-end',\n 'bottom',\n 'left-start',\n 'left-end',\n 'left',\n 'right-start',\n 'right-end',\n 'right',\n] as const\n\nexport const tooltipV2ContentProps = buildProps({\n ariaLabel: String,\n arrowPadding: {\n type: definePropType<number>(Number),\n default: 5,\n },\n effect: {\n type: String,\n default: '',\n },\n contentClass: String,\n /**\n * Placement of tooltip content relative to reference element (when absent it refers to trigger)\n */\n placement: {\n type: definePropType<Placement>(String),\n values: tooltipV2Placements,\n default: 'bottom',\n },\n /**\n * Reference element for tooltip content to set its position\n */\n reference: {\n type: definePropType<HTMLElement | VirtualElement | null>(Object),\n default: null,\n },\n offset: {\n type: Number,\n default: 8,\n },\n strategy: {\n type: definePropType<Strategy>(String),\n values: tooltipV2Strategies,\n default: 'absolute',\n },\n showArrow: {\n type: Boolean,\n default: false,\n },\n} as const)\n\nexport type TooltipV2ContentProps = ExtractPropTypes<\n typeof tooltipV2ContentProps\n>\n"],"names":[],"mappings":";;;AACA,MAAM,mBAAmB,GAAG,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;AAClD,MAAM,mBAAmB,GAAG;AAC5B,EAAE,WAAW;AACb,EAAE,SAAS;AACX,EAAE,KAAK;AACP,EAAE,cAAc;AAChB,EAAE,YAAY;AACd,EAAE,QAAQ;AACV,EAAE,YAAY;AACd,EAAE,UAAU;AACZ,EAAE,MAAM;AACR,EAAE,aAAa;AACf,EAAE,WAAW;AACb,EAAE,OAAO;AACT,CAAC,CAAC;AACU,MAAC,qBAAqB,GAAG,UAAU,CAAC;AAChD,EAAE,SAAS,EAAE,MAAM;AACnB,EAAE,YAAY,EAAE;AAChB,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,CAAC;AACd,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,YAAY,EAAE,MAAM;AACtB,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,MAAM,EAAE,mBAAmB;AAC/B,IAAI,OAAO,EAAE,QAAQ;AACrB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,CAAC;AACd,GAAG;AACH,EAAE,QAAQ,EAAE;AACZ,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,MAAM,EAAE,mBAAmB;AAC/B,IAAI,OAAO,EAAE,UAAU;AACvB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,KAAK;AAClB,GAAG;AACH,CAAC;;;;"}
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
8
8
  placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/dom").Placement & {}) | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => import("@floating-ui/dom").Placement & {}) | (() => import("@floating-ui/dom").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
9
9
  reference: import("../../../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>;
10
10
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
11
- strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
11
+ strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
12
12
  showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
13
13
  }, {
14
14
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
20
20
  placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/dom").Placement & {}) | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => import("@floating-ui/dom").Placement & {}) | (() => import("@floating-ui/dom").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
21
21
  reference: import("../../../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>;
22
22
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
23
- strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
23
+ strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
24
24
  showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
25
25
  }>> & {
26
26
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
28
28
  triggerRef: import("vue").Ref<HTMLElement | null>;
29
29
  contentId: import("vue").Ref<string>;
30
30
  placement: import("vue").Ref<import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/dom").Placement & {}) | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => import("@floating-ui/dom").Placement & {}) | (() => import("@floating-ui/dom").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
31
- strategy: import("vue").Ref<import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown>>;
31
+ strategy: import("vue").Ref<import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy))[], "absolute" | "fixed", unknown>>;
32
32
  arrowRef: import("vue").Ref<HTMLElement | null>;
33
33
  referenceRef: import("vue").Ref<HTMLElement | import("@floating-ui/dom").VirtualElement | undefined>;
34
34
  contentRef: import("vue").Ref<HTMLElement | undefined>;
@@ -127,13 +127,13 @@ declare const _default: import("vue").DefineComponent<{
127
127
  placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/dom").Placement & {}) | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => import("@floating-ui/dom").Placement & {}) | (() => import("@floating-ui/dom").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
128
128
  reference: import("../../../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>;
129
129
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
130
- strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
130
+ strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
131
131
  showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
132
132
  }>>, {
133
133
  placement: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/dom").Placement & {}) | (() => import("@floating-ui/dom").Placement) | ((new (...args: any[]) => import("@floating-ui/dom").Placement & {}) | (() => import("@floating-ui/dom").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
134
+ strategy: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy))[], "absolute" | "fixed", unknown>;
134
135
  offset: number;
135
136
  effect: string;
136
- strategy: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown>;
137
137
  nowrap: boolean;
138
138
  showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
139
139
  reference: import("../../../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>;