beyond-webui 1.1.17 → 1.1.19

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 (905) hide show
  1. package/dist/index.css +1 -1
  2. package/es/components/affix/index.d.ts +2 -2
  3. package/es/components/affix/index.mjs +2 -2
  4. package/es/components/affix/src/affix.mjs +26 -117
  5. package/es/components/affix/src/affix.mjs.map +1 -1
  6. package/es/components/affix/src/affix.vue.d.ts +2 -2
  7. package/es/components/affix/src/affix2.mjs +117 -26
  8. package/es/components/affix/src/affix2.mjs.map +1 -1
  9. package/es/components/alert/index.d.ts +2 -2
  10. package/es/components/alert/src/alert.vue.d.ts +2 -2
  11. package/es/components/autocomplete/index.d.ts +161 -161
  12. package/es/components/autocomplete/src/autocomplete.mjs +1 -1
  13. package/es/components/autocomplete/src/autocomplete.vue.d.ts +161 -161
  14. package/es/components/backtop/index.d.ts +2 -2
  15. package/es/components/backtop/src/backtop.vue.d.ts +2 -2
  16. package/es/components/badge/index.d.ts +1 -1
  17. package/es/components/badge/index.mjs +2 -2
  18. package/es/components/badge/src/badge.mjs +55 -17
  19. package/es/components/badge/src/badge.mjs.map +1 -1
  20. package/es/components/badge/src/badge.vue.d.ts +1 -1
  21. package/es/components/badge/src/badge2.mjs +17 -55
  22. package/es/components/badge/src/badge2.mjs.map +1 -1
  23. package/es/components/breadcrumb/index.mjs +2 -2
  24. package/es/components/breadcrumb/src/breadcrumb-item.mjs +11 -56
  25. package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
  26. package/es/components/breadcrumb/src/breadcrumb-item2.mjs +56 -11
  27. package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
  28. package/es/components/button/index.d.ts +17 -17
  29. package/es/components/button/src/button-group.d.ts +1 -1
  30. package/es/components/button/src/button-group.vue.d.ts +4 -4
  31. package/es/components/button/src/button.d.ts +1 -1
  32. package/es/components/button/src/button.vue.d.ts +9 -9
  33. package/es/components/button/src/use-button.d.ts +1 -1
  34. package/es/components/calendar/index.d.ts +17 -17
  35. package/es/components/calendar/src/calendar.vue.d.ts +17 -17
  36. package/es/components/calendar/src/calendar2.mjs +1 -1
  37. package/es/components/calendar/src/date-table.mjs +87 -33
  38. package/es/components/calendar/src/date-table.mjs.map +1 -1
  39. package/es/components/calendar/src/date-table2.mjs +33 -87
  40. package/es/components/calendar/src/date-table2.mjs.map +1 -1
  41. package/es/components/calendar/src/use-date-table.mjs +1 -1
  42. package/es/components/carousel/index.d.ts +4 -4
  43. package/es/components/carousel/index.mjs +2 -2
  44. package/es/components/carousel/src/carousel-item.vue.d.ts +1 -1
  45. package/es/components/carousel/src/carousel.mjs +56 -159
  46. package/es/components/carousel/src/carousel.mjs.map +1 -1
  47. package/es/components/carousel/src/carousel.vue.d.ts +2 -2
  48. package/es/components/carousel/src/carousel2.mjs +159 -56
  49. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  50. package/es/components/cascader/index.d.ts +360 -360
  51. package/es/components/cascader/src/cascader.vue.d.ts +180 -180
  52. package/es/components/cascader/src/cascader2.mjs +2 -2
  53. package/es/components/cascader-panel/index.d.ts +6 -6
  54. package/es/components/cascader-panel/src/index.vue.d.ts +3 -3
  55. package/es/components/check-tag/index.mjs +2 -2
  56. package/es/components/check-tag/src/check-tag.mjs +12 -30
  57. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  58. package/es/components/check-tag/src/check-tag2.mjs +30 -12
  59. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  60. package/es/components/checkbox/index.d.ts +20 -20
  61. package/es/components/checkbox/index.mjs +2 -2
  62. package/es/components/checkbox/src/checkbox-button.vue.d.ts +5 -5
  63. package/es/components/checkbox/src/checkbox-group.mjs +72 -28
  64. package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
  65. package/es/components/checkbox/src/checkbox-group.vue.d.ts +3 -3
  66. package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
  67. package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
  68. package/es/components/checkbox/src/checkbox.vue.d.ts +4 -4
  69. package/es/components/col/index.d.ts +1 -1
  70. package/es/components/col/src/col.vue.d.ts +1 -1
  71. package/es/components/collapse/index.d.ts +4 -4
  72. package/es/components/collapse/src/collapse-item.vue.d.ts +1 -1
  73. package/es/components/collapse/src/collapse.vue.d.ts +2 -2
  74. package/es/components/color-picker/index.d.ts +150 -150
  75. package/es/components/color-picker/src/color-picker.vue.d.ts +150 -150
  76. package/es/components/date-picker/index.d.ts +8 -8
  77. package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
  78. package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  79. package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  80. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +86 -86
  81. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +84 -84
  82. package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  83. package/es/components/date-picker/src/date-picker.d.ts +4 -4
  84. package/es/components/date-picker/src/panel-utils.d.ts +177 -177
  85. package/es/components/descriptions/index.d.ts +6 -6
  86. package/es/components/descriptions/index.mjs +2 -2
  87. package/es/components/descriptions/src/description-item.d.ts +2 -2
  88. package/es/components/descriptions/src/description.mjs +25 -111
  89. package/es/components/descriptions/src/description.mjs.map +1 -1
  90. package/es/components/descriptions/src/description.vue.d.ts +2 -2
  91. package/es/components/descriptions/src/description2.mjs +111 -25
  92. package/es/components/descriptions/src/description2.mjs.map +1 -1
  93. package/es/components/descriptions/src/descriptions-row.mjs +64 -7
  94. package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
  95. package/es/components/descriptions/src/descriptions-row2.mjs +7 -64
  96. package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
  97. package/es/components/dialog/index.d.ts +4 -4
  98. package/es/components/dialog/index.mjs +2 -2
  99. package/es/components/dialog/src/dialog-content.mjs +37 -95
  100. package/es/components/dialog/src/dialog-content.mjs.map +1 -1
  101. package/es/components/dialog/src/dialog-content2.mjs +95 -37
  102. package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
  103. package/es/components/dialog/src/dialog.mjs +74 -172
  104. package/es/components/dialog/src/dialog.mjs.map +1 -1
  105. package/es/components/dialog/src/dialog.vue.d.ts +4 -4
  106. package/es/components/dialog/src/dialog2.mjs +172 -74
  107. package/es/components/dialog/src/dialog2.mjs.map +1 -1
  108. package/es/components/divider/index.d.ts +4 -4
  109. package/es/components/divider/src/divider.d.ts +1 -1
  110. package/es/components/divider/src/divider.vue.d.ts +4 -4
  111. package/es/components/drawer/index.d.ts +5 -5
  112. package/es/components/drawer/index.mjs +2 -2
  113. package/es/components/drawer/src/drawer.mjs +26 -177
  114. package/es/components/drawer/src/drawer.mjs.map +1 -1
  115. package/es/components/drawer/src/drawer.vue.d.ts +5 -5
  116. package/es/components/drawer/src/drawer2.mjs +177 -26
  117. package/es/components/drawer/src/drawer2.mjs.map +1 -1
  118. package/es/components/dropdown/index.d.ts +92 -92
  119. package/es/components/dropdown/index.mjs +2 -2
  120. package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
  121. package/es/components/dropdown/src/dropdown-item.mjs +1 -1
  122. package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  123. package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
  124. package/es/components/dropdown/src/dropdown.d.ts +1 -1
  125. package/es/components/dropdown/src/dropdown.mjs +97 -307
  126. package/es/components/dropdown/src/dropdown.mjs.map +1 -1
  127. package/es/components/dropdown/src/dropdown.vue.d.ts +90 -90
  128. package/es/components/dropdown/src/dropdown2.mjs +307 -97
  129. package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
  130. package/es/components/form/index.d.ts +10 -10
  131. package/es/components/form/index.mjs +2 -2
  132. package/es/components/form/src/form.d.ts +2 -2
  133. package/es/components/form/src/form.mjs +55 -152
  134. package/es/components/form/src/form.mjs.map +1 -1
  135. package/es/components/form/src/form.vue.d.ts +10 -10
  136. package/es/components/form/src/form2.mjs +152 -55
  137. package/es/components/form/src/form2.mjs.map +1 -1
  138. package/es/components/icon/index.mjs +2 -2
  139. package/es/components/icon/src/icon.mjs +36 -8
  140. package/es/components/icon/src/icon.mjs.map +1 -1
  141. package/es/components/icon/src/icon2.mjs +8 -36
  142. package/es/components/icon/src/icon2.mjs.map +1 -1
  143. package/es/components/image/index.d.ts +8 -8
  144. package/es/components/image/index.mjs +2 -2
  145. package/es/components/image/src/image.d.ts +1 -1
  146. package/es/components/image/src/image.mjs +220 -62
  147. package/es/components/image/src/image.mjs.map +1 -1
  148. package/es/components/image/src/image.vue.d.ts +8 -8
  149. package/es/components/image/src/image2.mjs +62 -220
  150. package/es/components/image/src/image2.mjs.map +1 -1
  151. package/es/components/image-viewer/index.d.ts +1 -1
  152. package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  153. package/es/components/index.mjs +34 -34
  154. package/es/components/input/index.d.ts +6 -6
  155. package/es/components/input/src/input.vue.d.ts +6 -6
  156. package/es/components/input-number/index.d.ts +23 -23
  157. package/es/components/input-number/src/input-number.vue.d.ts +23 -23
  158. package/es/components/link/index.d.ts +1 -1
  159. package/es/components/link/src/link.vue.d.ts +1 -1
  160. package/es/components/loading/index.d.ts +1 -1
  161. package/es/components/menu/index.d.ts +3 -3
  162. package/es/components/menu/src/menu-item.vue.d.ts +1 -1
  163. package/es/components/menu/src/menu.d.ts +1 -1
  164. package/es/components/message/src/message.vue.d.ts +5 -5
  165. package/es/components/notification/index.mjs +1 -1
  166. package/es/components/notification/src/notification.mjs +147 -69
  167. package/es/components/notification/src/notification.mjs.map +1 -1
  168. package/es/components/notification/src/notification.vue.d.ts +5 -5
  169. package/es/components/notification/src/notification2.mjs +69 -147
  170. package/es/components/notification/src/notification2.mjs.map +1 -1
  171. package/es/components/notification/src/notify.mjs +2 -2
  172. package/es/components/page-header/index.d.ts +5 -5
  173. package/es/components/page-header/index.mjs +2 -2
  174. package/es/components/page-header/src/page-header.mjs +17 -103
  175. package/es/components/page-header/src/page-header.mjs.map +1 -1
  176. package/es/components/page-header/src/page-header.vue.d.ts +5 -5
  177. package/es/components/page-header/src/page-header2.mjs +103 -17
  178. package/es/components/page-header/src/page-header2.mjs.map +1 -1
  179. package/es/components/pagination/index.d.ts +2 -2
  180. package/es/components/pagination/src/components/jumper.vue.d.ts +6 -6
  181. package/es/components/pagination/src/components/next.vue.d.ts +1 -1
  182. package/es/components/pagination/src/components/pager.vue.d.ts +1 -1
  183. package/es/components/pagination/src/components/prev.mjs +58 -18
  184. package/es/components/pagination/src/components/prev.mjs.map +1 -1
  185. package/es/components/pagination/src/components/prev.vue.d.ts +1 -1
  186. package/es/components/pagination/src/components/prev2.mjs +18 -58
  187. package/es/components/pagination/src/components/prev2.mjs.map +1 -1
  188. package/es/components/pagination/src/components/sizes.vue.d.ts +92 -92
  189. package/es/components/pagination/src/components/total.mjs +7 -28
  190. package/es/components/pagination/src/components/total.mjs.map +1 -1
  191. package/es/components/pagination/src/components/total2.mjs +28 -7
  192. package/es/components/pagination/src/components/total2.mjs.map +1 -1
  193. package/es/components/pagination/src/pagination.d.ts +2 -2
  194. package/es/components/pagination/src/pagination.mjs +2 -2
  195. package/es/components/popconfirm/index.d.ts +150 -150
  196. package/es/components/popconfirm/index.mjs +2 -2
  197. package/es/components/popconfirm/src/popconfirm.d.ts +2 -2
  198. package/es/components/popconfirm/src/popconfirm.mjs +47 -110
  199. package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
  200. package/es/components/popconfirm/src/popconfirm.vue.d.ts +150 -150
  201. package/es/components/popconfirm/src/popconfirm2.mjs +110 -47
  202. package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
  203. package/es/components/popover/index.d.ts +148 -148
  204. package/es/components/popover/src/popover.mjs +2 -2
  205. package/es/components/popover/src/popover.vue.d.ts +148 -148
  206. package/es/components/popper/index.d.ts +5 -5
  207. package/es/components/popper/index.mjs +4 -4
  208. package/es/components/popper/src/composables/use-content.d.ts +6 -6
  209. package/es/components/popper/src/content.d.ts +4 -4
  210. package/es/components/popper/src/content.mjs +137 -94
  211. package/es/components/popper/src/content.mjs.map +1 -1
  212. package/es/components/popper/src/content.vue.d.ts +6 -6
  213. package/es/components/popper/src/content2.mjs +94 -137
  214. package/es/components/popper/src/content2.mjs.map +1 -1
  215. package/es/components/popper/src/popper.d.ts +2 -2
  216. package/es/components/popper/src/popper.mjs +32 -25
  217. package/es/components/popper/src/popper.mjs.map +1 -1
  218. package/es/components/popper/src/popper.vue.d.ts +5 -5
  219. package/es/components/popper/src/popper2.mjs +25 -32
  220. package/es/components/popper/src/popper2.mjs.map +1 -1
  221. package/es/components/popper/src/utils.d.ts +2 -2
  222. package/es/components/progress/index.d.ts +4 -4
  223. package/es/components/progress/index.mjs +2 -2
  224. package/es/components/progress/src/progress.d.ts +1 -1
  225. package/es/components/progress/src/progress.mjs +202 -57
  226. package/es/components/progress/src/progress.mjs.map +1 -1
  227. package/es/components/progress/src/progress.vue.d.ts +4 -4
  228. package/es/components/progress/src/progress2.mjs +57 -202
  229. package/es/components/progress/src/progress2.mjs.map +1 -1
  230. package/es/components/radio/index.d.ts +14 -14
  231. package/es/components/radio/index.mjs +2 -2
  232. package/es/components/radio/src/radio-button.mjs +1 -1
  233. package/es/components/radio/src/radio-button.vue.d.ts +1 -1
  234. package/es/components/radio/src/radio-group.mjs +1 -1
  235. package/es/components/radio/src/radio-group.vue.d.ts +4 -4
  236. package/es/components/radio/src/radio.mjs +71 -30
  237. package/es/components/radio/src/radio.mjs.map +1 -1
  238. package/es/components/radio/src/radio.vue.d.ts +4 -4
  239. package/es/components/radio/src/radio2.mjs +30 -71
  240. package/es/components/radio/src/radio2.mjs.map +1 -1
  241. package/es/components/rate/index.d.ts +3 -3
  242. package/es/components/rate/src/rate.vue.d.ts +3 -3
  243. package/es/components/result/index.mjs +2 -2
  244. package/es/components/result/src/result.mjs +29 -63
  245. package/es/components/result/src/result.mjs.map +1 -1
  246. package/es/components/result/src/result2.mjs +63 -29
  247. package/es/components/result/src/result2.mjs.map +1 -1
  248. package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  249. package/es/components/row/index.d.ts +4 -4
  250. package/es/components/row/src/row.d.ts +1 -1
  251. package/es/components/row/src/row.vue.d.ts +4 -4
  252. package/es/components/scrollbar/index.d.ts +4 -4
  253. package/es/components/scrollbar/src/bar.mjs +42 -17
  254. package/es/components/scrollbar/src/bar.mjs.map +1 -1
  255. package/es/components/scrollbar/src/bar.vue.d.ts +1 -1
  256. package/es/components/scrollbar/src/bar2.mjs +17 -42
  257. package/es/components/scrollbar/src/bar2.mjs.map +1 -1
  258. package/es/components/scrollbar/src/scrollbar.vue.d.ts +4 -4
  259. package/es/components/scrollbar/src/scrollbar2.mjs +1 -1
  260. package/es/components/scrollbar/src/thumb.vue.d.ts +1 -1
  261. package/es/components/select/index.d.ts +92 -92
  262. package/es/components/select/src/select.mjs +2 -2
  263. package/es/components/select/src/select.vue.d.ts +92 -92
  264. package/es/components/select/src/useSelect.d.ts +85 -85
  265. package/es/components/select-v2/index.d.ts +188 -188
  266. package/es/components/select-v2/src/defaults.d.ts +1 -1
  267. package/es/components/select-v2/src/defaults.mjs +1 -1
  268. package/es/components/select-v2/src/select.vue.d.ts +94 -94
  269. package/es/components/select-v2/src/useSelect.d.ts +85 -85
  270. package/es/components/skeleton/index.d.ts +9 -9
  271. package/es/components/skeleton/index.mjs +4 -4
  272. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  273. package/es/components/skeleton/src/skeleton-item.mjs +23 -18
  274. package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
  275. package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  276. package/es/components/skeleton/src/skeleton-item2.mjs +18 -23
  277. package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
  278. package/es/components/skeleton/src/skeleton.mjs +22 -49
  279. package/es/components/skeleton/src/skeleton.mjs.map +1 -1
  280. package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
  281. package/es/components/skeleton/src/skeleton2.mjs +49 -22
  282. package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
  283. package/es/components/slider/index.d.ts +257 -257
  284. package/es/components/slider/index.mjs +2 -2
  285. package/es/components/slider/src/button.mjs +21 -93
  286. package/es/components/slider/src/button.mjs.map +1 -1
  287. package/es/components/slider/src/button.vue.d.ts +45 -45
  288. package/es/components/slider/src/button2.mjs +93 -21
  289. package/es/components/slider/src/button2.mjs.map +1 -1
  290. package/es/components/slider/src/composables/use-slide.d.ts +182 -182
  291. package/es/components/slider/src/slider.mjs +233 -91
  292. package/es/components/slider/src/slider.mjs.map +1 -1
  293. package/es/components/slider/src/slider.vue.d.ts +257 -257
  294. package/es/components/slider/src/slider2.mjs +91 -233
  295. package/es/components/slider/src/slider2.mjs.map +1 -1
  296. package/es/components/space/index.d.ts +3 -3
  297. package/es/components/space/src/space.d.ts +3 -3
  298. package/es/components/statistic/index.mjs +2 -2
  299. package/es/components/statistic/src/statistic.mjs +70 -25
  300. package/es/components/statistic/src/statistic.mjs.map +1 -1
  301. package/es/components/statistic/src/statistic2.mjs +25 -70
  302. package/es/components/statistic/src/statistic2.mjs.map +1 -1
  303. package/es/components/steps/index.d.ts +3 -3
  304. package/es/components/steps/index.mjs +4 -4
  305. package/es/components/steps/src/item.mjs +188 -19
  306. package/es/components/steps/src/item.mjs.map +1 -1
  307. package/es/components/steps/src/item.vue.d.ts +1 -1
  308. package/es/components/steps/src/item2.mjs +19 -188
  309. package/es/components/steps/src/item2.mjs.map +1 -1
  310. package/es/components/steps/src/steps.mjs +34 -36
  311. package/es/components/steps/src/steps.mjs.map +1 -1
  312. package/es/components/steps/src/steps.vue.d.ts +1 -1
  313. package/es/components/steps/src/steps2.mjs +36 -34
  314. package/es/components/steps/src/steps2.mjs.map +1 -1
  315. package/es/components/switch/index.d.ts +7 -7
  316. package/es/components/switch/index.mjs +2 -2
  317. package/es/components/switch/src/switch.mjs +88 -241
  318. package/es/components/switch/src/switch.mjs.map +1 -1
  319. package/es/components/switch/src/switch.vue.d.ts +7 -7
  320. package/es/components/switch/src/switch2.mjs +241 -88
  321. package/es/components/switch/src/switch2.mjs.map +1 -1
  322. package/es/components/table/index.d.ts +16 -16
  323. package/es/components/table/src/filter-panel.vue.d.ts +85 -85
  324. package/es/components/table/src/table/defaults.d.ts +2 -2
  325. package/es/components/table/src/table/style-helper.d.ts +1 -1
  326. package/es/components/table/src/table-body/defaults.d.ts +1 -1
  327. package/es/components/table/src/table-body/index.d.ts +2 -2
  328. package/es/components/table/src/table-column/defaults.d.ts +1 -1
  329. package/es/components/table/src/table-column/index.d.ts +3 -3
  330. package/es/components/table/src/table.vue.d.ts +10 -10
  331. package/es/components/table/src/util.d.ts +9 -9
  332. package/es/components/tabs/index.d.ts +11 -11
  333. package/es/components/tabs/index.mjs +2 -2
  334. package/es/components/tabs/src/tab-bar.d.ts +4 -4
  335. package/es/components/tabs/src/tab-bar.vue.d.ts +13 -13
  336. package/es/components/tabs/src/tab-nav.d.ts +15 -15
  337. package/es/components/tabs/src/tab-pane.mjs +72 -13
  338. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  339. package/es/components/tabs/src/tab-pane.vue.d.ts +3 -3
  340. package/es/components/tabs/src/tab-pane2.mjs +13 -72
  341. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  342. package/es/components/tabs/src/tabs.d.ts +6 -6
  343. package/es/components/tag/index.d.ts +2 -2
  344. package/es/components/tag/index.mjs +2 -2
  345. package/es/components/tag/src/tag.mjs +94 -33
  346. package/es/components/tag/src/tag.mjs.map +1 -1
  347. package/es/components/tag/src/tag.vue.d.ts +2 -2
  348. package/es/components/tag/src/tag2.mjs +33 -94
  349. package/es/components/tag/src/tag2.mjs.map +1 -1
  350. package/es/components/teleport/index.mjs +2 -2
  351. package/es/components/teleport/src/teleport.mjs +18 -44
  352. package/es/components/teleport/src/teleport.mjs.map +1 -1
  353. package/es/components/teleport/src/teleport2.mjs +44 -18
  354. package/es/components/teleport/src/teleport2.mjs.map +1 -1
  355. package/es/components/time-picker/index.d.ts +8 -8
  356. package/es/components/time-picker/src/common/picker.vue.d.ts +140 -140
  357. package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  358. package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  359. package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +44 -44
  360. package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +56 -56
  361. package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +56 -56
  362. package/es/components/time-picker/src/time-picker.d.ts +4 -4
  363. package/es/components/time-select/index.d.ts +376 -376
  364. package/es/components/time-select/index.mjs +1 -1
  365. package/es/components/time-select/src/time-select.mjs +118 -48
  366. package/es/components/time-select/src/time-select.mjs.map +1 -1
  367. package/es/components/time-select/src/time-select.vue.d.ts +188 -188
  368. package/es/components/time-select/src/time-select2.mjs +48 -118
  369. package/es/components/time-select/src/time-select2.mjs.map +1 -1
  370. package/es/components/timeline/index.d.ts +6 -6
  371. package/es/components/timeline/src/timeline-item.vue.d.ts +3 -3
  372. package/es/components/tooltip/index.d.ts +43 -43
  373. package/es/components/tooltip/index.mjs +1 -1
  374. package/es/components/tooltip/src/content.d.ts +1 -1
  375. package/es/components/tooltip/src/content.mjs +177 -31
  376. package/es/components/tooltip/src/content.mjs.map +1 -1
  377. package/es/components/tooltip/src/content.vue.d.ts +15 -15
  378. package/es/components/tooltip/src/content2.mjs +31 -177
  379. package/es/components/tooltip/src/content2.mjs.map +1 -1
  380. package/es/components/tooltip/src/tooltip.d.ts +2 -2
  381. package/es/components/tooltip/src/tooltip.mjs +2 -2
  382. package/es/components/tooltip/src/tooltip.vue.d.ts +43 -43
  383. package/es/components/tooltip/src/tooltip2.mjs +1 -1
  384. package/es/components/tooltip-v2/index.d.ts +63 -63
  385. package/es/components/tooltip-v2/index.mjs +3 -3
  386. package/es/components/tooltip-v2/src/arrow.vue.d.ts +2 -2
  387. package/es/components/tooltip-v2/src/content.d.ts +2 -2
  388. package/es/components/tooltip-v2/src/content.vue.d.ts +13 -13
  389. package/es/components/tooltip-v2/src/content2.mjs +1 -1
  390. package/es/components/tooltip-v2/src/root.mjs +80 -17
  391. package/es/components/tooltip-v2/src/root.mjs.map +1 -1
  392. package/es/components/tooltip-v2/src/root2.mjs +17 -80
  393. package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
  394. package/es/components/tooltip-v2/src/tooltip.d.ts +2 -2
  395. package/es/components/tooltip-v2/src/tooltip.mjs +73 -20
  396. package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
  397. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +63 -63
  398. package/es/components/tooltip-v2/src/tooltip2.mjs +20 -73
  399. package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
  400. package/es/components/transfer/index.d.ts +130 -130
  401. package/es/components/transfer/src/composables/use-check.mjs +1 -1
  402. package/es/components/transfer/src/transfer-panel.mjs +128 -19
  403. package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
  404. package/es/components/transfer/src/transfer-panel.vue.d.ts +22 -22
  405. package/es/components/transfer/src/transfer-panel2.mjs +19 -128
  406. package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
  407. package/es/components/transfer/src/transfer.mjs +1 -1
  408. package/es/components/transfer/src/transfer.vue.d.ts +130 -130
  409. package/es/components/tree/index.d.ts +2 -2
  410. package/es/components/tree/src/tree.vue.d.ts +1 -1
  411. package/es/components/tree-v2/index.d.ts +17 -17
  412. package/es/components/tree-v2/src/tree-node.vue.d.ts +13 -13
  413. package/es/components/tree-v2/src/tree.vue.d.ts +17 -17
  414. package/es/components/upload/index.d.ts +36 -36
  415. package/es/components/upload/index.mjs +3 -3
  416. package/es/components/upload/src/upload-content.d.ts +1 -1
  417. package/es/components/upload/src/upload-content.mjs +1 -1
  418. package/es/components/upload/src/upload-content.vue.d.ts +7 -7
  419. package/es/components/upload/src/upload-content2.mjs +1 -1
  420. package/es/components/upload/src/upload-list.d.ts +1 -1
  421. package/es/components/upload/src/upload-list.mjs +173 -26
  422. package/es/components/upload/src/upload-list.mjs.map +1 -1
  423. package/es/components/upload/src/upload-list.vue.d.ts +7 -7
  424. package/es/components/upload/src/upload-list2.mjs +26 -173
  425. package/es/components/upload/src/upload-list2.mjs.map +1 -1
  426. package/es/components/upload/src/upload.d.ts +2 -2
  427. package/es/components/upload/src/upload.mjs +105 -119
  428. package/es/components/upload/src/upload.mjs.map +1 -1
  429. package/es/components/upload/src/upload.vue.d.ts +36 -36
  430. package/es/components/upload/src/upload2.mjs +119 -105
  431. package/es/components/upload/src/upload2.mjs.map +1 -1
  432. package/es/components/upload/src/use-handlers.mjs +1 -1
  433. package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  434. package/es/components/virtual-list/src/builders/build-list.d.ts +3 -3
  435. package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  436. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +3 -3
  437. package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  438. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +3 -3
  439. package/es/components/visual-hidden/index.mjs +3 -3
  440. package/es/components/visual-hidden/src/visual-hidden.mjs +35 -7
  441. package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
  442. package/es/components/visual-hidden/src/visual-hidden2.mjs +7 -35
  443. package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
  444. package/es/hooks/use-floating/index.d.ts +2 -2
  445. package/es/hooks/use-popper/index.d.ts +6 -6
  446. package/es/index.mjs +34 -34
  447. package/es/utils/vue/vnode.d.ts +6 -6
  448. package/lib/components/affix/index.d.ts +2 -2
  449. package/lib/components/affix/index.js +2 -2
  450. package/lib/components/affix/src/affix.js +27 -117
  451. package/lib/components/affix/src/affix.js.map +1 -1
  452. package/lib/components/affix/src/affix.vue.d.ts +2 -2
  453. package/lib/components/affix/src/affix2.js +117 -27
  454. package/lib/components/affix/src/affix2.js.map +1 -1
  455. package/lib/components/alert/index.d.ts +2 -2
  456. package/lib/components/alert/src/alert.vue.d.ts +2 -2
  457. package/lib/components/autocomplete/index.d.ts +161 -161
  458. package/lib/components/autocomplete/src/autocomplete.js +1 -1
  459. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +161 -161
  460. package/lib/components/backtop/index.d.ts +2 -2
  461. package/lib/components/backtop/src/backtop.vue.d.ts +2 -2
  462. package/lib/components/badge/index.d.ts +1 -1
  463. package/lib/components/badge/index.js +2 -2
  464. package/lib/components/badge/src/badge.js +55 -17
  465. package/lib/components/badge/src/badge.js.map +1 -1
  466. package/lib/components/badge/src/badge.vue.d.ts +1 -1
  467. package/lib/components/badge/src/badge2.js +17 -55
  468. package/lib/components/badge/src/badge2.js.map +1 -1
  469. package/lib/components/breadcrumb/index.js +2 -2
  470. package/lib/components/breadcrumb/src/breadcrumb-item.js +11 -56
  471. package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
  472. package/lib/components/breadcrumb/src/breadcrumb-item2.js +56 -11
  473. package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
  474. package/lib/components/button/index.d.ts +17 -17
  475. package/lib/components/button/src/button-group.d.ts +1 -1
  476. package/lib/components/button/src/button-group.vue.d.ts +4 -4
  477. package/lib/components/button/src/button.d.ts +1 -1
  478. package/lib/components/button/src/button.vue.d.ts +9 -9
  479. package/lib/components/button/src/use-button.d.ts +1 -1
  480. package/lib/components/calendar/index.d.ts +17 -17
  481. package/lib/components/calendar/src/calendar.vue.d.ts +17 -17
  482. package/lib/components/calendar/src/calendar2.js +1 -1
  483. package/lib/components/calendar/src/date-table.js +87 -37
  484. package/lib/components/calendar/src/date-table.js.map +1 -1
  485. package/lib/components/calendar/src/date-table2.js +37 -87
  486. package/lib/components/calendar/src/date-table2.js.map +1 -1
  487. package/lib/components/calendar/src/use-date-table.js +1 -1
  488. package/lib/components/carousel/index.d.ts +4 -4
  489. package/lib/components/carousel/index.js +2 -2
  490. package/lib/components/carousel/src/carousel-item.vue.d.ts +1 -1
  491. package/lib/components/carousel/src/carousel.js +57 -159
  492. package/lib/components/carousel/src/carousel.js.map +1 -1
  493. package/lib/components/carousel/src/carousel.vue.d.ts +2 -2
  494. package/lib/components/carousel/src/carousel2.js +159 -57
  495. package/lib/components/carousel/src/carousel2.js.map +1 -1
  496. package/lib/components/cascader/index.d.ts +360 -360
  497. package/lib/components/cascader/src/cascader.vue.d.ts +180 -180
  498. package/lib/components/cascader/src/cascader2.js +2 -2
  499. package/lib/components/cascader-panel/index.d.ts +6 -6
  500. package/lib/components/cascader-panel/src/index.vue.d.ts +3 -3
  501. package/lib/components/check-tag/index.js +2 -2
  502. package/lib/components/check-tag/src/check-tag.js +13 -30
  503. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  504. package/lib/components/check-tag/src/check-tag2.js +30 -13
  505. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  506. package/lib/components/checkbox/index.d.ts +20 -20
  507. package/lib/components/checkbox/index.js +2 -2
  508. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +5 -5
  509. package/lib/components/checkbox/src/checkbox-group.js +72 -29
  510. package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
  511. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +3 -3
  512. package/lib/components/checkbox/src/checkbox-group2.js +29 -72
  513. package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
  514. package/lib/components/checkbox/src/checkbox.vue.d.ts +4 -4
  515. package/lib/components/col/index.d.ts +1 -1
  516. package/lib/components/col/src/col.vue.d.ts +1 -1
  517. package/lib/components/collapse/index.d.ts +4 -4
  518. package/lib/components/collapse/src/collapse-item.vue.d.ts +1 -1
  519. package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
  520. package/lib/components/color-picker/index.d.ts +150 -150
  521. package/lib/components/color-picker/src/color-picker.vue.d.ts +150 -150
  522. package/lib/components/date-picker/index.d.ts +8 -8
  523. package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
  524. package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  525. package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  526. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +86 -86
  527. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +84 -84
  528. package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  529. package/lib/components/date-picker/src/date-picker.d.ts +4 -4
  530. package/lib/components/date-picker/src/panel-utils.d.ts +177 -177
  531. package/lib/components/descriptions/index.d.ts +6 -6
  532. package/lib/components/descriptions/index.js +2 -2
  533. package/lib/components/descriptions/src/description-item.d.ts +2 -2
  534. package/lib/components/descriptions/src/description.js +25 -111
  535. package/lib/components/descriptions/src/description.js.map +1 -1
  536. package/lib/components/descriptions/src/description.vue.d.ts +2 -2
  537. package/lib/components/descriptions/src/description2.js +111 -25
  538. package/lib/components/descriptions/src/description2.js.map +1 -1
  539. package/lib/components/descriptions/src/descriptions-row.js +64 -7
  540. package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
  541. package/lib/components/descriptions/src/descriptions-row2.js +7 -64
  542. package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
  543. package/lib/components/dialog/index.d.ts +4 -4
  544. package/lib/components/dialog/index.js +2 -2
  545. package/lib/components/dialog/src/dialog-content.js +37 -94
  546. package/lib/components/dialog/src/dialog-content.js.map +1 -1
  547. package/lib/components/dialog/src/dialog-content2.js +94 -37
  548. package/lib/components/dialog/src/dialog-content2.js.map +1 -1
  549. package/lib/components/dialog/src/dialog.js +74 -171
  550. package/lib/components/dialog/src/dialog.js.map +1 -1
  551. package/lib/components/dialog/src/dialog.vue.d.ts +4 -4
  552. package/lib/components/dialog/src/dialog2.js +171 -74
  553. package/lib/components/dialog/src/dialog2.js.map +1 -1
  554. package/lib/components/divider/index.d.ts +4 -4
  555. package/lib/components/divider/src/divider.d.ts +1 -1
  556. package/lib/components/divider/src/divider.vue.d.ts +4 -4
  557. package/lib/components/drawer/index.d.ts +5 -5
  558. package/lib/components/drawer/index.js +2 -2
  559. package/lib/components/drawer/src/drawer.js +27 -177
  560. package/lib/components/drawer/src/drawer.js.map +1 -1
  561. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  562. package/lib/components/drawer/src/drawer2.js +177 -27
  563. package/lib/components/drawer/src/drawer2.js.map +1 -1
  564. package/lib/components/dropdown/index.d.ts +92 -92
  565. package/lib/components/dropdown/index.js +2 -2
  566. package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
  567. package/lib/components/dropdown/src/dropdown-item.js +1 -1
  568. package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  569. package/lib/components/dropdown/src/dropdown-menu.js +1 -1
  570. package/lib/components/dropdown/src/dropdown.d.ts +1 -1
  571. package/lib/components/dropdown/src/dropdown.js +106 -307
  572. package/lib/components/dropdown/src/dropdown.js.map +1 -1
  573. package/lib/components/dropdown/src/dropdown.vue.d.ts +90 -90
  574. package/lib/components/dropdown/src/dropdown2.js +307 -106
  575. package/lib/components/dropdown/src/dropdown2.js.map +1 -1
  576. package/lib/components/form/index.d.ts +10 -10
  577. package/lib/components/form/index.js +2 -2
  578. package/lib/components/form/src/form.d.ts +2 -2
  579. package/lib/components/form/src/form.js +55 -151
  580. package/lib/components/form/src/form.js.map +1 -1
  581. package/lib/components/form/src/form.vue.d.ts +10 -10
  582. package/lib/components/form/src/form2.js +151 -55
  583. package/lib/components/form/src/form2.js.map +1 -1
  584. package/lib/components/icon/index.js +2 -2
  585. package/lib/components/icon/src/icon.js +36 -8
  586. package/lib/components/icon/src/icon.js.map +1 -1
  587. package/lib/components/icon/src/icon2.js +8 -36
  588. package/lib/components/icon/src/icon2.js.map +1 -1
  589. package/lib/components/image/index.d.ts +8 -8
  590. package/lib/components/image/index.js +2 -2
  591. package/lib/components/image/src/image.d.ts +1 -1
  592. package/lib/components/image/src/image.js +219 -62
  593. package/lib/components/image/src/image.js.map +1 -1
  594. package/lib/components/image/src/image.vue.d.ts +8 -8
  595. package/lib/components/image/src/image2.js +62 -219
  596. package/lib/components/image/src/image2.js.map +1 -1
  597. package/lib/components/image-viewer/index.d.ts +1 -1
  598. package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  599. package/lib/components/index.js +34 -34
  600. package/lib/components/input/index.d.ts +6 -6
  601. package/lib/components/input/src/input.vue.d.ts +6 -6
  602. package/lib/components/input-number/index.d.ts +23 -23
  603. package/lib/components/input-number/src/input-number.vue.d.ts +23 -23
  604. package/lib/components/link/index.d.ts +1 -1
  605. package/lib/components/link/src/link.vue.d.ts +1 -1
  606. package/lib/components/loading/index.d.ts +1 -1
  607. package/lib/components/menu/index.d.ts +3 -3
  608. package/lib/components/menu/src/menu-item.vue.d.ts +1 -1
  609. package/lib/components/menu/src/menu.d.ts +1 -1
  610. package/lib/components/message/src/message.vue.d.ts +5 -5
  611. package/lib/components/notification/index.js +1 -1
  612. package/lib/components/notification/src/notification.js +146 -70
  613. package/lib/components/notification/src/notification.js.map +1 -1
  614. package/lib/components/notification/src/notification.vue.d.ts +5 -5
  615. package/lib/components/notification/src/notification2.js +70 -146
  616. package/lib/components/notification/src/notification2.js.map +1 -1
  617. package/lib/components/notification/src/notify.js +2 -2
  618. package/lib/components/page-header/index.d.ts +5 -5
  619. package/lib/components/page-header/index.js +2 -2
  620. package/lib/components/page-header/src/page-header.js +18 -103
  621. package/lib/components/page-header/src/page-header.js.map +1 -1
  622. package/lib/components/page-header/src/page-header.vue.d.ts +5 -5
  623. package/lib/components/page-header/src/page-header2.js +103 -18
  624. package/lib/components/page-header/src/page-header2.js.map +1 -1
  625. package/lib/components/pagination/index.d.ts +2 -2
  626. package/lib/components/pagination/src/components/jumper.vue.d.ts +6 -6
  627. package/lib/components/pagination/src/components/next.vue.d.ts +1 -1
  628. package/lib/components/pagination/src/components/pager.vue.d.ts +1 -1
  629. package/lib/components/pagination/src/components/prev.js +58 -19
  630. package/lib/components/pagination/src/components/prev.js.map +1 -1
  631. package/lib/components/pagination/src/components/prev.vue.d.ts +1 -1
  632. package/lib/components/pagination/src/components/prev2.js +19 -58
  633. package/lib/components/pagination/src/components/prev2.js.map +1 -1
  634. package/lib/components/pagination/src/components/sizes.vue.d.ts +92 -92
  635. package/lib/components/pagination/src/components/total.js +7 -28
  636. package/lib/components/pagination/src/components/total.js.map +1 -1
  637. package/lib/components/pagination/src/components/total2.js +28 -7
  638. package/lib/components/pagination/src/components/total2.js.map +1 -1
  639. package/lib/components/pagination/src/pagination.d.ts +2 -2
  640. package/lib/components/pagination/src/pagination.js +2 -2
  641. package/lib/components/popconfirm/index.d.ts +150 -150
  642. package/lib/components/popconfirm/index.js +2 -2
  643. package/lib/components/popconfirm/src/popconfirm.d.ts +2 -2
  644. package/lib/components/popconfirm/src/popconfirm.js +48 -110
  645. package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
  646. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +150 -150
  647. package/lib/components/popconfirm/src/popconfirm2.js +110 -48
  648. package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
  649. package/lib/components/popover/index.d.ts +148 -148
  650. package/lib/components/popover/src/popover.js +2 -2
  651. package/lib/components/popover/src/popover.vue.d.ts +148 -148
  652. package/lib/components/popper/index.d.ts +5 -5
  653. package/lib/components/popper/index.js +4 -4
  654. package/lib/components/popper/src/composables/use-content.d.ts +6 -6
  655. package/lib/components/popper/src/content.d.ts +4 -4
  656. package/lib/components/popper/src/content.js +137 -99
  657. package/lib/components/popper/src/content.js.map +1 -1
  658. package/lib/components/popper/src/content.vue.d.ts +6 -6
  659. package/lib/components/popper/src/content2.js +99 -137
  660. package/lib/components/popper/src/content2.js.map +1 -1
  661. package/lib/components/popper/src/popper.d.ts +2 -2
  662. package/lib/components/popper/src/popper.js +32 -28
  663. package/lib/components/popper/src/popper.js.map +1 -1
  664. package/lib/components/popper/src/popper.vue.d.ts +5 -5
  665. package/lib/components/popper/src/popper2.js +28 -32
  666. package/lib/components/popper/src/popper2.js.map +1 -1
  667. package/lib/components/popper/src/utils.d.ts +2 -2
  668. package/lib/components/progress/index.d.ts +4 -4
  669. package/lib/components/progress/index.js +2 -2
  670. package/lib/components/progress/src/progress.d.ts +1 -1
  671. package/lib/components/progress/src/progress.js +202 -57
  672. package/lib/components/progress/src/progress.js.map +1 -1
  673. package/lib/components/progress/src/progress.vue.d.ts +4 -4
  674. package/lib/components/progress/src/progress2.js +57 -202
  675. package/lib/components/progress/src/progress2.js.map +1 -1
  676. package/lib/components/radio/index.d.ts +14 -14
  677. package/lib/components/radio/index.js +2 -2
  678. package/lib/components/radio/src/radio-button.js +1 -1
  679. package/lib/components/radio/src/radio-button.vue.d.ts +1 -1
  680. package/lib/components/radio/src/radio-group.js +1 -1
  681. package/lib/components/radio/src/radio-group.vue.d.ts +4 -4
  682. package/lib/components/radio/src/radio.js +71 -32
  683. package/lib/components/radio/src/radio.js.map +1 -1
  684. package/lib/components/radio/src/radio.vue.d.ts +4 -4
  685. package/lib/components/radio/src/radio2.js +32 -71
  686. package/lib/components/radio/src/radio2.js.map +1 -1
  687. package/lib/components/rate/index.d.ts +3 -3
  688. package/lib/components/rate/src/rate.vue.d.ts +3 -3
  689. package/lib/components/result/index.js +2 -2
  690. package/lib/components/result/src/result.js +31 -63
  691. package/lib/components/result/src/result.js.map +1 -1
  692. package/lib/components/result/src/result2.js +63 -31
  693. package/lib/components/result/src/result2.js.map +1 -1
  694. package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  695. package/lib/components/row/index.d.ts +4 -4
  696. package/lib/components/row/src/row.d.ts +1 -1
  697. package/lib/components/row/src/row.vue.d.ts +4 -4
  698. package/lib/components/scrollbar/index.d.ts +4 -4
  699. package/lib/components/scrollbar/src/bar.js +42 -17
  700. package/lib/components/scrollbar/src/bar.js.map +1 -1
  701. package/lib/components/scrollbar/src/bar.vue.d.ts +1 -1
  702. package/lib/components/scrollbar/src/bar2.js +17 -42
  703. package/lib/components/scrollbar/src/bar2.js.map +1 -1
  704. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +4 -4
  705. package/lib/components/scrollbar/src/scrollbar2.js +1 -1
  706. package/lib/components/scrollbar/src/thumb.vue.d.ts +1 -1
  707. package/lib/components/select/index.d.ts +92 -92
  708. package/lib/components/select/src/select.js +2 -2
  709. package/lib/components/select/src/select.vue.d.ts +92 -92
  710. package/lib/components/select/src/useSelect.d.ts +85 -85
  711. package/lib/components/select-v2/index.d.ts +188 -188
  712. package/lib/components/select-v2/src/defaults.d.ts +1 -1
  713. package/lib/components/select-v2/src/defaults.js +1 -1
  714. package/lib/components/select-v2/src/select.vue.d.ts +94 -94
  715. package/lib/components/select-v2/src/useSelect.d.ts +85 -85
  716. package/lib/components/skeleton/index.d.ts +9 -9
  717. package/lib/components/skeleton/index.js +4 -4
  718. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  719. package/lib/components/skeleton/src/skeleton-item.js +23 -18
  720. package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
  721. package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  722. package/lib/components/skeleton/src/skeleton-item2.js +18 -23
  723. package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
  724. package/lib/components/skeleton/src/skeleton.js +22 -49
  725. package/lib/components/skeleton/src/skeleton.js.map +1 -1
  726. package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
  727. package/lib/components/skeleton/src/skeleton2.js +49 -22
  728. package/lib/components/skeleton/src/skeleton2.js.map +1 -1
  729. package/lib/components/slider/index.d.ts +257 -257
  730. package/lib/components/slider/index.js +2 -2
  731. package/lib/components/slider/src/button.js +22 -93
  732. package/lib/components/slider/src/button.js.map +1 -1
  733. package/lib/components/slider/src/button.vue.d.ts +45 -45
  734. package/lib/components/slider/src/button2.js +93 -22
  735. package/lib/components/slider/src/button2.js.map +1 -1
  736. package/lib/components/slider/src/composables/use-slide.d.ts +182 -182
  737. package/lib/components/slider/src/slider.js +233 -92
  738. package/lib/components/slider/src/slider.js.map +1 -1
  739. package/lib/components/slider/src/slider.vue.d.ts +257 -257
  740. package/lib/components/slider/src/slider2.js +92 -233
  741. package/lib/components/slider/src/slider2.js.map +1 -1
  742. package/lib/components/space/index.d.ts +3 -3
  743. package/lib/components/space/src/space.d.ts +3 -3
  744. package/lib/components/statistic/index.js +2 -2
  745. package/lib/components/statistic/src/statistic.js +70 -25
  746. package/lib/components/statistic/src/statistic.js.map +1 -1
  747. package/lib/components/statistic/src/statistic2.js +25 -70
  748. package/lib/components/statistic/src/statistic2.js.map +1 -1
  749. package/lib/components/steps/index.d.ts +3 -3
  750. package/lib/components/steps/index.js +4 -4
  751. package/lib/components/steps/src/item.js +188 -19
  752. package/lib/components/steps/src/item.js.map +1 -1
  753. package/lib/components/steps/src/item.vue.d.ts +1 -1
  754. package/lib/components/steps/src/item2.js +19 -188
  755. package/lib/components/steps/src/item2.js.map +1 -1
  756. package/lib/components/steps/src/steps.js +34 -37
  757. package/lib/components/steps/src/steps.js.map +1 -1
  758. package/lib/components/steps/src/steps.vue.d.ts +1 -1
  759. package/lib/components/steps/src/steps2.js +37 -34
  760. package/lib/components/steps/src/steps2.js.map +1 -1
  761. package/lib/components/switch/index.d.ts +7 -7
  762. package/lib/components/switch/index.js +2 -2
  763. package/lib/components/switch/src/switch.js +88 -240
  764. package/lib/components/switch/src/switch.js.map +1 -1
  765. package/lib/components/switch/src/switch.vue.d.ts +7 -7
  766. package/lib/components/switch/src/switch2.js +240 -88
  767. package/lib/components/switch/src/switch2.js.map +1 -1
  768. package/lib/components/table/index.d.ts +16 -16
  769. package/lib/components/table/src/filter-panel.vue.d.ts +85 -85
  770. package/lib/components/table/src/table/defaults.d.ts +2 -2
  771. package/lib/components/table/src/table/style-helper.d.ts +1 -1
  772. package/lib/components/table/src/table-body/defaults.d.ts +1 -1
  773. package/lib/components/table/src/table-body/index.d.ts +2 -2
  774. package/lib/components/table/src/table-column/defaults.d.ts +1 -1
  775. package/lib/components/table/src/table-column/index.d.ts +3 -3
  776. package/lib/components/table/src/table.vue.d.ts +10 -10
  777. package/lib/components/table/src/util.d.ts +9 -9
  778. package/lib/components/tabs/index.d.ts +11 -11
  779. package/lib/components/tabs/index.js +2 -2
  780. package/lib/components/tabs/src/tab-bar.d.ts +4 -4
  781. package/lib/components/tabs/src/tab-bar.vue.d.ts +13 -13
  782. package/lib/components/tabs/src/tab-nav.d.ts +15 -15
  783. package/lib/components/tabs/src/tab-pane.js +72 -13
  784. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  785. package/lib/components/tabs/src/tab-pane.vue.d.ts +3 -3
  786. package/lib/components/tabs/src/tab-pane2.js +13 -72
  787. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  788. package/lib/components/tabs/src/tabs.d.ts +6 -6
  789. package/lib/components/tag/index.d.ts +2 -2
  790. package/lib/components/tag/index.js +2 -2
  791. package/lib/components/tag/src/tag.js +94 -34
  792. package/lib/components/tag/src/tag.js.map +1 -1
  793. package/lib/components/tag/src/tag.vue.d.ts +2 -2
  794. package/lib/components/tag/src/tag2.js +34 -94
  795. package/lib/components/tag/src/tag2.js.map +1 -1
  796. package/lib/components/teleport/index.js +2 -2
  797. package/lib/components/teleport/src/teleport.js +18 -44
  798. package/lib/components/teleport/src/teleport.js.map +1 -1
  799. package/lib/components/teleport/src/teleport2.js +44 -18
  800. package/lib/components/teleport/src/teleport2.js.map +1 -1
  801. package/lib/components/time-picker/index.d.ts +8 -8
  802. package/lib/components/time-picker/src/common/picker.vue.d.ts +140 -140
  803. package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  804. package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  805. package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +44 -44
  806. package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +56 -56
  807. package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +56 -56
  808. package/lib/components/time-picker/src/time-picker.d.ts +4 -4
  809. package/lib/components/time-select/index.d.ts +376 -376
  810. package/lib/components/time-select/index.js +1 -1
  811. package/lib/components/time-select/src/time-select.js +123 -48
  812. package/lib/components/time-select/src/time-select.js.map +1 -1
  813. package/lib/components/time-select/src/time-select.vue.d.ts +188 -188
  814. package/lib/components/time-select/src/time-select2.js +48 -123
  815. package/lib/components/time-select/src/time-select2.js.map +1 -1
  816. package/lib/components/timeline/index.d.ts +6 -6
  817. package/lib/components/timeline/src/timeline-item.vue.d.ts +3 -3
  818. package/lib/components/tooltip/index.d.ts +43 -43
  819. package/lib/components/tooltip/index.js +1 -1
  820. package/lib/components/tooltip/src/content.d.ts +1 -1
  821. package/lib/components/tooltip/src/content.js +177 -31
  822. package/lib/components/tooltip/src/content.js.map +1 -1
  823. package/lib/components/tooltip/src/content.vue.d.ts +15 -15
  824. package/lib/components/tooltip/src/content2.js +31 -177
  825. package/lib/components/tooltip/src/content2.js.map +1 -1
  826. package/lib/components/tooltip/src/tooltip.d.ts +2 -2
  827. package/lib/components/tooltip/src/tooltip.js +2 -2
  828. package/lib/components/tooltip/src/tooltip.vue.d.ts +43 -43
  829. package/lib/components/tooltip/src/tooltip2.js +1 -1
  830. package/lib/components/tooltip-v2/index.d.ts +63 -63
  831. package/lib/components/tooltip-v2/index.js +3 -3
  832. package/lib/components/tooltip-v2/src/arrow.vue.d.ts +2 -2
  833. package/lib/components/tooltip-v2/src/content.d.ts +2 -2
  834. package/lib/components/tooltip-v2/src/content.vue.d.ts +13 -13
  835. package/lib/components/tooltip-v2/src/content2.js +1 -1
  836. package/lib/components/tooltip-v2/src/root.js +80 -17
  837. package/lib/components/tooltip-v2/src/root.js.map +1 -1
  838. package/lib/components/tooltip-v2/src/root2.js +17 -80
  839. package/lib/components/tooltip-v2/src/root2.js.map +1 -1
  840. package/lib/components/tooltip-v2/src/tooltip.d.ts +2 -2
  841. package/lib/components/tooltip-v2/src/tooltip.js +73 -20
  842. package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
  843. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +63 -63
  844. package/lib/components/tooltip-v2/src/tooltip2.js +20 -73
  845. package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
  846. package/lib/components/transfer/index.d.ts +130 -130
  847. package/lib/components/transfer/src/composables/use-check.js +1 -1
  848. package/lib/components/transfer/src/transfer-panel.js +128 -21
  849. package/lib/components/transfer/src/transfer-panel.js.map +1 -1
  850. package/lib/components/transfer/src/transfer-panel.vue.d.ts +22 -22
  851. package/lib/components/transfer/src/transfer-panel2.js +21 -128
  852. package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
  853. package/lib/components/transfer/src/transfer.js +1 -1
  854. package/lib/components/transfer/src/transfer.vue.d.ts +130 -130
  855. package/lib/components/tree/index.d.ts +2 -2
  856. package/lib/components/tree/src/tree.vue.d.ts +1 -1
  857. package/lib/components/tree-v2/index.d.ts +17 -17
  858. package/lib/components/tree-v2/src/tree-node.vue.d.ts +13 -13
  859. package/lib/components/tree-v2/src/tree.vue.d.ts +17 -17
  860. package/lib/components/upload/index.d.ts +36 -36
  861. package/lib/components/upload/index.js +3 -3
  862. package/lib/components/upload/src/upload-content.d.ts +1 -1
  863. package/lib/components/upload/src/upload-content.js +1 -1
  864. package/lib/components/upload/src/upload-content.vue.d.ts +7 -7
  865. package/lib/components/upload/src/upload-content2.js +1 -1
  866. package/lib/components/upload/src/upload-list.d.ts +1 -1
  867. package/lib/components/upload/src/upload-list.js +173 -27
  868. package/lib/components/upload/src/upload-list.js.map +1 -1
  869. package/lib/components/upload/src/upload-list.vue.d.ts +7 -7
  870. package/lib/components/upload/src/upload-list2.js +27 -173
  871. package/lib/components/upload/src/upload-list2.js.map +1 -1
  872. package/lib/components/upload/src/upload.d.ts +2 -2
  873. package/lib/components/upload/src/upload.js +108 -119
  874. package/lib/components/upload/src/upload.js.map +1 -1
  875. package/lib/components/upload/src/upload.vue.d.ts +36 -36
  876. package/lib/components/upload/src/upload2.js +119 -108
  877. package/lib/components/upload/src/upload2.js.map +1 -1
  878. package/lib/components/upload/src/use-handlers.js +1 -1
  879. package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  880. package/lib/components/virtual-list/src/builders/build-list.d.ts +3 -3
  881. package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  882. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +3 -3
  883. package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  884. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +3 -3
  885. package/lib/components/visual-hidden/index.js +2 -2
  886. package/lib/components/visual-hidden/src/visual-hidden.js +35 -7
  887. package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
  888. package/lib/components/visual-hidden/src/visual-hidden2.js +7 -35
  889. package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
  890. package/lib/hooks/use-floating/index.d.ts +2 -2
  891. package/lib/hooks/use-popper/index.d.ts +6 -6
  892. package/lib/index.js +34 -34
  893. package/lib/utils/vue/vnode.d.ts +6 -6
  894. package/package.json +1 -1
  895. package/theme-chalk/base.css +1 -1
  896. package/theme-chalk/el-date-picker.css +1 -1
  897. package/theme-chalk/el-input.css +1 -1
  898. package/theme-chalk/el-link.css +1 -1
  899. package/theme-chalk/el-time-picker.css +1 -1
  900. package/theme-chalk/el-time-select.css +1 -1
  901. package/theme-chalk/el-var.css +1 -1
  902. package/theme-chalk/index.css +1 -1
  903. package/theme-chalk/src/common/var.scss +4 -4
  904. package/theme-chalk/src/input.scss +4 -4
  905. package/theme-chalk/src/link.scss +1 -1
@@ -8,10 +8,10 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
8
8
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
9
9
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
10
10
  readonly contentClass: StringConstructor;
11
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
11
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
12
12
  readonly reference: import("beyond-webui/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("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
14
- readonly strategy: import("beyond-webui/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("beyond-webui/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("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
16
16
  readonly onBlur: {
17
17
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -78,10 +78,10 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
78
78
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
79
79
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
80
80
  readonly contentClass: StringConstructor;
81
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
81
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
82
82
  readonly reference: import("beyond-webui/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("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
84
- readonly strategy: import("beyond-webui/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("beyond-webui/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("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
86
86
  readonly onBlur: {
87
87
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -150,10 +150,10 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
150
150
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
151
151
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
152
152
  readonly contentClass: StringConstructor;
153
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
153
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
154
154
  readonly reference: import("beyond-webui/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("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
156
- readonly strategy: import("beyond-webui/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("beyond-webui/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("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
158
158
  readonly onBlur: {
159
159
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -214,16 +214,14 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
214
214
  }>>>;
215
215
  arrowProps: {
216
216
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
217
- readonly style?: import("beyond-webui/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;
218
- readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown> | undefined;
219
- readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
220
- readonly width?: number | undefined;
221
- readonly height?: number | undefined;
222
217
  readonly offset?: number | undefined;
223
- readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
224
- readonly reference?: import("beyond-webui/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;
218
+ readonly height?: number | undefined;
219
+ readonly width?: number | undefined;
225
220
  readonly effect?: string | undefined;
226
- readonly to?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
221
+ readonly style?: import("beyond-webui/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;
222
+ readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
223
+ readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
224
+ readonly strategy?: import("beyond-webui/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;
227
225
  readonly ariaLabel?: string | undefined;
228
226
  readonly teleported?: boolean | undefined;
229
227
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
@@ -231,6 +229,8 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
231
229
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
232
230
  readonly showArrow?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
233
231
  readonly contentClass?: string | undefined;
232
+ readonly to?: import("beyond-webui/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>;
233
+ readonly reference?: import("beyond-webui/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;
234
234
  readonly alwaysOn?: boolean | undefined;
235
235
  readonly delayDuration?: number | undefined;
236
236
  readonly onOpenChange?: ((state: boolean) => void) | undefined;
@@ -245,16 +245,14 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
245
245
  };
246
246
  contentProps: {
247
247
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
248
- readonly style?: import("beyond-webui/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;
249
- readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown> | undefined;
250
- readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
251
- readonly width?: number | undefined;
252
- readonly height?: number | undefined;
253
248
  readonly offset?: number | undefined;
254
- readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
255
- readonly reference?: import("beyond-webui/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;
249
+ readonly height?: number | undefined;
250
+ readonly width?: number | undefined;
256
251
  readonly effect?: string | undefined;
257
- readonly to?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
252
+ readonly style?: import("beyond-webui/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;
253
+ readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
254
+ readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
255
+ readonly strategy?: import("beyond-webui/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;
258
256
  readonly ariaLabel?: string | undefined;
259
257
  readonly teleported?: boolean | undefined;
260
258
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
@@ -262,6 +260,8 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
262
260
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
263
261
  readonly showArrow?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
264
262
  readonly contentClass?: string | undefined;
263
+ readonly to?: import("beyond-webui/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>;
264
+ readonly reference?: import("beyond-webui/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;
265
265
  readonly alwaysOn?: boolean | undefined;
266
266
  readonly delayDuration?: number | undefined;
267
267
  readonly onOpenChange?: ((state: boolean) => void) | undefined;
@@ -276,16 +276,14 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
276
276
  };
277
277
  rootProps: {
278
278
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
279
- readonly style?: import("beyond-webui/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;
280
- readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown> | undefined;
281
- readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
282
- readonly width?: number | undefined;
283
- readonly height?: number | undefined;
284
279
  readonly offset?: number | undefined;
285
- readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
286
- readonly reference?: import("beyond-webui/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;
280
+ readonly height?: number | undefined;
281
+ readonly width?: number | undefined;
287
282
  readonly effect?: string | undefined;
288
- readonly to?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
283
+ readonly style?: import("beyond-webui/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;
284
+ readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
285
+ readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
286
+ readonly strategy?: import("beyond-webui/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;
289
287
  readonly ariaLabel?: string | undefined;
290
288
  readonly teleported?: boolean | undefined;
291
289
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
@@ -293,6 +291,8 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
293
291
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
294
292
  readonly showArrow?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
295
293
  readonly contentClass?: string | undefined;
294
+ readonly to?: import("beyond-webui/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>;
295
+ readonly reference?: import("beyond-webui/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;
296
296
  readonly alwaysOn?: boolean | undefined;
297
297
  readonly delayDuration?: number | undefined;
298
298
  readonly onOpenChange?: ((state: boolean) => void) | undefined;
@@ -307,16 +307,14 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
307
307
  };
308
308
  triggerProps: {
309
309
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
310
- readonly style?: import("beyond-webui/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;
311
- readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown> | undefined;
312
- readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
313
- readonly width?: number | undefined;
314
- readonly height?: number | undefined;
315
310
  readonly offset?: number | undefined;
316
- readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
317
- readonly reference?: import("beyond-webui/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;
311
+ readonly height?: number | undefined;
312
+ readonly width?: number | undefined;
318
313
  readonly effect?: string | undefined;
319
- readonly to?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
314
+ readonly style?: import("beyond-webui/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;
315
+ readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
316
+ readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
317
+ readonly strategy?: import("beyond-webui/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;
320
318
  readonly ariaLabel?: string | undefined;
321
319
  readonly teleported?: boolean | undefined;
322
320
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
@@ -324,6 +322,8 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
324
322
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
325
323
  readonly showArrow?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
326
324
  readonly contentClass?: string | undefined;
325
+ readonly to?: import("beyond-webui/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>;
326
+ readonly reference?: import("beyond-webui/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;
327
327
  readonly alwaysOn?: boolean | undefined;
328
328
  readonly delayDuration?: number | undefined;
329
329
  readonly onOpenChange?: ((state: boolean) => void) | undefined;
@@ -478,9 +478,9 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
478
478
  height: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 10, boolean>;
479
479
  style: import("beyond-webui/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
- style: import("beyond-webui/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>;
482
- width: number;
483
481
  height: number;
482
+ width: number;
483
+ style: import("beyond-webui/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;
@@ -488,10 +488,10 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
488
488
  arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
489
489
  effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
490
490
  contentClass: StringConstructor;
491
- placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
491
+ placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
492
492
  reference: import("beyond-webui/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("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
494
- strategy: import("beyond-webui/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("beyond-webui/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("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
496
496
  }, {
497
497
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -500,18 +500,18 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
500
500
  arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
501
501
  effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
502
502
  contentClass: StringConstructor;
503
- placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
503
+ placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
504
504
  reference: import("beyond-webui/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("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
506
- strategy: import("beyond-webui/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("beyond-webui/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("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
508
508
  }>> & {
509
509
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
510
510
  }>>;
511
511
  triggerRef: import("vue").Ref<HTMLElement | null>;
512
512
  contentId: import("vue").Ref<string>;
513
- placement: import("vue").Ref<import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown>>;
514
- strategy: import("vue").Ref<import("beyond-webui/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>>;
513
+ placement: import("vue").Ref<import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
514
+ strategy: import("vue").Ref<import("beyond-webui/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>;
@@ -541,15 +541,15 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
541
541
  escaped?: boolean | undefined;
542
542
  referenceHiddenOffsets?: {
543
543
  top: number;
544
- right: number;
545
544
  bottom: number;
546
545
  left: number;
546
+ right: number;
547
547
  } | undefined;
548
548
  escapedOffsets?: {
549
549
  top: number;
550
- right: number;
551
550
  bottom: number;
552
551
  left: number;
552
+ right: number;
553
553
  } | undefined;
554
554
  } | undefined;
555
555
  offset?: {
@@ -607,19 +607,19 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
607
607
  arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
608
608
  effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
609
609
  contentClass: StringConstructor;
610
- placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
610
+ placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
611
611
  reference: import("beyond-webui/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("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
613
- strategy: import("beyond-webui/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("beyond-webui/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("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
615
615
  }>>, {
616
- placement: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown>;
617
- strategy: import("beyond-webui/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
616
  offset: number;
619
- reference: import("beyond-webui/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>;
620
617
  effect: string;
621
618
  nowrap: boolean;
619
+ placement: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
620
+ strategy: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
622
621
  showArrow: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
622
+ reference: import("beyond-webui/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>;
623
623
  arrowPadding: number;
624
624
  }>;
625
625
  TooltipV2Trigger: import("vue").DefineComponent<{
@@ -795,10 +795,10 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
795
795
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
796
796
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
797
797
  readonly contentClass: StringConstructor;
798
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
798
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
799
799
  readonly reference: import("beyond-webui/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("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
801
- readonly strategy: import("beyond-webui/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("beyond-webui/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("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
803
803
  readonly onBlur: {
804
804
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -855,18 +855,18 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
855
855
  __epPropKey: true;
856
856
  };
857
857
  }>>, {
858
- readonly style: import("beyond-webui/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>;
859
- readonly placement: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown>;
860
- readonly strategy: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown>;
861
- readonly width: number;
862
- readonly height: number;
863
858
  readonly offset: number;
864
- readonly open: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
865
- readonly reference: import("beyond-webui/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>;
859
+ readonly height: number;
860
+ readonly width: number;
866
861
  readonly effect: string;
867
- readonly to: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
862
+ readonly style: import("beyond-webui/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>;
863
+ readonly open: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
864
+ readonly placement: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
865
+ readonly strategy: import("beyond-webui/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>;
868
866
  readonly teleported: boolean;
869
867
  readonly showArrow: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
868
+ readonly to: import("beyond-webui/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
+ readonly reference: import("beyond-webui/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;
872
872
  readonly defaultOpen: boolean;
@@ -1,9 +1,9 @@
1
1
  import '../../utils/index.mjs';
2
- import TooltipV2 from './src/tooltip2.mjs';
2
+ import TooltipV2 from './src/tooltip.mjs';
3
3
  export { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './src/arrow.mjs';
4
4
  export { tooltipV2ContentProps } from './src/content.mjs';
5
- export { tooltipV2RootProps } from './src/root.mjs';
6
- export { tooltipV2Props } from './src/tooltip.mjs';
5
+ export { tooltipV2RootProps } from './src/root2.mjs';
6
+ export { tooltipV2Props } from './src/tooltip2.mjs';
7
7
  export { tooltipV2TriggerProps } from './src/trigger2.mjs';
8
8
  export { TOOLTIP_V2_OPEN, tooltipV2ContentKey, tooltipV2RootKey } from './src/constants.mjs';
9
9
  import { withInstall } from '../../utils/vue/install.mjs';
@@ -54,8 +54,8 @@ declare const _default: import("vue").DefineComponent<{
54
54
  height: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 10, boolean>;
55
55
  style: import("../../../utils").EpPropFinalized<(new (...args: any[]) => CSSProperties) | (() => CSSProperties | null) | ((new (...args: any[]) => CSSProperties) | (() => CSSProperties | null))[], unknown, unknown, null, boolean>;
56
56
  }>>, {
57
- style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => CSSProperties) | (() => CSSProperties | null) | ((new (...args: any[]) => CSSProperties) | (() => CSSProperties | null))[], unknown, unknown>;
58
- width: number;
59
57
  height: number;
58
+ width: number;
59
+ style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => CSSProperties) | (() => CSSProperties | null) | ((new (...args: any[]) => CSSProperties) | (() => CSSProperties | null))[], unknown, unknown>;
60
60
  }>;
61
61
  export default _default;
@@ -5,10 +5,10 @@ export declare const tooltipV2ContentProps: {
5
5
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
6
6
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
7
7
  readonly contentClass: StringConstructor;
8
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => Placement & {}) | (() => Placement) | ((new (...args: any[]) => Placement & {}) | (() => Placement))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
8
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => Placement & {}) | (() => Placement) | ((new (...args: any[]) => Placement & {}) | (() => Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
9
9
  readonly reference: import("beyond-webui/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("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
11
- readonly strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => Strategy & {}) | (() => Strategy) | ((new (...args: any[]) => Strategy & {}) | (() => Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
11
+ readonly strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => Strategy & {}) | (() => Strategy) | ((new (...args: any[]) => Strategy & {}) | (() => Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
12
12
  readonly showArrow: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
13
13
  };
14
14
  export declare type TooltipV2ContentProps = ExtractPropTypes<typeof tooltipV2ContentProps>;
@@ -5,10 +5,10 @@ declare const _default: import("vue").DefineComponent<{
5
5
  arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
6
6
  effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
7
7
  contentClass: StringConstructor;
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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
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))[], "top" | "bottom" | "left" | "right" | "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<{
@@ -17,18 +17,18 @@ declare const _default: import("vue").DefineComponent<{
17
17
  arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
18
18
  effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
19
19
  contentClass: StringConstructor;
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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
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))[], "top" | "bottom" | "left" | "right" | "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;
27
27
  }>>;
28
28
  triggerRef: import("vue").Ref<HTMLElement | null>;
29
29
  contentId: import("vue").Ref<string>;
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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-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>>;
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))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
31
+ strategy: import("vue").Ref<import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy) | ((new (...args: any[]) => import("@floating-ui/dom").Strategy & {}) | (() => import("@floating-ui/dom").Strategy))[], "fixed" | "absolute", unknown>>;
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>;
@@ -58,15 +58,15 @@ declare const _default: import("vue").DefineComponent<{
58
58
  escaped?: boolean | undefined;
59
59
  referenceHiddenOffsets?: {
60
60
  top: number;
61
- right: number;
62
61
  bottom: number;
63
62
  left: number;
63
+ right: number;
64
64
  } | undefined;
65
65
  escapedOffsets?: {
66
66
  top: number;
67
- right: number;
68
67
  bottom: number;
69
68
  left: number;
69
+ right: number;
70
70
  } | undefined;
71
71
  } | undefined;
72
72
  offset?: {
@@ -124,19 +124,19 @@ declare const _default: import("vue").DefineComponent<{
124
124
  arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
125
125
  effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
126
126
  contentClass: StringConstructor;
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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
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))[], "top" | "bottom" | "left" | "right" | "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
- 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))[], "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-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
133
  offset: number;
136
- 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>;
137
134
  effect: string;
138
135
  nowrap: boolean;
136
+ 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))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
137
+ 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>;
139
138
  showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
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>;
140
140
  arrowPadding: number;
141
141
  }>;
142
142
  export default _default;
@@ -9,7 +9,7 @@ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
9
9
  import { useFloating, arrowMiddleware } from '../../../hooks/use-floating/index.mjs';
10
10
  import { useZIndex } from '../../../hooks/use-z-index/index.mjs';
11
11
  import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
12
- import ElVisuallyHidden from '../../visual-hidden/src/visual-hidden2.mjs';
12
+ import ElVisuallyHidden from '../../visual-hidden/src/visual-hidden.mjs';
13
13
 
14
14
  const _hoisted_1 = ["data-side"];
15
15
  const __default__ = defineComponent({