element-pe 2.2.33 → 2.2.34

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 (572) hide show
  1. package/dist/index.full.js +24 -30
  2. package/dist/index.full.min.js +15 -15
  3. package/dist/index.full.min.js.map +1 -1
  4. package/dist/index.full.min.mjs +15 -15
  5. package/dist/index.full.min.mjs.map +1 -1
  6. package/dist/index.full.mjs +24 -30
  7. package/es/components/affix/index.mjs +2 -2
  8. package/es/components/affix/src/affix.mjs +26 -117
  9. package/es/components/affix/src/affix.mjs.map +1 -1
  10. package/es/components/affix/src/affix2.mjs +117 -26
  11. package/es/components/affix/src/affix2.mjs.map +1 -1
  12. package/es/components/autocomplete/index.mjs +2 -2
  13. package/es/components/autocomplete/src/autocomplete.mjs +81 -361
  14. package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
  15. package/es/components/autocomplete/src/autocomplete2.mjs +361 -81
  16. package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
  17. package/es/components/backtop/index.mjs +2 -2
  18. package/es/components/backtop/src/backtop.mjs +21 -54
  19. package/es/components/backtop/src/backtop.mjs.map +1 -1
  20. package/es/components/backtop/src/backtop2.mjs +54 -21
  21. package/es/components/backtop/src/backtop2.mjs.map +1 -1
  22. package/es/components/breadcrumb/index.mjs +2 -2
  23. package/es/components/breadcrumb/src/breadcrumb-item.mjs +11 -56
  24. package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
  25. package/es/components/breadcrumb/src/breadcrumb-item2.mjs +56 -11
  26. package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
  27. package/es/components/button/index.mjs +2 -2
  28. package/es/components/button/src/button-group.mjs +1 -1
  29. package/es/components/button/src/button.mjs +76 -57
  30. package/es/components/button/src/button.mjs.map +1 -1
  31. package/es/components/button/src/button2.mjs +57 -76
  32. package/es/components/button/src/button2.mjs.map +1 -1
  33. package/es/components/button/src/use-button.mjs +2 -0
  34. package/es/components/button/src/use-button.mjs.map +1 -1
  35. package/es/components/calendar/index.mjs +2 -2
  36. package/es/components/calendar/src/calendar.mjs +18 -131
  37. package/es/components/calendar/src/calendar.mjs.map +1 -1
  38. package/es/components/calendar/src/calendar2.mjs +131 -18
  39. package/es/components/calendar/src/calendar2.mjs.map +1 -1
  40. package/es/components/carousel/index.mjs +4 -4
  41. package/es/components/carousel/src/carousel-item.mjs +63 -8
  42. package/es/components/carousel/src/carousel-item.mjs.map +1 -1
  43. package/es/components/carousel/src/carousel-item2.mjs +8 -63
  44. package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
  45. package/es/components/carousel/src/carousel.mjs +159 -56
  46. package/es/components/carousel/src/carousel.mjs.map +1 -1
  47. package/es/components/carousel/src/carousel2.mjs +56 -159
  48. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  49. package/es/components/cascader/index.mjs +2 -4
  50. package/es/components/cascader/index.mjs.map +1 -1
  51. package/es/components/cascader-panel/index.mjs +2 -4
  52. package/es/components/cascader-panel/index.mjs.map +1 -1
  53. package/es/components/cascader-panel/src/index.mjs +1 -1
  54. package/es/components/cascader-panel/src/menu.mjs +1 -1
  55. package/es/components/cascader-panel/src/node.mjs +116 -209
  56. package/es/components/cascader-panel/src/node.mjs.map +1 -1
  57. package/es/components/cascader-panel/src/node2.mjs +209 -116
  58. package/es/components/cascader-panel/src/node2.mjs.map +1 -1
  59. package/es/components/cascader-panel/src/store.mjs +1 -1
  60. package/es/components/check-tag/index.mjs +2 -2
  61. package/es/components/check-tag/src/check-tag.mjs +12 -30
  62. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  63. package/es/components/check-tag/src/check-tag2.mjs +30 -12
  64. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  65. package/es/components/checkbox/index.mjs +4 -4
  66. package/es/components/checkbox/src/checkbox-button.mjs +1 -1
  67. package/es/components/checkbox/src/checkbox-group.mjs +28 -72
  68. package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
  69. package/es/components/checkbox/src/checkbox-group2.mjs +72 -28
  70. package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
  71. package/es/components/checkbox/src/checkbox.mjs +117 -49
  72. package/es/components/checkbox/src/checkbox.mjs.map +1 -1
  73. package/es/components/checkbox/src/checkbox2.mjs +49 -117
  74. package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
  75. package/es/components/col/index.mjs +2 -2
  76. package/es/components/col/src/col.mjs +66 -43
  77. package/es/components/col/src/col.mjs.map +1 -1
  78. package/es/components/col/src/col2.mjs +43 -66
  79. package/es/components/col/src/col2.mjs.map +1 -1
  80. package/es/components/collapse/index.mjs +2 -2
  81. package/es/components/collapse/src/collapse.mjs +30 -17
  82. package/es/components/collapse/src/collapse.mjs.map +1 -1
  83. package/es/components/collapse/src/collapse2.mjs +17 -30
  84. package/es/components/collapse/src/collapse2.mjs.map +1 -1
  85. package/es/components/collapse-transition/index.mjs +2 -4
  86. package/es/components/collapse-transition/index.mjs.map +1 -1
  87. package/es/components/config-provider/index.d.ts +3 -3
  88. package/es/components/config-provider/src/config-provider-props.d.ts +1 -1
  89. package/es/components/config-provider/src/config-provider-props.mjs +1 -1
  90. package/es/components/config-provider/src/config-provider-props.mjs.map +1 -1
  91. package/es/components/config-provider/src/config-provider.d.ts +3 -3
  92. package/es/components/date-picker/index.mjs +2 -4
  93. package/es/components/date-picker/index.mjs.map +1 -1
  94. package/es/components/descriptions/index.mjs +2 -2
  95. package/es/components/descriptions/src/description.mjs +25 -111
  96. package/es/components/descriptions/src/description.mjs.map +1 -1
  97. package/es/components/descriptions/src/description2.mjs +111 -25
  98. package/es/components/descriptions/src/description2.mjs.map +1 -1
  99. package/es/components/descriptions/src/descriptions-row.mjs +7 -64
  100. package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
  101. package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
  102. package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
  103. package/es/components/dialog/index.mjs +2 -2
  104. package/es/components/dialog/src/dialog.mjs +169 -70
  105. package/es/components/dialog/src/dialog.mjs.map +1 -1
  106. package/es/components/dialog/src/dialog2.mjs +70 -169
  107. package/es/components/dialog/src/dialog2.mjs.map +1 -1
  108. package/es/components/drawer/index.mjs +2 -2
  109. package/es/components/drawer/src/drawer.mjs +175 -22
  110. package/es/components/drawer/src/drawer.mjs.map +1 -1
  111. package/es/components/drawer/src/drawer2.mjs +22 -175
  112. package/es/components/drawer/src/drawer2.mjs.map +1 -1
  113. package/es/components/empty/index.mjs +2 -2
  114. package/es/components/empty/src/empty.mjs +55 -11
  115. package/es/components/empty/src/empty.mjs.map +1 -1
  116. package/es/components/empty/src/empty2.mjs +11 -55
  117. package/es/components/empty/src/empty2.mjs.map +1 -1
  118. package/es/components/image/index.mjs +2 -2
  119. package/es/components/image/src/image.mjs +62 -222
  120. package/es/components/image/src/image.mjs.map +1 -1
  121. package/es/components/image/src/image2.mjs +222 -62
  122. package/es/components/image/src/image2.mjs.map +1 -1
  123. package/es/components/image-viewer/index.mjs +2 -2
  124. package/es/components/image-viewer/src/image-viewer.mjs +38 -396
  125. package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
  126. package/es/components/image-viewer/src/image-viewer2.mjs +396 -38
  127. package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
  128. package/es/components/index.mjs +39 -39
  129. package/es/components/input/index.mjs +2 -2
  130. package/es/components/input/src/input.mjs +455 -105
  131. package/es/components/input/src/input.mjs.map +1 -1
  132. package/es/components/input/src/input2.mjs +105 -455
  133. package/es/components/input/src/input2.mjs.map +1 -1
  134. package/es/components/message/index.mjs +1 -1
  135. package/es/components/message/src/message.mjs +86 -148
  136. package/es/components/message/src/message.mjs.map +1 -1
  137. package/es/components/message/src/message2.mjs +148 -86
  138. package/es/components/message/src/message2.mjs.map +1 -1
  139. package/es/components/message/src/method.mjs +2 -2
  140. package/es/components/page-header/index.mjs +2 -2
  141. package/es/components/page-header/src/page-header.mjs +17 -103
  142. package/es/components/page-header/src/page-header.mjs.map +1 -1
  143. package/es/components/page-header/src/page-header2.mjs +103 -17
  144. package/es/components/page-header/src/page-header2.mjs.map +1 -1
  145. package/es/components/pagination/src/components/jumper.mjs +9 -60
  146. package/es/components/pagination/src/components/jumper.mjs.map +1 -1
  147. package/es/components/pagination/src/components/jumper2.mjs +60 -9
  148. package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
  149. package/es/components/pagination/src/components/pager.mjs +17 -214
  150. package/es/components/pagination/src/components/pager.mjs.map +1 -1
  151. package/es/components/pagination/src/components/pager2.mjs +214 -17
  152. package/es/components/pagination/src/components/pager2.mjs.map +1 -1
  153. package/es/components/pagination/src/components/prev.mjs +18 -38
  154. package/es/components/pagination/src/components/prev.mjs.map +1 -1
  155. package/es/components/pagination/src/components/prev2.mjs +38 -18
  156. package/es/components/pagination/src/components/prev2.mjs.map +1 -1
  157. package/es/components/pagination/src/components/sizes.mjs +68 -22
  158. package/es/components/pagination/src/components/sizes.mjs.map +1 -1
  159. package/es/components/pagination/src/components/sizes2.mjs +22 -68
  160. package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
  161. package/es/components/pagination/src/pagination.mjs +4 -4
  162. package/es/components/popconfirm/src/popconfirm.mjs +1 -1
  163. package/es/components/popover/index.mjs +2 -2
  164. package/es/components/popover/src/popover.mjs +111 -66
  165. package/es/components/popover/src/popover.mjs.map +1 -1
  166. package/es/components/popover/src/popover2.mjs +66 -111
  167. package/es/components/popover/src/popover2.mjs.map +1 -1
  168. package/es/components/popper/index.mjs +4 -4
  169. package/es/components/popper/src/content.mjs +137 -94
  170. package/es/components/popper/src/content.mjs.map +1 -1
  171. package/es/components/popper/src/content2.mjs +94 -137
  172. package/es/components/popper/src/content2.mjs.map +1 -1
  173. package/es/components/popper/src/trigger.mjs +119 -31
  174. package/es/components/popper/src/trigger.mjs.map +1 -1
  175. package/es/components/popper/src/trigger2.mjs +31 -119
  176. package/es/components/popper/src/trigger2.mjs.map +1 -1
  177. package/es/components/radio/index.mjs +2 -2
  178. package/es/components/radio/src/radio-button.mjs +1 -1
  179. package/es/components/radio/src/radio-group2.mjs +1 -1
  180. package/es/components/radio/src/radio.mjs +71 -30
  181. package/es/components/radio/src/radio.mjs.map +1 -1
  182. package/es/components/radio/src/radio2.mjs +30 -71
  183. package/es/components/radio/src/radio2.mjs.map +1 -1
  184. package/es/components/rate/index.mjs +2 -2
  185. package/es/components/rate/src/rate.mjs +255 -87
  186. package/es/components/rate/src/rate.mjs.map +1 -1
  187. package/es/components/rate/src/rate2.mjs +87 -255
  188. package/es/components/rate/src/rate2.mjs.map +1 -1
  189. package/es/components/scrollbar/index.mjs +3 -3
  190. package/es/components/scrollbar/src/bar2.mjs +1 -1
  191. package/es/components/scrollbar/src/scrollbar.mjs +46 -174
  192. package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
  193. package/es/components/scrollbar/src/scrollbar2.mjs +174 -46
  194. package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
  195. package/es/components/scrollbar/src/thumb.mjs +11 -130
  196. package/es/components/scrollbar/src/thumb.mjs.map +1 -1
  197. package/es/components/scrollbar/src/thumb2.mjs +130 -11
  198. package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
  199. package/es/components/select-v2/index.mjs +2 -4
  200. package/es/components/select-v2/index.mjs.map +1 -1
  201. package/es/components/skeleton/index.mjs +4 -4
  202. package/es/components/skeleton/src/skeleton-item.mjs +18 -23
  203. package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
  204. package/es/components/skeleton/src/skeleton-item2.mjs +23 -18
  205. package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
  206. package/es/components/skeleton/src/skeleton.mjs +22 -49
  207. package/es/components/skeleton/src/skeleton.mjs.map +1 -1
  208. package/es/components/skeleton/src/skeleton2.mjs +49 -22
  209. package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
  210. package/es/components/slider/index.mjs +2 -2
  211. package/es/components/slider/src/button.mjs +93 -21
  212. package/es/components/slider/src/button.mjs.map +1 -1
  213. package/es/components/slider/src/button2.mjs +21 -93
  214. package/es/components/slider/src/button2.mjs.map +1 -1
  215. package/es/components/slider/src/slider.mjs +91 -233
  216. package/es/components/slider/src/slider.mjs.map +1 -1
  217. package/es/components/slider/src/slider2.mjs +233 -91
  218. package/es/components/slider/src/slider2.mjs.map +1 -1
  219. package/es/components/tabs/index.mjs +1 -1
  220. package/es/components/tabs/src/tab-bar.mjs +75 -7
  221. package/es/components/tabs/src/tab-bar.mjs.map +1 -1
  222. package/es/components/tabs/src/tab-bar2.mjs +7 -75
  223. package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
  224. package/es/components/tabs/src/tab-nav.mjs +1 -1
  225. package/es/components/teleport/index.mjs +2 -2
  226. package/es/components/teleport/src/teleport.mjs +18 -44
  227. package/es/components/teleport/src/teleport.mjs.map +1 -1
  228. package/es/components/teleport/src/teleport2.mjs +44 -18
  229. package/es/components/teleport/src/teleport2.mjs.map +1 -1
  230. package/es/components/time-picker/index.mjs +2 -4
  231. package/es/components/time-picker/index.mjs.map +1 -1
  232. package/es/components/time-select/index.mjs +3 -5
  233. package/es/components/time-select/index.mjs.map +1 -1
  234. package/es/components/time-select/src/time-select.mjs +48 -118
  235. package/es/components/time-select/src/time-select.mjs.map +1 -1
  236. package/es/components/time-select/src/time-select2.mjs +118 -48
  237. package/es/components/time-select/src/time-select2.mjs.map +1 -1
  238. package/es/components/timeline/index.mjs +2 -2
  239. package/es/components/timeline/src/timeline-item.mjs +70 -42
  240. package/es/components/timeline/src/timeline-item.mjs.map +1 -1
  241. package/es/components/timeline/src/timeline-item2.mjs +42 -70
  242. package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
  243. package/es/components/tooltip/index.mjs +2 -2
  244. package/es/components/tooltip/src/content.mjs +1 -1
  245. package/es/components/tooltip/src/content2.mjs +1 -1
  246. package/es/components/tooltip/src/tooltip.mjs +169 -31
  247. package/es/components/tooltip/src/tooltip.mjs.map +1 -1
  248. package/es/components/tooltip/src/tooltip2.mjs +31 -169
  249. package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
  250. package/es/components/tooltip/src/trigger.mjs +1 -1
  251. package/es/components/tooltip/src/trigger2.mjs +1 -1
  252. package/es/components/tooltip-v2/index.mjs +4 -4
  253. package/es/components/tooltip-v2/src/content.mjs +112 -50
  254. package/es/components/tooltip-v2/src/content.mjs.map +1 -1
  255. package/es/components/tooltip-v2/src/content2.mjs +50 -112
  256. package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
  257. package/es/components/tooltip-v2/src/tooltip.mjs +74 -21
  258. package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
  259. package/es/components/tooltip-v2/src/tooltip2.mjs +21 -74
  260. package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
  261. package/es/components/tooltip-v2/src/trigger.mjs +89 -12
  262. package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
  263. package/es/components/tooltip-v2/src/trigger2.mjs +12 -89
  264. package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
  265. package/es/components/tree/index.mjs +2 -4
  266. package/es/components/tree/index.mjs.map +1 -1
  267. package/es/components/tree-select/index.mjs +2 -4
  268. package/es/components/tree-select/index.mjs.map +1 -1
  269. package/es/components/upload/index.mjs +3 -3
  270. package/es/components/upload/src/upload-content.mjs +178 -33
  271. package/es/components/upload/src/upload-content.mjs.map +1 -1
  272. package/es/components/upload/src/upload-content2.mjs +33 -178
  273. package/es/components/upload/src/upload-content2.mjs.map +1 -1
  274. package/es/components/upload/src/upload-list.mjs +1 -1
  275. package/es/components/upload/src/upload.mjs +119 -105
  276. package/es/components/upload/src/upload.mjs.map +1 -1
  277. package/es/components/upload/src/upload2.mjs +105 -119
  278. package/es/components/upload/src/upload2.mjs.map +1 -1
  279. package/es/components/upload/src/use-handlers.mjs +1 -1
  280. package/es/index.mjs +39 -39
  281. package/es/make-installer.mjs +1 -1
  282. package/es/make-installer.mjs.map +1 -1
  283. package/es/utils/index.mjs +1 -1
  284. package/es/utils/vue/index.mjs +1 -1
  285. package/es/utils/vue/install.d.ts +0 -1
  286. package/es/utils/vue/install.mjs +3 -11
  287. package/es/utils/vue/install.mjs.map +1 -1
  288. package/lib/components/affix/index.js +2 -2
  289. package/lib/components/affix/src/affix.js +27 -117
  290. package/lib/components/affix/src/affix.js.map +1 -1
  291. package/lib/components/affix/src/affix2.js +117 -27
  292. package/lib/components/affix/src/affix2.js.map +1 -1
  293. package/lib/components/autocomplete/index.js +2 -2
  294. package/lib/components/autocomplete/src/autocomplete.js +81 -360
  295. package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
  296. package/lib/components/autocomplete/src/autocomplete2.js +360 -81
  297. package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
  298. package/lib/components/backtop/index.js +2 -2
  299. package/lib/components/backtop/src/backtop.js +22 -54
  300. package/lib/components/backtop/src/backtop.js.map +1 -1
  301. package/lib/components/backtop/src/backtop2.js +54 -22
  302. package/lib/components/backtop/src/backtop2.js.map +1 -1
  303. package/lib/components/breadcrumb/index.js +2 -2
  304. package/lib/components/breadcrumb/src/breadcrumb-item.js +11 -56
  305. package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
  306. package/lib/components/breadcrumb/src/breadcrumb-item2.js +56 -11
  307. package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
  308. package/lib/components/button/index.js +2 -2
  309. package/lib/components/button/src/button-group.js +1 -1
  310. package/lib/components/button/src/button.js +76 -60
  311. package/lib/components/button/src/button.js.map +1 -1
  312. package/lib/components/button/src/button2.js +60 -76
  313. package/lib/components/button/src/button2.js.map +1 -1
  314. package/lib/components/button/src/use-button.js +2 -0
  315. package/lib/components/button/src/use-button.js.map +1 -1
  316. package/lib/components/calendar/index.js +2 -2
  317. package/lib/components/calendar/src/calendar.js +19 -131
  318. package/lib/components/calendar/src/calendar.js.map +1 -1
  319. package/lib/components/calendar/src/calendar2.js +131 -19
  320. package/lib/components/calendar/src/calendar2.js.map +1 -1
  321. package/lib/components/carousel/index.js +4 -4
  322. package/lib/components/carousel/src/carousel-item.js +63 -8
  323. package/lib/components/carousel/src/carousel-item.js.map +1 -1
  324. package/lib/components/carousel/src/carousel-item2.js +8 -63
  325. package/lib/components/carousel/src/carousel-item2.js.map +1 -1
  326. package/lib/components/carousel/src/carousel.js +159 -57
  327. package/lib/components/carousel/src/carousel.js.map +1 -1
  328. package/lib/components/carousel/src/carousel2.js +57 -159
  329. package/lib/components/carousel/src/carousel2.js.map +1 -1
  330. package/lib/components/cascader/index.js +2 -4
  331. package/lib/components/cascader/index.js.map +1 -1
  332. package/lib/components/cascader-panel/index.js +2 -4
  333. package/lib/components/cascader-panel/index.js.map +1 -1
  334. package/lib/components/cascader-panel/src/index.js +1 -1
  335. package/lib/components/cascader-panel/src/menu.js +1 -1
  336. package/lib/components/cascader-panel/src/node.js +116 -209
  337. package/lib/components/cascader-panel/src/node.js.map +1 -1
  338. package/lib/components/cascader-panel/src/node2.js +209 -116
  339. package/lib/components/cascader-panel/src/node2.js.map +1 -1
  340. package/lib/components/cascader-panel/src/store.js +1 -1
  341. package/lib/components/check-tag/index.js +2 -2
  342. package/lib/components/check-tag/src/check-tag.js +13 -30
  343. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  344. package/lib/components/check-tag/src/check-tag2.js +30 -13
  345. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  346. package/lib/components/checkbox/index.js +4 -4
  347. package/lib/components/checkbox/src/checkbox-button.js +1 -1
  348. package/lib/components/checkbox/src/checkbox-group.js +29 -72
  349. package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
  350. package/lib/components/checkbox/src/checkbox-group2.js +72 -29
  351. package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
  352. package/lib/components/checkbox/src/checkbox.js +117 -50
  353. package/lib/components/checkbox/src/checkbox.js.map +1 -1
  354. package/lib/components/checkbox/src/checkbox2.js +50 -117
  355. package/lib/components/checkbox/src/checkbox2.js.map +1 -1
  356. package/lib/components/col/index.js +2 -2
  357. package/lib/components/col/src/col.js +66 -43
  358. package/lib/components/col/src/col.js.map +1 -1
  359. package/lib/components/col/src/col2.js +43 -66
  360. package/lib/components/col/src/col2.js.map +1 -1
  361. package/lib/components/collapse/index.js +2 -2
  362. package/lib/components/collapse/src/collapse.js +30 -19
  363. package/lib/components/collapse/src/collapse.js.map +1 -1
  364. package/lib/components/collapse/src/collapse2.js +19 -30
  365. package/lib/components/collapse/src/collapse2.js.map +1 -1
  366. package/lib/components/collapse-transition/index.js +2 -4
  367. package/lib/components/collapse-transition/index.js.map +1 -1
  368. package/lib/components/config-provider/index.d.ts +3 -3
  369. package/lib/components/config-provider/src/config-provider-props.d.ts +1 -1
  370. package/lib/components/config-provider/src/config-provider-props.js +1 -1
  371. package/lib/components/config-provider/src/config-provider-props.js.map +1 -1
  372. package/lib/components/config-provider/src/config-provider.d.ts +3 -3
  373. package/lib/components/date-picker/index.js +2 -4
  374. package/lib/components/date-picker/index.js.map +1 -1
  375. package/lib/components/descriptions/index.js +2 -2
  376. package/lib/components/descriptions/src/description.js +25 -111
  377. package/lib/components/descriptions/src/description.js.map +1 -1
  378. package/lib/components/descriptions/src/description2.js +111 -25
  379. package/lib/components/descriptions/src/description2.js.map +1 -1
  380. package/lib/components/descriptions/src/descriptions-row.js +7 -64
  381. package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
  382. package/lib/components/descriptions/src/descriptions-row2.js +64 -7
  383. package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
  384. package/lib/components/dialog/index.js +2 -2
  385. package/lib/components/dialog/src/dialog.js +169 -71
  386. package/lib/components/dialog/src/dialog.js.map +1 -1
  387. package/lib/components/dialog/src/dialog2.js +71 -169
  388. package/lib/components/dialog/src/dialog2.js.map +1 -1
  389. package/lib/components/drawer/index.js +2 -2
  390. package/lib/components/drawer/src/drawer.js +175 -23
  391. package/lib/components/drawer/src/drawer.js.map +1 -1
  392. package/lib/components/drawer/src/drawer2.js +23 -175
  393. package/lib/components/drawer/src/drawer2.js.map +1 -1
  394. package/lib/components/empty/index.js +2 -2
  395. package/lib/components/empty/src/empty.js +55 -11
  396. package/lib/components/empty/src/empty.js.map +1 -1
  397. package/lib/components/empty/src/empty2.js +11 -55
  398. package/lib/components/empty/src/empty2.js.map +1 -1
  399. package/lib/components/image/index.js +2 -2
  400. package/lib/components/image/src/image.js +62 -221
  401. package/lib/components/image/src/image.js.map +1 -1
  402. package/lib/components/image/src/image2.js +221 -62
  403. package/lib/components/image/src/image2.js.map +1 -1
  404. package/lib/components/image-viewer/index.js +2 -2
  405. package/lib/components/image-viewer/src/image-viewer.js +39 -396
  406. package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
  407. package/lib/components/image-viewer/src/image-viewer2.js +396 -39
  408. package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
  409. package/lib/components/index.js +39 -39
  410. package/lib/components/input/index.js +2 -2
  411. package/lib/components/input/src/input.js +454 -105
  412. package/lib/components/input/src/input.js.map +1 -1
  413. package/lib/components/input/src/input2.js +105 -454
  414. package/lib/components/input/src/input2.js.map +1 -1
  415. package/lib/components/message/index.js +1 -1
  416. package/lib/components/message/src/message.js +88 -147
  417. package/lib/components/message/src/message.js.map +1 -1
  418. package/lib/components/message/src/message2.js +147 -88
  419. package/lib/components/message/src/message2.js.map +1 -1
  420. package/lib/components/message/src/method.js +2 -2
  421. package/lib/components/page-header/index.js +2 -2
  422. package/lib/components/page-header/src/page-header.js +18 -103
  423. package/lib/components/page-header/src/page-header.js.map +1 -1
  424. package/lib/components/page-header/src/page-header2.js +103 -18
  425. package/lib/components/page-header/src/page-header2.js.map +1 -1
  426. package/lib/components/pagination/src/components/jumper.js +9 -60
  427. package/lib/components/pagination/src/components/jumper.js.map +1 -1
  428. package/lib/components/pagination/src/components/jumper2.js +60 -9
  429. package/lib/components/pagination/src/components/jumper2.js.map +1 -1
  430. package/lib/components/pagination/src/components/pager.js +17 -214
  431. package/lib/components/pagination/src/components/pager.js.map +1 -1
  432. package/lib/components/pagination/src/components/pager2.js +214 -17
  433. package/lib/components/pagination/src/components/pager2.js.map +1 -1
  434. package/lib/components/pagination/src/components/prev.js +19 -38
  435. package/lib/components/pagination/src/components/prev.js.map +1 -1
  436. package/lib/components/pagination/src/components/prev2.js +38 -19
  437. package/lib/components/pagination/src/components/prev2.js.map +1 -1
  438. package/lib/components/pagination/src/components/sizes.js +68 -22
  439. package/lib/components/pagination/src/components/sizes.js.map +1 -1
  440. package/lib/components/pagination/src/components/sizes2.js +22 -68
  441. package/lib/components/pagination/src/components/sizes2.js.map +1 -1
  442. package/lib/components/pagination/src/pagination.js +4 -4
  443. package/lib/components/popconfirm/src/popconfirm.js +1 -1
  444. package/lib/components/popover/index.js +2 -2
  445. package/lib/components/popover/src/popover.js +111 -67
  446. package/lib/components/popover/src/popover.js.map +1 -1
  447. package/lib/components/popover/src/popover2.js +67 -111
  448. package/lib/components/popover/src/popover2.js.map +1 -1
  449. package/lib/components/popper/index.js +4 -4
  450. package/lib/components/popper/src/content.js +137 -99
  451. package/lib/components/popper/src/content.js.map +1 -1
  452. package/lib/components/popper/src/content2.js +99 -137
  453. package/lib/components/popper/src/content2.js.map +1 -1
  454. package/lib/components/popper/src/trigger.js +119 -32
  455. package/lib/components/popper/src/trigger.js.map +1 -1
  456. package/lib/components/popper/src/trigger2.js +32 -119
  457. package/lib/components/popper/src/trigger2.js.map +1 -1
  458. package/lib/components/radio/index.js +2 -2
  459. package/lib/components/radio/src/radio-button.js +1 -1
  460. package/lib/components/radio/src/radio-group2.js +1 -1
  461. package/lib/components/radio/src/radio.js +71 -32
  462. package/lib/components/radio/src/radio.js.map +1 -1
  463. package/lib/components/radio/src/radio2.js +32 -71
  464. package/lib/components/radio/src/radio2.js.map +1 -1
  465. package/lib/components/rate/index.js +2 -2
  466. package/lib/components/rate/src/rate.js +254 -87
  467. package/lib/components/rate/src/rate.js.map +1 -1
  468. package/lib/components/rate/src/rate2.js +87 -254
  469. package/lib/components/rate/src/rate2.js.map +1 -1
  470. package/lib/components/scrollbar/index.js +3 -3
  471. package/lib/components/scrollbar/src/bar2.js +1 -1
  472. package/lib/components/scrollbar/src/scrollbar.js +47 -174
  473. package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
  474. package/lib/components/scrollbar/src/scrollbar2.js +174 -47
  475. package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
  476. package/lib/components/scrollbar/src/thumb.js +11 -130
  477. package/lib/components/scrollbar/src/thumb.js.map +1 -1
  478. package/lib/components/scrollbar/src/thumb2.js +130 -11
  479. package/lib/components/scrollbar/src/thumb2.js.map +1 -1
  480. package/lib/components/select-v2/index.js +2 -4
  481. package/lib/components/select-v2/index.js.map +1 -1
  482. package/lib/components/skeleton/index.js +4 -4
  483. package/lib/components/skeleton/src/skeleton-item.js +18 -23
  484. package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
  485. package/lib/components/skeleton/src/skeleton-item2.js +23 -18
  486. package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
  487. package/lib/components/skeleton/src/skeleton.js +22 -49
  488. package/lib/components/skeleton/src/skeleton.js.map +1 -1
  489. package/lib/components/skeleton/src/skeleton2.js +49 -22
  490. package/lib/components/skeleton/src/skeleton2.js.map +1 -1
  491. package/lib/components/slider/index.js +2 -2
  492. package/lib/components/slider/src/button.js +93 -22
  493. package/lib/components/slider/src/button.js.map +1 -1
  494. package/lib/components/slider/src/button2.js +22 -93
  495. package/lib/components/slider/src/button2.js.map +1 -1
  496. package/lib/components/slider/src/slider.js +92 -233
  497. package/lib/components/slider/src/slider.js.map +1 -1
  498. package/lib/components/slider/src/slider2.js +233 -92
  499. package/lib/components/slider/src/slider2.js.map +1 -1
  500. package/lib/components/tabs/index.js +1 -1
  501. package/lib/components/tabs/src/tab-bar.js +75 -7
  502. package/lib/components/tabs/src/tab-bar.js.map +1 -1
  503. package/lib/components/tabs/src/tab-bar2.js +7 -75
  504. package/lib/components/tabs/src/tab-bar2.js.map +1 -1
  505. package/lib/components/tabs/src/tab-nav.js +1 -1
  506. package/lib/components/teleport/index.js +2 -2
  507. package/lib/components/teleport/src/teleport.js +18 -44
  508. package/lib/components/teleport/src/teleport.js.map +1 -1
  509. package/lib/components/teleport/src/teleport2.js +44 -18
  510. package/lib/components/teleport/src/teleport2.js.map +1 -1
  511. package/lib/components/time-picker/index.js +2 -4
  512. package/lib/components/time-picker/index.js.map +1 -1
  513. package/lib/components/time-select/index.js +3 -5
  514. package/lib/components/time-select/index.js.map +1 -1
  515. package/lib/components/time-select/src/time-select.js +48 -123
  516. package/lib/components/time-select/src/time-select.js.map +1 -1
  517. package/lib/components/time-select/src/time-select2.js +123 -48
  518. package/lib/components/time-select/src/time-select2.js.map +1 -1
  519. package/lib/components/timeline/index.js +2 -2
  520. package/lib/components/timeline/src/timeline-item.js +70 -42
  521. package/lib/components/timeline/src/timeline-item.js.map +1 -1
  522. package/lib/components/timeline/src/timeline-item2.js +42 -70
  523. package/lib/components/timeline/src/timeline-item2.js.map +1 -1
  524. package/lib/components/tooltip/index.js +2 -2
  525. package/lib/components/tooltip/src/content.js +1 -1
  526. package/lib/components/tooltip/src/content2.js +1 -1
  527. package/lib/components/tooltip/src/tooltip.js +169 -35
  528. package/lib/components/tooltip/src/tooltip.js.map +1 -1
  529. package/lib/components/tooltip/src/tooltip2.js +35 -169
  530. package/lib/components/tooltip/src/tooltip2.js.map +1 -1
  531. package/lib/components/tooltip/src/trigger.js +1 -1
  532. package/lib/components/tooltip/src/trigger2.js +1 -1
  533. package/lib/components/tooltip-v2/index.js +4 -4
  534. package/lib/components/tooltip-v2/src/content.js +112 -50
  535. package/lib/components/tooltip-v2/src/content.js.map +1 -1
  536. package/lib/components/tooltip-v2/src/content2.js +50 -112
  537. package/lib/components/tooltip-v2/src/content2.js.map +1 -1
  538. package/lib/components/tooltip-v2/src/tooltip.js +74 -21
  539. package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
  540. package/lib/components/tooltip-v2/src/tooltip2.js +21 -74
  541. package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
  542. package/lib/components/tooltip-v2/src/trigger.js +89 -12
  543. package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
  544. package/lib/components/tooltip-v2/src/trigger2.js +12 -89
  545. package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
  546. package/lib/components/tree/index.js +2 -4
  547. package/lib/components/tree/index.js.map +1 -1
  548. package/lib/components/tree-select/index.js +2 -4
  549. package/lib/components/tree-select/index.js.map +1 -1
  550. package/lib/components/upload/index.js +3 -3
  551. package/lib/components/upload/src/upload-content.js +177 -32
  552. package/lib/components/upload/src/upload-content.js.map +1 -1
  553. package/lib/components/upload/src/upload-content2.js +32 -177
  554. package/lib/components/upload/src/upload-content2.js.map +1 -1
  555. package/lib/components/upload/src/upload-list.js +1 -1
  556. package/lib/components/upload/src/upload.js +119 -108
  557. package/lib/components/upload/src/upload.js.map +1 -1
  558. package/lib/components/upload/src/upload2.js +108 -119
  559. package/lib/components/upload/src/upload2.js.map +1 -1
  560. package/lib/components/upload/src/use-handlers.js +1 -1
  561. package/lib/index.js +39 -39
  562. package/lib/make-installer.js +1 -1
  563. package/lib/make-installer.js.map +1 -1
  564. package/lib/utils/index.js +0 -1
  565. package/lib/utils/index.js.map +1 -1
  566. package/lib/utils/vue/index.js +0 -1
  567. package/lib/utils/vue/index.js.map +1 -1
  568. package/lib/utils/vue/install.d.ts +0 -1
  569. package/lib/utils/vue/install.js +2 -11
  570. package/lib/utils/vue/install.js.map +1 -1
  571. package/package.json +1 -1
  572. package/web-types.json +1 -1
@@ -1,24 +1,57 @@
1
- const backtopProps = {
2
- visibilityHeight: {
3
- type: Number,
4
- default: 200
5
- },
6
- target: {
7
- type: String,
8
- default: ""
9
- },
10
- right: {
11
- type: Number,
12
- default: 40
13
- },
14
- bottom: {
15
- type: Number,
16
- default: 40
1
+ import { defineComponent, computed, openBlock, createBlock, Transition, unref, withCtx, createElementBlock, normalizeStyle, normalizeClass, withModifiers, renderSlot, createVNode, createCommentVNode } from 'vue';
2
+ import { ElIcon } from '../../icon/index.mjs';
3
+ import { CaretTop } from '@element-plus/icons-vue';
4
+ import '../../../hooks/index.mjs';
5
+ import { backtopProps, backtopEmits } from './backtop.mjs';
6
+ import { useBackTop } from './use-backtop.mjs';
7
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
8
+ import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
9
+
10
+ const COMPONENT_NAME = "ElBacktop";
11
+ const __default__ = defineComponent({
12
+ name: COMPONENT_NAME
13
+ });
14
+ const _sfc_main = /* @__PURE__ */ defineComponent({
15
+ ...__default__,
16
+ props: backtopProps,
17
+ emits: backtopEmits,
18
+ setup(__props, { emit }) {
19
+ const props = __props;
20
+ const ns = useNamespace("backtop");
21
+ const { handleClick, visible } = useBackTop(props, emit, COMPONENT_NAME);
22
+ const backTopStyle = computed(() => ({
23
+ right: `${props.right}px`,
24
+ bottom: `${props.bottom}px`
25
+ }));
26
+ return (_ctx, _cache) => {
27
+ return openBlock(), createBlock(Transition, {
28
+ name: `${unref(ns).namespace.value}-fade-in`
29
+ }, {
30
+ default: withCtx(() => [
31
+ unref(visible) ? (openBlock(), createElementBlock("div", {
32
+ key: 0,
33
+ style: normalizeStyle(unref(backTopStyle)),
34
+ class: normalizeClass(unref(ns).b()),
35
+ onClick: _cache[0] || (_cache[0] = withModifiers((...args) => unref(handleClick) && unref(handleClick)(...args), ["stop"]))
36
+ }, [
37
+ renderSlot(_ctx.$slots, "default", {}, () => [
38
+ createVNode(unref(ElIcon), {
39
+ class: normalizeClass(unref(ns).e("icon"))
40
+ }, {
41
+ default: withCtx(() => [
42
+ createVNode(unref(CaretTop))
43
+ ]),
44
+ _: 1
45
+ }, 8, ["class"])
46
+ ])
47
+ ], 6)) : createCommentVNode("v-if", true)
48
+ ]),
49
+ _: 3
50
+ }, 8, ["name"]);
51
+ };
17
52
  }
18
- };
19
- const backtopEmits = {
20
- click: (evt) => evt instanceof MouseEvent
21
- };
53
+ });
54
+ var Backtop = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/meng/workspace/element-pe/packages/components/backtop/src/backtop.vue"]]);
22
55
 
23
- export { backtopEmits, backtopProps };
56
+ export { Backtop as default };
24
57
  //# sourceMappingURL=backtop2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"backtop2.mjs","sources":["../../../../../../packages/components/backtop/src/backtop.ts"],"sourcesContent":["import type { ExtractPropTypes } from 'vue'\n\nexport const backtopProps = {\n /**\n * @description the button will not show until the scroll height reaches this value.\n */\n visibilityHeight: {\n type: Number,\n default: 200,\n },\n /**\n * @description the target to trigger scroll.\n */\n target: {\n type: String,\n default: '',\n },\n /**\n * @description right distance.\n */\n right: {\n type: Number,\n default: 40,\n },\n /**\n * @description bottom distance.\n */\n bottom: {\n type: Number,\n default: 40,\n },\n} as const\nexport type BacktopProps = ExtractPropTypes<typeof backtopProps>\n\nexport const backtopEmits = {\n click: (evt: MouseEvent) => evt instanceof MouseEvent,\n}\nexport type BacktopEmits = typeof backtopEmits\n"],"names":[],"mappings":"AAAY,MAAC,YAAY,GAAG;AAC5B,EAAE,gBAAgB,EAAE;AACpB,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,GAAG;AAChB,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE;AACU,MAAC,YAAY,GAAG;AAC5B,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,GAAG,YAAY,UAAU;AAC3C;;;;"}
1
+ {"version":3,"file":"backtop2.mjs","sources":["../../../../../../packages/components/backtop/src/backtop.vue"],"sourcesContent":["<template>\n <transition :name=\"`${ns.namespace.value}-fade-in`\">\n <div\n v-if=\"visible\"\n :style=\"backTopStyle\"\n :class=\"ns.b()\"\n @click.stop=\"handleClick\"\n >\n <slot>\n <el-icon :class=\"ns.e('icon')\"><caret-top /></el-icon>\n </slot>\n </div>\n </transition>\n</template>\n\n<script lang=\"ts\" setup>\nimport { computed } from 'vue'\nimport { ElIcon } from '@element-plus/components/icon'\nimport { CaretTop } from '@element-plus/icons-vue'\nimport { useNamespace } from '@element-plus/hooks'\nimport { backtopEmits, backtopProps } from './backtop'\nimport { useBackTop } from './use-backtop'\n\nconst COMPONENT_NAME = 'ElBacktop'\n\ndefineOptions({\n name: COMPONENT_NAME,\n})\n\nconst props = defineProps(backtopProps)\nconst emit = defineEmits(backtopEmits)\n\nconst ns = useNamespace('backtop')\n\nconst { handleClick, visible } = useBackTop(props, emit, COMPONENT_NAME)\n\nconst backTopStyle = computed(() => ({\n right: `${props.right}px`,\n bottom: `${props.bottom}px`,\n}))\n</script>\n"],"names":[],"mappings":";;;;;;;;;;mCAyBc,CAAA;AAAA,EACZ,IAAM,EAAA,cAAA;AACR;;;;;;;AAKA,IAAM,MAAA,EAAA,GAAK,aAAa,SAAS,CAAA,CAAA;AAEjC,IAAA,MAAM,EAAE,WAAa,EAAA,OAAA,EAAA,GAAY,UAAW,CAAA,KAAA,EAAO,MAAM,cAAc,CAAA,CAAA;AAEvE,IAAM,MAAA,YAAA,GAAe,SAAS,OAAO;AAAA,MACnC,KAAA,EAAO,GAAG,KAAM,CAAA,KAAA,CAAA,EAAA,CAAA;AAAA,MAChB,MAAA,EAAQ,GAAG,KAAM,CAAA,MAAA,CAAA,EAAA,CAAA;AAAA,KACjB,CAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,8 +1,8 @@
1
1
  import '../../utils/index.mjs';
2
2
  import Breadcrumb from './src/breadcrumb2.mjs';
3
- import BreadcrumbItem from './src/breadcrumb-item.mjs';
3
+ import BreadcrumbItem from './src/breadcrumb-item2.mjs';
4
4
  export { breadcrumbProps } from './src/breadcrumb.mjs';
5
- export { breadcrumbItemProps } from './src/breadcrumb-item2.mjs';
5
+ export { breadcrumbItemProps } from './src/breadcrumb-item.mjs';
6
6
  export { breadcrumbKey } from './src/constants.mjs';
7
7
  import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
8
8
 
@@ -1,61 +1,16 @@
1
- import { defineComponent, getCurrentInstance, inject, toRefs, ref, openBlock, createElementBlock, normalizeClass, unref, createElementVNode, renderSlot, createBlock, withCtx, resolveDynamicComponent, toDisplayString } from 'vue';
2
- import { ElIcon } from '../../icon/index.mjs';
3
- import '../../../hooks/index.mjs';
4
- import { breadcrumbKey } from './constants.mjs';
5
- import { breadcrumbItemProps } from './breadcrumb-item2.mjs';
6
- import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
7
- import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
1
+ import '../../../utils/index.mjs';
2
+ import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
8
3
 
9
- const __default__ = defineComponent({
10
- name: "ElBreadcrumbItem"
11
- });
12
- const _sfc_main = /* @__PURE__ */ defineComponent({
13
- ...__default__,
14
- props: breadcrumbItemProps,
15
- setup(__props) {
16
- const props = __props;
17
- const instance = getCurrentInstance();
18
- const breadcrumbContext = inject(breadcrumbKey, void 0);
19
- const ns = useNamespace("breadcrumb");
20
- const { separator, separatorIcon } = toRefs(breadcrumbContext);
21
- const router = instance.appContext.config.globalProperties.$router;
22
- const link = ref();
23
- const onClick = () => {
24
- if (!props.to || !router)
25
- return;
26
- props.replace ? router.replace(props.to) : router.push(props.to);
27
- };
28
- return (_ctx, _cache) => {
29
- return openBlock(), createElementBlock("span", {
30
- class: normalizeClass(unref(ns).e("item"))
31
- }, [
32
- createElementVNode("span", {
33
- ref_key: "link",
34
- ref: link,
35
- class: normalizeClass([unref(ns).e("inner"), unref(ns).is("link", !!_ctx.to)]),
36
- role: "link",
37
- onClick
38
- }, [
39
- renderSlot(_ctx.$slots, "default")
40
- ], 2),
41
- unref(separatorIcon) ? (openBlock(), createBlock(unref(ElIcon), {
42
- key: 0,
43
- class: normalizeClass(unref(ns).e("separator"))
44
- }, {
45
- default: withCtx(() => [
46
- (openBlock(), createBlock(resolveDynamicComponent(unref(separatorIcon))))
47
- ]),
48
- _: 1
49
- }, 8, ["class"])) : (openBlock(), createElementBlock("span", {
50
- key: 1,
51
- class: normalizeClass(unref(ns).e("separator")),
52
- role: "presentation"
53
- }, toDisplayString(unref(separator)), 3))
54
- ], 2);
55
- };
4
+ const breadcrumbItemProps = buildProps({
5
+ to: {
6
+ type: definePropType([String, Object]),
7
+ default: ""
8
+ },
9
+ replace: {
10
+ type: Boolean,
11
+ default: false
56
12
  }
57
13
  });
58
- var BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/meng/workspace/element-pe/packages/components/breadcrumb/src/breadcrumb-item.vue"]]);
59
14
 
60
- export { BreadcrumbItem as default };
15
+ export { breadcrumbItemProps };
61
16
  //# sourceMappingURL=breadcrumb-item.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb-item.mjs","sources":["../../../../../../packages/components/breadcrumb/src/breadcrumb-item.vue"],"sourcesContent":["<template>\n <span :class=\"ns.e('item')\">\n <span\n ref=\"link\"\n :class=\"[ns.e('inner'), ns.is('link', !!to)]\"\n role=\"link\"\n @click=\"onClick\"\n >\n <slot />\n </span>\n <el-icon v-if=\"separatorIcon\" :class=\"ns.e('separator')\">\n <component :is=\"separatorIcon\" />\n </el-icon>\n <span v-else :class=\"ns.e('separator')\" role=\"presentation\">\n {{ separator }}\n </span>\n </span>\n</template>\n\n<script lang=\"ts\" setup>\nimport { getCurrentInstance, inject, ref, toRefs } from 'vue'\nimport ElIcon from '@element-plus/components/icon'\nimport { useNamespace } from '@element-plus/hooks'\nimport { breadcrumbKey } from './constants'\nimport { breadcrumbItemProps } from './breadcrumb-item'\n\nimport type { Router } from 'vue-router'\n\ndefineOptions({\n name: 'ElBreadcrumbItem',\n})\n\nconst props = defineProps(breadcrumbItemProps)\n\nconst instance = getCurrentInstance()!\nconst breadcrumbContext = inject(breadcrumbKey, undefined)!\nconst ns = useNamespace('breadcrumb')\n\nconst { separator, separatorIcon } = toRefs(breadcrumbContext)\nconst router = instance.appContext.config.globalProperties.$router as Router\n\nconst link = ref<HTMLSpanElement>()\n\nconst onClick = () => {\n if (!props.to || !router) return\n props.replace ? router.replace(props.to) : router.push(props.to)\n}\n</script>\n"],"names":[],"mappings":";;;;;;;;mCA4Bc,CAAA;AAAA,EACZ,IAAM,EAAA,kBAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAIA,IAAA,MAAM,WAAW,kBAAmB,EAAA,CAAA;AACpC,IAAM,MAAA,iBAAA,GAAoB,MAAO,CAAA,aAAA,EAAe,KAAS,CAAA,CAAA,CAAA;AACzD,IAAM,MAAA,EAAA,GAAK,aAAa,YAAY,CAAA,CAAA;AAEpC,IAAA,MAAM,EAAE,SAAA,EAAW,aAAkB,EAAA,GAAA,MAAA,CAAO,iBAAiB,CAAA,CAAA;AAC7D,IAAA,MAAM,MAAS,GAAA,QAAA,CAAS,UAAW,CAAA,MAAA,CAAO,gBAAiB,CAAA,OAAA,CAAA;AAE3D,IAAA,MAAM,OAAO,GAAqB,EAAA,CAAA;AAElC,IAAA,MAAM,UAAU,MAAM;AACpB,MAAI,IAAA,CAAC,KAAM,CAAA,EAAA,IAAM,CAAC,MAAA;AAAQ,QAAA,OAAA;AAC1B,MAAM,KAAA,CAAA,OAAA,GAAU,OAAO,OAAQ,CAAA,KAAA,CAAM,EAAE,CAAI,GAAA,MAAA,CAAO,IAAK,CAAA,KAAA,CAAM,EAAE,CAAA,CAAA;AAAA,KACjE,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"breadcrumb-item.mjs","sources":["../../../../../../packages/components/breadcrumb/src/breadcrumb-item.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\nimport type { ExtractPropTypes } from 'vue'\nimport type { RouteLocationRaw } from 'vue-router'\n\nexport const breadcrumbItemProps = buildProps({\n /**\n * @description target route of the link, same as `to` of `vue-router`\n */\n to: {\n type: definePropType<RouteLocationRaw>([String, Object]),\n default: '',\n },\n /**\n * @description if `true`, the navigation will not leave a history record\n */\n replace: {\n type: Boolean,\n default: false,\n },\n} as const)\nexport type BreadcrumbItemProps = ExtractPropTypes<typeof breadcrumbItemProps>\n"],"names":[],"mappings":";;;AACY,MAAC,mBAAmB,GAAG,UAAU,CAAC;AAC9C,EAAE,EAAE,EAAE;AACN,IAAI,IAAI,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAC1C,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,KAAK;AAClB,GAAG;AACH,CAAC;;;;"}
@@ -1,16 +1,61 @@
1
- import '../../../utils/index.mjs';
2
- import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
1
+ import { defineComponent, getCurrentInstance, inject, toRefs, ref, openBlock, createElementBlock, normalizeClass, unref, createElementVNode, renderSlot, createBlock, withCtx, resolveDynamicComponent, toDisplayString } from 'vue';
2
+ import { ElIcon } from '../../icon/index.mjs';
3
+ import '../../../hooks/index.mjs';
4
+ import { breadcrumbKey } from './constants.mjs';
5
+ import { breadcrumbItemProps } from './breadcrumb-item.mjs';
6
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
7
+ import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
3
8
 
4
- const breadcrumbItemProps = buildProps({
5
- to: {
6
- type: definePropType([String, Object]),
7
- default: ""
8
- },
9
- replace: {
10
- type: Boolean,
11
- default: false
9
+ const __default__ = defineComponent({
10
+ name: "ElBreadcrumbItem"
11
+ });
12
+ const _sfc_main = /* @__PURE__ */ defineComponent({
13
+ ...__default__,
14
+ props: breadcrumbItemProps,
15
+ setup(__props) {
16
+ const props = __props;
17
+ const instance = getCurrentInstance();
18
+ const breadcrumbContext = inject(breadcrumbKey, void 0);
19
+ const ns = useNamespace("breadcrumb");
20
+ const { separator, separatorIcon } = toRefs(breadcrumbContext);
21
+ const router = instance.appContext.config.globalProperties.$router;
22
+ const link = ref();
23
+ const onClick = () => {
24
+ if (!props.to || !router)
25
+ return;
26
+ props.replace ? router.replace(props.to) : router.push(props.to);
27
+ };
28
+ return (_ctx, _cache) => {
29
+ return openBlock(), createElementBlock("span", {
30
+ class: normalizeClass(unref(ns).e("item"))
31
+ }, [
32
+ createElementVNode("span", {
33
+ ref_key: "link",
34
+ ref: link,
35
+ class: normalizeClass([unref(ns).e("inner"), unref(ns).is("link", !!_ctx.to)]),
36
+ role: "link",
37
+ onClick
38
+ }, [
39
+ renderSlot(_ctx.$slots, "default")
40
+ ], 2),
41
+ unref(separatorIcon) ? (openBlock(), createBlock(unref(ElIcon), {
42
+ key: 0,
43
+ class: normalizeClass(unref(ns).e("separator"))
44
+ }, {
45
+ default: withCtx(() => [
46
+ (openBlock(), createBlock(resolveDynamicComponent(unref(separatorIcon))))
47
+ ]),
48
+ _: 1
49
+ }, 8, ["class"])) : (openBlock(), createElementBlock("span", {
50
+ key: 1,
51
+ class: normalizeClass(unref(ns).e("separator")),
52
+ role: "presentation"
53
+ }, toDisplayString(unref(separator)), 3))
54
+ ], 2);
55
+ };
12
56
  }
13
57
  });
58
+ var BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/meng/workspace/element-pe/packages/components/breadcrumb/src/breadcrumb-item.vue"]]);
14
59
 
15
- export { breadcrumbItemProps };
60
+ export { BreadcrumbItem as default };
16
61
  //# sourceMappingURL=breadcrumb-item2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb-item2.mjs","sources":["../../../../../../packages/components/breadcrumb/src/breadcrumb-item.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\nimport type { ExtractPropTypes } from 'vue'\nimport type { RouteLocationRaw } from 'vue-router'\n\nexport const breadcrumbItemProps = buildProps({\n /**\n * @description target route of the link, same as `to` of `vue-router`\n */\n to: {\n type: definePropType<RouteLocationRaw>([String, Object]),\n default: '',\n },\n /**\n * @description if `true`, the navigation will not leave a history record\n */\n replace: {\n type: Boolean,\n default: false,\n },\n} as const)\nexport type BreadcrumbItemProps = ExtractPropTypes<typeof breadcrumbItemProps>\n"],"names":[],"mappings":";;;AACY,MAAC,mBAAmB,GAAG,UAAU,CAAC;AAC9C,EAAE,EAAE,EAAE;AACN,IAAI,IAAI,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAC1C,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,KAAK;AAClB,GAAG;AACH,CAAC;;;;"}
1
+ {"version":3,"file":"breadcrumb-item2.mjs","sources":["../../../../../../packages/components/breadcrumb/src/breadcrumb-item.vue"],"sourcesContent":["<template>\n <span :class=\"ns.e('item')\">\n <span\n ref=\"link\"\n :class=\"[ns.e('inner'), ns.is('link', !!to)]\"\n role=\"link\"\n @click=\"onClick\"\n >\n <slot />\n </span>\n <el-icon v-if=\"separatorIcon\" :class=\"ns.e('separator')\">\n <component :is=\"separatorIcon\" />\n </el-icon>\n <span v-else :class=\"ns.e('separator')\" role=\"presentation\">\n {{ separator }}\n </span>\n </span>\n</template>\n\n<script lang=\"ts\" setup>\nimport { getCurrentInstance, inject, ref, toRefs } from 'vue'\nimport ElIcon from '@element-plus/components/icon'\nimport { useNamespace } from '@element-plus/hooks'\nimport { breadcrumbKey } from './constants'\nimport { breadcrumbItemProps } from './breadcrumb-item'\n\nimport type { Router } from 'vue-router'\n\ndefineOptions({\n name: 'ElBreadcrumbItem',\n})\n\nconst props = defineProps(breadcrumbItemProps)\n\nconst instance = getCurrentInstance()!\nconst breadcrumbContext = inject(breadcrumbKey, undefined)!\nconst ns = useNamespace('breadcrumb')\n\nconst { separator, separatorIcon } = toRefs(breadcrumbContext)\nconst router = instance.appContext.config.globalProperties.$router as Router\n\nconst link = ref<HTMLSpanElement>()\n\nconst onClick = () => {\n if (!props.to || !router) return\n props.replace ? router.replace(props.to) : router.push(props.to)\n}\n</script>\n"],"names":[],"mappings":";;;;;;;;mCA4Bc,CAAA;AAAA,EACZ,IAAM,EAAA,kBAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAIA,IAAA,MAAM,WAAW,kBAAmB,EAAA,CAAA;AACpC,IAAM,MAAA,iBAAA,GAAoB,MAAO,CAAA,aAAA,EAAe,KAAS,CAAA,CAAA,CAAA;AACzD,IAAM,MAAA,EAAA,GAAK,aAAa,YAAY,CAAA,CAAA;AAEpC,IAAA,MAAM,EAAE,SAAA,EAAW,aAAkB,EAAA,GAAA,MAAA,CAAO,iBAAiB,CAAA,CAAA;AAC7D,IAAA,MAAM,MAAS,GAAA,QAAA,CAAS,UAAW,CAAA,MAAA,CAAO,gBAAiB,CAAA,OAAA,CAAA;AAE3D,IAAA,MAAM,OAAO,GAAqB,EAAA,CAAA;AAElC,IAAA,MAAM,UAAU,MAAM;AACpB,MAAI,IAAA,CAAC,KAAM,CAAA,EAAA,IAAM,CAAC,MAAA;AAAQ,QAAA,OAAA;AAC1B,MAAM,KAAA,CAAA,OAAA,GAAU,OAAO,OAAQ,CAAA,KAAA,CAAM,EAAE,CAAI,GAAA,MAAA,CAAO,IAAK,CAAA,KAAA,CAAM,EAAE,CAAA,CAAA;AAAA,KACjE,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,7 +1,7 @@
1
1
  import '../../utils/index.mjs';
2
- import Button from './src/button2.mjs';
2
+ import Button from './src/button.mjs';
3
3
  import ButtonGroup from './src/button-group2.mjs';
4
- export { buttonEmits, buttonNativeTypes, buttonProps, buttonTypes } from './src/button.mjs';
4
+ export { buttonEmits, buttonNativeTypes, buttonProps, buttonTypes } from './src/button2.mjs';
5
5
  export { buttonGroupContextKey } from './src/constants.mjs';
6
6
  import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
7
7
 
@@ -1,4 +1,4 @@
1
- import { buttonProps } from './button.mjs';
1
+ import { buttonProps } from './button2.mjs';
2
2
 
3
3
  const buttonGroupProps = {
4
4
  size: buttonProps.size,
@@ -1,63 +1,82 @@
1
+ import { defineComponent, openBlock, createBlock, resolveDynamicComponent, mergeProps, unref, withCtx, createElementBlock, Fragment, renderSlot, normalizeClass, createCommentVNode } from 'vue';
2
+ import { ElIcon } from '../../icon/index.mjs';
1
3
  import '../../../hooks/index.mjs';
2
- import '../../../utils/index.mjs';
3
- import { Loading } from '@element-plus/icons-vue';
4
- import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
5
- import { useSizeProp } from '../../../hooks/use-size/index.mjs';
6
- import { iconPropType } from '../../../utils/vue/icon.mjs';
4
+ import { useButton } from './use-button.mjs';
5
+ import { buttonProps, buttonEmits } from './button2.mjs';
6
+ import { useButtonCustomStyle } from './button-custom.mjs';
7
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
8
+ import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
7
9
 
8
- const buttonTypes = [
9
- "default",
10
- "primary",
11
- "success",
12
- "warning",
13
- "info",
14
- "danger",
15
- "text",
16
- ""
17
- ];
18
- const buttonNativeTypes = ["button", "submit", "reset"];
19
- const buttonProps = buildProps({
20
- size: useSizeProp,
21
- disabled: Boolean,
22
- type: {
23
- type: String,
24
- values: buttonTypes,
25
- default: ""
26
- },
27
- icon: {
28
- type: iconPropType
29
- },
30
- nativeType: {
31
- type: String,
32
- values: buttonNativeTypes,
33
- default: "button"
34
- },
35
- loading: Boolean,
36
- loadingIcon: {
37
- type: iconPropType,
38
- default: () => Loading
39
- },
40
- plain: Boolean,
41
- text: Boolean,
42
- link: Boolean,
43
- bg: Boolean,
44
- autofocus: Boolean,
45
- round: Boolean,
46
- circle: Boolean,
47
- color: String,
48
- dark: Boolean,
49
- autoInsertSpace: {
50
- type: Boolean,
51
- default: void 0
52
- },
53
- tag: {
54
- type: definePropType([String, Object]),
55
- default: "button"
10
+ const __default__ = defineComponent({
11
+ name: "ElButton"
12
+ });
13
+ const _sfc_main = /* @__PURE__ */ defineComponent({
14
+ ...__default__,
15
+ props: buttonProps,
16
+ emits: buttonEmits,
17
+ setup(__props, { expose, emit }) {
18
+ const props = __props;
19
+ const buttonStyle = useButtonCustomStyle(props);
20
+ const ns = useNamespace("button");
21
+ const { _ref, _size, _type, _disabled, _props, shouldAddSpace, handleClick } = useButton(props, emit);
22
+ expose({
23
+ ref: _ref,
24
+ size: _size,
25
+ type: _type,
26
+ disabled: _disabled,
27
+ shouldAddSpace
28
+ });
29
+ return (_ctx, _cache) => {
30
+ return openBlock(), createBlock(resolveDynamicComponent(_ctx.tag), mergeProps({
31
+ ref_key: "_ref",
32
+ ref: _ref
33
+ }, unref(_props), {
34
+ class: [
35
+ unref(ns).b(),
36
+ unref(ns).m(unref(_type)),
37
+ unref(ns).m(unref(_size)),
38
+ unref(ns).is("disabled", unref(_disabled)),
39
+ unref(ns).is("loading", _ctx.loading),
40
+ unref(ns).is("plain", _ctx.plain),
41
+ unref(ns).is("round", _ctx.round),
42
+ unref(ns).is("circle", _ctx.circle),
43
+ unref(ns).is("text", _ctx.text),
44
+ unref(ns).is("link", _ctx.link),
45
+ unref(ns).is("has-bg", _ctx.bg)
46
+ ],
47
+ style: unref(buttonStyle),
48
+ onClick: unref(handleClick)
49
+ }), {
50
+ default: withCtx(() => [
51
+ _ctx.loading ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
52
+ _ctx.$slots.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }) : (openBlock(), createBlock(unref(ElIcon), {
53
+ key: 1,
54
+ class: normalizeClass(unref(ns).is("loading"))
55
+ }, {
56
+ default: withCtx(() => [
57
+ (openBlock(), createBlock(resolveDynamicComponent(_ctx.loadingIcon)))
58
+ ]),
59
+ _: 1
60
+ }, 8, ["class"]))
61
+ ], 64)) : _ctx.icon || _ctx.$slots.icon ? (openBlock(), createBlock(unref(ElIcon), { key: 1 }, {
62
+ default: withCtx(() => [
63
+ _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), { key: 0 })) : renderSlot(_ctx.$slots, "icon", { key: 1 })
64
+ ]),
65
+ _: 3
66
+ })) : createCommentVNode("v-if", true),
67
+ _ctx.$slots.default ? (openBlock(), createElementBlock("span", {
68
+ key: 2,
69
+ class: normalizeClass({ [unref(ns).em("text", "expand")]: unref(shouldAddSpace) })
70
+ }, [
71
+ renderSlot(_ctx.$slots, "default")
72
+ ], 2)) : createCommentVNode("v-if", true)
73
+ ]),
74
+ _: 3
75
+ }, 16, ["class", "style", "onClick"]);
76
+ };
56
77
  }
57
78
  });
58
- const buttonEmits = {
59
- click: (evt) => evt instanceof MouseEvent
60
- };
79
+ var Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/meng/workspace/element-pe/packages/components/button/src/button.vue"]]);
61
80
 
62
- export { buttonEmits, buttonNativeTypes, buttonProps, buttonTypes };
81
+ export { Button as default };
63
82
  //# sourceMappingURL=button.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"button.mjs","sources":["../../../../../../packages/components/button/src/button.ts"],"sourcesContent":["import { useSizeProp } from '@element-plus/hooks'\nimport { buildProps, definePropType, iconPropType } from '@element-plus/utils'\nimport { Loading } from '@element-plus/icons-vue'\nimport type { Component, ExtractPropTypes } from 'vue'\n\nexport const buttonTypes = [\n 'default',\n 'primary',\n 'success',\n 'warning',\n 'info',\n 'danger',\n /**\n * @deprecated\n * Text type will be deprecated in the next major version (3.0.0)\n */\n 'text',\n '',\n] as const\nexport const buttonNativeTypes = ['button', 'submit', 'reset'] as const\n\nexport const buttonProps = buildProps({\n /**\n * @description button size\n */\n size: useSizeProp,\n /**\n * @description disable the button\n */\n disabled: Boolean,\n /**\n * @description button type\n */\n type: {\n type: String,\n values: buttonTypes,\n default: '',\n },\n /**\n * @description icon component\n */\n icon: {\n type: iconPropType,\n },\n /**\n * @description native button type\n */\n nativeType: {\n type: String,\n values: buttonNativeTypes,\n default: 'button',\n },\n /**\n * @description determine whether it's loading\n */\n loading: Boolean,\n /**\n * @description customize loading icon component\n */\n loadingIcon: {\n type: iconPropType,\n default: () => Loading,\n },\n /**\n * @description determine whether it's a plain button\n */\n plain: Boolean,\n /**\n * @description determine whether it's a text button\n */\n text: Boolean,\n /**\n * @description determine whether it's a link button\n */\n link: Boolean,\n /**\n * @description determine whether the text button background color is always on\n */\n bg: Boolean,\n /**\n * @description native button autofocus\n */\n autofocus: Boolean,\n /**\n * @description determine whether it's a round button\n */\n round: Boolean,\n /**\n * @description determine whether it's a circle button\n */\n circle: Boolean,\n /**\n * @description custom button color, automatically calculate `hover` and `active` color\n */\n color: String,\n /**\n * @description dark mode, which automatically converts `color` to dark mode colors\n */\n dark: Boolean,\n /**\n * @description automatically insert a space between two chinese characters\n */\n autoInsertSpace: {\n type: Boolean,\n default: undefined,\n },\n /**\n * @description custom element tag\n */\n tag: {\n type: definePropType<string | Component>([String, Object]),\n default: 'button',\n },\n} as const)\nexport const buttonEmits = {\n click: (evt: MouseEvent) => evt instanceof MouseEvent,\n}\n\nexport type ButtonProps = ExtractPropTypes<typeof buttonProps>\nexport type ButtonEmits = typeof buttonEmits\n\nexport type ButtonType = ButtonProps['type']\nexport type ButtonNativeType = ButtonProps['nativeType']\n\nexport interface ButtonConfigContext {\n autoInsertSpace?: boolean\n}\n"],"names":[],"mappings":";;;;;;;AAGY,MAAC,WAAW,GAAG;AAC3B,EAAE,SAAS;AACX,EAAE,SAAS;AACX,EAAE,SAAS;AACX,EAAE,SAAS;AACX,EAAE,MAAM;AACR,EAAE,QAAQ;AACV,EAAE,MAAM;AACR,EAAE,EAAE;AACJ,EAAE;AACU,MAAC,iBAAiB,GAAG,CAAC,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE;AACnD,MAAC,WAAW,GAAG,UAAU,CAAC;AACtC,EAAE,IAAI,EAAE,WAAW;AACnB,EAAE,QAAQ,EAAE,OAAO;AACnB,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE,WAAW;AACvB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,YAAY;AACtB,GAAG;AACH,EAAE,UAAU,EAAE;AACd,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE,iBAAiB;AAC7B,IAAI,OAAO,EAAE,QAAQ;AACrB,GAAG;AACH,EAAE,OAAO,EAAE,OAAO;AAClB,EAAE,WAAW,EAAE;AACf,IAAI,IAAI,EAAE,YAAY;AACtB,IAAI,OAAO,EAAE,MAAM,OAAO;AAC1B,GAAG;AACH,EAAE,KAAK,EAAE,OAAO;AAChB,EAAE,IAAI,EAAE,OAAO;AACf,EAAE,IAAI,EAAE,OAAO;AACf,EAAE,EAAE,EAAE,OAAO;AACb,EAAE,SAAS,EAAE,OAAO;AACpB,EAAE,KAAK,EAAE,OAAO;AAChB,EAAE,MAAM,EAAE,OAAO;AACjB,EAAE,KAAK,EAAE,MAAM;AACf,EAAE,IAAI,EAAE,OAAO;AACf,EAAE,eAAe,EAAE;AACnB,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,KAAK,CAAC;AACnB,GAAG;AACH,EAAE,GAAG,EAAE;AACP,IAAI,IAAI,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAC1C,IAAI,OAAO,EAAE,QAAQ;AACrB,GAAG;AACH,CAAC,EAAE;AACS,MAAC,WAAW,GAAG;AAC3B,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,GAAG,YAAY,UAAU;AAC3C;;;;"}
1
+ {"version":3,"file":"button.mjs","sources":["../../../../../../packages/components/button/src/button.vue"],"sourcesContent":["<template>\n <component\n :is=\"tag\"\n ref=\"_ref\"\n v-bind=\"_props\"\n :class=\"[\n ns.b(),\n ns.m(_type),\n ns.m(_size),\n ns.is('disabled', _disabled),\n ns.is('loading', loading),\n ns.is('plain', plain),\n ns.is('round', round),\n ns.is('circle', circle),\n ns.is('text', text),\n ns.is('link', link),\n ns.is('has-bg', bg),\n ]\"\n :style=\"buttonStyle\"\n @click=\"handleClick\"\n >\n <template v-if=\"loading\">\n <slot v-if=\"$slots.loading\" name=\"loading\" />\n <el-icon v-else :class=\"ns.is('loading')\">\n <component :is=\"loadingIcon\" />\n </el-icon>\n </template>\n <el-icon v-else-if=\"icon || $slots.icon\">\n <component :is=\"icon\" v-if=\"icon\" />\n <slot v-else name=\"icon\" />\n </el-icon>\n <span\n v-if=\"$slots.default\"\n :class=\"{ [ns.em('text', 'expand')]: shouldAddSpace }\"\n >\n <slot />\n </span>\n </component>\n</template>\n\n<script lang=\"ts\" setup>\nimport { ElIcon } from '@element-plus/components/icon'\nimport { useNamespace } from '@element-plus/hooks'\nimport { useButton } from './use-button'\nimport { buttonEmits, buttonProps } from './button'\nimport { useButtonCustomStyle } from './button-custom'\n\ndefineOptions({\n name: 'ElButton',\n})\n\nconst props = defineProps(buttonProps)\nconst emit = defineEmits(buttonEmits)\n\nconst buttonStyle = useButtonCustomStyle(props)\nconst ns = useNamespace('button')\nconst { _ref, _size, _type, _disabled, _props, shouldAddSpace, handleClick } =\n useButton(props, emit)\n\ndefineExpose({\n /** @description button html element */\n ref: _ref,\n /** @description button size */\n size: _size,\n /** @description button type */\n type: _type,\n /** @description button disabled */\n disabled: _disabled,\n /** @description whether adding space */\n shouldAddSpace,\n})\n</script>\n"],"names":[],"mappings":";;;;;;;;;mCA+Cc,CAAA;AAAA,EACZ,IAAM,EAAA,UAAA;AACR,CAAA,CAAA,CAAA;;;;;;;AAKA,IAAM,MAAA,WAAA,GAAc,qBAAqB,KAAK,CAAA,CAAA;AAC9C,IAAM,MAAA,EAAA,GAAK,aAAa,QAAQ,CAAA,CAAA;AAChC,IAAM,MAAA,EAAE,IAAM,EAAA,KAAA,EAAO,KAAO,EAAA,SAAA,EAAW,QAAQ,cAAgB,EAAA,WAAA,EAAA,GAC7D,SAAU,CAAA,KAAA,EAAO,IAAI,CAAA,CAAA;AAEvB,IAAa,MAAA,CAAA;AAAA,MAEX,GAAK,EAAA,IAAA;AAAA,MAEL,IAAM,EAAA,KAAA;AAAA,MAEN,IAAM,EAAA,KAAA;AAAA,MAEN,QAAU,EAAA,SAAA;AAAA,MAEV,cAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,82 +1,63 @@
1
- import { defineComponent, openBlock, createBlock, resolveDynamicComponent, mergeProps, unref, withCtx, createElementBlock, Fragment, renderSlot, normalizeClass, createCommentVNode } from 'vue';
2
- import { ElIcon } from '../../icon/index.mjs';
3
1
  import '../../../hooks/index.mjs';
4
- import { useButton } from './use-button.mjs';
5
- import { buttonProps, buttonEmits } from './button.mjs';
6
- import { useButtonCustomStyle } from './button-custom.mjs';
7
- import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
8
- import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
2
+ import '../../../utils/index.mjs';
3
+ import { Loading } from '@element-plus/icons-vue';
4
+ import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
5
+ import { useSizeProp } from '../../../hooks/use-size/index.mjs';
6
+ import { iconPropType } from '../../../utils/vue/icon.mjs';
9
7
 
10
- const __default__ = defineComponent({
11
- name: "ElButton"
12
- });
13
- const _sfc_main = /* @__PURE__ */ defineComponent({
14
- ...__default__,
15
- props: buttonProps,
16
- emits: buttonEmits,
17
- setup(__props, { expose, emit }) {
18
- const props = __props;
19
- const buttonStyle = useButtonCustomStyle(props);
20
- const ns = useNamespace("button");
21
- const { _ref, _size, _type, _disabled, _props, shouldAddSpace, handleClick } = useButton(props, emit);
22
- expose({
23
- ref: _ref,
24
- size: _size,
25
- type: _type,
26
- disabled: _disabled,
27
- shouldAddSpace
28
- });
29
- return (_ctx, _cache) => {
30
- return openBlock(), createBlock(resolveDynamicComponent(_ctx.tag), mergeProps({
31
- ref_key: "_ref",
32
- ref: _ref
33
- }, unref(_props), {
34
- class: [
35
- unref(ns).b(),
36
- unref(ns).m(unref(_type)),
37
- unref(ns).m(unref(_size)),
38
- unref(ns).is("disabled", unref(_disabled)),
39
- unref(ns).is("loading", _ctx.loading),
40
- unref(ns).is("plain", _ctx.plain),
41
- unref(ns).is("round", _ctx.round),
42
- unref(ns).is("circle", _ctx.circle),
43
- unref(ns).is("text", _ctx.text),
44
- unref(ns).is("link", _ctx.link),
45
- unref(ns).is("has-bg", _ctx.bg)
46
- ],
47
- style: unref(buttonStyle),
48
- onClick: unref(handleClick)
49
- }), {
50
- default: withCtx(() => [
51
- _ctx.loading ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
52
- _ctx.$slots.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }) : (openBlock(), createBlock(unref(ElIcon), {
53
- key: 1,
54
- class: normalizeClass(unref(ns).is("loading"))
55
- }, {
56
- default: withCtx(() => [
57
- (openBlock(), createBlock(resolveDynamicComponent(_ctx.loadingIcon)))
58
- ]),
59
- _: 1
60
- }, 8, ["class"]))
61
- ], 64)) : _ctx.icon || _ctx.$slots.icon ? (openBlock(), createBlock(unref(ElIcon), { key: 1 }, {
62
- default: withCtx(() => [
63
- _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), { key: 0 })) : renderSlot(_ctx.$slots, "icon", { key: 1 })
64
- ]),
65
- _: 3
66
- })) : createCommentVNode("v-if", true),
67
- _ctx.$slots.default ? (openBlock(), createElementBlock("span", {
68
- key: 2,
69
- class: normalizeClass({ [unref(ns).em("text", "expand")]: unref(shouldAddSpace) })
70
- }, [
71
- renderSlot(_ctx.$slots, "default")
72
- ], 2)) : createCommentVNode("v-if", true)
73
- ]),
74
- _: 3
75
- }, 16, ["class", "style", "onClick"]);
76
- };
8
+ const buttonTypes = [
9
+ "default",
10
+ "primary",
11
+ "success",
12
+ "warning",
13
+ "info",
14
+ "danger",
15
+ "text",
16
+ ""
17
+ ];
18
+ const buttonNativeTypes = ["button", "submit", "reset"];
19
+ const buttonProps = buildProps({
20
+ size: useSizeProp,
21
+ disabled: Boolean,
22
+ type: {
23
+ type: String,
24
+ values: buttonTypes,
25
+ default: ""
26
+ },
27
+ icon: {
28
+ type: iconPropType
29
+ },
30
+ nativeType: {
31
+ type: String,
32
+ values: buttonNativeTypes,
33
+ default: "button"
34
+ },
35
+ loading: Boolean,
36
+ loadingIcon: {
37
+ type: iconPropType,
38
+ default: () => Loading
39
+ },
40
+ plain: Boolean,
41
+ text: Boolean,
42
+ link: Boolean,
43
+ bg: Boolean,
44
+ autofocus: Boolean,
45
+ round: Boolean,
46
+ circle: Boolean,
47
+ color: String,
48
+ dark: Boolean,
49
+ autoInsertSpace: {
50
+ type: Boolean,
51
+ default: void 0
52
+ },
53
+ tag: {
54
+ type: definePropType([String, Object]),
55
+ default: "button"
77
56
  }
78
57
  });
79
- var Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/meng/workspace/element-pe/packages/components/button/src/button.vue"]]);
58
+ const buttonEmits = {
59
+ click: (evt) => evt instanceof MouseEvent
60
+ };
80
61
 
81
- export { Button as default };
62
+ export { buttonEmits, buttonNativeTypes, buttonProps, buttonTypes };
82
63
  //# sourceMappingURL=button2.mjs.map