beyond-webui 1.1.15 → 1.1.17

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