element-plus-secondary 0.5.7 → 0.5.8

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 (813) hide show
  1. package/es/components/affix/index.d.ts +1 -1
  2. package/es/components/affix/src/affix.vue.d.ts +1 -1
  3. package/es/components/autocomplete/index.d.ts +158 -158
  4. package/es/components/autocomplete/src/autocomplete.vue.d.ts +158 -158
  5. package/es/components/autocomplete/src/autocomplete2.mjs +1 -1
  6. package/es/components/badge/index.mjs +2 -2
  7. package/es/components/badge/src/badge.mjs +55 -17
  8. package/es/components/badge/src/badge.mjs.map +1 -1
  9. package/es/components/badge/src/badge2.mjs +17 -55
  10. package/es/components/badge/src/badge2.mjs.map +1 -1
  11. package/es/components/breadcrumb/index.mjs +4 -4
  12. package/es/components/breadcrumb/src/breadcrumb-item.mjs +57 -11
  13. package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
  14. package/es/components/breadcrumb/src/breadcrumb-item2.mjs +11 -57
  15. package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
  16. package/es/components/breadcrumb/src/breadcrumb.mjs +37 -11
  17. package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
  18. package/es/components/breadcrumb/src/breadcrumb2.mjs +11 -37
  19. package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
  20. package/es/components/button/index.mjs +1 -1
  21. package/es/components/button/src/button-group.mjs +31 -6
  22. package/es/components/button/src/button-group.mjs.map +1 -1
  23. package/es/components/button/src/button-group2.mjs +6 -31
  24. package/es/components/button/src/button-group2.mjs.map +1 -1
  25. package/es/components/calendar/index.mjs +2 -2
  26. package/es/components/calendar/src/calendar.mjs +131 -18
  27. package/es/components/calendar/src/calendar.mjs.map +1 -1
  28. package/es/components/calendar/src/calendar2.mjs +18 -131
  29. package/es/components/calendar/src/calendar2.mjs.map +1 -1
  30. package/es/components/card/index.mjs +2 -2
  31. package/es/components/card/src/card.mjs +16 -35
  32. package/es/components/card/src/card.mjs.map +1 -1
  33. package/es/components/card/src/card2.mjs +35 -16
  34. package/es/components/card/src/card2.mjs.map +1 -1
  35. package/es/components/carousel/index.d.ts +3 -3
  36. package/es/components/carousel/src/carousel.vue.d.ts +3 -3
  37. package/es/components/cascader/index.d.ts +224 -224
  38. package/es/components/cascader/src/index.mjs +1 -1
  39. package/es/components/cascader/src/index.vue.d.ts +112 -112
  40. package/es/components/cascader-panel/index.d.ts +2 -2
  41. package/es/components/cascader-panel/src/index.mjs +1 -1
  42. package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
  43. package/es/components/cascader-panel/src/menu.mjs +1 -1
  44. package/es/components/cascader-panel/src/node.mjs +116 -209
  45. package/es/components/cascader-panel/src/node.mjs.map +1 -1
  46. package/es/components/cascader-panel/src/node2.mjs +209 -116
  47. package/es/components/cascader-panel/src/node2.mjs.map +1 -1
  48. package/es/components/cascader-panel/src/store.mjs +1 -1
  49. package/es/components/checkbox/index.d.ts +10 -10
  50. package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  51. package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
  52. package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
  53. package/es/components/collapse/index.d.ts +2 -2
  54. package/es/components/collapse/src/collapse.vue.d.ts +2 -2
  55. package/es/components/color-picker/index.d.ts +251 -251
  56. package/es/components/color-picker/index.mjs +2 -2
  57. package/es/components/color-picker/src/color-picker.mjs +54 -408
  58. package/es/components/color-picker/src/color-picker.mjs.map +1 -1
  59. package/es/components/color-picker/src/color-picker.vue.d.ts +251 -251
  60. package/es/components/color-picker/src/color-picker2.mjs +408 -54
  61. package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
  62. package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +41 -41
  63. package/es/components/color-picker/src/components/predefine.mjs +1 -1
  64. package/es/components/date-picker/index.d.ts +2 -2
  65. package/es/components/date-picker/src/composables/use-range-picker.d.ts +2 -2
  66. package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  67. package/es/components/date-picker/src/date-picker-com/basic-month-table.mjs +1 -1
  68. package/es/components/date-picker/src/date-picker-com/basic-month-table.mjs.map +1 -1
  69. package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  70. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +45 -45
  71. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +43 -43
  72. package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  73. package/es/components/date-picker/src/date-picker-com/panel-year-range.vue.d.ts +6 -6
  74. package/es/components/date-picker/src/date-picker.d.ts +1 -1
  75. package/es/components/date-picker/src/panel-utils.d.ts +101 -101
  76. package/es/components/descriptions/index.d.ts +3 -3
  77. package/es/components/descriptions/index.mjs +2 -2
  78. package/es/components/descriptions/src/description-item.d.ts +1 -1
  79. package/es/components/descriptions/src/description.mjs +25 -110
  80. package/es/components/descriptions/src/description.mjs.map +1 -1
  81. package/es/components/descriptions/src/description.vue.d.ts +1 -1
  82. package/es/components/descriptions/src/description2.mjs +110 -25
  83. package/es/components/descriptions/src/description2.mjs.map +1 -1
  84. package/es/components/dialog/index.d.ts +5 -5
  85. package/es/components/dialog/src/dialog-content.mjs +87 -37
  86. package/es/components/dialog/src/dialog-content.mjs.map +1 -1
  87. package/es/components/dialog/src/dialog-content2.mjs +37 -87
  88. package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
  89. package/es/components/dialog/src/dialog.mjs +1 -1
  90. package/es/components/dialog/src/dialog.vue.d.ts +5 -5
  91. package/es/components/dialog/src/dialog2.mjs +1 -1
  92. package/es/components/drawer/index.d.ts +2 -2
  93. package/es/components/drawer/index.mjs +2 -2
  94. package/es/components/drawer/src/drawer.mjs +165 -22
  95. package/es/components/drawer/src/drawer.mjs.map +1 -1
  96. package/es/components/drawer/src/drawer.vue.d.ts +2 -2
  97. package/es/components/drawer/src/drawer2.mjs +22 -165
  98. package/es/components/drawer/src/drawer2.mjs.map +1 -1
  99. package/es/components/dropdown/index.d.ts +78 -78
  100. package/es/components/dropdown/index.mjs +2 -2
  101. package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
  102. package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  103. package/es/components/dropdown/src/dropdown-item.mjs +1 -1
  104. package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  105. package/es/components/dropdown/src/dropdown-menu.mjs +2 -2
  106. package/es/components/dropdown/src/dropdown.mjs +281 -105
  107. package/es/components/dropdown/src/dropdown.mjs.map +1 -1
  108. package/es/components/dropdown/src/dropdown.vue.d.ts +76 -76
  109. package/es/components/dropdown/src/dropdown2.mjs +105 -281
  110. package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
  111. package/es/components/empty/index.d.ts +1 -1
  112. package/es/components/empty/index.mjs +2 -2
  113. package/es/components/empty/src/empty.mjs +56 -11
  114. package/es/components/empty/src/empty.mjs.map +1 -1
  115. package/es/components/empty/src/empty.vue.d.ts +1 -1
  116. package/es/components/empty/src/empty2.mjs +11 -56
  117. package/es/components/empty/src/empty2.mjs.map +1 -1
  118. package/es/components/focus-trap/src/focus-trap.vue.d.ts +3 -3
  119. package/es/components/form/index.mjs +2 -2
  120. package/es/components/form/src/form.mjs +150 -53
  121. package/es/components/form/src/form.mjs.map +1 -1
  122. package/es/components/form/src/form2.mjs +53 -150
  123. package/es/components/form/src/form2.mjs.map +1 -1
  124. package/es/components/icon/index.mjs +2 -2
  125. package/es/components/icon/src/icon.mjs +36 -8
  126. package/es/components/icon/src/icon.mjs.map +1 -1
  127. package/es/components/icon/src/icon2.mjs +8 -36
  128. package/es/components/icon/src/icon2.mjs.map +1 -1
  129. package/es/components/image/index.d.ts +7 -7
  130. package/es/components/image/src/image.d.ts +1 -1
  131. package/es/components/image/src/image.vue.d.ts +7 -7
  132. package/es/components/image-viewer/index.mjs +2 -2
  133. package/es/components/image-viewer/src/image-viewer.mjs +405 -35
  134. package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
  135. package/es/components/image-viewer/src/image-viewer2.mjs +35 -405
  136. package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
  137. package/es/components/index.mjs +38 -38
  138. package/es/components/input/index.d.ts +11 -11
  139. package/es/components/input/src/input.vue.d.ts +11 -11
  140. package/es/components/input-number/index.d.ts +41 -41
  141. package/es/components/input-number/index.mjs +2 -2
  142. package/es/components/input-number/src/input-number.mjs +322 -62
  143. package/es/components/input-number/src/input-number.mjs.map +1 -1
  144. package/es/components/input-number/src/input-number.vue.d.ts +41 -41
  145. package/es/components/input-number/src/input-number2.mjs +62 -322
  146. package/es/components/input-number/src/input-number2.mjs.map +1 -1
  147. package/es/components/loading/index.d.ts +1 -1
  148. package/es/components/menu/index.d.ts +1 -1
  149. package/es/components/menu/index.mjs +4 -4
  150. package/es/components/menu/src/menu-item-group.mjs +35 -4
  151. package/es/components/menu/src/menu-item-group.mjs.map +1 -1
  152. package/es/components/menu/src/menu-item-group2.mjs +4 -35
  153. package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
  154. package/es/components/menu/src/menu-item.mjs +100 -14
  155. package/es/components/menu/src/menu-item.mjs.map +1 -1
  156. package/es/components/menu/src/menu-item2.mjs +14 -100
  157. package/es/components/menu/src/menu-item2.mjs.map +1 -1
  158. package/es/components/menu/src/menu.d.ts +1 -1
  159. package/es/components/message/index.mjs +1 -1
  160. package/es/components/message/src/message.mjs +86 -146
  161. package/es/components/message/src/message.mjs.map +1 -1
  162. package/es/components/message/src/message2.mjs +146 -86
  163. package/es/components/message/src/message2.mjs.map +1 -1
  164. package/es/components/message/src/method.mjs +2 -2
  165. package/es/components/notification/src/notification.vue.d.ts +1 -1
  166. package/es/components/page-header/index.mjs +2 -2
  167. package/es/components/page-header/src/page-header.mjs +17 -102
  168. package/es/components/page-header/src/page-header.mjs.map +1 -1
  169. package/es/components/page-header/src/page-header2.mjs +102 -17
  170. package/es/components/page-header/src/page-header2.mjs.map +1 -1
  171. package/es/components/pagination/src/components/jumper.vue.d.ts +11 -11
  172. package/es/components/pagination/src/components/next.mjs +19 -34
  173. package/es/components/pagination/src/components/next.mjs.map +1 -1
  174. package/es/components/pagination/src/components/next2.mjs +34 -19
  175. package/es/components/pagination/src/components/next2.mjs.map +1 -1
  176. package/es/components/pagination/src/components/prev.mjs +18 -34
  177. package/es/components/pagination/src/components/prev.mjs.map +1 -1
  178. package/es/components/pagination/src/components/prev2.mjs +34 -18
  179. package/es/components/pagination/src/components/prev2.mjs.map +1 -1
  180. package/es/components/pagination/src/components/sizes.vue.d.ts +77 -77
  181. package/es/components/pagination/src/components/total.mjs +28 -7
  182. package/es/components/pagination/src/components/total.mjs.map +1 -1
  183. package/es/components/pagination/src/components/total2.mjs +7 -28
  184. package/es/components/pagination/src/components/total2.mjs.map +1 -1
  185. package/es/components/pagination/src/pagination.mjs +3 -3
  186. package/es/components/popconfirm/index.d.ts +114 -114
  187. package/es/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
  188. package/es/components/popconfirm/src/popconfirm2.mjs +1 -1
  189. package/es/components/popover/index.d.ts +123 -123
  190. package/es/components/popover/index.mjs +2 -2
  191. package/es/components/popover/src/popover.mjs +111 -66
  192. package/es/components/popover/src/popover.mjs.map +1 -1
  193. package/es/components/popover/src/popover.vue.d.ts +123 -123
  194. package/es/components/popover/src/popover2.mjs +66 -111
  195. package/es/components/popover/src/popover2.mjs.map +1 -1
  196. package/es/components/popper/index.d.ts +5 -5
  197. package/es/components/popper/index.mjs +8 -8
  198. package/es/components/popper/src/arrow.mjs +8 -44
  199. package/es/components/popper/src/arrow.mjs.map +1 -1
  200. package/es/components/popper/src/arrow2.mjs +44 -8
  201. package/es/components/popper/src/arrow2.mjs.map +1 -1
  202. package/es/components/popper/src/content.d.ts +4 -4
  203. package/es/components/popper/src/content.mjs +212 -94
  204. package/es/components/popper/src/content.mjs.map +1 -1
  205. package/es/components/popper/src/content.vue.d.ts +10 -10
  206. package/es/components/popper/src/content2.mjs +94 -212
  207. package/es/components/popper/src/content2.mjs.map +1 -1
  208. package/es/components/popper/src/popper.d.ts +2 -2
  209. package/es/components/popper/src/popper.mjs +33 -25
  210. package/es/components/popper/src/popper.mjs.map +1 -1
  211. package/es/components/popper/src/popper.vue.d.ts +5 -5
  212. package/es/components/popper/src/popper2.mjs +25 -33
  213. package/es/components/popper/src/popper2.mjs.map +1 -1
  214. package/es/components/popper/src/trigger.mjs +31 -120
  215. package/es/components/popper/src/trigger.mjs.map +1 -1
  216. package/es/components/popper/src/trigger.vue.d.ts +1 -1
  217. package/es/components/popper/src/trigger2.mjs +120 -31
  218. package/es/components/popper/src/trigger2.mjs.map +1 -1
  219. package/es/components/popper/src/utils.d.ts +1 -1
  220. package/es/components/progress/index.mjs +2 -2
  221. package/es/components/progress/src/progress.mjs +57 -202
  222. package/es/components/progress/src/progress.mjs.map +1 -1
  223. package/es/components/progress/src/progress2.mjs +202 -57
  224. package/es/components/progress/src/progress2.mjs.map +1 -1
  225. package/es/components/radio/index.d.ts +6 -6
  226. package/es/components/radio/index.mjs +4 -4
  227. package/es/components/radio/src/radio-button.mjs +68 -9
  228. package/es/components/radio/src/radio-button.mjs.map +1 -1
  229. package/es/components/radio/src/radio-button2.mjs +9 -68
  230. package/es/components/radio/src/radio-button2.mjs.map +1 -1
  231. package/es/components/radio/src/radio-group.mjs +36 -68
  232. package/es/components/radio/src/radio-group.mjs.map +1 -1
  233. package/es/components/radio/src/radio-group.vue.d.ts +2 -2
  234. package/es/components/radio/src/radio-group2.mjs +68 -36
  235. package/es/components/radio/src/radio-group2.mjs.map +1 -1
  236. package/es/components/radio/src/radio.vue.d.ts +2 -2
  237. package/es/components/rate/index.d.ts +2 -2
  238. package/es/components/rate/index.mjs +2 -2
  239. package/es/components/rate/src/rate.mjs +98 -256
  240. package/es/components/rate/src/rate.mjs.map +1 -1
  241. package/es/components/rate/src/rate.vue.d.ts +2 -2
  242. package/es/components/rate/src/rate2.mjs +256 -98
  243. package/es/components/rate/src/rate2.mjs.map +1 -1
  244. package/es/components/result/index.mjs +2 -2
  245. package/es/components/result/src/result.mjs +29 -63
  246. package/es/components/result/src/result.mjs.map +1 -1
  247. package/es/components/result/src/result2.mjs +63 -29
  248. package/es/components/result/src/result2.mjs.map +1 -1
  249. package/es/components/roving-focus-group/index.mjs +3 -3
  250. package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
  251. package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  252. package/es/components/roving-focus-group/src/roving-focus-group.mjs +27 -29
  253. package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
  254. package/es/components/roving-focus-group/src/roving-focus-group2.mjs +29 -27
  255. package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
  256. package/es/components/roving-focus-group/src/roving-focus-item.mjs +1 -1
  257. package/es/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
  258. package/es/components/row/index.d.ts +4 -4
  259. package/es/components/row/src/row.d.ts +1 -1
  260. package/es/components/row/src/row.vue.d.ts +4 -4
  261. package/es/components/scrollbar/index.d.ts +1 -1
  262. package/es/components/scrollbar/src/bar.mjs +42 -17
  263. package/es/components/scrollbar/src/bar.mjs.map +1 -1
  264. package/es/components/scrollbar/src/bar2.mjs +17 -42
  265. package/es/components/scrollbar/src/bar2.mjs.map +1 -1
  266. package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  267. package/es/components/scrollbar/src/scrollbar2.mjs +1 -1
  268. package/es/components/select/index.d.ts +77 -77
  269. package/es/components/select/src/select.mjs +1 -1
  270. package/es/components/select/src/select.vue.d.ts +77 -77
  271. package/es/components/select/src/useSelect.d.ts +75 -75
  272. package/es/components/select-v2/index.d.ts +154 -154
  273. package/es/components/select-v2/src/defaults.mjs +1 -1
  274. package/es/components/select-v2/src/select.vue.d.ts +77 -77
  275. package/es/components/select-v2/src/useSelect.d.ts +75 -75
  276. package/es/components/skeleton/index.d.ts +9 -9
  277. package/es/components/skeleton/index.mjs +2 -2
  278. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  279. package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  280. package/es/components/skeleton/src/skeleton.mjs +49 -22
  281. package/es/components/skeleton/src/skeleton.mjs.map +1 -1
  282. package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
  283. package/es/components/skeleton/src/skeleton2.mjs +22 -49
  284. package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
  285. package/es/components/slider/index.d.ts +233 -233
  286. package/es/components/slider/src/button.mjs +95 -21
  287. package/es/components/slider/src/button.mjs.map +1 -1
  288. package/es/components/slider/src/button.vue.d.ts +38 -38
  289. package/es/components/slider/src/button2.mjs +21 -95
  290. package/es/components/slider/src/button2.mjs.map +1 -1
  291. package/es/components/slider/src/composables/use-slide.d.ts +152 -152
  292. package/es/components/slider/src/slider.vue.d.ts +233 -233
  293. package/es/components/slider/src/slider2.mjs +1 -1
  294. package/es/components/space/index.d.ts +2 -2
  295. package/es/components/space/src/space.d.ts +2 -2
  296. package/es/components/steps/index.d.ts +1 -1
  297. package/es/components/steps/index.mjs +2 -2
  298. package/es/components/steps/src/steps.mjs +34 -36
  299. package/es/components/steps/src/steps.mjs.map +1 -1
  300. package/es/components/steps/src/steps.vue.d.ts +1 -1
  301. package/es/components/steps/src/steps2.mjs +36 -34
  302. package/es/components/steps/src/steps2.mjs.map +1 -1
  303. package/es/components/switch/index.d.ts +3 -3
  304. package/es/components/switch/src/switch.vue.d.ts +3 -3
  305. package/es/components/table/index.d.ts +3 -3
  306. package/es/components/table/src/filter-panel.vue.d.ts +75 -75
  307. package/es/components/table/src/table.vue.d.ts +3 -3
  308. package/es/components/table/src/util.d.ts +9 -9
  309. package/es/components/tabs/index.mjs +1 -1
  310. package/es/components/tabs/src/tab-bar.mjs +81 -7
  311. package/es/components/tabs/src/tab-bar.mjs.map +1 -1
  312. package/es/components/tabs/src/tab-bar2.mjs +7 -81
  313. package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
  314. package/es/components/tabs/src/tab-nav.mjs +1 -1
  315. package/es/components/time-picker/index.d.ts +2 -2
  316. package/es/components/time-picker/src/common/picker.vue.d.ts +129 -129
  317. package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  318. package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  319. package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
  320. package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
  321. package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
  322. package/es/components/time-picker/src/time-picker.d.ts +1 -1
  323. package/es/components/time-select/index.d.ts +316 -316
  324. package/es/components/time-select/index.mjs +1 -1
  325. package/es/components/time-select/src/time-select.mjs +117 -48
  326. package/es/components/time-select/src/time-select.mjs.map +1 -1
  327. package/es/components/time-select/src/time-select.vue.d.ts +158 -158
  328. package/es/components/time-select/src/time-select2.mjs +48 -117
  329. package/es/components/time-select/src/time-select2.mjs.map +1 -1
  330. package/es/components/timeline/index.mjs +2 -2
  331. package/es/components/timeline/src/timeline-item.mjs +70 -42
  332. package/es/components/timeline/src/timeline-item.mjs.map +1 -1
  333. package/es/components/timeline/src/timeline-item2.mjs +42 -70
  334. package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
  335. package/es/components/tooltip/index.d.ts +38 -38
  336. package/es/components/tooltip/index.mjs +1 -1
  337. package/es/components/tooltip/src/content.d.ts +1 -1
  338. package/es/components/tooltip/src/content.mjs +39 -167
  339. package/es/components/tooltip/src/content.mjs.map +1 -1
  340. package/es/components/tooltip/src/content.vue.d.ts +18 -18
  341. package/es/components/tooltip/src/content2.mjs +167 -39
  342. package/es/components/tooltip/src/content2.mjs.map +1 -1
  343. package/es/components/tooltip/src/tooltip.d.ts +2 -2
  344. package/es/components/tooltip/src/tooltip.mjs +3 -3
  345. package/es/components/tooltip/src/tooltip.vue.d.ts +38 -38
  346. package/es/components/tooltip/src/tooltip2.mjs +2 -2
  347. package/es/components/tooltip/src/trigger.mjs +1 -1
  348. package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
  349. package/es/components/tooltip/src/trigger2.mjs +1 -1
  350. package/es/components/tooltip-v2/index.d.ts +35 -35
  351. package/es/components/tooltip-v2/index.mjs +4 -4
  352. package/es/components/tooltip-v2/src/arrow.mjs +38 -22
  353. package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
  354. package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
  355. package/es/components/tooltip-v2/src/arrow2.mjs +22 -38
  356. package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
  357. package/es/components/tooltip-v2/src/content.d.ts +1 -1
  358. package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
  359. package/es/components/tooltip-v2/src/content2.mjs +1 -1
  360. package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
  361. package/es/components/tooltip-v2/src/tooltip.mjs +21 -74
  362. package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
  363. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
  364. package/es/components/tooltip-v2/src/tooltip2.mjs +74 -21
  365. package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
  366. package/es/components/tooltip-v2/src/trigger.mjs +12 -90
  367. package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
  368. package/es/components/tooltip-v2/src/trigger2.mjs +90 -12
  369. package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
  370. package/es/components/transfer/index.d.ts +97 -97
  371. package/es/components/transfer/src/transfer-panel.vue.d.ts +19 -19
  372. package/es/components/transfer/src/transfer.vue.d.ts +97 -97
  373. package/es/components/tree/index.d.ts +4 -4
  374. package/es/components/tree/src/tree-node.vue.d.ts +1 -1
  375. package/es/components/tree/src/tree.vue.d.ts +2 -2
  376. package/es/components/tree-v2/index.d.ts +9 -9
  377. package/es/components/tree-v2/src/tree-node.vue.d.ts +7 -7
  378. package/es/components/tree-v2/src/tree.vue.d.ts +9 -9
  379. package/es/components/upload/index.d.ts +6 -6
  380. package/es/components/upload/index.mjs +3 -3
  381. package/es/components/upload/src/upload-content.mjs +1 -1
  382. package/es/components/upload/src/upload-content.vue.d.ts +1 -1
  383. package/es/components/upload/src/upload-content2.mjs +1 -1
  384. package/es/components/upload/src/upload-list.mjs +26 -170
  385. package/es/components/upload/src/upload-list.mjs.map +1 -1
  386. package/es/components/upload/src/upload-list2.mjs +170 -26
  387. package/es/components/upload/src/upload-list2.mjs.map +1 -1
  388. package/es/components/upload/src/upload.mjs +120 -105
  389. package/es/components/upload/src/upload.mjs.map +1 -1
  390. package/es/components/upload/src/upload.vue.d.ts +6 -6
  391. package/es/components/upload/src/upload2.mjs +105 -120
  392. package/es/components/upload/src/upload2.mjs.map +1 -1
  393. package/es/components/upload/src/use-handlers.mjs +1 -1
  394. package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  395. package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
  396. package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  397. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  398. package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  399. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  400. package/es/components/visual-hidden/index.mjs +3 -3
  401. package/es/components/visual-hidden/src/visual-hidden.mjs +35 -7
  402. package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
  403. package/es/components/visual-hidden/src/visual-hidden2.mjs +7 -35
  404. package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
  405. package/es/index.mjs +38 -38
  406. package/es/utils/vue/vnode.d.ts +6 -6
  407. package/lib/components/affix/index.d.ts +1 -1
  408. package/lib/components/affix/src/affix.vue.d.ts +1 -1
  409. package/lib/components/autocomplete/index.d.ts +158 -158
  410. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +158 -158
  411. package/lib/components/autocomplete/src/autocomplete2.js +1 -1
  412. package/lib/components/badge/index.js +2 -2
  413. package/lib/components/badge/src/badge.js +55 -17
  414. package/lib/components/badge/src/badge.js.map +1 -1
  415. package/lib/components/badge/src/badge2.js +17 -55
  416. package/lib/components/badge/src/badge2.js.map +1 -1
  417. package/lib/components/breadcrumb/index.js +4 -4
  418. package/lib/components/breadcrumb/src/breadcrumb-item.js +57 -11
  419. package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
  420. package/lib/components/breadcrumb/src/breadcrumb-item2.js +11 -57
  421. package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
  422. package/lib/components/breadcrumb/src/breadcrumb.js +37 -11
  423. package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
  424. package/lib/components/breadcrumb/src/breadcrumb2.js +11 -37
  425. package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
  426. package/lib/components/button/index.js +1 -1
  427. package/lib/components/button/src/button-group.js +31 -6
  428. package/lib/components/button/src/button-group.js.map +1 -1
  429. package/lib/components/button/src/button-group2.js +6 -31
  430. package/lib/components/button/src/button-group2.js.map +1 -1
  431. package/lib/components/calendar/index.js +2 -2
  432. package/lib/components/calendar/src/calendar.js +131 -19
  433. package/lib/components/calendar/src/calendar.js.map +1 -1
  434. package/lib/components/calendar/src/calendar2.js +19 -131
  435. package/lib/components/calendar/src/calendar2.js.map +1 -1
  436. package/lib/components/card/index.js +2 -2
  437. package/lib/components/card/src/card.js +16 -35
  438. package/lib/components/card/src/card.js.map +1 -1
  439. package/lib/components/card/src/card2.js +35 -16
  440. package/lib/components/card/src/card2.js.map +1 -1
  441. package/lib/components/carousel/index.d.ts +3 -3
  442. package/lib/components/carousel/src/carousel.vue.d.ts +3 -3
  443. package/lib/components/cascader/index.d.ts +224 -224
  444. package/lib/components/cascader/src/index.js +1 -1
  445. package/lib/components/cascader/src/index.vue.d.ts +112 -112
  446. package/lib/components/cascader-panel/index.d.ts +2 -2
  447. package/lib/components/cascader-panel/src/index.js +1 -1
  448. package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
  449. package/lib/components/cascader-panel/src/menu.js +1 -1
  450. package/lib/components/cascader-panel/src/node.js +116 -209
  451. package/lib/components/cascader-panel/src/node.js.map +1 -1
  452. package/lib/components/cascader-panel/src/node2.js +209 -116
  453. package/lib/components/cascader-panel/src/node2.js.map +1 -1
  454. package/lib/components/cascader-panel/src/store.js +1 -1
  455. package/lib/components/checkbox/index.d.ts +10 -10
  456. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  457. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
  458. package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
  459. package/lib/components/collapse/index.d.ts +2 -2
  460. package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
  461. package/lib/components/color-picker/index.d.ts +251 -251
  462. package/lib/components/color-picker/index.js +2 -2
  463. package/lib/components/color-picker/src/color-picker.js +54 -406
  464. package/lib/components/color-picker/src/color-picker.js.map +1 -1
  465. package/lib/components/color-picker/src/color-picker.vue.d.ts +251 -251
  466. package/lib/components/color-picker/src/color-picker2.js +406 -54
  467. package/lib/components/color-picker/src/color-picker2.js.map +1 -1
  468. package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +41 -41
  469. package/lib/components/color-picker/src/components/predefine.js +1 -1
  470. package/lib/components/date-picker/index.d.ts +2 -2
  471. package/lib/components/date-picker/src/composables/use-range-picker.d.ts +2 -2
  472. package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  473. package/lib/components/date-picker/src/date-picker-com/basic-month-table.js +1 -1
  474. package/lib/components/date-picker/src/date-picker-com/basic-month-table.js.map +1 -1
  475. package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  476. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +45 -45
  477. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +43 -43
  478. package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  479. package/lib/components/date-picker/src/date-picker-com/panel-year-range.vue.d.ts +6 -6
  480. package/lib/components/date-picker/src/date-picker.d.ts +1 -1
  481. package/lib/components/date-picker/src/panel-utils.d.ts +101 -101
  482. package/lib/components/descriptions/index.d.ts +3 -3
  483. package/lib/components/descriptions/index.js +2 -2
  484. package/lib/components/descriptions/src/description-item.d.ts +1 -1
  485. package/lib/components/descriptions/src/description.js +25 -110
  486. package/lib/components/descriptions/src/description.js.map +1 -1
  487. package/lib/components/descriptions/src/description.vue.d.ts +1 -1
  488. package/lib/components/descriptions/src/description2.js +110 -25
  489. package/lib/components/descriptions/src/description2.js.map +1 -1
  490. package/lib/components/dialog/index.d.ts +5 -5
  491. package/lib/components/dialog/src/dialog-content.js +86 -37
  492. package/lib/components/dialog/src/dialog-content.js.map +1 -1
  493. package/lib/components/dialog/src/dialog-content2.js +37 -86
  494. package/lib/components/dialog/src/dialog-content2.js.map +1 -1
  495. package/lib/components/dialog/src/dialog.js +1 -1
  496. package/lib/components/dialog/src/dialog.vue.d.ts +5 -5
  497. package/lib/components/dialog/src/dialog2.js +1 -1
  498. package/lib/components/drawer/index.d.ts +2 -2
  499. package/lib/components/drawer/index.js +2 -2
  500. package/lib/components/drawer/src/drawer.js +165 -23
  501. package/lib/components/drawer/src/drawer.js.map +1 -1
  502. package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
  503. package/lib/components/drawer/src/drawer2.js +23 -165
  504. package/lib/components/drawer/src/drawer2.js.map +1 -1
  505. package/lib/components/dropdown/index.d.ts +78 -78
  506. package/lib/components/dropdown/index.js +2 -2
  507. package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
  508. package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  509. package/lib/components/dropdown/src/dropdown-item.js +1 -1
  510. package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  511. package/lib/components/dropdown/src/dropdown-menu.js +2 -2
  512. package/lib/components/dropdown/src/dropdown.js +281 -114
  513. package/lib/components/dropdown/src/dropdown.js.map +1 -1
  514. package/lib/components/dropdown/src/dropdown.vue.d.ts +76 -76
  515. package/lib/components/dropdown/src/dropdown2.js +114 -281
  516. package/lib/components/dropdown/src/dropdown2.js.map +1 -1
  517. package/lib/components/empty/index.d.ts +1 -1
  518. package/lib/components/empty/index.js +2 -2
  519. package/lib/components/empty/src/empty.js +56 -11
  520. package/lib/components/empty/src/empty.js.map +1 -1
  521. package/lib/components/empty/src/empty.vue.d.ts +1 -1
  522. package/lib/components/empty/src/empty2.js +11 -56
  523. package/lib/components/empty/src/empty2.js.map +1 -1
  524. package/lib/components/focus-trap/src/focus-trap.vue.d.ts +3 -3
  525. package/lib/components/form/index.js +2 -2
  526. package/lib/components/form/src/form.js +149 -53
  527. package/lib/components/form/src/form.js.map +1 -1
  528. package/lib/components/form/src/form2.js +53 -149
  529. package/lib/components/form/src/form2.js.map +1 -1
  530. package/lib/components/icon/index.js +2 -2
  531. package/lib/components/icon/src/icon.js +36 -8
  532. package/lib/components/icon/src/icon.js.map +1 -1
  533. package/lib/components/icon/src/icon2.js +8 -36
  534. package/lib/components/icon/src/icon2.js.map +1 -1
  535. package/lib/components/image/index.d.ts +7 -7
  536. package/lib/components/image/src/image.d.ts +1 -1
  537. package/lib/components/image/src/image.vue.d.ts +7 -7
  538. package/lib/components/image-viewer/index.js +2 -2
  539. package/lib/components/image-viewer/src/image-viewer.js +405 -36
  540. package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
  541. package/lib/components/image-viewer/src/image-viewer2.js +36 -405
  542. package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
  543. package/lib/components/index.js +38 -38
  544. package/lib/components/input/index.d.ts +11 -11
  545. package/lib/components/input/src/input.vue.d.ts +11 -11
  546. package/lib/components/input-number/index.d.ts +41 -41
  547. package/lib/components/input-number/index.js +2 -2
  548. package/lib/components/input-number/src/input-number.js +321 -62
  549. package/lib/components/input-number/src/input-number.js.map +1 -1
  550. package/lib/components/input-number/src/input-number.vue.d.ts +41 -41
  551. package/lib/components/input-number/src/input-number2.js +62 -321
  552. package/lib/components/input-number/src/input-number2.js.map +1 -1
  553. package/lib/components/loading/index.d.ts +1 -1
  554. package/lib/components/menu/index.d.ts +1 -1
  555. package/lib/components/menu/index.js +4 -4
  556. package/lib/components/menu/src/menu-item-group.js +35 -4
  557. package/lib/components/menu/src/menu-item-group.js.map +1 -1
  558. package/lib/components/menu/src/menu-item-group2.js +4 -35
  559. package/lib/components/menu/src/menu-item-group2.js.map +1 -1
  560. package/lib/components/menu/src/menu-item.js +100 -15
  561. package/lib/components/menu/src/menu-item.js.map +1 -1
  562. package/lib/components/menu/src/menu-item2.js +15 -100
  563. package/lib/components/menu/src/menu-item2.js.map +1 -1
  564. package/lib/components/menu/src/menu.d.ts +1 -1
  565. package/lib/components/message/index.js +1 -1
  566. package/lib/components/message/src/message.js +87 -144
  567. package/lib/components/message/src/message.js.map +1 -1
  568. package/lib/components/message/src/message2.js +144 -87
  569. package/lib/components/message/src/message2.js.map +1 -1
  570. package/lib/components/message/src/method.js +2 -2
  571. package/lib/components/notification/src/notification.vue.d.ts +1 -1
  572. package/lib/components/page-header/index.js +2 -2
  573. package/lib/components/page-header/src/page-header.js +18 -102
  574. package/lib/components/page-header/src/page-header.js.map +1 -1
  575. package/lib/components/page-header/src/page-header2.js +102 -18
  576. package/lib/components/page-header/src/page-header2.js.map +1 -1
  577. package/lib/components/pagination/src/components/jumper.vue.d.ts +11 -11
  578. package/lib/components/pagination/src/components/next.js +19 -34
  579. package/lib/components/pagination/src/components/next.js.map +1 -1
  580. package/lib/components/pagination/src/components/next2.js +34 -19
  581. package/lib/components/pagination/src/components/next2.js.map +1 -1
  582. package/lib/components/pagination/src/components/prev.js +19 -34
  583. package/lib/components/pagination/src/components/prev.js.map +1 -1
  584. package/lib/components/pagination/src/components/prev2.js +34 -19
  585. package/lib/components/pagination/src/components/prev2.js.map +1 -1
  586. package/lib/components/pagination/src/components/sizes.vue.d.ts +77 -77
  587. package/lib/components/pagination/src/components/total.js +28 -7
  588. package/lib/components/pagination/src/components/total.js.map +1 -1
  589. package/lib/components/pagination/src/components/total2.js +7 -28
  590. package/lib/components/pagination/src/components/total2.js.map +1 -1
  591. package/lib/components/pagination/src/pagination.js +3 -3
  592. package/lib/components/popconfirm/index.d.ts +114 -114
  593. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
  594. package/lib/components/popconfirm/src/popconfirm2.js +1 -1
  595. package/lib/components/popover/index.d.ts +123 -123
  596. package/lib/components/popover/index.js +2 -2
  597. package/lib/components/popover/src/popover.js +111 -67
  598. package/lib/components/popover/src/popover.js.map +1 -1
  599. package/lib/components/popover/src/popover.vue.d.ts +123 -123
  600. package/lib/components/popover/src/popover2.js +67 -111
  601. package/lib/components/popover/src/popover2.js.map +1 -1
  602. package/lib/components/popper/index.d.ts +5 -5
  603. package/lib/components/popper/index.js +8 -8
  604. package/lib/components/popper/src/arrow.js +9 -44
  605. package/lib/components/popper/src/arrow.js.map +1 -1
  606. package/lib/components/popper/src/arrow2.js +44 -9
  607. package/lib/components/popper/src/arrow2.js.map +1 -1
  608. package/lib/components/popper/src/content.d.ts +4 -4
  609. package/lib/components/popper/src/content.js +212 -99
  610. package/lib/components/popper/src/content.js.map +1 -1
  611. package/lib/components/popper/src/content.vue.d.ts +10 -10
  612. package/lib/components/popper/src/content2.js +99 -212
  613. package/lib/components/popper/src/content2.js.map +1 -1
  614. package/lib/components/popper/src/popper.d.ts +2 -2
  615. package/lib/components/popper/src/popper.js +33 -28
  616. package/lib/components/popper/src/popper.js.map +1 -1
  617. package/lib/components/popper/src/popper.vue.d.ts +5 -5
  618. package/lib/components/popper/src/popper2.js +28 -33
  619. package/lib/components/popper/src/popper2.js.map +1 -1
  620. package/lib/components/popper/src/trigger.js +32 -120
  621. package/lib/components/popper/src/trigger.js.map +1 -1
  622. package/lib/components/popper/src/trigger.vue.d.ts +1 -1
  623. package/lib/components/popper/src/trigger2.js +120 -32
  624. package/lib/components/popper/src/trigger2.js.map +1 -1
  625. package/lib/components/popper/src/utils.d.ts +1 -1
  626. package/lib/components/progress/index.js +2 -2
  627. package/lib/components/progress/src/progress.js +57 -202
  628. package/lib/components/progress/src/progress.js.map +1 -1
  629. package/lib/components/progress/src/progress2.js +202 -57
  630. package/lib/components/progress/src/progress2.js.map +1 -1
  631. package/lib/components/radio/index.d.ts +6 -6
  632. package/lib/components/radio/index.js +4 -4
  633. package/lib/components/radio/src/radio-button.js +68 -9
  634. package/lib/components/radio/src/radio-button.js.map +1 -1
  635. package/lib/components/radio/src/radio-button2.js +9 -68
  636. package/lib/components/radio/src/radio-button2.js.map +1 -1
  637. package/lib/components/radio/src/radio-group.js +37 -68
  638. package/lib/components/radio/src/radio-group.js.map +1 -1
  639. package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
  640. package/lib/components/radio/src/radio-group2.js +68 -37
  641. package/lib/components/radio/src/radio-group2.js.map +1 -1
  642. package/lib/components/radio/src/radio.vue.d.ts +2 -2
  643. package/lib/components/rate/index.d.ts +2 -2
  644. package/lib/components/rate/index.js +2 -2
  645. package/lib/components/rate/src/rate.js +98 -255
  646. package/lib/components/rate/src/rate.js.map +1 -1
  647. package/lib/components/rate/src/rate.vue.d.ts +2 -2
  648. package/lib/components/rate/src/rate2.js +255 -98
  649. package/lib/components/rate/src/rate2.js.map +1 -1
  650. package/lib/components/result/index.js +2 -2
  651. package/lib/components/result/src/result.js +31 -63
  652. package/lib/components/result/src/result.js.map +1 -1
  653. package/lib/components/result/src/result2.js +63 -31
  654. package/lib/components/result/src/result2.js.map +1 -1
  655. package/lib/components/roving-focus-group/index.js +2 -2
  656. package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
  657. package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  658. package/lib/components/roving-focus-group/src/roving-focus-group.js +27 -33
  659. package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
  660. package/lib/components/roving-focus-group/src/roving-focus-group2.js +33 -27
  661. package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
  662. package/lib/components/roving-focus-group/src/roving-focus-item.js +1 -1
  663. package/lib/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
  664. package/lib/components/row/index.d.ts +4 -4
  665. package/lib/components/row/src/row.d.ts +1 -1
  666. package/lib/components/row/src/row.vue.d.ts +4 -4
  667. package/lib/components/scrollbar/index.d.ts +1 -1
  668. package/lib/components/scrollbar/src/bar.js +42 -17
  669. package/lib/components/scrollbar/src/bar.js.map +1 -1
  670. package/lib/components/scrollbar/src/bar2.js +17 -42
  671. package/lib/components/scrollbar/src/bar2.js.map +1 -1
  672. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  673. package/lib/components/scrollbar/src/scrollbar2.js +1 -1
  674. package/lib/components/select/index.d.ts +77 -77
  675. package/lib/components/select/src/select.js +1 -1
  676. package/lib/components/select/src/select.vue.d.ts +77 -77
  677. package/lib/components/select/src/useSelect.d.ts +75 -75
  678. package/lib/components/select-v2/index.d.ts +154 -154
  679. package/lib/components/select-v2/src/defaults.js +1 -1
  680. package/lib/components/select-v2/src/select.vue.d.ts +77 -77
  681. package/lib/components/select-v2/src/useSelect.d.ts +75 -75
  682. package/lib/components/skeleton/index.d.ts +9 -9
  683. package/lib/components/skeleton/index.js +2 -2
  684. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  685. package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  686. package/lib/components/skeleton/src/skeleton.js +49 -22
  687. package/lib/components/skeleton/src/skeleton.js.map +1 -1
  688. package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
  689. package/lib/components/skeleton/src/skeleton2.js +22 -49
  690. package/lib/components/skeleton/src/skeleton2.js.map +1 -1
  691. package/lib/components/slider/index.d.ts +233 -233
  692. package/lib/components/slider/src/button.js +95 -22
  693. package/lib/components/slider/src/button.js.map +1 -1
  694. package/lib/components/slider/src/button.vue.d.ts +38 -38
  695. package/lib/components/slider/src/button2.js +22 -95
  696. package/lib/components/slider/src/button2.js.map +1 -1
  697. package/lib/components/slider/src/composables/use-slide.d.ts +152 -152
  698. package/lib/components/slider/src/slider.vue.d.ts +233 -233
  699. package/lib/components/slider/src/slider2.js +1 -1
  700. package/lib/components/space/index.d.ts +2 -2
  701. package/lib/components/space/src/space.d.ts +2 -2
  702. package/lib/components/steps/index.d.ts +1 -1
  703. package/lib/components/steps/index.js +2 -2
  704. package/lib/components/steps/src/steps.js +34 -37
  705. package/lib/components/steps/src/steps.js.map +1 -1
  706. package/lib/components/steps/src/steps.vue.d.ts +1 -1
  707. package/lib/components/steps/src/steps2.js +37 -34
  708. package/lib/components/steps/src/steps2.js.map +1 -1
  709. package/lib/components/switch/index.d.ts +3 -3
  710. package/lib/components/switch/src/switch.vue.d.ts +3 -3
  711. package/lib/components/table/index.d.ts +3 -3
  712. package/lib/components/table/src/filter-panel.vue.d.ts +75 -75
  713. package/lib/components/table/src/table.vue.d.ts +3 -3
  714. package/lib/components/table/src/util.d.ts +9 -9
  715. package/lib/components/tabs/index.js +1 -1
  716. package/lib/components/tabs/src/tab-bar.js +81 -7
  717. package/lib/components/tabs/src/tab-bar.js.map +1 -1
  718. package/lib/components/tabs/src/tab-bar2.js +7 -81
  719. package/lib/components/tabs/src/tab-bar2.js.map +1 -1
  720. package/lib/components/tabs/src/tab-nav.js +1 -1
  721. package/lib/components/time-picker/index.d.ts +2 -2
  722. package/lib/components/time-picker/src/common/picker.vue.d.ts +129 -129
  723. package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  724. package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  725. package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
  726. package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
  727. package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
  728. package/lib/components/time-picker/src/time-picker.d.ts +1 -1
  729. package/lib/components/time-select/index.d.ts +316 -316
  730. package/lib/components/time-select/index.js +1 -1
  731. package/lib/components/time-select/src/time-select.js +122 -48
  732. package/lib/components/time-select/src/time-select.js.map +1 -1
  733. package/lib/components/time-select/src/time-select.vue.d.ts +158 -158
  734. package/lib/components/time-select/src/time-select2.js +48 -122
  735. package/lib/components/time-select/src/time-select2.js.map +1 -1
  736. package/lib/components/timeline/index.js +2 -2
  737. package/lib/components/timeline/src/timeline-item.js +70 -42
  738. package/lib/components/timeline/src/timeline-item.js.map +1 -1
  739. package/lib/components/timeline/src/timeline-item2.js +42 -70
  740. package/lib/components/timeline/src/timeline-item2.js.map +1 -1
  741. package/lib/components/tooltip/index.d.ts +38 -38
  742. package/lib/components/tooltip/index.js +1 -1
  743. package/lib/components/tooltip/src/content.d.ts +1 -1
  744. package/lib/components/tooltip/src/content.js +39 -167
  745. package/lib/components/tooltip/src/content.js.map +1 -1
  746. package/lib/components/tooltip/src/content.vue.d.ts +18 -18
  747. package/lib/components/tooltip/src/content2.js +167 -39
  748. package/lib/components/tooltip/src/content2.js.map +1 -1
  749. package/lib/components/tooltip/src/tooltip.d.ts +2 -2
  750. package/lib/components/tooltip/src/tooltip.js +3 -3
  751. package/lib/components/tooltip/src/tooltip.vue.d.ts +38 -38
  752. package/lib/components/tooltip/src/tooltip2.js +2 -2
  753. package/lib/components/tooltip/src/trigger.js +1 -1
  754. package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
  755. package/lib/components/tooltip/src/trigger2.js +1 -1
  756. package/lib/components/tooltip-v2/index.d.ts +35 -35
  757. package/lib/components/tooltip-v2/index.js +4 -4
  758. package/lib/components/tooltip-v2/src/arrow.js +38 -23
  759. package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
  760. package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
  761. package/lib/components/tooltip-v2/src/arrow2.js +23 -38
  762. package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
  763. package/lib/components/tooltip-v2/src/content.d.ts +1 -1
  764. package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
  765. package/lib/components/tooltip-v2/src/content2.js +1 -1
  766. package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
  767. package/lib/components/tooltip-v2/src/tooltip.js +21 -74
  768. package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
  769. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
  770. package/lib/components/tooltip-v2/src/tooltip2.js +74 -21
  771. package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
  772. package/lib/components/tooltip-v2/src/trigger.js +12 -90
  773. package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
  774. package/lib/components/tooltip-v2/src/trigger2.js +90 -12
  775. package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
  776. package/lib/components/transfer/index.d.ts +97 -97
  777. package/lib/components/transfer/src/transfer-panel.vue.d.ts +19 -19
  778. package/lib/components/transfer/src/transfer.vue.d.ts +97 -97
  779. package/lib/components/tree/index.d.ts +4 -4
  780. package/lib/components/tree/src/tree-node.vue.d.ts +1 -1
  781. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  782. package/lib/components/tree-v2/index.d.ts +9 -9
  783. package/lib/components/tree-v2/src/tree-node.vue.d.ts +7 -7
  784. package/lib/components/tree-v2/src/tree.vue.d.ts +9 -9
  785. package/lib/components/upload/index.d.ts +6 -6
  786. package/lib/components/upload/index.js +3 -3
  787. package/lib/components/upload/src/upload-content.js +1 -1
  788. package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
  789. package/lib/components/upload/src/upload-content2.js +1 -1
  790. package/lib/components/upload/src/upload-list.js +27 -170
  791. package/lib/components/upload/src/upload-list.js.map +1 -1
  792. package/lib/components/upload/src/upload-list2.js +170 -27
  793. package/lib/components/upload/src/upload-list2.js.map +1 -1
  794. package/lib/components/upload/src/upload.js +120 -108
  795. package/lib/components/upload/src/upload.js.map +1 -1
  796. package/lib/components/upload/src/upload.vue.d.ts +6 -6
  797. package/lib/components/upload/src/upload2.js +108 -120
  798. package/lib/components/upload/src/upload2.js.map +1 -1
  799. package/lib/components/upload/src/use-handlers.js +1 -1
  800. package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  801. package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
  802. package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  803. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  804. package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  805. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  806. package/lib/components/visual-hidden/index.js +2 -2
  807. package/lib/components/visual-hidden/src/visual-hidden.js +35 -7
  808. package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
  809. package/lib/components/visual-hidden/src/visual-hidden2.js +7 -35
  810. package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
  811. package/lib/index.js +38 -38
  812. package/lib/utils/vue/vnode.d.ts +6 -6
  813. 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))[], "absolute" | "fixed", 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))[], "fixed" | "absolute", 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))[], "absolute" | "fixed", 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))[], "fixed" | "absolute", 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))[], "absolute" | "fixed", 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))[], "fixed" | "absolute", 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 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;
222
- readonly width?: number | undefined;
223
219
  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>;
220
+ readonly width?: number | undefined;
225
221
  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;
226
224
  readonly ariaLabel?: string | undefined;
227
225
  readonly teleported?: boolean | undefined;
228
226
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
229
227
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
228
+ readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
230
229
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
231
230
  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 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;
253
- readonly width?: number | undefined;
254
250
  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>;
251
+ readonly width?: number | undefined;
256
252
  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;
257
255
  readonly ariaLabel?: string | undefined;
258
256
  readonly teleported?: boolean | undefined;
259
257
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
260
258
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
259
+ readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
261
260
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
262
261
  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 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;
284
- readonly width?: number | undefined;
285
281
  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>;
282
+ readonly width?: number | undefined;
287
283
  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;
288
286
  readonly ariaLabel?: string | undefined;
289
287
  readonly teleported?: boolean | undefined;
290
288
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
291
289
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
290
+ readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
292
291
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
293
292
  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 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;
315
- readonly width?: number | undefined;
316
312
  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>;
313
+ readonly width?: number | undefined;
318
314
  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;
319
317
  readonly ariaLabel?: string | undefined;
320
318
  readonly teleported?: boolean | undefined;
321
319
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
322
320
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
321
+ readonly open?: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
323
322
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
324
323
  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
- 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
482
  width: number;
483
+ 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>;
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))[], "absolute" | "fixed", 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))[], "fixed" | "absolute", 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))[], "absolute" | "fixed", 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))[], "fixed" | "absolute", 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))[], "absolute" | "fixed", 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>>;
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))[], "absolute" | "fixed", 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))[], "fixed" | "absolute", 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>;
618
617
  offset: number;
619
618
  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))[], "absolute" | "fixed", 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))[], "fixed" | "absolute", 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 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>;
863
- readonly width: number;
864
860
  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>;
861
+ readonly width: number;
866
862
  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>;
867
865
  readonly teleported: boolean;
866
+ readonly open: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
868
867
  readonly showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
868
+ readonly to: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
869
869
  readonly reference: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
870
870
  readonly alwaysOn: boolean;
871
871
  readonly delayDuration: number;
@@ -1,10 +1,10 @@
1
1
  import '../../utils/index.mjs';
2
- import TooltipV2 from './src/tooltip.mjs';
3
- export { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './src/arrow.mjs';
2
+ import TooltipV2 from './src/tooltip2.mjs';
3
+ export { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './src/arrow2.mjs';
4
4
  export { tooltipV2ContentProps } from './src/content.mjs';
5
5
  export { tooltipV2RootProps } from './src/root2.mjs';
6
- export { tooltipV2Props } from './src/tooltip2.mjs';
7
- export { tooltipV2TriggerProps } from './src/trigger2.mjs';
6
+ export { tooltipV2Props } from './src/tooltip.mjs';
7
+ export { tooltipV2TriggerProps } from './src/trigger.mjs';
8
8
  import { withInstall } from '../../utils/vue/install.mjs';
9
9
 
10
10
  const ElTooltipV2 = withInstall(TooltipV2);
@@ -1,28 +1,44 @@
1
- import '../../../utils/index.mjs';
2
- import { tooltipV2Sides } from './common.mjs';
3
- import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
1
+ import { defineComponent, inject, computed, openBlock, createElementBlock, normalizeStyle, unref, normalizeClass } from 'vue';
2
+ import '../../../tokens/index.mjs';
3
+ import { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './arrow2.mjs';
4
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
5
+ import { tooltipV2RootKey, tooltipV2ContentKey } from '../../../tokens/tooltip-v2.mjs';
4
6
 
5
- const tooltipV2ArrowProps = buildProps({
6
- width: {
7
- type: Number,
8
- default: 10
9
- },
10
- height: {
11
- type: Number,
12
- default: 10
13
- },
14
- style: {
15
- type: definePropType(Object),
16
- default: null
17
- }
7
+ const __default__ = defineComponent({
8
+ name: "ElTooltipV2Arrow"
18
9
  });
19
- const tooltipV2ArrowSpecialProps = buildProps({
20
- side: {
21
- type: definePropType(String),
22
- values: tooltipV2Sides,
23
- required: true
10
+ const _sfc_main = /* @__PURE__ */ defineComponent({
11
+ ...__default__,
12
+ props: {
13
+ ...tooltipV2ArrowProps,
14
+ ...tooltipV2ArrowSpecialProps
15
+ },
16
+ setup(__props) {
17
+ const props = __props;
18
+ const { ns } = inject(tooltipV2RootKey);
19
+ const { arrowRef } = inject(tooltipV2ContentKey);
20
+ const arrowStyle = computed(() => {
21
+ const { style, width, height } = props;
22
+ const namespace = ns.namespace.value;
23
+ return {
24
+ [`--${namespace}-tooltip-v2-arrow-width`]: `${width}px`,
25
+ [`--${namespace}-tooltip-v2-arrow-height`]: `${height}px`,
26
+ [`--${namespace}-tooltip-v2-arrow-border-width`]: `${width / 2}px`,
27
+ [`--${namespace}-tooltip-v2-arrow-cover-width`]: width / 2 - 1,
28
+ ...style || {}
29
+ };
30
+ });
31
+ return (_ctx, _cache) => {
32
+ return openBlock(), createElementBlock("span", {
33
+ ref_key: "arrowRef",
34
+ ref: arrowRef,
35
+ style: normalizeStyle(unref(arrowStyle)),
36
+ class: normalizeClass(unref(ns).e("arrow"))
37
+ }, null, 6);
38
+ };
24
39
  }
25
40
  });
41
+ var TooltipV2Arrow = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/st/Desktop/vue/nxx-ui/packages/components/tooltip-v2/src/arrow.vue"]]);
26
42
 
27
- export { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps };
43
+ export { TooltipV2Arrow as default };
28
44
  //# sourceMappingURL=arrow.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"arrow.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/arrow.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\nimport { tooltipV2Sides } from './common'\n\nimport type { CSSProperties, ExtractPropTypes } from 'vue'\nimport type { TooltipV2Sides } from './common'\n\nexport const tooltipV2ArrowProps = buildProps({\n width: {\n type: Number,\n default: 10,\n },\n height: {\n type: Number,\n default: 10,\n },\n style: {\n type: definePropType<CSSProperties | null>(Object),\n default: null,\n },\n} as const)\n\nexport const tooltipV2ArrowSpecialProps = buildProps({\n side: {\n type: definePropType<TooltipV2Sides>(String),\n values: tooltipV2Sides,\n required: true,\n },\n} as const)\n\nexport type TooltipV2ArrowProps = ExtractPropTypes<typeof tooltipV2ArrowProps>\n"],"names":[],"mappings":";;;;AAEY,MAAC,mBAAmB,GAAG,UAAU,CAAC;AAC9C,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,CAAC,EAAE;AACS,MAAC,0BAA0B,GAAG,UAAU,CAAC;AACrD,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,MAAM,EAAE,cAAc;AAC1B,IAAI,QAAQ,EAAE,IAAI;AAClB,GAAG;AACH,CAAC;;;;"}
1
+ {"version":3,"file":"arrow.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/arrow.vue"],"sourcesContent":["<template>\n <span ref=\"arrowRef\" :style=\"arrowStyle\" :class=\"ns.e('arrow')\" />\n</template>\n\n<script setup lang=\"ts\">\nimport { computed, inject } from 'vue'\nimport { tooltipV2ContentKey, tooltipV2RootKey } from '@element-plus/tokens'\nimport { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './arrow'\n\nimport type { CSSProperties } from 'vue'\n\ndefineOptions({\n name: 'ElTooltipV2Arrow',\n})\n\nconst props = defineProps({\n ...tooltipV2ArrowProps,\n ...tooltipV2ArrowSpecialProps,\n})\n\nconst { ns } = inject(tooltipV2RootKey)!\nconst { arrowRef } = inject(tooltipV2ContentKey)!\n\nconst arrowStyle = computed<CSSProperties>(() => {\n const { style, width, height } = props\n const namespace = ns.namespace.value\n\n return {\n [`--${namespace}-tooltip-v2-arrow-width`]: `${width}px`,\n [`--${namespace}-tooltip-v2-arrow-height`]: `${height}px`,\n [`--${namespace}-tooltip-v2-arrow-border-width`]: `${width / 2}px`,\n [`--${namespace}-tooltip-v2-arrow-cover-width`]: width / 2 - 1,\n ...(style || {}),\n }\n})\n</script>\n"],"names":[],"mappings":";;;;;;mCAWc,CAAA;AAAA,EACZ,IAAM,EAAA,kBAAA;AACR,CAAA,CAAA,CAAA;;;;;;;;;AAOA,IAAM,MAAA,EAAE,EAAO,EAAA,GAAA,MAAA,CAAO,gBAAgB,CAAA,CAAA;AACtC,IAAM,MAAA,EAAE,QAAa,EAAA,GAAA,MAAA,CAAO,mBAAmB,CAAA,CAAA;AAE/C,IAAM,MAAA,UAAA,GAAa,SAAwB,MAAM;AAC/C,MAAM,MAAA,EAAE,KAAO,EAAA,KAAA,EAAO,MAAW,EAAA,GAAA,KAAA,CAAA;AACjC,MAAM,MAAA,SAAA,GAAY,GAAG,SAAU,CAAA,KAAA,CAAA;AAE/B,MAAO,OAAA;AAAA,QACL,CAAC,CAAK,EAAA,EAAA,SAAA,CAAA,uBAAA,CAAA,GAAqC,CAAG,EAAA,KAAA,CAAA,EAAA,CAAA;AAAA,QAC9C,CAAC,CAAK,EAAA,EAAA,SAAA,CAAA,wBAAA,CAAA,GAAsC,CAAG,EAAA,MAAA,CAAA,EAAA,CAAA;AAAA,QAC/C,CAAC,CAAA,EAAA,EAAK,SAA4C,CAAA,8BAAA,CAAA,GAAA,CAAA,EAAG,KAAQ,GAAA,CAAA,CAAA,EAAA,CAAA;AAAA,QAC7D,CAAC,CAAA,EAAA,EAAK,SAA2C,CAAA,6BAAA,CAAA,GAAA,KAAA,GAAQ,CAAI,GAAA,CAAA;AAAA,QAC7D,GAAI,SAAS,EAAC;AAAA,OAChB,CAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;"}
@@ -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
- style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => CSSProperties) | (() => CSSProperties | null) | ((new (...args: any[]) => CSSProperties) | (() => CSSProperties | null))[], unknown, unknown>;
59
58
  width: number;
59
+ style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => CSSProperties) | (() => CSSProperties | null) | ((new (...args: any[]) => CSSProperties) | (() => CSSProperties | null))[], unknown, unknown>;
60
60
  }>;
61
61
  export default _default;
@@ -1,44 +1,28 @@
1
- import { defineComponent, inject, computed, openBlock, createElementBlock, normalizeStyle, unref, normalizeClass } from 'vue';
2
- import '../../../tokens/index.mjs';
3
- import { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './arrow.mjs';
4
- import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
5
- import { tooltipV2RootKey, tooltipV2ContentKey } from '../../../tokens/tooltip-v2.mjs';
1
+ import '../../../utils/index.mjs';
2
+ import { tooltipV2Sides } from './common.mjs';
3
+ import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
6
4
 
7
- const __default__ = defineComponent({
8
- name: "ElTooltipV2Arrow"
9
- });
10
- const _sfc_main = /* @__PURE__ */ defineComponent({
11
- ...__default__,
12
- props: {
13
- ...tooltipV2ArrowProps,
14
- ...tooltipV2ArrowSpecialProps
5
+ const tooltipV2ArrowProps = buildProps({
6
+ width: {
7
+ type: Number,
8
+ default: 10
9
+ },
10
+ height: {
11
+ type: Number,
12
+ default: 10
15
13
  },
16
- setup(__props) {
17
- const props = __props;
18
- const { ns } = inject(tooltipV2RootKey);
19
- const { arrowRef } = inject(tooltipV2ContentKey);
20
- const arrowStyle = computed(() => {
21
- const { style, width, height } = props;
22
- const namespace = ns.namespace.value;
23
- return {
24
- [`--${namespace}-tooltip-v2-arrow-width`]: `${width}px`,
25
- [`--${namespace}-tooltip-v2-arrow-height`]: `${height}px`,
26
- [`--${namespace}-tooltip-v2-arrow-border-width`]: `${width / 2}px`,
27
- [`--${namespace}-tooltip-v2-arrow-cover-width`]: width / 2 - 1,
28
- ...style || {}
29
- };
30
- });
31
- return (_ctx, _cache) => {
32
- return openBlock(), createElementBlock("span", {
33
- ref_key: "arrowRef",
34
- ref: arrowRef,
35
- style: normalizeStyle(unref(arrowStyle)),
36
- class: normalizeClass(unref(ns).e("arrow"))
37
- }, null, 6);
38
- };
14
+ style: {
15
+ type: definePropType(Object),
16
+ default: null
17
+ }
18
+ });
19
+ const tooltipV2ArrowSpecialProps = buildProps({
20
+ side: {
21
+ type: definePropType(String),
22
+ values: tooltipV2Sides,
23
+ required: true
39
24
  }
40
25
  });
41
- var TooltipV2Arrow = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/st/Desktop/vue/nxx-ui/packages/components/tooltip-v2/src/arrow.vue"]]);
42
26
 
43
- export { TooltipV2Arrow as default };
27
+ export { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps };
44
28
  //# sourceMappingURL=arrow2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"arrow2.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/arrow.vue"],"sourcesContent":["<template>\n <span ref=\"arrowRef\" :style=\"arrowStyle\" :class=\"ns.e('arrow')\" />\n</template>\n\n<script setup lang=\"ts\">\nimport { computed, inject } from 'vue'\nimport { tooltipV2ContentKey, tooltipV2RootKey } from '@element-plus/tokens'\nimport { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './arrow'\n\nimport type { CSSProperties } from 'vue'\n\ndefineOptions({\n name: 'ElTooltipV2Arrow',\n})\n\nconst props = defineProps({\n ...tooltipV2ArrowProps,\n ...tooltipV2ArrowSpecialProps,\n})\n\nconst { ns } = inject(tooltipV2RootKey)!\nconst { arrowRef } = inject(tooltipV2ContentKey)!\n\nconst arrowStyle = computed<CSSProperties>(() => {\n const { style, width, height } = props\n const namespace = ns.namespace.value\n\n return {\n [`--${namespace}-tooltip-v2-arrow-width`]: `${width}px`,\n [`--${namespace}-tooltip-v2-arrow-height`]: `${height}px`,\n [`--${namespace}-tooltip-v2-arrow-border-width`]: `${width / 2}px`,\n [`--${namespace}-tooltip-v2-arrow-cover-width`]: width / 2 - 1,\n ...(style || {}),\n }\n})\n</script>\n"],"names":[],"mappings":";;;;;;mCAWc,CAAA;AAAA,EACZ,IAAM,EAAA,kBAAA;AACR,CAAA,CAAA,CAAA;;;;;;;;;AAOA,IAAM,MAAA,EAAE,EAAO,EAAA,GAAA,MAAA,CAAO,gBAAgB,CAAA,CAAA;AACtC,IAAM,MAAA,EAAE,QAAa,EAAA,GAAA,MAAA,CAAO,mBAAmB,CAAA,CAAA;AAE/C,IAAM,MAAA,UAAA,GAAa,SAAwB,MAAM;AAC/C,MAAM,MAAA,EAAE,KAAO,EAAA,KAAA,EAAO,MAAW,EAAA,GAAA,KAAA,CAAA;AACjC,MAAM,MAAA,SAAA,GAAY,GAAG,SAAU,CAAA,KAAA,CAAA;AAE/B,MAAO,OAAA;AAAA,QACL,CAAC,CAAK,EAAA,EAAA,SAAA,CAAA,uBAAA,CAAA,GAAqC,CAAG,EAAA,KAAA,CAAA,EAAA,CAAA;AAAA,QAC9C,CAAC,CAAK,EAAA,EAAA,SAAA,CAAA,wBAAA,CAAA,GAAsC,CAAG,EAAA,MAAA,CAAA,EAAA,CAAA;AAAA,QAC/C,CAAC,CAAA,EAAA,EAAK,SAA4C,CAAA,8BAAA,CAAA,GAAA,CAAA,EAAG,KAAQ,GAAA,CAAA,CAAA,EAAA,CAAA;AAAA,QAC7D,CAAC,CAAA,EAAA,EAAK,SAA2C,CAAA,6BAAA,CAAA,GAAA,KAAA,GAAQ,CAAI,GAAA,CAAA;AAAA,QAC7D,GAAI,SAAS,EAAC;AAAA,OAChB,CAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"arrow2.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/arrow.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\nimport { tooltipV2Sides } from './common'\n\nimport type { CSSProperties, ExtractPropTypes } from 'vue'\nimport type { TooltipV2Sides } from './common'\n\nexport const tooltipV2ArrowProps = buildProps({\n width: {\n type: Number,\n default: 10,\n },\n height: {\n type: Number,\n default: 10,\n },\n style: {\n type: definePropType<CSSProperties | null>(Object),\n default: null,\n },\n} as const)\n\nexport const tooltipV2ArrowSpecialProps = buildProps({\n side: {\n type: definePropType<TooltipV2Sides>(String),\n values: tooltipV2Sides,\n required: true,\n },\n} as const)\n\nexport type TooltipV2ArrowProps = ExtractPropTypes<typeof tooltipV2ArrowProps>\n"],"names":[],"mappings":";;;;AAEY,MAAC,mBAAmB,GAAG,UAAU,CAAC;AAC9C,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,CAAC,EAAE;AACS,MAAC,0BAA0B,GAAG,UAAU,CAAC;AACrD,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,MAAM,EAAE,cAAc;AAC1B,IAAI,QAAQ,EAAE,IAAI;AAClB,GAAG;AACH,CAAC;;;;"}
@@ -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))[], "absolute" | "fixed", unknown, "absolute", 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>;
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>;
@@ -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))[], "absolute" | "fixed", 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))[], "fixed" | "absolute", 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))[], "absolute" | "fixed", 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))[], "fixed" | "absolute", 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))[], "absolute" | "fixed", 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>>;
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))[], "absolute" | "fixed", 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))[], "fixed" | "absolute", 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>;
135
134
  offset: number;
136
135
  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>;
@@ -10,7 +10,7 @@ import { tooltipV2RootKey, tooltipV2ContentKey } from '../../../tokens/tooltip-v
10
10
  import { useFloating, arrowMiddleware } from '../../../hooks/use-floating/index.mjs';
11
11
  import { useZIndex } from '../../../hooks/use-z-index/index.mjs';
12
12
  import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
13
- import ElVisuallyHidden from '../../visual-hidden/src/visual-hidden2.mjs';
13
+ import ElVisuallyHidden from '../../visual-hidden/src/visual-hidden.mjs';
14
14
 
15
15
  const _hoisted_1 = ["data-side"];
16
16
  const __default__ = defineComponent({
@@ -12,7 +12,7 @@ export declare const tooltipV2Props: {
12
12
  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>;
13
13
  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>;
14
14
  readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
15
- 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
+ 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>;
16
16
  readonly showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
17
17
  readonly onBlur: {
18
18
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;