element-pe 2.2.58 → 2.2.59

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 (596) hide show
  1. package/dist/index.full.js +16 -12
  2. package/dist/index.full.min.js +7 -7
  3. package/dist/index.full.min.js.map +1 -1
  4. package/dist/index.full.min.mjs +14 -14
  5. package/dist/index.full.min.mjs.map +1 -1
  6. package/dist/index.full.mjs +16 -12
  7. package/es/components/affix/index.mjs +2 -2
  8. package/es/components/affix/src/affix.mjs +119 -26
  9. package/es/components/affix/src/affix.mjs.map +1 -1
  10. package/es/components/affix/src/affix2.mjs +26 -119
  11. package/es/components/affix/src/affix2.mjs.map +1 -1
  12. package/es/components/alert/index.d.ts +4 -4
  13. package/es/components/alert/src/alert.d.ts +1 -1
  14. package/es/components/alert/src/alert.vue.d.ts +4 -4
  15. package/es/components/autocomplete/index.d.ts +65 -65
  16. package/es/components/autocomplete/index.mjs +2 -2
  17. package/es/components/autocomplete/src/autocomplete.mjs +82 -362
  18. package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
  19. package/es/components/autocomplete/src/autocomplete.vue.d.ts +65 -65
  20. package/es/components/autocomplete/src/autocomplete2.mjs +362 -82
  21. package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
  22. package/es/components/badge/index.mjs +2 -2
  23. package/es/components/badge/src/badge.mjs +17 -59
  24. package/es/components/badge/src/badge.mjs.map +1 -1
  25. package/es/components/badge/src/badge2.mjs +59 -17
  26. package/es/components/badge/src/badge2.mjs.map +1 -1
  27. package/es/components/button/index.d.ts +5 -5
  28. package/es/components/button/src/button.d.ts +1 -1
  29. package/es/components/button/src/button.vue.d.ts +5 -5
  30. package/es/components/button/src/use-button.d.ts +1 -1
  31. package/es/components/calendar/index.d.ts +5 -5
  32. package/es/components/calendar/src/calendar.vue.d.ts +5 -5
  33. package/es/components/calendar/src/calendar2.mjs +1 -1
  34. package/es/components/calendar/src/date-table.mjs +33 -87
  35. package/es/components/calendar/src/date-table.mjs.map +1 -1
  36. package/es/components/calendar/src/date-table2.mjs +87 -33
  37. package/es/components/calendar/src/date-table2.mjs.map +1 -1
  38. package/es/components/calendar/src/use-date-table.mjs +1 -1
  39. package/es/components/card/index.mjs +2 -2
  40. package/es/components/card/src/card.mjs +35 -16
  41. package/es/components/card/src/card.mjs.map +1 -1
  42. package/es/components/card/src/card2.mjs +16 -35
  43. package/es/components/card/src/card2.mjs.map +1 -1
  44. package/es/components/carousel/index.d.ts +5 -5
  45. package/es/components/carousel/index.mjs +2 -2
  46. package/es/components/carousel/src/carousel.d.ts +1 -1
  47. package/es/components/carousel/src/carousel.mjs +169 -56
  48. package/es/components/carousel/src/carousel.mjs.map +1 -1
  49. package/es/components/carousel/src/carousel.vue.d.ts +5 -5
  50. package/es/components/carousel/src/carousel2.mjs +56 -169
  51. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  52. package/es/components/cascader/index.d.ts +128 -128
  53. package/es/components/cascader/index.mjs +2 -2
  54. package/es/components/cascader/src/cascader.mjs +63 -622
  55. package/es/components/cascader/src/cascader.mjs.map +1 -1
  56. package/es/components/cascader/src/cascader.vue.d.ts +64 -64
  57. package/es/components/cascader/src/cascader2.mjs +622 -63
  58. package/es/components/cascader/src/cascader2.mjs.map +1 -1
  59. package/es/components/cascader-panel/src/index.mjs +1 -1
  60. package/es/components/cascader-panel/src/menu.mjs +1 -1
  61. package/es/components/cascader-panel/src/node.mjs +116 -209
  62. package/es/components/cascader-panel/src/node.mjs.map +1 -1
  63. package/es/components/cascader-panel/src/node2.mjs +209 -116
  64. package/es/components/cascader-panel/src/node2.mjs.map +1 -1
  65. package/es/components/cascader-panel/src/store.mjs +1 -1
  66. package/es/components/col/index.mjs +2 -2
  67. package/es/components/col/src/col.mjs +43 -66
  68. package/es/components/col/src/col.mjs.map +1 -1
  69. package/es/components/col/src/col2.mjs +66 -43
  70. package/es/components/col/src/col2.mjs.map +1 -1
  71. package/es/components/color-picker/index.d.ts +35 -35
  72. package/es/components/color-picker/index.mjs +2 -2
  73. package/es/components/color-picker/src/color-picker.mjs +333 -46
  74. package/es/components/color-picker/src/color-picker.mjs.map +1 -1
  75. package/es/components/color-picker/src/color-picker.vue.d.ts +35 -35
  76. package/es/components/color-picker/src/color-picker2.mjs +46 -333
  77. package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
  78. package/es/components/color-picker/src/components/predefine.mjs +1 -1
  79. package/es/components/date-picker/index.d.ts +4 -0
  80. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +17 -17
  81. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +17 -17
  82. package/es/components/date-picker/src/date-picker.d.ts +2 -0
  83. package/es/components/date-picker/src/panel-utils.d.ts +34 -34
  84. package/es/components/date-picker/src/props/date-picker.d.ts +1 -0
  85. package/es/components/descriptions/index.mjs +2 -2
  86. package/es/components/descriptions/src/description.mjs +27 -120
  87. package/es/components/descriptions/src/description.mjs.map +1 -1
  88. package/es/components/descriptions/src/description2.mjs +120 -27
  89. package/es/components/descriptions/src/description2.mjs.map +1 -1
  90. package/es/components/descriptions/src/descriptions-row.mjs +7 -64
  91. package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
  92. package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
  93. package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
  94. package/es/components/dialog/index.d.ts +1 -1
  95. package/es/components/dialog/index.mjs +2 -2
  96. package/es/components/dialog/src/dialog.mjs +73 -174
  97. package/es/components/dialog/src/dialog.mjs.map +1 -1
  98. package/es/components/dialog/src/dialog.vue.d.ts +1 -1
  99. package/es/components/dialog/src/dialog2.mjs +174 -73
  100. package/es/components/dialog/src/dialog2.mjs.map +1 -1
  101. package/es/components/drawer/src/drawer.mjs +1 -1
  102. package/es/components/dropdown/index.d.ts +14 -14
  103. package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  104. package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  105. package/es/components/dropdown/src/dropdown.mjs +1 -1
  106. package/es/components/dropdown/src/dropdown.vue.d.ts +12 -12
  107. package/es/components/focus-trap/src/focus-trap.vue.d.ts +1 -1
  108. package/es/components/form/index.d.ts +12 -12
  109. package/es/components/form/src/form-item.d.ts +1 -1
  110. package/es/components/form/src/form-item.vue.d.ts +5 -5
  111. package/es/components/image/index.d.ts +1 -1
  112. package/es/components/image/src/image.vue.d.ts +1 -1
  113. package/es/components/index.mjs +30 -30
  114. package/es/components/input/index.d.ts +12 -12
  115. package/es/components/input/index.mjs +2 -2
  116. package/es/components/input/src/input.mjs +108 -458
  117. package/es/components/input/src/input.mjs.map +1 -1
  118. package/es/components/input/src/input.vue.d.ts +12 -12
  119. package/es/components/input/src/input2.mjs +458 -108
  120. package/es/components/input/src/input2.mjs.map +1 -1
  121. package/es/components/input-number/index.d.ts +45 -45
  122. package/es/components/input-number/src/input-number.vue.d.ts +45 -45
  123. package/es/components/menu/index.d.ts +3 -3
  124. package/es/components/menu/index.mjs +2 -2
  125. package/es/components/menu/src/menu-item-group.mjs +35 -4
  126. package/es/components/menu/src/menu-item-group.mjs.map +1 -1
  127. package/es/components/menu/src/menu-item-group2.mjs +4 -35
  128. package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
  129. package/es/components/menu/src/menu.d.ts +4 -4
  130. package/es/components/message/src/message.d.ts +1 -1
  131. package/es/components/message/src/message.vue.d.ts +4 -4
  132. package/es/components/notification/index.mjs +1 -1
  133. package/es/components/notification/src/notification.d.ts +1 -1
  134. package/es/components/notification/src/notification.mjs +69 -149
  135. package/es/components/notification/src/notification.mjs.map +1 -1
  136. package/es/components/notification/src/notification.vue.d.ts +4 -4
  137. package/es/components/notification/src/notification2.mjs +149 -69
  138. package/es/components/notification/src/notification2.mjs.map +1 -1
  139. package/es/components/notification/src/notify.mjs +2 -2
  140. package/es/components/pagination/src/components/jumper.vue.d.ts +12 -12
  141. package/es/components/pagination/src/components/pager.mjs +216 -17
  142. package/es/components/pagination/src/components/pager.mjs.map +1 -1
  143. package/es/components/pagination/src/components/pager2.mjs +17 -216
  144. package/es/components/pagination/src/components/pager2.mjs.map +1 -1
  145. package/es/components/pagination/src/components/sizes.vue.d.ts +14 -14
  146. package/es/components/pagination/src/pagination.mjs +1 -1
  147. package/es/components/popconfirm/index.d.ts +23 -23
  148. package/es/components/popconfirm/src/popconfirm.vue.d.ts +23 -23
  149. package/es/components/popconfirm/src/popconfirm2.mjs +1 -1
  150. package/es/components/popover/index.d.ts +18 -18
  151. package/es/components/popover/index.mjs +2 -2
  152. package/es/components/popover/src/popover.mjs +111 -66
  153. package/es/components/popover/src/popover.mjs.map +1 -1
  154. package/es/components/popover/src/popover.vue.d.ts +18 -18
  155. package/es/components/popover/src/popover2.mjs +66 -111
  156. package/es/components/popover/src/popover2.mjs.map +1 -1
  157. package/es/components/popper/index.mjs +2 -2
  158. package/es/components/popper/src/content.vue.d.ts +6 -6
  159. package/es/components/popper/src/popper.mjs +25 -32
  160. package/es/components/popper/src/popper.mjs.map +1 -1
  161. package/es/components/popper/src/popper2.mjs +32 -25
  162. package/es/components/popper/src/popper2.mjs.map +1 -1
  163. package/es/components/progress/index.mjs +2 -2
  164. package/es/components/progress/src/progress.mjs +204 -59
  165. package/es/components/progress/src/progress.mjs.map +1 -1
  166. package/es/components/progress/src/progress2.mjs +59 -204
  167. package/es/components/progress/src/progress2.mjs.map +1 -1
  168. package/es/components/radio/index.mjs +2 -2
  169. package/es/components/radio/src/radio-group.mjs +70 -36
  170. package/es/components/radio/src/radio-group.mjs.map +1 -1
  171. package/es/components/radio/src/radio-group2.mjs +36 -70
  172. package/es/components/radio/src/radio-group2.mjs.map +1 -1
  173. package/es/components/result/index.d.ts +4 -4
  174. package/es/components/result/index.mjs +2 -2
  175. package/es/components/result/src/result.d.ts +1 -1
  176. package/es/components/result/src/result.mjs +29 -63
  177. package/es/components/result/src/result.mjs.map +1 -1
  178. package/es/components/result/src/result.vue.d.ts +4 -4
  179. package/es/components/result/src/result2.mjs +63 -29
  180. package/es/components/result/src/result2.mjs.map +1 -1
  181. package/es/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
  182. package/es/components/row/index.mjs +2 -2
  183. package/es/components/row/src/row.mjs +45 -30
  184. package/es/components/row/src/row.mjs.map +1 -1
  185. package/es/components/row/src/row2.mjs +30 -45
  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 +176 -46
  189. package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
  190. package/es/components/scrollbar/src/scrollbar2.mjs +46 -176
  191. package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
  192. package/es/components/select/index.d.ts +14 -14
  193. package/es/components/select/src/select.mjs +2 -2
  194. package/es/components/select/src/select.vue.d.ts +14 -14
  195. package/es/components/select/src/useSelect.d.ts +12 -12
  196. package/es/components/select-v2/index.d.ts +30 -30
  197. package/es/components/select-v2/src/defaults.mjs +1 -1
  198. package/es/components/select-v2/src/option-item.vue.d.ts +1 -1
  199. package/es/components/select-v2/src/select.vue.d.ts +15 -15
  200. package/es/components/select-v2/src/useSelect.d.ts +13 -13
  201. package/es/components/skeleton/index.mjs +2 -2
  202. package/es/components/skeleton/src/skeleton.mjs +49 -22
  203. package/es/components/skeleton/src/skeleton.mjs.map +1 -1
  204. package/es/components/skeleton/src/skeleton2.mjs +22 -49
  205. package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
  206. package/es/components/slider/index.d.ts +75 -75
  207. package/es/components/slider/index.mjs +2 -2
  208. package/es/components/slider/src/button.mjs +21 -93
  209. package/es/components/slider/src/button.mjs.map +1 -1
  210. package/es/components/slider/src/button.vue.d.ts +6 -6
  211. package/es/components/slider/src/button2.mjs +93 -21
  212. package/es/components/slider/src/button2.mjs.map +1 -1
  213. package/es/components/slider/src/composables/use-slide.d.ts +24 -24
  214. package/es/components/slider/src/slider.mjs +233 -91
  215. package/es/components/slider/src/slider.mjs.map +1 -1
  216. package/es/components/slider/src/slider.vue.d.ts +75 -75
  217. package/es/components/slider/src/slider2.mjs +91 -233
  218. package/es/components/slider/src/slider2.mjs.map +1 -1
  219. package/es/components/statistic/index.mjs +2 -2
  220. package/es/components/statistic/src/statistic.mjs +25 -70
  221. package/es/components/statistic/src/statistic.mjs.map +1 -1
  222. package/es/components/statistic/src/statistic2.mjs +70 -25
  223. package/es/components/statistic/src/statistic2.mjs.map +1 -1
  224. package/es/components/steps/index.d.ts +16 -16
  225. package/es/components/steps/index.mjs +2 -2
  226. package/es/components/steps/src/item.d.ts +1 -1
  227. package/es/components/steps/src/item.vue.d.ts +4 -4
  228. package/es/components/steps/src/steps.d.ts +2 -2
  229. package/es/components/steps/src/steps.mjs +34 -36
  230. package/es/components/steps/src/steps.mjs.map +1 -1
  231. package/es/components/steps/src/steps.vue.d.ts +8 -8
  232. package/es/components/steps/src/steps2.mjs +36 -34
  233. package/es/components/steps/src/steps2.mjs.map +1 -1
  234. package/es/components/table/index.d.ts +1 -1
  235. package/es/components/table/src/filter-panel.vue.d.ts +12 -12
  236. package/es/components/table/src/table.vue.d.ts +1 -1
  237. package/es/components/tabs/index.mjs +1 -1
  238. package/es/components/tabs/src/tab-bar.mjs +75 -7
  239. package/es/components/tabs/src/tab-bar.mjs.map +1 -1
  240. package/es/components/tabs/src/tab-bar2.mjs +7 -75
  241. package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
  242. package/es/components/tabs/src/tab-nav.mjs +1 -1
  243. package/es/components/tag/index.d.ts +1 -1
  244. package/es/components/tag/index.mjs +2 -2
  245. package/es/components/tag/src/tag.mjs +98 -33
  246. package/es/components/tag/src/tag.mjs.map +1 -1
  247. package/es/components/tag/src/tag.vue.d.ts +1 -1
  248. package/es/components/tag/src/tag2.mjs +33 -98
  249. package/es/components/tag/src/tag2.mjs.map +1 -1
  250. package/es/components/text/index.mjs +2 -2
  251. package/es/components/text/src/text.mjs +22 -35
  252. package/es/components/text/src/text.mjs.map +1 -1
  253. package/es/components/text/src/text2.mjs +35 -22
  254. package/es/components/text/src/text2.mjs.map +1 -1
  255. package/es/components/time-picker/index.d.ts +4 -0
  256. package/es/components/time-picker/src/common/picker.mjs +10 -7
  257. package/es/components/time-picker/src/common/picker.mjs.map +1 -1
  258. package/es/components/time-picker/src/common/picker.vue.d.ts +37 -34
  259. package/es/components/time-picker/src/common/props.d.ts +1 -0
  260. package/es/components/time-picker/src/common/props.mjs +2 -1
  261. package/es/components/time-picker/src/common/props.mjs.map +1 -1
  262. package/es/components/time-picker/src/time-picker.d.ts +2 -0
  263. package/es/components/time-select/index.d.ts +62 -62
  264. package/es/components/time-select/src/time-select.vue.d.ts +31 -31
  265. package/es/components/tooltip/index.d.ts +6 -6
  266. package/es/components/tooltip/index.mjs +3 -3
  267. package/es/components/tooltip/src/content.mjs +179 -31
  268. package/es/components/tooltip/src/content.mjs.map +1 -1
  269. package/es/components/tooltip/src/content.vue.d.ts +6 -6
  270. package/es/components/tooltip/src/content2.mjs +31 -179
  271. package/es/components/tooltip/src/content2.mjs.map +1 -1
  272. package/es/components/tooltip/src/tooltip.mjs +174 -31
  273. package/es/components/tooltip/src/tooltip.mjs.map +1 -1
  274. package/es/components/tooltip/src/tooltip.vue.d.ts +6 -6
  275. package/es/components/tooltip/src/tooltip2.mjs +31 -174
  276. package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
  277. package/es/components/tooltip-v2/index.d.ts +4 -4
  278. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +4 -4
  279. package/es/components/transfer/index.d.ts +65 -65
  280. package/es/components/transfer/src/composables/use-check.mjs +1 -1
  281. package/es/components/transfer/src/transfer-panel.mjs +128 -19
  282. package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
  283. package/es/components/transfer/src/transfer-panel.vue.d.ts +12 -12
  284. package/es/components/transfer/src/transfer-panel2.mjs +19 -128
  285. package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
  286. package/es/components/transfer/src/transfer.vue.d.ts +65 -65
  287. package/es/components/transfer/src/transfer2.mjs +1 -1
  288. package/es/components/tree-v2/index.d.ts +1 -1
  289. package/es/components/tree-v2/src/tree-node.vue.d.ts +1 -1
  290. package/es/components/tree-v2/src/tree.vue.d.ts +1 -1
  291. package/es/components/upload/index.d.ts +5 -5
  292. package/es/components/upload/index.mjs +1 -1
  293. package/es/components/upload/src/upload-content.mjs +182 -33
  294. package/es/components/upload/src/upload-content.mjs.map +1 -1
  295. package/es/components/upload/src/upload-content.vue.d.ts +1 -1
  296. package/es/components/upload/src/upload-content2.mjs +33 -182
  297. package/es/components/upload/src/upload-content2.mjs.map +1 -1
  298. package/es/components/upload/src/upload.vue.d.ts +5 -5
  299. package/es/components/upload/src/upload2.mjs +1 -1
  300. package/es/index.mjs +30 -30
  301. package/lib/components/affix/index.js +2 -2
  302. package/lib/components/affix/src/affix.js +119 -27
  303. package/lib/components/affix/src/affix.js.map +1 -1
  304. package/lib/components/affix/src/affix2.js +27 -119
  305. package/lib/components/affix/src/affix2.js.map +1 -1
  306. package/lib/components/alert/index.d.ts +4 -4
  307. package/lib/components/alert/src/alert.d.ts +1 -1
  308. package/lib/components/alert/src/alert.vue.d.ts +4 -4
  309. package/lib/components/autocomplete/index.d.ts +65 -65
  310. package/lib/components/autocomplete/index.js +2 -2
  311. package/lib/components/autocomplete/src/autocomplete.js +82 -361
  312. package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
  313. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +65 -65
  314. package/lib/components/autocomplete/src/autocomplete2.js +361 -82
  315. package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
  316. package/lib/components/badge/index.js +2 -2
  317. package/lib/components/badge/src/badge.js +17 -59
  318. package/lib/components/badge/src/badge.js.map +1 -1
  319. package/lib/components/badge/src/badge2.js +59 -17
  320. package/lib/components/badge/src/badge2.js.map +1 -1
  321. package/lib/components/button/index.d.ts +5 -5
  322. package/lib/components/button/src/button.d.ts +1 -1
  323. package/lib/components/button/src/button.vue.d.ts +5 -5
  324. package/lib/components/button/src/use-button.d.ts +1 -1
  325. package/lib/components/calendar/index.d.ts +5 -5
  326. package/lib/components/calendar/src/calendar.vue.d.ts +5 -5
  327. package/lib/components/calendar/src/calendar2.js +1 -1
  328. package/lib/components/calendar/src/date-table.js +37 -87
  329. package/lib/components/calendar/src/date-table.js.map +1 -1
  330. package/lib/components/calendar/src/date-table2.js +87 -37
  331. package/lib/components/calendar/src/date-table2.js.map +1 -1
  332. package/lib/components/calendar/src/use-date-table.js +1 -1
  333. package/lib/components/card/index.js +2 -2
  334. package/lib/components/card/src/card.js +35 -16
  335. package/lib/components/card/src/card.js.map +1 -1
  336. package/lib/components/card/src/card2.js +16 -35
  337. package/lib/components/card/src/card2.js.map +1 -1
  338. package/lib/components/carousel/index.d.ts +5 -5
  339. package/lib/components/carousel/index.js +2 -2
  340. package/lib/components/carousel/src/carousel.d.ts +1 -1
  341. package/lib/components/carousel/src/carousel.js +169 -57
  342. package/lib/components/carousel/src/carousel.js.map +1 -1
  343. package/lib/components/carousel/src/carousel.vue.d.ts +5 -5
  344. package/lib/components/carousel/src/carousel2.js +57 -169
  345. package/lib/components/carousel/src/carousel2.js.map +1 -1
  346. package/lib/components/cascader/index.d.ts +128 -128
  347. package/lib/components/cascader/index.js +2 -2
  348. package/lib/components/cascader/src/cascader.js +64 -622
  349. package/lib/components/cascader/src/cascader.js.map +1 -1
  350. package/lib/components/cascader/src/cascader.vue.d.ts +64 -64
  351. package/lib/components/cascader/src/cascader2.js +622 -64
  352. package/lib/components/cascader/src/cascader2.js.map +1 -1
  353. package/lib/components/cascader-panel/src/index.js +1 -1
  354. package/lib/components/cascader-panel/src/menu.js +1 -1
  355. package/lib/components/cascader-panel/src/node.js +116 -209
  356. package/lib/components/cascader-panel/src/node.js.map +1 -1
  357. package/lib/components/cascader-panel/src/node2.js +209 -116
  358. package/lib/components/cascader-panel/src/node2.js.map +1 -1
  359. package/lib/components/cascader-panel/src/store.js +1 -1
  360. package/lib/components/col/index.js +2 -2
  361. package/lib/components/col/src/col.js +43 -66
  362. package/lib/components/col/src/col.js.map +1 -1
  363. package/lib/components/col/src/col2.js +66 -43
  364. package/lib/components/col/src/col2.js.map +1 -1
  365. package/lib/components/color-picker/index.d.ts +35 -35
  366. package/lib/components/color-picker/index.js +2 -2
  367. package/lib/components/color-picker/src/color-picker.js +331 -46
  368. package/lib/components/color-picker/src/color-picker.js.map +1 -1
  369. package/lib/components/color-picker/src/color-picker.vue.d.ts +35 -35
  370. package/lib/components/color-picker/src/color-picker2.js +46 -331
  371. package/lib/components/color-picker/src/color-picker2.js.map +1 -1
  372. package/lib/components/color-picker/src/components/predefine.js +1 -1
  373. package/lib/components/date-picker/index.d.ts +4 -0
  374. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +17 -17
  375. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +17 -17
  376. package/lib/components/date-picker/src/date-picker.d.ts +2 -0
  377. package/lib/components/date-picker/src/panel-utils.d.ts +34 -34
  378. package/lib/components/date-picker/src/props/date-picker.d.ts +1 -0
  379. package/lib/components/descriptions/index.js +2 -2
  380. package/lib/components/descriptions/src/description.js +27 -120
  381. package/lib/components/descriptions/src/description.js.map +1 -1
  382. package/lib/components/descriptions/src/description2.js +120 -27
  383. package/lib/components/descriptions/src/description2.js.map +1 -1
  384. package/lib/components/descriptions/src/descriptions-row.js +7 -64
  385. package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
  386. package/lib/components/descriptions/src/descriptions-row2.js +64 -7
  387. package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
  388. package/lib/components/dialog/index.d.ts +1 -1
  389. package/lib/components/dialog/index.js +2 -2
  390. package/lib/components/dialog/src/dialog.js +74 -174
  391. package/lib/components/dialog/src/dialog.js.map +1 -1
  392. package/lib/components/dialog/src/dialog.vue.d.ts +1 -1
  393. package/lib/components/dialog/src/dialog2.js +174 -74
  394. package/lib/components/dialog/src/dialog2.js.map +1 -1
  395. package/lib/components/drawer/src/drawer.js +1 -1
  396. package/lib/components/dropdown/index.d.ts +14 -14
  397. package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  398. package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  399. package/lib/components/dropdown/src/dropdown.js +1 -1
  400. package/lib/components/dropdown/src/dropdown.vue.d.ts +12 -12
  401. package/lib/components/focus-trap/src/focus-trap.vue.d.ts +1 -1
  402. package/lib/components/form/index.d.ts +12 -12
  403. package/lib/components/form/src/form-item.d.ts +1 -1
  404. package/lib/components/form/src/form-item.vue.d.ts +5 -5
  405. package/lib/components/image/index.d.ts +1 -1
  406. package/lib/components/image/src/image.vue.d.ts +1 -1
  407. package/lib/components/index.js +30 -30
  408. package/lib/components/input/index.d.ts +12 -12
  409. package/lib/components/input/index.js +2 -2
  410. package/lib/components/input/src/input.js +108 -457
  411. package/lib/components/input/src/input.js.map +1 -1
  412. package/lib/components/input/src/input.vue.d.ts +12 -12
  413. package/lib/components/input/src/input2.js +457 -108
  414. package/lib/components/input/src/input2.js.map +1 -1
  415. package/lib/components/input-number/index.d.ts +45 -45
  416. package/lib/components/input-number/src/input-number.vue.d.ts +45 -45
  417. package/lib/components/menu/index.d.ts +3 -3
  418. package/lib/components/menu/index.js +2 -2
  419. package/lib/components/menu/src/menu-item-group.js +35 -4
  420. package/lib/components/menu/src/menu-item-group.js.map +1 -1
  421. package/lib/components/menu/src/menu-item-group2.js +4 -35
  422. package/lib/components/menu/src/menu-item-group2.js.map +1 -1
  423. package/lib/components/menu/src/menu.d.ts +4 -4
  424. package/lib/components/message/src/message.d.ts +1 -1
  425. package/lib/components/message/src/message.vue.d.ts +4 -4
  426. package/lib/components/notification/index.js +1 -1
  427. package/lib/components/notification/src/notification.d.ts +1 -1
  428. package/lib/components/notification/src/notification.js +70 -148
  429. package/lib/components/notification/src/notification.js.map +1 -1
  430. package/lib/components/notification/src/notification.vue.d.ts +4 -4
  431. package/lib/components/notification/src/notification2.js +148 -70
  432. package/lib/components/notification/src/notification2.js.map +1 -1
  433. package/lib/components/notification/src/notify.js +2 -2
  434. package/lib/components/pagination/src/components/jumper.vue.d.ts +12 -12
  435. package/lib/components/pagination/src/components/pager.js +216 -17
  436. package/lib/components/pagination/src/components/pager.js.map +1 -1
  437. package/lib/components/pagination/src/components/pager2.js +17 -216
  438. package/lib/components/pagination/src/components/pager2.js.map +1 -1
  439. package/lib/components/pagination/src/components/sizes.vue.d.ts +14 -14
  440. package/lib/components/pagination/src/pagination.js +1 -1
  441. package/lib/components/popconfirm/index.d.ts +23 -23
  442. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +23 -23
  443. package/lib/components/popconfirm/src/popconfirm2.js +1 -1
  444. package/lib/components/popover/index.d.ts +18 -18
  445. package/lib/components/popover/index.js +2 -2
  446. package/lib/components/popover/src/popover.js +111 -67
  447. package/lib/components/popover/src/popover.js.map +1 -1
  448. package/lib/components/popover/src/popover.vue.d.ts +18 -18
  449. package/lib/components/popover/src/popover2.js +67 -111
  450. package/lib/components/popover/src/popover2.js.map +1 -1
  451. package/lib/components/popper/index.js +2 -2
  452. package/lib/components/popper/src/content.vue.d.ts +6 -6
  453. package/lib/components/popper/src/popper.js +28 -32
  454. package/lib/components/popper/src/popper.js.map +1 -1
  455. package/lib/components/popper/src/popper2.js +32 -28
  456. package/lib/components/popper/src/popper2.js.map +1 -1
  457. package/lib/components/progress/index.js +2 -2
  458. package/lib/components/progress/src/progress.js +204 -59
  459. package/lib/components/progress/src/progress.js.map +1 -1
  460. package/lib/components/progress/src/progress2.js +59 -204
  461. package/lib/components/progress/src/progress2.js.map +1 -1
  462. package/lib/components/radio/index.js +2 -2
  463. package/lib/components/radio/src/radio-group.js +70 -37
  464. package/lib/components/radio/src/radio-group.js.map +1 -1
  465. package/lib/components/radio/src/radio-group2.js +37 -70
  466. package/lib/components/radio/src/radio-group2.js.map +1 -1
  467. package/lib/components/result/index.d.ts +4 -4
  468. package/lib/components/result/index.js +2 -2
  469. package/lib/components/result/src/result.d.ts +1 -1
  470. package/lib/components/result/src/result.js +31 -63
  471. package/lib/components/result/src/result.js.map +1 -1
  472. package/lib/components/result/src/result.vue.d.ts +4 -4
  473. package/lib/components/result/src/result2.js +63 -31
  474. package/lib/components/result/src/result2.js.map +1 -1
  475. package/lib/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
  476. package/lib/components/row/index.js +2 -2
  477. package/lib/components/row/src/row.js +45 -32
  478. package/lib/components/row/src/row.js.map +1 -1
  479. package/lib/components/row/src/row2.js +32 -45
  480. package/lib/components/row/src/row2.js.map +1 -1
  481. package/lib/components/scrollbar/index.js +2 -2
  482. package/lib/components/scrollbar/src/scrollbar.js +176 -47
  483. package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
  484. package/lib/components/scrollbar/src/scrollbar2.js +47 -176
  485. package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
  486. package/lib/components/select/index.d.ts +14 -14
  487. package/lib/components/select/src/select.js +2 -2
  488. package/lib/components/select/src/select.vue.d.ts +14 -14
  489. package/lib/components/select/src/useSelect.d.ts +12 -12
  490. package/lib/components/select-v2/index.d.ts +30 -30
  491. package/lib/components/select-v2/src/defaults.js +1 -1
  492. package/lib/components/select-v2/src/option-item.vue.d.ts +1 -1
  493. package/lib/components/select-v2/src/select.vue.d.ts +15 -15
  494. package/lib/components/select-v2/src/useSelect.d.ts +13 -13
  495. package/lib/components/skeleton/index.js +2 -2
  496. package/lib/components/skeleton/src/skeleton.js +49 -22
  497. package/lib/components/skeleton/src/skeleton.js.map +1 -1
  498. package/lib/components/skeleton/src/skeleton2.js +22 -49
  499. package/lib/components/skeleton/src/skeleton2.js.map +1 -1
  500. package/lib/components/slider/index.d.ts +75 -75
  501. package/lib/components/slider/index.js +2 -2
  502. package/lib/components/slider/src/button.js +22 -93
  503. package/lib/components/slider/src/button.js.map +1 -1
  504. package/lib/components/slider/src/button.vue.d.ts +6 -6
  505. package/lib/components/slider/src/button2.js +93 -22
  506. package/lib/components/slider/src/button2.js.map +1 -1
  507. package/lib/components/slider/src/composables/use-slide.d.ts +24 -24
  508. package/lib/components/slider/src/slider.js +233 -92
  509. package/lib/components/slider/src/slider.js.map +1 -1
  510. package/lib/components/slider/src/slider.vue.d.ts +75 -75
  511. package/lib/components/slider/src/slider2.js +92 -233
  512. package/lib/components/slider/src/slider2.js.map +1 -1
  513. package/lib/components/statistic/index.js +2 -2
  514. package/lib/components/statistic/src/statistic.js +25 -70
  515. package/lib/components/statistic/src/statistic.js.map +1 -1
  516. package/lib/components/statistic/src/statistic2.js +70 -25
  517. package/lib/components/statistic/src/statistic2.js.map +1 -1
  518. package/lib/components/steps/index.d.ts +16 -16
  519. package/lib/components/steps/index.js +2 -2
  520. package/lib/components/steps/src/item.d.ts +1 -1
  521. package/lib/components/steps/src/item.vue.d.ts +4 -4
  522. package/lib/components/steps/src/steps.d.ts +2 -2
  523. package/lib/components/steps/src/steps.js +34 -37
  524. package/lib/components/steps/src/steps.js.map +1 -1
  525. package/lib/components/steps/src/steps.vue.d.ts +8 -8
  526. package/lib/components/steps/src/steps2.js +37 -34
  527. package/lib/components/steps/src/steps2.js.map +1 -1
  528. package/lib/components/table/index.d.ts +1 -1
  529. package/lib/components/table/src/filter-panel.vue.d.ts +12 -12
  530. package/lib/components/table/src/table.vue.d.ts +1 -1
  531. package/lib/components/tabs/index.js +1 -1
  532. package/lib/components/tabs/src/tab-bar.js +75 -7
  533. package/lib/components/tabs/src/tab-bar.js.map +1 -1
  534. package/lib/components/tabs/src/tab-bar2.js +7 -75
  535. package/lib/components/tabs/src/tab-bar2.js.map +1 -1
  536. package/lib/components/tabs/src/tab-nav.js +1 -1
  537. package/lib/components/tag/index.d.ts +1 -1
  538. package/lib/components/tag/index.js +2 -2
  539. package/lib/components/tag/src/tag.js +98 -34
  540. package/lib/components/tag/src/tag.js.map +1 -1
  541. package/lib/components/tag/src/tag.vue.d.ts +1 -1
  542. package/lib/components/tag/src/tag2.js +34 -98
  543. package/lib/components/tag/src/tag2.js.map +1 -1
  544. package/lib/components/text/index.js +2 -2
  545. package/lib/components/text/src/text.js +22 -35
  546. package/lib/components/text/src/text.js.map +1 -1
  547. package/lib/components/text/src/text2.js +35 -22
  548. package/lib/components/text/src/text2.js.map +1 -1
  549. package/lib/components/time-picker/index.d.ts +4 -0
  550. package/lib/components/time-picker/src/common/picker.js +10 -7
  551. package/lib/components/time-picker/src/common/picker.js.map +1 -1
  552. package/lib/components/time-picker/src/common/picker.vue.d.ts +37 -34
  553. package/lib/components/time-picker/src/common/props.d.ts +1 -0
  554. package/lib/components/time-picker/src/common/props.js +2 -1
  555. package/lib/components/time-picker/src/common/props.js.map +1 -1
  556. package/lib/components/time-picker/src/time-picker.d.ts +2 -0
  557. package/lib/components/time-select/index.d.ts +62 -62
  558. package/lib/components/time-select/src/time-select.vue.d.ts +31 -31
  559. package/lib/components/tooltip/index.d.ts +6 -6
  560. package/lib/components/tooltip/index.js +3 -3
  561. package/lib/components/tooltip/src/content.js +179 -31
  562. package/lib/components/tooltip/src/content.js.map +1 -1
  563. package/lib/components/tooltip/src/content.vue.d.ts +6 -6
  564. package/lib/components/tooltip/src/content2.js +31 -179
  565. package/lib/components/tooltip/src/content2.js.map +1 -1
  566. package/lib/components/tooltip/src/tooltip.js +173 -34
  567. package/lib/components/tooltip/src/tooltip.js.map +1 -1
  568. package/lib/components/tooltip/src/tooltip.vue.d.ts +6 -6
  569. package/lib/components/tooltip/src/tooltip2.js +34 -173
  570. package/lib/components/tooltip/src/tooltip2.js.map +1 -1
  571. package/lib/components/tooltip-v2/index.d.ts +4 -4
  572. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +4 -4
  573. package/lib/components/transfer/index.d.ts +65 -65
  574. package/lib/components/transfer/src/composables/use-check.js +1 -1
  575. package/lib/components/transfer/src/transfer-panel.js +128 -21
  576. package/lib/components/transfer/src/transfer-panel.js.map +1 -1
  577. package/lib/components/transfer/src/transfer-panel.vue.d.ts +12 -12
  578. package/lib/components/transfer/src/transfer-panel2.js +21 -128
  579. package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
  580. package/lib/components/transfer/src/transfer.vue.d.ts +65 -65
  581. package/lib/components/transfer/src/transfer2.js +1 -1
  582. package/lib/components/tree-v2/index.d.ts +1 -1
  583. package/lib/components/tree-v2/src/tree-node.vue.d.ts +1 -1
  584. package/lib/components/tree-v2/src/tree.vue.d.ts +1 -1
  585. package/lib/components/upload/index.d.ts +5 -5
  586. package/lib/components/upload/index.js +1 -1
  587. package/lib/components/upload/src/upload-content.js +180 -31
  588. package/lib/components/upload/src/upload-content.js.map +1 -1
  589. package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
  590. package/lib/components/upload/src/upload-content2.js +31 -180
  591. package/lib/components/upload/src/upload-content2.js.map +1 -1
  592. package/lib/components/upload/src/upload.vue.d.ts +5 -5
  593. package/lib/components/upload/src/upload2.js +1 -1
  594. package/lib/index.js +30 -30
  595. package/package.json +1 -1
  596. package/web-types.json +1 -1
@@ -1,23 +1,65 @@
1
+ import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, unref, renderSlot, createVNode, Transition, withCtx, withDirectives, createElementVNode, toDisplayString, vShow } from 'vue';
2
+ import '../../../hooks/index.mjs';
1
3
  import '../../../utils/index.mjs';
2
- import { buildProps } from '../../../utils/vue/props/runtime.mjs';
4
+ import { badgeProps } from './badge.mjs';
5
+ import '../../config-provider/index.mjs';
6
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
7
+ import { useGlobalConfig } from '../../config-provider/src/hooks/use-global-config.mjs';
8
+ import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
9
+ import { isNumber } from '../../../utils/types.mjs';
3
10
 
4
- const badgeProps = buildProps({
5
- value: {
6
- type: [String, Number],
7
- default: ""
8
- },
9
- max: {
10
- type: Number,
11
- default: 99
12
- },
13
- isDot: Boolean,
14
- hidden: Boolean,
15
- type: {
16
- type: String,
17
- values: ["primary", "success", "warning", "info", "danger"],
18
- default: "danger"
11
+ const _hoisted_1 = ["textContent"];
12
+ const __default__ = defineComponent({
13
+ name: "ElBadge"
14
+ });
15
+ const _sfc_main = /* @__PURE__ */ defineComponent({
16
+ ...__default__,
17
+ props: badgeProps,
18
+ setup(__props, { expose }) {
19
+ const props = __props;
20
+ const forEditor = useGlobalConfig("forEditor");
21
+ const ns = useNamespace("badge");
22
+ const content = computed(() => {
23
+ if (props.isDot)
24
+ return "";
25
+ if (isNumber(props.value) && isNumber(props.max)) {
26
+ return props.max < props.value ? `${props.max}+` : `${props.value}`;
27
+ }
28
+ return `${props.value}`;
29
+ });
30
+ expose({
31
+ content
32
+ });
33
+ return (_ctx, _cache) => {
34
+ return openBlock(), createElementBlock("div", {
35
+ class: normalizeClass(unref(ns).b())
36
+ }, [
37
+ renderSlot(_ctx.$slots, "default"),
38
+ createVNode(Transition, {
39
+ duration: unref(forEditor) ? -1 : 0,
40
+ name: `${unref(ns).namespace.value}-zoom-in-center`,
41
+ persisted: ""
42
+ }, {
43
+ default: withCtx(() => [
44
+ withDirectives(createElementVNode("sup", {
45
+ class: normalizeClass([
46
+ unref(ns).e("content"),
47
+ unref(ns).em("content", _ctx.type),
48
+ unref(ns).is("fixed", !!_ctx.$slots.default),
49
+ unref(ns).is("dot", _ctx.isDot)
50
+ ]),
51
+ textContent: toDisplayString(unref(content))
52
+ }, null, 10, _hoisted_1), [
53
+ [vShow, !_ctx.hidden && (unref(content) || _ctx.isDot)]
54
+ ])
55
+ ]),
56
+ _: 1
57
+ }, 8, ["duration", "name"])
58
+ ], 2);
59
+ };
19
60
  }
20
61
  });
62
+ var Badge = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\workspace\\element-pe\\packages\\components\\badge\\src\\badge.vue"]]);
21
63
 
22
- export { badgeProps };
64
+ export { Badge as default };
23
65
  //# sourceMappingURL=badge2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"badge2.mjs","sources":["../../../../../../packages/components/badge/src/badge.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\nimport type { ExtractPropTypes } from 'vue'\n\nexport const badgeProps = buildProps({\n /**\n * @description display value.\n */\n value: {\n type: [String, Number],\n default: '',\n },\n /**\n * @description maximum value, shows `{max}+` when exceeded. Only works if value is a number.\n */\n max: {\n type: Number,\n default: 99,\n },\n /**\n * @description if a little dot is displayed.\n */\n isDot: Boolean,\n /**\n * @description hidden badge.\n */\n hidden: Boolean,\n /**\n * @description badge type.\n */\n type: {\n type: String,\n values: ['primary', 'success', 'warning', 'info', 'danger'],\n default: 'danger',\n },\n} as const)\nexport type BadgeProps = ExtractPropTypes<typeof badgeProps>\n"],"names":[],"mappings":";;;AACY,MAAC,UAAU,GAAG,UAAU,CAAC;AACrC,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC;AAC1B,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,GAAG,EAAE;AACP,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,KAAK,EAAE,OAAO;AAChB,EAAE,MAAM,EAAE,OAAO;AACjB,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,CAAC;AAC/D,IAAI,OAAO,EAAE,QAAQ;AACrB,GAAG;AACH,CAAC;;;;"}
1
+ {"version":3,"file":"badge2.mjs","sources":["../../../../../../packages/components/badge/src/badge.vue"],"sourcesContent":["<template>\n <div :class=\"ns.b()\">\n <slot />\n <transition :duration=\"forEditor ? -1: 0\" :name=\"`${ns.namespace.value}-zoom-in-center`\">\n <sup\n v-show=\"!hidden && (content || isDot)\"\n :class=\"[\n ns.e('content'),\n ns.em('content', type),\n ns.is('fixed', !!$slots.default),\n ns.is('dot', isDot),\n ]\"\n v-text=\"content\"\n />\n </transition>\n </div>\n</template>\n\n<script lang=\"ts\" setup>\nimport { computed } from 'vue'\nimport { useNamespace } from '@element-plus/hooks'\nimport { isNumber } from '@element-plus/utils'\nimport { badgeProps } from './badge'\nimport { useGlobalConfig } from '../../config-provider'\n\nconst forEditor = useGlobalConfig('forEditor')\n\ndefineOptions({\n name: 'ElBadge',\n})\n\nconst props = defineProps(badgeProps)\n\nconst ns = useNamespace('badge')\n\nconst content = computed<string>(() => {\n if (props.isDot) return ''\n\n if (isNumber(props.value) && isNumber(props.max)) {\n return props.max < props.value ? `${props.max}+` : `${props.value}`\n }\n return `${props.value}`\n})\n\ndefineExpose({\n /** @description badge content */\n content,\n})\n</script>\n"],"names":[],"mappings":";;;;;;;;;;;mCA2Bc,CAAA;AAAA,EACZ,IAAM,EAAA,SAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAJA,IAAM,MAAA,SAAA,GAAY,gBAAgB,WAAW,CAAA,CAAA;AAQ7C,IAAM,MAAA,EAAA,GAAK,aAAa,OAAO,CAAA,CAAA;AAE/B,IAAM,MAAA,OAAA,GAAU,SAAiB,MAAM;AACrC,MAAA,IAAI,KAAM,CAAA,KAAA;AAAO,QAAO,OAAA,EAAA,CAAA;AAExB,MAAA,IAAI,SAAS,KAAM,CAAA,KAAK,KAAK,QAAS,CAAA,KAAA,CAAM,GAAG,CAAG,EAAA;AAChD,QAAO,OAAA,KAAA,CAAM,MAAM,KAAM,CAAA,KAAA,GAAQ,GAAG,KAAM,CAAA,GAAA,CAAA,CAAA,CAAA,GAAS,GAAG,KAAM,CAAA,KAAA,CAAA,CAAA,CAAA;AAAA,OAC9D;AACA,MAAA,OAAO,GAAG,KAAM,CAAA,KAAA,CAAA,CAAA,CAAA;AAAA,KACjB,CAAA,CAAA;AAED,IAAa,MAAA,CAAA;AAAA,MAEX,OAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -13,7 +13,7 @@ export declare const ElButton: import("element-pe/es/utils").SFCWithInstall<impo
13
13
  readonly validator: ((val: unknown) => boolean) | undefined;
14
14
  __epPropKey: true;
15
15
  };
16
- readonly nativeType: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
16
+ readonly nativeType: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
17
17
  readonly loading: BooleanConstructor;
18
18
  readonly loadingIcon: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
19
19
  readonly plain: BooleanConstructor;
@@ -43,7 +43,7 @@ export declare const ElButton: import("element-pe/es/utils").SFCWithInstall<impo
43
43
  readonly validator: ((val: unknown) => boolean) | undefined;
44
44
  __epPropKey: true;
45
45
  };
46
- readonly nativeType: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
46
+ readonly nativeType: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
47
47
  readonly loading: BooleanConstructor;
48
48
  readonly loadingIcon: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
49
49
  readonly plain: BooleanConstructor;
@@ -88,7 +88,7 @@ export declare const ElButton: import("element-pe/es/utils").SFCWithInstall<impo
88
88
  ariaDisabled: boolean;
89
89
  disabled: boolean;
90
90
  autofocus: boolean;
91
- type: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
91
+ type: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
92
92
  } | {
93
93
  ariaDisabled?: undefined;
94
94
  disabled?: undefined;
@@ -177,7 +177,7 @@ export declare const ElButton: import("element-pe/es/utils").SFCWithInstall<impo
177
177
  readonly validator: ((val: unknown) => boolean) | undefined;
178
178
  __epPropKey: true;
179
179
  };
180
- readonly nativeType: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
180
+ readonly nativeType: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
181
181
  readonly loading: BooleanConstructor;
182
182
  readonly loadingIcon: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
183
183
  readonly plain: BooleanConstructor;
@@ -202,7 +202,7 @@ export declare const ElButton: import("element-pe/es/utils").SFCWithInstall<impo
202
202
  readonly round: boolean;
203
203
  readonly circle: boolean;
204
204
  readonly tag: import("element-pe/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
205
- readonly nativeType: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
205
+ readonly nativeType: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
206
206
  readonly loadingIcon: import("element-pe/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
207
207
  readonly autoInsertSpace: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
208
208
  readonly loading: boolean;
@@ -16,7 +16,7 @@ export declare const buttonProps: {
16
16
  readonly validator: ((val: unknown) => boolean) | undefined;
17
17
  __epPropKey: true;
18
18
  };
19
- readonly nativeType: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
19
+ readonly nativeType: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
20
20
  readonly loading: BooleanConstructor;
21
21
  readonly loadingIcon: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => (string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>, boolean>;
22
22
  readonly plain: BooleanConstructor;
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
13
13
  readonly validator: ((val: unknown) => boolean) | undefined;
14
14
  __epPropKey: true;
15
15
  };
16
- readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
16
+ readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
17
17
  readonly loading: BooleanConstructor;
18
18
  readonly loadingIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
19
19
  readonly plain: BooleanConstructor;
@@ -43,7 +43,7 @@ declare const _default: import("vue").DefineComponent<{
43
43
  readonly validator: ((val: unknown) => boolean) | undefined;
44
44
  __epPropKey: true;
45
45
  };
46
- readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
46
+ readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
47
47
  readonly loading: BooleanConstructor;
48
48
  readonly loadingIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
49
49
  readonly plain: BooleanConstructor;
@@ -88,7 +88,7 @@ declare const _default: import("vue").DefineComponent<{
88
88
  ariaDisabled: boolean;
89
89
  disabled: boolean;
90
90
  autofocus: boolean;
91
- type: import("../../../utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
91
+ type: import("../../../utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
92
92
  } | {
93
93
  ariaDisabled?: undefined;
94
94
  disabled?: undefined;
@@ -177,7 +177,7 @@ declare const _default: import("vue").DefineComponent<{
177
177
  readonly validator: ((val: unknown) => boolean) | undefined;
178
178
  __epPropKey: true;
179
179
  };
180
- readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
180
+ readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
181
181
  readonly loading: BooleanConstructor;
182
182
  readonly loadingIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
183
183
  readonly plain: BooleanConstructor;
@@ -202,7 +202,7 @@ declare const _default: import("vue").DefineComponent<{
202
202
  readonly round: boolean;
203
203
  readonly circle: boolean;
204
204
  readonly tag: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
205
- readonly nativeType: import("../../../utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
205
+ readonly nativeType: import("../../../utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
206
206
  readonly loadingIcon: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
207
207
  readonly autoInsertSpace: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
208
208
  readonly loading: boolean;
@@ -9,7 +9,7 @@ export declare const useButton: (props: ButtonProps, emit: SetupContext<ButtonEm
9
9
  ariaDisabled: boolean;
10
10
  disabled: boolean;
11
11
  autofocus: boolean;
12
- type: import("../../../utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
12
+ type: import("../../../utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
13
13
  } | {
14
14
  ariaDisabled?: undefined;
15
15
  disabled?: undefined;
@@ -72,7 +72,7 @@ export declare const ElCalendar: import("element-pe/es/utils").SFCWithInstall<im
72
72
  readonly validator: ((val: unknown) => boolean) | undefined;
73
73
  __epPropKey: true;
74
74
  };
75
- readonly nativeType: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
75
+ readonly nativeType: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
76
76
  readonly loading: BooleanConstructor;
77
77
  readonly loadingIcon: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
78
78
  readonly plain: BooleanConstructor;
@@ -102,7 +102,7 @@ export declare const ElCalendar: import("element-pe/es/utils").SFCWithInstall<im
102
102
  readonly validator: ((val: unknown) => boolean) | undefined;
103
103
  __epPropKey: true;
104
104
  };
105
- readonly nativeType: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
105
+ readonly nativeType: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
106
106
  readonly loading: BooleanConstructor;
107
107
  readonly loadingIcon: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
108
108
  readonly plain: BooleanConstructor;
@@ -147,7 +147,7 @@ export declare const ElCalendar: import("element-pe/es/utils").SFCWithInstall<im
147
147
  ariaDisabled: boolean;
148
148
  disabled: boolean;
149
149
  autofocus: boolean;
150
- type: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
150
+ type: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
151
151
  } | {
152
152
  ariaDisabled?: undefined;
153
153
  disabled?: undefined;
@@ -236,7 +236,7 @@ export declare const ElCalendar: import("element-pe/es/utils").SFCWithInstall<im
236
236
  readonly validator: ((val: unknown) => boolean) | undefined;
237
237
  __epPropKey: true;
238
238
  };
239
- readonly nativeType: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
239
+ readonly nativeType: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
240
240
  readonly loading: BooleanConstructor;
241
241
  readonly loadingIcon: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
242
242
  readonly plain: BooleanConstructor;
@@ -261,7 +261,7 @@ export declare const ElCalendar: import("element-pe/es/utils").SFCWithInstall<im
261
261
  readonly round: boolean;
262
262
  readonly circle: boolean;
263
263
  readonly tag: import("element-pe/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
264
- readonly nativeType: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
264
+ readonly nativeType: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
265
265
  readonly loadingIcon: import("element-pe/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
266
266
  readonly autoInsertSpace: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
267
267
  readonly loading: boolean;
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<{
72
72
  readonly validator: ((val: unknown) => boolean) | undefined;
73
73
  __epPropKey: true;
74
74
  };
75
- readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
75
+ readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
76
76
  readonly loading: BooleanConstructor;
77
77
  readonly loadingIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
78
78
  readonly plain: BooleanConstructor;
@@ -102,7 +102,7 @@ declare const _default: import("vue").DefineComponent<{
102
102
  readonly validator: ((val: unknown) => boolean) | undefined;
103
103
  __epPropKey: true;
104
104
  };
105
- readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
105
+ readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
106
106
  readonly loading: BooleanConstructor;
107
107
  readonly loadingIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
108
108
  readonly plain: BooleanConstructor;
@@ -147,7 +147,7 @@ declare const _default: import("vue").DefineComponent<{
147
147
  ariaDisabled: boolean;
148
148
  disabled: boolean;
149
149
  autofocus: boolean;
150
- type: import("../../../utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
150
+ type: import("../../../utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
151
151
  } | {
152
152
  ariaDisabled?: undefined;
153
153
  disabled?: undefined;
@@ -236,7 +236,7 @@ declare const _default: import("vue").DefineComponent<{
236
236
  readonly validator: ((val: unknown) => boolean) | undefined;
237
237
  __epPropKey: true;
238
238
  };
239
- readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
239
+ readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
240
240
  readonly loading: BooleanConstructor;
241
241
  readonly loadingIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
242
242
  readonly plain: BooleanConstructor;
@@ -261,7 +261,7 @@ declare const _default: import("vue").DefineComponent<{
261
261
  readonly round: boolean;
262
262
  readonly circle: boolean;
263
263
  readonly tag: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
264
- readonly nativeType: import("../../../utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
264
+ readonly nativeType: import("../../../utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
265
265
  readonly loadingIcon: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
266
266
  readonly autoInsertSpace: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
267
267
  readonly loading: boolean;
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, unref, createElementVNode, renderSlot, toDisplayString, createVNode, withCtx, createTextVNode, createCommentVNode, createSlots, normalizeProps, mergeProps, Fragment, renderList, createBlock } from 'vue';
2
2
  import { ElButtonGroup, ElButton } from '../../button/index.mjs';
3
3
  import '../../../hooks/index.mjs';
4
- import DateTable from './date-table.mjs';
4
+ import DateTable from './date-table2.mjs';
5
5
  import { useCalendar } from './use-calendar.mjs';
6
6
  import { calendarProps, calendarEmits } from './calendar.mjs';
7
7
  import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
@@ -1,93 +1,39 @@
1
- import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, Fragment, renderList, toDisplayString, createCommentVNode, createElementVNode, renderSlot } from 'vue';
2
- import '../../../hooks/index.mjs';
3
- import { dateTableProps, dateTableEmits } from './date-table2.mjs';
4
- import { useDateTable } from './use-date-table.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 '../../time-picker/index.mjs';
3
+ import { rangeArr } from '../../time-picker/src/utils.mjs';
4
+ import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
5
+ import { isObject } from '@vue/shared';
7
6
 
8
- const _hoisted_1 = { key: 0 };
9
- const _hoisted_2 = ["onClick"];
10
- const __default__ = defineComponent({
11
- name: "DateTable"
7
+ const getPrevMonthLastDays = (date, count) => {
8
+ const lastDay = date.subtract(1, "month").endOf("month").date();
9
+ return rangeArr(count).map((_, index) => lastDay - (count - index - 1));
10
+ };
11
+ const getMonthDays = (date) => {
12
+ const days = date.daysInMonth();
13
+ return rangeArr(days).map((_, index) => index + 1);
14
+ };
15
+ const toNestedArr = (days) => rangeArr(days.length / 7).map((index) => {
16
+ const start = index * 7;
17
+ return days.slice(start, start + 7);
12
18
  });
13
- const _sfc_main = /* @__PURE__ */ defineComponent({
14
- ...__default__,
15
- props: dateTableProps,
16
- emits: dateTableEmits,
17
- setup(__props, { expose, emit }) {
18
- const props = __props;
19
- const {
20
- isInRange,
21
- now,
22
- rows,
23
- weekDays,
24
- getFormattedDate,
25
- handlePickDay,
26
- getSlotData
27
- } = useDateTable(props, emit);
28
- const nsTable = useNamespace("calendar-table");
29
- const nsDay = useNamespace("calendar-day");
30
- const getCellClass = ({ text, type }) => {
31
- const classes = [type];
32
- if (type === "current") {
33
- const date = getFormattedDate(text, type);
34
- if (date.isSame(props.selectedDay, "day")) {
35
- classes.push(nsDay.is("selected"));
36
- }
37
- if (date.isSame(now, "day")) {
38
- classes.push(nsDay.is("today"));
39
- }
40
- }
41
- return classes;
42
- };
43
- expose({
44
- getFormattedDate
45
- });
46
- return (_ctx, _cache) => {
47
- return openBlock(), createElementBlock("table", {
48
- class: normalizeClass([unref(nsTable).b(), unref(nsTable).is("range", unref(isInRange))]),
49
- cellspacing: "0",
50
- cellpadding: "0"
51
- }, [
52
- !_ctx.hideHeader ? (openBlock(), createElementBlock("thead", _hoisted_1, [
53
- (openBlock(true), createElementBlock(Fragment, null, renderList(unref(weekDays), (day) => {
54
- return openBlock(), createElementBlock("th", { key: day }, toDisplayString(day), 1);
55
- }), 128))
56
- ])) : createCommentVNode("v-if", true),
57
- createElementVNode("tbody", null, [
58
- (openBlock(true), createElementBlock(Fragment, null, renderList(unref(rows), (row, index) => {
59
- return openBlock(), createElementBlock("tr", {
60
- key: index,
61
- class: normalizeClass({
62
- [unref(nsTable).e("row")]: true,
63
- [unref(nsTable).em("row", "hide-border")]: index === 0 && _ctx.hideHeader
64
- })
65
- }, [
66
- (openBlock(true), createElementBlock(Fragment, null, renderList(row, (cell, key) => {
67
- return openBlock(), createElementBlock("td", {
68
- key,
69
- class: normalizeClass(getCellClass(cell)),
70
- onClick: ($event) => unref(handlePickDay)(cell)
71
- }, [
72
- createElementVNode("div", {
73
- class: normalizeClass(unref(nsDay).b())
74
- }, [
75
- renderSlot(_ctx.$slots, "date-cell", {
76
- data: unref(getSlotData)(cell)
77
- }, () => [
78
- createElementVNode("span", null, toDisplayString(cell.text), 1)
79
- ])
80
- ], 2)
81
- ], 10, _hoisted_2);
82
- }), 128))
83
- ], 2);
84
- }), 128))
85
- ])
86
- ], 2);
87
- };
19
+ const dateTableProps = buildProps({
20
+ selectedDay: {
21
+ type: definePropType(Object)
22
+ },
23
+ range: {
24
+ type: definePropType(Array)
25
+ },
26
+ date: {
27
+ type: definePropType(Object),
28
+ required: true
29
+ },
30
+ hideHeader: {
31
+ type: Boolean
88
32
  }
89
33
  });
90
- var DateTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\workspace\\element-pe\\packages\\components\\calendar\\src\\date-table.vue"]]);
34
+ const dateTableEmits = {
35
+ pick: (value) => isObject(value)
36
+ };
91
37
 
92
- export { DateTable as default };
38
+ export { dateTableEmits, dateTableProps, getMonthDays, getPrevMonthLastDays, toNestedArr };
93
39
  //# sourceMappingURL=date-table.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"date-table.mjs","sources":["../../../../../../packages/components/calendar/src/date-table.vue"],"sourcesContent":["<template>\n <table\n :class=\"[nsTable.b(), nsTable.is('range', isInRange)]\"\n cellspacing=\"0\"\n cellpadding=\"0\"\n >\n <thead v-if=\"!hideHeader\">\n <th v-for=\"day in weekDays\" :key=\"day\">{{ day }}</th>\n </thead>\n\n <tbody>\n <tr\n v-for=\"(row, index) in rows\"\n :key=\"index\"\n :class=\"{\n [nsTable.e('row')]: true,\n [nsTable.em('row', 'hide-border')]: index === 0 && hideHeader,\n }\"\n >\n <td\n v-for=\"(cell, key) in row\"\n :key=\"key\"\n :class=\"getCellClass(cell)\"\n @click=\"handlePickDay(cell)\"\n >\n <div :class=\"nsDay.b()\">\n <slot name=\"date-cell\" :data=\"getSlotData(cell)\">\n <span>{{ cell.text }}</span>\n </slot>\n </div>\n </td>\n </tr>\n </tbody>\n </table>\n</template>\n\n<script lang=\"ts\" setup>\nimport { useNamespace } from '@element-plus/hooks'\nimport { dateTableEmits, dateTableProps } from './date-table'\nimport { useDateTable } from './use-date-table'\n\nimport type { CalendarDateCell } from './date-table'\n\ndefineOptions({\n name: 'DateTable',\n})\n\nconst props = defineProps(dateTableProps)\nconst emit = defineEmits(dateTableEmits)\n\nconst {\n isInRange,\n now,\n rows,\n weekDays,\n getFormattedDate,\n handlePickDay,\n getSlotData,\n} = useDateTable(props, emit)\n\nconst nsTable = useNamespace('calendar-table')\nconst nsDay = useNamespace('calendar-day')\n\nconst getCellClass = ({ text, type }: CalendarDateCell) => {\n const classes: string[] = [type]\n if (type === 'current') {\n const date = getFormattedDate(text, type)\n if (date.isSame(props.selectedDay, 'day')) {\n classes.push(nsDay.is('selected'))\n }\n if (date.isSame(now, 'day')) {\n classes.push(nsDay.is('today'))\n }\n }\n return classes\n}\n\ndefineExpose({\n /** @description toggle date panel */\n getFormattedDate,\n})\n</script>\n"],"names":[],"mappings":";;;;;;;;;mCA2Cc,CAAA;AAAA,EACZ,IAAM,EAAA,WAAA;AACR,CAAA,CAAA,CAAA;;;;;;;AAKA,IAAM,MAAA;AAAA,MACJ,SAAA;AAAA,MACA,GAAA;AAAA,MACA,IAAA;AAAA,MACA,QAAA;AAAA,MACA,gBAAA;AAAA,MACA,aAAA;AAAA,MACA,WAAA;AAAA,KACE,GAAA,YAAA,CAAa,OAAO,IAAI,CAAA,CAAA;AAE5B,IAAM,MAAA,OAAA,GAAU,aAAa,gBAAgB,CAAA,CAAA;AAC7C,IAAM,MAAA,KAAA,GAAQ,aAAa,cAAc,CAAA,CAAA;AAEzC,IAAA,MAAM,YAAe,GAAA,CAAC,EAAE,IAAA,EAAM,IAA6B,EAAA,KAAA;AACzD,MAAM,MAAA,OAAA,GAAoB,CAAC,IAAI,CAAA,CAAA;AAC/B,MAAA,IAAI,SAAS,SAAW,EAAA;AACtB,QAAM,MAAA,IAAA,GAAO,gBAAiB,CAAA,IAAA,EAAM,IAAI,CAAA,CAAA;AACxC,QAAA,IAAI,IAAK,CAAA,MAAA,CAAO,KAAM,CAAA,WAAA,EAAa,KAAK,CAAG,EAAA;AACzC,UAAA,OAAA,CAAQ,IAAK,CAAA,KAAA,CAAM,EAAG,CAAA,UAAU,CAAC,CAAA,CAAA;AAAA,SACnC;AACA,QAAA,IAAI,IAAK,CAAA,MAAA,CAAO,GAAK,EAAA,KAAK,CAAG,EAAA;AAC3B,UAAA,OAAA,CAAQ,IAAK,CAAA,KAAA,CAAM,EAAG,CAAA,OAAO,CAAC,CAAA,CAAA;AAAA,SAChC;AAAA,OACF;AACA,MAAO,OAAA,OAAA,CAAA;AAAA,KACT,CAAA;AAEA,IAAa,MAAA,CAAA;AAAA,MAEX,gBAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"date-table.mjs","sources":["../../../../../../packages/components/calendar/src/date-table.ts"],"sourcesContent":["import { buildProps, definePropType, isObject } from '@element-plus/utils'\nimport { rangeArr } from '@element-plus/components/time-picker'\nimport type { ExtractPropTypes } from 'vue'\nimport type { Dayjs } from 'dayjs'\n\nexport type CalendarDateCellType = 'next' | 'prev' | 'current'\nexport type CalendarDateCell = {\n text: number\n type: CalendarDateCellType\n}\n\nexport const getPrevMonthLastDays = (date: Dayjs, count: number) => {\n const lastDay = date.subtract(1, 'month').endOf('month').date()\n return rangeArr(count).map((_, index) => lastDay - (count - index - 1))\n}\n\nexport const getMonthDays = (date: Dayjs) => {\n const days = date.daysInMonth()\n return rangeArr(days).map((_, index) => index + 1)\n}\n\nexport const toNestedArr = (days: CalendarDateCell[]) =>\n rangeArr(days.length / 7).map((index) => {\n const start = index * 7\n return days.slice(start, start + 7)\n })\n\nexport const dateTableProps = buildProps({\n selectedDay: {\n type: definePropType<Dayjs>(Object),\n },\n range: {\n type: definePropType<[Dayjs, Dayjs]>(Array),\n },\n date: {\n type: definePropType<Dayjs>(Object),\n required: true,\n },\n hideHeader: {\n type: Boolean,\n },\n} as const)\nexport type DateTableProps = ExtractPropTypes<typeof dateTableProps>\n\nexport const dateTableEmits = {\n pick: (value: Dayjs) => isObject(value),\n}\nexport type DateTableEmits = typeof dateTableEmits\n"],"names":[],"mappings":";;;;;;AAEY,MAAC,oBAAoB,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK;AACrD,EAAE,MAAM,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,CAAC;AAClE,EAAE,OAAO,QAAQ,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,KAAK,OAAO,IAAI,KAAK,GAAG,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC;AAC1E,EAAE;AACU,MAAC,YAAY,GAAG,CAAC,IAAI,KAAK;AACtC,EAAE,MAAM,IAAI,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;AAClC,EAAE,OAAO,QAAQ,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,KAAK,KAAK,GAAG,CAAC,CAAC,CAAC;AACrD,EAAE;AACU,MAAC,WAAW,GAAG,CAAC,IAAI,KAAK,QAAQ,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,KAAK;AAC9E,EAAE,MAAM,KAAK,GAAG,KAAK,GAAG,CAAC,CAAC;AAC1B,EAAE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC;AACtC,CAAC,EAAE;AACS,MAAC,cAAc,GAAG,UAAU,CAAC;AACzC,EAAE,WAAW,EAAE;AACf,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,cAAc,CAAC,KAAK,CAAC;AAC/B,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,QAAQ,EAAE,IAAI;AAClB,GAAG;AACH,EAAE,UAAU,EAAE;AACd,IAAI,IAAI,EAAE,OAAO;AACjB,GAAG;AACH,CAAC,EAAE;AACS,MAAC,cAAc,GAAG;AAC9B,EAAE,IAAI,EAAE,CAAC,KAAK,KAAK,QAAQ,CAAC,KAAK,CAAC;AAClC;;;;"}