element-plus-secondary 0.6.6 → 0.6.7

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