beyond-webui 1.1.18 → 1.1.19

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 (783) hide show
  1. package/dist/index.css +1 -1
  2. package/es/components/affix/index.mjs +2 -2
  3. package/es/components/affix/src/affix.mjs +26 -117
  4. package/es/components/affix/src/affix.mjs.map +1 -1
  5. package/es/components/affix/src/affix2.mjs +117 -26
  6. package/es/components/affix/src/affix2.mjs.map +1 -1
  7. package/es/components/autocomplete/index.d.ts +95 -95
  8. package/es/components/autocomplete/index.mjs +2 -2
  9. package/es/components/autocomplete/src/autocomplete.mjs +92 -395
  10. package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
  11. package/es/components/autocomplete/src/autocomplete.vue.d.ts +95 -95
  12. package/es/components/autocomplete/src/autocomplete2.mjs +395 -92
  13. package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
  14. package/es/components/avatar/index.mjs +2 -2
  15. package/es/components/avatar/src/avatar.mjs +32 -67
  16. package/es/components/avatar/src/avatar.mjs.map +1 -1
  17. package/es/components/avatar/src/avatar2.mjs +67 -32
  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 +55 -17
  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 +17 -55
  25. package/es/components/badge/src/badge2.mjs.map +1 -1
  26. package/es/components/button/index.d.ts +3 -3
  27. package/es/components/button/index.mjs +1 -1
  28. package/es/components/button/src/button-group.mjs +6 -30
  29. package/es/components/button/src/button-group.mjs.map +1 -1
  30. package/es/components/button/src/button-group2.mjs +30 -6
  31. package/es/components/button/src/button-group2.mjs.map +1 -1
  32. package/es/components/button/src/button.vue.d.ts +3 -3
  33. package/es/components/calendar/index.d.ts +3 -3
  34. package/es/components/calendar/src/calendar.vue.d.ts +3 -3
  35. package/es/components/card/index.mjs +2 -2
  36. package/es/components/card/src/card.mjs +16 -35
  37. package/es/components/card/src/card.mjs.map +1 -1
  38. package/es/components/card/src/card2.mjs +35 -16
  39. package/es/components/card/src/card2.mjs.map +1 -1
  40. package/es/components/carousel/index.d.ts +1 -1
  41. package/es/components/carousel/index.mjs +2 -2
  42. package/es/components/carousel/src/carousel.mjs +56 -159
  43. package/es/components/carousel/src/carousel.mjs.map +1 -1
  44. package/es/components/carousel/src/carousel.vue.d.ts +1 -1
  45. package/es/components/carousel/src/carousel2.mjs +159 -56
  46. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  47. package/es/components/cascader/index.d.ts +204 -204
  48. package/es/components/cascader/index.mjs +2 -2
  49. package/es/components/cascader/src/cascader.mjs +619 -61
  50. package/es/components/cascader/src/cascader.mjs.map +1 -1
  51. package/es/components/cascader/src/cascader.vue.d.ts +102 -102
  52. package/es/components/cascader/src/cascader2.mjs +61 -619
  53. package/es/components/cascader/src/cascader2.mjs.map +1 -1
  54. package/es/components/checkbox/index.d.ts +8 -8
  55. package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  56. package/es/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
  57. package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
  58. package/es/components/collapse/index.mjs +2 -2
  59. package/es/components/collapse/src/collapse-item.mjs +14 -96
  60. package/es/components/collapse/src/collapse-item.mjs.map +1 -1
  61. package/es/components/collapse/src/collapse-item2.mjs +96 -14
  62. package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
  63. package/es/components/collection/index.mjs +1 -1
  64. package/es/components/collection/src/collection.mjs +62 -10
  65. package/es/components/collection/src/collection.mjs.map +1 -1
  66. package/es/components/collection/src/collection2.mjs +10 -62
  67. package/es/components/collection/src/collection2.mjs.map +1 -1
  68. package/es/components/color-picker/index.d.ts +92 -92
  69. package/es/components/color-picker/index.mjs +2 -2
  70. package/es/components/color-picker/src/color-picker.mjs +321 -38
  71. package/es/components/color-picker/src/color-picker.mjs.map +1 -1
  72. package/es/components/color-picker/src/color-picker.vue.d.ts +92 -92
  73. package/es/components/color-picker/src/color-picker2.mjs +38 -321
  74. package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
  75. package/es/components/color-picker/src/components/predefine.mjs +1 -1
  76. package/es/components/date-picker/index.d.ts +2 -2
  77. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +37 -37
  78. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +37 -37
  79. package/es/components/date-picker/src/date-picker.d.ts +1 -1
  80. package/es/components/date-picker/src/panel-utils.d.ts +74 -74
  81. package/es/components/descriptions/index.mjs +2 -2
  82. package/es/components/descriptions/src/description.mjs +25 -111
  83. package/es/components/descriptions/src/description.mjs.map +1 -1
  84. package/es/components/descriptions/src/description2.mjs +111 -25
  85. package/es/components/descriptions/src/description2.mjs.map +1 -1
  86. package/es/components/descriptions/src/descriptions-row.mjs +64 -7
  87. package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
  88. package/es/components/descriptions/src/descriptions-row2.mjs +7 -64
  89. package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
  90. package/es/components/dialog/index.mjs +2 -2
  91. package/es/components/dialog/src/dialog.mjs +74 -172
  92. package/es/components/dialog/src/dialog.mjs.map +1 -1
  93. package/es/components/dialog/src/dialog2.mjs +172 -74
  94. package/es/components/dialog/src/dialog2.mjs.map +1 -1
  95. package/es/components/divider/index.d.ts +4 -4
  96. package/es/components/divider/src/divider.d.ts +1 -1
  97. package/es/components/divider/src/divider.vue.d.ts +4 -4
  98. package/es/components/drawer/index.mjs +2 -2
  99. package/es/components/drawer/src/drawer.mjs +26 -177
  100. package/es/components/drawer/src/drawer.mjs.map +1 -1
  101. package/es/components/drawer/src/drawer2.mjs +177 -26
  102. package/es/components/drawer/src/drawer2.mjs.map +1 -1
  103. package/es/components/dropdown/index.d.ts +59 -59
  104. package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
  105. package/es/components/dropdown/src/dropdown.mjs +2 -2
  106. package/es/components/dropdown/src/dropdown.vue.d.ts +59 -59
  107. package/es/components/form/index.d.ts +10 -10
  108. package/es/components/form/src/form.d.ts +2 -2
  109. package/es/components/form/src/form.vue.d.ts +10 -10
  110. package/es/components/image/index.d.ts +4 -4
  111. package/es/components/image/index.mjs +2 -2
  112. package/es/components/image/src/image.mjs +220 -62
  113. package/es/components/image/src/image.mjs.map +1 -1
  114. package/es/components/image/src/image.vue.d.ts +4 -4
  115. package/es/components/image/src/image2.mjs +62 -220
  116. package/es/components/image/src/image2.mjs.map +1 -1
  117. package/es/components/image-viewer/index.d.ts +1 -1
  118. package/es/components/image-viewer/index.mjs +2 -2
  119. package/es/components/image-viewer/src/image-viewer.mjs +396 -39
  120. package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
  121. package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  122. package/es/components/image-viewer/src/image-viewer2.mjs +39 -396
  123. package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
  124. package/es/components/index.mjs +36 -36
  125. package/es/components/input/index.d.ts +1 -1
  126. package/es/components/input/index.mjs +2 -2
  127. package/es/components/input/src/input.mjs +135 -552
  128. package/es/components/input/src/input.mjs.map +1 -1
  129. package/es/components/input/src/input.vue.d.ts +1 -1
  130. package/es/components/input/src/input2.mjs +552 -135
  131. package/es/components/input/src/input2.mjs.map +1 -1
  132. package/es/components/input-number/index.d.ts +5 -5
  133. package/es/components/input-number/src/input-number.vue.d.ts +5 -5
  134. package/es/components/link/index.d.ts +1 -1
  135. package/es/components/link/src/link.vue.d.ts +1 -1
  136. package/es/components/menu/index.d.ts +2 -2
  137. package/es/components/menu/index.mjs +2 -2
  138. package/es/components/menu/src/menu-item.mjs +97 -14
  139. package/es/components/menu/src/menu-item.mjs.map +1 -1
  140. package/es/components/menu/src/menu-item2.mjs +14 -97
  141. package/es/components/menu/src/menu-item2.mjs.map +1 -1
  142. package/es/components/menu/src/sub-menu.d.ts +1 -1
  143. package/es/components/message/src/message.vue.d.ts +1 -1
  144. package/es/components/notification/index.mjs +1 -1
  145. package/es/components/notification/src/notification.mjs +147 -69
  146. package/es/components/notification/src/notification.mjs.map +1 -1
  147. package/es/components/notification/src/notification.vue.d.ts +1 -1
  148. package/es/components/notification/src/notification2.mjs +69 -147
  149. package/es/components/notification/src/notification2.mjs.map +1 -1
  150. package/es/components/notification/src/notify.mjs +2 -2
  151. package/es/components/page-header/index.d.ts +4 -4
  152. package/es/components/page-header/src/page-header.vue.d.ts +4 -4
  153. package/es/components/pagination/index.d.ts +2 -2
  154. package/es/components/pagination/src/components/jumper.mjs +60 -9
  155. package/es/components/pagination/src/components/jumper.mjs.map +1 -1
  156. package/es/components/pagination/src/components/jumper.vue.d.ts +1 -1
  157. package/es/components/pagination/src/components/jumper2.mjs +9 -60
  158. package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
  159. package/es/components/pagination/src/components/next.mjs +19 -58
  160. package/es/components/pagination/src/components/next.mjs.map +1 -1
  161. package/es/components/pagination/src/components/next2.mjs +58 -19
  162. package/es/components/pagination/src/components/next2.mjs.map +1 -1
  163. package/es/components/pagination/src/components/prev.mjs +58 -18
  164. package/es/components/pagination/src/components/prev.mjs.map +1 -1
  165. package/es/components/pagination/src/components/prev2.mjs +18 -58
  166. package/es/components/pagination/src/components/prev2.mjs.map +1 -1
  167. package/es/components/pagination/src/components/sizes.vue.d.ts +60 -60
  168. package/es/components/pagination/src/components/total.mjs +7 -28
  169. package/es/components/pagination/src/components/total.mjs.map +1 -1
  170. package/es/components/pagination/src/components/total2.mjs +28 -7
  171. package/es/components/pagination/src/components/total2.mjs.map +1 -1
  172. package/es/components/pagination/src/pagination.d.ts +2 -2
  173. package/es/components/pagination/src/pagination.mjs +4 -4
  174. package/es/components/popconfirm/index.d.ts +90 -90
  175. package/es/components/popconfirm/index.mjs +2 -2
  176. package/es/components/popconfirm/src/popconfirm.mjs +47 -110
  177. package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
  178. package/es/components/popconfirm/src/popconfirm.vue.d.ts +90 -90
  179. package/es/components/popconfirm/src/popconfirm2.mjs +110 -47
  180. package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
  181. package/es/components/popover/index.d.ts +99 -99
  182. package/es/components/popover/src/popover.mjs +1 -1
  183. package/es/components/popover/src/popover.vue.d.ts +99 -99
  184. package/es/components/popper/index.d.ts +5 -5
  185. package/es/components/popper/index.mjs +4 -4
  186. package/es/components/popper/src/composables/use-content.d.ts +2 -2
  187. package/es/components/popper/src/content.vue.d.ts +1 -1
  188. package/es/components/popper/src/popper.d.ts +2 -2
  189. package/es/components/popper/src/popper.mjs +32 -25
  190. package/es/components/popper/src/popper.mjs.map +1 -1
  191. package/es/components/popper/src/popper.vue.d.ts +5 -5
  192. package/es/components/popper/src/popper2.mjs +25 -32
  193. package/es/components/popper/src/popper2.mjs.map +1 -1
  194. package/es/components/popper/src/trigger.mjs +31 -119
  195. package/es/components/popper/src/trigger.mjs.map +1 -1
  196. package/es/components/popper/src/trigger.vue.d.ts +1 -1
  197. package/es/components/popper/src/trigger2.mjs +119 -31
  198. package/es/components/popper/src/trigger2.mjs.map +1 -1
  199. package/es/components/popper/src/utils.d.ts +1 -1
  200. package/es/components/progress/index.d.ts +4 -4
  201. package/es/components/progress/index.mjs +2 -2
  202. package/es/components/progress/src/progress.d.ts +1 -1
  203. package/es/components/progress/src/progress.mjs +202 -57
  204. package/es/components/progress/src/progress.mjs.map +1 -1
  205. package/es/components/progress/src/progress.vue.d.ts +4 -4
  206. package/es/components/progress/src/progress2.mjs +57 -202
  207. package/es/components/progress/src/progress2.mjs.map +1 -1
  208. package/es/components/radio/index.d.ts +6 -6
  209. package/es/components/radio/index.mjs +2 -2
  210. package/es/components/radio/src/radio-button.mjs +9 -64
  211. package/es/components/radio/src/radio-button.mjs.map +1 -1
  212. package/es/components/radio/src/radio-button.vue.d.ts +1 -1
  213. package/es/components/radio/src/radio-button2.mjs +64 -9
  214. package/es/components/radio/src/radio-button2.mjs.map +1 -1
  215. package/es/components/radio/src/radio-group.vue.d.ts +1 -1
  216. package/es/components/radio/src/radio.vue.d.ts +2 -2
  217. package/es/components/rate/index.d.ts +1 -1
  218. package/es/components/rate/index.mjs +2 -2
  219. package/es/components/rate/src/rate.mjs +87 -255
  220. package/es/components/rate/src/rate.mjs.map +1 -1
  221. package/es/components/rate/src/rate.vue.d.ts +1 -1
  222. package/es/components/rate/src/rate2.mjs +255 -87
  223. package/es/components/rate/src/rate2.mjs.map +1 -1
  224. package/es/components/result/index.mjs +2 -2
  225. package/es/components/result/src/result.mjs +29 -63
  226. package/es/components/result/src/result.mjs.map +1 -1
  227. package/es/components/result/src/result2.mjs +63 -29
  228. package/es/components/result/src/result2.mjs.map +1 -1
  229. package/es/components/roving-focus-group/src/roving-focus-group.mjs +1 -1
  230. package/es/components/scrollbar/index.d.ts +3 -3
  231. package/es/components/scrollbar/index.mjs +1 -1
  232. package/es/components/scrollbar/src/bar.mjs +1 -1
  233. package/es/components/scrollbar/src/bar.vue.d.ts +1 -1
  234. package/es/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
  235. package/es/components/scrollbar/src/thumb.mjs +11 -130
  236. package/es/components/scrollbar/src/thumb.mjs.map +1 -1
  237. package/es/components/scrollbar/src/thumb.vue.d.ts +1 -1
  238. package/es/components/scrollbar/src/thumb2.mjs +130 -11
  239. package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
  240. package/es/components/select/index.d.ts +60 -60
  241. package/es/components/select/src/select.mjs +2 -2
  242. package/es/components/select/src/select.vue.d.ts +60 -60
  243. package/es/components/select/src/useSelect.d.ts +58 -58
  244. package/es/components/select-v2/index.d.ts +126 -126
  245. package/es/components/select-v2/src/defaults.d.ts +1 -1
  246. package/es/components/select-v2/src/defaults.mjs +1 -1
  247. package/es/components/select-v2/src/select.vue.d.ts +63 -63
  248. package/es/components/select-v2/src/useSelect.d.ts +58 -58
  249. package/es/components/skeleton/index.d.ts +9 -9
  250. package/es/components/skeleton/index.mjs +2 -2
  251. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  252. package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  253. package/es/components/skeleton/src/skeleton.mjs +22 -49
  254. package/es/components/skeleton/src/skeleton.mjs.map +1 -1
  255. package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
  256. package/es/components/skeleton/src/skeleton2.mjs +49 -22
  257. package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
  258. package/es/components/slider/index.d.ts +160 -160
  259. package/es/components/slider/index.mjs +2 -2
  260. package/es/components/slider/src/button.mjs +21 -93
  261. package/es/components/slider/src/button.mjs.map +1 -1
  262. package/es/components/slider/src/button.vue.d.ts +30 -30
  263. package/es/components/slider/src/button2.mjs +93 -21
  264. package/es/components/slider/src/button2.mjs.map +1 -1
  265. package/es/components/slider/src/composables/use-slide.d.ts +122 -122
  266. package/es/components/slider/src/slider.mjs +233 -91
  267. package/es/components/slider/src/slider.mjs.map +1 -1
  268. package/es/components/slider/src/slider.vue.d.ts +160 -160
  269. package/es/components/slider/src/slider2.mjs +91 -233
  270. package/es/components/slider/src/slider2.mjs.map +1 -1
  271. package/es/components/space/index.d.ts +1 -1
  272. package/es/components/space/src/space.d.ts +1 -1
  273. package/es/components/steps/index.mjs +4 -4
  274. package/es/components/steps/src/item.mjs +188 -19
  275. package/es/components/steps/src/item.mjs.map +1 -1
  276. package/es/components/steps/src/item2.mjs +19 -188
  277. package/es/components/steps/src/item2.mjs.map +1 -1
  278. package/es/components/steps/src/steps.mjs +34 -36
  279. package/es/components/steps/src/steps.mjs.map +1 -1
  280. package/es/components/steps/src/steps2.mjs +36 -34
  281. package/es/components/steps/src/steps2.mjs.map +1 -1
  282. package/es/components/switch/index.d.ts +1 -1
  283. package/es/components/switch/index.mjs +2 -2
  284. package/es/components/switch/src/switch.mjs +88 -241
  285. package/es/components/switch/src/switch.mjs.map +1 -1
  286. package/es/components/switch/src/switch.vue.d.ts +1 -1
  287. package/es/components/switch/src/switch2.mjs +241 -88
  288. package/es/components/switch/src/switch2.mjs.map +1 -1
  289. package/es/components/table/index.d.ts +2 -2
  290. package/es/components/table/src/filter-panel.vue.d.ts +58 -58
  291. package/es/components/table/src/table.vue.d.ts +2 -2
  292. package/es/components/table/src/util.d.ts +9 -9
  293. package/es/components/tabs/index.d.ts +9 -9
  294. package/es/components/tabs/src/tab-bar.d.ts +4 -4
  295. package/es/components/tabs/src/tab-bar.vue.d.ts +13 -13
  296. package/es/components/tabs/src/tab-nav.d.ts +15 -15
  297. package/es/components/tabs/src/tab-pane.vue.d.ts +2 -2
  298. package/es/components/tabs/src/tabs.d.ts +6 -6
  299. package/es/components/tag/index.mjs +2 -2
  300. package/es/components/tag/src/tag.mjs +94 -33
  301. package/es/components/tag/src/tag.mjs.map +1 -1
  302. package/es/components/tag/src/tag2.mjs +33 -94
  303. package/es/components/tag/src/tag2.mjs.map +1 -1
  304. package/es/components/teleport/index.mjs +2 -2
  305. package/es/components/teleport/src/teleport.mjs +18 -44
  306. package/es/components/teleport/src/teleport.mjs.map +1 -1
  307. package/es/components/teleport/src/teleport2.mjs +44 -18
  308. package/es/components/teleport/src/teleport2.mjs.map +1 -1
  309. package/es/components/text/index.mjs +2 -2
  310. package/es/components/text/src/text.mjs +35 -22
  311. package/es/components/text/src/text.mjs.map +1 -1
  312. package/es/components/text/src/text2.mjs +22 -35
  313. package/es/components/text/src/text2.mjs.map +1 -1
  314. package/es/components/time-picker/index.d.ts +2 -2
  315. package/es/components/time-picker/src/common/picker.vue.d.ts +89 -89
  316. package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
  317. package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
  318. package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
  319. package/es/components/time-picker/src/time-picker.d.ts +1 -1
  320. package/es/components/time-select/index.d.ts +244 -244
  321. package/es/components/time-select/src/time-select.vue.d.ts +122 -122
  322. package/es/components/tooltip/index.d.ts +29 -29
  323. package/es/components/tooltip/index.mjs +1 -1
  324. package/es/components/tooltip/src/content.mjs +177 -31
  325. package/es/components/tooltip/src/content.mjs.map +1 -1
  326. package/es/components/tooltip/src/content.vue.d.ts +4 -4
  327. package/es/components/tooltip/src/content2.mjs +31 -177
  328. package/es/components/tooltip/src/content2.mjs.map +1 -1
  329. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  330. package/es/components/tooltip/src/tooltip.mjs +2 -2
  331. package/es/components/tooltip/src/tooltip.vue.d.ts +29 -29
  332. package/es/components/tooltip/src/tooltip2.mjs +1 -1
  333. package/es/components/tooltip/src/trigger.mjs +1 -1
  334. package/es/components/tooltip/src/trigger.vue.d.ts +3 -3
  335. package/es/components/tooltip/src/trigger2.mjs +1 -1
  336. package/es/components/tooltip-v2/index.d.ts +27 -27
  337. package/es/components/tooltip-v2/index.mjs +4 -4
  338. package/es/components/tooltip-v2/src/content.d.ts +1 -1
  339. package/es/components/tooltip-v2/src/content.mjs +50 -112
  340. package/es/components/tooltip-v2/src/content.mjs.map +1 -1
  341. package/es/components/tooltip-v2/src/content.vue.d.ts +8 -8
  342. package/es/components/tooltip-v2/src/content2.mjs +112 -50
  343. package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
  344. package/es/components/tooltip-v2/src/root.mjs +80 -17
  345. package/es/components/tooltip-v2/src/root.mjs.map +1 -1
  346. package/es/components/tooltip-v2/src/root2.mjs +17 -80
  347. package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
  348. package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
  349. package/es/components/tooltip-v2/src/tooltip.mjs +74 -21
  350. package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
  351. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +27 -27
  352. package/es/components/tooltip-v2/src/tooltip2.mjs +21 -74
  353. package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
  354. package/es/components/transfer/index.d.ts +38 -38
  355. package/es/components/transfer/index.mjs +2 -2
  356. package/es/components/transfer/src/composables/use-checked-change.mjs +1 -1
  357. package/es/components/transfer/src/transfer-panel.vue.d.ts +7 -7
  358. package/es/components/transfer/src/transfer-panel2.mjs +1 -1
  359. package/es/components/transfer/src/transfer.mjs +160 -69
  360. package/es/components/transfer/src/transfer.mjs.map +1 -1
  361. package/es/components/transfer/src/transfer.vue.d.ts +38 -38
  362. package/es/components/transfer/src/transfer2.mjs +69 -160
  363. package/es/components/transfer/src/transfer2.mjs.map +1 -1
  364. package/es/components/tree-v2/index.d.ts +7 -7
  365. package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  366. package/es/components/tree-v2/src/tree.vue.d.ts +7 -7
  367. package/es/components/upload/index.d.ts +13 -13
  368. package/es/components/upload/index.mjs +1 -1
  369. package/es/components/upload/src/upload-content.mjs +173 -33
  370. package/es/components/upload/src/upload-content.mjs.map +1 -1
  371. package/es/components/upload/src/upload-content.vue.d.ts +2 -2
  372. package/es/components/upload/src/upload-content2.mjs +33 -173
  373. package/es/components/upload/src/upload-content2.mjs.map +1 -1
  374. package/es/components/upload/src/upload-list.vue.d.ts +4 -4
  375. package/es/components/upload/src/upload.vue.d.ts +13 -13
  376. package/es/components/upload/src/upload2.mjs +1 -1
  377. package/es/components/virtual-list/src/builders/build-list.d.ts +1 -1
  378. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
  379. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
  380. package/es/components/visual-hidden/index.mjs +3 -3
  381. package/es/components/visual-hidden/src/visual-hidden.mjs +35 -7
  382. package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
  383. package/es/components/visual-hidden/src/visual-hidden2.mjs +7 -35
  384. package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
  385. package/es/hooks/use-floating/index.d.ts +2 -2
  386. package/es/hooks/use-popper/index.d.ts +2 -2
  387. package/es/index.mjs +36 -36
  388. package/lib/components/affix/index.js +2 -2
  389. package/lib/components/affix/src/affix.js +27 -117
  390. package/lib/components/affix/src/affix.js.map +1 -1
  391. package/lib/components/affix/src/affix2.js +117 -27
  392. package/lib/components/affix/src/affix2.js.map +1 -1
  393. package/lib/components/autocomplete/index.d.ts +95 -95
  394. package/lib/components/autocomplete/index.js +2 -2
  395. package/lib/components/autocomplete/src/autocomplete.js +92 -394
  396. package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
  397. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +95 -95
  398. package/lib/components/autocomplete/src/autocomplete2.js +394 -92
  399. package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
  400. package/lib/components/avatar/index.js +2 -2
  401. package/lib/components/avatar/src/avatar.js +33 -67
  402. package/lib/components/avatar/src/avatar.js.map +1 -1
  403. package/lib/components/avatar/src/avatar2.js +67 -33
  404. package/lib/components/avatar/src/avatar2.js.map +1 -1
  405. package/lib/components/badge/index.d.ts +1 -1
  406. package/lib/components/badge/index.js +2 -2
  407. package/lib/components/badge/src/badge.js +55 -17
  408. package/lib/components/badge/src/badge.js.map +1 -1
  409. package/lib/components/badge/src/badge.vue.d.ts +1 -1
  410. package/lib/components/badge/src/badge2.js +17 -55
  411. package/lib/components/badge/src/badge2.js.map +1 -1
  412. package/lib/components/button/index.d.ts +3 -3
  413. package/lib/components/button/index.js +1 -1
  414. package/lib/components/button/src/button-group.js +6 -30
  415. package/lib/components/button/src/button-group.js.map +1 -1
  416. package/lib/components/button/src/button-group2.js +30 -6
  417. package/lib/components/button/src/button-group2.js.map +1 -1
  418. package/lib/components/button/src/button.vue.d.ts +3 -3
  419. package/lib/components/calendar/index.d.ts +3 -3
  420. package/lib/components/calendar/src/calendar.vue.d.ts +3 -3
  421. package/lib/components/card/index.js +2 -2
  422. package/lib/components/card/src/card.js +16 -35
  423. package/lib/components/card/src/card.js.map +1 -1
  424. package/lib/components/card/src/card2.js +35 -16
  425. package/lib/components/card/src/card2.js.map +1 -1
  426. package/lib/components/carousel/index.d.ts +1 -1
  427. package/lib/components/carousel/index.js +2 -2
  428. package/lib/components/carousel/src/carousel.js +57 -159
  429. package/lib/components/carousel/src/carousel.js.map +1 -1
  430. package/lib/components/carousel/src/carousel.vue.d.ts +1 -1
  431. package/lib/components/carousel/src/carousel2.js +159 -57
  432. package/lib/components/carousel/src/carousel2.js.map +1 -1
  433. package/lib/components/cascader/index.d.ts +204 -204
  434. package/lib/components/cascader/index.js +2 -2
  435. package/lib/components/cascader/src/cascader.js +619 -62
  436. package/lib/components/cascader/src/cascader.js.map +1 -1
  437. package/lib/components/cascader/src/cascader.vue.d.ts +102 -102
  438. package/lib/components/cascader/src/cascader2.js +62 -619
  439. package/lib/components/cascader/src/cascader2.js.map +1 -1
  440. package/lib/components/checkbox/index.d.ts +8 -8
  441. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  442. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
  443. package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
  444. package/lib/components/collapse/index.js +2 -2
  445. package/lib/components/collapse/src/collapse-item.js +14 -96
  446. package/lib/components/collapse/src/collapse-item.js.map +1 -1
  447. package/lib/components/collapse/src/collapse-item2.js +96 -14
  448. package/lib/components/collapse/src/collapse-item2.js.map +1 -1
  449. package/lib/components/collection/index.js +1 -1
  450. package/lib/components/collection/src/collection.js +62 -9
  451. package/lib/components/collection/src/collection.js.map +1 -1
  452. package/lib/components/collection/src/collection2.js +9 -62
  453. package/lib/components/collection/src/collection2.js.map +1 -1
  454. package/lib/components/color-picker/index.d.ts +92 -92
  455. package/lib/components/color-picker/index.js +2 -2
  456. package/lib/components/color-picker/src/color-picker.js +319 -38
  457. package/lib/components/color-picker/src/color-picker.js.map +1 -1
  458. package/lib/components/color-picker/src/color-picker.vue.d.ts +92 -92
  459. package/lib/components/color-picker/src/color-picker2.js +38 -319
  460. package/lib/components/color-picker/src/color-picker2.js.map +1 -1
  461. package/lib/components/color-picker/src/components/predefine.js +1 -1
  462. package/lib/components/date-picker/index.d.ts +2 -2
  463. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +37 -37
  464. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +37 -37
  465. package/lib/components/date-picker/src/date-picker.d.ts +1 -1
  466. package/lib/components/date-picker/src/panel-utils.d.ts +74 -74
  467. package/lib/components/descriptions/index.js +2 -2
  468. package/lib/components/descriptions/src/description.js +25 -111
  469. package/lib/components/descriptions/src/description.js.map +1 -1
  470. package/lib/components/descriptions/src/description2.js +111 -25
  471. package/lib/components/descriptions/src/description2.js.map +1 -1
  472. package/lib/components/descriptions/src/descriptions-row.js +64 -7
  473. package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
  474. package/lib/components/descriptions/src/descriptions-row2.js +7 -64
  475. package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
  476. package/lib/components/dialog/index.js +2 -2
  477. package/lib/components/dialog/src/dialog.js +75 -172
  478. package/lib/components/dialog/src/dialog.js.map +1 -1
  479. package/lib/components/dialog/src/dialog2.js +172 -75
  480. package/lib/components/dialog/src/dialog2.js.map +1 -1
  481. package/lib/components/divider/index.d.ts +4 -4
  482. package/lib/components/divider/src/divider.d.ts +1 -1
  483. package/lib/components/divider/src/divider.vue.d.ts +4 -4
  484. package/lib/components/drawer/index.js +2 -2
  485. package/lib/components/drawer/src/drawer.js +27 -177
  486. package/lib/components/drawer/src/drawer.js.map +1 -1
  487. package/lib/components/drawer/src/drawer2.js +177 -27
  488. package/lib/components/drawer/src/drawer2.js.map +1 -1
  489. package/lib/components/dropdown/index.d.ts +59 -59
  490. package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
  491. package/lib/components/dropdown/src/dropdown.js +2 -2
  492. package/lib/components/dropdown/src/dropdown.vue.d.ts +59 -59
  493. package/lib/components/form/index.d.ts +10 -10
  494. package/lib/components/form/src/form.d.ts +2 -2
  495. package/lib/components/form/src/form.vue.d.ts +10 -10
  496. package/lib/components/image/index.d.ts +4 -4
  497. package/lib/components/image/index.js +2 -2
  498. package/lib/components/image/src/image.js +219 -62
  499. package/lib/components/image/src/image.js.map +1 -1
  500. package/lib/components/image/src/image.vue.d.ts +4 -4
  501. package/lib/components/image/src/image2.js +62 -219
  502. package/lib/components/image/src/image2.js.map +1 -1
  503. package/lib/components/image-viewer/index.d.ts +1 -1
  504. package/lib/components/image-viewer/index.js +2 -2
  505. package/lib/components/image-viewer/src/image-viewer.js +396 -40
  506. package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
  507. package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  508. package/lib/components/image-viewer/src/image-viewer2.js +40 -396
  509. package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
  510. package/lib/components/index.js +36 -36
  511. package/lib/components/input/index.d.ts +1 -1
  512. package/lib/components/input/index.js +2 -2
  513. package/lib/components/input/src/input.js +135 -551
  514. package/lib/components/input/src/input.js.map +1 -1
  515. package/lib/components/input/src/input.vue.d.ts +1 -1
  516. package/lib/components/input/src/input2.js +551 -135
  517. package/lib/components/input/src/input2.js.map +1 -1
  518. package/lib/components/input-number/index.d.ts +5 -5
  519. package/lib/components/input-number/src/input-number.vue.d.ts +5 -5
  520. package/lib/components/link/index.d.ts +1 -1
  521. package/lib/components/link/src/link.vue.d.ts +1 -1
  522. package/lib/components/menu/index.d.ts +2 -2
  523. package/lib/components/menu/index.js +2 -2
  524. package/lib/components/menu/src/menu-item.js +97 -15
  525. package/lib/components/menu/src/menu-item.js.map +1 -1
  526. package/lib/components/menu/src/menu-item2.js +15 -97
  527. package/lib/components/menu/src/menu-item2.js.map +1 -1
  528. package/lib/components/menu/src/sub-menu.d.ts +1 -1
  529. package/lib/components/message/src/message.vue.d.ts +1 -1
  530. package/lib/components/notification/index.js +1 -1
  531. package/lib/components/notification/src/notification.js +146 -70
  532. package/lib/components/notification/src/notification.js.map +1 -1
  533. package/lib/components/notification/src/notification.vue.d.ts +1 -1
  534. package/lib/components/notification/src/notification2.js +70 -146
  535. package/lib/components/notification/src/notification2.js.map +1 -1
  536. package/lib/components/notification/src/notify.js +2 -2
  537. package/lib/components/page-header/index.d.ts +4 -4
  538. package/lib/components/page-header/src/page-header.vue.d.ts +4 -4
  539. package/lib/components/pagination/index.d.ts +2 -2
  540. package/lib/components/pagination/src/components/jumper.js +60 -9
  541. package/lib/components/pagination/src/components/jumper.js.map +1 -1
  542. package/lib/components/pagination/src/components/jumper.vue.d.ts +1 -1
  543. package/lib/components/pagination/src/components/jumper2.js +9 -60
  544. package/lib/components/pagination/src/components/jumper2.js.map +1 -1
  545. package/lib/components/pagination/src/components/next.js +19 -58
  546. package/lib/components/pagination/src/components/next.js.map +1 -1
  547. package/lib/components/pagination/src/components/next2.js +58 -19
  548. package/lib/components/pagination/src/components/next2.js.map +1 -1
  549. package/lib/components/pagination/src/components/prev.js +58 -19
  550. package/lib/components/pagination/src/components/prev.js.map +1 -1
  551. package/lib/components/pagination/src/components/prev2.js +19 -58
  552. package/lib/components/pagination/src/components/prev2.js.map +1 -1
  553. package/lib/components/pagination/src/components/sizes.vue.d.ts +60 -60
  554. package/lib/components/pagination/src/components/total.js +7 -28
  555. package/lib/components/pagination/src/components/total.js.map +1 -1
  556. package/lib/components/pagination/src/components/total2.js +28 -7
  557. package/lib/components/pagination/src/components/total2.js.map +1 -1
  558. package/lib/components/pagination/src/pagination.d.ts +2 -2
  559. package/lib/components/pagination/src/pagination.js +4 -4
  560. package/lib/components/popconfirm/index.d.ts +90 -90
  561. package/lib/components/popconfirm/index.js +2 -2
  562. package/lib/components/popconfirm/src/popconfirm.js +48 -110
  563. package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
  564. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +90 -90
  565. package/lib/components/popconfirm/src/popconfirm2.js +110 -48
  566. package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
  567. package/lib/components/popover/index.d.ts +99 -99
  568. package/lib/components/popover/src/popover.js +1 -1
  569. package/lib/components/popover/src/popover.vue.d.ts +99 -99
  570. package/lib/components/popper/index.d.ts +5 -5
  571. package/lib/components/popper/index.js +4 -4
  572. package/lib/components/popper/src/composables/use-content.d.ts +2 -2
  573. package/lib/components/popper/src/content.vue.d.ts +1 -1
  574. package/lib/components/popper/src/popper.d.ts +2 -2
  575. package/lib/components/popper/src/popper.js +32 -28
  576. package/lib/components/popper/src/popper.js.map +1 -1
  577. package/lib/components/popper/src/popper.vue.d.ts +5 -5
  578. package/lib/components/popper/src/popper2.js +28 -32
  579. package/lib/components/popper/src/popper2.js.map +1 -1
  580. package/lib/components/popper/src/trigger.js +32 -119
  581. package/lib/components/popper/src/trigger.js.map +1 -1
  582. package/lib/components/popper/src/trigger.vue.d.ts +1 -1
  583. package/lib/components/popper/src/trigger2.js +119 -32
  584. package/lib/components/popper/src/trigger2.js.map +1 -1
  585. package/lib/components/popper/src/utils.d.ts +1 -1
  586. package/lib/components/progress/index.d.ts +4 -4
  587. package/lib/components/progress/index.js +2 -2
  588. package/lib/components/progress/src/progress.d.ts +1 -1
  589. package/lib/components/progress/src/progress.js +202 -57
  590. package/lib/components/progress/src/progress.js.map +1 -1
  591. package/lib/components/progress/src/progress.vue.d.ts +4 -4
  592. package/lib/components/progress/src/progress2.js +57 -202
  593. package/lib/components/progress/src/progress2.js.map +1 -1
  594. package/lib/components/radio/index.d.ts +6 -6
  595. package/lib/components/radio/index.js +2 -2
  596. package/lib/components/radio/src/radio-button.js +9 -64
  597. package/lib/components/radio/src/radio-button.js.map +1 -1
  598. package/lib/components/radio/src/radio-button.vue.d.ts +1 -1
  599. package/lib/components/radio/src/radio-button2.js +64 -9
  600. package/lib/components/radio/src/radio-button2.js.map +1 -1
  601. package/lib/components/radio/src/radio-group.vue.d.ts +1 -1
  602. package/lib/components/radio/src/radio.vue.d.ts +2 -2
  603. package/lib/components/rate/index.d.ts +1 -1
  604. package/lib/components/rate/index.js +2 -2
  605. package/lib/components/rate/src/rate.js +87 -254
  606. package/lib/components/rate/src/rate.js.map +1 -1
  607. package/lib/components/rate/src/rate.vue.d.ts +1 -1
  608. package/lib/components/rate/src/rate2.js +254 -87
  609. package/lib/components/rate/src/rate2.js.map +1 -1
  610. package/lib/components/result/index.js +2 -2
  611. package/lib/components/result/src/result.js +31 -63
  612. package/lib/components/result/src/result.js.map +1 -1
  613. package/lib/components/result/src/result2.js +63 -31
  614. package/lib/components/result/src/result2.js.map +1 -1
  615. package/lib/components/roving-focus-group/src/roving-focus-group.js +1 -1
  616. package/lib/components/scrollbar/index.d.ts +3 -3
  617. package/lib/components/scrollbar/index.js +1 -1
  618. package/lib/components/scrollbar/src/bar.js +1 -1
  619. package/lib/components/scrollbar/src/bar.vue.d.ts +1 -1
  620. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
  621. package/lib/components/scrollbar/src/thumb.js +11 -130
  622. package/lib/components/scrollbar/src/thumb.js.map +1 -1
  623. package/lib/components/scrollbar/src/thumb.vue.d.ts +1 -1
  624. package/lib/components/scrollbar/src/thumb2.js +130 -11
  625. package/lib/components/scrollbar/src/thumb2.js.map +1 -1
  626. package/lib/components/select/index.d.ts +60 -60
  627. package/lib/components/select/src/select.js +2 -2
  628. package/lib/components/select/src/select.vue.d.ts +60 -60
  629. package/lib/components/select/src/useSelect.d.ts +58 -58
  630. package/lib/components/select-v2/index.d.ts +126 -126
  631. package/lib/components/select-v2/src/defaults.d.ts +1 -1
  632. package/lib/components/select-v2/src/defaults.js +1 -1
  633. package/lib/components/select-v2/src/select.vue.d.ts +63 -63
  634. package/lib/components/select-v2/src/useSelect.d.ts +58 -58
  635. package/lib/components/skeleton/index.d.ts +9 -9
  636. package/lib/components/skeleton/index.js +2 -2
  637. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  638. package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  639. package/lib/components/skeleton/src/skeleton.js +22 -49
  640. package/lib/components/skeleton/src/skeleton.js.map +1 -1
  641. package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
  642. package/lib/components/skeleton/src/skeleton2.js +49 -22
  643. package/lib/components/skeleton/src/skeleton2.js.map +1 -1
  644. package/lib/components/slider/index.d.ts +160 -160
  645. package/lib/components/slider/index.js +2 -2
  646. package/lib/components/slider/src/button.js +22 -93
  647. package/lib/components/slider/src/button.js.map +1 -1
  648. package/lib/components/slider/src/button.vue.d.ts +30 -30
  649. package/lib/components/slider/src/button2.js +93 -22
  650. package/lib/components/slider/src/button2.js.map +1 -1
  651. package/lib/components/slider/src/composables/use-slide.d.ts +122 -122
  652. package/lib/components/slider/src/slider.js +233 -92
  653. package/lib/components/slider/src/slider.js.map +1 -1
  654. package/lib/components/slider/src/slider.vue.d.ts +160 -160
  655. package/lib/components/slider/src/slider2.js +92 -233
  656. package/lib/components/slider/src/slider2.js.map +1 -1
  657. package/lib/components/space/index.d.ts +1 -1
  658. package/lib/components/space/src/space.d.ts +1 -1
  659. package/lib/components/steps/index.js +4 -4
  660. package/lib/components/steps/src/item.js +188 -19
  661. package/lib/components/steps/src/item.js.map +1 -1
  662. package/lib/components/steps/src/item2.js +19 -188
  663. package/lib/components/steps/src/item2.js.map +1 -1
  664. package/lib/components/steps/src/steps.js +34 -37
  665. package/lib/components/steps/src/steps.js.map +1 -1
  666. package/lib/components/steps/src/steps2.js +37 -34
  667. package/lib/components/steps/src/steps2.js.map +1 -1
  668. package/lib/components/switch/index.d.ts +1 -1
  669. package/lib/components/switch/index.js +2 -2
  670. package/lib/components/switch/src/switch.js +88 -240
  671. package/lib/components/switch/src/switch.js.map +1 -1
  672. package/lib/components/switch/src/switch.vue.d.ts +1 -1
  673. package/lib/components/switch/src/switch2.js +240 -88
  674. package/lib/components/switch/src/switch2.js.map +1 -1
  675. package/lib/components/table/index.d.ts +2 -2
  676. package/lib/components/table/src/filter-panel.vue.d.ts +58 -58
  677. package/lib/components/table/src/table.vue.d.ts +2 -2
  678. package/lib/components/table/src/util.d.ts +9 -9
  679. package/lib/components/tabs/index.d.ts +9 -9
  680. package/lib/components/tabs/src/tab-bar.d.ts +4 -4
  681. package/lib/components/tabs/src/tab-bar.vue.d.ts +13 -13
  682. package/lib/components/tabs/src/tab-nav.d.ts +15 -15
  683. package/lib/components/tabs/src/tab-pane.vue.d.ts +2 -2
  684. package/lib/components/tabs/src/tabs.d.ts +6 -6
  685. package/lib/components/tag/index.js +2 -2
  686. package/lib/components/tag/src/tag.js +94 -34
  687. package/lib/components/tag/src/tag.js.map +1 -1
  688. package/lib/components/tag/src/tag2.js +34 -94
  689. package/lib/components/tag/src/tag2.js.map +1 -1
  690. package/lib/components/teleport/index.js +2 -2
  691. package/lib/components/teleport/src/teleport.js +18 -44
  692. package/lib/components/teleport/src/teleport.js.map +1 -1
  693. package/lib/components/teleport/src/teleport2.js +44 -18
  694. package/lib/components/teleport/src/teleport2.js.map +1 -1
  695. package/lib/components/text/index.js +2 -2
  696. package/lib/components/text/src/text.js +35 -22
  697. package/lib/components/text/src/text.js.map +1 -1
  698. package/lib/components/text/src/text2.js +22 -35
  699. package/lib/components/text/src/text2.js.map +1 -1
  700. package/lib/components/time-picker/index.d.ts +2 -2
  701. package/lib/components/time-picker/src/common/picker.vue.d.ts +89 -89
  702. package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
  703. package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
  704. package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
  705. package/lib/components/time-picker/src/time-picker.d.ts +1 -1
  706. package/lib/components/time-select/index.d.ts +244 -244
  707. package/lib/components/time-select/src/time-select.vue.d.ts +122 -122
  708. package/lib/components/tooltip/index.d.ts +29 -29
  709. package/lib/components/tooltip/index.js +1 -1
  710. package/lib/components/tooltip/src/content.js +177 -31
  711. package/lib/components/tooltip/src/content.js.map +1 -1
  712. package/lib/components/tooltip/src/content.vue.d.ts +4 -4
  713. package/lib/components/tooltip/src/content2.js +31 -177
  714. package/lib/components/tooltip/src/content2.js.map +1 -1
  715. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  716. package/lib/components/tooltip/src/tooltip.js +2 -2
  717. package/lib/components/tooltip/src/tooltip.vue.d.ts +29 -29
  718. package/lib/components/tooltip/src/tooltip2.js +1 -1
  719. package/lib/components/tooltip/src/trigger.js +1 -1
  720. package/lib/components/tooltip/src/trigger.vue.d.ts +3 -3
  721. package/lib/components/tooltip/src/trigger2.js +1 -1
  722. package/lib/components/tooltip-v2/index.d.ts +27 -27
  723. package/lib/components/tooltip-v2/index.js +4 -4
  724. package/lib/components/tooltip-v2/src/content.d.ts +1 -1
  725. package/lib/components/tooltip-v2/src/content.js +50 -112
  726. package/lib/components/tooltip-v2/src/content.js.map +1 -1
  727. package/lib/components/tooltip-v2/src/content.vue.d.ts +8 -8
  728. package/lib/components/tooltip-v2/src/content2.js +112 -50
  729. package/lib/components/tooltip-v2/src/content2.js.map +1 -1
  730. package/lib/components/tooltip-v2/src/root.js +80 -17
  731. package/lib/components/tooltip-v2/src/root.js.map +1 -1
  732. package/lib/components/tooltip-v2/src/root2.js +17 -80
  733. package/lib/components/tooltip-v2/src/root2.js.map +1 -1
  734. package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
  735. package/lib/components/tooltip-v2/src/tooltip.js +74 -21
  736. package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
  737. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +27 -27
  738. package/lib/components/tooltip-v2/src/tooltip2.js +21 -74
  739. package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
  740. package/lib/components/transfer/index.d.ts +38 -38
  741. package/lib/components/transfer/index.js +2 -2
  742. package/lib/components/transfer/src/composables/use-checked-change.js +1 -1
  743. package/lib/components/transfer/src/transfer-panel.vue.d.ts +7 -7
  744. package/lib/components/transfer/src/transfer-panel2.js +1 -1
  745. package/lib/components/transfer/src/transfer.js +160 -73
  746. package/lib/components/transfer/src/transfer.js.map +1 -1
  747. package/lib/components/transfer/src/transfer.vue.d.ts +38 -38
  748. package/lib/components/transfer/src/transfer2.js +73 -160
  749. package/lib/components/transfer/src/transfer2.js.map +1 -1
  750. package/lib/components/tree-v2/index.d.ts +7 -7
  751. package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  752. package/lib/components/tree-v2/src/tree.vue.d.ts +7 -7
  753. package/lib/components/upload/index.d.ts +13 -13
  754. package/lib/components/upload/index.js +1 -1
  755. package/lib/components/upload/src/upload-content.js +172 -32
  756. package/lib/components/upload/src/upload-content.js.map +1 -1
  757. package/lib/components/upload/src/upload-content.vue.d.ts +2 -2
  758. package/lib/components/upload/src/upload-content2.js +32 -172
  759. package/lib/components/upload/src/upload-content2.js.map +1 -1
  760. package/lib/components/upload/src/upload-list.vue.d.ts +4 -4
  761. package/lib/components/upload/src/upload.vue.d.ts +13 -13
  762. package/lib/components/upload/src/upload2.js +1 -1
  763. package/lib/components/virtual-list/src/builders/build-list.d.ts +1 -1
  764. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
  765. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
  766. package/lib/components/visual-hidden/index.js +2 -2
  767. package/lib/components/visual-hidden/src/visual-hidden.js +35 -7
  768. package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
  769. package/lib/components/visual-hidden/src/visual-hidden2.js +7 -35
  770. package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
  771. package/lib/hooks/use-floating/index.d.ts +2 -2
  772. package/lib/hooks/use-popper/index.d.ts +2 -2
  773. package/lib/index.js +36 -36
  774. package/package.json +1 -1
  775. package/theme-chalk/base.css +1 -1
  776. package/theme-chalk/el-date-picker.css +1 -1
  777. package/theme-chalk/el-input.css +1 -1
  778. package/theme-chalk/el-time-picker.css +1 -1
  779. package/theme-chalk/el-time-select.css +1 -1
  780. package/theme-chalk/el-var.css +1 -1
  781. package/theme-chalk/index.css +1 -1
  782. package/theme-chalk/src/common/var.scss +2 -2
  783. package/theme-chalk/src/input.scss +4 -4
@@ -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" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
11
+ readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
12
12
  readonly reference: import("../../../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" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
81
+ readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
82
82
  readonly reference: import("../../../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" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
153
+ readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
154
154
  readonly reference: import("../../../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 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;
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
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;
224
+ 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;
224
225
  readonly ariaLabel?: string | undefined;
225
226
  readonly teleported?: boolean | undefined;
226
227
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
227
228
  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 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;
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
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;
255
+ 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;
255
256
  readonly ariaLabel?: string | undefined;
256
257
  readonly teleported?: boolean | undefined;
257
258
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
258
259
  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 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;
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
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;
286
+ 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;
286
287
  readonly ariaLabel?: string | undefined;
287
288
  readonly teleported?: boolean | undefined;
288
289
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
289
290
  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 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;
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
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;
317
+ 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;
317
318
  readonly ariaLabel?: string | undefined;
318
319
  readonly teleported?: boolean | undefined;
319
320
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
320
321
  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" | "right" | "left" | "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" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
492
492
  reference: import("../../../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" | "right" | "left" | "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" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
504
504
  reference: import("../../../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" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
513
+ placement: import("vue").Ref<import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
514
514
  strategy: import("vue").Ref<import("../../../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
- right: number;
546
545
  left: number;
546
+ right: number;
547
547
  } | undefined;
548
548
  escapedOffsets?: {
549
549
  top: number;
550
550
  bottom: number;
551
- right: number;
552
551
  left: number;
552
+ right: number;
553
553
  } | undefined;
554
554
  } | undefined;
555
555
  offset?: {
@@ -607,7 +607,7 @@ 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" | "right" | "left" | "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" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
611
611
  reference: import("../../../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
- 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>;
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
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>;
620
+ 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>;
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" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
798
+ readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
799
799
  readonly reference: import("../../../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 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>;
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
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>;
865
- readonly teleported: boolean;
866
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>;
865
+ 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>;
866
+ readonly teleported: boolean;
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,83 +2,30 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vue = require('vue');
6
- var lodashUnified = require('lodash-unified');
7
- var arrow = require('./arrow.js');
8
- var content = require('./content2.js');
9
- var root = require('./root.js');
10
- var tooltip = require('./tooltip.js');
5
+ require('../../../utils/index.js');
6
+ var root = require('./root2.js');
11
7
  var trigger = require('./trigger2.js');
12
- var root$1 = require('./root2.js');
13
- var arrow$1 = require('./arrow2.js');
14
- var content$1 = require('./content.js');
15
- var trigger$1 = require('./trigger.js');
16
- var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
8
+ var arrow = require('./arrow.js');
9
+ var content = require('./content.js');
10
+ var runtime = require('../../../utils/vue/props/runtime.js');
17
11
 
18
- const __default__ = vue.defineComponent({
19
- name: "ElTooltipV2"
20
- });
21
- const _sfc_main = /* @__PURE__ */ vue.defineComponent({
22
- ...__default__,
23
- props: tooltip.tooltipV2Props,
24
- setup(__props) {
25
- const props = __props;
26
- const refedProps = vue.toRefs(props);
27
- const arrowProps = vue.reactive(lodashUnified.pick(refedProps, Object.keys(arrow.tooltipV2ArrowProps)));
28
- const contentProps = vue.reactive(lodashUnified.pick(refedProps, Object.keys(content.tooltipV2ContentProps)));
29
- const rootProps = vue.reactive(lodashUnified.pick(refedProps, Object.keys(root.tooltipV2RootProps)));
30
- const triggerProps = vue.reactive(lodashUnified.pick(refedProps, Object.keys(trigger.tooltipV2TriggerProps)));
31
- return (_ctx, _cache) => {
32
- return vue.openBlock(), vue.createBlock(root$1["default"], vue.normalizeProps(vue.guardReactiveProps(rootProps)), {
33
- default: vue.withCtx(({ open }) => [
34
- vue.createVNode(trigger$1["default"], vue.mergeProps(triggerProps, { nowrap: "" }), {
35
- default: vue.withCtx(() => [
36
- vue.renderSlot(_ctx.$slots, "trigger")
37
- ]),
38
- _: 3
39
- }, 16),
40
- (vue.openBlock(), vue.createBlock(vue.Teleport, {
41
- to: _ctx.to,
42
- disabled: !_ctx.teleported
43
- }, [
44
- _ctx.fullTransition ? (vue.openBlock(), vue.createBlock(vue.Transition, vue.normalizeProps(vue.mergeProps({ key: 0 }, _ctx.transitionProps)), {
45
- default: vue.withCtx(() => [
46
- _ctx.alwaysOn || open ? (vue.openBlock(), vue.createBlock(content$1["default"], vue.normalizeProps(vue.mergeProps({ key: 0 }, contentProps)), {
47
- arrow: vue.withCtx(({ style, side }) => [
48
- _ctx.showArrow ? (vue.openBlock(), vue.createBlock(arrow$1["default"], vue.mergeProps({ key: 0 }, arrowProps, {
49
- style,
50
- side
51
- }), null, 16, ["style", "side"])) : vue.createCommentVNode("v-if", true)
52
- ]),
53
- default: vue.withCtx(() => [
54
- vue.renderSlot(_ctx.$slots, "default")
55
- ]),
56
- _: 3
57
- }, 16)) : vue.createCommentVNode("v-if", true)
58
- ]),
59
- _: 2
60
- }, 1040)) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
61
- _ctx.alwaysOn || open ? (vue.openBlock(), vue.createBlock(content$1["default"], vue.normalizeProps(vue.mergeProps({ key: 0 }, contentProps)), {
62
- arrow: vue.withCtx(({ style, side }) => [
63
- _ctx.showArrow ? (vue.openBlock(), vue.createBlock(arrow$1["default"], vue.mergeProps({ key: 0 }, arrowProps, {
64
- style,
65
- side
66
- }), null, 16, ["style", "side"])) : vue.createCommentVNode("v-if", true)
67
- ]),
68
- default: vue.withCtx(() => [
69
- vue.renderSlot(_ctx.$slots, "default")
70
- ]),
71
- _: 3
72
- }, 16)) : vue.createCommentVNode("v-if", true)
73
- ], 64))
74
- ], 8, ["to", "disabled"]))
75
- ]),
76
- _: 3
77
- }, 16);
78
- };
12
+ const tooltipV2Props = runtime.buildProps({
13
+ ...root.tooltipV2RootProps,
14
+ ...arrow.tooltipV2ArrowProps,
15
+ ...trigger.tooltipV2TriggerProps,
16
+ ...content.tooltipV2ContentProps,
17
+ alwaysOn: Boolean,
18
+ fullTransition: Boolean,
19
+ transitionProps: {
20
+ type: runtime.definePropType(Object),
21
+ default: null
22
+ },
23
+ teleported: Boolean,
24
+ to: {
25
+ type: runtime.definePropType(String),
26
+ default: "body"
79
27
  }
80
28
  });
81
- var TooltipV2 = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "D:\\BeyondTrucks\\beyond-ui\\packages\\components\\tooltip-v2\\src\\tooltip.vue"]]);
82
29
 
83
- exports["default"] = TooltipV2;
30
+ exports.tooltipV2Props = tooltipV2Props;
84
31
  //# sourceMappingURL=tooltip2.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip2.js","sources":["../../../../../../packages/components/tooltip-v2/src/tooltip.vue"],"sourcesContent":["<template>\n <tooltip-v2-root v-bind=\"rootProps\">\n <template #default=\"{ open }\">\n <tooltip-v2-trigger v-bind=\"triggerProps\" nowrap>\n <slot name=\"trigger\" />\n </tooltip-v2-trigger>\n <teleport :to=\"to\" :disabled=\"!teleported\">\n <template v-if=\"fullTransition\">\n <transition v-bind=\"transitionProps\">\n <tooltip-v2-content v-if=\"alwaysOn || open\" v-bind=\"contentProps\">\n <slot />\n <template #arrow=\"{ style, side }\">\n <tooltip-v2-arrow\n v-if=\"showArrow\"\n v-bind=\"arrowProps\"\n :style=\"style\"\n :side=\"side\"\n />\n </template>\n </tooltip-v2-content>\n </transition>\n </template>\n <template v-else>\n <tooltip-v2-content v-if=\"alwaysOn || open\" v-bind=\"contentProps\">\n <slot />\n <template #arrow=\"{ style, side }\">\n <tooltip-v2-arrow\n v-if=\"showArrow\"\n v-bind=\"arrowProps\"\n :style=\"style\"\n :side=\"side\"\n />\n </template>\n </tooltip-v2-content>\n </template>\n </teleport>\n </template>\n </tooltip-v2-root>\n</template>\n\n<script setup lang=\"ts\">\n// @ts-nocheck\nimport { reactive, toRefs } from 'vue'\nimport { pick } from 'lodash-unified'\nimport { tooltipV2ArrowProps } from './arrow'\nimport { tooltipV2ContentProps } from './content'\nimport { tooltipV2RootProps } from './root'\nimport { tooltipV2Props } from './tooltip'\nimport { tooltipV2TriggerProps } from './trigger'\nimport TooltipV2Root from './root.vue'\nimport TooltipV2Arrow from './arrow.vue'\nimport TooltipV2Content from './content.vue'\nimport TooltipV2Trigger from './trigger.vue'\n\ndefineOptions({\n name: 'ElTooltipV2',\n})\n\nconst props = defineProps(tooltipV2Props)\n\nconst refedProps = toRefs(props)\n\nconst arrowProps = reactive(pick(refedProps, Object.keys(tooltipV2ArrowProps)))\n\nconst contentProps = reactive(\n pick(refedProps, Object.keys(tooltipV2ContentProps))\n)\n\nconst rootProps = reactive(pick(refedProps, Object.keys(tooltipV2RootProps)))\n\nconst triggerProps = reactive(\n pick(refedProps, Object.keys(tooltipV2TriggerProps))\n)\n</script>\n"],"names":["toRefs","reactive","pick","tooltipV2ArrowProps","tooltipV2ContentProps","tooltipV2RootProps","tooltipV2TriggerProps"],"mappings":";;;;;;;;;;;;;;;;;uCAsDc,CAAA;AAAA,EACZ,IAAM,EAAA,aAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAIA,IAAM,MAAA,UAAA,GAAaA,WAAO,KAAK,CAAA,CAAA;AAE/B,IAAM,MAAA,UAAA,GAAaC,aAASC,kBAAK,CAAA,UAAA,EAAY,OAAO,IAAK,CAAAC,yBAAmB,CAAC,CAAC,CAAA,CAAA;AAE9E,IAAM,MAAA,YAAA,GAAeF,aACnBC,kBAAK,CAAA,UAAA,EAAY,OAAO,IAAK,CAAAE,6BAAqB,CAAC,CACrD,CAAA,CAAA;AAEA,IAAM,MAAA,SAAA,GAAYH,aAASC,kBAAK,CAAA,UAAA,EAAY,OAAO,IAAK,CAAAG,uBAAkB,CAAC,CAAC,CAAA,CAAA;AAE5E,IAAM,MAAA,YAAA,GAAeJ,aACnBC,kBAAK,CAAA,UAAA,EAAY,OAAO,IAAK,CAAAI,6BAAqB,CAAC,CACrD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"tooltip2.js","sources":["../../../../../../packages/components/tooltip-v2/src/tooltip.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\nimport { tooltipV2RootProps } from './root'\nimport { tooltipV2TriggerProps } from './trigger'\nimport { tooltipV2ArrowProps } from './arrow'\nimport { tooltipV2ContentProps } from './content'\n\nimport type { ExtractPropTypes, TeleportProps, TransitionProps } from 'vue'\n\nexport const tooltipV2Props = buildProps({\n ...tooltipV2RootProps,\n ...tooltipV2ArrowProps,\n ...tooltipV2TriggerProps,\n ...tooltipV2ContentProps,\n alwaysOn: Boolean,\n fullTransition: Boolean,\n transitionProps: {\n type: definePropType<TransitionProps | null>(Object),\n default: null,\n },\n teleported: Boolean,\n to: {\n type: definePropType<TeleportProps['to']>(String),\n default: 'body',\n },\n} as const)\n\nexport type TooltipV2Props = ExtractPropTypes<typeof tooltipV2Props>\n"],"names":["buildProps","tooltipV2RootProps","tooltipV2ArrowProps","tooltipV2TriggerProps","tooltipV2ContentProps","definePropType"],"mappings":";;;;;;;;;;;AAKY,MAAC,cAAc,GAAGA,kBAAU,CAAC;AACzC,EAAE,GAAGC,uBAAkB;AACvB,EAAE,GAAGC,yBAAmB;AACxB,EAAE,GAAGC,6BAAqB;AAC1B,EAAE,GAAGC,6BAAqB;AAC1B,EAAE,QAAQ,EAAE,OAAO;AACnB,EAAE,cAAc,EAAE,OAAO;AACzB,EAAE,eAAe,EAAE;AACnB,IAAI,IAAI,EAAEC,sBAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,UAAU,EAAE,OAAO;AACrB,EAAE,EAAE,EAAE;AACN,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,MAAM;AACnB,GAAG;AACH,CAAC;;;;"}