beyond-webui 1.1.17 → 1.1.18

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 (824) hide show
  1. package/dist/index.css +1 -1
  2. package/es/components/affix/index.d.ts +2 -2
  3. package/es/components/affix/src/affix.vue.d.ts +2 -2
  4. package/es/components/alert/index.d.ts +2 -2
  5. package/es/components/alert/src/alert.vue.d.ts +2 -2
  6. package/es/components/autocomplete/index.d.ts +159 -159
  7. package/es/components/autocomplete/index.mjs +2 -2
  8. package/es/components/autocomplete/src/autocomplete.mjs +395 -92
  9. package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
  10. package/es/components/autocomplete/src/autocomplete.vue.d.ts +159 -159
  11. package/es/components/autocomplete/src/autocomplete2.mjs +92 -395
  12. package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
  13. package/es/components/avatar/index.mjs +2 -2
  14. package/es/components/avatar/src/avatar.mjs +67 -32
  15. package/es/components/avatar/src/avatar.mjs.map +1 -1
  16. package/es/components/avatar/src/avatar2.mjs +32 -67
  17. package/es/components/avatar/src/avatar2.mjs.map +1 -1
  18. package/es/components/backtop/index.d.ts +2 -2
  19. package/es/components/backtop/src/backtop.vue.d.ts +2 -2
  20. package/es/components/badge/index.d.ts +1 -1
  21. package/es/components/badge/src/badge.vue.d.ts +1 -1
  22. package/es/components/breadcrumb/index.mjs +2 -2
  23. package/es/components/breadcrumb/src/breadcrumb-item.mjs +11 -56
  24. package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
  25. package/es/components/breadcrumb/src/breadcrumb-item2.mjs +56 -11
  26. package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
  27. package/es/components/button/index.d.ts +16 -16
  28. package/es/components/button/index.mjs +1 -1
  29. package/es/components/button/src/button-group.d.ts +1 -1
  30. package/es/components/button/src/button-group.mjs +30 -6
  31. package/es/components/button/src/button-group.mjs.map +1 -1
  32. package/es/components/button/src/button-group.vue.d.ts +4 -4
  33. package/es/components/button/src/button-group2.mjs +6 -30
  34. package/es/components/button/src/button-group2.mjs.map +1 -1
  35. package/es/components/button/src/button.d.ts +1 -1
  36. package/es/components/button/src/button.vue.d.ts +8 -8
  37. package/es/components/button/src/use-button.d.ts +1 -1
  38. package/es/components/calendar/index.d.ts +16 -16
  39. package/es/components/calendar/src/calendar.vue.d.ts +16 -16
  40. package/es/components/calendar/src/calendar2.mjs +1 -1
  41. package/es/components/calendar/src/date-table.mjs +87 -33
  42. package/es/components/calendar/src/date-table.mjs.map +1 -1
  43. package/es/components/calendar/src/date-table2.mjs +33 -87
  44. package/es/components/calendar/src/date-table2.mjs.map +1 -1
  45. package/es/components/calendar/src/use-date-table.mjs +1 -1
  46. package/es/components/card/index.mjs +2 -2
  47. package/es/components/card/src/card.mjs +35 -16
  48. package/es/components/card/src/card.mjs.map +1 -1
  49. package/es/components/card/src/card2.mjs +16 -35
  50. package/es/components/card/src/card2.mjs.map +1 -1
  51. package/es/components/carousel/index.d.ts +3 -3
  52. package/es/components/carousel/src/carousel-item.vue.d.ts +1 -1
  53. package/es/components/carousel/src/carousel.vue.d.ts +1 -1
  54. package/es/components/cascader/index.d.ts +340 -340
  55. package/es/components/cascader/index.mjs +2 -2
  56. package/es/components/cascader/src/cascader.mjs +61 -619
  57. package/es/components/cascader/src/cascader.mjs.map +1 -1
  58. package/es/components/cascader/src/cascader.vue.d.ts +170 -170
  59. package/es/components/cascader/src/cascader2.mjs +619 -61
  60. package/es/components/cascader/src/cascader2.mjs.map +1 -1
  61. package/es/components/cascader-panel/index.d.ts +6 -6
  62. package/es/components/cascader-panel/src/index.vue.d.ts +3 -3
  63. package/es/components/check-tag/index.mjs +2 -2
  64. package/es/components/check-tag/src/check-tag.mjs +12 -30
  65. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  66. package/es/components/check-tag/src/check-tag2.mjs +30 -12
  67. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  68. package/es/components/checkbox/index.d.ts +21 -21
  69. package/es/components/checkbox/index.mjs +2 -2
  70. package/es/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
  71. package/es/components/checkbox/src/checkbox-group.mjs +72 -28
  72. package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
  73. package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
  74. package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
  75. package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
  76. package/es/components/checkbox/src/checkbox.vue.d.ts +5 -5
  77. package/es/components/col/index.d.ts +1 -1
  78. package/es/components/col/src/col.vue.d.ts +1 -1
  79. package/es/components/collapse/index.d.ts +4 -4
  80. package/es/components/collapse/index.mjs +2 -2
  81. package/es/components/collapse/src/collapse-item.mjs +96 -14
  82. package/es/components/collapse/src/collapse-item.mjs.map +1 -1
  83. package/es/components/collapse/src/collapse-item.vue.d.ts +1 -1
  84. package/es/components/collapse/src/collapse-item2.mjs +14 -96
  85. package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
  86. package/es/components/collapse/src/collapse.vue.d.ts +2 -2
  87. package/es/components/collection/index.mjs +1 -1
  88. package/es/components/collection/src/collection.mjs +10 -62
  89. package/es/components/collection/src/collection.mjs.map +1 -1
  90. package/es/components/collection/src/collection2.mjs +62 -10
  91. package/es/components/collection/src/collection2.mjs.map +1 -1
  92. package/es/components/color-picker/index.d.ts +150 -150
  93. package/es/components/color-picker/index.mjs +2 -2
  94. package/es/components/color-picker/src/color-picker.mjs +38 -321
  95. package/es/components/color-picker/src/color-picker.mjs.map +1 -1
  96. package/es/components/color-picker/src/color-picker.vue.d.ts +150 -150
  97. package/es/components/color-picker/src/color-picker2.mjs +321 -38
  98. package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
  99. package/es/components/color-picker/src/components/predefine.mjs +1 -1
  100. package/es/components/date-picker/index.d.ts +8 -8
  101. package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
  102. package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  103. package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  104. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +52 -52
  105. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +50 -50
  106. package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  107. package/es/components/date-picker/src/date-picker.d.ts +4 -4
  108. package/es/components/date-picker/src/panel-utils.d.ts +109 -109
  109. package/es/components/descriptions/index.d.ts +6 -6
  110. package/es/components/descriptions/src/description-item.d.ts +2 -2
  111. package/es/components/descriptions/src/description.vue.d.ts +2 -2
  112. package/es/components/dialog/index.d.ts +4 -4
  113. package/es/components/dialog/src/dialog-content.mjs +37 -95
  114. package/es/components/dialog/src/dialog-content.mjs.map +1 -1
  115. package/es/components/dialog/src/dialog-content2.mjs +95 -37
  116. package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
  117. package/es/components/dialog/src/dialog.mjs +1 -1
  118. package/es/components/dialog/src/dialog.vue.d.ts +4 -4
  119. package/es/components/dialog/src/dialog2.mjs +1 -1
  120. package/es/components/divider/index.d.ts +4 -4
  121. package/es/components/divider/src/divider.d.ts +1 -1
  122. package/es/components/divider/src/divider.vue.d.ts +4 -4
  123. package/es/components/drawer/index.d.ts +5 -5
  124. package/es/components/drawer/src/drawer.vue.d.ts +5 -5
  125. package/es/components/dropdown/index.d.ts +92 -92
  126. package/es/components/dropdown/index.mjs +2 -2
  127. package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
  128. package/es/components/dropdown/src/dropdown-item.mjs +1 -1
  129. package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  130. package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
  131. package/es/components/dropdown/src/dropdown.d.ts +1 -1
  132. package/es/components/dropdown/src/dropdown.mjs +97 -307
  133. package/es/components/dropdown/src/dropdown.mjs.map +1 -1
  134. package/es/components/dropdown/src/dropdown.vue.d.ts +90 -90
  135. package/es/components/dropdown/src/dropdown2.mjs +307 -97
  136. package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
  137. package/es/components/form/index.mjs +2 -2
  138. package/es/components/form/src/form.mjs +55 -152
  139. package/es/components/form/src/form.mjs.map +1 -1
  140. package/es/components/form/src/form2.mjs +152 -55
  141. package/es/components/form/src/form2.mjs.map +1 -1
  142. package/es/components/icon/index.mjs +2 -2
  143. package/es/components/icon/src/icon.mjs +36 -8
  144. package/es/components/icon/src/icon.mjs.map +1 -1
  145. package/es/components/icon/src/icon2.mjs +8 -36
  146. package/es/components/icon/src/icon2.mjs.map +1 -1
  147. package/es/components/image/index.d.ts +6 -6
  148. package/es/components/image/src/image.d.ts +1 -1
  149. package/es/components/image/src/image.vue.d.ts +6 -6
  150. package/es/components/image-viewer/index.mjs +2 -2
  151. package/es/components/image-viewer/src/image-viewer.mjs +39 -396
  152. package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
  153. package/es/components/image-viewer/src/image-viewer2.mjs +396 -39
  154. package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
  155. package/es/components/index.mjs +32 -32
  156. package/es/components/input/index.d.ts +6 -6
  157. package/es/components/input/index.mjs +2 -2
  158. package/es/components/input/src/input.mjs +552 -135
  159. package/es/components/input/src/input.mjs.map +1 -1
  160. package/es/components/input/src/input.vue.d.ts +6 -6
  161. package/es/components/input/src/input2.mjs +135 -552
  162. package/es/components/input/src/input2.mjs.map +1 -1
  163. package/es/components/input-number/index.d.ts +24 -24
  164. package/es/components/input-number/src/input-number.vue.d.ts +24 -24
  165. package/es/components/loading/index.d.ts +1 -1
  166. package/es/components/menu/index.d.ts +5 -5
  167. package/es/components/menu/index.mjs +2 -2
  168. package/es/components/menu/src/menu-item.mjs +14 -97
  169. package/es/components/menu/src/menu-item.mjs.map +1 -1
  170. package/es/components/menu/src/menu-item.vue.d.ts +1 -1
  171. package/es/components/menu/src/menu-item2.mjs +97 -14
  172. package/es/components/menu/src/menu-item2.mjs.map +1 -1
  173. package/es/components/menu/src/menu.d.ts +1 -1
  174. package/es/components/menu/src/sub-menu.d.ts +1 -1
  175. package/es/components/message/src/message.vue.d.ts +5 -5
  176. package/es/components/notification/src/notification.vue.d.ts +4 -4
  177. package/es/components/page-header/index.d.ts +5 -5
  178. package/es/components/page-header/index.mjs +2 -2
  179. package/es/components/page-header/src/page-header.mjs +17 -103
  180. package/es/components/page-header/src/page-header.mjs.map +1 -1
  181. package/es/components/page-header/src/page-header.vue.d.ts +5 -5
  182. package/es/components/page-header/src/page-header2.mjs +103 -17
  183. package/es/components/page-header/src/page-header2.mjs.map +1 -1
  184. package/es/components/pagination/index.d.ts +2 -2
  185. package/es/components/pagination/src/components/jumper.mjs +9 -60
  186. package/es/components/pagination/src/components/jumper.mjs.map +1 -1
  187. package/es/components/pagination/src/components/jumper.vue.d.ts +6 -6
  188. package/es/components/pagination/src/components/jumper2.mjs +60 -9
  189. package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
  190. package/es/components/pagination/src/components/next.mjs +58 -19
  191. package/es/components/pagination/src/components/next.mjs.map +1 -1
  192. package/es/components/pagination/src/components/next.vue.d.ts +1 -1
  193. package/es/components/pagination/src/components/next2.mjs +19 -58
  194. package/es/components/pagination/src/components/next2.mjs.map +1 -1
  195. package/es/components/pagination/src/components/pager.vue.d.ts +1 -1
  196. package/es/components/pagination/src/components/prev.vue.d.ts +1 -1
  197. package/es/components/pagination/src/components/sizes.vue.d.ts +91 -91
  198. package/es/components/pagination/src/pagination.d.ts +2 -2
  199. package/es/components/pagination/src/pagination.mjs +2 -2
  200. package/es/components/popconfirm/index.d.ts +149 -149
  201. package/es/components/popconfirm/src/popconfirm.d.ts +2 -2
  202. package/es/components/popconfirm/src/popconfirm.vue.d.ts +149 -149
  203. package/es/components/popover/index.d.ts +147 -147
  204. package/es/components/popover/src/popover.mjs +1 -1
  205. package/es/components/popover/src/popover.vue.d.ts +147 -147
  206. package/es/components/popper/index.d.ts +5 -5
  207. package/es/components/popper/index.mjs +4 -4
  208. package/es/components/popper/src/composables/use-content.d.ts +6 -6
  209. package/es/components/popper/src/content.d.ts +4 -4
  210. package/es/components/popper/src/content.mjs +137 -94
  211. package/es/components/popper/src/content.mjs.map +1 -1
  212. package/es/components/popper/src/content.vue.d.ts +5 -5
  213. package/es/components/popper/src/content2.mjs +94 -137
  214. package/es/components/popper/src/content2.mjs.map +1 -1
  215. package/es/components/popper/src/popper.d.ts +2 -2
  216. package/es/components/popper/src/popper.vue.d.ts +5 -5
  217. package/es/components/popper/src/trigger.mjs +119 -31
  218. package/es/components/popper/src/trigger.mjs.map +1 -1
  219. package/es/components/popper/src/trigger.vue.d.ts +1 -1
  220. package/es/components/popper/src/trigger2.mjs +31 -119
  221. package/es/components/popper/src/trigger2.mjs.map +1 -1
  222. package/es/components/popper/src/utils.d.ts +2 -2
  223. package/es/components/radio/index.d.ts +17 -17
  224. package/es/components/radio/index.mjs +4 -4
  225. package/es/components/radio/src/radio-button.mjs +64 -9
  226. package/es/components/radio/src/radio-button.mjs.map +1 -1
  227. package/es/components/radio/src/radio-button.vue.d.ts +2 -2
  228. package/es/components/radio/src/radio-button2.mjs +9 -64
  229. package/es/components/radio/src/radio-button2.mjs.map +1 -1
  230. package/es/components/radio/src/radio-group.mjs +1 -1
  231. package/es/components/radio/src/radio-group.vue.d.ts +4 -4
  232. package/es/components/radio/src/radio.mjs +71 -30
  233. package/es/components/radio/src/radio.mjs.map +1 -1
  234. package/es/components/radio/src/radio.vue.d.ts +5 -5
  235. package/es/components/radio/src/radio2.mjs +30 -71
  236. package/es/components/radio/src/radio2.mjs.map +1 -1
  237. package/es/components/rate/index.d.ts +3 -3
  238. package/es/components/rate/index.mjs +2 -2
  239. package/es/components/rate/src/rate.mjs +255 -87
  240. package/es/components/rate/src/rate.mjs.map +1 -1
  241. package/es/components/rate/src/rate.vue.d.ts +3 -3
  242. package/es/components/rate/src/rate2.mjs +87 -255
  243. package/es/components/rate/src/rate2.mjs.map +1 -1
  244. package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  245. package/es/components/roving-focus-group/src/roving-focus-group.mjs +1 -1
  246. package/es/components/row/index.d.ts +4 -4
  247. package/es/components/row/src/row.d.ts +1 -1
  248. package/es/components/row/src/row.vue.d.ts +4 -4
  249. package/es/components/scrollbar/index.d.ts +1 -1
  250. package/es/components/scrollbar/index.mjs +1 -1
  251. package/es/components/scrollbar/src/bar.mjs +42 -17
  252. package/es/components/scrollbar/src/bar.mjs.map +1 -1
  253. package/es/components/scrollbar/src/bar2.mjs +17 -42
  254. package/es/components/scrollbar/src/bar2.mjs.map +1 -1
  255. package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  256. package/es/components/scrollbar/src/scrollbar2.mjs +1 -1
  257. package/es/components/scrollbar/src/thumb.mjs +130 -11
  258. package/es/components/scrollbar/src/thumb.mjs.map +1 -1
  259. package/es/components/scrollbar/src/thumb2.mjs +11 -130
  260. package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
  261. package/es/components/select/index.d.ts +91 -91
  262. package/es/components/select/src/select.vue.d.ts +91 -91
  263. package/es/components/select/src/useSelect.d.ts +85 -85
  264. package/es/components/select-v2/index.d.ts +180 -180
  265. package/es/components/select-v2/src/select.vue.d.ts +90 -90
  266. package/es/components/select-v2/src/useSelect.d.ts +85 -85
  267. package/es/components/skeleton/index.d.ts +9 -9
  268. package/es/components/skeleton/index.mjs +2 -2
  269. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  270. package/es/components/skeleton/src/skeleton-item.mjs +23 -18
  271. package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
  272. package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  273. package/es/components/skeleton/src/skeleton-item2.mjs +18 -23
  274. package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
  275. package/es/components/skeleton/src/skeleton.mjs +1 -1
  276. package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
  277. package/es/components/slider/index.d.ts +251 -251
  278. package/es/components/slider/src/button.vue.d.ts +44 -44
  279. package/es/components/slider/src/composables/use-slide.d.ts +178 -178
  280. package/es/components/slider/src/slider.vue.d.ts +251 -251
  281. package/es/components/space/index.d.ts +3 -3
  282. package/es/components/space/src/space.d.ts +3 -3
  283. package/es/components/statistic/index.mjs +2 -2
  284. package/es/components/statistic/src/statistic.mjs +70 -25
  285. package/es/components/statistic/src/statistic.mjs.map +1 -1
  286. package/es/components/statistic/src/statistic2.mjs +25 -70
  287. package/es/components/statistic/src/statistic2.mjs.map +1 -1
  288. package/es/components/steps/index.d.ts +3 -3
  289. package/es/components/steps/src/item.vue.d.ts +1 -1
  290. package/es/components/steps/src/steps.vue.d.ts +1 -1
  291. package/es/components/switch/index.d.ts +6 -6
  292. package/es/components/switch/src/switch.vue.d.ts +6 -6
  293. package/es/components/table/index.d.ts +16 -16
  294. package/es/components/table/src/filter-panel.vue.d.ts +85 -85
  295. package/es/components/table/src/table/defaults.d.ts +2 -2
  296. package/es/components/table/src/table/style-helper.d.ts +1 -1
  297. package/es/components/table/src/table-body/defaults.d.ts +1 -1
  298. package/es/components/table/src/table-body/index.d.ts +2 -2
  299. package/es/components/table/src/table-column/defaults.d.ts +1 -1
  300. package/es/components/table/src/table-column/index.d.ts +3 -3
  301. package/es/components/table/src/table.vue.d.ts +10 -10
  302. package/es/components/table/src/util.d.ts +9 -9
  303. package/es/components/tabs/index.d.ts +17 -17
  304. package/es/components/tabs/index.mjs +2 -2
  305. package/es/components/tabs/src/tab-bar.d.ts +8 -8
  306. package/es/components/tabs/src/tab-bar.vue.d.ts +26 -26
  307. package/es/components/tabs/src/tab-nav.d.ts +30 -30
  308. package/es/components/tabs/src/tab-pane.mjs +72 -13
  309. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  310. package/es/components/tabs/src/tab-pane.vue.d.ts +5 -5
  311. package/es/components/tabs/src/tab-pane2.mjs +13 -72
  312. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  313. package/es/components/tabs/src/tabs.d.ts +8 -8
  314. package/es/components/tag/index.d.ts +2 -2
  315. package/es/components/tag/src/tag.vue.d.ts +2 -2
  316. package/es/components/text/index.mjs +2 -2
  317. package/es/components/text/src/text.mjs +22 -35
  318. package/es/components/text/src/text.mjs.map +1 -1
  319. package/es/components/text/src/text2.mjs +35 -22
  320. package/es/components/text/src/text2.mjs.map +1 -1
  321. package/es/components/time-picker/index.d.ts +8 -8
  322. package/es/components/time-picker/src/common/picker.vue.d.ts +140 -140
  323. package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  324. package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  325. package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
  326. package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
  327. package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
  328. package/es/components/time-picker/src/time-picker.d.ts +4 -4
  329. package/es/components/time-select/index.d.ts +374 -374
  330. package/es/components/time-select/index.mjs +1 -1
  331. package/es/components/time-select/src/time-select.mjs +118 -48
  332. package/es/components/time-select/src/time-select.mjs.map +1 -1
  333. package/es/components/time-select/src/time-select.vue.d.ts +187 -187
  334. package/es/components/time-select/src/time-select2.mjs +48 -118
  335. package/es/components/time-select/src/time-select2.mjs.map +1 -1
  336. package/es/components/timeline/index.d.ts +6 -6
  337. package/es/components/timeline/src/timeline-item.vue.d.ts +3 -3
  338. package/es/components/tooltip/index.d.ts +43 -43
  339. package/es/components/tooltip/src/content.d.ts +1 -1
  340. package/es/components/tooltip/src/content.mjs +1 -1
  341. package/es/components/tooltip/src/content.vue.d.ts +13 -13
  342. package/es/components/tooltip/src/content2.mjs +1 -1
  343. package/es/components/tooltip/src/tooltip.d.ts +2 -2
  344. package/es/components/tooltip/src/tooltip.vue.d.ts +43 -43
  345. package/es/components/tooltip/src/trigger.mjs +1 -1
  346. package/es/components/tooltip/src/trigger.vue.d.ts +3 -3
  347. package/es/components/tooltip/src/trigger2.mjs +1 -1
  348. package/es/components/tooltip-v2/index.d.ts +63 -63
  349. package/es/components/tooltip-v2/index.mjs +1 -1
  350. package/es/components/tooltip-v2/src/arrow.vue.d.ts +2 -2
  351. package/es/components/tooltip-v2/src/content.d.ts +2 -2
  352. package/es/components/tooltip-v2/src/content.mjs +112 -50
  353. package/es/components/tooltip-v2/src/content.mjs.map +1 -1
  354. package/es/components/tooltip-v2/src/content.vue.d.ts +13 -13
  355. package/es/components/tooltip-v2/src/content2.mjs +50 -112
  356. package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
  357. package/es/components/tooltip-v2/src/tooltip.d.ts +2 -2
  358. package/es/components/tooltip-v2/src/tooltip.mjs +1 -1
  359. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +63 -63
  360. package/es/components/tooltip-v2/src/tooltip2.mjs +2 -2
  361. package/es/components/transfer/index.d.ts +129 -129
  362. package/es/components/transfer/index.mjs +2 -2
  363. package/es/components/transfer/src/composables/use-check.mjs +1 -1
  364. package/es/components/transfer/src/composables/use-checked-change.mjs +1 -1
  365. package/es/components/transfer/src/transfer-panel.mjs +128 -19
  366. package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
  367. package/es/components/transfer/src/transfer-panel.vue.d.ts +22 -22
  368. package/es/components/transfer/src/transfer-panel2.mjs +19 -128
  369. package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
  370. package/es/components/transfer/src/transfer.mjs +69 -160
  371. package/es/components/transfer/src/transfer.mjs.map +1 -1
  372. package/es/components/transfer/src/transfer.vue.d.ts +129 -129
  373. package/es/components/transfer/src/transfer2.mjs +160 -69
  374. package/es/components/transfer/src/transfer2.mjs.map +1 -1
  375. package/es/components/tree/index.d.ts +2 -2
  376. package/es/components/tree/src/tree.vue.d.ts +1 -1
  377. package/es/components/tree-v2/index.d.ts +16 -16
  378. package/es/components/tree-v2/src/tree-node.vue.d.ts +13 -13
  379. package/es/components/tree-v2/src/tree.vue.d.ts +16 -16
  380. package/es/components/upload/index.d.ts +28 -28
  381. package/es/components/upload/index.mjs +4 -4
  382. package/es/components/upload/src/upload-content.d.ts +1 -1
  383. package/es/components/upload/src/upload-content.mjs +33 -173
  384. package/es/components/upload/src/upload-content.mjs.map +1 -1
  385. package/es/components/upload/src/upload-content.vue.d.ts +6 -6
  386. package/es/components/upload/src/upload-content2.mjs +173 -33
  387. package/es/components/upload/src/upload-content2.mjs.map +1 -1
  388. package/es/components/upload/src/upload-list.d.ts +1 -1
  389. package/es/components/upload/src/upload-list.mjs +173 -26
  390. package/es/components/upload/src/upload-list.mjs.map +1 -1
  391. package/es/components/upload/src/upload-list.vue.d.ts +3 -3
  392. package/es/components/upload/src/upload-list2.mjs +26 -173
  393. package/es/components/upload/src/upload-list2.mjs.map +1 -1
  394. package/es/components/upload/src/upload.d.ts +2 -2
  395. package/es/components/upload/src/upload.mjs +105 -119
  396. package/es/components/upload/src/upload.mjs.map +1 -1
  397. package/es/components/upload/src/upload.vue.d.ts +28 -28
  398. package/es/components/upload/src/upload2.mjs +119 -105
  399. package/es/components/upload/src/upload2.mjs.map +1 -1
  400. package/es/components/upload/src/use-handlers.mjs +1 -1
  401. package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  402. package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
  403. package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  404. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  405. package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  406. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  407. package/es/hooks/use-floating/index.d.ts +2 -2
  408. package/es/hooks/use-popper/index.d.ts +6 -6
  409. package/es/index.mjs +32 -32
  410. package/es/utils/vue/vnode.d.ts +6 -6
  411. package/lib/components/affix/index.d.ts +2 -2
  412. package/lib/components/affix/src/affix.vue.d.ts +2 -2
  413. package/lib/components/alert/index.d.ts +2 -2
  414. package/lib/components/alert/src/alert.vue.d.ts +2 -2
  415. package/lib/components/autocomplete/index.d.ts +159 -159
  416. package/lib/components/autocomplete/index.js +2 -2
  417. package/lib/components/autocomplete/src/autocomplete.js +394 -92
  418. package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
  419. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +159 -159
  420. package/lib/components/autocomplete/src/autocomplete2.js +92 -394
  421. package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
  422. package/lib/components/avatar/index.js +2 -2
  423. package/lib/components/avatar/src/avatar.js +67 -33
  424. package/lib/components/avatar/src/avatar.js.map +1 -1
  425. package/lib/components/avatar/src/avatar2.js +33 -67
  426. package/lib/components/avatar/src/avatar2.js.map +1 -1
  427. package/lib/components/backtop/index.d.ts +2 -2
  428. package/lib/components/backtop/src/backtop.vue.d.ts +2 -2
  429. package/lib/components/badge/index.d.ts +1 -1
  430. package/lib/components/badge/src/badge.vue.d.ts +1 -1
  431. package/lib/components/breadcrumb/index.js +2 -2
  432. package/lib/components/breadcrumb/src/breadcrumb-item.js +11 -56
  433. package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
  434. package/lib/components/breadcrumb/src/breadcrumb-item2.js +56 -11
  435. package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
  436. package/lib/components/button/index.d.ts +16 -16
  437. package/lib/components/button/index.js +1 -1
  438. package/lib/components/button/src/button-group.d.ts +1 -1
  439. package/lib/components/button/src/button-group.js +30 -6
  440. package/lib/components/button/src/button-group.js.map +1 -1
  441. package/lib/components/button/src/button-group.vue.d.ts +4 -4
  442. package/lib/components/button/src/button-group2.js +6 -30
  443. package/lib/components/button/src/button-group2.js.map +1 -1
  444. package/lib/components/button/src/button.d.ts +1 -1
  445. package/lib/components/button/src/button.vue.d.ts +8 -8
  446. package/lib/components/button/src/use-button.d.ts +1 -1
  447. package/lib/components/calendar/index.d.ts +16 -16
  448. package/lib/components/calendar/src/calendar.vue.d.ts +16 -16
  449. package/lib/components/calendar/src/calendar2.js +1 -1
  450. package/lib/components/calendar/src/date-table.js +87 -37
  451. package/lib/components/calendar/src/date-table.js.map +1 -1
  452. package/lib/components/calendar/src/date-table2.js +37 -87
  453. package/lib/components/calendar/src/date-table2.js.map +1 -1
  454. package/lib/components/calendar/src/use-date-table.js +1 -1
  455. package/lib/components/card/index.js +2 -2
  456. package/lib/components/card/src/card.js +35 -16
  457. package/lib/components/card/src/card.js.map +1 -1
  458. package/lib/components/card/src/card2.js +16 -35
  459. package/lib/components/card/src/card2.js.map +1 -1
  460. package/lib/components/carousel/index.d.ts +3 -3
  461. package/lib/components/carousel/src/carousel-item.vue.d.ts +1 -1
  462. package/lib/components/carousel/src/carousel.vue.d.ts +1 -1
  463. package/lib/components/cascader/index.d.ts +340 -340
  464. package/lib/components/cascader/index.js +2 -2
  465. package/lib/components/cascader/src/cascader.js +62 -619
  466. package/lib/components/cascader/src/cascader.js.map +1 -1
  467. package/lib/components/cascader/src/cascader.vue.d.ts +170 -170
  468. package/lib/components/cascader/src/cascader2.js +619 -62
  469. package/lib/components/cascader/src/cascader2.js.map +1 -1
  470. package/lib/components/cascader-panel/index.d.ts +6 -6
  471. package/lib/components/cascader-panel/src/index.vue.d.ts +3 -3
  472. package/lib/components/check-tag/index.js +2 -2
  473. package/lib/components/check-tag/src/check-tag.js +13 -30
  474. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  475. package/lib/components/check-tag/src/check-tag2.js +30 -13
  476. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  477. package/lib/components/checkbox/index.d.ts +21 -21
  478. package/lib/components/checkbox/index.js +2 -2
  479. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
  480. package/lib/components/checkbox/src/checkbox-group.js +72 -29
  481. package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
  482. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
  483. package/lib/components/checkbox/src/checkbox-group2.js +29 -72
  484. package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
  485. package/lib/components/checkbox/src/checkbox.vue.d.ts +5 -5
  486. package/lib/components/col/index.d.ts +1 -1
  487. package/lib/components/col/src/col.vue.d.ts +1 -1
  488. package/lib/components/collapse/index.d.ts +4 -4
  489. package/lib/components/collapse/index.js +2 -2
  490. package/lib/components/collapse/src/collapse-item.js +96 -14
  491. package/lib/components/collapse/src/collapse-item.js.map +1 -1
  492. package/lib/components/collapse/src/collapse-item.vue.d.ts +1 -1
  493. package/lib/components/collapse/src/collapse-item2.js +14 -96
  494. package/lib/components/collapse/src/collapse-item2.js.map +1 -1
  495. package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
  496. package/lib/components/collection/index.js +1 -1
  497. package/lib/components/collection/src/collection.js +9 -62
  498. package/lib/components/collection/src/collection.js.map +1 -1
  499. package/lib/components/collection/src/collection2.js +62 -9
  500. package/lib/components/collection/src/collection2.js.map +1 -1
  501. package/lib/components/color-picker/index.d.ts +150 -150
  502. package/lib/components/color-picker/index.js +2 -2
  503. package/lib/components/color-picker/src/color-picker.js +38 -319
  504. package/lib/components/color-picker/src/color-picker.js.map +1 -1
  505. package/lib/components/color-picker/src/color-picker.vue.d.ts +150 -150
  506. package/lib/components/color-picker/src/color-picker2.js +319 -38
  507. package/lib/components/color-picker/src/color-picker2.js.map +1 -1
  508. package/lib/components/color-picker/src/components/predefine.js +1 -1
  509. package/lib/components/date-picker/index.d.ts +8 -8
  510. package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
  511. package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  512. package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  513. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +52 -52
  514. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +50 -50
  515. package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  516. package/lib/components/date-picker/src/date-picker.d.ts +4 -4
  517. package/lib/components/date-picker/src/panel-utils.d.ts +109 -109
  518. package/lib/components/descriptions/index.d.ts +6 -6
  519. package/lib/components/descriptions/src/description-item.d.ts +2 -2
  520. package/lib/components/descriptions/src/description.vue.d.ts +2 -2
  521. package/lib/components/dialog/index.d.ts +4 -4
  522. package/lib/components/dialog/src/dialog-content.js +37 -94
  523. package/lib/components/dialog/src/dialog-content.js.map +1 -1
  524. package/lib/components/dialog/src/dialog-content2.js +94 -37
  525. package/lib/components/dialog/src/dialog-content2.js.map +1 -1
  526. package/lib/components/dialog/src/dialog.js +1 -1
  527. package/lib/components/dialog/src/dialog.vue.d.ts +4 -4
  528. package/lib/components/dialog/src/dialog2.js +1 -1
  529. package/lib/components/divider/index.d.ts +4 -4
  530. package/lib/components/divider/src/divider.d.ts +1 -1
  531. package/lib/components/divider/src/divider.vue.d.ts +4 -4
  532. package/lib/components/drawer/index.d.ts +5 -5
  533. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  534. package/lib/components/dropdown/index.d.ts +92 -92
  535. package/lib/components/dropdown/index.js +2 -2
  536. package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
  537. package/lib/components/dropdown/src/dropdown-item.js +1 -1
  538. package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  539. package/lib/components/dropdown/src/dropdown-menu.js +1 -1
  540. package/lib/components/dropdown/src/dropdown.d.ts +1 -1
  541. package/lib/components/dropdown/src/dropdown.js +106 -307
  542. package/lib/components/dropdown/src/dropdown.js.map +1 -1
  543. package/lib/components/dropdown/src/dropdown.vue.d.ts +90 -90
  544. package/lib/components/dropdown/src/dropdown2.js +307 -106
  545. package/lib/components/dropdown/src/dropdown2.js.map +1 -1
  546. package/lib/components/form/index.js +2 -2
  547. package/lib/components/form/src/form.js +55 -151
  548. package/lib/components/form/src/form.js.map +1 -1
  549. package/lib/components/form/src/form2.js +151 -55
  550. package/lib/components/form/src/form2.js.map +1 -1
  551. package/lib/components/icon/index.js +2 -2
  552. package/lib/components/icon/src/icon.js +36 -8
  553. package/lib/components/icon/src/icon.js.map +1 -1
  554. package/lib/components/icon/src/icon2.js +8 -36
  555. package/lib/components/icon/src/icon2.js.map +1 -1
  556. package/lib/components/image/index.d.ts +6 -6
  557. package/lib/components/image/src/image.d.ts +1 -1
  558. package/lib/components/image/src/image.vue.d.ts +6 -6
  559. package/lib/components/image-viewer/index.js +2 -2
  560. package/lib/components/image-viewer/src/image-viewer.js +40 -396
  561. package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
  562. package/lib/components/image-viewer/src/image-viewer2.js +396 -40
  563. package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
  564. package/lib/components/index.js +32 -32
  565. package/lib/components/input/index.d.ts +6 -6
  566. package/lib/components/input/index.js +2 -2
  567. package/lib/components/input/src/input.js +551 -135
  568. package/lib/components/input/src/input.js.map +1 -1
  569. package/lib/components/input/src/input.vue.d.ts +6 -6
  570. package/lib/components/input/src/input2.js +135 -551
  571. package/lib/components/input/src/input2.js.map +1 -1
  572. package/lib/components/input-number/index.d.ts +24 -24
  573. package/lib/components/input-number/src/input-number.vue.d.ts +24 -24
  574. package/lib/components/loading/index.d.ts +1 -1
  575. package/lib/components/menu/index.d.ts +5 -5
  576. package/lib/components/menu/index.js +2 -2
  577. package/lib/components/menu/src/menu-item.js +15 -97
  578. package/lib/components/menu/src/menu-item.js.map +1 -1
  579. package/lib/components/menu/src/menu-item.vue.d.ts +1 -1
  580. package/lib/components/menu/src/menu-item2.js +97 -15
  581. package/lib/components/menu/src/menu-item2.js.map +1 -1
  582. package/lib/components/menu/src/menu.d.ts +1 -1
  583. package/lib/components/menu/src/sub-menu.d.ts +1 -1
  584. package/lib/components/message/src/message.vue.d.ts +5 -5
  585. package/lib/components/notification/src/notification.vue.d.ts +4 -4
  586. package/lib/components/page-header/index.d.ts +5 -5
  587. package/lib/components/page-header/index.js +2 -2
  588. package/lib/components/page-header/src/page-header.js +18 -103
  589. package/lib/components/page-header/src/page-header.js.map +1 -1
  590. package/lib/components/page-header/src/page-header.vue.d.ts +5 -5
  591. package/lib/components/page-header/src/page-header2.js +103 -18
  592. package/lib/components/page-header/src/page-header2.js.map +1 -1
  593. package/lib/components/pagination/index.d.ts +2 -2
  594. package/lib/components/pagination/src/components/jumper.js +9 -60
  595. package/lib/components/pagination/src/components/jumper.js.map +1 -1
  596. package/lib/components/pagination/src/components/jumper.vue.d.ts +6 -6
  597. package/lib/components/pagination/src/components/jumper2.js +60 -9
  598. package/lib/components/pagination/src/components/jumper2.js.map +1 -1
  599. package/lib/components/pagination/src/components/next.js +58 -19
  600. package/lib/components/pagination/src/components/next.js.map +1 -1
  601. package/lib/components/pagination/src/components/next.vue.d.ts +1 -1
  602. package/lib/components/pagination/src/components/next2.js +19 -58
  603. package/lib/components/pagination/src/components/next2.js.map +1 -1
  604. package/lib/components/pagination/src/components/pager.vue.d.ts +1 -1
  605. package/lib/components/pagination/src/components/prev.vue.d.ts +1 -1
  606. package/lib/components/pagination/src/components/sizes.vue.d.ts +91 -91
  607. package/lib/components/pagination/src/pagination.d.ts +2 -2
  608. package/lib/components/pagination/src/pagination.js +2 -2
  609. package/lib/components/popconfirm/index.d.ts +149 -149
  610. package/lib/components/popconfirm/src/popconfirm.d.ts +2 -2
  611. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +149 -149
  612. package/lib/components/popover/index.d.ts +147 -147
  613. package/lib/components/popover/src/popover.js +1 -1
  614. package/lib/components/popover/src/popover.vue.d.ts +147 -147
  615. package/lib/components/popper/index.d.ts +5 -5
  616. package/lib/components/popper/index.js +4 -4
  617. package/lib/components/popper/src/composables/use-content.d.ts +6 -6
  618. package/lib/components/popper/src/content.d.ts +4 -4
  619. package/lib/components/popper/src/content.js +137 -99
  620. package/lib/components/popper/src/content.js.map +1 -1
  621. package/lib/components/popper/src/content.vue.d.ts +5 -5
  622. package/lib/components/popper/src/content2.js +99 -137
  623. package/lib/components/popper/src/content2.js.map +1 -1
  624. package/lib/components/popper/src/popper.d.ts +2 -2
  625. package/lib/components/popper/src/popper.vue.d.ts +5 -5
  626. package/lib/components/popper/src/trigger.js +119 -32
  627. package/lib/components/popper/src/trigger.js.map +1 -1
  628. package/lib/components/popper/src/trigger.vue.d.ts +1 -1
  629. package/lib/components/popper/src/trigger2.js +32 -119
  630. package/lib/components/popper/src/trigger2.js.map +1 -1
  631. package/lib/components/popper/src/utils.d.ts +2 -2
  632. package/lib/components/radio/index.d.ts +17 -17
  633. package/lib/components/radio/index.js +4 -4
  634. package/lib/components/radio/src/radio-button.js +64 -9
  635. package/lib/components/radio/src/radio-button.js.map +1 -1
  636. package/lib/components/radio/src/radio-button.vue.d.ts +2 -2
  637. package/lib/components/radio/src/radio-button2.js +9 -64
  638. package/lib/components/radio/src/radio-button2.js.map +1 -1
  639. package/lib/components/radio/src/radio-group.js +1 -1
  640. package/lib/components/radio/src/radio-group.vue.d.ts +4 -4
  641. package/lib/components/radio/src/radio.js +71 -32
  642. package/lib/components/radio/src/radio.js.map +1 -1
  643. package/lib/components/radio/src/radio.vue.d.ts +5 -5
  644. package/lib/components/radio/src/radio2.js +32 -71
  645. package/lib/components/radio/src/radio2.js.map +1 -1
  646. package/lib/components/rate/index.d.ts +3 -3
  647. package/lib/components/rate/index.js +2 -2
  648. package/lib/components/rate/src/rate.js +254 -87
  649. package/lib/components/rate/src/rate.js.map +1 -1
  650. package/lib/components/rate/src/rate.vue.d.ts +3 -3
  651. package/lib/components/rate/src/rate2.js +87 -254
  652. package/lib/components/rate/src/rate2.js.map +1 -1
  653. package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  654. package/lib/components/roving-focus-group/src/roving-focus-group.js +1 -1
  655. package/lib/components/row/index.d.ts +4 -4
  656. package/lib/components/row/src/row.d.ts +1 -1
  657. package/lib/components/row/src/row.vue.d.ts +4 -4
  658. package/lib/components/scrollbar/index.d.ts +1 -1
  659. package/lib/components/scrollbar/index.js +1 -1
  660. package/lib/components/scrollbar/src/bar.js +42 -17
  661. package/lib/components/scrollbar/src/bar.js.map +1 -1
  662. package/lib/components/scrollbar/src/bar2.js +17 -42
  663. package/lib/components/scrollbar/src/bar2.js.map +1 -1
  664. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  665. package/lib/components/scrollbar/src/scrollbar2.js +1 -1
  666. package/lib/components/scrollbar/src/thumb.js +130 -11
  667. package/lib/components/scrollbar/src/thumb.js.map +1 -1
  668. package/lib/components/scrollbar/src/thumb2.js +11 -130
  669. package/lib/components/scrollbar/src/thumb2.js.map +1 -1
  670. package/lib/components/select/index.d.ts +91 -91
  671. package/lib/components/select/src/select.vue.d.ts +91 -91
  672. package/lib/components/select/src/useSelect.d.ts +85 -85
  673. package/lib/components/select-v2/index.d.ts +180 -180
  674. package/lib/components/select-v2/src/select.vue.d.ts +90 -90
  675. package/lib/components/select-v2/src/useSelect.d.ts +85 -85
  676. package/lib/components/skeleton/index.d.ts +9 -9
  677. package/lib/components/skeleton/index.js +2 -2
  678. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  679. package/lib/components/skeleton/src/skeleton-item.js +23 -18
  680. package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
  681. package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  682. package/lib/components/skeleton/src/skeleton-item2.js +18 -23
  683. package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
  684. package/lib/components/skeleton/src/skeleton.js +1 -1
  685. package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
  686. package/lib/components/slider/index.d.ts +251 -251
  687. package/lib/components/slider/src/button.vue.d.ts +44 -44
  688. package/lib/components/slider/src/composables/use-slide.d.ts +178 -178
  689. package/lib/components/slider/src/slider.vue.d.ts +251 -251
  690. package/lib/components/space/index.d.ts +3 -3
  691. package/lib/components/space/src/space.d.ts +3 -3
  692. package/lib/components/statistic/index.js +2 -2
  693. package/lib/components/statistic/src/statistic.js +70 -25
  694. package/lib/components/statistic/src/statistic.js.map +1 -1
  695. package/lib/components/statistic/src/statistic2.js +25 -70
  696. package/lib/components/statistic/src/statistic2.js.map +1 -1
  697. package/lib/components/steps/index.d.ts +3 -3
  698. package/lib/components/steps/src/item.vue.d.ts +1 -1
  699. package/lib/components/steps/src/steps.vue.d.ts +1 -1
  700. package/lib/components/switch/index.d.ts +6 -6
  701. package/lib/components/switch/src/switch.vue.d.ts +6 -6
  702. package/lib/components/table/index.d.ts +16 -16
  703. package/lib/components/table/src/filter-panel.vue.d.ts +85 -85
  704. package/lib/components/table/src/table/defaults.d.ts +2 -2
  705. package/lib/components/table/src/table/style-helper.d.ts +1 -1
  706. package/lib/components/table/src/table-body/defaults.d.ts +1 -1
  707. package/lib/components/table/src/table-body/index.d.ts +2 -2
  708. package/lib/components/table/src/table-column/defaults.d.ts +1 -1
  709. package/lib/components/table/src/table-column/index.d.ts +3 -3
  710. package/lib/components/table/src/table.vue.d.ts +10 -10
  711. package/lib/components/table/src/util.d.ts +9 -9
  712. package/lib/components/tabs/index.d.ts +17 -17
  713. package/lib/components/tabs/index.js +2 -2
  714. package/lib/components/tabs/src/tab-bar.d.ts +8 -8
  715. package/lib/components/tabs/src/tab-bar.vue.d.ts +26 -26
  716. package/lib/components/tabs/src/tab-nav.d.ts +30 -30
  717. package/lib/components/tabs/src/tab-pane.js +72 -13
  718. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  719. package/lib/components/tabs/src/tab-pane.vue.d.ts +5 -5
  720. package/lib/components/tabs/src/tab-pane2.js +13 -72
  721. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  722. package/lib/components/tabs/src/tabs.d.ts +8 -8
  723. package/lib/components/tag/index.d.ts +2 -2
  724. package/lib/components/tag/src/tag.vue.d.ts +2 -2
  725. package/lib/components/text/index.js +2 -2
  726. package/lib/components/text/src/text.js +22 -35
  727. package/lib/components/text/src/text.js.map +1 -1
  728. package/lib/components/text/src/text2.js +35 -22
  729. package/lib/components/text/src/text2.js.map +1 -1
  730. package/lib/components/time-picker/index.d.ts +8 -8
  731. package/lib/components/time-picker/src/common/picker.vue.d.ts +140 -140
  732. package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  733. package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  734. package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
  735. package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
  736. package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
  737. package/lib/components/time-picker/src/time-picker.d.ts +4 -4
  738. package/lib/components/time-select/index.d.ts +374 -374
  739. package/lib/components/time-select/index.js +1 -1
  740. package/lib/components/time-select/src/time-select.js +123 -48
  741. package/lib/components/time-select/src/time-select.js.map +1 -1
  742. package/lib/components/time-select/src/time-select.vue.d.ts +187 -187
  743. package/lib/components/time-select/src/time-select2.js +48 -123
  744. package/lib/components/time-select/src/time-select2.js.map +1 -1
  745. package/lib/components/timeline/index.d.ts +6 -6
  746. package/lib/components/timeline/src/timeline-item.vue.d.ts +3 -3
  747. package/lib/components/tooltip/index.d.ts +43 -43
  748. package/lib/components/tooltip/src/content.d.ts +1 -1
  749. package/lib/components/tooltip/src/content.js +1 -1
  750. package/lib/components/tooltip/src/content.vue.d.ts +13 -13
  751. package/lib/components/tooltip/src/content2.js +1 -1
  752. package/lib/components/tooltip/src/tooltip.d.ts +2 -2
  753. package/lib/components/tooltip/src/tooltip.vue.d.ts +43 -43
  754. package/lib/components/tooltip/src/trigger.js +1 -1
  755. package/lib/components/tooltip/src/trigger.vue.d.ts +3 -3
  756. package/lib/components/tooltip/src/trigger2.js +1 -1
  757. package/lib/components/tooltip-v2/index.d.ts +63 -63
  758. package/lib/components/tooltip-v2/index.js +1 -1
  759. package/lib/components/tooltip-v2/src/arrow.vue.d.ts +2 -2
  760. package/lib/components/tooltip-v2/src/content.d.ts +2 -2
  761. package/lib/components/tooltip-v2/src/content.js +112 -50
  762. package/lib/components/tooltip-v2/src/content.js.map +1 -1
  763. package/lib/components/tooltip-v2/src/content.vue.d.ts +13 -13
  764. package/lib/components/tooltip-v2/src/content2.js +50 -112
  765. package/lib/components/tooltip-v2/src/content2.js.map +1 -1
  766. package/lib/components/tooltip-v2/src/tooltip.d.ts +2 -2
  767. package/lib/components/tooltip-v2/src/tooltip.js +1 -1
  768. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +63 -63
  769. package/lib/components/tooltip-v2/src/tooltip2.js +2 -2
  770. package/lib/components/transfer/index.d.ts +129 -129
  771. package/lib/components/transfer/index.js +2 -2
  772. package/lib/components/transfer/src/composables/use-check.js +1 -1
  773. package/lib/components/transfer/src/composables/use-checked-change.js +1 -1
  774. package/lib/components/transfer/src/transfer-panel.js +128 -21
  775. package/lib/components/transfer/src/transfer-panel.js.map +1 -1
  776. package/lib/components/transfer/src/transfer-panel.vue.d.ts +22 -22
  777. package/lib/components/transfer/src/transfer-panel2.js +21 -128
  778. package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
  779. package/lib/components/transfer/src/transfer.js +73 -160
  780. package/lib/components/transfer/src/transfer.js.map +1 -1
  781. package/lib/components/transfer/src/transfer.vue.d.ts +129 -129
  782. package/lib/components/transfer/src/transfer2.js +160 -73
  783. package/lib/components/transfer/src/transfer2.js.map +1 -1
  784. package/lib/components/tree/index.d.ts +2 -2
  785. package/lib/components/tree/src/tree.vue.d.ts +1 -1
  786. package/lib/components/tree-v2/index.d.ts +16 -16
  787. package/lib/components/tree-v2/src/tree-node.vue.d.ts +13 -13
  788. package/lib/components/tree-v2/src/tree.vue.d.ts +16 -16
  789. package/lib/components/upload/index.d.ts +28 -28
  790. package/lib/components/upload/index.js +4 -4
  791. package/lib/components/upload/src/upload-content.d.ts +1 -1
  792. package/lib/components/upload/src/upload-content.js +33 -173
  793. package/lib/components/upload/src/upload-content.js.map +1 -1
  794. package/lib/components/upload/src/upload-content.vue.d.ts +6 -6
  795. package/lib/components/upload/src/upload-content2.js +173 -33
  796. package/lib/components/upload/src/upload-content2.js.map +1 -1
  797. package/lib/components/upload/src/upload-list.d.ts +1 -1
  798. package/lib/components/upload/src/upload-list.js +173 -27
  799. package/lib/components/upload/src/upload-list.js.map +1 -1
  800. package/lib/components/upload/src/upload-list.vue.d.ts +3 -3
  801. package/lib/components/upload/src/upload-list2.js +27 -173
  802. package/lib/components/upload/src/upload-list2.js.map +1 -1
  803. package/lib/components/upload/src/upload.d.ts +2 -2
  804. package/lib/components/upload/src/upload.js +108 -119
  805. package/lib/components/upload/src/upload.js.map +1 -1
  806. package/lib/components/upload/src/upload.vue.d.ts +28 -28
  807. package/lib/components/upload/src/upload2.js +119 -108
  808. package/lib/components/upload/src/upload2.js.map +1 -1
  809. package/lib/components/upload/src/use-handlers.js +1 -1
  810. package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  811. package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
  812. package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  813. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  814. package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  815. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  816. package/lib/hooks/use-floating/index.d.ts +2 -2
  817. package/lib/hooks/use-popper/index.d.ts +6 -6
  818. package/lib/index.js +32 -32
  819. package/lib/utils/vue/vnode.d.ts +6 -6
  820. package/package.json +1 -1
  821. package/theme-chalk/el-link.css +1 -1
  822. package/theme-chalk/index.css +1 -1
  823. package/theme-chalk/src/common/var.scss +2 -2
  824. package/theme-chalk/src/link.scss +1 -1
@@ -51,20 +51,17 @@ declare const _default: import("vue").DefineComponent<{
51
51
  $: import("vue").ComponentInternalInstance;
52
52
  $data: {};
53
53
  $props: Partial<{
54
- placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
55
- strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
56
54
  offset: number;
55
+ effect: string;
56
+ placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
57
57
  showAfter: number;
58
58
  hideAfter: number;
59
59
  autoClose: number;
60
- open: boolean;
61
- content: string;
62
- disabled: boolean;
63
- effect: string;
64
60
  boundariesPadding: number;
65
61
  fallbackPlacements: Placement[];
66
62
  gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
67
63
  popperOptions: Partial<import("beyond-webui/es/components/popper").Options>;
64
+ strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
68
65
  enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
69
66
  focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
70
67
  trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -72,10 +69,13 @@ declare const _default: import("vue").DefineComponent<{
72
69
  visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
73
70
  pure: boolean;
74
71
  virtualTriggering: boolean;
72
+ content: string;
75
73
  rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
76
74
  teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
77
75
  persistent: boolean;
78
- role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
76
+ disabled: boolean;
77
+ open: boolean;
78
+ role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
79
79
  trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
80
80
  triggerKeys: string[];
81
81
  arrowOffset: number;
@@ -391,7 +391,7 @@ declare const _default: import("vue").DefineComponent<{
391
391
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
392
392
  placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
393
393
  popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
394
- strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
394
+ strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
395
395
  showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
396
396
  hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
397
397
  autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
@@ -401,10 +401,10 @@ declare const _default: import("vue").DefineComponent<{
401
401
  readonly validator: ((val: unknown) => boolean) | undefined;
402
402
  __epPropKey: true;
403
403
  };
404
- role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
404
+ role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
405
405
  }>> & {
406
406
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
407
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "strategy" | "offset" | "showAfter" | "hideAfter" | "autoClose" | "open" | "content" | "disabled" | "effect" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "rawContent" | "teleported" | "persistent" | "role" | "trigger" | "triggerKeys" | "arrowOffset" | "showArrow">;
407
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "offset" | "effect" | "placement" | "showAfter" | "hideAfter" | "autoClose" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "strategy" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "content" | "rawContent" | "teleported" | "persistent" | "disabled" | "open" | "role" | "trigger" | "triggerKeys" | "arrowOffset" | "showArrow">;
408
408
  $attrs: {
409
409
  [x: string]: unknown;
410
410
  };
@@ -729,7 +729,7 @@ declare const _default: import("vue").DefineComponent<{
729
729
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
730
730
  placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
731
731
  popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
732
- strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
732
+ strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
733
733
  showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
734
734
  hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
735
735
  autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
@@ -739,7 +739,7 @@ declare const _default: import("vue").DefineComponent<{
739
739
  readonly validator: ((val: unknown) => boolean) | undefined;
740
740
  __epPropKey: true;
741
741
  };
742
- role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
742
+ role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
743
743
  }>> & {
744
744
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
745
745
  }, {
@@ -1054,7 +1054,7 @@ declare const _default: import("vue").DefineComponent<{
1054
1054
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
1055
1055
  placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
1056
1056
  popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
1057
- strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
1057
+ strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
1058
1058
  showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1059
1059
  hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
1060
1060
  autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
@@ -1064,7 +1064,7 @@ declare const _default: import("vue").DefineComponent<{
1064
1064
  readonly validator: ((val: unknown) => boolean) | undefined;
1065
1065
  __epPropKey: true;
1066
1066
  };
1067
- role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
1067
+ role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
1068
1068
  }>> & {
1069
1069
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
1070
1070
  }>>;
@@ -1074,9 +1074,9 @@ declare const _default: import("vue").DefineComponent<{
1074
1074
  $: import("vue").ComponentInternalInstance;
1075
1075
  $data: {};
1076
1076
  $props: Partial<{
1077
- readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
1077
+ readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
1078
1078
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1079
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
1079
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
1080
1080
  }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
1081
1081
  $attrs: {
1082
1082
  [x: string]: unknown;
@@ -1092,10 +1092,10 @@ declare const _default: import("vue").DefineComponent<{
1092
1092
  $emit: (event: string, ...args: any[]) => void;
1093
1093
  $el: any;
1094
1094
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1095
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
1095
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
1096
1096
  }>>, {
1097
1097
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1098
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
1098
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
1099
1099
  }>> & {
1100
1100
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
1101
1101
  }>>;
@@ -1103,10 +1103,10 @@ declare const _default: import("vue").DefineComponent<{
1103
1103
  popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
1104
1104
  contentRef: import("vue").Ref<HTMLElement | undefined>;
1105
1105
  referenceRef: import("vue").Ref<HTMLElement | undefined>;
1106
- role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
1106
+ role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
1107
1107
  popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
1108
1108
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
1109
- readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
1109
+ readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
1110
1110
  }> & {
1111
1111
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1112
1112
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -1128,10 +1128,10 @@ declare const _default: import("vue").DefineComponent<{
1128
1128
  $nextTick: typeof import("vue").nextTick;
1129
1129
  $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
1130
1130
  } & Readonly<import("vue").ExtractPropTypes<{
1131
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
1131
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
1132
1132
  }>> & import("vue").ShallowUnwrapRef<{
1133
1133
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1134
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
1134
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
1135
1135
  }>> & {
1136
1136
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
1137
1137
  }>>;
@@ -1139,7 +1139,7 @@ declare const _default: import("vue").DefineComponent<{
1139
1139
  popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
1140
1140
  contentRef: import("vue").Ref<HTMLElement | undefined>;
1141
1141
  referenceRef: import("vue").Ref<HTMLElement | undefined>;
1142
- role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
1142
+ role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
1143
1143
  popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
1144
1144
  }> & {} & import("vue").ComponentCustomProperties) | undefined>;
1145
1145
  contentRef: import("vue").Ref<any>;
@@ -1154,10 +1154,10 @@ declare const _default: import("vue").DefineComponent<{
1154
1154
  controlled: import("vue").ComputedRef<boolean>;
1155
1155
  isFocusInsideContent: () => boolean | undefined;
1156
1156
  ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
1157
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
1157
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
1158
1158
  }, {
1159
1159
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1160
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
1160
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
1161
1161
  }>> & {
1162
1162
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
1163
1163
  }>>;
@@ -1165,12 +1165,12 @@ declare const _default: import("vue").DefineComponent<{
1165
1165
  popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
1166
1166
  contentRef: import("vue").Ref<HTMLElement | undefined>;
1167
1167
  referenceRef: import("vue").Ref<HTMLElement | undefined>;
1168
- role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
1168
+ role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
1169
1169
  popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
1170
1170
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1171
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
1171
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
1172
1172
  }>>, {
1173
- readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
1173
+ readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
1174
1174
  }>> & Record<string, any>;
1175
1175
  ElPopperArrow: import("vue").DefineComponent<{
1176
1176
  readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
@@ -1527,8 +1527,8 @@ declare const _default: import("vue").DefineComponent<{
1527
1527
  readonly id: StringConstructor;
1528
1528
  readonly open: BooleanConstructor;
1529
1529
  }>>, {
1530
- readonly open: boolean;
1531
1530
  readonly virtualTriggering: boolean;
1531
+ readonly open: boolean;
1532
1532
  }>;
1533
1533
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1534
1534
  readonly disabled: BooleanConstructor;
@@ -1586,9 +1586,9 @@ declare const _default: import("vue").DefineComponent<{
1586
1586
  readonly id: StringConstructor;
1587
1587
  readonly open: BooleanConstructor;
1588
1588
  }>>, {
1589
- readonly open: boolean;
1590
- readonly disabled: boolean;
1591
1589
  readonly virtualTriggering: boolean;
1590
+ readonly disabled: boolean;
1591
+ readonly open: boolean;
1592
1592
  readonly trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
1593
1593
  readonly triggerKeys: string[];
1594
1594
  }>;
@@ -1850,7 +1850,7 @@ declare const _default: import("vue").DefineComponent<{
1850
1850
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
1851
1851
  readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
1852
1852
  readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
1853
- readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
1853
+ readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
1854
1854
  readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1855
1855
  readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
1856
1856
  readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
@@ -2113,7 +2113,7 @@ declare const _default: import("vue").DefineComponent<{
2113
2113
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
2114
2114
  readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
2115
2115
  readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
2116
- readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
2116
+ readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
2117
2117
  readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
2118
2118
  readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
2119
2119
  readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
@@ -2413,7 +2413,7 @@ declare const _default: import("vue").DefineComponent<{
2413
2413
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
2414
2414
  readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
2415
2415
  readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
2416
- readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
2416
+ readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
2417
2417
  }, {
2418
2418
  emit: ((event: "blur") => void) & ((event: "close") => void) & ((event: "focus") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
2419
2419
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -2662,7 +2662,7 @@ declare const _default: import("vue").DefineComponent<{
2662
2662
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
2663
2663
  readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
2664
2664
  readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
2665
- readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
2665
+ readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
2666
2666
  }>> & {
2667
2667
  onClose?: (() => any) | undefined;
2668
2668
  onBlur?: (() => any) | undefined;
@@ -3009,7 +3009,7 @@ declare const _default: import("vue").DefineComponent<{
3009
3009
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
3010
3010
  readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
3011
3011
  readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
3012
- readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
3012
+ readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
3013
3013
  }>> & {
3014
3014
  onClose?: (() => any) | undefined;
3015
3015
  onBlur?: (() => any) | undefined;
@@ -3017,14 +3017,14 @@ declare const _default: import("vue").DefineComponent<{
3017
3017
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
3018
3018
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
3019
3019
  }, {
3020
- readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
3021
- readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
3022
3020
  readonly offset: number;
3023
3021
  readonly effect: string;
3022
+ readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
3024
3023
  readonly boundariesPadding: number;
3025
3024
  readonly fallbackPlacements: Placement[];
3026
3025
  readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3027
3026
  readonly popperOptions: Partial<import("beyond-webui/es/components/popper").Options>;
3027
+ readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
3028
3028
  readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3029
3029
  readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3030
3030
  readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -3292,24 +3292,22 @@ declare const _default: import("vue").DefineComponent<{
3292
3292
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
3293
3293
  readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
3294
3294
  readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
3295
- readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
3295
+ readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
3296
3296
  readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
3297
3297
  readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
3298
3298
  readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
3299
3299
  }>>, {
3300
- readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
3301
- readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
3302
3300
  readonly offset: number;
3301
+ readonly effect: string;
3302
+ readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
3303
3303
  readonly showAfter: number;
3304
3304
  readonly hideAfter: number;
3305
3305
  readonly autoClose: number;
3306
- readonly content: string;
3307
- readonly disabled: boolean;
3308
- readonly effect: string;
3309
3306
  readonly boundariesPadding: number;
3310
3307
  readonly fallbackPlacements: Placement[];
3311
3308
  readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3312
3309
  readonly popperOptions: Partial<import("beyond-webui/es/components/popper").Options>;
3310
+ readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
3313
3311
  readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3314
3312
  readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3315
3313
  readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -3317,25 +3315,24 @@ declare const _default: import("vue").DefineComponent<{
3317
3315
  readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
3318
3316
  readonly pure: boolean;
3319
3317
  readonly virtualTriggering: boolean;
3318
+ readonly content: string;
3320
3319
  readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3321
3320
  readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3322
3321
  readonly persistent: boolean;
3322
+ readonly disabled: boolean;
3323
3323
  }>;
3324
3324
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
3325
- placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
3326
- strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
3327
3325
  offset: number;
3326
+ effect: string;
3327
+ placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
3328
3328
  showAfter: number;
3329
3329
  hideAfter: number;
3330
3330
  autoClose: number;
3331
- open: boolean;
3332
- content: string;
3333
- disabled: boolean;
3334
- effect: string;
3335
3331
  boundariesPadding: number;
3336
3332
  fallbackPlacements: Placement[];
3337
3333
  gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3338
3334
  popperOptions: Partial<import("beyond-webui/es/components/popper").Options>;
3335
+ strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
3339
3336
  enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3340
3337
  focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3341
3338
  trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -3343,10 +3340,13 @@ declare const _default: import("vue").DefineComponent<{
3343
3340
  visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
3344
3341
  pure: boolean;
3345
3342
  virtualTriggering: boolean;
3343
+ content: string;
3346
3344
  rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3347
3345
  teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3348
3346
  persistent: boolean;
3349
- role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
3347
+ disabled: boolean;
3348
+ open: boolean;
3349
+ role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
3350
3350
  trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
3351
3351
  triggerKeys: string[];
3352
3352
  arrowOffset: number;
@@ -3682,7 +3682,7 @@ declare const _default: import("vue").DefineComponent<{
3682
3682
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
3683
3683
  placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
3684
3684
  popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
3685
- strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
3685
+ strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
3686
3686
  showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
3687
3687
  hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
3688
3688
  autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
@@ -3692,7 +3692,7 @@ declare const _default: import("vue").DefineComponent<{
3692
3692
  readonly validator: ((val: unknown) => boolean) | undefined;
3693
3693
  __epPropKey: true;
3694
3694
  };
3695
- role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
3695
+ role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
3696
3696
  }>> & {
3697
3697
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
3698
3698
  } & import("vue").ShallowUnwrapRef<{
@@ -4007,7 +4007,7 @@ declare const _default: import("vue").DefineComponent<{
4007
4007
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
4008
4008
  placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
4009
4009
  popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
4010
- strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
4010
+ strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
4011
4011
  showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
4012
4012
  hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
4013
4013
  autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
@@ -4017,7 +4017,7 @@ declare const _default: import("vue").DefineComponent<{
4017
4017
  readonly validator: ((val: unknown) => boolean) | undefined;
4018
4018
  __epPropKey: true;
4019
4019
  };
4020
- role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
4020
+ role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
4021
4021
  }>> & {
4022
4022
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
4023
4023
  }>>;
@@ -4027,9 +4027,9 @@ declare const _default: import("vue").DefineComponent<{
4027
4027
  $: import("vue").ComponentInternalInstance;
4028
4028
  $data: {};
4029
4029
  $props: Partial<{
4030
- readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
4030
+ readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
4031
4031
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
4032
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
4032
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
4033
4033
  }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
4034
4034
  $attrs: {
4035
4035
  [x: string]: unknown;
@@ -4045,10 +4045,10 @@ declare const _default: import("vue").DefineComponent<{
4045
4045
  $emit: (event: string, ...args: any[]) => void;
4046
4046
  $el: any;
4047
4047
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4048
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
4048
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
4049
4049
  }>>, {
4050
4050
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
4051
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
4051
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
4052
4052
  }>> & {
4053
4053
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
4054
4054
  }>>;
@@ -4056,10 +4056,10 @@ declare const _default: import("vue").DefineComponent<{
4056
4056
  popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
4057
4057
  contentRef: import("vue").Ref<HTMLElement | undefined>;
4058
4058
  referenceRef: import("vue").Ref<HTMLElement | undefined>;
4059
- role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
4059
+ role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
4060
4060
  popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
4061
4061
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
4062
- readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
4062
+ readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
4063
4063
  }> & {
4064
4064
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4065
4065
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -4081,10 +4081,10 @@ declare const _default: import("vue").DefineComponent<{
4081
4081
  $nextTick: typeof import("vue").nextTick;
4082
4082
  $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4083
4083
  } & Readonly<import("vue").ExtractPropTypes<{
4084
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
4084
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
4085
4085
  }>> & import("vue").ShallowUnwrapRef<{
4086
4086
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
4087
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
4087
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
4088
4088
  }>> & {
4089
4089
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
4090
4090
  }>>;
@@ -4092,7 +4092,7 @@ declare const _default: import("vue").DefineComponent<{
4092
4092
  popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
4093
4093
  contentRef: import("vue").Ref<HTMLElement | undefined>;
4094
4094
  referenceRef: import("vue").Ref<HTMLElement | undefined>;
4095
- role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
4095
+ role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
4096
4096
  popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
4097
4097
  }> & {} & import("vue").ComponentCustomProperties) | undefined>;
4098
4098
  contentRef: import("vue").Ref<any>;
@@ -4107,10 +4107,10 @@ declare const _default: import("vue").DefineComponent<{
4107
4107
  controlled: import("vue").ComputedRef<boolean>;
4108
4108
  isFocusInsideContent: () => boolean | undefined;
4109
4109
  ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
4110
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
4110
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
4111
4111
  }, {
4112
4112
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
4113
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
4113
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
4114
4114
  }>> & {
4115
4115
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
4116
4116
  }>>;
@@ -4118,12 +4118,12 @@ declare const _default: import("vue").DefineComponent<{
4118
4118
  popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
4119
4119
  contentRef: import("vue").Ref<HTMLElement | undefined>;
4120
4120
  referenceRef: import("vue").Ref<HTMLElement | undefined>;
4121
- role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>>;
4121
+ role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
4122
4122
  popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
4123
4123
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4124
- readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown, "tooltip", boolean>;
4124
+ readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
4125
4125
  }>>, {
4126
- readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "group" | "listbox" | "tooltip" | "navigation", unknown>;
4126
+ readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
4127
4127
  }>> & Record<string, any>;
4128
4128
  ElPopperArrow: import("vue").DefineComponent<{
4129
4129
  readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
@@ -4480,8 +4480,8 @@ declare const _default: import("vue").DefineComponent<{
4480
4480
  readonly id: StringConstructor;
4481
4481
  readonly open: BooleanConstructor;
4482
4482
  }>>, {
4483
- readonly open: boolean;
4484
4483
  readonly virtualTriggering: boolean;
4484
+ readonly open: boolean;
4485
4485
  }>;
4486
4486
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4487
4487
  readonly disabled: BooleanConstructor;
@@ -4539,9 +4539,9 @@ declare const _default: import("vue").DefineComponent<{
4539
4539
  readonly id: StringConstructor;
4540
4540
  readonly open: BooleanConstructor;
4541
4541
  }>>, {
4542
- readonly open: boolean;
4543
- readonly disabled: boolean;
4544
4542
  readonly virtualTriggering: boolean;
4543
+ readonly disabled: boolean;
4544
+ readonly open: boolean;
4545
4545
  readonly trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
4546
4546
  readonly triggerKeys: string[];
4547
4547
  }>;
@@ -4803,7 +4803,7 @@ declare const _default: import("vue").DefineComponent<{
4803
4803
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
4804
4804
  readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
4805
4805
  readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
4806
- readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
4806
+ readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
4807
4807
  readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
4808
4808
  readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
4809
4809
  readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
@@ -5066,7 +5066,7 @@ declare const _default: import("vue").DefineComponent<{
5066
5066
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
5067
5067
  readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
5068
5068
  readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
5069
- readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
5069
+ readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
5070
5070
  readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
5071
5071
  readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
5072
5072
  readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
@@ -5366,7 +5366,7 @@ declare const _default: import("vue").DefineComponent<{
5366
5366
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
5367
5367
  readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
5368
5368
  readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
5369
- readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
5369
+ readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
5370
5370
  }, {
5371
5371
  emit: ((event: "blur") => void) & ((event: "close") => void) & ((event: "focus") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
5372
5372
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -5615,7 +5615,7 @@ declare const _default: import("vue").DefineComponent<{
5615
5615
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
5616
5616
  readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
5617
5617
  readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
5618
- readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
5618
+ readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
5619
5619
  }>> & {
5620
5620
  onClose?: (() => any) | undefined;
5621
5621
  onBlur?: (() => any) | undefined;
@@ -5962,7 +5962,7 @@ declare const _default: import("vue").DefineComponent<{
5962
5962
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
5963
5963
  readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
5964
5964
  readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
5965
- readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
5965
+ readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
5966
5966
  }>> & {
5967
5967
  onClose?: (() => any) | undefined;
5968
5968
  onBlur?: (() => any) | undefined;
@@ -5970,14 +5970,14 @@ declare const _default: import("vue").DefineComponent<{
5970
5970
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
5971
5971
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
5972
5972
  }, {
5973
- readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
5974
- readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
5975
5973
  readonly offset: number;
5976
5974
  readonly effect: string;
5975
+ readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
5977
5976
  readonly boundariesPadding: number;
5978
5977
  readonly fallbackPlacements: Placement[];
5979
5978
  readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5980
5979
  readonly popperOptions: Partial<import("beyond-webui/es/components/popper").Options>;
5980
+ readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
5981
5981
  readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5982
5982
  readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5983
5983
  readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -6245,24 +6245,22 @@ declare const _default: import("vue").DefineComponent<{
6245
6245
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
6246
6246
  readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
6247
6247
  readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
6248
- readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
6248
+ readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
6249
6249
  readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
6250
6250
  readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
6251
6251
  readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
6252
6252
  }>>, {
6253
- readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
6254
- readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
6255
6253
  readonly offset: number;
6254
+ readonly effect: string;
6255
+ readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
6256
6256
  readonly showAfter: number;
6257
6257
  readonly hideAfter: number;
6258
6258
  readonly autoClose: number;
6259
- readonly content: string;
6260
- readonly disabled: boolean;
6261
- readonly effect: string;
6262
6259
  readonly boundariesPadding: number;
6263
6260
  readonly fallbackPlacements: Placement[];
6264
6261
  readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6265
6262
  readonly popperOptions: Partial<import("beyond-webui/es/components/popper").Options>;
6263
+ readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
6266
6264
  readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6267
6265
  readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6268
6266
  readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -6270,9 +6268,11 @@ declare const _default: import("vue").DefineComponent<{
6270
6268
  readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
6271
6269
  readonly pure: boolean;
6272
6270
  readonly virtualTriggering: boolean;
6271
+ readonly content: string;
6273
6272
  readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6274
6273
  readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6275
6274
  readonly persistent: boolean;
6275
+ readonly disabled: boolean;
6276
6276
  }>;
6277
6277
  }> & {} & import("vue").ComponentCustomProperties) | null>;
6278
6278
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{