beyond-webui 1.1.11 → 1.1.13

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