beyond-webui 1.1.19 → 1.1.21

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 (859) 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 +104 -104
  8. package/es/components/autocomplete/index.mjs +2 -2
  9. package/es/components/autocomplete/src/autocomplete.mjs +395 -92
  10. package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
  11. package/es/components/autocomplete/src/autocomplete.vue.d.ts +104 -104
  12. package/es/components/autocomplete/src/autocomplete2.mjs +92 -395
  13. package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
  14. package/es/components/avatar/index.mjs +2 -2
  15. package/es/components/avatar/src/avatar.mjs +67 -32
  16. package/es/components/avatar/src/avatar.mjs.map +1 -1
  17. package/es/components/avatar/src/avatar2.mjs +32 -67
  18. package/es/components/avatar/src/avatar2.mjs.map +1 -1
  19. package/es/components/badge/index.d.ts +1 -1
  20. package/es/components/badge/index.mjs +2 -2
  21. package/es/components/badge/src/badge.mjs +17 -55
  22. package/es/components/badge/src/badge.mjs.map +1 -1
  23. package/es/components/badge/src/badge.vue.d.ts +1 -1
  24. package/es/components/badge/src/badge2.mjs +55 -17
  25. package/es/components/badge/src/badge2.mjs.map +1 -1
  26. package/es/components/breadcrumb/index.mjs +2 -2
  27. package/es/components/breadcrumb/src/breadcrumb.mjs +36 -11
  28. package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
  29. package/es/components/breadcrumb/src/breadcrumb2.mjs +11 -36
  30. package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
  31. package/es/components/button/index.d.ts +4 -4
  32. package/es/components/button/index.mjs +1 -1
  33. package/es/components/button/src/button-group.mjs +30 -6
  34. package/es/components/button/src/button-group.mjs.map +1 -1
  35. package/es/components/button/src/button-group2.mjs +6 -30
  36. package/es/components/button/src/button-group2.mjs.map +1 -1
  37. package/es/components/button/src/button.vue.d.ts +4 -4
  38. package/es/components/calendar/index.d.ts +4 -4
  39. package/es/components/calendar/index.mjs +2 -2
  40. package/es/components/calendar/src/calendar.mjs +131 -18
  41. package/es/components/calendar/src/calendar.mjs.map +1 -1
  42. package/es/components/calendar/src/calendar.vue.d.ts +4 -4
  43. package/es/components/calendar/src/calendar2.mjs +18 -131
  44. package/es/components/calendar/src/calendar2.mjs.map +1 -1
  45. package/es/components/card/index.mjs +2 -2
  46. package/es/components/card/src/card.mjs +35 -16
  47. package/es/components/card/src/card.mjs.map +1 -1
  48. package/es/components/card/src/card2.mjs +16 -35
  49. package/es/components/card/src/card2.mjs.map +1 -1
  50. package/es/components/carousel/index.d.ts +1 -1
  51. package/es/components/carousel/index.mjs +2 -2
  52. package/es/components/carousel/src/carousel.mjs +159 -56
  53. package/es/components/carousel/src/carousel.mjs.map +1 -1
  54. package/es/components/carousel/src/carousel.vue.d.ts +1 -1
  55. package/es/components/carousel/src/carousel2.mjs +56 -159
  56. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  57. package/es/components/cascader/index.d.ts +230 -230
  58. package/es/components/cascader/src/cascader.vue.d.ts +115 -115
  59. package/es/components/cascader/src/cascader2.mjs +1 -1
  60. package/es/components/cascader-panel/index.d.ts +2 -2
  61. package/es/components/cascader-panel/src/index.mjs +1 -1
  62. package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
  63. package/es/components/cascader-panel/src/menu.mjs +1 -1
  64. package/es/components/cascader-panel/src/node.mjs +209 -116
  65. package/es/components/cascader-panel/src/node.mjs.map +1 -1
  66. package/es/components/cascader-panel/src/node2.mjs +116 -209
  67. package/es/components/cascader-panel/src/node2.mjs.map +1 -1
  68. package/es/components/cascader-panel/src/store.mjs +1 -1
  69. package/es/components/check-tag/index.mjs +2 -2
  70. package/es/components/check-tag/src/check-tag.mjs +30 -12
  71. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  72. package/es/components/check-tag/src/check-tag2.mjs +12 -30
  73. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  74. package/es/components/checkbox/index.d.ts +8 -8
  75. package/es/components/checkbox/index.mjs +2 -2
  76. package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  77. package/es/components/checkbox/src/checkbox-group.mjs +28 -72
  78. package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
  79. package/es/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
  80. package/es/components/checkbox/src/checkbox-group2.mjs +72 -28
  81. package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
  82. package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
  83. package/es/components/col/index.d.ts +1 -1
  84. package/es/components/col/index.mjs +2 -2
  85. package/es/components/col/src/col.mjs +66 -43
  86. package/es/components/col/src/col.mjs.map +1 -1
  87. package/es/components/col/src/col.vue.d.ts +1 -1
  88. package/es/components/col/src/col2.mjs +43 -66
  89. package/es/components/col/src/col2.mjs.map +1 -1
  90. package/es/components/collapse/index.mjs +2 -2
  91. package/es/components/collapse/src/collapse-item.mjs +96 -14
  92. package/es/components/collapse/src/collapse-item.mjs.map +1 -1
  93. package/es/components/collapse/src/collapse-item2.mjs +14 -96
  94. package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
  95. package/es/components/collection/index.mjs +1 -1
  96. package/es/components/collection/src/collection.mjs +10 -62
  97. package/es/components/collection/src/collection.mjs.map +1 -1
  98. package/es/components/collection/src/collection2.mjs +62 -10
  99. package/es/components/collection/src/collection2.mjs.map +1 -1
  100. package/es/components/color-picker/index.d.ts +102 -102
  101. package/es/components/color-picker/src/color-picker.vue.d.ts +102 -102
  102. package/es/components/date-picker/index.d.ts +2 -2
  103. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
  104. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +38 -38
  105. package/es/components/date-picker/src/date-picker.d.ts +1 -1
  106. package/es/components/date-picker/src/panel-utils.d.ts +76 -76
  107. package/es/components/descriptions/src/description2.mjs +1 -1
  108. package/es/components/descriptions/src/descriptions-row.mjs +7 -64
  109. package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
  110. package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
  111. package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
  112. package/es/components/dialog/index.mjs +2 -2
  113. package/es/components/dialog/src/dialog.mjs +172 -74
  114. package/es/components/dialog/src/dialog.mjs.map +1 -1
  115. package/es/components/dialog/src/dialog2.mjs +74 -172
  116. package/es/components/dialog/src/dialog2.mjs.map +1 -1
  117. package/es/components/divider/index.d.ts +4 -4
  118. package/es/components/divider/index.mjs +2 -2
  119. package/es/components/divider/src/divider.d.ts +1 -1
  120. package/es/components/divider/src/divider.mjs +35 -17
  121. package/es/components/divider/src/divider.mjs.map +1 -1
  122. package/es/components/divider/src/divider.vue.d.ts +4 -4
  123. package/es/components/divider/src/divider2.mjs +17 -35
  124. package/es/components/divider/src/divider2.mjs.map +1 -1
  125. package/es/components/drawer/src/drawer.mjs +1 -1
  126. package/es/components/dropdown/index.d.ts +65 -65
  127. package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
  128. package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
  129. package/es/components/dropdown/src/dropdown.mjs +2 -2
  130. package/es/components/dropdown/src/dropdown.vue.d.ts +65 -65
  131. package/es/components/dropdown/src/dropdown2.mjs +1 -1
  132. package/es/components/form/index.d.ts +10 -10
  133. package/es/components/form/src/form.d.ts +2 -2
  134. package/es/components/form/src/form.vue.d.ts +10 -10
  135. package/es/components/image/index.d.ts +4 -4
  136. package/es/components/image/index.mjs +2 -2
  137. package/es/components/image/src/image.mjs +62 -220
  138. package/es/components/image/src/image.mjs.map +1 -1
  139. package/es/components/image/src/image.vue.d.ts +4 -4
  140. package/es/components/image/src/image2.mjs +220 -62
  141. package/es/components/image/src/image2.mjs.map +1 -1
  142. package/es/components/image-viewer/index.d.ts +1 -1
  143. package/es/components/image-viewer/index.mjs +2 -2
  144. package/es/components/image-viewer/src/image-viewer.mjs +39 -396
  145. package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
  146. package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  147. package/es/components/image-viewer/src/image-viewer2.mjs +396 -39
  148. package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
  149. package/es/components/index.mjs +39 -39
  150. package/es/components/input/index.d.ts +1 -1
  151. package/es/components/input/index.mjs +2 -2
  152. package/es/components/input/src/input.mjs +552 -135
  153. package/es/components/input/src/input.mjs.map +1 -1
  154. package/es/components/input/src/input.vue.d.ts +1 -1
  155. package/es/components/input/src/input2.mjs +135 -552
  156. package/es/components/input/src/input2.mjs.map +1 -1
  157. package/es/components/input-number/index.d.ts +5 -5
  158. package/es/components/input-number/index.mjs +2 -2
  159. package/es/components/input-number/src/input-number.mjs +58 -311
  160. package/es/components/input-number/src/input-number.mjs.map +1 -1
  161. package/es/components/input-number/src/input-number.vue.d.ts +5 -5
  162. package/es/components/input-number/src/input-number2.mjs +311 -58
  163. package/es/components/input-number/src/input-number2.mjs.map +1 -1
  164. package/es/components/link/index.d.ts +1 -1
  165. package/es/components/link/index.mjs +2 -2
  166. package/es/components/link/src/link.mjs +21 -50
  167. package/es/components/link/src/link.mjs.map +1 -1
  168. package/es/components/link/src/link.vue.d.ts +1 -1
  169. package/es/components/link/src/link2.mjs +50 -21
  170. package/es/components/link/src/link2.mjs.map +1 -1
  171. package/es/components/menu/index.d.ts +2 -2
  172. package/es/components/menu/index.mjs +4 -4
  173. package/es/components/menu/src/menu-item-group.mjs +35 -4
  174. package/es/components/menu/src/menu-item-group.mjs.map +1 -1
  175. package/es/components/menu/src/menu-item-group2.mjs +4 -35
  176. package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
  177. package/es/components/menu/src/menu-item.mjs +14 -97
  178. package/es/components/menu/src/menu-item.mjs.map +1 -1
  179. package/es/components/menu/src/menu-item2.mjs +97 -14
  180. package/es/components/menu/src/menu-item2.mjs.map +1 -1
  181. package/es/components/menu/src/sub-menu.d.ts +1 -1
  182. package/es/components/message/src/message.vue.d.ts +3 -3
  183. package/es/components/notification/index.mjs +1 -1
  184. package/es/components/notification/src/notification.mjs +69 -147
  185. package/es/components/notification/src/notification.mjs.map +1 -1
  186. package/es/components/notification/src/notification.vue.d.ts +2 -2
  187. package/es/components/notification/src/notification2.mjs +147 -69
  188. package/es/components/notification/src/notification2.mjs.map +1 -1
  189. package/es/components/notification/src/notify.mjs +2 -2
  190. package/es/components/page-header/index.d.ts +4 -4
  191. package/es/components/page-header/src/page-header.vue.d.ts +4 -4
  192. package/es/components/pagination/index.d.ts +2 -2
  193. package/es/components/pagination/src/components/jumper.mjs +9 -60
  194. package/es/components/pagination/src/components/jumper.mjs.map +1 -1
  195. package/es/components/pagination/src/components/jumper.vue.d.ts +1 -1
  196. package/es/components/pagination/src/components/jumper2.mjs +60 -9
  197. package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
  198. package/es/components/pagination/src/components/next.mjs +58 -19
  199. package/es/components/pagination/src/components/next.mjs.map +1 -1
  200. package/es/components/pagination/src/components/next2.mjs +19 -58
  201. package/es/components/pagination/src/components/next2.mjs.map +1 -1
  202. package/es/components/pagination/src/components/pager.mjs +17 -214
  203. package/es/components/pagination/src/components/pager.mjs.map +1 -1
  204. package/es/components/pagination/src/components/pager2.mjs +214 -17
  205. package/es/components/pagination/src/components/pager2.mjs.map +1 -1
  206. package/es/components/pagination/src/components/prev.mjs +18 -58
  207. package/es/components/pagination/src/components/prev.mjs.map +1 -1
  208. package/es/components/pagination/src/components/prev2.mjs +58 -18
  209. package/es/components/pagination/src/components/prev2.mjs.map +1 -1
  210. package/es/components/pagination/src/components/sizes.mjs +22 -68
  211. package/es/components/pagination/src/components/sizes.mjs.map +1 -1
  212. package/es/components/pagination/src/components/sizes.vue.d.ts +66 -66
  213. package/es/components/pagination/src/components/sizes2.mjs +68 -22
  214. package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
  215. package/es/components/pagination/src/components/total.mjs +28 -7
  216. package/es/components/pagination/src/components/total.mjs.map +1 -1
  217. package/es/components/pagination/src/components/total2.mjs +7 -28
  218. package/es/components/pagination/src/components/total2.mjs.map +1 -1
  219. package/es/components/pagination/src/pagination.d.ts +2 -2
  220. package/es/components/pagination/src/pagination.mjs +6 -6
  221. package/es/components/popconfirm/index.d.ts +101 -101
  222. package/es/components/popconfirm/index.mjs +2 -2
  223. package/es/components/popconfirm/src/popconfirm.mjs +110 -47
  224. package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
  225. package/es/components/popconfirm/src/popconfirm.vue.d.ts +101 -101
  226. package/es/components/popconfirm/src/popconfirm2.mjs +47 -110
  227. package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
  228. package/es/components/popover/index.d.ts +109 -109
  229. package/es/components/popover/index.mjs +2 -2
  230. package/es/components/popover/src/popover.mjs +111 -66
  231. package/es/components/popover/src/popover.mjs.map +1 -1
  232. package/es/components/popover/src/popover.vue.d.ts +109 -109
  233. package/es/components/popover/src/popover2.mjs +66 -111
  234. package/es/components/popover/src/popover2.mjs.map +1 -1
  235. package/es/components/popper/index.d.ts +5 -5
  236. package/es/components/popper/index.mjs +2 -2
  237. package/es/components/popper/src/composables/use-content.d.ts +2 -2
  238. package/es/components/popper/src/content.vue.d.ts +2 -2
  239. package/es/components/popper/src/popper.d.ts +2 -2
  240. package/es/components/popper/src/popper.mjs +25 -32
  241. package/es/components/popper/src/popper.mjs.map +1 -1
  242. package/es/components/popper/src/popper.vue.d.ts +5 -5
  243. package/es/components/popper/src/popper2.mjs +32 -25
  244. package/es/components/popper/src/popper2.mjs.map +1 -1
  245. package/es/components/popper/src/trigger.vue.d.ts +1 -1
  246. package/es/components/popper/src/utils.d.ts +1 -1
  247. package/es/components/progress/index.d.ts +5 -5
  248. package/es/components/progress/index.mjs +2 -2
  249. package/es/components/progress/src/progress.d.ts +1 -1
  250. package/es/components/progress/src/progress.mjs +57 -202
  251. package/es/components/progress/src/progress.mjs.map +1 -1
  252. package/es/components/progress/src/progress.vue.d.ts +5 -5
  253. package/es/components/progress/src/progress2.mjs +202 -57
  254. package/es/components/progress/src/progress2.mjs.map +1 -1
  255. package/es/components/radio/index.d.ts +6 -6
  256. package/es/components/radio/index.mjs +6 -6
  257. package/es/components/radio/src/radio-button.mjs +64 -9
  258. package/es/components/radio/src/radio-button.mjs.map +1 -1
  259. package/es/components/radio/src/radio-button.vue.d.ts +1 -1
  260. package/es/components/radio/src/radio-button2.mjs +9 -64
  261. package/es/components/radio/src/radio-button2.mjs.map +1 -1
  262. package/es/components/radio/src/radio-group.mjs +68 -36
  263. package/es/components/radio/src/radio-group.mjs.map +1 -1
  264. package/es/components/radio/src/radio-group.vue.d.ts +1 -1
  265. package/es/components/radio/src/radio-group2.mjs +36 -68
  266. package/es/components/radio/src/radio-group2.mjs.map +1 -1
  267. package/es/components/radio/src/radio.mjs +30 -71
  268. package/es/components/radio/src/radio.mjs.map +1 -1
  269. package/es/components/radio/src/radio.vue.d.ts +2 -2
  270. package/es/components/radio/src/radio2.mjs +71 -30
  271. package/es/components/radio/src/radio2.mjs.map +1 -1
  272. package/es/components/rate/index.d.ts +1 -1
  273. package/es/components/rate/index.mjs +2 -2
  274. package/es/components/rate/src/rate.mjs +255 -87
  275. package/es/components/rate/src/rate.mjs.map +1 -1
  276. package/es/components/rate/src/rate.vue.d.ts +1 -1
  277. package/es/components/rate/src/rate2.mjs +87 -255
  278. package/es/components/rate/src/rate2.mjs.map +1 -1
  279. package/es/components/roving-focus-group/index.mjs +3 -3
  280. package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
  281. package/es/components/roving-focus-group/src/roving-focus-group.mjs +27 -29
  282. package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
  283. package/es/components/roving-focus-group/src/roving-focus-group2.mjs +29 -27
  284. package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
  285. package/es/components/roving-focus-group/src/roving-focus-item.mjs +1 -1
  286. package/es/components/row/index.mjs +2 -2
  287. package/es/components/row/src/row.mjs +45 -30
  288. package/es/components/row/src/row.mjs.map +1 -1
  289. package/es/components/row/src/row2.mjs +30 -45
  290. package/es/components/row/src/row2.mjs.map +1 -1
  291. package/es/components/scrollbar/index.d.ts +3 -3
  292. package/es/components/scrollbar/src/bar.vue.d.ts +1 -1
  293. package/es/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
  294. package/es/components/scrollbar/src/thumb.vue.d.ts +1 -1
  295. package/es/components/select/index.d.ts +66 -66
  296. package/es/components/select/src/select.mjs +1 -1
  297. package/es/components/select/src/select.vue.d.ts +66 -66
  298. package/es/components/select/src/useSelect.d.ts +64 -64
  299. package/es/components/select-v2/index.d.ts +140 -140
  300. package/es/components/select-v2/src/defaults.d.ts +1 -1
  301. package/es/components/select-v2/src/select.vue.d.ts +70 -70
  302. package/es/components/select-v2/src/useSelect.d.ts +64 -64
  303. package/es/components/skeleton/index.d.ts +9 -9
  304. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  305. package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  306. package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
  307. package/es/components/slider/index.d.ts +175 -175
  308. package/es/components/slider/src/button.mjs +93 -21
  309. package/es/components/slider/src/button.mjs.map +1 -1
  310. package/es/components/slider/src/button.vue.d.ts +33 -33
  311. package/es/components/slider/src/button2.mjs +21 -93
  312. package/es/components/slider/src/button2.mjs.map +1 -1
  313. package/es/components/slider/src/composables/use-slide.d.ts +134 -134
  314. package/es/components/slider/src/slider.mjs +1 -1
  315. package/es/components/slider/src/slider.vue.d.ts +175 -175
  316. package/es/components/space/index.d.ts +1 -1
  317. package/es/components/space/src/space.d.ts +1 -1
  318. package/es/components/statistic/index.mjs +2 -2
  319. package/es/components/statistic/src/statistic.mjs +25 -70
  320. package/es/components/statistic/src/statistic.mjs.map +1 -1
  321. package/es/components/statistic/src/statistic2.mjs +70 -25
  322. package/es/components/statistic/src/statistic2.mjs.map +1 -1
  323. package/es/components/switch/index.d.ts +1 -1
  324. package/es/components/switch/index.mjs +2 -2
  325. package/es/components/switch/src/switch.mjs +241 -88
  326. package/es/components/switch/src/switch.mjs.map +1 -1
  327. package/es/components/switch/src/switch.vue.d.ts +1 -1
  328. package/es/components/switch/src/switch2.mjs +88 -241
  329. package/es/components/switch/src/switch2.mjs.map +1 -1
  330. package/es/components/table/index.d.ts +16 -16
  331. package/es/components/table/src/filter-panel.vue.d.ts +64 -64
  332. package/es/components/table/src/table/defaults.d.ts +2 -2
  333. package/es/components/table/src/table/style-helper.d.ts +1 -1
  334. package/es/components/table/src/table-body/defaults.d.ts +1 -1
  335. package/es/components/table/src/table-body/index.d.ts +2 -2
  336. package/es/components/table/src/table-column/defaults.d.ts +1 -1
  337. package/es/components/table/src/table-column/index.d.ts +3 -3
  338. package/es/components/table/src/table.vue.d.ts +10 -10
  339. package/es/components/table/src/util.d.ts +9 -9
  340. package/es/components/tabs/index.d.ts +9 -9
  341. package/es/components/tabs/src/tab-bar.d.ts +4 -4
  342. package/es/components/tabs/src/tab-bar.vue.d.ts +13 -13
  343. package/es/components/tabs/src/tab-nav.d.ts +15 -15
  344. package/es/components/tabs/src/tab-pane.vue.d.ts +2 -2
  345. package/es/components/tabs/src/tabs.d.ts +6 -6
  346. package/es/components/tag/index.mjs +2 -2
  347. package/es/components/tag/src/tag.mjs +33 -94
  348. package/es/components/tag/src/tag.mjs.map +1 -1
  349. package/es/components/tag/src/tag2.mjs +94 -33
  350. package/es/components/tag/src/tag2.mjs.map +1 -1
  351. package/es/components/text/index.mjs +2 -2
  352. package/es/components/text/src/text.mjs +22 -35
  353. package/es/components/text/src/text.mjs.map +1 -1
  354. package/es/components/text/src/text2.mjs +35 -22
  355. package/es/components/text/src/text2.mjs.map +1 -1
  356. package/es/components/time-picker/index.d.ts +2 -2
  357. package/es/components/time-picker/src/common/picker.vue.d.ts +98 -98
  358. package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
  359. package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
  360. package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
  361. package/es/components/time-picker/src/time-picker.d.ts +1 -1
  362. package/es/components/time-select/index.d.ts +270 -270
  363. package/es/components/time-select/src/time-select.vue.d.ts +135 -135
  364. package/es/components/tooltip/index.d.ts +32 -32
  365. package/es/components/tooltip/index.mjs +1 -1
  366. package/es/components/tooltip/src/content.vue.d.ts +6 -6
  367. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  368. package/es/components/tooltip/src/tooltip.mjs +2 -2
  369. package/es/components/tooltip/src/tooltip.vue.d.ts +32 -32
  370. package/es/components/tooltip/src/tooltip2.mjs +1 -1
  371. package/es/components/tooltip/src/trigger.mjs +73 -16
  372. package/es/components/tooltip/src/trigger.mjs.map +1 -1
  373. package/es/components/tooltip/src/trigger.vue.d.ts +3 -3
  374. package/es/components/tooltip/src/trigger2.mjs +16 -73
  375. package/es/components/tooltip/src/trigger2.mjs.map +1 -1
  376. package/es/components/tooltip-v2/index.d.ts +33 -33
  377. package/es/components/tooltip-v2/index.mjs +4 -4
  378. package/es/components/tooltip-v2/src/content.d.ts +1 -1
  379. package/es/components/tooltip-v2/src/content.mjs +112 -50
  380. package/es/components/tooltip-v2/src/content.mjs.map +1 -1
  381. package/es/components/tooltip-v2/src/content.vue.d.ts +9 -9
  382. package/es/components/tooltip-v2/src/content2.mjs +50 -112
  383. package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
  384. package/es/components/tooltip-v2/src/root.mjs +17 -80
  385. package/es/components/tooltip-v2/src/root.mjs.map +1 -1
  386. package/es/components/tooltip-v2/src/root2.mjs +80 -17
  387. package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
  388. package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
  389. package/es/components/tooltip-v2/src/tooltip.mjs +21 -74
  390. package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
  391. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +33 -33
  392. package/es/components/tooltip-v2/src/tooltip2.mjs +74 -21
  393. package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
  394. package/es/components/transfer/index.d.ts +39 -39
  395. package/es/components/transfer/src/transfer-panel.vue.d.ts +7 -7
  396. package/es/components/transfer/src/transfer.vue.d.ts +39 -39
  397. package/es/components/tree-v2/index.d.ts +7 -7
  398. package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  399. package/es/components/tree-v2/src/tree.vue.d.ts +7 -7
  400. package/es/components/upload/index.d.ts +14 -14
  401. package/es/components/upload/index.mjs +3 -3
  402. package/es/components/upload/src/upload-content.mjs +33 -173
  403. package/es/components/upload/src/upload-content.mjs.map +1 -1
  404. package/es/components/upload/src/upload-content.vue.d.ts +2 -2
  405. package/es/components/upload/src/upload-content2.mjs +173 -33
  406. package/es/components/upload/src/upload-content2.mjs.map +1 -1
  407. package/es/components/upload/src/upload-dragger.mjs +72 -11
  408. package/es/components/upload/src/upload-dragger.mjs.map +1 -1
  409. package/es/components/upload/src/upload-dragger2.mjs +11 -72
  410. package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
  411. package/es/components/upload/src/upload-list.mjs +26 -173
  412. package/es/components/upload/src/upload-list.mjs.map +1 -1
  413. package/es/components/upload/src/upload-list.vue.d.ts +5 -5
  414. package/es/components/upload/src/upload-list2.mjs +173 -26
  415. package/es/components/upload/src/upload-list2.mjs.map +1 -1
  416. package/es/components/upload/src/upload.vue.d.ts +14 -14
  417. package/es/components/upload/src/upload2.mjs +2 -2
  418. package/es/components/virtual-list/src/builders/build-list.d.ts +1 -1
  419. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
  420. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
  421. package/es/components/visual-hidden/index.mjs +3 -3
  422. package/es/components/visual-hidden/src/visual-hidden.mjs +7 -35
  423. package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
  424. package/es/components/visual-hidden/src/visual-hidden2.mjs +35 -7
  425. package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
  426. package/es/hooks/use-floating/index.d.ts +2 -2
  427. package/es/hooks/use-popper/index.d.ts +2 -2
  428. package/es/index.mjs +39 -39
  429. package/lib/components/alert/index.js +2 -2
  430. package/lib/components/alert/src/alert.js +95 -37
  431. package/lib/components/alert/src/alert.js.map +1 -1
  432. package/lib/components/alert/src/alert2.js +37 -95
  433. package/lib/components/alert/src/alert2.js.map +1 -1
  434. package/lib/components/autocomplete/index.d.ts +104 -104
  435. package/lib/components/autocomplete/index.js +2 -2
  436. package/lib/components/autocomplete/src/autocomplete.js +394 -92
  437. package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
  438. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +104 -104
  439. package/lib/components/autocomplete/src/autocomplete2.js +92 -394
  440. package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
  441. package/lib/components/avatar/index.js +2 -2
  442. package/lib/components/avatar/src/avatar.js +67 -33
  443. package/lib/components/avatar/src/avatar.js.map +1 -1
  444. package/lib/components/avatar/src/avatar2.js +33 -67
  445. package/lib/components/avatar/src/avatar2.js.map +1 -1
  446. package/lib/components/badge/index.d.ts +1 -1
  447. package/lib/components/badge/index.js +2 -2
  448. package/lib/components/badge/src/badge.js +17 -55
  449. package/lib/components/badge/src/badge.js.map +1 -1
  450. package/lib/components/badge/src/badge.vue.d.ts +1 -1
  451. package/lib/components/badge/src/badge2.js +55 -17
  452. package/lib/components/badge/src/badge2.js.map +1 -1
  453. package/lib/components/breadcrumb/index.js +2 -2
  454. package/lib/components/breadcrumb/src/breadcrumb.js +36 -11
  455. package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
  456. package/lib/components/breadcrumb/src/breadcrumb2.js +11 -36
  457. package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
  458. package/lib/components/button/index.d.ts +4 -4
  459. package/lib/components/button/index.js +1 -1
  460. package/lib/components/button/src/button-group.js +30 -6
  461. package/lib/components/button/src/button-group.js.map +1 -1
  462. package/lib/components/button/src/button-group2.js +6 -30
  463. package/lib/components/button/src/button-group2.js.map +1 -1
  464. package/lib/components/button/src/button.vue.d.ts +4 -4
  465. package/lib/components/calendar/index.d.ts +4 -4
  466. package/lib/components/calendar/index.js +2 -2
  467. package/lib/components/calendar/src/calendar.js +131 -19
  468. package/lib/components/calendar/src/calendar.js.map +1 -1
  469. package/lib/components/calendar/src/calendar.vue.d.ts +4 -4
  470. package/lib/components/calendar/src/calendar2.js +19 -131
  471. package/lib/components/calendar/src/calendar2.js.map +1 -1
  472. package/lib/components/card/index.js +2 -2
  473. package/lib/components/card/src/card.js +35 -16
  474. package/lib/components/card/src/card.js.map +1 -1
  475. package/lib/components/card/src/card2.js +16 -35
  476. package/lib/components/card/src/card2.js.map +1 -1
  477. package/lib/components/carousel/index.d.ts +1 -1
  478. package/lib/components/carousel/index.js +2 -2
  479. package/lib/components/carousel/src/carousel.js +159 -57
  480. package/lib/components/carousel/src/carousel.js.map +1 -1
  481. package/lib/components/carousel/src/carousel.vue.d.ts +1 -1
  482. package/lib/components/carousel/src/carousel2.js +57 -159
  483. package/lib/components/carousel/src/carousel2.js.map +1 -1
  484. package/lib/components/cascader/index.d.ts +230 -230
  485. package/lib/components/cascader/src/cascader.vue.d.ts +115 -115
  486. package/lib/components/cascader/src/cascader2.js +1 -1
  487. package/lib/components/cascader-panel/index.d.ts +2 -2
  488. package/lib/components/cascader-panel/src/index.js +1 -1
  489. package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
  490. package/lib/components/cascader-panel/src/menu.js +1 -1
  491. package/lib/components/cascader-panel/src/node.js +209 -116
  492. package/lib/components/cascader-panel/src/node.js.map +1 -1
  493. package/lib/components/cascader-panel/src/node2.js +116 -209
  494. package/lib/components/cascader-panel/src/node2.js.map +1 -1
  495. package/lib/components/cascader-panel/src/store.js +1 -1
  496. package/lib/components/check-tag/index.js +2 -2
  497. package/lib/components/check-tag/src/check-tag.js +30 -13
  498. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  499. package/lib/components/check-tag/src/check-tag2.js +13 -30
  500. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  501. package/lib/components/checkbox/index.d.ts +8 -8
  502. package/lib/components/checkbox/index.js +2 -2
  503. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  504. package/lib/components/checkbox/src/checkbox-group.js +29 -72
  505. package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
  506. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
  507. package/lib/components/checkbox/src/checkbox-group2.js +72 -29
  508. package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
  509. package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
  510. package/lib/components/col/index.d.ts +1 -1
  511. package/lib/components/col/index.js +2 -2
  512. package/lib/components/col/src/col.js +66 -43
  513. package/lib/components/col/src/col.js.map +1 -1
  514. package/lib/components/col/src/col.vue.d.ts +1 -1
  515. package/lib/components/col/src/col2.js +43 -66
  516. package/lib/components/col/src/col2.js.map +1 -1
  517. package/lib/components/collapse/index.js +2 -2
  518. package/lib/components/collapse/src/collapse-item.js +96 -14
  519. package/lib/components/collapse/src/collapse-item.js.map +1 -1
  520. package/lib/components/collapse/src/collapse-item2.js +14 -96
  521. package/lib/components/collapse/src/collapse-item2.js.map +1 -1
  522. package/lib/components/collection/index.js +1 -1
  523. package/lib/components/collection/src/collection.js +9 -62
  524. package/lib/components/collection/src/collection.js.map +1 -1
  525. package/lib/components/collection/src/collection2.js +62 -9
  526. package/lib/components/collection/src/collection2.js.map +1 -1
  527. package/lib/components/color-picker/index.d.ts +102 -102
  528. package/lib/components/color-picker/src/color-picker.vue.d.ts +102 -102
  529. package/lib/components/date-picker/index.d.ts +2 -2
  530. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
  531. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +38 -38
  532. package/lib/components/date-picker/src/date-picker.d.ts +1 -1
  533. package/lib/components/date-picker/src/panel-utils.d.ts +76 -76
  534. package/lib/components/descriptions/src/description2.js +1 -1
  535. package/lib/components/descriptions/src/descriptions-row.js +7 -64
  536. package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
  537. package/lib/components/descriptions/src/descriptions-row2.js +64 -7
  538. package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
  539. package/lib/components/dialog/index.js +2 -2
  540. package/lib/components/dialog/src/dialog.js +172 -75
  541. package/lib/components/dialog/src/dialog.js.map +1 -1
  542. package/lib/components/dialog/src/dialog2.js +75 -172
  543. package/lib/components/dialog/src/dialog2.js.map +1 -1
  544. package/lib/components/divider/index.d.ts +4 -4
  545. package/lib/components/divider/index.js +2 -2
  546. package/lib/components/divider/src/divider.d.ts +1 -1
  547. package/lib/components/divider/src/divider.js +35 -17
  548. package/lib/components/divider/src/divider.js.map +1 -1
  549. package/lib/components/divider/src/divider.vue.d.ts +4 -4
  550. package/lib/components/divider/src/divider2.js +17 -35
  551. package/lib/components/divider/src/divider2.js.map +1 -1
  552. package/lib/components/drawer/src/drawer.js +1 -1
  553. package/lib/components/dropdown/index.d.ts +65 -65
  554. package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
  555. package/lib/components/dropdown/src/dropdown-menu.js +1 -1
  556. package/lib/components/dropdown/src/dropdown.js +2 -2
  557. package/lib/components/dropdown/src/dropdown.vue.d.ts +65 -65
  558. package/lib/components/dropdown/src/dropdown2.js +1 -1
  559. package/lib/components/form/index.d.ts +10 -10
  560. package/lib/components/form/src/form.d.ts +2 -2
  561. package/lib/components/form/src/form.vue.d.ts +10 -10
  562. package/lib/components/image/index.d.ts +4 -4
  563. package/lib/components/image/index.js +2 -2
  564. package/lib/components/image/src/image.js +62 -219
  565. package/lib/components/image/src/image.js.map +1 -1
  566. package/lib/components/image/src/image.vue.d.ts +4 -4
  567. package/lib/components/image/src/image2.js +219 -62
  568. package/lib/components/image/src/image2.js.map +1 -1
  569. package/lib/components/image-viewer/index.d.ts +1 -1
  570. package/lib/components/image-viewer/index.js +2 -2
  571. package/lib/components/image-viewer/src/image-viewer.js +40 -396
  572. package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
  573. package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  574. package/lib/components/image-viewer/src/image-viewer2.js +396 -40
  575. package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
  576. package/lib/components/index.js +39 -39
  577. package/lib/components/input/index.d.ts +1 -1
  578. package/lib/components/input/index.js +2 -2
  579. package/lib/components/input/src/input.js +551 -135
  580. package/lib/components/input/src/input.js.map +1 -1
  581. package/lib/components/input/src/input.vue.d.ts +1 -1
  582. package/lib/components/input/src/input2.js +135 -551
  583. package/lib/components/input/src/input2.js.map +1 -1
  584. package/lib/components/input-number/index.d.ts +5 -5
  585. package/lib/components/input-number/index.js +2 -2
  586. package/lib/components/input-number/src/input-number.js +57 -309
  587. package/lib/components/input-number/src/input-number.js.map +1 -1
  588. package/lib/components/input-number/src/input-number.vue.d.ts +5 -5
  589. package/lib/components/input-number/src/input-number2.js +309 -57
  590. package/lib/components/input-number/src/input-number2.js.map +1 -1
  591. package/lib/components/link/index.d.ts +1 -1
  592. package/lib/components/link/index.js +2 -2
  593. package/lib/components/link/src/link.js +22 -50
  594. package/lib/components/link/src/link.js.map +1 -1
  595. package/lib/components/link/src/link.vue.d.ts +1 -1
  596. package/lib/components/link/src/link2.js +50 -22
  597. package/lib/components/link/src/link2.js.map +1 -1
  598. package/lib/components/menu/index.d.ts +2 -2
  599. package/lib/components/menu/index.js +4 -4
  600. package/lib/components/menu/src/menu-item-group.js +35 -4
  601. package/lib/components/menu/src/menu-item-group.js.map +1 -1
  602. package/lib/components/menu/src/menu-item-group2.js +4 -35
  603. package/lib/components/menu/src/menu-item-group2.js.map +1 -1
  604. package/lib/components/menu/src/menu-item.js +15 -97
  605. package/lib/components/menu/src/menu-item.js.map +1 -1
  606. package/lib/components/menu/src/menu-item2.js +97 -15
  607. package/lib/components/menu/src/menu-item2.js.map +1 -1
  608. package/lib/components/menu/src/sub-menu.d.ts +1 -1
  609. package/lib/components/message/src/message.vue.d.ts +3 -3
  610. package/lib/components/notification/index.js +1 -1
  611. package/lib/components/notification/src/notification.js +70 -146
  612. package/lib/components/notification/src/notification.js.map +1 -1
  613. package/lib/components/notification/src/notification.vue.d.ts +2 -2
  614. package/lib/components/notification/src/notification2.js +146 -70
  615. package/lib/components/notification/src/notification2.js.map +1 -1
  616. package/lib/components/notification/src/notify.js +2 -2
  617. package/lib/components/page-header/index.d.ts +4 -4
  618. package/lib/components/page-header/src/page-header.vue.d.ts +4 -4
  619. package/lib/components/pagination/index.d.ts +2 -2
  620. package/lib/components/pagination/src/components/jumper.js +9 -60
  621. package/lib/components/pagination/src/components/jumper.js.map +1 -1
  622. package/lib/components/pagination/src/components/jumper.vue.d.ts +1 -1
  623. package/lib/components/pagination/src/components/jumper2.js +60 -9
  624. package/lib/components/pagination/src/components/jumper2.js.map +1 -1
  625. package/lib/components/pagination/src/components/next.js +58 -19
  626. package/lib/components/pagination/src/components/next.js.map +1 -1
  627. package/lib/components/pagination/src/components/next2.js +19 -58
  628. package/lib/components/pagination/src/components/next2.js.map +1 -1
  629. package/lib/components/pagination/src/components/pager.js +17 -214
  630. package/lib/components/pagination/src/components/pager.js.map +1 -1
  631. package/lib/components/pagination/src/components/pager2.js +214 -17
  632. package/lib/components/pagination/src/components/pager2.js.map +1 -1
  633. package/lib/components/pagination/src/components/prev.js +19 -58
  634. package/lib/components/pagination/src/components/prev.js.map +1 -1
  635. package/lib/components/pagination/src/components/prev2.js +58 -19
  636. package/lib/components/pagination/src/components/prev2.js.map +1 -1
  637. package/lib/components/pagination/src/components/sizes.js +22 -68
  638. package/lib/components/pagination/src/components/sizes.js.map +1 -1
  639. package/lib/components/pagination/src/components/sizes.vue.d.ts +66 -66
  640. package/lib/components/pagination/src/components/sizes2.js +68 -22
  641. package/lib/components/pagination/src/components/sizes2.js.map +1 -1
  642. package/lib/components/pagination/src/components/total.js +28 -7
  643. package/lib/components/pagination/src/components/total.js.map +1 -1
  644. package/lib/components/pagination/src/components/total2.js +7 -28
  645. package/lib/components/pagination/src/components/total2.js.map +1 -1
  646. package/lib/components/pagination/src/pagination.d.ts +2 -2
  647. package/lib/components/pagination/src/pagination.js +6 -6
  648. package/lib/components/popconfirm/index.d.ts +101 -101
  649. package/lib/components/popconfirm/index.js +2 -2
  650. package/lib/components/popconfirm/src/popconfirm.js +110 -48
  651. package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
  652. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +101 -101
  653. package/lib/components/popconfirm/src/popconfirm2.js +48 -110
  654. package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
  655. package/lib/components/popover/index.d.ts +109 -109
  656. package/lib/components/popover/index.js +2 -2
  657. package/lib/components/popover/src/popover.js +111 -67
  658. package/lib/components/popover/src/popover.js.map +1 -1
  659. package/lib/components/popover/src/popover.vue.d.ts +109 -109
  660. package/lib/components/popover/src/popover2.js +67 -111
  661. package/lib/components/popover/src/popover2.js.map +1 -1
  662. package/lib/components/popper/index.d.ts +5 -5
  663. package/lib/components/popper/index.js +2 -2
  664. package/lib/components/popper/src/composables/use-content.d.ts +2 -2
  665. package/lib/components/popper/src/content.vue.d.ts +2 -2
  666. package/lib/components/popper/src/popper.d.ts +2 -2
  667. package/lib/components/popper/src/popper.js +28 -32
  668. package/lib/components/popper/src/popper.js.map +1 -1
  669. package/lib/components/popper/src/popper.vue.d.ts +5 -5
  670. package/lib/components/popper/src/popper2.js +32 -28
  671. package/lib/components/popper/src/popper2.js.map +1 -1
  672. package/lib/components/popper/src/trigger.vue.d.ts +1 -1
  673. package/lib/components/popper/src/utils.d.ts +1 -1
  674. package/lib/components/progress/index.d.ts +5 -5
  675. package/lib/components/progress/index.js +2 -2
  676. package/lib/components/progress/src/progress.d.ts +1 -1
  677. package/lib/components/progress/src/progress.js +57 -202
  678. package/lib/components/progress/src/progress.js.map +1 -1
  679. package/lib/components/progress/src/progress.vue.d.ts +5 -5
  680. package/lib/components/progress/src/progress2.js +202 -57
  681. package/lib/components/progress/src/progress2.js.map +1 -1
  682. package/lib/components/radio/index.d.ts +6 -6
  683. package/lib/components/radio/index.js +6 -6
  684. package/lib/components/radio/src/radio-button.js +64 -9
  685. package/lib/components/radio/src/radio-button.js.map +1 -1
  686. package/lib/components/radio/src/radio-button.vue.d.ts +1 -1
  687. package/lib/components/radio/src/radio-button2.js +9 -64
  688. package/lib/components/radio/src/radio-button2.js.map +1 -1
  689. package/lib/components/radio/src/radio-group.js +68 -37
  690. package/lib/components/radio/src/radio-group.js.map +1 -1
  691. package/lib/components/radio/src/radio-group.vue.d.ts +1 -1
  692. package/lib/components/radio/src/radio-group2.js +37 -68
  693. package/lib/components/radio/src/radio-group2.js.map +1 -1
  694. package/lib/components/radio/src/radio.js +32 -71
  695. package/lib/components/radio/src/radio.js.map +1 -1
  696. package/lib/components/radio/src/radio.vue.d.ts +2 -2
  697. package/lib/components/radio/src/radio2.js +71 -32
  698. package/lib/components/radio/src/radio2.js.map +1 -1
  699. package/lib/components/rate/index.d.ts +1 -1
  700. package/lib/components/rate/index.js +2 -2
  701. package/lib/components/rate/src/rate.js +254 -87
  702. package/lib/components/rate/src/rate.js.map +1 -1
  703. package/lib/components/rate/src/rate.vue.d.ts +1 -1
  704. package/lib/components/rate/src/rate2.js +87 -254
  705. package/lib/components/rate/src/rate2.js.map +1 -1
  706. package/lib/components/roving-focus-group/index.js +2 -2
  707. package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
  708. package/lib/components/roving-focus-group/src/roving-focus-group.js +27 -33
  709. package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
  710. package/lib/components/roving-focus-group/src/roving-focus-group2.js +33 -27
  711. package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
  712. package/lib/components/roving-focus-group/src/roving-focus-item.js +1 -1
  713. package/lib/components/row/index.js +2 -2
  714. package/lib/components/row/src/row.js +45 -32
  715. package/lib/components/row/src/row.js.map +1 -1
  716. package/lib/components/row/src/row2.js +32 -45
  717. package/lib/components/row/src/row2.js.map +1 -1
  718. package/lib/components/scrollbar/index.d.ts +3 -3
  719. package/lib/components/scrollbar/src/bar.vue.d.ts +1 -1
  720. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
  721. package/lib/components/scrollbar/src/thumb.vue.d.ts +1 -1
  722. package/lib/components/select/index.d.ts +66 -66
  723. package/lib/components/select/src/select.js +1 -1
  724. package/lib/components/select/src/select.vue.d.ts +66 -66
  725. package/lib/components/select/src/useSelect.d.ts +64 -64
  726. package/lib/components/select-v2/index.d.ts +140 -140
  727. package/lib/components/select-v2/src/defaults.d.ts +1 -1
  728. package/lib/components/select-v2/src/select.vue.d.ts +70 -70
  729. package/lib/components/select-v2/src/useSelect.d.ts +64 -64
  730. package/lib/components/skeleton/index.d.ts +9 -9
  731. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  732. package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  733. package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
  734. package/lib/components/slider/index.d.ts +175 -175
  735. package/lib/components/slider/src/button.js +93 -22
  736. package/lib/components/slider/src/button.js.map +1 -1
  737. package/lib/components/slider/src/button.vue.d.ts +33 -33
  738. package/lib/components/slider/src/button2.js +22 -93
  739. package/lib/components/slider/src/button2.js.map +1 -1
  740. package/lib/components/slider/src/composables/use-slide.d.ts +134 -134
  741. package/lib/components/slider/src/slider.js +1 -1
  742. package/lib/components/slider/src/slider.vue.d.ts +175 -175
  743. package/lib/components/space/index.d.ts +1 -1
  744. package/lib/components/space/src/space.d.ts +1 -1
  745. package/lib/components/statistic/index.js +2 -2
  746. package/lib/components/statistic/src/statistic.js +25 -70
  747. package/lib/components/statistic/src/statistic.js.map +1 -1
  748. package/lib/components/statistic/src/statistic2.js +70 -25
  749. package/lib/components/statistic/src/statistic2.js.map +1 -1
  750. package/lib/components/switch/index.d.ts +1 -1
  751. package/lib/components/switch/index.js +2 -2
  752. package/lib/components/switch/src/switch.js +240 -88
  753. package/lib/components/switch/src/switch.js.map +1 -1
  754. package/lib/components/switch/src/switch.vue.d.ts +1 -1
  755. package/lib/components/switch/src/switch2.js +88 -240
  756. package/lib/components/switch/src/switch2.js.map +1 -1
  757. package/lib/components/table/index.d.ts +16 -16
  758. package/lib/components/table/src/filter-panel.vue.d.ts +64 -64
  759. package/lib/components/table/src/table/defaults.d.ts +2 -2
  760. package/lib/components/table/src/table/style-helper.d.ts +1 -1
  761. package/lib/components/table/src/table-body/defaults.d.ts +1 -1
  762. package/lib/components/table/src/table-body/index.d.ts +2 -2
  763. package/lib/components/table/src/table-column/defaults.d.ts +1 -1
  764. package/lib/components/table/src/table-column/index.d.ts +3 -3
  765. package/lib/components/table/src/table.vue.d.ts +10 -10
  766. package/lib/components/table/src/util.d.ts +9 -9
  767. package/lib/components/tabs/index.d.ts +9 -9
  768. package/lib/components/tabs/src/tab-bar.d.ts +4 -4
  769. package/lib/components/tabs/src/tab-bar.vue.d.ts +13 -13
  770. package/lib/components/tabs/src/tab-nav.d.ts +15 -15
  771. package/lib/components/tabs/src/tab-pane.vue.d.ts +2 -2
  772. package/lib/components/tabs/src/tabs.d.ts +6 -6
  773. package/lib/components/tag/index.js +2 -2
  774. package/lib/components/tag/src/tag.js +34 -94
  775. package/lib/components/tag/src/tag.js.map +1 -1
  776. package/lib/components/tag/src/tag2.js +94 -34
  777. package/lib/components/tag/src/tag2.js.map +1 -1
  778. package/lib/components/text/index.js +2 -2
  779. package/lib/components/text/src/text.js +22 -35
  780. package/lib/components/text/src/text.js.map +1 -1
  781. package/lib/components/text/src/text2.js +35 -22
  782. package/lib/components/text/src/text2.js.map +1 -1
  783. package/lib/components/time-picker/index.d.ts +2 -2
  784. package/lib/components/time-picker/src/common/picker.vue.d.ts +98 -98
  785. package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
  786. package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
  787. package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
  788. package/lib/components/time-picker/src/time-picker.d.ts +1 -1
  789. package/lib/components/time-select/index.d.ts +270 -270
  790. package/lib/components/time-select/src/time-select.vue.d.ts +135 -135
  791. package/lib/components/tooltip/index.d.ts +32 -32
  792. package/lib/components/tooltip/index.js +1 -1
  793. package/lib/components/tooltip/src/content.vue.d.ts +6 -6
  794. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  795. package/lib/components/tooltip/src/tooltip.js +2 -2
  796. package/lib/components/tooltip/src/tooltip.vue.d.ts +32 -32
  797. package/lib/components/tooltip/src/tooltip2.js +1 -1
  798. package/lib/components/tooltip/src/trigger.js +73 -16
  799. package/lib/components/tooltip/src/trigger.js.map +1 -1
  800. package/lib/components/tooltip/src/trigger.vue.d.ts +3 -3
  801. package/lib/components/tooltip/src/trigger2.js +16 -73
  802. package/lib/components/tooltip/src/trigger2.js.map +1 -1
  803. package/lib/components/tooltip-v2/index.d.ts +33 -33
  804. package/lib/components/tooltip-v2/index.js +4 -4
  805. package/lib/components/tooltip-v2/src/content.d.ts +1 -1
  806. package/lib/components/tooltip-v2/src/content.js +112 -50
  807. package/lib/components/tooltip-v2/src/content.js.map +1 -1
  808. package/lib/components/tooltip-v2/src/content.vue.d.ts +9 -9
  809. package/lib/components/tooltip-v2/src/content2.js +50 -112
  810. package/lib/components/tooltip-v2/src/content2.js.map +1 -1
  811. package/lib/components/tooltip-v2/src/root.js +17 -80
  812. package/lib/components/tooltip-v2/src/root.js.map +1 -1
  813. package/lib/components/tooltip-v2/src/root2.js +80 -17
  814. package/lib/components/tooltip-v2/src/root2.js.map +1 -1
  815. package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
  816. package/lib/components/tooltip-v2/src/tooltip.js +21 -74
  817. package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
  818. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +33 -33
  819. package/lib/components/tooltip-v2/src/tooltip2.js +74 -21
  820. package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
  821. package/lib/components/transfer/index.d.ts +39 -39
  822. package/lib/components/transfer/src/transfer-panel.vue.d.ts +7 -7
  823. package/lib/components/transfer/src/transfer.vue.d.ts +39 -39
  824. package/lib/components/tree-v2/index.d.ts +7 -7
  825. package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  826. package/lib/components/tree-v2/src/tree.vue.d.ts +7 -7
  827. package/lib/components/upload/index.d.ts +14 -14
  828. package/lib/components/upload/index.js +3 -3
  829. package/lib/components/upload/src/upload-content.js +32 -172
  830. package/lib/components/upload/src/upload-content.js.map +1 -1
  831. package/lib/components/upload/src/upload-content.vue.d.ts +2 -2
  832. package/lib/components/upload/src/upload-content2.js +172 -32
  833. package/lib/components/upload/src/upload-content2.js.map +1 -1
  834. package/lib/components/upload/src/upload-dragger.js +72 -12
  835. package/lib/components/upload/src/upload-dragger.js.map +1 -1
  836. package/lib/components/upload/src/upload-dragger2.js +12 -72
  837. package/lib/components/upload/src/upload-dragger2.js.map +1 -1
  838. package/lib/components/upload/src/upload-list.js +27 -173
  839. package/lib/components/upload/src/upload-list.js.map +1 -1
  840. package/lib/components/upload/src/upload-list.vue.d.ts +5 -5
  841. package/lib/components/upload/src/upload-list2.js +173 -27
  842. package/lib/components/upload/src/upload-list2.js.map +1 -1
  843. package/lib/components/upload/src/upload.vue.d.ts +14 -14
  844. package/lib/components/upload/src/upload2.js +2 -2
  845. package/lib/components/virtual-list/src/builders/build-list.d.ts +1 -1
  846. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
  847. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
  848. package/lib/components/visual-hidden/index.js +2 -2
  849. package/lib/components/visual-hidden/src/visual-hidden.js +7 -35
  850. package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
  851. package/lib/components/visual-hidden/src/visual-hidden2.js +35 -7
  852. package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
  853. package/lib/hooks/use-floating/index.d.ts +2 -2
  854. package/lib/hooks/use-popper/index.d.ts +2 -2
  855. package/lib/index.js +39 -39
  856. package/package.json +1 -1
  857. package/theme-chalk/el-input.css +1 -1
  858. package/theme-chalk/index.css +1 -1
  859. package/theme-chalk/src/input.scss +0 -1
@@ -1,23 +1,86 @@
1
+ import { defineComponent, ref, computed, unref, watch, onMounted, onBeforeUnmount, provide, renderSlot } from 'vue';
2
+ import { useTimeoutFn } from '@vueuse/core';
3
+ import '../../../hooks/index.mjs';
1
4
  import '../../../utils/index.mjs';
2
- import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
5
+ import { TOOLTIP_V2_OPEN, tooltipV2RootKey } from './constants.mjs';
6
+ import { tooltipV2RootProps } from './root.mjs';
7
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
8
+ import { isPropAbsent, isNumber } from '../../../utils/types.mjs';
9
+ import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
10
+ import { useId } from '../../../hooks/use-id/index.mjs';
3
11
 
4
- const tooltipV2RootProps = buildProps({
5
- delayDuration: {
6
- type: Number,
7
- default: 300
8
- },
9
- defaultOpen: Boolean,
10
- open: {
11
- type: Boolean,
12
- default: void 0
13
- },
14
- onOpenChange: {
15
- type: definePropType(Function)
16
- },
17
- "onUpdate:open": {
18
- type: definePropType(Function)
12
+ const __default__ = defineComponent({
13
+ name: "ElTooltipV2Root"
14
+ });
15
+ const _sfc_main = /* @__PURE__ */ defineComponent({
16
+ ...__default__,
17
+ props: tooltipV2RootProps,
18
+ setup(__props, { expose }) {
19
+ const props = __props;
20
+ const _open = ref(props.defaultOpen);
21
+ const triggerRef = ref(null);
22
+ const open = computed({
23
+ get: () => isPropAbsent(props.open) ? _open.value : props.open,
24
+ set: (open2) => {
25
+ var _a;
26
+ _open.value = open2;
27
+ (_a = props["onUpdate:open"]) == null ? void 0 : _a.call(props, open2);
28
+ }
29
+ });
30
+ const isOpenDelayed = computed(() => isNumber(props.delayDuration) && props.delayDuration > 0);
31
+ const { start: onDelayedOpen, stop: clearTimer } = useTimeoutFn(() => {
32
+ open.value = true;
33
+ }, computed(() => props.delayDuration), {
34
+ immediate: false
35
+ });
36
+ const ns = useNamespace("tooltip-v2");
37
+ const contentId = useId();
38
+ const onNormalOpen = () => {
39
+ clearTimer();
40
+ open.value = true;
41
+ };
42
+ const onDelayOpen = () => {
43
+ unref(isOpenDelayed) ? onDelayedOpen() : onNormalOpen();
44
+ };
45
+ const onOpen = onNormalOpen;
46
+ const onClose = () => {
47
+ clearTimer();
48
+ open.value = false;
49
+ };
50
+ const onChange = (open2) => {
51
+ var _a;
52
+ if (open2) {
53
+ document.dispatchEvent(new CustomEvent(TOOLTIP_V2_OPEN));
54
+ onOpen();
55
+ }
56
+ (_a = props.onOpenChange) == null ? void 0 : _a.call(props, open2);
57
+ };
58
+ watch(open, onChange);
59
+ onMounted(() => {
60
+ document.addEventListener(TOOLTIP_V2_OPEN, onClose);
61
+ });
62
+ onBeforeUnmount(() => {
63
+ clearTimer();
64
+ document.removeEventListener(TOOLTIP_V2_OPEN, onClose);
65
+ });
66
+ provide(tooltipV2RootKey, {
67
+ contentId,
68
+ triggerRef,
69
+ ns,
70
+ onClose,
71
+ onDelayOpen,
72
+ onOpen
73
+ });
74
+ expose({
75
+ onOpen,
76
+ onClose
77
+ });
78
+ return (_ctx, _cache) => {
79
+ return renderSlot(_ctx.$slots, "default", { open: unref(open) });
80
+ };
19
81
  }
20
82
  });
83
+ var TooltipV2Root = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\BeyondTrucks\\beyond-ui\\packages\\components\\tooltip-v2\\src\\root.vue"]]);
21
84
 
22
- export { tooltipV2RootProps };
85
+ export { TooltipV2Root as default };
23
86
  //# sourceMappingURL=root2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"root2.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/root.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\n\ntype StateUpdater = (state: boolean) => void\n\nexport const tooltipV2RootProps = buildProps({\n delayDuration: {\n type: Number,\n default: 300,\n },\n defaultOpen: Boolean,\n open: {\n type: Boolean,\n default: undefined,\n },\n onOpenChange: {\n type: definePropType<StateUpdater>(Function),\n },\n 'onUpdate:open': {\n type: definePropType<StateUpdater>(Function),\n },\n} as const)\n\nexport type TooltipV2RootProps = ExtractPropTypes<typeof tooltipV2RootProps>\n"],"names":[],"mappings":";;;AACY,MAAC,kBAAkB,GAAG,UAAU,CAAC;AAC7C,EAAE,aAAa,EAAE;AACjB,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,GAAG;AAChB,GAAG;AACH,EAAE,WAAW,EAAE,OAAO;AACtB,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,KAAK,CAAC;AACnB,GAAG;AACH,EAAE,YAAY,EAAE;AAChB,IAAI,IAAI,EAAE,cAAc,CAAC,QAAQ,CAAC;AAClC,GAAG;AACH,EAAE,eAAe,EAAE;AACnB,IAAI,IAAI,EAAE,cAAc,CAAC,QAAQ,CAAC;AAClC,GAAG;AACH,CAAC;;;;"}
1
+ {"version":3,"file":"root2.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/root.vue"],"sourcesContent":["<template>\n <slot :open=\"open\" />\n</template>\n\n<script setup lang=\"ts\">\nimport {\n computed,\n onBeforeUnmount,\n onMounted,\n provide,\n ref,\n unref,\n watch,\n} from 'vue'\nimport { useTimeoutFn } from '@vueuse/core'\nimport { useId, useNamespace } from '@element-plus/hooks'\nimport { isNumber, isPropAbsent } from '@element-plus/utils'\nimport { TOOLTIP_V2_OPEN, tooltipV2RootKey } from './constants'\nimport { tooltipV2RootProps } from './root'\n\ndefineOptions({\n name: 'ElTooltipV2Root',\n})\n\nconst props = defineProps(tooltipV2RootProps)\n\n/**\n * internal open state, when no model value was provided, use this as indicator instead\n */\nconst _open = ref(props.defaultOpen)\nconst triggerRef = ref<HTMLElement | null>(null)\n\nconst open = computed<boolean>({\n get: () => (isPropAbsent(props.open) ? _open.value : props.open),\n set: (open) => {\n _open.value = open\n props['onUpdate:open']?.(open)\n },\n})\n\nconst isOpenDelayed = computed(\n () => isNumber(props.delayDuration) && props.delayDuration > 0\n)\n\nconst { start: onDelayedOpen, stop: clearTimer } = useTimeoutFn(\n () => {\n open.value = true\n },\n computed(() => props.delayDuration),\n {\n immediate: false,\n }\n)\n\nconst ns = useNamespace('tooltip-v2')\n\nconst contentId = useId()\n\nconst onNormalOpen = () => {\n clearTimer()\n open.value = true\n}\n\nconst onDelayOpen = () => {\n unref(isOpenDelayed) ? onDelayedOpen() : onNormalOpen()\n}\n\nconst onOpen = onNormalOpen\n\nconst onClose = () => {\n clearTimer()\n open.value = false\n}\n\nconst onChange = (open: boolean) => {\n if (open) {\n document.dispatchEvent(new CustomEvent(TOOLTIP_V2_OPEN))\n onOpen()\n }\n\n props.onOpenChange?.(open)\n}\n\nwatch(open, onChange)\n\nonMounted(() => {\n // Keeps only 1 tooltip open at a time\n document.addEventListener(TOOLTIP_V2_OPEN, onClose)\n})\n\nonBeforeUnmount(() => {\n clearTimer()\n document.removeEventListener(TOOLTIP_V2_OPEN, onClose)\n})\n\nprovide(tooltipV2RootKey, {\n contentId,\n triggerRef,\n ns,\n\n onClose,\n onDelayOpen,\n onOpen,\n})\n\ndefineExpose({\n /**\n * @description open tooltip programmatically\n */\n onOpen,\n\n /**\n * @description close tooltip programmatically\n */\n onClose,\n})\n</script>\n"],"names":[],"mappings":";;;;;;;;;;;mCAoBc,CAAA;AAAA,EACZ,IAAM,EAAA,iBAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAOA,IAAM,MAAA,KAAA,GAAQ,GAAI,CAAA,KAAA,CAAM,WAAW,CAAA,CAAA;AACnC,IAAM,MAAA,UAAA,GAAa,IAAwB,IAAI,CAAA,CAAA;AAE/C,IAAA,MAAM,OAAO,QAAkB,CAAA;AAAA,MAC7B,GAAA,EAAK,MAAO,YAAa,CAAA,KAAA,CAAM,IAAI,CAAI,GAAA,KAAA,CAAM,QAAQ,KAAM,CAAA,IAAA;AAAA,MAC3D,GAAA,EAAK,CAAC,KAAS,KAAA;AACb,QAAA,IAAA,EAAM,CAAQ;AACd,QAAA,KAAA,CAAM;AAAuB,QAC/B,CAAA,EAAA,GAAA,KAAA,CAAA,eAAA,CAAA,KAAA,IAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAA,IAAA,CAAA,KAAA,EAAA,KAAA,CAAA,CAAA;AAAA,OACD;AAED,KAAM,CAAA,CAAA;AAIN,IAAA,MAAM,aAAS,GAAA,QAAe,CAAM,MAAA,QAAA,CAAA,KAAe,cAC3C,CAAA,IAAA,KAAA,CAAA,aAAA,GAAA,CAAA,CAAA,CAAA;AACJ,IAAA,MAAA,EAAa,KAAA,EAAA,aAAA,EAAA,IAAA,EAAA,UAAA,EAAA,GAAA,YAAA,CAAA,MAAA;AAAA,MAEf,IAAA,CAAA,KAAS,GAAM,IAAA,CAAA;AACf,KAAA,EACa,QAAA,CAAA,MAAA,KAAA,CAAA,aAAA,CAAA,EAAA;AAAA,MAEf,SAAA,EAAA,KAAA;AAEA,KAAM,CAAA,CAAA;AAEN,IAAA,MAAM,iBAAkB,CAAA,YAAA,CAAA,CAAA;AAExB,IAAA,MAAM,iBAAqB,EAAA,CAAA;AACzB,IAAW,MAAA,YAAA,GAAA,MAAA;AACX,MAAA,UAAa,EAAA,CAAA;AAAA,MACf,IAAA,CAAA,KAAA,GAAA,IAAA,CAAA;AAEA,KAAA,CAAA;AACE,IAAA,MAAA,WAAmB,GAAA,MAAkB;AAAiB,MACxD,KAAA,CAAA,aAAA,CAAA,GAAA,aAAA,EAAA,GAAA,YAAA,EAAA,CAAA;AAEA,KAAA,CAAA;AAEA,IAAA,MAAM,qBAAgB,CAAA;AACpB,IAAW,MAAA,OAAA,GAAA,MAAA;AACX,MAAA,UAAa,EAAA,CAAA;AAAA,MACf,IAAA,CAAA,KAAA,GAAA,KAAA,CAAA;AAEA,KAAM,CAAA;AACJ,IAAA,MAAI,QAAM,GAAA,CAAA,KAAA,KAAA;AACR,MAAA,IAAA,EAAA,CAAA;AACA,MAAO,IAAA,KAAA,EAAA;AAAA,QACT,QAAA,CAAA,aAAA,CAAA,IAAA,WAAA,CAAA,eAAA,CAAA,CAAA,CAAA;AAEA,QAAA;AAAyB,OAC3B;AAEA,MAAA,CAAA,EAAA,QAAoB,CAAA,YAAA,KAAA,IAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAA,IAAA,CAAA,KAAA,EAAA,KAAA,CAAA,CAAA;AAEpB,KAAA,CAAA;AAEE,IAAS,KAAA,CAAA,IAAA,EAAA,QAAA,CAAA,CAAA;AAAyC,IACpD,SAAC,CAAA,MAAA;AAED,MAAA,QAAA,CAAA,gBAAsB,CAAA,eAAA,EAAA,OAAA,CAAA,CAAA;AACpB,KAAW,CAAA,CAAA;AACX,IAAS,eAAA,CAAA,MAAA;AAA4C,MACtD,UAAA,EAAA,CAAA;AAED,MAAA,QAA0B,CAAA,mBAAA,CAAA,eAAA,EAAA,OAAA,CAAA,CAAA;AAAA,KACxB,CAAA,CAAA;AAAA,IACA,OAAA,CAAA,gBAAA,EAAA;AAAA,MACA,SAAA;AAAA,MAEA,UAAA;AAAA,MACA,EAAA;AAAA,MACA,OAAA;AAAA,MACD,WAAA;AAED,MAAa,MAAA;AAAA,KAIX,CAAA,CAAA;AAAA,IAKA,MAAA,CAAA;AAAA,MACD,MAAA;;;;;;;;;;;;"}
@@ -9,7 +9,7 @@ export declare const tooltipV2Props: {
9
9
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
10
10
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
11
11
  readonly contentClass: StringConstructor;
12
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
12
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
13
13
  readonly reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
14
14
  readonly offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
15
15
  readonly strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -1,80 +1,27 @@
1
- import { defineComponent, toRefs, reactive, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, createVNode, mergeProps, renderSlot, Teleport, Transition, createCommentVNode, createElementBlock, Fragment } from 'vue';
2
- import { pick } from 'lodash-unified';
3
- import { tooltipV2ArrowProps } from './arrow.mjs';
4
- import { tooltipV2ContentProps } from './content.mjs';
5
- import { tooltipV2RootProps } from './root2.mjs';
6
- import { tooltipV2Props } from './tooltip2.mjs';
1
+ import '../../../utils/index.mjs';
2
+ import { tooltipV2RootProps } from './root.mjs';
7
3
  import { tooltipV2TriggerProps } from './trigger2.mjs';
8
- import TooltipV2Root from './root.mjs';
9
- import TooltipV2Arrow from './arrow2.mjs';
10
- import TooltipV2Content from './content2.mjs';
11
- import TooltipV2Trigger from './trigger.mjs';
12
- import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
4
+ import { tooltipV2ArrowProps } from './arrow.mjs';
5
+ import { tooltipV2ContentProps } from './content2.mjs';
6
+ import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
13
7
 
14
- const __default__ = defineComponent({
15
- name: "ElTooltipV2"
16
- });
17
- const _sfc_main = /* @__PURE__ */ defineComponent({
18
- ...__default__,
19
- props: tooltipV2Props,
20
- setup(__props) {
21
- const props = __props;
22
- const refedProps = toRefs(props);
23
- const arrowProps = reactive(pick(refedProps, Object.keys(tooltipV2ArrowProps)));
24
- const contentProps = reactive(pick(refedProps, Object.keys(tooltipV2ContentProps)));
25
- const rootProps = reactive(pick(refedProps, Object.keys(tooltipV2RootProps)));
26
- const triggerProps = reactive(pick(refedProps, Object.keys(tooltipV2TriggerProps)));
27
- return (_ctx, _cache) => {
28
- return openBlock(), createBlock(TooltipV2Root, normalizeProps(guardReactiveProps(rootProps)), {
29
- default: withCtx(({ open }) => [
30
- createVNode(TooltipV2Trigger, mergeProps(triggerProps, { nowrap: "" }), {
31
- default: withCtx(() => [
32
- renderSlot(_ctx.$slots, "trigger")
33
- ]),
34
- _: 3
35
- }, 16),
36
- (openBlock(), createBlock(Teleport, {
37
- to: _ctx.to,
38
- disabled: !_ctx.teleported
39
- }, [
40
- _ctx.fullTransition ? (openBlock(), createBlock(Transition, normalizeProps(mergeProps({ key: 0 }, _ctx.transitionProps)), {
41
- default: withCtx(() => [
42
- _ctx.alwaysOn || open ? (openBlock(), createBlock(TooltipV2Content, normalizeProps(mergeProps({ key: 0 }, contentProps)), {
43
- arrow: withCtx(({ style, side }) => [
44
- _ctx.showArrow ? (openBlock(), createBlock(TooltipV2Arrow, mergeProps({ key: 0 }, arrowProps, {
45
- style,
46
- side
47
- }), null, 16, ["style", "side"])) : createCommentVNode("v-if", true)
48
- ]),
49
- default: withCtx(() => [
50
- renderSlot(_ctx.$slots, "default")
51
- ]),
52
- _: 3
53
- }, 16)) : createCommentVNode("v-if", true)
54
- ]),
55
- _: 2
56
- }, 1040)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
57
- _ctx.alwaysOn || open ? (openBlock(), createBlock(TooltipV2Content, normalizeProps(mergeProps({ key: 0 }, contentProps)), {
58
- arrow: withCtx(({ style, side }) => [
59
- _ctx.showArrow ? (openBlock(), createBlock(TooltipV2Arrow, mergeProps({ key: 0 }, arrowProps, {
60
- style,
61
- side
62
- }), null, 16, ["style", "side"])) : createCommentVNode("v-if", true)
63
- ]),
64
- default: withCtx(() => [
65
- renderSlot(_ctx.$slots, "default")
66
- ]),
67
- _: 3
68
- }, 16)) : createCommentVNode("v-if", true)
69
- ], 64))
70
- ], 8, ["to", "disabled"]))
71
- ]),
72
- _: 3
73
- }, 16);
74
- };
8
+ const tooltipV2Props = buildProps({
9
+ ...tooltipV2RootProps,
10
+ ...tooltipV2ArrowProps,
11
+ ...tooltipV2TriggerProps,
12
+ ...tooltipV2ContentProps,
13
+ alwaysOn: Boolean,
14
+ fullTransition: Boolean,
15
+ transitionProps: {
16
+ type: definePropType(Object),
17
+ default: null
18
+ },
19
+ teleported: Boolean,
20
+ to: {
21
+ type: definePropType(String),
22
+ default: "body"
75
23
  }
76
24
  });
77
- var TooltipV2 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\BeyondTrucks\\beyond-ui\\packages\\components\\tooltip-v2\\src\\tooltip.vue"]]);
78
25
 
79
- export { TooltipV2 as default };
26
+ export { tooltipV2Props };
80
27
  //# sourceMappingURL=tooltip.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/tooltip.vue"],"sourcesContent":["<template>\n <tooltip-v2-root v-bind=\"rootProps\">\n <template #default=\"{ open }\">\n <tooltip-v2-trigger v-bind=\"triggerProps\" nowrap>\n <slot name=\"trigger\" />\n </tooltip-v2-trigger>\n <teleport :to=\"to\" :disabled=\"!teleported\">\n <template v-if=\"fullTransition\">\n <transition v-bind=\"transitionProps\">\n <tooltip-v2-content v-if=\"alwaysOn || open\" v-bind=\"contentProps\">\n <slot />\n <template #arrow=\"{ style, side }\">\n <tooltip-v2-arrow\n v-if=\"showArrow\"\n v-bind=\"arrowProps\"\n :style=\"style\"\n :side=\"side\"\n />\n </template>\n </tooltip-v2-content>\n </transition>\n </template>\n <template v-else>\n <tooltip-v2-content v-if=\"alwaysOn || open\" v-bind=\"contentProps\">\n <slot />\n <template #arrow=\"{ style, side }\">\n <tooltip-v2-arrow\n v-if=\"showArrow\"\n v-bind=\"arrowProps\"\n :style=\"style\"\n :side=\"side\"\n />\n </template>\n </tooltip-v2-content>\n </template>\n </teleport>\n </template>\n </tooltip-v2-root>\n</template>\n\n<script setup lang=\"ts\">\n// @ts-nocheck\nimport { reactive, toRefs } from 'vue'\nimport { pick } from 'lodash-unified'\nimport { tooltipV2ArrowProps } from './arrow'\nimport { tooltipV2ContentProps } from './content'\nimport { tooltipV2RootProps } from './root'\nimport { tooltipV2Props } from './tooltip'\nimport { tooltipV2TriggerProps } from './trigger'\nimport TooltipV2Root from './root.vue'\nimport TooltipV2Arrow from './arrow.vue'\nimport TooltipV2Content from './content.vue'\nimport TooltipV2Trigger from './trigger.vue'\n\ndefineOptions({\n name: 'ElTooltipV2',\n})\n\nconst props = defineProps(tooltipV2Props)\n\nconst refedProps = toRefs(props)\n\nconst arrowProps = reactive(pick(refedProps, Object.keys(tooltipV2ArrowProps)))\n\nconst contentProps = reactive(\n pick(refedProps, Object.keys(tooltipV2ContentProps))\n)\n\nconst rootProps = reactive(pick(refedProps, Object.keys(tooltipV2RootProps)))\n\nconst triggerProps = reactive(\n pick(refedProps, Object.keys(tooltipV2TriggerProps))\n)\n</script>\n"],"names":[],"mappings":";;;;;;;;;;;;;mCAsDc,CAAA;AAAA,EACZ,IAAM,EAAA,aAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAIA,IAAM,MAAA,UAAA,GAAa,OAAO,KAAK,CAAA,CAAA;AAE/B,IAAM,MAAA,UAAA,GAAa,SAAS,IAAK,CAAA,UAAA,EAAY,OAAO,IAAK,CAAA,mBAAmB,CAAC,CAAC,CAAA,CAAA;AAE9E,IAAM,MAAA,YAAA,GAAe,SACnB,IAAK,CAAA,UAAA,EAAY,OAAO,IAAK,CAAA,qBAAqB,CAAC,CACrD,CAAA,CAAA;AAEA,IAAM,MAAA,SAAA,GAAY,SAAS,IAAK,CAAA,UAAA,EAAY,OAAO,IAAK,CAAA,kBAAkB,CAAC,CAAC,CAAA,CAAA;AAE5E,IAAM,MAAA,YAAA,GAAe,SACnB,IAAK,CAAA,UAAA,EAAY,OAAO,IAAK,CAAA,qBAAqB,CAAC,CACrD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"tooltip.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/tooltip.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\nimport { tooltipV2RootProps } from './root'\nimport { tooltipV2TriggerProps } from './trigger'\nimport { tooltipV2ArrowProps } from './arrow'\nimport { tooltipV2ContentProps } from './content'\n\nimport type { ExtractPropTypes, TeleportProps, TransitionProps } from 'vue'\n\nexport const tooltipV2Props = buildProps({\n ...tooltipV2RootProps,\n ...tooltipV2ArrowProps,\n ...tooltipV2TriggerProps,\n ...tooltipV2ContentProps,\n alwaysOn: Boolean,\n fullTransition: Boolean,\n transitionProps: {\n type: definePropType<TransitionProps | null>(Object),\n default: null,\n },\n teleported: Boolean,\n to: {\n type: definePropType<TeleportProps['to']>(String),\n default: 'body',\n },\n} as const)\n\nexport type TooltipV2Props = ExtractPropTypes<typeof tooltipV2Props>\n"],"names":[],"mappings":";;;;;;;AAKY,MAAC,cAAc,GAAG,UAAU,CAAC;AACzC,EAAE,GAAG,kBAAkB;AACvB,EAAE,GAAG,mBAAmB;AACxB,EAAE,GAAG,qBAAqB;AAC1B,EAAE,GAAG,qBAAqB;AAC1B,EAAE,QAAQ,EAAE,OAAO;AACnB,EAAE,cAAc,EAAE,OAAO;AACzB,EAAE,eAAe,EAAE;AACnB,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,UAAU,EAAE,OAAO;AACrB,EAAE,EAAE,EAAE;AACN,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,MAAM;AACnB,GAAG;AACH,CAAC;;;;"}
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
8
8
  readonly arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
9
9
  readonly effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
10
10
  readonly contentClass: StringConstructor;
11
- readonly placement: import("../../../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>;
11
+ readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
12
12
  readonly reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
13
13
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
14
14
  readonly strategy: import("../../../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 @@ declare const _default: import("vue").DefineComponent<{
78
78
  readonly arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
79
79
  readonly effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
80
80
  readonly contentClass: StringConstructor;
81
- readonly placement: import("../../../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>;
81
+ readonly placement: import("../../../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>;
82
82
  readonly reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
83
83
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
84
84
  readonly strategy: import("../../../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 @@ declare const _default: import("vue").DefineComponent<{
150
150
  readonly arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
151
151
  readonly effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
152
152
  readonly contentClass: StringConstructor;
153
- readonly placement: import("../../../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>;
153
+ readonly placement: import("../../../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>;
154
154
  readonly reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
155
155
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
156
156
  readonly strategy: import("../../../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>;
@@ -214,18 +214,18 @@ declare const _default: import("vue").DefineComponent<{
214
214
  }>>>;
215
215
  arrowProps: {
216
216
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
217
+ readonly effect?: string | undefined;
217
218
  readonly offset?: number | undefined;
218
219
  readonly height?: number | undefined;
219
220
  readonly width?: number | undefined;
220
- readonly effect?: string | undefined;
221
- readonly style?: import("../../../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("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
223
- readonly placement?: import("../../../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;
221
+ readonly placement?: import("../../../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;
224
222
  readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
223
+ readonly style?: import("../../../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;
225
224
  readonly ariaLabel?: string | undefined;
226
225
  readonly teleported?: boolean | undefined;
227
226
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
228
227
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
228
+ readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
229
229
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
230
230
  readonly showArrow?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
231
231
  readonly contentClass?: string | undefined;
@@ -245,18 +245,18 @@ declare const _default: import("vue").DefineComponent<{
245
245
  };
246
246
  contentProps: {
247
247
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
248
+ readonly effect?: string | undefined;
248
249
  readonly offset?: number | undefined;
249
250
  readonly height?: number | undefined;
250
251
  readonly width?: number | undefined;
251
- readonly effect?: string | undefined;
252
- readonly style?: import("../../../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("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
254
- readonly placement?: import("../../../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;
252
+ readonly placement?: import("../../../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;
255
253
  readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
254
+ readonly style?: import("../../../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;
256
255
  readonly ariaLabel?: string | undefined;
257
256
  readonly teleported?: boolean | undefined;
258
257
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
259
258
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
259
+ readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
260
260
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
261
261
  readonly showArrow?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
262
262
  readonly contentClass?: string | undefined;
@@ -276,18 +276,18 @@ declare const _default: import("vue").DefineComponent<{
276
276
  };
277
277
  rootProps: {
278
278
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
279
+ readonly effect?: string | undefined;
279
280
  readonly offset?: number | undefined;
280
281
  readonly height?: number | undefined;
281
282
  readonly width?: number | undefined;
282
- readonly effect?: string | undefined;
283
- readonly style?: import("../../../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("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
285
- readonly placement?: import("../../../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;
283
+ readonly placement?: import("../../../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;
286
284
  readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
285
+ readonly style?: import("../../../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;
287
286
  readonly ariaLabel?: string | undefined;
288
287
  readonly teleported?: boolean | undefined;
289
288
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
290
289
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
290
+ readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
291
291
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
292
292
  readonly showArrow?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
293
293
  readonly contentClass?: string | undefined;
@@ -307,18 +307,18 @@ declare const _default: import("vue").DefineComponent<{
307
307
  };
308
308
  triggerProps: {
309
309
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
310
+ readonly effect?: string | undefined;
310
311
  readonly offset?: number | undefined;
311
312
  readonly height?: number | undefined;
312
313
  readonly width?: number | undefined;
313
- readonly effect?: string | undefined;
314
- readonly style?: import("../../../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("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
316
- readonly placement?: import("../../../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;
314
+ readonly placement?: import("../../../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;
317
315
  readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
316
+ readonly style?: import("../../../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;
318
317
  readonly ariaLabel?: string | undefined;
319
318
  readonly teleported?: boolean | undefined;
320
319
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
321
320
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
321
+ readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
322
322
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
323
323
  readonly showArrow?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
324
324
  readonly contentClass?: string | undefined;
@@ -488,7 +488,7 @@ declare const _default: import("vue").DefineComponent<{
488
488
  arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
489
489
  effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
490
490
  contentClass: StringConstructor;
491
- placement: import("../../../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>;
491
+ placement: import("../../../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>;
492
492
  reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
493
493
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
494
494
  strategy: import("../../../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 @@ declare const _default: import("vue").DefineComponent<{
500
500
  arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
501
501
  effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
502
502
  contentClass: StringConstructor;
503
- placement: import("../../../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>;
503
+ placement: import("../../../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>;
504
504
  reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
505
505
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
506
506
  strategy: import("../../../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 @@ declare const _default: import("vue").DefineComponent<{
510
510
  }>>;
511
511
  triggerRef: import("vue").Ref<HTMLElement | null>;
512
512
  contentId: import("vue").Ref<string>;
513
- placement: import("vue").Ref<import("../../../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>>;
513
+ placement: import("vue").Ref<import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
514
514
  strategy: import("vue").Ref<import("../../../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 @@ declare const _default: import("vue").DefineComponent<{
542
542
  referenceHiddenOffsets?: {
543
543
  top: number;
544
544
  bottom: number;
545
- left: number;
546
545
  right: number;
546
+ left: number;
547
547
  } | undefined;
548
548
  escapedOffsets?: {
549
549
  top: number;
550
550
  bottom: number;
551
- left: number;
552
551
  right: number;
552
+ left: number;
553
553
  } | undefined;
554
554
  } | undefined;
555
555
  offset?: {
@@ -607,17 +607,17 @@ declare const _default: import("vue").DefineComponent<{
607
607
  arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
608
608
  effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
609
609
  contentClass: StringConstructor;
610
- placement: import("../../../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>;
610
+ placement: import("../../../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>;
611
611
  reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
612
612
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
613
613
  strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
614
614
  showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
615
615
  }>>, {
616
- offset: number;
617
616
  effect: string;
618
- nowrap: boolean;
619
- placement: import("../../../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>;
617
+ offset: number;
618
+ placement: import("../../../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>;
620
619
  strategy: import("../../../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
+ nowrap: boolean;
621
621
  showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
622
622
  reference: import("../../../utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
623
623
  arrowPadding: number;
@@ -795,7 +795,7 @@ declare const _default: import("vue").DefineComponent<{
795
795
  readonly arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
796
796
  readonly effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
797
797
  readonly contentClass: StringConstructor;
798
- readonly placement: import("../../../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>;
798
+ readonly placement: import("../../../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>;
799
799
  readonly reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
800
800
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
801
801
  readonly strategy: import("../../../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>;
@@ -855,15 +855,15 @@ declare const _default: import("vue").DefineComponent<{
855
855
  __epPropKey: true;
856
856
  };
857
857
  }>>, {
858
+ readonly effect: string;
858
859
  readonly offset: number;
859
860
  readonly height: number;
860
861
  readonly width: number;
861
- readonly effect: string;
862
- readonly style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
863
- readonly open: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
864
- readonly placement: import("../../../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>;
862
+ readonly placement: import("../../../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>;
865
863
  readonly strategy: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
864
+ readonly style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
866
865
  readonly teleported: boolean;
866
+ readonly open: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
867
867
  readonly showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
868
868
  readonly to: import("../../../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("../../../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>;