beyond-webui 1.1.9 → 1.1.10

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 (853) hide show
  1. package/dist/index.css +1 -1
  2. package/es/components/autocomplete/index.d.ts +118 -118
  3. package/es/components/autocomplete/src/autocomplete.vue.d.ts +118 -118
  4. package/es/components/avatar/index.mjs +2 -2
  5. package/es/components/avatar/src/avatar.mjs +67 -32
  6. package/es/components/avatar/src/avatar.mjs.map +1 -1
  7. package/es/components/avatar/src/avatar2.mjs +32 -67
  8. package/es/components/avatar/src/avatar2.mjs.map +1 -1
  9. package/es/components/backtop/index.mjs +2 -2
  10. package/es/components/backtop/src/backtop.mjs +21 -54
  11. package/es/components/backtop/src/backtop.mjs.map +1 -1
  12. package/es/components/backtop/src/backtop2.mjs +54 -21
  13. package/es/components/backtop/src/backtop2.mjs.map +1 -1
  14. package/es/components/badge/index.d.ts +1 -1
  15. package/es/components/badge/index.mjs +2 -2
  16. package/es/components/badge/src/badge.mjs +55 -17
  17. package/es/components/badge/src/badge.mjs.map +1 -1
  18. package/es/components/badge/src/badge.vue.d.ts +1 -1
  19. package/es/components/badge/src/badge2.mjs +17 -55
  20. package/es/components/badge/src/badge2.mjs.map +1 -1
  21. package/es/components/breadcrumb/index.mjs +4 -4
  22. package/es/components/breadcrumb/src/breadcrumb-item.mjs +11 -56
  23. package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
  24. package/es/components/breadcrumb/src/breadcrumb-item2.mjs +56 -11
  25. package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
  26. package/es/components/breadcrumb/src/breadcrumb.mjs +36 -11
  27. package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
  28. package/es/components/breadcrumb/src/breadcrumb2.mjs +11 -36
  29. package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
  30. package/es/components/button/index.d.ts +4 -4
  31. package/es/components/button/index.mjs +1 -1
  32. package/es/components/button/src/button-group.mjs +30 -6
  33. package/es/components/button/src/button-group.mjs.map +1 -1
  34. package/es/components/button/src/button-group2.mjs +6 -30
  35. package/es/components/button/src/button-group2.mjs.map +1 -1
  36. package/es/components/button/src/button.vue.d.ts +4 -4
  37. package/es/components/calendar/index.d.ts +4 -4
  38. package/es/components/calendar/src/calendar.vue.d.ts +4 -4
  39. package/es/components/calendar/src/calendar2.mjs +1 -1
  40. package/es/components/calendar/src/date-table.mjs +33 -87
  41. package/es/components/calendar/src/date-table.mjs.map +1 -1
  42. package/es/components/calendar/src/date-table2.mjs +87 -33
  43. package/es/components/calendar/src/date-table2.mjs.map +1 -1
  44. package/es/components/calendar/src/use-date-table.mjs +1 -1
  45. package/es/components/carousel/index.d.ts +1 -1
  46. package/es/components/carousel/index.mjs +2 -2
  47. package/es/components/carousel/src/carousel-item.mjs +63 -8
  48. package/es/components/carousel/src/carousel-item.mjs.map +1 -1
  49. package/es/components/carousel/src/carousel-item2.mjs +8 -63
  50. package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
  51. package/es/components/carousel/src/carousel.vue.d.ts +1 -1
  52. package/es/components/cascader/index.d.ts +252 -252
  53. package/es/components/cascader/src/cascader.vue.d.ts +126 -126
  54. package/es/components/cascader-panel/index.d.ts +2 -2
  55. package/es/components/cascader-panel/src/index.mjs +1 -1
  56. package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
  57. package/es/components/cascader-panel/src/menu.mjs +1 -1
  58. package/es/components/cascader-panel/src/node.mjs +116 -209
  59. package/es/components/cascader-panel/src/node.mjs.map +1 -1
  60. package/es/components/cascader-panel/src/node2.mjs +209 -116
  61. package/es/components/cascader-panel/src/node2.mjs.map +1 -1
  62. package/es/components/cascader-panel/src/store.mjs +1 -1
  63. package/es/components/checkbox/index.d.ts +8 -8
  64. package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  65. package/es/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
  66. package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
  67. package/es/components/col/index.d.ts +1 -1
  68. package/es/components/col/src/col.vue.d.ts +1 -1
  69. package/es/components/collapse/index.mjs +2 -2
  70. package/es/components/collapse/src/collapse.mjs +17 -30
  71. package/es/components/collapse/src/collapse.mjs.map +1 -1
  72. package/es/components/collapse/src/collapse2.mjs +30 -17
  73. package/es/components/collapse/src/collapse2.mjs.map +1 -1
  74. package/es/components/color-picker/index.d.ts +105 -105
  75. package/es/components/color-picker/index.mjs +2 -2
  76. package/es/components/color-picker/src/color-picker.mjs +321 -38
  77. package/es/components/color-picker/src/color-picker.mjs.map +1 -1
  78. package/es/components/color-picker/src/color-picker.vue.d.ts +105 -105
  79. package/es/components/color-picker/src/color-picker2.mjs +38 -321
  80. package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
  81. package/es/components/color-picker/src/components/predefine.mjs +1 -1
  82. package/es/components/countdown/index.mjs +2 -2
  83. package/es/components/countdown/src/countdown.mjs +23 -74
  84. package/es/components/countdown/src/countdown.mjs.map +1 -1
  85. package/es/components/countdown/src/countdown2.mjs +74 -23
  86. package/es/components/countdown/src/countdown2.mjs.map +1 -1
  87. package/es/components/date-picker/index.d.ts +2 -2
  88. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +41 -41
  89. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +41 -41
  90. package/es/components/date-picker/src/date-picker.d.ts +1 -1
  91. package/es/components/date-picker/src/panel-utils.d.ts +82 -82
  92. package/es/components/descriptions/index.mjs +2 -2
  93. package/es/components/descriptions/src/description.mjs +25 -111
  94. package/es/components/descriptions/src/description.mjs.map +1 -1
  95. package/es/components/descriptions/src/description2.mjs +111 -25
  96. package/es/components/descriptions/src/description2.mjs.map +1 -1
  97. package/es/components/descriptions/src/descriptions-row.mjs +7 -64
  98. package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
  99. package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
  100. package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
  101. package/es/components/dialog/src/dialog-content.mjs +95 -37
  102. package/es/components/dialog/src/dialog-content.mjs.map +1 -1
  103. package/es/components/dialog/src/dialog-content2.mjs +37 -95
  104. package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
  105. package/es/components/dialog/src/dialog.mjs +1 -1
  106. package/es/components/dialog/src/dialog2.mjs +1 -1
  107. package/es/components/divider/index.d.ts +4 -4
  108. package/es/components/divider/src/divider.d.ts +1 -1
  109. package/es/components/divider/src/divider.vue.d.ts +4 -4
  110. package/es/components/drawer/index.mjs +2 -2
  111. package/es/components/drawer/src/drawer.mjs +177 -26
  112. package/es/components/drawer/src/drawer.mjs.map +1 -1
  113. package/es/components/drawer/src/drawer2.mjs +26 -177
  114. package/es/components/drawer/src/drawer2.mjs.map +1 -1
  115. package/es/components/dropdown/index.d.ts +65 -65
  116. package/es/components/dropdown/index.mjs +2 -2
  117. package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
  118. package/es/components/dropdown/src/dropdown-item.mjs +1 -1
  119. package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
  120. package/es/components/dropdown/src/dropdown.mjs +307 -97
  121. package/es/components/dropdown/src/dropdown.mjs.map +1 -1
  122. package/es/components/dropdown/src/dropdown.vue.d.ts +65 -65
  123. package/es/components/dropdown/src/dropdown2.mjs +97 -307
  124. package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
  125. package/es/components/form/index.d.ts +10 -10
  126. package/es/components/form/index.mjs +2 -2
  127. package/es/components/form/src/form-item.mjs +43 -317
  128. package/es/components/form/src/form-item.mjs.map +1 -1
  129. package/es/components/form/src/form-item2.mjs +317 -43
  130. package/es/components/form/src/form-item2.mjs.map +1 -1
  131. package/es/components/form/src/form.d.ts +2 -2
  132. package/es/components/form/src/form.vue.d.ts +10 -10
  133. package/es/components/icon/index.mjs +2 -2
  134. package/es/components/icon/src/icon.mjs +8 -36
  135. package/es/components/icon/src/icon.mjs.map +1 -1
  136. package/es/components/icon/src/icon2.mjs +36 -8
  137. package/es/components/icon/src/icon2.mjs.map +1 -1
  138. package/es/components/image/index.d.ts +4 -4
  139. package/es/components/image/src/image.vue.d.ts +4 -4
  140. package/es/components/image-viewer/index.d.ts +1 -1
  141. package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  142. package/es/components/index.mjs +42 -42
  143. package/es/components/input/index.d.ts +4 -4
  144. package/es/components/input/index.mjs +2 -2
  145. package/es/components/input/src/input.mjs +552 -135
  146. package/es/components/input/src/input.mjs.map +1 -1
  147. package/es/components/input/src/input.vue.d.ts +4 -4
  148. package/es/components/input/src/input2.mjs +135 -552
  149. package/es/components/input/src/input2.mjs.map +1 -1
  150. package/es/components/input-number/index.d.ts +16 -16
  151. package/es/components/input-number/index.mjs +2 -2
  152. package/es/components/input-number/src/input-number.mjs +58 -311
  153. package/es/components/input-number/src/input-number.mjs.map +1 -1
  154. package/es/components/input-number/src/input-number.vue.d.ts +16 -16
  155. package/es/components/input-number/src/input-number2.mjs +311 -58
  156. package/es/components/input-number/src/input-number2.mjs.map +1 -1
  157. package/es/components/link/index.d.ts +1 -1
  158. package/es/components/link/src/link.vue.d.ts +1 -1
  159. package/es/components/menu/index.d.ts +2 -2
  160. package/es/components/menu/index.mjs +2 -2
  161. package/es/components/menu/src/menu-item-group.mjs +4 -35
  162. package/es/components/menu/src/menu-item-group.mjs.map +1 -1
  163. package/es/components/menu/src/menu-item-group2.mjs +35 -4
  164. package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
  165. package/es/components/menu/src/sub-menu.d.ts +1 -1
  166. package/es/components/message/src/message.vue.d.ts +3 -3
  167. package/es/components/notification/index.mjs +1 -1
  168. package/es/components/notification/src/notification.mjs +147 -69
  169. package/es/components/notification/src/notification.mjs.map +1 -1
  170. package/es/components/notification/src/notification.vue.d.ts +2 -2
  171. package/es/components/notification/src/notification2.mjs +69 -147
  172. package/es/components/notification/src/notification2.mjs.map +1 -1
  173. package/es/components/notification/src/notify.mjs +2 -2
  174. package/es/components/page-header/index.d.ts +4 -4
  175. package/es/components/page-header/index.mjs +2 -2
  176. package/es/components/page-header/src/page-header.mjs +103 -17
  177. package/es/components/page-header/src/page-header.mjs.map +1 -1
  178. package/es/components/page-header/src/page-header.vue.d.ts +4 -4
  179. package/es/components/page-header/src/page-header2.mjs +17 -103
  180. package/es/components/page-header/src/page-header2.mjs.map +1 -1
  181. package/es/components/pagination/index.d.ts +2 -2
  182. package/es/components/pagination/src/components/jumper.vue.d.ts +4 -4
  183. package/es/components/pagination/src/components/next.mjs +58 -19
  184. package/es/components/pagination/src/components/next.mjs.map +1 -1
  185. package/es/components/pagination/src/components/next2.mjs +19 -58
  186. package/es/components/pagination/src/components/next2.mjs.map +1 -1
  187. package/es/components/pagination/src/components/pager.mjs +17 -214
  188. package/es/components/pagination/src/components/pager.mjs.map +1 -1
  189. package/es/components/pagination/src/components/pager2.mjs +214 -17
  190. package/es/components/pagination/src/components/pager2.mjs.map +1 -1
  191. package/es/components/pagination/src/components/prev.mjs +58 -18
  192. package/es/components/pagination/src/components/prev.mjs.map +1 -1
  193. package/es/components/pagination/src/components/prev2.mjs +18 -58
  194. package/es/components/pagination/src/components/prev2.mjs.map +1 -1
  195. package/es/components/pagination/src/components/sizes.vue.d.ts +74 -74
  196. package/es/components/pagination/src/components/total.mjs +28 -7
  197. package/es/components/pagination/src/components/total.mjs.map +1 -1
  198. package/es/components/pagination/src/components/total2.mjs +7 -28
  199. package/es/components/pagination/src/components/total2.mjs.map +1 -1
  200. package/es/components/pagination/src/pagination.d.ts +2 -2
  201. package/es/components/pagination/src/pagination.mjs +4 -4
  202. package/es/components/popconfirm/index.d.ts +101 -101
  203. package/es/components/popconfirm/src/popconfirm.vue.d.ts +101 -101
  204. package/es/components/popover/index.d.ts +109 -109
  205. package/es/components/popover/index.mjs +2 -2
  206. package/es/components/popover/src/popover.mjs +111 -66
  207. package/es/components/popover/src/popover.mjs.map +1 -1
  208. package/es/components/popover/src/popover.vue.d.ts +109 -109
  209. package/es/components/popover/src/popover2.mjs +66 -111
  210. package/es/components/popover/src/popover2.mjs.map +1 -1
  211. package/es/components/popper/index.d.ts +5 -5
  212. package/es/components/popper/index.mjs +6 -6
  213. package/es/components/popper/src/composables/use-content.d.ts +2 -2
  214. package/es/components/popper/src/content.mjs +94 -137
  215. package/es/components/popper/src/content.mjs.map +1 -1
  216. package/es/components/popper/src/content.vue.d.ts +2 -2
  217. package/es/components/popper/src/content2.mjs +137 -94
  218. package/es/components/popper/src/content2.mjs.map +1 -1
  219. package/es/components/popper/src/popper.d.ts +2 -2
  220. package/es/components/popper/src/popper.mjs +25 -32
  221. package/es/components/popper/src/popper.mjs.map +1 -1
  222. package/es/components/popper/src/popper.vue.d.ts +5 -5
  223. package/es/components/popper/src/popper2.mjs +32 -25
  224. package/es/components/popper/src/popper2.mjs.map +1 -1
  225. package/es/components/popper/src/trigger.mjs +31 -119
  226. package/es/components/popper/src/trigger.mjs.map +1 -1
  227. package/es/components/popper/src/trigger.vue.d.ts +1 -1
  228. package/es/components/popper/src/trigger2.mjs +119 -31
  229. package/es/components/popper/src/trigger2.mjs.map +1 -1
  230. package/es/components/popper/src/utils.d.ts +1 -1
  231. package/es/components/progress/index.d.ts +5 -5
  232. package/es/components/progress/index.mjs +2 -2
  233. package/es/components/progress/src/progress.d.ts +1 -1
  234. package/es/components/progress/src/progress.mjs +202 -57
  235. package/es/components/progress/src/progress.mjs.map +1 -1
  236. package/es/components/progress/src/progress.vue.d.ts +5 -5
  237. package/es/components/progress/src/progress2.mjs +57 -202
  238. package/es/components/progress/src/progress2.mjs.map +1 -1
  239. package/es/components/radio/index.d.ts +6 -6
  240. package/es/components/radio/index.mjs +2 -2
  241. package/es/components/radio/src/radio-button.vue.d.ts +1 -1
  242. package/es/components/radio/src/radio-group.mjs +68 -36
  243. package/es/components/radio/src/radio-group.mjs.map +1 -1
  244. package/es/components/radio/src/radio-group.vue.d.ts +1 -1
  245. package/es/components/radio/src/radio-group2.mjs +36 -68
  246. package/es/components/radio/src/radio-group2.mjs.map +1 -1
  247. package/es/components/radio/src/radio.vue.d.ts +2 -2
  248. package/es/components/rate/index.d.ts +1 -1
  249. package/es/components/rate/src/rate.vue.d.ts +1 -1
  250. package/es/components/result/index.mjs +2 -2
  251. package/es/components/result/src/result.mjs +29 -63
  252. package/es/components/result/src/result.mjs.map +1 -1
  253. package/es/components/result/src/result2.mjs +63 -29
  254. package/es/components/result/src/result2.mjs.map +1 -1
  255. package/es/components/row/index.mjs +2 -2
  256. package/es/components/row/src/row.mjs +45 -30
  257. package/es/components/row/src/row.mjs.map +1 -1
  258. package/es/components/row/src/row2.mjs +30 -45
  259. package/es/components/row/src/row2.mjs.map +1 -1
  260. package/es/components/scrollbar/index.d.ts +3 -3
  261. package/es/components/scrollbar/index.mjs +1 -1
  262. package/es/components/scrollbar/src/bar.mjs +1 -1
  263. package/es/components/scrollbar/src/bar.vue.d.ts +1 -1
  264. package/es/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
  265. package/es/components/scrollbar/src/thumb.mjs +130 -11
  266. package/es/components/scrollbar/src/thumb.mjs.map +1 -1
  267. package/es/components/scrollbar/src/thumb.vue.d.ts +1 -1
  268. package/es/components/scrollbar/src/thumb2.mjs +11 -130
  269. package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
  270. package/es/components/select/index.d.ts +74 -74
  271. package/es/components/select/src/select.vue.d.ts +74 -74
  272. package/es/components/select/src/useSelect.d.ts +64 -64
  273. package/es/components/select-v2/index.d.ts +154 -154
  274. package/es/components/select-v2/src/defaults.d.ts +1 -1
  275. package/es/components/select-v2/src/select.vue.d.ts +77 -77
  276. package/es/components/select-v2/src/useSelect.d.ts +64 -64
  277. package/es/components/skeleton/index.d.ts +9 -9
  278. package/es/components/skeleton/index.mjs +2 -2
  279. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  280. package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  281. package/es/components/skeleton/src/skeleton.mjs +49 -22
  282. package/es/components/skeleton/src/skeleton.mjs.map +1 -1
  283. package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
  284. package/es/components/skeleton/src/skeleton2.mjs +22 -49
  285. package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
  286. package/es/components/slider/index.d.ts +186 -186
  287. package/es/components/slider/index.mjs +2 -2
  288. package/es/components/slider/src/button.mjs +93 -21
  289. package/es/components/slider/src/button.mjs.map +1 -1
  290. package/es/components/slider/src/button.vue.d.ts +33 -33
  291. package/es/components/slider/src/button2.mjs +21 -93
  292. package/es/components/slider/src/button2.mjs.map +1 -1
  293. package/es/components/slider/src/composables/use-slide.d.ts +134 -134
  294. package/es/components/slider/src/slider.mjs +233 -91
  295. package/es/components/slider/src/slider.mjs.map +1 -1
  296. package/es/components/slider/src/slider.vue.d.ts +186 -186
  297. package/es/components/slider/src/slider2.mjs +91 -233
  298. package/es/components/slider/src/slider2.mjs.map +1 -1
  299. package/es/components/space/index.d.ts +1 -1
  300. package/es/components/space/src/space.d.ts +1 -1
  301. package/es/components/steps/index.mjs +4 -4
  302. package/es/components/steps/src/item.mjs +19 -188
  303. package/es/components/steps/src/item.mjs.map +1 -1
  304. package/es/components/steps/src/item2.mjs +188 -19
  305. package/es/components/steps/src/item2.mjs.map +1 -1
  306. package/es/components/steps/src/steps.mjs +34 -36
  307. package/es/components/steps/src/steps.mjs.map +1 -1
  308. package/es/components/steps/src/steps2.mjs +36 -34
  309. package/es/components/steps/src/steps2.mjs.map +1 -1
  310. package/es/components/switch/index.d.ts +1 -1
  311. package/es/components/switch/src/switch.vue.d.ts +1 -1
  312. package/es/components/table/index.d.ts +17 -17
  313. package/es/components/table/src/filter-panel.vue.d.ts +64 -64
  314. package/es/components/table/src/table/defaults.d.ts +2 -2
  315. package/es/components/table/src/table/style-helper.d.ts +1 -1
  316. package/es/components/table/src/table-body/defaults.d.ts +1 -1
  317. package/es/components/table/src/table-body/index.d.ts +2 -2
  318. package/es/components/table/src/table-column/defaults.d.ts +1 -1
  319. package/es/components/table/src/table-column/index.d.ts +3 -3
  320. package/es/components/table/src/table.vue.d.ts +11 -11
  321. package/es/components/table/src/util.d.ts +9 -9
  322. package/es/components/tabs/index.d.ts +9 -9
  323. package/es/components/tabs/index.mjs +2 -2
  324. package/es/components/tabs/src/tab-bar.d.ts +4 -4
  325. package/es/components/tabs/src/tab-bar.vue.d.ts +13 -13
  326. package/es/components/tabs/src/tab-nav.d.ts +15 -15
  327. package/es/components/tabs/src/tab-pane.mjs +13 -72
  328. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  329. package/es/components/tabs/src/tab-pane.vue.d.ts +2 -2
  330. package/es/components/tabs/src/tab-pane2.mjs +72 -13
  331. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  332. package/es/components/tabs/src/tabs.d.ts +6 -6
  333. package/es/components/teleport/index.mjs +2 -2
  334. package/es/components/teleport/src/teleport.mjs +18 -44
  335. package/es/components/teleport/src/teleport.mjs.map +1 -1
  336. package/es/components/teleport/src/teleport2.mjs +44 -18
  337. package/es/components/teleport/src/teleport2.mjs.map +1 -1
  338. package/es/components/text/index.mjs +2 -2
  339. package/es/components/text/src/text.mjs +35 -22
  340. package/es/components/text/src/text.mjs.map +1 -1
  341. package/es/components/text/src/text2.mjs +22 -35
  342. package/es/components/text/src/text2.mjs.map +1 -1
  343. package/es/components/time-picker/index.d.ts +2 -2
  344. package/es/components/time-picker/src/common/picker.vue.d.ts +101 -101
  345. package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
  346. package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
  347. package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
  348. package/es/components/time-picker/src/time-picker.d.ts +1 -1
  349. package/es/components/time-select/index.d.ts +300 -300
  350. package/es/components/time-select/src/time-select.vue.d.ts +150 -150
  351. package/es/components/timeline/index.mjs +2 -2
  352. package/es/components/timeline/src/timeline-item.mjs +70 -42
  353. package/es/components/timeline/src/timeline-item.mjs.map +1 -1
  354. package/es/components/timeline/src/timeline-item2.mjs +42 -70
  355. package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
  356. package/es/components/tooltip/index.d.ts +32 -32
  357. package/es/components/tooltip/index.mjs +2 -2
  358. package/es/components/tooltip/src/content.mjs +1 -1
  359. package/es/components/tooltip/src/content.vue.d.ts +6 -6
  360. package/es/components/tooltip/src/content2.mjs +1 -1
  361. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  362. package/es/components/tooltip/src/tooltip.mjs +169 -31
  363. package/es/components/tooltip/src/tooltip.mjs.map +1 -1
  364. package/es/components/tooltip/src/tooltip.vue.d.ts +32 -32
  365. package/es/components/tooltip/src/tooltip2.mjs +31 -169
  366. package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
  367. package/es/components/tooltip/src/trigger.mjs +1 -1
  368. package/es/components/tooltip/src/trigger.vue.d.ts +3 -3
  369. package/es/components/tooltip/src/trigger2.mjs +1 -1
  370. package/es/components/tooltip-v2/index.d.ts +33 -33
  371. package/es/components/tooltip-v2/index.mjs +2 -2
  372. package/es/components/tooltip-v2/src/arrow.mjs +37 -22
  373. package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
  374. package/es/components/tooltip-v2/src/arrow2.mjs +22 -37
  375. package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
  376. package/es/components/tooltip-v2/src/content.d.ts +1 -1
  377. package/es/components/tooltip-v2/src/content.mjs +50 -112
  378. package/es/components/tooltip-v2/src/content.mjs.map +1 -1
  379. package/es/components/tooltip-v2/src/content.vue.d.ts +9 -9
  380. package/es/components/tooltip-v2/src/content2.mjs +112 -50
  381. package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
  382. package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
  383. package/es/components/tooltip-v2/src/tooltip.mjs +2 -2
  384. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +33 -33
  385. package/es/components/tooltip-v2/src/tooltip2.mjs +4 -4
  386. package/es/components/transfer/index.d.ts +54 -54
  387. package/es/components/transfer/src/composables/use-check.mjs +1 -1
  388. package/es/components/transfer/src/transfer-panel.mjs +19 -128
  389. package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
  390. package/es/components/transfer/src/transfer-panel.vue.d.ts +10 -10
  391. package/es/components/transfer/src/transfer-panel2.mjs +128 -19
  392. package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
  393. package/es/components/transfer/src/transfer.vue.d.ts +54 -54
  394. package/es/components/transfer/src/transfer2.mjs +1 -1
  395. package/es/components/tree-v2/index.d.ts +7 -7
  396. package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  397. package/es/components/tree-v2/src/tree.vue.d.ts +7 -7
  398. package/es/components/upload/index.d.ts +18 -18
  399. package/es/components/upload/index.mjs +5 -5
  400. package/es/components/upload/src/upload-content.mjs +33 -173
  401. package/es/components/upload/src/upload-content.mjs.map +1 -1
  402. package/es/components/upload/src/upload-content.vue.d.ts +3 -3
  403. package/es/components/upload/src/upload-content2.mjs +173 -33
  404. package/es/components/upload/src/upload-content2.mjs.map +1 -1
  405. package/es/components/upload/src/upload-dragger.mjs +11 -72
  406. package/es/components/upload/src/upload-dragger.mjs.map +1 -1
  407. package/es/components/upload/src/upload-dragger2.mjs +72 -11
  408. package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
  409. package/es/components/upload/src/upload-list.mjs +26 -173
  410. package/es/components/upload/src/upload-list.mjs.map +1 -1
  411. package/es/components/upload/src/upload-list.vue.d.ts +5 -5
  412. package/es/components/upload/src/upload-list2.mjs +173 -26
  413. package/es/components/upload/src/upload-list2.mjs.map +1 -1
  414. package/es/components/upload/src/upload.mjs +105 -119
  415. package/es/components/upload/src/upload.mjs.map +1 -1
  416. package/es/components/upload/src/upload.vue.d.ts +18 -18
  417. package/es/components/upload/src/upload2.mjs +119 -105
  418. package/es/components/upload/src/upload2.mjs.map +1 -1
  419. package/es/components/upload/src/use-handlers.mjs +1 -1
  420. package/es/components/virtual-list/src/builders/build-list.d.ts +1 -1
  421. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
  422. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
  423. package/es/hooks/use-floating/index.d.ts +2 -2
  424. package/es/hooks/use-popper/index.d.ts +2 -2
  425. package/es/index.mjs +42 -42
  426. package/lib/components/autocomplete/index.d.ts +118 -118
  427. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +118 -118
  428. package/lib/components/avatar/index.js +2 -2
  429. package/lib/components/avatar/src/avatar.js +67 -33
  430. package/lib/components/avatar/src/avatar.js.map +1 -1
  431. package/lib/components/avatar/src/avatar2.js +33 -67
  432. package/lib/components/avatar/src/avatar2.js.map +1 -1
  433. package/lib/components/backtop/index.js +2 -2
  434. package/lib/components/backtop/src/backtop.js +22 -54
  435. package/lib/components/backtop/src/backtop.js.map +1 -1
  436. package/lib/components/backtop/src/backtop2.js +54 -22
  437. package/lib/components/backtop/src/backtop2.js.map +1 -1
  438. package/lib/components/badge/index.d.ts +1 -1
  439. package/lib/components/badge/index.js +2 -2
  440. package/lib/components/badge/src/badge.js +55 -17
  441. package/lib/components/badge/src/badge.js.map +1 -1
  442. package/lib/components/badge/src/badge.vue.d.ts +1 -1
  443. package/lib/components/badge/src/badge2.js +17 -55
  444. package/lib/components/badge/src/badge2.js.map +1 -1
  445. package/lib/components/breadcrumb/index.js +4 -4
  446. package/lib/components/breadcrumb/src/breadcrumb-item.js +11 -56
  447. package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
  448. package/lib/components/breadcrumb/src/breadcrumb-item2.js +56 -11
  449. package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
  450. package/lib/components/breadcrumb/src/breadcrumb.js +36 -11
  451. package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
  452. package/lib/components/breadcrumb/src/breadcrumb2.js +11 -36
  453. package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
  454. package/lib/components/button/index.d.ts +4 -4
  455. package/lib/components/button/index.js +1 -1
  456. package/lib/components/button/src/button-group.js +30 -6
  457. package/lib/components/button/src/button-group.js.map +1 -1
  458. package/lib/components/button/src/button-group2.js +6 -30
  459. package/lib/components/button/src/button-group2.js.map +1 -1
  460. package/lib/components/button/src/button.vue.d.ts +4 -4
  461. package/lib/components/calendar/index.d.ts +4 -4
  462. package/lib/components/calendar/src/calendar.vue.d.ts +4 -4
  463. package/lib/components/calendar/src/calendar2.js +1 -1
  464. package/lib/components/calendar/src/date-table.js +37 -87
  465. package/lib/components/calendar/src/date-table.js.map +1 -1
  466. package/lib/components/calendar/src/date-table2.js +87 -37
  467. package/lib/components/calendar/src/date-table2.js.map +1 -1
  468. package/lib/components/calendar/src/use-date-table.js +1 -1
  469. package/lib/components/carousel/index.d.ts +1 -1
  470. package/lib/components/carousel/index.js +2 -2
  471. package/lib/components/carousel/src/carousel-item.js +63 -8
  472. package/lib/components/carousel/src/carousel-item.js.map +1 -1
  473. package/lib/components/carousel/src/carousel-item2.js +8 -63
  474. package/lib/components/carousel/src/carousel-item2.js.map +1 -1
  475. package/lib/components/carousel/src/carousel.vue.d.ts +1 -1
  476. package/lib/components/cascader/index.d.ts +252 -252
  477. package/lib/components/cascader/src/cascader.vue.d.ts +126 -126
  478. package/lib/components/cascader-panel/index.d.ts +2 -2
  479. package/lib/components/cascader-panel/src/index.js +1 -1
  480. package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
  481. package/lib/components/cascader-panel/src/menu.js +1 -1
  482. package/lib/components/cascader-panel/src/node.js +116 -209
  483. package/lib/components/cascader-panel/src/node.js.map +1 -1
  484. package/lib/components/cascader-panel/src/node2.js +209 -116
  485. package/lib/components/cascader-panel/src/node2.js.map +1 -1
  486. package/lib/components/cascader-panel/src/store.js +1 -1
  487. package/lib/components/checkbox/index.d.ts +8 -8
  488. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  489. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
  490. package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
  491. package/lib/components/col/index.d.ts +1 -1
  492. package/lib/components/col/src/col.vue.d.ts +1 -1
  493. package/lib/components/collapse/index.js +2 -2
  494. package/lib/components/collapse/src/collapse.js +19 -30
  495. package/lib/components/collapse/src/collapse.js.map +1 -1
  496. package/lib/components/collapse/src/collapse2.js +30 -19
  497. package/lib/components/collapse/src/collapse2.js.map +1 -1
  498. package/lib/components/color-picker/index.d.ts +105 -105
  499. package/lib/components/color-picker/index.js +2 -2
  500. package/lib/components/color-picker/src/color-picker.js +319 -38
  501. package/lib/components/color-picker/src/color-picker.js.map +1 -1
  502. package/lib/components/color-picker/src/color-picker.vue.d.ts +105 -105
  503. package/lib/components/color-picker/src/color-picker2.js +38 -319
  504. package/lib/components/color-picker/src/color-picker2.js.map +1 -1
  505. package/lib/components/color-picker/src/components/predefine.js +1 -1
  506. package/lib/components/countdown/index.js +2 -2
  507. package/lib/components/countdown/src/countdown.js +24 -74
  508. package/lib/components/countdown/src/countdown.js.map +1 -1
  509. package/lib/components/countdown/src/countdown2.js +74 -24
  510. package/lib/components/countdown/src/countdown2.js.map +1 -1
  511. package/lib/components/date-picker/index.d.ts +2 -2
  512. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +41 -41
  513. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +41 -41
  514. package/lib/components/date-picker/src/date-picker.d.ts +1 -1
  515. package/lib/components/date-picker/src/panel-utils.d.ts +82 -82
  516. package/lib/components/descriptions/index.js +2 -2
  517. package/lib/components/descriptions/src/description.js +25 -111
  518. package/lib/components/descriptions/src/description.js.map +1 -1
  519. package/lib/components/descriptions/src/description2.js +111 -25
  520. package/lib/components/descriptions/src/description2.js.map +1 -1
  521. package/lib/components/descriptions/src/descriptions-row.js +7 -64
  522. package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
  523. package/lib/components/descriptions/src/descriptions-row2.js +64 -7
  524. package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
  525. package/lib/components/dialog/src/dialog-content.js +94 -37
  526. package/lib/components/dialog/src/dialog-content.js.map +1 -1
  527. package/lib/components/dialog/src/dialog-content2.js +37 -94
  528. package/lib/components/dialog/src/dialog-content2.js.map +1 -1
  529. package/lib/components/dialog/src/dialog.js +1 -1
  530. package/lib/components/dialog/src/dialog2.js +1 -1
  531. package/lib/components/divider/index.d.ts +4 -4
  532. package/lib/components/divider/src/divider.d.ts +1 -1
  533. package/lib/components/divider/src/divider.vue.d.ts +4 -4
  534. package/lib/components/drawer/index.js +2 -2
  535. package/lib/components/drawer/src/drawer.js +177 -27
  536. package/lib/components/drawer/src/drawer.js.map +1 -1
  537. package/lib/components/drawer/src/drawer2.js +27 -177
  538. package/lib/components/drawer/src/drawer2.js.map +1 -1
  539. package/lib/components/dropdown/index.d.ts +65 -65
  540. package/lib/components/dropdown/index.js +2 -2
  541. package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
  542. package/lib/components/dropdown/src/dropdown-item.js +1 -1
  543. package/lib/components/dropdown/src/dropdown-menu.js +1 -1
  544. package/lib/components/dropdown/src/dropdown.js +307 -106
  545. package/lib/components/dropdown/src/dropdown.js.map +1 -1
  546. package/lib/components/dropdown/src/dropdown.vue.d.ts +65 -65
  547. package/lib/components/dropdown/src/dropdown2.js +106 -307
  548. package/lib/components/dropdown/src/dropdown2.js.map +1 -1
  549. package/lib/components/form/index.d.ts +10 -10
  550. package/lib/components/form/index.js +2 -2
  551. package/lib/components/form/src/form-item.js +44 -321
  552. package/lib/components/form/src/form-item.js.map +1 -1
  553. package/lib/components/form/src/form-item2.js +321 -44
  554. package/lib/components/form/src/form-item2.js.map +1 -1
  555. package/lib/components/form/src/form.d.ts +2 -2
  556. package/lib/components/form/src/form.vue.d.ts +10 -10
  557. package/lib/components/icon/index.js +2 -2
  558. package/lib/components/icon/src/icon.js +8 -36
  559. package/lib/components/icon/src/icon.js.map +1 -1
  560. package/lib/components/icon/src/icon2.js +36 -8
  561. package/lib/components/icon/src/icon2.js.map +1 -1
  562. package/lib/components/image/index.d.ts +4 -4
  563. package/lib/components/image/src/image.vue.d.ts +4 -4
  564. package/lib/components/image-viewer/index.d.ts +1 -1
  565. package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  566. package/lib/components/index.js +42 -42
  567. package/lib/components/input/index.d.ts +4 -4
  568. package/lib/components/input/index.js +2 -2
  569. package/lib/components/input/src/input.js +551 -135
  570. package/lib/components/input/src/input.js.map +1 -1
  571. package/lib/components/input/src/input.vue.d.ts +4 -4
  572. package/lib/components/input/src/input2.js +135 -551
  573. package/lib/components/input/src/input2.js.map +1 -1
  574. package/lib/components/input-number/index.d.ts +16 -16
  575. package/lib/components/input-number/index.js +2 -2
  576. package/lib/components/input-number/src/input-number.js +57 -309
  577. package/lib/components/input-number/src/input-number.js.map +1 -1
  578. package/lib/components/input-number/src/input-number.vue.d.ts +16 -16
  579. package/lib/components/input-number/src/input-number2.js +309 -57
  580. package/lib/components/input-number/src/input-number2.js.map +1 -1
  581. package/lib/components/link/index.d.ts +1 -1
  582. package/lib/components/link/src/link.vue.d.ts +1 -1
  583. package/lib/components/menu/index.d.ts +2 -2
  584. package/lib/components/menu/index.js +2 -2
  585. package/lib/components/menu/src/menu-item-group.js +4 -35
  586. package/lib/components/menu/src/menu-item-group.js.map +1 -1
  587. package/lib/components/menu/src/menu-item-group2.js +35 -4
  588. package/lib/components/menu/src/menu-item-group2.js.map +1 -1
  589. package/lib/components/menu/src/sub-menu.d.ts +1 -1
  590. package/lib/components/message/src/message.vue.d.ts +3 -3
  591. package/lib/components/notification/index.js +1 -1
  592. package/lib/components/notification/src/notification.js +146 -70
  593. package/lib/components/notification/src/notification.js.map +1 -1
  594. package/lib/components/notification/src/notification.vue.d.ts +2 -2
  595. package/lib/components/notification/src/notification2.js +70 -146
  596. package/lib/components/notification/src/notification2.js.map +1 -1
  597. package/lib/components/notification/src/notify.js +2 -2
  598. package/lib/components/page-header/index.d.ts +4 -4
  599. package/lib/components/page-header/index.js +2 -2
  600. package/lib/components/page-header/src/page-header.js +103 -18
  601. package/lib/components/page-header/src/page-header.js.map +1 -1
  602. package/lib/components/page-header/src/page-header.vue.d.ts +4 -4
  603. package/lib/components/page-header/src/page-header2.js +18 -103
  604. package/lib/components/page-header/src/page-header2.js.map +1 -1
  605. package/lib/components/pagination/index.d.ts +2 -2
  606. package/lib/components/pagination/src/components/jumper.vue.d.ts +4 -4
  607. package/lib/components/pagination/src/components/next.js +58 -19
  608. package/lib/components/pagination/src/components/next.js.map +1 -1
  609. package/lib/components/pagination/src/components/next2.js +19 -58
  610. package/lib/components/pagination/src/components/next2.js.map +1 -1
  611. package/lib/components/pagination/src/components/pager.js +17 -214
  612. package/lib/components/pagination/src/components/pager.js.map +1 -1
  613. package/lib/components/pagination/src/components/pager2.js +214 -17
  614. package/lib/components/pagination/src/components/pager2.js.map +1 -1
  615. package/lib/components/pagination/src/components/prev.js +58 -19
  616. package/lib/components/pagination/src/components/prev.js.map +1 -1
  617. package/lib/components/pagination/src/components/prev2.js +19 -58
  618. package/lib/components/pagination/src/components/prev2.js.map +1 -1
  619. package/lib/components/pagination/src/components/sizes.vue.d.ts +74 -74
  620. package/lib/components/pagination/src/components/total.js +28 -7
  621. package/lib/components/pagination/src/components/total.js.map +1 -1
  622. package/lib/components/pagination/src/components/total2.js +7 -28
  623. package/lib/components/pagination/src/components/total2.js.map +1 -1
  624. package/lib/components/pagination/src/pagination.d.ts +2 -2
  625. package/lib/components/pagination/src/pagination.js +4 -4
  626. package/lib/components/popconfirm/index.d.ts +101 -101
  627. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +101 -101
  628. package/lib/components/popover/index.d.ts +109 -109
  629. package/lib/components/popover/index.js +2 -2
  630. package/lib/components/popover/src/popover.js +111 -67
  631. package/lib/components/popover/src/popover.js.map +1 -1
  632. package/lib/components/popover/src/popover.vue.d.ts +109 -109
  633. package/lib/components/popover/src/popover2.js +67 -111
  634. package/lib/components/popover/src/popover2.js.map +1 -1
  635. package/lib/components/popper/index.d.ts +5 -5
  636. package/lib/components/popper/index.js +6 -6
  637. package/lib/components/popper/src/composables/use-content.d.ts +2 -2
  638. package/lib/components/popper/src/content.js +99 -137
  639. package/lib/components/popper/src/content.js.map +1 -1
  640. package/lib/components/popper/src/content.vue.d.ts +2 -2
  641. package/lib/components/popper/src/content2.js +137 -99
  642. package/lib/components/popper/src/content2.js.map +1 -1
  643. package/lib/components/popper/src/popper.d.ts +2 -2
  644. package/lib/components/popper/src/popper.js +28 -32
  645. package/lib/components/popper/src/popper.js.map +1 -1
  646. package/lib/components/popper/src/popper.vue.d.ts +5 -5
  647. package/lib/components/popper/src/popper2.js +32 -28
  648. package/lib/components/popper/src/popper2.js.map +1 -1
  649. package/lib/components/popper/src/trigger.js +32 -119
  650. package/lib/components/popper/src/trigger.js.map +1 -1
  651. package/lib/components/popper/src/trigger.vue.d.ts +1 -1
  652. package/lib/components/popper/src/trigger2.js +119 -32
  653. package/lib/components/popper/src/trigger2.js.map +1 -1
  654. package/lib/components/popper/src/utils.d.ts +1 -1
  655. package/lib/components/progress/index.d.ts +5 -5
  656. package/lib/components/progress/index.js +2 -2
  657. package/lib/components/progress/src/progress.d.ts +1 -1
  658. package/lib/components/progress/src/progress.js +202 -57
  659. package/lib/components/progress/src/progress.js.map +1 -1
  660. package/lib/components/progress/src/progress.vue.d.ts +5 -5
  661. package/lib/components/progress/src/progress2.js +57 -202
  662. package/lib/components/progress/src/progress2.js.map +1 -1
  663. package/lib/components/radio/index.d.ts +6 -6
  664. package/lib/components/radio/index.js +2 -2
  665. package/lib/components/radio/src/radio-button.vue.d.ts +1 -1
  666. package/lib/components/radio/src/radio-group.js +68 -37
  667. package/lib/components/radio/src/radio-group.js.map +1 -1
  668. package/lib/components/radio/src/radio-group.vue.d.ts +1 -1
  669. package/lib/components/radio/src/radio-group2.js +37 -68
  670. package/lib/components/radio/src/radio-group2.js.map +1 -1
  671. package/lib/components/radio/src/radio.vue.d.ts +2 -2
  672. package/lib/components/rate/index.d.ts +1 -1
  673. package/lib/components/rate/src/rate.vue.d.ts +1 -1
  674. package/lib/components/result/index.js +2 -2
  675. package/lib/components/result/src/result.js +31 -63
  676. package/lib/components/result/src/result.js.map +1 -1
  677. package/lib/components/result/src/result2.js +63 -31
  678. package/lib/components/result/src/result2.js.map +1 -1
  679. package/lib/components/row/index.js +2 -2
  680. package/lib/components/row/src/row.js +45 -32
  681. package/lib/components/row/src/row.js.map +1 -1
  682. package/lib/components/row/src/row2.js +32 -45
  683. package/lib/components/row/src/row2.js.map +1 -1
  684. package/lib/components/scrollbar/index.d.ts +3 -3
  685. package/lib/components/scrollbar/index.js +1 -1
  686. package/lib/components/scrollbar/src/bar.js +1 -1
  687. package/lib/components/scrollbar/src/bar.vue.d.ts +1 -1
  688. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
  689. package/lib/components/scrollbar/src/thumb.js +130 -11
  690. package/lib/components/scrollbar/src/thumb.js.map +1 -1
  691. package/lib/components/scrollbar/src/thumb.vue.d.ts +1 -1
  692. package/lib/components/scrollbar/src/thumb2.js +11 -130
  693. package/lib/components/scrollbar/src/thumb2.js.map +1 -1
  694. package/lib/components/select/index.d.ts +74 -74
  695. package/lib/components/select/src/select.vue.d.ts +74 -74
  696. package/lib/components/select/src/useSelect.d.ts +64 -64
  697. package/lib/components/select-v2/index.d.ts +154 -154
  698. package/lib/components/select-v2/src/defaults.d.ts +1 -1
  699. package/lib/components/select-v2/src/select.vue.d.ts +77 -77
  700. package/lib/components/select-v2/src/useSelect.d.ts +64 -64
  701. package/lib/components/skeleton/index.d.ts +9 -9
  702. package/lib/components/skeleton/index.js +2 -2
  703. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  704. package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  705. package/lib/components/skeleton/src/skeleton.js +49 -22
  706. package/lib/components/skeleton/src/skeleton.js.map +1 -1
  707. package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
  708. package/lib/components/skeleton/src/skeleton2.js +22 -49
  709. package/lib/components/skeleton/src/skeleton2.js.map +1 -1
  710. package/lib/components/slider/index.d.ts +186 -186
  711. package/lib/components/slider/index.js +2 -2
  712. package/lib/components/slider/src/button.js +93 -22
  713. package/lib/components/slider/src/button.js.map +1 -1
  714. package/lib/components/slider/src/button.vue.d.ts +33 -33
  715. package/lib/components/slider/src/button2.js +22 -93
  716. package/lib/components/slider/src/button2.js.map +1 -1
  717. package/lib/components/slider/src/composables/use-slide.d.ts +134 -134
  718. package/lib/components/slider/src/slider.js +233 -92
  719. package/lib/components/slider/src/slider.js.map +1 -1
  720. package/lib/components/slider/src/slider.vue.d.ts +186 -186
  721. package/lib/components/slider/src/slider2.js +92 -233
  722. package/lib/components/slider/src/slider2.js.map +1 -1
  723. package/lib/components/space/index.d.ts +1 -1
  724. package/lib/components/space/src/space.d.ts +1 -1
  725. package/lib/components/steps/index.js +4 -4
  726. package/lib/components/steps/src/item.js +19 -188
  727. package/lib/components/steps/src/item.js.map +1 -1
  728. package/lib/components/steps/src/item2.js +188 -19
  729. package/lib/components/steps/src/item2.js.map +1 -1
  730. package/lib/components/steps/src/steps.js +34 -37
  731. package/lib/components/steps/src/steps.js.map +1 -1
  732. package/lib/components/steps/src/steps2.js +37 -34
  733. package/lib/components/steps/src/steps2.js.map +1 -1
  734. package/lib/components/switch/index.d.ts +1 -1
  735. package/lib/components/switch/src/switch.vue.d.ts +1 -1
  736. package/lib/components/table/index.d.ts +17 -17
  737. package/lib/components/table/src/filter-panel.vue.d.ts +64 -64
  738. package/lib/components/table/src/table/defaults.d.ts +2 -2
  739. package/lib/components/table/src/table/style-helper.d.ts +1 -1
  740. package/lib/components/table/src/table-body/defaults.d.ts +1 -1
  741. package/lib/components/table/src/table-body/index.d.ts +2 -2
  742. package/lib/components/table/src/table-column/defaults.d.ts +1 -1
  743. package/lib/components/table/src/table-column/index.d.ts +3 -3
  744. package/lib/components/table/src/table.vue.d.ts +11 -11
  745. package/lib/components/table/src/util.d.ts +9 -9
  746. package/lib/components/tabs/index.d.ts +9 -9
  747. package/lib/components/tabs/index.js +2 -2
  748. package/lib/components/tabs/src/tab-bar.d.ts +4 -4
  749. package/lib/components/tabs/src/tab-bar.vue.d.ts +13 -13
  750. package/lib/components/tabs/src/tab-nav.d.ts +15 -15
  751. package/lib/components/tabs/src/tab-pane.js +13 -72
  752. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  753. package/lib/components/tabs/src/tab-pane.vue.d.ts +2 -2
  754. package/lib/components/tabs/src/tab-pane2.js +72 -13
  755. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  756. package/lib/components/tabs/src/tabs.d.ts +6 -6
  757. package/lib/components/teleport/index.js +2 -2
  758. package/lib/components/teleport/src/teleport.js +18 -44
  759. package/lib/components/teleport/src/teleport.js.map +1 -1
  760. package/lib/components/teleport/src/teleport2.js +44 -18
  761. package/lib/components/teleport/src/teleport2.js.map +1 -1
  762. package/lib/components/text/index.js +2 -2
  763. package/lib/components/text/src/text.js +35 -22
  764. package/lib/components/text/src/text.js.map +1 -1
  765. package/lib/components/text/src/text2.js +22 -35
  766. package/lib/components/text/src/text2.js.map +1 -1
  767. package/lib/components/time-picker/index.d.ts +2 -2
  768. package/lib/components/time-picker/src/common/picker.vue.d.ts +101 -101
  769. package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
  770. package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
  771. package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
  772. package/lib/components/time-picker/src/time-picker.d.ts +1 -1
  773. package/lib/components/time-select/index.d.ts +300 -300
  774. package/lib/components/time-select/src/time-select.vue.d.ts +150 -150
  775. package/lib/components/timeline/index.js +2 -2
  776. package/lib/components/timeline/src/timeline-item.js +70 -42
  777. package/lib/components/timeline/src/timeline-item.js.map +1 -1
  778. package/lib/components/timeline/src/timeline-item2.js +42 -70
  779. package/lib/components/timeline/src/timeline-item2.js.map +1 -1
  780. package/lib/components/tooltip/index.d.ts +32 -32
  781. package/lib/components/tooltip/index.js +2 -2
  782. package/lib/components/tooltip/src/content.js +1 -1
  783. package/lib/components/tooltip/src/content.vue.d.ts +6 -6
  784. package/lib/components/tooltip/src/content2.js +1 -1
  785. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  786. package/lib/components/tooltip/src/tooltip.js +169 -35
  787. package/lib/components/tooltip/src/tooltip.js.map +1 -1
  788. package/lib/components/tooltip/src/tooltip.vue.d.ts +32 -32
  789. package/lib/components/tooltip/src/tooltip2.js +35 -169
  790. package/lib/components/tooltip/src/tooltip2.js.map +1 -1
  791. package/lib/components/tooltip/src/trigger.js +1 -1
  792. package/lib/components/tooltip/src/trigger.vue.d.ts +3 -3
  793. package/lib/components/tooltip/src/trigger2.js +1 -1
  794. package/lib/components/tooltip-v2/index.d.ts +33 -33
  795. package/lib/components/tooltip-v2/index.js +2 -2
  796. package/lib/components/tooltip-v2/src/arrow.js +37 -23
  797. package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
  798. package/lib/components/tooltip-v2/src/arrow2.js +23 -37
  799. package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
  800. package/lib/components/tooltip-v2/src/content.d.ts +1 -1
  801. package/lib/components/tooltip-v2/src/content.js +50 -112
  802. package/lib/components/tooltip-v2/src/content.js.map +1 -1
  803. package/lib/components/tooltip-v2/src/content.vue.d.ts +9 -9
  804. package/lib/components/tooltip-v2/src/content2.js +112 -50
  805. package/lib/components/tooltip-v2/src/content2.js.map +1 -1
  806. package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
  807. package/lib/components/tooltip-v2/src/tooltip.js +2 -2
  808. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +33 -33
  809. package/lib/components/tooltip-v2/src/tooltip2.js +4 -4
  810. package/lib/components/transfer/index.d.ts +54 -54
  811. package/lib/components/transfer/src/composables/use-check.js +1 -1
  812. package/lib/components/transfer/src/transfer-panel.js +21 -128
  813. package/lib/components/transfer/src/transfer-panel.js.map +1 -1
  814. package/lib/components/transfer/src/transfer-panel.vue.d.ts +10 -10
  815. package/lib/components/transfer/src/transfer-panel2.js +128 -21
  816. package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
  817. package/lib/components/transfer/src/transfer.vue.d.ts +54 -54
  818. package/lib/components/transfer/src/transfer2.js +1 -1
  819. package/lib/components/tree-v2/index.d.ts +7 -7
  820. package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  821. package/lib/components/tree-v2/src/tree.vue.d.ts +7 -7
  822. package/lib/components/upload/index.d.ts +18 -18
  823. package/lib/components/upload/index.js +5 -5
  824. package/lib/components/upload/src/upload-content.js +33 -173
  825. package/lib/components/upload/src/upload-content.js.map +1 -1
  826. package/lib/components/upload/src/upload-content.vue.d.ts +3 -3
  827. package/lib/components/upload/src/upload-content2.js +173 -33
  828. package/lib/components/upload/src/upload-content2.js.map +1 -1
  829. package/lib/components/upload/src/upload-dragger.js +12 -72
  830. package/lib/components/upload/src/upload-dragger.js.map +1 -1
  831. package/lib/components/upload/src/upload-dragger2.js +72 -12
  832. package/lib/components/upload/src/upload-dragger2.js.map +1 -1
  833. package/lib/components/upload/src/upload-list.js +27 -173
  834. package/lib/components/upload/src/upload-list.js.map +1 -1
  835. package/lib/components/upload/src/upload-list.vue.d.ts +5 -5
  836. package/lib/components/upload/src/upload-list2.js +173 -27
  837. package/lib/components/upload/src/upload-list2.js.map +1 -1
  838. package/lib/components/upload/src/upload.js +108 -119
  839. package/lib/components/upload/src/upload.js.map +1 -1
  840. package/lib/components/upload/src/upload.vue.d.ts +18 -18
  841. package/lib/components/upload/src/upload2.js +119 -108
  842. package/lib/components/upload/src/upload2.js.map +1 -1
  843. package/lib/components/upload/src/use-handlers.js +1 -1
  844. package/lib/components/virtual-list/src/builders/build-list.d.ts +1 -1
  845. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
  846. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
  847. package/lib/hooks/use-floating/index.d.ts +2 -2
  848. package/lib/hooks/use-popper/index.d.ts +2 -2
  849. package/lib/index.js +42 -42
  850. package/package.json +1 -1
  851. package/theme-chalk/el-table.css +1 -1
  852. package/theme-chalk/index.css +1 -1
  853. package/theme-chalk/src/table.scss +2 -2
@@ -2,58 +2,120 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../../../utils/index.js');
6
- var runtime = require('../../../utils/vue/props/runtime.js');
5
+ var vue = require('vue');
6
+ var dom = require('@floating-ui/dom');
7
+ require('../../../hooks/index.js');
8
+ require('../../visual-hidden/index.js');
9
+ var constants = require('./constants.js');
10
+ var content = require('./content.js');
11
+ var common = require('./common.js');
12
+ var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
13
+ var index = require('../../../hooks/use-floating/index.js');
14
+ var index$1 = require('../../../hooks/use-z-index/index.js');
15
+ var index$2 = require('../../../hooks/use-namespace/index.js');
16
+ var visualHidden = require('../../visual-hidden/src/visual-hidden.js');
7
17
 
8
- const tooltipV2Strategies = ["absolute", "fixed"];
9
- const tooltipV2Placements = [
10
- "top-start",
11
- "top-end",
12
- "top",
13
- "bottom-start",
14
- "bottom-end",
15
- "bottom",
16
- "left-start",
17
- "left-end",
18
- "left",
19
- "right-start",
20
- "right-end",
21
- "right"
22
- ];
23
- const tooltipV2ContentProps = runtime.buildProps({
24
- ariaLabel: String,
25
- arrowPadding: {
26
- type: runtime.definePropType(Number),
27
- default: 5
28
- },
29
- effect: {
30
- type: String,
31
- default: ""
32
- },
33
- contentClass: String,
34
- placement: {
35
- type: runtime.definePropType(String),
36
- values: tooltipV2Placements,
37
- default: "bottom"
38
- },
39
- reference: {
40
- type: runtime.definePropType(Object),
41
- default: null
42
- },
43
- offset: {
44
- type: Number,
45
- default: 8
46
- },
47
- strategy: {
48
- type: runtime.definePropType(String),
49
- values: tooltipV2Strategies,
50
- default: "absolute"
51
- },
52
- showArrow: {
53
- type: Boolean,
54
- default: false
18
+ const _hoisted_1 = ["data-side"];
19
+ const __default__ = vue.defineComponent({
20
+ name: "ElTooltipV2Content"
21
+ });
22
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
23
+ ...__default__,
24
+ props: { ...content.tooltipV2ContentProps, ...common.tooltipV2CommonProps },
25
+ setup(__props) {
26
+ const props = __props;
27
+ const { triggerRef, contentId } = vue.inject(constants.tooltipV2RootKey);
28
+ const placement = vue.ref(props.placement);
29
+ const strategy = vue.ref(props.strategy);
30
+ const arrowRef = vue.ref(null);
31
+ const { referenceRef, contentRef, middlewareData, x, y, update } = index.useFloating({
32
+ placement,
33
+ strategy,
34
+ middleware: vue.computed(() => {
35
+ const middleware = [dom.offset(props.offset)];
36
+ if (props.showArrow) {
37
+ middleware.push(index.arrowMiddleware({
38
+ arrowRef
39
+ }));
40
+ }
41
+ return middleware;
42
+ })
43
+ });
44
+ const zIndex = index$1.useZIndex().nextZIndex();
45
+ const ns = index$2.useNamespace("tooltip-v2");
46
+ const side = vue.computed(() => {
47
+ return placement.value.split("-")[0];
48
+ });
49
+ const contentStyle = vue.computed(() => {
50
+ return {
51
+ position: vue.unref(strategy),
52
+ top: `${vue.unref(y) || 0}px`,
53
+ left: `${vue.unref(x) || 0}px`,
54
+ zIndex
55
+ };
56
+ });
57
+ const arrowStyle = vue.computed(() => {
58
+ if (!props.showArrow)
59
+ return {};
60
+ const { arrow } = vue.unref(middlewareData);
61
+ return {
62
+ [`--${ns.namespace.value}-tooltip-v2-arrow-x`]: `${arrow == null ? void 0 : arrow.x}px` || "",
63
+ [`--${ns.namespace.value}-tooltip-v2-arrow-y`]: `${arrow == null ? void 0 : arrow.y}px` || ""
64
+ };
65
+ });
66
+ const contentClass = vue.computed(() => [
67
+ ns.e("content"),
68
+ ns.is("dark", props.effect === "dark"),
69
+ ns.is(vue.unref(strategy)),
70
+ props.contentClass
71
+ ]);
72
+ vue.watch(arrowRef, () => update());
73
+ vue.watch(() => props.placement, (val) => placement.value = val);
74
+ vue.onMounted(() => {
75
+ vue.watch(() => props.reference || triggerRef.value, (el) => {
76
+ referenceRef.value = el || void 0;
77
+ }, {
78
+ immediate: true
79
+ });
80
+ });
81
+ vue.provide(constants.tooltipV2ContentKey, { arrowRef });
82
+ return (_ctx, _cache) => {
83
+ return vue.openBlock(), vue.createElementBlock("div", {
84
+ ref_key: "contentRef",
85
+ ref: contentRef,
86
+ style: vue.normalizeStyle(vue.unref(contentStyle)),
87
+ "data-tooltip-v2-root": ""
88
+ }, [
89
+ !_ctx.nowrap ? (vue.openBlock(), vue.createElementBlock("div", {
90
+ key: 0,
91
+ "data-side": vue.unref(side),
92
+ class: vue.normalizeClass(vue.unref(contentClass))
93
+ }, [
94
+ vue.renderSlot(_ctx.$slots, "default", {
95
+ contentStyle: vue.unref(contentStyle),
96
+ contentClass: vue.unref(contentClass)
97
+ }),
98
+ vue.createVNode(vue.unref(visualHidden["default"]), {
99
+ id: vue.unref(contentId),
100
+ role: "tooltip"
101
+ }, {
102
+ default: vue.withCtx(() => [
103
+ _ctx.ariaLabel ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
104
+ vue.createTextVNode(vue.toDisplayString(_ctx.ariaLabel), 1)
105
+ ], 64)) : vue.renderSlot(_ctx.$slots, "default", { key: 1 })
106
+ ]),
107
+ _: 3
108
+ }, 8, ["id"]),
109
+ vue.renderSlot(_ctx.$slots, "arrow", {
110
+ style: vue.normalizeStyle(vue.unref(arrowStyle)),
111
+ side: vue.unref(side)
112
+ })
113
+ ], 10, _hoisted_1)) : vue.createCommentVNode("v-if", true)
114
+ ], 4);
115
+ };
55
116
  }
56
117
  });
118
+ var TooltipV2Content = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "D:\\BeyondTrucks\\beyond-ui\\packages\\components\\tooltip-v2\\src\\content.vue"]]);
57
119
 
58
- exports.tooltipV2ContentProps = tooltipV2ContentProps;
120
+ exports["default"] = TooltipV2Content;
59
121
  //# sourceMappingURL=content2.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"content2.js","sources":["../../../../../../packages/components/tooltip-v2/src/content.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\nimport type { Placement, Strategy, VirtualElement } from '@floating-ui/dom'\n\nconst tooltipV2Strategies = ['absolute', 'fixed'] as const\n\nconst tooltipV2Placements = [\n 'top-start',\n 'top-end',\n 'top',\n 'bottom-start',\n 'bottom-end',\n 'bottom',\n 'left-start',\n 'left-end',\n 'left',\n 'right-start',\n 'right-end',\n 'right',\n] as const\n\nexport const tooltipV2ContentProps = buildProps({\n ariaLabel: String,\n arrowPadding: {\n type: definePropType<number>(Number),\n default: 5,\n },\n effect: {\n type: String,\n default: '',\n },\n contentClass: String,\n /**\n * Placement of tooltip content relative to reference element (when absent it refers to trigger)\n */\n placement: {\n type: definePropType<Placement>(String),\n values: tooltipV2Placements,\n default: 'bottom',\n },\n /**\n * Reference element for tooltip content to set its position\n */\n reference: {\n type: definePropType<HTMLElement | VirtualElement | null>(Object),\n default: null,\n },\n offset: {\n type: Number,\n default: 8,\n },\n strategy: {\n type: definePropType<Strategy>(String),\n values: tooltipV2Strategies,\n default: 'absolute',\n },\n showArrow: {\n type: Boolean,\n default: false,\n },\n} as const)\n\nexport type TooltipV2ContentProps = ExtractPropTypes<\n typeof tooltipV2ContentProps\n>\n"],"names":["buildProps","definePropType"],"mappings":";;;;;;;AACA,MAAM,mBAAmB,GAAG,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;AAClD,MAAM,mBAAmB,GAAG;AAC5B,EAAE,WAAW;AACb,EAAE,SAAS;AACX,EAAE,KAAK;AACP,EAAE,cAAc;AAChB,EAAE,YAAY;AACd,EAAE,QAAQ;AACV,EAAE,YAAY;AACd,EAAE,UAAU;AACZ,EAAE,MAAM;AACR,EAAE,aAAa;AACf,EAAE,WAAW;AACb,EAAE,OAAO;AACT,CAAC,CAAC;AACU,MAAC,qBAAqB,GAAGA,kBAAU,CAAC;AAChD,EAAE,SAAS,EAAE,MAAM;AACnB,EAAE,YAAY,EAAE;AAChB,IAAI,IAAI,EAAEC,sBAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,CAAC;AACd,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,YAAY,EAAE,MAAM;AACtB,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,IAAI,MAAM,EAAE,mBAAmB;AAC/B,IAAI,OAAO,EAAE,QAAQ;AACrB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,CAAC;AACd,GAAG;AACH,EAAE,QAAQ,EAAE;AACZ,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,IAAI,MAAM,EAAE,mBAAmB;AAC/B,IAAI,OAAO,EAAE,UAAU;AACvB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,KAAK;AAClB,GAAG;AACH,CAAC;;;;"}
1
+ {"version":3,"file":"content2.js","sources":["../../../../../../packages/components/tooltip-v2/src/content.vue"],"sourcesContent":["<template>\n <div ref=\"contentRef\" :style=\"contentStyle\" data-tooltip-v2-root>\n <div v-if=\"!nowrap\" :data-side=\"side\" :class=\"contentClass\">\n <slot :content-style=\"contentStyle\" :content-class=\"contentClass\" />\n <el-visually-hidden :id=\"contentId\" role=\"tooltip\">\n <template v-if=\"ariaLabel\">\n {{ ariaLabel }}\n </template>\n <slot v-else />\n </el-visually-hidden>\n <slot name=\"arrow\" :style=\"arrowStyle\" :side=\"side\" />\n </div>\n </div>\n</template>\n\n<script setup lang=\"ts\">\nimport { computed, inject, onMounted, provide, ref, unref, watch } from 'vue'\nimport { offset } from '@floating-ui/dom'\nimport {\n arrowMiddleware,\n useFloating,\n useNamespace,\n useZIndex,\n} from '@element-plus/hooks'\nimport ElVisuallyHidden from '@element-plus/components/visual-hidden'\nimport { tooltipV2ContentKey, tooltipV2RootKey } from './constants'\nimport { tooltipV2ContentProps } from './content'\nimport { tooltipV2CommonProps } from './common'\n\nimport type { CSSProperties } from 'vue'\nimport type { Middleware } from '@floating-ui/dom'\n\ndefineOptions({\n name: 'ElTooltipV2Content',\n})\n\nconst props = defineProps({ ...tooltipV2ContentProps, ...tooltipV2CommonProps })\n\nconst { triggerRef, contentId } = inject(tooltipV2RootKey)!\n\nconst placement = ref(props.placement)\nconst strategy = ref(props.strategy)\nconst arrowRef = ref<HTMLElement | null>(null)\n\nconst { referenceRef, contentRef, middlewareData, x, y, update } = useFloating({\n placement,\n strategy,\n middleware: computed(() => {\n const middleware: Middleware[] = [offset(props.offset)]\n\n if (props.showArrow) {\n middleware.push(\n arrowMiddleware({\n arrowRef,\n })\n )\n }\n\n return middleware\n }),\n})\n\nconst zIndex = useZIndex().nextZIndex()\n\nconst ns = useNamespace('tooltip-v2')\n\nconst side = computed(() => {\n return placement.value.split('-')[0]\n})\n\nconst contentStyle = computed<CSSProperties>(() => {\n return {\n position: unref(strategy),\n top: `${unref(y) || 0}px`,\n left: `${unref(x) || 0}px`,\n zIndex,\n }\n})\n\nconst arrowStyle = computed<CSSProperties>(() => {\n if (!props.showArrow) return {}\n\n const { arrow } = unref(middlewareData)\n\n return {\n [`--${ns.namespace.value}-tooltip-v2-arrow-x`]: `${arrow?.x}px` || '',\n [`--${ns.namespace.value}-tooltip-v2-arrow-y`]: `${arrow?.y}px` || '',\n }\n})\n\nconst contentClass = computed(() => [\n ns.e('content'),\n ns.is('dark', props.effect === 'dark'),\n ns.is(unref(strategy)),\n props.contentClass,\n])\n\nwatch(arrowRef, () => update())\n\nwatch(\n () => props.placement,\n (val) => (placement.value = val)\n)\n\nonMounted(() => {\n watch(\n () => props.reference || triggerRef.value,\n (el) => {\n referenceRef.value = el || undefined\n },\n {\n immediate: true,\n }\n )\n})\n\nprovide(tooltipV2ContentKey, { arrowRef })\n</script>\n"],"names":["inject","tooltipV2RootKey","ref","useFloating","computed","offset","arrowMiddleware","useZIndex","useNamespace","unref","watch","onMounted","provide","tooltipV2ContentKey"],"mappings":";;;;;;;;;;;;;;;;;;uCAgCc,CAAA;AAAA,EACZ,IAAM,EAAA,oBAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAIA,IAAA,MAAM,EAAE,UAAA,EAAY,SAAc,EAAA,GAAAA,UAAA,CAAOC,0BAAgB,CAAA,CAAA;AAEzD,IAAM,MAAA,SAAA,GAAYC,OAAI,CAAA,KAAA,CAAM,SAAS,CAAA,CAAA;AACrC,IAAM,MAAA,QAAA,GAAWA,OAAI,CAAA,KAAA,CAAM,QAAQ,CAAA,CAAA;AACnC,IAAM,MAAA,QAAA,GAAWA,QAAwB,IAAI,CAAA,CAAA;AAE7C,IAAA,MAAM,EAAE,YAAc,EAAA,UAAA,EAAY,gBAAgB,CAAG,EAAA,CAAA,EAAG,WAAWC,iBAAY,CAAA;AAAA,MAC7E,SAAA;AAAA,MACA,QAAA;AAAA,MACA,UAAA,EAAYC,aAAS,MAAM;AACzB,QAAA,MAAM,UAA2B,GAAA,CAACC,UAAO,CAAA,KAAA,CAAM,MAAM,CAAC,CAAA,CAAA;AAEtD,QAAA,IAAI,MAAM,SAAW,EAAA;AACnB,UAAA,UAAA,CAAW,KACTC,qBAAgB,CAAA;AAAA,YACd,QAAA;AAAA,WACD,CACH,CAAA,CAAA;AAAA,SACF;AAEA,QAAO,OAAA,UAAA,CAAA;AAAA,OACR,CAAA;AAAA,KACF,CAAA,CAAA;AAED,IAAM,MAAA,MAAA,GAASC,iBAAU,EAAA,CAAE,UAAW,EAAA,CAAA;AAEtC,IAAM,MAAA,EAAA,GAAKC,qBAAa,YAAY,CAAA,CAAA;AAEpC,IAAM,MAAA,IAAA,GAAOJ,aAAS,MAAM;AAC1B,MAAA,OAAO,SAAU,CAAA,KAAA,CAAM,KAAM,CAAA,GAAG,CAAE,CAAA,CAAA,CAAA,CAAA;AAAA,KACnC,CAAA,CAAA;AAED,IAAM,MAAA,YAAA,GAAeA,aAAwB,MAAM;AACjD,MAAO,OAAA;AAAA,QACL,QAAA,EAAUK,UAAM,QAAQ,CAAA;AAAA,QACxB,GAAK,EAAA,CAAA,EAAGA,SAAM,CAAA,CAAC,CAAK,IAAA,CAAA,CAAA,EAAA,CAAA;AAAA,QACpB,IAAM,EAAA,CAAA,EAAGA,SAAM,CAAA,CAAC,CAAK,IAAA,CAAA,CAAA,EAAA,CAAA;AAAA,QACrB,MAAA;AAAA,OACF,CAAA;AAAA,KACD,CAAA,CAAA;AAED,IAAM,MAAA,UAAA,GAAaL,aAAwB,MAAM;AAC/C,MAAA,IAAI,CAAC,KAAM,CAAA,SAAA;AAAW,QAAA,OAAO,EAAC,CAAA;AAE9B,MAAM,MAAA,EAAE,KAAU,EAAA,GAAAK,SAAA,CAAM,cAAc,CAAA,CAAA;AAEtC,MAAO,OAAA;AAAA,QACL,CAAC,CAAK,EAAA,EAAA,EAAA,CAAG,UAAU,KAA6B,CAAA,mBAAA,CAAA,GAAA,CAAA,EAAG,SAAgB,IAAA,GAAA,KAAA,CAAA,GAAA,KAAA,CAAA,CAAA,CAAA,EAAA,CAAA,IAAA,EAAA;AAAA,QACnE,CAAC,CAAK,EAAA,EAAA,EAAA,CAAG,UAAU,KAA6B,CAAA,mBAAA,CAAA,GAAA,CAAA,EAAG,SAAgB,IAAA,GAAA,KAAA,CAAA,GAAA,KAAA,CAAA,CAAA,CAAA,EAAA,CAAA,IAAA,EAAA;AAAA,OACrE,CAAA;AAAA,KACD,CAAA,CAAA;AAED,IAAM,MAAA,YAAA,GAAeL,aAAS,MAAM;AAAA,MAClC,EAAA,CAAG,EAAE,SAAS,CAAA;AAAA,MACd,EAAG,CAAA,EAAA,CAAG,MAAQ,EAAA,KAAA,CAAM,WAAW,MAAM,CAAA;AAAA,MACrC,EAAG,CAAA,EAAA,CAAGK,SAAM,CAAA,QAAQ,CAAC,CAAA;AAAA,MACrB,KAAM,CAAA,YAAA;AAAA,KACP,CAAA,CAAA;AAED,IAAMC,SAAA,CAAA,QAAA,EAAU,MAAM,MAAA,EAAQ,CAAA,CAAA;AAE9B,IAAAA,SAAA,CACE,MAAM,KAAM,CAAA,SAAA,EACZ,CAAC,GAAS,KAAA,SAAA,CAAU,QAAQ,GAC9B,CAAA,CAAA;AAEA,IAAAC,aAAA,CAAU,MAAM;AACd,MAAAD,SAAA,CACE,MAAM,KAAM,CAAA,SAAA,IAAa,UAAW,CAAA,KAAA,EACpC,CAAC,EAAO,KAAA;AACN,QAAA,YAAA,CAAa,QAAQ,EAAM,IAAA,KAAA,CAAA,CAAA;AAAA,OAE7B,EAAA;AAAA,QACE,SAAW,EAAA,IAAA;AAAA,OAEf,CAAA,CAAA;AAAA,KACD,CAAA,CAAA;AAED,IAAQE,WAAA,CAAAC,6BAAA,EAAqB,EAAE,QAAA,EAAU,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -9,7 +9,7 @@ export declare const tooltipV2Props: {
9
9
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
10
10
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
11
11
  readonly contentClass: StringConstructor;
12
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
12
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
13
13
  readonly reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
14
14
  readonly offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
15
15
  readonly strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -5,8 +5,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  require('../../../utils/index.js');
6
6
  var root = require('./root2.js');
7
7
  var trigger = require('./trigger.js');
8
- var arrow = require('./arrow.js');
9
- var content = require('./content2.js');
8
+ var arrow = require('./arrow2.js');
9
+ var content = require('./content.js');
10
10
  var runtime = require('../../../utils/vue/props/runtime.js');
11
11
 
12
12
  const tooltipV2Props = runtime.buildProps({
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
8
8
  readonly arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
9
9
  readonly effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
10
10
  readonly contentClass: StringConstructor;
11
- readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
11
+ readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
12
12
  readonly reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
13
13
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
14
14
  readonly strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -78,7 +78,7 @@ declare const _default: import("vue").DefineComponent<{
78
78
  readonly arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
79
79
  readonly effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
80
80
  readonly contentClass: StringConstructor;
81
- readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
81
+ readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
82
82
  readonly reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
83
83
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
84
84
  readonly strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -150,7 +150,7 @@ declare const _default: import("vue").DefineComponent<{
150
150
  readonly arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
151
151
  readonly effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
152
152
  readonly contentClass: StringConstructor;
153
- readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
153
+ readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
154
154
  readonly reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
155
155
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
156
156
  readonly strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -214,18 +214,18 @@ declare const _default: import("vue").DefineComponent<{
214
214
  }>>>;
215
215
  arrowProps: {
216
216
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
217
+ readonly effect?: string | undefined;
217
218
  readonly offset?: number | undefined;
218
219
  readonly height?: number | undefined;
219
220
  readonly width?: number | undefined;
220
- readonly effect?: string | undefined;
221
- readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
222
- readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
223
- readonly placement?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
221
+ readonly placement?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
224
222
  readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
223
+ readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
225
224
  readonly ariaLabel?: string | undefined;
226
225
  readonly teleported?: boolean | undefined;
227
226
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
228
227
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
228
+ readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
229
229
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
230
230
  readonly showArrow?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
231
231
  readonly contentClass?: string | undefined;
@@ -245,18 +245,18 @@ declare const _default: import("vue").DefineComponent<{
245
245
  };
246
246
  contentProps: {
247
247
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
248
+ readonly effect?: string | undefined;
248
249
  readonly offset?: number | undefined;
249
250
  readonly height?: number | undefined;
250
251
  readonly width?: number | undefined;
251
- readonly effect?: string | undefined;
252
- readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
253
- readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
254
- readonly placement?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
252
+ readonly placement?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
255
253
  readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
254
+ readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
256
255
  readonly ariaLabel?: string | undefined;
257
256
  readonly teleported?: boolean | undefined;
258
257
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
259
258
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
259
+ readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
260
260
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
261
261
  readonly showArrow?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
262
262
  readonly contentClass?: string | undefined;
@@ -276,18 +276,18 @@ declare const _default: import("vue").DefineComponent<{
276
276
  };
277
277
  rootProps: {
278
278
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
279
+ readonly effect?: string | undefined;
279
280
  readonly offset?: number | undefined;
280
281
  readonly height?: number | undefined;
281
282
  readonly width?: number | undefined;
282
- readonly effect?: string | undefined;
283
- readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
284
- readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
285
- readonly placement?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
283
+ readonly placement?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
286
284
  readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
285
+ readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
287
286
  readonly ariaLabel?: string | undefined;
288
287
  readonly teleported?: boolean | undefined;
289
288
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
290
289
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
290
+ readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
291
291
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
292
292
  readonly showArrow?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
293
293
  readonly contentClass?: string | undefined;
@@ -307,18 +307,18 @@ declare const _default: import("vue").DefineComponent<{
307
307
  };
308
308
  triggerProps: {
309
309
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
310
+ readonly effect?: string | undefined;
310
311
  readonly offset?: number | undefined;
311
312
  readonly height?: number | undefined;
312
313
  readonly width?: number | undefined;
313
- readonly effect?: string | undefined;
314
- readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
315
- readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
316
- readonly placement?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
314
+ readonly placement?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
317
315
  readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
316
+ readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
318
317
  readonly ariaLabel?: string | undefined;
319
318
  readonly teleported?: boolean | undefined;
320
319
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
321
320
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
321
+ readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
322
322
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
323
323
  readonly showArrow?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
324
324
  readonly contentClass?: string | undefined;
@@ -488,7 +488,7 @@ declare const _default: import("vue").DefineComponent<{
488
488
  arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
489
489
  effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
490
490
  contentClass: StringConstructor;
491
- placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
491
+ placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
492
492
  reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
493
493
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
494
494
  strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -500,7 +500,7 @@ declare const _default: import("vue").DefineComponent<{
500
500
  arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
501
501
  effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
502
502
  contentClass: StringConstructor;
503
- placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
503
+ placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
504
504
  reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
505
505
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
506
506
  strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -510,7 +510,7 @@ declare const _default: import("vue").DefineComponent<{
510
510
  }>>;
511
511
  triggerRef: import("vue").Ref<HTMLElement | null>;
512
512
  contentId: import("vue").Ref<string>;
513
- placement: import("vue").Ref<import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
513
+ placement: import("vue").Ref<import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
514
514
  strategy: import("vue").Ref<import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>>;
515
515
  arrowRef: import("vue").Ref<HTMLElement | null>;
516
516
  referenceRef: import("vue").Ref<HTMLElement | import("@floating-ui/dom").VirtualElement | undefined>;
@@ -542,14 +542,14 @@ declare const _default: import("vue").DefineComponent<{
542
542
  referenceHiddenOffsets?: {
543
543
  top: number;
544
544
  bottom: number;
545
- left: number;
546
545
  right: number;
546
+ left: number;
547
547
  } | undefined;
548
548
  escapedOffsets?: {
549
549
  top: number;
550
550
  bottom: number;
551
- left: number;
552
551
  right: number;
552
+ left: number;
553
553
  } | undefined;
554
554
  } | undefined;
555
555
  offset?: {
@@ -607,17 +607,17 @@ declare const _default: import("vue").DefineComponent<{
607
607
  arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
608
608
  effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
609
609
  contentClass: StringConstructor;
610
- placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
610
+ placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
611
611
  reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
612
612
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
613
613
  strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
614
614
  showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
615
615
  }>>, {
616
- offset: number;
617
616
  effect: string;
618
- nowrap: boolean;
619
- placement: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
617
+ offset: number;
618
+ placement: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
620
619
  strategy: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
620
+ nowrap: boolean;
621
621
  showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
622
622
  reference: import("../../../utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
623
623
  arrowPadding: number;
@@ -795,7 +795,7 @@ declare const _default: import("vue").DefineComponent<{
795
795
  readonly arrowPadding: import("../../../utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
796
796
  readonly effect: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
797
797
  readonly contentClass: StringConstructor;
798
- readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
798
+ readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
799
799
  readonly reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
800
800
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
801
801
  readonly strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -855,15 +855,15 @@ declare const _default: import("vue").DefineComponent<{
855
855
  __epPropKey: true;
856
856
  };
857
857
  }>>, {
858
+ readonly effect: string;
858
859
  readonly offset: number;
859
860
  readonly height: number;
860
861
  readonly width: number;
861
- readonly effect: string;
862
- readonly style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
863
- readonly open: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
864
- readonly placement: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
862
+ readonly placement: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
865
863
  readonly strategy: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
864
+ readonly style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
866
865
  readonly teleported: boolean;
866
+ readonly open: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
867
867
  readonly showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
868
868
  readonly to: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
869
869
  readonly reference: import("../../../utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
@@ -4,14 +4,14 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var vue = require('vue');
6
6
  var lodashUnified = require('lodash-unified');
7
- var arrow = require('./arrow.js');
8
- var content = require('./content2.js');
7
+ var arrow = require('./arrow2.js');
8
+ var content = require('./content.js');
9
9
  var root = require('./root2.js');
10
10
  var tooltip = require('./tooltip.js');
11
11
  var trigger = require('./trigger.js');
12
12
  var root$1 = require('./root.js');
13
- var arrow$1 = require('./arrow2.js');
14
- var content$1 = require('./content.js');
13
+ var arrow$1 = require('./arrow.js');
14
+ var content$1 = require('./content2.js');
15
15
  var trigger$1 = require('./trigger2.js');
16
16
  var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
17
17