element-plus-secondary 0.0.20 → 0.0.21

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 (473) hide show
  1. package/es/components/alert/index.mjs +2 -2
  2. package/es/components/alert/src/alert.mjs +36 -96
  3. package/es/components/alert/src/alert.mjs.map +1 -1
  4. package/es/components/alert/src/alert2.mjs +96 -36
  5. package/es/components/alert/src/alert2.mjs.map +1 -1
  6. package/es/components/badge/index.mjs +2 -2
  7. package/es/components/badge/src/badge.mjs +17 -55
  8. package/es/components/badge/src/badge.mjs.map +1 -1
  9. package/es/components/badge/src/badge2.mjs +55 -17
  10. package/es/components/badge/src/badge2.mjs.map +1 -1
  11. package/es/components/button/index.mjs +3 -3
  12. package/es/components/button/src/button-group.mjs +6 -31
  13. package/es/components/button/src/button-group.mjs.map +1 -1
  14. package/es/components/button/src/button-group2.mjs +31 -6
  15. package/es/components/button/src/button-group2.mjs.map +1 -1
  16. package/es/components/button/src/button.mjs +54 -78
  17. package/es/components/button/src/button.mjs.map +1 -1
  18. package/es/components/button/src/button2.mjs +78 -54
  19. package/es/components/button/src/button2.mjs.map +1 -1
  20. package/es/components/calendar/index.mjs +2 -2
  21. package/es/components/calendar/src/calendar.mjs +18 -131
  22. package/es/components/calendar/src/calendar.mjs.map +1 -1
  23. package/es/components/calendar/src/calendar2.mjs +131 -18
  24. package/es/components/calendar/src/calendar2.mjs.map +1 -1
  25. package/es/components/carousel/index.mjs +4 -4
  26. package/es/components/carousel/src/carousel-item.mjs +8 -63
  27. package/es/components/carousel/src/carousel-item.mjs.map +1 -1
  28. package/es/components/carousel/src/carousel-item2.mjs +63 -8
  29. package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
  30. package/es/components/carousel/src/carousel.mjs +60 -159
  31. package/es/components/carousel/src/carousel.mjs.map +1 -1
  32. package/es/components/carousel/src/carousel2.mjs +159 -60
  33. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  34. package/es/components/cascader/src/index.mjs +1 -1
  35. package/es/components/checkbox/index.mjs +4 -4
  36. package/es/components/checkbox/src/checkbox-button.mjs +1 -1
  37. package/es/components/checkbox/src/checkbox-group.mjs +72 -28
  38. package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
  39. package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
  40. package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
  41. package/es/components/checkbox/src/checkbox.mjs +49 -116
  42. package/es/components/checkbox/src/checkbox.mjs.map +1 -1
  43. package/es/components/checkbox/src/checkbox2.mjs +116 -49
  44. package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
  45. package/es/components/col/index.mjs +2 -2
  46. package/es/components/col/src/col.mjs +66 -43
  47. package/es/components/col/src/col.mjs.map +1 -1
  48. package/es/components/col/src/col2.mjs +43 -66
  49. package/es/components/col/src/col2.mjs.map +1 -1
  50. package/es/components/collapse/index.mjs +2 -2
  51. package/es/components/collapse/src/collapse.mjs +17 -30
  52. package/es/components/collapse/src/collapse.mjs.map +1 -1
  53. package/es/components/collapse/src/collapse2.mjs +30 -17
  54. package/es/components/collapse/src/collapse2.mjs.map +1 -1
  55. package/es/components/collection/index.mjs +1 -1
  56. package/es/components/collection/src/collection.mjs +62 -10
  57. package/es/components/collection/src/collection.mjs.map +1 -1
  58. package/es/components/collection/src/collection2.mjs +10 -62
  59. package/es/components/collection/src/collection2.mjs.map +1 -1
  60. package/es/components/color-picker/index.mjs +2 -2
  61. package/es/components/color-picker/src/color-picker.mjs +353 -38
  62. package/es/components/color-picker/src/color-picker.mjs.map +1 -1
  63. package/es/components/color-picker/src/color-picker2.mjs +38 -353
  64. package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
  65. package/es/components/color-picker/src/components/predefine.mjs +1 -1
  66. package/es/components/color-picker/style/css.d.ts +1 -0
  67. package/es/components/color-picker/style/css.mjs +1 -0
  68. package/es/components/color-picker/style/css.mjs.map +1 -1
  69. package/es/components/color-picker/style/index.d.ts +1 -0
  70. package/es/components/color-picker/style/index.mjs +1 -0
  71. package/es/components/color-picker/style/index.mjs.map +1 -1
  72. package/es/components/divider/index.mjs +2 -2
  73. package/es/components/divider/src/divider.mjs +35 -17
  74. package/es/components/divider/src/divider.mjs.map +1 -1
  75. package/es/components/divider/src/divider2.mjs +17 -35
  76. package/es/components/divider/src/divider2.mjs.map +1 -1
  77. package/es/components/drawer/index.mjs +2 -2
  78. package/es/components/drawer/src/drawer.mjs +22 -165
  79. package/es/components/drawer/src/drawer.mjs.map +1 -1
  80. package/es/components/drawer/src/drawer2.mjs +165 -22
  81. package/es/components/drawer/src/drawer2.mjs.map +1 -1
  82. package/es/components/dropdown/index.mjs +2 -2
  83. package/es/components/dropdown/src/dropdown-item-impl.mjs +3 -3
  84. package/es/components/dropdown/src/dropdown-item.mjs +1 -1
  85. package/es/components/dropdown/src/dropdown-menu.mjs +2 -2
  86. package/es/components/dropdown/src/dropdown.mjs +280 -97
  87. package/es/components/dropdown/src/dropdown.mjs.map +1 -1
  88. package/es/components/dropdown/src/dropdown2.mjs +97 -280
  89. package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
  90. package/es/components/empty/index.mjs +2 -2
  91. package/es/components/empty/src/empty.mjs +11 -56
  92. package/es/components/empty/src/empty.mjs.map +1 -1
  93. package/es/components/empty/src/empty2.mjs +56 -11
  94. package/es/components/empty/src/empty2.mjs.map +1 -1
  95. package/es/components/form/index.mjs +2 -2
  96. package/es/components/form/src/form-item.mjs +43 -316
  97. package/es/components/form/src/form-item.mjs.map +1 -1
  98. package/es/components/form/src/form-item2.mjs +316 -43
  99. package/es/components/form/src/form-item2.mjs.map +1 -1
  100. package/es/components/icon/index.mjs +2 -2
  101. package/es/components/icon/src/icon.mjs +8 -36
  102. package/es/components/icon/src/icon.mjs.map +1 -1
  103. package/es/components/icon/src/icon2.mjs +36 -8
  104. package/es/components/icon/src/icon2.mjs.map +1 -1
  105. package/es/components/image-viewer/index.mjs +2 -2
  106. package/es/components/image-viewer/src/image-viewer.mjs +35 -405
  107. package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
  108. package/es/components/image-viewer/src/image-viewer2.mjs +405 -35
  109. package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
  110. package/es/components/index.mjs +38 -38
  111. package/es/components/input-number/index.mjs +2 -2
  112. package/es/components/input-number/src/input-number.mjs +57 -298
  113. package/es/components/input-number/src/input-number.mjs.map +1 -1
  114. package/es/components/input-number/src/input-number2.mjs +298 -57
  115. package/es/components/input-number/src/input-number2.mjs.map +1 -1
  116. package/es/components/link/index.mjs +2 -2
  117. package/es/components/link/src/link.mjs +21 -49
  118. package/es/components/link/src/link.mjs.map +1 -1
  119. package/es/components/link/src/link2.mjs +49 -21
  120. package/es/components/link/src/link2.mjs.map +1 -1
  121. package/es/components/menu/index.mjs +2 -2
  122. package/es/components/menu/src/menu-item-group.mjs +35 -4
  123. package/es/components/menu/src/menu-item-group.mjs.map +1 -1
  124. package/es/components/menu/src/menu-item-group2.mjs +4 -35
  125. package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
  126. package/es/components/menu/src/menu-item2.mjs +1 -1
  127. package/es/components/message/index.mjs +1 -1
  128. package/es/components/message/src/message.mjs +146 -86
  129. package/es/components/message/src/message.mjs.map +1 -1
  130. package/es/components/message/src/message2.mjs +86 -146
  131. package/es/components/message/src/message2.mjs.map +1 -1
  132. package/es/components/message/src/method.mjs +2 -2
  133. package/es/components/page-header/index.mjs +2 -2
  134. package/es/components/page-header/src/page-header.mjs +17 -102
  135. package/es/components/page-header/src/page-header.mjs.map +1 -1
  136. package/es/components/page-header/src/page-header2.mjs +102 -17
  137. package/es/components/page-header/src/page-header2.mjs.map +1 -1
  138. package/es/components/pagination/src/components/jumper.mjs +59 -9
  139. package/es/components/pagination/src/components/jumper.mjs.map +1 -1
  140. package/es/components/pagination/src/components/jumper2.mjs +9 -59
  141. package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
  142. package/es/components/pagination/src/components/next.mjs +34 -19
  143. package/es/components/pagination/src/components/next.mjs.map +1 -1
  144. package/es/components/pagination/src/components/next2.mjs +19 -34
  145. package/es/components/pagination/src/components/next2.mjs.map +1 -1
  146. package/es/components/pagination/src/components/total.mjs +7 -28
  147. package/es/components/pagination/src/components/total.mjs.map +1 -1
  148. package/es/components/pagination/src/components/total2.mjs +28 -7
  149. package/es/components/pagination/src/components/total2.mjs.map +1 -1
  150. package/es/components/pagination/src/pagination.mjs +3 -3
  151. package/es/components/popconfirm/index.mjs +2 -2
  152. package/es/components/popconfirm/src/popconfirm.mjs +111 -49
  153. package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
  154. package/es/components/popconfirm/src/popconfirm2.mjs +49 -111
  155. package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
  156. package/es/components/popover/src/popover.mjs +1 -1
  157. package/es/components/popper/index.mjs +6 -6
  158. package/es/components/popper/src/arrow.mjs +8 -44
  159. package/es/components/popper/src/arrow.mjs.map +1 -1
  160. package/es/components/popper/src/arrow2.mjs +44 -8
  161. package/es/components/popper/src/arrow2.mjs.map +1 -1
  162. package/es/components/popper/src/content.mjs +212 -94
  163. package/es/components/popper/src/content.mjs.map +1 -1
  164. package/es/components/popper/src/content2.mjs +94 -212
  165. package/es/components/popper/src/content2.mjs.map +1 -1
  166. package/es/components/popper/src/popper.mjs +25 -33
  167. package/es/components/popper/src/popper.mjs.map +1 -1
  168. package/es/components/popper/src/popper2.mjs +33 -25
  169. package/es/components/popper/src/popper2.mjs.map +1 -1
  170. package/es/components/radio/index.mjs +2 -2
  171. package/es/components/radio/src/radio-button.mjs +9 -68
  172. package/es/components/radio/src/radio-button.mjs.map +1 -1
  173. package/es/components/radio/src/radio-button2.mjs +68 -9
  174. package/es/components/radio/src/radio-button2.mjs.map +1 -1
  175. package/es/components/roving-focus-group/index.mjs +3 -3
  176. package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
  177. package/es/components/roving-focus-group/src/roving-focus-group.mjs +27 -29
  178. package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
  179. package/es/components/roving-focus-group/src/roving-focus-group2.mjs +29 -27
  180. package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
  181. package/es/components/roving-focus-group/src/roving-focus-item.mjs +1 -1
  182. package/es/components/row/index.mjs +2 -2
  183. package/es/components/row/src/row.mjs +30 -45
  184. package/es/components/row/src/row.mjs.map +1 -1
  185. package/es/components/row/src/row2.mjs +45 -30
  186. package/es/components/row/src/row2.mjs.map +1 -1
  187. package/es/components/scrollbar/index.mjs +2 -2
  188. package/es/components/scrollbar/src/scrollbar.mjs +47 -175
  189. package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
  190. package/es/components/scrollbar/src/scrollbar2.mjs +175 -47
  191. package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
  192. package/es/components/select/src/select.mjs +1 -1
  193. package/es/components/slider/index.mjs +2 -2
  194. package/es/components/slider/src/slider.mjs +233 -91
  195. package/es/components/slider/src/slider.mjs.map +1 -1
  196. package/es/components/slider/src/slider2.mjs +91 -233
  197. package/es/components/slider/src/slider2.mjs.map +1 -1
  198. package/es/components/steps/index.mjs +2 -2
  199. package/es/components/steps/src/steps.mjs +34 -36
  200. package/es/components/steps/src/steps.mjs.map +1 -1
  201. package/es/components/steps/src/steps2.mjs +36 -34
  202. package/es/components/steps/src/steps2.mjs.map +1 -1
  203. package/es/components/tabs/index.mjs +2 -2
  204. package/es/components/tabs/src/tab-pane.mjs +73 -13
  205. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  206. package/es/components/tabs/src/tab-pane2.mjs +13 -73
  207. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  208. package/es/components/tag/index.mjs +2 -2
  209. package/es/components/tag/src/tag.mjs +96 -32
  210. package/es/components/tag/src/tag.mjs.map +1 -1
  211. package/es/components/tag/src/tag2.mjs +32 -96
  212. package/es/components/tag/src/tag2.mjs.map +1 -1
  213. package/es/components/timeline/index.mjs +2 -2
  214. package/es/components/timeline/src/timeline-item.mjs +70 -42
  215. package/es/components/timeline/src/timeline-item.mjs.map +1 -1
  216. package/es/components/timeline/src/timeline-item2.mjs +42 -70
  217. package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
  218. package/es/components/tooltip/index.mjs +2 -2
  219. package/es/components/tooltip/src/content.mjs +1 -1
  220. package/es/components/tooltip/src/content2.mjs +1 -1
  221. package/es/components/tooltip/src/tooltip.mjs +170 -31
  222. package/es/components/tooltip/src/tooltip.mjs.map +1 -1
  223. package/es/components/tooltip/src/tooltip2.mjs +31 -170
  224. package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
  225. package/es/components/tooltip-v2/index.mjs +2 -2
  226. package/es/components/tooltip-v2/src/arrow.mjs +22 -38
  227. package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
  228. package/es/components/tooltip-v2/src/arrow2.mjs +38 -22
  229. package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
  230. package/es/components/tooltip-v2/src/tooltip.mjs +2 -2
  231. package/es/components/tooltip-v2/src/tooltip2.mjs +4 -4
  232. package/es/components/tooltip-v2/src/trigger.mjs +90 -12
  233. package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
  234. package/es/components/tooltip-v2/src/trigger2.mjs +12 -90
  235. package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
  236. package/es/index.mjs +38 -38
  237. package/lib/components/alert/index.js +2 -2
  238. package/lib/components/alert/src/alert.js +37 -95
  239. package/lib/components/alert/src/alert.js.map +1 -1
  240. package/lib/components/alert/src/alert2.js +95 -37
  241. package/lib/components/alert/src/alert2.js.map +1 -1
  242. package/lib/components/badge/index.js +2 -2
  243. package/lib/components/badge/src/badge.js +17 -55
  244. package/lib/components/badge/src/badge.js.map +1 -1
  245. package/lib/components/badge/src/badge2.js +55 -17
  246. package/lib/components/badge/src/badge2.js.map +1 -1
  247. package/lib/components/button/index.js +3 -3
  248. package/lib/components/button/src/button-group.js +6 -31
  249. package/lib/components/button/src/button-group.js.map +1 -1
  250. package/lib/components/button/src/button-group2.js +31 -6
  251. package/lib/components/button/src/button-group2.js.map +1 -1
  252. package/lib/components/button/src/button.js +57 -78
  253. package/lib/components/button/src/button.js.map +1 -1
  254. package/lib/components/button/src/button2.js +78 -57
  255. package/lib/components/button/src/button2.js.map +1 -1
  256. package/lib/components/calendar/index.js +2 -2
  257. package/lib/components/calendar/src/calendar.js +19 -131
  258. package/lib/components/calendar/src/calendar.js.map +1 -1
  259. package/lib/components/calendar/src/calendar2.js +131 -19
  260. package/lib/components/calendar/src/calendar2.js.map +1 -1
  261. package/lib/components/carousel/index.js +4 -4
  262. package/lib/components/carousel/src/carousel-item.js +8 -63
  263. package/lib/components/carousel/src/carousel-item.js.map +1 -1
  264. package/lib/components/carousel/src/carousel-item2.js +63 -8
  265. package/lib/components/carousel/src/carousel-item2.js.map +1 -1
  266. package/lib/components/carousel/src/carousel.js +61 -159
  267. package/lib/components/carousel/src/carousel.js.map +1 -1
  268. package/lib/components/carousel/src/carousel2.js +159 -61
  269. package/lib/components/carousel/src/carousel2.js.map +1 -1
  270. package/lib/components/cascader/src/index.js +1 -1
  271. package/lib/components/checkbox/index.js +4 -4
  272. package/lib/components/checkbox/src/checkbox-button.js +1 -1
  273. package/lib/components/checkbox/src/checkbox-group.js +72 -29
  274. package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
  275. package/lib/components/checkbox/src/checkbox-group2.js +29 -72
  276. package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
  277. package/lib/components/checkbox/src/checkbox.js +50 -116
  278. package/lib/components/checkbox/src/checkbox.js.map +1 -1
  279. package/lib/components/checkbox/src/checkbox2.js +116 -50
  280. package/lib/components/checkbox/src/checkbox2.js.map +1 -1
  281. package/lib/components/col/index.js +2 -2
  282. package/lib/components/col/src/col.js +66 -43
  283. package/lib/components/col/src/col.js.map +1 -1
  284. package/lib/components/col/src/col2.js +43 -66
  285. package/lib/components/col/src/col2.js.map +1 -1
  286. package/lib/components/collapse/index.js +2 -2
  287. package/lib/components/collapse/src/collapse.js +19 -30
  288. package/lib/components/collapse/src/collapse.js.map +1 -1
  289. package/lib/components/collapse/src/collapse2.js +30 -19
  290. package/lib/components/collapse/src/collapse2.js.map +1 -1
  291. package/lib/components/collection/index.js +1 -1
  292. package/lib/components/collection/src/collection.js +62 -9
  293. package/lib/components/collection/src/collection.js.map +1 -1
  294. package/lib/components/collection/src/collection2.js +9 -62
  295. package/lib/components/collection/src/collection2.js.map +1 -1
  296. package/lib/components/color-picker/index.js +2 -2
  297. package/lib/components/color-picker/src/color-picker.js +351 -38
  298. package/lib/components/color-picker/src/color-picker.js.map +1 -1
  299. package/lib/components/color-picker/src/color-picker2.js +38 -351
  300. package/lib/components/color-picker/src/color-picker2.js.map +1 -1
  301. package/lib/components/color-picker/src/components/predefine.js +1 -1
  302. package/lib/components/color-picker/style/css.d.ts +1 -0
  303. package/lib/components/color-picker/style/css.js +1 -0
  304. package/lib/components/color-picker/style/css.js.map +1 -1
  305. package/lib/components/color-picker/style/index.d.ts +1 -0
  306. package/lib/components/color-picker/style/index.js +1 -0
  307. package/lib/components/color-picker/style/index.js.map +1 -1
  308. package/lib/components/divider/index.js +2 -2
  309. package/lib/components/divider/src/divider.js +35 -17
  310. package/lib/components/divider/src/divider.js.map +1 -1
  311. package/lib/components/divider/src/divider2.js +17 -35
  312. package/lib/components/divider/src/divider2.js.map +1 -1
  313. package/lib/components/drawer/index.js +2 -2
  314. package/lib/components/drawer/src/drawer.js +23 -165
  315. package/lib/components/drawer/src/drawer.js.map +1 -1
  316. package/lib/components/drawer/src/drawer2.js +165 -23
  317. package/lib/components/drawer/src/drawer2.js.map +1 -1
  318. package/lib/components/dropdown/index.js +2 -2
  319. package/lib/components/dropdown/src/dropdown-item-impl.js +3 -3
  320. package/lib/components/dropdown/src/dropdown-item.js +1 -1
  321. package/lib/components/dropdown/src/dropdown-menu.js +2 -2
  322. package/lib/components/dropdown/src/dropdown.js +280 -106
  323. package/lib/components/dropdown/src/dropdown.js.map +1 -1
  324. package/lib/components/dropdown/src/dropdown2.js +106 -280
  325. package/lib/components/dropdown/src/dropdown2.js.map +1 -1
  326. package/lib/components/empty/index.js +2 -2
  327. package/lib/components/empty/src/empty.js +11 -56
  328. package/lib/components/empty/src/empty.js.map +1 -1
  329. package/lib/components/empty/src/empty2.js +56 -11
  330. package/lib/components/empty/src/empty2.js.map +1 -1
  331. package/lib/components/form/index.js +2 -2
  332. package/lib/components/form/src/form-item.js +44 -320
  333. package/lib/components/form/src/form-item.js.map +1 -1
  334. package/lib/components/form/src/form-item2.js +320 -44
  335. package/lib/components/form/src/form-item2.js.map +1 -1
  336. package/lib/components/icon/index.js +2 -2
  337. package/lib/components/icon/src/icon.js +8 -36
  338. package/lib/components/icon/src/icon.js.map +1 -1
  339. package/lib/components/icon/src/icon2.js +36 -8
  340. package/lib/components/icon/src/icon2.js.map +1 -1
  341. package/lib/components/image-viewer/index.js +2 -2
  342. package/lib/components/image-viewer/src/image-viewer.js +36 -405
  343. package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
  344. package/lib/components/image-viewer/src/image-viewer2.js +405 -36
  345. package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
  346. package/lib/components/index.js +38 -38
  347. package/lib/components/input-number/index.js +2 -2
  348. package/lib/components/input-number/src/input-number.js +57 -297
  349. package/lib/components/input-number/src/input-number.js.map +1 -1
  350. package/lib/components/input-number/src/input-number2.js +297 -57
  351. package/lib/components/input-number/src/input-number2.js.map +1 -1
  352. package/lib/components/link/index.js +2 -2
  353. package/lib/components/link/src/link.js +22 -49
  354. package/lib/components/link/src/link.js.map +1 -1
  355. package/lib/components/link/src/link2.js +49 -22
  356. package/lib/components/link/src/link2.js.map +1 -1
  357. package/lib/components/menu/index.js +2 -2
  358. package/lib/components/menu/src/menu-item-group.js +35 -4
  359. package/lib/components/menu/src/menu-item-group.js.map +1 -1
  360. package/lib/components/menu/src/menu-item-group2.js +4 -35
  361. package/lib/components/menu/src/menu-item-group2.js.map +1 -1
  362. package/lib/components/menu/src/menu-item2.js +1 -1
  363. package/lib/components/message/index.js +1 -1
  364. package/lib/components/message/src/message.js +144 -87
  365. package/lib/components/message/src/message.js.map +1 -1
  366. package/lib/components/message/src/message2.js +87 -144
  367. package/lib/components/message/src/message2.js.map +1 -1
  368. package/lib/components/message/src/method.js +2 -2
  369. package/lib/components/page-header/index.js +2 -2
  370. package/lib/components/page-header/src/page-header.js +18 -102
  371. package/lib/components/page-header/src/page-header.js.map +1 -1
  372. package/lib/components/page-header/src/page-header2.js +102 -18
  373. package/lib/components/page-header/src/page-header2.js.map +1 -1
  374. package/lib/components/pagination/src/components/jumper.js +59 -9
  375. package/lib/components/pagination/src/components/jumper.js.map +1 -1
  376. package/lib/components/pagination/src/components/jumper2.js +9 -59
  377. package/lib/components/pagination/src/components/jumper2.js.map +1 -1
  378. package/lib/components/pagination/src/components/next.js +34 -19
  379. package/lib/components/pagination/src/components/next.js.map +1 -1
  380. package/lib/components/pagination/src/components/next2.js +19 -34
  381. package/lib/components/pagination/src/components/next2.js.map +1 -1
  382. package/lib/components/pagination/src/components/total.js +7 -28
  383. package/lib/components/pagination/src/components/total.js.map +1 -1
  384. package/lib/components/pagination/src/components/total2.js +28 -7
  385. package/lib/components/pagination/src/components/total2.js.map +1 -1
  386. package/lib/components/pagination/src/pagination.js +3 -3
  387. package/lib/components/popconfirm/index.js +2 -2
  388. package/lib/components/popconfirm/src/popconfirm.js +111 -49
  389. package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
  390. package/lib/components/popconfirm/src/popconfirm2.js +49 -111
  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 +6 -6
  394. package/lib/components/popper/src/arrow.js +9 -44
  395. package/lib/components/popper/src/arrow.js.map +1 -1
  396. package/lib/components/popper/src/arrow2.js +44 -9
  397. package/lib/components/popper/src/arrow2.js.map +1 -1
  398. package/lib/components/popper/src/content.js +212 -99
  399. package/lib/components/popper/src/content.js.map +1 -1
  400. package/lib/components/popper/src/content2.js +99 -212
  401. package/lib/components/popper/src/content2.js.map +1 -1
  402. package/lib/components/popper/src/popper.js +28 -33
  403. package/lib/components/popper/src/popper.js.map +1 -1
  404. package/lib/components/popper/src/popper2.js +33 -28
  405. package/lib/components/popper/src/popper2.js.map +1 -1
  406. package/lib/components/radio/index.js +2 -2
  407. package/lib/components/radio/src/radio-button.js +9 -68
  408. package/lib/components/radio/src/radio-button.js.map +1 -1
  409. package/lib/components/radio/src/radio-button2.js +68 -9
  410. package/lib/components/radio/src/radio-button2.js.map +1 -1
  411. package/lib/components/roving-focus-group/index.js +2 -2
  412. package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
  413. package/lib/components/roving-focus-group/src/roving-focus-group.js +27 -33
  414. package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
  415. package/lib/components/roving-focus-group/src/roving-focus-group2.js +33 -27
  416. package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
  417. package/lib/components/roving-focus-group/src/roving-focus-item.js +1 -1
  418. package/lib/components/row/index.js +2 -2
  419. package/lib/components/row/src/row.js +32 -45
  420. package/lib/components/row/src/row.js.map +1 -1
  421. package/lib/components/row/src/row2.js +45 -32
  422. package/lib/components/row/src/row2.js.map +1 -1
  423. package/lib/components/scrollbar/index.js +2 -2
  424. package/lib/components/scrollbar/src/scrollbar.js +48 -175
  425. package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
  426. package/lib/components/scrollbar/src/scrollbar2.js +175 -48
  427. package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
  428. package/lib/components/select/src/select.js +1 -1
  429. package/lib/components/slider/index.js +2 -2
  430. package/lib/components/slider/src/slider.js +233 -92
  431. package/lib/components/slider/src/slider.js.map +1 -1
  432. package/lib/components/slider/src/slider2.js +92 -233
  433. package/lib/components/slider/src/slider2.js.map +1 -1
  434. package/lib/components/steps/index.js +2 -2
  435. package/lib/components/steps/src/steps.js +34 -37
  436. package/lib/components/steps/src/steps.js.map +1 -1
  437. package/lib/components/steps/src/steps2.js +37 -34
  438. package/lib/components/steps/src/steps2.js.map +1 -1
  439. package/lib/components/tabs/index.js +2 -2
  440. package/lib/components/tabs/src/tab-pane.js +73 -13
  441. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  442. package/lib/components/tabs/src/tab-pane2.js +13 -73
  443. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  444. package/lib/components/tag/index.js +2 -2
  445. package/lib/components/tag/src/tag.js +96 -33
  446. package/lib/components/tag/src/tag.js.map +1 -1
  447. package/lib/components/tag/src/tag2.js +33 -96
  448. package/lib/components/tag/src/tag2.js.map +1 -1
  449. package/lib/components/timeline/index.js +2 -2
  450. package/lib/components/timeline/src/timeline-item.js +70 -42
  451. package/lib/components/timeline/src/timeline-item.js.map +1 -1
  452. package/lib/components/timeline/src/timeline-item2.js +42 -70
  453. package/lib/components/timeline/src/timeline-item2.js.map +1 -1
  454. package/lib/components/tooltip/index.js +2 -2
  455. package/lib/components/tooltip/src/content.js +1 -1
  456. package/lib/components/tooltip/src/content2.js +1 -1
  457. package/lib/components/tooltip/src/tooltip.js +169 -34
  458. package/lib/components/tooltip/src/tooltip.js.map +1 -1
  459. package/lib/components/tooltip/src/tooltip2.js +34 -169
  460. package/lib/components/tooltip/src/tooltip2.js.map +1 -1
  461. package/lib/components/tooltip-v2/index.js +2 -2
  462. package/lib/components/tooltip-v2/src/arrow.js +23 -38
  463. package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
  464. package/lib/components/tooltip-v2/src/arrow2.js +38 -23
  465. package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
  466. package/lib/components/tooltip-v2/src/tooltip.js +2 -2
  467. package/lib/components/tooltip-v2/src/tooltip2.js +4 -4
  468. package/lib/components/tooltip-v2/src/trigger.js +90 -12
  469. package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
  470. package/lib/components/tooltip-v2/src/trigger2.js +12 -90
  471. package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
  472. package/lib/index.js +38 -38
  473. package/package.json +1 -1
@@ -1,9 +1,34 @@
1
- import { buttonProps } from './button2.mjs';
1
+ import { defineComponent, provide, reactive, toRef, openBlock, createElementBlock, normalizeClass, unref, renderSlot } from 'vue';
2
+ import '../../../tokens/index.mjs';
3
+ import '../../../hooks/index.mjs';
4
+ import { buttonGroupProps } from './button-group.mjs';
5
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
6
+ import { buttonGroupContextKey } from '../../../tokens/button.mjs';
7
+ import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
2
8
 
3
- const buttonGroupProps = {
4
- size: buttonProps.size,
5
- type: buttonProps.type
6
- };
9
+ const __default__ = defineComponent({
10
+ name: "ElButtonGroup"
11
+ });
12
+ const _sfc_main = /* @__PURE__ */ defineComponent({
13
+ ...__default__,
14
+ props: buttonGroupProps,
15
+ setup(__props) {
16
+ const props = __props;
17
+ provide(buttonGroupContextKey, reactive({
18
+ size: toRef(props, "size"),
19
+ type: toRef(props, "type")
20
+ }));
21
+ const ns = useNamespace("button");
22
+ return (_ctx, _cache) => {
23
+ return openBlock(), createElementBlock("div", {
24
+ class: normalizeClass(`${unref(ns).b("group")}`)
25
+ }, [
26
+ renderSlot(_ctx.$slots, "default")
27
+ ], 2);
28
+ };
29
+ }
30
+ });
31
+ var ButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/st/Desktop/vue/nxx-ui/packages/components/button/src/button-group.vue"]]);
7
32
 
8
- export { buttonGroupProps };
33
+ export { ButtonGroup as default };
9
34
  //# sourceMappingURL=button-group2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"button-group2.mjs","sources":["../../../../../../packages/components/button/src/button-group.ts"],"sourcesContent":["import { buttonProps } from './button'\n\nimport type { ExtractPropTypes } from 'vue'\n\nexport const buttonGroupProps = {\n /**\n * @description control the size of buttons in this button-group\n */\n size: buttonProps.size,\n /**\n * @description control the type of buttons in this button-group\n */\n type: buttonProps.type,\n} as const\nexport type ButtonGroupProps = ExtractPropTypes<typeof buttonGroupProps>\n"],"names":[],"mappings":";;AACY,MAAC,gBAAgB,GAAG;AAChC,EAAE,IAAI,EAAE,WAAW,CAAC,IAAI;AACxB,EAAE,IAAI,EAAE,WAAW,CAAC,IAAI;AACxB;;;;"}
1
+ {"version":3,"file":"button-group2.mjs","sources":["../../../../../../packages/components/button/src/button-group.vue"],"sourcesContent":["<template>\n <div :class=\"`${ns.b('group')}`\">\n <slot />\n </div>\n</template>\n<script lang=\"ts\" setup>\nimport { provide, reactive, toRef } from 'vue'\nimport { buttonGroupContextKey } from '@element-plus/tokens'\nimport { useNamespace } from '@element-plus/hooks'\nimport { buttonGroupProps } from './button-group'\n\ndefineOptions({\n name: 'ElButtonGroup',\n})\nconst props = defineProps(buttonGroupProps)\nprovide(\n buttonGroupContextKey,\n reactive({\n size: toRef(props, 'size'),\n type: toRef(props, 'type'),\n })\n)\nconst ns = useNamespace('button')\n</script>\n"],"names":[],"mappings":";;;;;;;;mCAWc,CAAA;AAAA,EACZ,IAAM,EAAA,eAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAEA,IAAA,OAAA,CACE,uBACA,QAAS,CAAA;AAAA,MACP,IAAA,EAAM,KAAM,CAAA,KAAA,EAAO,MAAM,CAAA;AAAA,MACzB,IAAA,EAAM,KAAM,CAAA,KAAA,EAAO,MAAM,CAAA;AAAA,KAC1B,CACH,CAAA,CAAA;AACA,IAAM,MAAA,EAAA,GAAK,aAAa,QAAQ,CAAA,CAAA;;;;;;;;;;;;;;"}
@@ -1,84 +1,60 @@
1
- import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, normalizeStyle, Fragment, renderSlot, createBlock, withCtx, resolveDynamicComponent, 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 './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';
2
+ import '../../../utils/index.mjs';
3
+ import { Loading } from '@element-plus/icons-vue';
4
+ import { buildProps } from '../../../utils/vue/props/runtime.mjs';
5
+ import { useSizeProp } from '../../../hooks/use-common-props/index.mjs';
6
+ import { iconPropType } from '../../../utils/vue/icon.mjs';
9
7
 
10
- const _hoisted_1 = ["aria-disabled", "disabled", "autofocus", "type"];
11
- const __default__ = defineComponent({
12
- name: "ElButton"
13
- });
14
- const _sfc_main = /* @__PURE__ */ defineComponent({
15
- ...__default__,
16
- props: buttonProps,
17
- emits: buttonEmits,
18
- setup(__props, { expose, emit }) {
19
- const props = __props;
20
- const buttonStyle = useButtonCustomStyle(props);
21
- const ns = useNamespace("button");
22
- const { _ref, _size, _type, _disabled, shouldAddSpace, handleClick } = useButton(props, emit);
23
- expose({
24
- ref: _ref,
25
- size: _size,
26
- type: _type,
27
- disabled: _disabled,
28
- shouldAddSpace
29
- });
30
- return (_ctx, _cache) => {
31
- return openBlock(), createElementBlock("button", {
32
- ref_key: "_ref",
33
- ref: _ref,
34
- class: normalizeClass([
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("secondary", _ctx.secondary),
42
- unref(ns).is("round", _ctx.round),
43
- unref(ns).is("circle", _ctx.circle),
44
- unref(ns).is("text", _ctx.text),
45
- unref(ns).is("link", _ctx.link),
46
- unref(ns).is("has-bg", _ctx.bg)
47
- ]),
48
- "aria-disabled": unref(_disabled) || _ctx.loading,
49
- disabled: unref(_disabled) || _ctx.loading,
50
- autofocus: _ctx.autofocus,
51
- type: _ctx.nativeType,
52
- style: normalizeStyle(unref(buttonStyle)),
53
- onClick: _cache[0] || (_cache[0] = (...args) => unref(handleClick) && unref(handleClick)(...args))
54
- }, [
55
- _ctx.loading ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
56
- _ctx.$slots.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }) : (openBlock(), createBlock(unref(ElIcon), {
57
- key: 1,
58
- class: normalizeClass(unref(ns).is("loading"))
59
- }, {
60
- default: withCtx(() => [
61
- (openBlock(), createBlock(resolveDynamicComponent(_ctx.loadingIcon)))
62
- ]),
63
- _: 1
64
- }, 8, ["class"]))
65
- ], 64)) : _ctx.icon || _ctx.$slots.icon ? (openBlock(), createBlock(unref(ElIcon), { key: 1 }, {
66
- default: withCtx(() => [
67
- _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), { key: 0 })) : renderSlot(_ctx.$slots, "icon", { key: 1 })
68
- ]),
69
- _: 3
70
- })) : createCommentVNode("v-if", true),
71
- _ctx.$slots.default ? (openBlock(), createElementBlock("span", {
72
- key: 2,
73
- class: normalizeClass({ [unref(ns).em("text", "expand")]: unref(shouldAddSpace) })
74
- }, [
75
- renderSlot(_ctx.$slots, "default")
76
- ], 2)) : createCommentVNode("v-if", true)
77
- ], 14, _hoisted_1);
78
- };
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
+ secondary: Boolean,
42
+ text: Boolean,
43
+ link: Boolean,
44
+ bg: Boolean,
45
+ autofocus: Boolean,
46
+ round: Boolean,
47
+ circle: Boolean,
48
+ color: String,
49
+ dark: Boolean,
50
+ autoInsertSpace: {
51
+ type: Boolean,
52
+ default: void 0
79
53
  }
80
54
  });
81
- var Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/st/Desktop/vue/nxx-ui/packages/components/button/src/button.vue"]]);
55
+ const buttonEmits = {
56
+ click: (evt) => evt instanceof MouseEvent
57
+ };
82
58
 
83
- export { Button as default };
59
+ export { buttonEmits, buttonNativeTypes, buttonProps, buttonTypes };
84
60
  //# sourceMappingURL=button.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"button.mjs","sources":["../../../../../../packages/components/button/src/button.vue"],"sourcesContent":["<template>\n <button\n ref=\"_ref\"\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('secondary', secondary),\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 :aria-disabled=\"_disabled || loading\"\n :disabled=\"_disabled || loading\"\n :autofocus=\"autofocus\"\n :type=\"nativeType\"\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 </button>\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, 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":";;;;;;;;;;mCAkDc,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,MAAM,KAAO,EAAA,KAAA,EAAO,WAAW,cAAgB,EAAA,WAAA,EAAA,GACrD,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
+ {"version":3,"file":"button.mjs","sources":["../../../../../../packages/components/button/src/button.ts"],"sourcesContent":["import { useSizeProp } from '@element-plus/hooks'\nimport { buildProps, iconPropType } from '@element-plus/utils'\nimport { Loading } from '@element-plus/icons-vue'\nimport type { 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 secondary: 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} 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,SAAS,EAAE,OAAO;AACpB,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,CAAC,EAAE;AACS,MAAC,WAAW,GAAG;AAC3B,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,GAAG,YAAY,UAAU;AAC3C;;;;"}
@@ -1,60 +1,84 @@
1
+ import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, normalizeStyle, Fragment, renderSlot, createBlock, withCtx, resolveDynamicComponent, 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 } from '../../../utils/vue/props/runtime.mjs';
5
- import { useSizeProp } from '../../../hooks/use-common-props/index.mjs';
6
- import { iconPropType } from '../../../utils/vue/icon.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';
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
- secondary: Boolean,
42
- text: Boolean,
43
- link: Boolean,
44
- bg: Boolean,
45
- autofocus: Boolean,
46
- round: Boolean,
47
- circle: Boolean,
48
- color: String,
49
- dark: Boolean,
50
- autoInsertSpace: {
51
- type: Boolean,
52
- default: void 0
10
+ const _hoisted_1 = ["aria-disabled", "disabled", "autofocus", "type"];
11
+ const __default__ = defineComponent({
12
+ name: "ElButton"
13
+ });
14
+ const _sfc_main = /* @__PURE__ */ defineComponent({
15
+ ...__default__,
16
+ props: buttonProps,
17
+ emits: buttonEmits,
18
+ setup(__props, { expose, emit }) {
19
+ const props = __props;
20
+ const buttonStyle = useButtonCustomStyle(props);
21
+ const ns = useNamespace("button");
22
+ const { _ref, _size, _type, _disabled, shouldAddSpace, handleClick } = useButton(props, emit);
23
+ expose({
24
+ ref: _ref,
25
+ size: _size,
26
+ type: _type,
27
+ disabled: _disabled,
28
+ shouldAddSpace
29
+ });
30
+ return (_ctx, _cache) => {
31
+ return openBlock(), createElementBlock("button", {
32
+ ref_key: "_ref",
33
+ ref: _ref,
34
+ class: normalizeClass([
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("secondary", _ctx.secondary),
42
+ unref(ns).is("round", _ctx.round),
43
+ unref(ns).is("circle", _ctx.circle),
44
+ unref(ns).is("text", _ctx.text),
45
+ unref(ns).is("link", _ctx.link),
46
+ unref(ns).is("has-bg", _ctx.bg)
47
+ ]),
48
+ "aria-disabled": unref(_disabled) || _ctx.loading,
49
+ disabled: unref(_disabled) || _ctx.loading,
50
+ autofocus: _ctx.autofocus,
51
+ type: _ctx.nativeType,
52
+ style: normalizeStyle(unref(buttonStyle)),
53
+ onClick: _cache[0] || (_cache[0] = (...args) => unref(handleClick) && unref(handleClick)(...args))
54
+ }, [
55
+ _ctx.loading ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
56
+ _ctx.$slots.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }) : (openBlock(), createBlock(unref(ElIcon), {
57
+ key: 1,
58
+ class: normalizeClass(unref(ns).is("loading"))
59
+ }, {
60
+ default: withCtx(() => [
61
+ (openBlock(), createBlock(resolveDynamicComponent(_ctx.loadingIcon)))
62
+ ]),
63
+ _: 1
64
+ }, 8, ["class"]))
65
+ ], 64)) : _ctx.icon || _ctx.$slots.icon ? (openBlock(), createBlock(unref(ElIcon), { key: 1 }, {
66
+ default: withCtx(() => [
67
+ _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), { key: 0 })) : renderSlot(_ctx.$slots, "icon", { key: 1 })
68
+ ]),
69
+ _: 3
70
+ })) : createCommentVNode("v-if", true),
71
+ _ctx.$slots.default ? (openBlock(), createElementBlock("span", {
72
+ key: 2,
73
+ class: normalizeClass({ [unref(ns).em("text", "expand")]: unref(shouldAddSpace) })
74
+ }, [
75
+ renderSlot(_ctx.$slots, "default")
76
+ ], 2)) : createCommentVNode("v-if", true)
77
+ ], 14, _hoisted_1);
78
+ };
53
79
  }
54
80
  });
55
- const buttonEmits = {
56
- click: (evt) => evt instanceof MouseEvent
57
- };
81
+ var Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/st/Desktop/vue/nxx-ui/packages/components/button/src/button.vue"]]);
58
82
 
59
- export { buttonEmits, buttonNativeTypes, buttonProps, buttonTypes };
83
+ export { Button as default };
60
84
  //# sourceMappingURL=button2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"button2.mjs","sources":["../../../../../../packages/components/button/src/button.ts"],"sourcesContent":["import { useSizeProp } from '@element-plus/hooks'\nimport { buildProps, iconPropType } from '@element-plus/utils'\nimport { Loading } from '@element-plus/icons-vue'\nimport type { 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 secondary: 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} 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,SAAS,EAAE,OAAO;AACpB,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,CAAC,EAAE;AACS,MAAC,WAAW,GAAG;AAC3B,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,GAAG,YAAY,UAAU;AAC3C;;;;"}
1
+ {"version":3,"file":"button2.mjs","sources":["../../../../../../packages/components/button/src/button.vue"],"sourcesContent":["<template>\n <button\n ref=\"_ref\"\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('secondary', secondary),\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 :aria-disabled=\"_disabled || loading\"\n :disabled=\"_disabled || loading\"\n :autofocus=\"autofocus\"\n :type=\"nativeType\"\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 </button>\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, 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":";;;;;;;;;;mCAkDc,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,MAAM,KAAO,EAAA,KAAA,EAAO,WAAW,cAAgB,EAAA,WAAA,EAAA,GACrD,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,6 +1,6 @@
1
1
  import '../../utils/index.mjs';
2
- import Calendar from './src/calendar.mjs';
3
- export { calendarEmits, calendarProps } from './src/calendar2.mjs';
2
+ import Calendar from './src/calendar2.mjs';
3
+ export { calendarEmits, calendarProps } from './src/calendar.mjs';
4
4
  import { withInstall } from '../../utils/vue/install.mjs';
5
5
 
6
6
  const ElCalendar = withInstall(Calendar);
@@ -1,136 +1,23 @@
1
- import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, unref, createElementVNode, renderSlot, toDisplayString, createVNode, withCtx, createTextVNode, createCommentVNode, createSlots, normalizeProps, mergeProps, Fragment, renderList, createBlock } from 'vue';
2
- import { ElButtonGroup, ElButton } from '../../button/index.mjs';
3
- import '../../../hooks/index.mjs';
4
- import DateTable from './date-table.mjs';
5
- import { useCalendar } from './use-calendar.mjs';
6
- import { calendarProps, calendarEmits } from './calendar2.mjs';
7
- import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
8
- import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
9
- import { useLocale } from '../../../hooks/use-locale/index.mjs';
1
+ import '../../../utils/index.mjs';
2
+ import '../../../constants/index.mjs';
3
+ import { isArray, isDate } from '@vue/shared';
4
+ import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
5
+ import { UPDATE_MODEL_EVENT, INPUT_EVENT } from '../../../constants/event.mjs';
10
6
 
11
- const COMPONENT_NAME = "ElCalendar";
12
- const __default__ = defineComponent({
13
- name: COMPONENT_NAME
14
- });
15
- const _sfc_main = /* @__PURE__ */ defineComponent({
16
- ...__default__,
17
- props: calendarProps,
18
- emits: calendarEmits,
19
- setup(__props, { expose, emit }) {
20
- const props = __props;
21
- const ns = useNamespace("calendar");
22
- const {
23
- calculateValidatedDateRange,
24
- date,
25
- pickDay,
26
- realSelectedDay,
27
- selectDate,
28
- validatedRange
29
- } = useCalendar(props, emit, COMPONENT_NAME);
30
- const { t } = useLocale();
31
- const i18nDate = computed(() => {
32
- const pickedMonth = `el.datepicker.month${date.value.format("M")}`;
33
- return `${date.value.year()} ${t("el.datepicker.year")} ${t(pickedMonth)}`;
34
- });
35
- expose({
36
- selectedDay: realSelectedDay,
37
- pickDay,
38
- selectDate,
39
- calculateValidatedDateRange
40
- });
41
- return (_ctx, _cache) => {
42
- return openBlock(), createElementBlock("div", {
43
- class: normalizeClass(unref(ns).b())
44
- }, [
45
- createElementVNode("div", {
46
- class: normalizeClass(unref(ns).e("header"))
47
- }, [
48
- renderSlot(_ctx.$slots, "header", { date: unref(i18nDate) }, () => [
49
- createElementVNode("div", {
50
- class: normalizeClass(unref(ns).e("title"))
51
- }, toDisplayString(unref(i18nDate)), 3),
52
- unref(validatedRange).length === 0 ? (openBlock(), createElementBlock("div", {
53
- key: 0,
54
- class: normalizeClass(unref(ns).e("button-group"))
55
- }, [
56
- createVNode(unref(ElButtonGroup), null, {
57
- default: withCtx(() => [
58
- createVNode(unref(ElButton), {
59
- size: "small",
60
- onClick: _cache[0] || (_cache[0] = ($event) => unref(selectDate)("prev-month"))
61
- }, {
62
- default: withCtx(() => [
63
- createTextVNode(toDisplayString(unref(t)("el.datepicker.prevMonth")), 1)
64
- ]),
65
- _: 1
66
- }),
67
- createVNode(unref(ElButton), {
68
- size: "small",
69
- onClick: _cache[1] || (_cache[1] = ($event) => unref(selectDate)("today"))
70
- }, {
71
- default: withCtx(() => [
72
- createTextVNode(toDisplayString(unref(t)("el.datepicker.today")), 1)
73
- ]),
74
- _: 1
75
- }),
76
- createVNode(unref(ElButton), {
77
- size: "small",
78
- onClick: _cache[2] || (_cache[2] = ($event) => unref(selectDate)("next-month"))
79
- }, {
80
- default: withCtx(() => [
81
- createTextVNode(toDisplayString(unref(t)("el.datepicker.nextMonth")), 1)
82
- ]),
83
- _: 1
84
- })
85
- ]),
86
- _: 1
87
- })
88
- ], 2)) : createCommentVNode("v-if", true)
89
- ])
90
- ], 2),
91
- unref(validatedRange).length === 0 ? (openBlock(), createElementBlock("div", {
92
- key: 0,
93
- class: normalizeClass(unref(ns).e("body"))
94
- }, [
95
- createVNode(DateTable, {
96
- date: unref(date),
97
- "selected-day": unref(realSelectedDay),
98
- onPick: unref(pickDay)
99
- }, createSlots({ _: 2 }, [
100
- _ctx.$slots["date-cell"] || _ctx.$slots.dateCell ? {
101
- name: "date-cell",
102
- fn: withCtx((data) => [
103
- _ctx.$slots["date-cell"] ? renderSlot(_ctx.$slots, "date-cell", normalizeProps(mergeProps({ key: 0 }, data))) : renderSlot(_ctx.$slots, "dateCell", normalizeProps(mergeProps({ key: 1 }, data)))
104
- ])
105
- } : void 0
106
- ]), 1032, ["date", "selected-day", "onPick"])
107
- ], 2)) : (openBlock(), createElementBlock("div", {
108
- key: 1,
109
- class: normalizeClass(unref(ns).e("body"))
110
- }, [
111
- (openBlock(true), createElementBlock(Fragment, null, renderList(unref(validatedRange), (range_, index) => {
112
- return openBlock(), createBlock(DateTable, {
113
- key: index,
114
- date: range_[0],
115
- "selected-day": unref(realSelectedDay),
116
- range: range_,
117
- "hide-header": index !== 0,
118
- onPick: unref(pickDay)
119
- }, createSlots({ _: 2 }, [
120
- _ctx.$slots["date-cell"] || _ctx.$slots.dateCell ? {
121
- name: "date-cell",
122
- fn: withCtx((data) => [
123
- _ctx.$slots["date-cell"] ? renderSlot(_ctx.$slots, "date-cell", normalizeProps(mergeProps({ key: 0 }, data))) : renderSlot(_ctx.$slots, "dateCell", normalizeProps(mergeProps({ key: 1 }, data)))
124
- ])
125
- } : void 0
126
- ]), 1032, ["date", "selected-day", "range", "hide-header", "onPick"]);
127
- }), 128))
128
- ], 2))
129
- ], 2);
130
- };
7
+ const isValidRange = (range) => isArray(range) && range.length === 2 && range.every((item) => isDate(item));
8
+ const calendarProps = buildProps({
9
+ modelValue: {
10
+ type: Date
11
+ },
12
+ range: {
13
+ type: definePropType(Array),
14
+ validator: isValidRange
131
15
  }
132
16
  });
133
- var Calendar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/st/Desktop/vue/nxx-ui/packages/components/calendar/src/calendar.vue"]]);
17
+ const calendarEmits = {
18
+ [UPDATE_MODEL_EVENT]: (value) => isDate(value),
19
+ [INPUT_EVENT]: (value) => isDate(value)
20
+ };
134
21
 
135
- export { Calendar as default };
22
+ export { calendarEmits, calendarProps };
136
23
  //# sourceMappingURL=calendar.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"calendar.mjs","sources":["../../../../../../packages/components/calendar/src/calendar.vue"],"sourcesContent":["<template>\n <div :class=\"ns.b()\">\n <div :class=\"ns.e('header')\">\n <slot name=\"header\" :date=\"i18nDate\">\n <div :class=\"ns.e('title')\">{{ i18nDate }}</div>\n <div v-if=\"validatedRange.length === 0\" :class=\"ns.e('button-group')\">\n <el-button-group>\n <el-button size=\"small\" @click=\"selectDate('prev-month')\">\n {{ t('el.datepicker.prevMonth') }}\n </el-button>\n <el-button size=\"small\" @click=\"selectDate('today')\">\n {{ t('el.datepicker.today') }}\n </el-button>\n <el-button size=\"small\" @click=\"selectDate('next-month')\">\n {{ t('el.datepicker.nextMonth') }}\n </el-button>\n </el-button-group>\n </div>\n </slot>\n </div>\n <div v-if=\"validatedRange.length === 0\" :class=\"ns.e('body')\">\n <date-table :date=\"date\" :selected-day=\"realSelectedDay\" @pick=\"pickDay\">\n <template\n v-if=\"$slots['date-cell'] || $slots.dateCell\"\n #date-cell=\"data\"\n >\n <slot v-if=\"$slots['date-cell']\" name=\"date-cell\" v-bind=\"data\" />\n <slot v-else name=\"dateCell\" v-bind=\"data\" />\n </template>\n </date-table>\n </div>\n <div v-else :class=\"ns.e('body')\">\n <date-table\n v-for=\"(range_, index) in validatedRange\"\n :key=\"index\"\n :date=\"range_[0]\"\n :selected-day=\"realSelectedDay\"\n :range=\"range_\"\n :hide-header=\"index !== 0\"\n @pick=\"pickDay\"\n >\n <template\n v-if=\"$slots['date-cell'] || $slots.dateCell\"\n #date-cell=\"data\"\n >\n <slot v-if=\"$slots['date-cell']\" name=\"date-cell\" v-bind=\"data\" />\n <slot v-else name=\"dateCell\" v-bind=\"data\" />\n </template>\n </date-table>\n </div>\n </div>\n</template>\n\n<script lang=\"ts\" setup>\nimport { computed } from 'vue'\nimport { ElButton, ElButtonGroup } from '@element-plus/components/button'\nimport { useLocale, useNamespace } from '@element-plus/hooks'\n\nimport DateTable from './date-table.vue'\nimport { useCalendar } from './use-calendar'\nimport { calendarEmits, calendarProps } from './calendar'\n\nconst ns = useNamespace('calendar')\n\nconst COMPONENT_NAME = 'ElCalendar'\ndefineOptions({\n name: COMPONENT_NAME,\n})\n\nconst props = defineProps(calendarProps)\nconst emit = defineEmits(calendarEmits)\n\nconst {\n calculateValidatedDateRange,\n date,\n pickDay,\n realSelectedDay,\n selectDate,\n validatedRange,\n} = useCalendar(props, emit, COMPONENT_NAME)\n\nconst { t } = useLocale()\n\nconst i18nDate = computed(() => {\n const pickedMonth = `el.datepicker.month${date.value.format('M')}`\n return `${date.value.year()} ${t('el.datepicker.year')} ${t(pickedMonth)}`\n})\n\ndefineExpose({\n /** @description currently selected date */\n selectedDay: realSelectedDay,\n /** @description select a specific date */\n pickDay,\n /** @description select date */\n selectDate,\n /** @description Calculate the validate date range according to the start and end dates */\n calculateValidatedDateRange,\n})\n</script>\n"],"names":[],"mappings":";;;;;;;;;;;mCAiEc,CAAA;AAAA,EACZ,IAAM,EAAA,cAAA;AACR;;;;;;;AALA,IAAM,MAAA,EAAA,GAAK,aAAa,UAAU,CAAA,CAAA;AAUlC,IAAM,MAAA;AAAA,MACJ,2BAAA;AAAA,MACA,IAAA;AAAA,MACA,OAAA;AAAA,MACA,eAAA;AAAA,MACA,UAAA;AAAA,MACA,cAAA;AAAA,KACE,GAAA,WAAA,CAAY,KAAO,EAAA,IAAA,EAAM,cAAc,CAAA,CAAA;AAE3C,IAAM,MAAA,EAAE,MAAM,SAAU,EAAA,CAAA;AAExB,IAAM,MAAA,QAAA,GAAW,SAAS,MAAM;AAC9B,MAAA,MAAM,WAAc,GAAA,CAAA,mBAAA,EAAsB,IAAK,CAAA,KAAA,CAAM,OAAO,GAAG,CAAA,CAAA,CAAA,CAAA;AAC/D,MAAO,OAAA,CAAA,EAAG,KAAK,KAAM,CAAA,IAAA,MAAU,CAAE,CAAA,oBAAoB,CAAK,CAAA,CAAA,EAAA,CAAA,CAAE,WAAW,CAAA,CAAA,CAAA,CAAA;AAAA,KACxE,CAAA,CAAA;AAED,IAAa,MAAA,CAAA;AAAA,MAEX,WAAa,EAAA,eAAA;AAAA,MAEb,OAAA;AAAA,MAEA,UAAA;AAAA,MAEA,2BAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"calendar.mjs","sources":["../../../../../../packages/components/calendar/src/calendar.ts"],"sourcesContent":["import {\n buildProps,\n definePropType,\n isArray,\n isDate,\n} from '@element-plus/utils'\nimport { INPUT_EVENT, UPDATE_MODEL_EVENT } from '@element-plus/constants'\nimport type { ExtractPropTypes } from 'vue'\n\nexport type CalendarDateType =\n | 'prev-month'\n | 'next-month'\n | 'prev-year'\n | 'next-year'\n | 'today'\n\nconst isValidRange = (range: unknown): range is [Date, Date] =>\n isArray(range) && range.length === 2 && range.every((item) => isDate(item))\n\nexport const calendarProps = buildProps({\n modelValue: {\n type: Date,\n },\n range: {\n type: definePropType<[Date, Date]>(Array),\n validator: isValidRange,\n },\n} as const)\nexport type CalendarProps = ExtractPropTypes<typeof calendarProps>\n\nexport const calendarEmits = {\n [UPDATE_MODEL_EVENT]: (value: Date) => isDate(value),\n [INPUT_EVENT]: (value: Date) => isDate(value),\n}\nexport type CalendarEmits = typeof calendarEmits\n"],"names":[],"mappings":";;;;;;AAOA,MAAM,YAAY,GAAG,CAAC,KAAK,KAAK,OAAO,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,IAAI,KAAK,CAAC,KAAK,CAAC,CAAC,IAAI,KAAK,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;AAChG,MAAC,aAAa,GAAG,UAAU,CAAC;AACxC,EAAE,UAAU,EAAE;AACd,IAAI,IAAI,EAAE,IAAI;AACd,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,cAAc,CAAC,KAAK,CAAC;AAC/B,IAAI,SAAS,EAAE,YAAY;AAC3B,GAAG;AACH,CAAC,EAAE;AACS,MAAC,aAAa,GAAG;AAC7B,EAAE,CAAC,kBAAkB,GAAG,CAAC,KAAK,KAAK,MAAM,CAAC,KAAK,CAAC;AAChD,EAAE,CAAC,WAAW,GAAG,CAAC,KAAK,KAAK,MAAM,CAAC,KAAK,CAAC;AACzC;;;;"}