beyond-webui 1.1.13 → 1.1.14

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 (848) hide show
  1. package/attributes.json +8 -0
  2. package/dist/index.full.js +15 -4
  3. package/dist/index.full.min.js +20 -20
  4. package/dist/index.full.min.js.map +1 -1
  5. package/dist/index.full.min.mjs +21 -21
  6. package/dist/index.full.min.mjs.map +1 -1
  7. package/dist/index.full.mjs +15 -4
  8. package/es/components/alert/index.d.ts +4 -4
  9. package/es/components/alert/src/alert.d.ts +1 -1
  10. package/es/components/alert/src/alert.vue.d.ts +4 -4
  11. package/es/components/autocomplete/index.d.ts +174 -174
  12. package/es/components/autocomplete/src/autocomplete.vue.d.ts +174 -174
  13. package/es/components/autocomplete/src/autocomplete2.mjs +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 +11 -36
  28. package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
  29. package/es/components/breadcrumb/src/breadcrumb2.mjs +36 -11
  30. package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
  31. package/es/components/button/index.d.ts +8 -8
  32. package/es/components/button/index.mjs +2 -2
  33. package/es/components/button/src/button-group.mjs +1 -1
  34. package/es/components/button/src/button.d.ts +1 -1
  35. package/es/components/button/src/button.mjs +76 -57
  36. package/es/components/button/src/button.mjs.map +1 -1
  37. package/es/components/button/src/button.vue.d.ts +8 -8
  38. package/es/components/button/src/button2.mjs +57 -76
  39. package/es/components/button/src/button2.mjs.map +1 -1
  40. package/es/components/button/src/use-button.d.ts +1 -1
  41. package/es/components/calendar/index.d.ts +8 -8
  42. package/es/components/calendar/src/calendar.vue.d.ts +8 -8
  43. package/es/components/card/index.mjs +2 -2
  44. package/es/components/card/src/card.mjs +35 -16
  45. package/es/components/card/src/card.mjs.map +1 -1
  46. package/es/components/card/src/card2.mjs +16 -35
  47. package/es/components/card/src/card2.mjs.map +1 -1
  48. package/es/components/carousel/index.d.ts +6 -6
  49. package/es/components/carousel/index.mjs +2 -2
  50. package/es/components/carousel/src/carousel-item.mjs +8 -63
  51. package/es/components/carousel/src/carousel-item.mjs.map +1 -1
  52. package/es/components/carousel/src/carousel-item2.mjs +63 -8
  53. package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
  54. package/es/components/carousel/src/carousel.d.ts +1 -1
  55. package/es/components/carousel/src/carousel.vue.d.ts +6 -6
  56. package/es/components/cascader/index.d.ts +360 -360
  57. package/es/components/cascader/index.mjs +2 -2
  58. package/es/components/cascader/src/cascader.mjs +619 -61
  59. package/es/components/cascader/src/cascader.mjs.map +1 -1
  60. package/es/components/cascader/src/cascader.vue.d.ts +180 -180
  61. package/es/components/cascader/src/cascader2.mjs +61 -619
  62. package/es/components/cascader/src/cascader2.mjs.map +1 -1
  63. package/es/components/check-tag/index.mjs +2 -2
  64. package/es/components/check-tag/src/check-tag.mjs +12 -30
  65. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  66. package/es/components/check-tag/src/check-tag2.mjs +30 -12
  67. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  68. package/es/components/checkbox/index.d.ts +8 -8
  69. package/es/components/checkbox/index.mjs +4 -4
  70. package/es/components/checkbox/src/checkbox-button.mjs +1 -1
  71. package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  72. package/es/components/checkbox/src/checkbox-group.mjs +28 -72
  73. package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
  74. package/es/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
  75. package/es/components/checkbox/src/checkbox-group2.mjs +72 -28
  76. package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
  77. package/es/components/checkbox/src/checkbox.mjs +49 -117
  78. package/es/components/checkbox/src/checkbox.mjs.map +1 -1
  79. package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
  80. package/es/components/checkbox/src/checkbox2.mjs +117 -49
  81. package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
  82. package/es/components/collapse/index.mjs +2 -2
  83. package/es/components/collapse/src/collapse-item.mjs +14 -96
  84. package/es/components/collapse/src/collapse-item.mjs.map +1 -1
  85. package/es/components/collapse/src/collapse-item2.mjs +96 -14
  86. package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
  87. package/es/components/collection/index.mjs +1 -1
  88. package/es/components/collection/src/collection.mjs +62 -10
  89. package/es/components/collection/src/collection.mjs.map +1 -1
  90. package/es/components/collection/src/collection2.mjs +10 -62
  91. package/es/components/collection/src/collection2.mjs.map +1 -1
  92. package/es/components/color-picker/index.d.ts +131 -131
  93. package/es/components/color-picker/index.mjs +2 -2
  94. package/es/components/color-picker/src/color-picker.mjs +38 -321
  95. package/es/components/color-picker/src/color-picker.mjs.map +1 -1
  96. package/es/components/color-picker/src/color-picker.vue.d.ts +131 -131
  97. package/es/components/color-picker/src/color-picker2.mjs +321 -38
  98. package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
  99. package/es/components/color-picker/src/components/predefine.mjs +1 -1
  100. package/es/components/date-picker/index.d.ts +14 -2
  101. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +58 -58
  102. package/es/components/date-picker/src/date-picker-com/panel-date-range.mjs +7 -4
  103. package/es/components/date-picker/src/date-picker-com/panel-date-range.mjs.map +1 -1
  104. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +60 -58
  105. package/es/components/date-picker/src/date-picker.d.ts +7 -1
  106. package/es/components/date-picker/src/panel-utils.d.ts +118 -116
  107. package/es/components/descriptions/index.mjs +2 -2
  108. package/es/components/descriptions/src/description.mjs +111 -25
  109. package/es/components/descriptions/src/description.mjs.map +1 -1
  110. package/es/components/descriptions/src/description2.mjs +25 -111
  111. package/es/components/descriptions/src/description2.mjs.map +1 -1
  112. package/es/components/descriptions/src/descriptions-row.mjs +7 -64
  113. package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
  114. package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
  115. package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
  116. package/es/components/dialog/index.d.ts +1 -1
  117. package/es/components/dialog/src/dialog-content.mjs +37 -95
  118. package/es/components/dialog/src/dialog-content.mjs.map +1 -1
  119. package/es/components/dialog/src/dialog-content2.mjs +95 -37
  120. package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
  121. package/es/components/dialog/src/dialog.mjs +1 -1
  122. package/es/components/dialog/src/dialog.vue.d.ts +1 -1
  123. package/es/components/dialog/src/dialog2.mjs +1 -1
  124. package/es/components/divider/index.d.ts +4 -4
  125. package/es/components/divider/index.mjs +2 -2
  126. package/es/components/divider/src/divider.d.ts +1 -1
  127. package/es/components/divider/src/divider.mjs +35 -17
  128. package/es/components/divider/src/divider.mjs.map +1 -1
  129. package/es/components/divider/src/divider.vue.d.ts +4 -4
  130. package/es/components/divider/src/divider2.mjs +17 -35
  131. package/es/components/divider/src/divider2.mjs.map +1 -1
  132. package/es/components/dropdown/index.d.ts +73 -73
  133. package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
  134. package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  135. package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  136. package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
  137. package/es/components/dropdown/src/dropdown.mjs +3 -3
  138. package/es/components/dropdown/src/dropdown.vue.d.ts +71 -71
  139. package/es/components/dropdown/src/dropdown2.mjs +1 -1
  140. package/es/components/empty/index.mjs +2 -2
  141. package/es/components/empty/src/empty.mjs +55 -11
  142. package/es/components/empty/src/empty.mjs.map +1 -1
  143. package/es/components/empty/src/empty2.mjs +11 -55
  144. package/es/components/empty/src/empty2.mjs.map +1 -1
  145. package/es/components/focus-trap/src/focus-trap.vue.d.ts +1 -1
  146. package/es/components/form/index.d.ts +22 -22
  147. package/es/components/form/index.mjs +2 -2
  148. package/es/components/form/src/form-item.d.ts +1 -1
  149. package/es/components/form/src/form-item.vue.d.ts +5 -5
  150. package/es/components/form/src/form.d.ts +2 -2
  151. package/es/components/form/src/form.mjs +152 -55
  152. package/es/components/form/src/form.mjs.map +1 -1
  153. package/es/components/form/src/form.vue.d.ts +10 -10
  154. package/es/components/form/src/form2.mjs +55 -152
  155. package/es/components/form/src/form2.mjs.map +1 -1
  156. package/es/components/icon/index.mjs +2 -2
  157. package/es/components/icon/src/icon.mjs +36 -8
  158. package/es/components/icon/src/icon.mjs.map +1 -1
  159. package/es/components/icon/src/icon2.mjs +8 -36
  160. package/es/components/icon/src/icon2.mjs.map +1 -1
  161. package/es/components/image/index.d.ts +5 -5
  162. package/es/components/image/src/image.vue.d.ts +5 -5
  163. package/es/components/image-viewer/index.d.ts +1 -1
  164. package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  165. package/es/components/index.mjs +38 -38
  166. package/es/components/input/index.d.ts +17 -17
  167. package/es/components/input/src/input.vue.d.ts +17 -17
  168. package/es/components/input-number/index.d.ts +64 -64
  169. package/es/components/input-number/index.mjs +2 -2
  170. package/es/components/input-number/src/input-number.mjs +311 -58
  171. package/es/components/input-number/src/input-number.mjs.map +1 -1
  172. package/es/components/input-number/src/input-number.vue.d.ts +64 -64
  173. package/es/components/input-number/src/input-number2.mjs +58 -311
  174. package/es/components/input-number/src/input-number2.mjs.map +1 -1
  175. package/es/components/link/index.d.ts +1 -1
  176. package/es/components/link/src/link.vue.d.ts +1 -1
  177. package/es/components/menu/index.d.ts +5 -5
  178. package/es/components/menu/index.mjs +2 -2
  179. package/es/components/menu/src/menu-item-group.mjs +4 -35
  180. package/es/components/menu/src/menu-item-group.mjs.map +1 -1
  181. package/es/components/menu/src/menu-item-group2.mjs +35 -4
  182. package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
  183. package/es/components/menu/src/menu.d.ts +4 -4
  184. package/es/components/menu/src/sub-menu.d.ts +1 -1
  185. package/es/components/message/src/message.d.ts +1 -1
  186. package/es/components/message/src/message.vue.d.ts +5 -5
  187. package/es/components/notification/index.mjs +1 -1
  188. package/es/components/notification/src/notification.d.ts +1 -1
  189. package/es/components/notification/src/notification.mjs +69 -147
  190. package/es/components/notification/src/notification.mjs.map +1 -1
  191. package/es/components/notification/src/notification.vue.d.ts +5 -5
  192. package/es/components/notification/src/notification2.mjs +147 -69
  193. package/es/components/notification/src/notification2.mjs.map +1 -1
  194. package/es/components/notification/src/notify.mjs +2 -2
  195. package/es/components/page-header/index.d.ts +4 -4
  196. package/es/components/page-header/src/page-header.vue.d.ts +4 -4
  197. package/es/components/pagination/index.d.ts +2 -2
  198. package/es/components/pagination/src/components/jumper.vue.d.ts +17 -17
  199. package/es/components/pagination/src/components/prev.mjs +18 -58
  200. package/es/components/pagination/src/components/prev.mjs.map +1 -1
  201. package/es/components/pagination/src/components/prev2.mjs +58 -18
  202. package/es/components/pagination/src/components/prev2.mjs.map +1 -1
  203. package/es/components/pagination/src/components/sizes.mjs +68 -22
  204. package/es/components/pagination/src/components/sizes.mjs.map +1 -1
  205. package/es/components/pagination/src/components/sizes.vue.d.ts +75 -75
  206. package/es/components/pagination/src/components/sizes2.mjs +22 -68
  207. package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
  208. package/es/components/pagination/src/pagination.d.ts +2 -2
  209. package/es/components/pagination/src/pagination.mjs +2 -2
  210. package/es/components/popconfirm/index.d.ts +113 -113
  211. package/es/components/popconfirm/index.mjs +2 -2
  212. package/es/components/popconfirm/src/popconfirm.mjs +47 -110
  213. package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
  214. package/es/components/popconfirm/src/popconfirm.vue.d.ts +113 -113
  215. package/es/components/popconfirm/src/popconfirm2.mjs +110 -47
  216. package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
  217. package/es/components/popover/index.d.ts +117 -117
  218. package/es/components/popover/index.mjs +2 -2
  219. package/es/components/popover/src/popover.mjs +111 -66
  220. package/es/components/popover/src/popover.mjs.map +1 -1
  221. package/es/components/popover/src/popover.vue.d.ts +117 -117
  222. package/es/components/popover/src/popover2.mjs +66 -111
  223. package/es/components/popover/src/popover2.mjs.map +1 -1
  224. package/es/components/popper/index.d.ts +5 -5
  225. package/es/components/popper/index.mjs +6 -6
  226. package/es/components/popper/src/arrow.mjs +37 -8
  227. package/es/components/popper/src/arrow.mjs.map +1 -1
  228. package/es/components/popper/src/arrow2.mjs +8 -37
  229. package/es/components/popper/src/arrow2.mjs.map +1 -1
  230. package/es/components/popper/src/composables/use-content.d.ts +2 -2
  231. package/es/components/popper/src/content.mjs +137 -94
  232. package/es/components/popper/src/content.mjs.map +1 -1
  233. package/es/components/popper/src/content.vue.d.ts +7 -7
  234. package/es/components/popper/src/content2.mjs +94 -137
  235. package/es/components/popper/src/content2.mjs.map +1 -1
  236. package/es/components/popper/src/popper.d.ts +2 -2
  237. package/es/components/popper/src/popper.vue.d.ts +5 -5
  238. package/es/components/popper/src/trigger.mjs +31 -119
  239. package/es/components/popper/src/trigger.mjs.map +1 -1
  240. package/es/components/popper/src/trigger.vue.d.ts +1 -1
  241. package/es/components/popper/src/trigger2.mjs +119 -31
  242. package/es/components/popper/src/trigger2.mjs.map +1 -1
  243. package/es/components/popper/src/utils.d.ts +1 -1
  244. package/es/components/progress/index.d.ts +4 -4
  245. package/es/components/progress/index.mjs +2 -2
  246. package/es/components/progress/src/progress.d.ts +1 -1
  247. package/es/components/progress/src/progress.mjs +202 -57
  248. package/es/components/progress/src/progress.mjs.map +1 -1
  249. package/es/components/progress/src/progress.vue.d.ts +4 -4
  250. package/es/components/progress/src/progress2.mjs +57 -202
  251. package/es/components/progress/src/progress2.mjs.map +1 -1
  252. package/es/components/radio/index.d.ts +6 -6
  253. package/es/components/radio/src/radio-button.vue.d.ts +1 -1
  254. package/es/components/radio/src/radio-group.vue.d.ts +1 -1
  255. package/es/components/radio/src/radio.vue.d.ts +2 -2
  256. package/es/components/rate/index.d.ts +1 -1
  257. package/es/components/rate/src/rate.vue.d.ts +1 -1
  258. package/es/components/result/index.d.ts +4 -4
  259. package/es/components/result/src/result.d.ts +1 -1
  260. package/es/components/result/src/result.vue.d.ts +4 -4
  261. package/es/components/roving-focus-group/index.mjs +3 -3
  262. package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
  263. package/es/components/roving-focus-group/src/roving-focus-group.mjs +29 -27
  264. package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
  265. package/es/components/roving-focus-group/src/roving-focus-group2.mjs +27 -29
  266. package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
  267. package/es/components/roving-focus-group/src/roving-focus-item.mjs +1 -1
  268. package/es/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
  269. package/es/components/scrollbar/index.d.ts +3 -3
  270. package/es/components/scrollbar/index.mjs +1 -1
  271. package/es/components/scrollbar/src/bar.mjs +17 -42
  272. package/es/components/scrollbar/src/bar.mjs.map +1 -1
  273. package/es/components/scrollbar/src/bar.vue.d.ts +1 -1
  274. package/es/components/scrollbar/src/bar2.mjs +42 -17
  275. package/es/components/scrollbar/src/bar2.mjs.map +1 -1
  276. package/es/components/scrollbar/src/scrollbar.mjs +1 -1
  277. package/es/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
  278. package/es/components/scrollbar/src/thumb.mjs +11 -130
  279. package/es/components/scrollbar/src/thumb.mjs.map +1 -1
  280. package/es/components/scrollbar/src/thumb.vue.d.ts +1 -1
  281. package/es/components/scrollbar/src/thumb2.mjs +130 -11
  282. package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
  283. package/es/components/select/index.d.ts +75 -75
  284. package/es/components/select/src/select.mjs +1 -1
  285. package/es/components/select/src/select.vue.d.ts +75 -75
  286. package/es/components/select/src/useSelect.d.ts +70 -70
  287. package/es/components/select-v2/index.d.ts +158 -158
  288. package/es/components/select-v2/src/defaults.d.ts +1 -1
  289. package/es/components/select-v2/src/defaults.mjs +1 -1
  290. package/es/components/select-v2/src/option-item.vue.d.ts +1 -1
  291. package/es/components/select-v2/src/select.vue.d.ts +79 -79
  292. package/es/components/select-v2/src/useSelect.d.ts +71 -71
  293. package/es/components/skeleton/index.d.ts +9 -9
  294. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  295. package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  296. package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
  297. package/es/components/slider/index.d.ts +249 -249
  298. package/es/components/slider/src/button.mjs +93 -21
  299. package/es/components/slider/src/button.mjs.map +1 -1
  300. package/es/components/slider/src/button.vue.d.ts +36 -36
  301. package/es/components/slider/src/button2.mjs +21 -93
  302. package/es/components/slider/src/button2.mjs.map +1 -1
  303. package/es/components/slider/src/composables/use-slide.d.ts +146 -146
  304. package/es/components/slider/src/slider.vue.d.ts +249 -249
  305. package/es/components/slider/src/slider2.mjs +1 -1
  306. package/es/components/space/index.d.ts +1 -1
  307. package/es/components/space/src/space.d.ts +1 -1
  308. package/es/components/steps/index.d.ts +16 -16
  309. package/es/components/steps/index.mjs +2 -2
  310. package/es/components/steps/src/item.d.ts +1 -1
  311. package/es/components/steps/src/item.vue.d.ts +4 -4
  312. package/es/components/steps/src/steps.d.ts +2 -2
  313. package/es/components/steps/src/steps.mjs +34 -36
  314. package/es/components/steps/src/steps.mjs.map +1 -1
  315. package/es/components/steps/src/steps.vue.d.ts +8 -8
  316. package/es/components/steps/src/steps2.mjs +36 -34
  317. package/es/components/steps/src/steps2.mjs.map +1 -1
  318. package/es/components/switch/index.d.ts +1 -1
  319. package/es/components/switch/index.mjs +2 -2
  320. package/es/components/switch/src/switch.mjs +88 -241
  321. package/es/components/switch/src/switch.mjs.map +1 -1
  322. package/es/components/switch/src/switch.vue.d.ts +1 -1
  323. package/es/components/switch/src/switch2.mjs +241 -88
  324. package/es/components/switch/src/switch2.mjs.map +1 -1
  325. package/es/components/table/index.d.ts +3 -3
  326. package/es/components/table/src/filter-panel.vue.d.ts +70 -70
  327. package/es/components/table/src/table.vue.d.ts +3 -3
  328. package/es/components/table/src/util.d.ts +9 -9
  329. package/es/components/tabs/index.d.ts +9 -9
  330. package/es/components/tabs/index.mjs +2 -2
  331. package/es/components/tabs/src/tab-bar.d.ts +4 -4
  332. package/es/components/tabs/src/tab-bar.vue.d.ts +13 -13
  333. package/es/components/tabs/src/tab-nav.d.ts +15 -15
  334. package/es/components/tabs/src/tab-pane.mjs +13 -72
  335. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  336. package/es/components/tabs/src/tab-pane.vue.d.ts +2 -2
  337. package/es/components/tabs/src/tab-pane2.mjs +72 -13
  338. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  339. package/es/components/tabs/src/tabs.d.ts +6 -6
  340. package/es/components/tag/index.d.ts +1 -1
  341. package/es/components/tag/src/tag.vue.d.ts +1 -1
  342. package/es/components/teleport/index.mjs +2 -2
  343. package/es/components/teleport/src/teleport.mjs +44 -18
  344. package/es/components/teleport/src/teleport.mjs.map +1 -1
  345. package/es/components/teleport/src/teleport2.mjs +18 -44
  346. package/es/components/teleport/src/teleport2.mjs.map +1 -1
  347. package/es/components/text/index.mjs +2 -2
  348. package/es/components/text/src/text.mjs +35 -22
  349. package/es/components/text/src/text.mjs.map +1 -1
  350. package/es/components/text/src/text2.mjs +22 -35
  351. package/es/components/text/src/text2.mjs.map +1 -1
  352. package/es/components/time-picker/index.d.ts +14 -2
  353. package/es/components/time-picker/src/common/picker.vue.d.ts +136 -128
  354. package/es/components/time-picker/src/common/props.d.ts +2 -0
  355. package/es/components/time-picker/src/common/props.mjs +8 -0
  356. package/es/components/time-picker/src/common/props.mjs.map +1 -1
  357. package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
  358. package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
  359. package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
  360. package/es/components/time-picker/src/time-picker.d.ts +7 -1
  361. package/es/components/time-select/index.d.ts +312 -312
  362. package/es/components/time-select/src/time-select.vue.d.ts +156 -156
  363. package/es/components/tooltip/index.d.ts +35 -35
  364. package/es/components/tooltip/index.mjs +2 -2
  365. package/es/components/tooltip/src/content.mjs +31 -177
  366. package/es/components/tooltip/src/content.mjs.map +1 -1
  367. package/es/components/tooltip/src/content.vue.d.ts +10 -10
  368. package/es/components/tooltip/src/content2.mjs +177 -31
  369. package/es/components/tooltip/src/content2.mjs.map +1 -1
  370. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  371. package/es/components/tooltip/src/tooltip.mjs +3 -3
  372. package/es/components/tooltip/src/tooltip.vue.d.ts +35 -35
  373. package/es/components/tooltip/src/tooltip2.mjs +3 -3
  374. package/es/components/tooltip/src/trigger.mjs +16 -73
  375. package/es/components/tooltip/src/trigger.mjs.map +1 -1
  376. package/es/components/tooltip/src/trigger.vue.d.ts +3 -3
  377. package/es/components/tooltip/src/trigger2.mjs +73 -16
  378. package/es/components/tooltip/src/trigger2.mjs.map +1 -1
  379. package/es/components/tooltip-v2/index.d.ts +31 -31
  380. package/es/components/tooltip-v2/index.mjs +2 -2
  381. package/es/components/tooltip-v2/src/content.d.ts +1 -1
  382. package/es/components/tooltip-v2/src/content.vue.d.ts +8 -8
  383. package/es/components/tooltip-v2/src/content2.mjs +1 -1
  384. package/es/components/tooltip-v2/src/root.mjs +80 -17
  385. package/es/components/tooltip-v2/src/root.mjs.map +1 -1
  386. package/es/components/tooltip-v2/src/root2.mjs +17 -80
  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 +2 -2
  390. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +31 -31
  391. package/es/components/tooltip-v2/src/tooltip2.mjs +4 -4
  392. package/es/components/tooltip-v2/src/trigger.mjs +89 -12
  393. package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
  394. package/es/components/tooltip-v2/src/trigger2.mjs +12 -89
  395. package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
  396. package/es/components/transfer/index.d.ts +123 -123
  397. package/es/components/transfer/src/transfer-panel.vue.d.ts +23 -23
  398. package/es/components/transfer/src/transfer.vue.d.ts +123 -123
  399. package/es/components/tree-v2/index.d.ts +8 -8
  400. package/es/components/tree-v2/src/tree-node.vue.d.ts +7 -7
  401. package/es/components/tree-v2/src/tree.vue.d.ts +8 -8
  402. package/es/components/upload/index.d.ts +17 -17
  403. package/es/components/upload/index.mjs +2 -2
  404. package/es/components/upload/src/upload-content.mjs +173 -33
  405. package/es/components/upload/src/upload-content.mjs.map +1 -1
  406. package/es/components/upload/src/upload-content.vue.d.ts +3 -3
  407. package/es/components/upload/src/upload-content2.mjs +33 -173
  408. package/es/components/upload/src/upload-content2.mjs.map +1 -1
  409. package/es/components/upload/src/upload-dragger.mjs +11 -72
  410. package/es/components/upload/src/upload-dragger.mjs.map +1 -1
  411. package/es/components/upload/src/upload-dragger2.mjs +72 -11
  412. package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
  413. package/es/components/upload/src/upload-list.vue.d.ts +4 -4
  414. package/es/components/upload/src/upload.vue.d.ts +17 -17
  415. package/es/components/upload/src/upload2.mjs +1 -1
  416. package/es/components/virtual-list/src/builders/build-list.d.ts +1 -1
  417. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
  418. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
  419. package/es/components/visual-hidden/index.mjs +3 -3
  420. package/es/components/visual-hidden/src/visual-hidden.mjs +7 -35
  421. package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
  422. package/es/components/visual-hidden/src/visual-hidden2.mjs +35 -7
  423. package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
  424. package/es/hooks/use-floating/index.d.ts +2 -2
  425. package/es/hooks/use-popper/index.d.ts +2 -2
  426. package/es/index.mjs +38 -38
  427. package/lib/components/alert/index.d.ts +4 -4
  428. package/lib/components/alert/src/alert.d.ts +1 -1
  429. package/lib/components/alert/src/alert.vue.d.ts +4 -4
  430. package/lib/components/autocomplete/index.d.ts +174 -174
  431. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +174 -174
  432. package/lib/components/autocomplete/src/autocomplete2.js +1 -1
  433. package/lib/components/avatar/index.js +2 -2
  434. package/lib/components/avatar/src/avatar.js +67 -33
  435. package/lib/components/avatar/src/avatar.js.map +1 -1
  436. package/lib/components/avatar/src/avatar2.js +33 -67
  437. package/lib/components/avatar/src/avatar2.js.map +1 -1
  438. package/lib/components/badge/index.d.ts +1 -1
  439. package/lib/components/badge/index.js +2 -2
  440. package/lib/components/badge/src/badge.js +17 -55
  441. package/lib/components/badge/src/badge.js.map +1 -1
  442. package/lib/components/badge/src/badge.vue.d.ts +1 -1
  443. package/lib/components/badge/src/badge2.js +55 -17
  444. package/lib/components/badge/src/badge2.js.map +1 -1
  445. package/lib/components/breadcrumb/index.js +2 -2
  446. package/lib/components/breadcrumb/src/breadcrumb.js +11 -36
  447. package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
  448. package/lib/components/breadcrumb/src/breadcrumb2.js +36 -11
  449. package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
  450. package/lib/components/button/index.d.ts +8 -8
  451. package/lib/components/button/index.js +2 -2
  452. package/lib/components/button/src/button-group.js +1 -1
  453. package/lib/components/button/src/button.d.ts +1 -1
  454. package/lib/components/button/src/button.js +76 -60
  455. package/lib/components/button/src/button.js.map +1 -1
  456. package/lib/components/button/src/button.vue.d.ts +8 -8
  457. package/lib/components/button/src/button2.js +60 -76
  458. package/lib/components/button/src/button2.js.map +1 -1
  459. package/lib/components/button/src/use-button.d.ts +1 -1
  460. package/lib/components/calendar/index.d.ts +8 -8
  461. package/lib/components/calendar/src/calendar.vue.d.ts +8 -8
  462. package/lib/components/card/index.js +2 -2
  463. package/lib/components/card/src/card.js +35 -16
  464. package/lib/components/card/src/card.js.map +1 -1
  465. package/lib/components/card/src/card2.js +16 -35
  466. package/lib/components/card/src/card2.js.map +1 -1
  467. package/lib/components/carousel/index.d.ts +6 -6
  468. package/lib/components/carousel/index.js +2 -2
  469. package/lib/components/carousel/src/carousel-item.js +8 -63
  470. package/lib/components/carousel/src/carousel-item.js.map +1 -1
  471. package/lib/components/carousel/src/carousel-item2.js +63 -8
  472. package/lib/components/carousel/src/carousel-item2.js.map +1 -1
  473. package/lib/components/carousel/src/carousel.d.ts +1 -1
  474. package/lib/components/carousel/src/carousel.vue.d.ts +6 -6
  475. package/lib/components/cascader/index.d.ts +360 -360
  476. package/lib/components/cascader/index.js +2 -2
  477. package/lib/components/cascader/src/cascader.js +619 -62
  478. package/lib/components/cascader/src/cascader.js.map +1 -1
  479. package/lib/components/cascader/src/cascader.vue.d.ts +180 -180
  480. package/lib/components/cascader/src/cascader2.js +62 -619
  481. package/lib/components/cascader/src/cascader2.js.map +1 -1
  482. package/lib/components/check-tag/index.js +2 -2
  483. package/lib/components/check-tag/src/check-tag.js +13 -30
  484. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  485. package/lib/components/check-tag/src/check-tag2.js +30 -13
  486. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  487. package/lib/components/checkbox/index.d.ts +8 -8
  488. package/lib/components/checkbox/index.js +4 -4
  489. package/lib/components/checkbox/src/checkbox-button.js +1 -1
  490. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  491. package/lib/components/checkbox/src/checkbox-group.js +29 -72
  492. package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
  493. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
  494. package/lib/components/checkbox/src/checkbox-group2.js +72 -29
  495. package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
  496. package/lib/components/checkbox/src/checkbox.js +50 -117
  497. package/lib/components/checkbox/src/checkbox.js.map +1 -1
  498. package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
  499. package/lib/components/checkbox/src/checkbox2.js +117 -50
  500. package/lib/components/checkbox/src/checkbox2.js.map +1 -1
  501. package/lib/components/collapse/index.js +2 -2
  502. package/lib/components/collapse/src/collapse-item.js +14 -96
  503. package/lib/components/collapse/src/collapse-item.js.map +1 -1
  504. package/lib/components/collapse/src/collapse-item2.js +96 -14
  505. package/lib/components/collapse/src/collapse-item2.js.map +1 -1
  506. package/lib/components/collection/index.js +1 -1
  507. package/lib/components/collection/src/collection.js +62 -9
  508. package/lib/components/collection/src/collection.js.map +1 -1
  509. package/lib/components/collection/src/collection2.js +9 -62
  510. package/lib/components/collection/src/collection2.js.map +1 -1
  511. package/lib/components/color-picker/index.d.ts +131 -131
  512. package/lib/components/color-picker/index.js +2 -2
  513. package/lib/components/color-picker/src/color-picker.js +38 -319
  514. package/lib/components/color-picker/src/color-picker.js.map +1 -1
  515. package/lib/components/color-picker/src/color-picker.vue.d.ts +131 -131
  516. package/lib/components/color-picker/src/color-picker2.js +319 -38
  517. package/lib/components/color-picker/src/color-picker2.js.map +1 -1
  518. package/lib/components/color-picker/src/components/predefine.js +1 -1
  519. package/lib/components/date-picker/index.d.ts +14 -2
  520. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +58 -58
  521. package/lib/components/date-picker/src/date-picker-com/panel-date-range.js +7 -4
  522. package/lib/components/date-picker/src/date-picker-com/panel-date-range.js.map +1 -1
  523. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +60 -58
  524. package/lib/components/date-picker/src/date-picker.d.ts +7 -1
  525. package/lib/components/date-picker/src/panel-utils.d.ts +118 -116
  526. package/lib/components/descriptions/index.js +2 -2
  527. package/lib/components/descriptions/src/description.js +111 -25
  528. package/lib/components/descriptions/src/description.js.map +1 -1
  529. package/lib/components/descriptions/src/description2.js +25 -111
  530. package/lib/components/descriptions/src/description2.js.map +1 -1
  531. package/lib/components/descriptions/src/descriptions-row.js +7 -64
  532. package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
  533. package/lib/components/descriptions/src/descriptions-row2.js +64 -7
  534. package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
  535. package/lib/components/dialog/index.d.ts +1 -1
  536. package/lib/components/dialog/src/dialog-content.js +37 -94
  537. package/lib/components/dialog/src/dialog-content.js.map +1 -1
  538. package/lib/components/dialog/src/dialog-content2.js +94 -37
  539. package/lib/components/dialog/src/dialog-content2.js.map +1 -1
  540. package/lib/components/dialog/src/dialog.js +1 -1
  541. package/lib/components/dialog/src/dialog.vue.d.ts +1 -1
  542. package/lib/components/dialog/src/dialog2.js +1 -1
  543. package/lib/components/divider/index.d.ts +4 -4
  544. package/lib/components/divider/index.js +2 -2
  545. package/lib/components/divider/src/divider.d.ts +1 -1
  546. package/lib/components/divider/src/divider.js +35 -17
  547. package/lib/components/divider/src/divider.js.map +1 -1
  548. package/lib/components/divider/src/divider.vue.d.ts +4 -4
  549. package/lib/components/divider/src/divider2.js +17 -35
  550. package/lib/components/divider/src/divider2.js.map +1 -1
  551. package/lib/components/dropdown/index.d.ts +73 -73
  552. package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
  553. package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  554. package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  555. package/lib/components/dropdown/src/dropdown-menu.js +1 -1
  556. package/lib/components/dropdown/src/dropdown.js +3 -3
  557. package/lib/components/dropdown/src/dropdown.vue.d.ts +71 -71
  558. package/lib/components/dropdown/src/dropdown2.js +1 -1
  559. package/lib/components/empty/index.js +2 -2
  560. package/lib/components/empty/src/empty.js +55 -11
  561. package/lib/components/empty/src/empty.js.map +1 -1
  562. package/lib/components/empty/src/empty2.js +11 -55
  563. package/lib/components/empty/src/empty2.js.map +1 -1
  564. package/lib/components/focus-trap/src/focus-trap.vue.d.ts +1 -1
  565. package/lib/components/form/index.d.ts +22 -22
  566. package/lib/components/form/index.js +2 -2
  567. package/lib/components/form/src/form-item.d.ts +1 -1
  568. package/lib/components/form/src/form-item.vue.d.ts +5 -5
  569. package/lib/components/form/src/form.d.ts +2 -2
  570. package/lib/components/form/src/form.js +151 -55
  571. package/lib/components/form/src/form.js.map +1 -1
  572. package/lib/components/form/src/form.vue.d.ts +10 -10
  573. package/lib/components/form/src/form2.js +55 -151
  574. package/lib/components/form/src/form2.js.map +1 -1
  575. package/lib/components/icon/index.js +2 -2
  576. package/lib/components/icon/src/icon.js +36 -8
  577. package/lib/components/icon/src/icon.js.map +1 -1
  578. package/lib/components/icon/src/icon2.js +8 -36
  579. package/lib/components/icon/src/icon2.js.map +1 -1
  580. package/lib/components/image/index.d.ts +5 -5
  581. package/lib/components/image/src/image.vue.d.ts +5 -5
  582. package/lib/components/image-viewer/index.d.ts +1 -1
  583. package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  584. package/lib/components/index.js +38 -38
  585. package/lib/components/input/index.d.ts +17 -17
  586. package/lib/components/input/src/input.vue.d.ts +17 -17
  587. package/lib/components/input-number/index.d.ts +64 -64
  588. package/lib/components/input-number/index.js +2 -2
  589. package/lib/components/input-number/src/input-number.js +309 -57
  590. package/lib/components/input-number/src/input-number.js.map +1 -1
  591. package/lib/components/input-number/src/input-number.vue.d.ts +64 -64
  592. package/lib/components/input-number/src/input-number2.js +57 -309
  593. package/lib/components/input-number/src/input-number2.js.map +1 -1
  594. package/lib/components/link/index.d.ts +1 -1
  595. package/lib/components/link/src/link.vue.d.ts +1 -1
  596. package/lib/components/menu/index.d.ts +5 -5
  597. package/lib/components/menu/index.js +2 -2
  598. package/lib/components/menu/src/menu-item-group.js +4 -35
  599. package/lib/components/menu/src/menu-item-group.js.map +1 -1
  600. package/lib/components/menu/src/menu-item-group2.js +35 -4
  601. package/lib/components/menu/src/menu-item-group2.js.map +1 -1
  602. package/lib/components/menu/src/menu.d.ts +4 -4
  603. package/lib/components/menu/src/sub-menu.d.ts +1 -1
  604. package/lib/components/message/src/message.d.ts +1 -1
  605. package/lib/components/message/src/message.vue.d.ts +5 -5
  606. package/lib/components/notification/index.js +1 -1
  607. package/lib/components/notification/src/notification.d.ts +1 -1
  608. package/lib/components/notification/src/notification.js +70 -146
  609. package/lib/components/notification/src/notification.js.map +1 -1
  610. package/lib/components/notification/src/notification.vue.d.ts +5 -5
  611. package/lib/components/notification/src/notification2.js +146 -70
  612. package/lib/components/notification/src/notification2.js.map +1 -1
  613. package/lib/components/notification/src/notify.js +2 -2
  614. package/lib/components/page-header/index.d.ts +4 -4
  615. package/lib/components/page-header/src/page-header.vue.d.ts +4 -4
  616. package/lib/components/pagination/index.d.ts +2 -2
  617. package/lib/components/pagination/src/components/jumper.vue.d.ts +17 -17
  618. package/lib/components/pagination/src/components/prev.js +19 -58
  619. package/lib/components/pagination/src/components/prev.js.map +1 -1
  620. package/lib/components/pagination/src/components/prev2.js +58 -19
  621. package/lib/components/pagination/src/components/prev2.js.map +1 -1
  622. package/lib/components/pagination/src/components/sizes.js +68 -22
  623. package/lib/components/pagination/src/components/sizes.js.map +1 -1
  624. package/lib/components/pagination/src/components/sizes.vue.d.ts +75 -75
  625. package/lib/components/pagination/src/components/sizes2.js +22 -68
  626. package/lib/components/pagination/src/components/sizes2.js.map +1 -1
  627. package/lib/components/pagination/src/pagination.d.ts +2 -2
  628. package/lib/components/pagination/src/pagination.js +2 -2
  629. package/lib/components/popconfirm/index.d.ts +113 -113
  630. package/lib/components/popconfirm/index.js +2 -2
  631. package/lib/components/popconfirm/src/popconfirm.js +48 -110
  632. package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
  633. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +113 -113
  634. package/lib/components/popconfirm/src/popconfirm2.js +110 -48
  635. package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
  636. package/lib/components/popover/index.d.ts +117 -117
  637. package/lib/components/popover/index.js +2 -2
  638. package/lib/components/popover/src/popover.js +111 -67
  639. package/lib/components/popover/src/popover.js.map +1 -1
  640. package/lib/components/popover/src/popover.vue.d.ts +117 -117
  641. package/lib/components/popover/src/popover2.js +67 -111
  642. package/lib/components/popover/src/popover2.js.map +1 -1
  643. package/lib/components/popper/index.d.ts +5 -5
  644. package/lib/components/popper/index.js +6 -6
  645. package/lib/components/popper/src/arrow.js +37 -9
  646. package/lib/components/popper/src/arrow.js.map +1 -1
  647. package/lib/components/popper/src/arrow2.js +9 -37
  648. package/lib/components/popper/src/arrow2.js.map +1 -1
  649. package/lib/components/popper/src/composables/use-content.d.ts +2 -2
  650. package/lib/components/popper/src/content.js +137 -99
  651. package/lib/components/popper/src/content.js.map +1 -1
  652. package/lib/components/popper/src/content.vue.d.ts +7 -7
  653. package/lib/components/popper/src/content2.js +99 -137
  654. package/lib/components/popper/src/content2.js.map +1 -1
  655. package/lib/components/popper/src/popper.d.ts +2 -2
  656. package/lib/components/popper/src/popper.vue.d.ts +5 -5
  657. package/lib/components/popper/src/trigger.js +32 -119
  658. package/lib/components/popper/src/trigger.js.map +1 -1
  659. package/lib/components/popper/src/trigger.vue.d.ts +1 -1
  660. package/lib/components/popper/src/trigger2.js +119 -32
  661. package/lib/components/popper/src/trigger2.js.map +1 -1
  662. package/lib/components/popper/src/utils.d.ts +1 -1
  663. package/lib/components/progress/index.d.ts +4 -4
  664. package/lib/components/progress/index.js +2 -2
  665. package/lib/components/progress/src/progress.d.ts +1 -1
  666. package/lib/components/progress/src/progress.js +202 -57
  667. package/lib/components/progress/src/progress.js.map +1 -1
  668. package/lib/components/progress/src/progress.vue.d.ts +4 -4
  669. package/lib/components/progress/src/progress2.js +57 -202
  670. package/lib/components/progress/src/progress2.js.map +1 -1
  671. package/lib/components/radio/index.d.ts +6 -6
  672. package/lib/components/radio/src/radio-button.vue.d.ts +1 -1
  673. package/lib/components/radio/src/radio-group.vue.d.ts +1 -1
  674. package/lib/components/radio/src/radio.vue.d.ts +2 -2
  675. package/lib/components/rate/index.d.ts +1 -1
  676. package/lib/components/rate/src/rate.vue.d.ts +1 -1
  677. package/lib/components/result/index.d.ts +4 -4
  678. package/lib/components/result/src/result.d.ts +1 -1
  679. package/lib/components/result/src/result.vue.d.ts +4 -4
  680. package/lib/components/roving-focus-group/index.js +2 -2
  681. package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
  682. package/lib/components/roving-focus-group/src/roving-focus-group.js +33 -27
  683. package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
  684. package/lib/components/roving-focus-group/src/roving-focus-group2.js +27 -33
  685. package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
  686. package/lib/components/roving-focus-group/src/roving-focus-item.js +1 -1
  687. package/lib/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
  688. package/lib/components/scrollbar/index.d.ts +3 -3
  689. package/lib/components/scrollbar/index.js +1 -1
  690. package/lib/components/scrollbar/src/bar.js +17 -42
  691. package/lib/components/scrollbar/src/bar.js.map +1 -1
  692. package/lib/components/scrollbar/src/bar.vue.d.ts +1 -1
  693. package/lib/components/scrollbar/src/bar2.js +42 -17
  694. package/lib/components/scrollbar/src/bar2.js.map +1 -1
  695. package/lib/components/scrollbar/src/scrollbar.js +1 -1
  696. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
  697. package/lib/components/scrollbar/src/thumb.js +11 -130
  698. package/lib/components/scrollbar/src/thumb.js.map +1 -1
  699. package/lib/components/scrollbar/src/thumb.vue.d.ts +1 -1
  700. package/lib/components/scrollbar/src/thumb2.js +130 -11
  701. package/lib/components/scrollbar/src/thumb2.js.map +1 -1
  702. package/lib/components/select/index.d.ts +75 -75
  703. package/lib/components/select/src/select.js +1 -1
  704. package/lib/components/select/src/select.vue.d.ts +75 -75
  705. package/lib/components/select/src/useSelect.d.ts +70 -70
  706. package/lib/components/select-v2/index.d.ts +158 -158
  707. package/lib/components/select-v2/src/defaults.d.ts +1 -1
  708. package/lib/components/select-v2/src/defaults.js +1 -1
  709. package/lib/components/select-v2/src/option-item.vue.d.ts +1 -1
  710. package/lib/components/select-v2/src/select.vue.d.ts +79 -79
  711. package/lib/components/select-v2/src/useSelect.d.ts +71 -71
  712. package/lib/components/skeleton/index.d.ts +9 -9
  713. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  714. package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  715. package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
  716. package/lib/components/slider/index.d.ts +249 -249
  717. package/lib/components/slider/src/button.js +93 -22
  718. package/lib/components/slider/src/button.js.map +1 -1
  719. package/lib/components/slider/src/button.vue.d.ts +36 -36
  720. package/lib/components/slider/src/button2.js +22 -93
  721. package/lib/components/slider/src/button2.js.map +1 -1
  722. package/lib/components/slider/src/composables/use-slide.d.ts +146 -146
  723. package/lib/components/slider/src/slider.vue.d.ts +249 -249
  724. package/lib/components/slider/src/slider2.js +1 -1
  725. package/lib/components/space/index.d.ts +1 -1
  726. package/lib/components/space/src/space.d.ts +1 -1
  727. package/lib/components/steps/index.d.ts +16 -16
  728. package/lib/components/steps/index.js +2 -2
  729. package/lib/components/steps/src/item.d.ts +1 -1
  730. package/lib/components/steps/src/item.vue.d.ts +4 -4
  731. package/lib/components/steps/src/steps.d.ts +2 -2
  732. package/lib/components/steps/src/steps.js +34 -37
  733. package/lib/components/steps/src/steps.js.map +1 -1
  734. package/lib/components/steps/src/steps.vue.d.ts +8 -8
  735. package/lib/components/steps/src/steps2.js +37 -34
  736. package/lib/components/steps/src/steps2.js.map +1 -1
  737. package/lib/components/switch/index.d.ts +1 -1
  738. package/lib/components/switch/index.js +2 -2
  739. package/lib/components/switch/src/switch.js +88 -240
  740. package/lib/components/switch/src/switch.js.map +1 -1
  741. package/lib/components/switch/src/switch.vue.d.ts +1 -1
  742. package/lib/components/switch/src/switch2.js +240 -88
  743. package/lib/components/switch/src/switch2.js.map +1 -1
  744. package/lib/components/table/index.d.ts +3 -3
  745. package/lib/components/table/src/filter-panel.vue.d.ts +70 -70
  746. package/lib/components/table/src/table.vue.d.ts +3 -3
  747. package/lib/components/table/src/util.d.ts +9 -9
  748. package/lib/components/tabs/index.d.ts +9 -9
  749. package/lib/components/tabs/index.js +2 -2
  750. package/lib/components/tabs/src/tab-bar.d.ts +4 -4
  751. package/lib/components/tabs/src/tab-bar.vue.d.ts +13 -13
  752. package/lib/components/tabs/src/tab-nav.d.ts +15 -15
  753. package/lib/components/tabs/src/tab-pane.js +13 -72
  754. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  755. package/lib/components/tabs/src/tab-pane.vue.d.ts +2 -2
  756. package/lib/components/tabs/src/tab-pane2.js +72 -13
  757. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  758. package/lib/components/tabs/src/tabs.d.ts +6 -6
  759. package/lib/components/tag/index.d.ts +1 -1
  760. package/lib/components/tag/src/tag.vue.d.ts +1 -1
  761. package/lib/components/teleport/index.js +2 -2
  762. package/lib/components/teleport/src/teleport.js +44 -18
  763. package/lib/components/teleport/src/teleport.js.map +1 -1
  764. package/lib/components/teleport/src/teleport2.js +18 -44
  765. package/lib/components/teleport/src/teleport2.js.map +1 -1
  766. package/lib/components/text/index.js +2 -2
  767. package/lib/components/text/src/text.js +35 -22
  768. package/lib/components/text/src/text.js.map +1 -1
  769. package/lib/components/text/src/text2.js +22 -35
  770. package/lib/components/text/src/text2.js.map +1 -1
  771. package/lib/components/time-picker/index.d.ts +14 -2
  772. package/lib/components/time-picker/src/common/picker.vue.d.ts +136 -128
  773. package/lib/components/time-picker/src/common/props.d.ts +2 -0
  774. package/lib/components/time-picker/src/common/props.js +8 -0
  775. package/lib/components/time-picker/src/common/props.js.map +1 -1
  776. package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
  777. package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
  778. package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
  779. package/lib/components/time-picker/src/time-picker.d.ts +7 -1
  780. package/lib/components/time-select/index.d.ts +312 -312
  781. package/lib/components/time-select/src/time-select.vue.d.ts +156 -156
  782. package/lib/components/tooltip/index.d.ts +35 -35
  783. package/lib/components/tooltip/index.js +2 -2
  784. package/lib/components/tooltip/src/content.js +31 -177
  785. package/lib/components/tooltip/src/content.js.map +1 -1
  786. package/lib/components/tooltip/src/content.vue.d.ts +10 -10
  787. package/lib/components/tooltip/src/content2.js +177 -31
  788. package/lib/components/tooltip/src/content2.js.map +1 -1
  789. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  790. package/lib/components/tooltip/src/tooltip.js +3 -3
  791. package/lib/components/tooltip/src/tooltip.vue.d.ts +35 -35
  792. package/lib/components/tooltip/src/tooltip2.js +3 -3
  793. package/lib/components/tooltip/src/trigger.js +16 -73
  794. package/lib/components/tooltip/src/trigger.js.map +1 -1
  795. package/lib/components/tooltip/src/trigger.vue.d.ts +3 -3
  796. package/lib/components/tooltip/src/trigger2.js +73 -16
  797. package/lib/components/tooltip/src/trigger2.js.map +1 -1
  798. package/lib/components/tooltip-v2/index.d.ts +31 -31
  799. package/lib/components/tooltip-v2/index.js +2 -2
  800. package/lib/components/tooltip-v2/src/content.d.ts +1 -1
  801. package/lib/components/tooltip-v2/src/content.vue.d.ts +8 -8
  802. package/lib/components/tooltip-v2/src/content2.js +1 -1
  803. package/lib/components/tooltip-v2/src/root.js +80 -17
  804. package/lib/components/tooltip-v2/src/root.js.map +1 -1
  805. package/lib/components/tooltip-v2/src/root2.js +17 -80
  806. package/lib/components/tooltip-v2/src/root2.js.map +1 -1
  807. package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
  808. package/lib/components/tooltip-v2/src/tooltip.js +2 -2
  809. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +31 -31
  810. package/lib/components/tooltip-v2/src/tooltip2.js +4 -4
  811. package/lib/components/tooltip-v2/src/trigger.js +89 -12
  812. package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
  813. package/lib/components/tooltip-v2/src/trigger2.js +12 -89
  814. package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
  815. package/lib/components/transfer/index.d.ts +123 -123
  816. package/lib/components/transfer/src/transfer-panel.vue.d.ts +23 -23
  817. package/lib/components/transfer/src/transfer.vue.d.ts +123 -123
  818. package/lib/components/tree-v2/index.d.ts +8 -8
  819. package/lib/components/tree-v2/src/tree-node.vue.d.ts +7 -7
  820. package/lib/components/tree-v2/src/tree.vue.d.ts +8 -8
  821. package/lib/components/upload/index.d.ts +17 -17
  822. package/lib/components/upload/index.js +2 -2
  823. package/lib/components/upload/src/upload-content.js +172 -32
  824. package/lib/components/upload/src/upload-content.js.map +1 -1
  825. package/lib/components/upload/src/upload-content.vue.d.ts +3 -3
  826. package/lib/components/upload/src/upload-content2.js +32 -172
  827. package/lib/components/upload/src/upload-content2.js.map +1 -1
  828. package/lib/components/upload/src/upload-dragger.js +12 -72
  829. package/lib/components/upload/src/upload-dragger.js.map +1 -1
  830. package/lib/components/upload/src/upload-dragger2.js +72 -12
  831. package/lib/components/upload/src/upload-dragger2.js.map +1 -1
  832. package/lib/components/upload/src/upload-list.vue.d.ts +4 -4
  833. package/lib/components/upload/src/upload.vue.d.ts +17 -17
  834. package/lib/components/upload/src/upload2.js +1 -1
  835. package/lib/components/virtual-list/src/builders/build-list.d.ts +1 -1
  836. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
  837. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
  838. package/lib/components/visual-hidden/index.js +2 -2
  839. package/lib/components/visual-hidden/src/visual-hidden.js +7 -35
  840. package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
  841. package/lib/components/visual-hidden/src/visual-hidden2.js +35 -7
  842. package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
  843. package/lib/hooks/use-floating/index.d.ts +2 -2
  844. package/lib/hooks/use-popper/index.d.ts +2 -2
  845. package/lib/index.js +38 -38
  846. package/package.json +1 -1
  847. package/tags.json +2 -0
  848. package/web-types.json +18 -0
@@ -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>;
@@ -218,14 +218,14 @@ declare const _default: import("vue").DefineComponent<{
218
218
  readonly height?: number | undefined;
219
219
  readonly width?: number | undefined;
220
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
- readonly onFocus?: ((e: Event) => boolean | void) | undefined;
228
226
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
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;
@@ -249,14 +249,14 @@ declare const _default: import("vue").DefineComponent<{
249
249
  readonly height?: number | undefined;
250
250
  readonly width?: number | undefined;
251
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
- readonly onFocus?: ((e: Event) => boolean | void) | undefined;
259
257
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
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;
@@ -280,14 +280,14 @@ declare const _default: import("vue").DefineComponent<{
280
280
  readonly height?: number | undefined;
281
281
  readonly width?: number | undefined;
282
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
- readonly onFocus?: ((e: Event) => boolean | void) | undefined;
290
288
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
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;
@@ -311,14 +311,14 @@ declare const _default: import("vue").DefineComponent<{
311
311
  readonly height?: number | undefined;
312
312
  readonly width?: number | undefined;
313
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
- readonly onFocus?: ((e: Event) => boolean | void) | undefined;
321
319
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
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,7 +607,7 @@ 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>;
@@ -615,9 +615,9 @@ declare const _default: import("vue").DefineComponent<{
615
615
  }>>, {
616
616
  offset: number;
617
617
  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>;
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>;
@@ -859,11 +859,11 @@ declare const _default: import("vue").DefineComponent<{
859
859
  readonly height: number;
860
860
  readonly width: number;
861
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>;
@@ -2,13 +2,13 @@ import { defineComponent, toRefs, reactive, openBlock, createBlock, normalizePro
2
2
  import { pick } from 'lodash-unified';
3
3
  import { tooltipV2ArrowProps } from './arrow.mjs';
4
4
  import { tooltipV2ContentProps } from './content.mjs';
5
- import { tooltipV2RootProps } from './root.mjs';
5
+ import { tooltipV2RootProps } from './root2.mjs';
6
6
  import { tooltipV2Props } from './tooltip.mjs';
7
- import { tooltipV2TriggerProps } from './trigger.mjs';
8
- import TooltipV2Root from './root2.mjs';
7
+ import { tooltipV2TriggerProps } from './trigger2.mjs';
8
+ import TooltipV2Root from './root.mjs';
9
9
  import TooltipV2Arrow from './arrow2.mjs';
10
10
  import TooltipV2Content from './content2.mjs';
11
- import TooltipV2Trigger from './trigger2.mjs';
11
+ import TooltipV2Trigger from './trigger.mjs';
12
12
  import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
13
13
 
14
14
  const __default__ = defineComponent({
@@ -1,17 +1,94 @@
1
+ import { defineComponent, inject, watch, onBeforeUnmount, openBlock, createBlock, unref, withCtx, renderSlot, createElementBlock, mergeProps } from 'vue';
1
2
  import '../../../utils/index.mjs';
2
- import { definePropType, buildProps } from '../../../utils/vue/props/runtime.mjs';
3
+ import { tooltipV2RootKey } from './constants.mjs';
4
+ import ForwardRef from './forward-ref.mjs';
5
+ import { tooltipV2TriggerProps } from './trigger2.mjs';
6
+ import { tooltipV2CommonProps } from './common.mjs';
7
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
8
+ import { composeEventHandlers } from '../../../utils/dom/event.mjs';
3
9
 
4
- const EventHandler = {
5
- type: definePropType(Function)
6
- };
7
- const tooltipV2TriggerProps = buildProps({
8
- onBlur: EventHandler,
9
- onClick: EventHandler,
10
- onFocus: EventHandler,
11
- onMouseDown: EventHandler,
12
- onMouseEnter: EventHandler,
13
- onMouseLeave: EventHandler
10
+ const __default__ = defineComponent({
11
+ name: "ElTooltipV2Trigger"
14
12
  });
13
+ const _sfc_main = /* @__PURE__ */ defineComponent({
14
+ ...__default__,
15
+ props: {
16
+ ...tooltipV2CommonProps,
17
+ ...tooltipV2TriggerProps
18
+ },
19
+ setup(__props) {
20
+ const props = __props;
21
+ const { onClose, onOpen, onDelayOpen, triggerRef, contentId } = inject(tooltipV2RootKey);
22
+ let isMousedown = false;
23
+ const setTriggerRef = (el) => {
24
+ triggerRef.value = el;
25
+ };
26
+ const onMouseup = () => {
27
+ isMousedown = false;
28
+ };
29
+ const onMouseenter = composeEventHandlers(props.onMouseEnter, onDelayOpen);
30
+ const onMouseleave = composeEventHandlers(props.onMouseLeave, onClose);
31
+ const onMousedown = composeEventHandlers(props.onMouseDown, () => {
32
+ onClose();
33
+ isMousedown = true;
34
+ document.addEventListener("mouseup", onMouseup, { once: true });
35
+ });
36
+ const onFocus = composeEventHandlers(props.onFocus, () => {
37
+ if (!isMousedown)
38
+ onOpen();
39
+ });
40
+ const onBlur = composeEventHandlers(props.onBlur, onClose);
41
+ const onClick = composeEventHandlers(props.onClick, (e) => {
42
+ if (e.detail === 0)
43
+ onClose();
44
+ });
45
+ const events = {
46
+ blur: onBlur,
47
+ click: onClick,
48
+ focus: onFocus,
49
+ mousedown: onMousedown,
50
+ mouseenter: onMouseenter,
51
+ mouseleave: onMouseleave
52
+ };
53
+ const setEvents = (el, events2, type) => {
54
+ if (el) {
55
+ Object.entries(events2).forEach(([name, handler]) => {
56
+ el[type](name, handler);
57
+ });
58
+ }
59
+ };
60
+ watch(triggerRef, (triggerEl, previousTriggerEl) => {
61
+ setEvents(triggerEl, events, "addEventListener");
62
+ setEvents(previousTriggerEl, events, "removeEventListener");
63
+ if (triggerEl) {
64
+ triggerEl.setAttribute("aria-describedby", contentId.value);
65
+ }
66
+ });
67
+ onBeforeUnmount(() => {
68
+ setEvents(triggerRef.value, events, "removeEventListener");
69
+ document.removeEventListener("mouseup", onMouseup);
70
+ });
71
+ return (_ctx, _cache) => {
72
+ return _ctx.nowrap ? (openBlock(), createBlock(unref(ForwardRef), {
73
+ key: 0,
74
+ "set-ref": setTriggerRef,
75
+ "only-child": ""
76
+ }, {
77
+ default: withCtx(() => [
78
+ renderSlot(_ctx.$slots, "default")
79
+ ]),
80
+ _: 3
81
+ })) : (openBlock(), createElementBlock("button", mergeProps({
82
+ key: 1,
83
+ ref_key: "triggerRef",
84
+ ref: triggerRef
85
+ }, _ctx.$attrs), [
86
+ renderSlot(_ctx.$slots, "default")
87
+ ], 16));
88
+ };
89
+ }
90
+ });
91
+ var TooltipV2Trigger = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\BeyondTrucks\\beyond-ui\\packages\\components\\tooltip-v2\\src\\trigger.vue"]]);
15
92
 
16
- export { tooltipV2TriggerProps };
93
+ export { TooltipV2Trigger as default };
17
94
  //# sourceMappingURL=trigger.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"trigger.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/trigger.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\n\nconst EventHandler = {\n type: definePropType<(e: Event) => boolean | void>(Function),\n} as const\n\nexport const tooltipV2TriggerProps = buildProps({\n onBlur: EventHandler,\n onClick: EventHandler,\n onFocus: EventHandler,\n onMouseDown: EventHandler,\n onMouseEnter: EventHandler,\n onMouseLeave: EventHandler,\n} as const)\n\nexport type TooltipV2TriggerProps = ExtractPropTypes<\n typeof tooltipV2TriggerProps\n>\n"],"names":[],"mappings":";;;AACA,MAAM,YAAY,GAAG;AACrB,EAAE,IAAI,EAAE,cAAc,CAAC,QAAQ,CAAC;AAChC,CAAC,CAAC;AACU,MAAC,qBAAqB,GAAG,UAAU,CAAC;AAChD,EAAE,MAAM,EAAE,YAAY;AACtB,EAAE,OAAO,EAAE,YAAY;AACvB,EAAE,OAAO,EAAE,YAAY;AACvB,EAAE,WAAW,EAAE,YAAY;AAC3B,EAAE,YAAY,EAAE,YAAY;AAC5B,EAAE,YAAY,EAAE,YAAY;AAC5B,CAAC;;;;"}
1
+ {"version":3,"file":"trigger.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/trigger.vue"],"sourcesContent":["<template>\n <forward-ref v-if=\"nowrap\" :set-ref=\"setTriggerRef\" only-child>\n <slot />\n </forward-ref>\n <button v-else ref=\"triggerRef\" v-bind=\"$attrs\">\n <slot />\n </button>\n</template>\n\n<script setup lang=\"ts\">\nimport { inject, onBeforeUnmount, watch } from 'vue'\nimport { composeEventHandlers } from '@element-plus/utils'\nimport { tooltipV2RootKey } from './constants'\nimport ForwardRef from './forward-ref'\nimport { tooltipV2TriggerProps } from './trigger'\nimport { tooltipV2CommonProps } from './common'\n\ndefineOptions({\n name: 'ElTooltipV2Trigger',\n})\n\nconst props = defineProps({\n ...tooltipV2CommonProps,\n ...tooltipV2TriggerProps,\n})\n\n/**\n * onOpen opens the tooltip instantly, onTrigger acts a lil bit differently,\n * it will check if delayDuration is set to greater than 0 and based on that result,\n * if true, it opens the tooltip after delayDuration, otherwise it opens it instantly.\n */\nconst { onClose, onOpen, onDelayOpen, triggerRef, contentId } =\n inject(tooltipV2RootKey)!\n\nlet isMousedown = false\n\nconst setTriggerRef = (el: HTMLElement | null) => {\n triggerRef.value = el\n}\n\nconst onMouseup = () => {\n isMousedown = false\n}\n\nconst onMouseenter = composeEventHandlers(props.onMouseEnter, onDelayOpen)\n\nconst onMouseleave = composeEventHandlers(props.onMouseLeave, onClose)\n\nconst onMousedown = composeEventHandlers(props.onMouseDown, () => {\n onClose()\n isMousedown = true\n document.addEventListener('mouseup', onMouseup, { once: true })\n})\n\nconst onFocus = composeEventHandlers(props.onFocus, () => {\n if (!isMousedown) onOpen()\n})\n\nconst onBlur = composeEventHandlers(props.onBlur, onClose)\n\nconst onClick = composeEventHandlers(props.onClick, (e) => {\n if ((e as MouseEvent).detail === 0) onClose()\n})\n\nconst events = {\n blur: onBlur,\n click: onClick,\n focus: onFocus,\n mousedown: onMousedown,\n mouseenter: onMouseenter,\n mouseleave: onMouseleave,\n}\n\nconst setEvents = <T extends (e: Event) => void>(\n el: HTMLElement | null | undefined,\n events: Record<string, T>,\n type: 'addEventListener' | 'removeEventListener'\n) => {\n if (el) {\n Object.entries(events).forEach(([name, handler]) => {\n el[type](name, handler)\n })\n }\n}\n\nwatch(triggerRef, (triggerEl, previousTriggerEl) => {\n setEvents(triggerEl, events, 'addEventListener')\n setEvents(previousTriggerEl, events, 'removeEventListener')\n\n if (triggerEl) {\n triggerEl.setAttribute('aria-describedby', contentId.value)\n }\n})\n\nonBeforeUnmount(() => {\n setEvents(triggerRef.value, events, 'removeEventListener')\n document.removeEventListener('mouseup', onMouseup)\n})\n</script>\n"],"names":[],"mappings":";;;;;;;;;mCAiBc,CAAA;AAAA,EACZ,IAAM,EAAA,oBAAA;AACR,CAAA,CAAA,CAAA;;;;;;;;;AAYA,IAAA,MAAM,EAAE,OAAS,EAAA,MAAA,EAAQ,aAAa,UAAY,EAAA,SAAA,EAAA,GAChD,OAAO,gBAAgB,CAAA,CAAA;AAEzB,IAAA,IAAI,WAAc,GAAA,KAAA,CAAA;AAElB,IAAM,MAAA,aAAA,GAAgB,CAAC,EAA2B,KAAA;AAChD,MAAA,UAAA,CAAW,KAAQ,GAAA,EAAA,CAAA;AAAA,KACrB,CAAA;AAEA,IAAA,MAAM,YAAY,MAAM;AACtB,MAAc,WAAA,GAAA,KAAA,CAAA;AAAA,KAChB,CAAA;AAEA,IAAA,MAAM,YAAe,GAAA,oBAAA,CAAqB,KAAM,CAAA,YAAA,EAAc,WAAW,CAAA,CAAA;AAEzE,IAAA,MAAM,YAAe,GAAA,oBAAA,CAAqB,KAAM,CAAA,YAAA,EAAc,OAAO,CAAA,CAAA;AAErE,IAAA,MAAM,WAAc,GAAA,oBAAA,CAAqB,KAAM,CAAA,WAAA,EAAa,MAAM;AAChE,MAAQ,OAAA,EAAA,CAAA;AACR,MAAc,WAAA,GAAA,IAAA,CAAA;AACd,MAAA,QAAA,CAAS,iBAAiB,SAAW,EAAA,SAAA,EAAW,EAAE,IAAA,EAAM,MAAM,CAAA,CAAA;AAAA,KAC/D,CAAA,CAAA;AAED,IAAA,MAAM,OAAU,GAAA,oBAAA,CAAqB,KAAM,CAAA,OAAA,EAAS,MAAM;AACxD,MAAA,IAAI,CAAC,WAAA;AAAa,QAAO,MAAA,EAAA,CAAA;AAAA,KAC1B,CAAA,CAAA;AAED,IAAA,MAAM,MAAS,GAAA,oBAAA,CAAqB,KAAM,CAAA,MAAA,EAAQ,OAAO,CAAA,CAAA;AAEzD,IAAA,MAAM,OAAU,GAAA,oBAAA,CAAqB,KAAM,CAAA,OAAA,EAAS,CAAC,CAAM,KAAA;AACzD,MAAA,IAAK,EAAiB,MAAW,KAAA,CAAA;AAAG,QAAQ,OAAA,EAAA,CAAA;AAAA,KAC7C,CAAA,CAAA;AAED,IAAA,MAAM,MAAS,GAAA;AAAA,MACb,IAAM,EAAA,MAAA;AAAA,MACN,KAAO,EAAA,OAAA;AAAA,MACP,KAAO,EAAA,OAAA;AAAA,MACP,SAAW,EAAA,WAAA;AAAA,MACX,UAAY,EAAA,YAAA;AAAA,MACZ,UAAY,EAAA,YAAA;AAAA,KACd,CAAA;AAEA,IAAA,MAAM,SAAY,GAAA,CAChB,EACA,EAAA,OAAA,EACA,IACG,KAAA;AACH,MAAA,IAAI,EAAI,EAAA;AACN,QAAA,MAAA,CAAO,QAAQ,OAAM,CAAA,CAAE,QAAQ,CAAC,CAAC,MAAM,OAAa,CAAA,KAAA;AAClD,UAAG,EAAA,CAAA,IAAA,CAAA,CAAM,MAAM,OAAO,CAAA,CAAA;AAAA,SACvB,CAAA,CAAA;AAAA,OACH;AAAA,KACF,CAAA;AAEA,IAAM,KAAA,CAAA,UAAA,EAAY,CAAC,SAAA,EAAW,iBAAsB,KAAA;AAClD,MAAU,SAAA,CAAA,SAAA,EAAW,QAAQ,kBAAkB,CAAA,CAAA;AAC/C,MAAU,SAAA,CAAA,iBAAA,EAAmB,QAAQ,qBAAqB,CAAA,CAAA;AAE1D,MAAA,IAAI,SAAW,EAAA;AACb,QAAU,SAAA,CAAA,YAAA,CAAa,kBAAoB,EAAA,SAAA,CAAU,KAAK,CAAA,CAAA;AAAA,OAC5D;AAAA,KACD,CAAA,CAAA;AAED,IAAA,eAAA,CAAgB,MAAM;AACpB,MAAU,SAAA,CAAA,UAAA,CAAW,KAAO,EAAA,MAAA,EAAQ,qBAAqB,CAAA,CAAA;AACzD,MAAS,QAAA,CAAA,mBAAA,CAAoB,WAAW,SAAS,CAAA,CAAA;AAAA,KAClD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,94 +1,17 @@
1
- import { defineComponent, inject, watch, onBeforeUnmount, openBlock, createBlock, unref, withCtx, renderSlot, createElementBlock, mergeProps } from 'vue';
2
1
  import '../../../utils/index.mjs';
3
- import { tooltipV2RootKey } from './constants.mjs';
4
- import ForwardRef from './forward-ref.mjs';
5
- import { tooltipV2TriggerProps } from './trigger.mjs';
6
- import { tooltipV2CommonProps } from './common.mjs';
7
- import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
8
- import { composeEventHandlers } from '../../../utils/dom/event.mjs';
2
+ import { definePropType, buildProps } from '../../../utils/vue/props/runtime.mjs';
9
3
 
10
- const __default__ = defineComponent({
11
- name: "ElTooltipV2Trigger"
4
+ const EventHandler = {
5
+ type: definePropType(Function)
6
+ };
7
+ const tooltipV2TriggerProps = buildProps({
8
+ onBlur: EventHandler,
9
+ onClick: EventHandler,
10
+ onFocus: EventHandler,
11
+ onMouseDown: EventHandler,
12
+ onMouseEnter: EventHandler,
13
+ onMouseLeave: EventHandler
12
14
  });
13
- const _sfc_main = /* @__PURE__ */ defineComponent({
14
- ...__default__,
15
- props: {
16
- ...tooltipV2CommonProps,
17
- ...tooltipV2TriggerProps
18
- },
19
- setup(__props) {
20
- const props = __props;
21
- const { onClose, onOpen, onDelayOpen, triggerRef, contentId } = inject(tooltipV2RootKey);
22
- let isMousedown = false;
23
- const setTriggerRef = (el) => {
24
- triggerRef.value = el;
25
- };
26
- const onMouseup = () => {
27
- isMousedown = false;
28
- };
29
- const onMouseenter = composeEventHandlers(props.onMouseEnter, onDelayOpen);
30
- const onMouseleave = composeEventHandlers(props.onMouseLeave, onClose);
31
- const onMousedown = composeEventHandlers(props.onMouseDown, () => {
32
- onClose();
33
- isMousedown = true;
34
- document.addEventListener("mouseup", onMouseup, { once: true });
35
- });
36
- const onFocus = composeEventHandlers(props.onFocus, () => {
37
- if (!isMousedown)
38
- onOpen();
39
- });
40
- const onBlur = composeEventHandlers(props.onBlur, onClose);
41
- const onClick = composeEventHandlers(props.onClick, (e) => {
42
- if (e.detail === 0)
43
- onClose();
44
- });
45
- const events = {
46
- blur: onBlur,
47
- click: onClick,
48
- focus: onFocus,
49
- mousedown: onMousedown,
50
- mouseenter: onMouseenter,
51
- mouseleave: onMouseleave
52
- };
53
- const setEvents = (el, events2, type) => {
54
- if (el) {
55
- Object.entries(events2).forEach(([name, handler]) => {
56
- el[type](name, handler);
57
- });
58
- }
59
- };
60
- watch(triggerRef, (triggerEl, previousTriggerEl) => {
61
- setEvents(triggerEl, events, "addEventListener");
62
- setEvents(previousTriggerEl, events, "removeEventListener");
63
- if (triggerEl) {
64
- triggerEl.setAttribute("aria-describedby", contentId.value);
65
- }
66
- });
67
- onBeforeUnmount(() => {
68
- setEvents(triggerRef.value, events, "removeEventListener");
69
- document.removeEventListener("mouseup", onMouseup);
70
- });
71
- return (_ctx, _cache) => {
72
- return _ctx.nowrap ? (openBlock(), createBlock(unref(ForwardRef), {
73
- key: 0,
74
- "set-ref": setTriggerRef,
75
- "only-child": ""
76
- }, {
77
- default: withCtx(() => [
78
- renderSlot(_ctx.$slots, "default")
79
- ]),
80
- _: 3
81
- })) : (openBlock(), createElementBlock("button", mergeProps({
82
- key: 1,
83
- ref_key: "triggerRef",
84
- ref: triggerRef
85
- }, _ctx.$attrs), [
86
- renderSlot(_ctx.$slots, "default")
87
- ], 16));
88
- };
89
- }
90
- });
91
- var TooltipV2Trigger = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\BeyondTrucks\\beyond-ui\\packages\\components\\tooltip-v2\\src\\trigger.vue"]]);
92
15
 
93
- export { TooltipV2Trigger as default };
16
+ export { tooltipV2TriggerProps };
94
17
  //# sourceMappingURL=trigger2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"trigger2.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/trigger.vue"],"sourcesContent":["<template>\n <forward-ref v-if=\"nowrap\" :set-ref=\"setTriggerRef\" only-child>\n <slot />\n </forward-ref>\n <button v-else ref=\"triggerRef\" v-bind=\"$attrs\">\n <slot />\n </button>\n</template>\n\n<script setup lang=\"ts\">\nimport { inject, onBeforeUnmount, watch } from 'vue'\nimport { composeEventHandlers } from '@element-plus/utils'\nimport { tooltipV2RootKey } from './constants'\nimport ForwardRef from './forward-ref'\nimport { tooltipV2TriggerProps } from './trigger'\nimport { tooltipV2CommonProps } from './common'\n\ndefineOptions({\n name: 'ElTooltipV2Trigger',\n})\n\nconst props = defineProps({\n ...tooltipV2CommonProps,\n ...tooltipV2TriggerProps,\n})\n\n/**\n * onOpen opens the tooltip instantly, onTrigger acts a lil bit differently,\n * it will check if delayDuration is set to greater than 0 and based on that result,\n * if true, it opens the tooltip after delayDuration, otherwise it opens it instantly.\n */\nconst { onClose, onOpen, onDelayOpen, triggerRef, contentId } =\n inject(tooltipV2RootKey)!\n\nlet isMousedown = false\n\nconst setTriggerRef = (el: HTMLElement | null) => {\n triggerRef.value = el\n}\n\nconst onMouseup = () => {\n isMousedown = false\n}\n\nconst onMouseenter = composeEventHandlers(props.onMouseEnter, onDelayOpen)\n\nconst onMouseleave = composeEventHandlers(props.onMouseLeave, onClose)\n\nconst onMousedown = composeEventHandlers(props.onMouseDown, () => {\n onClose()\n isMousedown = true\n document.addEventListener('mouseup', onMouseup, { once: true })\n})\n\nconst onFocus = composeEventHandlers(props.onFocus, () => {\n if (!isMousedown) onOpen()\n})\n\nconst onBlur = composeEventHandlers(props.onBlur, onClose)\n\nconst onClick = composeEventHandlers(props.onClick, (e) => {\n if ((e as MouseEvent).detail === 0) onClose()\n})\n\nconst events = {\n blur: onBlur,\n click: onClick,\n focus: onFocus,\n mousedown: onMousedown,\n mouseenter: onMouseenter,\n mouseleave: onMouseleave,\n}\n\nconst setEvents = <T extends (e: Event) => void>(\n el: HTMLElement | null | undefined,\n events: Record<string, T>,\n type: 'addEventListener' | 'removeEventListener'\n) => {\n if (el) {\n Object.entries(events).forEach(([name, handler]) => {\n el[type](name, handler)\n })\n }\n}\n\nwatch(triggerRef, (triggerEl, previousTriggerEl) => {\n setEvents(triggerEl, events, 'addEventListener')\n setEvents(previousTriggerEl, events, 'removeEventListener')\n\n if (triggerEl) {\n triggerEl.setAttribute('aria-describedby', contentId.value)\n }\n})\n\nonBeforeUnmount(() => {\n setEvents(triggerRef.value, events, 'removeEventListener')\n document.removeEventListener('mouseup', onMouseup)\n})\n</script>\n"],"names":[],"mappings":";;;;;;;;;mCAiBc,CAAA;AAAA,EACZ,IAAM,EAAA,oBAAA;AACR,CAAA,CAAA,CAAA;;;;;;;;;AAYA,IAAA,MAAM,EAAE,OAAS,EAAA,MAAA,EAAQ,aAAa,UAAY,EAAA,SAAA,EAAA,GAChD,OAAO,gBAAgB,CAAA,CAAA;AAEzB,IAAA,IAAI,WAAc,GAAA,KAAA,CAAA;AAElB,IAAM,MAAA,aAAA,GAAgB,CAAC,EAA2B,KAAA;AAChD,MAAA,UAAA,CAAW,KAAQ,GAAA,EAAA,CAAA;AAAA,KACrB,CAAA;AAEA,IAAA,MAAM,YAAY,MAAM;AACtB,MAAc,WAAA,GAAA,KAAA,CAAA;AAAA,KAChB,CAAA;AAEA,IAAA,MAAM,YAAe,GAAA,oBAAA,CAAqB,KAAM,CAAA,YAAA,EAAc,WAAW,CAAA,CAAA;AAEzE,IAAA,MAAM,YAAe,GAAA,oBAAA,CAAqB,KAAM,CAAA,YAAA,EAAc,OAAO,CAAA,CAAA;AAErE,IAAA,MAAM,WAAc,GAAA,oBAAA,CAAqB,KAAM,CAAA,WAAA,EAAa,MAAM;AAChE,MAAQ,OAAA,EAAA,CAAA;AACR,MAAc,WAAA,GAAA,IAAA,CAAA;AACd,MAAA,QAAA,CAAS,iBAAiB,SAAW,EAAA,SAAA,EAAW,EAAE,IAAA,EAAM,MAAM,CAAA,CAAA;AAAA,KAC/D,CAAA,CAAA;AAED,IAAA,MAAM,OAAU,GAAA,oBAAA,CAAqB,KAAM,CAAA,OAAA,EAAS,MAAM;AACxD,MAAA,IAAI,CAAC,WAAA;AAAa,QAAO,MAAA,EAAA,CAAA;AAAA,KAC1B,CAAA,CAAA;AAED,IAAA,MAAM,MAAS,GAAA,oBAAA,CAAqB,KAAM,CAAA,MAAA,EAAQ,OAAO,CAAA,CAAA;AAEzD,IAAA,MAAM,OAAU,GAAA,oBAAA,CAAqB,KAAM,CAAA,OAAA,EAAS,CAAC,CAAM,KAAA;AACzD,MAAA,IAAK,EAAiB,MAAW,KAAA,CAAA;AAAG,QAAQ,OAAA,EAAA,CAAA;AAAA,KAC7C,CAAA,CAAA;AAED,IAAA,MAAM,MAAS,GAAA;AAAA,MACb,IAAM,EAAA,MAAA;AAAA,MACN,KAAO,EAAA,OAAA;AAAA,MACP,KAAO,EAAA,OAAA;AAAA,MACP,SAAW,EAAA,WAAA;AAAA,MACX,UAAY,EAAA,YAAA;AAAA,MACZ,UAAY,EAAA,YAAA;AAAA,KACd,CAAA;AAEA,IAAA,MAAM,SAAY,GAAA,CAChB,EACA,EAAA,OAAA,EACA,IACG,KAAA;AACH,MAAA,IAAI,EAAI,EAAA;AACN,QAAA,MAAA,CAAO,QAAQ,OAAM,CAAA,CAAE,QAAQ,CAAC,CAAC,MAAM,OAAa,CAAA,KAAA;AAClD,UAAG,EAAA,CAAA,IAAA,CAAA,CAAM,MAAM,OAAO,CAAA,CAAA;AAAA,SACvB,CAAA,CAAA;AAAA,OACH;AAAA,KACF,CAAA;AAEA,IAAM,KAAA,CAAA,UAAA,EAAY,CAAC,SAAA,EAAW,iBAAsB,KAAA;AAClD,MAAU,SAAA,CAAA,SAAA,EAAW,QAAQ,kBAAkB,CAAA,CAAA;AAC/C,MAAU,SAAA,CAAA,iBAAA,EAAmB,QAAQ,qBAAqB,CAAA,CAAA;AAE1D,MAAA,IAAI,SAAW,EAAA;AACb,QAAU,SAAA,CAAA,YAAA,CAAa,kBAAoB,EAAA,SAAA,CAAU,KAAK,CAAA,CAAA;AAAA,OAC5D;AAAA,KACD,CAAA,CAAA;AAED,IAAA,eAAA,CAAgB,MAAM;AACpB,MAAU,SAAA,CAAA,UAAA,CAAW,KAAO,EAAA,MAAA,EAAQ,qBAAqB,CAAA,CAAA;AACzD,MAAS,QAAA,CAAA,mBAAA,CAAoB,WAAW,SAAS,CAAA,CAAA;AAAA,KAClD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"trigger2.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/trigger.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\n\nconst EventHandler = {\n type: definePropType<(e: Event) => boolean | void>(Function),\n} as const\n\nexport const tooltipV2TriggerProps = buildProps({\n onBlur: EventHandler,\n onClick: EventHandler,\n onFocus: EventHandler,\n onMouseDown: EventHandler,\n onMouseEnter: EventHandler,\n onMouseLeave: EventHandler,\n} as const)\n\nexport type TooltipV2TriggerProps = ExtractPropTypes<\n typeof tooltipV2TriggerProps\n>\n"],"names":[],"mappings":";;;AACA,MAAM,YAAY,GAAG;AACrB,EAAE,IAAI,EAAE,cAAc,CAAC,QAAQ,CAAC;AAChC,CAAC,CAAC;AACU,MAAC,qBAAqB,GAAG,UAAU,CAAC;AAChD,EAAE,MAAM,EAAE,YAAY;AACtB,EAAE,OAAO,EAAE,YAAY;AACvB,EAAE,OAAO,EAAE,YAAY;AACvB,EAAE,WAAW,EAAE,YAAY;AAC3B,EAAE,YAAY,EAAE,YAAY;AAC5B,EAAE,YAAY,EAAE,YAAY;AAC5B,CAAC;;;;"}