element-plus-secondary 0.4.4 → 0.4.6

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 (775) hide show
  1. package/dist/index.css +1 -1
  2. package/es/components/affix/index.d.ts +1 -1
  3. package/es/components/affix/src/affix.vue.d.ts +1 -1
  4. package/es/components/autocomplete/index.d.ts +116 -116
  5. package/es/components/autocomplete/index.mjs +2 -2
  6. package/es/components/autocomplete/src/autocomplete.mjs +71 -353
  7. package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
  8. package/es/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
  9. package/es/components/autocomplete/src/autocomplete2.mjs +353 -71
  10. package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
  11. package/es/components/avatar/index.mjs +2 -2
  12. package/es/components/avatar/src/avatar.mjs +67 -32
  13. package/es/components/avatar/src/avatar.mjs.map +1 -1
  14. package/es/components/avatar/src/avatar2.mjs +32 -67
  15. package/es/components/avatar/src/avatar2.mjs.map +1 -1
  16. package/es/components/breadcrumb/index.d.ts +2 -2
  17. package/es/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
  18. package/es/components/button/index.mjs +3 -3
  19. package/es/components/button/src/button-group.mjs +6 -31
  20. package/es/components/button/src/button-group.mjs.map +1 -1
  21. package/es/components/button/src/button-group2.mjs +31 -6
  22. package/es/components/button/src/button-group2.mjs.map +1 -1
  23. package/es/components/button/src/button.mjs +54 -78
  24. package/es/components/button/src/button.mjs.map +1 -1
  25. package/es/components/button/src/button2.mjs +78 -54
  26. package/es/components/button/src/button2.mjs.map +1 -1
  27. package/es/components/calendar/src/calendar2.mjs +1 -1
  28. package/es/components/calendar/src/date-table.mjs +33 -87
  29. package/es/components/calendar/src/date-table.mjs.map +1 -1
  30. package/es/components/calendar/src/date-table2.mjs +87 -33
  31. package/es/components/calendar/src/date-table2.mjs.map +1 -1
  32. package/es/components/calendar/src/use-date-table.mjs +1 -1
  33. package/es/components/carousel/index.d.ts +2 -2
  34. package/es/components/carousel/index.mjs +2 -2
  35. package/es/components/carousel/src/carousel.mjs +159 -60
  36. package/es/components/carousel/src/carousel.mjs.map +1 -1
  37. package/es/components/carousel/src/carousel.vue.d.ts +2 -2
  38. package/es/components/carousel/src/carousel2.mjs +60 -159
  39. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  40. package/es/components/cascader/index.d.ts +162 -162
  41. package/es/components/cascader/src/index.mjs +1 -1
  42. package/es/components/cascader/src/index.vue.d.ts +81 -81
  43. package/es/components/cascader-panel/index.d.ts +2 -2
  44. package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
  45. package/es/components/checkbox/index.d.ts +10 -10
  46. package/es/components/checkbox/index.mjs +2 -2
  47. package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  48. package/es/components/checkbox/src/checkbox-group.mjs +28 -72
  49. package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
  50. package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
  51. package/es/components/checkbox/src/checkbox-group2.mjs +72 -28
  52. package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
  53. package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
  54. package/es/components/collapse/index.d.ts +2 -2
  55. package/es/components/collapse/index.mjs +2 -2
  56. package/es/components/collapse/src/collapse.mjs +17 -30
  57. package/es/components/collapse/src/collapse.mjs.map +1 -1
  58. package/es/components/collapse/src/collapse.vue.d.ts +2 -2
  59. package/es/components/collapse/src/collapse2.mjs +30 -17
  60. package/es/components/collapse/src/collapse2.mjs.map +1 -1
  61. package/es/components/color-picker/index.d.ts +151 -157
  62. package/es/components/color-picker/index.mjs +2 -2
  63. package/es/components/color-picker/src/color-picker.mjs +398 -50
  64. package/es/components/color-picker/src/color-picker.mjs.map +1 -1
  65. package/es/components/color-picker/src/color-picker.vue.d.ts +151 -157
  66. package/es/components/color-picker/src/color-picker2.mjs +50 -398
  67. package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
  68. package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -18
  69. package/es/components/color-picker/src/components/predefine.mjs +1 -1
  70. package/es/components/date-picker/index.d.ts +2 -2
  71. package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
  72. package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  73. package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  74. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
  75. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
  76. package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  77. package/es/components/date-picker/src/date-picker.d.ts +1 -1
  78. package/es/components/date-picker/src/panel-utils.d.ts +81 -81
  79. package/es/components/descriptions/index.d.ts +3 -3
  80. package/es/components/descriptions/src/description-item.d.ts +1 -1
  81. package/es/components/descriptions/src/description.vue.d.ts +1 -1
  82. package/es/components/dialog/index.d.ts +2 -2
  83. package/es/components/dialog/index.mjs +2 -2
  84. package/es/components/dialog/src/dialog-content.mjs +37 -87
  85. package/es/components/dialog/src/dialog-content.mjs.map +1 -1
  86. package/es/components/dialog/src/dialog-content2.mjs +87 -37
  87. package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
  88. package/es/components/dialog/src/dialog.mjs +170 -70
  89. package/es/components/dialog/src/dialog.mjs.map +1 -1
  90. package/es/components/dialog/src/dialog.vue.d.ts +2 -2
  91. package/es/components/dialog/src/dialog2.mjs +70 -170
  92. package/es/components/dialog/src/dialog2.mjs.map +1 -1
  93. package/es/components/drawer/index.d.ts +2 -2
  94. package/es/components/drawer/index.mjs +2 -2
  95. package/es/components/drawer/src/drawer.mjs +165 -22
  96. package/es/components/drawer/src/drawer.mjs.map +1 -1
  97. package/es/components/drawer/src/drawer.vue.d.ts +2 -2
  98. package/es/components/drawer/src/drawer2.mjs +22 -165
  99. package/es/components/drawer/src/drawer2.mjs.map +1 -1
  100. package/es/components/dropdown/index.d.ts +64 -64
  101. package/es/components/dropdown/src/dropdown.mjs +1 -1
  102. package/es/components/dropdown/src/dropdown.vue.d.ts +64 -64
  103. package/es/components/empty/index.d.ts +1 -1
  104. package/es/components/empty/index.mjs +2 -2
  105. package/es/components/empty/src/empty.mjs +11 -56
  106. package/es/components/empty/src/empty.mjs.map +1 -1
  107. package/es/components/empty/src/empty.vue.d.ts +1 -1
  108. package/es/components/empty/src/empty2.mjs +56 -11
  109. package/es/components/empty/src/empty2.mjs.map +1 -1
  110. package/es/components/form/index.mjs +2 -2
  111. package/es/components/form/src/form.mjs +150 -53
  112. package/es/components/form/src/form.mjs.map +1 -1
  113. package/es/components/form/src/form2.mjs +53 -150
  114. package/es/components/form/src/form2.mjs.map +1 -1
  115. package/es/components/icon/index.mjs +2 -2
  116. package/es/components/icon/src/icon.mjs +36 -8
  117. package/es/components/icon/src/icon.mjs.map +1 -1
  118. package/es/components/icon/src/icon2.mjs +8 -36
  119. package/es/components/icon/src/icon2.mjs.map +1 -1
  120. package/es/components/image/index.d.ts +6 -6
  121. package/es/components/image/src/image.d.ts +1 -1
  122. package/es/components/image/src/image.vue.d.ts +6 -6
  123. package/es/components/index.mjs +35 -35
  124. package/es/components/input/index.d.ts +4 -4
  125. package/es/components/input/src/input.vue.d.ts +4 -4
  126. package/es/components/input-number/index.d.ts +16 -18
  127. package/es/components/input-number/src/input-number.vue.d.ts +16 -18
  128. package/es/components/input-number/src/input-number2.mjs +28 -6
  129. package/es/components/input-number/src/input-number2.mjs.map +1 -1
  130. package/es/components/link/index.mjs +2 -2
  131. package/es/components/link/src/link.mjs +21 -49
  132. package/es/components/link/src/link.mjs.map +1 -1
  133. package/es/components/link/src/link2.mjs +49 -21
  134. package/es/components/link/src/link2.mjs.map +1 -1
  135. package/es/components/loading/index.d.ts +1 -1
  136. package/es/components/menu/index.d.ts +1 -1
  137. package/es/components/menu/index.mjs +2 -2
  138. package/es/components/menu/src/menu-item-group.mjs +4 -35
  139. package/es/components/menu/src/menu-item-group.mjs.map +1 -1
  140. package/es/components/menu/src/menu-item-group2.mjs +35 -4
  141. package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
  142. package/es/components/menu/src/menu-item2.mjs +1 -1
  143. package/es/components/menu/src/menu.d.ts +1 -1
  144. package/es/components/message/index.mjs +1 -1
  145. package/es/components/message/src/message.mjs +146 -86
  146. package/es/components/message/src/message.mjs.map +1 -1
  147. package/es/components/message/src/message2.mjs +86 -146
  148. package/es/components/message/src/message2.mjs.map +1 -1
  149. package/es/components/message/src/method.mjs +2 -2
  150. package/es/components/page-header/index.mjs +2 -2
  151. package/es/components/page-header/src/page-header.mjs +102 -17
  152. package/es/components/page-header/src/page-header.mjs.map +1 -1
  153. package/es/components/page-header/src/page-header2.mjs +17 -102
  154. package/es/components/page-header/src/page-header2.mjs.map +1 -1
  155. package/es/components/pagination/src/components/jumper.mjs +9 -59
  156. package/es/components/pagination/src/components/jumper.mjs.map +1 -1
  157. package/es/components/pagination/src/components/jumper.vue.d.ts +4 -4
  158. package/es/components/pagination/src/components/jumper2.mjs +59 -9
  159. package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
  160. package/es/components/pagination/src/components/pager.mjs +17 -207
  161. package/es/components/pagination/src/components/pager.mjs.map +1 -1
  162. package/es/components/pagination/src/components/pager2.mjs +207 -17
  163. package/es/components/pagination/src/components/pager2.mjs.map +1 -1
  164. package/es/components/pagination/src/components/sizes.vue.d.ts +65 -65
  165. package/es/components/pagination/src/pagination.mjs +2 -2
  166. package/es/components/popconfirm/index.d.ts +96 -96
  167. package/es/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
  168. package/es/components/popconfirm/src/popconfirm2.mjs +1 -1
  169. package/es/components/popover/index.d.ts +105 -105
  170. package/es/components/popover/index.mjs +2 -2
  171. package/es/components/popover/src/popover.mjs +111 -66
  172. package/es/components/popover/src/popover.mjs.map +1 -1
  173. package/es/components/popover/src/popover.vue.d.ts +105 -105
  174. package/es/components/popover/src/popover2.mjs +66 -111
  175. package/es/components/popover/src/popover2.mjs.map +1 -1
  176. package/es/components/popper/index.d.ts +5 -5
  177. package/es/components/popper/index.mjs +4 -4
  178. package/es/components/popper/src/arrow.mjs +44 -8
  179. package/es/components/popper/src/arrow.mjs.map +1 -1
  180. package/es/components/popper/src/arrow2.mjs +8 -44
  181. package/es/components/popper/src/arrow2.mjs.map +1 -1
  182. package/es/components/popper/src/content.d.ts +4 -4
  183. package/es/components/popper/src/content.vue.d.ts +4 -4
  184. package/es/components/popper/src/popper.d.ts +2 -2
  185. package/es/components/popper/src/popper.mjs +25 -33
  186. package/es/components/popper/src/popper.mjs.map +1 -1
  187. package/es/components/popper/src/popper.vue.d.ts +5 -5
  188. package/es/components/popper/src/popper2.mjs +33 -25
  189. package/es/components/popper/src/popper2.mjs.map +1 -1
  190. package/es/components/popper/src/trigger.vue.d.ts +1 -1
  191. package/es/components/popper/src/utils.d.ts +1 -1
  192. package/es/components/progress/index.mjs +2 -2
  193. package/es/components/progress/src/progress.mjs +57 -202
  194. package/es/components/progress/src/progress.mjs.map +1 -1
  195. package/es/components/progress/src/progress2.mjs +202 -57
  196. package/es/components/progress/src/progress2.mjs.map +1 -1
  197. package/es/components/radio/index.d.ts +6 -6
  198. package/es/components/radio/index.mjs +4 -4
  199. package/es/components/radio/src/radio-button.mjs +9 -68
  200. package/es/components/radio/src/radio-button.mjs.map +1 -1
  201. package/es/components/radio/src/radio-button2.mjs +68 -9
  202. package/es/components/radio/src/radio-button2.mjs.map +1 -1
  203. package/es/components/radio/src/radio-group.vue.d.ts +2 -2
  204. package/es/components/radio/src/radio-group2.mjs +1 -1
  205. package/es/components/radio/src/radio.mjs +34 -78
  206. package/es/components/radio/src/radio.mjs.map +1 -1
  207. package/es/components/radio/src/radio.vue.d.ts +2 -2
  208. package/es/components/radio/src/radio2.mjs +78 -34
  209. package/es/components/radio/src/radio2.mjs.map +1 -1
  210. package/es/components/rate/index.d.ts +2 -2
  211. package/es/components/rate/src/rate.vue.d.ts +2 -2
  212. package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  213. package/es/components/row/index.d.ts +4 -4
  214. package/es/components/row/index.mjs +2 -2
  215. package/es/components/row/src/row.d.ts +1 -1
  216. package/es/components/row/src/row.mjs +45 -30
  217. package/es/components/row/src/row.mjs.map +1 -1
  218. package/es/components/row/src/row.vue.d.ts +4 -4
  219. package/es/components/row/src/row2.mjs +30 -45
  220. package/es/components/row/src/row2.mjs.map +1 -1
  221. package/es/components/scrollbar/index.d.ts +1 -1
  222. package/es/components/scrollbar/src/bar.mjs +42 -17
  223. package/es/components/scrollbar/src/bar.mjs.map +1 -1
  224. package/es/components/scrollbar/src/bar2.mjs +17 -42
  225. package/es/components/scrollbar/src/bar2.mjs.map +1 -1
  226. package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  227. package/es/components/scrollbar/src/scrollbar2.mjs +1 -1
  228. package/es/components/select/index.d.ts +65 -65
  229. package/es/components/select/src/select.mjs +1 -1
  230. package/es/components/select/src/select.vue.d.ts +65 -65
  231. package/es/components/select/src/useSelect.d.ts +63 -63
  232. package/es/components/select-v2/index.d.ts +130 -130
  233. package/es/components/select-v2/src/select.vue.d.ts +65 -65
  234. package/es/components/select-v2/src/useSelect.d.ts +63 -63
  235. package/es/components/skeleton/index.d.ts +9 -9
  236. package/es/components/skeleton/index.mjs +2 -2
  237. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  238. package/es/components/skeleton/src/skeleton-item.mjs +18 -23
  239. package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
  240. package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  241. package/es/components/skeleton/src/skeleton-item2.mjs +23 -18
  242. package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
  243. package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
  244. package/es/components/skeleton/src/skeleton2.mjs +1 -1
  245. package/es/components/slider/index.d.ts +187 -180
  246. package/es/components/slider/index.mjs +2 -2
  247. package/es/components/slider/src/button.mjs +95 -21
  248. package/es/components/slider/src/button.mjs.map +1 -1
  249. package/es/components/slider/src/button.vue.d.ts +33 -32
  250. package/es/components/slider/src/button2.mjs +21 -93
  251. package/es/components/slider/src/button2.mjs.map +1 -1
  252. package/es/components/slider/src/composables/use-slide.d.ts +132 -128
  253. package/es/components/slider/src/composables/use-slider-button.d.ts +1 -0
  254. package/es/components/slider/src/composables/use-slider-button.mjs +2 -0
  255. package/es/components/slider/src/composables/use-slider-button.mjs.map +1 -1
  256. package/es/components/slider/src/slider.d.ts +1 -0
  257. package/es/components/slider/src/slider.mjs +233 -91
  258. package/es/components/slider/src/slider.mjs.map +1 -1
  259. package/es/components/slider/src/slider.vue.d.ts +187 -180
  260. package/es/components/slider/src/slider2.mjs +95 -233
  261. package/es/components/slider/src/slider2.mjs.map +1 -1
  262. package/es/components/space/index.d.ts +2 -2
  263. package/es/components/space/src/space.d.ts +2 -2
  264. package/es/components/steps/index.d.ts +1 -1
  265. package/es/components/steps/src/steps.vue.d.ts +1 -1
  266. package/es/components/switch/index.d.ts +3 -3
  267. package/es/components/switch/index.mjs +2 -2
  268. package/es/components/switch/src/switch.mjs +240 -88
  269. package/es/components/switch/src/switch.mjs.map +1 -1
  270. package/es/components/switch/src/switch.vue.d.ts +3 -3
  271. package/es/components/switch/src/switch2.mjs +88 -240
  272. package/es/components/switch/src/switch2.mjs.map +1 -1
  273. package/es/components/table/index.d.ts +2 -2
  274. package/es/components/table/src/filter-panel.vue.d.ts +63 -63
  275. package/es/components/table/src/table.vue.d.ts +2 -2
  276. package/es/components/table/src/util.d.ts +9 -9
  277. package/es/components/tabs/index.mjs +3 -3
  278. package/es/components/tabs/src/tab-bar.mjs +7 -81
  279. package/es/components/tabs/src/tab-bar.mjs.map +1 -1
  280. package/es/components/tabs/src/tab-bar2.mjs +81 -7
  281. package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
  282. package/es/components/tabs/src/tab-nav.mjs +1 -1
  283. package/es/components/tabs/src/tab-pane.mjs +13 -73
  284. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  285. package/es/components/tabs/src/tab-pane2.mjs +73 -13
  286. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  287. package/es/components/tag/index.mjs +2 -2
  288. package/es/components/tag/src/tag.mjs +32 -96
  289. package/es/components/tag/src/tag.mjs.map +1 -1
  290. package/es/components/tag/src/tag2.mjs +96 -32
  291. package/es/components/tag/src/tag2.mjs.map +1 -1
  292. package/es/components/teleport/index.mjs +2 -2
  293. package/es/components/teleport/src/teleport.mjs +18 -44
  294. package/es/components/teleport/src/teleport.mjs.map +1 -1
  295. package/es/components/teleport/src/teleport2.mjs +44 -18
  296. package/es/components/teleport/src/teleport2.mjs.map +1 -1
  297. package/es/components/time-picker/index.d.ts +2 -2
  298. package/es/components/time-picker/src/common/picker.vue.d.ts +102 -102
  299. package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  300. package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  301. package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
  302. package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
  303. package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
  304. package/es/components/time-picker/src/time-picker.d.ts +1 -1
  305. package/es/components/time-select/index.d.ts +268 -268
  306. package/es/components/time-select/src/time-select.vue.d.ts +134 -134
  307. package/es/components/timeline/index.mjs +2 -2
  308. package/es/components/timeline/src/timeline-item.mjs +70 -42
  309. package/es/components/timeline/src/timeline-item.mjs.map +1 -1
  310. package/es/components/timeline/src/timeline-item2.mjs +42 -70
  311. package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
  312. package/es/components/tooltip/index.d.ts +32 -32
  313. package/es/components/tooltip/index.mjs +1 -1
  314. package/es/components/tooltip/src/content.d.ts +1 -1
  315. package/es/components/tooltip/src/content.vue.d.ts +12 -12
  316. package/es/components/tooltip/src/tooltip.d.ts +2 -2
  317. package/es/components/tooltip/src/tooltip.mjs +2 -2
  318. package/es/components/tooltip/src/tooltip.vue.d.ts +32 -32
  319. package/es/components/tooltip/src/tooltip2.mjs +3 -3
  320. package/es/components/tooltip/src/trigger.mjs +74 -16
  321. package/es/components/tooltip/src/trigger.mjs.map +1 -1
  322. package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
  323. package/es/components/tooltip/src/trigger2.mjs +16 -74
  324. package/es/components/tooltip/src/trigger2.mjs.map +1 -1
  325. package/es/components/tooltip-v2/index.d.ts +35 -35
  326. package/es/components/tooltip-v2/index.mjs +2 -2
  327. package/es/components/tooltip-v2/src/arrow.mjs +22 -38
  328. package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
  329. package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
  330. package/es/components/tooltip-v2/src/arrow2.mjs +38 -22
  331. package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
  332. package/es/components/tooltip-v2/src/content.d.ts +1 -1
  333. package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
  334. package/es/components/tooltip-v2/src/root.mjs +17 -81
  335. package/es/components/tooltip-v2/src/root.mjs.map +1 -1
  336. package/es/components/tooltip-v2/src/root2.mjs +81 -17
  337. package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
  338. package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
  339. package/es/components/tooltip-v2/src/tooltip.mjs +4 -4
  340. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
  341. package/es/components/tooltip-v2/src/tooltip2.mjs +2 -2
  342. package/es/components/transfer/index.d.ts +62 -62
  343. package/es/components/transfer/index.mjs +2 -2
  344. package/es/components/transfer/src/composables/use-check.mjs +1 -1
  345. package/es/components/transfer/src/composables/use-checked-change.mjs +1 -1
  346. package/es/components/transfer/src/transfer-panel.mjs +19 -131
  347. package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
  348. package/es/components/transfer/src/transfer-panel.vue.d.ts +12 -12
  349. package/es/components/transfer/src/transfer-panel2.mjs +131 -19
  350. package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
  351. package/es/components/transfer/src/transfer.mjs +69 -159
  352. package/es/components/transfer/src/transfer.mjs.map +1 -1
  353. package/es/components/transfer/src/transfer.vue.d.ts +62 -62
  354. package/es/components/transfer/src/transfer2.mjs +159 -69
  355. package/es/components/transfer/src/transfer2.mjs.map +1 -1
  356. package/es/components/tree/index.d.ts +4 -4
  357. package/es/components/tree/src/tree-node.vue.d.ts +1 -1
  358. package/es/components/tree/src/tree.vue.d.ts +2 -2
  359. package/es/components/tree-v2/index.d.ts +8 -8
  360. package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  361. package/es/components/tree-v2/src/tree.vue.d.ts +8 -8
  362. package/es/components/upload/index.d.ts +5 -5
  363. package/es/components/upload/index.mjs +2 -2
  364. package/es/components/upload/src/upload-content.mjs +33 -170
  365. package/es/components/upload/src/upload-content.mjs.map +1 -1
  366. package/es/components/upload/src/upload-content.vue.d.ts +1 -1
  367. package/es/components/upload/src/upload-content2.mjs +170 -33
  368. package/es/components/upload/src/upload-content2.mjs.map +1 -1
  369. package/es/components/upload/src/upload-list.mjs +26 -170
  370. package/es/components/upload/src/upload-list.mjs.map +1 -1
  371. package/es/components/upload/src/upload-list2.mjs +170 -26
  372. package/es/components/upload/src/upload-list2.mjs.map +1 -1
  373. package/es/components/upload/src/upload.vue.d.ts +5 -5
  374. package/es/components/upload/src/upload2.mjs +2 -2
  375. package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  376. package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
  377. package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  378. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  379. package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  380. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  381. package/es/index.mjs +35 -35
  382. package/es/utils/vue/vnode.d.ts +6 -6
  383. package/lib/components/affix/index.d.ts +1 -1
  384. package/lib/components/affix/src/affix.vue.d.ts +1 -1
  385. package/lib/components/autocomplete/index.d.ts +116 -116
  386. package/lib/components/autocomplete/index.js +2 -2
  387. package/lib/components/autocomplete/src/autocomplete.js +71 -352
  388. package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
  389. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
  390. package/lib/components/autocomplete/src/autocomplete2.js +352 -71
  391. package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
  392. package/lib/components/avatar/index.js +2 -2
  393. package/lib/components/avatar/src/avatar.js +67 -33
  394. package/lib/components/avatar/src/avatar.js.map +1 -1
  395. package/lib/components/avatar/src/avatar2.js +33 -67
  396. package/lib/components/avatar/src/avatar2.js.map +1 -1
  397. package/lib/components/breadcrumb/index.d.ts +2 -2
  398. package/lib/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
  399. package/lib/components/button/index.js +3 -3
  400. package/lib/components/button/src/button-group.js +6 -31
  401. package/lib/components/button/src/button-group.js.map +1 -1
  402. package/lib/components/button/src/button-group2.js +31 -6
  403. package/lib/components/button/src/button-group2.js.map +1 -1
  404. package/lib/components/button/src/button.js +57 -78
  405. package/lib/components/button/src/button.js.map +1 -1
  406. package/lib/components/button/src/button2.js +78 -57
  407. package/lib/components/button/src/button2.js.map +1 -1
  408. package/lib/components/calendar/src/calendar2.js +1 -1
  409. package/lib/components/calendar/src/date-table.js +37 -87
  410. package/lib/components/calendar/src/date-table.js.map +1 -1
  411. package/lib/components/calendar/src/date-table2.js +87 -37
  412. package/lib/components/calendar/src/date-table2.js.map +1 -1
  413. package/lib/components/calendar/src/use-date-table.js +1 -1
  414. package/lib/components/carousel/index.d.ts +2 -2
  415. package/lib/components/carousel/index.js +2 -2
  416. package/lib/components/carousel/src/carousel.js +159 -61
  417. package/lib/components/carousel/src/carousel.js.map +1 -1
  418. package/lib/components/carousel/src/carousel.vue.d.ts +2 -2
  419. package/lib/components/carousel/src/carousel2.js +61 -159
  420. package/lib/components/carousel/src/carousel2.js.map +1 -1
  421. package/lib/components/cascader/index.d.ts +162 -162
  422. package/lib/components/cascader/src/index.js +1 -1
  423. package/lib/components/cascader/src/index.vue.d.ts +81 -81
  424. package/lib/components/cascader-panel/index.d.ts +2 -2
  425. package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
  426. package/lib/components/checkbox/index.d.ts +10 -10
  427. package/lib/components/checkbox/index.js +2 -2
  428. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  429. package/lib/components/checkbox/src/checkbox-group.js +29 -72
  430. package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
  431. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
  432. package/lib/components/checkbox/src/checkbox-group2.js +72 -29
  433. package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
  434. package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
  435. package/lib/components/collapse/index.d.ts +2 -2
  436. package/lib/components/collapse/index.js +2 -2
  437. package/lib/components/collapse/src/collapse.js +19 -30
  438. package/lib/components/collapse/src/collapse.js.map +1 -1
  439. package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
  440. package/lib/components/collapse/src/collapse2.js +30 -19
  441. package/lib/components/collapse/src/collapse2.js.map +1 -1
  442. package/lib/components/color-picker/index.d.ts +151 -157
  443. package/lib/components/color-picker/index.js +2 -2
  444. package/lib/components/color-picker/src/color-picker.js +396 -50
  445. package/lib/components/color-picker/src/color-picker.js.map +1 -1
  446. package/lib/components/color-picker/src/color-picker.vue.d.ts +151 -157
  447. package/lib/components/color-picker/src/color-picker2.js +50 -396
  448. package/lib/components/color-picker/src/color-picker2.js.map +1 -1
  449. package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -18
  450. package/lib/components/color-picker/src/components/predefine.js +1 -1
  451. package/lib/components/date-picker/index.d.ts +2 -2
  452. package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
  453. package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  454. package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  455. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
  456. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
  457. package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  458. package/lib/components/date-picker/src/date-picker.d.ts +1 -1
  459. package/lib/components/date-picker/src/panel-utils.d.ts +81 -81
  460. package/lib/components/descriptions/index.d.ts +3 -3
  461. package/lib/components/descriptions/src/description-item.d.ts +1 -1
  462. package/lib/components/descriptions/src/description.vue.d.ts +1 -1
  463. package/lib/components/dialog/index.d.ts +2 -2
  464. package/lib/components/dialog/index.js +2 -2
  465. package/lib/components/dialog/src/dialog-content.js +37 -86
  466. package/lib/components/dialog/src/dialog-content.js.map +1 -1
  467. package/lib/components/dialog/src/dialog-content2.js +86 -37
  468. package/lib/components/dialog/src/dialog-content2.js.map +1 -1
  469. package/lib/components/dialog/src/dialog.js +169 -70
  470. package/lib/components/dialog/src/dialog.js.map +1 -1
  471. package/lib/components/dialog/src/dialog.vue.d.ts +2 -2
  472. package/lib/components/dialog/src/dialog2.js +70 -169
  473. package/lib/components/dialog/src/dialog2.js.map +1 -1
  474. package/lib/components/drawer/index.d.ts +2 -2
  475. package/lib/components/drawer/index.js +2 -2
  476. package/lib/components/drawer/src/drawer.js +165 -23
  477. package/lib/components/drawer/src/drawer.js.map +1 -1
  478. package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
  479. package/lib/components/drawer/src/drawer2.js +23 -165
  480. package/lib/components/drawer/src/drawer2.js.map +1 -1
  481. package/lib/components/dropdown/index.d.ts +64 -64
  482. package/lib/components/dropdown/src/dropdown.js +1 -1
  483. package/lib/components/dropdown/src/dropdown.vue.d.ts +64 -64
  484. package/lib/components/empty/index.d.ts +1 -1
  485. package/lib/components/empty/index.js +2 -2
  486. package/lib/components/empty/src/empty.js +11 -56
  487. package/lib/components/empty/src/empty.js.map +1 -1
  488. package/lib/components/empty/src/empty.vue.d.ts +1 -1
  489. package/lib/components/empty/src/empty2.js +56 -11
  490. package/lib/components/empty/src/empty2.js.map +1 -1
  491. package/lib/components/form/index.js +2 -2
  492. package/lib/components/form/src/form.js +149 -53
  493. package/lib/components/form/src/form.js.map +1 -1
  494. package/lib/components/form/src/form2.js +53 -149
  495. package/lib/components/form/src/form2.js.map +1 -1
  496. package/lib/components/icon/index.js +2 -2
  497. package/lib/components/icon/src/icon.js +36 -8
  498. package/lib/components/icon/src/icon.js.map +1 -1
  499. package/lib/components/icon/src/icon2.js +8 -36
  500. package/lib/components/icon/src/icon2.js.map +1 -1
  501. package/lib/components/image/index.d.ts +6 -6
  502. package/lib/components/image/src/image.d.ts +1 -1
  503. package/lib/components/image/src/image.vue.d.ts +6 -6
  504. package/lib/components/index.js +35 -35
  505. package/lib/components/input/index.d.ts +4 -4
  506. package/lib/components/input/src/input.vue.d.ts +4 -4
  507. package/lib/components/input-number/index.d.ts +16 -18
  508. package/lib/components/input-number/src/input-number.vue.d.ts +16 -18
  509. package/lib/components/input-number/src/input-number2.js +26 -4
  510. package/lib/components/input-number/src/input-number2.js.map +1 -1
  511. package/lib/components/link/index.js +2 -2
  512. package/lib/components/link/src/link.js +22 -49
  513. package/lib/components/link/src/link.js.map +1 -1
  514. package/lib/components/link/src/link2.js +49 -22
  515. package/lib/components/link/src/link2.js.map +1 -1
  516. package/lib/components/loading/index.d.ts +1 -1
  517. package/lib/components/menu/index.d.ts +1 -1
  518. package/lib/components/menu/index.js +2 -2
  519. package/lib/components/menu/src/menu-item-group.js +4 -35
  520. package/lib/components/menu/src/menu-item-group.js.map +1 -1
  521. package/lib/components/menu/src/menu-item-group2.js +35 -4
  522. package/lib/components/menu/src/menu-item-group2.js.map +1 -1
  523. package/lib/components/menu/src/menu-item2.js +1 -1
  524. package/lib/components/menu/src/menu.d.ts +1 -1
  525. package/lib/components/message/index.js +1 -1
  526. package/lib/components/message/src/message.js +144 -87
  527. package/lib/components/message/src/message.js.map +1 -1
  528. package/lib/components/message/src/message2.js +87 -144
  529. package/lib/components/message/src/message2.js.map +1 -1
  530. package/lib/components/message/src/method.js +2 -2
  531. package/lib/components/page-header/index.js +2 -2
  532. package/lib/components/page-header/src/page-header.js +102 -18
  533. package/lib/components/page-header/src/page-header.js.map +1 -1
  534. package/lib/components/page-header/src/page-header2.js +18 -102
  535. package/lib/components/page-header/src/page-header2.js.map +1 -1
  536. package/lib/components/pagination/src/components/jumper.js +9 -59
  537. package/lib/components/pagination/src/components/jumper.js.map +1 -1
  538. package/lib/components/pagination/src/components/jumper.vue.d.ts +4 -4
  539. package/lib/components/pagination/src/components/jumper2.js +59 -9
  540. package/lib/components/pagination/src/components/jumper2.js.map +1 -1
  541. package/lib/components/pagination/src/components/pager.js +17 -207
  542. package/lib/components/pagination/src/components/pager.js.map +1 -1
  543. package/lib/components/pagination/src/components/pager2.js +207 -17
  544. package/lib/components/pagination/src/components/pager2.js.map +1 -1
  545. package/lib/components/pagination/src/components/sizes.vue.d.ts +65 -65
  546. package/lib/components/pagination/src/pagination.js +2 -2
  547. package/lib/components/popconfirm/index.d.ts +96 -96
  548. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
  549. package/lib/components/popconfirm/src/popconfirm2.js +1 -1
  550. package/lib/components/popover/index.d.ts +105 -105
  551. package/lib/components/popover/index.js +2 -2
  552. package/lib/components/popover/src/popover.js +111 -67
  553. package/lib/components/popover/src/popover.js.map +1 -1
  554. package/lib/components/popover/src/popover.vue.d.ts +105 -105
  555. package/lib/components/popover/src/popover2.js +67 -111
  556. package/lib/components/popover/src/popover2.js.map +1 -1
  557. package/lib/components/popper/index.d.ts +5 -5
  558. package/lib/components/popper/index.js +4 -4
  559. package/lib/components/popper/src/arrow.js +44 -9
  560. package/lib/components/popper/src/arrow.js.map +1 -1
  561. package/lib/components/popper/src/arrow2.js +9 -44
  562. package/lib/components/popper/src/arrow2.js.map +1 -1
  563. package/lib/components/popper/src/content.d.ts +4 -4
  564. package/lib/components/popper/src/content.vue.d.ts +4 -4
  565. package/lib/components/popper/src/popper.d.ts +2 -2
  566. package/lib/components/popper/src/popper.js +28 -33
  567. package/lib/components/popper/src/popper.js.map +1 -1
  568. package/lib/components/popper/src/popper.vue.d.ts +5 -5
  569. package/lib/components/popper/src/popper2.js +33 -28
  570. package/lib/components/popper/src/popper2.js.map +1 -1
  571. package/lib/components/popper/src/trigger.vue.d.ts +1 -1
  572. package/lib/components/popper/src/utils.d.ts +1 -1
  573. package/lib/components/progress/index.js +2 -2
  574. package/lib/components/progress/src/progress.js +57 -202
  575. package/lib/components/progress/src/progress.js.map +1 -1
  576. package/lib/components/progress/src/progress2.js +202 -57
  577. package/lib/components/progress/src/progress2.js.map +1 -1
  578. package/lib/components/radio/index.d.ts +6 -6
  579. package/lib/components/radio/index.js +4 -4
  580. package/lib/components/radio/src/radio-button.js +9 -68
  581. package/lib/components/radio/src/radio-button.js.map +1 -1
  582. package/lib/components/radio/src/radio-button2.js +68 -9
  583. package/lib/components/radio/src/radio-button2.js.map +1 -1
  584. package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
  585. package/lib/components/radio/src/radio-group2.js +1 -1
  586. package/lib/components/radio/src/radio.js +36 -78
  587. package/lib/components/radio/src/radio.js.map +1 -1
  588. package/lib/components/radio/src/radio.vue.d.ts +2 -2
  589. package/lib/components/radio/src/radio2.js +78 -36
  590. package/lib/components/radio/src/radio2.js.map +1 -1
  591. package/lib/components/rate/index.d.ts +2 -2
  592. package/lib/components/rate/src/rate.vue.d.ts +2 -2
  593. package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  594. package/lib/components/row/index.d.ts +4 -4
  595. package/lib/components/row/index.js +2 -2
  596. package/lib/components/row/src/row.d.ts +1 -1
  597. package/lib/components/row/src/row.js +45 -32
  598. package/lib/components/row/src/row.js.map +1 -1
  599. package/lib/components/row/src/row.vue.d.ts +4 -4
  600. package/lib/components/row/src/row2.js +32 -45
  601. package/lib/components/row/src/row2.js.map +1 -1
  602. package/lib/components/scrollbar/index.d.ts +1 -1
  603. package/lib/components/scrollbar/src/bar.js +42 -17
  604. package/lib/components/scrollbar/src/bar.js.map +1 -1
  605. package/lib/components/scrollbar/src/bar2.js +17 -42
  606. package/lib/components/scrollbar/src/bar2.js.map +1 -1
  607. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  608. package/lib/components/scrollbar/src/scrollbar2.js +1 -1
  609. package/lib/components/select/index.d.ts +65 -65
  610. package/lib/components/select/src/select.js +1 -1
  611. package/lib/components/select/src/select.vue.d.ts +65 -65
  612. package/lib/components/select/src/useSelect.d.ts +63 -63
  613. package/lib/components/select-v2/index.d.ts +130 -130
  614. package/lib/components/select-v2/src/select.vue.d.ts +65 -65
  615. package/lib/components/select-v2/src/useSelect.d.ts +63 -63
  616. package/lib/components/skeleton/index.d.ts +9 -9
  617. package/lib/components/skeleton/index.js +2 -2
  618. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  619. package/lib/components/skeleton/src/skeleton-item.js +18 -23
  620. package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
  621. package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  622. package/lib/components/skeleton/src/skeleton-item2.js +23 -18
  623. package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
  624. package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
  625. package/lib/components/skeleton/src/skeleton2.js +1 -1
  626. package/lib/components/slider/index.d.ts +187 -180
  627. package/lib/components/slider/index.js +2 -2
  628. package/lib/components/slider/src/button.js +95 -22
  629. package/lib/components/slider/src/button.js.map +1 -1
  630. package/lib/components/slider/src/button.vue.d.ts +33 -32
  631. package/lib/components/slider/src/button2.js +22 -93
  632. package/lib/components/slider/src/button2.js.map +1 -1
  633. package/lib/components/slider/src/composables/use-slide.d.ts +132 -128
  634. package/lib/components/slider/src/composables/use-slider-button.d.ts +1 -0
  635. package/lib/components/slider/src/composables/use-slider-button.js +2 -0
  636. package/lib/components/slider/src/composables/use-slider-button.js.map +1 -1
  637. package/lib/components/slider/src/slider.d.ts +1 -0
  638. package/lib/components/slider/src/slider.js +233 -92
  639. package/lib/components/slider/src/slider.js.map +1 -1
  640. package/lib/components/slider/src/slider.vue.d.ts +187 -180
  641. package/lib/components/slider/src/slider2.js +96 -233
  642. package/lib/components/slider/src/slider2.js.map +1 -1
  643. package/lib/components/space/index.d.ts +2 -2
  644. package/lib/components/space/src/space.d.ts +2 -2
  645. package/lib/components/steps/index.d.ts +1 -1
  646. package/lib/components/steps/src/steps.vue.d.ts +1 -1
  647. package/lib/components/switch/index.d.ts +3 -3
  648. package/lib/components/switch/index.js +2 -2
  649. package/lib/components/switch/src/switch.js +239 -88
  650. package/lib/components/switch/src/switch.js.map +1 -1
  651. package/lib/components/switch/src/switch.vue.d.ts +3 -3
  652. package/lib/components/switch/src/switch2.js +88 -239
  653. package/lib/components/switch/src/switch2.js.map +1 -1
  654. package/lib/components/table/index.d.ts +2 -2
  655. package/lib/components/table/src/filter-panel.vue.d.ts +63 -63
  656. package/lib/components/table/src/table.vue.d.ts +2 -2
  657. package/lib/components/table/src/util.d.ts +9 -9
  658. package/lib/components/tabs/index.js +3 -3
  659. package/lib/components/tabs/src/tab-bar.js +7 -81
  660. package/lib/components/tabs/src/tab-bar.js.map +1 -1
  661. package/lib/components/tabs/src/tab-bar2.js +81 -7
  662. package/lib/components/tabs/src/tab-bar2.js.map +1 -1
  663. package/lib/components/tabs/src/tab-nav.js +1 -1
  664. package/lib/components/tabs/src/tab-pane.js +13 -73
  665. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  666. package/lib/components/tabs/src/tab-pane2.js +73 -13
  667. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  668. package/lib/components/tag/index.js +2 -2
  669. package/lib/components/tag/src/tag.js +33 -96
  670. package/lib/components/tag/src/tag.js.map +1 -1
  671. package/lib/components/tag/src/tag2.js +96 -33
  672. package/lib/components/tag/src/tag2.js.map +1 -1
  673. package/lib/components/teleport/index.js +2 -2
  674. package/lib/components/teleport/src/teleport.js +18 -44
  675. package/lib/components/teleport/src/teleport.js.map +1 -1
  676. package/lib/components/teleport/src/teleport2.js +44 -18
  677. package/lib/components/teleport/src/teleport2.js.map +1 -1
  678. package/lib/components/time-picker/index.d.ts +2 -2
  679. package/lib/components/time-picker/src/common/picker.vue.d.ts +102 -102
  680. package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  681. package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  682. package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
  683. package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
  684. package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
  685. package/lib/components/time-picker/src/time-picker.d.ts +1 -1
  686. package/lib/components/time-select/index.d.ts +268 -268
  687. package/lib/components/time-select/src/time-select.vue.d.ts +134 -134
  688. package/lib/components/timeline/index.js +2 -2
  689. package/lib/components/timeline/src/timeline-item.js +70 -42
  690. package/lib/components/timeline/src/timeline-item.js.map +1 -1
  691. package/lib/components/timeline/src/timeline-item2.js +42 -70
  692. package/lib/components/timeline/src/timeline-item2.js.map +1 -1
  693. package/lib/components/tooltip/index.d.ts +32 -32
  694. package/lib/components/tooltip/index.js +1 -1
  695. package/lib/components/tooltip/src/content.d.ts +1 -1
  696. package/lib/components/tooltip/src/content.vue.d.ts +12 -12
  697. package/lib/components/tooltip/src/tooltip.d.ts +2 -2
  698. package/lib/components/tooltip/src/tooltip.js +2 -2
  699. package/lib/components/tooltip/src/tooltip.vue.d.ts +32 -32
  700. package/lib/components/tooltip/src/tooltip2.js +3 -3
  701. package/lib/components/tooltip/src/trigger.js +74 -16
  702. package/lib/components/tooltip/src/trigger.js.map +1 -1
  703. package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
  704. package/lib/components/tooltip/src/trigger2.js +16 -74
  705. package/lib/components/tooltip/src/trigger2.js.map +1 -1
  706. package/lib/components/tooltip-v2/index.d.ts +35 -35
  707. package/lib/components/tooltip-v2/index.js +2 -2
  708. package/lib/components/tooltip-v2/src/arrow.js +23 -38
  709. package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
  710. package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
  711. package/lib/components/tooltip-v2/src/arrow2.js +38 -23
  712. package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
  713. package/lib/components/tooltip-v2/src/content.d.ts +1 -1
  714. package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
  715. package/lib/components/tooltip-v2/src/root.js +17 -81
  716. package/lib/components/tooltip-v2/src/root.js.map +1 -1
  717. package/lib/components/tooltip-v2/src/root2.js +81 -17
  718. package/lib/components/tooltip-v2/src/root2.js.map +1 -1
  719. package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
  720. package/lib/components/tooltip-v2/src/tooltip.js +4 -4
  721. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
  722. package/lib/components/tooltip-v2/src/tooltip2.js +2 -2
  723. package/lib/components/transfer/index.d.ts +62 -62
  724. package/lib/components/transfer/index.js +2 -2
  725. package/lib/components/transfer/src/composables/use-check.js +1 -1
  726. package/lib/components/transfer/src/composables/use-checked-change.js +1 -1
  727. package/lib/components/transfer/src/transfer-panel.js +21 -131
  728. package/lib/components/transfer/src/transfer-panel.js.map +1 -1
  729. package/lib/components/transfer/src/transfer-panel.vue.d.ts +12 -12
  730. package/lib/components/transfer/src/transfer-panel2.js +131 -21
  731. package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
  732. package/lib/components/transfer/src/transfer.js +73 -159
  733. package/lib/components/transfer/src/transfer.js.map +1 -1
  734. package/lib/components/transfer/src/transfer.vue.d.ts +62 -62
  735. package/lib/components/transfer/src/transfer2.js +159 -73
  736. package/lib/components/transfer/src/transfer2.js.map +1 -1
  737. package/lib/components/tree/index.d.ts +4 -4
  738. package/lib/components/tree/src/tree-node.vue.d.ts +1 -1
  739. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  740. package/lib/components/tree-v2/index.d.ts +8 -8
  741. package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  742. package/lib/components/tree-v2/src/tree.vue.d.ts +8 -8
  743. package/lib/components/upload/index.d.ts +5 -5
  744. package/lib/components/upload/index.js +2 -2
  745. package/lib/components/upload/src/upload-content.js +32 -169
  746. package/lib/components/upload/src/upload-content.js.map +1 -1
  747. package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
  748. package/lib/components/upload/src/upload-content2.js +169 -32
  749. package/lib/components/upload/src/upload-content2.js.map +1 -1
  750. package/lib/components/upload/src/upload-list.js +27 -170
  751. package/lib/components/upload/src/upload-list.js.map +1 -1
  752. package/lib/components/upload/src/upload-list2.js +170 -27
  753. package/lib/components/upload/src/upload-list2.js.map +1 -1
  754. package/lib/components/upload/src/upload.vue.d.ts +5 -5
  755. package/lib/components/upload/src/upload2.js +2 -2
  756. package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  757. package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
  758. package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  759. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  760. package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  761. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  762. package/lib/index.js +35 -35
  763. package/lib/utils/vue/vnode.d.ts +6 -6
  764. package/package.json +1 -1
  765. package/theme-chalk/el-color-picker.css +1 -1
  766. package/theme-chalk/el-input-number.css +1 -1
  767. package/theme-chalk/el-input.css +1 -1
  768. package/theme-chalk/el-option.css +1 -1
  769. package/theme-chalk/el-select.css +1 -1
  770. package/theme-chalk/index.css +1 -1
  771. package/theme-chalk/src/color-picker.scss +7 -2
  772. package/theme-chalk/src/input-number.scss +19 -2
  773. package/theme-chalk/src/input.scss +11 -6
  774. package/theme-chalk/src/option.scss +1 -2
  775. package/theme-chalk/src/select.scss +13 -1
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
11
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>;
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>;
@@ -81,7 +81,7 @@ declare const _default: import("vue").DefineComponent<{
81
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>;
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>;
@@ -153,7 +153,7 @@ declare const _default: import("vue").DefineComponent<{
153
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>;
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>;
@@ -216,19 +216,19 @@ declare const _default: import("vue").DefineComponent<{
216
216
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
217
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;
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
- readonly width?: number | undefined;
224
219
  readonly offset?: number | undefined;
220
+ readonly width?: number | undefined;
225
221
  readonly effect?: string | undefined;
222
+ readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
223
+ 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;
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;
@@ -247,19 +247,19 @@ declare const _default: import("vue").DefineComponent<{
247
247
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
248
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;
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
- readonly width?: number | undefined;
255
250
  readonly offset?: number | undefined;
251
+ readonly width?: number | undefined;
256
252
  readonly effect?: string | undefined;
253
+ readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
254
+ 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;
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;
@@ -278,19 +278,19 @@ declare const _default: import("vue").DefineComponent<{
278
278
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
279
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;
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
- readonly width?: number | undefined;
286
281
  readonly offset?: number | undefined;
282
+ readonly width?: number | undefined;
287
283
  readonly effect?: string | undefined;
284
+ readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
285
+ 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;
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;
@@ -309,19 +309,19 @@ declare const _default: import("vue").DefineComponent<{
309
309
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
310
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;
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
- readonly width?: number | undefined;
317
312
  readonly offset?: number | undefined;
313
+ readonly width?: number | undefined;
318
314
  readonly effect?: string | undefined;
315
+ readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
316
+ 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;
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;
@@ -491,7 +491,7 @@ declare const _default: import("vue").DefineComponent<{
491
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>;
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<{
@@ -503,7 +503,7 @@ declare const _default: import("vue").DefineComponent<{
503
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>;
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;
@@ -511,7 +511,7 @@ declare const _default: import("vue").DefineComponent<{
511
511
  triggerRef: import("vue").Ref<HTMLElement | null>;
512
512
  contentId: import("vue").Ref<string>;
513
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>>;
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>;
@@ -610,13 +610,13 @@ declare const _default: import("vue").DefineComponent<{
610
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>;
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
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
617
  offset: number;
619
618
  effect: string;
619
+ strategy: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
620
620
  nowrap: boolean;
621
621
  showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
622
622
  reference: import("../../../utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
@@ -798,7 +798,7 @@ declare const _default: import("vue").DefineComponent<{
798
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>;
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>;
@@ -857,15 +857,15 @@ declare const _default: import("vue").DefineComponent<{
857
857
  }>>, {
858
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>;
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
- readonly width: number;
865
860
  readonly offset: number;
861
+ readonly width: number;
866
862
  readonly effect: string;
863
+ readonly strategy: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
864
+ readonly style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
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,7 +1,7 @@
1
1
  import '../../../utils/index.mjs';
2
- import { tooltipV2RootProps } from './root2.mjs';
2
+ import { tooltipV2RootProps } from './root.mjs';
3
3
  import { tooltipV2TriggerProps } from './trigger.mjs';
4
- import { tooltipV2ArrowProps } from './arrow2.mjs';
4
+ import { tooltipV2ArrowProps } from './arrow.mjs';
5
5
  import { tooltipV2ContentProps } from './content.mjs';
6
6
  import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
7
7