code-monkey-ui 1.1.4-alpha.3 → 1.1.4-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (489) hide show
  1. package/dist/index.full.js +43 -40
  2. package/dist/index.full.min.js +25 -25
  3. package/dist/index.full.min.js.map +1 -1
  4. package/dist/index.full.min.mjs +16 -16
  5. package/dist/index.full.min.mjs.map +1 -1
  6. package/dist/index.full.mjs +43 -40
  7. package/es/components/affix/index.mjs +2 -2
  8. package/es/components/affix/src/affix.mjs +117 -26
  9. package/es/components/affix/src/affix.mjs.map +1 -1
  10. package/es/components/affix/src/affix2.mjs +26 -117
  11. package/es/components/affix/src/affix2.mjs.map +1 -1
  12. package/es/components/alert/index.mjs +2 -2
  13. package/es/components/alert/src/alert.mjs +96 -36
  14. package/es/components/alert/src/alert.mjs.map +1 -1
  15. package/es/components/alert/src/alert2.mjs +36 -96
  16. package/es/components/alert/src/alert2.mjs.map +1 -1
  17. package/es/components/autocomplete/index.mjs +2 -2
  18. package/es/components/autocomplete/src/autocomplete.mjs +361 -81
  19. package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
  20. package/es/components/autocomplete/src/autocomplete2.mjs +81 -361
  21. package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
  22. package/es/components/backtop/index.mjs +2 -2
  23. package/es/components/backtop/src/backtop.mjs +54 -21
  24. package/es/components/backtop/src/backtop.mjs.map +1 -1
  25. package/es/components/backtop/src/backtop2.mjs +21 -54
  26. package/es/components/backtop/src/backtop2.mjs.map +1 -1
  27. package/es/components/batch/index.mjs +2 -2
  28. package/es/components/batch/src/batch.mjs +44 -329
  29. package/es/components/batch/src/batch.mjs.map +1 -1
  30. package/es/components/batch/src/batch2.mjs +329 -44
  31. package/es/components/batch/src/batch2.mjs.map +1 -1
  32. package/es/components/breadcrumb/index.mjs +4 -4
  33. package/es/components/breadcrumb/src/breadcrumb-item.mjs +11 -56
  34. package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
  35. package/es/components/breadcrumb/src/breadcrumb-item2.mjs +56 -11
  36. package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
  37. package/es/components/breadcrumb/src/breadcrumb.mjs +36 -11
  38. package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
  39. package/es/components/breadcrumb/src/breadcrumb2.mjs +11 -36
  40. package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
  41. package/es/components/button/index.mjs +3 -3
  42. package/es/components/button/src/button-group.mjs +6 -30
  43. package/es/components/button/src/button-group.mjs.map +1 -1
  44. package/es/components/button/src/button-group2.mjs +30 -6
  45. package/es/components/button/src/button-group2.mjs.map +1 -1
  46. package/es/components/button/src/button.mjs +57 -76
  47. package/es/components/button/src/button.mjs.map +1 -1
  48. package/es/components/button/src/button2.mjs +76 -57
  49. package/es/components/button/src/button2.mjs.map +1 -1
  50. package/es/components/carousel/index.mjs +2 -2
  51. package/es/components/carousel/src/carousel.mjs +56 -169
  52. package/es/components/carousel/src/carousel.mjs.map +1 -1
  53. package/es/components/carousel/src/carousel2.mjs +169 -56
  54. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  55. package/es/components/cascader/src/cascader2.mjs +1 -1
  56. package/es/components/check-tag/index.mjs +2 -2
  57. package/es/components/check-tag/src/check-tag.mjs +31 -12
  58. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  59. package/es/components/check-tag/src/check-tag2.mjs +12 -31
  60. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  61. package/es/components/col/index.mjs +2 -2
  62. package/es/components/col/src/col.mjs +66 -43
  63. package/es/components/col/src/col.mjs.map +1 -1
  64. package/es/components/col/src/col2.mjs +43 -66
  65. package/es/components/col/src/col2.mjs.map +1 -1
  66. package/es/components/countdown/index.mjs +2 -2
  67. package/es/components/countdown/src/countdown.mjs +74 -23
  68. package/es/components/countdown/src/countdown.mjs.map +1 -1
  69. package/es/components/countdown/src/countdown2.mjs +23 -74
  70. package/es/components/countdown/src/countdown2.mjs.map +1 -1
  71. package/es/components/descriptions/index.mjs +2 -2
  72. package/es/components/descriptions/src/description.mjs +112 -25
  73. package/es/components/descriptions/src/description.mjs.map +1 -1
  74. package/es/components/descriptions/src/description2.mjs +25 -112
  75. package/es/components/descriptions/src/description2.mjs.map +1 -1
  76. package/es/components/dialog/index.mjs +2 -2
  77. package/es/components/dialog/src/dialog.mjs +170 -65
  78. package/es/components/dialog/src/dialog.mjs.map +1 -1
  79. package/es/components/dialog/src/dialog2.mjs +65 -170
  80. package/es/components/dialog/src/dialog2.mjs.map +1 -1
  81. package/es/components/divider/index.mjs +2 -2
  82. package/es/components/divider/src/divider.mjs +35 -17
  83. package/es/components/divider/src/divider.mjs.map +1 -1
  84. package/es/components/divider/src/divider2.mjs +17 -35
  85. package/es/components/divider/src/divider2.mjs.map +1 -1
  86. package/es/components/drawer/index.mjs +2 -2
  87. package/es/components/drawer/src/drawer.mjs +176 -26
  88. package/es/components/drawer/src/drawer.mjs.map +1 -1
  89. package/es/components/drawer/src/drawer2.mjs +26 -176
  90. package/es/components/drawer/src/drawer2.mjs.map +1 -1
  91. package/es/components/dsh-cascader/src/dsh-cascader2.mjs +1 -1
  92. package/es/components/dsh-cascader-panel/src/dsh-node-content.d.ts +8 -0
  93. package/es/components/dsh-cascader-panel/src/dsh-node-content.mjs +8 -2
  94. package/es/components/dsh-cascader-panel/src/dsh-node-content.mjs.map +1 -1
  95. package/es/components/dsh-cascader-panel/src/index.mjs +18 -23
  96. package/es/components/dsh-cascader-panel/src/index.mjs.map +1 -1
  97. package/es/components/dsh-cascader-panel/src/node2.mjs +12 -9
  98. package/es/components/dsh-cascader-panel/src/node2.mjs.map +1 -1
  99. package/es/components/dsh-cascader-panel/src/store.mjs +5 -6
  100. package/es/components/dsh-cascader-panel/src/store.mjs.map +1 -1
  101. package/es/components/dsh-select/src/select.mjs +1 -1
  102. package/es/components/form/index.mjs +4 -4
  103. package/es/components/form/src/form-item.mjs +317 -43
  104. package/es/components/form/src/form-item.mjs.map +1 -1
  105. package/es/components/form/src/form-item2.mjs +43 -317
  106. package/es/components/form/src/form-item2.mjs.map +1 -1
  107. package/es/components/form/src/form.mjs +54 -148
  108. package/es/components/form/src/form.mjs.map +1 -1
  109. package/es/components/form/src/form2.mjs +148 -54
  110. package/es/components/form/src/form2.mjs.map +1 -1
  111. package/es/components/icon/index.mjs +2 -2
  112. package/es/components/icon/src/icon.mjs +8 -36
  113. package/es/components/icon/src/icon.mjs.map +1 -1
  114. package/es/components/icon/src/icon2.mjs +36 -8
  115. package/es/components/icon/src/icon2.mjs.map +1 -1
  116. package/es/components/image/index.mjs +2 -2
  117. package/es/components/image/src/image.mjs +61 -225
  118. package/es/components/image/src/image.mjs.map +1 -1
  119. package/es/components/image/src/image2.mjs +225 -61
  120. package/es/components/image/src/image2.mjs.map +1 -1
  121. package/es/components/image-viewer/index.mjs +2 -2
  122. package/es/components/image-viewer/src/image-viewer.mjs +41 -401
  123. package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
  124. package/es/components/image-viewer/src/image-viewer2.mjs +401 -41
  125. package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
  126. package/es/components/index.mjs +41 -41
  127. package/es/components/input/index.mjs +2 -2
  128. package/es/components/input/src/input.mjs +109 -453
  129. package/es/components/input/src/input.mjs.map +1 -1
  130. package/es/components/input/src/input2.mjs +453 -109
  131. package/es/components/input/src/input2.mjs.map +1 -1
  132. package/es/components/input-number/index.mjs +2 -2
  133. package/es/components/input-number/src/input-number.mjs +58 -314
  134. package/es/components/input-number/src/input-number.mjs.map +1 -1
  135. package/es/components/input-number/src/input-number2.mjs +314 -58
  136. package/es/components/input-number/src/input-number2.mjs.map +1 -1
  137. package/es/components/page-header/index.mjs +2 -2
  138. package/es/components/page-header/src/page-header.mjs +103 -17
  139. package/es/components/page-header/src/page-header.mjs.map +1 -1
  140. package/es/components/page-header/src/page-header2.mjs +17 -103
  141. package/es/components/page-header/src/page-header2.mjs.map +1 -1
  142. package/es/components/pagination/src/components/next.mjs +38 -19
  143. package/es/components/pagination/src/components/next.mjs.map +1 -1
  144. package/es/components/pagination/src/components/next2.mjs +19 -38
  145. package/es/components/pagination/src/components/next2.mjs.map +1 -1
  146. package/es/components/pagination/src/components/sizes.mjs +23 -69
  147. package/es/components/pagination/src/components/sizes.mjs.map +1 -1
  148. package/es/components/pagination/src/components/sizes2.mjs +69 -23
  149. package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
  150. package/es/components/pagination/src/components/total.mjs +7 -28
  151. package/es/components/pagination/src/components/total.mjs.map +1 -1
  152. package/es/components/pagination/src/components/total2.mjs +28 -7
  153. package/es/components/pagination/src/components/total2.mjs.map +1 -1
  154. package/es/components/pagination/src/pagination.mjs +3 -3
  155. package/es/components/popconfirm/src/popconfirm.mjs +1 -1
  156. package/es/components/popper/index.mjs +4 -4
  157. package/es/components/popper/src/arrow.mjs +8 -37
  158. package/es/components/popper/src/arrow.mjs.map +1 -1
  159. package/es/components/popper/src/arrow2.mjs +37 -8
  160. package/es/components/popper/src/arrow2.mjs.map +1 -1
  161. package/es/components/popper/src/content.mjs +137 -94
  162. package/es/components/popper/src/content.mjs.map +1 -1
  163. package/es/components/popper/src/content2.mjs +94 -137
  164. package/es/components/popper/src/content2.mjs.map +1 -1
  165. package/es/components/progress/index.mjs +2 -2
  166. package/es/components/progress/src/progress.mjs +205 -59
  167. package/es/components/progress/src/progress.mjs.map +1 -1
  168. package/es/components/progress/src/progress2.mjs +59 -205
  169. package/es/components/progress/src/progress2.mjs.map +1 -1
  170. package/es/components/radio/index.mjs +4 -4
  171. package/es/components/radio/src/radio-button.mjs +66 -9
  172. package/es/components/radio/src/radio-button.mjs.map +1 -1
  173. package/es/components/radio/src/radio-button2.mjs +9 -66
  174. package/es/components/radio/src/radio-button2.mjs.map +1 -1
  175. package/es/components/radio/src/radio-group2.mjs +1 -1
  176. package/es/components/radio/src/radio.mjs +30 -73
  177. package/es/components/radio/src/radio.mjs.map +1 -1
  178. package/es/components/radio/src/radio2.mjs +73 -30
  179. package/es/components/radio/src/radio2.mjs.map +1 -1
  180. package/es/components/rate/index.mjs +2 -2
  181. package/es/components/rate/src/rate.mjs +87 -260
  182. package/es/components/rate/src/rate.mjs.map +1 -1
  183. package/es/components/rate/src/rate2.mjs +260 -87
  184. package/es/components/rate/src/rate2.mjs.map +1 -1
  185. package/es/components/result/index.mjs +2 -2
  186. package/es/components/result/src/result.mjs +63 -29
  187. package/es/components/result/src/result.mjs.map +1 -1
  188. package/es/components/result/src/result2.mjs +29 -63
  189. package/es/components/result/src/result2.mjs.map +1 -1
  190. package/es/components/select/src/select.mjs +1 -1
  191. package/es/components/skeleton/index.mjs +2 -2
  192. package/es/components/skeleton/src/skeleton.mjs +22 -49
  193. package/es/components/skeleton/src/skeleton.mjs.map +1 -1
  194. package/es/components/skeleton/src/skeleton2.mjs +49 -22
  195. package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
  196. package/es/components/slider/src/button.mjs +21 -93
  197. package/es/components/slider/src/button.mjs.map +1 -1
  198. package/es/components/slider/src/button2.mjs +93 -21
  199. package/es/components/slider/src/button2.mjs.map +1 -1
  200. package/es/components/slider/src/slider2.mjs +1 -1
  201. package/es/components/tabs/index.mjs +3 -3
  202. package/es/components/tabs/src/tab-bar.mjs +7 -75
  203. package/es/components/tabs/src/tab-bar.mjs.map +1 -1
  204. package/es/components/tabs/src/tab-bar2.mjs +75 -7
  205. package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
  206. package/es/components/tabs/src/tab-nav.mjs +1 -1
  207. package/es/components/tabs/src/tab-pane.mjs +13 -72
  208. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  209. package/es/components/tabs/src/tab-pane2.mjs +72 -13
  210. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  211. package/es/components/tag/index.mjs +2 -2
  212. package/es/components/tag/src/tag.mjs +94 -33
  213. package/es/components/tag/src/tag.mjs.map +1 -1
  214. package/es/components/tag/src/tag2.mjs +33 -94
  215. package/es/components/tag/src/tag2.mjs.map +1 -1
  216. package/es/components/tooltip/index.mjs +2 -2
  217. package/es/components/tooltip/src/content.mjs +1 -1
  218. package/es/components/tooltip/src/content2.mjs +1 -1
  219. package/es/components/tooltip/src/tooltip.mjs +170 -31
  220. package/es/components/tooltip/src/tooltip.mjs.map +1 -1
  221. package/es/components/tooltip/src/tooltip2.mjs +31 -170
  222. package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
  223. package/es/components/transfer/index.mjs +2 -2
  224. package/es/components/transfer/src/composables/use-check.mjs +1 -1
  225. package/es/components/transfer/src/composables/use-checked-change.mjs +1 -1
  226. package/es/components/transfer/src/transfer-panel.mjs +128 -19
  227. package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
  228. package/es/components/transfer/src/transfer-panel2.mjs +19 -128
  229. package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
  230. package/es/components/transfer/src/transfer.mjs +160 -69
  231. package/es/components/transfer/src/transfer.mjs.map +1 -1
  232. package/es/components/transfer/src/transfer2.mjs +69 -160
  233. package/es/components/transfer/src/transfer2.mjs.map +1 -1
  234. package/es/components/upload/index.mjs +3 -3
  235. package/es/components/upload/src/upload-content.mjs +2 -2
  236. package/es/components/upload/src/upload-content2.mjs +1 -1
  237. package/es/components/upload/src/upload-dragger.mjs +72 -11
  238. package/es/components/upload/src/upload-dragger.mjs.map +1 -1
  239. package/es/components/upload/src/upload-dragger2.mjs +11 -72
  240. package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
  241. package/es/components/upload/src/upload-list.mjs +1 -1
  242. package/es/components/upload/src/upload.mjs +101 -116
  243. package/es/components/upload/src/upload.mjs.map +1 -1
  244. package/es/components/upload/src/upload2.mjs +116 -101
  245. package/es/components/upload/src/upload2.mjs.map +1 -1
  246. package/es/components/upload/src/use-handlers.mjs +1 -1
  247. package/es/index.mjs +41 -41
  248. package/lib/components/affix/index.js +2 -2
  249. package/lib/components/affix/src/affix.js +117 -27
  250. package/lib/components/affix/src/affix.js.map +1 -1
  251. package/lib/components/affix/src/affix2.js +27 -117
  252. package/lib/components/affix/src/affix2.js.map +1 -1
  253. package/lib/components/alert/index.js +2 -2
  254. package/lib/components/alert/src/alert.js +95 -37
  255. package/lib/components/alert/src/alert.js.map +1 -1
  256. package/lib/components/alert/src/alert2.js +37 -95
  257. package/lib/components/alert/src/alert2.js.map +1 -1
  258. package/lib/components/autocomplete/index.js +2 -2
  259. package/lib/components/autocomplete/src/autocomplete.js +360 -81
  260. package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
  261. package/lib/components/autocomplete/src/autocomplete2.js +81 -360
  262. package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
  263. package/lib/components/backtop/index.js +2 -2
  264. package/lib/components/backtop/src/backtop.js +54 -22
  265. package/lib/components/backtop/src/backtop.js.map +1 -1
  266. package/lib/components/backtop/src/backtop2.js +22 -54
  267. package/lib/components/backtop/src/backtop2.js.map +1 -1
  268. package/lib/components/batch/index.js +2 -2
  269. package/lib/components/batch/src/batch.js +45 -329
  270. package/lib/components/batch/src/batch.js.map +1 -1
  271. package/lib/components/batch/src/batch2.js +329 -45
  272. package/lib/components/batch/src/batch2.js.map +1 -1
  273. package/lib/components/breadcrumb/index.js +4 -4
  274. package/lib/components/breadcrumb/src/breadcrumb-item.js +11 -56
  275. package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
  276. package/lib/components/breadcrumb/src/breadcrumb-item2.js +56 -11
  277. package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
  278. package/lib/components/breadcrumb/src/breadcrumb.js +36 -11
  279. package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
  280. package/lib/components/breadcrumb/src/breadcrumb2.js +11 -36
  281. package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
  282. package/lib/components/button/index.js +3 -3
  283. package/lib/components/button/src/button-group.js +6 -30
  284. package/lib/components/button/src/button-group.js.map +1 -1
  285. package/lib/components/button/src/button-group2.js +30 -6
  286. package/lib/components/button/src/button-group2.js.map +1 -1
  287. package/lib/components/button/src/button.js +60 -76
  288. package/lib/components/button/src/button.js.map +1 -1
  289. package/lib/components/button/src/button2.js +76 -60
  290. package/lib/components/button/src/button2.js.map +1 -1
  291. package/lib/components/carousel/index.js +2 -2
  292. package/lib/components/carousel/src/carousel.js +57 -169
  293. package/lib/components/carousel/src/carousel.js.map +1 -1
  294. package/lib/components/carousel/src/carousel2.js +169 -57
  295. package/lib/components/carousel/src/carousel2.js.map +1 -1
  296. package/lib/components/cascader/src/cascader2.js +1 -1
  297. package/lib/components/check-tag/index.js +2 -2
  298. package/lib/components/check-tag/src/check-tag.js +31 -13
  299. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  300. package/lib/components/check-tag/src/check-tag2.js +13 -31
  301. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  302. package/lib/components/col/index.js +2 -2
  303. package/lib/components/col/src/col.js +66 -43
  304. package/lib/components/col/src/col.js.map +1 -1
  305. package/lib/components/col/src/col2.js +43 -66
  306. package/lib/components/col/src/col2.js.map +1 -1
  307. package/lib/components/countdown/index.js +2 -2
  308. package/lib/components/countdown/src/countdown.js +74 -24
  309. package/lib/components/countdown/src/countdown.js.map +1 -1
  310. package/lib/components/countdown/src/countdown2.js +24 -74
  311. package/lib/components/countdown/src/countdown2.js.map +1 -1
  312. package/lib/components/descriptions/index.js +2 -2
  313. package/lib/components/descriptions/src/description.js +112 -25
  314. package/lib/components/descriptions/src/description.js.map +1 -1
  315. package/lib/components/descriptions/src/description2.js +25 -112
  316. package/lib/components/descriptions/src/description2.js.map +1 -1
  317. package/lib/components/dialog/index.js +2 -2
  318. package/lib/components/dialog/src/dialog.js +170 -66
  319. package/lib/components/dialog/src/dialog.js.map +1 -1
  320. package/lib/components/dialog/src/dialog2.js +66 -170
  321. package/lib/components/dialog/src/dialog2.js.map +1 -1
  322. package/lib/components/divider/index.js +2 -2
  323. package/lib/components/divider/src/divider.js +35 -17
  324. package/lib/components/divider/src/divider.js.map +1 -1
  325. package/lib/components/divider/src/divider2.js +17 -35
  326. package/lib/components/divider/src/divider2.js.map +1 -1
  327. package/lib/components/drawer/index.js +2 -2
  328. package/lib/components/drawer/src/drawer.js +176 -27
  329. package/lib/components/drawer/src/drawer.js.map +1 -1
  330. package/lib/components/drawer/src/drawer2.js +27 -176
  331. package/lib/components/drawer/src/drawer2.js.map +1 -1
  332. package/lib/components/dsh-cascader/src/dsh-cascader2.js +1 -1
  333. package/lib/components/dsh-cascader-panel/src/dsh-node-content.d.ts +8 -0
  334. package/lib/components/dsh-cascader-panel/src/dsh-node-content.js +8 -2
  335. package/lib/components/dsh-cascader-panel/src/dsh-node-content.js.map +1 -1
  336. package/lib/components/dsh-cascader-panel/src/index.js +18 -23
  337. package/lib/components/dsh-cascader-panel/src/index.js.map +1 -1
  338. package/lib/components/dsh-cascader-panel/src/node2.js +12 -9
  339. package/lib/components/dsh-cascader-panel/src/node2.js.map +1 -1
  340. package/lib/components/dsh-cascader-panel/src/store.js +5 -6
  341. package/lib/components/dsh-cascader-panel/src/store.js.map +1 -1
  342. package/lib/components/dsh-select/src/select.js +1 -1
  343. package/lib/components/form/index.js +4 -4
  344. package/lib/components/form/src/form-item.js +321 -44
  345. package/lib/components/form/src/form-item.js.map +1 -1
  346. package/lib/components/form/src/form-item2.js +44 -321
  347. package/lib/components/form/src/form-item2.js.map +1 -1
  348. package/lib/components/form/src/form.js +54 -147
  349. package/lib/components/form/src/form.js.map +1 -1
  350. package/lib/components/form/src/form2.js +147 -54
  351. package/lib/components/form/src/form2.js.map +1 -1
  352. package/lib/components/icon/index.js +2 -2
  353. package/lib/components/icon/src/icon.js +8 -36
  354. package/lib/components/icon/src/icon.js.map +1 -1
  355. package/lib/components/icon/src/icon2.js +36 -8
  356. package/lib/components/icon/src/icon2.js.map +1 -1
  357. package/lib/components/image/index.js +2 -2
  358. package/lib/components/image/src/image.js +61 -224
  359. package/lib/components/image/src/image.js.map +1 -1
  360. package/lib/components/image/src/image2.js +224 -61
  361. package/lib/components/image/src/image2.js.map +1 -1
  362. package/lib/components/image-viewer/index.js +2 -2
  363. package/lib/components/image-viewer/src/image-viewer.js +42 -401
  364. package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
  365. package/lib/components/image-viewer/src/image-viewer2.js +401 -42
  366. package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
  367. package/lib/components/index.js +41 -41
  368. package/lib/components/input/index.js +2 -2
  369. package/lib/components/input/src/input.js +109 -452
  370. package/lib/components/input/src/input.js.map +1 -1
  371. package/lib/components/input/src/input2.js +452 -109
  372. package/lib/components/input/src/input2.js.map +1 -1
  373. package/lib/components/input-number/index.js +2 -2
  374. package/lib/components/input-number/src/input-number.js +57 -312
  375. package/lib/components/input-number/src/input-number.js.map +1 -1
  376. package/lib/components/input-number/src/input-number2.js +312 -57
  377. package/lib/components/input-number/src/input-number2.js.map +1 -1
  378. package/lib/components/page-header/index.js +2 -2
  379. package/lib/components/page-header/src/page-header.js +103 -18
  380. package/lib/components/page-header/src/page-header.js.map +1 -1
  381. package/lib/components/page-header/src/page-header2.js +18 -103
  382. package/lib/components/page-header/src/page-header2.js.map +1 -1
  383. package/lib/components/pagination/src/components/next.js +38 -19
  384. package/lib/components/pagination/src/components/next.js.map +1 -1
  385. package/lib/components/pagination/src/components/next2.js +19 -38
  386. package/lib/components/pagination/src/components/next2.js.map +1 -1
  387. package/lib/components/pagination/src/components/sizes.js +23 -69
  388. package/lib/components/pagination/src/components/sizes.js.map +1 -1
  389. package/lib/components/pagination/src/components/sizes2.js +69 -23
  390. package/lib/components/pagination/src/components/sizes2.js.map +1 -1
  391. package/lib/components/pagination/src/components/total.js +7 -28
  392. package/lib/components/pagination/src/components/total.js.map +1 -1
  393. package/lib/components/pagination/src/components/total2.js +28 -7
  394. package/lib/components/pagination/src/components/total2.js.map +1 -1
  395. package/lib/components/pagination/src/pagination.js +3 -3
  396. package/lib/components/popconfirm/src/popconfirm.js +1 -1
  397. package/lib/components/popper/index.js +4 -4
  398. package/lib/components/popper/src/arrow.js +9 -37
  399. package/lib/components/popper/src/arrow.js.map +1 -1
  400. package/lib/components/popper/src/arrow2.js +37 -9
  401. package/lib/components/popper/src/arrow2.js.map +1 -1
  402. package/lib/components/popper/src/content.js +137 -99
  403. package/lib/components/popper/src/content.js.map +1 -1
  404. package/lib/components/popper/src/content2.js +99 -137
  405. package/lib/components/popper/src/content2.js.map +1 -1
  406. package/lib/components/progress/index.js +2 -2
  407. package/lib/components/progress/src/progress.js +205 -59
  408. package/lib/components/progress/src/progress.js.map +1 -1
  409. package/lib/components/progress/src/progress2.js +59 -205
  410. package/lib/components/progress/src/progress2.js.map +1 -1
  411. package/lib/components/radio/index.js +4 -4
  412. package/lib/components/radio/src/radio-button.js +66 -9
  413. package/lib/components/radio/src/radio-button.js.map +1 -1
  414. package/lib/components/radio/src/radio-button2.js +9 -66
  415. package/lib/components/radio/src/radio-button2.js.map +1 -1
  416. package/lib/components/radio/src/radio-group2.js +1 -1
  417. package/lib/components/radio/src/radio.js +32 -73
  418. package/lib/components/radio/src/radio.js.map +1 -1
  419. package/lib/components/radio/src/radio2.js +73 -32
  420. package/lib/components/radio/src/radio2.js.map +1 -1
  421. package/lib/components/rate/index.js +2 -2
  422. package/lib/components/rate/src/rate.js +87 -259
  423. package/lib/components/rate/src/rate.js.map +1 -1
  424. package/lib/components/rate/src/rate2.js +259 -87
  425. package/lib/components/rate/src/rate2.js.map +1 -1
  426. package/lib/components/result/index.js +2 -2
  427. package/lib/components/result/src/result.js +63 -31
  428. package/lib/components/result/src/result.js.map +1 -1
  429. package/lib/components/result/src/result2.js +31 -63
  430. package/lib/components/result/src/result2.js.map +1 -1
  431. package/lib/components/select/src/select.js +1 -1
  432. package/lib/components/skeleton/index.js +2 -2
  433. package/lib/components/skeleton/src/skeleton.js +22 -49
  434. package/lib/components/skeleton/src/skeleton.js.map +1 -1
  435. package/lib/components/skeleton/src/skeleton2.js +49 -22
  436. package/lib/components/skeleton/src/skeleton2.js.map +1 -1
  437. package/lib/components/slider/src/button.js +22 -93
  438. package/lib/components/slider/src/button.js.map +1 -1
  439. package/lib/components/slider/src/button2.js +93 -22
  440. package/lib/components/slider/src/button2.js.map +1 -1
  441. package/lib/components/slider/src/slider2.js +1 -1
  442. package/lib/components/tabs/index.js +3 -3
  443. package/lib/components/tabs/src/tab-bar.js +7 -75
  444. package/lib/components/tabs/src/tab-bar.js.map +1 -1
  445. package/lib/components/tabs/src/tab-bar2.js +75 -7
  446. package/lib/components/tabs/src/tab-bar2.js.map +1 -1
  447. package/lib/components/tabs/src/tab-nav.js +1 -1
  448. package/lib/components/tabs/src/tab-pane.js +13 -72
  449. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  450. package/lib/components/tabs/src/tab-pane2.js +72 -13
  451. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  452. package/lib/components/tag/index.js +2 -2
  453. package/lib/components/tag/src/tag.js +94 -34
  454. package/lib/components/tag/src/tag.js.map +1 -1
  455. package/lib/components/tag/src/tag2.js +34 -94
  456. package/lib/components/tag/src/tag2.js.map +1 -1
  457. package/lib/components/tooltip/index.js +2 -2
  458. package/lib/components/tooltip/src/content.js +1 -1
  459. package/lib/components/tooltip/src/content2.js +1 -1
  460. package/lib/components/tooltip/src/tooltip.js +169 -34
  461. package/lib/components/tooltip/src/tooltip.js.map +1 -1
  462. package/lib/components/tooltip/src/tooltip2.js +34 -169
  463. package/lib/components/tooltip/src/tooltip2.js.map +1 -1
  464. package/lib/components/transfer/index.js +2 -2
  465. package/lib/components/transfer/src/composables/use-check.js +1 -1
  466. package/lib/components/transfer/src/composables/use-checked-change.js +1 -1
  467. package/lib/components/transfer/src/transfer-panel.js +128 -21
  468. package/lib/components/transfer/src/transfer-panel.js.map +1 -1
  469. package/lib/components/transfer/src/transfer-panel2.js +21 -128
  470. package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
  471. package/lib/components/transfer/src/transfer.js +160 -73
  472. package/lib/components/transfer/src/transfer.js.map +1 -1
  473. package/lib/components/transfer/src/transfer2.js +73 -160
  474. package/lib/components/transfer/src/transfer2.js.map +1 -1
  475. package/lib/components/upload/index.js +3 -3
  476. package/lib/components/upload/src/upload-content.js +2 -2
  477. package/lib/components/upload/src/upload-content2.js +1 -1
  478. package/lib/components/upload/src/upload-dragger.js +72 -12
  479. package/lib/components/upload/src/upload-dragger.js.map +1 -1
  480. package/lib/components/upload/src/upload-dragger2.js +12 -72
  481. package/lib/components/upload/src/upload-dragger2.js.map +1 -1
  482. package/lib/components/upload/src/upload-list.js +1 -1
  483. package/lib/components/upload/src/upload.js +104 -116
  484. package/lib/components/upload/src/upload.js.map +1 -1
  485. package/lib/components/upload/src/upload2.js +116 -104
  486. package/lib/components/upload/src/upload2.js.map +1 -1
  487. package/lib/components/upload/src/use-handlers.js +1 -1
  488. package/lib/index.js +41 -41
  489. package/package.json +1 -1
@@ -1,16 +1,41 @@
1
- import '../../../utils/index.mjs';
2
- import { buildProps } from '../../../utils/vue/props/runtime.mjs';
3
- import { iconPropType } from '../../../utils/vue/icon.mjs';
1
+ import { defineComponent, ref, provide, onMounted, openBlock, createElementBlock, normalizeClass, unref, renderSlot } from 'vue';
2
+ import '../../../hooks/index.mjs';
3
+ import { breadcrumbKey } from './constants.mjs';
4
+ import { breadcrumbProps } from './breadcrumb2.mjs';
5
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
6
+ import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
4
7
 
5
- const breadcrumbProps = buildProps({
6
- separator: {
7
- type: String,
8
- default: "/"
9
- },
10
- separatorIcon: {
11
- type: iconPropType
8
+ const __default__ = defineComponent({
9
+ name: "ElBreadcrumb"
10
+ });
11
+ const _sfc_main = /* @__PURE__ */ defineComponent({
12
+ ...__default__,
13
+ props: breadcrumbProps,
14
+ setup(__props) {
15
+ const props = __props;
16
+ const ns = useNamespace("breadcrumb");
17
+ const breadcrumb = ref();
18
+ provide(breadcrumbKey, props);
19
+ onMounted(() => {
20
+ const items = breadcrumb.value.querySelectorAll(`.${ns.e("item")}`);
21
+ if (items.length) {
22
+ items[items.length - 1].setAttribute("aria-current", "page");
23
+ }
24
+ });
25
+ return (_ctx, _cache) => {
26
+ return openBlock(), createElementBlock("div", {
27
+ ref_key: "breadcrumb",
28
+ ref: breadcrumb,
29
+ class: normalizeClass(unref(ns).b()),
30
+ "aria-label": "Breadcrumb",
31
+ role: "navigation"
32
+ }, [
33
+ renderSlot(_ctx.$slots, "default")
34
+ ], 2);
35
+ };
12
36
  }
13
37
  });
38
+ var Breadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\project\\work\\code-monkey-ui\\packages\\components\\breadcrumb\\src\\breadcrumb.vue"]]);
14
39
 
15
- export { breadcrumbProps };
40
+ export { Breadcrumb as default };
16
41
  //# sourceMappingURL=breadcrumb.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb.mjs","sources":["../../../../../../packages/components/breadcrumb/src/breadcrumb.ts"],"sourcesContent":["import { buildProps, iconPropType } from '@code-monkey-ui/utils'\nimport type { ExtractPropTypes } from 'vue'\n\nexport const breadcrumbProps = buildProps({\n /**\n * @description separator character\n */\n separator: {\n type: String,\n default: '/',\n },\n /**\n * @description icon component of icon separator\n */\n separatorIcon: {\n type: iconPropType,\n },\n} as const)\nexport type BreadcrumbProps = ExtractPropTypes<typeof breadcrumbProps>\n"],"names":[],"mappings":";;;;AACY,MAAC,eAAe,GAAG,UAAU,CAAC;AAC1C,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,GAAG;AAChB,GAAG;AACH,EAAE,aAAa,EAAE;AACjB,IAAI,IAAI,EAAE,YAAY;AACtB,GAAG;AACH,CAAC;;;;"}
1
+ {"version":3,"file":"breadcrumb.mjs","sources":["../../../../../../packages/components/breadcrumb/src/breadcrumb.vue"],"sourcesContent":["<template>\n <div\n ref=\"breadcrumb\"\n :class=\"ns.b()\"\n aria-label=\"Breadcrumb\"\n role=\"navigation\"\n >\n <slot />\n </div>\n</template>\n\n<script lang=\"ts\" setup>\nimport { onMounted, provide, ref } from 'vue'\nimport { useNamespace } from '@code-monkey-ui/hooks'\nimport { breadcrumbKey } from './constants'\nimport { breadcrumbProps } from './breadcrumb'\n\ndefineOptions({\n name: 'ElBreadcrumb',\n})\n\nconst props = defineProps(breadcrumbProps)\n\nconst ns = useNamespace('breadcrumb')\nconst breadcrumb = ref<HTMLDivElement>()\n\nprovide(breadcrumbKey, props)\n\nonMounted(() => {\n const items = breadcrumb.value!.querySelectorAll(`.${ns.e('item')}`)\n if (items.length) {\n items[items.length - 1].setAttribute('aria-current', 'page')\n }\n})\n</script>\n"],"names":[],"mappings":";;;;;;;mCAiBc,CAAA;AAAA,EACZ,IAAM,EAAA,cAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAIA,IAAM,MAAA,EAAA,GAAK,aAAa,YAAY,CAAA,CAAA;AACpC,IAAA,MAAM,aAAa,GAAoB,EAAA,CAAA;AAEvC,IAAA,OAAA,CAAQ,eAAe,KAAK,CAAA,CAAA;AAE5B,IAAA,SAAA,CAAU,MAAM;AACd,MAAM,MAAA,KAAA,GAAQ,WAAW,KAAO,CAAA,gBAAA,CAAiB,IAAI,EAAG,CAAA,CAAA,CAAE,MAAM,CAAG,CAAA,CAAA,CAAA,CAAA;AACnE,MAAA,IAAI,MAAM,MAAQ,EAAA;AAChB,QAAA,KAAA,CAAM,KAAM,CAAA,MAAA,GAAS,CAAG,CAAA,CAAA,YAAA,CAAa,gBAAgB,MAAM,CAAA,CAAA;AAAA,OAC7D;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;"}
@@ -1,41 +1,16 @@
1
- import { defineComponent, ref, provide, onMounted, openBlock, createElementBlock, normalizeClass, unref, renderSlot } from 'vue';
2
- import '../../../hooks/index.mjs';
3
- import { breadcrumbKey } from './constants.mjs';
4
- import { breadcrumbProps } from './breadcrumb.mjs';
5
- import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
6
- import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
1
+ import '../../../utils/index.mjs';
2
+ import { buildProps } from '../../../utils/vue/props/runtime.mjs';
3
+ import { iconPropType } from '../../../utils/vue/icon.mjs';
7
4
 
8
- const __default__ = defineComponent({
9
- name: "ElBreadcrumb"
10
- });
11
- const _sfc_main = /* @__PURE__ */ defineComponent({
12
- ...__default__,
13
- props: breadcrumbProps,
14
- setup(__props) {
15
- const props = __props;
16
- const ns = useNamespace("breadcrumb");
17
- const breadcrumb = ref();
18
- provide(breadcrumbKey, props);
19
- onMounted(() => {
20
- const items = breadcrumb.value.querySelectorAll(`.${ns.e("item")}`);
21
- if (items.length) {
22
- items[items.length - 1].setAttribute("aria-current", "page");
23
- }
24
- });
25
- return (_ctx, _cache) => {
26
- return openBlock(), createElementBlock("div", {
27
- ref_key: "breadcrumb",
28
- ref: breadcrumb,
29
- class: normalizeClass(unref(ns).b()),
30
- "aria-label": "Breadcrumb",
31
- role: "navigation"
32
- }, [
33
- renderSlot(_ctx.$slots, "default")
34
- ], 2);
35
- };
5
+ const breadcrumbProps = buildProps({
6
+ separator: {
7
+ type: String,
8
+ default: "/"
9
+ },
10
+ separatorIcon: {
11
+ type: iconPropType
36
12
  }
37
13
  });
38
- var Breadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\project\\work\\code-monkey-ui\\packages\\components\\breadcrumb\\src\\breadcrumb.vue"]]);
39
14
 
40
- export { Breadcrumb as default };
15
+ export { breadcrumbProps };
41
16
  //# sourceMappingURL=breadcrumb2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb2.mjs","sources":["../../../../../../packages/components/breadcrumb/src/breadcrumb.vue"],"sourcesContent":["<template>\n <div\n ref=\"breadcrumb\"\n :class=\"ns.b()\"\n aria-label=\"Breadcrumb\"\n role=\"navigation\"\n >\n <slot />\n </div>\n</template>\n\n<script lang=\"ts\" setup>\nimport { onMounted, provide, ref } from 'vue'\nimport { useNamespace } from '@code-monkey-ui/hooks'\nimport { breadcrumbKey } from './constants'\nimport { breadcrumbProps } from './breadcrumb'\n\ndefineOptions({\n name: 'ElBreadcrumb',\n})\n\nconst props = defineProps(breadcrumbProps)\n\nconst ns = useNamespace('breadcrumb')\nconst breadcrumb = ref<HTMLDivElement>()\n\nprovide(breadcrumbKey, props)\n\nonMounted(() => {\n const items = breadcrumb.value!.querySelectorAll(`.${ns.e('item')}`)\n if (items.length) {\n items[items.length - 1].setAttribute('aria-current', 'page')\n }\n})\n</script>\n"],"names":[],"mappings":";;;;;;;mCAiBc,CAAA;AAAA,EACZ,IAAM,EAAA,cAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAIA,IAAM,MAAA,EAAA,GAAK,aAAa,YAAY,CAAA,CAAA;AACpC,IAAA,MAAM,aAAa,GAAoB,EAAA,CAAA;AAEvC,IAAA,OAAA,CAAQ,eAAe,KAAK,CAAA,CAAA;AAE5B,IAAA,SAAA,CAAU,MAAM;AACd,MAAM,MAAA,KAAA,GAAQ,WAAW,KAAO,CAAA,gBAAA,CAAiB,IAAI,EAAG,CAAA,CAAA,CAAE,MAAM,CAAG,CAAA,CAAA,CAAA,CAAA;AACnE,MAAA,IAAI,MAAM,MAAQ,EAAA;AAChB,QAAA,KAAA,CAAM,KAAM,CAAA,MAAA,GAAS,CAAG,CAAA,CAAA,YAAA,CAAa,gBAAgB,MAAM,CAAA,CAAA;AAAA,OAC7D;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"breadcrumb2.mjs","sources":["../../../../../../packages/components/breadcrumb/src/breadcrumb.ts"],"sourcesContent":["import { buildProps, iconPropType } from '@code-monkey-ui/utils'\nimport type { ExtractPropTypes } from 'vue'\n\nexport const breadcrumbProps = buildProps({\n /**\n * @description separator character\n */\n separator: {\n type: String,\n default: '/',\n },\n /**\n * @description icon component of icon separator\n */\n separatorIcon: {\n type: iconPropType,\n },\n} as const)\nexport type BreadcrumbProps = ExtractPropTypes<typeof breadcrumbProps>\n"],"names":[],"mappings":";;;;AACY,MAAC,eAAe,GAAG,UAAU,CAAC;AAC1C,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,GAAG;AAChB,GAAG;AACH,EAAE,aAAa,EAAE;AACjB,IAAI,IAAI,EAAE,YAAY;AACtB,GAAG;AACH,CAAC;;;;"}
@@ -1,7 +1,7 @@
1
1
  import '../../utils/index.mjs';
2
- import Button from './src/button.mjs';
3
- import ButtonGroup from './src/button-group.mjs';
4
- export { buttonEmits, buttonNativeTypes, buttonProps, buttonTypes } from './src/button2.mjs';
2
+ import Button from './src/button2.mjs';
3
+ import ButtonGroup from './src/button-group2.mjs';
4
+ export { buttonEmits, buttonNativeTypes, buttonProps, buttonTypes } from './src/button.mjs';
5
5
  export { buttonGroupContextKey } from './src/constants.mjs';
6
6
  import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
7
7
 
@@ -1,33 +1,9 @@
1
- import { defineComponent, provide, reactive, toRef, openBlock, createElementBlock, normalizeClass, unref, renderSlot } from 'vue';
2
- import '../../../hooks/index.mjs';
3
- import { buttonGroupProps } from './button-group2.mjs';
4
- import { buttonGroupContextKey } from './constants.mjs';
5
- import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
6
- import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
1
+ import { buttonProps } from './button.mjs';
7
2
 
8
- const __default__ = defineComponent({
9
- name: "ElButtonGroup"
10
- });
11
- const _sfc_main = /* @__PURE__ */ defineComponent({
12
- ...__default__,
13
- props: buttonGroupProps,
14
- setup(__props) {
15
- const props = __props;
16
- provide(buttonGroupContextKey, reactive({
17
- size: toRef(props, "size"),
18
- type: toRef(props, "type")
19
- }));
20
- const ns = useNamespace("button");
21
- return (_ctx, _cache) => {
22
- return openBlock(), createElementBlock("div", {
23
- class: normalizeClass(`${unref(ns).b("group")}`)
24
- }, [
25
- renderSlot(_ctx.$slots, "default")
26
- ], 2);
27
- };
28
- }
29
- });
30
- var ButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\project\\work\\code-monkey-ui\\packages\\components\\button\\src\\button-group.vue"]]);
3
+ const buttonGroupProps = {
4
+ size: buttonProps.size,
5
+ type: buttonProps.type
6
+ };
31
7
 
32
- export { ButtonGroup as default };
8
+ export { buttonGroupProps };
33
9
  //# sourceMappingURL=button-group.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"button-group.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 { useNamespace } from '@code-monkey-ui/hooks'\nimport { buttonGroupProps } from './button-group'\nimport { buttonGroupContextKey } from './constants'\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
+ {"version":3,"file":"button-group.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,9 +1,33 @@
1
- import { buttonProps } from './button2.mjs';
1
+ import { defineComponent, provide, reactive, toRef, openBlock, createElementBlock, normalizeClass, unref, renderSlot } from 'vue';
2
+ import '../../../hooks/index.mjs';
3
+ import { buttonGroupProps } from './button-group.mjs';
4
+ import { buttonGroupContextKey } from './constants.mjs';
5
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
6
+ import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
2
7
 
3
- const buttonGroupProps = {
4
- size: buttonProps.size,
5
- type: buttonProps.type
6
- };
8
+ const __default__ = defineComponent({
9
+ name: "ElButtonGroup"
10
+ });
11
+ const _sfc_main = /* @__PURE__ */ defineComponent({
12
+ ...__default__,
13
+ props: buttonGroupProps,
14
+ setup(__props) {
15
+ const props = __props;
16
+ provide(buttonGroupContextKey, reactive({
17
+ size: toRef(props, "size"),
18
+ type: toRef(props, "type")
19
+ }));
20
+ const ns = useNamespace("button");
21
+ return (_ctx, _cache) => {
22
+ return openBlock(), createElementBlock("div", {
23
+ class: normalizeClass(`${unref(ns).b("group")}`)
24
+ }, [
25
+ renderSlot(_ctx.$slots, "default")
26
+ ], 2);
27
+ };
28
+ }
29
+ });
30
+ var ButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\project\\work\\code-monkey-ui\\packages\\components\\button\\src\\button-group.vue"]]);
7
31
 
8
- export { buttonGroupProps };
32
+ export { ButtonGroup as default };
9
33
  //# 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 { useNamespace } from '@code-monkey-ui/hooks'\nimport { buttonGroupProps } from './button-group'\nimport { buttonGroupContextKey } from './constants'\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,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';
1
+ import { Loading } from '@element-plus/icons-vue';
3
2
  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';
3
+ import '../../../utils/index.mjs';
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", "D:\\project\\work\\code-monkey-ui\\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=button.mjs.map
@@ -1 +1 @@
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 '@code-monkey-ui/components/icon'\nimport { useNamespace } from '@code-monkey-ui/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
+ {"version":3,"file":"button.mjs","sources":["../../../../../../packages/components/button/src/button.ts"],"sourcesContent":["import { Loading } from '@element-plus/icons-vue'\nimport { useSizeProp } from '@code-monkey-ui/hooks'\nimport { buildProps, definePropType, iconPropType } from '@code-monkey-ui/utils'\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,63 +1,82 @@
1
- import { Loading } from '@element-plus/icons-vue';
1
+ import { defineComponent, openBlock, createBlock, resolveDynamicComponent, mergeProps, unref, withCtx, createElementBlock, Fragment, renderSlot, normalizeClass, createCommentVNode } from 'vue';
2
+ import { ElIcon } from '../../icon/index.mjs';
2
3
  import '../../../hooks/index.mjs';
3
- import '../../../utils/index.mjs';
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 './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
- 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", "D:\\project\\work\\code-monkey-ui\\packages\\components\\button\\src\\button.vue"]]);
61
80
 
62
- export { buttonEmits, buttonNativeTypes, buttonProps, buttonTypes };
81
+ export { Button as default };
63
82
  //# sourceMappingURL=button2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"button2.mjs","sources":["../../../../../../packages/components/button/src/button.ts"],"sourcesContent":["import { Loading } from '@element-plus/icons-vue'\nimport { useSizeProp } from '@code-monkey-ui/hooks'\nimport { buildProps, definePropType, iconPropType } from '@code-monkey-ui/utils'\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":"button2.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 '@code-monkey-ui/components/icon'\nimport { useNamespace } from '@code-monkey-ui/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,7 +1,7 @@
1
1
  import '../../utils/index.mjs';
2
- import Carousel from './src/carousel.mjs';
2
+ import Carousel from './src/carousel2.mjs';
3
3
  import CarouselItem from './src/carousel-item2.mjs';
4
- export { carouselEmits, carouselProps } from './src/carousel2.mjs';
4
+ export { carouselEmits, carouselProps } from './src/carousel.mjs';
5
5
  export { carouselItemProps } from './src/carousel-item.mjs';
6
6
  export { carouselContextKey } from './src/constants.mjs';
7
7
  import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';