element-plus-secondary 0.3.4 → 0.3.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 (789) hide show
  1. package/dist/index.css +1 -1
  2. package/es/components/affix/index.d.ts +1 -1
  3. package/es/components/affix/index.mjs +2 -2
  4. package/es/components/affix/src/affix.mjs +26 -117
  5. package/es/components/affix/src/affix.mjs.map +1 -1
  6. package/es/components/affix/src/affix.vue.d.ts +1 -1
  7. package/es/components/affix/src/affix2.mjs +117 -26
  8. package/es/components/affix/src/affix2.mjs.map +1 -1
  9. package/es/components/alert/index.mjs +2 -2
  10. package/es/components/alert/src/alert.mjs +36 -96
  11. package/es/components/alert/src/alert.mjs.map +1 -1
  12. package/es/components/alert/src/alert2.mjs +96 -36
  13. package/es/components/alert/src/alert2.mjs.map +1 -1
  14. package/es/components/autocomplete/index.d.ts +204 -108
  15. package/es/components/autocomplete/index.mjs +2 -2
  16. package/es/components/autocomplete/src/autocomplete.mjs +71 -353
  17. package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
  18. package/es/components/autocomplete/src/autocomplete.vue.d.ts +204 -108
  19. package/es/components/autocomplete/src/autocomplete2.mjs +353 -71
  20. package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
  21. package/es/components/backtop/index.mjs +2 -2
  22. package/es/components/backtop/src/backtop.mjs +54 -21
  23. package/es/components/backtop/src/backtop.mjs.map +1 -1
  24. package/es/components/backtop/src/backtop2.mjs +21 -54
  25. package/es/components/backtop/src/backtop2.mjs.map +1 -1
  26. package/es/components/breadcrumb/index.mjs +2 -2
  27. package/es/components/breadcrumb/src/breadcrumb-item.mjs +57 -11
  28. package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
  29. package/es/components/breadcrumb/src/breadcrumb-item2.mjs +11 -57
  30. package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
  31. package/es/components/button/index.mjs +3 -3
  32. package/es/components/button/src/button-group.mjs +6 -31
  33. package/es/components/button/src/button-group.mjs.map +1 -1
  34. package/es/components/button/src/button-group2.mjs +31 -6
  35. package/es/components/button/src/button-group2.mjs.map +1 -1
  36. package/es/components/button/src/button.mjs +54 -78
  37. package/es/components/button/src/button.mjs.map +1 -1
  38. package/es/components/button/src/button2.mjs +78 -54
  39. package/es/components/button/src/button2.mjs.map +1 -1
  40. package/es/components/calendar/index.mjs +2 -2
  41. package/es/components/calendar/src/calendar.mjs +18 -131
  42. package/es/components/calendar/src/calendar.mjs.map +1 -1
  43. package/es/components/calendar/src/calendar2.mjs +131 -18
  44. package/es/components/calendar/src/calendar2.mjs.map +1 -1
  45. package/es/components/carousel/index.d.ts +2 -2
  46. package/es/components/carousel/src/carousel.vue.d.ts +2 -2
  47. package/es/components/cascader/index.d.ts +276 -156
  48. package/es/components/cascader/src/index.mjs +2 -2
  49. package/es/components/cascader/src/index.vue.d.ts +138 -78
  50. package/es/components/cascader-panel/index.d.ts +2 -2
  51. package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
  52. package/es/components/check-tag/index.mjs +2 -2
  53. package/es/components/check-tag/src/check-tag.mjs +12 -30
  54. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  55. package/es/components/check-tag/src/check-tag2.mjs +30 -12
  56. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  57. package/es/components/checkbox/index.d.ts +10 -10
  58. package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  59. package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
  60. package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
  61. package/es/components/col/index.mjs +2 -2
  62. package/es/components/col/src/col.mjs +66 -43
  63. package/es/components/col/src/col.mjs.map +1 -1
  64. package/es/components/col/src/col2.mjs +43 -66
  65. package/es/components/col/src/col2.mjs.map +1 -1
  66. package/es/components/collapse/index.d.ts +2 -2
  67. package/es/components/collapse/index.mjs +2 -2
  68. package/es/components/collapse/src/collapse-item.mjs +96 -19
  69. package/es/components/collapse/src/collapse-item.mjs.map +1 -1
  70. package/es/components/collapse/src/collapse-item2.mjs +19 -96
  71. package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
  72. package/es/components/collapse/src/collapse.vue.d.ts +2 -2
  73. package/es/components/color-picker/index.d.ts +462 -138
  74. package/es/components/color-picker/index.mjs +2 -2
  75. package/es/components/color-picker/src/color-picker.mjs +382 -46
  76. package/es/components/color-picker/src/color-picker.mjs.map +1 -1
  77. package/es/components/color-picker/src/color-picker.vue.d.ts +462 -138
  78. package/es/components/color-picker/src/color-picker2.mjs +46 -382
  79. package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
  80. package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +108 -12
  81. package/es/components/color-picker/src/components/predefine.mjs +1 -1
  82. package/es/components/date-picker/index.d.ts +2 -2
  83. package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
  84. package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  85. package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  86. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +73 -37
  87. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +71 -35
  88. package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  89. package/es/components/date-picker/src/date-picker.d.ts +1 -1
  90. package/es/components/date-picker/src/panel-utils.d.ts +151 -79
  91. package/es/components/descriptions/index.d.ts +3 -3
  92. package/es/components/descriptions/src/description-item.d.ts +1 -1
  93. package/es/components/descriptions/src/description.vue.d.ts +1 -1
  94. package/es/components/dialog/index.d.ts +2 -2
  95. package/es/components/dialog/src/dialog-content.mjs +87 -37
  96. package/es/components/dialog/src/dialog-content.mjs.map +1 -1
  97. package/es/components/dialog/src/dialog-content2.mjs +37 -87
  98. package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
  99. package/es/components/dialog/src/dialog.mjs +1 -1
  100. package/es/components/dialog/src/dialog.vue.d.ts +2 -2
  101. package/es/components/dialog/src/dialog2.mjs +1 -1
  102. package/es/components/divider/index.mjs +2 -2
  103. package/es/components/divider/src/divider.mjs +17 -35
  104. package/es/components/divider/src/divider.mjs.map +1 -1
  105. package/es/components/divider/src/divider2.mjs +35 -17
  106. package/es/components/divider/src/divider2.mjs.map +1 -1
  107. package/es/components/drawer/index.d.ts +2 -2
  108. package/es/components/drawer/index.mjs +2 -2
  109. package/es/components/drawer/src/drawer.mjs +22 -165
  110. package/es/components/drawer/src/drawer.mjs.map +1 -1
  111. package/es/components/drawer/src/drawer.vue.d.ts +2 -2
  112. package/es/components/drawer/src/drawer2.mjs +165 -22
  113. package/es/components/drawer/src/drawer2.mjs.map +1 -1
  114. package/es/components/dropdown/index.d.ts +64 -64
  115. package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
  116. package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
  117. package/es/components/dropdown/src/dropdown.mjs +2 -2
  118. package/es/components/dropdown/src/dropdown.vue.d.ts +64 -64
  119. package/es/components/dropdown/src/dropdown2.mjs +1 -1
  120. package/es/components/empty/index.d.ts +1 -1
  121. package/es/components/empty/src/empty.vue.d.ts +1 -1
  122. package/es/components/form/index.mjs +4 -4
  123. package/es/components/form/src/form-item.mjs +316 -43
  124. package/es/components/form/src/form-item.mjs.map +1 -1
  125. package/es/components/form/src/form-item2.mjs +43 -316
  126. package/es/components/form/src/form-item2.mjs.map +1 -1
  127. package/es/components/form/src/form.mjs +53 -150
  128. package/es/components/form/src/form.mjs.map +1 -1
  129. package/es/components/form/src/form2.mjs +150 -53
  130. package/es/components/form/src/form2.mjs.map +1 -1
  131. package/es/components/icon/index.mjs +2 -2
  132. package/es/components/icon/src/icon.mjs +36 -8
  133. package/es/components/icon/src/icon.mjs.map +1 -1
  134. package/es/components/icon/src/icon2.mjs +8 -36
  135. package/es/components/icon/src/icon2.mjs.map +1 -1
  136. package/es/components/image/index.d.ts +7 -7
  137. package/es/components/image/src/image.d.ts +1 -1
  138. package/es/components/image/src/image.vue.d.ts +7 -7
  139. package/es/components/image-viewer/index.d.ts +1 -1
  140. package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  141. package/es/components/index.mjs +38 -38
  142. package/es/components/input/index.d.ts +39 -3
  143. package/es/components/input/src/input.d.ts +12 -0
  144. package/es/components/input/src/input.mjs +6 -0
  145. package/es/components/input/src/input.mjs.map +1 -1
  146. package/es/components/input/src/input.vue.d.ts +39 -3
  147. package/es/components/input/src/input2.mjs +1 -1
  148. package/es/components/input/src/input2.mjs.map +1 -1
  149. package/es/components/input-number/index.d.ts +108 -12
  150. package/es/components/input-number/index.mjs +2 -2
  151. package/es/components/input-number/src/input-number.mjs +300 -62
  152. package/es/components/input-number/src/input-number.mjs.map +1 -1
  153. package/es/components/input-number/src/input-number.vue.d.ts +108 -12
  154. package/es/components/input-number/src/input-number2.mjs +62 -300
  155. package/es/components/input-number/src/input-number2.mjs.map +1 -1
  156. package/es/components/link/index.mjs +2 -2
  157. package/es/components/link/src/link.mjs +21 -49
  158. package/es/components/link/src/link.mjs.map +1 -1
  159. package/es/components/link/src/link2.mjs +49 -21
  160. package/es/components/link/src/link2.mjs.map +1 -1
  161. package/es/components/loading/index.d.ts +1 -1
  162. package/es/components/menu/index.d.ts +1 -1
  163. package/es/components/menu/src/menu-item2.mjs +1 -1
  164. package/es/components/menu/src/menu.d.ts +1 -1
  165. package/es/components/message/index.mjs +1 -1
  166. package/es/components/message/src/message.mjs +146 -86
  167. package/es/components/message/src/message.mjs.map +1 -1
  168. package/es/components/message/src/message2.mjs +86 -146
  169. package/es/components/message/src/message2.mjs.map +1 -1
  170. package/es/components/message/src/method.mjs +2 -2
  171. package/es/components/notification/index.mjs +1 -1
  172. package/es/components/notification/src/notification.mjs +145 -69
  173. package/es/components/notification/src/notification.mjs.map +1 -1
  174. package/es/components/notification/src/notification.vue.d.ts +1 -1
  175. package/es/components/notification/src/notification2.mjs +69 -145
  176. package/es/components/notification/src/notification2.mjs.map +1 -1
  177. package/es/components/notification/src/notify.mjs +2 -2
  178. package/es/components/pagination/src/components/jumper.vue.d.ts +39 -3
  179. package/es/components/pagination/src/components/sizes.vue.d.ts +64 -64
  180. package/es/components/popconfirm/index.d.ts +96 -96
  181. package/es/components/popconfirm/index.mjs +2 -2
  182. package/es/components/popconfirm/src/popconfirm.mjs +49 -111
  183. package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
  184. package/es/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
  185. package/es/components/popconfirm/src/popconfirm2.mjs +111 -49
  186. package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
  187. package/es/components/popover/index.d.ts +105 -105
  188. package/es/components/popover/index.mjs +2 -2
  189. package/es/components/popover/src/popover.mjs +66 -111
  190. package/es/components/popover/src/popover.mjs.map +1 -1
  191. package/es/components/popover/src/popover.vue.d.ts +105 -105
  192. package/es/components/popover/src/popover2.mjs +111 -66
  193. package/es/components/popover/src/popover2.mjs.map +1 -1
  194. package/es/components/popper/index.d.ts +5 -5
  195. package/es/components/popper/index.mjs +2 -2
  196. package/es/components/popper/src/content.d.ts +4 -4
  197. package/es/components/popper/src/content.vue.d.ts +4 -4
  198. package/es/components/popper/src/popper.d.ts +2 -2
  199. package/es/components/popper/src/popper.mjs +25 -33
  200. package/es/components/popper/src/popper.mjs.map +1 -1
  201. package/es/components/popper/src/popper.vue.d.ts +5 -5
  202. package/es/components/popper/src/popper2.mjs +33 -25
  203. package/es/components/popper/src/popper2.mjs.map +1 -1
  204. package/es/components/popper/src/trigger.vue.d.ts +1 -1
  205. package/es/components/popper/src/utils.d.ts +1 -1
  206. package/es/components/progress/index.mjs +2 -2
  207. package/es/components/progress/src/progress.mjs +202 -57
  208. package/es/components/progress/src/progress.mjs.map +1 -1
  209. package/es/components/progress/src/progress2.mjs +57 -202
  210. package/es/components/progress/src/progress2.mjs.map +1 -1
  211. package/es/components/radio/index.d.ts +6 -6
  212. package/es/components/radio/index.mjs +2 -2
  213. package/es/components/radio/src/radio-button2.mjs +1 -1
  214. package/es/components/radio/src/radio-group.mjs +1 -1
  215. package/es/components/radio/src/radio-group.vue.d.ts +2 -2
  216. package/es/components/radio/src/radio.mjs +34 -78
  217. package/es/components/radio/src/radio.mjs.map +1 -1
  218. package/es/components/radio/src/radio.vue.d.ts +2 -2
  219. package/es/components/radio/src/radio2.mjs +78 -34
  220. package/es/components/radio/src/radio2.mjs.map +1 -1
  221. package/es/components/rate/index.d.ts +2 -2
  222. package/es/components/rate/src/rate.vue.d.ts +2 -2
  223. package/es/components/roving-focus-group/index.mjs +3 -3
  224. package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
  225. package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  226. package/es/components/roving-focus-group/src/roving-focus-group.mjs +29 -27
  227. package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
  228. package/es/components/roving-focus-group/src/roving-focus-group2.mjs +27 -29
  229. package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
  230. package/es/components/roving-focus-group/src/roving-focus-item.mjs +1 -1
  231. package/es/components/row/index.d.ts +4 -4
  232. package/es/components/row/src/row.d.ts +1 -1
  233. package/es/components/row/src/row.vue.d.ts +4 -4
  234. package/es/components/scrollbar/index.d.ts +1 -1
  235. package/es/components/scrollbar/index.mjs +3 -3
  236. package/es/components/scrollbar/src/bar.mjs +42 -17
  237. package/es/components/scrollbar/src/bar.mjs.map +1 -1
  238. package/es/components/scrollbar/src/bar2.mjs +17 -42
  239. package/es/components/scrollbar/src/bar2.mjs.map +1 -1
  240. package/es/components/scrollbar/src/scrollbar.mjs +47 -175
  241. package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
  242. package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  243. package/es/components/scrollbar/src/scrollbar2.mjs +175 -47
  244. package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
  245. package/es/components/scrollbar/src/thumb.mjs +131 -11
  246. package/es/components/scrollbar/src/thumb.mjs.map +1 -1
  247. package/es/components/scrollbar/src/thumb2.mjs +11 -131
  248. package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
  249. package/es/components/select/index.d.ts +64 -64
  250. package/es/components/select/src/select.mjs +2 -2
  251. package/es/components/select/src/select.vue.d.ts +64 -64
  252. package/es/components/select/src/useSelect.d.ts +63 -63
  253. package/es/components/select-v2/index.d.ts +128 -128
  254. package/es/components/select-v2/src/defaults.mjs +1 -1
  255. package/es/components/select-v2/src/select.vue.d.ts +64 -64
  256. package/es/components/select-v2/src/useSelect.d.ts +63 -63
  257. package/es/components/skeleton/index.d.ts +9 -9
  258. package/es/components/skeleton/index.mjs +2 -2
  259. package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
  260. package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  261. package/es/components/skeleton/src/skeleton.mjs +49 -22
  262. package/es/components/skeleton/src/skeleton.mjs.map +1 -1
  263. package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
  264. package/es/components/skeleton/src/skeleton2.mjs +22 -49
  265. package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
  266. package/es/components/slider/index.d.ts +270 -174
  267. package/es/components/slider/src/button.vue.d.ts +32 -32
  268. package/es/components/slider/src/composables/use-slide.d.ts +128 -128
  269. package/es/components/slider/src/slider.vue.d.ts +270 -174
  270. package/es/components/space/index.d.ts +2 -2
  271. package/es/components/space/src/space.d.ts +2 -2
  272. package/es/components/steps/index.d.ts +1 -1
  273. package/es/components/steps/index.mjs +2 -2
  274. package/es/components/steps/src/steps.mjs +36 -34
  275. package/es/components/steps/src/steps.mjs.map +1 -1
  276. package/es/components/steps/src/steps.vue.d.ts +1 -1
  277. package/es/components/steps/src/steps2.mjs +34 -36
  278. package/es/components/steps/src/steps2.mjs.map +1 -1
  279. package/es/components/switch/index.d.ts +3 -3
  280. package/es/components/switch/index.mjs +2 -2
  281. package/es/components/switch/src/switch.mjs +240 -88
  282. package/es/components/switch/src/switch.mjs.map +1 -1
  283. package/es/components/switch/src/switch.vue.d.ts +3 -3
  284. package/es/components/switch/src/switch2.mjs +88 -240
  285. package/es/components/switch/src/switch2.mjs.map +1 -1
  286. package/es/components/table/index.d.ts +2 -2
  287. package/es/components/table/src/filter-panel.vue.d.ts +63 -63
  288. package/es/components/table/src/table.vue.d.ts +2 -2
  289. package/es/components/table/src/util.d.ts +9 -9
  290. package/es/components/tabs/index.mjs +3 -3
  291. package/es/components/tabs/src/tab-bar.mjs +7 -81
  292. package/es/components/tabs/src/tab-bar.mjs.map +1 -1
  293. package/es/components/tabs/src/tab-bar2.mjs +81 -7
  294. package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
  295. package/es/components/tabs/src/tab-nav.mjs +1 -1
  296. package/es/components/tabs/src/tab-pane.mjs +73 -13
  297. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  298. package/es/components/tabs/src/tab-pane2.mjs +13 -73
  299. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  300. package/es/components/tag/index.mjs +2 -2
  301. package/es/components/tag/src/tag.mjs +96 -32
  302. package/es/components/tag/src/tag.mjs.map +1 -1
  303. package/es/components/tag/src/tag2.mjs +32 -96
  304. package/es/components/tag/src/tag2.mjs.map +1 -1
  305. package/es/components/time-picker/index.d.ts +2 -2
  306. package/es/components/time-picker/src/common/picker.vue.d.ts +137 -101
  307. package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  308. package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  309. package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
  310. package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
  311. package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
  312. package/es/components/time-picker/src/time-picker.d.ts +1 -1
  313. package/es/components/time-select/index.d.ts +264 -264
  314. package/es/components/time-select/index.mjs +1 -1
  315. package/es/components/time-select/src/time-select.mjs +117 -48
  316. package/es/components/time-select/src/time-select.mjs.map +1 -1
  317. package/es/components/time-select/src/time-select.vue.d.ts +132 -132
  318. package/es/components/time-select/src/time-select2.mjs +48 -117
  319. package/es/components/time-select/src/time-select2.mjs.map +1 -1
  320. package/es/components/tooltip/index.d.ts +32 -32
  321. package/es/components/tooltip/index.mjs +4 -4
  322. package/es/components/tooltip/src/content.d.ts +1 -1
  323. package/es/components/tooltip/src/content.mjs +167 -39
  324. package/es/components/tooltip/src/content.mjs.map +1 -1
  325. package/es/components/tooltip/src/content.vue.d.ts +12 -12
  326. package/es/components/tooltip/src/content2.mjs +39 -167
  327. package/es/components/tooltip/src/content2.mjs.map +1 -1
  328. package/es/components/tooltip/src/tooltip.d.ts +2 -2
  329. package/es/components/tooltip/src/tooltip.mjs +31 -170
  330. package/es/components/tooltip/src/tooltip.mjs.map +1 -1
  331. package/es/components/tooltip/src/tooltip.vue.d.ts +32 -32
  332. package/es/components/tooltip/src/tooltip2.mjs +170 -31
  333. package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
  334. package/es/components/tooltip/src/trigger.mjs +16 -74
  335. package/es/components/tooltip/src/trigger.mjs.map +1 -1
  336. package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
  337. package/es/components/tooltip/src/trigger2.mjs +74 -16
  338. package/es/components/tooltip/src/trigger2.mjs.map +1 -1
  339. package/es/components/tooltip-v2/index.d.ts +35 -35
  340. package/es/components/tooltip-v2/index.mjs +1 -1
  341. package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
  342. package/es/components/tooltip-v2/src/content.d.ts +1 -1
  343. package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
  344. package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
  345. package/es/components/tooltip-v2/src/tooltip.mjs +1 -1
  346. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
  347. package/es/components/tooltip-v2/src/tooltip2.mjs +2 -2
  348. package/es/components/tooltip-v2/src/trigger.mjs +12 -90
  349. package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
  350. package/es/components/tooltip-v2/src/trigger2.mjs +90 -12
  351. package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
  352. package/es/components/transfer/index.d.ts +237 -57
  353. package/es/components/transfer/src/composables/use-check.mjs +1 -1
  354. package/es/components/transfer/src/transfer-panel.mjs +19 -131
  355. package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
  356. package/es/components/transfer/src/transfer-panel.vue.d.ts +47 -11
  357. package/es/components/transfer/src/transfer-panel2.mjs +131 -19
  358. package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
  359. package/es/components/transfer/src/transfer.mjs +1 -1
  360. package/es/components/transfer/src/transfer.vue.d.ts +237 -57
  361. package/es/components/tree/index.d.ts +4 -4
  362. package/es/components/tree/src/tree-node.vue.d.ts +1 -1
  363. package/es/components/tree/src/tree.vue.d.ts +2 -2
  364. package/es/components/tree-v2/index.d.ts +8 -8
  365. package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  366. package/es/components/tree-v2/src/tree.vue.d.ts +8 -8
  367. package/es/components/upload/index.d.ts +5 -5
  368. package/es/components/upload/index.mjs +2 -2
  369. package/es/components/upload/src/upload-content.mjs +170 -33
  370. package/es/components/upload/src/upload-content.mjs.map +1 -1
  371. package/es/components/upload/src/upload-content.vue.d.ts +1 -1
  372. package/es/components/upload/src/upload-content2.mjs +33 -170
  373. package/es/components/upload/src/upload-content2.mjs.map +1 -1
  374. package/es/components/upload/src/upload-dragger.mjs +11 -70
  375. package/es/components/upload/src/upload-dragger.mjs.map +1 -1
  376. package/es/components/upload/src/upload-dragger2.mjs +70 -11
  377. package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
  378. package/es/components/upload/src/upload.mjs +1 -1
  379. package/es/components/upload/src/upload.vue.d.ts +5 -5
  380. package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  381. package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
  382. package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  383. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  384. package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  385. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  386. package/es/index.mjs +38 -38
  387. package/es/utils/vue/vnode.d.ts +6 -6
  388. package/lib/components/affix/index.d.ts +1 -1
  389. package/lib/components/affix/index.js +2 -2
  390. package/lib/components/affix/src/affix.js +27 -117
  391. package/lib/components/affix/src/affix.js.map +1 -1
  392. package/lib/components/affix/src/affix.vue.d.ts +1 -1
  393. package/lib/components/affix/src/affix2.js +117 -27
  394. package/lib/components/affix/src/affix2.js.map +1 -1
  395. package/lib/components/alert/index.js +2 -2
  396. package/lib/components/alert/src/alert.js +37 -95
  397. package/lib/components/alert/src/alert.js.map +1 -1
  398. package/lib/components/alert/src/alert2.js +95 -37
  399. package/lib/components/alert/src/alert2.js.map +1 -1
  400. package/lib/components/autocomplete/index.d.ts +204 -108
  401. package/lib/components/autocomplete/index.js +2 -2
  402. package/lib/components/autocomplete/src/autocomplete.js +71 -352
  403. package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
  404. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +204 -108
  405. package/lib/components/autocomplete/src/autocomplete2.js +352 -71
  406. package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
  407. package/lib/components/backtop/index.js +2 -2
  408. package/lib/components/backtop/src/backtop.js +54 -22
  409. package/lib/components/backtop/src/backtop.js.map +1 -1
  410. package/lib/components/backtop/src/backtop2.js +22 -54
  411. package/lib/components/backtop/src/backtop2.js.map +1 -1
  412. package/lib/components/breadcrumb/index.js +2 -2
  413. package/lib/components/breadcrumb/src/breadcrumb-item.js +57 -11
  414. package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
  415. package/lib/components/breadcrumb/src/breadcrumb-item2.js +11 -57
  416. package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
  417. package/lib/components/button/index.js +3 -3
  418. package/lib/components/button/src/button-group.js +6 -31
  419. package/lib/components/button/src/button-group.js.map +1 -1
  420. package/lib/components/button/src/button-group2.js +31 -6
  421. package/lib/components/button/src/button-group2.js.map +1 -1
  422. package/lib/components/button/src/button.js +57 -78
  423. package/lib/components/button/src/button.js.map +1 -1
  424. package/lib/components/button/src/button2.js +78 -57
  425. package/lib/components/button/src/button2.js.map +1 -1
  426. package/lib/components/calendar/index.js +2 -2
  427. package/lib/components/calendar/src/calendar.js +19 -131
  428. package/lib/components/calendar/src/calendar.js.map +1 -1
  429. package/lib/components/calendar/src/calendar2.js +131 -19
  430. package/lib/components/calendar/src/calendar2.js.map +1 -1
  431. package/lib/components/carousel/index.d.ts +2 -2
  432. package/lib/components/carousel/src/carousel.vue.d.ts +2 -2
  433. package/lib/components/cascader/index.d.ts +276 -156
  434. package/lib/components/cascader/src/index.js +2 -2
  435. package/lib/components/cascader/src/index.vue.d.ts +138 -78
  436. package/lib/components/cascader-panel/index.d.ts +2 -2
  437. package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
  438. package/lib/components/check-tag/index.js +2 -2
  439. package/lib/components/check-tag/src/check-tag.js +13 -30
  440. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  441. package/lib/components/check-tag/src/check-tag2.js +30 -13
  442. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  443. package/lib/components/checkbox/index.d.ts +10 -10
  444. package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
  445. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
  446. package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
  447. package/lib/components/col/index.js +2 -2
  448. package/lib/components/col/src/col.js +66 -43
  449. package/lib/components/col/src/col.js.map +1 -1
  450. package/lib/components/col/src/col2.js +43 -66
  451. package/lib/components/col/src/col2.js.map +1 -1
  452. package/lib/components/collapse/index.d.ts +2 -2
  453. package/lib/components/collapse/index.js +2 -2
  454. package/lib/components/collapse/src/collapse-item.js +96 -19
  455. package/lib/components/collapse/src/collapse-item.js.map +1 -1
  456. package/lib/components/collapse/src/collapse-item2.js +19 -96
  457. package/lib/components/collapse/src/collapse-item2.js.map +1 -1
  458. package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
  459. package/lib/components/color-picker/index.d.ts +462 -138
  460. package/lib/components/color-picker/index.js +2 -2
  461. package/lib/components/color-picker/src/color-picker.js +380 -46
  462. package/lib/components/color-picker/src/color-picker.js.map +1 -1
  463. package/lib/components/color-picker/src/color-picker.vue.d.ts +462 -138
  464. package/lib/components/color-picker/src/color-picker2.js +46 -380
  465. package/lib/components/color-picker/src/color-picker2.js.map +1 -1
  466. package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +108 -12
  467. package/lib/components/color-picker/src/components/predefine.js +1 -1
  468. package/lib/components/date-picker/index.d.ts +2 -2
  469. package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
  470. package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
  471. package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
  472. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +73 -37
  473. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +71 -35
  474. package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
  475. package/lib/components/date-picker/src/date-picker.d.ts +1 -1
  476. package/lib/components/date-picker/src/panel-utils.d.ts +151 -79
  477. package/lib/components/descriptions/index.d.ts +3 -3
  478. package/lib/components/descriptions/src/description-item.d.ts +1 -1
  479. package/lib/components/descriptions/src/description.vue.d.ts +1 -1
  480. package/lib/components/dialog/index.d.ts +2 -2
  481. package/lib/components/dialog/src/dialog-content.js +86 -37
  482. package/lib/components/dialog/src/dialog-content.js.map +1 -1
  483. package/lib/components/dialog/src/dialog-content2.js +37 -86
  484. package/lib/components/dialog/src/dialog-content2.js.map +1 -1
  485. package/lib/components/dialog/src/dialog.js +1 -1
  486. package/lib/components/dialog/src/dialog.vue.d.ts +2 -2
  487. package/lib/components/dialog/src/dialog2.js +1 -1
  488. package/lib/components/divider/index.js +2 -2
  489. package/lib/components/divider/src/divider.js +17 -35
  490. package/lib/components/divider/src/divider.js.map +1 -1
  491. package/lib/components/divider/src/divider2.js +35 -17
  492. package/lib/components/divider/src/divider2.js.map +1 -1
  493. package/lib/components/drawer/index.d.ts +2 -2
  494. package/lib/components/drawer/index.js +2 -2
  495. package/lib/components/drawer/src/drawer.js +23 -165
  496. package/lib/components/drawer/src/drawer.js.map +1 -1
  497. package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
  498. package/lib/components/drawer/src/drawer2.js +165 -23
  499. package/lib/components/drawer/src/drawer2.js.map +1 -1
  500. package/lib/components/dropdown/index.d.ts +64 -64
  501. package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
  502. package/lib/components/dropdown/src/dropdown-menu.js +1 -1
  503. package/lib/components/dropdown/src/dropdown.js +2 -2
  504. package/lib/components/dropdown/src/dropdown.vue.d.ts +64 -64
  505. package/lib/components/dropdown/src/dropdown2.js +1 -1
  506. package/lib/components/empty/index.d.ts +1 -1
  507. package/lib/components/empty/src/empty.vue.d.ts +1 -1
  508. package/lib/components/form/index.js +4 -4
  509. package/lib/components/form/src/form-item.js +320 -44
  510. package/lib/components/form/src/form-item.js.map +1 -1
  511. package/lib/components/form/src/form-item2.js +44 -320
  512. package/lib/components/form/src/form-item2.js.map +1 -1
  513. package/lib/components/form/src/form.js +53 -149
  514. package/lib/components/form/src/form.js.map +1 -1
  515. package/lib/components/form/src/form2.js +149 -53
  516. package/lib/components/form/src/form2.js.map +1 -1
  517. package/lib/components/icon/index.js +2 -2
  518. package/lib/components/icon/src/icon.js +36 -8
  519. package/lib/components/icon/src/icon.js.map +1 -1
  520. package/lib/components/icon/src/icon2.js +8 -36
  521. package/lib/components/icon/src/icon2.js.map +1 -1
  522. package/lib/components/image/index.d.ts +7 -7
  523. package/lib/components/image/src/image.d.ts +1 -1
  524. package/lib/components/image/src/image.vue.d.ts +7 -7
  525. package/lib/components/image-viewer/index.d.ts +1 -1
  526. package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
  527. package/lib/components/index.js +38 -38
  528. package/lib/components/input/index.d.ts +39 -3
  529. package/lib/components/input/src/input.d.ts +12 -0
  530. package/lib/components/input/src/input.js +6 -0
  531. package/lib/components/input/src/input.js.map +1 -1
  532. package/lib/components/input/src/input.vue.d.ts +39 -3
  533. package/lib/components/input/src/input2.js +1 -1
  534. package/lib/components/input/src/input2.js.map +1 -1
  535. package/lib/components/input-number/index.d.ts +108 -12
  536. package/lib/components/input-number/index.js +2 -2
  537. package/lib/components/input-number/src/input-number.js +299 -62
  538. package/lib/components/input-number/src/input-number.js.map +1 -1
  539. package/lib/components/input-number/src/input-number.vue.d.ts +108 -12
  540. package/lib/components/input-number/src/input-number2.js +62 -299
  541. package/lib/components/input-number/src/input-number2.js.map +1 -1
  542. package/lib/components/link/index.js +2 -2
  543. package/lib/components/link/src/link.js +22 -49
  544. package/lib/components/link/src/link.js.map +1 -1
  545. package/lib/components/link/src/link2.js +49 -22
  546. package/lib/components/link/src/link2.js.map +1 -1
  547. package/lib/components/loading/index.d.ts +1 -1
  548. package/lib/components/menu/index.d.ts +1 -1
  549. package/lib/components/menu/src/menu-item2.js +1 -1
  550. package/lib/components/menu/src/menu.d.ts +1 -1
  551. package/lib/components/message/index.js +1 -1
  552. package/lib/components/message/src/message.js +144 -87
  553. package/lib/components/message/src/message.js.map +1 -1
  554. package/lib/components/message/src/message2.js +87 -144
  555. package/lib/components/message/src/message2.js.map +1 -1
  556. package/lib/components/message/src/method.js +2 -2
  557. package/lib/components/notification/index.js +1 -1
  558. package/lib/components/notification/src/notification.js +144 -70
  559. package/lib/components/notification/src/notification.js.map +1 -1
  560. package/lib/components/notification/src/notification.vue.d.ts +1 -1
  561. package/lib/components/notification/src/notification2.js +70 -144
  562. package/lib/components/notification/src/notification2.js.map +1 -1
  563. package/lib/components/notification/src/notify.js +2 -2
  564. package/lib/components/pagination/src/components/jumper.vue.d.ts +39 -3
  565. package/lib/components/pagination/src/components/sizes.vue.d.ts +64 -64
  566. package/lib/components/popconfirm/index.d.ts +96 -96
  567. package/lib/components/popconfirm/index.js +2 -2
  568. package/lib/components/popconfirm/src/popconfirm.js +49 -111
  569. package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
  570. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
  571. package/lib/components/popconfirm/src/popconfirm2.js +111 -49
  572. package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
  573. package/lib/components/popover/index.d.ts +105 -105
  574. package/lib/components/popover/index.js +2 -2
  575. package/lib/components/popover/src/popover.js +67 -111
  576. package/lib/components/popover/src/popover.js.map +1 -1
  577. package/lib/components/popover/src/popover.vue.d.ts +105 -105
  578. package/lib/components/popover/src/popover2.js +111 -67
  579. package/lib/components/popover/src/popover2.js.map +1 -1
  580. package/lib/components/popper/index.d.ts +5 -5
  581. package/lib/components/popper/index.js +2 -2
  582. package/lib/components/popper/src/content.d.ts +4 -4
  583. package/lib/components/popper/src/content.vue.d.ts +4 -4
  584. package/lib/components/popper/src/popper.d.ts +2 -2
  585. package/lib/components/popper/src/popper.js +28 -33
  586. package/lib/components/popper/src/popper.js.map +1 -1
  587. package/lib/components/popper/src/popper.vue.d.ts +5 -5
  588. package/lib/components/popper/src/popper2.js +33 -28
  589. package/lib/components/popper/src/popper2.js.map +1 -1
  590. package/lib/components/popper/src/trigger.vue.d.ts +1 -1
  591. package/lib/components/popper/src/utils.d.ts +1 -1
  592. package/lib/components/progress/index.js +2 -2
  593. package/lib/components/progress/src/progress.js +202 -57
  594. package/lib/components/progress/src/progress.js.map +1 -1
  595. package/lib/components/progress/src/progress2.js +57 -202
  596. package/lib/components/progress/src/progress2.js.map +1 -1
  597. package/lib/components/radio/index.d.ts +6 -6
  598. package/lib/components/radio/index.js +2 -2
  599. package/lib/components/radio/src/radio-button2.js +1 -1
  600. package/lib/components/radio/src/radio-group.js +1 -1
  601. package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
  602. package/lib/components/radio/src/radio.js +36 -78
  603. package/lib/components/radio/src/radio.js.map +1 -1
  604. package/lib/components/radio/src/radio.vue.d.ts +2 -2
  605. package/lib/components/radio/src/radio2.js +78 -36
  606. package/lib/components/radio/src/radio2.js.map +1 -1
  607. package/lib/components/rate/index.d.ts +2 -2
  608. package/lib/components/rate/src/rate.vue.d.ts +2 -2
  609. package/lib/components/roving-focus-group/index.js +2 -2
  610. package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
  611. package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
  612. package/lib/components/roving-focus-group/src/roving-focus-group.js +33 -27
  613. package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
  614. package/lib/components/roving-focus-group/src/roving-focus-group2.js +27 -33
  615. package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
  616. package/lib/components/roving-focus-group/src/roving-focus-item.js +1 -1
  617. package/lib/components/row/index.d.ts +4 -4
  618. package/lib/components/row/src/row.d.ts +1 -1
  619. package/lib/components/row/src/row.vue.d.ts +4 -4
  620. package/lib/components/scrollbar/index.d.ts +1 -1
  621. package/lib/components/scrollbar/index.js +3 -3
  622. package/lib/components/scrollbar/src/bar.js +42 -17
  623. package/lib/components/scrollbar/src/bar.js.map +1 -1
  624. package/lib/components/scrollbar/src/bar2.js +17 -42
  625. package/lib/components/scrollbar/src/bar2.js.map +1 -1
  626. package/lib/components/scrollbar/src/scrollbar.js +48 -175
  627. package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
  628. package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
  629. package/lib/components/scrollbar/src/scrollbar2.js +175 -48
  630. package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
  631. package/lib/components/scrollbar/src/thumb.js +131 -11
  632. package/lib/components/scrollbar/src/thumb.js.map +1 -1
  633. package/lib/components/scrollbar/src/thumb2.js +11 -131
  634. package/lib/components/scrollbar/src/thumb2.js.map +1 -1
  635. package/lib/components/select/index.d.ts +64 -64
  636. package/lib/components/select/src/select.js +2 -2
  637. package/lib/components/select/src/select.vue.d.ts +64 -64
  638. package/lib/components/select/src/useSelect.d.ts +63 -63
  639. package/lib/components/select-v2/index.d.ts +128 -128
  640. package/lib/components/select-v2/src/defaults.js +1 -1
  641. package/lib/components/select-v2/src/select.vue.d.ts +64 -64
  642. package/lib/components/select-v2/src/useSelect.d.ts +63 -63
  643. package/lib/components/skeleton/index.d.ts +9 -9
  644. package/lib/components/skeleton/index.js +2 -2
  645. package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
  646. package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
  647. package/lib/components/skeleton/src/skeleton.js +49 -22
  648. package/lib/components/skeleton/src/skeleton.js.map +1 -1
  649. package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
  650. package/lib/components/skeleton/src/skeleton2.js +22 -49
  651. package/lib/components/skeleton/src/skeleton2.js.map +1 -1
  652. package/lib/components/slider/index.d.ts +270 -174
  653. package/lib/components/slider/src/button.vue.d.ts +32 -32
  654. package/lib/components/slider/src/composables/use-slide.d.ts +128 -128
  655. package/lib/components/slider/src/slider.vue.d.ts +270 -174
  656. package/lib/components/space/index.d.ts +2 -2
  657. package/lib/components/space/src/space.d.ts +2 -2
  658. package/lib/components/steps/index.d.ts +1 -1
  659. package/lib/components/steps/index.js +2 -2
  660. package/lib/components/steps/src/steps.js +37 -34
  661. package/lib/components/steps/src/steps.js.map +1 -1
  662. package/lib/components/steps/src/steps.vue.d.ts +1 -1
  663. package/lib/components/steps/src/steps2.js +34 -37
  664. package/lib/components/steps/src/steps2.js.map +1 -1
  665. package/lib/components/switch/index.d.ts +3 -3
  666. package/lib/components/switch/index.js +2 -2
  667. package/lib/components/switch/src/switch.js +239 -88
  668. package/lib/components/switch/src/switch.js.map +1 -1
  669. package/lib/components/switch/src/switch.vue.d.ts +3 -3
  670. package/lib/components/switch/src/switch2.js +88 -239
  671. package/lib/components/switch/src/switch2.js.map +1 -1
  672. package/lib/components/table/index.d.ts +2 -2
  673. package/lib/components/table/src/filter-panel.vue.d.ts +63 -63
  674. package/lib/components/table/src/table.vue.d.ts +2 -2
  675. package/lib/components/table/src/util.d.ts +9 -9
  676. package/lib/components/tabs/index.js +3 -3
  677. package/lib/components/tabs/src/tab-bar.js +7 -81
  678. package/lib/components/tabs/src/tab-bar.js.map +1 -1
  679. package/lib/components/tabs/src/tab-bar2.js +81 -7
  680. package/lib/components/tabs/src/tab-bar2.js.map +1 -1
  681. package/lib/components/tabs/src/tab-nav.js +1 -1
  682. package/lib/components/tabs/src/tab-pane.js +73 -13
  683. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  684. package/lib/components/tabs/src/tab-pane2.js +13 -73
  685. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  686. package/lib/components/tag/index.js +2 -2
  687. package/lib/components/tag/src/tag.js +96 -33
  688. package/lib/components/tag/src/tag.js.map +1 -1
  689. package/lib/components/tag/src/tag2.js +33 -96
  690. package/lib/components/tag/src/tag2.js.map +1 -1
  691. package/lib/components/time-picker/index.d.ts +2 -2
  692. package/lib/components/time-picker/src/common/picker.vue.d.ts +137 -101
  693. package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
  694. package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
  695. package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
  696. package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
  697. package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
  698. package/lib/components/time-picker/src/time-picker.d.ts +1 -1
  699. package/lib/components/time-select/index.d.ts +264 -264
  700. package/lib/components/time-select/index.js +1 -1
  701. package/lib/components/time-select/src/time-select.js +122 -48
  702. package/lib/components/time-select/src/time-select.js.map +1 -1
  703. package/lib/components/time-select/src/time-select.vue.d.ts +132 -132
  704. package/lib/components/time-select/src/time-select2.js +48 -122
  705. package/lib/components/time-select/src/time-select2.js.map +1 -1
  706. package/lib/components/tooltip/index.d.ts +32 -32
  707. package/lib/components/tooltip/index.js +4 -4
  708. package/lib/components/tooltip/src/content.d.ts +1 -1
  709. package/lib/components/tooltip/src/content.js +167 -39
  710. package/lib/components/tooltip/src/content.js.map +1 -1
  711. package/lib/components/tooltip/src/content.vue.d.ts +12 -12
  712. package/lib/components/tooltip/src/content2.js +39 -167
  713. package/lib/components/tooltip/src/content2.js.map +1 -1
  714. package/lib/components/tooltip/src/tooltip.d.ts +2 -2
  715. package/lib/components/tooltip/src/tooltip.js +34 -169
  716. package/lib/components/tooltip/src/tooltip.js.map +1 -1
  717. package/lib/components/tooltip/src/tooltip.vue.d.ts +32 -32
  718. package/lib/components/tooltip/src/tooltip2.js +169 -34
  719. package/lib/components/tooltip/src/tooltip2.js.map +1 -1
  720. package/lib/components/tooltip/src/trigger.js +16 -74
  721. package/lib/components/tooltip/src/trigger.js.map +1 -1
  722. package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
  723. package/lib/components/tooltip/src/trigger2.js +74 -16
  724. package/lib/components/tooltip/src/trigger2.js.map +1 -1
  725. package/lib/components/tooltip-v2/index.d.ts +35 -35
  726. package/lib/components/tooltip-v2/index.js +1 -1
  727. package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
  728. package/lib/components/tooltip-v2/src/content.d.ts +1 -1
  729. package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
  730. package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
  731. package/lib/components/tooltip-v2/src/tooltip.js +1 -1
  732. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
  733. package/lib/components/tooltip-v2/src/tooltip2.js +2 -2
  734. package/lib/components/tooltip-v2/src/trigger.js +12 -90
  735. package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
  736. package/lib/components/tooltip-v2/src/trigger2.js +90 -12
  737. package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
  738. package/lib/components/transfer/index.d.ts +237 -57
  739. package/lib/components/transfer/src/composables/use-check.js +1 -1
  740. package/lib/components/transfer/src/transfer-panel.js +21 -131
  741. package/lib/components/transfer/src/transfer-panel.js.map +1 -1
  742. package/lib/components/transfer/src/transfer-panel.vue.d.ts +47 -11
  743. package/lib/components/transfer/src/transfer-panel2.js +131 -21
  744. package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
  745. package/lib/components/transfer/src/transfer.js +1 -1
  746. package/lib/components/transfer/src/transfer.vue.d.ts +237 -57
  747. package/lib/components/tree/index.d.ts +4 -4
  748. package/lib/components/tree/src/tree-node.vue.d.ts +1 -1
  749. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  750. package/lib/components/tree-v2/index.d.ts +8 -8
  751. package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
  752. package/lib/components/tree-v2/src/tree.vue.d.ts +8 -8
  753. package/lib/components/upload/index.d.ts +5 -5
  754. package/lib/components/upload/index.js +2 -2
  755. package/lib/components/upload/src/upload-content.js +169 -32
  756. package/lib/components/upload/src/upload-content.js.map +1 -1
  757. package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
  758. package/lib/components/upload/src/upload-content2.js +32 -169
  759. package/lib/components/upload/src/upload-content2.js.map +1 -1
  760. package/lib/components/upload/src/upload-dragger.js +12 -70
  761. package/lib/components/upload/src/upload-dragger.js.map +1 -1
  762. package/lib/components/upload/src/upload-dragger2.js +70 -12
  763. package/lib/components/upload/src/upload-dragger2.js.map +1 -1
  764. package/lib/components/upload/src/upload.js +1 -1
  765. package/lib/components/upload/src/upload.vue.d.ts +5 -5
  766. package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
  767. package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
  768. package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
  769. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
  770. package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
  771. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
  772. package/lib/index.js +38 -38
  773. package/lib/utils/vue/vnode.d.ts +6 -6
  774. package/package.json +1 -1
  775. package/theme-chalk/el-color-picker.css +1 -1
  776. package/theme-chalk/el-menu.css +1 -1
  777. package/theme-chalk/el-option-item.css +1 -1
  778. package/theme-chalk/el-option.css +1 -1
  779. package/theme-chalk/el-radio.css +1 -1
  780. package/theme-chalk/el-select-dropdown.css +1 -1
  781. package/theme-chalk/el-select-v2.css +1 -1
  782. package/theme-chalk/el-select.css +1 -1
  783. package/theme-chalk/index.css +1 -1
  784. package/theme-chalk/src/color-picker.scss +13 -0
  785. package/theme-chalk/src/common/var.scss +1 -1
  786. package/theme-chalk/src/menu.scss +0 -1
  787. package/theme-chalk/src/option.scss +25 -1
  788. package/theme-chalk/src/radio.scss +11 -2
  789. package/theme-chalk/src/select-dropdown.scss +3 -3
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
11
11
  readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
12
12
  readonly reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
13
13
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
14
- readonly strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
14
+ readonly strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
15
15
  readonly showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
16
16
  readonly onBlur: {
17
17
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -81,7 +81,7 @@ declare const _default: import("vue").DefineComponent<{
81
81
  readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
82
82
  readonly reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
83
83
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
84
- readonly strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
84
+ readonly strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
85
85
  readonly showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
86
86
  readonly onBlur: {
87
87
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -153,7 +153,7 @@ declare const _default: import("vue").DefineComponent<{
153
153
  readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
154
154
  readonly reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
155
155
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
156
- readonly strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
156
+ readonly strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
157
157
  readonly showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
158
158
  readonly onBlur: {
159
159
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -216,19 +216,19 @@ declare const _default: import("vue").DefineComponent<{
216
216
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
217
217
  readonly placement?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
218
218
  readonly height?: number | undefined;
219
- readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
220
- readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
221
- readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
222
- readonly width?: number | undefined;
223
219
  readonly offset?: number | undefined;
224
- readonly to?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
220
+ readonly width?: number | undefined;
225
221
  readonly effect?: string | undefined;
222
+ readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
223
+ readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
226
224
  readonly ariaLabel?: string | undefined;
227
225
  readonly teleported?: boolean | undefined;
228
226
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
229
227
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
228
+ readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
230
229
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
231
230
  readonly showArrow?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
231
+ readonly to?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
232
232
  readonly reference?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown> | undefined;
233
233
  readonly alwaysOn?: boolean | undefined;
234
234
  readonly delayDuration?: number | undefined;
@@ -247,19 +247,19 @@ declare const _default: import("vue").DefineComponent<{
247
247
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
248
248
  readonly placement?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
249
249
  readonly height?: number | undefined;
250
- readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
251
- readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
252
- readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
253
- readonly width?: number | undefined;
254
250
  readonly offset?: number | undefined;
255
- readonly to?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
251
+ readonly width?: number | undefined;
256
252
  readonly effect?: string | undefined;
253
+ readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
254
+ readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
257
255
  readonly ariaLabel?: string | undefined;
258
256
  readonly teleported?: boolean | undefined;
259
257
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
260
258
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
259
+ readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
261
260
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
262
261
  readonly showArrow?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
262
+ readonly to?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
263
263
  readonly reference?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown> | undefined;
264
264
  readonly alwaysOn?: boolean | undefined;
265
265
  readonly delayDuration?: number | undefined;
@@ -278,19 +278,19 @@ declare const _default: import("vue").DefineComponent<{
278
278
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
279
279
  readonly placement?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
280
280
  readonly height?: number | undefined;
281
- readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
282
- readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
283
- readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
284
- readonly width?: number | undefined;
285
281
  readonly offset?: number | undefined;
286
- readonly to?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
282
+ readonly width?: number | undefined;
287
283
  readonly effect?: string | undefined;
284
+ readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
285
+ readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
288
286
  readonly ariaLabel?: string | undefined;
289
287
  readonly teleported?: boolean | undefined;
290
288
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
291
289
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
290
+ readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
292
291
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
293
292
  readonly showArrow?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
293
+ readonly to?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
294
294
  readonly reference?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown> | undefined;
295
295
  readonly alwaysOn?: boolean | undefined;
296
296
  readonly delayDuration?: number | undefined;
@@ -309,19 +309,19 @@ declare const _default: import("vue").DefineComponent<{
309
309
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
310
310
  readonly placement?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown> | undefined;
311
311
  readonly height?: number | undefined;
312
- readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
313
- readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
314
- readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown> | undefined;
315
- readonly width?: number | undefined;
316
312
  readonly offset?: number | undefined;
317
- readonly to?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
313
+ readonly width?: number | undefined;
318
314
  readonly effect?: string | undefined;
315
+ readonly strategy?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown> | undefined;
316
+ readonly style?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown> | undefined;
319
317
  readonly ariaLabel?: string | undefined;
320
318
  readonly teleported?: boolean | undefined;
321
319
  readonly onFocus?: ((e: Event) => boolean | void) | undefined;
322
320
  readonly onBlur?: ((e: Event) => boolean | void) | undefined;
321
+ readonly open?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
323
322
  readonly onClick?: ((e: Event) => boolean | void) | undefined;
324
323
  readonly showArrow?: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
324
+ readonly to?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
325
325
  readonly reference?: import("../../../utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown> | undefined;
326
326
  readonly alwaysOn?: boolean | undefined;
327
327
  readonly delayDuration?: number | undefined;
@@ -479,8 +479,8 @@ declare const _default: import("vue").DefineComponent<{
479
479
  style: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown, null, boolean>;
480
480
  }>>, {
481
481
  height: number;
482
- style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
483
482
  width: number;
483
+ style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
484
484
  }>;
485
485
  TooltipV2Content: import("vue").DefineComponent<{
486
486
  nowrap: BooleanConstructor;
@@ -491,7 +491,7 @@ declare const _default: import("vue").DefineComponent<{
491
491
  placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
492
492
  reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
493
493
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
494
- strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
494
+ strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
495
495
  showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
496
496
  }, {
497
497
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -503,7 +503,7 @@ declare const _default: import("vue").DefineComponent<{
503
503
  placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
504
504
  reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
505
505
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
506
- strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
506
+ strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
507
507
  showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
508
508
  }>> & {
509
509
  [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
@@ -511,7 +511,7 @@ declare const _default: import("vue").DefineComponent<{
511
511
  triggerRef: import("vue").Ref<HTMLElement | null>;
512
512
  contentId: import("vue").Ref<string>;
513
513
  placement: import("vue").Ref<import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>>;
514
- strategy: import("vue").Ref<import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown>>;
514
+ strategy: import("vue").Ref<import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>>;
515
515
  arrowRef: import("vue").Ref<HTMLElement | null>;
516
516
  referenceRef: import("vue").Ref<HTMLElement | import("@floating-ui/dom").VirtualElement | undefined>;
517
517
  contentRef: import("vue").Ref<HTMLElement | undefined>;
@@ -610,13 +610,13 @@ declare const _default: import("vue").DefineComponent<{
610
610
  placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
611
611
  reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
612
612
  offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
613
- strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
613
+ strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
614
614
  showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
615
615
  }>>, {
616
616
  placement: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
617
- strategy: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown>;
618
617
  offset: number;
619
618
  effect: string;
619
+ strategy: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
620
620
  nowrap: boolean;
621
621
  showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
622
622
  reference: import("../../../utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
@@ -798,7 +798,7 @@ declare const _default: import("vue").DefineComponent<{
798
798
  readonly placement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>;
799
799
  readonly reference: import("../../../utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown, null, boolean>;
800
800
  readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 8, boolean>;
801
- readonly strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown, "absolute", boolean>;
801
+ readonly strategy: import("../../../utils").EpPropFinalized<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>;
802
802
  readonly showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
803
803
  readonly onBlur: {
804
804
  readonly type: import("vue").PropType<(e: Event) => boolean | void>;
@@ -857,15 +857,15 @@ declare const _default: import("vue").DefineComponent<{
857
857
  }>>, {
858
858
  readonly placement: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement) | ((new (...args: any[]) => import("@floating-ui/core").Placement & {}) | (() => import("@floating-ui/core").Placement))[], "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>;
859
859
  readonly height: number;
860
- readonly style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
861
- readonly open: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
862
- readonly strategy: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "absolute" | "fixed", unknown>;
863
- readonly width: number;
864
860
  readonly offset: number;
865
- readonly to: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
861
+ readonly width: number;
866
862
  readonly effect: string;
863
+ readonly strategy: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy) | ((new (...args: any[]) => import("@floating-ui/core").Strategy & {}) | (() => import("@floating-ui/core").Strategy))[], "fixed" | "absolute", unknown>;
864
+ readonly style: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | null))[], unknown, unknown>;
867
865
  readonly teleported: boolean;
866
+ readonly open: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
868
867
  readonly showArrow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
868
+ readonly to: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("vue").RendererElement | null | undefined) & {}) | (() => string | import("vue").RendererElement | null | undefined))[], unknown, unknown>;
869
869
  readonly reference: import("../../../utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null) | ((new (...args: any[]) => HTMLElement | import("@floating-ui/dom").VirtualElement) | (() => HTMLElement | import("@floating-ui/dom").VirtualElement | null))[], unknown, unknown>;
870
870
  readonly alwaysOn: boolean;
871
871
  readonly delayDuration: number;
@@ -8,11 +8,11 @@ var arrow = require('./arrow.js');
8
8
  var content = require('./content.js');
9
9
  var root = require('./root.js');
10
10
  var tooltip = require('./tooltip.js');
11
- var trigger = require('./trigger2.js');
11
+ var trigger = require('./trigger.js');
12
12
  var root$1 = require('./root2.js');
13
13
  var arrow$1 = require('./arrow2.js');
14
14
  var content$1 = require('./content2.js');
15
- var trigger$1 = require('./trigger.js');
15
+ var trigger$1 = require('./trigger2.js');
16
16
  var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
17
17
 
18
18
  const __default__ = vue.defineComponent({
@@ -2,98 +2,20 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vue = require('vue');
6
5
  require('../../../utils/index.js');
7
- require('../../../tokens/index.js');
8
- var forwardRef = require('./forward-ref.js');
9
- var trigger = require('./trigger2.js');
10
- var common = require('./common.js');
11
- var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
12
- var tooltipV2 = require('../../../tokens/tooltip-v2.js');
13
- var event = require('../../../utils/dom/event.js');
6
+ var runtime = require('../../../utils/vue/props/runtime.js');
14
7
 
15
- const __default__ = vue.defineComponent({
16
- name: "ElTooltipV2Trigger"
8
+ const EventHandler = {
9
+ type: runtime.definePropType(Function)
10
+ };
11
+ const tooltipV2TriggerProps = runtime.buildProps({
12
+ onBlur: EventHandler,
13
+ onClick: EventHandler,
14
+ onFocus: EventHandler,
15
+ onMouseDown: EventHandler,
16
+ onMouseEnter: EventHandler,
17
+ onMouseLeave: EventHandler
17
18
  });
18
- const _sfc_main = /* @__PURE__ */ vue.defineComponent({
19
- ...__default__,
20
- props: {
21
- ...common.tooltipV2CommonProps,
22
- ...trigger.tooltipV2TriggerProps
23
- },
24
- setup(__props) {
25
- const props = __props;
26
- const { onClose, onOpen, onDelayOpen, triggerRef, contentId } = vue.inject(tooltipV2.tooltipV2RootKey);
27
- let isMousedown = false;
28
- const setTriggerRef = (el) => {
29
- triggerRef.value = el;
30
- };
31
- const onMouseup = () => {
32
- isMousedown = false;
33
- };
34
- const onMouseenter = event.composeEventHandlers(props.onMouseEnter, onDelayOpen);
35
- const onMouseleave = event.composeEventHandlers(props.onMouseLeave, onClose);
36
- const onMousedown = event.composeEventHandlers(props.onMouseDown, () => {
37
- onClose();
38
- isMousedown = true;
39
- document.addEventListener("mouseup", onMouseup, { once: true });
40
- });
41
- const onFocus = event.composeEventHandlers(props.onFocus, () => {
42
- if (!isMousedown)
43
- onOpen();
44
- });
45
- const onBlur = event.composeEventHandlers(props.onBlur, onClose);
46
- const onClick = event.composeEventHandlers(props.onClick, (e) => {
47
- if (e.detail === 0)
48
- onClose();
49
- });
50
- const events = {
51
- blur: onBlur,
52
- click: onClick,
53
- focus: onFocus,
54
- mousedown: onMousedown,
55
- mouseenter: onMouseenter,
56
- mouseleave: onMouseleave
57
- };
58
- const setEvents = (el, events2, type) => {
59
- if (el) {
60
- Object.entries(events2).forEach(([name, handler]) => {
61
- el[type](name, handler);
62
- });
63
- }
64
- };
65
- vue.watch(triggerRef, (triggerEl, previousTriggerEl) => {
66
- setEvents(triggerEl, events, "addEventListener");
67
- setEvents(previousTriggerEl, events, "removeEventListener");
68
- if (triggerEl) {
69
- triggerEl.setAttribute("aria-describedby", contentId.value);
70
- }
71
- });
72
- vue.onBeforeUnmount(() => {
73
- setEvents(triggerRef.value, events, "removeEventListener");
74
- document.removeEventListener("mouseup", onMouseup);
75
- });
76
- return (_ctx, _cache) => {
77
- return _ctx.nowrap ? (vue.openBlock(), vue.createBlock(vue.unref(forwardRef["default"]), {
78
- key: 0,
79
- "set-ref": setTriggerRef,
80
- "only-child": ""
81
- }, {
82
- default: vue.withCtx(() => [
83
- vue.renderSlot(_ctx.$slots, "default")
84
- ]),
85
- _: 3
86
- })) : (vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
87
- key: 1,
88
- ref_key: "triggerRef",
89
- ref: triggerRef
90
- }, _ctx.$attrs), [
91
- vue.renderSlot(_ctx.$slots, "default")
92
- ], 16));
93
- };
94
- }
95
- });
96
- var TooltipV2Trigger = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "/Users/st/Desktop/vue/nxx-ui/packages/components/tooltip-v2/src/trigger.vue"]]);
97
19
 
98
- exports["default"] = TooltipV2Trigger;
20
+ exports.tooltipV2TriggerProps = tooltipV2TriggerProps;
99
21
  //# sourceMappingURL=trigger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"trigger.js","sources":["../../../../../../packages/components/tooltip-v2/src/trigger.vue"],"sourcesContent":["<template>\n <forward-ref v-if=\"nowrap\" :set-ref=\"setTriggerRef\" only-child>\n <slot />\n </forward-ref>\n <button v-else ref=\"triggerRef\" v-bind=\"$attrs\">\n <slot />\n </button>\n</template>\n\n<script setup lang=\"ts\">\nimport { inject, onBeforeUnmount, watch } from 'vue'\nimport { composeEventHandlers } from '@element-plus/utils'\nimport { tooltipV2RootKey } from '@element-plus/tokens'\nimport ForwardRef from './forward-ref'\nimport { tooltipV2TriggerProps } from './trigger'\nimport { tooltipV2CommonProps } from './common'\n\ndefineOptions({\n name: 'ElTooltipV2Trigger',\n})\n\nconst props = defineProps({\n ...tooltipV2CommonProps,\n ...tooltipV2TriggerProps,\n})\n\n/**\n * onOpen opens the tooltip instantly, onTrigger acts a lil bit differently,\n * it will check if delayDuration is set to greater than 0 and based on that result,\n * if true, it opens the tooltip after delayDuration, otherwise it opens it instantly.\n */\nconst { onClose, onOpen, onDelayOpen, triggerRef, contentId } =\n inject(tooltipV2RootKey)!\n\nlet isMousedown = false\n\nconst setTriggerRef = (el: HTMLElement | null) => {\n triggerRef.value = el\n}\n\nconst onMouseup = () => {\n isMousedown = false\n}\n\nconst onMouseenter = composeEventHandlers(props.onMouseEnter, onDelayOpen)\n\nconst onMouseleave = composeEventHandlers(props.onMouseLeave, onClose)\n\nconst onMousedown = composeEventHandlers(props.onMouseDown, () => {\n onClose()\n isMousedown = true\n document.addEventListener('mouseup', onMouseup, { once: true })\n})\n\nconst onFocus = composeEventHandlers(props.onFocus, () => {\n if (!isMousedown) onOpen()\n})\n\nconst onBlur = composeEventHandlers(props.onBlur, onClose)\n\nconst onClick = composeEventHandlers(props.onClick, (e) => {\n if ((e as MouseEvent).detail === 0) onClose()\n})\n\nconst events = {\n blur: onBlur,\n click: onClick,\n focus: onFocus,\n mousedown: onMousedown,\n mouseenter: onMouseenter,\n mouseleave: onMouseleave,\n}\n\nconst setEvents = <T extends (e: Event) => void>(\n el: HTMLElement | null | undefined,\n events: Record<string, T>,\n type: 'addEventListener' | 'removeEventListener'\n) => {\n if (el) {\n Object.entries(events).forEach(([name, handler]) => {\n el[type](name, handler)\n })\n }\n}\n\nwatch(triggerRef, (triggerEl, previousTriggerEl) => {\n setEvents(triggerEl, events, 'addEventListener')\n setEvents(previousTriggerEl, events, 'removeEventListener')\n\n if (triggerEl) {\n triggerEl.setAttribute('aria-describedby', contentId.value)\n }\n})\n\nonBeforeUnmount(() => {\n setEvents(triggerRef.value, events, 'removeEventListener')\n document.removeEventListener('mouseup', onMouseup)\n})\n</script>\n"],"names":["inject","tooltipV2RootKey","composeEventHandlers","watch","onBeforeUnmount"],"mappings":";;;;;;;;;;;;;;uCAiBc,CAAA;AAAA,EACZ,IAAM,EAAA,oBAAA;AACR,CAAA,CAAA,CAAA;;;;;;;;;AAYA,IAAA,MAAM,EAAE,OAAS,EAAA,MAAA,EAAQ,aAAa,UAAY,EAAA,SAAA,EAAA,GAChDA,WAAOC,0BAAgB,CAAA,CAAA;AAEzB,IAAA,IAAI,WAAc,GAAA,KAAA,CAAA;AAElB,IAAM,MAAA,aAAA,GAAgB,CAAC,EAA2B,KAAA;AAChD,MAAA,UAAA,CAAW,KAAQ,GAAA,EAAA,CAAA;AAAA,KACrB,CAAA;AAEA,IAAA,MAAM,YAAY,MAAM;AACtB,MAAc,WAAA,GAAA,KAAA,CAAA;AAAA,KAChB,CAAA;AAEA,IAAA,MAAM,YAAe,GAAAC,0BAAA,CAAqB,KAAM,CAAA,YAAA,EAAc,WAAW,CAAA,CAAA;AAEzE,IAAA,MAAM,YAAe,GAAAA,0BAAA,CAAqB,KAAM,CAAA,YAAA,EAAc,OAAO,CAAA,CAAA;AAErE,IAAA,MAAM,WAAc,GAAAA,0BAAA,CAAqB,KAAM,CAAA,WAAA,EAAa,MAAM;AAChE,MAAQ,OAAA,EAAA,CAAA;AACR,MAAc,WAAA,GAAA,IAAA,CAAA;AACd,MAAA,QAAA,CAAS,iBAAiB,SAAW,EAAA,SAAA,EAAW,EAAE,IAAA,EAAM,MAAM,CAAA,CAAA;AAAA,KAC/D,CAAA,CAAA;AAED,IAAA,MAAM,OAAU,GAAAA,0BAAA,CAAqB,KAAM,CAAA,OAAA,EAAS,MAAM;AACxD,MAAA,IAAI,CAAC,WAAA;AAAa,QAAO,MAAA,EAAA,CAAA;AAAA,KAC1B,CAAA,CAAA;AAED,IAAA,MAAM,MAAS,GAAAA,0BAAA,CAAqB,KAAM,CAAA,MAAA,EAAQ,OAAO,CAAA,CAAA;AAEzD,IAAA,MAAM,OAAU,GAAAA,0BAAA,CAAqB,KAAM,CAAA,OAAA,EAAS,CAAC,CAAM,KAAA;AACzD,MAAA,IAAK,EAAiB,MAAW,KAAA,CAAA;AAAG,QAAQ,OAAA,EAAA,CAAA;AAAA,KAC7C,CAAA,CAAA;AAED,IAAA,MAAM,MAAS,GAAA;AAAA,MACb,IAAM,EAAA,MAAA;AAAA,MACN,KAAO,EAAA,OAAA;AAAA,MACP,KAAO,EAAA,OAAA;AAAA,MACP,SAAW,EAAA,WAAA;AAAA,MACX,UAAY,EAAA,YAAA;AAAA,MACZ,UAAY,EAAA,YAAA;AAAA,KACd,CAAA;AAEA,IAAA,MAAM,SAAY,GAAA,CAChB,EACA,EAAA,OAAA,EACA,IACG,KAAA;AACH,MAAA,IAAI,EAAI,EAAA;AACN,QAAA,MAAA,CAAO,QAAQ,OAAM,CAAA,CAAE,QAAQ,CAAC,CAAC,MAAM,OAAa,CAAA,KAAA;AAClD,UAAG,EAAA,CAAA,IAAA,CAAA,CAAM,MAAM,OAAO,CAAA,CAAA;AAAA,SACvB,CAAA,CAAA;AAAA,OACH;AAAA,KACF,CAAA;AAEA,IAAMC,SAAA,CAAA,UAAA,EAAY,CAAC,SAAA,EAAW,iBAAsB,KAAA;AAClD,MAAU,SAAA,CAAA,SAAA,EAAW,QAAQ,kBAAkB,CAAA,CAAA;AAC/C,MAAU,SAAA,CAAA,iBAAA,EAAmB,QAAQ,qBAAqB,CAAA,CAAA;AAE1D,MAAA,IAAI,SAAW,EAAA;AACb,QAAU,SAAA,CAAA,YAAA,CAAa,kBAAoB,EAAA,SAAA,CAAU,KAAK,CAAA,CAAA;AAAA,OAC5D;AAAA,KACD,CAAA,CAAA;AAED,IAAAC,mBAAA,CAAgB,MAAM;AACpB,MAAU,SAAA,CAAA,UAAA,CAAW,KAAO,EAAA,MAAA,EAAQ,qBAAqB,CAAA,CAAA;AACzD,MAAS,QAAA,CAAA,mBAAA,CAAoB,WAAW,SAAS,CAAA,CAAA;AAAA,KAClD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"trigger.js","sources":["../../../../../../packages/components/tooltip-v2/src/trigger.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\n\nconst EventHandler = {\n type: definePropType<(e: Event) => boolean | void>(Function),\n} as const\n\nexport const tooltipV2TriggerProps = buildProps({\n onBlur: EventHandler,\n onClick: EventHandler,\n onFocus: EventHandler,\n onMouseDown: EventHandler,\n onMouseEnter: EventHandler,\n onMouseLeave: EventHandler,\n} as const)\n\nexport type TooltipV2TriggerProps = ExtractPropTypes<\n typeof tooltipV2TriggerProps\n>\n"],"names":["definePropType","buildProps"],"mappings":";;;;;;;AACA,MAAM,YAAY,GAAG;AACrB,EAAE,IAAI,EAAEA,sBAAc,CAAC,QAAQ,CAAC;AAChC,CAAC,CAAC;AACU,MAAC,qBAAqB,GAAGC,kBAAU,CAAC;AAChD,EAAE,MAAM,EAAE,YAAY;AACtB,EAAE,OAAO,EAAE,YAAY;AACvB,EAAE,OAAO,EAAE,YAAY;AACvB,EAAE,WAAW,EAAE,YAAY;AAC3B,EAAE,YAAY,EAAE,YAAY;AAC5B,EAAE,YAAY,EAAE,YAAY;AAC5B,CAAC;;;;"}
@@ -2,20 +2,98 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
+ var vue = require('vue');
5
6
  require('../../../utils/index.js');
6
- var runtime = require('../../../utils/vue/props/runtime.js');
7
+ require('../../../tokens/index.js');
8
+ var forwardRef = require('./forward-ref.js');
9
+ var trigger = require('./trigger.js');
10
+ var common = require('./common.js');
11
+ var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
12
+ var tooltipV2 = require('../../../tokens/tooltip-v2.js');
13
+ var event = require('../../../utils/dom/event.js');
7
14
 
8
- const EventHandler = {
9
- type: runtime.definePropType(Function)
10
- };
11
- const tooltipV2TriggerProps = runtime.buildProps({
12
- onBlur: EventHandler,
13
- onClick: EventHandler,
14
- onFocus: EventHandler,
15
- onMouseDown: EventHandler,
16
- onMouseEnter: EventHandler,
17
- onMouseLeave: EventHandler
15
+ const __default__ = vue.defineComponent({
16
+ name: "ElTooltipV2Trigger"
18
17
  });
18
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
19
+ ...__default__,
20
+ props: {
21
+ ...common.tooltipV2CommonProps,
22
+ ...trigger.tooltipV2TriggerProps
23
+ },
24
+ setup(__props) {
25
+ const props = __props;
26
+ const { onClose, onOpen, onDelayOpen, triggerRef, contentId } = vue.inject(tooltipV2.tooltipV2RootKey);
27
+ let isMousedown = false;
28
+ const setTriggerRef = (el) => {
29
+ triggerRef.value = el;
30
+ };
31
+ const onMouseup = () => {
32
+ isMousedown = false;
33
+ };
34
+ const onMouseenter = event.composeEventHandlers(props.onMouseEnter, onDelayOpen);
35
+ const onMouseleave = event.composeEventHandlers(props.onMouseLeave, onClose);
36
+ const onMousedown = event.composeEventHandlers(props.onMouseDown, () => {
37
+ onClose();
38
+ isMousedown = true;
39
+ document.addEventListener("mouseup", onMouseup, { once: true });
40
+ });
41
+ const onFocus = event.composeEventHandlers(props.onFocus, () => {
42
+ if (!isMousedown)
43
+ onOpen();
44
+ });
45
+ const onBlur = event.composeEventHandlers(props.onBlur, onClose);
46
+ const onClick = event.composeEventHandlers(props.onClick, (e) => {
47
+ if (e.detail === 0)
48
+ onClose();
49
+ });
50
+ const events = {
51
+ blur: onBlur,
52
+ click: onClick,
53
+ focus: onFocus,
54
+ mousedown: onMousedown,
55
+ mouseenter: onMouseenter,
56
+ mouseleave: onMouseleave
57
+ };
58
+ const setEvents = (el, events2, type) => {
59
+ if (el) {
60
+ Object.entries(events2).forEach(([name, handler]) => {
61
+ el[type](name, handler);
62
+ });
63
+ }
64
+ };
65
+ vue.watch(triggerRef, (triggerEl, previousTriggerEl) => {
66
+ setEvents(triggerEl, events, "addEventListener");
67
+ setEvents(previousTriggerEl, events, "removeEventListener");
68
+ if (triggerEl) {
69
+ triggerEl.setAttribute("aria-describedby", contentId.value);
70
+ }
71
+ });
72
+ vue.onBeforeUnmount(() => {
73
+ setEvents(triggerRef.value, events, "removeEventListener");
74
+ document.removeEventListener("mouseup", onMouseup);
75
+ });
76
+ return (_ctx, _cache) => {
77
+ return _ctx.nowrap ? (vue.openBlock(), vue.createBlock(vue.unref(forwardRef["default"]), {
78
+ key: 0,
79
+ "set-ref": setTriggerRef,
80
+ "only-child": ""
81
+ }, {
82
+ default: vue.withCtx(() => [
83
+ vue.renderSlot(_ctx.$slots, "default")
84
+ ]),
85
+ _: 3
86
+ })) : (vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
87
+ key: 1,
88
+ ref_key: "triggerRef",
89
+ ref: triggerRef
90
+ }, _ctx.$attrs), [
91
+ vue.renderSlot(_ctx.$slots, "default")
92
+ ], 16));
93
+ };
94
+ }
95
+ });
96
+ var TooltipV2Trigger = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "/Users/st/Desktop/vue/nxx-ui/packages/components/tooltip-v2/src/trigger.vue"]]);
19
97
 
20
- exports.tooltipV2TriggerProps = tooltipV2TriggerProps;
98
+ exports["default"] = TooltipV2Trigger;
21
99
  //# sourceMappingURL=trigger2.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"trigger2.js","sources":["../../../../../../packages/components/tooltip-v2/src/trigger.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\n\nconst EventHandler = {\n type: definePropType<(e: Event) => boolean | void>(Function),\n} as const\n\nexport const tooltipV2TriggerProps = buildProps({\n onBlur: EventHandler,\n onClick: EventHandler,\n onFocus: EventHandler,\n onMouseDown: EventHandler,\n onMouseEnter: EventHandler,\n onMouseLeave: EventHandler,\n} as const)\n\nexport type TooltipV2TriggerProps = ExtractPropTypes<\n typeof tooltipV2TriggerProps\n>\n"],"names":["definePropType","buildProps"],"mappings":";;;;;;;AACA,MAAM,YAAY,GAAG;AACrB,EAAE,IAAI,EAAEA,sBAAc,CAAC,QAAQ,CAAC;AAChC,CAAC,CAAC;AACU,MAAC,qBAAqB,GAAGC,kBAAU,CAAC;AAChD,EAAE,MAAM,EAAE,YAAY;AACtB,EAAE,OAAO,EAAE,YAAY;AACvB,EAAE,OAAO,EAAE,YAAY;AACvB,EAAE,WAAW,EAAE,YAAY;AAC3B,EAAE,YAAY,EAAE,YAAY;AAC5B,EAAE,YAAY,EAAE,YAAY;AAC5B,CAAC;;;;"}
1
+ {"version":3,"file":"trigger2.js","sources":["../../../../../../packages/components/tooltip-v2/src/trigger.vue"],"sourcesContent":["<template>\n <forward-ref v-if=\"nowrap\" :set-ref=\"setTriggerRef\" only-child>\n <slot />\n </forward-ref>\n <button v-else ref=\"triggerRef\" v-bind=\"$attrs\">\n <slot />\n </button>\n</template>\n\n<script setup lang=\"ts\">\nimport { inject, onBeforeUnmount, watch } from 'vue'\nimport { composeEventHandlers } from '@element-plus/utils'\nimport { tooltipV2RootKey } from '@element-plus/tokens'\nimport ForwardRef from './forward-ref'\nimport { tooltipV2TriggerProps } from './trigger'\nimport { tooltipV2CommonProps } from './common'\n\ndefineOptions({\n name: 'ElTooltipV2Trigger',\n})\n\nconst props = defineProps({\n ...tooltipV2CommonProps,\n ...tooltipV2TriggerProps,\n})\n\n/**\n * onOpen opens the tooltip instantly, onTrigger acts a lil bit differently,\n * it will check if delayDuration is set to greater than 0 and based on that result,\n * if true, it opens the tooltip after delayDuration, otherwise it opens it instantly.\n */\nconst { onClose, onOpen, onDelayOpen, triggerRef, contentId } =\n inject(tooltipV2RootKey)!\n\nlet isMousedown = false\n\nconst setTriggerRef = (el: HTMLElement | null) => {\n triggerRef.value = el\n}\n\nconst onMouseup = () => {\n isMousedown = false\n}\n\nconst onMouseenter = composeEventHandlers(props.onMouseEnter, onDelayOpen)\n\nconst onMouseleave = composeEventHandlers(props.onMouseLeave, onClose)\n\nconst onMousedown = composeEventHandlers(props.onMouseDown, () => {\n onClose()\n isMousedown = true\n document.addEventListener('mouseup', onMouseup, { once: true })\n})\n\nconst onFocus = composeEventHandlers(props.onFocus, () => {\n if (!isMousedown) onOpen()\n})\n\nconst onBlur = composeEventHandlers(props.onBlur, onClose)\n\nconst onClick = composeEventHandlers(props.onClick, (e) => {\n if ((e as MouseEvent).detail === 0) onClose()\n})\n\nconst events = {\n blur: onBlur,\n click: onClick,\n focus: onFocus,\n mousedown: onMousedown,\n mouseenter: onMouseenter,\n mouseleave: onMouseleave,\n}\n\nconst setEvents = <T extends (e: Event) => void>(\n el: HTMLElement | null | undefined,\n events: Record<string, T>,\n type: 'addEventListener' | 'removeEventListener'\n) => {\n if (el) {\n Object.entries(events).forEach(([name, handler]) => {\n el[type](name, handler)\n })\n }\n}\n\nwatch(triggerRef, (triggerEl, previousTriggerEl) => {\n setEvents(triggerEl, events, 'addEventListener')\n setEvents(previousTriggerEl, events, 'removeEventListener')\n\n if (triggerEl) {\n triggerEl.setAttribute('aria-describedby', contentId.value)\n }\n})\n\nonBeforeUnmount(() => {\n setEvents(triggerRef.value, events, 'removeEventListener')\n document.removeEventListener('mouseup', onMouseup)\n})\n</script>\n"],"names":["inject","tooltipV2RootKey","composeEventHandlers","watch","onBeforeUnmount"],"mappings":";;;;;;;;;;;;;;uCAiBc,CAAA;AAAA,EACZ,IAAM,EAAA,oBAAA;AACR,CAAA,CAAA,CAAA;;;;;;;;;AAYA,IAAA,MAAM,EAAE,OAAS,EAAA,MAAA,EAAQ,aAAa,UAAY,EAAA,SAAA,EAAA,GAChDA,WAAOC,0BAAgB,CAAA,CAAA;AAEzB,IAAA,IAAI,WAAc,GAAA,KAAA,CAAA;AAElB,IAAM,MAAA,aAAA,GAAgB,CAAC,EAA2B,KAAA;AAChD,MAAA,UAAA,CAAW,KAAQ,GAAA,EAAA,CAAA;AAAA,KACrB,CAAA;AAEA,IAAA,MAAM,YAAY,MAAM;AACtB,MAAc,WAAA,GAAA,KAAA,CAAA;AAAA,KAChB,CAAA;AAEA,IAAA,MAAM,YAAe,GAAAC,0BAAA,CAAqB,KAAM,CAAA,YAAA,EAAc,WAAW,CAAA,CAAA;AAEzE,IAAA,MAAM,YAAe,GAAAA,0BAAA,CAAqB,KAAM,CAAA,YAAA,EAAc,OAAO,CAAA,CAAA;AAErE,IAAA,MAAM,WAAc,GAAAA,0BAAA,CAAqB,KAAM,CAAA,WAAA,EAAa,MAAM;AAChE,MAAQ,OAAA,EAAA,CAAA;AACR,MAAc,WAAA,GAAA,IAAA,CAAA;AACd,MAAA,QAAA,CAAS,iBAAiB,SAAW,EAAA,SAAA,EAAW,EAAE,IAAA,EAAM,MAAM,CAAA,CAAA;AAAA,KAC/D,CAAA,CAAA;AAED,IAAA,MAAM,OAAU,GAAAA,0BAAA,CAAqB,KAAM,CAAA,OAAA,EAAS,MAAM;AACxD,MAAA,IAAI,CAAC,WAAA;AAAa,QAAO,MAAA,EAAA,CAAA;AAAA,KAC1B,CAAA,CAAA;AAED,IAAA,MAAM,MAAS,GAAAA,0BAAA,CAAqB,KAAM,CAAA,MAAA,EAAQ,OAAO,CAAA,CAAA;AAEzD,IAAA,MAAM,OAAU,GAAAA,0BAAA,CAAqB,KAAM,CAAA,OAAA,EAAS,CAAC,CAAM,KAAA;AACzD,MAAA,IAAK,EAAiB,MAAW,KAAA,CAAA;AAAG,QAAQ,OAAA,EAAA,CAAA;AAAA,KAC7C,CAAA,CAAA;AAED,IAAA,MAAM,MAAS,GAAA;AAAA,MACb,IAAM,EAAA,MAAA;AAAA,MACN,KAAO,EAAA,OAAA;AAAA,MACP,KAAO,EAAA,OAAA;AAAA,MACP,SAAW,EAAA,WAAA;AAAA,MACX,UAAY,EAAA,YAAA;AAAA,MACZ,UAAY,EAAA,YAAA;AAAA,KACd,CAAA;AAEA,IAAA,MAAM,SAAY,GAAA,CAChB,EACA,EAAA,OAAA,EACA,IACG,KAAA;AACH,MAAA,IAAI,EAAI,EAAA;AACN,QAAA,MAAA,CAAO,QAAQ,OAAM,CAAA,CAAE,QAAQ,CAAC,CAAC,MAAM,OAAa,CAAA,KAAA;AAClD,UAAG,EAAA,CAAA,IAAA,CAAA,CAAM,MAAM,OAAO,CAAA,CAAA;AAAA,SACvB,CAAA,CAAA;AAAA,OACH;AAAA,KACF,CAAA;AAEA,IAAMC,SAAA,CAAA,UAAA,EAAY,CAAC,SAAA,EAAW,iBAAsB,KAAA;AAClD,MAAU,SAAA,CAAA,SAAA,EAAW,QAAQ,kBAAkB,CAAA,CAAA;AAC/C,MAAU,SAAA,CAAA,iBAAA,EAAmB,QAAQ,qBAAqB,CAAA,CAAA;AAE1D,MAAA,IAAI,SAAW,EAAA;AACb,QAAU,SAAA,CAAA,YAAA,CAAa,kBAAoB,EAAA,SAAA,CAAU,KAAK,CAAA,CAAA;AAAA,OAC5D;AAAA,KACD,CAAA,CAAA;AAED,IAAAC,mBAAA,CAAgB,MAAM;AACpB,MAAU,SAAA,CAAA,UAAA,CAAW,KAAO,EAAA,MAAA,EAAQ,qBAAqB,CAAA,CAAA;AACzD,MAAS,QAAA,CAAA,mBAAA,CAAoB,WAAW,SAAS,CAAA,CAAA;AAAA,KAClD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;"}