beyond-webui 1.1.8 → 1.1.9

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 (744) hide show
  1. package/dist/index.css +1 -1
  2. package/es/components/alert/index.mjs +2 -2
  3. package/es/components/alert/src/alert.mjs +96 -36
  4. package/es/components/alert/src/alert.mjs.map +1 -1
  5. package/es/components/alert/src/alert2.mjs +36 -96
  6. package/es/components/alert/src/alert2.mjs.map +1 -1
  7. package/es/components/autocomplete/index.d.ts +109 -109
  8. package/es/components/autocomplete/src/autocomplete.mjs +1 -1
  9. package/es/components/autocomplete/src/autocomplete.vue.d.ts +109 -109
  10. package/es/components/avatar/index.mjs +2 -2
  11. package/es/components/avatar/src/avatar.mjs +32 -67
  12. package/es/components/avatar/src/avatar.mjs.map +1 -1
  13. package/es/components/avatar/src/avatar2.mjs +67 -32
  14. package/es/components/avatar/src/avatar2.mjs.map +1 -1
  15. package/es/components/badge/index.d.ts +1 -1
  16. package/es/components/badge/index.mjs +2 -2
  17. package/es/components/badge/src/badge.mjs +17 -55
  18. package/es/components/badge/src/badge.mjs.map +1 -1
  19. package/es/components/badge/src/badge.vue.d.ts +1 -1
  20. package/es/components/badge/src/badge2.mjs +55 -17
  21. package/es/components/badge/src/badge2.mjs.map +1 -1
  22. package/es/components/button/index.d.ts +4 -4
  23. package/es/components/button/src/button.vue.d.ts +4 -4
  24. package/es/components/calendar/index.d.ts +4 -4
  25. package/es/components/calendar/index.mjs +2 -2
  26. package/es/components/calendar/src/calendar.mjs +18 -131
  27. package/es/components/calendar/src/calendar.mjs.map +1 -1
  28. package/es/components/calendar/src/calendar.vue.d.ts +4 -4
  29. package/es/components/calendar/src/calendar2.mjs +131 -18
  30. package/es/components/calendar/src/calendar2.mjs.map +1 -1
  31. package/es/components/carousel/index.d.ts +1 -1
  32. package/es/components/carousel/index.mjs +4 -4
  33. package/es/components/carousel/src/carousel-item.mjs +8 -63
  34. package/es/components/carousel/src/carousel-item.mjs.map +1 -1
  35. package/es/components/carousel/src/carousel-item2.mjs +63 -8
  36. package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
  37. package/es/components/carousel/src/carousel.mjs +159 -56
  38. package/es/components/carousel/src/carousel.mjs.map +1 -1
  39. package/es/components/carousel/src/carousel.vue.d.ts +1 -1
  40. package/es/components/carousel/src/carousel2.mjs +56 -159
  41. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  42. package/es/components/cascader/index.d.ts +226 -226
  43. package/es/components/cascader/src/cascader.mjs +1 -1
  44. package/es/components/cascader/src/cascader.vue.d.ts +113 -113
  45. package/es/components/check-tag/index.mjs +2 -2
  46. package/es/components/check-tag/src/check-tag.mjs +12 -30
  47. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  48. package/es/components/check-tag/src/check-tag2.mjs +30 -12
  49. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  50. package/es/components/checkbox/index.d.ts +8 -8
  51. package/es/components/checkbox/index.mjs +2 -2
  52. package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  53. package/es/components/checkbox/src/checkbox-group.mjs +72 -28
  54. package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
  55. package/es/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
  56. package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
  57. package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
  58. package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
  59. package/es/components/collection/index.mjs +1 -1
  60. package/es/components/collection/src/collection.mjs +62 -10
  61. package/es/components/collection/src/collection.mjs.map +1 -1
  62. package/es/components/collection/src/collection2.mjs +10 -62
  63. package/es/components/collection/src/collection2.mjs.map +1 -1
  64. package/es/components/color-picker/index.d.ts +96 -96
  65. package/es/components/color-picker/index.mjs +2 -2
  66. package/es/components/color-picker/src/color-picker.mjs +38 -321
  67. package/es/components/color-picker/src/color-picker.mjs.map +1 -1
  68. package/es/components/color-picker/src/color-picker.vue.d.ts +96 -96
  69. package/es/components/color-picker/src/color-picker2.mjs +321 -38
  70. package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
  71. package/es/components/color-picker/src/components/predefine.mjs +1 -1
  72. package/es/components/date-picker/index.d.ts +2 -2
  73. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +41 -41
  74. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +41 -41
  75. package/es/components/date-picker/src/date-picker.d.ts +1 -1
  76. package/es/components/date-picker/src/panel-utils.d.ts +82 -82
  77. package/es/components/dialog/index.mjs +2 -2
  78. package/es/components/dialog/src/dialog-content.mjs +37 -95
  79. package/es/components/dialog/src/dialog-content.mjs.map +1 -1
  80. package/es/components/dialog/src/dialog-content2.mjs +95 -37
  81. package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
  82. package/es/components/dialog/src/dialog.mjs +74 -172
  83. package/es/components/dialog/src/dialog.mjs.map +1 -1
  84. package/es/components/dialog/src/dialog2.mjs +172 -74
  85. package/es/components/dialog/src/dialog2.mjs.map +1 -1
  86. package/es/components/divider/index.d.ts +4 -4
  87. package/es/components/divider/index.mjs +2 -2
  88. package/es/components/divider/src/divider.d.ts +1 -1
  89. package/es/components/divider/src/divider.mjs +17 -35
  90. package/es/components/divider/src/divider.mjs.map +1 -1
  91. package/es/components/divider/src/divider.vue.d.ts +4 -4
  92. package/es/components/divider/src/divider2.mjs +35 -17
  93. package/es/components/divider/src/divider2.mjs.map +1 -1
  94. package/es/components/drawer/src/drawer.mjs +1 -1
  95. package/es/components/dropdown/index.d.ts +59 -59
  96. package/es/components/dropdown/index.mjs +2 -2
  97. package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
  98. package/es/components/dropdown/src/dropdown-item.mjs +1 -1
  99. package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
  100. package/es/components/dropdown/src/dropdown.mjs +97 -307
  101. package/es/components/dropdown/src/dropdown.mjs.map +1 -1
  102. package/es/components/dropdown/src/dropdown.vue.d.ts +59 -59
  103. package/es/components/dropdown/src/dropdown2.mjs +307 -97
  104. package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
  105. package/es/components/empty/index.mjs +2 -2
  106. package/es/components/empty/src/empty.mjs +11 -55
  107. package/es/components/empty/src/empty.mjs.map +1 -1
  108. package/es/components/empty/src/empty2.mjs +55 -11
  109. package/es/components/empty/src/empty2.mjs.map +1 -1
  110. package/es/components/form/index.d.ts +10 -10
  111. package/es/components/form/src/form.d.ts +2 -2
  112. package/es/components/form/src/form.vue.d.ts +10 -10
  113. package/es/components/icon/index.mjs +2 -2
  114. package/es/components/icon/src/icon.mjs +36 -8
  115. package/es/components/icon/src/icon.mjs.map +1 -1
  116. package/es/components/icon/src/icon2.mjs +8 -36
  117. package/es/components/icon/src/icon2.mjs.map +1 -1
  118. package/es/components/image/index.d.ts +4 -4
  119. package/es/components/image/src/image.vue.d.ts +4 -4
  120. package/es/components/image-viewer/index.d.ts +1 -1
  121. package/es/components/image-viewer/index.mjs +2 -2
  122. package/es/components/image-viewer/src/image-viewer.mjs +396 -39
  123. package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
  124. package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  125. package/es/components/image-viewer/src/image-viewer2.mjs +39 -396
  126. package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
  127. package/es/components/index.mjs +38 -38
  128. package/es/components/input/index.d.ts +4 -4
  129. package/es/components/input/index.mjs +2 -2
  130. package/es/components/input/src/input.mjs +135 -552
  131. package/es/components/input/src/input.mjs.map +1 -1
  132. package/es/components/input/src/input.vue.d.ts +4 -4
  133. package/es/components/input/src/input2.mjs +552 -135
  134. package/es/components/input/src/input2.mjs.map +1 -1
  135. package/es/components/input-number/index.d.ts +16 -16
  136. package/es/components/input-number/src/input-number.vue.d.ts +16 -16
  137. package/es/components/link/index.d.ts +1 -1
  138. package/es/components/link/src/link.vue.d.ts +1 -1
  139. package/es/components/menu/index.d.ts +2 -2
  140. package/es/components/menu/index.mjs +4 -4
  141. package/es/components/menu/src/menu-item-group.mjs +35 -4
  142. package/es/components/menu/src/menu-item-group.mjs.map +1 -1
  143. package/es/components/menu/src/menu-item-group2.mjs +4 -35
  144. package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
  145. package/es/components/menu/src/menu-item.mjs +97 -14
  146. package/es/components/menu/src/menu-item.mjs.map +1 -1
  147. package/es/components/menu/src/menu-item2.mjs +14 -97
  148. package/es/components/menu/src/menu-item2.mjs.map +1 -1
  149. package/es/components/menu/src/sub-menu.d.ts +1 -1
  150. package/es/components/message/index.mjs +1 -1
  151. package/es/components/message/src/message.mjs +91 -198
  152. package/es/components/message/src/message.mjs.map +1 -1
  153. package/es/components/message/src/message.vue.d.ts +1 -1
  154. package/es/components/message/src/message2.mjs +198 -91
  155. package/es/components/message/src/message2.mjs.map +1 -1
  156. package/es/components/message/src/method.mjs +2 -2
  157. package/es/components/notification/src/notification.vue.d.ts +1 -1
  158. package/es/components/page-header/index.d.ts +4 -4
  159. package/es/components/page-header/src/page-header.vue.d.ts +4 -4
  160. package/es/components/pagination/index.d.ts +2 -2
  161. package/es/components/pagination/src/components/jumper.vue.d.ts +4 -4
  162. package/es/components/pagination/src/components/next.mjs +19 -58
  163. package/es/components/pagination/src/components/next.mjs.map +1 -1
  164. package/es/components/pagination/src/components/next2.mjs +58 -19
  165. package/es/components/pagination/src/components/next2.mjs.map +1 -1
  166. package/es/components/pagination/src/components/prev.mjs +18 -58
  167. package/es/components/pagination/src/components/prev.mjs.map +1 -1
  168. package/es/components/pagination/src/components/prev2.mjs +58 -18
  169. package/es/components/pagination/src/components/prev2.mjs.map +1 -1
  170. package/es/components/pagination/src/components/sizes.mjs +22 -68
  171. package/es/components/pagination/src/components/sizes.mjs.map +1 -1
  172. package/es/components/pagination/src/components/sizes.vue.d.ts +62 -62
  173. package/es/components/pagination/src/components/sizes2.mjs +68 -22
  174. package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
  175. package/es/components/pagination/src/components/total.mjs +7 -28
  176. package/es/components/pagination/src/components/total.mjs.map +1 -1
  177. package/es/components/pagination/src/components/total2.mjs +28 -7
  178. package/es/components/pagination/src/components/total2.mjs.map +1 -1
  179. package/es/components/pagination/src/pagination.d.ts +2 -2
  180. package/es/components/pagination/src/pagination.mjs +4 -4
  181. package/es/components/popconfirm/index.d.ts +91 -91
  182. package/es/components/popconfirm/src/popconfirm.mjs +1 -1
  183. package/es/components/popconfirm/src/popconfirm.vue.d.ts +91 -91
  184. package/es/components/popover/index.d.ts +99 -99
  185. package/es/components/popover/index.mjs +2 -2
  186. package/es/components/popover/src/popover.mjs +66 -111
  187. package/es/components/popover/src/popover.mjs.map +1 -1
  188. package/es/components/popover/src/popover.vue.d.ts +99 -99
  189. package/es/components/popover/src/popover2.mjs +111 -66
  190. package/es/components/popover/src/popover2.mjs.map +1 -1
  191. package/es/components/popper/index.d.ts +5 -5
  192. package/es/components/popper/index.mjs +6 -6
  193. package/es/components/popper/src/arrow.mjs +8 -37
  194. package/es/components/popper/src/arrow.mjs.map +1 -1
  195. package/es/components/popper/src/arrow2.mjs +37 -8
  196. package/es/components/popper/src/arrow2.mjs.map +1 -1
  197. package/es/components/popper/src/composables/use-content.d.ts +2 -2
  198. package/es/components/popper/src/content.mjs +137 -94
  199. package/es/components/popper/src/content.mjs.map +1 -1
  200. package/es/components/popper/src/content.vue.d.ts +1 -1
  201. package/es/components/popper/src/content2.mjs +94 -137
  202. package/es/components/popper/src/content2.mjs.map +1 -1
  203. package/es/components/popper/src/popper.d.ts +2 -2
  204. package/es/components/popper/src/popper.vue.d.ts +5 -5
  205. package/es/components/popper/src/trigger.mjs +119 -31
  206. package/es/components/popper/src/trigger.mjs.map +1 -1
  207. package/es/components/popper/src/trigger.vue.d.ts +1 -1
  208. package/es/components/popper/src/trigger2.mjs +31 -119
  209. package/es/components/popper/src/trigger2.mjs.map +1 -1
  210. package/es/components/popper/src/utils.d.ts +1 -1
  211. package/es/components/progress/index.d.ts +4 -4
  212. package/es/components/progress/src/progress.d.ts +1 -1
  213. package/es/components/progress/src/progress.vue.d.ts +4 -4
  214. package/es/components/radio/index.d.ts +6 -6
  215. package/es/components/radio/index.mjs +2 -2
  216. package/es/components/radio/src/radio-button.mjs +64 -9
  217. package/es/components/radio/src/radio-button.mjs.map +1 -1
  218. package/es/components/radio/src/radio-button.vue.d.ts +1 -1
  219. package/es/components/radio/src/radio-button2.mjs +9 -64
  220. package/es/components/radio/src/radio-button2.mjs.map +1 -1
  221. package/es/components/radio/src/radio-group.vue.d.ts +1 -1
  222. package/es/components/radio/src/radio.vue.d.ts +2 -2
  223. package/es/components/rate/index.d.ts +1 -1
  224. package/es/components/rate/src/rate.vue.d.ts +1 -1
  225. package/es/components/result/index.mjs +2 -2
  226. package/es/components/result/src/result.mjs +63 -29
  227. package/es/components/result/src/result.mjs.map +1 -1
  228. package/es/components/result/src/result2.mjs +29 -63
  229. package/es/components/result/src/result2.mjs.map +1 -1
  230. package/es/components/roving-focus-group/src/roving-focus-group.mjs +1 -1
  231. package/es/components/scrollbar/index.d.ts +3 -3
  232. package/es/components/scrollbar/index.mjs +3 -3
  233. package/es/components/scrollbar/src/bar.mjs +1 -1
  234. package/es/components/scrollbar/src/bar.vue.d.ts +1 -1
  235. package/es/components/scrollbar/src/scrollbar.mjs +46 -174
  236. package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
  237. package/es/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
  238. package/es/components/scrollbar/src/scrollbar2.mjs +174 -46
  239. package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
  240. package/es/components/scrollbar/src/thumb.mjs +11 -130
  241. package/es/components/scrollbar/src/thumb.mjs.map +1 -1
  242. package/es/components/scrollbar/src/thumb.vue.d.ts +1 -1
  243. package/es/components/scrollbar/src/thumb2.mjs +130 -11
  244. package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
  245. package/es/components/select/index.d.ts +62 -62
  246. package/es/components/select/src/select.mjs +1 -1
  247. package/es/components/select/src/select.vue.d.ts +62 -62
  248. package/es/components/select/src/useSelect.d.ts +58 -58
  249. package/es/components/select-v2/index.d.ts +130 -130
  250. package/es/components/select-v2/src/defaults.d.ts +1 -1
  251. package/es/components/select-v2/src/defaults.mjs +1 -1
  252. package/es/components/select-v2/src/select.vue.d.ts +65 -65
  253. package/es/components/select-v2/src/useSelect.d.ts +58 -58
  254. package/es/components/skeleton/index.d.ts +9 -9
  255. package/es/components/skeleton/index.mjs +2 -2
  256. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  257. package/es/components/skeleton/src/skeleton-item.mjs +18 -23
  258. package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
  259. package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  260. package/es/components/skeleton/src/skeleton-item2.mjs +23 -18
  261. package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
  262. package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
  263. package/es/components/skeleton/src/skeleton2.mjs +1 -1
  264. package/es/components/slider/index.d.ts +171 -171
  265. package/es/components/slider/src/button.vue.d.ts +30 -30
  266. package/es/components/slider/src/composables/use-slide.d.ts +122 -122
  267. package/es/components/slider/src/slider.vue.d.ts +171 -171
  268. package/es/components/space/index.d.ts +1 -1
  269. package/es/components/space/src/space.d.ts +1 -1
  270. package/es/components/statistic/index.mjs +2 -2
  271. package/es/components/statistic/src/statistic.mjs +70 -25
  272. package/es/components/statistic/src/statistic.mjs.map +1 -1
  273. package/es/components/statistic/src/statistic2.mjs +25 -70
  274. package/es/components/statistic/src/statistic2.mjs.map +1 -1
  275. package/es/components/steps/index.mjs +2 -2
  276. package/es/components/steps/src/item.mjs +188 -19
  277. package/es/components/steps/src/item.mjs.map +1 -1
  278. package/es/components/steps/src/item2.mjs +19 -188
  279. package/es/components/steps/src/item2.mjs.map +1 -1
  280. package/es/components/switch/index.d.ts +1 -1
  281. package/es/components/switch/src/switch.vue.d.ts +1 -1
  282. package/es/components/table/index.d.ts +3 -3
  283. package/es/components/table/src/filter-panel.vue.d.ts +58 -58
  284. package/es/components/table/src/table.vue.d.ts +3 -3
  285. package/es/components/table/src/util.d.ts +9 -9
  286. package/es/components/tabs/index.d.ts +9 -9
  287. package/es/components/tabs/index.mjs +2 -2
  288. package/es/components/tabs/src/tab-bar.d.ts +4 -4
  289. package/es/components/tabs/src/tab-bar.vue.d.ts +13 -13
  290. package/es/components/tabs/src/tab-nav.d.ts +15 -15
  291. package/es/components/tabs/src/tab-pane.mjs +72 -13
  292. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  293. package/es/components/tabs/src/tab-pane.vue.d.ts +2 -2
  294. package/es/components/tabs/src/tab-pane2.mjs +13 -72
  295. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  296. package/es/components/tabs/src/tabs.d.ts +6 -6
  297. package/es/components/text/index.mjs +2 -2
  298. package/es/components/text/src/text.mjs +22 -35
  299. package/es/components/text/src/text.mjs.map +1 -1
  300. package/es/components/text/src/text2.mjs +35 -22
  301. package/es/components/text/src/text2.mjs.map +1 -1
  302. package/es/components/time-picker/index.d.ts +2 -2
  303. package/es/components/time-picker/src/common/picker.vue.d.ts +92 -92
  304. package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
  305. package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
  306. package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
  307. package/es/components/time-picker/src/time-picker.d.ts +1 -1
  308. package/es/components/time-select/index.d.ts +252 -252
  309. package/es/components/time-select/index.mjs +1 -1
  310. package/es/components/time-select/src/time-select.mjs +118 -48
  311. package/es/components/time-select/src/time-select.mjs.map +1 -1
  312. package/es/components/time-select/src/time-select.vue.d.ts +126 -126
  313. package/es/components/time-select/src/time-select2.mjs +48 -118
  314. package/es/components/time-select/src/time-select2.mjs.map +1 -1
  315. package/es/components/tooltip/index.d.ts +29 -29
  316. package/es/components/tooltip/index.mjs +1 -1
  317. package/es/components/tooltip/src/content.mjs +31 -177
  318. package/es/components/tooltip/src/content.mjs.map +1 -1
  319. package/es/components/tooltip/src/content.vue.d.ts +4 -4
  320. package/es/components/tooltip/src/content2.mjs +177 -31
  321. package/es/components/tooltip/src/content2.mjs.map +1 -1
  322. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  323. package/es/components/tooltip/src/tooltip.mjs +2 -2
  324. package/es/components/tooltip/src/tooltip.vue.d.ts +29 -29
  325. package/es/components/tooltip/src/tooltip2.mjs +2 -2
  326. package/es/components/tooltip/src/trigger.mjs +1 -1
  327. package/es/components/tooltip/src/trigger.vue.d.ts +3 -3
  328. package/es/components/tooltip/src/trigger2.mjs +1 -1
  329. package/es/components/tooltip-v2/index.d.ts +27 -27
  330. package/es/components/tooltip-v2/index.mjs +2 -2
  331. package/es/components/tooltip-v2/src/content.d.ts +1 -1
  332. package/es/components/tooltip-v2/src/content.vue.d.ts +8 -8
  333. package/es/components/tooltip-v2/src/root.mjs +80 -17
  334. package/es/components/tooltip-v2/src/root.mjs.map +1 -1
  335. package/es/components/tooltip-v2/src/root2.mjs +17 -80
  336. package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
  337. package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
  338. package/es/components/tooltip-v2/src/tooltip.mjs +2 -2
  339. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +27 -27
  340. package/es/components/tooltip-v2/src/tooltip2.mjs +4 -4
  341. package/es/components/tooltip-v2/src/trigger.mjs +12 -89
  342. package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
  343. package/es/components/tooltip-v2/src/trigger2.mjs +89 -12
  344. package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
  345. package/es/components/transfer/index.d.ts +54 -54
  346. package/es/components/transfer/src/transfer-panel.vue.d.ts +10 -10
  347. package/es/components/transfer/src/transfer.vue.d.ts +54 -54
  348. package/es/components/tree-v2/index.d.ts +7 -7
  349. package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  350. package/es/components/tree-v2/src/tree.vue.d.ts +7 -7
  351. package/es/components/upload/index.d.ts +17 -17
  352. package/es/components/upload/index.mjs +2 -2
  353. package/es/components/upload/src/upload-content.mjs +173 -33
  354. package/es/components/upload/src/upload-content.mjs.map +1 -1
  355. package/es/components/upload/src/upload-content.vue.d.ts +3 -3
  356. package/es/components/upload/src/upload-content2.mjs +33 -173
  357. package/es/components/upload/src/upload-content2.mjs.map +1 -1
  358. package/es/components/upload/src/upload-dragger.mjs +72 -11
  359. package/es/components/upload/src/upload-dragger.mjs.map +1 -1
  360. package/es/components/upload/src/upload-dragger2.mjs +11 -72
  361. package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
  362. package/es/components/upload/src/upload-list.vue.d.ts +4 -4
  363. package/es/components/upload/src/upload.mjs +1 -1
  364. package/es/components/upload/src/upload.vue.d.ts +17 -17
  365. package/es/components/virtual-list/src/builders/build-list.d.ts +1 -1
  366. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
  367. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
  368. package/es/hooks/use-floating/index.d.ts +2 -2
  369. package/es/hooks/use-popper/index.d.ts +2 -2
  370. package/es/index.mjs +38 -38
  371. package/lib/components/alert/index.js +2 -2
  372. package/lib/components/alert/src/alert.js +95 -37
  373. package/lib/components/alert/src/alert.js.map +1 -1
  374. package/lib/components/alert/src/alert2.js +37 -95
  375. package/lib/components/alert/src/alert2.js.map +1 -1
  376. package/lib/components/autocomplete/index.d.ts +109 -109
  377. package/lib/components/autocomplete/src/autocomplete.js +1 -1
  378. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +109 -109
  379. package/lib/components/avatar/index.js +2 -2
  380. package/lib/components/avatar/src/avatar.js +33 -67
  381. package/lib/components/avatar/src/avatar.js.map +1 -1
  382. package/lib/components/avatar/src/avatar2.js +67 -33
  383. package/lib/components/avatar/src/avatar2.js.map +1 -1
  384. package/lib/components/badge/index.d.ts +1 -1
  385. package/lib/components/badge/index.js +2 -2
  386. package/lib/components/badge/src/badge.js +17 -55
  387. package/lib/components/badge/src/badge.js.map +1 -1
  388. package/lib/components/badge/src/badge.vue.d.ts +1 -1
  389. package/lib/components/badge/src/badge2.js +55 -17
  390. package/lib/components/badge/src/badge2.js.map +1 -1
  391. package/lib/components/button/index.d.ts +4 -4
  392. package/lib/components/button/src/button.vue.d.ts +4 -4
  393. package/lib/components/calendar/index.d.ts +4 -4
  394. package/lib/components/calendar/index.js +2 -2
  395. package/lib/components/calendar/src/calendar.js +19 -131
  396. package/lib/components/calendar/src/calendar.js.map +1 -1
  397. package/lib/components/calendar/src/calendar.vue.d.ts +4 -4
  398. package/lib/components/calendar/src/calendar2.js +131 -19
  399. package/lib/components/calendar/src/calendar2.js.map +1 -1
  400. package/lib/components/carousel/index.d.ts +1 -1
  401. package/lib/components/carousel/index.js +4 -4
  402. package/lib/components/carousel/src/carousel-item.js +8 -63
  403. package/lib/components/carousel/src/carousel-item.js.map +1 -1
  404. package/lib/components/carousel/src/carousel-item2.js +63 -8
  405. package/lib/components/carousel/src/carousel-item2.js.map +1 -1
  406. package/lib/components/carousel/src/carousel.js +159 -57
  407. package/lib/components/carousel/src/carousel.js.map +1 -1
  408. package/lib/components/carousel/src/carousel.vue.d.ts +1 -1
  409. package/lib/components/carousel/src/carousel2.js +57 -159
  410. package/lib/components/carousel/src/carousel2.js.map +1 -1
  411. package/lib/components/cascader/index.d.ts +226 -226
  412. package/lib/components/cascader/src/cascader.js +1 -1
  413. package/lib/components/cascader/src/cascader.vue.d.ts +113 -113
  414. package/lib/components/check-tag/index.js +2 -2
  415. package/lib/components/check-tag/src/check-tag.js +13 -30
  416. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  417. package/lib/components/check-tag/src/check-tag2.js +30 -13
  418. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  419. package/lib/components/checkbox/index.d.ts +8 -8
  420. package/lib/components/checkbox/index.js +2 -2
  421. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  422. package/lib/components/checkbox/src/checkbox-group.js +72 -29
  423. package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
  424. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
  425. package/lib/components/checkbox/src/checkbox-group2.js +29 -72
  426. package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
  427. package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
  428. package/lib/components/collection/index.js +1 -1
  429. package/lib/components/collection/src/collection.js +62 -9
  430. package/lib/components/collection/src/collection.js.map +1 -1
  431. package/lib/components/collection/src/collection2.js +9 -62
  432. package/lib/components/collection/src/collection2.js.map +1 -1
  433. package/lib/components/color-picker/index.d.ts +96 -96
  434. package/lib/components/color-picker/index.js +2 -2
  435. package/lib/components/color-picker/src/color-picker.js +38 -319
  436. package/lib/components/color-picker/src/color-picker.js.map +1 -1
  437. package/lib/components/color-picker/src/color-picker.vue.d.ts +96 -96
  438. package/lib/components/color-picker/src/color-picker2.js +319 -38
  439. package/lib/components/color-picker/src/color-picker2.js.map +1 -1
  440. package/lib/components/color-picker/src/components/predefine.js +1 -1
  441. package/lib/components/date-picker/index.d.ts +2 -2
  442. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +41 -41
  443. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +41 -41
  444. package/lib/components/date-picker/src/date-picker.d.ts +1 -1
  445. package/lib/components/date-picker/src/panel-utils.d.ts +82 -82
  446. package/lib/components/dialog/index.js +2 -2
  447. package/lib/components/dialog/src/dialog-content.js +37 -94
  448. package/lib/components/dialog/src/dialog-content.js.map +1 -1
  449. package/lib/components/dialog/src/dialog-content2.js +94 -37
  450. package/lib/components/dialog/src/dialog-content2.js.map +1 -1
  451. package/lib/components/dialog/src/dialog.js +74 -171
  452. package/lib/components/dialog/src/dialog.js.map +1 -1
  453. package/lib/components/dialog/src/dialog2.js +171 -74
  454. package/lib/components/dialog/src/dialog2.js.map +1 -1
  455. package/lib/components/divider/index.d.ts +4 -4
  456. package/lib/components/divider/index.js +2 -2
  457. package/lib/components/divider/src/divider.d.ts +1 -1
  458. package/lib/components/divider/src/divider.js +17 -35
  459. package/lib/components/divider/src/divider.js.map +1 -1
  460. package/lib/components/divider/src/divider.vue.d.ts +4 -4
  461. package/lib/components/divider/src/divider2.js +35 -17
  462. package/lib/components/divider/src/divider2.js.map +1 -1
  463. package/lib/components/drawer/src/drawer.js +1 -1
  464. package/lib/components/dropdown/index.d.ts +59 -59
  465. package/lib/components/dropdown/index.js +2 -2
  466. package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
  467. package/lib/components/dropdown/src/dropdown-item.js +1 -1
  468. package/lib/components/dropdown/src/dropdown-menu.js +1 -1
  469. package/lib/components/dropdown/src/dropdown.js +106 -307
  470. package/lib/components/dropdown/src/dropdown.js.map +1 -1
  471. package/lib/components/dropdown/src/dropdown.vue.d.ts +59 -59
  472. package/lib/components/dropdown/src/dropdown2.js +307 -106
  473. package/lib/components/dropdown/src/dropdown2.js.map +1 -1
  474. package/lib/components/empty/index.js +2 -2
  475. package/lib/components/empty/src/empty.js +11 -55
  476. package/lib/components/empty/src/empty.js.map +1 -1
  477. package/lib/components/empty/src/empty2.js +55 -11
  478. package/lib/components/empty/src/empty2.js.map +1 -1
  479. package/lib/components/form/index.d.ts +10 -10
  480. package/lib/components/form/src/form.d.ts +2 -2
  481. package/lib/components/form/src/form.vue.d.ts +10 -10
  482. package/lib/components/icon/index.js +2 -2
  483. package/lib/components/icon/src/icon.js +36 -8
  484. package/lib/components/icon/src/icon.js.map +1 -1
  485. package/lib/components/icon/src/icon2.js +8 -36
  486. package/lib/components/icon/src/icon2.js.map +1 -1
  487. package/lib/components/image/index.d.ts +4 -4
  488. package/lib/components/image/src/image.vue.d.ts +4 -4
  489. package/lib/components/image-viewer/index.d.ts +1 -1
  490. package/lib/components/image-viewer/index.js +2 -2
  491. package/lib/components/image-viewer/src/image-viewer.js +396 -40
  492. package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
  493. package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  494. package/lib/components/image-viewer/src/image-viewer2.js +40 -396
  495. package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
  496. package/lib/components/index.js +38 -38
  497. package/lib/components/input/index.d.ts +4 -4
  498. package/lib/components/input/index.js +2 -2
  499. package/lib/components/input/src/input.js +135 -551
  500. package/lib/components/input/src/input.js.map +1 -1
  501. package/lib/components/input/src/input.vue.d.ts +4 -4
  502. package/lib/components/input/src/input2.js +551 -135
  503. package/lib/components/input/src/input2.js.map +1 -1
  504. package/lib/components/input-number/index.d.ts +16 -16
  505. package/lib/components/input-number/src/input-number.vue.d.ts +16 -16
  506. package/lib/components/link/index.d.ts +1 -1
  507. package/lib/components/link/src/link.vue.d.ts +1 -1
  508. package/lib/components/menu/index.d.ts +2 -2
  509. package/lib/components/menu/index.js +4 -4
  510. package/lib/components/menu/src/menu-item-group.js +35 -4
  511. package/lib/components/menu/src/menu-item-group.js.map +1 -1
  512. package/lib/components/menu/src/menu-item-group2.js +4 -35
  513. package/lib/components/menu/src/menu-item-group2.js.map +1 -1
  514. package/lib/components/menu/src/menu-item.js +97 -15
  515. package/lib/components/menu/src/menu-item.js.map +1 -1
  516. package/lib/components/menu/src/menu-item2.js +15 -97
  517. package/lib/components/menu/src/menu-item2.js.map +1 -1
  518. package/lib/components/menu/src/sub-menu.d.ts +1 -1
  519. package/lib/components/message/index.js +1 -1
  520. package/lib/components/message/src/message.js +92 -196
  521. package/lib/components/message/src/message.js.map +1 -1
  522. package/lib/components/message/src/message.vue.d.ts +1 -1
  523. package/lib/components/message/src/message2.js +196 -92
  524. package/lib/components/message/src/message2.js.map +1 -1
  525. package/lib/components/message/src/method.js +2 -2
  526. package/lib/components/notification/src/notification.vue.d.ts +1 -1
  527. package/lib/components/page-header/index.d.ts +4 -4
  528. package/lib/components/page-header/src/page-header.vue.d.ts +4 -4
  529. package/lib/components/pagination/index.d.ts +2 -2
  530. package/lib/components/pagination/src/components/jumper.vue.d.ts +4 -4
  531. package/lib/components/pagination/src/components/next.js +19 -58
  532. package/lib/components/pagination/src/components/next.js.map +1 -1
  533. package/lib/components/pagination/src/components/next2.js +58 -19
  534. package/lib/components/pagination/src/components/next2.js.map +1 -1
  535. package/lib/components/pagination/src/components/prev.js +19 -58
  536. package/lib/components/pagination/src/components/prev.js.map +1 -1
  537. package/lib/components/pagination/src/components/prev2.js +58 -19
  538. package/lib/components/pagination/src/components/prev2.js.map +1 -1
  539. package/lib/components/pagination/src/components/sizes.js +22 -68
  540. package/lib/components/pagination/src/components/sizes.js.map +1 -1
  541. package/lib/components/pagination/src/components/sizes.vue.d.ts +62 -62
  542. package/lib/components/pagination/src/components/sizes2.js +68 -22
  543. package/lib/components/pagination/src/components/sizes2.js.map +1 -1
  544. package/lib/components/pagination/src/components/total.js +7 -28
  545. package/lib/components/pagination/src/components/total.js.map +1 -1
  546. package/lib/components/pagination/src/components/total2.js +28 -7
  547. package/lib/components/pagination/src/components/total2.js.map +1 -1
  548. package/lib/components/pagination/src/pagination.d.ts +2 -2
  549. package/lib/components/pagination/src/pagination.js +4 -4
  550. package/lib/components/popconfirm/index.d.ts +91 -91
  551. package/lib/components/popconfirm/src/popconfirm.js +1 -1
  552. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +91 -91
  553. package/lib/components/popover/index.d.ts +99 -99
  554. package/lib/components/popover/index.js +2 -2
  555. package/lib/components/popover/src/popover.js +67 -111
  556. package/lib/components/popover/src/popover.js.map +1 -1
  557. package/lib/components/popover/src/popover.vue.d.ts +99 -99
  558. package/lib/components/popover/src/popover2.js +111 -67
  559. package/lib/components/popover/src/popover2.js.map +1 -1
  560. package/lib/components/popper/index.d.ts +5 -5
  561. package/lib/components/popper/index.js +6 -6
  562. package/lib/components/popper/src/arrow.js +9 -37
  563. package/lib/components/popper/src/arrow.js.map +1 -1
  564. package/lib/components/popper/src/arrow2.js +37 -9
  565. package/lib/components/popper/src/arrow2.js.map +1 -1
  566. package/lib/components/popper/src/composables/use-content.d.ts +2 -2
  567. package/lib/components/popper/src/content.js +137 -99
  568. package/lib/components/popper/src/content.js.map +1 -1
  569. package/lib/components/popper/src/content.vue.d.ts +1 -1
  570. package/lib/components/popper/src/content2.js +99 -137
  571. package/lib/components/popper/src/content2.js.map +1 -1
  572. package/lib/components/popper/src/popper.d.ts +2 -2
  573. package/lib/components/popper/src/popper.vue.d.ts +5 -5
  574. package/lib/components/popper/src/trigger.js +119 -32
  575. package/lib/components/popper/src/trigger.js.map +1 -1
  576. package/lib/components/popper/src/trigger.vue.d.ts +1 -1
  577. package/lib/components/popper/src/trigger2.js +32 -119
  578. package/lib/components/popper/src/trigger2.js.map +1 -1
  579. package/lib/components/popper/src/utils.d.ts +1 -1
  580. package/lib/components/progress/index.d.ts +4 -4
  581. package/lib/components/progress/src/progress.d.ts +1 -1
  582. package/lib/components/progress/src/progress.vue.d.ts +4 -4
  583. package/lib/components/radio/index.d.ts +6 -6
  584. package/lib/components/radio/index.js +2 -2
  585. package/lib/components/radio/src/radio-button.js +64 -9
  586. package/lib/components/radio/src/radio-button.js.map +1 -1
  587. package/lib/components/radio/src/radio-button.vue.d.ts +1 -1
  588. package/lib/components/radio/src/radio-button2.js +9 -64
  589. package/lib/components/radio/src/radio-button2.js.map +1 -1
  590. package/lib/components/radio/src/radio-group.vue.d.ts +1 -1
  591. package/lib/components/radio/src/radio.vue.d.ts +2 -2
  592. package/lib/components/rate/index.d.ts +1 -1
  593. package/lib/components/rate/src/rate.vue.d.ts +1 -1
  594. package/lib/components/result/index.js +2 -2
  595. package/lib/components/result/src/result.js +63 -31
  596. package/lib/components/result/src/result.js.map +1 -1
  597. package/lib/components/result/src/result2.js +31 -63
  598. package/lib/components/result/src/result2.js.map +1 -1
  599. package/lib/components/roving-focus-group/src/roving-focus-group.js +1 -1
  600. package/lib/components/scrollbar/index.d.ts +3 -3
  601. package/lib/components/scrollbar/index.js +3 -3
  602. package/lib/components/scrollbar/src/bar.js +1 -1
  603. package/lib/components/scrollbar/src/bar.vue.d.ts +1 -1
  604. package/lib/components/scrollbar/src/scrollbar.js +47 -174
  605. package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
  606. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
  607. package/lib/components/scrollbar/src/scrollbar2.js +174 -47
  608. package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
  609. package/lib/components/scrollbar/src/thumb.js +11 -130
  610. package/lib/components/scrollbar/src/thumb.js.map +1 -1
  611. package/lib/components/scrollbar/src/thumb.vue.d.ts +1 -1
  612. package/lib/components/scrollbar/src/thumb2.js +130 -11
  613. package/lib/components/scrollbar/src/thumb2.js.map +1 -1
  614. package/lib/components/select/index.d.ts +62 -62
  615. package/lib/components/select/src/select.js +1 -1
  616. package/lib/components/select/src/select.vue.d.ts +62 -62
  617. package/lib/components/select/src/useSelect.d.ts +58 -58
  618. package/lib/components/select-v2/index.d.ts +130 -130
  619. package/lib/components/select-v2/src/defaults.d.ts +1 -1
  620. package/lib/components/select-v2/src/defaults.js +1 -1
  621. package/lib/components/select-v2/src/select.vue.d.ts +65 -65
  622. package/lib/components/select-v2/src/useSelect.d.ts +58 -58
  623. package/lib/components/skeleton/index.d.ts +9 -9
  624. package/lib/components/skeleton/index.js +2 -2
  625. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  626. package/lib/components/skeleton/src/skeleton-item.js +18 -23
  627. package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
  628. package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  629. package/lib/components/skeleton/src/skeleton-item2.js +23 -18
  630. package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
  631. package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
  632. package/lib/components/skeleton/src/skeleton2.js +1 -1
  633. package/lib/components/slider/index.d.ts +171 -171
  634. package/lib/components/slider/src/button.vue.d.ts +30 -30
  635. package/lib/components/slider/src/composables/use-slide.d.ts +122 -122
  636. package/lib/components/slider/src/slider.vue.d.ts +171 -171
  637. package/lib/components/space/index.d.ts +1 -1
  638. package/lib/components/space/src/space.d.ts +1 -1
  639. package/lib/components/statistic/index.js +2 -2
  640. package/lib/components/statistic/src/statistic.js +70 -25
  641. package/lib/components/statistic/src/statistic.js.map +1 -1
  642. package/lib/components/statistic/src/statistic2.js +25 -70
  643. package/lib/components/statistic/src/statistic2.js.map +1 -1
  644. package/lib/components/steps/index.js +2 -2
  645. package/lib/components/steps/src/item.js +188 -19
  646. package/lib/components/steps/src/item.js.map +1 -1
  647. package/lib/components/steps/src/item2.js +19 -188
  648. package/lib/components/steps/src/item2.js.map +1 -1
  649. package/lib/components/switch/index.d.ts +1 -1
  650. package/lib/components/switch/src/switch.vue.d.ts +1 -1
  651. package/lib/components/table/index.d.ts +3 -3
  652. package/lib/components/table/src/filter-panel.vue.d.ts +58 -58
  653. package/lib/components/table/src/table.vue.d.ts +3 -3
  654. package/lib/components/table/src/util.d.ts +9 -9
  655. package/lib/components/tabs/index.d.ts +9 -9
  656. package/lib/components/tabs/index.js +2 -2
  657. package/lib/components/tabs/src/tab-bar.d.ts +4 -4
  658. package/lib/components/tabs/src/tab-bar.vue.d.ts +13 -13
  659. package/lib/components/tabs/src/tab-nav.d.ts +15 -15
  660. package/lib/components/tabs/src/tab-pane.js +72 -13
  661. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  662. package/lib/components/tabs/src/tab-pane.vue.d.ts +2 -2
  663. package/lib/components/tabs/src/tab-pane2.js +13 -72
  664. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  665. package/lib/components/tabs/src/tabs.d.ts +6 -6
  666. package/lib/components/text/index.js +2 -2
  667. package/lib/components/text/src/text.js +22 -35
  668. package/lib/components/text/src/text.js.map +1 -1
  669. package/lib/components/text/src/text2.js +35 -22
  670. package/lib/components/text/src/text2.js.map +1 -1
  671. package/lib/components/time-picker/index.d.ts +2 -2
  672. package/lib/components/time-picker/src/common/picker.vue.d.ts +92 -92
  673. package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
  674. package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
  675. package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
  676. package/lib/components/time-picker/src/time-picker.d.ts +1 -1
  677. package/lib/components/time-select/index.d.ts +252 -252
  678. package/lib/components/time-select/index.js +1 -1
  679. package/lib/components/time-select/src/time-select.js +123 -48
  680. package/lib/components/time-select/src/time-select.js.map +1 -1
  681. package/lib/components/time-select/src/time-select.vue.d.ts +126 -126
  682. package/lib/components/time-select/src/time-select2.js +48 -123
  683. package/lib/components/time-select/src/time-select2.js.map +1 -1
  684. package/lib/components/tooltip/index.d.ts +29 -29
  685. package/lib/components/tooltip/index.js +1 -1
  686. package/lib/components/tooltip/src/content.js +31 -177
  687. package/lib/components/tooltip/src/content.js.map +1 -1
  688. package/lib/components/tooltip/src/content.vue.d.ts +4 -4
  689. package/lib/components/tooltip/src/content2.js +177 -31
  690. package/lib/components/tooltip/src/content2.js.map +1 -1
  691. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  692. package/lib/components/tooltip/src/tooltip.js +2 -2
  693. package/lib/components/tooltip/src/tooltip.vue.d.ts +29 -29
  694. package/lib/components/tooltip/src/tooltip2.js +2 -2
  695. package/lib/components/tooltip/src/trigger.js +1 -1
  696. package/lib/components/tooltip/src/trigger.vue.d.ts +3 -3
  697. package/lib/components/tooltip/src/trigger2.js +1 -1
  698. package/lib/components/tooltip-v2/index.d.ts +27 -27
  699. package/lib/components/tooltip-v2/index.js +2 -2
  700. package/lib/components/tooltip-v2/src/content.d.ts +1 -1
  701. package/lib/components/tooltip-v2/src/content.vue.d.ts +8 -8
  702. package/lib/components/tooltip-v2/src/root.js +80 -17
  703. package/lib/components/tooltip-v2/src/root.js.map +1 -1
  704. package/lib/components/tooltip-v2/src/root2.js +17 -80
  705. package/lib/components/tooltip-v2/src/root2.js.map +1 -1
  706. package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
  707. package/lib/components/tooltip-v2/src/tooltip.js +2 -2
  708. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +27 -27
  709. package/lib/components/tooltip-v2/src/tooltip2.js +4 -4
  710. package/lib/components/tooltip-v2/src/trigger.js +12 -89
  711. package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
  712. package/lib/components/tooltip-v2/src/trigger2.js +89 -12
  713. package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
  714. package/lib/components/transfer/index.d.ts +54 -54
  715. package/lib/components/transfer/src/transfer-panel.vue.d.ts +10 -10
  716. package/lib/components/transfer/src/transfer.vue.d.ts +54 -54
  717. package/lib/components/tree-v2/index.d.ts +7 -7
  718. package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  719. package/lib/components/tree-v2/src/tree.vue.d.ts +7 -7
  720. package/lib/components/upload/index.d.ts +17 -17
  721. package/lib/components/upload/index.js +2 -2
  722. package/lib/components/upload/src/upload-content.js +172 -32
  723. package/lib/components/upload/src/upload-content.js.map +1 -1
  724. package/lib/components/upload/src/upload-content.vue.d.ts +3 -3
  725. package/lib/components/upload/src/upload-content2.js +32 -172
  726. package/lib/components/upload/src/upload-content2.js.map +1 -1
  727. package/lib/components/upload/src/upload-dragger.js +72 -12
  728. package/lib/components/upload/src/upload-dragger.js.map +1 -1
  729. package/lib/components/upload/src/upload-dragger2.js +12 -72
  730. package/lib/components/upload/src/upload-dragger2.js.map +1 -1
  731. package/lib/components/upload/src/upload-list.vue.d.ts +4 -4
  732. package/lib/components/upload/src/upload.js +1 -1
  733. package/lib/components/upload/src/upload.vue.d.ts +17 -17
  734. package/lib/components/virtual-list/src/builders/build-list.d.ts +1 -1
  735. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
  736. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
  737. package/lib/hooks/use-floating/index.d.ts +2 -2
  738. package/lib/hooks/use-popper/index.d.ts +2 -2
  739. package/lib/index.js +38 -38
  740. package/package.json +1 -1
  741. package/theme-chalk/base.css +1 -1
  742. package/theme-chalk/el-var.css +1 -1
  743. package/theme-chalk/index.css +1 -1
  744. package/theme-chalk/src/common/var.scss +1 -1
@@ -319,7 +319,7 @@ declare const _default: import("vue").DefineComponent<{
319
319
  readonly validator: ((val: unknown) => boolean) | undefined;
320
320
  __epPropKey: true;
321
321
  };
322
- role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
322
+ role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
323
323
  }, {
324
324
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
325
325
  showArrow: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
@@ -642,7 +642,7 @@ declare const _default: import("vue").DefineComponent<{
642
642
  readonly validator: ((val: unknown) => boolean) | undefined;
643
643
  __epPropKey: true;
644
644
  };
645
- role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
645
+ role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
646
646
  }>> & {
647
647
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
648
648
  }>>;
@@ -652,9 +652,9 @@ declare const _default: import("vue").DefineComponent<{
652
652
  $: import("vue").ComponentInternalInstance;
653
653
  $data: {};
654
654
  $props: Partial<{
655
- readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
655
+ readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>;
656
656
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
657
- readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
657
+ readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
658
658
  }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
659
659
  $attrs: {
660
660
  [x: string]: unknown;
@@ -670,10 +670,10 @@ declare const _default: import("vue").DefineComponent<{
670
670
  $emit: (event: string, ...args: any[]) => void;
671
671
  $el: any;
672
672
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
673
- readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
673
+ readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
674
674
  }>>, {
675
675
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
676
- readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
676
+ readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
677
677
  }>> & {
678
678
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
679
679
  }>>;
@@ -681,10 +681,10 @@ declare const _default: import("vue").DefineComponent<{
681
681
  popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
682
682
  contentRef: import("vue").Ref<HTMLElement | undefined>;
683
683
  referenceRef: import("vue").Ref<HTMLElement | undefined>;
684
- role: import("vue").ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
684
+ role: import("vue").ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>>;
685
685
  popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
686
686
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
687
- readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
687
+ readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>;
688
688
  }> & {
689
689
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
690
690
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -706,10 +706,10 @@ declare const _default: import("vue").DefineComponent<{
706
706
  $nextTick: typeof import("vue").nextTick;
707
707
  $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
708
708
  } & Readonly<import("vue").ExtractPropTypes<{
709
- readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
709
+ readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
710
710
  }>> & import("vue").ShallowUnwrapRef<{
711
711
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
712
- readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
712
+ readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
713
713
  }>> & {
714
714
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
715
715
  }>>;
@@ -717,7 +717,7 @@ declare const _default: import("vue").DefineComponent<{
717
717
  popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
718
718
  contentRef: import("vue").Ref<HTMLElement | undefined>;
719
719
  referenceRef: import("vue").Ref<HTMLElement | undefined>;
720
- role: import("vue").ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
720
+ role: import("vue").ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>>;
721
721
  popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
722
722
  }> & {} & import("vue").ComponentCustomProperties) | undefined>;
723
723
  contentRef: import("vue").Ref<any>;
@@ -732,10 +732,10 @@ declare const _default: import("vue").DefineComponent<{
732
732
  controlled: import("vue").ComputedRef<boolean>;
733
733
  isFocusInsideContent: () => boolean | undefined;
734
734
  ElPopper: import("beyond-webui/es/utils").SFCWithInstall<import("vue").DefineComponent<{
735
- readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
735
+ readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
736
736
  }, {
737
737
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
738
- readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
738
+ readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
739
739
  }>> & {
740
740
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
741
741
  }>>;
@@ -743,12 +743,12 @@ declare const _default: import("vue").DefineComponent<{
743
743
  popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
744
744
  contentRef: import("vue").Ref<HTMLElement | undefined>;
745
745
  referenceRef: import("vue").Ref<HTMLElement | undefined>;
746
- role: import("vue").ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
746
+ role: import("vue").ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>>;
747
747
  popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
748
748
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
749
- readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
749
+ readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
750
750
  }>>, {
751
- readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
751
+ readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>;
752
752
  }>> & Record<string, any>;
753
753
  ElPopperArrow: import("vue").DefineComponent<{
754
754
  readonly arrowOffset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
@@ -1105,8 +1105,8 @@ declare const _default: import("vue").DefineComponent<{
1105
1105
  readonly id: StringConstructor;
1106
1106
  readonly open: BooleanConstructor;
1107
1107
  }>>, {
1108
- readonly virtualTriggering: boolean;
1109
1108
  readonly open: boolean;
1109
+ readonly virtualTriggering: boolean;
1110
1110
  }>;
1111
1111
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1112
1112
  readonly disabled: BooleanConstructor;
@@ -1164,9 +1164,9 @@ declare const _default: import("vue").DefineComponent<{
1164
1164
  readonly id: StringConstructor;
1165
1165
  readonly open: BooleanConstructor;
1166
1166
  }>>, {
1167
- readonly virtualTriggering: boolean;
1168
- readonly disabled: boolean;
1169
1167
  readonly open: boolean;
1168
+ readonly disabled: boolean;
1169
+ readonly virtualTriggering: boolean;
1170
1170
  readonly trigger: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("./trigger").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("./trigger").TooltipTriggerType>) | ((new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("./trigger").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("./trigger").TooltipTriggerType>))[], unknown, unknown>;
1171
1171
  readonly triggerKeys: string[];
1172
1172
  }>;
@@ -2599,6 +2599,7 @@ declare const _default: import("vue").DefineComponent<{
2599
2599
  }, {
2600
2600
  readonly offset: number;
2601
2601
  readonly effect: string;
2602
+ readonly visible: boolean;
2602
2603
  readonly placement: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, import("beyond-webui/es/components/popper").Placement, unknown>;
2603
2604
  readonly boundariesPadding: number;
2604
2605
  readonly fallbackPlacements: import("beyond-webui/es/components/popper").Placement[];
@@ -2610,7 +2611,6 @@ declare const _default: import("vue").DefineComponent<{
2610
2611
  readonly trapping: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2611
2612
  readonly stopPopperMouseEvent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2612
2613
  readonly ariaLabel: string;
2613
- readonly visible: boolean;
2614
2614
  readonly pure: boolean;
2615
2615
  readonly virtualTriggering: boolean;
2616
2616
  }>;
@@ -2879,6 +2879,9 @@ declare const _default: import("vue").DefineComponent<{
2879
2879
  }>>, {
2880
2880
  readonly offset: number;
2881
2881
  readonly effect: string;
2882
+ readonly visible: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
2883
+ readonly content: string;
2884
+ readonly disabled: boolean;
2882
2885
  readonly placement: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, import("beyond-webui/es/components/popper").Placement, unknown>;
2883
2886
  readonly showAfter: number;
2884
2887
  readonly hideAfter: number;
@@ -2892,14 +2895,11 @@ declare const _default: import("vue").DefineComponent<{
2892
2895
  readonly focusOnShow: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2893
2896
  readonly trapping: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2894
2897
  readonly stopPopperMouseEvent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2895
- readonly visible: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
2896
2898
  readonly pure: boolean;
2897
2899
  readonly virtualTriggering: boolean;
2898
- readonly content: string;
2899
2900
  readonly rawContent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2900
2901
  readonly teleported: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2901
2902
  readonly persistent: boolean;
2902
- readonly disabled: boolean;
2903
2903
  }>;
2904
2904
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2905
2905
  showArrow: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
@@ -3222,12 +3222,16 @@ declare const _default: import("vue").DefineComponent<{
3222
3222
  readonly validator: ((val: unknown) => boolean) | undefined;
3223
3223
  __epPropKey: true;
3224
3224
  };
3225
- role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
3225
+ role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
3226
3226
  }>> & {
3227
3227
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
3228
3228
  }, {
3229
3229
  offset: number;
3230
3230
  effect: string;
3231
+ visible: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
3232
+ content: string;
3233
+ open: boolean;
3234
+ disabled: boolean;
3231
3235
  placement: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, import("beyond-webui/es/components/popper").Placement, unknown>;
3232
3236
  showAfter: number;
3233
3237
  hideAfter: number;
@@ -3241,16 +3245,12 @@ declare const _default: import("vue").DefineComponent<{
3241
3245
  focusOnShow: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3242
3246
  trapping: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3243
3247
  stopPopperMouseEvent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3244
- visible: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
3245
3248
  pure: boolean;
3246
3249
  virtualTriggering: boolean;
3247
- content: string;
3248
3250
  rawContent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3249
3251
  teleported: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3250
3252
  persistent: boolean;
3251
- disabled: boolean;
3252
- open: boolean;
3253
- role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
3253
+ role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>;
3254
3254
  trigger: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("./trigger").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("./trigger").TooltipTriggerType>) | ((new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("./trigger").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("./trigger").TooltipTriggerType>))[], unknown, unknown>;
3255
3255
  triggerKeys: string[];
3256
3256
  arrowOffset: number;
@@ -9,13 +9,13 @@ require('../../../hooks/index.js');
9
9
  var constants = require('./constants.js');
10
10
  var tooltip = require('./tooltip.js');
11
11
  var trigger = require('./trigger.js');
12
- var content = require('./content.js');
12
+ var content = require('./content2.js');
13
13
  var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
14
14
  var index = require('../../../hooks/use-popper-container/index.js');
15
15
  var index$1 = require('../../../hooks/use-id/index.js');
16
16
  var index$2 = require('../../../hooks/use-delayed-toggle/index.js');
17
17
  var types = require('../../../utils/types.js');
18
- var arrow = require('../../popper/src/arrow.js');
18
+ var arrow = require('../../popper/src/arrow2.js');
19
19
 
20
20
  const _hoisted_1 = ["innerHTML"];
21
21
  const _hoisted_2 = { key: 1 };
@@ -12,7 +12,7 @@ var utils = require('./utils.js');
12
12
  var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
13
13
  var index = require('../../../hooks/use-namespace/index.js');
14
14
  var event = require('../../../utils/dom/event.js');
15
- var trigger$1 = require('../../popper/src/trigger2.js');
15
+ var trigger$1 = require('../../popper/src/trigger.js');
16
16
 
17
17
  const __default__ = vue.defineComponent({
18
18
  name: "ElTooltipTrigger"
@@ -319,8 +319,8 @@ declare const _default: import("vue").DefineComponent<{
319
319
  readonly id: StringConstructor;
320
320
  readonly open: BooleanConstructor;
321
321
  }>>, {
322
- readonly virtualTriggering: boolean;
323
322
  readonly open: boolean;
323
+ readonly virtualTriggering: boolean;
324
324
  }>;
325
325
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
326
326
  readonly disabled: BooleanConstructor;
@@ -378,9 +378,9 @@ declare const _default: import("vue").DefineComponent<{
378
378
  readonly id: StringConstructor;
379
379
  readonly open: BooleanConstructor;
380
380
  }>>, {
381
- readonly virtualTriggering: boolean;
382
- readonly disabled: boolean;
383
381
  readonly open: boolean;
382
+ readonly disabled: boolean;
383
+ readonly virtualTriggering: boolean;
384
384
  readonly trigger: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("./trigger").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("./trigger").TooltipTriggerType>) | ((new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("./trigger").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("./trigger").TooltipTriggerType>))[], unknown, unknown>;
385
385
  readonly triggerKeys: string[];
386
386
  }>;
@@ -6,7 +6,7 @@ require('../../../utils/index.js');
6
6
  require('../../popper/index.js');
7
7
  require('../../../constants/index.js');
8
8
  var runtime = require('../../../utils/vue/props/runtime.js');
9
- var trigger = require('../../popper/src/trigger.js');
9
+ var trigger = require('../../popper/src/trigger2.js');
10
10
  var aria = require('../../../constants/aria.js');
11
11
 
12
12
  const useTooltipTriggerProps = runtime.buildProps({
@@ -8,7 +8,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
8
8
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
9
9
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
10
10
  readonly contentClass: StringConstructor;
11
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
11
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
12
12
  readonly reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
13
13
  readonly offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
14
14
  readonly strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -78,7 +78,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
78
78
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
79
79
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
80
80
  readonly contentClass: StringConstructor;
81
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
81
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
82
82
  readonly reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
83
83
  readonly offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
84
84
  readonly strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -150,7 +150,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
150
150
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
151
151
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
152
152
  readonly contentClass: StringConstructor;
153
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
153
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
154
154
  readonly reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
155
155
  readonly offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
156
156
  readonly strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -218,14 +218,14 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
218
218
  readonly height?: number | undefined;
219
219
  readonly width?: number | undefined;
220
220
  readonly effect?: string | undefined;
221
- readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
222
- readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
223
221
  readonly style?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
222
+ readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
223
+ readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
224
+ readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
224
225
  readonly ariaLabel?: string | undefined;
225
226
  readonly teleported?: boolean | undefined;
226
227
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
227
228
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
228
- readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
229
229
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
230
230
  readonly showArrow?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
231
231
  readonly contentClass?: string | undefined;
@@ -249,14 +249,14 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
249
249
  readonly height?: number | undefined;
250
250
  readonly width?: number | undefined;
251
251
  readonly effect?: string | undefined;
252
- readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
253
- readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
254
252
  readonly style?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
253
+ readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
254
+ readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
255
+ readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
255
256
  readonly ariaLabel?: string | undefined;
256
257
  readonly teleported?: boolean | undefined;
257
258
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
258
259
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
259
- readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
260
260
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
261
261
  readonly showArrow?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
262
262
  readonly contentClass?: string | undefined;
@@ -280,14 +280,14 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
280
280
  readonly height?: number | undefined;
281
281
  readonly width?: number | undefined;
282
282
  readonly effect?: string | undefined;
283
- readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
284
- readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
285
283
  readonly style?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
284
+ readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
285
+ readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
286
+ readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
286
287
  readonly ariaLabel?: string | undefined;
287
288
  readonly teleported?: boolean | undefined;
288
289
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
289
290
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
290
- readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
291
291
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
292
292
  readonly showArrow?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
293
293
  readonly contentClass?: string | undefined;
@@ -311,14 +311,14 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
311
311
  readonly height?: number | undefined;
312
312
  readonly width?: number | undefined;
313
313
  readonly effect?: string | undefined;
314
- readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
315
- readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
316
314
  readonly style?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
315
+ readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
316
+ readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
317
+ readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
317
318
  readonly ariaLabel?: string | undefined;
318
319
  readonly teleported?: boolean | undefined;
319
320
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
320
321
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
321
- readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
322
322
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
323
323
  readonly showArrow?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
324
324
  readonly contentClass?: string | undefined;
@@ -488,7 +488,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
488
488
  arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
489
489
  effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
490
490
  contentClass: StringConstructor;
491
- placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
491
+ placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
492
492
  reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
493
493
  offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
494
494
  strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -500,7 +500,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
500
500
  arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
501
501
  effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
502
502
  contentClass: StringConstructor;
503
- placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
503
+ placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
504
504
  reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
505
505
  offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
506
506
  strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -510,7 +510,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
510
510
  }>>;
511
511
  triggerRef: import("vue").Ref<HTMLElement | null>;
512
512
  contentId: import("vue").Ref<string>;
513
- placement: import("vue").Ref<import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
513
+ placement: import("vue").Ref<import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
514
514
  strategy: import("vue").Ref<import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>>;
515
515
  arrowRef: import("vue").Ref<HTMLElement | null>;
516
516
  referenceRef: import("vue").Ref<HTMLElement | import("@floating-ui/dom").VirtualElement | undefined>;
@@ -542,14 +542,14 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
542
542
  referenceHiddenOffsets?: {
543
543
  top: number;
544
544
  bottom: number;
545
- right: number;
546
545
  left: number;
546
+ right: number;
547
547
  } | undefined;
548
548
  escapedOffsets?: {
549
549
  top: number;
550
550
  bottom: number;
551
- right: number;
552
551
  left: number;
552
+ right: number;
553
553
  } | undefined;
554
554
  } | undefined;
555
555
  offset?: {
@@ -607,7 +607,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
607
607
  arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
608
608
  effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
609
609
  contentClass: StringConstructor;
610
- placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
610
+ placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
611
611
  reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
612
612
  offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
613
613
  strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -615,9 +615,9 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
615
615
  }>>, {
616
616
  offset: number;
617
617
  effect: string;
618
- placement: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
619
- strategy: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
620
618
  nowrap: boolean;
619
+ placement: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
620
+ strategy: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
621
621
  showArrow: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
622
622
  reference: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
623
623
  arrowPadding: number;
@@ -795,7 +795,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
795
795
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
796
796
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
797
797
  readonly contentClass: StringConstructor;
798
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
798
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
799
799
  readonly reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
800
800
  readonly offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
801
801
  readonly strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -859,11 +859,11 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
859
859
  readonly height: number;
860
860
  readonly width: number;
861
861
  readonly effect: string;
862
- readonly placement: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
863
- readonly strategy: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
864
862
  readonly style: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
865
- readonly teleported: boolean;
866
863
  readonly open: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
864
+ readonly placement: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
865
+ readonly strategy: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
866
+ readonly teleported: boolean;
867
867
  readonly showArrow: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
868
868
  readonly to: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
869
869
  readonly reference: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
@@ -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/content2.js');
9
- var root = require('./src/root.js');
9
+ var root = require('./src/root2.js');
10
10
  var tooltip = require('./src/tooltip.js');
11
- var trigger = require('./src/trigger2.js');
11
+ var trigger = require('./src/trigger.js');
12
12
  var constants = require('./src/constants.js');
13
13
  var install = require('../../utils/vue/install.js');
14
14
 
@@ -5,7 +5,7 @@ export declare const tooltipV2ContentProps: {
5
5
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
6
6
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
7
7
  readonly contentClass: StringConstructor;
8
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => Placement & {}) | (() => Placement) | ((new (...args: any[]) => Placement & {}) | (() => Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
8
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => Placement & {}) | (() => Placement) | ((new (...args: any[]) => Placement & {}) | (() => Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
9
9
  readonly reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null) | ((new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null))[], unknown, unknown, null, boolean>;
10
10
  readonly offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
11
11
  readonly strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => Strategy & {}) | (() => Strategy) | ((new (...args: any[]) => Strategy & {}) | (() => Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;