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
@@ -1 +1 @@
1
- {"version":3,"file":"step.js","sources":["../../../../../../packages/components/tour/src/step.ts"],"sourcesContent":["import { buildProps, definePropType, iconPropType } from '@element-plus/utils'\nimport type { CSSProperties, ExtractPropTypes } from 'vue'\nimport type { TourBtnProps, TourMask } from './types'\n\n\nexport const tourStepProps = buildProps({\n /**\n * @description get the element the guide card points to. empty makes it show in center of screen\n */\n target: {\n type: definePropType<\n string | HTMLElement | (() => HTMLElement | null) | null\n >([String, Object, Function]),\n },\n /**\n * @description the title of the tour content\n */\n title: String,\n /**\n * @description description\n */\n description: String,\n /**\n * @description whether to show a close button\n */\n showClose: {\n type: Boolean,\n default: undefined,\n },\n /**\n * @description custom close icon, default is Close\n */\n closeIcon: {\n type: iconPropType,\n },\n /**\n * @description whether to show the arrow\n */\n showArrow: {\n type: Boolean,\n default: undefined,\n },\n /**\n * @description position of the guide card relative to the target element\n */\n placement: {\n type: String,\n default: 'bottom',\n },\n /**\n * @description whether to enable masking, change mask style and fill color by pass custom props\n */\n mask: {\n type: definePropType<TourMask>([Boolean, Object]),\n default: undefined,\n },\n /**\n * @description custom style for content\n */\n contentStyle: {\n type: definePropType<CSSProperties>([Object]),\n },\n /**\n * @description properties of the previous button\n */\n prevButtonProps: {\n type: definePropType<TourBtnProps>(Object),\n },\n /**\n * @description properties of the Next button\n */\n nextButtonProps: {\n type: definePropType<TourBtnProps>(Object),\n },\n /**\n * @description support pass custom scrollIntoView options\n */\n scrollIntoViewOptions: {\n type: definePropType<boolean | ScrollIntoViewOptions>([Boolean, Object]),\n default: undefined,\n },\n /**\n * @description type, affects the background color and text color\n */\n type: {\n type: definePropType<'default' | 'primary'>(String),\n },\n})\n\nexport type TourStepProps = ExtractPropTypes<typeof tourStepProps>\n\nexport const tourStepEmits = {\n close: () => true,\n}\nexport type TourStepEmits = typeof tourStepEmits\n"],"names":["buildProps","definePropType","iconPropType"],"mappings":";;;;;;;;AACY,MAAC,aAAa,GAAGA,kBAAU,CAAC;AACxC,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAEC,sBAAc,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC;AACpD,GAAG;AACH,EAAE,KAAK,EAAE,MAAM;AACf,EAAE,WAAW,EAAE,MAAM;AACrB,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,KAAK,CAAC;AACnB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAEC,iBAAY;AACtB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,KAAK,CAAC;AACnB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,QAAQ;AACrB,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAED,sBAAc,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;AAC3C,IAAI,OAAO,EAAE,KAAK,CAAC;AACnB,GAAG;AACH,EAAE,YAAY,EAAE;AAChB,IAAI,IAAI,EAAEA,sBAAc,CAAC,CAAC,MAAM,CAAC,CAAC;AAClC,GAAG;AACH,EAAE,eAAe,EAAE;AACnB,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,GAAG;AACH,EAAE,eAAe,EAAE;AACnB,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,GAAG;AACH,EAAE,qBAAqB,EAAE;AACzB,IAAI,IAAI,EAAEA,sBAAc,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;AAC3C,IAAI,OAAO,EAAE,KAAK,CAAC;AACnB,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,GAAG;AACH,CAAC,EAAE;AACS,MAAC,aAAa,GAAG;AAC7B,EAAE,KAAK,EAAE,MAAM,IAAI;AACnB;;;;;"}
1
+ {"version":3,"file":"step.js","sources":["../../../../../../packages/components/tour/src/step.vue"],"sourcesContent":["<template>\n <button\n v-if=\"mergedShowClose\"\n aria-label=\"Close\"\n :class=\"ns.e('closebtn')\"\n type=\"button\"\n @click=\"onClose\"\n >\n <el-icon :class=\"ns.e('close')\">\n <component :is=\"mergedCloseIcon\" />tourStepProps\n </el-icon>\n </button>\n <header :class=\"[ns.e('header'), { 'show-close': showClose }]\">\n <slot name=\"header\">\n <span role=\"heading\" :class=\"ns.e('title')\">\n {{ title }}\n </span>\n </slot>\n </header>\n <div :class=\"ns.e('body')\">\n <slot>\n <span>{{ description }}</span>\n </slot>\n </div>\n <footer :class=\"ns.e('footer')\">\n <div :class=\"ns.b('indicators')\">\n <component\n :is=\"tourSlots.indicators\"\n v-if=\"tourSlots.indicators\"\n :current=\"current\"\n :total=\"total\"\n />\n <template v-else>\n <span\n v-for=\"(item, index) in total\"\n :key=\"item\"\n :class=\"[ns.b('indicator'), index === current ? 'is-active' : '']\"\n />\n </template>\n </div>\n <div :class=\"ns.b('buttons')\">\n <el-button\n v-if=\"current > 0\"\n size=\"small\"\n :type=\"mergedType\"\n v-bind=\"filterButtonProps(prevButtonProps)\"\n @click=\"onPrev\"\n >\n {{ prevButtonProps?.children ?? t('el.tour.previous') }}\n </el-button>\n <el-button\n v-if=\"current <= total - 1\"\n size=\"small\"\n :type=\"mergedType === 'primary' ? 'default' : 'primary'\"\n v-bind=\"filterButtonProps(nextButtonProps)\"\n @click=\"onNext\"\n >\n {{\n nextButtonProps?.children ??\n (current === total - 1 ? t('el.tour.finish') : t('el.tour.next'))\n }}\n </el-button>\n </div>\n </footer>\n</template>\n\n<script lang=\"ts\" setup>\nimport { computed, inject, watch } from 'vue'\nimport { omit } from 'lodash'\nimport { ElButton } from '@element-plus/components/button'\nimport { ElIcon } from '@element-plus/components/icon'\nimport { CloseComponents } from '@element-plus/utils'\nimport { useLocale } from '@element-plus/hooks'\nimport { tourStepEmits, tourStepProps } from './step'\nimport { tourKey } from './helper'\n\nimport type { TourBtnProps } from './types'\n\ndefineOptions({\n name: 'ElTourStep',\n})\n\nconst props = defineProps(tourStepProps)\nconst emit = defineEmits(tourStepEmits)\n\nconst { Close } = CloseComponents\n\nconst { t } = useLocale()\n\nconst {\n currentStep,\n current,\n total,\n showClose,\n closeIcon,\n mergedType,\n ns,\n slots: tourSlots,\n updateModelValue,\n onClose: tourOnClose,\n onFinish: tourOnFinish,\n onChange,\n} = inject(tourKey)!\n\nwatch(\n props,\n (val) => {\n currentStep.value = val as any\n },\n {\n immediate: true,\n }\n)\n\nconst mergedShowClose = computed(() => props.showClose ?? showClose.value)\nconst mergedCloseIcon = computed(\n () => props.closeIcon ?? closeIcon.value ?? Close\n)\n\nconst filterButtonProps = (btnProps?: TourBtnProps) => {\n if (!btnProps) return\n return omit(btnProps, ['children', 'onClick'])\n}\n\nconst onPrev = () => {\n current.value -= 1\n if (props.prevButtonProps?.onClick) {\n props.prevButtonProps?.onClick()\n }\n onChange()\n}\n\nconst onNext = () => {\n if (current.value >= total.value - 1) {\n onFinish()\n } else {\n current.value += 1\n }\n if (props.nextButtonProps?.onClick) {\n props.nextButtonProps.onClick()\n }\n onChange()\n}\n\nconst onFinish = () => {\n onClose()\n tourOnFinish()\n}\n\nconst onClose = () => {\n updateModelValue(false)\n tourOnClose()\n emit('close')\n}\n</script>\n"],"names":["CloseComponents","useLocale","inject","tourKey","watch","computed","omit"],"mappings":";;;;;;;;;;;;;;;;;uCA8Ec,CAAA;AAAA,EACZ,IAAM,EAAA,YAAA;AACR,CAAA,CAAA,CAAA;;;;;;;AAKA,IAAA,MAAM,EAAE,KAAU,EAAA,GAAAA,oBAAA,CAAA;AAElB,IAAM,MAAA,EAAE,MAAMC,eAAU,EAAA,CAAA;AAExB,IAAM,MAAA;AAAA,MACJ,WAAA;AAAA,MACA,OAAA;AAAA,MACA,KAAA;AAAA,MACA,SAAA;AAAA,MACA,SAAA;AAAA,MACA,UAAA;AAAA,MACA,EAAA;AAAA,MACA,KAAO,EAAA,SAAA;AAAA,MACP,gBAAA;AAAA,MACA,OAAS,EAAA,WAAA;AAAA,MACT,QAAU,EAAA,YAAA;AAAA,MACV,QAAA;AAAA,KAAA,GACEC,WAAOC,cAAO,CAAA,CAAA;AAElB,IACEC,SAAA,CAAA,KAAA,EACA,CAAC,GAAQ,KAAA;AACP,MAAA,WAAA,CAAY,KAAQ,GAAA,GAAA,CAAA;AAAA,KAEtB,EAAA;AAAA,MACE,SAAW,EAAA,IAAA;AAAA,KAEf,CAAA,CAAA;AAEA,IAAA,MAAM,kBAAkBC,YAAS,CAAA,MAAM;AACvC,MAAA,IAAM;AAIN,MAAM,OAAA,CAAA,EAAA,GAAA,KAAA,CAAA,SAAiD,KAAA,IAAA,GAAA,EAAA,GAAA,SAAA,CAAA,KAAA,CAAA;AACrD,KAAA,CAAA,CAAA;AAAe,IAAA,MAAA,eAAA,GAAAA,YAAA,CAAA,MAAA;AACf,MAAA,IAAA,EAAA,EAAY,EAAA,CAAA;AAAiC,MAC/C,OAAA,CAAA,EAAA,GAAA,CAAA,EAAA,GAAA,KAAA,CAAA,SAAA,KAAA,IAAA,GAAA,EAAA,GAAA,SAAA,CAAA,KAAA,KAAA,IAAA,GAAA,EAAA,GAAA,KAAA,CAAA;AAEA,KAAA,CAAA,CAAA;AACE,IAAA,MAAA,iBAAiB,GAAA,CAAA,QAAA,KAAA;AACjB,MAAI,IAAA,CAAA;AACF,QAAA;AAA+B,MACjC,OAAAC,WAAA,CAAA,QAAA,EAAA,CAAA,UAAA,EAAA,SAAA,CAAA,CAAA,CAAA;AACA,KAAS,CAAA;AAAA,IACX,MAAA,MAAA,GAAA,MAAA;AAEA,MAAA,IAAM;AACJ,MAAA,OAAY,CAAA,KAAA,IAAA,CAAA,CAAA;AACV,MAAS,IAAA,CAAA,EAAA,GAAA,KAAA,CAAA,eAAA,KAAA,IAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAA,OAAA,EAAA;AAAA,QACJ,CAAA,EAAA,GAAA,KAAA,CAAA,eAAA,KAAA,IAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAA,OAAA,EAAA,CAAA;AACL,OAAA;AAAiB,MACnB,QAAA,EAAA,CAAA;AACA,KAAI,CAAA;AACF,IAAA,MAAA;AAA8B,MAChC,IAAA,EAAA,CAAA;AACA,MAAS,IAAA,OAAA,CAAA,KAAA,IAAA,KAAA,CAAA,KAAA,GAAA,CAAA,EAAA;AAAA,QACX,QAAA,EAAA,CAAA;AAEA,OAAA;AACE,QAAQ,OAAA,CAAA,KAAA,IAAA,CAAA,CAAA;AACR,OAAa;AAAA,MACf,IAAA,CAAA,EAAA,GAAA,KAAA,CAAA,eAAA,KAAA,IAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAA,OAAA,EAAA;AAEA,QAAA,qBAAsB,CAAA,OAAA,EAAA,CAAA;AACpB,OAAA;AACA,MAAY,QAAA,EAAA,CAAA;AACZ,KAAA,CAAA;AAAY,IACd,MAAA,QAAA,GAAA,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -2,180 +2,56 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vue = require('vue');
6
- var lodash = require('lodash');
7
- var index$2 = require('../../button/index.js');
8
- var index$1 = require('../../icon/index.js');
9
5
  require('../../../utils/index.js');
10
- require('../../../hooks/index.js');
11
- var step = require('./step.js');
12
- var helper = require('./helper.js');
13
- var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
6
+ var runtime = require('../../../utils/vue/props/runtime.js');
14
7
  var icon = require('../../../utils/vue/icon.js');
15
- var index = require('../../../hooks/use-locale/index.js');
16
8
 
17
- const _hoisted_1 = /* @__PURE__ */ vue.createTextVNode("tourStepProps ");
18
- const __default__ = vue.defineComponent({
19
- name: "ElTourStep"
20
- });
21
- const _sfc_main = /* @__PURE__ */ vue.defineComponent({
22
- ...__default__,
23
- props: step.tourStepProps,
24
- emits: step.tourStepEmits,
25
- setup(__props, { emit }) {
26
- const props = __props;
27
- const { Close } = icon.CloseComponents;
28
- const { t } = index.useLocale();
29
- const {
30
- currentStep,
31
- current,
32
- total,
33
- showClose,
34
- closeIcon,
35
- mergedType,
36
- ns,
37
- slots: tourSlots,
38
- updateModelValue,
39
- onClose: tourOnClose,
40
- onFinish: tourOnFinish,
41
- onChange
42
- } = vue.inject(helper.tourKey);
43
- vue.watch(props, (val) => {
44
- currentStep.value = val;
45
- }, {
46
- immediate: true
47
- });
48
- const mergedShowClose = vue.computed(() => {
49
- var _a;
50
- return (_a = props.showClose) != null ? _a : showClose.value;
51
- });
52
- const mergedCloseIcon = vue.computed(() => {
53
- var _a, _b;
54
- return (_b = (_a = props.closeIcon) != null ? _a : closeIcon.value) != null ? _b : Close;
55
- });
56
- const filterButtonProps = (btnProps) => {
57
- if (!btnProps)
58
- return;
59
- return lodash.omit(btnProps, ["children", "onClick"]);
60
- };
61
- const onPrev = () => {
62
- var _a, _b;
63
- current.value -= 1;
64
- if ((_a = props.prevButtonProps) == null ? void 0 : _a.onClick) {
65
- (_b = props.prevButtonProps) == null ? void 0 : _b.onClick();
66
- }
67
- onChange();
68
- };
69
- const onNext = () => {
70
- var _a;
71
- if (current.value >= total.value - 1) {
72
- onFinish();
73
- } else {
74
- current.value += 1;
75
- }
76
- if ((_a = props.nextButtonProps) == null ? void 0 : _a.onClick) {
77
- props.nextButtonProps.onClick();
78
- }
79
- onChange();
80
- };
81
- const onFinish = () => {
82
- onClose();
83
- tourOnFinish();
84
- };
85
- const onClose = () => {
86
- updateModelValue(false);
87
- tourOnClose();
88
- emit("close");
89
- };
90
- return (_ctx, _cache) => {
91
- return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
92
- vue.unref(mergedShowClose) ? (vue.openBlock(), vue.createElementBlock("button", {
93
- key: 0,
94
- "aria-label": "Close",
95
- class: vue.normalizeClass(vue.unref(ns).e("closebtn")),
96
- type: "button",
97
- onClick: onClose
98
- }, [
99
- vue.createVNode(vue.unref(index$1.ElIcon), {
100
- class: vue.normalizeClass(vue.unref(ns).e("close"))
101
- }, {
102
- default: vue.withCtx(() => [
103
- (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(vue.unref(mergedCloseIcon)))),
104
- _hoisted_1
105
- ]),
106
- _: 1
107
- }, 8, ["class"])
108
- ], 2)) : vue.createCommentVNode("v-if", true),
109
- vue.createElementVNode("header", {
110
- class: vue.normalizeClass([vue.unref(ns).e("header"), { "show-close": vue.unref(showClose) }])
111
- }, [
112
- vue.renderSlot(_ctx.$slots, "header", {}, () => [
113
- vue.createElementVNode("span", {
114
- role: "heading",
115
- class: vue.normalizeClass(vue.unref(ns).e("title"))
116
- }, vue.toDisplayString(_ctx.title), 3)
117
- ])
118
- ], 2),
119
- vue.createElementVNode("div", {
120
- class: vue.normalizeClass(vue.unref(ns).e("body"))
121
- }, [
122
- vue.renderSlot(_ctx.$slots, "default", {}, () => [
123
- vue.createElementVNode("span", null, vue.toDisplayString(_ctx.description), 1)
124
- ])
125
- ], 2),
126
- vue.createElementVNode("footer", {
127
- class: vue.normalizeClass(vue.unref(ns).e("footer"))
128
- }, [
129
- vue.createElementVNode("div", {
130
- class: vue.normalizeClass(vue.unref(ns).b("indicators"))
131
- }, [
132
- vue.unref(tourSlots).indicators ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(vue.unref(tourSlots).indicators), {
133
- key: 0,
134
- current: vue.unref(current),
135
- total: vue.unref(total)
136
- }, null, 8, ["current", "total"])) : (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 1 }, vue.renderList(vue.unref(total), (item, index) => {
137
- return vue.openBlock(), vue.createElementBlock("span", {
138
- key: item,
139
- class: vue.normalizeClass([vue.unref(ns).b("indicator"), index === vue.unref(current) ? "is-active" : ""])
140
- }, null, 2);
141
- }), 128))
142
- ], 2),
143
- vue.createElementVNode("div", {
144
- class: vue.normalizeClass(vue.unref(ns).b("buttons"))
145
- }, [
146
- vue.unref(current) > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(index$2.ElButton), vue.mergeProps({
147
- key: 0,
148
- size: "small",
149
- type: vue.unref(mergedType)
150
- }, filterButtonProps(_ctx.prevButtonProps), { onClick: onPrev }), {
151
- default: vue.withCtx(() => {
152
- var _a, _b;
153
- return [
154
- vue.createTextVNode(vue.toDisplayString((_b = (_a = _ctx.prevButtonProps) == null ? void 0 : _a.children) != null ? _b : vue.unref(t)("el.tour.previous")), 1)
155
- ];
156
- }),
157
- _: 1
158
- }, 16, ["type"])) : vue.createCommentVNode("v-if", true),
159
- vue.unref(current) <= vue.unref(total) - 1 ? (vue.openBlock(), vue.createBlock(vue.unref(index$2.ElButton), vue.mergeProps({
160
- key: 1,
161
- size: "small",
162
- type: vue.unref(mergedType) === "primary" ? "default" : "primary"
163
- }, filterButtonProps(_ctx.nextButtonProps), { onClick: onNext }), {
164
- default: vue.withCtx(() => {
165
- var _a, _b;
166
- return [
167
- vue.createTextVNode(vue.toDisplayString((_b = (_a = _ctx.nextButtonProps) == null ? void 0 : _a.children) != null ? _b : vue.unref(current) === vue.unref(total) - 1 ? vue.unref(t)("el.tour.finish") : vue.unref(t)("el.tour.next")), 1)
168
- ];
169
- }),
170
- _: 1
171
- }, 16, ["type"])) : vue.createCommentVNode("v-if", true)
172
- ], 2)
173
- ], 2)
174
- ], 64);
175
- };
9
+ const tourStepProps = runtime.buildProps({
10
+ target: {
11
+ type: runtime.definePropType([String, Object, Function])
12
+ },
13
+ title: String,
14
+ description: String,
15
+ showClose: {
16
+ type: Boolean,
17
+ default: void 0
18
+ },
19
+ closeIcon: {
20
+ type: icon.iconPropType
21
+ },
22
+ showArrow: {
23
+ type: Boolean,
24
+ default: void 0
25
+ },
26
+ placement: {
27
+ type: String,
28
+ default: "bottom"
29
+ },
30
+ mask: {
31
+ type: runtime.definePropType([Boolean, Object]),
32
+ default: void 0
33
+ },
34
+ contentStyle: {
35
+ type: runtime.definePropType([Object])
36
+ },
37
+ prevButtonProps: {
38
+ type: runtime.definePropType(Object)
39
+ },
40
+ nextButtonProps: {
41
+ type: runtime.definePropType(Object)
42
+ },
43
+ scrollIntoViewOptions: {
44
+ type: runtime.definePropType([Boolean, Object]),
45
+ default: void 0
46
+ },
47
+ type: {
48
+ type: runtime.definePropType(String)
176
49
  }
177
50
  });
178
- var TourStep = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "step.vue"]]);
51
+ const tourStepEmits = {
52
+ close: () => true
53
+ };
179
54
 
180
- exports["default"] = TourStep;
55
+ exports.tourStepEmits = tourStepEmits;
56
+ exports.tourStepProps = tourStepProps;
181
57
  //# sourceMappingURL=step2.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"step2.js","sources":["../../../../../../packages/components/tour/src/step.vue"],"sourcesContent":["<template>\n <button\n v-if=\"mergedShowClose\"\n aria-label=\"Close\"\n :class=\"ns.e('closebtn')\"\n type=\"button\"\n @click=\"onClose\"\n >\n <el-icon :class=\"ns.e('close')\">\n <component :is=\"mergedCloseIcon\" />tourStepProps\n </el-icon>\n </button>\n <header :class=\"[ns.e('header'), { 'show-close': showClose }]\">\n <slot name=\"header\">\n <span role=\"heading\" :class=\"ns.e('title')\">\n {{ title }}\n </span>\n </slot>\n </header>\n <div :class=\"ns.e('body')\">\n <slot>\n <span>{{ description }}</span>\n </slot>\n </div>\n <footer :class=\"ns.e('footer')\">\n <div :class=\"ns.b('indicators')\">\n <component\n :is=\"tourSlots.indicators\"\n v-if=\"tourSlots.indicators\"\n :current=\"current\"\n :total=\"total\"\n />\n <template v-else>\n <span\n v-for=\"(item, index) in total\"\n :key=\"item\"\n :class=\"[ns.b('indicator'), index === current ? 'is-active' : '']\"\n />\n </template>\n </div>\n <div :class=\"ns.b('buttons')\">\n <el-button\n v-if=\"current > 0\"\n size=\"small\"\n :type=\"mergedType\"\n v-bind=\"filterButtonProps(prevButtonProps)\"\n @click=\"onPrev\"\n >\n {{ prevButtonProps?.children ?? t('el.tour.previous') }}\n </el-button>\n <el-button\n v-if=\"current <= total - 1\"\n size=\"small\"\n :type=\"mergedType === 'primary' ? 'default' : 'primary'\"\n v-bind=\"filterButtonProps(nextButtonProps)\"\n @click=\"onNext\"\n >\n {{\n nextButtonProps?.children ??\n (current === total - 1 ? t('el.tour.finish') : t('el.tour.next'))\n }}\n </el-button>\n </div>\n </footer>\n</template>\n\n<script lang=\"ts\" setup>\nimport { computed, inject, watch } from 'vue'\nimport { omit } from 'lodash'\nimport { ElButton } from '@element-plus/components/button'\nimport { ElIcon } from '@element-plus/components/icon'\nimport { CloseComponents } from '@element-plus/utils'\nimport { useLocale } from '@element-plus/hooks'\nimport { tourStepEmits, tourStepProps } from './step'\nimport { tourKey } from './helper'\n\nimport type { TourBtnProps } from './types'\n\ndefineOptions({\n name: 'ElTourStep',\n})\n\nconst props = defineProps(tourStepProps)\nconst emit = defineEmits(tourStepEmits)\n\nconst { Close } = CloseComponents\n\nconst { t } = useLocale()\n\nconst {\n currentStep,\n current,\n total,\n showClose,\n closeIcon,\n mergedType,\n ns,\n slots: tourSlots,\n updateModelValue,\n onClose: tourOnClose,\n onFinish: tourOnFinish,\n onChange,\n} = inject(tourKey)!\n\nwatch(\n props,\n (val) => {\n currentStep.value = val as any\n },\n {\n immediate: true,\n }\n)\n\nconst mergedShowClose = computed(() => props.showClose ?? showClose.value)\nconst mergedCloseIcon = computed(\n () => props.closeIcon ?? closeIcon.value ?? Close\n)\n\nconst filterButtonProps = (btnProps?: TourBtnProps) => {\n if (!btnProps) return\n return omit(btnProps, ['children', 'onClick'])\n}\n\nconst onPrev = () => {\n current.value -= 1\n if (props.prevButtonProps?.onClick) {\n props.prevButtonProps?.onClick()\n }\n onChange()\n}\n\nconst onNext = () => {\n if (current.value >= total.value - 1) {\n onFinish()\n } else {\n current.value += 1\n }\n if (props.nextButtonProps?.onClick) {\n props.nextButtonProps.onClick()\n }\n onChange()\n}\n\nconst onFinish = () => {\n onClose()\n tourOnFinish()\n}\n\nconst onClose = () => {\n updateModelValue(false)\n tourOnClose()\n emit('close')\n}\n</script>\n"],"names":["CloseComponents","useLocale","inject","tourKey","watch","computed","omit"],"mappings":";;;;;;;;;;;;;;;;;uCA8Ec,CAAA;AAAA,EACZ,IAAM,EAAA,YAAA;AACR,CAAA,CAAA,CAAA;;;;;;;AAKA,IAAA,MAAM,EAAE,KAAU,EAAA,GAAAA,oBAAA,CAAA;AAElB,IAAM,MAAA,EAAE,MAAMC,eAAU,EAAA,CAAA;AAExB,IAAM,MAAA;AAAA,MACJ,WAAA;AAAA,MACA,OAAA;AAAA,MACA,KAAA;AAAA,MACA,SAAA;AAAA,MACA,SAAA;AAAA,MACA,UAAA;AAAA,MACA,EAAA;AAAA,MACA,KAAO,EAAA,SAAA;AAAA,MACP,gBAAA;AAAA,MACA,OAAS,EAAA,WAAA;AAAA,MACT,QAAU,EAAA,YAAA;AAAA,MACV,QAAA;AAAA,KAAA,GACEC,WAAOC,cAAO,CAAA,CAAA;AAElB,IACEC,SAAA,CAAA,KAAA,EACA,CAAC,GAAQ,KAAA;AACP,MAAA,WAAA,CAAY,KAAQ,GAAA,GAAA,CAAA;AAAA,KAEtB,EAAA;AAAA,MACE,SAAW,EAAA,IAAA;AAAA,KAEf,CAAA,CAAA;AAEA,IAAA,MAAM,kBAAkBC,YAAS,CAAA,MAAM;AACvC,MAAA,IAAM;AAIN,MAAM,OAAA,CAAA,EAAA,GAAA,KAAA,CAAA,SAAiD,KAAA,IAAA,GAAA,EAAA,GAAA,SAAA,CAAA,KAAA,CAAA;AACrD,KAAA,CAAA,CAAA;AAAe,IAAA,MAAA,eAAA,GAAAA,YAAA,CAAA,MAAA;AACf,MAAA,IAAA,EAAA,EAAY,EAAA,CAAA;AAAiC,MAC/C,OAAA,CAAA,EAAA,GAAA,CAAA,EAAA,GAAA,KAAA,CAAA,SAAA,KAAA,IAAA,GAAA,EAAA,GAAA,SAAA,CAAA,KAAA,KAAA,IAAA,GAAA,EAAA,GAAA,KAAA,CAAA;AAEA,KAAA,CAAA,CAAA;AACE,IAAA,MAAA,iBAAiB,GAAA,CAAA,QAAA,KAAA;AACjB,MAAI,IAAA,CAAA;AACF,QAAA;AAA+B,MACjC,OAAAC,WAAA,CAAA,QAAA,EAAA,CAAA,UAAA,EAAA,SAAA,CAAA,CAAA,CAAA;AACA,KAAS,CAAA;AAAA,IACX,MAAA,MAAA,GAAA,MAAA;AAEA,MAAA,IAAM;AACJ,MAAA,OAAY,CAAA,KAAA,IAAA,CAAA,CAAA;AACV,MAAS,IAAA,CAAA,EAAA,GAAA,KAAA,CAAA,eAAA,KAAA,IAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAA,OAAA,EAAA;AAAA,QACJ,CAAA,EAAA,GAAA,KAAA,CAAA,eAAA,KAAA,IAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAA,OAAA,EAAA,CAAA;AACL,OAAA;AAAiB,MACnB,QAAA,EAAA,CAAA;AACA,KAAI,CAAA;AACF,IAAA,MAAA;AAA8B,MAChC,IAAA,EAAA,CAAA;AACA,MAAS,IAAA,OAAA,CAAA,KAAA,IAAA,KAAA,CAAA,KAAA,GAAA,CAAA,EAAA;AAAA,QACX,QAAA,EAAA,CAAA;AAEA,OAAA;AACE,QAAQ,OAAA,CAAA,KAAA,IAAA,CAAA,CAAA;AACR,OAAa;AAAA,MACf,IAAA,CAAA,EAAA,GAAA,KAAA,CAAA,eAAA,KAAA,IAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAA,OAAA,EAAA;AAEA,QAAA,qBAAsB,CAAA,OAAA,EAAA,CAAA;AACpB,OAAA;AACA,MAAY,QAAA,EAAA,CAAA;AACZ,KAAA,CAAA;AAAY,IACd,MAAA,QAAA,GAAA,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"step2.js","sources":["../../../../../../packages/components/tour/src/step.ts"],"sourcesContent":["import { buildProps, definePropType, iconPropType } from '@element-plus/utils'\nimport type { CSSProperties, ExtractPropTypes } from 'vue'\nimport type { TourBtnProps, TourMask } from './types'\n\n\nexport const tourStepProps = buildProps({\n /**\n * @description get the element the guide card points to. empty makes it show in center of screen\n */\n target: {\n type: definePropType<\n string | HTMLElement | (() => HTMLElement | null) | null\n >([String, Object, Function]),\n },\n /**\n * @description the title of the tour content\n */\n title: String,\n /**\n * @description description\n */\n description: String,\n /**\n * @description whether to show a close button\n */\n showClose: {\n type: Boolean,\n default: undefined,\n },\n /**\n * @description custom close icon, default is Close\n */\n closeIcon: {\n type: iconPropType,\n },\n /**\n * @description whether to show the arrow\n */\n showArrow: {\n type: Boolean,\n default: undefined,\n },\n /**\n * @description position of the guide card relative to the target element\n */\n placement: {\n type: String,\n default: 'bottom',\n },\n /**\n * @description whether to enable masking, change mask style and fill color by pass custom props\n */\n mask: {\n type: definePropType<TourMask>([Boolean, Object]),\n default: undefined,\n },\n /**\n * @description custom style for content\n */\n contentStyle: {\n type: definePropType<CSSProperties>([Object]),\n },\n /**\n * @description properties of the previous button\n */\n prevButtonProps: {\n type: definePropType<TourBtnProps>(Object),\n },\n /**\n * @description properties of the Next button\n */\n nextButtonProps: {\n type: definePropType<TourBtnProps>(Object),\n },\n /**\n * @description support pass custom scrollIntoView options\n */\n scrollIntoViewOptions: {\n type: definePropType<boolean | ScrollIntoViewOptions>([Boolean, Object]),\n default: undefined,\n },\n /**\n * @description type, affects the background color and text color\n */\n type: {\n type: definePropType<'default' | 'primary'>(String),\n },\n})\n\nexport type TourStepProps = ExtractPropTypes<typeof tourStepProps>\n\nexport const tourStepEmits = {\n close: () => true,\n}\nexport type TourStepEmits = typeof tourStepEmits\n"],"names":["buildProps","definePropType","iconPropType"],"mappings":";;;;;;;;AACY,MAAC,aAAa,GAAGA,kBAAU,CAAC;AACxC,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAEC,sBAAc,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC;AACpD,GAAG;AACH,EAAE,KAAK,EAAE,MAAM;AACf,EAAE,WAAW,EAAE,MAAM;AACrB,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,KAAK,CAAC;AACnB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAEC,iBAAY;AACtB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,KAAK,CAAC;AACnB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,QAAQ;AACrB,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAED,sBAAc,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;AAC3C,IAAI,OAAO,EAAE,KAAK,CAAC;AACnB,GAAG;AACH,EAAE,YAAY,EAAE;AAChB,IAAI,IAAI,EAAEA,sBAAc,CAAC,CAAC,MAAM,CAAC,CAAC;AAClC,GAAG;AACH,EAAE,eAAe,EAAE;AACnB,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,GAAG;AACH,EAAE,eAAe,EAAE;AACnB,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,GAAG;AACH,EAAE,qBAAqB,EAAE;AACzB,IAAI,IAAI,EAAEA,sBAAc,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;AAC3C,IAAI,OAAO,EAAE,KAAK,CAAC;AACnB,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,GAAG;AACH,CAAC,EAAE;AACS,MAAC,aAAa,GAAG;AAC7B,EAAE,KAAK,EAAE,MAAM,IAAI;AACnB;;;;;"}
@@ -2,79 +2,161 @@
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
- require('../../../constants/index.js');
7
- var content = require('./content.js');
8
- var runtime = require('../../../utils/vue/props/runtime.js');
9
- var icon = require('../../../utils/vue/icon.js');
10
- var event = require('../../../constants/event.js');
9
+ var mask = require('./mask2.js');
10
+ var content = require('./content2.js');
11
+ var steps = require('./steps.js');
12
+ var tour = require('./tour2.js');
13
+ var helper = require('./helper.js');
14
+ var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
15
+ var index = require('../../../hooks/use-namespace/index.js');
11
16
  var types = require('../../../utils/types.js');
17
+ var index$1 = require('../../../hooks/use-z-index/index.js');
12
18
 
13
- const tourProps = runtime.buildProps({
14
- modelValue: Boolean,
15
- current: {
16
- type: Number,
17
- default: 0
18
- },
19
- showArrow: {
20
- type: Boolean,
21
- default: true
22
- },
23
- showClose: {
24
- type: Boolean,
25
- default: true
26
- },
27
- closeIcon: {
28
- type: icon.iconPropType
29
- },
30
- placement: content.tourContentProps.placement,
31
- contentStyle: {
32
- type: runtime.definePropType([Object])
33
- },
34
- mask: {
35
- type: runtime.definePropType([Boolean, Object]),
36
- default: true
37
- },
38
- gap: {
39
- type: runtime.definePropType(Object),
40
- default: () => ({
41
- offset: 6,
42
- radius: 2
43
- })
44
- },
45
- zIndex: {
46
- type: Number
47
- },
48
- scrollIntoViewOptions: {
49
- type: runtime.definePropType([Boolean, Object]),
50
- default: () => ({
51
- block: "center"
52
- })
53
- },
54
- type: {
55
- type: runtime.definePropType(String)
56
- },
57
- appendTo: {
58
- type: runtime.definePropType([String, Object]),
59
- default: "body"
60
- },
61
- closeOnPressEscape: {
62
- type: Boolean,
63
- default: true
64
- },
65
- targetAreaClickable: {
66
- type: Boolean,
67
- default: true
19
+ const __default__ = vue.defineComponent({
20
+ name: "ElTour"
21
+ });
22
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
23
+ ...__default__,
24
+ props: tour.tourProps,
25
+ emits: tour.tourEmits,
26
+ setup(__props, { emit }) {
27
+ const props = __props;
28
+ const ns = index.useNamespace("tour");
29
+ const total = vue.ref(0);
30
+ const currentStep = vue.ref();
31
+ const current = core.useVModel(props, "current", emit, {
32
+ passive: true
33
+ });
34
+ const currentTarget = vue.computed(() => {
35
+ var _a;
36
+ return (_a = currentStep.value) == null ? void 0 : _a.target;
37
+ });
38
+ const kls = vue.computed(() => [
39
+ ns.b(),
40
+ mergedType.value === "primary" ? ns.m("primary") : ""
41
+ ]);
42
+ const mergedPlacement = vue.computed(() => {
43
+ var _a;
44
+ return ((_a = currentStep.value) == null ? void 0 : _a.placement) || props.placement;
45
+ });
46
+ const mergedContentStyle = vue.computed(() => {
47
+ var _a, _b;
48
+ return (_b = (_a = currentStep.value) == null ? void 0 : _a.contentStyle) != null ? _b : props.contentStyle;
49
+ });
50
+ const mergedMask = vue.computed(() => {
51
+ var _a, _b;
52
+ return (_b = (_a = currentStep.value) == null ? void 0 : _a.mask) != null ? _b : props.mask;
53
+ });
54
+ const mergedShowMask = vue.computed(() => !!mergedMask.value && props.modelValue);
55
+ const mergedMaskStyle = vue.computed(() => types.isBoolean(mergedMask.value) ? void 0 : mergedMask.value);
56
+ const mergedShowArrow = vue.computed(() => {
57
+ var _a, _b;
58
+ return !!currentTarget.value && ((_b = (_a = currentStep.value) == null ? void 0 : _a.showArrow) != null ? _b : props.showArrow);
59
+ });
60
+ const mergedScrollIntoViewOptions = vue.computed(() => {
61
+ var _a, _b;
62
+ return (_b = (_a = currentStep.value) == null ? void 0 : _a.scrollIntoViewOptions) != null ? _b : props.scrollIntoViewOptions;
63
+ });
64
+ const mergedType = vue.computed(() => {
65
+ var _a, _b;
66
+ return (_b = (_a = currentStep.value) == null ? void 0 : _a.type) != null ? _b : props.type;
67
+ });
68
+ const { nextZIndex } = index$1.useZIndex();
69
+ const nowZIndex = nextZIndex();
70
+ const mergedZIndex = vue.computed(() => {
71
+ var _a;
72
+ return (_a = props.zIndex) != null ? _a : nowZIndex;
73
+ });
74
+ const { mergedPosInfo: pos, triggerTarget } = helper.useTarget(currentTarget, vue.toRef(props, "modelValue"), vue.toRef(props, "gap"), mergedMask, mergedScrollIntoViewOptions);
75
+ vue.watch(() => props.modelValue, (val) => {
76
+ if (!val) {
77
+ current.value = 0;
78
+ }
79
+ });
80
+ const onEscClose = () => {
81
+ if (props.closeOnPressEscape) {
82
+ emit("update:modelValue", false);
83
+ emit("close", current.value);
84
+ }
85
+ };
86
+ const onUpdateTotal = (val) => {
87
+ total.value = val;
88
+ };
89
+ const slots = vue.useSlots();
90
+ vue.provide(helper.tourKey, {
91
+ currentStep,
92
+ current,
93
+ total,
94
+ showClose: vue.toRef(props, "showClose"),
95
+ closeIcon: vue.toRef(props, "closeIcon"),
96
+ mergedType,
97
+ ns,
98
+ slots,
99
+ updateModelValue(modelValue) {
100
+ emit("update:modelValue", modelValue);
101
+ },
102
+ onClose() {
103
+ emit("close", current.value);
104
+ },
105
+ onFinish() {
106
+ emit("finish");
107
+ },
108
+ onChange() {
109
+ emit("change", current.value);
110
+ }
111
+ });
112
+ return (_ctx, _cache) => {
113
+ var _a, _b;
114
+ return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
115
+ (vue.openBlock(), vue.createBlock(vue.Teleport, { to: _ctx.appendTo }, [
116
+ vue.createElementVNode("div", vue.mergeProps({ class: vue.unref(kls) }, _ctx.$attrs), [
117
+ vue.createVNode(mask["default"], {
118
+ visible: vue.unref(mergedShowMask),
119
+ fill: (_a = vue.unref(mergedMaskStyle)) == null ? void 0 : _a.color,
120
+ style: vue.normalizeStyle((_b = vue.unref(mergedMaskStyle)) == null ? void 0 : _b.style),
121
+ pos: vue.unref(pos),
122
+ "z-index": vue.unref(mergedZIndex),
123
+ "target-area-clickable": _ctx.targetAreaClickable
124
+ }, null, 8, ["visible", "fill", "style", "pos", "z-index", "target-area-clickable"]),
125
+ _ctx.modelValue ? (vue.openBlock(), vue.createBlock(content["default"], {
126
+ key: vue.unref(current),
127
+ reference: vue.unref(triggerTarget),
128
+ placement: vue.unref(mergedPlacement),
129
+ "show-arrow": vue.unref(mergedShowArrow),
130
+ "z-index": vue.unref(mergedZIndex),
131
+ style: vue.normalizeStyle(vue.unref(mergedContentStyle)),
132
+ onClose: onEscClose
133
+ }, {
134
+ default: vue.withCtx(() => [
135
+ vue.createVNode(vue.unref(steps["default"]), {
136
+ current: vue.unref(current),
137
+ onUpdateTotal
138
+ }, {
139
+ default: vue.withCtx(() => [
140
+ vue.renderSlot(_ctx.$slots, "default")
141
+ ]),
142
+ _: 3
143
+ }, 8, ["current"])
144
+ ]),
145
+ _: 3
146
+ }, 8, ["reference", "placement", "show-arrow", "z-index", "style"])) : vue.createCommentVNode("v-if", true)
147
+ ], 16)
148
+ ], 8, ["to"])),
149
+ vue.createCommentVNode(" just for IDE "),
150
+ false ? vue.renderSlot(_ctx.$slots, "indicators", {
151
+ key: 0,
152
+ current: vue.unref(current) + 1,
153
+ total: total.value
154
+ }) : vue.createCommentVNode("v-if", true)
155
+ ], 64);
156
+ };
68
157
  }
69
158
  });
70
- const tourEmits = {
71
- [event.UPDATE_MODEL_EVENT]: (value) => types.isBoolean(value),
72
- ["update:current"]: (current) => types.isNumber(current),
73
- close: (current) => types.isNumber(current),
74
- finish: () => true,
75
- change: (current) => types.isNumber(current)
76
- };
159
+ var Tour = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "tour.vue"]]);
77
160
 
78
- exports.tourEmits = tourEmits;
79
- exports.tourProps = tourProps;
161
+ exports["default"] = Tour;
80
162
  //# sourceMappingURL=tour.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tour.js","sources":["../../../../../../packages/components/tour/src/tour.ts"],"sourcesContent":["import {\n buildProps,\n definePropType,\n iconPropType,\n isBoolean,\n isNumber,\n} from '@element-plus/utils'\nimport { UPDATE_MODEL_EVENT } from '@element-plus/constants'\nimport { tourContentProps } from './content'\nimport type { CSSProperties, ExtractPropTypes } from 'vue'\nimport type Tour from './tour.vue'\nimport type { TourGap, TourMask } from './types'\n\nexport const tourProps = buildProps({\n /**\n * @description open tour\n */\n modelValue: Boolean,\n /**\n * @description what is the current step\n */\n current: {\n type: Number,\n default: 0,\n },\n /**\n * @description whether to show the arrow\n */\n showArrow: {\n type: Boolean,\n default: true,\n },\n /**\n * @description whether to show a close button\n */\n showClose: {\n type: Boolean,\n default: true,\n },\n /**\n * @description custom close icon\n */\n closeIcon: {\n type: iconPropType,\n },\n /**\n * @description position of the guide card relative to the target element\n */\n placement: tourContentProps.placement,\n /**\n * @description custom style for content\n */\n contentStyle: {\n type: definePropType<CSSProperties>([Object]),\n },\n /**\n * @description whether to enable masking, change mask style and fill color by pass custom props\n */\n mask: {\n type: definePropType<TourMask>([Boolean, Object]),\n default: true,\n },\n /**\n * @description transparent gap between mask and target\n */\n gap: {\n type: definePropType<TourGap>(Object),\n default: () => ({\n offset: 6,\n radius: 2,\n }),\n },\n /**\n * @description tour's zIndex\n */\n zIndex: {\n type: Number,\n },\n /**\n * @description support pass custom scrollIntoView options\n */\n scrollIntoViewOptions: {\n type: definePropType<boolean | ScrollIntoViewOptions>([Boolean, Object]),\n default: () => ({\n block: 'center',\n }),\n },\n /**\n * @description type, affects the background color and text color\n */\n type: {\n type: definePropType<'default' | 'primary'>(String),\n },\n /**\n * @description which element the TourContent appends to\n */\n appendTo: {\n type: definePropType<string | HTMLElement>([String, Object]),\n default: 'body',\n },\n /**\n * @description whether the Tour can be closed by pressing ESC\n */\n closeOnPressEscape: {\n type: Boolean,\n default: true,\n },\n /**\n * @description whether the target element can be clickable, when using mask\n */\n targetAreaClickable: {\n type: Boolean,\n default: true,\n },\n})\n\nexport type TourProps = ExtractPropTypes<typeof tourProps>\nexport type TourInstance = InstanceType<typeof Tour>\n\nexport const tourEmits = {\n [UPDATE_MODEL_EVENT]: (value: boolean) => isBoolean(value),\n ['update:current']: (current: number) => isNumber(current),\n close: (current: number) => isNumber(current),\n finish: () => true,\n change: (current: number) => isNumber(current),\n}\nexport type TourEmits = typeof tourEmits\n"],"names":["buildProps","iconPropType","tourContentProps","definePropType","UPDATE_MODEL_EVENT","isBoolean","isNumber"],"mappings":";;;;;;;;;;;;AASY,MAAC,SAAS,GAAGA,kBAAU,CAAC;AACpC,EAAE,UAAU,EAAE,OAAO;AACrB,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,CAAC;AACd,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAEC,iBAAY;AACtB,GAAG;AACH,EAAE,SAAS,EAAEC,wBAAgB,CAAC,SAAS;AACvC,EAAE,YAAY,EAAE;AAChB,IAAI,IAAI,EAAEC,sBAAc,CAAC,CAAC,MAAM,CAAC,CAAC;AAClC,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAEA,sBAAc,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;AAC3C,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,GAAG,EAAE;AACP,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,OAAO;AACpB,MAAM,MAAM,EAAE,CAAC;AACf,MAAM,MAAM,EAAE,CAAC;AACf,KAAK,CAAC;AACN,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,GAAG;AACH,EAAE,qBAAqB,EAAE;AACzB,IAAI,IAAI,EAAEA,sBAAc,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;AAC3C,IAAI,OAAO,EAAE,OAAO;AACpB,MAAM,KAAK,EAAE,QAAQ;AACrB,KAAK,CAAC;AACN,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,GAAG;AACH,EAAE,QAAQ,EAAE;AACZ,IAAI,IAAI,EAAEA,sBAAc,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAC1C,IAAI,OAAO,EAAE,MAAM;AACnB,GAAG;AACH,EAAE,kBAAkB,EAAE;AACtB,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,mBAAmB,EAAE;AACvB,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,CAAC,EAAE;AACS,MAAC,SAAS,GAAG;AACzB,EAAE,CAACC,wBAAkB,GAAG,CAAC,KAAK,KAAKC,eAAS,CAAC,KAAK,CAAC;AACnD,EAAE,CAAC,gBAAgB,GAAG,CAAC,OAAO,KAAKC,cAAQ,CAAC,OAAO,CAAC;AACpD,EAAE,KAAK,EAAE,CAAC,OAAO,KAAKA,cAAQ,CAAC,OAAO,CAAC;AACvC,EAAE,MAAM,EAAE,MAAM,IAAI;AACpB,EAAE,MAAM,EAAE,CAAC,OAAO,KAAKA,cAAQ,CAAC,OAAO,CAAC;AACxC;;;;;"}
1
+ {"version":3,"file":"tour.js","sources":["../../../../../../packages/components/tour/src/tour.vue"],"sourcesContent":["<template>\n <teleport :to=\"appendTo\">\n <div :class=\"kls\" v-bind=\"$attrs\">\n <el-tour-mask\n :visible=\"mergedShowMask\"\n :fill=\"mergedMaskStyle?.color\"\n :style=\"mergedMaskStyle?.style\"\n :pos=\"pos\"\n :z-index=\"mergedZIndex\"\n :target-area-clickable=\"targetAreaClickable\"\n />\n <el-tour-content\n v-if=\"modelValue\"\n :key=\"current\"\n :reference=\"triggerTarget\"\n :placement=\"mergedPlacement\"\n :show-arrow=\"mergedShowArrow\"\n :z-index=\"mergedZIndex\"\n :style=\"mergedContentStyle\"\n @close=\"onEscClose\"\n >\n <el-tour-steps :current=\"current\" @update-total=\"onUpdateTotal\">\n <slot />\n </el-tour-steps>\n </el-tour-content>\n </div>\n </teleport>\n <!-- just for IDE -->\n <slot v-if=\"false\" name=\"indicators\" :current=\"current + 1\" :total=\"total\" />\n</template>\n\n<script lang=\"ts\" setup>\nimport { computed, provide, ref, toRef, useSlots, watch } from 'vue'\nimport { useVModel } from '@vueuse/core'\nimport { useNamespace, useZIndex } from '@element-plus/hooks'\nimport { isBoolean } from '@element-plus/utils'\nimport ElTourMask from './mask.vue'\nimport ElTourContent from './content.vue'\nimport ElTourSteps from './steps'\nimport { tourEmits, tourProps } from './tour'\nimport { tourKey, useTarget } from './helper'\nimport type { TourStepProps } from './step'\n\ndefineOptions({\n name: 'ElTour',\n})\n\nconst props = defineProps(tourProps)\nconst emit = defineEmits(tourEmits)\n\nconst ns = useNamespace('tour')\nconst total = ref(0)\nconst currentStep = ref<TourStepProps>()\n\nconst current = useVModel(props, 'current', emit, {\n passive: true,\n})\n\nconst currentTarget = computed(() => currentStep.value?.target)\n\nconst kls = computed(() => [\n ns.b(),\n mergedType.value === 'primary' ? ns.m('primary') : '',\n])\n\nconst mergedPlacement = computed(\n () => currentStep.value?.placement || props.placement\n)\n\nconst mergedContentStyle = computed(\n () => currentStep.value?.contentStyle ?? props.contentStyle\n)\n\nconst mergedMask = computed(() => currentStep.value?.mask ?? props.mask)\nconst mergedShowMask = computed(() => !!mergedMask.value && props.modelValue)\nconst mergedMaskStyle = computed(() =>\n isBoolean(mergedMask.value) ? undefined : mergedMask.value\n)\n\nconst mergedShowArrow = computed(\n () =>\n !!currentTarget.value && (currentStep.value?.showArrow ?? props.showArrow)\n)\n\nconst mergedScrollIntoViewOptions = computed(\n () => currentStep.value?.scrollIntoViewOptions ?? props.scrollIntoViewOptions\n)\nconst mergedType = computed(() => currentStep.value?.type ?? props.type)\n\nconst { nextZIndex } = useZIndex()\nconst nowZIndex = nextZIndex()\nconst mergedZIndex = computed(() => props.zIndex ?? nowZIndex)\n\nconst { mergedPosInfo: pos, triggerTarget } = useTarget(\n currentTarget,\n toRef(props, 'modelValue'),\n toRef(props, 'gap'),\n mergedMask,\n mergedScrollIntoViewOptions\n)\n\nwatch(\n () => props.modelValue,\n (val) => {\n if (!val) {\n current.value = 0\n }\n }\n)\n\nconst onEscClose = () => {\n if (props.closeOnPressEscape) {\n emit('update:modelValue', false)\n emit('close', current.value)\n }\n}\n\nconst onUpdateTotal = (val: number) => {\n total.value = val\n}\n\nconst slots = useSlots()\n\nprovide(tourKey, {\n currentStep,\n current,\n total,\n showClose: toRef(props, 'showClose'),\n closeIcon: toRef(props, 'closeIcon') as any,\n mergedType: mergedType as any,\n ns,\n slots,\n updateModelValue(modelValue) {\n emit('update:modelValue', modelValue)\n },\n onClose() {\n emit('close', current.value)\n },\n onFinish() {\n emit('finish')\n },\n onChange() {\n emit('change', current.value)\n },\n})\n</script>\n"],"names":["useNamespace","ref","useVModel","computed","isBoolean","useZIndex","useTarget","toRef","watch"],"mappings":"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"}