beyond-webui 1.0.4 → 1.0.5

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 (857) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.full.js +2 -1
  3. package/dist/index.full.min.js +1 -1
  4. package/dist/index.full.min.js.map +1 -1
  5. package/dist/index.full.min.mjs +1 -1
  6. package/dist/index.full.min.mjs.map +1 -1
  7. package/dist/index.full.mjs +2 -1
  8. package/es/components/affix/index.mjs +2 -2
  9. package/es/components/affix/src/affix.mjs +26 -117
  10. package/es/components/affix/src/affix.mjs.map +1 -1
  11. package/es/components/affix/src/affix2.mjs +117 -26
  12. package/es/components/affix/src/affix2.mjs.map +1 -1
  13. package/es/components/autocomplete/index.d.ts +109 -109
  14. package/es/components/autocomplete/src/autocomplete.mjs +1 -1
  15. package/es/components/autocomplete/src/autocomplete.vue.d.ts +109 -109
  16. package/es/components/badge/index.d.ts +1 -1
  17. package/es/components/badge/index.mjs +2 -2
  18. package/es/components/badge/src/badge.mjs +55 -17
  19. package/es/components/badge/src/badge.mjs.map +1 -1
  20. package/es/components/badge/src/badge.vue.d.ts +1 -1
  21. package/es/components/badge/src/badge2.mjs +17 -55
  22. package/es/components/badge/src/badge2.mjs.map +1 -1
  23. package/es/components/breadcrumb/index.mjs +2 -2
  24. package/es/components/breadcrumb/src/breadcrumb-item.mjs +56 -11
  25. package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
  26. package/es/components/breadcrumb/src/breadcrumb-item2.mjs +11 -56
  27. package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
  28. package/es/components/button/index.d.ts +3 -3
  29. package/es/components/button/src/button.vue.d.ts +3 -3
  30. package/es/components/calendar/index.d.ts +3 -3
  31. package/es/components/calendar/src/calendar.vue.d.ts +3 -3
  32. package/es/components/calendar/src/calendar2.mjs +1 -1
  33. package/es/components/calendar/src/date-table.mjs +33 -87
  34. package/es/components/calendar/src/date-table.mjs.map +1 -1
  35. package/es/components/calendar/src/date-table2.mjs +87 -33
  36. package/es/components/calendar/src/date-table2.mjs.map +1 -1
  37. package/es/components/calendar/src/use-date-table.mjs +1 -1
  38. package/es/components/carousel/index.d.ts +1 -1
  39. package/es/components/carousel/index.mjs +2 -2
  40. package/es/components/carousel/src/carousel.mjs +159 -56
  41. package/es/components/carousel/src/carousel.mjs.map +1 -1
  42. package/es/components/carousel/src/carousel.vue.d.ts +1 -1
  43. package/es/components/carousel/src/carousel2.mjs +56 -159
  44. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  45. package/es/components/cascader/index.d.ts +226 -226
  46. package/es/components/cascader/index.mjs +2 -2
  47. package/es/components/cascader/src/cascader.mjs +61 -619
  48. package/es/components/cascader/src/cascader.mjs.map +1 -1
  49. package/es/components/cascader/src/cascader.vue.d.ts +113 -113
  50. package/es/components/cascader/src/cascader2.mjs +619 -61
  51. package/es/components/cascader/src/cascader2.mjs.map +1 -1
  52. package/es/components/cascader-panel/src/index.mjs +1 -1
  53. package/es/components/cascader-panel/src/menu.mjs +1 -1
  54. package/es/components/cascader-panel/src/node.mjs +209 -116
  55. package/es/components/cascader-panel/src/node.mjs.map +1 -1
  56. package/es/components/cascader-panel/src/node2.mjs +116 -209
  57. package/es/components/cascader-panel/src/node2.mjs.map +1 -1
  58. package/es/components/cascader-panel/src/store.mjs +1 -1
  59. package/es/components/check-tag/index.mjs +2 -2
  60. package/es/components/check-tag/src/check-tag.mjs +12 -30
  61. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  62. package/es/components/check-tag/src/check-tag2.mjs +30 -12
  63. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  64. package/es/components/checkbox/index.d.ts +8 -8
  65. package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  66. package/es/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
  67. package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
  68. package/es/components/collapse/index.mjs +2 -2
  69. package/es/components/collapse/src/collapse.mjs +30 -17
  70. package/es/components/collapse/src/collapse.mjs.map +1 -1
  71. package/es/components/collapse/src/collapse2.mjs +17 -30
  72. package/es/components/collapse/src/collapse2.mjs.map +1 -1
  73. package/es/components/collection/index.mjs +1 -1
  74. package/es/components/collection/src/collection.mjs +62 -10
  75. package/es/components/collection/src/collection.mjs.map +1 -1
  76. package/es/components/collection/src/collection2.mjs +10 -62
  77. package/es/components/collection/src/collection2.mjs.map +1 -1
  78. package/es/components/color-picker/index.d.ts +95 -95
  79. package/es/components/color-picker/index.mjs +2 -2
  80. package/es/components/color-picker/src/color-picker.mjs +321 -38
  81. package/es/components/color-picker/src/color-picker.mjs.map +1 -1
  82. package/es/components/color-picker/src/color-picker.vue.d.ts +95 -95
  83. package/es/components/color-picker/src/color-picker2.mjs +38 -321
  84. package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
  85. package/es/components/color-picker/src/components/predefine.mjs +1 -1
  86. package/es/components/date-picker/index.d.ts +2 -2
  87. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +40 -40
  88. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +40 -40
  89. package/es/components/date-picker/src/date-picker.d.ts +1 -1
  90. package/es/components/date-picker/src/panel-utils.d.ts +80 -80
  91. package/es/components/descriptions/index.mjs +2 -2
  92. package/es/components/descriptions/src/description.mjs +111 -25
  93. package/es/components/descriptions/src/description.mjs.map +1 -1
  94. package/es/components/descriptions/src/description2.mjs +25 -111
  95. package/es/components/descriptions/src/description2.mjs.map +1 -1
  96. package/es/components/dialog/src/dialog-content.mjs +86 -37
  97. package/es/components/dialog/src/dialog-content.mjs.map +1 -1
  98. package/es/components/dialog/src/dialog-content2.mjs +37 -86
  99. package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
  100. package/es/components/dialog/src/dialog.mjs +1 -1
  101. package/es/components/dialog/src/dialog2.mjs +1 -1
  102. package/es/components/divider/index.d.ts +4 -4
  103. package/es/components/divider/src/divider.d.ts +1 -1
  104. package/es/components/divider/src/divider.vue.d.ts +4 -4
  105. package/es/components/drawer/index.mjs +2 -2
  106. package/es/components/drawer/src/drawer.mjs +22 -175
  107. package/es/components/drawer/src/drawer.mjs.map +1 -1
  108. package/es/components/drawer/src/drawer2.mjs +175 -22
  109. package/es/components/drawer/src/drawer2.mjs.map +1 -1
  110. package/es/components/dropdown/index.d.ts +59 -59
  111. package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
  112. package/es/components/dropdown/src/dropdown.mjs +1 -0
  113. package/es/components/dropdown/src/dropdown.mjs.map +1 -1
  114. package/es/components/dropdown/src/dropdown.vue.d.ts +59 -59
  115. package/es/components/dropdown/src/dropdown2.mjs +3 -3
  116. package/es/components/form/index.d.ts +10 -10
  117. package/es/components/form/index.mjs +2 -2
  118. package/es/components/form/src/form-item.mjs +43 -316
  119. package/es/components/form/src/form-item.mjs.map +1 -1
  120. package/es/components/form/src/form-item2.mjs +316 -43
  121. package/es/components/form/src/form-item2.mjs.map +1 -1
  122. package/es/components/form/src/form.d.ts +2 -2
  123. package/es/components/form/src/form.vue.d.ts +10 -10
  124. package/es/components/image/index.d.ts +4 -4
  125. package/es/components/image/index.mjs +2 -2
  126. package/es/components/image/src/image.mjs +220 -62
  127. package/es/components/image/src/image.mjs.map +1 -1
  128. package/es/components/image/src/image.vue.d.ts +4 -4
  129. package/es/components/image/src/image2.mjs +62 -220
  130. package/es/components/image/src/image2.mjs.map +1 -1
  131. package/es/components/image-viewer/index.d.ts +1 -1
  132. package/es/components/image-viewer/index.mjs +2 -2
  133. package/es/components/image-viewer/src/image-viewer.mjs +39 -396
  134. package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
  135. package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  136. package/es/components/image-viewer/src/image-viewer2.mjs +396 -39
  137. package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
  138. package/es/components/index.mjs +41 -41
  139. package/es/components/input/index.d.ts +4 -4
  140. package/es/components/input/index.mjs +2 -2
  141. package/es/components/input/src/input.mjs +118 -450
  142. package/es/components/input/src/input.mjs.map +1 -1
  143. package/es/components/input/src/input.vue.d.ts +4 -4
  144. package/es/components/input/src/input2.mjs +450 -118
  145. package/es/components/input/src/input2.mjs.map +1 -1
  146. package/es/components/input-number/index.d.ts +16 -16
  147. package/es/components/input-number/src/input-number.vue.d.ts +16 -16
  148. package/es/components/link/index.d.ts +1 -1
  149. package/es/components/link/src/link.vue.d.ts +1 -1
  150. package/es/components/menu/index.d.ts +2 -2
  151. package/es/components/menu/index.mjs +4 -4
  152. package/es/components/menu/src/menu-item-group.mjs +4 -35
  153. package/es/components/menu/src/menu-item-group.mjs.map +1 -1
  154. package/es/components/menu/src/menu-item-group2.mjs +35 -4
  155. package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
  156. package/es/components/menu/src/menu-item.mjs +14 -97
  157. package/es/components/menu/src/menu-item.mjs.map +1 -1
  158. package/es/components/menu/src/menu-item2.mjs +97 -14
  159. package/es/components/menu/src/menu-item2.mjs.map +1 -1
  160. package/es/components/menu/src/sub-menu.d.ts +1 -1
  161. package/es/components/message/src/message.vue.d.ts +1 -1
  162. package/es/components/notification/index.mjs +1 -1
  163. package/es/components/notification/src/notification.mjs +147 -69
  164. package/es/components/notification/src/notification.mjs.map +1 -1
  165. package/es/components/notification/src/notification.vue.d.ts +1 -1
  166. package/es/components/notification/src/notification2.mjs +69 -147
  167. package/es/components/notification/src/notification2.mjs.map +1 -1
  168. package/es/components/notification/src/notify.mjs +2 -2
  169. package/es/components/page-header/index.d.ts +4 -4
  170. package/es/components/page-header/index.mjs +2 -2
  171. package/es/components/page-header/src/page-header.mjs +17 -103
  172. package/es/components/page-header/src/page-header.mjs.map +1 -1
  173. package/es/components/page-header/src/page-header.vue.d.ts +4 -4
  174. package/es/components/page-header/src/page-header2.mjs +103 -17
  175. package/es/components/page-header/src/page-header2.mjs.map +1 -1
  176. package/es/components/pagination/index.d.ts +2 -2
  177. package/es/components/pagination/src/components/jumper.vue.d.ts +4 -4
  178. package/es/components/pagination/src/components/next.mjs +38 -19
  179. package/es/components/pagination/src/components/next.mjs.map +1 -1
  180. package/es/components/pagination/src/components/next2.mjs +19 -38
  181. package/es/components/pagination/src/components/next2.mjs.map +1 -1
  182. package/es/components/pagination/src/components/pager.mjs +17 -214
  183. package/es/components/pagination/src/components/pager.mjs.map +1 -1
  184. package/es/components/pagination/src/components/pager2.mjs +214 -17
  185. package/es/components/pagination/src/components/pager2.mjs.map +1 -1
  186. package/es/components/pagination/src/components/prev.mjs +38 -18
  187. package/es/components/pagination/src/components/prev.mjs.map +1 -1
  188. package/es/components/pagination/src/components/prev2.mjs +18 -38
  189. package/es/components/pagination/src/components/prev2.mjs.map +1 -1
  190. package/es/components/pagination/src/components/sizes.mjs +68 -22
  191. package/es/components/pagination/src/components/sizes.mjs.map +1 -1
  192. package/es/components/pagination/src/components/sizes.vue.d.ts +62 -62
  193. package/es/components/pagination/src/components/sizes2.mjs +22 -68
  194. package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
  195. package/es/components/pagination/src/pagination.d.ts +2 -2
  196. package/es/components/pagination/src/pagination.mjs +4 -4
  197. package/es/components/popconfirm/index.d.ts +90 -90
  198. package/es/components/popconfirm/index.mjs +2 -2
  199. package/es/components/popconfirm/src/popconfirm.mjs +47 -110
  200. package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
  201. package/es/components/popconfirm/src/popconfirm.vue.d.ts +90 -90
  202. package/es/components/popconfirm/src/popconfirm2.mjs +110 -47
  203. package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
  204. package/es/components/popover/index.d.ts +102 -102
  205. package/es/components/popover/src/popover.d.ts +1 -1
  206. package/es/components/popover/src/popover.mjs +3 -3
  207. package/es/components/popover/src/popover.mjs.map +1 -1
  208. package/es/components/popover/src/popover.vue.d.ts +102 -102
  209. package/es/components/popper/index.d.ts +5 -5
  210. package/es/components/popper/index.mjs +4 -4
  211. package/es/components/popper/src/composables/use-content.d.ts +2 -2
  212. package/es/components/popper/src/content.mjs +94 -137
  213. package/es/components/popper/src/content.mjs.map +1 -1
  214. package/es/components/popper/src/content.vue.d.ts +1 -1
  215. package/es/components/popper/src/content2.mjs +137 -94
  216. package/es/components/popper/src/content2.mjs.map +1 -1
  217. package/es/components/popper/src/popper.d.ts +2 -2
  218. package/es/components/popper/src/popper.mjs +32 -25
  219. package/es/components/popper/src/popper.mjs.map +1 -1
  220. package/es/components/popper/src/popper.vue.d.ts +5 -5
  221. package/es/components/popper/src/popper2.mjs +25 -32
  222. package/es/components/popper/src/popper2.mjs.map +1 -1
  223. package/es/components/popper/src/trigger.vue.d.ts +1 -1
  224. package/es/components/popper/src/utils.d.ts +1 -1
  225. package/es/components/progress/index.d.ts +4 -4
  226. package/es/components/progress/src/progress.d.ts +1 -1
  227. package/es/components/progress/src/progress.vue.d.ts +4 -4
  228. package/es/components/radio/index.d.ts +6 -6
  229. package/es/components/radio/index.mjs +4 -4
  230. package/es/components/radio/src/radio-button.mjs +9 -64
  231. package/es/components/radio/src/radio-button.mjs.map +1 -1
  232. package/es/components/radio/src/radio-button.vue.d.ts +1 -1
  233. package/es/components/radio/src/radio-button2.mjs +64 -9
  234. package/es/components/radio/src/radio-button2.mjs.map +1 -1
  235. package/es/components/radio/src/radio-group.mjs +68 -36
  236. package/es/components/radio/src/radio-group.mjs.map +1 -1
  237. package/es/components/radio/src/radio-group.vue.d.ts +1 -1
  238. package/es/components/radio/src/radio-group2.mjs +36 -68
  239. package/es/components/radio/src/radio-group2.mjs.map +1 -1
  240. package/es/components/radio/src/radio.vue.d.ts +2 -2
  241. package/es/components/rate/index.d.ts +1 -1
  242. package/es/components/rate/index.mjs +2 -2
  243. package/es/components/rate/src/rate.mjs +255 -87
  244. package/es/components/rate/src/rate.mjs.map +1 -1
  245. package/es/components/rate/src/rate.vue.d.ts +1 -1
  246. package/es/components/rate/src/rate2.mjs +87 -255
  247. package/es/components/rate/src/rate2.mjs.map +1 -1
  248. package/es/components/roving-focus-group/src/roving-focus-group2.mjs +1 -1
  249. package/es/components/row/index.mjs +2 -2
  250. package/es/components/row/src/row.mjs +30 -45
  251. package/es/components/row/src/row.mjs.map +1 -1
  252. package/es/components/row/src/row2.mjs +45 -30
  253. package/es/components/row/src/row2.mjs.map +1 -1
  254. package/es/components/scrollbar/index.d.ts +3 -3
  255. package/es/components/scrollbar/index.mjs +1 -1
  256. package/es/components/scrollbar/src/bar.vue.d.ts +1 -1
  257. package/es/components/scrollbar/src/bar2.mjs +1 -1
  258. package/es/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
  259. package/es/components/scrollbar/src/thumb.mjs +11 -130
  260. package/es/components/scrollbar/src/thumb.mjs.map +1 -1
  261. package/es/components/scrollbar/src/thumb.vue.d.ts +1 -1
  262. package/es/components/scrollbar/src/thumb2.mjs +130 -11
  263. package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
  264. package/es/components/select/index.d.ts +62 -62
  265. package/es/components/select/src/select.mjs +1 -1
  266. package/es/components/select/src/select.vue.d.ts +62 -62
  267. package/es/components/select/src/useSelect.d.ts +58 -58
  268. package/es/components/select-v2/index.d.ts +130 -130
  269. package/es/components/select-v2/src/defaults.d.ts +1 -1
  270. package/es/components/select-v2/src/defaults.mjs +1 -1
  271. package/es/components/select-v2/src/select.vue.d.ts +65 -65
  272. package/es/components/select-v2/src/useSelect.d.ts +58 -58
  273. package/es/components/skeleton/index.d.ts +9 -9
  274. package/es/components/skeleton/index.mjs +4 -4
  275. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  276. package/es/components/skeleton/src/skeleton-item.mjs +23 -18
  277. package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
  278. package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  279. package/es/components/skeleton/src/skeleton-item2.mjs +18 -23
  280. package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
  281. package/es/components/skeleton/src/skeleton.mjs +22 -49
  282. package/es/components/skeleton/src/skeleton.mjs.map +1 -1
  283. package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
  284. package/es/components/skeleton/src/skeleton2.mjs +49 -22
  285. package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
  286. package/es/components/slider/index.d.ts +171 -171
  287. package/es/components/slider/src/button.mjs +93 -21
  288. package/es/components/slider/src/button.mjs.map +1 -1
  289. package/es/components/slider/src/button.vue.d.ts +30 -30
  290. package/es/components/slider/src/button2.mjs +21 -93
  291. package/es/components/slider/src/button2.mjs.map +1 -1
  292. package/es/components/slider/src/composables/use-slide.d.ts +122 -122
  293. package/es/components/slider/src/slider.vue.d.ts +171 -171
  294. package/es/components/slider/src/slider2.mjs +1 -1
  295. package/es/components/space/index.d.ts +1 -1
  296. package/es/components/space/src/space.d.ts +1 -1
  297. package/es/components/statistic/index.mjs +2 -2
  298. package/es/components/statistic/src/statistic.mjs +70 -25
  299. package/es/components/statistic/src/statistic.mjs.map +1 -1
  300. package/es/components/statistic/src/statistic2.mjs +25 -70
  301. package/es/components/statistic/src/statistic2.mjs.map +1 -1
  302. package/es/components/steps/index.mjs +4 -4
  303. package/es/components/steps/src/item.mjs +188 -19
  304. package/es/components/steps/src/item.mjs.map +1 -1
  305. package/es/components/steps/src/item2.mjs +19 -188
  306. package/es/components/steps/src/item2.mjs.map +1 -1
  307. package/es/components/steps/src/steps.mjs +36 -34
  308. package/es/components/steps/src/steps.mjs.map +1 -1
  309. package/es/components/steps/src/steps2.mjs +34 -36
  310. package/es/components/steps/src/steps2.mjs.map +1 -1
  311. package/es/components/switch/index.d.ts +1 -1
  312. package/es/components/switch/src/switch.vue.d.ts +1 -1
  313. package/es/components/table/index.d.ts +3 -3
  314. package/es/components/table/src/filter-panel.vue.d.ts +58 -58
  315. package/es/components/table/src/table.vue.d.ts +3 -3
  316. package/es/components/table/src/util.d.ts +9 -9
  317. package/es/components/tabs/index.d.ts +9 -9
  318. package/es/components/tabs/index.mjs +3 -3
  319. package/es/components/tabs/src/tab-bar.d.ts +4 -4
  320. package/es/components/tabs/src/tab-bar.mjs +75 -7
  321. package/es/components/tabs/src/tab-bar.mjs.map +1 -1
  322. package/es/components/tabs/src/tab-bar.vue.d.ts +13 -13
  323. package/es/components/tabs/src/tab-bar2.mjs +7 -75
  324. package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
  325. package/es/components/tabs/src/tab-nav.d.ts +15 -15
  326. package/es/components/tabs/src/tab-nav.mjs +1 -1
  327. package/es/components/tabs/src/tab-pane.mjs +13 -72
  328. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  329. package/es/components/tabs/src/tab-pane.vue.d.ts +2 -2
  330. package/es/components/tabs/src/tab-pane2.mjs +72 -13
  331. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  332. package/es/components/tabs/src/tabs.d.ts +6 -6
  333. package/es/components/teleport/index.mjs +2 -2
  334. package/es/components/teleport/src/teleport.mjs +44 -18
  335. package/es/components/teleport/src/teleport.mjs.map +1 -1
  336. package/es/components/teleport/src/teleport2.mjs +18 -44
  337. package/es/components/teleport/src/teleport2.mjs.map +1 -1
  338. package/es/components/text/index.mjs +2 -2
  339. package/es/components/text/src/text.mjs +35 -22
  340. package/es/components/text/src/text.mjs.map +1 -1
  341. package/es/components/text/src/text2.mjs +22 -35
  342. package/es/components/text/src/text2.mjs.map +1 -1
  343. package/es/components/time-picker/index.d.ts +2 -2
  344. package/es/components/time-picker/src/common/picker.vue.d.ts +92 -92
  345. package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
  346. package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
  347. package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
  348. package/es/components/time-picker/src/time-picker.d.ts +1 -1
  349. package/es/components/time-select/index.d.ts +252 -252
  350. package/es/components/time-select/index.mjs +1 -1
  351. package/es/components/time-select/src/time-select.mjs +48 -118
  352. package/es/components/time-select/src/time-select.mjs.map +1 -1
  353. package/es/components/time-select/src/time-select.vue.d.ts +126 -126
  354. package/es/components/time-select/src/time-select2.mjs +118 -48
  355. package/es/components/time-select/src/time-select2.mjs.map +1 -1
  356. package/es/components/timeline/index.mjs +2 -2
  357. package/es/components/timeline/src/timeline-item.mjs +70 -42
  358. package/es/components/timeline/src/timeline-item.mjs.map +1 -1
  359. package/es/components/timeline/src/timeline-item2.mjs +42 -70
  360. package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
  361. package/es/components/tooltip/index.d.ts +29 -29
  362. package/es/components/tooltip/index.mjs +4 -4
  363. package/es/components/tooltip/src/content.mjs +177 -31
  364. package/es/components/tooltip/src/content.mjs.map +1 -1
  365. package/es/components/tooltip/src/content.vue.d.ts +4 -4
  366. package/es/components/tooltip/src/content2.mjs +31 -177
  367. package/es/components/tooltip/src/content2.mjs.map +1 -1
  368. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  369. package/es/components/tooltip/src/tooltip.mjs +169 -31
  370. package/es/components/tooltip/src/tooltip.mjs.map +1 -1
  371. package/es/components/tooltip/src/tooltip.vue.d.ts +29 -29
  372. package/es/components/tooltip/src/tooltip2.mjs +31 -169
  373. package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
  374. package/es/components/tooltip/src/trigger.mjs +73 -16
  375. package/es/components/tooltip/src/trigger.mjs.map +1 -1
  376. package/es/components/tooltip/src/trigger.vue.d.ts +3 -3
  377. package/es/components/tooltip/src/trigger2.mjs +16 -73
  378. package/es/components/tooltip/src/trigger2.mjs.map +1 -1
  379. package/es/components/tooltip-v2/index.d.ts +27 -27
  380. package/es/components/tooltip-v2/index.mjs +5 -5
  381. package/es/components/tooltip-v2/src/arrow.mjs +22 -37
  382. package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
  383. package/es/components/tooltip-v2/src/arrow2.mjs +37 -22
  384. package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
  385. package/es/components/tooltip-v2/src/content.d.ts +1 -1
  386. package/es/components/tooltip-v2/src/content.vue.d.ts +8 -8
  387. package/es/components/tooltip-v2/src/root.mjs +17 -80
  388. package/es/components/tooltip-v2/src/root.mjs.map +1 -1
  389. package/es/components/tooltip-v2/src/root2.mjs +80 -17
  390. package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
  391. package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
  392. package/es/components/tooltip-v2/src/tooltip.mjs +21 -74
  393. package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
  394. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +27 -27
  395. package/es/components/tooltip-v2/src/tooltip2.mjs +74 -21
  396. package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
  397. package/es/components/tooltip-v2/src/trigger.mjs +89 -12
  398. package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
  399. package/es/components/tooltip-v2/src/trigger2.mjs +12 -89
  400. package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
  401. package/es/components/transfer/index.d.ts +53 -53
  402. package/es/components/transfer/src/transfer-panel.vue.d.ts +10 -10
  403. package/es/components/transfer/src/transfer.vue.d.ts +53 -53
  404. package/es/components/tree-v2/index.d.ts +7 -7
  405. package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  406. package/es/components/tree-v2/src/tree.vue.d.ts +7 -7
  407. package/es/components/upload/index.d.ts +17 -17
  408. package/es/components/upload/index.mjs +3 -3
  409. package/es/components/upload/src/upload-content.mjs +1 -1
  410. package/es/components/upload/src/upload-content.vue.d.ts +3 -3
  411. package/es/components/upload/src/upload-content2.mjs +1 -1
  412. package/es/components/upload/src/upload-list.mjs +26 -173
  413. package/es/components/upload/src/upload-list.mjs.map +1 -1
  414. package/es/components/upload/src/upload-list.vue.d.ts +4 -4
  415. package/es/components/upload/src/upload-list2.mjs +173 -26
  416. package/es/components/upload/src/upload-list2.mjs.map +1 -1
  417. package/es/components/upload/src/upload.mjs +119 -105
  418. package/es/components/upload/src/upload.mjs.map +1 -1
  419. package/es/components/upload/src/upload.vue.d.ts +17 -17
  420. package/es/components/upload/src/upload2.mjs +105 -119
  421. package/es/components/upload/src/upload2.mjs.map +1 -1
  422. package/es/components/upload/src/use-handlers.mjs +1 -1
  423. package/es/components/virtual-list/src/builders/build-list.d.ts +1 -1
  424. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
  425. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
  426. package/es/hooks/use-floating/index.d.ts +2 -2
  427. package/es/hooks/use-popper/index.d.ts +2 -2
  428. package/es/index.mjs +41 -41
  429. package/lib/components/affix/index.js +2 -2
  430. package/lib/components/affix/src/affix.js +27 -117
  431. package/lib/components/affix/src/affix.js.map +1 -1
  432. package/lib/components/affix/src/affix2.js +117 -27
  433. package/lib/components/affix/src/affix2.js.map +1 -1
  434. package/lib/components/autocomplete/index.d.ts +109 -109
  435. package/lib/components/autocomplete/src/autocomplete.js +1 -1
  436. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +109 -109
  437. package/lib/components/badge/index.d.ts +1 -1
  438. package/lib/components/badge/index.js +2 -2
  439. package/lib/components/badge/src/badge.js +55 -17
  440. package/lib/components/badge/src/badge.js.map +1 -1
  441. package/lib/components/badge/src/badge.vue.d.ts +1 -1
  442. package/lib/components/badge/src/badge2.js +17 -55
  443. package/lib/components/badge/src/badge2.js.map +1 -1
  444. package/lib/components/breadcrumb/index.js +2 -2
  445. package/lib/components/breadcrumb/src/breadcrumb-item.js +56 -11
  446. package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
  447. package/lib/components/breadcrumb/src/breadcrumb-item2.js +11 -56
  448. package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
  449. package/lib/components/button/index.d.ts +3 -3
  450. package/lib/components/button/src/button.vue.d.ts +3 -3
  451. package/lib/components/calendar/index.d.ts +3 -3
  452. package/lib/components/calendar/src/calendar.vue.d.ts +3 -3
  453. package/lib/components/calendar/src/calendar2.js +1 -1
  454. package/lib/components/calendar/src/date-table.js +37 -87
  455. package/lib/components/calendar/src/date-table.js.map +1 -1
  456. package/lib/components/calendar/src/date-table2.js +87 -37
  457. package/lib/components/calendar/src/date-table2.js.map +1 -1
  458. package/lib/components/calendar/src/use-date-table.js +1 -1
  459. package/lib/components/carousel/index.d.ts +1 -1
  460. package/lib/components/carousel/index.js +2 -2
  461. package/lib/components/carousel/src/carousel.js +159 -57
  462. package/lib/components/carousel/src/carousel.js.map +1 -1
  463. package/lib/components/carousel/src/carousel.vue.d.ts +1 -1
  464. package/lib/components/carousel/src/carousel2.js +57 -159
  465. package/lib/components/carousel/src/carousel2.js.map +1 -1
  466. package/lib/components/cascader/index.d.ts +226 -226
  467. package/lib/components/cascader/index.js +2 -2
  468. package/lib/components/cascader/src/cascader.js +62 -619
  469. package/lib/components/cascader/src/cascader.js.map +1 -1
  470. package/lib/components/cascader/src/cascader.vue.d.ts +113 -113
  471. package/lib/components/cascader/src/cascader2.js +619 -62
  472. package/lib/components/cascader/src/cascader2.js.map +1 -1
  473. package/lib/components/cascader-panel/src/index.js +1 -1
  474. package/lib/components/cascader-panel/src/menu.js +1 -1
  475. package/lib/components/cascader-panel/src/node.js +209 -116
  476. package/lib/components/cascader-panel/src/node.js.map +1 -1
  477. package/lib/components/cascader-panel/src/node2.js +116 -209
  478. package/lib/components/cascader-panel/src/node2.js.map +1 -1
  479. package/lib/components/cascader-panel/src/store.js +1 -1
  480. package/lib/components/check-tag/index.js +2 -2
  481. package/lib/components/check-tag/src/check-tag.js +13 -30
  482. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  483. package/lib/components/check-tag/src/check-tag2.js +30 -13
  484. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  485. package/lib/components/checkbox/index.d.ts +8 -8
  486. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  487. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
  488. package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
  489. package/lib/components/collapse/index.js +2 -2
  490. package/lib/components/collapse/src/collapse.js +30 -19
  491. package/lib/components/collapse/src/collapse.js.map +1 -1
  492. package/lib/components/collapse/src/collapse2.js +19 -30
  493. package/lib/components/collapse/src/collapse2.js.map +1 -1
  494. package/lib/components/collection/index.js +1 -1
  495. package/lib/components/collection/src/collection.js +62 -9
  496. package/lib/components/collection/src/collection.js.map +1 -1
  497. package/lib/components/collection/src/collection2.js +9 -62
  498. package/lib/components/collection/src/collection2.js.map +1 -1
  499. package/lib/components/color-picker/index.d.ts +95 -95
  500. package/lib/components/color-picker/index.js +2 -2
  501. package/lib/components/color-picker/src/color-picker.js +319 -38
  502. package/lib/components/color-picker/src/color-picker.js.map +1 -1
  503. package/lib/components/color-picker/src/color-picker.vue.d.ts +95 -95
  504. package/lib/components/color-picker/src/color-picker2.js +38 -319
  505. package/lib/components/color-picker/src/color-picker2.js.map +1 -1
  506. package/lib/components/color-picker/src/components/predefine.js +1 -1
  507. package/lib/components/date-picker/index.d.ts +2 -2
  508. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +40 -40
  509. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +40 -40
  510. package/lib/components/date-picker/src/date-picker.d.ts +1 -1
  511. package/lib/components/date-picker/src/panel-utils.d.ts +80 -80
  512. package/lib/components/descriptions/index.js +2 -2
  513. package/lib/components/descriptions/src/description.js +111 -25
  514. package/lib/components/descriptions/src/description.js.map +1 -1
  515. package/lib/components/descriptions/src/description2.js +25 -111
  516. package/lib/components/descriptions/src/description2.js.map +1 -1
  517. package/lib/components/dialog/src/dialog-content.js +85 -37
  518. package/lib/components/dialog/src/dialog-content.js.map +1 -1
  519. package/lib/components/dialog/src/dialog-content2.js +37 -85
  520. package/lib/components/dialog/src/dialog-content2.js.map +1 -1
  521. package/lib/components/dialog/src/dialog.js +1 -1
  522. package/lib/components/dialog/src/dialog2.js +1 -1
  523. package/lib/components/divider/index.d.ts +4 -4
  524. package/lib/components/divider/src/divider.d.ts +1 -1
  525. package/lib/components/divider/src/divider.vue.d.ts +4 -4
  526. package/lib/components/drawer/index.js +2 -2
  527. package/lib/components/drawer/src/drawer.js +23 -175
  528. package/lib/components/drawer/src/drawer.js.map +1 -1
  529. package/lib/components/drawer/src/drawer2.js +175 -23
  530. package/lib/components/drawer/src/drawer2.js.map +1 -1
  531. package/lib/components/dropdown/index.d.ts +59 -59
  532. package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
  533. package/lib/components/dropdown/src/dropdown.js +1 -0
  534. package/lib/components/dropdown/src/dropdown.js.map +1 -1
  535. package/lib/components/dropdown/src/dropdown.vue.d.ts +59 -59
  536. package/lib/components/dropdown/src/dropdown2.js +3 -3
  537. package/lib/components/form/index.d.ts +10 -10
  538. package/lib/components/form/index.js +2 -2
  539. package/lib/components/form/src/form-item.js +44 -320
  540. package/lib/components/form/src/form-item.js.map +1 -1
  541. package/lib/components/form/src/form-item2.js +320 -44
  542. package/lib/components/form/src/form-item2.js.map +1 -1
  543. package/lib/components/form/src/form.d.ts +2 -2
  544. package/lib/components/form/src/form.vue.d.ts +10 -10
  545. package/lib/components/image/index.d.ts +4 -4
  546. package/lib/components/image/index.js +2 -2
  547. package/lib/components/image/src/image.js +220 -63
  548. package/lib/components/image/src/image.js.map +1 -1
  549. package/lib/components/image/src/image.vue.d.ts +4 -4
  550. package/lib/components/image/src/image2.js +63 -220
  551. package/lib/components/image/src/image2.js.map +1 -1
  552. package/lib/components/image-viewer/index.d.ts +1 -1
  553. package/lib/components/image-viewer/index.js +2 -2
  554. package/lib/components/image-viewer/src/image-viewer.js +40 -396
  555. package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
  556. package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  557. package/lib/components/image-viewer/src/image-viewer2.js +396 -40
  558. package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
  559. package/lib/components/index.js +41 -41
  560. package/lib/components/input/index.d.ts +4 -4
  561. package/lib/components/input/index.js +2 -2
  562. package/lib/components/input/src/input.js +118 -449
  563. package/lib/components/input/src/input.js.map +1 -1
  564. package/lib/components/input/src/input.vue.d.ts +4 -4
  565. package/lib/components/input/src/input2.js +449 -118
  566. package/lib/components/input/src/input2.js.map +1 -1
  567. package/lib/components/input-number/index.d.ts +16 -16
  568. package/lib/components/input-number/src/input-number.vue.d.ts +16 -16
  569. package/lib/components/link/index.d.ts +1 -1
  570. package/lib/components/link/src/link.vue.d.ts +1 -1
  571. package/lib/components/menu/index.d.ts +2 -2
  572. package/lib/components/menu/index.js +4 -4
  573. package/lib/components/menu/src/menu-item-group.js +4 -35
  574. package/lib/components/menu/src/menu-item-group.js.map +1 -1
  575. package/lib/components/menu/src/menu-item-group2.js +35 -4
  576. package/lib/components/menu/src/menu-item-group2.js.map +1 -1
  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-item2.js +97 -15
  580. package/lib/components/menu/src/menu-item2.js.map +1 -1
  581. package/lib/components/menu/src/sub-menu.d.ts +1 -1
  582. package/lib/components/message/src/message.vue.d.ts +1 -1
  583. package/lib/components/notification/index.js +1 -1
  584. package/lib/components/notification/src/notification.js +146 -70
  585. package/lib/components/notification/src/notification.js.map +1 -1
  586. package/lib/components/notification/src/notification.vue.d.ts +1 -1
  587. package/lib/components/notification/src/notification2.js +70 -146
  588. package/lib/components/notification/src/notification2.js.map +1 -1
  589. package/lib/components/notification/src/notify.js +2 -2
  590. package/lib/components/page-header/index.d.ts +4 -4
  591. package/lib/components/page-header/index.js +2 -2
  592. package/lib/components/page-header/src/page-header.js +18 -103
  593. package/lib/components/page-header/src/page-header.js.map +1 -1
  594. package/lib/components/page-header/src/page-header.vue.d.ts +4 -4
  595. package/lib/components/page-header/src/page-header2.js +103 -18
  596. package/lib/components/page-header/src/page-header2.js.map +1 -1
  597. package/lib/components/pagination/index.d.ts +2 -2
  598. package/lib/components/pagination/src/components/jumper.vue.d.ts +4 -4
  599. package/lib/components/pagination/src/components/next.js +38 -19
  600. package/lib/components/pagination/src/components/next.js.map +1 -1
  601. package/lib/components/pagination/src/components/next2.js +19 -38
  602. package/lib/components/pagination/src/components/next2.js.map +1 -1
  603. package/lib/components/pagination/src/components/pager.js +17 -214
  604. package/lib/components/pagination/src/components/pager.js.map +1 -1
  605. package/lib/components/pagination/src/components/pager2.js +214 -17
  606. package/lib/components/pagination/src/components/pager2.js.map +1 -1
  607. package/lib/components/pagination/src/components/prev.js +38 -19
  608. package/lib/components/pagination/src/components/prev.js.map +1 -1
  609. package/lib/components/pagination/src/components/prev2.js +19 -38
  610. package/lib/components/pagination/src/components/prev2.js.map +1 -1
  611. package/lib/components/pagination/src/components/sizes.js +68 -22
  612. package/lib/components/pagination/src/components/sizes.js.map +1 -1
  613. package/lib/components/pagination/src/components/sizes.vue.d.ts +62 -62
  614. package/lib/components/pagination/src/components/sizes2.js +22 -68
  615. package/lib/components/pagination/src/components/sizes2.js.map +1 -1
  616. package/lib/components/pagination/src/pagination.d.ts +2 -2
  617. package/lib/components/pagination/src/pagination.js +4 -4
  618. package/lib/components/popconfirm/index.d.ts +90 -90
  619. package/lib/components/popconfirm/index.js +2 -2
  620. package/lib/components/popconfirm/src/popconfirm.js +48 -110
  621. package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
  622. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +90 -90
  623. package/lib/components/popconfirm/src/popconfirm2.js +110 -48
  624. package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
  625. package/lib/components/popover/index.d.ts +102 -102
  626. package/lib/components/popover/src/popover.d.ts +1 -1
  627. package/lib/components/popover/src/popover.js +3 -3
  628. package/lib/components/popover/src/popover.js.map +1 -1
  629. package/lib/components/popover/src/popover.vue.d.ts +102 -102
  630. package/lib/components/popper/index.d.ts +5 -5
  631. package/lib/components/popper/index.js +4 -4
  632. package/lib/components/popper/src/composables/use-content.d.ts +2 -2
  633. package/lib/components/popper/src/content.js +99 -137
  634. package/lib/components/popper/src/content.js.map +1 -1
  635. package/lib/components/popper/src/content.vue.d.ts +1 -1
  636. package/lib/components/popper/src/content2.js +137 -99
  637. package/lib/components/popper/src/content2.js.map +1 -1
  638. package/lib/components/popper/src/popper.d.ts +2 -2
  639. package/lib/components/popper/src/popper.js +32 -28
  640. package/lib/components/popper/src/popper.js.map +1 -1
  641. package/lib/components/popper/src/popper.vue.d.ts +5 -5
  642. package/lib/components/popper/src/popper2.js +28 -32
  643. package/lib/components/popper/src/popper2.js.map +1 -1
  644. package/lib/components/popper/src/trigger.vue.d.ts +1 -1
  645. package/lib/components/popper/src/utils.d.ts +1 -1
  646. package/lib/components/progress/index.d.ts +4 -4
  647. package/lib/components/progress/src/progress.d.ts +1 -1
  648. package/lib/components/progress/src/progress.vue.d.ts +4 -4
  649. package/lib/components/radio/index.d.ts +6 -6
  650. package/lib/components/radio/index.js +4 -4
  651. package/lib/components/radio/src/radio-button.js +9 -64
  652. package/lib/components/radio/src/radio-button.js.map +1 -1
  653. package/lib/components/radio/src/radio-button.vue.d.ts +1 -1
  654. package/lib/components/radio/src/radio-button2.js +64 -9
  655. package/lib/components/radio/src/radio-button2.js.map +1 -1
  656. package/lib/components/radio/src/radio-group.js +68 -37
  657. package/lib/components/radio/src/radio-group.js.map +1 -1
  658. package/lib/components/radio/src/radio-group.vue.d.ts +1 -1
  659. package/lib/components/radio/src/radio-group2.js +37 -68
  660. package/lib/components/radio/src/radio-group2.js.map +1 -1
  661. package/lib/components/radio/src/radio.vue.d.ts +2 -2
  662. package/lib/components/rate/index.d.ts +1 -1
  663. package/lib/components/rate/index.js +2 -2
  664. package/lib/components/rate/src/rate.js +254 -87
  665. package/lib/components/rate/src/rate.js.map +1 -1
  666. package/lib/components/rate/src/rate.vue.d.ts +1 -1
  667. package/lib/components/rate/src/rate2.js +87 -254
  668. package/lib/components/rate/src/rate2.js.map +1 -1
  669. package/lib/components/roving-focus-group/src/roving-focus-group2.js +1 -1
  670. package/lib/components/row/index.js +2 -2
  671. package/lib/components/row/src/row.js +32 -45
  672. package/lib/components/row/src/row.js.map +1 -1
  673. package/lib/components/row/src/row2.js +45 -32
  674. package/lib/components/row/src/row2.js.map +1 -1
  675. package/lib/components/scrollbar/index.d.ts +3 -3
  676. package/lib/components/scrollbar/index.js +1 -1
  677. package/lib/components/scrollbar/src/bar.vue.d.ts +1 -1
  678. package/lib/components/scrollbar/src/bar2.js +1 -1
  679. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
  680. package/lib/components/scrollbar/src/thumb.js +11 -130
  681. package/lib/components/scrollbar/src/thumb.js.map +1 -1
  682. package/lib/components/scrollbar/src/thumb.vue.d.ts +1 -1
  683. package/lib/components/scrollbar/src/thumb2.js +130 -11
  684. package/lib/components/scrollbar/src/thumb2.js.map +1 -1
  685. package/lib/components/select/index.d.ts +62 -62
  686. package/lib/components/select/src/select.js +1 -1
  687. package/lib/components/select/src/select.vue.d.ts +62 -62
  688. package/lib/components/select/src/useSelect.d.ts +58 -58
  689. package/lib/components/select-v2/index.d.ts +130 -130
  690. package/lib/components/select-v2/src/defaults.d.ts +1 -1
  691. package/lib/components/select-v2/src/defaults.js +1 -1
  692. package/lib/components/select-v2/src/select.vue.d.ts +65 -65
  693. package/lib/components/select-v2/src/useSelect.d.ts +58 -58
  694. package/lib/components/skeleton/index.d.ts +9 -9
  695. package/lib/components/skeleton/index.js +4 -4
  696. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  697. package/lib/components/skeleton/src/skeleton-item.js +23 -18
  698. package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
  699. package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  700. package/lib/components/skeleton/src/skeleton-item2.js +18 -23
  701. package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
  702. package/lib/components/skeleton/src/skeleton.js +22 -49
  703. package/lib/components/skeleton/src/skeleton.js.map +1 -1
  704. package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
  705. package/lib/components/skeleton/src/skeleton2.js +49 -22
  706. package/lib/components/skeleton/src/skeleton2.js.map +1 -1
  707. package/lib/components/slider/index.d.ts +171 -171
  708. package/lib/components/slider/src/button.js +93 -22
  709. package/lib/components/slider/src/button.js.map +1 -1
  710. package/lib/components/slider/src/button.vue.d.ts +30 -30
  711. package/lib/components/slider/src/button2.js +22 -93
  712. package/lib/components/slider/src/button2.js.map +1 -1
  713. package/lib/components/slider/src/composables/use-slide.d.ts +122 -122
  714. package/lib/components/slider/src/slider.vue.d.ts +171 -171
  715. package/lib/components/slider/src/slider2.js +1 -1
  716. package/lib/components/space/index.d.ts +1 -1
  717. package/lib/components/space/src/space.d.ts +1 -1
  718. package/lib/components/statistic/index.js +2 -2
  719. package/lib/components/statistic/src/statistic.js +70 -25
  720. package/lib/components/statistic/src/statistic.js.map +1 -1
  721. package/lib/components/statistic/src/statistic2.js +25 -70
  722. package/lib/components/statistic/src/statistic2.js.map +1 -1
  723. package/lib/components/steps/index.js +4 -4
  724. package/lib/components/steps/src/item.js +188 -19
  725. package/lib/components/steps/src/item.js.map +1 -1
  726. package/lib/components/steps/src/item2.js +19 -188
  727. package/lib/components/steps/src/item2.js.map +1 -1
  728. package/lib/components/steps/src/steps.js +37 -34
  729. package/lib/components/steps/src/steps.js.map +1 -1
  730. package/lib/components/steps/src/steps2.js +34 -37
  731. package/lib/components/steps/src/steps2.js.map +1 -1
  732. package/lib/components/switch/index.d.ts +1 -1
  733. package/lib/components/switch/src/switch.vue.d.ts +1 -1
  734. package/lib/components/table/index.d.ts +3 -3
  735. package/lib/components/table/src/filter-panel.vue.d.ts +58 -58
  736. package/lib/components/table/src/table.vue.d.ts +3 -3
  737. package/lib/components/table/src/util.d.ts +9 -9
  738. package/lib/components/tabs/index.d.ts +9 -9
  739. package/lib/components/tabs/index.js +3 -3
  740. package/lib/components/tabs/src/tab-bar.d.ts +4 -4
  741. package/lib/components/tabs/src/tab-bar.js +75 -7
  742. package/lib/components/tabs/src/tab-bar.js.map +1 -1
  743. package/lib/components/tabs/src/tab-bar.vue.d.ts +13 -13
  744. package/lib/components/tabs/src/tab-bar2.js +7 -75
  745. package/lib/components/tabs/src/tab-bar2.js.map +1 -1
  746. package/lib/components/tabs/src/tab-nav.d.ts +15 -15
  747. package/lib/components/tabs/src/tab-nav.js +1 -1
  748. package/lib/components/tabs/src/tab-pane.js +13 -72
  749. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  750. package/lib/components/tabs/src/tab-pane.vue.d.ts +2 -2
  751. package/lib/components/tabs/src/tab-pane2.js +72 -13
  752. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  753. package/lib/components/tabs/src/tabs.d.ts +6 -6
  754. package/lib/components/teleport/index.js +2 -2
  755. package/lib/components/teleport/src/teleport.js +44 -18
  756. package/lib/components/teleport/src/teleport.js.map +1 -1
  757. package/lib/components/teleport/src/teleport2.js +18 -44
  758. package/lib/components/teleport/src/teleport2.js.map +1 -1
  759. package/lib/components/text/index.js +2 -2
  760. package/lib/components/text/src/text.js +35 -22
  761. package/lib/components/text/src/text.js.map +1 -1
  762. package/lib/components/text/src/text2.js +22 -35
  763. package/lib/components/text/src/text2.js.map +1 -1
  764. package/lib/components/time-picker/index.d.ts +2 -2
  765. package/lib/components/time-picker/src/common/picker.vue.d.ts +92 -92
  766. package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
  767. package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
  768. package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
  769. package/lib/components/time-picker/src/time-picker.d.ts +1 -1
  770. package/lib/components/time-select/index.d.ts +252 -252
  771. package/lib/components/time-select/index.js +1 -1
  772. package/lib/components/time-select/src/time-select.js +48 -123
  773. package/lib/components/time-select/src/time-select.js.map +1 -1
  774. package/lib/components/time-select/src/time-select.vue.d.ts +126 -126
  775. package/lib/components/time-select/src/time-select2.js +123 -48
  776. package/lib/components/time-select/src/time-select2.js.map +1 -1
  777. package/lib/components/timeline/index.js +2 -2
  778. package/lib/components/timeline/src/timeline-item.js +70 -42
  779. package/lib/components/timeline/src/timeline-item.js.map +1 -1
  780. package/lib/components/timeline/src/timeline-item2.js +42 -70
  781. package/lib/components/timeline/src/timeline-item2.js.map +1 -1
  782. package/lib/components/tooltip/index.d.ts +29 -29
  783. package/lib/components/tooltip/index.js +4 -4
  784. package/lib/components/tooltip/src/content.js +177 -31
  785. package/lib/components/tooltip/src/content.js.map +1 -1
  786. package/lib/components/tooltip/src/content.vue.d.ts +4 -4
  787. package/lib/components/tooltip/src/content2.js +31 -177
  788. package/lib/components/tooltip/src/content2.js.map +1 -1
  789. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  790. package/lib/components/tooltip/src/tooltip.js +168 -34
  791. package/lib/components/tooltip/src/tooltip.js.map +1 -1
  792. package/lib/components/tooltip/src/tooltip.vue.d.ts +29 -29
  793. package/lib/components/tooltip/src/tooltip2.js +34 -168
  794. package/lib/components/tooltip/src/tooltip2.js.map +1 -1
  795. package/lib/components/tooltip/src/trigger.js +73 -16
  796. package/lib/components/tooltip/src/trigger.js.map +1 -1
  797. package/lib/components/tooltip/src/trigger.vue.d.ts +3 -3
  798. package/lib/components/tooltip/src/trigger2.js +16 -73
  799. package/lib/components/tooltip/src/trigger2.js.map +1 -1
  800. package/lib/components/tooltip-v2/index.d.ts +27 -27
  801. package/lib/components/tooltip-v2/index.js +5 -5
  802. package/lib/components/tooltip-v2/src/arrow.js +23 -37
  803. package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
  804. package/lib/components/tooltip-v2/src/arrow2.js +37 -23
  805. package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
  806. package/lib/components/tooltip-v2/src/content.d.ts +1 -1
  807. package/lib/components/tooltip-v2/src/content.vue.d.ts +8 -8
  808. package/lib/components/tooltip-v2/src/root.js +17 -80
  809. package/lib/components/tooltip-v2/src/root.js.map +1 -1
  810. package/lib/components/tooltip-v2/src/root2.js +80 -17
  811. package/lib/components/tooltip-v2/src/root2.js.map +1 -1
  812. package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
  813. package/lib/components/tooltip-v2/src/tooltip.js +21 -74
  814. package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
  815. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +27 -27
  816. package/lib/components/tooltip-v2/src/tooltip2.js +74 -21
  817. package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
  818. package/lib/components/tooltip-v2/src/trigger.js +89 -12
  819. package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
  820. package/lib/components/tooltip-v2/src/trigger2.js +12 -89
  821. package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
  822. package/lib/components/transfer/index.d.ts +53 -53
  823. package/lib/components/transfer/src/transfer-panel.vue.d.ts +10 -10
  824. package/lib/components/transfer/src/transfer.vue.d.ts +53 -53
  825. package/lib/components/tree-v2/index.d.ts +7 -7
  826. package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  827. package/lib/components/tree-v2/src/tree.vue.d.ts +7 -7
  828. package/lib/components/upload/index.d.ts +17 -17
  829. package/lib/components/upload/index.js +3 -3
  830. package/lib/components/upload/src/upload-content.js +1 -1
  831. package/lib/components/upload/src/upload-content.vue.d.ts +3 -3
  832. package/lib/components/upload/src/upload-content2.js +1 -1
  833. package/lib/components/upload/src/upload-list.js +27 -173
  834. package/lib/components/upload/src/upload-list.js.map +1 -1
  835. package/lib/components/upload/src/upload-list.vue.d.ts +4 -4
  836. package/lib/components/upload/src/upload-list2.js +173 -27
  837. package/lib/components/upload/src/upload-list2.js.map +1 -1
  838. package/lib/components/upload/src/upload.js +119 -108
  839. package/lib/components/upload/src/upload.js.map +1 -1
  840. package/lib/components/upload/src/upload.vue.d.ts +17 -17
  841. package/lib/components/upload/src/upload2.js +108 -119
  842. package/lib/components/upload/src/upload2.js.map +1 -1
  843. package/lib/components/upload/src/use-handlers.js +1 -1
  844. package/lib/components/virtual-list/src/builders/build-list.d.ts +1 -1
  845. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
  846. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
  847. package/lib/hooks/use-floating/index.d.ts +2 -2
  848. package/lib/hooks/use-popper/index.d.ts +2 -2
  849. package/lib/index.js +41 -41
  850. package/package.json +1 -1
  851. package/theme-chalk/base.css +1 -1
  852. package/theme-chalk/el-popover.css +1 -1
  853. package/theme-chalk/el-popper.css +1 -1
  854. package/theme-chalk/el-var.css +1 -1
  855. package/theme-chalk/index.css +1 -1
  856. package/theme-chalk/src/common/var.scss +3 -3
  857. package/theme-chalk/src/popper.scss +1 -1
@@ -1,79 +1,22 @@
1
- import { defineComponent, inject, ref, unref, toRef, openBlock, createBlock, normalizeClass, withCtx, renderSlot } from 'vue';
2
- import '../../popper/index.mjs';
3
1
  import '../../../utils/index.mjs';
4
- import '../../../hooks/index.mjs';
5
- import { TOOLTIP_INJECTION_KEY } from './constants.mjs';
6
- import { useTooltipTriggerProps } from './trigger.mjs';
7
- import { whenTrigger } from './utils.mjs';
8
- import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
9
- import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
10
- import { composeEventHandlers } from '../../../utils/dom/event.mjs';
11
- import ElPopperTrigger from '../../popper/src/trigger2.mjs';
2
+ import '../../popper/index.mjs';
3
+ import '../../../constants/index.mjs';
4
+ import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
5
+ import { popperTriggerProps } from '../../popper/src/trigger.mjs';
6
+ import { EVENT_CODE } from '../../../constants/aria.mjs';
12
7
 
13
- const __default__ = defineComponent({
14
- name: "ElTooltipTrigger"
15
- });
16
- const _sfc_main = /* @__PURE__ */ defineComponent({
17
- ...__default__,
18
- props: useTooltipTriggerProps,
19
- setup(__props, { expose }) {
20
- const props = __props;
21
- const ns = useNamespace("tooltip");
22
- const { controlled, id, open, onOpen, onClose, onToggle } = inject(TOOLTIP_INJECTION_KEY, void 0);
23
- const triggerRef = ref(null);
24
- const stopWhenControlledOrDisabled = () => {
25
- if (unref(controlled) || props.disabled) {
26
- return true;
27
- }
28
- };
29
- const trigger = toRef(props, "trigger");
30
- const onMouseenter = composeEventHandlers(stopWhenControlledOrDisabled, whenTrigger(trigger, "hover", onOpen));
31
- const onMouseleave = composeEventHandlers(stopWhenControlledOrDisabled, whenTrigger(trigger, "hover", onClose));
32
- const onClick = composeEventHandlers(stopWhenControlledOrDisabled, whenTrigger(trigger, "click", (e) => {
33
- if (e.button === 0) {
34
- onToggle(e);
35
- }
36
- }));
37
- const onFocus = composeEventHandlers(stopWhenControlledOrDisabled, whenTrigger(trigger, "focus", onOpen));
38
- const onBlur = composeEventHandlers(stopWhenControlledOrDisabled, whenTrigger(trigger, "focus", onClose));
39
- const onContextMenu = composeEventHandlers(stopWhenControlledOrDisabled, whenTrigger(trigger, "contextmenu", (e) => {
40
- e.preventDefault();
41
- onToggle(e);
42
- }));
43
- const onKeydown = composeEventHandlers(stopWhenControlledOrDisabled, (e) => {
44
- const { code } = e;
45
- if (props.triggerKeys.includes(code)) {
46
- e.preventDefault();
47
- onToggle(e);
48
- }
49
- });
50
- expose({
51
- triggerRef
52
- });
53
- return (_ctx, _cache) => {
54
- return openBlock(), createBlock(unref(ElPopperTrigger), {
55
- id: unref(id),
56
- "virtual-ref": _ctx.virtualRef,
57
- open: unref(open),
58
- "virtual-triggering": _ctx.virtualTriggering,
59
- class: normalizeClass(unref(ns).e("trigger")),
60
- onBlur: unref(onBlur),
61
- onClick: unref(onClick),
62
- onContextmenu: unref(onContextMenu),
63
- onFocus: unref(onFocus),
64
- onMouseenter: unref(onMouseenter),
65
- onMouseleave: unref(onMouseleave),
66
- onKeydown: unref(onKeydown)
67
- }, {
68
- default: withCtx(() => [
69
- renderSlot(_ctx.$slots, "default")
70
- ]),
71
- _: 3
72
- }, 8, ["id", "virtual-ref", "open", "virtual-triggering", "class", "onBlur", "onClick", "onContextmenu", "onFocus", "onMouseenter", "onMouseleave", "onKeydown"]);
73
- };
8
+ const useTooltipTriggerProps = buildProps({
9
+ ...popperTriggerProps,
10
+ disabled: Boolean,
11
+ trigger: {
12
+ type: definePropType([String, Array]),
13
+ default: "hover"
14
+ },
15
+ triggerKeys: {
16
+ type: definePropType(Array),
17
+ default: () => [EVENT_CODE.enter, EVENT_CODE.space]
74
18
  }
75
19
  });
76
- var ElTooltipTrigger = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\Haulistix\\beyond-ui\\packages\\components\\tooltip\\src\\trigger.vue"]]);
77
20
 
78
- export { ElTooltipTrigger as default };
21
+ export { useTooltipTriggerProps };
79
22
  //# sourceMappingURL=trigger2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"trigger2.mjs","sources":["../../../../../../packages/components/tooltip/src/trigger.vue"],"sourcesContent":["<template>\n <el-popper-trigger\n :id=\"id\"\n :virtual-ref=\"virtualRef\"\n :open=\"open\"\n :virtual-triggering=\"virtualTriggering\"\n :class=\"ns.e('trigger')\"\n @blur=\"onBlur\"\n @click=\"onClick\"\n @contextmenu=\"onContextMenu\"\n @focus=\"onFocus\"\n @mouseenter=\"onMouseenter\"\n @mouseleave=\"onMouseleave\"\n @keydown=\"onKeydown\"\n >\n <slot />\n </el-popper-trigger>\n</template>\n<script lang=\"ts\" setup>\nimport { inject, ref, toRef, unref } from 'vue'\nimport { ElPopperTrigger } from '@element-plus/components/popper'\nimport { composeEventHandlers } from '@element-plus/utils'\nimport { useNamespace } from '@element-plus/hooks'\nimport { TOOLTIP_INJECTION_KEY } from './constants'\nimport { useTooltipTriggerProps } from './trigger'\nimport { whenTrigger } from './utils'\nimport type { OnlyChildExpose } from '@element-plus/components/slot'\n\ndefineOptions({\n name: 'ElTooltipTrigger',\n})\n\nconst props = defineProps(useTooltipTriggerProps)\n\nconst ns = useNamespace('tooltip')\nconst { controlled, id, open, onOpen, onClose, onToggle } = inject(\n TOOLTIP_INJECTION_KEY,\n undefined\n)!\n\nconst triggerRef = ref<OnlyChildExpose | null>(null)\n\nconst stopWhenControlledOrDisabled = () => {\n if (unref(controlled) || props.disabled) {\n return true\n }\n}\nconst trigger = toRef(props, 'trigger')\nconst onMouseenter = composeEventHandlers(\n stopWhenControlledOrDisabled,\n whenTrigger(trigger, 'hover', onOpen)\n)\nconst onMouseleave = composeEventHandlers(\n stopWhenControlledOrDisabled,\n whenTrigger(trigger, 'hover', onClose)\n)\nconst onClick = composeEventHandlers(\n stopWhenControlledOrDisabled,\n whenTrigger(trigger, 'click', (e) => {\n // distinguish left click\n if ((e as MouseEvent).button === 0) {\n onToggle(e)\n }\n })\n)\n\nconst onFocus = composeEventHandlers(\n stopWhenControlledOrDisabled,\n whenTrigger(trigger, 'focus', onOpen)\n)\n\nconst onBlur = composeEventHandlers(\n stopWhenControlledOrDisabled,\n whenTrigger(trigger, 'focus', onClose)\n)\n\nconst onContextMenu = composeEventHandlers(\n stopWhenControlledOrDisabled,\n whenTrigger(trigger, 'contextmenu', (e: Event) => {\n e.preventDefault()\n onToggle(e)\n })\n)\n\nconst onKeydown = composeEventHandlers(\n stopWhenControlledOrDisabled,\n (e: KeyboardEvent) => {\n const { code } = e\n if (props.triggerKeys.includes(code)) {\n e.preventDefault()\n onToggle(e)\n }\n }\n)\n\ndefineExpose({\n /**\n * @description trigger element\n */\n triggerRef,\n})\n</script>\n"],"names":[],"mappings":";;;;;;;;;;;;mCA4Bc,CAAA;AAAA,EACZ,IAAM,EAAA,kBAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAIA,IAAM,MAAA,EAAA,GAAK,aAAa,SAAS,CAAA,CAAA;AACjC,IAAM,MAAA,EAAE,YAAY,EAAI,EAAA,IAAA,EAAM,QAAQ,OAAS,EAAA,QAAA,EAAA,GAAa,MAC1D,CAAA,qBAAA,EACA,KACF,CAAA,CAAA,CAAA;AAEA,IAAM,MAAA,UAAA,GAAa,IAA4B,IAAI,CAAA,CAAA;AAEnD,IAAA,MAAM,+BAA+B,MAAM;AACzC,MAAA,IAAI,KAAM,CAAA,UAAU,CAAK,IAAA,KAAA,CAAM,QAAU,EAAA;AACvC,QAAO,OAAA,IAAA,CAAA;AAAA,OACT;AAAA,KACF,CAAA;AACA,IAAM,MAAA,OAAA,GAAU,KAAM,CAAA,KAAA,EAAO,SAAS,CAAA,CAAA;AACtC,IAAA,MAAM,eAAe,oBACnB,CAAA,4BAAA,EACA,YAAY,OAAS,EAAA,OAAA,EAAS,MAAM,CACtC,CAAA,CAAA;AACA,IAAA,MAAM,eAAe,oBACnB,CAAA,4BAAA,EACA,YAAY,OAAS,EAAA,OAAA,EAAS,OAAO,CACvC,CAAA,CAAA;AACA,IAAA,MAAM,UAAU,oBACd,CAAA,4BAAA,EACA,YAAY,OAAS,EAAA,OAAA,EAAS,CAAC,CAAM,KAAA;AAEnC,MAAK,IAAA,CAAA,CAAiB,WAAW,CAAG,EAAA;AAClC,QAAA,QAAA,CAAS,CAAC,CAAA,CAAA;AAAA,OACZ;AAAA,KACD,CACH,CAAA,CAAA;AAEA,IAAA,MAAM,UAAU,oBACd,CAAA,4BAAA,EACA,YAAY,OAAS,EAAA,OAAA,EAAS,MAAM,CACtC,CAAA,CAAA;AAEA,IAAA,MAAM,SAAS,oBACb,CAAA,4BAAA,EACA,YAAY,OAAS,EAAA,OAAA,EAAS,OAAO,CACvC,CAAA,CAAA;AAEA,IAAA,MAAM,gBAAgB,oBACpB,CAAA,4BAAA,EACA,YAAY,OAAS,EAAA,aAAA,EAAe,CAAC,CAAa,KAAA;AAChD,MAAA,CAAA,CAAE,cAAe,EAAA,CAAA;AACjB,MAAA,QAAA,CAAS,CAAC,CAAA,CAAA;AAAA,KACX,CACH,CAAA,CAAA;AAEA,IAAA,MAAM,SAAY,GAAA,oBAAA,CAChB,4BACA,EAAA,CAAC,CAAqB,KAAA;AACpB,MAAA,MAAM,EAAE,IAAS,EAAA,GAAA,CAAA,CAAA;AACjB,MAAA,IAAI,KAAM,CAAA,WAAA,CAAY,QAAS,CAAA,IAAI,CAAG,EAAA;AACpC,QAAA,CAAA,CAAE,cAAe,EAAA,CAAA;AACjB,QAAA,QAAA,CAAS,CAAC,CAAA,CAAA;AAAA,OACZ;AAAA,KAEJ,CAAA,CAAA;AAEA,IAAa,MAAA,CAAA;AAAA,MAIX,UAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"trigger2.mjs","sources":["../../../../../../packages/components/tooltip/src/trigger.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\nimport { popperTriggerProps } from '@element-plus/components/popper'\nimport { EVENT_CODE } from '@element-plus/constants'\nimport type { Arrayable } from '@element-plus/utils'\nimport type { ExtractPropTypes } from 'vue'\n\nexport type TooltipTriggerType = 'hover' | 'focus' | 'click' | 'contextmenu'\n\nexport const useTooltipTriggerProps = buildProps({\n ...popperTriggerProps,\n /**\n * @description whether Tooltip is disabled\n */\n disabled: Boolean,\n /**\n * @description How should the tooltip be triggered (to show)\n */\n trigger: {\n type: definePropType<Arrayable<TooltipTriggerType>>([String, Array]),\n default: 'hover',\n },\n /**\n * @description When you click the mouse to focus on the trigger element, you can define a set of keyboard codes to control the display of tooltip through the keyboard\n */\n triggerKeys: {\n type: definePropType<string[]>(Array),\n default: () => [EVENT_CODE.enter, EVENT_CODE.space],\n },\n} as const)\n\nexport type ElTooltipTriggerProps = ExtractPropTypes<\n typeof useTooltipTriggerProps\n>\n"],"names":[],"mappings":";;;;;;;AAGY,MAAC,sBAAsB,GAAG,UAAU,CAAC;AACjD,EAAE,GAAG,kBAAkB;AACvB,EAAE,QAAQ,EAAE,OAAO;AACnB,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AACzC,IAAI,OAAO,EAAE,OAAO;AACpB,GAAG;AACH,EAAE,WAAW,EAAE;AACf,IAAI,IAAI,EAAE,cAAc,CAAC,KAAK,CAAC;AAC/B,IAAI,OAAO,EAAE,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,KAAK,CAAC;AACvD,GAAG;AACH,CAAC;;;;"}
@@ -8,7 +8,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
8
8
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
9
9
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
10
10
  readonly contentClass: StringConstructor;
11
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
11
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
12
12
  readonly reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
13
13
  readonly offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
14
14
  readonly strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -78,7 +78,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
78
78
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
79
79
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
80
80
  readonly contentClass: StringConstructor;
81
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
81
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
82
82
  readonly reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
83
83
  readonly offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
84
84
  readonly strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -150,7 +150,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
150
150
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
151
151
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
152
152
  readonly contentClass: StringConstructor;
153
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
153
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
154
154
  readonly reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
155
155
  readonly offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
156
156
  readonly strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -218,14 +218,14 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
218
218
  readonly height?: number | undefined;
219
219
  readonly width?: number | undefined;
220
220
  readonly effect?: string | undefined;
221
- readonly style?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
222
- readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
223
- readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
221
+ readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
224
222
  readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
223
+ readonly style?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
225
224
  readonly ariaLabel?: string | undefined;
226
225
  readonly teleported?: boolean | undefined;
227
226
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
228
227
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
228
+ readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
229
229
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
230
230
  readonly showArrow?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
231
231
  readonly contentClass?: string | undefined;
@@ -249,14 +249,14 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
249
249
  readonly height?: number | undefined;
250
250
  readonly width?: number | undefined;
251
251
  readonly effect?: string | undefined;
252
- readonly style?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
253
- readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
254
- readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
252
+ readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
255
253
  readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
254
+ readonly style?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
256
255
  readonly ariaLabel?: string | undefined;
257
256
  readonly teleported?: boolean | undefined;
258
257
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
259
258
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
259
+ readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
260
260
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
261
261
  readonly showArrow?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
262
262
  readonly contentClass?: string | undefined;
@@ -280,14 +280,14 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
280
280
  readonly height?: number | undefined;
281
281
  readonly width?: number | undefined;
282
282
  readonly effect?: string | undefined;
283
- readonly style?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
284
- readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
285
- readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
283
+ readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
286
284
  readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
285
+ readonly style?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
287
286
  readonly ariaLabel?: string | undefined;
288
287
  readonly teleported?: boolean | undefined;
289
288
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
290
289
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
290
+ readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
291
291
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
292
292
  readonly showArrow?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
293
293
  readonly contentClass?: string | undefined;
@@ -311,14 +311,14 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
311
311
  readonly height?: number | undefined;
312
312
  readonly width?: number | undefined;
313
313
  readonly effect?: string | undefined;
314
- readonly style?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
315
- readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
316
- readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
314
+ readonly placement?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
317
315
  readonly strategy?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
316
+ readonly style?: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
318
317
  readonly ariaLabel?: string | undefined;
319
318
  readonly teleported?: boolean | undefined;
320
319
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
321
320
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
321
+ readonly open?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
322
322
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
323
323
  readonly showArrow?: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
324
324
  readonly contentClass?: string | undefined;
@@ -488,7 +488,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
488
488
  arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
489
489
  effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
490
490
  contentClass: StringConstructor;
491
- placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
491
+ placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
492
492
  reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
493
493
  offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
494
494
  strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -500,7 +500,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
500
500
  arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
501
501
  effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
502
502
  contentClass: StringConstructor;
503
- placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
503
+ placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
504
504
  reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
505
505
  offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
506
506
  strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -510,7 +510,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
510
510
  }>>;
511
511
  triggerRef: import("vue").Ref<HTMLElement | null>;
512
512
  contentId: import("vue").Ref<string>;
513
- placement: import("vue").Ref<import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
513
+ placement: import("vue").Ref<import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
514
514
  strategy: import("vue").Ref<import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>>;
515
515
  arrowRef: import("vue").Ref<HTMLElement | null>;
516
516
  referenceRef: import("vue").Ref<HTMLElement | import("@floating-ui/dom").VirtualElement | undefined>;
@@ -542,14 +542,14 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
542
542
  referenceHiddenOffsets?: {
543
543
  top: number;
544
544
  bottom: number;
545
- left: number;
546
545
  right: number;
546
+ left: number;
547
547
  } | undefined;
548
548
  escapedOffsets?: {
549
549
  top: number;
550
550
  bottom: number;
551
- left: number;
552
551
  right: number;
552
+ left: number;
553
553
  } | undefined;
554
554
  } | undefined;
555
555
  offset?: {
@@ -607,7 +607,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
607
607
  arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
608
608
  effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
609
609
  contentClass: StringConstructor;
610
- placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
610
+ placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
611
611
  reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
612
612
  offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
613
613
  strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -615,9 +615,9 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
615
615
  }>>, {
616
616
  offset: number;
617
617
  effect: string;
618
- nowrap: boolean;
619
- placement: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
618
+ placement: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
620
619
  strategy: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
620
+ nowrap: boolean;
621
621
  showArrow: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
622
622
  reference: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
623
623
  arrowPadding: number;
@@ -795,7 +795,7 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
795
795
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
796
796
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
797
797
  readonly contentClass: StringConstructor;
798
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
798
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
799
799
  readonly reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
800
800
  readonly offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
801
801
  readonly strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
@@ -859,11 +859,11 @@ export declare const ElTooltipV2: import("beyond-webui/es/utils").SFCWithInstall
859
859
  readonly height: number;
860
860
  readonly width: number;
861
861
  readonly effect: string;
862
- readonly style: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
863
- readonly open: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
864
- readonly placement: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
862
+ readonly placement: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
865
863
  readonly strategy: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
864
+ readonly style: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
866
865
  readonly teleported: boolean;
866
+ readonly open: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
867
867
  readonly showArrow: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
868
868
  readonly to: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
869
869
  readonly reference: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
@@ -1,10 +1,10 @@
1
1
  import '../../utils/index.mjs';
2
- import TooltipV2 from './src/tooltip.mjs';
3
- export { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './src/arrow2.mjs';
2
+ import TooltipV2 from './src/tooltip2.mjs';
3
+ export { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './src/arrow.mjs';
4
4
  export { tooltipV2ContentProps } from './src/content2.mjs';
5
- export { tooltipV2RootProps } from './src/root2.mjs';
6
- export { tooltipV2Props } from './src/tooltip2.mjs';
7
- export { tooltipV2TriggerProps } from './src/trigger.mjs';
5
+ export { tooltipV2RootProps } from './src/root.mjs';
6
+ export { tooltipV2Props } from './src/tooltip.mjs';
7
+ export { tooltipV2TriggerProps } from './src/trigger2.mjs';
8
8
  export { TOOLTIP_V2_OPEN, tooltipV2ContentKey, tooltipV2RootKey } from './src/constants.mjs';
9
9
  import { withInstall } from '../../utils/vue/install.mjs';
10
10
 
@@ -1,43 +1,28 @@
1
- import { defineComponent, inject, computed, openBlock, createElementBlock, normalizeStyle, unref, normalizeClass } from 'vue';
2
- import { tooltipV2RootKey, tooltipV2ContentKey } from './constants.mjs';
3
- import { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './arrow2.mjs';
4
- import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
1
+ import '../../../utils/index.mjs';
2
+ import { tooltipV2Sides } from './common.mjs';
3
+ import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
5
4
 
6
- const __default__ = defineComponent({
7
- name: "ElTooltipV2Arrow"
8
- });
9
- const _sfc_main = /* @__PURE__ */ defineComponent({
10
- ...__default__,
11
- props: {
12
- ...tooltipV2ArrowProps,
13
- ...tooltipV2ArrowSpecialProps
5
+ const tooltipV2ArrowProps = buildProps({
6
+ width: {
7
+ type: Number,
8
+ default: 10
9
+ },
10
+ height: {
11
+ type: Number,
12
+ default: 10
14
13
  },
15
- setup(__props) {
16
- const props = __props;
17
- const { ns } = inject(tooltipV2RootKey);
18
- const { arrowRef } = inject(tooltipV2ContentKey);
19
- const arrowStyle = computed(() => {
20
- const { style, width, height } = props;
21
- const namespace = ns.namespace.value;
22
- return {
23
- [`--${namespace}-tooltip-v2-arrow-width`]: `${width}px`,
24
- [`--${namespace}-tooltip-v2-arrow-height`]: `${height}px`,
25
- [`--${namespace}-tooltip-v2-arrow-border-width`]: `${width / 2}px`,
26
- [`--${namespace}-tooltip-v2-arrow-cover-width`]: width / 2 - 1,
27
- ...style || {}
28
- };
29
- });
30
- return (_ctx, _cache) => {
31
- return openBlock(), createElementBlock("span", {
32
- ref_key: "arrowRef",
33
- ref: arrowRef,
34
- style: normalizeStyle(unref(arrowStyle)),
35
- class: normalizeClass(unref(ns).e("arrow"))
36
- }, null, 6);
37
- };
14
+ style: {
15
+ type: definePropType(Object),
16
+ default: null
17
+ }
18
+ });
19
+ const tooltipV2ArrowSpecialProps = buildProps({
20
+ side: {
21
+ type: definePropType(String),
22
+ values: tooltipV2Sides,
23
+ required: true
38
24
  }
39
25
  });
40
- var TooltipV2Arrow = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\Haulistix\\beyond-ui\\packages\\components\\tooltip-v2\\src\\arrow.vue"]]);
41
26
 
42
- export { TooltipV2Arrow as default };
27
+ export { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps };
43
28
  //# sourceMappingURL=arrow.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"arrow.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/arrow.vue"],"sourcesContent":["<template>\n <span ref=\"arrowRef\" :style=\"arrowStyle\" :class=\"ns.e('arrow')\" />\n</template>\n\n<script setup lang=\"ts\">\nimport { computed, inject } from 'vue'\nimport { tooltipV2ContentKey, tooltipV2RootKey } from './constants'\nimport { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './arrow'\n\nimport type { CSSProperties } from 'vue'\n\ndefineOptions({\n name: 'ElTooltipV2Arrow',\n})\n\nconst props = defineProps({\n ...tooltipV2ArrowProps,\n ...tooltipV2ArrowSpecialProps,\n})\n\nconst { ns } = inject(tooltipV2RootKey)!\nconst { arrowRef } = inject(tooltipV2ContentKey)!\n\nconst arrowStyle = computed<CSSProperties>(() => {\n const { style, width, height } = props\n const namespace = ns.namespace.value\n\n return {\n [`--${namespace}-tooltip-v2-arrow-width`]: `${width}px`,\n [`--${namespace}-tooltip-v2-arrow-height`]: `${height}px`,\n [`--${namespace}-tooltip-v2-arrow-border-width`]: `${width / 2}px`,\n [`--${namespace}-tooltip-v2-arrow-cover-width`]: width / 2 - 1,\n ...(style || {}),\n }\n})\n</script>\n"],"names":[],"mappings":";;;;;mCAWc,CAAA;AAAA,EACZ,IAAM,EAAA,kBAAA;AACR,CAAA,CAAA,CAAA;;;;;;;;;AAOA,IAAM,MAAA,EAAE,EAAO,EAAA,GAAA,MAAA,CAAO,gBAAgB,CAAA,CAAA;AACtC,IAAM,MAAA,EAAE,QAAa,EAAA,GAAA,MAAA,CAAO,mBAAmB,CAAA,CAAA;AAE/C,IAAM,MAAA,UAAA,GAAa,SAAwB,MAAM;AAC/C,MAAM,MAAA,EAAE,KAAO,EAAA,KAAA,EAAO,MAAW,EAAA,GAAA,KAAA,CAAA;AACjC,MAAM,MAAA,SAAA,GAAY,GAAG,SAAU,CAAA,KAAA,CAAA;AAE/B,MAAO,OAAA;AAAA,QACL,CAAC,CAAK,EAAA,EAAA,SAAA,CAAA,uBAAA,CAAA,GAAqC,CAAG,EAAA,KAAA,CAAA,EAAA,CAAA;AAAA,QAC9C,CAAC,CAAK,EAAA,EAAA,SAAA,CAAA,wBAAA,CAAA,GAAsC,CAAG,EAAA,MAAA,CAAA,EAAA,CAAA;AAAA,QAC/C,CAAC,CAAA,EAAA,EAAK,SAA4C,CAAA,8BAAA,CAAA,GAAA,CAAA,EAAG,KAAQ,GAAA,CAAA,CAAA,EAAA,CAAA;AAAA,QAC7D,CAAC,CAAA,EAAA,EAAK,SAA2C,CAAA,6BAAA,CAAA,GAAA,KAAA,GAAQ,CAAI,GAAA,CAAA;AAAA,QAC7D,GAAI,SAAS,EAAC;AAAA,OAChB,CAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"arrow.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/arrow.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\nimport { tooltipV2Sides } from './common'\n\nimport type { CSSProperties, ExtractPropTypes } from 'vue'\nimport type { TooltipV2Sides } from './common'\n\nexport const tooltipV2ArrowProps = buildProps({\n width: {\n type: Number,\n default: 10,\n },\n height: {\n type: Number,\n default: 10,\n },\n style: {\n type: definePropType<CSSProperties | null>(Object),\n default: null,\n },\n} as const)\n\nexport const tooltipV2ArrowSpecialProps = buildProps({\n side: {\n type: definePropType<TooltipV2Sides>(String),\n values: tooltipV2Sides,\n required: true,\n },\n} as const)\n\nexport type TooltipV2ArrowProps = ExtractPropTypes<typeof tooltipV2ArrowProps>\n"],"names":[],"mappings":";;;;AAEY,MAAC,mBAAmB,GAAG,UAAU,CAAC;AAC9C,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,CAAC,EAAE;AACS,MAAC,0BAA0B,GAAG,UAAU,CAAC;AACrD,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,MAAM,EAAE,cAAc;AAC1B,IAAI,QAAQ,EAAE,IAAI;AAClB,GAAG;AACH,CAAC;;;;"}
@@ -1,28 +1,43 @@
1
- import '../../../utils/index.mjs';
2
- import { tooltipV2Sides } from './common.mjs';
3
- import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
1
+ import { defineComponent, inject, computed, openBlock, createElementBlock, normalizeStyle, unref, normalizeClass } from 'vue';
2
+ import { tooltipV2RootKey, tooltipV2ContentKey } from './constants.mjs';
3
+ import { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './arrow.mjs';
4
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
4
5
 
5
- const tooltipV2ArrowProps = buildProps({
6
- width: {
7
- type: Number,
8
- default: 10
9
- },
10
- height: {
11
- type: Number,
12
- default: 10
13
- },
14
- style: {
15
- type: definePropType(Object),
16
- default: null
17
- }
6
+ const __default__ = defineComponent({
7
+ name: "ElTooltipV2Arrow"
18
8
  });
19
- const tooltipV2ArrowSpecialProps = buildProps({
20
- side: {
21
- type: definePropType(String),
22
- values: tooltipV2Sides,
23
- required: true
9
+ const _sfc_main = /* @__PURE__ */ defineComponent({
10
+ ...__default__,
11
+ props: {
12
+ ...tooltipV2ArrowProps,
13
+ ...tooltipV2ArrowSpecialProps
14
+ },
15
+ setup(__props) {
16
+ const props = __props;
17
+ const { ns } = inject(tooltipV2RootKey);
18
+ const { arrowRef } = inject(tooltipV2ContentKey);
19
+ const arrowStyle = computed(() => {
20
+ const { style, width, height } = props;
21
+ const namespace = ns.namespace.value;
22
+ return {
23
+ [`--${namespace}-tooltip-v2-arrow-width`]: `${width}px`,
24
+ [`--${namespace}-tooltip-v2-arrow-height`]: `${height}px`,
25
+ [`--${namespace}-tooltip-v2-arrow-border-width`]: `${width / 2}px`,
26
+ [`--${namespace}-tooltip-v2-arrow-cover-width`]: width / 2 - 1,
27
+ ...style || {}
28
+ };
29
+ });
30
+ return (_ctx, _cache) => {
31
+ return openBlock(), createElementBlock("span", {
32
+ ref_key: "arrowRef",
33
+ ref: arrowRef,
34
+ style: normalizeStyle(unref(arrowStyle)),
35
+ class: normalizeClass(unref(ns).e("arrow"))
36
+ }, null, 6);
37
+ };
24
38
  }
25
39
  });
40
+ var TooltipV2Arrow = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\Haulistix\\beyond-ui\\packages\\components\\tooltip-v2\\src\\arrow.vue"]]);
26
41
 
27
- export { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps };
42
+ export { TooltipV2Arrow as default };
28
43
  //# sourceMappingURL=arrow2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"arrow2.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/arrow.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\nimport { tooltipV2Sides } from './common'\n\nimport type { CSSProperties, ExtractPropTypes } from 'vue'\nimport type { TooltipV2Sides } from './common'\n\nexport const tooltipV2ArrowProps = buildProps({\n width: {\n type: Number,\n default: 10,\n },\n height: {\n type: Number,\n default: 10,\n },\n style: {\n type: definePropType<CSSProperties | null>(Object),\n default: null,\n },\n} as const)\n\nexport const tooltipV2ArrowSpecialProps = buildProps({\n side: {\n type: definePropType<TooltipV2Sides>(String),\n values: tooltipV2Sides,\n required: true,\n },\n} as const)\n\nexport type TooltipV2ArrowProps = ExtractPropTypes<typeof tooltipV2ArrowProps>\n"],"names":[],"mappings":";;;;AAEY,MAAC,mBAAmB,GAAG,UAAU,CAAC;AAC9C,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,CAAC,EAAE;AACS,MAAC,0BAA0B,GAAG,UAAU,CAAC;AACrD,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,MAAM,EAAE,cAAc;AAC1B,IAAI,QAAQ,EAAE,IAAI;AAClB,GAAG;AACH,CAAC;;;;"}
1
+ {"version":3,"file":"arrow2.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/arrow.vue"],"sourcesContent":["<template>\n <span ref=\"arrowRef\" :style=\"arrowStyle\" :class=\"ns.e('arrow')\" />\n</template>\n\n<script setup lang=\"ts\">\nimport { computed, inject } from 'vue'\nimport { tooltipV2ContentKey, tooltipV2RootKey } from './constants'\nimport { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './arrow'\n\nimport type { CSSProperties } from 'vue'\n\ndefineOptions({\n name: 'ElTooltipV2Arrow',\n})\n\nconst props = defineProps({\n ...tooltipV2ArrowProps,\n ...tooltipV2ArrowSpecialProps,\n})\n\nconst { ns } = inject(tooltipV2RootKey)!\nconst { arrowRef } = inject(tooltipV2ContentKey)!\n\nconst arrowStyle = computed<CSSProperties>(() => {\n const { style, width, height } = props\n const namespace = ns.namespace.value\n\n return {\n [`--${namespace}-tooltip-v2-arrow-width`]: `${width}px`,\n [`--${namespace}-tooltip-v2-arrow-height`]: `${height}px`,\n [`--${namespace}-tooltip-v2-arrow-border-width`]: `${width / 2}px`,\n [`--${namespace}-tooltip-v2-arrow-cover-width`]: width / 2 - 1,\n ...(style || {}),\n }\n})\n</script>\n"],"names":[],"mappings":";;;;;mCAWc,CAAA;AAAA,EACZ,IAAM,EAAA,kBAAA;AACR,CAAA,CAAA,CAAA;;;;;;;;;AAOA,IAAM,MAAA,EAAE,EAAO,EAAA,GAAA,MAAA,CAAO,gBAAgB,CAAA,CAAA;AACtC,IAAM,MAAA,EAAE,QAAa,EAAA,GAAA,MAAA,CAAO,mBAAmB,CAAA,CAAA;AAE/C,IAAM,MAAA,UAAA,GAAa,SAAwB,MAAM;AAC/C,MAAM,MAAA,EAAE,KAAO,EAAA,KAAA,EAAO,MAAW,EAAA,GAAA,KAAA,CAAA;AACjC,MAAM,MAAA,SAAA,GAAY,GAAG,SAAU,CAAA,KAAA,CAAA;AAE/B,MAAO,OAAA;AAAA,QACL,CAAC,CAAK,EAAA,EAAA,SAAA,CAAA,uBAAA,CAAA,GAAqC,CAAG,EAAA,KAAA,CAAA,EAAA,CAAA;AAAA,QAC9C,CAAC,CAAK,EAAA,EAAA,SAAA,CAAA,wBAAA,CAAA,GAAsC,CAAG,EAAA,MAAA,CAAA,EAAA,CAAA;AAAA,QAC/C,CAAC,CAAA,EAAA,EAAK,SAA4C,CAAA,8BAAA,CAAA,GAAA,CAAA,EAAG,KAAQ,GAAA,CAAA,CAAA,EAAA,CAAA;AAAA,QAC7D,CAAC,CAAA,EAAA,EAAK,SAA2C,CAAA,6BAAA,CAAA,GAAA,KAAA,GAAQ,CAAI,GAAA,CAAA;AAAA,QAC7D,GAAI,SAAS,EAAC;AAAA,OAChB,CAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;"}
@@ -5,7 +5,7 @@ export declare const tooltipV2ContentProps: {
5
5
  readonly arrowPadding: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>;
6
6
  readonly effect: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
7
7
  readonly contentClass: StringConstructor;
8
- readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => Placement & {}) | (() => Placement) | ((new (...args: any[]) => Placement & {}) | (() => Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
8
+ readonly placement: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => Placement & {}) | (() => Placement) | ((new (...args: any[]) => Placement & {}) | (() => Placement))[], "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
9
9
  readonly reference: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null) | ((new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null))[], unknown, unknown, null, boolean>;
10
10
  readonly offset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
11
11
  readonly strategy: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => Strategy & {}) | (() => Strategy) | ((new (...args: any[]) => Strategy & {}) | (() => Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;