element-pe 2.3.9 → 2.3.11

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 (502) hide show
  1. package/dist/index.full.js +4 -1
  2. package/dist/index.full.min.js +2 -2
  3. package/dist/index.full.min.js.map +1 -1
  4. package/dist/index.full.min.mjs +2 -2
  5. package/dist/index.full.min.mjs.map +1 -1
  6. package/dist/index.full.mjs +4 -1
  7. package/es/components/affix/index.mjs +2 -2
  8. package/es/components/affix/src/affix.mjs +26 -119
  9. package/es/components/affix/src/affix.mjs.map +1 -1
  10. package/es/components/affix/src/affix2.mjs +119 -26
  11. package/es/components/affix/src/affix2.mjs.map +1 -1
  12. package/es/components/alert/index.mjs +2 -2
  13. package/es/components/alert/src/alert.mjs +38 -103
  14. package/es/components/alert/src/alert.mjs.map +1 -1
  15. package/es/components/alert/src/alert2.mjs +103 -38
  16. package/es/components/alert/src/alert2.mjs.map +1 -1
  17. package/es/components/anchor/index.mjs +3 -3
  18. package/es/components/anchor/src/anchor-link.mjs +6 -82
  19. package/es/components/anchor/src/anchor-link.mjs.map +1 -1
  20. package/es/components/anchor/src/anchor-link2.mjs +82 -6
  21. package/es/components/anchor/src/anchor-link2.mjs.map +1 -1
  22. package/es/components/anchor/src/anchor.mjs +38 -193
  23. package/es/components/anchor/src/anchor.mjs.map +1 -1
  24. package/es/components/anchor/src/anchor2.mjs +193 -38
  25. package/es/components/anchor/src/anchor2.mjs.map +1 -1
  26. package/es/components/autocomplete/index.mjs +2 -2
  27. package/es/components/autocomplete/src/autocomplete.mjs +98 -382
  28. package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
  29. package/es/components/autocomplete/src/autocomplete2.mjs +382 -98
  30. package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
  31. package/es/components/avatar/index.mjs +2 -2
  32. package/es/components/avatar/src/avatar.mjs +35 -76
  33. package/es/components/avatar/src/avatar.mjs.map +1 -1
  34. package/es/components/avatar/src/avatar2.mjs +76 -35
  35. package/es/components/avatar/src/avatar2.mjs.map +1 -1
  36. package/es/components/badge/index.mjs +2 -2
  37. package/es/components/badge/src/badge.mjs +38 -93
  38. package/es/components/badge/src/badge.mjs.map +1 -1
  39. package/es/components/badge/src/badge2.mjs +93 -38
  40. package/es/components/badge/src/badge2.mjs.map +1 -1
  41. package/es/components/breadcrumb/index.mjs +2 -2
  42. package/es/components/breadcrumb/src/breadcrumb-item.mjs +57 -9
  43. package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
  44. package/es/components/breadcrumb/src/breadcrumb-item2.mjs +9 -57
  45. package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
  46. package/es/components/cascader/index.mjs +2 -2
  47. package/es/components/cascader/src/cascader.mjs +95 -658
  48. package/es/components/cascader/src/cascader.mjs.map +1 -1
  49. package/es/components/cascader/src/cascader2.mjs +658 -95
  50. package/es/components/cascader/src/cascader2.mjs.map +1 -1
  51. package/es/components/cascader-panel/src/index.mjs +1 -1
  52. package/es/components/cascader-panel/src/menu.mjs +1 -1
  53. package/es/components/cascader-panel/src/node.mjs +116 -209
  54. package/es/components/cascader-panel/src/node.mjs.map +1 -1
  55. package/es/components/cascader-panel/src/node2.mjs +209 -116
  56. package/es/components/cascader-panel/src/node2.mjs.map +1 -1
  57. package/es/components/cascader-panel/src/store.mjs +1 -1
  58. package/es/components/check-tag/index.mjs +2 -2
  59. package/es/components/check-tag/src/check-tag.mjs +14 -35
  60. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  61. package/es/components/check-tag/src/check-tag2.mjs +35 -14
  62. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  63. package/es/components/collapse/index.mjs +2 -2
  64. package/es/components/collapse/src/collapse.mjs +28 -18
  65. package/es/components/collapse/src/collapse.mjs.map +1 -1
  66. package/es/components/collapse/src/collapse2.mjs +18 -28
  67. package/es/components/collapse/src/collapse2.mjs.map +1 -1
  68. package/es/components/color-picker/index.mjs +2 -2
  69. package/es/components/color-picker/src/color-picker.mjs +62 -441
  70. package/es/components/color-picker/src/color-picker.mjs.map +1 -1
  71. package/es/components/color-picker/src/color-picker2.mjs +442 -62
  72. package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
  73. package/es/components/color-picker/src/components/predefine.mjs +1 -1
  74. package/es/components/countdown/index.mjs +2 -2
  75. package/es/components/countdown/src/countdown.mjs +23 -79
  76. package/es/components/countdown/src/countdown.mjs.map +1 -1
  77. package/es/components/countdown/src/countdown2.mjs +79 -23
  78. package/es/components/countdown/src/countdown2.mjs.map +1 -1
  79. package/es/components/descriptions/index.mjs +2 -2
  80. package/es/components/descriptions/src/description.mjs +24 -121
  81. package/es/components/descriptions/src/description.mjs.map +1 -1
  82. package/es/components/descriptions/src/description2.mjs +121 -24
  83. package/es/components/descriptions/src/description2.mjs.map +1 -1
  84. package/es/components/descriptions/src/descriptions-row.mjs +64 -7
  85. package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
  86. package/es/components/descriptions/src/descriptions-row2.mjs +7 -64
  87. package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
  88. package/es/components/dialog/index.mjs +2 -2
  89. package/es/components/dialog/src/dialog-content.mjs +27 -96
  90. package/es/components/dialog/src/dialog-content.mjs.map +1 -1
  91. package/es/components/dialog/src/dialog-content2.mjs +96 -27
  92. package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
  93. package/es/components/dialog/src/dialog.mjs +167 -69
  94. package/es/components/dialog/src/dialog.mjs.map +1 -1
  95. package/es/components/dialog/src/dialog2.mjs +69 -167
  96. package/es/components/dialog/src/dialog2.mjs.map +1 -1
  97. package/es/components/divider/index.mjs +2 -2
  98. package/es/components/divider/src/divider.mjs +17 -35
  99. package/es/components/divider/src/divider.mjs.map +1 -1
  100. package/es/components/divider/src/divider2.mjs +35 -17
  101. package/es/components/divider/src/divider2.mjs.map +1 -1
  102. package/es/components/drawer/index.mjs +2 -2
  103. package/es/components/drawer/src/drawer.mjs +30 -191
  104. package/es/components/drawer/src/drawer.mjs.map +1 -1
  105. package/es/components/drawer/src/drawer2.mjs +191 -30
  106. package/es/components/drawer/src/drawer2.mjs.map +1 -1
  107. package/es/components/dropdown/index.mjs +2 -2
  108. package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
  109. package/es/components/dropdown/src/dropdown-item.mjs +1 -1
  110. package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
  111. package/es/components/dropdown/src/dropdown.mjs +106 -310
  112. package/es/components/dropdown/src/dropdown.mjs.map +1 -1
  113. package/es/components/dropdown/src/dropdown2.mjs +310 -106
  114. package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
  115. package/es/components/image/index.mjs +2 -2
  116. package/es/components/image/src/image.mjs +235 -67
  117. package/es/components/image/src/image.mjs.map +1 -1
  118. package/es/components/image/src/image2.mjs +67 -235
  119. package/es/components/image/src/image2.mjs.map +1 -1
  120. package/es/components/index.mjs +36 -36
  121. package/es/components/input-number/index.mjs +2 -2
  122. package/es/components/input-number/src/input-number.mjs +72 -358
  123. package/es/components/input-number/src/input-number.mjs.map +1 -1
  124. package/es/components/input-number/src/input-number2.mjs +358 -72
  125. package/es/components/input-number/src/input-number2.mjs.map +1 -1
  126. package/es/components/menu/index.mjs +2 -2
  127. package/es/components/menu/src/menu-item.mjs +97 -14
  128. package/es/components/menu/src/menu-item.mjs.map +1 -1
  129. package/es/components/menu/src/menu-item2.mjs +14 -97
  130. package/es/components/menu/src/menu-item2.mjs.map +1 -1
  131. package/es/components/pagination/src/components/pager.mjs +17 -218
  132. package/es/components/pagination/src/components/pager.mjs.map +1 -1
  133. package/es/components/pagination/src/components/pager2.mjs +218 -17
  134. package/es/components/pagination/src/components/pager2.mjs.map +1 -1
  135. package/es/components/pagination/src/components/prev.mjs +18 -38
  136. package/es/components/pagination/src/components/prev.mjs.map +1 -1
  137. package/es/components/pagination/src/components/prev2.mjs +38 -18
  138. package/es/components/pagination/src/components/prev2.mjs.map +1 -1
  139. package/es/components/pagination/src/pagination.mjs +2 -2
  140. package/es/components/popconfirm/index.mjs +2 -2
  141. package/es/components/popconfirm/src/popconfirm.mjs +47 -110
  142. package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
  143. package/es/components/popconfirm/src/popconfirm2.mjs +110 -47
  144. package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
  145. package/es/components/popover/src/popover.mjs +1 -1
  146. package/es/components/popper/index.mjs +2 -2
  147. package/es/components/popper/src/trigger.mjs +31 -121
  148. package/es/components/popper/src/trigger.mjs.map +1 -1
  149. package/es/components/popper/src/trigger2.mjs +121 -31
  150. package/es/components/popper/src/trigger2.mjs.map +1 -1
  151. package/es/components/radio/index.mjs +4 -4
  152. package/es/components/radio/src/radio-button.mjs +6 -68
  153. package/es/components/radio/src/radio-button.mjs.map +1 -1
  154. package/es/components/radio/src/radio-button2.mjs +68 -6
  155. package/es/components/radio/src/radio-button2.mjs.map +1 -1
  156. package/es/components/radio/src/radio-group.mjs +45 -79
  157. package/es/components/radio/src/radio-group.mjs.map +1 -1
  158. package/es/components/radio/src/radio-group2.mjs +79 -45
  159. package/es/components/radio/src/radio-group2.mjs.map +1 -1
  160. package/es/components/rate/index.mjs +2 -2
  161. package/es/components/rate/src/rate.mjs +92 -272
  162. package/es/components/rate/src/rate.mjs.map +1 -1
  163. package/es/components/rate/src/rate2.mjs +272 -92
  164. package/es/components/rate/src/rate2.mjs.map +1 -1
  165. package/es/components/resizable-columns/index.d.ts +10 -6
  166. package/es/components/resizable-columns/src/resizable-column.mjs +3 -1
  167. package/es/components/resizable-columns/src/resizable-column.mjs.map +1 -1
  168. package/es/components/resizable-columns/src/resizable-column.vue.d.ts +5 -3
  169. package/es/components/row/index.mjs +2 -2
  170. package/es/components/row/src/row.mjs +45 -29
  171. package/es/components/row/src/row.mjs.map +1 -1
  172. package/es/components/row/src/row2.mjs +29 -45
  173. package/es/components/row/src/row2.mjs.map +1 -1
  174. package/es/components/scrollbar/index.mjs +1 -1
  175. package/es/components/scrollbar/src/bar.mjs +11 -64
  176. package/es/components/scrollbar/src/bar.mjs.map +1 -1
  177. package/es/components/scrollbar/src/bar2.mjs +64 -11
  178. package/es/components/scrollbar/src/bar2.mjs.map +1 -1
  179. package/es/components/scrollbar/src/scrollbar2.mjs +1 -1
  180. package/es/components/scrollbar/src/thumb.mjs +11 -134
  181. package/es/components/scrollbar/src/thumb.mjs.map +1 -1
  182. package/es/components/scrollbar/src/thumb2.mjs +134 -11
  183. package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
  184. package/es/components/slider/index.mjs +2 -2
  185. package/es/components/slider/src/slider.mjs +99 -246
  186. package/es/components/slider/src/slider.mjs.map +1 -1
  187. package/es/components/slider/src/slider2.mjs +246 -99
  188. package/es/components/slider/src/slider2.mjs.map +1 -1
  189. package/es/components/steps/index.mjs +2 -2
  190. package/es/components/steps/src/item.mjs +193 -19
  191. package/es/components/steps/src/item.mjs.map +1 -1
  192. package/es/components/steps/src/item2.mjs +19 -193
  193. package/es/components/steps/src/item2.mjs.map +1 -1
  194. package/es/components/switch/index.mjs +2 -2
  195. package/es/components/switch/src/switch.mjs +246 -81
  196. package/es/components/switch/src/switch.mjs.map +1 -1
  197. package/es/components/switch/src/switch2.mjs +81 -246
  198. package/es/components/switch/src/switch2.mjs.map +1 -1
  199. package/es/components/tabs/index.mjs +2 -2
  200. package/es/components/tabs/src/tab-pane.mjs +14 -76
  201. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  202. package/es/components/tabs/src/tab-pane2.mjs +76 -14
  203. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  204. package/es/components/teleport/index.mjs +2 -2
  205. package/es/components/teleport/src/teleport.mjs +15 -44
  206. package/es/components/teleport/src/teleport.mjs.map +1 -1
  207. package/es/components/teleport/src/teleport2.mjs +44 -15
  208. package/es/components/teleport/src/teleport2.mjs.map +1 -1
  209. package/es/components/time-select/index.mjs +2 -2
  210. package/es/components/time-select/src/time-select.mjs +138 -58
  211. package/es/components/time-select/src/time-select.mjs.map +1 -1
  212. package/es/components/time-select/src/time-select2.mjs +58 -138
  213. package/es/components/time-select/src/time-select2.mjs.map +1 -1
  214. package/es/components/tooltip/src/trigger.mjs +1 -1
  215. package/es/components/tooltip/src/trigger2.mjs +1 -1
  216. package/es/components/tooltip-v2/index.mjs +4 -4
  217. package/es/components/tooltip-v2/src/arrow.mjs +22 -37
  218. package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
  219. package/es/components/tooltip-v2/src/arrow2.mjs +37 -22
  220. package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
  221. package/es/components/tooltip-v2/src/content.mjs +114 -49
  222. package/es/components/tooltip-v2/src/content.mjs.map +1 -1
  223. package/es/components/tooltip-v2/src/content2.mjs +49 -114
  224. package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
  225. package/es/components/tooltip-v2/src/tooltip.mjs +20 -77
  226. package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
  227. package/es/components/tooltip-v2/src/tooltip2.mjs +77 -20
  228. package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
  229. package/es/components/tour/index.mjs +4 -4
  230. package/es/components/tour/src/mask.mjs +19 -78
  231. package/es/components/tour/src/mask.mjs.map +1 -1
  232. package/es/components/tour/src/mask2.mjs +78 -19
  233. package/es/components/tour/src/mask2.mjs.map +1 -1
  234. package/es/components/tour/src/step.mjs +171 -46
  235. package/es/components/tour/src/step.mjs.map +1 -1
  236. package/es/components/tour/src/step2.mjs +46 -171
  237. package/es/components/tour/src/step2.mjs.map +1 -1
  238. package/es/components/tour/src/tour.mjs +152 -69
  239. package/es/components/tour/src/tour.mjs.map +1 -1
  240. package/es/components/tour/src/tour2.mjs +69 -152
  241. package/es/components/tour/src/tour2.mjs.map +1 -1
  242. package/es/components/upload/index.mjs +1 -1
  243. package/es/components/upload/src/upload-list.mjs +29 -182
  244. package/es/components/upload/src/upload-list.mjs.map +1 -1
  245. package/es/components/upload/src/upload-list2.mjs +182 -29
  246. package/es/components/upload/src/upload-list2.mjs.map +1 -1
  247. package/es/components/upload/src/upload2.mjs +1 -1
  248. package/es/components/visual-hidden/index.mjs +3 -3
  249. package/es/components/visual-hidden/src/visual-hidden.mjs +35 -7
  250. package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
  251. package/es/components/visual-hidden/src/visual-hidden2.mjs +7 -35
  252. package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
  253. package/es/index.mjs +36 -36
  254. package/lib/components/affix/index.js +2 -2
  255. package/lib/components/affix/src/affix.js +27 -119
  256. package/lib/components/affix/src/affix.js.map +1 -1
  257. package/lib/components/affix/src/affix2.js +119 -27
  258. package/lib/components/affix/src/affix2.js.map +1 -1
  259. package/lib/components/alert/index.js +2 -2
  260. package/lib/components/alert/src/alert.js +39 -102
  261. package/lib/components/alert/src/alert.js.map +1 -1
  262. package/lib/components/alert/src/alert2.js +102 -39
  263. package/lib/components/alert/src/alert2.js.map +1 -1
  264. package/lib/components/anchor/index.js +3 -3
  265. package/lib/components/anchor/src/anchor-link.js +6 -82
  266. package/lib/components/anchor/src/anchor-link.js.map +1 -1
  267. package/lib/components/anchor/src/anchor-link2.js +82 -6
  268. package/lib/components/anchor/src/anchor-link2.js.map +1 -1
  269. package/lib/components/anchor/src/anchor.js +38 -192
  270. package/lib/components/anchor/src/anchor.js.map +1 -1
  271. package/lib/components/anchor/src/anchor2.js +192 -38
  272. package/lib/components/anchor/src/anchor2.js.map +1 -1
  273. package/lib/components/autocomplete/index.js +2 -2
  274. package/lib/components/autocomplete/src/autocomplete.js +98 -381
  275. package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
  276. package/lib/components/autocomplete/src/autocomplete2.js +381 -98
  277. package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
  278. package/lib/components/avatar/index.js +2 -2
  279. package/lib/components/avatar/src/avatar.js +35 -75
  280. package/lib/components/avatar/src/avatar.js.map +1 -1
  281. package/lib/components/avatar/src/avatar2.js +75 -35
  282. package/lib/components/avatar/src/avatar2.js.map +1 -1
  283. package/lib/components/badge/index.js +2 -2
  284. package/lib/components/badge/src/badge.js +38 -93
  285. package/lib/components/badge/src/badge.js.map +1 -1
  286. package/lib/components/badge/src/badge2.js +93 -38
  287. package/lib/components/badge/src/badge2.js.map +1 -1
  288. package/lib/components/breadcrumb/index.js +2 -2
  289. package/lib/components/breadcrumb/src/breadcrumb-item.js +57 -9
  290. package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
  291. package/lib/components/breadcrumb/src/breadcrumb-item2.js +9 -57
  292. package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
  293. package/lib/components/cascader/index.js +2 -2
  294. package/lib/components/cascader/src/cascader.js +96 -658
  295. package/lib/components/cascader/src/cascader.js.map +1 -1
  296. package/lib/components/cascader/src/cascader2.js +658 -96
  297. package/lib/components/cascader/src/cascader2.js.map +1 -1
  298. package/lib/components/cascader-panel/src/index.js +1 -1
  299. package/lib/components/cascader-panel/src/menu.js +1 -1
  300. package/lib/components/cascader-panel/src/node.js +116 -209
  301. package/lib/components/cascader-panel/src/node.js.map +1 -1
  302. package/lib/components/cascader-panel/src/node2.js +209 -116
  303. package/lib/components/cascader-panel/src/node2.js.map +1 -1
  304. package/lib/components/cascader-panel/src/store.js +1 -1
  305. package/lib/components/check-tag/index.js +2 -2
  306. package/lib/components/check-tag/src/check-tag.js +15 -35
  307. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  308. package/lib/components/check-tag/src/check-tag2.js +35 -15
  309. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  310. package/lib/components/collapse/index.js +2 -2
  311. package/lib/components/collapse/src/collapse.js +28 -20
  312. package/lib/components/collapse/src/collapse.js.map +1 -1
  313. package/lib/components/collapse/src/collapse2.js +20 -28
  314. package/lib/components/collapse/src/collapse2.js.map +1 -1
  315. package/lib/components/color-picker/index.js +2 -2
  316. package/lib/components/color-picker/src/color-picker.js +63 -440
  317. package/lib/components/color-picker/src/color-picker.js.map +1 -1
  318. package/lib/components/color-picker/src/color-picker2.js +441 -63
  319. package/lib/components/color-picker/src/color-picker2.js.map +1 -1
  320. package/lib/components/color-picker/src/components/predefine.js +1 -1
  321. package/lib/components/countdown/index.js +2 -2
  322. package/lib/components/countdown/src/countdown.js +24 -79
  323. package/lib/components/countdown/src/countdown.js.map +1 -1
  324. package/lib/components/countdown/src/countdown2.js +79 -24
  325. package/lib/components/countdown/src/countdown2.js.map +1 -1
  326. package/lib/components/descriptions/index.js +2 -2
  327. package/lib/components/descriptions/src/description.js +24 -121
  328. package/lib/components/descriptions/src/description.js.map +1 -1
  329. package/lib/components/descriptions/src/description2.js +121 -24
  330. package/lib/components/descriptions/src/description2.js.map +1 -1
  331. package/lib/components/descriptions/src/descriptions-row.js +64 -7
  332. package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
  333. package/lib/components/descriptions/src/descriptions-row2.js +7 -64
  334. package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
  335. package/lib/components/dialog/index.js +2 -2
  336. package/lib/components/dialog/src/dialog-content.js +27 -95
  337. package/lib/components/dialog/src/dialog-content.js.map +1 -1
  338. package/lib/components/dialog/src/dialog-content2.js +95 -27
  339. package/lib/components/dialog/src/dialog-content2.js.map +1 -1
  340. package/lib/components/dialog/src/dialog.js +166 -69
  341. package/lib/components/dialog/src/dialog.js.map +1 -1
  342. package/lib/components/dialog/src/dialog2.js +69 -166
  343. package/lib/components/dialog/src/dialog2.js.map +1 -1
  344. package/lib/components/divider/index.js +2 -2
  345. package/lib/components/divider/src/divider.js +17 -35
  346. package/lib/components/divider/src/divider.js.map +1 -1
  347. package/lib/components/divider/src/divider2.js +35 -17
  348. package/lib/components/divider/src/divider2.js.map +1 -1
  349. package/lib/components/drawer/index.js +2 -2
  350. package/lib/components/drawer/src/drawer.js +31 -191
  351. package/lib/components/drawer/src/drawer.js.map +1 -1
  352. package/lib/components/drawer/src/drawer2.js +191 -31
  353. package/lib/components/drawer/src/drawer2.js.map +1 -1
  354. package/lib/components/dropdown/index.js +2 -2
  355. package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
  356. package/lib/components/dropdown/src/dropdown-item.js +1 -1
  357. package/lib/components/dropdown/src/dropdown-menu.js +1 -1
  358. package/lib/components/dropdown/src/dropdown.js +115 -310
  359. package/lib/components/dropdown/src/dropdown.js.map +1 -1
  360. package/lib/components/dropdown/src/dropdown2.js +310 -115
  361. package/lib/components/dropdown/src/dropdown2.js.map +1 -1
  362. package/lib/components/image/index.js +2 -2
  363. package/lib/components/image/src/image.js +234 -67
  364. package/lib/components/image/src/image.js.map +1 -1
  365. package/lib/components/image/src/image2.js +67 -234
  366. package/lib/components/image/src/image2.js.map +1 -1
  367. package/lib/components/index.js +36 -36
  368. package/lib/components/input-number/index.js +2 -2
  369. package/lib/components/input-number/src/input-number.js +71 -356
  370. package/lib/components/input-number/src/input-number.js.map +1 -1
  371. package/lib/components/input-number/src/input-number2.js +356 -71
  372. package/lib/components/input-number/src/input-number2.js.map +1 -1
  373. package/lib/components/menu/index.js +2 -2
  374. package/lib/components/menu/src/menu-item.js +97 -15
  375. package/lib/components/menu/src/menu-item.js.map +1 -1
  376. package/lib/components/menu/src/menu-item2.js +15 -97
  377. package/lib/components/menu/src/menu-item2.js.map +1 -1
  378. package/lib/components/pagination/src/components/pager.js +17 -218
  379. package/lib/components/pagination/src/components/pager.js.map +1 -1
  380. package/lib/components/pagination/src/components/pager2.js +218 -17
  381. package/lib/components/pagination/src/components/pager2.js.map +1 -1
  382. package/lib/components/pagination/src/components/prev.js +19 -38
  383. package/lib/components/pagination/src/components/prev.js.map +1 -1
  384. package/lib/components/pagination/src/components/prev2.js +38 -19
  385. package/lib/components/pagination/src/components/prev2.js.map +1 -1
  386. package/lib/components/pagination/src/pagination.js +2 -2
  387. package/lib/components/popconfirm/index.js +2 -2
  388. package/lib/components/popconfirm/src/popconfirm.js +48 -110
  389. package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
  390. package/lib/components/popconfirm/src/popconfirm2.js +110 -48
  391. package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
  392. package/lib/components/popover/src/popover.js +1 -1
  393. package/lib/components/popper/index.js +2 -2
  394. package/lib/components/popper/src/trigger.js +32 -121
  395. package/lib/components/popper/src/trigger.js.map +1 -1
  396. package/lib/components/popper/src/trigger2.js +121 -32
  397. package/lib/components/popper/src/trigger2.js.map +1 -1
  398. package/lib/components/radio/index.js +4 -4
  399. package/lib/components/radio/src/radio-button.js +6 -68
  400. package/lib/components/radio/src/radio-button.js.map +1 -1
  401. package/lib/components/radio/src/radio-button2.js +68 -6
  402. package/lib/components/radio/src/radio-button2.js.map +1 -1
  403. package/lib/components/radio/src/radio-group.js +46 -79
  404. package/lib/components/radio/src/radio-group.js.map +1 -1
  405. package/lib/components/radio/src/radio-group2.js +79 -46
  406. package/lib/components/radio/src/radio-group2.js.map +1 -1
  407. package/lib/components/rate/index.js +2 -2
  408. package/lib/components/rate/src/rate.js +92 -271
  409. package/lib/components/rate/src/rate.js.map +1 -1
  410. package/lib/components/rate/src/rate2.js +271 -92
  411. package/lib/components/rate/src/rate2.js.map +1 -1
  412. package/lib/components/resizable-columns/index.d.ts +10 -6
  413. package/lib/components/resizable-columns/src/resizable-column.js +3 -1
  414. package/lib/components/resizable-columns/src/resizable-column.js.map +1 -1
  415. package/lib/components/resizable-columns/src/resizable-column.vue.d.ts +5 -3
  416. package/lib/components/row/index.js +2 -2
  417. package/lib/components/row/src/row.js +45 -31
  418. package/lib/components/row/src/row.js.map +1 -1
  419. package/lib/components/row/src/row2.js +31 -45
  420. package/lib/components/row/src/row2.js.map +1 -1
  421. package/lib/components/scrollbar/index.js +1 -1
  422. package/lib/components/scrollbar/src/bar.js +11 -64
  423. package/lib/components/scrollbar/src/bar.js.map +1 -1
  424. package/lib/components/scrollbar/src/bar2.js +64 -11
  425. package/lib/components/scrollbar/src/bar2.js.map +1 -1
  426. package/lib/components/scrollbar/src/scrollbar2.js +1 -1
  427. package/lib/components/scrollbar/src/thumb.js +11 -134
  428. package/lib/components/scrollbar/src/thumb.js.map +1 -1
  429. package/lib/components/scrollbar/src/thumb2.js +134 -11
  430. package/lib/components/scrollbar/src/thumb2.js.map +1 -1
  431. package/lib/components/slider/index.js +2 -2
  432. package/lib/components/slider/src/slider.js +100 -246
  433. package/lib/components/slider/src/slider.js.map +1 -1
  434. package/lib/components/slider/src/slider2.js +246 -100
  435. package/lib/components/slider/src/slider2.js.map +1 -1
  436. package/lib/components/steps/index.js +2 -2
  437. package/lib/components/steps/src/item.js +193 -19
  438. package/lib/components/steps/src/item.js.map +1 -1
  439. package/lib/components/steps/src/item2.js +19 -193
  440. package/lib/components/steps/src/item2.js.map +1 -1
  441. package/lib/components/switch/index.js +2 -2
  442. package/lib/components/switch/src/switch.js +245 -81
  443. package/lib/components/switch/src/switch.js.map +1 -1
  444. package/lib/components/switch/src/switch2.js +81 -245
  445. package/lib/components/switch/src/switch2.js.map +1 -1
  446. package/lib/components/tabs/index.js +2 -2
  447. package/lib/components/tabs/src/tab-pane.js +14 -76
  448. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  449. package/lib/components/tabs/src/tab-pane2.js +76 -14
  450. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  451. package/lib/components/teleport/index.js +2 -2
  452. package/lib/components/teleport/src/teleport.js +15 -44
  453. package/lib/components/teleport/src/teleport.js.map +1 -1
  454. package/lib/components/teleport/src/teleport2.js +44 -15
  455. package/lib/components/teleport/src/teleport2.js.map +1 -1
  456. package/lib/components/time-select/index.js +2 -2
  457. package/lib/components/time-select/src/time-select.js +143 -58
  458. package/lib/components/time-select/src/time-select.js.map +1 -1
  459. package/lib/components/time-select/src/time-select2.js +58 -143
  460. package/lib/components/time-select/src/time-select2.js.map +1 -1
  461. package/lib/components/tooltip/src/trigger.js +1 -1
  462. package/lib/components/tooltip/src/trigger2.js +1 -1
  463. package/lib/components/tooltip-v2/index.js +4 -4
  464. package/lib/components/tooltip-v2/src/arrow.js +23 -37
  465. package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
  466. package/lib/components/tooltip-v2/src/arrow2.js +37 -23
  467. package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
  468. package/lib/components/tooltip-v2/src/content.js +114 -49
  469. package/lib/components/tooltip-v2/src/content.js.map +1 -1
  470. package/lib/components/tooltip-v2/src/content2.js +49 -114
  471. package/lib/components/tooltip-v2/src/content2.js.map +1 -1
  472. package/lib/components/tooltip-v2/src/tooltip.js +20 -77
  473. package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
  474. package/lib/components/tooltip-v2/src/tooltip2.js +77 -20
  475. package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
  476. package/lib/components/tour/index.js +4 -4
  477. package/lib/components/tour/src/mask.js +19 -78
  478. package/lib/components/tour/src/mask.js.map +1 -1
  479. package/lib/components/tour/src/mask2.js +78 -19
  480. package/lib/components/tour/src/mask2.js.map +1 -1
  481. package/lib/components/tour/src/step.js +170 -46
  482. package/lib/components/tour/src/step.js.map +1 -1
  483. package/lib/components/tour/src/step2.js +46 -170
  484. package/lib/components/tour/src/step2.js.map +1 -1
  485. package/lib/components/tour/src/tour.js +151 -69
  486. package/lib/components/tour/src/tour.js.map +1 -1
  487. package/lib/components/tour/src/tour2.js +69 -151
  488. package/lib/components/tour/src/tour2.js.map +1 -1
  489. package/lib/components/upload/index.js +1 -1
  490. package/lib/components/upload/src/upload-list.js +30 -182
  491. package/lib/components/upload/src/upload-list.js.map +1 -1
  492. package/lib/components/upload/src/upload-list2.js +182 -30
  493. package/lib/components/upload/src/upload-list2.js.map +1 -1
  494. package/lib/components/upload/src/upload2.js +1 -1
  495. package/lib/components/visual-hidden/index.js +2 -2
  496. package/lib/components/visual-hidden/src/visual-hidden.js +35 -7
  497. package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
  498. package/lib/components/visual-hidden/src/visual-hidden2.js +7 -35
  499. package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
  500. package/lib/index.js +36 -36
  501. package/package.json +1 -1
  502. package/web-types.json +1 -1
@@ -2,202 +2,48 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vue = require('vue');
6
- var core = require('@vueuse/core');
7
- require('../../../hooks/index.js');
8
5
  require('../../../utils/index.js');
9
- var anchor = require('./anchor2.js');
10
- var constants = require('./constants.js');
11
- var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
12
- var index = require('../../../hooks/use-namespace/index.js');
13
- var element = require('../../../utils/dom/element.js');
14
- var scroll = require('../../../utils/dom/scroll.js');
15
- var position = require('../../../utils/dom/position.js');
16
- var throttleByRaf = require('../../../utils/throttleByRaf.js');
6
+ var runtime = require('../../../utils/vue/props/runtime.js');
7
+ var shared = require('@vue/shared');
17
8
  var types = require('../../../utils/types.js');
18
9
 
19
- const __default__ = vue.defineComponent({
20
- name: "ElAnchor"
21
- });
22
- const _sfc_main = /* @__PURE__ */ vue.defineComponent({
23
- ...__default__,
24
- props: anchor.anchorProps,
25
- emits: anchor.anchorEmits,
26
- setup(__props, { expose, emit }) {
27
- const props = __props;
28
- const currentAnchor = vue.ref("");
29
- const anchorRef = vue.ref(null);
30
- const markerRef = vue.ref(null);
31
- const containerEl = vue.ref();
32
- const links = {};
33
- let isScrolling = false;
34
- let currentScrollTop = 0;
35
- const ns = index.useNamespace("anchor");
36
- const cls = vue.computed(() => [
37
- ns.b(),
38
- props.type === "underline" ? ns.m("underline") : "",
39
- ns.m(props.direction)
40
- ]);
41
- const addLink = (state) => {
42
- links[state.href] = state.el;
43
- };
44
- const removeLink = (href) => {
45
- delete links[href];
46
- };
47
- const setCurrentAnchor = (href) => {
48
- const activeHref = currentAnchor.value;
49
- if (activeHref !== href) {
50
- currentAnchor.value = href;
51
- emit("change", href);
52
- }
53
- };
54
- let clearAnimate = null;
55
- const scrollToAnchor = (href) => {
56
- if (!containerEl.value)
57
- return;
58
- const target = element.getElement(href);
59
- if (!target)
60
- return;
61
- if (clearAnimate)
62
- clearAnimate();
63
- isScrolling = true;
64
- const scrollEle = scroll.getScrollElement(target, containerEl.value);
65
- const distance = position.getOffsetTopDistance(target, scrollEle);
66
- const max = scrollEle.scrollHeight - scrollEle.clientHeight;
67
- const to = Math.min(distance - props.offset, max);
68
- clearAnimate = scroll.animateScrollTo(containerEl.value, currentScrollTop, to, props.duration, () => {
69
- setTimeout(() => {
70
- isScrolling = false;
71
- }, 20);
72
- });
73
- };
74
- const scrollTo = (href) => {
75
- if (href) {
76
- setCurrentAnchor(href);
77
- scrollToAnchor(href);
78
- }
79
- };
80
- const handleClick = (e, href) => {
81
- emit("click", e, href);
82
- scrollTo(href);
83
- };
84
- const handleScroll = throttleByRaf.throttleByRaf(() => {
85
- if (containerEl.value) {
86
- currentScrollTop = scroll.getScrollTop(containerEl.value);
87
- }
88
- const currentHref = getCurrentHref();
89
- if (isScrolling || types.isUndefined(currentHref))
90
- return;
91
- setCurrentAnchor(currentHref);
92
- });
93
- const getCurrentHref = () => {
94
- if (!containerEl.value)
95
- return;
96
- const scrollTop = scroll.getScrollTop(containerEl.value);
97
- const anchorTopList = [];
98
- for (const href of Object.keys(links)) {
99
- const target = element.getElement(href);
100
- if (!target)
101
- continue;
102
- const scrollEle = scroll.getScrollElement(target, containerEl.value);
103
- const distance = position.getOffsetTopDistance(target, scrollEle);
104
- anchorTopList.push({
105
- top: distance - props.offset - props.bound,
106
- href
107
- });
108
- }
109
- anchorTopList.sort((prev, next) => prev.top - next.top);
110
- for (let i = 0; i < anchorTopList.length; i++) {
111
- const item = anchorTopList[i];
112
- const next = anchorTopList[i + 1];
113
- if (i === 0 && scrollTop === 0) {
114
- return "";
115
- }
116
- if (item.top <= scrollTop && (!next || next.top > scrollTop)) {
117
- return item.href;
118
- }
119
- }
120
- };
121
- const getContainer = () => {
122
- const el = element.getElement(props.container);
123
- if (!el || types.isWindow(el)) {
124
- containerEl.value = window;
125
- } else {
126
- containerEl.value = el;
127
- }
128
- };
129
- core.useEventListener(containerEl, "scroll", handleScroll);
130
- const markerStyle = vue.computed(() => {
131
- if (!anchorRef.value || !markerRef.value || !currentAnchor.value)
132
- return {};
133
- const currentLinkEl = links[currentAnchor.value];
134
- if (!currentLinkEl)
135
- return {};
136
- const anchorRect = anchorRef.value.getBoundingClientRect();
137
- const markerRect = markerRef.value.getBoundingClientRect();
138
- const linkRect = currentLinkEl.getBoundingClientRect();
139
- if (props.direction === "horizontal") {
140
- const left = linkRect.left - anchorRect.left;
141
- return {
142
- left: `${left}px`,
143
- width: `${linkRect.width}px`,
144
- opacity: 1
145
- };
146
- } else {
147
- const top = linkRect.top - anchorRect.top + (linkRect.height - markerRect.height) / 2;
148
- return {
149
- top: `${top}px`,
150
- opacity: 1
151
- };
152
- }
153
- });
154
- vue.onMounted(() => {
155
- getContainer();
156
- const hash = decodeURIComponent(window.location.hash);
157
- const target = element.getElement(hash);
158
- if (target) {
159
- scrollTo(hash);
160
- } else {
161
- handleScroll();
162
- }
163
- });
164
- vue.watch(() => props.container, () => {
165
- getContainer();
166
- });
167
- vue.provide(constants.anchorKey, {
168
- ns,
169
- direction: props.direction,
170
- currentAnchor,
171
- addLink,
172
- removeLink,
173
- handleClick
174
- });
175
- expose({
176
- scrollTo
177
- });
178
- return (_ctx, _cache) => {
179
- return vue.openBlock(), vue.createElementBlock("div", {
180
- ref_key: "anchorRef",
181
- ref: anchorRef,
182
- class: vue.normalizeClass(vue.unref(cls))
183
- }, [
184
- _ctx.marker ? (vue.openBlock(), vue.createElementBlock("div", {
185
- key: 0,
186
- ref_key: "markerRef",
187
- ref: markerRef,
188
- class: vue.normalizeClass(vue.unref(ns).e("marker")),
189
- style: vue.normalizeStyle(vue.unref(markerStyle))
190
- }, null, 6)) : vue.createCommentVNode("v-if", true),
191
- vue.createElementVNode("div", {
192
- class: vue.normalizeClass(vue.unref(ns).e("list"))
193
- }, [
194
- vue.renderSlot(_ctx.$slots, "default")
195
- ], 2)
196
- ], 2);
197
- };
10
+ const anchorProps = runtime.buildProps({
11
+ container: {
12
+ type: runtime.definePropType([
13
+ String,
14
+ Object
15
+ ])
16
+ },
17
+ offset: {
18
+ type: Number,
19
+ default: 0
20
+ },
21
+ bound: {
22
+ type: Number,
23
+ default: 15
24
+ },
25
+ duration: {
26
+ type: Number,
27
+ default: 300
28
+ },
29
+ marker: {
30
+ type: Boolean,
31
+ default: true
32
+ },
33
+ type: {
34
+ type: runtime.definePropType(String),
35
+ default: "default"
36
+ },
37
+ direction: {
38
+ type: runtime.definePropType(String),
39
+ default: "vertical"
198
40
  }
199
41
  });
200
- var Anchor = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "anchor.vue"]]);
42
+ const anchorEmits = {
43
+ change: (href) => shared.isString(href),
44
+ click: (e, href) => e instanceof MouseEvent && (shared.isString(href) || types.isUndefined(href))
45
+ };
201
46
 
202
- exports["default"] = Anchor;
47
+ exports.anchorEmits = anchorEmits;
48
+ exports.anchorProps = anchorProps;
203
49
  //# sourceMappingURL=anchor.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"anchor.js","sources":["../../../../../../packages/components/anchor/src/anchor.vue"],"sourcesContent":["<template>\n <div ref=\"anchorRef\" :class=\"cls\">\n <div\n v-if=\"marker\"\n ref=\"markerRef\"\n :class=\"ns.e('marker')\"\n :style=\"markerStyle\"\n />\n <div :class=\"ns.e('list')\">\n <slot />\n </div>\n </div>\n</template>\n\n<script lang=\"ts\" setup>\nimport { computed, onMounted, provide, ref, watch } from 'vue'\nimport { useEventListener } from '@vueuse/core'\nimport { useNamespace } from '@element-plus/hooks'\nimport {\n animateScrollTo,\n getElement,\n getOffsetTopDistance,\n getScrollElement,\n getScrollTop,\n isUndefined,\n isWindow,\n throttleByRaf,\n} from '@element-plus/utils'\nimport { anchorEmits, anchorProps } from './anchor'\nimport { anchorKey } from './constants'\n\nimport type { AnchorLinkState } from './constants'\n\ndefineOptions({\n name: 'ElAnchor',\n})\n\nconst props = defineProps(anchorProps)\nconst emit = defineEmits(anchorEmits)\n\nconst currentAnchor = ref('')\nconst anchorRef = ref<HTMLElement | null>(null)\nconst markerRef = ref<HTMLElement | null>(null)\nconst containerEl = ref<HTMLElement | Window>()\n\nconst links: Record<string, HTMLElement> = {}\nlet isScrolling = false\nlet currentScrollTop = 0\n\nconst ns = useNamespace('anchor')\n\nconst cls = computed(() => [\n ns.b(),\n props.type === 'underline' ? ns.m('underline') : '',\n ns.m(props.direction),\n])\n\nconst addLink = (state: AnchorLinkState) => {\n links[state.href] = state.el\n}\n\nconst removeLink = (href: string) => {\n delete links[href]\n}\n\nconst setCurrentAnchor = (href: string) => {\n const activeHref = currentAnchor.value\n if (activeHref !== href) {\n currentAnchor.value = href\n emit('change', href)\n }\n}\n\nlet clearAnimate: (() => void) | null = null\n\nconst scrollToAnchor = (href: string) => {\n if (!containerEl.value) return\n const target = getElement(href)\n if (!target) return\n if (clearAnimate) clearAnimate()\n isScrolling = true\n const scrollEle = getScrollElement(target, containerEl.value)\n const distance = getOffsetTopDistance(target, scrollEle)\n const max = scrollEle.scrollHeight - scrollEle.clientHeight\n const to = Math.min(distance - props.offset, max)\n clearAnimate = animateScrollTo(\n containerEl.value,\n currentScrollTop,\n to,\n props.duration,\n () => {\n // make sure it is executed after throttleByRaf's handleScroll\n setTimeout(() => {\n isScrolling = false\n }, 20)\n }\n )\n}\n\nconst scrollTo = (href?: string) => {\n if (href) {\n setCurrentAnchor(href)\n scrollToAnchor(href)\n }\n}\n\nconst handleClick = (e: MouseEvent, href?: string) => {\n emit('click', e, href)\n scrollTo(href)\n}\n\nconst handleScroll = throttleByRaf(() => {\n if (containerEl.value) {\n currentScrollTop = getScrollTop(containerEl.value)\n }\n const currentHref = getCurrentHref()\n if (isScrolling || isUndefined(currentHref)) return\n setCurrentAnchor(currentHref)\n})\n\nconst getCurrentHref = () => {\n if (!containerEl.value) return\n const scrollTop = getScrollTop(containerEl.value)\n const anchorTopList: { top: number; href: string }[] = []\n\n for (const href of Object.keys(links)) {\n const target = getElement(href)\n if (!target) continue\n const scrollEle = getScrollElement(target, containerEl.value)\n const distance = getOffsetTopDistance(target, scrollEle)\n anchorTopList.push({\n top: distance - props.offset - props.bound,\n href,\n })\n }\n anchorTopList.sort((prev, next) => prev.top - next.top)\n\n for (let i = 0; i < anchorTopList.length; i++) {\n const item = anchorTopList[i]\n const next = anchorTopList[i + 1]\n\n if (i === 0 && scrollTop === 0) {\n return ''\n }\n if (item.top <= scrollTop && (!next || next.top > scrollTop)) {\n return item.href\n }\n }\n}\n\nconst getContainer = () => {\n const el = getElement(props.container)\n if (!el || isWindow(el)) {\n containerEl.value = window\n } else {\n containerEl.value = el\n }\n}\n\nuseEventListener(containerEl, 'scroll', handleScroll)\n\nconst markerStyle = computed(() => {\n if (!anchorRef.value || !markerRef.value || !currentAnchor.value) return {}\n const currentLinkEl = links[currentAnchor.value]\n if (!currentLinkEl) return {}\n const anchorRect = anchorRef.value.getBoundingClientRect()\n const markerRect = markerRef.value.getBoundingClientRect()\n const linkRect = currentLinkEl.getBoundingClientRect()\n\n if (props.direction === 'horizontal') {\n const left = linkRect.left - anchorRect.left\n return {\n left: `${left}px`,\n width: `${linkRect.width}px`,\n opacity: 1,\n }\n } else {\n const top =\n linkRect.top - anchorRect.top + (linkRect.height - markerRect.height) / 2\n return {\n top: `${top}px`,\n opacity: 1,\n }\n }\n})\n\nonMounted(() => {\n getContainer()\n const hash = decodeURIComponent(window.location.hash)\n const target = getElement(hash)\n if (target) {\n scrollTo(hash)\n } else {\n handleScroll()\n }\n})\n\nwatch(\n () => props.container,\n () => {\n getContainer()\n }\n)\n\nprovide(anchorKey, {\n ns,\n direction: props.direction,\n currentAnchor,\n addLink,\n removeLink,\n handleClick,\n})\n\ndefineExpose({\n scrollTo,\n})\n</script>\n"],"names":["ref","useNamespace","computed","getElement","getScrollElement","getOffsetTopDistance","animateScrollTo","throttleByRaf","getScrollTop","isUndefined","isWindow","useEventListener","onMounted","watch","provide","anchorKey"],"mappings":"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"}
1
+ {"version":3,"file":"anchor.js","sources":["../../../../../../packages/components/anchor/src/anchor.ts"],"sourcesContent":["import {\n buildProps,\n definePropType,\n isString,\n isUndefined,\n} from '@element-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\nimport type Anchor from './anchor.vue'\n\nexport const anchorProps = buildProps({\n /**\n * @description scroll container\n */\n container: {\n type: definePropType<string | HTMLElement | Window | null>([\n String,\n Object,\n ]),\n },\n /**\n * @description Set the offset of the anchor scroll\n */\n offset: {\n type: Number,\n default: 0,\n },\n /**\n * @description The offset of the element starting to trigger the anchor\n */\n bound: {\n type: Number,\n default: 15,\n },\n /**\n * @description Set the scroll duration of the container when the anchor is clicked, in milliseconds\n */\n duration: {\n type: Number,\n default: 300,\n },\n /**\n * @description Whether to show the marker\n */\n marker: {\n type: Boolean,\n default: true,\n },\n /**\n * @description Set Anchor type\n */\n type: {\n type: definePropType<'default' | 'underline'>(String),\n default: 'default',\n },\n /**\n * @description Set Anchor direction\n */\n direction: {\n type: definePropType<'vertical' | 'horizontal'>(String),\n default: 'vertical',\n },\n})\n\nexport type AnchorProps = ExtractPropTypes<typeof anchorProps>\nexport type AnchorInstance = InstanceType<typeof Anchor>\n\nexport const anchorEmits = {\n change: (href: string) => isString(href),\n click: (e: MouseEvent, href?: string) =>\n e instanceof MouseEvent && (isString(href) || isUndefined(href)),\n}\nexport type AnchorEmits = typeof anchorEmits\n"],"names":["buildProps","definePropType","isString","isUndefined"],"mappings":";;;;;;;;;AAMY,MAAC,WAAW,GAAGA,kBAAU,CAAC;AACtC,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAEC,sBAAc,CAAC;AACzB,MAAM,MAAM;AACZ,MAAM,MAAM;AACZ,KAAK,CAAC;AACN,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,CAAC;AACd,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,QAAQ,EAAE;AACZ,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,GAAG;AAChB,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,SAAS;AACtB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,UAAU;AACvB,GAAG;AACH,CAAC,EAAE;AACS,MAAC,WAAW,GAAG;AAC3B,EAAE,MAAM,EAAE,CAAC,IAAI,KAAKC,eAAQ,CAAC,IAAI,CAAC;AAClC,EAAE,KAAK,EAAE,CAAC,CAAC,EAAE,IAAI,KAAK,CAAC,YAAY,UAAU,KAAKA,eAAQ,CAAC,IAAI,CAAC,IAAIC,iBAAW,CAAC,IAAI,CAAC,CAAC;AACtF;;;;;"}
@@ -2,48 +2,202 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
+ var vue = require('vue');
6
+ var core = require('@vueuse/core');
7
+ require('../../../hooks/index.js');
5
8
  require('../../../utils/index.js');
6
- var runtime = require('../../../utils/vue/props/runtime.js');
7
- var shared = require('@vue/shared');
9
+ var anchor = require('./anchor.js');
10
+ var constants = require('./constants.js');
11
+ var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
12
+ var index = require('../../../hooks/use-namespace/index.js');
13
+ var element = require('../../../utils/dom/element.js');
14
+ var scroll = require('../../../utils/dom/scroll.js');
15
+ var position = require('../../../utils/dom/position.js');
16
+ var throttleByRaf = require('../../../utils/throttleByRaf.js');
8
17
  var types = require('../../../utils/types.js');
9
18
 
10
- const anchorProps = runtime.buildProps({
11
- container: {
12
- type: runtime.definePropType([
13
- String,
14
- Object
15
- ])
16
- },
17
- offset: {
18
- type: Number,
19
- default: 0
20
- },
21
- bound: {
22
- type: Number,
23
- default: 15
24
- },
25
- duration: {
26
- type: Number,
27
- default: 300
28
- },
29
- marker: {
30
- type: Boolean,
31
- default: true
32
- },
33
- type: {
34
- type: runtime.definePropType(String),
35
- default: "default"
36
- },
37
- direction: {
38
- type: runtime.definePropType(String),
39
- default: "vertical"
19
+ const __default__ = vue.defineComponent({
20
+ name: "ElAnchor"
21
+ });
22
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
23
+ ...__default__,
24
+ props: anchor.anchorProps,
25
+ emits: anchor.anchorEmits,
26
+ setup(__props, { expose, emit }) {
27
+ const props = __props;
28
+ const currentAnchor = vue.ref("");
29
+ const anchorRef = vue.ref(null);
30
+ const markerRef = vue.ref(null);
31
+ const containerEl = vue.ref();
32
+ const links = {};
33
+ let isScrolling = false;
34
+ let currentScrollTop = 0;
35
+ const ns = index.useNamespace("anchor");
36
+ const cls = vue.computed(() => [
37
+ ns.b(),
38
+ props.type === "underline" ? ns.m("underline") : "",
39
+ ns.m(props.direction)
40
+ ]);
41
+ const addLink = (state) => {
42
+ links[state.href] = state.el;
43
+ };
44
+ const removeLink = (href) => {
45
+ delete links[href];
46
+ };
47
+ const setCurrentAnchor = (href) => {
48
+ const activeHref = currentAnchor.value;
49
+ if (activeHref !== href) {
50
+ currentAnchor.value = href;
51
+ emit("change", href);
52
+ }
53
+ };
54
+ let clearAnimate = null;
55
+ const scrollToAnchor = (href) => {
56
+ if (!containerEl.value)
57
+ return;
58
+ const target = element.getElement(href);
59
+ if (!target)
60
+ return;
61
+ if (clearAnimate)
62
+ clearAnimate();
63
+ isScrolling = true;
64
+ const scrollEle = scroll.getScrollElement(target, containerEl.value);
65
+ const distance = position.getOffsetTopDistance(target, scrollEle);
66
+ const max = scrollEle.scrollHeight - scrollEle.clientHeight;
67
+ const to = Math.min(distance - props.offset, max);
68
+ clearAnimate = scroll.animateScrollTo(containerEl.value, currentScrollTop, to, props.duration, () => {
69
+ setTimeout(() => {
70
+ isScrolling = false;
71
+ }, 20);
72
+ });
73
+ };
74
+ const scrollTo = (href) => {
75
+ if (href) {
76
+ setCurrentAnchor(href);
77
+ scrollToAnchor(href);
78
+ }
79
+ };
80
+ const handleClick = (e, href) => {
81
+ emit("click", e, href);
82
+ scrollTo(href);
83
+ };
84
+ const handleScroll = throttleByRaf.throttleByRaf(() => {
85
+ if (containerEl.value) {
86
+ currentScrollTop = scroll.getScrollTop(containerEl.value);
87
+ }
88
+ const currentHref = getCurrentHref();
89
+ if (isScrolling || types.isUndefined(currentHref))
90
+ return;
91
+ setCurrentAnchor(currentHref);
92
+ });
93
+ const getCurrentHref = () => {
94
+ if (!containerEl.value)
95
+ return;
96
+ const scrollTop = scroll.getScrollTop(containerEl.value);
97
+ const anchorTopList = [];
98
+ for (const href of Object.keys(links)) {
99
+ const target = element.getElement(href);
100
+ if (!target)
101
+ continue;
102
+ const scrollEle = scroll.getScrollElement(target, containerEl.value);
103
+ const distance = position.getOffsetTopDistance(target, scrollEle);
104
+ anchorTopList.push({
105
+ top: distance - props.offset - props.bound,
106
+ href
107
+ });
108
+ }
109
+ anchorTopList.sort((prev, next) => prev.top - next.top);
110
+ for (let i = 0; i < anchorTopList.length; i++) {
111
+ const item = anchorTopList[i];
112
+ const next = anchorTopList[i + 1];
113
+ if (i === 0 && scrollTop === 0) {
114
+ return "";
115
+ }
116
+ if (item.top <= scrollTop && (!next || next.top > scrollTop)) {
117
+ return item.href;
118
+ }
119
+ }
120
+ };
121
+ const getContainer = () => {
122
+ const el = element.getElement(props.container);
123
+ if (!el || types.isWindow(el)) {
124
+ containerEl.value = window;
125
+ } else {
126
+ containerEl.value = el;
127
+ }
128
+ };
129
+ core.useEventListener(containerEl, "scroll", handleScroll);
130
+ const markerStyle = vue.computed(() => {
131
+ if (!anchorRef.value || !markerRef.value || !currentAnchor.value)
132
+ return {};
133
+ const currentLinkEl = links[currentAnchor.value];
134
+ if (!currentLinkEl)
135
+ return {};
136
+ const anchorRect = anchorRef.value.getBoundingClientRect();
137
+ const markerRect = markerRef.value.getBoundingClientRect();
138
+ const linkRect = currentLinkEl.getBoundingClientRect();
139
+ if (props.direction === "horizontal") {
140
+ const left = linkRect.left - anchorRect.left;
141
+ return {
142
+ left: `${left}px`,
143
+ width: `${linkRect.width}px`,
144
+ opacity: 1
145
+ };
146
+ } else {
147
+ const top = linkRect.top - anchorRect.top + (linkRect.height - markerRect.height) / 2;
148
+ return {
149
+ top: `${top}px`,
150
+ opacity: 1
151
+ };
152
+ }
153
+ });
154
+ vue.onMounted(() => {
155
+ getContainer();
156
+ const hash = decodeURIComponent(window.location.hash);
157
+ const target = element.getElement(hash);
158
+ if (target) {
159
+ scrollTo(hash);
160
+ } else {
161
+ handleScroll();
162
+ }
163
+ });
164
+ vue.watch(() => props.container, () => {
165
+ getContainer();
166
+ });
167
+ vue.provide(constants.anchorKey, {
168
+ ns,
169
+ direction: props.direction,
170
+ currentAnchor,
171
+ addLink,
172
+ removeLink,
173
+ handleClick
174
+ });
175
+ expose({
176
+ scrollTo
177
+ });
178
+ return (_ctx, _cache) => {
179
+ return vue.openBlock(), vue.createElementBlock("div", {
180
+ ref_key: "anchorRef",
181
+ ref: anchorRef,
182
+ class: vue.normalizeClass(vue.unref(cls))
183
+ }, [
184
+ _ctx.marker ? (vue.openBlock(), vue.createElementBlock("div", {
185
+ key: 0,
186
+ ref_key: "markerRef",
187
+ ref: markerRef,
188
+ class: vue.normalizeClass(vue.unref(ns).e("marker")),
189
+ style: vue.normalizeStyle(vue.unref(markerStyle))
190
+ }, null, 6)) : vue.createCommentVNode("v-if", true),
191
+ vue.createElementVNode("div", {
192
+ class: vue.normalizeClass(vue.unref(ns).e("list"))
193
+ }, [
194
+ vue.renderSlot(_ctx.$slots, "default")
195
+ ], 2)
196
+ ], 2);
197
+ };
40
198
  }
41
199
  });
42
- const anchorEmits = {
43
- change: (href) => shared.isString(href),
44
- click: (e, href) => e instanceof MouseEvent && (shared.isString(href) || types.isUndefined(href))
45
- };
200
+ var Anchor = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "anchor.vue"]]);
46
201
 
47
- exports.anchorEmits = anchorEmits;
48
- exports.anchorProps = anchorProps;
202
+ exports["default"] = Anchor;
49
203
  //# sourceMappingURL=anchor2.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"anchor2.js","sources":["../../../../../../packages/components/anchor/src/anchor.ts"],"sourcesContent":["import {\n buildProps,\n definePropType,\n isString,\n isUndefined,\n} from '@element-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\nimport type Anchor from './anchor.vue'\n\nexport const anchorProps = buildProps({\n /**\n * @description scroll container\n */\n container: {\n type: definePropType<string | HTMLElement | Window | null>([\n String,\n Object,\n ]),\n },\n /**\n * @description Set the offset of the anchor scroll\n */\n offset: {\n type: Number,\n default: 0,\n },\n /**\n * @description The offset of the element starting to trigger the anchor\n */\n bound: {\n type: Number,\n default: 15,\n },\n /**\n * @description Set the scroll duration of the container when the anchor is clicked, in milliseconds\n */\n duration: {\n type: Number,\n default: 300,\n },\n /**\n * @description Whether to show the marker\n */\n marker: {\n type: Boolean,\n default: true,\n },\n /**\n * @description Set Anchor type\n */\n type: {\n type: definePropType<'default' | 'underline'>(String),\n default: 'default',\n },\n /**\n * @description Set Anchor direction\n */\n direction: {\n type: definePropType<'vertical' | 'horizontal'>(String),\n default: 'vertical',\n },\n})\n\nexport type AnchorProps = ExtractPropTypes<typeof anchorProps>\nexport type AnchorInstance = InstanceType<typeof Anchor>\n\nexport const anchorEmits = {\n change: (href: string) => isString(href),\n click: (e: MouseEvent, href?: string) =>\n e instanceof MouseEvent && (isString(href) || isUndefined(href)),\n}\nexport type AnchorEmits = typeof anchorEmits\n"],"names":["buildProps","definePropType","isString","isUndefined"],"mappings":";;;;;;;;;AAMY,MAAC,WAAW,GAAGA,kBAAU,CAAC;AACtC,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAEC,sBAAc,CAAC;AACzB,MAAM,MAAM;AACZ,MAAM,MAAM;AACZ,KAAK,CAAC;AACN,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,CAAC;AACd,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,QAAQ,EAAE;AACZ,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,GAAG;AAChB,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,SAAS;AACtB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,UAAU;AACvB,GAAG;AACH,CAAC,EAAE;AACS,MAAC,WAAW,GAAG;AAC3B,EAAE,MAAM,EAAE,CAAC,IAAI,KAAKC,eAAQ,CAAC,IAAI,CAAC;AAClC,EAAE,KAAK,EAAE,CAAC,CAAC,EAAE,IAAI,KAAK,CAAC,YAAY,UAAU,KAAKA,eAAQ,CAAC,IAAI,CAAC,IAAIC,iBAAW,CAAC,IAAI,CAAC,CAAC;AACtF;;;;;"}
1
+ {"version":3,"file":"anchor2.js","sources":["../../../../../../packages/components/anchor/src/anchor.vue"],"sourcesContent":["<template>\n <div ref=\"anchorRef\" :class=\"cls\">\n <div\n v-if=\"marker\"\n ref=\"markerRef\"\n :class=\"ns.e('marker')\"\n :style=\"markerStyle\"\n />\n <div :class=\"ns.e('list')\">\n <slot />\n </div>\n </div>\n</template>\n\n<script lang=\"ts\" setup>\nimport { computed, onMounted, provide, ref, watch } from 'vue'\nimport { useEventListener } from '@vueuse/core'\nimport { useNamespace } from '@element-plus/hooks'\nimport {\n animateScrollTo,\n getElement,\n getOffsetTopDistance,\n getScrollElement,\n getScrollTop,\n isUndefined,\n isWindow,\n throttleByRaf,\n} from '@element-plus/utils'\nimport { anchorEmits, anchorProps } from './anchor'\nimport { anchorKey } from './constants'\n\nimport type { AnchorLinkState } from './constants'\n\ndefineOptions({\n name: 'ElAnchor',\n})\n\nconst props = defineProps(anchorProps)\nconst emit = defineEmits(anchorEmits)\n\nconst currentAnchor = ref('')\nconst anchorRef = ref<HTMLElement | null>(null)\nconst markerRef = ref<HTMLElement | null>(null)\nconst containerEl = ref<HTMLElement | Window>()\n\nconst links: Record<string, HTMLElement> = {}\nlet isScrolling = false\nlet currentScrollTop = 0\n\nconst ns = useNamespace('anchor')\n\nconst cls = computed(() => [\n ns.b(),\n props.type === 'underline' ? ns.m('underline') : '',\n ns.m(props.direction),\n])\n\nconst addLink = (state: AnchorLinkState) => {\n links[state.href] = state.el\n}\n\nconst removeLink = (href: string) => {\n delete links[href]\n}\n\nconst setCurrentAnchor = (href: string) => {\n const activeHref = currentAnchor.value\n if (activeHref !== href) {\n currentAnchor.value = href\n emit('change', href)\n }\n}\n\nlet clearAnimate: (() => void) | null = null\n\nconst scrollToAnchor = (href: string) => {\n if (!containerEl.value) return\n const target = getElement(href)\n if (!target) return\n if (clearAnimate) clearAnimate()\n isScrolling = true\n const scrollEle = getScrollElement(target, containerEl.value)\n const distance = getOffsetTopDistance(target, scrollEle)\n const max = scrollEle.scrollHeight - scrollEle.clientHeight\n const to = Math.min(distance - props.offset, max)\n clearAnimate = animateScrollTo(\n containerEl.value,\n currentScrollTop,\n to,\n props.duration,\n () => {\n // make sure it is executed after throttleByRaf's handleScroll\n setTimeout(() => {\n isScrolling = false\n }, 20)\n }\n )\n}\n\nconst scrollTo = (href?: string) => {\n if (href) {\n setCurrentAnchor(href)\n scrollToAnchor(href)\n }\n}\n\nconst handleClick = (e: MouseEvent, href?: string) => {\n emit('click', e, href)\n scrollTo(href)\n}\n\nconst handleScroll = throttleByRaf(() => {\n if (containerEl.value) {\n currentScrollTop = getScrollTop(containerEl.value)\n }\n const currentHref = getCurrentHref()\n if (isScrolling || isUndefined(currentHref)) return\n setCurrentAnchor(currentHref)\n})\n\nconst getCurrentHref = () => {\n if (!containerEl.value) return\n const scrollTop = getScrollTop(containerEl.value)\n const anchorTopList: { top: number; href: string }[] = []\n\n for (const href of Object.keys(links)) {\n const target = getElement(href)\n if (!target) continue\n const scrollEle = getScrollElement(target, containerEl.value)\n const distance = getOffsetTopDistance(target, scrollEle)\n anchorTopList.push({\n top: distance - props.offset - props.bound,\n href,\n })\n }\n anchorTopList.sort((prev, next) => prev.top - next.top)\n\n for (let i = 0; i < anchorTopList.length; i++) {\n const item = anchorTopList[i]\n const next = anchorTopList[i + 1]\n\n if (i === 0 && scrollTop === 0) {\n return ''\n }\n if (item.top <= scrollTop && (!next || next.top > scrollTop)) {\n return item.href\n }\n }\n}\n\nconst getContainer = () => {\n const el = getElement(props.container)\n if (!el || isWindow(el)) {\n containerEl.value = window\n } else {\n containerEl.value = el\n }\n}\n\nuseEventListener(containerEl, 'scroll', handleScroll)\n\nconst markerStyle = computed(() => {\n if (!anchorRef.value || !markerRef.value || !currentAnchor.value) return {}\n const currentLinkEl = links[currentAnchor.value]\n if (!currentLinkEl) return {}\n const anchorRect = anchorRef.value.getBoundingClientRect()\n const markerRect = markerRef.value.getBoundingClientRect()\n const linkRect = currentLinkEl.getBoundingClientRect()\n\n if (props.direction === 'horizontal') {\n const left = linkRect.left - anchorRect.left\n return {\n left: `${left}px`,\n width: `${linkRect.width}px`,\n opacity: 1,\n }\n } else {\n const top =\n linkRect.top - anchorRect.top + (linkRect.height - markerRect.height) / 2\n return {\n top: `${top}px`,\n opacity: 1,\n }\n }\n})\n\nonMounted(() => {\n getContainer()\n const hash = decodeURIComponent(window.location.hash)\n const target = getElement(hash)\n if (target) {\n scrollTo(hash)\n } else {\n handleScroll()\n }\n})\n\nwatch(\n () => props.container,\n () => {\n getContainer()\n }\n)\n\nprovide(anchorKey, {\n ns,\n direction: props.direction,\n currentAnchor,\n addLink,\n removeLink,\n handleClick,\n})\n\ndefineExpose({\n scrollTo,\n})\n</script>\n"],"names":["ref","useNamespace","computed","getElement","getScrollElement","getOffsetTopDistance","animateScrollTo","throttleByRaf","getScrollTop","isUndefined","isWindow","useEventListener","onMounted","watch","provide","anchorKey"],"mappings":";;;;;;;;;;;;;;;;;;uCAiCc,CAAA;AAAA,EACZ,IAAM,EAAA,UAAA;AACR,CAAA,CAAA,CAAA;;;;;;;AAKA,IAAM,MAAA,aAAA,GAAgBA,QAAI,EAAE,CAAA,CAAA;AAC5B,IAAM,MAAA,SAAA,GAAYA,QAAwB,IAAI,CAAA,CAAA;AAC9C,IAAM,MAAA,SAAA,GAAYA,QAAwB,IAAI,CAAA,CAAA;AAC9C,IAAA,MAAM,cAAcA,OAA0B,EAAA,CAAA;AAE9C,IAAA,MAAM,QAAqC,EAAC,CAAA;AAC5C,IAAA,IAAI,WAAc,GAAA,KAAA,CAAA;AAClB,IAAA,IAAI,gBAAmB,GAAA,CAAA,CAAA;AAEvB,IAAM,MAAA,EAAA,GAAKC,mBAAa,QAAQ,CAAA,CAAA;AAEhC,IAAM,MAAA,GAAA,GAAMC,aAAS,MAAM;AAAA,MACzB,GAAG,CAAE,EAAA;AAAA,MACL,MAAM,IAAS,KAAA,WAAA,GAAc,EAAG,CAAA,CAAA,CAAE,WAAW,CAAI,GAAA,EAAA;AAAA,MACjD,EAAA,CAAG,CAAE,CAAA,KAAA,CAAM,SAAS,CAAA;AAAA,KACrB,CAAA,CAAA;AAED,IAAM,MAAA,OAAA,GAAU,CAAC,KAA2B,KAAA;AAC1C,MAAM,KAAA,CAAA,KAAA,CAAM,QAAQ,KAAM,CAAA,EAAA,CAAA;AAAA,KAC5B,CAAA;AAEA,IAAM,MAAA,UAAA,GAAa,CAAC,IAAiB,KAAA;AACnC,MAAA,OAAO,KAAM,CAAA,IAAA,CAAA,CAAA;AAAA,KACf,CAAA;AAEA,IAAM,MAAA,gBAAA,GAAmB,CAAC,IAAiB,KAAA;AACzC,MAAA,MAAM,aAAa,aAAc,CAAA,KAAA,CAAA;AACjC,MAAA,IAAI,eAAe,IAAM,EAAA;AACvB,QAAA,aAAA,CAAc,KAAQ,GAAA,IAAA,CAAA;AACtB,QAAA,IAAA,CAAK,UAAU,IAAI,CAAA,CAAA;AAAA,OACrB;AAAA,KACF,CAAA;AAEA,IAAA,IAAI,YAAoC,GAAA,IAAA,CAAA;AAExC,IAAM,MAAA,cAAA,GAAiB,CAAC,IAAiB,KAAA;AACvC,MAAA,IAAI,CAAC,WAAY,CAAA,KAAA;AAAO,QAAA,OAAA;AACxB,MAAM,MAAA,MAAA,GAASC,mBAAW,IAAI,CAAA,CAAA;AAC9B,MAAA,IAAI,CAAC,MAAA;AAAQ,QAAA,OAAA;AACb,MAAI,IAAA,YAAA;AAAc,QAAa,YAAA,EAAA,CAAA;AAC/B,MAAc,WAAA,GAAA,IAAA,CAAA;AACd,MAAA,MAAM,SAAY,GAAAC,uBAAA,CAAiB,MAAQ,EAAA,WAAA,CAAY,KAAK,CAAA,CAAA;AAC5D,MAAM,MAAA,QAAA,GAAWC,6BAAqB,CAAA,MAAA,EAAQ,SAAS,CAAA,CAAA;AACvD,MAAM,MAAA,GAAA,GAAM,SAAU,CAAA,YAAA,GAAe,SAAU,CAAA,YAAA,CAAA;AAC/C,MAAA,MAAM,KAAK,IAAK,CAAA,GAAA,CAAI,QAAW,GAAA,KAAA,CAAM,QAAQ,GAAG,CAAA,CAAA;AAChD,MAAA,YAAA,GAAeC,uBACb,WAAY,CAAA,KAAA,EACZ,kBACA,EACA,EAAA,KAAA,CAAM,UACN,MAAM;AAEJ,QAAA,UAAA,CAAW,MAAM;AACf,UAAc,WAAA,GAAA,KAAA,CAAA;AAAA,WACb,EAAE,CAAA,CAAA;AAAA,OAET,CAAA,CAAA;AAAA,KACF,CAAA;AAEA,IAAM,MAAA,QAAA,GAAW,CAAC,IAAkB,KAAA;AAClC,MAAA,IAAI,IAAM,EAAA;AACR,QAAA,gBAAA,CAAiB,IAAI,CAAA,CAAA;AACrB,QAAA,cAAA,CAAe,IAAI,CAAA,CAAA;AAAA,OACrB;AAAA,KACF,CAAA;AAEA,IAAM,MAAA,WAAA,GAAc,CAAC,CAAA,EAAe,IAAkB,KAAA;AACpD,MAAK,IAAA,CAAA,OAAA,EAAS,GAAG,IAAI,CAAA,CAAA;AACrB,MAAA,QAAA,CAAS,IAAI,CAAA,CAAA;AAAA,KACf,CAAA;AAEA,IAAM,MAAA,YAAA,GAAeC,4BAAc,MAAM;AACvC,MAAA,IAAI,YAAY,KAAO,EAAA;AACrB,QAAmB,gBAAA,GAAAC,mBAAA,CAAa,YAAY,KAAK,CAAA,CAAA;AAAA,OACnD;AACA,MAAA,MAAM,cAAc,cAAe,EAAA,CAAA;AACnC,MAAI,IAAA,WAAA,IAAeC,kBAAY,WAAW,CAAA;AAAG,QAAA,OAAA;AAC7C,MAAA,gBAAA,CAAiB,WAAW,CAAA,CAAA;AAAA,KAC7B,CAAA,CAAA;AAED,IAAA,MAAM,iBAAiB,MAAM;AAC3B,MAAA,IAAI,CAAC,WAAY,CAAA,KAAA;AAAO,QAAA,OAAA;AACxB,MAAM,MAAA,SAAA,GAAYD,mBAAa,CAAA,WAAA,CAAY,KAAK,CAAA,CAAA;AAChD,MAAA,MAAM,gBAAiD,EAAC,CAAA;AAExD,MAAA,KAAA,MAAW,IAAQ,IAAA,MAAA,CAAO,IAAK,CAAA,KAAK,CAAG,EAAA;AACrC,QAAM,MAAA,MAAA,GAASL,mBAAW,IAAI,CAAA,CAAA;AAC9B,QAAA,IAAI,CAAC,MAAA;AAAQ,UAAA,SAAA;AACb,QAAA,MAAM,SAAY,GAAAC,uBAAA,CAAiB,MAAQ,EAAA,WAAA,CAAY,KAAK,CAAA,CAAA;AAC5D,QAAM,MAAA,QAAA,GAAWC,6BAAqB,CAAA,MAAA,EAAQ,SAAS,CAAA,CAAA;AACvD,QAAA,aAAA,CAAc,IAAK,CAAA;AAAA,UACjB,GAAK,EAAA,QAAA,GAAW,KAAM,CAAA,MAAA,GAAS,KAAM,CAAA,KAAA;AAAA,UACrC,IAAA;AAAA,SACD,CAAA,CAAA;AAAA,OACH;AACA,MAAA,aAAA,CAAc,KAAK,CAAC,IAAA,EAAM,SAAS,IAAK,CAAA,GAAA,GAAM,KAAK,GAAG,CAAA,CAAA;AAEtD,MAAA,KAAA,IAAS,CAAI,GAAA,CAAA,EAAG,CAAI,GAAA,aAAA,CAAc,QAAQ,CAAK,EAAA,EAAA;AAC7C,QAAA,MAAM,OAAO,aAAc,CAAA,CAAA,CAAA,CAAA;AAC3B,QAAM,MAAA,IAAA,GAAO,cAAc,CAAI,GAAA,CAAA,CAAA,CAAA;AAE/B,QAAI,IAAA,CAAA,KAAM,CAAK,IAAA,SAAA,KAAc,CAAG,EAAA;AAC9B,UAAO,OAAA,EAAA,CAAA;AAAA,SACT;AACA,QAAA,IAAI,KAAK,GAAO,IAAA,SAAA,MAAe,IAAQ,IAAA,IAAA,CAAK,MAAM,SAAY,CAAA,EAAA;AAC5D,UAAA,OAAO,IAAK,CAAA,IAAA,CAAA;AAAA,SACd;AAAA,OACF;AAAA,KACF,CAAA;AAEA,IAAA,MAAM,eAAe,MAAM;AACzB,MAAM,MAAA,EAAA,GAAKF,kBAAW,CAAA,KAAA,CAAM,SAAS,CAAA,CAAA;AACrC,MAAA,IAAI,CAAC,EAAA,IAAMO,cAAS,CAAA,EAAE,CAAG,EAAA;AACvB,QAAA,WAAA,CAAY,KAAQ,GAAA,MAAA,CAAA;AAAA,OACf,MAAA;AACL,QAAA,WAAA,CAAY,KAAQ,GAAA,EAAA,CAAA;AAAA,OACtB;AAAA,KACF,CAAA;AAEA,IAAiBC,qBAAA,CAAA,WAAA,EAAa,UAAU,YAAY,CAAA,CAAA;AAEpD,IAAM,MAAA,WAAA,GAAcT,aAAS,MAAM;AACjC,MAAA,IAAI,CAAC,SAAU,CAAA,KAAA,IAAS,CAAC,SAAU,CAAA,KAAA,IAAS,CAAC,aAAc,CAAA,KAAA;AAAO,QAAA,OAAO,EAAC,CAAA;AAC1E,MAAM,MAAA,aAAA,GAAgB,MAAM,aAAc,CAAA,KAAA,CAAA,CAAA;AAC1C,MAAA,IAAI,CAAC,aAAA;AAAe,QAAA,OAAO,EAAC,CAAA;AAC5B,MAAM,MAAA,UAAA,GAAa,SAAU,CAAA,KAAA,CAAM,qBAAsB,EAAA,CAAA;AACzD,MAAM,MAAA,UAAA,GAAa,SAAU,CAAA,KAAA,CAAM,qBAAsB,EAAA,CAAA;AACzD,MAAM,MAAA,QAAA,GAAW,cAAc,qBAAsB,EAAA,CAAA;AAErD,MAAI,IAAA,KAAA,CAAM,cAAc,YAAc,EAAA;AACpC,QAAM,MAAA,IAAA,GAAO,QAAS,CAAA,IAAA,GAAO,UAAW,CAAA,IAAA,CAAA;AACxC,QAAO,OAAA;AAAA,UACL,MAAM,CAAG,EAAA,IAAA,CAAA,EAAA,CAAA;AAAA,UACT,KAAA,EAAO,GAAG,QAAS,CAAA,KAAA,CAAA,EAAA,CAAA;AAAA,UACnB,OAAS,EAAA,CAAA;AAAA,SACX,CAAA;AAAA,OACK,MAAA;AACL,QAAM,MAAA,GAAA,GACJ,SAAS,GAAM,GAAA,UAAA,CAAW,MAAO,CAAS,QAAA,CAAA,MAAA,GAAS,WAAW,MAAU,IAAA,CAAA,CAAA;AAC1E,QAAO,OAAA;AAAA,UACL,KAAK,CAAG,EAAA,GAAA,CAAA,EAAA,CAAA;AAAA,UACR,OAAS,EAAA,CAAA;AAAA,SACX,CAAA;AAAA,OACF;AAAA,KACD,CAAA,CAAA;AAED,IAAAU,aAAA,CAAU,MAAM;AACd,MAAa,YAAA,EAAA,CAAA;AACb,MAAA,MAAM,IAAO,GAAA,kBAAA,CAAmB,MAAO,CAAA,QAAA,CAAS,IAAI,CAAA,CAAA;AACpD,MAAM,MAAA,MAAA,GAAST,mBAAW,IAAI,CAAA,CAAA;AAC9B,MAAA,IAAI,MAAQ,EAAA;AACV,QAAA,QAAA,CAAS,IAAI,CAAA,CAAA;AAAA,OACR,MAAA;AACL,QAAa,YAAA,EAAA,CAAA;AAAA,OACf;AAAA,KACD,CAAA,CAAA;AAED,IACEU,SAAA,CAAA,MAAM,KAAM,CAAA,SAAA,EACZ,MAAM;AACJ,MAAa,YAAA,EAAA,CAAA;AAAA,KAEjB,CAAA,CAAA;AAEA,IAAAC,WAAA,CAAQC,mBAAW,EAAA;AAAA,MACjB,EAAA;AAAA,MACA,WAAW,KAAM,CAAA,SAAA;AAAA,MACjB,aAAA;AAAA,MACA,OAAA;AAAA,MACA,UAAA;AAAA,MACA,WAAA;AAAA,KACD,CAAA,CAAA;AAED,IAAa,MAAA,CAAA;AAAA,MACX,QAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  require('../../utils/index.js');
6
- var autocomplete$1 = require('./src/autocomplete.js');
7
- var autocomplete = require('./src/autocomplete2.js');
6
+ var autocomplete$1 = require('./src/autocomplete2.js');
7
+ var autocomplete = require('./src/autocomplete.js');
8
8
  var install = require('../../utils/vue/install.js');
9
9
 
10
10
  const ElAutocomplete = install.withInstall(autocomplete$1["default"]);